.bd-shell {
  --bd-ink: #0b2439;
  --bd-muted: #567084;
  --bd-line: #d5e0e8;
  --bd-teal: #087b69;
  --bd-blue: #12618a;
  --bd-red: #b33d42;
  --bd-gold: #a66515;
  --bd-paper: #fff;
  --bd-tint: #f2f6f8;
  max-width: 1560px;
  margin: 0 auto;
  padding: 18px 24px 54px;
  color: var(--bd-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  font-variant-numeric: tabular-nums;
}
.bd-shell * {
  box-sizing: border-box;
  min-width: 0;
}
.bd-shell [hidden] {
  display: none !important;
}
.bd-shell a {
  color: var(--bd-blue);
  text-decoration: none;
}
.bd-shell a:hover {
  text-decoration: underline;
}
.bd-shell button,
.bd-shell select,
.bd-shell input {
  font: inherit;
}
.bd-shell button {
  cursor: pointer;
}
.bd-shell :focus-visible {
  outline: 3px solid #26a6ae;
  outline-offset: 3px;
}
.bd-shell h1,
.bd-shell h2,
.bd-shell h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--bd-ink);
  letter-spacing: -0.025em;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.bd-shell h1 {
  font-size: clamp(2rem, 3.1vw, 3.55rem);
  line-height: 1.08;
  margin: 10px 0 16px;
}
.bd-shell h2 {
  font-size: clamp(1.25rem, 1.5vw, 1.75rem);
  line-height: 1.22;
  margin: 0;
}
.bd-shell h3 {
  font-size: 1.13rem;
  line-height: 1.3;
  margin: 0 0 8px;
}
.bd-shell p {
  margin: 0 0 12px;
}
.bd-shell small {
  font-size: 11px;
}
.bd-masthead {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--bd-line);
}
.bd-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--bd-ink) !important;
}
.bd-brand > span {
  display: grid;
  place-items: center;
  background: var(--bd-ink);
  color: white;
  width: 32px;
  height: 34px;
  font-family: Georgia, serif;
  font-size: 23px;
}
.bd-masthead-label {
  color: var(--bd-muted);
  font-size: 12px;
  border-left: 1px solid var(--bd-line);
  padding-left: 18px;
}
.bd-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}
.bd-icon-button {
  border: 1px solid var(--bd-line);
  color: var(--bd-blue);
  padding: 6px 12px;
  background: #fff;
  min-height: 34px;
}
.bd-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.33fr);
  gap: 50px;
  padding: 30px 0 26px;
}
.bd-eyebrow {
  font:
    700 10px/1.4 Arial,
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bd-teal);
  margin: 0;
}
.bd-dek {
  color: var(--bd-muted);
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  max-width: 750px;
  margin: 0 !important;
}
.bd-hero-meta {
  border-left: 1px solid var(--bd-line);
  padding: 4px 0 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: center;
}
.bd-status {
  grid-column: 1/-1;
  display: block;
  font-size: 11px;
  color: var(--bd-muted);
}
.bd-status:before {
  content: "";
  display: inline-block;
  background: var(--bd-teal);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 7px;
}
.bd-status--warning:before {
  background: var(--bd-gold);
}
.bd-hero-meta div > span {
  display: block;
  color: var(--bd-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.bd-hero-meta strong {
  font:
    700 25px/1.3 Georgia,
    serif;
}
.bd-hero-meta > small {
  grid-column: 1/-1;
  color: var(--bd-muted);
}
.bd-hero--detail h1 {
  font-size: clamp(1.75rem, 2.7vw, 2.8rem);
}
.bd-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 2px solid var(--bd-ink);
  border-bottom: 1px solid var(--bd-line);
  margin-bottom: 22px;
  background: #f7f9fa;
}
.bd-nav a {
  padding: 13px 14px;
  flex: 1 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--bd-ink);
  border-bottom: 3px solid transparent;
}
.bd-nav a[aria-current] {
  background: #e5f1ed;
  color: var(--bd-teal);
  border-bottom-color: var(--bd-teal);
}
.bd-nav a:hover {
  text-decoration: none;
  background: #eaf0f4;
}
.bd-mobile-nav {
  display: none;
}
.bd-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--bd-line);
  margin-bottom: 20px;
}
.bd-kpi {
  padding: 18px 18px 14px;
  background: #fff;
  border-right: 1px solid var(--bd-line);
  border-top: 3px solid var(--bd-blue);
}
.bd-kpi:last-child {
  border-right: 0;
}
.bd-kpi-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  font-weight: 700;
  color: var(--bd-muted);
  margin-bottom: 5px;
}
.bd-kpi-value {
  display: block;
  font:
    700 clamp(1.4rem, 2vw, 2.15rem) / 1.2 Georgia,
    serif;
  margin: 6px 0;
  color: var(--bd-ink);
}
.bd-kpi-note {
  font-size: 11px;
  color: var(--bd-muted);
  display: block;
  margin-top: 5px;
}
.bd-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.bd-grid--wide {
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
}
.bd-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bd-panel {
  background: #fff;
  border: 1px solid var(--bd-line);
  border-top: 3px solid var(--bd-blue);
  padding: 20px;
  margin-bottom: 20px;
}
.bd-grid > .bd-panel {
  margin-bottom: 0;
}
.bd-panel > header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 16px;
}
.bd-panel > header p {
  color: var(--bd-muted);
  font-size: 12px;
  margin: 6px 0 0;
  max-width: 760px;
}
.bd-panel > header .bd-eyebrow {
  font-size: 10px;
  margin: 0 0 6px;
  color: var(--bd-muted);
}
.bd-panel--teal {
  border-top-color: var(--bd-teal);
}
.bd-panel--dark {
  background: #0d2b40;
  color: #d2e0e8;
  border-color: #0d2b40;
  border-top-color: #69cfbb;
}
.bd-panel--dark h2,
.bd-panel--dark h3 {
  color: white;
}
.bd-panel--dark a {
  color: #92dfce;
}
.bd-panel--dark .bd-muted {
  color: #b7cbd6;
}
.bd-positive {
  color: var(--bd-teal) !important;
}
.bd-negative {
  color: var(--bd-red) !important;
}
.bd-caution {
  color: var(--bd-gold) !important;
}
.bd-muted {
  color: var(--bd-muted);
}
.bd-insight {
  padding: 14px 0;
  border-bottom: 1px solid var(--bd-line);
}
.bd-insight:first-child {
  padding-top: 0;
}
.bd-insight:last-child {
  border: 0;
  padding-bottom: 0;
}
.bd-insight p {
  color: var(--bd-muted);
  font-size: 13px;
  margin: 8px 0;
}
.bd-insight a,
.bd-insight small {
  font-size: 11px;
}
.bd-insight small {
  margin-left: 12px;
  color: var(--bd-muted);
}
.bd-note {
  border-left: 3px solid var(--bd-teal);
  padding: 10px 13px;
  background: #eff7f4;
  color: #395d57;
  font-size: 12px;
  margin: 16px 0 0;
}
.bd-notice {
  padding: 12px 16px;
  background: #fff7e8;
  border: 1px solid #ecd5ab;
  color: #6b4a1e;
  font-size: 13px;
  margin: 0 0 18px;
}
.bd-notice--error {
  border-color: #e1b1b3;
  background: #fff1f1;
  color: #9b3037;
}
.bd-chart-frame {
  height: 300px;
  position: relative;
  width: 100%;
}
.bd-chart-frame--tall {
  height: 360px;
}
.bd-chart-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.bd-range {
  display: flex;
  gap: 2px;
  background: var(--bd-tint);
  padding: 3px;
}
.bd-range button {
  border: 0;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  color: var(--bd-muted);
  padding: 5px 9px;
  min-height: 29px;
}
.bd-range button[aria-pressed="true"] {
  background: var(--bd-ink);
  color: #fff;
}
.bd-chart-tools {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bd-chart-tools button {
  border: 0;
  border-bottom: 1px solid var(--bd-line);
  color: var(--bd-blue);
  background: none;
  font-size: 10px;
  padding: 5px 3px;
}
.bd-chart-caption {
  font-size: 10px;
  color: var(--bd-muted);
  margin-top: 10px !important;
}
.bd-chart-caption strong {
  color: var(--bd-ink);
}
.bd-chart-data {
  font-size: 11px;
  margin-top: 8px;
}
.bd-chart-data summary {
  cursor: pointer;
  color: var(--bd-blue);
}
.bd-chart-data table {
  margin-top: 10px;
}
.bd-table-wrap {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  max-width: 100%;
  scrollbar-width: thin;
}
.bd-shell table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
  font-variant-numeric: tabular-nums;
}
.bd-shell th,
.bd-shell td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--bd-line);
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.bd-shell th:first-child,
.bd-shell td:first-child {
  text-align: left;
}
.bd-shell thead th {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--bd-muted);
  background: var(--bd-tint);
  border-top: 1px solid var(--bd-line);
}
.bd-shell tbody th {
  font-weight: 400;
}
.bd-shell tbody tr:hover {
  background: #f7fafb;
}
.bd-shell caption {
  text-align: left;
  caption-side: top;
  color: var(--bd-muted);
  font-size: 11px;
  padding: 0 0 8px;
}
.bd-shell td small,
.bd-shell th small {
  display: block;
  color: var(--bd-muted);
  font-size: 10px;
  white-space: normal;
  max-width: 240px;
}
.bd-shell td strong,
.bd-shell th strong {
  font-weight: 700;
}
.bd-badge {
  display: inline-block;
  padding: 3px 7px;
  font:
    700 10px/1.4 Arial,
    sans-serif;
  background: #eaf3f0;
  color: var(--bd-teal);
  white-space: nowrap;
}
.bd-badge--neutral {
  background: #edf2f6;
  color: var(--bd-muted);
}
.bd-badge--warning {
  background: #fff3dd;
  color: var(--bd-gold);
}
.bd-filters {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  flex-wrap: wrap;
  background: var(--bd-tint);
  padding: 14px;
  border: 1px solid var(--bd-line);
  margin-bottom: 18px;
}
.bd-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--bd-muted);
  flex: 1;
  min-width: 130px;
}
.bd-field input,
.bd-field select {
  border: 1px solid #bfcfdb;
  background: #fff;
  color: var(--bd-ink);
  padding: 9px 10px;
  min-height: 40px;
  border-radius: 0;
  width: 100%;
  font-size: 13px;
}
.bd-field input[type="range"] {
  padding: 0;
  accent-color: var(--bd-teal);
  min-height: 30px;
  background: transparent;
}
.bd-field span.bd-input-help {
  font-size: 10px;
  font-weight: 400;
}
.bd-button {
  border: 1px solid var(--bd-ink);
  background: var(--bd-ink);
  color: #fff !important;
  padding: 10px 17px;
  font-size: 12px;
  font-weight: 700;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
}
.bd-button--quiet {
  background: #fff;
  color: var(--bd-blue) !important;
  border-color: #bfcfdb;
}
.bd-button--teal {
  background: var(--bd-teal);
  border-color: var(--bd-teal);
}
.bd-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.bd-form-grid .bd-field {
  min-width: 0;
}
.bd-form-grid .bd-span {
  grid-column: 1/-1;
}
.bd-controls {
  background: var(--bd-tint);
  border: 1px solid var(--bd-line);
  padding: 18px;
}
.bd-control-value {
  color: var(--bd-ink);
  font-size: 15px;
  font-weight: 700;
}
.bd-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--bd-line);
  border: 1px solid var(--bd-line);
  margin: 15px 0;
}
.bd-result-grid > div {
  background: #fff;
  padding: 14px;
}
.bd-result-grid span {
  display: block;
  color: var(--bd-muted);
  font-size: 10px;
}
.bd-result-grid strong {
  font-size: 20px;
  display: block;
}
.bd-empty {
  padding: 35px;
  text-align: center;
  color: var(--bd-muted);
}
.bd-empty h2 {
  margin-bottom: 12px;
}
.bd-footnote {
  font-size: 11px;
  color: var(--bd-muted);
  margin-top: 12px !important;
}
.bd-footer {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 2px solid var(--bd-ink);
  margin-top: 28px;
  padding: 18px 0;
  font-size: 11px;
  color: var(--bd-muted);
}
.bd-footer p {
  max-width: 1000px;
  margin: 0;
}
.bd-footer > a {
  white-space: nowrap;
}
.bd-fund-name {
  max-width: 260px;
  white-space: normal;
  line-height: 1.4;
}
.bd-fund-name a {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.bd-fund-name small {
  margin-top: 3px;
}
.bd-count {
  font-size: 11px;
  color: var(--bd-muted);
  margin-bottom: 10px;
}
.bd-inline-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--bd-line);
  padding-top: 12px;
  margin-top: 14px;
}
.bd-inline-metrics > div {
  flex: 1;
  min-width: 110px;
}
.bd-inline-metrics span {
  display: block;
  font-size: 10px;
  color: var(--bd-muted);
}
.bd-inline-metrics strong {
  display: block;
  font-size: 18px;
}
.bd-heatmap td {
  min-width: 45px;
  height: 44px;
  text-align: center !important;
  font-weight: 700;
  border: 3px solid white;
}
.bd-heatmap th {
  font-size: 10px !important;
  padding: 6px;
}
.bd-heatmap tbody th {
  font-weight: 700;
}
.bd-heatmap-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: var(--bd-muted);
  justify-content: flex-end;
  margin-top: 12px;
}
.bd-gradient {
  height: 8px;
  width: 160px;
  background: linear-gradient(90deg, #c5716e, #f3f6f8, #16857d);
}
.bd-checklist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-height: 260px;
  overflow: auto;
  padding: 4px;
}
.bd-checklist label {
  font-size: 11px;
  padding: 8px;
  border: 1px solid var(--bd-line);
  cursor: pointer;
  background: #fff;
}
.bd-checklist input {
  accent-color: var(--bd-teal);
  margin-right: 7px;
}
.bd-weights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
}
.bd-weights .bd-field {
  flex: 0 1 90px;
  min-width: 70px;
}
.bd-tabs-small {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
.bd-tabs-small button {
  padding: 7px 12px;
  background: #fff;
  border: 1px solid var(--bd-line);
  font-size: 11px;
  min-height: 36px;
  color: var(--bd-ink);
}
.bd-tabs-small button[aria-pressed="true"] {
  background: var(--bd-ink);
  color: #fff;
}
.bd-definition {
  padding: 18px 0;
  border-bottom: 1px solid var(--bd-line);
}
.bd-definition p {
  margin: 8px 0 0;
  color: var(--bd-muted);
  font-size: 13px;
}
.bd-definition:last-child {
  border: 0;
}
.bd-loading {
  padding: 32px;
  text-align: center;
  color: var(--bd-muted);
}
.bd-print-meta {
  display: none;
}
.bd-yield-label {
  font-size: 10px !important;
  color: var(--bd-muted);
}
@media (min-width: 1700px) {
  .bd-shell {
    max-width: 1600px;
  }
  .bd-chart-frame {
    height: 325px;
  }
}
@media (max-width: 1100px) {
  .bd-shell {
    padding: 16px;
  }
  .bd-nav a {
    padding: 11px 9px;
    font-size: 11px;
  }
  .bd-hero {
    gap: 24px;
    grid-template-columns: 1fr 250px;
  }
  .bd-grid--three {
    grid-template-columns: 1fr 1fr;
  }
  .bd-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bd-kpi {
    border-bottom: 1px solid var(--bd-line);
  }
  .bd-checklist {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 760px) {
  .bd-shell {
    padding: 12px 12px 30px;
    font-size: 13px;
  }
  .bd-masthead {
    gap: 10px;
    padding-bottom: 12px;
  }
  .bd-masthead-label {
    display: none;
  }
  .bd-actions {
    gap: 12px;
    font-size: 10px;
  }
  .bd-icon-button {
    padding: 5px 9px;
  }
  .bd-hero {
    grid-template-columns: 1fr;
    padding: 22px 0 18px;
    gap: 16px;
  }
  .bd-shell h1 {
    font-size: clamp(1.8rem, 6vw, 2.6rem);
    line-height: 1.13;
    margin: 8px 0 12px;
  }
  .bd-hero--detail h1 {
    font-size: clamp(1.6rem, 5.5vw, 2.1rem);
  }
  .bd-dek {
    font-size: 13px;
  }
  .bd-hero-meta {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    border-left: 0;
    border-top: 1px solid var(--bd-line);
    padding: 12px 0 0;
  }
  .bd-hero-meta .bd-status {
    flex: 1 0 100%;
    font-size: 10px;
  }
  .bd-hero-meta div {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .bd-hero-meta div > span {
    font-size: 9px;
  }
  .bd-hero-meta strong {
    font: 700 16px Arial;
  }
  .bd-hero-meta small {
    display: none;
  }
  .bd-nav {
    display: none;
  }
  .bd-mobile-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    color: var(--bd-muted);
    font-weight: 700;
    border-top: 2px solid var(--bd-ink);
    padding: 10px 0;
    margin-bottom: 8px;
  }
  .bd-mobile-nav select {
    flex: 1;
    padding: 10px 8px;
    border: 1px solid var(--bd-line);
    background: #fff;
    font-size: 13px;
    color: var(--bd-ink);
    min-height: 42px;
  }
  .bd-grid,
  .bd-grid--wide,
  .bd-grid--three {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 15px;
  }
  .bd-panel {
    padding: 14px;
    margin-bottom: 15px;
  }
  .bd-panel > header {
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .bd-panel > header p {
    font-size: 11px;
  }
  .bd-shell h2 {
    font-size: 1.24rem;
  }
  .bd-shell h3 {
    font-size: 1.05rem;
  }
  .bd-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 15px;
  }
  .bd-kpi {
    padding: 11px 12px;
  }
  .bd-kpi-value {
    font-size: 1.65rem;
  }
  .bd-kpi-label {
    font-size: 9px;
  }
  .bd-kpi-note {
    font-size: 10px;
  }
  .bd-chart-frame,
  .bd-chart-frame--tall {
    height: 275px;
  }
  .bd-chart-toolbar {
    gap: 6px;
  }
  .bd-range button {
    padding: 5px 7px;
    font-size: 9px;
    min-height: 32px;
  }
  .bd-chart-tools {
    gap: 8px;
  }
  .bd-chart-tools button {
    font-size: 9px;
  }
  .bd-shell table {
    font-size: 11px;
  }
  .bd-shell th,
  .bd-shell td {
    padding: 9px 9px;
  }
  .bd-filters {
    padding: 10px;
    gap: 10px;
  }
  .bd-field {
    min-width: 110px;
  }
  .bd-field input,
  .bd-field select {
    font-size: 16px;
    min-height: 44px;
    padding: 8px;
  }
  .bd-form-grid {
    gap: 12px;
  }
  .bd-controls {
    padding: 13px;
  }
  .bd-button {
    min-height: 44px;
    padding: 9px 12px;
    font-size: 11px;
  }
  .bd-result-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bd-result-grid strong {
    font-size: 18px;
  }
  .bd-footer {
    display: block;
    padding-top: 14px;
  }
  .bd-footer p {
    margin-bottom: 12px;
  }
  .bd-note {
    font-size: 11px;
  }
  .bd-insight p {
    font-size: 12px;
  }
  .bd-checklist {
    grid-template-columns: repeat(2, 1fr);
  }
  .bd-weights .bd-field input {
    font-size: 14px;
  }
  .bd-chart-caption {
    font-size: 9px;
  }
  .bd-heatmap td {
    min-width: 37px;
  }
  .bd-heatmap th {
    padding: 4px;
  }
  .bd-tabs-small button {
    flex: 1 1 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bd-shell * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  body {
    background: #fff !important;
  }
  .site-header,
  .site-footer,
  .publication-bar,
  .bd-nav,
  .bd-mobile-nav,
  .bd-actions,
  .bd-chart-toolbar,
  .bd-filters,
  .bd-button,
  .bd-chart-data,
  .bd-checklist,
  .bd-tabs-small {
    display: none !important;
  }
  .bd-shell {
    max-width: none;
    padding: 0;
    font-size: 10px;
  }
  .bd-hero {
    padding: 12px 0;
  }
  .bd-shell h1 {
    font-size: 26px;
  }
  .bd-shell h2 {
    font-size: 17px;
  }
  .bd-grid {
    display: block;
  }
  .bd-panel {
    break-inside: avoid;
    border: 1px solid #bbb;
    margin: 12px 0;
    padding: 12px;
  }
  .bd-panel--dark {
    background: white !important;
    color: #111;
  }
  .bd-panel--dark h2,
  .bd-panel--dark h3 {
    color: #111;
  }
  .bd-chart-frame {
    height: 240px;
  }
  .bd-kpis {
    grid-template-columns: repeat(5, 1fr);
  }
  .bd-kpi-value {
    font-size: 18px;
  }
  .bd-footer {
    font-size: 9px;
  }
  .bd-table-wrap {
    overflow: visible;
  }
  .bd-shell th,
  .bd-shell td {
    font-size: 9px;
    padding: 5px;
    white-space: normal;
  }
  .bd-chart-caption {
    font-size: 8px;
  }
  .bd-controls input {
    border: 0;
  }
  .bd-print-meta {
    display: block;
  }
}
.bd-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 3px 0 12px;
}
.bd-chart-legend button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 0;
  padding: 3px 0;
  color: #395468;
  font-size: 10px;
  min-height: 26px;
}
.bd-chart-legend button[aria-pressed="false"] {
  opacity: 0.4;
  text-decoration: line-through;
}
.bd-chart-legend i {
  width: 16px;
  height: 3px;
  display: inline-block;
}
.bd-chart-legend button:focus-visible {
  outline-offset: 2px;
}
.bd-form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-end;
  margin: 16px 0;
}
.bd-form > label {
  display: flex;
  flex-direction: column;
  flex: 1 1 170px;
  gap: 6px;
  font-size: 12px;
  font-weight: 650;
  min-width: 0;
}
.bd-form input,
.bd-form select,
.bd-weight input {
  width: 100%;
  min-width: 0;
  border: 1px solid #bdced9;
  background: #fff;
  padding: 10px 11px;
  border-radius: 2px;
  color: #18394f;
  font: inherit;
  min-height: 42px;
}
.bd-form--four > label {
  flex-basis: calc(25% - 14px);
}
.bd-fieldset {
  border: 0;
  padding: 0;
  margin: 16px 0;
}
.bd-fieldset legend {
  font-size: 13px;
  font-weight: 650;
  margin-bottom: 12px;
}
.bd-fund-choices {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.bd-fund-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px;
  border: 1px solid #d6e2e9;
  background: #f8fafb;
}
.bd-fund-choice > label {
  min-width: 0;
  font-size: 12px;
}
.bd-fund-choice small {
  display: block;
  font-size: 10px;
  color: #60788a;
  margin-top: 3px;
}
.bd-weight {
  width: 67px;
  flex-shrink: 0;
  font-size: 10px !important;
}
.bd-weight input {
  font-size: 12px;
  padding: 6px;
  min-height: 34px;
}
.bd-text-button {
  border: 0;
  background: none;
  color: #135a83;
  text-decoration: underline;
  padding: 3px;
}
.bd-heat-cell {
  display: block;
  min-width: 42px;
  padding: 9px 6px;
  border-radius: 2px;
  text-align: center;
  color: #102d40;
  font-weight: 600;
}
.bd-shell td small,
.bd-shell th small {
  display: block;
  font-size: 10px;
  color: #60788a;
  white-space: normal;
  max-width: 250px;
  margin-top: 4px;
}
.bd-definition summary {
  cursor: pointer;
  font-weight: 650;
  padding: 12px 0;
  color: #18394f;
}
.bd-definition p {
  line-height: 1.7;
  color: #536d80;
  max-width: 1000px;
  padding-bottom: 10px;
}
.bd-definition {
  border-bottom: 1px solid #e2eaf0;
}
.bd-button:disabled {
  opacity: 0.6;
  cursor: wait;
}
@media (max-width: 1050px) {
  .bd-fund-choices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bd-form--four > label {
    flex-basis: calc(50% - 14px);
  }
}
@media (max-width: 760px) {
  .bd-form {
    gap: 12px;
  }
  .bd-form > label {
    flex-basis: calc(50% - 12px);
    font-size: 12px;
  }
  .bd-form input,
  .bd-form select,
  .bd-weight input {
    font-size: 16px;
    min-height: 44px;
  }
  .bd-fund-choices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bd-weight {
    width: 60px;
  }
  .bd-fund-choice {
    padding: 8px;
    flex-wrap: wrap;
  }
  .bd-fund-choice > label:first-child {
    flex-basis: 100%;
  }
  .bd-weight {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .bd-weight input {
    width: 65px;
    margin-left: auto;
  }
  .bd-chart-caption,
  .bd-note {
    font-size: 11px;
  }
  .bd-chart-legend button {
    min-height: 34px;
  }
  .bd-heat-cell {
    padding: 7px 4px;
  }
}
@media (max-width: 380px) {
  .bd-form > label {
    flex-basis: 100%;
  }
}
