:root{--rosewater:#f5e0dc;--flamingo:#f2cdcd;--pink:#f5c2e7;--mauve:#cba6f7;--red:#f38ba8;--maroon:#eba0ac;--peach:#fab387;--yellow:#f9e2af;--green:#a6e3a1;--teal:#94e2d5;--sky:#89dceb;--sapphire:#74c7ec;--blue:#89b4fa;--lavender:#b4befe;--text:#cdd6f4;--subtext1:#bac2de;--subtext0:#a6adc8;--overlay2:#9399b2;--overlay1:#7f849c;--overlay0:#6c7086;--surface2:#585b70;--surface1:#45475a;--surface0:#313244;--base:#1e1e2e;--base50:#1e1e2ecc;--mantle:#181825;--crust:#11111b}@font-face{font-family:FiraCode;src:url(/static/font/FiraCode-VariableFont_wght.c6f98bcd.ttf)}body{color:#fff;background-image:url(/static/image/leaves.daf87e2d.png);background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0;font-family:FiraCode}.content{flex-direction:column;min-height:calc(100vh - 4rem);margin:2rem;display:flex}.display-none{display:none!important}.bold{font-weight:600}::-webkit-scrollbar{width:.7rem}::-webkit-scrollbar-track{box-shadow:#0000}::-webkit-scrollbar-thumb{background-color:var(--overlay0);border-radius:1rem}.color-green{color:var(--green)}.color-mauve{color:var(--mauve)}.color-text{color:var(--text)}.color-teal{color:var(--teal)}.color-red{color:var(--red)}.color-yellow{color:var(--yellow)}.bar{border:2px solid var(--lavender);background-color:var(--base50);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:10px;flex-direction:row;width:calc(100% - 4px);height:calc(3rem - 4px);margin-bottom:2rem;display:flex}.bar .section{flex-direction:row;align-items:center;width:33.3333%;height:100%;display:flex}.bar .section .divider{background-color:var(--surface2);width:1px;height:100%;margin:0}.bar .section .workspace{width:2rem;color:var(--subtext0);cursor:pointer;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;padding:0 .3rem;font-family:monospace;font-size:1rem;font-weight:500;display:flex}.bar .section .workspace.active{color:var(--green)}.bar .section:nth-of-type(2){color:var(--text);justify-content:center}.bar .section:last-of-type{justify-content:right}.bar .section:last-of-type .status{color:var(--text);padding:0 .3rem}.item{color:var(--text);flex-direction:row;justify-content:center;align-items:center;margin:0 .5rem;display:flex}.item .text{margin-left:.4rem}.terminal{border:2px solid var(--green);background-color:var(--base50);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:10px;flex-direction:column;width:calc(100% - 4px - 1rem);height:calc(100vh - 8px - 10rem);padding:.5rem;display:flex;overflow:hidden scroll}.terminal .line{width:100%;height:1.5rem}.prompt .line{font-weight:600}.prompt .command{color:var(--text);font-weight:400}.prompt .text{color:var(--text)}.prompt .time{color:var(--yellow)}.prompt .user{color:var(--mauve)}.prompt .host{color:var(--green)}.prompt .location{color:var(--blue)}.prompt .root{color:var(--red)}.response .line{color:var(--text);font-weight:400}.active-prompt input{width:100%;min-width:0;color:var(--text);background-color:#0000;border:none;height:1rem;font-family:FiraCode;font-size:1rem}.active-prompt form{width:100%;padding-left:.5rem}.active-prompt input:focus{outline:none}.active-prompt .line{display:flex}