:root{--bg-primary:#0d1730;--bg-deep:#0a1126;--bg-surface:#171f36;--bg-elevated:#1e2745;--border-subtle:hsla(0,0%,100%,.08);--border-strong:hsla(0,0%,100%,.16);--text-primary:#fff;--text-secondary:hsla(0,0%,100%,.92);--text-muted:hsla(0,0%,100%,.7);--gold:#e8b842;--gold-soft:#f5d27a;--blue:#3b5eff;--blue-bright:#5b7dff;--blue-deep:#2842c9;--danger:#ff5b5b;--success:#34c98a;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-display:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--r-sm:8px;--r-md:12px;--r-lg:18px;--r-pill:999px;--shadow-card:0 6px 20px rgba(0,0,0,.25);--shadow-cta:0 6px 22px rgba(59,94,255,.45);--sidebar-w:260px;--header-h:64px;--mobile-tab-h:68px}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:local("Inter Regular"),local("Inter-Regular")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:local("Inter SemiBold"),local("Inter-SemiBold")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:local("Inter Bold"),local("Inter-Bold")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:local("Inter ExtraBold"),local("Inter-ExtraBold")}*,:after,:before{box-sizing:border-box}html{font-size:17px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-weight:400;line-height:1.6;background:var(--bg-primary);color:var(--text-primary);overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%;height:auto}a{text-decoration:none}a,button{color:inherit}button{font-family:inherit;cursor:pointer;border:0;background:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-display);margin:0;line-height:1.2;font-weight:800;letter-spacing:-.01em}p{margin:0}.app{display:grid;grid-template-columns:1fr;min-height:100vh}@media (min-width:1280px){.app{grid-template-columns:var(--sidebar-w) 1fr}}.sidebar{display:none}@media (min-width:1280px){.sidebar{display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;align-self:start;width:var(--sidebar-w);height:100vh;background:var(--bg-deep);border-right:1px solid var(--border-subtle);padding:20px 16px;overflow-y:auto;z-index:30}}.sidebar__logo{display:flex;align-items:center;justify-content:center;padding:8px 0 20px;border-bottom:1px solid var(--border-subtle);margin-bottom:16px}.sidebar__logo .logo-text{font-size:22px;font-weight:800;letter-spacing:.02em}.brand-logo{display:block;height:auto;max-width:100%;object-fit:contain}.sidebar__logo .brand-logo{width:180px;max-height:56px}.topbar__logo .brand-logo{width:160px;max-height:44px}.mobmenu__logo .brand-logo{width:150px;max-height:40px}.sidebar__group{margin-bottom:22px}.sidebar__title{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);padding:0 10px 8px}.sidebar__link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--r-sm);color:var(--text-secondary);font-size:15px;font-weight:500;transition:background .2s,color .2s;min-height:44px}.sidebar__link:hover{background:hsla(0,0%,100%,.05);color:var(--text-primary)}.sidebar__link.is-cta{background:transparent;border:1px solid rgba(91,125,255,.35);margin-bottom:8px;color:var(--text-primary);border-radius:999px;padding:10px 16px}.sidebar__link.is-cta:hover{background:rgba(59,94,255,.12);border-color:var(--blue-bright)}.sidebar__icon{width:20px;height:20px;flex:0 0 20px;stroke:currentColor;fill:none;stroke-width:1.7}.sidebar__link.is-cta .sidebar__icon{color:var(--gold);stroke:var(--gold)}.with-sidebar{min-width:0}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:25;background:rgba(13,23,48,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-subtle);height:var(--header-h);padding:0 16px}.topbar,.topbar__inner{display:flex;align-items:center}.topbar__inner{justify-content:space-between;gap:12px;width:100%}@media (min-width:1280px){.topbar__inner{justify-content:flex-end}}.topbar__logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:800}@media (min-width:1280px){.topbar__logo{display:none}.topbar__search{flex:1 1;max-width:360px;margin-left:auto}}.topbar__actions{display:flex;align-items:center;gap:8px}.topbar__search{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.06);color:var(--text-secondary);border:0;cursor:pointer;transition:background .2s,color .2s}@media (min-width:1024px){.topbar__search{display:inline-flex}}.topbar__search:hover{background:hsla(0,0%,100%,.12);color:var(--text-primary)}.topbar__search svg{width:18px;height:18px;fill:none;stroke-width:2}.logo-mark .lm-gold{color:var(--gold)}.logo-mark .lm-blue{color:var(--blue-bright)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--r-pill);font-weight:600;font-size:15px;padding:12px 20px;min-height:44px;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.btn:focus-visible{outline:2px solid var(--blue-bright);outline-offset:2px}.btn-primary{background:linear-gradient(135deg,var(--blue) 0,var(--blue-bright) 100%);color:#fff;box-shadow:var(--shadow-cta)}.btn-primary:hover{background:linear-gradient(135deg,var(--blue-bright) 0,var(--blue) 100%);transform:translateY(-1px)}.btn-outline{border:1px solid hsla(0,0%,100%,.4);color:#fff;background:transparent}.btn-outline:hover{background:#fff;color:var(--bg-primary);border-color:#fff}.btn-lg{font-size:16px;padding:14px 28px;min-height:52px}.btn-ghost{background:transparent;color:var(--text-secondary);padding:8px 12px}.btn-ghost:hover{color:#fff;background:hsla(0,0%,100%,.06)}.topbar__login{font-size:15px;font-weight:600;color:var(--text-secondary);padding:10px 12px;min-height:44px;display:inline-flex;align-items:center}.topbar__login:hover{color:#fff}.topbar__login-desktop{display:none}@media (min-width:1280px){.topbar__login-desktop{display:inline-flex}}.lang{position:relative}.lang__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:var(--r-sm);color:var(--text-secondary);font-size:14px;font-weight:600}.lang__btn:hover{background:hsla(0,0%,100%,.06);color:#fff}.lang__flag{width:20px;height:14px;border-radius:2px;display:inline-block;background:linear-gradient(180deg,#012169 33%,#fff 33% 66%,#c8102e 66%)}.lang__caret{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}main{padding-bottom:8px}@media (max-width:1279.98px){main{padding-bottom:var(--mobile-tab-h)}}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 16px}.section{margin-top:64px}.section--tight{margin-top:40px}.section__head{margin-bottom:24px}.section__title{font-size:22px;font-weight:800;letter-spacing:-.01em}.section__sub{color:var(--text-primary);font-size:16px;line-height:1.55;margin-top:8px;max-width:720px}.section__bar{align-items:end;gap:16px}.section__link{color:var(--blue-bright);font-size:14px;font-weight:600;white-space:nowrap;flex-shrink:0}.section__link:hover{color:#fff}.hero{margin-top:16px;border-radius:var(--r-lg);overflow:hidden;position:relative;background:var(--bg-surface);isolation:isolate}.hero__track{display:flex;width:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.hero__slide{flex:0 0 100%;min-width:100%;padding:36px 24px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;position:relative;overflow:hidden}@media (min-width:768px){.hero__slide{padding:56px;min-height:340px;justify-content:center}}.hero__slide--1{background:radial-gradient(circle at 80% 20%,rgba(232,184,66,.22),transparent 55%),linear-gradient(135deg,#1a2454,#0d1730 60%)}.hero__slide--2{background:radial-gradient(circle at 20% 30%,rgba(59,94,255,.32),transparent 55%),linear-gradient(135deg,#142046,#0a1126 60%)}.hero__slide--3{background:radial-gradient(circle at 60% 70%,rgba(232,184,66,.18),transparent 55%),linear-gradient(135deg,#1f1638,#0d1730 60%)}.hero__eyebrow{font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}.hero__title{font-size:28px;font-weight:800;max-width:620px;line-height:1.15}@media (min-width:768px){.hero__title{font-size:40px}}.hero__sub{font-size:17px;color:var(--text-primary);max-width:560px;line-height:1.6}.hero__dots{display:flex;gap:8px;justify-content:center;padding:14px 0 18px}.hero__dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.25);transition:background .2s,transform .2s;min-height:0}.hero__dot.is-active{background:var(--blue-bright);transform:scale(1.3)}.row{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,1fr)}@media (min-width:480px){.row{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.row{grid-template-columns:repeat(4,1fr)}}@media (min-width:1100px){.row{grid-template-columns:repeat(6,1fr)}}@media (min-width:1400px){.row{grid-template-columns:repeat(8,1fr)}}.game-card{position:relative;aspect-ratio:3/4;border-radius:var(--r-md);overflow:hidden;background:var(--bg-surface);border:1px solid var(--border-subtle);display:flex;flex-direction:column;justify-content:flex-end;padding:12px;transition:transform .2s ease,border-color .2s ease}.game-card:hover{transform:translateY(-2px);border-color:var(--border-strong)}.game-card__name{font-size:14px;font-weight:700;line-height:1.25;position:relative;z-index:2}.game-card__provider{font-size:12px;color:var(--text-muted);margin-top:3px;position:relative;z-index:2}.game-card:before{background:var(--gc-bg,linear-gradient(135deg,#2842c9,#5b7dff));opacity:.92;z-index:0}.game-card:after,.game-card:before{content:"";position:absolute;inset:0}.game-card:after{background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.6));z-index:1}.gc-1{--gc-bg:linear-gradient(135deg,#2842c9,#5b7dff)}.gc-2{--gc-bg:linear-gradient(135deg,#b6791f,#e8b842)}.gc-3{--gc-bg:linear-gradient(135deg,#3a0b6e,#8a3df5)}.gc-4{--gc-bg:linear-gradient(135deg,#c92842,#ff6b8a)}.gc-5{--gc-bg:linear-gradient(135deg,#1a7f5a,#34c98a)}.gc-6{--gc-bg:linear-gradient(135deg,#0c4a6e,#06b6d4)}.gc-7{--gc-bg:linear-gradient(135deg,#4a1d1d,#d97757)}.gc-8{--gc-bg:linear-gradient(135deg,#1e1b4b,#6366f1)}.game-card__badge{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.55);border:1px solid var(--border-strong);color:#fff;font-size:10px;font-weight:700;padding:3px 7px;border-radius:var(--r-pill);z-index:2;letter-spacing:.04em}.game-card__badge--gold{color:var(--gold);border-color:rgba(232,184,66,.5)}.features{margin-top:64px}.features__grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:1fr}@media (min-width:640px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.features__grid{grid-template-columns:repeat(4,1fr)}}.feature{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--r-md);padding:22px 20px}.feature__icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,rgba(59,94,255,.2),rgba(91,125,255,.05));display:flex;align-items:center;justify-content:center;margin-bottom:14px}.feature__icon svg{width:22px;height:22px;stroke:var(--blue-bright);fill:none;stroke-width:1.8}.feature__title{font-size:16px;font-weight:700;margin-bottom:6px}.feature__copy{font-size:15px;color:var(--text-primary);line-height:1.6}.promos{margin-top:64px}.promos__grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:1fr}@media (min-width:640px){.promos__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.promos__grid{grid-template-columns:repeat(3,1fr)}}.promo{position:relative;border-radius:var(--r-md);overflow:hidden;padding:24px;display:flex;flex-direction:column;gap:10px;min-height:200px;background:var(--bg-surface);border:1px solid var(--border-subtle);transition:transform .2s ease,border-color .2s ease}.promo:hover{transform:translateY(-2px);border-color:var(--border-strong)}.promo--gold{background:radial-gradient(circle at 80% 20%,rgba(232,184,66,.18),transparent 55%),var(--bg-surface)}.promo--blue{background:radial-gradient(circle at 80% 20%,rgba(59,94,255,.25),transparent 55%),var(--bg-surface)}.promo--purple{background:radial-gradient(circle at 80% 20%,rgba(138,61,245,.22),transparent 55%),var(--bg-surface)}.promo__eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--gold)}.promo__title{font-size:20px;font-weight:800;line-height:1.2}.promo__copy{color:var(--text-primary);font-size:15px;line-height:1.6;margin-top:auto}.promo__cta{display:inline-flex;align-self:flex-start;color:var(--blue-bright);font-weight:700;font-size:14px;margin-top:8px}.promo__cta:hover{color:#fff}.trust{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--r-md);padding:24px;display:grid;grid-gap:24px;gap:24px;grid-template-columns:1fr}@media (min-width:900px){.trust{grid-template-columns:1fr auto 1fr;align-items:center}}.trust__group{display:flex;gap:18px;align-items:center;justify-content:center;flex-wrap:wrap}.trust__divider{display:none;width:1px;height:60px;background:var(--border-subtle)}@media (min-width:900px){.trust__divider{display:block}}.trust__pay{justify-content:center;background:hsla(0,0%,100%,.06);border:1px solid var(--border-subtle);border-radius:var(--r-sm);color:var(--text-secondary);min-height:36px}.trust__badge,.trust__pay{display:inline-flex;align-items:center;padding:8px 14px;font-size:13px;font-weight:600}.trust__badge{gap:8px;background:rgba(232,184,66,.08);border:1px solid rgba(232,184,66,.3);border-radius:var(--r-sm);color:var(--gold-soft)}.trust__age{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--danger);color:#fff;font-weight:800;font-size:13px}.trust__note{font-size:13px;color:var(--text-muted)}.trust__note a{color:var(--text-secondary);text-decoration:underline}.footer{margin-top:0;border-top:1px solid var(--border-subtle);background:var(--bg-deep);padding:36px 0 28px}.footer__grid{display:grid;grid-template-columns:1fr;grid-gap:48px;gap:48px}@media (min-width:700px){.footer__grid{grid-template-columns:repeat(3,1fr);gap:64px}}.footer__title{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:14px}.footer__list li{margin-bottom:8px}.footer__list a{font-size:16px;color:hsla(0,0%,100%,.88)}.footer__list a:hover{color:#fff}.footer__bottom{margin-top:36px;padding-top:24px;border-top:1px solid var(--border-subtle);display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:space-between;align-items:center}.footer__copy{font-size:15px;line-height:1.6;color:var(--text-muted);max-width:720px}.footer__copy p{margin:0 0 6px}.footer__copy p:last-child{margin-bottom:0}.footer__langs{display:flex;gap:12px}.footer__langs a{font-size:14px;color:var(--text-secondary);padding:6px 12px;border-radius:var(--r-pill);border:1px solid var(--border-subtle);min-height:32px;display:inline-flex;align-items:center}.footer__langs a:hover{color:#fff;border-color:var(--border-strong)}.mobnav{position:fixed;bottom:0;left:0;right:0;height:var(--mobile-tab-h);background:rgba(10,17,38,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border-subtle);display:grid;grid-template-columns:repeat(5,1fr);z-index:40;padding-bottom:env(safe-area-inset-bottom,0)}@media (min-width:1280px){.mobnav{display:none}}.mobnav__tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--text-secondary);font-size:12px;font-weight:600;text-align:center;padding:6px 4px;min-height:56px}.mobnav__tab:hover{color:#fff}.mobnav__tab svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.mobnav__tab.is-active{color:var(--blue-bright)}.mobnav__tab--btn{background:none;border:0;cursor:pointer;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--text-secondary);font-size:12px;font-weight:600;font-family:inherit;padding:6px 4px;min-height:56px}.mobnav__tab--btn:hover{color:#fff}.mobmenu{position:fixed;inset:0;z-index:90;pointer-events:none;visibility:hidden}.mobmenu.is-open{pointer-events:auto;visibility:visible}.mobmenu__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6);opacity:0;transition:opacity .22s ease}.mobmenu.is-open .mobmenu__backdrop{opacity:1}.mobmenu__panel{position:absolute;top:0;left:0;bottom:0;width:min(86vw,360px);background:#0c1430;border-right:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;transform:translateX(-100%);transition:transform .26s ease;overflow-y:auto;padding-bottom:env(safe-area-inset-bottom,16px)}.mobmenu.is-open .mobmenu__panel{transform:translateX(0)}.mobmenu__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid hsla(0,0%,100%,.06);position:-webkit-sticky;position:sticky;top:0;background:#0c1430;z-index:1}.mobmenu__logo{font-weight:900;letter-spacing:-.01em;font-size:18px}.mobmenu__close{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.mobmenu__close svg{width:18px;height:18px}.mobmenu__close:hover{background:hsla(0,0%,100%,.1)}.mobmenu__nav{padding:8px 8px 32px;display:flex;flex-direction:column;gap:8px}.mobmenu__group{padding:12px 8px 4px}.mobmenu__title{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);padding:0 12px 6px}.mobmenu__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.mobmenu__link{display:block;padding:12px 14px;color:#fff;font-size:16px;font-weight:500;border-radius:10px;text-decoration:none}.mobmenu__link:active,.mobmenu__link:hover{background:hsla(0,0%,100%,.06)}@media (min-width:1280px){.mobmenu,.mobnav__tab--btn{display:none}}.intro{font-size:17px;color:var(--text-primary);max-width:760px;line-height:1.7;margin-top:24px}.prose-section{margin-top:64px;margin-bottom:16px;max-width:820px}.prose-section .section__title{margin-bottom:18px}.prose-section__p{font-size:17px;color:var(--text-primary);line-height:1.7;margin-bottom:14px}.prose-section__p:last-child{margin-bottom:0}.prose-section--trust{margin-top:64px;padding:28px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;max-width:100%}.prose-section--trust .section__title{font-size:20px}.prose-section--trust .prose-section__p{font-size:15.5px;line-height:1.65}@media (min-width:768px){.prose-section{margin-top:80px}.prose-section--trust{margin-top:80px;padding:32px 36px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hide-desktop{display:block}@media (min-width:1280px){.hide-desktop{display:none}}.hide-mobile{display:none}@media (min-width:1280px){.hide-mobile{display:block}}@media (max-width:767.98px){html{font-size:16.5px}.hero{margin-top:12px;border-radius:var(--r-md)}.section{margin-top:48px}.section__title{font-size:19px}.footer{margin-top:0}.row{gap:10px}.game-card{padding:10px}}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:20px 0 12px;font-size:14px;color:var(--text-muted)}.breadcrumb a{color:var(--text-secondary)}.breadcrumb a:hover{color:#fff}.breadcrumb__sep{color:var(--text-muted);opacity:.7}.breadcrumb__current{color:var(--text-primary);font-weight:600}.page-head{margin:8px 0 24px}.page-head__title{font-size:30px;font-weight:800;line-height:1.15;letter-spacing:-.01em;margin:0 0 14px}@media (min-width:768px){.page-head__title{font-size:38px}}.page-head__intro{font-size:17px;color:var(--text-secondary);line-height:1.6;max-width:720px}.page-head__cta{margin-top:18px}.prose h2{font-size:24px;margin:48px 0 16px}.prose h3{font-size:19px;font-weight:700;margin:28px 0 10px;color:var(--text-primary)}.prose p{line-height:1.65}.prose li strong,.prose p strong{color:var(--text-primary);font-weight:700}.prose a{text-underline-offset:3px;text-decoration-thickness:1px}.prose ol,.prose ul{margin:0 0 18px;padding-left:20px;color:var(--text-secondary);list-style:disc}.prose ol{list-style:decimal}.prose li{line-height:1.6;margin:0 0 8px}.prose li::marker{color:var(--gold)}.prose hr{border:0;border-top:1px solid var(--border-subtle);margin:36px 0}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 8px}.toc{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--r-md);padding:16px 18px;margin:24px 0 32px}.toc>summary{font-weight:700;font-size:15px;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;color:var(--text-primary)}.toc>summary::-webkit-details-marker{display:none}.toc>summary:after{content:"+";font-size:22px;font-weight:400;color:var(--text-muted);line-height:1}.toc[open]>summary:after{content:""}.toc ol{margin:14px 0 0;padding-left:22px;color:var(--text-secondary)}.toc li{margin:6px 0;font-size:14px}.toc a{color:var(--text-secondary)}.toc a:hover{color:var(--blue-bright);text-decoration:underline}.data-table-wrap{overflow-x:auto;border:1px solid var(--border-subtle);border-radius:var(--r-md);margin:16px 0 24px;background:var(--bg-surface);-webkit-overflow-scrolling:touch}.data-table{width:100%;border-collapse:collapse;min-width:520px;font-size:14px}.data-table caption{padding:14px 16px;font-weight:700;font-size:15px;color:var(--text-primary);background:var(--bg-elevated);caption-side:top}.data-table caption,.data-table td,.data-table th{text-align:left;border-bottom:1px solid var(--border-subtle)}.data-table td,.data-table th{padding:12px 14px;color:var(--text-secondary);vertical-align:middle}.data-table thead th{background:var(--bg-elevated);color:var(--text-primary);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover td{background:hsla(0,0%,100%,.03)}.data-table td strong{color:var(--text-primary)}.faq{display:flex;flex-direction:column;gap:10px;margin:16px 0 24px}.faq__item{border-radius:var(--r-md);padding:16px 18px}.faq__item>summary{font-weight:700;font-size:16px;cursor:pointer;list-style:none;color:var(--text-primary);display:flex;align-items:center;justify-content:space-between;gap:14px}.faq__item>summary::-webkit-details-marker{display:none}.faq__item>summary:after{content:"+";font-size:22px;font-weight:400;color:var(--gold);line-height:1;flex:0 0 auto}.faq__item[open]>summary:after{content:""}.faq__item[open]>summary{margin-bottom:10px}.faq__item ol,.faq__item p,.faq__item ul{color:var(--text-secondary);font-size:15px;line-height:1.6;margin:0 0 8px}.faq__item ol,.faq__item ul{padding-left:20px}.faq__item ol:last-child,.faq__item p:last-child,.faq__item ul:last-child{margin-bottom:0}.steps{display:grid;grid-gap:14px;gap:14px;grid-template-columns:1fr;margin:18px 0 26px;counter-reset:step;padding:0;list-style:none}@media (min-width:768px){.steps{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.steps{grid-template-columns:repeat(3,1fr)}}.step{position:relative;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--r-md);padding:22px 20px 20px;counter-increment:step}.step:before{content:counter(step);position:absolute;top:-14px;left:20px;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--blue) 0,var(--blue-bright) 100%);color:#fff;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-cta)}.step__title{font-size:16px;font-weight:700;margin:6px 0;color:var(--text-primary)}.step__copy{font-size:14px;line-height:1.55}.note-box,.step__copy{color:var(--text-secondary)}.note-box{background:rgba(232,184,66,.07);border:1px solid rgba(232,184,66,.28);border-radius:var(--r-md);padding:16px 18px;margin:18px 0;font-size:14.5px;line-height:1.6}.note-box strong{color:var(--gold-soft)}.promo--full{min-height:220px;padding:26px 24px}.promo__amount{font-size:28px;font-weight:800;color:var(--text-primary);line-height:1.1;margin:4px 0 6px}.promo__terms{font-size:13px;color:var(--text-muted);margin-top:10px;line-height:1.55}.promo__btn{margin-top:14px}@media (max-width:767.98px){.page-head__title{font-size:26px}.prose h2{font-size:21px;margin-top:40px}.prose h3{font-size:17.5px}.data-table{font-size:13.5px}.data-table td,.data-table th{padding:10px 12px}}.hero__slide{isolation:isolate}.hero__art{position:absolute;right:-20px;bottom:-10px;width:220px;height:220px;z-index:0;opacity:.85;pointer-events:none;filter:drop-shadow(0 8px 28px rgba(0,0,0,.4))}@media (min-width:768px){.hero__art{right:40px;top:50%;bottom:auto;transform:translateY(-50%);width:280px;height:280px}}.hero__slide>.btn,.hero__slide>.hero__eyebrow,.hero__slide>.hero__sub,.hero__slide>.hero__title{position:relative;z-index:1}.hero__deco{position:absolute;width:90px;height:90px;opacity:.35;pointer-events:none;z-index:0;color:var(--gold)}.hero__deco--tl{top:14px;left:14px}.hero__deco--br{bottom:14px;right:14px;transform:rotate(180deg)}@media (min-width:768px){.hero__deco{width:120px;height:120px}}.hero__slide:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(232,184,66,.1) 1px,transparent 0);background-size:22px 22px;opacity:.5;z-index:0;pointer-events:none}.section__title{position:relative;padding-bottom:10px}.section__title:after{content:"";position:absolute;left:0;bottom:0;width:48px;height:3px;background:linear-gradient(90deg,var(--gold) 0,rgba(232,184,66,.2) 100%);border-radius:2px}.page-head__title{position:relative;padding-bottom:14px}.page-head__title:after{content:"";position:absolute;left:0;bottom:0;width:64px;height:3px;background:linear-gradient(90deg,var(--gold) 0,rgba(232,184,66,.2) 100%);border-radius:2px}.btn-primary{position:relative;background-image:linear-gradient(135deg,var(--blue) 0,var(--blue-bright) 100%)}.btn-primary:before{content:"";position:absolute;left:12%;right:12%;top:1px;height:1px;background:linear-gradient(90deg,transparent,rgba(232,184,66,.85) 50%,transparent);border-radius:1px;pointer-events:none}.game-card{transition:transform .22s ease,border-color .22s ease,box-shadow .25s ease}.game-card:hover{transform:translateY(-4px);border-color:rgba(232,184,66,.55);box-shadow:0 10px 30px rgba(0,0,0,.35),0 0 0 1px rgba(232,184,66,.35),0 0 24px rgba(232,184,66,.18)}.game-card__thumb{position:absolute;inset:0;z-index:1;background-position:center 35%;background-repeat:no-repeat;background-size:62% auto;opacity:.92;pointer-events:none}.game-card__badge,.game-card__name,.game-card__provider{z-index:3}.game-card:after{z-index:2}.gct-football .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' opacity='.95'><path d='M14 70 H86 M22 70 V34 H78 V70 M22 34 H78'/><circle cx='50' cy='78' r='9' fill='%23ffffff'/><path d='M50 69 L46 75 L50 81 L54 75 Z M41 78 L47 78 M53 78 L59 78' stroke='%23222' stroke-width='1.6'/></g></svg>")}.gct-slot .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g><rect x='14' y='22' width='22' height='56' rx='4' fill='%23ffffff' opacity='.92'/><rect x='39' y='22' width='22' height='56' rx='4' fill='%23ffffff' opacity='.92'/><rect x='64' y='22' width='22' height='56' rx='4' fill='%23ffffff' opacity='.92'/><text x='25' y='58' font-family='Arial' font-size='22' font-weight='800' text-anchor='middle' fill='%23E8B842'>7</text><text x='50' y='58' font-family='Arial' font-size='22' font-weight='800' text-anchor='middle' fill='%23c92842'>7</text><text x='75' y='58' font-family='Arial' font-size='22' font-weight='800' text-anchor='middle' fill='%23E8B842'>7</text></g></svg>")}.gct-crown .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g fill='%23E8B842' stroke='%23ffffff' stroke-width='1.5'><path d='M18 70 L24 32 L40 50 L50 26 L60 50 L76 32 L82 70 Z'/><rect x='16' y='72' width='68' height='10' rx='2'/><circle cx='24' cy='30' r='3.5'/><circle cx='50' cy='24' r='3.5'/><circle cx='76' cy='30' r='3.5'/><circle cx='34' cy='62' r='2.5' fill='%23c92842'/><circle cx='50' cy='62' r='2.5' fill='%233B5EFF'/><circle cx='66' cy='62' r='2.5' fill='%231a7f5a'/></g></svg>")}.gct-dice .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g><rect x='16' y='30' width='34' height='34' rx='5' fill='%23ffffff' transform='rotate(-8 33 47)'/><rect x='50' y='38' width='34' height='34' rx='5' fill='%23ffffff' transform='rotate(8 67 55)'/><g fill='%23222'><circle cx='25' cy='40' r='2.5'/><circle cx='40' cy='40' r='2.5'/><circle cx='25' cy='55' r='2.5'/><circle cx='40' cy='55' r='2.5'/><circle cx='32' cy='47' r='2.5'/></g><g fill='%23c92842'><circle cx='59' cy='48' r='2.5'/><circle cx='75' cy='48' r='2.5'/><circle cx='59' cy='65' r='2.5'/><circle cx='75' cy='65' r='2.5'/></g></svg>")}.gct-fish .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g fill='%23E8B842' stroke='%23ffffff' stroke-width='1.8'><path d='M14 50 Q30 28 58 32 Q78 34 86 50 Q78 66 58 68 Q30 72 14 50 Z'/><path d='M14 50 L4 36 L8 50 L4 64 Z'/><circle cx='72' cy='46' r='3' fill='%23222'/><path d='M40 38 Q50 50 40 62' fill='none' stroke='%23ffffff' stroke-width='2'/></g></svg>")}.gct-cards .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g><rect x='18' y='24' width='32' height='50' rx='5' fill='%23ffffff' transform='rotate(-10 34 49)'/><rect x='48' y='28' width='32' height='50' rx='5' fill='%23ffffff' transform='rotate(10 64 53)'/><path d='M30 48 C26 42 30 36 34 40 C38 36 42 42 38 48 L34 56 Z' fill='%23c92842' transform='rotate(-10 34 49)'/><path d='M58 48 C58 42 66 42 64 50 L70 50 C68 42 76 42 76 48 C76 56 67 64 67 64 C67 64 58 56 58 48 Z' fill='%23222' transform='rotate(10 64 53)'/></g></svg>")}.gct-coins .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g><ellipse cx='50' cy='32' rx='28' ry='8' fill='%23E8B842' stroke='%23ffffff' stroke-width='1.5'/><rect x='22' y='32' width='56' height='8' fill='%23E8B842'/><ellipse cx='50' cy='40' rx='28' ry='8' fill='%23b6791f'/><ellipse cx='50' cy='52' rx='30' ry='8' fill='%23E8B842' stroke='%23ffffff' stroke-width='1.5'/><rect x='20' y='52' width='60' height='8' fill='%23E8B842'/><ellipse cx='50' cy='60' rx='30' ry='8' fill='%23b6791f'/><ellipse cx='50' cy='72' rx='32' ry='8' fill='%23E8B842' stroke='%23ffffff' stroke-width='1.5'/><text x='50' y='38' font-family='Arial' font-size='9' font-weight='800' text-anchor='middle' fill='%23222'>$</text><text x='50' y='58' font-family='Arial' font-size='9' font-weight='800' text-anchor='middle' fill='%23222'>$</text></g></svg>")}.gct-roulette .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g><circle cx='50' cy='50' r='32' fill='%23ffffff' stroke='%23E8B842' stroke-width='3'/><circle cx='50' cy='50' r='24' fill='none' stroke='%23222' stroke-width='1'/><g stroke='%23222' stroke-width='1.5'><path d='M50 18 V50'/><path d='M50 50 L72 38'/><path d='M50 50 L72 62'/><path d='M50 50 L50 82'/><path d='M50 50 L28 62'/><path d='M50 50 L28 38'/></g><g fill='%23c92842'><path d='M50 18 L56 26 L44 26 Z'/><path d='M50 82 L44 74 L56 74 Z'/></g><g fill='%23222'><path d='M72 38 L66 44 L74 50 Z'/><path d='M28 62 L34 56 L26 50 Z'/></g><circle cx='50' cy='50' r='5' fill='%23E8B842'/></g></svg>")}.gct-bolt .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g><path d='M20 80 Q40 60 60 50 Q78 42 86 18' fill='none' stroke='%23E8B842' stroke-width='3' stroke-linecap='round'/><path d='M86 18 L78 24 L84 28 Z' fill='%23E8B842'/><path d='M44 20 L34 50 L46 50 L36 78 L62 42 L48 42 L60 20 Z' fill='%23ffffff' stroke='%23E8B842' stroke-width='1.5'/></g></svg>")}.gct-gem .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g><path d='M50 18 L74 40 L50 84 L26 40 Z' fill='%2306b6d4' stroke='%23ffffff' stroke-width='1.8'/><path d='M26 40 L50 40 L74 40' fill='none' stroke='%23ffffff' stroke-width='1.5'/><path d='M50 40 L50 84' stroke='%23ffffff' stroke-width='1.5' opacity='.7'/><path d='M26 40 L38 26 L62 26 L74 40' fill='none' stroke='%23ffffff' stroke-width='1.2' opacity='.6'/><path d='M38 26 L50 40 L62 26' fill='none' stroke='%23ffffff' stroke-width='1.2' opacity='.6'/></g></svg>")}.gct-hat .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g fill='%23222' stroke='%23E8B842' stroke-width='2'><path d='M10 62 Q50 50 90 62 Q88 70 78 68 Q50 64 22 68 Q12 70 10 62 Z'/><path d='M30 60 Q34 32 50 30 Q66 32 70 60 Z'/><rect x='30' y='54' width='40' height='5' fill='%23E8B842' stroke='none'/></g></svg>")}.gct-trophy .game-card__thumb{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><g fill='%23E8B842' stroke='%23ffffff' stroke-width='1.6'><path d='M32 22 H68 V44 Q68 60 50 62 Q32 60 32 44 Z'/><path d='M32 28 Q18 28 18 38 Q18 50 32 50' fill='none' stroke-width='2.4'/><path d='M68 28 Q82 28 82 38 Q82 50 68 50' fill='none' stroke-width='2.4'/><rect x='42' y='62' width='16' height='10'/><rect x='32' y='72' width='36' height='8' rx='2'/></g></svg>")}.footer__meander{height:14px;margin:28px 0 0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14' preserveAspectRatio='xMidYMid'><g fill='none' stroke='%23E8B842' stroke-width='1.4' stroke-linejoin='miter'><path d='M0 13 H80 M0 13 V4 H10 V10 H4 V4 M16 13 V4 H26 V10 H20 V4 M32 13 V4 H42 V10 H36 V4 M48 13 V4 H58 V10 H52 V4 M64 13 V4 H74 V10 H68 V4'/></g></svg>");background-repeat:repeat-x;background-position:50%;background-size:auto 14px;opacity:.55}.hero__eyebrow:after,.hero__eyebrow:before{content:"";display:inline-block;width:18px;height:1px;vertical-align:middle;background:var(--gold);margin:0 8px 3px;opacity:.7}.hero__eyebrow:after{margin-left:8px;margin-right:0}.hero__eyebrow:before{margin-left:0}@media (max-width:767.98px){.hero__art{width:150px;height:150px;opacity:.65;right:-14px;bottom:-14px}.hero__deco{width:60px;height:60px;opacity:.25}.hero__eyebrow:after,.hero__eyebrow:before{width:12px}}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(10,17,38,.7);border:1px solid hsla(0,0%,100%,.12);color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:5;transition:background .2s,transform .2s}.hero__arrow svg{width:22px;height:22px}.hero__arrow:hover{background:rgba(59,94,255,.85)}.hero__arrow--prev{left:16px}.hero__arrow--next{right:16px}@media (min-width:768px){.hero__arrow{display:flex}}.hero__track{transition:transform .5s ease}.hero__dot{background:none;border:0;cursor:pointer;padding:0}.section__cta{text-align:center;margin-top:18px}.section__bar{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;gap:14px}.section__bar .section__head{margin-bottom:0}.page-hero{padding:24px 0 28px;max-width:820px}.page-hero__title{font-size:36px;font-weight:800;letter-spacing:-.01em;margin:12px 0;line-height:1.1}@media (min-width:768px){.page-hero__title{font-size:48px}}.page-hero__sub{font-size:18px;color:var(--text-secondary);margin-bottom:22px;line-height:1.55}.prose{max-width:820px;margin:0}.prose .content-section{margin-bottom:36px}.prose h2{font-size:26px;font-weight:800;margin:0 0 14px;letter-spacing:-.01em;position:relative;padding-bottom:10px}.prose h2:after{content:"";position:absolute;left:0;bottom:0;width:56px;height:3px;background:var(--gold);border-radius:2px}.prose p{font-size:17px;line-height:1.6;color:var(--text-secondary);margin:0 0 14px}.prose ul{margin:0 0 18px;padding-left:22px}.prose li{font-size:17px;line-height:1.55;color:var(--text-secondary);margin-bottom:8px}.prose strong{color:#fff}.prose a{color:var(--blue-bright);text-decoration:underline}.prose a:hover{color:#fff}.faq{max-width:820px;margin:48px 0 0}.faq .section__title{margin-bottom:18px}.faq__item{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;padding:14px 18px;margin-bottom:10px}.faq__item summary{cursor:pointer;font-weight:700;color:#fff;font-size:17px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:32px}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";font-size:22px;line-height:1;color:var(--text-muted);transition:transform .2s}.faq__item[open] summary:after{content:"−"}.faq__item p{margin:12px 0 0;color:var(--text-secondary);font-size:17px;line-height:1.6}.top-games__panel{display:block;border-radius:var(--r-md);overflow:hidden;background:var(--bg-surface);border:1px solid var(--border-subtle);transition:transform .2s ease,border-color .2s ease,box-shadow .25s ease}.top-games__panel:hover{transform:translateY(-2px);border-color:rgba(232,184,66,.45);box-shadow:0 10px 30px rgba(0,0,0,.35),0 0 24px rgba(232,184,66,.12)}.top-games__panel img{width:100%;height:auto;display:block}.final-cta{max-width:820px;margin:32px 0 0;padding:32px 24px;text-align:center;border-radius:16px;background:linear-gradient(135deg,rgba(59,94,255,.12),rgba(232,184,66,.08));border:1px solid var(--border-subtle)}.final-cta h2{font-size:28px;font-weight:800;margin:0 0 12px}.final-cta p{font-size:17px;color:var(--text-secondary);margin:0 0 22px}