@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Mono:wght@300;400;500&family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Fraunces:opsz,wght@9..144,400;9..144,600&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600&family=STIX+Two+Text:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap";:root{--bg:#f7f3ea;--paper:#fffdf8;--ink:#1f2624;--muted:#6e746e;--line:#d8d2c5;--accent:#a33c2e;--accent2:#286a6d;--font-body:"Source Serif 4",Georgia,serif;--font-heading:"Fraunces",Georgia,serif;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-quote:"Cormorant Garamond",Georgia,serif;--font-mono:"DM Mono",monospace;--serif:var(--font-body);--display:var(--font-heading);--mono:var(--font-mono);color-scheme:light}:root[data-theme=dark]{--bg:#030817;--paper:#081226;--ink:#edf4ff;--muted:#a9b8d4;--line:#213454;--accent:#ffad8f;--accent2:#79d8ff;--glow:#77bfff;color-scheme:dark}.reading-theme-default{--font-body:"Source Serif 4",Georgia,serif;--font-heading:"Fraunces",Georgia,serif;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-quote:"Cormorant Garamond",Georgia,serif}.reading-theme-mathematics{--font-body:"STIX Two Text",Georgia,serif;--font-heading:"Cormorant Garamond",Georgia,serif;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-quote:"STIX Two Text",Georgia,serif}.reading-theme-science{--font-body:"STIX Two Text",Georgia,serif;--font-heading:"STIX Two Text",Georgia,serif;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-quote:"Cormorant Garamond",Georgia,serif}.reading-theme-ai{--font-body:"IBM Plex Sans",system-ui,sans-serif;--font-heading:"Fraunces",Georgia,serif;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-quote:"STIX Two Text",Georgia,serif}.reading-theme-programming{--font-body:"IBM Plex Sans",system-ui,sans-serif;--font-heading:"IBM Plex Sans",system-ui,sans-serif;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-quote:"STIX Two Text",Georgia,serif;--accent:#087f8c;--accent2:#5267d9}.reading-theme-music{--font-body:"STIX Two Text",Georgia,serif;--font-heading:"Cormorant Garamond",Georgia,serif;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-quote:"Cormorant Garamond",Georgia,serif}.reading-theme-poetry{--font-body:"Cormorant Garamond",Georgia,serif;--font-heading:"Cormorant Garamond",Georgia,serif;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-quote:"Cormorant Garamond",Georgia,serif}.reading-theme-quotes{--font-body:"EB Garamond",Georgia,serif;--font-heading:"Cormorant Garamond",Georgia,serif;--font-ui:"IBM Plex Sans",system-ui,sans-serif;--font-quote:"Cormorant Garamond",Georgia,serif}.reading-theme{--serif:var(--font-body);--display:var(--font-heading);--mono:var(--font-mono)}.site-header nav,.theme-toggle,.button,.meta,.tags,.eyebrow{font-family:var(--font-ui)}.prose blockquote{font-family:var(--font-quote);font-size:1.45rem;line-height:1.55}.reading-theme-poetry .article{max-width:760px}.reading-theme-poetry .prose{font-size:1.16rem;line-height:1.9}.reading-theme-poetry .article-header{text-align:center}.reading-theme-quotes .prose blockquote{text-align:center;border-left:0;padding:1.2em 0;font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.35}.reading-theme-ai .prose{font-size:1.02rem;line-height:1.75}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--serif);margin:0;font-size:18px;line-height:1.65;transition:background-color .3s,color .3s}.page-shell{width:min(1180px,100% - 40px);margin:auto}.site-header{border-bottom:1px solid var(--line);align-items:center;gap:30px;height:88px;display:flex}.brand{font-family:var(--display);color:var(--ink);align-items:center;gap:12px;font-size:1.15rem;font-weight:600;text-decoration:none;display:flex}.mark{color:var(--accent);font-size:1.8rem}.site-header nav{gap:26px;margin-left:auto;display:flex}.site-header nav a,.site-footer a,.section-title a{color:var(--ink);font-size:.9rem;text-decoration:none}.theme-toggle{border:1px solid var(--line);background:var(--paper);color:var(--ink);cursor:pointer;border-radius:99px;place-items:center;width:40px;height:40px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid;position:relative}.theme-toggle:hover{border-color:var(--accent2);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent2) 14%,transparent);transform:translateY(-1px)}.theme-icon{line-height:1;transition:opacity .2s,transform .3s;position:absolute}.theme-icon-sun{opacity:0;transform:rotate(-45deg)scale(.7)}:root[data-theme=dark] .theme-icon-moon{opacity:0;transform:rotate(45deg)scale(.7)}:root[data-theme=dark] .theme-icon-sun{opacity:1;transform:rotate(0)scale(1)}.hero{grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;min-height:650px;display:grid}.eyebrow{font-family:var(--mono);text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin:0 0 14px;font-size:.72rem}.hero h1,.page-head h1,.article-header h1{font-family:var(--display);letter-spacing:-.035em;margin:0;font-weight:400;line-height:1.02}.hero h1{font-size:clamp(3.2rem,7vw,6.8rem)}.hero h1 em{color:var(--accent2);font-weight:400}.lede{color:var(--muted);max-width:650px;font-size:1.25rem}.actions{align-items:center;gap:28px;margin-top:32px;display:flex}.button{background:var(--ink);color:var(--bg);border-radius:99px;padding:12px 20px;text-decoration:none}.text-link{color:var(--ink)}.orbit{border:1px solid var(--line);background:radial-gradient(circle,var(--paper),transparent 65%);border-radius:50%;height:420px;position:relative}.orbit:before,.orbit:after{content:"";border:1px dashed var(--line);border-radius:50%;position:absolute;inset:14%}.orbit:after{inset:33%}.orbit span{background:var(--paper);border:1px solid var(--line);font-family:var(--mono);border-radius:99px;padding:7px 11px;font-size:.72rem;position:absolute}.centre{color:var(--accent);font-weight:500;top:50%;left:50%;transform:translate(-50%,-50%)}.node-1{top:4%;left:38%}.node-2{top:30%;right:0}.node-3{bottom:10%;right:10%}.node-4{bottom:15%;left:5%}.node-5{top:28%;left:-3%}.featured,.topic-section,.recent{border-top:1px solid var(--line);padding:90px 0}.feature-card{color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:6px;justify-content:space-between;align-items:center;padding:42px;text-decoration:none;display:flex}.feature-card h2{font:400 clamp(2rem,4vw,4rem)/1.1 var(--display);margin:0}.feature-card p{color:var(--muted);max-width:680px}.arrow{color:var(--accent);font-size:3rem}.topic-grid{border-left:1px solid var(--line);border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.topic-grid a{color:var(--ink);border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;gap:45px;padding:35px;text-decoration:none;display:flex}.topic-grid span{font:400 .7rem var(--mono);color:var(--muted)}.topic-grid strong{font:400 1.65rem var(--display)}.section-title{justify-content:space-between;display:flex}.essay-list{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.essay-list>a{background:var(--bg);color:var(--ink);padding:34px;text-decoration:none}.essay-list time,.meta{font:400 .72rem var(--mono);color:var(--muted)}.essay-list h2,.essay-list h3{font:400 1.65rem var(--display);line-height:1.2}.essay-list p{color:var(--muted)}.essay-list.full{margin-bottom:100px}.tags{flex-wrap:wrap;gap:8px;display:flex}.tags span{border:1px solid var(--line);font:400 .65rem var(--mono);border-radius:99px;padding:3px 8px}.page-head{max-width:850px;padding:120px 0 80px}.page-head h1{font-size:clamp(4rem,9vw,8rem)}.page-head>p:not(.eyebrow){color:var(--muted);font-size:1.35rem}.page-head.narrow{max-width:760px}.topic-index{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:1px;margin-bottom:100px;display:grid}.topic-index section{background:var(--bg);padding:38px}.topic-index h2{font:400 2rem var(--display)}.topic-index a{border-top:1px solid var(--line);color:var(--ink);justify-content:space-between;padding:12px 0;text-decoration:none;display:flex}.article{max-width:820px;margin:0 auto;padding-bottom:120px}.article-header{border-bottom:1px solid var(--line);padding:110px 0 60px}.article-header h1{font-size:clamp(3rem,7vw,6rem)}.dek{color:var(--muted);font-size:1.35rem}.meta{flex-wrap:wrap;gap:10px;display:flex}.prose{padding-top:45px}.prose h2{font:500 2.2rem var(--display);margin-top:2.2em}.prose h3{font:500 1.5rem var(--display);margin-top:2em}.prose a{color:var(--accent)}.prose blockquote{border-left:3px solid var(--accent);font:italic 1.25rem var(--display);margin:2em 0;padding:.5em 0 .5em 1.5em}.prose pre{border-radius:5px;padding:22px;font-size:.84rem;overflow:auto}.prose :not(pre)>code{font-family:var(--mono);background:var(--paper);border:1px solid var(--line);padding:.15em .35em;font-size:.8em}.callout{border:1px solid var(--line);border-left:4px solid var(--accent2);background:var(--paper);margin:2.2em 0;padding:22px 24px}.callout strong{font-family:var(--mono);text-transform:uppercase;letter-spacing:.1em;font-size:.78rem}.callout div>:last-child{margin-bottom:0}.katex-display{padding:.6em 0;overflow:auto hidden}.site-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;padding:32px 0 50px;font-size:.9rem;display:flex}@media (width<=800px){.page-shell{width:min(100% - 24px,1180px)}.site-header nav{display:none}.hero{grid-template-columns:1fr;padding:90px 0}.orbit{display:none}.topic-grid,.essay-list,.topic-index{grid-template-columns:1fr}.feature-card{padding:25px}.arrow{display:none}.article-header{padding-top:75px}.site-footer{display:block}}:root[data-theme=dark] body{background-color:var(--bg);background-image:radial-gradient(circle at 18% 12%,#4a84db29,#0000 28rem),radial-gradient(circle at 82% 24%,#3fb6dc1a,#0000 24rem),radial-gradient(circle at 52% 82%,#4c56b41a,#0000 30rem)}:root[data-theme=dark] body:before{content:"";pointer-events:none;z-index:-1;opacity:.48;background-image:radial-gradient(circle,#c7e7ff 0 1px,#0000 1.3px),radial-gradient(circle,#8fc9ff 0 .8px,#0000 1.1px),radial-gradient(circle,#fff 0 .6px,#0000 .9px);background-position:17px 29px,71px 103px,43px 11px;background-size:137px 137px,211px 211px,89px 89px;position:fixed;inset:0}:root[data-theme=dark] .site-header{backdrop-filter:blur(10px);background:linear-gradient(#030817b8,#0308172e)}:root[data-theme=dark] .orbit{background:radial-gradient(circle,#1c487a5c,#081226b3 48%,#03081733 72%);box-shadow:inset 0 0 80px #4190dc14,0 0 60px #1c5d9a1a}:root[data-theme=dark] .orbit span{box-shadow:0 0 20px #57aeff1a}:root[data-theme=dark] .feature-card,:root[data-theme=dark] .callout{box-shadow:0 18px 60px #00000038}:root[data-theme=dark] .prose pre{box-shadow:0 15px 45px #00000052}:root[data-theme=dark] .katex{color:#f1f6ff}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.orbit a{background:var(--paper);border:1px solid var(--line);font-family:var(--mono);color:var(--ink);border-radius:99px;align-items:center;gap:6px;padding:7px 11px;font-size:.72rem;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:absolute}.orbit a:hover{border-color:var(--accent2);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent2) 12%,transparent)}.orbit a span{color:var(--accent);background:0 0;border:0;padding:0;font-size:.9rem;position:static}.orbit .centre{color:var(--accent);z-index:2;font-weight:500;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit .centre:hover{transform:translate(-50%,-50%)scale(1.04)}.orbit .node-1{top:4%;left:38%}.orbit .node-2{top:25%;right:-2%}.orbit .node-3{bottom:12%;right:4%}.orbit .node-4{bottom:-2%;left:34%}.orbit .node-5{bottom:17%;left:-5%}.orbit .node-6{top:24%;left:-5%}.topic-grid small{color:var(--muted);max-width:30ch;font-size:.88rem;line-height:1.45}.topic-heading{align-items:center;gap:12px;display:flex}.topic-heading>span{font:400 1.35rem var(--display);color:var(--accent)}.topic-heading h2{margin:.2em 0}.topic-description{color:var(--muted);min-height:3em;margin-top:0}.topic-index section{scroll-margin-top:30px}:root[data-theme=dark] .orbit a{box-shadow:0 0 20px #57aeff1a}:root[data-theme=dark] .orbit a:hover{box-shadow:0 0 26px #57aeff33,0 0 0 4px #57aeff14}@media (width<=1050px) and (width>=801px){.orbit{height:360px}.orbit a{padding:6px 8px;font-size:.64rem}.orbit .node-2,.orbit .node-3{right:-5%}.orbit .node-5,.orbit .node-6{left:-7%}}.constellation{aspect-ratio:1;isolation:isolate;border:1px solid var(--line);background:radial-gradient(circle,var(--paper),transparent 67%);border-radius:50%;justify-self:center;width:min(100%,460px);position:relative}.orbit-ring{border:1px dashed var(--line);pointer-events:none;border-radius:50%;position:absolute}.orbit-ring-outer{inset:10%}.orbit-ring-middle{inset:27%}.orbit-ring-inner{inset:39%}.constellation-centre,.constellation-node{z-index:2;border:1px solid var(--line);background:var(--paper);width:max-content;max-width:42%;min-height:2.75rem;color:var(--ink);white-space:nowrap;font:500 .76rem var(--mono);box-shadow:0 8px 28px color-mix(in srgb,var(--ink) 5%,transparent);border-radius:999px;align-items:center;gap:.48rem;padding:.65rem 1rem;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:inline-flex;position:absolute}.constellation-centre{color:var(--accent);top:50%;left:50%;transform:translate(-50%,-50%)}.constellation-node{left:var(--node-x);top:var(--node-y);transform:translate(-50%,-50%)}.constellation-centre:hover,.constellation-centre:focus-visible,.constellation-node:hover,.constellation-node:focus-visible{transform:translate(-50%,-50%)scale(1.055)}.constellation-centre:hover,.constellation-node:hover,.constellation-centre:focus-visible,.constellation-node:focus-visible{border-color:var(--accent2);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent2) 12%,transparent),0 12px 34px color-mix(in srgb,var(--accent2) 12%,transparent)}.topic-symbol{color:var(--accent);font-size:1rem;line-height:1;background:0 0!important;border:0!important;padding:0!important;position:static!important}:root[data-theme=dark] .constellation{background:radial-gradient(circle,#1c487a5c,#081226b3 48%,#03081733 72%);box-shadow:inset 0 0 80px #4190dc14,0 0 60px #1c5d9a1a}:root[data-theme=dark] .constellation-centre,:root[data-theme=dark] .constellation-node{box-shadow:0 0 20px #57aeff1a}@media (width<=1050px) and (width>=801px){.constellation-centre,.constellation-node{min-height:2.35rem;padding:.52rem .72rem;font-size:.66rem}}@media (width<=800px){.constellation{display:none}}.callout{border-left-width:4px;border-radius:10px;padding:0;overflow:hidden}.callout-title{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--accent2) 8%,var(--paper));align-items:center;gap:.65rem;padding:.8rem 1.1rem;display:flex}.callout-title strong{font:600 .72rem var(--font-ui);letter-spacing:.1em;text-transform:uppercase}.callout-body{padding:1rem 1.2rem}.callout-body>:first-child{margin-top:0}.callout-body>:last-child{margin-bottom:0}.callout-warning{border-left-color:#cc7a00}.callout-pearl{border-left-color:#744fc6}.callout-beautiful{border-left-color:#b27b11}.callout-ai{border-left-color:#167ea2}.book-block{border:1px solid var(--line);background:var(--paper);box-shadow:0 12px 36px color-mix(in srgb,var(--ink) 5%,transparent);border-radius:10px;margin:2.2rem 0;padding:1.25rem 1.4rem}.book-block-label{font:600 .75rem var(--font-ui);text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.7rem}.theorem-block{border-top:3px solid var(--accent)}.definition-block{border-top:3px solid var(--accent2)}.proof-block,.solution-block{border:1px solid var(--line);background:var(--paper);border-radius:10px;margin:1.5rem 0;overflow:hidden}.proof-block summary,.solution-block summary{cursor:pointer;font:600 .82rem var(--font-ui);letter-spacing:.04em;padding:.85rem 1.1rem}.proof-body,.solution-block>div{padding:0 1.1rem 1rem}.proof-body:after{content:"□";float:right;color:var(--accent)}.exercise-block{border:1px dashed var(--accent2);background:color-mix(in srgb,var(--accent2) 5%,var(--paper));border-radius:10px;margin:2rem 0;padding:1.2rem 1.35rem}.exercise-block header{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;font-size:.76rem;display:flex}.exercise-block header span{color:var(--muted)}.prerequisites{border:1px solid var(--line);background:var(--paper);font-family:var(--font-ui);border-radius:10px;margin-top:2rem;padding:1.1rem 1.25rem}.prerequisites>strong{text-transform:uppercase;letter-spacing:.1em;font-size:.8rem}.prerequisites ul{flex-wrap:wrap;gap:.55rem;margin:.8rem 0 0;padding:0;list-style:none;display:flex}.prerequisites li{border:1px solid var(--line);border-radius:99px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.8rem;display:flex}.prerequisites li span{color:var(--accent2)}.difficulty-meter{align-items:center;gap:.45rem;display:inline-flex}.difficulty-meter>span{letter-spacing:.08em;color:var(--accent2)}.difficulty-meter em{text-transform:capitalize;font-style:normal}.language-badge{border:1px solid var(--line);color:var(--accent);border-radius:99px;align-items:center;padding:.08rem .5rem;display:inline-flex}.article-tags{margin-top:1rem}.article-meta{align-items:center}.code-window{border:1px solid var(--line);background:#111827;border-radius:12px;margin:2rem 0;overflow:hidden;box-shadow:0 18px 50px #00000029}.code-toolbar{color:#dbeafe;font:500 .72rem var(--font-ui);background:#1f2937;grid-template-columns:1fr auto 1fr;align-items:center;padding:.7rem .9rem;display:grid}.code-toolbar>span{gap:.35rem;display:flex}.code-toolbar i{background:#6b7280;border-radius:50%;width:.7rem;height:.7rem}.code-toolbar i:first-child{background:#ef6b63}.code-toolbar i:nth-child(2){background:#e8bd55}.code-toolbar i:nth-child(3){background:#63c174}.copy-code{color:#dbeafe;cursor:pointer;font:inherit;background:0 0;border:1px solid #4b5563;border-radius:6px;justify-self:end;padding:.25rem .55rem}.code-window pre{color:#e5eefc;background:#111827!important;border-radius:0!important;margin:0!important;padding:1.25rem!important}.code-window code{font-family:var(--font-mono);white-space:pre}.code-window>small{color:#aab9d1;font:400 .7rem var(--font-ui);background:#182235;padding:.6rem .9rem;display:block}.reading-path{border-top:1px solid var(--line);margin-top:4rem;padding-top:2rem}.reading-path>div:last-child{flex-wrap:wrap;gap:.7rem;display:flex}.reading-path span{border:1px solid var(--line);font:500 .8rem var(--font-ui);background:var(--paper);border-radius:99px;padding:.45rem .8rem}@media (width<=600px){.code-toolbar{grid-template-columns:1fr auto}.code-toolbar strong{display:none}.prerequisites ul{display:grid}.article-meta{gap:.4rem}}.reading-theme{--font-body:"EB Garamond", Georgia, serif}:root{--chai-amber:#a6672f;--chai-cream:#fff3d8}.brand{text-transform:lowercase;letter-spacing:.02em}.brand .mark{color:var(--chai-amber)}.biscuits-hero h1{text-transform:lowercase;letter-spacing:-.035em}.hero-kicker{font-family:var(--font-ui,sans-serif);letter-spacing:.09em;text-transform:uppercase;opacity:.72;margin:.9rem 0 1.1rem;font-size:.82rem}.byline{opacity:.7;margin-top:1.6rem;font-style:italic}.chai-note{border:1px solid color-mix(in srgb, var(--chai-amber) 28%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--chai-cream) 46%, transparent), transparent);border-radius:1.2rem;align-items:center;gap:1rem;max-width:1120px;margin:0 auto 4rem;padding:1.2rem 1.4rem;display:flex}.chai-note p{margin:0}.chai-note .eyebrow{margin-bottom:.3rem}.chai-steam{filter:drop-shadow(0 0 14px #c47e3d40);font-size:2rem}.reading-theme-chai{--font-heading:"Cormorant Garamond", Georgia, serif;--accent:#a6672f}.reading-theme-chai .article-header h1{letter-spacing:-.02em}.reading-theme-chai .prose>p:first-of-type:first-letter{float:left;color:var(--chai-amber);padding:.15rem .45rem 0 0;font-family:Cormorant Garamond,Georgia,serif;font-size:4.2rem;line-height:.78}.reading-theme-chai blockquote{border-left-color:var(--chai-amber)}html[data-theme=dark] .chai-note{background:radial-gradient(circle at 15%,#ad693024,#0000 42%),#081226ad;border-color:#da9d5a38}html[data-theme=dark] .reading-theme-chai{--chai-amber:#e0a15f}.tikz-figure{background:#fff;border:1px solid #465a7d33;border-radius:1.25rem;margin:2.4rem auto;padding:1.15rem 1.2rem .9rem;overflow:hidden;box-shadow:0 12px 34px #14234114}.tikz-figure img{object-fit:contain;background:#fff;width:100%;max-width:760px;max-height:430px;margin:0 auto;display:block}.tikz-figure.wide{width:min(920px,100vw - 2rem);max-width:none;position:relative;left:50%;transform:translate(-50%)}.tikz-figure figcaption{text-align:center;max-width:68ch;font-family:var(--font-ui,sans-serif);color:#516078;opacity:1;margin:.85rem auto 0;font-size:.82rem;line-height:1.45}html[data-theme=dark] .tikz-figure{background:#fff;border-color:#86beff5c;box-shadow:0 14px 38px #0000004d,0 0 0 1px #74bcff12,0 0 30px #3f98ff12}html[data-theme=dark] .tikz-figure img{filter:none;background:#fff}.breadcrumbs{font-family:var(--font-ui,sans-serif);letter-spacing:.025em;color:var(--muted,#667085);flex-wrap:wrap;align-items:center;gap:.42rem;margin:0 0 1.6rem;font-size:.78rem;display:flex}.breadcrumbs a{color:inherit;text-decoration:none}.breadcrumbs a:hover{color:var(--accent,#5177c8);text-underline-offset:.22em;text-decoration:underline}.breadcrumbs [aria-current=page]{text-overflow:ellipsis;white-space:nowrap;max-width:36ch;color:var(--text,inherit);opacity:.82;overflow:hidden}.article-topic-links a{color:inherit;align-items:center;text-decoration:none;transition:transform .14s,border-color .14s,color .14s;display:inline-flex}.article-topic-links a:hover{color:var(--accent,#5177c8);border-color:color-mix(in srgb, var(--accent,#5177c8) 44%, transparent);transform:translateY(-1px)}.article-footer-nav{border-top:1px solid color-mix(in srgb, currentColor 13%, transparent);font-family:var(--font-ui,sans-serif);flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;margin:3.7rem 0 .5rem;padding:1.15rem 0 0;font-size:.88rem;display:flex}.article-footer-nav a{text-decoration:none}.article-footer-nav a:hover{text-underline-offset:.24em;text-decoration:underline}.article-footer-primary{margin-right:auto;font-weight:600}.reading-bar{z-index:30;border:1px solid color-mix(in srgb, currentColor 12%, transparent);background:color-mix(in srgb, var(--surface,#fff) 88%, transparent);-webkit-backdrop-filter:blur(16px)saturate(1.15);width:min(1120px,100% - 2rem);font-family:var(--font-ui,sans-serif);border-radius:999px;align-items:center;gap:.62rem;margin:-.15rem auto 1.25rem;padding:.58rem .78rem;font-size:.76rem;display:flex;position:sticky;top:0;box-shadow:0 8px 28px #0c14260f}.reading-bar a{color:inherit;white-space:nowrap;text-decoration:none}.reading-bar a:hover{color:var(--accent,#5177c8)}.reading-bar-brand{text-transform:lowercase;font-weight:650}.reading-bar-separator{opacity:.36}.reading-bar-title{text-overflow:ellipsis;white-space:nowrap;opacity:.68;min-width:0;overflow:hidden}.reading-bar-top{margin-left:auto}html[data-theme=dark] .reading-bar{background:#040c1dd1;border-color:#a0c3ff24;box-shadow:0 8px 32px #00000038}@media (width<=720px){.reading-bar{border-radius:1rem;width:calc(100% - 1rem)}.reading-bar-separator,.reading-bar-title{display:none}.breadcrumbs{font-size:.73rem}.breadcrumbs [aria-current=page]{max-width:22ch}.article-footer-nav{flex-direction:column;align-items:flex-start}.article-footer-primary{margin-right:0}}.series-page{max-width:980px;margin:0 auto;padding:4rem 1.5rem 7rem}.series-hero{max-width:760px;margin:2rem 0 3rem}.series-hero h1{margin:.25rem 0;font-size:clamp(2.5rem,7vw,5rem)}.series-hero p{font-size:1.25rem;line-height:1.65}.series-card-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.25rem;display:grid}.series-card{border:1px solid var(--line,#78787840);color:inherit;background:var(--surface,#ffffff09);border-radius:20px;gap:1rem;padding:1.5rem;text-decoration:none;transition:transform .2s,border-color .2s;display:flex}.series-card:hover{border-color:var(--accent);transform:translateY(-3px)}.series-symbol{font-family:system-ui,sans-serif;font-size:1.8rem}.series-symbol.large{font-size:3rem}.series-card h2{margin:0 0 .5rem;font-size:1.45rem}.series-card p{margin:.3rem 0 1rem}.series-timeline{margin:2rem 0;padding:0;list-style:none;position:relative}.series-timeline:before{content:"";background:linear-gradient(var(--accent),#80808033);width:2px;position:absolute;top:20px;bottom:30px;left:22px}.series-timeline li{grid-template-columns:46px 1fr;gap:1rem;padding-bottom:1.8rem;display:grid;position:relative}.series-node{background:var(--bg,#fff);border:2px solid var(--accent);z-index:1;border-radius:50%;place-items:center;width:44px;height:44px;font:700 .9rem system-ui;display:grid}.series-timeline a{color:inherit;border:1px solid var(--line,#78787833);border-radius:16px;padding:1rem 1.25rem;text-decoration:none}.series-timeline h2{margin:.15rem 0 .35rem}.series-timeline p{margin:0}.series-timeline small{opacity:.7;text-transform:uppercase;letter-spacing:.08em;font-family:system-ui,sans-serif}.series-strip{border:1px solid var(--line,#78787840);background:var(--surface,#ffffff09);border-radius:15px;margin:1.4rem 0 2rem;padding:1rem 1.15rem}.series-strip-head{justify-content:space-between;gap:1rem;font:600 .82rem/1.3 system-ui,sans-serif;display:flex}.series-strip-head a{color:inherit;text-decoration:none}.series-strip-head a:hover{text-decoration:underline}.series-dots{grid-template-columns:repeat(var(--series-count,8),1fr);gap:6px;margin-top:.8rem;display:grid}.series-dots span{background:#80808038;border-radius:9px;height:5px}.series-dots span.done{background:color-mix(in srgb,var(--accent) 55%,transparent)}.series-dots span.active{background:var(--accent);box-shadow:0 0 12px color-mix(in srgb,var(--accent) 55%,transparent)}.series-next-prev{border-top:1px solid var(--line,#78787840);border-bottom:1px solid var(--line,#78787840);grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin:3rem 0 1rem;padding:1.25rem 0;font-family:system-ui,sans-serif;display:grid}.series-next-prev>div:last-child{text-align:right}.series-next-prev a{text-decoration:none}.series-center{font-weight:700}@media (width<=650px){.series-next-prev{grid-template-columns:1fr 1fr}.series-center{text-align:center;grid-area:1/1/auto/-1}.series-strip-head{flex-direction:column;align-items:flex-start}}.series-next-prev>div>a{letter-spacing:.018em;color:#b66f2d;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.12rem,1.8vw,1.32rem);font-weight:700;text-decoration:none;transition:color .18s,transform .18s,text-shadow .18s}.series-next-prev>div>a:hover{color:#d9964a;text-underline-offset:.28em;text-decoration:underline 1px}html[data-theme=dark] .series-next-prev>div>a{color:#efb565;text-shadow:0 0 16px #efb5651f}html[data-theme=dark] .series-next-prev>div>a:hover{color:#ffd08b}.series-center{letter-spacing:.055em;text-transform:uppercase;opacity:.82;font-family:IBM Plex Sans,system-ui,sans-serif;font-size:.82rem}.editorial-photo{background:#fffdf8;border:1px solid #56422c29;border-radius:18px;max-width:760px;margin:2.4rem auto;padding:.65rem;box-shadow:0 16px 45px #1f18121a}.editorial-photo img{border-radius:12px;width:100%;height:auto;display:block}.editorial-photo figcaption{color:#62564a;padding:.8rem .55rem .25rem;font-family:IBM Plex Sans,system-ui,sans-serif;font-size:.76rem;line-height:1.5}.editorial-photo figcaption a{color:#9b5e28}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_AMS-Regular.BQhdFMY1.woff2)format("woff2"),url(/_astro/KaTeX_AMS-Regular.DMm9YOAa.woff)format("woff"),url(/_astro/KaTeX_AMS-Regular.DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Caligraphic-Bold.Dq_IR9rO.woff2)format("woff2"),url(/_astro/KaTeX_Caligraphic-Bold.BEiXGLvX.woff)format("woff"),url(/_astro/KaTeX_Caligraphic-Bold.ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Caligraphic-Regular.Di6jR-x-.woff2)format("woff2"),url(/_astro/KaTeX_Caligraphic-Regular.CTRA-rTL.woff)format("woff"),url(/_astro/KaTeX_Caligraphic-Regular.wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Fraktur-Bold.CL6g_b3V.woff2)format("woff2"),url(/_astro/KaTeX_Fraktur-Bold.BsDP51OF.woff)format("woff"),url(/_astro/KaTeX_Fraktur-Bold.BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Fraktur-Regular.CTYiF6lA.woff2)format("woff2"),url(/_astro/KaTeX_Fraktur-Regular.Dxdc4cR9.woff)format("woff"),url(/_astro/KaTeX_Fraktur-Regular.CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Main-Bold.Cx986IdX.woff2)format("woff2"),url(/_astro/KaTeX_Main-Bold.Jm3AIy58.woff)format("woff"),url(/_astro/KaTeX_Main-Bold.waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Main-BoldItalic.DxDJ3AOS.woff2)format("woff2"),url(/_astro/KaTeX_Main-BoldItalic.SpSLRI95.woff)format("woff"),url(/_astro/KaTeX_Main-BoldItalic.DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Main-Italic.NWA7e6Wa.woff2)format("woff2"),url(/_astro/KaTeX_Main-Italic.BMLOBm91.woff)format("woff"),url(/_astro/KaTeX_Main-Italic.3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Main-Regular.B22Nviop.woff2)format("woff2"),url(/_astro/KaTeX_Main-Regular.Dr94JaBh.woff)format("woff"),url(/_astro/KaTeX_Main-Regular.ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Math-BoldItalic.CZnvNsCZ.woff2)format("woff2"),url(/_astro/KaTeX_Math-BoldItalic.iY-2wyZ7.woff)format("woff"),url(/_astro/KaTeX_Math-BoldItalic.B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Math-Italic.t53AETM-.woff2)format("woff2"),url(/_astro/KaTeX_Math-Italic.DA0__PXp.woff)format("woff"),url(/_astro/KaTeX_Math-Italic.flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_SansSerif-Bold.D1sUS0GD.woff2)format("woff2"),url(/_astro/KaTeX_SansSerif-Bold.DbIhKOiC.woff)format("woff"),url(/_astro/KaTeX_SansSerif-Bold.CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Italic.C3H0VqGB.woff2)format("woff2"),url(/_astro/KaTeX_SansSerif-Italic.DN2j7dab.woff)format("woff"),url(/_astro/KaTeX_SansSerif-Italic.YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Regular.DDBCnlJ7.woff2)format("woff2"),url(/_astro/KaTeX_SansSerif-Regular.CS6fqUqJ.woff)format("woff"),url(/_astro/KaTeX_SansSerif-Regular.BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Script-Regular.D3wIWfF6.woff2)format("woff2"),url(/_astro/KaTeX_Script-Regular.D5yQViql.woff)format("woff"),url(/_astro/KaTeX_Script-Regular.C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size1-Regular.mCD8mA8B.woff2)format("woff2"),url(/_astro/KaTeX_Size1-Regular.C195tn64.woff)format("woff"),url(/_astro/KaTeX_Size1-Regular.Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size2-Regular.Dy4dx90m.woff2)format("woff2"),url(/_astro/KaTeX_Size2-Regular.oD1tc_U0.woff)format("woff"),url(/_astro/KaTeX_Size2-Regular.B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(/_astro/KaTeX_Size3-Regular.CTq5MqoE.woff)format("woff"),url(/_astro/KaTeX_Size3-Regular.DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size4-Regular.Dl5lxZxV.woff2)format("woff2"),url(/_astro/KaTeX_Size4-Regular.BF-4gkZK.woff)format("woff"),url(/_astro/KaTeX_Size4-Regular.DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Typewriter-Regular.CO6r4hn1.woff2)format("woff2"),url(/_astro/KaTeX_Typewriter-Regular.C0xS9mPB.woff)format("woff"),url(/_astro/KaTeX_Typewriter-Regular.D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.18.4"}.katex .katex-mathml{clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.katex-newline{display:block}.katex .katex-base{white-space:nowrap;width:min-content;position:relative}.katex .katex-base,.katex .katex-strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .katex-vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .katex-thinbox{flex-direction:row;width:0;max-width:0;display:inline-flex}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline,.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-rule,.katex .katex-underline .underline-line,.katex .mfrac .frac-line{min-height:1px}.katex .mspace{display:inline-block}.katex .katex-smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.katex-inner,.katex .llap>.katex-inner,.katex .rlap>.katex-inner{position:absolute}.katex .clap>.katex-fix,.katex .llap>.katex-fix,.katex .rlap>.katex-fix{display:inline-block}.katex .llap>.katex-inner{right:0}.katex .clap>.katex-inner,.katex .rlap>.katex-inner{left:0}.katex .clap>.katex-inner>span{margin-left:-50%;margin-right:50%}.katex .katex-rule{border:0 solid;display:inline-block;position:relative}.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.katex-root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .katex-sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .katex-sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .katex-sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .katex-sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .katex-sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .katex-sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .katex-sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .katex-sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .katex-sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .katex-sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .katex-sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .katex-sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .katex-sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .katex-sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .katex-sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .katex-sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .katex-sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .katex-sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .katex-sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .katex-sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .katex-sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .katex-sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .katex-sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .katex-sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .katex-sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .katex-sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .katex-sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .katex-sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .katex-sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .katex-sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .katex-sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .katex-sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .katex-sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .katex-sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .katex-sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .katex-sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .katex-sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .katex-sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .katex-sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .katex-sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .katex-sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .katex-sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .katex-sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .katex-sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .katex-sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .katex-sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .katex-sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .katex-sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .katex-sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .katex-sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .katex-sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .katex-sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .katex-sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .katex-sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .katex-sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .katex-sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .katex-sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .katex-sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .katex-sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .katex-sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .katex-sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .katex-sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .katex-sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .katex-sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .katex-sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .katex-sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .katex-sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .katex-sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .katex-sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .katex-sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .katex-sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .katex-sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .katex-sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .katex-sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .katex-sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .katex-sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .katex-sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .katex-sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .katex-sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .katex-sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .katex-sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .katex-sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .katex-sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .katex-sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .katex-sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .katex-sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .katex-sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .katex-sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .katex-sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .katex-sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .katex-sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .katex-sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .katex-sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .katex-sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .katex-sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .katex-sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .katex-sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .katex-sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .katex-sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .katex-sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .katex-sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .katex-sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .katex-sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .katex-sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .katex-sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .katex-sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .katex-sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .katex-sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .katex-sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .katex-sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .katex-sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .katex-sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .katex-sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .katex-sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .katex-sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .katex-sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .katex-sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .katex-sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .katex-sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .katex-sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .katex-sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .katex-accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .katex-accent .accent-body{position:relative}.katex .katex-accent .accent-body:not(.accent-full){width:0}.katex .katex-overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .katex-stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .katex-stretchy:after,.katex .katex-stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .katex-sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.katex-tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.katex-tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}
