.hvy-chat-bubble{position:fixed;bottom:260px;right:24px;z-index:9999;width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#2f57ef,#5b7ff7);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(47,87,239,.4);transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;animation:hvy-bubble-entrance .5s ease-out}.hvy-chat-bubble:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(47,87,239,.5)}.hvy-chat-bubble-hidden{opacity:0;pointer-events:none;transform:scale(.5)}.hvy-chat-bubble-icon{font-size:28px;line-height:1}.hvy-chat-bubble-pulse{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid #2f57ef;animation:hvy-pulse 2s infinite}@keyframes hvy-bubble-entrance{0%{transform:scale(0) rotate(-180deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}@keyframes hvy-pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(1.6);opacity:0}}.hvy-chat-overlay{position:fixed;bottom:24px;right:24px;z-index:10000;animation:hvy-slide-up .3s ease-out}@keyframes hvy-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.hvy-chat-window{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.15)}.hvy-chat-popup{width:380px;height:540px}.hvy-chat-page{padding-top:40px;padding-bottom:40px}.hvy-chat-fullpage{width:100%;max-width:860px;margin:0 auto;border-radius:16px;height:min(calc(100vh - var(--hvy-chat-offset, 180px)),720px);height:min(calc(100dvh - var(--hvy-chat-offset, 180px)),720px);min-height:420px}.hvy-chat-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#2f57ef,#1e3fcf);color:#fff}.hvy-chat-header-info{display:flex;align-items:center;gap:10px}.hvy-chat-avatar{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:20px}.hvy-chat-title{font-size:15px;font-weight:600}.hvy-chat-status{display:flex;align-items:center;gap:5px;font-size:12px;opacity:.9}.hvy-chat-dot{width:7px;height:7px;border-radius:50%;background:#4caf50;display:inline-block}.hvy-chat-header-actions{display:flex;gap:4px}.hvy-chat-btn-icon{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:4px 6px;border-radius:6px;transition:background .2s;line-height:1}.hvy-chat-btn-icon:hover{background:hsla(0,0%,100%,.2)}.hvy-chat-messages{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8f9fc;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.hvy-chat-messages::-webkit-scrollbar{width:4px}.hvy-chat-messages::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:4px}.hvy-chat-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 10px;color:#6b7385}.hvy-chat-welcome-icon{font-size:48px;margin-bottom:12px;animation:hvy-float 3s ease-in-out infinite}@keyframes hvy-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hvy-chat-welcome h3{font-size:16px;color:#1a1a2e;margin:0 0 8px;font-weight:600}.hvy-chat-welcome p{font-size:13px;line-height:1.5;margin:0 0 16px;max-width:280px;color:#8a8fa0}.hvy-chat-suggestions{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.hvy-chat-suggestion{background:rgba(47,87,239,.08);border:1px solid rgba(47,87,239,.2);color:#2f57ef;padding:6px 12px;border-radius:16px;font-size:12px;cursor:pointer;transition:all .2s;line-height:1.3}.hvy-chat-suggestion:hover{background:rgba(47,87,239,.15);border-color:#2f57ef;color:#1e3fcf}.hvy-chat-msg{display:flex;gap:8px;max-width:88%;animation:hvy-msg-in .3s ease-out}@keyframes hvy-msg-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.hvy-chat-msg-user{align-self:flex-end;flex-direction:row-reverse}.hvy-chat-msg-assistant{align-self:flex-start}.hvy-chat-msg-avatar{width:28px;height:28px;border-radius:50%;background:rgba(47,87,239,.1);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;margin-top:2px}.hvy-chat-msg-bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;word-break:break-word}.hvy-chat-msg-user .hvy-chat-msg-bubble{background:linear-gradient(135deg,#2f57ef,#1e3fcf);color:#fff;border-bottom-right-radius:4px}.hvy-chat-msg-assistant .hvy-chat-msg-bubble{background:#eef0f5;color:#2d2d3a;border-bottom-left-radius:4px}.hvy-chat-msg-content a{color:#2f57ef;text-decoration:underline}.hvy-chat-msg-content a:hover{color:#1e3fcf}.hvy-chat-msg-content strong{color:#1a1a2e}.hvy-chat-msg-content code{background:rgba(47,87,239,.08);padding:1px 5px;border-radius:4px;font-size:13px;color:#2f57ef}.hvy-chat-typing{display:flex;gap:4px;padding:4px 0}.hvy-chat-typing span{width:7px;height:7px;border-radius:50%;background:#2f57ef;animation:hvy-typing-bounce 1.4s ease-in-out infinite}.hvy-chat-typing span:nth-child(2){animation-delay:.2s}.hvy-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes hvy-typing-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.hvy-chat-input-form{display:flex;align-items:flex-end;gap:8px;padding:12px 14px;background:#fff;border-top:1px solid #e8eaf0}.hvy-chat-input{flex:1 1;background:#f8f9fc;border:1px solid #e0e3ea;border-radius:12px;padding:10px 14px;color:#2d2d3a;font-size:14px;resize:none;outline:none;max-height:80px;line-height:1.4;font-family:inherit;transition:border-color .2s}.hvy-chat-input:focus{border-color:#2f57ef}.hvy-chat-input::placeholder{color:#9ca3b0}.hvy-chat-input:disabled{opacity:.5}.hvy-chat-send-btn{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#2f57ef,#1e3fcf);color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,opacity .2s;flex-shrink:0}.hvy-chat-send-btn:hover:not(:disabled){transform:scale(1.05)}.hvy-chat-send-btn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:991px){.hvy-chat-page-active .fb-messenger-fallback-link,.hvy-chat-page-active .fb_dialog,.hvy-chat-page-active .phone-messenger-fallback-link,.hvy-chat-page-active .rbt-progress-parent,.hvy-chat-page-active .zalo-messenger-fallback-link{display:none!important}.hvy-chat-page{padding-top:24px;padding-bottom:24px}.hvy-chat-fullpage{height:min(calc(100vh - var(--hvy-chat-offset, 140px)),680px);height:min(calc(100dvh - var(--hvy-chat-offset, 140px)),680px)}}@media (max-width:575px){.hvy-chat-page{padding-top:0;padding-bottom:0}.hvy-chat-page>.container{padding-left:0;padding-right:0;max-width:none}.hvy-chat-page .row{margin-left:0;margin-right:0}.hvy-chat-page [class*=col-]{padding-left:0;padding-right:0}.hvy-chat-fullpage{max-width:none;border-radius:0;box-shadow:none;min-height:0;height:calc(100vh - var(--hvy-chat-offset, 80px));height:calc(100dvh - var(--hvy-chat-offset, 80px))}}@media (max-width:480px){.hvy-chat-bubble{bottom:250px;right:16px;width:52px;height:52px}.hvy-chat-bubble-icon{font-size:24px}.hvy-chat-overlay{bottom:0;right:0;left:0;top:0}.hvy-chat-popup{width:100%;height:100%;border-radius:0}}