:root{--bg:#0c0c0c;--fg:#c6c6c6;--amber:#e6b91e;--gold:#ffd866;--cyan:#78dce8;--red:#d47766;--green:#87d96c;--grey:#585858;--dim:#6c6c6c;--font:"JetBrains Mono", "Fira Code", "Cascadia Code", "IBM Plex Mono", "Consolas", monospace;--font-size:13px;--line-height:1.25;--cursor-color:var(--amber);--selection-bg:#e6b91e40}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);width:100%;height:100%;color:var(--fg);font-family:var(--font);font-size:var(--font-size);line-height:var(--line-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#terminal{scrollbar-width:none;cursor:text;white-space:pre-wrap;word-wrap:break-word;width:100%;height:100%;padding:8px 14px;overflow:hidden auto}#terminal::-webkit-scrollbar{display:none}#terminal::selection{background:var(--selection-bg)}.cursor{background:var(--cursor-color);color:var(--bg);animation:1.1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}
