* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; width: 100%; }
body { font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
#map { height: 100%; width: 100%; position: relative; z-index: 0; }

#panel {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1000;
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  max-width: 340px;
  min-width: 240px;
}
#panel h1 { font-size: 16px; margin-bottom: 8px; color: #1a1a1a; }
#status { font-size: 13px; font-weight: 600; margin-bottom: 6px; }
#info { font-size: 13px; line-height: 1.55; color: #333; }
#info .row { display: flex; justify-content: space-between; gap: 12px; }
#info .label { color: #777; }
