/* site-v2 "case-file" system (--sv-*) — the FIXED-DARK editorial surface (the locked
   ukiyo-e dragon deck and everything descended from it). Deliberately theme-less: an art
   object, not themed app chrome. Loaded ONLY by site-v2 pages, so v1 content pages are not
   taxed by its bytes; it sits ON TOP of tokens.css, which still supplies the SHARED infra
   scales the deck reuses (--fs-space/-text/-radius/-dur/-ease and the structural --fs-map-*
   stroke/dash tokens the evidence SVGs are drawn with). Every site-v2 page references these
   vars only — never a raw hex or font name (the anti-AI gate enforces that; this token file
   is the one exempt place system fallbacks legally live). CJK splits display vs body: LXGW
   WenKai TC (a curated accent subset, see fonts.css) leads the display stack for the fengshui
   glyphs; running /zh/ body rides the system CJK stack so the per-page byte budget never buys
   a full CJK face. */
:root {
  --sv-bg:#14181f; --sv-bone:#e8e2d2; --sv-ink:#0c0f14; --sv-indigo:#2a3a5c; --sv-deep-indigo:#1b2740;
  --sv-line:rgba(232,226,210,.18); --sv-watch:#c0492f; --sv-noted:#b8893a; --sv-clear:#4f8a80;
  --sv-road:#59606a; --sv-divider:#806a47; --sv-compass:#8d806b; --sv-map-ink:#17202a; --sv-map-ink-2:#1b2530; --sv-road-diagram:#8c8575;
  --sv-font-mono:"DM Mono", ui-monospace, monospace;
  --sv-font-display:"Fraunces", Georgia, serif;
  --sv-font-body:"Instrument Sans", system-ui, sans-serif;
  --sv-font-cjk-display:"LXGW WenKai TC", "Kaiti TC", "STKaiti", "Noto Serif TC", serif;
  --sv-font-cjk-body:"PingFang TC", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
}
