*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#07111f}body{font-family:Georgia,serif;display:grid;place-items:center}#game{position:relative;width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(ellipse at center,#14283c,#050c16)}canvas{display:block;max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;touch-action:none;outline:none}#videoad{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000}#videoad:empty{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){canvas{scroll-behavior:auto}}
