:root{--bg:#0c111c;--text:#f6f8ff;--panel:#121a29;--line:#273140;--blue:#2b90fe;--blue2:#1e6cfd;--text-2:#8ea0c2;--accent:#182334;--radius:20px;--radius-sm:14px;--shadow:0 16px 40px rgba(4,10,20,.36)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top right,rgba(43,144,254,.12),transparent 22%),var(--bg);color:var(--text);line-height:1.65}img{max-width:100%;display:block}a{color:var(--text);text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}table{width:100%;border-collapse:collapse;font-size:.96rem}th,td{padding:.85rem 1rem;border:1px solid var(--line);text-align:left}th{background:rgba(255,255,255,.03)}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.narrow{width:min(860px,100%)}.row{display:flex;gap:16px}.between{justify-content:space-between}.center{align-items:center}.end{align-items:end}.site-header{position:sticky;top:0;z-index:20;background:rgba(12,17,28,.82);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.06)}.site-header .container{min-height:76px}.logo{font-weight:800;letter-spacing:.14em;font-size:1.08rem}.nav{display:flex;gap:22px;align-items:center}.nav a{color:var(--text-2)}.nav a:hover,.nav a:focus-visible{color:var(--text)}.head-cta{display:flex;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:16px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:700;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 28px rgba(30,108,253,.24)}.btn:hover,.btn:focus-visible{filter:brightness(1.06)}.btn-ghost{background:rgba(255,255,255,.03);box-shadow:none;border:1px solid var(--line)}.wide{width:100%}.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:8px}.burger span{display:block;width:24px;height:2px;background:#fff;border-radius:4px}.hero,.page-hero{padding:56px 0 24px}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center}.hero h1,.page-hero h1{margin:0 0 12px;font-size:clamp(2rem,5vw,4rem);line-height:1.05}.eyebrow{margin:0 0 12px;color:#a6c4ff;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700}.lead{font-size:1.08rem;color:var(--text-2);max-width:66ch}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;list-style:none;padding:0;margin:28px 0 0}.facts li,.panel,.feature,.game,.faq-list details{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);box-shadow:var(--shadow)}.facts li{padding:16px}.facts strong{display:block;font-size:1.2rem}.facts span{color:var(--text-2);font-size:.92rem}.hero-card{padding:24px;background:linear-gradient(180deg,rgba(43,144,254,.12),rgba(255,255,255,.02));border:1px solid rgba(102,161,255,.22);border-radius:24px;box-shadow:var(--shadow)}.hero-card h2{margin-top:0}.section{padding:28px 0}.muted{background:linear-gradient(180deg,rgba(255,255,255,.02),transparent)}.section h2{font-size:clamp(1.5rem,3.2vw,2.4rem);line-height:1.15;margin:0 0 14px}.section-head{gap:20px;margin-bottom:18px}.tabs{display:flex;flex-wrap:wrap;gap:10px}.tab{background:rgba(255,255,255,.03);border:1px solid var(--line);color:var(--text);padding:.72rem 1rem;border-radius:999px}.tab.active{background:rgba(43,144,254,.16);border-color:rgba(43,144,254,.42)}.tab-panel{display:none}.tab-panel.active{display:block}.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.game{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:270px}.game img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#0a0f18}.game .gp{padding:11px 12px;color:#c7d6f1;font-size:.92rem;border-top:1px solid rgba(255,255,255,.05);background:rgba(9,13,20,.8)}.game.noimg{justify-content:flex-end;background:linear-gradient(135deg,#162338,#0b1320)}.game.noimg::after{content:attr(data-name);position:absolute;inset:16px 16px auto 16px;font-weight:800;font-size:1.2rem;line-height:1.15}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature{padding:18px}.feature svg{width:28px;height:28px;fill:none;stroke:#69b0ff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.feature h3{margin:12px 0 8px}.feature p,.panel p,.article p,.article li,.faq-list p{color:var(--text-2)}.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.panel{padding:22px}.pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.pills span{padding:.68rem .9rem;border:1px solid var(--line);border-radius:999px;color:#d7e4ff;background:rgba(255,255,255,.03)}.responsible .panel{background:linear-gradient(180deg,rgba(255,196,0,.08),rgba(255,255,255,.02))}.article-wrap .article,.article{background:transparent}.article h2{margin-top:32px}.article ul,.article ol{padding-left:1.2rem}.faq-list{display:grid;gap:12px}.faq-list details{padding:0;overflow:hidden}.faq-list summary{padding:18px 20px;font-weight:700;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list details>div{padding:0 20px 18px}.site-footer{padding:34px 0 48px;border-top:1px solid rgba(255,255,255,.06);margin-top:24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}.footer-grid a{display:block;color:var(--text-2);margin:.35rem 0}.footer-grid a:hover,.footer-grid a:focus-visible{color:var(--text)}.live-note{display:flex;flex-direction:column;gap:14px}.article a{color:#9fcbff;text-decoration:underline;text-underline-offset:2px}.btn:focus-visible,.nav a:focus-visible,.tab:focus-visible,summary:focus-visible,.burger:focus-visible{outline:2px solid #8ec2ff;outline-offset:2px}@media (max-width:980px){.hero-grid,.two-col,.footer-grid{grid-template-columns:1fr}.games-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.facts{grid-template-columns:repeat(2,1fr)}.nav{position:absolute;left:0;right:0;top:76px;background:#0f1624;border-bottom:1px solid rgba(255,255,255,.06);padding:14px 16px;display:none;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.burger{display:flex}.head-cta{display:none}}@media (max-width:640px){.container{width:min(100% - 24px,1120px)}.hero,.page-hero{padding-top:34px}.games-grid,.feature-grid,.facts{grid-template-columns:1fr}.btn{width:100%}.cta-row{flex-direction:column}.site-header .container{min-height:68px}.section{padding:22px 0}th,td{padding:.7rem}}