.chatbot-head{display:flex;padding:10px 0 5px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.chatbot-head svg{width:20px;height:20px}.chatbot-head svg:hover{cursor:pointer}.chatbot-head h2{gap:8px;display:flex;font-size:20px;font-family:Helvetica;padding:0 15px;color:#1f2937;font-weight:300}.chatbot-maincontainer{width:100%;display:flex;flex-direction:column;height:calc(100vh - 40px);max-height:760px;min-height:450px;position:-webkit-sticky;position:sticky;top:1rem;background:white;border-radius:20px;padding:0 0 10px;overflow:hidden}@supports (-webkit-touch-callout:none){.chatbot-maincontainer{padding:50px 24px 55px}}.privateChatBot{padding:0!important}.chatbot-body{display:flex;flex-direction:column;align-items:center;padding:20px 0 10px;flex:1 1;min-height:0;overflow-y:auto;margin-bottom:10px;min-width:400px}.chatbot-body::-webkit-scrollbar{display:none}.chatbot-body-section1 h2,.chatbot-body-section1 h3{background:linear-gradient(180deg,#E7DFC2,#CCB264,#6691EF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:0 16px;font-size:54px;font-weight:500;font-family:Helvetica}.chatbot-body-section1 p{padding:0 16px;color:#6b7280;font-style:italic;font-size:14px;font-weight:400;font-family:Helvetica}.chatbot-body-section1{padding:0 0 16px;width:100%;justify-content:center}.chatbot-body-section1,.default-chatbot-data{display:flex;flex-direction:column}.default-chatbot-data p{width:-moz-fit-content;width:fit-content;font-size:14px;font-weight:400;font-family:Helvetica;color:#4b5563;margin:10px 0;border:1px solid #d1d5db;border-radius:20px;padding:10px 15px}.chatbot-body section{width:100%}.chatbot-body input{border:none;font-size:14px;font-family:Helvetica;width:90%;padding:6px 0}.chatbot-body input:focus-visible{outline:none}.chatbot-body-section2{width:100%;display:flex;flex-direction:row;align-items:flex-start;padding:19px 50px 19px 16px;border-radius:40px;border:1px solid rgba(0,0,0,.1);background:#FFF;position:relative;overflow:hidden}.chatbot-body-section2 textarea{width:100%;min-height:19px!important;max-height:200px;border:none;outline:none;resize:none;overflow:hidden;font-size:14px;color:#6b7280;line-height:20px;transition:height .1s ease;padding:0}.private-deal .chatbot-body-section2 textarea{background-color:#000}.chatbot-body-section2 textarea::-webkit-scrollbar{display:none}.chatbot-body-section2 img{position:absolute;right:7px;bottom:9px;width:42px;height:42px;cursor:pointer}.chatbot-body-section2 svg{stroke:white;width:20px;height:24px;background-image:url(/assets/pictures/Button-Hover.png)}.chatbot-modal{display:none}.private-deal{background-color:#171717!important}.private-deal .chatbot-maincontainer{color:#fff;padding-top:0!important}.private-deal .chatbot-head{border-bottom:1px solid #ffffff1a}.private-deal .chatbot-head h2{color:white!important}.private-deal .chatbot-head .arrow path{stroke:white}.private-deal .default-chatbot-data p{color:#ffff!important;border:1px solid #ffffff26!important}.private-deal .chatbot-body-section2,.private-deal .chatbot-body-section2 input{background-color:#000;color:#6B7280}.chat-messages{overflow:auto;width:100%}.chat-messages::-webkit-scrollbar{display:none}.chat-messages{padding:10px}.chat-block,.chat-messages{display:flex;flex-direction:column;gap:15px}.chat-block{margin-top:10px;width:100%}.chat-bubble{max-width:80%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.4;animation:fadeInUp .3s ease}.user-bubble{align-self:flex-end;background:black;color:white;border-bottom-right-radius:4px;word-break:break-word}.ai-bubble,.typing{align-self:flex-start;background:#f1f1f1;color:#333;border-bottom-left-radius:4px;border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.4}.animate{animation:fadeInUp .35s ease both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typing{display:flex;gap:4px}.typing span{width:6px;height:6px;background:#999;border-radius:50%;display:inline-block;animation:blink 1.4s infinite both}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.action-btn{height:48px;width:48px;cursor:pointer;transition:transform .15s ease-in-out;display:inline-block}.action-btn:active{transform:scale(.85)}.chatbot-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999}.chatbot-modal{width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.3);position:relative;overflow:auto}.chat-messages{flex:1 1;overflow-y:auto;max-height:658px;min-height:658px}.chatbot-modal-close{position:absolute;top:10px;right:12px;background:transparent;border:none;font-size:22px;cursor:pointer}@media(max-width:920px){.chatbot-modal{max-width:600px;height:90vh;max-height:90vh;max-height:unset;box-shadow:0 10px 25px rgba(0,0,0,.3)}.chatbot-maincontainer,.chatbot-modal{width:100%;display:flex;flex-direction:column;border-radius:20px;position:relative;overflow:hidden}.chatbot-maincontainer{height:100%;background:white;top:auto}.chatbot-head{flex:0 0 auto;position:-webkit-sticky;position:sticky;top:0;z-index:10}.chatbot-body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 0 10px;min-height:0}.chatbot-body-section2{flex:0 0 auto;position:-webkit-sticky;position:sticky;bottom:0;z-index:10;background:#fff}.private-deal-modal .chatbot-maincontainer{background:#1a1a1a;color:white}.chatbot-body-section1 h2,.chatbot-body-section1 h3{font-size:40px}}@media(max-width:480px){.chatbot-modal{height:100vh;max-height:100vh;min-height:unset;border-radius:0}.chatbot-maincontainer{border-radius:0;max-height:unset}}@media (max-width:450px){.chatbot-body-section2{padding:10px;min-height:unset!important;height:55px;border-radius:16px}.chatbot-body-section2 img{max-width:40px;max-height:40px}.chatbot-body{min-width:unset}.chatbot-body-section1 h2,.chatbot-body-section1 h3{font-size:34px}}