@keyframes radio-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.1)}}@keyframes radio-glow{0%,to{filter:drop-shadow(0 0 2px rgba(255,255,255,.8))}50%{filter:drop-shadow(0 0 6px rgba(255,255,255,1)) drop-shadow(0 0 12px rgba(255,255,255,.6))}}.team-radio-indicator{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;transition:transform .15s ease;animation:radio-pulse 1.5s ease-in-out infinite}.team-radio-indicator:hover{transform:scale(1.15);animation-play-state:paused}.team-radio-indicator:active{transform:scale(.95)}.team-radio-icon{width:16px;height:16px;color:#fff;animation:radio-glow 1.5s ease-in-out infinite}.team-radio-indicator:hover .team-radio-icon{animation-play-state:paused;filter:drop-shadow(0 0 8px rgba(255,255,255,1))}
