header{flex-direction:row;align-items:center;gap:1.5rem;margin:2rem 0;display:flex}header h1{flex:auto;margin:0}.clipboard-button{float:right;color:var(--gray);border-color:var(--dark);background-color:var(--light);opacity:0;border:1px solid;border-radius:5px;margin:.3rem;padding:.4rem;transition:all .2s;display:flex;position:absolute;right:0}.clipboard-button>svg{fill:var(--light);filter:contrast(.3)}.clipboard-button:hover{cursor:pointer;border-color:var(--secondary)}.clipboard-button:focus{outline:0}pre:hover>.clipboard-button{opacity:1;transition:all .2s}.site-header{z-index:1000;background:var(--light,#fff);border-bottom:1px solid var(--lightgray,#e0e0e0);padding:1rem 2rem;position:fixed;top:0;left:0;right:0}.nav{justify-content:space-between;align-items:center;gap:1.25rem;max-width:1100px;margin:0 auto;display:flex}.nav__name{white-space:nowrap;font-size:1rem;font-weight:600;color:var(--dark,#1a1a1a)!important;text-decoration:none!important}.nav__links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.nav__links a{font-size:.9rem;font-weight:400;color:var(--dark,#1a1a1a)!important;text-decoration:none!important}.nav__links a:hover{opacity:.7}.nav-darkmode{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;width:18px;height:18px;padding:0;display:flex;position:relative}.nav-darkmode svg{width:18px;height:18px;fill:var(--dark,#1a1a1a);transition:opacity .15s}:root[saved-theme=dark] .nav-darkmode>.dayIcon{display:none}:root[saved-theme=dark] .nav-darkmode>.nightIcon,:root .nav-darkmode>.dayIcon{display:inline}:root .nav-darkmode>.nightIcon{display:none}.article-title-block{margin:.5rem 0 0}.article-title{letter-spacing:-.02em;color:var(--dark);margin:0 0 .15rem;font-size:1.75rem;font-weight:700;line-height:1.25}.article-subtitle{color:var(--gray);margin:0;font-size:.95rem;font-weight:400;line-height:1.5}.content-meta{color:var(--gray);flex-wrap:wrap;align-items:center;gap:0;margin-top:.4rem;margin-bottom:1.5rem;font-size:.82rem;display:flex}.content-meta .meta-icon{vertical-align:-1px;opacity:.65;flex-shrink:0;width:13px;height:13px;margin-right:.3rem}.content-meta .meta-item{align-items:center;gap:0;display:inline-flex}.content-meta .meta-separator{opacity:.4;margin:0 .5rem;font-size:.7em}.tags{border-top:1px solid var(--lightgray);flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1.5rem;padding-top:1rem;padding-left:0;list-style:none;display:flex}.section-li>.section>.tags{justify-content:flex-end}.tags>li{white-space:nowrap;overflow-wrap:normal;margin:0;display:inline-block}a.internal.tag-link{border-radius:4px;margin:0;padding:.2rem .6rem;font-size:.82rem;font-weight:500;transition:background-color .15s;background-color:var(--lightgray)!important;color:var(--darkgray)!important;text-decoration:none!important}a.internal.tag-link:hover{background-color:var(--gray)!important;color:var(--dark)!important}footer{margin-top:2rem;margin-bottom:3rem}footer .footer-rule{background-color:var(--lightgray);border:none;height:1px;margin:0 0 1.5rem}footer .footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}footer .footer-links{flex-direction:row;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}footer .footer-links a{color:var(--gray);font-size:.85rem;text-decoration:none;transition:color .15s}footer .footer-links a:hover{color:var(--dark)}footer .footer-copy{color:var(--gray);margin:0;font-size:.8rem}footer .footer-copy a{color:var(--gray);-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .15s}footer .footer-copy a:hover{-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray)}ul.section-ul{margin-top:2em;padding-left:0;list-style:none}li.section-li{margin-bottom:1em}li.section-li>.section{grid-template-columns:fit-content(8em) 3fr 1fr;display:grid}@media (max-width:800px){li.section-li>.section>.tags{display:none}}li.section-li>.section>.desc>h3>a{background-color:#0000}li.section-li>.section .meta{opacity:.6;margin:0 1em 0 0}.popover .section{grid-template-columns:fit-content(8em) 1fr!important}.popover .section>.tags{display:none}.section h3,.section>.tags{margin:0}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;visibility:hidden;opacity:0;padding:1rem;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0;overflow:visible}.popover>.popover-inner{width:30rem;max-height:20rem;font-weight:initial;font-style:initial;line-height:normal;font-size:initial;font-family:var(--bodyFont);border:1px solid var(--lightgray);background-color:var(--light);overscroll-behavior:contain;white-space:normal;-webkit-user-select:none;user-select:none;cursor:default;border-radius:5px;padding:0 1rem 1rem;position:relative;overflow:auto;box-shadow:6px 6px 36px #00000040}.popover>.popover-inner[data-content-type][data-content-type*=pdf],.popover>.popover-inner[data-content-type][data-content-type*=image]{max-height:100%;padding:0}.popover>.popover-inner[data-content-type][data-content-type*=image] img{border-radius:0;margin:0;display:block}.popover>.popover-inner[data-content-type][data-content-type*=pdf] iframe{width:100%}.popover h1{font-size:1.5rem}@media (max-width:800px){.popover{display:none!important}}.active-popover,.popover:hover{animation:.3s .2s forwards dropin}code[data-theme*=\ ]{color:var(--shiki-light);background-color:var(--shiki-light-bg)}code[data-theme*=\ ] span{color:var(--shiki-light)}[saved-theme=dark] code[data-theme*=\ ]{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}[saved-theme=dark] code[data-theme*=\ ] span{color:var(--shiki-dark)}.callout{border:1px solid var(--border);background-color:var(--bg);box-sizing:border-box;--callout-icon-note:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"2\" x2=\"22\" y2=\"6\"></line><path d=\"M7.5 20.5 19 9l-4-4L3.5 16.5 2 22z\"></path></svg>");--callout-icon-abstract:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"></rect><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"></path><path d=\"M12 11h4\"></path><path d=\"M12 16h4\"></path><path d=\"M8 11h.01\"></path><path d=\"M8 16h.01\"></path></svg>");--callout-icon-info:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line></svg>");--callout-icon-todo:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"></path><path d=\"m9 12 2 2 4-4\"></path></svg>");--callout-icon-tip:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z\"></path></svg> ");--callout-icon-success:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg> ");--callout-icon-question:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"></path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg> ");--callout-icon-warning:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>");--callout-icon-failure:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"></line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"></line></svg> ");--callout-icon-danger:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"></polygon></svg> ");--callout-icon-bug:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect width=\"8\" height=\"14\" x=\"8\" y=\"6\" rx=\"4\"></rect><path d=\"m19 7-3 2\"></path><path d=\"m5 7 3 2\"></path><path d=\"m19 19-3-2\"></path><path d=\"m5 19 3-2\"></path><path d=\"M20 13h-4\"></path><path d=\"M4 13h4\"></path><path d=\"m10 4 1 2\"></path><path d=\"m14 4-1 2\"></path></svg>");--callout-icon-example:url("data:image/svg+xml; utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"></line><line x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"></line><line x1=\"8\" y1=\"18\" x2=\"21\" y2=\"18\"></line><line x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"></line><line x1=\"3\" y1=\"12\" x2=\"3.01\" y2=\"12\"></line><line x1=\"3\" y1=\"18\" x2=\"3.01\" y2=\"18\"></line></svg> ");--callout-icon-quote:url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1z\"></path><path d=\"M15 21c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"></path></svg>");--callout-icon-fold:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"%3E%3Cpolyline points=\"6 9 12 15 18 9\"%3E%3C/polyline%3E%3C/svg%3E");border-radius:5px;padding:0 1rem;overflow-y:hidden}.callout>.callout-content{transition:grid-template-rows .1s cubic-bezier(.02,.01,.47,1);display:grid;overflow:hidden}.callout>.callout-content>:first-child{margin-top:0}.callout[data-callout]{--color:#448aff;--border:#448aff44;--bg:#448aff10;--callout-icon:var(--callout-icon-note)}.callout[data-callout=abstract]{--color:#00b0ff;--border:#00b0ff44;--bg:#00b0ff10;--callout-icon:var(--callout-icon-abstract)}.callout[data-callout=info],.callout[data-callout=todo]{--color:#00b8d4;--border:#00b8d444;--bg:#00b8d410;--callout-icon:var(--callout-icon-info)}.callout[data-callout=todo]{--callout-icon:var(--callout-icon-todo)}.callout[data-callout=tip]{--color:#00bfa5;--border:#00bfa544;--bg:#00bfa510;--callout-icon:var(--callout-icon-tip)}.callout[data-callout=success]{--color:#09ad7a;--border:#09ad7144;--bg:#09ad7110;--callout-icon:var(--callout-icon-success)}.callout[data-callout=question]{--color:#dba642;--border:#dba64244;--bg:#dba64210;--callout-icon:var(--callout-icon-question)}.callout[data-callout=warning]{--color:#db8942;--border:#db894244;--bg:#db894210;--callout-icon:var(--callout-icon-warning)}.callout[data-callout=failure],.callout[data-callout=danger],.callout[data-callout=bug]{--color:#db4242;--border:#db424244;--bg:#db424210;--callout-icon:var(--callout-icon-failure)}.callout[data-callout=bug]{--callout-icon:var(--callout-icon-bug)}.callout[data-callout=danger]{--callout-icon:var(--callout-icon-danger)}.callout[data-callout=example]{--color:#7a43b5;--border:#7a43b544;--bg:#7a43b510;--callout-icon:var(--callout-icon-example)}.callout[data-callout=quote]{--color:var(--secondary);--border:var(--lightgray);--callout-icon:var(--callout-icon-quote)}.callout.is-collapsed>.callout-title>.fold-callout-icon{transform:rotate(-90deg)}.callout.is-collapsed .callout-content>*{height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;transition:height .1s cubic-bezier(.02,.01,.47,1),margin .1s cubic-bezier(.02,.01,.47,1),padding .1s cubic-bezier(.02,.01,.47,1);overflow-y:clip}.callout.is-collapsed .callout-content>:first-child{margin-top:-1rem}.callout-title{color:var(--color);--icon-size:18px;align-items:flex-start;gap:5px;padding:1rem 0;display:flex}.callout-title .fold-callout-icon{opacity:.8;cursor:pointer;--callout-icon:var(--callout-icon-fold);transition:transform .15s}.callout-title>.callout-title-inner>p{color:var(--color);margin:0}.callout-title .callout-icon,.callout-title .fold-callout-icon{width:var(--icon-size);height:var(--icon-size);flex:0 0 var(--icon-size);background-size:var(--icon-size)var(--icon-size);background-position:50%;background-color:var(--color);-webkit-mask-image:var(--callout-icon);mask-image:var(--callout-icon);-webkit-mask-size:var(--icon-size)var(--icon-size);mask-size:var(--icon-size)var(--icon-size);padding:.2rem 0;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.callout-title .callout-title-inner{font-weight:600}html{scroll-behavior:smooth;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;width:100vw;overflow-x:hidden}@media (max-width:800px){html{scroll-padding-top:4rem}}body{box-sizing:border-box;background-color:var(--light);font-family:var(--bodyFont);color:var(--darkgray);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}.text-highlight{background-color:var(--textHighlight);border-radius:5px;padding:0 .1rem}::selection{background:color-mix(in srgb,var(--tertiary)60%,#fff0);color:var(--darkgray)}p,ul,text,a,tr,td,li,ol,ul,.katex,.math,.typst-doc,g[class~=typst-text]{color:var(--darkgray);fill:var(--darkgray);overflow-wrap:break-word;text-wrap:pretty}path[class~=typst-shape]{stroke:var(--darkgray)}.math.math-display{text-align:center}article>mjx-container.MathJax,article blockquote>div>mjx-container.MathJax{display:flex}article>mjx-container.MathJax>svg,article blockquote>div>mjx-container.MathJax>svg{margin-left:auto;margin-right:auto}article blockquote>div>mjx-container.MathJax>svg{margin-top:1rem;margin-bottom:1rem}strong{font-weight:600}a{color:var(--secondary);font-weight:400;text-decoration:none;transition:color .2s}a:hover{color:var(--tertiary)}a.internal{text-decoration:underline;-webkit-text-decoration-color:var(--lightgray);text-decoration-color:var(--lightgray);text-underline-offset:2px;background-color:#0000;border-radius:0;padding:0;line-height:1.4rem;transition:text-decoration-color .2s}a.internal:hover{-webkit-text-decoration-color:var(--secondary);text-decoration-color:var(--secondary)}a.internal.broken{color:var(--secondary);opacity:.5;transition:opacity .2s}a.internal.broken:hover{opacity:.8}a.internal:has(>img){background-color:#0000;border-radius:0;padding:0;text-decoration:none}a.internal.tag-link{text-decoration:none}a.internal.tag-link:before{content:"#"}a.external .external-icon{height:1ex;margin:0 .15em}a.external .external-icon>path{fill:var(--dark)}.flex-component{display:flex}.desktop-only{display:initial}.desktop-only.flex-component{display:flex}@media (max-width:800px){.desktop-only,.desktop-only.flex-component{display:none}}.mobile-only,.mobile-only.flex-component{display:none}@media (max-width:800px){.mobile-only{display:initial}.mobile-only.flex-component{display:flex}}.page{max-width:1500px;margin:0 auto}.page article>h1{font-size:2rem}.page article li:has(>input[type=checkbox]){padding-left:0;list-style-type:none}.page article li:has(>input[type=checkbox]:checked){text-decoration:line-through;-webkit-text-decoration-color:var(--gray);text-decoration-color:var(--gray);color:var(--gray)}.page article li>*{margin-top:0;margin-bottom:0}.page article p>strong{color:var(--dark)}.page>#quartz-body{grid-template:"grid-sidebar-left grid-header grid-sidebar-right""grid-sidebar-left grid-center grid-sidebar-right""grid-sidebar-left grid-footer grid-sidebar-right"/320px auto 320px;gap:5px;display:grid}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body{grid-template:"grid-sidebar-left grid-header""grid-sidebar-left grid-center""grid-sidebar-left grid-sidebar-right""grid-sidebar-left grid-footer"/320px auto;gap:5px}}@media (max-width:800px){.page>#quartz-body{grid-template:"grid-sidebar-left""grid-header""grid-center""grid-sidebar-right""grid-footer"/auto;gap:5px}}@media not (min-width:1200px){.page>#quartz-body{padding:0 1rem}}@media (max-width:800px){.page>#quartz-body{margin:0 auto}}.page>#quartz-body .sidebar{box-sizing:border-box;gap:1.2rem;height:100vh;padding:6rem 2rem 2rem;display:flex;position:sticky;top:0}.page>#quartz-body .sidebar.left{z-index:1;flex-direction:column;grid-area:grid-sidebar-left}@media (max-width:800px){.page>#quartz-body .sidebar.left{position:initial;height:unset;flex-direction:row;align-items:center;gap:0;padding:2rem 0 0;display:flex}}.page>#quartz-body .sidebar.right{flex-direction:column;grid-area:grid-sidebar-right;margin-right:0}@media (max-width:800px){.page>#quartz-body .sidebar.right{margin-left:inherit;margin-right:inherit}}@media not (min-width:1200px){.page>#quartz-body .sidebar.right{position:initial;height:unset;flex-direction:row;width:100%;padding:0}.page>#quartz-body .sidebar.right>*{flex:1;max-height:24rem}.page>#quartz-body .sidebar.right>.toc{display:none}}.page>#quartz-body .page-header,.page>#quartz-body .page-footer{margin-top:1rem}.page>#quartz-body .page-header{grid-area:grid-header;margin:6rem 0 0}@media (max-width:800px){.page>#quartz-body .page-header{margin-top:0;padding:0}}.page>#quartz-body .center>article{grid-area:grid-center}.page>#quartz-body footer{grid-area:grid-footer}.page>#quartz-body .center,.page>#quartz-body footer{min-width:100%;max-width:100%;margin-left:auto;margin-right:auto}@media (min-width:800px) and (max-width:1200px){.page>#quartz-body .center,.page>#quartz-body footer{margin-right:0}}@media (max-width:800px){.page>#quartz-body .center,.page>#quartz-body footer{margin-left:0;margin-right:0}}.page>#quartz-body footer{margin-left:0}.footnotes{border-top:1px solid var(--lightgray);margin-top:2rem}input[type=checkbox]{color:var(--secondary);border:1px solid var(--lightgray);background-color:var(--light);appearance:none;border-radius:3px;width:16px;height:16px;margin-inline:-1.4rem .2rem;position:relative;transform:translateY(2px)}input[type=checkbox]:checked{border-color:var(--secondary);background-color:var(--secondary)}input[type=checkbox]:checked:after{content:"";border:solid var(--light);border-width:0 2px 2px 0;width:4px;height:8px;display:block;position:absolute;top:1px;left:4px;transform:rotate(45deg)}blockquote{border-left:3px solid var(--lightgray);color:var(--gray);margin:1.5rem 0;padding-left:1.25rem;font-style:italic;transition:border-color .2s}h1,h2,h3,h4,h5,h6,thead{font-family:var(--headerFont);color:var(--dark);font-weight:revert;margin-bottom:0}article>h1>a[role=anchor],article>h2>a[role=anchor],article>h3>a[role=anchor],article>h4>a[role=anchor],article>h5>a[role=anchor],article>h6>a[role=anchor],article>thead>a[role=anchor]{color:var(--dark);background-color:#0000}h1[id]>a[href^=\#],h2[id]>a[href^=\#],h3[id]>a[href^=\#],h4[id]>a[href^=\#],h5[id]>a[href^=\#],h6[id]>a[href^=\#]{opacity:0;font-family:var(--codeFont);-webkit-user-select:none;user-select:none;margin:0 .5rem;transition:opacity .2s;transform:translateY(-.1rem)}h1[id]:hover>a,h2[id]:hover>a,h3[id]:hover>a,h4[id]:hover>a,h5[id]:hover>a,h6[id]:hover>a{opacity:1}h1:not([id])>a[role=anchor],h2:not([id])>a[role=anchor],h3:not([id])>a[role=anchor],h4:not([id])>a[role=anchor],h5:not([id])>a[role=anchor],h6:not([id])>a[role=anchor]{display:none}h1{letter-spacing:-.02em;margin-top:2.5rem;margin-bottom:.75rem;font-size:1.75rem}h2{letter-spacing:-.01em;margin-top:2rem;margin-bottom:.75rem;font-size:1.35rem}h3{margin-top:1.75rem;margin-bottom:.5rem;font-size:1.1rem}h4,h5,h6{margin-top:1.5rem;margin-bottom:.5rem;font-size:1rem}figure[data-rehype-pretty-code-figure]{margin:0;line-height:1.6rem;position:relative}figure[data-rehype-pretty-code-figure]>[data-rehype-pretty-code-title]{font-family:var(--codeFont);border:1px solid var(--lightgray);width:fit-content;color:var(--darkgray);border-radius:5px;margin-bottom:-.5rem;padding:.1rem .5rem;font-size:.9rem}figure[data-rehype-pretty-code-figure]>pre{padding:0}pre{font-family:var(--codeFont);border:1px solid var(--lightgray);border-radius:5px;padding:0 .5rem;position:relative;overflow-x:auto}pre:has(>code.mermaid){border:none}pre>code{counter-reset:line;counter-increment:line 0;background:0 0;padding:.5rem 0;font-size:.85rem;display:grid;overflow-x:auto}pre>code [data-highlighted-chars]{background-color:var(--highlight);border-radius:5px}pre>code>[data-line]{box-sizing:border-box;border-left:3px solid #0000;padding:0 .25rem}pre>code>[data-line][data-highlighted-line]{background-color:var(--highlight);border-left:3px solid var(--secondary)}pre>code>[data-line]:before{content:counter(line);counter-increment:line;text-align:right;color:#738a9499;width:1rem;margin-right:1rem;display:inline-block}pre>code[data-line-numbers-max-digits="2"]>[data-line]:before{width:2rem}pre>code[data-line-numbers-max-digits="3"]>[data-line]:before{width:3rem}code{color:var(--dark);font-size:.9em;font-family:var(--codeFont);background:var(--lightgray);border-radius:5px;padding:.1rem .2rem}tbody,li,p{line-height:1.75}.table-container{overflow-x:auto}.table-container>table{border-collapse:collapse;margin:1rem;padding:1.5rem}.table-container>table th,.table-container>table td{min-width:75px}.table-container>table>*{line-height:2rem}th{text-align:left;border-bottom:2px solid var(--gray);padding:.4rem .7rem}td{padding:.2rem .7rem}tr{border-bottom:1px solid var(--lightgray)}tr:last-child{border-bottom:none}img{content-visibility:auto;border-radius:8px;max-width:100%;margin:1.5rem 0}p>img+em{display:block;transform:translateY(-1rem)}hr{background-color:var(--lightgray);border:none;width:100%;height:1px;margin:2rem auto}audio,video{border-radius:5px;width:100%}.spacer{flex:2 auto}div:has(>.overflow){max-height:100%;overflow-y:hidden}ul.overflow,ol.overflow{content:"";clear:both;width:100%;max-height:100%;margin-bottom:0;overflow-y:auto}ul.overflow>li.overflow-end,ol.overflow>li.overflow-end{height:.5rem;margin:0}ul.overflow.gradient-active,ol.overflow.gradient-active{-webkit-mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 50px),#0000 100%)}.transclude ul{padding-left:1rem}.katex-display{display:initial;overflow:auto hidden}.external-embed.youtube,iframe.pdf{aspect-ratio:16/9;border-radius:5px;width:100%;height:100%}.navigation-progress{background:var(--secondary);z-index:9999;width:0;height:3px;transition:width .2s;position:fixed;top:0;left:0}#quartz-root .page>.center{max-width:800px;margin-left:auto;margin-right:auto;padding-top:4.5rem;padding-left:1.5rem;padding-right:1.5rem}article{font-size:1rem;line-height:1.75}.portfolio-landing{background:var(--light);width:100%;min-height:100vh}.portfolio-landing .intro-hero{justify-content:center;align-items:center;min-height:100vh;padding-top:96px;padding-bottom:3.5rem;display:flex}.portfolio-landing .intro-hero .intro-container{text-align:center;max-width:720px;margin:0 auto;padding:2.5rem 2rem 0}@media (max-width:768px){.portfolio-landing .intro-hero .intro-container{padding:2rem 1.25rem 0}}.portfolio-landing .intro-hero .intro-title{color:var(--dark);margin-bottom:.9rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.1}.portfolio-landing .intro-hero .intro-subtitle{color:var(--darkgray);margin-bottom:1.8rem;font-size:.95rem}.portfolio-landing .intro-hero .intro-actions{gap:.75rem;display:inline-flex}@media (max-width:480px){.portfolio-landing .intro-hero .intro-actions{flex-direction:column;width:100%}}.portfolio-landing .intro-hero .intro-button{letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--dark);border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1.7rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 10px 18px #0f172a1f}.portfolio-landing .intro-hero .intro-button.primary{background:var(--dark);color:var(--light)}.portfolio-landing .intro-hero .intro-button.primary:hover{background:var(--darkgray);border-color:var(--darkgray)}.portfolio-landing .intro-hero .intro-button.secondary{background:var(--light);color:var(--dark)}.portfolio-landing .intro-hero .intro-button.secondary:hover{background:var(--lightgray)}@media (max-width:480px){.portfolio-landing .intro-hero .intro-button{width:100%}}.portfolio-landing .portfolio-nav{z-index:100;background:var(--light);border-bottom:1px solid var(--lightgray);padding:1rem 0;position:fixed;top:0;left:0;right:0;box-shadow:0 1px #0f172a0f}.portfolio-landing .portfolio-nav .nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}@media (max-width:768px){.portfolio-landing .portfolio-nav .nav-container{padding:0 1rem}}.portfolio-landing .portfolio-nav .nav-logo{background:var(--dark);width:34px;height:34px;color:var(--light);border-radius:999px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 8px 16px #0f172a2e}.portfolio-landing .portfolio-nav .nav-logo svg{width:18px;height:18px}.portfolio-landing .portfolio-nav .nav-links{gap:2rem;display:flex}@media (max-width:768px){.portfolio-landing .portfolio-nav .nav-links{gap:1rem}}.portfolio-landing .portfolio-nav .nav-links .nav-link{color:var(--dark);font-size:.95rem;font-weight:400;text-decoration:none;transition:color .3s}.portfolio-landing .portfolio-nav .nav-links .nav-link:hover{color:var(--secondary)}.portfolio-landing .hero-section{align-items:center;min-height:100vh;padding-top:0;padding-bottom:3.5rem;display:flex}.portfolio-landing .hero-section .hero-container{width:100%;max-width:1440px;margin:0 auto;padding:0 3rem}@media (max-width:768px){.portfolio-landing .hero-section .hero-container{padding:0 1rem}}.portfolio-landing .hero-section .hero-content{grid-template-columns:1fr 400px;align-items:center;gap:4rem;display:grid}@media (max-width:768px){.portfolio-landing .hero-section .hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}}.portfolio-landing .hero-section .hero-text{padding:1rem 0}.portfolio-landing .hero-section .hero-text .hero-title{color:var(--dark);margin-bottom:1rem;font-size:2.4rem;font-weight:700;line-height:1.1}@media (max-width:768px){.portfolio-landing .hero-section .hero-text .hero-title{font-size:1.8rem}}.portfolio-landing .hero-section .hero-text .hero-subtitle{color:var(--darkgray);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;font-size:.9rem;font-weight:500}.portfolio-landing .hero-section .hero-text .contact-button{background:var(--dark);color:var(--light);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:none;padding:.7rem 1.7rem;font-size:.9rem;font-weight:500;transition:background .3s}.portfolio-landing .hero-section .hero-text .contact-button:hover{background:var(--darkgray)}.portfolio-landing .hero-section .hero-image{justify-content:center;display:flex}.portfolio-landing .hero-section .hero-image .profile-photo{background:var(--lightgray);border-radius:20px;justify-content:center;align-items:center;width:420px;height:420px;display:flex;overflow:hidden}@media (max-width:768px){.portfolio-landing .hero-section .hero-image .profile-photo{width:250px;height:250px}}.portfolio-landing .hero-section .hero-image .profile-photo img{object-fit:cover;width:100%;height:100%}.portfolio-landing .hero-section .hero-image .profile-photo .profile-placeholder{color:var(--darkgray);font-size:4rem;font-weight:700}@media (max-width:768px){.portfolio-landing .hero-section .hero-image .profile-photo .profile-placeholder{font-size:3rem}}.portfolio-landing .university-section{background:var(--light);min-height:100vh;padding:4rem 0}.portfolio-landing .university-section .university-container{grid-template-columns:200px 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}@media (max-width:768px){.portfolio-landing .university-section .university-container{text-align:center;grid-template-columns:1fr;gap:2rem;padding:0 1rem}}.portfolio-landing .university-section .university-logo{justify-content:center;align-items:center;display:flex}.portfolio-landing .university-section .university-logo img{width:200px;height:auto}@media (max-width:768px){.portfolio-landing .university-section .university-logo img{width:120px}}.portfolio-landing .university-section .university-logo .university-logo-placeholder{color:#fff;background:#284b63;border-radius:10px;justify-content:center;align-items:center;width:150px;height:100px;font-size:1.5rem;font-weight:700;display:flex}@media (max-width:768px){.portfolio-landing .university-section .university-logo .university-logo-placeholder{width:120px;height:80px;font-size:1.2rem}}.portfolio-landing .university-section .university-content .university-title{color:var(--dark);margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.1}@media (max-width:768px){.portfolio-landing .university-section .university-content .university-title{font-size:1.5rem}}.portfolio-landing .university-section .university-content .university-subtitle{color:var(--darkgray);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;font-size:.9rem;font-weight:500}.portfolio-landing .university-section .university-content .university-button{background:var(--dark);color:var(--light);letter-spacing:.05em;cursor:pointer;border:none;padding:.8rem 2rem;font-size:.9rem;font-weight:500;transition:background .3s}.portfolio-landing .university-section .university-content .university-button:hover{background:var(--darkgray)}.portfolio-landing .projects-section{background:var(--light);min-height:100vh;padding:4rem 0}.portfolio-landing .projects-section .projects-container{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}@media (max-width:768px){.portfolio-landing .projects-section .projects-container{grid-template-columns:1fr;padding:0 1rem}}.portfolio-landing .projects-section .project-card{aspect-ratio:4/5;cursor:pointer;border-radius:20px;transition:transform .3s;position:relative;overflow:hidden}.portfolio-landing .projects-section .project-card:hover{transform:translateY(-5px)}.portfolio-landing .projects-section .project-card .project-texture{background-repeat:no-repeat;background-size:cover;width:100%;height:58%;position:absolute;top:0;left:0}.portfolio-landing .projects-section .project-card .project-content{background:var(--light);padding:2rem;position:absolute;bottom:0;left:0;right:0}.portfolio-landing .projects-section .project-card .project-content h3{color:var(--dark);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.portfolio-landing .projects-section .project-card .project-content p{color:var(--darkgray);font-size:.95rem;line-height:1.5}.portfolio-landing .projects-section .project-card.project-1 .project-texture{background-color:#0000;background-image:radial-gradient(circle at 20% 20%,#ffffff4d 1px,#0000 1px),radial-gradient(circle at 80% 80%,#ffffff4d 1px,#0000 1px),radial-gradient(circle at 40% 60%,#fff3 1px,#0000 1px);background-position:0 0;background-repeat:repeat;background-size:20px 20px,25px 25px,15px 15px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box}.portfolio-landing .projects-section .project-card.project-2 .project-texture{background-color:#0000;background-image:radial-gradient(circle at 30% 30%,#ff6b7d 15px,#0000 15px),radial-gradient(circle at 70% 70%,#ff6b7d 10px,#0000 10px),radial-gradient(circle at 50% 20%,#ff6b7d 8px,#0000 8px);background-position:0 0;background-repeat:repeat;background-size:60px 60px,40px 40px,30px 30px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box}.portfolio-landing .projects-section .project-card.project-3 .project-texture{background-color:#0000;background-image:repeating-linear-gradient(45deg,#fff3 0 2px,#0000 2px 8px),repeating-linear-gradient(-45deg,#ffffff1a 0 1px,#0000 1px 6px);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box}.portfolio-landing-page .left-sidebar,.portfolio-landing-page .right-sidebar,.portfolio-landing-page .page-header,.portfolio-landing-page .breadcrumb-container,.portfolio-landing-page .article-title,.portfolio-landing-page .content-meta,.portfolio-landing-page .tag-list{display:none!important}.portfolio-landing-page .center{max-width:none!important;margin:0!important;padding:0!important}.portfolio-landing-page .page{max-width:none!important;margin:0!important}body[data-slug=notes]{--color-bg:#fff;--color-text:#000;--color-muted:#000;--color-border:#000;--hero-name:#000;--max-width-wide:720px;--nav-max-width:1100px;color:var(--color-text);font-family:Raleway,Josefin Sans,sans-serif;background-color:var(--color-bg)!important}body[data-slug=notes] .page>#quartz-body{background-color:var(--color-bg);display:block!important}body[data-slug=notes] .page>#quartz-body>.sidebar.left,body[data-slug=notes] .page>#quartz-body>.sidebar.right{display:none!important}body[data-slug=notes] .page>#quartz-body>.center{max-width:var(--max-width-wide);box-sizing:border-box;background:0 0;margin:0 auto;padding:0 2rem}@media (min-width:640px){body[data-slug=notes] .page>#quartz-body>.center{padding:0 3rem}}@media (min-width:900px){body[data-slug=notes] .page>#quartz-body>.center{padding:0 4rem}}body[data-slug=notes][data-slug=notes] .center>article,body[data-slug=notes][data-slug=notes] .center>hr{display:none!important}body[data-slug=notes] .blog-index{max-width:var(--max-width-wide);width:100%;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;padding-top:1rem}body[data-slug=notes] .blog-index-top-line{display:none}body[data-slug=notes] .blog-index-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem}body[data-slug=notes] .blog-index-count{color:#000;margin:0;font-size:.95rem}body[data-slug=notes] .blog-year-group{width:100%;margin:0 auto 2rem}body[data-slug=notes] .blog-year-heading{color:#000;margin:0 0 1rem;padding-bottom:0;font-size:1.25rem;font-weight:600;display:inline-block}body[data-slug=notes] .blog-month-group{margin-bottom:1.5rem}body[data-slug=notes] .blog-month-heading{color:#000;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .6rem;font-size:.9rem;font-weight:600}body[data-slug=notes] .blog-month-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}body[data-slug=notes] .blog-post-item{line-height:1.4}body[data-slug=notes] .blog-post-card{--card-accent:#eb5c79;background:#fff;border-bottom:1px solid #e0e0e0;border-left:3px solid #0000;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;width:100%;padding:.65rem 1rem;transition:border-color .2s,background-color .2s;display:grid;text-decoration:none!important}body[data-slug=notes] .blog-post-item:first-child .blog-post-card{border-top:1px solid #e0e0e0}body[data-slug=notes] .blog-post-card:hover{border-left-color:var(--card-accent);background-color:color-mix(in srgb,var(--card-accent)4%,#fff)}body[data-slug=notes] .blog-post-link{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.9rem;font-weight:400;transition:color .2s;overflow:hidden;color:#1a1a1a!important}body[data-slug=notes] .blog-post-card:hover .blog-post-link{color:var(--card-accent)!important}body[data-slug=notes] .blog-post-date-bar{color:#999;font-variant-numeric:tabular-nums;white-space:nowrap;background:0 0;border-radius:0;flex-shrink:0;justify-self:end;padding:0;font-size:.8rem;font-weight:400;transition:color .2s}body[data-slug=notes] .blog-post-card:hover .blog-post-date-bar{color:var(--card-accent)}body[data-slug=notes] .tags,body[data-slug=notes] ul.tags,body[data-slug=notes] .tag-link,body[data-slug=notes] a.internal.tag-link,body[data-slug=notes] article .tag-link,body[data-slug=notes] .center .tags{display:none!important}body[data-slug=notes] footer{max-width:var(--max-width-wide);text-align:center;border-top:1px solid var(--color-border);color:#000;margin:0 auto;padding:2rem 2rem 2.5rem;font-size:.9rem}body[data-slug=notes] footer a{color:var(--color-muted);text-decoration:none}body[data-slug=notes] footer a:hover{color:var(--color-text)}:root{--light:#fff;--lightgray:#f0f0f0;--gray:#b0b0b0;--darkgray:#4a4a4a;--dark:#1a1a1a;--secondary:#1a1a1a;--tertiary:#555;--highlight:#0000000a;--textHighlight:#fff23688;--titleFont:"Inter",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--headerFont:"Inter",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bodyFont:"Inter",system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--codeFont:"JetBrains Mono",ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}:root[saved-theme=dark]{--light:#141414;--lightgray:#2a2a2a;--gray:#646464;--darkgray:#d4d4d4;--dark:#eee;--secondary:#e0e0e0;--tertiary:#aaa;--highlight:#ffffff0f;--textHighlight:#b3aa0288}