.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-spinner{width:48px;height:48px;border:4px solid rgba(100,108,255,.1);border-top-color:#646cff;border-radius:50%;animation:spin 1s linear infinite}.loading-message{font-size:1rem;font-weight:500;color:#ffffffde;margin:0}@keyframes spin{to{transform:rotate(360deg)}}
