:root{--black:#0a0c0a;--black-2:#11150f;--panel:#141a12;--panel-2:#1a2017;--border:#2a3325;--orange:#ff7a18;--orange-soft:#ffae6b;--green:#7dd957;--green-deep:#3a8a2e;--green-dim:#5a7a4a;--text:#f0f5ea;--text-dim:#b0c0a0;--red:#ff5c5c;--amber:#ffc24b;--cyan:#4be3c0;--purple:#b18aff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:dark}body,html{background:var(--black)}body{background-image:radial-gradient(circle at 12% 8%,rgba(255,122,24,.06),transparent 35%),radial-gradient(circle at 88% 92%,rgba(125,217,87,.05),transparent 40%);background-attachment:fixed;color:var(--text);font-family:Fira Code,ui-monospace,monospace;line-height:1.7;font-size:15px;min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23n)'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:var(--black-2)}::-webkit-scrollbar-thumb{background:var(--green-deep);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--green)}::selection{background:rgba(255,122,24,.3);color:var(--text)}.tok-cmd{color:var(--green)}.tok-flag{color:var(--amber)}.tok-str{color:var(--orange-soft)}.tok-comment{color:var(--green-dim);font-style:italic}.tok-path{color:var(--cyan)}.tok-kw{color:var(--purple)}.prompt{color:var(--orange)}