.busy-btn-ring{vertical-align:-2px;opacity:.85;border:2px solid;border-top-color:#0000;border-radius:50%;width:12px;height:12px;margin-right:6px;animation:.8s linear infinite busy-spin;display:inline-block}.busy-btn-ring[data-static]{opacity:.45;border-top-color:currentColor;animation:none}.busy-strip{border:1px solid var(--primary);border-radius:var(--r-md);background:var(--primary-subtle);flex-direction:column;gap:8px;padding:10px 12px;display:flex}.busy-strip-compact{gap:4px;padding:6px 10px}.busy-strip-head{align-items:flex-start;gap:10px;min-width:0;display:flex}.busy-strip-ring{border:2.5px solid var(--border-2);border-top-color:var(--primary);border-radius:50%;flex:none;width:18px;height:18px;margin-top:1px;animation:.8s linear infinite busy-spin}.busy-strip-compact .busy-strip-ring{border-width:2px;width:14px;height:14px}.busy-strip[data-static] .busy-strip-ring{border-color:var(--primary);opacity:.55;animation:none}.busy-strip-text{min-width:0}.busy-strip-label{color:var(--text-1);font-size:var(--fs-13);font-weight:600;display:block}.busy-strip-sub{color:var(--text-2);font-size:var(--fs-12);margin-top:2px;display:block}.busy-strip-elapsed{color:var(--text-3);font-variant-numeric:tabular-nums}.busy-strip-bar{border-radius:var(--r-full);background:var(--surface-2);height:4px;position:relative;overflow:hidden}.busy-strip-bar-fill{border-radius:inherit;background:var(--primary);width:34%;animation:1.4s cubic-bezier(.4,.2,.6,.8) infinite busy-slide;position:absolute;top:0;bottom:0;left:-34%}@keyframes busy-spin{to{transform:rotate(360deg)}}@keyframes busy-slide{0%{left:-34%}to{left:100%}}@media (prefers-reduced-motion:reduce){.busy-btn-ring,.busy-strip-ring{animation:none}.busy-strip-bar{display:none}}
