html, body { margin: 0; padding: 0; height: 100%; font-family: system-ui, sans-serif; }
#map { position: absolute; inset: 0; }
#panel {
  position: absolute; top: 12px; left: 12px; z-index: 1;
  background: rgba(255,255,255,0.95);
  border: 1px solid #c0d0d8;
  border-radius: 6px;
  padding: 10px 14px;
  min-width: 220px;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
#title { font-weight: 600; margin-bottom: 6px; }
#sources { font-size: 13px; color: #444; max-height: 200px; overflow-y: auto; }
.source-row { display: flex; justify-content: space-between; align-items: center; padding: 2px 0; }
.source-row button {
  font-size: 11px; padding: 2px 6px; border: 1px solid #aaa;
  background: #f4f4f4; border-radius: 3px; cursor: pointer;
}
#admin-link { display: inline-block; margin-top: 10px; font-size: 12px; color: #06a; text-decoration: none; }
#admin-link:hover { text-decoration: underline; }

#coords {
  position: absolute;
  bottom: 12px; right: 12px;
  z-index: 1;
  background: rgba(255,255,255,0.92);
  border: 1px solid #c0d0d8;
  border-radius: 4px;
  padding: 4px 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: #234;
  pointer-events: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15);
  white-space: nowrap;
}
