{
  "name": "Rigel Design Tokens",
  "version": "1.0.0",
  "color": {
    "brand": {
      "rigel": { "value": "#6FB1FF", "note": "Rigel Blue — primary brand colour" },
      "supergiant": { "value": "#BFE0FF", "note": "Highlights, hover, star core" },
      "synapse": { "value": "#36E2F0", "note": "Digital accent — nodes, signals, data" },
      "nebula": { "value": "#8A7BFF", "note": "Galaxy violet — gradients only" },
      "rigelDeep": { "value": "#1F5FE0", "note": "Primary on light backgrounds" },
      "nebulaDeep": { "value": "#5B4BE8", "note": "Violet on light backgrounds" },
      "synapseDeep": { "value": "#0FA3B8", "note": "Cyan on light backgrounds" }
    },
    "dark": {
      "bg": { "value": "#05070F", "note": "Void" },
      "surface": { "value": "#0A1022", "note": "Deep Space" },
      "elevated": { "value": "#121B36", "note": "Nebula surface" },
      "line": { "value": "#22305A", "note": "Orbit line" },
      "fg": { "value": "#EAF2FF", "note": "Starlight" },
      "muted": { "value": "#93A1C4", "note": "Stardust" },
      "accent": { "value": "#6FB1FF" },
      "accentStrong": { "value": "#BFE0FF" }
    },
    "light": {
      "bg": { "value": "#F5F7FC", "note": "Paper" },
      "surface": { "value": "#FFFFFF" },
      "elevated": { "value": "#EDF1FA" },
      "line": { "value": "#D8DFEE" },
      "fg": { "value": "#0B1330", "note": "Ink" },
      "muted": { "value": "#505D80" },
      "accent": { "value": "#1F5FE0" },
      "accentStrong": { "value": "#1848B5" }
    },
    "status": {
      "success": { "value": "#4ADE80" },
      "warning": { "value": "#FBBF24" },
      "danger": { "value": "#F87171" }
    }
  },
  "gradient": {
    "beam": { "value": "linear-gradient(135deg, #BFE0FF 0%, #6FB1FF 55%, #8A7BFF 100%)", "note": "Rigel Beam — logo ring, headlines" },
    "beamLight": { "value": "linear-gradient(135deg, #6FB1FF 0%, #1F5FE0 55%, #5B4BE8 100%)" },
    "signal": { "value": "linear-gradient(90deg, #36E2F0 0%, #6FB1FF 100%)", "note": "Digital / data accents" },
    "glow": { "value": "radial-gradient(circle, rgba(111,177,255,.55) 0%, rgba(111,177,255,.18) 30%, transparent 68%)" }
  },
  "font": {
    "sans": { "value": "Cairo, system-ui, sans-serif", "note": "Arabic + Latin, weights 400/600/700/800" },
    "mono": { "value": "'JetBrains Mono', ui-monospace, monospace", "note": "Labels, data, code, coordinates (Latin only)" }
  },
  "radius": { "sm": { "value": "8px" }, "md": { "value": "14px" }, "lg": { "value": "20px" }, "xl": { "value": "28px" }, "full": { "value": "999px" } },
  "space": { "unit": { "value": "4px" }, "section": { "value": "112px" }, "gutter": { "value": "16px" } }
}
