/* Herald · 20 Questions — app tweaks. Base in glass-core.css (Meta
   frosted kit; lime per-app accent). Big glanceable question text. */

.tq-stage {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px 36px;
  text-align: center;
}
.tq-tag {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--text-muted);
}
.tq-q {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--app-accent, var(--accent));
  text-shadow:
    0 0 28px var(--aa-glow, rgba(160, 224, 96, 0.4)),
    0 0 64px var(--aa-glow-soft, rgba(160, 224, 96, 0.22));
}
.tq-sub {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-secondary);
}
.tq-stats {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
}
.tq-hint {
  position: absolute;
  bottom: 18px;
  left: 0; right: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}
