.prose-entry{font-family:inherit;font-size:1em;line-height:1.75;color:var(--color-theme-900);max-width:min(70ch,100%)}.prose-entry h1,.prose-entry h2,.prose-entry h3,.prose-entry h4,.prose-entry h5,.prose-entry h6{font-family:inherit;font-weight:700;color:var(--color-theme-900);margin-bottom:.5em}.prose-entry h1{font-size:2em;line-height:1.1;letter-spacing:-.03em;margin-top:0}.prose-entry h2{font-size:1.5em;line-height:1.2;letter-spacing:-.02em;margin-top:2em;padding-top:1.5em;border-top:1px solid var(--color-theme-100)}.prose-entry h3{font-size:1.25em;line-height:1.3;letter-spacing:-.01em;margin-top:1.75em}.prose-entry h4{font-size:1.125em;line-height:1.4;margin-top:1.5em}.prose-entry h5,.prose-entry h6{font-size:1em;line-height:1.5;margin-top:1.25em}.prose-entry>h1:first-child,.prose-entry>h2:first-child,.prose-entry>h3:first-child{margin-top:0;padding-top:0;border-top:none}.prose-entry p{margin:0 0 1.25em;color:var(--color-theme-700)}.prose-entry .lead,.prose-entry>p.lead:first-of-type{font-size:1.35em;line-height:1.5;font-weight:450;color:var(--color-theme-800);margin-bottom:2em;letter-spacing:-.01em}.prose-entry strong{font-weight:600;color:var(--color-theme-900)}.prose-entry em{font-style:italic}.prose-entry a{color:var(--color-primary-500);text-decoration:underline;text-underline-offset:.15em;text-decoration-thickness:1px;transition:color .15s ease}.prose-entry a:hover{color:var(--color-primary-600)}.prose-entry ul,.prose-entry ol{margin:1.25em 0;padding-left:1.5em}.prose-entry li{margin-bottom:.4em;color:var(--color-theme-700)}.prose-entry li::marker{color:var(--color-theme-400)}.prose-entry li>ul,.prose-entry li>ol{margin:.4em 0}.prose-entry blockquote{margin:2em 0;padding:0;border:none;background:none}.prose-entry blockquote p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.25em;line-height:1.5;font-style:italic;color:var(--color-theme-900);letter-spacing:-.01em}.prose-entry blockquote cite,.prose-entry blockquote footer{display:block;margin-top:1em;font-family:inherit;font-size:.875em;font-style:normal;color:var(--color-theme-500);letter-spacing:0}.prose-entry blockquote cite:before,.prose-entry blockquote footer:before{content:"— "}.prose-entry code{font-family:var(--font-mono, "SF Mono", "Fira Code", "JetBrains Mono", ui-monospace, monospace);font-size:.875em;padding:.15em .35em;background:var(--color-theme-100);border-radius:.25em;color:var(--color-theme-800);font-feature-settings:"liga" 1,"calt" 1}.prose-entry pre{margin:1.5em 0;padding:0;background:#0d1117;border-radius:.5em;overflow:hidden;border:1px solid var(--color-theme-800)}.prose-entry pre code{display:block;padding:1em 1.25em;background:transparent;font-family:var(--font-mono, "SF Mono", "Fira Code", "JetBrains Mono", ui-monospace, monospace);font-size:.75em;line-height:1.5;overflow-x:auto;color:#e6edf3;font-feature-settings:"liga" 1,"calt" 1;white-space:pre}.prose-entry pre.shiki,.prose-entry pre.astro-code{background-color:#0d1117}.prose-entry .shiki .line,.prose-entry .astro-code .line,.prose-entry pre code .line{display:contents}.prose-entry .shiki .line.highlighted,.prose-entry .astro-code .line.highlighted,.prose-entry pre code .line.highlighted{background:#388bfd26;border-left:2px solid #388bfd;margin-left:-1.25em;margin-right:-1.25em;padding-left:calc(1.25em - 2px);padding-right:1.25em}.prose-entry .shiki .line.diff.add,.prose-entry .astro-code .line.diff.add,.prose-entry pre code .line.diff.add{background:#2ea04333;border-left:2px solid #3fb950;margin-left:-1.25em;margin-right:-1.25em;padding-left:calc(1.25em - 2px);padding-right:1.25em}.prose-entry .shiki .line.diff.remove,.prose-entry .astro-code .line.diff.remove,.prose-entry pre code .line.diff.remove{background:#f8514933;border-left:2px solid #f85149;margin-left:-1.25em;margin-right:-1.25em;padding-left:calc(1.25em - 2px);padding-right:1.25em;opacity:.7}.prose-entry .shiki.has-focused .line:not(.focused),.prose-entry .astro-code.has-focused .line:not(.focused){opacity:.4;filter:blur(.5px);transition:opacity .2s,filter .2s}.prose-entry .shiki.has-focused:hover .line:not(.focused),.prose-entry .astro-code.has-focused:hover .line:not(.focused){opacity:1;filter:none}.prose-entry pre.shiki[data-line-numbers] code,.prose-entry pre.astro-code[data-line-numbers] code{counter-reset:line}.prose-entry pre.shiki[data-line-numbers] .line:before,.prose-entry pre.astro-code[data-line-numbers] .line:before{counter-increment:line;content:counter(line);display:inline-block;width:2.5em;margin-right:1.25em;text-align:right;color:#484f58;font-size:.75em;user-select:none}.prose-entry pre[data-language]:before{content:attr(data-language);position:absolute;top:0;right:0;padding:.25em .75em;font-size:.6875em;font-family:inherit;text-transform:uppercase;letter-spacing:.05em;color:#7d8590;background:#6e76811a;border-radius:0 .5em 0 .25em}.prose-entry pre[data-language]{position:relative}.prose-entry pre[data-language=bash]:before,.prose-entry pre[data-language=shell]:before,.prose-entry pre[data-language=sh]:before,.prose-entry pre[data-language=zsh]:before{content:"Terminal"}.prose-entry pre code::-webkit-scrollbar{height:.5em}.prose-entry pre code::-webkit-scrollbar-track{background:transparent}.prose-entry pre code::-webkit-scrollbar-thumb{background:#6e768166;border-radius:.25em}.prose-entry pre code::-webkit-scrollbar-thumb:hover{background:#6e768199}.prose-entry table{width:100%;margin:1.5em 0;border-collapse:collapse;font-size:.9em;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose-entry th,.prose-entry td{padding:.5em .75em;text-align:left;border-bottom:1px solid var(--color-theme-100)}.prose-entry th{font-weight:600;color:var(--color-theme-900);background:transparent;border-bottom-width:2px;border-bottom-color:var(--color-theme-200)}.prose-entry td{color:var(--color-theme-700)}.prose-entry tr:hover td{background:var(--color-theme-50)}.prose-entry hr{border:none;height:1px;background:var(--color-theme-200);margin:2.5em 0}.prose-entry img{max-width:100%;height:auto;border-radius:.5em}.prose-entry figure{margin:2em 0}.prose-entry figure img{display:block;width:100%;border-radius:.5em;border:1px solid var(--color-theme-200);box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000a}.prose-entry figure figcaption{margin-top:.75em;font-size:.8125em;line-height:1.5;color:var(--color-theme-400);text-align:left;font-style:italic}.prose-entry aside{margin:1.5em 0;padding:0 0 0 1.25em;border-left:2px solid var(--color-theme-200);font-size:.9375em}.prose-entry aside p:last-child{margin-bottom:0}.prose-entry details{margin:1.25em 0;padding:.8em 1.25em;background:var(--color-theme-50);border-radius:.5em}.prose-entry details summary{font-weight:600;cursor:pointer;color:var(--color-theme-900)}.prose-entry details summary:hover{color:var(--color-primary-500)}.prose-entry details>*:not(summary){margin-top:.8em}.prose-entry dl{margin:1.25em 0}.prose-entry dt{font-weight:600;color:var(--color-theme-900);margin-top:.8em}.prose-entry dt:first-child{margin-top:0}.prose-entry dd{margin:.2em 0 0 1.25em;color:var(--color-theme-600)}
