@import"https://fonts.googleapis.com/css2?family=VT323&display=swap";:root{--term-bg: #0c0c0c;--term-fg: #cccccc;--term-green: #33ff33;--term-font: "VT323", "Courier New", Courier, monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--term-bg);color:var(--term-fg);font-family:var(--term-font);font-size:18px;line-height:1.5}.screen{min-height:100vh;padding:24px;max-width:720px;cursor:text}.boot-line{color:var(--term-fg);margin-bottom:2px}.boot-line.highlight{color:var(--term-green)}.divider{border:none;border-top:1px solid #333;margin:12px 0}.prompt-line{display:flex;margin-top:4px}.prompt{color:var(--term-fg);white-space:pre}.line{color:var(--term-fg);margin:0;white-space:pre-wrap;word-break:break-word}.line.highlight{color:var(--term-green)}.line.error{color:#f55}.line.link a{color:var(--term-green);text-decoration:underline}.line.link a:hover{color:#6f6}.terminal-input{flex:1;background:transparent;border:none;outline:none;color:var(--term-fg);font-family:var(--term-font);font-size:18px;line-height:1.5;padding:0;margin:0;caret-shape:block;caret-color:var(--term-fg);min-height:27px;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.terminal-input:focus{outline:none}
