@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0A1A24;--blue: #2563EB;--bg: #F2F3F7;--border: #E5E9F0;--muted: #8896B0;--success: #16A34A;--danger: #C0392B}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:#1a1a2e;-webkit-font-smoothing:antialiased;height:100dvh;overflow:hidden}#root{height:100dvh;display:flex;flex-direction:column}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.leaflet-container{font-family:Inter,sans-serif}.leaflet-popup-content-wrapper{border-radius:14px!important;box-shadow:0 8px 32px #0000002e!important;padding:0!important}.leaflet-popup-content{margin:0!important}.leaflet-popup-tip-container{display:none}
