.loading-page{justify-content:center;align-items:center;min-height:60vh;display:flex}.loading-spinner{border:4px solid var(--bg-accent);border-top-color:var(--brand-primary);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
