@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;700&display=swap";.terminal-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;box-sizing:border-box;border-radius:20px;box-shadow:0 0 40px #0f0,0 0 10px #0f0 inset;background:#142814f2;border:4px solid #0f0;position:relative;overflow:hidden}.terminal{position:relative;z-index:2;border:2px solid var(--green);padding:1.5rem;background:#000;width:100%;max-width:1200px;height:70vh;min-height:500px;display:flex;flex-direction:column;box-sizing:border-box}.output{flex:1;overflow-y:auto;overflow-x:hidden;color:var(--green);margin-bottom:1rem;white-space:pre-wrap;word-wrap:break-word;line-height:1.6}.output-line{margin-bottom:.5rem}.output::-webkit-scrollbar{width:8px}.output::-webkit-scrollbar-track{background:#00ff001a}.output::-webkit-scrollbar-thumb{background:var(--green-dim);border-radius:4px}.output::-webkit-scrollbar-thumb:hover{background:var(--green)}.user-input-line{color:var(--green-dim);font-weight:400}.prompt-line{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.prompt-symbol{color:var(--green);white-space:nowrap;flex-shrink:0}.prompt-input{flex:1;background:transparent;border:none;color:var(--green);outline:none;font-family:inherit;font-size:inherit;caret-color:var(--green)}@media (min-width: 1400px){.terminal{max-width:1400px;height:75vh}}@media (max-width: 1023px){.terminal-wrapper{padding:1.5rem}.terminal{height:65vh;min-height:450px;padding:1.25rem}.prompt-symbol{font-size:.9rem}}@media (max-width: 767px){.terminal-wrapper{padding:1rem;border-radius:12px;border:3px solid #0f0}.terminal{height:60vh;min-height:400px;padding:1rem;border:1px solid var(--green)}.output{font-size:.9rem;line-height:1.5}.prompt-line{font-size:.9rem}.prompt-symbol{font-size:.85rem}}@media (max-width: 639px){.terminal-wrapper{padding:2rem .75rem .75rem;min-height:100vh;align-items:flex-start}.terminal{height:80vh;min-height:500px;padding:.875rem;max-width:100%}.output{font-size:.85rem;line-height:1.4}.output-line{margin-bottom:.4rem}.prompt-line{font-size:.85rem;gap:.375rem}.prompt-symbol{font-size:.8rem}.prompt-input{font-size:16px;padding:.25rem 0}}@media (max-width: 399px){.terminal-wrapper{padding:.5rem}.terminal{padding:.75rem;height:85vh}.output,.prompt-line{font-size:.8rem}.prompt-symbol:after{content:"$"}.prompt-symbol{font-size:0}.prompt-symbol:after{font-size:.8rem}}.prompt-input:focus{outline:2px solid var(--green);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion: reduce){.terminal-wrapper:before{animation:none}}@media (prefers-contrast: high){.terminal{border-width:3px}.terminal-wrapper{border-width:5px}}:root{--green: #28c028;--green-dim: #1b831b;--cyan: #00eaff;text-shadow:#00ff00 0 0 5px}html,body{height:100%;margin:0;background:#000;color:var(--green);font-family:IBM Plex Mono,monospace}a{color:var(--cyan);text-decoration:underline}.command-hint{color:#ff0;font-style:italic}.highlight{color:#0f0;font-weight:700}body{background:#222;background:radial-gradient(ellipse at center,#222,#111)}.terminal-wrapper{border-radius:20px;box-shadow:0 0 40px #0f0,0 0 10px #0f0 inset;background:#142814f2;border:4px solid #0f0;position:relative;overflow:hidden}.terminal-wrapper:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(to bottom,rgba(0,255,0,.05) 0px,rgba(0,255,0,.05) 1px,transparent 1px,transparent 4px);pointer-events:none;z-index:1}
