html.post-image-viewer-open,body.post-image-viewer-open{overflow:hidden}body.post-image-viewer-open{padding-right:var(--post-image-viewer-scrollbar-offset, 0px)}body.post-image-viewer-open>:where(header,main,footer){pointer-events:none;user-select:none}[data-post-images-root] img[data-post-image-viewer-trigger=true]{cursor:zoom-in}[data-post-images-root] img[data-post-image-viewer-trigger=true]:focus-visible{outline:3px solid rgba(var(--accent-rgb),.42);outline-offset:.35rem}[data-post-images-root] :is(.hero-image img,.prose img)[data-post-image-viewer-trigger=true]{transition:box-shadow .22s ease,transform .22s ease}[data-post-images-root] :is(.hero-image img,.prose img)[data-post-image-viewer-trigger=true]:hover{transform:translateY(-1px);box-shadow:0 0 0 1px rgba(var(--accent-rgb),.16),0 18px 36px #1f293424}.post-image-viewer{position:fixed;inset:0;z-index:120;opacity:0;visibility:hidden;pointer-events:none}.post-image-viewer[data-state=open]{opacity:1;visibility:visible;pointer-events:auto;backdrop-filter:blur(16px) saturate(.92);-webkit-backdrop-filter:blur(16px) saturate(.92)}.post-image-viewer:focus{outline:none}.post-image-viewer__backdrop{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(var(--accent-rgb),.16),transparent 40%),#0c141c94}.post-image-viewer__stage{position:absolute;inset:0}.post-image-viewer__image-shell{position:absolute;inset:0;display:grid;place-items:center;padding:clamp(1rem,3vw,2rem) clamp(4.5rem,8vw,7rem) clamp(3rem,8vh,4.75rem);overflow:hidden}.post-image-viewer__image-shell[data-zoom-state=zoomable]{cursor:zoom-in}.post-image-viewer__image-shell[data-zoom-state=pannable]{cursor:grab}.post-image-viewer__image-shell[data-zoom-state=dragging]{cursor:grabbing}.post-image-viewer__placeholder,.post-image-viewer__image{display:block;grid-area:1 / 1;width:auto;height:auto;max-width:calc(100vw - clamp(5rem,12vw,9rem));max-height:calc(100vh - clamp(5rem,14vh,8rem));border-radius:18px;object-fit:contain;box-shadow:0 28px 90px #00000057;opacity:0;user-select:none;transform-origin:center center}.post-image-viewer__placeholder{opacity:0;transition:opacity .08s ease}.post-image-viewer__placeholder.is-visible{opacity:1}.post-image-viewer__image{will-change:transform;transition:opacity .12s ease}.post-image-viewer__image.is-ready{opacity:1}.post-image-viewer__nav{position:absolute;top:0;bottom:0;z-index:3;width:clamp(56px,7vw,92px);display:grid;place-items:center;padding:0;border:0;background:none;color:#ffffffd1;opacity:.38;transition:opacity .18s ease,transform .18s ease}.post-image-viewer__nav svg{width:clamp(30px,3vw,38px);height:clamp(30px,3vw,38px);filter:drop-shadow(0 10px 22px rgba(0,0,0,.35))}.post-image-viewer__nav:hover:not(:disabled),.post-image-viewer__nav:focus-visible{opacity:.95}.post-image-viewer__nav--prev{left:0}.post-image-viewer__nav--prev:hover:not(:disabled),.post-image-viewer__nav--prev:focus-visible{transform:translate(-2px)}.post-image-viewer__nav--next{right:0}.post-image-viewer__nav--next:hover:not(:disabled),.post-image-viewer__nav--next:focus-visible{transform:translate(2px)}.post-image-viewer__nav:focus-visible{outline:none}.post-image-viewer__nav:disabled{opacity:0;pointer-events:none}.post-image-viewer__counter,.post-image-viewer__caption{position:absolute;left:50%;z-index:2;max-width:min(72ch,calc(100vw - 2rem));color:#ffffffe6;text-align:center;text-shadow:0 8px 24px rgba(0,0,0,.42);pointer-events:none;transform:translate(-50%)}.post-image-viewer__counter{top:clamp(1rem,3vh,1.5rem);font-size:.86rem;font-variant-numeric:tabular-nums;letter-spacing:.08em}.post-image-viewer__caption{bottom:clamp(1rem,3vh,1.5rem);font-size:.94rem;line-height:1.5}@media(max-width:720px){.post-image-viewer__image-shell{padding:.85rem 3rem 3.5rem}.post-image-viewer__image{max-width:calc(100vw - 3.75rem);max-height:calc(100vh - 5.5rem);border-radius:14px}.post-image-viewer__nav{width:44px}.post-image-viewer__nav svg{width:28px;height:28px}.post-image-viewer__caption{font-size:.88rem;max-width:calc(100vw - 1.5rem)}}@media(prefers-reduced-motion:reduce){body.post-image-viewer-open>:where(header,main,footer),.post-image-viewer__placeholder,.post-image-viewer__image,[data-post-images-root] :is(.hero-image img,.prose img)[data-post-image-viewer-trigger=true],.post-image-viewer__nav{transition:none}}.related-posts[data-astro-cid-dpgbfi7r]{width:100%;max-width:none;margin:2.5rem 0 0;padding:1.5rem 0 0;border-top:1px solid rgb(var(--gray-light))}.related-header[data-astro-cid-dpgbfi7r]{margin-bottom:.9rem}.related-heading[data-astro-cid-dpgbfi7r]{margin:0;font-size:1.05rem;color:rgb(var(--black))}.related-list[data-astro-cid-dpgbfi7r]{display:grid;gap:.75rem}@keyframes related-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.related-card[data-astro-cid-dpgbfi7r]{padding:.9rem 1rem;border:1px solid rgba(var(--accent-rgb),.12);border-left:3px solid transparent;border-radius:12px;background:var(--card-gradient);box-shadow:var(--card-shadow);opacity:0;transition:transform .22s ease,border-color .22s ease,border-left-color .22s ease,box-shadow .22s ease}.reveal.is-visible .related-card[data-astro-cid-dpgbfi7r]{animation:related-card-in .4s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(var(--rel-i, 0) * 80ms)}.related-card[data-astro-cid-dpgbfi7r]:hover{transform:translateY(-2px);border-color:rgba(var(--accent-rgb),.28);border-left-color:var(--accent);box-shadow:var(--card-shadow-strong)}.related-link[data-astro-cid-dpgbfi7r]{display:block;margin-bottom:.7rem;color:inherit;text-decoration:none}.related-link[data-astro-cid-dpgbfi7r]:hover{color:inherit}.related-title[data-astro-cid-dpgbfi7r]{margin:0 0 .35rem;font-size:1.02rem;line-height:1.45;color:rgb(var(--gray-dark));transition:color .18s ease}.related-card[data-astro-cid-dpgbfi7r]:hover .related-title[data-astro-cid-dpgbfi7r]{color:var(--accent-dark)}.related-desc[data-astro-cid-dpgbfi7r]{display:-webkit-box;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.92rem;line-height:1.65;color:rgb(var(--gray))}.related-meta[data-astro-cid-dpgbfi7r]{display:flex;align-items:center;justify-content:space-between;gap:.9rem;flex-wrap:wrap}.related-tags[data-astro-cid-dpgbfi7r]{display:flex;gap:.45rem;flex-wrap:wrap}@media(prefers-reduced-motion:reduce){.related-card[data-astro-cid-dpgbfi7r]{opacity:1;animation:none}}@media(max-width:720px){.related-posts[data-astro-cid-dpgbfi7r]{margin-top:2.25rem;padding-top:1.4rem}.related-card[data-astro-cid-dpgbfi7r]{padding:.95rem;border-radius:14px}.related-meta[data-astro-cid-dpgbfi7r]{align-items:flex-start}}:root{--post-sticky-offset: 88px;--post-anchor-offset: 120px}html{scroll-padding-top:var(--post-anchor-offset)}main[data-astro-cid-bvzihdzo]{width:min(1240px,calc(100% - 2.5rem));margin:0 auto;padding:2.5rem 0 4.5rem}.article-shell[data-astro-cid-bvzihdzo]{display:grid;grid-template-columns:minmax(0,780px) 240px;gap:3.25rem;justify-content:center}.article-shell--solo[data-astro-cid-bvzihdzo]{grid-template-columns:minmax(0,780px)}.post-stack[data-astro-cid-bvzihdzo]{min-width:0}.mobile-toc-shell[data-astro-cid-bvzihdzo]{display:none}@keyframes article-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.article-rail[data-astro-cid-bvzihdzo]{min-width:0;animation:article-enter .5s cubic-bezier(.22,1,.36,1) both}.hero-image[data-astro-cid-bvzihdzo]{margin-bottom:2rem}.hero-image[data-astro-cid-bvzihdzo] img[data-astro-cid-bvzihdzo]{display:block;width:100%;margin:0 auto;border-radius:18px;box-shadow:var(--box-shadow);animation:article-enter .6s cubic-bezier(.22,1,.36,1) .1s both}.title[data-astro-cid-bvzihdzo]{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgb(var(--gray-light));text-align:left}.title[data-astro-cid-bvzihdzo] h1[data-astro-cid-bvzihdzo]{margin:0 0 .55rem;max-width:18ch;font-size:clamp(2rem,4vw,2.85rem);font-weight:700;line-height:1.15;letter-spacing:-.025em}.date[data-astro-cid-bvzihdzo]{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem;color:rgb(var(--gray));font-size:.82rem;letter-spacing:.04em}.last-updated-on[data-astro-cid-bvzihdzo]{font-style:italic;font-size:.9em}.post-meta[data-astro-cid-bvzihdzo]{display:flex;justify-content:flex-start;align-items:center;gap:.7em;margin-top:.4rem;flex-wrap:wrap}.post-tags[data-astro-cid-bvzihdzo]{display:flex;gap:.45em;flex-wrap:wrap;justify-content:flex-start}.prose[data-astro-cid-bvzihdzo]{width:100%;max-width:none;margin:0;padding:0;color:rgb(var(--gray-dark));font-size:1.04rem}.prose[data-astro-cid-bvzihdzo]>[data-astro-cid-bvzihdzo]:first-child{margin-top:0}.prose[data-astro-cid-bvzihdzo] [data-astro-cid-bvzihdzo]:where(h2,h3,h4){scroll-margin-top:var(--post-anchor-offset)}.prose[data-astro-cid-bvzihdzo] [data-astro-cid-bvzihdzo]:where(h2){margin-top:2.8rem;font-size:1.85rem}.prose[data-astro-cid-bvzihdzo] [data-astro-cid-bvzihdzo]:where(h3){margin-top:2.15rem;font-size:1.32rem}.prose[data-astro-cid-bvzihdzo] [data-astro-cid-bvzihdzo]:where(h4){margin-top:1.75rem}.prose[data-astro-cid-bvzihdzo] [data-astro-cid-bvzihdzo]:where(p,ul,ol,blockquote,pre,table){margin-bottom:1.7rem}.prose[data-astro-cid-bvzihdzo] [data-astro-cid-bvzihdzo]:where(ul,ol){padding-left:1.35rem}.prose[data-astro-cid-bvzihdzo] [data-astro-cid-bvzihdzo]:where(li+li){margin-top:.45rem}.post-toc[data-astro-cid-bvzihdzo]{min-width:0;position:sticky;top:var(--post-sticky-offset);align-self:start;height:calc(100vh - var(--post-sticky-offset) - 1.25rem)}.toc-card[data-astro-cid-bvzihdzo]{position:relative;max-height:100%;height:100%;overflow:auto;padding:.2rem .14rem 0 1.25rem;border-left:1px solid rgb(var(--gray-light));overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:transparent transparent}.toc-card[data-astro-cid-bvzihdzo]:hover{scrollbar-color:var(--scrollbar-thumb) transparent}.toc-card[data-astro-cid-bvzihdzo]::-webkit-scrollbar{width:4px}.toc-card[data-astro-cid-bvzihdzo]::-webkit-scrollbar-track{background:transparent}.toc-card[data-astro-cid-bvzihdzo]::-webkit-scrollbar-thumb{background:transparent;border-radius:999px;transition:background .2s ease}.toc-card[data-astro-cid-bvzihdzo]:hover::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}.toc-title[data-astro-cid-bvzihdzo]{margin:0 0 .75rem;font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--gray))}.toc-nav[data-astro-cid-bvzihdzo]{display:grid;gap:.2rem}.toc-link[data-astro-cid-bvzihdzo]{margin-left:-1.35rem;padding:.35rem 0 .35rem 1.2rem;border-left:2px solid transparent;color:rgb(var(--gray));font-size:.88rem;line-height:1.45;text-decoration:none;transition:color .18s ease,border-color .18s ease,background-color .18s ease}.toc-link[data-astro-cid-bvzihdzo]:hover{color:rgb(var(--black))}.toc-link[data-astro-cid-bvzihdzo].depth-3{padding-left:2rem;font-size:.82rem}.toc-link[data-astro-cid-bvzihdzo].depth-4{padding-left:2.75rem;font-size:.78rem}.toc-link[data-astro-cid-bvzihdzo].is-active{color:var(--accent-dark);border-left-color:var(--accent);font-weight:500;background:rgba(var(--accent-rgb),.04)}@media(prefers-reduced-motion:no-preference){.toc-card[data-astro-cid-bvzihdzo]{scroll-behavior:smooth}}@media(max-width:1040px){main[data-astro-cid-bvzihdzo]{width:min(1080px,calc(100% - 2rem))}.article-shell[data-astro-cid-bvzihdzo]{gap:2.25rem;grid-template-columns:minmax(0,1fr) 220px}}@media(max-width:900px){:root{--post-anchor-offset: 80px}.article-shell[data-astro-cid-bvzihdzo],.article-shell--solo[data-astro-cid-bvzihdzo]{grid-template-columns:minmax(0,1fr);gap:1.5rem}.mobile-toc-shell[data-astro-cid-bvzihdzo]{--mobile-toc-left-space: 3.25rem;--mobile-toc-right-space: 6rem;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;height:56px;z-index:101;pointer-events:none;padding-left:var(--mobile-toc-left-space);padding-right:var(--mobile-toc-right-space);box-sizing:border-box}.mobile-toc[data-astro-cid-bvzihdzo]{pointer-events:auto;position:relative;width:min(100%,clamp(9.5rem,46vw,16.5rem));max-width:calc(100vw - var(--mobile-toc-left-space) - var(--mobile-toc-right-space) - .75rem);min-width:0;isolation:isolate;--toc-ease-soft: cubic-bezier(.25, 1, .5, 1);--toc-ease-out: cubic-bezier(.22, 1, .36, 1);--toc-ease-expo: cubic-bezier(.16, 1, .3, 1)}.mobile-toc[data-astro-cid-bvzihdzo][data-state=open],.mobile-toc[data-astro-cid-bvzihdzo][data-state=closing]{z-index:105}.mobile-toc-summary[data-astro-cid-bvzihdzo]{appearance:none;display:flex;align-items:center;gap:.35rem;padding:.22rem .7rem .22rem .22rem;border-radius:999px;background:var(--toc-pill-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);list-style:none;cursor:pointer;-webkit-tap-highlight-color:transparent;border:1px solid rgba(var(--gray-light),.42);width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;font:inherit;color:inherit;text-align:left;position:relative;z-index:1;transition:transform .16s var(--toc-ease-soft),box-shadow .28s var(--toc-ease-out),border-radius .28s var(--toc-ease-out),border-color .28s var(--toc-ease-out),background-color .28s var(--toc-ease-out)}.mobile-toc-summary[data-astro-cid-bvzihdzo]:active{transform:scale(.97)}.mobile-toc-summary[data-astro-cid-bvzihdzo]:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(var(--accent-rgb),.18),var(--card-shadow)}.mobile-toc[data-astro-cid-bvzihdzo][data-state=open]>.mobile-toc-summary[data-astro-cid-bvzihdzo],.mobile-toc[data-astro-cid-bvzihdzo][data-state=closing]>.mobile-toc-summary[data-astro-cid-bvzihdzo]{border-radius:1.05rem;border-color:rgba(var(--accent-rgb),.2);background:var(--toc-panel-bg);box-shadow:0 0 0 2px rgba(var(--accent-rgb),.12),var(--card-shadow)}.toc-progress-ring[data-astro-cid-bvzihdzo]{flex-shrink:0;display:block}.toc-ring-track[data-astro-cid-bvzihdzo]{stroke:var(--toc-ring-track)}.toc-ring-fill[data-astro-cid-bvzihdzo]{stroke:var(--toc-ring-progress);transition:stroke-dashoffset .15s ease}.mobile-toc-current[data-astro-cid-bvzihdzo]{flex:1;min-width:0;font-size:.85rem;font-weight:500;color:rgb(var(--black));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}@keyframes toc-slide-in{0%{opacity:0;transform:translateY(10px);filter:blur(3px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.mobile-toc-current[data-astro-cid-bvzihdzo].is-animating{animation:toc-slide-in .25s cubic-bezier(.2,.8,.3,1) forwards}.mobile-toc-popover[data-astro-cid-bvzihdzo]{position:fixed;top:calc(env(safe-area-inset-top,0px) + 4.6rem);left:50%;width:min(calc(100vw - 1rem),22.75rem);transform:translate(-50%);pointer-events:none}.mobile-toc-panel[data-astro-cid-bvzihdzo]{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-.55rem) scale(.965);transform-origin:center top;overflow:hidden;border-radius:1.35rem;border:1px solid rgba(var(--gray-light),.4);background:var(--toc-mobile-panel-bg);box-shadow:var(--toc-panel-shadow);backdrop-filter:blur(20px) saturate(1.06);-webkit-backdrop-filter:blur(20px) saturate(1.06);filter:saturate(.94);transition:grid-template-rows .38s var(--toc-ease-expo),opacity .2s var(--toc-ease-soft),transform .3s var(--toc-ease-out),filter .28s var(--toc-ease-soft)}.mobile-toc[data-astro-cid-bvzihdzo][data-state=open] .mobile-toc-popover[data-astro-cid-bvzihdzo],.mobile-toc[data-astro-cid-bvzihdzo][data-state=closing] .mobile-toc-popover[data-astro-cid-bvzihdzo]{pointer-events:auto}.mobile-toc[data-astro-cid-bvzihdzo][data-state=open] .mobile-toc-panel[data-astro-cid-bvzihdzo]{grid-template-rows:1fr;opacity:1;transform:translateY(0) scale(1);filter:saturate(1)}.mobile-toc[data-astro-cid-bvzihdzo][data-state=closing] .mobile-toc-panel[data-astro-cid-bvzihdzo]{grid-template-rows:1fr;opacity:0;transform:translateY(-.35rem) scale(.98);filter:saturate(.96);transition:opacity .16s var(--toc-ease-soft),transform .22s var(--toc-ease-out),filter .16s var(--toc-ease-soft)}.mobile-toc-panel-scroll[data-astro-cid-bvzihdzo]{min-height:0;max-height:60vh;overflow:auto;padding:.7rem .5rem .5rem}.post-toc[data-astro-cid-bvzihdzo]{display:none}.mobile-toc-link[data-astro-cid-bvzihdzo]{display:block;margin-left:0;padding:.6rem .8rem;border:none;border-radius:10px;color:rgb(var(--gray-dark));font-size:.92rem;line-height:1.4;text-decoration:none;opacity:0;transform:translateY(-.3rem);transition:transform .26s var(--toc-ease-out),opacity .18s var(--toc-ease-soft),background-color .12s ease,color .12s ease}.mobile-toc-link[data-astro-cid-bvzihdzo]+.mobile-toc-link[data-astro-cid-bvzihdzo]{margin-top:2px}.mobile-toc[data-astro-cid-bvzihdzo][data-state=open] .mobile-toc-link[data-astro-cid-bvzihdzo]{opacity:1;transform:translateY(0);transition-delay:calc(var(--toc-index, 0) * 18ms + 50ms)}.mobile-toc[data-astro-cid-bvzihdzo][data-state=closing] .mobile-toc-link[data-astro-cid-bvzihdzo]{opacity:0;transform:translateY(-.2rem);transition-delay:0ms}.mobile-toc-link[data-astro-cid-bvzihdzo].depth-3{padding-left:1.7rem;font-size:.87rem}.mobile-toc-link[data-astro-cid-bvzihdzo].depth-4{padding-left:2.3rem;font-size:.83rem}.mobile-toc-link[data-astro-cid-bvzihdzo].is-active{color:var(--accent-dark);background:rgba(var(--accent-rgb),.1)}}@media(max-width:720px){main[data-astro-cid-bvzihdzo]{width:calc(100% - 1.25rem);padding:1.4rem 0 3rem}.mobile-toc-shell[data-astro-cid-bvzihdzo]{--mobile-toc-left-space: 3.15rem;--mobile-toc-right-space: 5.5rem}.hero-image[data-astro-cid-bvzihdzo]{margin-bottom:1.4rem}.hero-image[data-astro-cid-bvzihdzo] img[data-astro-cid-bvzihdzo]{border-radius:14px}.title[data-astro-cid-bvzihdzo]{margin-bottom:1.5rem;padding-bottom:1.4rem}.title[data-astro-cid-bvzihdzo] h1[data-astro-cid-bvzihdzo]{font-size:1.95rem}.prose[data-astro-cid-bvzihdzo]{font-size:1rem}.prose[data-astro-cid-bvzihdzo] [data-astro-cid-bvzihdzo]:where(h2){font-size:1.55rem}.prose[data-astro-cid-bvzihdzo] [data-astro-cid-bvzihdzo]:where(h3){font-size:1.2rem}}@media(prefers-reduced-motion:reduce){.article-rail[data-astro-cid-bvzihdzo],.hero-image[data-astro-cid-bvzihdzo] img[data-astro-cid-bvzihdzo]{animation:none}.mobile-toc-summary[data-astro-cid-bvzihdzo],.mobile-toc-panel[data-astro-cid-bvzihdzo],.mobile-toc-link[data-astro-cid-bvzihdzo],.toc-ring-fill[data-astro-cid-bvzihdzo],.mobile-toc-current[data-astro-cid-bvzihdzo].is-animating{animation:none;transition:none}}
