@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
@import "https://unpkg.com/leaflet@1.7.1/dist/leaflet.css";
:root{--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--primary-50:#eff6ff;--primary-100:#dbeafe;--primary-500:#3b82f6;--primary-600:#2563eb;--primary-700:#1d4ed8;--green-500:#22c55e;--red-500:#ef4444;--red-600:#dc2626;--background-color:var(--gray-50);--text-color:var(--gray-800);--primary-color:var(--primary-600);--border-color:var(--gray-200);--shadow-subtle:0 1px 2px 0 #0000000d;--shadow-float:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-panel:0 0 15px #00000008;--font-family:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100dvh;font-family:var(--font-family);background-color:var(--gray-50);color:var(--gray-800);-webkit-font-smoothing:antialiased;font-size:18px;line-height:1.5;overflow:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-300)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.layout-module__CUj6aG__mainContent{width:100vw;height:calc(100dvh - 3.5rem);padding-bottom:2rem;position:relative;overflow:hidden}
