:root {
  --bg: #06060b;
  --bg2: #0c0c14;
  --surface: rgba(255,255,255,0.03);
  --surface2: rgba(255,255,255,0.05);
  --accent: #10b981;
  --accent2: #34d399;
  --accent3: #059669;
  --text: #f1f0ff;
  --muted: #8b89a6;
  --muted2: #6b6987;
  --border: rgba(16,185,129,0.12);
  --border-hover: rgba(16,185,129,0.35);
  --glow: rgba(16,185,129,0.3);
  --radius: 14px;
  --amber: #f59e0b;
  --blue: #3b82f6;
  --emerald: #10b981;
  --orange: #f97316;
  --purple: #a78bfa;
  --cyan: #06b6d4;
}
