.chat_chatWrapper__kRmQJ{display:flex;flex-direction:column;height:100%;background-color:white}.chat_chatHeader__Ks24n{display:flex;align-items:center;gap:.75rem;padding:1rem;color:white}.chat_chatLogo__O7fWq{width:2rem;height:2rem;border-radius:9999px}.chat_chatTitle__rZml7{font-weight:600}.chat_chatSubtitle__Gm4l7{font-size:.875rem;opacity:.9}.chat_chatMessages__PVUHl{flex:1;padding:1rem;overflow-y:auto;scroll-behavior:smooth;display:flex;flex-direction:column;gap:1rem;background-color:#f9fafb}.chat_chatEmptyMessage__CUVjZ{width:100%;display:flex;justify-content:center;align-items:center}.chat_chatEmptyMessage__CUVjZ p{width:90%;text-align:center;font-size:.75rem;color:#6b7280}.chat_chatStarters__sGzMN{display:flex;flex-direction:column;gap:.5rem}.chat_starterTitle__zGcSH{font-size:.875rem;color:#4b5563;padding-left:.5rem;padding-right:.5rem}.chat_starterButton__uVUGz{width:100%;text-align:left;padding:.75rem;background-color:white;border:1px solid #e5e7eb;border-radius:.5rem;transition:background-color .2s ease-in-out;font-size:.875rem;cursor:pointer}.chat_starterButton__uVUGz:hover{background-color:#f9fafb}.chat_chatMessage__FRNX2{display:flex}.chat_chatStart__h0C2L{justify-content:flex-start}.chat_chatEnd__Taxc2{justify-content:flex-end}.chat_chatBubbleGroup__WW3o_{display:flex;gap:.5rem;font-size:.875rem}.chat_chatAvatar__Yq4dL{width:2rem;height:2rem;border-radius:9999px;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat_chatAvatarIcon__zKOTL{width:1rem;height:1rem;color:#4b5563}.chat_chatBubbleColumn__NATc6{display:flex;flex-direction:column}.chat_chatBubble__e54_2{position:relative;padding:.5rem 1rem;border-radius:1.5rem;word-wrap:break-word}.chat_userBubble__HMNzt{color:white;border-bottom-right-radius:.375rem}.chat_assistantBubble__6bxv_{background-color:#f3f4f6;color:#111827;border-bottom-left-radius:.375rem;max-width:95%}.chat_bubbleText__qxtWF{word-break:break-word;white-space:pre-wrap;max-width:10rem}.chat_chatTimestamp__IMo0O{font-size:.65rem;color:#9ca3af;margin-top:.25rem}.chat_timestampRight__6moIK{text-align:right}.chat_timestampLeft__MNaFn{text-align:left}.chat_inlineCode__VwzfH{background-color:#e5e7eb;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem}.chat_blockCode__AAZyD{display:block;color:white}.chat_codeBlockWrapper__lBPMP{overflow-x:auto;width:100%;margin:.5rem 0;background-color:#1f2937;padding:.5rem;border-radius:.375rem}.chat_mdP__QxzUh{margin-bottom:.5rem}.chat_mdUl__r47cq{list-style-type:disc}.chat_mdOl__dgnnd,.chat_mdUl__r47cq{padding-left:1.25rem;margin-bottom:.5rem}.chat_mdOl__dgnnd{list-style-type:decimal}.chat_mdLi__TbaHb{margin-bottom:.25rem}.chat_mdA__yUPxw{color:#3b82f6;text-decoration:underline}.chat_mdBlockquote__QuT8S{border-left:4px solid #d1d5db;padding-left:1rem;font-style:italic;margin:.5rem 0}.chat_mdTableWrapper__0UOOO{overflow-x:auto;margin:.5rem 0}.chat_mdTable__1qWuq{min-width:100%;border:1px solid #d1d5db;text-align:left;font-size:.875rem;border-collapse:collapse}.chat_mdThead__C_5Tn{background-color:#f3f4f6}.chat_mdTd__qzvHS,.chat_mdTh__Uut5T{border:1px solid #d1d5db;padding:.5rem 1rem}.chat_mdTh__Uut5T{font-weight:500}.chat_chatTyping__v7DCx{display:flex;justify-content:flex-start}.chat_typingBubble__pK0lz{max-width:80%;display:flex;align-items:flex-start;gap:.5rem}.chat_typingIndicator__8Kyo0{background-color:#f3f4f6;color:#111827;padding:.5rem 1rem;border-radius:1.5rem;border-bottom-left-radius:.375rem;display:flex;gap:.25rem}.chat_typingDot__BHHXk{width:.5rem;height:.5rem;background-color:#9ca3af;border-radius:9999px;animation:chat_bounce__3yTBu .8s infinite}.chat_delay1__AqH6l{animation-delay:.3s}.chat_delay2__mP3PZ{animation-delay:.5s}@keyframes chat_bounce__3yTBu{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.chat_messageInputForm__6deU_{padding:.75rem;border-top:1px solid #e5e7eb}.chat_inputContainer__gIbqD{position:relative;display:flex;align-items:center;gap:.5rem}.chat_messageInput__VodOI{flex:1;resize:none;padding:8px;border-radius:10px;overflow-y:hidden;color:#111827;border:1px solid #e5e7eb;outline:none;max-height:80px;min-height:40px;font-size:.875rem;line-height:1.275rem}.chat_chatWindow__QkiDr{display:flex;flex-direction:column;max-height:100%;overflow:hidden}.chat_sendButton__CWj0u{width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:white;transition:opacity .2s ease-in-out;border:none}.chat_sendButton__CWj0u:hover{opacity:.9}.chat_sendButton__CWj0u:disabled{opacity:.5;cursor:not-allowed}.chat_sendIcon___Kitm{width:1rem;height:1rem}.chat_toggleWidgetButton__VnWCN{position:absolute;top:10px;right:10px;background-color:none;color:white;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:99999}