:root{--primary-color:#e53e3e;--text-color:#333;--text-secondary:#666;--text-muted:#888;--bg-color:#fff;--bg-secondary:#f8f9fa;--border-color:#e2e8f0;--code-bg:#f7fafc;--callout-bg:#f0f7ff;--callout-border:#d1e3ff;--toc-bg:#f8f9fa;--toc-border:#edf2f7;--toc-active:#e53e3e;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dark{--primary-color:#f56565;--text-color:#f7fafc;--text-secondary:#e2e8f0;--text-muted:#a0aec0;--bg-color:#1a202c;--bg-secondary:#2d3748;--border-color:#4a5568;--code-bg:#2d3748;--callout-bg:#2a4365;--callout-border:#2b6cb0;--toc-bg:#2d3748;--toc-border:#4a5568;--toc-active:#f56565}.article-container{max-width:800px;color:var(--text-color);margin:0 auto;padding:0 1.5rem}.article-header{margin-bottom:2rem}.article-title{color:var(--text-color);margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}.article-meta{color:var(--text-secondary);flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.article-meta-item{align-items:center;display:flex}.article-meta-item svg{margin-right:.5rem}.article-categories{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.article-category{background-color:var(--bg-secondary);color:var(--text-secondary);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.article-category.primary{background-color:var(--primary-color);color:#fff}.article-featured-image{border-radius:.5rem;width:100%;height:0;margin-bottom:2rem;padding-bottom:56.25%;position:relative;overflow:hidden}.article-featured-image img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.table-of-contents{background-color:var(--toc-bg);border:1px solid var(--toc-border);border-radius:.5rem;margin-bottom:2rem;padding:1.25rem}.table-of-contents-title{align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.table-of-contents-title svg{margin-right:.5rem}.table-of-contents-list{margin-bottom:0;padding-left:0;list-style-type:none}.table-of-contents-list li{margin-bottom:.5rem;padding-left:1rem;position:relative}.table-of-contents-list li:before{content:"•";color:var(--text-muted);position:absolute;left:0}.table-of-contents-list a{color:var(--text-secondary);padding:.25rem 0;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.table-of-contents-list a:hover{color:var(--primary-color)}.table-of-contents-list a.active{color:var(--toc-active);font-weight:500}.mdx-content{color:var(--text-color);margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.75}.mdx-content h1,.mdx-content h2,.mdx-content h3,.mdx-content h4,.mdx-content h5,.mdx-content h6{color:var(--text-color);margin-top:2.5rem;margin-bottom:1.25rem;scroll-margin-top:100px;font-weight:700;line-height:1.2}.mdx-content h1{font-size:2.25rem}.mdx-content h2{border-bottom:1px solid var(--border-color);padding-bottom:.5rem;font-size:1.875rem}.mdx-content h3{font-size:1.5rem}.mdx-content h4{font-size:1.25rem}.mdx-content p{margin-bottom:1.5rem}.mdx-content ul,.mdx-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.mdx-content li{margin-bottom:.5rem}@media (max-width:768px){.mdx-content{font-size:1rem;line-height:1.6}.article-title{font-size:1.75rem;line-height:1.2}.mdx-content h1{margin-top:2rem;font-size:1.75rem}.mdx-content h2{margin-top:1.75rem;font-size:1.5rem}.mdx-content h3{font-size:1.25rem}.article-meta{flex-wrap:wrap;gap:.5rem}}.mdx-content li>ul,.mdx-content li>ol{margin-top:.5rem;margin-bottom:.5rem}.mdx-content blockquote{border-left:4px solid var(--border-color);background-color:var(--bg-secondary);color:var(--text-secondary);border-radius:0 .5rem .5rem 0;margin:1.5rem 0;padding:1rem 1.5rem}.mdx-content blockquote p:last-child{margin-bottom:0}.mdx-content pre{background-color:var(--code-bg);border:1px solid var(--border-color);border-radius:.5rem;margin:1.5rem 0;padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.mdx-content :not(pre)>code{background-color:var(--code-bg);color:var(--primary-color);border:1px solid var(--border-color);border-radius:.25rem;padding:.2em .4em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875em}.mdx-content table{border-collapse:collapse;border:1px solid var(--border-color);border-radius:.5rem;width:100%;margin:1.5rem 0;overflow:hidden}.mdx-content th{background-color:var(--bg-secondary);text-align:left;border-bottom:1px solid var(--border-color);padding:.75rem 1rem;font-weight:600}.mdx-content td{border-bottom:1px solid var(--border-color);padding:.75rem 1rem}.mdx-content tr:last-child td{border-bottom:none}.mdx-content hr{background-color:var(--border-color);border:0;height:1px;margin:2rem 0}.mdx-content a{color:var(--primary-color);border-bottom:1px solid #0000;text-decoration:none;transition:border-bottom-color .2s}.mdx-content a:hover{border-bottom-color:var(--primary-color)}.mdx-content img,.mdx-image-wrapper img{border-radius:.5rem;max-width:100%;height:auto;margin:1.5rem 0}.mdx-image-wrapper{border-radius:.5rem;margin:1.5rem 0;overflow:hidden}figcaption{text-align:left;color:var(--text-muted);margin-top:0;font-size:.875rem}.code-block{border:1px solid var(--border-color);border-radius:.5rem;margin:1.5rem 0;overflow:hidden}.code-block-header{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.code-block-filename{color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem}.code-block-copy{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem}.code-block-copy:hover{color:var(--primary-color)}.code-block-content{background-color:var(--code-bg);padding:1rem;overflow-x:auto}.code-block pre{background-color:#0000;border:none;margin:0;padding:0}.accordion{border:1px solid var(--border-color);border-radius:.5rem;margin:1.5rem 0;overflow:hidden}.accordion-item{border-bottom:1px solid var(--border-color)}.accordion-item:last-child{border-bottom:none}.accordion-header{background-color:var(--bg-secondary);cursor:pointer;justify-content:space-between;align-items:center;padding:1rem;font-weight:500;display:flex}.accordion-content{background-color:var(--bg-color);padding:1rem}.mdx-rendered{animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fallback-content{line-height:1.7}.fallback-content p{margin-bottom:1rem}
