
/* GC Quant Research Edition · supporting pages
   Static-only presentation layer for industry, theme, and style research views. */
.research-main {
  max-width: var(--content-max-width);
  padding: var(--content-padding-top) var(--content-padding-x) var(--content-padding-bottom);
}
.research-main .page-nav {
  margin-bottom: 20px;
}
.research-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 28px 30px 25px;
  border: 1px solid #d9e5f5;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, .94), rgba(255, 255, 255, .98) 52%, rgba(244, 252, 250, .94));
  box-shadow: 0 10px 26px rgba(25, 67, 120, .07);
}
.research-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.research-kicker::before {
  width: 18px;
  height: 2px;
  content: "";
  background: #2563eb;
}
.research-hero h1 {
  margin: 7px 0 4px;
  color: #101828;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.18;
  letter-spacing: -.04em;
}
.research-hero h1 small {
  display: block;
  margin-top: 7px;
  color: #475467;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 760;
  letter-spacing: -.01em;
}
.research-hero p {
  max-width: 860px;
  margin: 12px 0 0;
  color: #667085;
  font-size: 14px;
}
.research-hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 420px;
}
.research-hero-meta span,
.research-tag,
.research-status {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 9px;
  border: 1px solid #d8e3f0;
  border-radius: 999px;
  color: #526173;
  background: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.research-hero-meta .primary,
.research-tag.blue {
  border-color: #bdd5fb;
  color: #1d4ed8;
  background: #eff6ff;
}
.research-tag.green {
  border-color: #b8ead8;
  color: #047857;
  background: #ecfdf5;
}
.research-tag.amber {
  border-color: #f4d7a1;
  color: #a16207;
  background: #fffbeb;
}
.research-tag.red {
  border-color: #f6c1cb;
  color: #be123c;
  background: #fff1f2;
}
.research-tag.purple {
  border-color: #d9c7fb;
  color: #6d28d9;
  background: #f5f3ff;
}
.research-hero-callout {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 13px 15px;
  border-left: 3px solid #2563eb;
  background: rgba(255, 255, 255, .72);
}
.research-hero-callout strong {
  color: #1d4ed8;
  font-size: 12px;
  white-space: nowrap;
}
.research-hero-callout p {
  max-width: none;
  margin: 0;
  color: #475467;
  font-size: 13px;
}
.research-section {
  margin-top: 20px;
}
.research-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 10px;
}
.research-section-heading h2 {
  margin: 0;
  color: #172b4d;
  font-size: 18px;
  letter-spacing: -.02em;
}
.research-section-heading p {
  margin: 4px 0 0;
  color: #98a2b3;
  font-size: 12px;
}
.research-section-heading > span {
  color: #98a2b3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.research-panel {
  padding: 20px;
  border: 1px solid #dfe7f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(15, 23, 42, .055);
}
.research-panel.tight {
  padding: 15px 17px;
}
.research-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 15px;
}
.research-panel-head h3 {
  margin: 0;
  color: #172b4d;
  font-size: 15px;
  letter-spacing: -.015em;
}
.research-panel-head p {
  margin: 3px 0 0;
  color: #8a96a8;
  font-size: 11px;
}
.research-panel-note {
  color: #98a2b3;
  font-size: 11px;
  line-height: 1.5;
}
.research-kpi-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 11px;
}
.research-kpi {
  min-height: 106px;
  padding: 15px 16px 13px;
  border: 1px solid #dfe7f1;
  border-top: 3px solid #9bbcf2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, .04);
}
.research-kpi.green { border-top-color: #34d399; }
.research-kpi.amber { border-top-color: #f5b74c; }
.research-kpi.red { border-top-color: #fb7185; }
.research-kpi.gray { border-top-color: #aab6c7; }
.research-kpi-label {
  color: #667085;
  font-size: 11px;
  font-weight: 780;
}
.research-kpi-value {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 8px;
  color: #101828;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.research-kpi-value small {
  color: #667085;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}
.research-kpi-note {
  margin-top: 5px;
  color: #98a2b3;
  font-size: 11px;
}
.research-framework {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-radius: 13px;
  background: #fff;
}
.research-framework-item {
  padding: 16px 18px;
  border-right: 1px solid #e8eef6;
}
.research-framework-item:last-child { border-right: 0; }
.research-framework-item b {
  display: block;
  color: #2563eb;
  font-size: 12px;
}
.research-framework-item strong {
  display: block;
  margin-top: 5px;
  color: #172b4d;
  font-size: 14px;
}
.research-framework-item span {
  display: block;
  margin-top: 5px;
  color: #8a96a8;
  font-size: 11px;
}
.research-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(360px, .84fr);
  gap: 18px;
  align-items: start;
}
.industry-scatter-panel {
  min-width: 0;
}
.industry-scatter-wrap {
  overflow: hidden;
  border: 1px solid #e6edf6;
  border-radius: 10px;
  background: #fbfdff;
}
.industry-scatter-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.industry-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  margin-top: 12px;
}
.industry-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #667085;
  font-size: 11px;
}
.industry-legend i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #94a3b8;
}
.industry-legend i.repair { background: #34d399; }
.industry-legend i.diffusion { background: #22c55e; }
.industry-legend i.ebb { background: #f97316; }
.industry-side {
  display: grid;
  gap: 18px;
}
.industry-stage-list {
  display: grid;
  gap: 13px;
}
.industry-stage-row {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 33px;
  gap: 9px;
  align-items: center;
}
.industry-stage-row > span:first-child {
  color: #475467;
  font-size: 12px;
  font-weight: 760;
}
.industry-stage-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef3f8;
}
.industry-stage-track i {
  display: block;
  height: 100%;
  min-width: 4px;
  border-radius: inherit;
}
.industry-stage-row > b {
  color: #172b4d;
  font-size: 12px;
  text-align: right;
}
.industry-focus-grid {
  display: grid;
  gap: 9px;
}
.industry-focus-card {
  padding: 12px 13px;
  border: 1px solid #e4ebf4;
  border-left: 3px solid #9bbcf2;
  border-radius: 9px;
  background: #fbfdff;
}
.industry-focus-card.repair { border-left-color: #34d399; }
.industry-focus-card.diffusion { border-left-color: #22c55e; }
.industry-focus-card.ebb { border-left-color: #f97316; }
.industry-focus-card.unclear { border-left-color: #aab6c7; }
.industry-focus-card strong {
  display: block;
  color: #344054;
  font-size: 12px;
}
.industry-focus-card p {
  margin: 5px 0 7px;
  color: #667085;
  font-size: 11px;
}
.industry-focus-names {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.industry-focus-names span {
  padding: 3px 6px;
  border: 1px solid #e3eaf3;
  border-radius: 5px;
  color: #526173;
  background: #fff;
  font-size: 10px;
}
.research-table-wrap {
  overflow-x: auto;
  border: 1px solid #e3eaf4;
  border-radius: 10px;
}
.research-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  font-size: 11px;
}
.research-table th {
  padding: 10px 11px;
  color: #667085;
  background: #f7faff;
  border-bottom: 1px solid #e3eaf4;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .02em;
  text-align: left;
  white-space: nowrap;
}
.research-table td {
  padding: 9px 11px;
  color: #475467;
  border-bottom: 1px solid #eef2f7;
  white-space: nowrap;
}
.research-table tr:last-child td { border-bottom: 0; }
.research-table tbody tr:hover { background: #fbfdff; }
.research-table td:first-child {
  color: #172b4d;
  font-weight: 800;
}
.research-table .num {
  color: #344054;
  font-variant-numeric: tabular-nums;
}
.research-table .positive { color: #059669; }
.research-table .negative { color: #dc2626; }
.research-table .muted { color: #98a2b3; }
.research-table .research-tag {
  min-height: 22px;
  padding: 2px 7px;
  font-size: 10px;
}
.research-footnote,
.research-disclaimer-box {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #dfe7f1;
  border-radius: 11px;
  color: #667085;
  background: #f9fbfe;
  font-size: 11px;
  line-height: 1.7;
}
.research-disclaimer-box strong {
  color: #344054;
}
.theme-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
}
.theme-summary-card {
  position: relative;
  min-height: 119px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #dfe7f1;
  border-top: 3px solid #9bbcf2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, .04);
}
.theme-summary-card::after {
  position: absolute;
  right: -14px;
  bottom: -22px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  content: "";
  background: rgba(37, 99, 235, .045);
}
.theme-summary-card.tone-a { border-top-color: #10b981; }
.theme-summary-card.tone-b { border-top-color: #3b82f6; }
.theme-summary-card.tone-c { border-top-color: #f59e0b; }
.theme-summary-card.tone-d { border-top-color: #8b5cf6; }
.theme-summary-card.tone-e { border-top-color: #f97316; }
.theme-grade {
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
}
.theme-summary-card h3 {
  margin: 5px 0 2px;
  color: #172b4d;
  font-size: 14px;
}
.theme-summary-card p {
  margin: 0;
  color: #667085;
  font-size: 11px;
}
.theme-summary-card b {
  display: block;
  margin-top: 10px;
  color: #101828;
  font-size: 19px;
}
.theme-summary-card b small {
  color: #98a2b3;
  font-size: 10px;
  font-weight: 700;
}
.theme-mainline-grid {
  display: grid;
  gap: 18px;
}
.theme-group-panel {
  padding: 18px;
  border: 1px solid #dfe7f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(15, 23, 42, .055);
}
.theme-group-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf1f6;
}
.theme-grade-badge {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #fff;
  background: #2563eb;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 7px 14px rgba(37, 99, 235, .17);
}
.tone-a .theme-grade-badge { background: #059669; }
.tone-b .theme-grade-badge { background: #2563eb; }
.tone-c .theme-grade-badge { background: #d97706; }
.tone-d .theme-grade-badge { background: #7c3aed; }
.tone-e .theme-grade-badge { background: #ea580c; }
.theme-group-head h3 {
  margin: 0;
  color: #172b4d;
  font-size: 16px;
}
.theme-group-head p {
  margin: 3px 0 0;
  color: #667085;
  font-size: 11px;
}
.theme-group-count {
  color: #2563eb;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}
.theme-group-role {
  margin: 13px 0 14px;
  padding: 9px 11px;
  border-left: 3px solid #b8cdf3;
  color: #526173;
  background: #f8fbff;
  font-size: 11px;
}
.theme-direction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}
.theme-direction-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid #e2e9f2;
  border-radius: 9px;
  background: #fbfdff;
}
.theme-direction-card:hover {
  border-color: #b8cff5;
  background: #fff;
}
.theme-direction-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px;
}
.theme-direction-head strong {
  color: #172b4d;
  font-size: 13px;
}
.theme-direction-head .research-tag {
  min-height: 21px;
  padding: 2px 6px;
  font-size: 9px;
}
.theme-direction-state {
  margin-top: 6px;
  color: #526173;
  font-size: 10px;
  font-weight: 750;
}
.theme-direction-note {
  min-height: 31px;
  margin-top: 7px;
  color: #8a96a8;
  font-size: 10px;
  line-height: 1.5;
}
.theme-direction-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin-top: 9px;
  padding-top: 8px;
  border-top: 1px solid #e9eff6;
}
.theme-direction-metrics span {
  color: #98a2b3;
  font-size: 9px;
}
.theme-direction-metrics b {
  display: block;
  margin-top: 2px;
  color: #344054;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.theme-direction-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
.theme-direction-flags span {
  padding: 3px 5px;
  border-radius: 4px;
  color: #667085;
  background: #eef3f9;
  font-size: 9px;
}
.theme-empty {
  padding: 15px;
  border: 1px dashed #cbd8e8;
  border-radius: 8px;
  color: #98a2b3;
  background: #fbfdff;
  font-size: 11px;
}
.style-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}
.style-signal-card {
  min-height: 104px;
  padding: 15px 16px;
  border: 1px solid #dfe7f1;
  border-top: 3px solid #7ca9ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, .04);
}
.style-signal-card:nth-child(2) { border-top-color: #34d399; }
.style-signal-card:nth-child(3) { border-top-color: #f5b74c; }
.style-signal-card:nth-child(4) { border-top-color: #a78bfa; }
.style-signal-card span {
  color: #667085;
  font-size: 11px;
  font-weight: 780;
}
.style-signal-card strong {
  display: block;
  margin-top: 8px;
  color: #172b4d;
  font-size: 21px;
  letter-spacing: -.03em;
}
.style-signal-card small {
  color: #98a2b3;
  font-size: 10px;
}
.style-judge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.style-judge {
  padding: 15px 17px;
  border: 1px solid #e1e8f1;
  border-left: 4px solid #cbd5e1;
  border-radius: 11px;
  background: #fff;
}
.style-judge.low { border-left-color: #34d399; }
.style-judge h3 {
  margin: 0;
  color: #344054;
  font-size: 13px;
}
.style-judge p {
  margin: 4px 0 0;
  color: #8a96a8;
  font-size: 11px;
}
.style-judge-data {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.style-judge-data span {
  padding: 4px 7px;
  border-radius: 5px;
  color: #526173;
  background: #f4f7fb;
  font-size: 10px;
  font-weight: 750;
}
.style-observation-strip {
  padding: 12px 15px;
  border-left: 3px solid #2563eb;
  border-radius: 7px;
  color: #475467;
  background: #eff6ff;
  font-size: 12px;
  line-height: 1.65;
}
.style-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: 18px;
  align-items: start;
}
.style-column {
  display: grid;
  gap: 18px;
}
.style-distribution-row {
  display: grid;
  grid-template-columns: 92px 42px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #edf1f6;
}
.style-distribution-row:last-child { border-bottom: 0; }
.style-distribution-row > strong {
  color: #475467;
  font-size: 11px;
}
.style-distribution-row > b {
  color: #172b4d;
  font-size: 11px;
  text-align: right;
}
.style-distribution-track {
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef3f8;
}
.style-distribution-track i {
  display: block;
  height: 100%;
  min-width: 3px;
  border-radius: inherit;
  background: #6b9bea;
}
.style-distribution-row:nth-child(1) i { background: #34b981; }
.style-distribution-row:nth-child(2) i { background: #f59e0b; }
.style-distribution-row:nth-child(3) i { background: #f2a65a; }
.style-distribution-row:nth-child(4) i { background: #8196ba; }
.style-distribution-row:nth-child(5) i { background: #2563eb; }
.style-row-note {
  margin: 5px 0 0 101px;
  color: #98a2b3;
  font-size: 10px;
}
.style-excess-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 48px;
  gap: 9px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #edf1f6;
}
.style-excess-row:last-child { border-bottom: 0; }
.style-excess-row > strong {
  color: #526173;
  font-size: 11px;
}
.style-excess-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #f1f4f8;
}
.style-excess-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #34b981;
}
.style-excess-track i.negative { background: #f59e0b; }
.style-excess-row > b {
  color: #344054;
  font-size: 11px;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.style-sequence {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}
.style-sequence-chip {
  padding: 9px 7px 8px;
  border: 1px solid #e2e9f2;
  border-radius: 7px;
  text-align: center;
  background: #fbfdff;
}
.style-sequence-chip span {
  display: block;
  color: #98a2b3;
  font-size: 9px;
}
.style-sequence-chip b {
  display: block;
  margin-top: 4px;
  color: #344054;
  font-size: 10px;
}
.style-sequence-chip.high b { color: #d97706; }
.style-sequence-chip.low b { color: #059669; }
.style-board-grid,
.style-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.style-board-card,
.style-cap-card {
  padding: 12px;
  border: 1px solid #e2e9f2;
  border-radius: 9px;
  background: #fbfdff;
}
.style-board-card h4,
.style-cap-card h4 {
  margin: 0;
  color: #172b4d;
  font-size: 12px;
}
.style-board-card p,
.style-cap-card p {
  min-height: 30px;
  margin: 4px 0 8px;
  color: #8a96a8;
  font-size: 10px;
  line-height: 1.45;
}
.style-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}
.style-mini-metrics span {
  color: #98a2b3;
  font-size: 9px;
}
.style-mini-metrics b {
  display: block;
  margin-top: 2px;
  color: #344054;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.style-cap-card .style-cap-bar {
  height: 6px;
  margin-top: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2f7;
}
.style-cap-card .style-cap-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #2563eb;
}
.style-median-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #cfe0ff;
  border-radius: 11px;
  background: linear-gradient(135deg, #f5f9ff, #fff);
}
.style-median-code {
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.style-median-card h3 {
  margin: 0;
  color: #172b4d;
  font-size: 14px;
}
.style-median-card p {
  margin: 3px 0 0;
  color: #667085;
  font-size: 11px;
}
.style-median-value {
  color: #172b4d;
  font-size: 24px;
  font-weight: 900;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.style-median-value small {
  display: block;
  color: #059669;
  font-size: 11px;
}
.research-page-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding-top: 15px;
  border-top: 1px solid #dfe7f1;
  color: #98a2b3;
  font-size: 11px;
}
.research-page-footer a {
  color: #667085;
  font-weight: 750;
}
@media (max-width: 1180px) {
  .research-kpi-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .theme-summary-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .theme-direction-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .style-board-grid, .style-cap-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .research-hero { grid-template-columns: 1fr; }
  .research-hero-meta { justify-content: flex-start; max-width: none; }
  .research-layout, .style-content-grid { grid-template-columns: 1fr; }
  .style-content-grid { grid-template-columns: 1fr; }
  .style-column { gap: 14px; }
  .research-main { padding: 15px 14px 38px; }
  .research-hero { padding: 22px 19px; }
  .research-hero-callout { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 680px) {
  .research-kpi-grid, .style-signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .research-framework { grid-template-columns: 1fr; }
  .research-framework-item { border-right: 0; border-bottom: 1px solid #e8eef6; }
  .research-framework-item:last-child { border-bottom: 0; }
  .theme-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .theme-direction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .style-judge-grid { grid-template-columns: 1fr; }
  .style-sequence { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .research-section-heading { display: block; }
  .research-section-heading > span { display: block; margin-top: 6px; }
  .research-page-footer { display: block; }
  .research-page-footer span + span { display: block; margin-top: 6px; }
}
@media (max-width: 460px) {
  .theme-direction-grid { grid-template-columns: 1fr; }
  .style-board-grid, .style-cap-grid { grid-template-columns: 1fr; }
  .research-kpi-value { font-size: 22px; }
  .research-panel { padding: 15px; }
}



/* ===== GCQ-ALIGN：市场风格页恢复母版 2 列栅格 =====
   母版 renderStylePage() 使用 .msp-grid 两列：
     左列 = 全市场风格分布 / 近10日高低风格路径 / 全A中位指数
     右列 = 相对全A中位超额 / 分市场结构 / 市值结构
   静态版此前为单列纵向平铺，页面被拉长、信息密度显著低于母版。 */
.style-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--dash-gap);
  align-items: start;
}
.style-two-col > .style-col { display: grid; gap: var(--dash-gap); align-content: start; min-width: 0; }
@media (max-width: 1100px) {
  .style-two-col { grid-template-columns: minmax(0, 1fr); }
}

/* ===== GCQ-ALIGN：行业地图「状态定义 / 口径说明」卡（对齐母版 .ilc-def*） ===== */
.ilc-def-lede { margin: 0 0 10px; font-size: var(--dash-font-caption); line-height: 1.75; color: var(--dash-text-main); }
.ilc-def-sub { margin: 0 0 10px; font-size: 12px; line-height: 1.7; color: var(--dash-text-muted); }
.ilc-def-h4 { margin: 16px 0 8px; font-size: 13.5px; color: var(--dash-text); }
.ilc-def-warn {
  margin: 10px 0; padding: 10px 12px;
  border: 1px solid #fde68a; border-left: 3px solid var(--dash-warning);
  border-radius: var(--dash-radius-sm); background: #fffbeb;
  color: #92400e; font-size: 12.5px; line-height: 1.7;
}
.ilc-defs-static { display: grid; gap: 8px; }
.ilc-def-row {
  display: grid; grid-template-columns: minmax(140px, 180px) 1fr; gap: 10px; align-items: start;
  padding: 9px 11px; border: 1px solid var(--dash-border);
  border-radius: var(--dash-radius-sm); background: var(--dash-surface-soft);
}
.ilc-def-row code {
  display: inline-block; padding: 2px 7px; border-radius: 5px;
  background: var(--dash-primary-soft); color: var(--dash-primary-dark);
  font-family: Consolas, "SFMono-Regular", monospace; font-size: 11.5px; font-weight: 700;
}
.ilc-def-row span { font-size: 12.5px; line-height: 1.7; color: var(--dash-text-main); }
.ilc-def-list { margin: 0; padding-left: 18px; }
.ilc-def-list li { margin: 5px 0; font-size: 12.5px; line-height: 1.7; color: var(--dash-text-main); }
.ilc-def-src { margin-top: 12px; font-size: 11.5px; line-height: 1.7; color: var(--dash-text-muted); }
.ilc-def-src code { font-family: Consolas, "SFMono-Regular", monospace; overflow-wrap: anywhere; }
@media (max-width: 720px) { .ilc-def-row { grid-template-columns: 1fr; } }
