#evol-chatbot{position:fixed;right:24px;bottom:24px;z-index:99999;font-family:Arial,sans-serif}#evol-chatbot-toggle{width:76px;height:76px;padding:0;overflow:hidden;cursor:pointer;background:#fff;border:3px solid #d6b06d;border-radius:50%;box-shadow:0 10px 30px rgb(0 0 0 / .25)}#evol-chatbot-toggle img{display:block;width:100%;height:100%;object-fit:cover}#evol-chatbot-window{position:absolute;right:0;bottom:92px;display:none;flex-direction:column;width:360px;height:520px;overflow:hidden;background:#f8f5ef;border:1px solid rgb(182 139 69 / .4);border-radius:22px;box-shadow:0 20px 60px rgb(0 0 0 / .22)}#evol-chatbot-window.open{display:flex}.evol-chat-header{flex:0 0 auto;display:flex;align-items:center;gap:12px;min-height:86px;padding:14px 16px;background:#fff;border-bottom:1px solid #eee;box-sizing:border-box}.evol-header-avatar{flex:0 0 52px;width:52px;height:52px;object-fit:cover;border-radius:50%}.evol-header-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.evol-header-info strong{display:block;margin:0;color:#222;font-size:16px;font-weight:700;line-height:1.2}.evol-header-info small{display:block;margin:0;color:#666;font-size:12px;font-weight:600;line-height:1.3}.evol-status{display:flex;align-items:center;gap:6px;margin-top:2px;color:#24b864;font-size:11px;font-weight:600;line-height:1.2}.evol-status-dot{flex:0 0 7px;width:7px;height:7px;background:#37d67a;border-radius:50%}#evol-chatbot-close{flex:0 0 auto;margin-left:auto;padding:5px;cursor:pointer;background:#fff0;border:0;color:#9b7a3a;font-size:25px;line-height:1}#evol-chat-messages{flex:1 1 auto;min-height:0;padding:18px;overflow-y:auto;box-sizing:border-box}.evol-message{max-width:82%;margin-bottom:12px;padding:12px 14px;border-radius:16px;font-size:14px;line-height:1.4;overflow-wrap:anywhere}.evol-message.bot{color:#222;background:#fff;border-bottom-left-radius:4px}.evol-message.user{margin-left:auto;color:#fff;background:#1f1f24;border-bottom-right-radius:4px}.evol-message.typing{color:#777;font-style:italic}.evol-powered{flex:0 0 auto;padding:9px 14px;text-align:center;background:rgb(255 255 255 / .55);border-top:1px solid #eee;box-sizing:border-box}.evol-powered strong{display:block;margin:0 0 1px;color:#333;font-size:11px;font-weight:700;line-height:1.3}.evol-powered span{display:block;color:#888;font-size:9px;font-weight:500;line-height:1.3;letter-spacing:.2px}#evol-chat-form{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:14px;background:#fff;border-top:1px solid #eee;box-sizing:border-box}#evol-chat-input{flex:1;min-width:0;padding:12px 14px;background:#fff;border:1px solid #ddd;border-radius:999px;outline:none;color:#222;font-size:14px;line-height:1.2;box-sizing:border-box}#evol-chat-input:focus{border-color:#b68b45;box-shadow:0 0 0 2px rgb(182 139 69 / .12)}#evol-chat-input:disabled{cursor:not-allowed;background:#f5f5f5;color:#888}#evol-chat-form button[type="submit"]{flex:0 0 44px;width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#b68b45;border:0;border-radius:50%;color:#fff;font-size:16px;line-height:1}#evol-chat-form button[type="submit"]:hover{background:#9f783b}#evol-chat-form button[type="submit"]:disabled{cursor:not-allowed;opacity:.55}@media (max-width:480px){#evol-chatbot{right:14px;bottom:14px}#evol-chatbot-toggle{width:66px;height:66px}#evol-chatbot-window{position:fixed;top:max(12px, env(safe-area-inset-top));right:12px;bottom:max(12px, env(safe-area-inset-bottom));left:12px;width:auto;height:auto;max-height:none;border-radius:20px}.evol-chat-header{min-height:80px;padding:12px 14px}.evol-header-avatar{flex-basis:48px;width:48px;height:48px}#evol-chat-messages{padding:14px}#evol-chat-form{padding:12px}}@media (max-width:480px){#evol-chat-input{font-size:16px}}