.btc-dashboard-v1 {
  --btc-dashboard-line: var(--scanner-soft-line, rgba(95, 83, 58, .18));
  --btc-dashboard-surface: var(--market-discover-card, rgba(255, 252, 245, .5));
  --btc-dashboard-zone: var(--market-discover-card-soft, rgba(255, 252, 245, .38));
  --btc-dashboard-strong: var(--scanner-ink, #20242b);
  --btc-dashboard-body: #4f5967;
  --btc-dashboard-muted: var(--scanner-muted, #637081);
  --btc-dashboard-accent: #856b35;
  --btc-dashboard-surface-soft: var(--btc-dashboard-zone);
  --btc-dashboard-ink: var(--btc-dashboard-strong);
  --btc-dashboard-ink-strong: var(--btc-dashboard-strong);
  position: relative;
  display: grid;
  gap: 14px;
  isolation: isolate;
  min-width: 0;
  width: 100%;
  color: var(--btc-dashboard-strong);
}

/* Phase 2J.1 / 2J.2: Strategy research depth and proportional BTC structure axis. */
.btc-dashboard-v1__capital-data-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

.btc-dashboard-v1__capital-access .btc-dashboard-v1__capital-data-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btc-dashboard-v1__capital-datum > div,
.btc-dashboard-v1__capital-stack-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  line-height: 1.35;
}

.btc-dashboard-v1__capital-datum .btc-dashboard-v1__explain,
.btc-dashboard-v1__capital-stack-legend .btc-dashboard-v1__explain {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  font-size: 8px;
}

.btc-dashboard-v1__capital-stack-visual {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  background: rgba(133, 107, 53, .035);
}

.btc-dashboard-v1__capital-stack-bar {
  display: flex;
  width: 100%;
  height: 12px;
  overflow: hidden;
  border: 1px solid rgba(95, 83, 58, .2);
  background: rgba(95, 83, 58, .08);
}

.btc-dashboard-v1__capital-stack-segment {
  display: block;
  min-width: 2px;
  height: 100%;
  border-right: 1px solid rgba(255, 252, 245, .52);
}

.btc-dashboard-v1__capital-stack-segment.is-common,
.btc-dashboard-v1__capital-stack-legend > article > i.is-common {
  background: #887b65;
}

.btc-dashboard-v1__capital-stack-segment.is-preferred,
.btc-dashboard-v1__capital-stack-legend > article > i.is-preferred {
  background: #a08042;
}

.btc-dashboard-v1__capital-stack-segment.is-debt,
.btc-dashboard-v1__capital-stack-legend > article > i.is-debt {
  background: #6f7068;
}

.btc-dashboard-v1__capital-stack-segment.is-cash,
.btc-dashboard-v1__capital-stack-legend > article > i.is-cash {
  background: #b3a580;
}

.btc-dashboard-v1__capital-stack-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  border-left: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-stack-legend > article {
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-right: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-stack-legend > article > i {
  width: 7px;
  height: 7px;
}

.btc-dashboard-v1__capital-stack-legend > article > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.btc-dashboard-v1__capital-stack-legend strong {
  color: var(--btc-dashboard-ink-strong);
  font: 700 12px/1.2 var(--btc-dashboard-mono, ui-monospace, monospace);
}

.btc-dashboard-v1__strc-financing-conditions {
  background: linear-gradient(135deg, rgba(133, 107, 53, .07), transparent 58%);
}

.btc-dashboard-v1__strc-financing-conditions > header .btc-dashboard-v1__explain {
  margin-left: auto;
}

.btc-dashboard-v1__strc-financing-chain {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__strc-financing-chain .btc-dashboard-v1__capital-datum:nth-child(3)::after {
  display: none;
}

.btc-dashboard-v1__strc-financing-chain .btc-dashboard-v1__capital-datum {
  position: relative;
}

.btc-dashboard-v1__strc-financing-chain .btc-dashboard-v1__capital-datum:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -4px;
  z-index: 1;
  width: 8px;
  color: var(--btc-dashboard-accent);
  content: "→";
  font-size: 9px;
  transform: translateY(-50%);
}

.btc-dashboard-v1__strc-supporting-condition {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(130px, .28fr) minmax(0, 1.72fr);
  min-width: 0;
}

.btc-dashboard-v1__strc-supporting-condition > .btc-dashboard-v1__capital-datum {
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__strc-condition-groups {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  min-width: 0;
}

.btc-dashboard-v1__strc-condition-groups > section {
  min-width: 0;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__strc-condition-groups > section:last-child {
  border-right: 0;
}

.btc-dashboard-v1__strc-condition-groups h5 {
  margin: 0;
  padding: 9px 12px;
  border-bottom: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-muted);
  font-size: 9px;
  letter-spacing: .04em;
}

.btc-dashboard-v1__capital-coverage {
  grid-column: 1 / -1;
}

.btc-dashboard-v1__capital-coverage .btc-dashboard-v1__capital-data-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.btc-dashboard-v1__capital-channels {
  display: grid;
  grid-template-columns: minmax(145px, .28fr) minmax(0, 1.72fr);
  margin-top: 14px;
  border: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .025);
}

.btc-dashboard-v1__capital-channels > header {
  grid-row: 1 / span 2;
  display: grid;
  align-content: start;
  gap: 5px;
  padding: 14px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-channels > header span {
  color: var(--btc-dashboard-accent);
  font: 700 9px/1 var(--btc-dashboard-mono, ui-monospace, monospace);
}

.btc-dashboard-v1__capital-channels h4 {
  margin: 0;
  color: var(--btc-dashboard-ink);
  font-size: 11px;
}

.btc-dashboard-v1__capital-channels > header small,
.btc-dashboard-v1__capital-channel-label,
.btc-dashboard-v1__capital-channel-result small {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
}

.btc-dashboard-v1__capital-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-channel {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-channel:last-child {
  border-right: 0;
}

.btc-dashboard-v1__capital-channel > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 4px;
}

.btc-dashboard-v1__capital-channel > div > i {
  color: var(--btc-dashboard-accent);
  font-style: normal;
  font-size: 9px;
  opacity: .62;
}

.btc-dashboard-v1__capital-channel-node {
  display: grid;
  place-items: center;
  min-height: 36px;
  padding: 5px;
  border: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-ink);
  font-size: 8px;
  line-height: 1.35;
  text-align: center;
}

.btc-dashboard-v1__capital-channel-result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 12px;
}

.btc-dashboard-v1__capital-channel-result i {
  color: var(--btc-dashboard-accent);
  font-style: normal;
}

.btc-dashboard-v1__capital-channel-result strong {
  color: var(--btc-dashboard-ink-strong);
  font-size: 10px;
}

.btc-dashboard-v1__structure-axis-wrap {
  min-width: 0;
}

.btc-dashboard-v1__structure-axis {
  min-width: 0;
  padding: 14px 16px 12px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__structure-axis-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__structure-axis-head span {
  color: var(--btc-dashboard-ink);
  font-size: 10px;
  font-weight: 700;
}

.btc-dashboard-v1__structure-axis-head small {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
}

.btc-dashboard-v1__structure-axis-plot {
  position: relative;
  min-height: 154px;
  margin: 8px 12px 0;
}

.btc-dashboard-v1__structure-axis-track {
  position: absolute;
  top: 50%;
  right: 4%;
  left: 4%;
  height: 1px;
  background: linear-gradient(90deg, rgba(111, 112, 104, .5), rgba(133, 107, 53, .72));
}

.btc-dashboard-v1__structure-axis-marker {
  position: absolute;
  top: 50%;
  left: calc(var(--structure-position) * 1%);
  display: grid;
  gap: 3px;
  width: 104px;
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  line-height: 1.25;
  transform: translateX(-50%);
}

.btc-dashboard-v1__structure-axis-marker > i {
  position: absolute;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid #77766d;
  border-radius: 50%;
  background: var(--btc-dashboard-zone);
  transform: translate(-50%, -50%);
}

.btc-dashboard-v1__structure-axis-marker > strong {
  color: var(--btc-dashboard-ink-strong);
  font: 700 12px/1.15 var(--btc-dashboard-mono, ui-monospace, monospace);
}

.btc-dashboard-v1__structure-axis-marker.is-upper {
  padding-bottom: 19px;
  text-align: center;
  transform: translate(-50%, -100%);
}

.btc-dashboard-v1__structure-axis-marker.is-upper > i {
  bottom: -4px;
}

.btc-dashboard-v1__structure-axis-marker.is-lower {
  padding-top: 19px;
  text-align: center;
}

.btc-dashboard-v1__structure-axis-marker.is-lower > i {
  top: 0;
}

.btc-dashboard-v1__structure-axis-marker.is-current {
  color: var(--btc-dashboard-accent);
  font-weight: 700;
}

.btc-dashboard-v1__structure-axis-marker.is-current > i {
  width: 10px;
  height: 10px;
  border-color: var(--btc-dashboard-accent);
  background: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__structure-axis-marker.is-current > strong {
  color: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__explainer-detail {
  display: grid;
  gap: 0;
  margin: 12px 0 0;
  border-top: 1px solid rgba(133, 107, 53, .22);
}

.btc-dashboard-v1__explainer-detail > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(133, 107, 53, .18);
}

.btc-dashboard-v1__explainer-detail dt {
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  font-weight: 700;
}

.btc-dashboard-v1__explainer-detail dd {
  margin: 0;
  color: #4f473b;
  font-size: 10px;
  line-height: 1.55;
}

html[data-theme="dark"] .btc-dashboard-v1__capital-stack-visual,
html[data-theme="dark"] .btc-dashboard-v1__structure-axis,
html[data-theme="dark"] .btc-dashboard-v1__capital-channels {
  background: rgba(20, 19, 16, .58);
}

html[data-theme="dark"] .btc-dashboard-v1__capital-stack-segment {
  border-right-color: rgba(20, 19, 16, .68);
}

html[data-theme="dark"] .btc-dashboard-v1__structure-axis-marker > i {
  background: #24231f;
}

html[data-theme="dark"] .btc-dashboard-v1__structure-axis-marker.is-current > i {
  background: var(--btc-dashboard-accent);
}

html[data-theme="dark"] .btc-dashboard-v1__explainer-detail dd {
  color: rgba(231, 224, 211, .84);
}

@media (max-width: 900px) {
  .btc-dashboard-v1__strc-financing-chain {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .btc-dashboard-v1__strc-financing-chain .btc-dashboard-v1__capital-datum:nth-child(3)::after {
    display: none;
  }

  .btc-dashboard-v1__strc-condition-groups,
  .btc-dashboard-v1__capital-channel-grid {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__strc-condition-groups > section,
  .btc-dashboard-v1__capital-channel {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__capital-channel:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .btc-dashboard-v1__strc-financing-chain,
  .btc-dashboard-v1__strc-supporting-condition {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__strc-financing-chain .btc-dashboard-v1__capital-datum::after {
    display: none;
  }

  .btc-dashboard-v1__strc-supporting-condition > .btc-dashboard-v1__capital-datum {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__capital-data-grid,
  .btc-dashboard-v1__capital-access .btc-dashboard-v1__capital-data-grid,
  .btc-dashboard-v1__capital-coverage .btc-dashboard-v1__capital-data-grid,
  .btc-dashboard-v1__capital-stack-legend {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__capital-channels {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__capital-channels > header {
    grid-row: auto;
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__capital-channel > div {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__capital-channel > div > i {
    justify-self: center;
    transform: rotate(90deg);
  }

  .btc-dashboard-v1__structure-axis {
    min-height: 424px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .btc-dashboard-v1__structure-axis-plot {
    min-height: 348px;
    margin: 12px 0 0;
  }

  .btc-dashboard-v1__structure-axis-track {
    top: 4%;
    right: auto;
    bottom: 4%;
    left: 50%;
    width: 1px;
    height: auto;
    background: linear-gradient(0deg, rgba(111, 112, 104, .5), rgba(133, 107, 53, .72));
  }

  .btc-dashboard-v1__structure-axis-marker {
    top: auto;
    bottom: calc(var(--structure-position) * 1%);
    left: 50%;
    width: calc(50% - 18px);
    padding: 0 0 0 18px;
    text-align: left;
    transform: translateY(50%);
  }

  .btc-dashboard-v1__structure-axis-marker.is-upper {
    padding: 0 0 0 18px;
    text-align: left;
    transform: translateY(50%);
  }

  .btc-dashboard-v1__structure-axis-marker.is-lower {
    right: 50%;
    left: auto;
    padding: 0 18px 0 0;
    text-align: right;
    transform: translateY(50%);
  }

  .btc-dashboard-v1__structure-axis-marker > i,
  .btc-dashboard-v1__structure-axis-marker.is-upper > i,
  .btc-dashboard-v1__structure-axis-marker.is-lower > i {
    top: 50%;
    bottom: auto;
    left: -4px;
    transform: translate(-50%, -50%);
  }

  .btc-dashboard-v1__structure-axis-marker.is-lower > i {
    right: -4px;
    left: auto;
    transform: translate(50%, -50%);
  }

  .btc-dashboard-v1__explainer-detail > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Phase 2J: hard semantic deduplication and focused research depth. */
.btc-dashboard-v1 [id^="btcDashboard"] {
  scroll-margin-top: 84px;
}

.btc-dashboard-v1__research-dimension-nav {
  display: grid;
  gap: 9px;
  margin-top: 22px;
  padding: 13px 15px;
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: color-mix(in srgb, var(--btc-dashboard-surface) 82%, transparent);
}

.btc-dashboard-v1__research-dimension-label {
  color: var(--btc-dashboard-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}

.btc-dashboard-v1__research-dimension-flow {
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.btc-dashboard-v1__research-dimension-flow a {
  color: var(--btc-dashboard-ink);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.btc-dashboard-v1__research-dimension-flow i {
  color: var(--btc-dashboard-accent);
  font-size: 10px;
  font-style: normal;
  opacity: .62;
}

.btc-dashboard-v1__mining-status-distribution {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-surface-soft);
}

.btc-dashboard-v1__mining-status-head,
.btc-dashboard-v1__mining-status-legend,
.btc-dashboard-v1__mining-status-legend span {
  display: flex;
  align-items: center;
}

.btc-dashboard-v1__mining-status-head {
  justify-content: space-between;
  gap: 12px;
  color: var(--btc-dashboard-muted);
  font-size: 10px;
}

.btc-dashboard-v1__mining-status-head strong {
  color: var(--btc-dashboard-ink);
  font-size: 11px;
}

.btc-dashboard-v1__mining-status-bar {
  display: flex;
  height: 7px;
  overflow: hidden;
  background: var(--btc-dashboard-line);
}

.btc-dashboard-v1__mining-status-bar .is-profitable-range,
.btc-dashboard-v1__mining-status-legend .is-profitable-range i {
  background: rgba(94, 123, 93, .72);
}

.btc-dashboard-v1__mining-status-bar .is-pressure-range,
.btc-dashboard-v1__mining-status-legend .is-pressure-range i {
  background: rgba(164, 129, 61, .78);
}

.btc-dashboard-v1__mining-status-bar .is-cost-sensitivity,
.btc-dashboard-v1__mining-status-legend .is-cost-sensitivity i {
  background: rgba(138, 84, 69, .76);
}

.btc-dashboard-v1__mining-status-legend {
  flex-wrap: wrap;
  gap: 10px 20px;
}

.btc-dashboard-v1__mining-status-legend span {
  gap: 7px;
  color: var(--btc-dashboard-muted);
  font-size: 9px;
}

.btc-dashboard-v1__mining-status-legend span i {
  width: 6px;
  height: 6px;
}

.btc-dashboard-v1__mining-status-legend strong {
  color: var(--btc-dashboard-ink);
  font-size: 11px;
}

.btc-dashboard-v1__capital-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 14px;
  overflow-x: auto;
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-ink);
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.btc-dashboard-v1__capital-flow i {
  color: var(--btc-dashboard-accent);
  font-style: normal;
  opacity: .66;
}

.btc-dashboard-v1__capital-structure {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-right: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-surface-soft);
}

.btc-dashboard-v1__capital-structure > section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  border-left: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-structure header {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-structure header span,
.btc-dashboard-v1__capital-expansion header span {
  color: var(--btc-dashboard-accent);
  font: 700 9px/1 var(--btc-dashboard-mono, ui-monospace, monospace);
}

.btc-dashboard-v1__capital-structure h4,
.btc-dashboard-v1__capital-expansion h4 {
  margin: 0;
  color: var(--btc-dashboard-ink);
  font-size: 11px;
}

.btc-dashboard-v1__capital-structure article {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-structure article:last-child {
  border-right: 0;
}

.btc-dashboard-v1__capital-structure article span,
.btc-dashboard-v1__strc-preferred-band span {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  letter-spacing: .035em;
}

.btc-dashboard-v1__capital-structure article strong,
.btc-dashboard-v1__strc-preferred-band strong {
  color: var(--btc-dashboard-ink-strong);
  font: 700 13px/1.25 var(--btc-dashboard-mono, ui-monospace, monospace);
}

.btc-dashboard-v1__capital-stack {
  background: linear-gradient(135deg, rgba(133, 107, 53, .06), transparent 60%);
}

.btc-dashboard-v1__capital-access {
  background: linear-gradient(135deg, rgba(133, 107, 53, .1), transparent 62%);
}

.btc-dashboard-v1__capital-coverage {
  background: linear-gradient(135deg, rgba(96, 103, 85, .08), transparent 62%);
}

.btc-dashboard-v1__strc-preferred-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 14px;
  border-top: 1px solid var(--btc-dashboard-line);
  border-left: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__strc-preferred-band div {
  display: grid;
  gap: 5px;
  padding: 11px 12px;
  border-right: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-expansion {
  display: grid;
  grid-template-columns: minmax(150px, .45fr) minmax(0, 1.55fr);
  margin-top: 14px;
  border: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-expansion header {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 13px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__capital-expansion ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.btc-dashboard-v1__capital-expansion li {
  padding: 12px 13px;
  border-right: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-muted);
  font-size: 9px;
  line-height: 1.55;
}

.btc-dashboard-v1__scenario-research-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
  gap: 14px;
}

.btc-dashboard-v1__probability-ladder {
  display: grid;
  align-content: start;
  border: 1px solid var(--btc-dashboard-line);
  border-top: 2px solid var(--btc-dashboard-accent);
  background: var(--btc-dashboard-surface-soft);
}

.btc-dashboard-v1__probability-ladder-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__probability-ladder-head div {
  display: grid;
  gap: 4px;
}

.btc-dashboard-v1__probability-ladder-head span,
.btc-dashboard-v1__probability-ladder-head small {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
}

.btc-dashboard-v1__probability-ladder-head strong {
  color: var(--btc-dashboard-ink);
  font-size: 12px;
}

.btc-dashboard-v1__probability-ladder-list {
  display: grid;
}

.btc-dashboard-v1__probability-ladder-row {
  display: grid;
  grid-template-columns: minmax(105px, auto) minmax(70px, 1fr) 38px;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__probability-ladder-row:last-child {
  border-bottom: 0;
}

.btc-dashboard-v1__probability-ladder-label {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.btc-dashboard-v1__probability-ladder-label > span {
  color: var(--btc-dashboard-ink);
  font-size: 10px;
  font-weight: 650;
}

.btc-dashboard-v1__probability-ladder-math {
  color: var(--btc-dashboard-muted);
  font: 500 8px/1.2 var(--btc-dashboard-mono, ui-monospace, monospace);
}

.btc-dashboard-v1__probability-ladder-track {
  height: 3px;
  background: var(--btc-dashboard-line);
}

.btc-dashboard-v1__probability-ladder-track i {
  display: block;
  height: 100%;
  background: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__probability-ladder-row > strong {
  color: var(--btc-dashboard-ink-strong);
  font: 700 12px/1 var(--btc-dashboard-mono, ui-monospace, monospace);
  text-align: right;
}

html[data-theme="dark"] .btc-dashboard-v1__capital-structure,
html[data-theme="dark"] .btc-dashboard-v1__probability-ladder,
html[data-theme="dark"] .btc-dashboard-v1__mining-status-distribution {
  background: rgba(20, 19, 16, .58);
}

@media (max-width: 900px) {
  .btc-dashboard-v1__research-dimension-flow {
    grid-template-columns: repeat(9, max-content);
    overflow-x: auto;
  }

  .btc-dashboard-v1__capital-structure {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__strc-preferred-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btc-dashboard-v1__capital-expansion {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__capital-expansion header {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }
}

@media (max-width: 560px) {
  .btc-dashboard-v1__scenario-research-grid {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__capital-structure {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__capital-structure > section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btc-dashboard-v1__capital-flow {
    justify-content: flex-start;
  }

  .btc-dashboard-v1__strc-preferred-band {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__capital-expansion ol {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__capital-expansion li {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__probability-ladder-row {
    grid-template-columns: minmax(112px, auto) minmax(44px, 1fr) 34px;
    gap: 8px;
  }
}

.btc-dashboard-v1 *,
.btc-dashboard-v1 *::before,
.btc-dashboard-v1 *::after {
  box-sizing: border-box;
}

.btc-dashboard-v1__disclosure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(133, 107, 53, .35);
  background: rgba(205, 179, 113, .11);
  color: var(--btc-dashboard-muted);
  font-size: 12px;
}

.btc-dashboard-v1__disclosure strong {
  color: var(--btc-dashboard-accent);
  letter-spacing: .04em;
}

.btc-dashboard-v1__disclosure small {
  margin-left: auto;
  color: inherit;
}

.btc-dashboard-v1__disclosure p {
  flex: 1 0 100%;
  margin: 0;
  padding-top: 6px;
  border-top: 1px solid rgba(133, 107, 53, .18);
  color: var(--btc-dashboard-body);
  font-size: 10px;
}

.btc-dashboard-v1__disclosure p b {
  margin-right: 6px;
  color: var(--btc-dashboard-accent);
  font-weight: 700;
}

.btc-dashboard-v1__surface {
  position: relative;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--btc-dashboard-line);
  border-radius: 12px;
  background: var(--btc-dashboard-surface);
}

.btc-dashboard-v1__hero {
  overflow: hidden;
  padding: 0;
  border-color: rgba(133, 107, 53, .32);
  background:
    linear-gradient(112deg, rgba(133, 107, 53, .075), transparent 38%),
    var(--btc-dashboard-surface);
}

.btc-dashboard-v1__hero::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--btc-dashboard-accent);
  content: "";
  opacity: .9;
}

.btc-dashboard-v1__hero::after {
  position: absolute;
  top: 64px;
  left: 42%;
  color: rgba(133, 107, 53, .035);
  content: "BTC";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(112px, 18vw, 250px);
  font-weight: 500;
  letter-spacing: -.08em;
  line-height: .8;
  pointer-events: none;
}

.btc-dashboard-v1__hero-head,
.btc-dashboard-v1__hero-status,
.btc-dashboard-v1__asset-line,
.btc-dashboard-v1__hero-price,
.btc-dashboard-v1__fact > div,
.btc-dashboard-v1__pressure-axis,
.btc-dashboard-v1__pressure-signal > div,
.btc-dashboard-v1__path-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.btc-dashboard-v1__hero-head {
  min-height: 44px;
  padding: 10px 16px 10px 18px;
  border-bottom: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-muted);
}

.btc-dashboard-v1__hero-head > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.btc-dashboard-v1__hero-head span,
.btc-dashboard-v1__hero-label,
.btc-dashboard-v1__structure-kicker,
.btc-dashboard-v1__path-head > span,
.btc-dashboard-v1__pressure-axis span,
.btc-dashboard-v1__pressure-reading span,
.btc-dashboard-v1__pressure-note > span {
  color: var(--btc-dashboard-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.btc-dashboard-v1__hero-head small,
.btc-dashboard-v1__hero-status small,
.btc-dashboard-v1__asset-line small,
.btc-dashboard-v1__hero-source,
.btc-dashboard-v1__hero-context small,
.btc-dashboard-v1__fact small,
.btc-dashboard-v1__path-head small,
.btc-dashboard-v1__pressure-axis small {
  color: var(--btc-dashboard-muted);
  font-size: 10px;
}

.btc-dashboard-v1__hero-status {
  justify-content: flex-end;
}

.btc-dashboard-v1__hero-status span {
  padding: 4px 7px;
  border: 1px solid rgba(133, 107, 53, .38);
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  letter-spacing: .07em;
}

.btc-dashboard-v1__hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr);
  min-width: 0;
}

.btc-dashboard-v1__hero-primary {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 28px 30px 25px;
}

.btc-dashboard-v1__asset-line {
  justify-content: flex-start;
  margin-bottom: 16px;
}

.btc-dashboard-v1__asset-line > div {
  display: grid;
  gap: 1px;
}

.btc-dashboard-v1__asset-line > div > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 500;
  letter-spacing: .01em;
}

.btc-dashboard-v1__asset-mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(133, 107, 53, .55);
  border-radius: 50%;
  color: var(--btc-dashboard-accent);
  font-family: Georgia, serif;
  font-size: 29px;
}

.btc-dashboard-v1__hero-price {
  justify-content: flex-start;
  margin-bottom: 16px;
}

.btc-dashboard-v1__hero-price > strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 68px);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .95;
}

.btc-dashboard-v1__hero-price .btc-dashboard-v1__metric-value {
  margin: 0;
  font-size: 14px;
}

.btc-dashboard-v1__hero-primary h2 {
  max-width: 720px;
  margin: 5px 0 3px;
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.3;
}

.btc-dashboard-v1__hero-snapshot {
  display: grid;
  gap: 1px;
  max-width: 760px;
}

.btc-dashboard-v1__hero-snapshot > small {
  color: var(--btc-dashboard-muted);
  font-size: 10px;
}

.btc-dashboard-v1__research-scope {
  display: grid;
  grid-template-columns: 1.25fr .7fr 1.05fr;
  max-width: 760px;
  margin-top: 14px;
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__research-scope article {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px 12px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__research-scope article:first-child {
  padding-left: 0;
}

.btc-dashboard-v1__research-scope article:last-child {
  border-right: 0;
}

.btc-dashboard-v1__research-scope span {
  color: var(--btc-dashboard-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.btc-dashboard-v1__research-scope strong {
  overflow: hidden;
  color: var(--btc-dashboard-strong);
  font-size: 10px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__hero-observation {
  display: grid;
  gap: 4px;
  max-width: 760px;
  margin-top: 15px;
  padding: 12px 0 13px;
  border-top: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__hero-observation > span {
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.btc-dashboard-v1__hero-observation > strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 500;
}

.btc-dashboard-v1__hero-observation > p {
  margin: 0;
  color: var(--btc-dashboard-body);
  font-size: 11px;
  line-height: 1.7;
}

.btc-dashboard-v1__hero-source {
  display: block;
  padding-top: 2px;
}

.btc-dashboard-v1__hero-context {
  display: grid;
  align-content: stretch;
  border-left: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__hero-cycle-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px 10px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__hero-cycle-head > span {
  color: var(--btc-dashboard-accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.btc-dashboard-v1__hero-cycle-head > small {
  color: var(--btc-dashboard-muted);
  font-size: 9px;
}

.btc-dashboard-v1__hero-context > .btc-dashboard-v1__cycle-position {
  padding: 16px 18px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__hero-context > .btc-dashboard-v1__cycle-gauge {
  align-content: center;
  padding: 18px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__hero-context .btc-dashboard-v1__cycle-gauge-visual {
  width: min(260px, 100%);
  height: 138px;
}

.btc-dashboard-v1__hero-cycle-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.btc-dashboard-v1__observed-metric {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
  padding: 13px 14px;
  border-right: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .025);
}

.btc-dashboard-v1__observed-metric:nth-child(3n) {
  border-right: 0;
}

.btc-dashboard-v1__observed-metric > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.btc-dashboard-v1__observed-metric > div:first-child > span,
.btc-dashboard-v1__observed-metric > small {
  overflow: hidden;
  color: var(--btc-dashboard-muted);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__observed-metric > strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.btc-dashboard-v1__observed-metric.is-compact {
  padding: 12px 10px;
  border-bottom: 0;
}

.btc-dashboard-v1__observed-metric.is-compact > strong {
  font-size: 16px;
}

.btc-dashboard-v1__observed-scale {
  height: 3px;
  overflow: hidden;
  background: var(--btc-dashboard-line);
}

.btc-dashboard-v1__observed-scale > span {
  display: block;
  height: 100%;
  background: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__hero-context article {
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding: 15px 18px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__hero-context article:last-child {
  border-bottom: 0;
}

.btc-dashboard-v1__hero-context span,
.btc-dashboard-v1__fact span {
  color: var(--btc-dashboard-muted);
  font-size: 10px;
  letter-spacing: .05em;
}

.btc-dashboard-v1__hero-context strong {
  overflow: hidden;
  color: var(--btc-dashboard-strong);
  font-size: clamp(16px, 2vw, 21px);
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
}

.btc-dashboard-v1__cycle-position {
  min-width: 0;
}

.btc-dashboard-v1__cycle-position-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.btc-dashboard-v1__cycle-position-head > span {
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.btc-dashboard-v1__cycle-position-head > strong {
  color: var(--btc-dashboard-strong);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__cycle-position-track {
  position: relative;
  width: 100%;
  height: 5px;
  margin-top: 7px;
  background: var(--btc-dashboard-line);
}

.btc-dashboard-v1__cycle-position-zones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
  color: var(--btc-dashboard-muted);
  font-size: 8px;
}

.btc-dashboard-v1__cycle-position-zones span {
  padding: 3px 5px;
  border-right: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .035);
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
  text-align: center;
}

.btc-dashboard-v1__cycle-position-zones span:nth-child(2) {
  background: rgba(133, 107, 53, .065);
}

.btc-dashboard-v1__cycle-position-zones span:last-child {
  border-right: 0;
  background: rgba(133, 107, 53, .095);
}

.btc-dashboard-v1__cycle-position-track::before {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 50%;
  border-left: 1px solid var(--btc-dashboard-line);
  content: "";
}

.btc-dashboard-v1__cycle-position-marker {
  position: absolute;
  top: -4px;
  width: 2px;
  height: 13px;
  background: var(--btc-dashboard-accent);
  transform: translateX(-50%);
}

.btc-dashboard-v1__cycle-position-legend {
  display: flex;
  justify-content: space-between;
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__cycle-position-legend > span {
  color: inherit;
  font-size: inherit;
  letter-spacing: 0;
}

.btc-dashboard-v1__cycle-position-note {
  margin-top: 3px;
  color: var(--btc-dashboard-body) !important;
  line-height: 1.45;
}

.btc-dashboard-v1__fact-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__fact {
  min-width: 0;
  padding: 12px 16px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__fact:last-child {
  border-right: 0;
}

.btc-dashboard-v1__fact > strong {
  display: inline-block;
  margin: 5px 5px 0 0;
  color: var(--btc-dashboard-strong);
  font-size: clamp(16px, 2vw, 21px);
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__fact > strong.is-positive { color: #586f63; }
.btc-dashboard-v1__fact > strong.is-negative { color: #98605a; }
.btc-dashboard-v1__fact > strong.is-caution { color: #8a6d34; }

.btc-dashboard-v1__section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.btc-dashboard-v1__section-head span,
.btc-dashboard-v1__level-detail > span,
.btc-dashboard-v1__scenario-summary > span,
.btc-dashboard-v1__explainer > span {
  display: block;
  margin-bottom: 3px;
  color: var(--btc-dashboard-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.btc-dashboard-v1__section-head h2,
.btc-dashboard-v1__section-head h3,
.btc-dashboard-v1__explainer h2 {
  margin: 0;
  color: var(--btc-dashboard-strong);
  font-size: 17px;
  line-height: 1.25;
}

.btc-dashboard-v1__section-head h3 {
  font-size: 14px;
}

.btc-dashboard-v1__section-head > small {
  color: var(--btc-dashboard-muted);
  font-size: 11px;
  text-align: right;
}

.btc-dashboard-v1__metric-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  border-left: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__metric-grid.is-cycle,
.btc-dashboard-v1__metric-grid.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.btc-dashboard-v1__metric {
  min-width: 0;
  padding: 12px;
  border-right: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__metric.is-compact {
  padding: 10px;
}

.btc-dashboard-v1__metric-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: var(--btc-dashboard-muted);
  font-size: 11px;
}

.btc-dashboard-v1__explain {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid var(--btc-dashboard-line);
  border-radius: 50%;
  background: transparent;
  color: var(--btc-dashboard-muted);
  cursor: pointer;
  font: inherit;
}

.btc-dashboard-v1__explain:hover,
.btc-dashboard-v1__explain:focus-visible {
  border-color: rgba(133, 107, 53, .55);
  color: var(--btc-dashboard-accent);
  outline: none;
}

.btc-dashboard-v1__metric-value {
  display: block;
  margin-top: 8px;
  overflow: hidden;
  font-size: clamp(16px, 2vw, 22px);
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__metric-value.is-positive { color: #586f63; }
.btc-dashboard-v1__metric-value.is-negative { color: #98605a; }
.btc-dashboard-v1__metric-value.is-caution { color: #8a6d34; }
.btc-dashboard-v1__metric-value.is-unavailable { color: var(--btc-dashboard-muted); }

.btc-dashboard-v1__metric > small {
  color: var(--btc-dashboard-muted);
  font-size: 10px;
}

.btc-dashboard-v1__structure {
  display: block;
  border-top-color: rgba(133, 107, 53, .38);
}

.btc-dashboard-v1__cycle-surface {
  background: linear-gradient(180deg, rgba(133, 107, 53, .025), transparent 36%), var(--btc-dashboard-surface);
}

.btc-dashboard-v1__pressure-surface {
  border-top-color: rgba(133, 107, 53, .48);
  background: linear-gradient(180deg, rgba(133, 107, 53, .045), transparent 28%), var(--btc-dashboard-surface);
}

.btc-dashboard-v1__structure-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
  min-width: 0;
}

.btc-dashboard-v1__structure-main {
  padding: 14px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__structure-label {
  display: block;
  margin: 8px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 600;
}

.btc-dashboard-v1__structure-main > p,
.btc-dashboard-v1__pressure > p,
.btc-dashboard-v1__scenario-panel p,
.btc-dashboard-v1__explainer p,
.btc-dashboard-v1__level-detail p {
  margin: 0;
  color: var(--btc-dashboard-body);
  font-size: 12px;
  line-height: 1.7;
}

.btc-dashboard-v1__state {
  padding: 4px 8px;
  border: 1px solid var(--btc-dashboard-line);
  border-radius: 999px;
  color: var(--btc-dashboard-accent) !important;
  font-size: 10px !important;
  letter-spacing: .04em !important;
  text-transform: none !important;
}

.btc-dashboard-v1__confidence {
  display: grid;
  grid-template-columns: auto auto;
  gap: 6px 12px;
  align-items: center;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__confidence span,
.btc-dashboard-v1__confidence small {
  color: var(--btc-dashboard-muted);
  font-size: 11px;
}

.btc-dashboard-v1__confidence strong {
  justify-self: end;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__confidence .btc-dashboard-v1__scale {
  width: 100%;
  height: 7px;
}

.btc-dashboard-v1__scale {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  background: var(--btc-dashboard-line);
}

.btc-dashboard-v1__scale-fill {
  display: block;
  height: 100%;
  background: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__confidence small,
.btc-dashboard-v1__confidence .btc-dashboard-v1__scale {
  grid-column: 1 / -1;
}

.btc-dashboard-v1__structure-path-wrap {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__path-head {
  align-items: baseline;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__structure-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 16px 0;
}

.btc-dashboard-v1__path-node {
  position: relative;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid var(--btc-dashboard-line);
  background: transparent;
  color: var(--btc-dashboard-muted);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.btc-dashboard-v1__path-node:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  width: 20px;
  border-top: 1px solid rgba(133, 107, 53, .45);
  content: "";
}

.btc-dashboard-v1__path-node small {
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  letter-spacing: .07em;
}

.btc-dashboard-v1__path-node span {
  color: var(--btc-dashboard-muted);
  font-size: 11px;
}

.btc-dashboard-v1__path-node strong {
  color: var(--btc-dashboard-strong);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__path-node:hover,
.btc-dashboard-v1__path-node:focus-visible,
.btc-dashboard-v1__path-node[aria-pressed="true"] {
  border-color: rgba(133, 107, 53, .55);
  background: rgba(133, 107, 53, .08);
  outline: none;
}

.btc-dashboard-v1__path-node[aria-pressed="true"] {
  box-shadow: inset 0 2px var(--btc-dashboard-accent);
}

.btc-dashboard-v1__path-recheck {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-muted);
  font-size: 10px;
}

.btc-dashboard-v1__path-recheck .btc-dashboard-v1__path-node {
  width: min(240px, 100%);
  padding: 9px 11px;
}

.btc-dashboard-v1__path-recheck .btc-dashboard-v1__path-node::after {
  display: none;
}

.btc-dashboard-v1__level-list {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__level {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 8px;
  border: 0;
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: transparent;
  color: var(--btc-dashboard-muted);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.btc-dashboard-v1__level:hover,
.btc-dashboard-v1__level:focus-visible,
.btc-dashboard-v1__level[aria-pressed="true"] {
  background: rgba(133, 107, 53, .08);
  color: var(--btc-dashboard-strong);
  outline: none;
}

.btc-dashboard-v1__level[aria-pressed="true"] {
  box-shadow: inset 2px 0 var(--btc-dashboard-accent);
}

.btc-dashboard-v1__level strong {
  color: var(--btc-dashboard-strong);
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__level-detail {
  grid-column: 1 / -1;
  padding: 12px;
  border-top: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__level-detail strong {
  display: block;
  margin-bottom: 5px;
}

.btc-dashboard-v1__cycle-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 14px;
}

.btc-dashboard-v1__observation-summary {
  padding-bottom: 12px;
  border-color: rgba(133, 107, 53, .28);
}

.btc-dashboard-v1__observation-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__observation-summary-item {
  position: relative;
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  min-height: 126px;
  padding: 14px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__observation-summary-item:last-child {
  border-right: 0;
}

.btc-dashboard-v1__observation-summary-item::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: var(--btc-dashboard-accent);
  content: "";
  opacity: .45;
}

.btc-dashboard-v1__observation-summary-item > span {
  color: var(--btc-dashboard-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .07em;
}

.btc-dashboard-v1__observation-summary-item > strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
}

.btc-dashboard-v1__observation-summary-item > p,
.btc-dashboard-v1__summary-boundary {
  margin: 0;
  color: var(--btc-dashboard-body);
  font-size: 10px;
  line-height: 1.65;
}

.btc-dashboard-v1__summary-boundary {
  padding: 10px 2px 0;
  color: var(--btc-dashboard-muted);
}

.btc-dashboard-v1__cycle-research-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 12px;
  margin-bottom: 14px;
}

.btc-dashboard-v1__cycle-primary {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.btc-dashboard-v1__cycle-primary > .btc-dashboard-v1__cycle-position,
.btc-dashboard-v1__mvrv-band {
  padding: 14px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__cycle-indicators {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.btc-dashboard-v1__indicator-range-grid,
.btc-dashboard-v1__cycle-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  border-top: 1px solid var(--btc-dashboard-line);
  border-left: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__indicator-range {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 12px;
  border-right: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .025);
}

.btc-dashboard-v1__indicator-range-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.btc-dashboard-v1__indicator-range-head span,
.btc-dashboard-v1__indicator-range > small {
  color: var(--btc-dashboard-muted);
  font-size: 9px;
}

.btc-dashboard-v1__indicator-range-head strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.btc-dashboard-v1__indicator-range-zones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--btc-dashboard-line);
  border-bottom: 0;
}

.btc-dashboard-v1__indicator-range-zones span {
  padding: 4px 2px;
  border-right: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-muted);
  font-size: 7px;
  text-align: center;
}

.btc-dashboard-v1__indicator-range-zones span:last-child {
  border-right: 0;
  background: rgba(133, 107, 53, .07);
}

.btc-dashboard-v1__indicator-range-track {
  position: relative;
  height: 7px;
  background: linear-gradient(90deg, rgba(133, 107, 53, .08) 0 33.33%, rgba(133, 107, 53, .14) 33.33% 66.66%, rgba(133, 107, 53, .22) 66.66% 100%);
}

.btc-dashboard-v1__indicator-range-track i {
  position: absolute;
  top: -3px;
  width: 2px;
  height: 13px;
  background: var(--btc-dashboard-accent);
  transform: translateX(-50%);
}

.btc-dashboard-v1__cycle-reference-grid .btc-dashboard-v1__observed-metric {
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__mvrv-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.btc-dashboard-v1__mvrv-head > div {
  display: grid;
  gap: 3px;
}

.btc-dashboard-v1__mvrv-head span {
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  font-weight: 700;
}

.btc-dashboard-v1__mvrv-head strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
}

.btc-dashboard-v1__mvrv-head small,
.btc-dashboard-v1__mvrv-band > p {
  color: var(--btc-dashboard-muted);
  font-size: 9px;
}

.btc-dashboard-v1__mvrv-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 54px;
  margin-top: 14px;
  border: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__mvrv-track > span {
  padding: 7px 5px;
  border-right: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .035);
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  text-align: center;
}

.btc-dashboard-v1__mvrv-track > span:last-of-type {
  border-right: 0;
  background: rgba(133, 107, 53, .085);
}

.btc-dashboard-v1__mvrv-marker {
  position: absolute;
  bottom: -1px;
  width: 1px;
  height: 28px;
  border-left: 2px solid var(--btc-dashboard-accent);
  color: var(--btc-dashboard-accent);
  font-style: normal;
}

.btc-dashboard-v1__mvrv-marker.is-z {
  height: 18px;
  border-left-style: dashed;
}

.btc-dashboard-v1__mvrv-marker > b {
  position: absolute;
  bottom: 100%;
  left: 4px;
  font-size: 8px;
  font-weight: 700;
}

.btc-dashboard-v1__mvrv-band > p {
  margin: 10px 0 0;
  line-height: 1.5;
}

.btc-dashboard-v1__chart-wrap {
  min-height: 180px;
  padding: 12px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__chart-wrap > small {
  color: var(--btc-dashboard-muted);
}

.btc-dashboard-v1__chart {
  display: block;
  width: 100%;
  height: 132px;
  margin-bottom: 8px;
}

.btc-dashboard-v1__chart path {
  fill: rgba(133, 107, 53, .08);
}

.btc-dashboard-v1__chart polyline {
  fill: none;
  stroke: var(--btc-dashboard-accent);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.btc-dashboard-v1__range,
.btc-dashboard-v1__scenario-tabs {
  display: flex;
  gap: 4px;
}

.btc-dashboard-v1__range button,
.btc-dashboard-v1__scenario-tabs button {
  border: 1px solid var(--btc-dashboard-line);
  background: transparent;
  color: var(--btc-dashboard-muted);
  cursor: pointer;
  font: inherit;
}

.btc-dashboard-v1__range button {
  min-width: 38px;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 11px;
}

.btc-dashboard-v1__range button:hover,
.btc-dashboard-v1__range button:focus-visible,
.btc-dashboard-v1__range button[aria-pressed="true"],
.btc-dashboard-v1__scenario-tabs button:hover,
.btc-dashboard-v1__scenario-tabs button:focus-visible,
.btc-dashboard-v1__scenario-tabs button[aria-pressed="true"] {
  border-color: rgba(133, 107, 53, .55);
  background: rgba(133, 107, 53, .09);
  color: var(--btc-dashboard-strong);
  outline: none;
}

.btc-dashboard-v1__pressure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.btc-dashboard-v1__zone {
  padding: 13px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__pressure {
  overflow: hidden;
  padding: 0;
}

.btc-dashboard-v1__pressure-axis {
  align-items: flex-start;
  padding: 13px 15px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__pressure-axis > div {
  display: grid;
  gap: 3px;
}

.btc-dashboard-v1__pressure-reading {
  padding: 17px 15px 13px;
}

.btc-dashboard-v1__pressure-reading > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.btc-dashboard-v1__pressure-reading strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 38px);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.btc-dashboard-v1__pressure-reading .btc-dashboard-v1__scale {
  width: 100%;
  margin-top: 9px;
}

.btc-dashboard-v1__pressure-signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__pressure-signal {
  min-width: 0;
  padding: 11px 15px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__pressure-signal:last-child {
  border-right: 0;
}

.btc-dashboard-v1__pressure-signal span {
  color: var(--btc-dashboard-muted);
  font-size: 10px;
}

.btc-dashboard-v1__pressure-signal > strong {
  display: block;
  margin-top: 6px;
  color: var(--btc-dashboard-strong);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__pressure-note {
  min-height: 65px;
  padding: 12px 15px 14px;
}

.btc-dashboard-v1__pressure-note > span {
  display: block;
  margin-bottom: 5px;
}

.btc-dashboard-v1__unavailable-note {
  display: block;
  margin-top: 8px;
  color: var(--btc-dashboard-muted);
}

.btc-dashboard-v1__pressure-source-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 14px 0 11px;
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__pressure-source-head > div {
  display: grid;
  gap: 3px;
}

.btc-dashboard-v1__pressure-source-head span {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
}

.btc-dashboard-v1__pressure-source-head small {
  color: var(--btc-dashboard-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.btc-dashboard-v1__pressure-source-head p {
  max-width: 520px;
  margin: 0;
  color: var(--btc-dashboard-muted);
  font-size: 10px;
  line-height: 1.6;
  text-align: right;
}

.btc-dashboard-v1__pressure-research-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  margin-top: 12px;
}

.btc-dashboard-v1__research-zone {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__research-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 15px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__research-head > div {
  min-width: 0;
}

.btc-dashboard-v1__research-head > div > small {
  display: block;
  margin-top: 4px;
  color: var(--btc-dashboard-muted);
  font-size: 9px;
  letter-spacing: .045em;
}

.btc-dashboard-v1__research-head span,
.btc-dashboard-v1__treasury-factors > span {
  display: block;
  margin-bottom: 4px;
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.btc-dashboard-v1__research-head h3 {
  margin: 0;
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 500;
  line-height: 1.25;
}

.btc-dashboard-v1__research-head > strong {
  flex: 0 0 auto;
  padding: 4px 6px;
  border: 1px solid rgba(133, 107, 53, .38);
  color: var(--btc-dashboard-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .07em;
}

.btc-dashboard-v1__research-intro,
.btc-dashboard-v1__research-disclaimer {
  margin: 0;
  color: var(--btc-dashboard-body);
  font-size: 11px;
  line-height: 1.65;
}

.btc-dashboard-v1__research-intro {
  padding: 12px 15px;
}

.btc-dashboard-v1__research-intro > span {
  display: block;
  margin-bottom: 5px;
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.btc-dashboard-v1__research-disclaimer {
  padding: 11px 15px 13px;
  border-top: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-muted);
  font-size: 10px;
}

.btc-dashboard-v1__mining-assumptions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__cost-distribution {
  min-width: 0;
  padding: 15px;
  border-bottom: 1px solid var(--btc-dashboard-line);
  overflow: hidden;
}

.btc-dashboard-v1__cost-distribution-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.btc-dashboard-v1__cost-distribution-head > div {
  display: grid;
  gap: 3px;
}

.btc-dashboard-v1__cost-distribution-head span {
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
}

.btc-dashboard-v1__cost-distribution-head strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 500;
}

.btc-dashboard-v1__cost-distribution-head small {
  max-width: 450px;
  color: var(--btc-dashboard-muted);
  font-size: 9px;
  line-height: 1.5;
  text-align: right;
}

.btc-dashboard-v1__cost-axis {
  position: relative;
  height: 168px;
  margin: 16px 10px 0;
  padding: 0 0 22px;
}

.btc-dashboard-v1__cost-axis-line {
  position: absolute;
  right: 0;
  bottom: 27px;
  left: 0;
  height: 4px;
  border: 1px solid var(--btc-dashboard-line);
  background: linear-gradient(90deg, rgba(88, 111, 99, .18), rgba(133, 107, 53, .16) 58%, rgba(152, 96, 90, .18));
}

.btc-dashboard-v1__cost-marker {
  position: absolute;
  top: calc(var(--cost-row) * 38px + 4px);
  display: grid;
  gap: 1px;
  width: 104px;
  color: var(--btc-dashboard-body);
  font-style: normal;
  transform: translateX(-50%);
}

.btc-dashboard-v1__cost-marker::after {
  position: absolute;
  top: 35px;
  left: 50%;
  height: calc(112px - var(--cost-row) * 38px);
  border-left: 1px solid rgba(133, 107, 53, .28);
  content: "";
}

.btc-dashboard-v1__cost-marker i {
  position: absolute;
  top: calc(143px - var(--cost-row) * 38px);
  left: 50%;
  z-index: 2;
  width: 8px;
  height: 8px;
  border: 2px solid var(--btc-dashboard-surface);
  border-radius: 50%;
  background: var(--btc-dashboard-accent);
  transform: translate(-50%, -50%);
}

.btc-dashboard-v1__cost-marker strong,
.btc-dashboard-v1__cost-marker small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__cost-marker strong {
  color: var(--btc-dashboard-strong);
  font-size: 9px;
}

.btc-dashboard-v1__cost-marker small {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__cost-marker.is-latest-efficiency i { background: #6f8278; }
.btc-dashboard-v1__cost-marker.is-mainstream i { background: var(--btc-dashboard-accent); }
.btc-dashboard-v1__cost-marker.is-legacy-high-cost i { background: #98605a; }

.btc-dashboard-v1__cost-current {
  position: absolute;
  top: 0;
  bottom: 26px;
  z-index: 3;
  display: grid;
  align-content: end;
  gap: 1px;
  width: 1px;
  border-left: 1px dashed rgba(133, 107, 53, .78);
  color: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__cost-current strong,
.btc-dashboard-v1__cost-current small {
  position: relative;
  left: 7px;
  width: 116px;
  white-space: nowrap;
}

.btc-dashboard-v1__cost-current strong {
  font-size: 8px;
}

.btc-dashboard-v1__cost-current small {
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__cost-axis-legend {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__mining-summary {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(120px, .6fr));
  border-top: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__mining-summary article {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
  padding: 11px 13px;
  border-right: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .035);
}

.btc-dashboard-v1__mining-summary article:last-child {
  border-right: 0;
}

.btc-dashboard-v1__mining-summary span,
.btc-dashboard-v1__mining-summary small {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  letter-spacing: .045em;
}

.btc-dashboard-v1__mining-summary strong {
  color: var(--btc-dashboard-strong);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__mining-summary .is-coverage strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
}

.btc-dashboard-v1__research-metric {
  min-width: 0;
  padding: 10px 12px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__research-metric:last-child {
  border-right: 0;
}

.btc-dashboard-v1__research-metric > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.btc-dashboard-v1__research-metric span {
  overflow: hidden;
  color: var(--btc-dashboard-muted);
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.btc-dashboard-v1__research-metric > strong {
  display: block;
  margin-top: 7px;
  color: var(--btc-dashboard-strong);
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__mining-table {
  min-width: 0;
}

.btc-dashboard-v1__mining-row {
  display: grid;
  grid-template-columns: minmax(130px, 1.05fr) minmax(118px, .9fr) minmax(82px, .64fr) minmax(92px, .72fr) minmax(82px, .64fr) minmax(142px, 1.05fr) minmax(144px, 1.08fr);
  min-width: 0;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__mining-row:last-child {
  border-bottom: 0;
}

.btc-dashboard-v1__mining-row > span,
.btc-dashboard-v1__mining-row > strong {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 10px 9px;
  border-right: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-body);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
}

.btc-dashboard-v1__mining-row > :last-child {
  border-right: 0;
}

.btc-dashboard-v1__mining-row > strong {
  color: var(--btc-dashboard-strong);
  font-size: 11px;
}

.btc-dashboard-v1__mining-row.is-head {
  background: rgba(133, 107, 53, .055);
}

.btc-dashboard-v1__mining-row.is-head > span {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .035em;
}

.btc-dashboard-v1__mining-row.is-head > span {
  display: grid;
  align-content: center;
  gap: 3px;
}

.btc-dashboard-v1__mining-row.is-head strong {
  color: var(--btc-dashboard-strong);
  font-size: 9px;
}

.btc-dashboard-v1__mining-row.is-head small {
  color: var(--btc-dashboard-muted);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: .03em;
}

.btc-dashboard-v1__mining-row.is-cohort-start:not(.is-head) {
  border-top: 2px solid rgba(133, 107, 53, .22);
}

.btc-dashboard-v1__cohort-label {
  display: grid;
  gap: 2px;
  min-width: 0;
  color: var(--btc-dashboard-muted);
  font-style: normal;
}

.btc-dashboard-v1__cohort-label strong {
  color: var(--btc-dashboard-strong);
  font-size: 9px;
  font-weight: 600;
}

.btc-dashboard-v1__cohort-label small {
  color: var(--btc-dashboard-muted);
  font-size: 7px;
  line-height: 1.25;
}

.btc-dashboard-v1__miner-status {
  display: inline-grid;
  gap: 1px;
  min-height: 24px;
  padding: 3px 6px;
  border: 1px solid var(--btc-dashboard-line);
  border-radius: 999px;
  color: var(--btc-dashboard-muted);
  font-style: normal;
  line-height: 1.25;
}

.btc-dashboard-v1__miner-status strong {
  color: inherit;
  font-size: 8px;
  font-weight: 600;
}

.btc-dashboard-v1__miner-status small {
  color: inherit;
  font-size: 7px;
  opacity: .82;
}

.btc-dashboard-v1__miner-status.is-profitable-range {
  border-color: rgba(88, 111, 99, .32);
  color: #586f63;
}

.btc-dashboard-v1__miner-status.is-pressure-range {
  border-color: rgba(133, 107, 53, .4);
  color: #856b35;
}

.btc-dashboard-v1__miner-status.is-cost-sensitivity {
  border-color: rgba(152, 96, 90, .3);
  color: #8f625c;
}

.btc-dashboard-v1__strc-par-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .035);
}

.btc-dashboard-v1__strc-par-strip article {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 11px 14px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__strc-par-strip article:last-child {
  border-right: 0;
}

.btc-dashboard-v1__strc-par-strip span {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
}

.btc-dashboard-v1__strc-par-strip strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.btc-dashboard-v1__strc-par-strip .is-relation {
  background: rgba(133, 107, 53, .07);
}

.btc-dashboard-v1__strc-par-strip .is-condition strong {
  color: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__treasury-flywheel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1.1fr) 38px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: 15px;
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .03);
}

.btc-dashboard-v1__flywheel-node {
  position: relative;
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 96px;
  padding: 12px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__flywheel-node > span {
  color: var(--btc-dashboard-accent);
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__flywheel-node > strong {
  color: var(--btc-dashboard-strong);
  font-size: 11px;
}

.btc-dashboard-v1__flywheel-node > b {
  overflow: hidden;
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__flywheel-node > small {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  line-height: 1.4;
}

.btc-dashboard-v1__flywheel-node.is-outcome {
  border-color: rgba(133, 107, 53, .42);
  background: rgba(133, 107, 53, .075);
}

.btc-dashboard-v1__flywheel-arrow {
  display: grid;
  place-items: center;
  color: var(--btc-dashboard-accent);
  font-style: normal;
  font-size: 8px;
  text-align: center;
  opacity: .72;
}

.btc-dashboard-v1__flywheel-note {
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid var(--btc-dashboard-line);
  color: var(--btc-dashboard-muted);
  font-size: 9px;
  line-height: 1.55;
}

.btc-dashboard-v1__treasury-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  min-width: 0;
}

.btc-dashboard-v1__treasury-primary {
  min-width: 0;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__treasury-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__treasury-facts .btc-dashboard-v1__research-metric:nth-child(2n) {
  border-right: 0;
}

.btc-dashboard-v1__treasury-facts .btc-dashboard-v1__research-metric:nth-child(-n + 2) {
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__treasury-factors {
  padding: 13px 15px;
}

.btc-dashboard-v1__treasury-factors > small {
  display: block;
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  letter-spacing: .035em;
}

.btc-dashboard-v1__treasury-factors ol {
  display: grid;
  gap: 0;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.btc-dashboard-v1__treasury-factors li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__treasury-factors li > span {
  color: var(--btc-dashboard-accent);
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__treasury-factors li > p,
.btc-dashboard-v1__treasury-factors > p {
  margin: 0;
  color: var(--btc-dashboard-body);
  font-size: 10px;
  line-height: 1.55;
}

.btc-dashboard-v1__scenario-tabs {
  margin-bottom: 12px;
}

.btc-dashboard-v1__scenario-tabs button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 1;
  padding: 10px 12px;
  text-align: left;
}

.btc-dashboard-v1__scenario-weight {
  display: grid;
  justify-items: end;
  gap: 2px;
  color: var(--btc-dashboard-muted);
  font-size: 9px;
  letter-spacing: .03em;
  white-space: nowrap;
}

.btc-dashboard-v1__scenario-weight strong {
  color: var(--btc-dashboard-strong);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__scenario-panel {
  display: grid;
  grid-template-columns: minmax(190px, .35fr) minmax(0, .65fr);
  gap: 18px;
  padding: 14px;
  border-top: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__scenario-summary strong {
  display: block;
  margin: 4px 0;
  color: var(--btc-dashboard-strong);
  font-size: 22px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__scenario-summary small,
.btc-dashboard-v1__scenario-panel li {
  color: var(--btc-dashboard-muted);
  font-size: 11px;
}

.btc-dashboard-v1__scenario-panel ul {
  display: grid;
  gap: 5px;
  margin: 10px 0 0;
  padding-left: 18px;
}

.btc-dashboard-v1__scenario-conditions {
  min-width: 0;
  padding-left: 18px;
  border-left: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__scenario-conditions > span {
  display: block;
  margin-bottom: 6px;
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.btc-dashboard-v1__scenario-distribution {
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__scenario-distribution-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.btc-dashboard-v1__scenario-distribution-head > div {
  display: grid;
  gap: 3px;
}

.btc-dashboard-v1__scenario-distribution-head span {
  color: var(--btc-dashboard-accent);
  font-size: 9px;
  font-weight: 700;
}

.btc-dashboard-v1__scenario-distribution-head strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
}

.btc-dashboard-v1__scenario-distribution-head small,
.btc-dashboard-v1__scenario-distribution > p {
  color: var(--btc-dashboard-muted);
  font-size: 9px;
}

.btc-dashboard-v1__scenario-distribution-track {
  position: relative;
  height: 74px;
  margin: 18px 12px 8px;
}

.btc-dashboard-v1__scenario-distribution-band {
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  height: 18px;
  border: 1px solid rgba(133, 107, 53, .34);
  background: linear-gradient(90deg, rgba(133, 107, 53, .04), rgba(133, 107, 53, .16), rgba(133, 107, 53, .06));
}

.btc-dashboard-v1__scenario-distribution-band > span {
  display: block;
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  line-height: 16px;
  text-align: center;
}

.btc-dashboard-v1__scenario-distribution-marker {
  position: absolute;
  top: 9px;
  display: grid;
  gap: 29px;
  width: 1px;
  border-left: 1px solid var(--btc-dashboard-accent);
  color: var(--btc-dashboard-accent);
  font-style: normal;
  text-align: center;
  transform: translateX(-50%);
}

.btc-dashboard-v1__scenario-distribution-marker > b,
.btc-dashboard-v1__scenario-distribution-marker > small {
  position: relative;
  left: -26px;
  width: 52px;
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__scenario-distribution-marker > small {
  color: var(--btc-dashboard-muted);
}

.btc-dashboard-v1__scenario-range-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__scenario-range-list article {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__scenario-range-list article:last-child {
  border-right: 0;
}

.btc-dashboard-v1__scenario-range-list span,
.btc-dashboard-v1__scenario-range-list small {
  color: var(--btc-dashboard-muted);
  font-size: 9px;
}

.btc-dashboard-v1__scenario-range-list strong {
  color: var(--btc-dashboard-strong);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.btc-dashboard-v1__scenario-distribution > p {
  margin: 10px 0 0;
  line-height: 1.55;
}

.btc-dashboard-v1__explainer {
  position: fixed;
  z-index: 1400;
  right: 18px;
  bottom: 18px;
  isolation: isolate;
  overflow: hidden;
  width: min(360px, calc(100vw - 36px));
  padding: 18px;
  border: 1px solid rgba(133, 107, 53, .45);
  border-radius: 12px;
  background: #f6efe2;
  box-shadow: 0 16px 40px rgba(30, 25, 17, .15);
}

.btc-dashboard-v1__explainer:focus {
  outline: 1px solid rgba(133, 107, 53, .62);
  outline-offset: 2px;
}

.btc-dashboard-v1__explainer > strong {
  display: block;
  margin: 12px 0 6px;
  font-size: 22px;
}

.btc-dashboard-v1__explainer > small {
  display: block;
  margin-top: 12px;
  color: var(--btc-dashboard-muted);
}

.btc-dashboard-v1__explainer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  color: var(--btc-dashboard-muted);
  cursor: pointer;
  font-size: 20px;
}

.btc-dashboard-v1__empty {
  min-height: 220px;
  display: grid;
  place-content: center;
  text-align: center;
}

.btc-dashboard-v1__empty h2,
.btc-dashboard-v1__empty p {
  margin: 5px 0;
}

.btc-dashboard-v1__empty span,
.btc-dashboard-v1__empty p,
.btc-dashboard-v1__chart-empty {
  color: var(--btc-dashboard-muted);
}

/* Phase 2H.1: integrated data mode and research relationship hierarchy */
.btc-dashboard-v1__data-mode {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 2px 6px;
  border: 1px solid rgba(133, 107, 53, .26);
  border-radius: 999px;
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .12em;
}

.btc-dashboard-v1__empty > .btc-dashboard-v1__data-mode {
  margin: 0 auto 8px;
}

.btc-dashboard-v1__research-framework {
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  min-width: 0;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__framework-head {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 12px 14px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__framework-head > span,
.btc-dashboard-v1__framework-node > span {
  color: var(--btc-dashboard-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .07em;
}

.btc-dashboard-v1__framework-head > small,
.btc-dashboard-v1__framework-node > small {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
}

.btc-dashboard-v1__framework-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1fr) 26px minmax(0, 1.2fr);
  align-items: stretch;
  min-width: 0;
}

.btc-dashboard-v1__framework-node {
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
  padding: 10px 12px;
}

.btc-dashboard-v1__framework-node > strong {
  overflow: hidden;
  color: var(--btc-dashboard-strong);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__framework-arrow {
  display: grid;
  place-items: center;
  color: var(--btc-dashboard-accent);
  font-style: normal;
  opacity: .6;
}

.btc-dashboard-v1__hero-head {
  background: rgba(133, 107, 53, .035);
}

.btc-dashboard-v1__hero-primary {
  padding-top: 34px;
  padding-bottom: 32px;
}

.btc-dashboard-v1__asset-mark {
  width: 54px;
  height: 54px;
  font-size: 30px;
}

.btc-dashboard-v1__hero-price > strong {
  font-size: clamp(44px, 6.8vw, 78px);
}

.btc-dashboard-v1__module-observation {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  margin: -2px 0 12px;
  padding: 7px 10px;
  border-left: 2px solid rgba(133, 107, 53, .5);
  background: rgba(133, 107, 53, .035);
}

.btc-dashboard-v1__module-observation > span {
  flex: 0 0 auto;
  color: var(--btc-dashboard-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.btc-dashboard-v1__module-observation > p {
  min-width: 0;
  margin: 0;
  color: var(--btc-dashboard-body);
  font-size: 10px;
  line-height: 1.45;
}

.btc-dashboard-v1__cycle-focus-grid {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(320px, 1.25fr) minmax(220px, .85fr);
  gap: 10px;
  margin-bottom: 10px;
}

.btc-dashboard-v1__cycle-phase-panel,
.btc-dashboard-v1__cycle-focus-grid > .btc-dashboard-v1__mvrv-band,
.btc-dashboard-v1__cycle-focus-grid > .btc-dashboard-v1__indicator-range {
  min-width: 0;
  min-height: 148px;
  padding: 16px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__cycle-phase-panel {
  display: grid;
  align-items: center;
}

.btc-dashboard-v1__cycle-focus-grid .btc-dashboard-v1__cycle-position-head > strong,
.btc-dashboard-v1__cycle-focus-grid .btc-dashboard-v1__indicator-range-head strong {
  font-size: 24px;
}

.btc-dashboard-v1__cycle-focus-grid .btc-dashboard-v1__indicator-range.is-primary {
  align-content: center;
  border-color: rgba(133, 107, 53, .3);
  background: rgba(133, 107, 53, .065);
}

.btc-dashboard-v1__cycle-secondary-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
  margin-bottom: 12px;
  border-top: 1px solid var(--btc-dashboard-line);
  border-left: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__cycle-secondary-strip .btc-dashboard-v1__indicator-range {
  gap: 5px;
  padding: 9px 11px;
  background: rgba(133, 107, 53, .018);
}

.btc-dashboard-v1__cycle-secondary-strip .btc-dashboard-v1__indicator-range-head strong {
  font-size: 15px;
}

.btc-dashboard-v1__cycle-secondary-strip .btc-dashboard-v1__indicator-range-zones span {
  padding: 2px;
  font-size: 6px;
}

.btc-dashboard-v1__cycle-evidence {
  display: grid;
  align-content: start;
  min-width: 0;
}

.btc-dashboard-v1__flywheel-arrow {
  font-size: 22px;
  font-weight: 400;
}

.btc-dashboard-v1__treasury-flywheel {
  padding-top: 18px;
  padding-bottom: 18px;
}

.btc-dashboard-v1__flywheel-node > b {
  font-size: 22px;
}

.btc-dashboard-v1__scenario-distribution {
  padding: 17px 18px;
  border-color: rgba(133, 107, 53, .3);
}

.btc-dashboard-v1__scenario-distribution-track {
  height: 92px;
  margin-top: 22px;
}

.btc-dashboard-v1__scenario-distribution-band {
  top: 28px;
  height: 24px;
}

.btc-dashboard-v1__scenario-distribution-band > span {
  line-height: 22px;
}

.btc-dashboard-v1__scenario-distribution-marker {
  top: 12px;
  gap: 38px;
}

.btc-dashboard-v1__scenario-conditions-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px !important;
  margin-top: 8px !important;
  padding: 0 !important;
  list-style: none;
}

.btc-dashboard-v1__scenario-conditions-list li {
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .025);
}

/* Phase 2I: final terminal layout hierarchy */
.btc-dashboard-v1__hero-framework {
  min-width: 0;
  margin-top: 24px;
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .026);
}

.btc-dashboard-v1__hero-framework-head,
.btc-dashboard-v1__terminal-summary-head,
.btc-dashboard-v1__cycle-gauge-head,
.btc-dashboard-v1__strc-relation-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.btc-dashboard-v1__hero-framework-head {
  padding: 8px 9px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__hero-framework-head > span,
.btc-dashboard-v1__terminal-summary-head > span,
.btc-dashboard-v1__cycle-gauge-head > span,
.btc-dashboard-v1__strc-relation-head > span,
.btc-dashboard-v1__cost-structure-summary > div:first-child > span {
  color: var(--btc-dashboard-accent);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.btc-dashboard-v1__hero-framework-head > small,
.btc-dashboard-v1__terminal-summary-head > small,
.btc-dashboard-v1__cycle-gauge-head > small,
.btc-dashboard-v1__cost-structure-summary > div:first-child > small {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
}

.btc-dashboard-v1__hero-framework-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1.1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1.2fr);
  align-items: stretch;
  min-width: 0;
}

.btc-dashboard-v1__hero-framework-node {
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
  min-height: 62px;
  padding: 9px 7px;
}

.btc-dashboard-v1__hero-framework-node > span {
  color: var(--btc-dashboard-muted);
  font-size: 7px;
}

.btc-dashboard-v1__hero-framework-node > strong {
  overflow: hidden;
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__hero-framework-node > small {
  overflow: hidden;
  color: var(--btc-dashboard-muted);
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__hero-framework-arrow {
  display: grid;
  place-items: center;
  color: var(--btc-dashboard-accent);
  font-style: normal;
  font-size: 14px;
  opacity: .64;
}

.btc-dashboard-v1__terminal-summary {
  min-width: 0;
  margin-top: 13px;
  border: 1px solid var(--btc-dashboard-line);
  background: var(--btc-dashboard-zone);
}

.btc-dashboard-v1__terminal-summary-head {
  padding: 7px 9px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__terminal-summary-rows {
  display: grid;
}

.btc-dashboard-v1__terminal-summary-rows article {
  display: grid;
  grid-template-columns: 46px minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: baseline;
  gap: 9px;
  min-width: 0;
  padding: 7px 9px;
  border-bottom: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__terminal-summary-rows article:last-child {
  border-bottom: 0;
}

.btc-dashboard-v1__terminal-summary-rows span,
.btc-dashboard-v1__terminal-summary-rows small {
  overflow: hidden;
  color: var(--btc-dashboard-muted);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__terminal-summary-rows span {
  color: var(--btc-dashboard-accent);
  font-weight: 700;
}

.btc-dashboard-v1__terminal-summary-rows strong {
  overflow: hidden;
  color: var(--btc-dashboard-strong);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-dashboard-v1__structure-path {
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  gap: 0;
}

.btc-dashboard-v1__path-node:not(:last-child)::after {
  display: none;
}

.btc-dashboard-v1__path-node.is-reference,
.btc-dashboard-v1__path-node.is-confirmation,
.btc-dashboard-v1__path-node.is-pressure {
  min-height: 108px;
  border-top-width: 2px;
}

.btc-dashboard-v1__path-node.is-reference { border-top-color: rgba(133, 107, 53, .34); }
.btc-dashboard-v1__path-node.is-confirmation { border-top-color: rgba(133, 107, 53, .58); }
.btc-dashboard-v1__path-node.is-pressure { border-top-color: rgba(133, 107, 53, .82); }

.btc-dashboard-v1__path-connector {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  min-width: 0;
  color: var(--btc-dashboard-accent);
  font-style: normal;
}

.btc-dashboard-v1__path-connector > span {
  font-size: 20px;
  line-height: 1;
  opacity: .72;
}

.btc-dashboard-v1__path-connector > small {
  color: var(--btc-dashboard-muted);
  font-size: 6px;
  line-height: 1.3;
  text-align: center;
}

.btc-dashboard-v1__cycle-gauge {
  display: grid;
  align-content: start;
  gap: 7px;
  width: 100%;
  min-width: 0;
}

.btc-dashboard-v1__cycle-gauge-visual {
  position: relative;
  width: min(230px, 100%);
  height: 122px;
  margin: 0 auto;
}

.btc-dashboard-v1__cycle-gauge-visual svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.btc-dashboard-v1__cycle-gauge-visual path {
  fill: none;
  stroke-linecap: butt;
  stroke-width: 8;
}

.btc-dashboard-v1__cycle-gauge-visual path.is-track {
  stroke: var(--btc-dashboard-line);
}

.btc-dashboard-v1__cycle-gauge-visual path.is-value {
  stroke: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__cycle-gauge-needle {
  position: absolute;
  bottom: 14px;
  left: 50%;
  width: 74px;
  height: 1px;
  background: var(--btc-dashboard-accent);
  transform-origin: 0 50%;
}

.btc-dashboard-v1__cycle-gauge-needle::after {
  position: absolute;
  top: -3px;
  right: -2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--btc-dashboard-accent);
  content: "";
}

.btc-dashboard-v1__cycle-gauge-value {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  display: grid;
  gap: 2px;
  text-align: center;
}

.btc-dashboard-v1__cycle-gauge-value > strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.btc-dashboard-v1__cycle-gauge-value > small,
.btc-dashboard-v1__cycle-gauge-stages {
  color: var(--btc-dashboard-muted);
  font-size: 7px;
}

.btc-dashboard-v1__cycle-gauge-stages {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.btc-dashboard-v1__cost-structure-summary {
  display: grid;
  grid-template-columns: minmax(150px, .8fr) repeat(3, minmax(120px, 1fr));
  min-width: 0;
  border-top: 1px solid var(--btc-dashboard-line);
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .025);
}

.btc-dashboard-v1__cost-structure-summary > div:first-child,
.btc-dashboard-v1__cost-structure-summary article {
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
  padding: 10px 12px;
  border-right: 1px solid var(--btc-dashboard-line);
}

.btc-dashboard-v1__cost-structure-summary article:last-child {
  border-right: 0;
}

.btc-dashboard-v1__cost-structure-summary article > span {
  color: var(--btc-dashboard-muted);
  font-size: 8px;
}

.btc-dashboard-v1__cost-structure-summary article > strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.btc-dashboard-v1__cost-structure-summary article.is-distance > strong {
  color: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__strc-relation-track {
  padding: 13px 15px 11px;
  border-bottom: 1px solid var(--btc-dashboard-line);
  background: rgba(133, 107, 53, .02);
}

.btc-dashboard-v1__strc-relation-head > strong {
  color: var(--btc-dashboard-strong);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 500;
}

.btc-dashboard-v1__strc-relation-axis {
  position: relative;
  height: 50px;
  margin: 13px 8px 0;
}

.btc-dashboard-v1__strc-relation-band {
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  height: 5px;
  border: 1px solid var(--btc-dashboard-line);
  background: linear-gradient(90deg, rgba(133, 107, 53, .025), rgba(133, 107, 53, .13), rgba(133, 107, 53, .025));
}

.btc-dashboard-v1__strc-relation-marker {
  position: absolute;
  top: 4px;
  display: grid;
  gap: 24px;
  color: var(--btc-dashboard-muted);
  font-style: normal;
  transform: translateX(-50%);
}

.btc-dashboard-v1__strc-relation-marker::after {
  position: absolute;
  top: 18px;
  bottom: 4px;
  left: 50%;
  border-left: 1px solid currentColor;
  content: "";
}

.btc-dashboard-v1__strc-relation-marker b,
.btc-dashboard-v1__strc-relation-marker small {
  font-size: 8px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.btc-dashboard-v1__strc-relation-marker.is-price {
  color: var(--btc-dashboard-accent);
}

.btc-dashboard-v1__strc-relation-legend {
  display: flex;
  justify-content: space-between;
  color: var(--btc-dashboard-muted);
  font-size: 7px;
}

html[data-theme="dark"] .btc-dashboard-v1 {
  --btc-dashboard-line: rgba(214, 205, 188, .14);
  --btc-dashboard-surface: rgba(32, 31, 27, .82);
  --btc-dashboard-zone: rgba(42, 40, 34, .56);
  --btc-dashboard-strong: rgba(239, 234, 222, .97);
  --btc-dashboard-body: rgba(222, 215, 201, .82);
  --btc-dashboard-muted: rgba(214, 205, 188, .74);
  --btc-dashboard-accent: #b69a5b;
}

html[data-theme="dark"] .btc-dashboard-v1__disclosure {
  background: transparent;
}

html[data-theme="dark"] .btc-dashboard-v1__data-mode {
  border-color: rgba(182, 154, 91, .28);
}

html[data-theme="dark"] .btc-dashboard-v1__hero {
  background: #1d1c19;
}

html[data-theme="dark"] .btc-dashboard-v1__hero-context,
html[data-theme="dark"] .btc-dashboard-v1__fact-rail,
html[data-theme="dark"] .btc-dashboard-v1__structure-main,
html[data-theme="dark"] .btc-dashboard-v1__structure-path-wrap,
html[data-theme="dark"] .btc-dashboard-v1__pressure,
html[data-theme="dark"] .btc-dashboard-v1__research-zone,
html[data-theme="dark"] .btc-dashboard-v1__cycle-primary > .btc-dashboard-v1__cycle-position,
html[data-theme="dark"] .btc-dashboard-v1__mvrv-band,
html[data-theme="dark"] .btc-dashboard-v1__scenario-distribution {
  background: #26241f;
}

html[data-theme="dark"] .btc-dashboard-v1__cycle-focus-grid > *,
html[data-theme="dark"] .btc-dashboard-v1__scenario-conditions-list li {
  background: #26241f;
}

html[data-theme="dark"] .btc-dashboard-v1__module-observation {
  background: rgba(182, 154, 91, .045);
}

html[data-theme="dark"] .btc-dashboard-v1__research-framework,
html[data-theme="dark"] .btc-dashboard-v1__framework-node {
  background: #26241f;
}

html[data-theme="dark"] .btc-dashboard-v1__hero-framework,
html[data-theme="dark"] .btc-dashboard-v1__terminal-summary,
html[data-theme="dark"] .btc-dashboard-v1__cost-structure-summary,
html[data-theme="dark"] .btc-dashboard-v1__strc-relation-track {
  background: #24231f;
}

html[data-theme="dark"] .btc-dashboard-v1__cycle-gauge-visual path.is-track {
  stroke: rgba(214, 205, 188, .14);
}

html[data-theme="dark"] .btc-dashboard-v1__observed-metric,
html[data-theme="dark"] .btc-dashboard-v1__indicator-range,
html[data-theme="dark"] .btc-dashboard-v1__strc-par-strip,
html[data-theme="dark"] .btc-dashboard-v1__observation-summary-item {
  background: rgba(182, 154, 91, .025);
}

html[data-theme="dark"] .btc-dashboard-v1__observed-metric > strong,
html[data-theme="dark"] .btc-dashboard-v1__indicator-range-head strong,
html[data-theme="dark"] .btc-dashboard-v1__strc-par-strip strong,
html[data-theme="dark"] .btc-dashboard-v1__observation-summary-item > strong,
html[data-theme="dark"] .btc-dashboard-v1__mvrv-head strong,
html[data-theme="dark"] .btc-dashboard-v1__scenario-distribution-head strong,
html[data-theme="dark"] .btc-dashboard-v1__scenario-range-list strong {
  color: rgba(244, 239, 228, .99);
}

html[data-theme="dark"] .btc-dashboard-v1__hero-price > strong,
html[data-theme="dark"] .btc-dashboard-v1__fact > strong,
html[data-theme="dark"] .btc-dashboard-v1__pressure-reading strong,
html[data-theme="dark"] .btc-dashboard-v1__scenario-summary strong {
  color: rgba(244, 239, 228, .99);
}

html[data-theme="dark"] .btc-dashboard-v1__fact > strong.is-positive,
html[data-theme="dark"] .btc-dashboard-v1__pressure-signal > strong.is-positive { color: #9cae9e; }
html[data-theme="dark"] .btc-dashboard-v1__fact > strong.is-negative,
html[data-theme="dark"] .btc-dashboard-v1__pressure-signal > strong.is-negative { color: #c28e87; }
html[data-theme="dark"] .btc-dashboard-v1__fact > strong.is-caution,
html[data-theme="dark"] .btc-dashboard-v1__pressure-signal > strong.is-caution { color: #c1a469; }

html[data-theme="dark"] .btc-dashboard-v1__metric-value.is-positive { color: #9cae9e; }
html[data-theme="dark"] .btc-dashboard-v1__metric-value.is-negative { color: #c28e87; }
html[data-theme="dark"] .btc-dashboard-v1__metric-value.is-caution { color: #c1a469; }

html[data-theme="dark"] .btc-dashboard-v1__miner-status.is-profitable-range { color: #9cae9e; }
html[data-theme="dark"] .btc-dashboard-v1__miner-status.is-pressure-range { color: #c1a469; }
html[data-theme="dark"] .btc-dashboard-v1__miner-status.is-cost-sensitivity { color: #c28e87; }

html[data-theme="dark"] .btc-dashboard-v1__explainer {
  background: #24231f;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

@media (max-width: 900px) {
  .btc-dashboard-v1__hero-layout {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__hero-context {
    grid-template-columns: 1fr;
    border-top: 1px solid var(--btc-dashboard-line);
    border-left: 0;
  }

  .btc-dashboard-v1__hero-context article {
    border-right: 1px solid var(--btc-dashboard-line);
    border-bottom: 0;
  }

  .btc-dashboard-v1__hero-context article:last-child {
    border-right: 0;
  }

  .btc-dashboard-v1__observation-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btc-dashboard-v1__observation-summary-item:nth-child(2) {
    border-right: 0;
  }

  .btc-dashboard-v1__observation-summary-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__cycle-research-grid {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__cycle-focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btc-dashboard-v1__cycle-focus-grid > .btc-dashboard-v1__mvrv-band {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .btc-dashboard-v1__metric-grid.is-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .btc-dashboard-v1__structure-layout,
  .btc-dashboard-v1__cycle-layout {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__pressure-grid {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__pressure-research-grid {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__treasury-layout {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__treasury-primary {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }
}

@media (max-width: 560px) {
  .btc-dashboard-v1 {
    gap: 10px;
  }

  .btc-dashboard-v1__surface {
    padding: 12px;
    border-radius: 10px;
  }

  .btc-dashboard-v1__disclosure {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .btc-dashboard-v1__disclosure small {
    margin-left: 0;
  }

  .btc-dashboard-v1__hero-head,
  .btc-dashboard-v1__hero-head > div:first-child,
  .btc-dashboard-v1__hero-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .btc-dashboard-v1__hero-primary {
    padding: 18px 16px;
  }

  .btc-dashboard-v1__hero::after {
    top: 152px;
    left: 40%;
    font-size: 116px;
  }

  .btc-dashboard-v1__research-scope {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__research-scope article,
  .btc-dashboard-v1__research-scope article:first-child {
    padding: 9px 0;
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__research-scope article:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__hero-context {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__hero-cycle-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 12px 14px;
  }

  .btc-dashboard-v1__hero-cycle-metrics {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__observed-metric,
  .btc-dashboard-v1__observed-metric:nth-child(3n),
  .btc-dashboard-v1__observed-metric.is-compact {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__hero-cycle-metrics .btc-dashboard-v1__observed-metric:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__observation-summary-grid {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__observation-summary-item,
  .btc-dashboard-v1__observation-summary-item:nth-child(2),
  .btc-dashboard-v1__observation-summary-item:nth-child(-n + 2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__observation-summary-item:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__module-observation {
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 10px;
    padding: 7px 8px;
  }

  .btc-dashboard-v1__module-observation > p {
    font-size: 9px;
  }

  .btc-dashboard-v1__research-framework {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__framework-head {
    padding: 9px 11px;
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__framework-flow {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__framework-node {
    padding: 9px 11px;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__framework-node:last-of-type {
    border-bottom: 0;
  }

  .btc-dashboard-v1__framework-arrow {
    display: none;
  }

  .btc-dashboard-v1__hero-framework {
    margin-top: 18px;
  }

  .btc-dashboard-v1__hero-framework-head,
  .btc-dashboard-v1__terminal-summary-head,
  .btc-dashboard-v1__cycle-gauge-head,
  .btc-dashboard-v1__strc-relation-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .btc-dashboard-v1__hero-framework-flow {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__hero-framework-node {
    min-height: 0;
    padding: 8px 10px;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__hero-framework-node:last-of-type {
    border-bottom: 0;
  }

  .btc-dashboard-v1__hero-framework-arrow {
    min-height: 18px;
    transform: rotate(90deg);
  }

  .btc-dashboard-v1__terminal-summary-rows article {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .btc-dashboard-v1__terminal-summary-rows article > small {
    grid-column: 2;
  }

  .btc-dashboard-v1__cycle-focus-grid {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__cycle-focus-grid > .btc-dashboard-v1__mvrv-band {
    grid-column: auto;
    grid-row: auto;
  }

  .btc-dashboard-v1__cycle-focus-grid > * {
    min-height: 0;
  }

  .btc-dashboard-v1__cycle-secondary-strip {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__cycle-indicators {
    gap: 8px;
  }

  .btc-dashboard-v1__indicator-range-grid,
  .btc-dashboard-v1__cycle-reference-grid {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__indicator-range {
    padding: 11px;
  }

  .btc-dashboard-v1__mvrv-head,
  .btc-dashboard-v1__scenario-distribution-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .btc-dashboard-v1__scenario-distribution {
    padding: 12px;
  }

  .btc-dashboard-v1__scenario-distribution-track {
    margin-right: 26px;
    margin-left: 26px;
  }

  .btc-dashboard-v1__scenario-range-list {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__scenario-range-list article,
  .btc-dashboard-v1__scenario-range-list article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__scenario-range-list article:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__cycle-position {
    min-width: 0;
  }

  .btc-dashboard-v1__hero-context article,
  .btc-dashboard-v1__hero-context article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__hero-context article:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__fact-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btc-dashboard-v1__fact:nth-child(2) {
    border-right: 0;
  }

  .btc-dashboard-v1__fact:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__structure-path {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .btc-dashboard-v1__path-node:not(:last-child)::after {
    display: none;
  }

  .btc-dashboard-v1__path-node.is-reference,
  .btc-dashboard-v1__path-node.is-confirmation,
  .btc-dashboard-v1__path-node.is-pressure {
    min-height: 0;
  }

  .btc-dashboard-v1__path-connector {
    min-height: 26px;
  }

  .btc-dashboard-v1__path-connector > span {
    transform: rotate(90deg);
  }

  .btc-dashboard-v1__path-connector > small {
    display: none;
  }

  .btc-dashboard-v1__path-recheck {
    align-items: stretch;
    flex-direction: column;
  }

  .btc-dashboard-v1__path-recheck .btc-dashboard-v1__path-node {
    width: 100%;
  }

  .btc-dashboard-v1__pressure-signals {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__pressure-signal,
  .btc-dashboard-v1__pressure-signal:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__pressure-signal:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__research-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .btc-dashboard-v1__pressure-source-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .btc-dashboard-v1__pressure-source-head p {
    text-align: left;
  }

  .btc-dashboard-v1__mining-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .btc-dashboard-v1__mining-summary article {
    padding: 9px 8px;
  }

  .btc-dashboard-v1__mining-summary .is-coverage {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__mining-summary strong,
  .btc-dashboard-v1__mining-summary .is-coverage strong {
    font-size: 14px;
  }

  .btc-dashboard-v1__cost-structure-summary {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__cost-structure-summary > div:first-child,
  .btc-dashboard-v1__cost-structure-summary article,
  .btc-dashboard-v1__cost-structure-summary article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__cost-structure-summary article:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__mining-assumptions {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__mining-assumptions .btc-dashboard-v1__research-metric {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__mining-assumptions .btc-dashboard-v1__research-metric:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__cost-distribution {
    overflow: visible;
    padding: 13px 12px;
  }

  .btc-dashboard-v1__cost-distribution-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .btc-dashboard-v1__cost-distribution-head small {
    text-align: left;
  }

  .btc-dashboard-v1__cost-axis {
    display: grid;
    gap: 7px;
    height: auto;
    margin: 13px 0 0;
    padding: 0;
  }

  .btc-dashboard-v1__cost-axis-line {
    display: none;
  }

  .btc-dashboard-v1__cost-marker {
    position: relative;
    top: auto;
    left: auto !important;
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 0 9px;
    border-bottom: 1px solid var(--btc-dashboard-line);
    transform: none;
  }

  .btc-dashboard-v1__cost-marker::after {
    top: auto;
    bottom: -1px;
    left: 0;
    width: var(--cost-position);
    height: 2px;
    border-left: 0;
    background: rgba(133, 107, 53, .36);
  }

  .btc-dashboard-v1__cost-marker i {
    position: static;
    width: 7px;
    height: 7px;
    border: 0;
    transform: none;
  }

  .btc-dashboard-v1__cost-marker strong,
  .btc-dashboard-v1__cost-marker small {
    white-space: normal;
  }

  .btc-dashboard-v1__cost-current {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto !important;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding: 8px 10px;
    border: 1px dashed rgba(133, 107, 53, .5);
    color: var(--btc-dashboard-accent);
  }

  .btc-dashboard-v1__cost-current strong,
  .btc-dashboard-v1__cost-current small {
    position: static;
    width: auto;
  }

  .btc-dashboard-v1__cost-axis-legend {
    position: static;
    order: 2;
    padding-top: 4px;
  }

  .btc-dashboard-v1__mining-row.is-head {
    display: none;
  }

  .btc-dashboard-v1__mining-row {
    display: grid;
    grid-template-columns: 1fr;
    padding: 8px 12px;
  }

  .btc-dashboard-v1__mining-row > span,
  .btc-dashboard-v1__mining-row > strong {
    display: grid;
    grid-template-columns: minmax(128px, .85fr) minmax(0, 1.15fr);
    gap: 10px;
    padding: 7px 0;
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__mining-row > :last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__mining-row > span::before,
  .btc-dashboard-v1__mining-row > strong::before {
    color: var(--btc-dashboard-muted);
    content: attr(data-label);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
  }

  .btc-dashboard-v1__miner-status {
    justify-self: start;
  }

  .btc-dashboard-v1__treasury-facts {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__strc-par-strip {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__strc-par-strip article,
  .btc-dashboard-v1__strc-par-strip article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__strc-par-strip article:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__strc-relation-track {
    padding: 12px 10px 10px;
  }

  .btc-dashboard-v1__strc-relation-axis {
    margin-right: 16px;
    margin-left: 16px;
  }

  .btc-dashboard-v1__treasury-facts .btc-dashboard-v1__research-metric,
  .btc-dashboard-v1__treasury-facts .btc-dashboard-v1__research-metric:nth-child(2n),
  .btc-dashboard-v1__treasury-facts .btc-dashboard-v1__research-metric:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--btc-dashboard-line);
  }

  .btc-dashboard-v1__treasury-facts .btc-dashboard-v1__research-metric:last-child {
    border-bottom: 0;
  }

  .btc-dashboard-v1__treasury-flywheel {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px;
  }

  .btc-dashboard-v1__flywheel-node {
    min-height: 0;
    padding: 11px 12px;
  }

  .btc-dashboard-v1__flywheel-arrow {
    min-height: 24px;
    transform: rotate(90deg);
  }

  .btc-dashboard-v1__scenario-conditions-list {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .btc-dashboard-v1__section-head > small {
    text-align: left;
  }

  .btc-dashboard-v1__metric-grid.is-overview,
  .btc-dashboard-v1__metric-grid.is-cycle,
  .btc-dashboard-v1__metric-grid.is-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btc-dashboard-v1__range {
    width: 100%;
    overflow-x: auto;
  }

  .btc-dashboard-v1__scenario-tabs {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    overflow: visible;
  }

  .btc-dashboard-v1__scenario-tabs button {
    min-width: 0;
  }

  .btc-dashboard-v1__scenario-panel {
    grid-template-columns: 1fr;
  }

  .btc-dashboard-v1__scenario-conditions {
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px solid var(--btc-dashboard-line);
    border-left: 0;
  }
}
