.play{background:linear-gradient(170deg,var(--charcoal, #1B2430),#0e1c16);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg, 14px);padding:var(--sp-4, 1.5rem);box-shadow:var(--shadow-lg);color:#e8eef0}.play .play-bar{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-3);flex-wrap:wrap;margin-bottom:var(--sp-3)}.play .balance{display:flex;align-items:baseline;gap:.5em}.play .balance-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#93a0a4}.play .balance-val{font-family:var(--font-mono, monospace);font-size:1.5rem;font-weight:700;color:var(--gold, #C8A24B);font-variant-numeric:tabular-nums}.play .balance-val.pos{color:#6fe0b0}.play .balance-val.neg{color:#f0a878}.play .bankroll-input{width:90px;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.25em .4em;font:inherit}.play .play-toggles{display:flex;gap:var(--sp-3);flex-wrap:wrap}.play .play-toggles label{font-size:.78rem;color:#c2cdd1;display:flex;align-items:center;gap:.4em}.play .play-toggles input{accent-color:var(--gold, #C8A24B)}.play [hidden]{display:none!important}.play .rules-config{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:var(--sp-3);padding:8px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px}.play .rules-config.disabled{opacity:.5;pointer-events:none}.play .rc-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gold, #C8A24B);font-weight:700}.play .rc-hint{text-transform:none;letter-spacing:0;color:#8b989c;font-weight:400}.play .rules-config label{font-size:.74rem;color:#c2cdd1;display:flex;align-items:center;gap:5px}.play .rules-config select{background:#ffffff14;color:#eef3f4;border:1px solid rgba(255,255,255,.18);border-radius:6px;padding:.25em .4em;font:inherit;font-size:.78rem}.play select option{color:var(--ink, #13233A);background:#fff}.play .rules-config input{accent-color:var(--gold, #C8A24B)}.play .felt{background:radial-gradient(ellipse at 50% 0%,#1d6b4e,#124231 70%);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:var(--sp-4, 1.5rem) var(--sp-3);min-height:300px;display:flex;flex-direction:column;align-items:center;gap:var(--sp-2)}.play .row{display:flex;gap:var(--sp-4);justify-content:center;flex-wrap:wrap;width:100%}.play .hand{text-align:center}.play .hand.active{outline:2px solid var(--gold, #C8A24B);outline-offset:6px;border-radius:10px}.play .hand-head{font-size:.74rem;color:#d8e4dd;margin-bottom:5px}.play .hand-head .total{font-family:var(--font-mono, monospace);font-weight:700;color:#fff;margin-left:4px}.play .hand-head .total.bust{color:#ffb38a}.play .cards{display:flex;justify-content:center}.play .cards img{width:46px;height:auto;border-radius:4px;margin-left:-16px;box-shadow:0 2px 6px #00000073;background:#fff}.play .cards img:first-child{margin-left:0}.play .badge{display:inline-block;margin-top:6px;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:999px}.play .badge.win{background:#1e7a4d;color:#fff}.play .badge.lose{background:#8a3b14;color:#fff}.play .badge.push{background:#455;color:#fff}.play .msg{font-size:.92rem;color:#eaf2ee;text-align:center;min-height:1.3em;font-weight:600}.play .bet-spot{width:78px;height:78px;border-radius:50%;border:2px dashed rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;position:relative;margin:2px 0 18px}.play .bet-spot.empty:after{content:"BET";font-size:.68rem;letter-spacing:.12em;color:#ffffff73}.play .bet-spot .stack{position:relative;width:38px;height:38px}.play .bet-spot .stack img{width:38px;height:38px;position:absolute;left:0}.play .bet-spot .amount{position:absolute;bottom:-18px;left:50%;transform:translate(-50%);font-family:var(--font-mono, monospace);font-weight:700;color:#fff;font-size:.8rem;white-space:nowrap}.play .controls{margin-top:var(--sp-3);display:flex;flex-direction:column;align-items:center;gap:var(--sp-3)}.play .chips{display:flex;gap:8px;justify-content:center}.play .chips button{background:none;border:none;cursor:pointer;padding:0;position:relative;transition:transform .1s}.play .chips button:hover{transform:translateY(-3px)}.play .chips img{width:46px;height:46px;display:block}.play .chips span{position:absolute;inset:0;display:grid;place-items:center;font-size:.7rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.7)}.play .bet-actions{display:flex;align-items:center;gap:var(--sp-3)}.play .bet-readout{font-size:.85rem;color:#c2cdd1}.play .bet-readout strong{color:#fff;font-family:var(--font-mono, monospace)}.play .controls button.primary{font:inherit;font-weight:700;color:#08130d;background:linear-gradient(180deg,#57c79a,#2f9e74);border:none;border-radius:8px;padding:.55em 1.4em;cursor:pointer}.play .controls button.primary:disabled{opacity:.45;cursor:not-allowed}.play .controls button.ghost{font:inherit;color:#cdd6d9;background:#ffffff12;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:.5em 1em;cursor:pointer}.play .action-controls{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.play .action-controls button{font:inherit;font-weight:600;color:#08130d;background:#d8e4dd;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:.5em 1.1em;cursor:pointer;transition:background .12s}.play .action-controls button:hover:not(:disabled){background:#fff}.play .action-controls button:disabled{opacity:.3;cursor:not-allowed}.play .action-controls button.hint{box-shadow:0 0 0 2px var(--gold, #C8A24B),0 0 14px #c8a24bb3}.play .hint-tip{margin:0;font-size:.85rem;font-weight:700;color:#08130d;background:var(--gold, #C8A24B);border-radius:999px;padding:.35em 1em}.play .insurance{display:flex;align-items:center;gap:10px;font-size:.88rem;color:#eaf2ee;flex-wrap:wrap;justify-content:center}.play .insurance button{font:inherit;font-weight:600;border-radius:8px;padding:.4em 1em;cursor:pointer;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff}.play .insurance button.primary{color:#08130d}.play .rules-line{font-size:.7rem;color:#8b989c;text-align:center;margin:var(--sp-3) 0 0}@keyframes bjDealIn{0%{opacity:0;transform:translateY(-18px) scale(.96)}to{opacity:1;transform:none}}.play:not(.minimalist) .cards img.dealt{animation:bjDealIn .28s ease both}@media(prefers-reduced-motion:reduce){.play .cards img.dealt{animation:none!important}}.lab[data-astro-cid-2w62vrmq]{background:linear-gradient(165deg,var(--charcoal, #1B2430),var(--felt-deep, #0e3326));border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg, 14px);padding:var(--sp-4, 1.5rem);box-shadow:var(--shadow-lg);color:#e8eef0}.lab-head[data-astro-cid-2w62vrmq]{margin-bottom:var(--sp-3, 1rem)}.lab-eyebrow[data-astro-cid-2w62vrmq]{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gold, #C8A24B)}.lab-title[data-astro-cid-2w62vrmq]{font-family:var(--font-display, serif);color:#fff;margin:.1em 0 .05em;font-size:1.25rem}.lab-sub[data-astro-cid-2w62vrmq]{color:#aeb9bd;font-size:.82rem;margin:0}.lab-top[data-astro-cid-2w62vrmq]{display:grid;grid-template-columns:minmax(210px,1fr) 1.7fr;gap:var(--sp-3, 1rem);align-items:start;margin-bottom:var(--sp-3, 1rem)}.lab-top[data-astro-cid-2w62vrmq] .bj-preset[data-astro-cid-2w62vrmq]{margin-bottom:0}@media(max-width:680px){.lab-top[data-astro-cid-2w62vrmq]{grid-template-columns:1fr}}.lab-controls[data-astro-cid-2w62vrmq]{display:flex;flex-wrap:wrap;gap:var(--sp-3, 1rem);align-items:stretch;margin-bottom:var(--sp-3, 1rem)}.lab-controls[data-astro-cid-2w62vrmq] fieldset[data-astro-cid-2w62vrmq]{flex:1 1 340px;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm, 8px);padding:6px 12px 10px;margin:0}.lab-controls[data-astro-cid-2w62vrmq] legend[data-astro-cid-2w62vrmq]{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--gold, #C8A24B);padding:0 4px}.lab-controls[data-astro-cid-2w62vrmq] .rules-hint[data-astro-cid-2w62vrmq]{text-transform:none;letter-spacing:0;color:#8b989c}.lab-stale[data-astro-cid-2w62vrmq]{margin:0 0 var(--sp-3, 1rem);padding:8px 12px;border-radius:8px;font-size:.8rem;background:#c8a24b24;border:1px solid rgba(200,162,75,.45);color:#d8b863}[data-astro-cid-2w62vrmq][data-lab].is-stale .lab-stats[data-astro-cid-2w62vrmq],[data-astro-cid-2w62vrmq][data-lab].is-stale .lab-charts[data-astro-cid-2w62vrmq],[data-astro-cid-2w62vrmq][data-lab].is-stale .lab-mini[data-astro-cid-2w62vrmq]{opacity:.4;transition:opacity .15s ease}.lab-controls[data-astro-cid-2w62vrmq] label[data-astro-cid-2w62vrmq]{display:inline-flex;flex-direction:column;gap:3px;font-size:.66rem;color:#c2cdd1;margin:5px 14px 0 0;vertical-align:bottom}.lab-controls[data-astro-cid-2w62vrmq] select[data-astro-cid-2w62vrmq],.lab-controls[data-astro-cid-2w62vrmq] input[data-astro-cid-2w62vrmq][type=text]{width:auto;min-width:92px;padding:.34em .5em;font:inherit;font-size:.82rem;background:#ffffff0f;color:#eef3f4;border:1px solid rgba(255,255,255,.16);border-radius:6px}.lab-controls[data-astro-cid-2w62vrmq] input[data-astro-cid-2w62vrmq][type=text]{min-width:76px}.lab-controls[data-astro-cid-2w62vrmq] select[data-astro-cid-2w62vrmq] option[data-astro-cid-2w62vrmq]{color:var(--ink, #13233A);background:#fff}.lab-check[data-astro-cid-2w62vrmq]{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:.4em;font-size:.72rem;margin:5px 14px 0 0;vertical-align:bottom}.lab-check[data-astro-cid-2w62vrmq] input[data-astro-cid-2w62vrmq]{accent-color:var(--gold, #C8A24B)}.lab-seed[data-astro-cid-2w62vrmq]{flex:0 0 100%;font-size:.72rem;color:var(--gold, #C8A24B);margin:4px 0 0;line-height:1.4}.lab-hands[data-astro-cid-2w62vrmq]{display:inline-flex;gap:6px;margin:5px 14px 0 0;vertical-align:bottom}.lab-hands[data-astro-cid-2w62vrmq] button[data-astro-cid-2w62vrmq]{padding:.4em .7em;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;background:#ffffff0f;color:#cdd6d9;border:1px solid rgba(255,255,255,.16);border-radius:6px}.lab-hands[data-astro-cid-2w62vrmq] button[data-astro-cid-2w62vrmq].is-active{background:var(--gold, #C8A24B);color:var(--charcoal, #1B2430);border-color:var(--gold, #C8A24B)}.lab-run[data-astro-cid-2w62vrmq]{margin:5px 0 0;padding:.5em 1.3em;font:inherit;font-weight:700;cursor:pointer;align-self:flex-end;color:#08130d;background:linear-gradient(180deg,#57c79a,#2f9e74);border:none;border-radius:8px;box-shadow:0 2px 10px #00000040}.lab-run[data-astro-cid-2w62vrmq]:disabled{opacity:.6;cursor:progress}.lab-progress[data-astro-cid-2w62vrmq]{flex:0 0 100%;font-size:.74rem;color:#93a0a4;margin:6px 0 0;min-height:1.1em}.lab-stats[data-astro-cid-2w62vrmq]{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-2, .6rem);margin:0;align-content:center}.lab-stat[data-astro-cid-2w62vrmq]{background:#ffffff0d;border-radius:var(--radius-sm, 8px);padding:.6em .5em;text-align:center}.lab-stat-hero[data-astro-cid-2w62vrmq]{background:#c8a24b24;border:1px solid rgba(200,162,75,.35)}.lab-stat-num[data-astro-cid-2w62vrmq]{display:block;font-family:var(--font-mono, monospace);font-size:1.3rem;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.lab-stat-hero[data-astro-cid-2w62vrmq] .lab-stat-num[data-astro-cid-2w62vrmq]{color:var(--gold, #C8A24B)}.lab-stat-label[data-astro-cid-2w62vrmq]{display:block;font-size:.66rem;color:#93a0a4;margin-top:2px}.lab-stat-ci[data-astro-cid-2w62vrmq]{display:block;font-size:.58rem;color:#9fe6c6;margin-top:2px;font-variant-numeric:tabular-nums;line-height:1.2}.lab-stat-ci[data-astro-cid-2w62vrmq][hidden]{display:none}.lab-charts[data-astro-cid-2w62vrmq]{display:grid;grid-template-columns:repeat(2,minmax(0,290px));justify-content:center;gap:var(--sp-4, 1.5rem);margin-bottom:var(--sp-3, 1rem)}.lab-chart[data-astro-cid-2w62vrmq]{margin:0}.lab-chart[data-astro-cid-2w62vrmq] canvas[data-astro-cid-2w62vrmq]{width:100%;aspect-ratio:1 / 1;display:block;background:#00000038;border:1px solid rgba(255,255,255,.07);border-radius:10px}@media(max-width:560px){.lab-charts[data-astro-cid-2w62vrmq]{grid-template-columns:1fr}.lab-chart[data-astro-cid-2w62vrmq] canvas[data-astro-cid-2w62vrmq]{aspect-ratio:4 / 3}}.lab-mini[data-astro-cid-2w62vrmq]{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--sp-2, .6rem);margin:0}.lab-mini[data-astro-cid-2w62vrmq] div[data-astro-cid-2w62vrmq]{background:#ffffff0a;border-radius:6px;padding:.4em .55em;text-align:center}.lab-mini[data-astro-cid-2w62vrmq] dt[data-astro-cid-2w62vrmq]{font-size:.58rem;color:#8b989c;text-transform:uppercase;letter-spacing:.03em}.lab-mini[data-astro-cid-2w62vrmq] dd[data-astro-cid-2w62vrmq]{margin:2px 0 0;font-family:var(--font-mono, monospace);font-size:.85rem;color:#e8eef0;font-variant-numeric:tabular-nums}@media(max-width:680px){.lab-mini[data-astro-cid-2w62vrmq]{grid-template-columns:repeat(3,1fr)}}.lab-method[data-astro-cid-2w62vrmq]{margin-top:var(--sp-3, 1rem);font-size:.72rem}.lab-method[data-astro-cid-2w62vrmq] summary[data-astro-cid-2w62vrmq]{cursor:pointer;color:var(--gold, #C8A24B);font-weight:600}.lab-method-body[data-astro-cid-2w62vrmq]{color:#aeb9bd;line-height:1.5;margin-top:6px}.lab-method-body[data-astro-cid-2w62vrmq] p[data-astro-cid-2w62vrmq]{margin:0 0 6px}.lab-method-body[data-astro-cid-2w62vrmq] strong[data-astro-cid-2w62vrmq]{color:#cdd6d9}.lab-method-body[data-astro-cid-2w62vrmq] em[data-astro-cid-2w62vrmq]{color:#cdd6d9;font-style:normal}.lab-foot[data-astro-cid-2w62vrmq]{font-size:.7rem;color:#8b989c;margin:var(--sp-3, 1rem) 0 0;text-align:center}
