.product-card.svelte-fzoehp{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);text-decoration:none;color:inherit;transition:all .2s ease;gap:12px}.product-card.svelte-fzoehp:hover{border-color:var(--color-primary-light);box-shadow:var(--shadow-lg);text-decoration:none;transform:translateY(-2px)}.product-main.svelte-fzoehp{flex:1;min-width:0}.product-header.svelte-fzoehp{display:flex;align-items:center;gap:10px;margin-bottom:4px}.product-name.svelte-fzoehp{font-weight:600;font-size:15px;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rating.svelte-fzoehp{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;background:linear-gradient(135deg,var(--color-gold),var(--color-primary-light));color:#fff;border-radius:12px;font-size:12px;font-weight:600;flex-shrink:0}.price.svelte-fzoehp{font-size:13px;color:var(--color-text-muted)}.product-cta.svelte-fzoehp{display:flex;align-items:center;gap:6px;color:var(--color-primary);flex-shrink:0}.retailer.svelte-fzoehp{font-size:13px;font-weight:500}.product-card.svelte-fzoehp:hover .product-cta:where(.svelte-fzoehp){color:var(--color-primary-dark)}.product-card.svelte-fzoehp:hover .product-cta:where(.svelte-fzoehp) svg:where(.svelte-fzoehp){transform:translate(2px)}.product-cta.svelte-fzoehp svg:where(.svelte-fzoehp){transition:transform .2s ease}.chat.svelte-xdaci2{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--color-bg)}.messages.svelte-xdaci2{flex:1;overflow-y:auto;padding:24px 16px;display:flex;flex-direction:column;gap:20px}.message.svelte-xdaci2{display:flex;gap:12px;max-width:90%}.message.user.svelte-xdaci2{align-self:flex-end;flex-direction:row-reverse}.message.assistant.svelte-xdaci2{align-self:flex-start}.avatar.svelte-xdaci2{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary-light),var(--color-primary));color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--shadow)}.avatar.svelte-xdaci2 svg:where(.svelte-xdaci2){width:20px;height:20px}.message-content.svelte-xdaci2{display:flex;flex-direction:column;gap:8px}.bubble.svelte-xdaci2{padding:14px 18px;border-radius:var(--radius);white-space:pre-wrap;word-wrap:break-word;line-height:1.6;font-size:15px}.message.user.svelte-xdaci2 .bubble:where(.svelte-xdaci2){background:var(--color-user-bubble);color:var(--color-user-text);border-bottom-right-radius:4px}.message.assistant.svelte-xdaci2 .bubble:where(.svelte-xdaci2){background:var(--color-ai-bubble);border:1px solid var(--color-ai-bubble-border);border-bottom-left-radius:4px;color:var(--color-text)}.suggestion-chips.svelte-xdaci2{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.chip.svelte-xdaci2{padding:8px 16px;background:var(--color-chip);border:1px solid var(--color-border);border-radius:20px;font-size:14px;color:var(--color-text);cursor:pointer;transition:all .2s ease}.chip.svelte-xdaci2:hover{background:var(--color-chip-hover);border-color:var(--color-primary-light);transform:translateY(-1px)}.message-image.svelte-xdaci2{max-width:200px;max-height:200px;border-radius:var(--radius);object-fit:cover;box-shadow:var(--shadow)}.products.svelte-xdaci2{display:flex;flex-direction:column;gap:10px;margin-top:4px;width:100%;max-width:340px}.loading.svelte-xdaci2{display:flex;gap:6px;padding:18px 22px}.dot.svelte-xdaci2{width:10px;height:10px;background:var(--color-primary-light);border-radius:50%;animation:svelte-xdaci2-bounce 1.4s ease-in-out infinite both}.dot.svelte-xdaci2:nth-child(1){animation-delay:-.32s}.dot.svelte-xdaci2:nth-child(2){animation-delay:-.16s}@keyframes svelte-xdaci2-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.input-area.svelte-xdaci2{padding:16px;border-top:1px solid var(--color-border);background:var(--color-surface)}.image-preview.svelte-xdaci2{position:relative;display:inline-block;margin-bottom:12px}.image-preview.svelte-xdaci2 img:where(.svelte-xdaci2){max-width:100px;max-height:100px;border-radius:var(--radius-sm);object-fit:cover;box-shadow:var(--shadow)}.remove-image.svelte-xdaci2{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background:var(--color-text);color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}.remove-image.svelte-xdaci2:hover{background:#000}.input-row.svelte-xdaci2{display:flex;gap:10px;align-items:center}.input-row.svelte-xdaci2 input[type=text]:where(.svelte-xdaci2){flex:1;padding:14px 20px;border:1px solid var(--color-border);border-radius:28px;font-size:16px;outline:none;background:var(--color-bg);transition:border-color .2s,box-shadow .2s}.input-row.svelte-xdaci2 input[type=text]:where(.svelte-xdaci2):focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #8b45131a}.input-row.svelte-xdaci2 input[type=text]:where(.svelte-xdaci2)::placeholder{color:var(--color-text-muted)}.camera-btn.svelte-xdaci2,.send-btn.svelte-xdaci2{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.camera-btn.svelte-xdaci2{background:var(--color-chip);color:var(--color-text-muted);border:1px solid var(--color-border)}.camera-btn.svelte-xdaci2:hover:not(:disabled){background:var(--color-chip-hover);color:var(--color-text);border-color:var(--color-primary-light)}.send-btn.svelte-xdaci2{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;box-shadow:var(--shadow)}.send-btn.svelte-xdaci2:hover:not(:disabled){transform:scale(1.05);box-shadow:var(--shadow-lg)}.send-btn.svelte-xdaci2:disabled,.camera-btn.svelte-xdaci2:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:480px){.messages.svelte-xdaci2{padding:16px 12px}.message.svelte-xdaci2{max-width:95%}.avatar.svelte-xdaci2{width:32px;height:32px}.avatar.svelte-xdaci2 svg:where(.svelte-xdaci2){width:18px;height:18px}.bubble.svelte-xdaci2{padding:12px 14px;font-size:14px}.chip.svelte-xdaci2{padding:6px 12px;font-size:13px}}.loading.svelte-1uha8ag{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--color-text-muted)}.gate-container.svelte-1uha8ag{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(180deg,var(--color-bg) 0%,#F5EDE4 100%);padding:20px}.gate-box.svelte-1uha8ag{background:var(--color-surface);padding:48px 40px;border-radius:20px;box-shadow:var(--shadow-lg);width:100%;max-width:420px;text-align:center;border:1px solid var(--color-border)}.gate-box.svelte-1uha8ag h1:where(.svelte-1uha8ag){font-family:var(--font-display);font-size:2rem;color:var(--color-primary-dark);margin-bottom:12px;letter-spacing:-.02em}.gate-box.svelte-1uha8ag p:where(.svelte-1uha8ag){color:var(--color-text-muted);margin-bottom:32px;font-size:15px;line-height:1.6}.input-group.svelte-1uha8ag{display:flex;gap:10px}.input-group.svelte-1uha8ag input:where(.svelte-1uha8ag){flex:1;padding:14px 18px;border:1px solid var(--color-border);border-radius:12px;font-size:16px;background:var(--color-bg);transition:border-color .2s,box-shadow .2s}.input-group.svelte-1uha8ag input:where(.svelte-1uha8ag):focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #8b45131a}.input-group.svelte-1uha8ag button:where(.svelte-1uha8ag){padding:14px 28px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;border-radius:12px;font-weight:600;font-size:15px;transition:all .2s ease;box-shadow:var(--shadow)}.input-group.svelte-1uha8ag button:where(.svelte-1uha8ag):hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.error.svelte-1uha8ag{margin-top:16px;color:#dc2626;font-size:14px;padding:10px 14px;background:#fef2f2;border-radius:8px}.app.svelte-1uha8ag{display:flex;flex-direction:column;height:100vh;height:100dvh;max-width:800px;margin:0 auto}.header.svelte-1uha8ag{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--color-border);background:var(--color-surface);box-shadow:0 1px 3px #0000000a}.brand.svelte-1uha8ag{display:flex;align-items:center;gap:10px}.brand-icon.svelte-1uha8ag{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--color-primary-light),var(--color-primary));color:#fff;display:flex;align-items:center;justify-content:center}.brand-icon.svelte-1uha8ag svg:where(.svelte-1uha8ag){width:20px;height:20px}.header.svelte-1uha8ag h1:where(.svelte-1uha8ag){font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--color-primary-dark);letter-spacing:-.01em}.help-btn.svelte-1uha8ag{width:36px;height:36px;border-radius:50%;background:var(--color-chip);border:1px solid var(--color-border);color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.help-btn.svelte-1uha8ag:hover{background:var(--color-chip-hover);border-color:var(--color-primary-light);color:var(--color-primary)}
