/* Design tokens shared by the portal shell and (from Phase 2) every report.
   Light "ops room" palette taken from the monitoring dashboard. */
:root{
  --bg:#EEF1F5;
  --panel:#FFFFFF;
  --ink:#16232F;
  --ink-2:#4A5868;
  --muted:#8593A3;
  --rule:#D8DEE6;
  --accent:#1B4F72;
  --accent-bg:#E4EDF5;
  --good:#1F8A5B;
  --good-bg:#E4F3EC;
  --warn:#C77A0A;
  --warn-bg:#FBF0DD;
  --bad:#C8322B;
  --bad-bg:#FAE7E6;
  --font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  --radius:4px;
  --sidebar:220px;
}
