:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100dvh}*{box-sizing:border-box}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.bus-stop-popup{.maplibregl-popup-close-button{padding:5px}.maplibregl-popup-content{border-radius:10px;box-shadow:none;background:var(--chakra-colors-bg-info);border-radius:5px;padding:6px;border:1px solid var(--chakra-colors-bg-emphasized)}.maplibregl-popup-tip{border-top-color:var(--chakra-colors-bg-info)!important}}