.analysis-container { max-width: 1000px; margin: 0 auto; }
.analysis-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.analysis-header-main {
  min-width: 0;
}
.fund-title { font-size: 1.5rem; font-weight: 700; margin: 0; }
.fund-meta { color: #6b7280; font-size: 0.9rem; display: flex; gap: 8px; }
.analysis-mode-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(112px, 1fr));
  gap: 4px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  padding: 4px;
  flex: 0 0 auto;
}
.analysis-mode-link {
  display: grid;
  gap: 1px;
  border-radius: 999px;
  padding: 7px 12px;
  color: #066ae4;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}
.analysis-mode-link small {
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.analysis-mode-link.active {
  background: #066ae4;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(6, 106, 228, 0.2);
}
.analysis-mode-link.active small {
  color: rgba(255, 255, 255, 0.78);
}
.structured-analysis { display: grid; gap: 16px; }
.analysis-tabs { display: grid; gap: 12px; }
.tabs-bar { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; border-bottom: 1px solid #e5e7eb; }
.tab-btn { white-space: nowrap; border: 1px solid transparent; padding: 8px 12px; border-radius: 9999px; background: #f3f4f6; color: #111827; font-weight: 600; }
.tab-btn.active { background: #066ae4; color: #fff; border-color: #066ae4; }
.tab-panels { }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

.research-report-shell {
  width: 100%;
  max-width: none;
  overflow: hidden;
  border-radius: 0;
  background: #ffffff;
  color: #0b1b33;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  box-shadow: none;
}

.report-hero {
  padding: 50px 62px 40px;
  border-bottom: 1px solid #eef1f7;
  background: linear-gradient(180deg, #fbfcfe 0%, #ffffff 100%);
}

.report-hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.report-kicker {
  color: #066ae4;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.report-hero h1 {
  margin: 14px 0 14px;
  color: #0b1b33;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(2.45rem, 3.35vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.04;
}

.report-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #52617e;
  font-size: 18px;
}

.report-meta-line strong {
  color: #0b1b33;
  font-weight: 700;
}

.report-meta-line span:nth-child(2) {
  color: #c2cbdb;
}

.report-live-meta {
  color: #8a99b5;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.report-live-meta .live-nav-dot {
  color: #0a8f63;
  font-weight: 600;
}

.report-kpi-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  background: #ffffff;
}

.report-kpi-cell {
  padding: 20px 26px;
  border-right: 1px solid #eef1f7;
}

.report-kpi-cell:last-child {
  border-right: 0;
}

.report-kpi-cell span,
.report-kpi-cell em {
  display: block;
}

.report-kpi-cell span {
  margin-bottom: 7px;
  color: #7c8aa5;
  font-size: 14px;
  font-weight: 500;
}

.report-kpi-cell strong {
  display: block;
  color: #0b1b33;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.report-kpi-cell strong small {
  color: #8a99b5;
  font-size: 18px;
  font-weight: 500;
}

.report-kpi-cell em {
  margin-top: 5px;
  color: #7c8aa5;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.report-kpi-cell em.positive {
  color: #0a8f63;
  font-weight: 600;
}

.report-kpi-cell em.negative {
  color: #d14343;
  font-weight: 600;
}

.research-report-tabs {
  gap: 0;
}

.research-report-tabs .tabs-bar {
  gap: 42px;
  overflow-x: auto;
  padding: 0 62px;
  border-bottom: 1px solid #eef1f7;
  background: #ffffff;
}

.research-report-tabs .tab-btn {
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #8a99b5;
  padding: 20px 2px 19px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.research-report-tabs .tab-btn.active {
  background: transparent;
  color: #0b1b33;
  font-weight: 600;
}

.research-report-tabs .tab-btn.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 999px 999px 0 0;
  background: #066ae4;
}

.research-report-shell .tab-panel > .analysis-section,
.research-report-shell .overall-analysis-panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.research-report-shell .north-star-report {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.research-report-shell .north-star-cover {
  display: none;
}

.research-report-shell .north-star-body {
  padding: 42px 62px 54px;
}

.research-report-shell .north-star-verdict-block {
  margin-bottom: 36px;
  border-left: 4px solid #066ae4;
  border-radius: 0;
  background: transparent;
  padding: 6px 0 6px 30px;
}

.research-report-shell .north-star-verdict-block span {
  margin-bottom: 12px;
  color: #066ae4;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.research-report-shell .north-star-verdict-block p {
  color: #0b1b33;
  font-family: 'Spectral', Georgia, serif;
  font-size: clamp(1.62rem, 2vw, 2.08rem);
  font-weight: 400;
  line-height: 1.42;
}

.research-report-shell .north-star-section h3,
.research-report-shell .north-star-fit-section h3 {
  color: #0b1b33;
  font-size: 19px;
  font-weight: 700;
}

.research-report-shell .north-star-copy {
  color: #42526e;
  font-size: 18px;
  line-height: 1.65;
}

.research-report-shell .north-star-overview-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, 1fr);
  gap: 34px;
}

.research-report-shell .north-star-main-flow {
  gap: 32px;
}

.research-report-shell .north-star-section {
  border-top: 0;
  padding-top: 0;
}

.research-report-shell .north-star-side-rail {
  gap: 22px;
}

.research-report-shell .north-star-potential-card {
  border: 1px solid #e3ebf8;
  border-radius: 20px;
  background: #f7f9fd;
  padding: 24px 28px 26px;
  text-align: center;
}

.research-report-shell .potential-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
}

.research-report-shell .north-star-potential-card .potential-kicker {
  color: #066ae4;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.research-report-shell .potential-confidence-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #0b1b33;
  color: #ffffff;
  padding: 8px 14px;
  white-space: nowrap;
}

.research-report-shell .potential-confidence-pill i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #16d8a0;
}

.research-report-shell .potential-confidence-pill span {
  color: #aeb9cf;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.research-report-shell .potential-confidence-pill strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.research-report-shell .north-star-potential-card h3 {
  color: #0b1b33;
  font-size: 2rem;
  text-align: center;
}

.research-report-shell .north-star-potential-card p {
  color: #52617e;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

.research-report-shell .north-star-potential-card .semi-gauge {
  max-width: 230px;
  margin-top: 12px;
}

.research-report-shell .north-star-potential-card .semi-gauge path {
  stroke-width: 9;
}

.research-report-shell .north-star-potential-card .semi-gauge strong {
  margin-top: -28px;
  font-size: 36px;
}

.research-report-shell .north-star-potential-card .semi-gauge span {
  font-size: 13px;
}

.research-overall-report .north-star-body {
  gap: 0;
}

.research-evidence-stack {
  display: grid;
  gap: 14px;
}

.research-evidence-row {
  display: flex;
  gap: 16px;
  border: 1px solid #eef1f7;
  border-radius: 14px;
  background: #f7f9fc;
  padding: 18px 20px;
}

.research-evidence-row i {
  flex: 0 0 8px;
  border-radius: 3px;
  background: #066ae4;
}

.research-evidence-row-primary {
  border-color: #dbeafe;
  background: #f4f8ff;
}

.research-evidence-row-primary i {
  background: #066ae4;
}

.research-evidence-row-positive {
  border-color: #d8eee2;
  background: #f5faf7;
}

.research-evidence-row-positive i {
  background: #0a8f63;
}

.research-evidence-row-caution {
  border-color: #fbe3d8;
  background: #fff7f4;
}

.research-evidence-row-caution i {
  background: #d14343;
}

.research-evidence-row h4 {
  margin: 0;
  color: #0b1b33;
  font-size: 18px;
  font-weight: 700;
}

.research-evidence-row p {
  margin: 4px 0 0;
  color: #52617e;
  font-size: 16.5px;
  line-height: 1.55;
}

.research-fit-card {
  display: grid;
  gap: 18px;
  border: 1px solid #eef1f7;
  border-radius: 18px;
  background: #ffffff;
  padding: 24px 22px;
}

.research-fit-row h3 {
  margin: 0 0 10px;
  color: #0b1b33;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.research-fit-row.positive h3 {
  color: #0a8f63;
}

.research-fit-row.caution h3 {
  color: #d14343;
}

.research-fit-row p {
  margin: 0;
  color: #52617e;
  font-size: 16.5px;
  line-height: 1.55;
}

.research-rank-card {
  border: 1px solid #eef1f7;
  border-radius: 14px;
  background: #f7f9fc;
  padding: 14px 16px;
}

.research-rank-card span {
  display: block;
  color: #7c8aa5;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.research-rank-card strong {
  display: block;
  margin-top: 6px;
  color: #0b1b33;
  font-size: 18px;
  font-weight: 800;
}

.research-rank-card p {
  margin: 6px 0 0;
  color: #52617e;
  font-size: 13px;
  line-height: 1.5;
}

.research-journey-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 10px;
}

.research-journey-heading span {
  display: block;
  margin-bottom: 4px;
  color: #066ae4;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.research-journey-heading h3 {
  margin: 0;
}

.research-journey-heading small {
  max-width: 220px;
  color: #8a99b5;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-align: right;
}

.research-journey-headline {
  margin: 0 0 10px;
  color: #0b1b33;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.65;
}

.research-journey-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.research-journey-list article {
  border: 1px solid #eef1f7;
  border-radius: 12px;
  background: #fcfdfe;
  padding: 13px 15px;
}

.research-journey-list article > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.research-journey-list span {
  color: #066ae4;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-journey-list small {
  color: #8a99b5;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.research-journey-list p,
.research-journey-list em {
  display: block;
  margin: 0;
  color: #52617e;
  font-size: 13.5px;
  line-height: 1.55;
}

.research-journey-list em {
  margin-top: 5px;
  color: #7c8aa5;
  font-style: normal;
}

.report-tab-section {
  padding: 30px 44px 40px;
  background: #ffffff;
  font-family: 'Poppins', system-ui, sans-serif;
}

.report-tab-heading-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 6px;
}

.report-tab-heading-row h3,
.report-mini-title {
  margin: 0;
  color: #0b1b33;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.report-tab-heading-row h3 {
  font-size: 16px;
}

.report-muted-copy {
  margin: 0 0 8px;
  color: #7c8aa5;
  font-size: 13px;
  line-height: 1.6;
}

.report-muted-copy.small {
  margin-bottom: 10px;
}

.report-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #0b1b33;
  font-size: 12.5px;
  font-weight: 600;
}

.report-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.report-chart-legend i {
  width: 14px;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
}

.report-chart-legend .fund-line {
  background: #066ae4;
}

.report-chart-legend .bench-line {
  background: #aeb9cf;
}

.report-chart-card,
.phase-table-card {
  border: 1px solid #eef1f7;
  border-radius: 14px;
  background: #fcfdfe;
  padding: 18px 16px 8px;
}

.report-chart-card {
  margin-bottom: 24px;
}

.research-report-shell .chart-container {
  height: 260px;
  min-height: 260px;
}

.report-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.performance-lower-grid {
  grid-template-columns: 1fr 1fr;
}

.return-bars {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.return-bar-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 72px;
  gap: 12px;
  align-items: center;
}

.return-bar-row > span {
  color: #0b1b33;
  font-size: 13px;
  font-weight: 700;
}

.return-bar-row strong {
  color: #0b1b33;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
}

.return-bar-track {
  display: grid;
  gap: 5px;
}

.return-bar-track i {
  display: block;
  height: 8px;
  min-width: 2px;
  border-radius: 999px;
}

.return-bar-track .fund-bar {
  background: #066ae4;
}

.return-bar-track .bench-bar {
  background: #aeb9cf;
}

.return-bar-track .negative {
  background: #d14343;
}

.report-number-table,
.phase-evidence-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
}

.report-number-table thead,
.phase-evidence-table thead {
  color: #8a99b5;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.report-number-table th,
.report-number-table td,
.phase-evidence-table th,
.phase-evidence-table td {
  border-top: 1px solid #eef1f7;
  padding: 11px 0;
  text-align: right;
}

.report-number-table th:first-child,
.report-number-table td:first-child,
.phase-evidence-table th:first-child,
.phase-evidence-table td:first-child {
  text-align: left;
}

.report-number-table tbody {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
}

.report-number-table tbody td:first-child {
  color: #0b1b33;
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 700;
}

.report-number-table .positive,
.phase-evidence-table .positive,
.component-row .positive {
  color: #0a8f63;
  font-weight: 700;
}

.report-number-table .negative,
.phase-evidence-table .negative,
.component-row .negative {
  color: #d14343;
  font-weight: 700;
}

.report-stat-pair {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.report-stat-pair > div {
  flex: 1;
  border: 1px solid #eef1f7;
  border-radius: 12px;
  background: #f7f9fc;
  padding: 14px;
}

.report-stat-pair span,
.risk-profile-card span,
.phase-stat-strip span {
  display: block;
  color: #7c8aa5;
  font-size: 12px;
  font-weight: 600;
}

.report-stat-pair strong {
  display: block;
  margin-top: 2px;
  color: #0b1b33;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.quality-gauge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 26px;
}

.quality-gauge-card {
  border: 1px solid #eef1f7;
  border-radius: 14px;
  padding: 16px 12px 14px;
  text-align: center;
  background: #ffffff;
}

.quality-gauge-card .quality-value {
  color: #066ae4;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.quality-gauge-card strong {
  display: block;
  margin-top: 6px;
  color: #0b1b33;
  font-size: 13px;
  font-weight: 800;
}

.quality-gauge-card p {
  margin: 5px 6px 0;
  color: #52617e;
  font-size: 12px;
  line-height: 1.45;
}

.metrics-lower-grid {
  grid-template-columns: 1.1fr 1fr;
}

.risk-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.risk-profile-card {
  border: 1px solid #eef1f7;
  border-radius: 12px;
  background: #f7f9fc;
  padding: 13px 14px;
}

.risk-profile-card-danger {
  background: #fff7f4;
  border-color: #fbe3d8;
}

.risk-profile-card-positive {
  background: #f5faf7;
  border-color: #d8eee2;
}

.risk-profile-card strong {
  display: block;
  margin-top: 2px;
  color: #0b1b33;
  font-size: 20px;
  font-weight: 800;
}

.risk-profile-card-danger strong {
  color: #d14343;
}

.risk-profile-card-positive strong {
  color: #0a8f63;
}

.risk-profile-card em {
  display: block;
  margin-top: 1px;
  color: #7c8aa5;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  font-style: normal;
}

.capture-card {
  border: 1px solid #eef1f7;
  border-radius: 14px;
  background: #fcfdfe;
  padding: 16px 14px;
}

.capture-row {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 58px;
  gap: 10px;
  align-items: center;
}

.capture-row + .capture-row {
  margin-top: 12px;
}

.capture-row span {
  color: #52617e;
  font-size: 12.5px;
  font-weight: 700;
}

.capture-row div {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: #eef1f7;
}

.capture-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.capture-row i.positive {
  background: #0a8f63;
}

.capture-row i.negative {
  background: #d14343;
}

.capture-row strong {
  color: #0b1b33;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12px;
  text-align: right;
}

.report-explainer-card {
  margin-top: 14px;
  border: 1px solid #d8eee2;
  border-radius: 12px;
  background: #f5faf7;
  padding: 13px 15px;
}

.report-explainer-copy {
  color: #42526e;
  font-size: 13.5px;
  line-height: 1.6;
}

.report-explainer-copy p {
  margin: 0;
}

.report-explainer-copy p + p {
  margin-top: 8px;
}

.advanced-score-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}

.report-score-card {
  border: 1px solid #e3ebf8;
  border-radius: 16px;
  background: linear-gradient(160deg, #f3f7ff, #ffffff);
  padding: 18px;
  text-align: center;
}

.report-mono-kicker {
  color: #066ae4;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.semi-gauge {
  position: relative;
  max-width: 210px;
  margin: 8px auto 0;
  text-align: center;
}

.semi-gauge svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.semi-gauge path {
  fill: none;
  stroke-linecap: round;
  stroke-width: 10;
}

.semi-gauge .gauge-bg {
  stroke: #e7ecf5;
}

.semi-gauge .gauge-fg {
  stroke: #0a8f63;
}

.semi-gauge strong {
  display: block;
  margin-top: -24px;
  color: #0b1b33;
  font-size: 30px;
  font-weight: 650;
}

.semi-gauge span {
  display: block;
  color: #8a99b5;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
}

.report-score-card p {
  margin: 10px 0 0;
  color: #52617e;
  font-size: 13px;
  line-height: 1.55;
}

.component-bars {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.component-row {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 54px;
  gap: 10px;
  align-items: center;
}

.component-row span {
  color: #42526e;
  font-size: 13px;
  font-weight: 600;
}

.component-track {
  position: relative;
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: #eef1f7;
}

.component-track i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: inherit;
}

.component-track.positive i {
  left: 0;
  background: #0a8f63;
}

.component-track.negative i {
  right: 0;
  background: #d14343;
}

.component-row strong {
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.phase-stat-strip {
  display: flex;
  gap: 12px;
  margin: 0 0 18px;
}

.phase-stat-strip > div {
  flex: 1;
  border: 1px solid #eef1f7;
  border-radius: 12px;
  background: #f7f9fc;
  padding: 13px 15px;
}

.phase-stat-strip > div:first-child {
  background: #f5faf7;
  border-color: #d8eee2;
}

.phase-stat-strip strong {
  display: block;
  margin-top: 2px;
  color: #0b1b33;
  font-size: 20px;
  font-weight: 650;
}

.phase-stat-strip > div:first-child strong {
  color: #0a8f63;
}

.phase-stat-strip small,
.phase-stat-strip em {
  color: #8a99b5;
  font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
}

.phase-evidence-table {
  font-size: 12.5px;
}

.phase-evidence-table td,
.phase-evidence-table th {
  padding: 10px 8px;
}

.phase-evidence-table td strong,
.phase-evidence-table td small {
  display: block;
}

.phase-evidence-table td small {
  color: #8a99b5;
  font-size: 11px;
  text-transform: capitalize;
}
/* Summary grid */
.summary-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 8px; margin: 10px 0; }
.summary-card { background: #f9fafb; border: 1px solid #eef2f7; border-radius: 8px; padding: 10px; }
.summary-card .label { color: #6b7280; font-size: 12px; }
.summary-card .value { font-weight: 700; margin-top: 4px; }
.summary-table table { width: 100%; border-collapse: collapse; }
.summary-table th, .summary-table td { border: 1px solid #e5e7eb; padding: 8px; text-align: left; }
/* Suitability formatting */
.overview-block { background: #f9fafb; border: 1px solid #eef2f7; border-radius: 8px; padding: 10px; margin-bottom: 10px; }
.suitability-table table { width: 100%; border-collapse: collapse; }
.suitability-table th, .suitability-table td { border: 1px solid #e5e7eb; padding: 8px; text-align: left; vertical-align: top; }
.suitability-table ul { margin: 0; padding-left: 18px; }
.analysis-section { background: white; border: 1px solid #e5e7eb; border-radius: 10px; padding: 16px; }
.retail-analysis-container {
  max-width: 920px;
}
.retail-analysis-content {
  display: block;
}
.retail-report-loading {
  border-color: rgba(6, 106, 228, 0.16);
  background:
    radial-gradient(circle at 8% 10%, rgba(2, 188, 247, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  padding: 28px;
}
.retail-report-loading h2 {
  margin: 4px 0 10px;
  color: #0f172a;
  font-size: 1.45rem;
  font-weight: 900;
}
.retail-report-loading p {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}
.retail-report-loading .retail-loading-note {
  margin-top: 8px;
  color: #64748b;
  font-size: 0.92rem;
}
.section-header { margin-bottom: 8px; }
.section-title { font-size: 1.1rem; font-weight: 700; }
.performance-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.performance-table th, .performance-table td { padding: 8px; border-bottom: 1px solid #f3f4f6; text-align: left; }
.return-cell.positive { color: #065f46; }
.return-cell.negative { color: #991b1b; }
.outperformance-cell.positive { color: #065f46; }
.outperformance-cell.negative { color: #991b1b; }
.risk-metrics-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 8px; }
.risk-metric { background: #f9fafb; padding: 8px; border-radius: 8px; }
.chart-container { height: 260px; padding: 8px; background: #f9fafb; border-radius: 8px; }
.peer-stats { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 8px; margin-bottom: 8px; }
.metric-comparison, .metric-item { display: flex; justify-content: space-between; padding: 6px 8px; background: #f9fafb; border-radius: 6px; margin-bottom: 6px; }
.bear-market-periods { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 10px; }
.period-card { background: #f9fafb; padding: 10px; border-radius: 8px; border: 1px solid #eef2f7; }
.guidelines-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 8px; }
.score-circle { width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; background: #f3f4f6; margin-right: 12px; }
.score-circle.high { background: rgba(22,163,74,0.12); color: #166534 }
.score-circle.moderate { background: rgba(245,158,11,0.16); color: #92400e }
.score-circle.low { background: rgba(220,38,38,0.12); color: #7f1d1d }
/* Insights */
.insights { background: #f9fafb; border: 1px solid #eef2f7; border-radius: 8px; padding: 10px; margin: 8px 0 12px; }
.insights h3 { margin: 0 0 6px; font-size: 0.95rem; }
.insights ul { margin: 0; padding-left: 18px; }

.simple-ai-loading { background: #f9fafb; border: 1px solid #eef2f7; border-radius: 8px; padding: 12px; color: #4b5563; }
.simple-ai-header h3 { margin: 0 0 6px; font-size: 1.05rem; }
.simple-ai-verdict { margin: 0; font-weight: 600; color: #1f2937; }
.simple-ai-summary { margin-top: 10px; background: #f9fafb; border: 1px solid #eef2f7; border-radius: 8px; padding: 10px; color: #374151; }
.simple-ai-snapshot { margin-top: 10px; background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%); border: 1px solid #dbeafe; border-radius: 10px; padding: 12px; }
.simple-ai-snapshot h4 { margin: 0 0 8px; font-size: 0.95rem; color: #1e3a8a; }
.simple-ai-snapshot-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: 8px; }
.simple-ai-snapshot-card { background: rgba(255,255,255,0.75); border: 1px solid rgba(191,219,254,0.9); border-radius: 8px; padding: 10px; }
.simple-ai-snapshot-card .label { color: #6b7280; font-size: 12px; }
.simple-ai-snapshot-card .value { margin-top: 4px; font-weight: 700; color: #0f172a; }
.simple-ai-snapshot-meaning { margin: 8px 0 0; color: #334155; font-size: 0.9rem; }
.simple-ai-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 8px; margin-top: 10px; }
.simple-ai-card { background: #f9fafb; border: 1px solid #eef2f7; border-radius: 8px; padding: 10px; }
.simple-ai-card h4 { margin: 0 0 6px; font-size: 0.95rem; }
.simple-ai-card p { margin: 0; color: #374151; }
.simple-ai-lists { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 8px; margin-top: 10px; }
.simple-ai-list { background: #f9fafb; border: 1px solid #eef2f7; border-radius: 8px; padding: 10px; }
.simple-ai-list h4 { margin: 0 0 6px; font-size: 0.95rem; }
.simple-ai-list ul { margin: 0; padding-left: 18px; }
.simple-ai-key-numbers { margin-top: 10px; }
.simple-ai-key-numbers h4 { margin: 0 0 6px; font-size: 0.95rem; }
.simple-ai-number-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 8px; }
.simple-ai-number-card { background: #f9fafb; border: 1px solid #eef2f7; border-radius: 8px; padding: 10px; }
.simple-ai-number-card .label { color: #6b7280; font-size: 12px; }
.simple-ai-number-card .value { margin-top: 4px; font-weight: 700; color: #111827; }
.simple-ai-number-card .meaning { margin-top: 6px; color: #4b5563; font-size: 0.88rem; }
.simple-ai-checklist { margin-top: 10px; }
.simple-ai-disclaimer { margin-top: 10px; font-size: 0.85rem; color: #6b7280; }

.overall-hero {
  background: linear-gradient(135deg, #eef6ff 0%, #f8fafc 60%, #fff7ed 100%);
  border: 1px solid #dbeafe;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 12px;
}
.overall-hero .eyebrow {
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.overall-hero h3 {
  margin: 4px 0 8px;
  font-size: 1.2rem;
  color: #0f172a;
}
.overall-verdict {
  margin: 0;
  color: #1f2937;
  font-weight: 700;
}
.verdict-chip {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #e0f2fe;
  color: #075985;
  border: 1px solid #bae6fd;
}
.verdict-chip.leading,
.verdict-chip.above-average {
  background: #ecfdf5;
  color: #047857;
  border-color: #bbf7d0;
}
.verdict-chip.average {
  background: #f8fafc;
  color: #475569;
  border-color: #cbd5e1;
}
.verdict-chip.below-median,
.verdict-chip.lagging {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fed7aa;
}
.overall-score-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 10px 0;
}
.summary-card .meaning {
  margin-top: 6px;
  color: #64748b;
  font-size: 0.82rem;
  line-height: 1.35;
}
.summary-table .positive,
.metric-value.positive,
.phase-mini-grid .positive {
  color: #047857;
  font-weight: 700;
}
.summary-table .negative,
.metric-value.negative,
.phase-mini-grid .negative {
  color: #b91c1c;
  font-weight: 700;
}
.performance-chart-block {
  margin-bottom: 12px;
}
.phase-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.compact-phase-card {
  display: grid;
  gap: 8px;
}
.compact-phase-card .phase-type {
  width: fit-content;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  text-transform: uppercase;
}
.compact-phase-card h4 {
  margin: 0;
  color: #111827;
}
.compact-phase-card p {
  margin: 0;
  color: #475569;
  font-size: 0.9rem;
}
.phase-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.phase-mini-grid div {
  background: white;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  padding: 8px;
}
.phase-mini-grid span {
  display: block;
  color: #64748b;
  font-size: 11px;
}
.phase-mini-grid strong {
  display: block;
  margin-top: 3px;
  color: #111827;
  font-size: 0.9rem;
}
.metric-explainer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.metric-explainer-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px;
}
.metric-explainer-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.metric-explainer-card .metric-name {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.metric-explainer-card .metric-value {
  margin-top: 4px;
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 800;
}
.metric-explainer-card .metric-direction {
  border-radius: 999px;
  background: white;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  white-space: nowrap;
}
.metric-explainer-card p {
  margin: 8px 0 0;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.45;
}

.report-section-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.section-kicker {
  display: block;
  color: #2563eb;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.section-subtitle {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.4;
  max-width: 360px;
  text-align: right;
}

.report-flow {
  display: grid;
  gap: 12px;
}

.report-kpi-rail,
.compact-stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
  margin: 10px 0;
}

.report-kpi-rail .summary-card,
.compact-stat-row .summary-card {
  border-radius: 14px;
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.report-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.75fr);
  gap: 12px;
  align-items: start;
}

.report-narrative-stack,
.report-side-panel {
  display: grid;
  gap: 10px;
}

.flow-card,
.fit-card,
.guided-section-intro,
.metric-group-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px;
}

.flow-card-primary {
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  border-color: #dbeafe;
}

.flow-card-caution {
  background: #fff7ed;
  border-color: #fed7aa;
}

.flow-card h4,
.fit-card h4,
.guided-section-intro h3,
.metric-group-header h4 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 800;
}

.flow-copy {
  color: #334155;
  line-height: 1.65;
  font-size: 0.95rem;
}

.flow-copy p,
.simple-ai-summary p {
  margin: 0;
}

.flow-copy p + p,
.simple-ai-summary p + p {
  margin-top: 8px;
}

.compact-evidence-list,
.fit-card ul {
  margin: 0;
  padding-left: 18px;
  color: #334155;
  line-height: 1.55;
}

.compact-rationale-copy + .compact-evidence-list {
  margin-top: 10px;
}

.compact-evidence-list li + li,
.fit-card li + li {
  margin-top: 6px;
}

.fit-card p,
.guided-section-intro p {
  margin: 0;
  color: #334155;
  line-height: 1.55;
}

.market-flow-copy,
.metrics-flow-copy {
  background: linear-gradient(135deg, #f8fafc 0%, #eef6ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 14px;
  padding: 14px;
}

.north-star-report {
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  border-color: rgba(6, 106, 228, 0.18);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(6, 106, 228, 0.08);
}

.north-star-cover {
  position: relative;
  padding: 24px 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(2, 188, 247, 0.38), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(22, 216, 160, 0.24), transparent 27%),
    linear-gradient(135deg, #066ae4 0%, #103fb8 45%, #0b1b33 100%);
  border-bottom: 0;
  color: #ffffff;
}

.north-star-cover::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(2, 188, 247, 0.7), rgba(22, 216, 160, 0.7));
  pointer-events: none;
}

.north-star-cover-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
  gap: 24px;
  align-items: center;
}

.north-star-cover-main {
  min-width: 0;
  max-width: 560px;
}

.north-star-title-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.north-star-kicker {
  color: #02bcf7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-report-pill {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  text-transform: uppercase;
}

.north-star-cover h2 {
  max-width: 620px;
  margin: 10px 0 9px;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.45vw, 2.25rem);
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.north-star-subtitle {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.55;
}

.north-star-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.north-star-meta-line span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.north-star-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  padding-top: 0;
}

.north-star-analysis-chip {
  display: grid;
  gap: 7px;
  min-height: 82px;
  align-content: center;
  border-radius: 16px;
  padding: 14px 15px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)) padding-box,
    linear-gradient(135deg, rgba(2, 188, 247, 0.9), rgba(22, 216, 160, 0.76)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 14px 28px rgba(2, 20, 78, 0.16);
  text-align: left;
  backdrop-filter: blur(12px);
}

.north-star-analysis-chip .analysis-chip-label {
  color: #066ae4;
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.north-star-analysis-chip .analysis-chip-value {
  color: #0f172a;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.score-chip {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 249, 255, 0.9)) padding-box,
    linear-gradient(135deg, #02bcf7, rgba(255, 255, 255, 0.7)) border-box;
}

.probability-chip {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(240, 253, 244, 0.9)) padding-box,
    linear-gradient(135deg, #16d8a0, #02bcf7) border-box;
}

.rank-chip {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), #02bcf7) border-box;
}

.north-star-body {
  display: grid;
  gap: 22px;
  max-width: none;
  margin: 0 auto;
  padding: 30px;
}

.north-star-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
  gap: 26px;
  align-items: start;
}

.north-star-main-flow,
.north-star-side-rail {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.north-star-side-rail {
  align-self: start;
}

.north-star-verdict-block {
  border-left: 4px solid #066ae4;
  border-radius: 14px;
  background:
    radial-gradient(circle at 0 0, rgba(2, 188, 247, 0.08), transparent 38%),
    #f8fafc;
  padding: 18px 20px;
}

.north-star-verdict-block span {
  display: block;
  margin-bottom: 6px;
  color: #066ae4;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.north-star-verdict-block p {
  margin: 0;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.55;
}

.north-star-section {
  border-top: 1px solid #e2e8f0;
  padding-top: 18px;
}

.north-star-main-flow > .north-star-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.north-star-section h3,
.north-star-fit-section h3 {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.north-star-copy {
  color: #334155;
  font-size: 0.98rem;
  line-height: 1.72;
}

.north-star-copy p {
  margin: 0;
}

.north-star-copy p + p {
  margin-top: 10px;
}

.evidence-report-flow {
  display: grid;
  gap: 16px;
}

.evidence-report-intro {
  max-width: 720px;
}

.evidence-report-grid,
.evidence-snapshot-grid,
.evidence-fit-grid {
  display: grid;
  gap: 12px;
}

.evidence-report-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evidence-snapshot-grid,
.evidence-fit-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.evidence-report-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(6, 106, 228, 0.13);
  border-radius: 16px;
  background:
    radial-gradient(circle at 0 0, rgba(2, 188, 247, 0.1), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  padding: 16px;
  box-shadow: 0 12px 28px rgba(6, 106, 228, 0.06);
}

.evidence-report-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #02bcf7, #16d8a0);
}

.evidence-report-card-caution::before,
.evidence-report-card-risk::before {
  background: linear-gradient(180deg, #f59e0b, #066ae4);
}

.evidence-report-card h4 {
  margin: 0 0 9px;
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.evidence-card-copy {
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.62;
}

.evidence-card-copy p {
  margin: 0;
}

.evidence-card-copy p + p,
.evidence-card-extra + .evidence-card-extra {
  margin-top: 8px;
}

.evidence-card-extra {
  margin: 10px 0 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.58;
}

.evidence-card-list {
  display: grid;
  gap: 9px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.evidence-card-list li {
  border-radius: 12px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid #e2e8f0;
  padding: 10px 11px;
}

.evidence-card-list strong,
.evidence-card-list span {
  display: block;
}

.evidence-card-list strong {
  color: #0f172a;
  font-size: 0.9rem;
  line-height: 1.45;
}

.evidence-card-list span {
  margin-top: 3px;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.45;
}

.evidence-card-note {
  border-radius: 14px;
  background: rgba(6, 106, 228, 0.05);
  border: 1px solid rgba(6, 106, 228, 0.12);
  padding: 13px 15px;
}

.evidence-card-note p {
  margin: 0;
  color: #334155;
  font-size: 0.93rem;
  line-height: 1.58;
}

.evidence-card-note p + p {
  margin-top: 7px;
}

.evidence-watch-card .evidence-card-list li {
  background: rgba(255, 247, 237, 0.82);
  border-color: #fed7aa;
}

.journey-heading-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.journey-heading-row h3 {
  margin-bottom: 0;
}

.journey-kicker {
  display: block;
  margin-bottom: 4px;
  color: #066ae4;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-note {
  max-width: 220px;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

.journey-headline {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.04rem;
  font-weight: 850;
  line-height: 1.55;
}

.journey-summary {
  margin-bottom: 14px;
}

.journey-period-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.journey-period-card {
  position: relative;
  border: 1px solid rgba(6, 106, 228, 0.13);
  border-radius: 16px;
  background:
    radial-gradient(circle at 0 0, rgba(2, 188, 247, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  padding: 15px 16px;
  box-shadow: 0 10px 24px rgba(6, 106, 228, 0.06);
}

.journey-period-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #02bcf7, #16d8a0);
}

.journey-period-topline {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}

.journey-period-topline span {
  color: #066ae4;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.journey-period-topline small {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 750;
  text-align: right;
}

.journey-what,
.journey-why {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.62;
}

.journey-why {
  margin-top: 6px;
  color: #475569;
}

.north-star-potential-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.38fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(6, 106, 228, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 22%, rgba(2, 188, 247, 0.16), transparent 30%),
    radial-gradient(circle at 96% 12%, rgba(22, 216, 160, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(6, 106, 228, 0.06) 0%, #ffffff 100%);
  padding: 18px;
}

.north-star-side-rail .north-star-potential-card {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px;
}

.north-star-potential-card .potential-kicker {
  display: block;
  color: #066ae4;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.north-star-potential-card h3 {
  margin: 5px 0 0;
  color: #066ae4;
  font-size: 1.8rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.north-star-potential-card p {
  margin: 0;
  color: #334155;
  font-size: 0.96rem;
  line-height: 1.62;
}

.north-star-fit-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
}

.north-star-side-rail .north-star-fit-section {
  grid-template-columns: 1fr;
  gap: 12px;
  border-top: 0;
  padding-top: 0;
}

.north-star-fit-section div {
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 16px;
}

.north-star-side-rail .north-star-fit-section div {
  background: #ffffff;
  border-color: #e3ebf8;
  box-shadow: 0 10px 22px rgba(6, 106, 228, 0.05);
}

.north-star-fit-section p {
  margin: 0;
  color: #334155;
  line-height: 1.62;
}

.north-star-checklist {
  margin-top: 16px;
  border-radius: 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  padding: 14px 16px;
}

.north-star-checklist h4 {
  margin: 0 0 8px;
  color: #9a3412;
  font-size: 0.9rem;
  font-weight: 900;
}

.north-star-checklist ul {
  margin: 0;
  padding-left: 18px;
  color: #7c2d12;
  line-height: 1.6;
}

.north-star-checklist li + li {
  margin-top: 6px;
}

.north-star-confidence-card {
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 14px;
  background: #0b1b33;
  border: 1px solid rgba(2, 188, 247, 0.28);
  padding: 14px 16px;
  box-shadow: 0 14px 28px rgba(11, 27, 51, 0.12);
}

.north-star-confidence-card span {
  color: #aeb9cf;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.north-star-confidence-card strong {
  margin-left: auto;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: capitalize;
}

.north-star-evidence-note {
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.55;
}

.north-star-side-rail .north-star-evidence-note {
  border-top: 0;
  border-radius: 14px;
  background: #f7f9fc;
  border: 1px solid #e2e8f0;
  padding: 13px 14px;
}

.phase-timeline-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.metric-group-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.metric-group-card {
  padding: 0;
  overflow: hidden;
}

.metric-group-header {
  padding: 14px 14px 10px;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}

.metric-group-header p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
}

.metric-group-table {
  display: grid;
}

.metric-group-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, max-content);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-top: 1px solid #edf2f7;
}

.metric-group-row:first-child {
  border-top: 0;
}

.metric-group-row strong,
.metric-group-row span,
.metric-group-value b,
.metric-group-value em {
  display: block;
}

.metric-group-row strong {
  color: #0f172a;
  font-size: 0.94rem;
}

.metric-group-row span {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.45;
  margin-top: 3px;
}

.metric-group-value {
  text-align: right;
}

.metric-group-value b {
  color: #0f172a;
  font-size: 1rem;
}

.metric-group-value em {
  color: #64748b;
  font-size: 0.75rem;
  font-style: normal;
  margin-top: 4px;
}

@media (max-width: 760px) {
  .analysis-header,
  .report-section-header,
  .report-main-grid,
  .metric-group-row,
  .north-star-fit-section,
  .north-star-cover-grid,
  .north-star-overview-grid,
  .north-star-potential-card,
  .evidence-report-grid,
  .evidence-snapshot-grid,
  .evidence-fit-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-subtitle,
  .metric-group-value {
    text-align: left;
  }

  .analysis-mode-switch {
    width: 100%;
  }

  .north-star-hero-metrics {
    justify-content: flex-start;
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
    padding-top: 0;
  }

  .north-star-analysis-chip {
    min-height: 72px;
  }

  .north-star-cover {
    padding: 22px 18px;
  }

  .north-star-body {
    padding: 22px 16px 26px;
  }

  .north-star-verdict-block {
    padding: 16px;
  }

  .research-report-shell .potential-card-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .journey-heading-row,
  .journey-period-topline {
    display: grid;
    gap: 6px;
  }

  .journey-note,
  .journey-period-topline small {
    max-width: none;
    text-align: left;
  }

  .research-report-shell {
    border-radius: 14px;
  }

  .report-hero {
    padding: 28px 20px 22px;
  }

  .report-hero-top,
  .report-kpi-strip,
  .report-two-col,
  .quality-gauge-grid,
  .metrics-lower-grid,
  .risk-profile-grid,
  .advanced-score-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .report-live-meta {
    text-align: left;
  }

  .report-kpi-cell {
    border-right: 0;
    border-bottom: 1px solid #eef1f7;
  }

  .report-kpi-cell:last-child {
    border-bottom: 0;
  }

  .research-report-tabs .tabs-bar {
    gap: 22px;
    padding: 0 20px;
  }

  .research-report-shell .north-star-body {
    padding: 24px 20px 30px;
  }

  .report-tab-section {
    padding: 24px 20px 30px;
  }

  .report-tab-heading-row,
  .phase-stat-strip,
  .report-stat-pair {
    display: grid;
    grid-template-columns: 1fr;
  }

  .component-row {
    grid-template-columns: 1fr;
  }

  .capture-row {
    grid-template-columns: 1fr;
  }

  .capture-row strong {
    text-align: left;
  }

  .phase-table-card {
    overflow-x: auto;
  }

  .phase-evidence-table {
    min-width: 680px;
  }
}
