.terminal__outer-wrapper{background:var(--base-color);color:#fff}.terminal__intro{text-align:center}.terminal__log{display:block;height:max(20vh,350px);margin-bottom:var(--gap-sm);overflow-y:scroll;width:100%;-ms-overflow-style:none;scrollbar-width:none}.terminal__log::-webkit-scrollbar{display:none}.terminal__log .log-error{color:var(--secondary-color)}.terminal-prompt{color:var(--primary-color);display:flex}.terminal-prompt__ps1{margin-right:var(--gap-sm)}.terminal-prompt__input{border:0;opacity:0;overflow:hidden;padding:0;width:0}.terminal-prompt__cursor{background:var(--green);height:20px;opacity:0;transition:.1s ease;width:8px}.terminal__outer-wrapper.active .terminal-prompt__cursor.visible{opacity:1}