/**
 * Fondo blanco fijo — opt-out de auto-dark del navegador (ClassPass-style).
 */
html,
body,
.fandez-landing {
  color-scheme: only light !important;
  background-color: #ffffff !important;
  background-image: linear-gradient(#ffffff, #ffffff) !important;
}

body {
  color: #1a1814 !important;
}

#fandezSplash {
  background: #ffffff !important;
}

@media (prefers-color-scheme: dark) {
  html,
  body,
  .fandez-landing,
  #fandezSplash {
    color-scheme: only light !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(#ffffff, #ffffff) !important;
    filter: none !important;
    -webkit-filter: none !important;
  }

  body {
    color: #1a1814 !important;
  }

  .bg-white,
  .bg-zilo-bg,
  .bg-zilo-surface,
  .bg-zilo-card {
    background-color: #ffffff !important;
  }

  .bg-white\/80 {
    background-color: rgba(255, 255, 255, 0.88) !important;
  }

  .text-zilo-text,
  .zilo-display,
  .fandez-wordmark,
  h1,
  h2,
  h3 {
    color: #1a1814 !important;
  }

  .text-zilo-muted,
  .zilo-label {
    color: #6b635a !important;
  }
}
