@font-face{font-family:'Fraunces';font-style:italic;font-weight:300 900;font-display:swap;src:url(fonts/fraunces-italic-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Fraunces';font-style:italic;font-weight:300 900;font-display:swap;src:url(fonts/fraunces-italic-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 900;font-display:swap;src:url(fonts/fraunces-normal-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:300 900;font-display:swap;src:url(fonts/fraunces-normal-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Source Serif 4';font-style:italic;font-weight:300 700;font-display:swap;src:url(fonts/source-serif-4-italic-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Source Serif 4';font-style:italic;font-weight:300 700;font-display:swap;src:url(fonts/source-serif-4-italic-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Source Serif 4';font-style:normal;font-weight:300 700;font-display:swap;src:url(fonts/source-serif-4-normal-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Source Serif 4';font-style:normal;font-weight:300 700;font-display:swap;src:url(fonts/source-serif-4-normal-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
/* ---------- tokens ---------- */
:root {
  color-scheme: light;
  --paper: #f3ecdf;
  --paper-deep: #e9e0cf;
  --surface: #fbf7ef;
  --ink: #1c1814;
  --ink-soft: #3a332b;
  --ink-muted: #473f35;
  --rule: #d6cab4;
  --rule-strong: #b5a78d;
  --accent: #1f5c8a;          /* ink blue, marks and fills */
  --accent-text: #174a70;     /* ink blue for small text on paper */
  --on-accent: #fff8ef;
  --gold: #634306;
  --label: #2a241d;
  --shadow: 0 1px 2px #1c181414, 0 8px 24px #1c181412;
  --c0: #ece5d3; --c1: #cfdde6; --c2: #a9c4d4; --c3: #6fa0bd; --c4: #3f7ea6; --c5: #1c4f76;
  --c-ink: #1c1814; --c-paper: #fff8ef;
  --display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --serif: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --bar: 2.75rem;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --paper: #14110d;
    --paper-deep: #1d1914;
    --surface: #1f1a15;
    --ink: #f1e9dc;
    --ink-soft: #ddd3c3;
    --ink-muted: #c2b7a5;
    --rule: #3a3229;
    --rule-strong: #5a4f41;
    --accent: #7fb3d9;
    --accent-text: #a8cbe4;
    --on-accent: #10181f;
    --gold: #e0b45c;
    --label: #efe6d6;
    --shadow: 0 1px 2px #0006, 0 8px 24px #0005;
    --c0: #2a2620; --c1: #2c4356; --c2: #2f5a7d; --c3: #39749f; --c4: #5b97c2; --c5: #8fbde0;
    --c-ink: #f1e9dc; --c-paper: #10181f;
  }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --paper: #14110d;
  --paper-deep: #1d1914;
  --surface: #1f1a15;
  --ink: #f1e9dc;
  --ink-soft: #ddd3c3;
  --ink-muted: #c2b7a5;
  --rule: #3a3229;
  --rule-strong: #5a4f41;
  --accent: #7fb3d9;
  --accent-text: #a8cbe4;
  --on-accent: #10181f;
  --gold: #e0b45c;
  --label: #efe6d6;
  --shadow: 0 1px 2px #0006, 0 8px 24px #0005;
  --c0: #2a2620; --c1: #2c4356; --c2: #2f5a7d; --c3: #39749f; --c4: #5b97c2; --c5: #8fbde0;
  --c-ink: #f1e9dc; --c-paper: #10181f;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
html, body { overflow-x: clip; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--serif); font-size: 1.125rem; line-height: 1.62;
  font-optical-sizing: auto; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-text); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 3px; }
em { font-style: italic; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; color: var(--ink); text-wrap: balance; }
section { scroll-margin-top: calc(var(--bar) + .5rem); }
[hidden] { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { max-width: 72rem; margin: 0 auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: 46rem; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: var(--paper); padding: .5rem .8rem; border-radius: 4px; }
.skip:focus { left: .8rem; top: .8rem; }

/* ---------- top bar ---------- */
.topbar {
  position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: .55rem;
  min-height: var(--bar); padding: .3rem var(--gutter);
  padding-top: calc(.3rem + env(safe-area-inset-top, 0px));
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: saturate(1.3) blur(10px); -webkit-backdrop-filter: saturate(1.3) blur(10px);
  border-bottom: 1px solid var(--rule); font-family: var(--sans); font-size: .78rem;
}
.topbar .home { font-weight: 650; color: var(--ink-soft); text-decoration: none; flex: none; }
.topbar .spacer { flex: 1; }
.topnav { display: flex; gap: .1rem; overflow-x: auto; scrollbar-width: none; min-width: 0; margin-left: .25rem; }
.topnav::-webkit-scrollbar { display: none; }
.topnav a { padding: .25rem .55rem; border-radius: 999px; text-decoration: none; color: var(--ink-muted); white-space: nowrap; }
.topnav a:hover { color: var(--accent-text); background: var(--paper-deep); }
.topnav a[aria-current="true"] { color: var(--ink); background: var(--paper-deep); font-weight: 650; }
.langmenu { position: relative; flex: none; }
.langmenu summary {
  display: inline-flex; align-items: center; gap: .3rem; padding: .22rem .6rem; border-radius: 999px;
  border: 1px solid var(--rule-strong); color: var(--ink-soft); background: var(--surface);
  cursor: pointer; list-style: none; white-space: nowrap;
}
.langmenu summary::-webkit-details-marker { display: none; }
.langmenu summary:hover { border-color: var(--accent); color: var(--accent-text); }
.langmenu ul {
  position: absolute; right: 0; top: calc(100% + .4rem); margin: 0; padding: .3rem; list-style: none;
  background: var(--surface); border: 1px solid var(--rule-strong); border-radius: .6rem;
  box-shadow: var(--shadow); min-width: 11rem; z-index: 60;
}
.langmenu li a { display: block; padding: .32rem .6rem; border-radius: .4rem; color: var(--ink-soft); text-decoration: none; white-space: nowrap; }
.langmenu li a:hover { color: var(--accent-text); background: var(--paper-deep); }
.langmenu li a[aria-current="true"] { color: var(--ink); font-weight: 650; }
.icon-btn {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 1.95rem; height: 1.95rem; padding: 0; border-radius: 999px; cursor: pointer;
  color: var(--ink-muted); background: var(--surface); border: 1px solid var(--rule-strong);
}
.icon-btn:hover { color: var(--accent-text); border-color: var(--accent); }
.icon-btn svg { display: block; }
.icon-btn svg[hidden] { display: none; }
@media (max-width: 34rem) {
  .topbar { gap: .35rem; }
  .topbar .home { max-width: 5.6rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .topnav a { padding: .25rem .4rem; }
}

/* ---------- reading rail ---------- */
.rail { display: none; position: fixed; top: 50%; right: 1.1rem; transform: translateY(-50%); flex-direction: column; align-items: flex-end; gap: .5rem; z-index: 30; }
@media (min-width: 88rem) { .rail { display: flex; } }
.rail-dot { position: relative; display: flex; align-items: center; justify-content: flex-end; width: 14px; padding: .15rem 0; text-decoration: none; }
.rail-dot .dot { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--rule-strong); transition: background-color .15s, transform .15s; }
.rail-dot:hover .dot, .rail-dot:focus-visible .dot { background: var(--ink-soft); }
.rail-dot.active .dot { background: var(--accent); transform: scale(1.5); }
.rail-label {
  position: absolute; right: 100%; top: 50%; margin-top: -.85rem; margin-right: .5rem;
  font-family: var(--sans); font-size: .75rem; line-height: 1.2; color: var(--ink-soft); white-space: nowrap;
  background: var(--surface); border: 1px solid var(--rule); border-radius: 4px; padding: .25rem .55rem; box-shadow: var(--shadow);
  opacity: 0; transform: translateX(6px); pointer-events: none; transition: opacity .12s, transform .12s;
}
.rail-dot:hover .rail-label, .rail-dot:focus-visible .rail-label { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rail-dot .dot, .rail-label { transition: none; } }
@media print { .rail, .topbar { display: none; } }

/* ---------- seals ---------- */
.seal {
  display: inline-grid; place-items: center; flex: none;
  font-family: var(--display); font-weight: 700; color: var(--on-accent); background: var(--accent);
  border-radius: 3px; line-height: 1; letter-spacing: .14em;
  padding: .32em .5em .28em .62em; font-size: .8rem;
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--on-accent) 30%, transparent);
}
.seal-lg { font-size: 1.1rem; }

/* ---------- hero ---------- */
.hero {
  position: relative; display: grid; gap: 1.5rem 2rem;
  padding: clamp(1.8rem, 5vw, 3.5rem) var(--gutter) 2rem; max-width: 96rem; margin: 0 auto;
}
@media (min-width: 64rem) {
  .hero { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; }
  .hero-text { grid-column: 1; grid-row: 1; }
  .hero-doc { grid-column: 2; grid-row: 1; margin: 0; }
  .cast-wrap { grid-column: 1 / -1; grid-row: 2; }
}
.kicker { font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-text); margin: 0 0 .9rem; }
.hero h1 { font-size: clamp(2.3rem, 5.2vw, 3.7rem); line-height: 1.02; letter-spacing: -.02em; margin: 0 0 1.1rem; font-weight: 640; font-variation-settings: "SOFT" 30, "WONK" 0; }
.deck { font-size: clamp(1.1rem, 1.8vw, 1.28rem); line-height: 1.5; color: var(--ink-soft); margin: 0 0 1rem; }
.byline { font-family: var(--sans); font-size: .82rem; color: var(--ink-muted); margin: 0; }
.cast-heading { font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-muted); margin: 0 0 .6rem; }
.cast { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(10rem, 45%), 1fr)); gap: .45rem; }
.cast a {
  display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: .6rem; align-items: center;
  padding: .45rem .6rem; border-radius: 6px; text-decoration: none; color: var(--ink);
  background: var(--surface); border: 1px solid var(--rule); transition: transform .15s, border-color .15s;
}
.cast a:hover { border-color: var(--accent); transform: translateY(-1px); }
.cast .seal { grid-row: 1 / span 2; font-size: .72rem; }
.cast-name { font-family: var(--display); font-weight: 600; font-size: 1rem; line-height: 1.15; }
.cast-years { font-family: var(--sans); font-size: .74rem; color: var(--ink-muted); font-variant-numeric: tabular-nums; }

/* ---------- cartogram ---------- */
.carto { padding: 4rem 0 3rem; border-top: 1px solid var(--rule); }
.carto h2, .game h2, .numbers h2, .myths h2, .sources h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); line-height: 1.1; letter-spacing: -.015em; margin: 0 0 1rem; }
.carto-intro p { color: var(--ink-soft); max-width: 46rem; }
.carto-controls { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin: 1.4rem 0 1rem; }
.year-switch { display: inline-flex; gap: .3rem; padding: .25rem; border: 1px solid var(--rule-strong); border-radius: 999px; background: var(--surface); }
.year-switch button {
  font: 650 .9rem var(--sans); padding: .45rem 1rem; min-height: 2.75rem; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; background: transparent; color: var(--ink-muted); font-variant-numeric: tabular-nums;
}
.year-switch button[aria-pressed="true"] { background: var(--accent); color: var(--on-accent); }
.year-switch button:hover { border-color: var(--accent); }
.carto-play {
  display: inline-flex; gap: .4rem; align-items: center; font: 600 .85rem var(--sans);
  color: var(--ink-soft); background: var(--surface); border: 1px solid var(--rule-strong);
  border-radius: 999px; padding: .55rem 1rem; min-height: 2.75rem; cursor: pointer;
}
.carto-play:hover { color: var(--accent-text); border-color: var(--accent); }
.carto-hud { font-family: var(--sans); font-size: .85rem; color: var(--ink-muted); margin: .2rem 0 1rem; font-variant-numeric: tabular-nums; }
.carto-hud strong { color: var(--ink); font-size: 1.1rem; }
.carto-scroll { overflow-x: auto; border: 1px solid var(--rule); border-radius: 10px; background: var(--surface); padding: .9rem; }
.carto-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; min-width: 40rem; }
.cell {
  border-radius: 5px; padding: .3rem .3rem .35rem; min-height: 3.6rem; text-align: center;
  display: flex; flex-direction: column; justify-content: center; gap: .1rem; line-height: 1.15;
  background: var(--c0); color: var(--c-ink); border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.cell.c0 { background: var(--c0); color: var(--c-ink); }
.cell.c1 { background: var(--c1); color: var(--c-ink); }
.cell.c2 { background: var(--c2); color: var(--c-ink); }
.cell.c3 { background: var(--c3); color: var(--c-paper); }
.cell.c4 { background: var(--c4); color: var(--c-paper); }
.cell.c5 { background: var(--c5); color: var(--c-paper); }
.cell-name { font-family: var(--sans); font-size: .62rem; font-weight: 600; }
.cell-val { font-family: var(--display); font-weight: 700; font-size: .95rem; font-variant-numeric: tabular-nums; }
.carto-legend { display: flex; flex-wrap: wrap; gap: .4rem .9rem; list-style: none; margin: 1rem 0 0; padding: 0; font-family: var(--sans); font-size: .78rem; color: var(--ink-muted); }
.carto-legend li { display: inline-flex; align-items: center; gap: .35rem; }
.sw { display: inline-block; width: 1rem; height: 1rem; border-radius: 3px; border: 1px solid color-mix(in srgb, var(--ink) 20%, transparent); }
.sw.c0 { background: var(--c0); } .sw.c1 { background: var(--c1); } .sw.c2 { background: var(--c2); }
.sw.c3 { background: var(--c3); } .sw.c4 { background: var(--c4); } .sw.c5 { background: var(--c5); }
.carto-note { font-size: .9rem; color: var(--ink-muted); max-width: 46rem; }
.carto-table-wrap { margin-top: 1.6rem; overflow-x: auto; }
.carto-table { border-collapse: collapse; width: 100%; min-width: 34rem; font-family: var(--sans); font-size: .85rem; }
.carto-table caption { text-align: left; font-weight: 650; padding-bottom: .5rem; color: var(--ink-soft); }
.carto-table th, .carto-table td { padding: .35rem .6rem; border-bottom: 1px solid var(--rule); text-align: right; font-variant-numeric: tabular-nums; }
.carto-table th:first-child, .carto-table td:first-child { text-align: left; }
.carto-table thead th { border-bottom: 2px solid var(--rule-strong); color: var(--ink-muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.carto-table tbody tr:hover { background: var(--paper-deep); }

/* ---------- chapters ---------- */
.chapters { padding: 1rem 0 3rem; }
.chapter { padding: 3.5rem 0 2.5rem; border-top: 1px solid var(--rule); }
.chapter:first-child { border-top: 0; }
.ch-head { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; align-items: center; margin-bottom: 1.2rem; }
.ch-num { grid-column: 1 / -1; margin: 0 0 .3rem; font-family: var(--display); font-weight: 700; font-size: .9rem; letter-spacing: .2em; color: var(--accent-text); }
.ch-head .seal { grid-row: 2 / span 2; }
.ch-head h2 { margin: 0; font-size: clamp(2rem, 4.8vw, 3rem); line-height: 1; letter-spacing: -.02em; }
.ch-dates { margin: .35rem 0 0; font-family: var(--sans); font-size: .85rem; color: var(--ink-muted); }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0 0 1.6rem; background: var(--rule); border: 1px solid var(--rule); border-radius: 8px; overflow: hidden; }
.stats > div { background: var(--surface); padding: .6rem .8rem; }
.stats dt { font-family: var(--sans); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-muted); }
.stats dd { margin: .1rem 0 0; font-family: var(--display); font-size: 1.12rem; font-weight: 600; line-height: 1.3; }
.chapter p { margin: 0 0 1.1rem; }
@media (max-width: 34rem) { .stats { grid-template-columns: 1fr; } }
.meanwhile {
  margin-top: 1.8rem !important; padding: .9rem 1rem; border-radius: 8px; background: var(--paper-deep);
  font-size: 1rem; color: var(--ink-soft); line-height: 1.5;
}
.meanwhile-label { display: block; font-family: var(--sans); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-text); margin-bottom: .15rem; }
.scene {
  margin: 1.6rem 0; padding: 1.1rem 1.2rem 1rem 1.3rem; border-radius: 0 8px 8px 0;
  border-left: 4px solid var(--accent); background: var(--surface);
}
.scene p { margin: 0 0 .5rem; font-size: 1.06rem; line-height: 1.55; }
.scene cite { display: block; font: 600 .8rem var(--sans); font-style: normal; color: var(--ink-muted); }
.scene cite::before { content: "— "; }

.figure { margin: 1.8rem 0; }
.figure img { width: 100%; height: auto; border-radius: 6px; background: var(--paper-deep); box-shadow: var(--shadow); }
figcaption { font-family: var(--sans); font-size: .82rem; line-height: 1.45; color: var(--ink-muted); margin-top: .6rem; }
.credit { display: block; margin-top: .15rem; }
.credit a { color: var(--ink-muted); }

/* ---------- game ---------- */
.game, .numbers, .myths, .sources { padding: 4.5rem 0 3.5rem; border-top: 1px solid var(--rule); }
.game { background: var(--paper-deep); }
.section-intro { max-width: 40rem; color: var(--ink-soft); margin: 0 0 1.8rem; }
.cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 19rem), 1fr)); gap: 1rem; }
.card {
  position: relative; display: flex; flex-direction: column; padding: 1.1rem 1.1rem 1rem; border-radius: 10px;
  background: var(--surface); border: 1px solid var(--rule); box-shadow: var(--shadow);
  transition: transform .25s, border-color .25s;
}
.card-num { position: absolute; right: .9rem; top: .7rem; margin: 0; font-family: var(--display); font-weight: 700; font-size: 1.6rem; color: var(--rule-strong); line-height: 1; }
.card-place { margin: 0 2rem .5rem 0; font-size: 1.25rem; line-height: 1.2; }
.card-situation { margin: 0 0 .9rem; font-size: 1rem; color: var(--ink-soft); }
.card-buttons { display: flex; gap: .5rem; margin-top: auto; }
.card-buttons button, .btn {
  flex: 1; font: 650 .92rem var(--sans); padding: .6rem .8rem; border-radius: 999px; cursor: pointer; text-decoration: none; text-align: center;
  color: var(--ink); background: var(--paper); border: 1.5px solid var(--rule-strong); min-height: 2.75rem;
  transition: background-color .15s, border-color .15s, color .15s, transform .1s;
}
.card-buttons button:hover, .btn:hover { border-color: var(--accent); color: var(--accent-text); }
.card-buttons button:active, .btn:active { transform: scale(.97); }
.card-buttons button[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.card-buttons button:disabled { cursor: default; }
.card-buttons button:disabled:not([aria-pressed="true"]) { opacity: .45; }
.card-verdict { margin: .6rem 0 0; font: 700 .8rem var(--sans); letter-spacing: .12em; text-transform: uppercase; min-height: 0; }
.card-verdict:empty { display: none; }
.card.right { border-color: var(--gold); }
.card.right .card-verdict { color: var(--gold); }
.card.wrong .card-verdict { color: var(--accent-text); }
.card.answered { transform: translateY(-2px); }
.card-answer { margin-top: .6rem; font-size: .98rem; }
.card-answer summary { font: 600 .82rem var(--sans); color: var(--ink-muted); cursor: pointer; }
.card-answer p { margin: .4rem 0 .5rem; }
.game.ready .card-answer summary { display: none; }
.card-answer:focus { outline: none; }
.card-answer:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.game.ready .card:not(.answered) .card-answer { display: none; }
@keyframes pop { 0% { transform: scale(.96); } 60% { transform: scale(1.02); } 100% { transform: scale(1) translateY(-2px); } }
.game.ready .card.answered { animation: pop .4s ease-out; }
@media (prefers-reduced-motion: reduce) { .game.ready .card.answered { animation: none; } }
.scoreboard { margin-top: 1.6rem; padding: 1.2rem; border-radius: 10px; background: var(--surface); border: 1px solid var(--rule); display: grid; gap: .6rem; }
.score { margin: 0; font-family: var(--display); font-weight: 650; font-size: 1.35rem; }
.score-done { margin: 0; color: var(--ink-soft); }
.score-done:empty { display: none; }
.score-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.score-actions .btn { flex: 0 1 auto; }
.btn.share { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.btn.share:hover { color: var(--on-accent); filter: brightness(1.08); }

/* ---------- myths ---------- */
.myth-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr)); gap: 1.4rem; counter-reset: myth; }
.myth-list li { counter-increment: myth; border-top: 3px solid var(--ink); padding-top: .9rem; }
.myth-list h3 { font-size: 1.3rem; line-height: 1.2; margin: 0 0 .5rem; }
.myth-list h3::before { content: counter(myth, upper-roman) " "; color: var(--accent-text); }
.myth-list p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }

/* ---------- numbers ---------- */
.num-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr)); gap: 1px; margin: 0; background: var(--rule); border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; }
.num-grid > div { background: var(--surface); padding: 1rem .9rem; }
.num-grid dt { font-family: var(--display); font-weight: 700; font-size: 2.1rem; line-height: 1; color: var(--accent-text); font-variant-numeric: tabular-nums lining-nums; }
.num-grid dd { margin: .4rem 0 0; font-family: var(--sans); font-size: .86rem; line-height: 1.4; color: var(--ink-soft); }

/* ---------- sources ---------- */
.sources { font-size: 1rem; }
.sources > .wrap > p { max-width: 46rem; color: var(--ink-soft); }
.src-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr)); gap: 1.2rem 2rem; margin-top: 2rem; }
.src-group h3, .img-heading { font-family: var(--sans); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-muted); margin: 0 0 .4rem; }
.img-heading { margin-top: 2.2rem; }
.src-group ul, .img-credits { margin: 0; padding-left: 1.1rem; font-family: var(--sans); font-size: .86rem; line-height: 1.5; }
.src-group li, .img-credits li { margin-bottom: .35rem; overflow-wrap: anywhere; }
.img-credits { color: var(--ink-soft); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--rule); padding: 2rem var(--gutter) calc(2.5rem + env(safe-area-inset-bottom, 0px)); text-align: center; font-family: var(--sans); font-size: .88rem; color: var(--ink-muted); }
.site-footer p { margin: 0; }

/* ---------- 404 ---------- */
.nf-main { padding-block: 5rem; max-width: 40rem; }
.nf-main .btn { display: inline-block; }

@media (max-width: 63.99rem) {
  .cast a { padding: .4rem .5rem; column-gap: .45rem; }
  .cast-name { font-size: .92rem; }
}
