.gw-pill,.gw-monitor b{display:inline-flex!important;align-items:center;gap:7px}
.gw-pill::before,.gw-monitor b::before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;background:#f59e0b;box-shadow:0 0 4px #f59e0b,0 0 12px #f59e0b}
.gw-pill.up::before,.gw-monitor.on b::before{background:#22c55e;box-shadow:0 0 4px #22c55e,0 0 15px #22c55e;animation:gw-led-pulse 1.8s ease-in-out infinite}
.gw-pill.down::before,.gw-monitor.off b::before{background:#ef4444;box-shadow:0 0 4px #ef4444,0 0 13px #ef4444}
.gw-pill.unknown::before{background:#f59e0b;box-shadow:0 0 4px #f59e0b,0 0 13px #f59e0b}
@keyframes gw-led-pulse{50%{opacity:.5;transform:scale(.78)}}
