.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-light, #e5e7eb);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}.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 rgba(0,0,0,.08);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 .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:#ffffff14}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/15/assets/ai-chat-search-sources.css.map */
