.ChatInterface_container__MVkup{display:flex;gap:0;height:100vh;max-width:1200px;margin:0 auto;padding:20px}.ChatInterface_modelSelector__BjWJJ{flex:0 0 200px;background:#f5f5f5;padding:15px;border-radius:8px 0 0 8px;margin:0;max-height:calc(100vh - 80px);overflow-y:auto}.ChatInterface_modelCategory__WElMq{margin-bottom:15px}.ChatInterface_modelCategory__WElMq h3{font-size:14px;color:#666;margin-bottom:8px}.ChatInterface_modelOption__gxsUu{display:flex;align-items:center;gap:8px;margin-bottom:6px}.ChatInterface_modelOption__gxsUu label{font-size:13px;cursor:pointer}.ChatInterface_chatBox__JpA_3{flex:1;max-width:1000px;margin:0;height:calc(100vh - 80px);display:flex;flex-direction:column;background:#fff;border-radius:0 8px 8px 0;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;min-width:0}.ChatInterface_messages__nxJrH{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1rem;max-height:calc(100vh - 300px);min-height:400px}.ChatInterface_message___yyea{max-width:80%;padding:1rem 1.5rem;border-radius:16px;line-height:1.5}.ChatInterface_userMessage__25rog{align-self:flex-end;background-color:#009688;color:#fff}.ChatInterface_assistantMessage__8jo_q,.ChatInterface_userMessage__25rog{border-radius:12px;padding:8px 12px;margin:4px 0;box-shadow:0 1px 2px rgba(0,0,0,.1);max-width:70%}.ChatInterface_assistantMessage__8jo_q{align-self:flex-start;background-color:#e0f2f1;color:#00695c}.ChatInterface_messageContent__uKfAo{white-space:pre-wrap;word-wrap:break-word}.ChatInterface_inputArea__eeUlb{border-top:1px solid #e0e0e0;padding:1.5rem;display:flex;gap:1rem;background:#fff}.ChatInterface_inputWrapper__Bq6TB{display:flex;gap:8px;align-items:center;width:100%;padding:10px}.ChatInterface_textarea__xldFl{flex:1;padding:1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;line-height:1.5;resize:none;height:60px;transition:all .2s ease}.ChatInterface_textarea__xldFl:focus{outline:none;border-color:#00bfa5}.ChatInterface_button__x50nL{background-color:#00bfa5;color:#fff;padding:.5rem 1rem;border:none;border-radius:2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px;height:48px;margin-top:12px;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center}.ChatInterface_button__x50nL:hover{background-color:#00a896;transform:translateY(-1px);box-shadow:0 4px 6px rgba(0,0,0,.15)}.ChatInterface_button__x50nL:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.ChatInterface_newChatButton__NGY_e{height:38px;width:38px;padding:0;font-size:24px;background:#fff;border:1px solid #d9d9d9;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#595959;transition:all .3s;flex-shrink:0}.ChatInterface_newChatButton__NGY_e:hover{background:#fafafa;border-color:#40a9ff;color:#40a9ff}.ChatInterface_loading__sKw2G{align-self:center;color:#666;padding:.5rem 1rem;background:#f8f9fa;border-radius:12px;font-size:.9rem}.ChatInterface_error__KqSM6{color:#dc3545;padding:1rem;margin:1rem;border:1px solid #dc3545;border-radius:12px;background-color:#f8d7da;text-align:center}.ChatInterface_serviceNotice__kcjth{padding:0;background:#f5f5f5;border-radius:8px;margin:10px 0;overflow:hidden;height:40px;position:relative;display:flex;align-items:center}.ChatInterface_noticeSlider__O_aWy{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 20px;position:absolute;width:100%;left:0;box-sizing:border-box}.ChatInterface_noticeSlider__O_aWy.ChatInterface_entering__5NtP_{animation:ChatInterface_slideUp__qpMyR .8s ease-out forwards}.ChatInterface_noticeSlider__O_aWy.ChatInterface_exiting__1iY8j{animation:ChatInterface_slideUpOut__dwyq4 .8s ease-out forwards}@keyframes ChatInterface_slideUp__qpMyR{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ChatInterface_slideUpOut__dwyq4{0%{transform:translateY(0);opacity:1}to{transform:translateY(-40px);opacity:0}}.ChatInterface_transitioning__jTu4u{opacity:0;transform:translateY(-40px)}.ChatInterface_serviceNotice__kcjth p{margin:0}.ChatInterface_serviceNotice__kcjth p:first-child{font-weight:500;margin-bottom:4px}.ChatInterface_errorMessage___SzDZ{background-color:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f;padding:8px 12px;border-radius:4px;max-width:80%;margin:8px auto}