:root {
  color-scheme: dark;
  --ink: #f4fbf8;
  --muted: #a9c4c5;
  --soft: #6f8f95;
  --bg: #071c26;
  --bg-2: #0d2f3a;
  --panel: #102d37;
  --panel-2: #f5f0df;
  --paper: #fff8e8;
  --teal: #20c7c4;
  --lime: #b8ef62;
  --coral: #ff6f61;
  --yellow: #ffd45d;
  --blue: #2f7fff;
  --line: rgba(244, 251, 248, .16);
  --line-dark: rgba(7, 28, 38, .16);
  --shadow: 0 22px 54px rgba(0, 0, 0, .34);
  --radius: 8px;
  --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(32, 199, 196, .09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(32, 199, 196, .075) 1px, transparent 1px),
    radial-gradient(circle at 18% 8%, rgba(184, 239, 98, .16), transparent 28%),
    linear-gradient(145deg, #071c26 0%, #092632 48%, #0a1a25 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.55;
}
body.has-modal { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.shell {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}
.micro {
  color: var(--lime);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--coral); color: #190c0a; box-shadow: 0 7px 0 rgba(109, 25, 18, .72); }
.btn-primary:hover { background: #ff897e; }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: rgba(184, 239, 98, .6); }

.age-layer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(2, 12, 17, .82);
  backdrop-filter: blur(12px);
}
.age-box {
  width: min(470px, 100%);
  border: 1px solid rgba(184, 239, 98, .36);
  border-radius: 12px;
  padding: 26px;
  background: #102d37;
  box-shadow: var(--shadow);
  text-align: center;
}
.age-box img { margin: 0 auto 12px; }
.age-box h2 { margin: 6px 0 8px; font-size: clamp(1.55rem, 4vw, 2.2rem); line-height: 1.05; }
.age-box p { margin: 0; color: var(--muted); }
.age-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 20px 0 12px; }
.fine { font-size: .82rem; color: var(--soft); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 28, 38, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.notice-strip {
  padding: 7px 12px;
  color: #071c26;
  background: var(--lime);
  font-size: .76rem;
  font-weight: 900;
  text-align: center;
}
.nav-row {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}
.brand span { display: grid; line-height: 1; }
.brand b { font-size: 1.05rem; }
.brand small { color: var(--teal); font-weight: 850; }
.site-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-menu a {
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--muted);
  text-decoration: none;
  font-weight: 780;
  font-size: .94rem;
}
.site-menu a:hover,
.site-menu a[aria-current="page"] {
  color: var(--ink);
  background: rgba(32, 199, 196, .13);
}
.site-menu .play-link {
  margin-left: 6px;
  color: #071c26;
  background: var(--yellow);
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 28, 38, .98), rgba(7, 28, 38, .82) 50%, rgba(7, 28, 38, .18)),
    repeating-linear-gradient(115deg, transparent 0 28px, rgba(255, 212, 93, .13) 28px 30px);
}
.hero-scene {
  position: absolute;
  inset: 0;
  opacity: .96;
  background:
    radial-gradient(circle at 78% 45%, rgba(32, 199, 196, .34), transparent 24%),
    linear-gradient(135deg, transparent 48%, rgba(184, 239, 98, .22) 48% 52%, transparent 52%);
}
.token-stack {
  position: absolute;
  right: clamp(24px, 6vw, 108px);
  top: 96px;
  display: grid;
  gap: 14px;
  transform: rotate(-4deg);
}
.token-row { display: flex; gap: 14px; }
.token-tile {
  display: grid;
  place-items: center;
  width: clamp(78px, 9vw, 118px);
  aspect-ratio: 1;
  border: 2px solid rgba(244, 251, 248, .72);
  border-radius: 12px;
  background: var(--paper);
  color: #071c26;
  box-shadow: var(--shadow);
  font-size: clamp(1.55rem, 4vw, 3.4rem);
  font-weight: 950;
}
.token-tile:nth-child(2n) { background: var(--yellow); }
.token-row:nth-child(2) .token-tile { transform: translateX(44px); }
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: none;
  padding: 54px 0 50px;
}
.hero h1 {
  max-width: 790px;
  margin: 12px 0 16px;
  font-size: clamp(2.55rem, 6.1vw, 5.25rem);
  line-height: .94;
  letter-spacing: 0;
}
.hero p {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.08rem;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.trust-line { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.trust-line span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, .04);
  font-size: .86rem;
  font-weight: 760;
}

.signal-band { background: var(--paper); color: #071c26; }
.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--line-dark);
}
.signal-grid article {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 20px;
  border-right: 1px solid var(--line-dark);
}
.signal-grid b { font-size: 2.25rem; line-height: 1; }
.signal-grid span { color: #4d6267; font-weight: 760; }

.band { padding: 78px 0; }
.band-muted { background: rgba(255, 255, 255, .045); border-block: 1px solid var(--line); }
.section-head {
  max-width: 760px;
  margin-bottom: 30px;
}
.section-head h2,
.split h2,
.cta-row h2,
.page-hero h1 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 4.7vw, 3.7rem);
  line-height: 1;
  letter-spacing: 0;
}
.section-head p,
.split p,
.page-hero p { color: var(--muted); font-size: 1.04rem; }
.game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.game-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 45, 55, .86);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .2);
}
.game-card.is-wide {
  display: grid;
  grid-template-columns: 190px 1fr;
  grid-column: span 2;
}
.game-art {
  position: relative;
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), transparent 48%),
    var(--game-accent, var(--teal));
  color: #071c26;
}
.game-art::after {
  content: "FREE";
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #071c26;
  color: var(--lime);
  font-size: .68rem;
  font-weight: 900;
}
.game-art__reels {
  display: grid;
  grid-template-columns: repeat(3, minmax(42px, 1fr));
  gap: 8px;
  width: min(100%, 190px);
}
.game-art__reels span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 2px solid rgba(7, 28, 38, .34);
  border-radius: 8px;
  background: rgba(255, 248, 232, .92);
  font-weight: 950;
  font-size: clamp(1.25rem, 2vw, 2rem);
}
.game-copy { padding: 20px; }
.game-copy h2,
.game-copy h3 { margin: 6px 0 8px; line-height: 1.08; font-size: 1.22rem; }
.game-copy p { margin: 0 0 14px; color: var(--muted); font-size: .94rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.tag-row span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 46px;
  align-items: start;
}
.stack { display: grid; gap: 12px; }
.stack article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
}
.stack b { color: var(--yellow); }
.stack p { margin: 6px 0 0; }
.faq-list { display: grid; gap: 10px; max-width: 850px; }
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
}
.faq-list summary {
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}
.faq-list p { margin: 0; padding: 0 18px 18px; color: var(--muted); }
.cta-band {
  padding: 44px 0;
  background: var(--lime);
  color: #071c26;
}
.cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cta-row .micro { color: #24503d; }
.cta-row h2 { margin-bottom: 0; }
.cta-row .btn-primary { background: #071c26; color: var(--ink); box-shadow: none; }

.page-hero {
  padding: 66px 0 44px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .035);
}
.content-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 34px;
}
.content-panel,
.form-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .045);
}
.content-panel h2,
.form-card h2 { margin-top: 0; }
.content-panel p,
.content-panel li { color: var(--muted); }
.form-grid { display: grid; gap: 12px; }
.form-grid label { display: grid; gap: 6px; color: var(--muted); font-weight: 780; }
.form-grid input,
.form-grid textarea,
.form-grid select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: rgba(255, 255, 255, .08);
  color: var(--ink);
}
.form-grid textarea { min-height: 130px; resize: vertical; }
.form-status { color: var(--lime); font-weight: 800; }

.game-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  padding: 18px;
}
.game-modal.is-open { display: grid; place-items: center; }
.game-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 12, .82);
  backdrop-filter: blur(10px);
}
.game-modal__panel {
  position: relative;
  width: min(1040px, 100%);
  height: min(760px, calc(100vh - 36px));
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(184, 239, 98, .34);
  border-radius: 10px;
  background: #061821;
  box-shadow: var(--shadow);
}
.game-modal__bar {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}
.game-modal__bar h2 { margin: 2px 0 0; font-size: 1.2rem; }
.game-modal__close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .07);
  color: var(--ink);
  font-size: 1.9rem;
  line-height: 1;
}
.game-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #061821;
}
.game-modal__note {
  margin: 0;
  padding: 10px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .82rem;
}

.site-footer {
  padding: 54px 0 30px;
  background: #041119;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .8fr .8fr 1fr;
  gap: 28px;
}
.footer-grid section { display: grid; align-content: start; gap: 9px; }
.footer-grid p,
.footer-bottom p { color: var(--muted); margin: 0; }
.footer-grid h2 {
  margin: 0 0 6px;
  color: var(--yellow);
  font-size: .94rem;
  text-transform: uppercase;
}
.footer-grid a { color: var(--muted); text-decoration: none; font-weight: 740; }
.footer-grid a:hover { color: var(--ink); }
.mini-pills { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 8px; }
.mini-pills span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--lime);
  font-size: .75rem;
  font-weight: 900;
}
.footer-bottom {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: .9rem;
}
.cookie-bar {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: min(420px, calc(100% - 36px));
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #102d37;
  box-shadow: var(--shadow);
}
.cookie-bar p { margin: 0; color: var(--muted); font-size: .9rem; }
.cookie-bar .btn { min-height: 40px; }

@media (max-width: 980px) {
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .split,
  .content-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .token-stack { opacity: .34; right: -22px; }
}

@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .site-menu {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #071c26;
    box-shadow: var(--shadow);
  }
  .site-menu.is-open { display: grid; }
  .site-menu .play-link { margin-left: 0; text-align: center; }
  .hero { min-height: 500px; }
  .hero::before { background: rgba(7, 28, 38, .88); }
  .hero-copy { padding: 58px 0; }
  .game-grid,
  .game-card.is-wide { grid-template-columns: 1fr; }
  .game-card.is-wide { grid-column: span 1; }
  .signal-grid { grid-template-columns: 1fr; }
  .cta-row { align-items: flex-start; flex-direction: column; }
  .cookie-bar { align-items: stretch; flex-direction: column; }
  .game-modal { padding: 8px; }
  .game-modal__panel { height: calc(100vh - 16px); }
}
