.AiChatbot_chatbotContainer__dg4ib{position:fixed;right:20px;bottom:20px;z-index:9999;font-family:inherit}.AiChatbot_chatButton__mtZxz{width:50px;height:50px;border-radius:50%;background-color:#ff6b00;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0,0,0,.2);transition:transform .2s ease;z-index:9999}.AiChatbot_chatButton__mtZxz svg{width:24px;height:24px}.AiChatbot_chatButton__mtZxz:hover{transform:scale(1.05)}.AiChatbot_chatWindow__KcUJG{position:fixed;right:20px;height:min(704px,100% - 104px);width:400px;min-height:80px;background-color:#fff;display:flex;flex-direction:column;overflow:hidden;z-index:9998;bottom:84px;transform-origin:right bottom;visibility:visible;max-height:704px;border-radius:16px;box-shadow:0 5px 40px rgba(0,0,0,.16);opacity:1;transition:width .2s,height .2s,max-height .2s,transform .3s cubic-bezier(0,1.2,1,1),opacity 83ms ease-out;pointer-events:all}@media(max-width:1440px){.AiChatbot_chatWindow__KcUJG{height:430px}}.AiChatbot_chatHeader__mmYLM{padding:18px;background:#f48120;color:#fff;display:flex;justify-content:space-between;align-items:center;position:relative}.AiChatbot_chatHeader__mmYLM .AiChatbot_newChatBtn__p_cOZ{background-color:#fff;padding:5px 12px;border-radius:4px;color:#000;font-size:12px;position:absolute;right:50px;font-weight:600}.AiChatbot_chatHeader__mmYLM h3{margin:0;font-size:18px;font-weight:500;color:#fff}@media(max-width:767px){.AiChatbot_chatHeader__mmYLM h3{font-size:16px}}.AiChatbot_chatDisclaimer__tSbsd{padding:8px;background-color:hsla(0,0%,100%,.102);border:1px solid #d3d3d3;font-size:11px;text-align:center;font-style:italic;letter-spacing:.1px;line-height:1.3;border-radius:10px;margin-top:10px;margin-left:10px;margin-right:10px;color:#5e5d5d}.AiChatbot_chatDisclaimer__tSbsd svg{width:12px;height:12px;margin-right:5px;vertical-align:-1px}.AiChatbot_closeButton__7_mSi{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;line-height:1}.AiChatbot_messagesContainer__GO9KZ{flex:1 1;overflow-y:auto;padding:15px;display:flex;flex-direction:column;gap:10px;background-color:#fff}.AiChatbot_message___tTly{max-width:85%;padding:5px 10px;border-radius:12px;position:relative;word-wrap:break-word;font-size:14px}.AiChatbot_message___tTly.AiChatbot_userMessage__Phc5V{background:#f48120;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.AiChatbot_message___tTly.AiChatbot_assistantMessage__DCQgP{background-color:#fff;color:#333;align-self:flex-start;border-top-left-radius:0;position:relative;margin-left:30px;border:1px solid #d8d8d8;box-shadow:0 3px 6px rgba(0,0,0,.06)}.AiChatbot_assistantIcon__cqOgY{position:absolute;left:-30px;top:5px;overflow:hidden}.AiChatbot_assistantIcon__cqOgY img{width:21px;height:100%;-o-object-fit:cover;object-fit:cover}.AiChatbot_messageContent__rEljb{margin-bottom:4px;line-height:1.4}.AiChatbot_messageContent__rEljb p{margin:0 0 8px}.AiChatbot_messageContent__rEljb p:last-child{margin-bottom:0}.AiChatbot_messageContent__rEljb pre{background-color:rgba(0,0,0,.05);border-radius:4px;padding:8px;overflow-x:auto;font-family:monospace;font-size:11px;margin:8px 0}.AiChatbot_messageContent__rEljb code{background-color:rgba(0,0,0,.05);font-family:monospace;padding:2px 4px;border-radius:3px;font-size:11px}.AiChatbot_messageContent__rEljb ol,.AiChatbot_messageContent__rEljb ul{margin:8px 0;padding-left:20px}.AiChatbot_messageContent__rEljb a{color:#007bff;text-decoration:underline}.AiChatbot_messageContent__rEljb a:hover{text-decoration:none}.AiChatbot_messageContent__rEljb blockquote{border-left:3px solid #ccc;margin-left:0;padding-left:10px;color:#555}.AiChatbot_messageContent__rEljb img{max-width:100%;height:auto;border-radius:4px;margin:8px 0}.AiChatbot_messageContent__rEljb table{border-collapse:collapse;width:100%;margin:8px 0}.AiChatbot_messageContent__rEljb table td,.AiChatbot_messageContent__rEljb table th{border:1px solid #ddd;padding:4px;text-align:left}.AiChatbot_messageContent__rEljb table th{background-color:rgba(0,0,0,.05)}.AiChatbot_messageTime__I1wlf{font-size:9px;opacity:.7;text-align:right}.AiChatbot_inputContainer__xyVJs{padding:12px 60px 12px 12px;border-top:1px solid #eee;display:flex;gap:10px;background-color:#fff;position:relative}.AiChatbot_inputContainer__xyVJs .AiChatbot_chatTextarea__iSwPX{padding:10px 15px;border:1px solid #ddd;border-radius:20px;outline:none;font-size:16px;width:100%;resize:none;line-height:1.5;font-family:inherit}.AiChatbot_inputContainer__xyVJs .AiChatbot_chatTextarea__iSwPX:focus{border-color:#007bff}.AiChatbot_inputContainer__xyVJs .AiChatbot_chatTextarea__iSwPX:disabled{background-color:#f5f5f5;cursor:not-allowed}.AiChatbot_inputContainer__xyVJs button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#ff6b00;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s ease;padding:0;position:absolute;right:12px;bottom:12px}.AiChatbot_inputContainer__xyVJs button svg{width:20px;height:20px}.AiChatbot_inputContainer__xyVJs button:disabled{background-color:#ccc;cursor:not-allowed}@media(max-width:576px){.AiChatbot_chatWindow__KcUJG{width:100vw;height:100vh;bottom:0;right:0;max-height:100%;border-radius:0;box-shadow:none}.AiChatbot_chatbotContainerOpened__WABeT{position:fixed;right:inherit;bottom:0;z-index:9999;font-family:inherit;height:100%;width:100%}.AiChatbot_chatbotContainerOpened__WABeT:after{content:"";background:#fff;position:absolute;width:100%;height:100%}}.AiChatbot_askDotsAI__DPXoS{position:fixed;bottom:50px;right:50px;display:flex;align-items:center;background-color:#000;z-index:9;border-radius:50px;padding:2px 13px 2px 10px;border:2px solid #f48120;cursor:pointer;color:#fff;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,0,0,.2)}.AiChatbot_askDotsAI__DPXoS:hover{background-color:#111;transform:translateY(-2px)}@media(max-width:767px){.AiChatbot_askDotsAI__DPXoS{bottom:65px;right:20px;padding:5px}}.AiChatbot_askDotsAI__DPXoS .AiChatbot_icon__u2Yl_{width:40px;height:40px;margin-right:3px}@media(max-width:767px){.AiChatbot_askDotsAI__DPXoS .AiChatbot_icon__u2Yl_{margin-right:0}}.AiChatbot_askDotsAI__DPXoS .AiChatbot_textWrapper__QQdd3{text-align:left;line-height:1.2}@media(max-width:767px){.AiChatbot_askDotsAI__DPXoS .AiChatbot_textWrapper__QQdd3{display:none}}.AiChatbot_askDotsAI__DPXoS .AiChatbot_smallText__UQNfL{font-size:9px;margin:0;opacity:.8;line-height:1.5;color:#fff}.AiChatbot_askDotsAI__DPXoS .AiChatbot_title__2Z6jZ{font-size:14px;font-weight:600;margin:0;color:#fff;line-height:1.2}