:root{--color-bg: #010101;--color-surface: #ffffff;--color-text: #ffffff;--color-muted: #b7ab9c;--color-accent: #f5e6cf;--color-surface-text: #1b1712;--color-surface-muted: #5c5144;--color-border: #d8cbb9;--color-hero: #efe7da;--font-heading: "UnifrakturCook", "Palatino Linotype", "Book Antiqua", Palatino, serif;--font-body: "ABeeZee", "Helvetica Neue", Arial, sans-serif;--font-base-size: 18px;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--shadow-soft: 0 15px 50px rgba(0, 0, 0, .08);--max-width: 960px}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.6;font-family:var(--font-body);background:var(--color-bg);color:var(--color-text)}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.skip-link{position:absolute;left:0;top:0;transform:translateY(-140%);padding:.65rem .9rem;background:var(--color-surface);color:var(--color-surface-text);border:1px solid var(--color-border);z-index:1001}.skip-link:focus-visible{transform:translateY(0)}img{max-width:100%;display:block}body{font-size:var(--font-base-size)}h1,h2{font-family:var(--font-heading);letter-spacing:.02em;background:url(/_astro/grain.CxKfeNJG.jpg) repeat;background-size:2000px;color:transparent;-webkit-background-clip:text;background-clip:text}h1 a,h2 a{color:transparent}h1{font-size:clamp(2.8rem,6vw,3.6rem);line-height:1.1}main h1{margin-bottom:.5em}main h1 span{display:block;font-size:.5em}h2{font-size:clamp(2rem,4vw,2.6rem);line-height:1.1;width:100%}h3{width:100%;font-size:1.4rem}.post__content h2,.post__content h3{margin-left:auto;max-width:640px;margin-right:auto}p{margin:0 auto var(--space-md);color:var(--color-text);max-width:640px}a{text-decoration:none;color:var(--color-accent);transition:color .16s ease}p a{text-decoration:underline}h1 a:hover,h2 a:hover,a:hover{color:var(--color-surface-muted)}code{background:#0000000d;padding:.1rem .35rem;font-size:.95rem}pre{background:#1c1b1a;color:#f7f2e9;padding:var(--space-md);overflow:auto;margin-bottom:var(--space-md)}.page{padding-bottom:var(--space-2xl)}html.is-pager-leaving .page{opacity:0;position:fixed;inset:0;overflow:hidden;pointer-events:none;transform:translateY(calc(var(--dc-scroll-y, 0px) * -1 - 8px));transition:opacity .3s ease,transform .3s ease}.container{width:min(100%,var(--max-width));margin:0 auto;padding:0 var(--space-sm)}.hide{display:none}.hero{padding:var(--space-xl);margin:var(--space-xl) auto;text-align:center}.hero p{max-width:640px;margin:var(--space-md) auto 0}.post-list{display:flex;flex-direction:column;gap:var(--space-md)}.section{margin:var(--space-xl) auto}.card{padding:var(--space-lg)}.two-column{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:var(--space-xl);align-items:start}.two-column__main,.two-column__aside{min-width:0}.two-column--equal{grid-template-columns:1fr 1fr}.pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);margin-top:var(--space-lg)}.pagination__pages{display:flex;gap:var(--space-xs)}.pagination__link{padding:.35rem .75rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-surface-text)}.pagination__link[aria-disabled=true],.pagination__link.is-disabled{pointer-events:none;opacity:.5}.pagination__link.is-active{background:var(--color-accent);color:var(--color-surface-text);border-color:var(--color-accent)}.search-area{padding:var(--space-lg)}.search-box{display:flex;flex-direction:column;gap:var(--space-xs)}.search-box input{padding:.75rem .85rem;border:1px solid var(--color-border);background:#fff;color:var(--color-surface-text)}.search-results{margin-top:var(--space-md)}.search-results__list{list-style:none;padding:0;display:grid;gap:var(--space-sm)}.search-results__list a{display:block;padding:.65rem;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-surface-text)}.search-results__title{display:block;font-weight:700}.search-results__desc{color:var(--color-surface-muted);font-size:.95rem}@media(max-width:1024px){.two-column{grid-template-columns:1fr;gap:var(--space-lg)}}@media(max-width:720px){.hero{padding:var(--space-lg)}.post-list-item{flex-direction:column}}.site-header{background:var(--color-bg);position:sticky;top:0;z-index:10}.site-header__inner{width:min(100%,var(--max-width));margin:0 auto;padding:0 var(--space-sm);display:flex;align-items:center;justify-content:center;padding:var(--space-md) 0}.brand{display:flex;flex-direction:column;gap:var(--space-2xs);color:var(--color-text)}.brand__title{font-family:var(--font-heading);font-size:1.7rem;background:url(/_astro/grain.CxKfeNJG.jpg) repeat;background-size:2000px;color:transparent;-webkit-background-clip:text;background-clip:text}.brand__title a,.brand__title a:hover{color:transparent}.brand__subtitle{color:var(--color-muted);font-size:.95rem}.site-nav{display:flex;gap:var(--space-md);align-items:center}.site-nav a{color:var(--color-text);font-weight:600}.site-nav__rss{padding:.35rem .6rem;border:1px solid var(--color-border)}@media(max-width:720px){.site-header__inner{align-items:flex-start;gap:var(--space-sm);justify-content:center}.site-nav{width:100%;justify-content:space-between}}.site-footer{margin-top:var(--space-xl);padding:var(--space-lg) 0;background:var(--color-bg)}.site-footer__inner{width:min(100%,var(--max-width));margin:0 auto;padding:0 var(--space-sm);display:flex;justify-content:space-between;color:var(--color-muted);font-size:.95rem}@media(max-width:720px){.site-footer__inner{flex-direction:column;gap:var(--space-xs)}}.post{width:min(100%,var(--max-width));margin:0 auto;padding:0 var(--space-sm);margin-top:var(--space-xl)}.post__header{margin-bottom:var(--space-lg)}.post__meta{color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;max-width:100%}.post__title{margin-top:var(--space-xs)}.post__badge{display:inline-block;padding:.2rem .5rem;background:#e3d9c7;color:#6a5940;font-weight:700;margin-bottom:var(--space-xs)}.post__content{display:grid;gap:var(--space-md);color:var(--color-text)}.post__content h2,.post__content h3{margin-top:var(--space-md)}.post__content blockquote{border-left:4px solid var(--color-accent);padding-left:var(--space-md);color:var(--color-muted);font-style:italic}.post__content ul{padding-left:var(--space-lg)}.post-hero{margin:var(--space-lg) 0;overflow:hidden;background:var(--color-hero)}.post-hero img{width:100%;height:auto;display:block}.post-list-item{display:flex;gap:var(--space-md)}.post-list-item__thumb{width:240px;flex-shrink:0;overflow:hidden;background:var(--color-hero)}.post-list-item__thumb img{width:100%;height:100%;object-fit:cover}.post-list-item__meta{display:flex;align-items:center;gap:var(--space-sm);color:var(--color-muted);font-size:.95rem}.post-list-item__badge{background:#e3d9c7;color:#6a5940;padding:.15rem .45rem}.post-list-item__title{margin:var(--space-xs) 0}.post-list-item__tags{list-style:none;display:flex;gap:var(--space-xs);padding:0}.post-list-item__tags li{padding:.2rem .5rem;border:1px solid var(--color-border);font-size:.9rem}.lightbox-figure,.md-figure{display:grid;gap:var(--space-xs);margin:0}.lightbox-trigger{display:block;width:100%;border:0;padding:0;background:transparent;cursor:zoom-in}.lightbox-trigger:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.lightbox-figure img,.md-figure img{cursor:zoom-in;height:auto}.md-figure picture{display:block}.lightbox-figure figcaption,.md-figure figcaption{font-size:.95rem}.md-gallery figcaption{display:none}.lightbox-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-md)}.md-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-md)}.md-gallery .md-figure{align-content:start;position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;min-width:0;min-height:0}.md-gallery .md-figure img{width:100%;height:100%;object-fit:cover;object-position:center center}.md-gallery .md-figure>picture{position:absolute;inset:0}.md-gallery .md-figure>picture>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.md-gallery .md-figure>img{position:absolute;inset:0}.post__content>.md-figure img{width:min(100%,640px);margin-inline:auto}.post__content>.md-figure figcaption{width:min(100%,640px);margin-inline:auto}.post__pager{margin-top:var(--space-xl);padding-top:var(--space-md);display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.post__pager-item{min-width:0}.post__pager-item--end{text-align:right}.post__pager-link{display:inline-flex;flex-direction:column;gap:.2rem;padding:.45rem .65rem;border:1px solid var(--color-border)}.post__pager-label{color:var(--color-muted);font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.post__pager-title{font-weight:700}.dc-lightbox{position:fixed;inset:0;display:grid;place-items:center;z-index:1000}.dc-lightbox-hidden{display:none}.dc-lightbox__backdrop{position:absolute;inset:0;background:#000000d9}.dc-lightbox__frame{position:relative;max-width:min(90vw,100%);width:100%;max-height:95vh;background:#0f0e0d;padding:var(--space-md);box-shadow:0 25px 80px #0006}.dc-lightbox__image{max-height:80vh;width:100%;object-fit:contain;display:block}.dc-lightbox__caption{color:#f7f2e9;margin-top:var(--space-xs)}.dc-lightbox__controls{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.dc-lightbox__controls button{pointer-events:all;background:#fff3;border:none;color:#fff;font-size:2rem;padding:.4rem .8rem;cursor:pointer}.dc-lightbox__close{position:absolute;top:var(--space-sm);right:var(--space-sm);background:#fff3;border:none;color:#fff;font-size:1.8rem;width:2.4rem;height:2.4rem;cursor:pointer}@media(max-width:720px){.post{padding:var(--space-lg)}.post-hero,.md-figure{margin:0 calc(-1 * var(--space-lg));width:auto}.md-gallery .md-figure{width:auto}.post-list-item__thumb{width:auto;height:auto;margin:0 calc(-1 * var(--space-lg))}.dc-lightbox__controls button{font-size:1.5rem}.post__pager{grid-template-columns:1fr}.post__pager-item--end{text-align:left}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}@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(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
