@keyframes pulseText{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes progress{0%{width:0%}to{width:100%}}.animate-fadeIn{animation:.4s ease-out forwards fadeIn}.animate-slideInRight{animation:.3s ease-out forwards slideInRight}.animate-slideInLeft{animation:.3s ease-out forwards slideInLeft}.animate-zoomIn{animation:.3s ease-out forwards zoomIn}.animate-spin{animation:1.5s linear infinite spin}.animate-progress{animation:2s linear forwards progress}.animate-pulse{animation:2s infinite pulseText}.message-user{animation:.3s ease-out forwards slideInRight}.message-agent{animation:.3s ease-out forwards slideInLeft}.message-thinking{animation:2s infinite pulseText}.message-tool{animation:.4s ease-out forwards zoomIn}.message-system{animation:.5s ease-out forwards fadeIn}.delay-100{animation-delay:.1s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.transition-all{transition:all .3s ease-in-out}.transition-opacity{transition:opacity .3s ease-in-out}.transition-transform{transition:transform .3s ease-in-out}:root{--lk-va-bar-width:72px;--lk-control-bar-height:unset}.agent-visualizer>.lk-audio-bar{width:72px}.lk-agent-control-bar{border-top:0;height:-webkit-min-content;height:min-content;margin-right:1rem;padding:0}.lk-disconnect-button{background-color:#31100c;border-color:#6b221a;height:36px}.lk-disconnect-button:hover{color:#fff;background-color:#6b221a}
/*# sourceMappingURL=index.06a3bdab.css.map*/