@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Pixelify+Sans:wght@400;500;600;700&family=Press+Start+2P&display=swap";:root{font-family:"Press Start 2P",sans-serif}*{box-sizing:border-box;margin:0;padding:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}html,body{height:100%}body{display:flex;width:100%;height:100%}.canvas{top:0;left:0;position:fixed;width:100%;height:100%;image-rendering:crisp-edges;image-rendering:pixelated}.developer-mode-wrapper{display:none;position:absolute;z-index:999;left:300px;top:300px;flex-direction:column;gap:4px;padding:8px;border:1px solid blueviolet;background-color:#892be255}.developer-mode-container{display:none;flex-direction:column;gap:4px}.dev-button{outline:none;border:none;cursor:pointer;font-size:14px;padding:4px 8px;width:250px}.full-screen{position:absolute;top:20px;right:20px}.left-controller,.right-controller{position:absolute;display:grid;bottom:20px;grid-template-columns:1fr 1fr 1fr;gap:10px}.left-controller{left:20px}.right-controller{right:20px}.button-controller{display:flex;align-items:center;justify-content:center;text-align:center;background-color:#00f;width:40px;height:40px}@media only screen and (min-width: 1000px){.left-controller,.right-controller{display:none}}
