.busy-scope{min-width:0;position:relative}.busy-scope--active{pointer-events:none;-webkit-user-select:none;user-select:none}.busy-scope--active input,.busy-scope--active textarea,.busy-scope--active select,.busy-scope--active button,.busy-scope--active a{pointer-events:none}.busy-scope__overlay{z-index:20;border-radius:inherit;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:all;background:#ffffffb8;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;display:flex;position:absolute;inset:0}[data-theme=dark] .busy-scope__overlay{background:#0f172ab8}.busy-scope__spinner{border:2px solid #94a3b859;border-top-color:var(--warning,#d97706);border-radius:999px;width:1.75rem;height:1.75rem;animation:.75s linear infinite busy-scope-spin}.busy-scope__message{color:var(--dash-text,#0f172a);text-align:center;max-width:12rem;font-size:.82rem;font-weight:650}[data-theme=dark] .busy-scope__message{color:#e2e8f0}@keyframes busy-scope-spin{to{transform:rotate(360deg)}}
