.not-found{min-height:100vh;display:grid;place-items:center;justify-content:center;overflow:hidden}.not-found__inner{width:min(960px,100%);opacity:0;animation:not-found-fade .3s ease-in-out forwards}.not-found__title{margin:0 0 20px;font-size:9px;font-weight:600;letter-spacing:-.01em;color:var(--text-primary, #2f3540)}.not-found__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.not-found__card{overflow:hidden}.not-found__file-meta{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:var(--accent-blue, #1178ff)}.not-found__lines{padding:16px;display:flex;flex-direction:column;gap:2px;overflow:auto}.not-found__line{display:grid;grid-template-columns:38px minmax(0,1fr);gap:16px;align-items:start;font-family:SuisseIntlMono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;line-height:1.6;color:var(--text-primary, #2f3540)}.not-found__line-number{text-align:right;color:var(--text-muted, rgba(47, 53, 64, .5));font-variant-numeric:tabular-nums}.not-found__line-code{white-space:pre;font-variant-ligatures:none}@media(prefers-reduced-motion:reduce){.not-found__inner{animation:none;opacity:1;transform:none}}@keyframes not-found-fade{to{opacity:1}}.home{min-height:100vh;display:flex;justify-content:center;padding:96px 24px 120px}.home__content{width:min(450px,calc(100vw - 40px));display:flex;flex-direction:column;gap:28px}.home__content>*{--enter-delay: 80ms;animation:home-enter .35s ease both;animation-delay:calc(var(--enter-delay) * var(--stagger, 0))}@keyframes home-fade{0%{opacity:0}to{opacity:1}}.home--no-animate .home__content>*{animation:home-fade .35s ease both;animation-delay:calc(var(--enter-delay) * var(--stagger, 0))}@keyframes home-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home__intro,.home__bio{margin:0;font-size:16px;line-height:1.6;color:var(--text-primary)}.home__diagram{display:grid;place-items:center}.diagram{grid-area:1 / 1;opacity:0;pointer-events:none}.diagram--animate{transition:opacity .2s ease,transform .2s ease}.diagram--active{opacity:1;transform:translateY(0);pointer-events:auto}.home__chip{display:inline-flex;align-items:center;justify-content:center;background:var(--chip-bg);color:inherit;border-radius:8px;padding:0 4px;border:1px dashed transparent;font:inherit;line-height:1.4;cursor:default;transition:background-color .1s ease,color .1s ease,border-color .1s ease;appearance:none}.home__chip--dashed{background:var(--chip-bg);cursor:pointer;border-color:var(--chip-border-default)}.home__chip:hover,.home__chip--active{background:var(--chip-highlight)}.home__chip--selected{background:var(--chip-selected)}.home__chip--selected.home__chip--active,.home__chip--dashed.home__chip--active{background:var(--chip-highlight)}.home__chip--dashed:hover{background:var(--chip-highlight);border-color:var(--chip-border-hover)}.home__chip--dashed.home__chip--selected{background:var(--chip-selected)}.home__chip--dashed.home__chip--active{border-color:var(--chip-border-hover)}.home__chip--dashed:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent-blue-border)}.home__chip:focus-visible{outline:none;box-shadow:0 0 0 2px var(--accent-blue-border)}.home__bio strong{font-weight:500}.home__bio a:not(.footnote-ref),.home__footnote a:not(.footnote-ref){color:inherit;font-weight:500;text-decoration-line:underline;text-decoration-style:dotted;text-decoration-color:var(--text-muted);text-decoration-thickness:1px;text-underline-offset:6px}.home__bio a:not(.footnote-ref):hover,.home__footnote a:not(.footnote-ref):hover,.home__footnote a:not(.footnote-ref):focus-visible{text-decoration-color:var(--text-muted);text-decoration-style:solid;text-underline-offset:6px}.footnote-ref{display:inline-flex;vertical-align:middle;text-decoration:none;margin-left:6px}.footnote-ref__badge{width:18px;height:18px;border-radius:6px;background:var(--footnote-badge-bg);color:#fff;font-size:12px;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-weight:600;transition:background-color .1s ease;text-decoration:none}.footnote-ref--inline{margin-left:8px;margin-right:4px;transform:translateY(-1px)}.footnote-ref:hover{text-decoration:none}.footnote-ref:hover .footnote-ref__badge{background:var(--footnote-badge-hover)}.footnote-ref--corner{position:absolute;top:12px;right:0;margin-left:0;z-index:2}.home__work{margin-top:48px;display:flex;flex-direction:column;gap:160px;align-items:center;width:min(1200px,calc(100vw - 40px));align-self:center}.home__footnotes{width:min(450px,calc(100vw - 40px));margin:120px auto 0;display:flex;flex-direction:column;gap:16px;color:var(--text-muted);font-size:14px}.home__footnote{display:flex;gap:12px;align-items:flex-start;scroll-margin-top:120px}.home__footnote a{text-underline-offset:4px!important}.home__footnote .footnote-ref{margin-top:3px}.home__footnote p{margin:0}@media(max-width:640px){.home{padding:48px 18px 64px}.home__content{gap:32px}.home__about-video{width:min(150px,50vw)}}.work-article{width:576px;font-size:16px;letter-spacing:0;margin:96px auto 120px;animation:work-article-opacity .5s ease forwards;will-change:filter;font-family:SuisseIntl,sans-serif;--flow-space: 20px;--flow-space-tight: 12px;--flow-space-loose: 28px;--header-stack-gap: 12px;--header-after: 16px}@media(max-width:640px){.work-article{width:auto;margin:48px 18px 64px}}@keyframes work-article-opacity{0%{opacity:0}to{opacity:1}}.work-article ::selection{background-color:var(--chip-selected)}.work-article .heading{display:flex;flex-direction:column;align-items:flex-start;gap:var(--header-stack-gap)}.work-article .heading__row{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:16px}.work-article img{max-width:100%;height:auto;outline:1px solid var(--md-img-border);outline-offset:-1px}a img{max-width:100%;height:auto;outline:1px solid var(--md-img-border);outline-offset:-1px;margin-top:var(--flow-space-loose)}.work-article .md-video{width:100%;height:auto;display:block}.work-article .img-no-border{outline:1px solid rgba(0,0,0,0)!important}.work-article>*{margin:0}.work-article>*+*{margin-top:var(--flow-space)}.work-article>.heading+*{margin-top:var(--header-after)}.work-article>p+p{margin-top:var(--flow-space-tight)}.work-article>*+:where(h2,h3){margin-top:var(--flow-space-loose)}.work-article>*+:where(img,.video-frame,.md-video,blockquote){margin-top:var(--flow-space-loose)}.work-article ul,.work-article ol{padding-left:22px}.work-article li+li{margin-top:6px}.work-article__title{font-size:16px;font-family:SuisseIntl,sans-serif;font-weight:500}.work-article__date{font-size:16px;text-align:right;color:var(--text-muted)}.work-article h2{font-size:16px;font-family:SuisseIntl,sans-serif;font-weight:500;font-synthesis-weight:none;padding-top:40px}.work-article h2 strong{font-weight:500;font-synthesis-weight:none}.work-article .heading h2{margin:0}.work-article blockquote{border-left:2px solid var(--ring);margin-left:20px;padding-left:12px;quotes:"“""”""‘""’"}.work-article blockquote p{margin:0!important}.work-article a{color:inherit;text-decoration-style:dotted;transition:.1s ease;text-underline-offset:4px}.work-article a:hover{text-decoration-style:solid}.work-article .footnote-ref{display:inline-flex;vertical-align:middle;text-decoration:none;margin-left:6px}.work-article .footnote-ref__badge{width:18px;height:18px;border-radius:6px;background:var(--footnote-badge-bg);color:#fff;font-size:12px;line-height:1;display:inline-flex;align-items:center;justify-content:center;font-weight:600;transition:background-color .1s ease;text-decoration:none}.work-article .footnote-ref--inline{margin-left:8px;margin-right:4px;transform:translateY(-1px)}.work-article .footnote-ref:hover{text-decoration:none}.work-article .footnote-ref:hover .footnote-ref__badge{background:var(--footnote-badge-hover)}.work-article__footnotes{margin-top:64px;display:flex;flex-direction:column;gap:16px;color:var(--text-muted);font-size:14px}.work-article__footnote{display:flex;gap:12px;align-items:flex-start}.work-article__footnote .footnote-ref{margin-top:3px;margin-left:0}.work-article__footnote p{margin:0}.work-article .back{width:24px;height:24px;text-align:left;text-decoration:none;display:inline-flex;align-items:center;justify-content:flex-start;padding:0;line-height:0;color:var(--text-muted);opacity:.5;transition:opacity .1s ease,color .1s ease}.work-article .back:hover,.work-article .back:focus-visible{opacity:1;color:var(--text-primary);background-color:unset;box-shadow:unset}.work-article .back svg{width:12px;height:10px;display:block;color:currentColor}.work-article hr{margin-block:12px;border:.5px solid var(--md-img-border)}.work-article pre{color:var(--text-secondary);background-color:var(--fill-alt);border:1px solid var(--md-img-border);padding:12px;overflow:auto;margin-top:20px}.work-article pre>code{background-color:unset;font-style:normal}.work-article code{background-color:var(--fill-alt);font-style:italic}.work-article .iframe{outline:1px solid var(--md-img-border);background-color:#fff}@font-face{font-family:SuisseIntl;src:url(/assets/SuisseIntl-Regular-B7AM9lve.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SuisseIntl;src:url(/assets/SuisseIntl-Medium-BV5hdR7s.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SuisseIntl;src:url(/assets/SuisseIntl-Semibold-BR4QjKEb.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:SuisseIntlMono;src:url(/assets/SuisseIntlMono-Regular-WebS-12hCXZbU.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{color-scheme:light dark;--dom-bg: #ffffff;--chip-selected: #dee8f6;--text-primary: #2f3540;--text-secondary: rgba(47, 53, 64, .6);--text-muted: rgba(47, 53, 64, .5);--accent-blue: #1178ff;--accent-blue-weak: rgba(17, 120, 255, .2);--accent-blue-soft: rgba(17, 120, 255, .36);--accent-blue-subtle: rgba(17, 120, 255, .16);--accent-blue-strong: rgba(17, 120, 255, .8);--accent-blue-border: rgba(17, 120, 255, .5);--chip-border-default: rgba(0, 0, 0, .2);--chip-bg: #f4f5f6;--chip-highlight: rgba(17, 120, 255, .2);--chip-border-hover: rgba(17, 120, 255, .6);--control-bg: rgba(0, 0, 0, .05);--control-icon: rgba(0, 0, 0, .3);--control-icon-strong: rgba(0, 0, 0, .6);--ring: rgba(0, 0, 0, .2);--fill: rgba(0, 0, 0, .02);--fill-alt: rgba(0, 0, 0, .02);--clock-ink: #1f1f1f;--clock-accent: rgba(17, 120, 255, .45);--clock-accent-strong: rgba(17, 120, 255, .8);--snowball: #d9d9d9;--glow: rgba(17, 24, 39, .08);--footnote-badge-bg: #cccccc;--footnote-badge-hover: #b3b3b3;--md-img-border: rgba(0, 0, 0, .1);--video-frame-bg: #DDDDDD;--venn-intersection-opacity: .1;--venn-intersection-hover: .2}html[data-theme=light]{color-scheme:light;--dom-bg: #ffffff;--chip-selected: #dee8f6}html[data-theme=dark]{color-scheme:dark;--dom-bg: #101010;--chip-selected: rgba(88, 176, 255, .3);--text-primary: rgba(255, 255, 255, .9);--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5);--accent-blue: #58b0ff;--accent-blue-weak: rgba(88, 176, 255, .2);--accent-blue-soft: rgba(88, 176, 255, .36);--accent-blue-subtle: rgba(88, 176, 255, .16);--accent-blue-strong: rgba(88, 176, 255, .85);--accent-blue-border: rgba(88, 176, 255, .6);--chip-border-default: rgba(255, 255, 255, .22);--chip-bg: #1c1c1c;--chip-highlight: rgba(88, 176, 255, .2);--chip-border-hover: rgba(88, 176, 255, .75);--control-bg: rgba(255, 255, 255, .08);--control-icon: rgba(255, 255, 255, .6);--control-icon-strong: rgba(255, 255, 255, .95);--ring: rgba(255, 255, 255, .22);--fill: rgba(255, 255, 255, .03);--fill-alt: rgba(255, 255, 255, .03);--clock-ink: #f7f7f7;--clock-accent: rgba(88, 176, 255, .3);--clock-accent-strong: rgba(88, 176, 255, .2);--snowball: #d9d9d9;--glow: rgba(0, 0, 0, .55);--footnote-badge-bg: #3a3a3a;--footnote-badge-hover: #2d2d2d;--md-img-border: rgba(255, 255, 255, .1);--video-frame-bg: #333333;--venn-intersection-opacity: .3;--venn-intersection-hover: .2}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:SuisseIntl,sans-serif;background-color:transparent;color:var(--text-primary, #2f3540);transition:color .25s ease;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html{background-color:var(--dom-bg, #ffffff);transition:background-color .25s ease}body.fonts-loading{color:transparent}body.fonts-loading .venn__label,body.fonts-loading .clock__number,body.fonts-loading .clock__meridiem,body.fonts-loading .work-preview__name,body.fonts-loading .work-preview__year,body.fonts-loading .work-preview__description{opacity:0}::selection{background:var(--chip-selected, #dee8f6);color:inherit}::-moz-selection{background:var(--chip-selected, #dee8f6);color:inherit}html[data-theme=light] ::selection,html[data-theme=light] ::-moz-selection{background:#dee8f6;color:inherit}html[data-theme=dark] ::selection,html[data-theme=dark] ::-moz-selection{background:#58b0ff8c;color:inherit}#app{min-height:100vh;background-color:transparent}
