:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#a9a0ff;background:#05040a;font-family:ui-monospace,Consolas,monospace}*{box-sizing:border-box}html,body{background:radial-gradient(circle at 50% 20%,#17113a,#05040a 65%);min-height:100%;margin:0}body{place-items:center;min-height:100vh;display:grid;overflow:hidden}#shell{justify-content:center;align-items:center;gap:12px;width:100vw;display:flex}#game-wrap{border:2px solid #3b2e87;line-height:0;box-shadow:0 0 32px #5b1c7844}#game{width:min(768px,100vw - 24px);height:auto;max-height:calc(100vh - 42px);image-rendering:pixelated;image-rendering:crisp-edges;background:#000}#debug-ppu{width:310px;max-height:calc(100vh - 42px);display:none;overflow:auto}#debug-ppu.on{display:block}footer{color:#665ba8;text-align:center;font-size:11px;position:fixed;bottom:4px}@media (max-width:900px){#debug-ppu{z-index:2;background:#090812ee;position:fixed;top:0;right:0}}
