:root{color:#181612;background:#f4f0e6;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--paper: #f4f0e6;--paper-raised: #faf7f0;--ink: #181612;--muted: #756f64;--faint: #a69e90;--line: rgba(24, 22, 18, .12);--accent: #ad7b3d;--sage: #708568;--rose: #a75c52;--header-height: 64px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px;scrollbar-width:thin;scrollbar-color:rgba(89,78,66,.34) transparent}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{border:2px solid var(--paper);border-radius:999px;background:#594e4257}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}::selection{color:var(--ink);background:#e6d09e}.site-header{position:sticky;top:0;z-index:50;height:var(--header-height);border-bottom:1px solid var(--line);background:#f4f0e6f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{width:min(1120px,calc(100% - 40px));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:16px;font-weight:760}.brand-mark{width:38px;height:38px;display:block;object-fit:contain}.brand b{color:var(--accent);font:inherit}.header-nav{display:flex;align-items:center;gap:25px}.header-nav>a{color:#38342e;text-decoration:none;font-size:14px}.header-nav>a:hover{color:var(--accent)}.icon-button{border:0;padding:0;color:var(--ink);background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.search-button{min-width:114px;height:34px;gap:8px;padding:0 9px;border:1px solid var(--line);border-radius:7px;color:var(--muted);background:#ffffff52}.search-button span{font-size:13px}.search-button kbd{margin-left:auto;padding:2px 5px;border:1px solid var(--line);border-radius:4px;color:var(--faint);background:#ffffff75;font-size:10px;font-family:inherit}.github-button{width:30px;height:30px}.x-button{width:30px;height:30px;font-size:14px!important;font-weight:780!important}.mobile-menu-button{display:none;width:32px;height:32px}.hero{min-height:430px;padding:91px 24px 54px;text-align:center;display:flex;flex-direction:column;align-items:center}.eyebrow{margin:0 0 20px;color:#82796a;font-size:12px;font-weight:760;text-transform:uppercase;letter-spacing:1.4px}.hero h1{margin:0;font-family:Georgia,"Noto Serif SC",Songti SC,serif;font-size:clamp(48px,7vw,78px);line-height:1.04;font-weight:650;letter-spacing:0}.hero-copy{width:min(610px,100%);margin:25px auto 0;color:#5f594f;font-family:Georgia,"Noto Serif SC",Songti SC,serif;font-size:18px;line-height:1.9}.hero-actions{margin-top:31px;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.button{min-height:48px;padding:0 21px;border:1px solid var(--line);border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-size:14px;font-weight:720;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-1px);box-shadow:0 7px 20px #1f1a121a}.button-primary,.button-dark{color:#fff;background:var(--ink);border-color:var(--ink)}.button-secondary{background:#ffffff75}.resume-note{margin-top:20px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}.resume-note strong{width:32px;color:var(--ink);font-variant-numeric:tabular-nums}.resume-track{width:120px;height:4px;overflow:hidden;border-radius:4px;background:#ded8ca}.resume-track i{display:block;height:100%;background:var(--accent)}.formula-demo{width:min(820px,calc(100% - 40px));margin:0 auto;border:1px solid rgba(24,22,18,.1);border-radius:8px;overflow:hidden;background:var(--paper-raised);box-shadow:0 16px 42px #2d251814}.formula-demo-topline{min-height:49px;padding:0 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.formula-demo-topline span:first-child{display:inline-flex;align-items:center}.formula-stage{min-height:290px;padding:44px 38px 36px;display:flex;flex-direction:column;align-items:center;justify-content:center}.formula-expression{display:flex;align-items:center;justify-content:center;gap:14px;color:#726b60;font-family:Georgia,"Noto Serif SC",serif;font-size:28px}.formula-expression>strong{color:var(--ink);font-size:34px}.formula-part-wrap{display:inline-flex;align-items:center;gap:14px}.formula-part{width:112px;height:78px;border:1px solid var(--line);border-radius:7px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--ink);background:#f2eee5;font-family:inherit;font-size:18px;font-weight:740;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.formula-part small{color:var(--muted);font-size:11px;font-weight:600}.formula-part:hover{transform:translateY(-2px)}.formula-part.is-active{color:#fff;border-color:var(--ink);background:var(--ink)}.formula-part.is-active small{color:#d6d0c5}.formula-explainer{width:min(530px,100%);margin-top:31px;padding-top:25px;border-top:1px solid var(--line);display:grid;grid-template-columns:55px 1fr;gap:17px;animation:fade-up .22s ease both}.formula-explainer>span{width:48px;height:48px;display:grid;place-items:center;border-radius:7px;color:#fff;background:var(--accent);font-family:Georgia,serif;font-size:14px}.formula-explainer strong{font-size:15px}.formula-explainer p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.7}.formula-caption{margin:0;padding:17px 25px;border-top:1px solid var(--line);color:var(--muted);font-family:Georgia,"Noto Serif SC",serif;font-size:13px;line-height:1.7}@keyframes fade-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.book-stats{width:min(720px,calc(100% - 40px));margin:29px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px;background:#faf7f0b3;overflow:hidden}.book-stats div{min-height:91px;padding:18px 10px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center}.book-stats div:last-child{border-right:0}.book-stats strong{font-family:Georgia,serif;font-size:25px}.book-stats span{margin-top:5px;color:var(--muted);font-size:11px}.contents-section{width:min(1020px,calc(100% - 40px));margin:130px auto 0;padding-bottom:120px}.section-heading{width:min(620px,100%);margin-bottom:56px}.section-heading .eyebrow{margin-bottom:13px}.section-heading h2,.source-band h2{margin:0;font-family:Georgia,"Noto Serif SC",Songti SC,serif;font-size:36px;line-height:1.25;letter-spacing:0}.section-heading>p:last-child,.source-band p:last-child{margin:14px 0 0;color:var(--muted);font-family:Georgia,"Noto Serif SC",serif;font-size:16px;line-height:1.8}.chapter-groups{border-top:1px solid var(--ink)}.chapter-group{display:grid;grid-template-columns:190px 1fr;border-bottom:1px solid var(--line)}.group-label{padding:30px 24px 30px 0}.group-label span{color:var(--accent);font-family:Georgia,serif;font-size:12px}.group-label h3{margin:9px 0 0;font-family:Georgia,"Noto Serif SC",serif;font-size:18px}.chapter-list{border-left:1px solid var(--line)}.chapter-row{min-height:84px;padding:13px 5px 13px 23px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:43px 1fr auto 28px;align-items:center;gap:11px;text-decoration:none;transition:background .18s ease}.chapter-row:last-child{border-bottom:0}.chapter-row:hover{background:#ffffff5c}.chapter-row:hover svg{transform:translate(3px)}.chapter-row svg{color:var(--faint);transition:transform .18s ease}.chapter-number{color:var(--faint);font-family:Georgia,serif;font-size:14px}.chapter-main{min-width:0;display:flex;flex-direction:column;gap:6px}.chapter-main strong{font-size:16px}.chapter-main small{overflow:hidden;color:var(--muted);font-size:12px;white-space:nowrap;text-overflow:ellipsis}.chapter-meta{color:var(--faint);font-size:11px;font-variant-numeric:tabular-nums}.source-band{width:min(1020px,calc(100% - 40px));margin:0 auto 80px;padding:57px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.source-band>div{max-width:650px}.source-band .eyebrow{margin-bottom:13px}.site-footer{width:min(1120px,calc(100% - 40px));min-height:80px;margin:0 auto;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.footer-brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-weight:700}.footer-brand img{width:32px;height:32px;object-fit:contain}.footer-meta{display:flex;align-items:center;gap:20px}.footer-meta a{text-decoration:none}.footer-meta a:hover{color:var(--accent)}.dialog-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;padding:12vh 20px 30px;background:#1a171273;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.search-dialog{width:min(680px,100%);max-height:70vh;margin:0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:var(--paper-raised);box-shadow:0 30px 80px #14120e47}.search-input-row{height:64px;padding:0 17px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;color:var(--muted)}.search-input-row input{flex:1;height:100%;border:0;outline:0;color:var(--ink);background:transparent;font-size:17px}.search-input-row input::placeholder{color:var(--faint)}.search-input-row .icon-button{width:32px;height:32px}.search-results{max-height:calc(70vh - 65px);overflow:auto;padding:8px}.search-empty{min-height:160px;padding:32px;display:flex;align-content:center;justify-content:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px}.search-empty span{width:100%;text-align:center}.search-empty button{padding:7px 10px;border:1px solid var(--line);border-radius:6px;color:var(--muted);background:#f3efe6;cursor:pointer}.search-result{width:100%;padding:14px 12px;border:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:35px 1fr 22px;gap:10px;align-items:center;text-align:left;color:var(--ink);background:transparent;cursor:pointer}.search-result:last-child{border-bottom:0}.search-result:hover{border-radius:6px;background:#ede8dd}.search-result-number{color:var(--faint);font-family:Georgia,serif;font-size:12px}.search-result>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:5px}.search-result strong{font-size:14px}.search-result small{overflow:hidden;color:var(--muted);font-size:12px;line-height:1.5;white-space:nowrap;text-overflow:ellipsis}.search-result svg{color:var(--faint)}.no-results{min-height:150px;margin:0;display:grid;place-items:center;color:var(--muted);font-size:14px}.reader-page .site-header{position:fixed;left:0;right:0}.reader-page .header-inner{width:calc(100% - 36px)}.reading-progress{position:fixed;top:calc(var(--header-height) - 2px);left:0;right:0;z-index:60;height:2px;background:transparent}.reading-progress i{display:block;height:100%;background:var(--accent);transition:width .12s linear}.book-sidebar{position:fixed;top:var(--header-height);bottom:0;left:0;z-index:35;width:278px;border-right:1px solid var(--line);background:#f1ede4;display:flex;flex-direction:column}.sidebar-scroll{flex:1;overflow-y:auto;padding:19px 12px 24px;scrollbar-width:thin}.sidebar-mobile-head{display:none}.sidebar-group{margin-bottom:15px}.sidebar-group-title{width:100%;height:30px;padding:0 8px;border:0;display:flex;align-items:center;justify-content:space-between;color:#5f594f;background:transparent;font-size:11px;font-weight:760;text-transform:uppercase;cursor:pointer}.sidebar-group-title svg{transition:transform .18s ease}.sidebar-group-title svg.is-collapsed{transform:rotate(-90deg)}.sidebar-links{display:flex;flex-direction:column;gap:2px}.sidebar-link{min-height:41px;padding:7px 8px;border-radius:6px;display:grid;grid-template-columns:29px 1fr auto;gap:6px;align-items:center;color:#5c574e;text-decoration:none;font-size:12px;line-height:1.35}.sidebar-link:hover{background:#ffffff73}.sidebar-link.is-active{color:#fff;background:var(--ink)}.sidebar-number{color:#9a9285;font-family:Georgia,serif;font-size:10px}.sidebar-link.is-active .sidebar-number{color:#bdb5a9}.sidebar-link-text{min-width:0}.sidebar-percent{color:var(--faint);font-size:9px}.sidebar-check{color:var(--sage)}.sidebar-link.is-active .sidebar-check{color:#c9d5c5}.sidebar-license{padding:17px 20px;border-top:1px solid var(--line);color:var(--faint);font-size:10px;line-height:1.6}.sidebar-backdrop{display:none}.reader-shell{min-height:100vh;margin-left:278px;padding:calc(var(--header-height) + 52px) 48px 100px;display:grid;grid-template-columns:minmax(0,760px) 190px;justify-content:center;gap:74px}.reader-article{min-width:0}.chapter-header{padding:7px 0 43px;border-bottom:1px solid var(--line)}.chapter-breadcrumb{margin:0 0 25px;color:var(--muted);font-size:12px}.chapter-header h1{margin:0;font-family:Georgia,"Noto Serif SC",Songti SC,serif;font-size:44px;line-height:1.2;font-weight:650;letter-spacing:0}.chapter-header>p:not(.chapter-breadcrumb){margin:15px 0 0;color:var(--muted);font-family:Georgia,"Noto Serif SC",serif;font-size:17px;line-height:1.7}.chapter-reading-meta{margin-top:22px;display:flex;align-items:center;gap:20px;color:var(--faint);font-size:11px}.chapter-reading-meta span{display:inline-flex;align-items:center;gap:6px}.chapter-outline{min-width:0}.outline-inner{position:sticky;top:calc(var(--header-height) + 50px)}.outline-inner>strong{display:block;margin-bottom:14px;font-size:12px}.outline-inner nav{padding-left:12px;border-left:1px solid var(--line);display:flex;flex-direction:column;gap:11px}.outline-inner a{color:var(--muted);text-decoration:none;font-size:11px;line-height:1.45}.outline-inner a:hover{color:var(--ink)}.outline-progress{display:block;margin-top:17px;color:var(--faint);font-size:10px}.mobile-reader-tools,.mobile-outline{display:none}.markdown-body{padding-top:45px;color:#292620;font-family:Georgia,"Noto Serif SC",Songti SC,serif;font-size:17px;line-height:1.9}.markdown-body>h1:first-child{display:none}.markdown-body h2,.markdown-body h3,.markdown-body h4{color:var(--ink);font-family:Inter,ui-sans-serif,PingFang SC,sans-serif;letter-spacing:0;scroll-margin-top:90px}.markdown-body h2{margin:67px 0 20px;padding-top:4px;font-size:29px;line-height:1.35}.markdown-body h3{margin:46px 0 15px;font-size:21px;line-height:1.4}.markdown-body h4{margin:35px 0 12px;font-size:17px}.markdown-body p{margin:0 0 21px}.markdown-body strong{color:#171511}.markdown-body a{color:#86602f;text-decoration-thickness:1px;text-underline-offset:3px}.markdown-body a:hover{color:#a14f42}.markdown-body ul,.markdown-body ol{margin:0 0 24px;padding-left:1.45em}.markdown-body li{margin:8px 0;padding-left:.25em}.markdown-body li::marker{color:var(--accent)}.markdown-body blockquote{margin:31px 0;padding:19px 22px;border-left:3px solid var(--accent);border-radius:0 6px 6px 0;color:#4f4a42;background:#ffffff57}.markdown-body blockquote p:last-child{margin-bottom:0}.markdown-body .book-figure{display:block;margin:38px 0 42px}.markdown-body .book-figure img{display:block;width:100%;max-height:700px;object-fit:contain;border:1px solid var(--line);border-radius:7px;background:#faf8f3}.markdown-body .book-figcaption{display:block;margin-top:10px;color:var(--faint);font-family:Inter,sans-serif;font-size:11px;text-align:center}.markdown-body table{width:100%;margin:28px 0 34px;border-collapse:collapse;font-family:Inter,PingFang SC,sans-serif;font-size:13px;line-height:1.55}.markdown-body th,.markdown-body td{padding:10px 11px;border:1px solid #d5cfc2;vertical-align:top;text-align:left}.markdown-body th{background:#eae4d8;font-weight:700}.markdown-body tr:nth-child(2n) td{background:#ffffff3b}.markdown-body pre{max-width:100%;margin:28px 0 34px;padding:21px 22px;overflow-x:auto;border:1px solid rgba(255,255,255,.08);border-radius:7px;color:#e9e3d8;background:#211f1b;font:13px/1.7 SFMono-Regular,Consolas,monospace}.markdown-body code{padding:.14em .35em;border-radius:4px;color:#8d4c43;background:#eae4d9;font:.85em/1.5 SFMono-Regular,Consolas,monospace;word-break:break-word}.markdown-body pre code{padding:0;color:inherit;background:transparent;font:inherit;word-break:normal}.markdown-body hr{margin:52px 0;border:0;border-top:1px solid var(--line)}.markdown-body sup{line-height:0}.markdown-body .katex-display{max-width:100%;margin:30px 0;overflow-x:auto;overflow-y:hidden;padding:7px 0}.markdown-body section[data-footnotes]{margin-top:60px;padding-top:25px;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.chapter-pagination{margin-top:90px;padding-top:27px;border-top:1px solid var(--ink);display:grid;grid-template-columns:1fr 1fr;gap:18px}.page-link{min-width:0;min-height:78px;padding:13px 16px;border:1px solid var(--line);border-radius:7px;display:flex;align-items:center;gap:12px;text-decoration:none;background:#ffffff3d}.page-link.next{justify-content:flex-end;text-align:right}.page-link:hover{background:#ffffff80}.page-link span{min-width:0;display:flex;flex-direction:column;gap:6px}.page-link small{color:var(--faint);font-size:10px}.page-link strong{overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.page-link svg{flex:none;color:var(--faint)}@media(max-width:1180px){.reader-shell{grid-template-columns:minmax(0,760px)}.chapter-outline{display:none}}@media(max-width:900px){:root{--header-height: 58px}.header-inner,.reader-page .header-inner{width:calc(100% - 28px)}.header-nav{gap:10px}.header-nav>a{display:none}.search-button{min-width:36px;width:36px;padding:0;border:0;background:transparent}.search-button span,.search-button kbd,.github-button{display:none}.mobile-menu-button{display:inline-flex}.book-sidebar{z-index:80;width:min(330px,88vw);transform:translate(-102%);transition:transform .22s ease;box-shadow:18px 0 50px #16130e2e}.book-sidebar.is-open{transform:translate(0)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;border:0;background:#19161166}.sidebar-backdrop.is-open{display:block}.sidebar-mobile-head{height:54px;padding:0 15px 0 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.sidebar-mobile-head strong{font-size:13px}.sidebar-mobile-head .icon-button{width:34px;height:34px}.reader-shell{margin-left:0;padding:calc(var(--header-height) + 22px) 24px 70px;display:block}.mobile-reader-tools{margin-bottom:31px;display:flex;gap:8px}.mobile-reader-tools button{min-height:36px;padding:0 11px;border:1px solid var(--line);border-radius:6px;display:inline-flex;align-items:center;gap:7px;color:var(--muted);background:#ffffff47;font-size:12px}.mobile-outline{margin:-20px 0 32px;padding:15px;border:1px solid var(--line);border-radius:7px;display:flex;flex-direction:column;gap:10px;background:#ffffff4d}.mobile-outline a{color:var(--muted);text-decoration:none;font-size:12px;line-height:1.4}}@media(max-width:640px){.brand{gap:8px;font-size:14px}.brand-mark{width:32px;height:32px}.hero{min-height:392px;padding:73px 20px 42px}.hero h1{font-size:48px}.hero-copy{margin-top:20px;font-size:16px;line-height:1.75}.hero-actions{width:100%;margin-top:27px}.button{min-height:46px;padding:0 16px}.formula-demo{width:calc(100% - 24px)}.formula-demo-topline{padding:0 14px}.formula-stage{min-height:320px;padding:31px 12px 26px}.formula-expression{width:100%;gap:6px;font-size:20px}.formula-expression>strong{font-size:25px}.formula-part-wrap{flex:1;gap:6px}.formula-part{flex:1;width:auto;min-width:0;height:68px;font-size:14px}.formula-part small{font-size:9px}.formula-explainer{grid-template-columns:45px 1fr;gap:12px}.formula-explainer>span{width:42px;height:42px}.formula-caption{padding:15px 17px}.book-stats{width:calc(100% - 24px);grid-template-columns:1fr 1fr}.book-stats div:nth-child(2){border-right:0}.book-stats div:nth-child(-n+2){border-bottom:1px solid var(--line)}.contents-section{width:calc(100% - 32px);margin-top:90px;padding-bottom:80px}.section-heading{margin-bottom:38px}.section-heading h2,.source-band h2{font-size:29px}.chapter-group{display:block}.group-label{padding:24px 4px 15px;display:flex;align-items:baseline;gap:10px}.group-label h3{margin:0}.chapter-list{border-left:0}.chapter-row{min-height:78px;padding-left:4px;grid-template-columns:34px 1fr 22px}.chapter-meta{display:none}.chapter-main strong{font-size:15px}.source-band{width:calc(100% - 32px);margin-bottom:50px;padding:45px 0;align-items:flex-start;flex-direction:column;gap:26px}.site-footer{width:calc(100% - 32px);min-height:90px;align-items:flex-start;justify-content:center;flex-direction:column;gap:7px}.dialog-layer{padding:8vh 10px 20px}.search-dialog{max-height:80vh}.search-results{max-height:calc(80vh - 65px)}.reader-shell{padding-left:18px;padding-right:18px}.chapter-header{padding-bottom:33px}.chapter-breadcrumb{margin-bottom:18px}.chapter-header h1{font-size:34px}.chapter-header>p:not(.chapter-breadcrumb){font-size:15px}.markdown-body{padding-top:33px;font-size:16px;line-height:1.86}.markdown-body h2{margin-top:53px;font-size:25px}.markdown-body h3{margin-top:39px;font-size:20px}.markdown-body .book-figure{margin-left:-8px;margin-right:-8px}.markdown-body table{display:block;max-width:100%;overflow-x:auto;white-space:nowrap}.markdown-body pre{margin-left:-6px;margin-right:-6px;padding:17px;font-size:12px}.chapter-pagination{grid-template-columns:1fr}.page-link.next{grid-row:1}.page-link.previous{grid-row:2}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--paper: #f4efe2;--paper-raised: #fbf8f0;--ink: #1a1410;--muted: #6f665c;--faint: #9f9486;--line: rgba(42, 31, 24, .13);--accent: #a75a43;--accent-tint: #f4ddd3;--sage: #6f6f42;--rose: #9a4d48;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Noto Sans SC,Microsoft YaHei,sans-serif}body{background:var(--paper)}.site-header{height:62px;background:#f4efe2e0;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%)}.header-inner{width:min(1160px,calc(100% - 42px))}.brand{font-size:16px;font-weight:720}.brand-mark{filter:drop-shadow(0 2px 5px rgba(45,31,22,.1))}.header-nav>a{position:relative;font-size:13px;font-weight:590}.header-nav>a:after{content:"";position:absolute;right:0;bottom:-8px;left:0;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:right;transition:transform .24s ease}.header-nav>a:hover:after{transform:scaleX(1);transform-origin:left}.search-button{background:#fff6;transition:border-color .2s ease,background .2s ease,transform .2s ease}.search-button:hover{border-color:#a75a4366;background:#ffffffad;transform:translateY(-1px)}.hero{min-height:405px;padding-top:86px;padding-bottom:34px;overflow:hidden}.eyebrow{color:#7e6e61;letter-spacing:1.7px}.hero h1{display:inline-grid;grid-template-columns:auto 1px auto;align-items:center;gap:clamp(18px,2.2vw,30px);font-family:inherit;font-size:clamp(56px,7vw,82px);line-height:.96;font-weight:790}.hero-title-primary{display:block;white-space:nowrap}.hero-title-divider{width:1px;height:.92em;background:color-mix(in srgb,var(--accent) 48%,var(--line))}.hero-title-cn{display:block;color:#312821;font-size:.5em;font-weight:720;white-space:nowrap}.hero-title-accent{display:inline-block;color:var(--accent)}.hero-copy{max-width:620px;margin-top:30px;font-family:inherit;font-size:17px;line-height:1.75}.button{border-radius:999px;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease,background .22s ease}.button:active{transform:translateY(1px) scale(.985)}.button-primary,.button-dark{background:#1d1814;border-color:#1d1814}.button-primary:hover,.button-dark:hover{box-shadow:0 10px 28px #5237272e}.resume-track{background:#ddd4c7}.formula-demo{border-color:#2a1f1821;border-radius:8px;box-shadow:0 22px 58px #533a2a1c;transition:border-color .35s ease,box-shadow .35s ease}.formula-demo:before{content:"";display:block;height:3px;background:var(--part-color);transition:background .35s ease}.formula-demo-topline{min-height:48px;background:color-mix(in srgb,var(--part-tint) 42%,var(--paper-raised))}.formula-stage{min-height:310px;padding-top:40px}.formula-part{border-color:color-mix(in srgb,var(--button-color) 25%,var(--line));background:color-mix(in srgb,var(--button-tint) 52%,#f6f2e9);box-shadow:inset 0 0 0 0 var(--button-color)}.formula-part:hover{border-color:var(--button-color);box-shadow:inset 0 -3px 0 var(--button-color)}.formula-part.is-active{border-color:var(--button-color);background:var(--button-color);box-shadow:0 9px 23px color-mix(in srgb,var(--button-color) 25%,transparent)}.formula-explainer{border-top-color:color-mix(in srgb,var(--part-color) 28%,var(--line))}.formula-explainer>span{background:var(--part-color);transition:background .35s ease}.formula-explainer strong{color:var(--part-color)}.formula-caption{background:color-mix(in srgb,var(--part-tint) 28%,transparent)}.book-stats{box-shadow:0 12px 32px #533a2a0f}.book-stats div{position:relative}.book-stats div:before{content:"";position:absolute;top:0;right:25%;left:25%;height:3px;border-radius:0 0 3px 3px;background:var(--stat-color)}.book-stats div:nth-child(1){--stat-color: #a75a43}.book-stats div:nth-child(2){--stat-color: #3e6f8e}.book-stats div:nth-child(3){--stat-color: #6f6f42}.book-stats div:nth-child(4){--stat-color: #8c5572}.book-stats strong{color:var(--stat-color);font-family:Georgia,serif}.contents-section{margin-top:138px}.section-heading h2,.source-band h2{font-family:inherit;font-weight:760}.section-heading>p:last-child,.source-band p:last-child{font-family:inherit}.chapter-groups{border-top-color:#1d1814}.chapter-group{position:relative}.chapter-group:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px;background:var(--group-accent);transform:scaleY(.2);transform-origin:top;transition:transform .4s cubic-bezier(.16,1,.3,1)}.chapter-group:hover:before{transform:scaleY(1)}.group-label{padding-left:24px;background:color-mix(in srgb,var(--group-tint) 48%,transparent)}.group-label span{color:var(--group-accent);font-weight:760}.group-label h3{font-family:inherit;color:color-mix(in srgb,var(--group-accent) 72%,var(--ink));font-weight:720}.chapter-row{position:relative;overflow:hidden}.chapter-row:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:color-mix(in srgb,var(--group-tint) 58%,transparent);transform:translate(-101%);transition:transform .35s cubic-bezier(.16,1,.3,1)}.chapter-row:hover{background:transparent}.chapter-row:hover:before{transform:translate(0)}.chapter-row:hover .chapter-number,.chapter-row:hover svg{color:var(--group-accent)}.chapter-number{font-family:inherit;font-weight:680;transition:color .2s ease}.chapter-main strong{font-weight:680}.source-band{padding:52px 38px;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--line));background:var(--accent-tint)}.site-footer{border-top-color:#2a1f182e}.site-author{width:min(1020px,calc(100% - 40px));min-height:148px;margin:0 auto 34px;padding:28px 32px;border:1px solid rgba(42,31,24,.14);border-left:4px solid #1d1814;border-radius:8px;display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:23px;background:#fbf8f0b8;box-shadow:0 15px 38px #533a2a12}.site-author>img{width:68px;height:68px;object-fit:contain}.site-author-copy>span{color:var(--faint);font-size:11px;font-weight:700}.site-author-copy h2{margin:5px 0 0;font-size:23px;line-height:1.2}.site-author-copy p{margin:7px 0 0;color:var(--muted);font-size:13px}.site-author>a{min-height:44px;padding:0 16px;border:1px solid rgba(42,31,24,.16);border-radius:7px;display:inline-flex;align-items:center;gap:9px;color:var(--ink);background:#ffffff73;text-decoration:none;font-size:13px;font-weight:700;transition:transform .2s ease,border-color .2s ease,background .2s ease}.site-author>a:hover{border-color:#a75a4361;background:#fffaf2;transform:translateY(-2px)}.site-author>a:active{transform:translateY(0) scale(.985)}.x-glyph{font-size:14px;font-weight:800}.dialog-layer{background:#261c167a}.search-dialog{box-shadow:0 30px 90px #36251a4d}.search-input-row:focus-within{box-shadow:inset 3px 0 0 var(--accent)}.search-result:hover{background:var(--accent-tint)}.reader-page{--chapter-accent: #3e6f8e;--chapter-tint: #dbe9ef;--chapter-deep: #294d64;min-height:100vh;overflow-x:hidden;overflow-x:clip;background:var(--paper)}.reader-page .site-header{box-shadow:0 1px #2a1f180a}.reading-progress i{background:var(--chapter-accent)}.book-sidebar{width:286px;background:#f1ecdf}.sidebar-group-title{position:relative;color:color-mix(in srgb,var(--group-accent) 58%,#4f4841)}.sidebar-group-title:before{content:"";width:3px;height:12px;margin-right:7px;border-radius:3px;background:var(--group-accent);opacity:.72}.sidebar-group-title span{margin-right:auto}.sidebar-link{position:relative;border-radius:6px;transition:color .2s ease,background .2s ease,transform .2s ease}.sidebar-link:hover{color:color-mix(in srgb,var(--group-accent) 76%,var(--ink));background:color-mix(in srgb,var(--group-tint) 62%,white 12%);transform:translate(2px)}.sidebar-link.is-active{background:var(--chapter-deep);box-shadow:0 8px 20px color-mix(in srgb,var(--chapter-accent) 20%,transparent)}.sidebar-link.is-active:after{content:"";position:absolute;top:9px;bottom:9px;left:0;width:3px;border-radius:0 3px 3px 0;background:color-mix(in srgb,var(--chapter-tint) 72%,white)}.reader-shell{margin-left:286px;grid-template-columns:minmax(0,760px) 194px;gap:68px}.chapter-header{position:relative;padding-bottom:42px}.chapter-header:after{content:"";position:absolute;right:auto;bottom:-1px;left:0;width:112px;height:3px;background:var(--chapter-accent)}.chapter-breadcrumb{color:var(--chapter-accent);font-weight:650}.chapter-header h1{max-width:760px;font-family:inherit;font-size:46px;font-weight:780}.chapter-header>p:not(.chapter-breadcrumb){font-family:inherit}.chapter-reading-meta span:first-child{color:color-mix(in srgb,var(--chapter-accent) 55%,var(--faint))}.outline-inner>strong{color:var(--chapter-deep)}.outline-inner nav{border-left-color:color-mix(in srgb,var(--chapter-accent) 35%,var(--line))}.outline-inner a{transition:color .2s ease,transform .2s ease}.outline-inner a:hover{color:var(--chapter-accent);transform:translate(2px)}.chapter-guide{margin:34px 0 5px;padding:24px 26px;border:1px solid color-mix(in srgb,var(--chapter-accent) 25%,var(--line));border-left:4px solid var(--chapter-accent);border-radius:7px;display:grid;grid-template-columns:130px 1fr;gap:25px;background:color-mix(in srgb,var(--chapter-tint) 58%,var(--paper-raised));box-shadow:0 13px 30px color-mix(in srgb,var(--chapter-accent) 8%,transparent)}.chapter-guide-title{display:flex;align-items:center;gap:9px;color:var(--chapter-deep);font-size:14px;font-weight:760}.chapter-guide-title svg{color:var(--chapter-accent)}.chapter-guide ol{margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;list-style:none;counter-reset:guide}.chapter-guide li{min-width:0;counter-increment:guide}.chapter-guide a{display:grid;grid-template-columns:22px 1fr;gap:6px;color:#514b44;text-decoration:none;font-size:12px;line-height:1.5}.chapter-guide a:before{content:counter(guide,decimal-leading-zero);color:var(--chapter-accent);font-size:10px;font-weight:760}.chapter-guide a:hover{color:var(--chapter-accent)}.markdown-body{color:#29231e;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Noto Sans SC,Microsoft YaHei,sans-serif;font-size:16.5px;line-height:1.94}.markdown-body h2,.markdown-body h3,.markdown-body h4{font-family:inherit}.markdown-body h2{margin-top:76px;font-size:29px;font-weight:760}.markdown-body h3{font-size:21px;font-weight:730}.markdown-body p{margin-bottom:23px}.markdown-body strong{color:var(--chapter-deep);box-shadow:inset 0 -.28em color-mix(in srgb,var(--chapter-tint) 74%,transparent)}.markdown-body a{color:var(--chapter-accent)}.markdown-body a:hover{color:var(--chapter-deep)}.markdown-body li::marker{color:var(--chapter-accent);font-weight:700}.section-heading-mark{display:grid;grid-template-columns:44px 1fr;align-items:start;gap:13px}.section-heading-index{width:38px;height:34px;margin-top:1px;border-radius:6px;display:grid;place-items:center;color:#fff;background:var(--chapter-accent);font-size:11px;font-weight:780;box-shadow:0 7px 16px color-mix(in srgb,var(--chapter-accent) 20%,transparent)}.section-heading-mark.is-summary .section-heading-index{background:#6f6f42}.section-heading-mark.is-question .section-heading-index{background:#8c5572}.section-heading-mark.is-summary{color:#535529}.section-heading-mark.is-question{color:#74445e}.section-heading-mark.is-summary+p{padding:20px 23px;border-left:4px solid #6f6f42;border-radius:0 7px 7px 0;background:#e6e7cf}.section-heading-mark.is-question+ol,.section-heading-mark.is-question+ul{padding:22px 26px 22px 48px;border-radius:7px;background:#ecdce5}.emphasis-paragraph{padding:18px 20px;border-left:4px solid var(--chapter-accent);border-radius:0 7px 7px 0;background:color-mix(in srgb,var(--chapter-tint) 58%,transparent)}.reader-callout{margin:30px 0;padding:21px 23px;border:1px solid var(--callout-line);border-left:4px solid var(--callout-color);border-radius:7px;display:grid;grid-template-columns:34px 1fr;gap:14px;color:#3f3933;background:var(--callout-bg)}.reader-callout.is-lab{--callout-color: #3e6f8e;--callout-line: rgba(62,111,142,.22);--callout-bg: #e7f0f3}.reader-callout.is-warning{--callout-color: #a75a43;--callout-line: rgba(167,90,67,.24);--callout-bg: #f5e3da}.reader-callout.is-insight{--callout-color: #a16f28;--callout-line: rgba(161,111,40,.23);--callout-bg: #f4e8cf}.reader-callout.is-quote{--callout-color: #6f6f42;--callout-line: rgba(111,111,66,.22);--callout-bg: #ececda}.callout-icon{width:32px;height:32px;border-radius:6px;display:grid;place-items:center;color:#fff;background:var(--callout-color)}.callout-content{min-width:0}.callout-content p{margin:0 0 10px}.callout-content p:last-child{margin-bottom:0}.callout-content strong{color:color-mix(in srgb,var(--callout-color) 82%,#2a211b);box-shadow:none}.markdown-body .book-figure{margin-top:44px;margin-bottom:50px}.markdown-body .book-figure img{border-color:color-mix(in srgb,var(--chapter-accent) 22%,var(--line));box-shadow:0 18px 45px color-mix(in srgb,var(--chapter-accent) 9%,transparent)}.markdown-body .book-figcaption{color:color-mix(in srgb,var(--chapter-accent) 62%,var(--muted));font-weight:620}.table-frame{max-width:100%;margin:31px 0 39px;overflow-x:auto;border:1px solid color-mix(in srgb,var(--chapter-accent) 24%,var(--line));border-radius:7px;box-shadow:0 10px 28px color-mix(in srgb,var(--chapter-accent) 7%,transparent)}.markdown-body .table-frame table{margin:0;border-collapse:collapse}.markdown-body .table-frame th,.markdown-body .table-frame td{border:0;border-bottom:1px solid rgba(42,31,24,.1);border-right:1px solid rgba(42,31,24,.08)}.markdown-body .table-frame th:last-child,.markdown-body .table-frame td:last-child{border-right:0}.markdown-body .table-frame tr:last-child td{border-bottom:0}.markdown-body .table-frame th{color:var(--chapter-deep);background:color-mix(in srgb,var(--chapter-tint) 84%,var(--paper-raised))}.markdown-body .table-frame tr:nth-child(2n) td{background:#ffffff4d}.code-frame{margin:31px 0 39px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:#211f1b;box-shadow:0 14px 36px #231b1629}.code-toolbar{min-height:42px;padding:0 13px 0 18px;border-bottom:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;color:#bdb5aa;background:#2a2722;font-size:11px}.code-toolbar button{min-width:66px;height:29px;padding:0 9px;border:1px solid rgba(255,255,255,.12);border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#ddd7cd;background:#ffffff0a;cursor:pointer}.code-toolbar button:hover{color:#fff;border-color:color-mix(in srgb,var(--chapter-accent) 65%,white 8%)}.markdown-body .code-frame pre{margin:0;border:0;border-radius:0;box-shadow:none}.markdown-body pre:not(.code-frame pre){border-radius:7px}.markdown-body code{color:color-mix(in srgb,var(--chapter-accent) 76%,#60352f);background:color-mix(in srgb,var(--chapter-tint) 72%,#ece5db)}.markdown-body pre code{color:inherit;background:transparent;box-shadow:none}.markdown-body hr{border-top-color:color-mix(in srgb,var(--chapter-accent) 32%,var(--line))}.page-link{position:relative;overflow:hidden;transition:border-color .2s ease,transform .2s ease,background .2s ease}.page-link:hover{border-color:color-mix(in srgb,var(--chapter-accent) 38%,var(--line));background:var(--chapter-tint);transform:translateY(-2px)}.page-link:hover svg{color:var(--chapter-accent)}@media(max-width:900px){.reader-shell{margin-left:0}.book-sidebar{width:min(338px,90vw)}.chapter-guide{grid-template-columns:1fr;gap:15px}.chapter-guide ol{grid-template-columns:1fr 1fr}.site-author{grid-template-columns:52px 1fr}.site-author>img{width:60px;height:60px}.site-author>a{grid-column:2;justify-self:start}}@media(max-width:640px){.header-inner,.reader-page .header-inner{width:calc(100% - 28px)}.hero{min-height:400px;padding-top:72px}.hero h1{gap:14px;font-size:clamp(42px,13vw,56px)}.hero-title-divider{height:.8em}.hero-title-cn{font-size:.46em}.hero-copy{font-size:15px}.formula-demo:before{height:3px}.formula-stage{min-height:335px}.book-stats div:before{right:32%;left:32%}.group-label{padding-left:13px}.chapter-group:before{width:3px}.source-band{padding:40px 24px}.site-author{width:calc(100% - 32px);margin-bottom:24px;padding:23px 20px;grid-template-columns:44px 1fr;gap:16px}.site-author>img{width:52px;height:52px}.site-author-copy h2{font-size:20px}.site-author-copy p{font-size:12px;line-height:1.65}.site-author>a{grid-column:1 / -1;width:100%;justify-content:center}.footer-meta{flex-wrap:wrap;gap:6px 14px}.chapter-header h1{font-size:37px}.chapter-guide{margin-top:26px;padding:20px}.chapter-guide ol{grid-template-columns:1fr;gap:9px}.markdown-body{font-size:16px;line-height:1.9}.markdown-body h2{font-size:25px}.section-heading-mark{grid-template-columns:37px 1fr;gap:10px}.section-heading-index{width:33px;height:31px;font-size:10px}.reader-callout{margin:25px -5px;padding:18px 17px;grid-template-columns:30px 1fr;gap:11px}.callout-icon{width:29px;height:29px}.table-frame{margin-right:-7px;margin-left:-7px}.code-frame{margin-right:-6px;margin-left:-6px}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/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(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/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(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/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(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/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(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.18.1"}.katex .katex-mathml{border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.katex-newline{display:block}.katex .katex-base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.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;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .katex-vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .katex-thinbox{display:inline-flex;flex-direction:row;max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.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{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.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;display:inline-block;width:100%}.katex .katex-hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.katex-root{margin-left:.2777777778em;margin-right:-.5555555556em}.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:.8333333333em}.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.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .katex-sizing.reset-size2.size4{font-size:1.3333333333em}.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.6666666667em}.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.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .katex-sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .katex-sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .katex-sizing.reset-size3.size2{font-size:.8571428571em}.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.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .katex-sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .katex-sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .katex-sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .katex-sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .katex-sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .katex-sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .katex-sizing.reset-size3.size11{font-size:3.5542857143em}.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:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .katex-sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .katex-sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .katex-sizing.reset-size5.size4{font-size:.8888888889em}.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.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .katex-sizing.reset-size5.size7{font-size:1.3333333333em}.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.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .katex-sizing.reset-size5.size11{font-size:2.7644444444em}.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:.4166666667em}.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:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .katex-sizing.reset-size7.size4{font-size:.6666666667em}.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:.8333333333em}.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.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .katex-sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .katex-sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .katex-sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .katex-sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .katex-sizing.reset-size8.size4{font-size:.5555555556em}.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:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .katex-sizing.reset-size8.size7{font-size:.8333333333em}.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.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .katex-sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .katex-sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .katex-sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .katex-sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .katex-sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .katex-sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .katex-sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .katex-sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .katex-sizing.reset-size9.size8{font-size:.8333333333em}.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.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .katex-sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .katex-sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .katex-sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .katex-sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .katex-sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .katex-sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .katex-sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .katex-sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .katex-sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .katex-sizing.reset-size10.size9{font-size:.8331726133em}.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.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .katex-sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .katex-sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .katex-sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .katex-sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .katex-sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .katex-sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .katex-sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .katex-sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .katex-sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .katex-sizing.reset-size11.size10{font-size:.8336012862em}.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{display:inline-block;width:.12em}.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{display:inline-block;min-width:1px}.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;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .katex-stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .katex-stretchy:after,.katex .katex-stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.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{border:.04em solid;box-sizing:border-box}.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{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;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{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.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{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}
