:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,sans-serif}.map-container{width:100%;height:100%}.bottom-sheet{position:fixed;bottom:0;left:0;right:0;z-index:100;border-radius:1rem 1rem 0 0;padding:1.5rem;box-shadow:0 -4px 24px rgba(0,0,0,.15)}