:root{--mono-bg:#fafaf9;--mono-surface:var(--theme-bg);--mono-text:#1a1c1c;--mono-text-muted:#5c5c5c;--mono-accent:#8b2500;--mono-border:#1a1c1c14;--mono-code-bg:#f5f3f0;--mono-selection:#8b250014;--toc-active-bg:var(--theme-accent-muted,#8b250014);--toc-active-text:var(--theme-accent,#8b2500);--toc-active-indicator:var(--theme-accent,#8b2500);--toc-shadow:0 0 0 1px var(--theme-accent-muted,#8b25001f);--toc-indicator-shadow:0 0 4px var(--theme-accent-muted,#8b25004d);--toc-hover:var(--theme-accent,#8b2500);--font-size-base:clamp(1rem, .95rem + .25vw, 1.125rem);--font-size-h1:clamp(2rem, 1.6rem + 2vw, 3.5rem);--font-size-h2:clamp(1.5rem, 1.3rem + 1vw, 2.25rem);--font-size-h3:clamp(1.25rem, 1.1rem + .75vw, 1.75rem);--font-size-h4:clamp(1.1rem, 1rem + .5vw, 1.375rem);--font-size-sm:clamp(.8125rem, .8rem + .06vw, .875rem);--font-size-xs:clamp(.6875rem, .67rem + .08vw, .75rem);--line-height-body:1.65;--line-height-heading:1.2;--rhythm-unit:calc(var(--font-size-base) * var(--line-height-body));--space-half:calc(var(--rhythm-unit) * .5);--space-1:calc(var(--rhythm-unit) * 1);--space-2:calc(var(--rhythm-unit) * 2);--space-3:calc(var(--rhythm-unit) * 3);--mono-font-serif:var(--font-newsreader), Georgia, "Times New Roman", serif;--mono-font-sans:var(--font-inter), system-ui, -apple-system, sans-serif;--mono-font-mono:var(--font-jetbrains-mono), ui-monospace, "Cascadia Code", monospace;--mono-grid-sidenote:220px;--mono-grid-gap:clamp(1.5rem, 4vw, 4rem);--mono-grid-max:1400px;--mono-ease:cubic-bezier(.33, 1, .68, 1)}.dark{--mono-bg:#0d0d0d;--mono-surface:#1a1a1a;--mono-text:#e8e4df;--mono-text-muted:#8a8580;--mono-accent:#d4a574;--mono-border:#ffffff0f;--mono-code-bg:#1e1e1e;--mono-selection:#d4a5741f;--toc-active-bg:var(--theme-accent-muted,#d4a5741f);--toc-active-text:var(--theme-accent,#d4a574);--toc-active-indicator:var(--theme-accent,#d4a574);--toc-shadow:0 0 0 1px var(--theme-accent-muted,#d4a57433);--toc-indicator-shadow:0 0 4px var(--theme-accent-muted,#d4a57466);--toc-hover:var(--theme-accent,#d4a574)}.monograph-article{background-color:var(--mono-bg);color:var(--mono-text);font-family:var(--mono-font-serif);font-size:var(--font-size-base);line-height:var(--line-height-body);transition:background-color .3s var(--mono-ease), color .3s var(--mono-ease)}@media (min-width:1280px){.monograph-article{width:100%;position:relative}}.monograph-reading-progress{z-index:50;pointer-events:none;background-color:var(--mono-border);width:100%;height:3px;position:fixed;top:0;left:0}.monograph-reading-progress-bar{background-color:var(--mono-accent);width:0;height:100%;transition:width .1s ease-out}.monograph-grid{gap:var(--mono-grid-gap);grid-template-columns:1fr;display:grid}@media (min-width:768px){.monograph-grid{grid-template-columns:1fr;max-width:none;margin:0}}@media (min-width:1024px){.monograph-grid{grid-template-columns:minmax(0,1fr) 40px 220px;max-width:none;margin:0}}@media (min-width:1536px){.monograph-grid{grid-template-columns:minmax(0,1fr) 40px 220px}}@media (min-width:1024px){.monograph-content{grid-column:1}}.monograph-content{width:100%;max-width:none;font-size:var(--font-size-base);line-height:var(--line-height-body);min-width:0}@media (max-width:767px){.monograph-content{overflow-x:hidden}}.monograph-content p{line-height:var(--line-height-body);margin-block:var(--space-1);font-size:inherit;color:var(--mono-text)}.monograph-content h1,.monograph-content h2,.monograph-content h3,.monograph-content h4{font-family:var(--mono-font-serif);line-height:var(--line-height-heading);color:var(--mono-text);scroll-margin-top:var(--space-2);margin-block-start:var(--space-2);margin-block-end:var(--space-half)}.monograph-content h1,.monograph-content h2{font-size:var(--font-size-h2);font-weight:700}.monograph-content h3{font-size:var(--font-size-h3);font-weight:600}.monograph-content h4{font-size:var(--font-size-h4);font-weight:600}.monograph-content a{color:var(--mono-accent);text-underline-offset:2px;transition:color .2s var(--mono-ease);text-decoration:underline}.monograph-content a:hover{opacity:.8}.monograph-content blockquote{margin-block:var(--space-2);border-left:2px solid var(--mono-accent);color:var(--mono-text-muted);padding-inline-start:var(--space-1);font-style:italic}.monograph-content code{font-family:var(--mono-font-mono);font-size:var(--font-size-sm);background-color:var(--mono-code-bg);border-radius:3px;padding:.15em .35em}.monograph-content pre{background-color:var(--mono-code-bg);padding:var(--space-1);margin-block:var(--space-1);word-break:break-word;white-space:pre-wrap;border-radius:6px;max-width:100%;overflow-x:hidden}.monograph-content pre code{background:0 0;border-radius:0;padding:0}.monograph-content table{word-break:break-word;width:100%;max-width:100%;display:block;overflow-x:hidden}.monograph-content figure{word-break:break-word;max-width:100%;overflow-x:hidden}.monograph-content img{max-width:100%;height:auto}.monograph-content>*{min-width:0;max-width:100%}.monograph-content>p:first-of-type:first-letter{float:left;font-size:4rem;line-height:.8;font-family:var(--mono-font-serif);color:var(--mono-accent);margin-top:.35rem;margin-right:.75rem;font-weight:400}.surface-shell{overflow:visible!important}@media (max-width:1023px){.monograph-toc-aside{flex-direction:column;grid-area:auto/1;align-items:stretch;display:flex;position:static}}@media (min-width:1024px){.monograph-toc-aside{flex-direction:column;grid-area:1/3;align-self:start;align-items:stretch;max-height:calc(100vh - 8rem);display:flex;position:sticky;top:5rem;overflow:visible}}.monograph-toc{display:none}@media (min-width:1280px){.monograph-toc{display:block}}.monograph-toc::-webkit-scrollbar{width:3px}.monograph-toc::-webkit-scrollbar-track{background:0 0}.monograph-toc::-webkit-scrollbar-thumb{background:var(--mono-border);border-radius:3px}.monograph-toc-label{font-family:var(--mono-font-sans);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--mono-text-muted);border-bottom:1px solid var(--mono-border);margin-bottom:1rem;padding-bottom:.75rem}.monograph-toc-list{margin:0;padding:0;list-style:none}.monograph-toc-item{min-width:0;margin-bottom:.75rem;padding-left:12px;position:relative}.monograph-toc-item:before{content:"";width:2px;transition:background .2s var(--mono-ease);background:0 0;position:absolute;top:0;bottom:0;left:0}.monograph-toc-item:hover:before{background:var(--mono-border)}.monograph-toc-item.active:before{background:var(--mono-accent)}.monograph-toc-item.active{padding-left:10px}.monograph-toc-btn{font-family:var(--mono-font-serif);font-size:var(--font-size-sm);color:var(--mono-text-muted);cursor:pointer;text-align:left;transition:color .2s var(--mono-ease);word-break:break-word;overflow-wrap:break-word;background:0 0;border:none;min-width:0;padding:0;line-height:1.5;display:block}.monograph-toc-item:hover .monograph-toc-btn{color:var(--mono-text)}.monograph-toc-item.active .monograph-toc-btn{color:var(--mono-text);font-weight:700}.monograph-toc-fab{background-color:var(--mono-accent);width:48px;height:48px;color:var(--mono-bg);cursor:pointer;z-index:45;transition:transform .2s var(--mono-ease), box-shadow .2s var(--mono-ease);border:none;border-radius:50%;justify-content:center;align-items:center;display:none;position:fixed;bottom:24px;right:24px;box-shadow:0 2px 8px #00000026}.monograph-toc-fab:hover{transform:scale(1.05);box-shadow:0 4px 16px #0003}.monograph-toc-fab:active{transform:scale(.95)}@media (max-width:1279px){.monograph-toc-fab{display:flex}}.monograph-toc-drawer-backdrop{z-index:50;background:#0006;animation:.2s ease-out mono-fade-in;position:fixed;inset:0}.monograph-toc-drawer{background-color:var(--mono-surface);z-index:51;flex-direction:column;width:min(320px,85vw);display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 16px #0000001a}.monograph-toc-drawer-header{border-bottom:1px solid var(--mono-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.monograph-toc-drawer-title{font-family:var(--mono-font-sans);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--mono-text-muted)}.monograph-toc-drawer-close{cursor:pointer;width:32px;height:32px;color:var(--mono-text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:color .2s,background-color .2s;display:flex}.monograph-toc-drawer-close:hover{color:var(--mono-text);background-color:var(--mono-border)}.monograph-toc-drawer-content{flex:1;padding:1rem 1.25rem;overflow-y:auto}@keyframes mono-fade-in{0%{opacity:0}to{opacity:1}}.dark .katex,.dark .katex .mord,.dark .katex .mop,.dark .katex .mbin,.dark .katex .mrel,.dark .katex .mopen,.dark .katex .mclose,.dark .katex .mpunct,.dark .katex .minner{color:var(--mono-text)}.dark .katex .mord+.mop,.dark .katex .mrel{color:var(--mono-text-muted)}.monograph-article ::selection{background:var(--mono-selection);color:var(--mono-text)}
