.bear-banner {
  display: block;
  width: 50%;
  margin: 1.5rem auto 1.5rem auto;
}

.quarto-title-block .subtitle {
  color: #4b5563;
  font-size: 1.15rem;
}

.bear-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 2.25rem 0;
}

.bear-metric {
  border: 1px solid #d8dee8;
  border-left: 6px solid #7c3f2b;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  padding: 1.1rem 1.2rem;
  box-shadow: 0 10px 28px rgba(32, 40, 54, 0.08);
}

.bear-metric-value {
  color: #172033;
  font-size: clamp(1rem, 5vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
}

.bear-metric-label {
  color: #5b6473;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0.45rem;
  text-transform: uppercase;
}

.dataset-mixture-plot {
  width: min(100%, 1100px);
  margin: 1rem auto;
}

.selection-mixture-plot {
  width: min(100%, 1500px);
  margin: 1rem auto;
}

.table {
  font-size: 0.95rem;
}

@media (max-width: 700px) {
  .bear-metrics {
    grid-template-columns: 1fr;
  }
}
