#map {
  width: 100%;
  min-height: 520px;
  height: 100%;
  z-index: 1;
  background: #081423;
}

.aly-marker {
  position: relative;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgba(84, 232, 255, 0.75);
  border-radius: 999px;
  background: rgba(84, 232, 255, 0.16);
  box-shadow: 0 0 0 8px rgba(84, 232, 255, 0.12), 0 0 30px rgba(84, 232, 255, 0.6);
}

.aly-marker span {
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  background: #54e8ff;
}

.leaflet-container {
  font-family: var(--font-body, sans-serif);
  background: #081423;
}

.leaflet-control-attribution {
  border-radius: 999px 0 0 0;
  background: rgba(5, 16, 31, 0.82) !important;
  color: rgba(238, 247, 255, 0.7) !important;
  backdrop-filter: blur(10px);
}

.leaflet-control-attribution a {
  color: #54e8ff !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  color: var(--text, #eef7ff) !important;
  background: var(--bg, #06101f) !important;
  border: 1px solid rgba(180, 215, 255, 0.18);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.leaflet-popup-content {
  min-width: 190px;
  margin: 16px 18px;
  color: var(--text, #eef7ff) !important;
  text-align: left;
  line-height: 1.5;
}

.leaflet-popup-content strong {
  display: block;
  margin-bottom: 4px;
  color: #54e8ff;
  font-family: var(--font-display, sans-serif);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.leaflet-container a.leaflet-popup-close-button {
  color: #eef7ff;
}

.leaflet-control-zoom a {
  border-color: rgba(180, 215, 255, 0.16) !important;
  color: #eef7ff !important;
  background: rgba(5, 16, 31, 0.84) !important;
}

.leaflet-control-zoom a:hover {
  background: rgba(84, 232, 255, 0.16) !important;
}

@media (max-width: 760px) {
  #map {
    min-height: 360px;
  }
}
