.chatagent-root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.5;color:#333}.chatagent-root *{box-sizing:border-box}.chatagent-launcher-wrap{position:fixed;bottom:20px;right:20px;z-index:10000;display:flex;align-items:center;justify-content:flex-end}@media (max-width:991px){.chatagent-launcher-wrap{bottom:60px}}.chatagent-launcher-wrap .chatagent-clear-btn{position:absolute;right:0;width:44px;height:44px;border-radius:50%;background:#6b7280;color:white;border:none;box-shadow:0 2px 8px rgba(0,0,0,0.15);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateX(0) scale(.8);pointer-events:none;transition:transform 220ms cubic-bezier(.2, 0, .22, 1),opacity 180ms ease;will-change:transform, opacity}.chatagent-launcher-wrap .chatagent-clear-btn svg{width:18px;height:18px}.chatagent-launcher-wrap .chatagent-clear-btn:hover{background:#4b5563}.chatagent-launcher-wrap::before{content:'';position:absolute;top:50%;right:0;width:60px;height:60px;transform:translateY(-50%);pointer-events:none}@media (min-width:992px){.chatagent-launcher-wrap:hover .chatagent-clear-btn{opacity:1;transform:translateX(-68px) scale(1);pointer-events:auto}.chatagent-launcher-wrap:hover::before{width:130px;pointer-events:auto}}.chatagent-launcher{position:relative;width:60px;height:60px;border-radius:50%;background-color:#9373BE;color:white;border:none;box-shadow:0 4px 12px rgba(0,0,0,0.15);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s;flex-shrink:0}.chatagent-launcher:hover{transform:scale(1.05)}.chatagent-launcher svg{width:24px;height:24px;display:block}.chatagent-launcher svg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(1);transition:transform 200ms cubic-bezier(.2, 0, .22, 1),opacity 180ms ease;opacity:1;will-change:transform, opacity}.chatagent-launcher .chatagent-icon-open{opacity:1;transform:translate(-50%, -50%) rotate(0) scale(1)}.chatagent-launcher .chatagent-icon-close{opacity:0;transform:translate(-50%, -50%) rotate(10deg) scale(.9)}.chatagent-launcher[aria-expanded="true"] .chatagent-icon-open{opacity:0;transform:translate(-50%, -50%) rotate(-10deg) scale(.9)}.chatagent-launcher[aria-expanded="true"] .chatagent-icon-close{opacity:1;transform:translate(-50%, -50%) rotate(0) scale(1)}@media (prefers-reduced-motion:reduce){.chatagent-launcher svg{transition:none}}.chatagent-launcher .chatagent-icon-open,.chatagent-launcher .chatagent-icon-close{pointer-events:none}.chatagent-unread-badge{position:absolute;top:-5px;right:-5px;background:#ff3b30;color:white;font-size:12px;padding:4px 8px;border-radius:12px;font-weight:bold}.chatagent-window{position:fixed;bottom:90px;right:20px;width:350px;height:610px;max-width:calc(100vw - 40px);max-height:calc(100vh - 120px);background:white;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,0.2);display:flex;flex-direction:column;z-index:9999;overflow:hidden;transform-origin:100% 100%;transition:transform 240ms cubic-bezier(.2, 0, .22, 1),opacity 200ms ease,visibility 0ms linear 240ms;will-change:transform, opacity}@media (max-width:991px){.chatagent-window{bottom:115px;max-height:calc(100vh - 130px)}}.chatagent-window.closed,.chatagent-window[aria-hidden="true"]{transform:scale(.92);opacity:0;visibility:hidden;pointer-events:none}.chatagent-window.open,.chatagent-window[aria-hidden="false"]{transform:scale(1);opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}@media (prefers-reduced-motion:reduce){.chatagent-window{transition:none}}.chatagent-header{background:linear-gradient(to right, #5f3e90, #9373BE);color:white;padding:12px 16px;flex-shrink:0;z-index:2;box-shadow:0 6px 14px rgba(147,115,190,0.6);overflow:visible;display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}.chatagent-header-title{display:flex;align-items:center;gap:10px}.chatagent-header-icon{width:28px;height:28px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='14' rx='3'/%3E%3Cline x1='12' y1='6' x2='12' y2='3.5'/%3E%3Ccircle cx='12' cy='2' r='1.5'/%3E%3Cpath d='M9 11h0.01M15 11h0.01' stroke-width='3'/%3E%3Cpath d='M9 16h6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center}.chatagent-header-text{display:flex;flex-direction:column;justify-content:center;line-height:1.1}.chatagent-header-main{font-weight:700;font-size:15px}.chatagent-header-sub{font-size:10px;opacity:.9;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.chatagent-close-btn{background:transparent;border:none;color:rgba(255,255,255,0.95);cursor:pointer;padding:6px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.chatagent-close-btn svg{width:18px;height:18px}.chatagent-close-btn:hover{background:rgba(255,255,255,0.1)}.chatagent-message-list{flex:1;overflow-y:auto;padding:16px;background:#dcdcdc;z-index:1}.chatagent-messages-inner{display:flex;flex-direction:column;gap:12px}.chatagent-message{max-width:85%;padding:10px 14px;border-radius:18px;font-size:14px;word-wrap:break-word}.chatagent-message-user{align-self:flex-end;background:#ffffff;color:#333;border-bottom-right-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.chatagent-message-ai,.chatagent-message-agent{align-self:flex-start;background:#9373BE;color:#fff;border-top-left-radius:4px;box-shadow:0 2px 6px rgba(147,115,190,0.2)}.chatagent-message-ai a,.chatagent-message-agent a{color:#e4dbef}.chatagent-message-ai a::before,.chatagent-message-agent a::before{content:'\1F517';font-size:.8em;margin-right:2px;position:relative}.chatagent-message-ai.chatagent-message-type-text,.chatagent-message-agent.chatagent-message-type-text{padding-top:34px;position:relative;overflow:visible}.chatagent-message-ai.chatagent-message-type-text::before,.chatagent-message-agent.chatagent-message-type-text::before{content:"AI Assistant";position:absolute;top:10px;left:14px;height:16px;display:flex;align-items:center;font-size:10px;color:rgba(255,255,255,0.9);font-weight:600;padding-left:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='14' rx='3'/%3E%3Cline x1='12' y1='6' x2='12' y2='3.5'/%3E%3Ccircle cx='12' cy='2' r='1.5'/%3E%3Cpath d='M9 11h0.01M15 11h0.01' stroke-width='3'/%3E%3Cpath d='M9 16h6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;background-position:left center}.chatagent-message-image{max-width:100%;border-radius:8px}.chatagent-input-area{padding:12px;border-top:1px solid #ddd;background:white;flex-shrink:0}.chatagent-form{display:flex;gap:8px}.chatagent-input{flex:1;padding:10px 14px;border:1px solid #ddd;border-radius:20px;outline:none;font-size:14px}.chatagent-input:focus{border-color:#9373BE}.chatagent-send-btn{background:none;border:none;color:#9373BE;cursor:pointer;padding:2px}.chatagent-send-btn:hover{color:#7851ad}.chatagent-choice-container{background:transparent !important;padding:0 0 8px 0;border-radius:0 !important;box-shadow:none !important;align-self:stretch}.chatagent-choice-container .chatagent-bubble-content{background:transparent;color:#333;padding:0 0 8px 0;font-weight:500}.chatagent-choices{margin-top:4px;display:flex;flex-wrap:wrap;gap:8px}.chatagent-choice-btn{background:#fff;border:1px solid rgba(0,0,0,0.1);color:#333;padding:8px 12px;border-radius:16px;cursor:pointer;font-size:13px;transition:all .16s ease;box-shadow:0 1px 2px rgba(0,0,0,0.04);display:inline-flex;align-items:center;gap:8px;justify-content:space-between;min-width:48px}.chatagent-choice-btn .chatagent-choice-label{flex:1 1 auto;text-align:left}.chatagent-choice-btn .chatagent-choice-send-icon{width:18px;height:18px;flex:0 0 auto;stroke:currentColor;display:inline-block}.chatagent-choice-btn:hover{background:#ffffff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.12)}.chatagent-choice-btn:focus{outline:2px solid rgba(147,115,190,0.2);outline-offset:2px}.chatagent-product-card{padding:0;overflow:hidden;background:white;border:1px solid #eee;min-width:260px;width:260px;height:161px}@media screen and (min-width:768px){.chatagent-product-card{height:401px}}.chatagent-product-inner{display:flex;flex-direction:column}.chatagent-product-img{width:100%;height:150px;object-fit:cover}.chatagent-product-info{padding:12px}.chatagent-product-title{font-weight:bool;margin-bottom:4px}.chatagent-product-price{color:#28a745;font-weight:600;margin-bottom:8px}.chatagent-product-link{display:block;text-align:center;background:#9373BE;color:white;text-decoration:none;padding:8px;border-radius:4px;font-size:13px;margin-top:8px}.chatagent-typing .chatagent-bubble-content{padding:6px 10px;background:transparent}.chatagent-typing .typing-dots{display:inline-flex;gap:6px;align-items:center}.typing-dots span{width:8px;height:8px;background:#cfd6db;border-radius:50%;display:inline-block;animation:typingBounce 1.1s infinite ease-in-out;opacity:.6}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,80%,100%{transform:translateY(0);opacity:.3}40%{transform:translateY(-6px);opacity:1}}.chatagent-message-pending{opacity:.9;filter:none}.chatagent-product-carousel{position:relative;max-width:100%;padding:6px 0;background:transparent}.chatagent-product-track{display:flex;gap:12px;overflow-x:auto;padding:12px 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;align-items:stretch}.chatagent-product-track{scrollbar-width:none}.chatagent-product-track::-webkit-scrollbar{height:8px;display:none}.carousel-spacer-start,.carousel-spacer-end{display:block}.chatagent-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:18px;background:rgba(0,0,0,0.55);color:white;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;padding:0;overflow:visible;-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-drag:none}.chatagent-carousel-btn svg{width:18px !important;height:18px !important;display:block;stroke:currentColor !important;stroke-width:2 !important;fill:none !important;pointer-events:none}.chatagent-carousel-btn svg polyline,.chatagent-carousel-btn svg path{stroke-linecap:round !important;stroke-linejoin:round !important;vector-effect:non-scaling-stroke !important;transform-origin:center}.chatagent-carousel-prev{left:8px}.chatagent-carousel-next{right:8px}@media (max-width:767px){.chatagent-carousel-prev{left:8px}.chatagent-carousel-next{right:8px}.chatagent-carousel-prev,.chatagent-carousel-next{top:auto;bottom:-15px;width:30px;height:20px;border-radius:6px}}.chatagent-carousel-indicators{display:flex;gap:6px;justify-content:center;padding:6px 8px 0}.chatagent-carousel-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(0,0,0,0.15);padding:0;cursor:pointer}.chatagent-carousel-dot.active{background:#9373BE}.chatagent-prompt-carousel{align-self:flex-end;margin-right:16px;margin-top:8px;margin-bottom:8px;max-width:80%;padding:10px 14px;border-radius:18px;border-bottom-right-radius:4px;border:2px solid #fff;background:transparent;color:#444;font-size:14px;font-style:italic;text-align:right;opacity:0;transition:opacity .5s ease-in-out;pointer-events:none;-webkit-user-select:none;user-select:none}.chatagent-prompt-carousel.visible{opacity:1}
/*# sourceMappingURL=./agent.css.map */