@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;650;700;760&display=swap";:root{color-scheme:light;--background: #f8f7f2;--surface: #ffffff;--text: #171717;--muted: #66645d;--line: #dedbd0;--accent: #a85f24;--accent-soft: #f1dfc9;--max-width: 720px;--wide-width: 1040px;font-family:Instrument Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--background);color:var(--text)}body{margin:0;min-height:100vh;font-size:17px;line-height:1.65;text-rendering:optimizeLegibility}a{color:inherit;text-decoration-color:color-mix(in srgb,var(--accent) 45%,transparent);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--accent)}img{display:block;max-width:100%}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header,.site-footer{width:min(var(--wide-width),calc(100% - 32px));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 0;border-bottom:1px solid var(--line)}.brand{font-weight:720;text-decoration:none}.nav{display:flex;gap:18px;font-size:.92rem;color:var(--muted)}.nav a{text-decoration:none}.site-main{width:min(var(--max-width),calc(100% - 32px));margin:0 auto;flex:1;padding:72px 0 88px}.site-main.wide{width:min(var(--wide-width),calc(100% - 32px))}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:32px 0 40px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.footer-copy{display:grid;gap:14px;min-width:0}.footer-intro{display:grid;gap:6px;max-width:520px}.footer-site-name{color:var(--muted);text-decoration:none}.footer-intro p{margin:0;color:var(--muted);line-height:1.45}.footer-intro a:not(.footer-site-name){color:var(--text);font-weight:650;text-decoration:none}.footer-links{display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:flex-start;line-height:1.45}.footer-links a{text-decoration:none}.site-mascot{--mascot-frame-size: 77px;--mascot-final-offset: calc(var(--mascot-frame-size) * -15);flex:0 0 auto;display:grid;place-items:center;width:var(--mascot-frame-size);height:var(--mascot-frame-size);padding:0;border:0;border-radius:0;background:transparent;color:var(--text);cursor:pointer;opacity:.9;transition:opacity .18s ease;touch-action:manipulation}.site-mascot:hover,.site-mascot:focus-visible,.site-mascot.is-saluting{opacity:1}.site-mascot:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.site-mascot__sprite{display:block;width:var(--mascot-frame-size);height:var(--mascot-frame-size);background-image:url(/mascot-sprite.png?v=20260504-retina-192-v1);background-repeat:no-repeat;background-position:0 0;background-size:calc(var(--mascot-frame-size) * 16) var(--mascot-frame-size);animation:none}.site-mascot.is-in-view .site-mascot__sprite{animation:mascot-sequence 2.4s steps(15) 1 forwards}.site-mascot.is-saluting .site-mascot__sprite{background-position:0 0;animation:mascot-replay 2.4s steps(15) 1 forwards}@keyframes mascot-sequence{0%{background-position:0 0}to{background-position:var(--mascot-final-offset) 0}}@keyframes mascot-replay{0%{background-position:0 0}to{background-position:var(--mascot-final-offset) 0}}.hero{display:grid;gap:24px;padding-bottom:48px}.eyebrow{margin:0;color:var(--accent);font-size:.86rem;font-weight:700;text-transform:uppercase}h1,h2,h3{line-height:1.14;margin:0 0 16px;font-weight:760}h1{max-width:11ch;font-size:clamp(3.2rem,12vw,6.6rem);letter-spacing:0}h2{margin-top:48px;font-size:1.65rem}h3{margin-top:36px;font-size:1.25rem}p{margin:0 0 22px}.lede{max-width:680px;color:var(--muted);font-size:clamp(1.12rem,3vw,1.35rem);line-height:1.48}.current-work{max-width:680px;margin:-8px 0 0;color:var(--muted);font-size:1rem}.current-work a{color:var(--text);font-weight:650}.post-list{display:grid;gap:28px;margin:0;padding:0;list-style:none}.post-card{padding-top:28px;border-top:1px solid var(--line)}.post-card a{text-decoration:none}.post-card h2{margin:0 0 8px;font-size:1.4rem}.post-card p{max-width:640px;margin-bottom:10px;color:var(--muted)}.meta{color:var(--muted);font-size:.9rem}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tag{padding:3px 9px;border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--surface) 62%,transparent);color:var(--muted);font-size:.78rem}.reading-progress{position:fixed;top:0;left:0;z-index:10;width:100%;height:3px;background:transparent}.reading-progress-bar{display:block;width:100%;height:100%;background:var(--accent);transform:scaleX(0);transform-origin:left center}.article-header{padding-bottom:36px;border-bottom:1px solid var(--line)}.article-header h1{max-width:12ch;margin-top:12px;font-size:clamp(2.6rem,9vw,4.8rem)}.article-header .lede{margin-top:20px}.article-body{padding-top:48px}.article-body>*{max-width:var(--max-width)}.article-body ul,.article-body ol{padding-left:1.4rem}.article-body li{margin:8px 0}.article-body blockquote{margin:34px 0;padding:4px 0 4px 22px;border-left:3px solid var(--accent);color:var(--muted);font-size:1.08rem}.article-body code{padding:.12em .28em;border-radius:4px;background:var(--accent-soft);font-size:.9em}.article-body pre{overflow-x:auto;padding:18px;border-radius:8px;background:#171717;color:#f7f3e9}.article-body pre code{padding:0;background:transparent}.article-body sup a{font-size:.72em;font-weight:700;text-decoration:none}.article-body sup,.article-notes li{scroll-margin-top:28px}.article-body hr{margin:48px 0;border:0;border-top:1px solid var(--line)}.article-notes{margin-top:72px;padding-top:8px}.article-notes h2{margin:0 0 20px;font-size:1rem}.article-notes ol{display:grid;gap:22px;margin:0;padding:0;list-style:none}.article-notes li{max-width:var(--max-width);color:var(--muted);font-size:.94rem;line-height:1.5}.note-marker{margin-right:.4em;color:var(--text);font-weight:650;text-decoration:none}.note-links{display:inline-flex;flex-wrap:wrap;gap:.55em;margin-left:.35em;font-size:.72em;vertical-align:baseline}.article-acknowledgement{margin-top:64px;padding:0;color:color-mix(in srgb,var(--muted) 82%,var(--text));font-size:clamp(1.05rem,2.2vw,1.3rem);font-weight:450;line-height:1.35}.article-acknowledgement p{max-width:var(--max-width);margin-bottom:18px}.article-acknowledgement strong{color:color-mix(in srgb,var(--text) 55%,var(--muted));font-weight:700}.article-acknowledgement ul{display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none;font-size:.9rem;line-height:1.4}@media(max-width:640px){body{font-size:16px}.site-header{align-items:center;flex-direction:row;gap:16px;padding:20px 0}.brand{flex:1 1 auto;min-width:0}.nav{flex:0 0 auto;gap:14px;font-size:.9rem}.site-footer{flex-direction:column;align-items:flex-start;gap:16px}.footer-links{width:100%}.site-main{padding:48px 0 64px}.site-mascot{--mascot-frame-size: 64px;order:-1}.site-mascot.is-saluting .site-mascot__sprite{background-position:0 0}h1,.article-header h1{max-width:100%}}@media(prefers-reduced-motion:reduce){.site-mascot__sprite,.site-mascot:hover .site-mascot__sprite,.site-mascot:focus-visible .site-mascot__sprite,.site-mascot.is-saluting .site-mascot__sprite{animation:none;background-position:100% 0}}
