{
  "_meta": {
    "description": "Lumino Design System color tokens — warm-dark palette (default: dark mode, 'pro' theme)",
    "themeVariants": ["pro", "studio", "playful"],
    "modeVariants": ["dark", "light"]
  },
  "surface": {
    "base":     { "value": "#15110d", "_source": "harvested", "_var": "--bg-0", "_note": "deepest — page base" },
    "panel":    { "value": "#1c1813", "_source": "harvested", "_var": "--bg-1", "_note": "panels / nav" },
    "elevated": { "value": "#24201a", "_source": "harvested", "_var": "--bg-2", "_note": "elevated cards" },
    "input":    { "value": "#2d2821", "_source": "harvested", "_var": "--bg-3", "_note": "input bg, hover states" },
    "active":   { "value": "#3a342b", "_source": "harvested", "_var": "--bg-4", "_note": "active / selected" }
  },
  "surfaceLight": {
    "base":     { "value": "#f5ede0", "_source": "harvested", "_var": "--bg-0 (light mode)" },
    "panel":    { "value": "#faf3e6", "_source": "harvested", "_var": "--bg-1 (light mode)" },
    "elevated": { "value": "#fffaf0", "_source": "harvested", "_var": "--bg-2 (light mode)" },
    "input":    { "value": "#ece3d1", "_source": "harvested", "_var": "--bg-3 (light mode)" },
    "active":   { "value": "#e0d4bc", "_source": "harvested", "_var": "--bg-4 (light mode)" }
  },
  "text": {
    "primary":   { "value": "#f5ecdd", "_source": "harvested", "_var": "--ink-0", "_note": "warm cream, primary text" },
    "secondary": { "value": "#d9cdb8", "_source": "harvested", "_var": "--ink-1", "_note": "secondary text" },
    "tertiary":  { "value": "#9a8f7b", "_source": "harvested", "_var": "--ink-2", "_note": "muted / tertiary" },
    "disabled":  { "value": "#6b6353", "_source": "harvested", "_var": "--ink-3", "_note": "very muted / disabled" }
  },
  "textLight": {
    "primary":   { "value": "#1a1510", "_source": "harvested", "_var": "--ink-0 (light mode)" },
    "secondary": { "value": "#3d3428", "_source": "harvested", "_var": "--ink-1 (light mode)" },
    "tertiary":  { "value": "#6b5f4d", "_source": "harvested", "_var": "--ink-2 (light mode)" },
    "disabled":  { "value": "#8a7d68", "_source": "harvested", "_var": "--ink-3 (light mode)" }
  },
  "border": {
    "hairline": { "value": "#342e25", "_source": "harvested", "_var": "--line-0" },
    "stronger": { "value": "#453d31", "_source": "harvested", "_var": "--line-1" }
  },
  "accent": {
    "default":  { "value": "#d97757", "_source": "harvested", "_var": "--accent", "_note": "terracotta/clay — primary brand accent" },
    "soft":     { "value": "#c89b7b", "_source": "harvested", "_var": "--accent-soft" },
    "faint":    { "value": "#d9775720", "_source": "harvested", "_var": "--accent-faint", "_note": "12.5% opacity" },
    "glow":     { "value": "#d9775540", "_source": "harvested", "_var": "--accent-glow", "_note": "25% opacity — focus ring" },
    "ink":      { "value": "#1a1208", "_source": "harvested", "_var": "--accent-ink", "_note": "text on accent bg" },
    "deep":     { "value": "#f0a080", "_source": "harvested", "_var": "--color-accent-deep", "_note": "readable text on accent-faint bg (dark mode — lighter)" }
  },
  "accentLight": {
    "deep":     { "value": "#a64a28", "_source": "harvested", "_var": "--color-accent-deep (light mode)", "_note": "readable text on accent-faint bg (light mode — deeper)" }
  },
  "accentPlayful": {
    "default": { "value": "#f08a5d", "_source": "harvested", "_var": "--accent (playful theme)" },
    "soft":    { "value": "#f5b784", "_source": "harvested", "_var": "--accent-soft (playful theme)" }
  },
  "semantic": {
    "_note":   "Base (voice), ink (text), bg (tinted surface), edge (border). Dark-mode defaults; see semanticLight for light overrides.",
    "success":      { "value": "#9cc89b", "_source": "harvested", "_var": "--color-success" },
    "warning":      { "value": "#e8b86a", "_source": "harvested", "_var": "--color-warning" },
    "error":        { "value": "#d97070", "_source": "harvested", "_var": "--color-error" },
    "info":         { "value": "#7fb0c9", "_source": "harvested", "_var": "--color-info" },
    "successInk":   { "value": "#c2e6c1", "_source": "harvested", "_var": "--color-success-ink" },
    "warningInk":   { "value": "#f5d28a", "_source": "harvested", "_var": "--color-warning-ink" },
    "errorInk":     { "value": "#f29999", "_source": "harvested", "_var": "--color-error-ink" },
    "infoInk":      { "value": "#a6ccdd", "_source": "harvested", "_var": "--color-info-ink" }
  },
  "semanticLight": {
    "_note":   "Light-mode overrides. Bases are deeper for text usage; ink is dark.",
    "success":    { "value": "#4a8f4a", "_source": "harvested", "_var": "--color-success (light mode)" },
    "warning":    { "value": "#b87a18", "_source": "harvested", "_var": "--color-warning (light mode)" },
    "error":      { "value": "#b83a3a", "_source": "harvested", "_var": "--color-error (light mode)" },
    "info":       { "value": "#2f6e90", "_source": "harvested", "_var": "--color-info (light mode)" },
    "successInk": { "value": "#2d5d2d", "_source": "harvested", "_var": "--color-success-ink (light mode)" },
    "warningInk": { "value": "#8a5a12", "_source": "harvested", "_var": "--color-warning-ink (light mode)" },
    "errorInk":   { "value": "#8a2828", "_source": "harvested", "_var": "--color-error-ink (light mode)" },
    "infoInk":    { "value": "#1d4e67", "_source": "harvested", "_var": "--color-info-ink (light mode)" }
  },
  "category": {
    "ai":   { "value": "#d97757", "_source": "harvested", "_var": "--cat-ai" },
    "cs":   { "value": "#c89b7b", "_source": "harvested", "_var": "--cat-cs" },
    "math": { "value": "#b89070", "_source": "harvested", "_var": "--cat-math" },
    "sys":  { "value": "#8fa68a", "_source": "harvested", "_var": "--cat-sys" },
    "conv": { "value": "#c9a86a", "_source": "harvested", "_var": "--cat-conv" }
  },
  "brand": {
    "ink":        { "value": "#1a1714", "_source": "harvested", "_note": "logo ink — on-light" },
    "cream":      { "value": "#f5eee0", "_source": "harvested", "_note": "logo cream — on-dark" },
    "terracotta": { "value": "#d97757", "_source": "harvested", "_note": "primary brand color" },
    "clay":       { "value": "#c89b7b", "_source": "harvested", "_note": "secondary warm" },
    "ochre":      { "value": "#d9a654", "_source": "harvested", "_note": "tertiary warm" }
  }
}
