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

#controls {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1000;
  background: rgba(255,255,255,0.95);
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  max-height: 60vh;
  overflow: auto;
}

#controls h3 {
  margin: 0 0 8px 0;
  font-size: 14px;
}

#category-list label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.category-count {
  color: #666;
  font-size: 12px;
  margin-left: 6px;
}