:root{--bg:#000;--surface:#17171c;--surface-2:#222226;--surface-3:#2c2c30;--line:#35353b;--line-soft:#ffffff1a;--text:#fff;--muted:#a0a0a7;--muted-2:#bfbfc4;--red:#e80034;--red-2:#d1002f;--red-dark:#430004;--yellow:#ffe000;--gold:#ffaf00;--green:#2abb7f;--radius:8px;--shadow:0 18px 48px #0009;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px;max-width:100%;overflow-x:clip}::details-content{height:0;overflow:hidden;transition:height .34s ease,content-visibility .34s ease allow-discrete}details[open]::details-content{height:auto}body{margin:0;min-width:320px;padding-top:72px;max-width:100%;overflow-x:clip;background:#0a636b;color:var(--text);font-family:Inter,Roboto,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.scarg-skip{position:absolute;left:-999px;top:8px;z-index:200;padding:10px 14px;background:var(--yellow);color:#000;border-radius:6px;font-weight:800}.scarg-skip:focus{left:8px}.scarg-topbar{position:fixed;top:0;left:0;right:0;z-index:80;background:#054248;backdrop-filter:blur(18px);border-bottom:1px solid var(--line-soft)}.scarg-nav{position:relative;height:72px;display:flex;align-items:center;gap:22px;max-width:1600px;margin:0 auto;padding:0}.scarg-brand{display:inline-flex;align-items:center;min-width:max-content}.scarg-brand-logo{display:block;width:162px;height:28px}.scarg-nav-links{display:flex;align-items:center;gap:6px;margin-left:auto}.scarg-nav-links a{padding:10px 13px;border-radius:6px;color:var(--muted-2);font-size:14px;font-weight:800;text-transform:uppercase}.scarg-nav-links a.scarg-is-active,.scarg-nav-links a:hover{background:#ffffff0d;color:#fff}.scarg-auth{color:#000;display:flex;align-items:center;gap:10px}.scarg-btn,.scarg-pin-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 18px;border:2px solid #ffffff2e;border-radius:8px;background:#070707;color:#fff;font-weight:900;text-align:center;cursor:pointer}.scarg-btn.scarg-ghost,.scarg-pin-btn.scarg-ghost{border-color:#fff;background:#050505;color:#fff;box-shadow:0 0 0 1px #ffffff0d inset}.scarg-btn.scarg-hot,.scarg-pin-btn,.scarg-pin-btn.scarg-hot{border-color:#111;background:linear-gradient(180deg,#ffe000,#ffd000);color:#000;box-shadow:0 8px 0 #3d3500,0 0 0 1px #fff4 inset}.scarg-btn.scarg-ghost:hover,.scarg-pin-btn.scarg-ghost:hover{background:#111}.scarg-btn.scarg-hot:hover,.scarg-pin-btn:hover{filter:brightness(1.06)}.scarg-mobile-burger{display:none;position:relative;z-index:130;align-items:center;justify-content:center;flex-direction:column;gap:0;width:44px;height:44px;border:1px solid var(--line);border-radius:6px;background:#ffffff0d;color:#fff}.scarg-mobile-burger span{display:block;width:20px;height:2px;margin:5px auto;background:#fff}.scarg-mobile-menu{position:fixed;top:0;right:0;z-index:120;display:grid;align-content:start;gap:10px;width:min(340px,86vw);height:100dvh;padding:86px 16px 20px;border-left:1px solid var(--line-soft);background:#09090bf7;box-shadow:-24px 0 60px #000c;opacity:0;visibility:hidden;transform:translateX(110%);transition:transform .28s ease,opacity .28s ease,visibility .28s ease}.scarg-mobile-menu a{min-height:44px;display:flex;align-items:center;justify-content:center;padding:0 14px;border-radius:7px;color:#fff;font-weight:900;text-transform:uppercase}.scarg-mobile-menu a:not(.scarg-btn){background:#ffffff0d;color:var(--muted-2)}.scarg-mobile-menu a:not(.scarg-btn):hover{color:#fff;background:#ffffff18}.scarg-nav:before{content:"";position:fixed;inset:0;z-index:110;background:#0009;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.scarg-nav.scarg-mobile-menu-open:before{opacity:1;visibility:visible}.scarg-nav.scarg-mobile-menu-open .scarg-mobile-menu{opacity:1;visibility:visible;transform:translateX(0)}.scarg-page-shell{display:grid;grid-template-columns:280px minmax(0,1fr);max-width:1600px;margin:20px auto}.scarg-pin-sidebar{position:sticky;top:92px;align-self:start;height:calc(100dvh - 92px);max-height:calc(100dvh - 92px);overflow-x:hidden;overflow-y:auto;background:#060606;border-right:1px solid var(--line-soft);scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.scarg-pin-sidebar::-webkit-scrollbar{display:none}.scarg-pin-side-nav{padding:18px 16px 28px}.scarg-pin-side-nav-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:6px;padding:12px 14px;background:#17171c;color:#fff;font-weight:900;text-transform:uppercase}.scarg-pin-side-nav-toggle span{width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}.scarg-pin-side-links{display:grid;gap:4px;margin-top:10px}.scarg-pin-side-nav:not(.scarg-is-open) .scarg-pin-side-links{display:none}.scarg-pin-side-nav.scarg-is-open .scarg-pin-side-links{display:grid}.scarg-pin-side-links a{padding:9px 12px;border-radius:6px;color:var(--muted);font-size:14px;font-weight:700}.scarg-pin-side-links a:hover{background:#ffffff0d;color:#fff}.scarg-pin-content{min-width:0;padding:0 20px}.scarg-hero{position:relative;overflow:hidden;min-height:420px;border-radius:8px;background:#09090b;box-shadow:var(--shadow)}.scarg-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.scarg-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#000 0,#000d 18%,#0008 38%,#0000 68%),linear-gradient(0deg,#000b,#0000 36%)}.scarg-hero-copy{position:relative;z-index:1;width:min(700px,100%);padding:20px}.scarg-hero-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#fff;font-size:14px;font-weight:800}.scarg-hero-breadcrumbs a{color:#fff}.scarg-hero-breadcrumbs a:hover{color:var(--yellow)}.scarg-hero-breadcrumbs span{color:#fff}.scarg-hero-rating{display:inline-flex;align-items:center;gap:10px;padding:3px;margin-bottom:18px;border-radius:5px;background:#930c0c;color:#fff;font-size:15px;font-weight:900;letter-spacing:.01em;text-shadow:0 2px 14px #000}.scarg-hero-rating strong{color:#fff;font-weight:900}h1,h2,h3{margin:0;color:#fff;line-height:1.08}h1{font-size:60px;font-weight:900;letter-spacing:0}h2{color:#f34b46;font-size:40px;font-weight:900}h3{font-size:20px;font-weight:900}p{margin:0;color:var(--muted-2)}.scarg-hero p{margin-top:18px;max-width:560px;font-size:20px;font-weight:700}.scarg-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.scarg-content-section,.scarg-pin-section{margin-top:24px;padding:20px;border:1px solid var(--line-soft);border-radius:8px;background:#008480}.scarg-content-section h3,.scarg-pin-section h3{margin:26px 0 12px}.scarg-content-section h2+h3,.scarg-pin-section h2+h3{margin-top:0}.scarg-content-section p,.scarg-pin-section p{width:100%;max-width:100%;margin-top:14px;color:#d8d8dd;font-size:16px;line-height:1.72}.scarg-content-section h2+p,.scarg-content-section h3+p,.scarg-pin-section h2+p,.scarg-pin-section h3+p{margin-top:0}.scarg-content-section p+ol,.scarg-content-section p+table,.scarg-content-section p+ul,.scarg-pin-section p+ol,.scarg-pin-section p+table,.scarg-pin-section p+ul{margin-top:20px}.scarg-pin-lead{font-size:18px;color:#dadadd;font-weight:600}.card{min-height:120px;padding:20px;border:1px solid var(--line-soft);border-radius:8px;background:radial-gradient(circle at 92% 0,#e8003430,#0000 7rem),#222226}.card strong{display:block;margin-bottom:8px;color:#fff;font-size:18px}.card li,.card p{color:var(--muted-2)}.scarg-section-visual{display:block;width:100%;margin:18px 0 24px;border-radius:8px;object-fit:cover;object-position:center;box-shadow:0 18px 42px #0009}table{width:100%;margin:20px 0 8px;border-collapse:collapse;overflow:hidden;border-radius:8px}.scarg-table-scroll{width:100%;max-width:100%;margin:20px 0 8px;overflow-x:auto;overflow-y:hidden;border-radius:8px;scrollbar-color:var(--yellow) #111114}.scarg-table-scroll table{margin:0}.scarg-table-scroll::-webkit-scrollbar{height:8px}.scarg-table-scroll::-webkit-scrollbar-track{background:#111114}.scarg-table-scroll::-webkit-scrollbar-thumb{background:var(--yellow);border-radius:999px}@keyframes game-card-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}td,th{color:#000;padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{color:#000;background:#d3dee2}td{color:#000;background:#fff}.scarg-content-section ol,.scarg-content-section ul,.scarg-pin-list,.scarg-pin-section ol,.scarg-pin-section ul{display:grid;gap:10px;margin:16px 0 0;padding:0;color:#dadadd;list-style:none;counter-reset:item}.scarg-content-section li,.scarg-pin-list li,.scarg-pin-section li{position:relative;min-height:32px;padding:7px 12px 7px 44px;border:1px solid var(--line-soft);border-radius:8px;background:#00000045;color:#dadadd}.scarg-content-section ul li:before,.scarg-pin-list li:before,.scarg-pin-section ul li:before{content:"";position:absolute;left:14px;top:17px;width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 14px #ffe00080}.scarg-content-section ol li,.scarg-pin-section ol li{counter-increment:item}.scarg-content-section ol li:before,.scarg-pin-section ol li:before{content:counter(item);position:absolute;left:10px;top:50%;width:24px;height:24px;display:grid;place-items:center;transform:translateY(-50%);border-radius:50%;background:var(--yellow);color:#000;font-size:13px;font-weight:900;box-shadow:0 0 14px #ffe00080}.scarg-footer{border-top:1px solid var(--line-soft);background:#000;padding:34px 20px 28px}.scarg-footer-inner{max-width:1600px;margin:0 auto}.scarg-footer h3{font-size:20px;margin-bottom:14px;font-weight:900}.scarg-footer ul{list-style:none;margin:0;padding:0}.scarg-footer li{margin:10px 0}.scarg-footer a,.scarg-footer p{color:#e4e4e7}.scarg-footer a:hover{color:#fff}.scarg-scroll-top{position:fixed;right:24px;bottom:24px;z-index:70;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #ffffff24;border-radius:8px;background:linear-gradient(180deg,#263027,#111613);color:#fff;box-shadow:0 12px 28px #000b,0 0 0 1px #ffe00021 inset;opacity:0;visibility:hidden;transform:translateY(14px) scale(.92);transition:opacity .24s ease,visibility .24s ease,transform .24s ease,filter .2s ease;cursor:pointer}.scarg-scroll-top.scarg-is-docked{position:absolute}.scarg-scroll-top:before{content:"";width:20px;height:20px;border-left:2px solid currentColor;border-top:2px solid currentColor;transform:translateY(5px) rotate(45deg)}.scarg-scroll-top:after{content:"";position:absolute;width:2px;height:24px;border-radius:999px;background:currentColor;transform:translateY(3px)}.scarg-scroll-top.scarg-is-visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.scarg-scroll-top:hover{filter:brightness(1.16);background:linear-gradient(180deg,#2abb7f,#0f4f2e);box-shadow:0 14px 34px #000d,0 0 18px #2abb7f66}.scarg-cookie{position:fixed;left:18px;right:18px;bottom:18px;z-index:100;display:none;align-items:center;justify-content:space-between;gap:16px;max-width:960px;margin:auto;padding:16px;border:1px solid var(--line);border-radius:8px;background:#17171cf5;box-shadow:var(--shadow)}.scarg-cookie.scarg-is-visible{display:flex}.scarg-cookie button{border:0;border-radius:6px;background:var(--red);color:#fff;padding:10px 18px;font-weight:900}.offer-banners{display:grid;gap:18px;margin:20px 0}.scarg-offer-banner{position:relative;min-height:300px;overflow:hidden;border:1px solid var(--yellow);border-radius:8px;background-image:linear-gradient(90deg,#050505 0,#08080aee 34%,#08080a99 58%,#0000 100%),var(--offer-bg);background-size:cover;background-position:center right;box-shadow:0 0 20px #ffe0002e,inset 0 0 46px #000}.scarg-offer-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 46%,#e8003445,#0000 42%),linear-gradient(0deg,#0007,#0000 32%);pointer-events:none}.scarg-offer-copy{position:relative;z-index:1;display:grid;align-content:center;gap:12px;min-height:300px;max-width:560px;padding:36px 34px}.scarg-offer-kicker{color:var(--yellow);font-size:18px;font-weight:900;text-transform:uppercase}.scarg-offer-banner h2{margin:0;font-size:clamp(32px,4vw,54px);line-height:1.02;color:#f34b46}.scarg-offer-banner p{margin:0;color:#e7e7ec;font-size:20px;font-weight:800;line-height:1.35}.scarg-offer-copy>.scarg-pin-btn{width:max-content;min-width:180px;justify-content:center}.scarg-offer-actions{display:flex;flex-wrap:wrap;gap:12px}@media (max-width:1180px){.scarg-page-shell{grid-template-columns:240px minmax(0,1fr)}.scarg-nav-links a{padding-inline:9px;font-size:13px}}@media (max-width:960px){body{padding-top:68px}html{scroll-padding-top:88px}.scarg-nav{height:68px;min-height:68px;flex-wrap:nowrap;padding:0 14px}.scarg-nav-links{display:none}.scarg-auth{color:#000;display:flex;margin-left:auto;gap:8px}.scarg-auth .scarg-btn{display:none}.scarg-mobile-burger{display:inline-flex;margin-left:0}.scarg-page-shell{display:block}.scarg-pin-sidebar{display:none}.scarg-pin-side-nav{padding:10px 12px 12px}.scarg-pin-side-nav.scarg-mobile-nav-mounted{display:block;margin:16px 0 20px;padding:0}.scarg-pin-side-links{display:none}.scarg-pin-side-nav.scarg-is-open .scarg-pin-side-links{display:grid}.scarg-pin-content{padding:0 20px}.scarg-hero{min-height:500px}.scarg-hero-copy{padding:20px}.scarg-content-section table,.scarg-pin-section table{white-space:nowrap}.scarg-table-scroll table{min-width:820px;width:max-content}}@media (max-width:620px){.scarg-brand-logo{width:138px;height:auto}.scarg-nav-links{gap:4px}.scarg-nav-links a{white-space:nowrap}h1{font-size:38px}.scarg-hero p{font-size:17px}.scarg-offer-banner{min-height:360px;background-position:center right}.scarg-offer-copy{min-height:360px;max-width:none;padding:24px 20px}.scarg-offer-banner h2{color:#f34b46;font-size:34px}.scarg-offer-banner p{font-size:17px}.scarg-offer-actions .scarg-pin-btn{width:100%;justify-content:center}.scarg-content-section,.scarg-pin-section{padding:20px}.scarg-scroll-top{right:16px;bottom:16px;width:44px;height:44px}}.scarg-content-section>h3,.scarg-pin-section>h3{position:relative;margin-top:22px!important;margin-bottom:0!important;padding:14px 16px 13px 46px;border:1px solid #ffffff1f;border-bottom:0;border-radius:8px 8px 0 0;background:linear-gradient(90deg,#24242a,#151519);box-shadow:0 12px 28px #0005;color:#fff}.scarg-content-section>h3:before,.scarg-pin-section>h3:before{content:"";position:absolute;left:16px;top:50%;width:12px;height:12px;transform:translateY(-50%) rotate(45deg);border-radius:2px;background:linear-gradient(180deg,var(--yellow),var(--gold));box-shadow:0 0 18px #ffe00066}.scarg-content-section>h3+p,.scarg-pin-section>h3+p{margin-top:0!important;padding:14px 16px 16px;border:1px solid #ffffff1f;border-top:0;border-radius:0 0 8px 8px;background:linear-gradient(180deg,#121217,#0a0a0d);box-shadow:0 12px 28px #0005;color:#e4e4ea}.scarg-legal-intro{margin-top:0}:root{--bg:#050506;--surface:#15151a;--surface-2:#202026;--surface-3:#2d2d33;--line:#3a3330;--line-soft:#ffd35a22;--red:#c9151b;--red-2:#8f090d;--red-dark:#2a0506;--yellow:#ffd84a;--gold:#c99522;--green:#c9151b;--shadow:0 18px 48px #000b}body{background:#0a636b}.scarg-topbar{background:#054248;border-bottom:1px solid #ffd84a2b;box-shadow:0 12px 34px #0009}.scarg-pin-sidebar{background:linear-gradient(180deg,#070708,#030304);border-right-color:#ffd84a1f}.scarg-btn,.scarg-pin-btn{border-color:#ffd84a55;background:linear-gradient(180deg,#202026,#0c0c0f);color:#fff;box-shadow:inset 0 1px 0 #ffffff18}.scarg-btn.scarg-hot,.scarg-pin-btn,.scarg-pin-btn.scarg-hot{border-color:#321;background:linear-gradient(180deg,#ffd84a 0,#e2aa22 45%,#9d1115 100%);color:#080808;text-shadow:0 1px 0 #ffeaa0;box-shadow:0 7px 0 #371300,0 0 0 1px #fff5 inset,0 0 24px #c9151b30}.scarg-btn.scarg-hot:hover,.scarg-pin-btn:hover{filter:brightness(1.08) saturate(1.08)}.scarg-hero{background:#09090b;border:1px solid #ffd84a24;box-shadow:0 22px 60px #000c,0 0 0 1px #c9151b20 inset}.scarg-hero:after{background:linear-gradient(90deg,#050506 0,#050506e8 20%,#0505069c 43%,#0000 72%),linear-gradient(0deg,#050506d8,#0000 38%),radial-gradient(circle at 82% 20%,#ffd84a18,#0000 19rem)}.scarg-hero-rating{background:linear-gradient(180deg,#b91519,#690609);border:1px solid #ffd84a55;box-shadow:0 10px 22px #0008,0 0 18px #c9151b40}.scarg-hero-breadcrumbs a:hover{color:var(--yellow)}.scarg-content-section,.scarg-pin-section{border-color:#ffd84a20;background:#008480;box-shadow:0 14px 36px #0007}.card{border-color:#ffd84a24;background:radial-gradient(circle at 100% 0,#c9151b2b,#0000 11rem),linear-gradient(180deg,#222229,#101013)}.scarg-section-visual{border:1px solid #ffd84a2c;box-shadow:0 18px 42px #000b,0 0 28px #c9151b22}.scarg-table-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#c9151b,#ffd84a)}th{background:#d3dee2;color:#000}td{color:#000;background:#fff}.offer-banners{margin:26px 0}.scarg-offer-banner{border:1px solid #ffd84a;background-image:linear-gradient(90deg,#050506 0,#08080af0 32%,#1b060899 55%,#0000 100%),radial-gradient(circle at 76% 48%,#ffd84a22,#0000 21rem),var(--offer-bg);background-size:cover;background-position:center right;box-shadow:0 18px 52px #000c,0 0 0 1px #c9151b45 inset,0 0 28px #ffd84a24}.scarg-offer-banner:before{background:radial-gradient(circle at 82% 40%,#c9151b55,#0000 40%),linear-gradient(0deg,#030304b8,#0000 42%)}.scarg-offer-banner:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#ffd84a1a,#0000 18%,#c9151b10 100%);mix-blend-mode:screen}.scarg-offer-kicker{color:#ffd84a;text-shadow:0 0 16px #ffd84a55}.scarg-offer-banner h2{color:#f34b46;text-shadow:0 4px 22px #000,0 0 18px #c9151b35}.scarg-offer-banner p{color:#f0e8d6}.scarg-offer-copy>.scarg-pin-btn{background:linear-gradient(180deg,#ffd84a 0,#f0b72b 48%,#b11414 100%);border-color:#fff2;color:#070707}.scarg-content-section>h3,.scarg-pin-section>h3{background:linear-gradient(90deg,#2b2b31,#151519 56%,#2a0708);border-color:#ffd84a24}.scarg-content-section>h3:before,.scarg-pin-section>h3:before{background:linear-gradient(180deg,#ffd84a,#c99522);box-shadow:0 0 18px #ffd84a66}.scarg-content-section>h3+p,.scarg-pin-section>h3+p{background:linear-gradient(180deg,#131318,#08080a);border-color:#ffd84a24}.scarg-scroll-top{border-color:#ffd84a38;background:linear-gradient(180deg,#b11414,#6c070a);box-shadow:0 12px 28px #000b,0 0 18px #ffd84a30}.scarg-scroll-top:hover{background:linear-gradient(180deg,#ffd84a,#b11414);color:#070707}@media (max-width:620px){.scarg-offer-banner{background-position:center right}.scarg-offer-banner:before{background:linear-gradient(90deg,#050506f2 0,#050506cf 54%,#00000033 100%),radial-gradient(circle at 78% 30%,#c9151b45,#0000 44%)}}:root{--bg:#040405;--surface:#141419;--surface-2:#1d1d23;--surface-3:#2a2a31;--graphite:#101014;--graphite-2:#19191f;--line:#4b3a25;--line-soft:#ffd66624;--red:#d21b22;--red-2:#9d0b10;--red-dark:#2b0507;--yellow:#ffdc55;--gold:#c88f22;--gold-2:#f4b83a;--ember:#ff5a28;--shadow:0 20px 56px #000c}body{background:#0a636b}.scarg-topbar{background:#054248;border-bottom:1px solid #ffdc5530;box-shadow:0 14px 36px #000b,0 1px 0 #ffffff08 inset}.scarg-brand-logo{filter:drop-shadow(0 0 12px #d21b2240)}.scarg-nav-links a.scarg-is-active,.scarg-nav-links a:hover{background:linear-gradient(180deg,#2b2b31,#17171c);box-shadow:0 0 0 1px #ffdc5526 inset;color:#fff}.scarg-pin-sidebar{background:linear-gradient(180deg,#09090a 0,#040405 100%);box-shadow:16px 0 44px #0007 inset}.scarg-pin-side-nav-toggle{background:linear-gradient(180deg,#232329,#15151a);box-shadow:0 0 0 1px #ffdc5520 inset}.scarg-pin-side-links a:hover{background:linear-gradient(90deg,#d21b2229,#c88f2214);color:#fff}.scarg-btn,.scarg-pin-btn{border-radius:8px;border-color:#ffdc5540;background:linear-gradient(180deg,#25252b,#111115);box-shadow:0 10px 24px #0008,inset 0 1px 0 #ffffff18}.scarg-btn.scarg-hot,.scarg-pin-btn,.scarg-pin-btn.scarg-hot{border-color:#2a1208;background:linear-gradient(180deg,#ffdf63 0,#f0b331 35%,#c71a20 72%,#741013 100%);color:#060606;text-shadow:0 1px 0 #ffeaa6;box-shadow:0 7px 0 #351006,0 18px 28px #0007,0 0 26px #d21b223a,inset 0 1px 0 #fff6}.scarg-btn.scarg-hot:hover,.scarg-pin-btn:hover{filter:saturate(1.15) brightness(1.08);transform:translateY(-1px)}.scarg-btn.scarg-ghost,.scarg-pin-btn.scarg-ghost{background:linear-gradient(180deg,#15151a,#070708);border-color:#ffdc5545;color:#fff}.scarg-hero{border:1px solid #ffdc5526;background:#070708;box-shadow:0 24px 70px #000d,0 0 0 1px #d21b2226 inset}.scarg-hero:after{background:linear-gradient(90deg,#050506 0,#050506ee 18%,#050506a6 43%,#0000 73%),linear-gradient(0deg,#050506e0,#0000 40%),radial-gradient(circle at 76% 26%,#ffdc5520,#0000 22rem),radial-gradient(circle at 91% 65%,#d21b2228,#0000 18rem)}.scarg-hero-rating{background:linear-gradient(180deg,#ca191f,#6d080b);border:1px solid #ffdc5560;box-shadow:0 12px 28px #0009,0 0 22px #d21b2248}.scarg-hero-actions .scarg-pin-btn{min-width:150px}.scarg-content-section,.scarg-pin-section{border-color:#ffdc5522;background:#008480;box-shadow:0 16px 42px #0008,inset 0 1px 0 #ffffff08}.scarg-content-section:hover,.scarg-pin-section:hover{border-color:#ffdc5530}.scarg-pin-lead{color:#eee6cf}.card{border-color:#ffdc5526;background:radial-gradient(circle at 100% 0,#d21b2230,#0000 12rem),linear-gradient(180deg,#222229,#101014);box-shadow:0 16px 38px #0008}.card:hover{border-color:#ffdc5540;box-shadow:0 20px 46px #000b,0 0 26px #d21b2222}table{box-shadow:0 12px 30px #0008}th{background:#d3dee2;color:#000;border-bottom-color:#000}td{background:#fff;border-bottom-color:#000}.scarg-table-scroll{scrollbar-color:#ffdc55 #111114}.scarg-offer-banner{border:1px solid #ffdc55;background-image:linear-gradient(90deg,#050506 0,#050506ed 29%,#1f070995 53%,#00000016 78%),radial-gradient(circle at 78% 48%,#ffdc5522,#0000 23rem),var(--offer-bg);background-size:cover;background-position:center right;box-shadow:0 20px 58px #000d,0 0 0 1px #d21b2250 inset,0 0 32px #ffdc5526}.scarg-offer-banner:before{background:radial-gradient(circle at 82% 38%,#d21b2258,#0000 42%),linear-gradient(0deg,#040405c0,#0000 40%)}.scarg-offer-banner:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#ffdc551a,#0000 20%,#d21b2212 100%);mix-blend-mode:screen}.scarg-offer-copy{padding-left:34px}.scarg-offer-kicker{color:#ffdc55;text-shadow:0 0 16px #ffdc5560}.scarg-offer-banner h2{color:#f34b46;text-shadow:0 5px 24px #000,0 0 18px #d21b2238}.scarg-offer-banner p{color:#f1ead6}.scarg-offer-copy>.scarg-pin-btn{border-color:#2c1208;background:linear-gradient(180deg,#ffdc55 0,#eeb332 38%,#c31a20 100%);color:#070707}.scarg-section-visual{border:1px solid #ffdc5530;box-shadow:0 20px 48px #000b,0 0 30px #d21b2224}.scarg-content-section ul li:before,.scarg-pin-list li:before,.scarg-pin-section ul li:before{background:#ffdc55;box-shadow:0 0 16px #ffdc5580}.scarg-content-section li,.scarg-pin-list li,.scarg-pin-section li{background:linear-gradient(180deg,#111116,#09090b);border-color:#ffdc551c}.scarg-footer{background:linear-gradient(180deg,#050506,#000);border-top-color:#ffdc5525}.scarg-scroll-top{background:linear-gradient(180deg,#d21b22,#70090c);border-color:#ffdc5540}.scarg-scroll-top:hover{background:linear-gradient(180deg,#ffdc55,#d21b22);color:#050506}.scarg-cookie{border-color:#ffdc5530;background:#15151af5;box-shadow:0 18px 48px #000c}.scarg-cookie button{background:linear-gradient(180deg,#d21b22,#8c0a0e);box-shadow:0 0 18px #d21b2238}@media (max-width:620px){.scarg-offer-banner{background-position:center right}.scarg-offer-banner{background-image:linear-gradient(90deg,#050506f6 0,#050506dd 58%,#00000028 100%),radial-gradient(circle at 80% 30%,#d21b2248,#0000 44%),var(--offer-bg)}.scarg-offer-copy{padding-left:20px}.scarg-hero:after{background:linear-gradient(90deg,#050506f4 0,#050506cf 58%,#00000020 100%),linear-gradient(0deg,#050506e0,#0000 34%)}}.scarg-pin-content>.scarg-content-section:not(.pros-cons-section):not(.platform-choice-section):not(.verdict-section):not(.scarg-faq-section),.scarg-pin-content>.scarg-pin-section:not(.pros-cons-section):not(.platform-choice-section):not(.verdict-section):not(.scarg-faq-section){border-color:#ffdc5522;background:radial-gradient(circle at 95% 0,#d21b2226,#0000 13rem),radial-gradient(circle at 6% 100%,#c88f2212,#0000 18rem),linear-gradient(180deg,#231216f5,#000)}body{background:#0a636b}.scarg-hero-rating{display:inline-flex!important;align-items:center!important;gap:8px!important;width:max-content!important;max-width:100%!important;padding:5px!important;border-radius:4px!important;background:#b11414!important;color:#fff!important;font-size:15px!important;font-weight:900!important;line-height:1.15!important;text-shadow:0 2px 12px #000!important;box-shadow:none!important}.scarg-hero-rating strong{color:#fff!important;font-weight:900!important}.scarg-faq-section{position:relative!important;overflow:hidden!important;display:grid!important;gap:14px!important;border:1px solid #ffdc5548!important;border-radius:8px!important;background:radial-gradient(circle at 90% 6%,#d21b2238,#0000 16rem),linear-gradient(180deg,#18181ef6,#08080a)!important;box-shadow:0 0 24px #ffdc5518,inset 0 0 0 1px #ffffff08!important}.scarg-faq-section>*{position:relative!important;z-index:1!important}.scarg-faq-section>h2{color:#f34b46;display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:4px!important}.scarg-faq-section>h2:before{content:"?"!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;width:40px!important;height:40px!important;border-radius:50%!important;background:linear-gradient(180deg,#ffdc55,#c88f22)!important;color:#050505!important;font-size:24px!important;font-weight:900!important;box-shadow:0 0 20px #ffdc5568!important}.scarg-faq-section details{overflow:hidden!important;border:1px solid #ffdc5524!important;border-radius:8px!important;background:linear-gradient(180deg,#202027,#101014)!important;box-shadow:0 12px 28px #0007!important}.scarg-faq-section summary{position:relative!important;display:flex!important;align-items:center!important;min-height:58px!important;padding:16px 58px 16px 18px!important;color:#fff!important;font-size:18px!important;font-weight:900!important;cursor:pointer!important;list-style:none!important}.scarg-faq-section summary::-webkit-details-marker{display:none!important}.scarg-faq-section summary:after{content:"+"!important;position:absolute!important;right:16px!important;top:50%!important;display:grid!important;place-items:center!important;width:30px!important;height:30px!important;transform:translateY(-50%)!important;border-radius:50%!important;background:linear-gradient(180deg,#ffdc55,#c88f22)!important;color:#050505!important;font-size:22px!important;line-height:1!important;font-weight:900!important;box-shadow:0 0 20px #ffdc5568!important}.scarg-faq-section details[open] summary{background:linear-gradient(90deg,#d21b222b,#0000)!important;color:#ffdc55!important}.scarg-faq-section details[open] summary:after{content:"-"!important}.scarg-faq-section details p{margin-top:0!important;padding:0 18px 18px!important;color:#dedee4!important;font-size:16px!important;font-weight:600!important}.scarg-offer-banner{border:none!important}@media (max-width:960px){.scarg-pin-content{padding-left:10px!important;padding-right:10px!important}}:root{--b11-deep:#03575c;--b11-deeper:#004b50;--b11-red:#f84a4a;--b11-red-dark:#e74242;--b11-cyan:#2aaab4;--b11-text:#35495e;--b11-muted:#8f99a8;--b11-line:#edf1f3;--b11-soft:#f6f8f9}body{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif!important;color:var(--b11-text)!important;background:#0a636b}.scarg-topbar{background:#054248;border-bottom:0!important;box-shadow:0 2px 10px #0002!important}.scarg-footer a,.scarg-footer p,.scarg-nav-links a{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif!important}.scarg-btn,.scarg-cookie button,.scarg-pin-btn{border-radius:18px!important;background:linear-gradient(180deg,var(--b11-red),var(--b11-red-dark))!important;color:#fff!important;border:0!important;box-shadow:none!important;text-transform:uppercase!important}.scarg-pin-btn.scarg-hot{background:linear-gradient(180deg,var(--b11-red),var(--b11-red-dark))!important;color:#fff!important}.scarg-hero-rating{background:var(--b11-red)!important;border:0!important;border-radius:18px!important}.scarg-content-section,.scarg-pin-section{background:#fff!important;border:1px solid var(--b11-line)!important;box-shadow:0 8px 24px #1d1d1b14!important;color:var(--b11-text)!important}.scarg-content-section li,.scarg-content-section p,.scarg-pin-list li,.scarg-pin-section li,.scarg-pin-section p,td{color:#000}.scarg-content-section>h3,.scarg-pin-section>h3,h1,h2,h3{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif!important;color:#183d43!important;letter-spacing:0!important}.scarg-content-section>h3,.scarg-pin-section>h3{background:#fff!important;border-color:var(--b11-line)!important;box-shadow:none!important}.scarg-content-section>h3:before,.scarg-pin-section>h3:before{background:var(--b11-red)!important;box-shadow:none!important}.scarg-table-scroll,.scarg-table-wrap{border-radius:8px!important;border:1px solid var(--b11-line)!important;background:#fff!important}table{border-radius:8px!important;overflow:hidden!important}th{background:#d3dee2;color:#000;border-bottom:1px solid #ffffff20!important;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif!important}td{color:#000;background:#fff;border-bottom:1px solid var(--b11-line)!important}tbody tr:nth-child(2n) td{color:#000;background:#fff}.scarg-offer-banner{border:0!important;border-radius:8px!important;box-shadow:0 8px 24px #1d1d1b26!important}.scarg-offer-kicker{color:#fff!important;background:var(--b11-red)!important;border-radius:18px!important;width:max-content!important;padding:5px 12px!important}.scarg-pin-sidebar{background:#fff!important;border-right:6px solid var(--b11-deep)!important;box-shadow:none!important;padding-top:0!important}.scarg-pin-sidebar .scarg-pin-side-nav{margin-top:14px}.scarg-pin-side-nav-toggle{background:var(--b11-deep)!important;color:#fff!important;box-shadow:none!important}.scarg-pin-side-links a:hover{background:#eef6f7!important;color:var(--b11-deep)!important}.scarg-footer{background:var(--b11-deeper)!important;border-top:0!important}.scarg-footer h3,.scarg-footer strong{color:#fff!important}.scarg-footer a,.scarg-footer p{color:#d7f0f1!important}@media (max-width:960px){.scarg-pin-sidebar{border-right:0!important}.scarg-pin-side-nav.scarg-mobile-nav-mounted{background:#fff!important}.scarg-pin-content{background:#f3f8fc!important}}.scarg-topbar{background:#06494b!important;border-bottom:4px solid #04898b!important;box-shadow:none!important}.scarg-nav{height:74px!important;min-height:74px!important;padding:0 24px!important;gap:18px!important}.scarg-brand-logo{width:152px!important;height:auto!important;filter:none!important}.scarg-nav-links{margin-left:44px!important;gap:0!important;padding:4px!important;border-radius:999px!important;background:#135b5f!important;box-shadow:inset 0 1px 0 #ffffff12!important}.scarg-nav-links a{min-height:30px!important;padding:0 18px!important;border-radius:999px!important;background:0 0!important;color:#fff!important;font-size:11px!important;font-weight:900!important;line-height:30px!important;text-transform:uppercase!important}.scarg-nav-links a.scarg-is-active,.scarg-nav-links a:hover{background:#0f4f53!important;color:#fff!important}.scarg-auth{color:#000;margin-left:auto!important;gap:8px!important}.scarg-auth .scarg-btn{min-height:30px!important;padding:0 22px!important;border:0!important;border-radius:999px!important;box-shadow:none!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important}.scarg-auth .scarg-btn.scarg-ghost{background:#176168!important;color:#fff!important}.scarg-auth .scarg-btn.scarg-hot{background:#27b84f!important;color:#fff!important;text-shadow:none!important}.scarg-auth .scarg-btn:hover,.scarg-nav-links a:hover{filter:brightness(1.06)!important}@media (max-width:960px){.scarg-nav{height:68px!important;min-height:68px!important;padding:0 12px!important}.scarg-brand-logo{width:126px!important}.scarg-nav-links{display:none!important}.scarg-auth{color:#000;margin-left:auto!important}.scarg-auth .scarg-btn{display:none!important}.scarg-mobile-burger{background:#135b5f!important;border-color:#1d7478!important;border-radius:999px!important}}.scarg-content-section,.scarg-pin-section{background:#008480!important}.scarg-footer{background:#fff!important;color:#000!important;border-top-color:#d3dee2!important}.scarg-footer a,.scarg-footer h3,.scarg-footer li,.scarg-footer p{color:#000!important}.scarg-footer a:hover{color:#000!important;text-decoration:underline}.scarg-content-section .scarg-pin-btn:not(.store-btn),.scarg-offer-banner .scarg-pin-btn:not(.store-btn),.scarg-pin-section .scarg-pin-btn:not(.store-btn){min-width:118px!important;min-height:30px!important;padding:10px 28px!important;border:0!important;border-radius:999px!important;background:#f34b46!important;color:#fff!important;box-shadow:none!important;text-shadow:none!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-transform:uppercase!important}.scarg-content-section .scarg-pin-btn:not(.store-btn):hover,.scarg-offer-banner .scarg-pin-btn:not(.store-btn):hover,.scarg-pin-section .scarg-pin-btn:not(.store-btn):hover{filter:brightness(1.06)!important;transform:none!important}.scarg-footer a,.scarg-footer p{font-weight:400!important}.scarg-hero h1,.scarg-hero h2,.scarg-hero h3{color:#fff!important;text-shadow:0 3px 18px #000!important}.scarg-hero p{color:#e8eef0!important;text-shadow:0 2px 12px #000!important}.scarg-pin-content>.scarg-content-section:not(.scarg-offer-banner),.scarg-pin-content>.scarg-pin-section:not(.scarg-offer-banner){background:#fff!important;border-color:#dfe7eb!important;color:#243c43!important;box-shadow:0 8px 22px #063f4420!important}.scarg-pin-content>.scarg-content-section li,.scarg-pin-content>.scarg-content-section p,.scarg-pin-content>.scarg-pin-section li,.scarg-pin-content>.scarg-pin-section p{color:#000!important}.scarg-pin-content>.scarg-content-section h2,.scarg-pin-content>.scarg-pin-section h2{color:#f34b46!important}.scarg-pin-content>.scarg-content-section h3,.scarg-pin-content>.scarg-pin-section h3{color:#183d43!important}.scarg-content-section li,.scarg-pin-list li,.scarg-pin-section li{background:#fff!important;border-color:#edf1f3!important}.scarg-faq-section{background:#fff!important;border-color:#dfe7eb!important}.scarg-faq-section summary{color:#183d43!important}.scarg-faq-section details{background:#fff!important;border-color:#dfe7eb!important;box-shadow:none!important}.scarg-faq-section details p{color:#000!important}.scarg-hero .scarg-btn,.scarg-hero .scarg-pin-btn{background:#f34b46!important;color:#fff!important}@media (max-width:620px){.scarg-hero{min-height:500px!important}.scarg-hero-copy{width:100%!important;max-width:100%!important;min-width:0!important;padding:28px 20px!important}.scarg-hero h1{max-width:100%!important;font-size:34px!important;line-height:1.08!important;overflow-wrap:anywhere!important}.scarg-hero p{max-width:100%!important;font-size:15px!important;line-height:1.45!important;overflow-wrap:anywhere!important;word-break:break-word!important}.scarg-hero-rating{font-size:14px!important}.scarg-hero-actions .scarg-pin-btn{width:auto!important;min-width:0!important;padding:0 18px!important}}@media (max-width:960px){body,html{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.scarg-page-shell{display:block!important;width:100%!important;max-width:100%!important;margin:16px 0!important;overflow:hidden!important}.scarg-pin-content{width:100%!important;max-width:100%!important;margin:0!important;padding-left:10px!important;padding-right:10px!important;overflow:hidden!important}.scarg-content-section,.scarg-hero,.scarg-pin-section{width:100%!important;max-width:100%!important}.scarg-hero-img{max-width:none!important}}@media (min-width:901px){.scarg-page-shell{grid-template-columns:220px minmax(0,1fr)!important}.scarg-pin-content{padding-left:18px!important;padding-right:20px!important}}.scarg-pin-sidebar{background:#fff!important;border-right:6px solid #03575c!important}.scarg-pin-side-nav{padding:10px!important}.scarg-content-section>h3+p,.scarg-pin-section>h3+p{background:#27b84f66!important}.scarg-content-section .scarg-section-visual,.scarg-pin-section .scarg-section-visual{max-height:500px!important}.home-bonus-banner .scarg-offer-banner{background-color:transparent!important}.home-bonus-banner .scarg-offer-banner:after,.home-bonus-banner .scarg-offer-banner:before{display:none!important}.home-bonus-banner .scarg-offer-copy h2{color:#fff!important}.card,.offer-banners,.scarg-content-section,.scarg-faq-section,.scarg-faq-section details,.scarg-hero,.scarg-hero-img,.scarg-offer-banner,.scarg-pin-section,.scarg-section-visual,.scarg-table-scroll,.scarg-table-wrap,table{border-radius:8px!important}.scarg-table-scroll{margin-top:0!important;margin-bottom:0!important}.scarg-table-wrap{margin-top:14px!important;margin-bottom:0!important}.scarg-section-visual{border:0!important}.scarg-scroll-top{border:0!important;border-radius:50%!important;background:#fff!important;box-shadow:0 6px 18px #3d246326!important;color:#39205f!important}.scarg-scroll-top:before{width:12px!important;height:12px!important;border-left:3px solid currentColor!important;border-top:3px solid currentColor!important;transform:translateY(3px) rotate(45deg)!important}.scarg-scroll-top:after{display:none!important;content:none!important}.scarg-scroll-top:hover{background:#fff!important;color:#39205f!important;box-shadow:0 8px 22px #3d246333!important;filter:none!important;transform:translateY(-2px) scale(1.03)!important}.scarg-scroll-top.scarg-is-visible:not(:hover){transform:translateY(0) scale(1)!important}@media (max-width:960px){.scarg-table-scroll,.scarg-table-wrap{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}.scarg-table-scroll table,.scarg-table-wrap table{width:max-content!important;min-width:720px!important;max-width:none!important;white-space:nowrap!important}.scarg-table-scroll td,.scarg-table-scroll th,.scarg-table-wrap td,.scarg-table-wrap th{white-space:nowrap!important}}.scarg-offer-banner h2{text-shadow:0 5px 24px #000,0 0 18px #d21b22!important}.scarg-content-section table,.scarg-pin-section table,.scarg-table-scroll table,.scarg-table-wrap table{margin-top:0!important;margin-bottom:0!important}.scarg-content-section table,.scarg-pin-section table,.scarg-table-scroll table,.scarg-table-wrap table{box-shadow:none!important;border-collapse:collapse!important;background:#fff!important}.scarg-table-scroll,.scarg-table-wrap{box-shadow:none!important;border:1px solid var(--b11-line)!important;background:#fff!important}.scarg-content-section th,.scarg-pin-section th,.scarg-table-scroll th,.scarg-table-wrap th{background:#d3dee2!important;color:#000!important;border-bottom:1px solid var(--b11-line)!important}.scarg-content-section td,.scarg-pin-section td,.scarg-table-scroll td,.scarg-table-wrap td{background:#fff!important;color:#000!important;border-bottom:1px solid var(--b11-line)!important}tbody tr:nth-child(2n) td{background:#fff!important;color:#000!important}.scarg-app-download-actions{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:28%;padding:0 10%;pointer-events:none}.scarg-app-download-btn{pointer-events:auto;justify-self:center;display:grid!important;grid-template-columns:42px minmax(0,1fr);align-items:center;justify-content:center;width:260px;max-width:100%;min-height:74px;padding:10px 22px!important;border:0!important;border-radius:50px!important;background:#f34b46!important;color:#fff!important;box-shadow:0 8px 18px #0004!important;text-decoration:none!important;text-transform:none!important}.scarg-app-download-btn img{width:36px;height:36px;object-fit:contain}.scarg-app-download-btn span{display:block;color:#fff!important;font-size:15px;font-weight:900;line-height:1.15;text-align:center;white-space:normal;text-shadow:none!important}@media (max-width:960px){.scarg-app-download-actions{gap:18%;padding:0 6%}.scarg-app-download-btn{width:220px;min-height:68px;padding:9px 16px!important}.scarg-app-download-btn span{font-size:14px}}@media (max-width:620px){.scarg-app-download-actions{grid-template-columns:1fr;align-content:center;gap:16px;padding:0 22px}.scarg-app-download-btn{width:min(260px,100%)}}.scarg-app-download-btn{height:auto!important;min-height:0!important}.scarg-app-download-btn{padding-top:17px!important;padding-bottom:17px!important}.scarg-app-download-btn span{width:100%!important;justify-self:stretch!important;text-align:center!important}.scarg-pin-sidebar{border:0!important;border-left:0!important;border-right:0!important;border-top:0!important;border-bottom:0!important}.scarg-hero:after{background:linear-gradient(90deg,#000 0,#000d 18%,#0008 38%,#0000 68%),linear-gradient(0deg,#000b,#0000 36%)!important}.scarg-mobile-menu{background:#22302cf7!important}@media (max-width:960px){.scarg-offer-banner .scarg-offer-kicker{display:block!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;height:auto!important;padding:7px 12px!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;line-height:1.2!important;text-align:center!important}}.scarg-content-section .scarg-pin-btn:not(.store-btn),.scarg-offer-banner .scarg-pin-btn:not(.store-btn),.scarg-pin-section .scarg-pin-btn:not(.store-btn){padding:15px 28px!important;line-height:1!important}.scarg-content-section>h3,.scarg-pin-section>h3{margin-top:20px!important}.scarg-pin-sidebar{border-radius:8px!important}.scarg-pin-side-links a{padding-left:0!important;padding-right:0!important}@media (max-width:620px){h1{font-size:32px!important;line-height:1.12!important}h2{font-size:26px!important;line-height:1.16!important}.scarg-content-section>h3,.scarg-pin-section>h3,h3{font-size:18px!important;line-height:1.22!important}.scarg-hero p,.scarg-pin-lead{font-size:15px!important;line-height:1.55!important}.scarg-content-section li,.scarg-content-section p,.scarg-pin-section li,.scarg-pin-section p,td,th{font-size:14px!important;line-height:1.55!important}.scarg-app-download-btn,.scarg-btn,.scarg-pin-btn{font-size:12px!important}.scarg-pin-side-links a{font-size:13px!important;line-height:1.35!important}.scarg-footer h3{font-size:17px!important}.scarg-footer a,.scarg-footer p{font-size:13px!important;line-height:1.5!important}}.scarg-content-section h2+p,.scarg-pin-section h2+p{margin-top:14px!important}@media (max-width:620px){.scarg-hero:after{background:linear-gradient(90deg,#050506f7 0,#050506ed 68%,#050506c7 100%),linear-gradient(0deg,#050506e8,#0000 38%)!important}.scarg-hero-copy{overflow-wrap:anywhere!important}.scarg-hero h1,.scarg-hero p{white-space:normal!important}}@media (max-width:620px){.scarg-app-page .scarg-hero-copy{width:calc(100vw - 40px)!important;max-width:calc(100vw - 40px)!important}.scarg-app-page .scarg-hero h1,.scarg-app-page .scarg-hero p{width:100%!important;max-width:calc(100vw - 80px)!important}.scarg-app-page .scarg-hero h1{font-size:28px!important;line-height:1.06!important;letter-spacing:-.025em!important}}@font-face{font-family:Riffic;src:url("../fonts/riffic/riffic.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Riffic;src:url("../fonts/riffic/riffic-bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--safe-bg:#ebe6e4;--safe-bg-soft:#f5f0ed;--safe-paper:#fffdfb;--safe-ink:#34243f;--safe-muted:#746578;--safe-navy:#14243a;--safe-purple:#5b2b7b;--safe-purple-dark:#351b4f;--safe-coral:#ef6376;--safe-coral-light:#f88998;--safe-coral-dark:#d64b63;--safe-coral-shadow:#a9344c;--safe-mint:#28bd9a;--safe-mint-light:#63d5b8;--safe-mint-dark:#119576;--safe-mint-shadow:#08705d;--safe-yellow:#f4cc5b;--safe-line:#d8cbcf;--safe-line-strong:#bdaeb7;--safe-shadow:0 8px 20px #3b28321a}html{color-scheme:light!important}body{background-color:var(--safe-bg)!important;background-image:radial-gradient(circle at 18% 8%,#fff8 0 1px,transparent 1.5px),radial-gradient(circle at 78% 28%,#fff6 0 1px,transparent 1.5px)!important;background-size:28px 28px,38px 38px!important;color:var(--safe-ink)!important;font-family:Roboto,Arial,"Helvetica Neue",sans-serif!important}.scarg-footer a,.scarg-footer p,.scarg-nav-links a,a,body,button{font-family:Roboto,Arial,"Helvetica Neue",sans-serif!important}.scarg-topbar{background:#05295b!important;border-bottom:3px solid #b96370!important;box-shadow:0 4px 14px #25192726!important}.scarg-nav-links{background:#ffffff10!important;box-shadow:inset 0 0 0 1px #ffffff12!important}.scarg-nav-links a{color:#e9e5f7!important}.scarg-nav-links a.scarg-is-active,.scarg-nav-links a:hover{background:var(--safe-purple)!important;color:#fff!important}.scarg-auth .scarg-btn.scarg-ghost{background:#ffffff12!important;color:#fff!important;border:1px solid #ffffff26!important}.scarg-auth .scarg-btn.scarg-hot{background:linear-gradient(180deg,#ff6980,var(--safe-coral-dark))!important;color:#fff!important;box-shadow:inset 0 2px 0 #ffffff40,0 3px 0 #a91f3d!important}.scarg-auth .scarg-btn,.scarg-hero .scarg-pin-btn{border-radius:7px!important}.scarg-auth .scarg-btn:hover,.scarg-hero .scarg-pin-btn:hover{filter:brightness(1.08)!important;transform:translateY(-1px)!important}.scarg-page-shell{background:0 0!important}.scarg-pin-content{background:var(--safe-bg)!important;border-radius:10px!important}.scarg-pin-sidebar{background:#cdcdcd4d!important;border:1px solid var(--safe-line-strong)!important;border-radius:8px!important;box-shadow:var(--safe-shadow)!important}.scarg-pin-side-nav-toggle{position:relative!important;min-height:48px!important;padding:7px 18px!important;overflow:hidden!important;width:calc(100% + 32px)!important;margin-left:-16px!important;border:0!important;border-radius:0!important;background:linear-gradient(105deg,#adc7c9 0,#d46485 100%)!important;color:#442267!important;box-shadow:0 5px 12px #2c174218,inset 0 1px 0 #fff!important;font-size:13px!important;letter-spacing:.04em!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}.scarg-pin-side-nav-toggle:before{display:none!important;content:none!important}.scarg-pin-side-nav-toggle>span{position:relative!important;display:grid!important;place-items:center!important;width:25px!important;height:25px!important;border:0!important;border-radius:50%!important;background:var(--safe-purple)!important;color:#fff!important;transform:none!important;box-shadow:inset 0 1px 0 #ffffff40,0 3px 7px #3d1f8633!important}.scarg-pin-side-nav-toggle>span:after{content:"";width:7px;height:7px;transform:translateY(-2px) rotate(45deg);border-right:2px solid currentColor;border-bottom:2px solid currentColor}.scarg-pin-side-nav-toggle:hover{background:#fff!important;transform:translateY(-1px)!important;box-shadow:0 7px 15px #2c174224!important}.scarg-pin-side-nav-toggle:active{transform:translateY(1px)!important}.scarg-pin-side-nav.scarg-is-open .scarg-pin-side-nav-toggle>span{transform:rotate(180deg)!important}.scarg-pin-side-links a{color:#6a5e82!important}.scarg-pin-side-links a:hover{background:var(--safe-bg-soft)!important;color:var(--safe-purple)!important}.scarg-safe-aside-menu{display:block;padding:10px 10px 14px;background:#cdcdcd4d!important;color:#503768;font-family:Roboto,Arial,"Helvetica Neue",sans-serif}.scarg-safe-aside-promos{display:grid;gap:5px;margin-bottom:11px}.scarg-safe-aside-promo{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;align-items:center;min-height:50px;overflow:hidden;border-radius:9px;color:#fff!important;box-shadow:inset 0 1px 0 #ffffff40,0 3px 8px #2f155426;transition:transform .18s ease,filter .18s ease}.scarg-safe-aside-promo:before{content:"";position:absolute;inset:0;opacity:.24;background-image:radial-gradient(circle at 78% 20%,#fff 0 1px,transparent 1.5px),radial-gradient(circle at 88% 62%,#fff 0 1px,transparent 1.5px);background-size:14px 14px,19px 19px;pointer-events:none}.scarg-safe-aside-promo--wheel{background:linear-gradient(135deg,#55209e,#a421bd)}.scarg-safe-aside-promo--missions{background:linear-gradient(135deg,#8e292c,#c43d3a)}.scarg-safe-aside-promo--prizes{background:linear-gradient(135deg,#0e6fac,#279bd5)}.scarg-safe-aside-promo-icon{position:relative;z-index:1;display:block;width:46px;height:46px;overflow:hidden;color:transparent;font-size:0;background-position:center;background-repeat:no-repeat;background-size:46px 46px;filter:drop-shadow(0 3px 2px #32164c66)}.scarg-safe-aside-promo--wheel .scarg-safe-aside-promo-icon{background-image:url("../img/fiery/aside/wheel-of-fortune-button-animated.svg")}.scarg-safe-aside-promo--missions .scarg-safe-aside-promo-icon{background-image:url("../img/fiery/aside/missions-button-animated.svg")}.scarg-safe-aside-promo--prizes .scarg-safe-aside-promo-icon{background-image:url("../img/fiery/aside/prize-hub-button-animated.svg")}.scarg-safe-aside-promo strong{position:relative;z-index:1;font-size:14px;font-weight:900;line-height:1.15}.scarg-safe-aside-badge{position:absolute;z-index:2;top:3px;left:36px;display:grid;place-items:center;width:17px;height:17px;border:2px solid #fff;border-radius:50%;background:#f45b70;color:#fff;font-size:10px;font-weight:900}.scarg-safe-aside-promo:hover{filter:brightness(1.08);transform:translateY(-1px)}.scarg-safe-aside-promo:active{transform:translateY(1px)}.scarg-safe-aside-links{display:grid}.scarg-safe-aside-links>a{display:grid;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;min-height:43px;padding:5px 8px;border-radius:7px;color:#503768!important;transition:background-color .18s ease,color .18s ease,transform .18s ease}.scarg-safe-aside-links>a:hover{background:var(--safe-bg-soft);color:var(--safe-purple)!important;transform:translateX(2px)}.scarg-safe-aside-links>a:active{transform:translateX(2px) scale(.99)}.scarg-safe-aside-links>a strong{font-size:14px;font-weight:800;line-height:1.2}.scarg-safe-aside-icon{position:relative;display:grid;place-items:center;width:22px;height:22px;color:#684985;font-size:0;font-weight:900;line-height:1}.scarg-safe-aside-icon:before{content:"";display:block;width:20px;height:20px;background-color:currentColor;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.scarg-safe-aside-links>a:first-of-type .scarg-safe-aside-icon:before{-webkit-mask-image:url("../img/fiery/aside/icons/games.svg");mask-image:url("../img/fiery/aside/icons/games.svg")}.scarg-safe-aside-links>a:nth-of-type(2) .scarg-safe-aside-icon:before{-webkit-mask-image:url("../img/fiery/aside/icons/live-dealers.svg");mask-image:url("../img/fiery/aside/icons/live-dealers.svg")}.scarg-safe-aside-links>a:nth-of-type(3) .scarg-safe-aside-icon:before{-webkit-mask-image:url("../img/fiery/aside/icons/collections.svg");mask-image:url("../img/fiery/aside/icons/collections.svg")}.scarg-safe-aside-links>a:nth-of-type(4) .scarg-safe-aside-icon:before{-webkit-mask-image:url("../img/fiery/aside/icons/sports-betting.svg");mask-image:url("../img/fiery/aside/icons/sports-betting.svg")}.scarg-safe-aside-links>a:nth-of-type(5) .scarg-safe-aside-icon:before{-webkit-mask-image:url("../img/fiery/aside/icons/live-betting.svg");mask-image:url("../img/fiery/aside/icons/live-betting.svg")}.scarg-safe-aside-links>a:nth-of-type(6) .scarg-safe-aside-icon:before{-webkit-mask-image:url("../img/fiery/aside/icons/promotions.svg");mask-image:url("../img/fiery/aside/icons/promotions.svg")}.scarg-safe-aside-links>a:nth-of-type(7) .scarg-safe-aside-icon:before{-webkit-mask-image:url("../img/fiery/aside/icons/tournaments.svg");mask-image:url("../img/fiery/aside/icons/tournaments.svg")}.scarg-safe-aside-links>a:nth-of-type(8) .scarg-safe-aside-icon:before{-webkit-mask-image:url("../img/fiery/aside/icons/hall-of-fame.svg");mask-image:url("../img/fiery/aside/icons/hall-of-fame.svg")}.scarg-safe-aside-links>a:nth-of-type(9) .scarg-safe-aside-icon:before{-webkit-mask-image:url("../img/fiery/aside/icons/vip-program.svg");mask-image:url("../img/fiery/aside/icons/vip-program.svg")}.scarg-safe-aside-chevron{justify-self:center;width:8px;height:8px;transform:translateY(-2px) rotate(45deg);border-right:2px solid currentColor;border-bottom:2px solid currentColor}.scarg-safe-aside-divider{height:1px;margin:8px 6px;background:var(--safe-line)}.scarg-safe-aside-count-icon small{position:absolute;top:-7px;right:-6px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 3px;border:2px solid #fff;border-radius:999px;background:#f45b70;color:#fff;font-size:9px;font-weight:900}.scarg-safe-aside-menu a:focus-visible{outline:3px solid var(--safe-yellow)!important;outline-offset:2px!important}.scarg-safe-aside-extras{padding:0 10px 12px;background:#cdcdcd4d!important}.scarg-safe-aside-language{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;min-height:39px;padding:0 10px;border:1px solid var(--safe-line);border-radius:7px;background:var(--safe-bg-soft);color:#503768!important;transition:background-color .18s ease,transform .18s ease}.scarg-safe-aside-language:hover{background:#ece3e1;transform:translateY(-1px)}.scarg-safe-aside-language strong{font-size:12px;font-weight:700}.scarg-safe-aside-flag{font-size:16px;line-height:1}.scarg-safe-aside-language-arrow{display:none}.scarg-safe-aside-app{position:relative;display:block;min-height:126px;margin-top:7px;overflow:hidden;border-radius:8px;background:radial-gradient(circle at 20% 15%,#ad35bd66,transparent 44%),linear-gradient(135deg,#32145f,#6f1a92 70%,#31125d);color:#fff!important;box-shadow:inset 0 1px 0 #ffffff35,0 5px 12px #32145f30;transition:filter .18s ease,transform .18s ease}.scarg-safe-aside-app:before{content:"";position:absolute;inset:0;opacity:.22;background-image:radial-gradient(circle,#fff 0 1px,transparent 1.5px);background-size:13px 13px;pointer-events:none}.scarg-safe-aside-app:hover{filter:brightness(1.07);transform:translateY(-1px)}.scarg-safe-aside-app:active{transform:translateY(1px)}.scarg-safe-aside-app-copy{position:relative;z-index:2;display:grid;align-content:start;justify-items:start;width:57%;padding:13px 0 10px 12px}.scarg-safe-aside-app-copy small{color:#fff;font-size:9px;font-weight:800;line-height:1.15}.scarg-safe-aside-app-copy strong{margin-top:2px;color:#fff;font-family:Riffic,Roboto,Arial,sans-serif;font-size:18px;font-weight:700;line-height:1.05}.scarg-safe-aside-download{display:grid;place-items:center;min-width:82px;min-height:28px;margin-top:14px;padding:0 10px;border-radius:6px;background:linear-gradient(180deg,#31d1ab,#04a47e);color:#fff;box-shadow:inset 0 1px 0 #ffffff54,0 3px 0 #006b52;font-family:Riffic,Roboto,Arial,sans-serif;font-size:11px;font-weight:700;text-decoration:none!important;transition:filter .18s ease,transform .18s ease}.scarg-safe-aside-download:hover{filter:brightness(1.1);transform:translateY(-1px)}.scarg-safe-aside-download:active{transform:translateY(1px)}.scarg-safe-aside-app img{position:absolute;z-index:1;right:-2px;bottom:-35px;width:48%;max-width:none;height:auto;filter:drop-shadow(-4px 4px 7px #17052670)}.scarg-safe-aside-extras a:focus-visible{outline:3px solid var(--safe-yellow)!important;outline-offset:2px!important}.scarg-hero{min-height:500px!important;border:0!important;border-radius:9px!important;background:0 0!important;box-shadow:0 10px 24px #2a17413d!important}.scarg-hero:after{display:none!important;content:none!important;background:0 0!important}.scarg-hero-img{display:block!important}.scarg-hero-copy{display:grid!important;align-content:center!important;min-height:500px!important}.home-hero-video{position:absolute;top:50%;right:0;width:auto;height:113%;min-width:58%;max-width:none;object-fit:cover;transform:translateY(-50%);border-radius:14% 0 0 14%/50% 0 0 50%!important;-webkit-mask-image:none;mask-image:none}@media (max-width:620px){.home-hero-video{inset:0;width:100%;height:100%;min-width:0;object-position:center;transform:none;border-radius:0!important;-webkit-mask-image:none;mask-image:none}}.scarg-hero h1,.scarg-hero h2,.scarg-hero h3{color:#fff!important;text-shadow:0 3px 18px #000!important}.scarg-hero p{color:#f2efff!important;text-shadow:0 2px 12px #000!important}.scarg-hero-breadcrumbs,.scarg-hero-breadcrumbs a,.scarg-hero-breadcrumbs span{color:#fff!important}.scarg-hero:after{background:linear-gradient(90deg,#160b3cf2 0,#20104fda 34%,#28115b70 66%,transparent 100%),linear-gradient(0deg,#170b40c9,transparent 48%)!important}.scarg-hero h1{color:#fff!important;font-family:"Arial Rounded MT Bold",Roboto,Arial,sans-serif!important;font-size:clamp(38px,4vw,58px)!important;font-weight:900!important;letter-spacing:-.035em!important;line-height:1.02!important;text-shadow:0 3px 0 #24103f,0 8px 22px #0008!important}.scarg-hero p{color:#f2efff!important;font-size:18px!important;line-height:1.55!important}.scarg-hero-rating{background:var(--safe-yellow)!important;border:1px solid #ffffff24!important;border-radius:6px!important;box-shadow:inset 0 2px 0 #ffffff1f!important;color:var(--safe-purple-dark)!important}.scarg-hero-rating strong{color:var(--safe-purple-dark)!important}.scarg-hero .scarg-pin-btn{background:linear-gradient(180deg,#ff6b83,var(--safe-coral-dark))!important;color:#fff!important;border:0!important;box-shadow:inset 0 2px 0 #ffffff4d,0 4px 0 #a91f3d,0 8px 16px #160a2b4d!important}.scarg-content-section>h3,.scarg-pin-section>h3,h1,h2,h3{color:var(--safe-ink)!important;font-family:Roboto,Arial,"Helvetica Neue",sans-serif!important;letter-spacing:-.02em!important}.scarg-pin-content>.scarg-content-section h2,.scarg-pin-content>.scarg-pin-section h2{color:var(--safe-ink)!important;font-size:30px!important;font-weight:900!important;line-height:1.15!important}.scarg-pin-content>.scarg-content-section h3,.scarg-pin-content>.scarg-pin-section h3{color:#432366!important;font-size:21px!important;font-weight:900!important}.scarg-pin-content>.scarg-content-section:not(.scarg-offer-banner),.scarg-pin-content>.scarg-pin-section:not(.scarg-offer-banner){background:#cdcdcd4d!important;color:var(--safe-ink)!important;border:1px solid var(--safe-line-strong)!important;border-radius:8px!important;box-shadow:none!important;padding:24px 26px!important}.scarg-pin-content>.scarg-content-section li,.scarg-pin-content>.scarg-content-section p,.scarg-pin-content>.scarg-pin-section li,.scarg-pin-content>.scarg-pin-section p{color:var(--safe-ink)!important;font-size:16px!important;line-height:1.67!important}.scarg-pin-lead{color:var(--safe-muted)!important}.scarg-content-section .scarg-pin-btn:not(.store-btn),.scarg-pin-section .scarg-pin-btn:not(.store-btn){min-height:38px!important;padding:0 26px!important;border:0!important;border-radius:7px!important;background:linear-gradient(180deg,#2ee1b4,var(--safe-mint-dark))!important;color:#fff!important;box-shadow:inset 0 2px 0 #ffffff52,0 4px 0 #087b63,0 8px 16px #2b17412b!important;font-size:13px!important;font-weight:900!important;text-shadow:0 1px 1px #006b58!important;transition:transform .18s ease,filter .18s ease!important}.scarg-content-section .scarg-pin-btn:not(.store-btn):hover,.scarg-pin-section .scarg-pin-btn:not(.store-btn):hover{filter:brightness(1.06)!important;transform:translateY(-1px)!important}.scarg-content-section .scarg-pin-btn:not(.store-btn):active,.scarg-pin-section .scarg-pin-btn:not(.store-btn):active{transform:translateY(2px)!important;box-shadow:inset 0 2px 0 #ffffff38,0 1px 0 #087b63!important}.scarg-offer-banner{border:0!important;border-radius:9px!important;box-shadow:0 9px 20px #2b174136!important}.scarg-offer-banner:after{background:linear-gradient(90deg,#1c0d49e8,#28105f9e 55%,transparent)!important}.scarg-offer-kicker{background:var(--safe-coral)!important;border-radius:5px!important;box-shadow:inset 0 1px 0 #ffffff52!important}.scarg-offer-banner h2{color:#fff!important;text-shadow:0 3px 0 #28123f,0 6px 16px #0007!important}.scarg-offer-banner .scarg-pin-btn:not(.store-btn){background:linear-gradient(180deg,#2ee1b4,var(--safe-mint-dark))!important;box-shadow:inset 0 2px 0 #ffffff52,0 4px 0 #087b63!important}.home-bonus-banner .scarg-offer-copy{gap:8px!important}.scarg-offer-copy{max-width:655px!important}.home-bonus-banner .scarg-offer-kicker{width:max-content!important;padding:0!important;border:0!important;border-radius:0!important;background:0 0!important;color:#fff!important;box-shadow:none!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:17px!important;font-weight:400!important;line-height:1.18!important;text-transform:none!important;text-shadow:0 2px 6px #05213ecc!important}.home-bonus-banner .scarg-offer-copy h2{margin:0 0 10px!important;max-width:650px!important;color:#fdd65b!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:clamp(38px,4.1vw,58px)!important;font-weight:700!important;line-height:1!important;letter-spacing:.01em!important;text-shadow:0 3px 0 #8f5d0a,0 6px 14px #05213e80!important;text-wrap:balance}.home-bonus-banner .scarg-offer-banner .scarg-pin-btn:not(.store-btn){min-width:150px!important;min-height:48px!important;padding:0 27px!important;border:1px solid #ff8b92!important;border-radius:8px!important;background:linear-gradient(91deg,#e12151 0,#ff646d 88.65%)!important;color:#fff!important;box-shadow:inset 0 2px 0 #ffffff45,inset 0 -5px 0 #9d183766,0 6px 7px #0000003b!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:16px!important;font-weight:700!important;line-height:1!important;text-transform:none!important;text-shadow:0 2px 2px #821a39!important}.home-bonus-banner .scarg-offer-banner .scarg-pin-btn:not(.store-btn):hover{filter:brightness(1.08)!important;transform:translateY(-1px)!important}.home-bonus-banner .scarg-offer-banner .scarg-pin-btn:not(.store-btn):active{transform:translateY(2px)!important;box-shadow:inset 0 2px 0 #ffffff35,inset 0 -2px 0 #9d183766,0 2px 4px #0003!important}@media (min-width:961px){.home-bonus-banner .scarg-offer-banner,.home-bonus-banner .scarg-offer-copy{min-height:450px!important}}@media (max-width:620px){.home-bonus-banner .scarg-offer-kicker{font-size:14px!important}.home-bonus-banner .scarg-offer-copy h2{font-size:32px!important;line-height:1.04!important}.home-bonus-banner .scarg-offer-banner .scarg-pin-btn:not(.store-btn){min-height:44px!important;font-size:15px!important}}.scarg-section-visual{border-radius:8px!important;box-shadow:0 8px 18px #2c17412b!important}.scarg-table-scroll,.scarg-table-wrap{border:1px solid var(--safe-line)!important;border-radius:7px!important;background:var(--safe-paper)!important;box-shadow:var(--safe-shadow)!important}table{background:var(--safe-paper)!important}th{background:var(--safe-purple)!important;color:#fff!important;border-color:#62359b!important;font-weight:800!important}tbody tr:nth-child(2n) td,td{background:var(--safe-paper)!important;color:var(--safe-ink)!important;border-color:#eee6e4!important}tbody tr:nth-child(2n) td{background:#f8f3f1!important}.scarg-content-section li,.scarg-pin-list li,.scarg-pin-section li{background:0 0!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:var(--safe-ink)!important}.scarg-content-section ul li:before,.scarg-pin-list li:before,.scarg-pin-section ul li:before{background:var(--safe-purple)!important;box-shadow:none!important}.scarg-content-section ol li:before,.scarg-pin-section ol li:before{background:var(--safe-yellow)!important;color:#382152!important;box-shadow:0 2px 5px #3f235b24!important}.scarg-faq-section{background:var(--safe-bg)!important;border:0!important;box-shadow:none!important}.scarg-faq-section>h2:before{background:var(--safe-yellow)!important;color:var(--safe-purple-dark)!important;box-shadow:none!important}.scarg-faq-section details{background:var(--safe-paper)!important;border:1px solid var(--safe-line)!important;border-radius:6px!important;box-shadow:0 3px 8px #3b283214!important}.scarg-faq-section summary{color:var(--safe-ink)!important;font-size:16px!important}.scarg-faq-section summary:after{background:0 0!important;color:var(--safe-ink)!important;box-shadow:none!important}.scarg-faq-section details[open] summary{background:var(--safe-bg-soft)!important;color:var(--safe-purple)!important}.scarg-faq-section details p{color:var(--safe-ink)!important}.scarg-cookie{background:linear-gradient(90deg,#25206f,#3146a3)!important;border:1px solid #6579d1!important;border-radius:7px!important;box-shadow:0 7px 18px #21103d55!important;color:#fff!important}.scarg-cookie p,.scarg-cookie strong{color:#fff!important}.scarg-cookie button{background:linear-gradient(180deg,#2ee1b4,var(--safe-mint-dark))!important;color:#fff!important;border:0!important;border-radius:6px!important;box-shadow:inset 0 2px 0 #ffffff4d,0 3px 0 #087b63!important}.scarg-cookies-container{left:50%!important;right:auto!important;bottom:10px!important;width:560px!important;min-height:68px!important;max-width:calc(100vw - 40px)!important;margin:0!important;transform:translateX(-50%)!important;padding:10px 12px 10px 110px!important;overflow:visible!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border:1px solid #536ad0!important;border-radius:7px!important;background:linear-gradient(100deg,#252269 0,#28357f 55%,#304b9e 100%)!important;box-shadow:0 4px 0 #181a58,0 8px 18px #24154845!important}.scarg-cookies-container .scarg-cookies-character{position:absolute!important;left:-22px!important;bottom:-3px!important;width:136px!important;height:auto!important;max-width:none!important;pointer-events:none!important;filter:drop-shadow(0 3px 3px #16103b4d)!important;transform-origin:42% 92%!important;will-change:transform;animation:safecasino-cookie-fox 3.2s cubic-bezier(.45,0,.2,1) infinite}@keyframes safecasino-cookie-fox{0%,100%{transform:translate3d(0,0,0) rotate(0)}14%{transform:translate3d(0,-4px,0) rotate(0)}28%,44%{transform:translate3d(0,0,0) rotate(0)}56%{transform:translate3d(0,0,0) rotate(-3deg)}68%{transform:translate3d(0,0,0) rotate(3deg)}78%{transform:translate3d(0,0,0) rotate(-1deg)}100%,88%{transform:translate3d(0,0,0) rotate(0)}}.scarg-cookies-container .scarg-cookies-copy{flex:1 1 auto!important;max-width:290px!important;margin:0!important;padding:0!important;color:#fff!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:15px!important;font-weight:900!important;line-height:1.05!important;text-wrap:balance!important}.scarg-cookies-container .scarg-cookies-policy-link{color:#21e1ae!important;font:inherit!important;text-decoration:none!important}.scarg-cookies-container .scarg-cookies-policy-link:hover{text-decoration:underline!important}.scarg-cookies-container #cookieOk{flex:0 0 108px!important;width:108px!important;min-width:108px!important;min-height:42px!important;padding:0 12px!important;border:1px solid #25d2a5!important;border-radius:7px!important;background:linear-gradient(180deg,#57e0b7 0,#25cfa0 55%,#18b88d 100%)!important;color:#fff!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:14px!important;font-weight:900!important;text-transform:none!important;box-shadow:inset 0 2px 0 #9af2d7,0 3px 0 #087c70,0 5px 10px #071d4f59!important;cursor:pointer!important}.scarg-cookies-container #cookieOk:hover{filter:brightness(1.06)!important;transform:translateY(-1px)!important}.scarg-cookies-container #cookieOk:active{transform:translateY(2px)!important;box-shadow:inset 0 2px 0 #8de8ce,0 1px 0 #087c70!important}@media (max-width:520px){.scarg-cookies-container{left:50%!important;bottom:8px!important;width:calc(100vw - 16px)!important;max-width:none!important;min-height:78px!important;padding:8px 8px 8px 90px!important;gap:7px!important}.scarg-cookies-container .scarg-cookies-character{left:-8px!important;bottom:-2px!important;width:108px!important}.scarg-cookies-container .scarg-cookies-copy{max-width:none!important;font-size:11px!important;line-height:1.08!important}.scarg-cookies-container #cookieOk{flex-basis:82px!important;width:82px!important;min-width:82px!important;min-height:38px!important;padding-inline:8px!important;font-size:11px!important}}@media (prefers-reduced-motion:reduce){.scarg-cookies-container .scarg-cookies-character{animation:none!important;will-change:auto!important}}.scarg-footer{background:var(--safe-paper)!important;border-top:1px solid var(--safe-line)!important;color:var(--safe-ink)!important}.scarg-footer a,.scarg-footer h3,.scarg-footer li,.scarg-footer p,.scarg-footer strong{color:var(--safe-ink)!important}.scarg-footer a:hover{color:var(--safe-purple)!important;text-decoration:none!important}.scarg-btn:focus-visible,.scarg-pin-btn:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--safe-yellow)!important;outline-offset:3px!important}@media (max-width:960px){.scarg-pin-content{background:var(--safe-bg)!important}.scarg-pin-sidebar{border:0!important;box-shadow:none!important}.scarg-mobile-menu{background:var(--safe-navy)!important}}@media (max-width:620px){.scarg-pin-content>.scarg-content-section:not(.scarg-offer-banner),.scarg-pin-content>.scarg-pin-section:not(.scarg-offer-banner){padding:20px 16px!important}.scarg-pin-content>.scarg-content-section h2,.scarg-pin-content>.scarg-pin-section h2{font-size:25px!important}.scarg-hero h1{font-size:34px!important}.scarg-hero p{font-size:15px!important}}.scarg-pin-content>.scarg-content-section>p,.scarg-pin-content>.scarg-pin-section>p{background:0 0!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.scarg-pin-content>.scarg-content-section>p:before,.scarg-pin-content>.scarg-pin-section>p:before{display:none!important;content:none!important}.scarg-pin-content>.scarg-content-section>h3,.scarg-pin-content>.scarg-pin-section>h3{position:relative!important;margin:28px 0 12px!important;padding:0 0 0 34px!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;color:var(--safe-ink)!important;font-size:21px!important;line-height:1.3!important}.scarg-pin-content>.scarg-content-section>h3:before,.scarg-pin-content>.scarg-pin-section>h3:before{content:""!important;position:absolute!important;left:4px!important;top:.28em!important;display:block!important;width:15px!important;height:15px!important;transform:rotate(45deg)!important;border:3px solid #fff!important;border-radius:4px!important;background:var(--safe-yellow)!important;box-shadow:0 0 0 2px #dcae38,0 4px 9px #4a303724!important}.scarg-pin-content>.scarg-content-section>h3+p,.scarg-pin-content>.scarg-pin-section>h3+p{margin-top:0!important;padding:0!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important}.scarg-pin-content>.scarg-content-section>ol.scarg-pin-list,.scarg-pin-content>.scarg-content-section>ul,.scarg-pin-content>.scarg-pin-section>ol.scarg-pin-list,.scarg-pin-content>.scarg-pin-section>ul{display:grid!important;gap:11px!important;margin:20px 0!important;padding:0!important}.scarg-pin-content>.scarg-content-section>ol.scarg-pin-list>li,.scarg-pin-content>.scarg-pin-section>ol.scarg-pin-list>li{position:relative!important;min-height:58px!important;padding:16px 18px 16px 62px!important;border:1px solid var(--safe-line)!important;border-left:4px solid var(--safe-purple)!important;border-radius:7px!important;background:linear-gradient(180deg,var(--safe-paper),#faf6f3)!important;box-shadow:0 4px 10px #3b283214!important;color:var(--safe-ink)!important;font-weight:600!important;line-height:1.55!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}.scarg-pin-content>.scarg-content-section>ol.scarg-pin-list>li:hover,.scarg-pin-content>.scarg-pin-section>ol.scarg-pin-list>li:hover{transform:translateX(3px)!important;border-color:var(--safe-line-strong)!important;border-left-color:var(--safe-coral)!important;box-shadow:0 7px 16px #3b28321f!important}.scarg-pin-content>.scarg-content-section>ol.scarg-pin-list>li:before,.scarg-pin-content>.scarg-pin-section>ol.scarg-pin-list>li:before{position:absolute!important;left:17px!important;top:50%!important;display:grid!important;place-items:center!important;width:30px!important;height:30px!important;transform:translateY(-50%)!important;border:2px solid #fff!important;border-radius:50%!important;background:linear-gradient(180deg,#ffe477,var(--safe-yellow))!important;color:var(--safe-purple-dark)!important;box-shadow:0 0 0 2px #efbd2d,0 4px 8px #3f235b24!important;font-size:13px!important;font-weight:900!important}.scarg-pin-content>.scarg-content-section>ul>li,.scarg-pin-content>.scarg-pin-section>ul>li{position:relative!important;min-height:46px!important;padding:12px 16px 12px 48px!important;border:1px solid var(--safe-line)!important;border-radius:7px!important;background:var(--safe-paper)!important;box-shadow:0 3px 9px #3b283212!important;color:var(--safe-ink)!important}.scarg-pin-content>.scarg-content-section>ul>li:before,.scarg-pin-content>.scarg-pin-section>ul>li:before{content:""!important;position:absolute!important;left:18px!important;top:50%!important;width:12px!important;height:12px!important;transform:translateY(-50%) rotate(45deg)!important;border:2px solid #fff!important;border-radius:3px!important;background:var(--safe-coral)!important;box-shadow:0 0 0 2px #ef3958!important}.scarg-pin-content .scarg-table-scroll,.scarg-pin-content .scarg-table-wrap{position:relative!important;margin:22px 0 14px!important;overflow-x:auto!important;overflow-y:hidden!important;border:1px solid var(--safe-line-strong)!important;border-radius:9px!important;background:var(--safe-paper)!important;box-shadow:0 7px 17px #3b28321f!important;scrollbar-color:var(--safe-mint) var(--safe-bg-soft)!important;scrollbar-width:thin!important}.scarg-pin-content .scarg-table-scroll{margin:0!important}.scarg-pin-content .scarg-table-scroll::-webkit-scrollbar,.scarg-pin-content .scarg-table-wrap::-webkit-scrollbar{height:9px!important}.scarg-pin-content .scarg-table-scroll::-webkit-scrollbar-track,.scarg-pin-content .scarg-table-wrap::-webkit-scrollbar-track{background:var(--safe-bg-soft)!important}.scarg-pin-content .scarg-table-scroll::-webkit-scrollbar-thumb,.scarg-pin-content .scarg-table-wrap::-webkit-scrollbar-thumb{border:2px solid var(--safe-bg-soft)!important;border-radius:20px!important;background:var(--safe-mint)!important}.scarg-pin-content .scarg-content-section table,.scarg-pin-content .scarg-pin-section table,.scarg-pin-content .scarg-table-scroll table,.scarg-pin-content .scarg-table-wrap table{width:100%!important;margin:0!important;border:0!important;border-collapse:separate!important;border-spacing:0!important;border-radius:0!important;background:var(--safe-paper)!important;box-shadow:none!important;font-variant-numeric:tabular-nums!important}.scarg-pin-content .scarg-content-section th,.scarg-pin-content .scarg-pin-section th,.scarg-pin-content .scarg-table-scroll th,.scarg-pin-content .scarg-table-wrap th{padding:16px 18px!important;border:0!important;border-right:1px solid #ffffff26!important;border-bottom:3px solid var(--safe-mint)!important;background:linear-gradient(110deg,var(--safe-purple-dark),var(--safe-purple))!important;color:#fff!important;font-size:14px!important;font-weight:900!important;line-height:1.3!important;letter-spacing:.01em!important;text-align:left!important;text-transform:none!important}.scarg-pin-content .scarg-content-section th:last-child,.scarg-pin-content .scarg-pin-section th:last-child,.scarg-pin-content .scarg-table-scroll th:last-child,.scarg-pin-content .scarg-table-wrap th:last-child{border-right:0!important}.scarg-pin-content .scarg-content-section td,.scarg-pin-content .scarg-pin-section td,.scarg-pin-content .scarg-table-scroll td,.scarg-pin-content .scarg-table-wrap td,.scarg-pin-content tbody tr:nth-child(2n) td{padding:15px 18px!important;border:0!important;border-right:1px solid #eee6e4!important;border-bottom:1px solid var(--safe-line)!important;background:var(--safe-paper)!important;color:var(--safe-ink)!important;font-size:14px!important;line-height:1.5!important;vertical-align:top!important;transition:background-color .16s ease!important}.scarg-pin-content tbody tr:nth-child(2n) td{background:#f8f3f1!important}.scarg-pin-content tbody tr:hover td{background:#f2e9e7!important}.scarg-pin-content tbody tr:last-child td{border-bottom:0!important}.scarg-pin-content tbody td:last-child{border-right:0!important}.scarg-pin-content tbody td:first-child{color:#432366!important;font-weight:800!important}.scarg-pin-content table:has(th:only-child) td{border-left:4px solid var(--safe-coral)!important;background:var(--safe-paper)!important;font-weight:600!important}.scarg-pin-content table:has(th:only-child) tr:nth-child(2n) td{border-left-color:var(--safe-mint)!important;background:#faf6f3!important}@media (max-width:960px){.scarg-pin-content .scarg-table-scroll table,.scarg-pin-content .scarg-table-wrap table{min-width:700px!important;width:100%!important}}@media (max-width:620px){.scarg-pin-content>.scarg-content-section>ol.scarg-pin-list>li,.scarg-pin-content>.scarg-pin-section>ol.scarg-pin-list>li{padding:14px 14px 14px 56px!important;font-size:14px!important}.scarg-pin-content>.scarg-content-section>ol.scarg-pin-list>li:before,.scarg-pin-content>.scarg-pin-section>ol.scarg-pin-list>li:before{left:13px!important;width:28px!important;height:28px!important}.scarg-pin-content .scarg-content-section td,.scarg-pin-content .scarg-content-section th,.scarg-pin-content .scarg-pin-section td,.scarg-pin-content .scarg-pin-section th,.scarg-pin-content .scarg-table-scroll td,.scarg-pin-content .scarg-table-scroll th,.scarg-pin-content .scarg-table-wrap td,.scarg-pin-content .scarg-table-wrap th{padding:13px 14px!important;font-size:13px!important}}.scarg-footer.scarg-footer--minimal{margin-top:40px!important;padding:22px 24px 48px!important;border:0!important;background:var(--safe-bg)!important;color:#28124f!important;box-shadow:none!important}.scarg-footer.scarg-footer--minimal .scarg-footer-inner{max-width:1440px!important;margin:0 auto!important}.scarg-footer-service-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:10px;width:100%}.scarg-footer-service-links a{display:inline-flex;align-items:center;color:#28124f!important;font-size:10px!important;font-weight:800!important;line-height:1.25!important;letter-spacing:.015em!important;text-transform:uppercase!important;transition:color .18s ease!important}.scarg-footer-service-links a+a:before{content:"";display:block;width:1px;height:12px;margin:0 12px;background:#9d96b2}.scarg-footer-service-links a:hover{color:var(--safe-coral-dark)!important}.scarg-footer-service-links a:focus-visible{outline:3px solid var(--safe-yellow)!important;outline-offset:4px!important}.scarg-footer-legal-copy{display:grid;gap:10px;margin:76px auto 0;text-align:center}.scarg-footer.scarg-footer--minimal .scarg-footer-legal-copy p{margin:0!important;color:#28124f!important;font-size:12px!important;font-weight:500!important;line-height:1.35!important}@media (max-width:620px){.scarg-footer.scarg-footer--minimal{margin-top:28px!important;padding:22px 16px 34px!important}.scarg-footer-service-links{column-gap:0;row-gap:12px}.scarg-footer-service-links a{font-size:9px!important}.scarg-footer-service-links a+a:before{margin:0 8px}.scarg-footer-legal-copy{margin-top:46px}.scarg-footer.scarg-footer--minimal .scarg-footer-legal-copy p{font-size:11px!important}}.scarg-pin-content>.scarg-faq-section{display:grid!important;gap:10px!important;overflow:visible!important;background:var(--safe-paper)!important;border:1px solid var(--safe-line-strong)!important;border-radius:8px!important;box-shadow:none!important}.scarg-pin-content>.scarg-faq-section>h2{display:block!important;margin-bottom:8px!important}.scarg-pin-content>.scarg-faq-section>h2:before{display:none!important;content:none!important}.scarg-pin-content>.scarg-faq-section details{overflow:hidden!important;border:1px solid var(--safe-line)!important;border-radius:8px!important;background:var(--safe-paper)!important;box-shadow:0 3px 9px #3b283212!important}.scarg-pin-content>.scarg-faq-section summary{position:relative!important;display:flex!important;align-items:center!important;min-height:54px!important;padding:13px 58px 13px 18px!important;color:var(--safe-ink)!important;font-size:16px!important;font-weight:800!important;line-height:1.35!important;cursor:pointer!important;list-style:none!important;transition:background-color .18s ease,color .18s ease!important}.scarg-pin-content>.scarg-faq-section summary::-webkit-details-marker{display:none!important}.scarg-pin-content>.scarg-faq-section summary:after{content:"+"!important;position:absolute!important;right:15px!important;top:50%!important;display:grid!important;place-items:center!important;width:30px!important;height:30px!important;transform:translateY(-50%)!important;border-radius:50%!important;background:var(--safe-bg-soft)!important;color:var(--safe-purple)!important;box-shadow:none!important;font-family:Roboto,Arial,sans-serif!important;font-size:21px!important;font-weight:700!important;line-height:1!important}.scarg-pin-content>.scarg-faq-section details[open] summary{background:#f2e9e7!important;color:var(--safe-purple)!important}.scarg-pin-content>.scarg-faq-section details[open] summary:after{content:"−"!important;background:var(--safe-purple)!important;color:#fff!important}.scarg-pin-content>.scarg-faq-section details p{margin:0!important;padding:0 18px 17px!important;color:var(--safe-ink)!important;font-size:15px!important;font-weight:400!important;line-height:1.65!important}.scarg-pin-content>.scarg-faq-section summary:focus-visible{outline:3px solid var(--safe-yellow)!important;outline-offset:-3px!important}@media (max-width:620px){.scarg-pin-content>.scarg-faq-section summary{padding:12px 52px 12px 14px!important;font-size:14px!important}.scarg-pin-content>.scarg-faq-section details p{padding:0 14px 15px!important;font-size:14px!important}}.scarg-app-download-actions{z-index:3!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:center!important;gap:13px!important;padding:0 34px!important}@media (min-width:961px){.scarg-app-download-actions{gap:60px!important;padding:0 150px!important}}@media (max-width:760px){.scarg-bonus-banner-section .scarg-offer-banner:after,.scarg-bonus-banner-section .scarg-offer-banner:before,.scarg-hero:after,.scarg-home-app-banner:after,.scarg-offer-banner:after,.scarg-offer-banner:before{content:none!important;display:none!important;background:0 0!important}}#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section) ul:not(.scarg-pros-cons-list)>li{padding-left:50px!important}#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section) ul:not(.scarg-pros-cons-list)>li:before{content:"✦"!important;position:absolute!important;left:13px!important;top:50%!important;display:grid!important;width:24px!important;height:24px!important;place-items:center!important;transform:translateY(-50%)!important;border:1px solid #8e6aa8!important;border-radius:50%!important;background:radial-gradient(circle at 35% 28%,#c9aee0 0 18%,transparent 20%),linear-gradient(145deg,#805b9d,#53376b)!important;box-shadow:0 0 0 3px #efe7f4,0 5px 12px #472d591f!important;color:#fff!important;font-family:Georgia,"Times New Roman",serif!important;font-size:13px!important;font-weight:700!important;line-height:1!important}#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section) ul:not(.scarg-pros-cons-list)>li:nth-child(2n):before{border-color:#a386b7!important;background:radial-gradient(circle at 35% 28%,#e0cee9 0 18%,transparent 20%),linear-gradient(145deg,#9877ad,#68487d)!important}#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section)>ol{counter-reset:scarg-editorial-list!important}#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section)>ol>li{counter-increment:scarg-editorial-list!important;padding-left:56px!important}#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section)>ol>li:before{content:counter(scarg-editorial-list,decimal-leading-zero)!important;position:absolute!important;left:12px!important;top:50%!important;display:grid!important;width:30px!important;height:30px!important;place-items:center!important;transform:translateY(-50%)!important;border:1px solid #9472aa!important;border-radius:9px!important;background:linear-gradient(145deg,#85609e,#503469)!important;box-shadow:0 0 0 3px #eee5f3,0 6px 13px #40265324!important;color:#fff!important;font-family:Arial,"Helvetica Neue",sans-serif!important;font-size:11px!important;font-weight:900!important;font-variant-numeric:tabular-nums!important;line-height:1!important}html[data-theme=dark] #content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section) ul:not(.scarg-pros-cons-list)>li:before{border-color:#a67dc0!important;background:radial-gradient(circle at 35% 28%,#d0a9e5 0 18%,transparent 20%),linear-gradient(145deg,#795292,#432858)!important;box-shadow:0 0 0 3px #21132c,0 6px 14px #0007!important}html[data-theme=dark] #content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section)>ol>li:before{border-color:#a67dc0!important;background:linear-gradient(145deg,#795292,#432858)!important;box-shadow:0 0 0 3px #21132c,0 6px 14px #0007!important}@media (max-width:480px){#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section) ul:not(.scarg-pros-cons-list)>li{padding-left:44px!important}#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section) ul:not(.scarg-pros-cons-list)>li:before{left:10px!important;width:22px!important;height:22px!important;font-size:12px!important}#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section)>ol>li{padding-left:50px!important}#content .scarg-pin-content :is(.scarg-pin-section,.scarg-content-section)>ol>li:before{left:9px!important;width:28px!important;height:28px!important}}#content .scarg-pin-content>.scarg-pros-cons-section{padding-bottom:28px!important}.scarg-pros-cons-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:start;gap:18px;margin-top:22px}.scarg-pros-cons-panel{position:relative;isolation:isolate;overflow:hidden;padding:22px 22px 8px;border:1px solid var(--scar-panel-line);border-radius:14px;background:var(--scar-panel-bg);box-shadow:0 14px 34px #351b4f14,inset 0 1px 0 #ffffffd9}.scarg-pros-cons-panel:after{content:"";position:absolute;z-index:-1;top:-88px;right:-74px;width:190px;height:190px;border-radius:50%;background:var(--scar-panel-glow);filter:blur(2px);pointer-events:none}.scarg-pros-panel{--scar-panel-accent:#168d72;--scar-panel-soft:#dff8f0;--scar-panel-line:#a9ded0;--scar-panel-bg:linear-gradient(150deg,#fff 0%,#f3fcf8 100%);--scar-panel-glow:radial-gradient(circle,#6ed7bd4d 0%,transparent 70%)}.scarg-cons-panel{--scar-panel-accent:#cc4962;--scar-panel-soft:#fff0f3;--scar-panel-line:#efbdc7;--scar-panel-bg:linear-gradient(150deg,#fff 0%,#fff6f7 100%);--scar-panel-glow:radial-gradient(circle,#f08ba04a 0%,transparent 70%)}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-panel>h3{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 8px!important;padding:0 0 16px!important;border:0!important;border-bottom:1px solid color-mix(in srgb,var(--scar-panel-accent) 22%,transparent)!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;color:var(--safe-purple-dark)!important;font-size:23px!important;line-height:1.15!important}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-panel>h3:before{position:static!important;display:grid!important;width:34px!important;height:34px!important;flex:0 0 34px!important;place-items:center!important;transform:none!important;border:0!important;border-radius:10px!important;background:var(--scar-panel-accent)!important;box-shadow:0 7px 16px color-mix(in srgb,var(--scar-panel-accent) 28%,transparent)!important;color:#fff!important;font-family:Inter,Roboto,Arial,sans-serif!important;font-size:19px!important;font-weight:900!important;line-height:1!important}.scarg-pros-panel>h3:before{content:"✓"!important}.scarg-cons-panel>h3:before{content:"!"!important}.scarg-pros-cons-list{display:grid!important;gap:0!important;margin:0!important;padding:0!important;list-style:none!important}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-list>li{position:relative!important;margin:0!important;padding:14px 4px 14px 38px!important;border:0!important;border-bottom:1px solid color-mix(in srgb,var(--scar-panel-accent) 15%,transparent)!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;color:var(--safe-ink)!important;font-size:14px!important;line-height:1.55!important}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-list>li:last-child{border-bottom:0!important}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-list>li:before{content:"✓"!important;position:absolute!important;top:14px!important;left:2px!important;display:grid!important;width:24px!important;height:24px!important;place-items:center!important;transform:none!important;border:1px solid color-mix(in srgb,var(--scar-panel-accent) 32%,#fff)!important;border-radius:8px!important;background:var(--scar-panel-soft)!important;box-shadow:none!important;color:var(--scar-panel-accent)!important;font-size:14px!important;font-weight:900!important;line-height:1!important}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-cons-panel .scarg-pros-cons-list>li:before{content:"!"!important}html[data-theme=dark] .scarg-pros-cons-panel{--scar-panel-bg:linear-gradient(150deg,#211b29 0%,#151119 100%);box-shadow:0 16px 34px #0007,inset 0 1px 0 #ffffff12}html[data-theme=dark] #content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-panel>h3{color:#fff!important}html[data-theme=dark] #content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-list>li{color:#eee7f3!important}@media (max-width:820px){.scarg-pros-cons-grid{grid-template-columns:1fr}}@media (max-width:480px){#content .scarg-pin-content>.scarg-pros-cons-section{padding-bottom:20px!important}.scarg-pros-cons-grid{gap:14px;margin-top:18px}.scarg-pros-cons-panel{padding:18px 16px 6px;border-radius:12px}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-list>li{padding:13px 0 13px 34px!important}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-list>li:before{top:13px!important;left:0!important}}.scarg-app-download-btn{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;justify-self:auto!important;width:210px!important;min-height:58px!important;padding:9px 16px!important;border:2px solid #19ad80!important;border-radius:11px!important;background:linear-gradient(180deg,#67e4ad 0,#2bd29c 46%,#10b985 100%)!important;color:#fff!important;box-shadow:inset 0 2px 0 #b1f7d7,inset 0 -3px 0 #079b75,0 5px 0 #08766e,0 9px 16px #071c3c59!important;text-shadow:0 1px 1px #08745d!important;transform:translateY(0)!important;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease!important}.scarg-app-download-btn:hover{filter:brightness(1.06) saturate(1.05)!important;transform:translateY(-2px)!important;box-shadow:inset 0 2px 0 #c8ffe5,inset 0 -3px 0 #079b75,0 7px 0 #08766e,0 12px 20px #071c3c66!important}.scarg-app-download-btn:active{transform:translateY(3px)!important;box-shadow:inset 0 2px 0 #a7efd0,inset 0 -2px 0 #078e6d,0 2px 0 #08766e,0 5px 10px #071c3c4d!important}.scarg-app-download-btn:focus-visible{outline:3px solid var(--safe-yellow)!important;outline-offset:4px!important}.scarg-app-download-btn img{width:35px!important;height:35px!important;filter:brightness(0) invert(1)!important}.scarg-app-download-btn span{font-size:13px!important;font-weight:900!important;line-height:1.08!important;text-align:center!important;text-shadow:0 1px 1px #08745d!important}@media (max-width:620px){.scarg-app-download-actions{position:absolute!important;inset:0!important;align-items:flex-end!important;justify-content:center!important;gap:10px!important;margin:0!important;padding:0 14px!important}.scarg-app-download-btn{grid-template-columns:40px minmax(0,1fr)!important;width:min(180px,58vw)!important;min-height:54px!important;padding:8px 10px!important}.scarg-app-download-btn img{width:35px!important;height:35px!important}.scarg-app-download-btn span{font-size:11px!important}}.scarg-nav-links{gap:6px!important;padding:0!important;border:0!important;background:0 0!important;box-shadow:none!important}.scarg-nav-links a{border:1px solid transparent!important;border-radius:7px!important;background:0 0!important;box-shadow:none!important;transition:background-color .16s ease,border-color .16s ease,transform .16s ease!important}.scarg-nav-links a:hover{border-color:#ffffff30!important;border-radius:7px!important;background:#ffffff14!important;transform:translateY(-1px)!important}.scarg-nav-links a.scarg-is-active{border-color:#d8d8d8!important;border-radius:7px!important;background:#00000000!important;box-shadow:none!important}.scarg-pin-content>.scarg-pin-section[data-content-order]{container-type:inline-size;padding:clamp(20px,3.2cqi,34px)!important;overflow:hidden}.scarg-pin-content>.scarg-pin-section[data-content-order]>h2,.scarg-pin-content>.scarg-pin-section[data-content-order]>p{width:auto!important;max-width:none!important;text-wrap:wrap!important}.scarg-pin-content>.scarg-pin-section[data-content-order] h3{margin:28px 0 12px!important;padding:0!important;border:0!important;background:0 0!important;color:var(--safe-purple)!important;font-size:clamp(18px,2.4cqi,22px)!important;line-height:1.25!important;text-wrap:balance}.scarg-pin-content>.scarg-pin-section[data-content-order] h3:before{display:none!important;content:none!important}.scarg-pin-content>.scarg-pin-section[data-content-order] h3+p{margin-top:0!important;padding:0!important;border:0!important;background:0 0!important;color:var(--safe-ink)!important}.scarg-pin-content>.scarg-pin-section[data-content-order] .scarg-section-visual{width:100%!important;height:550px!important;max-height:550px!important;margin:20px 0 24px!important;object-fit:cover!important;border:1px solid #dcd5e9!important;box-shadow:0 18px 40px #31164c1a!important}.scarg-pin-content>.scarg-reviews-section{overflow:hidden!important;padding:22px 0 26px!important;border:0!important;background:0 0!important;box-shadow:none!important}.scarg-reviews-heading{display:flex;align-items:center;gap:12px;padding:0 26px 14px}.scarg-reviews-control{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid #dacfeb;border-radius:50%;background:#fff;color:var(--safe-purple-dark);font-size:27px;font-weight:800;line-height:1;box-shadow:0 5px 12px #4520781f;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease}.scarg-reviews-control:hover{transform:translateY(-2px);background:var(--safe-purple);color:#fff}.scarg-reviews-control:active{transform:translateY(1px)}.scarg-pin-content>.scarg-pin-section[data-content-order] .scarg-reviews-heading h2{margin:0!important;color:var(--safe-purple-dark)!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:28px!important;line-height:1!important}.scarg-reviews-intro{margin:0!important;padding:0 26px 18px!important;color:var(--safe-ink)!important}.scarg-reviews-track{display:grid;grid-auto-flow:column;grid-auto-columns:300px;gap:12px;margin-top:12px;overflow-x:hidden;padding:0 26px 18px;scroll-padding-inline:26px;scroll-snap-type:none;scrollbar-width:none}.scarg-reviews-track::-webkit-scrollbar{display:none}.scarg-reviews-track .scarg-review-card{position:relative!important;display:flex!important;flex-direction:column!important;grid-column:auto!important;min-height:270px!important;padding:20px 18px 16px!important;overflow:hidden!important;scroll-snap-align:start;border:1px solid #e3dcef!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}.scarg-reviews-track .scarg-review-card:before{display:none!important;content:none!important}.scarg-review-card-head{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px}.scarg-review-shield{width:30px!important;height:30px!important;object-fit:contain!important}.scarg-pin-content>.scarg-pin-section[data-content-order] .scarg-review-card h3{margin:1px 0 4px!important;padding:0!important;border:0!important;background:0 0!important;color:var(--safe-purple-dark)!important;font-size:15px!important;font-weight:900!important;line-height:1.2!important;text-wrap:pretty!important}.scarg-review-card-head div>span{display:block;color:#746784!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important}.scarg-review-stars{margin:15px 0 13px;color:var(--safe-yellow)!important;font-size:20px;letter-spacing:1px;line-height:1}.scarg-reviews-track .scarg-review-card p{margin:0 0 18px!important;padding:0!important;color:var(--safe-ink)!important;font-size:13px!important;line-height:1.65!important}.scarg-reviews-track .scarg-review-card time{display:block;margin-top:auto;color:#82788f!important;font-size:12px;font-variant-numeric:tabular-nums;text-align:right}@media (max-width:620px){.scarg-pin-content>.scarg-reviews-section{padding-top:18px!important}.scarg-reviews-heading{padding-inline:18px}.scarg-reviews-intro{padding:0 18px 16px!important}.scarg-reviews-track{grid-auto-columns:min(82vw,300px);padding-inline:18px;scroll-padding-inline:18px}.scarg-reviews-track .scarg-review-card{min-height:260px!important}}.scarg-pin-content>.scarg-pin-section[data-content-order] .scarg-table-wrap{width:100%!important;margin:20px 0 6px!important;overflow-x:auto!important;overflow-y:hidden!important;border:1px solid #dcd6e6!important;border-radius:9px!important;background:#fff!important;box-shadow:0 12px 28px #32174d12!important;-webkit-overflow-scrolling:touch}.scarg-pin-content>.scarg-pin-section[data-content-order] .scarg-table-wrap:focus-visible{outline:3px solid #9561bc!important;outline-offset:3px!important}.scarg-pin-content>.scarg-pin-section[data-content-order] table{width:100%!important;min-width:680px!important;margin:0!important;border-collapse:separate!important;border-spacing:0!important;font-size:14px!important}.scarg-pin-content>.scarg-pin-section[data-content-order] th{position:sticky!important;top:0!important;z-index:1!important;padding:13px 14px!important;border-right:1px solid #d9d1e4!important;background:var(--safe-purple)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;letter-spacing:.035em!important;line-height:1.35!important;text-transform:uppercase!important;white-space:normal!important}.scarg-pin-content>.scarg-pin-section[data-content-order] td{padding:13px 14px!important;border-right:1px solid #ece7f2!important;border-bottom:1px solid #ece7f2!important;background:#fff!important;color:var(--safe-ink)!important;line-height:1.5!important;vertical-align:top!important;white-space:normal!important}.scarg-pin-content>.scarg-pin-section[data-content-order] tbody tr:nth-child(2n) td{background:#faf8fd!important}.scarg-pin-content>.scarg-pin-section[data-content-order] td:last-child,.scarg-pin-content>.scarg-pin-section[data-content-order] th:last-child{border-right:0!important}.scarg-pin-content>.scarg-pin-section[data-content-order] tbody tr:last-child td{border-bottom:0!important}.scarg-review-card{position:relative;min-height:150px;padding:22px 20px 20px 54px;border:1px solid #ded7e8;border-radius:10px;background:linear-gradient(145deg,#fff 0,#faf7fd 100%);box-shadow:0 12px 28px #32174d12}.scarg-review-card:before{content:"“";position:absolute;left:18px;top:8px;color:var(--safe-mint);font-family:Georgia,serif;font-size:52px;font-weight:900;line-height:1}.scarg-review-card p{margin:0!important;color:var(--safe-ink)!important;font-size:14px!important;line-height:1.65!important}.scarg-review-card:last-child{grid-column:1/-1;min-height:0}.scarg-pin-content>.scarg-faq-section .scarg-faq-item{margin-top:10px!important;overflow:hidden;border:1px solid #ded8e8!important;border-radius:9px!important;background:#fff!important;box-shadow:0 7px 18px #32174d0d!important}.scarg-pin-content>.scarg-faq-section .scarg-faq-item summary{position:relative;min-height:48px;padding:15px 50px 15px 16px!important;color:var(--safe-ink)!important;font-weight:800!important;line-height:1.4!important;cursor:pointer;list-style:none}.scarg-pin-content>.scarg-faq-section .scarg-faq-item summary::-webkit-details-marker{display:none}.scarg-pin-content>.scarg-faq-section .scarg-faq-item summary:after{content:"+";position:absolute;right:16px;top:50%;display:grid;width:25px;height:25px;place-items:center;transform:translateY(-50%);border-radius:50%;background:var(--safe-purple);color:#fff;font-size:18px}.scarg-pin-content>.scarg-faq-section .scarg-faq-item[open] summary:after{content:"−"}.scarg-pin-content>.scarg-faq-section .scarg-faq-item summary:focus-visible{outline:3px solid #9561bc;outline-offset:-3px}.scarg-pin-content>.scarg-faq-section .scarg-faq-item p{margin:0!important;padding:0 16px 17px!important;color:var(--safe-ink)!important}@container (max-width:620px){.scarg-review-card:last-child{grid-column:auto}}@media (max-width:620px){.scarg-pin-content>.scarg-pin-section[data-content-order]{padding:20px 16px!important}.scarg-hero{width:100%!important;max-width:100%!important;overflow:hidden!important}.scarg-hero:after{display:block!important;content:""!important;background:linear-gradient(90deg,#160b3cf5 0,#20104fe8 58%,#251052a8 100%),linear-gradient(0deg,#170b40d9,transparent 48%)!important}.scarg-hero-copy{width:100%!important;max-width:100%!important;min-width:0!important;padding:24px 20px!important;overflow:hidden!important}.scarg-hero h1,.scarg-hero p{width:100%!important;max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}.scarg-pin-content>.scarg-pin-section[data-content-order] .scarg-table-wrap{margin-inline:0!important}.scarg-pin-content>.scarg-pin-section[data-content-order] table{min-width:620px!important;font-size:13px!important}.scarg-pin-content>.scarg-pin-section[data-content-order] td,.scarg-pin-content>.scarg-pin-section[data-content-order] th{padding:11px 12px!important}.scarg-review-card{min-height:0;padding:20px 16px 18px 48px}.scarg-review-card:last-child{grid-column:auto}}.scarg-number-roll-heading .number-roll-token{display:inline-block;white-space:nowrap}.scarg-number-roll-heading .number-reel{display:inline-block;width:.68em;height:1.2em;overflow:hidden;vertical-align:-.16em;perspective:5em}.scarg-number-roll-heading .number-reel-track{display:flex;flex-direction:column;width:100%;transform:translateY(0);will-change:transform}.scarg-number-roll-heading .number-reel-track>span{display:block;flex:0 0 1.2em;width:100%;height:1.2em;line-height:1.2em;text-align:center}.scarg-number-roll-heading.scarg-is-rolling .number-reel-track{transform:translateY(calc(var(--reel-steps) * -1.2em));transition-property:transform;transition-duration:var(--reel-duration);transition-delay:var(--reel-delay);transition-timing-function:cubic-bezier(.12,.72,.18,1)}@media (prefers-reduced-motion:reduce){.scarg-number-roll-heading .number-reel-track{transition:none!important;will-change:auto!important}}@media (max-width:960px){.scarg-pin-side-nav,.scarg-pin-side-nav.scarg-mobile-nav-mounted{padding:0 10px!important}}@media (min-width:621px){.home-hero-video{border-radius:0!important;-webkit-mask-image:linear-gradient(90deg,transparent 0,#0004 6%,#000 21%);mask-image:linear-gradient(90deg,transparent 0,#0004 6%,#000 21%)}}.scarg-error-hero{min-height:calc(100dvh - 112px)!important;background:#211044!important}.scarg-error-hero:after{display:block!important;content:""!important;background:linear-gradient(90deg,#15092ff7 0,#211044e8 38%,#21104466 66%,transparent 100%),linear-gradient(0deg,#160b3fd6,transparent 48%)!important}.scarg-error-hero .scarg-hero-img{object-position:center!important}.scarg-error-hero .scarg-hero-copy{width:min(650px,100%)!important;min-height:calc(100dvh - 112px)!important;padding:clamp(32px,6vw,76px)!important}.scarg-error-kicker{display:inline-flex;width:max-content;padding:7px 13px;border:1px solid #ffffff38;border-radius:999px;background:#ffffff14;color:#fff;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.scarg-error-hero h1{display:grid!important;gap:4px!important;margin-top:18px!important}.scarg-error-code{color:#ffd84c;font-family:Riffic,Roboto,Arial,sans-serif;font-size:clamp(96px,14vw,190px);line-height:.72;text-shadow:0 8px 0 #a54d19,0 15px 34px #08001c99}.scarg-error-title{font-size:clamp(34px,5vw,66px);line-height:1}.scarg-error-hero p{max-width:500px!important;font-size:18px!important}@media (max-width:620px){.scarg-error-hero,.scarg-error-hero .scarg-hero-copy{min-height:calc(100dvh - 96px)!important}.scarg-error-hero .scarg-hero-copy{align-content:end!important;padding:32px 20px!important}.scarg-error-hero:after{background:linear-gradient(0deg,#160b3ffa 0,#211044d9 52%,#21104438 100%)!important}.scarg-error-code{font-size:104px}}.scarg-auth .scarg-btn.scarg-ghost{background:#ffffff0d!important;border-color:#ffffff30!important;box-shadow:inset 0 1px 0 #ffffff12!important;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}.scarg-auth .scarg-btn.scarg-ghost:hover{background:#ffffff1c!important;border-color:#ffffff55!important;box-shadow:inset 0 1px 0 #ffffff20,0 5px 12px #080d1840!important;transform:translateY(-1px)!important}.scarg-auth .scarg-btn.scarg-ghost:active{background:#ffffff0a!important;border-color:#ffffff35!important;box-shadow:inset 0 2px 4px #0004!important;transform:translateY(1px) scale(.985)!important}.home-bonus-banner .scarg-offer-banner .scarg-pin-btn:not(.store-btn),.scarg-auth .scarg-btn.scarg-hot,.scarg-btn.scarg-hot,.scarg-hero .scarg-pin-btn{border:1px solid #f4a0aa!important;background:linear-gradient(180deg,var(--safe-coral-light),var(--safe-coral-dark))!important;color:#fff!important;box-shadow:inset 0 2px 0 #ffffff59,inset 0 -3px 0 #b2385066,0 4px 0 var(--safe-coral-shadow),0 9px 18px #4a26334a!important;text-shadow:0 1px 1px #8b2e42!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease,transform .18s ease!important}.home-bonus-banner .scarg-offer-banner .scarg-pin-btn:not(.store-btn):hover,.scarg-auth .scarg-btn.scarg-hot:hover,.scarg-btn.scarg-hot:hover,.scarg-hero .scarg-pin-btn:hover{border-color:#ffc0c7!important;background:linear-gradient(180deg,#ff9ba7,#df5369)!important;box-shadow:inset 0 2px 0 #ffffff70,inset 0 -3px 0 #b238505c,0 6px 0 var(--safe-coral-shadow),0 13px 23px #4a263352!important;filter:saturate(.96)!important;transform:translateY(-2px)!important}.home-bonus-banner .scarg-offer-banner .scarg-pin-btn:not(.store-btn):active,.scarg-auth .scarg-btn.scarg-hot:active,.scarg-btn.scarg-hot:active,.scarg-hero .scarg-pin-btn:active{border-color:#cf455c!important;background:linear-gradient(180deg,#d9566b,#bd3d55)!important;filter:saturate(.92)!important;transform:translateY(3px) scale(.985)!important;box-shadow:inset 0 2px 0 #ffffff42,inset 0 -1px 0 #b2385055,0 1px 0 var(--safe-coral-shadow),0 4px 9px #4a263338!important}.scarg-app-download-btn,.scarg-content-section .scarg-pin-btn:not(.store-btn),.scarg-cookie button,.scarg-cookies-container #cookieOk,.scarg-offer-banner .scarg-pin-btn:not(.store-btn),.scarg-pin-section .scarg-pin-btn:not(.store-btn),.scarg-safe-aside-download{border:1px solid #65d5b7!important;background:linear-gradient(180deg,var(--safe-mint-light),var(--safe-mint-dark))!important;color:#fff!important;box-shadow:inset 0 2px 0 #ffffff61,inset 0 -2px 0 #08745e52,0 4px 0 var(--safe-mint-shadow),0 8px 16px #28423b35!important;text-shadow:0 1px 1px #07634f!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease,transform .18s ease!important}.scarg-app-download-btn:hover,.scarg-content-section .scarg-pin-btn:not(.store-btn):hover,.scarg-cookie button:hover,.scarg-cookies-container #cookieOk:hover,.scarg-offer-banner .scarg-pin-btn:not(.store-btn):hover,.scarg-pin-section .scarg-pin-btn:not(.store-btn):hover,.scarg-safe-aside-download:hover{border-color:#8fe4cf!important;background:linear-gradient(180deg,#78ddc4,#19a884)!important;box-shadow:inset 0 2px 0 #ffffff73,inset 0 -2px 0 #08745e45,0 6px 0 var(--safe-mint-shadow),0 12px 21px #28423b40!important;filter:saturate(.94)!important;transform:translateY(-2px)!important}.scarg-app-download-btn:active,.scarg-content-section .scarg-pin-btn:not(.store-btn):active,.scarg-cookie button:active,.scarg-cookies-container #cookieOk:active,.scarg-offer-banner .scarg-pin-btn:not(.store-btn):active,.scarg-pin-section .scarg-pin-btn:not(.store-btn):active,.scarg-safe-aside-download:active{border-color:#148e72!important;background:linear-gradient(180deg,#30ad8c,#0b7d64)!important;filter:saturate(.92)!important;transform:translateY(3px) scale(.985)!important;box-shadow:inset 0 2px 0 #ffffff48,0 1px 0 var(--safe-mint-shadow),0 4px 9px #28423b2d!important}.scarg-scroll-top{border-color:#805b94!important;background:#78d599!important;box-shadow:none!important;transition:background .18s ease,border-color .18s ease,filter .18s ease,transform .18s ease!important}.scarg-scroll-top:hover{border-color:#a17ab5!important;background:linear-gradient(180deg,#754790,#41225a)!important;box-shadow:none!important;transform:translateY(-2px)!important}.scarg-scroll-top:active{border-color:#634175!important;background:linear-gradient(180deg,#4c2a62,#2b153c)!important;box-shadow:none!important;transform:translateY(3px) scale(.96)!important}.scarg-pin-content>.scarg-content-section>ol.scarg-pin-list>li:before,.scarg-pin-content>.scarg-pin-section>ol.scarg-pin-list>li:before{border:2px solid var(--safe-paper)!important;background:linear-gradient(180deg,#7a4b98,var(--safe-purple-dark))!important;color:#fff!important;box-shadow:0 0 0 2px #a785b4,0 5px 10px #35253d36!important;text-shadow:0 1px 1px #24102f!important}.scarg-pin-content>.scarg-content-section>ul>li:before,.scarg-pin-content>.scarg-pin-section>ul>li:before{border:2px solid var(--safe-paper)!important;border-radius:3px!important;background:linear-gradient(135deg,var(--safe-coral-light),var(--safe-coral-dark))!important;box-shadow:0 0 0 2px #d95b70,0 4px 8px #4a26332b!important}.scarg-pin-content>.scarg-content-section>ul>li:nth-child(2n):before,.scarg-pin-content>.scarg-pin-section>ul>li:nth-child(2n):before{background:linear-gradient(135deg,var(--safe-mint-light),var(--safe-mint-dark))!important;box-shadow:0 0 0 2px #35aa8d,0 4px 8px #28423b2b!important}.scarg-bonus-banner-section{width:100%;margin:clamp(24px,3vw,38px) 0 0;padding:0;border:0;background:0 0;box-shadow:none}.scarg-bonus-banner-section .scarg-offer-banner{margin:0!important;background-color:transparent!important;background-image:var(--offer-bg)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:cover!important}.scarg-bonus-banner-section .scarg-offer-banner:after,.scarg-bonus-banner-section .scarg-offer-banner:before{display:none!important;content:none!important;background:0 0!important}.scarg-bonus-banner-section .scarg-offer-actions .scarg-pin-btn{min-width:170px!important}@media (max-width:620px){.scarg-bonus-banner-section{margin-top:24px}.scarg-bonus-banner-section .scarg-offer-actions .scarg-pin-btn{width:100%!important;min-width:0!important}}:root :is(button,.scarg-btn,.scarg-pin-btn,.scarg-safe-aside-download,.scarg-app-download-btn,#cookieOk){box-shadow:none!important}.scarg-bonus-banner-section .scarg-offer-copy{align-items:flex-start!important;justify-content:center!important;gap:8px!important;max-width:min(760px,68%)!important;padding:28px 34px!important}.scarg-bonus-banner-section .scarg-offer-kicker{display:block!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:0 0!important;color:#fff!important;box-shadow:none!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:clamp(14px,1.25vw,18px)!important;font-weight:400!important;line-height:1.05!important;letter-spacing:0!important;text-align:left!important;text-transform:none!important;text-shadow:0 2px 4px #061247,0 1px 0 #061247!important}.scarg-bonus-banner-section .scarg-offer-banner h2{max-width:720px!important;margin:0!important;color:#ffd856!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:50px!important;font-weight:700!important;line-height:1!important;letter-spacing:.01em!important;text-wrap:balance;-webkit-text-stroke:.35px #ffdc62;text-shadow:0 3px 0 #9b6608,0 6px 13px #061247b8!important}.scarg-bonus-banner-section .scarg-offer-actions{justify-content:flex-start!important;margin-top:8px!important}.scarg-bonus-banner-section .scarg-offer-actions .scarg-pin-btn:not(.store-btn){width:max-content!important;min-width:126px!important;min-height:44px!important;padding:0 22px!important;border:1px solid #ff9ca9!important;border-radius:6px!important;background:linear-gradient(180deg,#ff6679,#ed405d)!important;color:#fff!important;box-shadow:none!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:15px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;text-shadow:0 1px 2px #8c1831!important}.scarg-bonus-banner-section .scarg-offer-actions .scarg-pin-btn:not(.store-btn):hover{background:linear-gradient(180deg,#ff7a8b,#f04b66)!important;filter:brightness(1.04)!important;transform:none!important}@media (max-width:620px){.scarg-bonus-banner-section .scarg-offer-copy{max-width:78%!important;min-height:300px!important;padding:22px 18px!important}.scarg-bonus-banner-section .scarg-offer-kicker{font-size:13px!important;text-align:left!important}.scarg-bonus-banner-section .scarg-offer-banner h2{font-size:50px!important;line-height:1.02!important}.scarg-bonus-banner-section .scarg-offer-actions .scarg-pin-btn:not(.store-btn){width:max-content!important;min-width:116px!important;min-height:42px!important;padding:0 18px!important;font-size:14px!important}}.scarg-home-app-banner{position:relative;width:100%;min-height:420px;aspect-ratio:640/245;margin:clamp(24px,3vw,38px) 0 0;overflow:hidden;border:0;border-radius:8px;background:#160b36}.scarg-home-app-banner-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.scarg-home-app-banner h2{margin:0;color:#ffd856!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:clamp(46px,4.4vw,66px)!important;font-weight:700!important;line-height:1!important;letter-spacing:.01em!important;text-shadow:0 3px 0 #91600a,0 7px 15px #090526b8!important}.scarg-home-app-banner p{margin:10px 0 0;color:#fff!important;font-family:Riffic,Roboto,Arial,sans-serif;font-size:20px;line-height:1.25;text-shadow:0 2px 5px #090526}@media (max-width:760px){.scarg-home-app-banner{min-height:470px;aspect-ratio:auto}.scarg-home-app-banner-media{object-position:68% center}.scarg-home-app-banner h2{font-size:40px!important}.scarg-home-app-banner p{max-width:260px;font-size:17px}}.scarg-bonus-banner-section .scarg-offer-banner,.scarg-bonus-banner-section .scarg-offer-copy{min-height:450px!important}.scarg-bonus-banner-section .scarg-offer-banner{background-position:center 35%!important}#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) h2:not(:where(.scarg-hero h2,.scarg-bonus-banner-section h2,.scarg-offer-banner h2,.scarg-home-app-banner h2)){color:var(--safe-purple-dark)!important;font-family:Riffic,Roboto,Arial,sans-serif!important;font-size:36px!important;font-weight:900!important;line-height:1.15!important;letter-spacing:-.02em!important;overflow-wrap:anywhere}@media (max-width:620px){#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) h2:not(:where(.scarg-hero h2,.scarg-bonus-banner-section h2,.scarg-offer-banner h2,.scarg-home-app-banner h2)){font-size:clamp(24px,7vw,28px)!important;line-height:1.1!important;overflow-wrap:normal!important;word-break:normal!important;hyphens:none;text-wrap:balance}.scarg-pin-content>.scarg-content-section li,.scarg-pin-content>.scarg-content-section p,.scarg-pin-content>.scarg-pin-section li,.scarg-pin-content>.scarg-pin-section p{font-size:14px!important;line-height:1.6!important;overflow-wrap:break-word!important;word-break:normal!important}}#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){border:1px solid #76518f!important;background:radial-gradient(circle at 92% 8%,#8c50b83d,transparent 25rem),radial-gradient(circle at 8% 100%,#5032ad2e,transparent 24rem),linear-gradient(145deg,#170b35,#351653 58%,#24103f)!important;box-shadow:0 18px 42px #24103f35!important}#content .scarg-pin-content>.scarg-reviews-section>.scarg-reviews-heading>h2,#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>.scarg-reviews-heading>h2,#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(h1,h2){color:#ffd856!important;text-shadow:0 3px 0 #8f5d0a,0 7px 15px #09052680!important}#content .scarg-pin-content>.scarg-reviews-section>.scarg-reviews-intro,#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>.scarg-pin-lead,#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>p{color:#f6f1fa!important}#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>h3{border-color:#ffffff2b!important;background:#ffffff12!important;color:#fff!important;box-shadow:none!important}#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(ul,ol)>li{border-color:#ffffff24!important;background:#ffffff10!important;color:#fff!important}#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(ul,ol)>li :is(strong,a),#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>p a{color:inherit!important}#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>.scarg-section-visual,#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>img{border:1px solid #a77bc3!important;border-radius:8px!important;box-shadow:0 16px 34px #09052670!important}@media (max-width:620px){#content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){background:radial-gradient(circle at 100% 0,#8c50b838,transparent 17rem),linear-gradient(155deg,#170b35,#351653 62%,#24103f)!important}}#content .scarg-pin-sidebar .scarg-safe-aside-links>a{grid-template-columns:28px minmax(0,1fr) 16px!important;column-gap:8px!important}#content .scarg-pin-sidebar .scarg-safe-aside-icon{display:grid!important;width:22px!important;height:22px!important;place-items:center!important;overflow:visible!important;opacity:1!important;visibility:visible!important;color:#684985!important;forced-color-adjust:none}#content .scarg-pin-sidebar .scarg-safe-aside-icon:before{content:""!important;display:block!important;width:20px!important;height:20px!important;background-color:currentColor!important;opacity:1!important;visibility:visible!important;filter:drop-shadow(0 2px 2px #351b4f20)}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:hover .scarg-safe-aside-icon{color:var(--safe-purple)!important}.scarg-home-app-banner:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#0b0419d9 0,#13072bb8 27%,#1c0b3d61 48%,transparent 68%),radial-gradient(circle at 17% 50%,#51228d35,transparent 34%)}.scarg-home-app-banner .scarg-app-download-actions{z-index:3!important;align-items:flex-start!important;padding-inline:clamp(34px,10vw,150px)!important}.scarg-home-app-banner .scarg-app-download-btn{pointer-events:auto!important}@media (max-width:620px){.scarg-home-app-banner:after{background:linear-gradient(90deg,#0b0419e8 0,#13072bc4 35%,#1c0b3d52 64%,transparent 90%),radial-gradient(circle at 16% 50%,#51228d3d,transparent 42%)}.scarg-home-app-banner .scarg-app-download-actions{align-items:flex-start!important;padding:0 18px!important}}html:not([data-theme=dark]){--safe-bg:#deeee6;--safe-bg-soft:#edf7f2;--safe-paper:#fbfffd;--safe-ink:#203d35;--safe-muted:#5d756d;--safe-navy:#123f36;--safe-purple:#3f8b77;--safe-purple-dark:#1d5b4d;--safe-line:#a8cbbc;--safe-line-strong:#7fae9b;--safe-shadow:0 10px 26px #1c5b4d1a}html:not([data-theme=dark]) body{background-color:#deeee6!important;background-image:radial-gradient(circle at 16% 10%,#ffffffb8 0 1px,transparent 1.6px),radial-gradient(circle at 82% 26%,#88bda728 0 1px,transparent 1.8px),linear-gradient(135deg,#e8f4ee 0,#d8ebe2 52%,#eef8f3 100%)!important;background-size:30px 30px,42px 42px,100% 100%!important;color:var(--safe-ink)!important}html:not([data-theme=dark]) .scarg-topbar{border-bottom:3px solid #75bda4!important;background:linear-gradient(90deg,#123b34,#1a5145 58%,#246753)!important;box-shadow:0 8px 26px #153f3538!important}html:not([data-theme=dark]) .scarg-nav-links{border-color:#b6e4d238!important;background:#ffffff0d!important}html:not([data-theme=dark]) .scarg-nav-links a.scarg-is-active,html:not([data-theme=dark]) .scarg-nav-links a:hover{border-color:#9bd8c2!important;background:#398a73!important}html:not([data-theme=dark]) .scarg-pin-sidebar{border:1px solid #9fc6b6!important;background:linear-gradient(180deg,#f3faf6 0,#e4f2eb 100%)!important;box-shadow:0 18px 38px #245e4e1c!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-menu,.scarg-safe-aside-extras,.scarg-pin-side-nav){border-color:#b4d2c6!important;background:linear-gradient(180deg,#f8fcfa,#eaf5ef)!important}html:not([data-theme=dark]) .scarg-pin-side-links a,html:not([data-theme=dark]) .scarg-safe-aside-links>a{color:#285f51!important}html:not([data-theme=dark]) .scarg-pin-side-links a:hover,html:not([data-theme=dark]) .scarg-safe-aside-links>a:hover{background:#d8eee4!important;color:#174d40!important}html:not([data-theme=dark]) #content .scarg-pin-sidebar .scarg-safe-aside-icon{color:#2f806c!important}html:not([data-theme=dark]) .scarg-safe-aside-divider{background:#b7d5c9!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-language,.scarg-safe-aside-app){border-color:#a9cbbb!important;background:#f8fcfa!important;color:#245b4e!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){border-color:#8dbca8!important;background:radial-gradient(circle at 94% 4%,#ffffffc7,transparent 18rem),radial-gradient(circle at 7% 100%,#8fc7b22f,transparent 20rem),linear-gradient(145deg,#f9fdfb 0,#d9ede4 58%,#edf7f2 100%)!important;box-shadow:0 16px 38px #245e4e1d,inset 0 1px 0 #fff!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-reviews-section>.scarg-reviews-heading>h2,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(h1,h2){color:#246d5a!important;text-shadow:0 2px 0 #fff,0 7px 18px #2f806c22!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-reviews-section>.scarg-reviews-intro,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>.scarg-pin-lead,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>p{color:#29483f!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>h3{border-color:#a8cdbc!important;background:#ffffff99!important;color:#1d5b4d!important;box-shadow:0 7px 18px #2b6b5912!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(ul,ol)>li{border-color:#b7d5c8!important;background:#ffffffb5!important;color:#25463d!important;box-shadow:0 5px 14px #2b6b590f!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>.scarg-section-visual,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>img{border-color:#79ad98!important;box-shadow:0 16px 32px #20594929!important}html:not([data-theme=dark]) :is(.scarg-table-wrap,.scarg-table-scroll){border-color:#8eb8a7!important;background:#fafffc!important;box-shadow:0 10px 24px #245e4e18!important}html:not([data-theme=dark]) :is(th,.scarg-pin-section th,.scarg-content-section th){border-color:#75a995!important;background:#c7e3d7!important;color:#173f35!important}html:not([data-theme=dark]) :is(td,.scarg-pin-section td,.scarg-content-section td),html:not([data-theme=dark]) tbody tr:nth-child(2n) td{border-color:#d3e5dd!important;background:#fbfffd!important;color:#29483f!important}html:not([data-theme=dark]) .scarg-faq-section details{border-color:#a3c9b9!important;background:#fafffc!important;box-shadow:0 7px 18px #245e4e14!important}html:not([data-theme=dark]) .scarg-faq-section summary{color:#245f50!important}html:not([data-theme=dark]) .scarg-faq-section details p{color:#38584f!important}html:not([data-theme=dark]) :is(.card,.scarg-review-card){border-color:#a9cdbd!important;background:linear-gradient(155deg,#fff,#edf7f2)!important;box-shadow:0 10px 24px #245e4e17!important}html:not([data-theme=dark]) .scarg-reviews-control{border-color:#8ebaa7!important;background:#f8fcfa!important;color:#246d5a!important}html:not([data-theme=dark]) :is(.scarg-hero,.scarg-offer-banner,.scarg-home-app-banner){border:1px solid #75ad97!important;box-shadow:0 20px 48px #17493d35!important}html:not([data-theme=dark]) .scarg-home-app-banner:after{background:linear-gradient(90deg,#092a24e0 0,#0f3c32b8 27%,#266d5961 48%,transparent 68%),radial-gradient(circle at 17% 50%,#63c2a43d,transparent 34%)}html:not([data-theme=dark]) .scarg-offer-banner{border-color:#77b39b!important}html:not([data-theme=dark]) .scarg-footer{border-top-color:#8ebaa7!important;background:linear-gradient(180deg,#f4faf7,#dceee6)!important;color:#29483f!important}html:not([data-theme=dark]) .scarg-footer :is(a,p,strong){color:#355a50!important}html:not([data-theme=dark]) .scarg-cookies-container{border-color:#82b7a2!important;background:#f5fbf8!important;box-shadow:0 14px 36px #17493d2b!important}html:not([data-theme=dark]) .scarg-scroll-top{border:1px solid #69ac91!important;background:#91dfbf!important;color:#174d40!important}@media (max-width:620px){html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){background:radial-gradient(circle at 100% 0,#ffffffb8,transparent 14rem),linear-gradient(155deg,#f9fdfb,#d9ede4 64%,#edf7f2)!important}html:not([data-theme=dark]) .scarg-home-app-banner:after{background:linear-gradient(90deg,#092a24e8 0,#0f3c32c9 35%,#266d5957 64%,transparent 90%),radial-gradient(circle at 16% 50%,#63c2a442,transparent 42%)}}html:not([data-theme=dark]) body{background:linear-gradient(180deg,#fbf8f9,#f5eef0 58%,#fbf8f9)!important;color:#3d2930!important}html:not([data-theme=dark]) .scarg-topbar{border-bottom:1px solid #d6aeb8!important;background:linear-gradient(90deg,#5f2938,#713245 52%,#8a3e52)!important;box-shadow:0 8px 26px #6d2d3f24!important}html:not([data-theme=dark]) .scarg-nav-links{border-color:#ffffff20!important;background:#ffffff12!important;box-shadow:inset 0 0 0 1px #ffffff18!important}html:not([data-theme=dark]) .scarg-nav-links a.scarg-is-active,html:not([data-theme=dark]) .scarg-nav-links a:hover{border-color:#fff!important;background:#fff!important;color:#6f2638!important}html:not([data-theme=dark]) .scarg-auth .scarg-btn.scarg-ghost{border:1px solid #ffffff52!important;background:#ffffff12!important;color:#fff!important}html:not([data-theme=dark]) :is(.scarg-btn.scarg-hot,.scarg-pin-btn.scarg-hot,.scarg-hero .scarg-pin-btn,.scarg-offer-banner .scarg-pin-btn:not(.store-btn),#cookieOk){border:1px solid #ee9aaa!important;background:linear-gradient(180deg,#df667b,#cf4960 54%,#b9344d)!important;color:#fff!important;box-shadow:inset 0 1px 0 #ffffff66,0 7px 16px #8d2f4330!important;text-shadow:0 1px 2px #7f2035!important}html:not([data-theme=dark]) :is(.scarg-btn.scarg-hot,.scarg-pin-btn.scarg-hot,.scarg-hero .scarg-pin-btn,.scarg-offer-banner .scarg-pin-btn:not(.store-btn),#cookieOk):hover{filter:brightness(1.04)!important;transform:translateY(-1px)!important}html:not([data-theme=dark]) .scarg-pin-sidebar{border-right:1px solid #e4cbd1!important;background:#fffdfd!important;box-shadow:0 12px 30px #6f263812!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-menu,.scarg-safe-aside-extras,.scarg-pin-side-nav,.scarg-pin-side-nav.scarg-mobile-nav-mounted){border-color:#ead6db!important;background:#fffdfd!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-links>a,.scarg-pin-side-links a){color:#6f4050!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-links>a,.scarg-pin-side-links a):hover{background:#f8e8ec!important;color:#6f2638!important}html:not([data-theme=dark]) .scarg-pin-side-nav-toggle{background:linear-gradient(90deg,#6f2638,#8e4053)!important;color:#fff!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){border-color:#e4cbd1!important;background:radial-gradient(circle at 96% 4%,#fff,transparent 16rem),linear-gradient(145deg,#fffdfd,#fbf5f6 62%,#f8e8ec)!important;box-shadow:0 13px 32px #6f263814,inset 0 1px 0 #fff!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-reviews-section>.scarg-reviews-heading>h2,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(h1,h2){color:#6f2638!important;text-shadow:0 2px 0 #fff,0 7px 18px #8b324421!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>h3{border-color:#e7cfd5!important;background:snow!important;color:#6f2e40!important;box-shadow:0 6px 16px #6f26380d!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) li,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(p,.scarg-pin-lead){color:#3d2930!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(ul,ol)>li{border-color:#ecd7dc!important;background:#fffdfdcc!important;box-shadow:0 4px 12px #6f26380b!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) ul>li:before{border:2px solid #fff!important;background:#cf4960!important;box-shadow:0 0 0 1px #c13e56,0 5px 12px #b9344d2e!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) ol>li:before{border:2px solid #fff!important;background:linear-gradient(180deg,#e46d81,#b9344d)!important;color:#fff!important;box-shadow:0 0 0 1px #bd3a52,0 5px 12px #b9344d2e!important}html:not([data-theme=dark]) :is(.scarg-table-wrap,.scarg-table-scroll){border-color:#e4cbd1!important;background:#fff!important;box-shadow:0 9px 22px #6f263812!important}html:not([data-theme=dark]) :is(th,.scarg-pin-section th,.scarg-content-section th){border-color:#dcbac2!important;background:linear-gradient(180deg,#f3dce1,#ecced5)!important;color:#552634!important}html:not([data-theme=dark]) :is(td,.scarg-pin-section td,.scarg-content-section td),html:not([data-theme=dark]) tbody tr:nth-child(2n) td{border-color:#efe0e4!important;background:#fffdfd!important;color:#3d2930!important}html:not([data-theme=dark]) :is(.card,.scarg-review-card,.scarg-faq-section details){border-color:#e4cbd1!important;background:linear-gradient(155deg,#fff,#fcf4f6)!important;box-shadow:0 9px 22px #6f263812!important}html:not([data-theme=dark]) .scarg-faq-section summary{color:#6f2638!important}html:not([data-theme=dark]) .scarg-faq-section details[open] summary{background:#f8e8ec!important;color:#5c2031!important}#content :is(.scarg-section-visual){border:0!important;background:0 0!important;box-shadow:none!important}.scarg-bonus-banner-section .scarg-offer-banner{display:block!important;min-height:450px!important;overflow:hidden!important;border:1px solid #d8aab5!important;background-color:#6c2538!important;background-image:var(--offer-bg)!important;background-repeat:no-repeat!important;background-position:center 35%!important;background-size:cover!important;box-shadow:0 16px 34px #6f263828!important}.scarg-bonus-banner-section .scarg-offer-copy{position:relative!important;z-index:2!important;min-height:450px!important}.scarg-bonus-banner-section .scarg-offer-banner:after,.scarg-bonus-banner-section .scarg-offer-banner:before{content:none!important;display:none!important}html:not([data-theme=dark]) .scarg-footer{border-top:1px solid #b97a89!important;background:linear-gradient(180deg,#5f2938,#48202c)!important;color:#fff4f6!important}html:not([data-theme=dark]) .scarg-footer :is(a,p,strong){color:#fff4f6!important}html:not([data-theme=dark]) .scarg-cookies-container{border-color:#d7aab5!important;background:snow!important;box-shadow:0 14px 34px #6f26382b!important}html:not([data-theme=dark]) .scarg-cookies-container :is(.scarg-cookies-copy,.scarg-cookies-policy-link){color:#3d2930!important}html[data-theme=dark] body{background:#180e12!important}html[data-theme=dark] .scarg-topbar{border-bottom-color:#8f3d52!important;background:linear-gradient(90deg,#351722,#4a202e 58%,#632b3d)!important}html[data-theme=dark] .scarg-pin-sidebar{border-color:#6d3142!important;background:#211117!important}html[data-theme=dark] #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){border-color:#6a3544!important;background:linear-gradient(145deg,#2b171e,#211218)!important}html[data-theme=dark] #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(h1,h2){color:#f0a7b5!important}html[data-theme=dark] .scarg-footer{border-top-color:#71394a!important;background:#160b0f!important}@media (max-width:620px){.scarg-bonus-banner-section .scarg-offer-banner,.scarg-bonus-banner-section .scarg-offer-copy{min-height:330px!important}.scarg-bonus-banner-section .scarg-offer-banner{background-position:62% center!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){background:linear-gradient(155deg,#fffdfd,#f8e9ed)!important}}:root{--pl-red:#cf4960;--pl-red-strong:#b9344d;--pl-red-deep:#6f2638;--pl-blush:#f8e8ec;--pl-blush-2:#f2d9df;--pl-paper:#fffdfd;--pl-ink:#3d2930;--pl-muted:#756168;--pl-line:#e4cbd1}html:not([data-theme=dark]) body{background:linear-gradient(180deg,#fbf8f9 0,#f5eef0 58%,#fbf8f9 100%)!important;color:var(--pl-ink)!important}html:not([data-theme=dark]) .scarg-topbar{border-bottom:1px solid #d6aeb8!important;background:linear-gradient(90deg,#5f2938 0,#713245 52%,#8a3e52 100%)!important;box-shadow:0 8px 26px #6d2d3f24!important}html:not([data-theme=dark]) .scarg-nav-links{background:#ffffff12!important;box-shadow:inset 0 0 0 1px #ffffff18!important}html:not([data-theme=dark]) .scarg-nav-links a.scarg-is-active,html:not([data-theme=dark]) .scarg-nav-links a:hover{background:#fff!important;color:var(--pl-red-deep)!important}html:not([data-theme=dark]) .scarg-auth .scarg-btn.scarg-ghost{border:1px solid #ffffff52!important;background:#ffffff12!important;color:#fff!important}html:not([data-theme=dark]) :is(.scarg-btn.scarg-hot,.scarg-pin-btn.scarg-hot,.scarg-hero .scarg-pin-btn,.scarg-offer-banner .scarg-pin-btn:not(.store-btn),#cookieOk){border:1px solid #ee9aaa!important;background:linear-gradient(180deg,#df667b 0,var(--pl-red) 54%,var(--pl-red-strong) 100%)!important;color:#fff!important;box-shadow:inset 0 1px 0 #ffffff66,0 7px 16px #8d2f4330!important;text-shadow:0 1px 2px #7f2035!important}html:not([data-theme=dark]) :is(.scarg-btn.scarg-hot,.scarg-pin-btn.scarg-hot,.scarg-hero .scarg-pin-btn,.scarg-offer-banner .scarg-pin-btn:not(.store-btn),#cookieOk):hover{filter:brightness(1.04)!important;transform:translateY(-1px)!important}html:not([data-theme=dark]) .scarg-pin-sidebar{border-right:1px solid var(--pl-line)!important;background:var(--pl-paper)!important}html:not([data-theme=dark]) :is(.scarg-pin-side-nav.scarg-mobile-nav-mounted){background:var(--pl-paper)!important}html:not([data-theme=dark]) .scarg-pin-side-nav-toggle{background:linear-gradient(90deg,var(--pl-red-deep),#8e4053)!important;color:#fff!important}html:not([data-theme=dark]) .scarg-pin-side-links a:hover{background:var(--pl-blush)!important;color:var(--pl-red-deep)!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){border-color:var(--pl-line)!important;background:radial-gradient(circle at 96% 4%,#fff 0,transparent 16rem),linear-gradient(145deg,var(--pl-paper) 0,#fbf5f6 62%,var(--pl-blush) 100%)!important;box-shadow:0 13px 32px #6f263814,inset 0 1px 0 #fff!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-reviews-section>.scarg-reviews-heading>h2,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(h1,h2){color:var(--pl-red-deep)!important;text-shadow:0 2px 0 #fff,0 7px 18px #8b324421!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>h3{border-color:#e7cfd5!important;background:snow!important;color:#6f2e40!important;box-shadow:0 6px 16px #6f26380d!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) li,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(p,.scarg-pin-lead){color:var(--pl-ink)!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(ul,ol)>li{border-color:#ecd7dc!important;background:#fffdfdcc!important;box-shadow:0 4px 12px #6f26380b!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) ul>li:before{border:2px solid #fff!important;background:var(--pl-red)!important;box-shadow:0 0 0 1px #c13e56,0 5px 12px #b9344d2e!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) ol>li:before{border:2px solid #fff!important;background:linear-gradient(180deg,#e46d81,var(--pl-red-strong))!important;color:#fff!important;box-shadow:0 0 0 1px #bd3a52,0 5px 12px #b9344d2e!important}html:not([data-theme=dark]) :is(.scarg-table-wrap,.scarg-table-scroll){border-color:var(--pl-line)!important;background:#fff!important;box-shadow:0 9px 22px #6f263812!important}html:not([data-theme=dark]) :is(th,.scarg-pin-section th,.scarg-content-section th){border-color:#dcbac2!important;background:linear-gradient(180deg,#f3dce1,#ecced5)!important;color:#552634!important}html:not([data-theme=dark]) :is(td,.scarg-pin-section td,.scarg-content-section td),html:not([data-theme=dark]) tbody tr:nth-child(2n) td{border-color:#efe0e4!important;background:#fffdfd!important;color:var(--pl-ink)!important}html:not([data-theme=dark]) :is(.card,.scarg-review-card,.scarg-faq-section details){border-color:var(--pl-line)!important;background:linear-gradient(155deg,#fff,#fcf4f6)!important;box-shadow:0 9px 22px #6f263812!important}html:not([data-theme=dark]) .scarg-faq-section summary{color:var(--pl-red-deep)!important}html:not([data-theme=dark]) .scarg-faq-section details[open] summary{background:var(--pl-blush)!important;color:#5c2031!important}#content :is(.scarg-section-visual){border:0!important;background:0 0!important;box-shadow:none!important}.scarg-bonus-banner-section .scarg-offer-banner{display:block!important;min-height:450px!important;overflow:hidden!important;border:1px solid #d8aab5!important;background-color:#6c2538!important;background-image:var(--offer-bg)!important;background-repeat:no-repeat!important;background-position:center 35%!important;background-size:cover!important;box-shadow:0 16px 34px #6f263828!important}.scarg-bonus-banner-section .scarg-offer-copy{position:relative!important;z-index:2!important;min-height:450px!important}.scarg-bonus-banner-section .scarg-offer-banner:after,.scarg-bonus-banner-section .scarg-offer-banner:before{content:none!important;display:none!important}html:not([data-theme=dark]) .scarg-footer{border-top:1px solid #b97a89!important;background:linear-gradient(180deg,#5f2938,#48202c)!important;color:#fff4f6!important}html:not([data-theme=dark]) .scarg-footer :is(a,p,strong){color:#fff4f6!important}html:not([data-theme=dark]) .scarg-cookies-container{border-color:#d7aab5!important;background:snow!important;box-shadow:0 14px 34px #6f26382b!important}html:not([data-theme=dark]) .scarg-cookies-container :is(.scarg-cookies-copy,.scarg-cookies-policy-link){color:var(--pl-ink)!important}html[data-theme=dark] body{background:#180e12!important}html[data-theme=dark] .scarg-topbar{border-bottom-color:#8f3d52!important;background:linear-gradient(90deg,#351722,#4a202e 58%,#632b3d)!important}html[data-theme=dark] .scarg-pin-sidebar{border-color:#6d3142!important;background:#211117!important}html[data-theme=dark] #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){border-color:#6a3544!important;background:linear-gradient(145deg,#2b171e,#211218)!important}html[data-theme=dark] #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(h1,h2){color:#f0a7b5!important}html[data-theme=dark] .scarg-footer{border-top-color:#71394a!important;background:#160b0f!important}@media (max-width:620px){.scarg-bonus-banner-section .scarg-offer-banner,.scarg-bonus-banner-section .scarg-offer-copy{min-height:330px!important}.scarg-bonus-banner-section .scarg-offer-banner{background-position:62% center!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){background:linear-gradient(155deg,#fffdfd,#f8e9ed 100%)!important}}@media (max-width:760px){.scarg-bonus-banner-section .scarg-offer-banner:after,.scarg-bonus-banner-section .scarg-offer-banner:before,.scarg-hero:after,.scarg-home-app-banner:after,.scarg-offer-banner:after,.scarg-offer-banner:before{content:none!important;display:none!important;background:0 0!important}.scarg-bonus-banner-section .scarg-offer-banner,.scarg-offer-banner{background-image:var(--offer-bg)!important}.scarg-bonus-banner-section .scarg-offer-banner h2{font-size:30px!important}}html:not([data-theme=dark]) .scarg-safe-aside-app-copy small{color:#56736a!important;text-shadow:none!important}html:not([data-theme=dark]) .scarg-safe-aside-app-copy>strong{color:#1d5b4d!important;text-shadow:none!important}#content .scarg-pin-sidebar .scarg-safe-aside-icon:before{-webkit-mask-image:none!important;mask-image:none!important;background-color:transparent!important;background-position:center!important;background-repeat:no-repeat!important;background-size:contain!important}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:first-of-type .scarg-safe-aside-icon:before{background-image:url("../img/fiery/aside/icons-raster/games.webp")!important}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:nth-of-type(2) .scarg-safe-aside-icon:before{background-image:url("../img/fiery/aside/icons-raster/live-dealers.webp")!important}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:nth-of-type(3) .scarg-safe-aside-icon:before{background-image:url("../img/fiery/aside/icons-raster/collections.webp")!important}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:nth-of-type(4) .scarg-safe-aside-icon:before{background-image:url("../img/fiery/aside/icons-raster/sports-betting.webp")!important}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:nth-of-type(5) .scarg-safe-aside-icon:before{background-image:url("../img/fiery/aside/icons-raster/live-betting.webp")!important}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:nth-of-type(6) .scarg-safe-aside-icon:before{background-image:url("../img/fiery/aside/icons-raster/promotions.webp")!important}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:nth-of-type(7) .scarg-safe-aside-icon:before{background-image:url("../img/fiery/aside/icons-raster/tournaments.webp")!important}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:nth-of-type(8) .scarg-safe-aside-icon:before{background-image:url("../img/fiery/aside/icons-raster/hall-of-fame.webp")!important}#content .scarg-pin-sidebar .scarg-safe-aside-links>a:nth-of-type(9) .scarg-safe-aside-icon:before{background-image:url("../img/fiery/aside/icons-raster/vip-program.webp")!important}html[data-theme=dark] #content .scarg-pin-sidebar .scarg-safe-aside-icon:before{filter:brightness(1.45) saturate(.8)!important}html:not([data-theme=dark]){--safe-bg:#e9e4ef;--safe-bg-soft:#f3eff7;--safe-paper:#fdfbff;--safe-ink:#33283f;--safe-muted:#70647c;--safe-navy:#2d1d3d;--safe-purple:#73518f;--safe-purple-dark:#4d3265;--safe-line:#c9b9d6;--safe-line-strong:#a990bd;--safe-shadow:0 12px 30px #4026531c}html:not([data-theme=dark]) body{background-color:#e9e4ef!important;background-image:radial-gradient(circle at 14% 8%,#ffffffc7 0 1px,transparent 1.7px),radial-gradient(circle at 84% 28%,#8f70a922 0 1px,transparent 1.8px),radial-gradient(circle at 74% 6%,#d8c9e655,transparent 28rem),linear-gradient(135deg,#f0ebf5 0,#e4ddea 54%,#f5f1f8 100%)!important;background-size:30px 30px,44px 44px,100% 100%,100% 100%!important;color:var(--safe-ink)!important}html:not([data-theme=dark]) .scarg-topbar{border-bottom-color:#9170ab!important;background:linear-gradient(100deg,#291a39 0,#3b2850 58%,#563a6d 100%)!important;box-shadow:0 9px 28px #2b183f40!important}html:not([data-theme=dark]) .scarg-nav-links{border-color:#d7c4e42e!important;background:#ffffff0b!important}html:not([data-theme=dark]) .scarg-nav-links a.scarg-is-active,html:not([data-theme=dark]) .scarg-nav-links a:hover{border-color:#c6a9da!important;background:#6d4b87!important}html:not([data-theme=dark]) .scarg-pin-sidebar{border-color:#b9a5c9!important;background:linear-gradient(180deg,#faf7fc 0,#eee8f3 100%)!important;box-shadow:0 18px 40px #452b581e!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-menu,.scarg-safe-aside-extras,.scarg-pin-side-nav){border-color:#d0c1db!important;background:linear-gradient(180deg,#fdfbfe,#f0eaf5)!important}html:not([data-theme=dark]) .scarg-pin-side-links a,html:not([data-theme=dark]) .scarg-safe-aside-links>a{color:#5e4273!important}html:not([data-theme=dark]) .scarg-pin-side-links a:hover,html:not([data-theme=dark]) .scarg-safe-aside-links>a:hover{background:#e6dced!important;color:#422855!important}html:not([data-theme=dark]) #content .scarg-pin-sidebar .scarg-safe-aside-icon{color:#765493!important}html:not([data-theme=dark]) #content .scarg-pin-sidebar .scarg-safe-aside-icon:before{filter:hue-rotate(218deg) saturate(.78) contrast(1.04)!important}html:not([data-theme=dark]) .scarg-safe-aside-divider{background:#d1c3dc!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-language,.scarg-safe-aside-app){border-color:#c8b6d5!important;background:#fdfbfe!important;color:#593f6d!important}html:not([data-theme=dark]) .scarg-safe-aside-app-copy small{color:#75677f!important}html:not([data-theme=dark]) .scarg-safe-aside-app-copy>strong{color:#503565!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){border-color:#bca8cc!important;background:radial-gradient(circle at 94% 4%,#ffffffd1,transparent 18rem),radial-gradient(circle at 7% 100%,#b99ccc2c,transparent 20rem),linear-gradient(145deg,#fdfbfe 0,#e9e0ef 60%,#f5f0f8 100%)!important;box-shadow:0 16px 40px #452b581f,inset 0 1px 0 #fff!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-reviews-section>.scarg-reviews-heading>h2,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(h1,h2){color:#65427f!important;text-shadow:0 2px 0 #fff,0 7px 18px #58366e20!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-reviews-section>.scarg-reviews-intro,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>.scarg-pin-lead,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>p{color:#44384f!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>h3{border-color:#cbb9d7!important;background:#ffffffa8!important;color:#53376a!important;box-shadow:0 7px 18px #452b5812!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(ul,ol)>li{border-color:#d3c5dd!important;background:#ffffffbc!important;color:#43374e!important;box-shadow:0 5px 14px #452b580e!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>.scarg-section-visual,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>img{border-color:#a78cba!important;box-shadow:0 17px 34px #3e285127!important}html:not([data-theme=dark]) :is(.scarg-table-wrap,.scarg-table-scroll){border-color:#b6a1c6!important;background:#fdfbfe!important;box-shadow:0 10px 25px #452b5818!important}html:not([data-theme=dark]) :is(th,.scarg-pin-section th,.scarg-content-section th){border-color:#a68bb9!important;background:#d8c8e3!important;color:#392747!important}html:not([data-theme=dark]) :is(td,.scarg-pin-section td,.scarg-content-section td),html:not([data-theme=dark]) tbody tr:nth-child(2n) td{border-color:#e1d7e8!important;background:#fdfbfe!important;color:#493b54!important}html:not([data-theme=dark]) .scarg-faq-section details{border-color:#c5b2d2!important;background:#fdfbfe!important;box-shadow:0 7px 18px #452b5814!important}html:not([data-theme=dark]) .scarg-faq-section summary{color:#5b3d72!important}html:not([data-theme=dark]) .scarg-faq-section details[open] summary{background:#eee5f3!important;color:#4a2e61!important}html:not([data-theme=dark]) .scarg-faq-section details p{color:#574a60!important}html:not([data-theme=dark]) :is(.card,.scarg-review-card){border-color:#c8b7d4!important;background:linear-gradient(155deg,#fff,#f0eaf4)!important;box-shadow:0 10px 25px #452b5817!important}html:not([data-theme=dark]) .scarg-reviews-control{border-color:#b9a3c9!important;background:#faf7fc!important;color:#65427f!important}html:not([data-theme=dark]) :is(.scarg-hero,.scarg-offer-banner,.scarg-home-app-banner){border-color:#9f82b4!important;box-shadow:0 20px 50px #34204438!important}html:not([data-theme=dark]) .scarg-home-app-banner:after{background:linear-gradient(90deg,#160c24e3 0,#29143dbb 27%,#5b39725c 48%,transparent 68%),radial-gradient(circle at 17% 50%,#9b6eb93d,transparent 34%)}html:not([data-theme=dark]) .scarg-offer-banner{border-color:#9c7fb1!important}html:not([data-theme=dark]) .scarg-footer{border-top-color:#b19bc1!important;background:linear-gradient(180deg,#f8f4fa,#e6ddea)!important;color:#483a53!important}html:not([data-theme=dark]) .scarg-footer :is(a,p,strong){color:#594b63!important}html:not([data-theme=dark]) .scarg-cookies-container{border-color:#a98fba!important;background:#faf7fc!important;box-shadow:0 14px 38px #3420442d!important}html:not([data-theme=dark]) .scarg-cookies-container .scarg-cookies-copy{color:#493a55!important;text-shadow:none!important}html:not([data-theme=dark]) .scarg-cookies-container .scarg-cookies-policy-link{color:#67457f!important}html:not([data-theme=dark]) .scarg-scroll-top{border-color:#9776ad!important;background:#cbb4da!important;color:#3e2851!important}html[data-theme=dark]{--theme-night-bg:#0c0712;--theme-night-shell:#130b1c;--theme-night-surface:#1b1125;--theme-night-surface-2:#251631;--theme-night-surface-3:#30203d;--theme-night-line:#b895cc2b;--theme-night-purple:#d0abe5}html[data-theme=dark] .scarg-topbar{border-bottom-color:#76508f!important;background:linear-gradient(100deg,#140a20,#241232 58%,#321943)!important;box-shadow:0 9px 30px #0009!important}html[data-theme=dark] .scarg-pin-sidebar{border-color:#4b325b!important;background:linear-gradient(180deg,#120b19,#0e0814)!important}html[data-theme=dark] .scarg-safe-aside-language{border-color:#4f355f!important;background:#1a1023!important;color:#e5d8ed!important}html[data-theme=dark] .scarg-safe-aside-language strong{color:#e5d8ed!important}html[data-theme=dark] #content .scarg-pin-sidebar .scarg-safe-aside-icon:before{filter:hue-rotate(215deg) saturate(.72) brightness(1.35)!important}html[data-theme=dark] :is(.scarg-hero,.scarg-offer-banner,.scarg-home-app-banner){border:1px solid #68457d!important;box-shadow:0 20px 50px #0009!important}html[data-theme=dark] .scarg-footer{border-top-color:#4c325b!important;background:#0a050f!important}@media (max-width:620px){html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){background:radial-gradient(circle at 100% 0,#ffffffc7,transparent 14rem),linear-gradient(155deg,#fdfbfe,#e8deee 64%,#f4eef7)!important}html:not([data-theme=dark]) .scarg-home-app-banner:after{background:linear-gradient(90deg,#160c24eb 0,#29143dca 35%,#5b397257 64%,transparent 90%),radial-gradient(circle at 16% 50%,#9b6eb942,transparent 42%)}}:root{--theme-night-bg:#090611;--theme-night-shell:#100a18;--theme-night-surface:#181020;--theme-night-surface-2:#21162c;--theme-night-surface-3:#2b1b39;--theme-night-line:#ffffff1f;--theme-night-text:#f7f1fb;--theme-night-muted:#d8cedf;--theme-night-purple:#cfa9e9;--theme-night-gold:#ffd856}.theme-toggle{position:relative;z-index:3;display:grid;grid-template-columns:repeat(2,1fr);flex:0 0 76px;width:76px;height:44px;margin:0;padding:5px;overflow:hidden;border:1px solid #ffffff24;border-radius:9px;background:#0d2946;box-shadow:inset 0 1px 0 #ffffff17,0 5px 14px #03132438;color:#fff;cursor:pointer;appearance:none;-webkit-appearance:none}.theme-toggle__option{position:relative;display:grid;place-items:center;width:32px;height:32px;border-radius:6px;color:#9fb4c7;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.theme-toggle__option svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}html:not([data-theme=dark]) .theme-toggle__option--day{background:linear-gradient(180deg,#35d0b0,#17a78c);box-shadow:inset 0 1px 0 #ffffff52,0 3px 8px #001f1a40;color:#fff}html[data-theme=dark] .theme-toggle{border-color:#ffffff1c;background:#060a12;box-shadow:inset 0 1px 0 #ffffff10,0 5px 14px #0008}html[data-theme=dark] .theme-toggle__option--night{background:linear-gradient(180deg,#31486e,#20324f);box-shadow:inset 0 1px 0 #ffffff26,0 3px 8px #0007;color:#f4f7ff}html[data-theme=dark] .theme-toggle__option--day{color:#66798e}.theme-toggle:hover .theme-toggle__option[aria-hidden=true]{transform:translateY(-1px)}.theme-toggle:focus-visible{outline:3px solid var(--safe-mint-light,#65d5b7);outline-offset:3px}.scarg-nav:has(.theme-toggle) .theme-toggle{margin-left:auto}.scarg-nav:has(.theme-toggle) .scarg-auth{margin-left:0!important}html[data-theme=dark] body{background:var(--theme-night-bg)!important;color:var(--theme-night-text)!important}html[data-theme=dark] .scarg-pin-content{background:var(--theme-night-shell)!important}html[data-theme=dark] .scarg-pin-content>.scarg-content-section:not(.cashback-section),html[data-theme=dark] .scarg-pin-content>.scarg-pin-section:not(.cashback-section){border-color:var(--theme-night-line)!important;background:radial-gradient(circle at 100% 0,#62378120,transparent 20rem),linear-gradient(145deg,var(--theme-night-surface),#120c19)!important;box-shadow:0 12px 30px #0005!important;color:var(--theme-night-text)!important}html[data-theme=dark] #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section):not(.cashback-section) h2:not(:where(.scarg-hero h2,.scarg-bonus-banner-section h2,.scarg-offer-banner h2,.scarg-home-app-banner h2)){color:var(--theme-night-purple)!important;text-shadow:0 2px 12px #0007!important}html[data-theme=dark] .scarg-pin-content>.scarg-content-section li,html[data-theme=dark] .scarg-pin-content>.scarg-content-section p,html[data-theme=dark] .scarg-pin-content>.scarg-pin-section li,html[data-theme=dark] .scarg-pin-content>.scarg-pin-section p{color:var(--theme-night-muted)!important}html[data-theme=dark] .scarg-pin-content>.scarg-content-section>h3,html[data-theme=dark] .scarg-pin-content>.scarg-pin-section>h3{border-color:var(--theme-night-line)!important;background:#ffffff0a!important;color:#fff!important;box-shadow:none!important}html[data-theme=dark] .scarg-pin-content>.scarg-content-section>h3+p,html[data-theme=dark] .scarg-pin-content>.scarg-pin-section>h3+p{border-color:var(--theme-night-line)!important;background:#0d0912!important;color:var(--theme-night-muted)!important}html[data-theme=dark] .scarg-pin-content>.scarg-content-section li,html[data-theme=dark] .scarg-pin-content>.scarg-pin-section li,html[data-theme=dark] .scarg-pin-list li{border-color:var(--theme-night-line)!important;background:#ffffff09!important}html[data-theme=dark] .scarg-table-scroll,html[data-theme=dark] .scarg-table-wrap{border-color:#473357!important;background:#100b16!important}html[data-theme=dark] table{background:#100b16!important}html[data-theme=dark] .scarg-content-section th,html[data-theme=dark] .scarg-pin-section th,html[data-theme=dark] .scarg-table-scroll th,html[data-theme=dark] .scarg-table-wrap th,html[data-theme=dark] th{border-color:#5a3c6f!important;background:#4b2762!important;color:#fff!important}html[data-theme=dark] .scarg-content-section td,html[data-theme=dark] .scarg-pin-section td,html[data-theme=dark] .scarg-table-scroll td,html[data-theme=dark] .scarg-table-wrap td,html[data-theme=dark] td{border-color:#ffffff14!important;background:#17101f!important;color:#eee7f3!important}html[data-theme=dark] tbody tr:nth-child(2n) td{background:#21162c!important;color:#f4eef7!important}html[data-theme=dark] :is(.card,.scarg-review-card){border-color:var(--theme-night-line)!important;background:linear-gradient(145deg,var(--theme-night-surface-2),#120c18)!important;color:var(--theme-night-text)!important;box-shadow:none!important}html[data-theme=dark] :is(.card,.scarg-review-card) :is(p,span,strong,h3){color:var(--theme-night-muted)!important}html[data-theme=dark] :is(.scarg-review-card) h3,html[data-theme=dark] :is(.scarg-review-card) strong{color:#fff!important}html[data-theme=dark] .scarg-reviews-heading{border-color:var(--theme-night-line)!important;background:linear-gradient(145deg,#281736,#17101f)!important}html[data-theme=dark] .scarg-reviews-track{scrollbar-color:#7b4c98 #120c18}html[data-theme=dark] .scarg-faq-section,html[data-theme=dark] .scarg-faq-section details{border-color:var(--theme-night-line)!important;background:var(--theme-night-surface)!important;color:var(--theme-night-text)!important}html[data-theme=dark] .scarg-faq-section summary{color:#fff!important}html[data-theme=dark] .scarg-faq-section details p{color:var(--theme-night-muted)!important}html[data-theme=dark] .scarg-pin-sidebar{border-color:#3b2848!important;background:#0d0912!important}html[data-theme=dark] :is(.scarg-safe-aside-menu,.scarg-safe-aside-extras,.scarg-safe-aside-app,.scarg-pin-side-nav){border-color:var(--theme-night-line)!important;background:#120c18!important;color:var(--theme-night-text)!important}html[data-theme=dark] :is(.scarg-safe-aside-links a,.scarg-safe-aside-language,.scarg-pin-side-links a,.scarg-safe-aside-app small,.scarg-safe-aside-app strong){color:var(--theme-night-muted)!important}html[data-theme=dark] :is(.scarg-safe-aside-links a,.scarg-pin-side-links a):hover{background:#ffffff0d!important;color:#fff!important}html[data-theme=dark] .scarg-pin-side-nav.scarg-mobile-nav-mounted{background:#120c18!important}html[data-theme=dark] .scarg-pin-side-nav-toggle{background:#351b4f!important;color:#fff!important}html[data-theme=dark] .scarg-footer{border-color:#ffffff17!important;background:#08050d!important;color:var(--theme-night-muted)!important}html[data-theme=dark] .scarg-footer :is(a,p,strong){color:var(--theme-night-muted)!important}html[data-theme=dark] .scarg-footer a:hover{color:#fff!important}html[data-theme=dark] .scarg-cookies-container{border-color:#705083!important;background:#171020f5!important;color:#fff!important}@media (max-width:480px){.theme-toggle{flex-basis:68px;width:68px;height:42px;padding:5px 4px}.theme-toggle__option{width:29px;height:30px}.theme-toggle__option svg{width:15px;height:15px}.scarg-nav:has(.theme-toggle){gap:10px!important}}@media (prefers-reduced-motion:reduce){.theme-toggle__option{transition:none}}.theme-toggle{border-color:#c8b0d638;background:#28183a;box-shadow:inset 0 1px 0 #ffffff17,0 5px 14px #170b263d}html:not([data-theme=dark]) .theme-toggle__option--day{background:linear-gradient(180deg,#a77abd,#795190);box-shadow:inset 0 1px 0 #ffffff4a,0 3px 8px #28143d3d}html[data-theme=dark] .theme-toggle__option--night{background:linear-gradient(180deg,#6d4a84,#452d5a);box-shadow:inset 0 1px 0 #ffffff24,0 3px 8px #0008}.theme-toggle:focus-visible{outline-color:#b58acb}:root{--ar-sky:#75aadb;--ar-sky-strong:#2777aa;--ar-sky-deep:#18577f;--ar-sky-soft:#dceefa;--ar-cloud:#f7fbfe;--ar-paper:#ffffff;--ar-ink:#17324a;--ar-muted:#557083;--ar-line:#b9d8ea;--ar-sun:#f4c65d;--ar-sun-soft:#fff3c9}html:not([data-theme=dark]) body{background:linear-gradient(180deg,#f8fcff 0,#edf7fc 52%,#f9fcfe 100%)!important;color:var(--ar-ink)!important}html:not([data-theme=dark]) .scarg-topbar{border-bottom:1px solid #8fc1df!important;background:linear-gradient(105deg,#285d7e 0,#35779e 54%,#5594b8 100%)!important;box-shadow:0 8px 26px #205b7c24!important}html:not([data-theme=dark]) .scarg-nav-links{border-color:#ffffff32!important;background:#ffffff12!important;box-shadow:inset 0 0 0 1px #ffffff12!important}html:not([data-theme=dark]) .scarg-nav-links a.scarg-is-active,html:not([data-theme=dark]) .scarg-nav-links a:hover{border-color:#fff!important;background:#fff!important;color:var(--ar-sky-deep)!important}html:not([data-theme=dark]) .scarg-auth .scarg-btn.scarg-ghost{border:1px solid #ffffff70!important;background:#ffffff10!important;color:#fff!important}.scarg-hero-rating{display:inline-flex!important;align-items:center!important;gap:9px!important;min-height:38px!important;margin-bottom:18px!important;padding:5px 6px 5px 13px!important;border:1px solid #a8d8efb8!important;border-radius:999px!important;background:#123b54d9!important;box-shadow:inset 0 1px 0 #ffffff24,0 8px 22px #071d2d42!important;color:#eaf8ff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.065em!important;line-height:1!important;text-shadow:0 1px 2px #071d2d!important;text-transform:uppercase!important;backdrop-filter:blur(8px)}.scarg-hero-rating:before{content:"";flex:0 0 8px;width:8px;height:8px;border:2px solid #fff4c7;border-radius:50%;background:var(--ar-sun);box-shadow:0 0 0 3px #f4c65d24,0 0 12px #f4c65d80}.scarg-hero-rating strong{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 11px!important;border:1px solid #d7edf8!important;border-radius:999px!important;background:linear-gradient(180deg,#fff,#dceefa)!important;box-shadow:inset 0 1px 0 #fff,0 3px 9px #061b292b!important;color:var(--ar-sky-deep)!important;font-size:14px!important;font-weight:900!important;letter-spacing:0!important;text-shadow:none!important}.theme-toggle{border-color:#89bbd7!important;background:#214f6c!important;box-shadow:inset 0 1px 0 #ffffff22,0 5px 14px #153b5345!important}.theme-toggle__option{color:#b8dcef!important}html:not([data-theme=dark]) .theme-toggle__option--day{background:linear-gradient(180deg,#fff,#e5f3fb)!important;color:#1f648e!important;box-shadow:inset 0 1px 0 #fff,0 3px 8px #173f5830!important}html[data-theme=dark] .theme-toggle__option--night{background:linear-gradient(180deg,#5e9fc4,#2a6f98)!important;color:#fff!important}.theme-toggle:focus-visible{outline-color:var(--ar-sun)!important}.scarg-mobile-burger{border:1px solid #9cc9e2!important;background:linear-gradient(180deg,#4387ae,#24668f)!important;color:#fff!important;box-shadow:inset 0 1px 0 #ffffff38,0 5px 12px #173f5840!important}.scarg-mobile-burger span{background:#fff!important}html:not([data-theme=dark]) :is(.scarg-btn.scarg-hot,.scarg-pin-btn.scarg-hot,.scarg-hero .scarg-pin-btn,.scarg-offer-banner .scarg-pin-btn:not(.store-btn),#cookieOk,.scarg-safe-aside-download,.scarg-app-download-btn){border:1px solid #8fc8e7!important;background:linear-gradient(180deg,#4997c4 0,#2c7fb0 55%,#216b99 100%)!important;color:#fff!important;box-shadow:inset 0 1px 0 #ffffff70,0 7px 16px #1d6d9a30!important;text-shadow:0 1px 2px #164e70!important}html:not([data-theme=dark]) :is(.scarg-btn.scarg-hot,.scarg-pin-btn.scarg-hot,.scarg-hero .scarg-pin-btn,.scarg-offer-banner .scarg-pin-btn:not(.store-btn),#cookieOk,.scarg-safe-aside-download,.scarg-app-download-btn):hover{border-color:#f3d17b!important;background:linear-gradient(180deg,#3e8fbe,#216f9f)!important;box-shadow:inset 0 1px 0 #ffffff75,0 9px 20px #1b648d3b,0 0 0 2px #f4c65d3d!important;filter:none!important;transform:translateY(-1px)!important}html:not([data-theme=dark]) .scarg-pin-sidebar{border-right:1px solid var(--ar-line)!important;background:#f9fcfe!important;box-shadow:0 12px 30px #235e8012!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-menu,.scarg-safe-aside-extras,.scarg-pin-side-nav,.scarg-pin-side-nav.scarg-mobile-nav-mounted){border-color:#c9e1ef!important;background:var(--ar-paper)!important}html:not([data-theme=dark]) .scarg-safe-aside-promo{border:1px solid #9bcce4!important;background:linear-gradient(135deg,#3f8fba 0,#26749f 58%,#1e6088 100%)!important;box-shadow:inset 0 1px 0 #ffffff59,0 5px 12px #1c638a24!important;color:#fff!important;text-shadow:0 1px 2px #164b69!important}html:not([data-theme=dark]) .scarg-safe-aside-promo:hover{border-color:#f1cd72!important;background:linear-gradient(135deg,#4d9bc4,#287aa6 62%,#20668e)!important;box-shadow:inset 0 1px 0 #ffffff66,0 7px 15px #1b628b30,0 0 0 2px #f4c65d2e!important;filter:none!important}.scarg-safe-aside-badge{border:1px solid #fff2bc!important;background:var(--ar-sun)!important;color:#173f59!important;box-shadow:0 2px 6px #123b5540!important}html[data-theme=dark] .scarg-safe-aside-promo{border:1px solid #4d91b5!important;background:linear-gradient(135deg,#286f96,#164e70 60%,#103c57)!important;box-shadow:inset 0 1px 0 #ffffff24,0 5px 12px #0004!important;color:#f4fbff!important;text-shadow:0 1px 2px #071d2d!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-links>a,.scarg-pin-side-links a){color:#365f78!important}html:not([data-theme=dark]) :is(.scarg-safe-aside-links>a,.scarg-pin-side-links a):hover{background:var(--ar-sky-soft)!important;color:var(--ar-sky-deep)!important}.scarg-safe-aside-count-icon small{border-color:#fff!important;background:var(--ar-sky-deep)!important;color:#fff!important;box-shadow:0 2px 5px #123b5540!important}html:not([data-theme=dark]) .scarg-pin-side-nav-toggle{background:linear-gradient(90deg,#235f85,#4a8fb6)!important;color:#fff!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){border-color:var(--ar-line)!important;background:radial-gradient(circle at 96% 5%,#dff1fb 0,transparent 15rem),linear-gradient(145deg,#fff 0,#f8fcfe 62%,#edf7fc 100%)!important;box-shadow:0 13px 32px #205f8212,inset 0 1px 0 #fff!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-reviews-section>.scarg-reviews-heading>h2,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(h1,h2){color:var(--ar-sky-deep)!important;text-shadow:0 2px 0 #fff,0 7px 18px #226d9518!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>h3{border-color:#c5dfed!important;background:#f5fbfe!important;color:#245d7d!important;box-shadow:0 6px 16px #1c62870c!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) li,html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(p,.scarg-pin-lead){color:var(--ar-ink)!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(ul,ol)>li{border-color:#d5e7f1!important;background:#ffffffd9!important;box-shadow:0 4px 12px #1d62850a!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) ul>li:before{width:11px!important;height:11px!important;border:2px solid #fff!important;border-radius:50%!important;background:var(--ar-sun)!important;box-shadow:0 0 0 2px var(--ar-sky),0 4px 10px #297aa52b!important;transform:none!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section) ol>li:before{width:27px!important;height:27px!important;border:2px solid #fff!important;border-radius:50%!important;background:linear-gradient(180deg,#68aeda,#2d7ead)!important;color:#fff!important;box-shadow:0 0 0 1px #70add0,0 5px 12px #26759e2b!important}html:not([data-theme=dark]) :is(.scarg-table-wrap,.scarg-table-scroll){border-color:var(--ar-line)!important;background:#fff!important;box-shadow:0 9px 22px #205f8210!important}html:not([data-theme=dark]) :is(th,.scarg-pin-section th,.scarg-content-section th){border-color:#acd0e3!important;background:linear-gradient(180deg,#dceefa,#c8e4f3)!important;color:#173f59!important}html:not([data-theme=dark]) :is(td,.scarg-pin-section td,.scarg-content-section td),html:not([data-theme=dark]) tbody tr:nth-child(2n) td{border-color:#dcebf3!important;background:#fbfdff!important;color:var(--ar-ink)!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-pin-section[data-content-order] :is(.scarg-table-wrap,.scarg-table-scroll){border-color:var(--ar-line)!important;background:#fff!important;box-shadow:0 9px 22px #205f8210!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-pin-section[data-content-order] th{border-color:#acd0e3!important;background:linear-gradient(180deg,#dceefa,#c8e4f3)!important;color:#173f59!important}html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-pin-section[data-content-order] tbody tr:nth-child(2n) td,html:not([data-theme=dark]) #content .scarg-pin-content>.scarg-pin-section[data-content-order] td{border-color:#dcebf3!important;background:#fbfdff!important;color:var(--ar-ink)!important}html:not([data-theme=dark]) :is(.card,.scarg-review-card,.scarg-faq-section details){border-color:var(--ar-line)!important;background:linear-gradient(155deg,#fff,#f4fafe)!important;box-shadow:0 9px 22px #205f8210!important}.scarg-pros-cons-section .scarg-pros-panel{--scar-panel-accent:#2777aa;--scar-panel-soft:#e3f3fb;--scar-panel-line:#acd5e9;--scar-panel-bg:linear-gradient(150deg,#fff 0%,#eef8fd 100%);--scar-panel-glow:radial-gradient(circle,#75aadb4d 0%,transparent 70%)}.scarg-pros-cons-section .scarg-pros-cons-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch}.scarg-pros-cons-section .scarg-pros-cons-panel{width:100%;height:100%}.scarg-pros-cons-section .scarg-cons-panel{--scar-panel-accent:#a87513;--scar-panel-soft:#fff5d7;--scar-panel-line:#ebd18d;--scar-panel-bg:linear-gradient(150deg,#fff 0%,#fff9e9 100%);--scar-panel-glow:radial-gradient(circle,#f4c65d52 0%,transparent 70%)}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-panel>h3{color:var(--ar-sky-deep)!important}#content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-list>li{color:var(--ar-ink)!important}html[data-theme=dark] .scarg-pros-cons-section .scarg-pros-panel{--scar-panel-accent:#75b6da;--scar-panel-soft:#173f57;--scar-panel-line:#356f8f;--scar-panel-bg:linear-gradient(150deg,#173649 0%,#102a3a 100%)}html[data-theme=dark] .scarg-pros-cons-section .scarg-cons-panel{--scar-panel-accent:#f1ca65;--scar-panel-soft:#473b1c;--scar-panel-line:#756233;--scar-panel-bg:linear-gradient(150deg,#2c2b25 0%,#1d2428 100%)}html[data-theme=dark] #content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-panel>h3{color:#f4fbff!important}html[data-theme=dark] #content .scarg-pin-content>.scarg-pros-cons-section .scarg-pros-cons-list>li{color:#edf7fc!important}@media (max-width:820px){.scarg-pros-cons-section .scarg-pros-cons-grid{grid-template-columns:1fr}}html:not([data-theme=dark]) .scarg-faq-section summary{color:var(--ar-sky-deep)!important}html:not([data-theme=dark]) .scarg-faq-section details[open] summary{background:var(--ar-sky-soft)!important;color:#164d6d!important}#content :is(.scarg-section-visual){display:block!important;width:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;outline:0!important}.scarg-bonus-banner-section .scarg-offer-banner:after,.scarg-bonus-banner-section .scarg-offer-banner:before,.scarg-home-app-banner:after,.scarg-offer-banner:after,.scarg-offer-banner:before{content:none!important;display:none!important}.scarg-home-app-banner .scarg-app-download-actions{position:absolute!important;inset:0 0 0 auto!important;width:50%!important;align-items:center!important;justify-content:center!important;padding:0 24px!important}.scarg-app-page .scarg-home-app-banner .scarg-app-download-actions{inset:0 0 0 auto!important;width:48%!important;padding:0 24px!important}.scarg-app-page .scarg-home-app-banner[aria-labelledby=descargar-app-2] .scarg-app-download-actions{inset:0 auto 0 0!important}.scarg-bonus-final-actions{display:flex;align-items:center;margin-top:24px!important}#content :is(.scarg-section-visual),.scarg-error-hero .scarg-hero-img,.scarg-hero-img{object-position:center 22%!important}.scarg-home-app-banner-media{object-position:center 24%!important}.scarg-bonus-banner-section .scarg-offer-banner{display:block!important;min-height:450px!important;overflow:hidden!important;border:1px solid #89bdd9!important;background-color:#184e6d!important;background-image:var(--offer-bg)!important;background-repeat:no-repeat!important;background-position:center 25%!important;background-size:cover!important;box-shadow:0 16px 34px #1b5e8225!important}.scarg-bonus-banner-section .scarg-offer-copy{position:relative!important;z-index:2!important;min-height:450px!important}html:not([data-theme=dark]) .scarg-footer{border-top:1px solid #80b6d4!important;background:linear-gradient(180deg,#255c7d,#173f5b)!important;color:#f7fcff!important}html:not([data-theme=dark]) .scarg-footer :is(a,p,strong){color:#f7fcff!important}html:not([data-theme=dark]) .scarg-footer.scarg-footer--minimal{border-top-color:#80b6d4!important;background:linear-gradient(180deg,#255c7d,#173f5b)!important;color:#f7fcff!important}html:not([data-theme=dark]) .scarg-footer.scarg-footer--minimal :is(.scarg-footer-service-links a,.scarg-footer-legal-copy p,.scarg-footer-legal-copy strong){color:#f7fcff!important;text-shadow:0 1px 2px #0b293c80!important}html:not([data-theme=dark]) .scarg-cookies-container{border-color:#acd1e4!important;background:#f9fdff!important;box-shadow:0 14px 34px #205f8227!important}html:not([data-theme=dark]) .scarg-cookies-container :is(.scarg-cookies-copy,.scarg-cookies-policy-link){color:var(--ar-ink)!important}html[data-theme=dark] body{background:#0d1d29!important}html[data-theme=dark] .scarg-topbar{border-bottom-color:#397ca4!important;background:linear-gradient(90deg,#132f42,#1a4965 58%,#286b90)!important}html[data-theme=dark] .scarg-pin-sidebar{border-color:#285d7b!important;background:#102635!important}html[data-theme=dark] #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){border-color:#285d7b!important;background:linear-gradient(145deg,#173244,#102533)!important}html[data-theme=dark] #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>:is(h1,h2){color:#8dc8e9!important}html[data-theme=dark] .scarg-footer{border-top-color:#2f7197!important;background:#091822!important}html[data-theme=dark] .scarg-footer.scarg-footer--minimal{border-top-color:#2f7197!important;background:#091822!important;color:#f4f8fc!important}html[data-theme=dark] .scarg-footer.scarg-footer--minimal :is(.scarg-footer-service-links a,.scarg-footer-legal-copy p,.scarg-footer-legal-copy strong){color:#f4f8fc!important;text-shadow:0 1px 2px #0008!important}.scarg-editorial-meta{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px;padding:18px;overflow:hidden;border:1px solid var(--ar-line);border-radius:12px;background:linear-gradient(145deg,#fafdff,#eef8fd);box-shadow:0 12px 28px #1e638814}.scarg-editorial-meta:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--ar-sky),#fff 50%,var(--ar-sky))}#content .scarg-editorial-summary .scarg-editorial-meta>p{position:relative;min-width:0;margin:0!important;padding:14px 15px 14px 18px!important;border:1px solid #cfe5f1!important;border-radius:9px!important;background:#ffffffd9!important;box-shadow:0 5px 14px #1e63880c!important}#content .scarg-editorial-summary .scarg-editorial-meta>p:before{content:"";position:absolute;inset:11px auto 11px 0;width:4px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,var(--ar-sky),var(--ar-sky-deep))}#content .scarg-editorial-summary .scarg-editorial-meta>p:last-child{grid-column:1/-1}#content .scarg-editorial-summary .scarg-editorial-meta span{display:block;margin-bottom:5px;color:var(--ar-muted)!important;font-size:11px;font-weight:900;letter-spacing:.075em;line-height:1.3;text-transform:uppercase}#content .scarg-editorial-summary .scarg-editorial-meta strong{display:block;color:var(--ar-ink)!important;font-size:14px;font-weight:800;line-height:1.5}html[data-theme=dark] .scarg-editorial-meta{border-color:#326f91;background:linear-gradient(145deg,#173649,#102a3a);box-shadow:0 12px 28px #0005}html[data-theme=dark] #content .scarg-editorial-summary .scarg-editorial-meta>p{border-color:#356f8f!important;background:#ffffff0a!important;box-shadow:none!important}html[data-theme=dark] #content .scarg-editorial-summary .scarg-editorial-meta span{color:#91bfd8!important}html[data-theme=dark] #content .scarg-editorial-summary .scarg-editorial-meta strong{color:#f4fbff!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>ul>li:before{top:16px!important;width:12px!important;height:12px!important;border:1px solid #fff!important;border-radius:3px!important;background:linear-gradient(180deg,var(--ar-sky) 0 31%,#fff 31% 69%,var(--ar-sky) 69% 100%)!important;box-shadow:0 0 0 2px var(--ar-sky-deep),0 5px 11px #1d63882b!important;transform:rotate(45deg)!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>ol>li:before{border:2px solid #fff!important;background:linear-gradient(180deg,#70b5dc,#2777aa)!important;color:#fff!important;box-shadow:0 0 0 2px #b7dcec,0 6px 13px #1e63882e!important;text-shadow:0 1px 2px #164d6d!important}html[data-theme=dark] #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>ul>li:before{top:16px!important;width:12px!important;height:12px!important;border:1px solid #eaf7fd!important;border-radius:3px!important;background:linear-gradient(180deg,#75aadb 0 31%,#fff 31% 69%,#75aadb 69% 100%)!important;box-shadow:0 0 0 2px #72b4d9,0 0 13px #75aadb55!important;transform:rotate(45deg)!important}html[data-theme=dark] #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section)>ol>li:before{border:2px solid #d9effa!important;background:linear-gradient(180deg,#67add4,#246d98)!important;color:#fff!important;box-shadow:0 0 0 2px #3b86ae,0 0 14px #75aadb42!important;text-shadow:0 1px 2px #0a293c!important}@media (max-width:760px){body:not(.scarg-app-page) .scarg-home-app-banner-media{object-position:58% 30%!important}}@media (max-width:700px){.scarg-editorial-meta{grid-template-columns:1fr 1fr}}@media (max-width:520px){.scarg-editorial-meta{grid-template-columns:1fr;padding:14px}.scarg-editorial-meta>p:last-child{grid-column:auto}}@media (max-width:620px){.scarg-bonus-final-actions{margin-top:20px!important}.scarg-home-app-banner .scarg-app-download-actions{width:56%!important;padding:0 12px!important}.scarg-app-page .scarg-home-app-banner .scarg-app-download-actions{inset:0 0 0 auto!important;width:54%!important;padding:0 12px!important}.scarg-app-page .scarg-home-app-banner[aria-labelledby=descargar-app-2] .scarg-app-download-actions{inset:0 auto 0 0!important}.scarg-app-page .scarg-home-app-banner .scarg-app-download-actions,.scarg-app-page .scarg-home-app-banner[aria-labelledby=descargar-app-2] .scarg-app-download-actions{inset:0!important;width:100%!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important;padding:0 18px!important}#content :is(.scarg-section-visual){width:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-position:center!important}.scarg-hero-img{object-position:center 17%!important}.scarg-bonus-banner-section .scarg-offer-banner,.scarg-bonus-banner-section .scarg-offer-copy{min-height:330px!important}.scarg-bonus-banner-section .scarg-offer-banner{background-position:62% 20%!important}html:not([data-theme=dark]) #content .scarg-pin-content>:is(.scarg-pin-section,.scarg-content-section){background:linear-gradient(155deg,#fff,#eef8fd)!important}}