.status-list{display:grid;gap:10px;margin-top:16px;font-size:11px}.status-list span{display:flex;align-items:center;gap:6px;color:#e9e9e9}.status-dot{width:8px;height:8px;border-radius:50%;background:#202020;border:1px solid #666}.status-dot.red.active{background:var(--red);box-shadow:0 0 10px var(--red)}.status-dot.green.active{background:var(--green);box-shadow:0 0 10px var(--green)}.bitrate{display:block!important;margin-top:3px;color:#fff!important}
.status-dot.amber.active{background:var(--amber);box-shadow:0 0 10px var(--amber)}
.status-dot.active{animation:ledBreath 1.8s ease-in-out infinite}@keyframes ledBreath{0%,100%{filter:brightness(.9)}50%{filter:brightness(1.35)}}
.status-list{gap:6px;margin-top:10px;font-size:10px}.status-list .bitrate{font-size:10px;margin-top:0}

/* SRK FINAL: LEDs con respiración y ON AIR más vivo */
.status-dot.active{position:relative;animation:ledBreath 1.65s ease-in-out infinite;}
.status-dot.active::after{content:"";position:absolute;inset:-5px;border-radius:50%;background:currentColor;opacity:.12;filter:blur(5px)}
.status-dot.red.active{animation:onAirStatus 1.35s ease-in-out infinite;}
@keyframes onAirStatus{0%,100%{filter:brightness(.88)}50%{filter:brightness(1.55)}}
