*,:before,:after{box-sizing:border-box}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--text:#111;--muted:#333;--meta:#444;--rule:#ddd;--link:#0645ad;--line:#111}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111;--text:#eee;--muted:#bbb;--meta:#999;--rule:#333;--link:#8ab4f8;--line:#eee}html{-webkit-text-size-adjust:100%}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.55}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}#root{min-height:100vh}.page{max-width:720px;margin:0 auto;padding:48px 24px 80px}.header{margin-bottom:12px}.header h1{letter-spacing:-.02em;margin:0 0 8px;font-size:2rem;font-weight:700}.tagline{color:var(--muted);margin:0;font-size:1.15rem;font-weight:400}.rule{border:0;border-top:1px solid var(--rule);margin:14px 0}.rule+.section{margin-top:24px}.timeline{flex-direction:column;gap:28px;margin-top:40px;display:flex}.entry{grid-template-columns:110px 1fr;gap:16px;display:grid;position:relative}.entry:not(:last-child):before{content:"";background:var(--line);opacity:.15;width:1px;position:absolute;top:1.7em;bottom:calc(.5em - 28px);left:55px;transform:translate(-50%)}.years{white-space:nowrap;text-align:center;font-weight:700}.entry p{margin:0 0 10px}.entry p:last-child{margin-bottom:0}.section{margin-top:40px}.section h2{text-transform:lowercase;letter-spacing:.01em;margin:0 0 12px;font-size:1.05rem;font-weight:700}.section p{margin:0 0 12px}.section p:last-child{margin-bottom:0}.section ul{margin:0;padding-left:1.2em}.section li{margin-bottom:8px}.section li:last-child{margin-bottom:0}.project-title{font-weight:700}.pub{margin-bottom:16px}.pub-title{font-weight:700;display:block}.pub-meta{color:var(--meta);font-size:.95rem}.pub-body{margin-top:10px}.links{flex-wrap:wrap;gap:8px 16px;display:flex}.extras-row{justify-content:space-between;align-items:baseline;gap:16px;margin-top:8px;display:flex}.theme-toggle{font:inherit;color:var(--text);cursor:pointer;text-transform:lowercase;background:0 0;border:0;flex-shrink:0;margin:0;padding:0;font-size:.95rem}.theme-toggle:hover{text-decoration:underline}.view-controls{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:baseline;gap:10px 16px;max-width:min(100%,420px);display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.term-page{--term-bg:#0c0c0c;--term-panel:#0c0c0c;--term-text:#ccc;--term-muted:gray;--term-green:#13a10e;--term-cyan:#3b8eea;--term-yellow:#c19c00;--term-border:#333;min-height:100vh;color:var(--term-text);background:#1a1a1a;padding:24px 16px 48px;font-family:Cascadia Code,Consolas,Courier New,monospace;font-size:14px;line-height:1.5}.term-page[data-term-theme=light]{--term-bg:#f3f3f3;--term-panel:#f8f8f8;--term-text:#1e1e1e;--term-muted:#666;--term-green:#0b6a0b;--term-cyan:#0451a5;--term-yellow:#7a5c00;--term-border:#c8c8c8;background:#d4d4d4}.term-window{background:var(--term-panel);border:1px solid var(--term-border);border-radius:8px;max-width:820px;margin:0 auto;overflow:hidden;box-shadow:0 12px 40px #00000059}.term-titlebar{color:#ddd;background:linear-gradient(#3c3c3c,#2d2d2d);align-items:center;gap:12px;padding:8px 12px;font-size:12px;display:flex}.term-page[data-term-theme=light] .term-titlebar{color:#333;background:linear-gradient(#ececec,#d8d8d8)}.term-dots{gap:6px;display:flex}.term-dots i{background:#555;border-radius:50%;width:10px;height:10px;display:block}.term-dots i:first-child{background:#ff5f56}.term-dots i:nth-child(2){background:#ffbd2e}.term-dots i:nth-child(3){background:#27c93f}.term-title{opacity:.85}.term-body{background:var(--term-bg);min-height:60vh;padding:16px 18px 28px}.term-prompt-line{margin-top:14px}.term-prompt-line:first-child{margin-top:0}.term-user{color:var(--term-green);font-weight:700}.term-sep{color:var(--term-text)}.term-path{color:var(--term-cyan)}.term-dollar{color:var(--term-text);margin-left:6px}.term-cmd{color:var(--term-text);margin:2px 0 8px}.term-cmd:before{content:none}.term-out{color:var(--term-text);white-space:pre-wrap;margin:0 0 4px}.term-out p{margin:0 0 10px}.term-muted{color:var(--term-muted)}.term-heading{color:var(--term-yellow);font-weight:700}.term-years{color:var(--term-cyan);margin-bottom:4px;font-weight:700;display:block}.term-entry{border-left:2px solid var(--term-border);margin-bottom:14px;padding-left:12px}.term-timeline{margin-bottom:4px}.term-extras{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;display:flex}.term-page .links a,.term-page .theme-toggle{color:var(--term-cyan);font-family:inherit;font-size:inherit}.term-page .theme-toggle{color:var(--term-yellow)}.term-active{min-height:1.2em}.term-cursor{vertical-align:text-bottom;background:var(--term-text);width:.55em;height:1.05em;margin-left:2px;animation:1s step-end infinite term-blink;display:inline-block}@keyframes term-blink{50%{opacity:0}}.three-page{--three-panel:#ffffffc7;--three-text:#111;--three-muted:#333;--three-meta:#444;--three-link:#0645ad;--three-border:#00000014;min-height:100vh;color:var(--three-text);font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.55;position:relative}.three-page[data-three-theme=dark]{--three-panel:#0e1218b8;--three-text:#eee;--three-muted:#bbb;--three-meta:#999;--three-link:#8ab4f8;--three-border:#ffffff14}.three-canvas{z-index:0;position:fixed;inset:0}.three-overlay{z-index:1;pointer-events:none;max-width:640px;margin:0 auto;padding:40px 20px 80px;position:relative}.three-overlay a,.three-overlay button{pointer-events:auto}.three-header,.three-card{pointer-events:auto;background:var(--three-panel);-webkit-backdrop-filter:blur(14px);border:1px solid var(--three-border);border-radius:14px;margin-bottom:14px;padding:20px 22px;box-shadow:0 8px 32px #00000014}.three-header h1{letter-spacing:-.02em;margin:0 0 8px;font-size:2rem;font-weight:700}.three-header .tagline{color:var(--three-muted);margin:0;font-size:1.1rem}.three-card h2{text-transform:lowercase;margin:0 0 12px;font-size:1.05rem;font-weight:700}.three-card p{margin:0 0 12px}.three-card p:last-child{margin-bottom:0}.three-card ul{margin:0;padding-left:1.2em}.three-card li{margin-bottom:8px}.three-card a{color:var(--three-link);text-decoration:none}.three-card a:hover{text-decoration:underline}.three-timeline{flex-direction:column;gap:18px;display:flex}.three-entry{grid-template-columns:100px 1fr;gap:12px;display:grid}.three-entry .years{white-space:nowrap;font-weight:700}.three-card .pub-title{font-weight:700;display:block}.three-card .pub-meta{color:var(--three-meta);font-size:.95rem}.three-card .pub-body{margin-top:10px}.three-card .project-title{font-weight:700}.three-card .theme-toggle{color:var(--three-text)}@media (width<=560px){.page{padding:32px 18px 64px}.entry{grid-template-columns:1fr;gap:4px}.years{text-align:left;width:fit-content}.entry:not(:last-child):before{margin-left:.35em;left:0;transform:none}.header h1{font-size:1.75rem}.three-entry{grid-template-columns:1fr;gap:4px}.three-header h1{font-size:1.75rem}.term-page{padding:12px 8px 32px}}
