:root {
  /* Paleta principal: índigo profundo + cian tecnológico */
  --brand: #4338ca;
  --brand-strong: #3730a3;
  --brand-soft: #6366f1;
  --brand-tint: #eef2ff;
  --brand-rgb: 67, 56, 202;

  --accent: #0891b2;
  --accent-soft: #06b6d4;
  --accent-tint: #ecfeff;
  --accent-rgb: 8, 145, 178;

  /* Neutros */
  --ink: #0f172a;
  --ink-soft: #334155;
  --muted: #64748b;
  --line: #e2e8f0;
  --line-soft: #eef2f6;
  --surface: #ffffff;
  --surface-2: #f8fafc;
  --surface-3: #f1f5f9;

  --bg: #f6f7fb;
  --bg-rgb: 246, 247, 251;

  --night: #0b1020;
  --night-2: #131a30;
  --night-rgb: 11, 16, 32;

  --white: #ffffff;
  --white-rgb: 255, 255, 255;

  /* Estados */
  --ok: #15803d;
  --warn: #b45309;

  /* Tipografía */
  --font-head: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;

  /* Formas y sombras */
  --radius-sm: 0.6rem;
  --radius: 1rem;
  --radius-lg: 1.4rem;
  --radius-xl: 2rem;
  --shadow-sm: 0 4px 14px rgba(15, 23, 42, 0.06);
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 30px 70px rgba(15, 23, 42, 0.14);

  --container: 1180px;
}
