@keyframes auroraFloat1{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.4}50%{transform:translate(-40%,-60%) scale(1.1);opacity:.5}}@keyframes auroraFloat2{0%,to{transform:translate(-50%) scale(1);opacity:.3}33%{transform:translate(-45%,10%) scale(1.15);opacity:.4}66%{transform:translate(-55%,-5%) scale(.95);opacity:.25}}@keyframes auroraFloat3{0%,to{transform:translateY(-50%) scale(1);opacity:.35}50%{transform:translate(-10%,-40%) scale(1.08);opacity:.45}}@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:600;display:inline;color:#f43f5e;padding:0 2px;border-radius:3px;background-color:rgba(244,63,94,.1);transition:background-color .2s ease,color .2s ease;box-shadow:0 0 0 1px rgba(244,63,94,.05);line-height:inherit}.highlighted-text:hover{background-color:rgba(244,63,94,.2);box-shadow:0 1px 2px rgba(244,63,94,.1)}@media (prefers-color-scheme:dark){.highlighted-text{color:#fb7185;background-color:rgba(251,113,133,.15);box-shadow:0 0 0 1px rgba(251,113,133,.1)}}.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}}.aurora-blob-1{animation:auroraFloat1 8s ease-in-out infinite}.aurora-blob-2{animation:auroraFloat2 10s ease-in-out infinite}.aurora-blob-3{animation:auroraFloat3 7s ease-in-out infinite}