/* Double Meaning — tool-specific styles. Shared styles live in assets/css/.
   Acento del módulo Lenguaje y palabras (frambuesa --mod-lenguaje). */

.tool-header h1 { color: var(--mod-lenguaje); }

.btn:not(.btn-secundario):not(.btn-audio) {
  background: var(--mod-lenguaje);
}

.instruction { font-size: var(--texto-base); }

.center-row { justify-content: center; }

.btn-level { min-width: 300px; align-self: center; }

.level-info {
  display: block;
  font-weight: 400;
  font-size: var(--texto-pequeno);
  opacity: 0.9;
}

.progress-bar { margin-top: var(--espacio); }

/* ---- Frase ---- */
.card { border-color: var(--mod-lenguaje-suave); margin-top: var(--espacio-grande); }

.sentence-picto { font-size: 48px; }

.sentence-text {
  font-size: var(--texto-grande);
  font-weight: 700;
  text-align: center;
  max-width: 520px;
}

.question { color: var(--color-texto-suave); }

.big-emoji { font-size: 96px; }

#endScreen { padding-top: 48px; }

#endScreen .btn { align-self: center; min-width: 280px; 
#endScreen .transferencia {
  margin: 8px auto 24px;
  font-size: 1.1rem;
  color: var(--color-texto-secundario, #555);
  max-width: 480px;
}
}
