.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-bg, #f5f5f5)}.spinner{width:48px;height:48px;border:5px solid rgba(0,0,0,.1);border-left-color:#6d28d9;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
