gt-game-blackjack.game-root{flex-direction:column;align-items:center;width:100%;display:flex}.bjHud{border-bottom:1px solid var(--gt-border);flex-shrink:0;width:100%;max-width:420px;margin-bottom:6px;padding-bottom:8px}.bjHud #info{gap:10px;margin-bottom:0;font-size:.92em}.bjTable,.bjControls{flex-shrink:0;width:100%;max-width:420px}.bjSection{grid-template-rows:1.3em 58px;align-content:start;gap:2px;width:100%;max-width:420px;margin-top:3px;display:grid}.bjSection:first-of-type{margin-top:6px}.bjSection.gt-turn-active .bjInfoLine{background:var(--gt-accent-soft);border-radius:4px}.bjInfoLine{box-sizing:border-box;grid-template-columns:6em minmax(0,1fr) 5.6em;align-items:center;gap:4px;height:1.3em;min-height:1.3em;max-height:1.3em;padding:0 4px;line-height:1.3em;display:grid;overflow:hidden}.bjNameBet{color:var(--gt-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78em;overflow:hidden}.bjStateInline{color:var(--gt-gold);text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:.72em;overflow:hidden}.bjInfoLine .bjResult{text-align:right;white-space:nowrap;text-overflow:ellipsis;height:1.3em;font-size:.72em;font-weight:700;line-height:1.3em;overflow:hidden}.bjHandSlot{height:58px;overflow:auto hidden}.bjHandSlot .bjSplitRow{gap:10px;width:max-content;max-width:none;height:58px;display:flex}.bjHandSlot .bjSubHand{flex-wrap:nowrap;align-items:flex-start;gap:4px;min-height:58px;padding:0 2px;display:flex}.bjHandSlot .bjSubHand.gt-turn-active-sub{outline:1px solid var(--gt-gold);outline-offset:1px;border-radius:4px}.bjSection .pokHandRow{flex-wrap:nowrap;align-items:flex-start;gap:4px;width:max-content;max-width:none;min-height:58px}.bjSection .pcard{width:42px;height:58px;box-shadow:0 2px 5px var(--gt-shadow-strong);border-width:2px;border-radius:5px;flex-shrink:0}.bjSection .pcard .rank{font-size:.9em}.bjSection .pcard .suit{font-size:1.05em}#bjActionArea{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:6px;min-height:104px;margin:8px 0 2px;display:flex}.bjActionPanel{flex-direction:column;align-items:center;gap:6px;display:flex}.bjActionPanel[hidden]{display:none!important}#bjPlayPanel,#bjNextPanel{flex-flow:wrap;justify-content:center}#bjPlayPanel button{flex:0 auto}.bjBetLabel{color:var(--gt-gold);margin-bottom:4px;font-size:.9em}.bjInfoLine .bjResult.win{color:#6ecf8a}.bjInfoLine .bjResult.lose{color:#e07070}.bjInfoLine .bjResult.draw{color:var(--gt-gold)}#bjBetButtons{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.bjBetChip{border:2px solid var(--gt-accent);background:var(--gt-surface);min-width:48px;color:var(--gt-gold);cursor:pointer;border-radius:999px;padding:5px 9px;font-weight:700}.bjBetChip.selected{background:var(--gt-accent-soft);border-color:var(--gt-gold)}.bjBetChip:disabled{opacity:.4;cursor:not-allowed}#bjMessage{height:1.2em;color:var(--gt-gold);text-overflow:ellipsis;white-space:nowrap;margin:4px 0;font-size:1em;font-weight:700;line-height:1.2em;overflow:hidden}details.game-rules{max-width:340px;color:var(--gt-text-muted);margin-top:8px}details.game-rules summary{cursor:pointer;color:var(--gt-gold)}details.game-rules .game-rules-body{white-space:pre-line;margin-top:4px;font-size:.85em;line-height:1.6}
