.auth-loading-card{justify-content:center;width:100%;max-width:448px;animation:.4s cubic-bezier(.22,.68,.24,1) both auth-loading-in;display:flex}.auth-loading-bar{background:linear-gradient(90deg,#0000,#0071e3,#0000);border-radius:999px;width:40%;height:100%;animation:1.15s cubic-bezier(.5,0,.5,1) infinite auth-loading-sweep}@keyframes auth-loading-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0,0)}}@keyframes auth-loading-sweep{0%{transform:translate(-120%)}to{transform:translate(370%)}}@media (prefers-reduced-motion:reduce){.auth-loading-card,.auth-loading-bar{animation:none}.auth-loading-bar{opacity:.5;width:100%}}