@keyframes landing-float{0%,to{transform:translateY(0) rotate(var(--tilt,0deg))}50%{transform:translateY(-9px) rotate(var(--tilt,0deg))}}.landing-float{animation:6s ease-in-out infinite landing-float}@keyframes landing-draw-stroke{to{stroke-dashoffset:0}}.landing-draw{stroke-dasharray:110;stroke-dashoffset:110px;animation:1.1s ease-out .5s forwards landing-draw-stroke}@keyframes landing-underline-drive{0%{opacity:0;transform:translate(0)}10%{opacity:1}to{opacity:1;transform:translate(min(86%,100% - 2rem))}}.landing-underline-cursor{opacity:0;animation:1.1s ease-out .5s forwards landing-underline-drive}@media (prefers-reduced-motion:reduce){.landing-float{animation:none}.landing-draw{stroke-dashoffset:0;animation:none}.landing-underline-cursor{opacity:1;animation:none;transform:translate(min(86%,100% - 2rem))}}@keyframes arcade-river{to{transform:translate(-50%)}}