@keyframes highlightPulse{0%,to{opacity:1}50%{opacity:.9}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%{opacity:.85}to{opacity:1}}@keyframes smoothGrow{0%{max-height:0;opacity:0}to{max-height:1000px;opacity:1}}.highlighted-text{font-weight:700;position:relative;display:inline-block;color:#fb7185;padding:0 2px 0 3px;border-radius:3px;animation:highlightPulse 3s ease-in-out infinite;transition:all .3s ease;letter-spacing:.02em;background-color:rgba(251,113,133,.1)}.highlighted-text:hover{color:#fda4af;transform:translateY(-1px);background-color:rgba(251,113,133,.15)}.streaming-text{transition:all .2s ease-out;will-change:contents}.streaming-text.typing{animation:typing .8s ease-in-out infinite alternate}.summary-container{transition:opacity .15s ease-out,transform .15s ease-out}.summary-container.updating{opacity:.95}.cursor-blink{display:inline-block;width:2px;height:1em;background-color:#fb7185;margin-left:2px;animation:blink 1s step-end infinite;vertical-align:text-bottom}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}