﻿:root{color-scheme:dark;--background: #0b0b0a;--foreground: #e8e6df;--text: #d8d5cc;--muted: #aaa69c;--border: #55534d;--link: #00ffaf;--link-visited: #c3a8ff;--link-active: #ff5bd5;--surface: #222222;--selection-background: #ffcc00;--selection-foreground: #000000;--footnote-popup-background: #333333;--svg-filter: invert(1)}@media (prefers-color-scheme: light){:root:not([data-theme]){color-scheme:light;--background: #f8f7f3;--foreground: #181817;--text: #2b2a27;--muted: #6f6c64;--border: #b8b4aa;--link: #005ef2;--link-visited: #6726d6;--link-active: #b100be;--surface: #eeeae2;--selection-background: #3366cc;--selection-foreground: #ffffff;--footnote-popup-background: #eeeeee;--svg-filter: none}}:root[data-theme=light]{color-scheme:light;--background: #f8f7f3;--foreground: #181817;--text: #2b2a27;--muted: #6f6c64;--border: #b8b4aa;--link: #005ef2;--link-visited: #6726d6;--link-active: #b100be;--surface: #eeeae2;--selection-background: #3366cc;--selection-foreground: #ffffff;--footnote-popup-background: #eeeeee;--svg-filter: none}:root[data-theme=dark]{color-scheme:dark;--background: #0b0b0a;--foreground: #e8e6df;--text: #d8d5cc;--muted: #aaa69c;--border: #55534d;--link: #00ffaf;--link-visited: #c3a8ff;--link-active: #ff5bd5;--surface: #222222;--selection-background: #ffcc00;--selection-foreground: #000000;--footnote-popup-background: #333333;--svg-filter: invert(1)}html{font-family:"IBM Plex Serif",serif;font-size:1.05rem;line-height:1.5;margin:auto;max-width:65ch;padding:1.5rem 1em 3em;background:var(--background);color:var(--foreground)}h1,h2,h3,h4,h5,h6,header,nav,body>footer,.tags{font-family:"IBM Plex Sans",sans-serif}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin:2.2em 0 .7em}h1{font-size:1.45em}h2{font-size:1.25em}h3{font-size:1.1em}h4{font-size:1em}h5{font-size:.95em}h6{font-size:.9em}h1::before{content:"# "/""}h2::before{content:"## "/""}h3::before{content:"### "/""}h1::before,h2::before,h3::before{color:var(--muted)}pre,code,kbd,samp{font-family:"IBM Plex Mono",monospace}code,kbd,samp{font-size:.9em}pre{overflow-x:auto;font-size:.9em;line-height:1.45}pre code{background:none !important;font-size:inherit}:not(pre)>code{padding:.08em .22em}article p,article ul,article ol,.desc{color:var(--text)}p{text-align:left}p,ul,ol,.g,article>footer,article>header{margin:0 0 1.5em}img{max-width:100%}img:not([src$=".svg"]),article>div,pre{border-radius:.3rem}img[src$="#pixelate"]{image-rendering:pixelated}img[src$=".svg"],nav svg,footer svg{filter:var(--svg-filter)}pre{padding:1.5rem;margin:0 0 1.5rem;background:var(--surface) !important}blockquote{margin:0 0 1.5rem;padding:0 0 0 1.25em;border-left:3px solid var(--border);color:var(--text);background:none !important}blockquote>*:last-child{margin-bottom:0}code,article>img,article>p>img,.g img{background:var(--surface) !important}article>img,article>p>img,article>div{display:block;margin-bottom:1.5rem;width:100%}::selection{background:var(--selection-background);color:var(--selection-foreground)}.giallo{color-scheme:inherit !important}.yt{aspect-ratio:16/9;width:100%;overflow:hidden}.yt iframe{width:100%;height:100%;border:0}.s{font-size:.85rem;color:var(--muted)}.theme{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:0;background:none;color:inherit;font:inherit;font-size:1.25rem;line-height:1;cursor:pointer}.theme[hidden]{display:none}.theme::before{content:"☀"}html[data-theme=light] .theme::before{content:"☾"}header>div{margin-bottom:1.5rem}footer{margin-top:1.5rem}body>footer{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}body>footer img,body>footer svg{width:1em;height:1em;vertical-align:middle}.tags{padding:.5rem 0 0}.tags li{display:inline}.tags li+li::before{content:" · "}.tags a{text-decoration-style:dotted}nav{display:flex;gap:.5rem;margin:1.5rem 0}nav a{flex:1;display:flex;flex-direction:column;align-items:center;overflow:hidden;font-weight:bold}nav a .s{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}nav img,nav svg{width:2rem;height:2rem;margin-bottom:.25rem}.g{display:grid;grid-template-columns:repeat(auto-fill, minmax(7rem, 1fr));gap:.5rem}.g a{aspect-ratio:1;display:flex;align-items:center;justify-content:center}.g img{object-fit:contain;max-height:100%;max-width:100%}.p{list-style:none;padding:0}.p ul{margin:0}.p>li{display:flex;gap:1rem;margin-bottom:1rem}.p time{display:flex;flex-direction:column;align-items:center;min-width:3rem;margin:.25rem 0;color:var(--muted)}.p time span:first-child{font-size:1.5em;line-height:1}.lb{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.8666666667);z-index:999;cursor:pointer}.lb img{max-width:95vw;max-height:95vh}.footnote-definition{display:flex;gap:.5em;margin:0 0 .5em;font-size:.85rem}.footnote-definition p{margin:0}.footnote-definition-label{min-width:1.5em}.footnote-reference{margin:0 .15em}section.footnotes{margin-top:4rem;padding-top:0;padding-left:1.5rem;border-top:1px solid var(--border);color:var(--muted);font-size:.8em;line-height:1.4}.footnotes-list{padding-left:1.5rem}.footnotes-list li{margin-top:.4rem}.footnote-popup{position:fixed;z-index:1000;width:max-content;max-width:min(28rem,100vw - 2rem);padding:.75rem .9rem;font-size:.85rem;line-height:1.4;background:var(--footnote-popup-background);border:1px solid var(--border);border-radius:.4rem;box-shadow:0 2px 6px rgba(0,0,0,.1),0 8px 24px rgba(0,0,0,.08)}.footnote-popup[hidden]{display:none}.footnote-popup p:first-child{margin-top:0}.footnote-popup p:last-child{margin-bottom:0}.footnote-popup-jump{display:block;margin-top:.5rem;font-size:.8em;color:var(--muted)}a{color:var(--link);text-decoration-thickness:.08em;text-underline-offset:.14em}a:visited{color:var(--link-visited)}a.active,a:active,a:hover{color:var(--link-active);text-decoration-style:dotted}a[rel~=external]::after{content:"⁠↗";margin-left:.15em;font-size:.75em;vertical-align:.15em}a[rel~=external]:has(img){position:relative;display:inline-block}a[rel~=external]:has(img)::after{position:absolute;right:.3em;top:.3em;margin-left:0;vertical-align:initial}hr{border:0;border-top:1px dashed var(--border);clear:both;margin-bottom:1.5rem}sup,sub{position:relative;vertical-align:baseline;font-size:.75em;line-height:0}sup{top:-.5em}sub{bottom:-.25em}@media (max-width: 30em){html{font-size:1rem}header .desc{display:none}nav.many{flex-wrap:wrap;row-gap:1.5rem}nav.many a{flex-basis:var(--nav-basis)}}@media print{*{color:#000 !important;filter:none !important;background:none !important}html{font-size:.8rem;max-width:none;padding:0;background:#fff !important}.theme{display:none !important}img,pre{break-inside:avoid}}.search-input{box-sizing:border-box;width:100%;margin-bottom:2rem;padding:.5rem;font:inherit;color:inherit;background:rgba(0,0,0,0);border:1px solid var(--border)}.search-input:focus{outline:2px solid var(--link);outline-offset:2px}