.radar-mark{overflow:hidden;background:radial-gradient(circle at center,rgba(199,255,36,.14),transparent 62%)}.radar-mark i:nth-child(3){inset:auto;left:50%;bottom:50%;width:3px;height:46%;border:0;border-radius:999px;background:linear-gradient(to top,#111 0 72%,#f7f7f2 72% 100%);transform-origin:50% 100%;animation:magicSweep 4.8s linear infinite;opacity:1;box-shadow:0 0 0 1px rgba(0,0,0,.06)}.radar-mark b{animation:anchorPulse 2s ease-in-out infinite}.radar-signal{position:absolute;width:4px;height:4px;border-radius:50%;background:#111;opacity:0;transform:scale(.3);animation:signalBlink 2.8s ease-in-out infinite}.radar-signal.spark{background:var(--accent);box-shadow:0 0 0 1px #111,0 0 8px rgba(199,255,36,.8)}@keyframes magicSweep{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes anchorPulse{0%,100%{transform:scale(.8);opacity:.45}50%{transform:scale(1.35);opacity:1}}@keyframes signalBlink{0%,100%{opacity:0;transform:scale(.3)}15%,55%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(.4)}}.live-strip{margin-top:20px;display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:11px;color:var(--muted)}.live-strip strong{color:var(--text);font-size:11px}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 1px #111;animation:livePulse 1.6s ease-in-out infinite}@keyframes livePulse{0%,100%{transform:scale(.75);opacity:.55}50%{transform:scale(1.15);opacity:1}}#detectedCount:not(:empty){padding-left:8px;border-left:1px solid var(--line);color:var(--text)}@media(prefers-reduced-motion:reduce){.radar-mark i:nth-child(3),.radar-signal,.radar-mark b,.live-dot{animation:none}}