:root{--bg-color: #f1f4f5;--text-color: #111;--bg-post: #fff;--gray-1: #f1f4f5;--gray-2: #ddd;--gray-3: #ccc;--gray-4: #707070;--gray-5: #444;--gray-6: #222;--link-color: #2010ec;--visited-link-color: #7117b4;--bg-site-header: #212123}[data-theme=dark]{--bg-color: #000;--text-color: #d0d0d0;--bg-post: #121214;--gray-1: #1a1a1c;--gray-2: #2a2a2c;--gray-3: #3a3a3c;--gray-4: #88898b;--gray-5: #bbbcbe;--gray-6: #dddddf;--link-color: #4d94f1;--visited-link-color: #9f3ee7;--bg-site-header: #101013}body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,dl,dd,ol,ul,figure{margin:0;padding:0}*,::before,::after{box-sizing:border-box}body{font:400 18px/1.8 -apple-system,BlinkMacSystemFont,"Open Sans","Segoe UI",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:var(--text-color);background:var(--bg-color);-webkit-text-size-adjust:100%;-webkit-font-feature-settings:"kern" 1;-moz-font-feature-settings:"kern" 1;-o-font-feature-settings:"kern" 1;font-feature-settings:"kern" 1;font-kerning:normal;display:flex;min-height:100vh;flex-direction:column;transition:.3s ease-in-out}h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,ol,dl,figure{margin-bottom:16px}img,video{max-width:100%;vertical-align:middle}figure{text-align:center}figure img,figure video{display:block;margin:0 auto;border-radius:3px;background:var(--gray-1);padding:10px}figcaption{padding:5px;font-size:1em;font-style:italic}ul,ol{margin-left:32px}li>ul,li>ol{margin-bottom:0}summary{cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:400}a{color:var(--link-color);text-decoration:none}a:visited{color:var(--visited-link-color)}kbd{padding:1px 2px;border-radius:4px;font-size:.9em;font-variant:small-caps;letter-spacing:.8px;background:var(--gray-1);box-shadow:1px 1px 1px var(--gray-4);transition:.3s ease-in-out}blockquote{color:var(--gray-4);border-left:4px solid var(--gray-4);padding-left:16px;font-size:20.25px;letter-spacing:-1px;font-style:italic}blockquote>:last-child{margin-bottom:0}.svg-icon{width:16px;height:16px;display:inline-block;fill:#eee;margin-bottom:5px;vertical-align:middle;box-sizing:content-box}table{margin-bottom:32px;width:100%;border-collapse:collapse;border:1px solid var(--gray-2)}table tr:nth-child(even){background:var(--gray-1)}table th,table td{padding:10.6666666667px 16px}table th{background:var(--gray-2);border:1px solid var(--gray-3)}table td{border:1px solid var(--gray-2)}.clearfix{clear:both}@keyframes moveBackgroundImage{from{background-position:100% 50%}to{background-position:0% 50%}}.site-header{background:var(--bg-site-header);text-align:center}.site-header-text{font-family:"Montserrat",sans-serif;text-transform:uppercase;margin:0;padding:64px 0}.site-header-text a{display:inline-block;font-size:12vw;font-weight:600;letter-spacing:3px;color:#eee;text-decoration:none;transition:.3s}.site-header-text a:hover,.site-header-text a:focus{color:var(--link-color)}@media screen and (min-width: 600px){.site-header-text a{font-size:6vw}}@media screen and (min-width: 1200px){.site-header-text a{font-size:50px;padding:8px 0;color:var(--bg-site-header);width:900px;-webkit-clip-path:polygon(93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%, 7% 0);clip-path:polygon(93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%, 7% 0);background:linear-gradient(70deg, #b721f2, #6140e9, #23658a, #8a2387, #e94057, #f27121);background-size:400% 400%;background-position:0% 50%;animation:moveBackgroundImage 1.4s ease-out;transition:.9s}.site-header-text a:hover,.site-header-text a:focus{-webkit-clip-path:polygon(96% 0, 100% 50%, 96% 100%, 4% 100%, 0 50%, 4% 0);clip-path:polygon(96% 0, 100% 50%, 96% 100%, 4% 100%, 0 50%, 4% 0);color:var(--bg-site-header);background-position:100% 50%}}.site-header-nav{display:grid;grid-template-columns:auto;grid-column-gap:64px;column-gap:64px;grid-row-gap:32px;row-gap:32px;justify-content:center;margin-bottom:64px}@media screen and (min-width: 450px){.site-header-nav{grid-template-columns:auto auto;grid-row-gap:64px;row-gap:64px}}@media screen and (min-width: 900px){.site-header-nav{grid-template-columns:auto auto 10px auto auto}}@media screen and (max-width: 450px){.site-header-nav{height:0;opacity:0;overflow:hidden;transition:height .3s ease-out,opacity .2s ease-out}.site-header-nav.visible{height:280px;opacity:1;transition:height .3s ease-out,opacity .1s .2s ease-out}}.site-header-nav .divider{display:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;cursor:default;color:rgba(255,255,255,.2);transform:translateY(5px);transition:.5s}@media screen and (min-width: 900px){.site-header-nav .divider{display:inline-block}}.site-header-nav .divider:hover{color:#3f1edf}a.site-header-link{position:relative;z-index:1;padding:5px 20px;color:#eee;font-family:"Montserrat",sans-serif;font-size:1em;font-weight:400;letter-spacing:2px;text-transform:uppercase;text-decoration:none}@media screen and (max-width: 900px){a.site-header-link{background:rgba(100,100,120,.2);transition:.2s ease-in-out}a.site-header-link::before{display:none}a.site-header-link:hover{background:#3f1edf}}a.site-header-link::before{content:attr(data-hover);position:absolute;top:0;left:0;z-index:-1;padding:5px 20px;background:#3f1edf;color:rgba(0,0,0,0);-webkit-clip-path:polygon(65% 0, 65% 0, 35% 100%, 35% 100%);clip-path:polygon(65% 0, 65% 0, 35% 100%, 35% 100%);transition:.2s ease-out}a.site-header-link:hover::before{-webkit-clip-path:polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);clip-path:polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%)}a.site-header-link.backwards::before{-webkit-clip-path:polygon(35% 0, 35% 0, 65% 100%, 65% 100%);clip-path:polygon(35% 0, 35% 0, 65% 100%, 65% 100%)}a.site-header-link.backwards:hover::before{-webkit-clip-path:polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);clip-path:polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%)}a.site-header-link.selected::after{content:"";position:absolute;bottom:-14px;left:50%;width:0;height:0;margin-left:-7px;pointer-events:none;border:7px solid rgba(0,0,0,0);border-bottom:10px solid #fff;transition:.2s}a.site-header-link.selected:hover::after{bottom:20px;opacity:0;border-bottom-color:#3f1edf}.site-header-nav-icon{display:none;cursor:pointer;border:0;outline:0;padding:0;background:rgba(0,0,0,0);transition:margin-bottom .1s .2s}@media screen and (max-width: 450px){.site-header-nav-icon{display:inline-block}}.site-header-nav-icon:hover .hamburger-inner{background:#3d7bf2}.site-header-nav-icon:hover .hamburger-inner::before,.site-header-nav-icon:hover .hamburger-inner::after{background-position:100% 50%}.site-header-nav-icon.open{margin-bottom:64px;transition:margin-bottom .2s}.site-header-nav-icon .hamburger-box{width:50px;height:42px;display:inline-block;position:relative}.site-header-nav-icon .hamburger-inner{display:block;top:50%;background:#eee;transition:background .1s 0s ease-out}.site-header-nav-icon .hamburger-inner,.site-header-nav-icon .hamburger-inner::before,.site-header-nav-icon .hamburger-inner::after{position:absolute;width:50px;height:6px}.site-header-nav-icon .hamburger-inner::before{background:linear-gradient(to right, #eee, #aaa, #3d7bf2, #6d9cf5)}.site-header-nav-icon .hamburger-inner::after{background:linear-gradient(to right, #eee, #aaa, #3d7bf2, #105bec)}.site-header-nav-icon .hamburger-inner::before,.site-header-nav-icon .hamburger-inner::after{content:"";display:block;background-size:400% 400%;background-position:0% 50%;transition:transform .1s ease-in,top .1s .15s ease-out,background-position .2s ease-out}.site-header-nav-icon .hamburger-inner::before{top:-18px}.site-header-nav-icon .hamburger-inner::after{top:18px}.site-header-nav-icon.open .hamburger-inner{background:rgba(61,123,242,0);transition:background .1s ease-out}.site-header-nav-icon.open .hamburger-inner::before,.site-header-nav-icon.open .hamburger-inner::after{top:0;transition:top .1s ease-in,transform .1s .15s ease-out,background-position .2s ease-out}.site-header-nav-icon.open .hamburger-inner::before{transform:rotate(45deg)}.site-header-nav-icon.open .hamburger-inner::after{transform:rotate(-45deg)}.site-footer{background:var(--bg-site-header);padding:32px 0;color:#d0d0d0;display:flex;flex-flow:row wrap;justify-content:center}.site-footer .svg-icon{fill:#d0d0d0;opacity:.7;transition:.15s ease-out;padding-right:8px;transform:translateY(1px)}.site-footer a{color:inherit;text-decoration:none;transition:.15s ease-out}.site-footer a:hover{color:#4d94f1}.site-footer a:hover .svg-icon{fill:#4d94f1}.site-footer .contact-list{list-style:none;margin:0}.site-footer-section{padding:32px}@media screen and (min-width: 1000px){.site-footer-section{padding:32px 64px}}.premonition{border-left:4px solid var(--gray-4);padding:8px 12px;padding-bottom:1px;margin-bottom:32px}.premonition .premonition-header{font-weight:bold}.premonition.premonition-info{border-color:#50af51;background:#e8ffe8}.premonition.premonition-info .premonition-header{color:#50af51}.premonition.premonition-note{border-color:#2a98b9;background:#e3edf2}.premonition.premonition-note .premonition-header{color:#2a98b9}.premonition.premonition-warning{border-color:#f0ad4e;background:#fdffe0}.premonition.premonition-warning .premonition-header{color:#f0ad4e}.premonition.premonition-error{border-color:#d9534f;background:#fee0e0}.premonition.premonition-error .premonition-header{color:#d9534f}[data-theme=dark] .premonition{background:linear-gradient(40deg, #2f2f2f, #1a1a1a)}.post-wrapper,.post-collection-wrapper{display:flex;flex-flow:row wrap;justify-content:center}.post-wrapper{width:100%;margin:64px 0}.post-collection-wrapper{margin:32px 0}.post,.article-excerpt{overflow-wrap:anywhere;width:100%;padding:32px;background:var(--bg-post);border-radius:2px;transition:.3s background ease-in-out}@media screen and (min-width: 950px){.post,.article-excerpt{width:950px;padding:64px}}@media screen and (min-width: 950px){.post{padding:96px}}.post,.article-excerpt,.nav-toc,.site-header,.site-footer{box-shadow:1px 1px 3px 1px rgba(0,0,0,.09)}.article-excerpt{margin:32px 0}@media screen and (min-width: 950px){.article-excerpt{margin-left:32px;margin-right:32px}}.article-excerpt .expand-excerpt-link{float:right;border-radius:1px;background:var(--gray-1);padding:4px 24px 4px 8px;transition:.15s ease-out;-webkit-clip-path:polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0 50%, 0% 0%);clip-path:polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 0 50%, 0% 0%)}.article-excerpt .expand-excerpt-link::before{display:none}.article-excerpt .expand-excerpt-link:hover{background:var(--link-color);color:#fff;padding-left:20px;-webkit-clip-path:polygon(86% 0%, 100% 50%, 86% 100%, 0% 100%, 10% 50%, 0% 0%);clip-path:polygon(86% 0%, 100% 50%, 86% 100%, 0% 100%, 10% 50%, 0% 0%)}.article-excerpt .expand-excerpt-link:hover:visited{background:var(--visited-link-color)}.post-header{display:flex;margin-bottom:32px}.post-header .teaser-image-container{display:flex;flex-flow:column wrap;justify-content:center}.post-header .post-header-col-headline{padding-left:32px;display:flex;flex-flow:column wrap;justify-content:center}.post-header .post-title{margin:0;font-size:2em;font-family:"Montserrat",sans-serif;font-weight:600;line-height:1.5}.post-header .post-title a{background:linear-gradient(to right, #8a2387, #e94057, #f27121, #b721f2, #6140e9, #23658a);background-size:400% 400%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);transition:.5s}.post-header .post-title a:hover{background-position:100% 50%}.post-header .teaser-image{-webkit-clip-path:polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);clip-path:polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);border-radius:2px;width:80px;min-width:80px;height:80px}.dt-published::before{content:"// ";font-weight:bold}.post-content a,.post-tags a{position:relative;text-decoration:none}.post-content a::before,.post-tags a::before{content:"";position:absolute;bottom:1px;left:50%;width:0%;height:2px;background:var(--link-color);opacity:.1;transition:.2s}.post-content a:visited::before,.post-tags a:visited::before{background:var(--visited-link-color)}.post-content a:hover,.post-tags a:hover{text-decoration:none}.post-content a:hover::before,.post-tags a:hover::before{left:0;opacity:1;width:100%}.heading-link .heading-link-icon{display:none;vertical-align:middle;position:absolute;left:-60px;top:0;background:var(--bg-post);transition:.3s background ease-in-out;padding:8px;width:60px;height:40px}@media screen and (min-width: 950px){.heading-link .heading-link-icon{display:inline-block}}.heading-link .heading-link-icon path{fill:var(--gray-3);transition:.3s ease-out}.heading-link a:hover .heading-link-icon path{fill:var(--link-color)}.post-content h1{margin-top:64px}.post-content h2,.post-content h3,.post-content h4,.post-content h5{margin-top:32px}.hyvor-talk-load-container{display:flex;flex-flow:row wrap;justify-content:center}.hyvor-talk-load-container #hyvor-talk-load{padding:16px 48px;font:inherit;background:var(--gray-2);color:var(--text-color);outline:0;border:0;cursor:pointer;-webkit-clip-path:polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);clip-path:polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);transition:.3s ease-in-out}.hyvor-talk-load-container #hyvor-talk-load:hover,.hyvor-talk-load-container #hyvor-talk-load:active,.hyvor-talk-load-container #hyvor-talk-load:focus{background:var(--link-color);padding-left:54px;padding-right:54px;color:#fff;-webkit-clip-path:polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);clip-path:polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%)}#hyvor-talk-view{margin-top:64px}.katex-display{max-width:100%;overflow-x:auto;overflow-y:hidden}.table-container{max-width:100%;overflow-x:auto;overflow-y:hidden}.table-container .table-container-inner{margin:0 auto}[data-theme=dark] .table-container::-webkit-scrollbar{background:var(--bg-post)}[data-theme=dark] .table-container::-webkit-scrollbar-thumb{border-color:var(--bg-post)}.excerpt-content h1,.excerpt-content h2,.excerpt-content h3,.excerpt-content h4,.excerpt-content h5,.excerpt-content h6{display:none}.nav-toc{position:-webkit-sticky;position:sticky;top:64px;right:0;width:350px;height:max-content;max-height:calc(100vh - 128px);overflow-y:auto;background:var(--bg-post)}@media screen and (min-width: 1300px){.nav-toc{margin-left:64px;box-shadow:none;background:rgba(0,0,0,0)}.nav-toc.nav-toc>strong{padding-top:0;padding-left:52px;background:rgba(0,0,0,0);text-align:left}.nav-toc .toc{padding-bottom:0}.nav-toc .toc li.active{border-color:var(--link-color)}}@media screen and (max-width: 1364px){.nav-toc{margin-top:64px;max-height:max-content}}.nav-toc a{color:var(--text-color);transition:.1s ease-out}.nav-toc a:hover{color:var(--link-color)}.nav-toc>strong{display:block;background:var(--gray-1);padding:16px;font:bold 1.2em "Montserrat",sans-serif;text-align:center}.nav-toc .toc{padding:16px 32px}.nav-toc .toc ol{list-style:none;margin-left:0;padding-left:0}.nav-toc .toc li{padding-left:16px;margin:16px 0;border-left:4px solid var(--gray-3);transition:.3s}.dark-mode-toggle{position:fixed;top:16px;right:16px;margin:0;padding:0;outline:none;cursor:pointer;height:38px;width:38px;border-radius:50%;background:var(--gray-2);border:3px solid var(--gray-2);transition:.3s ease-in-out}.dark-mode-toggle:hover,.dark-mode-toggle:focus{border-color:#f7941d}[data-theme=dark] .dark-mode-toggle:hover,[data-theme=dark] .dark-mode-toggle:focus{border-color:#384ea2}.dark-mode-toggle .dark-mode-svg{margin:0;padding:0;width:32px;height:32px}.dark-mode-toggle .dark-mode-svg .icon-moon,.dark-mode-toggle .dark-mode-svg .icon-sun,.dark-mode-toggle .dark-mode-svg path{transition:.3s ease-in-out}.dark-mode-toggle .dark-mode-svg path{fill:var(--bg-color)}.dark-mode-toggle .dark-mode-svg:hover .icon-moon path{fill:var(--gray-1)}[data-theme=dark] .dark-mode-toggle .dark-mode-svg:hover .icon-sun path{fill:var(--gray-1)}.dark-mode-toggle .dark-mode-svg .icon-moon{opacity:0}.dark-mode-toggle .dark-mode-svg .icon-moon path{transform:scale(0.5) translateX(-20px);transform-origin:64px 64px}[data-theme=dark] .dark-mode-toggle .dark-mode-svg .icon-moon{opacity:1}[data-theme=dark] .dark-mode-toggle .dark-mode-svg .icon-moon path{transform:none}.dark-mode-toggle .dark-mode-svg .icon-sun{opacity:1}.dark-mode-toggle .dark-mode-svg .icon-sun path{transform:none;transform-origin:192px 192px}[data-theme=dark] .dark-mode-toggle .dark-mode-svg .icon-sun{opacity:0}[data-theme=dark] .dark-mode-toggle .dark-mode-svg .icon-sun path{transform:scale(0.5) translateX(20px)}code,pre{font-family:"Consolas",monospace;font-size:.9em;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;transition:.3s background ease-in-out,.3s border-color ease-in-out}code{overflow:auto;border-radius:2px;background:var(--gray-1);padding:2px 3px}pre code{background:none;padding-left:0;padding-right:0}pre{padding:.6em .8em;border-left:4px solid var(--gray-3);border-radius:3px;overflow-x:auto;background:linear-gradient(150deg, #fafafa, #efefef)}[data-theme=dark] pre{background:linear-gradient(150deg, #282c34, #20242b)}.hljs{overflow-x:auto;display:block;color:#333}[data-theme=dark] .hljs{scrollbar-color:#aaa #20242b}[data-theme=dark] .hljs::-webkit-scrollbar{background:#20242b}[data-theme=dark] .hljs::-webkit-scrollbar-thumb{border-color:#20242b}.hljs-comment,.hljs-meta{color:#1aa739}.hljs-comment{font-style:italic}.hljs-variable,.hljs-template-variable,.hljs-strong,.hljs-emphasis,.hljs-quote{color:#df5000}.hljs-keyword,.hljs-selector-tag,.hljs-type{color:#d73a49}.hljs-literal,.hljs-symbol,.hljs-bullet,.hljs-attribute{color:#0086b3}.hljs-section,.hljs-name{color:#63a35c}.hljs-tag{color:#333}.hljs-title,.hljs-attr,.hljs-selector-id,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo{color:#6f42c1}.hljs-addition{color:#55a532;background:#eaffea}.hljs-deletion{color:#bd2c00;background:#ffecec}.hljs-link{text-decoration:underline}.hljs-number{color:#005cc5}.hljs-string{color:#032f62}[data-theme=dark] .hljs{color:#abb2bf}[data-theme=dark] .hljs-comment,[data-theme=dark] .hljs-quote{color:#5c6370;font-style:italic}[data-theme=dark] .hljs-doctag,[data-theme=dark] .hljs-keyword,[data-theme=dark] .hljs-formula{color:#c678dd}[data-theme=dark] .hljs-section,[data-theme=dark] .hljs-name,[data-theme=dark] .hljs-selector-tag,[data-theme=dark] .hljs-deletion,[data-theme=dark] .hljs-subst{color:#e06c75}[data-theme=dark] .hljs-literal{color:#56b6c2}[data-theme=dark] .hljs-string,[data-theme=dark] .hljs-regexp,[data-theme=dark] .hljs-addition,[data-theme=dark] .hljs-attribute,[data-theme=dark] .hljs-meta-string{color:#98c379}[data-theme=dark] .hljs-built_in,[data-theme=dark] .hljs-class .hljs-title{color:#e6c07b}[data-theme=dark] .hljs-attr,[data-theme=dark] .hljs-variable,[data-theme=dark] .hljs-template-variable,[data-theme=dark] .hljs-type,[data-theme=dark] .hljs-selector-class,[data-theme=dark] .hljs-selector-attr,[data-theme=dark] .hljs-selector-pseudo,[data-theme=dark] .hljs-number{color:#d19a66}[data-theme=dark] .hljs-symbol,[data-theme=dark] .hljs-bullet,[data-theme=dark] .hljs-link,[data-theme=dark] .hljs-meta,[data-theme=dark] .hljs-selector-id,[data-theme=dark] .hljs-title{color:#61aeee}[data-theme=dark] .hljs-emphasis{font-style:italic}[data-theme=dark] .hljs-strong{font-weight:bold}::selection{background:#3bf;color:#000;text-shadow:none;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:#000}::-webkit-scrollbar{width:12px;background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#aaa;border:2px solid var(--bg-color);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#888}::-webkit-scrollbar-thumb:active{background:#666}:root[data-theme=dark]{scrollbar-color:#aaa var(--bg-color)}
/*# sourceMappingURL=maps/main.css.map */
