/* ── Comparison View ── */
#term-charts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.term-section {
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 1rem;
}

.term-section h3 {
  font-size: 0.9rem;
  font-weight: normal;
  color: #888;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.chart-row {
  display: flex;
  gap: 1rem;
}

.chart-wrap {
  flex: 1;
  min-height: 250px;
  border: 1px solid #1a1a1a;
}

.chart-wrap.wide {
  flex: 1 1 100%;
}

.chart-wrap canvas {
  width: 100%;
  height: 100%;
  display: block;
}
