@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .6s ease-out forwards;will-change:opacity,transform}.animate-fade-in.animation-complete{will-change:auto}@media (prefers-reduced-motion:reduce){.animate-fade-in{animation:none;opacity:1;transform:none;will-change:auto}}video{will-change:transform}video:not(:hover){will-change:auto}@keyframes pulse-arrow{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}.animate-pulse-arrow{animation:pulse-arrow 2s ease-in-out infinite}@keyframes spinner{to{transform:rotate(1turn)}}.spinner{animation:spinner 1s linear infinite}@keyframes rotate-earth{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-rotate-earth{animation:rotate-earth 20s linear infinite}.static-video-placeholder{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;min-height:200px}.static-content{display:block}