*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Courier New,Courier,monospace;background-color:#000;color:#0f0}.terminal-container{min-height:100vh;background-color:#000;color:#0f0;font-family:Courier New,Courier,monospace;padding:1rem}.terminal-wrapper{max-width:1200px;margin:0 auto}.terminal-screen{background-color:#000;border:2px solid #00ff00;border-radius:8px;box-shadow:0 0 30px #0f03;padding:1.5rem;height:85vh;overflow-y:auto;cursor:text;outline:none}.terminal-screen::-webkit-scrollbar{width:10px}.terminal-screen::-webkit-scrollbar-track{background:#000;border-left:1px solid #00ff00}.terminal-screen::-webkit-scrollbar-thumb{background:#0f0;border-radius:5px}.terminal-screen::-webkit-scrollbar-thumb:hover{background:#0c0}.terminal-line{margin-bottom:.5rem}.terminal-input-line,.terminal-input-container{display:flex;align-items:center}.terminal-prompt{color:#0f0;margin-right:.5rem;font-weight:700;white-space:nowrap}.terminal-input-text{color:#0f0}.terminal-input-mirror{white-space:pre;font-family:Courier New,Courier,monospace;font-size:1rem;color:#0f0}.terminal-output{color:#0f0;white-space:pre-wrap;font-family:Courier New,Courier,monospace;font-size:.875rem;margin:0}.terminal-error{color:red;white-space:pre-wrap;font-family:Courier New,Courier,monospace;font-size:.875rem;margin:0}.terminal-cursor{animation:blink 1s infinite;color:#0f0;margin-left:2px}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.terminal-footer{margin-top:1rem;text-align:center;color:#0a0;font-size:.875rem}.terminal-hint{margin-top:.5rem;font-size:.75rem;color:#080}@media(max-width:768px){.terminal-container{padding:.5rem}.terminal-screen{padding:1rem;font-size:.875rem}.terminal-output,.terminal-error{font-size:.75rem}}body{margin:0;font-family:Courier New,Courier,monospace;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000}code{font-family:Courier New,Courier,monospace}
