
:root{
  --bg:#12001d;
  --bg2:#1a0526;
  --panel:#2a1440;
  --panel2:#341854;
  --line:rgba(255,255,255,.06);
  --text:#ffffff;
  --muted:#bba9d6;
  --green:#39f0a7;
  --btn:#3d2257;
  --shadow:0 10px 30px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at top,#25013d 0,#12001d 45%,#0d0117 100%);color:var(--text)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
.container{width:min(1160px,calc(100% - 48px));margin:0 auto}
.site-shell{padding:20px 0 36px}
.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}
.logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:28px;letter-spacing:.01em}
.logo-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(180deg,#31154e,#1d0e32);border:2px solid #8d3cff;display:grid;place-items:center;font-weight:900;box-shadow:0 0 16px rgba(141,60,255,.35)}
.logo-text{font-size:30px}
.top-actions{display:flex;gap:14px}
.btn{padding:14px 24px;border-radius:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;min-width:108px;box-shadow:var(--shadow)}
.btn-dark{background:#2e164a}
.btn-accent{background:var(--green);color:#13021c}
.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}
.promo-card,.category-card,.game-card{overflow:hidden;border-radius:24px;background:var(--panel);box-shadow:var(--shadow);border:1px solid var(--line)}
.promo-card img{width:100%}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:38px}
.category-card img{width:100%}
.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.section-head h2{margin:0;font-size:28px}
.section-actions{display:flex;align-items:center;gap:10px}
.all-games{background:#442560;padding:12px 18px;border-radius:14px;font-weight:700}
.arrow{width:42px;height:42px;border-radius:14px;border:none;background:#442560;color:#fff;font-size:24px;cursor:pointer}
.games-row{display:flex;gap:16px;overflow:auto;padding-bottom:8px;scrollbar-width:none}
.games-row::-webkit-scrollbar{display:none}
.game-card{min-width:148px;border-radius:20px}
.popular-section{margin-bottom:48px}
.footer{border-top:1px solid rgba(255,255,255,.08);padding-top:36px}
.footer-main{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1fr;gap:40px;padding-bottom:28px}
.footer-brand p{margin:18px 0 0;color:var(--muted);line-height:1.7;font-size:18px;max-width:380px}
.footer-col h3{margin:0 0 18px;font-size:18px}
.footer-col{display:flex;flex-direction:column;gap:12px}
.footer-col a{color:var(--muted)}
.support-online::before{content:'●';color:#34f39d;margin-right:8px}
.payments{display:flex;flex-wrap:wrap;gap:12px;padding:20px 0 24px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.payments span{padding:12px 16px;background:#251139;border:1px solid rgba(255,255,255,.06);border-radius:12px;color:#f3ecff;font-weight:700}
.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding-top:20px}
.footer-bottom p{margin:0;max-width:760px;color:var(--muted);font-size:14px;line-height:1.7}
.copy-wrap{display:flex;align-items:center;gap:18px;color:var(--muted);white-space:nowrap}
.age{width:46px;height:46px;border-radius:50%;border:2px solid rgba(255,255,255,.6);display:grid;place-items:center;color:#fff;font-weight:800}
@media (max-width: 1100px){
  .promo-grid{grid-template-columns:1fr;}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media (max-width: 760px){
  .container{width:min(100% - 24px,1160px)}
  .topbar{flex-wrap:wrap;gap:14px}
  .logo-text{font-size:24px}
  .promo-grid,.category-grid{gap:12px}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .footer-main{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .top-actions{width:100%}
  .btn{flex:1}
}

/* regenerated art normalization */
.promo-card img{width:100%;aspect-ratio:380/247;object-fit:cover;}
.category-card img{width:100%;aspect-ratio:220/121;object-fit:cover;}
.game-card img{width:100%;aspect-ratio:148/246;object-fit:cover;}
