*{margin:0;padding:0;box-sizing:border-box}html,body{background:#0a0a0a;color:#fff;font-family:"Press Start 2P",monospace;overflow:hidden;width:100%;height:100%;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;overscroll-behavior:none;touch-action:none}#root{width:100vw;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center}canvas{image-rendering:pixelated;image-rendering:crisp-edges}@media(pointer:coarse){canvas{width:auto!important;height:auto!important;max-width:100vw;max-height:100dvh}}.rotate-overlay{display:none}@media(pointer:coarse)and (orientation:portrait)and (max-width:700px){.rotate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0a0a0a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center;font-size:12px;line-height:2;color:gold;padding:24px}.rotate-overlay .phone{width:36px;height:64px;border:3px solid #fff;border-radius:8px;animation:rotate-hint 1.6s ease-in-out infinite}@keyframes rotate-hint{0%,30%{transform:rotate(0)}60%,to{transform:rotate(90deg)}}}
