:root{--note-info:var(--accent);--note-warning:color-mix(in oklab, var(--accent) 45%, orange);--note-danger:color-mix(in oklab, var(--accent) 30%, red)}.post-prose{overflow-wrap:break-word;font-size:18px;line-height:1.8}.post-prose>:first-child{margin-top:0}.post-prose>:last-child{margin-bottom:0}.post-prose p{margin:1.2em 0}.post-prose h2{margin:2.2em 0 .9em;font-size:25px;font-weight:600;line-height:1.4}.post-prose h3{margin:1.8em 0 .7em;font-size:20px;font-weight:600;line-height:1.45}.post-prose h4{margin:1.6em 0 .6em;font-size:18px;font-weight:600;line-height:1.5}.post-prose a{color:var(--accent);text-decoration:underline;text-decoration-color:color-mix(in oklab, var(--accent) 45%, transparent);text-underline-offset:3px}.post-prose a:hover{text-decoration-color:var(--accent)}.post-prose strong{font-weight:600}.post-prose ul,.post-prose ol{margin:1.2em 0;padding-left:1.6em}.post-prose li,.post-prose li>ul,.post-prose li>ol{margin:.35em 0}.post-prose li::marker{color:var(--text3)}.post-prose blockquote{border-left:3px solid var(--text3);color:var(--text2);margin:1.4em 0;padding:8px 0 8px 16px;font-size:16px;line-height:1.7}.post-prose blockquote p{margin:.35em 0}.post-prose code{border:var(--border);background:var(--bg2);border-radius:4px;padding:.15em .4em;font-family:ui-monospace,Cascadia Code,Consolas,JetBrains Mono,monospace;font-size:.86em}.code-block{border:var(--border);border-radius:var(--radius);background:var(--bg2);margin:1.4em 0;position:relative}.post-prose pre.astro-code{--ln-digits:2;border:var(--border);border-radius:var(--radius);background:var(--bg2);margin:1.4em 0;padding:2.2em 18px 1.7em 16px;font-size:15px;line-height:1.7;position:relative;overflow-x:auto}.code-block pre.astro-code{background:0 0;border:0;margin:0}.post-prose>pre.astro-code:after{content:attr(data-language);color:var(--text3);font-size:12px;position:absolute;top:.7em;right:14px}.post-prose pre.astro-code code{font-size:inherit;counter-reset:line;background:0 0;border:0;border-radius:0;padding:0;display:block}.post-prose pre.astro-code .line{width:100%;padding-left:calc(var(--ln-digits) * .62em + .8em + 2px);display:inline-block;position:relative}.post-prose pre.astro-code .line:empty:after,.post-prose pre.astro-code .line>span:only-child:empty:after{content:"​"}.post-prose pre.astro-code .line:before{content:counter(line);counter-increment:line;width:calc(var(--ln-digits) * .62em);text-align:right;color:var(--text3);opacity:.7;user-select:none;position:absolute;left:0}.code-block[data-wrap] pre.astro-code{white-space:pre-wrap;overflow-wrap:anywhere}.post-prose pre.astro-code span{color:light-dark(var(--shiki-light,inherit),var(--shiki-dark,inherit))}.code-block-bar{align-items:center;gap:8px;display:flex;position:absolute;top:.55em;right:10px}.code-block-lang{color:var(--text3);font-size:12px}.code-block-copy,.code-block-wrap{width:26px;height:26px;color:var(--text3);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;transition:color .18s,background-color .18s;display:grid;position:relative}.code-block-copy:hover,.code-block-wrap:hover{color:var(--text);background:color-mix(in oklab, var(--text3) 14%, transparent)}.code-block-copy:focus,.code-block-wrap:focus{outline:none}.code-block-copy:focus-visible,.code-block-wrap:focus-visible,.post-toc-item:focus-visible{outline:2px solid color-mix(in oklab, var(--text) 40%, transparent);outline-offset:2px}.code-block-wrap[aria-pressed=true]{color:var(--accent)}.code-block-icon{grid-area:1/1;width:15px;height:15px;transition:opacity .25s ease-in-out,transform .25s ease-in-out,filter .25s ease-in-out}.code-block-icon--done{opacity:0;filter:blur(2px);color:var(--success);transform:scale(.6)}.code-block-copy[data-copied] .code-block-icon--copy{opacity:0;filter:blur(2px);transform:scale(.6)}.code-block-copy[data-copied] .code-block-icon--done{opacity:1;filter:blur();transform:scale(1)}.post-prose pre.astro-code::-webkit-scrollbar{height:8px}.post-prose pre.astro-code::-webkit-scrollbar-track{background:0 0}.post-prose pre.astro-code::-webkit-scrollbar-thumb{border:2px solid var(--bg2);background:var(--border-strong);border-radius:999px}.post-prose pre.astro-code::-webkit-scrollbar-thumb:hover{background:var(--text3)}.post-prose pre.astro-code::-webkit-scrollbar-button{display:none}@supports not selector(::-webkit-scrollbar){.post-prose pre.astro-code{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}}.post-prose img{border-radius:var(--radius);background:var(--bg2);cursor:zoom-in;height:auto;margin:1.6em auto}.post-prose .blur-up{border-radius:var(--radius);background-color:var(--bg2);width:max-content;max-width:100%;margin:1.6em auto;display:block;overflow:hidden}.post-prose .blur-up img{background:0 0;margin:0}.post-prose table{border-collapse:collapse;max-width:100%;margin:1.4em 0;font-size:16px;display:block;overflow-x:auto}.post-prose th,.post-prose td{border-bottom:var(--hairline-faint);text-align:left;padding:8px 14px}.post-prose th{white-space:nowrap;font-weight:600}.post-prose hr{border:0;border-top:var(--border);margin:2.5em 0}.post-prose .note{border-left:3px solid var(--note-info);margin:1.5em 0;padding:8px 0 8px 16px;font-size:16px;line-height:1.7}.post-prose .note p{margin:.35em 0}.post-prose .note-warning{border-left-color:var(--note-warning)}.post-prose .note-danger{border-left-color:var(--note-danger)}.post-prose details{interpolate-size:allow-keywords;margin:1.5em 0}.post-prose summary{color:var(--text2);cursor:pointer;user-select:none;align-items:center;gap:10px;padding:6px 0;list-style:none;transition:color .15s;display:flex}.post-prose summary::-webkit-details-marker{display:none}.post-prose summary:hover,.post-prose details[open]>summary{color:var(--text)}.post-prose summary:before{content:"";background-color:currentColor;flex:none;width:14px;height:14px;transition:transform .25s cubic-bezier(.22,1,.36,1);transform:rotate(0);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8.5 4.8c-1-.6-2.3.1-2.3 1.3v11.8c0 1.2 1.3 1.9 2.3 1.3l9.9-5.9c1-.6 1-2 0-2.6z'/%3E%3C/svg%3E") 50%/contain no-repeat}.post-prose details[open]>summary:before{transform:rotate(90deg)}.post-prose details::details-content{block-size:0;transition:block-size .25s cubic-bezier(.22, 1, .36, 1), content-visibility .25s allow-discrete;overflow:hidden}.post-prose details[open]::details-content{block-size:auto;padding-bottom:12px}@media (prefers-reduced-motion:reduce){.post-prose summary,.post-prose summary:before,.post-prose details::details-content{transition:none}}@media (width<=720px){.post-prose{font-size:17px}.post-prose h2{font-size:23px}.post-prose h3{font-size:19px}.post-prose h4{font-size:17px}}
