{
  "$description": "Light mode semantic color mappings. Maps primitive palette tokens to UI roles. Source: Patina globals.css :root block.",
  "color": {
    "semantic": {
      "background": {
        "$value": "{color.neutral.white}",
        "$type": "color"
      },
      "foreground": {
        "$value": "{color.neutral.950}",
        "$type": "color"
      },
      "card": {
        "$value": "{color.neutral.white}",
        "$type": "color"
      },
      "card-foreground": {
        "$value": "{color.neutral.950}",
        "$type": "color"
      },
      "popover": {
        "$value": "{color.neutral.white}",
        "$type": "color"
      },
      "popover-foreground": {
        "$value": "{color.neutral.950}",
        "$type": "color"
      },
      "primary": {
        "$value": "{color.neutral.900}",
        "$type": "color",
        "$description": "Primary interactive color — near-black in light mode"
      },
      "primary-foreground": {
        "$value": "{color.neutral.50}",
        "$type": "color"
      },
      "secondary": {
        "$value": "{color.neutral.100}",
        "$type": "color"
      },
      "secondary-foreground": {
        "$value": "{color.neutral.900}",
        "$type": "color"
      },
      "muted": {
        "$value": "{color.neutral.100}",
        "$type": "color"
      },
      "muted-foreground": {
        "$value": "{color.neutral.500}",
        "$type": "color"
      },
      "accent": {
        "$value": "{color.neutral.100}",
        "$type": "color"
      },
      "accent-foreground": {
        "$value": "{color.neutral.900}",
        "$type": "color"
      },
      "destructive": {
        "$value": "{color.status.destructive-light}",
        "$type": "color"
      },
      "border": {
        "$value": "{color.neutral.200}",
        "$type": "color"
      },
      "input": {
        "$value": "{color.neutral.200}",
        "$type": "color"
      },
      "ring": {
        "$value": "{color.neutral.400}",
        "$type": "color"
      },
      "sidebar-primary": {
        "$value": "{color.brand.pastel-red}",
        "$type": "color",
        "$description": "Sidebar uses brand pastel-red for active state — both light and dark"
      }
    }
  }
}
