:root{--blog-font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--blog-font-heading:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--blog-font-serif:"Georgia","Times New Roman",serif;--blog-font-mono:"JetBrains Mono","Fira Code","Monaco",monospace;--blog-space-xs:0.25rem;--blog-space-sm:0.5rem;--blog-space-md:1rem;--blog-space-lg:1.5rem;--blog-space-xl:2rem;--blog-space-2xl:3rem;--blog-space-3xl:4rem;--blog-leading-tight:1.25;--blog-leading-snug:1.375;--blog-leading-normal:1.5;--blog-leading-relaxed:1.75;--blog-leading-loose:2}.blog-article-content{font-family:var(--blog-font-body);font-size:1.125rem;line-height:var(--blog-leading-relaxed);color:#374151;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark .blog-article-content{color:#d1d5db}.blog-article-content h1,.blog-article-content h2,.blog-article-content h3,.blog-article-content h4,.blog-article-content h5,.blog-article-content h6{font-family:var(--blog-font-heading);font-weight:700;line-height:var(--blog-leading-tight);color:#111827;letter-spacing:-.025em;scroll-margin-top:6rem}.dark .blog-article-content h1,.dark .blog-article-content h2,.dark .blog-article-content h3,.dark .blog-article-content h4,.dark .blog-article-content h5,.dark .blog-article-content h6{color:#f9fafb}.blog-article-content h2{font-size:1.75rem;margin-top:3rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.dark .blog-article-content h2{border-bottom-color:#374151}.blog-article-content h3{font-size:1.375rem;margin-top:2.25rem;margin-bottom:1rem}.blog-article-content h4{font-size:1.125rem;margin-top:1.75rem;margin-bottom:.75rem}.blog-article-content p{margin-bottom:1.5rem;line-height:var(--blog-leading-relaxed)}.blog-article-content p:last-child{margin-bottom:0}.blog-article-content>p:first-of-type{font-size:1.25rem;line-height:1.8;color:#4b5563}.dark .blog-article-content>p:first-of-type{color:#9ca3af}.blog-article-content a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .15s ease}.blog-article-content a:hover{color:#1d4ed8;text-decoration:underline}.dark .blog-article-content a{color:#60a5fa}.dark .blog-article-content a:hover{color:#93c5fd}.blog-article-content ol,.blog-article-content ul{margin-top:1.25rem;margin-bottom:1.5rem;padding-left:1.75rem}.blog-article-content ul{list-style-type:disc}.blog-article-content ol{list-style-type:decimal}.blog-article-content li{margin-bottom:.625rem;line-height:var(--blog-leading-relaxed);padding-left:.375rem}.blog-article-content li:last-child{margin-bottom:0}.blog-article-content li::marker{color:#3b82f6}.dark .blog-article-content li::marker{color:#60a5fa}.blog-article-content ol ol,.blog-article-content ol ul,.blog-article-content ul ol,.blog-article-content ul ul{margin-top:.5rem;margin-bottom:.5rem}.blog-article-content blockquote{position:relative;margin:2rem 0;padding:1.5rem 1.5rem 1.5rem 2rem;background:linear-gradient(135deg,#eff6ff,#f0f9ff);border-left:4px solid #3b82f6;border-radius:0 .75rem .75rem 0;font-style:normal;color:#1e40af}.dark .blog-article-content blockquote{background:linear-gradient(135deg,rgba(30,58,138,.2),rgba(30,64,175,.15));color:#93c5fd}.blog-article-content blockquote p{margin-bottom:0;font-size:1.0625rem;line-height:1.7}.blog-article-content blockquote p:not(:last-child){margin-bottom:1rem}.blog-article-content blockquote cite{display:block;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(59,130,246,.2);font-size:.9375rem;font-weight:600;font-style:normal;color:#2563eb}.dark .blog-article-content blockquote cite{border-top-color:rgba(147,197,253,.2);color:#60a5fa}.blog-article-content table{width:100%;margin:2rem 0;border-collapse:separate;border-spacing:0;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;font-size:.9375rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.dark .blog-article-content table{border-color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.3)}.blog-article-content thead{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.dark .blog-article-content thead{background:linear-gradient(180deg,#1e293b,#1e293b)}.blog-article-content th{padding:.875rem 1rem;text-align:left;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#475569;border-bottom:2px solid #e2e8f0}.dark .blog-article-content th{color:#cbd5e1;border-bottom-color:#334155}.blog-article-content td{padding:.875rem 1rem;border-bottom:1px solid #f1f5f9;color:#475569;vertical-align:top}.dark .blog-article-content td{border-bottom-color:#1e293b;color:#94a3b8}.blog-article-content tbody tr:last-child td{border-bottom:none}.blog-article-content tbody tr:hover{background-color:#f8fafc}.dark .blog-article-content tbody tr:hover{background-color:rgba(30,41,59,.5)}.blog-article-content figure{margin:2.5rem 0}.blog-article-content figure img{width:100%;height:auto;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.blog-article-content figcaption{margin-top:.875rem;text-align:center;font-size:.9375rem;font-style:italic;color:#6b7280;line-height:1.5}.dark .blog-article-content figcaption{color:#9ca3af}.blog-article-content img:not(figure img){border-radius:.75rem;margin:2rem 0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.blog-article-content code{font-family:var(--blog-font-mono);font-size:.875em;background-color:#f1f5f9;padding:.2em .4em;border-radius:.25rem;color:#be185d}.dark .blog-article-content code{background-color:#1e293b;color:#f472b6}.blog-article-content pre{margin:2rem 0;padding:1.25rem;background-color:#0f172a;border-radius:.75rem;overflow-x:auto;border:1px solid #1e293b}.blog-article-content pre code{background:none;padding:0;color:#e2e8f0;font-size:.875rem;line-height:1.7}.blog-article-content strong{font-weight:600;color:#111827}.dark .blog-article-content strong{color:#f3f4f6}.blog-article-content em{font-style:italic}.blog-article-content hr{margin:3rem 0;border:none;border-top:1px solid #e5e7eb}.dark .blog-article-content hr{border-top-color:#374151}.legal-content .section-number{font-weight:600;color:#64748b;margin-right:.5em;font-family:var(--blog-font-mono);font-size:.9em}.dark .legal-content .section-number{color:#94a3b8}.magazine-content>p:first-of-type:first-letter{float:left;font-size:4rem;font-weight:700;line-height:.8;margin-right:.75rem;margin-top:.25rem;color:#2563eb}.dark .magazine-content>p:first-of-type:first-letter{color:#60a5fa}.technical-toc-item{transition:all .15s ease}.technical-toc-item:hover{color:#2563eb}.technical-toc-item.active{color:#2563eb;font-weight:500}.dark .technical-toc-item.active,.dark .technical-toc-item:hover{color:#60a5fa}@media print{.blog-article-content{font-size:11pt;line-height:1.5;color:#000}.blog-article-content h2,.blog-article-content h3,.blog-article-content h4{page-break-after:avoid;color:#000}.blog-article-content blockquote,.blog-article-content p{orphans:3;widows:3}.blog-article-content figure,.blog-article-content table{page-break-inside:avoid}.blog-article-content a{color:#000;text-decoration:underline}.blog-article-content blockquote{background:#f5f5f5;border-left-color:#333}}@media (max-width:768px){.blog-article-content{font-size:1rem}.blog-article-content h2{font-size:1.5rem;margin-top:2.5rem}.blog-article-content h3{font-size:1.25rem;margin-top:2rem}.blog-article-content blockquote{padding:1rem 1rem 1rem 1.25rem;margin:1.5rem 0}.blog-article-content table{font-size:.875rem}.blog-article-content td,.blog-article-content th{padding:.625rem .75rem}.magazine-content>p:first-of-type:first-letter{font-size:3rem;margin-right:.5rem}}