/* ─────────────────────────────────────────────────────────────────────
   css/theme.css — Canonical brand theme. SINGLE SOURCE OF TRUTH.
   Source values: index.html (the GOD file). Loaded by index.html and
   command-center.html so the palette can never drift between them again.
   Theme: Gemini AI official colors (Google Blue, Deep Purple, Peach/Rose Spark).
   ───────────────────────────────────────────────────────────────────── */
:root {
  /* Brand - Official Gemini AI Spark */
  --blue:   #4285F4;
  --purple: #9d4edd;
  --rose:   #ff7e5f;
  --grad:   linear-gradient(135deg, #4285F4 0%, #9d4edd 50%, #ff7e5f 100%);

  /* Surfaces - Deep Space / Indigo-Black */
  --dark:   #070a13;
  --dark2:  #0c1020;
  --bg:     #070a13;
  --bg2:    #0c1020;
  --card:   #11162d;
  --card2:  #161c3a;
  --border: #1b2447;

  /* Text */
  --text:   #f1f5f9;
  --sub:    #cbd5e1;
  --muted:  #94a3b8;
}
