:root{--bg:#0d1729;--bg-deep:#091322;--panel:#18253a;--panel-2:#1d2b41;--line:#2b3a51;--text:#f5f7fb;--muted:#9aa8bd;--yellow:#ffd117;--blue:#2f6fed;--header:72px;--radius:18px;--max:1160px}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 20px)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;overflow-x:hidden;overflow-wrap:anywhere}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,a{font:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.content-narrow{max-width:900px}
.section{padding:92px 0}
.section-tight{padding:18px 0 54px}
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(20,34,53,.97);border-bottom:1px solid var(--line);min-height:var(--header)}
.header-inner{height:var(--header);display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{width:185px;flex:0 0 auto}
.brand img{width:185px}
.desktop-nav{display:flex;gap:34px;margin-left:auto}
.desktop-nav a,.mobile-menu a{font-size:13px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:#dce4ef}
.desktop-nav a:hover{color:var(--yellow)}
.header-actions{display:flex;align-items:center;gap:10px}
.btn{min-height:52px;padding:12px 22px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:900;font-size:13px;letter-spacing:.025em;text-align:center;border:1px solid transparent;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-yellow{color:#0a1220;background:var(--yellow);box-shadow:0 10px 24px rgba(255,209,23,.18)}
.btn-outline{color:var(--yellow);border-color:#806f18;background:transparent}
.btn-dark{background:#19263a;border-color:#2e3d53}
.btn-large{min-height:56px;padding:15px 30px;border-radius:12px}
.menu-toggle{display:none;width:48px;height:48px;border:1px solid var(--line);border-radius:10px;background:var(--panel);padding:12px;cursor:pointer}
.menu-toggle span{display:block;height:2px;margin:5px 0;background:#fff;border-radius:2px}
.mobile-menu{display:none}
.hero{padding-top:150px;padding-bottom:68px;min-height:600px;display:grid;place-items:center;position:relative;overflow:hidden}
.hero:before{content:"";position:absolute;width:720px;height:420px;left:50%;top:85px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(47,111,237,.12),transparent 68%);pointer-events:none}
.hero-content{text-align:center;position:relative;max-width:990px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border:1px solid #34445c;border-radius:999px;background:#182438;color:#dbe3ef;font-size:12px;font-weight:900;letter-spacing:.06em}
.eyebrow span{color:var(--yellow)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2.45rem,5.2vw,4.85rem);line-height:1.03;letter-spacing:-.045em;margin:28px auto 24px;font-weight:950;max-width:1050px;text-transform:none}
h1 em,h2 em{display:block;color:var(--yellow);font-style:normal;text-transform:uppercase}
.hero-content>p{max-width:770px;margin:0 auto 12px;color:#c1cada;font-size:18px}
.hero-content .hero-note{font-size:14px;color:var(--muted)}
.hero-actions{display:flex;gap:14px;justify-content:center;margin-top:30px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stats-grid article{min-height:126px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px}
.stats-grid article>span{color:var(--yellow);font-size:24px;line-height:1;margin-bottom:9px}
.stats-grid strong{font-size:17px}
.stats-grid small{font-size:12px;color:var(--muted);margin-top:3px}
.promo-section{padding:10px 0 55px}
.promo-stack{display:grid;gap:26px}
.promo{min-height:105px;padding:22px 28px;border-radius:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;font-size:21px;font-weight:950;box-shadow:0 16px 34px rgba(0,0,0,.24);transition:transform .2s}
.promo:hover{transform:translateY(-3px)}
.promo small{display:block;font-size:11px;letter-spacing:.08em;margin-bottom:2px;opacity:.8}
.promo-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16)}
.promo b{font-size:28px}
.promo-blue{background:var(--blue)}
.promo-yellow{background:var(--yellow);color:#091322;box-shadow:0 16px 34px rgba(255,209,23,.2)}
.section-heading{margin-bottom:38px}
.heading-row{display:flex;justify-content:space-between;align-items:end;gap:24px}
.section-heading h2,.prose-section h2,.access-section h2{font-size:clamp(1.8rem,3vw,2.65rem);line-height:1.15;margin:7px 0 10px;letter-spacing:-.025em}
.section-heading h2 em{display:inline}
.section-heading p{color:var(--muted);margin:0}
.kicker{color:var(--yellow);font-size:12px;font-weight:900;letter-spacing:.13em}
.text-link{color:var(--yellow);font-weight:800;font-size:13px;border-bottom:1px solid #665b1b;padding-bottom:3px;white-space:nowrap}
.games-section{padding-top:75px}
.games-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.game-card{min-width:0;position:relative;background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden;padding:12px;transition:transform .2s,border-color .2s}
.game-card:hover{transform:translateY(-5px);border-color:#52647f}
.game-art{height:156px;border-radius:10px;background:linear-gradient(145deg,#26364e,#121e31);display:grid;place-items:center;font-size:58px;margin-bottom:12px;position:relative;overflow:hidden}
.game-art:before{content:"";position:absolute;width:100px;height:100px;border-radius:50%;background:rgba(255,255,255,.035)}
.game-card strong,.game-card small,.tag{display:block}
.game-card strong{font-size:15px;line-height:1.35;margin:7px 0 3px}
.game-card small{font-size:13px;line-height:1.4;color:var(--muted)}
.tag{display:inline-flex;width:max-content;max-width:100%;align-items:center;min-height:24px;padding:4px 7px;border:1px solid currentColor;border-radius:5px;font-size:11px;line-height:1;font-weight:950;color:var(--yellow);letter-spacing:.06em}
.classic{color:#63a3ff}.sweet{color:#ff7dc9}.popular{color:#ff9d45}.new{color:#ab7dff}.live{color:#62df9c}
.prose-section{background:var(--bg-deep);border-block:1px solid rgba(43,58,81,.5)}
.prose-section p,.access-section p{color:#b7c2d2;font-size:16px;margin-bottom:18px}
.prose-section strong,.access-section strong{color:#fff}
.centered{text-align:center}
.bonus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bonus-card{position:relative;background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:28px 25px;display:flex;flex-direction:column;min-height:425px}
.bonus-icon{position:absolute;right:22px;top:20px;color:#526077;font-size:36px}
.bonus-card>span{font-size:10px;color:var(--yellow);font-weight:900;letter-spacing:.08em;padding-right:42px}
.bonus-card h3{font-size:24px;line-height:1.17;margin:15px 0}
.bonus-card p{color:#d5dce7;font-size:14px}
.bonus-card small{color:var(--muted);font-size:12px;line-height:1.55;margin-bottom:22px}
.bonus-card .btn{margin-top:auto;width:100%}
.access-section{background:var(--bg-deep)}
.center-action{text-align:center;margin-top:32px}
.faq-section{padding-bottom:80px}
.faq-list{display:grid;gap:12px}
.faq-list details{background:var(--panel);border:1px solid var(--line);border-radius:13px;padding:0 21px}
.faq-list summary{min-height:68px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:800;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{color:var(--yellow);font-size:24px;flex:0 0 auto}
.faq-list details[open] summary span{transform:rotate(45deg)}
.faq-list p{color:var(--muted);font-size:14px;margin:0;padding:0 36px 20px 0}
.searches-section{padding:34px 0 72px}
.searches-section h2{text-align:center;font-size:22px;margin-bottom:22px}
.search-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}
.search-tags span{font-size:12px;line-height:1.35;color:#aeb9ca;border:1px solid var(--line);background:#142035;padding:8px 11px;border-radius:999px;max-width:100%}
.site-footer{background:#08111f;border-top:1px solid var(--line);padding:58px 0 22px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:70px}
.footer-brand img{width:170px;margin-bottom:18px}
.footer-brand p{color:#8695aa;max-width:400px;font-size:13px}
.age{display:inline-grid;place-items:center;width:44px;height:44px;border:2px solid var(--yellow);border-radius:50%;color:var(--yellow)}
.footer-grid h3{font-size:12px;letter-spacing:.1em;margin-bottom:20px}
.footer-grid>div:not(:first-child) a{display:block;color:#8f9db1;font-size:13px;margin:10px 0}
.footer-grid a:hover{color:var(--yellow)}
.footer-bottom{border-top:1px solid #17243a;margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;gap:24px;color:#637187;font-size:12px}
.desktop-float{position:fixed;right:22px;bottom:22px;z-index:80;background:var(--yellow);color:#091322;border-radius:12px;min-height:50px;padding:13px 17px;display:flex;align-items:center;gap:12px;font-size:11px;font-weight:950;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.mobile-float{display:none}
.back-to-top{position:fixed;right:24px;bottom:84px;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#17243a;color:#fff;opacity:0;pointer-events:none;transition:.2s;z-index:70}
.back-to-top.visible{opacity:1;pointer-events:auto}
.utility-page{min-height:100vh;background:var(--bg-deep)}
.utility-wrap{min-height:100vh;display:grid;place-items:center;padding:30px 20px}
.utility-card{width:min(100%,620px);background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:45px;text-align:center;box-shadow:0 25px 70px rgba(0,0,0,.3)}
.utility-logo{display:block;width:230px;margin:0 auto 32px}
.utility-card h1{font-size:clamp(2rem,5vw,3.3rem);margin:18px 0}
.utility-card p{color:var(--muted)}
.utility-card>small{display:block;color:#718097;margin-top:18px}
.utility-actions{display:flex;justify-content:center;gap:12px;margin-top:25px}
.loader{width:44px;height:44px;border-radius:50%;border:4px solid #35445b;border-top-color:var(--yellow);margin:0 auto;animation:spin 1s linear infinite}
.error-code{font-size:70px;line-height:1;font-weight:950;color:var(--yellow)}
@keyframes spin{to{transform:rotate(360deg)}}
@media (max-width:960px){
  .desktop-nav{display:none}.menu-toggle{display:block}.header-register{font-size:12px;padding-inline:15px}.brand,.brand img{width:162px}
  .mobile-menu{position:absolute;top:var(--header);left:0;right:0;background:#111e31;border-bottom:1px solid var(--line);padding:12px 20px 20px;grid-template-columns:1fr 1fr;gap:8px}
  .mobile-menu.open{display:grid}.mobile-menu a{padding:13px;border:1px solid var(--line);border-radius:9px;text-align:center}
  .games-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.bonus-grid{grid-template-columns:1fr}
  .bonus-card{min-height:auto}.footer-grid{gap:35px}.game-art{height:200px}
}
@media (max-width:640px){
  :root{--header:66px}.container{width:min(calc(100% - 28px),var(--max))}.section{padding:66px 0}
  body{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
  .header-inner{height:var(--header);gap:8px}.brand,.brand img{width:126px}.desktop-login{display:none}.header-register{min-height:52px;padding:9px 12px;font-size:10px}.menu-toggle{width:44px;height:44px;padding:10px}
  .hero{padding-top:116px;padding-bottom:52px;min-height:auto}.hero:before{width:460px;height:330px}
  .eyebrow{font-size:9px}.hero-content>p{font-size:16px}.hero-content .hero-note{font-size:13px}
  .hero-actions{flex-direction:column}.hero-actions .btn{width:100%}
  .stats-grid{gap:10px}.stats-grid article{min-height:118px;padding:12px}.stats-grid strong{font-size:14px}.stats-grid small{font-size:10px}
  .promo-section{padding-bottom:32px}.promo-stack{gap:14px}.promo{min-height:92px;padding:17px 15px;gap:12px;font-size:15px;border-radius:14px}.promo-icon{width:40px;height:40px}.promo b{font-size:20px}.promo small{font-size:8px}
  .heading-row{align-items:flex-start}.heading-row .text-link{margin-top:12px}.section-heading h2,.prose-section h2,.access-section h2{font-size:1.75rem}
  .games-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.game-art{height:142px;font-size:46px}.game-card{padding:9px}.game-card strong{font-size:14px}.game-card small{font-size:12px}.tag{min-height:23px;padding:4px 6px;font-size:10px}
  .prose-section p,.access-section p{font-size:15px}.bonus-card{padding:24px 20px}.faq-list details{padding:0 16px}.faq-list summary{font-size:14px;line-height:1.35;min-height:66px}.faq-list p{padding-right:0}
  .footer-grid{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column}.desktop-float{display:none}
  .mobile-float{position:fixed;z-index:90;display:flex;left:0;right:0;bottom:0;min-height:64px;padding:8px max(12px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:#111e31;border-top:1px solid var(--line);align-items:center;justify-content:space-between;gap:12px}
  .mobile-float>span{font-size:11px;font-weight:900;line-height:1.2}.mobile-float small{display:block;color:var(--yellow);font-size:8px}.mobile-float a{min-height:48px;min-width:118px;border-radius:9px;background:var(--yellow);color:#091322;display:grid;place-items:center;font-size:12px;font-weight:950}
  .back-to-top{bottom:82px;right:14px}.utility-card{padding:32px 20px}.utility-actions{flex-direction:column}.utility-actions .btn{width:100%}
}
@media (max-width:370px){.brand,.brand img{width:108px}.header-register{padding-inline:9px}.menu-toggle{width:42px}.promo{grid-template-columns:auto 1fr}.promo b{display:none}.stats-grid strong{font-size:13px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
