:root {
  --timeline-navy: #071522;
  --timeline-navy-soft: #0d2635;
  --timeline-red: #9d2634;
  --timeline-red-deep: #681923;
  --timeline-gold: #d6b96f;
  --timeline-cream: #f4efe5;
  --timeline-paper: #fffdf8;
  --timeline-ink: #13212a;
  --timeline-muted: #69757a;
  --timeline-green: #2c765b;
  --timeline-line: #d8d0c1;
}

body { background: var(--timeline-cream); }
.timeline-page { min-height: 80vh; }
.timeline-hero { padding: 30px clamp(18px, 4.5vw, 72px) 46px; color: white; background: radial-gradient(circle at 78% 0, rgba(214,185,111,.17), transparent 31%), linear-gradient(128deg, #071522 0%, #0c2230 58%, #32151c 100%); }
.timeline-heading { max-width: 1540px; margin: 0 auto 24px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.timeline-kicker { margin: 0 0 8px; display: flex; align-items: center; gap: 9px; color: var(--timeline-gold); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.timeline-kicker span { padding: 5px 8px; color: var(--timeline-navy); background: var(--timeline-gold); }
.timeline-kicker b { font-weight: 800; }
.timeline-heading h1 { margin: 0; font: 700 clamp(2.45rem, 4.5vw, 4.8rem)/.94 "Playfair Display", serif; letter-spacing: -.045em; }
.timeline-instruction { margin: 10px 0 0; color: rgba(255,255,255,.67); font-size: .86rem; }
.timeline-instruction strong { color: white; }
.timeline-day-card { min-width: 255px; padding: 14px 16px 12px; display: grid; gap: 3px; border-left: 2px solid var(--timeline-gold); background: rgba(255,255,255,.055); }
.timeline-day-card span, .timeline-day-card small { color: #aab5bc; font-size: .6rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.timeline-day-card strong { font: 700 1.25rem "Playfair Display", serif; }
.timeline-day-card small { color: var(--timeline-gold); }
.puzzle-navigation { margin-top: 9px; padding-top: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; border-top: 1px solid rgba(255,255,255,.13); }
.puzzle-navigation a { min-height: 31px; padding: 6px 8px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: white; background: rgba(255,255,255,.07); font-size: .57rem; font-weight: 800; text-decoration: none; }
.puzzle-navigation a:last-child { color: var(--timeline-gold); }
.puzzle-navigation a[aria-disabled="true"] { opacity: .28; pointer-events: none; }
.puzzle-navigation b { font-size: .86rem; }

.game-shell { max-width: 1540px; margin: 0 auto; padding: 16px 17px 18px; border: 1px solid rgba(214,185,111,.28); background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)); box-shadow: 0 26px 65px rgba(0,0,0,.25); }
.game-toolbar { min-height: 39px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 24px; }
.direction-line { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.85); font-size: .59rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.direction-line span { width: min(310px, 33vw); height: 1px; position: relative; background: linear-gradient(90deg, var(--timeline-gold), rgba(214,185,111,.18)); }
.direction-line span::after { content: ""; position: absolute; top: -3px; right: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid var(--timeline-gold); }
.direction-line b { color: var(--timeline-gold); }
.check-counter { display: flex; align-items: center; gap: 10px; color: #9daab2; font-size: .58rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
#check-dots { display: flex; gap: 6px; }
.check-dot { width: 10px; height: 10px; border-radius: 50%; border: 1px solid var(--timeline-gold); background: var(--timeline-gold); transition: .2s; }
.check-dot.used { background: transparent; opacity: .35; }
.quiet-button { padding: 8px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.76); background: transparent; font-size: .64rem; font-weight: 700; cursor: pointer; }
.game-feedback { min-height: 20px; margin: 8px 0 12px; color: #bdc8ce; font-size: .7rem; text-align: center; }
.game-feedback.good { color: #8fdbb6; }
.game-feedback.final { color: var(--timeline-gold); }

.timeline-board { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: clamp(5px, .7vw, 11px); }
.timeline-card { min-width: 0; position: relative; user-select: none; transition: transform .18s ease, opacity .18s ease; }
.timeline-card.dragging { opacity: .35; transform: scale(.96); }
.timeline-card.can-drop .timeline-select { outline: 2px dashed rgba(214,185,111,.8); outline-offset: 2px; }
.timeline-select { width: 100%; padding: 0; display: grid; grid-template-rows: auto 42px; overflow: hidden; position: relative; color: white; background: transparent; border: 0; text-align: left; cursor: grab; }
.timeline-select:active { cursor: grabbing; }
.timeline-card.selected { z-index: 4; transform: translateY(-6px); }
.timeline-card.selected .card-photo { outline: 3px solid var(--timeline-gold); outline-offset: 2px; filter: drop-shadow(0 14px 17px rgba(0,0,0,.34)); }
.timeline-card.correct .card-photo { outline: 3px solid #56ad82; outline-offset: 2px; }
.timeline-card.correct::after { content: "✓"; width: 25px; height: 25px; display: grid; place-items: center; position: absolute; z-index: 5; top: 7px; right: 7px; border-radius: 50%; color: white; background: var(--timeline-green); font-size: .72rem; font-weight: 900; box-shadow: 0 5px 14px rgba(0,0,0,.28); }
.timeline-card.wrong { animation: timeline-shake .28s ease; }
.position-number { width: 23px; height: 23px; display: grid; place-items: center; position: absolute; z-index: 3; top: 6px; left: 6px; color: var(--timeline-navy); background: rgba(255,253,248,.92); font-size: .59rem; font-weight: 900; box-shadow: 0 4px 11px rgba(0,0,0,.18); }
.card-photo { aspect-ratio: 2.5 / 3.5; display: grid; place-items: center; overflow: hidden; position: relative; background: rgba(255,255,255,.035); filter: drop-shadow(0 12px 14px rgba(0,0,0,.28)); transition: outline-color .18s, filter .18s; }
.card-photo img { width: 100%; height: 100%; object-fit: contain; }
.revealed-year { position: absolute; z-index: 4; right: 5px; bottom: 5px; padding: 5px 7px; color: var(--timeline-navy); background: var(--timeline-gold); font: 900 .69rem "DM Sans", sans-serif; }
.card-label { min-width: 0; padding: 8px 4px 0; display: block; }
.card-label strong, .card-label span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.card-label strong { font: 700 clamp(.64rem, .75vw, .78rem) "Playfair Display", serif; }
.card-label span { margin-top: 3px; color: #91a0aa; font-size: clamp(.48rem, .55vw, .57rem); }
.inspect-button { width: 27px; height: 27px; display: grid; place-items: center; position: absolute; z-index: 6; right: 5px; bottom: 48px; border: 0; border-radius: 50%; color: white; background: rgba(7,21,34,.78); font-size: .85rem; cursor: zoom-in; opacity: 0; transition: opacity .15s; }
.timeline-card:hover .inspect-button, .timeline-card:focus-within .inspect-button { opacity: 1; }

.game-actions { margin-top: 16px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.selection-status { color: #9eabb3; font-size: .67rem; }
.selection-status strong { color: var(--timeline-gold); }
.check-button { min-width: 205px; min-height: 44px; padding: 11px 18px; border: 1px solid var(--timeline-gold); color: var(--timeline-navy); background: var(--timeline-gold); font-size: .69rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: transform .18s, background .18s; }
.check-button:hover { background: #e3ca89; transform: translateY(-2px); }
.check-button:disabled { cursor: default; opacity: .42; transform: none; }
.check-button span { margin-left: 8px; }

.result-panel { max-width: 1380px; margin: 34px auto; padding: 30px clamp(22px, 4vw, 52px); display: grid; grid-template-columns: minmax(280px, 1.2fr) auto minmax(320px, .85fr); grid-template-areas: "message grid stats" "career career career" "actions actions next"; align-items: center; gap: 18px clamp(28px, 4vw, 62px); overflow: hidden; position: relative; color: white; background: radial-gradient(circle at 78% 0, rgba(214,185,111,.2), transparent 28%), linear-gradient(125deg, var(--timeline-navy) 0%, #102b3a 55%, var(--timeline-red-deep) 100%); border: 1px solid rgba(214,185,111,.48); box-shadow: 0 25px 60px rgba(7,21,34,.18); animation: result-rise .42s ease both; }
.result-panel[hidden] { display: none; }
.result-panel::before { content: attr(data-puzzle-label); position: absolute; right: -12px; bottom: -45px; color: rgba(255,255,255,.035); font: 700 9rem/1 "Playfair Display", serif; pointer-events: none; }
.result-panel.perfect { border-color: rgba(214,185,111,.9); box-shadow: 0 28px 70px rgba(7,21,34,.24), 0 0 0 3px rgba(214,185,111,.11); }
.result-panel.perfect::after { content: "✦"; position: absolute; top: 18px; right: 24px; color: var(--timeline-gold); font-size: 1rem; text-shadow: -26px 18px 0 rgba(214,185,111,.35), 18px 31px 0 rgba(214,185,111,.2); animation: perfect-glow 1.1s ease both; }
.result-panel.perfect h2 { color: #f1d995; }
.result-message { grid-area: message; position: relative; z-index: 1; }
.result-kicker { margin: 0 0 7px; color: var(--timeline-gold); font-size: .61rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.result-panel h2 { max-width: 500px; margin: 0; font: 700 clamp(2rem, 3.4vw, 3.6rem)/.98 "Playfair Display", serif; letter-spacing: -.035em; }
.result-message > p:last-child { max-width: 540px; margin: 11px 0 0; color: rgba(255,255,255,.63); font-size: .76rem; line-height: 1.55; }
.result-grid-wrap { grid-area: grid; display: grid; justify-items: center; gap: 8px; position: relative; z-index: 1; }
.result-grid-wrap > span { color: rgba(255,255,255,.55); font-size: .55rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.result-grid { width: 132px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.result-cell { aspect-ratio: 1; display: block; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.065); transform: scale(.5); opacity: 0; animation: result-cell-in .28s ease forwards; }
.result-cell.correct { border-color: #72c99e; background: linear-gradient(145deg, #56ad82, #2c765b); box-shadow: inset 0 0 0 2px rgba(255,255,255,.1), 0 5px 13px rgba(0,0,0,.2); }
.result-stats { grid-area: stats; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.16); }
.result-stats > div { min-width: 0; padding: 17px 15px 15px; display: grid; gap: 5px; }
.result-stats > div:nth-child(even) { border-left: 1px solid rgba(255,255,255,.16); }
.result-stats > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
.result-stats span { color: #9cabb4; font-size: .58rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.result-stats strong { overflow: hidden; color: white; font: 700 clamp(1.65rem, 2.7vw, 2.45rem)/1 "Playfair Display", serif; white-space: nowrap; text-overflow: ellipsis; }
.result-actions { grid-area: actions; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8px; position: relative; z-index: 1; }
.result-actions button { min-width: 0; padding: 12px 15px; border: 1px solid var(--timeline-gold); color: var(--timeline-navy); background: var(--timeline-gold); font-size: .63rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.result-actions button span { margin-left: 5px; }
.result-actions button.secondary { color: rgba(255,255,255,.75); background: transparent; border-color: rgba(255,255,255,.28); }
.career-scorecard { grid-area: career; padding: 20px 22px; display: grid; grid-template-columns: minmax(260px, .55fr) minmax(390px, 1fr); align-items: center; gap: 30px; position: relative; z-index: 1; background: rgba(255,255,255,.055); border-top: 1px solid rgba(214,185,111,.42); border-bottom: 1px solid rgba(255,255,255,.13); }
.career-scorecard header { display: grid; gap: 6px; }
.career-scorecard header div { display: grid; gap: 2px; }
.career-scorecard header span, .distribution-title, .next-game span { color: var(--timeline-gold); font-size: .59rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.career-scorecard header strong { font: 700 clamp(1.35rem, 2vw, 1.8rem) "Playfair Display", serif; }
.career-scorecard header p { margin: 0; color: #aeb9bf; font-size: .72rem; line-height: 1.65; }
.career-scorecard header p b { color: white; }
.check-distribution { display: grid; grid-template-columns: auto 1fr 1fr; gap: 5px 12px; align-items: center; }
.distribution-title { grid-row: 1 / span 2; padding-right: 3px; writing-mode: vertical-rl; transform: rotate(180deg); text-align: center; }
.distribution-row { min-width: 0; display: grid; grid-template-columns: 16px 1fr 20px; align-items: center; gap: 9px; color: #c0c9ce; font-size: .68rem; font-weight: 800; }
.distribution-row > div { height: 12px; overflow: hidden; background: rgba(255,255,255,.09); }
.distribution-row i { height: 100%; min-width: 0; display: block; background: linear-gradient(90deg, var(--timeline-green), #72c99e); transition: width .5s ease; }
.distribution-row strong { color: white; font-size: .7rem; text-align: right; }
.next-game { grid-area: next; min-height: 50px; padding: 7px 13px 7px 16px; display: grid; align-content: center; gap: 2px; position: relative; z-index: 1; color: white; border-left: 2px solid var(--timeline-gold); background: rgba(255,255,255,.05); text-decoration: none; }
.next-game[href]::after { content: "→"; position: absolute; right: 13px; top: 50%; color: var(--timeline-gold); transform: translateY(-50%); }
.next-game strong { padding-right: 22px; font: 700 .88rem "Playfair Display", serif; }
.next-game small { color: #9cabb4; font-size: .54rem; }

.timeline-archive { max-width: 1380px; margin: 0 auto; padding: 15px clamp(18px, 4vw, 50px) 58px; }
.timeline-archive > header { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding-bottom: 17px; border-bottom: 1px solid var(--timeline-line); }
.timeline-archive header p { margin: 0 0 4px; color: var(--timeline-red); font-size: .59rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.timeline-archive h2 { margin: 0; font: 700 clamp(1.8rem, 3vw, 2.7rem) "Playfair Display", serif; }
.timeline-archive header > span { color: var(--timeline-muted); font-size: .7rem; }
.archive-list { margin-top: 17px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.archive-list.single { max-width: 470px; grid-template-columns: 1fr; }
.archive-entry { padding: 15px 17px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; color: inherit; background: rgba(255,253,248,.65); border: 1px solid var(--timeline-line); text-decoration: none; }
.archive-entry.current { border-color: var(--timeline-gold); box-shadow: inset 3px 0 0 var(--timeline-gold); }
.archive-entry > b { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--timeline-navy); font-size: .68rem; }
.archive-entry span { min-width: 0; display: grid; gap: 3px; }
.archive-entry strong { font: 700 .9rem "Playfair Display", serif; }
.archive-entry small { color: var(--timeline-muted); font-size: .57rem; }
.archive-entry em { color: var(--timeline-green); font-size: .58rem; font-weight: 800; font-style: normal; text-transform: uppercase; }
.archive-entry.status-perfect em { color: var(--timeline-red); }
.archive-entry.status-revealed em { color: var(--timeline-muted); }

.timeline-dialog { width: min(680px, calc(100vw - 30px)); max-height: calc(100vh - 30px); padding: 0; overflow: auto; color: var(--timeline-ink); background: var(--timeline-paper); border: 1px solid var(--timeline-line); box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.timeline-dialog::backdrop { background: rgba(4,15,23,.78); backdrop-filter: blur(4px); }
.dialog-close { width: 38px; height: 38px; position: absolute; z-index: 3; top: 10px; right: 10px; border: 0; color: white; background: rgba(7,21,34,.86); font-size: 1.35rem; cursor: pointer; }
.inspect-dialog { grid-template-columns: 1fr .72fr; }
.inspect-dialog[open] { display: grid; }
.inspect-image { min-height: 520px; padding: 20px; display: grid; place-items: center; background: #e9e3d8; }
.inspect-image img { width: 100%; height: 100%; max-height: 620px; object-fit: contain; }
.inspect-copy { padding: 55px 25px 28px; align-self: center; }
.inspect-copy span, .dialog-kicker { color: var(--timeline-red); font-size: .59rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.inspect-copy h2, .rules-dialog h2 { margin: 8px 0 5px; font: 700 2rem/1.08 "Playfair Display", serif; }
.inspect-copy p { margin: 0; color: var(--timeline-muted); font-size: .78rem; }
.inspect-copy > strong { display: block; margin-top: 22px; color: var(--timeline-red); font: 700 2.5rem "Playfair Display", serif; }
.rules-dialog { padding: 38px; }
.rules-dialog ol { margin: 22px 0; padding-left: 22px; color: var(--timeline-muted); font-size: .8rem; line-height: 1.7; }
.dialog-action { width: 100%; padding: 13px 18px; border: 0; color: white; background: var(--timeline-navy); font-weight: 800; cursor: pointer; }

@keyframes timeline-shake { 0%,100% { transform: translateX(0); } 33% { transform: translateX(-4px); } 66% { transform: translateX(4px); } }
@keyframes timeline-finish { 0% { transform: translateY(0) scale(1); } 45% { transform: translateY(-8px) scale(1.025); } 100% { transform: translateY(0) scale(1); } }
@keyframes result-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes result-cell-in { to { opacity: 1; transform: scale(1); } }
@keyframes perfect-glow { 0% { opacity: 0; transform: scale(.3) rotate(-25deg); } 60% { opacity: 1; transform: scale(1.35) rotate(8deg); } 100% { transform: scale(1) rotate(0); } }

@media (min-width: 1181px) and (max-width: 1599px) {
  .timeline-board { max-width: 1120px; margin: 0 auto; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 18px 12px; }
  .timeline-card { grid-column: span 2; }
  .timeline-card:nth-child(6) { grid-column: 2 / span 2; }
  .timeline-card:nth-child(7) { grid-column: 4 / span 2; }
  .timeline-card:nth-child(8) { grid-column: 6 / span 2; }
  .timeline-card:nth-child(9) { grid-column: 8 / span 2; }
  .card-label strong { font-size: .84rem; }
  .card-label span { font-size: .59rem; }
}

.timeline-board.complete .timeline-card { animation: timeline-finish .4s ease both; }
.timeline-board.complete .timeline-card:nth-child(2) { animation-delay: .04s; }
.timeline-board.complete .timeline-card:nth-child(3) { animation-delay: .08s; }
.timeline-board.complete .timeline-card:nth-child(4) { animation-delay: .12s; }
.timeline-board.complete .timeline-card:nth-child(5) { animation-delay: .16s; }
.timeline-board.complete .timeline-card:nth-child(6) { animation-delay: .2s; }
.timeline-board.complete .timeline-card:nth-child(7) { animation-delay: .24s; }
.timeline-board.complete .timeline-card:nth-child(8) { animation-delay: .28s; }
.timeline-board.complete .timeline-card:nth-child(9) { animation-delay: .32s; }

@media (max-width: 1180px) {
  .timeline-board { max-width: 780px; margin: 0 auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .timeline-card { grid-column: auto !important; }
  .timeline-select { grid-template-rows: auto 44px; }
  .card-label strong { font-size: .83rem; }
  .card-label span { font-size: .58rem; }
  .result-panel { margin-inline: 24px; grid-template-columns: 1fr auto; grid-template-areas: "message grid" "stats stats" "career career" "actions next"; }
}

@media (max-width: 760px) {
  .timeline-hero { padding: 23px 12px 30px; }
  .timeline-heading { align-items: start; }
  .timeline-heading h1 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .timeline-day-card { min-width: 135px; padding: 10px 12px; }
  .timeline-day-card strong { font-size: .92rem; }
  .game-shell { padding: 12px 9px 14px; }
  .game-toolbar { grid-template-columns: 1fr auto; gap: 13px; }
  .direction-line { grid-column: 1 / -1; }
  .direction-line span { flex: 1; width: auto; }
  .quiet-button { grid-row: 2; grid-column: 2; }
  .check-counter { grid-row: 2; grid-column: 1; }
  .timeline-board { gap: 8px 6px; }
  .timeline-select { grid-template-rows: auto 38px; }
  .position-number { width: 20px; height: 20px; top: 4px; left: 4px; font-size: .52rem; }
  .card-label { padding-top: 6px; }
  .card-label strong { font-size: clamp(.58rem, 2.6vw, .74rem); }
  .card-label span { font-size: clamp(.44rem, 2vw, .54rem); }
  .inspect-button { opacity: 1; bottom: 42px; transform: scale(.88); }
  .game-actions { align-items: stretch; flex-direction: column; }
  .selection-status { min-height: 17px; text-align: center; }
  .check-button { width: 100%; }
  .result-panel { margin: 20px 12px; padding: 25px 20px; grid-template-columns: 1fr auto; grid-template-areas: "message grid" "stats stats" "career career" "next next" "actions actions"; gap: 20px 18px; }
  .result-panel h2 { font-size: clamp(1.85rem, 8vw, 2.6rem); }
  .result-grid { width: 104px; gap: 5px; }
  .result-actions { grid-template-columns: 1fr 1fr; }
  .result-actions button { min-width: 0; }
  .career-scorecard { padding: 14px; grid-template-columns: 1fr; gap: 13px; }
  .check-distribution { grid-template-columns: auto 1fr; }
  .distribution-title { grid-row: 1 / span 4; }
  .timeline-archive { padding-bottom: 52px; }
  .timeline-archive > header { align-items: start; flex-direction: column; gap: 7px; }
  .archive-list { grid-template-columns: 1fr; }
  .inspect-dialog[open] { display: block; }
  .inspect-image { min-height: 390px; max-height: 65vh; }
  .inspect-copy { padding: 24px; }
}

@media (max-width: 460px) {
  .timeline-heading { display: block; }
  .timeline-day-card { margin-top: 15px; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; }
  .timeline-day-card strong { text-align: center; }
  .puzzle-navigation { grid-column: 1 / -1; width: 100%; }
  .timeline-instruction { font-size: .76rem; }
  .timeline-board { gap-inline: 4px; }
  .timeline-select { grid-template-rows: auto 35px; }
  .card-label { padding-inline: 2px; }
  .card-label strong { font-family: "DM Sans", sans-serif; font-size: .57rem; }
  .card-label span { font-size: .43rem; }
  .timeline-card.correct::after { width: 21px; height: 21px; top: 4px; right: 4px; }
  .inspect-button { right: 2px; bottom: 37px; }
}

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