:root {
  --bg-0: #0b1020;
  --bg-1: #12172a;
  --bg-2: #1a2238;
  --bg-3: #24304d;

  --text-1: #f3f7ff;
  --text-2: #c0cbe3;
  --text-3: #8fa0c5;

  --line: #2b3858;
  --line-strong: #41527d;

  --accent-blue: #4ea1ff;
  --accent-gold: #ffd166;
  --accent-green: #3ddc97;
  --accent-red: #ff6b6b;
  --accent-purple: #a78bfa;

  --shadow-1: 0 12px 28px rgba(0, 0, 0, 0.28);

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --font-ui: Inter, "Segoe UI", Arial, sans-serif;
  --font-mono: "Cascadia Code", "Consolas", monospace;

  --max-content: 1180px;
  --sidebar-width: 290px;
  --header-height: 68px;
}