.yt-hero {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.conv-err, .terms-alert { color: var(--err); font-size: 0.88rem; margin-top: 0.45rem; }

.conv-status {
  padding: 1.25rem 0;
  text-align: center;
}

.progress-track {
  height: 8px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.9rem;
}

#conv-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--text-muted), var(--accent-strong));
  border-radius: 5px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

#conv-msg {
  color: var(--text-muted);
  font-size: 1rem;
}

.status-actions {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 0.65rem;
}

.conv-result {
  text-align: center;
  padding: 1.25rem 0 0.5rem;
}

.conv-ready {
  font-weight: 500;
  color: var(--text);
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.conv-dl {
  display: inline-flex;
  text-decoration: none !important;
  margin-bottom: 0.65rem;
}

.conv-hint {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}

.conv-expires { font-size: 0.85rem; color: var(--text-muted); }

.terms.nudge { animation: nudge 0.35s ease; }

@keyframes nudge {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}

#conv-trim[hidden] { display: none !important; }
.trim-row { display: none !important; }
