/* Fix rápido para producción: evita layout roto y Leaflet invisible */
html, body, #root { height: 100%; margin: 0; }
.leaflet-container { width: 100%; height: 100%; }
