.leaflet-control-legend {
  background: rgba(11,19,35,0.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #e5e7eb;
  min-width: 160px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.legend-control-title {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #22c55e;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 0;
  font-size: 11px;
  color: #9ca3af;
}
.legend-swatch {
  width: 16px;
  height: 8px;
  border-radius: 2px;
  flex-shrink: 0;
}
.legend-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
