
:root {
  /* Colores Principales */
  --primary: #335284;
  --primary-dark: #2563eb;
  --primary-light: #e0f2fe;
  --primary-lightest: #eff6ff;
  --surface-alt: #f1f5f9;
  --secondary: #3d85c6;
  --secondary-dark: #2c5aa0;
  
  /* Estados */
  --success: #10b981;
  --success-dark: #059669;
  --success-light: #d1fae5;
  --warning: #f59e0b;
  --warning-dark: #d97706;
  --warning-light: #fef3c7;
  --error: #ef4444;
  --error-dark: #dc2626;
  --error-light: #fee2e2;
  
  /* Superficies y Neutros */
  --background: #f8fafc;
  --surface: #ffffff;
  --border: #e2e8f0;
  
  /* Texto */
  --text-primary: #1e293b;
  --text-secondary: #475569;
  --text-muted: #94a3b8;
  --text-white: #ffffff;
  --white: #ffffff; /* Alias útil */

  /* Canales (OTAs) */
  --color-booking: #1e40af;
  --color-airbnb: #be123c;
  --color-direct: #059669;
  --color-amenitiz: #4338ca;
  --color-expedia: #d97706;
  --color-blocked: #64748b;
  --bg-weekend: #b9ceae;
  --whatsapp: #25d366;
  --selected-date: #1d4ed8;
  --neon-green: #00ff00;
  --neon-blue: #00d4ff;
  --tooltip-bg: #ffeb3b;
  --tooltip-text: #000000;
  --text-warning-dark: #854d0e;
  
  /* Tipografía */
  --font-main: 'Poppins', sans-serif;
  
  /* Radios */
  --radius-base: 0.5rem;
  --radius-lg: 1rem;
}
