.card {
  margin: 0;
  background: #111827;
  color: #f9fafb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
}

.language-card {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2rem 1.25rem;
}

.eyebrow {
  margin: 0 0 0.5rem;
  color: #93c5fd;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.target { font-size: 1.65rem; font-weight: 650; }
.meaning { font-size: 1.25rem; }
.context, .notes, .source { margin-top: 1rem; color: #cbd5e1; }
.context { font-style: italic; }
.source { font-size: 0.75rem; }
.audio, .image { margin-top: 1.25rem; }
.image img { display: block; max-width: 100%; max-height: 18rem; margin: 0 auto; border-radius: 0.75rem; }
hr { margin: 1.5rem 0; border: 0; border-top: 1px solid #374151; }

@media (max-width: 480px) {
  .language-card { padding: 1.25rem 1rem; }
  .target { font-size: 1.4rem; }
}
