#stage {
  min-height: 220px;
}
.tz-prompt {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 3.6vw, 1.45rem);
  text-align: center;
  line-height: 1.35;
  margin: 0.4rem 0 0.9rem;
}
.tz-meta {
  text-align: center;
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}
.tz-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
}
.tz-opts .btn {
  min-width: 5.5rem;
}
