:root{--background: #1a0000;--foreground: #00ff00;--accent: #ff00ff;--cursor: #00ff00;--font: "VT323", monospace;--font-size: 1.2rem}body{background-color:var(--background);color:var(--foreground);font-family:var(--font);font-size:var(--font-size);line-height:1.4;margin:0;padding:1rem;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{width:0;height:0}*{box-sizing:border-box}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.terminal-glow{text-shadow:0 0 5px var(--foreground)}.terminal{border:1px solid var(--foreground);box-shadow:0 0 15px var(--foreground);max-width:800px;margin:2rem auto}.terminal-header{display:flex;align-items:center;background:#222;padding:.5rem;border-bottom:1px solid var(--foreground)}.terminal-buttons{display:flex}.terminal-button{width:12px;height:12px;border-radius:50%;margin-right:.5rem}.terminal-button.red{background-color:#ff5f56}.terminal-button.yellow{background-color:#ffbd2e}.terminal-button.green{background-color:#27c93f}.terminal-title{color:#888;font-size:.9rem;text-align:center;flex-grow:1}.terminal-body{padding:1rem;overflow-y:auto;height:400px}ul{list-style:none;padding:0}li{padding-left:1rem}.terminal-prompt{display:flex;align-items:center}.prompt-user{color:var(--accent)}.prompt-symbol{margin:0 .5rem}.cursor{display:inline-block;width:10px;height:1.2rem;background:var(--cursor);animation:blink 1s step-end infinite}@keyframes blink{0%,to{background:transparent}50%{background:var(--cursor)}}
