*{box-sizing:border-box;margin:0;padding:0}body{background:#1a1a2e;justify-content:center;align-items:center;width:100vw;height:100vh;font-family:"Press Start 2P",monospace;display:flex;overflow:hidden}#game-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}#game-container canvas{image-rendering:pixelated;image-rendering:crisp-edges}#rotate-overlay{z-index:9999;background:#1a1a2e;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.rotate-content{text-align:center;color:#d4a574}.rotate-icon{margin-bottom:24px;font-size:48px;animation:1.5s ease-in-out infinite wiggle}.rotate-content p{font-size:14px;line-height:2}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}@media (pointer:coarse) and (orientation:portrait){#rotate-overlay{display:flex}}
