:root{--title:#101112;--body:#333333;--muted:#6A6E7B;--card:#FAFAFB;--line:#EAEBEF;--band:#F5F6F8;--paper:#FFFFFF;--red:#FF383C;--blue:#0088FF;--teal:#00C8B3;--gray:#6C7581;--amber:#D19B05;--green:#22C55E;--link:#2563EB;--error:#B62116;--sans:system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--btn-bg:#000000;--btn-fg:#FFFFFF;--btn-bg-hover:#101112;--thesis-border:#000000;color-scheme:light}[data-theme=dark]{--title:#F2F3F5;--body:#DEE1E7;--muted:#9BA1AD;--card:#1F222A;--line:#2C303A;--band:#1A1D24;--paper:#16181D;--red:#FF6166;--blue:#4DA3FF;--teal:#2FD6C2;--gray:#9BA1AD;--amber:#E0B24A;--green:#3BD277;--link:#8CB8FF;--error:#F3A9A2;--btn-bg:#F2F3F5;--btn-fg:#16181D;--btn-bg-hover:#E4E6EA;--thesis-border:#F2F3F5;color-scheme:dark}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body,html{background:var(--paper)}body{margin:0;color:var(--body);font-family:var(--sans);font-size:14px;line-height:20px;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}@media (prefers-reduced-motion:no-preference){body{transition:background .2s ease,color .2s ease}}main{flex:1 1 auto}a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--title);outline-offset:2px}.skip{position:absolute;left:-999px;top:0;z-index:100;background:var(--title);color:var(--paper);padding:8px 12px;font-size:13px;text-decoration:none}.skip:focus{left:8px;top:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}header.site{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--paper)}.bar{border-bottom:1px solid var(--line)}.bar-inner{padding:10px 16px;display:flex;align-items:center;justify-content:space-between}.wordmark{font-weight:600;color:var(--body);text-decoration:none;font-size:14px}nav.sub{display:flex;gap:18px}nav.sub a,nav.sub button{color:var(--muted);text-decoration:none;font-weight:500;font:inherit;background:none;border:0;padding:0;cursor:pointer}nav.sub a:hover,nav.sub button:hover{color:var(--title)}nav.sub .current{color:var(--body);font-weight:600}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin:-7px -8px -7px 0;border:0;background:none;cursor:pointer;color:var(--muted);border-radius:999px}.theme-toggle:hover{color:var(--title)}.theme-toggle svg{width:20px;height:20px;display:block}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon,[data-theme=dark] .theme-toggle .icon-sun{display:block}[data-theme=dark] .theme-toggle .icon-moon{display:none}main.col{max-width:560px}main.col,main.study{width:100%;margin:0 auto;padding:40px 16px 200px}main.study{max-width:680px}main.center{padding:40px 16px 200px;display:flex;justify-content:center;align-items:flex-start}.sect{margin-top:56px}.sect:first-child{margin-top:0}hr.divider{border:0;border-top:1px dashed var(--line);margin:56px 0 0}h1.head,h2.head{display:flex;align-items:center;gap:10px;font-size:18px;line-height:24px;font-weight:600;color:var(--body);margin:0 0 12px}.accent{width:4px;height:24px;border-radius:999px;flex-shrink:0}.accent.red{background:var(--red)}.accent.blue{background:var(--blue)}.accent.teal{background:var(--teal)}.accent.gray{background:var(--gray)}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:24px}.card p{margin:0}.card .head{margin-bottom:10px}.interests{margin-top:18px}.lab{display:flex;align-items:center;gap:12px;color:var(--muted);font-weight:500;margin-bottom:12px}.lab:after{content:"";flex:1 1;height:1px;background:var(--line)}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{display:inline-flex;align-items:center;gap:6px;background:var(--paper);border:1px solid var(--line);border-radius:999px;padding:6px 14px;font-weight:500;color:var(--body)}ul.list{list-style:none;margin:0;padding:0}ul.list>li{border-bottom:1px solid var(--line)}ul.list>li:last-child{border-bottom:0}a.item{display:block;padding:14px 0 16px;text-decoration:none}.item .t{font-weight:600;color:var(--title);font-size:14px}a.item:hover .t{text-decoration:underline;text-underline-offset:3px}.item .blurb{margin:3px 0 0;color:var(--body)}.g-meta,.item .meta{margin:4px 0 0;color:var(--muted)}.g-meta{display:flex;align-items:center;flex-wrap:wrap;gap:0 6px}li.job{padding:12px 0 14px}.job .t{font-weight:700;color:var(--title)}.job .role{color:var(--body);font-weight:400}.job .meta{color:var(--muted);margin:2px 0 0}.study h1{font-size:20px;line-height:28px;font-weight:600;color:var(--title);margin:0 0 4px}.article-hero{margin:0 0 40px}main.col>.article-hero+*,main.study>.article-hero+*{margin-top:0}.article-hero .hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:2px 6px;color:var(--muted);margin:0}.hero-primary .v{color:var(--title);font-weight:400}.article-hero .hero-byline{margin-top:12px}.hero-rule{border:0;border-top:1px solid var(--line);margin:14px 0 7px}.hero-rule.close{margin:7.75px 0 0}.article-hero .hero-source{margin-top:8px}.hero-source .src-label{color:var(--muted)}.hero-source a{display:inline-flex;align-items:center;gap:4px;color:var(--link);text-decoration:underline;text-underline-offset:2px}.hero-source a:hover{color:var(--title)}.hero-source svg{width:14px;height:14px;display:block}.meta-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.article-hero .hero-sub{margin:0;min-width:0}.share{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;background:none;border:0;cursor:pointer;padding:4px 0;margin:-4px 0;color:var(--muted);font-weight:500;font-size:14px;line-height:20px;font-family:inherit}.share:hover{color:var(--title)}.share svg{width:16px;height:16px;display:block}.study figure{margin:32px 0}.frame{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--card)}.frame img{display:block;width:100%;height:auto}.frame img.natural{width:auto;max-width:100%;margin:0 auto;padding:24px 0}.study figcaption{text-align:center;font-style:italic;margin-top:10px}.ph,.study figcaption{color:var(--muted);font-size:13px}.ph{display:flex;align-items:center;justify-content:center;letter-spacing:.02em}.ph.hero{height:300px}.ph.shot{height:420px}.ph.collage{height:340px}.thesis{margin:32px 0;padding:2px 0 2px 20px;border-left:5px solid var(--thesis-border);color:var(--muted);font-size:17px;line-height:26px}.study h2{font-size:16px;line-height:22px;font-weight:600;color:var(--body);margin:44px 0 0;padding-bottom:8px;border-bottom:1px solid var(--line)}.study h2+p{margin-top:14px}.study h3{font-size:14px;line-height:20px;font-weight:600;color:var(--body);margin:24px 0 0}.study h3+p{margin-top:8px}.study p,.study ul{margin:14px 0 0}.study ul{padding-left:20px}.study li{margin-top:6px}.study li::marker{color:var(--muted)}.formula{font-style:italic;color:var(--muted)}.band{width:100vw;margin:40px 0 0 calc(50% - 50vw);background:var(--band);padding:32px 0}@media (max-width:680px){.band{width:auto;margin-left:-16px;margin-right:-16px}}.strip{display:flex;gap:24px;overflow-x:auto;padding:0 32px;scrollbar-width:thin}.strip .cardlet{flex:0 0 260px;height:180px;background:var(--paper);border:1px solid var(--line);border-radius:8px}.strip:has(.screen){max-width:1400px;margin:0 auto}.strip .screen{flex:var(--ar,1) 1 0;height:auto;width:auto;min-width:0;display:block;background:var(--paper);border:1px solid var(--line);border-radius:8px}.strip:has(.screen-break){flex-wrap:wrap}.screen-break{flex-basis:100%;height:0}.strip.natural{gap:12px;align-items:flex-start}.strip.natural>:first-child{margin-left:auto}.strip.natural>:last-child{margin-right:auto}.strip.natural .screen-nat{flex:0 0 auto;width:290px;height:auto;display:block}@media (max-width:680px){.strip:has(.screen-break){flex-wrap:nowrap}.strip .screen{flex:0 0 auto;height:400px}.screen-break{display:none}}.gate{width:100%;max-width:400px;background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:24px;margin-top:0}.gate h1{font-size:18px;line-height:24px;font-weight:600;color:var(--body);margin:0 0 8px}.gate .lede{margin:0 0 32px}.gate a{color:var(--title);text-decoration:underline;text-underline-offset:2px}.gate label{display:block;font-weight:500;color:var(--body);margin-bottom:8px}.gate input[type=password]{width:100%;font:inherit;color:var(--body);border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:var(--paper)}.gate input[type=password]::placeholder{color:var(--muted)}.gate .submit{display:block;width:100%;margin-top:40px;font:inherit;font-weight:600;color:var(--btn-fg);background:var(--btn-bg);border:0;border-radius:14px;padding:10px 16px;cursor:pointer}.gate .submit:hover{background:var(--btn-bg-hover)}.gate .err{margin:10px 0 0;color:var(--error)}.piece h1{font-size:20px;line-height:28px;font-weight:600;color:var(--title);margin:0 0 8px}.piece .lede{color:var(--muted);margin:0 0 12px}.piece h2{font-size:15px;line-height:22px;font-weight:600;color:var(--body);margin:32px 0 0}.piece h2+p{margin-top:10px}.piece p,.piece ul{margin:14px 0 0}.piece ul{padding-left:20px}.piece li{margin-top:6px}.piece li::marker{color:var(--muted)}.overlay{position:fixed;inset:0;z-index:90;background:rgba(16,17,18,.4)}.modal{position:fixed;z-index:91;background:var(--paper);display:flex;flex-direction:column}@media (min-width:640px){.modal{top:120px;left:50%;transform:translateX(-50%);width:560px;max-width:calc(100vw - 48px);max-height:calc(100vh - 144px);overflow-y:auto;border-radius:24px;box-shadow:0 24px 64px rgba(16,17,18,.18);padding:32px}}@media (max-width:639px){.modal{inset:0;padding:36px 24px 24px}}@media (prefers-reduced-motion:no-preference){@media (min-width:640px){.modal{animation:rise .2s ease-out}}@media (max-width:639px){.modal{animation:slideup .24s ease-out}}}@keyframes rise{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@keyframes slideup{0%{transform:translateY(28px);opacity:.7}to{transform:none;opacity:1}}.modal h2{font-size:20px;line-height:28px;font-weight:600;color:var(--title);margin:0 0 8px}.modal .intro{margin:0 0 20px}.rows{flex-direction:column;gap:16px}.row,.rows{display:flex}.row{align-items:center;gap:12px;padding:0}.row .icon{flex-shrink:0;width:20px;height:20px}.row .icon,.row .label{color:var(--muted)}.row .value{margin-left:auto;font-weight:600;color:var(--title);text-align:right}.row a.value.link{color:var(--link);text-decoration:underline;text-underline-offset:2px}.row a.value.plain{color:var(--title);text-decoration:none}.modal .close-btn{display:block;width:100%;font:inherit;font-weight:600;color:var(--btn-fg);background:var(--btn-bg);border:0;border-radius:16px;padding:10px 16px;cursor:pointer;margin-top:80px}.modal .close-btn:hover{background:var(--btn-bg-hover)}@media (max-width:639px){.modal .close-btn{margin-top:auto}}footer.site-foot{border-top:1px solid var(--line)}.foot-inner{padding:14px 16px;display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px 24px;font-size:14px}.foot-inner .links{display:flex;gap:18px}.foot-inner a{color:var(--muted);text-decoration:none}.foot-inner a:hover{color:var(--title)}.status{display:inline-flex;align-items:center;color:var(--body)}.pulse{width:7px;height:7px;border-radius:50%;background:var(--green);display:inline-block;margin-right:6px;flex-shrink:0;position:relative;top:.5px}@media (prefers-reduced-motion:no-preference){.pulse{animation:pulse 2s ease-out infinite}}@keyframes pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--green) 45%,transparent)}70%{box-shadow:0 0 0 7px color-mix(in srgb,var(--green) 0%,transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb,var(--green) 0%,transparent)}}