@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Fraunces:ital,wght@0,400;0,600;1,400&family=Caveat:wght@500;700&display=swap";:root{--bg: #fbf7f0;--bg-soft: #f1ece2;--fg: #1f2328;--fg-muted: #57606a;--fg-dim: #848d97;--accent: #0969da;--accent-soft: #0550ae;--amber: #9a6700;--danger: #cf222e;--link: #1f6feb;--border: #d0d7de;--mono: "JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;--serif: "Fraunces", Georgia, serif;--content-width: 68ch}[data-theme=dark]{--bg: #0d1117;--bg-soft: #161b22;--fg: #c9d1d9;--fg-muted: #8b949e;--fg-dim: #484f58;--accent: #7cc4f9;--accent-soft: #58a6ff;--amber: #f2cc60;--danger: #ff7b72;--link: #a5d8ff;--border: #30363d}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:var(--mono);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{max-width:780px;margin:0 auto;padding:2rem 1.25rem 4rem}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");opacity:.16;mix-blend-mode:multiply;pointer-events:none;z-index:1000}[data-theme=dark] body:before{mix-blend-mode:screen;opacity:.06}a{color:var(--link);text-decoration:none;border-bottom:1px dotted var(--link);transition:color .12s ease,border-color .12s ease}a:hover{color:var(--accent);border-bottom-color:var(--accent)}h1,h2,h3,h4{font-family:var(--mono);font-weight:700;line-height:1.3;color:var(--fg);margin-top:2.5rem;margin-bottom:1rem}h1{font-size:1.75rem}h2{font-size:1.35rem;color:var(--accent)}h3{font-size:1.1rem;color:var(--amber)}h1:before,h2:before,h3:before{content:"$ ";color:var(--fg-dim);font-weight:400}p{margin:0 0 1.1rem}article p,article li{font-family:var(--serif);font-size:1.0625rem;line-height:1.75}article h1:before,article h2:before,article h3:before{content:""}code{background:var(--bg-soft);border:1px solid var(--border);padding:.1rem .35rem;border-radius:3px;font-size:.92em}pre{background:var(--bg-soft);border:1px solid var(--border);border-radius:6px;padding:1rem;overflow-x:auto;font-size:.9rem}pre code{background:transparent;border:0;padding:0}blockquote{border-left:3px solid var(--accent);margin:1.5rem 0;padding:.25rem 1.25rem;color:var(--fg-muted);font-style:italic}hr{border:0;border-top:1px dashed var(--border);margin:2.5rem 0}ul,ol{padding-left:1.4rem}li{margin-bottom:.35rem}img{max-width:100%;border-radius:4px}.site-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px dashed var(--border)}.site-header .brand{font-weight:700;color:var(--fg);border:0}.brand-short{display:inline}.brand-full{display:inline-block;max-width:0;overflow:hidden;white-space:nowrap;vertical-align:bottom;transition:max-width .22s ease}.site-header .brand:hover .brand-full,.site-header .brand:focus .brand-full{max-width:10em}.site-header .brand:before{content:"~/";color:var(--fg-dim);margin-right:2px}.brand-wrap{display:flex;align-items:baseline;gap:.4rem}.brand-mark{display:inline-block;color:var(--fg);opacity:.85;line-height:1}.brand-mark svg{height:1em;width:auto;display:inline-block;vertical-align:baseline}.site-nav a{color:var(--fg-muted);border:0;margin-left:1.1rem;font-size:.95rem}.site-nav a:hover{color:var(--accent)}.site-nav a.active{color:var(--fg)}.site-nav a:before{content:"/";color:var(--fg-dim);margin-right:1px}.theme-toggle{background:transparent;border:1px solid var(--border);color:var(--fg-muted);font-family:var(--mono);font-size:.8rem;cursor:pointer;padding:.15rem .5rem;border-radius:3px;margin-left:1.1rem}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.anim-toggle{background:transparent;border:none;color:var(--fg-dim);font-family:var(--mono);font-size:.72rem;cursor:pointer;padding:0;opacity:.6}.anim-toggle:hover{color:var(--accent);opacity:1}.site-footer{margin-top:4rem;padding-top:1rem;border-top:1px dashed var(--border);color:var(--fg-dim);font-size:.85rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.site-footer a{color:var(--fg-muted);border:0}.site-footer a:hover{color:var(--accent)}.post-hero{margin:1.75rem 0 2rem}.post-hero img{display:block;width:100%;height:auto;border-radius:4px;border:1px solid var(--border)}.post-hero-svg{display:block;width:100%;border-radius:4px;border:1px solid var(--border);overflow:hidden;line-height:0}.post-hero-svg svg{display:block;width:100%;height:auto}.post-hero figcaption{font-family:var(--mono);font-size:.78rem;color:var(--fg-dim);margin-top:.5rem;text-align:center}.sparkline{display:inline-flex;align-items:center;gap:.5rem;color:var(--fg-dim);font-family:var(--mono);font-size:.72rem}.sparkline svg{display:block;overflow:visible}.sparkline .bar{fill:var(--accent);opacity:.8}.sparkline .bar-empty{fill:var(--border);opacity:.5}.sparkline-label{white-space:nowrap}.hero{margin:1rem 0 3rem}.hero .prompt{color:var(--accent);font-weight:500}.hero .cursor{display:inline-block;width:.55em;height:1em;background:var(--accent);vertical-align:text-bottom;animation:blink 1.05s steps(2,start) infinite;margin-left:2px}@keyframes blink{to{visibility:hidden}}.tagline{font-family:var(--serif);font-size:1.25rem;color:var(--fg);max-width:60ch;margin:1rem 0 2rem;line-height:1.5}.post-list{list-style:none;padding:0;margin:1rem 0}.post-list li,.post-list .post-row{display:grid;grid-template-columns:110px 1fr;gap:1rem;padding:.65rem 0;border-bottom:1px dashed var(--border)}.post-list time{color:var(--fg-dim);font-size:.85rem;font-variant-numeric:tabular-nums}.post-list a{border:0;color:var(--fg)}.post-list a:hover{color:var(--accent)}.post-row-body{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0}.post-row-body>a{display:inline-flex;align-items:center;gap:.55rem;min-width:0;flex:1}.post-row-body .post-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-row-meta{color:var(--fg-dim);font-size:.78rem;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0}.post-thumb{display:inline-block;width:40px;height:22px;flex-shrink:0;border-radius:3px;overflow:hidden;border:1px solid var(--border);background:var(--bg-soft);line-height:0}.post-thumb svg,.post-thumb img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:520px){.post-thumb{display:none}.post-row-meta{font-size:.72rem}}.grid-two{display:grid;grid-template-columns:1fr;gap:1.25rem;margin:1rem 0}@media(min-width:640px){.grid-two{grid-template-columns:1fr 1fr}}.card{border:1px solid var(--border);border-radius:6px;padding:1rem 1.1rem;background:var(--bg-soft)}.card h3{margin-top:0;margin-bottom:.5rem;color:var(--amber)}.card h3:before{content:""}.card p{color:var(--fg-muted);font-size:.95rem;margin:0}.tag{display:inline-block;font-size:.75rem;color:var(--fg-muted);border:1px solid var(--border);padding:.05rem .4rem;border-radius:3px;margin-right:.3rem}article .post-meta{color:var(--fg-dim);font-size:.85rem;margin-bottom:2rem;font-family:var(--mono)}article h1{font-family:var(--serif);font-weight:600;font-size:2rem;color:var(--fg);margin-bottom:.5rem}article .back{font-size:.85rem;color:var(--fg-muted);border:0;display:inline-block;margin-bottom:1.5rem}.katex{font-size:1.02em}.sidenote-toggle{cursor:pointer}.sidenote-ref{color:var(--accent);font-family:var(--mono);font-size:.75em;margin:0 .05em}.cite-ref{font-size:.7em}.sidenote-state{display:none}.sidenote{color:var(--fg-muted);font-size:.85rem;font-family:var(--serif);line-height:1.45}.sidenote sup{color:var(--accent);font-family:var(--mono);margin-right:.25em}@media(max-width:900px){.sidenote{display:none;padding:.65rem .85rem;margin:.5rem 0;background:var(--bg-soft);border-left:2px solid var(--accent);border-radius:0 4px 4px 0}.sidenote-state:checked+.sidenote{display:block}}@media(min-width:901px){.sidenote{float:right;clear:right;width:14rem;margin:0 -16rem .5rem 1rem;padding:0 0 0 .75rem;border-left:1px solid var(--border);position:relative}.sidenote-toggle{pointer-events:none}}.footnotes{margin-top:3rem;padding-top:1.5rem;border-top:1px dashed var(--border);font-family:var(--mono);font-size:.85rem;color:var(--fg-muted)}.footnotes ol{padding-left:1.25rem}.footnotes li{margin-bottom:.5rem}.footnotes a.data-footnote-backref{margin-left:.4em;color:var(--fg-dim);border:0}.about-head{display:flex;gap:1.5rem;align-items:center;margin:1rem 0 2rem;padding-bottom:1.5rem;border-bottom:1px dashed var(--border)}.about-head h1{margin:0 0 .25rem;font-size:1.6rem}.about-head h1:before{content:""}.avatar{position:relative;flex-shrink:0;width:140px;height:140px;border-radius:8px;overflow:hidden;border:1px solid var(--border);background:var(--bg-soft);display:flex;align-items:center;justify-content:center}.avatar img{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;filter:grayscale(20%) contrast(1.02);transition:filter .26s ease,transform .4s ease}.avatar:hover img{filter:grayscale(0%) contrast(1.05);transform:scale(1.02)}.avatar-fallback{position:absolute;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:3.5rem;font-weight:700;color:var(--accent);opacity:.8}.cv-list{list-style:none;padding:0;margin:1rem 0 1.5rem}.cv-list li{display:grid;grid-template-columns:110px 1fr;gap:1rem;padding:.75rem 0;border-bottom:1px dashed var(--border);font-family:var(--mono);font-size:.98rem}.cv-list li:last-child{border-bottom:0}.cv-date{color:var(--fg-dim);font-variant-numeric:tabular-nums;font-size:.9rem;padding-top:.15rem}.cv-body strong{color:var(--fg)}@media(max-width:560px){.about-head{flex-direction:column;align-items:flex-start;gap:1rem}.avatar{width:110px;height:110px}.cv-list li{grid-template-columns:90px 1fr;gap:.75rem}}a.tag{border:1px solid var(--border);color:var(--fg-muted);text-decoration:none;transition:border-color .12s ease,color .12s ease}a.tag:hover{color:var(--accent);border-color:var(--accent)}.series-badge{display:inline-block;margin:0 0 1.5rem;padding:.45rem .8rem;border-left:2px solid var(--amber);background:var(--bg-soft);border-radius:0 4px 4px 0;font-family:var(--mono);font-size:.82rem;color:var(--fg-muted)}.series-badge .series-label{color:var(--fg);font-weight:500;margin-right:.35rem}.series-badge a{color:var(--accent);border-bottom:1px dotted var(--accent)}.post-banner{color:var(--fg-dim);font-family:var(--mono);font-size:.85rem;margin-bottom:.75rem;letter-spacing:.02em}.subscribe{margin:3rem 0 1rem;padding:1.25rem 1.25rem 1.1rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-soft)}.subscribe h3{margin:0 0 .25rem;color:var(--amber);font-size:1.05rem}.subscribe h3:before{content:""}.subscribe p{margin:0 0 .75rem;color:var(--fg-muted);font-size:.92rem;font-family:var(--mono)}.subscribe-form{display:flex;gap:.5rem;flex-wrap:wrap}.subscribe-form input[type=email]{flex:1;min-width:180px;background:var(--bg);color:var(--fg);border:1px solid var(--border);padding:.5rem .75rem;font-family:var(--mono);font-size:.92rem;border-radius:4px;transition:border-color .12s ease}.subscribe-form input[type=email]:focus{outline:none;border-color:var(--accent)}.subscribe-form button{background:var(--accent);color:var(--bg);border:0;padding:.5rem 1rem;font-family:var(--mono);font-weight:500;font-size:.92rem;cursor:pointer;border-radius:4px;transition:background .12s ease}.subscribe-form button:hover{background:var(--accent-soft)}.site-footer .subscribe{margin:0 0 1.25rem;padding:.85rem 1rem}.site-footer .subscribe h3{font-size:.95rem}.signature{font-family:Caveat,cursive;font-size:2.4rem;color:var(--accent);line-height:1;margin:2.25rem 0 .25rem;font-weight:500}.signature+.signature-note{color:var(--fg-dim);font-size:.78rem;font-family:var(--mono);margin-top:0}.heatmap{margin:1.5rem 0 2.5rem}.heatmap-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.65rem;font-size:.8rem}.heatmap-legend{display:inline-flex;align-items:center;gap:4px;color:var(--fg-dim)}.legend-cell{display:inline-block;width:10px;height:10px;border-radius:2px;background:#e9e4d9}[data-theme=dark] .legend-cell{background:#21262d}.legend-cell.level-1{background:var(--accent);opacity:.45}.legend-cell.level-2{background:var(--accent);opacity:.8}.legend-cell.level-3{background:var(--accent)}.heatmap-svg{width:100%;height:auto;display:block;overflow:visible}.heatmap-cell{fill:#e9e4d9}[data-theme=dark] .heatmap-cell{fill:#21262d}.heatmap-cell.level-1{fill:var(--accent);opacity:.45}.heatmap-cell.level-2{fill:var(--accent);opacity:.8}.heatmap-cell.level-3{fill:var(--accent)}.note-banner{margin:0 0 2rem;padding:.65rem 1rem;background:var(--bg-soft);border-left:2px solid var(--amber);border-radius:0 4px 4px 0;font-family:var(--mono);font-size:.82rem;color:var(--fg-muted)}.start-here{margin:1rem 0 2rem;padding:1rem 1.2rem;border-left:2px solid var(--accent);background:var(--bg-soft);border-radius:0 6px 6px 0}.start-here h2{margin:0 0 .5rem;font-size:1.05rem;color:var(--amber)}.start-here h2:before{content:""}.start-here ol{margin:0;padding-left:1.2rem}.start-here li{margin-bottom:.35rem}.start-here li .muted{display:block;font-size:.85rem}.muted{color:var(--fg-muted)}.dim{color:var(--fg-dim)}.mono{font-family:var(--mono)}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_AMS-Regular.BQhdFMY1.woff2) format("woff2"),url(/_astro/KaTeX_AMS-Regular.DMm9YOAa.woff) format("woff"),url(/_astro/KaTeX_AMS-Regular.DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Caligraphic-Bold.Dq_IR9rO.woff2) format("woff2"),url(/_astro/KaTeX_Caligraphic-Bold.BEiXGLvX.woff) format("woff"),url(/_astro/KaTeX_Caligraphic-Bold.ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Caligraphic-Regular.Di6jR-x-.woff2) format("woff2"),url(/_astro/KaTeX_Caligraphic-Regular.CTRA-rTL.woff) format("woff"),url(/_astro/KaTeX_Caligraphic-Regular.wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Fraktur-Bold.CL6g_b3V.woff2) format("woff2"),url(/_astro/KaTeX_Fraktur-Bold.BsDP51OF.woff) format("woff"),url(/_astro/KaTeX_Fraktur-Bold.BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Fraktur-Regular.CTYiF6lA.woff2) format("woff2"),url(/_astro/KaTeX_Fraktur-Regular.Dxdc4cR9.woff) format("woff"),url(/_astro/KaTeX_Fraktur-Regular.CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_Main-Bold.Cx986IdX.woff2) format("woff2"),url(/_astro/KaTeX_Main-Bold.Jm3AIy58.woff) format("woff"),url(/_astro/KaTeX_Main-Bold.waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Main-BoldItalic.DxDJ3AOS.woff2) format("woff2"),url(/_astro/KaTeX_Main-BoldItalic.SpSLRI95.woff) format("woff"),url(/_astro/KaTeX_Main-BoldItalic.DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Main-Italic.NWA7e6Wa.woff2) format("woff2"),url(/_astro/KaTeX_Main-Italic.BMLOBm91.woff) format("woff"),url(/_astro/KaTeX_Main-Italic.3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Main-Regular.B22Nviop.woff2) format("woff2"),url(/_astro/KaTeX_Main-Regular.Dr94JaBh.woff) format("woff"),url(/_astro/KaTeX_Main-Regular.ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/_astro/KaTeX_Math-BoldItalic.CZnvNsCZ.woff2) format("woff2"),url(/_astro/KaTeX_Math-BoldItalic.iY-2wyZ7.woff) format("woff"),url(/_astro/KaTeX_Math-BoldItalic.B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_Math-Italic.t53AETM-.woff2) format("woff2"),url(/_astro/KaTeX_Math-Italic.DA0__PXp.woff) format("woff"),url(/_astro/KaTeX_Math-Italic.flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/_astro/KaTeX_SansSerif-Bold.D1sUS0GD.woff2) format("woff2"),url(/_astro/KaTeX_SansSerif-Bold.DbIhKOiC.woff) format("woff"),url(/_astro/KaTeX_SansSerif-Bold.CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Italic.C3H0VqGB.woff2) format("woff2"),url(/_astro/KaTeX_SansSerif-Italic.DN2j7dab.woff) format("woff"),url(/_astro/KaTeX_SansSerif-Italic.YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_SansSerif-Regular.DDBCnlJ7.woff2) format("woff2"),url(/_astro/KaTeX_SansSerif-Regular.CS6fqUqJ.woff) format("woff"),url(/_astro/KaTeX_SansSerif-Regular.BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Script-Regular.D3wIWfF6.woff2) format("woff2"),url(/_astro/KaTeX_Script-Regular.D5yQViql.woff) format("woff"),url(/_astro/KaTeX_Script-Regular.C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size1-Regular.mCD8mA8B.woff2) format("woff2"),url(/_astro/KaTeX_Size1-Regular.C195tn64.woff) format("woff"),url(/_astro/KaTeX_Size1-Regular.Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size2-Regular.Dy4dx90m.woff2) format("woff2"),url(/_astro/KaTeX_Size2-Regular.oD1tc_U0.woff) format("woff"),url(/_astro/KaTeX_Size2-Regular.B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/_astro/KaTeX_Size3-Regular.CTq5MqoE.woff) format("woff"),url(/_astro/KaTeX_Size3-Regular.DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Size4-Regular.Dl5lxZxV.woff2) format("woff2"),url(/_astro/KaTeX_Size4-Regular.BF-4gkZK.woff) format("woff"),url(/_astro/KaTeX_Size4-Regular.DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/_astro/KaTeX_Typewriter-Regular.CO6r4hn1.woff2) format("woff2"),url(/_astro/KaTeX_Typewriter-Regular.C0xS9mPB.woff) format("woff"),url(/_astro/KaTeX_Typewriter-Regular.D3Ib7_Hf.ttf) format("truetype")}.katex{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.16.45"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.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 .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{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 .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.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 .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.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 .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.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 .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>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}#pt[data-astro-cid-hg254eu5]{position:fixed;inset:0;z-index:9999;background:var(--bg);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none}.pt-frame[data-astro-cid-hg254eu5]{display:none;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;margin:0;padding:2rem;width:100%;max-width:520px}.pt-cap[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:9px;color:var(--fg-dim);opacity:.55;text-align:center;letter-spacing:.04em}.pt-osc-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.osc-screen[data-astro-cid-hg254eu5]{fill:#060f06;stroke:#1e351e;stroke-width:1.5}.osc-grid[data-astro-cid-hg254eu5]{stroke:#162816;stroke-width:.8}.osc-scan[data-astro-cid-hg254eu5]{fill:none}.osc-trace[data-astro-cid-hg254eu5]{stroke:#3dff8f;stroke-width:1.8;stroke-linecap:round;stroke-dasharray:900;stroke-dashoffset:900;animation:pt-draw .65s ease-out forwards;filter:drop-shadow(0 0 5px #3dff8f88)}.osc-info[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:8px;fill:#3dff8f;opacity:.38}.osc-nh[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:11px;fill:#3dff8f;opacity:.55;text-anchor:end}.pt-fd-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.fd-line[data-astro-cid-hg254eu5]{stroke-dasharray:300;stroke-dashoffset:300;animation:pt-draw .32s ease-out forwards;animation-delay:.05s}.fd-photon[data-astro-cid-hg254eu5]{stroke-dasharray:200;stroke-dashoffset:200}.fd-vert[data-astro-cid-hg254eu5]{opacity:0;animation:pt-pop .18s ease-out .38s forwards}.fd-arr[data-astro-cid-hg254eu5]{opacity:0;animation:pt-fade .2s ease .36s forwards}.fd-arr-out[data-astro-cid-hg254eu5]{animation-delay:.96s}.fd-lbl[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:13px;fill:var(--fg-muted);font-style:italic;opacity:0}.fd-lbl-in[data-astro-cid-hg254eu5]{animation:pt-fade .25s ease .28s forwards}.fd-lbl-photon[data-astro-cid-hg254eu5]{animation:pt-fade .25s ease .65s forwards;fill:var(--accent)}.fd-lbl-out[data-astro-cid-hg254eu5]{animation:pt-fade .25s ease 1s forwards}.fd-sig[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:11px;fill:var(--fg-dim);opacity:0;text-anchor:end;animation:pt-fade .3s ease .9s forwards}.pt-nn-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.nn-conn[data-astro-cid-hg254eu5]{stroke:var(--border);stroke-width:.75;opacity:.2;animation:nn-conn-fire 1.6s infinite}.nc-01[data-astro-cid-hg254eu5]{animation-delay:.18s}.nc-12[data-astro-cid-hg254eu5]{animation-delay:.52s}.nc-23[data-astro-cid-hg254eu5]{animation-delay:.86s}@keyframes nn-conn-fire{0%,to{stroke:var(--border);opacity:.2}5%{stroke:var(--accent);opacity:.9}18%{stroke:var(--accent);opacity:.9}26%{stroke:var(--border);opacity:.2}}.nn-node[data-astro-cid-hg254eu5]{fill:var(--bg-soft);stroke:var(--border);stroke-width:1.2;animation:nn-node-fire 1.6s infinite}.nl-0[data-astro-cid-hg254eu5]{animation-delay:0s}.nl-1[data-astro-cid-hg254eu5]{animation-delay:.32s}.nl-2[data-astro-cid-hg254eu5]{animation-delay:.64s}.nl-3[data-astro-cid-hg254eu5]{animation-delay:.96s}@keyframes nn-node-fire{0%,to{fill:var(--bg-soft);stroke:var(--border);filter:none}5%{fill:var(--accent);stroke:var(--accent);filter:drop-shadow(0 0 5px var(--accent))}22%{fill:var(--accent);stroke:var(--accent);filter:drop-shadow(0 0 3px var(--accent))}30%{fill:var(--bg-soft);stroke:var(--border);filter:none}}.nn-lbl[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:9px;fill:var(--fg-dim)}.pt-mag-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.mag-coil[data-astro-cid-hg254eu5]{fill:var(--bg-soft);stroke:var(--fg);stroke-width:1.2;opacity:.35}.mag-fline[data-astro-cid-hg254eu5]{stroke:var(--fg);stroke-width:.9;fill:none;opacity:.12;stroke-dasharray:6 4}.mag-fline-inner[data-astro-cid-hg254eu5]{opacity:.22;stroke-dasharray:none}.mag-fline-axis[data-astro-cid-hg254eu5]{opacity:.1;stroke-dasharray:4 4}.mag-electron[data-astro-cid-hg254eu5]{fill:var(--accent);animation:mag-helix 1.8s linear infinite}@keyframes mag-helix{0%{transform:translate(62px,100px)}8%{transform:translate(101px,112px)}17%{transform:translate(140px,100px)}25%{transform:translate(180px,78px)}33%{transform:translate(219px,100px)}42%{transform:translate(258px,112px)}50%{transform:translate(298px,100px)}58%{transform:translate(258px,88px)}67%{transform:translate(219px,100px)}75%{transform:translate(180px,122px)}83%{transform:translate(140px,100px)}92%{transform:translate(101px,88px)}to{transform:translate(62px,100px)}}.mag-lbl[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:9px;fill:var(--fg-muted);opacity:.6;font-style:italic}.mag-info[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:7.5px;fill:var(--fg-dim);opacity:.35}.mag-nh[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:11px;fill:var(--fg-dim);opacity:.45;text-anchor:end}.pt-qt-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.qt-barrier[data-astro-cid-hg254eu5]{fill:var(--fg);opacity:.1}.qt-wave[data-astro-cid-hg254eu5]{stroke-linecap:round;stroke-dasharray:500;stroke-dashoffset:500}.qt-in[data-astro-cid-hg254eu5]{stroke:var(--accent);stroke-width:1.8;animation:pt-draw .5s ease-out .1s forwards}.qt-ev[data-astro-cid-hg254eu5]{stroke:var(--accent);stroke-width:1.2;opacity:.55;animation:pt-draw .2s ease-out .55s forwards}.qt-trans[data-astro-cid-hg254eu5]{stroke:var(--accent);stroke-width:1;opacity:.4;animation:pt-draw .4s ease-out .7s forwards}.qt-lbl[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:9px;fill:var(--fg-dim);opacity:0;animation:pt-fade .3s ease .5s forwards}.pt-fft-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.fft-composite[data-astro-cid-hg254eu5]{stroke:var(--accent);stroke-width:2;fill:none;stroke-linecap:round;stroke-dasharray:800;stroke-dashoffset:800;animation:pt-draw .55s ease-out .05s forwards}.fft-harm[data-astro-cid-hg254eu5]{stroke:var(--fg-muted);stroke-width:1.2;fill:none;stroke-linecap:round;stroke-dasharray:600;stroke-dashoffset:600}.fft-h1[data-astro-cid-hg254eu5]{opacity:.5;animation:pt-draw .45s ease-out .35s forwards}.fft-h2[data-astro-cid-hg254eu5]{opacity:.4;animation:pt-draw .45s ease-out .55s forwards}.fft-h3[data-astro-cid-hg254eu5]{opacity:.3;animation:pt-draw .45s ease-out .75s forwards}.fft-lbl[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:8px;fill:var(--fg-dim);opacity:.5}.fft-lbl-acc[data-astro-cid-hg254eu5]{fill:var(--accent);font-size:9px}.pt-ds-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.ds-barrier[data-astro-cid-hg254eu5]{stroke:var(--fg);stroke-width:3;opacity:.35}.ds-screen[data-astro-cid-hg254eu5]{stroke:var(--fg-dim);stroke-width:1;opacity:.25}.ds-plane[data-astro-cid-hg254eu5]{stroke:var(--accent);stroke-width:1;opacity:.18;stroke-dasharray:150;stroke-dashoffset:150}.ds-pw1[data-astro-cid-hg254eu5]{animation:pt-draw .2s ease-out 0s forwards}.ds-pw2[data-astro-cid-hg254eu5]{animation:pt-draw .2s ease-out .07s forwards}.ds-pw3[data-astro-cid-hg254eu5]{animation:pt-draw .2s ease-out .14s forwards}.ds-pw4[data-astro-cid-hg254eu5]{animation:pt-draw .2s ease-out .21s forwards}.ds-arc[data-astro-cid-hg254eu5]{stroke:var(--accent);fill:none;stroke-linecap:round;stroke-dasharray:400;stroke-dashoffset:400}.da-r1[data-astro-cid-hg254eu5]{stroke-width:1.4;opacity:.55}.da-r2[data-astro-cid-hg254eu5]{stroke-width:1.1;opacity:.42}.da-r3[data-astro-cid-hg254eu5]{stroke-width:.9;opacity:.3}.da-r4[data-astro-cid-hg254eu5]{stroke-width:.7;opacity:.2}.da-s1[data-astro-cid-hg254eu5].da-r1{animation:pt-draw .3s ease-out .3s forwards}.da-s1[data-astro-cid-hg254eu5].da-r2{animation:pt-draw .3s ease-out .4s forwards}.da-s1[data-astro-cid-hg254eu5].da-r3{animation:pt-draw .3s ease-out .5s forwards}.da-s1[data-astro-cid-hg254eu5].da-r4{animation:pt-draw .3s ease-out .6s forwards}.da-s2[data-astro-cid-hg254eu5].da-r1{animation:pt-draw .3s ease-out .35s forwards}.da-s2[data-astro-cid-hg254eu5].da-r2{animation:pt-draw .3s ease-out .45s forwards}.da-s2[data-astro-cid-hg254eu5].da-r3{animation:pt-draw .3s ease-out .55s forwards}.da-s2[data-astro-cid-hg254eu5].da-r4{animation:pt-draw .3s ease-out .65s forwards}.ds-fringe[data-astro-cid-hg254eu5]{stroke-width:3;stroke-linecap:round;opacity:0;animation:pt-fade .3s ease .8s forwards}.ds-fb[data-astro-cid-hg254eu5]{stroke:var(--accent);opacity:0}.ds-fd[data-astro-cid-hg254eu5]{stroke:var(--accent);opacity:0;filter:opacity(.4)}.pt-gd-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.gd-axis[data-astro-cid-hg254eu5]{stroke:var(--fg-dim);stroke-width:1;opacity:.3}.gd-curve[data-astro-cid-hg254eu5]{stroke:var(--fg-muted);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-dasharray:500;stroke-dashoffset:500;animation:pt-draw .5s ease-out .05s forwards;opacity:.5}.gd-dot[data-astro-cid-hg254eu5]{fill:var(--fg-muted);opacity:0;animation:pt-pop .2s ease-out forwards}.gd-d1[data-astro-cid-hg254eu5]{animation-delay:.45s}.gd-d2[data-astro-cid-hg254eu5]{animation-delay:.58s}.gd-d3[data-astro-cid-hg254eu5]{animation-delay:.71s}.gd-d4[data-astro-cid-hg254eu5]{animation-delay:.84s}.gd-d5[data-astro-cid-hg254eu5]{animation-delay:.97s}.gd-min[data-astro-cid-hg254eu5]{fill:var(--accent);filter:drop-shadow(0 0 4px var(--accent))}.gd-step[data-astro-cid-hg254eu5]{stroke:var(--fg-dim);stroke-width:.9;opacity:0;marker-end:none;animation:pt-fade .2s ease forwards}.gs-1[data-astro-cid-hg254eu5]{animation-delay:.52s}.gs-2[data-astro-cid-hg254eu5]{animation-delay:.65s}.gs-3[data-astro-cid-hg254eu5]{animation-delay:.78s}.gs-4[data-astro-cid-hg254eu5]{animation-delay:.91s}.gd-lbl[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:8.5px;fill:var(--fg-dim);opacity:.5}.gd-lbl-ax[data-astro-cid-hg254eu5]{font-style:italic;fill:var(--fg-muted)}.gd-lbl-min[data-astro-cid-hg254eu5]{fill:var(--accent);opacity:0;animation:pt-fade .3s ease 1s forwards}.pt-attn-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.attn-cell[data-astro-cid-hg254eu5]{opacity:0;animation:pt-fade .18s ease forwards}.ac-vhi[data-astro-cid-hg254eu5]{fill:var(--accent)}.ac-hi[data-astro-cid-hg254eu5],.ac-med[data-astro-cid-hg254eu5]{fill:var(--accent);opacity:0}.ac-lo[data-astro-cid-hg254eu5]{fill:var(--fg-muted);opacity:0}.ac-vhi[data-astro-cid-hg254eu5].attn-cell{filter:opacity(.9)}.ac-hi[data-astro-cid-hg254eu5].attn-cell{filter:opacity(.6)}.ac-med[data-astro-cid-hg254eu5].attn-cell{filter:opacity(.35)}.ac-lo[data-astro-cid-hg254eu5].attn-cell{filter:opacity(.12)}.ac-00[data-astro-cid-hg254eu5]{animation-delay:.05s}.ac-01[data-astro-cid-hg254eu5]{animation-delay:.1s}.ac-02[data-astro-cid-hg254eu5]{animation-delay:.15s}.ac-03[data-astro-cid-hg254eu5]{animation-delay:.2s}.ac-04[data-astro-cid-hg254eu5]{animation-delay:.25s}.ac-10[data-astro-cid-hg254eu5]{animation-delay:.15s}.ac-11[data-astro-cid-hg254eu5]{animation-delay:.2s}.ac-12[data-astro-cid-hg254eu5]{animation-delay:.25s}.ac-13[data-astro-cid-hg254eu5]{animation-delay:.3s}.ac-14[data-astro-cid-hg254eu5]{animation-delay:.35s}.ac-20[data-astro-cid-hg254eu5]{animation-delay:.25s}.ac-21[data-astro-cid-hg254eu5]{animation-delay:.3s}.ac-22[data-astro-cid-hg254eu5]{animation-delay:.35s}.ac-23[data-astro-cid-hg254eu5]{animation-delay:.4s}.ac-24[data-astro-cid-hg254eu5]{animation-delay:.45s}.ac-30[data-astro-cid-hg254eu5]{animation-delay:.35s}.ac-31[data-astro-cid-hg254eu5]{animation-delay:.4s}.ac-32[data-astro-cid-hg254eu5]{animation-delay:.45s}.ac-33[data-astro-cid-hg254eu5]{animation-delay:.5s}.ac-34[data-astro-cid-hg254eu5]{animation-delay:.55s}.ac-40[data-astro-cid-hg254eu5]{animation-delay:.45s}.ac-41[data-astro-cid-hg254eu5]{animation-delay:.5s}.ac-42[data-astro-cid-hg254eu5]{animation-delay:.55s}.ac-43[data-astro-cid-hg254eu5]{animation-delay:.6s}.ac-44[data-astro-cid-hg254eu5]{animation-delay:.65s}.pt-diff-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.diff-noise[data-astro-cid-hg254eu5]{fill:var(--fg);opacity:.82;animation:diff-fade-out .55s ease-out forwards}.dn-a[data-astro-cid-hg254eu5]{animation-delay:0s}.dn-b[data-astro-cid-hg254eu5]{animation-delay:.12s}.dn-c[data-astro-cid-hg254eu5]{animation-delay:.07s}@keyframes diff-fade-out{0%{opacity:.82}to{opacity:0;transform:scale(0);transform-box:fill-box;transform-origin:center}}.diff-text[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:52px;font-weight:700;fill:var(--accent);filter:blur(16px);opacity:0;animation:diff-emerge .7s ease-out .28s forwards}@keyframes diff-emerge{0%{filter:blur(16px);opacity:0}30%{opacity:.6}to{filter:blur(0px);opacity:.88}}.diff-lbl[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:7.5px;fill:var(--fg-dim);opacity:.4}.pt-tsne-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}@keyframes tsne-fly{0%{transform:translate(var(--sx),var(--sy));opacity:0}60%{opacity:1}to{transform:translate(0);opacity:1}}.tsne-dot[data-astro-cid-hg254eu5]{animation:tsne-fly .65s cubic-bezier(.22,1,.36,1) forwards;opacity:0}.tsne-n[data-astro-cid-hg254eu5]{fill:var(--accent)}.tsne-h[data-astro-cid-hg254eu5]{fill:var(--fg-muted)}.pt-cm-svg[data-astro-cid-hg254eu5]{display:block;width:100%;max-width:480px}.cm-cell[data-astro-cid-hg254eu5]{opacity:0;animation:pt-fade .25s ease forwards}.cm-tp[data-astro-cid-hg254eu5]{fill:var(--accent);animation-delay:.1s}.cm-fp[data-astro-cid-hg254eu5]{fill:var(--fg-muted);animation-delay:.2s;filter:opacity(.35)}.cm-fn[data-astro-cid-hg254eu5]{fill:var(--fg-muted);animation-delay:.3s;filter:opacity(.35)}.cm-tn[data-astro-cid-hg254eu5]{fill:var(--accent);animation-delay:.4s;filter:opacity(.45)}.cm-cell-lbl[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-weight:700;font-size:16px;opacity:0;animation:pt-fade .2s ease forwards}.cm-tp-lbl[data-astro-cid-hg254eu5]{fill:var(--bg);animation-delay:.22s}.cm-fp-lbl[data-astro-cid-hg254eu5]{fill:var(--fg-dim);animation-delay:.32s}.cm-fn-lbl[data-astro-cid-hg254eu5]{fill:var(--fg-dim);animation-delay:.42s}.cm-tn-lbl[data-astro-cid-hg254eu5]{fill:var(--bg);animation-delay:.52s}.cm-lbl[data-astro-cid-hg254eu5]{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:8px;fill:var(--fg-dim);opacity:.5}.cm-axis[data-astro-cid-hg254eu5]{font-size:7.5px;opacity:.4}.cm-sub[data-astro-cid-hg254eu5]{font-size:8px}@keyframes pt-draw{to{stroke-dashoffset:0}}@keyframes pt-pop{0%{opacity:0;transform:scale(.3);transform-box:fill-box;transform-origin:center}to{opacity:1;transform:scale(1);transform-box:fill-box;transform-origin:center}}@keyframes pt-fade{to{opacity:1}}@media(prefers-reduced-motion:reduce){#pt[data-astro-cid-hg254eu5]{display:none!important}}
