*{margin:0;padding:0;box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button:focus{outline:2px solid #00ff00;outline-offset:2px}input:focus{outline:none}.btn{cursor:pointer;transition:all .2s ease}.btn:hover{opacity:.8}.btn:focus{outline:2px solid #00ff00;outline-offset:2px}html,body{height:100%;overflow:hidden;background:#0a0a0a}body{font-family:Courier New,Monaco,Menlo,Consolas,monospace;color:#0f0;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.terminal-container{width:100vw;height:100vh;background:#000;border:1px solid #333;border-radius:8px;overflow:hidden;box-shadow:0 0 20px #00ff001a}.terminal-header{background:#1a1a1a;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #333}.terminal-buttons{display:flex;gap:8px}.btn{width:12px;height:12px;border-radius:50%;cursor:pointer}.btn-close{background:#ff5f56}.btn-minimize{background:#ffbd2e}.btn-maximize{background:#27ca3f}.terminal-title{color:#888;font-size:12px;font-weight:700}.terminal-body{height:calc(100vh - 40px);padding:16px;overflow-y:auto;background:#000}.terminal-output{margin-bottom:16px;line-height:1.4}.welcome-message{color:#0f0;margin-bottom:20px}.welcome-message pre{font-family:inherit;white-space:pre-wrap;word-wrap:break-word}.terminal-input-line{display:flex;align-items:center;margin-bottom:8px}.prompt{color:#0f0;margin-right:8px;font-weight:700}.command-input{background:transparent;border:none;outline:none;color:#0f0;font-family:inherit;font-size:inherit;flex:1;caret-color:#0f0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;padding:0;margin:0}.command-input:focus{outline:none;border:none;box-shadow:none}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.command-line{margin-bottom:8px}.command-line .prompt{color:#0f0;margin-right:8px;font-weight:700}.command-line .command{color:#fff}.output{color:#ccc;margin-left:20px;margin-bottom:16px;white-space:pre-wrap;line-height:1.4}.output a{color:#0af;text-decoration:none}.output a:hover{text-decoration:underline}.output .error{color:#f44}.output .success{color:#4f4}.output .info{color:#48f}.output .warning{color:#fa4}.terminal-body::-webkit-scrollbar{width:8px}.terminal-body::-webkit-scrollbar-track{background:#1a1a1a}.terminal-body::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.terminal-body::-webkit-scrollbar-thumb:hover{background:#555}::selection{background:#0f03}::-moz-selection{background:#0f03}.typing{overflow:hidden;border-right:2px solid #00ff00;white-space:nowrap;animation:typing 2s steps(40,end),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#0f0}}
