/* Realtime TX is indicated only inside the station label. The radar dot and
   leader remain green so one transmission never recolours the whole radar. */
.telemetry-radar-stage .radar-contact.is-tx>i{
  inset:2px;
  width:auto;
  height:auto;
  border:0;
  background:#43efb5;
  box-shadow:0 0 0 3px rgba(67,239,181,.12),0 0 13px #43efb5;
  animation:none;
}
.telemetry-radar-stage .radar-contact.is-tx::after{
  background:#50f4c5;
  box-shadow:0 0 5px #50f4c5,0 0 14px rgba(80,244,197,.65);
}
.telemetry-radar-stage .radar-contact.is-tx>span{
  padding-right:28px;
  background:rgba(5,35,35,.94);
  border-color:rgba(67,239,181,.55);
}
.telemetry-radar-stage .radar-contact.is-tx>span::after{
  content:"";
  position:absolute;
  right:9px;
  top:50%;
  width:11px;
  height:11px;
  margin-top:-6px;
  border:1px solid #ffd1d5;
  border-radius:50%;
  background:radial-gradient(circle at 34% 27%,#fff 0 8%,#ffc2c8 9% 17%,#ff4053 38%,#a90018 80%,#51000b 100%);
  box-shadow:0 0 0 2px rgba(255,57,78,.16),0 0 8px #ff233d,0 0 15px rgba(255,35,61,.8),inset -2px -2px 3px rgba(66,0,9,.5);
  animation:radarTxLed 1s ease-in-out infinite;
}
.telemetry-radar-stage .radar-contact.is-tx small{color:#ff8997;font-weight:950;text-shadow:0 0 10px rgba(255,50,75,.45)}
.telemetry-radar-controls .legend-tx span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:5px;border:1px solid #ffc6cd;border-radius:50%;vertical-align:1px;background:#ff354b;box-shadow:0 0 8px #ff354b}
@keyframes radarTxLed{0%,100%{filter:brightness(.9);transform:scale(.94)}50%{filter:brightness(1.35);transform:scale(1.08)}}
@media(prefers-reduced-motion:reduce){.telemetry-radar-stage .radar-contact.is-tx>i{animation:none}}
