:root{--rg-blue:#175dcc;--rg-blue-dark:#124ca8;--rg-navy:#102746;--rg-muted:#6d7d94;--rg-line:#dbe4f0;--rg-soft:#f3f6fb;--rg-white:#fff;--rg-green:#23a86b;--rg-orange:#e88832;--rg-violet:#7157d9;--rg-cyan:#1499a7;--rg-shadow:0 10px 30px rgba(21,52,94,.07);--rg-radius:9px}
*{box-sizing:border-box}
html{background:var(--rg-soft)}
body.discover-page{margin:0;background:var(--rg-soft);color:var(--rg-navy);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;font-size:14px;line-height:1.45}
button,input,select{font:inherit;color:inherit}
button,a{touch-action:manipulation}
button{cursor:pointer}
svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
[hidden]{display:none!important}
.discover-header{height:64px;padding:0 22px;background:#fff;border-bottom:1px solid var(--rg-line);display:flex;align-items:center;gap:28px;position:sticky;top:0;z-index:80}
.discover-brand{display:flex;align-items:center;gap:11px;flex:0 0 auto;color:#1c62d1;text-decoration:none;font-size:25px;font-weight:820;letter-spacing:-.8px}
.brand-mark{position:relative;display:block;width:30px;height:30px;transform:rotate(45deg)}
.brand-mark i{position:absolute;width:11px;height:11px;border:2px solid #1d6de0}
.brand-mark i:nth-child(1){left:0;top:0;border-right:0;border-bottom:0}.brand-mark i:nth-child(2){right:0;top:0;border-left:0;border-bottom:0}.brand-mark i:nth-child(3){left:0;bottom:0;border-right:0;border-top:0}.brand-mark i:nth-child(4){right:0;bottom:0;border-left:0;border-top:0}
.event-nav{display:flex;align-items:stretch;gap:0;min-width:0;overflow:visible;flex:1;height:100%}
.event-nav>a{display:flex;align-items:center;gap:5px;padding:0 14px;color:var(--rg-navy);font-size:13px;font-weight:680;text-decoration:none;white-space:nowrap;border-bottom:3px solid transparent}
.event-nav>a:hover,.event-nav>a.active{color:var(--rg-blue);border-bottom-color:var(--rg-blue)}
.discover-header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.discover-header .rg-language-switcher{position:static;display:flex;z-index:auto;border:1px solid var(--rg-line);border-radius:22px;padding:2px;background:#fff;box-shadow:none;backdrop-filter:none}
.discover-header .rg-language-switcher button{min-width:38px;height:28px;padding:0 9px;border:0;border-radius:16px;background:transparent;color:#53647d;font-size:12px;font-weight:750;line-height:28px}
.discover-header .rg-language-switcher button.active{background:var(--rg-blue);color:#fff}
.icon-button{border:0;background:transparent;padding:8px;position:relative}.icon-button svg{width:19px}.notification-button span{position:absolute;right:2px;top:0;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--rg-blue);color:#fff;font-size:9px;font-weight:800}
.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eff4fc;color:#315a98;text-decoration:none;font-size:12px}
.discover-main{max-width:1720px;margin:0 auto;padding:16px 16px 26px}
.global-search{display:flex;justify-content:center;align-items:center;gap:12px;max-width:1390px;margin:0 auto 14px}
.global-search form{display:flex;align-items:center;flex:1;max-width:1040px;height:44px;border:1px solid #ced9e9;border-radius:6px;background:#fff;overflow:hidden;box-shadow:0 3px 11px rgba(25,60,107,.03)}
.field-icon{display:grid;place-items:center;width:48px;color:#5c6f88}.field-icon svg{width:19px}
.global-search input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;color:var(--rg-navy);font-size:14px}
.global-search form>button{height:100%;min-width:96px;padding:0 24px;border:0;background:linear-gradient(180deg,#226ddd,#1456bd);color:#fff;font-weight:750}
.secondary-button,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 17px;border-radius:6px;font-size:13px;font-weight:720;white-space:nowrap}
.secondary-button{border:1px solid #cfdaea;background:#fff;color:var(--rg-blue)}.secondary-button:hover{border-color:#8cafe4;background:#f7faff}
.primary-button{border:1px solid var(--rg-blue);background:var(--rg-blue);color:#fff}.secondary-button svg,.primary-button svg{width:18px}
.discover-tabs{display:flex;align-items:stretch;gap:4px;height:55px;padding:0 10px;margin:0 -16px 8px;background:#fff;border-top:1px solid #edf1f7;border-bottom:1px solid var(--rg-line);box-shadow:0 7px 18px rgba(22,54,97,.035)}
.discover-tabs a,.discover-tabs button{display:flex;align-items:center;gap:9px;height:100%;padding:0 22px;border:0;border-bottom:3px solid transparent;background:transparent;color:#243854;text-decoration:none;font-size:13px;font-weight:640}
.discover-tabs a:hover,.discover-tabs button:hover,.discover-tabs a.active{color:var(--rg-blue);background:#f9fbff;border-bottom-color:var(--rg-blue)}
.discover-tabs svg{width:18px}
.opportunity-layout{display:grid;grid-template-columns:224px minmax(720px,1fr) 292px;gap:12px;align-items:stretch}
.filter-panel,.opportunity-results,.market-context,.visual-results-panel{background:#fff;border:1px solid var(--rg-line);border-radius:var(--rg-radius);box-shadow:var(--rg-shadow)}
.filter-panel{position:sticky;top:76px;align-self:start;min-height:730px;padding:16px 14px}
.filter-panel>header,.market-context>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}
.filter-panel h2,.market-context h2{margin:0;font-size:16px}.filter-panel>header button{border:0;background:transparent;color:var(--rg-blue);font-size:12px;font-weight:700}
.filter-panel>label{display:block;margin-bottom:17px}.filter-label{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:750}.filter-label svg{width:17px;color:#637590}
.filter-panel select{width:100%;height:39px;padding:0 34px 0 11px;border:1px solid #cfd9e7;border-radius:6px;background:#fff;color:#31435d;font-size:12px;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#63758e 50%),linear-gradient(135deg,#63758e 50%,transparent 50%);background-position:calc(100% - 15px) 16px,calc(100% - 11px) 16px;background-size:4px 4px;background-repeat:no-repeat}
.more-filter-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:38px;border:1px solid #cfd9e7;border-radius:6px;background:#fff;color:var(--rg-blue);font-size:12px;font-weight:700}.more-filter-button svg{width:16px}
.filter-updated{position:absolute;left:14px;right:14px;bottom:13px;margin:0;color:#718199;font-size:10px}.filter-updated time{color:#4f617b}
.opportunity-results{min-width:0;overflow:hidden}
.results-heading{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:17px;align-items:center;padding:19px 18px;border-bottom:1px solid var(--rg-line)}
.results-heading h1,.visual-results-heading h1{margin:0 0 3px;font-size:18px;line-height:1.25}.results-heading p,.visual-results-heading p{margin:0;color:var(--rg-muted);font-size:12px}.sample-label{display:flex;align-items:center;gap:6px;color:#718199;font-size:11px}.sample-label svg{width:15px}.results-heading .secondary-button{height:38px}
.opportunity-table-head{display:grid;grid-template-columns:32px minmax(130px,1.25fr) minmax(160px,1.45fr) minmax(310px,2.25fr) minmax(205px,1.55fr);gap:11px;padding:11px 16px;border-bottom:1px solid #e5ebf3;background:#fbfcfe;color:#263851;font-size:11px;font-weight:750}
.opportunity-row{position:relative;display:grid;grid-template-columns:32px minmax(130px,1.25fr) minmax(160px,1.45fr) minmax(310px,2.25fr) minmax(205px,1.55fr);gap:11px;align-items:center;min-height:119px;padding:10px 16px;border:0;border-bottom:1px solid #e3e9f2;background:#fff;text-align:left;width:100%;transition:background .15s,box-shadow .15s}
.opportunity-row:hover,.opportunity-row.active{background:#f9fbff}.opportunity-row.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--rg-blue)}
.rank{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#8e8e8e;color:#fff;font-size:12px;font-weight:800}.opportunity-row.active .rank{background:var(--rg-blue)}
.opportunity-title strong{display:block;margin-bottom:8px;font-size:13px;line-height:1.35}.opportunity-title small{display:block;color:var(--rg-muted);font-size:10px}.opportunity-title .star{margin-top:7px;width:17px;color:#8a99ad}
.why-now{color:#33445c;font-size:11px;line-height:1.55}
.signal-cell{display:grid;grid-template-columns:minmax(170px,1.2fr) minmax(100px,.8fr);gap:10px;align-items:center}.mini-chart{height:88px;padding:6px 7px 2px;border:1px solid #e0e7f1;border-radius:7px;background:#fff}.mini-chart svg{width:100%;height:100%;overflow:visible}.mini-chart text{font-family:inherit;fill:#5d6f88;font-size:7px;stroke:none}.mini-chart .bar{fill:#1d65ce;stroke:none}.mini-chart .grid{stroke:#e7edf5;stroke-width:1}.mini-chart-title{font-size:7px!important;font-weight:700;fill:#283b57!important}
.evidence-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:9px}.evidence-tag{padding:2px 5px;border:1px solid;border-radius:4px;font-size:9px;font-weight:700;line-height:1.2}.tag-blue{color:#1460cb;background:#f4f8ff}.tag-green{color:#148356;background:#f0fbf6}.tag-orange{color:#c16d22;background:#fff8ef}.tag-violet{color:#6548c7;background:#f7f4ff}.tag-cyan{color:#087c89;background:#effbfc}
.evidence-meta{display:flex;gap:12px;color:#718199;font-size:8px}.evidence-meta strong{display:block;color:#263a57;font-size:10px}
.score-cell{display:grid;grid-template-columns:minmax(95px,1fr) 60px 14px;gap:6px;align-items:center}.score-labels{display:grid;gap:6px;font-size:9px}.score-bars{display:grid;gap:8px}.score-bars i{display:block;height:4px;border-radius:3px;background:#edf1f6;overflow:hidden}.score-bars i:after{content:"";display:block;width:var(--score);height:100%;background:#1d68d5;border-radius:3px}.score-values{display:grid;gap:4px;font-size:9px}.row-chevron{color:var(--rg-blue)}.row-chevron svg{width:15px}
.results-footer{display:flex;justify-content:center;align-items:center;gap:28px;padding:13px;color:#66778f;font-size:11px}.results-footer button{display:flex;align-items:center;gap:8px;height:34px;padding:0 18px;border:1px solid #cbd7e7;border-radius:6px;background:#fff;color:var(--rg-blue);font-size:11px;font-weight:720}.results-footer svg{width:14px}
.market-context{position:sticky;top:76px;align-self:start;min-height:730px;padding:16px 14px}.market-context>header button{border:0;background:transparent}.market-context>header svg{width:15px}.market-context section{padding:0 0 18px;border-bottom:1px solid var(--rg-line)}.market-context h3{margin:0 0 13px;font-size:12px}
.momentum-table{display:grid;grid-template-columns:1.5fr repeat(5,.54fr);font-size:8px}.momentum-table>span{display:grid;place-items:center;min-height:27px;border-right:1px solid #dfe6ef;border-bottom:1px solid #dfe6ef;text-align:center}.momentum-table>span:nth-child(-n+6){min-height:34px;color:#53647b;background:#fbfcfe}.momentum-table>span:nth-child(6n+1){justify-items:start;padding-left:4px;font-weight:700;color:#34455e}.heat-3{background:#5cba86;color:#fff}.heat-2{background:#aaddbc}.heat-1{background:#e0f2e8}.heat-0{background:#f8fafc}
.evidence-sources{padding-top:17px!important}.evidence-source-row{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;min-height:47px;border-bottom:1px solid #e6ebf3}.evidence-source-row svg{width:18px;color:var(--rg-blue)}.evidence-source-row strong{font-size:11px}.evidence-source-row span{font-size:11px}.evidence-sources>button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:41px;margin-top:15px;border:1px solid var(--rg-blue);border-radius:6px;background:#fff;color:var(--rg-blue);font-size:11px;font-weight:750}.evidence-sources>button svg{width:15px}.context-note{margin:16px 0 0;color:#718199;font-size:10px}
.drawer-backdrop{position:fixed;inset:0;background:rgba(7,24,47,.38);z-index:120;backdrop-filter:blur(1px)}
.detail-drawer{position:fixed;top:0;right:0;bottom:0;z-index:130;width:min(620px,94vw);background:#fff;border-left:1px solid #cfdbea;box-shadow:-22px 0 60px rgba(13,35,66,.2);overflow-y:auto;transform:translateX(101%);transition:transform .22s ease}.detail-drawer.open{transform:none}.drawer-close{position:absolute;left:13px;top:13px;z-index:2;display:grid;place-items:center;width:34px;height:34px;border:1px solid #d5dfec;border-radius:50%;background:#fff;color:#52647d}.drawer-close svg{width:16px}
.drawer-hero{padding:22px 24px 17px 60px;border-bottom:1px solid var(--rg-line)}.drawer-hero h2{margin:0 0 7px;font-size:22px}.drawer-hero p{margin:0;color:#62738b;font-size:12px}.drawer-actions{display:flex;gap:8px;margin-top:16px}.drawer-actions button,.drawer-actions a{display:flex;align-items:center;gap:6px;height:36px;padding:0 12px;border:1px solid #ccdae9;border-radius:6px;background:#fff;color:var(--rg-blue);text-decoration:none;font-size:11px;font-weight:720}.drawer-actions .primary{border-color:var(--rg-blue);background:var(--rg-blue);color:#fff}.drawer-actions svg{width:15px}.drawer-score{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:14px}.drawer-score div{padding:8px;border:1px solid #e0e7f1;border-radius:6px}.drawer-score span{display:block;color:#718199;font-size:9px}.drawer-score strong{font-size:12px}
.drawer-tabs{position:sticky;top:0;z-index:1;display:flex;gap:24px;height:49px;padding:0 24px;background:#fff;border-bottom:1px solid var(--rg-line)}.drawer-tabs button{border:0;border-bottom:3px solid transparent;background:#fff;font-size:12px;font-weight:650}.drawer-tabs button.active{color:var(--rg-blue);border-bottom-color:var(--rg-blue)}
.drawer-section{padding:20px 24px;border-bottom:1px solid var(--rg-line)}.drawer-section h3{margin:0 0 12px;font-size:14px}.drawer-section p,.drawer-section li{color:#33465f;font-size:12px;line-height:1.7}.catalyst-chain{display:flex;align-items:center;gap:7px}.catalyst-chain span{flex:1;padding:11px 8px;border:1px solid #dce5f0;border-radius:6px;text-align:center;font-size:10px}.catalyst-chain i{color:var(--rg-blue);font-style:normal}.related-table{width:100%;border-collapse:collapse;font-size:10px}.related-table th,.related-table td{padding:8px;border:1px solid #dfe6ef;text-align:left}.related-table th{background:#f8fafe}.evidence-list{display:grid;gap:8px}.evidence-item{display:grid;grid-template-columns:25px 1fr auto;gap:8px;padding:10px;border:1px solid #dbe4f0;border-radius:6px;background:#fbfcfe}.evidence-item strong,.evidence-item span,.evidence-item a{font-size:10px}.evidence-item small{display:block;color:#708199;margin-top:4px}.evidence-item a{align-self:center;color:var(--rg-blue);text-decoration:none;font-weight:720}.drawer-foot{position:sticky;bottom:0;display:flex;justify-content:flex-end;padding:12px 20px;background:#fff;border-top:1px solid var(--rg-line)}.drawer-foot button{height:39px;border:0;border-radius:6px;background:var(--rg-blue);color:#fff;padding:0 20px;font-weight:720}
.mobile-filter-bar{display:none}.toast{position:fixed;left:50%;bottom:30px;z-index:180;transform:translateX(-50%);max-width:min(520px,90vw);padding:11px 17px;border-radius:8px;background:#102746;color:#fff;box-shadow:0 12px 32px rgba(7,27,54,.24);font-size:12px}
.opportunity-status{min-height:310px;display:grid;place-items:center;padding:40px;text-align:center;color:#63758e}.opportunity-status>div{max-width:440px}.opportunity-status h3{margin:12px 0 7px;color:var(--rg-navy);font-size:17px}.opportunity-status p{margin:0;line-height:1.6;font-size:12px}.opportunity-status button{margin-top:17px;padding:9px 20px;border:1px solid var(--rg-blue);border-radius:6px;background:#fff;color:var(--rg-blue);font-weight:720}.status-spinner{display:inline-block;width:28px;height:28px;border:3px solid #dbe6f5;border-top-color:var(--rg-blue);border-radius:50%;animation:spin .8s linear infinite}.live-source-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:18px}.live-source-meta>div{padding:11px;border:1px solid #dfe7f1;border-radius:6px;background:#f9fbfe}.live-source-meta span{display:block;margin-bottom:5px;color:#718199;font-size:9px}.live-source-meta strong{display:block;overflow-wrap:anywhere;color:#203a5c;font-size:11px}

/* Distinct company and industry research views */
.distinct-view{padding:18px;display:grid;gap:15px}.view-profile{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;border:1px solid #d9e4f1;border-radius:9px;background:linear-gradient(135deg,#f8fbff,#eef5ff)}.view-profile h2{margin:0 0 6px;color:var(--rg-navy);font-size:20px}.view-profile p{margin:0;color:#61738c;font-size:11px;line-height:1.55}.view-profile>div>span{display:block;margin-bottom:5px;color:var(--rg-blue);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.profile-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.profile-meta span{padding:4px 7px;border-radius:5px;background:#fff;border:1px solid #d5e1ef;color:#415772;font-size:9px}.source-statuses{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.source-status{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #d5e1ef;border-radius:999px;background:#fff;color:#63758c;font-size:9px;font-weight:700;white-space:nowrap}.source-status b{font-size:9px}.source-status i{font-style:normal;opacity:.8}.source-status.available{border-color:#a9dfc3;background:#eefaf4;color:#14764e}.source-status.temporarily_unavailable{border-color:#f1cea2;background:#fff8ee;color:#a35e18}.source-status.not_configured,.source-status.unavailable{background:#f4f6f9;color:#6f7d90}.view-note{max-width:520px;padding:10px 12px;border-left:3px solid var(--rg-blue);background:#f5f8fd;color:#536780;font-size:10px;line-height:1.55}.view-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.view-section,.industry-lane{min-width:0;padding:14px;border:1px solid #dbe4ef;border-radius:8px;background:#fff}.view-section header,.industry-lane header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 11px}.view-section h2,.industry-lane h2{margin:0;color:#203653;font-size:13px}.view-section header>span,.industry-lane header>span{padding:3px 7px;border-radius:4px;background:#edf4ff;color:var(--rg-blue);font-size:9px;font-weight:800}.evidence-card{padding:10px 0;border-top:1px solid #e7edf4}.evidence-card:first-of-type{padding-top:0;border-top:0}.evidence-card h3{margin:0 0 5px;color:#1f3858;font-size:11px;line-height:1.45}.evidence-card p{margin:0 0 7px;color:#61738a;font-size:10px;line-height:1.55}.evidence-card-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:5px;color:#75859a;font-size:8px}.evidence-card a,.view-section header>a{color:var(--rg-blue);text-decoration:none;font-size:9px;font-weight:720}.section-empty{margin:16px 0;color:#718199;font-size:10px}.industry-lanes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.industry-lane.upstream{border-top:3px solid #6c8ed4}.industry-lane.core{border-top:3px solid #2eab78}.industry-lane.downstream{border-top:3px solid #d8913c}.industry-visual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.industry-visual-card{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:10px;padding:9px;border:1px solid #dce5ef;border-radius:7px;background:#fbfcfe;text-decoration:none}.industry-visual-card img,.visual-placeholder{width:92px;height:69px;object-fit:contain;border:1px solid #e0e7f1;border-radius:5px;background:#fff}.visual-placeholder{display:grid;place-items:center;color:#71839b;font-size:20px;text-align:center}.industry-visual-card>span:last-child{min-width:0}.industry-visual-card strong{display:block;margin:2px 0 5px;overflow:hidden;color:#1f3858;font-size:10px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.industry-visual-card small{display:block;overflow:hidden;color:#6b7c91;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.intent-badge{display:inline-flex;margin:7px 7px 0 0;padding:3px 6px;border-radius:4px;background:#edf4ff;color:#1b62c8;font-size:8px;font-weight:800}.intent-badge.intent-catalyst{background:#eefaf4;color:#18764f}.intent-badge.intent-risk{background:#fff1f1;color:#b54747}.intent-badge.intent-commercial_lead{background:#fff6e9;color:#a86417}

/* Visual search */
.visual-main{padding-bottom:100px}.visual-global-search form{max-width:none}.visual-global-search{max-width:1380px}.visual-layout{display:grid;grid-template-columns:204px minmax(0,1fr);gap:12px}.visual-filter-panel{min-height:718px}.visual-filter-panel fieldset{padding:0 0 15px;margin:0 0 15px;border:0;border-bottom:1px solid var(--rg-line)}.visual-filter-panel legend{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:8px;font-size:12px;font-weight:750}.visual-filter-panel legend svg{width:17px;color:#64758e}.visual-filter-panel fieldset label{display:flex;align-items:center;gap:8px;margin:8px 0;color:#34455d;font-size:11px}.visual-filter-panel fieldset input{accent-color:var(--rg-blue)}.toggle-row{display:flex!important;align-items:center;justify-content:space-between;margin-top:4px!important;font-size:11px}.toggle-row input{position:absolute;opacity:0}.toggle-row i{position:relative;width:33px;height:19px;border-radius:10px;background:#dfe6ef}.toggle-row i:after{content:"";position:absolute;left:2px;top:2px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(20,43,74,.2);transition:.15s}.toggle-row input:checked+i{background:var(--rg-blue)}.toggle-row input:checked+i:after{transform:translateX(14px)}
.visual-results-panel{min-width:0;overflow:hidden}.category-tabs{display:flex;align-items:center;gap:5px;min-height:50px;padding:0 18px;border-bottom:1px solid var(--rg-line);overflow-x:auto}.category-tabs button{height:50px;padding:0 11px;border:0;border-bottom:3px solid transparent;background:#fff;color:#465872;font-size:11px;white-space:nowrap}.category-tabs button.active{color:var(--rg-blue);border-bottom-color:var(--rg-blue);font-weight:750}
.visual-results-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 18px}.visual-toolbar{display:flex;align-items:center;gap:9px}.segmented{display:flex;border:1px solid #cfd9e7;border-radius:6px;overflow:hidden}.segmented button{height:36px;padding:0 15px;border:0;border-right:1px solid #d8e1ec;background:#fff;color:#445872;font-size:11px}.segmented button:last-child{border-right:0}.segmented button.active{color:var(--rg-blue);background:#eff5ff}.square-button{display:grid;place-items:center;width:36px;height:36px;border:1px solid #cfd9e7;border-radius:6px;background:#fff;color:#63758c}.square-button.active{border-color:var(--rg-blue);color:var(--rg-blue)}.square-button svg{width:16px}.select-mode-button{height:36px;margin-left:12px}
.visual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:0 18px 18px}.visual-card{position:relative;min-width:0;border:1px solid #dbe4ee;border-radius:7px;background:#fff;overflow:hidden;transition:transform .15s,box-shadow .15s,border-color .15s}.visual-card:hover{transform:translateY(-2px);border-color:#9ab8e2;box-shadow:0 10px 24px rgba(25,57,101,.1)}.visual-card.selected{border:2px solid var(--rg-blue)}.visual-select{position:absolute;right:8px;top:8px;z-index:3;display:grid;place-items:center;width:20px;height:20px;border:1px solid #b9c9df;border-radius:4px;background:#fff;color:#fff}.visual-card.selected .visual-select{background:var(--rg-blue);border-color:var(--rg-blue)}.visual-card.selected .visual-select:after{content:"✓";font-size:12px;font-weight:800}.visual-preview{display:block;width:100%;aspect-ratio:4/3;padding:10px 10px 2px;border:0;border-bottom:1px solid #e7edf4;background:#fff}.visual-preview svg{width:100%;height:100%}.visual-preview text{font-family:inherit;fill:#3f536f;stroke:none}.visual-preview .axis{stroke:#dfe6ef}.visual-preview .bar{fill:#276bd1;stroke:none}.visual-preview .bar-alt{fill:#8bb3ee;stroke:none}.visual-preview .line{fill:none;stroke:#1761ce;stroke-width:2}.visual-preview .line-alt{fill:none;stroke:#6fba83;stroke-width:2}.visual-card-body{padding:11px}.visual-card h2{height:36px;margin:0 0 6px;overflow:hidden;font-size:12px;line-height:1.45}.visual-card .source-line{height:30px;margin:0;color:#455a75;font-size:10px;line-height:1.45}.visual-card .date-line{display:flex;gap:7px;margin:5px 0 9px;color:#6e7f96;font-size:9px}.visual-card-footer{display:flex;align-items:center;gap:5px;min-height:22px}.visual-card-footer span{padding:3px 5px;border:1px solid #cad8e9;border-radius:4px;color:#36577f;font-size:8px}.visual-card-footer small{margin-left:auto;color:#60728b;font-size:8px}.export-table{margin-left:3px!important;border-color:#78a6e6!important;color:var(--rg-blue)!important;background:#f6faff}
.visual-preview img{width:100%;height:100%;object-fit:contain}.verified-preview-pending{display:flex;height:100%;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:18px;color:#4c607b;background:linear-gradient(145deg,#f8fbff,#eef4fc);text-align:center}.verified-preview-pending svg{width:42px;height:42px!important;fill:none;stroke:#7d9bc4;stroke-width:1.7}.verified-preview-pending strong{font-size:11px;color:#203a5c}.verified-preview-pending span{max-width:220px;font-size:9px;line-height:1.45}.visual-entity-tags{display:flex;align-items:center;gap:5px;min-height:20px;margin:0 0 5px;overflow:hidden}.entity-tag{max-width:120px;padding:2px 6px;border-radius:4px;background:#f0f4f9;color:#4c607b;font-size:8px;line-height:16px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.entity-tag.company-tag{background:#e8f1ff;color:#155bc1;font-weight:750}.entity-tag.ticker-tag{background:#173d73;color:#fff;font-weight:800;letter-spacing:.04em}
.visual-loading{display:flex;align-items:center;justify-content:center;gap:12px;min-height:340px;color:#5f7189}.visual-loading span{width:25px;height:25px;border:3px solid #dbe6f5;border-top-color:var(--rg-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.visual-empty{min-height:420px;display:grid;place-items:center;align-content:center;text-align:center;color:#667991}.visual-empty svg{width:48px;height:48px}.visual-empty h2{margin:14px 0 6px}.visual-empty p{margin:0}
.selection-tray{position:fixed;left:16px;right:16px;bottom:0;z-index:100;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;gap:13px;min-height:74px;padding:11px 18px;border:1px solid #d2ddec;border-radius:9px 9px 0 0;background:#fff;box-shadow:0 -10px 30px rgba(25,57,101,.12)}.selection-tray>strong{font-size:12px}.clear-selection{border:0;background:transparent;color:var(--rg-blue);font-size:11px}.selection-tray>div{display:flex;gap:8px;min-width:0;overflow:auto}.selected-chip{display:flex;align-items:center;gap:8px;min-width:210px;max-width:310px;padding:8px 10px;border:1px solid #e0e7f0;border-radius:6px;background:#f9fbfe}.selected-chip svg{width:18px;color:var(--rg-blue)}.selected-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.selected-chip button{margin-left:auto;border:0;background:transparent}.selection-tray .secondary-button,.selection-tray .primary-button{height:41px}
.visual-detail-drawer{width:min(620px,96vw)}.visual-drawer-header{padding:22px 24px 13px 58px;border-bottom:1px solid var(--rg-line)}.visual-drawer-header h2{margin:0 0 8px;font-size:20px;line-height:1.3}.visual-drawer-header p{margin:0;color:#60728a;font-size:10px}.drawer-preview{padding:14px 24px}.drawer-preview-frame{position:relative;aspect-ratio:16/8.5;padding:14px;border:1px solid #dbe4ef;border-radius:7px;background:#fff}.drawer-preview-frame>svg{width:100%;height:100%}.drawer-preview-frame text{font-family:inherit;fill:#3f536f;stroke:none}.drawer-preview-frame .axis{stroke:#dfe6ef}.drawer-preview-frame .bar{fill:#276bd1;stroke:none}.drawer-preview-frame .bar-alt{fill:#8bb3ee;stroke:none}.drawer-preview-frame .line{fill:none;stroke:#1761ce;stroke-width:2}.drawer-preview-frame .line-alt{fill:none;stroke:#6fba83;stroke-width:2}.drawer-preview-tools{position:absolute;right:12px;top:50%;display:grid;transform:translateY(-50%);border:1px solid #d2ddea;border-radius:5px;background:#fff;overflow:hidden}.drawer-preview-tools button{display:grid;place-items:center;width:34px;height:34px;border:0;border-bottom:1px solid #dbe3ed;background:#fff;color:#38577f}.drawer-preview-tools button:last-child{border-bottom:0}.drawer-preview-tools svg{width:15px}.drawer-preview-link{display:inline-flex;align-items:center;gap:5px;margin-top:9px;color:var(--rg-blue);text-decoration:none;font-size:10px;font-weight:720}.drawer-visual-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:0 24px 14px}.drawer-visual-actions button{display:flex;align-items:center;justify-content:center;gap:6px;height:38px;border:1px solid #cfdaea;border-radius:6px;background:#fff;color:var(--rg-blue);font-size:10px;font-weight:720}.drawer-visual-actions button.primary{background:var(--rg-blue);color:#fff}.drawer-visual-actions svg{width:15px}.confidence-dots{display:flex;align-items:center;gap:4px;float:right;color:#2b9d67;font-size:10px}.confidence-dots i{width:7px;height:7px;border-radius:50%;background:#49be79}.confidence-dots i:last-child{background:#dce7df}.insight-block{padding:14px 0;border-bottom:1px solid #e4eaf2}.insight-block:last-child{border-bottom:0}.insight-block h3{margin:0 0 8px;font-size:13px}.insight-block p,.insight-block li{font-size:11px;line-height:1.7}.insight-block a{color:var(--rg-blue);text-decoration:none;font-weight:720}
@media(max-width:1380px){.opportunity-layout{grid-template-columns:210px minmax(680px,1fr)}.market-context{display:none}.visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.event-nav>a{padding:0 10px}.discover-brand{font-size:23px}}
@media(max-width:1030px){.discover-header{gap:14px}.discover-header-actions .notification-button,.discover-header-actions .avatar{display:none}.opportunity-layout,.visual-layout{grid-template-columns:1fr}.filter-panel{position:fixed;left:0;top:64px;bottom:54px;z-index:95;width:260px;min-height:0;overflow:auto;border-radius:0;transform:translateX(-105%);transition:transform .2s}.filter-panel.open{transform:none}.filter-updated{position:static;margin-top:20px}.mobile-filter-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:1fr 1fr;height:52px;background:#fff;border-top:1px solid var(--rg-line)}.mobile-filter-bar button{display:flex;align-items:center;justify-content:center;gap:8px;border:0;background:#fff;color:var(--rg-blue);font-weight:700}.visual-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.discover-header{height:58px;padding:0 12px}.discover-brand{font-size:20px}.brand-mark{width:24px;height:24px}.brand-mark i{width:9px;height:9px}.event-nav{overflow:hidden}.discover-header .rg-language-switcher button{min-width:32px;padding:0 7px}.discover-main{padding:10px 8px 62px}.global-search{gap:7px}.global-search form{height:42px}.global-search form>button{min-width:70px;padding:0 11px}.global-search>.secondary-button{width:42px;padding:0}.global-search>.secondary-button span{display:none}.saved-search-button{display:none!important}.discover-tabs{height:49px;margin:0 -8px 8px;padding:0 2px;overflow-x:auto}.discover-tabs a,.discover-tabs button{padding:0 13px;font-size:11px}.opportunity-table-head{display:none}.opportunity-row{grid-template-columns:30px 1fr 15px;min-height:0;padding:14px 12px}.opportunity-title{grid-column:2}.why-now{grid-column:2}.signal-cell{grid-column:2;grid-template-columns:1fr}.mini-chart{height:115px}.score-cell{grid-column:2;grid-template-columns:1fr 70px}.score-cell .row-chevron{position:absolute;right:10px;top:18px}.results-heading{grid-template-columns:1fr auto;padding:15px 12px}.results-heading .sample-label{display:none}.results-heading .secondary-button{width:38px;padding:0}.results-heading .secondary-button span{display:none}.results-footer{justify-content:space-between;padding:12px}.visual-results-heading{align-items:flex-start;padding:12px;flex-direction:column}.visual-toolbar{width:100%;overflow-x:auto}.select-mode-button{margin-left:0}.visual-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 8px 12px}.visual-card-body{padding:8px}.visual-card h2{font-size:11px}.selection-tray{left:6px;right:6px;grid-template-columns:auto auto 1fr;gap:8px;padding:9px}.selection-tray>div{grid-column:1/-1;grid-row:2}.selection-tray .secondary-button,.selection-tray .primary-button{height:36px;padding:0 10px}.catalyst-chain{align-items:stretch;flex-direction:column}.catalyst-chain i{transform:rotate(90deg);text-align:center}.drawer-score{grid-template-columns:repeat(2,1fr)}}
@media(max-width:440px){.visual-grid{grid-template-columns:1fr}.visual-preview{aspect-ratio:16/10}.discover-tabs svg{display:none}.discover-tabs a,.discover-tabs button{padding:0 11px}.drawer-actions{flex-wrap:wrap}.drawer-visual-actions{grid-template-columns:1fr}.selection-tray{grid-template-columns:1fr 1fr}.selection-tray>strong,.selection-tray>.clear-selection{display:none}.selection-tray>div{grid-column:1/-1}.selected-chip{min-width:170px}}
@media(max-width:1030px){.industry-lanes{grid-template-columns:1fr}.industry-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source-statuses{justify-content:flex-start}}
@media(max-width:760px){.distinct-view{padding:10px}.view-profile{display:grid}.view-section-grid,.industry-visual-grid{grid-template-columns:1fr}.industry-visual-card{grid-template-columns:78px minmax(0,1fr)}.industry-visual-card img,.visual-placeholder{width:78px;height:59px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.market-snapshot{margin:0 0 16px;padding:14px;border:1px solid #d8e4f2;border-radius:9px;background:#fff}.market-snapshot>header{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:12px}.market-snapshot>header div{display:grid;gap:3px}.market-snapshot>header span{color:#2865bc;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.market-snapshot>header strong{color:#142c4d;font-size:13px}.market-snapshot>header p{margin:0;color:#64768e;font-size:9px}.market-snapshot>div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.market-snapshot dl{margin:0;padding:9px 10px;border-radius:6px;background:#f5f8fc}.market-snapshot dt{margin-bottom:5px;color:#6d7f96;font-size:8px}.market-snapshot dd{margin:0;color:#142c4d;font-size:11px;font-weight:760}.source-status.not_found i{color:#8b6b23;background:#fff5d9}@media(max-width:760px){.market-snapshot>header{display:grid;align-items:start}.market-snapshot>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
