:root{
  --bg:#0c111c;
  --bg2:#101724;
  --panel:#121a29;
  --panel-2:#0f1725;
  --line:#273140;
  --text:#ffffff;
  --text-2:#7d8fad;
  --blue:#3396ff;
  --blue2:#1a6dff;
  --accent:#162234;
  --ok:#6ee7b7;
  --radius:20px;
  --shadow:0 16px 40px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at top,#13203a 0,#0c111c 36%),var(--bg);color:var(--text)}
a{color:var(--text);text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,select{font:inherit}
.wrap{width:min(1160px,calc(100% - 32px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(12,17,28,.84);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.logo{font-weight:900;letter-spacing:.12em;color:#fff;font-size:1.2rem}
.menu{display:flex;gap:18px;align-items:center}
.menu a{color:var(--text-2)}
.menu a:hover,.menu a:focus-visible{color:var(--text)}
.head-cta{display:flex;gap:10px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:16px;background:linear-gradient(180deg,var(--blue),var(--blue2));color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 24px rgba(26,109,255,.28);font-weight:700}
.btn:hover,.btn:focus-visible{filter:brightness(1.06)}
.btn-ghost{background:rgba(255,255,255,.04);box-shadow:none;border:1px solid var(--line)}
.btn-lg{min-height:52px;padding:0 22px}
.full{width:100%}
.burger{display:none;background:transparent;border:0;padding:8px;border-radius:10px}
.burger span{display:block;width:24px;height:2px;background:#fff;margin:5px 0}
.hero,.page-hero{padding:56px 0 30px}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start}
.eyebrow{color:#8fb7ff;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;margin:0 0 10px}
h1{font-size:clamp(2rem,5vw,3.7rem);line-height:1.08;margin:0 0 16px;max-width:14ch}
h2{font-size:clamp(1.45rem,3vw,2.3rem);line-height:1.16;margin:0 0 14px}
h3{font-size:1.08rem;margin:0 0 10px}
.lead{font-size:1.05rem;color:#d5def0;max-width:68ch;margin:0}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}
.hero-panel,.panel,.feature,.mini-card,.responsible-box{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);box-shadow:var(--shadow)}
.mini-card,.panel,.feature{padding:22px}
.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;list-style:none;padding:0;margin:22px 0 0}
.facts li{padding:14px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
.facts strong{display:block;font-size:1.2rem}
.facts span{display:block;color:var(--text-2);font-size:.92rem}
.section-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:end;margin-bottom:18px}
.catalog,.features,.promo-blocks,.brands,.responsible,.article-wrap,.content-section,.faq-section{padding:26px 0}
.tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.tab{background:rgba(255,255,255,.04);border:1px solid var(--line);color:var(--text);padding:10px 14px;border-radius:999px;cursor:pointer}
.tab.is-active{background:rgba(51,150,255,.14);border-color:rgba(51,150,255,.55);color:#fff}
.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.games-grid.large{grid-template-columns:repeat(4,1fr)}
.game{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:260px;border-radius:20px;background:#0f1725;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}
.game img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#0d1420}
.game .gp{position:absolute;left:10px;right:10px;bottom:10px;padding:8px 10px;border-radius:12px;background:rgba(0,0,0,.56);backdrop-filter:blur(8px);font-size:.86rem;text-align:center}
.game.noimg{background:linear-gradient(135deg,#17233a,#0f1725)}
.game.noimg::after{content:attr(data-name);position:absolute;inset:auto 14px 16px 14px;font-weight:800;line-height:1.2}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.feature svg{width:26px;height:26px;fill:none;stroke:#62a8ff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin-bottom:12px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.chip-row{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 0}
.chip{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;background:rgba(255,255,255,.04);border:1px solid var(--line);border-radius:999px;color:#d7e1f2}
.responsible-box{padding:20px}
.article{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:26px}
.article p,.article li{color:#d7e1f2}
.article short,.short{max-width:none}
.article table,.panel table{width:100%;border-collapse:collapse;margin:14px 0 8px;background:rgba(255,255,255,.02);border-radius:16px;overflow:hidden}
.article th,.article td,.panel th,.panel td{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08);text-align:left;vertical-align:top}
.article tr:last-child td,.panel tr:last-child td,.article tr:last-child th,.panel tr:last-child th{border-bottom:0}
.article a{color:#9cc4ff;text-decoration:underline;text-underline-offset:2px}
.slim h1{max-width:18ch}
.inner-page .lead{max-width:72ch}
.faq-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:0 18px;margin:0 0 12px}
.faq-item summary{cursor:pointer;list-style:none;padding:16px 0;font-weight:700}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{margin:0 0 16px;color:#d7e1f2}
.site-footer{margin-top:28px;border-top:1px solid rgba(255,255,255,.08);background:#0b1019}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px;padding:28px 0}
.footer-grid p,.footer-grid li,.footer-bottom p{color:var(--text-2)}
.footer-grid ul{list-style:none;padding:0;margin:0}
.footer-grid li{margin:8px 0}
.footer-bottom{padding:0 0 24px}
:focus-visible{outline:2px solid #7ab7ff;outline-offset:3px;border-radius:8px}
@media (max-width:980px){
  .hero-grid,.two-col,.footer-grid,.feature-grid{grid-template-columns:1fr}
  .games-grid,.games-grid.large{grid-template-columns:repeat(3,1fr)}
  .facts{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .burger{display:block}
  .menu{position:absolute;left:16px;right:16px;top:68px;display:none;flex-direction:column;align-items:flex-start;padding:14px;border-radius:18px;background:#101826;border:1px solid rgba(255,255,255,.08)}
  .menu.open{display:flex}
  .head-cta{display:none}
  .hero,.page-hero{padding-top:34px}
  .games-grid,.games-grid.large{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:420px){
  .wrap{width:min(100% - 24px,1160px)}
  .facts{grid-template-columns:1fr}
  .games-grid,.games-grid.large{grid-template-columns:1fr 1fr;gap:12px}
  .btn{width:100%}
  .cta-row{flex-direction:column}
  .article{padding:18px}
}