.ic-report-body {
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  --ink: #0A0A0A;
  --slate: #5B6572;
  --slate-light: #9AA1A8;
  --gold: #B8924F;
  --cream: #F8F5EF;
  --rule: #D0CCBE;
  --sheet-width: 8.5in;
  --page-height: 11in;
  --page-padding-x: 0.85in;
  --page-padding-top: 0.75in;
  --page-padding-bottom: 1in;
  background: #0B0D10;
  color: var(--ink);
  font-family: var(--sans);
}

.ic-topbar {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 24px 12px;
}

.ic-topbar h1 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #F3F4F7;
}

.ic-topbar p {
  max-width: 720px;
  color: var(--text-secondary);
  font-size: 13px;
}

.ic-back-link {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.ic-back-link:hover {
  color: #F3F4F7;
}

.ic-page-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 56px;
}

.ic-input-shell {
  margin-bottom: 24px;
}

.ic-input-panel {
  padding: 24px;
}

.ic-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ic-holdings-textarea {
  width: 100%;
  min-height: 170px;
  resize: vertical;
  background: #06060A;
  color: #E8E7E3;
  border: 1px solid rgba(184, 146, 79, 0.2);
  border-radius: 2px;
  padding: 12px 14px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.6;
}

.ic-helper-text {
  margin-top: 8px;
  color: #7A7A78;
  font-size: 11px;
}

.ic-form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.ic-loading-state {
  color: var(--gold);
  font-size: 11px;
}

.ic-inline-error {
  margin-top: 16px;
}

.ic-page-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.ic-report-document {
  width: min(100%, var(--sheet-width));
  margin: 0 auto;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.ic-report-page {
  position: relative;
  min-height: var(--page-height);
  padding: var(--page-padding-top) var(--page-padding-x) var(--page-padding-bottom);
  display: flex;
  flex-direction: column;
  background: var(--cream);
  color: var(--ink);
  box-sizing: border-box;
  break-after: page;
  page-break-after: always;
  overflow: hidden;
}

.ic-report-page:last-child {
  break-after: auto;
  page-break-after: auto;
}

.ic-report-page * {
  box-sizing: border-box;
}

.ic-page-cover {
  padding-left: calc(var(--page-padding-x) + 0.28in);
}

.ic-page-cover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.42in;
  width: 2pt;
  background: var(--gold);
}

.ic-page-cover .ic-page-body {
  padding-top: 0.12in;
}

.ic-page-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.18in;
  orphans: 3;
  widows: 3;
}

.ic-page-body p,
.ic-page-body li,
.ic-page-body td,
.ic-page-body th,
.ic-page-body div {
  orphans: 3;
  widows: 3;
}

.ic-running-header,
.ic-running-footer {
  flex: 0 0 auto;
}

.ic-running-header {
  margin-bottom: 0.28in;
}

.ic-running-header__inner,
.ic-running-footer__inner,
.ic-cover-topline,
.ic-cover-meta-grid,
.ic-cover-bottomline,
.ic-running-header__line,
.ic-running-footer__line {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.ic-running-header__inner {
  align-items: baseline;
  padding-bottom: 8px;
  border-bottom: 0.75pt solid var(--gold);
}

.ic-running-wordmark,
.ic-running-title,
.ic-running-client,
.ic-cover-wordmark,
.ic-cover-category,
.ic-cover-meta-label,
.ic-cover-bottomline,
.ic-exhibit-kicker,
.ic-table th,
.ic-mini-kicker,
.ic-running-footer {
  font-family: var(--sans);
  font-size: 9pt;
  line-height: 1.25;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ic-running-wordmark,
.ic-cover-wordmark {
  font-weight: 600;
  text-transform: none;
}

.ic-running-title,
.ic-running-client,
.ic-cover-category,
.ic-cover-meta-label,
.ic-exhibit-kicker,
.ic-mini-kicker,
.ic-running-footer {
  color: var(--slate);
  font-weight: 500;
}

.ic-running-client {
  letter-spacing: 0.08em;
}

.ic-running-wordmark {
  letter-spacing: 0.15em;
}

.ic-cover-wordmark {
  letter-spacing: 0.3em;
}

.ic-running-header__line,
.ic-running-footer__line {
  width: 100%;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.ic-running-separator {
  color: var(--gold);
  font-weight: 600;
  letter-spacing: normal;
}

.ic-running-footer {
  margin-top: auto;
}

.ic-running-footer__inner {
  align-items: center;
  padding-top: 7px;
  border-top: 0.75pt solid var(--gold);
}

.ic-cover-topline {
  align-items: center;
  margin-bottom: 0.85in;
}

.ic-cover-category {
  text-align: right;
}

.ic-cover-top-rule,
.ic-cover-divider,
.ic-cover-bottom-rule,
.ic-exhibit-rule,
.ic-hairline {
  width: 100%;
  height: 0.75pt;
  background: var(--gold);
}

.ic-cover-top-rule {
  margin-bottom: 0.42in;
}

.ic-cover-title {
  margin: 0;
  max-width: 6.1in;
  font-family: var(--serif);
  font-size: 54pt;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.ic-cover-subtitle {
  margin: 0.22in 0 0.34in;
  max-width: 5.3in;
  font-family: var(--serif);
  font-size: 16pt;
  line-height: 1.35;
  font-style: italic;
  color: var(--slate);
}

.ic-cover-divider {
  margin-bottom: 0.28in;
}

.ic-cover-meta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.32in;
  align-items: start;
  margin-bottom: 0.32in;
}

.ic-cover-meta-block {
  display: flex;
  flex-direction: column;
  gap: 0.14in;
}

.ic-cover-meta-label {
  font-size: 8.5pt;
  color: var(--slate-light);
}

.ic-cover-meta-value,
.ic-cover-meta-date {
  font-family: var(--serif);
  font-size: 17pt;
  line-height: 1.15;
  font-weight: 500;
}

.ic-cover-meta-date {
  font-size: 13pt;
}

.ic-cover-spacer {
  flex: 1 1 auto;
  min-height: 2.6in;
}

.ic-cover-note {
  max-width: 5.8in;
  padding-top: 0.12in;
  border-top: 0.5pt solid var(--rule);
}

.ic-cover-note-label {
  font-family: var(--sans);
  font-size: 8.5pt;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
}

.ic-cover-note-body {
  margin-top: 6px;
  font-size: 10pt;
  line-height: 1.5;
  color: var(--slate);
}

.ic-cover-bottom-wrap {
  margin-top: auto;
}

.ic-cover-bottom-rule {
  margin-bottom: 0.14in;
}

.ic-cover-bottomline {
  justify-content: flex-start;
  color: var(--slate);
  gap: 12px;
}

.ic-exhibit {
  break-inside: avoid;
  page-break-inside: avoid;
}

.ic-exhibit-header {
  margin-bottom: 0.22in;
}

.ic-exhibit-heading {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}

.ic-exhibit-kicker {
  font-size: 10pt;
}

.ic-exhibit-separator {
  color: var(--gold);
  font-size: 12pt;
  line-height: 1;
}

.ic-exhibit-title {
  margin: 0;
  font-family: var(--serif);
  font-size: 14pt;
  line-height: 1.2;
  font-weight: 500;
}

.ic-kpi-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.18in;
  margin-bottom: 0.24in;
}

.ic-kpi-card {
  min-width: 0;
  padding-right: 0.04in;
}

.ic-kpi-label {
  margin-bottom: 8px;
  font-family: var(--sans);
  font-size: 8.5pt;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
  font-weight: 500;
}

.ic-kpi-value {
  font-family: var(--serif);
  font-size: 19pt;
  line-height: 1.05;
  font-weight: 500;
}

.ic-kpi-detail {
  margin-top: 6px;
  font-size: 9pt;
  line-height: 1.4;
  color: var(--slate);
}

.ic-exhibit-lede,
.ic-empty-note,
.ic-section-footnote {
  margin: 0;
  font-size: 10.5pt;
  line-height: 1.45;
  color: var(--slate);
}

.ic-table-wrap {
  width: 100%;
  break-inside: avoid;
  page-break-inside: avoid;
}

.ic-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: var(--cream);
}

.ic-table thead th {
  padding: 8px 10px 7px;
  border-bottom: 0.75pt solid var(--gold);
  text-align: left;
  background: transparent;
  color: var(--slate);
  font-weight: 600;
  font-size: 8.25pt;
  line-height: 1.25;
  letter-spacing: 0.08em;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
  vertical-align: bottom;
}

.ic-table tbody td {
  padding: 9px 10px;
  border-bottom: 0.5pt solid var(--rule);
  vertical-align: top;
  font-size: 10.5pt;
  line-height: 1.4;
  color: var(--ink);
  background: var(--cream);
}

.ic-table,
.ic-table-wrap,
.ic-table thead,
.ic-table tbody,
.ic-table tr,
.ic-table th,
.ic-table td {
  background: var(--cream) !important;
  background-color: var(--cream) !important;
}

.ic-table-subline {
  display: block;
  margin-top: 3px;
  color: var(--slate);
  font-size: 9pt;
  line-height: 1.35;
}

.ic-summary-table th:nth-child(1),
.ic-summary-table td:nth-child(1) {
  width: 11%;
}

.ic-summary-table th:nth-child(2),
.ic-summary-table td:nth-child(2) {
  width: 31%;
}

.ic-summary-table th:nth-child(3),
.ic-summary-table td:nth-child(3) {
  width: 19%;
}

.ic-summary-table th:nth-child(4),
.ic-summary-table td:nth-child(4) {
  width: 24%;
}

.ic-summary-table th:nth-child(5),
.ic-summary-table td:nth-child(5) {
  width: 15%;
}

.ic-table tbody tr:last-child td {
  border-bottom: none;
}

.ic-filing-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ic-filing-date {
  white-space: nowrap;
}

.ic-filing-form {
  color: var(--slate);
  font-size: 9pt;
  line-height: 1.2;
}

.ic-num,
.ic-code-cell,
.ic-mono {
  font-family: var(--mono);
  font-size: 10pt;
  font-variant-numeric: tabular-nums;
}

.ic-num,
.ic-confidence-score {
  text-align: right;
  white-space: nowrap;
  padding-right: 12pt;
}

.ic-code-cell {
  letter-spacing: 0.06em;
}

.ic-borrower-table th:nth-child(1),
.ic-borrower-table td:nth-child(1) {
  width: 6%;
}

.ic-borrower-table th:nth-child(2),
.ic-borrower-table td:nth-child(2) {
  width: 30%;
}

.ic-borrower-table th:nth-child(3),
.ic-borrower-table td:nth-child(3) {
  width: 17%;
}

.ic-borrower-table th:nth-child(4),
.ic-borrower-table td:nth-child(4) {
  width: 18%;
}

.ic-borrower-table th:nth-child(5),
.ic-borrower-table td:nth-child(5) {
  width: 19%;
}

.ic-borrower-table th:nth-child(6),
.ic-borrower-table td:nth-child(6) {
  width: 10%;
}

.ic-borrower-name {
  font-weight: 500;
}

.ic-findings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.16in;
  align-content: start;
}

.ic-finding {
  min-height: 1.38in;
  padding: 0.14in 0.16in 0.12in;
  border: 0.5pt solid var(--rule);
  background: rgba(255, 255, 255, 0.32);
}

.ic-finding:last-child {
  grid-column: 1 / -1;
  border-bottom: 0.5pt solid var(--rule);
}

.ic-finding p {
  margin: 8px 0 0;
  font-size: 10.5pt;
  line-height: 1.5;
  color: var(--slate);
  hyphens: none;
}

.ic-finding strong {
  color: var(--ink);
  font-weight: 600;
}

.ic-sector-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ic-sector-row,
.ic-sector-total {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ic-sector-label {
  flex: 0 0 30%;
  min-width: 0;
  font-size: 10.5pt;
  line-height: 1.35;
}

.ic-bar-track {
  position: relative;
  flex: 0 0 55%;
  min-width: 0;
  height: 7pt;
  background: rgba(184, 146, 79, 0.09);
  overflow: hidden;
}

.ic-bar-fill {
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  background: var(--gold);
}

.ic-sector-metric {
  flex: 0 0 15%;
  text-align: right;
  white-space: nowrap;
}

.ic-sector-row-muted .ic-sector-label,
.ic-sector-row-muted .ic-sector-metric,
.ic-sector-total {
  color: var(--slate);
}

.ic-sector-row-muted .ic-sector-label {
  font-style: italic;
}

.ic-sector-row-muted .ic-bar-track {
  background: rgba(154, 161, 168, 0.18);
}

.ic-sector-row-muted .ic-bar-fill {
  background: var(--slate-light);
}

.ic-sector-total {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 0.5pt solid var(--rule);
  font-size: 9.5pt;
  line-height: 1.4;
}

.ic-sector-total span {
  flex: 1 1 50%;
}

.ic-sector-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.16in;
  margin-top: 0.16in;
}

.ic-sector-summary-card {
  min-width: 0;
  padding-top: 0.12in;
  border-top: 0.5pt solid var(--rule);
}

.ic-sector-summary-value {
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 17pt;
  line-height: 1.1;
  font-weight: 500;
}

.ic-sector-summary-detail {
  margin-top: 4px;
  color: var(--slate);
  font-size: 9pt;
  line-height: 1.4;
}

.ic-institutional-table th:nth-child(1),
.ic-institutional-table td:nth-child(1) {
  width: 38%;
}

.ic-institutional-table th:nth-child(2),
.ic-institutional-table td:nth-child(2) {
  width: 32%;
}

.ic-institutional-table th:nth-child(3),
.ic-institutional-table td:nth-child(3) {
  width: 16%;
}

.ic-institutional-table th:nth-child(4),
.ic-institutional-table td:nth-child(4) {
  width: 14%;
}

.ic-confidence-layout {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.ic-confidence-table th:nth-child(1),
.ic-confidence-table td:nth-child(1) {
  width: 9%;
}

.ic-confidence-table th:nth-child(2),
.ic-confidence-table td:nth-child(2) {
  width: 28%;
}

.ic-confidence-table th:nth-child(3),
.ic-confidence-table td:nth-child(3) {
  width: 19%;
}

.ic-confidence-table th:nth-child(4),
.ic-confidence-table td:nth-child(4) {
  width: 14%;
}

.ic-confidence-table th:nth-child(5),
.ic-confidence-table td:nth-child(5) {
  width: 18%;
}

.ic-confidence-table th:nth-child(6),
.ic-confidence-table td:nth-child(6) {
  width: 12%;
}

.ic-confidence-scale {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.ic-confidence-score {
  min-width: 28px;
}

.ic-confidence-bar {
  position: relative;
  display: inline-block;
  width: 60pt;
  height: 6pt;
  background: rgba(184, 146, 79, 0.14);
  overflow: hidden;
}

.ic-confidence-bar__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--score);
  background: var(--gold);
}

.ic-methodology-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.24in;
  margin: 0.24in 0 0;
}

.ic-methodology-copy,
.ic-methodology-notes {
  color: var(--slate);
}

.ic-methodology-copy p,
.ic-methodology-notes p,
.ic-notes-list {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 10pt;
  line-height: 1.55;
  font-style: italic;
}

.ic-notes-list {
  padding-left: 16px;
}

.ic-notes-list li + li {
  margin-top: 8px;
}

.ic-methodology-disclaimer {
  margin-top: auto;
  padding-top: 0.18in;
  font-size: 8pt;
  line-height: 1.45;
  color: var(--slate);
  border-top: 0.5pt solid var(--rule);
}

.ic-data-quality-value {
  color: var(--ink);
  white-space: nowrap;
}

.ic-data-quality-value-watch {
  color: var(--ink);
}

.ic-data-quality-value-limited,
.ic-data-quality-value-stale {
  color: var(--slate);
  font-style: italic;
}

.ic-data-quality-detail {
  color: var(--slate);
  font-size: 9pt;
  line-height: 1.3;
  font-style: italic;
}

.ic-report-error {
  padding: 44px 52px;
  background: var(--cream);
}

.ic-report-error h2 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.05;
}

.ic-report-error p {
  margin: 0;
  color: var(--slate);
  font-size: 13px;
}

body.report-print-mode {
  background: var(--cream) !important;
  color: var(--ink) !important;
}

html.report-print-mode,
body.report-print-mode,
body.report-print-mode .ic-page-shell,
body.report-print-mode .ic-report-pane,
body.report-print-mode .ic-report-document,
body.report-print-mode .ic-report-page {
  background: var(--cream) !important;
}

body.report-print-mode .brand-bar,
body.report-print-mode .ic-screen-only,
body.report-print-mode .ic-page-actions {
  display: none !important;
}

body.report-print-mode .ic-page-shell {
  max-width: none;
  padding: 0;
}

body.report-print-mode .ic-report-pane {
  display: block !important;
}

body.report-print-mode .ic-report-document {
  width: var(--sheet-width);
  box-shadow: none;
}

body.report-print-mode .ic-report-page {
  box-shadow: none;
}

body.report-print-mode .ic-table,
body.report-print-mode .ic-table-wrap,
body.report-print-mode .ic-table thead,
body.report-print-mode .ic-table tbody,
body.report-print-mode .ic-table tr,
body.report-print-mode .ic-table th,
body.report-print-mode .ic-table td {
  background: var(--cream) !important;
  background-color: var(--cream) !important;
  color: var(--ink) !important;
}

body.report-print-mode .ic-table th {
  color: var(--slate) !important;
  border-bottom: 0.75pt solid var(--gold) !important;
}

body.report-print-mode .ic-table td {
  border-bottom: 0.5pt solid var(--rule) !important;
}

body.report-print-mode .ic-table tbody tr:last-child td {
  border-bottom: none !important;
}

body.report-print-mode .ic-running-title,
body.report-print-mode .ic-running-client,
body.report-print-mode .ic-running-footer,
body.report-print-mode .ic-exhibit-kicker,
body.report-print-mode .ic-kpi-label,
body.report-print-mode .ic-cover-category,
body.report-print-mode .ic-cover-meta-label,
body.report-print-mode .ic-cover-subtitle,
body.report-print-mode .ic-kpi-detail,
body.report-print-mode .ic-exhibit-lede,
body.report-print-mode .ic-finding p,
body.report-print-mode .ic-sector-total,
body.report-print-mode .ic-methodology-copy,
body.report-print-mode .ic-methodology-notes,
body.report-print-mode .ic-methodology-disclaimer {
  color: var(--slate) !important;
}

@page {
  size: Letter;
  margin: 0.75in 0.85in 1in 0.85in;
}

@media print {
  html,
  body {
    background: var(--cream) !important;
  }

  .ic-screen-only,
  .ic-page-actions,
  .brand-bar {
    display: none !important;
  }

  .ic-page-shell {
    max-width: none;
    padding: 0 !important;
  }

  .ic-report-document {
    width: auto;
    margin: 0;
    box-shadow: none !important;
  }

  .ic-report-page,
  body.report-print-mode .ic-report-page {
    margin: 0;
    min-height: calc(11in - 1.75in);
    height: calc(11in - 1.75in);
    max-height: calc(11in - 1.75in);
    box-shadow: none !important;
  }
}

@media (max-width: 960px) {
  .ic-kpi-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ic-cover-meta-grid {
    grid-template-columns: 1fr;
  }

  .ic-cover-title {
    font-size: 44pt;
  }
}

@media (max-width: 760px) {
  .ic-page-shell {
    padding: 0 12px 32px;
  }

  .ic-report-document {
    width: 100%;
  }

  .ic-report-page {
    min-height: auto;
    padding: 28px 24px 32px;
  }

  .ic-page-cover {
    padding-left: 34px;
  }

  .ic-page-cover::before {
    left: 16px;
  }

  .ic-running-header__inner,
  .ic-running-footer__inner,
  .ic-cover-topline,
  .ic-cover-bottomline,
  .ic-exhibit-heading,
  .ic-sector-row,
  .ic-sector-total {
    flex-direction: column;
    align-items: flex-start;
  }

  .ic-findings,
  .ic-kpi-strip,
  .ic-cover-meta-grid,
  .ic-sector-summary,
  .ic-methodology-grid {
    grid-template-columns: 1fr;
  }

  .ic-sector-label,
  .ic-sector-bar,
  .ic-sector-metric {
    flex: 1 1 auto;
    width: 100%;
  }

  .ic-borrower-table,
  .ic-table {
    table-layout: auto;
  }
}
