:root{--marker-event-color:#7c5cff;--marker-place-color:#17c3b2}.marker-wrapper{pointer-events:auto;z-index:1!important}.marker-visual,.marker-wrapper{display:flex;justify-content:center;align-items:center}.marker-visual{cursor:pointer;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.3);box-sizing:border-box;position:relative;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;animation:none}.marker-visual:hover{box-shadow:0 6px 16px rgba(0,0,0,.4);transform:scale(1.1) rotate(-45deg);z-index:999}.marker-event .marker-visual:hover{transform:scale(1.1)}.marker-icon-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.marker-icon-container svg{width:60%!important;height:60%!important;fill:#fff;filter:brightness(0) invert(1);display:block}.marker-icon-container .material-symbols-outlined{color:#fff!important;display:flex;align-items:center;justify-content:center;pointer-events:none;line-height:1}.marker-place .marker-visual{background-color:var(--marker-place-color);border-radius:50% 50% 50% 0;transform:rotate(-45deg);margin-bottom:15%}.marker-place .marker-icon-container{transform:rotate(45deg)}.marker-event .marker-visual,.marker-festival .marker-visual{background-color:var(--marker-event-color);border-radius:50%;transform:rotate(0deg)}.marker-selected .marker-visual{border-width:4px;box-shadow:0 0 0 4px hsla(0,0%,100%,.5)}.user-marker-container{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1000!important}.user-marker-pulse{position:absolute;width:60px;height:60px;border-radius:50%;background-color:hsla(0,100%,71%,.25);animation:userPulseExpand 2s ease-out infinite}.user-marker-pulse-delayed{animation-delay:1s}@keyframes userPulseExpand{0%{transform:scale(.5);opacity:.8}to{transform:scale(1.5);opacity:0}}.user-marker-dot{position:relative;width:24px;height:24px;background:linear-gradient(135deg,#ff6b6b,#e84545);border:4px solid #fff;border-radius:50%;box-shadow:0 2px 8px hsla(0,100%,71%,.5),0 4px 16px rgba(0,0,0,.2);z-index:10}.user-marker-center{position:absolute;top:3px;left:3px;width:8px;height:8px;background:hsla(0,0%,100%,.6);border-radius:50%}.user-location-marker{background-color:#ff6b6b;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 4px hsla(0,100%,71%,.3);animation:pulseUser 2s infinite}@keyframes pulseUser{0%{box-shadow:0 0 0 0 hsla(0,100%,71%,.7)}70%{box-shadow:0 0 0 10px hsla(0,100%,71%,0)}to{box-shadow:0 0 0 0 hsla(0,100%,71%,0)}}.marker-visual:after{content:none;display:none}.marker-wrapper.marker-live .marker-visual:after{content:"";display:block;position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:2px solid;opacity:0;z-index:-1;animation:rippleEffect 2s ease-out infinite}.marker-wrapper.marker-place.marker-live .marker-visual:after{border-radius:50% 50% 50% 0;transform:rotate(0deg)}@keyframes rippleEffect{0%{transform:scale(1);opacity:.8}to{transform:scale(1.6);opacity:0}}.marker-wrapper.marker-urgent .marker-visual{animation:urgentPulse 1.5s ease-in-out infinite;border-color:#ff9f1c!important}@keyframes urgentPulse{0%{box-shadow:0 0 0 0 rgba(255,159,28,.4)}50%{box-shadow:0 0 0 6px rgba(255,159,28,0)}to{box-shadow:0 0 0 0 rgba(255,159,28,0)}}.marker-wrapper.marker-live,.marker-wrapper.marker-urgent{z-index:50!important}.marker-wrapper.marker-selected{z-index:100!important}.cluster-marker{width:var(--cluster-size,40px);height:var(--cluster-size,40px);border-radius:50%;background-color:var(--primary-color,#17c3b2);border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.cluster-marker.cluster-places{background:var(--marker-place-color,#17c3b2)}.cluster-marker.cluster-events{background:var(--marker-event-color,#7c5cff)}.cluster-marker.cluster-mixed{background:linear-gradient(135deg,#6b8cff,#5ba8b5 50%,#4ecdc4)}.cluster-marker:hover{box-shadow:0 4px 12px rgba(0,0,0,.4),0 0 0 4px rgba(23,195,178,.3)}.cluster-marker.cluster-events:hover{box-shadow:0 4px 12px rgba(0,0,0,.4),0 0 0 4px rgba(124,92,255,.3)}.cluster-marker.cluster-mixed:hover{box-shadow:0 4px 12px rgba(0,0,0,.4),0 0 0 4px rgba(91,168,181,.4)}.cluster-marker:active{box-shadow:0 2px 6px rgba(0,0,0,.3)}.cluster-count{color:#fff;font-weight:700;line-height:1;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.2)}.marker-detail-pin .marker-visual{background-color:#ff4fb6!important;border-color:#fff!important;border-width:3px!important;border-radius:4px!important;transform:rotate(45deg)!important;width:22px!important;height:22px!important;box-shadow:0 0 0 2px rgba(255,79,182,.3),0 3px 8px rgba(255,79,182,.4)!important}.marker-detail-pin .marker-icon-container{transform:rotate(-45deg)!important}.marker-detail-pin .marker-icon-container .material-symbols-outlined{color:#fff!important;font-size:11px!important}.marker-detail-pin .marker-visual:hover{transform:rotate(45deg) scale(1.15)!important}.marker-detail-pin .marker-visual:after{content:""!important;display:block!important;position:absolute!important;top:-5px!important;left:-5px!important;right:-5px!important;bottom:-5px!important;border-radius:5px!important;border:2px solid #ff4fb6!important;opacity:0;animation:detailPinPulse 2.5s ease-out infinite!important;z-index:-1!important}@keyframes detailPinPulse{0%{transform:scale(.85) rotate(0deg);opacity:.7}to{transform:scale(2) rotate(0deg);opacity:0}}.marker-detail-pin{z-index:200!important}