.chat-module__GDLhrG__launcher{z-index:1000;bottom:var(--space-lg);right:var(--space-lg);width:56px;height:56px;box-shadow:0 4px 16px var(--shadow-faint);background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:fixed}.chat-module__GDLhrG__launcher:hover{transform:scale(1.05)}.chat-module__GDLhrG__launcher:focus-visible{outline:2px solid var(--active);outline-offset:2px}.chat-module__GDLhrG__launcherIcon{width:24px;height:24px}.chat-module__GDLhrG__panel{z-index:1000;bottom:calc(var(--space-lg) + 56px + var(--space-sm));right:var(--space-lg);width:380px;height:560px;max-height:calc(100vh - var(--space-3xl));border:1px solid var(--border-faint);box-shadow:0 12px 40px var(--shadow-faint);background:var(--background);color:var(--foreground);transform-origin:100% 100%;border-radius:12px;flex-direction:column;animation:.18s ease-out chat-module__GDLhrG__panelIn;display:flex;position:fixed;overflow:hidden}@keyframes chat-module__GDLhrG__panelIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.chat-module__GDLhrG__panel{animation:none}.chat-module__GDLhrG__launcher{transition:none}}@media (max-width:480px){.chat-module__GDLhrG__panel{border-radius:0;width:100%;height:100%;max-height:100vh;bottom:0;left:0;right:0}.chat-module__GDLhrG__launcher{bottom:var(--space-md);right:var(--space-md)}.chat-module__GDLhrG__launcher[aria-expanded=true]{display:none}}.chat-module__GDLhrG__header{border-bottom:1px solid var(--border-faint);padding:var(--space-md);justify-content:space-between;align-items:center;gap:var(--space-sm);display:flex}.chat-module__GDLhrG__title{align-items:center;gap:var(--space-sm);font-size:1rem;font-weight:600;display:flex}.chat-module__GDLhrG__titleStatus{color:var(--foreground-muted);font-size:.8rem;font-weight:400}.chat-module__GDLhrG__statusDot{background:var(--success);border-radius:50%;width:8px;height:8px}.chat-module__GDLhrG__statusDotReview{background:var(--warning)}.chat-module__GDLhrG__statusDotClosed{background:var(--foreground-lite)}.chat-module__GDLhrG__headerActions{gap:var(--space-xs);display:flex}.chat-module__GDLhrG__headerButton{padding:var(--space-xs);color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:.85rem;display:flex}.chat-module__GDLhrG__headerButton:hover{background:var(--background-interactive);color:var(--foreground)}.chat-module__GDLhrG__headerButton:focus-visible{outline:2px solid var(--active);outline-offset:1px}.chat-module__GDLhrG__headerButton:disabled{opacity:.5;cursor:not-allowed}.chat-module__GDLhrG__banner{border-bottom:1px solid var(--border-faint);padding:var(--space-sm)var(--space-md);background:var(--background-interactive);color:var(--foreground-muted);font-size:.85rem}.chat-module__GDLhrG__bannerReview{border-bottom-color:var(--warning-border);background:var(--warning-background);color:var(--warning)}.chat-module__GDLhrG__bannerError{border-bottom-color:var(--error-border);background:var(--error-background);color:var(--error)}.chat-module__GDLhrG__messageList{padding:var(--space-md);gap:var(--space-sm);flex-direction:column;flex:1;display:flex;overflow-y:auto}.chat-module__GDLhrG__timeDivider{margin:var(--space-lg)0 var(--space-sm);color:var(--foreground-lite);align-self:center;align-items:center;gap:var(--space-sm);-webkit-user-select:none;user-select:none;font-size:.75rem;display:flex}.chat-module__GDLhrG__timeDivider:before,.chat-module__GDLhrG__timeDivider:after{background:var(--border-faint);content:"";width:24px;height:1px}.chat-module__GDLhrG__timeDivider:first-child{margin-top:0}.chat-module__GDLhrG__messageRow{max-width:100%;display:flex}.chat-module__GDLhrG__messageRowCustomer{justify-content:flex-end}.chat-module__GDLhrG__messageRowAssistant{justify-content:flex-start;align-items:flex-end;gap:var(--space-sm)}.chat-module__GDLhrG__avatar{border:1px solid var(--border-faint);background:var(--background-interactive);width:32px;height:32px;color:var(--foreground-muted);border-radius:50%;flex-shrink:0;padding:4px}.chat-module__GDLhrG__messageRowSystem{justify-content:center}.chat-module__GDLhrG__bubble{max-width:80%;padding:var(--space-sm)var(--space-md);word-wrap:break-word;border-radius:14px;font-size:.9rem;line-height:1.45}.chat-module__GDLhrG__bubbleCustomer{background:var(--primary);color:var(--primary-foreground);white-space:pre-wrap;border-bottom-right-radius:4px}.chat-module__GDLhrG__bubbleAssistant{border:1px solid var(--border-faint);background:var(--background-interactive);color:var(--foreground);border-bottom-left-radius:4px}.chat-module__GDLhrG__bubbleSystem{max-width:100%;color:var(--foreground-lite);text-align:center;font-size:.8rem;font-style:italic}.chat-module__GDLhrG__bubbleAssistant p{margin:0 0 var(--space-sm)0}.chat-module__GDLhrG__bubbleAssistant p:last-child{margin-bottom:0}.chat-module__GDLhrG__bubbleAssistant ul,.chat-module__GDLhrG__bubbleAssistant ol{margin:var(--space-xs)0 var(--space-sm);padding-left:1.25rem}.chat-module__GDLhrG__bubbleAssistant pre{margin:var(--space-xs)0;padding:var(--space-sm);background:var(--background);border-radius:6px;font-size:.85em;overflow-x:auto}.chat-module__GDLhrG__bubbleAssistant a{color:var(--active);text-decoration:underline}.chat-module__GDLhrG__typing{border:1px solid var(--border-faint);padding:var(--space-sm)var(--space-md);background:var(--background-interactive);border-radius:14px 14px 14px 4px;gap:4px;display:inline-flex}.chat-module__GDLhrG__typingDot{background:var(--foreground-lite);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-module__GDLhrG__typingBounce}.chat-module__GDLhrG__typingDot:nth-child(2){animation-delay:.15s}.chat-module__GDLhrG__typingDot:nth-child(3){animation-delay:.3s}@keyframes chat-module__GDLhrG__typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.chat-module__GDLhrG__typingDot{opacity:.6;animation:none}}.chat-module__GDLhrG__composer{border-top:1px solid var(--border-faint);padding:var(--space-sm)var(--space-md);align-items:flex-end;gap:var(--space-sm);display:flex}.chat-module__GDLhrG__textarea{border:1px solid var(--border-subtle);min-height:36px;max-height:120px;padding:var(--space-sm);background:var(--background);resize:none;border-radius:8px;outline:none;flex:1;font-size:.9rem}.chat-module__GDLhrG__textarea:focus{border-color:var(--active)}.chat-module__GDLhrG__sendButton{height:36px;padding:0 var(--space-md);background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:8px;font-size:.9rem;font-weight:500}.chat-module__GDLhrG__sendButton:disabled{opacity:.5;cursor:not-allowed}.chat-module__GDLhrG__sendButton:focus-visible{outline:2px solid var(--active);outline-offset:2px}.chat-module__GDLhrG__closedFooter{border-top:1px solid var(--border-faint);padding:var(--space-md);color:var(--foreground-muted);align-items:center;gap:var(--space-sm);flex-direction:column;font-size:.9rem;display:flex}.chat-module__GDLhrG__restartButton{border:1px solid var(--active);padding:var(--space-sm)var(--space-md);color:var(--active);cursor:pointer;background:0 0;border-radius:8px;font-size:.9rem}.chat-module__GDLhrG__restartButton:hover{background:var(--active);color:var(--primary-foreground)}
.cart-module__LUX5Kq__launcher{z-index:999;bottom:calc(var(--space-lg) + 70px);right:var(--space-lg);width:56px;height:56px;box-shadow:0 4px 16px var(--shadow-faint);background:var(--background);color:var(--foreground);cursor:pointer;border:none;border:1px solid var(--border-subtle);border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:fixed}.cart-module__LUX5Kq__launcher:hover{transform:scale(1.05)}.cart-module__LUX5Kq__badge{background:var(--error,#e53e3e);color:#fff;border-radius:50%;padding:2px 6px;font-size:.75rem;font-weight:700;position:absolute;top:-4px;right:-4px}.cart-module__LUX5Kq__launcherIcon{width:24px;height:24px}.cart-module__LUX5Kq__panel{z-index:1000;bottom:calc(var(--space-lg) + 56px + var(--space-sm) + 70px);right:var(--space-lg);width:400px;height:600px;max-height:calc(100vh - var(--space-3xl));border:1px solid var(--border-faint);box-shadow:0 12px 40px var(--shadow-faint);background:var(--background);color:var(--foreground);transform-origin:100% 100%;border-radius:12px;flex-direction:column;animation:.18s ease-out cart-module__LUX5Kq__panelIn;display:flex;position:fixed;overflow:hidden}@keyframes cart-module__LUX5Kq__panelIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.cart-module__LUX5Kq__header{border-bottom:1px solid var(--border-faint);padding:var(--space-md);justify-content:space-between;align-items:center;display:flex}.cart-module__LUX5Kq__title{font-size:1.1rem;font-weight:600}.cart-module__LUX5Kq__headerButton{padding:var(--space-xs);color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;font-size:.9rem}.cart-module__LUX5Kq__headerButton:hover{background:var(--background-interactive);color:var(--foreground)}.cart-module__LUX5Kq__itemList{padding:var(--space-md);gap:var(--space-md);flex-direction:column;flex:1;display:flex;overflow-y:auto}.cart-module__LUX5Kq__item{gap:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-faint);display:flex}.cart-module__LUX5Kq__item:last-child{border-bottom:none;padding-bottom:0}.cart-module__LUX5Kq__checkbox{margin-top:var(--space-xs);cursor:pointer;width:18px;height:18px;accent-color:var(--primary)}.cart-module__LUX5Kq__itemImage{object-fit:cover;border:1px solid var(--border-subtle);background:var(--background-interactive);border-radius:8px;width:72px;height:72px}.cart-module__LUX5Kq__itemDetails{gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.cart-module__LUX5Kq__itemTitle{margin:0;font-size:.95rem;font-weight:500}.cart-module__LUX5Kq__itemVariant{color:var(--foreground-muted);margin:0;font-size:.8rem}.cart-module__LUX5Kq__itemPrice{margin:0;font-size:.95rem;font-weight:600}.cart-module__LUX5Kq__itemControls{margin-top:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.cart-module__LUX5Kq__stepper{border:1px solid var(--border-subtle);border-radius:4px;align-items:center;display:flex;overflow:hidden}.cart-module__LUX5Kq__stepperBtn{background:var(--background);cursor:pointer;width:28px;height:28px;color:var(--foreground);border:none;justify-content:center;align-items:center;display:flex}.cart-module__LUX5Kq__stepperBtn:hover{background:var(--background-interactive)}.cart-module__LUX5Kq__stepperBtn:disabled{opacity:.5;cursor:not-allowed}.cart-module__LUX5Kq__stepperValue{text-align:center;border-left:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle);width:32px;font-size:.9rem;line-height:28px}.cart-module__LUX5Kq__deleteBtn{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;padding:4px}.cart-module__LUX5Kq__deleteBtn:hover{color:var(--error,#e53e3e)}.cart-module__LUX5Kq__stockHint{color:var(--error,#e53e3e);font-size:.75rem}.cart-module__LUX5Kq__footer{border-top:1px solid var(--border-faint);padding:var(--space-md);gap:var(--space-md);flex-direction:column;display:flex}.cart-module__LUX5Kq__totalRow{justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.cart-module__LUX5Kq__checkoutBtn{background:var(--primary);color:var(--primary-foreground);padding:var(--space-sm)var(--space-md);cursor:pointer;text-align:center;border:none;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none}.cart-module__LUX5Kq__checkoutBtn:hover{opacity:.9}.cart-module__LUX5Kq__checkoutBtn:disabled{opacity:.5;cursor:not-allowed}
