.splash-container{z-index:9999;pointer-events:none;background:0 0;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.splash-top,.splash-bottom{background:#fff;height:50%;transition:transform 1s ease-in-out;transform:translateY(0)}.loading-line-wrapper{z-index:2;background:#fff;justify-content:center;align-items:center;height:2px;display:flex}.loading-line{background:#000;width:8px;height:2px;animation:2s ease-in-out forwards grow-line}@keyframes grow-line{0%,30%{border-radius:50%;width:8px}to{border-radius:0;width:100vw}}.splash-container.split-active .splash-top{transform:translateY(-105%)}.splash-container.split-active .splash-bottom{transform:translateY(105%)}.splash-container.split-active{background:0 0}.hide-line{opacity:0;pointer-events:none}
