:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans;line-height:1.5;font-weight:400;--first-color: #B5C18E;--second-color: #F7DCB9;--third-color: #DEAC80;--fourth-color: #B99470;--text-color: #fffdfb;--bg: rgb(41, 45, 62);--green: rgb(195, 232, 141);color-scheme:light dark;color:var(---text-color) !;background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{height:100%}body{margin:0;height:100%;min-height:100%}#app{box-sizing:border-box;height:100%;padding:1rem}.terminal-window{background-color:var(--bg);height:100%}.terminal-window:focus{outline:none}.terminal-zone{font-family:Inter,monospace;background-color:var(--bg);overflow:auto;display:flex;flex-direction:column-reverse}.terminal-zone .prompt{color:var(--green)}.terminal-zone #input{color:white !}.terminal-zone #input span.tick{background-color:#959dcb;color:var(--bg)}.terminal-zone td:focus{border:none;outline:none}.terminal-zone .output-line-center-table{display:flex;align-items:center;justify-content:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}
