@keyframes card-appear{0%{opacity:0}}.carousel-card-fade{animation:card-appear .2s ease-out backwards}@media(prefers-reduced-motion:reduce){.carousel-card-fade{animation-name:none}}@keyframes carousel-card-enter{0%{opacity:0;scale:0}to{opacity:1;scale:1}}@keyframes carousel-card-exit{0%{opacity:1;scale:1}to{opacity:0;scale:0}}@supports (animation-timeline: view()){@media(min-width:700px){.carousel-card-reveal{animation:carousel-card-enter auto ease-out backwards,carousel-card-exit auto ease-in forwards;animation-timeline:view(inline),view(inline);animation-range:entry,exit}}@media(prefers-reduced-motion:reduce){.carousel-card-reveal{animation-name:none}}}
