:root{--bg:#fff;--bg-subtle:#f4f4f4;--bg-input:#fff;--border:#eee;--border-input:#d0d1d2;--text-heading:#171a20;--text-body:#393c41;--text-second:#5c5e62;--text-muted:#767676;--accent:#2d58c8;--accent-hover:#1e48b8;--success:#22c55e;--success-bg:#f0fdf4;--success-fg:#15803d;--success-br:#bbf7d0;--danger:#ef4444;--nav-scrolled:#ffffffbf;--shadow-sm:#0000000f;--shadow-md:#00000014;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#121212;--bg-subtle:#1e1e1e;--bg-input:#1c1c1c;--border:#2e2e2e;--border-input:#3a3a3a;--text-heading:#f0f0f0;--text-body:#c8c8c8;--text-second:#9a9a9a;--text-muted:#888;--accent:#6b90f5;--accent-hover:#5a80e8;--success:#22c55e;--success-bg:#0d2015;--success-fg:#4ade80;--success-br:#166534;--danger:#f87171;--nav-scrolled:#121212d9;--shadow-sm:#0000004d;--shadow-md:#0006;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{background:var(--bg);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Universal Sans Text,-apple-system,Arial,sans-serif}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.skip-link{z-index:9999;background:var(--accent);color:#fff;border-radius:0 0 4px 4px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{left:50%;transform:translate(-50%)}@media (max-width:768px){input,select,textarea{font-size:16px!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.navbar{z-index:1100;background:var(--bg);text-align:left;justify-content:space-between;align-items:center;height:56px;padding:0 2rem;transition:background-color .33s,-webkit-backdrop-filter .33s,backdrop-filter .33s;display:flex;position:sticky;top:0}.navbar.scrolled{background:var(--nav-scrolled);-webkit-backdrop-filter:blur(20px)}.navbar-brand{color:var(--text-heading);letter-spacing:.2em;text-transform:uppercase;white-space:nowrap;font-family:Universal Sans Text,-apple-system,Arial,sans-serif;font-size:13px;font-weight:500}.navbar-links{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--text-heading);white-space:nowrap;border-radius:4px;align-items:center;min-height:32px;padding:4px 16px;font-family:Universal Sans Text,-apple-system,Arial,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .33s,background-color .33s;display:inline-flex}.nav-link:hover{background-color:var(--bg-subtle)}.nav-link.active{color:var(--accent)}.unit-toggle{background:var(--bg-subtle);border:1px solid var(--border-input);cursor:pointer;color:var(--text-muted);white-space:nowrap;border-radius:4px;flex-shrink:0;align-items:center;gap:0;padding:.2rem .55rem;font-family:inherit;font-size:.75rem;font-weight:500;line-height:1.5;display:inline-flex}.unit-toggle:hover{background:var(--border)}.unit-toggle .active{color:var(--text-heading);font-weight:600}.theme-toggle{background:var(--bg-subtle);border:1px solid var(--border-input);cursor:pointer;color:var(--text-body);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.2rem .45rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:background .2s;display:inline-flex}.theme-toggle:hover{background:var(--border)}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.ham-line{background:var(--text-heading);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.nav-mobile-menu{background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border);z-index:1200;box-shadow:0 8px 24px var(--shadow-sm);flex-direction:column;padding:.5rem 0;display:flex;position:absolute;top:100%;left:0;right:0}.nav-mobile-link{color:var(--text-heading);padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.nav-mobile-link:hover{background:var(--bg-subtle)}.nav-mobile-link.active{color:var(--accent)}@media (max-width:720px){.navbar{padding:0 1rem;position:relative}.navbar-desktop{display:none}.nav-hamburger{display:flex}}@media (min-width:721px){.nav-mobile-menu,.nav-hamburger{display:none}}.more-dropdown{background:var(--bg);border:1px solid var(--border);box-shadow:0 8px 24px var(--shadow-md);z-index:1200;border-radius:6px;flex-direction:column;min-width:180px;display:flex;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.more-dropdown-link{color:var(--text-heading);white-space:nowrap;padding:.65rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s;display:block}.more-dropdown-link:hover{background:var(--bg-subtle)}.more-dropdown-link.active{color:var(--accent)}.gps-wrapper{flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto;padding:1rem;display:flex}.search-form{flex-wrap:wrap;align-items:flex-start;gap:.5rem;display:flex}.search-input-wrap{flex:1;min-width:200px;position:relative}.search-form input{border:1px solid var(--border-input);background:var(--bg-input);width:100%;color:var(--text-heading);border-radius:4px;outline:none;padding:.55rem .85rem;font-family:inherit;font-size:.875rem;transition:border-color .33s}.search-form input::placeholder{color:var(--text-muted)}.search-form input:focus{border-color:var(--accent)}.suggestions-list{background:var(--bg);border:1px solid var(--border);z-index:1000;border-radius:4px;max-height:260px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.suggestion-item{cursor:pointer;border-bottom:1px solid var(--border);flex-direction:column;gap:.15rem;padding:.6rem .85rem;transition:background .33s;display:flex}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.active{background:var(--bg-subtle)}.suggestion-name{color:var(--text-heading);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.suggestion-detail{color:var(--text-second);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.search-form button{background:var(--accent);color:#fff;cursor:pointer;border:3px solid #0000;border-radius:4px;min-height:40px;padding:0 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background-color .33s,border-color .33s}.search-form button:disabled{background:var(--border-input);cursor:not-allowed}.search-form button:hover:not(:disabled){background:var(--accent-hover)}.clear-btn{background:var(--bg-input)!important;color:var(--text-body)!important;border-color:var(--border-input)!important}.clear-btn:hover:not(:disabled){background:var(--bg-subtle)!important}.map-container{border:1px solid var(--border);border-radius:4px;height:380px;overflow:hidden}.map-placeholder{border:1px solid var(--border);background:var(--bg-subtle);height:380px;color:var(--text-muted);border-radius:4px;justify-content:center;align-items:center;font-size:.875rem;display:flex}.cards-row{flex-wrap:wrap;gap:1rem;display:flex}.location-card{background:var(--bg-subtle);border-radius:4px;flex-direction:column;flex:1;gap:.25rem;min-width:240px;padding:.85rem 1.25rem;display:flex}.location-card h3{color:var(--text-heading);font-size:.875rem;font-weight:500}.location-card .coords{color:var(--text-body);font-family:SF Mono,monospace;font-size:.875rem}.location-card .display-name{color:var(--text-body);font-size:.875rem;line-height:1.45}.location-card .addr-details{color:var(--text-second);border-top:1px solid var(--border-input);flex-direction:column;gap:.15rem;padding-top:.5rem;font-size:.875rem;list-style:none;display:flex}.location-card .category{color:var(--text-second);font-size:.875rem}.muted{color:var(--text-muted);font-size:.875rem}.error{color:var(--text-body);background:var(--bg-subtle);border-left:3px solid var(--accent);border-radius:4px;padding:.6rem .9rem;font-size:.875rem}.refresh-btn{border:1px solid var(--border-input);background:var(--bg);color:var(--text-body);cursor:pointer;border-radius:4px;align-self:flex-start;min-height:40px;padding:0 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background-color .33s,border-color .33s,color .33s}.refresh-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.refresh-btn:disabled{opacity:.4;cursor:not-allowed}.permission-banner{background:var(--bg-subtle);border-left:3px solid var(--accent);color:var(--text-heading);border-radius:4px;flex-direction:column;gap:.5rem;padding:1.1rem 1.25rem;display:flex}.permission-banner strong{font-size:.875rem;font-weight:500}.permission-banner p{color:var(--text-body);font-size:.875rem;line-height:1.5}.permission-steps{background:var(--bg);border-left:3px solid var(--accent);border-radius:0 4px 4px 0;padding:.5rem .75rem;color:var(--text-body)!important;font-size:.875rem!important}.reload-btn{background:var(--accent);color:#fff;cursor:pointer;border:3px solid #0000;border-radius:4px;align-self:flex-start;min-height:40px;padding:0 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background-color .33s,border-color .33s}.reload-btn:hover{background:var(--accent-hover)}.geo-btn-row{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}@media (max-width:520px){.geo-btn-row{flex-direction:column}.geo-btn-row button{width:100%}}.gps-map-layout,.gps-map-col{display:contents}.gps-info-col{flex-direction:column;gap:.85rem;display:flex}.site-footer{border-top:1px solid var(--border);background:var(--bg);margin-top:4rem;padding:2.5rem 2rem 1.5rem}.footer-inner{flex-wrap:wrap;gap:3rem;max-width:860px;margin:0 auto;display:flex}.footer-col{flex-direction:column;flex:1;gap:.25rem;min-width:180px;display:flex}.footer-brand-name{color:var(--text-heading);letter-spacing:.2em;text-transform:uppercase;font-size:13px;font-weight:500}.footer-col-heading{color:var(--text-second);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.15rem;padding-top:.15rem;font-size:.75rem;font-weight:500}.footer-desc{color:var(--text-muted);padding:.35rem 0;font-size:.8125rem;line-height:1.55}.footer-link{min-height:44px;color:var(--text-body);align-items:center;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.footer-link:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);max-width:860px;color:var(--text-muted);margin:2rem auto 0;padding-top:1rem;font-size:.8125rem}@media (max-width:600px){.site-footer{padding:2rem 1rem 1.25rem}.footer-inner{gap:2rem}}.leaflet-control-attribution{white-space:nowrap;text-overflow:ellipsis;cursor:default;max-width:160px;transition:max-width .25s,white-space;overflow:hidden;font-size:9px!important}.leaflet-control-attribution:hover,.leaflet-control-attribution:focus-within{white-space:normal;max-width:600px}
