:root{--bg: #0a0710}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:var(--bg);overflow:hidden;touch-action:none;overscroll-behavior:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#app{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}#game{max-width:100%;max-height:100%;aspect-ratio:16 / 9;background:#000;touch-action:none;outline:none}body.gp-pseudo-fs #app{width:100vw;height:100dvh}#rotate{display:none;pointer-events:none;position:fixed;inset:0;z-index:50;background:#0a0710;color:#ffd24a;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:28px;font-family:system-ui,-apple-system,sans-serif}#rotate .icon{font-size:64px;animation:spin 2.4s ease-in-out infinite}#rotate .big{font-size:22px;font-weight:700}#rotate .small{font-size:15px;color:#cdbfa6}@keyframes spin{0%,to{transform:rotate(-12deg)}50%{transform:rotate(78deg)}}@media(orientation:portrait)and (pointer:coarse){#rotate{display:flex}}
