/* Phase 11: no-correction word limits and live result widgets */
.typing-word.word-complete {
  box-shadow:
    0 0 0 1px rgba(0, 255, 136, 0.92),
    0 0 20px rgba(0, 255, 136, 0.18);
}

.stats .stat-value {
  min-width: 1.2ch;
}

.stats.results-pending .stat-value {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(0, 255, 136, 0.16);
}
