{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "name": "AINotDie palette",
  "description": "Brand tokens for AINotDie — 80s arcade purple cabinet, neon accents.",
  "tokens": {
    "bg": {
      "deep":    { "value": "#0a0518", "type": "color", "description": "Cabinet outer / page background." },
      "purple":  { "value": "#2a0a3a", "type": "color", "description": "Cabinet inner gradient peak." },
      "crt":     { "value": "#0b0b1f", "type": "color", "description": "CRT viewport, dialog surfaces." }
    },
    "surface": {
      "hud":     { "value": "#1a1a4a", "type": "color", "description": "HUD strips, robot avatar bg." }
    },
    "accent": {
      "purple":     { "value": "#6e0fd7", "type": "color", "description": "Bezel inner, primary surfaces, button bg." },
      "purple-mid": { "value": "#3a1a58", "type": "color", "description": "Empty HP cells, low-contrast borders." }
    },
    "neon": {
      "cyan":    { "value": "#00e5ff", "type": "color", "description": "Counter, primary accent, links." },
      "magenta": { "value": "#ff2e9a", "type": "color", "description": "Drama section, alerts, secondary accent." },
      "yellow":  { "value": "#ffd400", "type": "color", "description": "About page accent, mascot highlight." },
      "green":   { "value": "#00ff66", "type": "color", "description": "Success, OK states." }
    },
    "fg": {
      "default": { "value": "#ffffff", "type": "color" },
      "soft":    { "value": "#e8e8ff", "type": "color" },
      "muted":   { "value": "#afafdc", "type": "color" }
    },
    "font": {
      "display": { "value": "\"Press Start 2P\", monospace",                "type": "fontFamily" },
      "body":    { "value": "\"VT323\", \"JetBrains Mono\", monospace",     "type": "fontFamily" },
      "mono":    { "value": "\"VT323\", monospace",                          "type": "fontFamily" },
      "ui":      { "value": "ui-monospace, \"SF Mono\", monospace",          "type": "fontFamily" }
    }
  }
}
