.chat_chatContainer__Gr2n8{display:flex;flex-direction:column;height:100%;background-color:#121212;color:#eee;box-sizing:border-box;position:relative}.chat_messages__e58YR{flex:1;overflow-y:auto;margin-bottom:1rem;padding:.75rem}.chat_userMessageContainer__bp7yp{display:flex;justify-content:flex-end;margin:.5rem 0}.chat_userMessage__K8DzJ{background-color:#0066ff;color:#fff;padding:.5rem .75rem;border-radius:12px;max-width:80%;white-space:pre-wrap;line-height:1.4;font-size:.875rem}.chat_assistantMessageContainer__o1gAx{display:flex;justify-content:flex-start;margin:.5rem 0}.chat_assistantMessage___vtcl{background-color:#2b2b2b;color:#fff;padding:.5rem .75rem;border-radius:12px;max-width:80%;white-space:pre-wrap;line-height:1.4;font-size:.875rem}.chat_codeMessage__YzIF3{background-color:#1e1e1e;color:#c5c5c5;font-family:Source Code Pro,monospace;padding:.5rem .75rem;border-radius:8px;max-width:90%;overflow-x:auto;line-height:1.4;font-size:.8125rem}.chat_inputForm__iFjjJ{display:flex;align-items:center;gap:.5rem;border-top:1px solid #2b2b2b;padding:.625rem;background-color:#121212;width:100%;box-sizing:border-box}.chat_clearfix__xuzAe:after{content:"";display:table;clear:both}.chat_input__NbdKL{flex:1;min-width:0;background-color:#1e1e1e;border:1px solid #333;border-radius:12px;outline:none}.chat_button__b_ki2,.chat_input__NbdKL{padding:.5rem .75rem;color:#fff;font-size:.875rem;height:2.25rem}.chat_button__b_ki2{background-color:#0066ff;border:none;border-radius:12px;cursor:pointer;font-weight:500;transition:background-color .2s ease;white-space:nowrap;flex-shrink:0}.chat_button__b_ki2:disabled{opacity:.6;cursor:not-allowed}.chat_button__b_ki2:hover:not(:disabled){background-color:#005ae6}