:root {
  color-scheme: dark;
  --bg: #10120f;
  --panel: #181b17;
  --panel-2: #20231e;
  --text: #f3f4ed;
  --muted: #a7ada1;
  --line: #353a32;
  --acid: #d7ff45;
  --red: #ff5d52;
  --cyan: #72e8dd;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.65 Inter, ui-sans-serif, system-ui, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 10px 14px; background: var(--acid); color: #10120f; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 74px; max-width: var(--max); margin: auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; gap: 10px; align-items: center; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--acid); color: var(--bg); font-weight: 900; }
.brand span:last-child { display: grid; line-height: 1.2; }
.brand small { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.site-header nav { display: flex; gap: 24px; }
.site-header nav a { color: var(--muted); text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--acid); }
.hero, .game-hero { max-width: var(--max); min-height: 540px; margin: auto; padding: 72px 24px; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 64px; align-items: center; }
.hero h1, .game-hero h1, .article h1 { max-width: 850px; margin: 10px 0 20px; font: 700 clamp(42px, 7vw, 84px)/1.02 Georgia, serif; }
.hero-copy > p:not(.eyebrow), .game-hero > div > p:not(.eyebrow), .dek { max-width: 700px; color: var(--muted); font-size: 20px; }
.eyebrow { margin: 0 0 8px; color: var(--acid); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.primary, .secondary { display: inline-flex; margin-top: 20px; padding: 12px 16px; border: 1px solid var(--acid); text-decoration: none; font-weight: 750; }
.primary { background: var(--acid); color: var(--bg); }
.secondary { color: var(--acid); }
.signal-panel { display: grid; grid-template-columns: 42px 1fr; gap: 8px 14px; padding: 24px; border: 1px solid var(--line); background: var(--panel); }
.signal-panel span { grid-row: span 2; color: var(--acid); font-weight: 800; }
.signal-panel p { margin: 0 0 18px; color: var(--muted); }
.band, .standards { padding: 70px max(24px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); }
.band { background: #141613; }
.section-heading { margin-bottom: 28px; display: flex; justify-content: space-between; gap: 24px; align-items: end; }
.section-heading h2, .standards h2 { margin: 0; font: 700 38px/1.1 Georgia, serif; }
.section-heading > p { color: var(--muted); }
.game-grid, .guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.game-card { min-height: 360px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); border: 1px solid var(--line); background: var(--panel); }
.game-card img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.game-card > div { padding: 30px; align-self: end; }
.game-card h3, .guide-card h3 { margin: 8px 0 12px; font: 700 27px/1.15 Georgia, serif; }
.game-card h3 a, .guide-card h3 a { text-decoration: none; }
.game-card h3 a:hover, .guide-card h3 a:hover { color: var(--acid); }
.game-card p, .guide-card p { color: var(--muted); }
.game-card span { color: var(--cyan); font-size: 13px; font-weight: 700; }
.standards { max-width: var(--max); margin: auto; }
.standards > p:last-child { max-width: 760px; color: var(--muted); font-size: 20px; }
.game-hero { min-height: 480px; grid-template-columns: 1.15fr .85fr; }
.game-hero img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--line); }
.game-hero h1 { font-size: clamp(40px, 6vw, 70px); }
.guide-card { min-height: 260px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--panel); }
.guide-card .meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; }
.badge { display: inline-flex; width: fit-content; padding: 4px 8px; border: 1px solid var(--acid); color: var(--acid); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.badge.corroborated { border-color: var(--cyan); color: var(--cyan); }
.badge.community { border-color: var(--red); color: var(--red); }
.read-link { margin-top: auto; color: var(--acid); font-weight: 800; text-decoration: none; }
.article { max-width: 920px; margin: auto; padding: 48px 24px 90px; }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 56px; color: var(--muted); font-size: 14px; }
.article h1 { font-size: clamp(40px, 6vw, 68px); }
.article-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 32px 0 50px; border-block: 1px solid var(--line); }
.article-meta div { padding: 16px 16px 16px 0; }
.article-meta dt { color: var(--muted); font-size: 12px; text-transform: uppercase; }
.article-meta dd { margin: 4px 0 0; }
.article-body { max-width: 740px; }
.article-section { margin: 0 0 46px; }
.article-section h2, .sources h2 { font: 700 30px/1.2 Georgia, serif; }
.article-section p, .article-section li { color: #d3d6ce; }
.article-section li { margin-bottom: 12px; padding-left: 8px; }
.sources { margin-top: 70px; padding: 28px; border: 1px solid var(--line); background: var(--panel); }
.sources ul { padding: 0; list-style: none; }
.sources li { display: grid; padding: 14px 0; border-top: 1px solid var(--line); }
.sources li span { color: var(--muted); font-size: 12px; }
footer { max-width: var(--max); margin: auto; padding: 36px 24px; display: grid; grid-template-columns: minmax(260px, 1fr) minmax(320px, auto); gap: 48px; border-top: 1px solid var(--line); color: var(--muted); }
footer p { max-width: 520px; margin: 5px 0 0; }
.footer-brand strong { color: var(--text); }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 8px 28px; align-content: start; }
.footer-links a { text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--acid); }
.trust-page { max-width: 920px; margin: auto; padding: 48px 24px 90px; }
.trust-page h1 { max-width: 800px; margin: 10px 0 20px; font: 700 clamp(42px, 6vw, 68px)/1.04 Georgia, serif; }
.trust-page header { padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.trust-updated { margin: 26px 0 0; color: var(--muted); font-size: 13px; text-transform: uppercase; }
.trust-body { max-width: 740px; padding-top: 52px; }
.trust-section { margin-bottom: 48px; }
.trust-section h2 { margin: 0 0 18px; font: 700 30px/1.2 Georgia, serif; }
.trust-section p, .trust-section li { color: #d3d6ce; }
.trust-section ul { padding-left: 22px; }
.trust-section li { margin-bottom: 14px; padding-left: 8px; }
.trust-actions { max-width: 740px; margin-top: 60px; }
.trust-action { padding: 20px; display: grid; border: 1px solid var(--acid); text-decoration: none; }
.trust-action strong { color: var(--acid); }
.trust-action span { margin-top: 3px; color: var(--muted); font-size: 14px; }
.trust-action:hover, .trust-action:focus-visible { background: var(--panel); }

@media (max-width: 760px) {
  .site-header nav { display: none; }
  .hero, .game-hero { min-height: auto; padding-block: 48px; grid-template-columns: 1fr; gap: 36px; }
  .hero h1, .game-hero h1, .article h1 { font-size: 42px; }
  .game-hero img { grid-row: 2; }
  .game-grid, .guide-grid { grid-template-columns: 1fr; }
  .game-card { grid-template-columns: 1fr; }
  .game-card img { min-height: 230px; }
  .section-heading { align-items: start; }
  .article-meta { grid-template-columns: 1fr; }
  .article-meta div + div { border-top: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-page h1 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
