/* NeuroMap limpio: conserva profundidad, partículas y malla; elimina la nube ovalada. */
body.nv5 .neuromap-stage-wrap {
  background:
    linear-gradient(155deg, #01070c 0%, #031017 48%, #01060c 100%) !important;
}

/* La capa de partículas sigue viva; solo se elimina cualquier máscara/elipse que pueda leerse como nube. */
body.nv5 .neuromap-stage-wrap::before {
  mask-image: none !important;
  -webkit-mask-image: none !important;
}

/* En el shell tampoco queremos halos grandes cerrados detrás del mapa. */
body.nv5 .neuromap-shell {
  background:
    linear-gradient(155deg, #02080d 0%, #031117 50%, #02070d 100%) !important;
}
