.radar-loader-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.radar-loader{position:relative}.radar-svg{width:100%;height:100%;filter:drop-shadow(0 0 12px rgba(37,99,235,.18))}.radar-ring{fill:none;stroke-width:.5}.radar-ring-outer{stroke:rgba(37,99,235,.18)}.radar-ring-mid{stroke:rgba(37,99,235,.14)}.radar-ring-inner{stroke:rgba(37,99,235,.1)}.radar-crosshair{stroke:rgba(76,117,163,.1);stroke-width:.3}.radar-beam,.radar-sweep{transform-origin:50% 50%;animation:radarSweep 2.5s linear infinite}.radar-beam{stroke:rgba(37,99,235,.55);stroke-width:.8;stroke-linecap:round}@keyframes radarSweep{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.radar-center{fill:#2563EB;filter:drop-shadow(0 0 4px rgba(37,99,235,.55));animation:centerPulse 2s ease-in-out infinite}@keyframes centerPulse{0%,to{opacity:.75;r:3}50%{opacity:1;r:3.5}}.radar-blip{fill:#2563EB;opacity:0}.radar-blip-1{animation:blipAppear 2.5s ease-out infinite;animation-delay:.3s}.radar-blip-2{animation:blipAppear 2.5s ease-out infinite;animation-delay:1s}.radar-blip-3{animation:blipAppear 2.5s ease-out infinite;animation-delay:1.8s}@keyframes blipAppear{0%{opacity:0;r:0}10%{opacity:.9;r:2.5}30%{opacity:.7;r:2}80%{opacity:.2}to{opacity:0}}.radar-loader-text{font-size:.8rem;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;animation:textPulse 2s ease-in-out infinite}@keyframes textPulse{0%,to{opacity:.5}50%{opacity:1}}