:root{--bg: #ffffff;--fg: #2e2e2e;--fg-muted: #6b6b6b;--link: #1a6fa5;--link-hover: #0d4f7a;--border: #e0e0e0;--code-bg: #f5f5f5;--header-bg: #fafafa}@media (prefers-color-scheme: dark){:root{--bg: #1a1a1a;--fg: #d4d4d4;--fg-muted: #999;--link: #6db3e8;--link-hover: #92c9f0;--border: #333;--code-bg: #252525;--header-bg: #1f1f1f}}.giallo-l{display:inline-block;min-height:1lh;width:100%}.giallo-ln{display:inline-block;user-select:none;margin-right:.4em;padding:.4em;min-width:3ch;text-align:right;opacity:.8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--fg);background:var(--bg);line-height:1.7;font-size:17px}.container{max-width:700px;margin:0 auto;padding:0 1.5rem}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}.site-header{padding:2rem 0 1rem;border-bottom:1px solid var(--border);margin-bottom:2rem}.site-header .site-title{font-size:1.4rem;font-weight:600;margin-bottom:.3rem}.site-header .site-title a{color:var(--fg)}.site-header nav a{margin-right:1.2rem;font-size:.95rem;color:var(--fg-muted)}.site-header nav a:hover{color:var(--fg)}.post-list .post-summary{margin-bottom:1.5rem}.post-list .post-summary time{font-size:.85rem;color:var(--fg-muted);font-variant-numeric:tabular-nums}.post-list .post-summary h2{font-size:1.2rem;font-weight:500;margin:.1rem 0 .2rem}.post-list .post-summary p{color:var(--fg-muted);font-size:.95rem}.post-list.archive .post-summary{margin-bottom:.5rem;display:flex;gap:1rem;align-items:baseline}.post-list.archive .post-summary time{min-width:4rem}.post-list .archive-year{font-size:1.3rem;margin:1.5rem 0 .5rem;color:var(--fg-muted)}.post .post-header{margin-bottom:2rem}.post .post-header h1{font-size:1.8rem;line-height:1.3;font-weight:600}.post .post-header .post-meta{color:var(--fg-muted);font-size:.9rem;margin-top:.5rem}.post .post-content h2{font-size:1.4rem;margin:2rem 0 .8rem;font-weight:600}.post .post-content h3{font-size:1.15rem;margin:1.5rem 0 .6rem;font-weight:600}.post .post-content p{margin-bottom:1rem}.post .post-content ul,.post .post-content ol{margin-bottom:1rem;padding-left:1.5rem}.post .post-content li{margin-bottom:.3rem}.post .post-content img{max-width:100%;height:auto;border-radius:4px;margin:1rem 0}.post .post-content code{font-family:"JetBrains Mono","SF Mono","Fira Code",monospace;font-size:.88em;background:var(--code-bg);padding:.15em .35em;border-radius:3px}.post .post-content pre{background:var(--code-bg);padding:1rem;border-radius:6px;overflow-x:auto;margin-bottom:1rem}.post .post-content pre code{background:none;padding:0;font-size:.85em}.post .post-content blockquote{border-left:3px solid var(--border);padding-left:1rem;margin:1rem 0;color:var(--fg-muted)}.post .post-content em{font-style:italic}.post .post-footer{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--fg-muted)}.site-footer{margin-top:4rem;padding:1.5rem 0;border-top:1px solid var(--border);font-size:.85rem;color:var(--fg-muted)}