/* KeepDeck identity tokens — the single source of palette and type
   (Identity guide rev 2026.07; app values verbatim from Workspace/src/App.css) */

:root {
  /* control room */
  --bg: #000000;
  --panel: #151515;
  --panel-border: #2e312f;
  --hairline: rgba(232, 230, 220, 0.08);
  --cream: #e8e6dc;
  --muted: #9a9e99;
  --dim: #5e635f;
  --fleet: #6a6f6c;

  /* the one accent + status signals */
  --accent: #00c853;
  --warn: #ffc107;
  --crit: #f44336;
  --idle: #757575;

  /* type */
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Poppins", system-ui, -apple-system, sans-serif;

  /* replica of the real app window */
  --app-bg: #0b0e14;
  --app-chrome: #0e121a;
  --app-seam: #1c2230;
  --app-border: #161b26;
  --app-text: #c5c8c6;
  --app-muted: #9aa3af;
  --app-dim: #6b7280;
  --app-green: #58b368;
}
