/* css/dune.css — 《沙丘：像素编年史》界面。单一暗色世界：夜沙、香料橙、伊巴德蓝。见 docs/04-呈现与交互设计.md */
:root {
  color-scheme: dark;
  --night: #07060b;
  --panel: rgba(16, 12, 18, 0.9);
  --panel-solid: #120e14;
  --rule: #3b2f28;
  --rule-hi: #6a5238;
  --bone: #eadcc2;
  --sand: #e6b979;
  --spice: #e0782a;
  --spice-hi: #ffb35a;
  --ibad: #4b8fff;
  --muted: #9b8b76;
  --blood: #b8322a;
  --r1: #8a8f99; --r2: #6aa05a; --r3: #4b8fff; --r4: #a86ad8; --r5: #e0a030;
  --font-display: 'ZCOOL XiaoWei', 'Noto Serif SC', 'Songti SC', serif;
  --font-body: 'Noto Serif SC', 'Songti SC', 'STSong', serif;
  --font-pixel: 'Silkscreen', 'Courier New', monospace;
  --dock-h: 104px;
  --top-h: 48px;
  --panel-w: 372px;
}
* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body {
  background: var(--night);
  color: var(--bone);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
button { font: inherit; color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--ibad); outline-offset: 2px; }
::selection { background: var(--spice); color: var(--night); }

/* ─── 舞台 ─── */
#stage {
  position: fixed; inset: 0;
  image-rendering: pixelated; image-rendering: crisp-edges;
  display: block;
  touch-action: none;
  cursor: grab;
}
#stage.dragging { cursor: grabbing; }
#stage.pointer { cursor: pointer; }

/* ─── 像素框 ─── */
.px {
  background: var(--panel);
  border: 2px solid var(--rule-hi);
  box-shadow: 0 0 0 2px #000, 6px 6px 0 0 rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 220, 170, 0.06);
  backdrop-filter: blur(3px);
}
.pxbtn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  background: #1c1519; border: 2px solid var(--rule-hi);
  box-shadow: 0 0 0 2px #000, 3px 3px 0 0 #000;
  font-family: var(--font-pixel); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  cursor: pointer; white-space: nowrap;
  transition: transform 0.08s steps(2), background 0.12s;
}
.pxbtn:hover { background: #2a1e1c; border-color: var(--sand); }
.pxbtn:active { transform: translate(2px, 2px); box-shadow: 0 0 0 2px #000, 1px 1px 0 0 #000; }
.pxbtn[aria-pressed="true"], .pxbtn.on { background: var(--spice); color: #1a0f08; border-color: var(--spice-hi); }
.pxbtn .cn { font-family: var(--font-display); font-size: 15px; letter-spacing: 0; text-transform: none; }
.label { font-family: var(--font-pixel); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

/* ─── 顶栏 ─── */
#topbar {
  position: fixed; top: 0; left: 0; right: 0; height: calc(var(--top-h) + env(safe-area-inset-top, 0px));
  padding: env(safe-area-inset-top, 0px) 16px 0;
  display: flex; align-items: center; gap: 16px;
  background: linear-gradient(to bottom, rgba(7, 6, 11, 0.92), rgba(7, 6, 11, 0));
  z-index: 20;
  pointer-events: none;
}
#topbar > * { pointer-events: auto; }
.brand { display: flex; align-items: baseline; gap: 10px; background: none; border: 0; padding: 0; cursor: pointer; }
.brand b { font-family: var(--font-pixel); font-size: 18px; letter-spacing: 0.32em; color: var(--sand); text-shadow: 2px 2px 0 #000; }
.brand span { font-family: var(--font-display); font-size: 16px; color: var(--bone); opacity: 0.85; }
.modes { display: flex; gap: 8px; margin-left: auto; }
.tools { display: flex; gap: 8px; }
body.splash #topbar .modes, body.splash #topbar .tools { opacity: 0; pointer-events: none; }

/* ─── 开屏 ─── */
#splash {
  position: fixed; inset: 0; z-index: 15;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  padding: 0 16px calc(56px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
  text-align: center;
}
#splash .intro { width: 100%; max-width: 42em; font-size: 15px; color: var(--bone); text-shadow: 0 2px 0 #000, 0 0 12px #000; min-height: 3.4em; }
#splash .intro p { margin: 0; opacity: 0; transition: opacity 1.2s; }
#splash .intro p.show { opacity: 1; }
#splash .actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 20px; pointer-events: auto; opacity: 0; transition: opacity 1s; }
#splash .actions.show { opacity: 1; }
#splash .hint { margin-top: 14px; color: var(--muted); font-size: 12px; }
.bigbtn { padding: 12px 22px; font-size: 13px; }
.bigbtn .cn { font-size: 19px; }

/* ─── 题卡（事件标题叠在场景上）─── */
#titlecard {
  position: fixed; left: 24px; top: calc(var(--top-h) + 18px + env(safe-area-inset-top, 0px));
  max-width: min(640px, calc(100vw - var(--panel-w) - 72px));
  z-index: 12; pointer-events: none;
  text-shadow: 0 2px 0 #000, 0 0 18px rgba(0, 0, 0, 0.9);
}
#titlecard .tc-era { font-family: var(--font-pixel); font-size: 12px; letter-spacing: 0.22em; color: var(--sand); }
#titlecard h1 { margin: 4px 0 2px; font-family: var(--font-display); font-weight: 400; font-size: clamp(30px, 4.6vw, 60px); line-height: 1.12; text-wrap: balance; }
#titlecard .tc-en { font-family: var(--font-pixel); font-size: 12px; letter-spacing: 0.14em; color: var(--muted); }
#titlecard .tc-date { margin-top: 6px; font-family: var(--font-pixel); font-size: 20px; color: var(--spice-hi); letter-spacing: 0.08em; }
#titlecard.enter h1 { animation: tc-in 1.1s steps(12) both; }
#titlecard.enter .tc-date, #titlecard.enter .tc-era, #titlecard.enter .tc-en { animation: tc-fade 0.9s steps(6) both; }
@keyframes tc-in { from { opacity: 0; letter-spacing: 0.5em; filter: blur(3px); } to { opacity: 1; letter-spacing: 0; filter: none; } }
@keyframes tc-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ─── 事件档案面板 ─── */
#event-panel {
  position: fixed; z-index: 14;
  right: 16px; top: calc(var(--top-h) + 12px + env(safe-area-inset-top, 0px)); bottom: calc(var(--dock-h) + 24px + env(safe-area-inset-bottom, 0px));
  width: var(--panel-w);
  display: flex; flex-direction: column;
  transition: transform 0.25s steps(5), opacity 0.2s;
}
#event-panel.collapsed { transform: translateX(calc(100% + 24px)); opacity: 0; pointer-events: none; }
.ep-head { padding: 14px 16px 10px; border-bottom: 2px solid var(--rule); }
.ep-head .row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ep-planet { display: inline-flex; align-items: center; gap: 6px; padding: 2px 8px 2px 2px; border: 2px solid var(--rule-hi); background: #0d0a0e; cursor: pointer; font-size: 13px; }
.ep-planet img { width: 22px; height: 22px; image-rendering: pixelated; }
.ep-summary { margin: 8px 0 0; font-size: 15px; color: var(--sand); line-height: 1.6; }
.ep-body { overflow-y: auto; padding: 12px 16px 16px; scrollbar-width: thin; scrollbar-color: var(--rule-hi) transparent; }
.ep-body h3 { margin: 16px 0 6px; font-family: var(--font-pixel); font-weight: 400; font-size: 11px; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; }
.ep-body h3:first-child { margin-top: 0; }
.ep-body p { margin: 0 0 8px; }
.ep-detail { font-size: 15px; }
.ep-impact { border-left: 3px solid var(--spice); padding-left: 10px; color: var(--bone); }
.tabs { display: flex; gap: 4px; flex-wrap: wrap; margin: 4px 0 8px; }
.tabs button { padding: 3px 9px; border: 2px solid var(--rule); background: #0d0a0e; cursor: pointer; font-size: 13px; }
.tabs button[aria-selected="true"] { border-color: var(--spice); color: var(--spice-hi); }
.game-note { font-size: 14px; color: #d8cbb0; background: #0d0a0e; border: 2px solid var(--rule); padding: 8px 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 2px 8px 2px 2px; border: 2px solid var(--rule); background: #0d0a0e; cursor: pointer; font-size: 13px; line-height: 1.4; max-width: 100%; }
.chip:hover { border-color: var(--sand); }
.chip img { width: 24px; height: 24px; image-rendering: pixelated; flex: none; }
.chip small { color: var(--muted); font-size: 11px; }
.src { display: inline-block; padding: 0 6px; margin: 0 4px 4px 0; border: 1px solid var(--rule-hi); font-family: var(--font-pixel); font-size: 10px; letter-spacing: 0.08em; color: var(--muted); }
.note { font-size: 13px; color: var(--muted); }
.panel-toggle { position: fixed; z-index: 16; right: 16px; bottom: calc(var(--dock-h) + 28px + env(safe-area-inset-bottom, 0px)); }

/* ─── 时间轴 ─── */
#timeline {
  position: fixed; z-index: 16; left: 16px; right: 16px; bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  height: var(--dock-h);
  padding: 8px 14px 10px;
  display: flex; flex-direction: column; gap: 6px;
  user-select: none; -webkit-user-select: none;
}
.tl-head { display: flex; align-items: center; gap: 10px; }
.tl-head .readout { flex: none; white-space: nowrap; font-family: var(--font-pixel); font-size: 20px; color: var(--spice-hi); min-width: 7.5em; text-shadow: 2px 2px 0 #000; font-variant-numeric: tabular-nums; }
.tl-head .era-name { flex: 1 1 auto; min-width: 0; font-family: var(--font-display); font-size: 17px; color: var(--bone); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tl-head .spacer { flex: 0 0 0; }
.tl-track { position: relative; flex: 1; min-height: 44px; cursor: pointer; touch-action: none; }
.tl-eras { position: absolute; left: 0; right: 0; top: 16px; height: 14px; display: flex; }
.tl-era { position: relative; height: 100%; border-right: 2px solid #000; opacity: 0.8; }
.tl-era span { position: absolute; top: 16px; left: 3px; font-family: var(--font-pixel); font-size: 9px; letter-spacing: 0.08em; color: var(--muted); white-space: nowrap; pointer-events: none; }
.tl-era.cur { opacity: 1; box-shadow: 0 0 0 2px var(--bone); z-index: 1; }
.tl-ticks { position: absolute; inset: 0; pointer-events: none; }
.tl-tick { position: absolute; top: 10px; width: 6px; height: 6px; margin-left: -3px; background: var(--bone); transform: rotate(45deg); box-shadow: 0 0 0 1px #000; opacity: 0.55; }
.tl-tick.cur { background: var(--spice-hi); opacity: 1; width: 8px; height: 8px; margin-left: -4px; top: 9px; }
.tl-handle { position: absolute; top: 0; width: 2px; height: 36px; margin-left: -1px; background: var(--spice-hi); box-shadow: 0 0 0 1px #000, 0 0 12px var(--spice); pointer-events: none; }
.tl-handle::before { content: ''; position: absolute; left: -7px; top: -2px; width: 16px; height: 10px; background: var(--spice-hi); clip-path: polygon(0 0, 100% 0, 50% 100%); }
.tl-hover { position: absolute; bottom: calc(100% + 6px); transform: translateX(-50%); padding: 4px 8px; font-size: 12px; white-space: nowrap; pointer-events: none; z-index: 3; }

/* ─── 星图面板 ─── */
#planet-panel { position: fixed; z-index: 14; left: 16px; top: calc(var(--top-h) + 12px + env(safe-area-inset-top, 0px)); width: 340px; max-height: calc(100vh - var(--top-h) - 40px); overflow-y: auto; padding: 14px 16px; }
#planet-panel h2 { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: 28px; line-height: 1.2; }
#planet-panel .sys { font-size: 13px; color: var(--muted); }
#planet-panel .ev { display: block; width: 100%; text-align: left; margin: 4px 0; padding: 6px 8px; border: 2px solid var(--rule); background: #0d0a0e; cursor: pointer; font-size: 14px; }
#planet-panel .ev:hover { border-color: var(--spice); }
#planet-panel .ev .y { font-family: var(--font-pixel); font-size: 11px; color: var(--spice-hi); margin-right: 6px; }
.map-legend { position: fixed; z-index: 13; left: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); padding: 8px 12px; font-size: 12px; color: var(--muted); max-width: 520px; }

/* ─── 图鉴 ─── */
.overlay { position: fixed; inset: 0; z-index: 30; background: rgba(5, 4, 8, 0.86); backdrop-filter: blur(6px); display: flex; flex-direction: column; padding: calc(var(--top-h) + env(safe-area-inset-top, 0px)) 16px calc(16px + env(safe-area-inset-bottom, 0px)); }
.ov-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 8px 0 12px; }
.ov-head h2 { margin: 0 12px 0 0; font-family: var(--font-display); font-weight: 400; font-size: 30px; }
.ov-head input[type="search"] { flex: 1; min-width: 180px; max-width: 360px; padding: 7px 10px; background: #0d0a0e; border: 2px solid var(--rule-hi); color: var(--bone); font: 15px var(--font-body); }
.filters { display: flex; flex-wrap: wrap; gap: 6px; padding-bottom: 10px; }
.filters .pxbtn { padding: 4px 10px; }
.filters .count { font-family: var(--font-pixel); font-size: 10px; opacity: 0.7; margin-left: 2px; }
.grid { flex: 1; overflow-y: auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: 16px; padding: 4px 4px 24px; align-content: start; scrollbar-width: thin; scrollbar-color: var(--rule-hi) transparent; }
.card {
  position: relative; display: flex; flex-direction: column; align-items: stretch; text-align: left;
  padding: 8px; background: linear-gradient(to bottom, #1a1418, #0f0b0e);
  border: 2px solid var(--rc, var(--r1)); box-shadow: 0 0 0 2px #000, 4px 4px 0 0 #000;
  cursor: pointer; transition: transform 0.12s steps(3), box-shadow 0.12s;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 0 0 2px #000, 4px 7px 0 0 #000, 0 0 18px -4px var(--rc); }
.card.r1 { --rc: var(--r1); } .card.r2 { --rc: var(--r2); } .card.r3 { --rc: var(--r3); } .card.r4 { --rc: var(--r4); } .card.r5 { --rc: var(--r5); }
.card .art { width: 100%; aspect-ratio: 1; max-width: 100%; image-rendering: pixelated; background: #000; border: 2px solid #000; }
.card .cat { position: absolute; top: 12px; left: 12px; padding: 0 5px; background: rgba(0, 0, 0, 0.75); font-family: var(--font-pixel); font-size: 9px; letter-spacing: 0.1em; color: var(--rc); }
.card .stars { position: absolute; top: 12px; right: 12px; font-size: 10px; color: var(--rc); letter-spacing: -1px; text-shadow: 1px 1px 0 #000; }
.card .nm { margin-top: 8px; font-family: var(--font-display); font-size: 19px; line-height: 1.2; }
.card .en { font-family: var(--font-pixel); font-size: 9px; letter-spacing: 0.06em; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card .tt { margin-top: 2px; font-size: 12px; color: var(--sand); line-height: 1.4; min-height: 1.4em; }
.card .sum { margin-top: 6px; font-size: 12px; color: #cdbfa6; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.stat { display: grid; grid-template-columns: 2.6em 1fr; align-items: center; gap: 6px; font-size: 11px; color: var(--muted); }
.stat i { display: block; height: 6px; background: repeating-linear-gradient(90deg, var(--rc, var(--spice)) 0 6px, transparent 6px 8px); }
.card .stats { margin-top: 6px; display: grid; gap: 2px; }

/* ─── 条目详情弹窗 ─── */
#modal { position: fixed; inset: 0; z-index: 40; background: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; padding: calc(12px + env(safe-area-inset-top, 0px)) 16px calc(12px + env(safe-area-inset-bottom, 0px)); }
.dossier { position: relative; width: min(980px, 100%); max-height: 100%; overflow-y: auto; display: grid; grid-template-columns: 300px 1fr; gap: 0; border-color: var(--rc, var(--rule-hi)); }
.dossier.r1 { --rc: var(--r1); } .dossier.r2 { --rc: var(--r2); } .dossier.r3 { --rc: var(--r3); } .dossier.r4 { --rc: var(--r4); } .dossier.r5 { --rc: var(--r5); }
.dossier .side { padding: 18px; border-right: 2px solid var(--rule); background: #0d0a0e; }
.dossier .side img { width: 100%; max-width: 100%; aspect-ratio: 1; image-rendering: pixelated; border: 2px solid var(--rc); box-shadow: 0 0 0 2px #000; background: #000; }
.dossier .main { padding: 18px 22px 22px; min-width: 0; }
.dossier h2 { margin: 0; padding-right: 88px; font-family: var(--font-display); font-weight: 400; font-size: 36px; line-height: 1.15; }
.dossier .en { font-family: var(--font-pixel); font-size: 12px; letter-spacing: 0.08em; color: var(--muted); }
.dossier .title { color: var(--sand); margin: 4px 0 0; }
.dossier .alias { font-size: 13px; color: var(--muted); margin-top: 6px; }
.dossier section { margin-top: 16px; }
.dossier section h3 { margin: 0 0 6px; font-family: var(--font-pixel); font-weight: 400; font-size: 11px; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; }
.dossier section p { margin: 0; max-width: 65ch; }
.dossier .summary { font-size: 17px; color: var(--sand); }
.dossier .close { position: absolute; top: 10px; right: 10px; z-index: 3; }
.dossier .stats { display: grid; gap: 4px; margin-top: 14px; }
.dossier .stat { grid-template-columns: 3em 1fr 1.6em; font-size: 12px; }
.dossier .stat b { font-family: var(--font-pixel); font-weight: 400; color: var(--bone); text-align: right; }
.relgroup { margin-bottom: 8px; }
.relgroup .k { font-size: 12px; color: var(--muted); margin-bottom: 4px; }
.evlist button { display: block; width: 100%; text-align: left; padding: 5px 8px; margin-bottom: 4px; border: 2px solid var(--rule); background: #0d0a0e; cursor: pointer; font-size: 14px; }
.evlist button:hover { border-color: var(--spice); }
.evlist .y { font-family: var(--font-pixel); font-size: 11px; color: var(--spice-hi); margin-right: 8px; }

/* ─── 概念原画 ─── */
.concept { margin: 0 0 12px; cursor: zoom-in; border: 2px solid var(--rule-hi); box-shadow: 0 0 0 2px #000; background: #000; position: relative; }
.concept img { display: block; width: 100%; max-width: 100%; aspect-ratio: 3 / 2; object-fit: cover; image-rendering: pixelated; }
.concept figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 10px 6px; font-size: 13px; background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent); }
.concept:hover { border-color: var(--sand); }
.concept-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 10px; }
.grid.gallery { grid-template-columns: repeat(auto-fill, minmax(min(420px, 100%), 1fr)); }
.lightbox { position: relative; width: min(1180px, 100%); max-height: 100%; overflow-y: auto; display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); }
.lightbox > img { width: 100%; height: 100%; max-height: 82vh; object-fit: contain; background: #000; image-rendering: pixelated; }
.lightbox .lb-text { padding: 18px 20px; }
.lightbox h2 { margin: 0 0 8px; font-family: var(--font-display); font-weight: 400; font-size: 30px; }
.lightbox .close { position: absolute; top: 10px; right: 10px; z-index: 2; }
@media (max-width: 860px) { .lightbox { grid-template-columns: 1fr; } }

/* ─── 关系网 ─── */
#graph .gwrap { position: relative; flex: 1; border: 2px solid var(--rule-hi); box-shadow: 0 0 0 2px #000; overflow: hidden; background: #08070c; }
#graph canvas { position: absolute; inset: 0; width: 100%; height: 100%; touch-action: none; cursor: grab; }
#graph .gtip { position: absolute; pointer-events: none; padding: 6px 10px; font-size: 13px; max-width: 280px; z-index: 2; }
#graph .glegend { position: absolute; left: 10px; bottom: 10px; padding: 6px 10px; font-size: 12px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 10px; max-width: calc(100% - 20px); }
#graph .glegend i { display: inline-block; width: 10px; height: 10px; margin-right: 4px; vertical-align: -1px; box-shadow: 0 0 0 1px #000; }

/* ─── 提示 ─── */
#toast { position: fixed; z-index: 50; left: 50%; top: calc(var(--top-h) + 16px); transform: translateX(-50%); padding: 8px 14px; font-size: 14px; pointer-events: none; }

/* ─── 窄屏 ─── */
@media (max-width: 860px) {
  :root { --panel-w: 100vw; --dock-h: 92px; }
  #topbar { gap: 8px; overflow-x: auto; scrollbar-width: none; }
  #topbar::-webkit-scrollbar { display: none; }
  .modes, .tools { flex: none; gap: 6px; }
  .tools .pxbtn { padding: 5px 8px; }
  .tl-head .readout { min-width: 0; font-size: 16px; }
  .tl-head .era-name { font-size: 14px; }
  #splash .intro { font-size: 14px; }
  .brand span { display: none; }
  .modes .pxbtn { padding: 5px 8px; }
  .modes .pxbtn .en { display: none; }
  .tools .pxbtn .en { display: none; }
  #event-panel { left: 16px; right: 16px; width: auto; top: auto; height: 44vh; bottom: calc(var(--dock-h) + 20px + env(safe-area-inset-bottom, 0px)); }
  #titlecard { max-width: calc(100vw - 32px); left: 16px; }
  #titlecard h1 { font-size: 30px; }
  .dossier { grid-template-columns: 1fr; }
  .dossier .side { border-right: 0; border-bottom: 2px solid var(--rule); }
  .dossier .side img { max-width: 220px; display: block; margin: 0 auto; }
  #planet-panel { left: 16px; right: 16px; width: auto; top: auto; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); max-height: 46vh; }
  .map-legend { display: none; }
  .grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
  .tl-era span { display: none; }
}
@media (max-width: 480px) {
  .brand b { font-size: 14px; letter-spacing: 0.18em; }
  .modes .pxbtn .cn, .tools .pxbtn .cn { font-size: 13px; }
  .bigbtn { padding: 10px 14px; }
  .bigbtn .cn { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
