@import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{height:100%;width:100%;font-family:"Inter",sans-serif;background-color:#161616;color:#fff;position:relative}h2{margin-top:30px;padding-left:10%;font-size:20px;position:relative}h2 button{border:none;background-color:#bae11d;color:#000;font-size:16px;padding:0 3px;border-radius:2px;cursor:pointer;position:absolute;bottom:4px;margin-left:8px;font-weight:700}section{position:relative}.info{position:absolute;width:70%;z-index:1;background-color:#080808;padding:10px;right:60%;-webkit-transform:translateX(60%);transform:translateX(60%);border-radius:5px;border:1px solid #bae11d;display:none}.kanban{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:80%;margin:0 auto;background-color:#161616;border:1px solid #bae11d;border-radius:5px}.kanban div{width:100%}.kanban__header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;font-weight:700;background-color:#bae11d;color:#000}.kanban__header div:not(:last-child){border-right:1px solid #000}.col-container{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:10px auto 0 auto;font-size:14px}.col-container:last-child{margin-bottom:10px}.content{text-align:center;padding:5px;color:#000;border-radius:15px}.col .content{background:#bae11d}.col2 .content{background:#e1c21d}.col3 .content{background:#1ddbe1}#next,#pull-request{border:1px solid rgba(100,100,100,0.5019607843);padding:3px 25px;background-color:#bae11d;color:#000;cursor:pointer}.help{width:80%;margin:0 auto}.help button{border:none;padding:3px 25px;background-color:#bae11d;color:#000;cursor:pointer}.help__info{margin-top:10px;line-height:20px;overflow:hidden;max-height:0;-webkit-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}.help__info span{font-family:"Space Mono",monospace;font-size:17px;color:#bae11d}.process-t{margin:0 auto;width:80%}.process-t thead{background:#bae11d;color:#000}.process-t .table-sa{color:#986ee2}.process-t .table-c{color:#4284e4}.process-t .table-gr{color:#1ddbe1}.git-log,.git-status{width:80%;margin:0 auto;font-family:"Space Mono",monospace;line-height:18px;font-size:16px;border:1px solid #bae11d;padding:10px;border-radius:5px}.git-log p,.git-status p{margin-left:20px}.git-log span,.git-status span{color:#bae11d}.git-log div,.git-status div{margin-left:20px;color:#ce3c3c}.git-log .green,.git-status .green{color:#bae11d}.git-log{max-height:200px;overflow-y:scroll}.branches-wrapper{width:80%;margin:0 auto;text-align:center}.work-area{text-align:center;margin-bottom:120px}.work-area iframe{border:1px solid #bae11d;border-radius:5px;display:none;width:80%}.terminal{margin:0 auto;padding:20px 0;text-align:center;position:fixed;bottom:0;background-color:#080808;width:100%}.terminal h2{margin-top:0;text-align:left}.terminal__input{width:80%;outline:none;padding-left:8.5%;height:40px;font-size:16px;font-family:"Space Mono",monospace;background-color:#161616;border:1px solid #bae11d;color:#fff}.terminal__output{width:80%;margin:0 auto;padding:5px 0;text-align:left;font-size:14px;display:none}.terminal-form{position:relative}.terminal-form label{position:absolute;left:10.5%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#bae11d}@media screen and (max-width:950px){.terminal__input{padding-left:9.5%}}@media screen and (max-width:800px){.terminal__input{padding-left:12%}}@media screen and (max-width:680px){h2{padding-left:3%;font-size:16px}.terminal__input{padding-left:16%;width:95%}.git-log,.git-status,.help,.kanban,.process-t{width:95%}.terminal-form label{left:5%}.branches-wrapper{width:95%}.branches-wrapper img{width:100%;-o-object-fit:cover;object-fit:cover}.work-area iframe{width:95%}.content{padding:3px}.col-container{margin:5px auto 0 auto}}@media screen and (max-width:580px){h2{font-size:14px}.terminal__input{padding-left:18%;font-size:14px}.col-container,.process-t{font-size:12px}.help{font-size:14px}.help__info span{font-size:15px}.help button{font-size:12px}.git-log,.git-status{font-size:12px;line-height:15px}.git-log p,.git-status p{margin-left:5px}.info{font-size:14px;line-height:15px;padding:5px}}@media screen and (max-width:460px){h2{font-size:13px}h2 button{font-size:14px;padding:0 2px}.terminal__input{padding-left:22%;font-size:13px}}@media screen and (max-width:400px){.terminal__input{padding-left:25%}}@media screen and (max-width:350px){.terminal__input{padding-left:28%}}