.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)}}@media (prefers-reduced-motion:reduce){.background-enter-loaded,.background-enter-skip{opacity:var(--background-opacity,1);animation:none;transform:none}}
