@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");.index_container__Xi8tY{box-sizing:border-box;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fafafa;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}@media (max-width:768px){.index_container__Xi8tY{padding:8px;justify-content:flex-start}}.index_chatContainer__67p1r{box-sizing:border-box;background:#fff;border-radius:12px;border:1px solid #f0f0f0;width:100%;max-width:480px;height:680px;display:flex;flex-direction:column;overflow:hidden;position:relative}@media (max-width:768px){.index_chatContainer__67p1r{height:calc(100vh - 16px);border-radius:8px;max-width:100%}}.index_chatHeader__cxMbI{background:#fff;color:#1f1f1f;padding:24px;display:flex;align-items:center;gap:16px;border-bottom:1px solid #f5f5f5;box-sizing:border-box;min-height:80px;flex-shrink:0}@media (max-width:768px){.index_chatHeader__cxMbI{padding:16px;gap:12px}}.index_botAvatar__h_I12{width:40px;height:40px;border-radius:8px;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.index_botAvatar__h_I12 img{width:24px;height:24px;border-radius:4px}.index_headerInfo__yE_CM{flex:1 1;min-width:0}.index_headerInfo__yE_CM h1{margin:0;font-size:20px;font-weight:500;color:#1f1f1f;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index_status__lpjTk{font-size:12px;color:#666;font-weight:400;display:flex;align-items:center;gap:6px}.index_status__lpjTk:before{content:"";width:6px;height:6px;background:#22c55e;border-radius:50%;-webkit-animation:index_pulse__HPxzT 2s infinite;animation:index_pulse__HPxzT 2s infinite}.index_darkModeToggle__jDekl{background:#f8f8f8;border:1px solid #f0f0f0;border-radius:8px;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#666;margin-left:auto}.index_darkModeToggle__jDekl:hover{background:#f0f0f0;color:#333}@-webkit-keyframes index_pulse__HPxzT{0%,to{opacity:1}50%{opacity:.5}}.index_messagesContainer__T_SOn{flex:1 1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:20px;background:#fdfdfd}.index_messagesContainer__T_SOn::-webkit-scrollbar{width:3px}.index_messagesContainer__T_SOn::-webkit-scrollbar-track{background:transparent}.index_messagesContainer__T_SOn::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:1px}.index_message__77WEA{display:flex;-webkit-animation:index_slideIn__IuOaf .3s ease-out;animation:index_slideIn__IuOaf .3s ease-out}@-webkit-keyframes index_slideIn__IuOaf{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes index_slideIn__IuOaf{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.index_botMessage__P2QIu{justify-content:flex-start}.index_userMessage__df62P{justify-content:flex-end}.index_messageContent__0xDdh{display:flex;align-items:flex-end;gap:12px;max-width:80%}.index_userMessage__df62P .index_messageContent__0xDdh{flex-direction:row-reverse}.index_avatar__yN6Ws{width:28px;height:28px;border-radius:6px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.index_avatar__yN6Ws img{width:16px;height:16px;border-radius:3px}.index_messageBubble__3owja{background:#fff;border-radius:16px;padding:14px 18px;border:1px solid #f0f0f0;position:relative;word-wrap:break-word}.index_userMessage__df62P .index_messageBubble__3owja{background:#1f1f1f;color:#fff;border:none}.index_messageBubble__3owja p{margin:0;font-size:14px;line-height:1.5;font-weight:400}.index_timestamp__k7k04{font-size:10px;opacity:.5;margin-top:6px;display:block;font-weight:400}.index_typingIndicator__V8QQ4{display:flex;gap:3px;padding:6px 0}.index_typingIndicator__V8QQ4 span{width:6px;height:6px;border-radius:50%;background:#bbb;-webkit-animation:index_typing__5ID8A 1.4s ease-in-out infinite;animation:index_typing__5ID8A 1.4s ease-in-out infinite}.index_typingIndicator__V8QQ4 span:first-child{-webkit-animation-delay:0s;animation-delay:0s}.index_typingIndicator__V8QQ4 span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.index_typingIndicator__V8QQ4 span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes index_typing__5ID8A{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}@keyframes index_typing__5ID8A{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}.index_inputContainer__k_zhR{background:#fff;padding:24px;border-top:1px solid #f5f5f5;box-sizing:border-box}.index_imagePreview__mD95O{margin-bottom:16px;position:relative;display:inline-block;border-radius:8px;overflow:hidden;border:1px solid #f0f0f0}.index_previewImage__Nzsac{width:72px;height:72px;-o-object-fit:cover;object-fit:cover;display:block}.index_removeImageButton__XHom7{position:absolute;top:6px;right:6px;background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;transition:background .2s ease}.index_removeImageButton__XHom7:hover{background:rgba(0,0,0,.8)}.index_audioPreview__syzxL{position:relative;background:#f8f8f8;border-radius:8px;padding:12px;margin-bottom:12px;display:flex;align-items:center;gap:12px;border:1px solid #f0f0f0}.index_audioInfo__QrCE9{display:flex;flex-direction:column;gap:8px;flex:1 1}.index_audioInfo__QrCE9 span{font-size:14px;color:#666;font-weight:500}.index_audioPlayer__Md_L2{width:100%;height:32px}.index_removeAudioButton__nEl69{background:rgba(0,0,0,.6);color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;transition:background .2s ease;flex-shrink:0}.index_removeAudioButton__nEl69:hover{background:rgba(0,0,0,.8)}.index_audioContainer__faFwt{margin:8px 0}.index_messageAudio__nSSkL{width:100%;max-width:250px;height:32px}.index_inputActions__Xr3Qo{display:flex;gap:10px;margin-bottom:12px}.index_hiddenFileInput__Qdc10{display:none}.index_actionButton___sPxL{background:#f8f8f8;color:#666;border:1px solid #f0f0f0;border-radius:8px;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.index_actionButton___sPxL:hover:not(:disabled){background:#f0f0f0;color:#333}.index_actionButton___sPxL:disabled{opacity:.4;cursor:not-allowed}.index_actionButton___sPxL.index_recording__bGrJr{background:#f44;color:#fff;border-color:#f44;-webkit-animation:index_pulse__HPxzT 1s infinite;animation:index_pulse__HPxzT 1s infinite}@keyframes index_pulse__HPxzT{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.index_imageContainer__i2LnI{margin-bottom:10px}.index_messageImage__8z5wH{max-width:180px;max-height:180px;border-radius:6px;-o-object-fit:cover;object-fit:cover}.index_apiKeySection__qcrdT{display:flex;gap:8px;margin-bottom:12px;-webkit-animation:index_slideDown__02Jpn .3s ease-out;animation:index_slideDown__02Jpn .3s ease-out}@-webkit-keyframes index_slideDown__02Jpn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes index_slideDown__02Jpn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.index_apiKeyInput__F57G2{flex:1 1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;outline:none;transition:all .2s ease;background:#f8fafc}.index_apiKeyInput__F57G2:focus{border-color:#10a37f;background:#fff}.index_hideApiKey__Se7SE{background:#10a37f;color:#fff;border:none;border-radius:12px;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:18px;font-weight:700}.index_hideApiKey__Se7SE:hover:not(:disabled){background:#0891b2;transform:scale(1.05)}.index_hideApiKey__Se7SE:disabled{opacity:.5;cursor:not-allowed}.index_messageForm__bN_wy{display:flex;flex-direction:column;gap:8px}.index_inputRow__bHcqQ{display:flex;gap:8px;align-items:center;width:100%;box-sizing:border-box}.index_messageInput__n4Eb0{flex:1 1;padding:14px 18px;border:1px solid #f0f0f0;border-radius:12px;font-size:14px;font-family:Poppins,sans-serif;font-weight:400;outline:none;resize:none;transition:all .2s ease;background:#fdfdfd;min-height:44px}.index_messageInput__n4Eb0:focus{border-color:#ddd;background:#fff}.index_messageInput__n4Eb0:disabled{opacity:.5;cursor:not-allowed}.index_sendButton__mRIXj{background:#1f1f1f;color:#fff;border:none;border-radius:10px;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.index_sendButton__mRIXj:hover:not(:disabled){background:#333}.index_sendButton__mRIXj:disabled{opacity:.4;cursor:not-allowed}.index_footer__JKxwI{margin-top:24px;text-align:center;color:#999;font-size:13px;font-weight:400;opacity:.7}.index_footer__JKxwI a{color:#666;text-decoration:none;font-weight:400;transition:color .2s ease}.index_footer__JKxwI a:hover{color:#1f1f1f}@media (max-width:768px){.index_container__Xi8tY{padding:16px}.index_chatContainer__67p1r{height:calc(100vh - 32px);max-height:none;border-radius:8px}.index_chatHeader__cxMbI{padding:16px;gap:12px}.index_headerInfo__yE_CM h1{font-size:18px}.index_darkModeToggle__jDekl{width:36px;height:36px;flex-shrink:0}.index_messagesContainer__T_SOn{padding:16px}.index_messageContent__0xDdh{max-width:85%}}@media (max-width:480px){.index_chatHeader__cxMbI{padding:18px}.index_chatHeader__cxMbI h1{font-size:18px}.index_messagesContainer__T_SOn{padding:16px}.index_inputContainer__k_zhR{padding:12px}.index_inputActions__Xr3Qo{gap:8px}.index_inputRow__bHcqQ{gap:6px}.index_messageInput__n4Eb0{min-width:0;flex:1 1}.index_actionButton___sPxL{width:44px;height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.index_previewImage__Nzsac{width:56px;height:56px}.index_messageImage__8z5wH{max-width:140px;max-height:140px}.index_darkModeToggle__jDekl{width:32px;height:32px}}.index_container__Xi8tY.index_darkMode__W8bNt{background:#0f0f0f;color:#e5e5e5}.index_chatContainer__67p1r.index_darkMode__W8bNt{background:#1a1a1a;border-color:#2a2a2a}.index_darkMode__W8bNt .index_chatHeader__cxMbI{background:#1a1a1a;color:#e5e5e5;border-bottom-color:#2a2a2a}.index_darkMode__W8bNt .index_botAvatar__h_I12{background:#2a2a2a}.index_darkMode__W8bNt .index_headerInfo__yE_CM h1{color:#e5e5e5}.index_darkMode__W8bNt .index_status__lpjTk{color:#a0a0a0}.index_darkMode__W8bNt .index_messagesContainer__T_SOn{background:#141414}.index_darkMode__W8bNt .index_messagesContainer__T_SOn::-webkit-scrollbar-thumb{background:#3a3a3a}.index_darkMode__W8bNt .index_avatar__yN6Ws{background:#2a2a2a}.index_darkMode__W8bNt .index_messageBubble__3owja{background:#262626;border-color:#3a3a3a;color:#e5e5e5}.index_darkMode__W8bNt .index_userMessage__df62P .index_messageBubble__3owja{background:#e5e5e5;color:#1a1a1a}.index_darkMode__W8bNt .index_typingIndicator__V8QQ4 span{background:#666}.index_darkMode__W8bNt .index_inputContainer__k_zhR{background:#1a1a1a;border-top-color:#2a2a2a}.index_darkMode__W8bNt .index_imagePreview__mD95O{border-color:#3a3a3a}.index_darkMode__W8bNt .index_actionButton___sPxL{background:#2a2a2a;color:#a0a0a0;border-color:#3a3a3a}.index_darkMode__W8bNt .index_actionButton___sPxL:hover:not(:disabled){background:#3a3a3a;color:#e5e5e5}.index_darkMode__W8bNt .index_messageInput__n4Eb0{background:#262626;border-color:#3a3a3a;color:#e5e5e5}.index_darkMode__W8bNt .index_messageInput__n4Eb0:focus{background:#2a2a2a;border-color:#4a4a4a}.index_darkMode__W8bNt .index_messageInput__n4Eb0::-moz-placeholder{color:#666}.index_darkMode__W8bNt .index_messageInput__n4Eb0:-ms-input-placeholder{color:#666}.index_darkMode__W8bNt .index_messageInput__n4Eb0::placeholder{color:#666}.index_darkMode__W8bNt .index_sendButton__mRIXj{background:#e5e5e5;color:#1a1a1a}.index_darkMode__W8bNt .index_sendButton__mRIXj:hover:not(:disabled){background:#d0d0d0}.index_darkModeToggle__jDekl.index_darkMode__W8bNt{background:#2a2a2a;border-color:#3a3a3a;color:#a0a0a0}.index_darkModeToggle__jDekl.index_darkMode__W8bNt:hover{background:#3a3a3a;color:#e5e5e5}.index_darkMode__W8bNt .index_footer__JKxwI{color:#666}.index_darkMode__W8bNt .index_footer__JKxwI a{color:#a0a0a0}.index_darkMode__W8bNt .index_footer__JKxwI a:hover{color:#e5e5e5}