:root{color:#fff3c4;background:#030306;font-family:"Press Start 2P",Courier New,monospace}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at center,#1b4dff24,#030306db 46%,#000),#030306}#app{min-height:100vh;display:grid;place-items:center}#game{position:relative;width:min(100vw,1120px);height:min(100vh,1200px);overflow:hidden;background:#070712;box-shadow:0 0 0 6px #11111f,0 0 36px #1b4dff57,inset 0 0 42px #000000d9}#game:before,#game:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}#game:before{background:repeating-linear-gradient(to bottom,#ffffff0d 0,#ffffff0d 1px,#00000014 2px,#00000014 4px);mix-blend-mode:screen}#game:after{background:radial-gradient(circle at center,transparent 54%,rgba(0,0,0,.56) 100%)}canvas{display:block;max-width:100%;max-height:100vh;image-rendering:pixelated;box-shadow:inset 0 0 24px #ffd84a1f}
