@font-face{font-family:JetBrains Mono;src:url(/_astro/JetBrainsMono-Regular.CA-Os4ii.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/_astro/JetBrainsMono-Bold.CUogYd9I.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/_astro/JetBrainsMono-Italic.LIR7wr3B.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}:root{--bg:#f4f2ec;--fg:#111;--fg-dim:#8a8a82;--accent:#1400ff;--line:#111}:root[data-theme=alt]{--bg:#0d1b2e;--fg:#e8e2d0;--fg-dim:#7d8699;--accent:#d9a441;--line:#e8e2d0}*{box-sizing:border-box;margin:0;padding:0;border-radius:0!important}html{background:var(--bg);color:var(--fg);font-family:JetBrains Mono,ui-monospace,Cascadia Mono,Menlo,monospace;font-size:15px;line-height:1.7}body{flex-direction:column;min-height:100dvh;display:flex}::selection{background:var(--accent);color:var(--bg)}a{color:var(--fg);border-bottom:1px solid var(--fg-dim);text-decoration:none}a:hover,a:focus-visible{color:var(--accent);border-bottom-color:var(--accent)}a[aria-current=page]{color:var(--accent);border-bottom:none}a[aria-current=page]:before{content:"> "}h1,h2,h3{letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:clamp(1.6rem,4vw,2.6rem)}h2{margin-block:2.5rem 1rem;font-size:1.1rem}h2:before{content:"## ";color:var(--fg-dim);font-weight:400}.shell{flex:1;grid-template-columns:280px 1fr;align-items:start;gap:3rem;width:min(1200px,100%);margin-inline:auto;padding-inline:1.25rem;display:grid}header.top{border-bottom:1px solid var(--line)}header.top .inner{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;width:min(1200px,100%);margin-inline:auto;padding:.9rem 1.25rem;display:flex}header.top .brand{border-bottom:none;font-weight:700}header.top .brand:after{content:"_";color:var(--accent);animation:1.1s step-end infinite blink}@keyframes blink{50%{opacity:0}}@media (prefers-reduced-motion:reduce){header.top .brand:after{animation:none}}.breadcrumb{color:var(--fg-dim);overflow-wrap:anywhere;font-size:.85rem}.breadcrumb a{color:var(--fg-dim);border-bottom:none}.breadcrumb a:hover{color:var(--accent)}.canvaslink{color:var(--accent);border-bottom:none;margin-left:auto;font-size:.85rem}nav.tree{white-space:nowrap;padding-block:2.5rem;font-size:.9rem;position:sticky;top:0}nav.tree pre{font-family:inherit;line-height:1.9}nav.tree .dim{color:var(--fg-dim)}nav.tree summary{cursor:pointer;list-style:none;display:none}nav.tree summary::-webkit-details-marker{display:none}main{min-width:0;padding-block:2.5rem 4rem}.grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1px;display:grid}.grid figure{background:var(--bg);padding:.75rem}.grid a.work,.feed a.work{cursor:zoom-in;border-bottom:none;display:block}.grid img,.feed img{border:1px solid var(--line);-webkit-user-drag:none;user-select:none;width:100%;height:auto;display:block}figcaption{padding-top:.5rem;font-size:.8rem}figcaption .meta{color:var(--fg-dim)}.feed{flex-direction:column;gap:4rem;max-width:780px;display:flex}.feed figure{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(8px)}.feed figure.seen{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.feed figure{opacity:1;transition:none;transform:none}}dialog.lightbox{background:0 0;border:none;width:100%;max-width:100vw;height:100%;max-height:100dvh;padding:0}dialog.lightbox::backdrop{background:#111111eb}dialog.lightbox .frame{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;height:100%;padding:2rem;display:flex}dialog.lightbox img{border:1px solid #f4f2ec;max-width:min(1100px,92vw);max-height:80dvh}dialog.lightbox .bar{color:#f4f2ec;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:1.5rem;font-size:.85rem;display:flex}dialog.lightbox button{font:inherit;color:#f4f2ec;cursor:pointer;background:0 0;border:1px solid #f4f2ec;padding:.1rem .6rem}dialog.lightbox button:hover{border-color:var(--accent);color:var(--accent)}dialog.lightbox .hint{color:#8a8a82}footer.bottom{border-top:1px solid var(--line);color:var(--fg-dim);font-size:.8rem}footer.bottom .inner{flex-wrap:wrap;align-items:baseline;gap:1.5rem;width:min(1200px,100%);margin-inline:auto;padding:.8rem 1.25rem;display:flex}footer.bottom a{color:var(--fg-dim);border-bottom:none}footer.bottom a:hover{color:var(--accent)}footer.bottom .spacer{flex:1}footer.bottom button.altview{font:inherit;color:var(--fg-dim);cursor:pointer;background:0 0;border:none;padding:0}footer.bottom button.altview:hover{color:var(--accent)}.prose{max-width:68ch}.prose p{margin-block:1rem}.prose ul{margin:1rem 0 1rem 1.5rem}.prose .todo{border:1px dashed var(--fg-dim);color:var(--fg-dim);margin-block:1rem;padding:.75rem 1rem}.dim{color:var(--fg-dim)}hr{border:none;border-top:1px solid var(--line);margin-block:2.5rem}.pager{justify-content:space-between;margin-top:3rem;font-size:.9rem;display:flex}@media (width<=820px){.shell{grid-template-columns:1fr;gap:0}nav.tree{border-bottom:1px solid var(--line);padding-block:1.25rem 0;position:static}nav.tree summary{color:var(--fg);display:block}nav.tree summary:before{content:"~ ";color:var(--accent)}nav.tree details:not([open]) summary{padding-bottom:1.25rem}nav.tree pre{padding-block:.75rem 1.25rem;overflow-x:auto}}
