@import"https://api.fontshare.com/v2/css?f[]=switzer@400,500,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400&display=swap";:root{color-scheme:light;--background: #f7f2e5;--foreground: #23201a;--muted: #6e6759;--faint: #99917e;--surface: #efe8d6;--surface-hover: #eae2cd;--border: #e2dac4;--border-strong: #ccc2a8;--accent: #23201a;--accent-soft: rgb(35 32 26 / 7%);--font: "Switzer", ui-sans-serif, system-ui, sans-serif;--mono: "Geist Mono", ui-monospace, monospace}html.dark{color-scheme:dark;--background: #1e1e1c;--foreground: #f4f3f0;--muted: #a5a39c;--faint: #7c7a74;--surface: #262624;--surface-hover: #2c2c29;--border: #333330;--border-strong: #4b4b46;--accent: #ffffff;--accent-soft: rgb(255 255 255 / 7%)}html.oled{--background: #000000;--foreground: #ededea;--surface: #131312;--surface-hover: #1a1a19;--border: #232322;--border-strong: #3c3c38}*,*:before,*:after{box-sizing:border-box}html{min-width:20rem;background:var(--background);-webkit-text-size-adjust:100%;scroll-behavior:smooth}html,body{transition:background-color .35s ease,color .35s ease}body{margin:0;min-height:100dvh;color:var(--foreground);background:var(--background);font-family:var(--font);font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:var(--accent-soft)}a{color:inherit}button{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:20;padding:.6rem .9rem;border-radius:.6rem;color:var(--background);background:var(--foreground);font-size:.85rem;font-weight:500;text-decoration:none;transform:translateY(-5rem);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:.8rem;z-index:10;margin-bottom:.8rem}.site-header__inner{display:flex;width:min(100% - 2rem,44.5rem);height:3.3rem;margin:auto;align-items:center;justify-content:space-between;padding:0 .65rem 0 1.15rem;border:1px solid color-mix(in srgb,var(--border) 65%,transparent);border-radius:999px;background:color-mix(in srgb,var(--background) 55%,transparent);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);box-shadow:0 1px 1px #00000008,0 8px 24px -12px #0000001f,inset 0 1px color-mix(in srgb,var(--background) 55%,transparent);transition:background-color .35s ease,border-color .35s ease,box-shadow .35s ease}html.dark .site-header__inner{background:color-mix(in srgb,var(--background) 48%,transparent);box-shadow:0 8px 24px -12px #00000073,inset 0 1px #ffffff0d}.brand{display:inline-flex;align-items:center;gap:.6rem;font-size:.95rem;font-weight:500;text-decoration:none}.brand-mark{display:block;width:1.35rem;height:1.4rem;background:currentColor;mask:url(/logo.svg) no-repeat center / contain;-webkit-mask:url(/logo.svg) no-repeat center / contain;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.brand:hover .brand-mark{transform:rotate(180deg)}.primary-nav{display:flex;align-items:center;gap:1.1rem}.primary-nav a{color:var(--muted);font-size:.9rem;text-decoration:none;transition:color .15s ease}.primary-nav a:hover,.primary-nav a[aria-current=page]{color:var(--foreground)}.primary-nav a[aria-current=page]{font-weight:500}.icon-link,.theme-toggle{display:inline-flex;width:2.1rem;height:2.1rem;align-items:center;justify-content:center;border:0;border-radius:.6rem;color:var(--muted);background:transparent;cursor:pointer;transition:color .15s ease,background-color .15s ease}.icon-link:hover,.theme-toggle:hover{color:var(--foreground);background:var(--surface)}.icon-link svg{width:1.05rem;height:1.05rem;fill:currentColor}.theme-toggle svg{width:1.1rem;height:1.1rem;fill:currentColor}.theme-icon{display:none}html:not(.dark) .theme-icon--light{display:block}html.dark:not(.oled) .theme-icon--dark{display:block}html.oled .theme-icon--oled{display:block}.page-shell{width:min(100% - 3rem,42.5rem);margin:0 auto;padding:0 0 6rem}.front-intro{padding:clamp(3rem,8vw,6rem) 0 clamp(2.5rem,6vw,4rem)}.front-intro h1{margin:0;font-size:1.9rem;font-weight:600;letter-spacing:-.022em;line-height:1.2}.front-intro p{max-width:34rem;margin:.9rem 0 0;color:var(--muted);font-size:1.02rem;line-height:1.6;text-wrap:pretty}.essay-feed{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.essay-row__link{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;margin:0 -1.25rem;padding:1.15rem 1.25rem;border-radius:1rem;text-decoration:none;transition:background-color .18s ease}.essay-row__link:hover{background:var(--surface)}.essay-row h2{margin:0;font-size:1.12rem;font-weight:600;letter-spacing:-.015em;line-height:1.35;text-wrap:balance}.essay-row p{max-width:58ch;margin:.35rem 0 .55rem;color:var(--muted);font-size:.95rem;line-height:1.55;text-wrap:pretty}.essay-row__meta{color:var(--faint);font-size:.82rem}.essay-row__meta .draft-badge{margin-left:.75rem;color:var(--muted)}.essay-row__art{width:5.5rem;height:5.5rem;border-radius:.9rem;object-fit:cover;background:var(--surface) url(/logo-faint.png) center / 2.25rem no-repeat}.reader{width:min(100% - 3rem,42.5rem);margin:0 auto}.progress{position:fixed;inset:0 0 auto;z-index:15;height:2px}.progress span{display:block;width:100%;height:100%;background:var(--foreground);opacity:.35;transform:scaleX(0);transform-origin:left;animation:progress linear both;animation-timeline:scroll(root)}@keyframes progress{to{transform:scaleX(1)}}.essay article{padding-top:clamp(2.5rem,6vw,4.5rem)}.article-art{margin:0 0 2.75rem}.article-art img{display:block;width:100%;height:auto;border-radius:1.1rem;background:var(--surface) url(/logo-faint.png) center / 4rem no-repeat}.article-header h1{margin:0;font-size:clamp(2rem,5.5vw,2.7rem);font-weight:600;letter-spacing:-.028em;line-height:1.12;text-wrap:balance}.article-header>div{display:flex;gap:1rem;margin-top:1rem;color:var(--faint);font-size:.88rem}.article-body{margin-top:2.5rem;font-size:1.08rem;line-height:1.75;letter-spacing:-.006em;text-wrap:pretty}.article-body p{margin:1.4em 0}.article-body .lead{color:var(--muted);font-size:1.15em;line-height:1.62}.article-body h2{margin:2.6em 0 .7em;font-size:1.35rem;font-weight:600;letter-spacing:-.02em;line-height:1.3}.article-body h3{margin:2.1em 0 .6em;font-size:1.1rem;font-weight:600;letter-spacing:-.012em}.article-body a{color:inherit;text-decoration-color:var(--faint);text-underline-offset:.2em;transition:text-decoration-color .15s ease}.article-body a:hover{text-decoration-color:var(--foreground)}.article-body code{padding:.12em .3em;border-radius:.35em;background:var(--surface);font:.85em/1.4 var(--mono)}.article-body blockquote{margin:1.8rem 0;padding-left:1.15rem;border-left:2px solid var(--border);color:var(--muted)}.article-body ul,.article-body ol{padding-left:1.4em}.article-body li{margin:.5em 0}.article-table-wrap{margin:3rem 0;overflow-x:auto;scrollbar-width:thin}.article-table-wrap table{width:100%;min-width:36rem;border-collapse:collapse;font-size:.9rem;line-height:1.55;text-align:left}.article-table-wrap th,.article-table-wrap td{padding:.85rem 1.25rem .85rem 0;border-bottom:1px solid var(--border);vertical-align:top}.article-table-wrap th:last-child,.article-table-wrap td:last-child{padding-right:0}.article-table-wrap thead th{padding-top:0;color:var(--faint);font-size:.8rem;font-weight:500}.article-table-wrap tbody tr:last-child td,.article-table-wrap tbody tr:last-child th{border-bottom:0}.article-table-wrap td:first-child{color:var(--foreground);font-weight:500;white-space:nowrap}.article-system-illustration{margin:3rem 0}.article-system-illustration img{display:block;width:100%;height:auto;border-radius:1.1rem}.article-system-illustration figcaption{margin:.8rem 0 0;color:var(--faint);font-size:.84rem;line-height:1.55}.essay-diagram{width:min(94vw,64rem);margin:4.5rem 0 4.5rem 50%;transform:translate(-50%)}.diagram-scroll{overflow-x:auto;overflow-y:hidden;padding:.5rem 0}.essay-diagram svg{display:block;box-sizing:border-box;width:100%;min-width:56rem;height:auto}.diagram-source{margin:.9rem 0 0!important;color:var(--faint);font-size:.8rem!important}.revision-thread{margin:3.5rem 0}.revision-thread ol{display:grid;gap:1.75rem;margin:0;padding:0 0 0 1.35rem;border-left:2px solid var(--border);list-style:none}.revision-thread li{position:relative}.revision-thread li:before{position:absolute;top:.35rem;left:-1.35rem;width:9px;height:9px;border-radius:50%;background:var(--border-strong);content:"";transform:translate(-56%)}.revision-thread li:last-child:before{background:var(--foreground)}.revision-thread__label{display:block;margin-bottom:.4rem;color:var(--faint);font-size:.82rem}.revision-thread__label b{color:var(--muted);font-weight:500}.article-body .revision-thread p{margin:0;font-size:1.02rem;line-height:1.6}.revision-thread li:first-child p{color:var(--muted)}.article-brand-hero{display:grid;margin:0 0 2.75rem;min-height:clamp(12rem,30vw,17rem);place-items:center;border-radius:1.1rem;background:#101010}.article-brand-hero a{display:block;width:min(64%,24rem)}.article-brand-hero img{display:block;width:100%;height:auto}.article-photo{margin:2.5rem 0}.article-photo--portrait{width:min(20rem,80%);margin-inline:auto}.article-photo__frame{overflow:hidden;border-radius:1rem;background:var(--surface)}.article-photo img{display:block;width:100%;height:auto}.article-photo figcaption{margin-top:.7rem;color:var(--faint);font-size:.82rem;line-height:1.5}.section-break{margin:3rem auto;border:0;width:4rem;border-top:1px solid var(--border)}.margin-note,.draft-note,.mentor-card,.correction-note,.outcome-section{margin:1.8rem 0;padding:1rem 1.2rem;border-radius:.9rem;color:var(--muted);background:var(--surface);font-size:.92rem;line-height:1.6}.margin-label,.mentor-label{display:block;margin-bottom:.3rem;color:var(--faint);font-size:.78rem;font-weight:500}.footnotes{margin-top:3.5rem;padding-top:1.25rem;border-top:1px solid var(--border);color:var(--muted);font-size:.88rem}.highlight,mark{padding:0 .1em;color:inherit;background:var(--accent-soft)}.retracted-label,.outcome-label{display:block;margin-bottom:.4rem;color:var(--faint);font-size:.8rem;font-weight:500}.retracted-block{color:var(--muted)}.hero-facts{display:none}.post-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:4.5rem 0 0}.post-nav a{padding:1.1rem 1.25rem;border:1px solid var(--border);border-radius:1rem;text-decoration:none;transition:background-color .18s ease}.post-nav a:hover{background:var(--surface)}.post-nav a:nth-child(2){text-align:right}.post-nav span{display:block;margin-bottom:.35rem;color:var(--faint);font-size:.8rem}.post-nav strong{font-size:.95rem;font-weight:500;letter-spacing:-.01em}.site-footer{margin-top:6rem;border-top:1px solid var(--border)}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 0 2.5rem}.site-footer p{margin:0;color:var(--muted);font-size:.9rem;font-weight:500}.site-footer nav{display:flex;gap:1.75rem}.site-footer a{color:var(--faint);font-size:.9rem;text-decoration:none;transition:color .15s ease}.site-footer a:hover{color:var(--foreground)}body.thesis{--background: #f6f3ea}html.dark body.thesis{--background: #21201c}html.oled body.thesis{--background: #000000}.thesis-home{position:fixed;top:1.4rem;left:1.4rem;z-index:10;display:block;width:1.6rem;height:1.7rem;color:var(--faint);background:currentColor;transition:color .15s ease;mask:url(/logo.svg) no-repeat center / contain;-webkit-mask:url(/logo.svg) no-repeat center / contain}.thesis-home:hover{color:var(--foreground)}.thesis-gate[hidden]{display:none}.thesis-gate{display:flex;min-height:calc(100dvh - 8rem);flex-direction:column;align-items:center;justify-content:center;text-align:center}.thesis-gate__mark{display:block;width:3.25rem;height:3.4rem;margin-bottom:1.75rem;background:currentColor;mask:url(/logo.svg) no-repeat center / contain;-webkit-mask:url(/logo.svg) no-repeat center / contain}.thesis-gate h1{margin:0;font-size:1.6rem;font-weight:600;letter-spacing:-.02em}.thesis-gate>p{margin:.7rem 0 2.25rem;color:var(--muted);font-size:.95rem}.thesis-gate form{display:flex;width:min(100%,19rem);padding:.3rem;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--surface) 55%,transparent);transition:border-color .15s ease}.thesis-gate form:focus-within{border-color:var(--border-strong)}.thesis-gate input{flex:1;min-width:0;padding:.55rem .5rem .55rem .85rem;border:0;color:var(--foreground);background:transparent;font:inherit;font-size:.95rem;text-align:center;letter-spacing:.05em}.thesis-gate input:focus{outline:none}.thesis-gate input::placeholder{color:var(--faint);letter-spacing:normal}.thesis-gate button{display:inline-flex;width:2.4rem;height:2.4rem;flex:none;align-items:center;justify-content:center;border:0;border-radius:999px;color:var(--background);background:var(--foreground);cursor:pointer;transition:transform .15s ease,opacity .15s ease}.thesis-gate button:hover{opacity:.88}.thesis-gate button:active{transform:scale(.94)}.thesis-gate button svg{width:1.05rem;height:1.05rem}.thesis-error{margin:1.25rem 0 0;color:var(--muted);font-size:.9rem}.thesis-doc{width:min(100%,38rem);margin:0 auto;padding:clamp(2.5rem,6vw,4.5rem) 0 4rem;font-size:1.05rem;line-height:1.85}.thesis-doc__head{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.thesis-doc__head h1{margin:0;font-size:clamp(1.8rem,4.5vw,2.2rem);font-weight:600;letter-spacing:-.025em}.thesis-doc__head p{margin:.8rem 0 0;color:var(--faint);font-size:.92rem;line-height:1.6}.thesis-doc h2{margin:2.4em 0 .6em;font-size:1.2rem}.thesis-doc .lead{color:var(--muted);font-size:1.12em}.thesis-doc .thesis-sign{margin-top:3rem;font-family:var(--mono);font-size:.95rem;font-weight:600;letter-spacing:.18em}.diagram-source{text-align:center}.thesis-questions{display:grid;gap:.7rem;margin:2rem 0 0;padding:0!important;list-style:none}.thesis-questions li,.thesis-questions li>a{display:grid;grid-template-columns:2.25rem 1fr;gap:.9rem;align-items:start}.thesis-questions li{margin:0;padding:1.1rem 1.15rem;border:1px solid var(--border);border-radius:.9rem;background:color-mix(in srgb,var(--surface) 58%,transparent);transition:background-color .18s ease,border-color .18s ease}.thesis-questions li>a{grid-column:1 / -1;margin:-1.1rem -1.15rem;padding:1.1rem 1.15rem;text-decoration:none}.thesis-questions li:has(>a):hover{border-color:var(--border-strong);background:var(--surface)}.thesis-questions span{padding-top:.1rem;color:var(--faint);font:.74rem/1.5 var(--mono);letter-spacing:.06em}.thesis-questions strong{font-size:1.02rem;font-weight:500;letter-spacing:-.01em;line-height:1.45}.logo-spinner{display:inline-block;width:1.4rem;height:1.4rem;background:currentColor;mask:url(/logo.svg) no-repeat center / contain;-webkit-mask:url(/logo.svg) no-repeat center / contain;animation:logo-spin .9s linear infinite}.logo-spinner[hidden]{display:none}@keyframes logo-spin{to{transform:rotate(360deg)}}.thesis-gate .logo-spinner{margin-top:1.5rem;color:var(--muted)}.thesis-body{padding-top:clamp(2.5rem,6vw,4rem)}.missing{min-height:calc(100dvh - 4rem);padding:5rem 0}.missing p{margin:0 0 .75rem;color:var(--faint);font-size:.9rem}.missing h1{margin:0 0 2rem;font-size:clamp(1.8rem,5vw,2.4rem);font-weight:600;letter-spacing:-.025em}.missing a{color:var(--muted)}@media(max-width:44rem){.front-intro{padding-top:2.5rem}.essay-row__link{grid-template-columns:1fr;gap:1rem;margin:0 -.75rem;padding:1rem .75rem}.essay-row__art{order:-1;width:100%;height:10rem}.post-nav{grid-template-columns:1fr}.post-nav a:nth-child(2){text-align:left}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
