:root {
  --neon-green: #59ff73;
  --neon-green-dark: #22c55e;
  --neon-green-soft: #7fff8f;
  --neon-glow: rgba(89, 255, 115, 0.35);
  --accent-blue: #00d4ff;
  --accent-gold: #f59e0b;
  --accent-red:  #ef4444;
  --bg:            oklch(0.145 0 0);
  --surface:       oklch(0.185 0 0);
  --surface-2:     oklch(0.205 0 0);
  --surface-hover: oklch(0.245 0 0);
  --line:          oklch(0.269 0 0);
  --line-strong:   oklch(0.34 0 0);
  --fg:            oklch(0.985 0 0);
  --fg-muted:      oklch(0.708 0 0);
  --fg-faint:      oklch(0.556 0 0);
  --background: var(--bg);
  --foreground: var(--fg);
  --card: var(--surface);
  --card-foreground: var(--fg);
  --popover: var(--surface);
  --popover-foreground: var(--fg);
  --primary: var(--neon-green);
  --primary-foreground: oklch(0.145 0 0);
  --primary-600: var(--neon-green-dark);
  --secondary: var(--line);
  --secondary-foreground: var(--fg);
  --muted: var(--line);
  --muted-foreground: var(--fg-muted);
  --accent: var(--surface-hover);
  --accent-foreground: var(--fg);
  --destructive: var(--accent-red);
  --destructive-foreground: var(--fg);
  --border: var(--line);
  --input: var(--line);
  --ring: var(--neon-green);
  --glass-bg: rgba(15, 20, 18, 0.6);
  --glass-border: rgba(89, 255, 115, 0.10);
  --primary-tint: rgba(89, 255, 115, 0.10);
  --primary-tint-20: rgba(89, 255, 115, 0.20);
  --primary-tint-30: rgba(89, 255, 115, 0.30);
}
