:root{--container-width:1200px;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter","Roboto","Helvetica Neue",Arial,sans-serif;--font-display:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--transition:all .2s ease;--primary:#2563eb;--primary-hover:#1d4ed8;--secondary:#64748b;--background:#fff;--background-alt:#f8fafc;--foreground:#0f172a;--foreground-light:#475569;--border:#e2e8f0;--card-bg:#fff;--shadow:#0000000d;--shadow-hover:#0000001a}:root[data-theme=dark]{--background:#0f172a;--background-alt:#1e293b;--foreground:#f1f5f9;--foreground-light:#cbd5e1;--border:#334155;--card-bg:#1e293b;--shadow:#0000004d;--shadow-hover:#00000080}@media (prefers-color-scheme:dark){:root:not([data-theme]){--background:#0f172a;--background-alt:#1e293b;--foreground:#f1f5f9;--foreground-light:#cbd5e1;--border:#334155;--card-bg:#1e293b;--shadow:#0000004d;--shadow-hover:#00000080}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--foreground);margin-bottom:.75rem;font-weight:700;line-height:1.2}h1{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem)}h2{margin-top:2rem;font-size:clamp(1.5rem,3vw,2rem)}h3{margin-top:1.5rem;font-size:clamp(1.25rem,2.5vw,1.5rem)}p{margin-bottom:1rem;line-height:1.7}a{color:var(--primary);transition:var(--transition);text-decoration:none}a:hover{color:var(--primary-hover)}.post-content h2{margin-top:2.5rem;margin-bottom:1rem}.post-content h3{margin-top:2rem;margin-bottom:.875rem}.post-content h4,.post-content h5,.post-content h6{margin-top:1.5rem;margin-bottom:.75rem}.post-content p{margin-bottom:1.5rem}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:4px solid var(--primary);color:var(--foreground-light);margin:2rem 0;padding-left:1.5rem;font-style:italic}.post-content img{border-radius:8px;max-width:100%;height:auto;margin:2rem auto;display:block}.post-content figure{text-align:center;margin:2rem auto;width:auto!important;max-width:100%!important}.post-content figure img{margin:0 auto}.post-content figcaption{color:var(--foreground-light);margin-top:.75rem;font-size:.875rem;font-style:italic}.post-content pre{background:var(--background-alt);border-radius:8px;margin:1.5rem 0;padding:1rem;overflow-x:auto}.container{width:100%;max-width:var(--container-width);padding:0 var(--spacing-md);margin:0 auto}.card{background:var(--card-bg);box-shadow:0 1px 3px var(--shadow);transition:var(--transition);border-radius:12px;overflow:hidden}.card:hover{box-shadow:0 10px 25px var(--shadow-hover);transform:translateY(-2px)}.badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;transition:var(--transition);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.badge:hover,.badge:focus-visible,a.badge,a.badge:hover,a.badge:focus-visible{background:var(--primary-hover);color:#fff!important}.text-muted{color:var(--foreground-light)}a{text-decoration:none}a.header-link{color:var(--foreground);transition:var(--transition);font-size:.9375rem;font-weight:600;display:inline-block;position:relative}a.header-link:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}a.header-link:hover{color:var(--primary)}a.header-link:hover:after{width:100%}a.footer-link{color:var(--foreground-light);transition:var(--transition);font-size:.875rem;display:inline-block}a.footer-link:hover{color:var(--primary)}@media (prefers-color-scheme:dark){:root:not([data-theme]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.paginator-nav,.paginator-page{border:1px solid var(--border);background:var(--card-bg);color:var(--foreground);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;min-width:44px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;display:inline-flex}.paginator-nav:hover,.paginator-page:hover{border-color:var(--primary);background:var(--background-alt);color:var(--primary)}.paginator-page.paginator-active{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.paginator-page.paginator-active:hover{background:var(--primary-hover);color:#fff}
.index-module__oRJRxa__header{--header-height:78px;z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--card-bg);box-shadow:0 1px 3px var(--shadow);position:sticky;top:0}.index-module__oRJRxa__inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:3rem;padding:1.25rem 0;display:flex;position:relative}.index-module__oRJRxa__logo{color:var(--primary);font-size:1.75rem;font-weight:700;font-family:var(--font-display);letter-spacing:-.02em;text-decoration:none}.index-module__oRJRxa__nav{flex:1;justify-content:flex-end;display:flex}.index-module__oRJRxa__list{align-items:center;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.index-module__oRJRxa__navWrapper{flex:1;justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.index-module__oRJRxa__menuButton{border:1px solid var(--border);background:var(--background);color:var(--foreground);cursor:pointer;transition:var(--transition);z-index:120;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem .75rem;font-weight:600;display:none;position:relative}.index-module__oRJRxa__menuButton:hover{border-color:var(--primary);color:var(--primary)}.index-module__oRJRxa__menuIcon{width:20px;height:14px;display:inline-block;position:relative}.index-module__oRJRxa__menuIcon span{background:currentColor;border-radius:999px;width:100%;height:2px;transition:transform .3s,opacity .3s;position:absolute;left:0}.index-module__oRJRxa__menuIcon span:first-child{top:0}.index-module__oRJRxa__menuIcon span:nth-child(2){top:6px}.index-module__oRJRxa__menuIcon span:nth-child(3){top:12px}.index-module__oRJRxa__menuButton[aria-expanded=true] .index-module__oRJRxa__menuIcon span:first-child{transform:translateY(6px)rotate(45deg)}.index-module__oRJRxa__menuButton[aria-expanded=true] .index-module__oRJRxa__menuIcon span:nth-child(2){opacity:0}.index-module__oRJRxa__menuButton[aria-expanded=true] .index-module__oRJRxa__menuIcon span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.index-module__oRJRxa__menuText{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:900px){.index-module__oRJRxa__inner{gap:1.25rem}.index-module__oRJRxa__nav{top:var(--header-height);height:calc(100vh - var(--header-height));background:var(--card-bg);opacity:0;pointer-events:none;z-index:90;padding:1.5rem 1.25rem 2.5rem;transition:opacity .25s,transform .25s;display:block;position:fixed;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(-8px)}.index-module__oRJRxa__navOpen{opacity:1;pointer-events:auto;overflow:auto;transform:translateY(0)}.index-module__oRJRxa__list{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 0 1.25rem}.index-module__oRJRxa__menuButton{display:inline-flex}}
.index-module__SFZWWq__footer{background:var(--background-alt);border-top:1px solid var(--border);margin-top:var(--spacing-xl)}.index-module__SFZWWq__wrapper{padding:var(--spacing-xl)0 var(--spacing-lg)}.index-module__SFZWWq__grid{gap:var(--spacing-lg);margin-bottom:var(--spacing-lg);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.index-module__SFZWWq__siteName{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.index-module__SFZWWq__muted{font-size:.875rem}.index-module__SFZWWq__nav{display:block}.index-module__SFZWWq__navTitle{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.index-module__SFZWWq__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.index-module__SFZWWq__bottomBar{border-top:1px solid var(--border);padding-top:var(--spacing-md);color:var(--foreground-light);justify-content:space-between;align-items:center;gap:var(--spacing-md);flex-wrap:wrap;font-size:.875rem;display:flex}
:root{--container-width:1200px;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Inter","Roboto","Helvetica Neue",Arial,sans-serif;--font-display:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--transition:all .2s ease;--primary:#2563eb;--primary-hover:#1d4ed8;--secondary:#64748b;--background:#fff;--background-alt:#f8fafc;--foreground:#0f172a;--foreground-light:#475569;--border:#e2e8f0;--card-bg:#fff;--shadow:#0000000d;--shadow-hover:#0000001a}:root[data-theme=dark]{--background:#0f172a;--background-alt:#1e293b;--foreground:#f1f5f9;--foreground-light:#cbd5e1;--border:#334155;--card-bg:#1e293b;--shadow:#0000004d;--shadow-hover:#00000080}@media (prefers-color-scheme:dark){:root:not([data-theme]){--background:#0f172a;--background-alt:#1e293b;--foreground:#f1f5f9;--foreground-light:#cbd5e1;--border:#334155;--card-bg:#1e293b;--shadow:#0000004d;--shadow-hover:#00000080}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--foreground);margin-bottom:.75rem;font-weight:700;line-height:1.2}h1{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem)}h2{margin-top:2rem;font-size:clamp(1.5rem,3vw,2rem)}h3{margin-top:1.5rem;font-size:clamp(1.25rem,2.5vw,1.5rem)}p{margin-bottom:1rem;line-height:1.7}table{border-collapse:collapse;background:var(--card-bg);border:1px solid var(--border);width:100%;margin:1.5rem 0;font-size:.95rem}thead{background:var(--background-alt)}th,td{border:1px solid var(--border);text-align:left;vertical-align:top;color:var(--foreground);word-break:break-word;padding:.75rem .85rem}th{color:var(--foreground);font-weight:700}tbody tr:nth-child(2n){background:var(--background-alt)}.table-wrapper{width:100%;overflow-x:auto}a{color:var(--primary);transition:var(--transition);text-decoration:none}a:hover{color:var(--primary-hover)}@media (prefers-color-scheme:dark){:root:not([data-theme]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.cat-content{max-width:960px;margin:0 auto 3rem;padding:0 1rem}.cat-intro{background-color:#f9fafb;border-left:4px solid #2563eb;border-radius:.75rem;margin-bottom:2rem;padding:1.5rem 1.75rem}.cat-intro__lead{margin:0 0 .75rem;font-size:1.05rem;font-weight:600;line-height:1.6}.cat-intro__body{color:#374151;margin:0 0 .75rem;font-size:.98rem;line-height:1.6}.cat-intro__links{color:#4b5563;margin:0;font-size:.95rem;line-height:1.6}.cat-intro__link{text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.cat-intro__link:hover{text-decoration-thickness:2px}.cat-sections{gap:1.75rem;margin-bottom:2.5rem;display:grid}@media (min-width:768px){.cat-sections{grid-template-columns:repeat(2,minmax(0,1fr))}}.cat-section{background-color:#f3f4f6;border-radius:.75rem;padding:1.25rem 1.5rem}.cat-section__title{color:#111827;margin:0 0 .75rem;font-size:1rem;font-weight:600}.cat-section__list{margin:0;padding:0;list-style:none}.cat-section__list li+li{margin-top:.35rem}.cat-section__link{color:#1f2933;font-size:.95rem;text-decoration:none}.cat-section__link:hover{text-decoration:underline}.cat-related{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;margin-top:1rem;padding:1.25rem 1.5rem}.cat-related__title{color:#111827;margin:0 0 .75rem;font-size:.98rem;font-weight:600}.cat-related__list{margin:0;padding:0;list-style:none}.cat-related__list li+li{margin-top:.35rem}.cat-related__link{color:#2563eb;font-size:.95rem;text-decoration:none}.cat-related__link:hover{text-decoration:underline}
