*{box-sizing:border-box}html,body,#root{height:100%;margin:0}.terminal{--bg: #1a1a1a;--fg: #d4d4d4;--user: #2dd4bf;--path: #6cb6ff;--punct: #d4d4d4;--cmd: #d4d4d4;--cmd-ok: #6ac36a;--cmd-bad: #f4736b;--link: #6cb6ff;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);color:var(--fg);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:15px;line-height:1.45;cursor:text}@media(max-width:600px){.terminal{font-size:13px}}.scrollback{height:100%;overflow-y:auto;overscroll-behavior:contain;padding:14px 16px 24px}@media(max-width:600px){.scrollback{padding:10px 10px 20px}}.line{white-space:pre-wrap;overflow-wrap:anywhere;min-height:1.45em}.prompt-user{color:var(--user);font-weight:600}.prompt-path{color:var(--path);font-weight:600}.prompt-punct{color:var(--punct)}.dir{color:var(--path);font-weight:600}.cmd-plain{color:var(--cmd)}.cmd-ok{color:var(--cmd-ok)}.cmd-bad{color:var(--cmd-bad)}a{color:var(--link);text-decoration:underline;text-underline-offset:2px;cursor:pointer}::selection{background:var(--fg);color:var(--bg)}.cursor{animation:blink 1.1s step-end infinite}@keyframes blink{0%,49%{background:var(--fg);color:var(--bg)}50%,to{background:transparent}}@media(prefers-reduced-motion:reduce){.cursor{animation:none;background:var(--fg);color:var(--bg)}}.hidden-input{position:fixed;bottom:0;left:0;width:2px;height:2px;opacity:0;border:0;padding:0;background:transparent;color:transparent}.hidden-input:focus{outline:none}
