:root{--k-bg: #ffffff;--k-surface: #ffffff;--k-surface-2: #f8fafc;--k-surface-3: #f1f5f9;--k-border: #e5e7eb;--k-border-strong: #d1d5db;--k-text: #0f172a;--k-text-soft: #475569;--k-text-muted: #64748b;--k-brand: #4f46e5;--k-brand-soft: #eef2ff;--k-radius: 14px}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--k-bg);color:var(--k-text);font-feature-settings:"cv02","cv03","cv04","cv11";text-rendering:optimizeLegibility}::-moz-selection{background:#c7d2fe;color:#1e1b4b}::selection{background:#c7d2fe;color:#1e1b4b}:focus-visible{outline:2px solid #6366f1;outline-offset:2px;border-radius:6px}h1,h2,h3,h4{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;letter-spacing:-.018em}.k-wrap{max-width:1120px;margin-inline:auto;padding-inline:1rem}.k-narrow{max-width:820px;margin-inline:auto}.k-card{background:var(--k-surface);border:1px solid var(--k-border);border-radius:var(--k-radius);box-shadow:0 1px 2px #1018280a;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}.k-card--link:hover{border-color:#a5b4fc;box-shadow:0 10px 26px -12px #312e8159;transform:translateY(-2px)}.k-hero-grid{background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.14) 1px,transparent 0);background-size:22px 22px}.article-prose{color:#334155;font-size:1.0625rem;line-height:1.75;max-width:72ch}.article-prose>*+*{margin-top:1.15rem}.article-prose h2{font-size:clamp(1.45rem,1.2rem + 1vw,1.75rem);font-weight:800;color:#0f172a;margin-top:2.75rem;margin-bottom:.85rem;padding-top:1.5rem;border-top:1px solid #eef2f7;scroll-margin-top:6rem;position:relative}.article-prose h2:before{content:"";position:absolute;top:-1px;left:0;width:44px;height:3px;border-radius:3px;background:linear-gradient(90deg,#4f46e5,#0ea5e9)}.article-prose>h2:first-child{margin-top:0;border-top:0;padding-top:0}.article-prose>h2:first-child:before{display:none}.article-prose h3{font-size:1.2rem;font-weight:700;color:#0f172a;margin-top:1.9rem;margin-bottom:.5rem;scroll-margin-top:6rem}.article-prose h4{font-size:1.0625rem;font-weight:700;color:#1e293b;margin-top:1.4rem}.article-prose p{margin-bottom:.35rem}.article-prose h2+p,.article-prose h3+p,.article-prose h4+p{margin-top:.35rem}.article-prose h2+p{font-size:1.09rem;color:#1e293b}.article-prose ul,.article-prose ol{margin:.75rem 0 1.15rem;padding-left:1.35rem}.article-prose ul{list-style:disc}.article-prose ol{list-style:decimal}.article-prose li{margin-bottom:.45rem;padding-left:.15rem}.article-prose li::marker{color:#4f46e5;font-weight:700}.article-prose a{color:#4338ca;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;text-decoration-color:#c7d2fe;font-weight:600}.article-prose a:hover{text-decoration-color:#4338ca}.article-prose strong{color:#0f172a;font-weight:700}.article-prose em{font-style:italic}.article-prose code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.1rem .35rem;font-size:.9em}.article-prose hr{border:0;border-top:1px solid #e5e7eb;margin:2rem 0}.article-prose blockquote{border-left:3px solid #4f46e5;background:#f8fafc;padding:.9rem 1.15rem;border-radius:0 10px 10px 0;margin:1.5rem 0;color:#334155}.article-prose table{width:100%;border-collapse:separate;border-spacing:0;margin:1.5rem 0;font-size:.95rem;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:table}.article-prose thead{background:#f8fafc}.article-prose th{text-align:left;font-weight:700;color:#0f172a;padding:.7rem 1rem;border-bottom:1px solid #e5e7eb;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.article-prose td{padding:.7rem 1rem;border-bottom:1px solid #f1f5f9}.article-prose tbody tr:last-child td{border-bottom:0}.article-prose tbody tr:nth-child(2n){background:#fcfcfd}.article-prose tbody tr:hover{background:#f8fafc}.article-prose img{border-radius:12px;max-width:100%;height:auto}.article-prose .not-prose{max-width:none}.article-prose .not-prose ul,.article-prose .not-prose ol{list-style:none;margin:0;padding:0}.article-prose .not-prose li,.article-prose .not-prose p{margin:0}.article-prose .not-prose a{text-decoration:none}.article-prose .not-prose li::marker{color:transparent}.article-prose .not-prose h2,.article-prose .not-prose h3{border-top:0;padding-top:0;margin-top:0}.article-prose .not-prose h2:before{display:none}.prose:not(.article-prose){max-width:72ch}@media(max-width:640px){.article-prose{font-size:1rem}.article-prose table{font-size:.875rem}.article-prose th,.article-prose td{padding:.55rem .7rem}}html.dark{--k-bg: #0b1020;--k-surface: #111729;--k-surface-2: #161d33;--k-surface-3: #1c2440;--k-border: #253052;--k-text: #e8ecf7;--k-text-soft: #b3bcd6;--k-text-muted: #8b96b5;color-scheme:dark}html.dark body{background:var(--k-bg);color:var(--k-text)}html.dark .bg-white{background-color:var(--k-surface)!important}html.dark .bg-gray-50{background-color:var(--k-surface-2)!important}html.dark .bg-gray-100{background-color:var(--k-surface-3)!important}html.dark .bg-slate-50{background-color:var(--k-surface-2)!important}html.dark .bg-gray-900{background-color:#070b16!important}html.dark .hover\:bg-gray-50:hover{background-color:var(--k-surface-2)!important}html.dark .hover\:bg-gray-100:hover{background-color:var(--k-surface-3)!important}html.dark .text-gray-900{color:var(--k-text)!important}html.dark .text-gray-800{color:#dbe2f2!important}html.dark .text-gray-700{color:#c6cee6!important}html.dark .text-gray-600{color:var(--k-text-soft)!important}html.dark .text-gray-500{color:var(--k-text-muted)!important}html.dark .text-gray-400{color:#7c88a8!important}html.dark .border-gray-100{border-color:#1c2440!important}html.dark .border-gray-200{border-color:var(--k-border)!important}html.dark .border-gray-300{border-color:#2e3b63!important}html.dark .bg-primary-50{background-color:#6366f11f!important}html.dark .bg-primary-100{background-color:#6366f12e!important}html.dark .border-primary-200{border-color:#818cf852!important}html.dark .border-primary-300{border-color:#818cf873!important}html.dark .text-primary-600,html.dark .text-primary-700,html.dark .text-primary-800{color:#a5b4fc!important}html.dark .group:hover .group-hover\:text-primary-600,html.dark .hover\:text-primary-600:hover{color:#c7d2fe!important}html.dark .bg-green-50,html.dark .bg-secondary-50{background-color:#10b9811f!important}html.dark .bg-green-100{background-color:#10b9812e!important}html.dark .text-green-800,html.dark .text-green-700{color:#6ee7b7!important}html.dark .bg-yellow-50,html.dark .bg-amber-50{background-color:#f59e0b1f!important}html.dark .border-yellow-200,html.dark .border-amber-200{border-color:#f59e0b4d!important}html.dark .text-yellow-800,html.dark .text-amber-800{color:#fcd34d!important}html.dark .bg-red-50{background-color:#ef44441f!important}html.dark .text-red-600{color:#fca5a5!important}html.dark .k-card{background:var(--k-surface);border-color:var(--k-border)}html.dark .shadow-md,html.dark .shadow-lg,html.dark .shadow-sm{box-shadow:0 8px 24px -12px #000c!important}html.dark .article-prose{color:var(--k-text-soft)}html.dark .article-prose h2,html.dark .article-prose h3,html.dark .article-prose h4,html.dark .article-prose strong{color:var(--k-text)}html.dark .article-prose h2{border-top-color:var(--k-border)}html.dark .article-prose h2+p{color:#cfd7ea}html.dark .article-prose a{color:#a5b4fc;text-decoration-color:#a5b4fc73}html.dark .article-prose table{border-color:var(--k-border)}html.dark .article-prose thead{background:var(--k-surface-3)}html.dark .article-prose th{color:var(--k-text);border-bottom-color:var(--k-border)}html.dark .article-prose td{border-bottom-color:#1c2440}html.dark .article-prose tbody tr:nth-child(2n){background:#ffffff05}html.dark .article-prose tbody tr:hover{background:#ffffff0a}html.dark .article-prose blockquote{background:var(--k-surface-2);color:var(--k-text-soft)}html.dark .article-prose code{background:var(--k-surface-3);border-color:var(--k-border)}html.dark ::-moz-selection{background:#4338ca;color:#fff}html.dark ::selection{background:#4338ca;color:#fff}.k-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0}.k-table-scroll>table{margin:0!important;min-width:460px}html.dark .site-header{background-color:#111729e0!important;border-bottom-color:var(--k-border)!important}html.dark .site-header input{background-color:var(--k-surface-3)!important;border-color:var(--k-border)!important;color:var(--k-text)!important}html.dark [data-search-results]{background-color:var(--k-surface)!important;border-color:var(--k-border)!important}html.dark input:not([type=checkbox]):not([type=radio]),html.dark select,html.dark textarea{background-color:var(--k-surface-3);border-color:var(--k-border);color:var(--k-text)}html.dark input::-moz-placeholder,html.dark textarea::-moz-placeholder{color:var(--k-text-muted)}html.dark input::placeholder,html.dark textarea::placeholder{color:var(--k-text-muted)}
