:root { color-scheme: dark; background: #10151d; color: #dce5ef; }
* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; }
#terminal { width: 100%; height: 100dvh; padding: 8px; overflow: hidden; }
/* Ghostty draws its own cursor; hide the native contenteditable/input caret. */
#terminal, #terminal textarea { caret-color: transparent; }
