.transform-style-preserve-3d{transform-style:preserve-3d}.backface-hidden{backface-visibility:hidden}.rotate-y-180{transform:rotateY(180deg)}@keyframes sparkle-float{0%,to{opacity:0;transform:translateY(0) scale(.8)}50%{opacity:1;transform:translateY(-15px) scale(1.2)}}@keyframes sparkle-star{0%,to{opacity:.3;transform:scale(.8) rotate(0deg)}25%{opacity:1;transform:scale(1.2) rotate(90deg)}50%{opacity:.8;transform:scale(1) rotate(180deg)}75%{opacity:1;transform:scale(1.1) rotate(270deg)}}@keyframes sparkle-wave{0%{transform:rotate(0deg) scale(1);opacity:.3}50%{opacity:.8}to{transform:rotate(1turn) scale(1.1);opacity:.3}}@keyframes hero-preview-fade-light{0%,45%{opacity:1}55%,to{opacity:0}}@keyframes hero-preview-fade-dark{0%,45%{opacity:0}55%,to{opacity:1}}.hero-preview-frame{transition:opacity .8s ease-in-out;animation-duration:12s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.hero-preview-frame--light{animation-name:hero-preview-fade-light}.hero-preview-frame--dark{animation-name:hero-preview-fade-dark}@media (prefers-reduced-motion:reduce){.hero-preview-frame{animation:none!important}.hero-preview-frame--dark{opacity:0}}