.prompt{background-color:var(--background--offset);border-radius:8px;display:flex;gap:.75em;margin:1em 0;padding:.8rem 1.6rem .8rem .8rem;align-items:flex-start}.prompt__avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;background-color:var(--foreground--muted);display:flex;align-items:center;justify-content:center}.prompt__initial{font-size:var(--14px);font-weight:900;color:var(--background)}.prompt__content{flex:1 1;line-height:1.6;width:0}.prompt__content :last-child{margin-bottom:0}.prompt__content figure[data-rehype-pretty-code-figure]{margin-bottom:1em}.prompt__content code{padding:2px 4px;border-radius:3px;font-size:.9em}.post{display:grid;grid-template-columns:[full-start] minmax(var(--gap),auto) [wide-start] minmax(auto,240px) [main-start] min(var(--content-width,720px),100% - var(--gap)*2) [main-end] minmax(auto,240px) [wide-end] minmax(var(--gap),auto) [full-end];margin-bottom:4rem}.post .post-navigation,.post>blockquote,.post>code,.post>div,.post>figure,.post>h1,.post>h2,.post>h3,.post>h4,.post>h5,.post>h6,.post>hr,.post>ol,.post>p,.post>pre,.post>table,.post>ul{grid-column:3;max-width:none}.post>ol li code,.post>p code,.post>ul li code{border-radius:4px;font-size:var(--15px);padding:.2em .4em}.post>hr{border:1px solid #dfede3;width:100%}.post>pre{overflow:auto;word-wrap:break-word}.post>.photo-grid__caption,.post>figure>figcaption{font-size:var(--14px);margin-top:0;padding-bottom:1em;border-bottom:1px solid rgba(70,83,98,.15);color:var(--foreground--muted);text-align:left}@media(prefers-color-scheme:dark){.post>.photo-grid__caption,.post>figure>figcaption{border-bottom-color:rgba(241,241,241,.25)}}@media(min-width:768px){.post>.photo-grid__caption,.post>figure>figcaption{font-size:var(--16px)}}.post>figure img{height:auto;width:100%}.post>figure figcaption{margin-top:.8rem}.post>.photo-grid__caption+.photo-grid{margin-top:3.2rem}.post>.fullbleed{grid-column:full-start/full-end}.post>.wide{grid-column:wide-start/wide-end}@media(min-width:768px){.post>.narrow{display:block;width:80%;margin-left:auto;margin-right:auto}}.post li div:has(code[class*=language-]),.post>p div{display:inline}.post .post__date{color:var(--foreground--muted);font-size:var(--16px);margin-top:0}.post figure[data-rehype-pretty-code-figure]{text-align:left}.post figure[data-rehype-pretty-code-figure] pre{border-radius:8px;overflow-x:auto;padding:2rem 0}.post figure[data-rehype-pretty-code-figure] pre [data-line]{text-wrap:break-word;padding:0 2rem}.post-navigation{border-top:1px solid rgba(70,83,98,.15);margin-top:6.4rem}@media(prefers-color-scheme:dark){.post-navigation{border-top-color:rgba(241,241,241,.25)}}@media(min-width:768px){.post-navigation__links{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}}.post-navigation__previous{justify-self:start}.post-navigation__previous .post-navigation__direction{margin-left:-.5em}@media(min-width:768px){.post-navigation__next{justify-self:end;text-align:right}.post-navigation__next .post-navigation__direction{margin-left:auto;margin-right:-.5em}}.post-navigation__link{display:flex;flex-direction:column;gap:.25rem;padding:1rem 0;border:1px solid var(--color-border);border-radius:.5rem;text-decoration:none}.post-navigation__link:focus,.post-navigation__link:hover{text-decoration:underline;-webkit-text-decoration-color:var(--link-underline-color);text-decoration-color:var(--link-underline-color)}.post-navigation__direction{display:flex;align-items:center;color:var(--color-text-muted);font-size:var(--14px);font-weight:400}.post-navigation__title{color:var(--color-text);line-height:1.3}@media(min-width:768px){.post-navigation__title{font-size:var(--20px)}.post-navigation__link--next .post-navigation__direction,.post-navigation__link--next .post-navigation__title{align-self:flex-end}}