:root{--bg:#0b0a09;--text:#ddd9d4;--accent:#e5b77e;--card:#141311;--border:#3d3835;--link:#e5b77e;--muted:#877d73;--code:#ffffff;--text-base:#ddd9d4;--text-subtle:#b0a89f;--text-heading:#faf9f7;--text-accent:#e5b77e;--header-opacity:80%;color-scheme:dark}:root[data-theme=light]{--bg:#f7f4f0;--text:#2b2621;--accent:#1d4ed8;--card:#fffefb;--border:#d4cdc3;--link:#1d4ed8;--muted:#706a61;--code:#1a1714;--text-base:#2b2621;--text-subtle:#5f5850;--text-heading:#0d0b0a;--text-accent:#1d4ed8;--header-opacity:60%;color-scheme:light}:root[data-theme=dark]{--bg:#0b0a09;--text:#ddd9d4;--accent:#e5b77e;--card:#141311;--border:#3d3835;--link:#e5b77e;--muted:#877d73;--code:#ffffff;--text-base:#ddd9d4;--text-subtle:#b0a89f;--text-heading:#faf9f7;--text-accent:#e5b77e;--header-opacity:80%;color-scheme:dark}.theme-transition *{transition:background-color .2s ease,color .2s ease,border-color .2s ease}:root{--layout-header-width:min(100%, 72rem);--layout-header-padding:clamp(1rem, 4vw, 3rem)}html{scrollbar-width:thin;scrollbar-color:var(--accent)transparent}html,body{overflow-x:clip}body{background-color:var(--bg);color:var(--text-base);width:100%;min-width:20rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;line-height:1.6;margin:0}h1,h2,h3{font-weight:600}h1{margin-block:1rem .5rem;color:var(--text-accent)}h2{margin-block:.85rem .4rem;color:var(--text-heading)}h3{color:var(--text-heading)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;text-decoration:none}.shell{margin-inline:auto;box-sizing:border-box;padding:1rem}.shell--wide{max-width:1024px}.shell--narrow{max-width:820px}.inner{justify-content:center;align-items:center;width:100%;min-height:80vh}.content{padding-block:2rem;min-block-size:calc(100dvh - 3rem)}.page-title{text-align:left;margin-block-end:.2rem}img,video,iframe{max-width:100%;height:auto;display:block}.footer{margin-top:auto;padding:1.25rem 1rem;border-top:1px solid color-mix(in srgb,var(--border) 40%,transparent)}.footer__row{display:flex;justify-content:space-between;align-items:center;max-width:820px;margin-inline:auto}.footer__row+.footer__row{margin-top:.75rem}.footer__social{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem}.footer__social a{font-size:.8rem;color:var(--muted);text-decoration:none;transition:color .15s ease}.footer__social a:hover{color:var(--accent)}.footer__credits{font-size:.75rem;color:var(--muted)}@supports selector(:has(*)){@media(max-width:36rem){html:has(.menu-mobile[open]){overflow:hidden}.site-header-outer:has(.menu-mobile[open]){backdrop-filter:none;background:var(--bg)}}}.site-header-outer{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) var(--header-opacity),transparent);backdrop-filter:blur(12px);border-bottom:1px solid color-mix(in srgb,var(--border) 50%,transparent)}.site-header{height:3rem;box-sizing:border-box;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center}.site-title{margin:0;font-size:1rem;font-weight:600}.site-title a{color:var(--text-heading);text-decoration:none;transition:color .15s ease}.site-title a:hover{color:var(--accent)}.menu-desktop{display:flex;gap:1.5rem;align-items:center}.menu-desktop a{color:var(--muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .15s ease}.menu-desktop a:hover,.menu-desktop a:focus-visible,.menu-desktop a.active{color:var(--text);outline:none}.menu-mobile{display:none;position:relative;z-index:10000}.menu-toggle{cursor:pointer;list-style:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;color:var(--text)}.menu-toggle::-webkit-details-marker{display:none}.menu-icon{position:relative;display:inline-block;width:1rem;height:.75rem;--burger-gap:0.25rem}.menu-line{position:absolute;inset-inline-start:0;top:50%;width:100%;height:1px;background-color:currentColor;transition:transform .15s ease,opacity .15s ease}.menu-line:nth-child(1){transform:translateY(calc(-50% - var(--burger-gap)))}.menu-line:nth-child(2){transform:translateY(-50%)}.menu-line:nth-child(3){transform:translateY(calc(-50% + var(--burger-gap)))}.menu-mobile[open] .menu-line:nth-child(1){transform:translateY(-50%)rotate(45deg)}.menu-mobile[open] .menu-line:nth-child(2){opacity:0}.menu-mobile[open] .menu-line:nth-child(3){transform:translateY(-50%)rotate(-45deg)}.menu-panel{position:fixed;top:3rem;left:0;width:100vw;height:calc(100vh - 3rem);z-index:9999;display:none;background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:blur(12px);border-top:1px solid var(--border)}.menu-mobile[open] .menu-panel{display:flex;align-items:center;justify-content:center}.menu-list{display:flex;flex-direction:column;align-items:center;gap:.5rem}.menu-list a{display:flex;align-items:baseline;gap:.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;color:var(--muted);padding:.5rem 0;transition:color .15s ease}.menu-list__num{font-size:.65rem;font-weight:400;color:var(--muted);font-variant-numeric:tabular-nums;letter-spacing:.05em;opacity:.6;transition:color .15s ease,opacity .15s ease}.menu-list a:hover .menu-list__num,.menu-list a.active .menu-list__num{opacity:1}.menu-list a:hover,.menu-list a:focus-visible{color:var(--accent);outline:none}.menu-list a.active{color:var(--text)}@media(max-width:36rem){.menu-desktop{display:none}.menu-mobile{display:block}}.contact-header__title{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;color:var(--text-heading);margin:0 0 .5rem;letter-spacing:-.02em}.contact-header__desc{font-size:1rem;color:var(--text-subtle);margin:0;max-width:50ch}.contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.contact-item{border-bottom:1px solid color-mix(in srgb,var(--border) 40%,transparent)}.contact-item:first-child{border-top:1px solid color-mix(in srgb,var(--border) 40%,transparent)}.contact-item__link,.contact-item__static{display:flex;align-items:center;gap:1rem;padding:1rem 0;text-decoration:none;color:var(--text);transition:color .15s ease}.contact-item__link:hover,.contact-item__link:hover .contact-item__icon{color:var(--accent)}.contact-item__icon{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:var(--muted);flex-shrink:0;transition:color .15s ease}.contact-item__icon svg{width:100%;height:100%;fill:currentColor}.contact-item__info{display:flex;flex-direction:column;gap:.15rem}.contact-item__value{font-weight:500;font-size:1rem}.contact-extra{margin-top:2rem;padding-top:1.5rem;border-top:1px solid color-mix(in srgb,var(--border) 40%,transparent);color:var(--text-subtle);line-height:1.6}.section,.article,.contact{padding-block:clamp(2rem,6vw,4rem)}.section-header,.article-header,.contact-header{margin-bottom:clamp(1.5rem,4vw,2.5rem)}.section-header__top{display:flex;align-items:center;gap:.5rem}.section-header__title{font-size:clamp(2rem,5vw,2.5rem);font-weight:700;color:var(--text-heading);margin:0 0 .5rem;letter-spacing:-.02em}.section-header__rss{display:flex;align-items:center;color:var(--muted);opacity:.5;transition:opacity .15s ease,color .15s ease}.section-header__rss svg{width:1.25rem;height:1.25rem}.section-header__rss:hover{opacity:1;color:var(--accent)}.section-header__label{font-size:.8rem;font-weight:500;color:var(--muted);margin:0}.section-header__label+.section-header__title{margin-top:0;margin-left:-.05em}.post-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.post-item{padding:1rem 0;border-bottom:1px solid var(--border)}.post-item:first-child{padding-top:0}.post-item__link{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;text-decoration:none;color:var(--text);transition:color .15s ease}.post-item__link:hover{color:var(--accent);text-decoration:none}.post-item__link:hover .post-item__meta{color:var(--accent)}.post-item__title{font-weight:500;font-size:1rem}.post-item__meta{font-size:.8rem;font-variant-numeric:tabular-nums;color:var(--muted);flex-shrink:0;transition:color .15s ease}.post-item__excerpt{font-size:.9rem;color:var(--text-subtle);margin:.5rem 0 0;line-height:1.5}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.pagination__link{font-size:.875rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .15s ease}.pagination__link:hover{color:var(--accent)}.pagination__info{font-size:.8rem;color:var(--muted);font-variant-numeric:tabular-nums}.tag-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.tag-list__link{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .75rem;text-decoration:none;font-size:.9rem;color:var(--muted);background:color-mix(in srgb,var(--card) 50%,transparent);border-radius:.25rem;transition:color .15s ease,background .15s ease}.tag-list__link:hover{color:var(--accent);background:color-mix(in srgb,var(--border) 30%,transparent);text-decoration:none}.tag-list__name::before{content:"#";opacity:.5}.tag-list__count{font-size:.75rem;opacity:.6}.article-header__sentinel{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}.article-meta{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--muted);margin-bottom:.75rem}.article-meta__sep{opacity:.5}.article-title{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;color:var(--text-heading);margin:0;letter-spacing:-.02em;line-height:1.2}.article-desc{margin:1rem 0 0;font-size:1.1rem;color:var(--text-subtle);line-height:1.6}.article-body{display:flex;flex-direction:column;gap:2rem}.article-content{line-height:1.75;color:var(--text)}.article-content>:first-child{margin-top:0}.article-content>*{margin-top:1.5rem;margin-bottom:0}.article-content p,.article-content ul,.article-content ol{margin-top:1.25rem}.article-content h2,.article-content h3,.article-content h4{scroll-margin-top:4.5rem;color:var(--text-heading);font-weight:600}.article-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;letter-spacing:-.01em}.article-content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.article-content ul,.article-content ol{padding-inline-start:1.5rem}.article-content p a,.article-content li a{color:var(--accent);text-decoration:none}.article-content p a:hover,.article-content li a:hover{text-decoration:underline;text-underline-offset:.15em}.article-content h1 a,.article-content h2 a,.article-content h3 a,.article-content h4 a{color:inherit;text-decoration:none}.article-content h1 a:hover,.article-content h2 a:hover,.article-content h3 a:hover,.article-content h4 a:hover{color:var(--accent)}.article-content blockquote{margin:1.5rem 0;padding:0 0 0 1rem;border-left:2px solid color-mix(in srgb,var(--border) 60%,transparent);color:var(--text-subtle);font-style:italic}.article-content img,.article-content video{border-radius:.5rem;margin:1.5rem 0;max-width:100%;height:auto}.article-footer{margin-top:clamp(2rem,5vw,3rem);padding-top:1.5rem;border-top:1px solid color-mix(in srgb,var(--border) 40%,transparent)}.article-tags{margin-top:1rem}.article-header:has(.article-tags){margin-bottom:1rem}.post-toc{margin-bottom:2rem;padding:1rem 1.25rem;border:1px solid color-mix(in srgb,var(--border) 40%,transparent);border-radius:.5rem;background:color-mix(in srgb,var(--card) 30%,var(--bg) 70%)}.post-toc__summary{display:inline-flex;align-items:center;justify-content:flex-start;gap:.4rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);cursor:pointer;list-style:none;user-select:none}.post-toc__summary::-webkit-details-marker{display:none}.post-toc__chevron{width:.4rem;height:.4rem;border-right:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg);transition:transform .15s ease;order:-1;margin-right:.2rem}.post-toc[open] .post-toc__chevron{transform:rotate(-135deg)}.post-toc__body{margin-top:1rem}.post-toc__body ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.post-toc__body li{line-height:1.4}.post-toc__body a{font-size:.9rem;color:var(--text-subtle);text-decoration:none;transition:color .15s ease}.post-toc__body a:hover{color:var(--accent)}.post-toc__body ul ul{padding-left:1rem;margin-top:.5rem}@media(min-width:1400px){.post-toc{position:fixed;top:var(--toc-top,var(--toc-top-min,5rem));left:max(1rem,(100vw - 820px)/2 - 220px);width:200px;margin-bottom:0;padding:0;border:none;border-radius:0;background:0 0;--toc-top-min:calc(v.$header-height + 2rem);z-index:2}.post-toc__summary{display:inline-flex;justify-content:flex-start;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;opacity:.7;margin-bottom:.75rem;gap:.4rem;color:var(--muted);cursor:pointer;list-style:none;user-select:none}.post-toc__chevron{margin-left:0}.post-toc__body{max-height:calc(100dvh - 3rem - 6rem);overflow-y:auto;margin-top:0}.post-toc__body::-webkit-scrollbar{width:3px}.post-toc__body::-webkit-scrollbar-track{background:0 0}.post-toc__body::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.post-toc__body::-webkit-scrollbar-thumb:hover{background:var(--muted)}.post-toc__body ul{gap:.35rem}.post-toc__body a{font-size:.8rem;line-height:1.5;display:block;word-wrap:break-word;overflow-wrap:break-word;color:var(--muted)}.post-toc__body a:hover{color:var(--text)}.post-toc__body ul ul{padding-left:.75rem}}.post-nav{margin-top:clamp(2rem,5vw,3rem);padding-top:1.5rem;border-top:1px solid var(--border)}.post-nav__row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem 1.5rem}.post-nav__link{font-size:.8rem;font-weight:500;color:var(--muted);text-decoration:none;background:0 0;border:none;padding:0;cursor:pointer;transition:color .15s ease}.post-nav__link:hover{color:var(--accent)}.post-nav__link--disabled{opacity:.35;pointer-events:none}.post-nav__sep{width:1px;height:1rem;background:var(--border)}.highlight,pre:not(.chroma){max-width:100%;overflow-x:auto;overflow-y:hidden;white-space:pre;border-radius:.5rem;background:var(--card);border:1px solid var(--border);color:var(--code);padding:1rem 1.25rem;font-size:.875rem;line-height:1.6;font-family:jetbrains mono,fira code,sfmono-regular,Menlo,Consolas,liberation mono,monospace;scrollbar-width:none}.highlight::-webkit-scrollbar,pre:not(.chroma)::-webkit-scrollbar{display:none}.highlight{padding:0}.highlight pre{margin:0;padding:1rem 1.25rem}:not(pre)>code{font-size:.85em;background:color-mix(in srgb,var(--card) 80%,var(--border) 20%);color:var(--text);padding:.2em .4em;border-radius:.25rem;font-family:jetbrains mono,fira code,sfmono-regular,Menlo,Consolas,liberation mono,monospace}.highlight code,pre code{background:0 0;border:0;padding:0;color:inherit;font-size:inherit;line-height:inherit}.chroma{color:var(--code);background:0 0}.chroma .err{color:#960050;background:#1e0010}.chroma .lnt,.chroma .ln{color:#7f7f7f;user-select:none;margin-right:.4em;padding:0 .4em}.chroma .hl{background:#3c3d38}.chroma .k,.chroma .kc,.chroma .kd,.chroma .kp,.chroma .kr,.chroma .kt,.chroma .no{color:#66d9ef}.chroma .kn,.chroma .nt,.chroma .o,.chroma .ow,.chroma .gd{color:#f92672}.chroma .na,.chroma .nc,.chroma .nd,.chroma .ne,.chroma .nf,.chroma .nx,.chroma .fm,.chroma .gi{color:#a6e22e}.chroma .l,.chroma .m,.chroma .mb,.chroma .mf,.chroma .mh,.chroma .mi,.chroma .il,.chroma .mo,.chroma .se{color:#ae81ff}.chroma .s,.chroma .sa,.chroma .sb,.chroma .sc,.chroma .dl,.chroma .sd,.chroma .s2,.chroma .sh,.chroma .si,.chroma .sx,.chroma .sr,.chroma .s1,.chroma .ss,.chroma .ld{color:#e6db74}.chroma .c,.chroma .ch,.chroma .cm,.chroma .c1,.chroma .cs,.chroma .cp,.chroma .cpf,.chroma .gu{color:#75715e}.chroma .ge{font-style:italic}.chroma .gs{font-weight:700}:root[data-theme=light] .chroma .s,:root[data-theme=light] .chroma .sa,:root[data-theme=light] .chroma .sb,:root[data-theme=light] .chroma .sc,:root[data-theme=light] .chroma .sd,:root[data-theme=light] .chroma .s2,:root[data-theme=light] .chroma .sh,:root[data-theme=light] .chroma .si,:root[data-theme=light] .chroma .sx,:root[data-theme=light] .chroma .sr,:root[data-theme=light] .chroma .s1,:root[data-theme=light] .chroma .ss{color:#b45309}.home{padding-block:clamp(3rem,8vw,5rem)clamp(2rem,6vw,4rem);display:flex;flex-direction:column;gap:clamp(2.5rem,6vw,3.5rem)}.home-intro{display:flex;flex-direction:column;gap:.5rem}.home-intro__greeting{font-size:.9rem;font-weight:500;color:var(--muted);margin:0;letter-spacing:.02em}.home-intro__name{font-size:clamp(2.5rem,7vw,3.5rem);font-weight:700;color:var(--text-heading);margin:0;letter-spacing:-.03em;line-height:1.1}.home-intro__bio{font-size:1.1rem;line-height:1.6;color:var(--text-subtle);margin:.5rem 0 0;max-width:50ch}.home-about{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--border);border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.home-about__item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:var(--bg)}.home-about__value{font-size:.9rem;font-weight:500;color:var(--text)}.home-about__link{color:var(--text);text-decoration:none;transition:color .15s ease}.home-about__link:hover{color:var(--accent)}.home-posts{display:flex;flex-direction:column;gap:1rem}.home-posts__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.home-posts__link{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem 0;text-decoration:none;color:var(--text);border-bottom:1px solid color-mix(in srgb,var(--border) 40%,transparent);transition:color .15s ease}.home-posts__link:hover,.home-posts__link:hover .home-posts__link-date{color:var(--accent)}.home-posts__link-title{font-weight:500}.home-posts__link-date{font-size:.8rem;font-variant-numeric:tabular-nums;color:var(--muted);flex-shrink:0;transition:color .15s ease}.home-posts__more{font-size:.85rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .15s ease}.home-posts__more:hover{color:var(--accent)}.theme-switcher{display:inline-flex;align-items:center;gap:.5rem}.theme-switcher__btn{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:0 0;color:var(--muted);cursor:pointer;opacity:.4;transition:opacity .15s ease,color .15s ease}.theme-switcher__btn:hover{opacity:.7}.theme-switcher__btn[aria-pressed=true]{color:var(--accent);opacity:1}.theme-switcher__btn svg{width:1rem;height:1rem;stroke:currentColor;fill:none}.theme-switcher__btn[data-theme-value=system] svg{width:.9rem;height:.9rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition:none !important}}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.list-none{list-style:none;margin:0;padding:0}.label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0}.meta{font-size:.8rem;font-variant-numeric:tabular-nums;color:var(--muted)}.desc{font-size:1rem;color:var(--text-subtle);margin:0;max-width:50ch}.title-lg{font-weight:700;color:var(--text-heading);margin:0;letter-spacing:-.02em}.link{text-decoration:none;color:var(--muted);transition:color .15s ease}.link:hover{color:var(--accent)}.border-subtle{border:1px solid color-mix(in srgb,var(--border) 40%,transparent)}@media print{.site-header-outer,.footer,.post-nav,.post-toc{display:none !important}body{background:#fff !important;color:#000 !important}.shell,.shell--narrow{max-width:100% !important;padding:0 !important}a{color:#000 !important;text-decoration:underline !important}pre,code{background:#f5f5f5 !important;border:1px solid #ddd !important}pre,blockquote,img{page-break-inside:avoid}h2,h3{page-break-after:avoid}}