*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:.5rem;background:var(--green);color:#000;padding:.4rem .9rem;z-index:200;font-weight:700;border-radius:0 0 4px 4px}.skip-link:focus{top:0}:root{--bg: #080808;--win-bg: #111111;--bar-bg: #1c1c1c;--border: #2c2c2c;--fg: #d0d0d0;--fg-dim: #787878;--green: #39d353;--red: #ff6b6b;--font: "Roboto", Courier, "Lucida Console", sans-serif;--terminal-font: "Space Mono", Courier, "Lucida Console", monospace;--fs: .95rem;--lh: 1.6;--scrollbar: #333;--surface: #1a1a1a;--border-subtle: #2a2a2a}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:var(--font);font-size:var(--fs);line-height:var(--lh);min-height:100vh;display:flex;justify-content:center;padding:0;cursor:default}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}.t-win{width:100%;height:100vh;height:100dvh;display:flex;font-family:var(--terminal-font);flex-direction:column;background:var(--win-bg);border:1px solid var(--border);border-radius:4px;overflow:hidden;box-shadow:0 20px 60px #000000d9}.t-bar{display:flex;align-items:center;padding:.3rem .75rem;background:var(--bar-bg);border-bottom:1px solid var(--border);flex-shrink:0;user-select:none}.t-title{flex:1;text-align:center;color:var(--fg-dim);font-size:.8rem}.t-btns{display:flex;gap:4px}.t-btn{color:var(--fg-dim);font-size:1rem;padding:0 .35rem;cursor:default;line-height:1.4;background:none;border:none;font-family:inherit}.t-btn:hover,.t-btn:focus-visible{color:var(--fg);outline:1px solid var(--fg-dim);border-radius:2px}.t-body{flex:1;overflow-y:auto;padding:1.2rem 1.5rem;cursor:text;scrollbar-width:thin;scrollbar-color:var(--scrollbar) transparent}.t-body::-webkit-scrollbar{width:5px}.t-body::-webkit-scrollbar-track{background:transparent}.t-body::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:3px}#output{white-space:pre-wrap;word-break:break-word}.cmd-line{display:flex;flex-wrap:wrap;gap:0 .5ch}.prompt{color:var(--green);text-shadow:0 0 10px rgba(57,211,83,.45);user-select:none;white-space:nowrap;flex-shrink:0}.out{margin-bottom:.35rem}.out-dim{color:var(--fg-dim);margin-bottom:.35rem}.out-err{color:var(--red);margin-bottom:.35rem}.gap{margin-bottom:.6rem}.input-row{display:flex;align-items:center;gap:0 .5ch;padding-bottom:.4rem;flex-shrink:0}#cmd-typed{white-space:pre}.cursor{display:inline-block;width:.55em;height:1.15em;background:var(--green);vertical-align:text-bottom;transform:translate(-4px);animation:blink 1.1s step-end infinite}.cursor.is-paused{animation-play-state:paused;opacity:1}.cursor.is-hidden{opacity:0;animation:none}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}#cmd-input{position:fixed;top:-200px;left:0;width:1px;height:1px;opacity:0;font:inherit;border:none;outline:none;background:transparent}.blog-wrap{max-width:700px;padding:2rem 1.5rem;width:100%}.back{display:inline-block;font-size:.88rem;margin-bottom:2.5rem;color:var(--green)}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.post-header h1{font-size:1.4rem;font-weight:700;margin-bottom:.4rem}.post-header time{color:var(--fg-dim);font-size:.85rem}.prose h2,.prose h3,.prose h4{margin:1.6rem 0 .5rem}.prose h2{font-size:1.15rem;color:var(--green)}.prose h3{font-size:1.05rem}.prose p{margin-bottom:1rem}.prose code{background:var(--surface);padding:.1em .4em;border-radius:3px;font:inherit;font-size:.9em}.prose pre{background:var(--surface);border-left:3px solid var(--green);padding:1rem;overflow-x:auto;margin:1rem 0}.prose pre code{background:none;padding:0}.prose ul,.prose ol{padding-left:2rem;margin:.75rem 0 1rem}.prose li{margin-bottom:.25rem}.prose blockquote{border-left:3px solid var(--fg-dim);padding-left:1rem;color:var(--fg-dim);margin:1rem 0}.prose a{color:var(--green)}.prose hr{border:none;border-top:1px solid var(--border-subtle);margin:2rem 0}.blog-list-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem}.blog-list-header h1{font-size:1.2rem;font-weight:700}.feed-link{font-size:.78rem;color:var(--fg-dim);border:1px solid var(--border);padding:.15rem .55rem;border-radius:3px;font-family:var(--terminal-font)}.feed-link:hover{color:var(--green);border-color:var(--green);text-decoration:none}.year-group{margin-bottom:2rem}.year-heading{font-size:.8rem;font-weight:400;color:var(--green);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.post-list{list-style:none}.post-item{margin-bottom:.1rem}.post-link{display:grid;grid-template-columns:6.5rem 1fr;grid-template-areas:"date title" ". desc";column-gap:1rem;row-gap:.1rem;padding:.4rem .5rem;border-radius:3px;color:var(--fg)}.post-link:hover{background:#ffffff0a;text-decoration:none}.post-date{grid-area:date;font-size:.82rem;color:var(--fg-dim);font-family:var(--terminal-font);white-space:nowrap}.post-title{grid-area:title;font-size:.95rem}.post-link:hover .post-title{color:var(--green)}.post-desc{grid-area:desc;font-size:.82rem;color:var(--fg-dim)}[data-reveal]{opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease}[data-reveal].revealed{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}.cursor{animation:none;opacity:1}}.dont-look-here{cursor:pointer;padding:0 .2em;background:var(--fg-dim);color:var(--fg-dim);border-radius:2px;user-select:none;vertical-align:baseline;transition:background .12s}.zero-g-active{overflow:hidden}[data-theme=light]{--bg: #f0f0f0;--win-bg: #ffffff;--bar-bg: #e4e4e4;--border: #cccccc;--fg: #1a1a1a;--fg-dim: #666666;--green: #1a7f37;--red: #d1242f;--scrollbar: #bbb;--surface: #e4e4e4;--border-subtle: #d0d0d0}[data-theme=high-contrast]{--bg: #000000;--win-bg: #000000;--bar-bg: #111111;--border: #ffffff;--fg: #ffffff;--fg-dim: #cccccc;--green: #ffff00;--red: #ff6666;--surface: #111111;--border-subtle: #555555}[data-theme=deuteranopia]{--green: #4a9eff;--red: #ffaa00}[data-theme=solarized-light]{--bg: #fdf6e3;--win-bg: #eee8d5;--bar-bg: #e0dac8;--border: #cdc6b0;--fg: #657b83;--fg-dim: #586e75;--green: #2aa198;--red: #dc322f;--surface: #e0dac8;--border-subtle: #cdc6b0}@media(max-width:600px){body{padding:.5rem;font-size:.875rem}.t-win{height:calc(100vh - 1rem);height:calc(100dvh - 1rem);border-radius:2px}.t-body{padding:.9rem 1rem}}
