button:disabled,.button.is-loading{cursor:wait;opacity:.72}
button.is-loading:before,.action-status[data-state="QUEUED"] [data-action-icon]:before,.action-status[data-state="RUNNING"] [data-action-icon]:before{content:"";display:inline-block;width:12px;height:12px;margin-right:7px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:vp-spin .75s linear infinite}
@keyframes vp-spin{to{transform:rotate(360deg)}}
.action-status{display:flex;gap:10px;align-items:flex-start}.action-status [data-action-icon]{min-width:15px;font-weight:900}.action-status[data-state="SUCCESS"]{border-color:#256b5b;color:#a8efd8}.action-status[data-state="EMPTY"]{color:#c2d2df}.action-status[data-state="FAILED"]{background:#321a24;border-color:#653043;color:#ffc1ca}.action-status small{display:block;margin-top:4px}
.toast-stack{position:fixed;right:22px;bottom:22px;z-index:50;display:grid;gap:10px;max-width:min(390px,calc(100vw - 44px))}.toast{padding:12px 15px;border:1px solid #2d536f;border-radius:12px;background:#10273a;box-shadow:var(--shadow);font-weight:700}.toast.good{border-color:#256b5b}.toast.bad{border-color:#653043;background:#321a24;color:#ffc1ca}
