{
  "color": {
    "background": "hsl(240 7% 2%)",
    "foreground": "hsl(0 0% 100%)",
    "card": "hsl(240 7% 7.5%)",
    "muted": "hsl(240 5% 16%)",
    "mutedForeground": "hsl(240 4% 66%)",
    "primary": "hsl(271 81% 53%)",
    "accent": "hsl(183 100% 50%)",
    "destructive": "hsl(0 72% 55%)",
    "border": "hsl(240 5% 16%)"
  },
  "gradient": {
    "primary": "linear-gradient(135deg, hsl(271 81% 53%) 0%, hsl(183 100% 50%) 100%)",
    "surface": "linear-gradient(160deg, hsl(240 7% 9%) 0%, hsl(240 7% 4%) 100%)"
  },
  "glow": {
    "primary": "0 0 40px -8px hsl(271 81% 53% / 0.55)",
    "cyan": "0 0 40px -8px hsl(183 100% 50% / 0.45)",
    "soft": "0 18px 60px -30px hsl(271 81% 53% / 0.7)"
  },
  "radius": { "base": "0.75rem", "sm": "0.5rem", "md": "0.625rem", "xl": "1rem", "full": "9999px" },
  "space": { "1": "0.25rem", "2": "0.5rem", "3": "0.75rem", "4": "1rem", "6": "1.5rem", "8": "2rem", "12": "3rem", "16": "4rem", "24": "6rem" },
  "font": { "sans": "Inter", "display": "SF Pro Display", "mono": "JetBrains Mono" },
  "motion": { "fast": "0.2s", "base": "0.3s", "slow": "0.4s", "easeCalm": "cubic-bezier(0.22, 1, 0.36, 1)" }
}
