header{margin:0;padding:0;display:block}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}.darkmode{cursor:pointer;width:22px;height:22px;text-align:inherit;color:var(--darkgray);background:0 0;border:none;flex-shrink:0;margin:0;padding:0;transition:color .3s;position:relative}.darkmode:hover{color:var(--dark)}.darkmode svg{stroke:currentColor;fill:none;width:22px;height:22px;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .3s;position:absolute;top:0;left:0}:root[saved-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[saved-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root .darkmode>.dayIcon{opacity:0;transform:rotate(90deg)scale(.6)}:root .darkmode>.nightIcon,:root[saved-theme=dark] .darkmode>.dayIcon{opacity:1;transform:rotate(0)scale(1)}:root[saved-theme=dark] .darkmode>.nightIcon{opacity:0;transform:rotate(-90deg)scale(.6)}.site-navbar{justify-content:space-between;align-items:center;width:100%;padding:1.5rem 0;display:flex}.navbar-title{color:var(--dark);white-space:nowrap;font-family:Noto Sans SC,Inter,-apple-system,sans-serif;font-size:1.5rem;font-weight:700;transition:color .2s;position:relative;border-bottom:none!important;text-decoration:none!important}.navbar-title:hover{color:var(--dark)}.navbar-right{align-items:center;display:flex}@media (max-width:480px){.navbar-title{font-size:1.25rem}}.article-title{margin:2rem 0 0}.content-meta{color:var(--darkgray);margin-top:0}.content-meta[show-comma=true]>:not(:last-child){margin-right:8px}.content-meta[show-comma=true]>:not(:last-child):after{content:","}.homepage{margin-top:0}.hp-hero{align-items:center;gap:3rem;width:100%;padding:0 0 5rem;display:flex}.hp-hero-text{flex:1;min-width:0}.hp-name{letter-spacing:-.03em;color:var(--dark);margin:0 0 1.5rem;font-size:3rem;font-weight:700;line-height:1.1;overflow:hidden}.hp-name-reveal{white-space:nowrap;max-width:0;animation:1s forwards reveal;display:inline-block;overflow:hidden}@keyframes reveal{0%{max-width:0}to{max-width:20ch}}.hp-bio{color:var(--darkgray);margin:0 0 2rem;font-size:1.125rem;line-height:1.8}.hp-tagline{margin:0}.hp-tagline-blur{letter-spacing:-.01em;color:var(--darkgray);-webkit-text-fill-color:var(--darkgray);background:0 0;-webkit-background-clip:unset;background-clip:unset;font-size:1.5rem;font-style:italic;font-weight:600;animation:2s forwards blurReveal;display:inline-block}@keyframes blurReveal{0%{filter:blur(12px);opacity:0}to{filter:blur();opacity:1}}.hp-avatar{object-fit:cover;border:none;border-radius:16px;flex:0 0 40%;width:40%;max-height:420px;margin:0;position:static;transform:none;box-shadow:0 12px 40px #0000001a}@media (max-width:768px){.hp-hero{text-align:left;flex-direction:column-reverse;align-items:flex-start;gap:1.5rem;padding:0 0 3rem}.hp-hero-text{max-width:100%}.hp-name{font-size:1.5rem}.hp-name-reveal{animation:1s forwards reveal}.hp-avatar{border-radius:12px;flex:none;width:100%;max-height:none}.hp-tagline{display:flex}.hp-section{margin-bottom:2.5rem}.hp-section-head{margin-bottom:1.5rem}.hp-section-title{font-size:1.5rem}}.hp-section{margin-bottom:4rem}.hp-section-head{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.hp-section-title{letter-spacing:-.02em;color:var(--dark);margin:0;font-size:2.25rem;font-weight:700;line-height:1.25}.hp-section-sub{color:var(--gray);margin:.5rem 0 0;font-size:1.125rem}.hp-see-all{color:var(--darkgray);border-bottom:none;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex;position:relative}.hp-see-all:after{content:"";transform-origin:0;background:currentColor;width:calc(100% - 26px);height:2px;transition:transform .25s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.hp-see-all:hover:after{transform:scaleX(1)}.hp-see-all:hover{color:var(--dark)}.hp-see-all svg{stroke:currentColor;transition:transform .2s}.hp-see-all:hover svg{transform:translate(3px)}.hp-articles{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}@media (max-width:768px){.hp-articles{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:480px){.hp-articles{grid-template-columns:1fr}.hp-card:nth-child(n+4){display:none}.hp-card-img{aspect-ratio:16/10}}.hp-card{background:0 0;border-bottom:none;flex-direction:column;padding:0;text-decoration:none;display:flex;position:relative}.hp-card:hover .hp-card-title{color:var(--dark)}.hp-card-img{aspect-ratio:4/3;background:var(--lightgray);outline-offset:4px;border-radius:12px;outline:2px solid #0000;width:100%;margin-bottom:1.25rem;transition:outline-color .3s,box-shadow .3s;overflow:hidden}.hp-card:hover .hp-card-img{outline-color:var(--gray);border-radius:12px;box-shadow:0 0 16px #6b728026}.hp-card-img img{object-fit:cover;border:none;border-radius:0;width:100%;max-width:100%;height:100%;margin:0;transition:transform .4s;position:static;transform:scale(1)}@media (hover:hover){.hp-card:hover .hp-card-img img{transform:scale(1.05)}}.hp-card-body{padding:0}.hp-card-meta{color:var(--gray);justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:flex}.hp-card-date{white-space:nowrap;flex-shrink:0}.hp-card-tags{text-align:right;color:var(--gray);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.hp-card-title{color:var(--dark);margin:0;font-size:1.25rem;font-weight:500;line-height:1.35;transition:color .2s}.hp-projects{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}@media (max-width:768px){.hp-projects{grid-template-columns:1fr;gap:1.5rem}.hp-proj-card{gap:.75rem;padding:1.5rem}}.hp-proj-card{background:var(--highlight);border:1px solid var(--lightgray);border-radius:16px;flex-direction:column;gap:1rem;padding:2.75rem;transition:transform .3s,box-shadow .3s;display:flex}@media (hover:hover){.hp-proj-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}}.hp-proj-img-area{aspect-ratio:5/3;border:1px solid var(--lightgray);background:0 0;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hp-proj-grid-bg{background-image:linear-gradient(var(--lightgray) 1px, transparent 1px), linear-gradient(90deg, var(--lightgray) 1px, transparent 1px);background-size:10% 16.6667%;position:absolute;inset:0}.hp-proj-img{z-index:1;object-fit:contain;width:auto;max-width:80%;height:75%;box-shadow:none;filter:drop-shadow(0 8px 24px #0000001f);border:none;border-radius:0;margin:0;position:relative}.hp-proj-bottom{justify-content:space-between;align-items:flex-end;gap:1rem;padding-bottom:.5rem;display:flex}.hp-proj-info{flex:1}.hp-proj-name{color:var(--dark);letter-spacing:-.01em;margin:0 0 .2rem;font-size:1.625rem;font-weight:600}.hp-proj-desc{color:var(--darkgray);margin:0;font-size:.95rem;line-height:1.5}.hp-proj-btn{color:var(--darkgray);border:1px solid var(--lightgray);white-space:nowrap;cursor:pointer;border-radius:999px;flex-shrink:0;align-items:center;gap:.3rem;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hp-proj-btn:hover{background:var(--light);border-color:var(--gray)}.hp-proj-btn-off{color:var(--darkgray);border-color:var(--gray);cursor:default}.hp-proj-btn-off:hover{border-color:var(--gray);color:var(--darkgray);background:0 0}.hp-proj-btn:active,.hp-see-all:active{transform:scale(.97)}.backlinks{flex-direction:column}.backlinks>h3{margin:0;font-size:1rem}.backlinks>ul.overflow{overscroll-behavior:contain;max-height:calc(100% - 2rem);margin:.5rem 0;padding:0;list-style:none}.backlinks>ul.overflow>li>a{background-color:#0000}.footer-inner{justify-content:space-between;align-items:center;display:flex}.footer-copyright{color:var(--gray);text-align:left;margin:0;font-family:Noto Sans SC,Inter,sans-serif;font-size:1.125rem}.footer-social{align-items:center;gap:1rem;display:flex}.social-icon{color:var(--gray);cursor:pointer;justify-content:center;align-items:center;padding:.35rem;transition:color .2s;display:flex;text-decoration:none!important}.social-icon:hover{color:var(--dark);text-decoration:none!important}.social-icon svg{fill:currentColor;stroke:none;width:1.375rem;height:1.375rem}.social-wiggle:hover svg,.social-github:hover svg{animation:.5s ease-in-out wiggle}.social-wechat:hover{color:#00c800}.social-xhs:hover{color:#ff2e4d}.wechat-wrap{position:relative}.wechat-qr{background:var(--light);border:1px solid var(--lightgray);z-index:100;opacity:0;visibility:hidden;border-radius:8px;padding:.5rem;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)scale(.9);box-shadow:0 4px 20px #0000001f}.wechat-qr img{border:none;border-radius:4px;width:160px;max-width:160px;height:160px;margin:0;display:block;position:static;left:auto;transform:none}.wechat-wrap:hover .wechat-qr{opacity:1;visibility:visible;transform:translate(-50%)scale(1)}@media (max-width:768px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:center}.footer-copyright{font-size:.8rem}.footer-copyright .footer-rights{display:none}.footer-social{gap:.4rem}.social-icon svg{width:1.125rem;height:1.125rem}}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}body[data-slug^=tags\/] .page-header>.popover-hint,body[data-slug=tags] .page-header>.popover-hint,body[data-slug^=tags\/] .center>hr,body[data-slug=tags] .center>hr{display:none}.tag-index-layout{gap:3rem;margin-top:1rem;display:flex}.tag-index-sidebar{flex-shrink:0;align-self:flex-start;min-width:160px;max-width:200px;position:sticky;top:5rem}.tag-index-sidebar>ul{margin:0;padding:0;list-style:none}.tag-index-sidebar li{margin:0;padding:0}.tag-sidebar-link{border-radius:6px;justify-content:space-between;align-items:center;padding:.4rem .75rem;font-size:.9rem;transition:background-color .15s,color .15s;display:flex;color:var(--darkgray)!important;border-bottom:none!important;text-decoration:none!important}.tag-sidebar-link:hover{background-color:var(--highlight);color:var(--dark)!important}.tag-sidebar-count{color:var(--gray);text-align:right;min-width:1.5em;font-size:.8rem}.tag-index-main{flex:1;min-width:0}.tag-group{margin-bottom:2.5rem}.tag-group-title{border-bottom:1px solid var(--lightgray);align-items:center;gap:.5rem;padding-bottom:.5rem;display:flex;margin:0 0 .75rem!important;font-size:18px!important;font-weight:600!important}.tag-group-title a.internal.tag-link{color:var(--dark);border-bottom:none;font-size:18px}.tag-group-title a.internal.tag-link:hover{color:var(--secondary)}.tag-group-title-text{color:var(--dark);font-size:18px}.tag-group-count{color:var(--gray);font-size:.8rem;font-weight:400}.tag-group-list{margin:0;padding:0;list-style:none}.tag-group-item{grid-template-columns:fit-content(8em) 1fr auto;align-items:baseline;gap:1.25rem;padding:.65rem 0;display:grid}.tag-group-date{color:var(--gray);white-space:nowrap;font-size:.9rem}a.tag-group-article-title{text-overflow:ellipsis;white-space:nowrap;font-size:1.05rem;font-weight:400;overflow:hidden;color:var(--darkgray)!important;border-bottom:none!important;text-decoration:none!important}a.tag-group-article-title:hover{color:var(--secondary)!important}.tag-group-tags{white-space:nowrap;justify-content:flex-end;gap:.5rem;display:flex}.tag-group-tags a.internal.tag-link{color:var(--gray);border-bottom:none;font-size:.85rem}.tag-group-tags a.internal.tag-link:hover{color:var(--dark)}.tag-group-more{margin-top:.5rem;font-size:.85rem;display:inline-block;color:var(--gray)!important;border-bottom:none!important;text-decoration:none!important}.tag-group-more:hover{color:var(--secondary)!important}@media (max-width:768px){.tag-index-layout{flex-direction:column;gap:1.5rem}.tag-index-sidebar{min-width:0;max-width:100%;position:static}.tag-index-sidebar>ul{flex-wrap:wrap;gap:.25rem;display:flex}.tag-sidebar-link{padding:.3rem .6rem;font-size:.8rem}.tag-group-item{grid-template-columns:fit-content(6em) 1fr}.tag-group-tags{display:none}}@keyframes dropin{0%{opacity:0;visibility:hidden}1%{opacity:0}to{opacity:1;visibility:visible}}.popover{z-index:999;will-change:transform;padding:1rem;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}.popover{visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}@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;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{--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")}.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);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:600;text-decoration:none;transition:color .2s}a.internal{background-color:var(--highlight);border-radius:5px;padding:0 .1rem;line-height:1.4rem;text-decoration:none}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}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.flex-component,.desktop-only{display:none}}.mobile-only,.mobile-only.flex-component{display:none}@media (max-width:800px){.mobile-only.flex-component{display:flex}.mobile-only{display:initial}}.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(--secondary);margin:1rem 0;padding-left:1rem;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{margin-top:2.25rem;margin-bottom:1rem;font-size:1.75rem}h2{margin-top:1.9rem;margin-bottom:1rem;font-size:1.4rem}h3{margin-top:1.62rem;margin-bottom:1rem;font-size:1.12rem}h4,h5,h6{margin-top:1.5rem;margin-bottom:1rem;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.6rem}.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:5px;max-width:100%;margin:1rem 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}*{-webkit-tap-highlight-color:transparent}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--darkgray);background-color:var(--light);font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;line-height:1.75;transition:background-color .5s,color .5s}h1,h2,h3,h4,h5,h6,thead{color:var(--dark);font-family:Inter,Noto Sans SC,-apple-system,sans-serif}html{overflow-x:hidden}.page{max-width:1280px;margin:0 auto;padding:0 10vw;overflow:visible}@media (min-width:1280px){.page{padding:0 2.5rem}}@media (max-width:480px){.page{padding:0 1.25rem}}.page>#quartz-body{flex-direction:column;min-height:100vh;padding:0!important;display:flex!important}.page>#quartz-body .sidebar.left,.page>#quartz-body .sidebar.right{display:none}.page>#quartz-body .center{flex:1;max-width:100%}.page>#quartz-body .page-header{margin:0}.page>#quartz-body .page-header>header{gap:0;margin:0;padding:0;display:block}body[data-slug=index] .page-header{margin-top:0!important}body:not([data-slug=index]) .center{margin:0 auto;max-width:1280px!important}body:not([data-slug=index]) article{max-width:800px;margin-left:auto;margin-right:auto}body:not([data-slug=index]) article img,body:not([data-slug=index]) article video{width:min(100vw - 2.5rem,1280px);max-width:none;margin-left:50%;transform:translate(-50%)}@media (max-width:1279px) and (min-width:481px){body:not([data-slug=index]) article img,body:not([data-slug=index]) article video{width:80vw}}@media (max-width:480px){body:not([data-slug=index]) article img,body:not([data-slug=index]) article video{width:calc(100vw - 2.5rem)}}body:not([data-slug=index]) article img[alt~=narrow]{width:100%;max-width:100%;margin-left:0;transform:none}body:not([data-slug=index]) article .img-grid{width:min(100vw - 2.5rem,1280px);max-width:none;margin-left:50%;transform:translate(-50%)}@media (max-width:1279px) and (min-width:481px){body:not([data-slug=index]) article .img-grid{width:80vw}}@media (max-width:480px){body:not([data-slug=index]) article .img-grid{width:calc(100vw - 2.5rem)}}body:not([data-slug=index]) article .img-grid img{width:100%;max-width:100%;margin-left:0;transform:none}article>h1,.article-title{letter-spacing:-.03em;color:var(--dark);margin-top:0;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1.15}@media (max-width:768px){article>h1,.article-title{font-size:2rem}}.content-meta{color:var(--gray);justify-content:space-between;align-items:baseline;margin-bottom:2rem;font-size:1.125rem;display:flex}.content-meta-date{color:var(--gray)}.content-meta-tags{color:var(--gray);font-size:1.125rem}.content-meta-tags a.internal.tag-link{color:var(--gray);background-color:#0000;border-radius:0;padding:0;font-size:1.125rem;text-decoration:none}.content-meta-tags a.internal.tag-link:before{content:none}.content-meta-tags a.internal.tag-link:hover{color:var(--dark)}.article-hero-image{border-radius:16px;width:100%;margin:0 0 3rem;overflow:hidden}.article-hero-image img{width:100%;height:auto;display:block;border:none!important;border-radius:0!important;max-width:100%!important;margin:0!important;position:static!important;left:auto!important;transform:none!important}h1{letter-spacing:-.03em;margin-top:3.5rem;margin-bottom:.75rem;font-size:3rem;font-weight:700;line-height:1.25}@media (max-width:768px){h1{font-size:2rem}}h2{letter-spacing:-.02em;margin-top:3.5rem;margin-bottom:.75rem;font-size:2.25rem;font-weight:700;line-height:1.25}@media (max-width:768px){h2{font-size:1.75rem}}h3{letter-spacing:-.01em;margin-top:3rem;margin-bottom:.5rem;font-size:1.875rem;font-weight:500}@media (max-width:768px){h3{font-size:1.5rem}}h4{margin-top:2.5rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:500}h5,h6{margin-top:2rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:500}h2+p,h3+p,h4+p{margin-top:.5rem}article p{margin:1.75rem 0;font-size:1.125rem;line-height:1.75}article img{border:none;border-radius:12px;margin:2.5rem 0;display:block}article blockquote{border-left:4px solid var(--secondary);color:var(--gray);margin:2.5rem 0;padding-left:1.5rem;font-size:1.1rem;font-style:normal;line-height:1.7}article em{font-style:normal;font-weight:600}article strong{color:var(--dark);font-weight:700}article video{border:none;border-radius:12px;margin:2.5rem 0;display:block}article ol{margin:1.75rem 0;padding-left:1.75rem;font-size:1.125rem;list-style-type:decimal}article ol li{margin-bottom:.6rem;padding-left:.35rem;line-height:1.75}article ul:not(.tags):not(.tag-list):not(.tag-section-list):not(.overflow):not(nav ul){margin:1.75rem 0;padding-left:1.75rem;font-size:1.125rem;list-style:outside}article ul:not(.tags):not(.tag-list):not(.tag-section-list):not(.overflow):not(nav ul) li{margin-bottom:.6rem;line-height:1.75}article ul:not(.tags):not(.tag-list):not(.tag-section-list):not(.overflow):not(nav ul) li:before{content:none}a{font-weight:inherit;color:var(--secondary);text-decoration:none;transition:color .2s;position:relative}a:hover{color:var(--dark)}a:active{opacity:.7}.underlined{position:relative;text-decoration:none!important}.underlined:after{content:"";transform-origin:0;background:currentColor;width:100%;height:2px;transition:transform .25s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.underlined:hover:after{transform:scaleX(1)}a.internal{font-weight:inherit;border-bottom:1.5px solid var(--lightgray);background-color:#0000;border-radius:0;padding:0;text-decoration:none;transition:border-color .2s,color .2s}a.internal:hover{border-color:var(--secondary);color:var(--dark)}a.internal.tag-link{color:var(--gray);border-bottom:none;font-size:.85rem;text-decoration:none}a.internal.tag-link:hover{color:var(--dark)}.page-title a,.navbar-title{border-bottom:none;text-decoration:none}code{background-color:var(--highlight);color:var(--dark);border-radius:6px;padding:.2em .5em;font-family:JetBrains Mono,Menlo,Monaco,monospace;font-size:.85em;font-weight:500}[saved-theme=dark] code,:root[saved-theme=dark] code{background-color:#ffffff14}pre{background-color:#1e1e2e;border:none;border-radius:12px;margin:2.5rem 0;padding:1.5rem;line-height:1.6;overflow-x:auto}pre code{color:inherit;background:0 0;padding:0;font-size:.85rem;font-weight:400}.center>article+hr{display:none!important}footer{border:none;border-top:1px solid var(--lightgray);margin-top:auto;padding:2rem 0}.backlinks{border-top:1px solid var(--lightgray);margin-top:4rem;padding-top:2rem}.backlinks>h3{color:var(--gray);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.backlinks ul{padding-left:0;list-style:none}.backlinks ul li{padding:.3rem 0}.backlinks ul li:before{display:none}.backlinks ul li a{color:var(--secondary);border-bottom:none;text-decoration:none}.backlinks ul li a:hover{color:var(--dark)}a[href$=\.pdf]:before,a[href$=\.zip]:before,a[href$=\.docx]:before,a[href$=\.xlsx]:before{content:"📎 "}.breadcrumb-container{display:none}.darkmode{margin:0;padding:0;text-decoration:none}.darkmode:hover{text-decoration:none}sup{font-size:.625rem;line-height:0}sup a[data-footnote-ref]{color:var(--secondary);background-color:#0000;border-bottom:none;padding:0;font-weight:500;text-decoration:none}sup a[data-footnote-ref]:hover{color:var(--dark)}.footnotes{border-top:1px solid var(--lightgray);margin-top:4rem;padding-top:2rem}.footnotes h2.sr-only{display:none}.footnotes ol{color:var(--gray);padding-left:1.25rem;font-size:.875rem;list-style-type:decimal}.footnotes ol li{margin-bottom:.75rem;line-height:1.6}.footnotes ol li:before{content:none}.footnotes ol li p{color:var(--gray);margin:0;font-size:.875rem;line-height:1.6}.footnotes ol li a{color:var(--gray);border-bottom:none}.footnotes ol li a[data-footnote-backref]{color:var(--secondary);font-size:0;text-decoration:none}.footnotes ol li a[data-footnote-backref]:after{content:"↑";color:var(--secondary);margin-left:.25rem;font-size:.75rem}.footnotes ol li a[data-footnote-backref]:hover:after{color:var(--dark)}.footnotes a[data-footnote-backref]{pointer-events:auto}@media (min-width:1600px){body:not([data-slug=index]) article{position:relative}.footnotes{border-top:none;width:240px;margin-top:0;padding-top:0;position:absolute;top:0;right:-280px}.footnotes ol{counter-reset:sidenote;padding-left:0;list-style:none;position:relative}.footnotes ol li{counter-increment:sidenote;width:240px;margin-bottom:0;position:absolute}.footnotes ol li:before{content:counter(sidenote) ". ";color:var(--secondary);font-size:.6875rem;font-weight:700}.footnotes ol li p{display:inline}.footnotes ol li a[data-footnote-backref]{display:none}}.popover .popover-inner img,.popover .popover-inner video{height:auto;width:100%!important;max-width:100%!important;margin-left:0!important;position:static!important;left:auto!important;transform:none!important}.popover .popover-inner .img-grid{width:100%!important;max-width:100%!important;margin-left:0!important;transform:none!important}.explorer,.tag-list,.page-header>.popover-hint>ul.tags{display:none}ul.tags{flex-wrap:wrap;gap:.5rem;padding:0;list-style:none;display:flex}ul.tags li{padding-left:0}ul.tags li:before{display:none}@keyframes wiggle{0%{transform:rotate(0)}15%{transform:rotate(-12deg)}30%{transform:rotate(10deg)}45%{transform:rotate(-8deg)}60%{transform:rotate(6deg)}75%{transform:rotate(-3deg)}to{transform:rotate(0)}}.img-grid{grid-template-columns:1fr 1fr;gap:1rem;margin:2.5rem 0;display:grid}@media (max-width:768px){.img-grid{grid-template-columns:1fr}}.img-grid img{border-radius:12px;width:100%;max-width:100%;margin:0}.callout[data-callout=grid]{box-shadow:none;background:0 0;border:none;width:min(100vw - 2.5rem,1280px);max-width:none;margin-left:50%;padding:0;transform:translate(-50%)}@media (max-width:1279px) and (min-width:481px){.callout[data-callout=grid]{width:80vw}}@media (max-width:480px){.callout[data-callout=grid]{width:calc(100vw - 2.5rem)}}.callout[data-callout=grid] .callout-title{display:none}.callout[data-callout=grid] .callout-content{grid-template-columns:1fr 1fr;gap:1rem;padding:0;display:grid}@media (max-width:480px){.callout[data-callout=grid] .callout-content{grid-template-columns:1fr}}.callout[data-callout=grid] .callout-content p{margin:0}.callout[data-callout=grid] .callout-content img{border-radius:12px;width:100%;max-width:100%;margin:0;transform:none}:root{--light:#fff;--lightgray:#e5e5e5;--gray:#6b7280;--darkgray:#171717;--dark:#000;--secondary:#525252;--tertiary:#737373;--highlight:#0000000a;--textHighlight:#fff23688;--titleFont:"Noto Sans SC", 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:#1a1a1a;--lightgray:#ffffff1a;--gray:#afafaf;--darkgray:#eaeaea;--dark:#f2f2f2;--secondary:#a3a3a3;--tertiary:#737373;--highlight:#ffffff0d;--textHighlight:#b3aa0288}