@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css);@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600&display=swap);:root{--primary-gradient:linear-gradient(45deg, #99b127 0%, #829c03 100%);--bot-bg:#f0f2f5;--user-bg:#99b127;--shadow:0 10px 25px rgba(0,0,0,0.15);--border-radius:16px}.chatbot-bubble{position:fixed;bottom:25px;right:25px;width:65px;height:65px;color:#fff;border-radius:50%;border:4px solid #fff;font-size:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:9999;box-shadow:var(--shadow);transition:all 0.3s cubic-bezier(.175,.885,.32,1.275)}.chatbot-bubble:hover{transform:scale(1.1)}#chatgpt-bot{font-family:'Outfit',sans-serif;z-index:9999;position:fixed;bottom:100px;right:25px;width:380px;height:550px;background:#fff;border-radius:16px;box-shadow:var(--shadow);display:none;flex-direction:column;border:1px solid rgba(0,0,0,.05)}#chatgpt-bot.block,#chatgpt-bot.minimalist{position:static;display:block;width:100%}#chatgpt-bot.minimalist{height:auto;background:transparent;box-shadow:none}#chatgpt-bot .chatbot-content{display:flex;flex-direction:column;height:100%;width:100%}.chat-header{padding:15px 20px;color:#fff;position:relative;flex-shrink:0;border-radius:16px 16px 0 0}#chatgpt-bot .msg.user{align-self:flex-end;border-radius:15px 15px 4px 15px}#chatgpt-bot .closeBtn{position:absolute;top:15px;right:15px;background:rgba(255,255,255,.2);border:none;color:#fff;width:26px;height:26px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;padding:0}#chatgpt-bot .closeBtn:hover{background:rgba(255,255,255,.3)}#chat-output{flex:1;overflow-y:auto!important;padding:20px;background-color:#fff;display:flex;flex-direction:column;gap:12px;min-height:0}#chatgpt-bot .msg{margin:0;padding:10px 14px;font-size:14px;line-height:1.4;word-wrap:break-word;max-width:85%}#chatgpt-bot .msg.bot{align-self:flex-start;background-color:var(--bot-bg);color:#333;border-radius:4px 15px 15px 15px}#chatgpt-bot .msg.user{align-self:flex-end;background-color:var(--user-bg);color:#fff;border-radius:15px 15px 4px 15px}.chat-input-container{padding:15px;background:#fff;border-top:1px solid #eee;flex-shrink:0}.chat-input-container.default,.chat-input-container.block{display:flex;flex-direction:column;gap:8px;border-radius:32px}.chat-input-container.minimalist{display:flex;flex-direction:row;gap:8px}#chatgpt-bot input{width:100%!important;border:2px solid #f0f2f5!important;background:#f0f2f5!important;padding:10px 15px!important;border-radius:10px!important;box-sizing:border-box!important}#chatgpt-bot input:focus{border-color:#d9d9d9!important;background:white!important;outline:none}#chatgpt-bot button#send-chat{width:100%;background:var(--primary-gradient);color:#fff;border:none;padding:10px;border-radius:10px;font-weight:600;cursor:pointer}#chat-output::-webkit-scrollbar{width:5px}#chat-output::-webkit-scrollbar-track{background:#f1f1f1}#chat-output::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.chatbot-header-avatar{position:relative;display:inline-block}.chatbot-header-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.chatbot-header-avatar::after{content:"";position:absolute;bottom:2px;right:2px;width:10px;height:10px;background-color:#2ecc71;border:2px solid #fff;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.2)}.chatgpt-bot.minimalist #chat-output{max-height:300px!important;overflow-y:auto!important;background:transparent!important;padding-right:5px}.chatgpt-bot.minimalist #chat-output::-webkit-scrollbar{width:4px}.chatgpt-bot.minimalist #chat-output::-webkit-scrollbar-track{background:transparent}.chatgpt-bot.minimalist #chat-output::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:10px}.chatgpt-bot.minimalist,.chatbot-content.minimalist{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;width:100%}.chatgpt-bot.minimalist .msg.bot{background:rgba(255,255,255,.08)!important;color:#ffffff!important;border:1px solid rgba(255,255,255,.1);border-radius:12px;margin-bottom:10px;font-size:14px}.chat-input-container.minimalist{background:transparent!important;border-top:1px solid rgba(255,255,255,.2)!important;padding:10px 0!important;margin-top:10px}.chat-input-container.minimalist input#chat-input{background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.3)!important;color:#ffffff!important;border-radius:20px;padding:10px 15px;outline:none}.chat-input-container.minimalist input#chat-input::placeholder{color:rgba(255,255,255,.5)}.chat-input-container.minimalist #voice-chat{background:transparent!important;border:none!important;color:#ffffff!important}.chat-input-container.minimalist #mic-icon{fill:#ffffff!important}#mic-spinner{color:#ffffff!important}.chatgpt-bot.minimalist .chatbot-footer-extra{color:rgba(255,255,255,.8)!important;padding:5px 0!important;border-top:1px solid rgba(255,255,255,.1);margin-top:5px}.chatgpt-bot.default .chatbot-footer-extra a{color:var(--chatbot-color)}@media (max-width:768px){#chatgpt-bot.default{width:100%!important;height:100%!important;bottom:0!important;right:0!important;left:0!important;border-radius:0!important}}