.jump-game-container{z-index:50;background-color:#000;justify-content:center;align-items:center;width:100vw;height:100vh;font-family:Arial,sans-serif;display:flex;position:fixed;top:0;left:0;overflow:hidden}.jump-game-board{background-color:#000;border-left:1px solid #333;border-right:1px solid #333;flex-direction:column;width:100%;max-width:450px;height:100%;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000080}.jump-game-canvas{touch-action:none;width:100%;height:100%;display:block}.jump-game-hud{color:#fff;z-index:10;text-shadow:0 2px 4px #00000080;pointer-events:none;justify-content:space-between;font-size:1.25rem;font-weight:900;display:flex;position:absolute;top:20px;left:15px;right:15px}.jump-game-modal-overlay{z-index:20;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.jump-game-modal-backdrop-dark{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto;background-color:#00000080;position:absolute;inset:0}.jump-game-modal-backdrop-red{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto;background-color:#78000066;position:absolute;inset:0}.jump-game-modal{text-align:center;color:#fff;pointer-events:auto;background-color:#1e293bf2;border:2px solid #475569;border-radius:20px;flex-direction:column;align-items:center;width:320px;max-width:90%;padding:24px;display:flex;position:relative;box-shadow:0 25px 50px -12px #00000080}.jump-game-modal.game-over{background-color:#0f172af2;border-color:#ef4444;border-top-width:8px}.jump-game-modal h2{margin-top:0;margin-bottom:8px;font-size:2.25rem;font-weight:900}.jump-game-modal h2.tutorial-title{color:#60a5fa}.jump-game-modal h2.gameover-title{color:#ef4444;text-shadow:0 4px 6px #0000004d;letter-spacing:2px}.jump-game-modal h3{color:#f472b6;margin-top:0;margin-bottom:24px;font-size:1.25rem;font-weight:700}.jump-game-modal-list{box-sizing:border-box;background-color:#0000004d;border-radius:12px;width:100%;margin-bottom:24px;padding:16px}.jump-game-modal-list p{color:#e2e8f0;margin:8px 0;font-size:.9rem}.text-blue{color:#93c5fd}.text-green{color:#4ade80}.text-yellow{color:#facc15}.jump-game-score-box{background-color:#1e293bcc;border:1px solid #334155;border-radius:12px;width:100%;margin-bottom:24px;padding:20px 0;box-shadow:inset 0 2px 4px #0000000f}.jump-game-score-label{color:#94a3b8;letter-spacing:2px;margin:0 0 4px;font-size:.8rem;font-weight:600}.jump-game-score-value{color:#fff;margin:0;font-size:3rem;font-weight:900}.jump-game-divider{background:linear-gradient(90deg,#0000,#64748b,#0000);width:100%;height:1px;margin:16px 0}.jump-game-height-value{color:#93c5fd;margin:0;font-size:1.5rem;font-weight:700}.jump-game-height-unit{font-size:.9rem}.jump-game-btn{color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:16px 0;font-family:inherit;font-size:1.125rem;font-weight:900;transition:all .2s}.jump-game-btn.tutorial-btn{background:linear-gradient(90deg,#3b82f6,#9333ea);box-shadow:0 10px 15px -3px #3b82f64d}.jump-game-btn.gameover-btn{background-color:#dc2626;box-shadow:0 10px 15px -3px #dc26264d}.jump-game-btn:hover{transform:scale(1.02)}.jump-game-btn:active{transform:scale(.95)}
