.casual-stage{background:#11151b!important;color:white}.coin-game,.guess-game,.wheel-game{min-height:460px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:18px}.pixel-coin{width:145px;height:145px;border-radius:50%;display:grid;place-items:center;background:#ffd34e;border:9px solid #9b6a19;box-shadow:8px 8px 0 #000;font:55px 'Press Start 2P';color:#171717}.pixel-coin.flipping{animation:coin-flip 1.3s steps(12)}@keyframes coin-flip{to{transform:rotateY(1800deg)}}.casual-message{font:12px/1.6 'Press Start 2P';text-align:center;color:#f4f1e8}.casual-buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.casual-buttons button,.guess-game button,.wheel-spin{padding:11px 14px;border:2px solid #aaa;background:#252a31;color:white;font:9px 'Press Start 2P';cursor:pointer}.casual-buttons button.active,.casual-buttons .primary,.guess-game .primary,.wheel-spin{background:#c8f25a;color:#171717;border-color:white}.casual-buttons button:disabled,.wheel-spin:disabled{opacity:.45}.casual-stats{font:9px 'Press Start 2P';color:#9ba2ac}.guess-symbol{font:70px 'Press Start 2P';color:#8b78ff;text-shadow:7px 7px 0 #382e79}.guess-game form{display:flex}.guess-game input{width:150px;padding:13px;background:#0a0c0f;color:white;border:2px solid #777;font:18px 'Press Start 2P';text-align:center}.guess-history{display:flex;gap:6px;max-width:520px;flex-wrap:wrap;justify-content:center}.guess-history span,.wheel-history span{padding:6px 8px;background:#282e36;font:8px 'Press Start 2P'}.guess-history .exact{background:#c8f25a;color:#171717}.wheel-wrap{position:relative;width:min(420px,85vw);aspect-ratio:1}.wheel-wrap canvas{width:100%;height:100%}.wheel-wrap i{position:absolute;left:50%;top:-10px;transform:translateX(-50%);color:white;font-size:35px;font-style:normal;filter:drop-shadow(3px 3px #000)}.wheel-spin{font-size:12px}.wheel-history{display:flex;gap:5px;max-width:500px;overflow:hidden}
