﻿:root{color-scheme:light dark;--font-serif: Georgia, "Times New Roman", serif;--font-sans: system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, Menlo, Consolas, monospace;--measure: 92ch;--container-pad: 1.5rem;--rhythm: 1rem;--link-underline-offset: 0.18em;--bg: #ffffff;--bg-soft: #f5f5f3;--fg: #1a1a1a;--fg-muted: #525252;--fg-subtle: #666666;--border: #d9d9d4;--border-strong: #bfbfb9;--accent: #0044cc;--accent-hover: #0034ad;--focus-ring: rgba(29, 78, 216, 0.45)}@media (prefers-color-scheme: dark){:root{--bg: #0d0d0e;--bg-soft: #18181a;--fg: #ececea;--fg-muted: #babab8;--fg-subtle: #9a9a98;--border: #2c2c2f;--border-strong: #3d3d40;--accent: #93c5fd;--accent-hover: #bfdbfe;--focus-ring: rgba(147, 197, 253, 0.45)}}*,*::before,*::after{box-sizing:border-box}*{margin:0}html{font-size:18px;line-height:1.4;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;scrollbar-gutter:stable}body{font-family:var(--font-serif);background:var(--bg);color:var(--fg);display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto}img,svg,picture,video{max-width:100%;display:block;height:auto}input,button,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:600;line-height:1.25;color:var(--fg);text-wrap:balance}h1{font-size:1.9rem}h2{font-size:1.4rem}h3{font-size:1.15rem}h4,h5,h6{font-size:1rem}p,ul,ol,blockquote,table,pre,hr{margin-block:var(--rhythm)}p{max-width:var(--measure)}ul,ol{padding-left:1.4em;max-width:var(--measure)}li+li{margin-top:.4em}a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:color-mix(in srgb, var(--accent) 35%, rgba(0,0,0,0));text-underline-offset:var(--link-underline-offset);transition:color .15s ease,text-decoration-color .15s ease}a:hover{color:var(--accent-hover);text-decoration-color:var(--accent)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible,[contenteditable]:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}blockquote{border-left:3px solid var(--border-strong);padding-left:1rem;color:var(--fg-muted);font-style:italic}hr{border:none;border-top:1px solid var(--border)}code,kbd,samp{font-family:var(--font-mono);font-size:.92em}:not(pre)>code{background:var(--bg-soft);padding:.12em .35em;border-radius:3px;border:1px solid var(--border)}pre{background:var(--bg-soft);border:1px solid var(--border);border-radius:6px;padding:1rem 1.1rem;overflow-x:auto;font-size:.88rem;line-height:1.5}pre code{background:none;border:none;padding:0;font-size:inherit}table{border-collapse:collapse;width:100%;font-size:.95rem}th,td{text-align:left;padding:.5em .7em;border-bottom:1px solid var(--border)}th{font-family:var(--font-sans);font-weight:600}img{border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--bg);color:var(--accent);padding:.5rem .75rem;border:1px solid var(--border-strong)}.skip-link:focus{left:.5rem;top:.5rem}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}main{padding-block:1.25rem 1.5rem}.container{width:100%;max-width:calc(var(--measure) + 2*var(--container-pad));margin-inline:auto;padding-inline:var(--container-pad)}.site-header{border-bottom:1px solid var(--border);background:var(--bg)}.site-header__inner{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;padding-block:1rem}.site-title{font-family:var(--font-sans);font-weight:700;font-size:1.1rem;text-decoration:none;color:var(--fg);display:inline-flex;gap:.18em}.site-title__letter{display:inline-flex;align-items:center;justify-content:center;width:1.3em;height:1.3em;background:var(--fg);color:var(--bg);border-radius:.2em;line-height:1}.site-title__letter__D{padding-left:.05em}.site-title:hover .site-title__letter{background:var(--accent);color:var(--bg)}.site-title[aria-current=page]:hover{cursor:default}.site-title[aria-current=page]:hover .site-title__letter{background:var(--fg)}.site-nav{display:flex;gap:1.1rem;flex-wrap:wrap;font-family:var(--font-sans);font-size:.95rem}.site-nav a[aria-current=page],.lang-switcher a[aria-current=page]{color:var(--fg);font-weight:600;text-decoration:none;cursor:default}.site-nav a[aria-current=page]:hover,.lang-switcher a[aria-current=page]:hover{color:var(--fg);text-decoration:none}.site-nav a[aria-current=location]{font-weight:600}.lang-switcher{margin-left:auto;display:flex;gap:.25rem;font-family:var(--font-sans);font-size:.95rem}.lang-switcher a{padding:.1em .45em;border-radius:3px}.home{display:flex;flex-direction:column;gap:var(--rhythm)}.socials{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.4rem 1rem;font-family:var(--font-sans);font-size:.95rem}.socials li{margin:0}.home__recent,.home__projects{margin-top:calc(var(--rhythm)*.5)}.home__recent h2,.home__projects h2{font-size:1.1rem;margin-bottom:.5rem}.home__more{margin-top:.4rem;font-family:var(--font-sans);font-size:.92rem}.projects{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.1rem}.projects li{margin:0;padding:0}.projects__name{font-family:var(--font-sans);font-weight:600;display:inline-block}.projects__desc{margin-top:.2rem;font-size:.95rem;color:var(--fg-muted)}.projects__ext{display:inline-block;margin-left:.3rem;font-family:var(--font-sans);font-size:.85rem;color:var(--fg-muted);text-decoration:none;vertical-align:baseline}.projects__ext:hover,.projects__ext:focus{color:var(--fg)}.projects-list h1{margin-bottom:var(--rhythm)}.projects-list__desc{margin-top:calc(var(--rhythm)*-.6);margin-bottom:var(--rhythm);color:var(--fg-muted)}.project__header h1{margin-bottom:.4rem}.project__ext{font-family:var(--font-sans);font-size:.95rem;margin-top:0}.project__body{margin-top:var(--rhythm)}.post-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.9rem;max-width:var(--measure)}.post-list li{margin:0}.post-list a{font-family:var(--font-sans);font-weight:500}.post-list time{display:block;margin-top:.15rem;font-family:var(--font-sans);font-size:.82rem;color:var(--fg-subtle)}.post{display:flex;flex-direction:column;gap:var(--rhythm)}.post__header{border-bottom:1px solid var(--border);padding-bottom:calc(var(--rhythm)*.7)}.post__header h1{font-size:2rem;margin-bottom:.4rem}.post__meta{font-family:var(--font-sans);font-size:.88rem;color:var(--fg-subtle);display:flex;flex-wrap:wrap;gap:.4rem .9rem;margin:0}.post__body{flex:1}.post__body h2{margin-top:1.2em}.post__body h3{margin-top:1em}.post__body img{margin-block:var(--rhythm)}.post__nav{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:calc(var(--rhythm)*.7);font-family:var(--font-sans);font-size:.95rem}.post__nav--prev,.post__nav--next{display:flex;flex-direction:column;max-width:48%}.post__nav--next{margin-left:auto;text-align:right;align-items:flex-end}.post__nav__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-subtle)}.post__nav__title{font-weight:500;margin-top:.15rem}.post__body a.zola-anchor,.post__body a.header-anchor{margin-left:.4em;color:var(--fg-subtle);text-decoration:none;font-size:.85em;opacity:0;transition:opacity .15s ease}.post__body a.zola-anchor::after,.post__body a.header-anchor::after{content:"#"}.post__body h2:hover .zola-anchor,.post__body h3:hover .zola-anchor,.post__body h4:hover .zola-anchor,.post__body h5:hover .zola-anchor,.post__body h6:hover .zola-anchor,.post__body h2:hover .header-anchor,.post__body h3:hover .header-anchor,.post__body h4:hover .header-anchor,.post__body h5:hover .header-anchor,.post__body h6:hover .header-anchor,.post__body h2:focus-within .zola-anchor,.post__body h3:focus-within .zola-anchor,.post__body h4:focus-within .zola-anchor,.post__body h5:focus-within .zola-anchor,.post__body h6:focus-within .zola-anchor,.post__body h2:focus-within .header-anchor,.post__body h3:focus-within .header-anchor,.post__body h4:focus-within .header-anchor,.post__body h5:focus-within .header-anchor,.post__body h6:focus-within .header-anchor{opacity:1}.post__body a.zola-anchor:hover,.post__body a.header-anchor:hover{color:var(--fg);opacity:1}.post__body .footnote-definition{display:grid;grid-template-columns:auto 1fr;column-gap:.5ch;align-items:baseline}.post__body .footnote-definition>.footnote-definition-label{font-size:inherit;line-height:inherit;color:var(--fg-subtle)}.post__body .footnote-definition>p{grid-column:2}.post__body .footnote-definition>p:first-child{margin-top:0}.post__body .footnote-definition>p:last-child{margin-bottom:0}.page h1{margin-bottom:var(--rhythm)}figure.photo{display:block;max-width:30rem;margin-block:var(--rhythm);margin-inline:auto;padding:.75rem .75rem 1.1rem;background:#fff;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.08),0 5px 18px rgba(0,0,0,.14)}figure.photo img{width:100%;margin:0;border-radius:0;border:1px solid #000}figure.photo figcaption{margin-top:.85rem;padding-inline:.5rem;text-align:center;font-family:var(--font-sans);font-size:.9rem;line-height:1.35;color:#444}figure.photo figcaption a{color:var(--accent)}@media (prefers-color-scheme: dark){figure.photo{box-shadow:0 1px 2px rgba(0,0,0,.4),0 5px 18px rgba(0,0,0,.55)}}.comments{border-top:1px solid var(--border);padding-top:calc(var(--rhythm)*.7)}.comments__note{font-family:var(--font-sans);font-size:.82rem;color:var(--fg-subtle);margin-top:-.3rem;margin-bottom:calc(var(--rhythm)*.8)}.comments__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(var(--rhythm)*.7)}.comment{--indent: min(var(--depth, 0), 4);position:relative}.comment[style*="--depth: 0"]{padding-left:0}.comment:not([style*="--depth: 0"]){padding-left:calc(var(--indent)*1.5rem + .5rem);border-left:1px solid var(--border)}.comment__body{display:flex;flex-direction:column;gap:.35rem}.comment__header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4em .7em;font-family:var(--font-sans);font-size:.85rem}.comment__author{font-weight:600;color:var(--fg);text-decoration:none}.comment__author--site{border:1px solid var(--accent);color:var(--accent);padding:.05em .45em;border-radius:3px;font-size:.78rem;font-weight:600}.comment__author--anon{font-style:italic;color:var(--fg-subtle);font-weight:400}.comment__date{color:var(--fg-subtle);font-size:.78rem}.comment__permalink{color:var(--fg-subtle);text-decoration:none;font-size:.78rem;margin-left:auto}.comment__permalink:hover{text-decoration:underline;color:var(--fg-muted)}.comment__content :where(p,ul,ol,blockquote,pre,hr){margin-block:.5em}.comment__content p{max-width:none}.comment__content blockquote{font-size:.92em;padding-left:.75rem}.comment__content>:first-child{margin-top:0}.comment__content>:last-child{margin-bottom:0}@media (max-width: 30rem){.comment{--indent: min(var(--depth, 0), 3)}.comment:not([style*="--depth: 0"]){padding-left:calc(var(--indent)*.9rem + .4rem)}}.toc{font-family:var(--font-sans);font-size:.85rem}.toc>summary{display:inline-block;cursor:pointer;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-subtle)}.toc>summary::-webkit-details-marker{display:none}.toc>summary::before{content:"▸︎";display:inline-block;margin-right:.4em;transform:translateY(-.1em);transition:transform .15s ease}.toc[open]>summary::before{transform:translateY(-.1em) rotate(90deg)}.toc ul{list-style:none;padding:0;margin-block:.75rem 0;max-width:none}.toc ul ul{padding-left:.85rem;margin-top:.15rem}.toc li{margin-block:.2rem;line-height:1.35}.toc a{color:var(--fg-muted);text-decoration-color:color-mix(in srgb, var(--fg-muted) 35%, rgba(0,0,0,0));display:block;padding:.1rem 0}.toc a:hover{color:var(--fg);text-decoration-color:var(--fg-muted)}.blog-list h1{margin-bottom:var(--rhythm)}.blog-list__year{margin-bottom:calc(var(--rhythm)*1.2)}.blog-list__year h2{font-family:var(--font-sans);font-size:1.1rem;color:var(--fg-subtle);margin-bottom:.5rem}.blog-list__desc{margin-top:calc(var(--rhythm)*-.6);margin-bottom:var(--rhythm);color:var(--fg-muted)}.blog-list__years-nav{margin-bottom:var(--rhythm)}.blog-list__years-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0 1rem;font-family:var(--font-sans);font-size:.9rem}.blog-list__years-nav li+li{margin-top:0}.not-found{text-align:center;padding-block:4rem}.not-found__code{font-family:var(--font-sans);font-size:4rem;font-weight:700;color:var(--fg-subtle);line-height:1}.not-found h1{margin-top:.5rem;margin-bottom:.5rem}.blog-list__year+.blog-list__year{border-top:1px solid var(--border);padding-top:calc(var(--rhythm)*1.2)}.blog-list__months{display:grid;grid-template-columns:repeat(auto-fit, minmax(18rem, 1fr));gap:calc(var(--rhythm)*1.1) calc(var(--rhythm)*1.5)}.blog-list__month h3{font-family:var(--font-sans);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-muted);margin-bottom:.5rem}.post-list--compact{max-width:40ch;gap:0}.post-list--compact li{display:flex;align-items:flex-start;gap:.6rem;margin-top:.5rem;min-height:1.7rem}.post-list--compact li:first-child{margin-top:0}.post-list--compact li.post-list__item--date{margin-top:1rem}.post-list--compact li.post-list__item--date:first-child{margin-top:0}.post-list--compact a{font-family:var(--font-sans);font-weight:400;font-size:.92rem}.post-list--compact .cal-date{display:inline-flex;flex-direction:column;flex:0 0 auto;margin:0;width:1.7rem;height:1.7rem;border-radius:4px;overflow:hidden;border:1px solid var(--fg-subtle)}.post-list--compact .cal-date::before{content:"";height:.3rem;background:var(--fg-subtle)}.post-list--compact .cal-date__day{flex:1;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:.78rem;font-weight:600;color:var(--fg)}.post-list--compact .cal-date-spacer{flex:0 0 auto;width:1.7rem}.site-footer{border-top:1px solid var(--border);background:var(--bg)}.site-footer__inner{padding-block:1rem}.site-footer__disclaimer{margin:0;font-size:.85rem;color:var(--fg-subtle)}.pswp-gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:.5rem;margin-block:var(--rhythm);max-width:var(--measure)}.pswp-gallery a{display:block;overflow:hidden;border-radius:4px;line-height:0}.pswp-gallery img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;margin:0;border-radius:0;transition:transform .15s ease}.pswp-gallery a:hover img,.pswp-gallery a:focus-visible img{transform:scale(1.03)}@media (prefers-reduced-motion: reduce){.pswp-gallery img{transition:none}}