/* ===== TEMA OSCURO FIJO ===== */
/* Anula el fondo blanco global y fija el tema oscuro sin usar JavaScript */
html, body {
  background-color: #000000 !important;
  color: #ffffff !important;
  
  /* Anula la transición de colores para evitar parpadeos blancos al cargar */
  transition: none !important;
}