html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

@media (prefers-color-scheme: dark) {
  body {
    background: black;
  }
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media print {
  * {
    height: auto !important;
    overflow: visible !important;
  }
}

/* Controles do mapa (MapLibre) — cantos arredondados e sombra suave */
.maplibregl-ctrl-group {
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18) !important;
}

.maplibregl-ctrl-geocoder {
  border-radius: 10px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18) !important;
}