.logo-container{width:32px;height:40px;position:relative}.logo-wrapper{width:32px;height:40px;transform-style:preserve-3d;animation:3s ease-out infinite logo-rotate;position:absolute}.logo-face{backface-visibility:hidden;background:#ff6900;border-radius:2px;width:100%;height:100%;position:absolute}.logo-front{transform:translateZ(3px)}.logo-inner-front{background:#c50;transform:rotateY(180deg)translateZ(-3px)}.logo-back{transform:rotateY(180deg)translateZ(3px)}.logo-inner-back{background:#c50;transform:translateZ(-3px)}.logo-side{background:#c50;border-radius:0;width:6px;height:40px;position:absolute;transform:translate(13px)rotateY(90deg)}@keyframes logo-rotate{0%{transform:rotateY(0)}67%{transform:rotateY(360deg)}to{transform:rotateY(360deg)}}@media (prefers-reduced-motion:reduce){.logo-wrapper{animation:none}}
.splash-overlay{z-index:100;background:rgb(var(--color-background));opacity:1;transition:opacity var(--splash-bg-fade-duration,.3s)cubic-bezier(.16,1,.3,1);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.splash-logo-scale{transform:scale(var(--splash-logo-scale,1))}.splash-logo-motion{will-change:transform,opacity;animation:splash-logo-enter var(--splash-enter-duration,.45s)cubic-bezier(.16,1,.3,1)both}.splash--exit .splash-logo-motion{animation:splash-logo-exit var(--splash-exit-duration,.35s)cubic-bezier(.16,1,.3,1)both}.splash--fade{opacity:0;pointer-events:none}@keyframes splash-logo-enter{0%{opacity:0;transform:translate3d(0,var(--splash-enter-y,40px),0)}to{opacity:1;transform:translate(0,0)}}@keyframes splash-logo-exit{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate3d(0,var(--splash-exit-y,-40px),0)}}@media (prefers-reduced-motion:reduce){.splash-overlay{transition:none;display:none}.splash-logo-motion,.splash--exit .splash-logo-motion{animation:none}}
