@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600&family=Geist+Mono:wght@400;500&display=swap";:root{color-scheme:light;--background: #fbfaf4;--foreground: #091717;--card: #fffefa;--surface: #f0eee6;--surface-hover: #e9e7df;--muted: #626b69;--faint: #7b8380;--border: #dedbd2;--border-strong: #cac6bc;--accent: #20808d;--accent-soft: rgb(32 128 141 / 10%);--font: "Geist", ui-sans-serif, system-ui, sans-serif;--mono: "Geist Mono", ui-monospace, monospace}html.dark{color-scheme:dark;--background: #091717;--foreground: #f4f2e8;--card: #102020;--surface: #102020;--surface-hover: #172929;--muted: #a8aeaa;--faint: #77807b;--border: #203333;--border-strong: #354747;--accent-soft: rgb(32 128 141 / 18%)}*,*:before,*:after{box-sizing:border-box}html{min-width:20rem;background:var(--background);-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;color:var(--foreground);background:var(--background);font-family:var(--font);font-size:15px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:#20808d47}a{color:inherit}button{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:20;padding:.65rem .8rem;border-radius:.5rem;color:#fff;background:var(--accent);font-weight:500;text-decoration:none;transform:translateY(-5rem);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:10;height:3.5rem;border-bottom:1px solid color-mix(in srgb,var(--border) 72%,transparent);background:color-mix(in srgb,var(--background) 86%,transparent);backdrop-filter:blur(18px)}.site-header__inner{position:relative;display:grid;width:min(100%,64rem);height:100%;margin:auto;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 1.5rem}.brand{display:inline-flex;width:fit-content;align-items:center;gap:.55rem;text-decoration:none}.brand-mark{display:block;width:1.7rem;height:1.7rem;border-radius:.45rem}.primary-nav{display:flex;gap:.25rem;padding:.25rem;border-radius:.75rem;background:color-mix(in srgb,var(--surface) 80%,transparent)}.primary-nav a{display:inline-flex;height:2.1rem;align-items:center;gap:.45rem;padding:0 .7rem;border-radius:.5rem;color:var(--muted);font-size:.8rem;font-weight:500;text-decoration:none;transition:color .16s ease,background-color .16s ease,transform .16s ease}.primary-nav a:hover{color:var(--foreground);background:var(--surface-hover)}.primary-nav a[aria-current=page]{color:var(--accent);background:var(--accent-soft)}.primary-nav a:active{transform:scale(.97)}.nav-icon{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.page-shell{width:min(100% - 2rem,48rem);margin:0 auto;padding:2rem 0 5rem}.hero-media{position:relative;height:clamp(11rem,26vw,15rem);margin:0 0 1.8rem;overflow:hidden;border-radius:.75rem;background:#091717}.hero-media img{display:block;width:100%;height:100%;object-fit:cover}.hero-media figcaption{position:absolute;right:.65rem;bottom:.6rem;z-index:1;padding:.28rem .45rem;border-radius:.3rem;color:#f4f2e8c7;background:#091717b8;font-size:.68rem}.feed-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin:.4rem 0 1.5rem}.feed-intro h1{margin:0;font-size:1.35rem;font-weight:600;line-height:1.2;letter-spacing:-.035em}.feed-intro p{max-width:30rem;margin:.4rem 0 0;color:var(--muted);font-size:.84rem;line-height:1.5}.feed-count{color:var(--faint);font:.68rem/1 var(--mono);white-space:nowrap}.essay-feed{list-style:none;margin:0;padding:0}.essay-row{border-bottom:1px solid var(--border)}.essay-row:first-child{border-top:1px solid var(--border)}.essay-row__link{display:block;margin:.25rem -.75rem;padding:1.15rem .75rem 1.2rem;border-radius:.75rem;text-decoration:none;transition:background-color .16s ease,transform .16s ease}.essay-row__link:hover{background:color-mix(in srgb,var(--surface-hover) 62%,transparent)}.essay-row__link:active{transform:scale(.995)}.essay-row h2{margin:0;font-size:1.08rem;font-weight:600;line-height:1.3;letter-spacing:-.025em;text-wrap:balance}.essay-row p{max-width:64ch;margin:.45rem 0 .75rem;color:var(--muted);font-size:.86rem;line-height:1.55;text-wrap:pretty}.essay-row__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .75rem;color:var(--faint);font-size:.7rem}.essay-row__meta span+span:before,.essay-row__meta time+span:before{margin-right:.75rem;color:var(--border-strong);content:"·"}.draft-badge{color:var(--accent);font-weight:500}.reader{width:min(100% - 2rem,64rem);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(--accent);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(3.5rem,8vw,6rem)}.article-header{width:min(100%,42.5rem);margin:0 auto;padding-bottom:2rem;border-bottom:1px solid var(--border)}.article-header>p{margin:0 0 .85rem;color:var(--accent);font-size:.74rem;font-weight:500}.article-header h1{max-width:18ch;margin:0;font-size:clamp(2.25rem,6vw,3.85rem);font-weight:600;line-height:1.02;letter-spacing:-.055em;text-wrap:balance}.article-header>div{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:1.25rem;color:var(--faint);font-size:.72rem}.article-body{width:min(100%,42.5rem);margin:2.5rem auto 0;font-size:clamp(1.02rem,1.6vw,1.12rem);line-height:1.72;letter-spacing:-.008em;text-wrap:pretty}.article-body p{margin:1.35em 0}.article-body .lead{margin-bottom:1.8em;color:var(--muted);font-size:1.18em;line-height:1.6}.article-body h2{margin:2.75em 0 .8em;font-size:1.5rem;font-weight:600;line-height:1.25;letter-spacing:-.035em}.article-body h3{margin:2.2em 0 .7em;font-size:1.15rem;font-weight:600;letter-spacing:-.02em}.article-body a{color:var(--accent);text-underline-offset:.18em}.article-body code{padding:.12em .28em;background:var(--surface);font:.86em/1.4 var(--mono)}.article-table-wrap{width:min(60rem,calc(100vw - 3rem));margin:2.25rem 0 2.75rem 50%;overflow-x:auto;border-block:1px solid var(--border);transform:translate(-50%);scrollbar-width:thin}.article-table-wrap table{width:100%;min-width:46rem;border-collapse:collapse;font-size:.78rem;line-height:1.45;text-align:left}.article-table-wrap th,.article-table-wrap td{padding:.85rem 1rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:top}.article-table-wrap th:last-child,.article-table-wrap td:last-child{border-right:0}.article-table-wrap tbody tr:last-child td{border-bottom:0}.article-table-wrap th{color:var(--faint);background:var(--surface);font:500 .68rem/1.35 var(--mono)}.article-table-wrap td:first-child{width:8rem;color:var(--foreground);font-weight:600;white-space:nowrap}.article-system-illustration{width:min(54rem,calc(100vw - 3rem));margin:3rem 0 3.25rem 50%;transform:translate(-50%)}.article-system-illustration img{display:block;width:100%;height:auto;border-radius:.75rem;background:#071010}.article-system-illustration figcaption{max-width:42.5rem;margin:.7rem auto 0;color:var(--faint);font:.68rem/1.5 var(--mono)}.essay-diagram{width:min(54rem,calc(100vw - 3rem));margin:4rem 0 4.25rem 50%;padding:1.35rem 0 1.5rem;border-block:1px solid var(--border);transform:translate(-50%)}.diagram-scroll{overflow-x:auto;overflow-y:hidden}.essay-diagram svg{display:block;box-sizing:border-box;width:100%;min-width:46rem;height:auto;padding-inline:2px}.diagram-source{margin:.8rem 0 0!important;color:var(--faint);font:.64rem/1.4 var(--mono);text-align:right}.article-body blockquote{margin:1.8rem 0;padding-left:1.1rem;border-left:2px solid var(--accent);color:var(--muted)}.article-body ul,.article-body ol{padding-left:1.45em}.article-body li{margin:.5em 0}.article-brand-hero{display:grid;width:min(54rem,calc(100vw - 3rem));min-height:clamp(15rem,35vw,22rem);margin:0 0 3.5rem 50%;place-items:center;background:#050606;transform:translate(-50%)}.article-brand-hero a{display:block;width:min(68%,30rem)}.article-brand-hero img{display:block;width:100%;height:auto}.article-photo{margin-block:2.75rem 3rem}.article-photo--wide{width:min(54rem,calc(100vw - 3rem));margin-left:50%;transform:translate(-50%)}.article-photo--portrait{width:min(20rem,78%);margin-left:auto}.article-photo__frame{position:relative;overflow:hidden;border-radius:.75rem;background:var(--surface)}.article-photo__frame:after{position:absolute;inset:0;pointer-events:none;background:#145b5812;content:"";mix-blend-mode:soft-light}.article-photo img{display:block;width:100%;height:auto;filter:saturate(.9) contrast(1.025) sepia(.035)}.article-photo figcaption{margin-top:.65rem;color:var(--faint);font:.68rem/1.45 var(--mono)}.section-break{margin:3.5rem 0;border:0;border-top:1px solid var(--border)}.margin-note,.draft-note,.mentor-card,.correction-note,.outcome-section{margin:1.8rem 0;padding:1rem 1.1rem;border-radius:.75rem;color:var(--muted);background:var(--surface);font-size:.85rem;line-height:1.55}.margin-label,.mentor-label{display:block;margin-bottom:.3rem;color:var(--faint);font-size:.7rem;font-weight:500}.footnotes{margin-top:3.5rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--muted);font-size:.8rem}.highlight,mark{padding:0 .1em;color:inherit;background:#20808d29}.post-nav{display:grid;width:min(100%,42.5rem);grid-template-columns:repeat(2,minmax(0,1fr));margin:5rem auto 0;border-block:1px solid var(--border)}.post-nav a{padding:1.2rem 0;text-decoration:none}.post-nav a:nth-child(2){text-align:right}.post-nav span{display:block;margin-bottom:.3rem;color:var(--faint);font-size:.68rem}.post-nav strong{font-size:.9rem;font-weight:600}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:5rem;padding:1.75rem 0 2.25rem;border-top:1px solid var(--border);color:var(--muted);font-size:.72rem}.site-footer p{margin:0}.site-footer nav{display:flex;gap:1.25rem}.site-footer a{text-decoration:none}.site-footer a:hover{color:var(--foreground)}.missing,.check-in-index{min-height:calc(100dvh - 3.5rem);padding:5rem 0}.missing p,.check-in-index>p{margin:0 0 .75rem;color:var(--accent);font-size:.75rem;font-weight:500}.missing h1,.check-in-index h1{margin:0 0 2.5rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:600;letter-spacing:-.05em}.missing a{color:var(--accent)}.check-in-index>a{display:grid;grid-template-columns:2.5rem 1fr auto;gap:1rem;align-items:center;padding:1.2rem 0;border-block:1px solid var(--border);text-decoration:none}.check-in-index>a span,.check-in-index>a time{color:var(--faint);font:.7rem var(--mono)}.check-in-index>a strong{font-size:1rem}.check-in-body section{margin-top:4rem}.check-in-body section:first-child{margin-top:0}.check-in-body section h2>span,.retracted-label,.outcome-label{display:block;margin-bottom:.4rem;color:var(--accent);font-size:.7rem;font-weight:500}.retracted-block{color:var(--muted)}.hero-facts,.checkin-rail{display:none}@media(max-width:44rem){.site-header__inner{grid-template-columns:1fr auto;padding:0 1rem}.primary-nav{display:none}.page-shell{padding-top:1.5rem}.feed-intro{align-items:flex-start}.feed-count{padding-top:.35rem}.mobile-nav{position:fixed;inset:auto .75rem .75rem;z-index:9;display:grid;grid-template-columns:repeat(3,1fr);padding:.35rem;padding-bottom:max(.35rem,env(safe-area-inset-bottom));border:1px solid var(--border);border-radius:1rem;background:color-mix(in srgb,var(--background) 88%,transparent);box-shadow:0 8px 30px #0917171f;backdrop-filter:blur(18px)}.mobile-nav a{display:flex;min-height:3rem;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;border-radius:.75rem;color:var(--muted);font-size:.62rem;text-decoration:none}.mobile-nav a[aria-current=page]{color:var(--accent);background:var(--accent-soft)}.mobile-nav .nav-icon{width:1.15rem;height:1.15rem}.site-footer{margin-bottom:4.5rem}.article-header h1{font-size:clamp(2.4rem,13vw,3.5rem)}.article-brand-hero{width:100%;min-height:13rem;margin-bottom:2.5rem}.article-brand-hero a{width:72%}.article-photo{margin-block:2.25rem 2.5rem}.article-photo--wide{width:100%}.article-photo--portrait{width:min(18rem,82%)}.article-system-illustration,.essay-diagram{width:100%}.article-system-illustration figcaption{padding-inline:.15rem}.execute-runtime{grid-template-columns:1fr 1fr}.post-nav{grid-template-columns:1fr}.post-nav a:nth-child(2){border-top:1px solid var(--border);text-align:left}}@media(min-width:44.01rem){.mobile-nav{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
