/* pouilleux.css */
.po-box { display: flex; flex-direction: column; gap: 14px; align-items: center; min-width: 280px; text-align: center; }
.po-players { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.po-p { font-size: 13px; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--line); background: var(--bg-soft); }
.po-p.cur { border-color: var(--accent-2); color: var(--accent-2); }
.po-p.out { opacity: .45; text-decoration: line-through; }
.po-hand { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.po-card {
  display: inline-grid; place-items: center; min-width: 34px; height: 46px; padding: 0 6px;
  background: #fff; color: #1a1a1a; border: 1px solid #999; border-radius: 6px; font-weight: 800;
}
