:root{--bg0-hard: #1d2021;--bg0: #282828;--bg1: #3c3836;--bg2: #504945;--bg3: #665c54;--bg4: #7c6f64;--fg0: #fbf1c7;--fg1: #ebdbb2;--fg2: #d5c4a1;--fg3: #bdae93;--fg4: #a89984;--red: #fb4934;--green: #b8bb26;--yellow: #fabd2f;--blue: #83a598;--purple: #d3869b;--aqua: #8ec07c;--orange: #fe8019;--gray: #928374;--color-bg: var(--bg0-hard);--color-text: var(--fg1);--color-input-bg: var(--bg0)}@media (prefers-color-scheme: light){:root{--bg0-hard: #f9f5d7;--bg0: #fbf1c7;--bg1: #ebdbb2;--bg2: #d5c4a1;--bg3: #bdae93;--bg4: #a89984;--fg0: #282828;--fg1: #3c3836;--fg2: #504945;--fg3: #665c54;--fg4: #7c6f64;--red: #cc241d;--green: #79740e;--yellow: #b57614;--blue: #076678;--purple: #8f3f71;--aqua: #427b58;--orange: #af3a03}}html,body{background:var(--color-bg);color:var(--color-text);font:16px/1.6 JetBrains Mono,ui-monospace,Menlo,Consolas,monospace;font-feature-settings:"calt" 1,"liga" 1;-webkit-font-smoothing:antialiased;margin:0;padding:0 8px env(safe-area-inset-bottom) 8px;overscroll-behavior:none}body:after{display:block;content:" ";height:42px}pre{margin-bottom:16px;white-space:pre-wrap;word-break:break-word}pre.Console-Answer{border-left:1px solid var(--bg2);padding-left:10px}pre a{color:var(--blue);text-decoration:none;border-bottom:1px dashed var(--bg3)}pre a:hover{color:var(--orange);border-bottom-color:var(--orange)}.Console-Input{display:flex;position:fixed;bottom:0;left:0;box-sizing:border-box;width:100%;padding:0 8px env(safe-area-inset-bottom);align-items:baseline;background:var(--color-bg);font:inherit}.Console-Input *{font:inherit}.Console-Input #prompt{margin-right:8px;white-space:nowrap;flex-shrink:0}.Console-Input input{width:100%;padding:8px 8px 8px 0;background:inherit;color:var(--fg0);caret-color:var(--fg0);outline:none;border:0}.Console-Input input::selection{background:var(--bg3)}.prompt-line .user{color:var(--green);font-weight:700}.prompt-line .host{color:var(--blue)}.prompt-line .path{color:var(--yellow)}.prompt-line .arrow{color:var(--purple)}.prompt-line .sep{color:var(--fg4)}.Console-Cmd{color:var(--fg0)}.Console-Cmd:before{content:attr(data-pwd) " ❯ ";color:var(--fg4)}html[data-boot=pending] pre.Console-Answer{opacity:0;transition:opacity .18s ease-out}html[data-boot=pending] pre.Console-Answer.revealed{opacity:1}@media (max-width: 480px){.Console-Input input{font-size:16px}}
