:root{--bg-0:#0e1116;--bg-1:#161b22;--bg-2:#1f2630;--bg-3:#2a3441;--border:#2d3540;--text-0:#e6edf3;--text-1:#b1bac4;--text-2:#768390;--accent:#f5a623}*{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:#0a0e13;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(14,17,22,.85)!important;color:var(--text-2)!important;font-size:10px!important}.leaflet-control-attribution a{color:var(--text-1)!important}