Your Hand ({{ trumpInf.selfHand?.cards.length || 0 }} Cards)
@@ -98,7 +92,7 @@ function selectTrump(trumpSuitIndex: number) {
style="min-height: 200px; display: flex; flex-direction: column; justify-content: center;"
>
-
+
Waiting for {{ trumpInf.chooser?.name || 'the other player' }} to select the trump suit...
@@ -131,4 +125,10 @@ function selectTrump(trumpSuitIndex: number) {
.player-profile-card {
max-width: 1000px;
}
+.trump-card-choice {
+ transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
+}
+.trump-card-choice:hover {
+ transform: translateY(-8px);
+}