{
  "colors": {
    "background": "#0a0a0f",
    "surface": "#1c1c24",
    "surfaceHighlight": "#27272f",
    "primary": "#6366f1",
    "primaryHover": "#818cf8",
    "accent": "#22c55e",
    "danger": "#ef4444",
    "textPrimary": "#f0f0f5",
    "textSecondary": "#a1a1aa",
    "textMuted": "#71717a",
    "border": "#3f3f46"
  },
  "spacing": {
    "scale": [4, 8, 12, 16, 24, 32, 48, 64],
    "section": "64px",
    "cardPadding": "24px",
    "gap": "16px"
  },
  "typography": {
    "fontFamily": "'Space Grotesk', system-ui, sans-serif",
    "fontMono": "'JetBrains Mono', monospace",
    "h1": "2.5rem/700",
    "h2": "2rem/700",
    "h3": "1.5rem/600",
    "h4": "1.25rem/600",
    "body": "1rem/400",
    "caption": "0.875rem/400"
  },
  "radius": {
    "card": "0.75rem",
    "button": "0.5rem",
    "input": "0.5rem",
    "badge": "9999px"
  },
  "shadows": {
    "card": "0 4px 24px rgba(0,0,0,0.4)",
    "elevation1": "0 1px 3px rgba(0,0,0,0.1)",
    "glow": "0 0 20px rgba(99,102,241,0.3)"
  },
  "animation": {
    "fast": "150ms cubic-bezier(0.4, 0, 0.2, 1)",
    "medium": "300ms cubic-bezier(0.4, 0, 0.2, 1)",
    "bounce": "500ms cubic-bezier(0.34, 1.56, 0.64, 1)"
  }
}