:root{--nxs-code-bg:#ffffff;--nxs-code-border:#eaeaea;--nxs-code-text:#24292e;--sh-keyword:#d73a49;--sh-string:#032f62;--sh-property:#005cc5;--sh-class:#6f42c1;--sh-entity:#6f42c1;--sh-tag:#22863a;--sh-identifier:#24292e;--sh-literal:#005cc5;--sh-comment:#6a737d;--sh-sign:#24292e}[data-theme=dark]{--nxs-code-bg:#0a0a0a;--nxs-code-border:#262626;--nxs-code-text:#ededed;--sh-keyword:#ff7b72;--sh-string:#a5d6ff;--sh-property:#79c0ff;--sh-class:#d2a8ff;--sh-entity:#d2a8ff;--sh-tag:#7ee787;--sh-identifier:#ededed;--sh-literal:#79c0ff;--sh-comment:#7a7a7a;--sh-sign:#ededed}.nxs-slide{overflow:hidden}.nxs-slide-split-col{min-width:0;overflow-x:auto}.nxs-code-wrapper{min-width:0;width:100%;max-width:42rem}.nxs-code-block{background:var(--nxs-code-bg);border:1px solid var(--nxs-code-border);color:var(--nxs-code-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:clamp(.75rem,1.5vw + .5rem,.875rem);line-height:1.7;text-align:left;min-width:0;width:100%;max-width:100%;overflow-x:auto;padding:1rem}@media (min-width:640px){.nxs-code-block{padding:1.5rem}}.nxs-code-block .hljs-keyword,.nxs-code-block .hljs-literal{color:var(--sh-keyword)}.nxs-code-block .hljs-string{color:var(--sh-string)}.nxs-code-block .hljs-number{color:var(--sh-literal)}.nxs-code-block .hljs-comment{color:var(--sh-comment)}.nxs-code-block .hljs-title.class_{color:var(--sh-class)}.nxs-code-block .hljs-title.function_{color:var(--sh-entity)}.nxs-code-block .hljs-attr,.nxs-code-block .hljs-attribute,.nxs-code-block .hljs-params{color:var(--sh-property)}.nxs-code-block .hljs-built_in,.nxs-code-block .hljs-variable{color:var(--sh-identifier)}.nxs-code-block .hljs-name,.nxs-code-block .hljs-tag .hljs-name{color:var(--sh-tag)}.nxs-code-block .hljs-operator,.nxs-code-block .hljs-punctuation,.nxs-code-block .hljs-tag{color:var(--sh-sign)}@keyframes nxs-fade{0%{filter:blur(3px);opacity:0}to{filter:blur(0);opacity:1}}@keyframes nxs-slide{0%{translate:var(--nxs-slide-offset)}to{translate:0}}@keyframes nxs-slide-in{0%{opacity:0;transform:translateX(var(--nxs-slide-offset,60px))}}@keyframes nxs-slide-out{to{opacity:0;transform:translateX(var(--nxs-slide-offset,-60px))}}@keyframes nxs-deck-unveil{to{opacity:0;transform:scale(1.03)}}::view-transition-old(*){animation:none}::view-transition-new(*){animation:none}::view-transition-new(.slide-from-right){--nxs-slide-offset:60px;animation:nxs-slide-in .2s ease-out both}::view-transition-old(.slide-to-left){--nxs-slide-offset:-60px;animation:nxs-slide-out .2s ease-out both}::view-transition-new(.slide-from-left){--nxs-slide-offset:-60px;animation:nxs-slide-in .2s ease-out both}::view-transition-old(.slide-to-right){--nxs-slide-offset:60px;animation:nxs-slide-out .2s ease-out both}::view-transition-old(.deck-unveil){animation:nxs-deck-unveil .3s ease-out both}::view-transition-new(.deck-unveil){animation:none}@media (prefers-reduced-motion:no-preference){@keyframes deck-reveal-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes deck-draw-line{0%{stroke-dashoffset:var(--deck-line-length,2000)}to{stroke-dashoffset:0}}@keyframes deck-grow-bar-x{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes deck-fade-in{0%{opacity:0}to{opacity:1}}.deck-reveal,.deck-reveal-stagger>*{animation:deck-reveal-up .42s cubic-bezier(.2,.8,.2,1) both}.deck-reveal-stagger>*{animation-delay:calc(var(--deck-stagger-base, 40ms) + (var(--i, 0) * 60ms))}.deck-reveal-stagger>:first-child{--i:0}.deck-reveal-stagger>:nth-child(2){--i:1}.deck-reveal-stagger>:nth-child(3){--i:2}.deck-reveal-stagger>:nth-child(4){--i:3}.deck-reveal-stagger>:nth-child(5){--i:4}.deck-reveal-stagger>:nth-child(6){--i:5}.deck-reveal-stagger>:nth-child(7){--i:6}.deck-reveal-stagger>:nth-child(8){--i:7}.deck-reveal-stagger>:nth-child(9){--i:8}.deck-reveal-stagger>:nth-child(10){--i:9}.deck-draw-line{stroke-dasharray:var(--deck-line-length,2000);stroke-dashoffset:var(--deck-line-length,2000);animation:deck-draw-line 1.1s cubic-bezier(.4,0,.2,1) .12s forwards}.deck-grow-bar-x{transform-origin:left center;animation:deck-grow-bar-x .68s cubic-bezier(.2,.8,.2,1) both}.deck-fade-stagger>*{animation:deck-fade-in .36s ease-out both;animation-delay:calc(var(--i, 0) * 40ms)}}html[data-nav-direction=forward]::view-transition-new(root){animation:nxs-slide-in .24s cubic-bezier(.2,.8,.2,1) both;--nxs-slide-offset:48px}html[data-nav-direction=forward]::view-transition-old(root){animation:nxs-slide-out .24s cubic-bezier(.2,.8,.2,1) both;--nxs-slide-offset:-48px}html[data-nav-direction=backward]::view-transition-new(root){animation:nxs-slide-in .24s cubic-bezier(.2,.8,.2,1) both;--nxs-slide-offset:-48px}html[data-nav-direction=backward]::view-transition-old(root){animation:nxs-slide-out .24s cubic-bezier(.2,.8,.2,1) both;--nxs-slide-offset:48px}