.category-content{--heading-color:var(--text-primary);--text-color:var(--text-secondary);--link-color:var(--primary-500);--link-hover-color:var(--primary-600);--code-bg:var(--primary-50);--code-color:var(--primary-700);--blockquote-color:var(--text-tertiary);--blockquote-border:var(--primary-300);--table-header-bg:var(--primary-500);--table-header-color:white;--table-border:var(--border-primary);--table-even-row:var(--primary-50);--table-odd-row:white;--table-hover-bg:var(--primary-100)}[data-theme=dark] .category-content{--heading-color:var(--text-primary);--text-color:var(--text-secondary);--link-color:var(--primary-400);--link-hover-color:var(--primary-300);--code-bg:var(--primary-900);--code-color:var(--primary-300);--blockquote-color:var(--text-tertiary);--blockquote-border:var(--primary-600);--table-header-bg:var(--primary-700);--table-header-color:white;--table-border:var(--border-primary);--table-even-row:rgba(105,62,224,0.1);--table-odd-row:var(--content-bg);--table-hover-bg:rgba(105,62,224,0.2)}[data-theme=dark] .category-content table{background-color:var(--content-bg)}.category-content h1{color:var(--heading-color);font-size:2.5rem;font-weight:800;margin-top:2.5rem;margin-bottom:1.5rem;line-height:1.2;border-bottom:1px solid var(--border-primary);padding-bottom:.5rem}.category-content h2{color:var(--heading-color);font-size:2rem;font-weight:700;margin-top:2rem;margin-bottom:1rem;line-height:1.3}.category-content h3{font-size:1.5rem;margin-top:1.5rem;line-height:1.4}.category-content h3,.category-content h4{color:var(--heading-color);font-weight:600;margin-bottom:.75rem}.category-content h4{font-size:1.25rem;margin-top:1.25rem;line-height:1.5}.category-content h5{font-size:1.125rem;margin-top:1.25rem}.category-content h5,.category-content h6{color:var(--heading-color);font-weight:600;margin-bottom:.5rem}.category-content h6{font-size:1rem;margin-top:1rem}.category-content ol,.category-content p,.category-content ul{color:var(--text-color);margin-bottom:1.25rem;line-height:1.7}.category-content ol,.category-content ul{padding-left:1.5rem}.category-content ul{list-style-type:disc}.category-content ol{list-style-type:decimal}.category-content li{margin-bottom:.5rem}.category-content a{color:var(--link-color);text-decoration:none;font-weight:500;transition:color .2s,border-color .2s;border-bottom:1px solid transparent}.category-content a:hover{color:var(--link-hover-color);border-bottom:1px solid var(--link-hover-color)}.category-content code{background-color:var(--code-bg);color:var(--code-color);padding:.2rem .4rem;border-radius:.25rem;font-size:.875em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.category-content pre{background-color:var(--code-bg);border-radius:.5rem;padding:1rem;overflow-x:auto;margin:1.5rem 0}.category-content pre code{background-color:transparent;padding:0;border-radius:0;color:inherit}.category-content blockquote{border-left:4px solid var(--blockquote-border);padding-left:1rem;font-style:italic;color:var(--blockquote-color);margin:1.5rem 0}.category-content blockquote p{color:inherit}.category-content table{width:100%;border-collapse:separate;border-spacing:0;margin:2rem 0;border:1px solid var(--table-border);border-radius:.5rem;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);background-color:white}.prose .category-content table,.prose-lg .category-content table,.prose-sm .category-content table{margin:2rem 0!important;border-collapse:separate!important;border-spacing:0!important;border:1px solid var(--table-border)!important;border-radius:.5rem!important;overflow:hidden!important;box-shadow:0 4px 12px rgba(0,0,0,.1)!important;background-color:white!important}.category-content thead{background-color:var(--table-header-bg)}.category-content th,.prose .category-content th,.prose-lg .category-content th,.prose-sm .category-content th{background-color:var(--table-header-bg)!important;color:#ffffff!important;font-weight:700!important;text-align:center!important;vertical-align:middle!important;padding:1rem!important;font-size:.875rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;border-bottom:2px solid rgba(255,255,255,.1)!important;border-right:1px solid rgba(255,255,255,.1)!important;height:3.5rem!important;min-height:3.5rem!important;line-height:1.3!important;display:table-cell!important}.category-content th:last-child,.prose .category-content th:last-child,.prose-lg .category-content th:last-child,.prose-sm .category-content th:last-child{border-right:none!important}.category-content th *,.category-content th div,.category-content th p,.category-content th span,.prose .category-content th *,.prose-lg .category-content th *,.prose-sm .category-content th *{color:#ffffff!important;margin:0!important;line-height:inherit!important}.category-content td,.prose .category-content td,.prose-lg .category-content td,.prose-sm .category-content td{padding:.75rem 1rem!important;border-bottom:1px solid var(--table-border)!important;border-right:1px solid var(--table-border)!important;vertical-align:middle!important;color:var(--text-secondary)!important;line-height:1.5!important;min-height:3rem!important;height:auto!important;display:table-cell!important}.category-content td:last-child,.prose .category-content td:last-child,.prose-lg .category-content td:last-child,.prose-sm .category-content td:last-child{border-right:none!important}.prose .category-content tbody tr,.prose-lg .category-content tbody tr,.prose-sm .category-content tbody tr{border-bottom:none!important}.category-content td *,.prose .category-content td *{margin-top:0!important;margin-bottom:0!important;line-height:1.5!important}.category-content tbody tr:nth-child(2n){background-color:var(--table-even-row)}.category-content tbody tr:nth-child(odd){background-color:var(--table-odd-row)}.category-content tbody tr:hover{background-color:var(--table-hover-bg);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease}.category-content tbody tr:last-child td{border-bottom:none}.category-content b,.category-content strong{font-weight:700;color:var(--heading-color)}.category-content em,.category-content i{font-style:italic}.category-content hr{border:none;height:1px;background-color:var(--border-primary);margin:2rem 0}.category-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.category-content .caption,.category-content figcaption{font-size:.875rem;color:var(--text-tertiary);text-align:center;margin-top:-.5rem;margin-bottom:1.5rem}@media (max-width:768px){.category-content h1{font-size:2rem}.category-content h2{font-size:1.75rem}.category-content h3{font-size:1.4rem}.category-content h4{font-size:1.2rem}.category-content table{display:block;overflow-x:auto}.category-content td,.category-content th{padding:.5rem!important;font-size:.875rem!important}}