:root { color-scheme: light dark; }
* { box-sizing: border-box; margin: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: light-dark(#f5f5f7, #1c1c1e);
  color: light-dark(#1c1c1e, #f5f5f7);
  max-width: 560px; margin: 0 auto; padding: 24px 16px 48px;
}
header { text-align: center; margin-bottom: 24px; }
header .pin { font-size: 48px; }
h1 { font-size: 24px; margin-top: 8px; }
.subtitle { color: light-dark(#6e6e73, #98989d); margin-top: 4px; }
.card {
  background: light-dark(#ffffff, #2c2c2e);
  border-radius: 14px; padding: 14px 16px; margin-bottom: 10px;
  display: flex; gap: 12px; align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
.icon { font-size: 26px; width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: light-dark(#f0f0f2, #3a3a3c); flex-shrink: 0; }
.name { font-weight: 600; }
.tags { font-size: 13px; color: light-dark(#6e6e73, #98989d); margin-top: 2px; }
.maplink { margin-left: auto; font-size: 13px; text-decoration: none; color: #0a84ff; white-space: nowrap; }
.cta {
  display: block; text-align: center; background: #0a84ff; color: white;
  text-decoration: none; font-weight: 600; padding: 14px; border-radius: 14px;
  margin-top: 24px;
}
.footnote { text-align: center; font-size: 13px; color: light-dark(#6e6e73, #98989d); margin-top: 12px; }
#status { text-align: center; color: light-dark(#6e6e73, #98989d); padding: 40px 0; }
