:root {
  --bg: #07090d;
  --bg-soft: #0d1118;
  --surface: rgba(17, 21, 29, 0.78);
  --surface-strong: #11151d;
  --surface-soft: rgba(255, 255, 255, 0.04);
  --text: #f5f7fb;
  --muted: #9aa3b2;
  --line: rgba(255, 255, 255, 0.08);
  --accent: #7c5cff;
  --accent-2: #3a8dff;
  --accent-3: #6fffe9;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}