:root {
  --ink: #f5f8f2;
  --muted: #a6afa2;
  --canvas: #070b0a;
  --panel: #0e1512;
  --line: rgba(211, 232, 221, 0.13);
  --lime: #bcff37;
  --amber: #ffb84d;
  --font-geist-sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --font-geist-mono: Consolas, "SFMono-Regular", "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  min-width: 320px;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.risk-strip { position: relative; z-index: 20; background: var(--amber); color: #171006; font-size: 12px; font-weight: 700; }
.risk-strip__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.risk-strip p { margin: 0; }
.risk-strip a { border-bottom: 1px solid currentColor; }
.risk-strip__age {
  display: inline-grid; place-items: center; width: 25px; height: 25px;
  border: 1.5px solid currentColor; border-radius: 50%; font-size: 10px;
}

.site-header {
  position: sticky; top: 0; z-index: 15; background: rgba(7, 11, 10, 0.88);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.nav-row { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand__mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid rgba(188, 255, 55, 0.55); border-radius: 12px;
  background: linear-gradient(145deg, rgba(188, 255, 55, 0.18), rgba(188, 255, 55, 0.04));
  color: var(--lime); font-family: var(--font-geist-mono), monospace;
  font-weight: 800;
}
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { letter-spacing: 0.05em; font-size: 15px; }
.brand small {
  color: var(--muted); font-family: var(--font-geist-mono), monospace;
  font-size: 8px; letter-spacing: 0.22em;
}
.nav-row nav { display: flex; align-items: center; gap: 28px; color: #c3cbc0; font-size: 13px; }
.nav-row nav a:hover, .nav-row nav a:focus-visible { color: var(--lime); }
.header-cta {
  min-height: 44px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 18px; border: 1px solid rgba(188, 255, 55, 0.35);
  border-radius: 10px; color: var(--lime); font-size: 12px; font-weight: 700;
}

.hero {
  position: relative; overflow: hidden; padding: 86px 0 88px;
  background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero::after {
  content: ''; position: absolute; inset: auto 0 0; height: 160px;
  background: linear-gradient(transparent, var(--canvas)); pointer-events: none;
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.15; }
.hero__glow--one { width: 420px; height: 420px; background: var(--lime); top: -220px; left: 20%; }
.hero__glow--two { width: 300px; height: 300px; background: #20d9a2; right: -100px; bottom: -160px; }
.hero__grid {
  position: relative; z-index: 2; display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  align-items: center; gap: clamp(42px, 4.5vw, 64px);
}
.hero__copy { min-width: 0; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 20px;
  color: var(--lime); font-family: var(--font-geist-mono), monospace;
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
}
.eyebrow span { width: 28px; height: 1px; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.hero h1 {
  max-width: 740px; margin: 0; font-size: clamp(52px, 6.15vw, 82px);
  line-height: 0.96; letter-spacing: -0.055em; font-weight: 760;
  text-wrap: balance;
}
.hero h1 span {
  display: block; margin-top: 5px; color: transparent;
  -webkit-text-stroke: 1px rgba(245, 248, 242, 0.58);
}
.hero__intro { max-width: 620px; margin: 28px 0 0; color: #bdc5ba; font-size: 16px; line-height: 1.68; }
.hero__actions { display: grid; grid-template-columns: repeat(2, 218px); align-items: stretch; gap: 12px; margin-top: 32px; }
.button {
  min-width: 0; min-height: 54px; display: inline-flex; align-items: center; justify-content: center;
  gap: 12px; padding: 0 20px; border-radius: 12px; font-size: 13px;
  font-weight: 750; transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}
.button span { font-size: 16px; line-height: 1; transform: translateY(-1px); }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #101508; background: var(--lime); box-shadow: 0 14px 40px rgba(148, 218, 17, 0.15); }
.button--ghost { border: 1px solid var(--line); background: rgba(255, 255, 255, 0.025); }

.hero-panel {
  width: 100%; max-width: 430px; justify-self: end;
  padding: 25px; border: 1px solid var(--line); border-radius: 20px;
  background: linear-gradient(155deg, rgba(24, 36, 30, 0.94), rgba(10, 15, 13, 0.95));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}
.hero-panel__top {
  display: flex; justify-content: space-between; align-items: center; padding-bottom: 19px;
  border-bottom: 1px solid var(--line); color: #879188;
  font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: 0.12em;
}
.live-dot { display: inline-flex; align-items: center; color: var(--lime); }
.live-dot::before {
  content: ''; display: inline-block; width: 6px; height: 6px; margin-right: 7px;
  border-radius: 50%; background: var(--lime); box-shadow: 0 0 10px var(--lime);
}
.score-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 1px 0; background: var(--line); }
.score-grid > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px 18px; background: #101813; }
.score-grid strong {
  color: var(--lime); font-family: var(--font-geist-mono), monospace;
  font-size: 30px; letter-spacing: -0.05em;
}
.score-grid span { margin-top: 5px; color: #8d978f; font-size: 10px; }
.hero-panel > p { margin: 18px 0 0; color: #9aa49c; font-size: 11px; line-height: 1.65; }

.disclosure { position: relative; z-index: 4; border-block: 1px solid var(--line); background: #0a100d; }
.disclosure__grid { min-height: 102px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.disclosure__icon {
  display: grid; place-items: center; width: 39px; height: 39px;
  border: 1px solid rgba(188, 255, 55, 0.4); border-radius: 50%;
  color: var(--lime); font-family: Georgia, serif; font-style: italic;
}
.disclosure strong { font-size: 13px; }
.disclosure p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.disclosure__tag {
  padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px;
  color: #7f8981; font-family: var(--font-geist-mono), monospace;
  font-size: 8px; letter-spacing: .1em;
}

.games-section { padding: 116px 0; }
.games-section--top { padding-top: 72px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h1, .section-heading h2, .responsible-card h2 {
  margin: 0; font-size: clamp(36px, 5vw, 58px); line-height: 1; letter-spacing: -0.055em;
}
.section-heading > div > p:last-child { margin: 15px 0 0; color: var(--muted); font-size: 14px; }
.section-heading .updated-note {
  margin-top: 9px; color: #7f8981; font-family: var(--font-geist-mono), monospace;
  font-size: 9px; letter-spacing: .035em; text-transform: uppercase;
}
.search-box {
  width: min(100%, 320px); height: 52px; display: flex; align-items: center;
  gap: 12px; padding: 0 17px; border: 1px solid var(--line);
  border-radius: 13px; background: var(--panel); color: var(--lime);
}
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.search-box:focus-within { border-color: rgba(188, 255, 55, 0.5); box-shadow: 0 0 0 3px rgba(188, 255, 55, 0.06); }
.filter-row {
  display: flex; gap: 8px; padding: 36px 0 20px; overflow-x: auto; scrollbar-width: none;
}
.filter-row::-webkit-scrollbar { display: none; }
.filter-row button {
  flex: 0 0 auto; padding: 9px 14px; border: 1px solid var(--line);
  border-radius: 999px; background: transparent; color: #9da69e;
  cursor: pointer; font-size: 11px;
}
.filter-row button:hover, .filter-row button.is-active {
  border-color: rgba(188, 255, 55, 0.45); background: rgba(188, 255, 55, 0.1); color: var(--lime);
}
.result-count {
  margin: 0 0 20px; color: #778079; font-family: var(--font-geist-mono), monospace;
  font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase;
}
.result-count strong { color: var(--lime); }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.game-card {
  min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line);
  border-radius: 18px; background: var(--panel);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.game-card:hover {
  transform: translateY(-5px); border-color: rgba(188, 255, 55, 0.32);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);
}
.game-card__media { position: relative; flex: 0 0 auto; aspect-ratio: 16 / 9; overflow: hidden; background: #18201c; }
.game-card__media::after {
  content: ''; position: absolute; inset: auto 0 0; height: 35%;
  background: linear-gradient(transparent, rgba(7, 11, 10, 0.75));
}
.game-card__media img {
  display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease;
}
.game-card:hover .game-card__media img { transform: scale(1.035); }
.rank-badge, .age-badge {
  position: absolute; z-index: 2; top: 13px; display: inline-flex;
  align-items: center; justify-content: center; height: 29px; border-radius: 8px;
  font-family: var(--font-geist-mono), monospace; font-size: 9px; font-weight: 800;
}
.rank-badge { left: 13px; min-width: 43px; background: var(--lime); color: #111709; }
.age-badge {
  right: 13px; width: 34px; border: 1px solid rgba(255,255,255,.4);
  background: rgba(0,0,0,.58); color: white; backdrop-filter: blur(7px);
}
.game-card__body { flex: 1; display: flex; flex-direction: column; padding: 21px; }
.game-card__kicker {
  margin: 0 0 7px; color: var(--lime); font-family: var(--font-geist-mono), monospace;
  font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
}
.game-card h3 { margin: 0; font-size: 25px; letter-spacing: -0.04em; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
.tag-list span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 6px; color: #a7b0a8; font-size: 9px; }
.game-card__description { min-height: 63px; margin: 18px 0 0; color: #9ba49c; font-size: 12px; line-height: 1.68; }
.caution { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; color: #e8b76d; font-size: 10px; }
.caution span {
  display: grid; place-items: center; width: 17px; height: 17px;
  border: 1px solid currentColor; border-radius: 50%; font-weight: 800;
}
.game-card__footer { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.game-card__footer > span {
  display: block; margin-bottom: 10px; color: #929c94;
  font-family: var(--font-geist-mono), monospace; font-size: 8px;
  letter-spacing: .05em; text-transform: uppercase;
}
.game-card__footer .external-cta {
  display: flex; align-items: center; justify-content: space-between; min-height: 43px;
  padding: 0 14px; border-radius: 10px; background: var(--lime);
  color: #111609; font-size: 11px; font-weight: 800;
}
.game-card__footer .external-cta:hover, .game-card__footer .external-cta:focus-visible { background: #ceff6e; }
.game-card__footer .internal-guide {
  display: inline-flex; margin: 0 0 11px; color: #d0d7cf; font-size: 10px;
  font-weight: 700; text-decoration: underline; text-underline-offset: 3px;
}
.empty-state {
  padding: 70px 30px; border: 1px dashed var(--line); border-radius: 18px;
  background: var(--panel); text-align: center;
}
.empty-state p { color: var(--muted); font-size: 13px; }
.empty-state button {
  padding: 10px 14px; border: 0; border-radius: 8px; background: var(--lime);
  color: #101508; cursor: pointer; font-size: 11px; font-weight: 800;
}

.how-section { padding: 110px 0; border-block: 1px solid var(--line); background: #0a100d; }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
.step-grid article {
  min-height: 220px; padding: 26px; border: 1px solid var(--line);
  border-radius: 16px; background: linear-gradient(145deg, #111a16, #0c1210);
}
.step-grid article > span { color: var(--lime); font-family: var(--font-geist-mono), monospace; font-size: 12px; }
.step-grid h3 { margin: 55px 0 9px; font-size: 19px; letter-spacing: -0.03em; }
.step-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.responsible-section { padding: 100px 0; }
.responsible-card {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; padding: 58px;
  border: 1px solid rgba(255, 184, 77, 0.25); border-radius: 22px;
  background: radial-gradient(circle at 0 100%, rgba(255, 184, 77, 0.12), transparent 38%), var(--panel);
}
.responsible-card .eyebrow { color: var(--amber); }
.responsible-card .eyebrow span { background: var(--amber); box-shadow: 0 0 12px var(--amber); }
.responsible-card__copy { color: #abb4ac; font-size: 13px; line-height: 1.75; }
.responsible-card__copy p { margin-top: 0; }
.responsible-card__copy ul { display: grid; gap: 9px; padding: 0; list-style: none; }
.responsible-card__copy li::before { content: '✓'; margin-right: 10px; color: var(--amber); }

footer { padding: 54px 0 26px; border-top: 1px solid var(--line); background: #050807; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 60px; }
.brand--footer .brand__mark { width: 38px; height: 38px; }
.footer-grid p { max-width: 560px; margin: 0; color: #7f8981; font-size: 11px; line-height: 1.65; }
.footer-grid > a { color: var(--lime); font-size: 11px; font-weight: 700; }
.footer-bottom {
  display: flex; justify-content: space-between; margin-top: 38px; padding-top: 20px;
  border-top: 1px solid var(--line); color: #8d978f;
  font-family: var(--font-geist-mono), monospace; font-size: 8px;
  letter-spacing: .06em; text-transform: uppercase;
}
.footer-links {
  display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 34px;
  padding-top: 22px; border-top: 1px solid var(--line);
}
.footer-links a { color: #929c94; font-size: 10px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--lime); }

/* Indexable category, policy and safety pages */
.info-page .site-header { top: 0; }
.info-main { padding: 70px 0 100px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 34px; color: #818b83; font-size: 10px; }
.breadcrumbs a { color: var(--lime); }
.info-hero { max-width: 840px; }
.info-hero h1 { margin: 0; font-size: clamp(44px, 7vw, 76px); line-height: .98; letter-spacing: -.055em; }
.info-hero .info-intro { max-width: 720px; margin: 24px 0 0; color: #b0b9b1; font-size: 16px; line-height: 1.75; }
.info-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; margin-top: 62px; }
.prose-card, .info-aside, .directory-list article {
  border: 1px solid var(--line); border-radius: 18px; background: var(--panel);
}
.prose-card { padding: clamp(28px, 5vw, 52px); }
.prose-card h2 { margin: 38px 0 13px; font-size: 27px; letter-spacing: -.035em; }
.prose-card h2:first-child { margin-top: 0; }
.prose-card h3 { margin: 28px 0 10px; font-size: 18px; }
.prose-card p, .prose-card li { color: #aab3ab; font-size: 14px; line-height: 1.8; }
.prose-card ul { display: grid; gap: 7px; padding-left: 20px; }
.prose-card a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.info-aside { align-self: start; padding: 25px; position: sticky; top: 105px; }
.info-aside strong { display: block; color: var(--lime); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.info-aside p, .info-aside li { color: #969f97; font-size: 12px; line-height: 1.7; }
.info-aside ul { display: grid; gap: 8px; padding-left: 18px; }
.info-aside a { display: inline-flex; margin-top: 8px; color: var(--lime); font-size: 11px; font-weight: 700; }
.directory-list { display: grid; gap: 14px; margin-top: 25px; }
.directory-list article { padding: 22px; }
.directory-list h3 { margin: 0; font-size: 21px; }
.directory-list p { margin: 9px 0; color: #9ca59d; font-size: 12px; line-height: 1.65; }
.directory-list .tag-list { margin: 12px 0; }
.directory-list a { color: var(--lime); font-size: 11px; font-weight: 750; }
.notice-box { margin-top: 30px; padding: 18px 20px; border-left: 3px solid var(--amber); background: rgba(255,184,77,.07); color: #d9c3a2; font-size: 12px; line-height: 1.7; }
.policy-meta { margin-top: 18px; color: #778079; font-family: var(--font-geist-mono), monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }

@media (max-width: 980px) {
  .nav-row nav { display: none; }
  .hero { padding-top: 76px; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-panel { width: min(100%, 620px); max-width: 620px; justify-self: start; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .responsible-card { gap: 45px; padding: 44px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .risk-strip__inner { padding-block: 8px; gap: 8px; }
  .risk-strip p { font-size: 10px; line-height: 1.35; }
  .risk-strip a { display: none; }
  .risk-strip__age { flex: 0 0 25px; }
  .nav-row { height: 66px; }
  .header-cta { display: none; }
  .hero { padding: 68px 0 70px; background-size: 32px 32px; }
  .hero h1 { font-size: clamp(43px, 15vw, 68px); line-height: .98; }
  .hero__intro { font-size: 14px; }
  .hero__actions { width: 100%; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-panel { padding: 18px; }
  .disclosure__grid { grid-template-columns: auto 1fr; padding-block: 20px; }
  .disclosure__tag { display: none; }
  .games-section, .how-section, .responsible-section { padding: 78px 0; }
  .games-section--top { padding-top: 52px; }
  .section-heading { align-items: stretch; flex-direction: column; gap: 28px; }
  .search-box { width: 100%; }
  .game-grid, .step-grid, .responsible-card { grid-template-columns: 1fr; }
  .game-card__description { min-height: auto; }
  .responsible-card { gap: 32px; padding: 29px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .info-grid { grid-template-columns: 1fr; gap: 24px; }
  .info-aside { position: static; }
  .info-main { padding: 52px 0 78px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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