@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:72rem;--surface-page:#e8ebf4;--text-primary:#12141c;--text-secondary:#4a5163;--border-subtle:#12141c1a}html{background-color:#e8ebf4}html[data-theme=dark]{--surface-page:#0c0e14;--text-primary:#f2f4fa;--text-secondary:#b6bdd0;--border-subtle:#f2f4fa1a;background-color:#0c0e14}@media (prefers-color-scheme:dark){html[data-theme=system]{--surface-page:#0c0e14;--text-primary:#f2f4fa;--text-secondary:#b6bdd0;--border-subtle:#f2f4fa1a;background-color:#0c0e14}}@media (prefers-color-scheme:light){html[data-theme=system]{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(--surface-page);border-bottom:1px solid var(--border-subtle);position:sticky;top:0}.header-inner{min-height:var(--header-h);align-items:center;gap:var(--space-5);display:flex}@media (width<=879px){.page{padding:var(--space-5) 0 var(--space-4)}}.page h1.display,.page h1{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(2rem,4vw,3rem);font-weight:650;line-height:1.08}.lead{color:var(--text-secondary);max-width:36rem;margin:0 0 2rem;font-size:1.125rem}.theme-seg{background:#fff;border:1px solid #12141c1a;border-radius:.5rem;align-items:center;gap:.15rem;height:2.5rem;padding:.2rem;display:inline-flex}.theme-btn{color:#6b7388;background:0 0;border:0;border-radius:calc(.5rem - 2px);justify-content:center;align-items:center;width:2.1rem;height:2.1rem;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:#dde2ef}@media (prefers-color-scheme:dark){html[data-theme=system] .theme-seg,html[data-theme=dark] .theme-seg{background:#151822;border-color:#f2f4fa1a}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:#1c2030}}html[data-theme=dark] .theme-seg{background:#151822;border-color:#f2f4fa1a}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:#1c2030}.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-display:var(--font-sans);--font-body:var(--font-sans);--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1.25rem;--radius-xl:1.75rem;--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;--shadow-soft:0 18px 50px #0f172a14;--header-h:4.25rem;--content-max:72rem;--prose-max:42rem;--ease-out:cubic-bezier(.22, 1, .36, 1);--dur:.22s}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:#fff;--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;--hero-wash:radial-gradient(120% 80% at 12% -10%, #00d4ff42, transparent 55%), radial-gradient(90% 70% at 88% 0%, #ff2bd62e, transparent 50%), linear-gradient(180deg, #dde3f1 0%, var(--surface-page) 58%)}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;--hero-wash:radial-gradient(120% 80% at 12% -10%, #00d4ff24, transparent 55%), radial-gradient(90% 70% at 88% 0%, #ff2bd61a, transparent 50%), linear-gradient(180deg, #10131c 0%, var(--surface-page) 58%)}@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;--hero-wash:radial-gradient(120% 80% at 12% -10%, #00d4ff24, transparent 55%), radial-gradient(90% 70% at 88% 0%, #ff2bd61a, transparent 50%), linear-gradient(180deg, #10131c 0%, var(--surface-page) 58%)}}@media (prefers-color-scheme:light){html[data-theme=system]{color-scheme:light;--surface-page:#e8ebf4;--surface-elevated:#fff;--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;--hero-wash:radial-gradient(120% 80% at 12% -10%, #00d4ff42, transparent 55%), radial-gradient(90% 70% at 88% 0%, #ff2bd62e, transparent 50%), linear-gradient(180deg, #dde3f1 0%, var(--surface-page) 58%)}}@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-old(root),::view-transition-new(root){mix-blend-mode:normal;animation:none}body{font-family:var(--font-body);color:var(--text-primary);background:var(--surface-page);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:1.0625rem;line-height:1.55}img,svg{max-width:100%;display:block}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:1}.page{padding:var(--space-6) 0 var(--space-5)}@media (width<=879px){.page{padding:var(--space-5) 0 var(--space-4)}}.page .container>:last-child{margin-bottom:0}.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)}.docs-layout{gap:var(--space-5);flex-direction:column;display:flex}.docs-nav{flex:none;min-width:0}.docs-content{flex:auto;min-width:0}@media (width>=960px){.docs-layout{align-items:flex-start;gap:var(--space-5);flex-direction:row}.docs-nav{width:12rem;padding-top:calc(var(--space-6) + .15rem);flex:0 0 12rem}.docs-content{flex:1 1 0;min-width:0}}.container{width:min(100% - 2 * var(--space-5), var(--content-max));margin-inline:auto}.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:36rem;font-size:1.125rem}.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}@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(--surface-page);border-bottom:1px solid var(--border-subtle);position:sticky;top:0}.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:var(--space-5);margin-inline-start:var(--space-4);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(--accent)}.header-tools[data-astro-cid-nen7h5rs]{align-items:center;gap:var(--space-2);flex-shrink:0;margin-inline-start:auto;display:flex}.lang[data-astro-cid-nen7h5rs]{flex-shrink:0;width:9rem;position:relative}.lang-trigger[data-astro-cid-nen7h5rs]{box-sizing:border-box;border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--surface-elevated);width:100%;height:2.5rem;color:var(--text-primary);cursor:pointer;align-items:center;gap:.45rem;padding:0 .75rem;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]{border-color:var(--border-strong)}.lang-current[data-astro-cid-nen7h5rs]{text-align:start;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.lang-chevron[data-astro-cid-nen7h5rs]{color:var(--text-muted);transition:transform var(--dur) var(--ease-out)}.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% + .4rem);z-index:50;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-elevated);box-shadow:var(--shadow-soft);margin:0;padding:.35rem;list-style:none;position:absolute;inset-inline:0}.lang-option[data-astro-cid-nen7h5rs]{border-radius:calc(var(--radius-md) - .2rem);min-height:2.25rem;color:var(--text-secondary);grid-template-columns:1.25rem 1fr;align-items:center;gap:.55rem;padding:.35rem .55rem;font-weight:600;text-decoration:none;display:grid}.lang-option[data-astro-cid-nen7h5rs]:hover,.lang-option[data-astro-cid-nen7h5rs].is-active{color:var(--text-primary);background:var(--surface-muted)}.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]{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--surface-elevated);flex-shrink:0;align-items:center;gap:.15rem;height:2.5rem;padding:.2rem;display:inline-flex}.theme-btn[data-astro-cid-nen7h5rs]{border-radius:calc(var(--radius-sm) - 2px);width:2.1rem;height:2.1rem;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:var(--surface-muted)}.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:var(--surface-muted)}.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:8.5rem;max-width:13.5rem;height:2.5rem;border-radius:var(--radius-sm);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;justify-content:center;margin-inline-start:var(--space-2);padding-inline:.75rem;display:inline-flex;overflow:hidden;min-height:2.5rem!important}@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""tools tools""nav nav";display:grid}.header-inner[data-astro-cid-nen7h5rs]:not(:has(.header-cta)){grid-template-columns:minmax(0,1fr);grid-template-areas:"brand brand""tools tools""nav nav"}.header-inner[data-astro-cid-nen7h5rs]:not(:has(.header-cta)) .header-tools[data-astro-cid-nen7h5rs]{justify-self:stretch;width:100%}.brand[data-astro-cid-nen7h5rs]{grid-area:brand;min-width:min-content}.header-tools[data-astro-cid-nen7h5rs]{justify-content:space-between;gap:var(--space-2);grid-area:tools;justify-self:stretch;width:100%;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:.7rem;font-size:.92rem}.nav[data-astro-cid-nen7h5rs]{gap:var(--space-4);grid-area:nav;width:100%;margin-inline-start:0;padding-bottom:0;display:flex}.lang[data-astro-cid-nen7h5rs]{flex:0 8.5rem;width:auto;min-width:6.5rem;max-width:8.5rem}.theme-seg[data-astro-cid-nen7h5rs]{height:2.35rem}.theme-btn[data-astro-cid-nen7h5rs]{width:1.95rem;height:1.95rem}.lang-trigger[data-astro-cid-nen7h5rs]{height:2.35rem}}@media (width>=880px){.nav[data-astro-cid-nen7h5rs]{display:flex}.header-cta[data-astro-cid-nen7h5rs]{width:auto;min-width:8.5rem;max-width:14rem;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-6) 0 var(--space-5)}.footer-inner[data-astro-cid-jo6i4kqk]{gap:var(--space-4);display:grid}@media (width>=720px){.footer-inner[data-astro-cid-jo6i4kqk]{align-items:start;column-gap:var(--space-7);row-gap:var(--space-4);grid-template-columns:1fr auto}.footer-copy[data-astro-cid-jo6i4kqk]{grid-column:1/-1}.footer-links[data-astro-cid-jo6i4kqk]{justify-content:end;padding-top:.35rem}}.footer-brand[data-astro-cid-jo6i4kqk]{margin-bottom:var(--space-2);font-size:1.5rem}.footer-tag[data-astro-cid-jo6i4kqk]{color:var(--text-secondary);max-width:28rem;margin:0}.footer-links[data-astro-cid-jo6i4kqk]{gap:var(--space-3) var(--space-5);flex-wrap:wrap;display:flex}.footer-links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--text-secondary);font-weight:600;text-decoration:none}.footer-links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover,.footer-links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk].is-active{color:var(--text-primary)}.footer-copy[data-astro-cid-jo6i4kqk]{margin:var(--space-1) 0 0;color:var(--text-muted);font-size:.95rem}.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}
