{
  "version": "1.0",
  "brand": "automatizaia.app",
  "updated": "2026-05-09",
  "primary": {
    "violet": {
      "hex": "#7c3aed",
      "rgb": "rgb(124, 58, 237)",
      "hsl": "hsl(262, 83%, 58%)",
      "cmyk": "C66 M89 Y0 K0",
      "pantone": "Pantone 2592 C",
      "name": "Violet 600",
      "use": "Color principal de marca. Logo, headlines clave, CTAs primarios, anillos de glow.",
      "min_contrast_bg": "#0b0b14"
    }
  },
  "accent": {
    "coral": {
      "hex": "#ff6b5b",
      "rgb": "rgb(255, 107, 91)",
      "hsl": "hsl(7, 100%, 68%)",
      "cmyk": "C0 M75 Y61 K0",
      "pantone": "Pantone 178 C",
      "name": "Coral 500",
      "use": "Acento secundario. Punta del logo (.ia), highlights, alertas, segundo gradient stop."
    }
  },
  "neutrals": {
    "ink": {
      "hex": "#0b0b14",
      "rgb": "rgb(11, 11, 20)",
      "hsl": "hsl(240, 29%, 6%)",
      "name": "Ink",
      "use": "Fondo principal del sistema dark. Cards a fondo, body."
    },
    "ink-2": {
      "hex": "#0e0e17",
      "rgb": "rgb(14, 14, 23)",
      "hsl": "hsl(240, 24%, 7%)",
      "name": "Ink 2",
      "use": "Fondo secundario, ligeramente elevado."
    },
    "surface": {
      "hex": "#15151c",
      "rgb": "rgb(21, 21, 28)",
      "hsl": "hsl(240, 14%, 10%)",
      "name": "Surface",
      "use": "Cards, modales, dropdowns."
    },
    "surface-hi": {
      "hex": "#1f1f27",
      "rgb": "rgb(31, 31, 39)",
      "hsl": "hsl(240, 11%, 14%)",
      "name": "Surface Hi",
      "use": "Hover de cards, inputs."
    },
    "border": {
      "hex": "#2a2a33",
      "rgb": "rgb(42, 42, 51)",
      "hsl": "hsl(240, 10%, 18%)",
      "name": "Border",
      "use": "Bordes sutiles."
    },
    "border-hi": {
      "hex": "#36363f",
      "rgb": "rgb(54, 54, 63)",
      "hsl": "hsl(240, 8%, 23%)",
      "name": "Border Hi",
      "use": "Bordes destacados, hover."
    }
  },
  "text": {
    "fg": {
      "hex": "#fafafb",
      "rgb": "rgb(250, 250, 251)",
      "hsl": "hsl(0, 0%, 98%)",
      "name": "Foreground",
      "use": "Texto principal sobre fondos oscuros."
    },
    "fg-2": {
      "hex": "#bfbfc7",
      "rgb": "rgb(191, 191, 199)",
      "hsl": "hsl(240, 5%, 75%)",
      "name": "Foreground 2",
      "use": "Texto secundario, descripciones."
    },
    "fg-3": {
      "hex": "#878793",
      "rgb": "rgb(135, 135, 147)",
      "hsl": "hsl(240, 5%, 55%)",
      "name": "Foreground 3",
      "use": "Texto muted, captions."
    },
    "fg-4": {
      "hex": "#5f5f6c",
      "rgb": "rgb(95, 95, 108)",
      "hsl": "hsl(240, 5%, 40%)",
      "name": "Foreground 4",
      "use": "Texto fantasma, eyebrows pequeños."
    }
  },
  "semantic": {
    "success": {
      "hex": "#34d399",
      "rgb": "rgb(52, 211, 153)",
      "hsl": "hsl(142, 76%, 55%)",
      "name": "Success Green",
      "use": "Confirmaciones, métricas positivas, dots live."
    },
    "warning": {
      "hex": "#f59e0b",
      "rgb": "rgb(245, 158, 11)",
      "hsl": "hsl(38, 92%, 60%)",
      "name": "Warning Amber",
      "use": "Alertas medias, atención."
    },
    "danger": {
      "hex": "#ef4444",
      "rgb": "rgb(239, 68, 68)",
      "hsl": "hsl(0, 80%, 65%)",
      "name": "Danger Red",
      "use": "Errores, alertas críticas, robos detectados."
    }
  },
  "gradients": {
    "primary": {
      "css": "linear-gradient(135deg, #7c3aed 0%, #b48cff 100%)",
      "use": "CTAs, hero glow, headers premium."
    },
    "accent": {
      "css": "linear-gradient(135deg, #ff6b5b 0%, #ff8a70 100%)",
      "use": "Botones secundarios, highlights coral."
    },
    "brand-bridge": {
      "css": "linear-gradient(135deg, #7c3aed 0%, #ff6b5b 100%)",
      "use": "Identidad de marca: violet → coral. Pills, headlines de gala."
    }
  },
  "tipografia": {
    "display": {
      "family": "Space Grotesk",
      "fallback": "system-ui, -apple-system, sans-serif",
      "weights": [400, 500, 600, 700],
      "use": "Headings, wordmark, números grandes."
    },
    "sans": {
      "family": "Inter",
      "fallback": "system-ui, -apple-system, sans-serif",
      "weights": [300, 400, 500, 600, 700],
      "use": "Body, párrafos, UI."
    },
    "mono": {
      "family": "JetBrains Mono",
      "fallback": "ui-monospace, Consolas, monospace",
      "weights": [400, 500],
      "use": "Tags, eyebrows, métricas, código, timestamps."
    }
  }
}
