:root{--bg-image:teal;--base-color:#b5c1c0}body{background-color:var(--bg-image);margin:0;padding:0}.wrapper{justify-content:center;align-items:center;height:100vh;display:flex}.terminal{box-sizing:border-box;color:#fff;background:#00000073;border-radius:20px;flex-direction:column;width:1200px;height:800px;font-family:monospace;font-size:1rem;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000059,inset 0 1px #ffffff0d}a{color:#fff;text-decoration:none}.terminal__header{-webkit-user-select:none;user-select:none;background:#00000040;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.terminal__header-user{color:#aaa}.terminal__header-buttons{color:#aaa;letter-spacing:5px}.terminal__body{scrollbar-width:thin;flex:1;min-height:0;padding:14px;overflow-y:auto}.terminal__body::-webkit-scrollbar{width:6px}.terminal__body::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.terminal__welcome{color:#aaa;margin-bottom:18px;line-height:1.6}.terminal__highlight{color:#03d303}.terminal__entry{margin-bottom:12px}.terminal__line{gap:10px;line-height:1.5;display:flex}.terminal__prompt{color:#03d303;white-space:nowrap;flex-shrink:0}.terminal__output{color:#ddd;margin-top:4px;line-height:1.5}.terminal__footer{border-top:1px solid #ffffff0d;align-items:center;gap:10px;padding:10px 14px;display:flex}.terminal__footer input{color:#fff;min-width:0;font:inherit;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:monospace}.terminal__footer input::selection{background:#03d3034d}
