.product-card{position:relative;display:flex;flex-direction:column;background:var(--surface, #ffffff);border:1px solid var(--line, var(--border));border-radius:var(--radius);box-shadow:0 2px 8px #0000000a,var(--shadow);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;height:100%;max-width:320px;margin:0 auto}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover),0 4px 20px #00000014;border:1px solid var(--line-strong, var(--border))}.product-image{position:relative;aspect-ratio:4 / 3;background:var(--surface-muted, #fafafa);overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}.product-image img{width:100%;height:100%;object-fit:cover;display:block;vertical-align:bottom}.product-info{padding:1rem 16px;flex:1;display:flex;flex-direction:column}.product-info>*:first-child{margin-top:0}.product-title{margin:0 0 4px;font-size:16px;font-weight:600;color:var(--text, var(--redesign-ink-900));line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .product-title.product-title--has-detail-link{display:block;-webkit-line-clamp:unset;-webkit-box-orient:initial;overflow:visible}.product-title .product-card-detail-link{color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-title .product-card-detail-link:hover{text-decoration:underline}.product-info .product-price,.product-card .product-price{margin:0 0 8px;font-size:1.375rem;font-weight:800;color:var(--text)}.product-info .product-price .price-cents,.product-card .product-price .price-cents{font-size:.875rem;font-weight:600;vertical-align:top}.product-card>*:last-child{margin-bottom:0}.product-card--clickable{cursor:pointer}.discount-badge{position:absolute}.discount-badge[data-position=top-right]{top:12px;right:12px}.product-metadata{display:flex;flex-direction:column;gap:6px;margin-top:4px}.product-metadata-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.product-metadata-row--trust{font-size:.75rem;color:var(--text-muted, var(--text-secondary))}.product-metadata-row--pills{display:flex;gap:8px;flex-wrap:wrap}.metadata-pill{background:var(--pill-neutral-bg, #f3f4f6);color:var(--pill-neutral-text, #374151);border-radius:6px;padding:4px 8px;font-size:.75rem;display:inline-flex;align-items:center;gap:4px}.product-metadata-feedback,.product-seller-trust{color:var(--text-muted, var(--text-secondary))}.product-availability{display:inline-flex;align-items:center;font-size:.75rem;color:var(--text-secondary, #6b7280)}.product-availability:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:.35rem;background:currentColor;flex-shrink:0}.metadata-pill--stock.product-availability:before{margin-right:4px}.product-availability--in{color:var(--lime-600, var(--redesign-lime-600, var(--success, #12963b)))}.product-availability--low{color:var(--warning, #d97706)}.product-availability--out{color:var(--error, #dc2626)}.product-card--out-of-stock{opacity:.85}.product-card--out-of-stock .buy-button{opacity:.8}.product-card .product-card-actions a.buy-button.card-action-link{box-sizing:border-box;gap:.5rem;text-decoration:none}@media (max-width: 767.98px){.product-card .product-card-actions a.buy-button.card-action-link{width:auto;max-width:100%;align-self:flex-start;display:inline-flex;align-items:center;justify-content:flex-start;padding:10px 14px;min-height:44px;border-radius:10px;background:transparent;color:var(--navy-deep);border:1px solid var(--border);box-shadow:none;font-weight:600;font-size:.875rem;letter-spacing:0;text-transform:none}.product-card .product-card-actions a.buy-button.card-action-link:hover{background:var(--navy-alpha-06);transform:none;box-shadow:none;border-color:var(--navy-deep)}.product-card .product-card-actions a.buy-button.card-action-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.product-card .product-card-actions a.buy-button.card-action-link .card-action-icon{display:inline-flex;flex-shrink:0;color:var(--accent)}.product-card .product-card-actions a.buy-button.card-action-link .card-action-label{white-space:normal;text-align:left;line-height:1.25}}@media (min-width: 768px){.product-card .product-card-actions a.buy-button.card-action-link{width:100%;display:flex;align-items:center;justify-content:center;padding:10px 20px;min-height:44px;border-radius:12px;background:var(--navy-deep);color:var(--lime-vibrant);border:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;font-weight:600;font-size:13px;letter-spacing:.75px}.product-card .product-card-actions a.buy-button.card-action-link:hover{background:var(--redesign-navy-800);transform:translateY(-2px);box-shadow:0 6px 16px var(--lime-alpha-20)}.product-card .product-card-actions a.buy-button.card-action-link .card-action-icon{display:inline-flex;flex-shrink:0;color:var(--lime-vibrant)}.product-card .product-card-actions a.buy-button.card-action-link .card-action-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.free-shipping-badge{position:absolute;top:8px;right:8px;left:auto;bottom:auto;padding:5px 10px;border-radius:9999px;font-size:.7rem;font-weight:700;background:var(--success-surface, #dcfce7);color:var(--success-text, #065f46);border:1px solid var(--success-border, rgba(5, 150, 105, .4));box-shadow:0 1px 4px #00000014;z-index:2;max-width:calc(100% - 16px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-shipping{margin:0;font-size:.75rem;color:var(--text-secondary, #6b7280)}.product-shipping--free{color:var(--success, #059669);font-weight:600}.product-shipping--muted{color:var(--text-muted, var(--text-secondary));font-weight:500}.stale-badge{position:absolute;bottom:8px;right:8px;background:var(--warning-surface, rgba(251, 191, 36, .9));color:var(--warning-text, #78350f);padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:var(--z-modal-backdrop, 1000);align-items:center;justify-content:center}.modal.show,.modal.is-visible{display:flex!important;opacity:1!important;visibility:visible!important}.modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:var(--z-modal-backdrop, 1000);align-items:center;justify-content:center}.modal-overlay.is-visible{display:flex!important;opacity:1;visibility:visible}.modal-content{background:#fff!important;border-radius:var(--radius, 8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:calc(100% - max(2rem,env(safe-area-inset-left) + env(safe-area-inset-right)));max-height:calc(100vh - max(2rem,env(safe-area-inset-top) + env(safe-area-inset-bottom)));overflow:hidden;display:flex!important;flex-direction:column!important;color:#000!important;position:relative;z-index:var(--z-modal-content, 1001);margin:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left))}@media (min-width: 480px){.modal-content{width:90%;max-height:90vh}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.modal-header h3{margin:0;color:var(--text)}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--muted);padding:0;width:44px;height:44px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background .2s ease,color .2s ease}.modal-close:hover{background:var(--bg);color:var(--text)}.modal-close:focus-visible{outline:var(--site-focus-ring, 2px solid var(--navy-dark));outline-offset:2px}.modal-body{padding:24px;background:#fff!important;color:#000!important;display:block!important;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width: 480px){.modal-body{padding:20px 16px}}.modal-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end;align-items:center;margin-top:24px;padding:0}.modal-actions .btn-primary,.modal-actions .btn-secondary,.modal-actions .submit-button{min-height:44px}@media (max-width: 480px){.modal-actions{flex-direction:column;gap:12px}.modal-actions button{width:100%;min-height:44px}}@media (max-width: 480px){.modal-header{padding:16px}}.modal .form-group{margin-bottom:20px}.modal .form-group label{display:block;margin-bottom:6px;font-weight:600;font-size:.875rem;color:var(--text)}.modal .form-help{display:block;margin-top:4px;font-size:.8125rem;color:var(--text-secondary);line-height:1.4}.modal input[type=text],.modal input[type=url],.modal input[type=number],.modal input[type=email],.modal select,.modal textarea{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:.9375rem;background:var(--background, #fff);color:var(--text);transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.modal input:hover,.modal select:hover,.modal textarea:hover{border-color:var(--text-secondary)}.modal input:focus,.modal select:focus,.modal textarea:focus{outline:none;border-color:var(--navy-dark, #0a1628);box-shadow:0 0 0 3px #0a16281f}.modal input:focus-visible,.modal select:focus-visible,.modal textarea:focus-visible,.modal .icon-btn:focus-visible,.modal .condition-pill:focus-visible{outline:var(--site-focus-ring, 2px solid var(--navy-dark));outline-offset:2px}.required-text{color:#ef4444;font-weight:600;font-size:.75rem}.modal textarea{min-height:100px;resize:vertical;font-family:inherit}.image-preview-container{display:flex;gap:12px;align-items:flex-start}.image-preview-container input{flex:1}.image-preview-wrapper{flex-shrink:0;width:80px;height:80px;border:1px solid var(--border);border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--background-secondary)}.image-preview{max-width:100%;max-height:100%;object-fit:cover}.image-preview-placeholder{font-size:.75rem;color:var(--text-secondary);text-align:center;padding:8px}.attributes-section{border:1px solid var(--border);border-radius:6px;padding:12px;background:var(--background-secondary)}.attributes-header{display:grid;grid-template-columns:1fr 1fr 40px;gap:8px;margin-bottom:8px;font-weight:600;font-size:.8125rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.btn-add-attribute{margin-top:8px;padding:8px 12px;background:var(--background);border:1px dashed var(--border);border-radius:6px;color:var(--accent);font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;width:100%}.btn-add-attribute:hover{background:var(--background-secondary);border-color:var(--accent)}.btn-primary,.buy-button,.buy-box-button,.topbar-add-find-btn{background:var(--accent);color:#111827;border:none;padding:12px 20px;min-height:44px;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .12s ease}.btn-primary:hover,.buy-button:hover,.buy-box-button:hover,.topbar-add-find-btn:hover{background:var(--accent-hover)}.btn-primary:focus-visible,.buy-button:focus-visible,.buy-box-button:focus-visible,.topbar-add-find-btn:focus-visible{outline:var(--site-focus-ring, 2px solid var(--navy-dark));outline-offset:2px}.btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border);padding:12px 20px;min-height:44px;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .12s ease}.btn-secondary:hover{background:var(--surface)}.btn-secondary:focus-visible{outline:var(--site-focus-ring, 2px solid var(--navy-dark));outline-offset:2px}.btn-danger{background:#ef4444;color:#fff;border:1px solid #dc2626;padding:12px 20px;min-height:44px;border-radius:var(--radius-sm);cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .12s ease;font-weight:600}.btn-danger:hover{background:#dc2626}.btn-danger:focus-visible{outline:var(--site-focus-ring, 2px solid var(--navy-dark));outline-offset:2px}@media (prefers-reduced-motion: reduce){.btn-primary,.btn-secondary,.btn-danger,.buy-button,.buy-box-button,.topbar-add-find-btn{transition:none}}.catalog-table{width:100%;border-collapse:collapse;font-size:.875rem}.catalog-table thead tr{background:var(--background-secondary);border-bottom:2px solid var(--border)}.catalog-table th{padding:8px 12px;text-align:left;font-weight:600;color:var(--text);font-size:.8125rem}.catalog-table th.text-center{text-align:center}.catalog-table th.w-50{width:50%}.catalog-table th.w-15{width:15%}.catalog-table th.w-20{width:20%}.catalog-table tbody tr{border-bottom:1px solid var(--border);transition:background .2s}.catalog-table tbody tr:hover{background:var(--background-secondary)}.catalog-table td{padding:8px 12px;vertical-align:top}.catalog-table td.text-center{text-align:center}.catalog-table-row{border-bottom:1px solid var(--border);transition:background .2s}.catalog-table-row:hover,.catalog-table-row.row-selected-source,.catalog-table-row.row-selected-target,.catalog-table-row.row-suggested-target{background:var(--background-secondary)}.catalog-parent-name{font-weight:600;color:var(--text);font-size:.875rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.catalog-id-container{display:flex;align-items:center;gap:6px}.catalog-id-code{font-family:Courier New,monospace;font-size:.75rem;color:#6b7280;background:var(--background-secondary);padding:2px 6px;border-radius:4px}.catalog-copy-btn{background:transparent;border:none;cursor:pointer;padding:2px;color:#6b7280;opacity:.6;transition:opacity .2s;display:flex;align-items:center}.catalog-copy-btn:hover{opacity:1}.catalog-stats-container{display:flex;flex-direction:column;gap:4px;align-items:center}.catalog-stat-badge{display:inline-block;padding:4px 10px;border-radius:10px;font-weight:600;font-size:.75rem;white-space:nowrap}.catalog-stat-badge-variants{background:var(--background-secondary);color:var(--text)}.catalog-stat-badge-listings-active{background:#d1fae5;color:#065f46}.catalog-stat-badge-listings-empty{background:#fee2e2;color:#991b1b}.catalog-action-buttons{display:flex;gap:4px;justify-content:center;flex-wrap:wrap}.catalog-action-btn{padding:4px 8px;font-size:.75rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:4px}.catalog-select-source-btn{background:#3b82f6;color:#fff}.catalog-select-source-btn.selected{background:#1e40af;opacity:.9}.catalog-select-target-btn{background:#10b981;color:#fff}.catalog-select-target-btn.selected{background:#059669;opacity:.9}.catalog-delete-btn{color:#fff}.catalog-delete-btn:not(:disabled){background:var(--error, #ef4444)}.catalog-delete-btn:disabled{background:var(--background-secondary, #f3f4f6);color:var(--text-secondary, #6b7280);cursor:not-allowed;opacity:.5}.catalog-empty-state{padding:40px;text-align:center;color:var(--text-secondary)}body.trusted-finder-page .homepage-shell.redesign-shell .rail .item .ico,body.trusted-finder-page .homepage-shell.redesign-shell .rail svg.ico{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;flex-shrink:0!important;box-sizing:content-box}.hidden{display:none!important}.deals-grid:not(.hidden){display:grid}.ebay-partner-disclosure{font-size:.85rem;color:var(--text-secondary, #666);margin:.5rem 0 1rem}.suggestions-dropdown{display:none;position:absolute;background:#fff;border:1px solid #ccc;max-height:200px;overflow-y:auto;z-index:1000}.modal-item-name-input{font-size:1.1rem}.trusted-search-mode-badge{display:inline-block;padding:.2rem .5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;border-radius:4px;margin-left:.5rem}.trusted-search-mode-badge.trusted-search-mode-shorthand{background:#dbeafe;color:#1e40af}.trusted-search-mode-badge.trusted-search-mode-json{background:#d1fae5;color:#065f46}.trusted-search-mode-badge.trusted-search-mode-markdown{background:#fef3c7;color:#92400e}.trusted-search-mode-badge.trusted-search-mode-invalid,.trusted-search-mode-badge.trusted-search-mode-error{background:#fee2e2;color:#991b1b}.trusted-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;margin-bottom:.25rem}.trusted-filter-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.85rem;background:#e5e7eb;border:1px solid #d1d5db;border-radius:9999px;cursor:pointer;transition:background .15s,box-shadow .15s}.trusted-filter-pill:hover{background:#d1d5db}.trusted-filter-pill:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.trusted-filter-pill-remove{font-weight:700;opacity:.8}.trusted-parse-status{font-size:.85rem;margin-top:.25rem;min-height:1.25rem}.trusted-parse-status.trusted-parse-status-warn{color:#92400e}.trusted-parse-status.trusted-parse-status-error{color:#991b1b;font-weight:500}.trusted-v2-actions{display:flex;gap:.5rem;margin-top:.25rem}.trusted-v2-toggle-btn{padding:.35rem .75rem;font-size:.85rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;color:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.trusted-v2-toggle-btn:hover{background:#ffffff1f;border-color:#ffffff4d;color:#fff}.trusted-v2-toggle-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.trusted-v2-panel{margin-top:.75rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto}#trustedSyntaxHelpPanel.trusted-v2-panel{background:#1e293b;border-color:#334155}.trusted-syntax-help-table{width:100%;font-size:.85rem;border-collapse:collapse}.trusted-syntax-help-table td{padding:.35rem .5rem;border-bottom:1px solid #475569;color:#e2e8f0}.trusted-syntax-help-table code{font-size:.8rem;background:#334155;color:#94a3b8;padding:.15rem .35rem;border-radius:4px}.trusted-api-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;color:#64748b}.trusted-api-copy-btn{padding:.25rem .5rem;font-size:.8rem;background:#e2e8f0;border:none;border-radius:4px;cursor:pointer}.trusted-api-copy-btn:hover{background:#cbd5e1}.trusted-api-preview-body{margin:0;padding:.75rem;font-size:.8rem;background:#1e293b;color:#e2e8f0;border-radius:6px;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.trusted-examples-title,.trusted-examples-heading{font-size:.95rem;font-weight:600;margin-bottom:.5rem;color:#334155}.trusted-examples-list{display:flex;flex-wrap:wrap;gap:.5rem}.trusted-example-query{padding:.4rem .75rem;font-size:.85rem;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;text-align:left;max-width:100%}.trusted-example-query:hover{background:#e2e8f0}.trusted-example-query:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media (max-width: 640px){.trusted-filter-pills{margin-top:.5rem}.trusted-v2-actions{flex-wrap:wrap}.trusted-v2-panel{padding:.75rem}}#trustedFiltersPanel{box-sizing:border-box;background:transparent!important;background-color:transparent!important;color:inherit!important}#trustedFiltersPanel *{box-sizing:border-box}#trustedFiltersPanel .trusted-filters-container{display:flex!important;flex-direction:column!important;gap:0!important;background:#fff!important;background-color:#fff!important;padding:0!important;border-radius:12px!important;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;min-height:auto!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;overflow:hidden}#trustedFiltersPanel .trusted-filter-group{display:flex!important;flex-direction:column!important;gap:.4rem!important;visibility:visible!important;opacity:1!important}#trustedFiltersPanel label,#trustedFiltersPanel input,#trustedFiltersPanel select,#trustedFiltersPanel span,#trustedFiltersPanel div{visibility:visible!important;opacity:1!important}body.trusted-finder-page #trustedFiltersPanel .switch input[type=checkbox]{opacity:0!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}#trustedFiltersPanel input[type=number],#trustedFiltersPanel select{display:block!important;visibility:visible!important;opacity:1!important}#trustedFiltersPanel input[type=range]:not(.tf-range-mirror){display:block!important;visibility:visible!important;opacity:1!important}#trustedFiltersPanel input.tf-range-mirror[type=range]{display:none!important}#trustedFiltersPanel label:not(.check){display:block!important;visibility:visible!important;opacity:1!important;color:#6b7280!important}body.trusted-finder-page.has-account-sidebar main,body.has-account-sidebar.trusted-finder-page main{margin-left:var(--account-sidebar-width-collapsed, 64px)!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;padding-top:0!important;margin-top:0!important;overflow:visible!important;transition:margin-left .3s cubic-bezier(.4,0,.2,1)!important}html.account-sidebar-expanded body.trusted-finder-page.has-account-sidebar main,html.account-sidebar-expanded body.has-account-sidebar.trusted-finder-page main{margin-left:var(--account-sidebar-width-expanded, 240px)!important}body.trusted-finder-page .trusted-filters-panel{display:block!important;visibility:visible!important;position:relative!important;min-height:100px!important;background:transparent!important;background-color:transparent!important}body.trusted-finder-page .trusted-results-container{display:block!important;visibility:visible!important;position:relative!important}body.trusted-finder-page .trusted-welcome-state{display:block!important;visibility:visible!important;position:relative!important;margin-top:0!important}body.trusted-finder-page .trusted-welcome-state[style*="display: none"],body.trusted-finder-page #trustedWelcomeState:empty{display:none!important;visibility:hidden!important;height:0!important;padding:0!important;margin:0!important}body.trusted-finder-page main{max-width:none!important;width:100%!important;box-sizing:border-box;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;padding-top:0!important;margin-top:0!important;overflow:visible!important;overflow-x:hidden!important;min-height:auto!important}body.trusted-finder-page:not(.has-account-sidebar) main{margin-left:0!important}body.trusted-finder-page.has-account-sidebar main{max-width:none!important;width:calc(100vw - var(--account-sidebar-width-collapsed, 64px))!important;box-sizing:border-box;overflow-x:hidden!important;transition:width .3s cubic-bezier(.4,0,.2,1),margin-left .3s cubic-bezier(.4,0,.2,1)!important}html.account-sidebar-expanded body.trusted-finder-page.has-account-sidebar main{width:calc(100vw - var(--account-sidebar-width-expanded, 240px))!important;overflow-x:hidden!important}body.trusted-finder-page .app.homepage-shell.redesign-shell>main.homepage-main-column,body.trusted-finder-page .app.homepage-shell.redesign-shell main.homepage-main-column,body.trusted-finder-page.has-account-sidebar .app.homepage-shell.redesign-shell>main.homepage-main-column,body.trusted-finder-page.has-account-sidebar .app.homepage-shell.redesign-shell main.homepage-main-column,body.has-account-sidebar.trusted-finder-page .app.homepage-shell.redesign-shell>main.homepage-main-column,body.has-account-sidebar.trusted-finder-page .app.homepage-shell.redesign-shell main.homepage-main-column,html.account-sidebar-expanded body.trusted-finder-page.has-account-sidebar .app.homepage-shell.redesign-shell>main.homepage-main-column,html.account-sidebar-expanded body.trusted-finder-page.has-account-sidebar .app.homepage-shell.redesign-shell main.homepage-main-column,html.account-sidebar-expanded body.has-account-sidebar.trusted-finder-page .app.homepage-shell.redesign-shell>main.homepage-main-column,html.account-sidebar-expanded body.has-account-sidebar.trusted-finder-page .app.homepage-shell.redesign-shell main.homepage-main-column{margin-left:0!important;width:100%!important;max-width:none!important;min-width:0!important;background:transparent!important}body.trusted-finder-page .trusted-filters-panel,body.trusted-finder-page .trusted-results-container{visibility:visible!important;display:block!important;position:relative!important;opacity:1!important}body.trusted-finder-page .trusted-filters-panel{min-height:100px!important;margin-top:0!important;margin-bottom:1rem!important;background:transparent!important;background-color:transparent!important}body.trusted-finder-page .trusted-filters-panel .trusted-filters-container{display:flex!important;flex-direction:column!important;visibility:visible!important;opacity:1!important;background:#fff!important;background-color:#fff!important}body.trusted-finder-page .trusted-filters-panel,.trusted-filters-panel{max-width:none;margin:0 0 1.25rem;padding:0;position:relative;z-index:10;display:block!important;visibility:visible!important;background:transparent!important;opacity:1!important}body.trusted-finder-page .trusted-filters-panel,.trusted-finder-page .trusted-filters-panel{display:block!important;visibility:visible!important;opacity:1!important;background:transparent!important;background-color:transparent!important}.trusted-filters-container{display:flex!important;flex-direction:column!important;gap:0!important;background:#fff!important;background-color:#fff!important;padding:0!important;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;min-height:auto!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1!important;overflow:hidden;width:100%;box-sizing:border-box}.trusted-filters-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;box-sizing:border-box;transition:border-bottom-color .3s ease}.trusted-filters-header .header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:auto}.trusted-filters-container.filters-collapsed .trusted-filters-header{border-bottom-color:transparent}.trusted-filters-content{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:.75rem 2rem!important;padding:.75rem 1rem!important;overflow:hidden;transition:max-height .4s ease,opacity .4s ease,padding-top .4s ease,padding-bottom .4s ease;max-height:2000px;opacity:1;align-items:start!important}.trusted-filters-content.collapsed{max-height:0!important;opacity:0!important;padding-top:0!important;padding-bottom:0!important;margin:0!important;overflow:hidden!important;visibility:hidden!important;pointer-events:none!important}#trustedFiltersPanel .trusted-filters-container .trusted-filters-content.collapsed .trusted-filter-group,#trustedFiltersPanel .trusted-filters-container .trusted-filters-content.collapsed .trusted-filter-label,#trustedFiltersPanel .trusted-filters-container .trusted-filters-content.collapsed label.trusted-filter-label,#trustedFiltersPanel .trusted-filters-container .trusted-filters-content.collapsed label,#trustedFiltersPanel .trusted-filters-container .trusted-filters-content.collapsed input,#trustedFiltersPanel .trusted-filters-container .trusted-filters-content.collapsed select,#trustedFiltersPanel .trusted-filters-container .trusted-filters-content.collapsed span:not(.collapse-arrow),#trustedFiltersPanel .trusted-filters-container .trusted-filters-content.collapsed div:not(.trusted-filters-header){visibility:hidden!important;opacity:0!important;height:0!important;max-height:0!important;margin:0!important;padding:0!important;pointer-events:none!important;overflow:hidden!important;clip-path:inset(0 0 100% 0)!important}body.trusted-finder-page .trusted-filters-container,.trusted-finder-page .trusted-filters-container,#trustedFiltersPanel .trusted-filters-container{display:flex!important;flex-direction:column!important;visibility:visible!important;opacity:1!important;background:#fff!important;background-color:#fff!important}body.trusted-finder-page .trusted-filters-content,.trusted-finder-page .trusted-filters-content,#trustedFiltersPanel .trusted-filters-content{display:grid!important;visibility:visible!important;opacity:1!important}.trusted-filter-group{display:flex;flex-direction:column;gap:.4rem;visibility:visible!important;opacity:1!important;position:relative;overflow:visible;min-width:0}.trusted-filter-col{display:flex;flex-direction:column;gap:.6rem;min-width:0;isolation:isolate}.trusted-filter-col-price .trusted-filter-group{width:100%}.trusted-filter-col-middle{gap:.5rem}.trusted-filter-col-middle .trusted-filter-group,.trusted-filter-col-seller-trust .trusted-filter-group{width:100%}.trusted-filter-group:not(:has(.price-range-container)){isolation:isolate}.trusted-filter-group:not(:has(.price-range-container)) .slider-value-display,.trusted-filter-group:not(:has(.price-range-container)) .price-input-with-slider,.trusted-filter-group:not(:has(.price-range-container)) .trusted-price-input{display:none!important}.trusted-filter-label{font-weight:600;font-size:.625rem;line-height:1.2;color:#6b7280!important;text-transform:uppercase;letter-spacing:.06em;display:block!important;visibility:visible!important;opacity:1!important;margin-bottom:.2rem}.trusted-filter-group:has(.price-range-container){overflow:visible;position:relative}.price-range-container{display:flex;align-items:center;gap:1rem;visibility:visible!important;opacity:1!important;min-width:0;width:100%;overflow:visible;position:relative}@media (min-width: 769px){.price-range-container{flex-direction:column;align-items:stretch;gap:1.5rem}.price-separator{display:none}.price-input-with-slider{width:100%;flex:none}.trusted-price-slider{height:8px;margin:.75rem 0}.trusted-price-slider::-webkit-slider-thumb{width:22px;height:22px}.trusted-price-slider::-moz-range-thumb{width:22px;height:22px}.price-label-input-row{margin-bottom:.5rem}.slider-input-wrapper{padding:.5rem 0}}.price-label-input-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.2rem}.price-label-input-row label{margin-bottom:0}.price-input-with-slider{flex:1;display:flex;flex-direction:column;gap:.2rem;visibility:visible!important;opacity:1!important;min-width:0;overflow:visible}.price-range-container label,.price-input-with-slider label{font-size:.875rem;color:var(--text-secondary)!important;display:block!important;visibility:visible!important;opacity:1!important;white-space:nowrap;overflow:visible;position:relative}.slider-input-wrapper{position:relative;display:flex;align-items:center;gap:.5rem;visibility:visible!important;opacity:1!important;min-width:0;overflow:visible;width:100%}.trusted-price-slider{flex:1;height:6px;border-radius:3px;background:var(--border);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0}.trusted-price-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--lime-vibrant);cursor:pointer;transition:transform .1s ease,box-shadow .1s ease;box-shadow:0 2px 4px #00000026}.trusted-price-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 6px #0003}.trusted-price-slider::-webkit-slider-thumb:active{transform:scale(1.15);box-shadow:0 4px 8px #00000040}.trusted-price-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--lime-vibrant);cursor:pointer;border:none;box-shadow:0 2px 4px #00000026;transition:transform .1s ease,box-shadow .1s ease}.trusted-price-slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 3px 6px #0003}.trusted-price-slider::-moz-range-thumb:active{transform:scale(1.15);box-shadow:0 4px 8px #00000040}.price-range-container .slider-value-display,.price-input-with-slider .slider-value-display,.slider-input-wrapper .slider-value-display{min-width:70px;font-size:.8125rem;font-weight:600;color:var(--text)!important;text-align:right;display:inline-block!important;visibility:visible!important;opacity:1!important;flex-shrink:0;white-space:nowrap;overflow:visible;position:relative}.price-range-container .trusted-price-input,.price-input-with-slider .trusted-price-input,.trusted-price-input{width:100%;min-height:30px;padding:.35rem .5rem;border:1px solid var(--border)!important;border-radius:4px;font-size:.8125rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease;background:#fff!important;background-color:#fff!important;color:var(--text)!important;display:block!important;visibility:visible!important;opacity:1!important;box-sizing:border-box;position:relative;box-shadow:0 1px 2px #0000000d}.trusted-price-input:focus{border-color:var(--lime-vibrant);box-shadow:0 0 0 3px #a3e63533,0 1px 2px #0000000d}.price-separator{color:var(--text-secondary);font-weight:600;padding:0 .5rem;flex-shrink:0;white-space:nowrap}.toggle-switch-container{display:flex;align-items:center;visibility:visible!important;opacity:1!important;position:relative;overflow:visible;width:100%}.toggle-switch{display:flex;align-items:center;gap:.75rem;cursor:pointer}.toggle-switch input[type=checkbox]{position:relative;width:44px;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--border);border-radius:12px;outline:none;transition:background .2s ease;cursor:pointer}.toggle-switch input[type=checkbox]:checked{background:var(--lime-vibrant)}.toggle-switch input[type=checkbox]:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s ease}.toggle-switch input[type=checkbox]:checked:before{transform:translate(20px)}.toggle-switch .toggle-slider,#trustedFiltersPanel .toggle-slider,.trusted-filters-panel .toggle-slider,.trusted-filter-group .toggle-slider,.trusted-filters-container .toggle-slider{position:static!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;background-color:transparent!important;background:transparent!important;border-radius:0!important;cursor:default!important;display:inline-block!important;visibility:visible!important;opacity:1!important;margin:0!important;padding:0!important;border:none!important;box-sizing:border-box!important}.toggle-switch .toggle-slider:before,#trustedFiltersPanel .toggle-slider:before,.trusted-filters-panel .toggle-slider:before{display:none!important;content:none!important;position:static!important;width:0!important;height:0!important}.toggle-label{font-size:.875rem;color:var(--text)!important;display:inline-block!important;visibility:visible!important;opacity:1!important;white-space:nowrap;position:relative}.condition-radio-group{display:flex;gap:1.5rem;flex-wrap:wrap;visibility:visible!important;opacity:1!important;position:relative;overflow:visible;width:100%}.condition-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer}.condition-radio input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:var(--lime-vibrant)}.condition-radio span{font-size:.875rem;color:var(--text)!important;display:inline-block!important;visibility:visible!important;opacity:1!important;white-space:nowrap;position:relative}.condition-radio-group .slider-value-display,.condition-radio-group .price-input-with-slider,.condition-radio-group .trusted-price-input,.toggle-switch-container .slider-value-display,.toggle-switch-container .price-input-with-slider,.toggle-switch-container .trusted-price-input{display:none!important}.trusted-filter-group.trusted-criteria-overrides{gap:.35rem;padding-top:.5rem;margin-top:.35rem;border-top:1px solid var(--border)}.trusted-criteria-row{display:flex;flex-direction:column;gap:.1rem;margin-bottom:.35rem}.trusted-criteria-row:last-child{margin-bottom:0}.trusted-criteria-row-main{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:nowrap;width:100%}.trusted-criteria-label{font-weight:600;font-size:.8125rem;color:#374151!important;margin:0;flex-shrink:0}.trusted-criteria-input-group{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.trusted-criteria-input{width:4rem;min-width:4rem;padding:.35rem .5rem;border:1px solid var(--border)!important;border-radius:4px;font-size:.8125rem;text-align:right;background:#fff!important;color:var(--text)!important;-moz-appearance:textfield;box-sizing:border-box;min-height:30px;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #0000000d}.trusted-criteria-input::-webkit-outer-spin-button,.trusted-criteria-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.trusted-criteria-input:focus{outline:none;border-color:var(--lime-vibrant)!important;box-shadow:0 0 0 3px #a3e63533,0 1px 2px #0000000d}.trusted-level-select,.trusted-criteria-input{min-height:30px;box-sizing:border-box;border-radius:4px}.trusted-criteria-helper{font-size:.75rem;color:#6b7280!important;min-width:2.25rem;text-align:right;flex-shrink:0;line-height:30px}.trusted-criteria-slider{width:100%;height:4px;border-radius:2px;background:var(--border);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:.05rem 0 0}.trusted-criteria-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--lime-vibrant);cursor:pointer;transition:transform .1s ease,box-shadow .1s ease;box-shadow:0 2px 4px #00000026}.trusted-criteria-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 6px #0003}.trusted-criteria-slider::-webkit-slider-thumb:active{transform:scale(1.15);box-shadow:0 4px 8px #00000040}.trusted-criteria-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--lime-vibrant);cursor:pointer;border:none;box-shadow:0 2px 4px #00000026;transition:transform .1s ease,box-shadow .1s ease}.trusted-criteria-slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 3px 6px #0003}.trusted-criteria-slider::-moz-range-thumb:active{transform:scale(1.15);box-shadow:0 4px 8px #00000040}.trusted-level-select{width:100%;padding:.35rem .5rem;border:1px solid var(--border)!important;border-radius:4px;font-size:.8125rem;background:#fff!important;background-color:#fff!important;color:var(--text)!important;outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;display:block!important;visibility:visible!important;opacity:1!important;min-height:30px;box-shadow:0 1px 2px #0000000d}.trusted-level-select:focus{border-color:var(--lime-vibrant);box-shadow:0 0 0 3px #a3e63533,0 1px 2px #0000000d}.trusted-level-override-msg{display:none!important}.trusted-results-container{max-width:1200px;margin:0 auto;padding:.5rem 1rem 3rem;position:relative;z-index:1;display:block!important;visibility:visible!important}.trusted-welcome-state{text-align:center;padding:4rem 1rem;display:block!important;visibility:visible!important;position:relative}.trusted-welcome-state[style*="display: none"],#trustedWelcomeState[style*="display: none"],#trustedWelcomeState:empty{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;line-height:0!important}.welcome-state-icon{font-size:4rem;margin-bottom:1rem}.trusted-welcome-state h2{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:var(--text)}.trusted-welcome-state>p{font-size:1.125rem;color:var(--text-secondary);margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto}.welcome-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.welcome-feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-secondary)}.feature-icon{color:var(--lime-vibrant);font-weight:700;font-size:1rem}.trusted-loading-state{text-align:center;padding:3rem 1rem}.loading-spinner{width:48px;height:48px;border:4px solid var(--border);border-top-color:var(--lime-vibrant);border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:1.125rem;color:var(--text-secondary)}.trusted-results-header{margin-top:0;margin-bottom:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.trusted-results-header .results-info{flex:1;min-width:0}.trusted-results-header h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.results-count{font-size:.875rem;color:var(--text-secondary);margin:0}.trusted-rate-limit-pill{font-size:.75rem;color:var(--text-secondary);margin:.25rem 0 0;padding:.2rem .5rem;background:var(--surface-secondary, #f1f5f9);border-radius:9999px;display:inline-block;max-width:100%}.trusted-rate-limit-pill.rate-limit-low{background:#fef3c7;color:#92400e}.trusted-rate-limit-pill.rate-limit-none{background:#fee2e2;color:#991b1b}.trusted-results-controls{display:flex;align-items:center;gap:1rem}.trusted-view-toggle{display:flex;gap:.25rem;background:var(--surface, #ffffff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius, 8px);padding:.25rem}.view-toggle-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:calc(var(--radius, 8px) - 2px);color:var(--text-secondary, #6b7280);cursor:pointer;transition:all .2s ease}.view-toggle-btn:hover{background:var(--surface-hover, #f9fafb);color:var(--text, #111827)}.view-toggle-btn.active{background:var(--lime-vibrant, #a3e635);color:var(--text, #111827)}.view-toggle-btn svg{width:20px;height:20px}.trusted-sort-control{display:flex;align-items:center;gap:.5rem}.trusted-sort-label{font-weight:600;font-size:.6875rem;text-transform:uppercase;letter-spacing:.02em;color:var(--text-secondary, #6b7280);white-space:nowrap}.trusted-sort-select{min-height:36px;padding:.5rem .75rem;border:1px solid var(--border)!important;border-radius:4px;font-size:.875rem;background:#fff!important;background-color:#fff!important;color:var(--text)!important;outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;display:block!important;visibility:visible!important;opacity:1!important;box-shadow:0 1px 2px #0000000d}.trusted-sort-select:focus{border-color:var(--lime-vibrant);box-shadow:0 0 0 3px #a3e63533,0 1px 2px #0000000d}.trusted-product-card{position:relative}.trusted-product-card .product-image{position:relative;width:100%;aspect-ratio:1 / 1;background:#fafafa;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:var(--radius) var(--radius) 0 0}.trusted-product-card .product-image img{width:100%;height:100%;object-fit:cover;background:#fff;display:block;max-width:100%;max-height:100%}.trusted-product-card .product-image img[src=""],.trusted-product-card .product-image img:not([src]){display:none}.trusted-seller-badge{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--lime-vibrant);color:var(--text);border-radius:20px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px #00000026;z-index:10}.trusted-seller-badge svg{width:14px;height:14px}.trusted-shipping-badge{position:absolute;bottom:8px;left:8px;top:auto;right:auto;padding:5px 10px;border-radius:9999px;font-size:.7rem;font-weight:700;background:#dcfce7;color:#065f46;border:1px solid rgba(5,150,105,.4);box-shadow:0 1px 4px #00000014;z-index:10;max-width:calc(100% - 16px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-stats{font-size:.875rem;color:var(--text-secondary);margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.seller-stats:before{content:"✓";color:var(--lime-vibrant);font-weight:700}.trusted-card-meta{font-size:inherit;color:inherit;line-height:1.35}.product-metadata .trusted-card-meta{font-size:.75rem;color:var(--text-muted, var(--text-secondary))}.trusted-card-condition,.trusted-card-category,.trusted-card-quantity,.trusted-card-availability,.trusted-card-shipping{display:inline}.trusted-card-shipping{color:inherit}.trusted-empty-state{text-align:center;padding:4rem 1rem}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.trusted-empty-state h3{font-size:1.5rem;margin:0 0 .5rem}.trusted-empty-state p{color:var(--text-secondary);margin:0 0 1.5rem}.trusted-error-state{text-align:center;padding:4rem 1rem}.error-state-icon{font-size:4rem;margin-bottom:1rem}.trusted-error-state h3{font-size:1.5rem;margin:0 0 .5rem;color:var(--error)}.trusted-error-state p{color:var(--text-secondary);margin:0 0 1.5rem}.trusted-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem}.pagination-btn{padding:.5rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:var(--lime-vibrant);border-color:var(--lime-vibrant);transform:translateY(-1px)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.875rem;color:var(--text-secondary)}.trusted-results-table-container{overflow-x:auto;margin-top:1rem;border-radius:var(--radius, 8px);border:1px solid var(--border, #e5e7eb);background:var(--surface, #ffffff)}.trusted-results-table{width:100%;border-collapse:collapse;font-size:.875rem}.trusted-results-table thead{background:var(--surface-hover, #f9fafb);border-bottom:2px solid var(--border, #e5e7eb)}.trusted-results-table th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.02em;color:var(--text-secondary, #6b7280);white-space:nowrap;position:relative}.trusted-results-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.trusted-results-table th.sortable:hover{background:var(--surface-hover, #f3f4f6)}.trusted-results-table th.sortable.active{color:var(--text, #111827);background:var(--surface-hover, #f3f4f6)}.sort-indicator{display:inline-block;margin-left:.5rem;width:0;height:0;opacity:0;transition:opacity .2s ease}.trusted-results-table th.sortable.active .sort-indicator{opacity:1}.trusted-results-table th.sortable.active.sort-asc .sort-indicator:after{content:"↑";display:inline-block}.trusted-results-table th.sortable.active.sort-desc .sort-indicator:after{content:"↓";display:inline-block}.trusted-results-table tbody tr{border-bottom:1px solid var(--border, #e5e7eb);transition:background-color .2s ease}.trusted-results-table tbody tr:hover{background:var(--surface-hover, #f9fafb)}.trusted-results-table tbody tr:last-child{border-bottom:none}.trusted-results-table td{padding:1rem;vertical-align:middle}.trusted-results-table .col-image{width:80px}.trusted-results-table .col-image img{width:60px;height:60px;object-fit:cover;border-radius:var(--radius, 8px);border:1px solid var(--border, #e5e7eb)}.trusted-results-table .col-title{min-width:200px;max-width:400px}.trusted-results-table .col-title a{color:var(--text, #111827);text-decoration:none;font-weight:500;transition:color .2s ease}.trusted-results-table .col-title a:hover{color:var(--lime-vibrant, #a3e635);text-decoration:underline}.trusted-results-table .col-price{font-weight:600;color:var(--text, #111827);white-space:nowrap}.trusted-results-table .col-feedback,.trusted-results-table .col-reviews{text-align:right;white-space:nowrap}.trusted-results-table .col-condition{color:var(--text-secondary, #6b7280);font-size:.8125rem}.trusted-results-table .col-shipping{color:var(--text-secondary, #6b7280);font-size:.8125rem;white-space:nowrap}.trusted-results-table .col-quantity{text-align:center;font-weight:600;color:var(--text, #111827)}.trusted-results-table .col-actions{white-space:nowrap}.trusted-results-table .buy-button{display:inline-block;padding:.5rem 1rem;background:var(--navy-deep);color:var(--lime-vibrant);border:none;border-radius:12px;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.trusted-results-table .buy-button:hover{background:#0a0f24;transform:translateY(-2px);box-shadow:0 6px 16px #17b84a40}@media (max-width: 768px){.trusted-price-slider::-webkit-slider-thumb{width:28px!important;height:28px!important;box-shadow:0 2px 6px #00000040;cursor:pointer}.trusted-price-slider::-moz-range-thumb{width:28px!important;height:28px!important;box-shadow:0 2px 6px #00000040;cursor:pointer}.trusted-criteria-slider::-webkit-slider-thumb{width:28px!important;height:28px!important;box-shadow:0 2px 6px #00000040;cursor:pointer}.trusted-criteria-slider::-moz-range-thumb{width:28px!important;height:28px!important;box-shadow:0 2px 6px #00000040;cursor:pointer}.trusted-price-slider,.trusted-criteria-slider{height:8px!important;padding:8px 0!important;margin:8px 0!important}.slider-input-wrapper{padding:4px 0!important;min-height:44px!important;display:flex!important;align-items:center!important}.trusted-price-input,.trusted-criteria-input,.trusted-level-select,.trusted-sort-select{min-height:44px!important;font-size:16px!important;padding:.625rem .75rem!important}.trusted-price-input{min-width:120px!important;width:100%!important;flex:1 1 auto!important}.price-label-input-row{gap:.75rem!important}.price-label-input-row .trusted-price-input{flex:1 1 0!important;min-width:120px!important}.condition-radio input[type=radio]{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important}.condition-radio{padding:.5rem;margin:-.5rem;min-height:44px;display:flex;align-items:center}.condition-radio-group{gap:2rem!important}.toggle-switch{min-height:44px;padding:.5rem 0}.trusted-filter-label-collapsible{min-height:44px!important;min-width:44px!important;padding:.5rem .75rem!important;display:flex!important;align-items:center!important;gap:.5rem!important}.trusted-settings-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:.5rem!important;justify-content:center!important;align-items:center!important;display:flex!important}.trusted-settings-btn .trusted-settings-btn-text{display:none!important}.trusted-hero-badge-item{min-height:44px!important;padding:.5rem .75rem!important}.trusted-search-btn{min-height:48px!important;min-width:44px!important}.pagination-btn{min-height:44px!important}.trusted-filters-content{grid-template-columns:1fr!important;gap:1.5rem 0!important;padding:1.5rem 1rem!important}.trusted-filter-col{gap:1.25rem!important}.price-range-container{flex-direction:column!important;align-items:stretch!important;gap:1.75rem!important}.price-input-with-slider{gap:.75rem!important}.trusted-criteria-row{margin-bottom:1.25rem!important;gap:.75rem!important}.trusted-filter-group.trusted-criteria-overrides{gap:1.25rem!important}.slider-value-display{font-size:.875rem!important;min-width:90px!important;text-align:right!important}.trusted-filters-panel{margin-top:-2rem!important;margin-bottom:1.5rem!important}.trusted-results-container{margin-top:1rem!important;padding-top:0!important}.trusted-filter-label{font-size:.6875rem!important;line-height:1.4!important;letter-spacing:.06em!important}.trusted-criteria-helper{font-size:.8125rem!important;line-height:1.4!important}.price-label-input-row label{font-size:.875rem!important;line-height:1.5!important;font-weight:500!important}.slider-value-display{font-size:.875rem!important;line-height:1.4!important;font-weight:500!important}.trusted-price-input:focus,.trusted-criteria-input:focus,.trusted-level-select:focus{box-shadow:0 0 0 3px #a3e63533!important;border-color:var(--lime-vibrant)!important}.trusted-price-slider::-webkit-slider-thumb:active,.trusted-criteria-slider::-webkit-slider-thumb:active{transform:scale(1.15)}.trusted-results-controls{flex-direction:column;align-items:stretch;gap:1rem!important}.trusted-view-toggle{align-self:flex-start}.trusted-sort-control{width:100%}.trusted-sort-select{flex:1;min-height:44px!important}.trusted-results-table-container{overflow-x:visible}.trusted-results-table{min-width:0;display:block}.trusted-results-table thead{display:none}.trusted-results-table tbody{display:block}.trusted-results-table tbody tr{display:block;margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1rem;box-shadow:var(--shadow)}.trusted-results-table tbody tr:hover{box-shadow:var(--shadow-hover)}.trusted-results-table td{display:block;padding:.5rem 0;text-align:left;border:none}.trusted-results-table td:before{content:attr(data-label) ": ";font-weight:600;color:var(--text-secondary);display:inline-block;min-width:100px}.trusted-results-table .col-image{width:100%;text-align:center;margin-bottom:.75rem}.trusted-results-table .col-image img{width:120px;height:120px;object-fit:contain;border-radius:var(--radius-sm)}.trusted-results-table .col-title{min-width:0;max-width:none;font-weight:600;margin-bottom:.5rem}.trusted-results-table td:last-child{padding-top:.75rem;margin-top:.75rem;border-top:1px solid var(--border)}.trusted-filter-col-seller-trust{border-left:none;padding-left:0;padding-top:.5rem;border-top:1px solid var(--border)}.price-separator{display:none}.trusted-pagination{flex-direction:column;gap:.75rem;padding:1rem .5rem;margin-top:1.5rem}.pagination-btn{width:100%;max-width:200px;padding:.75rem 1rem}.pagination-info{font-size:.8125rem;text-align:center;order:-1}body.has-account-sidebar:before,body.trusted-finder-page.has-account-sidebar:before,body.has-account-sidebar.trusted-finder-page:before,html.account-sidebar-expanded body.has-account-sidebar:before,html.account-sidebar-expanded body.trusted-finder-page.has-account-sidebar:before,html.account-sidebar-expanded body.has-account-sidebar.trusted-finder-page:before{display:none!important;width:0!important;height:0!important;content:none!important;visibility:hidden!important}body.trusted-finder-page.has-account-sidebar main,body.has-account-sidebar.trusted-finder-page main,html.account-sidebar-expanded body.trusted-finder-page.has-account-sidebar main,html.account-sidebar-expanded body.has-account-sidebar.trusted-finder-page main,body.trusted-finder-page.has-account-sidebar.account-sidebar-transitions-enabled main,body.has-account-sidebar.trusted-finder-page.account-sidebar-transitions-enabled main,html.account-sidebar-expanded body.trusted-finder-page.has-account-sidebar.account-sidebar-transitions-enabled main,html.account-sidebar-expanded body.has-account-sidebar.trusted-finder-page.account-sidebar-transitions-enabled main{margin-left:0!important;padding-left:0!important;width:100vw!important;max-width:100vw!important;min-width:100vw!important;overflow-x:hidden!important}body.trusted-finder-page.has-account-sidebar,body.has-account-sidebar.trusted-finder-page,html.account-sidebar-expanded body.trusted-finder-page.has-account-sidebar,html.account-sidebar-expanded body.has-account-sidebar.trusted-finder-page{margin-left:0!important;padding-left:0!important}body.trusted-finder-page .navbar,body.trusted-finder-page header .navbar,html.account-sidebar-expanded body.trusted-finder-page .navbar,html.account-sidebar-expanded body.trusted-finder-page header .navbar{margin-right:0!important;margin-left:0!important;max-width:100%!important;width:100%!important}body.trusted-finder-page .nav-search{display:none!important}.trusted-filters-content:not(.collapsed){padding-bottom:1.5rem!important}.trusted-filters-header{border-bottom:1px solid var(--border, #e5e7eb)!important;padding-bottom:1rem!important;margin-bottom:0!important}.trusted-filters-container.filters-collapsed .trusted-filters-header{border-bottom-color:transparent!important}.trusted-filter-label-collapsible{font-weight:600!important;font-size:.875rem!important;color:var(--text, #1f2937)!important}.trusted-filter-label-collapsible .collapse-arrow{transition:transform .3s ease!important}.trusted-filters-content:not(.collapsed)~.trusted-filter-label-collapsible:not(.tf-filters__toggle) .collapse-arrow,html:has(.trusted-filters-content:not(.collapsed)) .trusted-filter-label-collapsible:not(.tf-filters__toggle) .collapse-arrow{transform:rotate(180deg)!important}body.trusted-finder-page main{outline:none!important;border:none!important}.trusted-filters-header{flex-wrap:wrap;gap:.5rem}.trusted-filters-header .header-actions{flex-wrap:wrap}html,body,html.trusted-finder-page,body.trusted-finder-page,html.has-account-sidebar,body.has-account-sidebar,html.trusted-finder-page.has-account-sidebar,body.trusted-finder-page.has-account-sidebar,html.has-account-sidebar.trusted-finder-page,body.has-account-sidebar.trusted-finder-page{margin-left:0!important;padding-left:0!important}main,body main,body.trusted-finder-page main,body.has-account-sidebar main,body.trusted-finder-page.has-account-sidebar main,body.has-account-sidebar.trusted-finder-page main,html.account-sidebar-expanded body.trusted-finder-page.has-account-sidebar main,html.account-sidebar-expanded body.has-account-sidebar.trusted-finder-page main{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;width:100vw!important;max-width:100vw!important;min-width:100vw!important;position:relative!important;left:0!important;right:0!important;overflow-x:hidden!important}body.trusted-finder-page.has-account-sidebar,body.has-account-sidebar.trusted-finder-page{overflow-x:hidden!important}}@media (max-width: 480px){.trusted-settings-btn{min-width:44px!important;width:44px!important;height:44px!important;padding:0!important;justify-content:center}.trusted-filters-content{padding:1rem .875rem!important;gap:1rem 0!important}.trusted-filter-col{gap:.875rem!important}.price-range-container{gap:1.25rem!important}}.trusted-settings-btn{display:flex!important;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:auto;min-width:150px}.trusted-settings-btn:hover{background:var(--lime-vibrant);border-color:var(--lime-vibrant);color:var(--text);transform:translateY(-1px)}.trusted-settings-btn:active{transform:translateY(0)}.trusted-settings-btn svg{width:16px;height:16px}.sandbox-mode-indicator{display:inline-block;padding:.25rem .75rem;background:#f59e0b;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 4px #f59e0b4d}#trustedSellerCriteriaForm .form-group{margin-bottom:1.5rem}#trustedSellerCriteriaForm .form-group label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.875rem;color:var(--text)}#trustedSellerCriteriaForm .form-help{font-size:.75rem;color:var(--text-secondary);font-weight:400;margin-left:.25rem}#trustedSellerCriteriaForm input[type=range]{width:100%;height:6px;border-radius:3px;background:var(--border);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}#trustedSellerCriteriaForm input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--lime-vibrant);cursor:pointer;transition:transform .1s ease}#trustedSellerCriteriaForm input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}#trustedSellerCriteriaForm input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--lime-vibrant);cursor:pointer;border:none}#trustedSellerCriteriaForm input[type=number]{padding:.5rem;border:1px solid var(--border);border-radius:4px;font-size:.875rem;outline:none;transition:border-color .2s ease;background:var(--surface);color:var(--text)}#trustedSellerCriteriaForm input[type=number]:focus{border-color:var(--lime-vibrant)}#trustedSellerCriteriaForm .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;margin-bottom:0}#trustedSellerCriteriaForm .checkbox-label input[type=checkbox]{width:auto;margin:0;cursor:pointer;accent-color:var(--lime-vibrant)}#trustedSellerCriteriaModal.modal.is-visible{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}#trustedSellerCriteriaModal .modal-content{background:#fff!important;color:#000!important;display:flex!important;flex-direction:column!important;min-height:400px}#trustedSellerCriteriaModal .modal-header{background:#fff!important;color:#000!important;display:flex!important}#trustedSellerCriteriaModal .modal-body{background:#fff!important;color:#000!important;display:block!important;padding:24px!important}#trustedSellerCriteriaModal .form-group{display:block!important;margin-bottom:1.5rem}#trustedSellerCriteriaModal label{display:block!important;color:#000!important}#trustedSellerCriteriaModal input,#trustedSellerCriteriaModal select{background:#fff!important;color:#000!important;border:1px solid #d1d5db!important}.trusted-level-select.trusted-level-disabled,.trusted-level-select:disabled{opacity:.5!important;cursor:not-allowed!important;background-color:#f3f4f6!important;color:#6b7280!important}.trusted-filter-group:has(.trusted-level-select.trusted-level-disabled) .trusted-filter-label{opacity:.5}.criteria-section-disabled{opacity:.5!important;pointer-events:none!important}.criteria-section-disabled input,.criteria-section-disabled label,.criteria-section-disabled span{opacity:.5!important;cursor:not-allowed!important}.criteria-section-disabled input[type=range],.criteria-section-disabled input[type=number]{background-color:#f3f4f6!important;color:#6b7280!important}.criteria-section-enabled{opacity:1!important;pointer-events:auto!important}.trusted-filter-label-collapsible{display:flex!important;align-items:center;justify-content:flex-start;gap:.5rem;padding:0;background:none;border:none;cursor:pointer;text-align:left;transition:opacity .2s ease;flex-shrink:0}.trusted-filter-label-collapsible:hover{opacity:.8}.trusted-filter-label-collapsible .trusted-filter-label{margin:0;flex:1}.trusted-filter-label-collapsible .collapse-arrow{flex-shrink:0;transition:transform .3s ease;color:var(--text-secondary)}.trusted-filter-label-collapsible:not(.tf-filters__toggle)[aria-expanded=false] .collapse-arrow{transform:rotate(180deg)}body.trusted-finder-page:not(:has(.homepage-shell.redesign-shell)) main{background:var(--bg-pale)}body.trusted-finder-page:not(:has(.homepage-shell.redesign-shell)) .trusted-results-container{background:var(--bg-pale)}body.trusted-finder-page .homepage-shell.redesign-shell .main.homepage-main-column,body.trusted-finder-page .homepage-shell.redesign-shell .trusted-results-container{background:transparent}body.trusted-finder-page .site-footer,body.trusted-finder-page .site-footer .footer-links a{color:#94a3b8}body.trusted-finder-page .site-footer .footer-links a:hover{color:var(--lime-vibrant)}body.trusted-finder-page .tf-stack{display:flex;flex-direction:column;gap:20px;width:100%;box-sizing:border-box}@media (min-width: 1024px){body.trusted-finder-page .tf-stack{gap:28px}}body.trusted-finder-page .homepage-shell.redesign-shell .tf-header.section-h{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem 1.5rem;margin:0;padding:0;border-bottom:none}body.trusted-finder-page .homepage-shell.redesign-shell .tf-header .section-h__title{font-size:clamp(1.375rem,2.2vw,1.5rem);font-weight:700;letter-spacing:-.02em;margin:0 0 .35rem;color:var(--text, #0f172a)}body.trusted-finder-page .homepage-shell.redesign-shell .tf-header .section-h__sub{margin:0;font-size:.9375rem;line-height:1.5;color:var(--text-secondary, #64748b);max-width:42rem}body.trusted-finder-page .homepage-shell.redesign-shell .tf-header .section-h__sub em{font-style:normal;font-weight:600;color:var(--text, #0f172a)}body.trusted-finder-page .tf-header .section-h__meta{flex-shrink:0}body.trusted-finder-page .tf-preset-badge{display:inline-flex;align-items:center;font-size:.8125rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.01em;padding:.4rem .75rem;border-radius:999px;background:color-mix(in srgb,var(--navy-900, #0b1129) 7%,transparent);color:var(--navy-900, #0b1129);border:1px solid color-mix(in srgb,var(--navy-900, #0b1129) 15%,transparent)}body.trusted-finder-page .tf-search.card{margin:0;padding:1rem 1.125rem;background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:var(--radius-md, 12px);box-shadow:var(--shadow-2, 0 10px 40px rgb(15 23 42 / .08));box-sizing:border-box}body.trusted-finder-page .tf-search__wrap{display:flex;flex-direction:column;gap:1rem;margin:0}body.trusted-finder-page .tf-search__row{display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem;width:100%;margin:0;padding:0;border:1px solid var(--border, #e2e8f0);border-radius:999px;background:color-mix(in srgb,var(--surface-alt, #f8fafc) 92%,transparent);min-height:56px;box-sizing:border-box}body.trusted-finder-page .tf-search__row:focus-within{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--lime-vibrant) 38%,transparent);border-color:color-mix(in srgb,var(--lime-vibrant) 45%,transparent)}body.trusted-finder-page .tf-search__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding-left:.75rem;color:var(--text-secondary, #64748b)}body.trusted-finder-page .tf-search__input{flex:1 1 200px;min-width:0;min-height:48px;padding:0 .5rem 0 0;border:none;background:transparent;font-size:1rem;color:var(--text);outline:none;font-variant-numeric:tabular-nums}body.trusted-finder-page .tf-search__submit{margin:6px 6px 6px auto!important;flex-shrink:0;min-height:44px!important;align-self:center;gap:.5rem!important;border-radius:999px!important;padding:10px 1.125rem!important}body.trusted-finder-page .tf-search__kbd{display:inline-block;font-family:inherit;font-weight:500;font-size:.75rem;padding:.125rem .35rem;border-radius:4px;background:color-mix(in srgb,#111827 8%,transparent);color:#334155;line-height:1}@media (max-width: 380px),(max-width: 599px){body.trusted-finder-page .tf-search__row:has(.tf-search__submit){border-radius:16px}body.trusted-finder-page .tf-search__kbd{display:none!important}}@media (max-width: 359px){body.trusted-finder-page .tf-search__kbd{display:none!important}}body.trusted-finder-page .tf-search__signals{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;margin:0;padding:0 .125rem;font-size:.8125rem;color:var(--text-secondary, #64748b);list-style:none}body.trusted-finder-page .tf-search__signals li{margin:0;padding:0;display:inline-flex;align-items:center;gap:.4rem;line-height:1.3}body.trusted-finder-page .tf-signal-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}body.trusted-finder-page .tf-signal-dot--feedback{background:color-mix(in srgb,#3b82f6 82%,transparent)}body.trusted-finder-page .tf-signal-dot--reviews{background:color-mix(in srgb,var(--lime-vibrant) 88%,transparent)}body.trusted-finder-page .tf-signal-dot--badge{background:color-mix(in srgb,#f59e0b 88%,transparent)}body.trusted-finder-page .tf-search .trusted-v2-actions{margin-top:0}body.trusted-finder-page .tf-search.card .trusted-v2-toggle-btn{background:var(--surface, #fff);border-color:var(--border, #e2e8f0);color:var(--text-secondary, #64748b);-webkit-backdrop-filter:none;backdrop-filter:none}body.trusted-finder-page .tf-search.card .trusted-v2-toggle-btn:hover{background:var(--surface-alt, #f8fafc);border-color:var(--border, #cbd5e1);color:var(--text, #0f172a)}body.trusted-finder-page .tf-search.card .trusted-v2-panel{background:var(--surface-alt, #f8fafc);border-color:var(--border, #e2e8f0)}body.trusted-finder-page .trusted-filter-pills:not(.hidden){margin-top:.25rem!important}body.trusted-finder-page .tf-filters{width:100%;box-sizing:border-box}body.trusted-finder-page .tf-filter-col-caption{margin:0 0 .25rem;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b!important}body.trusted-finder-page .trusted-filters-header{align-items:center}body.trusted-finder-page .trusted-filters-header .trusted-filter-label-collapsible{flex:1 1 auto;min-width:0}body.trusted-finder-page #trustedFiltersPanel[data-tf-dirty=false] #trustedResetToPresetBtn{opacity:.45;pointer-events:none}body.trusted-finder-page #trustedFiltersPanel[data-tf-dirty=true] #trustedResetToPresetBtn{opacity:1;pointer-events:auto}body.trusted-finder-page .tf-reset-btn{white-space:nowrap}body.trusted-finder-page .trusted-results-container{transition:opacity .22s ease,transform .22s ease}body.trusted-finder-page .trusted-results-container[data-tf-slot-state=empty]{opacity:1}body.trusted-finder-page .trusted-results-container[data-tf-slot-state=loading]{opacity:.92}body.trusted-finder-page .trusted-results-container[data-tf-slot-state=results]{opacity:1}body.trusted-finder-page .tf-welcome.card-soft{margin:0;padding:1.25rem 1.25rem 1.35rem;border-radius:var(--radius-md, 12px);background:color-mix(in srgb,var(--surface-alt, #f8fafc) 88%,var(--surface, #fff));border:1px solid var(--border, #e2e8f0);box-shadow:0 4px 14px #0f172a0d}body.trusted-finder-page .tf-welcome__title{margin:0 0 .35rem;font-size:1.125rem;font-weight:700;color:var(--text, #0f172a)}body.trusted-finder-page .tf-welcome__sub{margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:var(--text-secondary, #64748b)}body.trusted-finder-page .tf-welcome__sub code{font-size:.82em;padding:.1rem .35rem;border-radius:4px;background:color-mix(in srgb,var(--navy-900, #0b1129) 7%,transparent);color:var(--navy-900, #0b1129)}body.trusted-finder-page .tf-welcome__examples{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem}body.trusted-finder-page .tf-example{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;text-align:left;padding:.55rem .75rem;font-size:.8125rem;line-height:1.45;color:var(--text, #0f172a);background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}body.trusted-finder-page .tf-example:hover{border-color:color-mix(in srgb,var(--lime-vibrant) 38%,transparent);box-shadow:0 2px 8px #0f172a0f}body.trusted-finder-page .tf-example:focus-visible{outline:2px solid var(--lime-vibrant);outline-offset:2px}body.trusted-finder-page .tf-example em{font-style:normal;font-weight:600;color:var(--text-secondary, #475569)}@media (max-width: 480px){body.trusted-finder-page .tf-welcome__examples{grid-template-columns:1fr}}body.trusted-finder-page #trustedFiltersPanel .select-shell{display:block;width:100%;max-width:100%;border-radius:8px;border:1px solid var(--border, #e2e8f0);background:var(--surface, #fff);padding:0 .5rem;box-sizing:border-box}body.trusted-finder-page #trustedFiltersPanel .select-shell:focus-within{border-color:color-mix(in srgb,var(--lime-vibrant) 45%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--lime-vibrant) 25%,transparent)}body.trusted-finder-page #trustedFiltersPanel .trusted-level-select{width:100%;border:none;background:transparent;min-height:44px;padding:.25rem 0;font-size:.875rem}body.trusted-finder-page #trustedFiltersPanel .condition-radio-group{display:flex;flex-wrap:wrap;gap:.35rem}body.trusted-finder-page #trustedFiltersPanel .condition-radio{margin:0;padding:0;position:relative;border-radius:999px;border:1px solid var(--border, #e2e8f0);background:var(--surface-alt, #f8fafc);cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}body.trusted-finder-page #trustedFiltersPanel .condition-radio:has(input:checked){background:var(--surface, #fff);border-color:color-mix(in srgb,var(--lime-vibrant) 55%,transparent);box-shadow:0 1px 4px #0f172a12}body.trusted-finder-page #trustedFiltersPanel .condition-radio span{padding:.35rem .65rem;font-size:.8125rem;font-weight:500}body.trusted-finder-page #trustedFiltersPanel .condition-radio input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.trusted-finder-page #trustedFiltersPanel .trusted-filter-checkbox input[type=checkbox]{width:16px;height:16px;flex-shrink:0;accent-color:var(--lime-500, var(--lime-vibrant))}body.trusted-finder-page #trustedFiltersPanel .toggle-switch input:checked+.toggle-slider{background:color-mix(in srgb,var(--lime-vibrant) 88%,#16a34a)!important}body.trusted-finder-page #trustedFiltersPanel .toggle-slider:before{background:#fff!important}body.trusted-finder-page #trustedFiltersPanel .trusted-price-slider,body.trusted-finder-page #trustedFiltersPanel .trusted-criteria-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:999px;background:var(--border, #e2e8f0)}body.trusted-finder-page #trustedFiltersPanel .trusted-price-slider::-webkit-slider-thumb,body.trusted-finder-page #trustedFiltersPanel .trusted-criteria-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--surface, #fff);border:2px solid var(--lime-vibrant);box-shadow:0 1px 4px #0f172a1f;cursor:pointer}body.trusted-finder-page #trustedFiltersPanel .trusted-price-slider::-moz-range-thumb,body.trusted-finder-page #trustedFiltersPanel .trusted-criteria-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--surface, #fff);border:2px solid var(--lime-vibrant);box-shadow:0 1px 4px #0f172a1f;cursor:pointer}body.trusted-finder-page #trustedFiltersPanel .trusted-criteria-row{align-items:center;gap:.6rem}body.trusted-finder-page #trustedFiltersPanel .trusted-criteria-input{font-variant-numeric:tabular-nums}@media (max-width: 1023px){body.trusted-finder-page #trustedFiltersPanel .trusted-filters-content{grid-template-columns:1fr 1fr!important}}@media (max-width: 767px){body.trusted-finder-page #trustedFiltersPanel .trusted-filters-content{grid-template-columns:1fr!important}}body.trusted-finder-page #tfRoot[data-dirty=false] #filtersHead .tf-filters__reset{display:none}body.trusted-finder-page #tfRoot[data-dirty=true] #filtersHead .tf-filters__reset{display:inline-flex;opacity:1;pointer-events:auto}body.trusted-finder-page #tfRoot[data-dirty=true] #filtersHead .dirty{display:inline-flex!important}body.trusted-finder-page .tf-stack{display:flex;flex-direction:column;gap:22px;max-width:var(--polish-column-max, 1200px);margin:0 auto;width:100%;padding-inline:28px;box-sizing:border-box}body.trusted-finder-page .tf-header.tf-header--navy{position:relative;top:auto;z-index:0;flex-shrink:0;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;box-shadow:none;display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:end;gap:24px;background:var(--redesign-navy-900, #0b1129);color:#fff;border-radius:22px;padding:38px 40px 34px;overflow:hidden;isolation:isolate}body.trusted-finder-page .tf-header__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(620px 280px at 88% 18%,rgba(23,184,74,.16),transparent 60%),radial-gradient(380px 220px at 10% 110%,rgba(47,206,98,.1),transparent 60%),linear-gradient(180deg,var(--redesign-navy-800, #111a3a),var(--redesign-navy-900, #0b1129) 60%)}body.trusted-finder-page .tf-header--navy .lede{max-width:62ch;position:relative;z-index:1}body.trusted-finder-page .tf-header--navy .meta{position:relative;z-index:1}body.trusted-finder-page .tf-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--redesign-lime-300, #8fe7a9);margin-bottom:14px}body.trusted-finder-page .tf-header--navy .tf-eyebrow{color:var(--redesign-lime-300, #8fe7a9)!important}body.trusted-finder-page .tf-eyebrow__dot{width:6px;height:6px;border-radius:50%;background:var(--redesign-lime-400, #2fce62);box-shadow:0 0 #17b84a8c;animation:tfLivePulse 1.8s ease-out infinite}@keyframes tfLivePulse{0%{box-shadow:0 0 #17b84a8c}70%{box-shadow:0 0 0 8px #17b84a00}to{box-shadow:0 0 #17b84a00}}body.trusted-finder-page .tf-header--navy h1{margin:0 0 10px;font-size:clamp(28px,2.6vw,38px);font-weight:800;letter-spacing:-.022em;line-height:1.1;color:#fff!important;text-wrap:balance}body.trusted-finder-page .tf-header--navy .sub{margin:0;font-size:16px;color:#b7bdd2!important;text-wrap:balance;max-width:60ch;line-height:1.5}body.trusted-finder-page .tf-header--navy .sub em{font-style:normal;color:var(--redesign-lime-300, #8fe7a9)!important;font-weight:600}body.trusted-finder-page .tf-header .meta{display:flex;align-items:stretch;width:330px;max-width:100%;align-self:stretch}body.trusted-finder-page .tf-preset-panel{display:flex;flex-direction:column;width:100%;padding:14px 16px 12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:14px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box}body.trusted-finder-page .tf-preset-panel__head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}body.trusted-finder-page .tf-preset-panel__eyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c}body.trusted-finder-page .tf-preset-panel__name{font-size:15px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}body.trusted-finder-page .tf-preset-panel__rows{margin:0;padding:0;display:flex;flex-direction:column}body.trusted-finder-page .tf-preset-panel__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid rgba(255,255,255,.1)}body.trusted-finder-page .tf-preset-panel__row:first-child{border-top:0;padding-top:0}body.trusted-finder-page .tf-preset-panel__row dt{margin:0;font-size:12px;font-weight:500;color:#ffffff9e}body.trusted-finder-page .tf-preset-panel__row dd{margin:0;font-size:13px;font-weight:600;color:#eef0f8;font-variant-numeric:tabular-nums}body.trusted-finder-page .tf-preset-panel.is-custom .tf-preset-panel__name{color:#f0d27a}body.trusted-finder-page .tf-preset-panel.is-loose .tf-preset-panel__name{color:#9bb8ff}body.trusted-finder-page .preset-badge{display:inline-flex;align-items:center;gap:9px;flex-wrap:wrap;padding:9px 14px 9px 11px;background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:13px;color:#dde1ee;font-variant-numeric:tabular-nums;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}body.trusted-finder-page .preset-badge .lvl{font-weight:700;color:#fff;display:inline-flex;align-items:center;gap:6px}body.trusted-finder-page .preset-badge .lvl .dot{width:7px;height:7px;border-radius:50%;background:var(--redesign-lime-500, #17b84a);box-shadow:0 0 0 3px #17b84a2e}body.trusted-finder-page .preset-badge .sep{color:#ffffff4d}body.trusted-finder-page .preset-badge.is-custom .lvl .dot{background:#c49a1f;box-shadow:0 0 0 3px #c49a1f2e}body.trusted-finder-page .preset-badge.is-loose .lvl .dot{background:#2e6bff;box-shadow:0 0 0 3px #2e6bff2e}body.trusted-finder-page .tf-search{background:var(--redesign-surface, #fff);border:1px solid var(--redesign-line, #e4e1d6);border-radius:22px;padding:18px 18px 20px;box-shadow:0 6px 18px -10px #0b11292e,0 2px 4px #0b11290d}body.trusted-finder-page .tf-search__row{display:flex;align-items:center;gap:12px;padding:10px 10px 10px 18px;border-radius:14px;background:var(--redesign-bg, #f6f5f0);border:1px solid var(--redesign-line, #e4e1d6);transition:border-color .12s,box-shadow .12s,background .12s}body.trusted-finder-page .tf-search__row:focus-within{border-color:var(--redesign-navy-700, #1a2644);background:var(--redesign-surface, #fff);box-shadow:0 0 0 4px #0b112914}body.trusted-finder-page .tf-search__ico{flex-shrink:0;color:var(--redesign-ink-400, #7b8198)}body.trusted-finder-page .tf-search__input{flex:1;min-width:0;border:0;background:transparent;outline:0;font-size:19px;color:var(--redesign-ink-900, #0e1322);font-family:inherit;padding:14px 4px}body.trusted-finder-page .tf-search__input::placeholder{color:var(--redesign-ink-400, #7b8198)}body.trusted-finder-page .tf-search__submit{background:var(--redesign-navy-900, #0b1129);color:#fff;padding:13px 22px;border-radius:10px;font-size:15px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:background .12s;border:none;cursor:pointer;flex-shrink:0}body.trusted-finder-page .tf-search__submit:hover{background:var(--redesign-navy-800, #111a3a)}body.trusted-finder-page .tf-search__kbd-ret{font-size:11px;padding:1px 6px;border-radius:4px;background:#ffffff1f;color:#ffffffb3;border:1px solid rgba(255,255,255,.15)}body.trusted-finder-page .tf-search__signals{list-style:none;padding:14px 6px 2px;margin:0;display:flex;flex-wrap:wrap;gap:22px;align-items:center;font-size:13px;color:var(--redesign-ink-500, #5a6076)}body.trusted-finder-page .tf-search__signals li{display:inline-flex;align-items:center;gap:8px}body.trusted-finder-page .tf-search__signals .dot{width:7px;height:7px;border-radius:50%;background:var(--redesign-lime-500, #17b84a)}body.trusted-finder-page .tf-search__signals .dot--b{background:#2e6bff}body.trusted-finder-page .tf-search__signals .dot--g{background:#c49a1f}body.trusted-finder-page .tf-search__signals-alt{margin-left:auto;display:inline-flex;align-items:center;gap:12px}body.trusted-finder-page .tf-search__link-btn{padding:0 0 1px;margin:0;border:0;background:none;font:inherit;font-weight:500;cursor:pointer;color:var(--redesign-ink-700, #2b3142);border-bottom:1px dashed var(--redesign-line-strong, #c9c5b5)}body.trusted-finder-page .tf-search__link-btn:hover{color:var(--redesign-navy-900, #0b1129);border-color:var(--redesign-ink-500, #5a6076)}body.trusted-finder-page .tf-filters>.trusted-filters-panel{background:var(--redesign-surface, #fff);border:1px solid var(--redesign-line, #e4e1d6);border-radius:22px;overflow:hidden;box-shadow:0 6px 18px -10px #0b11291f}body.trusted-finder-page .tf-filters .trusted-filters-container.tf-filters-inner{display:flex!important;flex-direction:column!important;gap:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important}body.trusted-finder-page .tf-filters__head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--redesign-line, #e4e1d6);background:var(--redesign-bg, #f6f5f0);gap:12px}body.trusted-finder-page .tf-filters__head-start{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0}body.trusted-finder-page .trusted-filters-container.filters-collapsed .tf-filters__toggle-label{display:none}body.trusted-finder-page .trusted-filters-container:not(.filters-collapsed) .tf-filters__summary{display:none}body.trusted-finder-page .trusted-filters-container.filters-collapsed .tf-filters__summary{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0}body.trusted-finder-page .tf-filters__chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px;flex:1 1 auto;min-width:0}body.trusted-finder-page .tf-filter-chip{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:11.5px;font-weight:600;line-height:1.35;color:var(--redesign-ink-700, #2b3142);background:var(--redesign-surface, #fff);border:1px solid var(--redesign-line, #e4e1d6);white-space:nowrap}body.trusted-finder-page .tf-filters__adjust{flex-shrink:0;margin-left:auto;padding:0;border:0;background:none;font:inherit;font-size:12px;font-weight:600;color:var(--redesign-navy-700, #1a2644);text-decoration:underline;text-underline-offset:2px;cursor:pointer}body.trusted-finder-page .tf-filters__adjust:hover{color:var(--redesign-navy-900, #0b1129)}body.trusted-finder-page .tf-filters__adjust:focus-visible{outline:2px solid var(--lime-vibrant);outline-offset:2px;border-radius:4px}body.trusted-finder-page .trusted-filters-container.filters-collapsed .tf-filters__head,body.trusted-finder-page .tf-filters__head[aria-expanded=false]{border-bottom-color:transparent}body.trusted-finder-page .tf-filters__toggle{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--redesign-ink-700, #2b3142);background:none;border:none;cursor:pointer;padding:4px 0;flex:1 1 auto;min-width:0;text-align:left}body.trusted-finder-page .tf-filters__toggle .chev{flex-shrink:0;max-width:20px;max-height:20px;transition:transform .18s ease}body.trusted-finder-page .tf-filters__head[aria-expanded=true] .tf-filters__toggle .chev{transform:rotate(180deg)}body.trusted-finder-page .tf-filters__head .dirty{display:none;background:var(--redesign-lime-50, #e9f9ee);color:#156100;border:1px solid #bfeaa5;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:0;text-transform:none}body.trusted-finder-page .tf-filters__body{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important}body.trusted-finder-page .tf-filters__body.collapsed{max-height:0!important;overflow:hidden!important;opacity:0!important;padding:0!important;border:none!important}body.trusted-finder-page .tf-filters__body.hidden{display:none!important}body.trusted-finder-page .tf-col{padding:20px 22px 22px;border-right:1px solid var(--redesign-line, #e4e1d6);display:flex;flex-direction:column;gap:16px}body.trusted-finder-page .tf-col:last-child{border-right:0}body.trusted-finder-page .tf-col__label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--redesign-ink-500, #5a6076);display:flex;align-items:center;gap:8px}body.trusted-finder-page .tf-col__label .hint{font-weight:500;letter-spacing:0;text-transform:none;color:var(--redesign-ink-400, #7b8198);font-size:11px}body.trusted-finder-page #trustedFiltersPanel .field{display:flex;flex-direction:column;gap:6px}body.trusted-finder-page #trustedFiltersPanel .tf-range-label,body.trusted-finder-page #trustedFiltersPanel .field>label{font-size:12px;color:var(--redesign-ink-500, #5a6076);display:flex;align-items:center;justify-content:space-between}body.trusted-finder-page #trustedFiltersPanel .field>label .val{font-variant-numeric:tabular-nums;color:var(--redesign-ink-900, #0e1322);font-weight:600}body.trusted-finder-page #trustedFiltersPanel .input-row{display:flex;align-items:center;gap:8px}body.trusted-finder-page #trustedFiltersPanel .input{border:1px solid var(--redesign-line, #e4e1d6);background:var(--redesign-surface, #fff);border-radius:8px;padding:8px 10px;font:inherit;font-size:13px;color:var(--redesign-ink-900, #0e1322);width:100%;font-variant-numeric:tabular-nums}body.trusted-finder-page #trustedFiltersPanel .input:focus{outline:0;border-color:var(--redesign-navy-700, #1a2644);box-shadow:0 0 0 3px #0b112914}body.trusted-finder-page #trustedFiltersPanel .input.with-prefix{padding-left:22px}body.trusted-finder-page #trustedFiltersPanel .input-wrap{position:relative;flex:1}body.trusted-finder-page #trustedFiltersPanel .input-wrap .prefix{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--redesign-ink-400, #7b8198);font-size:13px}body.trusted-finder-page #trustedFiltersPanel .input-sep{color:var(--redesign-ink-400, #7b8198);font-size:13px}body.trusted-finder-page #trustedFiltersPanel .dual{position:relative;height:28px;padding:0 9px}body.trusted-finder-page #trustedFiltersPanel .dual .track{position:absolute;left:9px;right:9px;top:50%;transform:translateY(-50%);height:4px;border-radius:999px;background:var(--redesign-line, #e4e1d6)}body.trusted-finder-page #trustedFiltersPanel .dual .track .fill{position:absolute;top:0;bottom:0;background:var(--redesign-lime-500, #17b84a);border-radius:999px}body.trusted-finder-page #trustedFiltersPanel .dual .thumb{position:absolute;top:50%;width:18px;height:18px;border-radius:50%;background:var(--redesign-surface, #fff);border:1px solid var(--redesign-line-strong, #c9c5b5);box-shadow:0 1px #0b11290a;transform:translate(-50%,-50%);cursor:grab;z-index:1}body.trusted-finder-page #trustedFiltersPanel .dual .thumb:active{cursor:grabbing}body.trusted-finder-page #trustedFiltersPanel .tf-price-scale{display:flex;justify-content:space-between;font-size:11px;color:var(--redesign-ink-400, #7b8198);font-variant-numeric:tabular-nums;margin-top:4px}body.trusted-finder-page #trustedFiltersPanel .tf-range-mirror{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}body.trusted-finder-page #trustedFiltersPanel .range,body.trusted-finder-page #trustedFiltersPanel .tf-qty-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:22px;background:transparent;cursor:pointer}body.trusted-finder-page #trustedFiltersPanel .range:focus,body.trusted-finder-page #trustedFiltersPanel .tf-qty-range:focus{outline:0}body.trusted-finder-page #trustedFiltersPanel .range::-webkit-slider-runnable-track,body.trusted-finder-page #trustedFiltersPanel .tf-qty-range::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(to right,var(--redesign-lime-500, #17b84a) 0%,var(--redesign-lime-500, #17b84a) var(--fill, 50%),var(--redesign-line, #e4e1d6) var(--fill, 50%),var(--redesign-line, #e4e1d6) 100%)}body.trusted-finder-page #trustedFiltersPanel .range::-webkit-slider-thumb,body.trusted-finder-page #trustedFiltersPanel .tf-qty-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--redesign-surface, #fff);border:1px solid var(--redesign-line-strong, #c9c5b5);margin-top:-7px;box-shadow:0 1px #0b11290a}body.trusted-finder-page #trustedFiltersPanel .range::-moz-range-track,body.trusted-finder-page #trustedFiltersPanel .tf-qty-range::-moz-range-track{height:4px;border-radius:999px;background:var(--redesign-line, #e4e1d6)}body.trusted-finder-page #trustedFiltersPanel .range::-moz-range-progress,body.trusted-finder-page #trustedFiltersPanel .tf-qty-range::-moz-range-progress{height:4px;border-radius:999px;background:var(--redesign-lime-500, #17b84a)}body.trusted-finder-page #trustedFiltersPanel .seg{display:inline-flex;background:var(--redesign-bg, #f6f5f0);border:1px solid var(--redesign-line, #e4e1d6);border-radius:10px;padding:3px;width:100%;gap:0}body.trusted-finder-page #trustedFiltersPanel .seg input{display:none}body.trusted-finder-page #trustedFiltersPanel .seg label{flex:1;text-align:center;padding:7px 10px;font-size:13px;font-weight:600;color:var(--redesign-ink-500, #5a6076);border-radius:8px;cursor:pointer;transition:background .12s,color .12s,box-shadow .12s;margin:0}body.trusted-finder-page #trustedFiltersPanel .seg input:checked+label{background:var(--redesign-surface, #fff);color:var(--redesign-ink-900, #0e1322);box-shadow:0 1px #0b11290a}body.trusted-finder-page #trustedFiltersPanel .switch-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--redesign-line, #e4e1d6);border-radius:8px;background:var(--redesign-surface, #fff)}body.trusted-finder-page #trustedFiltersPanel .switch-row .copy{flex:1;font-size:13px;color:var(--redesign-ink-900, #0e1322)}body.trusted-finder-page #trustedFiltersPanel .switch-row .copy .hint{display:block;font-size:12px;color:var(--redesign-ink-500, #5a6076);margin-top:1px}body.trusted-finder-page #trustedFiltersPanel .switch{--sw: 36px;--sh: 20px;position:relative;width:var(--sw);height:var(--sh);flex-shrink:0}body.trusted-finder-page #trustedFiltersPanel .switch input{opacity:0!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;width:100%;height:100%;margin:0;cursor:pointer;position:absolute;z-index:2}body.trusted-finder-page #trustedFiltersPanel .switch .slot{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--redesign-line-strong, #c9c5b5);border-radius:999px;transition:background .15s;pointer-events:none}body.trusted-finder-page #trustedFiltersPanel .switch .knob{position:absolute;top:2px;left:2px;width:calc(var(--sh) - 4px);height:calc(var(--sh) - 4px);background:#fff;border-radius:50%;box-shadow:0 1px 3px #0b112940;transition:transform .15s;pointer-events:none}body.trusted-finder-page #trustedFiltersPanel .switch input:checked~.slot{background:var(--redesign-lime-500, #17b84a)}body.trusted-finder-page #trustedFiltersPanel .switch input:checked~.knob{transform:translate(calc(var(--sw) - var(--sh)))}body.trusted-finder-page #trustedFiltersPanel .switch:has(input:focus-visible){outline:2px solid var(--redesign-navy-700, #1a2644);outline-offset:3px;border-radius:999px}body.trusted-finder-page #trustedFiltersPanel .tf-filters__toggle:focus-visible,body.trusted-finder-page #filtersHead .tf-filters__reset:focus-visible,body.trusted-finder-page #trustedFiltersPanel .tf-reset-btn:focus-visible,body.trusted-finder-page #trustedFiltersPanel #trustedResetToPresetBtn:focus-visible{outline:2px solid var(--redesign-navy-700, #1a2644);outline-offset:2px;border-radius:6px}body.trusted-finder-page #trustedFiltersPanel .condition-radio:focus-within{outline:2px solid var(--redesign-lime-500, #17b84a);outline-offset:2px;border-radius:8px}body.trusted-finder-page #trustedFiltersPanel .trusted-filter-checkbox:focus-within,body.trusted-finder-page #trustedFiltersPanel .switch-row:focus-within{outline:2px solid var(--redesign-navy-700, #1a2644);outline-offset:2px;border-radius:8px}body.trusted-finder-page #trustedFiltersPanel .trusted-price-input:focus-visible,body.trusted-finder-page #trustedFiltersPanel .trusted-criteria-input:focus-visible,body.trusted-finder-page #trustedFiltersPanel .trusted-level-select:focus-visible{outline:2px solid var(--redesign-navy-700, #1a2644);outline-offset:1px}body.trusted-finder-page #trustedFiltersPanel .checks{display:flex;flex-direction:column;gap:8px}body.trusted-finder-page #trustedFiltersPanel .check.tf-check,body.trusted-finder-page #trustedFiltersPanel label.check{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--redesign-ink-900, #0e1322);cursor:pointer}body.trusted-finder-page #trustedFiltersPanel .check input{display:none}body.trusted-finder-page #trustedFiltersPanel .check .box{width:16px;height:16px;border-radius:4px;border:1.5px solid var(--redesign-line-strong, #c9c5b5);background:var(--redesign-surface, #fff);display:grid;place-items:center;flex-shrink:0}body.trusted-finder-page #trustedFiltersPanel .check .box svg{width:12px;height:12px;max-width:12px;max-height:12px;color:var(--navy-dark, #0B1129);opacity:0}body.trusted-finder-page #trustedFiltersPanel .check input:checked+.box{background:var(--redesign-lime-500, #17b84a);border-color:var(--redesign-lime-500, #17b84a)}body.trusted-finder-page #trustedFiltersPanel .check input:checked+.box svg{opacity:1}body.trusted-finder-page #trustedFiltersPanel .select-shell{position:relative}body.trusted-finder-page #trustedFiltersPanel .select-shell select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;border:1px solid var(--redesign-line, #e4e1d6);background:var(--redesign-surface, #fff);border-radius:8px;padding:9px 36px 9px 12px;font:inherit;font-size:13px;color:var(--redesign-ink-900, #0e1322)}body.trusted-finder-page #trustedFiltersPanel .select-shell .caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:12px;height:12px;max-width:12px;max-height:12px;color:var(--redesign-ink-500, #5a6076);pointer-events:none}body.trusted-finder-page #trustedFiltersPanel .helper{margin-top:6px;font-size:11px;color:var(--redesign-ink-500, #5a6076)}body.trusted-finder-page .tf-welcome{background:linear-gradient(180deg,#ffffff8c,#ffffff40),var(--redesign-bg, #f6f5f0);border:1px dashed var(--redesign-line-strong, #c9c5b5);border-radius:22px;padding:26px 26px 22px;display:grid;grid-template-columns:1fr 1.2fr;gap:28px}body.trusted-finder-page .tf-syntax{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--redesign-ink-500, #5a6076)}body.trusted-finder-page .tf-syntax code{font-size:11.5px;background:var(--redesign-bg-alt, #eceae2);border:1px solid var(--redesign-line, #e4e1d6);border-radius:4px;padding:1px 5px;color:var(--redesign-ink-700, #2b3142);margin-right:8px}body.trusted-finder-page .tf-syntax .desc{color:var(--redesign-ink-400, #7b8198)}body.trusted-finder-page .tf-welcome__examples.tf-examples{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;list-style:none;margin:0;padding:0}body.trusted-finder-page .tf-example .tf-example__query{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12.5px;font-weight:600;line-height:1.45;color:var(--redesign-ink-900, #0e1322);margin-bottom:4px;word-break:break-word}body.trusted-finder-page .tf-example .tf-example__desc{display:block;font-size:11px;line-height:1.4;color:var(--redesign-ink-400, #5a6076)}body.trusted-finder-page .tf-example .term{display:block;font-size:13px;font-weight:700;color:var(--redesign-ink-900, #0e1322);margin-bottom:4px}body.trusted-finder-page .tf-example .ops{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}body.trusted-finder-page .tf-example .op{font-size:11px;font-weight:600;color:var(--redesign-ink-700, #2b3142);background:var(--redesign-bg-alt, #eceae2);border-radius:3px;padding:0 4px}body.trusted-finder-page .tf-example .why{display:block;font-size:11px;color:var(--redesign-ink-400, #5a6076)}@media (max-width: 900px){body.trusted-finder-page .tf-header.tf-header--navy{grid-template-columns:1fr;align-items:start}body.trusted-finder-page .tf-header--navy .lede{order:1}body.trusted-finder-page .tf-header .meta{order:2;width:100%}body.trusted-finder-page .tf-preset-panel__row{padding:9px 0}body.trusted-finder-page .trusted-filters-container.filters-collapsed .tf-filters__summary{flex-wrap:wrap}body.trusted-finder-page .tf-filters__adjust{margin-left:0}}@media (max-width: 1100px){body.trusted-finder-page .tf-filters__body{grid-template-columns:1fr 1fr!important}body.trusted-finder-page .tf-col:nth-child(2){border-right:0}body.trusted-finder-page .tf-col:nth-child(3){grid-column:1 / -1;border-top:1px solid var(--redesign-line, #e4e1d6);border-right:0}body.trusted-finder-page .tf-welcome{grid-template-columns:1fr}}@media (max-width: 800px){body.trusted-finder-page .tf-filters__body{grid-template-columns:1fr!important}body.trusted-finder-page .tf-filters__head{position:sticky;top:0;z-index:2;padding:12px 14px}body.trusted-finder-page .tf-col{border-right:0;border-bottom:1px solid var(--redesign-line, #e4e1d6);padding:14px 14px 16px;gap:12px}body.trusted-finder-page .tf-col:last-child{border-bottom:0}body.trusted-finder-page #trustedFiltersPanel .switch-row{gap:10px;padding:2px 0}body.trusted-finder-page .tf-welcome__examples.tf-examples{grid-template-columns:1fr}body.trusted-finder-page .tf-search__row{flex-wrap:wrap}body.trusted-finder-page .tf-search__submit{width:100%;justify-content:center}body.trusted-finder-page .tf-search__signals-alt{margin-left:0;width:100%;justify-content:flex-start}}body.trusted-finder-page .trusted-filter-col-price{position:relative}body.trusted-finder-page #trustedFiltersPanel .tf-col .select-shell{border:none!important;padding:0!important;background:transparent!important;box-shadow:none!important}body.trusted-finder-page #trustedFiltersPanel .tf-col .select-shell:focus-within{box-shadow:none!important}body.trusted-finder-page .tf-search .trusted-v2-panel{margin-top:12px}body.trusted-finder-page .tf-search__link-btn:focus-visible{outline:2px solid var(--redesign-navy-700, #1a2644);outline-offset:2px;border-radius:2px}body.trusted-finder-page .tf-header__stats{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-wrap:wrap;gap:28px;font-size:13px;color:#8b92ab}body.trusted-finder-page .tf-header__stats b{color:#fff;font-weight:700;font-variant-numeric:tabular-nums;font-size:15px}
