/* ============================================================
   NEUROFLASH landing — bridge thème
   Force le thème clair "labo cognitif" par-dessus le <body> sombre
   du layout racine (html.dark + body.bg-background). Chargé uniquement
   sur la route (landing) via <link>, donc /algorithme, /pricing et le
   reste de l'app gardent strictement leur thème.
   ============================================================ */
html { color-scheme: light !important; }
body {
  background: var(--ink) !important;
  color: var(--text) !important;
  font-family: var(--body) !important;
}
