*{margin:0;padding:0;box-sizing:border-box}html,body{width:100vw;height:100vh;overflow:hidden;background-color:#000;font-family:Arial,sans-serif;position:fixed;top:0;left:0}#app{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background-color:#000;position:fixed;top:0;left:0}#gameCanvas{display:block;max-width:100%;max-height:100%;background-color:#000;image-rendering:pixelated;image-rendering:crisp-edges;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.noscript-message{color:#fff;text-align:center;padding:20px;font-size:18px}body{overscroll-behavior:none}body{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rotate-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;display:none;justify-content:center;align-items:center;z-index:9999}.rotate-overlay.visible{display:flex}.rotate-message{text-align:center;color:#fff;padding:20px}.rotate-icon{font-size:64px;margin-bottom:20px;animation:rotate-pulse 2s ease-in-out infinite}.rotate-message p{font-size:24px;margin:10px 0;font-weight:700}.rotate-subtitle{font-size:16px!important;color:#aaa;font-weight:400!important}@keyframes rotate-pulse{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.1) rotate(10deg);opacity:.8}}
