@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}:root{--bg:#fff;--surface:#fafafa;--text:#444;--heading:#222;--muted:#666;--accent:#222;--border:#e5e5e5;--border-strong:#d4d4d4;--visited:#222;--container:800px;--reading:800px;--gutter:20px;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", "Microsoft YaHei", sans-serif;--font-serif:var(--font-sans);--font-latin-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-latin-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--ease-standard:.16s cubic-bezier(.22, 1, .36, 1);--step--2:clamp(.78rem, .75rem + .15vw, .875rem);--step--1:clamp(.9rem, .85rem + .25vw, 1rem);--step-0:clamp(.98rem, .92rem + .4vw, 1.08rem);--step-1:clamp(1.125rem, 1.05rem + .5vw, 1.35rem);--step-2:clamp(1.35rem, 1.2rem + .75vw, 1.75rem);--step-3:clamp(1.6rem, 1.4rem + 1.2vw, 2.25rem);--space-2xs:clamp(6px, .35vw, 8px);--space-xs:clamp(10px, .7vw, 14px);--space-sm:clamp(14px, 1vw, 18px);--space-md:clamp(18px, 1.5vw, 26px);--space-lg:clamp(24px, 2vw, 34px);--space-xl:clamp(32px, 3vw, 48px)}*{box-sizing:border-box}html{overflow-x:clip}::view-transition-old(root),::view-transition-new(root){animation-duration:.25s;animation-timing-function:cubic-bezier(.4,0,.2,1)}::view-transition-old(root){animation-name:page-fade-out}::view-transition-new(root){animation-name:page-fade-in}@keyframes page-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:.6;transform:translateY(-8px)}}@keyframes page-fade-in{0%{opacity:.6;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.site-main{flex:1;min-width:0}img,svg,video,canvas{max-width:100%;display:block}body[data-search-modal-state=locked],html:has(body[data-search-modal-state=locked]){overflow:hidden}.nav{align-items:center;gap:18px;margin-left:auto;display:flex}@media (width<=1140px){:root{--container:800px}}@media (width<=1024px){:root{--container:800px}}@media (width<=639px){:root{--container:800px;--gutter:20px}}@media (width>=640px){.nav{visibility:visible;opacity:1;pointer-events:auto;box-shadow:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;flex-direction:row;padding:0;position:static;transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media (width<=480px){.site-header .container,.site-footer .container{padding:0 15px}.site-main .container{padding-left:15px;padding-right:15px}.site-footer__inner.container{gap:8px;padding:16px 15px 18px}.site-footer__copyright{white-space:normal;line-height:1.5}.footer-links{gap:8px 10px}.to-top{bottom:72px}}body{min-height:100svh;color:var(--text);background:var(--bg);font-family:var(--font-sans);text-rendering:optimizelegibility;font-synthesis:none;word-wrap:break-word;overflow-wrap:break-word;grid-template-rows:auto 1fr auto;margin:0;font-weight:400;line-height:1.7;display:grid}a{color:var(--accent);transition:color var(--ease-standard), opacity var(--ease-standard), background-size var(--ease-standard);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;text-decoration:none}a:visited{color:var(--visited)}a:hover{color:var(--heading);background-size:100% 1px}button,input{font:inherit}:lang(en){font-family:var(--font-latin-sans)}.container{width:min(100%, calc(var(--container) + (var(--gutter) * 2)));padding:0 var(--gutter);margin:0 auto}.site-header{z-index:30;background:var(--bg);border-bottom:0;padding-top:24px;padding-bottom:16px;position:static}html[data-astro-transition] .site-header{background:var(--bg)}.site-header__inner{justify-content:space-between;align-items:center;gap:14px 20px;min-height:44px;display:flex;position:relative}.menu-toggle{width:44px;height:44px;color:var(--heading);cursor:pointer;background:0 0;border:0;border-radius:9999px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;padding:0;display:none}.menu-toggle__line{width:18px;height:1.5px;transition:transform var(--ease-standard), opacity var(--ease-standard), background-color var(--ease-standard);background:currentColor;border-radius:999px;display:block}.menu-toggle[data-state=open] .menu-toggle__line:nth-child(2){transform:translateY(5.5px)rotate(45deg)}.menu-toggle[data-state=open] .menu-toggle__line:nth-child(3){opacity:0}.menu-toggle[data-state=open] .menu-toggle__line:nth-child(4){transform:translateY(-5.5px)rotate(-45deg)}@media (width>=640px){.site-header .container{width:min(100%, calc(var(--container) + (var(--gutter) * 2)));padding-left:var(--gutter);padding-right:var(--gutter)}}.brand{font-family:var(--font-latin-sans), var(--font-sans);letter-spacing:0;color:var(--heading);background-image:none;flex-shrink:0;font-size:1.5em;font-weight:600;line-height:1}.brand:visited{color:var(--heading)}.brand:hover{background-size:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nav a,.nav button{min-height:32px;font-family:var(--font-latin-sans), var(--font-sans);color:var(--muted);cursor:pointer;letter-spacing:-.01em;transition:color var(--ease-standard);background:0 0;border:0;align-items:center;padding:0;font-size:1rem;font-weight:400;line-height:1;display:inline-flex}.nav a[aria-current=page]{color:var(--heading);font-weight:400}.nav a:hover,.nav button:hover{color:var(--heading)}.nav .search-trigger{min-width:0;min-height:32px;color:var(--muted);transition:color var(--ease-standard);background:0 0;border:0;border-radius:0;justify-content:flex-start;padding:0}.nav .search-trigger:hover,.nav .search-trigger:focus-visible{color:var(--heading)}@media (width>=640px) and (width<=1180px){.site-header__inner{gap:14px 20px}.nav{gap:14px}.nav .search-trigger{padding:0}}@media (width<=639px){.site-header{background:var(--bg);padding-bottom:10px}.site-header__inner{gap:10px;min-height:42px}.brand{font-size:1.45rem;font-weight:600}.menu-toggle{display:inline-flex}.nav{top:calc(100% + 10px);left:auto;right:var(--gutter);border:1px solid var(--border);background:var(--bg);opacity:0;pointer-events:none;width:160px;transition:opacity var(--ease-standard), transform var(--ease-standard);border-radius:6px;gap:2px;padding:6px 4px;display:grid;position:absolute;transform:translateY(-6px);box-shadow:0 4px 16px #0000000f}.nav[data-open=true]{opacity:1;pointer-events:auto;transform:translateY(0)}.nav a,.nav button,.nav .search-trigger{border-radius:0;justify-content:flex-start;width:100%;min-height:44px;padding:0 11px;font-size:.95rem}.nav .search-trigger{background:var(--bg);border-radius:0;justify-content:flex-start;min-width:0;padding:0 11px}.menu-toggle:hover,.menu-toggle:focus-visible{color:var(--heading);background:0 0}body[data-menu-open=true] .site-main,body[data-menu-open=true] .site-footer,body[data-menu-open=true] .to-top{pointer-events:none}}@media (width<=480px){.site-header{padding-top:18px;padding-bottom:6px}.site-header__inner{min-height:38px}.brand{font-size:1.4rem;font-weight:600}.nav{width:150px;top:calc(100% + 8px);right:12px}.menu-toggle{width:30px;height:30px}.menu-toggle__line{width:16px}.nav a,.nav button,.nav .search-trigger{min-height:38px;padding:0 10px;font-size:.95rem}}.home-list-section__head h2{font-family:var(--font-latin-serif), var(--font-serif);font-size:var(--step-2);letter-spacing:-.02em;margin:0;font-weight:520;line-height:1.14}.home-list-section,.home-section{border-top:0;margin-top:0}.home-list-section{padding:40px 0 8px}.home-section{padding:18px 0 4px}.home-section+.home-section{border-top:0}.home-section__head h2{font-family:var(--font-latin-serif), var(--font-serif);font-size:var(--step-2);letter-spacing:-.02em;margin:10px 0 0;font-weight:520;line-height:1.16}.home-copy p,.home-entry-list p{color:var(--muted);margin:14px 0 0;line-height:1.8}.home-panel__eyebrow{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:12px}.home-entry-list{margin-top:14px}.home-route-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;margin:26px 0 0;padding:0;list-style:none;display:grid}.home-route-list li{gap:4px;padding:0;display:grid}.home-route-list a{font-family:var(--font-latin-serif), var(--font-serif);font-size:var(--step-1);letter-spacing:-.018em;color:var(--heading);line-height:1.25}.home-route-list span{color:var(--muted);font-size:var(--step--1);line-height:1.68}.home-list-section__head{justify-content:space-between;align-items:baseline;gap:18px;margin-bottom:14px;display:flex}.home-list-section__head a{color:var(--muted);font-size:var(--step--1)}.button,.to-top,.search-clear{border-radius:9999px}.button{border:1px solid var(--border-strong);min-height:44px;font-size:var(--step--1);letter-spacing:-.012em;white-space:nowrap;transition:background-color var(--ease-standard), color var(--ease-standard), border-color var(--ease-standard), transform var(--ease-standard);cursor:pointer;justify-content:center;align-items:center;padding:0 24px;font-weight:500;display:inline-flex}.button:hover{transform:none}.button--primary{color:var(--bg);background:var(--heading);border-color:var(--heading)}@media (width<=1024px){.home-list-section__head h2{font-size:clamp(1.16rem,1.9vw,1.42rem)}.content-list__item-title{font-size:clamp(16px,1.55vw,18px);line-height:1.26}}.page-head h1{margin:0;font-weight:500}.page-head p,.meta-date{color:var(--muted)}.content-list{border-top:0}.content-list__item{color:var(--heading);transition:color var(--ease-standard), opacity var(--ease-standard), transform var(--ease-standard);border-bottom:0;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:18px 0;display:grid}.content-list__item+.content-list__item{border-top:0}.content-list__item--featured{gap:20px;padding:26px 0 24px}.content-list__item--compact{padding:16px 0}.content-list__item--archive .content-list__item-title{letter-spacing:-.022em;font-size:clamp(17px,1.35vw,20px);line-height:1.24}.content-list__item-text{min-width:0}.content-list__item-desc{color:var(--muted);margin:10px 0 0;font-size:14px;line-height:1.72}.content-list__item:hover,.content-list__item:focus-visible{color:var(--heading);transform:translate(1px)}.content-list__item:focus-visible,.footer-link:focus-visible,.button:focus-visible,.search-clear:focus-visible,.to-top:focus-visible,.nav a:focus-visible,.nav button:focus-visible,.menu-toggle:focus-visible{outline:2px solid var(--heading);outline-offset:3px}.content-list__item:hover .content-list__item-title,.content-list__item:focus-visible .content-list__item-title{color:var(--heading)}.content-list__item-title{font-family:var(--font-latin-serif), var(--font-serif);letter-spacing:-.02em;text-wrap:balance;transition:color var(--ease-standard), opacity var(--ease-standard), transform var(--ease-standard);font-size:clamp(16px,1.22vw,20px);font-weight:500;line-height:1.28}.content-list__item--featured .content-list__item-title{letter-spacing:-.04em;max-width:14ch;font-size:clamp(23px,3vw,34px);line-height:1.08}.content-list--compact .content-list__item-title{font-size:clamp(15px,1.12vw,18px)}.content-list__item:hover .content-list__item-title,.content-list__item:focus-visible .content-list__item-title{color:var(--heading);transform:translate(1px)}.content-list__item .meta-date{color:var(--muted);filter:none;white-space:normal;text-align:right}@media (width<=699px){.home-list-section__head{flex-direction:row;justify-content:space-between;align-items:baseline;gap:14px}.home-list-section__head h2{font-size:clamp(1.08rem,5vw,1.28rem);line-height:1.16}.home-list-section__head a{flex-shrink:0;font-size:.8rem}.content-list__item{grid-template-columns:1fr;gap:4px;padding:10px 0}.content-list__item-desc{margin-top:8px}.content-list__item--featured{padding:18px 0}.content-list__item--featured .content-list__item-title{letter-spacing:-.028em;max-width:100%;font-size:clamp(19px,6vw,24px);line-height:1.12}.content-list__item-title{letter-spacing:-.014em;font-size:clamp(14px,3.8vw,16px);line-height:1.36}.content-list__item .meta-date{text-align:left;color:var(--muted)}.content-list__item--archive .content-list__item-title,.content-list--compact .content-list__item-title{font-size:.98rem;line-height:1.34}.home-list-section,.home-section{margin-top:0;padding:24px 0 8px}.home-route-list{grid-template-columns:1fr;gap:10px;margin-top:22px}.home-list-section__head{margin-bottom:10px}}@media (width>=700px) and (width<=959px){.home-list-section,.home-section{margin-top:4px}.home-list-section{padding:22px 0 8px}.home-section{padding:18px 0 4px}.home-list-section__head{margin-bottom:16px}.content-list__item{padding:14px 0}.content-list__item-title{font-size:clamp(14px,1.75vw,16px);line-height:1.34}.content-list__item--archive .content-list__item-title,.content-list--compact .content-list__item-title{font-size:1rem}}.home-shell{padding-top:18px;padding-bottom:clamp(24px,4vw,40px)}.home-intro{border-top:0;gap:24px;width:100%;margin-top:0;padding:24px 0;display:grid}.home-intro__section h2{font-family:var(--font-sans);color:var(--heading);letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px;font-size:.92rem;font-weight:520}.contact-notice{color:var(--muted);margin:-4px 0 10px;font-size:.88rem;font-style:italic}.contact-tip{color:var(--muted);user-select:none;margin-left:8px;font-size:.88rem}.home-intro__contacts-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.home-intro__contacts-list li{align-items:baseline;gap:16px;font-size:1.02rem;display:flex}.contact-label{color:var(--muted);user-select:none;flex-shrink:0;min-width:80px}.contact-link{color:var(--text);transition:color var(--ease-standard), background-size var(--ease-standard);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;line-height:1.15;text-decoration:none;display:inline-block}.contact-link:hover{color:var(--heading);background-size:100% 1px}.home-list-section__head{align-items:baseline;margin-bottom:8px}.home-list-section__head h2{font-family:var(--font-latin-serif), var(--font-serif);color:var(--heading);letter-spacing:0;font-size:1.5em;font-weight:600;line-height:1.2}.home-list-section__head a{color:var(--accent);font-size:1rem;text-decoration:none}.content-list__item{align-items:baseline;gap:16px;padding:4px 0;display:flex}.content-list__item-text{flex:1;min-width:0}.content-list__item .meta-date{font-variant-numeric:tabular-nums;color:var(--muted);white-space:nowrap;flex:0 0 62px;font-size:1rem;line-height:1.6}.content-list__item-title,.content-list__item--archive .content-list__item-title,.content-list--compact .content-list__item-title{font-family:var(--font-latin-sans), var(--font-sans);color:var(--heading);letter-spacing:0;text-wrap:pretty;transition:color var(--ease-standard), background-size var(--ease-standard);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;font-size:1rem;font-weight:400;line-height:1.6}.content-list__item:hover .content-list__item-title,.content-list__item:focus-visible .content-list__item-title{color:var(--accent);background-size:100% 1px}.content-list__item-title:focus-visible{outline:2px solid var(--heading);outline-offset:3px}.archive-list{gap:26px;display:grid}.archive-year{gap:6px;display:grid}.archive-year h2{color:var(--muted);margin:0;font-size:clamp(1.05rem,1.3vw,1.2rem);font-weight:500;line-height:1.4}.archive-year .content-list__item{justify-content:flex-start;align-items:baseline;gap:16px;padding:4px 0;display:flex}.archive-year .content-list__item-text{order:2}.archive-year .content-list__item .meta-date{text-align:left;flex:0 0 62px;order:1}.button{min-height:38px;box-shadow:none;border-radius:9999px;padding:0 16px}@media (width<=699px){.home-shell{padding-top:16px}.content-list__item,.archive-year .content-list__item{gap:10px;padding:8px 0}.content-list__item .meta-date{font-size:1rem}.content-list__item-title,.content-list__item--archive .content-list__item-title,.content-list--compact .content-list__item-title{font-size:1rem;line-height:1.48}.archive-list{gap:24px}.archive-year h2{font-size:1.22rem}}.home-now{border-bottom:0;margin-top:0;padding-bottom:0}.home-now__header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.home-now__badge{color:var(--heading);text-transform:uppercase;letter-spacing:.04em;background:#0000000d;border-radius:4px;padding:1px 6px;font-size:.78rem;font-weight:520}.home-now__content.prose ul{gap:6px;margin:0;display:grid;padding:0!important;list-style:none!important}.home-now__content.prose ul li{color:var(--text);margin:0;font-size:.94rem;line-height:1.65;padding-left:0!important}.home-shell{gap:20px;padding-top:clamp(20px,3vw,32px);padding-bottom:48px;display:grid}.home-section{border-top:0;margin:0;padding:0}.home-section+.home-section{border-top:1px dashed var(--border);padding-top:18px}.home-section__title{font-family:var(--font-sans);color:var(--heading);letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:.85rem;font-weight:600}.home-about__text{color:var(--text);margin:0;font-size:1.02rem;line-height:1.7}.home-now__badge-header{align-items:center;gap:8px;margin-bottom:16px;font-size:.88rem;display:flex}.home-now__badge{color:var(--heading);letter-spacing:.04em;font-weight:600}.home-now__dot{color:var(--muted)}.home-now__date{color:var(--muted);font-size:.82rem}.home-now__categories{gap:16px;display:grid}.home-now__group{gap:6px;display:grid}.home-now__cat-title{color:var(--heading);align-items:center;gap:6px;margin:0;font-size:.92rem;font-weight:500;display:inline-flex}.home-now__list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.home-now__item{color:var(--text);padding-left:0;font-size:.94rem;line-height:1.6}.home-links__notice{color:var(--muted);margin:-6px 0 10px;font-size:.85rem;font-style:italic}.home-links__list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.home-links__item{align-items:center;gap:8px;font-size:.96rem;display:flex}.home-links__icon{color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.home-links__label{color:var(--muted);user-select:none;white-space:nowrap;font-size:.92rem}.home-links__sep{color:var(--border);user-select:none;font-size:.82rem}.home-links__link{color:var(--text);transition:color var(--ease-standard), background-size var(--ease-standard);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;line-height:1.2;text-decoration:none}.home-links__link:hover{color:var(--heading);background-size:100% 1px}.page-head{border-bottom:1px dashed var(--border);margin-bottom:16px;padding:0 0 12px}.page-head--list,.page-head--about,.about-section{width:100%}.page-head--list{padding-bottom:12px}.page-head--about{row-gap:10px;padding-bottom:12px;display:grid}.page-head--list+.content-list,.page-head--list+.weekly-grid{border-top:0}.page-head h1{font-family:var(--font-latin-sans), var(--font-sans);color:var(--heading);letter-spacing:-.01em;text-wrap:balance;margin:0;font-size:clamp(1.2rem,2vw,1.5rem);font-weight:550;line-height:1.25}.page-head p{max-width:42rem;font-size:var(--step--1);margin:18px 0 0;line-height:1.76}.page-head--about .about-copy{margin:0;line-height:1.7}.about-copy{max-width:var(--reading)}.about-section .about-copy.prose{font-size:var(--step-0);line-height:1.82}.about-section{border-top:0;padding-top:0}.about-page-prose h2:first-of-type{margin-top:0}.page-shell{padding-top:clamp(20px,3vw,32px);padding-bottom:clamp(24px,4vw,42px);display:grid}.page-shell__inner{width:100%;margin:0 auto}.page-shell__inner--wide{width:100%}.post-shell{padding-top:clamp(20px,3vw,32px);padding-bottom:clamp(28px,4vw,46px)}.post-shell__inner{width:100%;margin:0 auto}.post-header{row-gap:6px;max-width:100%;margin-bottom:clamp(32px,6vw,64px);display:grid}.post-shell h1{font-family:var(--font-latin-serif), var(--font-serif);color:var(--heading);letter-spacing:0;text-wrap:balance;margin:0;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:600;line-height:1.2}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:40px 0;display:flex}.not-found__code{display:none}.not-found h1{font-family:var(--font-latin-serif), var(--font-serif);color:var(--heading);margin:0;font-size:2.2rem;font-weight:520;line-height:1.2}.not-found p{max-width:520px;color:var(--muted);margin:8px 0 0;font-size:1rem;line-height:1.6}.not-found__actions{justify-content:center;align-items:center;gap:12px;margin-top:24px;display:flex}.post-header .meta-date{margin:0}.post-meta{flex-wrap:wrap;justify-content:flex-start;gap:4px 14px;display:flex}.post-meta .meta-date{align-items:center;font-family:monospace;font-size:15px;line-height:1.55;display:inline-flex}.prose{width:100%;max-width:100%;font-family:var(--font-latin-sans), var(--font-sans);color:var(--text);text-align:left;letter-spacing:0;text-wrap:pretty;margin-top:0;font-size:1.05rem;line-height:1.82}.prose>*{margin:0}.prose>*+*{margin-top:12px}.prose h2{font-family:var(--font-latin-serif), var(--font-serif);color:var(--heading);margin-top:32px;margin-bottom:4px;font-size:clamp(1.25rem,2.5vw,1.45rem);font-weight:520;line-height:1.25}.prose h3{font-family:var(--font-latin-serif), var(--font-serif);color:var(--heading);margin-top:20px;margin-bottom:4px;font-size:1.17em;font-weight:520;line-height:1.32}.prose p:has(>strong:only-child),.prose p:has(>a:only-child){margin-top:14px;margin-bottom:2px}.prose p,.prose li,.prose blockquote,.prose :not(pre)>code{overflow-wrap:anywhere}.prose p,.prose ul,.prose ol,.prose blockquote,.prose pre{margin-bottom:0}.prose ul,.prose ol{padding-left:1.3em}.prose li+li{margin-top:.32em}.prose>:first-child{margin-top:0}.prose img,.prose video,.prose picture img,.prose p>a>img,.prose li>a>img{border-radius:6px;width:auto;max-width:100%;height:auto;margin:22px auto;display:block}.prose blockquote{color:var(--heading);border-left:1px solid #999;padding-left:20px;font-style:italic}.prose blockquote>:last-child{margin-bottom:0}.content-note{color:#555;background:#11111109;border:1px solid #11111114;border-radius:6px;margin:16px 0 20px;padding:12px 14px;font-size:.94em;line-height:1.8}.content-path{background:#fafafa;border:1px solid #11111114;border-radius:6px;margin:10px 0 18px;padding:10px 12px;font-size:.94em;line-height:1.75}.content-path code{font-size:inherit;background:0 0;padding:0}.content-case{background:linear-gradient(#11111105,#11111109);border:1px solid #11111114;border-radius:6px;margin:16px 0 22px;padding:14px 15px}.content-case__title{color:#333;margin-bottom:8px;font-size:.95em;font-weight:520}.content-case__body>:last-child{margin-bottom:0}.prose a{overflow-wrap:anywhere;word-break:break-word;color:var(--accent);transition:color var(--ease-standard), background-size var(--ease-standard);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;text-decoration:none}.prose a:hover,.prose a:focus-visible{color:var(--heading);background-size:100% 1px}.prose pre{white-space:pre;word-break:normal;scrollbar-width:none;background:#f7f7f7;border:1px solid #11111114;border-radius:6px;padding:16px 18px;font-size:.88em;line-height:1.72;overflow:auto hidden}.prose pre::-webkit-scrollbar{display:none}.prose pre code{white-space:pre;word-break:normal;background:0 0;padding:0;display:block}.prose :not(pre)>code{color:#222;background:#1111110d;border-radius:6px;padding:.16em .42em;font-size:.9em}.prose table{width:fit-content;min-width:min(100%, fit-content);border-collapse:collapse;border-spacing:0;-webkit-overflow-scrolling:touch;max-width:100%;margin:0 auto 24px;font-size:.94em;display:block;overflow-x:auto}.prose thead{border-bottom:1px solid #11111124}.prose tbody tr{border-bottom:1px solid #11111114}.prose th,.prose td{text-align:left;vertical-align:top;white-space:normal;padding:9px 12px}.prose th{font-weight:500}.proof-dashboard{gap:18px;display:grid}.proof-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.proof-metric,.proof-panel{box-shadow:none;background:#fff;border:1px solid #11111114;border-radius:14px}.proof-metric{gap:6px;min-height:108px;padding:14px;display:grid}.proof-metric__label,.proof-panel__head p{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px}.proof-metric strong{font-family:var(--font-latin-serif), var(--font-serif);letter-spacing:-.035em;font-variant-numeric:tabular-nums;font-size:clamp(1.56rem,2.6vw,2rem);font-weight:540;line-height:.96}.proof-metric small{color:#5f5f5f;font-size:12px;line-height:1.5}.proof-panels{grid-template-columns:1fr;gap:12px;display:grid}.proof-panel[aria-labelledby=proof-monthly-title],.proof-panel[aria-labelledby=proof-summary-title],.proof-panel[aria-labelledby=proof-daily-title]{grid-column:1/-1}.proof-panel{padding:14px}.proof-panel__head{margin-bottom:10px}.proof-panel__head h2{font-family:var(--font-latin-serif), var(--font-serif);font-size:var(--step-1);letter-spacing:-.02em;margin:0;font-weight:520;line-height:1.2}.proof-panel__head p{letter-spacing:.04em;text-transform:none;margin:8px 0 0}.proof-trend{gap:8px;display:grid}.proof-ridge{background:linear-gradient(#fcfcfc 0%,#f8f8f8 100%),linear-gradient(90deg,#11111105 1px,#0000 1px) 0 0/calc(33.3333% - 6.66667px) 100%;border:1px solid #1111110d;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:8px;min-height:88px;padding:2px 10px 8px;display:grid;position:relative}.proof-ridge__chart{grid-column:1/-1;width:100%;height:auto;margin-bottom:0;overflow:visible}.proof-ridge__line{fill:none;stroke:#111;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.proof-ridge__month{justify-items:center;gap:4px;display:grid}.proof-ridge__value{font-family:var(--font-latin-serif), var(--font-serif);color:#171717;font-variant-numeric:tabular-nums;font-size:.98rem;font-weight:540;line-height:1}.proof-ridge__label{color:#666;font-size:12px;line-height:1.3}.proof-trend__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.proof-trend__summary span{color:#666;border:1px solid #1111110f;border-radius:14px;justify-content:space-between;align-items:baseline;gap:6px;padding:12px 14px;font-size:12px;display:flex}.proof-trend__summary strong{font-family:var(--font-latin-serif), var(--font-serif);color:#171717;text-align:right;flex-shrink:0;font-size:1.02rem;font-weight:540;line-height:1.1}.proof-calendar__shell{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #1111110d;border-radius:14px;padding:10px;overflow:hidden}.proof-calendar__months{min-width:0;color:var(--muted);grid-template-columns:repeat(12,minmax(0,1fr));gap:3px;margin-bottom:10px;font-size:11px;display:grid}.proof-calendar__months span{text-align:center}.proof-calendar{grid-template-rows:repeat(7,minmax(0,1fr));gap:3px;min-width:0;display:grid}.proof-calendar__row{grid-template-columns:repeat(53,minmax(0,1fr));gap:3px;display:grid}.proof-calendar__cell{aspect-ratio:1;cursor:pointer;background:#0f766e0f;border:0;border-radius:2px;width:100%;min-width:0;height:auto;padding:0;transition:transform .15s,background .15s,box-shadow .15s;display:block;box-shadow:inset 0 0 0 1px #0f766e0a}.proof-calendar__cell--empty{box-shadow:none;cursor:default;background:0 0}.proof-calendar__cell--1{background:#0f766e59}.proof-calendar__cell--2{background:#0f766e99}.proof-calendar__cell--3{background:#0f766ed9}.proof-calendar__cell:hover,.proof-calendar__cell:focus-visible{outline-offset:1px;outline:1.5px solid #0f766e80;transform:scale(1.18);box-shadow:0 0 0 3px #0f766e14}.proof-calendar__detail{border-top:1px solid #11111114;justify-content:space-between;align-items:baseline;gap:12px;margin-top:14px;padding-top:12px;display:flex}.proof-calendar__detail strong{font-family:var(--font-latin-serif), var(--font-serif);font-size:clamp(1rem,1.3vw,1.08rem);font-weight:520}.proof-calendar__detail span{color:#555;font-variant-numeric:tabular-nums;font-size:14px}.proof-calendar__legend{color:var(--muted);justify-content:flex-end;align-items:center;gap:4px;margin-top:8px;font-size:12px;display:flex}.proof-calendar__legend .proof-calendar__cell{cursor:default;width:12px;min-width:12px;height:12px}.proof-calendar__legend .proof-calendar__cell:hover{outline:none;transform:none}.proof-summary{margin:0;padding:0;list-style:none}.proof-summary li{border-bottom:1px solid #11111114;justify-content:space-between;align-items:baseline;gap:16px;padding:8px 0;display:flex}.proof-summary li:last-child{border-bottom:0}.proof-summary span{color:#444}.proof-summary strong{font-family:var(--font-latin-serif), var(--font-serif);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:1.04rem;font-weight:520}@media (width>=700px) and (width<=959px){.page-head{padding-top:28px}.page-head--about{row-gap:8px;padding-bottom:8px}.page-head p{line-height:1.74}.post-shell h1{text-wrap:pretty;font-size:clamp(1.28rem,2.7vw,1.68rem);line-height:1.12}.post-meta .meta-date{font-size:13px;line-height:1.5}.prose,.about-section .about-copy.prose{line-height:1.8}.about-section{padding-top:18px}.proof-dashboard{gap:14px}.proof-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.proof-metric,.proof-panel{padding:14px}.proof-ridge{min-height:84px;padding:2px 8px 8px}.proof-trend__summary{grid-template-columns:1fr;gap:8px}.proof-calendar__shell{padding:10px}.proof-calendar__months{grid-template-columns:repeat(12,minmax(0,1fr));font-size:8px}}@media (width<=699px){.page-shell,.post-shell{padding-top:16px}.page-head p{line-height:1.66}.page-head h1{letter-spacing:-.01em;font-size:1.6rem;font-weight:600;line-height:1.2}.post-meta{gap:4px 12px}.post-divider{margin-bottom:14px}.post-header{row-gap:6px}.post-shell h1{letter-spacing:0;text-wrap:pretty;font-size:1.45rem;line-height:1.24}.post-meta .meta-date{font-size:1rem;line-height:1.45}.prose{letter-spacing:0;font-size:1.04rem;line-height:1.8}.about-section .about-copy.prose{font-size:1rem;line-height:1.75}.prose h2{margin-top:24px}.prose h3{margin-top:16px;font-size:1.12rem}.about-section{padding-top:14px}.proof-dashboard{gap:12px}.proof-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.proof-panels{grid-template-columns:1fr;gap:10px}.proof-panel,.proof-metric{border-radius:14px;padding:12px}.proof-metric{min-height:94px}.proof-metric strong{font-size:clamp(1.22rem,5vw,1.56rem)}.proof-metric small,.proof-summary span,.proof-summary strong{font-size:11px}.proof-calendar__months,.proof-calendar{gap:3px}.proof-calendar__months{display:none}.proof-calendar__shell{padding:6px}.proof-calendar__cell{border-radius:2px;min-width:0}.proof-calendar__row{grid-template-columns:repeat(53,minmax(0,1fr));gap:1px}.proof-trend{gap:6px}.proof-ridge{border-radius:14px;gap:6px;min-height:72px;padding:0 4px 4px}.proof-ridge__value{font-size:.88rem}.proof-ridge__label,.post-pagination__label{font-size:10px}.proof-trend__summary span{padding:10px 12px;font-size:11px}.proof-trend__summary{grid-template-columns:1fr;gap:6px}.proof-calendar__detail{flex-direction:row;justify-content:space-between;align-items:baseline;gap:8px;margin-top:10px;padding-top:10px}.proof-calendar__detail strong{white-space:nowrap;font-size:.84rem}.proof-calendar__detail span,.proof-calendar__legend{font-size:10px}.proof-summary li{gap:8px}.proof-summary strong{white-space:nowrap}.post-pagination__link strong{font-size:clamp(.9rem,3.6vw,.98rem);line-height:1.4}}.site-footer{border-top:0;margin-top:auto;padding:22px 0 24px}.footer-credit-link{color:var(--muted);transition:color var(--ease-standard), background-size var(--ease-standard);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;text-decoration:none;display:inline}.footer-credit-link:hover{color:var(--heading);background-size:100% 1px}.copyright-sep{color:var(--border-strong);user-select:none;margin:0 8px}.site-footer__inner.container{min-height:0;padding:0 var(--gutter);color:var(--muted);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;font-size:.9rem;display:flex}.site-footer__meta{flex:0 auto;align-items:center;min-width:auto;display:flex}.site-footer__copyright{white-space:normal;text-align:center;justify-content:flex-start;align-items:center;max-width:none;min-height:0;margin:0;line-height:1.5;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:100%;margin-left:0;display:flex}.footer-links:before{content:"·";color:var(--muted)}.footer-link{white-space:nowrap;min-height:0;transition:color var(--ease-standard), background-size var(--ease-standard);background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.footer-link:hover{color:var(--heading);background-size:100% 1px}.footer-link[target=_blank]:after{content:"↗";opacity:.62;margin-left:6px;font-size:.8em;line-height:1}.to-top{right:max(16px, env(safe-area-inset-right,0));bottom:max(36px, calc(44px + env(safe-area-inset-bottom,0)));z-index:25;border:1px solid var(--border);width:40px;height:40px;color:var(--text);opacity:0;pointer-events:none;transition:opacity var(--ease-standard), transform var(--ease-standard), border-color var(--ease-standard), color var(--ease-standard);background:#ffffffe0;border-radius:9999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:fixed}.to-top[data-visible=true]{opacity:1;pointer-events:auto}.to-top svg{width:18px;height:18px}.to-top:hover{color:var(--heading);border-color:var(--border-strong);transform:none}@media (width<=768px){.site-footer__inner.container{flex-wrap:wrap;align-items:baseline;gap:6px}.site-footer__copyright{white-space:normal;min-height:18px;line-height:18px}.footer-links{justify-content:center;gap:6px;margin-left:0}.footer-link{min-height:0}}@media (width<=480px){.site-footer__inner.container{padding-top:0;padding-bottom:0}.to-top{width:38px;height:38px;right:max(12px, env(safe-area-inset-right,0));bottom:max(22px, calc(30px + env(safe-area-inset-bottom,0)))}.footer-links{flex-wrap:wrap;gap:6px 10px}}.search-modal{z-index:80;padding:min(12vh, 100px) var(--gutter) 24px;opacity:0;pointer-events:none;justify-content:center;align-items:flex-start;transition:opacity .18s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;inset:0}.search-modal[data-open=true]{opacity:1;pointer-events:auto}.search-modal__overlay{-webkit-backdrop-filter:blur(8px);opacity:0;background:#00000073;transition:opacity .18s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.search-modal[data-open=true] .search-modal__overlay{opacity:1}.search-modal__dialog{width:min(calc(100vw - (var(--gutter) * 2)), var(--container));border:1px solid var(--border);opacity:0;background:#fff;border-radius:8px;max-height:82vh;transition:opacity .2s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;transform:translateY(6px);box-shadow:0 20px 40px #00000026}.search-modal[data-open=true] .search-modal__dialog{opacity:1;transform:translateY(0)}.search-modal__dialog:focus-visible{outline-offset:4px;outline:2px solid #111}.search-modal__bar{border-bottom:1px solid var(--border);background:#fff;grid-template-columns:24px 1fr 28px;align-items:center;gap:14px;padding:16px 20px;display:grid}.search-icon{color:var(--muted);justify-content:center;align-items:center;display:inline-flex}.search-icon svg{width:18px;height:18px}.search-input{color:#111;background:0 0;border:0;outline:none;width:100%;font-size:clamp(15px,1.1vw,16px);line-height:1.4}.search-input::placeholder{color:#8b8b8b;font-size:clamp(14px,1vw,15px)}.search-clear{min-width:32px;min-height:32px;color:var(--muted);visibility:hidden;cursor:pointer;background:0 0;border:0;padding:0}.search-clear[data-visible=true]{visibility:visible}.search-results{background:#fff;max-height:calc(82vh - 68px);padding:10px 20px 20px;overflow-y:auto}.search-results__empty{color:var(--muted);padding:24px 0 12px;font-size:.94rem;display:none}.search-results__empty[data-visible=true]{display:block}.search-results__list:empty{display:none}.search-modal__dialog[data-has-query=false]{max-height:none}.search-results[data-has-query=false]{max-height:none;display:none;overflow:visible}.search-item{border-bottom:1px dashed var(--border);transition:background-color var(--ease-standard), transform var(--ease-standard);border-radius:6px;margin:4px 0;padding:14px 12px;display:block;background-image:none!important}.search-item:last-child{border-bottom:0}.search-item:hover{background-color:var(--surface);color:var(--heading);background-image:none!important}.search-item:focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #111}.search-item__row{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:16px;display:grid}.search-item__body{min-width:0;font-family:var(--font-latin-sans), var(--font-sans);color:var(--heading);letter-spacing:0;font-size:clamp(15px,1.05vw,17px);font-weight:520;line-height:1.45;display:block}.search-item__excerpt{font-family:var(--font-latin-sans), var(--font-sans);color:var(--text);word-break:break-word;margin-top:6px;font-size:clamp(13px,.96vw,14px);line-height:1.6}.search-item__excerpt mark{color:#1c1917;background:#fef08a;border-radius:3px;padding:1px 4px;font-weight:500}@media (width<=720px){.search-item,.search-item__row{grid-template-columns:1fr;align-items:flex-start;display:grid}.search-modal{padding:72px var(--gutter) 24px;align-items:flex-start}.search-modal__dialog{border-radius:6px;width:min(100%,100vw - 24px);max-height:80vh}.search-modal__bar{grid-template-columns:20px minmax(0,1fr) 24px;gap:12px;padding:14px 14px 12px}.search-input{font-size:15px}.search-input::placeholder{font-size:14px}.search-results{max-height:calc(80vh - 60px);padding:6px 14px 14px}.search-item__row{gap:6px}.search-results__status{padding-top:12px}.search-item__body,.search-item__excerpt{width:100%}.search-item__body{font-size:clamp(15px,4vw,17px);line-height:1.38}.search-item__excerpt{font-size:11px;line-height:1.56}}@media (width<=480px){.search-modal{align-items:flex-start;padding:72px 12px 24px}.search-modal__dialog{border:1px solid var(--border);border-radius:6px;width:100%;max-height:80vh}.search-modal__bar{padding:14px 14px 12px}.search-clear{min-width:28px;min-height:28px}.search-results{max-height:calc(80vh - 60px);padding:6px 14px 14px}.search-item{padding:12px 0}.search-item__body{font-size:14px}}
