/* portal/static/theme/tokens.css
   Single source of theme truth for the Portal. Palette adopted from the v1
   Cockpit (frontend/v1-cockpit/src/styles/theme.css) so the three surfaces feel
   like one product. Blue accent (not Armory red) per the 2026-06-24 redesign. */
:root {
  color-scheme: dark;
  --wr-bg: #05080f;
  --wr-bg-deep: #000000;
  --wr-panel: #0a0e16;
  --wr-panel-alt: #0f1420;
  --wr-line: #1f2937;
  --wr-text: #e5e7eb;
  --wr-muted: #94a3b8;
  --wr-accent: #3b82f6;
  --wr-accent-deep: #2972d7;
  --wr-up: #34d399;
  --wr-starting: #f59e0b;
  --wr-down: #4b5563;        /* AA-safe with #fff text (~7:1) */
  --wr-unavailable: #e67e22;
  --wr-radius: 12px;
  --wr-gap: 18px;
  --wr-font-display: "Chakra Petch", system-ui, sans-serif;
  --wr-font-body: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
