.chat_container__puv_p{display:flex;height:100vh;background-color:#343541;color:#ececf1;overflow:hidden}.chat_sidebar__IzEVU{width:260px;background-color:#202123;display:flex;flex-direction:column;border-right:1px solid #40414f;transition:width .2s,margin-left .2s}.chat_sidebarClosed__Fteoe{width:0;margin-left:-260px}.chat_sidebarHeader__9LLAy{padding:12px;display:flex;gap:8px}.chat_newChatButton__5WlX2{flex:1 1;padding:12px;background-color:#343541;color:#ececf1;border:1px solid #565869;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.chat_newChatButton__5WlX2:hover{background-color:#40414f}.chat_toggleButton__za_4_{padding:12px;background-color:#343541;color:#ececf1;border:1px solid #565869;border-radius:6px;cursor:pointer;font-size:14px}.chat_chatList__rWtwc{flex:1 1;overflow-y:auto;padding:8px}.chat_chatItem__evprY{display:flex;align-items:center;justify-content:space-between;padding:12px;margin-bottom:4px;border-radius:6px;cursor:pointer;transition:background-color .2s;font-size:14px}.chat_chatItem__evprY:hover{background-color:#2a2b32}.chat_chatItemActive__zMx0c{background-color:#343541}.chat_chatTitle__K_zhP{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat_deleteButton__L8ZxA{background:none;border:none;cursor:pointer;font-size:14px;opacity:.6;transition:opacity .2s}.chat_deleteButton__L8ZxA:hover{opacity:1}.chat_sidebarFooter__Rb_yE{padding:12px;border-top:1px solid #40414f}.chat_userInfo__dU4Qc{margin-bottom:12px}.chat_userEmail__wWBPj{font-size:13px;color:#8e8ea0;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis}.chat_adminButton__8YAwA{width:100%;padding:8px;background-color:#10a37f;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;margin-bottom:8px}.chat_adminButton__8YAwA:hover{background-color:#0d8f6e}.chat_logoutButton__uQb9G{width:100%;padding:8px;background-color:#d94343;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px}.chat_logoutButton__uQb9G:hover{background-color:#c23838}.chat_mainArea__EJF5p{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.chat_emptyState__vBM6g{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.chat_emptyState__vBM6g h1{font-size:32px;margin-bottom:16px;color:#ececf1}.chat_emptyState__vBM6g p{font-size:16px;color:#8e8ea0}.chat_messagesContainer__8bD8F{flex:1 1;overflow-y:auto;padding:20px}.chat_message__ZAWhk{display:flex;gap:16px;padding:20px;max-width:900px;margin:0 auto}.chat_messageUser__qB7_i{background-color:#343541}.chat_messageAssistant__Wa8rm{background-color:#444654}.chat_messageAvatar__F9RU8{width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.chat_messageContent__7HjPO{flex:1 1;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.chat_loadingDots__etJqv{display:flex;gap:4px}.chat_loadingDots__etJqv span{width:8px;height:8px;border-radius:50%;background-color:#8e8ea0;animation:chat_bounce__FGqAA 1.4s ease-in-out infinite both}.chat_loadingDots__etJqv span:first-child{animation-delay:-.32s}.chat_loadingDots__etJqv span:nth-child(2){animation-delay:-.16s}@keyframes chat_bounce__FGqAA{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat_inputContainer__bZw1d{padding:20px;background-color:#343541}.chat_inputWrapper__ObvGG{max-width:900px;margin:0 auto;display:flex;align-items:flex-end;gap:12px;background-color:#40414f;border-radius:8px;padding:12px}.chat_input__4_k9z{flex:1 1;background:none;border:none;color:#ececf1;font-size:16px;resize:none;outline:none;max-height:200px;font-family:inherit;line-height:1.5}.chat_input__4_k9z::placeholder{color:#8e8ea0}.chat_sendButton__pq884{width:32px;height:32px;border-radius:4px;background-color:#19c37d;color:#fff;border:none;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s}.chat_sendButton__pq884:hover:not(:disabled){background-color:#0d8f6e}.chat_sendButton__pq884:disabled{background-color:#40414f;cursor:not-allowed}.chat_chatList__rWtwc::-webkit-scrollbar,.chat_messagesContainer__8bD8F::-webkit-scrollbar{width:8px}.chat_chatList__rWtwc::-webkit-scrollbar-track,.chat_messagesContainer__8bD8F::-webkit-scrollbar-track{background:transparent}.chat_chatList__rWtwc::-webkit-scrollbar-thumb,.chat_messagesContainer__8bD8F::-webkit-scrollbar-thumb{background:#565869;border-radius:4px}.chat_chatList__rWtwc::-webkit-scrollbar-thumb:hover,.chat_messagesContainer__8bD8F::-webkit-scrollbar-thumb:hover{background:#6f7077}