* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: radial-gradient(900px 500px at 50% -10%, #1d6b46, #0f3d28); color: #eafaf0;
    min-height: 100vh; display: flex; flex-direction: column; align-items: center; }
.cz-header { width: 100%; max-width: 560px; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; }
.cz-header h1 { margin: 0; font-size: 1.5rem; font-weight: 800; }
.cz-header h1 span { font-size: 0.55rem; color: #9ed3b3; font-weight: 600; }
.header-actions { display: flex; gap: 8px; align-items: center; }
.cz-main { width: 100%; max-width: 560px; padding: 8px 16px 28px; }

.bj-area { display: flex; flex-direction: column; gap: 14px; align-items: center; margin-bottom: 18px; }
.seat { width: 100%; text-align: center; }
.seat-label { font-size: 0.8rem; color: #9ed3b3; letter-spacing: 0.05em; margin-bottom: 6px; }
.seat-label span { color: #ffe082; font-weight: 800; }
.hand { justify-content: center; min-height: 90px; }
.message { min-height: 26px; font-weight: 800; font-size: 1.1rem; color: #ffe082; text-align: center; }

.bets { display: flex; gap: 10px; justify-content: center; margin-bottom: 18px; }
.betbox { flex: 1; max-width: 160px; background: #114a30; border: 1px solid #2a5e44; border-radius: 12px; padding: 12px; color: #eafaf0; cursor: pointer; font-family: inherit; text-align: center; }
.betbox:disabled { opacity: 0.45; cursor: not-allowed; }
.bet-name { font-weight: 800; font-size: 1rem; } .bet-amt { font-size: 1.4rem; font-weight: 800; color: #ffe082; margin: 4px 0; }
.bet-hint { font-size: 0.68rem; color: #9ed3b3; }

.cz-controls { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.credit-box { font-size: 1.1rem; } .credit-box strong { color: #6fe39a; font-variant-numeric: tabular-nums; }
.chips { display: flex; align-items: center; gap: 6px; } .chips strong { color: #ffe082; }
.ctrl { background: #0f3d28; color: #eafaf0; border: 1px solid #2a5e44; border-radius: 8px; padding: 8px 12px; font-weight: 700; cursor: pointer; font-family: inherit; }
.ctrl.big { padding: 12px 20px; font-size: 1rem; } .ctrl.small { font-size: 0.72rem; padding: 5px 9px; } .ctrl:disabled { opacity: 0.45; cursor: not-allowed; }
.action-row { display: flex; gap: 10px; }
.action-btn { background: linear-gradient(180deg,#ffe082,#f0b000); color: #2a1f00; border: none; border-radius: 10px; padding: 13px 44px; font-size: 1.15rem; font-weight: 800; cursor: pointer; }
.action-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.version-info { position: fixed; bottom: 6px; right: 8px; font-size: 0.65rem; color: rgba(255,255,255,0.35); }
