._riderGame_ezts0_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background-color:var(--bg-secondary);border-radius:8px;padding:16px;position:relative;-webkit-user-select:none;user-select:none}._menu_ezts0_14{text-align:center;max-width:400px}._menu_ezts0_14 h2{font-size:32px;margin-bottom:16px;color:var(--accent-primary)}._menu_ezts0_14 ._description_ezts0_23{margin-bottom:24px;color:var(--text-secondary)}._menu_ezts0_14 ._vehicleSelection_ezts0_27{margin-bottom:24px}._menu_ezts0_14 ._vehicleSelection_ezts0_27 h3{font-size:18px;margin-bottom:12px;color:var(--text-primary)}._menu_ezts0_14 ._vehicleSelection_ezts0_27 ._vehicles_ezts0_35{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}._menu_ezts0_14 ._vehicleSelection_ezts0_27 ._vehicleOption_ezts0_41{display:flex;flex-direction:column;align-items:center;padding:12px 20px;background-color:var(--bg-primary);border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s}._menu_ezts0_14 ._vehicleSelection_ezts0_27 ._vehicleOption_ezts0_41:hover{background-color:var(--bg-hover);border-color:var(--accent-primary)}._menu_ezts0_14 ._vehicleSelection_ezts0_27 ._vehicleOption_ezts0_41._selected_ezts0_56{background-color:var(--accent-primary);border-color:var(--accent-primary);color:var(--bg-primary)}._menu_ezts0_14 ._vehicleSelection_ezts0_27 ._vehicleOption_ezts0_41._selected_ezts0_56 ._vehiclePreview_ezts0_61{filter:brightness(1.2)}._menu_ezts0_14 ._vehicleSelection_ezts0_27 ._vehicleOption_ezts0_41 ._vehiclePreview_ezts0_61{width:100px;height:100px;object-fit:contain;margin-bottom:8px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}._menu_ezts0_14 ._vehicleSelection_ezts0_27 ._vehicleOption_ezts0_41 ._vehicleName_ezts0_71{font-weight:700;font-size:16px;margin-bottom:4px}._menu_ezts0_14 ._vehicleSelection_ezts0_27 ._vehicleOption_ezts0_41 ._vehicleAbility_ezts0_76{font-size:12px;opacity:.8}._menu_ezts0_14 ._controls_ezts0_80{margin-bottom:24px;background-color:var(--bg-primary);padding:16px;border-radius:8px}._menu_ezts0_14 ._controls_ezts0_80 h3{font-size:16px;margin-bottom:8px;color:var(--text-primary)}._menu_ezts0_14 ._controls_ezts0_80 p{font-size:14px;margin:4px 0;color:var(--text-secondary)}._menu_ezts0_14 ._highScore_ezts0_96{font-size:18px;color:var(--accent-secondary);margin-bottom:16px}._menu_ezts0_14 ._startButton_ezts0_101{padding:12px 48px;font-size:20px;font-weight:700;background-color:var(--accent-primary);color:var(--bg-primary);border:none;border-radius:8px;cursor:pointer;transition:transform .1s}._menu_ezts0_14 ._startButton_ezts0_101:hover{transform:scale(1.05)}._menu_ezts0_14 ._startButton_ezts0_101:active{transform:scale(.95)}._gameContainer_ezts0_119{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 4px 8px #0003}._gameContainer_ezts0_119 canvas{display:block;image-rendering:pixelated;image-rendering:crisp-edges}._touchControls_ezts0_131{display:flex;gap:16px;margin-top:16px}._touchControls_ezts0_131 ._controlButton_ezts0_136{width:60px;height:60px;font-size:24px;font-weight:700;background-color:var(--bg-primary);color:var(--text-primary);border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .1s;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}._touchControls_ezts0_131 ._controlButton_ezts0_136:active{background-color:var(--accent-primary);color:var(--bg-primary);transform:scale(.95)}@media (hover: hover){._touchControls_ezts0_131 ._controlButton_ezts0_136:hover{background-color:var(--bg-hover);border-color:var(--accent-primary)}}._gameOver_ezts0_162{text-align:center;animation:_slideIn_ezts0_1 .3s ease-out}._gameOver_ezts0_162 h2{font-size:32px;color:var(--accent-primary);margin-bottom:16px}._gameOver_ezts0_162 ._finalScore_ezts0_171{font-size:24px;margin-bottom:16px;color:var(--text-primary)}._gameOver_ezts0_162 ._newHighScore_ezts0_176{font-size:20px;color:var(--accent-secondary);margin-bottom:24px;animation:_pulse_ezts0_1 1s ease-in-out infinite}._gameOver_ezts0_162 ._gameOverButtons_ezts0_182{display:flex;gap:16px;justify-content:center}._gameOver_ezts0_162 ._gameOverButtons_ezts0_182 button{padding:12px 32px;font-size:18px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:transform .1s}._gameOver_ezts0_162 ._gameOverButtons_ezts0_182 button:hover{transform:scale(1.05)}._gameOver_ezts0_162 ._gameOverButtons_ezts0_182 button:active{transform:scale(.95)}._gameOver_ezts0_162 ._gameOverButtons_ezts0_182 ._playAgainButton_ezts0_202{background-color:var(--accent-primary);color:var(--bg-primary)}._gameOver_ezts0_162 ._gameOverButtons_ezts0_182 ._menuButton_ezts0_206{background-color:var(--bg-primary);color:var(--text-primary);border:2px solid var(--border-color)}._gameOver_ezts0_162 ._gameOverButtons_ezts0_182 ._menuButton_ezts0_206:hover{background-color:var(--bg-hover);border-color:var(--accent-primary)}@keyframes _slideIn_ezts0_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes _pulse_ezts0_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 768px){._riderGame_ezts0_1{padding:8px}._menu_ezts0_14 ._vehicleSelection_ezts0_27 ._vehicles_ezts0_35{flex-direction:column;align-items:stretch}._touchControls_ezts0_131 ._controlButton_ezts0_136{width:80px;height:80px;font-size:28px}}
