.tp-tableau {
  position: relative;
  width: 340px;
  height: 160px;
  margin: 10px auto;
}
.tp-card {
  position: absolute;
  width: 42px;
  height: 58px;
  border-radius: 7px;
  background: #fff;
  border: 2px solid #c9d2de;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 17px;
  cursor: pointer;
  user-select: none;
}
.tp-card.red { color: #d33; }
.tp-card.free { border-color: #4d96ff; box-shadow: 0 0 0 2px rgba(77,150,255,.4); }
.tp-card.dead { visibility: hidden; }
.tp-card.found { border-color: #6bcb77; }
.tp-bottom {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 8px;
}
.tp-pile {
  width: 56px;
  height: 76px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  background: #fff;
  border: 2px solid #c9d2de;
  cursor: pointer;
  color: #2b2f38;
}
.tp-pile.stock { background: #2b3354; color: #fff; }
