:root{--bg:#0d0d0e;--fg:#e6e6e6;--muted:#6b6b6b;--accent:#7ee787;--err:#f0786f;color-scheme:dark}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0d0d0e;background:var(--bg);color:#e6e6e6;color:var(--fg);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Cascadia Code,JetBrains Mono,Roboto Mono,Courier New,monospace;font-size:15px;line-height:1.7;margin:0}a{color:#7ee787;color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.App{box-sizing:border-box;cursor:text;margin:0 auto;max-width:880px;min-height:100vh;padding:7vh clamp(20px,4vw,40px)}.prompt{color:var(--accent)}.muted{color:var(--muted)}.kbd{color:var(--fg);font-weight:600}.err{color:var(--err)}.line,.output{white-space:pre-wrap;word-break:break-word}.output{margin-bottom:2px}.block>div{padding:1px 0}.ls{padding:2px 0}.proj{grid-gap:0 1.5ch;align-items:baseline;color:var(--fg);display:grid;gap:0 1.5ch;grid-template-columns:3ch minmax(6ch,-webkit-max-content) 1fr auto;grid-template-columns:3ch minmax(6ch,max-content) 1fr auto;padding:1px 0;text-decoration:none}.arrow,.idx{color:var(--muted)}.pname{color:var(--accent)}.proj:hover .pname{text-decoration:underline}.pdesc{min-width:0}.help{padding:2px 0}.help-row{grid-gap:0 1ch;display:grid;gap:0 1ch;grid-template-columns:16ch 1fr}.cmd{color:var(--accent)}.input-line{position:relative}.cursor,.typed{white-space:pre}.cursor{animation:blink 1.1s steps(1) infinite;background:var(--accent);color:var(--bg)}@keyframes blink{50%{background:#0000;color:var(--fg)}}.ghost-input{background:#0000;border:0;caret-color:#0000;color:#0000;font:inherit;height:100%;inset:0;margin:0;outline:none;padding:0;position:absolute;width:100%}@media (max-width:600px){.App{padding:5vh 20px}.proj{grid-template-columns:3ch 1fr auto}.proj .idx{grid-column:1;grid-row:1}.proj .pname{grid-column:2;grid-row:1}.proj .arrow{grid-column:3;grid-row:1}.proj .pdesc{grid-column:2/-1;grid-row:2}.help-row{grid-template-columns:14ch 1fr}}
/*# sourceMappingURL=main.60863b2c.css.map*/