/* La Colonia — complementos a Bootstrap 5 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

/* Marca de agua (logo) — Fase 4 */
.layout-root {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  background-color: var(--bs-body-bg, #fff);
}

/* Preloader premium */
.lc-preloader {
  position: fixed;
  inset: 0;
  z-index: 1300;
  background: radial-gradient(circle at 20% 20%, #4d3c2d 0%, #211912 55%, #140f0b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.lc-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.lc-preloader-inner {
  text-align: center;
  color: #f4ede4;
  max-width: 700px;
}

.lc-preloader-logo {
  width: min(85vw, 520px);
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
  animation: lcFloat 2.8s ease-in-out infinite;
}

.lc-preloader-phrase {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  margin: 1rem 0 0.35rem;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.lc-preloader-phrase.is-fading {
  opacity: 0.15;
  transform: translateY(4px);
}

.lc-preloader-sub {
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-watermark {
  position: fixed;
  opacity: 0.05;
  z-index: -1;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.site-watermark img {
  width: min(95vw, 900px);
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  filter: sepia(0.35) saturate(0.95) contrast(1.02);
}

.layout-main {
  position: relative;
  z-index: 1;
}

/* Navbar pública */
.lc-navbar {
  background: linear-gradient(90deg, #2a2218 0%, #3d3228 100%) !important;
}

.lc-navbar .nav-link {
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.lc-navbar .nav-link:hover,
.lc-navbar .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.12);
}

.lc-brand-logo {
  height: 56px;
  width: auto;
  max-width: min(42vw, 250px);
  object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.25));
}

/* Hero inicio */
.lc-hero {
  background: linear-gradient(135deg, #2a2218 0%, #4a3d2a 50%, #2a2218 100%);
}

.lc-hero .display-5 {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.card {
  border-radius: 0.9rem;
}

.btn {
  border-radius: 0.65rem;
}

.login-logo {
  max-height: 82px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.12));
}

/* Mapa contacto: iframe dentro de .ratio */
.lc-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Admin sidebar desktop */
.lc-admin-sidebar {
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.lc-admin-sidebar .nav-link:hover,
.lc-admin-sidebar .nav-link:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}

/* Tablas admin */
.admin-content .table-responsive {
  border-radius: 0.375rem;
}

/* Mensajes contacto en admin */
.msg-body {
  white-space: pre-wrap;
  word-break: break-word;
}

/* SweetAlert2: tono elegante acorde a la marca */
div:where(.swal2-container) .swal2-popup {
  border-radius: 1rem;
}

div:where(.swal2-container) .swal2-confirm.swal2-styled {
  background-color: #2f251b;
}

div:where(.swal2-container) .swal2-confirm.swal2-styled:focus {
  box-shadow: 0 0 0 3px rgba(47, 37, 27, 0.25);
}

/* Compatibilidad alertas personalizadas (si quedan en vistas viejas) */
.alert-error {
  --bs-alert-bg: #f8d7da;
  --bs-alert-color: #842029;
  --bs-alert-border-color: #f5c2c7;
}

@media (max-width: 992px) {
  .lc-brand-logo {
    height: 50px;
  }
}

@media (max-width: 576px) {
  .lc-brand-logo {
    height: 44px;
    max-width: 200px;
  }

  .site-watermark img {
    width: min(120vw, 760px);
    max-height: 62vh;
  }
}
/* ===== Home / Marketing Impact ===== */
.py-lg-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.lc-section-soft {
  background: linear-gradient(180deg, rgba(248, 245, 240, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.lc-section-dark {
  background: linear-gradient(135deg, #1f1711 0%, #33271d 100%);
}

.lc-hero-stats {
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
}

.lc-stat-box {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.lc-promo-card {
  border-left: 4px solid #d5a823;
}

.lc-service-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lc-menu-featured {
  border-left: 4px solid #d5a823;
}

.lc-menu-card {
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lc-menu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.25rem 2rem rgba(0, 0, 0, 0.14) !important;
}

.lc-menu-card .card-img-top {
  transition: transform 0.35s ease;
}

.lc-menu-card:hover .card-img-top {
  transform: scale(1.04);
}

.lc-gallery-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lc-gallery-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.12) !important;
}

/* Reveal animation */
.lc-reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.99);
}

.lc-in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.65s ease var(--lc-delay, 0s), transform 0.65s ease var(--lc-delay, 0s);
}

@keyframes lcFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 992px) {
  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

/* ===== IMPACTO VISUAL MÁXIMO ===== */

h1, h2, h3, .display-4, .display-5, .display-6, .lc-premium-heading {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

/* ---- Navbar scroll glassmorphism ---- */
.lc-navbar {
  transition: background 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;
}
.lc-navbar.is-scrolled {
  background: linear-gradient(90deg, rgba(16,9,3,0.97) 0%, rgba(32,22,8,0.98) 100%) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 32px rgba(0,0,0,0.55) !important;
}

/* Nav CTA pulsante */
.lc-nav-cta {
  background: linear-gradient(90deg, #c9991f 0%, #f0c040 100%) !important;
  color: #140e05 !important;
  font-weight: 700 !important;
  border: none !important;
  padding: 0.42rem 1.15rem !important;
  border-radius: 0.65rem !important;
  animation: navCtaPulse 2.8s ease-in-out infinite;
}
.lc-nav-cta:hover, .lc-nav-cta:focus {
  background: linear-gradient(90deg, #e0aa22 0%, #ffd24e 100%) !important;
  transform: translateY(-1px);
  color: #0e0902 !important;
}
@keyframes navCtaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(213,168,35,0.55); }
  55%       { box-shadow: 0 0 0 10px rgba(213,168,35,0); }
}

/* ---- Hero — Ken Burns con imagen ---- */
.lc-hero {
  position: relative !important;
  overflow: hidden;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background: #0e0902 !important;
}
.lc-hero-bg {
  position: absolute;
  inset: -8%;
  background: url('https://images.unsplash.com/photo-1555396273-367ea4eb4db5?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  animation: kenBurns 22s ease-in-out infinite alternate;
  z-index: 0;
  will-change: transform;
}
.lc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(12,7,2,0.91) 0%,
    rgba(34,20,7,0.80) 45%,
    rgba(12,7,2,0.93) 100%);
  z-index: 1;
}
.lc-hero > .container {
  position: relative;
  z-index: 2;
}
@keyframes kenBurns {
  0%   { transform: scale(1)    translateX(0) translateY(0); }
  100% { transform: scale(1.14) translateX(-2.5%) translateY(-1%); }
}

/* ---- Page Hero (páginas interiores) ---- */
.lc-page-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}
.lc-page-hero-bg {
  position: absolute;
  inset: -6%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: kenBurnsSlow 30s ease-in-out infinite alternate;
  z-index: 0;
  will-change: transform;
}
.lc-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg,
    rgba(12,7,2,0.55) 0%,
    rgba(22,14,4,0.83) 55%,
    rgba(12,7,2,0.96) 100%);
  z-index: 1;
}
.lc-page-hero .container {
  position: relative;
  z-index: 2;
}
.lc-page-hero--menu     .lc-page-hero-bg { background-image: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1920&q=80'); }
.lc-page-hero--reservas .lc-page-hero-bg { background-image: url('https://images.unsplash.com/photo-1631049307264-da0ec9d70304?auto=format&fit=crop&w=1920&q=80'); }
.lc-page-hero--galeria  .lc-page-hero-bg { background-image: url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1920&q=80'); }
.lc-page-hero--contacto .lc-page-hero-bg { background-image: url('https://images.unsplash.com/photo-1530025809667-1f4bcff8e60f?auto=format&fit=crop&w=1920&q=80'); }
.lc-page-hero--habitaciones .lc-page-hero-bg { background-image: url('https://images.unsplash.com/photo-1590490360182-c33d57733427?auto=format&fit=crop&w=1920&q=80'); }

@keyframes kenBurnsSlow {
  0%   { transform: scale(1)    translateX(0); }
  100% { transform: scale(1.10) translateX(-1.5%); }
}

/* ---- Separadores wave ---- */
.lc-wave { overflow: hidden; line-height: 0; margin-bottom: -2px; }
.lc-wave svg { display: block; width: calc(100% + 1.3px); height: 56px; }

/* ---- Botones flotantes (FAB) ---- */
.lc-fab-wrap {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-end;
}
.lc-fab {
  width: 54px; height: 54px;
  border-radius: 50%;
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 1.4rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.lc-fab:hover { transform: translateY(-4px) scale(1.09); box-shadow: 0 10px 32px rgba(0,0,0,0.35); }
.lc-fab-wa {
  background: #25d366; color: #fff;
  animation: waPulse 3s ease-in-out infinite;
}
@keyframes waPulse {
  0%, 100% { box-shadow: 0 5px 20px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 5px 32px rgba(37,211,102,0.75), 0 0 0 12px rgba(37,211,102,0); }
}
.lc-fab-top {
  background: #2a1e12; color: #f4ede4; font-size: 1.15rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.lc-fab-top.lc-visible { opacity: 1; pointer-events: auto; }

/* ---- Menú cards mejoradas ---- */
.lc-menu-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 1.5rem 3rem rgba(0,0,0,0.18) !important;
}
.lc-menu-card .card-img-top { height: 200px; object-fit: cover; }

/* ---- Cabecera visual de categoría ---- */
.lc-cat-banner {
  position: relative; height: 110px;
  overflow: hidden;
  border-radius: 0.9rem 0.9rem 0 0;
}
.lc-cat-banner-bg {
  position: absolute; inset: -10%;
  background-size: cover; background-position: center;
  filter: brightness(0.42) saturate(1.1);
  transition: transform 0.55s ease, filter 0.55s ease;
}
section:hover .lc-cat-banner-bg { transform: scale(1.07); filter: brightness(0.5) saturate(1.2); }
.lc-cat-banner-text {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  padding: 0 1.25rem; gap: 0.65rem; color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.lc-cat-banner-text .cat-emoji { font-size: 2.1rem; }

/* ---- Título con subrayado dorado ---- */
.lc-title-gold {
  position: relative; display: inline-block; padding-bottom: 0.55rem;
}
.lc-title-gold::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 2.8rem; height: 3px;
  background: linear-gradient(90deg, #d5a823, #f0c040);
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.4,0,0.2,1);
}
.lc-title-gold:hover::after { width: 100%; }

/* ---- Tarjetas home menú con imagen ---- */
.lc-home-menu-card {
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.lc-home-menu-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 1.5rem 3.5rem rgba(0,0,0,0.17) !important;
}
.lc-home-menu-card .card-img-top {
  height: 200px; object-fit: cover;
  transition: transform 0.42s ease;
}
.lc-home-menu-card:hover .card-img-top { transform: scale(1.07); }

/* ---- Quote card ---- */
.lc-quote-card {
  background: linear-gradient(135deg, #fffdf8 0%, #fdf5e3 100%) !important;
  border-left: 5px solid #d5a823 !important;
  position: relative; overflow: hidden;
}
.lc-quote-card::before {
  content: '\201C';
  position: absolute; top: -1.2rem; left: 0.8rem;
  font-size: 9rem; font-family: Georgia, serif;
  color: rgba(213,168,35,0.13); line-height: 1;
  pointer-events: none;
}

/* ---- Promo card mejorada ---- */
.lc-promo-card {
  border-left: 5px solid #d5a823;
  transition: transform 0.26s ease, box-shadow 0.26s ease;
  position: relative; overflow: hidden;
}
.lc-promo-card::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 70px; height: 70px;
  background: radial-gradient(circle at top right, rgba(213,168,35,0.16), transparent 70%);
  pointer-events: none;
}
.lc-promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2.8rem rgba(0,0,0,0.13) !important;
}

/* ---- Testimonial card ---- */
.lc-testimonial {
  transition: transform 0.26s ease, box-shadow 0.26s ease;
  border-top: 3px solid transparent !important;
}
.lc-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2.8rem rgba(0,0,0,0.11) !important;
  border-top-color: #d5a823 !important;
}

/* ---- CTA final con textura ---- */
.lc-cta-dark {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #1a1009 0%, #30200e 50%, #1a1009 100%);
}
.lc-cta-dark::before {
  content: '';
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  opacity: 0.07; pointer-events: none;
}
.lc-cta-dark > .container { position: relative; z-index: 1; }

/* ---- Servicios hover ---- */
.lc-service-item {
  transition: transform 0.25s ease, background 0.25s ease;
}
.lc-service-item:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.11) !important;
}

/* ---- Gallery card hover mejorado ---- */
.lc-gallery-card img {
  height: 260px; object-fit: cover;
  transition: transform 0.42s ease;
}
.lc-gallery-card:hover img { transform: scale(1.05); }
.lc-gallery-card:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 1.2rem 2.8rem rgba(0,0,0,0.15) !important;
}

/* ---- Placeholder galería vacía ---- */
.lc-gallery-placeholder {
  position: relative; overflow: hidden; border-radius: 0.9rem;
  aspect-ratio: 4/3;
}
.lc-gallery-placeholder img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.42s ease;
  filter: brightness(0.75) saturate(1.05);
}
.lc-gallery-placeholder:hover img { transform: scale(1.06); filter: brightness(0.85) saturate(1.1); }
.lc-gallery-placeholder-label {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end;
  padding: 0.75rem 1rem;
  background: linear-gradient(0deg, rgba(10,6,2,0.7) 0%, transparent 55%);
  color: #fff; font-size: 0.85rem; font-weight: 600;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .lc-hero { min-height: 70vh; }
  .lc-page-hero { min-height: 260px; }
}
@media (max-width: 576px) {
  .lc-hero { min-height: 62vh; }
  .lc-page-hero { min-height: 210px; }
  .lc-cat-banner { height: 80px; }
  .lc-fab { width: 48px; height: 48px; font-size: 1.2rem; }
}

/* ===== Luxury Impact Upgrade ===== */

:root {
  --lc-gold-1: #b88a2a;
  --lc-gold-2: #e2bd67;
  --lc-ink: #120b05;
  --lc-wine: #2a1710;
  --lc-cream: #f8f3ea;
}

body.public-site {
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 138, 42, 0.08), transparent 32%),
    radial-gradient(circle at 0% 100%, rgba(56, 31, 22, 0.08), transparent 30%),
    linear-gradient(180deg, #fffdf9 0%, #fff 60%);
}

/* Navbar con carácter más premium */
.lc-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lc-navbar .nav-link {
  position: relative;
  letter-spacing: 0.01em;
}

.lc-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.25rem;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--lc-gold-1), var(--lc-gold-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.lc-navbar .nav-link:hover::after,
.lc-navbar .nav-link:focus::after {
  transform: scaleX(1);
}

.lc-navbar .nav-link.active::after {
  transform: scaleX(1);
}

/* Hero más dramático */
.lc-hero::before,
.lc-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(226, 189, 103, 0.12), transparent 36%),
    linear-gradient(115deg, rgba(10, 6, 2, 0.7), rgba(10, 6, 2, 0.2) 45%, rgba(10, 6, 2, 0.75));
  z-index: 1;
  pointer-events: none;
}

.lc-hero .container,
.lc-page-hero .container {
  z-index: 2;
}

.lc-hero .display-4,
.lc-hero .display-5,
.lc-page-hero .display-5,
.lc-page-hero h1 {
  letter-spacing: 0.01em;
  text-shadow: 0 8px 35px rgba(0, 0, 0, 0.5);
}

/* Badges y subtítulos estilo editorial */
.badge.text-bg-warning {
  background: linear-gradient(90deg, var(--lc-gold-1), var(--lc-gold-2)) !important;
  color: var(--lc-ink) !important;
  border: 1px solid rgba(24, 13, 7, 0.15);
}

.text-body-secondary {
  color: #6f5f50 !important;
}

/* Cards con profundidad tipo magazine */
.card {
  border: 1px solid rgba(24, 13, 7, 0.08);
  box-shadow: 0 14px 40px rgba(15, 8, 3, 0.08);
}

.card:hover {
  box-shadow: 0 20px 48px rgba(15, 8, 3, 0.14);
}

/* Botones más contundentes */
.btn-dark {
  background: linear-gradient(90deg, #1e130b, #3a2617);
  border-color: #1e130b;
}

.btn-dark:hover,
.btn-dark:focus {
  background: linear-gradient(90deg, #2a1a0e, #4a311f);
  border-color: #2a1a0e;
  transform: translateY(-1px);
}

.btn-warning,
.btn-outline-dark:hover {
  background: linear-gradient(90deg, var(--lc-gold-1), var(--lc-gold-2));
  border-color: transparent;
  color: #1a0f06;
  font-weight: 700;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Formularios más elegantes (reservas/habitaciones) */
.form-control,
.form-select {
  border-radius: 0.75rem;
  border-color: rgba(49, 31, 20, 0.22);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--lc-gold-1);
  box-shadow: 0 0 0 0.2rem rgba(184, 138, 42, 0.2);
}

/* Tablas y bloques admin visualmente más claros */
.admin-content .table {
  --bs-table-striped-bg: rgba(184, 138, 42, 0.06);
}

.admin-content .table thead th {
  background: #fbf5ea;
  color: #2f2117;
}

/* ===== Admin Colonial Pro ===== */
.admin-body {
  --admin-bg: #f5efe3;
  --admin-panel-bg: linear-gradient(180deg, #fff 0%, #fcf7ef 100%);
  --admin-panel-border: rgba(34, 22, 12, 0.12);
  --admin-panel-shadow: rgba(26, 16, 9, 0.08);
  --admin-text: #2c1f14;
  --admin-muted: #6f5f50;
  background:
    radial-gradient(circle at 95% 5%, rgba(184, 138, 42, 0.12), transparent 32%),
    linear-gradient(180deg, #f9f5ee 0%, var(--admin-bg) 100%);
  color: var(--admin-text);
}

.admin-body.admin-theme-dark {
  --admin-bg: #140f0a;
  --admin-panel-bg: linear-gradient(180deg, #1e1711 0%, #271d14 100%);
  --admin-panel-border: rgba(226, 189, 103, 0.24);
  --admin-panel-shadow: rgba(0, 0, 0, 0.42);
  --admin-text: #f2e6d1;
  --admin-muted: #ccb99a;
  background:
    radial-gradient(circle at 95% 5%, rgba(184, 138, 42, 0.16), transparent 28%),
    linear-gradient(180deg, #171109 0%, var(--admin-bg) 100%);
}

.admin-body.admin-theme-dark .text-body-secondary,
.admin-body.admin-theme-dark .small {
  color: var(--admin-muted) !important;
}

.admin-body.admin-theme-dark .table {
  --bs-table-bg: transparent;
  --bs-table-color: #f2e6d1;
  --bs-table-striped-bg: rgba(255, 255, 255, 0.03);
}

.admin-body.admin-theme-dark .table thead th {
  background: rgba(255, 255, 255, 0.04) !important;
  color: #f0ddbd !important;
}

.lc-admin-sidebar {
  background: linear-gradient(180deg, #15100b 0%, #261a12 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05), 14px 0 28px rgba(0, 0, 0, 0.18);
}

.lc-admin-sidebar .nav-link {
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  border-radius: 0.8rem !important;
  padding: 0.72rem 0.88rem !important;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  min-height: 48px;
  margin-bottom: 0.14rem;
  border: 1px solid transparent;
}

.lc-admin-nav-label {
  transition: transform 0.2s ease, color 0.2s ease;
}

.lc-admin-nav-group-title {
  position: relative;
  margin: 0.55rem 0 0.25rem;
  padding: 0.2rem 0.35rem 0.45rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(226, 189, 103, 0.76);
  font-weight: 700;
}

.lc-admin-nav-group-title::after {
  content: "";
  position: absolute;
  left: 0.35rem;
  bottom: 0.1rem;
  width: 38px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(226, 189, 103, 0.95), rgba(226, 189, 103, 0.25));
  transform-origin: left;
  transform: scaleX(0.58);
  transition: transform 0.28s ease, opacity 0.28s ease;
  opacity: 0.8;
}

.lc-admin-nav-group:hover .lc-admin-nav-group-title::after,
.lc-admin-nav-group:focus-within .lc-admin-nav-group-title::after {
  transform: scaleX(1);
  opacity: 1;
}

.lc-admin-nav-group {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.9rem;
  padding: 0.3rem 0.35rem 0.4rem;
  margin-bottom: 0.35rem;
}

.lc-admin-nav-group-ops {
  background: linear-gradient(180deg, rgba(184, 138, 42, 0.12), rgba(184, 138, 42, 0.04));
}

.lc-admin-nav-group-content {
  background: linear-gradient(180deg, rgba(63, 143, 90, 0.14), rgba(63, 143, 90, 0.04));
}

.lc-admin-nav-group-control {
  background: linear-gradient(180deg, rgba(88, 126, 176, 0.14), rgba(88, 126, 176, 0.04));
}

.lc-admin-sidebar .nav-link i,
.offcanvas .nav-link i {
  width: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  color: rgba(242, 214, 150, 0.95);
}

.lc-admin-sidebar .nav-link.lc-admin-nav-main {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border-color: rgba(255, 255, 255, 0.06);
}

.lc-admin-sidebar .nav-link.lc-admin-nav-main:hover,
.lc-admin-sidebar .nav-link.lc-admin-nav-main:focus {
  background: linear-gradient(90deg, rgba(184, 138, 42, 0.24), rgba(226, 189, 103, 0.14));
  border-color: rgba(226, 189, 103, 0.45);
  transform: translateX(2px);
}

.lc-admin-sidebar .nav-link:hover .lc-admin-nav-label {
  transform: translateX(2px);
}

.lc-admin-sidebar .nav-link.active {
  background: linear-gradient(90deg, #b88a2a, #e2bd67);
  color: #1d1208 !important;
  font-weight: 700;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 20px rgba(184, 138, 42, 0.34);
}

.lc-admin-sidebar .nav-link.active i {
  color: #1d1208 !important;
}

.lc-admin-mini-badge {
  min-width: 24px;
  border-radius: 999px;
  font-size: 0.72rem;
  padding: 0.22rem 0.4rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.26);
}

.lc-admin-nav-stagger .nav-link {
  opacity: 0;
  transform: translateX(-10px);
  animation: lcSidebarReveal 0.45s ease forwards;
}

.lc-admin-nav-stagger .nav-link:nth-of-type(1) { animation-delay: 0.04s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(2) { animation-delay: 0.08s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(3) { animation-delay: 0.12s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(4) { animation-delay: 0.16s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(5) { animation-delay: 0.2s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(6) { animation-delay: 0.24s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(7) { animation-delay: 0.28s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(8) { animation-delay: 0.32s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(9) { animation-delay: 0.36s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(10) { animation-delay: 0.4s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(11) { animation-delay: 0.44s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(12) { animation-delay: 0.48s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(13) { animation-delay: 0.52s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(14) { animation-delay: 0.56s; }
.lc-admin-nav-stagger .nav-link:nth-of-type(15) { animation-delay: 0.6s; }

@keyframes lcSidebarReveal {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.lc-admin-side-action {
  margin-top: 0.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.lc-admin-side-action:hover,
.lc-admin-side-action:focus {
  border-color: rgba(226, 189, 103, 0.4) !important;
  background: rgba(255, 255, 255, 0.11);
}

.lc-admin-side-logout {
  border-color: rgba(245, 188, 74, 0.45) !important;
  color: #f6c451 !important;
  background: linear-gradient(90deg, rgba(245, 188, 74, 0.18), rgba(245, 188, 74, 0.05));
}

.offcanvas .nav-link {
  border-radius: 0.8rem;
  min-height: 46px;
  font-size: 1.02rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0.18rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.offcanvas .lc-admin-nav-group-title {
  margin-top: 0.5rem;
  color: rgba(226, 189, 103, 0.9);
}

.offcanvas .lc-admin-nav-group {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.85rem;
  padding: 0.34rem;
  margin-bottom: 0.42rem;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link:focus {
  border-color: rgba(226, 189, 103, 0.42);
  background: linear-gradient(90deg, rgba(184, 138, 42, 0.23), rgba(226, 189, 103, 0.12));
}

.lc-admin-sidebar .small.text-white-50 {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78) !important;
}


.lc-admin-title {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: 0.01em;
}

.lc-admin-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(34, 22, 12, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(251, 245, 235, 0.86) 100%);
  backdrop-filter: blur(7px);
}

.admin-body.admin-theme-dark .lc-admin-topbar {
  border-bottom-color: rgba(226, 189, 103, 0.2);
  background: linear-gradient(180deg, rgba(26, 19, 12, 0.9) 0%, rgba(18, 13, 8, 0.92) 100%);
}

.lc-admin-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(34, 22, 12, 0.14);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  padding: 0.3rem 0.6rem;
  font-size: 0.78rem;
  color: #3d2b1b;
}

.admin-body.admin-theme-dark .lc-admin-pill {
  border-color: rgba(226, 189, 103, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #f0ddbd;
}

.lc-admin-theme-btn {
  border-radius: 999px;
  border: 1px solid rgba(34, 22, 12, 0.22);
  background: linear-gradient(90deg, #b88a2a, #e2bd67);
  color: #2a1b0f;
}

.lc-admin-breadcrumb {
  font-size: 0.76rem;
}

.lc-admin-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(111, 95, 80, 0.75);
}

.lc-admin-breadcrumb a {
  color: #7a5e35;
  text-decoration: none;
}

.admin-body.admin-theme-dark .lc-admin-breadcrumb a {
  color: #e2bd67;
}

.lc-admin-kpi {
  border: 1px solid var(--admin-panel-border) !important;
  background: var(--admin-panel-bg);
  box-shadow: 0 12px 30px var(--admin-panel-shadow) !important;
}

.lc-admin-panel {
  border: 1px solid var(--admin-panel-border) !important;
  background: var(--admin-panel-bg);
  box-shadow: 0 14px 32px var(--admin-panel-shadow) !important;
}

canvas.lc-spark {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 40px;
  opacity: 0.88;
}

.lc-dash-chart-card .lc-dash-chart-wrap {
  position: relative;
  height: 260px;
}

.lc-dash-chart-doughnut .lc-dash-chart-wrap {
  height: 240px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.admin-body.admin-theme-dark .lc-dash-chart-card .text-body-secondary {
  color: rgba(241, 226, 198, 0.75) !important;
}

/* Habitaciones admin: amenidades con switches */
.lc-hab-room-form .lc-hab-card-accent {
  border: 1px solid rgba(184, 138, 42, 0.28);
}

.lc-hab-availability-strip {
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.1), rgba(93, 73, 53, 0.05));
  border: 1px solid rgba(184, 138, 42, 0.22);
}

.lc-hab-master-switch .form-check-input {
  width: 3rem;
  height: 1.5rem;
  cursor: pointer;
}

.lc-hab-amenity-tile {
  display: flex;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(93, 73, 53, 0.12);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  margin-bottom: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.admin-body.admin-theme-dark .lc-hab-amenity-tile {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.lc-hab-amenity-tile:hover {
  border-color: rgba(184, 138, 42, 0.45);
  box-shadow: 0 4px 14px rgba(17, 10, 6, 0.06);
}

.lc-hab-amenity-tile .form-check-input {
  cursor: pointer;
}

.lc-hab-thumb {
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(17, 10, 6, 0.12);
}

.lc-hab-icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.18);
  color: #6a532f;
  font-size: 0.9rem;
}

.admin-body.admin-theme-dark .lc-hab-icon-pill {
  color: #e2bd67;
  background: rgba(201, 162, 39, 0.12);
}

/* Pública: chips de amenidades */
.lc-room-amenity-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(184, 138, 42, 0.15);
  color: #6a532f;
  font-size: 1rem;
}

.lc-superadmin-hero {
  border: 1px solid rgba(184, 138, 42, 0.3);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(226, 189, 103, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(31, 18, 9, 0.92) 0%, rgba(58, 38, 21, 0.86) 100%);
  color: #f5e9d3;
  box-shadow: 0 20px 42px rgba(17, 10, 6, 0.22);
}

.lc-superadmin-hero .text-body-secondary {
  color: rgba(241, 226, 198, 0.86) !important;
}

.lc-security-panel .list-group-item {
  background: rgba(255, 255, 255, 0.5);
}

.admin-body.admin-theme-dark .lc-security-panel .list-group-item {
  background: rgba(255, 255, 255, 0.02);
}

.lc-res-tabs .nav-link {
  border-radius: 0.72rem;
  font-weight: 700;
  border: 1px solid rgba(63, 43, 24, 0.14);
  background: rgba(255, 255, 255, 0.68);
  color: #5d4935;
}

.lc-res-tabs .nav-link.active {
  background: linear-gradient(90deg, #b88a2a, #e2bd67);
  color: #1d1208;
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(184, 138, 42, 0.28);
}

.admin-body.admin-theme-dark .lc-res-tabs .nav-link {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(226, 189, 103, 0.22);
  color: #e8d4b5;
}

.admin-body.admin-theme-dark .lc-res-tabs .nav-link.active {
  color: #1d1208;
}

/* Encabezados de página admin unificados */
.lc-admin-page-header .lc-admin-title {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.02em;
  color: #2a1b0f;
}

.admin-body.admin-theme-dark .lc-admin-page-header .lc-admin-title {
  color: #f5e9d3;
}

/* Botones primarios del panel (mismo tono que el menú lateral activo) */
.lc-btn-pill-primary {
  border-radius: 999px;
  font-weight: 700;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  background: linear-gradient(90deg, #b88a2a, #e2bd67);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #1d1208 !important;
  box-shadow: 0 8px 20px rgba(184, 138, 42, 0.32);
}

.lc-btn-pill-primary:hover {
  filter: brightness(1.05);
  color: #1d1208 !important;
}

.btn-sm.lc-btn-pill-primary {
  padding: 0.45rem 1.1rem;
  font-size: 0.875rem;
  box-shadow: 0 6px 14px rgba(184, 138, 42, 0.28);
}

.lc-btn-pill-outline {
  border-radius: 999px;
  font-weight: 600;
}

/* Tarjeta de reserva (detalle) */
.lc-reserva-card-pro {
  overflow: hidden;
  border-radius: 1rem !important;
}

.lc-reserva-card-head {
  background: linear-gradient(135deg, rgba(184, 138, 42, 0.1), rgba(255, 255, 255, 0.5));
  border-bottom: 1px solid rgba(34, 22, 12, 0.08);
}

.admin-body.admin-theme-dark .lc-reserva-card-head {
  background: linear-gradient(135deg, rgba(184, 138, 42, 0.18), rgba(30, 23, 17, 0.92));
  border-bottom-color: rgba(226, 189, 103, 0.15);
}

.lc-badge-tipo {
  background: rgba(45, 35, 28, 0.88) !important;
  color: #f5ead8 !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
}

.lc-badge-estado {
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  text-transform: capitalize;
}

.lc-badge-estado-pendiente {
  background: linear-gradient(90deg, #e8b84a, #f0d78c) !important;
  color: #3d2a0c !important;
}

.lc-badge-estado-confirmada {
  background: linear-gradient(90deg, #3d8b5c, #5cb87a) !important;
  color: #fff !important;
}

.lc-badge-estado-cancelada {
  background: linear-gradient(90deg, #a84848, #c96b6b) !important;
  color: #fff !important;
}

.lc-badge-estado-completada {
  background: rgba(90, 75, 60, 0.85) !important;
  color: #f5efe3 !important;
}

.lc-dl-reserva dt {
  font-weight: 600;
  color: var(--admin-muted);
  margin-bottom: 0.15rem;
}

.lc-dl-reserva__term {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
}

.lc-dl-reserva__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  flex-shrink: 0;
  color: #b88a2a;
  margin-top: 0.12rem;
}

.admin-body.admin-theme-dark .lc-dl-reserva__icon {
  color: #e2bd67;
}

.lc-dl-reserva dd {
  margin-bottom: 0.65rem;
}

.lc-reserva-card__when .bi {
  opacity: 0.85;
}

.lc-reserva-card-actions {
  background: rgba(251, 245, 234, 0.65);
}

.admin-body.admin-theme-dark .lc-reserva-card-actions {
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(226, 189, 103, 0.12) !important;
}

.lc-reserva-card .card-body {
  border-radius: 0.9rem;
}

.lc-reserva-card details summary {
  cursor: pointer;
  font-weight: 700;
  color: #6a532f;
}

.admin-body .modal-content {
  border: 1px solid var(--admin-panel-border);
  background: var(--admin-panel-bg);
  color: var(--admin-text);
  border-radius: 1rem;
  box-shadow: 0 26px 60px rgba(19, 11, 6, 0.28);
}

.admin-body .modal-header,
.admin-body .modal-footer {
  border-color: rgba(127, 100, 56, 0.25);
}

.admin-body .modal-header {
  background: linear-gradient(180deg, rgba(184, 138, 42, 0.1) 0%, rgba(184, 138, 42, 0.04) 100%);
}

.admin-body .modal-title {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: 0.01em;
}

.lc-command-palette-list {
  max-height: 340px;
  overflow: auto;
}

.lc-command-item strong {
  font-size: 0.95rem;
}

.lc-admin-avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #221409;
  background: linear-gradient(135deg, #c79837, #e7ca86);
  border: 1px solid rgba(45, 28, 14, 0.2);
}

.lc-room-admin-card {
  overflow: hidden;
}

.lc-room-inventory .badge {
  font-weight: 500;
}

.lc-inv-switch-card {
  border: 1px solid rgba(49, 31, 20, 0.14);
  border-radius: 0.75rem;
  padding: 0.65rem;
  background: linear-gradient(180deg, #fff 0%, #fbf7f0 100%);
}

/* ===== Premium Admin Polish ===== */
.admin-content .table {
  border-collapse: separate;
  border-spacing: 0;
}

.admin-content .table tbody tr {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.admin-content .table tbody tr:hover {
  background-color: rgba(226, 189, 103, 0.08) !important;
  box-shadow: inset 0 0 0 1px rgba(184, 138, 42, 0.18);
}

.admin-content .btn-outline-primary,
.admin-content .btn-outline-danger,
.admin-content .btn-outline-dark {
  border-radius: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.admin-content .btn,
.admin-body .modal .btn {
  min-height: 34px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.admin-content .btn-sm,
.admin-body .modal .btn-sm,
.lc-action-btn {
  min-height: 30px;
  padding: 0.25rem 0.62rem;
  border-radius: 0.7rem;
  font-size: 0.78rem;
  line-height: 1.2;
}

.admin-content .table td.text-nowrap .btn + .btn,
.admin-content .table td.text-nowrap .btn + form,
.admin-content .table td.text-nowrap form + .btn,
.admin-content .table td.text-nowrap form + form {
  margin-left: 0.25rem;
}

.admin-content .btn-outline-primary {
  border-color: rgba(47, 108, 155, 0.55);
  color: #2f6c9b;
}

.admin-content .btn-outline-primary:hover {
  background: linear-gradient(90deg, #2f6c9b, #4b86b3);
  border-color: transparent;
  color: #fff;
}

.admin-content .btn-outline-danger {
  border-color: rgba(179, 38, 30, 0.5);
  color: #b3261e;
}

.admin-content .btn-outline-danger:hover {
  background: linear-gradient(90deg, #b3261e, #d2453d);
  border-color: transparent;
  color: #fff;
}

.lc-room-admin-card {
  border-radius: 1rem;
  overflow: hidden;
}

.lc-room-admin-card .card-body {
  background: linear-gradient(180deg, #fff 0%, #fbf6ee 100%);
}

.lc-room-admin-image {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.lc-room-admin-card:hover .lc-room-admin-image {
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.04);
}

.lc-room-inventory .badge {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(90deg, #3a2b1f, #4c3a2b) !important;
}

.lc-inv-switch-card {
  position: relative;
  border-radius: 0.9rem;
  border: 1px solid rgba(62, 41, 22, 0.16);
  background:
    radial-gradient(circle at 100% 0%, rgba(226, 189, 103, 0.12), transparent 40%),
    linear-gradient(180deg, #fff 0%, #f9f3e8 100%);
  box-shadow: 0 10px 24px rgba(32, 18, 8, 0.08);
}

.lc-inv-switch-card .form-switch .form-check-input {
  width: 2.35rem;
  height: 1.25rem;
  cursor: pointer;
}

.lc-inv-switch-card .form-switch .form-check-input:checked {
  background-color: #3f8f5a;
  border-color: #3f8f5a;
}

.lc-inv-switch-card .form-check-label {
  font-weight: 700;
}

.lc-inv-switch-card:hover {
  transform: translateY(-2px);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 14px 28px rgba(32, 18, 8, 0.12);
}

/* Densidad compacta del panel admin */
.admin-body.admin-density-compact .admin-content {
  padding: 0.85rem 1rem !important;
}

.admin-body.admin-density-compact .card-body {
  padding: 0.75rem 0.8rem;
}

.admin-body.admin-density-compact .table {
  font-size: 0.88rem;
}

.admin-body.admin-density-compact .btn {
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
}

.admin-body.admin-density-compact .form-control,
.admin-body.admin-density-compact .form-select {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

/* Skeleton loader premium */
.lc-skeleton {
  position: relative;
  overflow: hidden;
}

.lc-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(236, 221, 192, 0.45) 45%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  animation: lcSkeletonSweep 0.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes lcSkeletonSweep {
  to { transform: translateX(100%); }
}

/* Pulso al guardar */
.lc-success-pulse {
  animation: lcSuccessPulse 0.95s ease;
}

@keyframes lcSuccessPulse {
  0% { filter: saturate(1); }
  30% { filter: saturate(1.15) brightness(1.03); }
  100% { filter: saturate(1); }
}

/* Transiciones entre módulos admin */
.admin-content.lc-page-transition-in {
  animation: lcPageIn 0.24s ease both;
}

.admin-body.lc-page-transition-out .admin-content {
  animation: lcPageOut 0.16s ease both;
}

@keyframes lcPageIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lcPageOut {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(6px); }
}

/* Quick actions flotante dashboard */
.lc-quick-actions {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 35;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: min(260px, 85vw);
  padding: 0.75rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(62, 41, 22, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 241, 230, 0.96));
  box-shadow: 0 16px 35px rgba(31, 18, 9, 0.16);
  backdrop-filter: blur(8px);
}

.lc-quick-actions-title {
  font-weight: 700;
  font-size: 0.88rem;
  color: #5a452f;
}

.lc-quick-actions [data-shortcut-label] {
  position: relative;
  text-align: left;
  padding-right: 4.2rem;
}

.lc-quick-actions [data-shortcut-label]::after {
  content: attr(data-shortcut-label);
  position: absolute;
  right: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: #7a6550;
  border: 1px solid rgba(122, 101, 80, 0.35);
  border-radius: 0.45rem;
  padding: 0.05rem 0.35rem;
  background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .lc-quick-actions {
    display: none;
  }
}

.lc-room-admin-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #efe8dc;
}

.lc-room-admin-placeholder {
  border-bottom: 1px solid rgba(44, 27, 13, 0.1);
}

.lc-user-photo {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(50, 30, 15, 0.2);
}

.lc-user-photo-sm {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(50, 30, 15, 0.2);
}

/* Panel: vCards de usuarios y equipo en línea */
.lc-user-vcard {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  border: 1px solid rgba(44, 27, 13, 0.06) !important;
}

.lc-user-vcard:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1.2rem rgba(44, 27, 13, 0.12) !important;
}

.lc-user-vcard--inactive {
  opacity: 0.9;
  filter: grayscale(0.12);
}

.lc-user-vcard-photo {
  position: relative;
  flex-shrink: 0;
}

.lc-user-vcard-img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(184, 138, 42, 0.4);
  box-shadow: 0 4px 16px rgba(44, 27, 13, 0.12);
  background: #efe8dc;
}

.lc-user-vcard-initial {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  font-weight: 700;
  color: #221409;
  background: linear-gradient(145deg, #c79837, #e7ca86);
  border: 2px solid rgba(184, 138, 42, 0.45);
  box-shadow: 0 4px 16px rgba(44, 27, 13, 0.1);
}

.lc-user-vcard-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #c79837, #e7ca86);
  border: 2px solid rgba(184, 138, 42, 0.45);
  box-shadow: 0 4px 16px rgba(44, 27, 13, 0.1);
  color: #221409;
  font-size: 1.75rem;
}

.lc-equipo-mini-avatar .lc-user-vcard-img,
.lc-equipo-mini-avatar .lc-user-vcard-initial,
.lc-equipo-mini-avatar .lc-user-vcard-icon-wrap {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  font-size: 1.05rem !important;
}

.lc-equipo-mini-avatar .lc-user-vcard-icon-wrap {
  font-size: 1.15rem !important;
}

.lc-equipo-mini-avatar .lc-user-vcard-img {
  width: 40px !important;
  height: 40px !important;
}

.lc-online-dot {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #adb5bd;
  z-index: 1;
}

.lc-online-dot--on {
  background: #198754;
  box-shadow: 0 0 0 2px rgba(25, 135, 84, 0.28);
}

.lc-online-dot--off {
  background: #adb5bd;
}

.lc-online-dot--inactive-account {
  background: #fd7e14;
}

.lc-online-dot--sidebar {
  width: 11px;
  height: 11px;
  bottom: 0;
  right: 0;
  border-width: 1px;
}

.admin-body.admin-theme-dark .lc-online-dot {
  border-color: rgba(20, 18, 16, 0.95);
}

.lc-role-badge {
  background: rgba(184, 138, 42, 0.14);
  color: #4a3d24;
  border: 1px solid rgba(184, 138, 42, 0.35);
  font-weight: 500;
}

.admin-body.admin-theme-dark .lc-role-badge {
  background: rgba(226, 189, 103, 0.12);
  color: #f2e6d1;
  border-color: rgba(226, 189, 103, 0.25);
}

.lc-user-vcard-meta dt {
  font-weight: 500;
}

.lc-admin-team-strip {
  gap: 0;
  min-height: 28px;
}

.lc-admin-team-avatar-wrap {
  position: relative;
  margin-left: -10px;
}

.lc-admin-team-avatar-wrap:first-child {
  margin-left: 0;
}

.lc-admin-team-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid var(--bs-body-bg, #fff);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  vertical-align: middle;
}

.lc-admin-team-avatar--letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: #221409;
  background: linear-gradient(135deg, #c79837, #e7ca86);
}

.lc-admin-team-avatar--icon {
  font-size: 0.85rem;
  color: #221409;
  background: linear-gradient(135deg, #c79837, #e7ca86);
}

.admin-body.admin-theme-dark .lc-admin-team-avatar {
  border-color: #1a1917;
}

.lc-admin-sidebar-profile {
  flex-shrink: 0;
}

.lc-admin-sidebar-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(199, 152, 55, 0.5), rgba(231, 202, 134, 0.35));
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #fff8e8;
  font-size: 1.35rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.lc-admin-sidebar-online {
  color: #6fcf97 !important;
}

.lc-user-sidebar-photo {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.lc-user-sidebar-initial {
  width: 44px;
  height: 44px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lc-admin-avatar-sm {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #221409;
  background: linear-gradient(135deg, #c79837, #e7ca86);
}

.lc-pending-pill #adminPendingBadge {
  min-width: 22px;
  height: 22px;
  padding: 0 0.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6f5f50;
  color: #fff;
}

.lc-pending-pill #adminPendingBadge.lc-notify-badge-hot {
  background: #b3261e;
  animation: lcBadgePulse 1.7s ease-in-out infinite;
}

@keyframes lcBadgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(179, 38, 30, 0.5); }
  60% { box-shadow: 0 0 0 10px rgba(179, 38, 30, 0); }
}

.admin-body.admin-theme-dark .list-group-item {
  background: rgba(255, 255, 255, 0.01);
  color: #f2e6d1;
  border-color: rgba(226, 189, 103, 0.15);
}

/* Login admin estilo split premium */
.admin-login-page {
  margin: 0;
  min-height: 100vh;
  background: #f3efe7;
}

.admin-login-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
}

.admin-login-brand {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(22, 14, 8, 0.94), rgba(46, 30, 18, 0.9)),
    url('https://images.unsplash.com/photo-1466978913421-dad2ebd01d17?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
  color: #fff;
}

.admin-login-brand-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(226, 189, 103, 0.2), transparent 38%),
    radial-gradient(circle at 80% 75%, rgba(226, 189, 103, 0.12), transparent 35%);
}

.admin-login-brand-inner {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  text-align: center;
}

.admin-login-brand-logo {
  width: min(380px, 80%);
  margin-bottom: 1.2rem;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.35));
}

.admin-login-brand-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin: 0;
}

.admin-login-brand-subtitle {
  margin: 0.3rem 0 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.admin-login-brand-copy {
  max-width: 510px;
  font-size: 1.03rem;
  color: rgba(255, 255, 255, 0.86);
}

.admin-login-form-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background: linear-gradient(180deg, #f8f4eb 0%, #f2ebdf 100%);
}

.admin-login-card {
  width: 100%;
  max-width: 430px;
  background: #fff;
  border-radius: 1rem;
  padding: 1.8rem;
  border: 1px solid rgba(31, 19, 10, 0.12);
  box-shadow: 0 20px 45px rgba(23, 13, 7, 0.12);
}

.admin-login-card .form-control {
  border-radius: 0.7rem;
}

.admin-login-card .lc-login-password-wrap .form-control {
  border-radius: 0.7rem 0 0 0.7rem;
}

.admin-login-card .lc-login-password-wrap .lc-login-toggle-pw {
  border-radius: 0 0.7rem 0.7rem 0;
  border-color: rgba(31, 19, 10, 0.18);
}

.admin-login-card .lc-login-password-wrap .lc-login-toggle-pw:hover,
.admin-login-card .lc-login-password-wrap .lc-login-toggle-pw:focus {
  background: rgba(31, 19, 10, 0.06);
}

@media (max-width: 992px) {
  .admin-login-layout {
    grid-template-columns: 1fr;
  }

  .admin-login-brand {
    min-height: 38vh;
  }

  .admin-login-brand-copy {
    max-width: 680px;
    font-size: 0.95rem;
  }
}

/* ===== Fullscreen Menu Colonial ===== */
body.lc-menu-open {
  overflow: hidden;
}

.lc-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0.45rem 0.85rem;
}

/* Menu visible en el header */
.lc-head-nav-wrap {
  background: linear-gradient(90deg, rgba(10, 7, 4, 0.88), rgba(36, 24, 14, 0.9));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 8px 22px rgba(8, 5, 3, 0.18);
}

.lc-head-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.7rem 0;
  scrollbar-width: thin;
  justify-content: center;
}

.lc-head-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none !important;
  padding: 0.6rem 0.95rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 1rem;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.lc-head-nav-item i {
  font-size: 1.42rem;
  color: #f2cf7f;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.lc-head-nav-item:hover,
.lc-head-nav-item:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(242, 207, 127, 0.5);
  transform: translateY(-2px) scale(1.01);
  text-decoration: none !important;
}

.lc-head-nav-item:link,
.lc-head-nav-item:visited,
.lc-head-nav-item:active {
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none !important;
}

.lc-head-nav-item.is-active {
  color: #1a1106 !important;
  background: linear-gradient(90deg, #c7932f, #e8c980);
  border-color: transparent;
  text-decoration: none !important;
}

.lc-head-nav-item.is-active i {
  color: #2b1a09;
}

/* Regla visual elegida:
   - Desktop: menu superior de botones (head nav)
   - Mobile/Tablet: menu fullscreen (boton Menu) */
@media (min-width: 992px) {
  .lc-head-nav-wrap {
    display: block;
  }
}

.lc-colonial-menu {
  position: fixed;
  inset: 0;
  z-index: 1400;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lc-colonial-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.lc-colonial-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(8, 13, 7, 0.9) 0%, rgba(10, 17, 8, 0.83) 35%, rgba(8, 13, 7, 0.9) 100%),
    url('https://images.unsplash.com/photo-1624486464578-6eac72f87f5c?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  filter: saturate(1.05);
}

.lc-colonial-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.12;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.11) 0, transparent 2px),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.09) 0, transparent 2px);
  background-size: 200px 200px, 220px 220px;
  animation: lcNoiseShift 6s linear infinite;
}

.lc-colonial-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(235, 193, 115, 0.22), rgba(235, 193, 115, 0.02) 55%, transparent 72%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.lc-colonial-menu.is-open .lc-colonial-glow {
  opacity: 1;
}

.lc-colonial-particles {
  display: none !important;
}

.lc-colonial-particle {
  display: none !important;
}

.lc-colonial-menu-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}

.lc-colonial-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(8, 6, 3, 0.45);
  color: #fff;
  font-size: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
}

.lc-colonial-close:hover,
.lc-colonial-close:focus {
  background: rgba(8, 6, 3, 0.7);
  border-color: rgba(248, 216, 143, 0.8);
}

.lc-colonial-brand {
  text-align: center;
  margin-top: 0.35rem;
}

.lc-colonial-brand img {
  width: min(260px, 56vw);
  filter: brightness(1.06) drop-shadow(0 8px 22px rgba(0, 0, 0, 0.45));
}

.lc-colonial-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 2rem;
  align-items: center;
  height: calc(100% - 110px);
  padding-bottom: 2rem;
}

.lc-colonial-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 3px solid rgba(255, 255, 255, 0.9);
  border-right: 3px solid rgba(255, 255, 255, 0.9);
}

.lc-menu-col {
  padding: 0 1.2rem;
  opacity: 0;
  transform: translateY(28px);
}

.lc-menu-col + .lc-menu-col {
  border-left: 3px solid rgba(255, 255, 255, 0.9);
}

.lc-menu-col a {
  display: block;
  color: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin: 0.35rem 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.lc-menu-title {
  display: block;
}

.lc-menu-subtitle {
  display: block;
  margin-top: 0.12rem;
  font-family: "Lato", "Segoe UI", sans-serif;
  font-size: 0.42em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.78;
}

.lc-menu-col a:hover,
.lc-menu-col a:focus,
.lc-menu-col a.is-active {
  color: #f8d88f;
  transform: translateX(4px);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.lc-colonial-visual {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateX(35px) scale(0.97);
}

.lc-colonial-visual img {
  width: min(460px, 100%);
  max-height: 72vh;
  object-fit: cover;
  border-radius: 10rem 10rem 0.8rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.lc-colonial-menu.is-open .lc-colonial-links {
  animation: lcMenuDividerIn 0.6s ease both;
}

.lc-colonial-menu.is-open .lc-colonial-visual {
  animation: lcMenuVisualIn 0.7s ease 0.18s both;
}

.lc-colonial-menu.is-open .lc-colonial-brand {
  animation: lcMenuBrandIn 0.55s ease both;
}

.lc-colonial-menu.is-open .lc-menu-col:nth-child(1) {
  animation: lcMenuColIn 0.65s ease 0.08s both;
}

.lc-colonial-menu.is-open .lc-menu-col:nth-child(2) {
  animation: lcMenuColIn 0.65s ease 0.2s both;
}

/* Titlebar premium para todas las paginas */
.lc-page-titlebar {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(110deg, rgba(11, 6, 3, 0.95) 0%, rgba(32, 20, 10, 0.85) 45%, rgba(11, 6, 3, 0.94) 100%),
    url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.lc-page-titlebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(226, 189, 103, 0.2), transparent 35%),
    radial-gradient(circle at 80% 80%, rgba(226, 189, 103, 0.1), transparent 30%);
  pointer-events: none;
}

.lc-page-titlebar-inner {
  position: relative;
  z-index: 1;
  padding: 1rem 0 1.1rem;
  text-align: center;
  color: #fff;
}

.lc-page-titlebar-kicker {
  display: inline-block;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f0d08a;
}

.lc-page-titlebar-title {
  margin: 0.15rem 0 0;
  font-size: clamp(1.2rem, 3vw, 1.95rem);
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .lc-head-nav-wrap {
    display: none;
  }

  .lc-menu-trigger {
    display: inline-flex !important;
    align-items: center;
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
  }

  .lc-head-nav {
    gap: 0.45rem;
    padding: 0.55rem 0;
  }

  .lc-head-nav-item {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
  }

  .lc-head-nav-item i {
    font-size: 1.2rem;
  }

  .lc-colonial-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    overflow-y: auto;
    align-content: start;
    padding-bottom: 1rem;
  }

  .lc-colonial-links {
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .lc-menu-col + .lc-menu-col {
    border-left-width: 2px;
  }

  .lc-menu-col a {
    font-size: clamp(1.05rem, 4.5vw, 1.35rem);
    margin: 0.25rem 0;
    padding: 0.15rem 0;
  }

  .lc-menu-subtitle {
    font-size: 0.52em;
  }

  .lc-colonial-visual img {
    width: min(350px, 88vw);
    border-radius: 7rem 7rem 0.7rem 0.7rem;
    max-height: 42vh;
  }
}

@media (max-width: 576px) {
  .lc-colonial-links {
    grid-template-columns: 1fr;
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .lc-menu-col + .lc-menu-col {
    border-left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.75);
    margin-top: 0.55rem;
    padding-top: 0.55rem;
  }

  .lc-menu-col a {
    font-size: 1.18rem;
  }
}

@keyframes lcNoiseShift {
  from { transform: translate(0, 0); }
  to { transform: translate(-40px, -30px); }
}

@keyframes lcParticleFloat {
  0% {
    transform: translateY(20px) scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 0.9;
  }
  100% {
    transform: translateY(-120vh) scale(1.2);
    opacity: 0;
  }
}

@keyframes lcMenuBrandIn {
  0% { opacity: 0; transform: translateY(-14px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes lcMenuDividerIn {
  0% { opacity: 0; transform: scaleY(0.75); }
  100% { opacity: 1; transform: scaleY(1); }
}

@keyframes lcMenuColIn {
  0% { opacity: 0; transform: translateY(28px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes lcMenuVisualIn {
  0% { opacity: 0; transform: translateX(35px) scale(0.97); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

/* Adaptacion visual global de imagenes */
.main-content img {
  image-rendering: auto;
}

.main-content .card img,
.main-content .lc-gallery-placeholder img,
.main-content .lc-home-room-card img,
.main-content .lc-home-menu-card img {
  filter: contrast(1.04) saturate(1.03) brightness(0.98);
}

.main-content .card:hover img,
.main-content .lc-gallery-placeholder:hover img,
.main-content .lc-home-room-card:hover img,
.main-content .lc-home-menu-card:hover img {
  filter: contrast(1.08) saturate(1.08) brightness(1.01);
}

.main-content .card-img-top,
.main-content .lc-gallery-placeholder img {
  width: 100%;
  object-fit: cover;
}

.main-content .lc-gallery-card .card-body,
.main-content .lc-home-room-card .card-body,
.main-content .lc-home-menu-card .card-body {
  background: linear-gradient(180deg, #fff 0%, #fdfaf5 100%);
}

/* Capa premium para heroes */
.lc-hero-overlay,
.lc-page-hero-overlay {
  backdrop-filter: blur(0.5px);
}

/* ===== Public Site Professional Refresh ===== */
.main-content section {
  scroll-margin-top: 100px;
}

.lc-comfort-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.lc-comfort-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 46px;
  border-radius: 0.8rem;
  border: 1px solid rgba(52, 33, 20, 0.12);
  background: linear-gradient(180deg, #fff 0%, #fcf7ee 100%);
  color: #4a3625;
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 10px 24px rgba(22, 12, 5, 0.06);
}

.lc-comfort-strip i {
  color: #b88a2a;
  font-size: 1rem;
}

.lc-quote-card p.h4 {
  line-height: 1.45;
}

.lc-filter-card,
.lc-contact-form-card,
.lc-contact-info-card {
  border: 1px solid rgba(43, 27, 16, 0.1);
  box-shadow: 0 16px 36px rgba(19, 11, 6, 0.08) !important;
}

.lc-rooms-page .form-label,
.lc-contact-page .form-label {
  font-weight: 700;
  color: #4d3826;
  letter-spacing: 0.01em;
}

.lc-rooms-page .btn-warning,
.lc-contact-page .btn-warning {
  min-height: 44px;
  border-radius: 0.78rem;
  font-size: 0.95rem;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(120deg, #17110c 0%, #231a13 100%) !important;
}

.site-footer .container {
  position: relative;
}

.site-footer .container::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 189, 103, 0.6), transparent);
}

@media (max-width: 992px) {
  .lc-comfort-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .lc-comfort-strip {
    grid-template-columns: 1fr;
  }

  .lc-comfort-strip span {
    justify-content: flex-start;
    padding: 0 0.9rem;
  }
}

/* Homogeneidad global: menu/reservas/galeria */
.lc-chip-nav .lc-chip-link {
  border-radius: 999px;
  border-color: rgba(53, 34, 20, 0.2);
  font-weight: 700;
  letter-spacing: 0.01em;
  background: rgba(255, 255, 255, 0.8);
}

.lc-chip-nav .lc-chip-link:hover,
.lc-chip-nav .lc-chip-link:focus {
  border-color: rgba(184, 138, 42, 0.55);
}

.lc-menu-section {
  border: 1px solid rgba(43, 27, 16, 0.08);
  border-radius: 1rem;
  padding: 1rem 1rem 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(253, 248, 240, 0.82) 100%);
}

.lc-reservas-page .lc-form-elevated {
  border: 1px solid rgba(43, 27, 16, 0.11);
  box-shadow: 0 18px 40px rgba(22, 12, 5, 0.09) !important;
}

.lc-reservas-page .form-label {
  font-weight: 700;
  color: #4d3826;
}

.lc-type-switch .btn {
  min-width: 138px;
  border-radius: 0.72rem !important;
  font-weight: 700;
}

.lc-type-switch .btn-outline-secondary:hover,
.lc-type-switch .btn-check:checked + .btn-outline-secondary {
  border-color: rgba(184, 138, 42, 0.58);
  background: linear-gradient(90deg, #b88a2a, #e2bd67);
  color: #1d1208;
}

.lc-hotel-fields {
  border-color: rgba(184, 138, 42, 0.28) !important;
  background: linear-gradient(180deg, #fffdf9 0%, #f8f1e5 100%) !important;
}

.lc-gallery-pills .nav-link {
  border-radius: 999px;
  font-weight: 700;
  color: #5a432f;
  border: 1px solid rgba(62, 41, 22, 0.16);
  background: linear-gradient(180deg, #fff 0%, #fbf5eb 100%);
}

.lc-gallery-pills .nav-link:hover,
.lc-gallery-pills .nav-link:focus {
  border-color: rgba(184, 138, 42, 0.45);
  color: #3f2c1d;
}

.lc-gallery-pills .nav-link.active {
  border-color: transparent;
  color: #1d1208;
  background: linear-gradient(90deg, #b88a2a, #e2bd67);
}

.lc-gallery-page .lc-gallery-card .card-title {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: 0.01em;
}

/* Menu digital dinamico + PDF premium */
.lc-daily-special-card {
  border: 1px solid rgba(54, 35, 21, 0.11);
  background:
    radial-gradient(circle at 100% 0%, rgba(226, 189, 103, 0.18), transparent 44%),
    linear-gradient(180deg, #fff 0%, #fcf7ee 100%);
}

.lc-daily-special-item {
  border-radius: 0.8rem;
  border: 1px solid rgba(55, 35, 20, 0.12);
  background: rgba(255, 255, 255, 0.78);
  padding: 0.75rem;
  box-shadow: 0 10px 24px rgba(22, 12, 5, 0.06);
}

.lc-menu-pdf-btn,
.lc-menu-print-btn {
  border-radius: 0.72rem;
  font-weight: 700;
  min-height: 38px;
  letter-spacing: 0.01em;
}

.lc-menu-pdf-btn.btn-dark {
  background: linear-gradient(90deg, #1e130b, #3a2617);
  border-color: #1e130b;
}

.lc-menu-pdf-btn.btn-dark:hover,
.lc-menu-pdf-btn.btn-dark:focus {
  background: linear-gradient(90deg, #2a1a0e, #4a311f);
}

@media print {
  .lc-navbar,
  .lc-head-nav-wrap,
  .lc-colonial-menu,
  .lc-page-titlebar,
  .lc-fab-wrap,
  .site-footer,
  .lc-menu-pdf-btn,
  .lc-menu-print-btn {
    display: none !important;
  }

  .lc-page-hero,
  .lc-wave {
    display: none !important;
  }

  body.public-site {
    background: #fff !important;
  }

  .main-content {
    margin: 0 !important;
    padding: 0 !important;
  }

  .lc-menu-card,
  .lc-promo-card,
  .lc-menu-section {
    break-inside: avoid;
    page-break-inside: avoid;
    box-shadow: none !important;
  }
}

/* Inicio: tarjetas Restaurante / Hotel + modales */
.lc-home-dual-choice {
  background: linear-gradient(180deg, #fffdf9 0%, #f5efe6 100%);
}

.lc-home-dual-kicker {
  letter-spacing: 0.2em;
  color: #8a6d4a;
}

.lc-choice-card {
  border-radius: 1.1rem;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(18, 10, 5, 0.14);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  background: #1a1009;
}

.lc-choice-card:hover,
.lc-choice-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(18, 10, 5, 0.22);
  outline: none;
}

.lc-choice-card__media {
  height: 220px;
  background-size: cover;
  background-position: center;
}

.lc-choice-card__body {
  padding: 1.35rem 1.5rem 1.5rem;
  color: #f4e8d8;
  background: linear-gradient(180deg, #23170f 0%, #1a1009 100%);
}

.lc-choice-card--restaurant .lc-choice-card__body {
  border-top: 3px solid #e67e22;
}

.lc-choice-card--hotel .lc-choice-card__body {
  border-top: 3px solid #5dade2;
}

.lc-choice-card__badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 220, 170, 0.95);
  margin-bottom: 0.35rem;
}

.lc-choice-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #ffb347;
}

.lc-choice-card--hotel .lc-choice-card__title {
  color: #a8d8f0;
}

.lc-choice-card__text {
  font-size: 0.95rem;
  color: rgba(244, 232, 216, 0.88);
  line-height: 1.45;
}

.lc-choice-card__cta {
  display: inline-block;
  margin-top: 0.85rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #f0c040;
}

.lc-choice-card--hotel .lc-choice-card__cta {
  color: #7ec8e3;
}

.lc-choice-card-stack {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lc-choice-card__quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0 0.15rem;
}

.lc-choice-card__quick-actions .btn {
  pointer-events: auto;
}

.lc-btn-hotel-quick {
  background: linear-gradient(90deg, #3d9fd0, #7ec8e3);
  color: #0c1520 !important;
  border: 1px solid rgba(93, 173, 226, 0.5);
  font-weight: 600;
}

.lc-btn-hotel-quick:hover {
  filter: brightness(1.05);
  color: #0c1520 !important;
}

.lc-modal-impact .modal-content {
  border-radius: 1.05rem;
  overflow: hidden;
}

.lc-modal-impact__head {
  padding: 1.25rem 1.5rem;
  color: #fff;
}

.lc-modal-impact__head--restaurant {
  background: linear-gradient(125deg, #2a1a0d 0%, #4a2a12 45%, #1f1208 100%);
}

.lc-modal-impact__head--hotel {
  background: linear-gradient(125deg, #0c1e28 0%, #1a3c4d 50%, #0f1820 100%);
}

.lc-modal-impact__body {
  background: linear-gradient(180deg, #16100b 0%, #221810 100%);
  color: #e8d9c8;
}

.lc-modal-impact__body .lead {
  font-size: 1.05rem;
}

.lc-modal-impact__hero {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}

.lc-modal-impact__hero--restaurant {
  border-bottom: 3px solid #e67e22;
}

.lc-modal-impact__hero--hotel {
  border-bottom: 3px solid #5dade2;
}

.lc-modal-impact__icon-tile {
  padding: 1rem 0.65rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  height: 100%;
}

.lc-modal-impact__icon-tile--restaurant i {
  color: #ffb347;
  font-size: 1.65rem;
}

.lc-modal-impact__icon-tile--hotel i {
  color: #7ec8e3;
  font-size: 1.65rem;
}

.lc-modal-impact__stat {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  opacity: 0.88;
  line-height: 1.25;
}

.lc-modal-impact__check--hotel {
  color: #5dade2;
}

.lc-btn-hotel-modal {
  background: linear-gradient(90deg, #3d9fd0, #7ec8e3);
  color: #0c1520 !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 20px rgba(93, 173, 226, 0.35);
}

.lc-btn-hotel-modal:hover {
  filter: brightness(1.06);
  color: #0c1520 !important;
}

.lc-modal-impact__list li {
  padding: 0.35rem 0;
  font-size: 0.95rem;
}

.lc-modal-impact__footer {
  background: linear-gradient(180deg, #16100b 0%, #1a1209 100%);
  padding: 1rem 1.5rem;
}

.lc-modal-impact__footer .lc-modal-impact__actions {
  justify-content: center;
}

/* Enlaces y botones del modal siempre clicables (modal renderizado fuera de .layout-root) */
.lc-modal-impact .modal-dialog,
.lc-modal-impact__actions a {
  pointer-events: auto;
}

/* Por encima del layout colonial (aislamiento / overlays) */
.public-site .modal {
  z-index: 1400;
}

.public-site .modal-backdrop {
  z-index: 1390;
}

/* Menú web: especial del día con foto */
.lc-daily-special-item__photo {
  height: 120px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.lc-daily-special-item__price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  font-variant-numeric: tabular-nums;
}

.lc-daily-special-item__currency {
  font-size: 1.1rem;
  font-weight: 700;
  color: #8a6d4a;
}

.lc-daily-special-item__amount {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #b8860b;
  line-height: 1;
}

/* Menú web: tarjetas por platillo (precio grande + elegancia colonial) */
.lc-menu-cards-grid {
  --lc-card-radius: 1.05rem;
}

.lc-menu-dish-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--lc-card-radius);
  overflow: hidden;
  background: linear-gradient(165deg, rgba(36, 26, 18, 0.98) 0%, #100a06 48%, #0c0805 100%);
  border: 1px solid rgba(200, 160, 80, 0.28);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 220, 160, 0.06);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.25s ease;
  outline: none;
}

.lc-menu-dish-card:hover,
.lc-menu-dish-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(230, 190, 100, 0.55);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(230, 190, 100, 0.25),
    inset 0 1px 0 rgba(255, 230, 180, 0.1);
}

.lc-menu-dish-card:focus-visible {
  box-shadow:
    0 0 0 3px rgba(230, 190, 100, 0.45),
    0 18px 40px rgba(0, 0, 0, 0.4);
}

.lc-menu-dish-card--featured {
  border-color: rgba(230, 180, 70, 0.55);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(230, 190, 100, 0.35),
    inset 0 0 80px rgba(230, 180, 60, 0.06);
}

.lc-menu-dish-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #0a0604;
  overflow: hidden;
}

.lc-menu-dish-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.lc-menu-dish-card:hover .lc-menu-dish-card__media img {
  transform: scale(1.05);
}

.lc-menu-dish-card__ribbon {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.28rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a0f06;
  background: linear-gradient(120deg, #f4d03f, #e67e22);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.lc-menu-dish-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1.1rem 1.15rem 0;
  gap: 0.5rem;
}

.lc-menu-dish-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.08rem, 2.2vw, 1.28rem);
  font-weight: 700;
  color: #fff4e6;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.lc-menu-dish-card__desc {
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(235, 220, 200, 0.72);
  margin: 0;
  flex: 1 1 auto;
}

.lc-menu-dish-card__pricebar {
  margin-top: auto;
  padding: 1rem 1.15rem 1.15rem;
  margin-left: -1.15rem;
  margin-right: -1.15rem;
  margin-bottom: 0;
  background: linear-gradient(90deg, rgba(60, 42, 22, 0.65) 0%, rgba(30, 22, 14, 0.9) 50%, rgba(55, 40, 22, 0.55) 100%);
  border-top: 1px solid rgba(200, 160, 80, 0.22);
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.lc-menu-dish-card__price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.lc-menu-dish-card__currency {
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  font-weight: 700;
  color: rgba(255, 214, 150, 0.92);
  letter-spacing: 0.04em;
}

.lc-menu-dish-card__amount {
  font-size: clamp(1.85rem, 5.5vw, 2.65rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffdf8a;
  text-shadow: 0 2px 18px rgba(230, 180, 60, 0.35);
}

/* Menú web: carta estilo referencia (imagen + panel oscuro) */
.lc-menu-section--split {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.lc-menu-split {
  min-height: 320px;
  border: 1px solid rgba(230, 126, 34, 0.25);
}

.lc-menu-split-visual__cell {
  flex: 1 1 33.333%;
  min-height: 120px;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
  transition: transform 0.35s ease;
}

.lc-menu-split:hover .lc-menu-split-visual__cell {
  transform: scale(1.02);
}

.lc-menu-split-panel {
  background: linear-gradient(165deg, #1c120c 0%, #120a06 55%, #1a1009 100%);
  color: #f5ebe0;
}

.lc-menu-split-panel__inner {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
}

.lc-menu-split-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e67e22;
}

.lc-menu-split-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #ffb347;
  letter-spacing: 0.02em;
}

.lc-menu-split-desc {
  font-size: 0.9rem;
  color: rgba(245, 235, 224, 0.75);
  line-height: 1.5;
}

.lc-menu-split-meta {
  font-size: 0.8rem;
  color: rgba(255, 200, 150, 0.65);
}

.lc-menu-split-pdf {
  border-radius: 999px !important;
  border: 1px solid rgba(230, 126, 34, 0.55) !important;
  color: #ffb347 !important;
  background: rgba(230, 126, 34, 0.12) !important;
  font-weight: 700;
}

.lc-menu-split-pdf:hover {
  background: rgba(230, 126, 34, 0.25) !important;
  color: #fff !important;
}

.lc-menu-split-mosaic__img {
  height: 110px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .lc-choice-card__media {
    height: 180px;
  }
}

/* Reportes — botones de exportación */
.lc-reportes-export .btn {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lc-reportes-export .bi {
  font-size: 1.08em;
  line-height: 1;
}

/* Panel admin — acciones en tablas (editar / eliminar) */
.lc-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-end;
  align-items: center;
}

.lc-admin-actions .btn {
  font-weight: 600;
}

.lc-admin-actions form {
  display: inline;
}
