.prose-custom{max-width:none;color:rgb(var(--text-secondary));line-height:1.8}.prose-custom h1{color:rgb(var(--text-primary));font-size:1.875rem;font-weight:700;margin-bottom:1rem}.prose-custom h2{color:rgb(var(--text-primary));font-size:1.375rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgb(var(--border-dim))}.prose-custom h3{color:rgb(var(--text-primary));font-size:1.125rem;font-weight:600;margin-top:1.75rem;margin-bottom:.75rem}.prose-custom h4{color:rgb(var(--text-primary) / .9);font-size:1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.prose-custom p{margin-bottom:1rem}.prose-custom a{color:var(--prose-link);text-decoration:none;position:relative;display:inline;background-image:linear-gradient(var(--prose-link),var(--prose-link));background-size:0% 1px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .3s ease}.prose-custom a:hover{text-decoration:none;background-size:100% 1px}.prose-custom strong{color:rgb(var(--text-primary));font-weight:600}.prose-custom em{color:rgb(var(--text-primary));font-style:italic}.prose-custom ul{list-style:none;padding-left:0;margin-bottom:1rem}.prose-custom ul li{position:relative;padding-left:1.25rem;margin-bottom:.4rem;color:rgb(var(--text-secondary))}.prose-custom ul li:before{content:"-";position:absolute;left:0;color:var(--prose-bullet);font-size:.75rem;top:.25rem}.prose-custom ol{padding-left:1.5rem;margin-bottom:1rem}.prose-custom ol li{margin-bottom:.4rem;color:rgb(var(--text-secondary))}.prose-custom li>ul{margin-top:.4rem;margin-bottom:.4rem}.prose-custom li>ul li:before{color:var(--prose-bullet-nested)}.prose-custom blockquote{border-left:3px solid var(--prose-quote-border);padding:.75rem 1rem;margin:1.5rem 0;background:var(--prose-quote-bg);border-radius:0 .5rem .5rem 0;color:rgb(var(--text-secondary));font-style:normal}.prose-custom blockquote p{margin-bottom:0}.prose-custom blockquote strong{color:var(--prose-quote-strong)}.prose-custom code:not(pre code){background:var(--prose-inline-code-bg);color:var(--prose-inline-code-fg);padding:.15em .4em;border-radius:.3rem;font-size:.875em;font-family:JetBrains Mono,Fira Code,Consolas,monospace;border:1px solid var(--prose-inline-code-border)}.prose-custom .code-wrapper{position:relative;margin:1.5rem 0}.prose-custom pre{border:1px solid rgb(var(--border-dim));border-radius:.75rem;padding:1.25rem 1.5rem;overflow-x:auto;margin:0;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.7}.prose-custom pre code{padding:0;border:none;font-size:inherit;background:transparent}.prose-custom pre.astro-code,.prose-custom pre.astro-code span{color:var(--shiki-light);background-color:var(--shiki-light-bg);font-style:var(--shiki-light-font-style);font-weight:var(--shiki-light-font-weight);-webkit-text-decoration:var(--shiki-light-text-decoration);text-decoration:var(--shiki-light-text-decoration)}html.dark .prose-custom pre.astro-code,html.dark .prose-custom pre.astro-code span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg);font-style:var(--shiki-dark-font-style);font-weight:var(--shiki-dark-font-weight);-webkit-text-decoration:var(--shiki-dark-text-decoration);text-decoration:var(--shiki-dark-text-decoration)}.prose-custom .code-wrapper>.copy-btn{position:absolute;top:.5rem;right:.5rem;z-index:2}.prose-custom pre[data-language]:before{content:attr(data-language);position:absolute;top:.5rem;right:3rem;font-size:.7rem;color:rgb(var(--text-muted));text-transform:uppercase;letter-spacing:.08em;font-family:Inter,sans-serif;pointer-events:none}.prose-custom .code-wrapper:has(>pre[data-filename])>pre{border-top-left-radius:0;padding-top:1.5rem}.prose-custom pre[data-filename]:after{content:attr(data-filename);position:absolute;top:-1.5rem;left:0;background:rgb(var(--surface-elevated));color:rgb(var(--text-primary));padding:.25rem .75rem;font-size:.75rem;font-family:JetBrains Mono,monospace;border-radius:.5rem .5rem 0 0;border:1px solid rgb(var(--border-dim));border-bottom:none}.prose-custom .code-wrapper:has(>pre[data-filename]){padding-top:1.5rem}.prose-custom pre .line.highlighted{display:inline-block;width:100%;background:#a855f71f;box-shadow:inset 3px 0 #a855f7;padding-left:.5rem;margin-left:-.5rem}.prose-custom pre .line.diff{display:inline-block;width:100%;padding-left:1rem;margin-left:-1rem;position:relative}.prose-custom pre .line.diff:before{position:absolute;left:.25rem;font-weight:700}.prose-custom pre .line.diff.add{background:#22c55e1f;box-shadow:inset 3px 0 #22c55e}.prose-custom pre .line.diff.add:before{content:"+";color:#22c55e}.prose-custom pre .line.diff.remove{background:#ef44441a;box-shadow:inset 3px 0 #ef4444;opacity:.75}.prose-custom pre .line.diff.remove:before{content:"−";color:#ef4444}.prose-custom pre.has-focused .line:not(.focused){filter:blur(1.5px);opacity:.5;transition:filter .2s,opacity .2s}.prose-custom pre.has-focused:hover .line:not(.focused){filter:none;opacity:1}.prose-custom .table-wrapper{margin:1.5rem 0;overflow-x:auto;border:1px solid rgb(var(--border-dim));border-radius:.5rem;background:linear-gradient(to right,rgb(var(--surface-card)) 30%,rgb(var(--surface-card) / 0)) 0 0,linear-gradient(to right,rgb(var(--surface-card) / 0),rgb(var(--surface-card)) 70%) 100% 0,radial-gradient(farthest-side at 0 50%,#00000014,#0000) 0 0,radial-gradient(farthest-side at 100% 50%,#00000014,#0000) 100% 0;background-repeat:no-repeat;background-size:2.5rem 100%,2.5rem 100%,.75rem 100%,.75rem 100%;background-attachment:local,local,scroll,scroll}.prose-custom .table-wrapper>table{width:-moz-max-content;width:max-content;min-width:100%;border-collapse:collapse;margin:0;font-size:.9rem;table-layout:auto}.prose-custom .table-wrapper>table th{background:rgb(var(--surface-elevated));color:rgb(var(--text-primary));font-weight:600;padding:.7rem 1rem;border-bottom:1px solid rgb(var(--border-bright));vertical-align:bottom;min-width:7.5rem;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.prose-custom .table-wrapper>table td{padding:.6rem 1rem;border-bottom:1px solid rgb(var(--border-dim));color:rgb(var(--text-secondary));vertical-align:top;min-width:7.5rem;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.prose-custom .table-wrapper>table tbody tr:nth-child(2n) td{background:rgb(var(--surface-elevated) / .4)}.prose-custom .table-wrapper>table tbody tr:last-child td{border-bottom:none}.prose-custom .table-wrapper>table tbody tr:hover td{background:rgb(var(--surface-hover) / .55)}.prose-custom .table-wrapper>table code:not(pre code){font-size:.82em;padding:.1em .35em;white-space:nowrap}@media(max-width:768px){.prose-custom .table-wrapper{margin-left:-.25rem;margin-right:-.25rem}.prose-custom .table-wrapper>table{font-size:.85rem}.prose-custom .table-wrapper>table th,.prose-custom .table-wrapper>table td{min-width:6.5rem;padding:.6rem .75rem}}.prose-custom img{max-width:100%;height:auto;border-radius:.5rem}.prose-custom hr{border:none;border-top:1px solid rgb(var(--border-dim));margin:2rem 0}
