:root { color-scheme: dark; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #30343a; color: #edf0f4; }
#map { position: fixed; inset: 0; }
.project { position: fixed; z-index: 2; top: 24px; left: 24px; max-width: calc(100vw - 100px); padding: 20px 24px; border: 1px solid #6c78894d; border-radius: 12px; background: #252a30eb; box-shadow: 0 8px 30px #0002; }
.eyebrow { margin: 0 0 8px; color: #bac3d2; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0 0 8px; font-size: 24px; font-weight: 600; letter-spacing: -.025em; }
.project p:not(.eyebrow) { margin: 0; font-size: 12px; line-height: 1.5; color: #c3cbd6; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 16px; font-size: 12px; }
button { padding: 8px 10px; border: 1px solid #8c98aa66; border-radius: 6px; background: #3a424d; color: inherit; font: inherit; cursor: pointer; }
button:hover { background: #4a5563; }
button:disabled { opacity: .5; cursor: wait; }
a { color: #e0e6ef; text-underline-offset: 3px; }
a:hover { color: #fff; }
:focus-visible { outline: 2px solid #dae7ff; outline-offset: 4px; }
.status { position: fixed; z-index: 3; left: 50%; bottom: 50px; transform: translateX(-50%); width: max-content; max-width: calc(100vw - 32px); margin: 0; padding: 12px 18px; border: 1px solid #6c788966; border-radius: 8px; background: #252a30f5; font-size: 13px; text-align: center; }
.status[hidden] { display: none; }
.maplibregl-ctrl-top-right { top: 14px; right: 14px; }
.maplibregl-ctrl-attrib a { color: #333; }
@media (max-width: 600px) {
  .project { top: 12px; left: 12px; padding: 14px 16px; max-width: calc(100vw - 76px); }
  h1 { font-size: 20px; }
  .project p:not(.eyebrow) { font-size: 11px; }
  .actions { gap: 12px; margin-top: 12px; }
  .maplibregl-ctrl-top-right { top: 2px; right: 2px; }
}
