@keyframes fadeInMessageSubtle{0%{opacity:0;transform:translateY(5px)}20%{opacity:.2;transform:translateY(4px)}60%{opacity:.6;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseHighlight{0%,to{background-color:transparent}50%{background-color:rgba(59,130,246,.05)}}.animate-fade-in-message{animation:fadeInMessageSubtle var(--animation-duration,.5s) var(--animation-timing,cubic-bezier(.4,0,.2,1)) var(--animation-delay,0s)}.animate-pulse-subtle{animation:pulseHighlight 2s ease-in-out}.delay-10{--animation-delay:10ms}.delay-20{--animation-delay:20ms}.delay-30{--animation-delay:30ms}.delay-40{--animation-delay:40ms}.delay-50{--animation-delay:50ms}.delay-100{--animation-delay:100ms}.delay-150{--animation-delay:150ms}.delay-200{--animation-delay:200ms}.delay-250{--animation-delay:250ms}.delay-300{--animation-delay:300ms}