/* ============================================================
   bataille.css — styles propres à Bataille.
   ============================================================ */

.bat-box { text-align: center; display: flex; flex-direction: column; gap: 18px; min-width: 280px; }

.bat-counts { display: flex; justify-content: space-around; font-size: 14px; color: var(--text-soft); }
.bat-counts strong { font-size: 26px; color: var(--accent-2); }

.bat-fight { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.bat-fight > div:first-child { display: flex; }
.bat-card {
  display: inline-grid; place-items: center;
  width: 60px; height: 84px; border-radius: 10px;
  background: #fff; color: #1a1a1a; font-size: 30px; font-weight: 800;
  border: 2px solid var(--line); margin: 0 6px;
}
.bat-war { color: var(--bad); font-weight: 800; letter-spacing: 1px; }
