.terminal_terminal__Xe6Xg{background-color:var(--bs-dark);color:var(--bs-light);font-family:Consolas,Monaco,Courier New,monospace;border-radius:6px;padding:12px;overflow-y:auto;display:flex;flex-direction:column;width:100%;max-height:100%}[data-bs-theme=light] .terminal_terminal__Xe6Xg{background-color:var(--bs-gray-200);color:var(--bs-gray-900)}[data-bs-theme=dark] .terminal_terminal__Xe6Xg{background-color:var(--bs-dark);color:var(--bs-light)}.terminal_terminalLabel__a4Zqw{font-weight:700;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.2);color:var(--bs-info);font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.terminal_terminalContent__O8DJD{flex:1 1;display:flex;flex-direction:column;height:100%;overflow:hidden}.terminal_terminalHistory__pViZx{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;margin-bottom:8px;max-height:calc(100% - 30px)}.terminal_terminalLine__5qq1G{white-space:pre-wrap;word-break:break-word;line-height:1.5;margin-bottom:4px}.terminal_terminalInput__894_j{color:var(--bs-light)}[data-bs-theme=light] .terminal_terminalInput__894_j{color:var(--bs-gray-900)}.terminal_terminalOutput__Ow7ky{color:var(--bs-secondary-color)}.terminal_inputContainer__ntRhr{position:-webkit-sticky;position:sticky;bottom:0;background-color:var(--bs-dark);padding-top:4px;width:100%;display:flex}[data-bs-theme=light] .terminal_inputContainer__ntRhr{background-color:var(--bs-gray-200)}.terminal_inputForm__0C6_d{display:flex;align-items:center;width:100%}.terminal_prompt__O0SHU{color:var(--bs-secondary-color);margin-right:9px;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.terminal_terminalInputField__IfGxe{background-color:transparent;border:none;color:var(--bs-light);font-family:inherit;font-size:inherit;padding:0;margin:0;flex:1 1;width:100%;outline:none;caret-color:var(--bs-light)}[data-bs-theme=light] .terminal_terminalInputField__IfGxe{color:var(--bs-gray-900);caret-color:var(--bs-gray-900)}.terminal_terminal__Xe6Xg::-webkit-scrollbar{width:8px}.terminal_terminal__Xe6Xg::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:4px}[data-bs-theme=light] .terminal_terminal__Xe6Xg::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}.terminal_terminal__Xe6Xg::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px}[data-bs-theme=light] .terminal_terminal__Xe6Xg::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.terminal_terminal__Xe6Xg::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.4)}[data-bs-theme=light] .terminal_terminal__Xe6Xg::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}@keyframes terminal_blink__GFbUl{0%,to{opacity:1}50%{opacity:0}}.terminal_terminalInputField__IfGxe:after{content:"|";animation:terminal_blink__GFbUl 1s step-end infinite}