/* ============================================================
   theme.css — WHITELABEL THEME PALETTE
   ------------------------------------------------------------
   This is the single place to rebrand the platform per client.
   To create a client theme, override these :root variables in a
   per-client stylesheet loaded AFTER this file (or swap this file).
   Never hardcode brand hex values elsewhere — always reference
   these var(--*) tokens so a rebrand is one edit, not a sweep.
   ============================================================ */
:root{
  /* Brand / accent (client-overridable) */
  --navy:#071429; --navy2:#0a1d3a; --blue:#2563eb; --purple:#6d4dfc;
  --green:#19b26b; --teal:#12b8a6;

  /* Fixed semantic colors (keep constant for meaning across all clients) */
  --red:#ef4444; --orange:#f59e0b;

  /* Neutrals / surfaces */
  --muted:#667085; --text:#101828; --line:#e6e9f0; --bg:#f7f9fc; --card:#fff;
  --shadow:0 8px 24px rgba(16,24,40,.07);
}
