@keyframes landing-rise{0%{transform:translateY(8px)}to{transform:translateY(0)}}@keyframes landing-fade{0%{opacity:.92}to{opacity:1}}.landing-rise{animation:landing-rise .65s cubic-bezier(.16,1,.3,1) both}.landing-rise-delay-1{animation-delay:60ms}.landing-rise-delay-2{animation-delay:.12s}.landing-rise-delay-3{animation-delay:.18s}.landing-fade{animation:landing-fade .7s cubic-bezier(.16,1,.3,1) both}.landing-shot{transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1)}@media (hover:hover) and (pointer:fine){.landing-shot:hover{transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.landing-fade,.landing-rise,.landing-rise-delay-1,.landing-rise-delay-2,.landing-rise-delay-3{animation:none}.landing-shot{transition:none}.landing-shot:hover{transform:none}}