* { 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; display: flex; flex-direction: column; align-items: center; }

.message { min-height: 26px; font-weight: 800; font-size: 1.15rem; color: #ffe082; text-align: center; margin-bottom: 10px; }
.board-wrap { width: 100%; max-width: 520px; margin-bottom: 16px; }
#board { width: 100%; height: auto; display: block; background: linear-gradient(180deg, #0c3322, #0a2a1c); border: 1px solid #2a5e44; border-radius: 14px; }

.cz-controls { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.info strong { color: #6fe39a; } .info strong#best-mult { color: #ffe082; }
.bet-row { display: flex; align-items: center; gap: 10px; } .bet-row strong { color: #ffe082; min-width: 24px; text-align: center; }
.ctrl { background: #0f3d28; color: #eafaf0; border: 1px solid #2a5e44; border-radius: 8px; padding: 8px 12px; font-weight: 700; cursor: pointer; font-family: inherit; }
.ctrl.small { font-size: 0.72rem; padding: 5px 9px; } .ctrl:disabled { opacity: 0.45; cursor: not-allowed; }
.action-btn { background: linear-gradient(180deg,#ffe082,#f0b000); color: #2a1f00; border: none; border-radius: 10px; padding: 13px 50px; 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); }
