:root {
  --sol-purple: #9945FF;
  --sol-teal: #14F195;
  --sol-cyan: #00FFFF;
  --bg-900: #0b0f14;
  --bg-800: #0e141b;
  --bg-glass: rgba(17, 23, 30, 0.55);
  --text-100: #e6f6ff;
  --text-300: #b9d8ff;
  --text-700: #86a1b8;

  --r-2: 2px;
  --r-4: 4px;
  --r-8: 8px;
  --r-16: 16px;
  --r-24: 24px;

  --space-2: 2px;
  --space-4: 4px;
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-64: 64px;

  --shadow-neon: 0 0 12px rgba(153,69,255,0.6), 0 0 24px rgba(20,241,149,0.4), 0 0 48px rgba(0,255,255,0.25);
  --shadow-inner: inset 0 0 12px rgba(153,69,255,0.35), inset 0 0 24px rgba(0,255,255,0.2);

  --blur-strong: saturate(120%) blur(22px);
  --blur-soft: saturate(110%) blur(12px);

  --font-display: "Space Grotesk", system-ui, -apple-system, Segoe UI, Roboto, Inter, sans-serif;
  --font-body: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --grad-hero: radial-gradient(1200px 800px at 10% 10%, rgba(153,69,255,0.35), transparent 40%),
               radial-gradient(1000px 700px at 90% 20%, rgba(0,255,255,0.28), transparent 42%),
               linear-gradient(135deg, #0b0f14 0%, #111824 100%);
  --grad-cta: linear-gradient(135deg, var(--sol-purple) 0%, var(--sol-teal) 50%, var(--sol-cyan) 100%);
  --grad-reel-glow: linear-gradient(180deg, rgba(255,255,255,0.45), rgba(255,255,255,0));
}

