.chat-module__r3ZgIG__messageRow{align-items:flex-start;gap:8px;margin-bottom:20px;display:flex}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__user{flex-direction:row-reverse;justify-content:flex-end;align-items:flex-start;gap:8px;display:flex}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__assistant{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:8px;display:flex}.chat-module__r3ZgIG__messageBubble{word-break:break-word;pointer-events:auto;border-radius:12px;padding:12px 16px;font-size:14px;display:inline-block;position:relative}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__user .chat-module__r3ZgIG__messageBubble{color:#fff;background:#0b93f6;width:auto;max-width:90%}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__assistant .chat-module__r3ZgIG__messageBubble{color:#333;background:#ddd;width:auto;max-width:90%}.chat-module__r3ZgIG__avatarContainer{flex-shrink:0;width:32px;height:32px}@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__userRow{flex-direction:row-reverse;align-items:flex-start;gap:8px;display:flex}.chat-module__r3ZgIG__userRow .chat-module__r3ZgIG__avatarContainer{flex-shrink:0}.chat-module__r3ZgIG__pageWrapper{z-index:100;touch-action:pan-y;justify-content:center;align-items:center;padding:20px;font-family:Inter,sans-serif;display:flex;inset:0}.chat-module__r3ZgIG__avatarContainer{flex-shrink:0}.chat-module__r3ZgIG__avatar{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden;box-shadow:0 2px 4px #919191}.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__messageBubble{pointer-events:auto}.chat-module__r3ZgIG__urlSuggestion{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;justify-content:space-between;align-items:center;margin:16px 24px;padding:16px 24px;animation:.3s ease-out chat-module__r3ZgIG__slideUp;display:flex;box-shadow:0 10px 25px -5px #667eea4d}.chat-module__r3ZgIG__urlSuggestion p{align-items:center;gap:8px;margin:0;font-size:15px;font-weight:500;display:flex}.chat-module__r3ZgIG__showUrlsButton{color:#667eea;cursor:pointer;background:#fff;border:1px solid #fff3;border-radius:30px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a}.chat-module__r3ZgIG__showUrlsButton:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.chat-module__r3ZgIG__showUrlsButton:active{transform:translateY(0)}.chat-module__r3ZgIG__messageBubble a{color:#4da3ff;cursor:pointer;text-decoration:underline}.chat-module__r3ZgIG__generatingText{background:linear-gradient(90deg,#000,#afafaf,#000,#fff) 0 0/300% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:14px;font-weight:600;animation:3s linear infinite chat-module__r3ZgIG__gradientMove}.chat-module__r3ZgIG__aiActions{opacity:0;gap:10px;margin-top:6px;transition:all .2s;display:flex}.chat-module__r3ZgIG__messageBubble:hover .chat-module__r3ZgIG__aiActions{opacity:1}.chat-module__r3ZgIG__aiActions button{cursor:pointer;background:0 0;border:none;font-size:16px}.chat-module__r3ZgIG__copyToast{color:#fff;z-index:9999;background:#111;border-radius:8px;padding:10px 16px;font-size:14px;animation:2s chat-module__r3ZgIG__fadeInOut;position:fixed;bottom:90px;left:50%;transform:translate(-50%)}@keyframes chat-module__r3ZgIG__fadeInOut{0%{opacity:0;transform:translate(-50%,10px)}20%{opacity:1;transform:translate(-50%)}80%{opacity:1}to{opacity:0}}.chat-module__r3ZgIG__waveform{gap:2px;display:flex}.chat-module__r3ZgIG__waveform span{background:#fff;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:6px}50%{height:14px}}.chat-module__r3ZgIG__typingWrapper{opacity:.85;align-items:center;gap:6px;margin-top:4px;display:flex}.chat-module__r3ZgIG__typingDots span{font-size:20px;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__bounce{0%,80%,to{opacity:.3;transform:scale(0)}40%{opacity:1;transform:scale(1)}}.chat-module__r3ZgIG__chatMain{width:100%;max-width:700px}.chat-module__r3ZgIG__chatHeader{justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 16px;display:flex}.chat-module__r3ZgIG__chatHeader h2{color:#333;margin:0;font-size:16px;font-weight:600}.chat-module__r3ZgIG__chatCard{border-radius:16px;flex-direction:column;height:80vh;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000014}.chat-module__r3ZgIG__messagesContainer{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-module__r3ZgIG__message{display:flex}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__assistant{justify-content:flex-start}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__assistant .chat-module__r3ZgIG__messageBubble{width:100%;max-width:100%;padding:12px 16px}.chat-module__r3ZgIG__messageBubble{word-break:break-word;border-radius:12px;justify-content:center;justify-self:center;padding:12px 16px;font-size:14px;position:relative}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__user .chat-module__r3ZgIG__messageBubble{color:#fff;word-break:break-word;background:#0b93f6;width:auto;max-width:90%;padding:12px 16px;display:inline-block}.chat-module__r3ZgIG__message.chat-module__r3ZgIG__assistant .chat-module__r3ZgIG__messageBubble{color:#333;background:#ddd;width:100%}.chat-module__r3ZgIG__typingDots{color:#555;margin-top:4px;font-weight:700}.chat-module__r3ZgIG__productsGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;margin-top:14px;display:grid}.chat-module__r3ZgIG__productCard{background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000014}.chat-module__r3ZgIG__productCard:hover{border-color:#9aafa940;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 60px #b7c8c326}.chat-module__r3ZgIG__productImageWrap{background:#f8f9fa;justify-content:center;align-items:center;width:100%;height:180px;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__productImage{object-fit:contain;width:100%;height:100%;padding:15px;transition:transform .3s}.chat-module__r3ZgIG__productCard:hover .chat-module__r3ZgIG__productImage{transform:scale(1.1)}.chat-module__r3ZgIG__priceBadge{color:#000;background:linear-gradient(135deg,#d0d1d0,#f5f5f5);border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700;position:absolute;bottom:10px;right:10px;box-shadow:0 5px 20px #3d3e3e80}.chat-module__r3ZgIG__productInfo{padding:12px 14px 14px}.chat-module__r3ZgIG__productName{color:#000;max-height:40px;margin-bottom:4px;font-size:15px;font-weight:600;line-height:1.3;overflow:hidden}.chat-module__r3ZgIG__productSeller{color:#313131;margin-bottom:10px;font-size:12px}.chat-module__r3ZgIG__productButton{text-align:center;color:#000;background:linear-gradient(135deg,#9e9e9e,#dfdfdf85);border-radius:12px;padding:10px;font-weight:700;text-decoration:none;transition:all .2s;display:block}.chat-module__r3ZgIG__productButton:hover{filter:brightness(1.1);transform:scale(1.02)}.chat-module__r3ZgIG__noLink{color:#ff5f5f;font-size:12px}.chat-module__r3ZgIG__inputContainer{z-index:9997;background-image:linear-gradient(#fafafa,#fafafa),linear-gradient(#0812c4 0%,#00a4df 100%);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;border-radius:25px;margin-bottom:20px;margin-left:10px;margin-right:10px;padding:16px}.chat-module__r3ZgIG__inputBar{flex-direction:column;gap:8px;display:flex}.chat-module__r3ZgIG__inputControls{align-items:flex-start;gap:8px;display:flex}.chat-module__r3ZgIG__searchToggle{cursor:pointer;background:#f0f2f5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.chat-module__r3ZgIG__searchToggle:hover{background:#e5e7eb}.chat-module__r3ZgIG__searchToggle.chat-module__r3ZgIG__activeSearch{color:#fff;background:linear-gradient(135deg,#b4b4b4 0%,#c4c4c5 100%);border-color:#667eea}.chat-module__r3ZgIG__inputControls textarea{resize:none;touch-action:manipulation;background:0 0;border:none;border-radius:20px;outline:none;flex:1;min-height:36px;max-height:100px;padding:8px 14px;font-family:inherit;font-size:14px;line-height:1.3;transition:all .2s;font-size:16px!important}.chat-module__r3ZgIG__inputControls textarea:focus{outline:none}@media screen and (-webkit-min-device-pixel-ratio:0){.chat-module__r3ZgIG__inputControls textarea,.chat-module__r3ZgIG__inputControls textarea:focus{font-size:16px!important}}.chat-module__r3ZgIG__inputControls .chat-module__r3ZgIG__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#241c94 0%,#094074 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.chat-module__r3ZgIG__inputControls .chat-module__r3ZgIG__sendButton:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #667eea4d}.chat-module__r3ZgIG__inputControls .chat-module__r3ZgIG__sendButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.chat-module__r3ZgIG__inputActions{background:#fff;justify-content:space-between;align-items:center;margin-top:4px;padding:0 4px;display:flex}.chat-module__r3ZgIG__mediaButtons{align-items:center;gap:8px;display:flex}.chat-module__r3ZgIG__mediaButton,.chat-module__r3ZgIG__linkButton{color:#666;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:18px;transition:all .2s;display:flex}.chat-module__r3ZgIG__mediaButton:hover,.chat-module__r3ZgIG__linkButton:hover{color:#333;background:#f0f2f5}.chat-module__r3ZgIG__mediaButton:active,.chat-module__r3ZgIG__linkButton:active{outline:none;transform:scale(.95)}.chat-module__r3ZgIG__mediaButton:focus,.chat-module__r3ZgIG__linkButton:focus{outline:none}.chat-module__r3ZgIG__mediaButton:disabled,.chat-module__r3ZgIG__linkButton:disabled{color:#c1c1c1;cursor:not-allowed;transform:none}.chat-module__r3ZgIG__mediaButton:disabled:hover,.chat-module__r3ZgIG__linkButton:disabled:hover{background:0 0}.chat-module__r3ZgIG__inputActions>div:last-child{align-items:center;gap:8px;display:flex}.chat-module__r3ZgIG__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#241c94 0%,#094074 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.chat-module__r3ZgIG__sendButton:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #667eea4d}.chat-module__r3ZgIG__sendButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.chat-module__r3ZgIG__charCounter{color:#999;background:#f0f2f5;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500}.chat-module__r3ZgIG__charCounter.chat-module__r3ZgIG__warning{color:#f59e0b;background:#fef3c7}.chat-module__r3ZgIG__charCounter.chat-module__r3ZgIG__error{color:#ef4444;background:#fee2e2}.chat-module__r3ZgIG__messagesContainer::-webkit-scrollbar{width:6px}.chat-module__r3ZgIG__messagesContainer::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chat-module__r3ZgIG__messagesContainer::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.chat-module__r3ZgIG__authLoading{background:#f5f6fa;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.chat-module__r3ZgIG__spinner{border:3px solid #e1e5eb;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite chat-module__r3ZgIG__spin}.chat-module__r3ZgIG__authError{color:#333;background:#f5f6fa;flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.chat-module__r3ZgIG__authError h2{color:#e53e3e;margin-bottom:12px}.chat-module__r3ZgIG__errorMessage{color:#e53e3e;background:#fed7d7;border-left:4px solid #e53e3e;border-radius:8px;padding:10px 14px;font-size:14px}@keyframes chat-module__r3ZgIG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-module__r3ZgIG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.chat-module__r3ZgIG__pageWrapper{touch-action:pan-y;width:auto;padding:0}.chat-module__r3ZgIG__chatCard{border-radius:16px;width:100%;height:90vh;margin:0}.chat-module__r3ZgIG__messagesContainer{-webkit-overflow-scrolling:touch;width:auto;padding:12px}.chat-module__r3ZgIG__messageBubble{max-width:90%;padding:10px 14px}.chat-module__r3ZgIG__productsGrid{grid-template-columns:1fr;gap:16px;width:100%;margin-top:16px}.chat-module__r3ZgIG__productCard{background:#fff;border-radius:14px;flex-direction:row;align-items:center;gap:12px;width:100%;max-width:100%;margin:0;padding:8px;display:flex;box-shadow:0 2px 8px #0000000f}.chat-module__r3ZgIG__productImageWrap{border-radius:10px;flex-shrink:0;width:100px;height:100px;padding:8px}.chat-module__r3ZgIG__productImage{object-fit:contain;width:100%;height:100%;padding:4px}.chat-module__r3ZgIG__priceBadge{border-radius:20px;padding:4px 8px;font-size:12px;bottom:6px;right:6px}.chat-module__r3ZgIG__productInfo{flex:1;min-width:0;padding:0}.chat-module__r3ZgIG__productName{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:38px;margin-bottom:4px;font-size:15px;line-height:1.3;display:-webkit-box;overflow:hidden}.chat-module__r3ZgIG__productSeller{white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:12px;overflow:hidden}.chat-module__r3ZgIG__productButton{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:30px;width:auto;padding:8px 16px;font-size:13px;display:inline-block}.chat-module__r3ZgIG__noLink{padding:8px 16px;font-size:12px;display:inline-block}.chat-module__r3ZgIG__urlSuggestion{border-radius:14px;flex-direction:column;align-items:flex-start;gap:12px;width:100%;margin:12px 0;padding:16px}.chat-module__r3ZgIG__showUrlsButton{width:100%;padding:12px;font-size:14px}.chat-module__r3ZgIG__productsHeader{flex-wrap:wrap;gap:8px;margin-bottom:16px;padding-bottom:10px}.chat-module__r3ZgIG__productsHeader h3{font-size:16px}.chat-module__r3ZgIG__productCount{padding:3px 10px;font-size:12px}.chat-module__r3ZgIG__inputContainer{margin:0 10px 20px;padding:12px}.chat-module__r3ZgIG__mediaButtons{gap:6px}.chat-module__r3ZgIG__mediaButton,.chat-module__r3ZgIG__linkButton{border-radius:12px;width:44px;height:44px;font-size:20px}.chat-module__r3ZgIG__inputControls textarea{border-radius:24px;min-height:48px;padding:12px 16px;line-height:1.5;font-size:16px!important}}@media (max-width:480px){.chat-module__r3ZgIG__pageWrapper{touch-action:pan-y;background:0 0;padding:0}.chat-module__r3ZgIG__chatMain{width:100%;padding:0}.chat-module__r3ZgIG__chatCard{-webkit-backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px 20px 0 0;flex-direction:column;height:100vh;margin:0;display:flex}.chat-module__r3ZgIG__messagesContainer{flex:1;padding:12px}.chat-module__r3ZgIG__productCard{gap:10px;padding:6px}.chat-module__r3ZgIG__productImageWrap{width:80px;height:80px}.chat-module__r3ZgIG__priceBadge{padding:3px 6px;font-size:11px;bottom:4px;right:4px}.chat-module__r3ZgIG__productName{margin-bottom:2px;font-size:14px}.chat-module__r3ZgIG__productSeller{margin-bottom:6px;font-size:11px}.chat-module__r3ZgIG__productButton{padding:6px 14px;font-size:12px}.chat-module__r3ZgIG__productsGrid{gap:12px}.chat-module__r3ZgIG__chatHeader{padding:12px 16px}.chat-module__r3ZgIG__chatHeader h2{font-size:15px}.chat-module__r3ZgIG__clearButton{min-height:44px;padding:8px 14px;font-size:12px}.chat-module__r3ZgIG__inputActions{flex-direction:row;justify-content:space-between;align-items:center;padding:8px 0 0}.chat-module__r3ZgIG__charCounter{padding:4px 8px;font-size:12px}.chat-module__r3ZgIG__sendButton{width:48px;height:48px;font-size:18px}.chat-module__r3ZgIG__inputControls textarea{min-height:48px;padding:12px 18px;line-height:1.5;font-size:16px!important}.chat-module__r3ZgIG__aiActions{opacity:1;flex-wrap:wrap;justify-content:flex-start;margin-top:10px;padding-top:10px}.chat-module__r3ZgIG__aiActions button{-webkit-backdrop-filter:blur(5px);background:#fffc;border-radius:12px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:10px;font-size:18px;display:flex}}@supports (-webkit-touch-callout:none){@media (max-width:480px){.chat-module__r3ZgIG__chatCard{height:-webkit-fill-available}.chat-module__r3ZgIG__messagesContainer{padding-bottom:20px}.chat-module__r3ZgIG__productImageWrap{background:#f8f9fa}.chat-module__r3ZgIG__chatCard{padding-bottom:env(safe-area-inset-bottom)}.chat-module__r3ZgIG__inputContainer{margin-bottom:env(safe-area-inset-bottom)}}}@media (max-height:700px) and (max-width:480px){.chat-module__r3ZgIG__productCard{padding:4px}.chat-module__r3ZgIG__productImageWrap{width:70px;height:70px}.chat-module__r3ZgIG__productInfo{padding:4px 0}.chat-module__r3ZgIG__productName{-webkit-line-clamp:1;font-size:13px}.chat-module__r3ZgIG__productSeller{margin-bottom:4px}.chat-module__r3ZgIG__productButton{padding:4px 12px;font-size:11px}}@media (max-width:480px){.chat-module__r3ZgIG__message.chat-module__r3ZgIG__user .chat-module__r3ZgIG__messageBubble{max-width:95%}}
