/* ============================================================
   Sorvyn brand tokens — Electric Dark
   CANONICAL source for both sites:
     - dashboard/  (app.sorvyn.ai, vanilla HTML pages)
     - landing/    (sorvyn.ai, Next.js + Tailwind 4)
   Change values HERE first, then propagate. Values mirror the
   Design table in dashboard/CLAUDE.md — keep them in lock-step.
   ============================================================ */

:root {
  /* Surfaces */
  --bg-main: #0a0a0a;        /* page background */
  --bg-card: #1a1a1a;        /* cards */
  --border-card: #333333;    /* 1px card border */

  /* Brand + semantic colors */
  --lime:   #CCFF00;         /* CTAs, hero numbers (NOT #BEFF00) */
  --cyan:   #00d9ff;         /* money metrics, links */
  --yellow: #fbbf24;         /* counts, warnings */
  --green:  #10b981;         /* success */
  --red:    #ef4444;         /* errors */

  /* Layout */
  --container-max: 1400px;   /* page + footer must match */

  /* Typography */
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", monospace;   /* numbers/code ONLY */
}
