.reg-led{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:7px;background:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.14)}
.reg-led.online{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.16),0 0 9px rgba(34,197,94,.6)}
.reg-led.pending,.reg-led.unknown{background:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.16),0 0 9px rgba(245,158,11,.5)}
.reg-led.offline,.reg-led.disabled{background:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.16),0 0 9px rgba(239,68,68,.5)}
.call-live-led{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:8px;vertical-align:-1px;background:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.16)}
.call-live-led.slow,.call-live-led.fast{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.18),0 0 10px rgba(34,197,94,.7)}
.call-live-led.slow{animation:revtek-call-pulse 1.4s ease-in-out infinite}.call-live-led.fast{animation:revtek-call-pulse .45s ease-in-out infinite}
@keyframes revtek-call-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.78)}}
@media(prefers-reduced-motion:reduce){.call-live-led.slow,.call-live-led.fast{animation:none}}
.range-fields{display:flex;gap:8px;align-items:center}.range-fields[hidden]{display:none}.hourly-table td:first-child{white-space:nowrap}
