/* tokens-ingresostv.css
   Real Ingresos.TV brand tokens, extracted verbatim from the live sales
   page (total.html :root). Violet is the primary brand color, not gold
   (that is the separate ALGPT sub-brand system, tokens-algpt.css). */
:root {
  --vio: #8b5cf6;
  --vio2: #7c3aed;
  --vio-light: #a78bfa;
  --cyan: #22d3ee;
  --bg: #06060c;
  --card: #0d0820;
  --bord: rgba(139, 92, 246, 0.25);
  --bord-strong: rgba(139, 92, 246, 0.4);
  --txt: rgba(255, 255, 255, 0.9);
  --dim: rgba(255, 255, 255, 0.58);
  --dim2: rgba(255, 255, 255, 0.38);
  --green: #22c55e;
  --green-soft: rgba(34, 197, 94, 0.1);
  --err: #f87171;
  --warn: #f59e0b;
  --warn-soft: rgba(245, 158, 11, 0.1);
  --grad-vio: linear-gradient(135deg, #8b5cf6, #7c3aed);
  --font-sans: 'Helvetica Neue', 'Segoe UI', Arial, sans-serif;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 22px;
  --focus-ring: 0 0 0 2px rgba(139, 92, 246, 0.5);
}
