:root{--bg-0:#ffffff;--bg-1:#ffffff;--bg-2:#f8f9fa;--bg-3:#dadce0;--border:#dadce0;--text-0:#202124;--text-1:#3c4043;--text-2:#5f6368;--accent:#4285f4}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;width:100%;background:var(--bg-0);color:var(--text-0);font-family:IBM Plex Sans,system-ui,-apple-system,sans-serif;font-size:13px;overflow:hidden}body{display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-1)}::-webkit-scrollbar-thumb{background:var(--bg-3);border-radius:4px}.leaflet-container{background:#f8f9fa;font-family:inherit}.leaflet-control-zoom a{background:var(--bg-1)!important;color:var(--text-0)!important;border-color:var(--border)!important}.leaflet-control-attribution{background:rgba(255,255,255,.85)!important;color:var(--text-2)!important;font-size:10px!important}.leaflet-control-attribution a{color:var(--text-1)!important}