body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}

.container {
  display: flex;
  height: 100vh;
}

.sidebar {
  width: 320px;
  background: #1e1e2f;
  color: white;
  padding: 20px;
  overflow-y: auto;
}

.sidebar h1 {
  margin-bottom: 0;
}

.sidebar h2 {
  margin-top: 5px;
  font-weight: normal;
  font-size: 18px;
  color: #ccc;
}

.author {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 20px;
}

#map {
  flex: 1;
}

#legend {
  margin-bottom: 20px;
}

#legend h4 {
  margin-bottom: 5px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.legend-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 4px;
}

.legend-color {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.info-panel {
  background: #2a2a40;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
}
