@keyframes preload-bar{0%{transform:scaleX(0);transform-origin:0 0}40%{transform:scale(1);transform-origin:0 0}40.1%,60%{transform:scale(1);transform-origin:100% 0}99.9%{transform:scaleX(0);transform-origin:100% 0}to{transform:scaleX(0);transform-origin:0 0}}.app-splash-screen{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;flex-direction:column;align-items:center;justify-content:center;background-color:var(--theme-secondary-color)}.app-splash-screen__logo{width:120px;height:120px}.app-splash-screen__loading{margin:24px 0;background:var(--theme-secondary-color-contrast);width:160px;height:2px;animation:preload-bar 1.2s ease infinite}