.modal-backdrop{pointer-events:none;position:fixed;z-index:1;width:100vw;height:100%;left:0;top:0;background-color:#171717;transition:opacity 400ms ease;display:flex;flex-direction:column;align-items:center;justify-content:center}[modal-backdrop-active=true]{pointer-events:all;opacity:1 !important}[zoom-image=true]{position:relative;z-index:15;transition:transform 400ms;pointer-events:none}.modal-img{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;opacity:0;width:auto;max-height:80%}[image-active=true]{display:block}.close{pointer-events:none;z-index:10;opacity:0;top:0;right:0;position:fixed;cursor:pointer;margin:3rem;font-size:xx-large;transition:opacity 400ms}.modal-caption{z-index:2;text-align:center}.modal-item{display:flex;align-items:center;justify-content:center;width:100%}.fixed-clickable{position:fixed;height:100%;width:100%}.article-item:hover{background-color:#202020;cursor:pointer}pre,blockquote{background-color:#262626;padding:1rem;margin:0}blockquote{border-left:4px solid var(--primary)}p:has(img){padding-left:2rem;padding-right:2rem}.grid-col-2{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}pre{overflow:auto}::-webkit-scrollbar{background:0 0}::-webkit-scrollbar-thumb{background:#393812}.zoomable,article img{cursor:zoom-in}.plantuml-diagram{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.katex{white-space:normal !important}a:hover{color:color-mix(in srgb,var(--primary) 60%,var(--block) 40%)}.bg{color:#f8f8f2;background-color:#272822}.chroma{color:#f8f8f2;background-color:#272822}.chroma .cl{}.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}.tooltip{display:inline-block;position:absolute;bottom:125%;left:50%;transform:translateX(-50%);text-align:center;color:var(--secondary);padding:.5rem;background-color:var(--block);width:max-content;max-width:50rem;opacity:0;pointer-events:none}.link-container{display:inline-block;width:fit-content;position:relative;pointer-events:all}a:hover~.tooltip{opacity:100;transition:400ms}