:root{--bg:#fafaf7;--text:#1a1a1a;--muted:#707070;--rule:#00000014;--serif:"Charter", "Iowan Old Style", "Iowan Old Style Italic", Georgia, "Times New Roman", serif;--sans:"Geist", system-ui, -apple-system, "Segoe UI", sans-serif;--mono:"Geist Mono", "SF Mono", Menlo, Consolas, monospace;--max:640px;--bleed:96px}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);font-family:var(--serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;margin:0;padding:0;font-size:18px;line-height:1.65;container-type:inline-size}.shell{max-width:var(--max);margin:0 auto;padding:64px 24px 96px}header{margin-bottom:56px}header .mark{opacity:.55;line-height:0;text-decoration:none;display:inline-block}header .mark:hover{opacity:1}header .mark img{border-radius:5px;display:block}.chat{max-width:280px;font-family:var(--serif);text-wrap:pretty;color:#2a2415;background:#fbf1c7;border:1px solid #785f142e;border-radius:6px;padding:12px 16px;font-size:15px;font-style:italic;line-height:1.45;text-decoration:none;transition:transform .12s,box-shadow .12s;position:fixed;bottom:20px;right:20px;transform:rotate(-1deg);box-shadow:0 6px 20px #5a460a24}.chat .nowrap{white-space:nowrap}.chat:hover{transform:rotate(0)translateY(-2px);box-shadow:0 10px 28px #5a460a33}a{color:var(--text);text-underline-offset:3px;text-decoration:underline 1px #00000059}a:hover{text-decoration-color:var(--text)}p{margin:1em 0}.muted{color:var(--muted)}.writing{margin-top:64px}.writing h2{letter-spacing:-.01em;margin:0 0 .5em;font-size:24px;font-weight:700}.essay-list{margin:0;padding:0;list-style:none}.essay-list li{border-bottom:1px solid var(--rule);padding:18px 0}.essay-list li:last-child{border-bottom:none}.essay-list a{color:var(--text);flex-direction:column;gap:4px;text-decoration:none;display:flex}.essay-list a:hover .title{text-underline-offset:3px;text-decoration:underline 1px}.essay-list .title{font-size:20px;font-weight:600;font-family:var(--serif);letter-spacing:-.005em}.essay-list .date{font-family:var(--sans);color:var(--muted);font-size:14px}article{font-size:18px;line-height:1.7}article h1.title{letter-spacing:-.02em;margin:0 0 8px;font-size:36px;font-weight:700;line-height:1.2}article>.date{font-family:var(--sans);color:var(--muted);margin-bottom:48px;font-size:14px;display:block}article h2{letter-spacing:-.01em;margin:2em 0 .5em;font-size:24px;font-weight:700}article h3{margin:1.5em 0 .4em;font-size:20px;font-weight:700}article p,article ul,article ol{margin:1em 0}article ul,article ol{padding-left:1.4em}article li{margin:.4em 0}article blockquote{border-left:3px solid var(--rule);color:var(--muted);margin:1.2em 0;padding-left:16px;font-style:italic}article code{font-family:var(--mono);background:#0000000d;border-radius:3px;padding:2px 6px;font-size:.9em}article pre{font-family:var(--mono);background:#0000000a;border-radius:4px;margin:1.2em 0;padding:16px 18px;font-size:14px;line-height:1.55;overflow-x:auto}article pre code{font-size:inherit;background:0 0;padding:0}#past+table{border-collapse:collapse;width:100%;margin:1.2em 0 2em;font-size:16px;line-height:1.5}#past+table thead{display:none}#past+table td{border-top:1px solid var(--rule);vertical-align:top;padding:12px 0}#past+table td:first-child{font-family:var(--sans);color:var(--muted);white-space:nowrap;width:100px;padding-top:15px;padding-right:20px;font-size:13px}article hr{border:none;border-top:1px solid var(--rule);margin:2em 0}article.home>p:first-of-type{letter-spacing:-.01em;margin-bottom:1.4em;font-size:24px;line-height:1.4}article img,article video{border-radius:4px;max-width:100%;height:auto;margin:0;display:block}article p:has(>img:only-child)>img{width:auto;max-height:600px;margin:0 auto}article p:has(>img),article p:has(>video){margin:2.4em calc(-1 * var(--bleed)) .6em}article p:has(>img+img){grid-template-columns:1fr 1fr;gap:12px;display:grid}article p:has(>img+img)>img{aspect-ratio:4/5;object-fit:cover;width:100%;height:100%}article p:has(>img)+p:has(>em:only-child),article p:has(>video)+p:has(>em:only-child){font-family:var(--sans);color:var(--muted);margin:0 0 2.4em;font-size:13px}article p:has(>img)+p:has(>em:only-child) em{font-style:normal}article p:has(>img)+p:has(>em:only-child){text-align:center}article p:has(>img+img+img),article p.strip{--strip-h:260px;--strip-gap:12px;gap:var(--strip-gap);width:100cqw;margin:3em 0 0 calc(50% - 50cqw);display:flex;overflow:hidden}article p:has(>img+img+img)>img,article p.strip img{height:var(--strip-h);aspect-ratio:auto;object-fit:contain;border-radius:4px;flex:none;width:auto;max-width:none}.strip-track{width:max-content;animation:strip-scroll var(--strip-dur,60s) linear infinite;display:flex}.strip-set{gap:var(--strip-gap);padding-right:var(--strip-gap);display:flex}.strip-track:hover{animation-play-state:paused}@keyframes strip-scroll{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){article p:has(>img+img+img),article p.strip{overflow-x:auto}.strip-track{animation:none}}@media (width<=640px){article p:has(>img+img+img),article p.strip{--strip-h:200px;--strip-gap:8px}}footer{border-top:1px solid var(--rule);font-family:var(--sans);color:var(--muted);margin-top:96px;padding-top:24px;font-size:13px}footer a{color:var(--muted);text-decoration:none}footer a:hover{color:var(--text)}@media (width<=880px){:root{--bleed:0px}}@media (width<=640px){html,body{font-size:17px}.shell{padding:40px 20px 64px}article.home>p:first-of-type{font-size:21px}article h1.title{font-size:28px}article h2{font-size:22px}header{margin-bottom:40px}.chat{max-width:210px;padding:10px 12px;font-size:13px;bottom:12px;right:12px}}
