:root{--font-family-mono: "Courier New", Courier, monospace;--size-full-vw: 100vw;--size-full-vh: 100vh;--size-terminal-font: 24px;--size-terminal-line-height: 1.2;--space-0: 0;--space-2: 10px;--space-4: 20px;--color-green-phosphor: #66ff66;--color-screen-background: #051505;--color-black-true: #000000;--shadow-phosphor: 0 0 3px rgba(102, 255, 102, .55);--shadow-vignette: inset 0 0 80px rgba(0, 0, 0, .65);--scanline-dark: rgba(0, 0, 0, .14);--scanline-red: rgba(255, 0, 0, .01);--scanline-green: rgba(0, 255, 0, .005);--scanline-blue: rgba(0, 0, 255, .01);--scanline-grid-rhythm: 7px;--scanline-subpixel-rhythm: 8px;--opacity-visible: 1;--opacity-hidden: 0;--anim-blink: 1s step-end infinite}:root{--theme-page-bg: var(--color-screen-background);--theme-terminal-fg: var(--color-green-phosphor);--theme-terminal-shadow: var(--shadow-phosphor);--theme-vignette-shadow: var(--shadow-vignette);--theme-scanline-dark: var(--scanline-dark);--theme-scanline-red: var(--scanline-red);--theme-scanline-green: var(--scanline-green);--theme-scanline-blue: var(--scanline-blue)}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;background-color:var(--theme-page-bg);display:flex;justify-content:center;align-items:center;font-family:var(--font-family-mono);overflow:hidden}#app{width:100vw;height:100vh}:root{--theme-page-bg: var(--color-screen-background);--theme-terminal-fg: var(--color-green-phosphor)}html,body{min-height:100%;margin:0;background:var(--theme-page-bg)}body{color:var(--theme-terminal-fg)}#app{min-height:100vh}canvas-shell-view{display:block;min-height:100vh}
