:root {
  --bg: #12051f;
  --bg-deep: #0c0316;
  --panel: #211037;
  --panel-2: #2b1246;
  --line: #4d2670;
  --accent: #a43df1;
  --accent-2: #d46cff;
  --gold: #ffc85a;
  --text: #f8f2ff;
  --muted: #b9a7c9;
  --good: #66d09b;
  --warn: #f4b96c;
  --radius: 12px;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  padding-bottom: 88px;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% -20%, rgba(147, 55, 214, .18), transparent 38%),
    linear-gradient(180deg, #160624, var(--bg-deep));
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section { padding: 62px 0; }
.section-tight { padding: 32px 0; }
.section-title { margin: 0 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.2; }
.eyebrow { margin: 0 0 12px; color: var(--accent-2); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.muted { color: var(--muted); }
.fine-print { margin: 14px 0 0; color: #bdaaca; font-size: .78rem; line-height: 1.5; }
.skip-link { position: absolute; top: -60px; left: 12px; z-index: 99; padding: 10px 16px; background: white; color: #111; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid #33184c; background: rgba(15, 4, 26, .96); }
.nav { min-height: 68px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: white; text-decoration: none; }
.brand-logo { width: 190px; height: auto; max-height: 44px; object-fit: contain; object-position: left center; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #b652ef; border-radius: 8px; background: #511179; color: var(--gold); font-family: Arial, sans-serif; font-size: .78rem; }
.nav-links { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.nav-links a { color: #c9b9d6; font-size: .86rem; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: white; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border: 1px solid #be5fff; border-radius: 8px; background: linear-gradient(180deg, #b746f5, #7922b9); color: white; font-size: .92rem; font-weight: 800; text-align: center; text-decoration: none; box-shadow: inset 0 1px rgba(255,255,255,.18), 0 8px 24px rgba(133, 38, 188, .24); }
.button:hover { filter: brightness(1.08); }
.button-secondary { background: transparent; border-color: #6b3988; box-shadow: none; }
.button-small { min-height: 42px; padding: 9px 18px; }

.hero { padding: 28px 0 18px; }
.hero-shell { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; border: 1px solid #3e1c5e; border-radius: 15px; background: #221035; box-shadow: 0 20px 55px rgba(0,0,0,.32); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 3.4vw, 42px); }
.hero h1 { max-width: 610px; margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.25vw, 2.75rem); line-height: 1.05; overflow-wrap: anywhere; }
.hero-lead { max-width: 630px; margin: 0 0 18px; color: #d7c9e2; font-size: clamp(.98rem, 1.5vw, 1.12rem); }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin: 0 0 24px; padding: 0; list-style: none; color: #eee5f5; font-size: .85rem; }
.benefits li::before { content: "◆"; margin-right: 7px; color: var(--gold); font-size: .62rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-media { min-height: 360px; display: flex; align-items: center; overflow: hidden; background: #081226; }
.hero-media img { width: 100%; height: auto; object-fit: contain; object-position: center; }

.category-bar { display: flex; gap: 8px; overflow-x: auto; padding: 14px 2px 7px; scrollbar-width: thin; }
.filter-button { flex: 0 0 auto; min-height: 40px; padding: 8px 15px; border: 1px solid #4c2866; border-radius: 7px; background: #241138; color: #ccbddd; cursor: pointer; }
.filter-button.is-active { border-color: var(--accent-2); background: #6d249c; color: white; }
.game-section { padding: 26px 0; }
.game-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 15px; }
.game-heading .section-title { margin: 0; }
.count-label { flex: 0 0 auto; color: #9d85b0; font-size: .78rem; }
.game-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 9px; }
.game-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid #3d1f55; border-radius: 9px; background: #211031; text-decoration: none; transition: transform .15s ease, border-color .15s ease; }
.game-card:hover, .game-card:focus-visible { z-index: 2; border-color: #c14fff; transform: translateY(-2px); outline: none; }
.game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.game-card-name { display: block; overflow: hidden; padding: 7px 7px 8px; color: #e8dff0; font-size: .69rem; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.game-tag { position: absolute; top: 5px; left: 5px; padding: 2px 5px; border-radius: 4px; background: #8a2bc7; color: white; font-size: .55rem; font-weight: 800; text-transform: uppercase; }

.logo-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.logo-chip { min-height: 70px; display: grid; place-items: center; padding: 12px; border: 1px solid #41215a; border-radius: 9px; background: #1d0d2d; color: #d7c9df; font-weight: 800; text-align: center; }
.logo-chip small { display: block; color: #9f8eae; font-size: .68rem; font-weight: 500; }
.bonus-banner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; overflow: hidden; padding: clamp(26px, 5vw, 48px); border: 1px solid #a13ee1; border-radius: 14px; background: linear-gradient(115deg, #3a155c, #251039 62%, #45125f); box-shadow: 0 16px 40px rgba(104, 29, 146, .26); }
.bonus-banner h2 { margin: 0 0 5px; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.25rem); }
.bonus-value { margin: 0 0 6px; color: white; font-size: clamp(1.65rem, 4vw, 3rem); font-weight: 900; line-height: 1.1; }

.entry-card { padding: clamp(24px, 5vw, 42px); border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.entry-card p { max-width: 800px; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 26px; }
.step { min-height: 145px; padding: 18px; border: 1px solid #482462; border-radius: 9px; background: #1a0b29; }
.step-num { display: block; margin-bottom: 22px; color: var(--accent-2); font-size: .75rem; font-weight: 900; }
.step h3 { margin: 0; font-size: .95rem; line-height: 1.35; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature-card { padding: 22px; border: 1px solid #46245f; border-radius: 10px; background: #1d0d2e; }
.feature-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 9px; background: #60218a; color: var(--gold); }
.feature-card h3 { margin: 0 0 7px; font-size: 1rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.list-card { padding: 26px; border: 1px solid #46245f; border-radius: 10px; background: #1c0c2b; }
.list-card.good { border-top: 3px solid var(--good); }
.list-card.caution { border-top: 3px solid var(--warn); }
.list-card h3 { margin-top: 0; }
.list-card ul { margin: 0; padding-left: 20px; color: #d3c5dd; }
.list-card li + li { margin-top: 8px; }

.article { max-width: 850px; margin-inline: auto; }
.article h2 { margin: 48px 0 14px; font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.25; }
.article h2:first-child { margin-top: 0; }
.article p { color: #cbbcd6; }
.article strong { color: white; }
.bonus-table-wrap { overflow-x: auto; margin: 24px 0; border: 1px solid #492664; border-radius: 9px; }
.bonus-table { width: 100%; min-width: 620px; border-collapse: collapse; background: #1b0c2a; }
.bonus-table th, .bonus-table td { padding: 14px; border-bottom: 1px solid #3a1d4e; text-align: left; }
.bonus-table th { color: #e6c9f8; font-size: .76rem; text-transform: uppercase; }

.faq { max-width: 900px; margin-inline: auto; }
.faq-item { border: 1px solid #45225f; border-radius: 8px; background: #1f0d31; }
.faq-item + .faq-item { margin-top: 8px; }
.faq-question { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; border: 0; background: transparent; color: white; font: inherit; font-weight: 700; text-align: left; cursor: pointer; overflow-wrap: anywhere; }
.faq-question::after { content: "+"; flex: 0 0 auto; color: var(--accent-2); font-size: 1.2rem; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 18px 18px; color: var(--muted); }
.faq-answer[hidden] { display: none; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { padding: 7px 10px; border: 1px solid #43225c; border-radius: 6px; background: #1b0b2b; color: #bba9c8; font-size: .75rem; overflow-wrap: anywhere; }
.final-cta { padding: 42px; border: 1px solid #71329a; border-radius: 12px; background: #27103c; text-align: center; }
.final-cta h2 { margin: 0 0 8px; font-family: Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.5rem); }
.final-cta .bonus-value { margin: 20px 0; }

.site-footer { padding: 48px 0 32px; border-top: 1px solid #331848; background: #10041b; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 34px; }
.footer-nav { display: flex; flex-wrap: wrap; align-content: start; gap: 9px 18px; }
.footer-nav a { color: #baacc6; font-size: .85rem; }
.risk { margin-top: 25px; padding: 18px; border: 1px solid #44215c; border-radius: 8px; color: #bcaac8; font-size: .82rem; }
.age { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-right: 10px; border: 1px solid #8a4daa; border-radius: 50%; color: white; font-weight: 900; }
.copyright { margin: 25px 0 0; color: #796b84; font-size: .76rem; }
.license-block { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 18px; margin-top: 24px; padding: 18px; border: 1px solid #44215c; border-radius: 8px; background: #160823; }
.license-logo { display: block; overflow: hidden; border-radius: 7px; }
.license-logo img { width: 120px; height: 68px; object-fit: cover; }
.license-copy { margin: 0; color: #8f8199; font-size: .68rem; line-height: 1.5; overflow-wrap: anywhere; }

.floating-cta { position: fixed; right: 20px; bottom: 20px; z-index: 40; min-height: 52px; }
.mobile-bar { display: none; }
.simple-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.simple-card { width: min(100%, 600px); padding: clamp(30px, 7vw, 58px); border: 1px solid #6a2e8d; border-radius: 14px; background: #211032; text-align: center; }
.simple-card h1 { margin: 14px 0; font-family: Georgia, serif; font-size: clamp(2rem, 6vw, 3.3rem); line-height: 1.1; overflow-wrap: anywhere; }
.simple-card .button { margin-top: 12px; }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav .button { margin-left: auto; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-media { min-height: 300px; order: -1; }
  .game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .logo-wall { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 22px), var(--container)); }
  .section { padding: 44px 0; }
  .nav { min-height: 60px; gap: 10px; }
  .brand { font-size: 1rem; }
  .brand-logo { width: 148px; max-height: 36px; }
  .brand-mark { width: 28px; height: 28px; }
  .nav .button { min-height: 40px; padding: 8px 14px; font-size: .78rem; }
  .hero { padding-top: 14px; }
  .hero-shell { min-height: 0; }
  .hero-media { min-height: 0; }
  .hero-media img { height: auto; }
  .hero-copy { padding: 24px 18px 26px; }
  .hero h1 { font-size: clamp(1.82rem, 9.4vw, 2.65rem); }
  .benefits { grid-template-columns: 1fr; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .game-card-name { font-size: .63rem; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .bonus-banner { grid-template-columns: 1fr; padding: 26px 20px; }
  .bonus-banner .button { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .step-num { margin-bottom: 10px; }
  .feature-grid, .pros-cons, .footer-grid { grid-template-columns: 1fr; }
  .entry-card, .list-card, .feature-card { padding: 20px; }
  .license-block { grid-template-columns: 82px 1fr; gap: 12px; padding: 14px; }
  .license-logo img { width: 82px; height: 54px; }
  .license-copy { font-size: .62rem; }
  .final-cta { padding: 30px 18px; }
  .floating-cta { display: none; }
  .mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    min-height: 62px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 7px max(10px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    border-top: 1px solid #7c35a8;
    background: #1b092b;
    box-shadow: 0 -8px 24px rgba(0,0,0,.35);
  }
  .mobile-offer { min-width: 0; color: white; font-size: clamp(.65rem, 3.2vw, .8rem); font-weight: 900; line-height: 1.2; overflow-wrap: anywhere; }
  .mobile-bar .button { min-height: 48px; padding: 10px 18px; }
}

@media (max-width: 374px) {
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mobile-bar .button { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
