.map-split-container{display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.map-split-list{width:100%;height:280px;border-bottom:1px solid hsl(var(--border)/.5);background:hsl(var(--background));flex-shrink:0;overflow:hidden}.map-split-map{flex:1;min-height:400px}@media (min-width:1024px){.map-split-container{flex-direction:row}.map-split-list{width:340px;height:600px;border-bottom:none;border-right:1px solid hsl(var(--border)/.5)}.map-split-map{min-height:0}}.map-mobile-container{position:relative;width:100%;height:70vh;border-radius:1rem;overflow:hidden;border:1px solid hsl(var(--border));box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.map-mobile-map{width:100%;height:100%}.map-bottom-sheet{position:absolute;bottom:0;left:0;right:0;z-index:1000;background:hsl(var(--background));border-top-left-radius:1rem;border-top-right-radius:1rem;box-shadow:0 -4px 20px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden}.map-bottom-sheet-handle{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 0 6px;cursor:grab;user-select:none;-webkit-user-select:none;touch-action:none;flex-shrink:0}.map-bottom-sheet-handle:active{cursor:grabbing}.map-bottom-sheet-grip{width:36px;height:4px;border-radius:2px;background:hsl(var(--muted-foreground)/.3)}.map-bottom-sheet-content{flex:1;overflow-y:auto;padding:4px 8px 16px;-webkit-overflow-scrolling:touch}.map-desktop-only{display:none}.map-mobile-only{display:block}@media (min-width:1024px){.map-desktop-only{display:flex}.map-mobile-only{display:none}}