@keyframes mintFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mint-animate-1{animation:mintFadeInUp .7s ease-out both}.mint-animate-2{animation:mintFadeInUp .7s 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){.mint-animate-1,.mint-animate-2{animation:none}}