/* =============================================
   LuxTool — /calculators/typing-master/typing-master.css
   Tool-specific styles unique to this tool. Site chrome and
   every shared building block used on this page come from
   /style.css, which this page also loads.
   ============================================= */

/* ── TYPING MASTER highlighted chars ── */
.tm-char {
  display: inline
}

.tm-char.correct {
  color: #22c55e
}

.tm-char.wrong {
  color: #ef4444;
  background: rgba(239, 68, 68, .15);
  border-radius: 2px
}

.tm-char.cursor {
  border-left: 2px solid var(--gold)
}
