.ChatBox_chatContainer__MrOY_{display:flex;flex-direction:column;height:100%;width:100%;background:#ffffff;border-radius:10px;box-shadow:0 .2rem .6rem rgba(0,0,0,.1);overflow:hidden}.ChatBox_messagesArea__tM_od{flex:1;overflow-y:auto;padding:32px 24px 24px;display:flex;flex-direction:column;gap:16px;min-height:400px;max-height:600px;position:relative}.ChatBox_messagesArea__tM_od::-webkit-scrollbar{width:8px}.ChatBox_messagesArea__tM_od::-webkit-scrollbar-track{background:#f9f9f9;border-radius:10px}.ChatBox_messagesArea__tM_od::-webkit-scrollbar-thumb{background:#d1d1d1;border-radius:10px}.ChatBox_messagesArea__tM_od::-webkit-scrollbar-thumb:hover{background:#a6a6a6}.ChatBox_message__MwFcp{display:flex;gap:12px;align-items:flex-start;animation:ChatBox_fadeIn__aTdpN .3s ease-in-out}@keyframes ChatBox_fadeIn__aTdpN{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatBox_userMessage__s5swh{flex-direction:row-reverse;justify-content:flex-start}.ChatBox_assistantMessage__YEg_n{flex-direction:row;justify-content:flex-start}.ChatBox_messageIcon__fjAx_{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.ChatBox_messageContent__njDHb{flex:1;max-width:calc(100% - 36px)}.ChatBox_messageText__B4_96{padding:16px 20px;border-radius:8px;font-size:15px;line-height:1.6;word-wrap:break-word}.ChatBox_userMessage__s5swh .ChatBox_messageText__B4_96{background:#ff6c37;color:#ffffff;border-radius:12px;border-bottom-right-radius:2px}.ChatBox_assistantMessage__YEg_n .ChatBox_messageText__B4_96{background:#f9f9f9;color:#212121;border:1px solid #ededed;border-radius:12px;border-bottom-left-radius:2px}.ChatBox_suggestionsBottom___b3yl{margin-top:auto;padding-top:16px;max-width:400px;margin-left:auto;margin-right:auto;width:calc(100% - 120px)}.ChatBox_suggestionsTitle__pAS8D{font-size:13px;font-weight:400;color:#6b6b6b;margin:0 0 12px;text-align:left}.ChatBox_suggestionsList__AV8KC{display:flex;flex-direction:column;gap:0}.ChatBox_suggestionItem__mTrOx{padding:12px 0;background:transparent;border:none;font-size:14px;color:#212121;text-align:left;cursor:pointer;transition:all .2s ease-in-out;width:100%;position:relative}.ChatBox_suggestionItem__mTrOx:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:#ededed;transition:background-color .2s ease-in-out}.ChatBox_suggestionItem__mTrOx:hover{color:#ff6c37}.ChatBox_suggestionItem__mTrOx:hover:after{background:#ff6c37}.ChatBox_suggestionItem__mTrOx:last-child:after{display:none}.ChatBox_loadingDots__qJBdm{display:flex;gap:6px;padding:16px 20px;background:#f9f9f9;border:1px solid #ededed;border-radius:12px;border-bottom-left-radius:2px}.ChatBox_loadingDots__qJBdm span{width:8px;height:8px;border-radius:50%;background:#a6a6a6;animation:ChatBox_bounce__eB5o1 1.4s ease-in-out infinite both}.ChatBox_loadingDots__qJBdm span:first-child{animation-delay:-.32s}.ChatBox_loadingDots__qJBdm span:nth-child(2){animation-delay:-.16s}@keyframes ChatBox_bounce__eB5o1{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width:768px){.ChatBox_messagesArea__tM_od{padding:20px 16px;min-height:300px}.ChatBox_messageText__B4_96{font-size:14px;padding:12px 16px}.ChatBox_suggestionsBottom___b3yl{width:calc(100% - 60px);max-width:100%}.ChatBox_suggestionItem__mTrOx{font-size:13px;padding:10px 0}.ChatBox_suggestionItem__mTrOx:after{left:0;right:0}}.ChatInput_chatInputForm__jQfUc{width:100%;display:flex;flex-direction:column;gap:8px}.ChatInput_inputContainer__sIp2A{display:flex;align-items:flex-end;gap:12px;padding:16px 20px;background:#ffffff;border:2px solid #ededed;border-radius:10px;transition:border-color .2s ease-in-out}.ChatInput_inputContainer__sIp2A:focus-within{border-color:#ff6c37}.ChatInput_textarea__lcGeF{flex:1;border:none!important;outline:none!important;box-shadow:none!important;resize:none;font-family:inherit;font-size:15px;line-height:1.5;color:#212121;background:transparent;min-height:24px;max-height:150px;overflow:hidden;padding:0;display:flex;align-items:center}.ChatInput_textarea__lcGeF::-moz-placeholder{color:#a6a6a6;line-height:1.5}.ChatInput_textarea__lcGeF::placeholder{color:#a6a6a6;line-height:1.5}.ChatInput_textarea__lcGeF:disabled{opacity:.6;cursor:not-allowed}.ChatInput_sendButton__6eg4D{display:flex;align-items:center;justify-content:center;height:40px;padding:0 24px;background:#ff6c37;border:none;border-radius:8px;color:#ffffff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;flex-shrink:0;white-space:nowrap}.ChatInput_sendButton__6eg4D:hover:not(:disabled){background:#ff8e64}.ChatInput_sendButton__6eg4D:active:not(:disabled){background:#d23f0e}.ChatInput_sendButton__6eg4D:disabled{background:#ededed;color:#a6a6a6;cursor:not-allowed}.ChatInput_helperText__JFLLN{font-size:12px;color:#212121;margin:0;padding:0 4px;text-align:right}@media (max-width:768px){.ChatInput_inputContainer__sIp2A{padding:12px 16px}.ChatInput_sendButton__6eg4D{height:36px;padding:0 20px;font-size:14px}.ChatInput_helperText__JFLLN{font-size:11px}}.ChatInterface_chatInterface__Gky8v{display:flex;flex-direction:column;gap:8px;width:100%;max-width:900px;margin:0 auto}.ChatInterface_inputWrapper__ufswG{width:100%}@media (max-width:768px){.ChatInterface_chatInterface__Gky8v{gap:10px}}.SimpleChatSection_section__Qg1oa{padding-top:4rem;padding-bottom:4rem}@media (min-width:1024px){.SimpleChatSection_section__Qg1oa{padding-top:5rem;padding-bottom:5rem}}.SimpleChatSection_container__Ow_0q{margin:0 auto;max-width:1000px;padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.SimpleChatSection_container__Ow_0q{padding-left:2rem;padding-right:2rem}}.SimpleChatSection_header__NS3uU{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.SimpleChatSection_eyebrow__GxlY1{display:inline-block;padding:.5rem 1rem;margin-bottom:1.5rem;background:#ff6c37;border-radius:50px;color:#ffffff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.SimpleChatSection_heading__38rcY{margin-bottom:1rem;font-size:2.25rem;font-weight:700;color:#212121;line-height:1.2}@media (min-width:1024px){.SimpleChatSection_heading__38rcY{font-size:3rem}}.SimpleChatSection_description__LCzdW{margin:0 auto;max-width:700px;font-size:1.125rem;line-height:1.7;color:#6b6b6b}@media (min-width:1024px){.SimpleChatSection_description__LCzdW{font-size:1.25rem}}.SimpleChatSection_chatSection__Wv9xj{max-width:900px;margin:0 auto}.SimpleChatSection_chatPrompt__w7G2H{margin-bottom:1.5rem;text-align:left;font-size:1.25rem;font-weight:600;color:#212121}@media (min-width:1024px){.SimpleChatSection_chatPrompt__w7G2H{font-size:1.5rem}}