@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";
:root{--brand-primary:#0812c4;--brand-secondary:#094074;--brand-accent:#00a4df;--brand-gradient:linear-gradient(135deg,#241c94 0%,#094074 100%);--brand-border:linear-gradient(180deg,#0812c4 0%,#00a4df 100%);--bg-card:#fff;--bg-input:#fafafa;--bg-assistant:#f0f1f5;--bg-user:#0812c4;--text-primary:#1a1a2e;--text-secondary:#6b7280;--text-muted:#9ca3af;--text-user:#fff;--text-assistant:#1a1a2e;--radius-bubble:18px;--radius-card:20px;--radius-input:28px;--shadow-card:0 8px 32px #0812c414,0 2px 8px #0000000a;--shadow-bubble:0 1px 4px #0000000f;--font:"DM Sans",sans-serif;--transition:.2s cubic-bezier(.4,0,.2,1)}.chat-module__r3ZgIG__historyButton{cursor:pointer;background:0 0;border:none;font-size:20px;display:none}.chat-module__r3ZgIG__clearButton{cursor:pointer;color:#9ca3af;background:0 0;border:none;font-size:13px}@media (max-width:768px){.chat-module__r3ZgIG__historyButton{display:block}.chat-module__r3ZgIG__clearButton{display:none}.chat-module__r3ZgIG__chatHeader{gap:10px;display:flex}}.chat-module__r3ZgIG__pageWrapper{min-height:80vh;font-family:var(--font);background:var(--bg-page);touch-action:pan-y;justify-content:center;align-items:center;padding:20px;display:flex}.chat-module__r3ZgIG__chatMain{width:100%;max-width:720px}.chat-module__r3ZgIG__chatCard{border-radius:var(--radius-card);background:var(--bg-card);height:80vh;box-shadow:var(--shadow-card);border:1px solid #0812c412;flex-direction:column;display:flex;overflow:hidden}.chat-module__r3ZgIG__chatHeader{background:var(--bg-card);border-bottom:1px solid #0812c40f;flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:16px 20px;display:flex}.chat-module__r3ZgIG__chatHeader h2{color:var(--text-primary);margin:0;font-size:15px;font-weight:600}.chat-module__r3ZgIG__messagesContainer{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:4px;padding:20px 16px;display:flex;overflow-y:auto}.chat-module__r3ZgIG__messagesContainer::-webkit-scrollbar{width:4px}.chat-module__r3ZgIG__messagesContainer::-webkit-scrollbar-track{background:0 0}.chat-module__r3ZgIG__messagesContainer::-webkit-scrollbar-thumb{background:#0812c426;border-radius:4px}.chat-module__r3ZgIG__messagesContainer::-webkit-scrollbar-thumb:hover{background:#0812c44d}.chat-module__r3ZgIG__message{align-items:flex-end;gap:8px;max-width:100%;margin-bottom:8px;animation:.25s ease-out both chat-module__r3ZgIG__msgIn;display:flex}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__user{flex-direction:row-reverse;justify-content:flex-start}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__assistant{flex-direction:row;justify-content:flex-start}@keyframes chat-module__r3ZgIG__msgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-module__r3ZgIG__messageBubble{border-radius:var(--radius-bubble);word-break:break-word;max-width:72%;box-shadow:var(--shadow-bubble);font-size:14.5px;line-height:1.55;font-family:var(--font);padding:11px 15px;position:relative}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__user .chat-module__r3ZgIG__messageBubble{background:var(--bg-user);color:var(--text-user);border-bottom-right-radius:4px;box-shadow:0 2px 12px #0812c440}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__assistant .chat-module__r3ZgIG__messageBubble{background:var(--bg-assistant);color:var(--text-assistant);border-bottom-left-radius:4px}.chat-module__r3ZgIG__messageBubble a{color:#4da3ff;cursor:pointer;text-decoration:underline}.chat-module__r3ZgIG__avatarContainer{flex-shrink:0;width:30px;height:30px;margin-bottom:2px}.chat-module__r3ZgIG__avatar{border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;overflow:hidden;box-shadow:0 2px 6px #0000001f}.chat-module__r3ZgIG__userAvatar{background:linear-gradient(135deg,#09daff 0%,#5e5e5e 100%)}.chat-module__r3ZgIG__avatar img{object-fit:cover;width:100%;height:100%}.chat-module__r3ZgIG__aiActions{opacity:0;transition:opacity var(--transition);border-top:1px solid #0812c412;gap:4px;margin-top:8px;padding-top:6px;display:flex}.chat-module__r3ZgIG__messageBubble:hover .chat-module__r3ZgIG__aiActions{opacity:1}.chat-module__r3ZgIG__aiActions button{cursor:pointer;width:30px;height:30px;transition:all var(--transition);background:#ffffffb3;border:1px solid #0812c41a;border-radius:8px;justify-content:center;align-items:center;display:flex}.chat-module__r3ZgIG__aiActions button:hover{background:#fff;border-color:#0812c440;transform:translateY(-1px);box-shadow:0 3px 8px #0812c41a}.chat-module__r3ZgIG__typingWrapper{align-items:center;gap:8px;padding:2px 0;display:flex}.chat-module__r3ZgIG__generatingText{background:linear-gradient(90deg,#0812c4,#00a4df,#0812c4,#fff) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:13px;font-weight:600;animation:2.5s linear infinite chat-module__r3ZgIG__gradientMove}.chat-module__r3ZgIG__typingDots span{font-size:18px;line-height:1;animation:1.4s infinite both chat-module__r3ZgIG__blink}.chat-module__r3ZgIG__typingDots span:first-child{animation-delay:0s}.chat-module__r3ZgIG__typingDots span:nth-child(2){animation-delay:.2s}.chat-module__r3ZgIG__typingDots span:nth-child(3){animation-delay:.4s}@keyframes chat-module__r3ZgIG__blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}@keyframes chat-module__r3ZgIG__gradientMove{0%{background-position:0%}to{background-position:300%}}.chat-module__r3ZgIG__urlSuggestion{background:#0812c40a;border:1px solid #0812c41f;border-radius:14px;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;margin:0 16px 12px;padding:12px 16px;animation:.3s ease-out chat-module__r3ZgIG__slideUp;display:flex}.chat-module__r3ZgIG__urlSuggestion p{color:var(--text-primary);align-items:center;gap:6px;margin:0;font-size:13.5px;font-weight:500;display:flex}.chat-module__r3ZgIG__showUrlsButton{background:var(--brand-gradient);color:#fff;cursor:pointer;transition:all var(--transition);white-space:nowrap;font-size:13px;font-weight:600;font-family:var(--font);border:none;border-radius:30px;flex-shrink:0;padding:7px 16px;box-shadow:0 3px 10px #0812c433}.chat-module__r3ZgIG__showUrlsButton:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 16px #0812c44d}.chat-module__r3ZgIG__showUrlsButton:active{transform:translateY(0)}@keyframes chat-module__r3ZgIG__slideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-module__r3ZgIG__productsHeader{justify-content:space-between;align-items:center;margin-bottom:10px;padding-top:8px;display:flex}.chat-module__r3ZgIG__productsHeader h3{color:var(--text-primary);margin:0;font-size:14px;font-weight:600}.chat-module__r3ZgIG__productCount{color:var(--brand-primary);background:#0812c414;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600}.chat-module__r3ZgIG__productsGrid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:6px;display:grid}.chat-module__r3ZgIG__productCard{transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);background:#fff;border:1px solid #0812c414;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 4px #0000000a}.chat-module__r3ZgIG__productCard:hover{border-color:#0812c42e;transform:translateY(-4px);box-shadow:0 12px 32px #0812c41a}.chat-module__r3ZgIG__productImageWrap{background:#f8f9fc;border-bottom:1px solid #0812c40f;justify-content:center;align-items:center;width:100%;height:110px;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__productImage{object-fit:contain;width:100%;height:100%;transition:transform var(--transition);padding:12px}.chat-module__r3ZgIG__productCard:hover .chat-module__r3ZgIG__productImage{transform:scale(1.06)}.chat-module__r3ZgIG__productInfo{flex-direction:column;flex-grow:1;padding:10px 12px 12px;display:flex}.chat-module__r3ZgIG__topRow{align-items:center;gap:6px;margin-bottom:4px;display:flex}.chat-module__r3ZgIG__priceBadge{color:var(--brand-primary);font-size:12px;font-weight:700}.chat-module__r3ZgIG__productSeller{color:var(--text-muted);font-size:10.5px;font-weight:500}.chat-module__r3ZgIG__productName{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:36px;margin-bottom:10px;font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.chat-module__r3ZgIG__productButton{text-align:center;transition:all var(--transition);letter-spacing:.4px;background:#0812c412;border-radius:7px;margin-top:auto;padding:7px 10px;font-size:11px;font-weight:700;color:var(--brand-primary)!important;text-decoration:none!important}.chat-module__r3ZgIG__productButton:hover{background:#0812c421;transform:translateY(-1px);text-decoration:none!important}.chat-module__r3ZgIG__noLink{color:#ef4444;margin-top:auto;font-size:11px}.chat-module__r3ZgIG__layout{height:82vh;padding-top:10px;display:flex}.chat-module__r3ZgIG__sidebar{background:#f8f8f8;border-right:1px solid #00000014;border-radius:15px;flex-direction:column;gap:8px;width:260px;padding:14px;display:flex}.chat-module__r3ZgIG__sidebar button{background:var(--brand-gradient);color:#fff;cursor:pointer;transition:all var(--transition);border:none;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:600;box-shadow:0 3px 10px #0812c433}.chat-module__r3ZgIG__sidebar button:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 16px #0812c44d}.chat-module__r3ZgIG__chatItem{cursor:pointer;color:var(--text-primary);transition:all var(--transition);text-overflow:ellipsis;white-space:nowrap;border-radius:12px;max-width:100%;padding:11px 12px;font-size:13px;font-weight:500;overflow:hidden}.chat-module__r3ZgIG__chatItem:hover{background:#0812c414}.chat-module__r3ZgIG__chatItem:active{transform:scale(.97)}.chat-module__r3ZgIG__historyHeader{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;display:flex}.chat-module__r3ZgIG__historyHeader span{color:var(--text-primary);font-size:16px;font-weight:600}.chat-module__r3ZgIG__historyHeader button{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:12px}@media (max-width:768px){.chat-module__r3ZgIG__layout{position:relative}.chat-module__r3ZgIG__sidebar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:60;background:#fffffff2;border-radius:18px;width:260px;padding:14px;transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;top:10px;bottom:10px;left:10px;overflow-y:auto;transform:translate(-120%);box-shadow:0 20px 60px #00000040,0 4px 12px #00000014}.chat-module__r3ZgIG__sidebar.chat-module__r3ZgIG__open{transform:translate(0)}}.chat-module__r3ZgIG__inputContainer{background:var(--bg-card);border-top:1px solid #0812c40f;flex-shrink:0;padding:10px 14px 14px}.chat-module__r3ZgIG__inputInner{border-radius:var(--radius-input);background-image:linear-gradient(var(--bg-input),var(--bg-input)),var(--brand-border);transition:box-shadow var(--transition);background-origin:border-box;background-clip:padding-box,border-box;border:1.5px solid #0000;overflow:hidden}.chat-module__r3ZgIG__inputInner:focus-within{box-shadow:0 0 0 3px #0812c41a}.chat-module__r3ZgIG__inputBar{flex-direction:column;display:flex}.chat-module__r3ZgIG__inputControls{align-items:flex-end;gap:6px;padding:8px 10px 4px;display:flex}.chat-module__r3ZgIG__inputControls textarea{resize:none;font-family:var(--font);color:var(--text-primary);touch-action:manipulation;background:0 0;border:none;outline:none;flex:1;min-height:36px;max-height:110px;padding:6px 8px;line-height:1.45;font-size:15px!important}.chat-module__r3ZgIG__inputControls textarea::placeholder{color:var(--text-muted)}.chat-module__r3ZgIG__inputActions{justify-content:space-between;align-items:center;padding:4px 10px 8px;display:flex}.chat-module__r3ZgIG__mediaButtons{align-items:center;gap:4px;display:flex}.chat-module__r3ZgIG__mediaButton,.chat-module__r3ZgIG__linkButton{color:var(--text-muted);cursor:pointer;width:34px;height:34px;transition:all var(--transition);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;padding:0;display:flex}.chat-module__r3ZgIG__mediaButton:hover,.chat-module__r3ZgIG__linkButton:hover{color:var(--brand-primary);background:#0812c412}.chat-module__r3ZgIG__mediaButton:active,.chat-module__r3ZgIG__linkButton:active{transform:scale(.93)}.chat-module__r3ZgIG__mediaButton:disabled,.chat-module__r3ZgIG__linkButton:disabled{opacity:.35;cursor:not-allowed;transform:none}.chat-module__r3ZgIG__inputRight{align-items:center;gap:8px;display:flex}.chat-module__r3ZgIG__charCounter{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:11px;font-weight:500}.chat-module__r3ZgIG__charCounter.chat-module__r3ZgIG__warning{color:#f59e0b}.chat-module__r3ZgIG__charCounter.chat-module__r3ZgIG__error{color:#ef4444}.chat-module__r3ZgIG__sendButton{background:var(--brand-gradient);color:#fff;cursor:pointer;width:36px;height:36px;transition:all var(--transition);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 3px 10px #0812c44d}.chat-module__r3ZgIG__sendButton:hover:not(:disabled){transform:scale(1.07);box-shadow:0 5px 16px #0812c466}.chat-module__r3ZgIG__sendButton:active:not(:disabled){transform:scale(.96)}.chat-module__r3ZgIG__sendButton:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.chat-module__r3ZgIG__copyToast{color:#fff;z-index:9999;font-size:13px;font-family:var(--font);pointer-events:none;background:#111;border-radius:10px;padding:10px 18px;animation:2s forwards chat-module__r3ZgIG__fadeInOut;position:fixed;bottom:100px;left:50%;transform:translate(-50%)}@keyframes chat-module__r3ZgIG__fadeInOut{0%{opacity:0;transform:translate(-50%,8px)}15%{opacity:1;transform:translate(-50%)}75%{opacity:1}to{opacity:0}}.chat-module__r3ZgIG__errorMessage{color:#dc2626;background:#fef2f2;border-left:3px solid #ef4444;border-radius:10px;padding:10px 14px;font-size:13.5px}.chat-module__r3ZgIG__authLoading,.chat-module__r3ZgIG__authError{background:var(--bg-page);height:100vh;font-family:var(--font);color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.chat-module__r3ZgIG__authError h2{color:#e53e3e;margin:0;font-size:18px}.chat-module__r3ZgIG__spinner{border:3px solid #0812c426;border-top-color:var(--brand-primary);border-radius:50%;width:36px;height:36px;animation:.9s linear infinite chat-module__r3ZgIG__spin}@keyframes chat-module__r3ZgIG__spin{to{transform:rotate(360deg)}}.chat-module__r3ZgIG__waveform{align-items:center;gap:2px;display:flex}.chat-module__r3ZgIG__waveform span{background:#fff;border-radius:2px;width:3px;height:12px;animation:1s ease-in-out infinite chat-module__r3ZgIG__wave}.chat-module__r3ZgIG__waveform span:nth-child(2){animation-delay:.2s}.chat-module__r3ZgIG__waveform span:nth-child(3){animation-delay:.4s}@keyframes chat-module__r3ZgIG__wave{0%,to{height:5px}50%{height:14px}}@media (max-width:768px){.chat-module__r3ZgIG__pageWrapper{align-items:stretch;padding:0}.chat-module__r3ZgIG__chatMain{width:100%;height:100%}.chat-module__r3ZgIG__chatCard{border-radius:15px;height:-webkit-fill-available}.chat-module__r3ZgIG__messageBubble{max-width:82%;font-size:14px}.chat-module__r3ZgIG__productsGrid{grid-template-columns:1fr;gap:10px}.chat-module__r3ZgIG__productCard{border-radius:12px;flex-direction:row;align-items:center;gap:10px;padding:10px 10px 52px;position:relative}.chat-module__r3ZgIG__productImageWrap{background:#f4f5fa;border:none;border-radius:9px;flex-shrink:0;width:80px;height:80px}.chat-module__r3ZgIG__productImage{padding:6px}.chat-module__r3ZgIG__productInfo{flex:1;min-width:0;padding:0}.chat-module__r3ZgIG__productName{max-height:36px;font-size:13px}.chat-module__r3ZgIG__productButton{text-align:center;padding:7px;font-size:11px;position:absolute;bottom:8px;left:10px;right:10px}.chat-module__r3ZgIG__urlSuggestion{margin:0 12px 10px;padding:11px 14px}.chat-module__r3ZgIG__inputContainer{padding:8px 10px 12px}}@media (max-width:480px){.chat-module__r3ZgIG__messagesContainer{padding:14px 12px}.chat-module__r3ZgIG__messageBubble{max-width:86%;padding:10px 13px;font-size:14px}.chat-module__r3ZgIG__aiActions{opacity:1}.chat-module__r3ZgIG__urlSuggestion{flex-flow:wrap;gap:8px;margin:0 10px 8px;padding:10px 12px}.chat-module__r3ZgIG__urlSuggestion p{flex:1;font-size:13px}.chat-module__r3ZgIG__showUrlsButton{padding:7px 14px;font-size:12.5px}.chat-module__r3ZgIG__inputControls textarea{font-size:16px!important}.chat-module__r3ZgIG__sendButton{width:40px;height:40px}.chat-module__r3ZgIG__chatHeader{min-height:50px;padding:12px 14px}}@supports (-webkit-touch-callout:none){.chat-module__r3ZgIG__chatCard{height:-webkit-fill-available;padding-bottom:env(safe-area-inset-bottom,0px)}.chat-module__r3ZgIG__inputContainer{padding-bottom:max(14px,env(safe-area-inset-bottom))}}@media (max-height:680px) and (max-width:480px){.chat-module__r3ZgIG__productImageWrap{width:68px;height:68px}.chat-module__r3ZgIG__productName{font-size:12.5px}.chat-module__r3ZgIG__productButton{font-size:11px}}
