.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.spinner{border:4px solid #f3f4f6;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}.spinner-sm{width:24px;height:24px}.spinner-md{width:40px;height:40px}.spinner-lg{width:56px;height:56px}.loading-text{color:#6b7280;font-size:.9375rem;margin:0}@keyframes spin{to{transform:rotate(1turn)}}