.startup-screen-container{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;--un-bg-opacity:1;background-color:rgb(33 33 35 / var(--un-bg-opacity));z-index:400;visibility:visible!important}.startup-screen-container .startup-screen-icon{aspect-ratio:1/1;height:6rem;width:6rem;opacity:0;animation:logo-fade 6s cubic-bezier(.4,0,.6,1) infinite;mix-blend-mode:multiply}@keyframes logo-fade{0%,to{opacity:0}50%{opacity:1}}
