*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F8F9FB;--panel: #FFFFFF;--card: #FFFFFF;--border: #E5E7EB;--text: #0A0A0A;--sub: #6B7280;--muted: #9CA3AF;--accent: #2563EB;--accent-t: #FFFFFF;--surface: #F3F4F6;--success: #16A34A;--warning: #D97706;--danger: #DC2626;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius: 10px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-lg:0 10px 40px rgba(0,0,0,.12)}[data-theme=dark]{--bg: #0A0C10;--panel: #111318;--card: #16191F;--border: #1F2430;--text: #F9FAFB;--sub: #9CA3AF;--muted: #4B5563;--accent: #3B82F6;--accent-t: #FFFFFF;--surface: #1E2430;--success: #22C55E;--warning: #F59E0B;--danger: #EF4444}html,body,#root{height:100%;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:8px}.leaflet-container{background:var(--bg)!important;font-family:var(--font)!important}.leaflet-control-attribution{font-size:9px!important}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.fade-up{animation:fadeUp .4s ease both}.fade-in{animation:fadeIn .3s ease both}.slide-in{animation:slideIn .25s ease both}.stagger>*{animation:fadeUp .4s ease both}.stagger>*:nth-child(1){animation-delay:.05s}.stagger>*:nth-child(2){animation-delay:.1s}.stagger>*:nth-child(3){animation-delay:.15s}.stagger>*:nth-child(4){animation-delay:.2s}.stagger>*:nth-child(5){animation-delay:.25s}.stagger>*:nth-child(6){animation-delay:.3s}.stagger>*:nth-child(7){animation-delay:.35s}
