:root{--st-canvas:#f4f5fa;--st-surface:#fff;--st-surface-muted:#f0f1f7;--st-ink:#1e2030;--st-text-secondary:#62657a;--st-text-subtle:#62657a;--st-border:#d9dbe7;--st-accent:#5b5bd6;--st-accent-strong:#4646b8;--st-accent-soft:#ececff;--st-accent-border:#b9bae8;--st-success:#17715b;--st-success-soft:#e8f5f0;--st-warning:#98600b;--st-warning-soft:#fff4dc;--st-danger:#b33f4a;--st-danger-soft:#fff0f1;--st-info:#2766a8;--st-focus-ring:#5b5bd6;color:var(--st-ink);background:var(--st-canvas);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans SC,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.operator-gate{z-index:14000;overscroll-behavior:contain;background:#172026b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.operator-gate-dialog{border:1px solid var(--st-border);background:var(--st-surface-muted);overscroll-behavior:contain;border-radius:10px;width:min(560px,100%);max-height:calc(100dvh - 48px);padding:30px;overflow-y:auto;box-shadow:0 22px 60px #1e203047}.operator-gate-dialog h1{color:var(--st-ink);margin:7px 0 0;font-size:clamp(24px,5vw,34px);line-height:1.15}.operator-gate-dialog>p{max-width:480px;color:var(--st-text-secondary);margin:10px 0 0;font-size:14px;line-height:1.65}.operator-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:24px;display:grid}.operator-options button{border:1px solid var(--st-border);background:var(--st-surface);min-height:62px;color:var(--st-ink);box-shadow:none;border-radius:7px;justify-content:flex-start;align-items:center;gap:12px;padding:10px 14px;display:flex}.operator-options button:hover{border-color:var(--st-accent);background:var(--st-accent-soft);color:var(--st-ink);transform:none}.operator-options button>span,.operator-switcher>span:first-child{background:var(--st-accent-soft);width:34px;height:34px;color:var(--st-accent);border-radius:50%;flex:none;place-items:center;font-size:14px;font-style:normal;font-weight:900;display:inline-grid}.operator-options button strong{font-size:14px}.operator-options button small{color:var(--st-text-secondary);margin-left:auto;font-size:12px;font-weight:800}.operator-add-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin-top:16px;display:grid}.operator-add-form label{color:var(--st-text-secondary);gap:6px;margin:0;font-size:12px;font-weight:800;display:grid}.operator-add-form input{border:1px solid var(--st-border);background:var(--st-surface);min-height:44px;color:var(--st-ink);border-radius:7px;padding:0 12px}.operator-add-form button{white-space:nowrap;min-height:44px}.operator-gate-error{margin-top:12px}.operator-loading-note{color:var(--st-text-secondary);margin:10px 0 0;font-size:12px}.operator-gate-cancel{width:100%;min-height:44px;color:var(--st-text-secondary);box-shadow:none;background:0 0;border:0;margin-top:12px;font-size:12px}.operator-gate-cancel:hover{background:var(--st-surface-muted);color:var(--st-ink);transform:none}.operator-session-toolbar{z-index:10;justify-content:flex-end;width:min(1480px,100vw - 32px);margin:12px auto -16px;display:flex;position:relative}.operator-switcher{border:1px solid var(--st-border);background:var(--st-surface-muted);width:max-content;min-height:48px;color:var(--st-ink);border-radius:8px;align-items:center;gap:9px;padding:6px 9px 6px 7px;display:flex;box-shadow:0 7px 20px #1e203024}.operator-switcher:hover{border-color:var(--st-accent);background:var(--st-accent-soft);transform:none}.operator-switcher>span:nth-child(2){justify-items:start;min-width:76px;line-height:1.2;display:grid}.operator-switcher small{color:var(--st-text-secondary);font-size:12px;font-weight:700}.operator-switcher strong{font-size:14px}.operator-switcher i{color:var(--st-text-secondary);font-size:12px;font-style:normal;font-weight:800}@media (max-width:560px){.operator-gate{padding:14px}.operator-gate-dialog{padding:24px 18px}.operator-options,.operator-add-form{grid-template-columns:1fr}.operator-session-toolbar{width:calc(100% - 20px);margin-top:10px;margin-bottom:-16px}.operator-switcher{max-width:100%}.operator-switcher i{display:none}}.help-label{align-items:center;gap:5px;min-width:0;display:inline-flex}.help-label>span:first-child{min-width:0}.help-hint{vertical-align:middle;flex:none;align-items:center;line-height:1;display:inline-flex}.help-hint-trigger{border:1px solid var(--st-border);background:var(--st-surface-muted);width:18px;min-width:18px;height:18px;min-height:18px;color:var(--st-text-secondary);cursor:help;box-shadow:none;border-radius:50%;place-items:center;padding:0;font-size:14px;font-weight:850;line-height:1;display:inline-grid}.help-hint-trigger:hover,.help-hint-trigger[aria-expanded=true]{border-color:var(--st-accent);background:var(--st-surface-muted);color:var(--st-ink);transform:none}.help-hint-trigger:focus-visible{outline:2px solid var(--st-accent);outline-offset:2px}.help-hint-popover{z-index:12000;border:1px solid var(--st-border);background:var(--st-surface-muted);width:min(320px,100vw - 24px);color:var(--st-ink);border-radius:7px;transition:opacity .12s ease-out,transform .12s ease-out;position:fixed;overflow:hidden;box-shadow:0 14px 34px #1e20302e,0 2px 7px #1e20301f}.help-hint-popover-header{border-bottom:1px solid var(--st-accent-soft);background:var(--st-accent-soft);justify-content:space-between;align-items:center;gap:12px;padding:10px 11px 9px 13px;display:flex}.help-hint-popover-header strong{color:var(--st-ink);letter-spacing:.01em;font-size:12px;font-weight:850}.help-hint-popover-header button{width:22px;min-width:22px;height:22px;min-height:22px;color:var(--st-text-secondary);box-shadow:none;background:0 0;border:0;border-radius:3px;place-items:center;padding:0;font-size:18px;font-weight:500;line-height:1;display:inline-grid}.help-hint-popover-header button:hover{background:var(--st-accent-soft);color:var(--st-ink);transform:none}.help-hint-popover-header button:focus-visible{outline:2px solid var(--st-accent);outline-offset:1px}.help-hint-popover-body{color:var(--st-text-secondary);padding:12px 13px 13px;font-size:12px;line-height:1.65}.help-hint-popover-body p{margin:0}@media (prefers-reduced-motion:reduce){.help-hint-popover{transition:none}}.app-shell.trend-page{width:min(1480px,100vw - 32px)}.trend-page-toolbar.toolbar{align-items:center;margin-bottom:12px}.trend-page-toolbar h1{font-size:clamp(1.55rem,2.2vw,2rem)}.secondary-button.trend-toolbar-entry{border-color:var(--st-accent-border);background:var(--st-accent-soft);color:var(--st-accent)}.trend-toolbar-count{background:var(--st-accent-soft);min-width:26px;color:var(--st-accent);text-align:center;border-radius:99px;padding:2px 7px;font-size:14px;font-weight:800;line-height:1.4}.trend-refresh-button{justify-content:center;align-items:center;gap:8px;min-width:126px;min-height:44px;display:inline-flex}.trend-refresh-icon{font-size:18px;font-weight:500;line-height:1;display:inline-block}.trend-refresh-icon.is-spinning{animation:.7s linear infinite trend-refresh-spin}@keyframes trend-refresh-spin{to{transform:rotate(360deg)}}.trend-alert{gap:3px;display:grid}.trend-alert strong,.trend-alert span{font-size:14px}.trend-content-queue{border:1px solid var(--st-border);background:var(--st-surface-muted);border-radius:8px;margin-bottom:18px;overflow:hidden}.trend-content-queue-heading{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:flex-end;gap:24px;padding:18px 20px;display:flex}.trend-content-queue-heading h2{margin:3px 0 0;font-size:20px}.trend-content-queue-heading p{max-width:720px;color:var(--st-text-secondary);margin:7px 0 0;font-size:12px}.trend-sync-button{white-space:nowrap;justify-content:center;align-items:center;gap:8px;min-width:180px;min-height:44px;display:inline-flex}.trend-sync-button span{font-size:16px}.trend-queue-status-row{border-bottom:1px solid var(--st-border);background:var(--st-accent-soft);color:var(--st-text-secondary);justify-content:space-between;align-items:center;gap:16px;padding:10px 20px;font-size:14px;display:flex}.trend-queue-status-row>div,.trend-queue-counters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.trend-queue-status-row strong{color:var(--st-ink)}.trend-queue-counters strong{color:var(--st-ink);font-variant-numeric:tabular-nums;margin-right:3px}.trend-queue-state,.trend-item-state{border-radius:4px;align-items:center;padding:3px 7px;font-weight:800;display:inline-flex}.trend-queue-state-idle,.trend-item-state-pending{color:var(--st-text-secondary);background:#e8edef}.trend-queue-state-running,.trend-item-state-processing{background:var(--st-warning-soft);color:var(--st-warning)}.trend-queue-state-completed,.trend-item-state-ready{background:var(--st-accent-soft);color:var(--st-accent)}.trend-queue-state-completed_with_errors,.trend-item-state-failed{color:#9b4939;background:#fbe4df}.trend-queue-state-failed{color:var(--st-danger);background:#f5d9d3}.trend-queue-progress{appearance:none;border:0;border-radius:0;width:100%;height:4px;display:block}.trend-queue-progress::-webkit-progress-bar{background:var(--st-accent-soft)}.trend-queue-progress::-webkit-progress-value{background:var(--st-accent)}.trend-queue-progress::-moz-progress-bar{background:var(--st-accent)}.trend-content-queue>.trend-alert{margin:12px 20px}.trend-queue-empty{color:var(--st-text-secondary);text-align:center;justify-items:center;gap:5px;padding:48px 20px;display:grid}.trend-queue-empty>span{color:var(--st-accent);font-size:24px}.trend-queue-empty strong{color:var(--st-ink);font-size:14px}.trend-queue-empty p{margin:0;font-size:12px}.trend-queue-list{display:grid}.trend-recency-summary{border-bottom:1px solid var(--st-border);background:var(--st-surface-muted);color:var(--st-text-secondary);align-items:baseline;gap:8px;padding:10px 16px;font-size:14px;display:flex}.trend-recency-summary strong{color:var(--st-ink);font-size:14px}.trend-recency-summary small{color:var(--st-text-secondary);margin-left:auto;font-size:12px}.trend-recent-empty{border-bottom:1px solid var(--st-border);background:var(--st-surface-muted);color:var(--st-text-secondary);text-align:center;padding:28px 16px;font-size:12px}.trend-history-toggle{border-bottom:1px solid var(--st-border);color:#425159;text-align:left;background:#edf1f3;border-radius:0;grid-template-columns:22px auto 1fr;align-items:center;gap:8px;width:100%;min-height:46px;padding:9px 16px;display:grid}.trend-history-toggle:hover{background:#e5ebed}.trend-history-toggle>span{color:var(--st-accent);text-align:center;font-size:14px}.trend-history-toggle strong{font-size:12px}.trend-history-toggle small{color:var(--st-text-subtle);justify-self:end;font-size:12px;font-weight:600}.trend-history-toggle-table{border-bottom-color:var(--st-border);background:var(--st-surface-muted)}.trend-queue-item{border-bottom:1px solid var(--st-border);background:var(--st-surface-muted)}.trend-queue-item:last-child{border-bottom:0}.trend-queue-item summary{cursor:pointer;grid-template-columns:28px minmax(280px,1fr) auto 88px 20px;align-items:center;gap:10px;min-height:62px;padding:10px 16px;list-style:none;display:grid}.trend-queue-item summary::-webkit-details-marker{display:none}.trend-queue-item summary:hover{background:var(--st-surface-muted)}.trend-queue-item-title{min-width:0}.trend-queue-item-title strong,.trend-queue-item-title small{display:block}.trend-queue-item-title strong{color:var(--st-ink);font-size:14px}.trend-queue-item-title small{color:var(--st-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:14px;font-weight:500;line-height:1.45;overflow:hidden}.trend-item-state{justify-content:center;min-width:58px;font-size:12px}.trend-queue-link-count{color:var(--st-text-secondary);font-variant-numeric:tabular-nums;text-align:right;font-size:12px}.trend-disclosure{color:var(--st-text-secondary);font-size:18px;transition:transform .16s}.trend-queue-item[open] .trend-disclosure{transform:rotate(180deg)}.trend-queue-item-body{border-top:1px solid var(--st-border);background:var(--st-surface-muted);grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:20px;padding:18px 54px;display:grid}.trend-queue-detail-column,.trend-queue-link-column{min-width:0}.trend-queue-detail-column ul{color:var(--st-text-secondary);gap:7px;margin:9px 0 0;padding-left:18px;font-size:12px;display:grid}.trend-creator-discovery{border-top:1px solid var(--st-border);background:var(--st-accent-soft);padding:18px 54px}.trend-creator-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.trend-creator-heading h3{color:var(--st-ink);margin:3px 0 0;font-size:15px}.trend-creator-heading p{max-width:760px;color:var(--st-text-secondary);margin:5px 0 0;font-size:14px}.trend-creator-actions{gap:8px;display:flex}.trend-creator-actions button{white-space:nowrap;min-height:34px;font-size:14px}.trend-creator-search-button{border:1px solid var(--st-accent);background:var(--st-accent);color:var(--st-surface);cursor:pointer;border-radius:5px;padding:7px 12px;font-weight:800}.trend-creator-search-button:disabled{cursor:not-allowed;opacity:.5}.trend-creator-discovery>.form-error{margin:12px 0 0}.trend-creator-run{gap:12px;margin-top:14px;display:grid}.trend-creator-run-meta,.trend-creator-risks{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.trend-creator-run-meta{color:var(--st-text-secondary);font-size:12px}.trend-creator-progress{align-items:center;gap:10px;min-height:20px;display:flex}.trend-creator-progress-track{background:var(--st-accent-soft);border-radius:999px;width:clamp(140px,24vw,280px);height:5px;position:relative;overflow:hidden}.trend-creator-progress-value{border-radius:inherit;background:var(--st-accent);transform-origin:0;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.trend-creator-platform-counts i{color:var(--st-border);font-style:normal}.trend-creator-run-meta>span,.trend-reach-gate>header strong,.trend-reach-gate>header>span,.trend-search-basis-heading strong,.trend-search-basis-heading>span,.trend-multimodal-summary>div:first-child strong,.trend-insight-meta>span,.trend-browser-summary>span,.trend-unified-sync>span{align-items:center;gap:5px;display:inline-flex}.trend-reach-gate{border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);border-left-width:4px;border-radius:6px;gap:10px;padding:11px 13px;display:grid}.trend-reach-gate.is-qualified{border-left-color:var(--st-accent)}.trend-reach-gate.is-disqualified,.trend-reach-gate.is-missing{background:var(--st-warning-soft);border-color:#e2c17e #e2c17e #e2c17e #b77a12}.trend-reach-gate>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.trend-reach-gate>header div{gap:2px;display:grid}.trend-reach-gate>header strong{color:var(--st-ink);font-size:14px}.trend-reach-gate>header>span{color:var(--st-text-subtle);font-variant-numeric:tabular-nums;font-size:12px}.trend-reach-tiers{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.trend-reach-tiers>div{gap:4px;display:grid}.trend-reach-tiers span{color:var(--st-ink);font-variant-numeric:tabular-nums;font-size:12px;font-weight:850}.trend-reach-tiers progress{background:var(--st-border);width:100%;height:7px;accent-color:var(--st-accent);border:0;border-radius:99px;overflow:hidden}.trend-reach-gate.is-disqualified .trend-reach-tiers progress,.trend-reach-gate.is-missing .trend-reach-tiers progress{accent-color:#b77a12}.trend-reach-gate>p{color:var(--st-text-subtle);margin:0;font-size:12px;line-height:1.5}.trend-creator-run-status,.trend-search-facets span,.trend-creator-match,.trend-creator-risk{border-radius:99px;padding:3px 8px;font-size:12px;font-weight:800}.trend-creator-run-status-pending,.trend-creator-run-status-running{background:var(--st-warning-soft);color:var(--st-warning)}.trend-creator-run-status-completed{background:var(--st-accent-soft);color:var(--st-accent)}.trend-creator-run-status-completed_with_errors,.trend-creator-run-status-failed{color:var(--st-danger);background:#f7ddd7}.trend-search-basis{border-top:1px solid var(--st-accent-soft);border-bottom:1px solid var(--st-accent-soft);padding:11px 0 10px}.trend-search-basis-heading{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.trend-search-basis-heading strong{color:var(--st-ink);font-size:14px}.trend-search-basis-heading span{color:var(--st-text-subtle);font-variant-numeric:tabular-nums;font-size:12px}.trend-multimodal-summary{border-left:3px solid var(--st-accent);background:var(--st-accent-soft);gap:7px;margin-top:9px;padding:8px 10px;display:grid}.trend-multimodal-summary-partial,.trend-multimodal-summary-unavailable{background:#fbf4e5;border-left-color:#b7852c}.trend-multimodal-summary>div:first-child{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.trend-multimodal-summary>div:first-child strong{color:var(--st-ink);font-size:12px}.trend-multimodal-summary>div:first-child span,.trend-multimodal-summary>small{color:var(--st-text-subtle);font-size:12px}.trend-multimodal-videos{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.trend-multimodal-videos a{border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);min-width:0;color:inherit;grid-template-columns:auto minmax(0,1fr);gap:1px 7px;padding:6px 8px;text-decoration:none;display:grid}.trend-multimodal-videos a>span{color:var(--st-accent);text-transform:uppercase;grid-row:1/span 2;align-self:center;font-size:12px;font-weight:900}.trend-multimodal-videos strong,.trend-multimodal-videos small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.trend-multimodal-videos strong{color:var(--st-ink);font-size:12px}.trend-multimodal-videos small{color:var(--st-text-subtle);font-size:12px}.trend-search-basis dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 18px;margin:9px 0;display:grid}.trend-search-basis dl>div{min-width:0}.trend-search-basis dt{color:var(--st-text-secondary);margin-bottom:2px;font-size:12px;font-weight:800}.trend-search-basis dd{color:var(--st-ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:700;overflow:hidden}.trend-search-facets{flex-wrap:wrap;gap:5px;display:flex}.trend-search-facets span{border:1px solid var(--st-accent-border);background:var(--st-surface-muted);color:var(--st-accent)}.trend-creator-queries{border-top:1px solid var(--st-border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.trend-creator-section-label{color:var(--st-text-secondary);letter-spacing:.05em;text-transform:uppercase;margin:1px 0 -5px;font-size:12px;font-weight:850}.trend-creator-queries>div{border-bottom:1px solid var(--st-border);gap:2px;min-width:0;padding:8px 10px 8px 0;display:grid}.trend-creator-queries>div:nth-child(odd){border-right:1px solid var(--st-border)}.trend-creator-queries>div:nth-child(2n){padding-left:10px}.trend-creator-queries strong,.trend-creator-queries small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.trend-creator-queries strong{color:var(--st-accent);font-size:12px}.trend-creator-queries small{color:var(--st-text-subtle);font-size:12px}.trend-search-legacy-note{border:1px dashed var(--st-border);color:#766523;padding:10px 12px;font-size:12px}.trend-creator-empty{border:1px dashed var(--st-border);color:var(--st-text-secondary);border-radius:6px;padding:14px;font-size:14px}.trend-creator-candidates{gap:10px;display:grid}.trend-creator-card{border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);border-radius:7px;padding:12px}.trend-creator-card>header{grid-template-columns:auto 38px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.trend-creator-rank{color:var(--st-accent);font-size:14px;font-weight:900}.trend-creator-card>header img,.trend-creator-avatar-placeholder{border-radius:50%;width:38px;height:38px}.trend-creator-card>header img{object-fit:cover}.trend-creator-avatar-placeholder{background:var(--st-accent-soft);color:var(--st-accent);place-items:center;font-weight:900;display:grid}.trend-creator-card>header strong,.trend-creator-card>header a{display:block}.trend-creator-card>header strong{color:var(--st-ink);font-size:12px}.trend-creator-name{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.owned-account-badge{border:1px solid var(--st-accent-border);background:var(--st-surface-muted);width:fit-content;color:var(--st-accent);white-space:nowrap;border-radius:99px;align-items:center;padding:2px 6px;font-size:12px;font-weight:900;line-height:1.15;display:inline-flex}.trend-evidence-list small .owned-account-badge,.trend-hot-seed-content small .owned-account-badge{margin-left:5px}.trend-creator-platform{letter-spacing:.04em;text-transform:uppercase;border-radius:3px;width:fit-content;margin-bottom:2px;padding:2px 5px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.trend-creator-platform-tiktok{background:var(--st-ink);color:var(--st-surface-muted)}.trend-creator-platform-instagram{color:#7a3655;background:#efe2e8}.trend-creator-platform-youtube{color:#8b2525;background:#f6dddd}.trend-creator-card>header a{color:var(--st-text-secondary);font-size:12px;text-decoration:none}.trend-creator-match{background:var(--st-accent-soft);color:var(--st-accent)}.trend-creator-scores{color:var(--st-text-secondary);flex-wrap:wrap;align-items:center;gap:7px 14px;margin:10px 0 8px 56px;font-size:12px;display:flex}.trend-creator-scores>.help-hint{margin-left:auto}.trend-creator-evidence article>div>span{align-items:center;gap:5px;display:inline-flex}.trend-creator-scores strong{color:var(--st-ink);font-variant-numeric:tabular-nums;margin-right:3px;font-size:12px}.trend-creator-safe{color:var(--st-accent);margin:0 0 9px 56px;font-size:12px}.trend-creator-risks{margin:0 0 9px 56px}.trend-creator-risk-review_required{background:var(--st-warning-soft);color:var(--st-warning)}.trend-creator-risk-blocked{color:var(--st-danger);background:#f6d6cf}.trend-creator-evidence{gap:7px;margin-left:56px;display:grid}.trend-creator-evidence>article{border-top:1px solid var(--st-border);grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:10px;padding-top:7px;display:grid}.trend-creator-evidence img{object-fit:cover;border-radius:4px;width:58px;height:42px}.trend-creator-evidence span,.trend-creator-evidence p,.trend-creator-evidence small{display:block}.trend-creator-evidence span{color:var(--st-accent);font-size:12px;font-weight:800}.trend-creator-evidence p{color:var(--st-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:2px 0;font-size:12px;display:-webkit-box;overflow:hidden}.trend-creator-evidence small{color:var(--st-text-subtle);font-size:12px}.trend-creator-evidence-actions{align-items:center;gap:6px;display:flex}.trend-creator-evidence-actions a,.trend-creator-evidence-actions button{white-space:nowrap;border-radius:4px;padding:5px 8px;font-size:12px;font-weight:800;text-decoration:none}.trend-creator-evidence-actions a{color:var(--st-accent)}.trend-creator-evidence-actions button{border:1px solid var(--st-accent);background:var(--st-surface);min-height:28px;color:var(--st-accent);cursor:pointer}.trend-creator-evidence-actions button:disabled{border-color:var(--st-border);background:var(--st-surface-muted);color:var(--st-text-secondary);cursor:not-allowed}.trend-reach-step{color:var(--st-text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.trend-reach-gate{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);align-items:center;gap:24px;padding:16px 18px}.trend-reach-decision{gap:4px;display:grid}.trend-reach-decision>strong{color:var(--st-ink);align-items:center;gap:6px;font-size:17px;display:inline-flex}.trend-reach-decision>p{color:var(--st-text-secondary);margin:0;font-size:14px;line-height:1.55}.trend-reach-tiers>div{border-left:1px solid var(--st-border);gap:3px;padding-left:12px}.trend-reach-tiers>div:first-child{border-left:0;padding-left:0}.trend-reach-tiers>div>span{color:var(--st-text-subtle);font-size:12px;font-weight:700}.trend-reach-tiers>div>strong{color:var(--st-ink);font-variant-numeric:tabular-nums;font-size:14px}.trend-creator-results{gap:12px;display:grid}.trend-creator-results-heading{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:end;gap:20px;padding-bottom:8px;display:flex}.trend-creator-results-heading h4,.trend-query-details h4{color:var(--st-ink);margin:3px 0 0;font-size:15px}.trend-creator-results-heading p{color:var(--st-text-secondary);margin:0;font-size:12px}.trend-creator-platform-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.trend-creator-platform-group{min-width:0}.trend-creator-platform-group>header{color:var(--st-text-secondary);justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.trend-creator-platform-group>header strong{color:var(--st-ink);font-size:12px}.trend-creator-platform-group>header span{font-size:12px}.trend-creator-card{padding:11px}.trend-creator-card>header{grid-template-columns:auto 38px minmax(0,1fr) auto}.trend-creator-card>header a{margin-top:2px}.trend-creator-reason{color:var(--st-text-secondary);margin:9px 0 7px 56px;font-size:12px;line-height:1.5}.trend-creator-facts{color:var(--st-text-secondary);flex-wrap:wrap;gap:5px 12px;margin-left:56px;font-size:12px;display:flex}.trend-creator-facts span+span{padding-left:12px;position:relative}.trend-creator-facts span+span:before{background:var(--st-border);content:"";border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.trend-creator-risks{color:#725112;margin:9px 0 0 56px;font-size:12px}.trend-creator-risks>strong{font-size:12px}.trend-creator-references,.trend-creator-score-details{border-top:1px solid var(--st-border);margin-left:56px}.trend-creator-references{margin-top:10px}.trend-creator-references>summary,.trend-creator-score-details>summary,.trend-discovery-details>summary{width:fit-content;color:var(--st-accent);cursor:pointer;padding:7px 0;font-size:12px;font-weight:850;list-style-position:outside}.trend-creator-evidence{margin:0;padding-bottom:4px}.trend-creator-evidence>article{grid-template-columns:52px minmax(0,1fr)}.trend-creator-evidence img{width:52px;height:40px}.trend-creator-evidence-actions{grid-column:1/-1;justify-content:flex-end}.trend-creator-score-details{margin-top:2px}.trend-creator-score-details>div{color:var(--st-text-secondary);flex-wrap:wrap;gap:6px 14px;padding:0 0 8px;font-size:12px;display:flex}.trend-platform-empty{border:1px dashed var(--st-border);color:var(--st-text-secondary);text-align:center;margin:0;padding:18px;font-size:12px}.trend-discovery-details{border-top:1px solid var(--st-border)}.trend-discovery-details>summary{padding:9px 0 0}.trend-discovery-details-body{gap:14px;padding-top:8px;display:grid}.trend-query-details{gap:6px;display:grid}.trend-content-links{gap:7px;margin-top:9px;display:grid}.trend-content-links a{border:1px solid var(--st-border);background:var(--st-surface);color:var(--st-accent);border-radius:5px;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;padding:8px 10px;text-decoration:none;display:grid}.trend-content-links a:hover{border-color:var(--st-accent-border);background:var(--st-surface-muted)}.trend-content-links a>span:first-child{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.trend-content-links a>span:last-child{grid-area:1/2/span 2;align-self:center}.trend-content-links small{color:var(--st-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.trend-queue-item-footer{border-top:1px solid var(--st-border);background:var(--st-surface-muted);color:var(--st-text-secondary);flex-wrap:wrap;align-items:center;gap:14px;padding:9px 54px 12px;font-size:12px;display:flex}.trend-queue-item-footer a{color:var(--st-accent);margin-left:auto;font-weight:800;text-decoration:none}.trend-browser{background:var(--st-surface-muted);border:1px solid #ccd7dc;border-radius:8px;overflow:hidden}.trend-browser-heading{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:flex-end;gap:24px;padding:18px 20px 15px;display:flex}.trend-browser-heading h2{margin:3px 0 0;font-size:20px}.trend-browser-heading p{max-width:720px;color:var(--st-text-secondary);margin:6px 0 0;font-size:14px}.trend-browser-heading-actions{justify-content:flex-end;align-items:center;gap:18px;display:flex}.trend-unified-sync{color:var(--st-text-secondary);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;font-size:12px;display:flex}.trend-unified-sync .trend-sync-button{min-width:154px;min-height:36px;margin-left:4px}.trend-unified-alert{margin:12px 16px}.trend-browser-summary{color:var(--st-text-secondary);align-items:baseline;gap:6px;display:flex}.trend-browser-summary strong{color:var(--st-ink);font-variant-numeric:tabular-nums;font-size:24px;line-height:1}.trend-browser-summary span{font-size:12px}.trend-table-shell{width:100%;overflow-x:auto}.trend-table{border-collapse:separate;border-spacing:0;width:100%;min-width:540px;color:var(--st-ink);table-layout:fixed;font-size:12px}.trend-table th{z-index:1;background:var(--st-surface-muted);color:var(--st-text-secondary);letter-spacing:.03em;text-align:left;white-space:nowrap;border-bottom:1px solid #cbd6db;padding:10px 12px;font-size:14px;font-weight:800;position:sticky;top:0}.trend-col-title{width:230px}.trend-col-status,.trend-col-priority{width:105px}.trend-col-related-apps,.trend-col-tags{width:125px}.trend-col-date{width:95px}.trend-col-videos{width:105px}.trend-col-insight{width:250px}.trend-col-source{width:105px}.trend-table td{vertical-align:top;background:var(--st-surface-muted);overflow-wrap:anywhere;border-bottom:1px solid #e3e9ec;padding:12px}.trend-table tbody tr:last-child td{border-bottom:0}.trend-table tbody tr:hover td{background:var(--st-surface-muted)}.trend-table-row.is-expanded td{border-bottom-color:var(--st-accent-border);background:var(--st-accent-soft)}.trend-insight-cell{padding:8px 10px!important}.trend-insight-toggle{width:100%;min-height:54px;color:var(--st-ink);text-align:left;background:0 0;border:0;border-radius:4px;justify-items:start;gap:3px;padding:5px 22px 5px 6px;display:grid;position:relative}.trend-insight-toggle:hover{background:var(--st-accent-soft)}.trend-insight-toggle:disabled{color:var(--st-text-secondary);cursor:default;background:0 0}.trend-insight-toggle-archived,.trend-insight-toggle-archived:hover{background:var(--st-surface-muted);color:var(--st-text-secondary);cursor:default}.trend-insight-toggle .trend-item-state{padding:2px 6px;font-size:12px}.trend-insight-toggle strong,.trend-insight-toggle small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.trend-insight-toggle strong{font-size:14px;line-height:1.35}.trend-insight-toggle small{color:var(--st-text-secondary);font-size:12px;font-weight:600}.trend-insight-row>td,.trend-insight-row:hover>td{border-bottom:1px solid var(--st-accent-border)!important;background:var(--st-surface-muted)!important;padding:0!important}.sprouttrend-formal-cta{border-bottom:1px solid var(--st-accent-soft);background:var(--st-surface-muted);gap:12px;padding:18px 54px;display:grid}.sprouttrend-formal-cta>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sprouttrend-formal-cta h3{color:var(--st-ink);margin:3px 0 0;font-size:15px}.sprouttrend-formal-cta>header>span{color:var(--st-text-secondary);font-size:12px}.sprouttrend-formal-cta dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.sprouttrend-formal-cta dl>div{border:1px solid var(--st-accent-soft);background:var(--st-surface);border-radius:7px;min-width:0;padding:10px}.sprouttrend-formal-cta dt,.sprouttrend-formal-cta strong,.sprouttrend-formal-cta summary{color:var(--st-text-secondary);font-size:12px;font-weight:700}.sprouttrend-formal-cta dd,.sprouttrend-formal-cta p,.sprouttrend-formal-cta li{overflow-wrap:anywhere;color:var(--st-text-secondary);font-size:14px;line-height:1.55}.sprouttrend-formal-cta dd{white-space:pre-wrap;margin:4px 0 0}.sprouttrend-formal-cta ul{margin:6px 0 0;padding-left:18px}@media (max-width:640px){.sprouttrend-formal-cta{padding:16px}.sprouttrend-formal-cta>header,.sprouttrend-formal-cta dl{grid-template-columns:1fr}.sprouttrend-formal-cta>header{flex-direction:column}}.trend-insight-panel{min-width:0}.trend-insight-heading{border-bottom:1px solid var(--st-border);background:var(--st-accent-soft);justify-content:space-between;align-items:flex-start;gap:24px;padding:16px 54px 14px;display:flex}.trend-insight-heading h3{max-width:920px;color:var(--st-ink);margin:5px 0 0;font-size:14px;line-height:1.45}.trend-insight-meta{color:var(--st-text-secondary);white-space:nowrap;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;font-size:12px;display:flex}.trend-title-layout{grid-template-columns:26px minmax(0,1fr);gap:9px;display:grid}.trend-title-layout>:last-child{min-width:0}.trend-title-cell strong{color:var(--st-ink);font-size:14px;font-weight:800;line-height:1.4;display:block}.trend-title-cell small{color:var(--st-text-subtle);margin-top:4px;font-size:12px;line-height:1.4;display:block}.trend-row-management{align-items:center;gap:6px;margin-top:7px;display:flex}.trend-delete-button{color:#9b3828;min-height:28px;box-shadow:none;background:#fff8f6;border:1px solid #d6a49a;border-radius:5px;align-items:center;gap:5px;padding:5px 8px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.trend-delete-button:hover:not(:disabled){border-color:var(--st-danger);background:#fff0ec}.trend-delete-button.is-restore{border-color:var(--st-accent-border);background:var(--st-surface-muted);color:var(--st-accent)}.trend-delete-button.is-restore:hover:not(:disabled){border-color:var(--st-text-secondary);background:var(--st-accent-soft)}.trend-delete-button:disabled{cursor:not-allowed;opacity:.55}.trend-row-number{color:#8a969c;font-variant-numeric:tabular-nums;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.8}.trend-priority-chip{color:#68467e;background:#eee8f4;border-radius:4px;max-width:100%;padding:4px 7px;font-size:12px;font-weight:800;line-height:1.35;display:inline-flex}.trend-tag-list{flex-wrap:wrap;gap:4px;display:flex}.trend-tag{border:1px solid var(--st-border);background:var(--st-canvas);color:var(--st-text-secondary);border-radius:4px;padding:3px 6px;font-size:12px;font-weight:700;line-height:1.35;display:inline-flex}.trend-tag-app{background:var(--st-warning-soft);color:#8a5716;border-color:#efd7b4}.trend-tag-feedback{color:#365d82;background:#eff5fb;border-color:#cfdbea}.trend-empty-value{color:#9ba5aa}.trend-date-cell{color:var(--st-text-secondary);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px;line-height:1.45}.trend-video-links{justify-items:start;gap:4px;display:grid}.trend-video-links a,.trend-external-link{color:var(--st-accent);font-weight:800;text-decoration:none}.trend-video-links a:hover,.trend-external-link:hover{text-decoration:underline}.trend-external-link{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.trend-table-state{height:220px;color:var(--st-text-secondary);text-align:center;font-size:14px}.trend-table-loading-mark{background:var(--st-accent);border-radius:50%;width:9px;height:9px;margin-right:8px;animation:.9s ease-in-out infinite alternate trend-loading-pulse;display:inline-block}@keyframes trend-loading-pulse{to{opacity:.35;transform:scale(.55)}}.trend-top-tabs{border:1px solid var(--st-border);background:var(--st-accent-soft);border-radius:8px;margin:0 0 14px;padding:3px;display:inline-flex;overflow:hidden}.trend-top-tabs button{min-height:34px;color:var(--st-text-secondary);box-shadow:none;background:0 0;border:0;border-radius:5px;align-items:center;gap:7px;padding:7px 14px;font-size:12px;font-weight:850;display:inline-flex}.trend-top-tabs button:hover{background:var(--st-border);transform:none}.trend-top-tabs button.is-active{background:var(--st-surface);color:var(--st-accent);box-shadow:0 1px 2px #1720261a}.trend-top-tabs span{background:var(--st-accent-soft);color:var(--st-accent);border-radius:99px;padding:1px 6px;font-size:12px}.trend-inbox{gap:14px;display:grid}.trend-flow-steps{align-items:center;gap:0;margin:0;padding:0;list-style:none;display:flex}.trend-flow-steps li{border-bottom:2px solid var(--st-border);color:var(--st-text-subtle);flex:1 1 0;align-items:center;gap:8px;padding:8px 0 10px;display:flex}.trend-flow-steps li.is-current{border-color:var(--st-accent);color:var(--st-ink)}.trend-flow-steps li>span{border:1px solid;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;font-weight:850;display:grid}.trend-flow-steps strong{font-size:12px}.trend-discovery-start{border:1px solid var(--st-border);background:var(--st-surface-muted);border-radius:8px;justify-content:space-between;align-items:center;gap:24px;padding:18px 20px;display:flex}.trend-discovery-start h2,.trend-candidate-heading h2{color:var(--st-ink);margin:3px 0 0;font-size:18px}.trend-discovery-start p,.trend-candidate-heading p{color:var(--st-text-secondary);margin:5px 0 0;font-size:12px}.trend-filter-result-summary{color:var(--st-text-secondary);margin-top:6px;font-size:14px;font-weight:800;display:block}.trend-discovery-switch{border:1px solid var(--st-border);background:var(--st-surface);min-height:58px;color:var(--st-text-secondary);text-align:left;border-radius:999px;flex:0 0 min(320px,40%);justify-content:space-between;align-items:center;gap:14px;padding:8px 12px 8px 18px;transition:border-color .18s,box-shadow .18s,background .18s;display:flex;position:relative}.trend-discovery-switch:hover:not(:disabled){border-color:var(--st-border);box-shadow:0 8px 22px #5b5bd614}.trend-discovery-switch.is-on{background:var(--st-surface-muted);color:var(--st-ink);border-color:#5b5bd66b}.trend-discovery-switch:disabled{cursor:not-allowed;opacity:.62}.trend-discovery-switch-copy{gap:3px;min-width:0;display:grid}.trend-discovery-switch-copy strong{color:var(--st-ink);font-size:14px;font-weight:900;line-height:1.2}.trend-discovery-switch-copy small{color:var(--st-text-secondary);font-size:14px;line-height:1.35}.trend-discovery-switch-track{background:var(--st-border);border-radius:999px;flex:none;width:46px;height:26px;transition:background .18s,box-shadow .18s;position:relative}.trend-discovery-switch-thumb{background:var(--st-surface);border-radius:50%;width:20px;height:20px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 2px 7px #1e203033}.trend-discovery-switch.is-on .trend-discovery-switch-track{background:var(--st-accent);box-shadow:0 0 0 3px #5b5bd61f}.trend-discovery-switch.is-on .trend-discovery-switch-thumb{transform:translate(20px)}.trend-discovery-switch em{color:var(--st-text-secondary);font-size:12px;font-style:normal;font-weight:800;position:absolute;bottom:-20px;right:16px}.trend-result-summary{border-bottom:1px solid var(--st-border);align-items:center;gap:22px;padding:2px 2px 14px;display:flex}.trend-result-summary span{color:var(--st-text-secondary);font-size:12px}.trend-result-summary strong{color:var(--st-ink);font-size:18px}.trend-result-summary small{color:var(--st-text-secondary);font-size:14px}.trend-result-summary .trend-result-label{color:var(--st-text-secondary);font-weight:850}.trend-result-summary .trend-result-status{margin-left:auto}.trend-business-funnel{align-items:center;gap:10px;display:flex}.trend-business-funnel>span{border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);border-radius:6px;gap:1px;min-width:96px;padding:7px 10px;display:grid}.trend-business-funnel>span small{color:var(--st-text-secondary);font-size:12px;font-weight:800}.trend-business-funnel>span strong{color:var(--st-ink);font-size:19px;line-height:1.2}.trend-business-funnel>i{color:var(--st-border);font-size:14px;font-style:normal;font-weight:800}.trend-hot-seeds{background:#fffdf8;border:1px solid #e2d5b7;border-radius:8px;gap:10px;padding:14px 16px;display:grid}.trend-hot-seeds-heading,.trend-hot-seed-list article,.trend-hot-seed-actions{align-items:center;display:flex}.trend-hot-seeds-heading{justify-content:space-between;gap:20px}.trend-hot-seeds-heading h2{color:#3d3425;margin:2px 0 0;font-size:15px}.trend-hot-seeds-heading p{color:#746951;margin:4px 0 0;font-size:14px}.trend-hot-seeds-heading>span{color:#755c22;border:1px solid #d8c49b;border-radius:4px;flex:none;padding:4px 7px;font-size:12px;font-weight:850}.trend-hot-seed-list{border-top:1px solid #eadfc8;gap:0;display:grid}.trend-hot-seed-list article{border-bottom:1px solid #eee5d3;justify-content:space-between;gap:18px;min-width:0;padding:10px 0}.trend-hot-seed-list article:last-child{border-bottom:0;padding-bottom:0}.trend-hot-seed-content{gap:4px;min-width:0;display:grid}.trend-hot-seed-content strong{color:var(--st-ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;overflow:hidden}.trend-hot-seed-content small{color:#746951;font-size:12px}.trend-hot-seed-content .trend-hot-seed-reason{color:var(--st-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-weight:750;overflow:hidden}.trend-hot-seed-actions{flex:none;gap:10px}.trend-hot-seed-actions a{color:#6f5925;font-size:12px;font-weight:800;text-decoration:none}.trend-hot-seed-actions button{min-height:32px;padding:7px 10px;font-size:14px}.trend-settings{border-bottom:1px solid var(--st-border);padding-bottom:12px}.trend-settings>summary,.trend-run-history>summary{color:var(--st-text-secondary);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-size:12px;font-weight:800;display:flex}.trend-settings>summary small{color:var(--st-text-subtle);font-size:12px;font-weight:600}.trend-settings-grid{grid-template-columns:repeat(5,minmax(120px,1fr)) auto;align-items:end;gap:10px;padding-top:12px;display:grid}.trend-settings-grid label{min-width:0;color:var(--st-text-secondary);gap:5px;font-size:12px;font-weight:800;display:grid}.trend-settings-grid select,.trend-candidate-tools input,.trend-batch-picker select{border:1px solid var(--st-border);background:var(--st-surface);width:100%;min-height:36px;color:var(--st-ink);font:inherit;border-radius:4px;padding:8px 10px;font-size:12px}.trend-settings-grid select:focus,.trend-candidate-tools input:focus,.trend-batch-picker select:focus{outline:2px solid var(--st-accent);outline-offset:1px}.trend-candidate-heading{justify-content:space-between;align-items:end;gap:20px;padding-top:4px;display:flex}.trend-candidate-tools{align-items:end;gap:8px;display:flex}.trend-candidate-tools input{width:min(280px,42vw)}.trend-batch-picker{min-width:180px;color:var(--st-text-secondary);gap:5px;font-size:12px;font-weight:800;display:grid}.trend-search-progress{background:#5b5bd624;border-radius:999px;height:6px;overflow:hidden}.trend-search-progress span{border-radius:inherit;background:var(--st-accent);height:100%;transition:width .3s;display:block}.trend-search-progress.is-automatic span{min-width:0;position:relative;overflow:hidden}.trend-search-progress.is-automatic span:after{content:"";background:linear-gradient(90deg,#0000,#ffffffa6,#0000);width:45%;animation:1.4s ease-in-out infinite trend-auto-progress;position:absolute;inset:0}@keyframes trend-auto-progress{0%{transform:translate(-120%)}to{transform:translate(260%)}}.trend-search-progress-panel{border:1px solid var(--st-border);background:var(--st-surface-muted);border-radius:7px;gap:8px;padding:12px;display:grid}.trend-search-progress-summary,.trend-search-live-metrics{justify-content:space-between;align-items:center;gap:12px;display:flex}.trend-search-progress-summary strong{color:var(--st-ink);font-size:12px}.trend-search-progress-summary span,.trend-search-live-metrics span{color:var(--st-text-secondary);font-size:14px}.trend-search-live-metrics{flex-wrap:wrap;justify-content:flex-start}.trend-search-live-metrics strong{color:var(--st-ink)}.trend-auto-progress-note{color:var(--st-text-secondary);margin:0;font-size:14px}.trend-search-complete-note{border-left:3px solid var(--st-accent);background:var(--st-accent-soft);color:var(--st-text-secondary);padding:9px 11px;font-size:12px}.trend-inbox-table{min-width:920px}.trend-inbox-table th:first-child{width:30%}.trend-inbox-table th:nth-child(2){width:22%}.trend-inbox-table th:nth-child(3),.trend-inbox-table th:nth-child(4){width:14%}.trend-inbox-table th:nth-child(5){width:20%}.trend-inbox-table .trend-title-cell{grid-template-columns:minmax(0,1fr)}.trend-row-actions{justify-items:start;gap:6px;display:grid}.trend-row-actions>button:first-child{width:100%}.trend-row-actions .trend-insight-toggle{width:auto;min-height:0;color:var(--st-accent);padding:1px 0;font-size:12px;font-weight:800;display:block}.trend-row-actions .trend-insight-toggle:hover{text-underline-offset:3px;background:0 0;text-decoration:underline}.trend-row-actions .trend-inbox-status{justify-self:start}.trend-reach-mini{color:var(--st-text-secondary);gap:3px;font-size:12px;display:grid}.trend-reach-mini strong{color:var(--st-ink);font-size:14px}.trend-reach-mini .trend-low-reach-note{background:var(--st-warning-soft);width:fit-content;color:var(--st-warning);border-radius:4px;padding:3px 5px;font-weight:850}.trend-product-match,.trend-mechanism-cell{gap:4px;min-width:150px;display:grid}.trend-product-match strong,.trend-mechanism-cell strong{color:var(--st-ink);font-size:12px;line-height:1.35}.trend-product-match small,.trend-mechanism-cell small{color:var(--st-text-secondary);margin-top:4px;font-size:12px;line-height:1.45;display:block}.trend-inbox-status,.trend-inbox-confidence{border-radius:4px;padding:4px 7px;font-size:12px;font-weight:850;line-height:1.35;display:inline-flex}.trend-inbox-confidence{color:#425862;background:#eef4f7}.trend-inbox-status-need_more_samples,.trend-inbox-status-analyzing{background:var(--st-warning-soft);color:var(--st-warning)}.trend-inbox-status-reach_disqualified,.trend-inbox-status-ignored{background:var(--st-surface-muted);color:var(--st-text-secondary)}.trend-inbox-status-pending_analysis,.trend-inbox-status-pending_review{color:#255b8d;background:#dfeaf7}.trend-inbox-status-promoted{background:var(--st-accent-soft);color:var(--st-accent)}.trend-cluster-detail{background:var(--st-surface-muted);grid-template-columns:1.1fr 1fr .9fr;gap:0;display:grid}.trend-cluster-detail section{border-right:1px solid var(--st-border);min-width:0;padding:18px 20px}.trend-cluster-detail section:last-child{border-right:0}.trend-cluster-detail h3{color:var(--st-ink);margin:0 0 10px;font-size:14px}.trend-discussion-entry{align-content:start;gap:10px;display:grid}.trend-discussion-entry p,.trend-discussion-entry small{color:var(--st-text-secondary);margin:0;font-size:14px;line-height:1.5}.trend-discussion-entry button{justify-self:start}.trend-discuss-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1e20306b;justify-content:flex-end;display:flex;position:fixed;inset:0;overflow:hidden}.trend-discuss-panel{overscroll-behavior:contain;scrollbar-gutter:stable;background:var(--st-surface);flex-direction:column;width:min(720px,96vw);height:100dvh;max-height:100dvh;display:flex;overflow:hidden auto;box-shadow:-18px 0 48px #1e203033}.trend-discuss-header{z-index:4;border-bottom:1px solid var(--st-border);background:var(--st-surface-muted);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px 18px;display:flex;position:sticky;top:0}.trend-discuss-header h2{color:var(--st-ink);margin:4px 0 3px;font-size:24px;line-height:1.3}.trend-discuss-header p{color:var(--st-text-secondary);margin:0;font-size:14px;line-height:1.5}.trend-discuss-close{border:1px solid var(--st-accent-soft);background:var(--st-surface);width:44px;min-width:44px;height:44px;color:var(--st-text-secondary);box-shadow:none;border-radius:50%;place-items:center;padding:0;font-size:22px;line-height:1;display:grid}.trend-discuss-meta{flex-wrap:wrap;gap:7px;padding:12px 24px 0;display:flex}.trend-discuss-meta span{background:var(--st-surface-muted);color:var(--st-text-secondary);border-radius:99px;padding:5px 9px;font-size:12px;font-weight:800}.trend-discuss-reach-note,.trend-discuss-stale,.trend-discuss-state{background:var(--st-warning-soft);color:#78591d;border:1px solid #ead7aa;border-radius:7px;margin:12px 24px 0;padding:10px 12px;font-size:14px;line-height:1.45}.trend-discuss-stale{justify-content:space-between;align-items:center;gap:12px;display:flex}.trend-discuss-stale p{margin:0}.trend-discuss-messages{flex:none;align-content:start;gap:14px;min-height:180px;padding:18px 24px;display:grid;overflow:visible}.trend-discuss-message-end{width:100%;height:1px}.trend-discuss-empty{border:1px dashed var(--st-accent-soft);background:var(--st-surface);text-align:center;border-radius:10px;gap:8px;padding:18px;display:grid}.trend-discuss-empty p{color:var(--st-text-secondary);margin:0;font-size:12px}.trend-discuss-empty>div{gap:7px;margin-top:4px;display:grid}.trend-discuss-empty button{border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);color:var(--st-accent);box-shadow:none;font-size:14px}.trend-discuss-message{border:1px solid var(--st-accent-soft);background:var(--st-surface);border-radius:10px;gap:7px;max-width:92%;padding:12px 14px;display:grid}.trend-discuss-message.is-user{border-color:var(--st-accent-soft);background:var(--st-accent-soft);justify-self:end}.trend-discuss-message small{color:var(--st-text-secondary);font-size:12px;font-weight:800}.trend-discuss-message p{color:var(--st-ink);white-space:pre-wrap;margin:0;font-size:15px;line-height:1.6}.agent-markdown{min-width:0;max-width:100%;color:var(--st-ink);overflow-wrap:anywhere;font-size:15px;line-height:1.6}.agent-markdown>:first-child{margin-top:0}.agent-markdown>:last-child{margin-bottom:0}.trend-discuss-message .agent-markdown p{white-space:normal;margin:0 0 8px}.agent-markdown h1,.agent-markdown h2,.agent-markdown h3,.agent-markdown h4,.agent-markdown h5,.agent-markdown h6{color:var(--st-ink);margin:12px 0 6px;font-weight:800;line-height:1.35}.agent-markdown h1,.agent-markdown h2{font-size:15px}.agent-markdown h3,.agent-markdown h4{font-size:14px}.agent-markdown h5,.agent-markdown h6{font-size:12px}.agent-markdown ul,.agent-markdown ol{gap:4px;margin:6px 0 9px;padding-left:20px;display:grid}.agent-markdown li>ul,.agent-markdown li>ol{margin:4px 0 0}.agent-markdown blockquote{border-left:3px solid var(--st-accent-border);color:var(--st-text-secondary);margin:8px 0;padding:3px 0 3px 10px}.agent-markdown blockquote>:last-child{margin-bottom:0}.agent-markdown hr{border:0;border-top:1px solid var(--st-border);margin:10px 0}.agent-markdown a{color:var(--st-accent);text-underline-offset:2px;font-weight:700;text-decoration:underline}.agent-markdown code{background:var(--st-accent-soft);color:var(--st-ink);overflow-wrap:anywhere;border-radius:4px;padding:1px 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em}.agent-markdown pre{border:1px solid var(--st-border);background:var(--st-surface-muted);border-radius:7px;max-width:100%;margin:8px 0;padding:9px 10px;overflow-x:auto}.agent-markdown pre code{overflow-wrap:normal;white-space:pre;background:0 0;border-radius:0;width:max-content;min-width:100%;padding:0;display:block}.agent-markdown-table-scroll{min-width:0;max-width:100%;margin:8px 0;overflow-x:auto}.agent-markdown table{border-collapse:collapse;width:max-content;min-width:100%;font-size:14px}.agent-markdown th,.agent-markdown td{border:1px solid var(--st-accent-soft);text-align:left;vertical-align:top;padding:5px 7px}.agent-markdown th{background:var(--st-accent-soft);color:var(--st-ink)}.agent-markdown input[type=checkbox]{accent-color:var(--st-accent);margin:0 5px 0 0}.agent-markdown-unsafe-link,.agent-markdown-image-alt{color:var(--st-text-secondary)}.agent-markdown-image-link:before{content:"↗ "}.agent-markdown.is-compact{color:inherit;font-size:inherit;line-height:inherit}.trend-discuss-message .agent-markdown.is-compact p{margin:0}.trend-discuss-message section{border-top:1px solid var(--st-border);padding-top:8px}.trend-discuss-message section strong{color:var(--st-text-secondary);font-size:14px}.trend-discuss-message ul{color:var(--st-text-secondary);gap:4px;margin:6px 0 0;padding-left:18px;font-size:14px;line-height:1.45;display:grid}.trend-discuss-message .trend-discuss-cta-brief{border:1px solid var(--st-accent-border);background:var(--st-surface-muted);border-radius:8px;gap:7px;padding:10px;display:grid}.trend-discuss-cta-brief>small{font-weight:500;line-height:1.45}.trend-discuss-cta-brief dl{grid-template-columns:minmax(90px,auto) minmax(0,1fr);gap:4px 10px;margin:0;font-size:14px;line-height:1.45;display:grid}.trend-discuss-cta-brief dt{color:var(--st-text-secondary);font-weight:700}.trend-discuss-cta-brief dd{overflow-wrap:anywhere;min-width:0;color:var(--st-ink);margin:0}.trend-discuss-cta-brief ol{color:var(--st-ink);gap:5px;margin:0;padding-left:20px;font-size:14px;line-height:1.5;display:grid}.trend-discuss-cta-draft{white-space:normal;justify-self:start}.trend-discuss-message em{color:var(--st-danger);font-size:14px}.trend-discuss-final-cta{border:1px solid var(--st-accent-border);background:var(--st-surface);color:var(--st-text-secondary);justify-self:start;font-size:14px}.trend-discuss-final-cta.is-selected{border-color:var(--st-accent);background:var(--st-accent-soft);color:var(--st-accent)}.trend-discuss-composer{z-index:4;border-top:1px solid var(--st-border);background:var(--st-surface);flex:none;gap:10px;padding:14px 24px 18px;display:grid;position:sticky;bottom:0}.trend-discuss-composer textarea{resize:vertical;width:100%}.trend-discuss-composer>div{justify-content:flex-end;gap:8px;display:flex}.trend-discuss-composer>.trend-discuss-cta-tool{border:1px solid var(--st-accent-border);background:var(--st-surface-muted);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 12px}.trend-discuss-cta-copy{flex:260px;gap:2px;min-width:0;display:grid}.trend-discuss-cta-copy strong{color:var(--st-ink);font-size:12px}.trend-discuss-cta-copy small{color:var(--st-text-secondary);font-size:12px;line-height:1.45}.trend-discuss-cta-tool button{white-space:nowrap;flex:none;align-items:center;gap:6px;display:inline-flex}@media (max-width:560px){.trend-discuss-cta-brief dl{grid-template-columns:1fr}.trend-discuss-cta-brief dd+dt{margin-top:3px}.trend-discuss-composer>.trend-discuss-cta-tool{flex-direction:column;align-items:stretch}.trend-discuss-cta-copy{flex-basis:auto}.trend-discuss-cta-tool button{justify-content:center;width:100%}}.trend-discuss-completed{justify-content:space-between;align-items:center;display:flex}.trend-discuss-completed p{color:var(--st-text-secondary);margin:0;font-size:12px}.trend-secondary-actions{align-content:start;gap:12px;display:grid}.trend-secondary-actions>button{justify-self:start}.trend-run-history{border-top:1px solid var(--st-border);padding-top:10px}.trend-run-history[open]>summary{margin-bottom:8px}.trend-evidence-list,.trend-run-log{gap:8px;display:grid}.trend-evidence-list article,.trend-run-log div{border:1px solid var(--st-border);background:var(--st-surface);border-radius:6px;gap:4px;padding:10px;display:grid}.trend-evidence-list strong,.trend-run-log strong{color:var(--st-ink);font-size:12px;line-height:1.35}.trend-evidence-list small,.trend-run-log span,.trend-run-log small,.trend-viral-analysis p{color:var(--st-text-secondary);font-size:14px;line-height:1.45}.trend-evidence-list a{color:var(--st-accent);font-size:14px;font-weight:850;text-decoration:none}.trend-reference-samples{border-top:1px solid var(--st-border);margin-top:10px;padding-top:9px}.trend-reference-samples>summary{cursor:pointer;color:var(--st-text-secondary);font-size:14px;font-weight:800}.trend-reference-samples[open]>summary{margin-bottom:8px}.trend-owned-videos,.trend-hot-seed-owned,.trend-owned-hot-seeds{border-top:1px solid var(--st-border);margin-top:10px;padding-top:9px}.trend-owned-videos>summary,.trend-hot-seed-owned>summary,.trend-owned-hot-seeds>summary{cursor:pointer;color:var(--st-text-secondary);font-size:14px;font-weight:800}.trend-owned-videos[open]>summary,.trend-hot-seed-owned[open]>summary,.trend-owned-hot-seeds[open]>summary{margin-bottom:8px}.trend-owned-videos>summary span,.trend-hot-seed-owned>summary span,.trend-owned-hot-seeds>summary span{flex-wrap:wrap;align-items:baseline;gap:4px;display:inline-flex}.trend-owned-videos>summary strong,.trend-hot-seed-owned>summary strong,.trend-owned-hot-seeds>summary strong{font-size:14px}.trend-owned-videos>summary small,.trend-hot-seed-owned>summary small,.trend-owned-hot-seeds>summary small{color:var(--st-border);font-size:12px}.trend-owned-video-list{gap:8px;display:grid}.trend-owned-hot-seed-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px;display:grid}.trend-owned-hot-seed-list>article{border:1px solid var(--st-border);background:var(--st-surface);border-radius:6px;align-content:start;gap:10px;padding:10px;display:grid}.trend-owned-hot-seed-copy{gap:4px;display:grid}.trend-owned-hot-seed-copy>span{color:var(--st-text-secondary);flex-wrap:wrap;align-items:center;gap:5px;font-size:12px;display:flex}.trend-owned-hot-seed-copy>strong{color:var(--st-ink);font-size:12px;line-height:1.4}.trend-owned-hot-seed-copy>small{color:var(--st-text-secondary);font-size:14px}.trend-owned-hot-seed-list .trend-evidence-actions a{color:var(--st-accent);font-size:14px;font-weight:850;text-decoration:none}.trend-low-evidence-warning{background:var(--st-warning-soft);color:#77591e;border-left:3px solid #cf9a32;margin:0 0 9px;padding:8px 10px;font-size:14px;line-height:1.5}.trend-evidence-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.trend-inline-action{color:var(--st-text-secondary);text-underline-offset:3px;background:0 0;border:0;min-height:auto;padding:0;font-size:14px;text-decoration:underline}.trend-inline-action:hover:not(:disabled){color:var(--st-accent)}.trend-viral-analysis,.trend-product-detail{gap:10px;display:grid}.trend-product-detail>strong{color:var(--st-ink);font-size:12px;line-height:1.45}.trend-product-detail ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.trend-product-detail li{border-bottom:1px solid var(--st-accent-soft);grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;padding-bottom:6px;display:grid}.trend-product-detail li span,.trend-product-detail li strong{color:var(--st-ink);font-size:14px}.trend-product-detail li small{color:var(--st-text-secondary);grid-column:1/-1;font-size:12px;line-height:1.4}.trend-gap-options{gap:6px;display:grid}.trend-gap-options span{border-left:3px solid var(--st-accent-border);background:var(--st-surface);color:var(--st-ink);padding:7px 9px;font-size:14px;font-weight:750}.trend-viral-analysis ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.trend-viral-analysis li{border-left:3px solid var(--st-accent-border);background:var(--st-surface);gap:3px;padding:8px 10px;display:grid}.trend-viral-analysis li strong{color:var(--st-ink);font-size:12px}.trend-viral-analysis li span{color:var(--st-text-secondary);font-size:14px;line-height:1.5}@media (min-width:761px) and (max-width:1180px){.trend-settings-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1024px){.app-shell.trend-page{width:min(100% - 20px,1480px);padding-top:18px}.trend-page-toolbar,.trend-content-queue-heading,.trend-queue-status-row,.trend-browser-heading{flex-direction:column;align-items:flex-start}.trend-page-toolbar .toolbar-actions{width:100%}.trend-page-toolbar .toolbar-actions button{flex:auto}.trend-top-tabs{width:100%;display:flex}.trend-top-tabs button{flex:1 1 0;justify-content:center}.trend-settings-grid,.trend-cluster-detail{grid-template-columns:1fr}.trend-discovery-start,.trend-candidate-heading{flex-direction:column;align-items:stretch}.trend-discovery-switch,.trend-candidate-tools{width:100%}.trend-batch-picker{width:100%;min-width:0}.trend-candidate-tools input{flex:auto;width:auto;min-width:0}.trend-candidate-tools button{white-space:nowrap;flex:0 0 64px}.trend-result-summary{flex-wrap:wrap;gap:8px 16px}.trend-result-summary .trend-result-status{width:100%;margin-left:0}.trend-hot-seeds-heading,.trend-hot-seed-list article{flex-direction:column;align-items:stretch;gap:9px}.trend-hot-seeds-heading>span{align-self:flex-start}.trend-hot-seed-content strong{white-space:normal}.trend-hot-seed-actions{justify-content:space-between}.trend-settings>summary{align-items:flex-start}.trend-settings>summary small{text-align:right}.trend-table-shell:has(.trend-inbox-table){overflow-x:visible}.trend-inbox-table{min-width:0;display:block}.trend-inbox-table thead{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.trend-inbox-table tbody{gap:10px;display:grid}.trend-inbox-table .trend-table-row{border:1px solid var(--st-border);background:var(--st-surface);border-radius:8px;display:grid;overflow:hidden}.trend-inbox-table .trend-table-row>td{border-bottom:1px solid var(--st-border);text-align:left;grid-template-columns:88px minmax(0,1fr);align-items:start;gap:10px;width:100%;padding:10px 12px;display:grid}.trend-inbox-table .trend-table-row>td:last-child{border-bottom:0}.trend-inbox-table .trend-table-row>td:before{color:var(--st-text-subtle);content:attr(data-label);letter-spacing:.02em;font-size:12px;font-weight:800}.trend-inbox-table .trend-title-cell{grid-template-columns:88px minmax(0,1fr)}.trend-inbox-table .trend-product-match,.trend-inbox-table .trend-mechanism-cell{min-width:0}.trend-inbox-table .trend-insight-toggle{justify-self:stretch;width:100%}.trend-inbox-table .trend-insight-row{border:1px solid var(--st-border);border-top:0;border-radius:0 0 8px 8px;margin-top:-10px;display:block;overflow:hidden}.trend-inbox-table .trend-insight-row>.trend-detail-cell{width:100%;padding:0;display:block}.trend-cluster-detail section{border-right:0;border-bottom:1px solid var(--st-border)}.trend-recency-summary{flex-wrap:wrap}.trend-recency-summary small{width:100%;margin-left:0}.trend-history-toggle{grid-template-columns:22px minmax(0,1fr)}.trend-history-toggle small{grid-column:2;justify-self:start}.trend-browser-heading{gap:12px}.trend-browser-heading-actions{flex-direction:column;align-items:flex-start;gap:10px;width:100%}.trend-unified-sync{justify-content:flex-start;width:100%}.trend-unified-sync .trend-sync-button{flex:100%;width:100%;margin-left:0}.trend-sync-button{width:100%}.trend-queue-item summary{grid-template-columns:24px minmax(0,1fr) auto 18px}.trend-queue-link-count{display:none}.trend-queue-item-body{grid-template-columns:1fr;padding:16px 20px}.trend-insight-heading{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 20px}.trend-insight-row>td{position:relative}.trend-insight-panel{width:calc(100vw - 40px);max-width:calc(100vw - 40px);position:sticky;left:0}.trend-insight-meta{white-space:normal;justify-content:flex-start}.trend-creator-discovery{padding:16px 20px}.trend-creator-heading{flex-direction:column;align-items:stretch}.trend-reach-gate{grid-template-columns:1fr;gap:14px}.trend-search-basis dl,.trend-creator-queries,.trend-multimodal-videos,.trend-reach-tiers{grid-template-columns:1fr}.trend-reach-tiers>div,.trend-reach-tiers>div:first-child{border-top:1px solid var(--st-border);border-left:0;padding:7px 0 0}.trend-reach-tiers>div:first-child{border-top:0;padding-top:0}.trend-reach-gate>header{flex-direction:column;align-items:flex-start}.trend-multimodal-summary>div:first-child{flex-direction:column;align-items:flex-start;gap:2px}.trend-creator-queries>div:nth-child(odd){border-right:0}.trend-creator-queries>div:nth-child(2n){padding-left:0}.trend-creator-actions,.trend-creator-actions button{width:100%}.trend-creator-actions button{flex:auto}.trend-creator-results-heading{flex-direction:column;align-items:flex-start;gap:4px}.trend-creator-platform-groups{grid-template-columns:1fr}.trend-creator-card>header{grid-template-columns:auto 38px minmax(0,1fr)}.trend-creator-match{grid-column:2/-1;justify-self:start}.trend-creator-scores,.trend-creator-safe,.trend-creator-risks,.trend-creator-evidence,.trend-creator-reason,.trend-creator-facts,.trend-creator-references,.trend-creator-score-details{margin-left:0}.trend-creator-evidence>article{grid-template-columns:52px minmax(0,1fr)}.trend-creator-evidence img{width:52px}.trend-creator-evidence-actions{grid-column:1/-1;justify-content:flex-end}.trend-queue-item-footer{padding:9px 20px 12px}}@media (prefers-reduced-motion:reduce){.trend-disclosure,.trend-refresh-icon.is-spinning,.trend-table-loading-mark{transition:none;animation:none}}*{box-sizing:border-box}body{background:var(--st-canvas);min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button{background:var(--st-accent);min-height:40px;color:var(--st-surface);cursor:pointer;border:0;border-radius:6px;padding:0 16px;font-weight:700}button:disabled{cursor:not-allowed;background:#aab5bb}input,select,textarea{background:var(--st-surface);width:100%;min-height:40px;color:var(--st-ink);border:1px solid #cfd8dd;border-radius:6px;padding:8px 10px}input[type=file]{min-height:auto;padding:9px 10px}textarea{resize:vertical;min-height:88px}input:focus,select:focus,textarea:focus{border-color:var(--st-accent);outline:3px solid #5b5bd629}.app-shell{width:min(1120px,100vw - 32px);margin:0 auto;padding:28px 0 40px}.toolbar{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:16px;display:flex}.toolbar-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.service-toolbar-button{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.connection-dot{background:#aab5bb;border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.connection-dot-ok{background:var(--st-accent);box-shadow:0 0 0 3px #5b5bd624}.eyebrow{color:var(--st-text-secondary);margin:0 0 4px;font-size:14px}h1,h2,h3{letter-spacing:0;margin:0;line-height:1.15}h1{font-size:34px}.last-updated{color:var(--st-text-secondary);margin:8px 0 0;font-size:14px}h2{margin-bottom:16px;font-size:18px}h3{margin:18px 0 10px;font-size:15px}.status{background:var(--st-surface);min-height:34px;color:var(--st-text-secondary);white-space:nowrap;border:1px solid #cfd8dd;border-radius:6px;align-items:center;gap:8px;padding:0 12px;font-size:14px;display:inline-flex}.status span{background:#aab5bb;border-radius:99px;width:8px;height:8px}.status-ok span{background:var(--st-accent)}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.grid>.panel:nth-child(n+3){grid-column:1/-1}.panel{border:1px solid var(--st-border);background:var(--st-surface);border-radius:8px;padding:18px}.app-shell>.panel+.panel{margin-top:16px}.alert{color:var(--st-danger);background:#fff4f0;border:1px solid #d86f5b;border-radius:8px;margin-bottom:16px;padding:12px 14px}.notice-banner{border:1px solid var(--st-accent-border);background:var(--st-accent-soft);color:var(--st-accent);border-radius:8px;margin-bottom:16px;padding:12px 14px}.toast-center{z-index:80;border:1px solid var(--st-accent-border);background:var(--st-accent-soft);width:min(420px,100vw - 48px);color:var(--st-accent);text-align:center;pointer-events:none;border-radius:8px;padding:16px 18px;font-size:15px;font-weight:800;line-height:1.4;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 48px #17202638}.field-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.field-title-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.inline-number-control input{width:76px;min-height:30px;padding:5px 8px}.checkbox-row{color:var(--st-ink);grid-template-columns:18px minmax(0,1fr);align-items:flex-start}.checkbox-row input{width:18px;min-height:18px;margin-top:2px}.form-error,.form-notice{border-radius:6px;padding:10px 12px;font-size:14px}.form-error{color:var(--st-danger);background:#fff4f0}.form-notice{background:var(--st-accent-soft);color:var(--st-accent)}.panel-form-error{margin-bottom:12px}.file-note{color:var(--st-text-secondary);overflow-wrap:anywhere;margin:-4px 0 0;font-size:12px}.path-picker-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.section-heading{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px;display:flex}.section-heading h2{margin-bottom:0}.compact-heading{margin-bottom:12px}.heading-actions{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.collapsible-heading{flex-flow:wrap;justify-content:space-between;align-items:center;min-height:30px;padding-right:72px;position:relative}.collapsible-heading>.heading-actions{justify-content:flex-end;align-items:center;margin-left:auto}.panel-collapsed>.collapsible-heading{margin-bottom:0}.panel-collapsed>:not(.collapsible-heading){display:none}.tab-list{flex-wrap:wrap;gap:6px;display:flex}.tab-list-compact{border:1px solid var(--st-border);background:var(--st-canvas);border-radius:6px;width:fit-content;max-width:100%;padding:3px}.tab-button{color:#42515a;background:0 0;border:0;border-radius:4px;min-height:30px;padding:0 10px;font-size:14px}.tab-button-active{background:var(--st-surface);color:var(--st-accent);box-shadow:0 1px 2px #1720261f}.mini-label{color:var(--st-text-secondary);font-size:12px;font-weight:700}.compact-muted{margin:0;font-size:14px}.tiny-button{min-height:28px;padding:0 8px;font-size:12px}.section-heading span{color:var(--st-text-secondary);font-size:14px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:1040px}.log-table{min-width:720px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #e3e9ec;padding:12px 10px}th{color:var(--st-text-secondary);font-size:12px;font-weight:700}td{overflow-wrap:anywhere}td strong,td small{display:block}td small{color:var(--st-text-secondary);margin-top:3px;font-size:12px}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.inline-copy-notice{color:var(--st-accent);white-space:nowrap;font-size:12px;font-weight:700;line-height:1.2}.small-button{justify-content:center;align-items:center;min-height:32px;padding:0 10px;font-size:14px;text-decoration:none;display:inline-flex}.secondary-button{background:var(--st-surface);color:#42515a;border:1px solid #cfd8dd}.link-button{background:var(--st-accent);color:var(--st-surface);border-radius:6px;font-weight:700}.link-button.secondary-button{background:var(--st-surface);color:#42515a}.danger-button{background:var(--st-danger);color:var(--st-surface)}dl{grid-template-columns:88px minmax(0,1fr);gap:10px 14px;margin:0;display:grid}.detail-list{margin-bottom:6px}.saving-note{color:var(--st-text-secondary);font-size:12px}.prompt-updated-note{background:var(--st-surface-muted);color:var(--st-accent);border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800}.panel-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.spaced-muted{margin-top:12px}dt{color:var(--st-text-secondary);font-size:14px}dd{overflow-wrap:anywhere;min-width:0;margin:0}.check-list{margin:0;padding-left:20px}.check-list li+li{margin-top:8px}.muted{color:var(--st-text-secondary);margin:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.ui-inline-spinner{vertical-align:-2px;border:2px solid;border-right-color:#0000;border-radius:50%;flex:none;width:14px;height:14px;animation:.72s linear infinite ui-loading-spin;display:inline-block}button .ui-inline-spinner{margin-right:2px}.ui-loading-strip{border:1px solid var(--st-accent-border);background:var(--st-surface-muted);min-width:0;color:var(--st-ink);border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:12px 14px;display:grid}.ui-loading-strip.is-compact{padding:9px 11px}.ui-loading-strip>span:last-child{gap:2px;min-width:0;display:grid}.ui-loading-strip strong{font-size:12px;line-height:1.35}.ui-loading-strip small{color:var(--st-text-secondary);font-size:12px;line-height:1.45}.ui-loading-skeleton{border:1px solid var(--st-border);background:var(--st-surface-muted);border-radius:8px;width:100%;padding:16px}.ui-loading-skeleton.is-compact{padding:10px}.ui-loading-skeleton>div{gap:10px;display:grid}.ui-loading-skeleton>div>span{background:var(--st-accent-soft);border-radius:3px;width:100%;height:12px;animation:1.15s ease-in-out infinite alternate ui-loading-pulse;display:block}.ui-loading-skeleton>div>span.is-medium{width:78%}.ui-loading-skeleton>div>span.is-short{width:52%}@keyframes ui-loading-spin{to{transform:rotate(360deg)}}@keyframes ui-loading-pulse{0%{opacity:.45}to{opacity:.95}}.modal-backdrop{z-index:20;background:#1720267a;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal-backdrop-front{z-index:30}.modal{border:1px solid var(--st-border);background:var(--st-surface);border-radius:8px;width:min(560px,100%);max-height:min(760px,100vh - 48px);padding:18px;overflow-y:auto;box-shadow:0 18px 50px #1720263d}.modal-wide{width:min(760px,100%)}.preview-modal{width:min(860px,100%)}.modal-header,.modal-actions{align-items:center;gap:10px;display:flex}.modal-header{justify-content:space-between;margin-bottom:16px}.modal-header h2{margin-bottom:0}.modal-actions{justify-content:flex-end;margin-top:4px}@media (max-width:760px){.toolbar{flex-direction:column;align-items:flex-start}.toolbar-actions{flex-direction:column;align-items:stretch;width:100%}.service-toolbar-button,.toolbar-actions .status{justify-content:center;width:100%}h1{font-size:30px}.grid{grid-template-columns:1fr}.grid>.panel:nth-child(n+3){grid-column:auto}.path-picker-row{grid-template-columns:1fr}.modal-actions{flex-direction:column;align-items:stretch}}.trend-inbox{gap:20px}.trend-flow-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.trend-flow-steps.is-industry-flow{grid-template-columns:repeat(3,minmax(0,1fr))}.trend-flow-steps li{border:0;min-width:0;padding:0}.trend-flow-steps li>button{border:1px solid var(--st-border);background:var(--st-surface-muted);width:100%;min-height:72px;color:var(--st-text-secondary);text-align:left;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:26px minmax(0,1fr);gap:2px 9px;padding:12px;display:grid}.trend-flow-steps li>button:hover:not(:disabled){border-color:var(--st-accent-border);background:var(--st-surface-muted)}.trend-flow-steps li.is-current>button{border-color:var(--st-accent);background:var(--st-accent-soft);box-shadow:inset 0 -3px 0 var(--st-accent);color:var(--st-ink)}.trend-flow-steps li.is-complete>button{border-color:var(--st-accent-border);background:var(--st-surface-muted);color:var(--st-text-secondary)}.trend-flow-steps li>button:disabled{border-color:var(--st-border);background:var(--st-surface-muted);color:var(--st-border);cursor:not-allowed}.trend-flow-steps li>button>span{border:1px solid;border-radius:50%;grid-row:1/3;align-self:center;place-items:center;width:26px;height:26px;font-size:14px;font-weight:850;display:grid}.trend-flow-steps li>button>strong{text-overflow:ellipsis;white-space:nowrap;align-self:end;font-size:12px;overflow:hidden}.trend-flow-steps li>button>small{text-overflow:ellipsis;white-space:nowrap;align-self:start;font-size:12px;font-weight:600;line-height:1.35;overflow:hidden}.trend-step-panel{gap:16px;min-width:0;display:grid}.trend-step-footer{border-top:1px solid var(--st-border);justify-content:space-between;align-items:center;gap:20px;padding-top:16px;display:flex}.trend-step-footer>div,.trend-promotion-action>div{gap:3px;display:grid}.trend-step-footer strong,.trend-promotion-action strong{color:var(--st-ink);font-size:14px}.trend-step-footer span,.trend-promotion-action span{color:var(--st-text-secondary);font-size:14px}.trend-hot-seeds{border-color:var(--st-border);background:var(--st-surface-muted);gap:14px;padding:16px}.trend-hot-seeds-heading h2{color:var(--st-ink);font-size:16px}.trend-hot-seeds-heading p{max-width:720px;color:var(--st-text-secondary);font-size:14px;line-height:1.5}.trend-hot-seeds-heading>span{border-color:var(--st-accent-soft);background:var(--st-surface-muted);color:var(--st-text-secondary)}.trend-hot-seed-list{border:0;grid-template-columns:1fr;align-content:start;gap:6px}.trend-seed-browser{grid-template-columns:minmax(220px,.72fr) minmax(0,1.8fr);gap:14px;display:grid}.trend-hot-seed-list>div>button{width:100%;min-width:0;min-height:0;color:var(--st-text-secondary);text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:24px minmax(0,1fr);gap:3px 8px;padding:10px;display:grid}.trend-hot-seed-list>div>button:hover{border-color:var(--st-accent-soft);background:var(--st-surface-muted)}.trend-hot-seed-list>div>button.is-active{border-color:var(--st-accent-border);background:var(--st-accent-soft);color:var(--st-ink)}.trend-hot-seed-list>div>button>span{background:var(--st-surface-muted);width:24px;height:24px;color:var(--st-text-secondary);border-radius:50%;grid-row:1/3;align-self:center;place-items:center;font-size:12px;font-weight:850;display:grid}.trend-hot-seed-list>div>button.is-active>span{background:var(--st-accent);color:var(--st-surface)}.trend-hot-seed-list>div>button strong,.trend-hot-seed-list>div>button small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.trend-hot-seed-list>div>button strong{font-size:14px}.trend-hot-seed-list>div>button small{color:var(--st-text-subtle);font-size:12px}.trend-hot-seed-preview{border:1px solid var(--st-border);background:var(--st-surface);border-radius:8px;grid-template-rows:auto 1fr;grid-template-columns:minmax(230px,340px) minmax(0,1fr);align-items:start;gap:12px;padding:12px;display:grid;overflow:hidden}.trend-hot-seed-preview>.trend-video-player{grid-row:1/3}.trend-hot-seed-preview>.trend-hot-seed-content,.trend-hot-seed-preview>.trend-hot-seed-actions{align-self:start}.trend-hot-seed-content strong{text-overflow:initial;white-space:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.trend-hot-seed-content .trend-hot-seed-reason{text-overflow:initial;white-space:normal;overflow:visible}.trend-hot-seed-content p{color:var(--st-text-secondary);margin:2px 0 0;font-size:12px;line-height:1.45}.trend-hot-seed-actions{align-items:start;gap:6px;display:grid}.trend-hot-seed-actions button{width:100%}.trend-hot-seed-actions small{color:var(--st-text-subtle);font-size:12px;line-height:1.45}.trend-video-player{justify-items:center;gap:6px;min-width:0;display:grid}.trend-video-player iframe{aspect-ratio:9/16;background:var(--st-ink);border:0;border-radius:7px;width:100%;max-width:360px}.trend-video-player>a,.trend-video-unavailable a{color:var(--st-accent);font-size:12px;font-weight:800;text-decoration:none}.trend-video-unavailable{border:1px dashed var(--st-border);color:var(--st-text-secondary);border-radius:6px;gap:5px;padding:12px;font-size:14px;display:grid}.trend-candidate-list{gap:14px;transition:opacity .16s;display:grid}.trend-candidate-list.is-refreshing{opacity:.58}.trend-candidate-list-skeleton{min-height:248px}.trend-candidate-list-skeleton>div{gap:18px}.trend-candidate-list-skeleton>div>span{height:24px}.trend-pagination{border-top:1px solid var(--st-border);justify-content:space-between;align-items:center;gap:16px;margin-top:2px;padding-top:14px;display:flex}.trend-pagination>span{color:var(--st-text-secondary);font-size:14px;font-weight:800}.trend-pagination>div{align-items:center;gap:8px;display:flex}.trend-pagination button{min-width:72px;min-height:34px;padding:7px 11px;font-size:12px}.trend-pagination small{min-width:48px;color:var(--st-text-secondary);text-align:center;font-size:12px}.trend-candidate-empty{border:1px dashed var(--st-border);background:var(--st-surface-muted);color:var(--st-text-secondary);text-align:center;border-radius:8px;padding:36px 20px;font-size:12px}.trend-candidate-card{border:1px solid var(--st-border);border-left:4px solid var(--st-border);background:var(--st-surface);border-radius:8px;gap:12px;padding:16px 18px;display:grid}.trend-candidate-card.is-all-thresholds{border-color:var(--st-accent-border);border-left-color:var(--st-accent);background:var(--st-surface-muted)}.trend-candidate-card.is-partial-thresholds{background:var(--st-warning-soft);border-color:#ddc684 #ddc684 #ddc684 #b88718}.trend-candidate-card-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.trend-candidate-card-header>div:first-child{min-width:0}.trend-candidate-card h3{color:var(--st-ink);margin:7px 0 0;font-size:17px;line-height:1.35}.trend-candidate-card-header p,.trend-candidate-reason{color:var(--st-text-secondary);margin:4px 0 0;font-size:14px;line-height:1.55}.trend-candidate-state{background:var(--st-surface-muted);color:var(--st-text-secondary);border-radius:4px;padding:4px 7px;font-size:12px;font-weight:850;display:inline-flex}.trend-candidate-state.is-all-thresholds{background:var(--st-accent-soft);color:var(--st-accent)}.trend-candidate-state.is-partial-thresholds{color:#74520c;background:#f4e5b5}.trend-candidate-score{flex:none;justify-items:end;display:grid}.trend-candidate-score strong{color:var(--st-ink);font-size:25px;line-height:1}.trend-candidate-score span{color:var(--st-text-subtle);margin-top:4px;font-size:12px;font-weight:750}.trend-candidate-reason{border-left:3px solid var(--st-accent-soft);background:var(--st-surface-muted);color:var(--st-text-secondary);padding:9px 11px}.trend-candidate-evidence-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.trend-candidate-evidence-summary>div{border:1px solid var(--st-border);border-radius:6px;gap:4px;padding:9px 11px;display:grid}.trend-candidate-evidence-summary span{color:var(--st-text-subtle);font-size:12px;font-weight:750}.trend-candidate-evidence-summary strong{color:var(--st-ink);font-size:14px;font-style:normal}.trend-candidate-evidence-summary i{color:var(--st-border);margin:0 7px;font-style:normal}.trend-thresholds{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.trend-thresholds>span{border:1px solid var(--st-border);background:var(--st-surface-muted);color:var(--st-text-subtle);border-radius:6px;align-items:baseline;gap:6px;padding:10px 11px;font-size:12px;display:flex}.trend-thresholds>span.is-met{border-color:var(--st-accent-border);background:var(--st-accent-soft);color:var(--st-accent)}.trend-thresholds strong{color:var(--st-ink);font-size:14px}.trend-thresholds .is-met strong{color:var(--st-accent)}.trend-threshold-help{color:var(--st-warning);margin:-4px 0 0;font-size:12px}.trend-candidate-action-state{background:var(--st-surface-muted);color:var(--st-ink);border:1px solid #5b5bd638;border-radius:7px;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.trend-candidate-action-state>div{gap:3px;display:grid}.trend-candidate-action-state strong{font-size:14px}.trend-candidate-action-state span,.trend-candidate-action-state small{font-size:12px;line-height:1.45}.trend-candidate-action-state small{color:var(--st-text-secondary);white-space:nowrap}.trend-candidate-action-state.is-completed{background:var(--st-accent-soft);color:var(--st-accent);border-color:#5b5bd63d}.trend-candidate-action-state.is-failed{color:#8f2f2f;background:#fff4f2;border-color:#ac39393d}.trend-candidate-card-actions{align-items:center;gap:14px;display:flex}.trend-candidate-card-actions>button:first-child{min-width:168px}.trend-candidate-card-actions .trend-insight-toggle{min-height:auto;color:var(--st-accent);background:0 0;padding:3px 0;font-size:14px;font-weight:800}.trend-step-current-status{border:1px solid var(--st-border);background:var(--st-surface-muted);border-radius:8px;gap:5px;margin-bottom:14px;padding:12px 14px;display:grid}.trend-step-current-status strong{color:var(--st-ink);font-size:14px}.trend-step-current-status span{color:var(--st-text-secondary);font-size:14px;line-height:1.55}.trend-candidate-detail{border-top:1px solid var(--st-border);grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);gap:18px;padding-top:16px;display:grid}.trend-candidate-detail h4{color:var(--st-ink);margin:0;font-size:14px}.trend-candidate-detail>section>p,.trend-candidate-detail-heading p{color:var(--st-text-secondary);margin:5px 0 0;font-size:12px;line-height:1.5}.trend-candidate-detail-heading{justify-content:space-between;gap:12px;margin-bottom:10px;display:flex}.trend-candidate-detail-heading>span{color:var(--st-text-subtle);font-size:12px;font-weight:800}.trend-candidate-detail>section>ul{gap:8px;margin:10px 0 0;padding:0;list-style:none;display:grid}.trend-candidate-detail>section>ul li{border-left:3px solid var(--st-accent-border);background:var(--st-surface-muted);gap:3px;padding:8px 10px;display:grid}.trend-candidate-detail>section>ul strong{color:var(--st-ink);font-size:14px}.trend-candidate-detail>section>ul span{color:var(--st-text-secondary);font-size:12px;line-height:1.45}.trend-human-report{gap:10px;margin-top:10px;display:grid}.trend-human-report-summary{border-left:3px solid var(--st-accent);background:var(--st-surface-muted);color:var(--st-ink);margin:0;padding:9px 11px;font-size:14px;font-weight:750;line-height:1.55}.trend-human-report-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.trend-human-report-sections>section{border:1px solid var(--st-border);background:var(--st-surface-muted);border-radius:6px;padding:9px 10px}.trend-human-report-sections h5{color:var(--st-text-secondary);margin:0 0 5px;font-size:12px}.trend-human-report-sections ul{gap:4px;margin:0;padding-left:16px;display:grid}.trend-human-report-sections li{color:var(--st-text-secondary);font-size:12px;line-height:1.5}.trend-candidate-detail-actions{border-top:1px solid var(--st-border);grid-column:1/-1;align-items:center;gap:12px;padding-top:12px;display:flex}.trend-text-button{min-height:auto;color:var(--st-text-subtle);text-underline-offset:3px;background:0 0;padding:3px 0;font-size:12px;text-decoration:underline}.trend-evidence-list article{grid-template-columns:minmax(0,1fr)}.trend-evidence-copy{gap:4px;display:grid}.trend-evidence-list .trend-video-player{border-top:1px solid var(--st-border);justify-items:start;padding-top:10px}.trend-evidence-list .trend-video-player iframe{max-width:300px}.trend-discuss-panel.is-inline{border:1px solid var(--st-border);width:100%;max-width:none;height:auto;min-height:620px;max-height:none;box-shadow:none;border-radius:8px;position:static;overflow:visible}.trend-discuss-panel.is-inline .trend-discuss-header,.trend-discuss-panel.is-inline .trend-discuss-composer{position:static}.trend-discuss-back-button{min-width:96px}.trend-discuss-completed>div{gap:8px;display:flex}.trend-promotion-review>header{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:14px;display:flex}.trend-promotion-review h2{color:var(--st-ink);margin:4px 0 0;font-size:19px}.trend-promotion-review header p{color:var(--st-text-secondary);margin:5px 0 0;font-size:12px}.trend-promotion-checks{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.trend-promotion-checks article{border:1px solid var(--st-border);border-top:4px solid var(--st-border);background:var(--st-surface-muted);border-radius:7px;gap:7px;padding:15px;display:grid}.trend-promotion-checks article.is-ready{border-color:var(--st-accent-border);border-top-color:var(--st-accent);background:var(--st-surface-muted)}.trend-promotion-checks article>span{color:var(--st-text-subtle);font-size:12px;font-weight:850}.trend-promotion-checks article.is-ready>span{color:var(--st-accent)}.trend-promotion-checks strong{color:var(--st-ink);font-size:14px}.trend-promotion-checks p{color:var(--st-text-secondary);margin:0;font-size:12px;line-height:1.5}.trend-promotion-human-report{border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);border-radius:8px;gap:2px;padding:16px;display:grid}.trend-promotion-human-report h3{color:var(--st-ink);margin:4px 0 0;font-size:15px}.trend-promotion-action{border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);border-radius:8px;justify-content:space-between;align-items:center;gap:20px;padding:16px;display:flex}.trend-candidate-action-state,.trend-step-current-status{border:1px solid var(--st-accent-border);background:var(--st-surface-muted);color:var(--st-ink);border-radius:10px;justify-content:space-between;align-items:flex-start;gap:14px;padding:12px 14px;display:flex}.trend-candidate-action-state{margin:12px 0}.trend-candidate-action-state>div,.trend-step-current-status{min-width:0}.trend-candidate-action-state strong,.trend-step-current-status strong{color:var(--st-ink);font-size:12px;font-weight:850;display:block}.trend-candidate-action-state span,.trend-step-current-status span{color:var(--st-text-secondary);margin-top:4px;font-size:14px;line-height:1.55;display:block}.trend-candidate-action-state small{color:var(--st-text-subtle);flex:none;font-size:12px;font-weight:700}.trend-candidate-action-state.is-starting,.trend-candidate-action-state.is-running{border-color:var(--st-accent-border);background:var(--st-surface-muted)}.trend-candidate-action-state.is-running:before{content:"";background:var(--st-accent);border-radius:999px;flex:none;width:8px;height:8px;margin-top:4px;animation:1.35s ease-out infinite trend-state-pulse;box-shadow:0 0 #5b5bd659}.trend-candidate-action-state.is-completed{border-color:var(--st-accent-border);background:var(--st-surface-muted)}.trend-candidate-action-state.is-failed{background:#fff7f4;border-color:#efc9bb}.trend-candidate-action-state.is-failed strong{color:var(--st-danger)}.trend-candidate-action-state.is-needs_evidence{background:var(--st-warning-soft);border-color:#e2c88a}.trend-candidate-action-state.is-needs_evidence strong{color:#865b08}.trend-candidate-recovery-actions{flex-wrap:wrap;gap:8px;margin:-4px 0 12px;display:flex}.trend-progress-warning{color:#71551a;background:#fffbef;border:1px solid #e6d39f;border-radius:9px;gap:3px;margin:12px 0;padding:11px 13px;display:grid}.trend-progress-warning strong{font-size:12px}.trend-progress-warning span{font-size:14px;line-height:1.5}.trend-step-current-status{margin:0 0 14px}@keyframes trend-state-pulse{0%{box-shadow:0 0 #5b5bd659}to{box-shadow:0 0 0 8px #5b5bd600}}@media (max-width:900px){.trend-flow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.trend-hot-seed-list,.trend-candidate-detail,.trend-promotion-checks,.trend-human-report-sections,.trend-seed-browser,.trend-hot-seed-preview{grid-template-columns:1fr}.trend-hot-seed-preview>.trend-video-player{grid-row:auto}.trend-candidate-detail-actions{grid-column:auto}}@media (max-width:620px){.trend-flow-steps{grid-template-columns:1fr}.trend-flow-steps li:not(.is-current)>button{min-height:50px}.trend-discovery-start,.trend-step-footer,.trend-candidate-heading,.trend-candidate-card-header,.trend-promotion-review>header,.trend-promotion-action{flex-direction:column;align-items:stretch}.trend-discovery-switch,.trend-step-footer>button,.trend-candidate-card-actions>button:first-child,.trend-promotion-action>button{width:100%}.trend-result-summary{flex-direction:column;align-items:flex-start;gap:7px}.trend-result-summary .trend-result-status{margin-left:0}.trend-business-funnel{width:100%}.trend-business-funnel>span{flex:1 1 0;min-width:0}.trend-pagination{flex-direction:column;align-items:stretch}.trend-pagination>div{justify-content:space-between}.trend-hot-seed-list{grid-template-columns:1fr}.trend-candidate-tools,.trend-candidate-card-actions,.trend-candidate-recovery-actions,.trend-candidate-detail-actions,.trend-discuss-completed>div{flex-direction:column;align-items:stretch}.trend-candidate-tools input,.trend-candidate-tools button{width:100%}.trend-candidate-evidence-summary,.trend-thresholds{grid-template-columns:1fr}.trend-discuss-panel.is-inline{min-height:560px}}.trend-inbox{width:100%;max-width:1320px;margin-inline:auto}.trend-discovery-control{border-left:1px solid var(--st-border);flex:0 0 min(340px,42%);grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:280px;padding:5px 0 5px 20px;display:grid}.trend-run-indicator{background:var(--st-border);border-radius:999px;width:8px;height:8px}.trend-run-indicator.is-enabled{background:var(--st-text-secondary)}.trend-run-indicator.is-running{background:var(--st-accent);box-shadow:0 0 0 4px #5b5bd61f}.trend-discovery-control-copy{gap:3px;min-width:0;display:grid}.trend-discovery-control-copy strong{color:var(--st-ink);font-size:14px;font-weight:850;line-height:1.25}.trend-discovery-control-copy small{color:var(--st-text-secondary);font-size:12px;line-height:1.4}.trend-discovery-switch{width:52px;min-height:44px;color:inherit;text-align:center;background:0 0;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:2px;display:inline-flex;position:static}.trend-discovery-switch:hover:not(:disabled),.trend-discovery-switch.is-on{box-shadow:none;background:0 0;border-color:#0000}.trend-discovery-switch:focus-visible{outline-offset:2px;outline:2px solid #5b5bd661}.trend-discovery-switch:disabled{opacity:.5}.trend-control-error{grid-template-columns:minmax(0,1fr) auto;align-items:center}.trend-control-error>strong,.trend-control-error>span{grid-column:1}.trend-control-error>button{grid-area:1/2/3}.trend-candidate-group{gap:12px;display:grid}.trend-candidate-group-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.trend-candidate-group-heading h3{color:var(--st-ink);margin:3px 0 0;font-size:15px}.trend-candidate-group-heading>span{color:var(--st-text-secondary);font-size:12px;font-weight:750}.trend-observation-group{border:1px solid var(--st-border);background:var(--st-surface-muted);border-radius:8px}.trend-observation-group>summary{color:var(--st-text-secondary);cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:13px 15px;list-style:none;display:flex}.trend-observation-group>summary::-webkit-details-marker{display:none}.trend-observation-group>summary>span:first-child{gap:3px;display:grid}.trend-observation-group>summary strong{color:var(--st-ink);font-size:12px}.trend-observation-group>summary small,.trend-observation-group>summary>span:last-child{color:var(--st-text-subtle);font-size:12px}.trend-observation-list{border-top:1px solid var(--st-border);gap:10px;padding:12px;display:grid}.trend-observation-list .trend-candidate-card.is-partial-thresholds{border-color:var(--st-border);border-left-color:var(--st-border);background:var(--st-surface)}.trend-observation-list .trend-candidate-state.is-partial-thresholds{background:var(--st-surface-muted);color:var(--st-text-secondary)}.trend-observation-list .trend-candidate-card-actions>button:first-child{border-color:var(--st-border);background:var(--st-surface);color:var(--st-text-secondary)}@media (max-width:900px){.trend-discovery-start{flex-direction:column;align-items:stretch}.trend-discovery-control{border-top:1px solid var(--st-border);border-left:0;flex-basis:auto;width:100%;min-width:0;padding:14px 0 0}}@media (max-width:620px){.trend-flow-steps{scroll-snap-type:x proximity;grid-template-columns:none;grid-auto-columns:minmax(138px,1fr);grid-auto-flow:column;padding-bottom:4px;overflow-x:auto}.trend-flow-steps li{scroll-snap-align:start}.trend-flow-steps li>button,.trend-flow-steps li:not(.is-current)>button{min-height:62px;padding:9px}.trend-discovery-control{grid-template-columns:8px minmax(0,1fr) auto}.trend-discovery-switch{width:52px}.trend-control-error{grid-template-columns:1fr;display:grid}.trend-control-error>button,.trend-control-error>strong,.trend-control-error>span{grid-area:auto/1}.trend-observation-group>summary{align-items:flex-start}}.industry-workspace{border:1px solid var(--st-border);background:var(--st-surface-muted);border-radius:12px;gap:20px;margin:0 0 24px;padding:24px;display:grid;box-shadow:0 10px 28px #5b5bd612}.industry-workspace-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.industry-workspace-header h2,.industry-profile-card h3,.industry-query-preview h3,.industry-ai-draft h2{color:var(--st-ink);margin:0}.industry-workspace-header p,.industry-profile-card p,.industry-query-preview p,.industry-ai-draft p,.industry-empty{color:var(--st-text-secondary);margin:6px 0 0;line-height:1.55}.industry-workspace-grid{grid-template-columns:200px minmax(0,1fr);align-items:start;gap:20px;display:grid}.industry-profile-list{gap:8px;display:grid}.industry-profile-list button{border:1px solid var(--st-border);background:var(--st-surface);min-height:56px;color:var(--st-text-secondary);font:inherit;text-align:left;cursor:pointer;border-radius:10px;align-content:center;gap:4px;padding:12px 14px;display:grid}.industry-profile-list button.is-active{border-color:var(--st-accent);background:var(--st-accent-soft);color:var(--st-accent)}.industry-profile-list .industry-add-profile-button{border-style:dashed;border-color:var(--st-accent-border);background:var(--st-surface-muted);color:var(--st-accent)}.industry-profile-list .industry-add-profile-button:hover:not(:disabled){border-color:var(--st-accent);background:var(--st-accent-soft)}.industry-profile-list button:disabled{cursor:not-allowed;opacity:.62}.industry-profile-list span{color:var(--st-text-subtle);font-size:12px}.industry-profile-main{gap:14px;display:grid}.industry-profile-card{border:1px solid var(--st-border);background:var(--st-surface);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.industry-profile-summary{min-width:0}.industry-profile-management{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.industry-profile-management .industry-delete-trigger{min-height:32px;color:var(--st-danger);background:#fff7f5;border:1px solid #d9a79f;border-radius:7px;padding:0 11px;font-size:12px}.industry-profile-management .industry-delete-trigger:hover:not(:disabled){border-color:var(--st-danger);background:#fcebe7}.industry-profile-management .industry-delete-trigger:disabled{border-color:var(--st-border);background:var(--st-canvas);color:var(--st-text-secondary);opacity:1}.industry-profile-management small{color:var(--st-text-secondary);font-size:14px;line-height:1.45}.industry-status{background:var(--st-surface-muted);color:var(--st-text-secondary);border-radius:999px;margin-bottom:8px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.industry-status-approved{background:var(--st-surface-muted);color:var(--st-accent)}.industry-type-badge{color:#5d633c;background:#f6f7ed;border:1px solid #d7dfc8;border-radius:999px;margin:0 0 8px 6px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.industry-running-state{box-sizing:border-box;border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);min-width:218px;min-height:64px;color:var(--st-text-secondary);border-radius:8px;align-items:center;gap:10px;padding:10px 14px;display:flex}.industry-running-state>span{background:var(--st-border);border-radius:50%;flex:none;width:9px;height:9px}.industry-running-state>div{gap:2px;display:grid}.industry-running-state strong{color:var(--st-text-secondary);font-size:14px}.industry-running-state small{color:var(--st-text-subtle);font-size:14px}.industry-running-state.is-running{border-color:var(--st-accent-border);background:var(--st-accent-soft)}.industry-running-state.is-running>span{background:var(--st-accent)}.industry-running-state.is-running strong{color:var(--st-accent)}.industry-refresh-alert{grid-template-columns:minmax(0,1fr) auto}.industry-refresh-alert>strong,.industry-refresh-alert>span{grid-column:1}.industry-refresh-alert>button{grid-area:1/2/3;align-self:center;min-height:34px}.industry-controls{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.industry-ai-draft input,.industry-ai-draft textarea{border:1px solid var(--st-accent-soft);background:var(--st-surface);min-height:40px;color:var(--st-ink);border-radius:12px;padding:9px 11px}.industry-controls button,.industry-discovery-heading button,.industry-discovery-actions button,.industry-ai-draft button{border:1px solid var(--st-accent-border);background:var(--st-surface);min-height:44px;color:var(--st-ink);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:9px 12px;font-weight:700;display:inline-flex}.industry-discovery-panel{border:1px solid var(--st-border);background:var(--st-surface);border-radius:12px;gap:12px;padding:16px;display:grid}.industry-business-discovery{gap:16px;padding:20px;scroll-margin-block-start:24px}.industry-business-summary{border-block:1px solid var(--st-border);grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:14px 0;display:grid}.industry-business-summary>div{gap:2px;display:grid}.industry-business-summary span{color:var(--st-text-subtle);font-size:14px}.industry-business-summary strong{color:var(--st-ink);font-size:18px;line-height:1.2}.industry-business-advanced{margin-top:2px}.industry-business-diagnostics{gap:14px;display:grid}.industry-business-diagnostics-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.industry-business-diagnostics-heading>div{gap:2px;min-width:0;display:grid}.industry-business-diagnostics-heading small{color:var(--st-text-subtle);letter-spacing:.04em;font-size:12px}.industry-business-diagnostics-heading strong{color:var(--st-ink);font-size:14px;line-height:1.5}.industry-business-diagnostics-heading time{color:var(--st-text-subtle);white-space:nowrap;font-size:12px}.industry-business-feed{color:var(--st-text-secondary);font-size:14px}.industry-business-feed.is-static{color:var(--st-text-secondary);gap:7px;margin:0;padding:0 0 0 18px;line-height:1.55;display:grid}.industry-business-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.industry-discovery-starter{flex:420px;align-items:end;gap:10px;min-width:0;display:flex}.industry-discovery-starter fieldset{border:0;gap:5px;min-width:0;margin:0;padding:0;display:grid}.industry-discovery-starter legend{color:var(--st-text-secondary);margin-bottom:5px;padding:0;font-size:12px;font-weight:700}.industry-target-options{border:1px solid var(--st-border);background:var(--st-surface);border-radius:8px;display:inline-flex;overflow:hidden}.industry-business-actions .industry-target-options button{min-width:58px;color:var(--st-text-secondary);border:0;border-radius:0;padding-inline:12px}.industry-business-actions .industry-target-options button+button{border-left:1px solid var(--st-border)}.industry-business-actions .industry-target-options button.is-selected{background:var(--st-accent-soft);color:var(--st-accent-strong)}.industry-business-actions .industry-target-options button:focus-visible{z-index:1;position:relative}.industry-business-actions button{border:1px solid var(--st-accent-border);background:var(--st-surface);min-height:44px;color:var(--st-ink);font:inherit;cursor:pointer;border-radius:8px;padding:9px 14px;font-weight:750}.industry-business-actions .industry-stop-action{color:#7a4438;border-color:#d6c7c1}@media (max-width:560px){.industry-discovery-starter{grid-template-columns:minmax(0,1fr);align-items:stretch;display:grid}.industry-target-options{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.industry-business-actions .industry-discovery-starter>button{width:100%}}.industry-more-discovery{border-top:1px solid var(--st-border)}.industry-more-discovery>summary{padding-left:0;padding-right:0}.industry-more-discovery>.industry-discovery-presets,.industry-more-discovery>.industry-discovery-coverage,.industry-more-discovery>.industry-discovery-actions{margin-top:12px}.industry-discovery-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.industry-discovery-heading>div{gap:3px;display:grid}.industry-discovery-heading strong{color:var(--st-ink);font-size:14px}.industry-discovery-heading span{color:var(--st-text-subtle);font-size:12px}.industry-discovery-heading .industry-stop-action{color:#7a4438;border-color:#d6c7c1;min-height:34px;padding:7px 10px}.industry-discovery-presets{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.industry-discovery-presets button{border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);min-width:0;min-height:96px;color:var(--st-text-secondary);text-align:left;cursor:pointer;border-radius:8px;gap:5px;padding:12px;display:grid}.industry-discovery-presets button>span{font-size:14px;font-weight:700}.industry-discovery-presets button>strong{color:var(--st-ink);font-size:19px;line-height:1.1}.industry-discovery-presets button>small{color:var(--st-text-subtle);align-items:center;gap:5px;font-size:14px;line-height:1.3;display:inline-flex}.industry-discovery-presets button:hover:not(:disabled){border-color:var(--st-accent-border);background:var(--st-surface-muted)}.industry-discovery-presets button.is-active{border-color:var(--st-accent);background:var(--st-surface-muted)}.industry-discovery-presets button.is-active>span,.industry-discovery-presets button.is-active>strong{color:var(--st-accent)}.industry-discovery-presets button:disabled:not(.is-active){cursor:not-allowed;opacity:.62}.industry-discovery-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.industry-discovery-coverage{border:1px solid var(--st-accent-soft);background:var(--st-surface-muted);color:var(--st-text-secondary);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px 12px;padding:9px 11px;font-size:14px;font-weight:700;display:flex}.industry-discovery-coverage small{color:var(--st-text-subtle);font-size:12px;font-weight:500}.industry-discovery-actions .industry-refresh-action{color:#6d5725;background:#fffcf3;border-color:#cbbf9f}.industry-discovery-actions .industry-expert-action{color:#7b4d37;background:#fff8f3;border-color:#d7c4b8}.industry-legacy-discovery{background:#fffdf8;border-color:#ddcfb8}.industry-legacy-warning{background:var(--st-warning-soft);border:1px solid #e1d4bd;border-radius:8px;gap:4px;padding:10px 12px;display:grid}.industry-legacy-warning strong{color:#725426;font-size:12px}.industry-legacy-warning span{color:#7f6c4d;font-size:14px;line-height:1.5}.industry-discovery-actions .industry-legacy-resume-action{background:var(--st-warning-soft);color:#725426;border-color:#d3bea0}.industry-primary-action,.industry-ai-draft .industry-ai-draft-submit{border-color:var(--st-accent)!important;background:var(--st-accent)!important;color:var(--st-surface)!important}.industry-query-preview,.industry-ai-draft{border:1px solid var(--st-border);background:var(--st-surface);border-radius:12px;gap:12px;padding:20px;display:grid}.industry-chip-list{flex-wrap:wrap;gap:8px;display:flex}.industry-chip-list span{box-sizing:border-box;background:var(--st-surface-muted);min-height:32px;color:var(--st-accent);border-radius:999px;align-items:center;padding:7px 10px;font-size:14px;display:inline-flex}.industry-ai-draft{align-self:stretch}.industry-delete-backdrop{z-index:50}.industry-delete-modal{border-color:#e3c1ba;gap:16px;width:min(560px,100%);padding:22px;display:grid}.industry-delete-header,.industry-delete-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.industry-delete-header>div{gap:4px;display:grid}.industry-delete-header h2{color:#6f281e;margin:0;font-size:21px}.industry-delete-modal>p{color:var(--st-text-secondary);margin:0;line-height:1.55}.industry-delete-modal .industry-delete-close{color:#735a55;background:0 0;border:0;min-width:40px;min-height:40px;padding:6px;font-size:24px;line-height:1}.industry-delete-modal .industry-delete-close:hover:not(:disabled){background:#f7efed}.industry-delete-impact{color:#66463f;background:#fff8f6;border:1px solid #ead1cc;border-radius:9px;gap:8px;padding:14px;display:grid}.industry-delete-impact ul{color:#6a5a56;gap:6px;margin:0;padding-left:20px;line-height:1.5;display:grid}.industry-delete-form,.industry-delete-form label{gap:8px;display:grid}.industry-delete-form label{color:#493d3a;font-weight:700}.industry-delete-form label small{color:#7b6b67;font-size:14px;font-weight:500}.industry-delete-form input{border-color:#d6b5ae}.industry-delete-form input:focus-visible{border-color:var(--st-danger);outline:3px solid #b8443129}.industry-delete-error{color:var(--st-danger);background:#fff2ef;border:1px solid #e4b2a9;border-radius:7px;padding:10px 12px;font-size:14px;line-height:1.45}.industry-delete-actions{justify-content:flex-end;margin-top:4px}.industry-delete-modal .industry-delete-cancel,.industry-delete-modal .industry-delete-confirm{border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:40px;display:inline-flex}.industry-delete-modal .industry-delete-cancel{border:1px solid var(--st-border);background:var(--st-surface);color:var(--st-text-secondary)}.industry-delete-modal .industry-delete-confirm{border:1px solid var(--st-danger);background:var(--st-danger);color:var(--st-surface)}.industry-delete-modal .industry-delete-confirm:hover:not(:disabled){background:var(--st-danger)}.industry-ai-draft-backdrop{z-index:40}.industry-ai-draft-modal{overscroll-behavior:contain;scrollbar-gutter:stable;flex-direction:column;align-self:center;gap:16px;width:min(1080px,100%);height:min(820px,100dvh - 48px);max-height:calc(100dvh - 48px);padding:22px;display:flex;overflow:hidden auto}.industry-ai-draft-modal.is-start{height:auto;max-height:min(680px,100dvh - 48px)}.industry-ai-draft-header,.industry-ai-draft-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.industry-ai-draft-header{z-index:5;border-bottom:1px solid var(--st-border);background:color-mix(in srgb, var(--st-surface) 96%, transparent);margin:-22px -22px 0;padding:20px 22px 16px;position:sticky;top:-22px}.industry-ai-draft-header h2{max-width:760px;font-size:clamp(20px,2vw,26px);line-height:1.25}.industry-ai-draft-modal>p{max-width:760px;color:var(--st-text-secondary);margin:0;font-size:15px;line-height:1.6}.industry-ai-draft-header>div{gap:4px;display:grid}.industry-ai-draft .industry-ai-draft-close{min-width:44px;min-height:44px;color:var(--st-text-secondary);background:0 0;border-color:#0000;padding:6px;font-size:24px;line-height:1}.industry-ai-draft .industry-ai-draft-close:hover:not(:disabled){background:var(--st-surface-muted)}.industry-ai-draft-actions{justify-content:flex-end;margin-top:2px}.industry-ai-draft label{color:var(--st-text-secondary);gap:6px;font-size:14px;display:grid}.industry-ai-draft textarea{resize:vertical;min-height:92px}.industry-intake-start{align-content:start;align-self:center;gap:16px;width:min(720px,100%);min-height:0;padding-top:4px;display:grid;overflow:visible}.industry-intake-active{flex:none;min-width:0;min-height:0;display:block;overflow:visible}.industry-intake-start label>small{color:var(--st-text-secondary);line-height:1.45}.industry-intake-start textarea{min-height:72px;line-height:1.55}.industry-intake-comparison{flex-wrap:wrap;gap:7px;display:flex}.industry-intake-comparison button{border-color:var(--st-accent-soft);background:var(--st-surface-muted);min-height:44px;color:var(--st-text-secondary);border-radius:999px;padding:8px 12px;font-size:14px;font-weight:700}.industry-intake-comparison button:hover:not(:disabled){border-color:var(--st-text-secondary);background:var(--st-accent-soft)}.industry-intake-workbench{border:1px solid var(--st-border);background:var(--st-surface);border-radius:14px;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:start;min-height:0;display:grid;overflow:visible}.industry-intake-conversation,.industry-intake-draft{min-width:0}.industry-intake-conversation{background:var(--st-surface);grid-template-rows:auto auto auto auto;min-height:0;display:grid;overflow:visible}.industry-intake-statusbar{border-bottom:1px solid var(--st-border);color:var(--st-text-secondary);flex-wrap:wrap;align-items:center;gap:7px;padding:12px 14px;font-size:14px;font-weight:700;display:flex}.industry-intake-statusbar>span:not(.industry-intake-type){border-left:1px solid var(--st-border);padding-left:8px}.industry-intake-type{background:var(--st-surface-muted);color:var(--st-accent);border-radius:999px;padding:5px 8px}.industry-intake-type.is-cultural_narrative{color:#745c18;background:#f4efdd}.industry-intake-type.is-hybrid{color:#556036;background:#eef0e5}.industry-intake-provider-warning{background:var(--st-warning-soft);color:#755c27;border:1px solid #ead8ae;border-radius:8px;gap:2px;margin:10px 14px 0;padding:9px 11px;font-size:14px;line-height:1.45;display:grid}.industry-intake-messages{scroll-behavior:smooth;align-content:start;gap:12px;min-height:0;padding:16px;display:grid;overflow:visible}.industry-intake-messages article{grid-template-columns:74px minmax(0,1fr);gap:10px;max-width:92%;display:grid}.industry-intake-messages article>span{color:var(--st-text-secondary);letter-spacing:.04em;text-transform:uppercase;padding-top:9px;font-size:12px;font-weight:800}.industry-intake-messages article>p,.industry-intake-messages article>div{background:var(--st-surface-muted);color:var(--st-ink);border-radius:4px 10px 10px;margin:0;padding:10px 12px;font-size:16px;line-height:1.55}.industry-intake-messages article.is-user{grid-template-columns:minmax(0,1fr) 38px;justify-self:end}.industry-intake-messages article.is-user>span{grid-area:1/2}.industry-intake-messages article.is-user>p{color:#4d512f;background:#f2f1e7;border-radius:10px 4px 10px 10px;grid-area:1/1}.industry-intake-messages article p{margin:0}.industry-intake-messages article>div{gap:9px;display:grid}.industry-intake-question{color:var(--st-ink);border-top:1px solid #5b5bd624;padding-top:9px;display:block}.industry-intake-messages article small{color:#806b35;font-size:12px}.industry-intake-thinking{color:var(--st-text-secondary);align-items:center;gap:7px;font-size:14px;display:flex}.industry-intake-composer{z-index:3;border-top:1px solid var(--st-border);background:color-mix(in srgb, var(--st-surface) 96%, transparent);gap:7px;padding:13px 14px;display:grid;position:sticky;bottom:-22px;box-shadow:0 -10px 24px #1e203012}.industry-intake-composer label{color:var(--st-text-secondary);font-size:14px;font-weight:800}.industry-intake-composer textarea{min-height:78px;max-height:170px;line-height:1.5}.industry-intake-composer>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.industry-intake-composer small{color:var(--st-text-secondary);font-size:12px}.industry-intake-draft{border-top:0;border-left:1px solid var(--st-border);background:var(--st-surface-muted);align-content:start;gap:16px;min-height:0;padding:20px;display:grid;overflow:visible}.industry-intake-draft>header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.industry-intake-draft>header h3{color:var(--st-ink);margin:4px 0 0;font-size:18px;line-height:1.35}.industry-intake-draft>header>span{color:var(--st-text-secondary);background:#e7ebe4;border-radius:999px;flex:none;padding:4px 7px;font-size:12px;font-weight:800}.industry-intake-draft>header>span.is-ready{background:var(--st-accent-soft);color:var(--st-accent)}.industry-intake-draft-goal{color:var(--st-ink);margin:0;font-size:16px;line-height:1.6}.industry-intake-rationale{border-block:1px solid var(--st-border);grid-template-columns:112px minmax(0,1fr);align-items:start;gap:16px;padding:12px 0;display:grid}.industry-intake-rationale strong{color:var(--st-text-secondary);font-size:13px;line-height:1.55}.industry-intake-rationale p{color:var(--st-text-secondary);margin:0;font-size:15px;line-height:1.6}.industry-intake-generated-details{border:1px solid var(--st-border);background:var(--st-surface);border-radius:10px}.industry-intake-generated-details>summary{min-height:48px;color:var(--st-text-secondary);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:800;list-style:none;display:flex}.industry-intake-generated-details>summary::-webkit-details-marker{display:none}.industry-intake-generated-details>summary:before{content:"+";color:var(--st-text-secondary);flex:none;font-size:15px;line-height:1}.industry-intake-generated-details[open]>summary:before{content:"−"}.industry-intake-generated-details>summary>span{flex:1}.industry-intake-generated-details>summary small{color:var(--st-text-secondary);font-size:12px;font-weight:600}.industry-intake-generated-details .industry-intake-definition{border-top:1px solid var(--st-border);padding:0 11px 12px}.industry-intake-generated-details .industry-intake-definition>div:first-child{padding-top:11px}.industry-intake-definition{grid-template-columns:minmax(0,1fr);gap:12px;min-width:0;margin:0;display:grid}.industry-intake-definition>div{grid-template-columns:112px minmax(0,1fr);align-items:start;gap:16px;display:grid}.industry-intake-definition dt{color:var(--st-text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:13px;font-weight:800}.industry-intake-definition dd{color:var(--st-text-secondary);gap:4px;margin:0;font-size:15px;line-height:1.55;display:grid}.industry-intake-definition dd>strong{color:var(--st-ink);font-size:14px}.industry-intake-chips{flex-wrap:wrap;gap:5px!important;display:flex!important}.industry-intake-chips span{border:1px solid var(--st-border);background:var(--st-surface-muted);color:var(--st-text-secondary);border-radius:6px;padding:5px 8px}.industry-intake-chips.is-exclusion span{color:#7a4d3f;background:#efe6df}.industry-intake-chips em{color:var(--st-border);font-style:normal}.industry-intake-missing{color:#66715a;border:1px dashed #c7d2be;border-radius:8px;gap:3px;padding:9px 10px;font-size:12px;display:grid}.industry-intake-assumptions{border-left:3px solid var(--st-accent-soft);background:var(--st-surface-muted);color:var(--st-text-secondary);gap:3px;padding:9px 10px;font-size:12px;line-height:1.5;display:grid}.industry-intake-assumptions strong{color:var(--st-text-secondary)}.industry-intake-draft-actions{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:8px;display:grid}.industry-intake-draft-actions button{min-height:44px}.industry-intake-complete-hint{color:var(--st-text-secondary);font-size:13px;line-height:1.55}.trend-success{border-color:var(--st-accent-border);background:var(--st-accent-soft);color:var(--st-ink)}@media (max-width:1120px){.industry-workspace-grid{grid-template-columns:160px minmax(0,1fr)}}@media (max-width:760px){.industry-workspace{padding:16px}.industry-workspace-header,.industry-profile-card{flex-direction:column;align-items:stretch}.industry-running-state{min-width:0}.industry-refresh-alert{grid-template-columns:1fr}.industry-refresh-alert>button,.industry-refresh-alert>strong,.industry-refresh-alert>span{grid-area:auto/1}.industry-workspace-grid{grid-template-columns:1fr}.industry-profile-list{grid-auto-columns:minmax(150px,1fr);grid-auto-flow:column;overflow-x:auto}.industry-discovery-heading{align-items:flex-start}.industry-business-diagnostics-heading{flex-direction:column;align-items:flex-start;gap:5px}.industry-business-diagnostics-heading time{white-space:normal}.industry-business-summary{grid-template-columns:1fr;gap:12px}.industry-discovery-presets{grid-template-columns:1fr}.industry-ai-draft-backdrop{align-items:center;padding:12px}.industry-ai-draft-modal{width:100%;height:calc(100dvh - 24px);max-height:calc(100vh - 24px);padding:18px}.industry-ai-draft-header{margin:-18px -18px 0;padding:16px 18px 14px;top:-18px}.industry-ai-draft-modal.is-start{height:auto;max-height:calc(100dvh - 24px)}.industry-ai-draft-actions{flex-direction:column-reverse;align-items:stretch}.industry-ai-draft-actions button{width:100%}.industry-delete-backdrop{align-items:end;padding:12px}.industry-delete-modal{width:100%;max-height:calc(100vh - 24px);padding:18px}.industry-delete-actions{flex-direction:column-reverse;align-items:stretch}.industry-delete-actions button{width:100%}.industry-intake-comparison,.industry-intake-workbench{grid-template-columns:minmax(0,1fr)}.industry-intake-conversation,.industry-intake-draft{max-height:none;overflow:visible}.industry-intake-active,.industry-intake-workbench{display:block;overflow:visible}.industry-intake-conversation{display:grid}.industry-intake-composer{bottom:-18px}.industry-intake-draft{border-top:1px solid var(--st-border);border-left:0}.industry-intake-composer>div{flex-direction:column;align-items:stretch}.industry-intake-composer button,.industry-intake-draft-actions button{width:100%}.industry-intake-draft-actions{grid-template-columns:minmax(0,1fr)}.industry-intake-rationale,.industry-intake-definition>div{grid-template-columns:minmax(0,1fr);gap:6px}.industry-intake-messages article,.industry-intake-messages article.is-user{grid-template-columns:minmax(0,1fr);max-width:100%}.industry-intake-messages article>span,.industry-intake-messages article.is-user>span,.industry-intake-messages article.is-user>p{grid-area:auto/1}}@media (max-width:1024px){.trend-table-shell{overflow-x:visible}.trend-table{min-width:0;display:block}.trend-table colgroup{display:none}.trend-table thead{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.trend-table tbody{gap:12px;display:grid}.trend-table .trend-table-row{border:1px solid var(--st-border);background:var(--st-surface);border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.trend-table .trend-table-row>td{border-bottom:1px solid var(--st-border);background:var(--st-surface);align-items:start;gap:8px;min-width:0;padding:10px 12px;display:grid}.trend-table .trend-table-row>td:not(.trend-title-cell):not(.trend-insight-cell){grid-template-columns:72px minmax(0,1fr)}.trend-table .trend-table-row>td:before{color:var(--st-text-subtle);content:attr(data-label);letter-spacing:.02em;font-size:12px;font-weight:800}.trend-table .trend-table-row>td:has(>.trend-empty-value){display:none}.trend-table .trend-table-row>.trend-title-cell{grid-column:1/-1;padding:14px;display:block}.trend-table .trend-delete-button{min-height:44px;padding-inline:12px}.trend-table .trend-title-layout{grid-template-columns:26px minmax(0,1fr)}.trend-table .trend-table-row>.trend-title-cell:before{display:none}.trend-table .trend-table-row>.trend-insight-cell{border-bottom:0;grid-column:1/-1;display:block;padding:12px!important}.trend-table .trend-table-row>.trend-insight-cell:before{margin-bottom:6px;display:block}.trend-table .trend-insight-toggle{background:var(--st-surface-muted);border-radius:9px;min-height:0;padding:10px}.trend-table .trend-insight-row{border:1px solid var(--st-accent-border);border-top:0;border-radius:0 0 12px 12px;margin-top:-12px;display:block;overflow:hidden}.trend-table .trend-insight-row>td{width:100%;display:block}.trend-table .trend-insight-panel{width:100%;max-width:none;position:static}.trend-table tbody>tr:not(.trend-table-row):not(.trend-insight-row){display:block}.trend-table .trend-table-state{border:1px dashed var(--st-border);border-radius:12px;width:100%;height:auto;padding:28px 16px;display:block}}@media (prefers-reduced-motion:reduce){.ui-inline-spinner,.ui-loading-skeleton>div>span{animation:none}.trend-candidate-list{transition:none}}
