* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  height: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0b0c0f;
  color: #fff;
}

.topbar {
  padding: 12px 16px;
  background: #0b0c0f;
  border-bottom: 1px solid #1e1e24;
}

.topbar h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.topbar p {
  margin: 2px 0 0;
  font-size: 13px;
  opacity: 0.7;
}

#map {
  height: calc(100vh - 58px);
  width: 100%;
}

.leaflet-popup-content a {
  display: inline-block;
  margin-top: 6px;
  color: #ffd200;
  text-decoration: none;
  font-weight: 600;
}
