html, body { height: 100%; margin: 0; }
#root { height: 100vh; }
#last-update {
  position: fixed;
  top: 8px;
  right: 8px;
  left: auto;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  font-size: 13px;
  color: #333;
  z-index: 1000;
}
.leaflet-control-attribution { display: none !important; }
.map { height: 100%; }
.leaflet-marker-icon { transition: transform 0.2s ease; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35)); }
.geo-pointer { filter: drop-shadow(0 2px 4px rgba(0,0,0,0.35)); }
.pin-icon, .dot-icon { pointer-events: none; }