.driver-location-pulse{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.driver-pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;background-color:rgba(16,185,129,.4);animation:pulse-ring 2s cubic-bezier(.455,.03,.515,.955) infinite}.driver-pulse-ring:nth-child(2){animation-delay:.5s}.driver-pulse-dot{position:relative;z-index:10;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#10B981,#059669);display:flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 2px 8px rgba(16,185,129,.5);border:2px solid white}@keyframes pulse-ring{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.driver-marker-popup .mapboxgl-popup-content,.driver-marker-popup .vietmapgl-popup-content{padding:0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.driver-marker-popup .mapboxgl-popup-tip,.driver-marker-popup .vietmapgl-popup-tip{border-top-color:white}