.game-toolbar{width:100%;display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;padding:10px;background:#202020;color:white}.game-toolbar button,.game-toolbar select{border:1px solid #666;background:#333;color:white;padding:8px 11px;border-radius:4px;font:600 12px 'DM Sans';cursor:pointer}.game-toolbar button.primary{background:#c8f25a;color:#171717;border-color:#c8f25a}.game-toolbar .stat{font:11px 'Press Start 2P';margin:0 8px}.full-game{width:100%;height:100%;min-height:460px;display:flex;flex-direction:column;align-items:center}.mine-pro{display:grid;gap:2px;padding:12px;max-width:100%;overflow:auto}.mine-pro button{width:30px;height:30px;padding:0;border:2px outset #aaa;background:#777;color:white;font:bold 11px 'Press Start 2P';cursor:pointer}.mine-pro button.open{border:1px solid #555;background:#242424}.mine-pro button.flag{color:#ffd34e}.mine-pro button.bomb{background:#ff625f}.mine-pro button[data-n="1"]{color:#68a2ff}.mine-pro button[data-n="2"]{color:#73e6b1}.mine-pro button[data-n="3"]{color:#ff765f}.mine-pro button[data-n="4"]{color:#b69cff}
.solitaire{background:#165f42!important;display:block!important;overflow:auto;padding:14px;user-select:none}.sol-top{display:grid;grid-template-columns:70px 70px 1fr repeat(4,70px);gap:10px;min-width:620px;margin-bottom:22px}.sol-columns{display:grid;grid-template-columns:repeat(7,70px);gap:10px;min-width:620px}.card-slot{width:70px;height:96px;border:2px dashed rgba(255,255,255,.25);border-radius:6px;position:relative}.playing-card{width:70px;height:96px;border-radius:6px;background:#faf7ef;border:1px solid #bbb;color:#171717;padding:6px;font:bold 16px Georgia;position:absolute;left:-2px;top:-2px;box-shadow:0 2px 4px #0005;cursor:pointer}.playing-card.red{color:#d73333}.playing-card.back{background:repeating-linear-gradient(45deg,#315dc8,#315dc8 5px,#24499e 5px,#24499e 10px);border:4px solid white;font-size:0}.playing-card.selected{outline:4px solid #ffd34e;transform:translateY(-4px)}.playing-card small{display:block;font-size:12px}.pile-count{position:absolute;right:5px;bottom:4px;color:white;font:bold 11px 'DM Sans'}.sol-column{min-height:340px;position:relative}.sol-column .playing-card{top:var(--top)}
.blackjack{background:#123f32!important;color:white;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;padding:15px;overflow:auto}.bj-table{width:min(700px,100%);text-align:center}.bj-hand{min-height:118px;display:flex;justify-content:center;gap:8px;margin:7px}.bj-card{position:relative!important;display:inline-block;flex:none;text-align:left}.bj-card.back{position:relative!important}.bj-label{font:10px 'Press Start 2P';margin-top:10px;color:#c8f25a}.bj-hands{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.bj-hand-wrap{padding:5px;border:2px solid transparent}.bj-hand-wrap.active{border-color:#ffd34e;border-radius:8px}.bj-message{min-height:28px;font-weight:700;font-size:16px;margin:5px}.chip-controls{display:flex;gap:7px;justify-content:center;flex-wrap:wrap}.chip{border-radius:50%!important;width:45px;height:45px;padding:0!important}.chip.active{outline:3px solid #ffd34e}
@media(max-width:650px){.mine-pro button{width:25px;height:25px;font-size:9px}.solitaire{zoom:.72}.bj-card,.playing-card{width:58px;height:82px}.bj-hand{min-height:100px}}
