:root{--background:#0d0d0d;--foreground:#e8e8e8;--heading:#ffffff;--card:#151515;--secondary:#1f1f1f;--secondary-foreground:#e8e8e8;--muted-foreground:#9a9a9a;--accent:#00ff85;--pink:#ff0099;--accent-foreground:#0d0d0d;--border:#2a2a2a;--red:#ff3333;--green:#00ff85;--blue:#1e90ff;--orange:#ff9500;--radius:0.5rem;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell,
    "Noto Sans", "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", "Cascadia Mono", Consolas,
    "Ubuntu Sans Mono", "Ubuntu Mono", "DejaVu Sans Mono", "Roboto Mono",
    monospace}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--background);-webkit-text-size-adjust:100%}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}.font-mono{font-family:var(--font-mono)}.container{width:100%;max-width:56rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.main{min-height:calc(100vh - 65px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hidden{display:none!important}.site-header{border-bottom:1px solid var(--border);background-color:var(--background);position:sticky;top:0;z-index:50}.nav{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.brand{font-family:var(--font-mono);font-weight:700;font-size:1.375rem;color:var(--foreground)}.nav-link{font-family:var(--font-mono);font-size:1rem;color:var(--muted-foreground);transition:color .15s ease}.nav-link:hover{color:var(--foreground)}.socials{display:flex;align-items:center;gap:1rem;margin-left:.375rem}.social-link{color:var(--muted-foreground);transition:color .15s ease;display:inline-flex}.social-link:hover{color:var(--foreground)}.social-link svg{width:1.5rem;height:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-mono);font-size:.875rem;font-weight:500;border-radius:var(--radius);padding:.5rem .875rem;border:1px solid var(--border);background-color:initial;color:var(--foreground);transition:background-color .15s ease,border-color .15s ease,color .15s ease}.btn:hover{border-color:var(--accent);color:var(--accent)}.hero{border-bottom:1px solid var(--border)}.hero-inner{padding-top:4rem;padding-bottom:4rem}.hero-inner.compact{padding-top:3rem;padding-bottom:3rem}.prompt{font-family:var(--font-mono);color:var(--muted-foreground);font-size:.875rem;margin-bottom:1rem}.hero-title{font-family:var(--font-mono);font-size:2.5rem;font-weight:700;color:var(--heading);letter-spacing:-.025em;margin-bottom:1.5rem;text-wrap:balance}.hero-lead{font-size:1.125rem;color:var(--muted-foreground);max-width:42rem;margin-bottom:2rem}.hero-lead a{color:var(--accent)}.hero-lead a::before{content:"\2022";display:inline-block;color:var(--muted-foreground);margin-right:.35em}.hero-lead a:hover{text-decoration:underline}.topics{display:flex;flex-wrap:wrap;gap:.5rem}.topic{padding:.375rem .75rem;background-color:var(--secondary);color:var(--secondary-foreground);border-radius:.25rem;font-family:var(--font-mono);font-size:.875rem;transition:background-color .15s ease,color .15s ease}a.topic:hover{background-color:var(--accent);color:var(--accent-foreground)}a.topic:hover .count{color:var(--accent-foreground)}.topic .count{color:var(--muted-foreground);margin-left:.5rem}.section{padding-top:4rem;padding-bottom:4rem}.section.compact{padding-top:3rem}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.section-title{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--heading)}.section-foot{display:flex;justify-content:flex-end;margin-top:2rem}.view-all{color:var(--accent);font-family:var(--font-mono);font-size:.875rem;display:inline-flex;align-items:center;gap:.25rem}.view-all::after{content:"";width:16px;height:16px;flex-shrink:0;background-color:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E")no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E")no-repeat center/contain}.view-all:hover{text-decoration:underline}.card-list{display:flex;flex-direction:column;gap:1.5rem}.content-card{display:block;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .15s ease}.content-card .card-title{font-size:1.25rem;font-weight:700;color:var(--heading);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;transition:color .15s ease}.content-card:hover{border-color:var(--accent)}.content-card:hover .card-title{color:var(--accent)}.card-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.125rem .5rem;background-color:var(--secondary);color:var(--muted-foreground);border-radius:.25rem;font-size:.75rem;font-family:var(--font-mono);transition:background-color .15s ease,color .15s ease}a.tag:hover{background-color:var(--accent);color:var(--accent-foreground)}.excerpt{color:var(--muted-foreground);margin-bottom:.75rem}.card-foot{display:flex;flex-wrap:wrap;align-items:center;gap:1.375rem;font-size:.875rem;color:var(--muted-foreground);font-family:var(--font-mono)}.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.filter{padding:.375rem .75rem;background-color:var(--secondary);color:var(--secondary-foreground);border:none;border-radius:.25rem;font-family:var(--font-mono);font-size:.875rem;transition:background-color .15s ease,color .15s ease}.filter:hover,.filter.active{background-color:var(--accent);color:var(--accent-foreground)}.page-wrap{padding-top:4rem;padding-bottom:4rem}.page-head{margin-bottom:3rem}.page-head .prompt{color:var(--accent)}.page-title{font-size:2.5rem;font-weight:700;color:var(--heading);margin-bottom:1rem}.divider{height:1px;background-color:var(--border)}.text-muted{color:var(--muted-foreground);margin-bottom:1rem}.hero .text-muted{max-width:42rem}.text-muted:last-child{margin-bottom:0}.panel{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.auth-wrap{display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem}.auth-card{width:100%;max-width:24rem;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.auth-card .prompt{color:var(--accent);text-align:center}.auth-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:.5rem}.auth-sub{color:var(--muted-foreground);text-align:center;font-size:.875rem;margin-bottom:2rem}.auth-card .btn{width:100%}.article{padding-top:4rem;padding-bottom:4rem}.article-header{margin-bottom:2.5rem}.article-header .tags{margin-bottom:1rem}.back-link{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--font-mono);font-size:.875rem;color:var(--muted-foreground);margin-bottom:2rem;transition:color .15s ease}.back-link:hover{color:var(--accent)}.back-link::before{content:"";width:1rem;height:1rem;flex-shrink:0;background-color:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='19' y1='12' x2='5' y2='12'/%3E%3Cpolyline points='12 19 5 12 12 5'/%3E%3C/svg%3E")no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='19' y1='12' x2='5' y2='12'/%3E%3Cpolyline points='12 19 5 12 12 5'/%3E%3C/svg%3E")no-repeat center/contain}.article-title{font-size:2.25rem;font-weight:700;color:var(--heading);line-height:1.2;margin-bottom:1rem;text-wrap:balance}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.375rem;color:var(--muted-foreground);font-family:var(--font-mono);font-size:.875rem;margin-bottom:1rem}.meta-date::before,.meta-reading::before{content:"";display:inline-block;width:1em;height:1em;margin-right:1ch;vertical-align:-.15em;background-color:currentColor}.meta-date::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E")no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E")no-repeat center/contain}.meta-reading::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")no-repeat center/contain}.series-banner{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-top:1.5rem}.series-banner .prompt{color:var(--accent);margin-bottom:.75rem}.series-banner p{margin-bottom:.75rem}.series-banner p:last-child{margin-bottom:0}.series-banner .series-desc{color:var(--muted-foreground)}.series-banner a{color:var(--accent);text-decoration:underline}.series-nav{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);font-family:var(--font-mono);font-size:.8125rem}.series-nav a{color:var(--muted-foreground);text-decoration:none}.series-nav a:hover{color:var(--accent)}.series-nav .series-prev::before{content:"\00ab";margin-right:.35em}.series-nav .series-next::after{content:"\00bb";margin-left:.35em}.series-nav .series-next{margin-left:auto;text-align:right}.support{text-align:center;margin-top:1rem;padding-top:2rem;border-top:1px solid var(--border);font-family:var(--font-mono);color:var(--muted-foreground)}.support a{color:var(--accent);text-decoration:underline}.buy-me-a-coffee{display:none;position:fixed;bottom:1.5rem;right:1.5rem;z-index:40}.buy-me-a-coffee a{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background-color:var(--card);border:1px solid var(--border);color:var(--muted-foreground);transition:color .15s ease,border-color .15s ease}.buy-me-a-coffee a:hover{color:var(--accent);border-color:var(--accent)}.buy-me-a-coffee svg{width:1.25rem;height:1.75rem}.comments{margin-top:2rem}.site-footer{border-top:1px solid var(--border);margin-top:4rem}.footer-inner{padding-top:2rem;padding-bottom:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between}.footer-inner p{font-family:var(--font-mono);font-size:.875rem;color:var(--muted-foreground)}.footer-inner a{margin-left:.375rem;font-size:.875rem}@media(min-width:768px){.hero-title{font-size:3rem}.footer-inner{flex-direction:row}}.prose{max-width:100%;font-size:1.125rem}.prose p{color:var(--foreground);margin-bottom:1.25rem}.prose h1,.prose h2{font-size:1.5rem;font-weight:700;color:var(--heading);margin-top:2.5rem;margin-bottom:1rem}.prose h3{font-size:1.25rem;font-weight:600;color:var(--heading);margin-top:2rem;margin-bottom:.75rem}.prose h4,.prose h5,.prose h6{font-size:1.0625rem;font-weight:600;color:var(--heading);margin-top:1.75rem;margin-bottom:.75rem}.prose ul,.prose ol{margin:0 0 1.25rem 1.25rem;color:var(--foreground)}.prose li{margin-bottom:.5rem}.prose li>ul,.prose li>ol{margin-top:.5rem;margin-bottom:0}.prose code{font-family:var(--font-mono);font-size:.875em;background-color:var(--secondary);padding:.15rem .4rem;border-radius:.25rem}.prose pre{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;overflow-x:auto;margin-bottom:1.5rem}.prose pre code{background:0 0;padding:0;line-height:1.6;color:var(--foreground)}.prose .highlight{margin-bottom:1.5rem}.prose .highlight pre{margin-bottom:0}.prose .code-block{position:relative;margin-bottom:1.5rem}.prose .code-block .highlight{margin-bottom:0}.prose .code-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:var(--font-mono);font-size:.8125rem;color:var(--muted-foreground);background-color:var(--card);border:1px solid var(--border);border-bottom:none;border-radius:var(--radius)var(--radius)0 0;padding:.5rem 1.25rem}.prose .code-lang{color:var(--muted-foreground);height:1rem;width:auto;flex-shrink:0}.prose .code-block>.code-lang{position:absolute;top:.75rem;right:.75rem;height:1.25rem;pointer-events:none}.prose .code-block pre{border-top-left-radius:0;border-top-right-radius:0}.prose pre.mermaid{background-color:initial;text-align:center}.prose .mermaid-diagram{margin:0 auto 1.5rem;text-align:center;padding:.75rem 2.225rem}.prose .mermaid-diagram figcaption{font-family:var(--font-mono);font-size:.8125rem;color:var(--muted-foreground);margin-bottom:.75rem}.prose .mermaid-diagram img{margin:0 auto;max-width:100%;height:auto}.prose a{color:var(--accent);text-decoration:underline}.prose blockquote{border-left:3px solid var(--muted-foreground);padding:.25rem 0 .25rem 1.25rem;margin-bottom:1.25rem;color:var(--muted-foreground)}.prose blockquote p:last-child{margin-bottom:0}.prose .admonition{--admonition-color:var(--blue);background-color:var(--card);border:1px solid var(--border);border-left:3px solid var(--admonition-color);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1.25rem;color:var(--foreground)}.prose blockquote.admonition{border-left:2px solid var(--admonition-color);font-size:1rem}.prose .admonition-title{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-weight:700;font-size:1rem;color:var(--admonition-color);margin-bottom:.75rem;text-transform:uppercase}.prose .admonition-title::before{content:"";width:1.125em;height:1.125em;flex-shrink:0;background-color:currentColor}.prose .admonition-tip{--admonition-color:var(--green)}.prose .admonition-important{--admonition-color:var(--pink)}.prose .admonition-warning{--admonition-color:var(--orange)}.prose .admonition-caution{--admonition-color:var(--red)}.prose .admonition-note .admonition-title::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E")no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E")no-repeat center/contain}.prose .admonition-tip .admonition-title::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E")no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E")no-repeat center/contain}.prose .admonition-important .admonition-title::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")no-repeat center/contain}.prose .admonition-warning .admonition-title::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E")no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E")no-repeat center/contain}.prose .admonition-caution .admonition-title::before{mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")no-repeat center/contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")no-repeat center/contain}.prose img{margin:1.5rem auto;border-radius:var(--radius)}.prose hr{border:none;height:1px;background-color:var(--border);margin:2.5rem 0}.prose table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.9375rem;display:block;overflow-x:auto}.prose th,.prose td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}.prose th{background-color:var(--card);font-family:var(--font-mono);font-size:.8125rem}.prose .footnotes{margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--muted-foreground)}.prose .footnotes hr{display:none}.prose .footnotes p{color:var(--muted-foreground);margin-bottom:.5rem}.prose .footnote-ref{font-family:var(--font-mono)}.prose .footnote-backref{text-decoration:none}.prose kbd{font-family:var(--font-mono);font-size:.8125em;background-color:var(--secondary);border:1px solid var(--border);border-bottom-width:2px;border-radius:.25rem;padding:.1rem .4rem}.prose center{color:var(--muted-foreground);font-size:.875rem}.prose details summary{cursor:pointer}.bg{color:#e6edf3;background-color:#0d1117}.chroma{color:#e6edf3;background-color:#0d1117}.chroma .err{color:#f85149}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#737679}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#6e7681}.chroma .line{display:flex;border-left:2px solid transparent;margin:0 -.5rem;padding:0 .5rem 0 calc(.5rem - 2px)}.chroma .hl{background-color:#282a0050;border-left:2px solid #ffb86c}.chroma .k{color:#ff7b72}.chroma .kc{color:#79c0ff}.chroma .kd{color:#ff7b72}.chroma .kn{color:#ff7b72}.chroma .kp{color:#79c0ff}.chroma .kr{color:#ff7b72}.chroma .kt{color:#ff7b72}.chroma .nc{color:#f0883e;font-weight:700}.chroma .no{color:#79c0ff;font-weight:700}.chroma .nd{color:#d2a8ff;font-weight:700}.chroma .ni{color:#ffa657}.chroma .ne{color:#f0883e;font-weight:700}.chroma .nl{color:#79c0ff;font-weight:700}.chroma .nn{color:#ff7b72}.chroma .py{color:#79c0ff}.chroma .nt{color:#7ee787}.chroma .nv{color:#79c0ff}.chroma .vc{color:#79c0ff}.chroma .vg{color:#79c0ff}.chroma .vi{color:#79c0ff}.chroma .vm{color:#79c0ff}.chroma .nf{color:#d2a8ff;font-weight:700}.chroma .fm{color:#d2a8ff;font-weight:700}.chroma .l{color:#a5d6ff}.chroma .ld{color:#79c0ff}.chroma .s{color:#a5d6ff}.chroma .sa{color:#79c0ff}.chroma .sb{color:#a5d6ff}.chroma .sc{color:#a5d6ff}.chroma .dl{color:#79c0ff}.chroma .sd{color:#a5d6ff}.chroma .s2{color:#a5d6ff}.chroma .se{color:#79c0ff}.chroma .sh{color:#79c0ff}.chroma .si{color:#a5d6ff}.chroma .sx{color:#a5d6ff}.chroma .sr{color:#79c0ff}.chroma .s1{color:#a5d6ff}.chroma .ss{color:#a5d6ff}.chroma .m{color:#a5d6ff}.chroma .mb{color:#a5d6ff}.chroma .mf{color:#a5d6ff}.chroma .mh{color:#a5d6ff}.chroma .mi{color:#a5d6ff}.chroma .il{color:#a5d6ff}.chroma .mo{color:#a5d6ff}.chroma .o{color:#ff7b72;font-weight:700}.chroma .ow{color:#ff7b72;font-weight:700}.chroma .c{color:#8b949e;font-style:italic}.chroma .ch{color:#8b949e;font-style:italic}.chroma .cm{color:#8b949e;font-style:italic}.chroma .c1{color:#8b949e;font-style:italic}.chroma .cs{color:#8b949e;font-weight:700;font-style:italic}.chroma .cp{color:#8b949e;font-weight:700;font-style:italic}.chroma .cpf{color:#8b949e;font-weight:700;font-style:italic}.chroma .gd{color:#ffa198;background-color:#490202}.chroma .ge{font-style:italic}.chroma .gr{color:#ffa198}.chroma .gh{color:#79c0ff;font-weight:700}.chroma .gi{color:#56d364;background-color:#0f5323}.chroma .go{color:#8b949e}.chroma .gp{color:#8b949e}.chroma .gs{font-weight:700}.chroma .gu{color:#79c0ff}.chroma .gt{color:#ff7b72}.chroma .gl{text-decoration:underline}.chroma .w{color:#6e7681}.bg{background-color:var(--card)}.chroma{background-color:var(--card)}