.mobile-map-sheet{position:absolute;left:0;right:0;bottom:0;height:100%;z-index:400;display:flex;flex-direction:column;background:#fff;border-radius:1.25rem 1.25rem 0 0;box-shadow:0 -8px 30px rgba(15,23,42,.18);will-change:transform}.mobile-map-sheet__handle-area{flex-shrink:0;padding:.5rem 1rem;cursor:-webkit-grab;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-map-sheet__handle-area:active{cursor:-webkit-grabbing;cursor:grabbing}.mobile-map-sheet__grabber{width:40px;height:5px;border-radius:999px;background:#cbd5e1;margin:0 auto .5rem}.mobile-map-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mobile-map-sheet__content{flex:1 1;min-height:0;overflow:hidden;display:flex;flex-direction:column;touch-action:pan-y}.mobile-map-sheet__content .properties-list-container{height:100%;flex:1 1;min-height:0}.mobile-sheet-count{font-size:1rem;font-weight:700;color:#0f172a}.mobile-map-sheet.snap-2 .mobile-map-sheet__content{overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-map-sheet.snap-2 .mobile-map-sheet__handle-area{padding:.35rem 1rem .25rem}.mobile-map-sheet.snap-2 .mobile-map-sheet__grabber{margin-bottom:0}.mobile-map-sheet.snap-2 .mobile-map-sheet__header{display:none}.mobile-map-preview{position:fixed;left:.75rem;right:.75rem;bottom:calc(env(safe-area-inset-bottom) + 5.5rem);z-index:700;background:transparent;border-radius:16px;animation:previewSlideUp .25s cubic-bezier(.32,.72,0,1)}@keyframes previewSlideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.mobile-cluster-preview{position:fixed;left:.75rem;right:.75rem;top:calc(var(--header-h, 76px) + .75rem);bottom:calc(env(safe-area-inset-bottom) + 5.5rem);z-index:700;background:#fff;border:1px solid rgba(10,10,10,.11);border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.16);display:flex;flex-direction:column;overflow:hidden;animation:previewSlideUp .25s cubic-bezier(.32,.72,0,1)}