*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;background:#000;overflow:hidden}.game-root{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100vw;height:100vh;background:#000;overflow:hidden;-webkit-user-select:none;user-select:none}.canvas-wrapper{display:block;line-height:0;image-rendering:pixelated;image-rendering:crisp-edges}.game-canvas{display:block;image-rendering:pixelated;image-rendering:crisp-edges;cursor:none;touch-action:none;user-select:none;-webkit-user-select:none}.game-title-label{font-family:"Press Start 2P",monospace;font-size:8px;color:#ffb8ff;text-align:center;padding:6px 0 4px;letter-spacing:1px;white-space:nowrap;flex-shrink:0}.keyboard-hint{color:#555;font-family:"Press Start 2P",monospace;font-size:7px;margin-top:8px;text-align:center;letter-spacing:.5px}.dpad-container{display:flex;justify-content:center;align-items:center;width:100%;padding:12px 0 8px;flex-shrink:0}.dpad{display:flex;flex-direction:column;align-items:center;gap:4px}.dpad-middle{display:flex;flex-direction:row;align-items:center;gap:4px}.dpad-center{width:44px;height:44px;background:#222;border-radius:4px}.dpad-btn{width:44px;height:44px;background:#222;border:2px solid #444;border-radius:8px;color:#ffe000;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:none;transition:background .05s}.dpad-btn:active{background:#444}.rotate-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;background:#000;color:#ffe000;font-family:"Press Start 2P",monospace;text-align:center;gap:16px}.rotate-icon{font-size:64px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}50%{transform:rotate(90deg)}to{transform:rotate(90deg)}}.rotate-text{font-size:14px;color:#ffe000}.rotate-sub{font-size:9px;color:#888}.spam-popup{position:absolute;z-index:100;width:180px;background:silver;border:2px solid #888;box-shadow:3px 3px #444,inset 1px 1px #fff;font-family:"Press Start 2P",monospace;font-size:6px;color:#000;pointer-events:all;animation:spam-appear .15s ease-out}@keyframes spam-appear{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.spam-titlebar{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to right,navy,#1084d0);color:#fff;padding:3px 4px;font-size:5px;-webkit-user-select:none;user-select:none}.spam-close{background:silver;border:1px solid #888;color:#000;font-size:8px;width:14px;height:14px;line-height:1;cursor:pointer;padding:0;font-family:sans-serif;box-shadow:1px 1px #fff inset}.spam-close:active{box-shadow:none}.spam-body{padding:8px 6px 6px;display:flex;flex-direction:column;gap:6px}.spam-body p{margin:0;line-height:1.7;font-size:5px}.spam-buttons{display:flex;gap:4px;justify-content:flex-end}.spam-buttons button{background:silver;border:2px solid;border-color:#fff #888 #888 #fff;font-family:"Press Start 2P",monospace;font-size:5px;padding:3px 5px;cursor:pointer;color:#000}.spam-buttons button:active{border-color:#888 #fff #fff #888}
