.background-enter{opacity:0}.background-enter-loaded{animation:background-enter 1.6s var(--ease-out-cubic) both}.background-enter-skip{animation:.3s ease-out both background-enter-skip}@keyframes background-enter{0%{opacity:0;transform:translateY(50vh)}to{opacity:var(--background-opacity,1);transform:translate(0,0)}}@keyframes background-enter-skip{0%{opacity:0}to{opacity:var(--background-opacity,1)}}.background-ambient{will-change:transform;animation:40s ease-in-out infinite background-ambient}@keyframes background-ambient{0%,to{transform:translate(0,0)scale(1)}25%{transform:translate(2.4%,-1.6%)scale(1.09)}50%{transform:translate(-1.2%,2%)scale(1.12)}75%{transform:translate(-2.8%,-.8%)scale(1.06)}}@media (prefers-reduced-motion:reduce){.background-enter-loaded,.background-enter-skip{opacity:var(--background-opacity,1);animation:none;transform:none}.background-ambient{will-change:auto;animation:none}}
