.article-content .stablecoin-big-short {
  --sc-page: #060D17;
  --sc-panel: #0D1B2C;
  --sc-elevated: #152B45;
  --sc-text: #EAF4FC;
  --sc-secondary: #8FA9C0;
  --sc-muted: #526A80;
  --sc-soft: #B8C7D5;
  --sc-ink: #04141F;
  --sc-link: #0089D1;
  --sc-blue: #29AEFF;
  --sc-cyan: #00C2D6;
  --sc-positive: #17C97F;
  --sc-warning: #FFA351;
  --sc-negative: #FF5C6C;
  --sc-grid: rgba(53,136,189,0.12);
  --sc-axis: rgba(53,136,189,0.25);
  --sc-title-font: "Source Han Serif SC", "Source Han Serif CN", "Noto Serif CJK SC", "Songti SC", "STSong", serif;
  --sc-body-font: "Source Han Sans SC", "Source Han Sans CN", "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", sans-serif;
  color: var(--sc-text);
  font-family: var(--sc-body-font);
  font-size: 17px;
  line-height: 1.82;
  letter-spacing: 0;
}

.article-content .stablecoin-big-short,
.article-content .stablecoin-big-short * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.article-content .stablecoin-big-short p,
.article-content .stablecoin-big-short li {
  color: var(--sc-soft);
  font-size: 17px;
  line-height: 1.82;
}

.article-content .stablecoin-big-short h2,
.article-content .stablecoin-big-short h3 {
  color: var(--sc-text);
  font-family: var(--sc-title-font);
  font-weight: 800;
  letter-spacing: 0;
}

.article-content .stablecoin-big-short h2 {
  margin: 42px 0 17px;
  font-size: 29px;
  line-height: 1.36;
}

.article-content .stablecoin-big-short h3 {
  margin: 32px 0 14px;
  font-size: 22px;
  line-height: 1.4;
}

.article-content .stablecoin-big-short a {
  color: var(--sc-blue);
  text-decoration-color: rgba(41,174,255,0.46);
  text-underline-offset: 3px;
}

.article-content .stablecoin-big-short strong {
  color: var(--sc-text);
}

.article-content .stablecoin-big-short blockquote {
  margin: 25px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--sc-warning);
  border-radius: 0 10px 10px 0;
  background: rgba(255,163,81,0.08);
}

.article-content .stablecoin-big-short blockquote p {
  margin: 0;
  color: var(--sc-text);
  font-family: var(--sc-title-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.72;
}

.article-content .stablecoin-big-short hr {
  margin: 42px 0;
  border: 0;
  border-top: 1px solid var(--sc-axis);
}

.article-content .stablecoin-big-short .sc-viz {
  margin: 30px 0;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--sc-axis);
  border-radius: 12px;
  background: var(--sc-panel);
}

.article-content .stablecoin-big-short .viz-head {
  display: block;
  margin: 0 0 21px;
}

.article-content .stablecoin-big-short .viz-head strong {
  display: block;
  color: var(--sc-text);
  font-family: var(--sc-title-font);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
}

.article-content .stablecoin-big-short .viz-head span {
  display: block;
  margin-top: 7px;
  color: var(--sc-secondary);
  font-family: var(--sc-body-font);
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
}

.article-content .stablecoin-big-short .chart-source,
.article-content .stablecoin-big-short figcaption {
  display: block;
  margin: 17px 0 0;
  color: var(--sc-secondary);
  font-family: var(--sc-body-font);
  font-size: 13px;
  line-height: 1.65;
}

.article-content .stablecoin-big-short .flow-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.article-content .stablecoin-big-short .flow-node {
  position: relative;
  min-height: 148px;
  padding: 17px;
  border: 1px solid var(--sc-axis);
  border-radius: 10px;
  background: var(--sc-elevated);
}

.article-content .stablecoin-big-short .flow-node:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 18px;
  color: var(--sc-cyan);
  font-family: var(--sc-body-font);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
}

.article-content .stablecoin-big-short .flow-node .node-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--sc-blue);
  color: var(--sc-ink);
  font-size: 15px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.article-content .stablecoin-big-short .flow-node b {
  display: block;
  margin-bottom: 7px;
  color: var(--sc-text);
  font-size: 17px;
  line-height: 1.42;
}

.article-content .stablecoin-big-short .flow-node span:not(.node-index) {
  display: block;
  color: var(--sc-secondary);
  font-size: 14px;
  line-height: 1.58;
}

.article-content .stablecoin-big-short .flow-takeaway {
  margin-top: 18px;
  padding: 15px 17px;
  border-left: 4px solid var(--sc-cyan);
  background: rgba(0,194,214,0.08);
  color: var(--sc-text);
  font-size: 15px;
  line-height: 1.65;
}

.article-content .stablecoin-big-short .ratio-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.article-content .stablecoin-big-short .ratio-stat {
  padding: 17px;
  border: 1px solid var(--sc-axis);
  border-radius: 10px;
  background: var(--sc-elevated);
}

.article-content .stablecoin-big-short .ratio-stat b {
  display: block;
  color: var(--sc-text);
  font-size: 30px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.article-content .stablecoin-big-short .ratio-stat span {
  display: block;
  margin-top: 7px;
  color: var(--sc-secondary);
  font-size: 14px;
  line-height: 1.5;
}

.article-content .stablecoin-big-short .ratio-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 17px;
  padding: 18px;
  border: 1px solid rgba(255,163,81,0.42);
  border-radius: 10px;
  background: rgba(255,163,81,0.08);
}

.article-content .stablecoin-big-short .ratio-callout strong {
  font-family: var(--sc-title-font);
  font-size: 21px;
  line-height: 1.5;
}

.article-content .stablecoin-big-short .ratio-callout b {
  color: var(--sc-warning);
  font-size: 38px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.article-content .stablecoin-big-short .debt-dot-grid {
  display: grid;
  grid-template-columns: repeat(20, 12px);
  gap: 6px;
  justify-content: center;
  padding: 18px 0;
  border-top: 1px solid var(--sc-grid);
  border-bottom: 1px solid var(--sc-grid);
}

.article-content .stablecoin-big-short .debt-dot {
  width: 12px;
  height: 12px;
  border: 1px solid var(--sc-axis);
  border-radius: 3px;
  background: var(--sc-elevated);
}

.article-content .stablecoin-big-short .ratio-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 15px;
  color: var(--sc-secondary);
  font-size: 14px;
}

.article-content .stablecoin-big-short .legend-swatch {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  border-radius: 3px;
  vertical-align: -2px;
}

.article-content .stablecoin-big-short .legend-swatch.debt {
  border: 1px solid var(--sc-axis);
  background: var(--sc-elevated);
}

.article-content .stablecoin-big-short .legend-swatch.stable {
  background: var(--sc-cyan);
}

.article-content .stablecoin-big-short .risk-flow .flow-node {
  border-color: rgba(255,92,108,0.42);
}

.article-content .stablecoin-big-short .risk-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.article-content .stablecoin-big-short .risk-flow .flow-node:not(:last-child)::after {
  color: var(--sc-negative);
}

.article-content .stablecoin-big-short .risk-flow .flow-node .node-index {
  background: var(--sc-negative);
}

.article-content .stablecoin-big-short .feedback-loop {
  margin-top: 18px;
  padding: 16px 18px;
  border: 2px solid var(--sc-negative);
  border-radius: 10px;
  background: rgba(255,92,108,0.08);
  color: var(--sc-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}

.article-content .stablecoin-big-short .forecast-row {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 82px;
  gap: 13px;
  align-items: center;
  margin: 15px 0;
}

.article-content .stablecoin-big-short .forecast-label,
.article-content .stablecoin-big-short .forecast-value {
  color: var(--sc-text);
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.article-content .stablecoin-big-short .forecast-value {
  text-align: right;
}

.article-content .stablecoin-big-short .forecast-track {
  height: 25px;
  overflow: hidden;
  border: 1px solid var(--sc-axis);
  border-radius: 999px;
  background: var(--sc-page);
}

.article-content .stablecoin-big-short .forecast-fill {
  height: 100%;
  min-width: 10px;
  border-radius: 999px;
}

.article-content .stablecoin-big-short .forecast-fill.current {
  width: 7.71%;
  background: var(--sc-blue);
}

.article-content .stablecoin-big-short .forecast-fill.base {
  width: 47.5%;
  background: var(--sc-cyan);
}

.article-content .stablecoin-big-short .forecast-fill.bull {
  width: 100%;
  background: var(--sc-warning);
}

.article-content .stablecoin-big-short .timeline-axis {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 4px;
  margin-top: 25px;
}

.article-content .stablecoin-big-short .timeline-year {
  min-height: 67px;
  padding: 10px 5px;
  border: 1px solid var(--sc-axis);
  border-radius: 7px;
  background: var(--sc-elevated);
  color: var(--sc-secondary);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
  text-align: center;
}

.article-content .stablecoin-big-short .timeline-year.risk-year {
  border-color: rgba(255,163,81,0.54);
  background: rgba(255,163,81,0.11);
  color: var(--sc-warning);
  font-weight: 800;
}

.article-content .stablecoin-big-short .timeline-year .year-note {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.35;
}

.article-content .stablecoin-big-short .fact-inference-key {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0 0;
}

.article-content .stablecoin-big-short .evidence-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid var(--sc-axis);
  border-radius: 999px;
  color: var(--sc-secondary);
  font-size: 13px;
  line-height: 1.35;
}

.article-content .stablecoin-big-short .evidence-chip.fact {
  border-color: rgba(41,174,255,0.46);
  color: var(--sc-blue);
}

.article-content .stablecoin-big-short .evidence-chip.forecast {
  border-color: rgba(0,194,214,0.46);
  color: var(--sc-cyan);
}

.article-content .stablecoin-big-short .evidence-chip.inference {
  border-color: rgba(255,163,81,0.52);
  color: var(--sc-warning);
}

.article-content .stablecoin-big-short .sources {
  margin-top: 43px;
  padding-top: 20px;
  border-top: 1px solid var(--sc-axis);
}

.article-content .stablecoin-big-short .sources li {
  margin-bottom: 9px;
  color: var(--sc-secondary);
  font-size: 14px;
  line-height: 1.62;
}

@media (max-width: 720px) {
  .article-shell:has(.stablecoin-big-short) .narrow {
    width: min(100% - 28px, 860px);
  }

  .article-content.page-content-card:has(> .stablecoin-big-short) {
    padding: 16px;
  }

  .article-content .stablecoin-big-short {
    font-size: 16px;
  }

  .article-content .stablecoin-big-short p,
  .article-content .stablecoin-big-short li {
    font-size: 16px;
    line-height: 1.78;
  }

  .article-content .stablecoin-big-short h2 {
    margin-top: 36px;
    font-size: 24px;
  }

  .article-content .stablecoin-big-short h3 {
    font-size: 21px;
  }

  .article-content .stablecoin-big-short blockquote p {
    font-size: 19px;
  }

  .article-content .stablecoin-big-short .sc-viz {
    margin: 25px 0;
    padding: 18px;
  }

  .article-content .stablecoin-big-short .viz-head strong {
    font-size: 22px;
  }

  .article-content .stablecoin-big-short .viz-head span {
    font-size: 14px;
  }

  .article-content .stablecoin-big-short .flow-rail {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .article-content .stablecoin-big-short .flow-node {
    min-height: 0;
  }

  .article-content .stablecoin-big-short .flow-node:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -23px;
    width: 18px;
    transform: translateX(50%);
  }

  .article-content .stablecoin-big-short .flow-node b {
    font-size: 17px;
  }

  .article-content .stablecoin-big-short .flow-node span:not(.node-index) {
    font-size: 14px;
  }

  .article-content .stablecoin-big-short .ratio-stats {
    grid-template-columns: 1fr;
  }

  .article-content .stablecoin-big-short .ratio-stat b {
    font-size: 29px;
  }

  .article-content .stablecoin-big-short .ratio-callout {
    grid-template-columns: 1fr;
  }

  .article-content .stablecoin-big-short .ratio-callout b {
    font-size: 36px;
  }

  .article-content .stablecoin-big-short .debt-dot-grid {
    grid-template-columns: repeat(10, 14px);
    gap: 6px;
  }

  .article-content .stablecoin-big-short .debt-dot {
    width: 14px;
    height: 14px;
  }

  .article-content .stablecoin-big-short .forecast-row {
    grid-template-columns: 1fr;
    gap: 7px;
    margin: 19px 0;
  }

  .article-content .stablecoin-big-short .forecast-label,
  .article-content .stablecoin-big-short .forecast-value {
    font-size: 14px;
    text-align: left;
  }

  .article-content .stablecoin-big-short .forecast-track {
    height: 27px;
  }

  .article-content .stablecoin-big-short .timeline-axis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .article-content .stablecoin-big-short .timeline-year {
    min-height: 72px;
    font-size: 14px;
  }

  .article-content .stablecoin-big-short .timeline-year .year-note {
    font-size: 12px;
  }

  .article-content .stablecoin-big-short .chart-source,
  .article-content .stablecoin-big-short figcaption {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .article-content .stablecoin-big-short .sc-viz {
    padding: 16px;
  }

  .article-content .stablecoin-big-short .debt-dot-grid {
    grid-template-columns: repeat(10, 12px);
    gap: 5px;
  }

  .article-content .stablecoin-big-short .debt-dot {
    width: 12px;
    height: 12px;
  }
}
