body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#eee;font-family:Mulish,sans-serif;margin:0}.command{-webkit-appearance:none;background:rgb(var(--colorBase),var(--colorBase),var(--colorBase));border-left:4px solid #444;caret-color:rgb(var(--maxNormal),var(--maxNormal),var(--maxNormal));color:rgb(var(--maxNormal),var(--maxNormal),var(--maxNormal));font-family:Inconsolata,monospace;font-weight:700;padding:5px;text-align:left;white-space:nowrap}.command span{display:inline-block;min-width:1px}.command span:empty{min-width:1px}.command:focus{outline:0}.command .bad{color:#969696}.command .free{color:#c2c2c2}.command .cmd{color:#248124}.command .phrase,.command .word{color:#aaaa2a}.command .part{display:inline-block}.command .part:after{color:#4b4b4b;content:attr(data-desc);display:inline-block}.command .free:after{color:#616161}.command .cmd:after{color:#124112}.command .phrase:after,.command .word:after{color:#555516}.command__options{bottom:38px;position:fixed}.command__options span{background:#444;display:inline-block;margin-left:3px;padding:5px}.command .maskedChar{color:transparent;position:relative}.command .maskedChar:after{color:#fff;content:"•";left:0;position:absolute;top:0;z-index:999}.console{background:rgb(var(--colorBase),var(--colorBase),var(--colorBase))}.console,.console code{color:rgb(var(--maxNormal),var(--maxNormal),var(--maxNormal));font-family:var(--fontFamily),monospace;font-size:var(--fontSize);letter-spacing:var(--letterSpacing);line-height:var(--lineHeight);position:relative;text-align:left}.console code{display:block;font-weight:400;text-align:left;white-space:pre-wrap;z-index:2}.console .block,.console code.echo{-webkit-animation:fadeIn 1s;animation:fadeIn 1s;border-left:4px solid #222;padding-left:6px}.console code.echo{color:#666}.console code.error{background:#322!important;display:inline;padding:6px 10px}.console div:last-child code{padding-bottom:4px}@-webkit-keyframes fadeIn{0%{border-left-color:#444}to{border-left-color:#222}}@keyframes fadeIn{0%{border-left-color:#444}to{border-left-color:#222}}.ansi-black-fg{color:rgb(var(--blackBase),var(--blackBase),var(--blackBase))}.ansi-red-fg{color:rgb(var(--maxNormal),var(--minNormal),var(--minNormal))}.ansi-green-fg{color:rgb(var(--minNormal),var(--maxNormal),var(--minNormal))}.ansi-yellow-fg{color:rgb(var(--maxNormal),var(--maxNormal),var(--minNormal))}.ansi-blue-fg{color:rgb(var(--minNormal),var(--minNormal),var(--maxNormal))}.ansi-magenta-fg{color:rgb(var(--maxNormal),var(--minNormal),var(--maxNormal))}.ansi-cyan-fg{color:rgb(var(--minNormal),var(--maxNormal),var(--maxNormal))}.ansi-white-fg{color:rgb(var(--maxNormal),var(--maxNormal),var(--maxNormal))}.ansi-red-fg.ansi-bold{color:rgb(var(--maxBright),var(--minBright),var(--minBright))}.ansi-green-fg.ansi-bold{color:rgb(var(--minBright),var(--maxBright),var(--minBright))}.ansi-yellow-fg.ansi-bold{color:rgb(var(--maxBright),var(--maxBright),var(--minBright))}.ansi-blue-fg.ansi-bold{color:rgb(var(--minBright),var(--minBright),var(--maxBright))}.ansi-magenta-fg.ansi-bold{color:rgb(var(--maxBright),var(--minBright),var(--maxBright))}.ansi-cyan-fg.ansi-bold{color:rgb(var(--minBright),var(--maxBright),var(--maxBright))}.ansi-white-fg.ansi-bold{color:rgb(var(--maxBright),var(--maxBright),var(--maxBright))}.ansi-black-bg{background-color:rgb(var(--blackBase),var(--blackBase),var(--blackBase))}.ansi-red-bg{background-color:rgb(var(--maxDim),var(--minDim),var(--minDim))}.ansi-green-bg{background-color:rgb(var(--minDim),var(--maxDim),var(--minDim))}.ansi-yellow-bg{background-color:rgb(var(--maxDim),var(--maxDim),var(--minDim))}.ansi-blue-bg{background-color:rgb(var(--minDim),var(--minDim),var(--maxDim))}.ansi-magenta-bg{background-color:rgb(var(--maxDim),var(--minDim),var(--maxDim))}.ansi-cyan-bg{background-color:rgb(var(--minDim),var(--maxDim),var(--maxDim))}.ansi-white-bg{background-color:rgb(var(--maxDim),var(--maxDim),var(--maxDim))}.ansi-black-bg.ansi-bold{background-color:rgb(var(--blackBright),var(--blackBright),var(--blackBright))}.ansi-red-bg.ansi-bold{background-color:rgb(var(--maxNormal),var(--minNormal),var(--minNormal))}.ansi-green-bg.ansi-bold{background-color:rgb(var(--minNormal),var(--maxNormal),var(--minNormal))}.ansi-yellow-bg.ansi-bold{background-color:rgb(var(--maxNormal),var(--maxNormal),var(--minNormal))}.ansi-blue-bg.ansi-bold{background-color:rgb(var(--minNormal),var(--minNormal),var(--maxNormal))}.ansi-magenta-bg.ansi-bold{background-color:rgb(var(--maxNormal),var(--minNormal),var(--maxNormal))}.ansi-cyan-bg.ansi-bold{background-color:rgb(var(--minNormal),var(--maxNormal),var(--maxNormal))}.ansi-white-bg.ansi-bold{background-color:rgb(var(--maxNormal),var(--maxNormal),var(--maxNormal))}.ansi-bold{font-weight:700}.ansi-underline{text-decoration:underline}.ansi-blink{-webkit-animation:blinker .5s cubic-bezier(1,0,0,1) infinite alternate;animation:blinker .5s cubic-bezier(1,0,0,1) infinite alternate}@-webkit-keyframes blinker{to{opacity:0}}@keyframes blinker{to{opacity:0}}.scrollToBottom{bottom:40px;position:fixed;right:20px;z-index:1000}.scrollToBottom .desktop{display:block;text-shadow:0 0 3px #ff0}.scrollToBottom .mobile{display:none}.scrollToBottom .mobile button{background:#aaa;background:#bbb;border:1px solid #ddd;border-radius:4px;color:#000;display:block;font-weight:700;padding:10px;text-decoration:none}@media only screen and (max-width:600px){.scrollToBottom .desktop{display:none}.scrollToBottom .mobile{display:block}}:root{--fontFamily:"Roboto Mono";--fontSize:16px;--letterSpacing:0;--lineHeight:100}html{background:rgb(var(--colorBase),var(--colorBase),var(--colorBase))}.loadingCover{background:rgba(0,0,0,.8);bottom:0;left:0;position:fixed;right:0;top:0;z-index:99999}.loadingCover .sk-chase{left:50%;margin-left:-30px;margin-top:-30px;position:fixed;top:50%}.app{color:#fff;font-size:14px;text-align:center}.settingsBtn{position:relative}.settingsBtn button{background:rgb(var(--colorBase),var(--colorBase),var(--colorBase));border:none;color:#888;display:block;height:30px;left:0;line-height:30px;margin:0;padding:0;position:absolute;text-align:center;top:0;width:30px}.settingsBtn button:hover{color:#aaa}.app{border-collapse:collapse;display:table;height:100vh;overflow:hidden;padding:0;width:100%}.topSide{display:table-row;height:100%;padding:0}.topSide .leftSide{-ms-overflow-style:none;overflow-y:scroll;scrollbar-width:none}.topSide .leftSide::-webkit-scrollbar{display:none}.bottomSide{display:table-row;overflow:hidden;padding:0}.leftAndRightSide{border-collapse:collapse;display:table;height:100%;padding:0;width:100%}.leftSide{overflow:hidden;width:100%}.leftSide,.rightSide{display:table-cell;padding:0;position:relative}.console{display:block;height:100%;left:0;padding:10px;position:absolute;top:0;width:100%}.command{box-sizing:border-box;overflow:hidden;width:100%}.command,.settingsBtn{float:left;height:30px}.settingsBtn{width:30px}.sk-chase{-webkit-animation:sk-chase 2.5s linear infinite both;animation:sk-chase 2.5s linear infinite both;height:60px;position:relative;width:60px}.sk-chase-dot{-webkit-animation:sk-chase-dot 2s ease-in-out infinite both;animation:sk-chase-dot 2s ease-in-out infinite both;height:100%;left:0;position:absolute;top:0;width:100%}.sk-chase-dot:before{-webkit-animation:sk-chase-dot-before 2s ease-in-out infinite both;animation:sk-chase-dot-before 2s ease-in-out infinite both;background-color:#888;border-radius:100%;content:"";display:block;height:25%;width:25%}.sk-chase-dot:first-child{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-chase-dot:nth-child(2){-webkit-animation-delay:-1s;animation-delay:-1s}.sk-chase-dot:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-chase-dot:nth-child(4){-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-chase-dot:nth-child(5){-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-chase-dot:nth-child(6){-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-chase-dot:first-child:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-chase-dot:nth-child(3):before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{-webkit-animation-delay:-.6s;animation-delay:-.6s}@-webkit-keyframes sk-chase{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes sk-chase{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes sk-chase-dot{80%,to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes sk-chase-dot{80%,to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes sk-chase-dot-before{50%{-webkit-transform:scale(.4);transform:scale(.4)}0%,to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chase-dot-before{50%{-webkit-transform:scale(.4);transform:scale(.4)}0%,to{-webkit-transform:scale(1);transform:scale(1)}}
/*# sourceMappingURL=main.08e0d059.css.map*/