@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: #a8261c;
  --accent-text: #801b13;
  --on-accent: #fff8ef;
  --gold: #634306;
  --sea: #dbe3df;
  --land: #f1e8d6;
  --grat: #c3cdc8;
  --route: #b3261e;
  --route-dim: #b3261e40;
  --label: #2a241d;
  --label-halo: #f1e8d6;
  --shadow: 0 1px 2px #1c181414, 0 8px 24px #1c181412;
  --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: #e0513c;
    --accent-text: #ff9d86;
    --on-accent: #1a0f0b;
    --gold: #e0b45c;
    --sea: #10181b;
    --land: #231e18;
    --grat: #1e282b;
    --route: #ff6b50;
    --route-dim: #ff6b5038;
    --label: #efe6d6;
    --label-halo: #231e18;
    --shadow: 0 1px 2px #0006, 0 8px 24px #0005;
  }
}
: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: #e0513c;
  --accent-text: #ff9d86;
  --on-accent: #1a0f0b;
  --gold: #e0b45c;
  --sea: #10181b;
  --land: #231e18;
  --grat: #1e282b;
  --route: #ff6b50;
  --route-dim: #ff6b5038;
  --label: #efe6d6;
  --label-halo: #231e18;
  --shadow: 0 1px 2px #0006, 0 8px 24px #0005;
}

/* ---------- 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); }
.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, 1fr) minmax(0, 1fr); 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; }
.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, .cast a.lit { 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; }

/* ---------- schematic map ---------- */
.atlas { max-width: 96rem; margin: 0 auto; padding: 0 var(--gutter); }
.mapsec { padding: 3rem 0 1rem; }
.mapsec h2, .game h2, .decoder 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; }
.mapsec > p { color: var(--ink-soft); max-width: 52rem; }
.map-grid { display: grid; gap: 1.2rem; margin-top: 1.4rem; }
@media (min-width: 64rem) { .map-grid { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); align-items: start; } }
.map-frame { position: relative; border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; background: var(--land); }
.map { width: 100%; height: auto; display: block; overflow: visible; }
.board rect { fill: var(--land); }
.board line { stroke: var(--grat); stroke-width: .7; }
.lands .land { font-family: var(--serif); font-style: italic; font-size: 26px; fill: var(--ink-muted); letter-spacing: .14em; paint-order: stroke; stroke: var(--label-halo); stroke-width: 4px; stroke-linejoin: round; }
.route { fill: none; stroke: var(--route); stroke-width: 3; stroke-dasharray: 9 7; stroke-linecap: round; opacity: .85; transition: opacity .2s, stroke-width .2s; }
.routes.dim .route { opacity: .25; }
.routes.dim .route.lit { opacity: 1; stroke-width: 4.5; }
.stop { cursor: pointer; }
.stop circle { fill: var(--paper); stroke: var(--route); stroke-width: 3; }
.stop text { font-family: var(--sans); font-size: 21px; font-weight: 650; fill: var(--label); paint-order: stroke; stroke: var(--label-halo); stroke-width: 4px; stroke-linejoin: round; }
.stop.lit circle { fill: var(--route); }
.hub-dot { fill: var(--route); stroke: var(--paper); stroke-width: 3; }
.hub-halo { fill: var(--route); opacity: .22; }
.hub text { font-family: var(--sans); font-size: 24px; font-weight: 700; fill: var(--label); paint-order: stroke; stroke: var(--label-halo); stroke-width: 4px; stroke-linejoin: round; }
.hud {
  position: absolute; left: .6rem; top: .6rem;
  background: color-mix(in srgb, var(--surface) 92%, transparent); border: 1px solid var(--rule); border-radius: 8px;
  padding: .4rem .6rem; box-shadow: var(--shadow); font-family: var(--sans); max-width: calc(100% - 1.2rem);
}
.hud-main { display: flex; flex-direction: column; line-height: 1.2; }
.hud-name { font-family: var(--display); font-weight: 650; font-size: 1rem; }
.map-legend { display: flex; gap: 1rem; margin: 0; padding: .35rem .7rem .5rem; font-family: var(--sans); font-size: .72rem; color: var(--ink-muted); background: var(--paper); border-top: 1px solid var(--rule); }
.lg::before { content: ""; display: inline-block; width: 1.6rem; height: 0; margin-right: .4rem; vertical-align: middle; border-top: 2.4px solid var(--route); }
.lg-dashed::before { border-top-style: dashed; border-top-width: 2px; }
.map-note { font-size: .9rem; color: var(--ink-muted); max-width: 52rem; }
.spine { border: 1px solid var(--rule); border-radius: 10px; background: var(--surface); padding: 1rem 1.1rem; }
.spine h3 { margin: 0 0 .3rem; font-size: 1.15rem; }
.spine p { margin: 0 0 .8rem; font-size: .95rem; color: var(--ink-soft); }
.spine ol { list-style: none; margin: 0 0 .8rem; padding: 0; display: grid; gap: .3rem; }
.spine-link { display: flex; gap: .6rem; align-items: baseline; padding: .3rem .5rem; border-radius: 6px; text-decoration: none; color: var(--ink); }
.spine-link:hover { background: var(--paper-deep); }
.spine-num { font-family: var(--display); font-weight: 700; color: var(--accent-text); min-width: 2.2em; }
.spine-name { font-size: .95rem; }
.spine-hint { font-size: .85rem !important; color: var(--ink-muted) !important; margin: 0 !important; }
@media (prefers-reduced-motion: reduce) { .route, .stop circle { transition: none; } }

/* ---------- chapters ---------- */
.chapter { padding: 3.5rem 0 2.5rem; border-top: 1px solid var(--rule); max-width: 52rem; }
.mapsec + .chapter { margin-top: 2rem; }
.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; }
.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); }

.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, .decoder, .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; }
.picker { margin: 0 0 1.6rem; }
.pick-label { font: 700 .8rem var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-muted); margin: 0 0 .6rem; }
.picks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr)); gap: .5rem; }
.pick {
  display: flex; flex-direction: column; gap: .1rem; width: 100%; text-align: left; cursor: pointer;
  font-family: var(--sans); background: var(--surface); border: 1.5px solid var(--rule-strong);
  border-radius: 8px; padding: .55rem .75rem; color: var(--ink); min-height: 2.75rem;
}
.pick strong { font-size: .95rem; }
.pick span { font-size: .78rem; color: var(--ink-muted); }
.pick:hover { border-color: var(--accent); }
.pick[aria-pressed="true"] { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.pick[aria-pressed="true"] span { color: var(--paper); opacity: .75; }
.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); }

/* ---------- reader ---------- */
.decoder-actions { display: flex; gap: .6rem; margin: 0 0 1.2rem; flex-wrap: wrap; }
.phrases { list-style: none; margin: 0; padding: 0; counter-reset: phrase; max-width: 52rem; }
.phrases > li { margin-bottom: .7rem; scroll-margin-top: calc(var(--bar) + .5rem); }
.phrases > li:target .phrase { border-color: var(--accent); }
.phrase { border: 1px solid var(--rule); border-radius: 10px; background: var(--surface); overflow: hidden; }
.phrase summary { display: flex; gap: .8rem; align-items: baseline; padding: .9rem 1rem; cursor: pointer; list-style: none; }
.phrase summary::-webkit-details-marker { display: none; }
.phrase summary::before { counter-increment: phrase; content: counter(phrase, decimal-leading-zero); font: 700 .8rem var(--sans); color: var(--accent-text); font-variant-numeric: tabular-nums; }
.phrase-tag { font: 700 .7rem var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-muted); border: 1px solid var(--rule-strong); border-radius: 999px; padding: .1rem .5rem; white-space: nowrap; }
.phrase-old { font-family: var(--display); font-size: 1.08rem; line-height: 1.45; }
.phrase[open] summary { border-bottom: 1px solid var(--rule); }
.article-gloss { margin: 0; padding: .9rem 1rem .9rem 3.2rem; font-size: 1.02rem; color: var(--ink-soft); }
.text-note { font-size: .9rem; color: var(--ink-muted); max-width: 46rem; margin-top: 1.2rem; }

.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; }

/* ---------- 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; }
  .stop text { font-size: 26px; }
  .lands .land { font-size: 30px; }
}
