.status-dot{border-radius:50%;width:9px;height:9px;display:inline-block}.status-dot--open{background:var(--color-lime-500);animation:2.4s ease-out infinite status-dot-pulse;box-shadow:0 0 0 4px #84cc1633}.status-dot--closed{box-shadow:none;background:#dc2626}@keyframes status-dot-pulse{50%{box-shadow:0 0 0 7px #84cc1614}}@media (prefers-reduced-motion:reduce){.status-dot--open{animation:none}}
