@import "https://unpkg.com/leaflet@1.9.4/dist/leaflet.css";
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--background:#fff;--foreground:#171717;--primary-blue:#3b82f6;--accent-gray:#f9fafb;--font-geist-sans:"Geist Sans",system-ui,sans-serif;--font-geist-mono:"Geist Mono",monospace;--font-sans:var(--font-geist-sans);--font-mono:var(--font-geist-mono)}body{font-family:var(--font-sans);color:var(--color-foreground);background-color:var(--color-background)}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body,#__next{height:100%;margin:0;padding:0;overflow-x:hidden}.leaflet-container{width:100%;height:100%}html,body,#__next{width:100%;height:100%;margin:0;padding:0}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;background-color:#fffc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:4rem;padding:0 2.5rem;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #00000005}.logo{color:#000;cursor:pointer;letter-spacing:.01rem;font-size:2rem;font-weight:700;transition:transform .2s}.overlay{z-index:999;opacity:0;pointer-events:none;background-color:#0006;width:100vw;height:100vh;transition:opacity .3s ease-in-out;position:fixed;top:0;left:0}.overlay.active{opacity:1;pointer-events:auto}.sidebar{z-index:1000;visibility:hidden;pointer-events:none;background-color:#fff;width:250px;height:100vh;transition:transform .3s ease-in-out,visibility .3s ease-in-out;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:2px 0 10px #0000001a}.sidebar.open{visibility:visible;pointer-events:auto;transform:translate(0)}.sidebar .header-buttons{flex-direction:column;gap:1rem;padding:12px;display:flex}.sidebar .header-button{cursor:pointer;color:#000;background:0 0;border:none;font-size:1.25rem}.sidebar .logout-button{cursor:pointer;color:#8b1818;background:0 0;border:none;font-size:1.25rem}.hamburger-btn{cursor:pointer;background:0 0;border:none;font-size:24px}.hamburger-icon{width:20px;height:20px}.loading-screen{background-color:var(--accent-gray);color:#000;text-align:center;justify-content:center;align-items:center;width:100vw;height:100vh}.btn{cursor:pointer;border:2px solid #0000;border-radius:9999px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-primary{background-color:var(--primary-blue);color:#fff}.btn-primary:hover{color:var(--primary-blue);border:2px solid var(--primary-blue);background-color:#fff;transform:translateY(-2px)}
