.prelanding-anim-root{animation:fadeOut .4s ease-in calc(var(--anim-length) - .4s) 1 normal both}@keyframes fadeOut{0%{transform:scale(1)}to{transform:scale(2);opacity:0}}.prelanding-bg{background:radial-gradient(#3be23b,#074907);background-size:200% 200%;background-position:50%;animation:expandGradient var(--anim-length) forwards}@keyframes expandGradient{0%{background-size:100% 100%}to{background-size:200% 200%}}.prelanding-spinner{animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}