*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#353b43;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#ffa726;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(175,186,196,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{width:12rem;height:12rem;border-radius:100%;border:.25rem solid #ffa726}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh;transition:opacity .4s ease-in-out}body.is-reading .app-header{opacity:.3}body.is-reading .app-header:hover{opacity:1}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#ffa726}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-featured-image{margin:1.5em 0;border-radius:8px;overflow:hidden;border:.25px solid rgba(255,167,38,.7)}.post-featured-image img{width:100%;height:auto;display:block}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.15em solid transparent;padding:1em;position:relative}.post-content>pre::before,.post-content .highlight>pre::before,.post-content .highlight>div::before{content:'';position:absolute;top:0;left:0;bottom:.15em;width:.15em;background:linear-gradient(to bottom,transparent,rgba(255,167,38,.8) 1.5em);pointer-events:none}.post-content>pre::after,.post-content .highlight>pre::after,.post-content .highlight>div::after{content:'';position:absolute;bottom:0;left:0;width:7%;height:.15em;background:linear-gradient(to right,rgba(255,167,38,.8),transparent);pointer-events:none}.post-content blockquote{border-left:.4em solid rgba(255,167,38,.8);margin:1em 0;padding:.5em 1em;background:#242930}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.post-content .code-block-wrapper{margin:1.5em 0;position:relative;overflow:hidden;background:#242930;border-radius:4px}.post-content .code-block-wrapper .code-block-header{padding:.5em 1em;font-size:.8em;color:#afbac4;display:flex;justify-content:space-between;align-items:center;letter-spacing:.05em;background:rgba(0,0,0,.15);border-bottom:1px solid rgba(255,255,255,5%)}.post-content .code-block-wrapper .code-block-header .code-block-lang{opacity:.7;text-transform:uppercase}.post-content .code-block-wrapper .hljs-wrapper{margin:0!important;position:relative}.post-content .code-block-wrapper .hljs-wrapper::before{content:'';position:absolute;top:0;left:0;bottom:.15em;width:.15em;background:linear-gradient(to bottom,transparent,rgba(255,167,38,.8) 1.5em);pointer-events:none}.post-content .code-block-wrapper .hljs-wrapper::after{content:'';position:absolute;bottom:0;left:0;width:7%;height:.15em;background:linear-gradient(to right,rgba(255,167,38,.8),transparent);pointer-events:none}.post-content .code-block-wrapper .hljs-wrapper pre{margin:0!important;border:none!important;border-left:.15em solid transparent!important;padding:1em!important;background:0 0!important}.post-content .code-block-wrapper .hljs-wrapper pre code{background:0 0!important}.post-content .code-fold-wrapper .code-fold-content{position:relative}.post-content .code-fold-wrapper .code-fold-overlay{display:none;position:absolute;bottom:0;left:0;width:100%;height:150px;background:linear-gradient(to bottom,transparent 0%,rgba(36,41,48,.6) 40%,#242930 100%);cursor:pointer;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:15px;color:rgba(175,186,196,.7);font-size:.85em;transition:color .2s;z-index:10}.post-content .code-fold-wrapper .code-fold-overlay:hover{color:#fff}.post-content .code-fold-wrapper .code-fold-overlay .code-fold-btn-text{display:flex;gap:.5em;align-items:center;line-height:1}.post-content .code-fold-wrapper .code-fold-action-bar{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:center;padding-bottom:15px;background:0 0;pointer-events:none;opacity:0;transition:opacity .3s ease}.post-content .code-fold-wrapper .code-fold-action-bar:hover{opacity:1}.post-content .code-fold-wrapper .code-fold-btn{background:0 0;color:rgba(175,186,196,.7);border:none;padding:30px 100px;margin:-30px 0;cursor:pointer;font-size:.85em;gap:.5em;transition:color .2s;display:flex;align-items:center;pointer-events:auto;line-height:1}.post-content .code-fold-wrapper .code-fold-btn:hover{color:#fff}.post-content .code-fold-wrapper:not(.is-collapsed):hover .code-fold-action-bar{opacity:.3}.post-content .code-fold-wrapper:not(.is-collapsed):hover .code-fold-action-bar:hover{opacity:1}.post-content .code-fold-wrapper.is-collapsed .code-fold-content{max-height:200px;overflow:hidden}.post-content .code-fold-wrapper.is-collapsed .code-fold-overlay{display:flex}.post-content .code-fold-wrapper.is-collapsed .code-fold-action-bar{display:none}.posts-list{padding:0;margin:0;width:100%}.posts-list-item{list-style:none;padding:0;transition:background-color .2s ease;border-radius:6px}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item:hover{background-color:rgba(255,167,38,.1)}.posts-list-item-link{display:block;padding:.6em;color:inherit;text-decoration:none}.posts-list-item-link:hover{text-decoration:none;color:inherit}.posts-list-item-container{display:flex;align-items:center;justify-content:space-between;gap:1rem}.posts-list-item-image{flex-shrink:0;order:2;width:280px;height:90px;overflow:hidden;border-radius:8px;border:.25px solid rgba(255,167,38,.7)}.posts-list-item-image img{width:100%;height:100%;object-fit:cover}.posts-list-item-content{flex-grow:1;order:1;max-width:calc(100% - 290px)}.posts-list-item-title{color:#ffa726;font-weight:700;margin-bottom:.3em;font-size:1.1em}.posts-list-item:hover .posts-list-item-title{color:#fff}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}@media(max-width:580px){.posts-list-item-container{flex-direction:column;align-items:flex-start}.posts-list-item-image{order:1;width:100%;height:140px;margin-bottom:.8rem}.posts-list-item-content{order:2;max-width:100%;padding-right:0}.posts-list-item{padding:0}.posts-list-item-link{padding:.6em}.posts-list{padding:0;margin:0}}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}.post-toc{margin-bottom:1.5rem;padding:1rem;background:#242930;border-left:.4em solid rgba(255,167,38,.8);border-radius:4px;font-size:.85rem}@media(min-width:1700px){.post-toc{position:fixed;top:4rem;width:18rem;max-height:calc(100vh - 8rem);overflow-y:auto;margin-bottom:0;z-index:10;left:calc(20rem + 65rem + 2rem)}}.post-toc .post-toc-title{font-weight:700;margin-bottom:.75rem;color:#fff;font-size:.9rem}.post-toc .post-toc-content nav#TableOfContents ul{list-style-type:none;padding-left:0;margin:0}.post-toc .post-toc-content nav#TableOfContents ul ul{padding-left:1rem;margin-top:.5rem}.post-toc .post-toc-content nav#TableOfContents li{margin-bottom:.5rem;line-height:1.3}.post-toc .post-toc-content nav#TableOfContents li a{color:#afbac4;text-decoration:none;transition:color .2s ease,border-left .2s ease;display:block;padding-left:.5rem;border-left:2px solid transparent}.post-toc .post-toc-content nav#TableOfContents li a:hover{color:#ffa726}.post-toc .post-toc-content nav#TableOfContents li a.toc-active{color:#ffa726;border-left:2px solid #ffa726;font-weight:700}.post-toc-mobile .post-toc{display:block}@media(min-width:1700px){.post-toc-mobile .post-toc{display:none}}.post-toc-desktop{display:none}@media(min-width:1700px){.post-toc-desktop{display:block}}.site-footer{margin:0;padding:1.5rem 2.5rem;font-size:.8rem;color:#afbac4;background:#353b43}.site-footer p{margin:.5rem 0;display:flex;align-items:center;font-size:.8em}.site-footer .copyright,.site-footer .powerby{margin-bottom:1rem}.site-footer a{color:#ffa726}.site-footer a:hover{color:#fff}.site-footer hr{border:0;height:1px;background-color:#afbac4}@media(min-width:940px){.site-footer{max-width:65rem;margin-left:20rem}}.collapsible{margin:1em 0;border:1px solid #353b43;border-radius:4px;transition:box-shadow .2s ease}.collapsible:hover{box-shadow:0 0 0 1px #FFA726}.collapsible .collapsible-header{padding:.75em 1em;display:flex;align-items:center;gap:.5em;cursor:pointer;background-color:#242930;color:#afbac4;border-radius:4px}.collapsible .collapsible-header[aria-expanded=true]{border-bottom-left-radius:0;border-bottom-right-radius:0}.collapsible .toggle-icon{font-family:monospace;font-size:.8em;color:#ffa726}.collapsible .collapsible-title{color:#afbac4}.collapsible .collapsible-content{padding:1em;background-color:#242930;color:#fff}@media(min-width:940px){.app-header{overflow-y:auto}}