:root{color-scheme:light;--bg:#fbfcfc;--surface:#fff;--ink:#1a1e22;--ink-strong:#16181c;--muted:#5f6d6d;--border:#dbe3e3;--wm:#e9f1f1;--grid:#00000006;--accent:#0e7c86;--accent-strong:#0b5c64;--cl-conc-bg:#e1f3fe;--cl-conc-fg:#1f6c9f;--cl-point-bg:#edf3ec;--cl-point-fg:#346538;--cl-warn-bg:#fbf3db;--cl-warn-fg:#956400;--cl-sum-bg:#fdebec;--cl-sum-fg:#9f2f2d;--font-body:-apple-system, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;--font-mono:ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace;--font-display:"Zen Kaku Gothic New", var(--font-body);--background:var(--bg);--text:var(--ink);--code:#f2f1ec;--accent-contrast:#fff;--max-width:46rem;font-family:var(--font-body);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg);color:var(--ink);overflow-x:clip}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);text-rendering:optimizelegibility;margin:0;font-size:1rem;line-height:1.85;overflow-x:clip}.site-name,h1,h2,h3,.ac-title,.rc-title{font-family:var(--font-display)}a{color:var(--accent);text-underline-offset:.2em;text-decoration-thickness:1px}a:hover{color:var(--accent-strong);text-decoration:underline}img{max-width:100%;height:auto}.container{width:min(calc(100% - 2rem), var(--max-width));margin-inline:auto}.site-header{border-bottom:1px solid var(--border);background:var(--surface)}.header-inner,.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;padding-block:1rem;display:flex}.site-name{color:var(--ink-strong);font-family:var(--font-display);letter-spacing:-.01em;font-size:1.08rem;font-weight:700;text-decoration:none}nav{flex-wrap:wrap;gap:.5rem 1rem;display:flex}nav a{color:var(--muted);padding:.55rem .15rem;font-size:.9rem}nav a:hover{color:var(--accent)}main{min-height:70dvh;padding-block:clamp(3rem,8vw,5.5rem)}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:var(--muted);margin-top:3rem}h1,h2,h3{color:var(--ink-strong);font-family:var(--font-display);letter-spacing:-.02em;font-weight:700;line-height:1.4}h1{font-size:clamp(2rem,7vw,3rem);font-weight:900}h2{border-left:3px solid var(--accent);margin-top:3em;padding-left:.75rem;font-size:clamp(1.4rem,4vw,1.8rem)}h3{color:var(--ink);margin-top:2.25em;font-size:clamp(1.15rem,2.5vw,1.3rem)}.hero{margin-bottom:clamp(4rem,11vw,7rem)}.hero h1{letter-spacing:-.01em;text-wrap:balance;max-width:12em;word-break:auto-phrase;line-break:strict;margin-block:.35rem 1.25rem;font-size:clamp(2.4rem,9vw,4rem)}.hero h1 .phrase{display:inline-block}.hero>p:last-child{max-width:38rem;color:var(--muted);word-break:keep-all;overflow-wrap:anywhere;line-break:strict;font-size:1.05rem}.eyebrow{color:var(--accent);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:700}.post-list{gap:1.4rem;display:grid}.post-card{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:clamp(1.25rem,4vw,1.75rem)}.post-card time,.post-dates{color:var(--muted);font-family:var(--font-mono);letter-spacing:.02em;font-size:.76rem}.post-card h3{margin-block:.4rem .55rem;font-size:1.2rem}.post-card h3 a{color:var(--ink-strong);text-decoration:none}.post-card h3 a:hover{color:var(--accent);text-decoration:underline}.post-card>p{color:var(--muted);margin-block:.5rem 0}.post-header{max-width:40em;margin:0 auto clamp(3.5rem,8vw,5rem)}.post-header h1{margin-block:0 1rem}.post-dates{flex-wrap:wrap;gap:.4rem 1rem;display:flex}.tag-list{flex-wrap:wrap;gap:.45rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.tag-list li{border:1px solid var(--border);color:var(--muted);font-family:var(--font-mono);letter-spacing:.05em;background:0 0;border-radius:4px;padding:.25rem .55rem;font-size:.72rem;line-height:1.5}.tag-list li a{color:inherit;text-decoration:none}.tag-list li a:hover{color:var(--accent);text-decoration:none}.prose{counter-reset:h2sec;max-width:40em;margin-inline:auto}.prose p{margin-block:1.4rem}.prose li{margin-block:.45rem}.prose>p:first-of-type{color:var(--ink);font-size:1.05rem}.prose h2,.prose h3{scroll-margin-top:5rem}.prose h2{counter-increment:h2sec;margin-top:3.25em}.prose h2:before{color:var(--muted);content:"§ " counter(h2sec, decimal-leading-zero);font-family:var(--font-mono);letter-spacing:.05em;margin-bottom:.28rem;font-size:.72rem;font-weight:500;display:block}.prose blockquote{border:1px solid var(--border);border-left:3px solid var(--accent);background:var(--surface);color:var(--ink);border-radius:8px;margin:2rem 0;padding:1rem 1.15rem}.prose blockquote>p:first-child{margin-top:0}.prose blockquote>p:last-child{margin-bottom:0}.prose blockquote>p:first-child>strong:first-child{background:var(--code);color:var(--accent-strong);font-family:var(--font-mono);letter-spacing:.04em;border-radius:4px;margin:0 .35rem .4rem 0;padding:.1rem .5rem;font-size:.72rem;display:inline-block}.prose blockquote[data-callout=conclusion]{border-left-color:var(--cl-conc-fg)}.prose blockquote[data-callout=conclusion]>p:first-child>strong:first-child{background:var(--cl-conc-bg);color:var(--cl-conc-fg)}.prose blockquote[data-callout=point]{border-left-color:var(--cl-point-fg)}.prose blockquote[data-callout=point]>p:first-child>strong:first-child{background:var(--cl-point-bg);color:var(--cl-point-fg)}.prose blockquote[data-callout=warning]{border-left-color:var(--cl-warn-fg)}.prose blockquote[data-callout=warning]>p:first-child>strong:first-child{background:var(--cl-warn-bg);color:var(--cl-warn-fg)}.prose blockquote[data-callout=summary]{border-left-color:var(--cl-sum-fg)}.prose blockquote[data-callout=summary]>p:first-child>strong:first-child{background:var(--cl-sum-bg);color:var(--cl-sum-fg)}.prose code,.prose pre,kbd{font-family:var(--font-mono)}.prose code{background:var(--code);color:var(--ink);border-radius:4px;padding:.12em .35em;font-size:.92em}.prose pre{border:1px solid var(--border);border-radius:8px;padding:1rem;line-height:1.6;overflow-x:auto;background:var(--code)!important}.prose pre code{color:inherit;background:0 0;padding:0}.prose .related-card{border:1px solid var(--border);background:var(--surface);color:var(--ink);border-radius:10px;margin:2rem 0;padding:1.1rem 1.25rem;text-decoration:none;transition:border-color .15s,transform .15s;display:block}.prose .related-card:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-2px)}.prose .related-card .rc-eyebrow{color:var(--accent);font-family:var(--font-mono);letter-spacing:.05em;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.prose .related-card .rc-title{font-size:1.02rem;font-weight:700;line-height:1.45;display:block}.prose .related-card .rc-desc{color:var(--muted);margin-top:.4rem;font-size:.87rem;line-height:1.7;display:block}.prose .related-card .rc-cta{color:var(--accent);font-family:var(--font-mono);margin-top:.6rem;font-size:.8rem;font-weight:700;display:inline-block}.prose .pr-disclosure{border-left:3px solid var(--border);background:var(--surface);color:var(--muted);margin:1.2rem 0;padding:.5rem .85rem;font-size:.8rem;line-height:1.6}.prose .cta-box{background:linear-gradient(180deg, #fff4ec, var(--surface) 56%);border:1px solid #d63a3a47;border-radius:14px;margin:2.2rem 0;padding:1.5rem 1.6rem 1.6rem;position:relative;box-shadow:0 12px 30px -18px #cc322880}.prose .cta-box:before{content:"";background:linear-gradient(#ee5158,#cc2030);border-radius:0 4px 4px 0;width:4px;position:absolute;top:14px;bottom:14px;left:0}.prose .cta-box .cta-eyebrow{color:#b3261e;font-family:var(--font-mono);letter-spacing:.04em;background:#f7e4dd;border-radius:999px;margin-bottom:.6rem;padding:.22rem .66rem;font-size:.68rem;font-weight:700;display:inline-block}.prose .cta-box .cta-name{font-family:var(--font-display,inherit);color:var(--ink);font-size:1.34rem;font-weight:800;line-height:1.4;display:block}.prose .cta-box .cta-desc{color:var(--ink);margin:.5rem 0 1.1rem;font-size:.92rem;line-height:1.75}.prose .cta-box .cta-btn{color:var(--accent-contrast);letter-spacing:.01em;background:linear-gradient(#ee5158,#cc2030);border-radius:11px;align-items:center;gap:.6rem;padding:.9rem 1.7rem;font-size:1.04rem;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex;box-shadow:0 8px 18px -7px #cc203099}.prose .cta-box .cta-btn:after{content:"→";font-weight:700;transition:transform .15s}.prose .cta-box .cta-btn:hover{filter:brightness(1.04);text-decoration:none;transform:translateY(-2px);box-shadow:0 14px 24px -8px #cc2030a6}.prose .cta-box .cta-btn:hover:after{transform:translate(4px)}.prose .cta-box .cta-btn .cta-pr{letter-spacing:.02em;opacity:.9;border:1px solid #ffffff8c;border-radius:999px;order:-1;padding:.12rem .42rem;font-size:.6rem;font-weight:700}.prose .cta-box .cta-note{color:var(--muted);margin:.75rem 0 0;font-size:.78rem;line-height:1.6}@media (width<=480px){.prose .cta-box .cta-btn{justify-content:center;display:flex}}.prose .easyLink-box{border-radius:12px;box-shadow:0 10px 30px -18px #cc322873}.prose .product-item{border:1px solid var(--border);background:var(--surface);border-radius:12px;align-items:flex-start;gap:1.1rem;margin:1.1rem 0;padding:1.05rem 1.2rem 1.1rem;display:flex;box-shadow:0 6px 20px -16px #0006}.prose .product-item .pi-media{border:1px solid var(--border);background:#fff;border-radius:10px;flex:none;width:128px;height:128px;display:block;overflow:hidden}.prose .product-item .pi-media img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;margin:0;display:block}.prose .product-item .pi-body{flex:1;min-width:0}@media (width<=520px){.prose .product-item{flex-direction:column}.prose .product-item .pi-media{width:100%;height:190px}}.prose .product-item .pi-head{flex-wrap:wrap;align-items:baseline;gap:.55rem;display:flex}.prose .product-item .pi-rank{color:#5a3b00;width:1.5rem;height:1.5rem;font-family:var(--font-mono);background:linear-gradient(#f6c34b,#e6982b);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:inline-flex}.prose .product-item .pi-name{font-family:var(--font-display,inherit);color:var(--ink-strong);font-size:1.08rem;font-weight:800;line-height:1.4}.prose .product-item .pi-price{color:var(--accent-strong);font-family:var(--font-mono);white-space:nowrap;margin-left:auto;font-size:.82rem;font-weight:700}.prose .product-item .pi-desc{color:var(--ink);margin:.55rem 0 .35rem;font-size:.9rem;line-height:1.7}.prose .product-item .pi-fit{color:var(--muted);margin:0 0 .75rem;font-size:.82rem;line-height:1.6}.prose .product-item .pi-buy{flex-wrap:wrap;gap:.5rem;display:flex}.prose .product-item .pi-btn{color:#fff;border-radius:8px;align-items:center;gap:.35rem;padding:.42rem .95rem;font-size:.84rem;font-weight:700;text-decoration:none;transition:transform .14s,filter .14s;display:inline-flex}.prose .product-item .pi-btn:hover{filter:brightness(1.06);text-decoration:none;transform:translateY(-1px)}.prose .product-item .pi-btn.rakuten{background:#bf0000}.prose .product-item .pi-btn.yahoo{background:#f03}.prose .product-item .pi-btn.amazon{color:#1a1a1a;background:#f90}.prose .product-item .pi-btn .pi-pr{opacity:.9;border:1px solid #fff9;border-radius:999px;padding:.05rem .32rem;font-size:.56rem;font-weight:700}.prose .product-item .pi-btn.amazon .pi-pr{border-color:#0006}.home-stats{flex-wrap:wrap;gap:.5rem;margin-top:1.1rem;display:flex}.home-stats .stat{background:var(--wm);border:1px solid var(--border);color:var(--muted);border-radius:999px;align-items:baseline;gap:.35rem;padding:.35rem .8rem;font-size:.82rem;display:inline-flex}.home-stats .stat b{color:var(--accent-strong);font-family:var(--font-mono);font-size:.98rem}.featured{margin:2.2rem 0 .5rem}.featured>h2{font-family:var(--font-display,inherit);border-left:4px solid #e6982b;margin:0 0 1rem;padding-left:.7rem;font-size:1.3rem;font-weight:800}.featured-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.feat-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;text-decoration:none;transition:transform .16s,box-shadow .16s;display:block;position:relative;overflow:hidden;box-shadow:0 10px 30px -20px #00000080}.feat-card:hover{text-decoration:none;transform:translateY(-3px);box-shadow:0 16px 34px -18px #0000008c}.feat-card img{object-fit:cover;width:100%;height:130px;display:block}.feat-card .feat-body{padding:.85rem .9rem .95rem}.feat-card .feat-badge{color:#5a3b00;letter-spacing:.02em;background:linear-gradient(#f6c34b,#e6982b);border-radius:999px;margin-bottom:1rem;padding:.22rem .64rem;font-size:.66rem;font-weight:800;display:inline-block}.feat-card .feat-title{color:var(--ink-strong);font-family:var(--font-display,inherit);font-size:.98rem;font-weight:800;line-height:1.5;display:block}.cat-nav{flex-wrap:wrap;gap:.5rem;margin:1.6rem 0 .5rem;display:flex}.cat-nav a{border:1px solid var(--border);color:var(--ink);background:var(--surface);border-radius:10px;padding:.45rem .95rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .14s,background .14s}.cat-nav a:hover{background:var(--wm);text-decoration:none;transform:translateY(-2px)}.prose .cmp-wrap{border:1px solid var(--border);border-radius:10px;margin:1.4rem 0 1.8rem;overflow-x:auto}.prose table.cmp-table{border-collapse:collapse;width:100%;min-width:520px;margin:0;font-size:.86rem}.prose table.cmp-table th,.prose table.cmp-table td{border-bottom:1px solid var(--border);text-align:center;white-space:nowrap;padding:.55rem .7rem}.prose table.cmp-table thead th{background:var(--wm);color:var(--ink-strong);font-size:.8rem;font-weight:700}.prose table.cmp-table td:first-child,.prose table.cmp-table th:first-child{text-align:left;white-space:normal;min-width:9rem;font-weight:700}.prose table.cmp-table .stars{color:#e6982b;letter-spacing:.05em}.prose table.cmp-table tbody tr:hover{background:var(--wm)}.prose table.cmp-table .cmp-buy{color:#fff;white-space:nowrap;background:#bf0000;border-radius:7px;padding:.28rem .7rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-block}.prose table.cmp-table .cmp-buy:hover{filter:brightness(1.08);text-decoration:none}.prose .section-img{object-fit:cover;border:1px solid var(--border);border-radius:14px;width:100%;max-height:300px;margin:.5rem 0 1.6rem;display:block}.prose h4{font-family:var(--font-display,inherit);color:var(--ink-strong);border-left:3px solid #e6982b;margin:2.4rem 0 .6rem;padding-left:.7rem;scroll-margin-top:1.2rem;font-size:1.18rem;font-weight:800;line-height:1.45}.prose .prod-title{font-family:var(--font-display,inherit);color:var(--ink-strong);align-items:center;gap:.55rem;margin:2.4rem 0 .6rem;font-size:1.22rem;font-weight:800;line-height:1.4;display:flex}.prose .prod-title .prod-rank{color:#5a3b00;width:1.7rem;height:1.7rem;font-family:var(--font-mono);background:linear-gradient(#f6c34b,#e6982b);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:inline-flex}.prose a.prod-hero{text-align:center;margin:.4rem 0 .9rem;display:block}.prose a.prod-hero img{border:1px solid var(--border);background:#fff;border-radius:12px;width:auto;max-width:min(320px,100%);height:auto;margin:0 auto;transition:transform .15s;display:inline-block}.prose a.prod-hero:hover img{transform:translateY(-2px)}.prose .prod-pc{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin:.4rem 0 .9rem;padding:.9rem 1.1rem}.prose .prod-pc .pc-h{margin:.4rem 0 .15rem;font-size:.95rem;font-weight:800}.prose .prod-pc .pc-h:first-child{margin-top:0}.prose .prod-pc .pc-h.pros{color:var(--cl-point-fg)}.prose .prod-pc .pc-h.cons{color:var(--cl-sum-fg)}.prose .prod-pc ul{margin:.15rem 0 .5rem;padding-left:1.2rem}.prose .prod-pc ul li{margin:.2rem 0;font-size:.92rem;line-height:1.7}.prose .axis-lead{color:var(--ink-strong);margin:1.4rem 0 .6rem;font-weight:700}.prose .katex-display{border:1px solid var(--border);border-left:3px solid var(--accent);background:linear-gradient(180deg, var(--wm), var(--surface) 70%);border-radius:10px;margin:1.5rem 0;padding:1.1rem 1.2rem;overflow:auto hidden}.prose .katex-display>.katex{font-size:1.15em}.prose .katex{font-size:1.05em}.prose .math-note{color:var(--muted);text-align:center;margin:-.8rem 0 1.5rem;font-size:.82rem}.post-faq{margin:2.75rem 0 0}.post-faq>h2{border-left:3px solid var(--accent);font-family:var(--font-display,inherit);color:var(--ink);margin:0 0 1rem;padding-left:.75rem;font-size:1.5rem;font-weight:800;line-height:1.4}.post-faq .faq-item{border:1px solid var(--border);background:var(--surface);border-radius:10px;margin-bottom:.6rem}.post-faq .faq-item summary{cursor:pointer;color:var(--ink);padding:.9rem 2.4rem .9rem 1.1rem;font-weight:700;line-height:1.6;list-style:none;position:relative}.post-faq .faq-item summary::-webkit-details-marker{display:none}.post-faq .faq-item summary:after{content:"＋";color:var(--accent);font-weight:700;position:absolute;top:.85rem;right:1.1rem}.post-faq .faq-item[open] summary:after{content:"−"}.post-faq .faq-item .faq-a{color:var(--ink);padding:0 1.1rem 1rem;line-height:1.8}.post-faq .faq-item .faq-a p{margin:0}.author-box{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin:2.5rem 0 0;padding:1.25rem 1.4rem}.author-box__eyebrow{color:var(--accent);font-family:var(--font-mono);letter-spacing:.05em;margin:0 0 .4rem;font-size:.72rem;font-weight:700}.author-box__bio{color:var(--ink);margin:0 0 .6rem;font-size:.9rem;line-height:1.75}.author-box__link{color:var(--accent);font-size:.85rem;font-weight:700;text-decoration:none}.author-box__link:hover{text-decoration:underline}.prose .cta-box .cta-badge{color:#4a2e00;font-family:var(--font-mono);letter-spacing:.02em;background:linear-gradient(#f6c34b,#e6982b);border-radius:999px;margin:0 0 .6rem .4rem;padding:.22rem .72rem;font-size:.68rem;font-weight:800;display:inline-block;box-shadow:0 4px 12px -5px #e6982bb3}.prose .cta-box ul.cta-features{gap:.4rem;margin:0 0 1.15rem;padding:0;list-style:none;display:grid}.prose .cta-box ul.cta-features li{color:var(--ink);margin:0;padding-left:1.7rem;font-size:.9rem;line-height:1.55;position:relative}.prose .cta-box ul.cta-features li:before{content:"✓";color:#fff;background:#d63a3a;border-radius:50%;justify-content:center;align-items:center;width:1.2rem;height:1.2rem;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:.08em;left:0}kbd{border:1px solid var(--border);background:var(--surface);color:var(--ink);border-radius:4px;padding:.1rem .4rem;font-size:.82em;box-shadow:inset 0 -1px #00000009}.prose table{border:1px solid var(--border);border-collapse:collapse;background:var(--surface);border-radius:8px;width:100%;margin-block:2rem;font-size:.92rem;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);text-align:left;min-width:8rem;padding:.75rem .85rem}.prose th{background:var(--code);color:var(--ink-strong);font-weight:700}.prose tbody tr:nth-child(2n) td{background:var(--bg)}.ad-slot{border:1px solid var(--border);background:var(--surface);border-radius:8px;max-width:40em;min-height:3rem;margin:3rem auto;padding:.75rem}.page{max-width:42rem}html.js .reveal{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(12px)}html.js .reveal.is-visible{opacity:1;transform:translateY(0)}.progress{background:linear-gradient(90deg, var(--accent), #3bc4ce);z-index:50;pointer-events:none;width:0;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}.totop{border:1px solid var(--border);backdrop-filter:blur(4px);width:44px;height:44px;color:var(--accent);cursor:pointer;opacity:0;z-index:40;background:#ffffffe6;border-radius:50%;font-size:19px;transition:all .22s;position:fixed;bottom:18px;right:16px;transform:translateY(10px);box-shadow:0 3px 14px #0e7c8624}.totop.show{opacity:1;transform:none}.totop:hover{border-color:var(--accent);color:var(--accent)}.prose section.blk{isolation:isolate;position:relative}.prose .wm{z-index:-1;font-family:var(--font-mono);color:var(--wm);letter-spacing:-.04em;user-select:none;pointer-events:none;will-change:transform, opacity;opacity:.55;font-size:clamp(120px,42vw,240px);font-weight:800;line-height:.8;transition:opacity .9s;position:absolute;top:.1em;right:-.2rem;transform:none}.prose section.blk:nth-of-type(2n) .wm{left:-.2rem;right:auto}html.js .prose .wm{opacity:0}.prose .rule{background:linear-gradient(90deg, var(--accent), transparent);transform-origin:0;border-radius:2px;height:2px;margin:2px 0 20px}html.js .prose .rule{transition:transform .85s cubic-bezier(.16,1,.3,1);transform:scaleX(0)}html.js .prose .rule.is-visible{transform:scaleX(1)}html.js .prose .rich{opacity:0;transform:translateY(16px)}html.js .prose .rich.is-visible{opacity:1;transition:opacity .6s,transform .7s cubic-bezier(.16,1,.3,1);transform:none}html.js .post-header h1,html.js .post-header .post-dates,html.js .post-header .tag-list{opacity:0;animation:.7s cubic-bezier(.16,1,.3,1) forwards rise;transform:translateY(14px)}html.js .post-header .post-dates{animation-delay:.1s}html.js .post-header .tag-list{animation-delay:.18s}@keyframes rise{to{opacity:1;transform:none}}@media (width>=60rem){.prose{position:relative}.prose:before{background:var(--border);content:"";width:1px;position:absolute;top:0;bottom:0;left:-2rem}}@media (width<=34rem){.header-inner,.footer-inner{flex-direction:column;align-items:flex-start}main{padding-block:2.75rem 4rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}html.js .reveal,html.js .reveal.is-visible{opacity:1;transition:none;transform:none}html.js .prose .wm{opacity:.55!important;transition:none!important;transform:none!important}html.js .prose .rule{transition:none!important;transform:none!important}html.js .prose .rich,html.js .prose .rich.is-visible{opacity:1!important;transition:none!important;transform:none!important}html.js .post-header h1,html.js .post-header .post-dates,html.js .post-header .tag-list{opacity:1!important;animation:none!important;transform:none!important}}@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,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC)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.1"}.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}
