.ps-splash-root{align-items:center;animation:ps-splash-fadein .2s ease-out forwards;background:#fff;display:flex;flex-direction:column;inset:0;justify-content:center;opacity:0;position:fixed;z-index:9999}.ps-splash-logo{height:auto;max-width:340px;user-select:none;width:60%;-webkit-user-drag:none}.ps-splash-bar{background:rgba(1,1,75,.1);border-radius:2px;height:3px;margin-top:24px;overflow:hidden;position:relative;width:200px}.ps-splash-bar:before{animation:ps-splash-slide 1.4s ease-in-out infinite;background:#01014b;border-radius:2px;content:"";height:100%;left:0;position:absolute;top:0;width:40%}@keyframes ps-splash-fadein{0%{opacity:0}to{opacity:1}}@keyframes ps-splash-slide{0%{transform:translateX(-100%)}to{transform:translateX(250%)}}@media (prefers-reduced-motion:reduce){.ps-splash-root{animation:none;opacity:1}.ps-splash-bar{background:#01014b;border-radius:50%;height:8px;width:8px}.ps-splash-bar:before{display:none}}