:root {
  --bg-primary: #0a0e17;
  --bg-secondary: #111827;
  --bg-card: #1a1f2e;
  --bg-card-hover: #222840;
  --border: #2a3040;
  --border-glow: rgba(0, 255, 136, 0.15);

  --text-primary: #e8edf5;
  --text-secondary: #8892a4;
  --text-muted: #4a5568;

  --accent-green: #00ff88;
  --accent-green-dim: #00cc6a;
  --accent-cyan: #00d4ff;
  --accent-red: #ff4757;
  --accent-yellow: #ffa502;
  --accent-orange: #ff6b35;
  --accent-purple: #a855f7;

  --font-mono: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 0 20px rgba(0, 255, 136, 0.08);
}
