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