:root{--DarkTheme-base1:hsl(220 13 14);--DarkTheme-base2:hsl(217 9 35);--DarkTheme-base3:hsl(40 16 85);--DarkTheme-fg1:hsl(48 14 93);--DarkTheme-fg2:hsl(40 19 75);--DarkTheme-link:hsl(0 25 74);--DarkTheme-link-active:hsl(45 27 77);--LightTheme-base1:hsl(36 6 84);--LightTheme-base2:hsl(30 7 16);--LightTheme-base3:hsl(30 5 93);--LightTheme-fg1:hsl(214 12 12);--LightTheme-fg2:hsl(214 5 30);--LightTheme-link:hsl(208 15 42);--LightTheme-link-active:hsl(199 11 44);@media(prefers-color-scheme:dark){--bg: var(--DarkTheme-base1); --fg: var(--DarkTheme-fg1); --fg-alt: var(--DarkTheme-fg2); --link: var(--DarkTheme-link); --link-active: var(--DarkTheme-link-active); --code-bg: var(--DarkTheme-base2); --code-text: var(--DarkTheme-base3); --scroll-bg: var(--DarkTheme-base2); --scroll-thumb: var(--DarkTheme-base3);}@media(prefers-color-scheme:light){--bg: var(--LightTheme-base1); --fg: var(--LightTheme-fg1); --fg-alt: var(--LightTheme-fg2); --link: var(--LightTheme-link); --link-active: var(--LightTheme-link-active); --code-bg: var(--LightTheme-base2); --code-text: var(--LightTheme-base3); --scroll-bg: var(--LightTheme-fg2); --scroll-thumb: var(--LightTheme-base3);}}@font-face{font-family:iosevka;src:url(/fonts/Iosevka-Regular.woff2)format("woff2");font-weight:400}body::-webkit-scrollbar{width:.6em}body::-webkit-scrollbar-track{background:var(--scroll-bg);border-radius:100vw;margin-block:.1rem}body::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:1rem}body{font-family:iosevka,sans-serif;font-size:13pt;line-height:1.4;background:var(--bg);color:var(--fg);display:flex;flex-direction:column;margin:auto;width:1200px;align-items:center;justify-content:center}header{border-bottom:1px solid var(--fg);margin-bottom:1rem}main img{width:100%;height:auto}nav>ul{display:flex;flex-direction:row;justify-content:space-evenly;list-style:none}footer{border-top:1px solid var(--fg);margin-top:1rem;margin-bottom:1rem;padding-top:1rem;display:flex;flex-direction:column}footer section{display:flex;flex-direction:row;justify-content:space-evenly;align-content:center;row-gap:2rem}.rssFeedLink img{width:1.4em;height:auto;border-radius:.5rem}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline;color:var(--link-active)}a.active{text-decoration:underline;color:var(--link-active)}section.articleMeta{display:flex;flex-direction:row}section.articleMeta time{margin-right:.7rem}span.tagList{display:flex;flex-direction:row;column-gap:.5rem;margin-left:.7rem}code:not(pre code){background:var(--code-bg);color:var(--code-text);padding-inline:.4rem;border-radius:.3rem}pre{padding:1rem;border-radius:.3rem}h1,h2,h3,h4,h5,h6{text-decoration:underline var(--fg-alt)}h4.summary{text-decoration:none}@media screen and (max-width:992px){body{font-size:11pt;display:block;margin-inline:.5rem;width:auto}h1,h2,h3,h4,h5,h6{font-size:1.3rem;text-align:center}pre{overflow:scroll}ul{padding-inline-start:2rem}.articleMeta{display:none!important}.articleMetaMobile{display:flex;flex-direction:column;align-items:start}.articleMetaMobile .tagList{margin:0}}@media screen and (max-width:600px){ul,ol{padding-inline-start:1.4rem}ol ul,ul ul,ul ol{padding-inline-start:1rem}}@media screen and (min-width:992px){body{font-size:12pt;display:block;max-width:1e3px}.articleMeta{display:flex}.articleMetaMobile{display:none}}@media(prefers-color-scheme:dark){.bg{color:#fff;background-color:#1f1f24}.chroma{color:#fff;background-color:#1f1f24}.chroma .err{color:#960050}.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:#353539}.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:#fc5fa3}.chroma .kc{color:#fc5fa3}.chroma .kd{color:#fc5fa3}.chroma .kn{color:#fc5fa3}.chroma .kp{color:#fc5fa3}.chroma .kr{color:#fc5fa3}.chroma .kt{color:#fc5fa3}.chroma .nc{color:#5dd8ff}.chroma .nb{color:#d0a8ff}.chroma .bp{color:#a167e6}.chroma .nv{color:#41a1c0}.chroma .vc{color:#41a1c0}.chroma .vg{color:#41a1c0}.chroma .vi{color:#41a1c0}.chroma .vm{color:#41a1c0}.chroma .nf{color:#41a1c0}.chroma .fm{color:#41a1c0}.chroma .s{color:#fc6a5d}.chroma .sa{color:#fc6a5d}.chroma .sb{color:#fc6a5d}.chroma .sc{color:#fc6a5d}.chroma .dl{color:#fc6a5d}.chroma .sd{color:#fc6a5d}.chroma .s2{color:#fc6a5d}.chroma .se{color:#fc6a5d}.chroma .sh{color:#fc6a5d}.chroma .sx{color:#fc6a5d}.chroma .sr{color:#fc6a5d}.chroma .s1{color:#fc6a5d}.chroma .ss{color:#fc6a5d}.chroma .m{color:#d0bf69}.chroma .mb{color:#d0bf69}.chroma .mf{color:#d0bf69}.chroma .mh{color:#d0bf69}.chroma .mi{color:#d0bf69}.chroma .il{color:#d0bf69}.chroma .mo{color:#d0bf69}.chroma .c{color:#6c7986}.chroma .ch{color:#6c7986}.chroma .cm{color:#6c7986}.chroma .c1{color:#6c7986}.chroma .cs{color:#6c7986;font-style:italic}.chroma .cp{color:#fd8f3f}.chroma .cpf{color:#fd8f3f}}@media(prefers-color-scheme:light){.bg{background-color:#f8f8f8}.chroma{background-color:#f8f8f8}.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:#dfdfdf}.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:#a2f;font-weight:700}.chroma .kc{color:#a2f;font-weight:700}.chroma .kd{color:#a2f;font-weight:700}.chroma .kn{color:#a2f;font-weight:700}.chroma .kp{color:#a2f}.chroma .kr{color:#a2f;font-weight:700}.chroma .kt{color:#0b0;font-weight:700}.chroma .na{color:#b44}.chroma .nc{color:#00f}.chroma .no{color:#800}.chroma .nd{color:#a2f}.chroma .ni{color:#999;font-weight:700}.chroma .ne{color:#d2413a;font-weight:700}.chroma .nl{color:#a0a000}.chroma .nn{color:#00f;font-weight:700}.chroma .nt{color:green;font-weight:700}.chroma .nb{color:#a2f}.chroma .bp{color:#a2f}.chroma .nv{color:#b8860b}.chroma .vc{color:#b8860b}.chroma .vg{color:#b8860b}.chroma .vi{color:#b8860b}.chroma .vm{color:#b8860b}.chroma .nf{color:#00a000}.chroma .fm{color:#00a000}.chroma .s{color:#b44}.chroma .sa{color:#b44}.chroma .sb{color:#b44}.chroma .sc{color:#b44}.chroma .dl{color:#b44}.chroma .sd{color:#b44;font-style:italic}.chroma .s2{color:#b44}.chroma .se{color:#b62;font-weight:700}.chroma .sh{color:#b44}.chroma .si{color:#b68;font-weight:700}.chroma .sx{color:green}.chroma .sr{color:#b68}.chroma .s1{color:#b44}.chroma .ss{color:#b8860b}.chroma .m{color:#666}.chroma .mb{color:#666}.chroma .mf{color:#666}.chroma .mh{color:#666}.chroma .mi{color:#666}.chroma .il{color:#666}.chroma .mo{color:#666}.chroma .o{color:#666}.chroma .ow{color:#a2f;font-weight:700}.chroma .c{color:#080;font-style:italic}.chroma .ch{color:#080;font-style:italic}.chroma .cm{color:#080;font-style:italic}.chroma .c1{color:#080;font-style:italic}.chroma .cs{color:#080;font-weight:700}.chroma .cp{color:#080}.chroma .cpf{color:#080}.chroma .gd{color:#a00000}.chroma .ge{font-style:italic}.chroma .gr{color:red}.chroma .gh{color:navy;font-weight:700}.chroma .gi{color:#00a000}.chroma .go{color:#888}.chroma .gp{color:navy;font-weight:700}.chroma .gs{font-weight:700}.chroma .gu{color:purple;font-weight:700}.chroma .gt{color:#04d}.chroma .gl{text-decoration:underline}.chroma .w{color:#bbb}}