
/* Mapas dashboard fixed viewport — WP 2026-09-13 */
html, body { height: 100%; margin: 0; overflow: hidden; background: #f8f7f4; }
#root { height: 100dvh; max-height: 100dvh; overflow: hidden; }

.h-dvh { height: 100dvh !important; }
.max-h-dvh { max-height: 100dvh !important; }
.min-h-0 { min-height: 0 !important; }
.overflow-hidden { overflow: hidden !important; }
.h-full { height: 100% !important; }

@media (max-width: 1023px) {
  .max-lg\:h-\[38dvh\] { height: 38dvh !important; }
  .max-lg\:max-h-\[38dvh\] { max-height: 38dvh !important; }
  #root header .py-5 { padding-top: .65rem !important; padding-bottom: .65rem !important; }
  #root header h1 { font-size: 1.15rem !important; line-height: 1.2 !important; }
  #root header p.mt-1.max-w-2xl { display: none !important; }
  #root aside .overflow-y-auto {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  #root section.relative .leaflet-container {
    height: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .lg\:h-full { height: 100% !important; }
}
