.klyp-StatusDot{border-radius:var(--radius-full);flex-shrink:0;display:inline-block}.klyp-StatusDot[data-size=xs]{width:6px;height:6px}.klyp-StatusDot[data-size=sm]{width:8px;height:8px}.klyp-StatusDot[data-size=md]{width:10px;height:10px}.klyp-StatusDot[data-tone=neutral]{background:var(--color-fg-muted)}.klyp-StatusDot[data-tone=success]{background:var(--color-status-success)}.klyp-StatusDot[data-tone=warning]{background:var(--color-status-warning)}.klyp-StatusDot[data-tone=danger]{background:var(--color-status-danger)}.klyp-StatusDot[data-tone=info]{background:var(--color-status-info)}.klyp-StatusDot[data-tone=accent]{background:var(--color-accent)}.klyp-StatusDot[data-pulse]{animation:1.6s ease-in-out infinite klyp-statusdot-pulse}@keyframes klyp-statusdot-pulse{0%,to{opacity:1}50%{opacity:.4}}
