:root{--bg:#0b1220;--surface-1:#101a2e;--surface-2:#16223b;--border:#1e2a42;--text-primary:#f4f6f8;--text-secondary:#8b95a7;--accent:#ff5a36;--accent-dark:#2a1712;--warn:#ffb020;--warn-dark:#2a2412;--safe:#22c55e;--safe-dark:#132a20;--radius:14px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--fs-2xs:10px;--fs-xs:11px;--fs-sm:12px;--fs-base:13px;--fs-md:14px;--fs-lg:15px;--fs-xl:18px;--fs-2xl:20px}[data-theme=light]{--bg:#f4f6f8;--surface-1:#fff;--surface-2:#eef1f5;--border:#dde3eb;--text-primary:#0b1220;--text-secondary:#5b6472;--accent-dark:#ffe4db;--safe-dark:#ddf6e4;--warn-dark:#fff3d6;--page-bg:#d8dee6}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background:var(--page-bg,#05070d);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;display:flex;justify-content:center;transition:background .2s ease}.app-shell{width:100%;max-width:480px;min-height:100dvh;display:flex;flex-direction:column;position:relative;background:var(--bg)}@media (min-width:481px){.app-shell{box-shadow:0 0 0 1px var(--border),0 0 60px rgba(0,0,0,.5)}}a{color:inherit}button{font-family:inherit;cursor:pointer}.leaflet-container{background:var(--surface-1)!important;font-family:inherit!important}.leaflet-tile-pane{filter:brightness(1.5) contrast(.9) saturate(.85)}[data-theme=light] .leaflet-tile-pane{filter:none}.leaflet-popup-content-wrapper{color:var(--text-primary)!important;border-radius:12px!important}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--surface-2)!important}@keyframes pulse-ring{0%{transform:scale(.6);opacity:.5}to{transform:scale(1.9);opacity:0}}@keyframes spin{to{transform:rotate(1turn)}}.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}.top-nav-desktop{display:none}.bottom-nav-mobile{display:flex}@media (min-width:900px){.top-nav-desktop{display:flex}.bottom-nav-mobile{display:none}.desktop-no-safe-top{padding-top:10px!important}}.home-shell{width:100%;max-width:480px;min-height:100dvh;display:flex;flex-direction:column;position:relative;background:var(--bg)}@media (min-width:481px) and (max-width:899px){.home-shell{box-shadow:0 0 0 1px var(--border),0 0 60px rgba(0,0,0,.5)}}@media (min-width:900px){.home-shell{max-width:none;width:100%;height:100dvh;box-shadow:none}.home-mobile-header{display:none}.home-grid{display:grid;grid-template-columns:340px 1fr;grid-template-rows:auto 1fr;grid-template-areas:"controls map" "list map";flex:1 1;min-height:0;overflow:hidden}.home-grid-controls{grid-area:controls;overflow-y:auto}.home-grid-list{grid-area:list;overflow-y:auto!important;max-height:none!important}.home-grid-list-inner{max-height:none!important;overflow-y:visible!important}.home-grid-map{grid-area:map;height:100%!important;max-height:none!important;min-height:0!important}.home-footer-text{display:none}}