:root{--bg:#0c111c;--text:#fff;--panel:#121a29;--line:#273140;--blue:#2b90fe;--blue2:#1e6cfd;--text-2:#8fa1c2;--accent:#1a2534;--radius:20px;--radius-sm:14px;--shadow:0 10px 30px rgba(0,0,0,.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at top right,rgba(43,144,254,.15),transparent 30%),var(--bg);color:var(--text);line-height:1.65}img{max-width:100%;display:block}a{color:var(--text);text-decoration:none}a:hover{text-decoration:none}button{font:inherit}table{width:100%;border-collapse:collapse}th,td{padding:.8rem 1rem;border:1px solid var(--line);text-align:left;vertical-align:top}th{background:rgba(255,255,255,.03)}.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(12,17,28,.84);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}.logo{font-weight:800;letter-spacing:.16em}.logo span{display:inline-grid;place-items:center;width:1.35em;height:1.35em;margin-right:.2em;border-radius:10px;background:linear-gradient(135deg,var(--blue),var(--blue2));box-shadow:0 0 0 1px rgba(255,255,255,.08),0 8px 18px rgba(30,108,253,.35)}.menu{display:flex;gap:18px;align-items:center}.menu a,.site-footer a{color:var(--text-2)}.menu a:hover,.site-footer a:hover,.breadcrumbs a:hover{color:var(--text)}.nav-cta{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;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 8px 22px rgba(30,108,253,.25)}.btn:hover{filter:brightness(1.05)}.btn-ghost{background:rgba(255,255,255,.02);border:1px solid var(--line);box-shadow:none}.btn-lg{min-height:54px;padding:0 24px}.burger{display:none;background:none;border:0;padding:8px}.burger span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:2px}.hero,.page-hero{padding:64px 0 30px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.eyebrow{color:#9fb0cf;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem}.lead{color:var(--text-2);font-size:1.08rem;max-width:74ch}.hero h1,.page-hero h1{margin:.3rem 0 1rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.1}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fact,.feature,.promo-card,.note-card,details,.game,.faq-list details{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.fact{padding:18px}.fact strong{display:block;font-size:1.6rem}.fact span{color:var(--text-2)}.section{padding:26px 0 44px}.section.alt{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0))}.section-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.section h2{font-size:clamp(1.4rem,2.4vw,2.2rem);line-height:1.15;margin:0 0 16px}.tabs{display:flex;flex-wrap:wrap;gap:10px}.tab{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.02);color:#d8e3f5;cursor:pointer}.tab.is-active{background:linear-gradient(135deg,var(--blue),var(--blue2));border-color:transparent}.tab-panel{display:none}.tab-panel.is-active{display:block}.games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.game{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:220px}.game img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}.game .gp{display:block;padding:12px;color:#d6e1f3;background:linear-gradient(180deg,transparent,rgba(8,11,17,.88))}.game.noimg{background:linear-gradient(135deg,#18253a,#0f1728)}.game.noimg::after{content:attr(data-name);position:absolute;inset:auto 12px 48px 12px;color:#fff;font-weight:700}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature{padding:18px}.feature svg{width:28px;height:28px;stroke:var(--blue);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin-bottom:12px}.feature h3,.site-footer h3{margin:0 0 8px;font-size:1.05rem}.feature p,.muted,article p,article li,.faq-list p{color:var(--text-2)}.two-cards{display:grid;grid-template-columns:1fr;gap:16px}.promo-card,.note-card{padding:20px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:#dce6f6}.responsible{padding-top:10px}.article-wrap article{background:rgba(255,255,255,.02);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.article-wrap article h2{margin-top:0}.article-wrap article h2+*{margin-top:0}.article-wrap article p,.article-wrap article li{max-width:78ch}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--text-2);margin-bottom:10px}.breadcrumbs a{color:var(--text-2)}.faq-list{display:grid;gap:12px}.faq-list details{padding:0 18px}.faq-list summary{cursor:pointer;padding:16px 0;font-weight:700}.faq-list details[open] summary{color:#fff}.site-footer{margin-top:30px;border-top:1px solid rgba(255,255,255,.06);padding:28px 0 16px;background:rgba(0,0,0,.16)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:20px}.footer-grid a{display:block;margin:.35rem 0}.footer-bottom{padding-top:14px;border-top:1px solid rgba(255,255,255,.05);margin-top:14px;color:var(--text-2)}ul,ol{padding-left:1.2rem}p{margin:0 0 1rem}.menu a:focus,.btn:focus,.tab:focus,.game:focus,.burger:focus,summary:focus,a:focus{outline:2px solid #8dc3ff;outline-offset:3px}details summary::-webkit-details-marker{display:none}details summary::after{content:'+';float:right;color:#9db0d1}details[open] summary::after{content:'−'}@media (max-width:899px){.menu{position:absolute;left:16px;right:16px;top:64px;display:none;flex-direction:column;align-items:flex-start;padding:16px;border:1px solid var(--line);border-radius:18px;background:#0f1624}.menu.open{display:flex}.burger{display:block}.nav-cta{display:none}.hero-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.games-grid,.features,.facts{grid-template-columns:1fr 1fr}}@media (min-width:900px){.games-grid{grid-template-columns:repeat(4,1fr)}.features{grid-template-columns:repeat(3,1fr)}.two-cards{grid-template-columns:1fr 1fr}}@media (max-width:560px){.wrap{width:min(100% - 24px,1120px)}.hero,.page-hero{padding-top:42px}.hero-actions .btn{width:100%}.games-grid,.features,.facts{grid-template-columns:1fr}.article-wrap article{padding:18px;border-radius:20px}.fact strong{font-size:1.35rem}}