.loading{padding:2rem}.loading,.loading-fullpage{display:flex;justify-content:center;align-items:center}.loading-fullpage{flex-direction:column;min-height:60vh;gap:1rem;color:#6b7280}.loading-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}