.lc-chat-btn{position:fixed;bottom:24px;left:24px;z-index:9999;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;cursor:pointer;box-shadow:0 4px 20px #7c3aed73;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform .25s,box-shadow .25s,background .3s;animation:lcBtnPop .6s 1.5s cubic-bezier(.34,1.56,.64,1) both}.lc-chat-btn:hover{transform:scale(1.1);box-shadow:0 6px 28px #7c3aed8c}.lc-notif{position:absolute;top:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background:#ec4899;border:2px solid white;animation:lcPing 1.8s ease-in-out infinite;transition:opacity .3s}.lc-notif.hidden{opacity:0;pointer-events:none}@keyframes lcPing{0%{transform:scale(1);box-shadow:0 0 #ec489999}70%{transform:scale(1.1);box-shadow:0 0 0 8px #ec489900}to{transform:scale(1);box-shadow:0 0 #ec489900}}.lc-chat-window{position:fixed;bottom:96px;left:24px;z-index:9998;width:340px;max-width:calc(100vw - 48px);background:#fff;border-radius:20px;box-shadow:0 8px 40px #7c3aed38,0 2px 12px #00000014;display:flex;flex-direction:column;overflow:hidden;max-height:min(520px,80vh);transform:scale(.9) translateY(20px);opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.lc-chat-window.open{transform:scale(1) translateY(0);opacity:1;pointer-events:all}.lc-header{background:linear-gradient(135deg,#7c3aed,#a855f7);padding:.9rem 1.25rem;display:flex;align-items:center;gap:.75rem;flex-shrink:0}.lc-avatar{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.lc-header-info{flex:1;min-width:0}.lc-header-name{color:#fff;font-weight:700;font-size:.88rem}.lc-header-status{color:#fffc;font-size:.7rem;display:flex;align-items:center;gap:.3rem;margin-top:.1rem}.lc-status-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;animation:lcBlink 2s ease-in-out infinite;flex-shrink:0}@keyframes lcBlink{0%,to{opacity:1}50%{opacity:.35}}.lc-close-btn{background:none;border:none;color:#ffffffb3;font-size:1.1rem;cursor:pointer;padding:.25rem;line-height:1;flex-shrink:0}.lc-close-btn:hover{color:#fff}.lc-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.6rem;scroll-behavior:smooth;min-height:80px}.lc-messages::-webkit-scrollbar{width:4px}.lc-messages::-webkit-scrollbar-thumb{background:#7c3aed33;border-radius:4px}.lc-bubble{max-width:88%;padding:.6rem .95rem;border-radius:16px;font-size:.82rem;line-height:1.55;white-space:pre-wrap;word-break:break-word;animation:lcBubblePop .3s ease both}@keyframes lcBubblePop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.lc-bubble-bot{background:linear-gradient(135deg,#f5f3ff,#fdf2f8);color:#4c1d95;border:1px solid rgba(124,58,237,.08);align-self:flex-start;border-bottom-left-radius:4px}.lc-bubble-user{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.lc-typing{display:flex;gap:4px;align-items:center;padding:.3rem .2rem}.lc-typing span{width:6px;height:6px;border-radius:50%;background:#a78bfa;display:block;animation:lcTypeDot 1.2s ease-in-out infinite}.lc-typing span:nth-child(2){animation-delay:.2s}.lc-typing span:nth-child(3){animation-delay:.4s}@keyframes lcTypeDot{0%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-5px);opacity:1}}.lc-quick-replies{padding:0 .85rem .6rem;display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}.lc-qr{background:none;border:1.5px solid rgba(124,58,237,.22);border-radius:50px;padding:.38rem .85rem;font-size:.77rem;font-weight:600;color:#6b3fa0;cursor:pointer;text-align:left;transition:background .2s,border-color .2s;font-family:Poppins,sans-serif;line-height:1.3}.lc-qr:hover{background:#7c3aed12;border-color:#7c3aed73}.lc-input-row{padding:.65rem .85rem;border-top:1px solid rgba(124,58,237,.08);display:flex;align-items:center;gap:.45rem;flex-shrink:0}.lc-input{flex:1;border:1.5px solid rgba(124,58,237,.16);border-radius:50px;padding:.45rem .85rem;font-size:.81rem;outline:none;font-family:Poppins,sans-serif;color:#4c1d95;transition:border-color .2s}.lc-input:focus{border-color:#7c3aed73}.lc-input::placeholder{color:#a78bfa}.lc-send{width:34px;height:34px;border-radius:50%;border:none;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.lc-send:hover{transform:scale(1.1);box-shadow:0 3px 10px #7c3aed66}@keyframes lcBtnPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:480px){.lc-chat-btn{bottom:16px;left:16px;width:52px;height:52px;font-size:1.3rem}.lc-chat-window{left:12px;right:12px;width:auto;max-width:none;bottom:82px;max-height:75vh}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/chat.css.map */
