.Chat_chatContainer__EAxQ0{width:100%;height:100vh;background-color:var(--chat-bg);display:flex;flex-direction:column;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0}.Chat_avatar__Tt1Hh{border:2px solid var(--border-color)}.Chat_inputContainer__EEHnl{position:relative;flex:1 1;width:100%;display:flex;align-items:center;max-width:1200px;margin:0 auto}.Chat_avatar__Tt1Hh.Chat_assistant__JH0dP{background-image:url(/avatar1.png);border-color:#1b6bb4}.Chat_avatar__Tt1Hh.Chat_user__tEGUe{background-image:url(/avatar2.png);border-color:#4e73df}@media (max-width:480px){.Chat_avatar__Tt1Hh{width:35px;height:35px;border-width:1.5px}}.Chat_chatHeader__4WeFi{background-color:#1b6bb4;color:#ffffff;padding:12px 20px;width:100%;position:-webkit-sticky;position:sticky;top:0;z-index:100}.Chat_headerContainer__MXPov{display:flex;justify-content:space-between;align-items:center;position:relative;max-width:1200px;margin:0 auto}.Chat_chatHeader__4WeFi h1{font-size:1.2rem;margin:0;position:absolute;left:50%;transform:translateX(-50%);text-align:center;white-space:nowrap;font-weight:500}.Chat_backButton__ayA2c{background-color:#ffffff;color:#1b6bb4;border:none;padding:5px 15px;border-radius:15px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background-color .3s,transform .2s;width:-moz-fit-content;width:fit-content;z-index:1}.Chat_backButton__ayA2c:hover{background-color:#f0f0f0;transform:scale(1.05)}.Chat_backButton__ayA2c:active{transform:scale(.95)}.Chat_status__sepUy{font-size:.9rem;display:flex;align-items:center;z-index:1;color:#00ff00}.Chat_chatWindow__lj5yG{flex:1 1;padding:20px 20px 120px;background-color:var(--chat-bg);overflow-y:auto;display:flex;flex-direction:column}@media (min-width:1025px){.Chat_chatWindow__lj5yG{padding-bottom:20px}}.Chat_messages__UPqkQ{display:flex;flex-direction:column;gap:15px;max-width:1200px;margin:0 auto;width:100%;flex:1 1}.Chat_message__6KkQc{display:flex;align-items:flex-start;animation:Chat_fadeIn__W8c1h .5s ease-in-out}.Chat_message__6KkQc.Chat_assistant__JH0dP{flex-direction:row}.Chat_message__6KkQc.Chat_user__tEGUe{flex-direction:row-reverse}.Chat_avatar__Tt1Hh{width:40px;height:40px;border-radius:50%;background-size:cover;background-position:50%;margin:0 10px;flex-shrink:0}.Chat_messageContent__N9VFX{padding:12px 16px;border-radius:15px;position:relative;color:var(--text-color);max-width:70%;white-space:pre-wrap;word-break:break-word}.Chat_messageContent__N9VFX,.Chat_message__6KkQc.Chat_assistant__JH0dP .Chat_messageContent__N9VFX{background-color:var(--assistant-bg)}.Chat_message__6KkQc.Chat_user__tEGUe .Chat_messageContent__N9VFX{background-color:var(--user-bg)}.Chat_chatForm__NioIW{display:flex;align-items:center;gap:10px;width:100%;max-width:1200px;margin:0 auto}.Chat_messageInput__7Wkkk{flex:1 1;padding:12px 55px 12px 15px;border:none;border-radius:20px;outline:none;background-color:var(--input-bg);color:var(--input-text);font-size:1rem;height:45px;width:100%;border:1px solid var(--border-color)}.Chat_messageInput__7Wkkk::placeholder{color:#808080}.Chat_sendButton__tZ_K8{position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:#1b6bb4;border:none;color:#ffffff;width:45px;height:45px;border-radius:50%;transition:background-color .3s,transform .2s;padding:8px;margin-right:5px}.Chat_sendButton__tZ_K8,.Chat_themeToggle__SP0M4{cursor:pointer;display:flex;align-items:center;justify-content:center}.Chat_themeToggle__SP0M4{background:var(--input-bg);color:var(--text-color);border:1px solid var(--border-color);width:40px;height:40px;border-radius:20px}.Chat_sendButton__tZ_K8:hover{background-color:#375ab7;transform:translateY(-50%) scale(1.05)}.Chat_sendButton__tZ_K8:active{transform:translateY(-50%) scale(.95)}.Chat_sendIcon__H_GBO{width:100%;height:100%;transform:rotate(0deg)}@media (min-width:821px) and (max-width:1024px){.Chat_chatForm__NioIW{position:fixed;left:0;right:0;bottom:0;width:100%;padding:20px 24px;background:var(--chat-bg);border-top:2px solid var(--border-color);z-index:700;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.Chat_inputContainer__EEHnl{max-width:85%;margin:0 auto;position:relative;display:flex;align-items:center}.Chat_messageInput__7Wkkk{height:52px;font-size:1.05rem;padding:16px 65px 16px 20px;border-radius:26px;transition:all .3s ease;background-color:var(--input-bg)}.Chat_messageInput__7Wkkk:focus{background-color:var(--input-bg);box-shadow:0 0 0 2px rgba(27,107,180,.3)}.Chat_sendButton__tZ_K8{width:52px;height:52px;padding:10px;margin-right:12px;right:2px;background-color:#1b6bb4;transition:all .3s ease}.Chat_sendButton__tZ_K8:hover{background-color:#2277c5;transform:translateY(-50%) scale(1.05)}.Chat_sendIcon__H_GBO{width:26px;height:26px}}@media (min-width:769px) and (max-width:820px){.Chat_chatForm__NioIW{position:fixed;left:0;right:0;bottom:0;width:100%;padding:16px 20px;background:var(--chat-bg);border-top:2px solid var(--border-color);z-index:800}.Chat_inputContainer__EEHnl{max-width:95%}.Chat_messageInput__7Wkkk{height:48px;font-size:1rem;padding:14px 60px 14px 18px;border-radius:24px}.Chat_sendButton__tZ_K8{width:48px;height:48px;padding:8px;margin-right:10px;right:2px}.Chat_sendIcon__H_GBO{width:24px;height:24px}}@media (min-width:481px) and (max-width:768px){.Chat_chatForm__NioIW{position:fixed;left:0;right:0;bottom:0;width:100%;padding:12px 16px;background:var(--chat-bg);border-top:1px solid var(--border-color);z-index:900}.Chat_inputContainer__EEHnl{max-width:90%}.Chat_messageInput__7Wkkk{height:42px;font-size:1rem;padding-right:50px}.Chat_sendButton__tZ_K8{width:42px;height:42px;padding:7px;margin-right:8px}}@media (max-width:480px){.Chat_chatForm__NioIW{position:fixed;left:0;right:0;bottom:0;width:100%;padding:8px;background:var(--chat-bg);border-top:1px solid var(--border-color);z-index:1000}.Chat_inputContainer__EEHnl{max-width:90%}.Chat_messageInput__7Wkkk{height:40px;font-size:1rem;padding-right:45px}.Chat_sendButton__tZ_K8{width:40px;height:40px;padding:6px}.Chat_sendIcon__H_GBO{width:20px;height:20px}}@media (max-width:768px){.Chat_chatHeader__4WeFi{padding:10px 15px}.Chat_messageContent__N9VFX{max-width:85%}.Chat_chatForm__NioIW{padding:10px 15px}}@media (max-width:480px){.Chat_sendButton__tZ_K8{width:35px;height:35px}.Chat_sendIcon__H_GBO{width:18px;height:18px}.Chat_themeToggle__SP0M4{width:35px;height:35px}.Chat_chatHeader__4WeFi h1{font-size:1.1rem}.Chat_backButton__ayA2c{padding:4px 12px;font-size:.85rem}.Chat_avatar__Tt1Hh{width:35px;height:35px}.Chat_messageContent__N9VFX{max-width:90%;padding:10px 14px}}.Chat_chatWindow__lj5yG::-webkit-scrollbar{display:none}.Chat_chatWindow__lj5yG{-ms-overflow-style:none;scrollbar-width:none}