:root {
  --bg-void:       #020408;
  --bg-deep:       #050b14;
  --bg-panel:      #080e1a;
  --bg-card:       #0a1220;

  --cyan:          #00ffcc;
  --cyan-dim:      #00b4d8;
  --cyan-dark:     rgba(0, 255, 204, 0.08);
  --purple:        #7b2fff;
  --purple-bright: #a855f7;
  --green:         #00ff41;
  --green-dim:     #4ade80;
  --yellow:        #ffd740;

  --border-cyan:   rgba(0, 255, 204, 0.2);
  --border-purple: rgba(123, 47, 255, 0.3);
  --glass-bg:      rgba(8, 14, 26, 0.75);
  --glass-blur:    blur(20px);

  --text-bright:   #ffffff;
  --text-primary:  rgba(255, 255, 255, 0.9);
  --text-muted:    rgba(255, 255, 255, 0.5);
  --text-ghost:    rgba(255, 255, 255, 0.2);

  --glow-cyan:   0 0 20px rgba(0, 255, 204, 0.4), 0 0 60px rgba(0, 255, 204, 0.15);
  --glow-purple: 0 0 20px rgba(123, 47, 255, 0.5), 0 0 60px rgba(123, 47, 255, 0.2);
  --glow-green:  0 0 15px rgba(0, 255, 65, 0.4);
  --glow-yellow: 0 0 20px rgba(255, 215, 64, 0.4);

  --font-ko:   'Noto Sans KR', 'Malgun Gothic', sans-serif;
  --font-mono: 'JetBrains Mono', 'Courier New', monospace;

  --nav-h: 68px;
  --radius: 14px;
  --transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
