.checkout-content{max-width:650px;width:90vw;padding-bottom:2.5rem;background:var(--color-bg);border-radius:var(--radius-md) var(--radius-md) 0 0}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.checkout-header-title{display:flex;align-items:center;gap:.6rem;color:var(--color-text-strong)}.checkout-header-title h3{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.checkout-close-btn{background:transparent;border:none;color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:var(--radius-sm);transition:all .2s}.checkout-close-btn:hover{background:#0000000d;color:var(--color-text-strong)}.checkout-body{padding:1.5rem;display:flex;flex-direction:column;gap:2rem;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.checkout-body::-webkit-scrollbar{width:6px}.checkout-body::-webkit-scrollbar-track{background:transparent}.checkout-body::-webkit-scrollbar-thumb{background-color:#9696964d;border-radius:10px}.checkout-body::-webkit-scrollbar-thumb:hover{background-color:#96969680}.checkout-progress{display:flex;justify-content:space-between;margin-bottom:1.5rem;border-bottom:2px solid var(--color-border);position:relative}.progress-step{flex:1;text-align:center;padding-bottom:.75rem;font-size:.95rem;font-weight:600;color:var(--color-text-muted);position:relative;transition:color .2s}.progress-step.completed{color:var(--color-text);cursor:pointer}.progress-step.completed:hover{text-decoration:underline}.progress-step.active{color:var(--color-brand)}.progress-step.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--color-brand);border-radius:2px 2px 0 0}.checkout-summary{background:var(--color-surface);border-radius:var(--radius-md);padding:1.5rem;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008;border:1px solid rgba(0,0,0,.06)}.checkout-summary h4{margin-top:0;margin-bottom:1.25rem;font-size:1.15rem;color:var(--color-text-strong);display:flex;align-items:center;gap:.5rem}.checkout-items{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px dashed var(--color-border)}.checkout-item{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;color:var(--color-text);font-size:.95rem;gap:1rem}.checkout-item-info{display:flex;flex-direction:column;gap:.2rem;flex:1;text-align:left}.checkout-item-name{color:var(--color-text);font-weight:600}.checkout-item-qty{color:var(--color-text-muted);font-size:.85rem}.checkout-item-price{font-weight:600;color:var(--color-text)}.checkout-total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:var(--color-text-muted);font-size:1rem}.checkout-final-total{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border);font-weight:700;font-size:1.25rem;color:var(--color-text)}.checkout-steps{background:var(--color-surface);border-radius:var(--radius-md);padding:2rem;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008;border:1px solid rgba(0,0,0,.06)}.checkout-step h4{margin-top:0;margin-bottom:1.5rem;font-size:1.15rem;font-weight:600;color:var(--color-text-strong)}.checkout-form{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-bottom:2rem}.checkout-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.checkout-input-group{display:flex;flex-direction:column;gap:.5rem}.checkout-input-group label{font-size:.8rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-left:2px}.checkout-form input{padding:.75rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-sm);font-size:.95rem;width:100%;background:var(--color-bg);transition:all .2s cubic-bezier(.16,1,.3,1);color:var(--color-text);box-sizing:border-box}.checkout-form input:focus{outline:none;border-color:var(--color-brand);background:var(--color-surface);box-shadow:0 0 0 4px #e6510014}.shipping-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.shipping-option{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-md);cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);background:var(--color-bg)}.shipping-option:hover{border-color:#00000040;background:var(--color-surface)}.shipping-option.selected{border-color:var(--color-brand);background:var(--color-surface);box-shadow:0 0 0 2px #e6510014}.shipping-option input[type=radio]{width:1.25rem;height:1.25rem;accent-color:var(--color-brand);cursor:pointer;margin-top:2px}.shipping-option-details{display:flex;flex-direction:column;gap:.4rem;width:100%}.shipping-option-header{display:flex;justify-content:space-between;width:100%}.shipping-name,.shipping-price{font-weight:700;color:var(--color-text);font-size:1.05rem}.shipping-desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.4}.checkout-actions{display:flex;flex-direction:column;gap:.75rem}.payment-mock{padding:3rem 1.5rem;background:var(--color-bg);border-radius:var(--radius-sm);text-align:center;margin-bottom:2rem;border:1px dashed var(--color-border);color:var(--color-text-muted)}.mock-card-input{margin-top:1.5rem;padding:1.15rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-family:monospace;color:var(--color-text);display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.1rem}:root{--color-brand: #e8570c;--color-brand-dark: #c44a0a;--color-brand-light: #fef3ed;--color-accent: #26a69a;--color-bg: #f9f9f8;--color-surface: #ffffff;--color-border: #e5e5e3;--color-text: #1a1a1a;--color-text-muted: #8c8c8a;--color-text-strong: #000000;--color-bubble-user: #efefed;--color-bubble-bot: transparent;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 2px 8px rgba(0,0,0,.08);--shadow-lg: 0 4px 20px rgba(0,0,0,.1);--font-sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,html,#root{height:100%;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}button{cursor:pointer;font-family:inherit}img{display:block}.chat-layout{display:flex;flex-direction:column;width:100%;max-width:720px;margin:0 auto;height:100dvh;background:transparent}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 24px;background:transparent;position:sticky;top:0;z-index:10;flex-shrink:0}.chat-header__left{display:flex;align-items:center;gap:10px}.history-btn{background:transparent;border:none;color:var(--color-text-muted);padding:6px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.history-btn:hover{background:var(--color-border);color:var(--color-text)}.chat-header__brand{display:flex;align-items:center;gap:10px}.chat-header__logo{font-size:1.1rem}.chat-header__name{font-size:.95rem;font-weight:600;color:var(--color-text-muted);letter-spacing:0}.cart-btn{position:relative;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:6px 12px;font-size:1rem;display:flex;align-items:center;gap:6px;color:var(--color-text-muted);transition:background .15s,border-color .15s}.cart-btn:hover{background:var(--color-border);border-color:#ccc}.cart-btn__badge{position:absolute;top:-6px;right:-6px;background:var(--color-brand);color:#fff;font-size:.7rem;font-weight:700;border-radius:999px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:var(--shadow-sm)}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px 24px 24px;display:flex;flex-direction:column;gap:0;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.message{display:flex;flex-direction:column;align-items:flex-start;max-width:100%;padding:4px 0}.message--assistant{padding:8px 0}.message--user{align-items:flex-end;padding:6px 0}.message__content{display:flex;flex-direction:column;gap:10px;max-width:min(78%,560px)}.message--assistant .message__content{max-width:100%}.message--user .message__content{align-items:flex-end;max-width:min(78%,560px)}.message__bubble{line-height:1.7;font-size:1rem;word-break:break-word}.message--user .message__bubble{background:var(--color-bubble-user);color:var(--color-text);padding:10px 16px;border-radius:18px 18px 4px;box-shadow:none}.message--assistant .message__bubble{background:transparent;color:var(--color-text);padding:0}.message__bubble--info{font-style:italic;color:var(--color-text-muted);font-size:.9rem}.typing-indicator{display:flex;align-items:center;gap:5px;padding:8px 0;min-width:36px}.typing-dot{width:7px;height:7px;border-radius:50%;background:var(--color-text-muted);animation:typing-bounce 1.2s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;width:100%}.product-list .product-card{display:flex;flex-direction:column;gap:10px;padding:0 0 12px;min-width:0;overflow:hidden}.product-list .product-card__img{width:100%;height:140px;max-height:140px;object-fit:cover;object-position:center;border-radius:var(--radius-sm) var(--radius-sm) 0 0;flex-shrink:0}.product-list .product-card__body{padding:0 12px;min-width:0}.message__bubble--streaming:after{content:"";display:inline-flex;gap:3px;margin-left:6px;vertical-align:middle}.message__bubble--streaming>*:last-child:after,.message__bubble--streaming:after{display:none}.message__bubble--streaming .streaming-dots{display:inline-flex;gap:4px;margin-left:4px;vertical-align:middle}.streaming-dot{width:5px;height:5px;border-radius:50%;background:var(--color-text-muted);display:inline-block;animation:typing-bounce 1.2s infinite ease-in-out}.streaming-dot:nth-child(2){animation-delay:.2s}.streaming-dot:nth-child(3){animation-delay:.4s}.product-card{display:flex;flex-direction:row;gap:14px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px;box-shadow:none;transition:border-color .15s;overflow:hidden}.product-card:hover{border-color:#c8c8c6}.product-card__img{width:88px;height:88px;object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;background:var(--color-bg)}.product-card__body{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.product-card__category{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent)}.product-card__name{font-size:.95rem;font-weight:700;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__desc{font-size:.82rem;color:var(--color-text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:8px}.product-card__price{font-size:1.05rem;font-weight:700;color:var(--color-brand)}.product-card__actions{display:flex;gap:6px}.product-card__btn{padding:6px 12px;border-radius:var(--radius-sm);border:none;font-size:.8rem;font-weight:600;transition:background .15s,transform .1s}.product-card__btn:active{transform:scale(.96)}.product-card__btn--primary{background:var(--color-brand);color:#fff}.product-card__btn--primary:hover{background:var(--color-brand-dark)}.product-card__btn--secondary{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.product-card__btn--secondary:hover{background:var(--color-border)}.cart-strip{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:44px;background:var(--color-surface);border-top:1px solid var(--color-border);flex-shrink:0;animation:cart-strip-in .2s ease}@keyframes cart-strip-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cart-strip__summary{font-size:.85rem;font-weight:500;color:var(--color-text-muted)}.cart-strip__total{font-weight:400;color:var(--color-text-muted)}.cart-strip__btn{background:transparent;color:var(--color-brand);border:1px solid var(--color-brand);border-radius:var(--radius-sm);padding:5px 12px;font-size:.8rem;font-weight:600;transition:background .15s,color .15s}.cart-strip__btn:hover{background:var(--color-brand);color:#fff}.chat-input-bar{display:flex;align-items:flex-end;gap:10px;padding:12px 24px 28px;background:transparent;border-top:none;flex-shrink:0}.chat-input-container{flex:1;position:relative;display:flex;flex-direction:column;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:28px;box-shadow:0 1px 4px #0000000f;transition:border-color .2s,box-shadow .2s,border-radius .2s;overflow:hidden}.chat-input-container.focused{border-radius:20px;border-color:var(--color-brand);box-shadow:0 4px 12px #00000014}.chat-image-preview{position:relative;display:inline-block;margin:12px 18px 0;align-self:flex-start}.chat-image-preview img{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid var(--color-border)}.chat-image-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:#444;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #00000026}.chat-textarea{width:100%;min-height:48px;transition:height .2s ease,padding .2s ease;max-height:150px;padding:15px 18px;font-size:.95rem;font-family:inherit;background:transparent;color:var(--color-text);border:none;resize:none;outline:none;line-height:1.4}.chat-input-container:not(.focused) .chat-textarea{padding-right:50px;height:52px!important;overflow:hidden}.chat-input-container.focused .chat-textarea{padding-bottom:0}.chat-textarea::placeholder{color:#999}.chat-textarea:disabled{opacity:.5}.chat-input-toolbar{display:flex;align-items:center;justify-content:space-between;padding:6px 10px 10px 14px}.chat-input-container:not(.focused) .chat-input-toolbar{position:absolute;bottom:7px;right:8px;padding:0}.chat-input-actions{display:flex;align-items:center;gap:8px;opacity:1;transition:opacity .2s ease,width .2s ease,margin .2s ease,gap .2s ease}.chat-input-container:not(.focused) .chat-input-actions{opacity:0;width:0;margin:0;padding:0;pointer-events:none;overflow:hidden;gap:0}.chat-tool-btn{width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.chat-tool-btn:hover{background:var(--color-bg);color:var(--color-text)}.chat-tool-btn.listening{color:#ff4a4a;animation:pulse-mic 1.5s infinite}@keyframes pulse-mic{0%{transform:scale(1);box-shadow:0 0 #ff4a4a66}70%{transform:scale(1.1);box-shadow:0 0 0 6px #ff4a4a00}to{transform:scale(1);box-shadow:0 0 #ff4a4a00}}.chat-send-btn{width:34px;height:34px;border-radius:50%;border:none;background:var(--color-brand);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s;cursor:pointer}.chat-send-btn:active:not(:disabled){transform:scale(.94)}.chat-send-btn:disabled{background:transparent;color:var(--color-border);cursor:not-allowed}.new-chat-btn{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:1.5px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s,background .15s,transform .1s;box-shadow:0 1px 4px #0000000f}.new-chat-btn:hover{border-color:var(--color-brand);color:var(--color-brand);background:var(--color-brand-light)}.new-chat-btn:active{transform:scale(.94)}.history-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:100;animation:fade-in .2s ease}.history-panel{position:fixed;top:0;left:0;width:min(320px,85vw);height:100dvh;background:var(--color-surface);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;z-index:101;animation:slide-in-left .22s ease}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.history-panel__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--color-border);flex-shrink:0}.history-panel__title{font-size:.95rem;font-weight:600;color:var(--color-text)}.history-panel__close{background:none;border:none;font-size:1rem;color:var(--color-text-muted);padding:4px 8px;border-radius:var(--radius-sm);transition:background .15s}.history-panel__close:hover{background:var(--color-bg)}.history-panel__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--color-text-muted);font-size:.88rem;text-align:center;padding:32px}.history-panel__empty-icon{font-size:2rem}.history-list{list-style:none;overflow-y:auto;flex:1;padding:8px 0}.history-item{display:flex;flex-direction:column;gap:3px;width:100%;text-align:left;background:none;border:none;padding:12px 20px;cursor:pointer;transition:background .12s;border-radius:0}.history-item:hover{background:var(--color-bg)}.history-item--active,.history-item--active:hover{background:var(--color-brand-light)}.history-item__title{font-size:.88rem;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item__time{font-size:.75rem;color:var(--color-text-muted)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:100;display:flex;justify-content:flex-end;animation:fade-in .2s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.cart-panel{width:min(400px,100vw);height:100%;background:var(--color-surface);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;animation:slide-in .22s ease}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-panel__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--color-border)}.cart-panel__title{font-size:1.1rem;font-weight:700}.cart-panel__close{background:none;border:none;font-size:1.2rem;color:var(--color-text-muted);padding:4px 8px;border-radius:var(--radius-sm);transition:background .15s}.cart-panel__close:hover{background:var(--color-bg)}.cart-panel__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--color-text-muted);text-align:center;padding:32px;line-height:1.6}.cart-panel__empty-icon{font-size:3rem}.cart-panel__list{flex:1;overflow-y:auto;list-style:none;padding:12px 0}.cart-item{display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:none}.cart-item__img{width:56px;height:56px;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-bg);flex-shrink:0}.cart-item__info{flex:1;min-width:0}.cart-item__name{display:block;font-size:.88rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__price{display:block;font-size:.85rem;color:var(--color-brand);font-weight:700;margin-top:2px}.cart-item__controls{display:flex;align-items:center;gap:6px;flex-shrink:0}.cart-item__qty-btn{width:26px;height:26px;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .12s}.cart-item__qty-btn:hover{background:var(--color-border)}.cart-item__qty{min-width:20px;text-align:center;font-size:.9rem;font-weight:600}.cart-item__remove{background:none;border:none;font-size:1rem;color:var(--color-text-muted);padding:4px;transition:color .12s}.cart-item__remove:hover{color:#e53935}.cart-panel__footer{border-top:1px solid var(--color-border);padding:18px 20px;display:flex;flex-direction:column;gap:12px}.cart-panel__total{display:flex;justify-content:space-between;font-size:1rem;font-weight:700}.cart-panel__checkout-btn{background:var(--color-brand);color:#fff;border:none;border-radius:var(--radius-md);padding:14px;font-size:1rem;font-weight:700;transition:background .15s}.cart-panel__checkout-btn:hover{background:var(--color-brand-dark)}.cart-panel__checkout-hint{font-size:.78rem;color:var(--color-text-muted);text-align:center}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.message--assistant .message__bubble p{margin:0 0 .6em}.message--assistant .message__bubble p:last-child{margin-bottom:0}.message--assistant .message__bubble ul,.message--assistant .message__bubble ol{padding-left:1.4em;margin:.4em 0 .6em}.message--assistant .message__bubble li{margin-bottom:.25em;line-height:1.6}.message--assistant .message__bubble strong{font-weight:700;color:var(--color-text)}.message--assistant .message__bubble em{font-style:italic}.message--assistant .message__bubble code{font-family:ui-monospace,monospace;font-size:.88em;background:var(--color-border);padding:1px 5px;border-radius:4px}.message--assistant .message__bubble pre{background:var(--color-border);border-radius:var(--radius-sm);padding:12px;overflow-x:auto;font-size:.88em;margin:.6em 0}.message--assistant .message__bubble pre code{background:none;padding:0}.message--assistant .message__bubble h1,.message--assistant .message__bubble h2,.message--assistant .message__bubble h3{font-weight:700;margin:.8em 0 .3em;line-height:1.3}.message--assistant .message__bubble h1{font-size:1.15em}.message--assistant .message__bubble h2{font-size:1.05em}.message--assistant .message__bubble h3{font-size:1em}.message--assistant .message__bubble a{color:var(--color-brand);text-decoration:underline;text-underline-offset:2px}@media (max-width: 480px){.chat-messages{padding:8px 16px 16px}.chat-input-bar{padding:8px 12px 20px;gap:8px}.chat-header{padding:14px 16px}.message__content{max-width:88%}.new-chat-btn{width:40px;height:40px}}@media (prefers-color-scheme: dark){:root{--color-bg: #1c1c1b;--color-surface: #242423;--color-border: #2e2e2c;--color-text: #dfdeda;--color-text-muted: #888885;--color-text-strong: #ffffff;--color-bubble-user: #2e2e2c;--color-bubble-bot: transparent;--color-brand-light: #2a1608;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 2px 8px rgba(0,0,0,.4);--shadow-lg: 0 4px 20px rgba(0,0,0,.5)}.message--assistant .message__bubble{background:transparent}.message__bubble--info{color:var(--color-text-muted)}.product-card{background:var(--color-surface);border-color:var(--color-border)}.product-card__btn--secondary{background:transparent;border-color:var(--color-border);color:var(--color-text)}.product-card__btn--secondary:hover{background:var(--color-border)}.welcome-chip{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.welcome-chip:hover{background:#2e1a0e;border-color:var(--color-brand);color:#ffab91}.reply-chip{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text)}.reply-chip:hover{background:#2e1a0e;border-color:var(--color-brand);color:#ffab91}.cart-strip{background:#2e1a0e;border-color:#5a3a1a}.chat-input-container{background:var(--color-surface);border-color:var(--color-border)}.chat-textarea{color:var(--color-text)}.chat-textarea::placeholder{color:var(--color-text-muted)}.history-item:hover{background:#2a2a28}.history-item--active{background:#2a1608}.new-chat-btn{background:var(--color-surface);border-color:var(--color-border)}}.welcome-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px 20px;gap:20px;animation:welcome-fade-in .4s ease}@keyframes welcome-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.welcome-hero{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.welcome-logo{font-size:2.6rem;line-height:1;margin-bottom:2px}.welcome-title{font-size:1.6rem;font-weight:800;color:var(--color-text);letter-spacing:-.02em}.welcome-tagline{font-size:.95rem;color:var(--color-text-muted);font-weight:400}.welcome-chips-section{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.welcome-chips-label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted)}.welcome-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:480px}.welcome-chip{padding:9px 16px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.875rem;font-weight:500;box-shadow:var(--shadow-sm);transition:border-color .15s,color .15s,background .15s,box-shadow .15s}.welcome-chip:hover{border-color:var(--color-brand);color:var(--color-brand);background:var(--color-brand-light);box-shadow:none}.welcome-hint{font-size:.8rem;color:var(--color-text-muted);opacity:.7;-webkit-user-select:none;user-select:none}.reply-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;margin-bottom:14px;animation:welcome-fade-in .25s ease}.reply-chip{padding:6px 13px;border-radius:999px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-size:.82rem;font-weight:500;transition:border-color .15s,color .15s,background .15s;white-space:nowrap}.reply-chip:hover{border-color:var(--color-brand);color:var(--color-brand);background:var(--color-brand-light)}.product-card--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.product-card--clickable:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.pd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:flex-end;justify-content:center;animation:pd-backdrop-in .22s ease}@keyframes pd-backdrop-in{0%{opacity:0}to{opacity:1}}.pd-sheet{width:100%;max-width:720px;max-height:92dvh;background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;display:flex;flex-direction:column;overflow:hidden;animation:pd-sheet-up .28s cubic-bezier(.32,.72,0,1);box-shadow:0 -4px 32px #00000024;transition:transform .3s cubic-bezier(.32,.72,0,1),opacity .3s ease;will-change:transform}@keyframes pd-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pd-header{display:flex;align-items:center;gap:10px;padding:14px 16px 12px;border-bottom:1px solid var(--color-border);flex-shrink:0}.pd-back-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:none;background:var(--color-bg);color:var(--color-text);flex-shrink:0;transition:background .15s}.pd-back-btn:hover{background:var(--color-border)}.pd-header__category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-accent);flex:1}.pd-header__spacer{width:34px;flex-shrink:0}.pd-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.pd-drag-handle{display:flex;justify-content:center;align-items:center;padding:10px 0 6px;cursor:grab;flex-shrink:0;touch-action:none}.pd-drag-handle:active{cursor:grabbing}.pd-drag-pill{width:36px;height:4px;border-radius:2px;background:var(--color-border);display:block}.pd-carousel{width:100%;position:relative;background:var(--color-bg);overflow:hidden;aspect-ratio:4 / 3;flex-shrink:0;touch-action:pan-y}.pd-carousel__track{display:flex;height:100%;will-change:transform}.pd-carousel__slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:16px}.pd-carousel__img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pd-carousel__dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px;pointer-events:none}.pd-carousel__dot{width:6px;height:6px;border-radius:50%;border:none;background:#00000038;padding:0;pointer-events:all;transition:background .2s,transform .2s;cursor:pointer}.pd-carousel__dot--active{background:var(--color-brand);transform:scale(1.35)}.pd-thumbs{display:flex;gap:8px;padding:10px 16px 0;overflow-x:auto;scrollbar-width:none}.pd-thumbs::-webkit-scrollbar{display:none}.pd-thumb{width:64px;height:64px;flex-shrink:0;border-radius:var(--radius-sm);border:2px solid var(--color-border);background:var(--color-bg);padding:0;overflow:hidden;cursor:pointer;transition:border-color .15s}.pd-thumb img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pd-thumb--active{border-color:var(--color-brand)}.pd-info{padding:20px 20px 12px;display:flex;flex-direction:column;gap:14px}.pd-info__name{font-size:1.25rem;font-weight:800;color:var(--color-text);line-height:1.3}.pd-info__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.pd-info__stock{font-size:.82rem;font-weight:600}.pd-info__stock--in{color:#2e7d32}.pd-info__stock--out{color:#c62828}.pd-info__price{font-size:1.5rem;font-weight:800;color:var(--color-brand)}.pd-info__section-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:6px}.pd-info__desc{font-size:.95rem;line-height:1.65;color:var(--color-text)}.pd-footer{display:flex;gap:10px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}.pd-btn{flex:1;padding:13px 16px;border-radius:var(--radius-md);border:none;font-size:.95rem;font-weight:700;transition:background .15s,transform .1s}.pd-btn:active{transform:scale(.97)}.pd-btn:disabled{opacity:.45;cursor:not-allowed}.pd-btn--primary{background:var(--color-brand);color:#fff}.pd-btn--primary:hover:not(:disabled){background:var(--color-brand-dark)}.pd-btn--secondary{background:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border)}.pd-btn--secondary:hover{background:var(--color-border)}.comparison-widget{margin-top:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-sm);animation:slide-up .3s ease}.comparison-grid{display:flex;position:relative;gap:1rem;align-items:stretch}.comparison-col{flex:1;display:flex;flex-direction:column;text-align:center;padding:.5rem}.comparison-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md);margin-bottom:.5rem;background:#fff}.comparison-col h4{font-size:.9rem;margin:0;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2rem}.comparison-price{font-size:1rem;font-weight:600;color:var(--color-brand);margin:.25rem 0}.comparison-desc{font-size:.75rem;color:var(--color-text-muter);margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.comparison-col button{width:100%;font-size:.8rem;padding:.4rem 0}.comparison-vs{display:flex;align-items:center;justify-content:center;width:2rem;flex-shrink:0}.comparison-vs span{background:var(--color-background);color:var(--color-text-muter);font-weight:700;font-size:.8rem;padding:.5rem;border-radius:50%;border:1px solid var(--color-border)}.checkout-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);gap:1rem;box-shadow:0 4px 12px #0000000d}.checkout-card__icon{font-size:2.5rem;margin-bottom:-.5rem}.checkout-card__title{font-size:1.25rem;font-weight:700;color:var(--color-text);margin:0}.checkout-card__desc{font-size:.95rem;color:var(--color-text-muted);margin:0}.checkout-card__summary{display:flex;gap:1.5rem;background:var(--color-bg);padding:.75rem 1.5rem;border-radius:var(--radius-sm);width:100%;justify-content:center;border:1px solid var(--color-border)}.checkout-card__stat{display:flex;flex-direction:column;align-items:center}.checkout-card__stat-label{font-size:.75rem;text-transform:uppercase;color:var(--color-text-muted);font-weight:600;letter-spacing:.05em}.checkout-card__stat-value{font-size:1.1rem;font-weight:700;color:var(--color-brand)}.checkout-card__btn{width:100%;padding:.85rem;font-size:1rem;margin-top:.5rem}.checkout-card__secondary{background:transparent;color:var(--color-text-muted);border:none;font-size:.85rem;text-decoration:underline;cursor:pointer;padding:.5rem;margin-top:-.5rem}.checkout-card__secondary:hover{color:var(--color-text)}� .order-tracking-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:16px;margin-top:12px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 12px #00000008}.order-tracking-card__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border);padding-bottom:8px}.order-tracking-card__title{font-weight:700;font-size:1.05rem;display:flex;align-items:center;gap:8px}.order-tracking-card__status{font-size:.75rem;font-weight:700;text-transform:uppercase;padding:4px 8px;border-radius:12px;letter-spacing:.05em}.order-tracking-card__status--pending{background:#fff3cd;color:#856404}.order-tracking-card__status--processing{background:#cce5ff;color:#004085}.order-tracking-card__status--shipped{background:#d4edda;color:#004085}.order-tracking-card__status--delivered{background:#d4edda;color:#155724}.order-tracking-card__status--cancelled{background:#f8d7da;color:#721c24}.order-tracking-card__details{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:var(--color-text-muted)}.order-tracking-card__item-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.order-tracking-item{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;padding:6px 0;border-top:1px dashed var(--color-border)}.order-tracking-item:first-child{border-top:none}.order-tracking-item-name{font-weight:600;color:var(--color-text)}.order-tracking-card__total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--color-border);padding-top:10px;font-weight:700;font-size:1rem}
