/* THIS FILE IS TOKENS ONLY. Structure lives in _engine.css, the shared
   structural stylesheet copied alongside this file from the reference
   theme folder (Business), one physical copy per theme folder
   (confirmed live: every existing theme folder under sites\
   InteractiveAtlasFamily\App_Themes carries an identical file set, not a
   hardlink; this script matches that convention).

   Tokens below: the neutrals, ink/muted/faint text colours, the two
   semantic colours, the serif and sans stacks, the shadow and the reading
   measure are copied verbatim from the family's own established shape
   (docs\identity_palette_20260823.md's own worked --ground/--panel/
   --panel2 constants), so this atlas reads as a sibling of every other.

   ACCENT, written 2026-08-24 by
   ops\atlascreate\new_atlas_collapsed_ELEVATED.ps1 from -AccentHex
   (#529933). The SAME hex is used in both the dark and light blocks
   below (the single-parameter founding shape); a WCAG-checked light/dark
   pair per docs\identity_palette_20260823.md's own binary-search method is
   a later identity-lane refinement, the same "ship the interim, swap
   later" precedent request 1167 already established. --gold-bg-ink
   defaults to the engine's own #1a1508 in both blocks until that
   refinement recomputes it against this atlas's real light theme accent. */

:root{
  --ground:#0b0d1a; --panel:#141731; --panel2:#1b1f3d; --edge:#2b2f55; --edge2:#3a3f6b;
  --ink:#eae7f3; --muted:#a7a5c4; --faint:#8785a7;
  --shared:#79bcb0; --shared-bg:rgba(111,178,168,.14); --dark-c:#d27a92; --dark-bg:rgba(181,84,106,.16);
  --gold:#529933; --gold-soft:#529933; --gold-bg:#529933; --gold-bg-ink:#1a1508;
  --serif:"Iowan Old Style","Palatino Linotype",Palatino,"Book Antiqua",Georgia,serif;
  --sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --shadow:0 12px 34px -14px rgba(0,0,0,.6);
  --measure:40.5rem;
}
@media (prefers-color-scheme: light){:root{
  --ground:#f4efe3; --panel:#eee7d6; --panel2:#f8f4ea; --edge:#ddd2ba; --edge2:#cabfa3;
  --ink:#282540; --muted:#655f74; --faint:#6d6759;
  --shared:#2f685e; --shared-bg:rgba(60,133,120,.12); --dark-c:#9c3f57; --dark-bg:rgba(162,65,90,.10);
  --gold:#529933; --gold-soft:#529933; --gold-bg:#529933; --gold-bg-ink:#1a1508;
  --shadow:0 14px 30px -18px rgba(60,48,20,.45);
}}
:root[data-theme="dark"]{
  --ground:#0b0d1a; --panel:#141731; --panel2:#1b1f3d; --edge:#2b2f55; --edge2:#3a3f6b;
  --ink:#eae7f3; --muted:#a7a5c4; --faint:#8785a7;
  --shared:#79bcb0; --shared-bg:rgba(111,178,168,.14); --dark-c:#d27a92; --dark-bg:rgba(181,84,106,.16);
  --gold:#529933; --gold-soft:#529933; --gold-bg:#529933; --gold-bg-ink:#1a1508;
  --shadow:0 12px 34px -14px rgba(0,0,0,.6);
}
:root[data-theme="light"]{
  --ground:#f4efe3; --panel:#eee7d6; --panel2:#f8f4ea; --edge:#ddd2ba; --edge2:#cabfa3;
  --ink:#282540; --muted:#655f74; --faint:#6d6759;
  --shared:#2f685e; --shared-bg:rgba(60,133,120,.12); --dark-c:#9c3f57; --dark-bg:rgba(162,65,90,.10);
  --gold:#529933; --gold-soft:#529933; --gold-bg:#529933; --gold-bg-ink:#1a1508;
  --shadow:0 14px 30px -18px rgba(60,48,20,.45);
}