* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #121212;
  color: #eaeaea;
  font-family: -apple-system, system-ui, sans-serif;
}

.ylapalkki {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 12px 20px;
  background: #1e1e1e;
  border-bottom: 1px solid #333;
}
.ylapalkki h1 {
  font-size: 18px;
  margin: 0;
  white-space: nowrap;
}
.nav a {
  color: #7db8ff;
  text-decoration: none;
  font-size: 13px;
  margin-right: 10px;
}
.nav a:hover { text-decoration: underline; }

.hallinta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  font-size: 13px;
  color: #bbb;
  flex-wrap: wrap;
}
.hallinta select {
  background: #2a2a2a;
  border: 1px solid #3a3a3a;
  color: #eaeaea;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 13px;
}
.hallinta button {
  background: #3a5a8a;
  border: none;
  color: #fff;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
}
.hallinta button:hover { background: #4a6a9a; }
.paivitetty { color: #888; font-size: 12px; white-space: nowrap; }

#kartta {
  position: absolute;
  top: 58px;
  bottom: 46px;
  left: 0;
  right: 0;
  background: #0a0a0a;
}

.alapalkki {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #1e1e1e;
  border-top: 1px solid #333;
  font-size: 11px;
  color: #777;
  line-height: 1.5;
}
.tekijanoikeus sup { font-size: 8px; }

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #232323;
  color: #eaeaea;
}
.leaflet-popup-content { font-size: 13px; }

@media (max-width: 640px) {
  .ylapalkki { padding: 10px 12px; }
  .ylapalkki h1 { font-size: 16px; }
  .hallinta { width: 100%; margin-left: 0; }
}
