.hi-board { display: grid; gap: 3px; margin: 18px auto; width: max-content; }
.hi-cell { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background: #fff; border: 2px solid var(--card-bd); font-weight: 800; font-size: 18px; color: var(--ink); cursor: pointer; user-select: none; }
.hi-cell.black { background: #2f2a3a; color: #fff; border-color: #2f2a3a; text-decoration: line-through; }
.status-line { text-align: center; font-weight: 700; color: var(--brand); min-height: 22px; }
