.cl-cooldown{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-sm);font-weight:var(--weight-semibold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.cl-cooldown-dot{width:7px;height:7px;border-radius:var(--radius-full);background:currentColor;flex-shrink:0}.cl-cooldown--ok{color:var(--text-muted)}.cl-cooldown--warn{color:var(--status-warn)}.cl-cooldown--err{color:var(--status-lost)}@media (prefers-reduced-motion:no-preference){.cl-cooldown--err .cl-cooldown-dot{animation:cl-pulse 1.6s ease-in-out infinite}@keyframes cl-pulse{50%{opacity:.25}}}