.posts-skip{position:absolute;top:-5rem;left:max(1rem,env(safe-area-inset-left,0px));z-index:50;padding:.5rem .75rem;border-radius:calc(var(--radius) - 2px);color:rgb(var(--canvas-rgb));background:rgb(var(--fg-rgb));font-family:var(--font-mono),ui-monospace,monospace;font-size:.75rem}.posts-skip:focus{top:calc(1rem + env(safe-area-inset-top, 0px))}.post-index-link{border-radius:2px}.post-outline summary{list-style:none}.post-outline summary::-webkit-details-marker{display:none}.post-outline summary:before{content:"−";display:inline-block;width:1.25em;color:rgb(var(--accent-rgb)/.7)}.post-outline:not([open]) summary:before{content:"+"}@media (min-width:1024px){.post-outline summary{pointer-events:none}.post-outline summary:before{content:none}}.post-outline-compact{border-bottom:1px solid var(--line)}.post-outline-compact summary{display:flex;align-items:center;min-height:2.75rem;cursor:pointer;user-select:none}.post-outline-compact[open] summary{border-bottom:1px dashed var(--line)}.post-outline-compact nav{padding-block:.5rem}.post-outline-compact nav a{min-height:2.75rem;align-items:center}.post-prose{--prose-body:rgb(var(--fg-rgb)/0.82);max-width:37em;color:var(--prose-body);font-size:1.0625rem;line-height:1.75;overflow-wrap:break-word;text-wrap:pretty}@media (min-width:640px){.post-prose{font-size:1.125rem}}.post-prose>:first-child,.post-prose>hr:first-child+*{margin-top:0}.post-prose>hr:first-child{display:none}.post-prose>:last-child{margin-bottom:0}.post-prose p{margin:1.25em 0}.post-prose :is(h2,h3,h4,h5,h6){color:rgb(var(--fg-rgb));font-weight:600;text-wrap:balance;scroll-margin-top:calc(2rem + env(safe-area-inset-top, 0px))}.post-prose h2{margin:2.5em 0 .75em;font-size:1.5em;line-height:1.2;letter-spacing:-.03em}.post-prose h3{margin:2em 0 .5em;font-size:1.1875em;line-height:1.35;letter-spacing:-.02em}.post-prose :is(h4,h5,h6){margin:1.75em 0 .5em;color:rgb(var(--fg-muted-rgb));font-family:var(--font-mono),ui-monospace,monospace;font-size:.75em;font-weight:500;letter-spacing:.08em;line-height:1.5;text-transform:uppercase}.post-prose :is(h2,h3,h4)+:is(h2,h3,h4){margin-top:1em}.post-prose strong{color:rgb(var(--fg-rgb));font-weight:600}.post-prose em{font-style:italic}.post-prose del{color:rgb(var(--fg-subtle-rgb))}.post-prose a{color:rgb(var(--fg-rgb));text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.25em;text-decoration-color:rgb(var(--accent-rgb)/.45);transition:text-decoration-color var(--duration) var(--ease-out),color var(--duration) var(--ease-out)}@media (hover:hover) and (pointer:fine){.post-prose a:hover{text-decoration-color:rgb(var(--accent-rgb))}}@media (hover:none),(pointer:coarse){.post-prose a:active{text-decoration-color:rgb(var(--accent-rgb))}}.post-prose :is(ul,ol){margin:1.25em 0;padding-left:1.75em;list-style:none}.post-prose ol{counter-reset:post-list}.post-prose ol>li{counter-increment:post-list}.post-prose li{position:relative;margin:.5em 0;padding-left:.25em}.post-prose ul>li:before{position:absolute;top:0;left:-1.5em;content:"–";color:rgb(var(--accent-rgb)/.6)}.post-prose ol>li:before{position:absolute;top:0;left:calc(-1.75em / .75);content:counter(post-list,decimal-leading-zero);color:rgb(var(--accent-rgb)/.75);font-family:var(--font-mono),ui-monospace,monospace;font-size:.75em;font-variant-numeric:tabular-nums;line-height:calc(1.75em / .75)}.post-prose li>:is(ul,ol){margin:.5em 0}.post-prose li>p{margin:.5em 0}.post-prose .contains-task-list{padding-left:0}.post-prose .contains-task-list>li:before{content:none}.post-prose input[type=checkbox]{margin-right:.5em;accent-color:rgb(var(--accent-rgb));transform:translateY(.1em)}.post-prose blockquote{margin:2em 0;padding:.125em 0 .125em 1.25em;border-left:2px solid rgb(var(--accent-rgb)/.45);color:rgb(var(--fg-muted-rgb))}.post-prose blockquote>:first-child{margin-top:0}.post-prose blockquote>:last-child{margin-bottom:0}.post-prose hr{height:1px;margin:3em 0;border:0;background:repeating-linear-gradient(to right,var(--line-strong) 0 4px,transparent 4px 8px)}.post-prose code{padding:.125em .375em;border:1px solid var(--line);border-radius:4px;color:rgb(var(--fg-rgb));background:rgb(255 255 255/.04);font-size:.84em;overflow-wrap:anywhere}.post-code{margin:1.75em 0;border:1px solid var(--line);border-radius:var(--radius);background:rgb(var(--surface-rgb));overflow:hidden}.post-code-bar{padding:.5rem 1rem;border-bottom:1px solid var(--line);color:rgb(var(--fg-subtle-rgb));font-family:var(--font-mono),ui-monospace,monospace;font-size:.6875rem;letter-spacing:.08em;line-height:1rem;text-transform:uppercase}.post-prose pre{max-width:100%;margin:0;padding:1rem 1.125rem;overflow-x:auto;color:rgb(var(--fg-rgb)/.88);font-size:.8125rem;line-height:1.7;tab-size:2;scrollbar-color:rgb(255 255 255/.16) transparent;overscroll-behavior-x:contain}.post-prose pre code{padding:0;border:0;border-radius:0;color:inherit;background:none;font-size:inherit;overflow-wrap:normal}.post-prose img{display:block;max-width:100%;height:auto;margin:2em auto;border:1px solid var(--line);border-radius:var(--radius)}.post-table-scroll{max-width:100%;margin:2em 0;overflow-x:auto;overscroll-behavior-x:contain;border-radius:2px}.post-prose table{width:100%;border-collapse:collapse;font-size:.875em;font-variant-numeric:tabular-nums;line-height:1.5}.post-prose :is(th,td){padding:.625rem 1rem .625rem 0;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.post-prose th{border-bottom-color:var(--line-strong);color:rgb(var(--fg-subtle-rgb));font-family:var(--font-mono),ui-monospace,monospace;font-size:.75rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.post-prose td{color:rgb(var(--fg-rgb)/.82)}.post-prose .footnotes{margin-top:3em;padding-top:1.5em;border-top:1px solid var(--line);color:rgb(var(--fg-muted-rgb));font-size:.875em}.post-prose sup a{text-decoration:none;font-family:var(--font-mono),ui-monospace,monospace;font-size:.75em}.post-prose .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}