.blog-content{line-height:1.8;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.blog-html-content{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-muted)}.blog-html-content h1{font-size:clamp(2rem,5vw,2.5rem);font-weight:800;line-height:1.15;margin:3.5rem 0 1.5rem;letter-spacing:-.025em;color:var(--text)}.blog-html-content h2{font-size:1.875rem;font-weight:700;line-height:1.25;margin:3rem 0 1.25rem;letter-spacing:-.02em;color:var(--text)}.blog-html-content h3{font-size:1.5rem;font-weight:600;line-height:1.35;margin:2.5rem 0 1rem;color:var(--text);letter-spacing:-.01em}.blog-html-content h4{font-size:1.25rem;font-weight:600;line-height:1.4;margin:2rem 0 .75rem;color:var(--text-muted)}.blog-html-content h5,.blog-html-content h6{font-size:1.125rem;font-weight:600;line-height:1.5;margin:1.5rem 0 .5rem;color:var(--text-subtle);text-transform:uppercase;letter-spacing:.05em}.blog-html-content>h1:first-child,.blog-html-content>h2:first-child,.blog-html-content>h3:first-child{margin-top:0}.blog-html-content p{margin:1.5rem 0;line-height:1.85;font-size:1.125rem;color:var(--text-muted);text-wrap:pretty}.blog-html-content>p:first-of-type{font-size:1.25rem;line-height:1.75;color:var(--text);font-weight:400}.blog-html-content strong{font-weight:600;color:var(--text)}.blog-html-content em{font-style:italic;color:var(--text)}.blog-html-content a{color:var(--primary-light);text-decoration:none;transition:color var(--transition-fast)}.blog-html-content a:hover{color:var(--primary);text-decoration:underline}.blog-html-content a:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-radius:2px}.blog-html-content ol,.blog-html-content ul{margin:1.75rem 0;padding-left:0}.blog-html-content ul{list-style:none}.blog-html-content ol{list-style:none;counter-reset:list-counter}.blog-html-content li{position:relative;margin:.875rem 0;padding-left:1.5rem;line-height:1.75;font-size:1rem;color:var(--text-muted)}.blog-html-content ul>li:before{content:"";position:absolute;left:0;top:.7em;width:.3125rem;height:.3125rem;background:var(--text-subtle);border-radius:50%}.blog-html-content ol>li{counter-increment:list-counter;padding-left:1.75rem}.blog-html-content ol>li:before{content:counter(list-counter) ".";position:absolute;left:0;top:0;font-size:1rem;font-weight:500;color:var(--text-subtle)}.blog-html-content li ol,.blog-html-content li ul{margin:.75rem 0 .75rem .5rem}.blog-html-content li li{font-size:1rem;margin:.5rem 0}.blog-html-content ul ul>li:before{width:.25rem;height:.25rem}.blog-html-content code{font-family:JetBrains Mono,Fira Code,Monaco,Cascadia Code,Roboto Mono,ui-monospace,monospace;font-size:.875em;font-weight:500;padding:.2em .45em;background:var(--bg-raised);border-radius:var(--radius-sm);color:var(--text)}.blog-html-content a code{color:var(--primary)}.blog-html-content pre{margin:2rem 0;padding:1.5rem;background:var(--bg-raised);border:1px solid var(--border-muted);border-radius:var(--radius-md);overflow-x:auto;font-family:JetBrains Mono,Fira Code,Monaco,Cascadia Code,monospace;font-size:.9rem;line-height:1.7}.blog-html-content pre code{padding:0;background:transparent;color:var(--text);font-size:inherit;white-space:pre}.blog-html-content pre code .line-number{display:inline-block;width:2.5em;padding-right:1em;color:var(--text-subtle);text-align:right;user-select:none;border-right:1px solid var(--border-muted);margin-right:1em}.blog-html-content blockquote{margin:2.5rem 0;padding:1rem 1.5rem;border-left:3px solid var(--border);font-style:italic}.blog-html-content blockquote p{margin:0;font-size:1.125rem;line-height:1.7;color:var(--text-muted)}.blog-html-content blockquote p:not(:last-child){margin-bottom:1rem}.blog-html-content blockquote cite,.blog-html-content blockquote footer{display:block;margin-top:1rem;font-size:.875rem;font-style:normal;font-weight:500;color:var(--text-subtle)}.blog-html-content blockquote cite:before,.blog-html-content blockquote footer:before{content:"— "}.blog-html-content table{width:100%;margin:2rem 0;border-collapse:collapse;background:var(--bg-raised);border-radius:var(--radius);overflow:hidden}.blog-html-content table th{padding:1rem 1.25rem;text-align:left;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-subtle);background:var(--bg-hover);border-bottom:2px solid var(--border)}.blog-html-content table td{padding:1rem 1.25rem;color:var(--text-muted);border-bottom:1px solid var(--border-muted);font-size:.9375rem}.blog-html-content table tr:last-child td{border-bottom:none}.blog-html-content table td:first-child{font-weight:500;color:var(--text)}.blog-html-content img{max-width:100%;height:auto;border-radius:var(--radius);margin:2rem 0}.blog-html-content figure{margin:2.5rem 0}.blog-html-content figure img{margin:0}.blog-html-content figcaption{margin-top:.75rem;text-align:center;font-size:.875rem;color:var(--text-subtle);font-style:italic}.blog-html-content hr{margin:3.5rem 0;border:none;height:1px;background:var(--border)}.blog-html-content .callout,.blog-html-content .highlight-box,.blog-html-content .note,.blog-html-content .tip,.blog-html-content .warning{margin:2rem 0;padding:1.25rem 1.5rem;border-radius:var(--radius);border-left:3px solid;background:var(--bg-raised)}.blog-html-content .callout,.blog-html-content .highlight-box{border-left-color:var(--primary)}.blog-html-content .note{border-left-color:var(--info)}.blog-html-content .warning{border-left-color:var(--warning)}.blog-html-content .tip{border-left-color:var(--success)}.blog-html-content kbd{display:inline-block;padding:.2em .5em;font-family:JetBrains Mono,monospace;font-size:.8em;color:var(--text-muted);background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-sm)}.blog-html-content abbr[title]{text-decoration:underline dotted var(--text-subtle);cursor:help}.blog-html-content mark{background:color-mix(in oklch,var(--accent) 30%,transparent);color:inherit;padding:.1em .3em;border-radius:2px}.blog-html-content [tabindex]:focus-visible,.blog-html-content a:focus-visible,.blog-html-content button:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:2px}@media (max-width:768px){.blog-html-content h1{font-size:1.75rem}.blog-html-content h2{font-size:1.5rem}.blog-html-content h3{font-size:1.25rem}.blog-html-content h4{font-size:1.125rem}.blog-html-content p{font-size:1rem}.blog-html-content>p:first-of-type{font-size:1.125rem}.blog-html-content li{padding-left:1.25rem;font-size:1rem}.blog-html-content blockquote{padding:.75rem 1rem}.blog-html-content pre{padding:1rem;font-size:.8rem;margin-left:-1rem;margin-right:-1rem;border-radius:0}.blog-html-content table{font-size:.875rem;display:block;overflow-x:auto}.blog-html-content .callout,.blog-html-content .highlight-box,.blog-html-content .note,.blog-html-content .tip,.blog-html-content .warning{padding:1rem;margin-left:-1rem;margin-right:-1rem}}@media print{.blog-html-content{font-size:12pt;color:black}.blog-html-content h1,.blog-html-content h2,.blog-html-content h3,.blog-html-content h4{color:black;page-break-after:avoid}.blog-html-content a{color:black;text-decoration:underline}.blog-html-content a:after{content:" (" attr(href) ")"}.blog-html-content code,.blog-html-content pre{background:#f0f0f0;border:1px solid #ccc;color:black}.blog-html-content blockquote{border-left-color:#666}.blog-html-content button{display:none}.blog-html-content img{max-width:100%;page-break-inside:avoid}}