/* ========================================
   Tema Activo: principal
   Generado: 2026-01-14 18:40:02
   ======================================== */

:root {
  /* Colores del Tema */
  --primary: #B17A50;
  --secondary: #8B6239;
  --accent: #D4A574;
  --success: #27ae60;
  --warning: #f39c12;
  --error: #e74c3c;
  --text: #2c3e50;
  --text-light: #7f8c8d;
  --bg: #1E1A1A;
  --surface: #f8f9fa;
  --border: #dee2e6;

  /* Variable Gold - Sobrescrita por tema activo */
  --gold: #B17A50;

  /* Colores de Superficie */
  --ink: #131923;
  --surface-1: #161d28;
  --surface-2: #192231;
  --line: #273140;
  --muted: #9FA6B0;

  /* Variables de Layout */
  --w: min(1120px, 92vw);
  --wrap: max(300px, min(1180px, 92vw));
  --pad: clamp(18px, 6.4vw, 48px);
  --gap: 14px;
  --foot-offset: clamp(42px, 6vh, 80px);

  /* Tipografía */
  --h1: clamp(28px, 6vw, 54px);
  --h2: clamp(20px, 4.6vw, 30px);
  --lead: clamp(14px, 3.2vw, 17px);

  /* Animaciones */
  --ease-smooth: cubic-bezier(.22, 1, .36, 1);

  /* Overlay */
  --overlay: 0.90;
}

/* ========================================
   Aplicación Directa del Tema
   ======================================== */

/* Enlaces y Navegación */
.nav-primary a.active { border-color: #B17A50 !important; }
.lang a.active { border-color: #B17A50 !important; }
.login-link:hover { color: #B17A50 !important; border-color: #B17A50 !important; }
.menu-extra a:hover { color: #B17A50 !important; }

/* Cards y Elementos Decorativos */
.m-card .mark { background: #B17A50 !important; }
.n { border-color: #B17A50 !important; }
.p-arrow:hover { border-color: #B17A50 !important; color: #B17A50 !important; }
.see-all a { color: #B17A50 !important; }

/* Calendario y Slots */
.cal-day.sel { border-color: #B17A50 !important; }
.slot:active { border-color: #B17A50 !important; }
.slot.sel { border-color: #B17A50 !important; }
.slot:focus-visible { outline-color: #B17A50 !important; }

/* Botones */
.btn.gold { border-color: #B17A50 !important; color: #B17A50 !important; }
.cta-btn { border-color: #B17A50 !important; color: #B17A50 !important; }

/* Footer y Social */
.social-ico:hover { color: #B17A50 !important; border-color: #B17A50 !important; }
.foot-legal a.gold { color: #B17A50 !important; }

/* Testimonios */
.t-mark { color: #B17A50 !important; }

/* Enlaces Generales */
a { color: #B17A50; }
a:hover { color: #8B6239; }

/* Gradientes de Fondo */
body {
  background: radial-gradient(1400px 700px at 95% -10%, color-mix(in srgb, #B17A50 7%, transparent), transparent 60%),
              radial-gradient(1200px 600px at 0% 110%, color-mix(in srgb, #B17A50 4%, transparent), transparent 60%),
              linear-gradient(180deg, #141b26, #101722 40%, #0e1520);
}

/* Página Principal - Cards */
.card { border-color: #B17A50 !important; }
.card:hover { border-color: #D4A574 !important; }
.card .enter { color: #B17A50 !important; }
.card .enter:hover { color: #D4A574 !important; }

/* Logo y Branding */
.logo-box { border-color: #B17A50 !important; }
.logo-text { color: #B17A50 !important; }

/* ======================================== */
