/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::before,::after{box-sizing:border-box}html{font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4;}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item}:root{--bg: #1d2021;--bg-sidebar: #282828;--bg-inline: #3c3836;--border: #504945;--text: #e2dbc8;--text-muted: #bdae93;--text-bright: #f2ede2;--link: #83a598;--link-hover: #8ec07c;--sidebar-w: 260px;--content-max: 52rem}html{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.7;font-size:16px}body{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100dvh}.sidebar{position:sticky;top:0;height:100dvh;overflow-y:auto;background:var(--bg-sidebar);border-right:1px solid var(--border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.sidebar-title{font-size:1.15rem;font-weight:700;color:var(--text-bright);text-decoration:none}.github-link{color:var(--text-muted)}.github-link:hover{color:var(--text-bright)}.sidebar-nav{display:flex;flex-direction:column}.nav-link{display:block;padding:.25rem .5rem;border-radius:4px;color:var(--text);text-decoration:none;font-size:.85rem;line-height:1.5}.nav-link:hover{color:var(--text-bright);background:rgba(251,241,199,.06)}.nav-h2{font-weight:600;margin-top:.5rem}.nav-h3{padding-left:1rem}.content{max-width:var(--content-max);padding:3rem 3rem 6rem;width:100%;margin-inline:auto}h1,h2,h3,h4,h5,h6{color:var(--text-bright);font-weight:700;line-height:1.3;margin-top:2.5rem;margin-bottom:.75rem}h1{font-size:2rem}h2{font-size:1.5rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}h3{font-size:1.2rem}h4{font-size:1.05rem}h5{font-size:1rem}p{margin:0 0 1rem}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}a.zola-anchor{margin-left:.35em;color:var(--text-muted);opacity:0;text-decoration:none;font-weight:400}:is(h1,h2,h3,h4):hover a.zola-anchor{opacity:1}strong{color:var(--text-bright)}ul,ol{padding-left:1.5rem;margin:0 0 1rem}li{margin-bottom:.3rem}li>:is(ul,ol){margin-bottom:0}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}code{font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:.875em}:not(pre)>code{background:var(--bg-inline);padding:.15em .35em;border-radius:4px;color:var(--text-bright)}pre{background:var(--bg-sidebar);border:1px solid var(--border);border-radius:6px;padding:1rem 1.25rem;overflow-x:auto;margin:0 0 1.25rem;line-height:1.55}.giallo-l{display:inline-block;min-height:1lh;width:100%}.giallo-ln{display:inline-block;user-select:none;margin-right:.4em;padding:.4em;opacity:.8}@media (max-width: 768px){body{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:none;border-bottom:1px solid var(--border);padding:1rem}.content{padding:2rem 1.25rem 4rem}}