.ChatBox-module__K-VP9G__chatContainer{background:#fff;border-radius:10px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 .2rem .6rem #0000001a}.ChatBox-module__K-VP9G__messagesArea{flex-direction:column;flex:1;gap:16px;min-height:400px;max-height:600px;padding:32px 24px 24px;display:flex;position:relative;overflow-y:auto}.ChatBox-module__K-VP9G__messagesArea::-webkit-scrollbar{width:8px}.ChatBox-module__K-VP9G__messagesArea::-webkit-scrollbar-track{background:#f9f9f9;border-radius:10px}.ChatBox-module__K-VP9G__messagesArea::-webkit-scrollbar-thumb{background:#d1d1d1;border-radius:10px}.ChatBox-module__K-VP9G__messagesArea::-webkit-scrollbar-thumb:hover{background:#a6a6a6}.ChatBox-module__K-VP9G__message{align-items:flex-start;gap:12px;animation:.3s ease-in-out ChatBox-module__K-VP9G__fadeIn;display:flex}@keyframes ChatBox-module__K-VP9G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatBox-module__K-VP9G__userMessage{flex-direction:row-reverse;justify-content:flex-start}.ChatBox-module__K-VP9G__assistantMessage{flex-direction:row;justify-content:flex-start}.ChatBox-module__K-VP9G__messageIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ChatBox-module__K-VP9G__messageContent{flex:1;max-width:calc(100% - 36px)}.ChatBox-module__K-VP9G__messageText{word-wrap:break-word;border-radius:8px;padding:16px 20px;font-size:15px;line-height:1.6}.ChatBox-module__K-VP9G__userMessage .ChatBox-module__K-VP9G__messageText{color:#fff;background:#ff6c37;border-radius:12px 12px 2px}.ChatBox-module__K-VP9G__assistantMessage .ChatBox-module__K-VP9G__messageText{color:#212121;background:#f9f9f9;border:1px solid #ededed;border-radius:12px 12px 12px 2px}.ChatBox-module__K-VP9G__suggestionsBottom{width:calc(100% - 120px);max-width:400px;margin-top:auto;margin-left:auto;margin-right:auto;padding-top:16px}.ChatBox-module__K-VP9G__suggestionsTitle{color:#6b6b6b;text-align:left;margin:0 0 12px;font-size:13px;font-weight:400}.ChatBox-module__K-VP9G__suggestionsList{flex-direction:column;gap:0;display:flex}.ChatBox-module__K-VP9G__suggestionItem{color:#212121;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 0;font-size:14px;transition:all .2s ease-in-out;position:relative}.ChatBox-module__K-VP9G__suggestionItem:after{content:"";background:#ededed;height:1px;transition:background-color .2s ease-in-out;position:absolute;bottom:0;left:0;right:0}.ChatBox-module__K-VP9G__suggestionItem:hover{color:#ff6c37}.ChatBox-module__K-VP9G__suggestionItem:hover:after{background:#ff6c37}.ChatBox-module__K-VP9G__suggestionItem:last-child:after{display:none}.ChatBox-module__K-VP9G__loadingDots{background:#f9f9f9;border:1px solid #ededed;border-radius:12px 12px 12px 2px;gap:6px;padding:16px 20px;display:flex}.ChatBox-module__K-VP9G__loadingDots span{background:#a6a6a6;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both ChatBox-module__K-VP9G__bounce}.ChatBox-module__K-VP9G__loadingDots span:first-child{animation-delay:-.32s}.ChatBox-module__K-VP9G__loadingDots span:nth-child(2){animation-delay:-.16s}@keyframes ChatBox-module__K-VP9G__bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media (max-width:768px){.ChatBox-module__K-VP9G__messagesArea{min-height:300px;padding:20px 16px}.ChatBox-module__K-VP9G__messageText{padding:12px 16px;font-size:14px}.ChatBox-module__K-VP9G__suggestionsBottom{width:calc(100% - 60px);max-width:100%}.ChatBox-module__K-VP9G__suggestionItem{padding:10px 0;font-size:13px}.ChatBox-module__K-VP9G__suggestionItem:after{left:0;right:0}}
.ChatInput-module__jaK5-W__chatInputForm{flex-direction:column;gap:8px;width:100%;display:flex}.ChatInput-module__jaK5-W__inputContainer{background:#fff;border:2px solid #ededed;border-radius:10px;align-items:flex-end;gap:12px;padding:16px 20px;transition:border-color .2s ease-in-out;display:flex}.ChatInput-module__jaK5-W__inputContainer:focus-within{border-color:#ff6c37}.ChatInput-module__jaK5-W__textarea{resize:none;color:#212121;background:0 0;flex:1;align-items:center;min-height:24px;max-height:150px;padding:0;font-family:inherit;font-size:15px;line-height:1.5;display:flex;overflow:hidden;box-shadow:none!important;border:none!important;outline:none!important}.ChatInput-module__jaK5-W__textarea::placeholder{color:#a6a6a6;line-height:1.5}.ChatInput-module__jaK5-W__textarea:disabled{opacity:.6;cursor:not-allowed}.ChatInput-module__jaK5-W__sendButton{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6c37;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;height:40px;padding:0 24px;font-size:15px;font-weight:600;transition:all .2s ease-in-out;display:flex}.ChatInput-module__jaK5-W__sendButton:hover:not(:disabled){background:#ff8e64}.ChatInput-module__jaK5-W__sendButton:active:not(:disabled){background:#d23f0e}.ChatInput-module__jaK5-W__sendButton:disabled{color:#a6a6a6;cursor:not-allowed;background:#ededed}.ChatInput-module__jaK5-W__helperText{color:#212121;text-align:right;margin:0;padding:0 4px;font-size:12px}@media (max-width:768px){.ChatInput-module__jaK5-W__inputContainer{padding:12px 16px}.ChatInput-module__jaK5-W__sendButton{height:36px;padding:0 20px;font-size:14px}.ChatInput-module__jaK5-W__helperText{font-size:11px}}
.ChatInterface-module__Oj750a__chatInterface{flex-direction:column;gap:8px;width:100%;max-width:900px;margin:0 auto;display:flex}.ChatInterface-module__Oj750a__inputWrapper{width:100%}@media (max-width:768px){.ChatInterface-module__Oj750a__chatInterface{gap:10px}}
.SimpleChatSection-module__7tJN6a__section{padding-top:4rem;padding-bottom:4rem}@media (min-width:1024px){.SimpleChatSection-module__7tJN6a__section{padding-top:5rem;padding-bottom:5rem}}.SimpleChatSection-module__7tJN6a__container{max-width:1000px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:1024px){.SimpleChatSection-module__7tJN6a__container{padding-left:2rem;padding-right:2rem}}.SimpleChatSection-module__7tJN6a__header{text-align:center;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.SimpleChatSection-module__7tJN6a__eyebrow{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#ff6c37;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.SimpleChatSection-module__7tJN6a__heading{color:#212121;margin-bottom:1rem;font-weight:700;line-height:1.2}.SimpleChatSection-module__7tJN6a__description{color:#6b6b6b;max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.7}@media (min-width:1024px){.SimpleChatSection-module__7tJN6a__description{font-size:1.25rem}}.SimpleChatSection-module__7tJN6a__chatSection{max-width:900px;margin:0 auto}.SimpleChatSection-module__7tJN6a__chatPrompt{text-align:left;color:#212121;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}@media (min-width:1024px){.SimpleChatSection-module__7tJN6a__chatPrompt{font-size:1.5rem}}
