/* ============================================================
   CONFIGURATION: Easy-to-update color variables
   ============================================================ */
:root {
  --primary: #00d4ff;
  --primary-glow: rgba(0, 212, 255, 0.3);
  --secondary: #00ff88;
  --secondary-glow: rgba(0, 255, 136, 0.3);
  --accent: #7c3aed;
  --accent-glow: rgba(124, 58, 237, 0.3);
  --bg-dark: #0a0a1a;
  --bg-card: rgba(15, 15, 35, 0.85);
  --bg-card-hover: rgba(20, 20, 50, 0.95);
  --text-primary: #e8e8f0;
  --text-secondary: #a0a0b8;
  --text-muted: #6a6a80;
  --border-subtle: rgba(100, 100, 150, 0.2);
  --font-main: "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-mono: "Cascadia Code", "Fira Code", "Consolas", monospace;
  --cert: #f59e0b;
  --cert-glow: rgba(245, 158, 11, 0.3);
}
