:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ece7d8;--mobile-vp-width:100vw;--mobile-vp-height:100vh;--mobile-stage-width:100vw;--mobile-stage-height:100vh;--mobile-center-x:50vw;--mobile-center-y:50vh;background:gray;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden}body{background:gray}button,input{font:inherit}.desk{place-items:stretch stretch;width:100vw;height:100vh;padding:0;display:grid}.crt-shell{width:100vw;height:100vh;display:block}.screen-wrap{background:#020302;width:100vw;min-width:0;height:100vh;position:relative;overflow:hidden}#crtCanvas{width:108%;height:108%;image-rendering:pixelated;image-rendering:crisp-edges;background:#020302;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#crtCanvas.is-antialiased{image-rendering:auto}.glass{pointer-events:none;border-radius:inherit;mix-blend-mode:screen;opacity:.38;background:radial-gradient(at 42% 28%,#ffffff2e,#0000 23%),radial-gradient(#0000 54%,#0000008c 100%);position:absolute;inset:0}.fps-counter{z-index:2147483647;color:#fff;pointer-events:none;font-family:monospace;font-size:20px;line-height:1;position:fixed;top:8px;right:8px}.screen-wrap.is-test-mode{background:#020302;place-items:center;display:grid}.screen-wrap.is-test-mode #crtCanvas,.screen-wrap.is-test-mode .glass{display:none}.test-canvas{width:auto;max-width:100vw;height:min(100vh,100vw);max-height:100vh;image-rendering:pixelated;image-rendering:crisp-edges;background:#020302;display:block}html.is-mobile-terminal,html.is-mobile-terminal body{width:var(--mobile-vp-width);height:var(--mobile-vp-height);overscroll-behavior:none;touch-action:none;-webkit-text-size-adjust:100%;-webkit-user-select:none;user-select:none;background:#020302;position:fixed;inset:0;overflow:hidden}html.is-mobile-terminal body{-webkit-touch-callout:none}html.is-mobile-terminal .desk{top:var(--mobile-center-y);left:var(--mobile-center-x);width:var(--mobile-stage-width);height:var(--mobile-stage-height);transform-origin:50%;position:fixed;transform:translate(-50%,-50%)}html.is-mobile-terminal.is-mobile-portrait .desk{transform:translate(-50%,-50%)rotate(90deg)}html.is-mobile-terminal .crt-shell,html.is-mobile-terminal .screen-wrap{width:100%;height:100%}html.is-mobile-terminal .fps-counter{top:8px;right:8px}
