:root{--bg:#2c001e;--panel:#77216f;--text:#eeeeec;--muted:#b8b8b8;--accent:#e95420;--link:#34e2e2}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;padding:40px;font-family:Ubuntu Mono,Courier New,monospace}.terminal{background:#00000026;border-radius:8px;max-width:900px;margin:auto;padding:30px;box-shadow:0 0 0 1px #ffffff0d,0 10px 30px #0006}.line{margin-bottom:1rem}.prompt{color:var(--accent);font-weight:700}.output{margin:2rem 0}h1{color:var(--accent);margin-bottom:1rem;font-size:2rem}h2{color:var(--accent);margin-bottom:1rem}p{color:var(--muted);margin-bottom:1rem}ul{list-style:none}li{margin:.75rem 0}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.cursor{background:var(--text);vertical-align:middle;width:10px;height:1.1em;animation:1s infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}
