.wmg-auth-fast-progress{position:fixed;z-index:2147483646;top:0;left:0;right:0;height:3px;pointer-events:none;opacity:0;overflow:hidden;background:#fff0;transition:opacity .15s ease}.wmg-auth-fast-progress span{display:block;height:100%;width:36%;transform:translateX(-110%);background:currentColor;color:#2563eb;border-radius:0 2px 2px 0}.wmg-auth-fast-progress.is-active{opacity:1}.wmg-auth-fast-progress.is-active span{animation:wmg-auth-progress 1s ease-in-out infinite}.wmg-auth-fast-progress.is-complete span{animation:none;width:100%;transform:none;transition:width .12s ease}.wmg-auth-login-active button[aria-busy="true"],.wmg-auth-login-active input[aria-busy="true"]{cursor:progress}@keyframes wmg-auth-progress{0%{transform:translateX(-110%)}55%{transform:translateX(105%)}100%{transform:translateX(280%)}}@media(prefers-reduced-motion:reduce){.wmg-auth-fast-progress.is-active span{animation-duration:2.4s}}