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%;
}

/* AxionTrack: desplazar controles nativos de MapLibre GL hacia abajo
   para que queden por debajo del TopToolbar (48px de altura) */
.maplibregl-ctrl-top-right,
.maplibregl-ctrl-top-left {
  margin-top: 64px;
}
