.custom-marker{background:none!important;border:none!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important}.custom-marker img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2));transform-origin:center;will-change:transform;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.custom-marker div{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;position:relative!important}.custom-flag-fixed:hover,.custom-flag-marker:hover,.custom-rover-marker:hover{z-index:1000!important}.custom-rover-marker:hover img{transform:scale(1.1) translateY(-2px)}.custom-flag-fixed:hover img,.custom-flag-marker:hover img{transform:scale(1.15)}@keyframes marker-pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:0}}.marker-pulse:before{content:"";position:absolute;inset:-8px;border-radius:50%;background:var(--primary);opacity:.2;animation:marker-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes hover-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hover-bounce{animation:hover-bounce 2s ease-in-out infinite}