.search-sources{margin:8px 0 4px;padding:0}.search-sources-header{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--color-text-secondary, #6b7280);margin-bottom:8px}.search-sources-header svg{width:14px;height:14px;flex-shrink:0}.search-sources-list{display:flex;flex-wrap:wrap;gap:6px}.search-source-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:16px;background:var(--color-bg-tertiary, #f3f4f6);border:1px solid var(--color-border);color:var(--color-text-primary, #374151);font-size:12px;line-height:1.3;text-decoration:none;transition:background .15s,border-color .15s;max-width:220px;overflow:hidden}.search-source-chip:hover{background:var(--color-bg-hover, #e5e7eb);border-color:var(--color-border, #d1d5db);text-decoration:none}.search-source-favicon{width:12px;height:12px;border-radius:50%;flex-shrink:0;object-fit:cover}.search-source-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-source-favicon-letter{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;border-radius:50%;background:#e5e7eb;color:#6b7280;font-size:9px;font-weight:500;line-height:1}.agent-steps{display:flex;flex-direction:column;gap:6px;margin:0 0 10px;width:100%;max-width:85%}.agent-usage{font-size:11px;color:#9ca3af;font-variant-numeric:tabular-nums;letter-spacing:.2px;padding:1px 2px 2px;margin-top:3px}.dark-mode .agent-usage{color:#7d7d7d}.agent-usage-inline{color:#0006;font-variant-numeric:tabular-nums;white-space:nowrap}.dark-mode .agent-usage-inline,.dark-mode-active .agent-usage-inline{color:#ffffff6b}.agent-status{font-size:12px;color:#9ca3af;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:85%;margin:0 0 6px 2px}.dark-mode .agent-status{color:#8a8a8a}.agent-seg{display:flex;flex-direction:column;gap:6px}.agent-seg-head{font-size:12px;color:#9ca3af;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:85%;margin:0 0 0 2px}.dark-mode .agent-seg-head{color:#8a8a8a}.agent-dots{display:inline-block;width:1.1em;text-align:left}.agent-dots:after{content:"...";animation:agentDots 1.2s steps(1,end) infinite}@keyframes agentDots{0%{content:"."}33%{content:".."}66%{content:"..."}}.agent-image{display:block;max-width:min(100%,340px);height:auto;border-radius:var(--img-radius);align-self:flex-start}.agent-view-image{display:block;max-width:min(100%,300px);height:auto;border-radius:var(--img-radius);margin:2px 0;align-self:flex-start}.agent-search-thumbs{display:flex;gap:var(--img-gap);margin:6px 0 2px;align-self:stretch}.agent-search-thumb{flex:1 1 0;min-width:0;aspect-ratio:1 / 1;padding:0;border-radius:var(--img-radius);overflow:hidden;border:1px solid var(--color-border);background:var(--color-bg-tertiary, #f3f4f6);cursor:pointer;transition:border-color .15s}.agent-search-thumb img{width:100%;height:100%!important;object-fit:cover;display:block}@media(hover:hover)and (pointer:fine){.agent-search-thumb:hover{border-color:var(--color-border, #d1d5db)}}.agent-search-thumb:active{border-color:var(--color-border, #d1d5db)}.dark-mode .agent-search-thumb{background:#333}@media(hover:hover)and (pointer:fine){.dark-mode .agent-search-thumb:hover{border-color:#5a5a5a}}.dark-mode .agent-search-thumb:active{border-color:#5a5a5a}.agent-reasoning{font-size:13px;line-height:1.5;color:var(--color-text-secondary, #6b7280);padding:2px 0;white-space:pre-wrap}.agent-tool{border:1px solid var(--color-border);border-radius:14px;background:var(--color-bg-tertiary, #f9fafb);overflow:hidden}.agent-tool-header{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:none;background:transparent;cursor:pointer;font-size:13px;color:var(--color-text-primary, #374151);text-align:left;touch-action:manipulation}.agent-tool-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}.agent-tool-icon svg{width:24px;height:24px}.agent-tool-name{font-weight:500;font-family:Flair,Jost Fallback,PingFang SC,Microsoft YaHei,sans-serif;flex-shrink:0}.agent-tool-status{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-text-secondary, #6b7280);font-size:12px}.agent-tool-chevron{display:inline-flex;align-items:center;flex-shrink:0;color:var(--color-text-secondary, #9ca3af);transition:transform .15s ease}.agent-tool-chevron svg{width:24px;height:24px}.agent-tool.expanded .agent-tool-chevron{transform:rotate(180deg)}.agent-tool.running .agent-tool-icon svg{animation:agentSendTick 4s steps(8) infinite}@keyframes agentSendTick{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.agent-tool.done .agent-tool-icon{color:#4a9478}.agent-tool.done .agent-tool-icon svg{width:20px;height:20px}.agent-tool.error .agent-tool-icon,.agent-tool.error .agent-tool-status{color:#dc2626}.agent-tool-body{display:none;padding:0 10px 10px}.agent-tool.expanded .agent-tool-body{display:block}.agent-tool-section{margin-top:8px}.agent-tool-section-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-secondary, #9ca3af);margin-bottom:4px}.agent-tool-pre{margin:0;padding:8px 10px;background:var(--color-bg-hover, #f3f4f6);color:var(--color-text-secondary, #6b7280);border-radius:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,PingFang SC,Microsoft YaHei,monospace;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word;overflow-x:auto}@media(hover:hover)and (pointer:fine){.agent-tool-header:hover{background:var(--color-bg-hover, #f3f4f6)}}.agent-tool-header:active{background:var(--color-bg-hover, #f3f4f6)}.search-mode-chip{display:none;align-items:center;gap:8px;height:28px;padding:0 8px;border:none;border-radius:14px;background:transparent;font-size:14px;color:#1d4ed8;cursor:pointer;transition:all .15s ease}.search-mode-chip.active{display:inline-flex}.search-mode-chip:hover{background:#dbeafe}.search-mode-chip__icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;position:relative;cursor:pointer;border-radius:50%;transition:background .1s ease}.search-mode-chip__icon svg{width:24px;height:24px}.search-mode-chip__icon-search{display:flex;align-items:center;justify-content:center}.search-mode-chip__icon-close{display:none;align-items:center;justify-content:center}.search-mode-chip__icon-close svg{width:10px;height:10px}.search-mode-chip:hover .search-mode-chip__icon-search{display:none}.search-mode-chip:hover .search-mode-chip__icon-close{display:flex}.search-mode-chip:hover .search-mode-chip__icon{background:#1d4ed840}.search-mode-chip__label{font-weight:500;white-space:nowrap}#menuSearchWebBtn.active .plus-menu__icon,#menuSearchWebBtn.active .plus-menu__label{color:#1d4ed8}#menuSearchWebBtn.active .plus-menu__icon svg{fill:#1d4ed8}#menuSearchWebBtn.active .plus-menu__check svg{stroke:#1d4ed8}.search-sources{display:none!important}.search-source-thumbs{display:inline-flex;align-items:center;cursor:pointer;padding:4px 5px;margin-left:2px;border-radius:9999px;transition:background .15s}@media(hover:hover)and (pointer:fine){.search-source-thumbs:hover{background:var(--color-bg-hover)}.dark-mode .search-source-thumbs:hover{background:#ffffff14}}.search-source-thumb{width:20px;height:20px;border-radius:50%;background:var(--color-bg-tertiary, #f3f4f6);border:2px solid var(--color-bg-panel);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.search-source-thumb+.search-source-thumb{margin-left:-8px}.search-source-thumb img{width:100%;height:100%!important;border-radius:50%;display:block;object-fit:cover}.search-source-thumb-letter{font-size:11px;font-weight:500;color:#6b7280;line-height:1}.search-source-thumb-more{font-size:10px;font-weight:500;color:var(--color-text-secondary, #6b7280);background:var(--color-bg-tertiary, #f3f4f6)}.sources-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center}.sources-sheet-overlay[hidden]{display:none}.sources-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .25s ease}.sources-sheet-overlay.visible .sources-sheet-backdrop{background:#00000080}.sources-sheet{position:relative;z-index:1;background:var(--color-bg-panel);border-radius:16px 16px 0 0;width:100%;max-width:500px;max-height:60vh;display:flex;flex-direction:column;overflow:hidden;transform:translateY(100%);transition:transform .25s ease-out}.sources-sheet-overlay.visible .sources-sheet{transform:translateY(0)}.sources-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid var(--color-border);flex-shrink:0}.sources-sheet-title{font-size:16px;font-weight:500;color:var(--color-text)}.sources-sheet-close{width:28px;height:28px;border:none;background:transparent;color:var(--color-text-secondary);cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.sources-sheet-close.is-hovered,.sources-sheet-close:active{background:var(--color-bg-card)}.sources-sheet-list{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 0;flex:1}.sources-sheet-item{display:flex;flex-direction:column;gap:4px;padding:12px 20px;text-decoration:none;color:inherit;transition:background .12s}.sources-sheet-item:active{background:var(--color-bg-hover)}.sources-sheet-item-top{display:flex;align-items:center;gap:6px}.sources-sheet-num{display:none}.sources-sheet-favicon{width:16px;height:16px!important;border-radius:50%;flex-shrink:0;display:block;object-fit:cover}.sources-sheet-favicon-letter{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px!important;border-radius:50%;background:#e5e7eb;color:#6b7280;font-size:10px;font-weight:500;line-height:1;flex-shrink:0}.sources-sheet-domain{font-size:12px;color:var(--color-text-secondary, #6b7280);flex-shrink:0;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sources-sheet-item-title{font-size:14px;font-weight:500;color:var(--color-text-primary, #374151);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sources-sheet-overlay.sources-sheet--sidebar{align-items:stretch;justify-content:flex-end}.sources-sheet-overlay.sources-sheet--sidebar .sources-sheet{border-radius:0;max-width:380px;width:380px;max-height:100vh;height:100%;transform:translate(100%);transition:transform .25s ease-out}.sources-sheet-overlay.sources-sheet--sidebar.visible .sources-sheet{transform:translate(0)}.sources-sheet-overlay.sources-sheet--sidebar .sources-sheet-item.is-hovered{background:var(--color-bg-card)}@media(max-width:768px){.search-mode-chip{height:26px;padding:0 6px;font-size:12px}.search-mode-chip__icon{width:14px;height:14px}.search-mode-chip__icon svg{width:24px;height:24px}.search-mode-chip__icon-close svg{width:9px;height:9px}}.dark-mode .search-sources-header{color:var(--dark-text-secondary, #9ca3af)}.dark-mode .search-source-chip{background:var(--dark-bg-tertiary, #374151);border-color:var(--dark-border, #4b5563);color:var(--dark-text-primary, #e5e7eb)}.dark-mode .search-source-chip:hover{background:var(--dark-bg-hover, #4b5563);border-color:var(--dark-border-hover, #6b7280)}.dark-mode .agent-reasoning{color:var(--dark-text-secondary, #9ca3af)}.dark-mode .agent-tool{background:#333}.dark-mode .agent-tool-header{color:var(--dark-text-primary, #e5e7eb)}.dark-mode .agent-tool-status{color:var(--dark-text-secondary, #9ca3af)}.dark-mode .agent-tool-pre{background:#00000040;color:var(--dark-text-secondary, #9ca3af)}.dark-mode .agent-tool.done .agent-tool-icon{color:#7db3a0}.dark-mode .agent-tool.error .agent-tool-icon,.dark-mode .agent-tool.error .agent-tool-status{color:#f87171}@media(hover:hover)and (pointer:fine){.dark-mode .agent-tool-header:hover{background:#ffffff0f}}.dark-mode .agent-tool-header:active{background:#ffffff0f}.dark-mode .search-mode-chip{color:#93c5fd}.dark-mode .search-mode-chip:hover{background:#1d4ed826}.dark-mode .search-mode-chip:hover .search-mode-chip__icon{background:#93c5fd40}.dark-mode #menuSearchWebBtn.active .plus-menu__icon,.dark-mode #menuSearchWebBtn.active .plus-menu__label{color:#93c5fd}.dark-mode #menuSearchWebBtn.active .plus-menu__icon svg{fill:#93c5fd}.dark-mode #menuSearchWebBtn.active .plus-menu__check svg{stroke:#93c5fd}.dark-mode .search-source-thumb{background:var(--dark-bg-tertiary, #374151);border-color:#1a1a1a}.dark-mode .search-source-favicon-letter{background:var(--dark-bg-tertiary, #374151);color:var(--dark-text-secondary, #9ca3af)}.dark-mode .search-source-thumb-letter{color:var(--dark-text-secondary, #9ca3af)}.dark-mode .search-source-thumb-more{color:var(--dark-text-secondary, #9ca3af);background:var(--dark-bg-tertiary, #374151)}html.dark-mode-active .sources-sheet{background:#1a1a1a}html.dark-mode-active .sources-sheet-header{border-bottom-color:var(--color-border)}html.dark-mode-active .sources-sheet-title{color:#ffffffe6}html.dark-mode-active .sources-sheet-item{color:var(--dark-text-primary, #e5e7eb)}html.dark-mode-active .sources-sheet-num,html.dark-mode-active .sources-sheet-favicon-letter{background:var(--dark-bg-tertiary, #374151);color:var(--dark-text-secondary, #9ca3af)}html.dark-mode-active .sources-sheet-domain{color:var(--dark-text-secondary, #9ca3af)}html.dark-mode-active .sources-sheet-item-title{color:var(--dark-text-primary, #e5e7eb)}html.dark-mode-active .sources-sheet-overlay.sources-sheet--sidebar .sources-sheet-item.is-hovered{background:#ffffff26}
/*# sourceMappingURL=/cdn/shop/t/20/assets/ai-chat-search-sources.css.map */
