.spinner-wrap{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 0;display:flex}.spinner{border:3px solid #8b46ff26;border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spinner-text{color:var(--text-muted);margin:0;font-size:.875rem}
