@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-in-out}@keyframes attention{0%,to{box-shadow:0 0 0 0 rgba(220,38,38,0)}50%{box-shadow:0 0 0 6px rgba(220,38,38,.14)}}.animate-attention{animation:attention 2.4s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.animate-attention{animation:none}}@keyframes rd-hero-swap{0%{opacity:.4;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.animate-hero-swap{animation:rd-hero-swap 1.2s cubic-bezier(.16,1,.3,1) both}@keyframes rd-rise{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-rise{animation:rd-rise 1s cubic-bezier(.16,1,.3,1) both}