:root{color-scheme:light;--font-sans:"Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--content-width:42rem;--bg:#f4f3ef;--bg-soft:#f8f8f6;--surface:#fff;--text:#3f3a37;--text-strong:#131313;--text-body:#4b4642;--text-soft:#5e5b57;--text-muted:#6b6661;--text-faint:#9ca3af;--heading:#222;--link:#444;--border:#dcd9d3;--border-light:#e5e7eb;--border-soft:#1f1d1a1f;--highlight:#e7e76a;--mark:#facc1559;--overlay:#000000e6;--radius-sm:.3rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--focus-ring:0 0 0 3px var(--border-soft)}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--text);font-family:var(--font-sans);word-break:normal;flex-direction:column;margin:0;line-height:1.7;display:flex}a{color:inherit;text-decoration:none}a:hover,a:focus-visible{text-underline-offset:.2em;text-decoration:underline .08em}img,video,iframe{max-width:100%;height:auto}button,input,select{font:inherit}.site-header{border-bottom:1px solid var(--border);backdrop-filter:blur(6px);background:#f4f3efe6;padding:1rem 0}.site-header__inner,.site-main__inner{width:min(100% - 3rem, var(--content-width));margin:0 auto}.site-header__inner{flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;display:flex}.site-brand{align-items:center;gap:1rem;display:flex}.site-brand__badge{background:var(--text-strong);border-radius:999px;padding:.15rem;display:inline-flex}.site-brand__badge:hover,.site-brand__badge:focus-visible{background:#1e1e1e}.site-brand__avatar{border:1px solid var(--text-strong);object-fit:cover;border-radius:999px;width:2.25rem;height:2.25rem;display:block}.site-brand__text{flex-direction:column;gap:.35rem;display:flex}.site-title{color:var(--text-strong);letter-spacing:-.05em;text-transform:uppercase;margin:0;font-size:1.1rem;font-weight:900}.site-title a{text-decoration:none}.site-tagline{color:#5b5854;letter-spacing:.02em;margin:0;font-size:.9rem}.site-nav{text-transform:lowercase;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.4rem;font-size:.9rem;display:flex}.site-nav__link{padding-bottom:.15rem;font-weight:400;text-decoration:none;position:relative}.site-nav__link:after{content:"";opacity:0;background:currentColor;width:100%;height:2px;transition:opacity .2s,transform .2s;position:absolute;bottom:0;left:0;transform:scaleX(.6)}.site-nav__link:hover:after,.site-nav__link:focus-visible:after{opacity:1;transform:scaleX(1)}.site-main{flex:1 0 auto;padding:2.5rem 0 4rem}.site-footer{border-top:1px solid var(--border-light);color:var(--text-faint);text-align:center;margin-top:auto;padding:1.5rem 0;font-size:.875rem}.site-footer p{margin:0}@media (width>=768px){.site-header__inner{flex-direction:row;justify-content:space-between}.site-nav{justify-content:flex-end}}.page,.page-section,.search-page,.search-header,.search-panel,.search-field,.search-filter,.search-results,.post-card,.post-card__body,.post-card__media,.pager,.post-article,.post-header,.post-media,.archive-list{flex-direction:column;display:flex}.page-section,.search-results{gap:1.5rem}.search-page,.post-article{gap:1.75rem}.page-title{color:var(--heading);margin:0;font-size:1.5rem;font-weight:700}.empty-state{color:var(--text-faint);margin:0;font-size:1rem}.page{gap:1rem}.page h1{color:var(--heading);margin:0;font-size:1.5rem}.page p{margin:0}.page a{color:var(--link);text-decoration:underline}.search-header{gap:.75rem}.search-panel{border:1px solid var(--border-soft);border-radius:var(--radius-xl);gap:1.2rem;margin-top:1rem;padding:1.5rem}.search-panel__row{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.search-field{flex:20rem}.search-panel__actions{align-items:center;gap:.75rem;display:flex}.search-sort,.search-field,.search-filter{gap:.5rem}.search-sort{flex:none}.search-field__label,.search-filter__label{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:600}.search-field__control,.search-filter__select{border:1px solid var(--border-soft);background:var(--surface);color:#1f1d1a;transition:border-color .15s,box-shadow .15s}.search-field__control{border-radius:var(--radius-lg);align-items:center;gap:.5rem;min-height:3rem;padding:0 .65rem 0 .85rem;display:flex;position:relative;box-shadow:inset 0 1px #fff9}.search-field__control:focus-within,.search-filter__select:focus{box-shadow:var(--focus-ring);border-color:#1f1d1a59;outline:none}.search-field__icon{color:#1f1d1a59;font-size:.95rem;line-height:1}.search-field__input{color:inherit;background:0 0;border:0;flex:auto;padding:.4rem .35rem .4rem .1rem;font-size:1.05rem;line-height:1.5}.search-field__input:focus{outline:none}.search-filter__select{appearance:none;border-radius:.6rem;min-height:3rem;padding:.45rem .75rem;line-height:1.4}.search-sort__select{border-radius:var(--radius-lg);min-width:9rem;height:3rem;padding-inline:.85rem;font-size:1.05rem;box-shadow:inset 0 1px #fff9}.search-options__toggle{appearance:none;color:#1f1d1aa6;cursor:pointer;background:0 0;border:0;padding:0;font-size:.85rem;font-weight:500;text-decoration:underline;transition:color .15s}.search-options__toggle:hover,.search-options__toggle:focus-visible,.search-options__toggle[aria-expanded=true]{color:#1f1d1af2;outline:none}.search-filters{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.85rem;display:grid}[data-search-filters][hidden]{display:none}.search-status{color:var(--text-muted);margin:0;font-size:.85rem}.search-results{margin-top:1.5rem}.search-results mark{background:var(--mark);color:inherit;border-radius:.2em;padding:.05em .2em}.post-card{border-bottom:1px solid var(--border);gap:.75rem;padding-bottom:1.5rem}.post-card:last-child{border-bottom:0}.post-card header{margin:0}.post-card--micro header,.post-card--farcaster header{border-left:3px solid var(--border);padding-left:1em}.post-card--micro .post-card__body,.post-card--farcaster .post-card__body{flex-flow:wrap;align-items:baseline;gap:.45rem .75rem}.post-card--micro .post-meta--inline,.post-card--farcaster .post-meta--inline{white-space:nowrap;flex:none}.post-card__title{background:var(--highlight);color:var(--text-strong);padding:0 .5rem;font-size:1.1rem;font-weight:700;text-decoration:none}.post-card__abstract{color:inherit;line-height:1.55}.post-card__body{color:var(--text-body);gap:.75rem;font-size:.98rem;line-height:1.55}.post-card__content{flex:auto;min-width:0}.post-card__content>:first-child{margin-top:0}.post-card__continue{color:var(--text-soft);font-weight:400}.post-card__media{gap:.75rem;margin-top:1rem}.media-carousel{min-width:0;max-width:100%;margin:0}.media-carousel__viewport{overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-color:#1f1d1a4d transparent;gap:.75rem;min-width:0;max-width:100%;padding-bottom:.35rem;display:flex;overflow-x:auto}.media-carousel__item{scroll-snap-align:start;flex:none;margin:0}.media-carousel__item a{display:block}.media-carousel__item a:hover,.media-carousel__item a:focus-visible{text-decoration:none}.media-carousel__item img,.media-carousel__item video{border-radius:var(--radius-lg);background:var(--bg-soft);object-fit:contain;border:1px solid #1f1d1a14;width:auto;max-width:min(34rem,82vw);max-height:22rem}.post-card .media-carousel__item img,.post-card .media-carousel__item video{max-height:16rem}.media-carousel__dots{align-items:center;gap:.42rem;margin-top:.6rem;display:flex}.media-carousel__dot{cursor:pointer;background:#1f1d1a40;border:0;border-radius:999px;width:.45rem;height:.45rem;padding:0;transition:width .16s,background-color .16s}.media-carousel__dot:hover,.media-carousel__dot:focus-visible{background:var(--text-strong)}.media-carousel__dot.is-active{background:var(--text-strong);width:1.1rem}.post-card__media--images,.post-media--images{flex-direction:row;gap:.5rem;overflow-x:auto}.post-media__item{border-radius:var(--radius-xl);background:var(--bg-soft);border:1px solid #1f1d1a14;flex-shrink:0;margin:0;overflow:hidden}.post-card__media .post-media__item{border-radius:var(--radius-lg)}.post-media__item img{width:100%;display:block}.post-media--images .post-media__item img,.post-card__media--images .post-media__item img{width:auto;max-height:280px}.post-media__video,.post-card__media-video{border-radius:var(--radius-xl);background:#000;overflow:hidden}.post-card__media .post-media__video,.post-card__media .post-card__media-video{border-radius:var(--radius-lg)}.post-media__video video,.post-card__media-video video{width:100%;display:block}.pager{color:#666;gap:.75rem;font-size:.875rem}.pager__status{color:#000;margin:0;font-weight:700}.pager__links{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.pager__links a{color:var(--link)}.pager__links a:hover,.pager__links a:focus-visible{color:#111}.post-article{align-items:center;padding-bottom:3rem}.post-header,.post-content{width:100%;margin:0 auto}.post-header{gap:1rem}.post-title,.post-subtitle{margin:0}.post-title{font-size:1.5rem;font-weight:700}.post-subtitle{font-size:1rem;font-weight:500}.post-meta{color:var(--text-faint);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin:0;font-size:.8rem;display:flex}.post-meta--compact,.post-meta--inline{color:var(--text-soft);align-items:baseline;gap:.35rem .5rem;font-size:1rem;line-height:1.55}.post-meta--inline{margin-left:-.5ex;font-size:.8rem}.post-meta__time{font-variant-numeric:tabular-nums;font-weight:300}.meta-divider{opacity:.6}.post-tags{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.post-tags li{margin:0;list-style:none}.post-tags--compact{gap:.35rem}.post-tags--compact a{color:inherit;font-weight:400;text-decoration:none}.post-tags--compact a:hover,.post-tags--compact a:focus-visible{text-decoration:underline}.post-article .post-tags a,.post-content a,.page a,.archive-item a{color:var(--link)}.post-article .post-tags a,.post-content a,.archive-item a{text-decoration:underline}.post-article .post-tags a:hover,.post-article .post-tags a:focus-visible,.post-content a:hover,.post-content a:focus-visible,.archive-item a:hover,.archive-item a:focus-visible{background:var(--link);color:var(--surface);text-decoration:none}.post-hero{border-radius:var(--radius-md);width:100%;margin:0 auto}.post-media{gap:1.25rem}.reading-flow,.post-content{color:var(--text-body);font-family:var(--font-sans);font-kerning:normal;text-rendering:optimizelegibility}.reading-flow{font-size:.98rem;line-height:1.58}.post-content{letter-spacing:.005em;font-size:1.04rem;line-height:1.65}.reading-flow>*,.post-content>*{margin:1.5rem 0}.reading-flow>:first-child,.post-content>:first-child,.reading-flow p:first-child,.post-content p:first-child{margin-top:0}.reading-flow>:last-child,.post-content>:last-child,.reading-flow p:last-child,.post-content p:last-child{margin-bottom:0}.reading-flow p{overflow-wrap:normal;text-wrap:pretty;margin:.95rem 0}.post-content p{overflow-wrap:normal;text-wrap:pretty;margin:1.15rem 0}.post-content h2,.post-content h3,.post-content h4{color:var(--heading);letter-spacing:.01em;margin:2.4rem 0 1.1rem;font-weight:600;line-height:1.35}.post-content h2{font-size:1.4rem}.post-content h3{font-size:1.2rem}.post-content h4{font-size:1.05rem}blockquote,.post-content blockquote{background:#f5f5f4;border-left:2px solid #4443;margin:1.9rem 0;padding:.5rem 1rem;font-style:italic}.post-content .markdown-alert{border-left:3px solid;margin:1.9rem 0;padding:.1rem .7rem;font-style:normal}.post-content .markdown-alert>:first-child{margin-top:0}.post-content .markdown-alert>:last-child{margin-bottom:0}.post-content .markdown-alert-title{align-items:center;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.post-content .markdown-alert-note{border-color:#3b82f6}.post-content .markdown-alert-note .markdown-alert-title{color:#1e40af}.post-content .markdown-alert-tip{border-color:#10b981}.post-content .markdown-alert-tip .markdown-alert-title{color:#047857}.post-content .markdown-alert-important{border-color:#ec4899}.post-content .markdown-alert-important .markdown-alert-title{color:#9f1239}.post-content .markdown-alert-warning{border-color:#f59e0b}.post-content .markdown-alert-warning .markdown-alert-title{color:#92400e}.post-content .markdown-alert-caution{border-color:#ef4444}.post-content .markdown-alert-caution .markdown-alert-title{color:#991b1b}.post-content code,.page code{border-radius:var(--radius-sm);font-family:var(--font-mono);background:#f1f5f9;padding:.15em .35em;font-size:.8rem}.post-content pre{font-family:var(--font-mono);background:#f8fafc;border-radius:.65rem;padding:1.1rem 1.25rem;font-size:.95rem;line-height:1.65;overflow-x:auto}.post-content pre code{background:0 0;padding:0}.post-content ul,.post-content ol{margin:1.35rem 0;padding-left:1.4rem}.post-content li+li{margin-top:.4rem}.post-content img,.post-content video,.post-content iframe{max-width:100%;margin:2rem auto;display:block}.post-content figure{text-align:center;margin:2rem 0}.post-content figure img,.post-content figure video{margin:0 auto}figcaption,.post-content figcaption{color:var(--text-muted);text-align:center;text-wrap:pretty;margin-top:.6rem;font-size:.85rem;font-style:italic}.post-content table{border-collapse:collapse;width:100%;margin:1.75rem 0;font-size:.95rem}.post-content th,.post-content td{border:1px solid var(--border-light);text-align:left;padding:.75rem .9rem}.post-content hr{border:0;border-top:1px solid #2d2a262e;width:min(100%,12rem);margin:2.75rem auto}.archive-list{gap:1.25rem;margin:0;padding:0;list-style:none}.archive-item{border-bottom:1px solid var(--border-light);padding-bottom:1rem}.archive-item time{color:var(--text-faint);text-transform:uppercase;margin-bottom:.35rem;font-size:.75rem;display:block}.archive-item a{font-weight:600;text-decoration:none}.rss-button{cursor:pointer;background:0 0;border:2px solid #374151;border-radius:.25rem;margin-left:.5rem;padding:0 1.5rem;display:inline-block}body.image-lightbox-open{overflow:hidden}.image-lightbox{z-index:1000;background:var(--overlay);grid-template-columns:minmax(3rem,1fr) minmax(0,auto) minmax(3rem,1fr);place-items:center;gap:1rem;padding:clamp(1rem,3vw,2rem);display:none;position:fixed;inset:0}.image-lightbox--active{display:grid}.image-lightbox__figure{grid-column:2;justify-items:center;gap:.75rem;margin:0;display:grid}.image-lightbox__image{border-radius:var(--radius-md);background:var(--bg);object-fit:contain;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 7rem)}.image-lightbox__status{color:#ffffffb3;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:600}.image-lightbox__close,.image-lightbox__nav{color:#ffffffc7;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;width:auto;font-size:.8rem;font-weight:700}.image-lightbox__close:hover,.image-lightbox__close:focus-visible,.image-lightbox__nav:hover,.image-lightbox__nav:focus-visible{color:#fff;text-decoration:none}.image-lightbox__close{position:absolute;top:1rem;right:1rem}.image-lightbox__nav--prev{grid-column:1}.image-lightbox__nav--next{grid-column:3}@media (width<=36rem){.image-lightbox{grid-template-columns:1fr 1fr;align-content:center}.image-lightbox__figure{grid-area:1/1/auto/-1}.image-lightbox__nav--prev,.image-lightbox__nav--next{grid-row:2}.image-lightbox__nav--prev{grid-column:1;justify-self:start}.image-lightbox__nav--next{grid-column:2;justify-self:end}}