@keyframes cinematicWipe{0%{opacity:0;clip-path:inset(100% 0 0 round 12px);transform:scale(.96)translateY(10px)}to{opacity:1;clip-path:inset(0 round 12px);transform:scale(1)translateY(0)}}@keyframes overlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.animate-gallery-item{opacity:0;will-change:clip-path, transform, opacity;animation:1.2s cubic-bezier(.16,1,.3,1) forwards cinematicWipe}.animate-gallery-overlay{opacity:0;animation:.8s ease-out forwards overlayFadeIn}
@keyframes starPop{0%{opacity:0;transform:scale(0)rotate(-45deg)}70%{opacity:1;transform:scale(1.2)rotate(10deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes textReveal{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.animate-star{opacity:0;will-change:transform, opacity;animation:.6s cubic-bezier(.175,.885,.32,1.275) forwards starPop}.animate-rating-text{opacity:0;animation:.4s ease-out .5s forwards textReveal}
