:root{--background:#fff;--foreground:#0a0a0a;--muted:#707070;--faint:#9b9b9b;--rule:#dedede;--rule-strong:#0a0a0a;--focus:#0a0a0a;--max-width:1280px;--side-pad:clamp(20px, 4vw, 64px);--mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*{box-sizing:border-box}html{background:var(--background);color:var(--foreground);scroll-behavior:smooth;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--background);min-width:320px;color:var(--foreground);font-family:var(--mono);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.45}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:1px solid var(--focus);outline-offset:4px}::selection{background:var(--foreground);color:var(--background)}.site-header,.site-footer,.page-shell,.entry-page{width:min(100%, var(--max-width));padding-inline:var(--side-pad);margin:0 auto}.site-header{justify-content:space-between;align-items:baseline;gap:24px;padding-top:24px;padding-bottom:24px;display:flex;position:relative}.skip-link{top:8px;left:var(--side-pad);z-index:10;background:var(--foreground);color:var(--background);padding:6px 8px;font-size:11px;text-decoration:none;transition:transform .12s;position:absolute;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.site-wordmark{width:fit-content;color:var(--foreground);letter-spacing:-.04em;font-size:13px;font-weight:600;text-decoration:none}.site-nav{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:16px 22px;font-size:11px;display:flex}.site-nav a,.site-footer a{text-decoration:none;transition:color .12s,text-decoration-color .12s}.site-nav a:hover,.site-nav a:focus-visible,.site-footer a:hover,.site-footer a:focus-visible{color:var(--foreground);text-underline-offset:3px;text-decoration:underline}.page-shell{padding-bottom:clamp(88px,12vw,160px)}.page-shell--home{padding-top:clamp(64px,10vw,132px)}.home-intro{max-width:920px}.home-intro__prompt,.eyebrow,.archive-entry__meta,.archive-entry__relationship,.entry-header__meta,.entry-page__topline,.site-footer,.external-media-card__eyebrow,.external-media-card__detail,.github-preview__eyebrow,.github-preview__footer,.source-links h2,.entry-fact h2{letter-spacing:.12em;text-transform:uppercase;font-size:10px;line-height:1.25}.home-intro__prompt{color:var(--muted);margin:0 0 22px}.home-name{letter-spacing:-.075em;max-width:100%;margin:0;font-size:clamp(42px,6vw,78px);font-weight:500;line-height:1}.home-name__text{white-space:nowrap;width:14ch;max-width:100%;animation:.76s steps(14,end) both name-reveal;display:inline-block;overflow:hidden}.home-intro__description{max-width:70ch;color:var(--muted);margin:24px 0 0;font-size:13px;line-height:1.6;animation:.22s ease-out .76s both intro-line-reveal}.archive-index{margin-top:clamp(72px,10vw,132px)}.archive-index__heading{border-bottom:1px solid var(--rule-strong);justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:14px;display:flex}.eyebrow{color:var(--muted);font-weight:600;display:inline-block}.archive-index__heading h1{letter-spacing:.08em;text-transform:uppercase;margin:10px 0 0;font-size:14px;font-weight:500;line-height:1}.archive-index__count{color:var(--muted);white-space:nowrap;padding-bottom:1px;font-size:11px}.archive-groups{padding-top:32px}.archive-year{grid-template-columns:minmax(58px,.12fr) minmax(0,1fr);gap:clamp(24px,5vw,80px);padding-bottom:clamp(54px,8vw,96px);animation:.36s ease-out both year-reveal;display:grid}.archive-year:nth-child(2){animation-delay:45ms}.archive-year:nth-child(3){animation-delay:90ms}.archive-year:nth-child(4){animation-delay:.135s}.archive-year:nth-child(5){animation-delay:.18s}.archive-year:nth-child(6){animation-delay:.225s}.archive-year:nth-child(7){animation-delay:.27s}.archive-year>h2{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;align-self:start;margin:1px 0 0;font-size:11px;font-weight:500;line-height:1.2}.archive-year__entries{border-top:1px solid var(--rule)}.archive-entry{border-bottom:1px solid var(--rule);grid-template-columns:minmax(0,1fr) minmax(210px,.33fr);gap:clamp(24px,5vw,76px);min-height:104px;padding:17px 0 20px;display:grid;position:relative}.archive-entry__main{min-width:0;color:inherit;text-decoration:none}.archive-entry h3{letter-spacing:-.055em;text-underline-offset:4px;max-width:760px;margin:0;font-size:clamp(15px,1.7vw,22px);font-weight:500;line-height:1.15;text-decoration-thickness:1px;transition:text-decoration-color .12s}.archive-entry__main:hover h3,.archive-entry__main:focus-visible h3{text-decoration:underline}.archive-entry__main p{max-width:72ch;color:var(--muted);margin:10px 0 0;font-size:11px;line-height:1.55}.archive-entry__side{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:18px;display:grid}.archive-entry__meta,.archive-entry__relationship{color:var(--muted);flex-direction:column;align-items:flex-start;gap:7px;padding-top:2px;display:flex}.archive-entry__meta span:first-child{color:var(--foreground)}.archive-entry__relationship{color:var(--faint)}.external-media-card{border:1px solid var(--rule-strong);background:var(--background);min-height:140px;color:var(--foreground);flex-direction:column;justify-content:space-between;gap:22px;padding:16px;text-decoration:none;transition:background .12s,color .12s;display:flex}.external-media-card:hover,.external-media-card:focus-visible{background:var(--foreground);color:var(--background)}.external-media-card--compact{min-height:126px;padding:13px}.external-media-card__eyebrow,.external-media-card__detail{color:var(--muted)}.external-media-card:hover .external-media-card__eyebrow,.external-media-card:hover .external-media-card__detail,.external-media-card:focus-visible .external-media-card__eyebrow,.external-media-card:focus-visible .external-media-card__detail{color:#bdbdbd}.external-media-card__title{max-width:28ch;font-size:13px;line-height:1.35}.external-media-card__detail{align-self:flex-start}.page-shell--archive{padding-top:clamp(56px,8vw,100px)}.entry-page{padding-top:clamp(32px,5vw,68px);padding-bottom:clamp(88px,12vw,160px)}.entry-page__topline{color:var(--muted);justify-content:space-between;gap:20px;display:flex}.entry-page__topline a{color:var(--foreground);text-decoration:none}.entry-page__topline a:hover,.entry-page__topline a:focus-visible{text-underline-offset:3px;text-decoration:underline}.entry-header{max-width:980px;padding:clamp(76px,12vw,160px) 0 clamp(54px,8vw,104px)}.entry-header__meta{color:var(--muted);flex-wrap:wrap;gap:12px 22px;display:flex}.entry-header h1{letter-spacing:-.08em;max-width:900px;margin:20px 0 0;font-size:clamp(32px,6vw,78px);font-weight:500;line-height:1.02}.entry-header>p{max-width:70ch;color:var(--muted);margin:28px 0 0;font-size:clamp(15px,1.7vw,20px);line-height:1.55}.entry-layout{grid-template-columns:minmax(0,1fr) minmax(210px,.28fr);align-items:start;gap:clamp(40px,8vw,124px);display:grid}.entry-content{min-width:0}.media-gallery{gap:20px;margin-bottom:56px;display:grid}.media-gallery>*{min-width:0}.remote-image{margin:0}.remote-image__frame,.video-preview__frame{background:#f5f5f5;overflow:hidden}.remote-image__frame{border:1px solid var(--rule)}.remote-image img,.video-preview video{width:100%;height:auto;display:block}.remote-image img{object-fit:contain;height:100%}.remote-image figcaption{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:16px;padding-top:9px;font-size:10px;display:flex}.remote-image figcaption a,.video-preview a,.embed-preview a{color:inherit;text-decoration:none}.remote-image figcaption a:hover,.remote-image figcaption a:focus-visible,.video-preview a:hover,.video-preview a:focus-visible,.embed-preview a:hover,.embed-preview a:focus-visible{text-underline-offset:3px;text-decoration:underline}.video-preview__frame{background:var(--foreground)}.video-preview video{object-fit:contain;height:100%}.video-preview>a,.embed-preview>a{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;padding-top:9px;font-size:10px;display:block}.embed-preview iframe{aspect-ratio:16/9;border:1px solid var(--rule);background:var(--foreground);width:100%;display:block}.github-preview{border-top:1px solid var(--rule-strong);border-bottom:1px solid var(--rule);gap:28px;margin-bottom:56px;padding:20px 0 19px;display:grid}.github-preview__eyebrow,.entry-fact h2,.source-links h2{color:var(--muted);font-weight:600}.github-preview h2{letter-spacing:-.055em;margin:11px 0 0;font-size:clamp(18px,2.5vw,30px);font-weight:500;line-height:1.1}.github-preview p{max-width:70ch;color:var(--muted);margin:11px 0 0;font-size:12px;line-height:1.55}.github-preview__footer{color:var(--muted);justify-content:space-between;gap:18px;display:flex}.github-preview__links{color:var(--foreground);flex-wrap:wrap;gap:12px 18px;display:flex}.github-preview__links a{text-decoration:none}.github-preview__links a:hover,.github-preview__links a:focus-visible{text-underline-offset:3px;text-decoration:underline}.entry-notes{border-top:1px solid var(--rule);max-width:720px;padding-top:20px}.entry-notes p{color:var(--muted);margin:12px 0 0;font-size:12px;line-height:1.65}.entry-aside{position:sticky;top:24px}.entry-fact{border-top:1px solid var(--rule-strong);padding-top:20px}.entry-fact dl{gap:18px;margin:22px 0 0;display:grid}.entry-fact dl div{gap:5px;display:grid}.entry-fact dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px}.entry-fact dd{margin:0;font-size:12px;line-height:1.45}.entry-fact>p{color:var(--muted);margin:26px 0 0;font-size:11px;line-height:1.6}.source-links{border-top:1px solid var(--rule);margin-top:58px;padding-top:20px}.source-links ul{margin:20px 0 0;padding:0;list-style:none}.source-links li{border-bottom:1px solid var(--rule)}.source-links a{padding:11px 0;font-size:12px;text-decoration:none;display:block}.source-links a:hover,.source-links a:focus-visible{text-underline-offset:3px;text-decoration:underline}.page-shell--about{padding-top:clamp(72px,12vw,160px)}.about-layout{grid-template-columns:minmax(100px,.2fr) minmax(0,1fr);gap:clamp(28px,8vw,132px);max-width:1120px;display:grid}.about-label{padding-top:8px}.about-copy h1{letter-spacing:-.08em;max-width:900px;margin:0;font-size:clamp(32px,5.8vw,76px);font-weight:500;line-height:1.02}.about-copy>p{max-width:68ch;color:var(--muted);margin:30px 0 0;font-size:clamp(15px,1.7vw,19px);line-height:1.6}.about-facts{border-top:1px solid var(--rule-strong);grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:clamp(62px,9vw,120px) 0 0;padding-top:18px;display:grid}.about-facts div{gap:8px;display:grid}.about-facts dt{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:10px}.about-facts dd{margin:0;font-size:12px;line-height:1.5}.text-link{border-bottom:1px solid var(--foreground);margin-top:56px;padding-bottom:5px;font-size:12px;text-decoration:none;display:inline-flex}.text-link:hover,.text-link:focus-visible{background:var(--foreground);color:var(--background)}.page-shell--not-found{min-height:68vh;padding-top:18vh}.page-shell--not-found h1{letter-spacing:-.08em;max-width:720px;margin:18px 0 0;font-size:clamp(32px,6vw,72px);font-weight:500;line-height:1.02}.site-footer{border-top:1px solid var(--rule);color:var(--muted);justify-content:space-between;gap:18px;padding-top:20px;padding-bottom:24px;display:flex}@keyframes name-reveal{0%{width:0}to{width:14ch}}@keyframes intro-line-reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes year-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.archive-entry{grid-template-columns:minmax(0,1fr) minmax(190px,.34fr);gap:28px}.entry-layout{grid-template-columns:minmax(0,1fr) minmax(190px,.32fr);gap:42px}.about-facts{grid-template-columns:1fr}}@media (max-width:640px){html{scroll-behavior:auto}.site-header{grid-template-columns:1fr;gap:18px;padding-top:20px;padding-bottom:20px;display:grid}.site-nav{justify-content:flex-start;gap:12px 18px}.page-shell--home{padding-top:58px}.home-intro__prompt{margin-bottom:18px}.home-name{font-size:clamp(40px,11.5vw,58px)}.home-intro__description{margin-top:20px;font-size:12px}.archive-index{margin-top:76px}.archive-index__heading{display:block}.archive-index__count{padding-top:13px;display:block}.archive-groups{padding-top:26px}.archive-year{padding-bottom:52px;display:block}.archive-year>h2{margin-bottom:14px}.archive-entry{min-height:0;padding:16px 0 18px;display:block}.archive-entry h3{font-size:16px}.archive-entry__main p{margin-top:9px;font-size:11px}.archive-entry__side{flex-wrap:wrap;gap:8px 14px;margin-top:14px;display:flex}.archive-entry__meta,.archive-entry__relationship{flex-flow:wrap;gap:7px 14px;padding-top:0;font-size:9px;display:flex}.archive-entry__relationship{color:var(--muted)}.archive-entry__relationship span+span:before,.archive-entry__meta span+span:before{color:var(--faint);content:"/";margin-right:14px}.entry-page{padding-top:22px}.entry-page__topline{font-size:9px}.entry-header{padding-top:68px;padding-bottom:56px}.entry-header h1{font-size:clamp(32px,12vw,58px)}.entry-header>p{margin-top:20px;font-size:15px}.entry-layout{display:block}.entry-aside{margin-top:64px;position:static}.github-preview__footer,.site-footer{flex-direction:column;align-items:flex-start}.about-layout{display:block}.about-label{margin-bottom:58px}.about-copy h1{font-size:clamp(32px,12vw,58px)}.about-copy>p{margin-top:23px;font-size:15px}.about-facts{gap:20px;margin-top:62px}.site-footer{gap:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0s!important}.home-name__text,.home-intro__description,.archive-year{animation:none!important}.home-name__text{width:auto}}
