.app-splash-overlay{position:fixed;inset:0;z-index:9999;transition:opacity .26s ease}.app-splash-overlay.is-leaving{opacity:0;pointer-events:none}@media (prefers-reduced-motion:reduce){.app-splash-overlay{transition:none}}.app-splash{height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center}.app-splash__inner{text-align:center;padding:0 24px}.app-splash__heading{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.app-splash__logo{margin:0 auto;max-width:100%}.app-splash__label{margin:20px 0 0;font-size:.875rem;line-height:1.25rem}.app-splash__bar{position:relative;width:168px;height:3px;margin:14px auto 0;border-radius:99px;overflow:hidden;background:hsla(0,0%,50%,.18)}.app-splash__bar span{position:absolute;top:0;bottom:0;width:40%;border-radius:99px;animation:app-splash-slide 1.15s ease-in-out infinite}@keyframes app-splash-slide{0%{left:-40%}to{left:100%}}@media (prefers-reduced-motion:reduce){.app-splash__bar span{left:0;width:100%;opacity:.45;animation:none}}