*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{overflow:hidden;touch-action:none;background:#0a0a0f}#game-wrapper{position:fixed;inset:0}#gameover-form{position:fixed;display:flex;flex-direction:column;z-index:5;pointer-events:auto}#gameover-form.hidden{display:none}#gameover-input{width:100%;flex:0 0 auto;background:#0a0a0f;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#f5f5f7;font-family:system-ui,Arial,sans-serif;outline:none;text-align:center;box-sizing:border-box}#gameover-input:focus{border-color:#f5a6238c}#gameover-btn{width:100%;flex:0 0 auto;background:linear-gradient(to bottom,#f5a623,#c47f10);border:none;border-radius:999px;color:#000;font-family:system-ui,Arial,sans-serif;font-weight:700;cursor:pointer;letter-spacing:.05em;box-sizing:border-box}#gameover-btn:active{filter:brightness(.9)}#game-canvas{display:block;width:100%;height:100%}
