[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .45; }
button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, .table-scroll:focus-visible { outline: 3px solid #96b8fa; outline-offset: 3px; }
.research-workspace { max-width: 1320px; padding-top: 26px; }
.research-workspace .breadcrumb { margin-bottom: 21px; }
.research-intro { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 21px; }
.research-intro .eyebrow, .index-banner .eyebrow { font: 10px Arial, sans-serif; letter-spacing: 2px; margin-bottom: 12px; }
.research-intro h1 { font-size: 34px; }
.research-intro p:not(.eyebrow) { color: var(--subtext); line-height: 1.9; margin: 12px 0 0; font-size: 13px; }
.intro-mark { display: flex; align-items: center; gap: 13px; color: #7b8daa; font-size: 11px; }
.intro-line { width: 30px; height: 1px; background: #d6e2f5; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 13px; border: 1px solid #dfe6f0; border-radius: 7px; background: white; color: #57708e; font-size: 12px; white-space: nowrap; }
.button svg { width: 15px; height: 15px; }
.button:hover:not(:disabled) { background: #f1f6ff; border-color: #aac5f6; color: var(--brand); }
.button.primary { background: var(--brand); color: white; border-color: var(--brand); }
.button.primary:hover { background: #205bd4; color: white; }
.search-area { position: relative; margin-bottom: 20px; }
#index-search { display: flex; align-items: center; gap: 13px; padding: 8px 9px 8px 18px; background: white; border: 1px solid #dae4f3; border-radius: 10px; box-shadow: 0 3px 14px #254f7b05; }
#index-search > svg { flex-shrink: 0; width: 19px; height: 19px; color: #8c9cb3; }
#search-input { width: 100%; min-width: 0; border: 0; padding: 10px 0; color: var(--text); outline-offset: 1px; font-size: 13px; background: transparent; }
input::placeholder { color: #8c98aa; }
.quick-search { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 17px; padding: 13px 4px 0; font-size: 11px; color: #8c97a9; }
.quick-search button { background: none; border: 0; padding: 2px 0; font-size: 11px; color: #647791; }
.quick-search button:hover { color: var(--brand); }
.search-results { position: absolute; left: 0; right: 0; top: 65px; z-index: 15; background: white; padding: 17px; border: 1px solid #dfe6f0; border-radius: 10px; box-shadow: 0 16px 35px #1b35551c; max-height: 440px; overflow-y: auto; }
#search-status { color: #78879c; margin-bottom: 8px; font-size: 12px; }
#search-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4px; }
.search-result { border: 0; background: white; padding: 12px; text-align: left; border-radius: 7px; display: grid; gap: 5px; }
.search-result:hover, .search-result:focus-visible { background: #f2f6fe; }
.search-result strong { font-size: 13px; color: #223d61; }
.search-result small { font-size: 10px; color: #8190a5; }
.view-tabs { display: flex; gap: 30px; border-bottom: 1px solid #dfe5ed; margin-bottom: 19px; }
.view-tabs button { position: relative; border: 0; background: transparent; color: #7f8b9d; font-weight: 600; padding: 0 2px 17px; display: flex; align-items: center; gap: 11px; }
.view-tabs button span { font: 9px Arial, sans-serif; letter-spacing: 1px; color: #a6b0bf; }
.view-tabs button[aria-pressed="true"] { color: var(--brand); }
.view-tabs button[aria-pressed="true"]::after { position: absolute; content: ''; height: 3px; background: var(--brand); bottom: -1px; border-radius: 3px; left: 0; right: 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-bottom: 21px; }
.stat-card { background: white; border: 1px solid #e3e8f0; border-radius: 10px; padding: 15px 20px; }
.stat-card > span { color: #687c98; font-size: 11px; }
.stat-value { display: flex; align-items: baseline; gap: 7px; margin: 9px 0 7px; font-family: Arial,sans-serif; font-size: 30px; font-weight: 600; color: #2c4463; }
.stat-value small { font: 11px sans-serif; color: #8e9cb0; }
.stat-card p { font-size: 10px; line-height: 1.7; color: #929cad; margin: 0; }
.stat-card.low .stat-value { color: #25927f; }.stat-card.high .stat-value { color: #cd8750; }
.research-card { background: white; border: 1px solid #e1e7ef; border-radius: 13px; padding: 24px; margin-bottom: 20px; }
.card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 17px; }
.card-heading h2, .research-card h3 { font-size: 17px; font-weight: 650; margin: 0; }
.card-heading h2::before { display: inline-block; vertical-align: -1px; content: ''; width: 3px; height: 15px; border-radius: 2px; background: var(--brand); margin-right: 10px; }
.card-heading p { color: #8b96a7; font-size: 11px; line-height: 1.8; margin: 8px 0 0; }
.heading-actions { display: flex; gap: 8px; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 7px; padding-bottom: 18px; border-bottom: 1px solid #edf0f5; }
.category-tabs button, .detail-tabs button, .range-buttons button { border: 0; background: #f6f8fb; color: #738198; padding: 8px 15px; border-radius: 6px; font-size: 12px; }
.category-tabs button[aria-pressed="true"], .detail-tabs button[aria-pressed="true"], .range-buttons button[aria-pressed="true"] { background: #eaf1ff; color: var(--brand); font-weight: 600; }
.category-tabs small { font: 10px Arial, sans-serif; opacity: .7; margin-left: 5px; }
.table-toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin: 17px 0; }
.table-toolbar input, .table-toolbar select, .pagination select { background: #fff; border: 1px solid #e0e6ef; border-radius: 6px; padding: 8px 10px; color: #63748d; font-size: 11px; min-width: 0; }
.filter-search { flex: 1; max-width: 290px; min-width: 180px; }.filter-search input { width: 100%; }
.status-filter { display: flex; gap: 8px; align-items: center; color: #8190a3; font-size: 11px; }
.muted { font-size: 11px; color: #8c98a9; }
.table-toolbar > .muted { margin-left: auto; }
.table-scroll { overflow: auto; max-width: 100%; position: relative; border: 1px solid #e9edf3; border-radius: 8px; }
.data-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 12px; font-variant-numeric: tabular-nums; }
.data-table th { background: #f7f9fc; color: #7a899d; font-size: 11px; font-weight: 500; padding: 14px 12px; text-align: right; white-space: nowrap; border-bottom: 1px solid #e9edf3; }
.data-table th button { font-size: inherit; padding: 0; border: 0; color: inherit; background: none; white-space: nowrap; }
.data-table th button span { color: #9cabc0; font-size: 10px; }
.data-table th[aria-sort="ascending"] button, .data-table th[aria-sort="descending"] button { color: var(--brand); }
.data-table td { padding: 13px 12px; text-align: right; color: #34465f; border-bottom: 1px solid #edf1f6; height: 61px; background: white; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table td:first-child, .data-table th:first-child { text-align: left; }
.data-table tbody tr:hover td { background: #f8fbff; }
.valuation-table { min-width: 1000px; }
.data-table .sticky-col { position: sticky; left: 0; z-index: 1; min-width: 185px; box-shadow: 3px 0 5px #243b5304; }
.index-link { padding: 0; border: 0; background: none; color: #294c78; text-align: left; display: block; max-width: 200px; font-weight: 550; font-size: 12px; line-height: 1.6; }
.index-link:hover { color: var(--brand); }.index-link sup { color: #9babc1; }
.code-label { display: block; font: 10px Arial,sans-serif; margin-top: 4px; color: #8d9bb0; }
.fund-detail-link { display: block; color: #294c78; text-decoration: none; }
.fund-detail-link:hover { color: var(--brand); text-decoration: underline; }
.percentile { display: inline-grid; gap: 5px; min-width: 64px; }
.percentile i { display: block; height: 3px; border-radius: 2px; background: #edf1f7; overflow: hidden; }
.percentile b { display: block; height: 100%; border-radius: 2px; background: #86a9ea; }
.badge { display: inline-block; white-space: nowrap; font-size: 10px; padding: 4px 8px; border-radius: 4px; color: #4c7bbc; background: #edf3fc; }
.badge.low { color: #248c77; background: #eaf6f1; }.badge.high { color: #bb7840; background: #fcf1e6; }.badge.extreme { color: #c15d5a; background: #fbefed; }.badge.neutral { color: #8995a7; background: #f4f6f8; }
.pagination { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; color: #8b97a9; font-size: 11px; }
.pagination > div { display: flex; align-items: center; gap: 9px; }
.pagination select { padding: 6px; }
.pagination .button { padding: 7px 10px; font-size: 11px; }
.data-notes { font-size: 11px; color: #8b96a6; margin-top: 18px; line-height: 1.9; }
.data-notes summary { cursor: pointer; }.data-notes p { margin: 10px 0 0; }
.notice { background: #fcf8ef; color: #957848; border: 1px solid #eee2c8; border-radius: 7px; padding: 12px 15px; font-size: 12px; line-height: 1.8; margin-bottom: 17px; }
.empty-state { text-align: center; padding: 45px 15px; color: #8b98ab; font-size: 13px; line-height: 1.9; border-radius: 8px; background: #fafbfd; }
.empty-state .button { margin-top: 14px; }.empty-state h3 { color: #506685; font-size: 15px; }
.explorer-empty { padding: 52px 20px; text-align: center; }.explorer-empty h2 { font-size: 20px; color: #3b5474; }.explorer-empty p { color: #8c98aa; font-size: 12px; line-height: 2; margin-bottom: 22px; }
.explorer-symbol { display: inline-flex; padding: 16px; background: #eff5ff; color: #5a8cde; border-radius: 16px; }.explorer-symbol svg { width: 30px; height: 30px; }
.index-banner { display: flex; align-items: center; justify-content: space-between; background: linear-gradient(110deg,white,#f4f8ff); margin-bottom: 16px; }
.index-banner h2 { margin: 0; font-size: 27px; color: #283f61; }.index-code { color: #8b9bb2; font: 12px Arial,sans-serif; letter-spacing: .6px; margin: 9px 0 0; }
.banner-links { display: flex; gap: 8px; }.detail-tabs { display: flex; gap: 8px; margin: 0 0 20px; }.detail-tabs button { padding: 12px 21px; }
.overview-metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-bottom: 20px; }.metric-box { background: #f8fafc; border: 1px solid #e9edf4; padding: 17px; border-radius: 8px; }.metric-box > span { font-size: 11px; color: #7f8fa6; }.metric-box strong { display: block; color: #294468; font: 25px Arial,sans-serif; margin: 13px 0 7px; }.metric-box small { color: #8b99ad; font-size: 10px; }
.detail-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }.detail-columns > .research-card { min-width: 0; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }.info-grid dt { color: #91a0b4; font-size: 11px; margin-bottom: 7px; }.info-grid dd { margin: 0; color: #445d7f; line-height: 1.7; font-size: 12px; overflow-wrap: anywhere; }.index-description { font-size: 12px; line-height: 2; color: #7c8ba0; border-top: 1px solid #edf1f6; padding-top: 17px; margin: 20px 0 0; }
.returns-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }.return-cell { padding: 15px 13px; background: #f9fafc; border-radius: 7px; }.return-cell > span { color: #8595ab; font-size: 11px; }.return-cell strong { display: block; font: 600 26px/1.3 Arial,sans-serif; font-variant-numeric: tabular-nums; white-space: nowrap; margin-top: 10px; }.positive { color: #c75f59 !important; }.negative { color: #278a77 !important; }
@media(max-width:760px) { .returns-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.return-cell { padding: 15px 10px; }.return-cell strong { font-size: 24px; } }
@media(max-width:480px) { .return-cell strong { font-size: 22px; } }
.industry-row { display: grid; grid-template-columns: 68px 1fr 56px; gap: 10px; align-items: center; margin-top: 13px; font-size: 11px; color: #687f9e; }.industry-track { height: 7px; border-radius: 4px; background: #f1f5fb; }.industry-track i { display: block; height: 100%; background: #82a9ed; border-radius: 4px; }.industry-row > b { font: 11px Arial,sans-serif; text-align: right; }
.chart-area { height: 340px; position: relative; margin-top: 18px; }.chart-area canvas { display: block; width: 100%; height: 100%; touch-action: pan-y; }.chart-tooltip { position: absolute; z-index: 3; background: #ffffffed; color: #395372; box-shadow: 0 4px 20px #1935501a; border: 1px solid #dce6f4; padding: 10px 13px; font: 11px/1.9 Arial,sans-serif; border-radius: 7px; pointer-events: none; white-space: pre-line; }
.chart-legend { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; color: #8b98ad; font-size: 10px; margin-top: 14px; }.chart-legend i { display: inline-block; width: 13px; height: 3px; vertical-align: middle; margin-right: 5px; }
.range-buttons { display: flex; gap: 4px; }.range-buttons button { padding: 6px 10px; font-size: 11px; }
.chart-note { font-size: 11px; color: #8a97aa; line-height: 1.9; margin: 15px 0 0; }.curve-metrics-table { margin-top: 20px; }
.temperature-layout { display: grid; grid-template-columns: 1fr 1.2fr 1.1fr; gap: 20px; align-items: center; }.temperature-number { font: 54px Arial,sans-serif; color: #457fca; margin: 14px 0 7px; }.temperature-number small { font-size: 20px; margin-left: 5px; }.temperature-scale { position: relative; height: 8px; border-radius: 5px; background: linear-gradient(90deg,#5ab6b3,#94b9ed 30%,#ecc377 70%,#d98580); margin: 24px 0 8px; }.temperature-scale b { position: absolute; width: 3px; height: 15px; background: #435b79; top: -4px; border: 1px solid white; border-radius: 2px; }.scale-labels { display: flex; justify-content: space-between; font-size: 10px; color: #99a5b6; }.temperature-radar svg { display: block; width: 100%; height: 240px; stroke: none; }.radar-values { display: grid; gap: 10px; padding: 10px 20px; }.radar-values div { display: flex; justify-content: space-between; color: #8494aa; font-size: 12px; }.radar-values strong { color: #507cae; font: 13px Arial,sans-serif; }.probability-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }.probability-grid .metric-box { border: 0; text-align: center; }.probability-grid .metric-box strong { font-size: 24px; }
.fund-stats { display: flex; flex-wrap: wrap; gap: 20px; font-size: 12px; color: #8191a8; margin-bottom: 17px; }.fund-stats strong { font: 22px Arial,sans-serif; color: #3d608e; margin-right: 4px; }.fund-table { min-width: 750px; }.fund-table td:first-child { max-width: 280px; }.fund-table td:nth-child(2) { text-align: left; }.fund-table th:nth-child(2) { text-align: left; }
.research-footnote { font-size: 11px; text-align: center; color: #9aa5b5; margin: 29px 0 0; line-height: 1.9; }
@media(max-width:1000px) { .intro-mark { display: none; }.research-card { padding: 20px; }.stats-grid { gap: 10px; }.stat-card { padding: 17px; }.temperature-layout { grid-template-columns: 1fr 1fr; }.radar-values { grid-column: 1/-1; grid-template-columns: repeat(5,1fr); padding: 0; }.radar-values div { display: grid; gap: 8px; text-align: center; }.detail-columns { gap: 15px; } }
@media(max-width:760px) { .research-workspace { padding-top: 20px; }.research-intro h1 { font-size: 29px; }.research-intro p:not(.eyebrow) { font-size: 12px; }.research-workspace .breadcrumb { margin-bottom: 23px; }.view-tabs { gap: 23px; }.view-tabs button span { font-size: 8px; }.stats-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.stat-value { font-size: 26px; }.research-card { padding: 17px 14px; }.card-heading { gap: 10px; }.card-heading h2 { font-size: 16px; }.heading-actions .button { font-size: 10px; padding: 7px 9px; }.card-heading p { font-size: 10px; }.category-tabs { gap: 6px; }.category-tabs button { padding: 7px 10px; font-size: 11px; }.table-toolbar { gap: 10px; }.table-toolbar > .muted { width: 100%; margin-left: 0; }.filter-search { max-width: none; min-width: 130px; }.status-filter > span { display: none; }.pagination { flex-wrap: wrap; }.pagination > div { flex-wrap: wrap; justify-content: flex-end; width: 100%; }.data-table .sticky-col { min-width: 153px; }.index-link { max-width: 170px; }.index-banner { align-items: flex-start; gap: 12px; }.index-banner h2 { font-size: 23px; }.banner-links { flex-direction: column; }.banner-links .button { font-size: 10px; padding: 7px 9px; }.detail-tabs { gap: 4px; }.detail-tabs button { flex: 1; padding: 10px 4px; font-size: 11px; white-space: nowrap; }.detail-columns { grid-template-columns: 1fr; gap: 0; }.overview-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.metric-box { padding: 14px; }.metric-box strong { font-size: 23px; }.chart-area { height: 300px; }.range-buttons { flex-shrink: 0; }.range-buttons button { font-size: 10px; padding: 6px 8px; }.temperature-layout { gap: 14px; }.temperature-number { font-size: 43px; }.temperature-radar svg { height: 200px; }.probability-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }.probability-grid .metric-box { padding: 12px 6px; }.probability-grid .metric-box strong { font-size: 22px; } }
@media(max-width:480px) { #index-search { gap: 9px; padding-left: 12px; }#search-input { font-size: 11px; }#index-search .button { font-size: 11px; padding: 10px; }#index-search .button span { display: none; }#index-search > svg { width: 16px; }.quick-search { gap: 7px 12px; font-size: 10px; }.quick-search button { font-size: 10px; }#search-list { grid-template-columns: 1fr; }.search-results { padding: 12px; }.view-tabs button { gap: 8px; font-size: 13px; }.view-tabs button span { font-size: 7px; }.stat-card { padding: 14px; }.stat-card p { font-size: 9px; }.card-heading { flex-wrap: wrap; }.valuation-card > .card-heading > div:first-child { flex: 1; min-width: 125px; }.temperature-layout { grid-template-columns: 1fr; }.temperature-radar svg { height: 240px; }.temperature-current { padding: 5px 13px; }.temperature-number { font-size: 50px; }.radar-values { grid-template-columns: repeat(5,minmax(0,1fr)); }.info-grid { gap: 16px; }.fund-stats { gap: 12px; }.research-card .data-table { font-size: 11px; } }
