:root {
  --bg:           #05080e;
  --bg-deep:      #020508;
  --surface:      #090f1a;
  --surface-2:    #0d1520;

  --text-1:       #e8f4ff;
  --text-2:       #b8cfe0;
  --text-3:       #7a9ab0;
  --text-4:       #4a6070;

  --accent:       #00ff88;
  --accent-muted: #00cc6a;
  --accent-dim:   rgba(0, 255, 136, 0.08);

  --accent-blue:  #2d7aff;
  --accent-cyan:  #7ce6ff;

  --positive:     #00ff88;
  --negative:     #ff4466;
  --neutral:      #f5c842;

  --border:       rgba(0, 255, 136, 0.06);
  --border-hover: rgba(0, 255, 136, 0.20);
  --glow:         rgba(0, 255, 136, 0.10);
  --glow-strong:  rgba(0, 255, 136, 0.22);
}
