.mobile-controls{position:fixed;bottom:0;left:0;width:100%;height:180px;display:flex;justify-content:space-between;align-items:flex-end;padding:20px;pointer-events:none;z-index:1000}.left-controls,.right-controls{display:flex;gap:15px;pointer-events:auto}.control-button{width:80px;height:80px;border-radius:50%;border:3px solid #FFF4E6;background:#ff7f7fcc;color:#fff4e6;font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:all .1s ease;box-shadow:0 4px 12px #0000004d}.control-button:active{transform:scale(.9);background:#ff7f7f;box-shadow:0 2px 8px #0006}.jump-button{width:100px;height:100px;font-size:18px;background:#ffd700cc;border-color:#fff4e6}.jump-button:active{background:gold}.control-button::selection{background:transparent}.control-button::-moz-selection{background:transparent}.app{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}#game-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}#game-container canvas{display:block;margin:0 auto}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#ff7f7f,#2d3e50)}button{font-family:inherit}
