.ht-trick { display: flex; gap: 8px; justify-content: center; min-height: 60px; margin: 10px 0; flex-wrap: wrap; }
.ht-trick .ht-play { width: 40px; height: 56px; border-radius: 5px; background: #fff; border: 1px solid #999; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; }
.ht-hand { display: flex; gap: 4px; justify-content: center; flex-wrap: wrap; margin: 12px 0; }
.ht-card { width: 38px; height: 52px; border-radius: 5px; background: #fff; border: 1px solid #999; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; cursor: pointer; }
.ht-card.red { color: #e23b3b; }
.ht-card.illegal { opacity: 0.4; cursor: default; }
.ht-card.legal { outline: 2px solid #6bcb77; }
