html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

#map {
  width: 100%;
  height: 100%;
}

#panel {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1000;
  background: rgba(15, 17, 21, 0.88);
  color: #f2f4f8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 10px 12px;
  min-width: 180px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

#panel .title {
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

#panel .row {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

#panel label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

#status,
#project,
#api {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 4px;
}

.marker {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #0b0d12;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.marker-person {
  background: #1dd3b0;
}

.marker-car {
  background: #ff9f1c;
}

.leaflet-popup-content {
  margin: 8px 10px;
}
