.wallpaper{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:url(/images/wallpaper.jpg);background-size:cover;background-position:50% 100%;background-repeat:no-repeat;background-attachment:fixed;min-height:100%}.wallpaper_blur{position:fixed;inset:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);background:rgba(0,0,0,.4)}:root{--black:#222;--blue:#afeeee;--green:#819a4f;--orange:#D1A980;--grey:#808080;--white:#F8F8F8;--primary:#c1e6e5;--code-bg:rgba(40, 44, 52, 1);--code-border:#808080;--codeblk-bg:#272822;--codeblk-border:#A1A3A6;--width-min:800px;--header-height:6.5rem;--toc-width:400px;--z-toc:4;--z-toc-overlay:3;--z-header:2;--z-container:1;--z-body:0}html,body{z-index:var(--z-body);background-color:#739394;min-width:var(--width-min);height:100%;color:var(--white);background-color:var(--black);overscroll-behavior:none;font-family:sans-serif;font-size:1rem;line-height:1.5;margin:0;padding:0}header{z-index:var(--z-header);position:fixed;top:0;left:0;right:0;height:var(--header-height);padding:0;color:var(--black)}.header-inner{display:grid;grid-template-columns:1fr max-content 1fr;align-items:center;width:100%;height:var(--header-height);max-width:800px;margin:0 auto}.header-center{justify-self:center;width:max-content;text-align:center}.memorand{border-radius:10rem;padding:.6rem 1rem;margin:0;line-height:1.15}.memorand a,.memorand a:hover{color:var(--black)}.header-left{justify-self:start;display:flex;border-left:none;gap:30px}.header-right{justify-self:end;display:flex;border-left:none;gap:30px}.header-left svg,.header-right svg{width:2rem;height:2rem}.header-item{border:none;background-color:transparent;color:var(--black);font-size:inherit;padding:.6rem .7rem .3rem;border-radius:20rem;margin:0}.memorand,.header-item{background:rgba(255,255,255,.4);backdrop-filter:blur(500px)brightness(1.2);-webkit-backdrop-filter:blur(500px)brightness(1.2)}.memorand:hover,.header-item:hover{backdrop-filter:blur(500px)brightness(1.6);-webkit-backdrop-filter:blur(500px)brightness(1.6);color:var(--black)}.toc-sidebar{position:fixed;top:0;left:calc(-1*var(--toc-width));width:var(--toc-width);height:100%;backdrop-filter:blur(100px)brightness(1);-webkit-backdrop-filter:blur(100px)brightness(1);z-index:var(--z-toc);transition:all .1s ease;padding:0;overflow-y:auto}.toc-header{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee}.toc-header h2{border-left:none;color:var(--white);padding:0 0 0 1rem}.toc-close{display:flex;padding:1rem;color:var(--white);background-color:transparent;border:none}.toc-close svg{height:2rem;width:2rem}.toc-sidebar.is-active{left:0}.toc-sidebar nav ul{list-style:none;padding:0;margin:0}.toc-sidebar nav li{margin-top:.1rem;margin-bottom:.1rem}.toc-sidebar nav ul ul{border-left:2px solid rgba(255,255,255,.5);padding-left:1rem;margin:.5rem 0 .5rem 1rem}.toc-sidebar nav a{text-decoration:none;color:var(--white);display:inline-block}.toc-sidebar nav a:hover{color:var(--blue);text-decoration:underline}.toc-content{margin:2rem;font-size:1.3rem}.toc-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:var(--z-toc-overlay);opacity:0;visibility:hidden;transition:opacity .1s ease,visibility .1s}.toc-overlay.is-active{opacity:1;visibility:visible}.pagination{border-left:none}.container{padding:0;display:flex;position:relative;flex-direction:column;min-height:100%;padding-top:var(--header-height);z-index:var(--z-container);border-radius:12px}main{flex:1;font-size:1.2rem;width:var(--width-min);margin:0 auto;padding:1rem}footer{color:var(--white);background-color:var(--black);padding:1px;width:100%}.list{width:var(--width-min);padding-bottom:1em;border-bottom:1px solid var(--white);border-left-style:none;padding-left:0}a{color:var(--blue);text-decoration:none}a:hover{color:var(--orange)}img{width:100% !important;height:auto !important;max-height:none !important}ul.pagination{text-align:center}ul.pagination li.page-item{display:inline;text-align:center}ul.pagination li.page-item.active{border-bottom:2px solid #ccc;padding:2px}ul.pagination li.page-item.disabled a{color:var(--white)}.post-tags{margin:-1em 0 0 -.5rem;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:0}.post-tag{background:rgba(255,255,255,.4);color:var(--black);border:none;padding:.2em 1em;margin:.5em;border-radius:20px}.tag{color:var(--black);border:none;padding:.5em 1em;margin:.5em;cursor:pointer;transition:background-color .1s;border-radius:20px;background:rgba(255,255,255,.6)}.tag:hover{backdrop-filter:brightness(1.6)}.tag.active{background:var(--orange)}.tag.active:hover{filter:brightness(1.2)}#password input{border-radius:10rem;padding:.5rem 1rem;margin:0 .2rem;font-size:1rem;min-width:160px;border:none;background:rgba(255,255,255,.4);backdrop-filter:blur(500px)brightness(1.2);-webkit-backdrop-filter:blur(500px)brightness(1.2)}#password button{border-radius:10rem;padding:.5rem .2rem;margin:0 .2rem;font-size:1rem;min-width:160px;border:none;background:rgba(255,255,255,.4);backdrop-filter:blur(500px)brightness(1.2);-webkit-backdrop-filter:blur(500px)brightness(1.2)}#password input:hover,#password button:hover{backdrop-filter:blur(500px)brightness(1.6);-webkit-backdrop-filter:blur(500px)brightness(1.6)}h1,h2,h3,h4,h5,h6{scroll-margin-top:var(--header-height)}main h2{border-left:10px solid var(--primary);padding-left:1rem}h3{border-bottom:3px solid var(--primary)}main table{border-collapse:collapse;border:1px solid var(--white)}main th,main td{border:1px solid var(--white);padding:8px}hr{color:var(--white)}.math-block-wrapper{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}mjx-container{margin:.5rem}mjx-container[jax=CHTML][display=true]{overflow-x:auto;overflow-y:hidden;display:block;max-width:100%;padding:1rem 0}li code,p code{background-color:var(--code-bg);border-radius:4px;padding:4px;margin-left:4px;margin-right:4px}pre{background-color:var(--code-bg);border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:1rem;overflow-x:auto;position:relative;margin:0}.codeblock-with-copy{position:relative;margin:1.5rem 0}.codeblock-header{display:flex;justify-content:flex-end;background-color:var(--primary);border-top-left-radius:8px;border-top-right-radius:8px;padding:.25rem .6rem;font-size:.75rem}.code-copy-button{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .5rem;margin:0 -4rem rem 0;font-size:1rem;border-radius:4px;border:none;background-color:var(--code-bg);cursor:pointer}.code-copy-button svg{width:1rem;height:1rem;stroke:currentColor;fill:none}.icon_copy{color:var(--white)}.icon-success{color:#4caf50}.icon-error{color:#f44336}.icon_copy:hover{color:var(--orange)}@media(max-width:800px){main{font-size:2em;width:100%;box-sizing:border-box;min-width:0}img,picture,video,iframe{max-width:100%;height:auto;display:block}p,li,td,th,h1,h2,h3{word-break:break-word;overflow-wrap:anywhere}.content table{max-width:100%}mjx-math.MJX-TEX{font-size:55% !important}mjx-container[jax=CHTML][display=true] mjx-math.MJX-TEX{font-size:70% !important}.math-block-wrapper{overflow-y:clip}.highlight{max-width:100%;overflow-x:auto}.highlight .lntable{width:100%;table-layout:fixed;border-spacing:0}.highlight .lntable .lntd:first-child{width:2em;min-width:3em;max-width:3em}.highlight .lntable .lntd:last-child{width:auto}.highlight pre{margin:0;overflow-x:auto}}﻿ .bg{color:#f8f8f2;background-color:#272822}.chroma{color:#f8f8f2;background-color:#272822}.chroma .err{color:#960050;background-color:#1e0010}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#3c3d38}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .line{display:flex}.chroma .k{color:#66d9ef}.chroma .kc{color:#66d9ef}.chroma .kd{color:#66d9ef}.chroma .kn{color:#f92672}.chroma .kp{color:#66d9ef}.chroma .kr{color:#66d9ef}.chroma .kt{color:#66d9ef}.chroma .na{color:#a6e22e}.chroma .nc{color:#a6e22e}.chroma .no{color:#66d9ef}.chroma .nd{color:#a6e22e}.chroma .ne{color:#a6e22e}.chroma .nx{color:#a6e22e}.chroma .nt{color:#f92672}.chroma .nf{color:#a6e22e}.chroma .fm{color:#a6e22e}.chroma .l{color:#ae81ff}.chroma .ld{color:#e6db74}.chroma .s{color:#e6db74}.chroma .sa{color:#e6db74}.chroma .sb{color:#e6db74}.chroma .sc{color:#e6db74}.chroma .dl{color:#e6db74}.chroma .sd{color:#e6db74}.chroma .s2{color:#e6db74}.chroma .se{color:#ae81ff}.chroma .sh{color:#e6db74}.chroma .si{color:#e6db74}.chroma .sx{color:#e6db74}.chroma .sr{color:#e6db74}.chroma .s1{color:#e6db74}.chroma .ss{color:#e6db74}.chroma .m{color:#ae81ff}.chroma .mb{color:#ae81ff}.chroma .mf{color:#ae81ff}.chroma .mh{color:#ae81ff}.chroma .mi{color:#ae81ff}.chroma .il{color:#ae81ff}.chroma .mo{color:#ae81ff}.chroma .o{color:#f92672}.chroma .ow{color:#f92672}.chroma .c{color:#75715e}.chroma .ch{color:#75715e}.chroma .cm{color:#75715e}.chroma .c1{color:#75715e}.chroma .cs{color:#75715e}.chroma .cp{color:#75715e}.chroma .cpf{color:#75715e}.chroma .gd{color:#f92672}.chroma .ge{font-style:italic}.chroma .gi{color:#a6e22e}.chroma .gs{font-weight:700}.chroma .gu{color:#75715e}