@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.animate-in{animation:.6s both fadeInUp}.animate-in-delay-1{animation-delay:.1s}.animate-in-delay-2{animation-delay:.2s}.animate-in-delay-3{animation-delay:.3s}.reveal-on-scroll{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(16px)}.reveal-on-scroll.visible{opacity:1;transform:translateY(0)}.feed-dot-pulse{animation:2s ease-in-out infinite pulse-dot}.gradient-text{background:linear-gradient(135deg,#fffffff2 0%,#ffffff80 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
