.cp-radar-wrap{width:100%;max-width:460px;height:460px;margin-bottom:2rem;position:relative}.cp-radar-glow{background:radial-gradient(circle, var(--pink-20) 0%, transparent 70%);border-radius:var(--radius-full);width:400px;height:400px;animation:4s ease-in-out infinite cp-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes cp-pulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.cp-radar-svg{width:340px;height:340px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cp-grid-hex{fill:none;stroke:var(--pink-60);stroke-width:1px;opacity:0}.cp-axis{stroke:var(--pink-60);stroke-width:1px;stroke-dasharray:4 3;opacity:0}.cp-data-poly{fill:var(--pink-40);stroke:var(--pink);stroke-width:2px;opacity:0}.cp-data-point{fill:var(--pink);opacity:0;filter:drop-shadow(0 0 6px var(--pink-80))}.cp-dim{text-align:center;opacity:0;position:absolute}.cp-dim-name{font-size:var(--text-xs);color:var(--white);text-transform:uppercase;letter-spacing:var(--tracking-normal);margin-bottom:.2rem;font-weight:600}.cp-dim-val{font-size:var(--text-base);color:var(--pink);font-family:JetBrains Mono,monospace;font-weight:700}.cp-dim[data-dim="0"]{top:-8px;left:50%;transform:translate(-50%)}.cp-dim[data-dim="1"]{top:18%;right:-60px}.cp-dim[data-dim="2"]{bottom:18%;right:-60px}.cp-dim[data-dim="3"]{bottom:-8px;left:50%;transform:translate(-50%)}.cp-dim[data-dim="4"]{bottom:18%;left:-60px}.cp-dim[data-dim="5"]{top:18%;left:-60px}@media (width<=600px){.cp-radar-wrap{width:320px;height:320px}.cp-radar-svg{width:240px;height:240px}.cp-radar-glow{width:280px;height:280px}.cp-dim[data-dim="1"],.cp-dim[data-dim="2"]{right:-40px}.cp-dim[data-dim="4"],.cp-dim[data-dim="5"]{left:-40px}.cp-dim-name{font-size:var(--text-xs)}.cp-dim-val{font-size:var(--text-sm)}}@media (prefers-reduced-motion:reduce){.cp-radar-glow{animation:none}}