/* Innellis design tokens — Session 1 of the UI consolidation plan (2026-07-14).
   Single source of truth for color values, extracted verbatim from the
   :root{} block previously duplicated inline across dashboard.html,
   dashboard-v2.html, dashboard-pro.html, and risk-analytics.html.
   No values changed in this pass -- pure extraction, zero visual diff
   expected. Semantic splitting of --amber into distinct brand/CTA/
   sentiment roles is deliberately deferred to a later session. */
:root{
  --bg:#0D1117;
  --surface:#161B22;
  --surface2:#1C2128;
  --border:#30363D;
  --text:#E6EDF3;
  --muted:#7D8590;
  --amber:#F5A623;
  --green:#3FB950;
  --red:#F85149;
  --blue:#58A6FF;
  --purple:#BC8CFF;
}
