.hwd-chat-wrapper{position:fixed;bottom:100px;right:30px;width:380px;max-width:calc(100vw - 60px);height:520px;background:var(--white);border:1px solid var(--border);border-radius:16px;box-shadow:0 12px 40px rgb(0 0 0 / .15);display:flex;flex-direction:column;z-index:99999;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);pointer-events:none;transition:opacity 0.3s cubic-bezier(.175,.885,.32,1.15),transform 0.3s cubic-bezier(.175,.885,.32,1.15),visibility 0s linear 0.3s}.hwd-chat-wrapper.active{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto;transition:opacity 0.3s cubic-bezier(.175,.885,.32,1.15),transform 0.3s cubic-bezier(.175,.885,.32,1.15),visibility 0s linear 0s}.hwd-chat-header{background:var(--black);color:var(--white);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:3px solid var(--primary);flex-shrink:0}.hwd-chat-header-info{display:flex;align-items:center;gap:10px}.hwd-chat-header-info i{font-size:20px;color:var(--primary-dark);animation:pulse-avatar 2s infinite}.hwd-chat-header-title{margin:0;font-size:15px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:var(--white)}.hwd-chat-header-status{font-size:10px;color:#5f5;display:flex;align-items:center;gap:4px}.hwd-chat-header-status::before{content:"";display:inline-block;width:6px;height:6px;background-color:#5f5;border-radius:50%}.hwd-chat-close{background:#fff0;border:none;color:rgb(255 255 255 / .7);font-size:18px;cursor:pointer;padding:0;display:flex;align-items:center;transition:all 0.2s ease}.hwd-chat-close:hover{color:var(--white);transform:rotate(90deg)}.hwd-chat-body{flex-grow:1;padding:20px;overflow-y:auto;background-color:#fcfcfc;display:flex;flex-direction:column}.hwd-chat-lead-form{display:flex;flex-direction:column;gap:15px;margin:auto 0}.hwd-chat-lead-intro{text-align:center;margin-bottom:10px}.hwd-chat-lead-intro i{font-size:32px;color:var(--primary);margin-bottom:8px;display:block}.hwd-chat-lead-intro p{font-size:13px;color:var(--gray-dark);line-height:1.4}.hwd-chat-form-group{display:flex;flex-direction:column;gap:6px}.hwd-chat-form-group label{font-size:11px;font-weight:800;text-transform:uppercase;color:var(--black);letter-spacing:.5px}.hwd-chat-form-group input,.hwd-chat-form-group textarea{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:13px;background:var(--white);outline:none;transition:border-color 0.25s ease,box-shadow 0.25s ease}.hwd-chat-form-group input:focus,.hwd-chat-form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgb(211 35 42 / .08)}.hwd-chat-lead-form button{margin-top:10px;width:100%;min-height:44px!important}.hwd-chat-messages-container{display:flex;flex-direction:column;gap:12px;flex-grow:1}#hwd-chat-messages{display:flex;flex-direction:column;gap:12px;width:100%}.hwd-chat-msg{display:flex;flex-direction:column;max-width:80%;animation:fade-in-bubble 0.3s ease forwards}.hwd-chat-msg.client{align-self:flex-end}.hwd-chat-msg.bot{align-self:flex-start;max-width:85%}.hwd-chat-msg-bubble{padding:10px 14px;border-radius:12px;font-size:13.5px;line-height:1.45}.client .hwd-chat-msg-bubble{background:var(--primary);color:var(--white);border-bottom-right-radius:0;box-shadow:0 4px 12px rgb(211 35 42 / .15)}.bot .hwd-chat-msg-bubble{background:var(--white);color:var(--black);border-bottom-left-radius:0;border:1px solid #e8e8e8;box-shadow:0 3px 10px rgb(0 0 0 / .03)}.bot .hwd-chat-msg-bubble p{color:var(--black);margin-bottom:8px}.bot .hwd-chat-msg-bubble p:last-child{margin-bottom:0}.hwd-chat-msg-time{font-size:9px;color:var(--gray);margin-top:4px;align-self:flex-end}.bot .hwd-chat-msg-time{align-self:flex-start}.chat-products-grid{display:flex;flex-direction:column;gap:10px;margin:12px 0;width:100%}.chat-product-card{display:flex;gap:12px;background:var(--white);border:1px solid #eee;border-radius:8px;padding:8px;align-items:center;transition:all 0.2s ease}.chat-product-card:hover{border-color:var(--primary-dark);box-shadow:0 4px 10px rgb(0 0 0 / .05)}.chat-product-img{width:54px;height:54px;background:var(--white);border:1px solid #f0edf0;border-radius:6px;padding:2px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.chat-product-img img{max-width:100%;max-height:100%;object-fit:contain}.chat-product-info{flex-grow:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-product-title{font-size:12px;font-weight:700;color:var(--black);margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.chat-product-meta{font-size:11px}.chat-product-price{font-weight:700;color:var(--primary)}.chat-product-price.text-red{color:var(--primary);font-size:10px;font-weight:800;text-transform:uppercase}.chat-product-btn{font-size:10px;font-weight:800;text-transform:uppercase;color:var(--black);text-decoration:none;width:fit-content;border-bottom:1px dashed var(--black);padding-bottom:1px;transition:color 0.2s}.chat-product-btn:hover{color:var(--primary);border-color:var(--primary)}.hwd-chat-footer{padding:12px 16px;border-top:1px solid var(--border);background:var(--white);display:none;gap:10px;align-items:center;flex-shrink:0}.hwd-chat-footer.active{display:flex}.hwd-chat-input-wrapper{flex-grow:1;background:#f4f4f4;border-radius:24px;padding:8px 16px;display:flex;align-items:center}#hwd-chat-input,.hwd-chat-input{width:100%;background:transparent!important;border:0!important;border-style:none!important;outline:0!important;outline-style:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:13.5px;color:var(--black);padding:2px 0}#hwd-chat-input:focus,#hwd-chat-input:active,#hwd-chat-input:hover,#hwd-chat-input:focus-visible,#hwd-chat-input:focus-within,.hwd-chat-input:focus,.hwd-chat-input:active,.hwd-chat-input:hover,.hwd-chat-input:focus-visible,.hwd-chat-input:focus-within{border:0!important;border-style:none!important;outline:0!important;outline-style:none!important;box-shadow:none!important}.hwd-chat-send{background:var(--primary);color:var(--white);border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;box-shadow:0 3px 8px rgb(211 35 42 / .2)}.hwd-chat-send:hover{background:var(--black);transform:scale(1.05)}.hwd-chat-send i{font-size:15px;margin-left:2px}.hwd-chat-typing-indicator{display:flex;gap:4px;padding:6px 10px;background:var(--white);border:1px solid #e8e8e8;border-radius:12px;border-bottom-left-radius:0;align-self:flex-start;margin-bottom:5px;animation:fade-in-bubble 0.2s ease}.hwd-chat-typing-indicator span{width:6px;height:6px;background:var(--gray);border-radius:50%;display:inline-block;animation:jump-dot 1.2s infinite ease-in-out}.hwd-chat-typing-indicator span:nth-child(2){animation-delay:0.2s}.hwd-chat-typing-indicator span:nth-child(3){animation-delay:0.4s}@keyframes pulse-avatar{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes jump-dot{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes fade-in-bubble{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){body.hwd-chat-open{overflow:hidden!important}.hwd-chat-wrapper{top:0!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;height:100%!important;height:100dvh!important;border-radius:0!important;border:none!important;box-shadow:none!important;transform:translateY(100%) scale(1)!important;transition:transform 0.35s cubic-bezier(.16,1,.3,1),opacity 0.35s ease,visibility 0s linear 0.35s!important}.hwd-chat-wrapper.active{transform:translateY(0) scale(1)!important;transition:transform 0.35s cubic-bezier(.16,1,.3,1),opacity 0.35s ease,visibility 0s linear 0s!important}.hwd-chat-header{border-radius:0!important;padding-top:calc(16px + env(safe-area-inset-top, 0px))!important}.hwd-chat-footer{border-radius:0!important;padding-bottom:calc(16px + env(safe-area-inset-bottom, 0px))!important}.hwd-chat-form-group input,.hwd-chat-form-group textarea,#hwd-chat-input,.hwd-chat-input{font-size:16px!important}.hwd-chat-close{width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-right:-10px!important}}