:root{color-scheme:dark;font:16px ui-monospace,SFMono-Regular,Consolas,monospace;background:#0c1017;color:#d9e2f1}body{margin:0}main{max-width:54rem;margin:8vh auto;padding:2rem}h1{color:#67e8f9;font-size:2rem}section{background:#151b25;border:1px solid #2c394c;border-radius:10px;padding:1.5rem}form{display:grid;gap:1rem;max-width:24rem}label{display:grid;gap:.5rem}input,button{font:inherit;border-radius:5px;border:1px solid #41536d;padding:.65rem;background:#0c1017;color:inherit}button{cursor:pointer;background:#164e63}.bar{display:flex;align-items:center;justify-content:space-between}.workspace{padding:.8rem 0;border-top:1px solid #2c394c}.terminal{margin-left:1.5rem;color:#aab8ca}.running{color:#86efac}#error{color:#fca5a5;min-height:1.2em}