
body{margin:0;background:#090d12;color:#eaf3ed;font-family:-apple-system,BlinkMacSystemFont,sans-serif}
header,.controls,.input{padding:10px 12px;display:flex;gap:10px;align-items:center;justify-content:space-between;border-bottom:1px solid #2e3b49}
.controls{display:block;background:#121923}.row{display:flex;gap:8px;align-items:center;margin-top:8px}
button,input{background:#1d2b39;color:#fff;border:1px solid #405366;border-radius:9px;padding:8px}
button:disabled{opacity:.45}.note,#diskInfo,#status{font-size:12px;color:#a7b4c0}
#term{margin:0;min-height:480px;max-height:65vh;overflow:auto;padding:12px;background:#020403;color:#69ef91;white-space:pre-wrap;font:13px ui-monospace,Menlo,monospace}
.input{justify-content:flex-start}.input input{flex:1}