:root{--background: #282a36;--foreground: #f8f8f2;--prompt: #bd93f9;--cyan: #8be9fd;--green: #50fa7b;--orange: #ffb86c;--pink: #ff79c6;--purple: #bd93f9;--red: #ff5555;--yellow: #f1fa8c}body{background-color:var(--background);color:var(--foreground);font-family:Fira Code,Courier New,Courier,monospace;font-size:18px;margin:0}#drag-handle{position:absolute;top:50px;left:50px;transform:none}#terminal-window{width:100%;height:100%;border-radius:8px;overflow:hidden;box-shadow:0 0 20px #00000080}#terminal-header{background-color:#3c3c3c;height:40px;display:flex;align-items:center;padding:0 10px;cursor:move}.buttons{display:flex}.btn{width:12px;height:12px;border-radius:50%;margin-right:8px}.red{background-color:#ff5f56}.yellow{background-color:#ffbd2e}.green{background-color:#27c93f}.title{color:#f8f8f2;margin:0 auto}#terminal{background-color:var(--background);height:calc(100% - 40px);padding:10px;position:relative;display:flex;flex-direction:column}#terminal:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(0,0,0,.15),rgba(0,0,0,.15) 1px,transparent 1px,transparent 2px);pointer-events:none}#output{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;overflow-x:hidden;overflow-y:auto}#input-line{display:flex;align-items:center;justify-content:flex-start;position:relative;margin-bottom:10px}#prompt{vertical-align:middle;line-height:1em}#input{background-color:transparent;border:none;color:var(--green);flex-grow:1;outline:none;padding:0;line-height:1em;caret-color:transparent;vertical-align:middle;font-size:1em;text-align:left;white-space:pre-wrap;text-indent:0}.custom-cursor{position:absolute;top:50%;transform:translateY(-50%);height:1em;width:8px;background:var(--foreground);animation:blink 1s steps(1) infinite}@keyframes blink{50%{opacity:0}}#output::-webkit-scrollbar{width:0;height:0}#output{scrollbar-width:none}#terminal::-webkit-scrollbar{width:8px}#terminal::-webkit-scrollbar-track{background:var(--background)}#terminal::-webkit-scrollbar-thumb{background:var(--prompt);border-radius:4px}.keyword{color:var(--green);font-weight:700}.command-output{color:var(--green)}#resize-handle{position:absolute;bottom:0;right:0;width:15px;height:15px;background:transparent;cursor:nwse-resize;z-index:10000}
