:root {
  --bg: #090d16;
  --bg-soft: #0f172a;
  --surface: #121a29;
  --surface-2: #182235;
  --surface-3: #202b3f;
  --text: #f8fafc;
  --text-soft: #cbd5e1;
  --muted: #94a3b8;
  --faint: #76869e;
  --line: rgba(148, 163, 184, 0.2);
  --line-strong: rgba(148, 163, 184, 0.38);
  --amber: #f59e0b;
  --amber-light: #fbbf24;
  --amber-ink: #1f1600;
  --cyan: #22d3ee;
  --red: #fb7185;
  --green: #4ade80;
  --blue: #60a5fa;
  --purple: #c084fc;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  --shell: 1180px;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --header-height: 76px;
  color-scheme: dark;
}

/* 2026-09-24 accessibility and theme audit */
@media screen {
  .snow-canvas {
    position: fixed;
    z-index: 20;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    pointer-events: none;
  }

  main :is(h1, h2, h3, h4, p, blockquote, cite, time, figcaption, a, button, label, input, select, summary, dt, dd, li, th, td, span),
  .site-footer :is(h2, p, a, button, span),
  .hero-content {
    position: relative;
    z-index: 21;
  }

  .site-header { z-index: 100; }
  .contact-dialog { z-index: 1000; }

  .hero { background: #050b13; }
  .hero-media {
    right: 0;
    left: auto;
    width: 68%;
    object-position: center center;
  }
  .hero-overlay {
    background:
      linear-gradient(90deg, #050b13 0%, rgba(5,11,19,.98) 34%, rgba(5,11,19,.62) 58%, rgba(5,11,19,.12) 100%),
      linear-gradient(0deg, rgba(5,11,19,.94), transparent 40%);
  }
  .hero-content > * { max-width: 54%; }
  .hero-content .support-live { max-width: 54%; }

  .source-action {
    display: inline-flex !important;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    border: 1px solid var(--line-strong);
    border-radius: 9px;
    background: var(--surface-2);
    color: var(--text) !important;
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    font-weight: 800;
    text-decoration: none;
  }
  .source-action:hover { border-color: var(--cyan); color: var(--cyan) !important; }
  .archive-links a { grid-template-columns: 1fr 18px; }
  .archive-links svg { grid-row: 1; }

  :root[data-theme="light"] .site-footer,
  :root[data-theme="light"] .rulebook-section,
  :root[data-theme="light"] .player-section,
  :root[data-theme="light"] .evidence-section,
  :root[data-theme="light"] .section-dark,
  :root[data-theme="light"] .stock-section {
    background: var(--bg-soft);
    color: var(--text);
  }
  :root[data-theme="light"] .site-footer { border-top-color: var(--line-strong); }
  :root[data-theme="light"] .site-footer .brand strong,
  :root[data-theme="light"] .site-footer h2,
  :root[data-theme="light"] .footer-bottom { color: var(--text); }
  :root[data-theme="light"] .rulebook-table-wrap,
  :root[data-theme="light"] .timeline-toolbar,
  :root[data-theme="light"] .timeline-card,
  :root[data-theme="light"] .stock-panel,
  :root[data-theme="light"] .evidence-archive,
  :root[data-theme="light"] .archive-collection,
  :root[data-theme="light"] .statement-card,
  :root[data-theme="light"] .regional-card,
  :root[data-theme="light"] .player-card,
  :root[data-theme="light"] .indirect-player-card,
  :root[data-theme="light"] .video-card,
  :root[data-theme="light"] .archive-video,
  :root[data-theme="light"] .community-source-card,
  :root[data-theme="light"] .voice-card,
  :root[data-theme="light"] .journey-card,
  :root[data-theme="light"] .source-item,
  :root[data-theme="light"] .verification-grid article {
    border-color: var(--line);
    background: var(--surface);
    color: var(--text);
  }

  :root[data-theme="light"] .back-to-top { background: #fff; color: #9a5b00; }
  :root[data-theme="light"] .timeline::before { background: #afbdcb; }
  :root[data-theme="light"] .timeline-node span { box-shadow: 0 0 0 5px #e7eef6; }
  :root[data-theme="light"] .rulebook-table tbody th,
  :root[data-theme="light"] .archive-metrics strong,
  :root[data-theme="light"] .kicker,
  :root[data-theme="light"] .footer-link { color: #8a4d00; }
  :root[data-theme="light"] .timeline-source,
  :root[data-theme="light"] .player-team-header a,
  :root[data-theme="light"] .profile-link:hover { color: #006f82; }
  :root[data-theme="light"] .event-media figcaption,
  :root[data-theme="light"] .player-portrait-wrap > a { background: rgba(255,255,255,.9); color: #233a50; }
  :root[data-theme="light"] .archive-video-frame,
  :root[data-theme="light"] .video-frame { background: #dfe8f2; }
  :root[data-theme="light"] .source-action { background: #e9f0f7; }

  @media (max-width: 760px) {
    .hero { min-height: 920px; }
    .hero-media {
      top: 0;
      width: 100%;
      height: 48%;
      object-position: 54% 28%;
    }
    .hero-overlay {
      background: linear-gradient(0deg, #050b13 0%, #050b13 50%, rgba(5,11,19,.22) 78%, rgba(5,11,19,.1) 100%);
    }
    .hero-content {
      min-height: 920px;
      justify-content: flex-end;
      padding-top: 380px;
      padding-bottom: 54px;
    }
    .hero-content > *, .hero-content .support-live { max-width: 100%; }
  }

  @media (max-width: 430px) {
    .hero { min-height: 980px; }
    .hero-content { min-height: 980px; padding-top: 360px; }
    .hero-media { height: 42%; object-position: 56% 20%; }
  }
}

.hero #hero-title > span { color: rgba(255, 255, 255, .82) !important; text-shadow: 0 8px 30px rgba(0,0,0,.45); }

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(circle at 15% 8%, rgba(34, 211, 238, 0.06), transparent 25%), radial-gradient(circle at 85% 28%, rgba(245, 158, 11, 0.055), transparent 24%);
  content: "";
  pointer-events: none;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button { color: inherit; }

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

::selection { background: var(--amber); color: #111827; }

.shell { width: min(calc(100% - 40px), var(--shell)); 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; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; background: var(--amber); color: var(--amber-ink); font-weight: 800; transform: translateY(-150%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  box-shadow: none;
}

.nav { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 43px; height: 43px; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; fill: var(--amber); }
.brand-mark svg path + path { fill: var(--amber-ink); }
.brand strong { display: block; font-family: "Chakra Petch", sans-serif; font-size: 18px; letter-spacing: 0.06em; line-height: 1.05; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.17em; line-height: 1; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { position: relative; color: var(--text-soft); font-size: 13px; font-weight: 700; text-decoration: none; transition: color 180ms ease; }
.nav-links a::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 2px; background: var(--amber); content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.nav-links a:hover, .nav-links a.is-active { color: var(--text); }
.nav-links a.is-active::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); cursor: pointer; }
.nav-toggle svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }

.hero { position: relative; min-height: min(840px, calc(100vh - var(--header-height))); overflow: hidden; border-bottom: 1px solid var(--line); isolation: isolate; }
.hero-media { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(0.78) contrast(1.05); }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5, 8, 15, 0.98) 0%, rgba(5, 8, 15, 0.87) 43%, rgba(5, 8, 15, 0.35) 75%, rgba(5, 8, 15, 0.12) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 31%); }
.hero::after { position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px); background-size: 64px 64px; content: ""; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-content { display: flex; min-height: min(840px, calc(100vh - var(--header-height))); flex-direction: column; justify-content: center; padding-block: 88px 54px; }
.eyebrow, .kicker { color: var(--amber-light); font-family: "Chakra Petch", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { display: block; width: 34px; height: 2px; background: var(--amber); }
.hero h1 { max-width: 860px; margin: 24px 0 24px; font-family: "Chakra Petch", sans-serif; font-size: clamp(46px, 6.4vw, 86px); font-weight: 700; letter-spacing: -0.045em; line-height: 0.98; text-wrap: balance; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(248, 250, 252, 0.58); }
.hero-lede { max-width: 690px; margin: 0; color: var(--text-soft); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 19px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 13px; font-weight: 800; letter-spacing: 0.02em; text-decoration: none; cursor: pointer; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); filter: brightness(.92); }
.button svg, .profile-link svg, .timeline-source svg, .source-item a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button-primary { background: var(--amber); color: var(--amber-ink); box-shadow: 0 10px 28px rgba(245, 158, 11, 0.17); }
.button-primary:hover { background: var(--amber-light); box-shadow: 0 12px 34px rgba(245, 158, 11, 0.28); }
.button-primary svg { fill: currentColor; stroke: none; }
.button-ghost { border-color: var(--line-strong); background: rgba(15, 23, 42, 0.55); color: var(--text); }
.button-ghost:hover { border-color: var(--muted); background: var(--surface-2); }
.hero-stats { display: grid; width: min(720px, 100%); grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 58px 0 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); overflow: hidden; }
.hero-stats div { padding: 18px 20px; background: rgba(9, 13, 22, 0.82); }
.hero-stats dt { font-family: "Chakra Petch", sans-serif; font-size: 25px; font-weight: 700; line-height: 1; }
.hero-stats dd { margin: 7px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.hero-credit { position: absolute; right: 20px; bottom: 18px; color: rgba(255, 255, 255, 0.57); font-size: 10px; text-decoration: none; }
.hero-credit:hover { color: white; }

.section { padding-block: 112px; }
.section-dark { position: relative; background: #0b111d; border-block: 1px solid var(--line); }
.section-dark::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 72px 72px; content: ""; pointer-events: none; }
.section-heading { position: relative; z-index: 1; margin-bottom: 46px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); align-items: end; gap: 64px; }
.kicker { margin: 0 0 14px; }
.section-heading h2 { max-width: 760px; margin: 0; font-family: "Chakra Petch", sans-serif; font-size: clamp(34px, 4.4vw, 58px); letter-spacing: -0.035em; line-height: 1.07; text-wrap: balance; }
.section-heading > p, .split-heading > p { margin: 0; color: var(--muted); }
.section-intro { max-width: 680px; margin: 14px 0 0 !important; color: var(--muted); }

.overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 310px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(24, 34, 53, 0.9), rgba(14, 21, 34, 0.88)); overflow: hidden; transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.feature-card::after { position: absolute; right: -50px; bottom: -60px; width: 170px; height: 170px; border-radius: 50%; background: var(--amber); content: ""; filter: blur(85px); opacity: .09; }
.feature-card:hover { border-color: rgba(245, 158, 11, .45); box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-card-wide { grid-row: span 2; min-height: 638px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(0deg, rgba(8, 12, 20, .98), rgba(8, 12, 20, .3)), url("assets/images/asia-stars-hero.jpg") center/cover; }
.feature-icon { display: grid; width: 50px; height: 50px; margin-bottom: auto; place-items: center; border: 1px solid rgba(245, 158, 11, .35); border-radius: 13px; background: rgba(245, 158, 11, .1); color: var(--amber); }
.feature-card-wide .feature-icon { margin-bottom: auto; }
.feature-icon.cyan { border-color: rgba(34, 211, 238, .35); background: rgba(34, 211, 238, .1); color: var(--cyan); }
.feature-icon.red { border-color: rgba(251, 113, 133, .35); background: rgba(251, 113, 133, .1); color: var(--red); }
.feature-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.overline { margin: 34px 0 9px; color: var(--amber-light); font-family: "Chakra Petch", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.feature-card h3 { margin: 0; font-family: "Chakra Petch", sans-serif; font-size: clamp(22px, 2.5vw, 31px); line-height: 1.2; }
.feature-card > p:last-child { margin: 16px 0 0; color: var(--muted); }
.editorial-note { display: grid; grid-template-columns: 200px 1fr; gap: 28px; margin-top: 18px; padding: 27px 30px; border: 1px solid rgba(34, 211, 238, .28); border-radius: var(--radius); background: rgba(34, 211, 238, .055); }
.note-index { color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.editorial-note p { margin: 0; color: var(--text-soft); }
.editorial-note strong { color: var(--text); }

.timeline-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.update-stamp { display: flex; flex: none; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.update-stamp span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(74, 222, 128, .8); }
.timeline-toolbar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(18, 26, 41, .88); box-shadow: 0 18px 44px rgba(0,0,0,.18); }
.filter-group, .source-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip, .source-chip { min-height: 44px; padding: 9px 15px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 800; cursor: pointer; transition: color 160ms ease, background 160ms ease, border-color 160ms ease; }
.filter-chip:hover, .source-chip:hover { color: var(--text); background: var(--surface-3); }
.filter-chip.is-active, .source-chip.is-active { border-color: rgba(245, 158, 11, .35); background: rgba(245, 158, 11, .13); color: var(--amber-light); }
.search-field { display: flex; width: min(285px, 100%); min-height: 46px; flex: none; align-items: center; gap: 9px; padding-inline: 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); color: var(--muted); }
.search-field:focus-within { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34,211,238,.1); }
.search-field svg { width: 19px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; }
.search-field input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 13px; }
.search-field input::placeholder { color: var(--faint); }
.results-meta { display: flex; align-items: center; justify-content: space-between; margin: 0 0 40px; color: var(--muted); font-size: 12px; }
.results-meta button { min-height: 40px; border: 0; background: transparent; color: var(--amber-light); font-size: 12px; font-weight: 700; cursor: pointer; }

.timeline { position: relative; z-index: 1; }
.timeline::before { position: absolute; top: 4px; bottom: 0; left: 232px; width: 1px; background: linear-gradient(var(--amber), var(--line) 16%, var(--line) 86%, transparent); content: ""; }
.timeline-item { display: grid; grid-template-columns: 200px 65px minmax(0, 1fr); align-items: start; margin-bottom: 42px; opacity: 0; transform: translateY(18px); transition: opacity 420ms ease var(--delay), transform 420ms ease var(--delay); }
.timeline-item.is-visible { opacity: 1; transform: none; }
.timeline-date { position: sticky; top: calc(var(--header-height) + 22px); padding-top: 17px; text-align: right; }
.timeline-date time { display: block; font-family: "Chakra Petch", sans-serif; font-size: 18px; font-weight: 700; }
.timeline-date span { display: block; margin-top: 3px; color: var(--faint); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.timeline-node { position: relative; display: flex; justify-content: center; padding-top: 21px; }
.timeline-node span { z-index: 1; width: 15px; height: 15px; border: 4px solid var(--bg-soft); border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 1px var(--amber), 0 0 18px rgba(245,158,11,.45); }
.timeline-card { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(18, 26, 41, .9); box-shadow: 0 22px 60px rgba(0, 0, 0, .2); overflow: hidden; transition: border-color 220ms ease, transform 220ms ease; }
.timeline-card:hover { border-color: rgba(148, 163, 184, .4); transform: translateY(-2px); }
.timeline-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 26px 28px 0; }
.tag-row { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.status, .tag { display: inline-flex; align-items: center; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .07em; line-height: 1; text-transform: uppercase; }
.status { min-height: 26px; padding: 7px 10px; border: 1px solid currentColor; }
.status-confirmed { color: var(--green); background: rgba(74, 222, 128, .08); }
.status-reported { color: var(--blue); background: rgba(96, 165, 250, .08); }
.status-claimed { color: var(--purple); background: rgba(192, 132, 252, .08); }
.status-contested { color: var(--amber-light); background: rgba(245, 158, 11, .08); }
.tag { min-height: 26px; padding: 7px 10px; background: rgba(148, 163, 184, .1); color: var(--muted); }
.event-anchor { display: grid; width: 38px; height: 38px; flex: none; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--faint); text-decoration: none; transition: color 160ms ease, border-color 160ms ease; }
.event-anchor:hover { border-color: var(--amber); color: var(--amber); }
.timeline-card h3 { margin: 20px 28px 10px; font-family: "Chakra Petch", sans-serif; font-size: clamp(24px, 3vw, 34px); line-height: 1.18; }
.event-summary { margin: 0 28px 25px; color: var(--text-soft); }
.event-media { margin: 0; overflow: hidden; background: var(--surface-2); }
.event-media-link { display: block; cursor: zoom-in; }
.event-media img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; background: var(--surface-2); }
.event-media img[src$="gam-te-statement-23sep.png"] { background: #05070a; }
.event-media img.is-fallback { object-fit: cover; }
.event-media figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; padding: 11px 28px; border-block: 1px solid var(--line); color: var(--faint); font-size: 10px; }
.event-media figcaption span:last-child { display: inline-flex; flex-wrap: wrap; gap: 8px; }
.event-media figcaption i { color: var(--faint); font-style: normal; }
.event-media figcaption a { color: var(--text-soft); }
.timeline-card blockquote { position: relative; margin: 0; padding: 27px 34px 27px 58px; background: rgba(245, 158, 11, .045); }
.timeline-card blockquote::before { position: absolute; top: 12px; left: 22px; color: rgba(245, 158, 11, .42); content: "“"; font-family: Georgia, serif; font-size: 70px; line-height: 1; }
.timeline-card blockquote p { margin: 0; color: var(--text); font-family: "Chakra Petch", sans-serif; font-size: 17px; font-weight: 600; }
.timeline-card blockquote cite { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; font-style: normal; }
.event-details { border-top: 1px solid var(--line); }
.event-details summary { display: flex; min-height: 54px; align-items: center; justify-content: space-between; padding: 12px 28px; color: var(--text-soft); font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; }
.event-details summary::-webkit-details-marker { display: none; }
.event-details summary svg { width: 18px; fill: currentColor; transition: transform 180ms ease; }
.event-details[open] summary svg { transform: rotate(90deg); }
.event-details-content { padding: 0 28px 28px; }
.event-details-content > p { margin: 0 0 20px; color: var(--muted); }
.event-sources { display: flex; flex-wrap: wrap; gap: 8px; }
.timeline-source { display: inline-flex; min-height: 39px; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--text-soft); font-size: 11px; font-weight: 700; text-decoration: none; }
.timeline-source:hover { border-color: var(--cyan); color: var(--cyan); }
.empty-state { padding: 65px 24px; border: 1px dashed var(--line-strong); border-radius: var(--radius); text-align: center; }
.empty-state svg { width: 48px; fill: none; stroke: var(--faint); stroke-width: 1.5; }
.empty-state h3 { margin: 12px 0 3px; }
.empty-state p { margin: 0; color: var(--muted); }

.stock-section { background: linear-gradient(145deg, #0a1220, #0b111d 58%, #111827); border-bottom: 1px solid var(--line); }
.stock-panel { border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(9, 13, 22, .74); box-shadow: var(--shadow); overflow: hidden; }
.stock-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.stock-live { display: inline-flex; align-items: center; gap: 8px; color: var(--text-soft); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stock-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px rgba(74, 222, 128, .7); }
.stock-toolbar p { margin: 5px 0 0; color: var(--faint); font-size: 11px; }
.stock-toolbar button:disabled { cursor: wait; opacity: .65; transform: none; }
.stock-summary { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.stock-summary > div { padding: 22px 26px; border-right: 1px solid var(--line); }
.stock-summary > div:last-child { border-right: 0; }
.stock-summary span { display: block; color: var(--faint); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stock-summary strong { display: block; margin-top: 5px; font-family: "Chakra Petch", sans-serif; font-size: clamp(17px, 2vw, 24px); line-height: 1.2; }
.positive { color: var(--green) !important; }
.negative { color: var(--red) !important; }
.stock-visual { padding: 24px 28px 10px; overflow: hidden; }
.stock-chart { display: block; width: 100%; height: auto; overflow: visible; }
.chart-grid line { stroke: rgba(148, 163, 184, .16); stroke-width: 1; }
.chart-grid text, .chart-point text { fill: var(--faint); font-family: Inter, sans-serif; font-size: 11px; }
.chart-area { fill: url(#stock-area); }
.chart-line { fill: none; stroke: var(--cyan); stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; }
.chart-point circle { fill: var(--bg); stroke: var(--cyan); stroke-width: 3; }
.stock-data-table { border-top: 1px solid var(--line); }
.stock-data-table summary { padding: 18px 26px; color: var(--text-soft); font-size: 12px; font-weight: 800; cursor: pointer; }
.table-scroll { overflow-x: auto; }
.stock-data-table table { width: 100%; min-width: 760px; border-collapse: collapse; }
.stock-data-table th, .stock-data-table td { padding: 13px 18px; border-top: 1px solid var(--line); text-align: right; white-space: nowrap; }
.stock-data-table th:first-child, .stock-data-table td:first-child { text-align: left; }
.stock-data-table th { color: var(--faint); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.stock-data-table td { color: var(--text-soft); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.stock-disclaimer { padding: 18px 26px; border-top: 1px solid var(--line); background: rgba(34, 211, 238, .035); color: var(--muted); font-size: 11px; }
.stock-disclaimer strong { color: var(--text-soft); }
.stock-disclaimer a { color: var(--cyan); overflow-wrap: anywhere; }

.verification-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.verification-grid article { min-height: 245px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.verification-grid h3 { margin: 28px 0 10px; font-family: "Chakra Petch", sans-serif; font-size: 20px; }
.verification-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.terms-panel { margin-top: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.terms-panel > div { display: grid; grid-template-columns: 64px 1fr; gap: 10px; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.terms-panel > div:last-child { border-bottom: 0; }
.terms-panel span { color: var(--amber); font-family: "Chakra Petch", sans-serif; font-weight: 700; }
.terms-panel p { margin: 0; color: var(--muted); }
.terms-panel strong { color: var(--text); }

.context-section { background: #0b111d; border-block: 1px solid var(--line); }
.context-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.context-card { display: flex; min-height: 320px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(24, 34, 53, .72), rgba(14, 21, 34, .9)); }
.context-meta { display: flex; align-items: center; justify-content: space-between; color: var(--faint); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.context-meta span { color: var(--amber-light); font-family: "Chakra Petch", sans-serif; font-size: 16px; }
.context-card h3 { margin: 28px 0 10px; font-family: "Chakra Petch", sans-serif; font-size: 21px; line-height: 1.2; }
.context-card > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.context-card .timeline-source { align-self: flex-start; margin-top: auto; }
.community-heading { margin-top: 80px; }
.community-heading h2 { max-width: 850px; font-size: clamp(28px, 3.5vw, 44px); }
.community-sources { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.community-source-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.community-source-card > span { color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.community-source-card h3 { margin: 12px 0 9px; font-family: "Chakra Petch", sans-serif; font-size: 21px; line-height: 1.25; }
.community-source-card p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.community-source-card a { display: block; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; line-height: 1.5; overflow-wrap: anywhere; }
.community-source-card a svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; vertical-align: middle; }
.community-source-card small { display: block; margin: 18px 0 5px; color: var(--faint); font-size: 10px; }
.community-source-card .raw-url { color: var(--amber-light); }
.regional-reactions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.regional-card { display: grid; grid-template-columns: 52px 1fr; gap: 16px; min-height: 250px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(25, 35, 54, .9), rgba(12, 18, 29, .96)); }
.regional-code { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(6, 182, 212, .3); border-radius: 50%; color: var(--cyan); font-family: "Chakra Petch", sans-serif; font-size: 17px; font-weight: 700; }
.regional-card > div:last-child { display: flex; min-width: 0; flex-direction: column; }
.regional-card > div > span { color: var(--amber-light); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.regional-card h3 { margin: 7px 0 10px; font-family: "Chakra Petch", sans-serif; font-size: 24px; }
.regional-card p { margin: 0 0 18px; color: var(--muted); font-size: 12px; }
.regional-card .timeline-source { align-self: flex-start; margin-top: auto; }

.rulebook-section { background: linear-gradient(180deg, #0a101b, #0d1421); border-block: 1px solid var(--line); }
.rulebook-version-links { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.rulebook-version-links a { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; padding: 10px 14px; border: 1px solid rgba(6,182,212,.3); border-radius: 9px; background: rgba(6,182,212,.06); color: var(--cyan); font-size: 11px; font-weight: 800; text-decoration: none; }
.rulebook-version-links a:hover { border-color: var(--cyan); background: rgba(6,182,212,.1); }
.rulebook-version-links svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.rulebook-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(13,20,33,.78); }
.rulebook-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.rulebook-table th, .rulebook-table td { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.rulebook-table tr:last-child th, .rulebook-table tr:last-child td { border-bottom: 0; }
.rulebook-table th:last-child, .rulebook-table td:last-child { border-right: 0; }
.rulebook-table thead th { color: var(--faint); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.rulebook-table tbody th { width: 20%; color: var(--amber-light); font-family: "Chakra Petch", sans-serif; font-size: 16px; }
.rulebook-table td { width: 40%; color: var(--text-soft); font-size: 12px; line-height: 1.65; }
.facecam-finding { display: grid; grid-template-columns: minmax(220px,.45fr) 1fr; gap: 28px; margin-top: 18px; padding: 26px; border: 1px solid rgba(245,158,11,.3); border-radius: var(--radius); background: rgba(245,158,11,.055); }
.facecam-finding span { color: var(--amber-light); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; }
.facecam-finding h3 { margin: 8px 0 0; font-family: "Chakra Petch", sans-serif; font-size: 23px; }
.facecam-finding p { margin: 0; color: var(--muted); font-size: 13px; }
.facecam-finding strong { color: var(--text); }
.statement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.statement-card { display: flex; min-height: 310px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(24,34,53,.72), rgba(14,21,34,.94)); }
.statement-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; color: var(--faint); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.statement-meta span { color: var(--cyan); }
.statement-tone { margin: 30px 0 8px !important; color: var(--amber-light) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.statement-card blockquote { margin: 0 0 16px; color: var(--text); font-family: "Chakra Petch", sans-serif; font-size: 23px; font-weight: 600; line-height: 1.3; }
.statement-card > p:not(.statement-tone) { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.statement-card .timeline-source { align-self: flex-start; margin-top: auto; }

.player-section { background: linear-gradient(150deg, rgba(15, 23, 42, .94), rgba(9, 13, 22, .98)); border-block: 1px solid var(--line); }
.player-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.player-card { display: grid; grid-template-columns: 42% 1fr; min-height: 470px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); overflow: hidden; box-shadow: var(--shadow); }
.player-portrait-wrap { position: relative; min-height: 100%; background: var(--surface-2); overflow: hidden; }
.player-portrait { position: absolute; top: 0; left: -3%; width: 119%; height: 119%; max-width: none; object-fit: cover; object-position: 39% top; filter: saturate(.82); transform-origin: center top; transition: filter 220ms ease, transform 400ms ease; }
.player-card:hover .player-portrait { filter: saturate(1); transform: scale(1.025); }
.player-portrait-wrap::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,13,22,.78), transparent 50%); content: ""; pointer-events: none; }
.player-portrait-wrap > a { position: absolute; z-index: 1; bottom: 14px; left: 15px; display: inline-flex; align-items: center; gap: 4px; color: var(--text-soft); font-size: 9px; text-decoration: none; }
.player-portrait-wrap > a svg { width: 12px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.player-copy { display: flex; flex-direction: column; padding: 30px; }
.player-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.player-meta span { padding: 5px 8px; border-radius: 6px; background: var(--surface-3); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.player-copy h3 { margin: 25px 0 0; font-family: "Chakra Petch", sans-serif; font-size: 42px; line-height: 1; }
.real-name { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.achievement { margin: 18px 0 0; color: var(--amber-light) !important; font-family: "Chakra Petch", sans-serif; font-size: 12px !important; font-weight: 700; text-transform: uppercase; }
.player-copy > p:not(.real-name, .achievement) { margin: 16px 0 24px; color: var(--text-soft); font-size: 13px; }
.player-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.player-actions .button { min-height: 43px; padding: 9px 13px; }
.player-actions .button svg { width: 17px; fill: currentColor; stroke: none; }
.profile-link { display: inline-flex; width: 100%; align-items: center; gap: 6px; margin-top: 7px; color: var(--muted); font-size: 11px; text-decoration: none; }
.profile-link:hover { color: var(--cyan); }
.indirect-player-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 350px); align-items: end; gap: 40px; margin-top: 88px; padding-top: 58px; border-top: 1px solid var(--line); }
.indirect-player-heading h2 { max-width: 800px; margin: 7px 0 12px; font-family: "Chakra Petch", sans-serif; font-size: clamp(29px, 4vw, 48px); line-height: 1.05; }
.indirect-player-heading p:not(.kicker) { max-width: 820px; margin: 0; color: var(--muted); }
.indirect-player-meta { display: flex; justify-content: space-between; gap: 20px; margin: 28px 0 14px; color: var(--faint); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.indirect-player-meta a { color: var(--cyan); text-decoration: none; }
.indirect-player-grid { display: grid; gap: 34px; }
.player-team-group { min-width: 0; }
.player-team-header { display: flex; min-height: 62px; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 13px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.player-team-header > div > span, .player-team-header > span { color: var(--faint); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.player-team-header h3 { margin: 4px 0 0; font-family: "Chakra Petch", sans-serif; font-size: 26px; }
.player-team-header a { display: inline-flex; min-height: 44px; align-items: center; gap: 5px; color: var(--cyan); font-size: 10px; text-decoration: none; }
.player-team-header a svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.team-player-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.indirect-player-card { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 16px; align-items: center; min-height: 142px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(20, 29, 45, .72); transition: transform 180ms ease, border-color 180ms ease; }
.indirect-player-card:hover { border-color: rgba(6, 182, 212, .35); transform: translateY(-2px); }
.indirect-player-card > img { width: 78px; height: 78px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface-3); object-fit: cover; }
.indirect-player-copy { min-width: 0; }
.indirect-player-copy > span { display: block; color: var(--faint); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.indirect-player-copy h3 { margin: 5px 0 2px; font-family: "Chakra Petch", sans-serif; font-size: 21px; line-height: 1.1; }
.indirect-player-copy > p { margin: 0; color: var(--muted); font-size: 10px; overflow-wrap: anywhere; }
.indirect-player-copy .player-note { margin-top: 7px; line-height: 1.45; }
.indirect-player-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.indirect-player-actions a { display: inline-flex; min-height: 32px; align-items: center; gap: 5px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 7px; color: var(--text-soft); font-size: 9px; font-weight: 800; text-decoration: none; }
.indirect-player-actions a:hover { border-color: var(--cyan); color: var(--cyan); }
.indirect-player-actions svg { width: 14px; height: 14px; fill: currentColor; }
.indirect-player-actions a:last-child svg { fill: none; stroke: currentColor; stroke-width: 1.8; }

.evidence-section { background: #0b111d; }
.evidence-archive { margin-bottom: 72px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(22,32,50,.85), rgba(10,15,25,.96)); box-shadow: var(--shadow); }
.archive-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 34px; }
.archive-heading h3 { max-width: 820px; margin: 9px 0 10px; font-family: "Chakra Petch", sans-serif; font-size: clamp(29px,4vw,48px); line-height: 1.05; }
.archive-heading p { max-width: 850px; margin: 0; color: var(--muted); }
.archive-heading .button { max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.archive-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin: 30px 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.archive-metrics > div { display: flex; min-height: 112px; flex-direction: column; justify-content: center; gap: 4px; padding: 20px; border-right: 1px solid var(--line); background: rgba(6,182,212,.025); }
.archive-metrics > div:last-child { border-right: 0; }
.archive-metrics strong { color: var(--amber-light); font-family: "Chakra Petch", sans-serif; font-size: 32px; line-height: 1; }
.archive-metrics span { color: var(--muted); font-size: 11px; }
.archive-content-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 20px; }
.archive-video { align-self: start; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.archive-video-frame { aspect-ratio: 16 / 9; background: #05070b; }
.archive-video-frame iframe { width: 100%; height: 100%; border: 0; }
.archive-video-copy { padding: 22px; }
.archive-video-copy > span { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.archive-video-copy h3 { margin: 8px 0 14px; font-family: "Chakra Petch", sans-serif; font-size: 21px; }
.archive-video-copy a { display: block; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 9px; overflow-wrap: anywhere; }
.archive-video-copy a svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; vertical-align: middle; }
.archive-collections { display: grid; gap: 9px; }
.archive-collection { border: 1px solid var(--line); border-radius: 10px; background: rgba(20,29,45,.7); overflow: hidden; }
.archive-collection summary { display: grid; grid-template-columns: 34px 1fr 18px; gap: 12px; align-items: center; min-height: 72px; padding: 14px 18px; cursor: pointer; list-style: none; }
.archive-collection summary::-webkit-details-marker { display: none; }
.archive-collection summary > span { color: var(--amber-light); font-family: "Chakra Petch", sans-serif; }
.archive-collection summary strong, .archive-collection summary small { display: block; }
.archive-collection summary strong { font-family: "Chakra Petch", sans-serif; font-size: 17px; }
.archive-collection summary small { margin-top: 3px; color: var(--faint); font-size: 9px; }
.archive-collection summary > svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform 180ms ease; }
.archive-collection[open] summary > svg { transform: rotate(90deg); }
.archive-collection-body { padding: 0 18px 20px 64px; border-top: 1px solid var(--line); }
.archive-collection-body > p { margin: 18px 0 12px; color: var(--muted); font-size: 12px; }
.archive-collection-body ul { margin: 0 0 16px; padding-left: 18px; color: var(--text-soft); font-size: 11px; }
.archive-links { display: grid; gap: 7px; }
.archive-links a { display: grid; grid-template-columns: 1fr 18px; gap: 3px 10px; min-height: 52px; align-items: center; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--text-soft); text-decoration: none; }
.archive-links a:hover { border-color: var(--cyan); }
.archive-links span { font-size: 11px; font-weight: 700; }
.archive-links small { grid-column: 1; color: var(--faint); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 8px; overflow-wrap: anywhere; }
.archive-links svg { grid-column: 2; grid-row: 1 / span 2; width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.archive-limitations { margin-top: 20px; border-top: 1px solid var(--line); }
.archive-limitations summary { min-height: 52px; padding: 15px 2px; color: var(--amber-light); font-size: 11px; font-weight: 800; cursor: pointer; }
.archive-limitations ul { display: grid; gap: 8px; margin: 0; padding: 0 0 0 18px; color: var(--muted); font-size: 12px; }
.source-search { align-self: end; }
.evidence-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: 44px; }
.video-card { position: sticky; top: calc(var(--header-height) + 24px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.video-frame { aspect-ratio: 16 / 9; background: #000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-copy { padding: 24px; }
.source-type { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.video-copy h3 { margin: 9px 0; font-family: "Chakra Petch", sans-serif; font-size: 24px; }
.video-copy p { margin: 0 0 15px; color: var(--muted); font-size: 13px; }
.video-copy > a { display: block; color: var(--cyan); font-size: 11px; overflow-wrap: anywhere; }
.source-filter { margin-bottom: 15px; }
.source-chip { border-color: var(--line); }
.source-list { border-top: 1px solid var(--line); }
.source-group { border-bottom: 1px solid var(--line); background: var(--surface); }
.source-group > summary { display: grid; grid-template-columns: 1fr auto 20px; min-height: 60px; align-items: center; gap: 12px; padding: 10px 16px; cursor: pointer; list-style: none; }
.source-group > summary::-webkit-details-marker { display: none; }
.source-group > summary span { font: 700 14px "Chakra Petch", sans-serif; }
.source-group > summary strong { display: grid; min-width: 30px; height: 30px; place-items: center; border-radius: 999px; background: var(--surface-3); color: var(--cyan); font-size: 11px; }
.source-group > summary svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform 180ms ease; }
.source-group[open] > summary svg { transform: rotate(90deg); }
.source-group > div { border-top: 1px solid var(--line); padding-inline: 12px; }
.source-item { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 20px 4px; border-bottom: 1px solid var(--line); }
.source-index { color: var(--faint); font-family: "Chakra Petch", sans-serif; font-size: 12px; }
.source-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.source-meta span { color: var(--amber-light); }
.source-item h3 { margin: 5px 0 8px; font-family: "Chakra Petch", sans-serif; font-size: 18px; line-height: 1.3; }
.source-item a { display: flex; align-items: flex-start; gap: 5px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 10px; line-height: 1.5; overflow-wrap: anywhere; text-decoration: none; }
.source-item a:hover { color: var(--cyan); }
.source-item a svg { width: 14px; flex: none; margin-top: 1px; }
.source-empty { padding: 30px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }

.site-footer { border-top: 1px solid var(--line); background: #070a11; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr .7fr; gap: 60px; padding-block: 68px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid h2 { margin: 0 0 14px; color: var(--text); font-family: "Chakra Petch", sans-serif; font-size: 15px; text-transform: uppercase; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-link { display: inline-block; margin-top: 13px; color: var(--amber-light); font-size: 12px; text-decoration: none; }
.footer-bottom { display: flex; min-height: 62px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--faint); font-size: 10px; }
.footer-bottom a { color: var(--muted); text-decoration: none; }
.back-to-top { position: fixed; z-index: 40; right: 20px; bottom: 20px; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(245, 158, 11, .42); border-radius: 12px; background: rgba(15, 23, 42, .9); color: var(--amber-light); box-shadow: 0 12px 30px rgba(0,0,0,.3); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity 180ms ease, transform 180ms ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }

@media (max-width: 1040px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 11px; }
  .verification-grid { grid-template-columns: repeat(2, 1fr); }
  .context-grid { grid-template-columns: repeat(2, 1fr); }
  .regional-reactions { grid-template-columns: repeat(2, 1fr); }
  .team-player-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-content-grid { grid-template-columns: 1fr; }
  .player-card { grid-template-columns: 38% 1fr; }
  .player-copy { padding: 24px; }
  .player-copy h3 { font-size: 35px; }
  .evidence-layout { gap: 28px; }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-toggle { display: flex; }
  .nav-links { position: fixed; top: calc(var(--header-height) + 8px); right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 2px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { min-height: 46px; padding: 12px 14px; border-radius: 8px; font-size: 13px; }
  .nav-links a:hover, .nav-links a.is-active { background: var(--surface); }
  .nav-links a::after { display: none; }
  .hero { min-height: 760px; }
  .hero-content { min-height: 760px; padding-block: 68px 50px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,8,15,.96), rgba(5,8,15,.65)), linear-gradient(0deg, var(--bg), transparent 44%); }
  .hero h1 { font-size: clamp(42px, 10vw, 68px); }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-credit { display: none; }
  .section { padding-block: 82px; }
  .split-heading { grid-template-columns: 1fr; align-items: start; gap: 22px; }
  .overview-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-row: auto; min-height: 520px; }
  .editorial-note { grid-template-columns: 1fr; gap: 10px; }
  .timeline-heading { align-items: flex-start; flex-direction: column; }
  .timeline-toolbar { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .timeline::before { left: 11px; }
  .timeline-item { grid-template-columns: 24px minmax(0, 1fr); gap: 14px; }
  .timeline-date { position: static; grid-column: 2; padding: 0 0 2px; text-align: left; }
  .timeline-node { grid-column: 1; grid-row: 1 / span 2; justify-content: flex-start; padding-top: 7px; }
  .timeline-card { grid-column: 2; }
  .verification-grid { grid-template-columns: 1fr 1fr; }
  .stock-summary { grid-template-columns: repeat(2, 1fr); }
  .stock-summary > div:nth-child(2) { border-right: 0; }
  .stock-summary > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .community-sources { grid-template-columns: 1fr; }
  .statement-grid { grid-template-columns: 1fr; }
  .facecam-finding { grid-template-columns: 1fr; }
  .regional-reactions { grid-template-columns: 1fr; }
  .player-grid { grid-template-columns: 1fr; }
  .player-card { min-height: 420px; }
  .indirect-player-heading { grid-template-columns: 1fr; gap: 24px; margin-top: 64px; padding-top: 44px; }
  .indirect-player-search { width: 100%; }
  .team-player-grid { grid-template-columns: 1fr; }
  .archive-heading { grid-template-columns: 1fr; }
  .archive-heading .button { max-width: none; }
  .archive-metrics { grid-template-columns: repeat(2, 1fr); }
  .archive-metrics > div:nth-child(2) { border-right: 0; }
  .archive-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .evidence-layout { grid-template-columns: 1fr; }
  .video-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .search-field input { font-size: 16px; }
  .hero { min-height: 700px; }
  .hero-content { min-height: 700px; justify-content: flex-end; padding-bottom: 34px; }
  .hero h1 { margin-block: 17px; font-size: 39px; line-height: 1.02; }
  .hero-lede { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-stats { margin-top: 30px; }
  .hero-stats div { padding: 14px; }
  .hero-stats dt { font-size: 21px; }
  .section { padding-block: 66px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 34px; }
  .feature-card { min-height: 280px; padding: 24px; }
  .feature-card-wide { min-height: 440px; }
  .timeline-card-head { padding: 20px 20px 0; }
  .timeline-card h3 { margin: 16px 20px 9px; font-size: 25px; }
  .event-summary { margin: 0 20px 20px; font-size: 14px; }
  .event-media img { height: auto; }
  .event-media figcaption { padding-inline: 20px; }
  .timeline-card blockquote { padding: 24px 24px 24px 46px; }
  .timeline-card blockquote::before { left: 15px; }
  .event-details summary { padding-inline: 20px; }
  .event-details-content { padding: 0 20px 22px; }
  .verification-grid { grid-template-columns: 1fr; }
  .stock-toolbar { align-items: stretch; flex-direction: column; }
  .stock-toolbar .button { width: 100%; }
  .stock-summary { grid-template-columns: 1fr; }
  .stock-summary > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stock-summary > div:last-child { border-bottom: 0; }
  .stock-visual { padding: 10px 8px 0; }
  .stock-chart { min-width: 680px; }
  .stock-visual { overflow-x: auto; }
  .context-grid { grid-template-columns: 1fr; }
  .evidence-archive { padding: 20px; }
  .archive-metrics { grid-template-columns: 1fr; }
  .archive-metrics > div { min-height: 86px; border-right: 0; border-bottom: 1px solid var(--line); }
  .archive-metrics > div:last-child { border-bottom: 0; }
  .archive-collection-body { padding-left: 18px; }
  .player-team-header { align-items: flex-start; flex-direction: column; gap: 4px; }
  .context-card { min-height: 260px; }
  .regional-card { min-height: 220px; }
  .verification-grid article { min-height: 210px; }
  .terms-panel > div { grid-template-columns: 38px 1fr; padding: 17px; }
  .player-card { grid-template-columns: 1fr; }
  .player-portrait-wrap { min-height: 330px; }
  .player-portrait { object-position: center top; }
  .player-copy { padding: 24px 21px; }
  .player-actions .button { flex: 1; }
  .indirect-player-meta { align-items: flex-start; flex-direction: column; }
  .indirect-player-card { grid-template-columns: 64px minmax(0, 1fr); padding: 15px; }
  .indirect-player-card > img { width: 64px; height: 64px; }
  .indirect-player-actions a { min-height: 44px; }
  .source-item { grid-template-columns: 28px 1fr; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; padding-block: 50px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .timeline-item { opacity: 1; transform: none; }
}

@media print {
  :root { color-scheme: light; }
  body { background: white; color: #111827; }
  .site-header, .hero-actions, .timeline-toolbar, .results-meta, .back-to-top, .player-actions, iframe { display: none !important; }
  .hero { min-height: auto; padding: 40px 0; background: #111827; color: white; }
  .hero-content { min-height: auto; padding: 0; }
  .hero-media, .hero-overlay { display: none; }
  .section { padding-block: 36px; }
  .section-dark, .player-section, .evidence-section { background: white; color: #111827; }
  .timeline::before { background: #94a3b8; }
  .timeline-card, .feature-card, .verification-grid article, .player-card, .video-card { break-inside: avoid; border-color: #cbd5e1; background: white; color: #111827; box-shadow: none; }
  .timeline-item { opacity: 1; transform: none; }
  .event-details { display: block; }
  .event-details summary { display: none; }
  .event-details-content { display: block; padding-top: 16px; }
  a { color: #0f4c81; }
}

/* PUBG Fairplay visual system — semantic light/dark layer */
@media screen {
  :root {
    --bg: #07111d;
    --bg-soft: #0c1726;
    --surface: #111e2f;
    --surface-2: #17263a;
    --surface-3: #203149;
    --text: #f7fafc;
    --text-soft: #d0dae7;
    --muted: #a4b2c3;
    --faint: #8798ad;
    --line: rgba(164, 178, 195, .2);
    --line-strong: rgba(164, 178, 195, .4);
    --panel: rgba(17, 30, 47, .92);
    --header: rgba(7, 17, 29, .9);
    --section-deep: #0a1523;
    color-scheme: dark;
  }

  :root[data-theme="light"] {
    --bg: #f4f7fb;
    --bg-soft: #eef3f8;
    --surface: #ffffff;
    --surface-2: #e9f0f7;
    --surface-3: #dfe8f2;
    --text: #102033;
    --text-soft: #2f435a;
    --muted: #53677d;
    --faint: #65798e;
    --line: rgba(38, 62, 87, .16);
    --line-strong: rgba(38, 62, 87, .32);
    --panel: rgba(255, 255, 255, .94);
    --header: rgba(244, 247, 251, .92);
    --section-deep: #e9f0f7;
    --shadow: 0 24px 70px rgba(26, 48, 73, .13);
    color-scheme: light;
  }

  body { background: var(--bg); color: var(--text); }
  .site-header { border-color: var(--line); background: var(--bg); }
  .section-dark, .stock-section, .player-section, .evidence-section { background: var(--section-deep); color: var(--text); }
  .timeline-toolbar, .timeline-card, .feature-card:not(.feature-card-wide), .verification-grid article, .context-card, .regional-card, .community-source-card, .statement-card, .player-card, .indirect-player-card, .source-item, .stock-panel, .evidence-archive { background: var(--panel); color: var(--text); }
  :root[data-theme="light"] .button-ghost { background: rgba(255,255,255,.72); }
  :root[data-theme="light"] .feature-card { background: linear-gradient(145deg, #fff, #f3f7fb); }
  :root[data-theme="light"] .feature-card-wide { background: linear-gradient(100deg, rgba(255,255,255,.98), rgba(255,255,255,.82)), url("assets/images/asia-stars-hero.jpg") center/cover; color: var(--text); }
  :root[data-theme="light"] .feature-card-wide p { color: var(--muted); }
  :root[data-theme="light"] .section-dark::before { opacity: .08; }

  .brand-logo { width: 43px; height: 43px; flex: none; }
  .nav { gap: 18px; }
  .nav-links { margin-left: auto; gap: 20px; }
  .nav-tools { display: flex; flex: none; align-items: center; gap: 8px; }
  .icon-button, .language-control { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); color: var(--text-soft); }
  .icon-button { padding: 0; cursor: pointer; }
  .icon-button:hover, .language-control:hover { border-color: var(--cyan); color: var(--text); }
  .icon-button[aria-pressed="false"] { color: var(--faint); opacity: .7; }
  .icon-button svg, .language-control svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
  .language-control { gap: 4px; padding: 0 8px; }
  .language-control select { min-height: 42px; border: 0; outline: 0; background: transparent; color: inherit; font: 700 12px "Chakra Petch", sans-serif; cursor: pointer; }
  .theme-icon-moon { display: none; }
  :root[data-theme="light"] .theme-icon-sun { display: none; }
  :root[data-theme="light"] .theme-icon-moon { display: block; }

  .hero { min-height: min(860px, calc(100dvh - var(--header-height))); }
  .hero-media { z-index: 0; object-position: 66% center; filter: saturate(.7) contrast(1.08) brightness(.78); }
  .hero-overlay { z-index: 1; background: linear-gradient(90deg, rgba(4,10,18,.99) 0%, rgba(4,10,18,.92) 42%, rgba(4,10,18,.25) 78%), linear-gradient(0deg, rgba(4,10,18,.94), transparent 36%); }
  .hero::after { z-index: 2; }
  .snow-canvas { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; pointer-events: none; }
  .hero-content { position: relative; z-index: 4; min-height: min(860px, calc(100dvh - var(--header-height))); }
  .hero-credit { z-index: 5; }
  .hero h1 { max-width: 780px; margin-bottom: 18px; color: #fff; }
  .hero h1 > span { color: rgba(255,255,255,.82) !important; text-shadow: 0 8px 30px rgba(0,0,0,.45); }
  .hero h1 em { color: #fff; -webkit-text-stroke: 0; text-shadow: 0 8px 38px rgba(0,0,0,.38); }
  .hero-statement { max-width: 720px; margin: 0 0 12px; color: var(--amber-light); font: 700 clamp(18px, 2.1vw, 24px)/1.35 "Chakra Petch", sans-serif; }
  .hero-lede { color: #d6e0ea; }
  .hero-intro-credit { margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 11px; }
  .support-live { display: flex; width: fit-content; max-width: 100%; align-items: center; gap: 12px; margin-top: 24px; padding: 12px 14px; border: 1px solid rgba(34,211,238,.35); border-radius: 13px; background: rgba(6,15,25,.72); color: #f8fafc; backdrop-filter: blur(10px); }
  .support-live div { display: flex; flex-direction: column; line-height: 1.15; }
  .support-live strong { font: 700 22px "Chakra Petch", sans-serif; font-variant-numeric: tabular-nums; }
  .support-live span { color: #b9c8d8; font-size: 11px; }
  .support-live a { margin-left: 10px; color: var(--cyan); font-size: 11px; font-weight: 700; text-decoration: none; }
  .support-pulse { width: 9px; height: 9px; flex: none; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(34,211,238,.12), 0 0 18px rgba(34,211,238,.5); }

  .context-top { position: relative; padding-block: 72px; background: linear-gradient(135deg, rgba(34,211,238,.07), transparent 44%), var(--bg-soft); border-bottom: 1px solid var(--line); }
  .context-top::before { position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 52px 52px; content: ""; opacity: .17; pointer-events: none; }
  .context-top .shell { position: relative; }

  .press-voices, .journey-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .voice-card { min-height: 260px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: 0 12px 35px rgba(0,0,0,.08); }
  .voice-card > span { color: var(--cyan); font: 700 11px "Chakra Petch", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
  .voice-card h3 { margin: 12px 0; font: 700 24px "Chakra Petch", sans-serif; }
  .voice-card blockquote { margin: 0 0 12px; color: var(--text); font: 600 17px/1.5 "Chakra Petch", sans-serif; }
  .voice-card p { color: var(--muted); }

  .community-debate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .community-debate-card { display: flex; min-height: 255px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: 0 12px 35px rgba(0,0,0,.08); }
  .community-debate-card > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: var(--faint); font: 700 10px "Chakra Petch", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
  .community-debate-card > div span { color: var(--cyan); }
  .community-debate-card h3 { margin: 18px 0 10px; font: 700 24px/1.2 "Chakra Petch", sans-serif; }
  .community-debate-card p { margin: 0 0 18px; color: var(--muted); }
  .community-debate-card .timeline-source { align-self: flex-start; margin-top: auto; }

  .inline-mail { display: inline-flex; align-items: center; gap: 5px; color: var(--cyan); font-weight: 700; text-decoration: none; }
  .inline-mail svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
  .inline-mail:hover { text-decoration: underline; }

  .journey-section { background: linear-gradient(180deg, var(--bg), var(--bg-soft)); }
  .journey-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--panel); box-shadow: var(--shadow); }
  .journey-card header { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .journey-avatar { position: relative; display: block; width: 82px; height: 82px; flex: 0 0 82px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-2); }
  .journey-card header .journey-avatar img { position: absolute; top: 0; left: -3%; display: block; width: 119%; height: 119%; max-width: none; object-fit: fill; }
  .journey-card header span { color: var(--amber-light); font-size: 11px; font-weight: 800; text-transform: uppercase; }
  .journey-card h3 { margin: 2px 0 0; font: 700 30px "Chakra Petch", sans-serif; }
  .journey-card header p { margin: 0; color: var(--muted); }
  .journey-card ol { margin: 24px 0; padding: 0; list-style: none; }
  .journey-card li { display: grid; grid-template-columns: 74px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .journey-card li:last-child { border-bottom: 0; }
  .journey-card time { color: var(--cyan); font: 700 14px "Chakra Petch", sans-serif; }
  .journey-card li strong { display: block; }
  .journey-card li p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

  .footer-link.contact-trigger { padding: 0; border: 0; background: none; cursor: pointer; }
  .contact-dialog { width: min(560px, calc(100% - 32px)); padding: 32px; border: 1px solid var(--line-strong); border-radius: 20px; background: var(--surface); color: var(--text); box-shadow: 0 30px 100px rgba(0,0,0,.4); }
  .contact-dialog::backdrop { background: rgba(2,8,15,.72); backdrop-filter: blur(5px); }
  .contact-dialog h2 { margin: 0; font: 700 30px/1.15 "Chakra Petch", sans-serif; }
  .contact-dialog p:not(.kicker) { color: var(--muted); }
  .dialog-close { position: absolute; top: 14px; right: 14px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); cursor: pointer; }
  .dialog-close svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

  @media (max-width: 1120px) {
    .nav-links { display: none; position: absolute; top: var(--header-height); right: 20px; left: 20px; flex-direction: column; align-items: stretch; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
    .nav-links.is-open { display: flex; }
    .nav-links a { min-height: 44px; padding: 12px; }
    .nav-links a::after { display: none; }
    .nav-toggle { display: flex; margin-left: auto; }
  }

  @media (max-width: 760px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .site-header { height: 68px; --header-height: 68px; }
    .brand-logo { width: 37px; height: 37px; }
    .brand strong { font-size: 14px; }
    .brand small { display: none; }
    .nav { gap: 8px; }
    .nav-tools { gap: 5px; }
    .icon-button { min-width: 42px; min-height: 42px; }
    .language-control { min-height: 42px; padding-inline: 6px; }
    .language-control svg { display: none; }
    .nav-toggle { width: 42px; height: 42px; }
    .hero, .hero-content { min-height: calc(100dvh - 68px); }
    .hero-media { object-position: 60% center; }
    .hero-overlay { background: linear-gradient(0deg, rgba(4,10,18,.98) 0%, rgba(4,10,18,.76) 68%, rgba(4,10,18,.45)); }
    .hero-content { justify-content: flex-end; padding-block: 92px 76px; }
    .hero h1 { font-size: clamp(40px, 13vw, 60px); }
    .hero-credit { right: 14px; bottom: 12px; }
    .support-live { width: 100%; align-items: flex-start; flex-wrap: wrap; }
    .support-live a { width: 100%; margin: 2px 0 0 21px; }
    .split-heading { grid-template-columns: 1fr; gap: 16px; }
    .press-voices, .journey-grid, .community-debate-grid { grid-template-columns: 1fr; }
    .voice-card { min-height: auto; }
    .journey-card { padding: 20px; }
  }

  @media (max-width: 430px) {
    .brand strong { max-width: 110px; font-size: 12px; line-height: 1.1; }
    .nav-toggle { order: 4; }
    .language-control { min-width: 44px; }
    .hero-actions .button { width: 100%; }
    .hero-intro-credit { padding-right: 6px; }
    .journey-card li { grid-template-columns: 62px 1fr; }
  }
}

/* Final cascade: global snow, brighter light theme and hero composition. */
@media screen {
  body > .snow-canvas { position: fixed; z-index: 20; inset: 0; width: 100vw; height: 100dvh; pointer-events: none; }
  main :is(h1,h2,h3,h4,p,blockquote,cite,time,figcaption,a,button,label,input,select,summary,dt,dd,li,th,td,span),
  .site-footer :is(h2,p,a,button,span) { position: relative; z-index: 21; }
  .site-header { z-index: 100; }
  .hero { background: #050b13; }
  .hero .hero-media { right: 0; left: auto; width: 68%; object-position: center; }
  .hero .hero-overlay { background: linear-gradient(90deg,#050b13 0%,rgba(5,11,19,.98) 34%,rgba(5,11,19,.62) 58%,rgba(5,11,19,.12) 100%),linear-gradient(0deg,rgba(5,11,19,.94),transparent 40%); }
  .hero .hero-content > * { max-width: 54%; }
  .hero .hero-content .support-live { max-width: 54%; }
  :root[data-theme="light"] .site-footer,
  :root[data-theme="light"] .rulebook-section,
  :root[data-theme="light"] .player-section,
  :root[data-theme="light"] .evidence-section,
  :root[data-theme="light"] .section-dark,
  :root[data-theme="light"] .stock-section,
  :root[data-theme="light"] .context-section { background: var(--bg-soft); color: var(--text); }
  :root[data-theme="light"] .site-footer :is(h2,p,span,a,button),
  :root[data-theme="light"] .rulebook-section :is(h2,h3,p,th,td),
  :root[data-theme="light"] .section-dark :is(h2,h3,p,summary),
  :root[data-theme="light"] .stock-section :is(h2,h3,p,span,strong,summary),
  :root[data-theme="light"] .player-section :is(h2,h3,p,span),
  :root[data-theme="light"] .evidence-section :is(h2,h3,p,span,summary,li),
  :root[data-theme="light"] .context-section :is(h2,h3,p,span,blockquote,cite,a) { color: var(--text); }
  :root[data-theme="light"] :is(.rulebook-table-wrap,.timeline-toolbar,.timeline-card,.stock-panel,.evidence-archive,.archive-collection,.statement-card,.regional-card,.player-card,.indirect-player-card,.video-card,.archive-video,.community-source-card,.voice-card,.community-debate-card,.journey-card,.source-item,.verification-grid article) { background: var(--surface); color: var(--text); border-color: var(--line); }
  :root[data-theme="light"] :is(.event-summary,.event-details-content p,.archive-collection-body p,.archive-limitations ul,.footer-grid p,.voice-card p,.community-debate-card p,.statement-card>p,.regional-card p,.indirect-player-copy>p,.stock-disclaimer) { color: var(--muted); }

  :root[data-theme="light"] .back-to-top { background: #fff; color: #8a4d00; }
  :root[data-theme="light"] .timeline::before { background: #a7b8c8; }
  :root[data-theme="light"] .timeline-node span { box-shadow: 0 0 0 5px #e4edf6; }
  :root[data-theme="light"] .snow-canvas { opacity: .6; mix-blend-mode: multiply; }
  @media (max-width:760px) {
    .hero { min-height: 920px; }
    .hero .hero-media { top:0; width:100%; height:48%; object-position:54% 28%; }
    .hero .hero-overlay { background: linear-gradient(0deg,#050b13 0%,#050b13 50%,rgba(5,11,19,.22) 78%,rgba(5,11,19,.1) 100%); }
    .hero .hero-content { min-height:920px; justify-content:flex-end; padding-top:380px; padding-bottom:54px; }
    .hero .hero-content > *, .hero .hero-content .support-live { max-width:100%; }
  }
  @media (max-width:430px) {
    .hero { min-height:980px; }
    .hero .hero-content { min-height:980px; padding-top:360px; }
    .hero .hero-media { height:42%; object-position:56% 20%; }
  }
}

.career-archive { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.career-archive > .overline { margin: 0 0 12px; color: var(--amber-light); }
.career-section { margin-bottom: 8px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-2); overflow: hidden; }
.career-section summary { display: grid; grid-template-columns: 1fr auto 18px; gap: 10px; min-height: 52px; align-items: center; padding: 12px 14px; cursor: pointer; list-style: none; }
.career-section summary::-webkit-details-marker { display: none; }
.career-section summary span { font-size: 12px; font-weight: 800; }
.career-section summary strong { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--surface-3); color: var(--cyan); font-size: 10px; }
.career-section summary svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform 180ms ease; }
.career-section[open] summary svg { transform: rotate(90deg); }
.career-section ul { display: grid; gap: 8px; margin: 0; padding: 14px 18px 18px 34px; border-top: 1px solid var(--line); color: var(--text-soft); font-size: 12px; }
:root[data-theme="light"] .career-section { background: var(--bg-soft); }
.editorial-disclaimer { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-top: 28px; padding: 18px 20px; border: 1px solid var(--line-strong); border-left: 4px solid var(--amber); border-radius: 14px; background: var(--surface); }
.editorial-disclaimer strong { color: var(--amber-light); font: 700 12px "Chakra Petch", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.editorial-disclaimer p { margin: 0; color: var(--text-soft); font-size: 13px; }

.language-menu { position: relative; z-index: 140; }
.language-menu > summary { display: grid; min-width: 72px; min-height: 44px; grid-template-columns: 24px auto 16px; align-items: center; gap: 7px; padding: 0 9px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); color: var(--text-soft); cursor: pointer; list-style: none; }
.language-menu > summary::-webkit-details-marker { display: none; }
.language-menu > summary img, .language-options img { width: 24px; height: 17px; border: 1px solid rgba(127,145,166,.28); border-radius: 3px; object-fit: cover; }
.language-menu > summary span { font: 700 12px "Chakra Petch", sans-serif; }
.language-menu > summary svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform 160ms ease; }
.language-menu[open] > summary svg { transform: rotate(180deg); }
.language-options { position: absolute; top: calc(100% + 8px); right: 0; display: grid; width: 210px; padding: 8px; border: 1px solid var(--line-strong); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.language-options button { display: grid; min-height: 44px; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; padding: 8px 10px; border: 0; border-radius: 8px; background: transparent; text-align: left; cursor: pointer; }
.language-options button:hover, .language-options button[aria-selected="true"] { background: var(--surface-2); color: var(--cyan); }
:root[data-theme="light"] .editorial-disclaimer, :root[data-theme="light"] .source-group, :root[data-theme="light"] .language-menu > summary, :root[data-theme="light"] .language-options { background: #fff; color: var(--text); }
:root[data-theme="light"] .language-options button:hover, :root[data-theme="light"] .language-options button[aria-selected="true"] { background: #eaf2f8; }
.tthq-hero { padding-block: 64px 46px; }
.tthq-hero h1 { max-width: 1120px; margin: 12px 0 20px; font: 700 clamp(42px,5.3vw,68px)/1.02 "Chakra Petch",sans-serif; letter-spacing: -.035em; }
.tthq-lede { max-width: 800px; margin: 0; color: var(--muted); font-size: 17px; }
.tthq-hero + .section { padding-block: 52px 88px; }
.nav-links.tthq-nav { display: flex; }
@media (max-width:760px) {
  .nav-links.tthq-nav { position: static; display: flex; margin-left: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .nav-links.tthq-nav a:not(.is-active) { display: none; }
  .nav-links.tthq-nav a { min-height: 40px; padding: 8px; font-size: 10px; }
  .tthq-hero { padding-block: 58px 38px; }
  .tthq-hero + .section { padding-block: 44px 68px; }
  .editorial-disclaimer { grid-template-columns: 1fr; gap: 6px; }
  .language-menu > summary { min-width: 62px; grid-template-columns: 22px auto; }
  .language-menu > summary svg { display: none; }
  .language-options { position: fixed; top: 72px; right: 14px; left: 14px; width: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
