/* AEGIS Nexus canonical tokens (spec §3, table 6) — single source of colour/space */
:root{
  --aegis-bg:#04060c; --aegis-bg-2:#070b14; --aegis-panel:#0b1020; --aegis-panel-2:#0e1526;
  --aegis-line:#1a2740; --aegis-line-strong:#243559;
  --aegis-action:#0946fe; --aegis-blue:#0946fe; --aegis-verified:#29c281; --aegis-green:#29c281;
  --aegis-pending:#e6ad3c; --aegis-amber:#e6ad3c; --aegis-critical:#e75d72; --aegis-red:#e75d72;
  --aegis-unknown:#6f7f9c; --aegis-muted:#6f7f9c; --aegis-ink:#eaf0f9; --aegis-ink-2:#aebbd4;
  --aegis-purple:#b978f4; --aegis-focus:#5c7cff;
  /* small-label colour that meets WCAG AA (>=4.5:1) on panel surfaces; --aegis-muted (#6f7f9c)
     is retained for dots/borders/unknown-state but fails AA for small text (measured 4.49). */
  --aegis-label:#8b9ab4;
  --aegis-font-display:"Century Gothic","Futura","Trebuchet MS",system-ui,sans-serif;
  --aegis-font-body:"Century Gothic","Trebuchet MS",system-ui,sans-serif;
  --space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;
  --radius-md:12px;--radius-card:18px;--radius-pill:999px;
  --topbar-h:80px;--page-pad-x:30px;--grid-gap:24px;
  --focus-ring:0 0 0 2px #04060c,0 0 0 4px #5c7cff;
}
