/* ============================================================
   devine-nombre.css — styles propres à "Devine le nombre".
   ============================================================ */

.dn-box { text-align: center; display: flex; flex-direction: column; gap: 16px; min-width: 280px; }
.dn-range { font-size: 22px; }
.dn-last { min-height: 22px; }

.dn-input { display: flex; gap: 10px; justify-content: center; }
.dn-input .input { max-width: 160px; text-align: center; font-size: 20px; }
