:root {
  --plum-950: #140d18;
  --plum-900: #1d1024;
  --plum-800: #28142f;
  --plum-700: #341c39;
  --plum-600: #4a2450;
  --surface: rgba(52, 28, 57, 0.72);
  --surface-strong: rgba(74, 36, 80, 0.86);
  --surface-soft: rgba(255, 255, 255, 0.07);
  --accent: #e7394d;
  --accent-2: #ff5b70;
  --accent-3: #b02236;
  --gold: #f2c66d;
  --text: #fff7fb;
  --muted: #cbb8cf;
  --muted-2: #9f8aa8;
  --border: rgba(255, 255, 255, 0.14);
  --danger: #ff5c5c;
  --warning: #ffcf70;
  --success: #42d392;
  --info: #6db7ff;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.34);
  --shadow-tight: 0 10px 30px rgba(0, 0, 0, 0.25);
  --dur-fast: 160ms;
  --dur-med: 360ms;
  --dur-slow: 640ms;
  --ease-standard: cubic-bezier(0.2, 0.8, 0.2, 1);
  --header-height: 72px;
  --dashboard-nav-width: 276px;
  --content-max: 1180px;
}
