.progress-panel {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.progress-panel h2 { margin-bottom: 8px; }
.lifetime-stats {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}
.text-button {
  background: transparent !important;
  color: #8b3f38 !important;
  font-size: .82rem;
  padding: 8px !important;
}
.mistake-list { display: grid; gap: 10px; margin-top: 18px; }
.mistake-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
}
.mistake-row strong { color: #a73e35; }
.mistake-row button { padding: 8px 11px; }
.progress-note { padding: 14px; background: #f2f7f6; border-radius: 10px; margin: 14px 0; }
.translation-error { color: #a73e35; font-weight: 700; }
@media (max-width: 760px) { .mistake-row { grid-template-columns: 1fr; } }
