.spinner-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.spinner-full{z-index:8000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f8fafcd9;position:fixed;inset:0}.spinner{position:relative}.spinner-sm{width:24px;height:24px}.spinner-md{width:40px;height:40px}.spinner-lg{width:56px;height:56px}.spinner-ring{border:3px solid var(--primary-100);border-top-color:var(--primary);border-radius:50%;animation:.8s linear infinite spin;position:absolute;inset:0}.spinner-ring-2{border-width:2px;border-color:var(--primary-200);border-top-color:var(--primary-light);animation-duration:1.2s;animation-direction:reverse;inset:4px}.spinner-text{color:var(--text-secondary);font-size:14px;font-weight:500}
