:root{--bg:#0a0e0a;--fg:#3f3}body{background:var(--bg);color:var(--fg);margin:0;font-family:VT323,monospace;font-size:20px}#loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100vw;height:100vh;display:flex}#loading-bar-outer{border:2px solid var(--fg);width:300px;height:20px}#loading-bar-inner{background:var(--fg);width:0%;height:100%;animation:2s linear forwards fillBar}@keyframes fillBar{0%{width:0%}to{width:100%}}#screen{box-sizing:border-box;width:100vw;height:100vh;padding:20px 30px;display:none;overflow-y:auto}#output div{margin:2px 0}#prompt-line{align-items:center;gap:8px;display:none}#cmd{color:var(--fg);caret-color:var(--fg);font-family:inherit;font-size:inherit;background:0 0;border:none;outline:none;flex:1}
