:root{font-family:Verdana,Arial,sans-serif;color:#f8fbff;background:#13101f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#game-shell{width:100%;height:100%;margin:0}body{min-width:320px;min-height:100vh;overflow:hidden;background:repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 18px),linear-gradient(135deg,#13101f,#1f1b2e 46%,#142b38)}#game-shell{display:grid;place-items:center;padding:16px}#game-frame{width:min(calc((100vh - 32px)*.5625),calc(100vw - 32px),506px);height:min(calc(100vh - 32px),calc((100vw - 32px)*1.7778),900px);display:grid;place-items:center;min-width:0;min-height:0;overflow:hidden}#game{width:100%;height:100%;display:grid;place-items:center;min-width:0;min-height:0;overflow:hidden}canvas{display:block;width:100%!important;max-width:100%;height:100%!important;max-height:100%;margin:0!important;aspect-ratio:9 / 16;image-rendering:pixelated;image-rendering:crisp-edges;border:4px solid #05040a;outline:2px solid #ffc928;box-shadow:0 22px 70px #0000006b}html[data-game-cursor=hidden],html[data-game-cursor=hidden] body,html[data-game-cursor=hidden] #game-shell,html[data-game-cursor=hidden] #game-frame,html[data-game-cursor=hidden] #game,html[data-game-cursor=hidden] canvas{cursor:none!important}
