.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.loading-spinner{border:3px solid var(--accent-muted);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite loading-spin}@keyframes loading-spin{to{transform:rotate(360deg)}}
