/* ======================================== */
/* TEMA CLARO - SITIO PÚBLICO */
/* ======================================== */

body.light-theme {
  background-color: #f0f2f5 !important;
  color: #1a1a1a !important;
}

/* Navbar */
body.light-theme .navbar {
  background: rgba(255, 255, 255, 0.95) !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
body.light-theme .logo {
  background: linear-gradient(135deg, #e05d00, #ff9800) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
body.light-theme .nav-links a {
  color: #555 !important;
}
body.light-theme .nav-links a:hover,
body.light-theme .nav-links a.active {
  color: #1a1a1a !important;
}
body.light-theme .search-box input {
  background: #ffffff !important;
  border-color: #ccc !important;
  color: #1a1a1a !important;
}

/* ======================================== */
/* TEMA CLARO - CORRECCIÓN HERO Y CARDS */
/* ======================================== */

/* Hero - Quitar sombras feas y degradado */
body.light-theme .hero::before {
  background: linear-gradient(to top, #f0f2f5 0%, transparent 50%, rgba(0,0,0,0.15) 100%) !important;
}
/* Hero - Mismo estilo que oscuro pero con fondo blanco */
body.light-theme .hero-content h1 {
  color: #1a1a1a !important;
  text-shadow: none !important;
  background: rgba(255, 255, 255, 0.75) !important;
}
body.light-theme .hero-content p {
  color: #333 !important;
  text-shadow: none !important;
  background: rgba(255, 255, 255, 0.75) !important;
}

/* Cards - Quitar degradado feo */
body.light-theme .card-body {
  background: #ffffff !important;
  background-image: none !important;
}
body.light-theme .card {
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}
body.light-theme .card:hover {
  border-color: #ff6b00 !important;
  box-shadow: 0 8px 25px rgba(255,107,0,0.12) !important;
}
body.light-theme .card-title {
  color: #1a1a1a !important;
}
body.light-theme .card-meta {
  color: #555 !important;
}
body.light-theme .card::after {
  background: rgba(255, 107, 0, 0.85) !important;
  color: #fff !important;
}

/* Type badge */
body.light-theme .type-badge {
  background: #ff6b00 !important;
  color: #fff !important;
}

/* Secciones */
body.light-theme .section-title {
  color: #1a1a1a !important;
}

/* Footer */
body.light-theme .footer {
  background: #ffffff !important;
  border-top: 1px solid #e0e0e0 !important;
  color: #888 !important;
}

/* Detalle */
body.light-theme .detalle-desc {
  color: #555 !important;
}
body.light-theme .detalle-meta {
  color: #666 !important;
}
body.light-theme .detalle-info h1 {
  color: #1a1a1a !important;
}

/* Reproductor */
body.light-theme .servers-container,
body.light-theme .episodes-box {
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
}
body.light-theme .btn-server {
  background: #f0f0f0 !important;
  border-color: #d0d0d0 !important;
  color: #333 !important;
}
body.light-theme .btn-server:hover {
  background: #e0e0e0 !important;
}
body.light-theme .btn-server.active {
  background: #ff6b00 !important;
  color: #fff !important;
}
body.light-theme .btn-nav {
  background: #f0f0f0 !important;
  border-color: #d0d0d0 !important;
  color: #333 !important;
}
body.light-theme .btn-nav:hover:not(.disabled) {
  background: #ff6b00 !important;
  color: #fff !important;
}
body.light-theme .ep-item {
  background: #f0f0f0 !important;
  border-color: #d0d0d0 !important;
  color: #333 !important;
}
body.light-theme .ep-item:hover {
  background: #e0e0e0 !important;
}
body.light-theme .ep-item.active {
  background: #ff6b00 !important;
  color: #fff !important;
}
body.light-theme .anime-title {
  color: #e05d00 !important;
}

/* TV */
body.light-theme .channels-sidebar {
  background: #ffffff !important;
  border-color: #e0e0e0 !important;
}
body.light-theme .channel-item {
  background: #f5f5f5 !important;
  color: #333 !important;
}
body.light-theme .channel-item:hover {
  background: #e8e8e8 !important;
}
body.light-theme .channel-item.active {
  background: #fff3e0 !important;
  color: #e05d00 !important;
}

/* Radio */
body.light-theme .radio-card {
  background: #ffffff !important;
  border-color: #e0e0e0 !important;
}
body.light-theme .radio-card:hover {
  border-color: #ff6b00 !important;
}
body.light-theme .player-bar {
  background: #ffffff !important;
  border-top-color: #e0e0e0 !important;
}



/* Placeholder */
body.light-theme .player-placeholder {
  color: #999 !important;
}

/* Scrollbar */
body.light-theme ::-webkit-scrollbar-track {
  background: #e0e0e0;
}
body.light-theme ::-webkit-scrollbar-thumb {
  background: #bbb;
}

/* Textos generales */
body.light-theme [style*="color:#888"],
body.light-theme [style*="color:#555"] {
  color: #666 !important;
}

/* ======================================== */
/* MODAL DE SOLICITUD EN TEMA CLARO */
/* ======================================== */
body.light-theme .solicitud-modal {
  background: #ffffff !important;
  border-color: #e0e0e0 !important;
  color: #1a1a1a !important;
}
body.light-theme .sol-label {
  color: #555 !important;
}
body.light-theme .sol-input {
  background: #f5f5f5 !important;
  border-color: #d0d0d0 !important;
  color: #1a1a1a !important;
}
body.light-theme #modal-solicitud select option {
  background: #ffffff !important;
  color: #1a1a1a !important;
}
/* Botón flotante de solicitud en tema claro */
body.light-theme #btn-solicitar {
  background: #ffffff !important;
  color: #1a1a1a !important;
  border-color: #ff6b00 !important;
}
