.chatbot-widget-container{z-index:9999;font-family:Inter,sans-serif;position:fixed;bottom:25px;right:25px}.chatbot-widget-container i{font-family:"Font Awesome 6 Free","Font Awesome 6 Brands",sans-serif;font-weight:900}.chatbot-toggle-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f172a,#1e293b);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 15px #00000040}.chatbot-toggle-btn:hover{transform:scale(1.1)}.chatbot-window{opacity:0;pointer-events:none;background-color:#fff;border:1px solid #eaeaea;border-radius:12px;flex-direction:column;width:350px;height:500px;transition:all .3s;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;transform:translateY(20px);box-shadow:0 10px 30px #0003}.chatbot-window.open{opacity:1;pointer-events:all;transform:translateY(0)}.chatbot-header{color:#fff;background:#0f172a;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.chatbot-header-info{align-items:center;gap:10px;display:flex}.chatbot-avatar{background-color:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:1.2rem;display:flex}.chatbot-title{margin:0;font-size:1.1rem;font-weight:600}.chatbot-status{color:#ccc;align-items:center;gap:5px;font-size:.8rem;display:flex}.chatbot-status:before{content:"";background-color:#4caf50;border-radius:50%;width:8px;height:8px;display:block}.chatbot-close-btn{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:1.5rem;transition:opacity .2s}.chatbot-close-btn:hover{opacity:1}.chatbot-messages{background-color:#f9f9f9;flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.chat-msg{word-wrap:break-word;border-radius:12px;max-width:85%;padding:12px 16px;font-size:.95rem;line-height:1.4}.chat-msg.bot{color:#333;background-color:#fff;border:1px solid #eee;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 2px #0000000d}.chat-msg.user{color:#fff;background-color:#0f172a;border-bottom-right-radius:4px;align-self:flex-end}.chat-msg p{margin:0 0 10px}.chat-msg p:last-child{margin:0}.chat-msg strong{font-weight:700}.chat-msg ul{margin:0;padding-left:20px}.chatbot-input-area{background-color:#fff;border-top:1px solid #eaeaea;gap:10px;padding:15px;display:flex}.chatbot-input{border:1px solid #ddd;border-radius:20px;outline:none;flex:1;padding:12px 15px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.chatbot-input:focus{border-color:#0f172a}.chatbot-send-btn{color:#fff;cursor:pointer;background-color:#0f172a;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:background-color .2s;display:flex}.chatbot-send-btn:hover{background-color:var(--c-brand-dark,#0056b3)}.chatbot-send-btn:disabled{cursor:not-allowed;background-color:#ccc}.typing-indicator{background-color:#fff;border:1px solid #eee;border-radius:12px 12px 12px 4px;align-self:flex-start;align-items:center;gap:4px;width:fit-content;padding:15px;display:flex;box-shadow:0 1px 2px #0000000d}.typing-dot{background-color:#aaa;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.quick-reply-chips{flex-wrap:wrap;align-self:flex-start;gap:8px;padding:4px 0;display:flex}.quick-reply-chip{border:1.5px solid var(--color-primary,#0052cc);color:var(--color-primary,#0052cc);cursor:pointer;white-space:nowrap;background:#fff;border-radius:20px;padding:6px 14px;font-family:inherit;font-size:.82rem;transition:all .18s}.quick-reply-chip:hover{background:var(--color-primary,#0052cc);color:#fff;transform:translateY(-1px)}.chat-product-card{background:#fff;border:1px solid #e8edf3;border-radius:12px;align-self:flex-start;width:100%;max-width:260px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 10px #00000012}.chat-product-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0052cc21}.chat-product-card-link{color:inherit;flex-direction:column;text-decoration:none;display:flex}.chat-product-img{object-fit:cover;width:100%;height:140px;display:block}.chat-product-img-placeholder{color:#b0bec5;background:#f0f4f8;justify-content:center;align-items:center;width:100%;height:140px;font-size:2rem;display:flex}.chat-product-info{flex-direction:column;gap:3px;padding:10px 12px;display:flex}.chat-product-name{color:#1e293b;font-size:.9rem;font-weight:600;line-height:1.3}.chat-product-price{color:var(--color-primary,#0052cc);font-size:.92rem;font-weight:700}.chat-product-cta{color:var(--c-accent,#ff6200);margin-top:2px;font-size:.78rem;font-weight:600}.chat-product-results{flex-direction:column;align-self:flex-start;gap:8px;width:100%;display:flex}.chat-product-card-mini{background:#fff;border:1px solid #e8edf3;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;transition:all .18s;display:flex;box-shadow:0 1px 4px #0000000d}.chat-product-card-mini:hover{border-color:var(--color-primary,#0052cc);transform:translate(2px);box-shadow:0 3px 12px #0052cc1a}.chat-product-card-mini img{object-fit:cover;border-radius:6px;flex-shrink:0;width:50px;height:50px}.mini-placeholder{color:#b0bec5;background:#f0f4f8;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.3rem;display:flex}.chat-product-card-mini div{flex-direction:column;gap:2px;display:flex}.chat-product-card-mini strong{color:#1e293b;font-size:.87rem;line-height:1.3}.chat-product-card-mini span{color:var(--color-primary,#0052cc);font-size:.82rem;font-weight:600}@media (width<=600px){.chatbot-window{z-index:100005;border-radius:20px 20px 0 0;width:100vw;height:82dvh;max-height:580px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #00000040}}@media (width<=768px){.chatbot-widget-container{bottom:90px;right:15px}}
