@keyframes pulse{0%{opacity:.4;r:8}50%{opacity:.8;r:20}to{opacity:.4;r:8}}.pulse-marker circle{animation:pulse 5s ease-in-out infinite;filter:drop-shadow(0 0 5px #ffa500)}.position-marker{width:20px;height:20px;position:relative;cursor:pointer}.marker-dot.actual{background-color:#2196f3}.marker-dot.actual,.marker-dot.predicted{width:12px;height:12px;border:2px solid #fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 4px rgba(0,0,0,.3);z-index:2}.marker-dot.predicted{background-color:#ff9800}.marker-pulse.actual{background-color:rgba(33,150,243,.3);animation:pulse-actual 2s infinite}.marker-pulse.actual,.marker-pulse.predicted{width:20px;height:20px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.marker-pulse.predicted{background-color:rgba(255,152,0,.3);animation:pulse-predicted 1.5s infinite}@keyframes pulse-actual{0%{transform:translate(-50%,-50%) scale(1);opacity:.7}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@keyframes pulse-predicted{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.4}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.position-popup{min-width:200px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:12px;line-height:1.4}.popup-header{font-weight:700;font-size:13px;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #e0e0e0;color:#333}.popup-content{color:#555}.popup-content>div{margin:2px 0}.confidence{color:#ff9800;font-weight:500}.timestamp{margin-top:6px;padding-top:4px;border-top:1px solid #f0f0f0;font-size:11px;color:#888}.maplibregl-popup-content{border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:8px 12px}.maplibregl-popup-tip{border-top-color:#fff}.maplibregl-marker{background:none!important;border:none!important;box-shadow:none!important}.simple-position-marker{width:20px;height:20px;position:relative;cursor:pointer}.marker-circle{width:12px;height:12px;background-color:orange;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.3);z-index:2}.marker-circle,.marker-pulse{border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.marker-pulse{width:20px;height:20px;background-color:rgba(255,165,0,.3);animation:simple-pulse 2s infinite;z-index:1}@keyframes simple-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.7}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}