@keyframes appFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes appSlideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.app-animate-1{animation:appFadeInUp .7s ease-out both}.app-animate-2{animation:appFadeInUp .7s ease-out .2s both}.app-animate-3{animation:appFadeInUp .7s ease-out .3s both}.app-step-1{animation:appSlideInLeft .5s ease-out both}.app-step-2{animation:appSlideInLeft .5s ease-out .1s both}.app-step-3{animation:appSlideInLeft .5s ease-out .2s both}details summary~*{max-height:0;opacity:0;overflow:hidden;transform:translateY(-10px);transition:max-height .4s cubic-bezier(.25,1,.5,1),opacity .2s ease-out .1s,transform .4s cubic-bezier(.25,1,.5,1)}details[open] summary~*{max-height:20rem;opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.app-animate-1,.app-animate-2,.app-animate-3,.app-step-1,.app-step-2,.app-step-3{animation:none}}