@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.chatbot-header{padding:20px 20px 5px;display:flex;align-items:center;justify-content:space-between}@media(max-height:250px){.chatbot-header{display:none}}.chatbot-header-left{display:flex;align-items:center;gap:15px}.chatbot-avatar{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}.chatbot-avatar img{width:40px;height:40px}.chatbot-title-section{display:flex;flex-direction:column}.chatbot-title{font-size:18px;font-weight:700;margin:0;width:170px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.chatbot-title-light{color:#222}.chatbot-title-dark{color:#f2f2f2}.chatbot-subtitle{font-size:14px;margin:0}.chatbot-subtitle-light{color:#393939}.chatbot-subtitle-dark{color:#d1d1d1}.chatbot-header-actions{display:flex;height:30px;gap:25px;align-self:start;padding-top:12px;padding-right:15px}.chatbot-icon-button{background:transparent;border:none;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.chatbot-icon-button:hover{transform:scale(1.1);opacity:.8}.chatbot-icon-button:active{transform:scale(.95)}.chatbot-content{flex:1;border-radius:20px 20px 0 0;padding:15px;margin:10px 10px 0;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.chatbot-content-light{background:#fff}.chatbot-content-dark{background:#1a1835}.chatbot-content::-webkit-scrollbar{display:none}.chatbot-first-message{padding:10px;border-radius:15px 15px 15px 0;margin-bottom:8px;font-size:14px;width:fit-content;animation:slideInLeft .3s ease}.chatbot-first-message-light{background:#f5f5f5;color:#2c3e50}.chatbot-first-message-dark{background:#5f28fb;color:#f5f5f5}.chatbot-prompts{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.chatbot-prompt-button{max-width:330px;overflow-wrap:anywhere;text-align:start;padding:8px 16px;border-radius:16px;cursor:pointer;font-size:14px;transition:all .3s ease;animation:fadeInUp .4s ease backwards;animation-delay:calc(.1s * var(--index, 1))}.chatbot-prompt-button-light{border:2px solid gray;background:#fff;color:#2c3e50}.chatbot-prompt-button-dark{border:2px solid #5e40af;background:#5f28fb;color:#f2f2f2}.chatbot-prompt-button-light:hover{background:var(--hover-bg, gray);color:#2c3e50;transform:translateY(-2px);box-shadow:0 4px 8px #8080804d}.chatbot-prompt-button-dark:hover{background:var(--hover-bg, #5e40af);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #6645c2}.chatbot-prompt-button:active{transform:translateY(0)}.chatbot-messages{flex:1;overflow-y:auto;margin-bottom:15px;scrollbar-width:none;-ms-overflow-style:none}.chatbot-messages::-webkit-scrollbar{display:none}.chatbot-message-base{font-size:14px;padding:12px 16px;border-radius:15px;margin-bottom:10px;max-width:80%;word-wrap:break-word}.chatbot-message-user{margin-left:auto;margin-right:0;display:block;text-align:left;animation:slideInRight .3s ease}.chatbot-message-user-light{color:#2c3e50}.chatbot-message-user-dark{color:#f2f2f2}.chatbot-message-bot{border-radius:15px 15px 15px 0;animation:slideInLeft .3s ease}.chatbot-message-bot-light{background:#f5f5f5;color:#2c3e50}.chatbot-message-bot-dark{background:#5f28fb;color:#f5f5f5}.chatbot-input-container{display:flex;gap:10px;align-items:center;padding:15px;margin:0 10px 10px;border-radius:0 0 15px 15px;box-shadow:0 -4px 12px #0000001a}@media(max-height:200px){.chatbot-input-container{padding:2px 2px 2px 15px}}.chatbot-input-container-light{background:#fff;border-top:1px solid #e0e0e0}.chatbot-input-container-dark{background:#1a1835;border-top:1px solid #444654}.chatbot-input{flex:1;border:none;outline:none;font-size:14px;transition:transform .2s ease}.chatbot-input-light{color:#2c3e50}.chatbot-input-dark{color:#fff}.chatbot-input:focus{transform:scale(1.01)}.chatbot-input::placeholder{color:#bebebe}.chatbot-input:disabled{opacity:.6;cursor:not-allowed}.chatbot-send-button{width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chatbot-send-button-light:hover:not(:disabled){transform:scale(1.1) rotate(15deg);box-shadow:0 4px 12px gray}.chatbot-send-button-dark:hover:not(:disabled){transform:scale(1.1) rotate(15deg);box-shadow:0 4px 12px #5f28fb}.chatbot-send-button:active:not(:disabled){transform:scale(.95) rotate(0)}.chatbot-send-button:disabled{opacity:.5;cursor:not-allowed}.chatbot-send-button svg{margin-left:4px;width:24px;height:24px;fill:#222}.chatbot-send-button svg{margin-left:4px;width:24px;height:24px}.chatbot-send-button-light svg{fill:#222}.chatbot-send-button-dark svg{fill:#f2f2f2}.chatbot-typing-indicator{display:flex;align-items:center;gap:4px}.chatbot-typing-dot{width:8px;height:8px;border-radius:50%;background-color:#bebebe;animation:typing 1.4s infinite}.chatbot-typing-dot:nth-child(2){animation-delay:.2s}.chatbot-typing-dot:nth-child(3){animation-delay:.4s}.chatbot-popover-menu{position:absolute;top:55px;right:65px;border-radius:24px;box-shadow:0 2px 8px #00000026;min-width:120px;font-size:18px;z-index:10000;padding:8px;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.chatbot-popover-menu.visible{opacity:1;transform:translateY(0);pointer-events:auto}.chatbot-popover-menu-light{background:#fff;color:#2c3e50;border-radius:16px}.chatbot-popover-menu-dark{border-color:#1a1835;box-shadow:0 2px 8px #393939;background:#5f28fb;color:#f5f5f5;border-radius:16px}.chatbot-popover-item{padding:10px}.chatbot-popover-item-light:hover{background:#f2f2f2;border-radius:16px}.chatbot-popover-item-dark:hover{background:#4b4786;border-radius:16px}.chatbot-button{font-size:14px;position:fixed;bottom:35px;right:50px;border-radius:12px;width:148px;height:41px;background:linear-gradient(135deg,#efedec,#7c7c7c);border:none;cursor:pointer;box-shadow:0 4px 12px #00000026;z-index:1000;transition:transform .2s}.chatbot-button:hover{transform:scale(1.1)}.chatbot-button-light{color:#424242}.chatbot-button-dark{color:#f5f5f5}.chatbot-container{position:fixed;bottom:clamp(10px,15vh,105px);right:50px;width:375px;height:clamp(300px,75vh,585px);border-radius:20px;background:#ffa731;box-shadow:0 8px 32px #0003;display:none;flex-direction:column;z-index:1000;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);transition:opacity .3s ease,transform .3s ease}@media(max-width:500px){.chatbot-container{width:90%;height:clamp(250px,85vh,80vh);bottom:10%;right:5%}}@media(max-height:400px){.chatbot-container{height:90vh;bottom:5px}}.chatbot-container.active{display:flex;animation:growUp .3s ease forwards}.chatbot-container.closing{animation:shrinkDown .3s ease forwards}@keyframes growUp{0%{opacity:0;transform:scale(0);transform-origin:bottom right}to{opacity:1;transform:scale(1);transform-origin:bottom right}}@keyframes shrinkDown{0%{opacity:1;transform:scale(1);transform-origin:bottom right}to{opacity:0;transform:scale(0);transform-origin:bottom right}}.chatbot-icon-button svg{stroke-width:2;padding-bottom:1}.chatbot-message{background:#f5f5f5;padding:15px;border-radius:15px;margin-bottom:15px;font-size:14px;color:#2c3e50}.chatbot-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;display:none}
