:root{--bg: #fff;--fg: #111;--mute: #555;--line: #ddd;color-scheme:light}html.dark{--bg: #111;--fg: #fff;--mute: #aaa;--line: #333;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:15px;line-height:1.4}a{color:inherit}a:hover{text-decoration-thickness:2px}button{font:inherit;color:inherit;background:none;border:1px solid var(--fg);padding:.2rem .55rem;cursor:pointer}button:hover{background:var(--fg);color:var(--bg)}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.site{max-width:52rem;margin:0 auto;padding:.9rem 1.25rem 2rem}.bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.7rem;border-bottom:1px solid var(--line)}.bar .name{font-weight:600;text-decoration:none}.bar nav{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;font-size:.9rem}.bar nav a{text-decoration:none}.bar nav a:hover{text-decoration:underline}main section{padding:.95rem 0;border-bottom:1px solid var(--line)}h1{font-size:1.1rem;font-weight:650;letter-spacing:-.02em;margin:0 0 .2rem}h2{font-size:.72rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .55rem}h3{font-size:.95rem;font-weight:650;margin:0}.intro p{margin:.3rem 0 0;max-width:40rem}.meta,.meta-inline{color:var(--mute);font-weight:400}.meta{margin:.1rem 0 .35rem}.meta-inline{font-size:.9rem}.links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.45rem}article{margin:0 0 .75rem}article:last-child{margin-bottom:0}.row{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.row span{color:var(--mute);font-size:.85rem;white-space:nowrap}ul{margin:.2rem 0 0;padding-left:1.1rem}li+li{margin-top:.12rem}.split,.split-section{display:grid;gap:.9rem 1.5rem}@media(min-width:720px){.split,.split-section{grid-template-columns:1fr 1fr}}#skills p{margin:0 0 .35rem}#skills p:last-child{margin-bottom:0}#root:has(.term-wrap){height:100%}html:has(.term-wrap),body:has(.term-wrap),#root:has(.term-wrap){height:100%;background:#000;color:#fff}.term-wrap{min-height:100%;background:#000;color:#fff;font-family:IBM Plex Mono,ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:15px;line-height:1.5}.term-exit{position:fixed;top:.8rem;right:.9rem;z-index:2;border-color:#fff;color:#fff;background:#000}.term-exit:hover{background:#fff;color:#000}.term{min-height:100%;padding:1.25rem 1.25rem 2rem;cursor:text}.block{margin:0 0 .35rem}.line{display:flex;flex-wrap:wrap;align-items:baseline;gap:.55ch;white-space:pre-wrap;word-break:break-word}.prompt{white-space:nowrap}.cwd{color:#888}.out{margin:.15rem 0 .6rem;white-space:pre-wrap;word-break:break-word}.out a,.file{display:block;width:fit-content;margin:0;padding:0;border:0;background:none;color:#fff;font:inherit;text-align:left;text-decoration:underline;text-underline-offset:.18em;cursor:pointer}.out a:hover,.file:hover{background:#fff;color:#000;text-decoration:none}.live{align-items:baseline;gap:.45rem}.live input{flex:1;min-width:8ch;margin:0;padding:0;border:0;outline:0;background:transparent;color:#fff;font:inherit;caret-color:#fff}@media(max-width:640px){.bar{align-items:flex-start;flex-direction:column}.row{flex-direction:column;gap:.15rem}.term-wrap{font-size:13px}}
