.pt-blog__head{max-width:var(--pt-prose-width);margin-bottom:var(--pt-space-6)}.pt-blog__lede{margin:var(--pt-space-3) 0 0;font-size:var(--pt-text-lg);line-height:var(--pt-leading-normal);color:var(--pt-color-text-muted);text-wrap:pretty}.pt-blog__grid{display:grid;grid-template-columns:1fr;gap:var(--pt-space-5);margin-bottom:var(--pt-space-7)}@media(min-width:600px){.pt-blog__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.pt-blog__empty{display:flex;align-items:center;justify-content:center;min-height:200px;margin:0 0 var(--pt-space-7);padding:var(--pt-space-5);text-align:center;color:var(--pt-color-text-faint);background-color:var(--pt-color-surface-alt);background-image:var(--pt-mat-dot);background-size:var(--pt-mat-dot-size);border:1px solid var(--pt-color-border-strong);border-radius:var(--pt-radius-xl)}.pt-postcard{display:flex;flex-direction:column;background:var(--pt-color-surface);border:1px solid var(--pt-color-border);border-radius:var(--pt-radius-sheet);box-shadow:var(--pt-shadow-sm);color:inherit;text-decoration:none;transition:box-shadow var(--pt-dur-1) var(--pt-ease-out),border-color var(--pt-dur-1) var(--pt-ease-out),transform var(--pt-dur-2) var(--pt-ease-out)}.pt-postcard:hover,.pt-postcard:focus-visible{border-color:var(--pt-color-border-strong);box-shadow:var(--pt-shadow-lift)}@media(prefers-reduced-motion:no-preference){.pt-postcard:hover,.pt-postcard:focus-visible{transform:translateY(-2px)}}.pt-postcard__head{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 9;background-color:var(--dye-soft, var(--pt-color-accent-soft));background-image:var(--pt-mat-dot);background-size:var(--pt-mat-dot-size);border-bottom:1px solid var(--pt-color-border);border-radius:var(--pt-radius-sm) var(--pt-radius-fold) 0 0;overflow:hidden}.pt-postcard__head img{width:100%;height:100%;object-fit:cover;display:block}.pt-postcard__glyph{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:var(--pt-radius-sheet);background:var(--pt-color-surface);border:1px solid var(--pt-color-border);color:var(--dye, var(--pt-color-accent));box-shadow:var(--pt-shadow-sm)}.pt-postcard__body{display:flex;flex-direction:column;flex:1;gap:var(--pt-space-2);padding:var(--pt-space-4) var(--pt-space-4) var(--pt-space-5)}.pt-postcard__meta,.pt-post__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--pt-space-4);margin:0;font-size:var(--pt-text-sm);color:var(--pt-color-text-faint);font-variant-numeric:tabular-nums}.pt-postcard__reading,.pt-post__reading{display:inline-flex;align-items:center;gap:var(--pt-space-1)}.pt-postcard__title{font-family:var(--pt-font-display);font-size:var(--pt-text-h3);font-weight:500;line-height:var(--pt-leading-snug);color:var(--pt-color-text);text-wrap:balance}.pt-postcard:hover .pt-postcard__title,.pt-postcard:focus-visible .pt-postcard__title{color:var(--pt-color-accent)}.pt-postcard__summary{font-size:var(--pt-text-md);line-height:var(--pt-leading-normal);color:var(--pt-color-text-muted);text-wrap:pretty}.pt-postcard__tags,.pt-post__tags{display:flex;flex-wrap:wrap;gap:var(--pt-space-2);margin:var(--pt-space-2) 0 0}.pt-posttag{display:inline-flex;align-items:center;gap:var(--pt-space-1);height:24px;padding:0 var(--pt-space-3);border-radius:var(--pt-radius-pill);background:var(--pt-color-surface-alt);color:var(--pt-color-text-muted);font-size:var(--pt-text-xs);font-weight:500;line-height:1;white-space:nowrap}.pt-postcard__foot{display:flex;align-items:center;justify-content:space-between;gap:var(--pt-space-3);padding:var(--pt-space-3) var(--pt-space-4);border-top:1px solid var(--pt-color-border);border-radius:0 0 var(--pt-radius-sm) var(--pt-radius-sm);color:var(--pt-color-accent);font-size:var(--pt-text-md);font-weight:600}.pt-postcard__foot .ps-icon{transition:transform var(--pt-dur-2) var(--pt-ease-out)}@media(prefers-reduced-motion:no-preference){.pt-postcard:hover .pt-postcard__foot .ps-icon,.pt-postcard:focus-visible .pt-postcard__foot .ps-icon{transform:translate(3px)}}.pt-postcard--related .pt-postcard__head,.pt-postcard--related .pt-postcard__foot{display:none}.pt-postcard--related .pt-postcard__body{padding:var(--pt-space-4)}.pt-postcard--related .pt-postcard__title{font-size:var(--pt-text-base)}.pt-post__back{display:inline-flex;align-items:center;gap:var(--pt-space-2);margin-bottom:var(--pt-space-5);font-size:var(--pt-text-md);font-weight:500;color:var(--pt-color-text-muted);text-decoration:none}.pt-post__back:hover{color:var(--pt-color-accent)}.pt-post__head{max-width:var(--pt-prose-width)}.pt-post__head h1{margin:var(--pt-space-3) 0 0;text-wrap:balance}.pt-post__lede{margin:var(--pt-space-4) 0 0;font-size:var(--pt-text-lg);line-height:var(--pt-leading-normal);color:var(--pt-color-text-muted);text-wrap:pretty}.pt-post__hero{display:flex;align-items:center;justify-content:center;aspect-ratio:2 / 1;max-width:var(--pt-prose-width);margin:var(--pt-space-6) 0 var(--pt-space-6);background-color:var(--dye-soft, var(--pt-color-accent-soft));background-image:var(--pt-mat-dot);background-size:var(--pt-mat-dot-size);border:1px solid var(--pt-color-border);border-radius:var(--pt-radius-sheet);overflow:hidden}.pt-post__hero img{width:100%;height:100%;object-fit:cover;display:block}.pt-post__glyph{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:var(--pt-radius-sheet);background:var(--pt-color-surface);border:1px solid var(--pt-color-border);color:var(--dye, var(--pt-color-accent));box-shadow:var(--pt-shadow-sm)}.pt-post__body img{max-width:100%;height:auto;border-radius:var(--pt-radius-sheet);border:1px solid var(--pt-color-border)}.pt-post__figure{margin:var(--pt-space-5) 0}.pt-post__figure figcaption{margin-top:var(--pt-space-2);font-size:var(--pt-text-sm);color:var(--pt-color-text-faint)}.pt-post__quote{margin:var(--pt-space-5) 0;padding-left:var(--pt-space-5);border-left:1px solid var(--pt-color-border-strong);color:var(--pt-color-text-muted)}.pt-post__quote>p:last-child{margin-bottom:0}.pt-post__code{margin:var(--pt-space-5) 0;padding:var(--pt-space-4);background:var(--pt-color-surface);border:1px solid var(--pt-color-border);border-radius:var(--pt-radius-sheet);overflow-x:auto;font-family:var(--pt-font-mono);font-size:var(--pt-text-md);line-height:var(--pt-leading-normal)}.pt-post__body :not(pre)>code{padding:2px var(--pt-space-1);background:var(--pt-color-surface-alt);border-radius:var(--pt-radius-xs);font-family:var(--pt-font-mono);font-size:.9em}.pt-post__rule{margin:var(--pt-space-6) 0;border:0;border-top:1px solid var(--pt-color-border)}.pt-post__note{max-width:var(--pt-prose-width);margin:var(--pt-space-6) 0 0;padding-top:var(--pt-space-5);border-top:1px solid var(--pt-color-border);font-size:var(--pt-text-sm);color:var(--pt-color-text-faint)}.pt-post__related{margin-top:var(--pt-space-7)}.pt-post__related>h2{margin:0 0 var(--pt-space-5)}@media(min-width:600px){.pt-blog__grid--related{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}
