/* Soravi brand tokens — single source of truth.
   Dark "Ignition" palette. Use --accent (#FF5C1F) sparingly: one per screen. */
:root {
  --bg: #0A0B0D;        /* page background under the dimmed video wall */
  --panel: #131417;     /* solid card surface where glass isn't used */
  --text: #EDEBE6;      /* primary text — warm off-white */
  --muted: #9C9B95;     /* secondary text: labels, captions, meta */
  --accent: #FF5C1F;    /* ignition orange — CTAs, the dot, active states */
  --accent2: #9FB2BF;   /* cool slate — quiet secondary accent */
  --success: #4CC38A;   /* positive / resolved / on-standard / trend-up */
  --danger: #E5484D;    /* alerts, the LIVE dot, flagged, errors */
  --line: #24262C;      /* hairline dividers and the scrolled-nav border */
  --radius: 18px;       /* panels 18px · tiles 12px · pills 999px */
}
