.cdl-chat-btn{position:fixed;bottom:2.4rem;right:2.4rem;width:5.6rem;height:5.6rem;border-radius:50%;background:var(--color-foreground);color:var(--color-background);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000002e;z-index:9000;transition:transform .2s ease,box-shadow .2s ease}.cdl-chat-btn:hover{transform:scale(1.08);box-shadow:0 6px 28px #0000003d}.cdl-chat-btn svg{width:2.4rem;height:2.4rem;transition:opacity .2s}.cdl-chat-btn__icon-close,.cdl-chat-btn.is-open .cdl-chat-btn__icon-chat{display:none}.cdl-chat-btn.is-open .cdl-chat-btn__icon-close{display:block}.cdl-chat-window{position:fixed;bottom:9rem;right:2.4rem;width:36rem;max-height:52rem;background:var(--color-background);border-radius:1.6rem;box-shadow:0 8px 40px #00000026;display:flex;flex-direction:column;z-index:8999;overflow:hidden;transform:scale(.95) translateY(10px);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease;transform-origin:bottom right}.cdl-chat-window.is-open{transform:scale(1) translateY(0);opacity:1;pointer-events:all}.cdl-chat-header{display:flex;align-items:center;gap:1.2rem;padding:1.6rem 2rem;background:var(--color-foreground);color:var(--color-background);flex-shrink:0}.cdl-chat-header__avatar{width:3.6rem;height:3.6rem;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:1.6rem;flex-shrink:0}.cdl-chat-header__info{flex:1}.cdl-chat-header__name{font-size:1.4rem;font-weight:600;margin:0;line-height:1.2}.cdl-chat-header__status{font-size:1.1rem;opacity:.7;margin:0;display:flex;align-items:center;gap:.4rem}.cdl-chat-header__dot{width:6px;height:6px;border-radius:50%;background:#4ade80;display:inline-block}.cdl-chat-messages{flex:1;overflow-y:auto;padding:1.6rem;display:flex;flex-direction:column;gap:1.2rem;scroll-behavior:smooth}.cdl-chat-messages::-webkit-scrollbar{width:4px}.cdl-chat-messages::-webkit-scrollbar-track{background:transparent}.cdl-chat-messages::-webkit-scrollbar-thumb{background:#0000001f;border-radius:2px}.cdl-chat-msg{display:flex;flex-direction:column;max-width:80%}.cdl-chat-msg--bot{align-self:flex-start}.cdl-chat-msg--user{align-self:flex-end}.cdl-chat-msg__bubble{padding:1rem 1.4rem;border-radius:1.4rem;font-size:1.4rem;line-height:1.5;word-break:break-word}.cdl-chat-msg--bot .cdl-chat-msg__bubble{background:#0000000d;border-bottom-left-radius:.4rem;color:var(--color-foreground)}.cdl-chat-msg--user .cdl-chat-msg__bubble{background:var(--color-foreground);color:var(--color-background);border-bottom-right-radius:.4rem}.cdl-chat-typing{display:flex;gap:.4rem;padding:1rem 1.4rem;background:#0000000d;border-radius:1.4rem 1.4rem 1.4rem .4rem;align-self:flex-start;width:fit-content}.cdl-chat-typing span{width:7px;height:7px;border-radius:50%;background:#0000004d;animation:cdl-typing 1.2s infinite}.cdl-chat-typing span:nth-child(2){animation-delay:.2s}.cdl-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes cdl-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.cdl-chat-input-area{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.6rem;border-top:1px solid rgba(0,0,0,.08);flex-shrink:0}.cdl-chat-input{flex:1;border:none;outline:none;font-size:1.4rem;background:transparent;color:var(--color-foreground);font-family:inherit;resize:none;line-height:1.4;max-height:8rem;overflow-y:auto}.cdl-chat-input::placeholder{color:#00000059}.cdl-chat-send{width:3.6rem;height:3.6rem;border-radius:50%;background:var(--color-foreground);color:var(--color-background);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.cdl-chat-send:hover{opacity:.8}.cdl-chat-send svg{width:1.6rem;height:1.6rem}@media screen and (max-width:749px){.cdl-chat-window{right:1rem;left:1rem;width:auto;bottom:8rem}.cdl-chat-btn{bottom:1.6rem;right:1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/cdl-chatbot.css.map */
