/* Shared dark "Intelligence OS" theme tokens.
   These 9 custom properties were previously copy-pasted byte-for-byte into
   each tool page's own <style> block (be-dashboard.html, stability-tracker.html,
   regulatory-submission.html, and several pharma/* pages) -- confirmed
   identical across every page before being centralized here. Page-specific
   tokens that genuinely vary between pages (--bg, --panel2, --radius,
   --shadow, --glass, etc.) stay declared locally on each page and override
   the defaults below; this file only owns the tokens every page already
   agreed on, so linking it changes nothing about how any existing page
   renders. New pages can link this file and only need to declare the
   handful of tokens where they want a non-default look. */
:root {
  --blue: #38bdf8;
  --green: #22c55e;
  --line: rgba(148, 163, 184, .18);
  --muted: #94a3b8;
  --panel: #0f172a;
  --red: #ef4444;
  --soft: #cbd5e1;
  --text: #f8fafc;
  --violet: #8b5cf6;
  --yellow: #f59e0b;

  /* Sensible defaults for the tokens that vary per page. A page that wants
     the default look can omit these entirely; any page that needs a
     different value keeps declaring it locally, which wins the cascade. */
  --bg: #060a14;
  --panel2: #111827;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .42);
}
