@font-face{font-family:Bricolage Grotesque;src:url(/fonts/bricolage-grotesque-latin-400-normal.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Bricolage Grotesque;src:url(/fonts/bricolage-grotesque-latin-500-normal.woff2) format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Bricolage Grotesque;src:url(/fonts/bricolage-grotesque-latin-600-normal.woff2) format("woff2");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Bricolage Grotesque;src:url(/fonts/bricolage-grotesque-latin-700-normal.woff2) format("woff2");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-latin-400-normal.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-latin-500-normal.woff2) format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-latin-600-normal.woff2) format("woff2");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/manrope-latin-700-normal.woff2) format("woff2");font-style:normal;font-weight:700;font-display:swap}:root{--bg: #ffffff;--surface: #ffffff;--text: #111827;--reading-text: #0f172a;--text-muted: #6b7280;--text-subtle: #9ca3af;--border: #e5e7eb;--link-hover: #4b5563;--shell: 80rem;--header-height: 5rem;--header-offset: calc(var(--header-height) + 1.5rem);--breadcrumb-sticky-top: calc(var(--header-height) - 1px);--anchor-offset: calc(var(--header-offset) + 1rem);--article-measure: 72rem;--serif: "Bricolage Grotesque", "Avenir Next", "Segoe UI", sans-serif;--sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}.dark{--bg: #111827;--surface: #111827;--text: #f9fafb;--reading-text: #ffffff;--text-muted: #9ca3af;--text-subtle: #6b7280;--border: #1f2937;--link-hover: #d1d5db}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-padding-top:var(--anchor-offset)}body{background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.6;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}a:hover{color:var(--link-hover)}img{display:block;width:100%;height:auto}.layout-shell{max-width:var(--shell);padding-inline:1rem;margin:0 auto}.site-header{position:sticky;top:0;z-index:50;overflow:visible;border-bottom:1px solid var(--border);background:var(--surface)}.site-header__row{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-brand{font-family:var(--serif);font-weight:400;font-size:1.5rem;line-height:1;letter-spacing:-.02em;color:var(--text)}.site-nav__list{list-style:none;display:flex;align-items:center;gap:2.5rem;margin:0;padding:0}.site-nav__link{font-size:.875rem;font-weight:500;letter-spacing:.025em;text-transform:uppercase;color:var(--text-muted);transition:color .2s ease}.site-nav__link:hover{color:var(--text)}.site-header__actions{display:inline-flex;align-items:center;gap:1rem}.icon-button{border:0;padding:0;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s ease}.icon-button:hover{color:var(--text)}.icon-button svg{width:1.25rem;height:1.25rem}.theme-toggle__icon{display:none}:root[data-theme-mode=light] .theme-toggle__icon--sun{display:block}:root[data-theme-mode=dark] .theme-toggle__icon--moon{display:block}:root[data-theme-mode=system] .theme-toggle__icon--system,:root:not([data-theme-mode]) .theme-toggle__icon--system{display:block}.mobile-nav-toggle,.mobile-nav-toggle__icon--close,.mobile-nav-toggle[aria-expanded=true] .mobile-nav-toggle__icon--menu{display:none}.mobile-nav-toggle[aria-expanded=true] .mobile-nav-toggle__icon--close{display:block}.mobile-nav{display:none;padding:1.5rem 0;border-top:1px solid var(--border)}.mobile-nav[hidden]{display:none}.mobile-nav__list{list-style:none;margin:0;padding:0;display:grid;gap:1.5rem}.mobile-nav__link{font-size:.875rem;font-weight:500;letter-spacing:.025em;text-transform:uppercase;color:var(--text-muted)}.site-main{padding:0 0 4rem}.home-hero{width:100vw;margin-inline:calc(50% - 50vw);border-bottom:1px solid var(--border);padding:3.25rem 0;background:var(--surface)}.home-hero__inner{max-width:72rem;padding-inline:1rem;margin:0 auto}.home-hero__title{margin:0 0 1.25rem;font-family:var(--serif);font-size:2.1rem;font-weight:500;line-height:1.05;letter-spacing:-.025em;color:var(--text)}.home-hero__lead{margin:0;max-width:48rem;font-size:1.05rem;line-height:1.55;color:var(--text-muted)}.home-layout{padding-top:3.25rem;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:3.25rem}.home-feed__header{margin-bottom:2.5rem}.home-feed__header h2{margin:0 0 .5rem;font-family:var(--sans);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle)}.article-grid{margin:0}.article-card{border-bottom:1px solid var(--border);padding-bottom:1.9rem;margin-bottom:1.9rem}.article-card--featured{padding-bottom:2.3rem;margin-bottom:2.3rem}.article-card__image-link{display:block;height:16rem;margin-bottom:1.1rem;overflow:hidden;background:#f3f4f6}.article-card--featured .article-card__image-link{height:24rem;margin-bottom:1.35rem}.article-card__image{width:100%;height:100%;object-fit:cover}.article-card__content{max-width:48rem}.article-card--featured .article-card__content{max-width:52rem}.article-grid--archive .article-card__content{max-width:none}.article-grid--archive .article-card{padding-bottom:1.5rem;margin-bottom:1.5rem}.article-grid--archive .article-card--featured{padding-bottom:1.85rem;margin-bottom:1.85rem}.article-grid--archive .article-card__image-link{height:14rem;margin-bottom:.95rem}.article-grid--archive .article-card--featured .article-card__image-link{height:19rem;margin-bottom:1.15rem}.article-card__badge{display:block;margin:0;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle)}.article-card__title{margin:.75rem 0 0;font-family:var(--serif);font-weight:400;font-size:1.5rem;line-height:1.15;letter-spacing:-.02em}.article-card__title--featured{font-weight:500;font-size:2.25rem;line-height:1.25}.article-card__title a{color:var(--text);transition:color .2s ease}.article-card__title a:hover{color:var(--link-hover)}.article-card__excerpt{margin:.8rem 0 0;font-size:1.125rem;line-height:1.625;color:var(--text-muted)}.article-card--featured .article-card__excerpt{font-size:1.25rem}.article-card__meta{margin-top:.9rem;display:flex;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:var(--text-subtle)}.article-card__meta-item{display:inline-flex;align-items:center;gap:.45rem}.article-card__meta-item svg{width:1rem;height:1rem}.home-feed__footer,.pagination{margin-top:2.25rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;color:var(--text-subtle);font-size:.875rem}.home-feed__link,.pagination__link{color:var(--text-muted)}.home-feed__link:hover,.pagination__link:hover{color:var(--text)}.home-feed__link,.pagination__link--active{color:var(--text);font-weight:600}.pagination__link--disabled{color:var(--text-subtle);pointer-events:none}.home-layout__side{min-width:0}.profile-card{border-bottom:1px solid var(--border);padding-bottom:3rem;margin-bottom:3rem}.profile-card__head{margin-bottom:1.5rem}.profile-card__avatar-frame{width:6rem;height:6rem;margin-bottom:1.5rem;overflow:hidden;background:#f3f4f6}.profile-card__avatar{width:100%;height:100%;object-fit:cover}.profile-card__name{margin:0;font-family:var(--serif);font-weight:400;font-size:1.6rem;line-height:1.1;letter-spacing:-.02em;color:var(--text)}.profile-card__role{margin:.4rem 0 0;color:var(--text-muted)}.profile-card__facts{margin-top:1rem;display:grid;gap:.45rem;font-size:.88rem;color:var(--text-muted)}.profile-card__fact{display:inline-flex;align-items:center;gap:.45rem}.profile-card__facts svg{width:.95rem;height:.95rem}.profile-card__bio{margin:0;color:var(--text-muted);line-height:1.75}.profile-card__stats{margin:2rem 0;padding:0 0 2rem;border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.profile-card__stat{min-width:0}.profile-card__stat-value{margin:0;font-family:var(--sans);font-size:1.95rem;line-height:1;color:var(--text)}.profile-card__stat-label{margin:.35rem 0 0;font-size:.88rem;color:var(--text-muted)}.profile-card__section+.profile-card__section{margin-top:2rem}.profile-card__title{margin:0 0 1rem;font-family:var(--sans);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle)}.profile-card__skills{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.55rem;color:var(--text-muted);font-size:.875rem}.profile-card__skill{display:inline-flex;align-items:center}.profile-card__skill+.profile-card__skill:before{content:"·";color:var(--text-subtle);margin-right:.55rem}.profile-card__links{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.profile-card__link{display:inline-flex;align-items:center;gap:.65rem;color:var(--text-muted);font-size:.9rem;transition:color .2s ease}.profile-card__link:hover{color:var(--text)}.profile-card__icon{width:1.1rem;height:1.1rem;display:inline-flex;color:currentColor}.profile-card__icon svg{width:1.1rem;height:1.1rem}.sidebar-panels{display:grid;gap:3rem}.sidebar-panels__section{border-bottom:1px solid var(--border);padding-bottom:3rem}.sidebar-panels__title{margin:0 0 1.5rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle)}.sidebar-panels__title svg{width:.95rem;height:.95rem}.sidebar-panels__list,.sidebar-panels__popular-list{list-style:none;margin:0;padding:0}.sidebar-panels__list{display:grid;gap:1rem}.sidebar-panels__link{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text-muted);transition:color .2s ease}.sidebar-panels__link:hover{color:var(--text)}.sidebar-panels__value{color:var(--text-subtle);font-size:.88rem}.sidebar-panels__popular-list{display:grid;gap:1.5rem}.sidebar-panels__popular-heading{margin:0;font-size:1rem;line-height:1.45;color:var(--text);transition:color .2s ease}.sidebar-panels__popular-link:hover .sidebar-panels__popular-heading{color:var(--link-hover)}.sidebar-panels__popular-date{margin:.45rem 0 0;font-size:.85rem;color:var(--text-subtle)}.breadcrumbs{padding-top:1.5rem;margin-bottom:1.5rem}.breadcrumbs__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:nowrap;gap:.6rem;min-width:0;overflow:hidden;color:var(--text-muted);font-size:.98rem}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.6rem;flex:0 0 auto}.breadcrumbs__item:last-child{flex:1 1 auto;min-width:0}.breadcrumbs__item>:is(.breadcrumbs__link,.breadcrumbs__current){display:block;white-space:nowrap}.breadcrumbs__item:last-child>:is(.breadcrumbs__link,.breadcrumbs__current){min-width:0;overflow:hidden;text-overflow:ellipsis}.breadcrumbs__item+.breadcrumbs__item:before{content:"/";color:var(--text-subtle)}.breadcrumbs__link{color:var(--text-muted)}.breadcrumbs__link:hover,.breadcrumbs [aria-current=page]{color:var(--text)}.article-detail .breadcrumbs,.topic-page .breadcrumbs{position:sticky;top:var(--breadcrumb-sticky-top);z-index:20;margin:-.25rem -1rem 1.25rem;padding:.75rem 1rem .9rem;border-bottom:1px solid var(--border);background:var(--surface)}.article-detail .breadcrumbs:before,.topic-page .breadcrumbs:before{content:"";position:absolute;top:-1px;left:0;right:0;height:1px;background:var(--surface)}.page-header{border-bottom:1px solid var(--border);padding:3.25rem 0 2rem}.page-header__eyebrow{margin:0 0 .6rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle)}.page-header h1{margin:0;font-size:clamp(2.2rem,5vw,3.2rem)}.page-header__lead{max-width:52rem;margin:1rem 0 0;font-size:1.05rem;line-height:1.75;color:var(--text-muted)}.page-section{padding-top:1.5rem}.page-empty{color:var(--text-muted)}.topic-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.topic-grid__card{border:1px solid var(--border);background:var(--surface);padding:1rem}.topic-grid__header{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem;border-bottom:1px solid var(--border);padding-bottom:.7rem;margin-bottom:.8rem}.topic-grid__title{margin:0;font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase}.topic-grid__title a:hover{color:var(--link-hover)}.topic-grid__count{font-size:.8rem;color:var(--text-subtle);white-space:nowrap}.topic-grid__articles{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.topic-grid__link{color:var(--text-muted);font-size:.94rem;line-height:1.5}.topic-grid__link:hover{color:var(--text)}.topic-grid__empty{margin:0;color:var(--text-muted)}.about-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.about-grid__card{border:1px solid var(--border);background:var(--surface);padding:1rem}.about-grid__card h2{margin:0 0 .8rem;font-size:1.25rem}.about-grid__card ul{margin:0;padding-left:1.2rem;color:var(--text-muted);line-height:1.7}.about-contact__title{margin:0;font-size:1.35rem}.about-contact__text{max-width:44rem}.about-contact__links{list-style:none;margin:.7rem 0 0;padding:0;display:grid;gap:.5rem}.about-contact__link{display:inline-flex;align-items:center;gap:.65rem;color:var(--text-muted)}.about-contact__link:hover{color:var(--text)}.about-contact__icon{display:inline-flex;align-items:center;justify-content:center;flex:none}.about-contact__icon svg{width:1.1rem;height:1.1rem}.site-footer{margin-top:5rem;border-top:1px solid var(--border);background:var(--surface)}.site-footer__grid{padding:4rem 0 3rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}.site-footer__brand p{margin:1.5rem 0 0;max-width:34rem;color:var(--text-muted)}.site-footer h2{margin:0;font-family:var(--sans);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-subtle)}.site-footer__socials,.site-footer__links{list-style:none;margin:1.5rem 0 0;padding:0}.site-footer__socials{display:flex;align-items:center;gap:1.25rem}.site-footer__socials a{color:var(--text-muted);display:inline-flex;transition:color .2s ease}.site-footer__socials a:hover{color:var(--text)}.site-footer__socials svg{width:1.25rem;height:1.25rem}.site-footer__links{display:grid;gap:.75rem}.site-footer__links a{color:var(--text-muted);transition:color .2s ease}.site-footer__links a:hover{color:var(--text)}.site-footer__bottom{border-top:1px solid var(--border);padding:1.25rem 0 2rem}.site-footer__bottom p{margin:0;font-size:.86rem;color:var(--text-subtle);text-align:center}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.1;letter-spacing:-.02em}h1{margin:0 0 .75rem;font-size:clamp(2rem,5vw,2.8rem)}h2{font-size:clamp(1.5rem,4vw,2rem)}p{margin:.75rem 0;color:var(--text-muted)}.article-list,.project-list,.tag-list{list-style:none;margin:1rem 0 0;padding:0}.article-layout{position:relative;left:50%;width:min(92rem,calc(100vw - 2rem));transform:translate(-50%);display:grid;grid-template-columns:clamp(17rem,22vw,21rem) minmax(0,var(--article-measure));gap:clamp(1.25rem,2vw,2rem);align-items:start;justify-content:center}.article-layout--single{grid-template-columns:minmax(0,1fr);max-width:var(--article-measure)}.article-layout__main{min-width:0}.article-outline{position:sticky;top:var(--header-offset);align-self:start;width:100%;max-width:none;min-width:0}.article-outline__panel{padding:1rem .9rem;border:1px solid var(--border);background:var(--surface);max-height:calc(100vh - (var(--header-offset) + 1rem));overflow:auto}.article-outline__title{margin:0 0 .85rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle)}.article-outline__list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.article-outline__item{min-width:0}.article-outline__link{display:block;width:100%;max-width:100%;box-sizing:border-box;padding-left:calc(var(--outline-depth, 0) * .9rem);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;color:var(--text-muted);text-decoration:none}.article-outline__link:hover{color:var(--text)}.article-list__item,.project-item,.article-detail{border:1px solid var(--border);background:var(--surface);padding:1rem;margin-bottom:.8rem}.article-list__item h2,.article-list__item h3,.project-item h2{margin:0}.meta{margin:.4rem 0 0;color:var(--text-subtle);font-size:.88rem}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-list__link{display:inline-flex;align-items:center;padding:.2rem .6rem;border:1px solid var(--border);color:var(--text-muted);font-size:.8rem}.tag-list__link:hover{color:var(--text);border-color:var(--text-subtle)}.article-detail .tag-list{margin-top:.9rem;gap:.65rem}.article-detail .tag-list__link{padding:.28rem .7rem;font-size:.92rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.article-detail__body{color:var(--reading-text)}.article-detail__body :where(h2,h3,h4,h5,h6){scroll-margin-top:var(--anchor-offset)}.article-detail__body :where(p,li,blockquote){color:inherit}.article-detail :where(img){width:min(100%,30rem);margin:1.5rem auto;border-radius:.2rem}.article-detail__body :where(a){color:var(--text);text-decoration:underline;text-underline-offset:.2rem}.article-detail__body :where(a:hover){color:var(--link-hover)}.article-detail :where(pre){overflow:auto;border:1px solid var(--border);background:#f8fafc;padding:.9rem}.dark .article-detail :where(pre){background:#0f172a}.article-detail :where(table){width:100%;border-collapse:collapse;margin:1rem 0}.article-detail :where(th,td){border:1px solid var(--border);padding:.55rem;text-align:left}.comments{margin-top:1.4rem;padding-top:1rem;border-top:1px solid var(--border)}.related-articles{margin-top:1.25rem;border:1px solid var(--border);background:var(--surface);padding:1rem}.related-articles__header{margin-bottom:1rem}.related-articles__eyebrow{margin:0 0 .35rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle)}.related-articles__header h2{margin:0}.related-articles__list{list-style:none;margin:0;padding:0;display:grid;gap:.9rem}.related-articles__item{padding-top:.9rem;border-top:1px solid var(--border)}.related-articles__item:first-child{padding-top:0;border-top:0}.related-articles__item h3{margin:.15rem 0 .35rem}.related-articles__item p{margin:0}.related-articles__item p+p{margin-top:.45rem}.related-articles__meta,.related-articles__tags{font-size:.88rem;color:var(--text-subtle)}@media(max-width:1024px){.home-layout,.site-footer__grid{grid-template-columns:1fr;gap:3rem}.article-layout{left:auto;width:auto;transform:none;grid-template-columns:1fr}.article-outline{display:none}.topic-grid,.about-grid{grid-template-columns:1fr}.site-main{padding-bottom:3rem}}@media(max-width:767px){.site-nav{display:none}.site-header{isolation:isolate}.mobile-nav-toggle{display:inline-flex}.mobile-nav{position:absolute;top:100%;left:0;right:0;z-index:60;margin:0;padding-top:1.25rem;padding-bottom:1.5rem;background:var(--surface);box-shadow:0 1.25rem 2.5rem color-mix(in srgb,var(--text) 12%,transparent)}.mobile-nav:not([hidden]){display:block}.home-hero{padding:2.5rem 0}.home-layout{padding-top:3rem}.page-header{padding:3rem 0 2rem}.topic-grid__header{align-items:flex-start;flex-direction:column}}@media(min-width:768px){.mobile-nav-toggle,.mobile-nav{display:none}.home-hero h1{white-space:nowrap}}@media(min-width:640px){.layout-shell,.home-hero__inner{padding-inline:1.5rem}.home-hero{padding-block:4rem}.home-hero__title{font-size:2.55rem}.home-hero__lead{font-size:1.15rem}.article-card__title{font-size:1.875rem}.article-card__title--featured{font-size:3rem}}@media(min-width:1024px){.layout-shell,.home-hero__inner{padding-inline:2rem}.home-hero{padding-block:4.75rem}.home-hero__title{font-size:3rem}}@media(max-width:639px){:root{--header-height: 4.5rem}.layout-shell,.home-hero__inner{padding-inline:1rem}.site-header__row{min-height:var(--header-height)}.site-brand{font-size:1.35rem}.article-card__title{font-size:1.6rem}.article-card__title--featured{font-size:2rem}.article-card__excerpt,.article-card--featured .article-card__excerpt{font-size:1.02rem}.article-card__image-link,.article-card--featured .article-card__image-link{height:13.5rem}.profile-card__stat-value{font-size:1.55rem}}.page-section--search{padding-top:0}.search{display:grid;gap:1.25rem}.search__form{display:grid;gap:.75rem}.search__suggestions-title,.search__result-meta,.search__status{font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.search__suggestions-title,.search__result-meta,.search__status{color:var(--text-muted)}.search__input-wrap{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:1.25rem;background:color-mix(in srgb,var(--surface) 88%,transparent)}.search__input-wrap:focus-within{border-color:var(--text)}.search__input-wrap svg{width:1.25rem;height:1.25rem;color:var(--text-muted);flex:none}.search__input{width:100%;border:0;outline:0;padding:0;background:transparent;color:var(--text);font:inherit;font-size:1.05rem}.search__input::placeholder{color:var(--text-subtle)}.search__suggestions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.search__chip{border:1px solid var(--border);border-radius:999px;padding:.45rem .85rem;background:transparent;color:var(--text);font:inherit;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease}.search__chip:hover,.search__chip:focus-visible{border-color:var(--text);color:var(--text);transform:translateY(-1px)}.search__results{display:grid;gap:1rem}.search__result,.search__empty{border:1px solid var(--border);border-radius:1.5rem;padding:1.35rem;background:var(--surface)}.search__result-meta{display:flex;flex-wrap:wrap;gap:.8rem}.search__result-title{margin:.7rem 0 0;font-family:var(--serif);font-size:clamp(1.4rem,2.3vw,1.8rem);line-height:1.15;letter-spacing:-.02em}.search__result-title a:hover{color:var(--text)}.search__result-description{margin:.7rem 0 0;color:var(--text-muted)}.search__result-tags{list-style:none;display:flex;flex-wrap:wrap;gap:.65rem;margin:1rem 0 0;padding:0}.search__result-tags a{display:inline-flex;align-items:center;border-radius:999px;padding:.35rem .7rem;background:color-mix(in srgb,var(--text) 6%,var(--surface));color:var(--text-muted);font-size:.95rem}.search__result-tags a:hover{color:var(--text)}.search__empty h2{margin:0;font-family:var(--serif);font-size:1.5rem;letter-spacing:-.02em}.search__empty p{margin:.65rem 0 0;color:var(--text-muted)}@media(max-width:639px){.search__input-wrap{padding:.95rem 1rem;border-radius:1rem}.search__result,.search__empty{padding:1.1rem;border-radius:1.1rem}}
