.chat_chatContainer__uCE53{display:flex;flex-direction:column;height:100vh;width:100%;max-width:1100px;margin:0 auto;background-color:#fff}.chat_messages__C__xG{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;min-height:0}.chat_messages__C__xG::-webkit-scrollbar{width:8px;background-color:transparent}.chat_messages__C__xG::-webkit-scrollbar-track{background:transparent}.chat_messages__C__xG::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:4px;border:2px solid transparent;background-clip:padding-box}.chat_messages__C__xG::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}.chat_messages__C__xG::-webkit-scrollbar-button{width:0;height:0;display:none}.chat_messages__C__xG{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.chat_inputForm__mfg3w{display:flex;padding:20px;background-color:#fff;border-top:1px solid #e0e0e0}.chat_input__hTFIv{flex-grow:1;padding:20px 15px;border:1px solid #ccc;border-radius:30px;font-size:16px;margin-right:10px}.chat_button__XH0Gl{width:48px;height:48px;padding:0;margin:auto;background-color:#0bf;color:#fff;border:none;border-radius:50%;font-size:16px;cursor:pointer;transition:background-color .3s ease;display:flex;justify-content:center;align-items:center;flex-shrink:0}.chat_button__XH0Gl:hover{background-color:#373737}.chat_button__XH0Gl:disabled{background-color:#ccc;cursor:not-allowed}.chat_stopButton__M7ORi{background-color:#373737}.chat_stopButton__M7ORi:hover{background-color:#ccc}.chat_buttonIcon__oxUIF{width:24px;height:24px}.chat_assistantMessage__rdpnJ,.chat_codeMessage__djeQF,.chat_userMessage__xLvbe{max-width:70%;margin-bottom:15px;padding:10px 15px;border-radius:20px;font-size:16px;line-height:1.4}.chat_userMessage__xLvbe{align-self:flex-end;background-color:#0bf;color:#fff}.chat_messageContainer__6kAOy{display:flex;align-items:flex-start;margin-bottom:15px}.chat_avatar__7CcCr{width:40px;height:40px;border-radius:50%;margin-right:10px}.chat_assistantMessageWrapper__tNwzE{display:flex;flex-grow:1;background-color:#f0f0f0;border-radius:20px;padding:10px 15px;position:relative}.chat_assistantMessage__rdpnJ{color:#333;padding-right:30px;width:100%}.chat_assistantMessage__rdpnJ,.chat_codeMessage__djeQF,.chat_userMessage__xLvbe{max-width:85%}.chat_copyIcon__k8w66{width:20px;height:20px}.chat_copyButton__RYSRW{background:none;border:none;cursor:pointer;position:absolute;top:10px;right:10px;opacity:.6;transition:opacity .2s;padding:5px}.chat_copyButton__RYSRW:hover{opacity:1}.chat_codeMessage__djeQF{background-color:#f0f0f0;color:#333;font-family:monospace;white-space:pre-wrap;overflow-x:auto}.chat_typingBubble__JuD6Z{display:flex;align-items:center;justify-content:flex-start;padding:8px 16px;background-color:#efefef;border-radius:15px;margin-top:8px;width:60px;height:35px;align-self:flex-start}.chat_typingBubbleContainer__pkUxb{position:-webkit-sticky;position:sticky;bottom:20px;align-self:flex-start}.chat_dot__PTH1x{width:6px;height:6px;margin:0 2px;background-color:#999;border-radius:50%;animation:chat_typing__qbnEf 1.2s ease-in-out infinite}@keyframes chat_typing__qbnEf{0%,to{opacity:.2}50%{opacity:1}}.chat_assistantMessage__rdpnJ p{margin:0 0 10px}.chat_assistantMessage__rdpnJ ol,.chat_assistantMessage__rdpnJ ul{margin:0 0 10px 20px}.chat_assistantMessage__rdpnJ pre{background-color:#e0e0e0;padding:10px;border-radius:5px;overflow-x:auto}.chat_assistantMessage__rdpnJ code{font-family:monospace;background-color:#e0e0e0;padding:2px 4px;border-radius:3px}@media (max-width:600px){.chat_assistantMessage__rdpnJ,.chat_codeMessage__djeQF,.chat_userMessage__xLvbe{max-width:85%}.chat_input__hTFIv{font-size:14px}.chat_button__XH0Gl{font-size:14px;padding:8px 16px}}