:root{--bg-color:#fafafa;--code-bg-color:#f4f4f4;--text-color:#212121;--secondary-color:#808080;--tertiary-color:#b0b0b0;--link-color:#b5c8cf;--link-hover-color:#618794;--link-bg-color:#dae4e7;--selection-color:#dae4e7;--accent-color:var(--link-hover-color);--page-nav-btn-bg:rgba(128,128,128,0.14);--page-nav-btn-fg:var(--text-color);--page-nav-btn-hover-bg:rgba(128,128,128,0.20);--body-stack:"Georgia","Times New Roman",serif;--secondary-stack:"Lucida Sans Unicode","Lucida Sans","Verdana",sans-serif;--title-stack:"Georgia",serif;--highlight-stack:"Consolas",monospace;--halo-comment-widget-base-border-radius:0;--halo-comment-widget-component-form-input-border-color-focus:tranparent;--halo-comment-widget-component-form-input-box-shadow-focus:0 0 0 0 rgba(87, 85, 217, 0.2);--halo-comment-widget-component-form-button-submit-bg-color:var(--tertiary-color);--halo-comment-widget-component-form-button-submit-border-color:tranparent;--halo-comment-widget-base-font-size:clamp(16px, 2.4vw, 18px);--halo-comment-widget-base-font-family:var(--body-stack);--halo-comment-widget-base-color:var(--text-color);--halo-comment-widget-component-form-button-submit-color:var(--text-color);--halo-comment-widget-base-line-height:1.8}[data-html-hidden]{visibility:hidden}[data-color-scheme=dark]{--bg-color:#212121;--code-bg-color:#292929;--text-color:#fff;--secondary-color:#c0c0c0;--tertiary-color:#6e6e6e;--link-color:#4d6b75;--link-hover-color:#96b1bb;--link-bg-color:#5d828e;--selection-color:#acc1c9;--accent-color:var(--link-hover-color);--page-nav-btn-bg:rgba(255,255,255,0.12);--page-nav-btn-fg:var(--text-color);--page-nav-btn-hover-bg:rgba(255,255,255,0.18);--halo-comment-widget-component-form-button-submit-bg-color:#0d1731;--halo-comment-widget-component-form-button-submit-color:#fff}[data-font-scheme=sans]{--body-stack:"Lucida Sans Unicode","Lucida Sans","Verdana",sans-serif}html{height:100%}body{background:var(--bg-color);color:var(--text-color);font-family:var(--body-stack);font-size:16px;font-size:clamp(16px,2.4vw,21px);margin:auto;min-height:100%;position:relative;width:100%}body.texture-default{background-image:url(texture-default.png)}body.texture-pixel{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}#wrapper{--container-width:64rem;--page-width:var(--container-width);--side-rail-width:0px;--toc-gap:0px;display:flex;flex-direction:column;background:0 0;border:none;box-sizing:border-box;margin:0;max-width:none;padding:0 1.25em 1em;width:100%;min-height:100vh}#wrapper.medium{--container-width:76rem}#wrapper.large{--container-width:88rem}@media all and (min-width:1600px){#wrapper.large{--container-width:96rem}}#header{width:100%;display:flex;flex-direction:column;align-items:center}#header>*{width:100%;max-width:var(--page-width);margin-left:auto;margin-right:auto}#header>nav.site-nav{max-width:none}#content{max-width:var(--page-width);margin-left:auto;margin-right:auto}@media all and (min-width:1101px){#wrapper.has-toc-floating,#wrapper:has(.article--toc-floating){--side-rail-width:clamp(10rem, 14vw, 13rem);--toc-gap:2rem}#wrapper.has-toc-floating #content,#wrapper:has(.article--toc-floating) #content{max-width:min(100%,calc(var(--page-width) + (var(--side-rail-width) + var(--toc-gap)) * 2))}}@media all and (max-width:760px){#wrapper{margin-top:3rem}}@media all and (max-width:520px){#wrapper{margin-top:1rem}}@media all and (max-width:1200px){#lantern{display:none}}#header{border-bottom:none;line-height:1.2;padding:.25em 0}#header::after{content:"";display:block;border-bottom:solid 1px var(--secondary-color);max-width:var(--page-width);margin:0 auto}#title{font-family:var(--title-stack);font-size:2em;font-weight:900;letter-spacing:.05em;margin:1em 0;text-align:center;line-height:1.1}#header nav{margin:2em 0}#header .site-nav{display:grid;grid-template-columns:1fr;align-items:center;width:100%;max-width:none;margin:2em 0;--nav-actions-w:calc(2.2em * 2 + 0.35em);padding:0;box-sizing:border-box;border:solid 1px var(--secondary-color);border-radius:999px}#header .site-nav>.nav-menu{width:100%;grid-column:1;grid-row:1}#header .site-nav .nav-menu{width:100%!important;box-sizing:border-box}#header .site-nav ul{list-style:none;margin:0}.nav-menu{list-style:none;margin:0;padding:.22em calc(.45em + var(--nav-actions-w,2.2em));display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;box-sizing:border-box;gap:.25em 0}#header .site-nav>.nav-actions{grid-column:1;grid-row:1;justify-self:end;align-self:center;margin-right:.45em;display:inline-flex;align-items:center;gap:.35em}#header .site-nav>.nav-actions>.nav-login,#header .site-nav>.nav-actions>.nav-theme-toggle{width:2.2em;height:2.2em;border:none;background:0 0;color:var(--secondary-color);cursor:pointer;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;transition:background .18s ease,color .18s ease;-webkit-tap-highlight-color:transparent}#header .site-nav>.nav-actions>.nav-login:focus-visible,#header .site-nav>.nav-actions>.nav-login:hover,#header .site-nav>.nav-actions>.nav-theme-toggle:focus-visible,#header .site-nav>.nav-actions>.nav-theme-toggle:hover{background:var(--link-bg-color);outline:0}#header .site-nav>.nav-actions>.nav-theme-toggle::before{content:"☾";font-size:1.05em;line-height:1}[data-color-scheme=dark] #header .site-nav>.nav-actions>.nav-theme-toggle::before{content:"☀"}.nav-login__icon{width:1.15em;height:1.15em}.nav-menu>.nav-item{display:inline-flex;align-items:center}.nav-menu>.nav-item+.nav-item::before{content:"×";display:inline-block;margin:0 .38em;color:var(--secondary-color);font-family:var(--secondary-stack);opacity:.9;pointer-events:none}.sub-menu>.nav-item::before{content:none!important}.nav-menu li::marker,.sub-menu li::marker{content:""}.nav-item{position:relative}.article-more-link,.nav-link,.nav-spacer{font-family:var(--secondary-stack);color:var(--secondary-color)}.nav-link{display:inline-flex;align-items:center;border-radius:6px;padding:.18em .4em;white-space:nowrap;-webkit-transition-duration:.3s;-webkit-transition-property:background;transition-duration:.3s;transition-property:background}.nav-menu>.nav-item>.nav-link{padding:.22em .55em}.nav-item.has-children>.nav-link{padding-right:.35em}.nav-item.has-children>.nav-link::after{content:"▾";margin-left:.25em;font-size:.85em;opacity:.8}.nav-toggle{display:none;appearance:none;border:none;background:0 0;color:var(--secondary-color);cursor:pointer;padding:.12em .2em;line-height:1}.nav-toggle::before{content:"▾";display:inline-block;font-size:.9em;transform:translateY(-.02em)}.nav-item.has-children:focus-within>.nav-link,.nav-item.has-children:hover>.nav-link{background:var(--link-bg-color)}.sub-menu{--submenu-gap:0.42em;display:none;list-style:none;margin:0;padding:.38em .32em;position:absolute;top:100%;margin-top:var(--submenu-gap);left:50%;transform:translateX(-50%);min-width:11rem;background:var(--bg-color);border:solid 1px rgba(128,128,128,.55);border-radius:16px;box-shadow:0 14px 28px -18px rgba(0,0,0,.26),0 4px 10px -6px rgba(0,0,0,.1);overflow:hidden;z-index:100}.sub-menu::before{content:"";position:absolute;left:0;right:0;top:calc(-1 * var(--submenu-gap));height:var(--submenu-gap)}.sub-menu .sub-menu::before{top:0;left:-.5em;right:auto;width:.5em;height:100%}.sub-menu .nav-item{width:100%}.sub-menu .nav-link{display:flex;width:100%;box-sizing:border-box;justify-content:flex-start;padding:.34em .75em;border-radius:12px}.nav-item.is-open>.sub-menu,.nav-item:focus-within>.sub-menu,.nav-item:hover>.sub-menu{display:block}.sub-menu .sub-menu{top:0;left:100%;transform:translateX(0);margin-left:.5em}.sub-menu>.nav-item::after{content:none!important}@media all and (max-width:760px){.nav-menu{gap:.35em 0}.nav-item.has-children>.nav-link::after{content:"";display:none}.nav-toggle{display:inline-flex}.sub-menu{position:static;transform:none;min-width:auto;border:none;box-shadow:none;padding:.15em 0 .15em .9em}.sub-menu .sub-menu{margin-left:0;padding-left:.9em}}.nav-spacer{margin:0 .5em}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:9999}::view-transition-new(root){z-index:1}[data-color-scheme=dark]::view-transition-old(root){z-index:1}[data-color-scheme=dark]::view-transition-new(root){z-index:9999}.article{border-bottom:solid 1px var(--secondary-color);margin:2em 0;padding-bottom:1em}.post-list{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:flex-start;justify-content:center}#content[data-post-list-cols="1"]{--card-min:22rem;--card-max:44rem}#content[data-post-list-cols="2"]{--card-min:20rem;--card-max:28rem}#content[data-post-list-cols="3"]{--card-min:17rem;--card-max:23.5rem}@media all and (max-width:760px){.post-list{gap:1rem;justify-content:stretch}.post-list .article{width:100%!important}}.post-list .article{border-bottom:none;margin:0;padding-bottom:0;flex:0 1 auto;width:clamp(var(--card-min,18rem),var(--card-w,22rem),var(--card-max,26rem));max-width:100%}.post-list .article-inner{border:solid 1px rgba(128,128,128,.35);border-radius:16px;background:var(--bg-color);box-shadow:0 18px 42px -26px rgba(0,0,0,.28),0 4px 10px -8px rgba(0,0,0,.1);padding:1.05em 1.15em;box-sizing:border-box;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}#content[data-post-list-cols="2"] .post-list .article-inner{font-size:.96em}#content[data-post-list-cols="3"] .post-list .article-inner{font-size:.9em}.post-list .article-inner:hover{border-color:rgba(128,128,128,.55);box-shadow:0 22px 50px -28px rgba(0,0,0,.32),0 6px 14px -10px rgba(0,0,0,.12)}#content:not([data-post-card-hover]) .post-list .article-inner:hover,#content[data-post-card-hover=wiggle] .post-list .article-inner:hover{transform:translateY(-4px);animation:post-card-wiggle .42s ease-in-out both}#content[data-post-card-hover=lift] .post-list .article-inner:hover{transform:translateY(-4px);animation:none}#content[data-post-card-hover=float] .post-list .article-inner:hover{transform:translateY(-6px) scale(1.01);animation:none}#content[data-post-card-hover=none] .post-list .article-inner:hover{transform:none;animation:none}@keyframes post-card-wiggle{0%{transform:translateY(0) translateX(0) rotate(0)}22%{transform:translateY(-4px) translateX(-2px) rotate(-1.2deg)}46%{transform:translateY(-4px) translateX(2px) rotate(1.2deg)}70%{transform:translateY(-4px) translateX(-1px) rotate(-.6deg)}100%{transform:translateY(-4px) translateX(0) rotate(0)}}.post-list .article-header{text-align:left;margin-bottom:.75em}.post-list .article-card-category{font-family:var(--secondary-stack);font-size:.78em;letter-spacing:.14em;color:var(--secondary-color);margin-bottom:.6em}.post-list .article-title{letter-spacing:0;font-weight:800;line-height:1.18;margin-bottom:0}#content[data-post-list-cols="3"] .post-list .article-title{font-size:1.35em}#content[data-post-list-cols="2"] .post-list .article-title{font-size:1.55em}#content[data-post-list-cols="1"] .post-list .article-title{font-size:1.65em}.post-list .article-title a{display:inline-block}.post-list .article-title a::after{content:"";display:block;width:1.6em;height:2px;background:var(--accent-color);margin-top:.45em}.post-list .article-entry{margin-bottom:.85em;font-family:var(--secondary-stack);color:var(--secondary-color);line-height:1.55}.post-list .article-entry p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#content[data-post-list-cols="3"] .post-list .article-entry p{-webkit-line-clamp:2}.post-list .article-meta{margin-top:auto;font-size:.85em;display:flex;align-items:center;gap:.45em}#content[data-post-list-cols="2"]>h2,#content[data-post-list-cols="3"]>h2{margin-bottom:1rem}.article-header{margin-bottom:1.75em;text-align:center}.article-title{font-family:var(--title-stack);font-size:2em;font-weight:700;letter-spacing:.05em;margin-bottom:.25em}.post-list .article-title,.post-list .article-title a{font-weight:700}.article-entry{line-height:1.5;margin-bottom:1em;overflow-x:visible}.article-entry ol,.article-entry ul{padding-left:1.4em}.article-category{line-height:1.5}.archive-article-date,.archive-article-word-count,.article-footer,.article-meta,.article-nav,.page-nav{color:var(--secondary-color);font-family:var(--secondary-stack);font-size:.9em;height:auto;line-height:inherit;margin:0;padding:0}@media all and (max-width:760px){.archive-article-date,.archive-article-word-count,.article-footer,.article-meta,.article-nav,.page-nav{font-size:1em}}.archives-wrap{margin:.25rem 0;position:relative;top:.5rem}@media all and (max-width:620px){.archives-wrap{margin-left:1rem}}.year{font-family:var(--secondary-stack)}.hidden,.hidden-input{display:none;margin-bottom:1em}.hidden-input~.year::before{content:"– ";position:absolute;left:-1em}.hidden-input:checked~.year::before{content:"– "}.hidden-input:checked~.hidden{display:block}.archive-article{margin:.5em 0;position:relative}.archive-article-header{display:inline-flex}.archive-article-header .time{color:var(--secondary-color)}.archive-article-date{position:absolute;right:calc(100% - 1.5em)}.archive-article-title{margin-right:.5em}.archive-article-title{font:inherit;left:1em;letter-spacing:0;margin:0;max-width:calc(100vw - 6rem);position:relative;text-align:left;text-decoration:none;text-transform:none}.article-nav{display:flex;margin:2em 0}#article-nav-newer,#article-nav-older{flex-basis:50%}.article-nav-link-wrap{display:block;padding:.6em .85em;border-radius:12px}#article-nav-newer{order:1;text-align:right}.page-nav.page-nav--buttons{margin:2em 0 1em;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.85rem}.page-nav__nums{display:flex;align-items:center;justify-content:center;gap:.85rem}.page-nav__item{display:inline-flex;align-items:center;justify-content:center;min-width:2.9em;height:2.55em;padding:0 1em;border-radius:10px;background:var(--page-nav-btn-bg);color:var(--page-nav-btn-fg);font-family:var(--secondary-stack);font-size:1em;line-height:1;user-select:none;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.page-nav__item:hover{background:var(--page-nav-btn-hover-bg)}.page-nav__item:active{transform:translateY(1px)}.page-nav__control{min-width:5.2em}.page-nav__item.is-current{background:var(--accent-color);color:#fff;box-shadow:0 10px 22px rgba(0,0,0,.1)}.page-nav__ellipsis{padding:0 .9em;opacity:.9}@media all and (max-width:520px){.page-nav.page-nav--buttons{gap:.6rem}.page-nav__nums{gap:.6rem}.page-nav__item{height:2.4em;border-radius:9px;padding:0 .9em}.page-nav__control{min-width:4.6em}}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0 0 1rem 0}ol,ul{padding-left:1em}h1,h2,h3,h4,h5,h6{font-weight:400;letter-spacing:.1em;text-decoration:none}.article-entry h1,.article-entry h2,.article-entry h3,.article-entry h4,.article-entry h5,.article-entry h6{font-weight:700}h1,h2{font-size:2em;letter-spacing:0;margin-top:2rem}h2{font-size:1.5em}h3,h4,h5,h6{font-size:1em;font-weight:700;margin-top:1.5rem;text-transform:uppercase}h4,h5,h6{font-size:.9em;margin-top:1rem}blockquote{display:block;margin:0 0 1em;padding-left:.75rem;border-left:1px solid var(--tertiary-color)}.article em{word-break:break-word}.article .article-entry blockquote footer,.caption{color:var(--secondary-color);display:block;text-align:center}.article .article-entry blockquote footer cite:before{content:" — "}.pullquote{border:0;color:var(--secondary-color);font-size:1.2em;font-family:var(--secondary-stack);margin:0;width:40%}.pullquote p{margin:0}.pullquote.left{float:left;padding:1em 1em 1em 0;text-align:left}.pullquote.right{float:right;padding:0 1em 1em 1em;text-align:right}.caption{color:#aeb4b9;display:block;font-size:.8em;text-align:center}.katex{font-size:1.1em}.article-entry a{-webkit-transition-duration:.3s;-webkit-transition-property:border-bottom;border-bottom:3px solid var(--link-color);transition-duration:.3s;transition-property:border-bottom}.article-entry a:hover{-webkit-transition-duration:.3s;-webkit-transition-property:border-bottom;border-bottom:3px solid var(--link-hover-color);transition-duration:.3s;transition-property:border-bottom}#footer a,#title a,.archive-article-title a,.article-category a,.article-footer a,.article-more-link a,.article-nav a,.article-tag a,.article-title a,.year,a.extend,a.nav-link,a.page-number{-webkit-transition-duration:.3s;-webkit-transition-property:background;transition-duration:.3s;transition-property:background}#title a,.archive-article-title a,.article-title a{position:relative;display:inline-block;z-index:0}#title a::before,.archive-article-title a::before,.article-title a::before{content:"";position:absolute;left:-.45em;right:-.45em;top:-.14em;bottom:-.14em;border-radius:999px;background:0 0;transition:background .3s ease;z-index:-1}#title a:hover,.archive-article-title a:hover,.article-title a:hover{background:0 0!important}#title a:hover::before,.archive-article-title a:hover::before,.article-title a:hover::before{background:var(--link-bg-color)}#footer a:hover,.article-category a:hover,.article-more-link a:hover,.article-nav a:hover,.article-tag a:hover,a.extend:hover .article-footer a:hover,a.nav-link:hover,a.page-number:hover{-webkit-transition-duration:.3s;-webkit-transition-property:background;background:var(--link-bg-color)!important;transition-duration:.3s;transition-property:background}.article-category,.article-tag{color:var(--secondary-color);font-family:var(--secondary-stack);margin-top:2em}.article-more-link{font-size:.9em;letter-spacing:.1em;margin-bottom:1.1em;text-align:center;text-transform:uppercase}img{box-sizing:border-box;display:block;margin:0 auto;max-width:100%}a img{-webkit-transition-duration:.3s;-webkit-transition-property:border;border:3px solid var(--bg-color);transition-duration:.3s;transition-property:border}a img:hover{-webkit-transition-duration:.3s;-webkit-transition-property:border;border:3px solid var(--secondary-color);transition-duration:.3s;transition-property:border}.article-gallery img,table{margin:1em auto}.article-entry table{width:100%!important;max-width:100%;border-collapse:collapse;margin:1em 0}.article-entry article>div[style*=overflow-x]{width:100%}table caption,table td,table th,td,th{border-bottom:1px solid var(--tertiary-color);padding:.25em}.video-container{position:relative;padding-top:56.25%;margin-bottom:1em;height:0;overflow:hidden}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin-top:0}::selection{background-color:var(--selection-color)}#settings-container{background:0 0;bottom:0;position:fixed;right:0;user-select:none;z-index:99999;display:flex;align-items:stretch;padding:0;margin:0}#back-to-top{width:3em;height:2.3em;display:flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(128,128,128,.18);color:var(--text-color);border:1px solid rgba(128,128,128,.25);border-radius:999px;font-size:1.15em;opacity:0;pointer-events:none;transition:opacity .18s ease,background .18s ease,transform .18s ease;position:relative;z-index:1;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:0 10px 22px rgba(0,0,0,.1)}#back-to-top:hover{background:var(--accent-color);border-color:transparent;color:var(--bg-color)}#back-to-top:active{transform:translateY(1px)}#back-to-top.is-visible{opacity:1;pointer-events:auto}.links{margin-bottom:30px}.links .link-box{display:flex;margin-bottom:10px}.links .link-box .avatar-box{width:4em;height:4em}.links .link-box .avatar-box img{width:100%;height:100%;border-radius:100%}.links .link-box .right-box{display:flex;flex-direction:column;margin-left:20px;justify-content:space-evenly;font-size:.9em}.links .link-box .right-box .name{font-weight:700}#content{flex-grow:1}#footer{display:flex;flex-direction:column;justify-content:space-between;text-align:center;color:var(--secondary-color);margin-top:1em;font-size:.8em;line-height:1.5}.error-box{text-align:center;margin-top:5em}.error-box .status{font-size:4em;text-decoration:underline}code{font-family:var(--highlight-stack)}pre{background-color:var(--code-bg-color);box-sizing:border-box;font-size:.8em;font-family:var(--highlight-stack);margin:0;overflow-x:auto;max-width:100%;padding:.5em}pre:has(.hljs){background-color:transparent;padding:0}pre::-webkit-scrollbar-track{background-color:var(--code-bg-color)}pre::-webkit-scrollbar{height:.5em;background-color:var(--code-bg-color)}pre::-webkit-scrollbar-thumb{background-color:var(--tertiary-color)}.lantern-box-1{position:fixed;top:-40px;right:80px;z-index:999}.lantern-box-2{position:fixed;top:-30px;right:100px;z-index:999}.lantern-box-2 .lantern{position:relative;width:120px;height:90px;margin:50px;background:#d8000f;background:rgba(216,0,15,.8);border-radius:50% 50%;transform-origin:50% -100px;animation:swing 5s infinite ease-in-out;box-shadow:-5px 5px 30px 4px #fc903d}.lantern{position:relative;width:120px;height:90px;margin:50px;background:#d8000f;background:rgba(216,0,15,.8);border-radius:50% 50%;transform-origin:50% -100px;animation:swing 3s infinite ease-in-out;box-shadow:-5px 5px 50px 4px #fa6c00}.lantern-body{width:100px;height:90px;background:#d8000f;background:rgba(216,0,15,.1);margin:12px 8px 8px 8px;border-radius:50% 50%;border:2px solid #dc8f03}.lantern-center{width:45px;height:90px;background:#d8000f;background:rgba(216,0,15,.1);margin:-4px 8px 8px 26px;border-radius:50% 50%;border:2px solid #dc8f03}.lantern-line{position:absolute;top:-20px;left:60px;width:2px;height:20px;background:#dc8f03}.lantern-footer{position:relative;width:5px;height:20px;margin:-5px 0 0 59px;animation:swing 4s infinite ease-in-out;transform-origin:50% -45px;background:orange;border-radius:0 0 5px 5px}.com2{position:absolute;top:14px;left:-2px;width:10px;height:10px;background:#dc8f03;border-radius:50%}.com1{position:absolute;top:18px;left:-2px;width:10px;height:35px;background:orange;border-radius:0 0 0 5px}.lantern:before{position:absolute;top:-7px;left:29px;height:12px;width:60px;content:" ";display:block;z-index:999;border-radius:5px 5px 0 0;border:solid 1px #dc8f03;background:orange;background:linear-gradient(to right,#dc8f03,orange,#dc8f03,orange,#dc8f03)}.lantern:after{position:absolute;bottom:-7px;left:10px;height:12px;width:60px;content:" ";display:block;margin-left:20px;border-radius:0 0 5px 5px;border:solid 1px #dc8f03;background:orange;background:linear-gradient(to right,#dc8f03,orange,#dc8f03,orange,#dc8f03)}.lantern-text{font-family:serif;font-size:2.8rem;color:#dc8f03;font-weight:700;line-height:85px;text-align:center;user-select:none}@keyframes swing{0%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}100%{transform:rotate(-10deg)}}.post-toc{border:solid 1px var(--secondary-color);margin:1.25em 0 1.5em;padding:.7em .75em;background:var(--bg-color);border-radius:12px;font-size:.9em;line-height:1.45}.post-toc__header{display:flex;align-items:center;justify-content:space-between;gap:.5em;font-family:var(--secondary-stack);color:var(--secondary-color);font-size:1em;margin-bottom:.5em}.post-toc__title{font-weight:700}.post-toc__toggle{appearance:none;border:none;background:0 0;color:var(--secondary-color);cursor:pointer;font-family:var(--secondary-stack);font-size:1em;padding:.25em .45em;border-radius:10px;transition:background-color .2s ease,color .2s ease}.post-toc__toggle:hover{color:var(--text-color);background:var(--link-bg-color)}.post-toc__nav{max-height:60vh;overflow:auto;padding-right:.25em;transition:max-height .26s ease,opacity .26s ease}.post-toc__list,.post-toc__list ol{list-style:none;margin:0;padding-left:0}.post-toc__list ol{margin-top:.25em;padding-left:.9em;border-left:solid 1px var(--link-bg-color)}.post-toc__list li{margin:.12em 0}.post-toc__list a{display:block;color:var(--secondary-color);text-decoration:none;padding:.22em .45em;border-radius:10px;line-height:1.35;transition:background-color .2s ease,color .2s ease}.post-toc__list a:hover{color:var(--text-color);background:var(--link-bg-color)}.post-toc__list a.is-active{color:var(--text-color);background:var(--link-bg-color)}.post-toc.is-collapsed .post-toc__nav{max-height:0;opacity:0;overflow:hidden;padding-right:0}.post-toc--inline .post-toc__toggle{display:none}.article--toc-floating{--post-toc-width:var(--side-rail-width, clamp(11rem, 15vw, 14.5rem));--post-toc-gap:var(--toc-gap, 1.5rem)}.article--toc-floating .article-inner{display:grid;grid-template-columns:var(--post-toc-width) minmax(0,var(--page-width)) var(--post-toc-width);grid-template-areas:". header toc" ". content toc";column-gap:var(--post-toc-gap);align-items:start;justify-content:center}.article--toc-floating .article-header{grid-area:header;padding-right:var(--post-toc-gap)}.article--toc-floating .article-entry{grid-area:content;min-width:0;position:relative;z-index:1;padding-right:var(--post-toc-gap)}.article--toc-floating .post-toc{grid-area:toc;align-self:start;margin:0;justify-self:end}.post-toc--floating{position:sticky;top:6.5rem;width:var(--post-toc-width);max-height:calc(100vh - 7.5rem);margin:0;z-index:20;box-shadow:0 10px 34px rgba(0,0,0,.09)}.post-toc--floating .post-toc__nav{max-height:calc(100vh - 12rem)}@media all and (min-width:1101px){#wrapper.has-toc-floating #article-nav,#wrapper.has-toc-floating #comment,#wrapper:has(.article--toc-floating) #article-nav,#wrapper:has(.article--toc-floating) #comment{max-width:calc(100% - var(--side-rail-width) - var(--side-rail-width) - var(--toc-gap) - var(--toc-gap));margin-left:auto;margin-right:auto}#wrapper.has-toc-floating #comment,#wrapper:has(.article--toc-floating) #comment{overflow-x:hidden}}@media all and (max-width:1100px){.article--toc-floating .article-inner{display:block}.article--toc-floating .article-entry,.article--toc-floating .article-header{padding-right:0}.post-toc--floating{position:static;width:auto;max-height:none;margin:1.25em 0 1.5em;box-shadow:none}.post-toc--floating .post-toc__toggle{display:none}}.post-toc--numbered .post-toc__list{counter-reset:toc}.post-toc--numbered .post-toc__list>li{counter-increment:toc}.post-toc--numbered .post-toc__list>li>a::before{content:counter(toc) ". ";opacity:.7}.post-toc.is-empty{display:none}