.maplibregl-popup-content{background:var(--dm-popup-bg)!important;-webkit-backdrop-filter:blur(20px)!important;border:1px solid var(--dm-border)!important;box-shadow:0 8px 32px var(--dm-popup-shadow)!important;border-radius:4px!important;padding:0!important}.maplibregl-popup-close-button{display:none!important}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:var(--dm-popup-bg)!important}.maplibregl-popup-anchor-top .maplibregl-popup-tip{border-bottom-color:var(--dm-popup-bg)!important}.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-right-color:var(--dm-popup-bg)!important}.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:var(--dm-popup-bg)!important}.collar-popup{min-width:180px;max-width:260px;padding:12px 16px}.collar-popup-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.collar-popup-title{color:var(--dm-text-primary);letter-spacing:-.01em;word-break:break-word;font-family:Lexend_600SemiBold,Lexend,system-ui,sans-serif;font-size:13px;font-weight:600;line-height:1.3}.collar-popup-close{color:var(--dm-text-disabled);cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-top:2px;padding:0;font-size:11px;line-height:1;transition:color .12s}.collar-popup-close:hover{color:var(--dm-text-primary)}.collar-popup-rows{flex-direction:column;gap:5px;display:flex}.collar-popup-row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.collar-popup-label{color:var(--dm-text-muted);white-space:nowrap;flex-shrink:0;font-family:PlusJakartaSans_400Regular,Plus Jakarta Sans,system-ui,sans-serif;font-size:11px}.collar-popup-value{color:var(--dm-text-secondary);text-align:right;font-family:PlusJakartaSans_400Regular,Plus Jakarta Sans,system-ui,sans-serif;font-size:11px}.user-location-pin{z-index:9999;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.user-location-pulse{background:#bacda438;border-radius:50%;width:44px;height:44px;animation:2s ease-out infinite user-pin-pulse;position:absolute}.user-location-icon{background:linear-gradient(145deg,#cdddb6 0%,#bacda4 60%,#9db88a 100%);border-radius:12px 12px 12px 3px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:relative;box-shadow:0 0 0 3px #bacda44d,0 4px 12px #0006}@keyframes user-pin-pulse{0%{opacity:.8;transform:scale(.7)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(.7)}}