.map-container{position:-webkit-sticky;position:sticky;top:var(--space-xl);width:100%;height:calc(100vh - var(--space-2xl));border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden;cursor:pointer;transition:box-shadow .3s ease}.map-container:hover{box-shadow:var(--shadow-lg)}.club-marker{width:16px;height:16px;background-color:var(--primary-800);border-radius:50%;border:2px solid var(--white);box-shadow:var(--shadow-sm);position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.map-container,.skeleton-map{width:100%;border-radius:var(--radius-lg);margin-top:var(--space-lg);margin-bottom:var(--space-lg);box-shadow:var(--shadow-md);height:300px;background:linear-gradient(90deg,#d1d9e0 25%,#f8f9fa 50%,#d1d9e0 75%);background-size:200% 100%;animation:pulse 1.5s infinite}@media (min-width:751px){.map-container,.skeleton-map{height:calc(100vh - var(--space-lg));position:-webkit-sticky;position:sticky;top:var(--space-lg)}}