@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}:root{--header-h:4.25rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--space-9:7rem;--content-max:86rem;--surface-page:#e8ebf4;--text-primary:#12141c;--text-secondary:#4a5163;--border-subtle:#12141c1a;--header-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff33, transparent 52%), radial-gradient(100% 80% at 92% -5%, #4682e617, transparent 48%), var(--surface-page,#e8ebf4)}@media (width<=879px){:root{--header-h:9.25rem}}html{background-color:#e8ebf4}html[data-theme=dark]{--surface-page:#0c0e14;--text-primary:#f2f4fa;--text-secondary:#b6bdd0;--border-subtle:#f2f4fa1a;--header-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff29, transparent 52%), radial-gradient(100% 80% at 92% -5%, #ff2bd61f, transparent 48%), #0f121a;background-color:#0c0e14}@media (prefers-color-scheme:dark){html[data-theme=system]{--surface-page:#0c0e14;--text-primary:#f2f4fa;--text-secondary:#b6bdd0;--border-subtle:#f2f4fa1a;--header-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff29, transparent 52%), radial-gradient(100% 80% at 92% -5%, #ff2bd61f, transparent 48%), #0f121a;background-color:#0c0e14}}@media (prefers-color-scheme:light){html[data-theme=system]{--header-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff33, transparent 52%), radial-gradient(100% 80% at 92% -5%, #4682e617, transparent 48%), var(--surface-page,#e8ebf4);background-color:#e8ebf4}}body{color:var(--text-primary);background-color:#0000;margin:0;font-size:1.0625rem;line-height:1.55}.header{z-index:40;background:var(--header-wash);box-shadow:none;border-bottom:0;position:sticky;top:0}html[data-theme=light] .header{background:#f6f7fc;box-shadow:0 1px #12141c12}@media (prefers-color-scheme:light){html[data-theme=system] .header{background:#f6f7fc;box-shadow:0 1px #12141c12}}.header-inner{min-height:var(--header-h);align-items:center;gap:var(--space-5);display:flex}.page h1.display,.page h1{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(2.15rem,4.2vw,3rem);font-weight:650;line-height:1.12}.page h1.page-title-sm{font-size:clamp(1.85rem,3.5vw,2.35rem)}.lead{color:var(--text-secondary);max-width:38rem;margin:0 0 2rem;font-size:1.125rem}.theme-seg{background:0 0;border:0;flex-shrink:0;align-items:center;gap:.05rem;padding:0;display:inline-flex}.theme-btn{color:#6b7388;background:0 0;border:0;border-radius:.4rem;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:inline-flex}html[data-theme=system] .theme-btn[data-theme-value=system],html[data-theme=light] .theme-btn[data-theme-value=light],html[data-theme=dark] .theme-btn[data-theme-value=dark],.theme-btn.is-active{color:#12141c;background:#12141c17}@media (prefers-color-scheme:dark){html[data-theme=system] .theme-btn,html[data-theme=dark] .theme-btn{color:#8b93a8}html[data-theme=system] .theme-btn[data-theme-value=system],html[data-theme=dark] .theme-btn[data-theme-value=dark],html[data-theme=dark] .theme-btn.is-active,html[data-theme=system] .theme-btn.is-active{color:#f2f4fa;background:#f2f4fa17}}html[data-theme=dark] .theme-btn{color:#8b93a8}html[data-theme=dark] .theme-btn[data-theme-value=dark],html[data-theme=dark] .theme-btn.is-active{color:#f2f4fa;background:#f2f4fa17}.brand-mark{flex-shrink:0;width:36px;height:36px;display:block}:root{--brand-cyan:#00d4ff;--brand-violet:#7c3aed;--brand-magenta:#ff2bd6;--brand-gradient:linear-gradient(120deg, var(--brand-cyan), var(--brand-violet), var(--brand-magenta));--font-sans:"Source Sans 3 Variable", "Source Sans 3", system-ui, sans-serif;--font-cjk:"Noto Sans SC", "Source Sans 3 Variable", system-ui, sans-serif;--font-ar:"Noto Sans Arabic", "Source Sans 3 Variable", system-ui, sans-serif;--font-hi:"Noto Sans Devanagari", "Source Sans 3 Variable", system-ui, sans-serif;--font-brand:"Bricolage Grotesque Variable", "Bricolage Grotesque", system-ui, sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--font-display:var(--font-sans);--font-body:var(--font-sans);--radius-sm:.4rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.35rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--space-9:7rem;--section-y:clamp(2.75rem, 6vw, 4.5rem);--page-y:clamp(2.25rem, 4.5vw, 3.5rem);--shadow-soft:0 12px 40px #0f172a12;--header-h:4.25rem;--content-max:86rem;--prose-max:42rem;--media-max:78rem;--ease-out:cubic-bezier(.22, 1, .36, 1);--dur:.22s}@media (width<=879px){:root{--header-h:9.25rem}}html[lang=zh]{--font-display:var(--font-cjk);--font-body:var(--font-cjk)}html[lang=hi]{--font-display:var(--font-hi);--font-body:var(--font-hi)}html[lang=ar]{--font-display:var(--font-ar);--font-body:var(--font-ar)}html[data-theme=light]{color-scheme:light;--surface-page:#e8ebf4;--surface-elevated:#f6f7fc;--surface-muted:#dde2ef;--text-primary:#12141c;--text-secondary:#4a5163;--text-muted:#6b7388;--border-subtle:#12141c1a;--border-strong:#12141c29;--accent:var(--brand-violet);--accent-contrast:#fff;--header-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff33, transparent 52%), radial-gradient(100% 80% at 92% -5%, #4682e617, transparent 48%), var(--surface-page);--hero-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff33, transparent 52%), radial-gradient(100% 80% at 92% -5%, #4682e617, transparent 48%), var(--surface-page)}html[data-theme=dark]{color-scheme:dark;--surface-page:#0c0e14;--surface-elevated:#151822;--surface-muted:#1c2030;--text-primary:#f2f4fa;--text-secondary:#b6bdd0;--text-muted:#8b93a8;--border-subtle:#f2f4fa1a;--border-strong:#f2f4fa29;--accent:#a78bfa;--accent-contrast:#12081f;--header-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff29, transparent 52%), radial-gradient(100% 80% at 92% -5%, #ff2bd61f, transparent 48%), #0f121a;--hero-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff29, transparent 52%), radial-gradient(100% 80% at 92% -5%, #ff2bd61f, transparent 48%), linear-gradient(180deg, #0f121a 0%, var(--surface-page) 62%)}@media (prefers-color-scheme:dark){html[data-theme=system]{color-scheme:dark;--surface-page:#0c0e14;--surface-elevated:#151822;--surface-muted:#1c2030;--text-primary:#f2f4fa;--text-secondary:#b6bdd0;--text-muted:#8b93a8;--border-subtle:#f2f4fa1a;--border-strong:#f2f4fa29;--accent:#a78bfa;--accent-contrast:#12081f;--header-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff29, transparent 52%), radial-gradient(100% 80% at 92% -5%, #ff2bd61f, transparent 48%), #0f121a;--hero-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff29, transparent 52%), radial-gradient(100% 80% at 92% -5%, #ff2bd61f, transparent 48%), linear-gradient(180deg, #0f121a 0%, var(--surface-page) 62%)}}@media (prefers-color-scheme:light){html[data-theme=system]{color-scheme:light;--surface-page:#e8ebf4;--surface-elevated:#f6f7fc;--surface-muted:#dde2ef;--text-primary:#12141c;--text-secondary:#4a5163;--text-muted:#6b7388;--border-subtle:#12141c1a;--border-strong:#12141c29;--accent:var(--brand-violet);--accent-contrast:#fff;--header-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff33, transparent 52%), radial-gradient(100% 80% at 92% -5%, #4682e617, transparent 48%), var(--surface-page);--hero-wash:radial-gradient(130% 90% at 8% -20%, #00d4ff33, transparent 52%), radial-gradient(100% 80% at 92% -5%, #4682e617, transparent 48%), var(--surface-page)}}@font-face{font-family:Bricolage Grotesque Variable;font-style:normal;font-display:optional;font-weight:200 800;src:url(/_astro/bricolage-grotesque-vietnamese-wght-normal.BUzh504Q.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque Variable;font-style:normal;font-display:optional;font-weight:200 800;src:url(/_astro/bricolage-grotesque-latin-ext-wght-normal.CcLUaPy7.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque Variable;font-style:normal;font-display:optional;font-weight:200 800;src:url(/_astro/bricolage-grotesque-latin-wght-normal.DLoelf7F.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:optional;font-weight:200 900;src:url(/_astro/source-sans-3-cyrillic-ext-wght-normal.DzyfIafT.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:optional;font-weight:200 900;src:url(/_astro/source-sans-3-cyrillic-wght-normal.BMDVbyM7.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:optional;font-weight:200 900;src:url(/_astro/source-sans-3-greek-ext-wght-normal.BWSLJLk6.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:optional;font-weight:200 900;src:url(/_astro/source-sans-3-greek-wght-normal.C9H9m1vD.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:optional;font-weight:200 900;src:url(/_astro/source-sans-3-vietnamese-wght-normal.C1uRvKPU.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:optional;font-weight:200 900;src:url(/_astro/source-sans-3-latin-ext-wght-normal.C8iNium2.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3 Variable";font-style:normal;font-display:optional;font-weight:200 900;src:url(/_astro/source-sans-3-latin-wght-normal.BqRLTx4X.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){mix-blend-mode:normal;animation:none}html:active-view-transition{scroll-behavior:auto}body{font-family:var(--font-body);color:var(--text-primary);background:var(--surface-page);text-rendering:optimizelegibility;margin:0;font-size:1.0625rem;line-height:1.55}html[data-theme=dark] body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){html[data-theme=system] body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}img,svg{max-width:100%;display:block}.docs-figure{margin:0 0 var(--space-5)}.docs-figure-frame{padding:var(--space-4);border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--surface-muted);margin:0}.docs-figure-stack{position:relative}.docs-figure-stack.is-screen{aspect-ratio:var(--docs-figure-ar,16 / 9)}.docs-figure-stack.is-diagram{aspect-ratio:var(--docs-figure-ar,720 / 150)}.docs-figure-img{width:100%;height:auto;margin-inline:auto;display:block}.docs-figure-stack.is-screen .docs-figure-img--dark,.docs-figure-stack.is-diagram .docs-figure-img--dark{object-fit:contain;object-position:top center;height:100%}.docs-figure-svg{width:100%;line-height:0}.docs-figure-svg :is(svg){width:100%;height:auto;display:block}.docs-figure-img--light{object-fit:contain;object-position:top center;opacity:0;visibility:hidden;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}html[data-theme=light] .docs-figure-stack.is-screen:not(.is-swapped) .docs-figure-img--dark{opacity:0;visibility:hidden}html[data-theme=light] .docs-figure-stack.is-screen:not(.is-swapped) .docs-figure-img--light{opacity:1;visibility:visible}@media (prefers-color-scheme:light){html[data-theme=system] .docs-figure-stack.is-screen:not(.is-swapped) .docs-figure-img--dark{opacity:0;visibility:hidden}html[data-theme=system] .docs-figure-stack.is-screen:not(.is-swapped) .docs-figure-img--light{opacity:1;visibility:visible}}@media (prefers-color-scheme:dark){html[data-theme=system] .docs-figure-stack.is-screen:not(.is-swapped) .docs-figure-img--light{opacity:0;visibility:hidden}}.docs-figure-stack.is-screen.is-swapped .docs-figure-img--dark,.docs-figure-stack.is-screen.is-swapped .docs-figure-img--light{opacity:0;visibility:hidden;pointer-events:none}.docs-figure-stack.is-screen.is-swapped[data-show=dark] .docs-figure-img--dark,.docs-figure-stack.is-screen.is-swapped[data-show=light] .docs-figure-img--light{opacity:1;visibility:visible}.docs-figure figcaption{margin-top:var(--space-2);color:var(--text-muted);font-size:.9rem;line-height:1.45}.docs-figure figcaption strong{color:var(--text-secondary);font-weight:600}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{color:var(--accent)}button,input,select,textarea{font:inherit}textarea{resize:none}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,input:autofill,input:autofill:hover,input:autofill:focus,input:autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active,textarea:autofill,textarea:autofill:hover,textarea:autofill:focus,textarea:autofill:active{-webkit-text-fill-color:var(--text-primary);caret-color:var(--text-primary);box-shadow:0 0 0 1000px var(--surface-elevated) inset;transition:background-color 99999s ease-out}.skip-link{clip:rect(0, 0, 0, 0);white-space:nowrap;background:var(--surface-elevated);width:1px;height:1px;color:var(--text-primary);z-index:100;border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link:focus{inset-inline-start:var(--space-4);top:var(--space-4);width:auto;height:auto;padding:var(--space-3) var(--space-4);clip:auto;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft);margin:0;position:fixed;overflow:visible}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:none}.page{padding:var(--page-y) 0 var(--space-6)}.page .container>:last-child{margin-bottom:0}.container{width:min(100% - 2 * var(--space-5), var(--content-max));margin-inline:auto}.container-narrow{width:min(100% - 2 * var(--space-5), var(--prose-max));margin-inline:auto}.container-media{width:min(100% - 2 * var(--space-4), var(--media-max));margin-inline:auto}.section{padding:var(--section-y) 0}.display{font-family:var(--font-display);letter-spacing:-.02em;font-weight:650;line-height:1.08}.brand-face{font-family:var(--font-brand);letter-spacing:-.03em;line-height:1.08}.lead{color:var(--text-secondary);max-width:38rem;font-size:1.125rem;line-height:1.55}.page-title{margin:0 0 var(--space-3);font-size:clamp(2.15rem,4.2vw,3rem);line-height:1.12}.page-title-sm,.page h1.page-title-sm{font-size:clamp(1.85rem,3.5vw,2.35rem)}.section-title{margin:0 0 var(--space-3);font-size:clamp(1.7rem,2.8vw,2.2rem);line-height:1.18}.page-panel{padding:var(--space-6);border-radius:var(--radius-xl);background:var(--surface-elevated);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft)}.about-shell{width:min(100% - 2 * var(--space-5), 52rem);margin-inline:auto}.about-lead{margin:0 0 var(--space-6);max-width:none}.about-person{align-items:center;gap:var(--space-4) var(--space-5);margin:0 0 var(--space-6);flex-wrap:wrap;display:flex}.about-photo-wrap{aspect-ratio:1;background:var(--surface-page);border-radius:50%;flex:none;width:9rem;height:9rem;overflow:hidden}.about-photo{object-fit:cover;object-position:center 32%;width:100%;height:100%}.about-person-meta{flex:12rem;min-width:0}.about-name{margin:0 0 var(--space-1);font-size:clamp(1.35rem,2.5vw,1.65rem);line-height:1.2}.about-role{margin:0 0 var(--space-3);color:var(--text-secondary);font-weight:600}.about-social{gap:var(--space-2) var(--space-4);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.about-social a{color:var(--accent);font-weight:600;text-decoration:none}.about-social a:hover{text-decoration:underline}.about-panel{padding:var(--space-6) clamp(1.35rem, 4vw, 2rem);gap:var(--space-5);display:grid}.about-panel>p{color:var(--text-secondary);margin:0;line-height:1.7}.coming-soon{color:var(--text-muted);border:1px solid var(--border-subtle);letter-spacing:.02em;border-radius:999px;padding:.15rem .55rem;font-size:.78rem;font-weight:600;display:inline-block}.docs-layout{gap:var(--space-5);flex-direction:column;display:flex}.docs-nav-rail{flex:none;min-width:0}.docs-content{flex:auto;min-width:0}@media (width>=960px){.docs-layout{align-items:flex-start;gap:var(--space-4);flex-direction:row}.docs-nav-rail{flex:0 0 18rem;width:18rem}.docs-nav{top:calc(var(--header-h) + var(--space-3));width:18rem;max-width:18rem;padding-top:.35rem;padding-bottom:var(--space-3);max-height:calc(100vh - var(--header-h) - var(--space-3) - var(--space-4));max-height:calc(100svh - var(--header-h) - var(--space-3) - var(--space-4));overscroll-behavior:contain;scrollbar-width:thin;background:var(--surface-page);z-index:30;position:fixed;overflow:hidden auto}.docs-content{flex:1 1 0;min-width:0}}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);min-height:3rem;transition:transform var(--dur) var(--ease-out), background var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out);border:1px solid #0000;padding:.75rem 1.35rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{color:inherit;transform:translateY(-1px)}.btn-primary{background:var(--text-primary);color:var(--surface-page)}.btn-primary:hover{color:var(--surface-page);filter:brightness(1.08)}.btn-ghost{background:var(--surface-elevated);border-color:var(--border-strong);color:var(--text-primary)}.btn-ghost:hover{border-color:var(--text-muted)}.btn-row{gap:var(--space-3);flex-wrap:wrap;display:flex}.text-link{color:var(--text-primary);transition:border-color var(--dur) var(--ease-out), color var(--dur) var(--ease-out);border-bottom:1.5px solid #0000;padding-block-end:.1em;font-weight:600;text-decoration:none}.text-link:after{content:" →";font-weight:600}html[dir=rtl] .text-link:after{content:" ←"}.text-link:hover{border-bottom-color:var(--text-primary)}.text-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn:hover{transform:none}}@font-face{font-family:Noto Sans Arabic;font-style:normal;font-display:optional;font-weight:600;src:url(/_astro/noto-sans-arabic-arabic-600-normal.JPxwL-XU.woff2)format("woff2"),url(/_astro/noto-sans-arabic-arabic-600-normal.JLzruTOp.woff)format("woff")}@font-face{font-family:Noto Sans Devanagari;font-style:normal;font-display:optional;font-weight:600;src:url(/_astro/noto-sans-devanagari-devanagari-600-normal.BeyktMLo.woff2)format("woff2"),url(/_astro/noto-sans-devanagari-devanagari-600-normal.B5tDaqnD.woff)format("woff")}@font-face{font-family:Noto Sans SC;font-style:normal;font-display:optional;font-weight:600;src:url(/_astro/noto-sans-sc-118-600-normal.CrdY8srg.woff2)format("woff2");unicode-range:U+6587}@font-face{font-family:Noto Sans SC;font-style:normal;font-display:optional;font-weight:600;src:url(/_astro/noto-sans-sc-119-600-normal.r16dHS10.woff2)format("woff2");unicode-range:U+4E2D}.header[data-astro-cid-nen7h5rs]{z-index:40;background:var(--header-wash);box-shadow:none;border-bottom:0;position:sticky;top:0}html[data-theme=light] .header[data-astro-cid-nen7h5rs]{background:var(--surface-elevated);box-shadow:0 1px 0 color-mix(in srgb, var(--text-primary) 7%, transparent)}@media (prefers-color-scheme:light){html[data-theme=system] .header[data-astro-cid-nen7h5rs]{background:var(--surface-elevated);box-shadow:0 1px 0 color-mix(in srgb, var(--text-primary) 7%, transparent)}}.header-inner[data-astro-cid-nen7h5rs]{min-height:var(--header-h);align-items:center;gap:var(--space-5);display:flex}.brand[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-3);flex-shrink:0;min-height:36px;text-decoration:none;display:inline-flex}.brand[data-astro-cid-nen7h5rs]:hover{color:inherit}.brand-name[data-astro-cid-nen7h5rs]{letter-spacing:-.03em;font-size:1.35rem;font-weight:650;line-height:1}.nav[data-astro-cid-nen7h5rs]{align-items:center;gap:clamp(1.25rem,2.2vw,2rem);margin-inline-start:var(--space-5);display:none}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{min-height:36px;color:var(--text-secondary);align-items:center;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--text-primary)}.nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].is-active{color:var(--text-primary);box-shadow:inset 0 -2px 0 var(--text-primary)}.header-tools[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-1);flex-shrink:0;margin-inline-start:auto;display:flex}.lang[data-astro-cid-nen7h5rs]{flex-shrink:0;position:relative}.lang-trigger[data-astro-cid-nen7h5rs]{box-sizing:border-box;border-radius:var(--radius-sm);min-height:2.15rem;color:var(--text-secondary);cursor:pointer;background:0 0;border:0;align-items:center;gap:.3rem;padding:.25rem .45rem;font-size:.95rem;font-weight:600;display:inline-flex}.lang-trigger[data-astro-cid-nen7h5rs]:hover,.lang[data-astro-cid-nen7h5rs].is-open .lang-trigger[data-astro-cid-nen7h5rs]{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 6%, transparent)}.lang-current[data-astro-cid-nen7h5rs]{text-align:start;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:8.5rem;overflow:hidden}.lang-chevron[data-astro-cid-nen7h5rs]{color:var(--text-muted);transition:transform var(--dur) var(--ease-out);flex-shrink:0}.lang[data-astro-cid-nen7h5rs].is-open .lang-chevron[data-astro-cid-nen7h5rs]{transform:rotate(180deg)}.lang-panel[data-astro-cid-nen7h5rs]{top:calc(100% + .35rem);z-index:50;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-elevated);min-width:10.5rem;box-shadow:var(--shadow-soft);margin:0;padding:.3rem;list-style:none;position:absolute;inset-inline-end:0}.lang-option[data-astro-cid-nen7h5rs]{border-radius:calc(var(--radius-md) - .2rem);min-height:2.1rem;color:var(--text-secondary);grid-template-columns:1.25rem 1fr;align-items:center;gap:.55rem;padding:.3rem .5rem;font-weight:600;text-decoration:none;display:grid}.lang-option[data-astro-cid-nen7h5rs]:hover{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 6%, transparent)}.lang-option[data-astro-cid-nen7h5rs].is-active{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 8%, transparent)}.lang-check[data-astro-cid-nen7h5rs]{width:1.25rem;height:1.25rem;color:var(--accent);justify-content:center;align-items:center;display:inline-flex}.lang-label[data-astro-cid-nen7h5rs]{text-align:start}.lang-option[data-astro-cid-nen7h5rs][lang=zh]{font-family:var(--font-cjk)}.lang-option[data-astro-cid-nen7h5rs][lang=hi]{font-family:var(--font-hi)}.lang-option[data-astro-cid-nen7h5rs][lang=ar]{font-family:var(--font-ar)}.theme-seg[data-astro-cid-nen7h5rs]{background:0 0;border:0;flex-shrink:0;align-items:center;gap:.05rem;padding:0;display:inline-flex}.theme-btn[data-astro-cid-nen7h5rs]{border-radius:var(--radius-sm);width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.theme-btn[data-astro-cid-nen7h5rs]:hover{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 6%, transparent)}.theme-btn[data-astro-cid-nen7h5rs][data-tooltip]:after{content:attr(data-tooltip);z-index:50;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--surface-elevated);color:var(--text-primary);font-family:var(--font-sans);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .14s var(--ease-out), transform .14s var(--ease-out);padding:.35rem .55rem;font-size:.78rem;font-weight:500;line-height:1.2;position:absolute;top:calc(100% + .45rem);left:50%;transform:translate(-50%)translateY(-.15rem);box-shadow:0 6px 18px #00000024}.theme-btn[data-astro-cid-nen7h5rs][data-tooltip]:hover:after,.theme-btn[data-astro-cid-nen7h5rs][data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%)translateY(0)}@media (prefers-reduced-motion:reduce){.theme-btn[data-astro-cid-nen7h5rs][data-tooltip]:after{transition:none}}html[data-theme=system] .theme-btn[data-astro-cid-nen7h5rs][data-theme-value=system],html[data-theme=light] .theme-btn[data-astro-cid-nen7h5rs][data-theme-value=light],html[data-theme=dark] .theme-btn[data-astro-cid-nen7h5rs][data-theme-value=dark],.theme-btn[data-astro-cid-nen7h5rs].is-active{color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 9%, transparent)}.brand-mark[data-astro-cid-nen7h5rs]{flex-shrink:0;width:36px;height:36px;display:block}.header-cta[data-astro-cid-nen7h5rs]{box-sizing:border-box;width:auto;min-width:0;max-width:13.5rem;height:2.15rem;border-radius:var(--radius-sm);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;justify-content:center;margin-inline-start:var(--space-2);padding:0 .9rem;font-size:.92rem;display:inline-flex;overflow:hidden;min-height:2.15rem!important}.header-cta[data-astro-cid-nen7h5rs]:hover{transform:none}@media (width<=879px){.header-inner[data-astro-cid-nen7h5rs]{align-items:center;column-gap:var(--space-3);row-gap:var(--space-2);padding-block:var(--space-2);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand cta""nav nav""tools tools";display:grid}.header-inner[data-astro-cid-nen7h5rs]:not(:has(.header-cta)){grid-template-areas:"brand brand""nav nav""tools tools"}.brand[data-astro-cid-nen7h5rs]{grid-area:brand;min-width:min-content}.header-tools[data-astro-cid-nen7h5rs]{justify-content:flex-end;gap:var(--space-1);grid-area:tools;justify-self:end;width:auto;margin-inline-start:0}.header-cta[data-astro-cid-nen7h5rs]{grid-area:cta;width:auto;min-width:0;max-width:none;margin-inline-start:0;padding-inline:.75rem;font-size:.9rem}.nav[data-astro-cid-nen7h5rs]{gap:var(--space-3) var(--space-4);flex-wrap:wrap;grid-area:nav;width:100%;min-width:0;margin-inline-start:0;padding-bottom:0;display:flex}.lang-current[data-astro-cid-nen7h5rs]{max-width:7rem}}@media (width>=880px){.nav[data-astro-cid-nen7h5rs]{display:flex}.header-cta[data-astro-cid-nen7h5rs]{width:auto;margin-inline-start:var(--space-3)}}.footer[data-astro-cid-jo6i4kqk]{margin-top:var(--space-6);border-top:1px solid var(--border-subtle);padding:var(--space-7) 0 var(--space-5)}.footer-inner[data-astro-cid-jo6i4kqk]{gap:var(--space-5);display:grid}.footer-top[data-astro-cid-jo6i4kqk]{justify-content:space-between;align-items:flex-start;gap:var(--space-5) var(--space-7);flex-wrap:wrap;display:flex}.footer-brand-block[data-astro-cid-jo6i4kqk]{flex:0 16rem}.footer-brand[data-astro-cid-jo6i4kqk]{color:inherit;margin:0 0 .2rem;font-size:1.5rem;text-decoration:none;display:inline-block}.footer-brand[data-astro-cid-jo6i4kqk]:hover{color:inherit}.footer-tag[data-astro-cid-jo6i4kqk]{color:var(--text-secondary);max-width:16rem;margin:0;font-size:.98rem;line-height:1.45}.footer-cols[data-astro-cid-jo6i4kqk]{gap:var(--space-4) var(--space-5);flex:28rem;grid-template-columns:repeat(3,minmax(0,1fr));max-width:36rem;margin-inline-start:auto;display:grid}.footer-col-title[data-astro-cid-jo6i4kqk]{margin:0 0 var(--space-2);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:700}.footer-col-list[data-astro-cid-jo6i4kqk]{gap:.15rem;margin:0;padding:0;list-style:none;display:grid}.footer-col-list[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--text-secondary);align-items:center;min-height:2rem;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex}.footer-col-list[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover,.footer-col-list[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk].is-active{color:var(--text-primary)}.footer-copy[data-astro-cid-jo6i4kqk]{color:var(--text-muted);margin:0;font-size:.9rem}@media (width<=640px){.footer-cols[data-astro-cid-jo6i4kqk]{gap:var(--space-5);flex-basis:100%;grid-template-columns:minmax(0,1fr);max-width:none;margin-inline-start:0}}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}
