
:root { --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
*, *::before, *::after { box-sizing: border-box; }
html { font-family: var(--font-sans); color: #142c39; background: #f6f8f7; color-scheme: light; }
body { margin: 0; min-height: 100vh; }
h1, h2, h3, p, dl, dd { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { border: 0; }
input, select, textarea { border: 1px solid #d8e5e1; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid #4ca3aa; outline-offset: 2px; }

.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.site-header { background: #102d3b; color: #fff; border-bottom: 1px solid #294a55; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; gap: 11px; align-items: center; color: #fff; font-weight: 850; font-size: 19px; letter-spacing: -.055em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; color: #183b46; background: #d3efa9; transform: rotate(-7deg); }
.brand-mark svg { transform: rotate(7deg); }
.brand-light { font-weight: 450; letter-spacing: -.04em; color: #9ed4d0; }
.top-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.top-nav a { display: inline-flex; gap: 7px; align-items: center; color: #d8e9e9; }
.top-nav a:hover { color: #d6f0aa; }
.main-shell { padding-top: 48px; padding-bottom: 92px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .14em; color: #398090; }
.eyebrow-line { display: block; width: 28px; height: 2px; background: #4c9aa5; }
.intro-grid { display: grid; grid-template-columns: minmax(0,1fr) 205px; align-items: end; gap: 28px; margin: 21px 0 30px; }
.intro-grid h1 { font-size: clamp(38px,5.2vw,72px); line-height: 1.04; letter-spacing: -.073em; font-weight: 780; }
.title-dot { color: #42a2a7; }
.lead { margin-top: 18px; max-width: 655px; font-size: 17px; line-height: 1.58; color: #506671; }
.intro-stat { border-left: 1px solid #cbdcd8; padding-left: 24px; margin-bottom: 4px; display: flex; flex-direction: column; gap: 3px; }
.intro-stat strong { font-size: 42px; letter-spacing: -.06em; line-height: 1; }
.intro-stat span { font-size: 14px; font-weight: 700; }
.intro-stat small { font-size: 12px; color: #687d83; line-height: 1.4; }
.demo-banner { display: flex; gap: 14px; align-items: center; background: #e9f2d7; color: #36524e; padding: 12px 18px; border: 1px solid #d6e6c2; border-radius: 13px; font-size: 14px; margin-bottom: 20px; }
.demo-banner span { color: #1d665b; font-weight: 900; letter-spacing: .1em; font-size: 11px; }
.search-panel { display: grid; grid-template-columns: minmax(200px,1fr) 190px 165px auto; gap: 10px; align-items: center; padding: 12px; background: #fff; border: 1px solid #dce6e3; border-radius: 19px; box-shadow: 0 15px 40px rgba(16,45,59,.055); }
.search-field { position: relative; }
.search-field > svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: #64808a; }
.search-panel input, .search-panel select { width: 100%; height: 48px; border-radius: 11px; background: #f5f8f7; color: #183543; border-color: transparent; box-shadow: none; font-size: 15px; }
.search-panel input { padding-left: 44px; }
.search-panel [data-slot="native-select-wrapper"] { width: 100%; }
.search-button { height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 11px; background: #126477; color: #fff; font-size: 15px; font-weight: 750; cursor: pointer; }
.search-button:hover { background: #0b4d5e; }
.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 54px 0 20px; }
.section-kicker { font-size: 12px; letter-spacing: .16em; font-weight: 800; color: #398090; }
.results-heading h2 { margin-top: 7px; font-size: 28px; font-weight: 760; letter-spacing: -.045em; }
.map-shortcut { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; color: #126477; padding-bottom: 5px; }
.listing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.listing-card { min-height: 244px; display: flex; flex-direction: column; gap: 17px; border: 1px solid #dce6e3; border-radius: 18px; background: #fff; padding: 22px 24px 20px; box-shadow: 0 10px 28px rgba(16,45,59,.025); }
.listing-card:hover { border-color: #9dc9c8; box-shadow: 0 16px 35px rgba(16,45,59,.075); }
.card-topline { display: flex; justify-content: space-between; align-items: center; }
.category-pill { background: #e4f0e7; color: #24665c; border-radius: 999px; padding: 5px 10px; font-size: 12px; font-weight: 800; }
.card-id { font-size: 12px; color: #a3b5b7; font-weight: 700; }
.listing-card h3 { font-size: 20px; line-height: 1.24; letter-spacing: -.035em; font-weight: 760; }
.listing-card h3 a:hover { color: #126477; }
.location { display: flex; align-items: center; gap: 6px; margin-top: 7px; color: #637982; font-size: 14px; }
.card-summary { font-size: 14px; color: #536a72; line-height: 1.55; }
.card-link { margin-top: auto; color: #126477; font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; gap: 8px; }
.card-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.empty-panel { background: #fff; border: 1px dashed #a8c8c7; }
.page-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; font-size: 14px; color: #617680; }
.page-nav a { display: inline-flex; align-items: center; gap: 5px; color: #126477; font-weight: 750; }
.site-footer { background: #102d3b; color: #cbdde0; padding: 29px 0; }
.site-footer .shell { display: flex; justify-content: space-between; gap: 15px; align-items: center; font-size: 13px; }
.site-footer strong { color: #fff; letter-spacing: -.04em; font-size: 15px; }
@media (max-width: 880px) { .search-panel { grid-template-columns: 1fr 1fr; } .search-field { grid-column: 1 / -1; } .listing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 620px) { .shell { width: min(100% - 32px,1200px); } .header-inner { min-height: 68px; } .brand { font-size: 16px; } .top-nav { gap: 12px; font-size: 13px; } .top-nav a:nth-child(1), .top-nav a:nth-child(3) { display: none; } .main-shell { padding-top: 34px; padding-bottom: 56px; } .eyebrow { font-size: 10px; } .intro-grid { grid-template-columns: 1fr; gap: 15px; margin-bottom: 25px; } .lead { font-size: 16px; } .intro-stat { flex-direction: row; align-items: center; gap: 9px; padding-left: 14px; } .intro-stat strong { font-size: 27px; } .intro-stat small { display: none; } .search-panel { grid-template-columns: 1fr; } .search-field { grid-column: auto; } .results-heading { margin-top: 40px; } .results-heading h2 { font-size: 24px; } .map-shortcut { font-size: 0; gap: 0; } .map-shortcut svg { width: 22px; height: 22px; } .listing-grid { grid-template-columns: 1fr; } .site-footer .shell { flex-direction: column; align-items: start; } }

.back-link { display: inline-flex; gap: 8px; align-items: center; color: #126477; font-size: 14px; font-weight: 750; }
.back-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.detail-shell, .map-shell, .data-shell { min-height: calc(100vh - 78px); padding-top: 45px; padding-bottom: 90px; }
.crumbs { margin: 50px 0 19px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: #71858c; font-size: 13px; }
.crumbs a:hover { color: #126477; text-decoration: underline; }
.detail-demo { margin-top: 28px; margin-bottom: -23px; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 260px; align-items: start; gap: 74px; }
.detail-content h1, .data-head h1, .map-title h1 { font-size: clamp(38px,5vw,64px); letter-spacing: -.065em; line-height: 1.07; font-weight: 760; margin-top: 9px; }
.detail-location { display: flex; gap: 7px; align-items: center; color: #53717a; font-size: 17px; margin-top: 15px; }
.detail-summary { max-width: 660px; font-size: 19px; line-height: 1.66; color: #3d5861; margin-top: 38px; }
.detail-divider { height: 1px; background: #d5e3df; margin: 43px 0 34px; }
.detail-content h2 { font-size: 24px; font-weight: 750; letter-spacing: -.04em; margin-bottom: 16px; }
.fact-list > div { display: grid; grid-template-columns: 190px 1fr; gap: 20px; border-bottom: 1px solid #dce6e3; padding: 17px 0; font-size: 15px; }
.fact-list dt { color: #657e85; display: flex; align-items: center; gap: 10px; }
.fact-list dd { font-weight: 660; }
.fact-list dd a { color: #126477; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.primary-link, .secondary-link { display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 10px; font-size: 14px; font-weight: 750; }
.primary-link { background: #126477; color: #fff; }
.secondary-link { color: #126477; border: 1px solid #b5cfca; }
.detail-aside { background: #e5f1ed; border-radius: 17px; padding: 27px; display: flex; flex-direction: column; gap: 5px; margin-top: 5px; }
.aside-label { color: #397681; font-size: 11px; font-weight: 850; letter-spacing: .15em; margin-bottom: 17px; }
.detail-aside strong { font-size: 24px; letter-spacing: -.04em; }
.detail-aside span { font-size: 14px; color: #517079; }
.aside-rule { height: 1px; background: #bfd8d1; margin: 21px 0 10px; }
.detail-aside p { font-size: 13px; line-height: 1.6; color: #4b686e; overflow-wrap: anywhere; }
.detail-aside a { font-weight: 730; display: inline-flex; align-items: center; gap: 3px; text-decoration: underline; }
.map-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 41px 0 23px; }
.map-title p, .data-head p { color: #59727b; font-size: 16px; line-height: 1.6; margin-top: 14px; }
.map-count { display: flex; align-items: center; gap: 7px; white-space: nowrap; color: #126477; font-size: 14px; font-weight: 750; }
.map-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 18px; align-items: stretch; }
.map-frame { min-height: 560px; border-radius: 18px; background: #dce9e5; overflow: hidden; border: 1px solid #d0ded9; position: relative; }
.actual-map { width: 100%; min-height: 560px; z-index: 0; }
.map-error { position: absolute; inset: 0; display: grid; place-items: center; padding: 30px; text-align: center; color: #3b626c; background: #edf4f1; }
.map-results { max-height: 560px; overflow: auto; background: #fff; border: 1px solid #dce6e3; border-radius: 18px; padding: 20px; }
.map-results > strong { display: block; margin-bottom: 12px; font-size: 17px; }
.map-results > div > a { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-top: 1px solid #edf2f0; color: #193b47; font-weight: 730; font-size: 14px; }
.map-results small { display: block; font-size: 12px; font-weight: 500; color: #688087; margin-top: 4px; }
.map-results > p { color: #688087; font-size: 13px; margin-top: 15px; }
.leaflet-popup-content { font-family: var(--font-sans); line-height: 1.5; }
.leaflet-popup-content p { margin: 3px 0; color: #56707a; }
.leaflet-popup-content a { color: #126477; font-weight: 800; }
.data-head { max-width: 740px; margin: 44px 0 32px; }
.data-layout { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.8fr); gap: 20px; align-items: start; }
.import-card, .data-notes { padding: 27px; border-radius: 18px; background: #fff; border: 1px solid #dce6e3; }
.import-card h2, .data-notes h2 { font-size: 22px; letter-spacing: -.04em; font-weight: 750; }
.import-card > p { color: #59727b; line-height: 1.55; font-size: 15px; margin: 10px 0 25px; }
.import-form { display: flex; flex-direction: column; gap: 10px; }
.import-form > label { color: #21414c; font-size: 14px; font-weight: 700; }
.import-form input, .import-form textarea { background: #f7faf9; border-color: #d8e5e1; font-size: 14px; }
.import-form input { height: 46px; }
.import-form textarea { min-height: 180px; padding: 14px; font-family: var(--font-mono); line-height: 1.45; resize: vertical; }
.publish-row { display: flex; align-items: center; gap: 9px; padding: 6px 0; font-size: 14px; color: #3b5963; }
.import-submit { align-self: start; margin-top: 5px; }
.import-submit:disabled { opacity: .6; cursor: wait; }
.form-message { border-radius: 10px; padding: 11px 13px; color: #214e59; background: #e8f4f1; font-size: 14px; overflow-wrap: anywhere; }
.pending-head { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #dce6e3; padding-top: 21px; margin-top: 26px; }
.pending-head h3 { font-size: 17px; font-weight: 750; }
.pending-head button, .pending-list button { display: inline-flex; gap: 5px; align-items: center; color: #126477; font-size: 13px; font-weight: 800; cursor: pointer; }
.pending-list { margin-top: 10px; }
.pending-list > div { border-top: 1px solid #edf1ef; display: flex; justify-content: space-between; gap: 10px; align-items: center; padding: 13px 0; font-size: 14px; }
.pending-list small { display: block; color: #688087; font-size: 12px; margin-top: 3px; }
.data-notes { background: #e7f1ed; border-color: #d4e5dc; }
.data-notes h2 { margin-bottom: 24px; }
.data-notes > div { display: flex; align-items: start; gap: 13px; margin: 22px 0; }
.data-notes > div svg { color: #126477; flex: none; margin-top: 2px; }
.data-notes strong { display: block; font-size: 15px; }
.data-notes span { display: block; margin-top: 5px; color: #577079; line-height: 1.5; font-size: 14px; }
.data-note-bottom { border-top: 1px solid #cadbd3; padding-top: 20px; margin-top: 28px; color: #44636c; font-size: 13px; line-height: 1.55; }
@media (max-width: 850px) { .detail-layout, .map-layout, .data-layout { grid-template-columns: 1fr; gap: 26px; } .detail-aside { max-width: 500px; } .map-results { max-height: none; } .map-frame, .actual-map { min-height: 440px; } }
@media (max-width: 620px) { .detail-shell, .map-shell, .data-shell { padding-top: 31px; } .crumbs { margin-top: 34px; } .detail-summary { font-size: 17px; margin-top: 28px; } .fact-list > div { grid-template-columns: 1fr; gap: 4px; } .map-title { align-items: start; flex-direction: column; } .map-frame, .actual-map { min-height: 420px; } .data-head { margin-top: 33px; } .import-card, .data-notes { padding: 20px; } }


.search-field > span { position: absolute; left: 15px; top: 45%; transform: translateY(-50%); font-size: 25px; line-height: 1; color: #64808a; }
.search-panel select { padding: 0 12px; }
.demo-banner { margin-top: 0; }
.empty-panel { border-radius: 18px; padding: 34px; display: grid; gap: 13px; }
.empty-panel h3 { font-size: 20px; }
.empty-panel p { color: #607782; }
.empty-panel .card-link { margin-top: 4px; }
.import-form input:not([type=checkbox]) { width: 100%; padding: 0 14px; border-radius: 9px; }
.import-form input[type=file] { height: auto; min-height: 46px; padding: 10px 14px; }
.import-form input[type=checkbox] { width: 17px; height: 17px; accent-color: #126477; }
.import-form textarea { width: 100%; border-radius: 9px; }
.pending-head > span { color: #617680; font-size: 13px; }
.pending-list button { background: none; }
.login-card { max-width: 480px; }
.data-shell > .form-message { max-width: 650px; margin-bottom: 20px; }
.data-notes .secondary-link { background: transparent; cursor: pointer; }
.map-frame noscript { display: block; padding: 12px; }
@media (max-width: 620px) { .top-nav a:nth-child(2) { display: inline; } .search-panel input { padding-left: 44px; } }

.install-card { max-width: 650px; }
.install-card code { font-family: var(--font-mono); font-size: .92em; }
.install-card .form-message { margin: 0 0 20px; }
.install-secret { display: grid; gap: 8px; background: #f1f7f4; border: 1px solid #d2e5dc; border-radius: 12px; padding: 15px; margin: 18px 0; }
.install-secret strong { font-size: 14px; }
.install-secret code { overflow-wrap: anywhere; color: #174d59; }
.install-next { margin-top: 24px; }
