/* ============================================================================
   tokens.css — canonical CHROME tokens for FlowAlpha (identity only).
   Palette "TA Teal" · background grade "Deepest" (altFINS near-black base,
   cards clearly float). Semantic colors (green/red/gold, heatmap, signal
   states, BTC=gold/ALT=cyan lines) are NOT here — literal & per-page, never
   recolored. Linked on each World-A page; the page aliases its local names.
   ============================================================================ */
:root{
  --bg-rail:#12192A; --bg-band:#06080F;   /* rail (elevated ~card) / strip   */
  --bg-0:#06080F;          /* PAGE / layout — near-black navy                  */
  --plot:#0A0E18;          /* recessed chart / grid plot well (sits BELOW card)*/
  --bg-1:#141B2C;          /* CARD / table / panel surface — floats above page */
  --bg-2:#1A2234; --bg-3:#222B42; --bg-4:#2C3852;   /* input / hover / active  */
  --border:#232B3D; --border-hi:#2D3850; --border-hi2:#3A465F;
  --text:#ECEFF6; --text-2:#D6DCE4; --text-3:#C8CFD9; --text-quiet:#828B99; --text-4:#646D80;
  --anchor:#FBFDFF;        /* near-white emphasis                              */
  --accent:#2DD4BF; --accent-bg:rgba(45,212,191,.12); --accent-line:rgba(45,212,191,.42);
  --blue:#2E7BFF; --blue-bright:#5AA0FF; --blue-bg:rgba(46,123,255,.09);
  --nav-icon:#8893A5;      /* unified inactive nav icon                        */
  --page-glow:rgba(46,123,255,.05);
}
