/* ============================================================
   VOCAB-JEU.CSS — Les Cahiers APC
   ============================================================ */

/* ── En-tête ──────────────────────────────────────────────── */
.vocab-header {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 14px; flex-wrap: wrap; gap: 8px;
}
.vocab-logo { font-size: 1.1rem; font-weight: 700; color: #7c3aed; }
.vocab-score-pill {
  background: #7c3aed; color: #fff;
  border-radius: 99px; padding: 4px 14px;
  font-size: 0.85rem; font-weight: 600;
}

/* ── Cartes de mode ───────────────────────────────────────── */
.vocab-modes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px,1fr));
  gap: 10px; margin-bottom: 18px;
}
.vocab-mode-card {
  border: 2px solid #e2e8f0; border-radius: 12px;
  padding: 14px 8px; text-align: center; cursor: pointer;
  transition: border-color 0.2s, transform 0.15s;
  background: #fff;
}
.vocab-mode-card:hover { border-color: #7c3aed; transform: translateY(-2px); }
.vocab-mode-icon  { font-size: 1.6rem; margin-bottom: 5px; }
.vocab-mode-label { font-weight: 700; color: #7c3aed; font-size: 0.88rem; }
.vocab-mode-desc  { font-size: 0.75rem; color: #718096; margin-top: 2px; }

/* ── Filtres ──────────────────────────────────────────────── */
.vocab-section-titre {
  font-size: 0.88rem; font-weight: 700; color: #7c3aed;
  padding: 6px 12px; background: #f5f3ff;
  border-left: 4px solid #7c3aed; border-radius: 0 8px 8px 0;
  margin-bottom: 10px;
}
.vocab-filtres-niv  { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.vocab-filtres-themes { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.vocab-filtres-zone { margin-bottom: 14px; }

.vocab-filtre-niv, .vocab-filtre-theme {
  padding: 6px 14px; border-radius: 99px;
  border: 1.5px solid #e2e8f0; background: #f8fafc;
  font-size: 0.82rem; cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.vocab-filtre-niv:hover, .vocab-filtre-theme:hover { border-color: #7c3aed; }
.vocab-filtre-niv.actif, .vocab-filtre-theme.actif {
  background: #7c3aed; color: #fff; border-color: #7c3aed;
}

/* ── Stats mini ───────────────────────────────────────────── */
.vocab-stats-mini {
  display: flex; gap: 10px; flex-wrap: wrap;
}
.vocab-stat-item {
  flex: 1; min-width: 80px; text-align: center;
  background: #f5f3ff; border-radius: 10px; padding: 10px 6px;
}
.vocab-stat-val { display: block; font-size: 1.4rem; font-weight: 700; color: #7c3aed; }
.vocab-stat-lbl { font-size: 0.75rem; color: #718096; }

/* ── En-tête du jeu ───────────────────────────────────────── */
.vocab-jeu-header {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 12px; flex-wrap: wrap; gap: 8px;
}
.vocab-jeu-stats { display: flex; align-items: center; gap: 12px; }
.vocab-jeu-score { font-weight: 700; color: #7c3aed; font-size: 1rem; }
.vocab-streak {
  background: #fef3c7; border: 1.5px solid #f59e0b;
  border-radius: 99px; padding: 3px 12px;
  font-size: 0.85rem; font-weight: 700; color: #92400e;
}

/* ── Carte exercice ───────────────────────────────────────── */
.vocab-exo-carte {
  background: #fff; border: 1.5px solid #e2e8f0;
  border-radius: 12px; padding: 16px;
  animation: gam-fade-in 0.3s ease;
}
.vocab-theme-tag {
  display: inline-block;
  background: #f5f3ff; color: #7c3aed;
  border-radius: 99px; padding: 3px 12px;
  font-size: 0.78rem; font-weight: 600;
  margin-bottom: 10px;
}
.vocab-exo-consigne {
  font-size: 1rem; color: #1c2833;
  margin: 0 0 14px; line-height: 1.5;
}
.vocab-def-box {
  display: block; background: #f5f3ff;
  border-left: 4px solid #7c3aed;
  padding: 10px 14px; border-radius: 0 8px 8px 0;
  font-style: italic; color: #1c2833;
  margin-top: 8px; font-size: 0.95rem;
}

/* ── Options QCM ──────────────────────────────────────────── */
.vocab-options { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.vocab-opt {
  padding: 10px 14px; border-radius: 9px;
  border: 1.5px solid #e2e8f0; background: #f8fafc;
  font-size: 0.9rem; text-align: left; cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  line-height: 1.4;
}
.vocab-opt:hover:not(:disabled) { border-color: #7c3aed; background: #f5f3ff; }
.vocab-opt:disabled { cursor: default; }
.vocab-opt-ok { background:#d1fae5!important; border-color:#10b981!important; color:#065f46!important; font-weight:700; }
.vocab-opt-ko { background:#fee2e2!important; border-color:#ef4444!important; color:#7f1d1d!important; }

/* ── Saisie libre ─────────────────────────────────────────── */
.vocab-saisie-zone { margin-bottom: 10px; }
.vocab-astuce {
  background: #fef9c3; border: 1px solid #eab308;
  border-radius: 8px; padding: 7px 12px;
  font-size: 0.85rem; color: #713f12;
  margin-bottom: 8px; animation: gam-fade-in 0.25s ease;
}
.vocab-saisie-row { display: flex; gap: 8px; flex-wrap: wrap; }
.vocab-input {
  flex: 1; min-width: 150px;
  padding: 9px 13px; border: 1.5px solid #e2e8f0;
  border-radius: 9px; font-size: 1rem; color: #1c2833;
  outline: none; transition: border-color 0.15s;
}
.vocab-input:focus { border-color: #7c3aed; }
.vocab-input:disabled { background: #f1f5f9; }

/* ── Feedback ─────────────────────────────────────────────── */
.vocab-feedback {
  padding: 9px 13px; border-radius: 9px;
  font-size: 0.9rem; margin-bottom: 10px;
  animation: gam-fade-in 0.25s ease; line-height: 1.5;
}
.vocab-fb-ok   { background:#d1fae5; color:#065f46; border:1px solid #10b981; }
.vocab-fb-ko   { background:#fee2e2; color:#7f1d1d; border:1px solid #ef4444; }
.vocab-fb-warn { background:#fef9c3; color:#713f12; border:1px solid #eab308; }

.vocab-btn-suivant { margin-top: 4px; }

/* ── Glossaire ────────────────────────────────────────────── */
.vocab-input-recherche {
  width: 100%; padding: 10px 14px;
  border: 1.5px solid #e2e8f0; border-radius: 10px;
  font-size: 1rem; color: #1c2833; outline: none;
  box-sizing: border-box; margin-bottom: 10px;
  transition: border-color 0.15s;
}
.vocab-input-recherche:focus { border-color: #7c3aed; }

.vocab-glossaire-liste {
  display: flex; flex-direction: column; gap: 8px;
  max-height: 60vh; overflow-y: auto;
}
.vocab-glossaire-item {
  background: #fff; border: 1px solid #e2e8f0;
  border-radius: 10px; padding: 10px 14px;
}
.vocab-gl-mot {
  font-weight: 700; color: #1c2833; font-size: 1rem;
  margin-bottom: 4px; display: flex; align-items: center;
  gap: 6px; flex-wrap: wrap;
}
.vocab-gl-theme {
  background: #f5f3ff; color: #7c3aed;
  border-radius: 99px; padding: 1px 9px;
  font-size: 0.72rem; font-weight: 600;
}
.vocab-gl-tag {
  background: #f0fdf4; color: #065f46;
  border: 1px solid #10b981; border-radius: 99px;
  padding: 1px 8px; font-size: 0.72rem;
}
.vocab-gl-ant { background:#fee2e2; color:#7f1d1d; border-color:#ef4444; }
.vocab-gl-def { font-size: 0.88rem; color: #4a5568; line-height: 1.4; }
.vocab-gl-ex  { font-size: 0.82rem; color: #718096; font-style: italic; margin-top: 3px; }

/* ── Scores ───────────────────────────────────────────────── */
.vocab-score-global {
  text-align: center; padding: 14px;
  background: #7c3aed; border-radius: 12px;
  color: #fff; margin-bottom: 14px;
}
.vocab-score-big    { font-size: 2.4rem; font-weight: 700; }
.vocab-score-detail { font-size: 0.88rem; opacity: 0.85; margin-bottom: 8px; }
.vocab-scores-liste { display: flex; flex-direction: column; gap: 6px; }

/* ── Général ──────────────────────────────────────────────── */
.vocab-retour { margin-bottom: 10px; }
