html,body,#game{width:100%;height:100%;margin:0;overflow:hidden}body{overscroll-behavior:none;touch-action:none;background:#111827}#game{position:fixed;inset:0}#rotate-prompt{z-index:2000;text-align:center;color:#3a2b1f;background:#9fd36a;flex-direction:column;justify-content:center;align-items:center;gap:18px;padding:24px;font-family:sans-serif;font-weight:700;display:none;position:fixed;inset:0}#rotate-prompt .rotate-emoji{font-size:64px;animation:1.8s ease-in-out infinite rotate-hint}#rotate-prompt .rotate-text{max-width:16em;font-size:24px}@keyframes rotate-hint{0%,to{transform:rotate(-12deg)}50%{transform:rotate(78deg)}}@media (orientation:portrait) and (pointer:coarse){#rotate-prompt{display:flex}}
