:root {
  
  --color-bg:           #0d0d1a;
  --color-surface:      #16162a;
  --color-surface-2:    #1e1e38;
  --color-surface-3:    #252545;

  --color-accent:       #7c3aed;
  --color-accent-hover: #6d28d9;
  --color-accent-glow:  #a78bfa;
  --color-gold:         #f59e0b;
  --color-gold-light:   #fcd34d;
  --color-gold-dark:    #d97706;

  --color-text:         #f0f0f5;
  --color-text-muted:   #9ca3af;
  --color-text-dim:     #6b7280;

  --color-border:       #2a2a4a;
  --color-border-light: #3a3a5a;
  --color-success:      #10b981;
  --color-danger:       #ef4444;
  --color-warning:      #f59e0b;

  --gradient-hero:      radial-gradient(ellipse at 60% 40%, #1a0a3a 0%, #0d0d1a 70%);
  --gradient-gold:      linear-gradient(135deg, #f59e0b 0%, #fcd34d 50%, #d97706 100%);
  --gradient-accent:    linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
  --gradient-card:      linear-gradient(180deg, transparent 40%, rgba(13,13,26,0.95) 100%);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', 'Courier New', monospace;

  --space-xs:  4px;
  --space-sm:  8px;
  --space-md:  16px;
  --space-lg:  24px;
  --space-xl:  40px;
  --space-2xl: 64px;
  --space-3xl: 96px;
  --space-4xl: 128px;

  --shadow-card:  0 4px 24px rgba(124,58,237,0.18), 0 1px 4px rgba(0,0,0,0.5);
  --shadow-glow:  0 0 32px rgba(124,58,237,0.45);
  --shadow-gold:  0 0 24px rgba(245,158,11,0.35);
  --shadow-hover: 0 8px 40px rgba(124,58,237,0.35), 0 2px 8px rgba(0,0,0,0.6);

  --radius-sm:   6px;
  --radius-md:   12px;
  --radius-lg:   20px;
  --radius-xl:   32px;
  --radius-full: 9999px;

  --transition-fast:   0.15s ease;
  --transition-base:   0.3s ease;
  --transition-slow:   0.6s ease;
  --transition-spring: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
