.Chat_container__JpLNl{display:flex;flex-direction:column;height:100%;max-width:800px;margin:0 auto;background:#f6f6f7;overflow:hidden}.Chat_header__yxiWb{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#ffffff;border-bottom:1px solid #e1e3e5;flex-shrink:0}.Chat_headerLeft__4oJ2u{display:flex;align-items:center;gap:10px}.Chat_headerLogo__kXpq6{width:32px;height:32px;border-radius:6px;object-fit:contain}.Chat_headerTitle__ao0ad{font-size:15px;font-weight:600;color:#202223;margin:0}.Chat_headerSubtitle__4U_8b{font-size:11px;color:#6d7175;margin:0}.Chat_newChatBtn__R02yp{padding:6px 12px;border:1px solid #c9cccf;border-radius:6px;background:#ffffff;color:#202223;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.Chat_newChatBtn__R02yp:hover{border-color:#008060;color:#008060}.Chat_messages__JhY9K{flex:1 1;min-height:0;overflow-y:auto;gap:16px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.Chat_empty__ifIGo,.Chat_messages__JhY9K{padding:20px;display:flex;flex-direction:column}.Chat_empty__ifIGo{align-items:center;justify-content:center;flex:1 1;text-align:center;gap:6px}.Chat_emptyLogo__HXRtw{width:64px;height:64px;object-fit:contain;margin-bottom:8px}.Chat_emptyTitle___YR2a{font-size:20px;font-weight:600;color:#202223}.Chat_emptySubtitle__aHZjF{font-size:14px;color:#6d7175;max-width:440px;line-height:1.5}.Chat_suggestions__6xpGB{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;justify-content:center;max-width:500px}.Chat_suggestion__DzRc_{padding:8px 14px;border:1px solid #e1e3e5;border-radius:20px;background:#ffffff;color:#202223;font-size:13px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.Chat_suggestion__DzRc_:hover{border-color:#008060;color:#008060;background:#f0fdf4;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.06)}.Chat_subscribeBtn__EfDL_{margin-top:24px;padding:14px 32px;background:#008060;color:#ffffff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s}.Chat_subscribeBtn__EfDL_:hover:not(:disabled){background:#006e52;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,128,96,.3)}.Chat_subscribeBtn__EfDL_:disabled{opacity:.7;cursor:not-allowed}.Chat_trialNote__9RvpS{font-size:12px;color:#8c9196;margin-top:8px}.Chat_message__YX51t{display:flex;gap:8px;max-width:88%;animation:Chat_fadeIn__MCOf9 .2s ease}@keyframes Chat_fadeIn__MCOf9{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.Chat_userMessage__Xo3b2{align-self:flex-end}.Chat_agentMessage__nr1Cv{align-self:flex-start}.Chat_agentAvatarImg__sEfdf{width:28px;height:28px;border-radius:50%;object-fit:contain;flex-shrink:0;margin-top:2px}.Chat_bubble__NRlXJ{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.55;word-break:break-word}.Chat_userBubble__65aEr{background:#008060;color:#ffffff;border-bottom-right-radius:4px}.Chat_agentBubble__7iXW0{background:#ffffff;color:#202223;border:1px solid #e1e3e5;border-bottom-left-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.04)}.Chat_text__idOx6{white-space:pre-wrap}.Chat_toolCall__nF2qp{display:flex;align-items:center;gap:6px;padding:5px 10px;margin:4px 0;font-size:12px;border-radius:6px;font-weight:500}.Chat_toolRunning__Ezf7i{background:#fff8e6;color:#8a6d00}.Chat_toolDone___wdsF{background:#f0fdf4;color:#008060}.Chat_toolIcon__dYjl_{font-size:12px;flex-shrink:0}.Chat_toolLabel__RT3ld{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat_typing__5O5eg{display:flex;gap:4px;padding:4px 0}.Chat_typing__5O5eg span{width:6px;height:6px;border-radius:50%;background:#8c9196;animation:Chat_bounce__DBnGF 1.4s ease-in-out infinite both}.Chat_typing__5O5eg span:first-child{animation-delay:-.32s}.Chat_typing__5O5eg span:nth-child(2){animation-delay:-.16s}@keyframes Chat_bounce__DBnGF{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.Chat_doneBubble__Rpjvm{background:#f0fdf4!important;border-color:#86efac!important;color:#166534;font-weight:600}.Chat_errorBubble__BExrS{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:10px 14px;border-radius:8px;font-size:13px;align-self:center}.Chat_inputArea__aDzaw{display:flex;gap:8px;padding:12px 20px 16px;background:#ffffff;border-top:1px solid #e1e3e5;align-items:flex-end;flex-shrink:0}.Chat_textarea__Pbenp{flex:1 1;border:1px solid #c9cccf;border-radius:12px;padding:10px 14px;font-size:16px;font-family:inherit;resize:none;outline:none;min-height:42px;max-height:120px;line-height:1.4;transition:border-color .15s}.Chat_textarea__Pbenp:focus{border-color:#008060;box-shadow:0 0 0 2px rgba(0,128,96,.12)}.Chat_textarea__Pbenp:disabled{background:#f6f6f7}.Chat_sendButton__Ysouy{width:42px;height:42px;border:none;border-radius:12px;background:#008060;color:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.Chat_sendButton__Ysouy:hover:not(:disabled){background:#006e52;transform:scale(1.04)}.Chat_sendButton__Ysouy:disabled{background:#d4d4d4;cursor:not-allowed}@media (max-width:600px){.Chat_header__yxiWb{display:none}.Chat_messages__JhY9K{padding:12px;gap:12px}.Chat_message__YX51t{max-width:92%;gap:6px}.Chat_agentAvatarImg__sEfdf{width:24px;height:24px}.Chat_bubble__NRlXJ{padding:8px 12px;border-radius:14px}.Chat_empty__ifIGo{padding:16px}.Chat_emptyLogo__HXRtw{width:48px;height:48px}.Chat_emptyTitle___YR2a{font-size:18px}.Chat_emptySubtitle__aHZjF{font-size:13px}.Chat_suggestions__6xpGB{gap:6px;margin-top:16px}.Chat_suggestion__DzRc_{padding:7px 12px;font-size:12px;white-space:normal;text-align:center}.Chat_subscribeBtn__EfDL_{padding:12px 24px;font-size:15px;width:100%;max-width:300px}.Chat_inputArea__aDzaw{padding:10px 12px 14px;gap:6px}.Chat_sendButton__Ysouy{width:40px;height:40px;border-radius:10px}.Chat_toolCall__nF2qp{font-size:11px;padding:4px 8px}.Chat_errorBubble__BExrS{font-size:12px;padding:8px 12px}}.chat_wrapper__fSRdY{display:flex;flex-direction:column;height:100vh;overflow:hidden}.chat_topBar__uu66D{display:flex;align-items:center;gap:12px;padding:10px 20px;background:#ffffff;border-bottom:1px solid #e1e3e5;flex-shrink:0}.chat_backBtn__xeuNI{font-size:13px;color:#2c6ecb;text-decoration:none;font-weight:500}.chat_backBtn__xeuNI:hover{text-decoration:underline}.chat_title__hNJ4L{font-size:14px;font-weight:600;color:#202223}.chat_chatArea__7F2wV{flex:1 1;min-height:0}@media (max-width:600px){.chat_topBar__uu66D{padding:8px 14px}.chat_title__hNJ4L{font-size:13px}}