@font-face{font-family:"Cascadia Mono";src:local("Cascadia Mono"),local("CascadiaMono"),url("/fonts/CascadiaMono-Variable.woff2") format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap;font-stretch:75% 125%}@font-face{font-family:"Cascadia Mono";src:local("Cascadia Mono Italic"),local("CascadiaMono-Italic"),url("/fonts/CascadiaMono-Italic-Variable.woff2") format("woff2-variations");font-weight:100 900;font-style:italic;font-display:swap;font-stretch:75% 125%}:root{--primary-color: #8400ff;--font-mono: "Cascadia Mono", monospace}[data-theme=dark] .shiki,[data-theme=dark] .shiki span{color:var(--shiki-dark) !important;background-color:var(--shiki-dark-bg) !important;font-style:var(--shiki-dark-font-style) !important;font-weight:var(--shiki-dark-font-weight) !important;text-decoration:var(--shiki-dark-text-decoration) !important}html[data-theme=dark]{--color-100: #ffffff;--color-200: #cccccc;--color-300: #999999;--bg-color-100: #121212;--bg-color-200: #1e1e1e;--bg-color-300: #2a2a2a}html[data-theme=light]{--color-100: #1a1a1a;--color-200: #4a4a4a;--color-300: #7a7a7a;--bg-color-100: #ffffff;--bg-color-200: #f5f5f5;--bg-color-300: #e0e0e0}html[data-theme=light] .term-bar{--term-bar-bg: #e1e4e8;--copy-btn-bg: rgba(0, 0, 0, 0.6);--copy-btn-text: #ffffff}html[data-theme=dark] .term-bar{--term-bar-bg: #2c2c2c;--copy-btn-bg: rgba(255, 255, 255, 0.2);--copy-btn-text: #ffffff}html[data-theme=light] #toc .outline-marker,html[data-theme=light] #toc.toc-fixed{--color: #333333;--bg-color: #bbbbbb}html[data-theme=dark] #toc .outline-marker,html[data-theme=dark] #toc.toc-fixed{--color: #ffffff;--bg-color: #5c5c5c}pre.shiki{position:relative;overflow-x:auto;scrollbar-width:thin;font-family:var(--font-mono);margin-top:0;width:100%;left:50%;transform:translateX(-50%);transition:box-shadow .25s ease-in-out;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:5px}pre.shiki:hover{box-shadow:0 8px 24px rgba(0,0,0,.25)}.terminal-wrapper pre.shiki{border-radius:0 0 5px 5px;box-shadow:none}.terminal-wrapper pre.shiki:hover{box-shadow:none}code{font-family:var(--font-mono);font-optical-sizing:auto;font-weight:400;font-style:normal}.shiki .line:not([data-line])::before{display:none}.shiki .line[data-line]::before{content:attr(data-line);display:inline-block;width:1.75em;margin-right:1em;text-align:right;user-select:none;color:var(--color-300);opacity:.7}.code-overlay-label{position:absolute;top:2rem;right:.5rem;font-size:.75rem;pointer-events:none;z-index:10;opacity:1;transition:opacity .25s ease-in-out}.terminal-wrapper:hover .code-overlay-label{opacity:0}.terminal-wrapper{position:relative;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:box-shadow .25s ease-in-out}.terminal-wrapper:hover{box-shadow:0 8px 24px rgba(0,0,0,.25)}.term-bar{width:100%;height:1.75rem;background:var(--term-bar-bg);display:flex;align-items:center;padding-left:.5rem;border-top-left-radius:.5rem;border-top-right-radius:.5rem;position:relative;transform:translateX(-50%);left:50%}.term-label{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:inline-flex;align-items:center;gap:.3rem}.term-label>span{font-size:small;pointer-events:none}.term-buttons{display:flex;gap:.4rem}.term-buttons span{width:.65rem;height:.65rem;border-radius:50%;display:inline-block}.term-buttons span.red{background-color:#ff5f56 !important}.term-buttons span.yellow{background-color:#ffbd2e !important}.term-buttons span.green{background-color:#27c93f !important}#toc .toc-wrapper{position:relative}#toc .toc-title{font-weight:bold;margin-bottom:.5rem}#toc ul{list-style:none;margin:.25rem 0 0 0}#toc li{margin-bottom:.25rem}#toc li ul{margin-left:1rem}#toc a{text-decoration:none;transition:filter .2s ease,color .2s ease}#toc a:hover,#toc a.active{filter:brightness(1.5)}#toc .outline-marker{position:absolute;left:-1rem;width:2px;background:var(--color);transition:top .2s ease,height .2s ease,opacity .2s ease;pointer-events:none;border-radius:1px}#toc.toc-fixed{position:fixed;top:100px;right:40px;width:240px;max-height:80vh;overflow-y:auto;border-left:1px solid var(--bg-color);padding-left:1rem;backdrop-filter:blur(4px);z-index:1000}@media(max-width: 1024px){#toc.toc-fixed{display:none}}.math_svg{display:block;text-align:center;margin:1em 0}.math_svg svg{display:inline-block}.heading{position:relative}.heading>span.text{transition:filter .2s ease}.heading>span.text:hover{filter:brightness(1.5)}.heading:hover .anchor-link{opacity:1}.anchor-link{position:absolute;transform:translateX(-100%);text-decoration:none;left:0;opacity:0;transition:opacity .2s ease,color .2s ease,filter .2s ease}.anchor-link:hover{filter:brightness(1.5)}.anchor-link::after{width:.5rem;content:"";display:inline-block}.vpi-sun{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/%3E%3C/g%3E%3C/svg%3E")}.vpi-moon{--icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3a6 6 0 0 0 9 9a9 9 0 1 1-9-9'/%3E%3C/svg%3E")}.theme-switch{position:relative;width:40px;height:24px;border:1px solid var(--color-300);border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:0 4px;cursor:pointer;margin:0;background:var(--bg-color-300) !important;transition:border-color .25s ease}.theme-switch:hover{border-color:var(--primary-color)}.theme-switch .sunmoon{position:absolute;width:18px;height:18px;display:block;transition:opacity .4s ease,transform .4s ease;mask:var(--icon) no-repeat;-webkit-mask:var(--icon) no-repeat;background-color:var(--color-100) !important}.theme-switch .sunmoon{position:absolute;top:3px;left:3px;width:12px;height:12px}.theme-switch .icon{position:relative;display:block;width:18px;height:18px;border-radius:50%;overflow:hidden;background-color:var(--bg-color-100)}.theme-switch .slider{position:absolute;left:2px;width:18px;height:18px;border-radius:50%;transition:transform .4s ease}html[data-theme=dark] .theme-switch .slider{transform:translate(16px)}[data-theme=light] .vpi-sun{opacity:1;transform:rotate(0deg) scale(1)}[data-theme=light] .vpi-moon{opacity:0;transform:rotate(-90deg) scale(0.5)}[data-theme=dark] .vpi-sun{opacity:0;transform:rotate(90deg) scale(0.5)}[data-theme=dark] .vpi-moon{opacity:1;transform:rotate(0deg) scale(1)}blockquote.alert{margin:1em 0;padding:10px;border:none;border-radius:4px;overflow:hidden}blockquote.alert .alert-heading{margin:0;padding:.75em 1em;font-weight:600;font-size:1em;display:flex;align-items:center;gap:.5em}blockquote.alert .alert-heading svg{flex-shrink:0;width:16px;height:16px}blockquote.alert .alert-heading span{flex:1}blockquote.alert .alert-content{padding:.25em 1em .75em 1em}blockquote.alert .alert-content>*:first-child{margin-top:0}blockquote.alert .alert-content>*:last-child{margin-bottom:0}blockquote.alert.alert-note{background:rgba(8,109,221,.1)}blockquote.alert.alert-note .alert-heading{color:#086ddd}blockquote.alert.alert-tip{background:rgba(0,191,165,.1)}blockquote.alert.alert-tip .alert-heading{color:#00bfa5}blockquote.alert.alert-important{background:rgba(130,80,223,.1)}blockquote.alert.alert-important .alert-heading{color:#8250df}blockquote.alert.alert-warning{background:rgba(236,117,0,.1)}blockquote.alert.alert-warning .alert-heading{color:#ec7500}blockquote.alert.alert-caution{background:rgba(233,49,71,.1)}blockquote.alert.alert-caution .alert-heading{color:#e93147}blockquote details.alert{margin:1em 0;padding:0;border:none;border-radius:4px;overflow:hidden}blockquote details.alert summary.alert-heading{margin:0;padding:.75em 1em;font-weight:600;font-size:1em;display:flex;align-items:center;gap:.5em;cursor:pointer;list-style:none;user-select:none;position:relative}blockquote details.alert summary.alert-heading::-webkit-details-marker{display:none}blockquote details.alert summary.alert-heading svg{flex-shrink:0;width:16px;height:16px}blockquote details.alert summary.alert-heading span::after{content:" ▶";font-size:.7em;transition:transform .2s ease;display:inline-block;margin-left:.3em}blockquote details.alert[open] summary.alert-heading span::after{transform:rotate(90deg)}blockquote details.alert .alert-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}blockquote details.alert .alert-content>*{overflow:hidden}blockquote details.alert[open] .alert-content{grid-template-rows:1fr}blockquote details.alert .alert-content>*{padding:0 1em;min-height:0}blockquote details.alert[open] .alert-content>*{padding:.25em 1em .75em 1em}blockquote details.alert .alert-content>*:first-child{margin-top:0}blockquote details.alert .alert-content>*:last-child{margin-bottom:0}blockquote details.alert.alert-note{background:rgba(8,109,221,.1)}blockquote details.alert.alert-note summary.alert-heading{color:#086ddd}blockquote details.alert.alert-tip{background:rgba(0,191,165,.1)}blockquote details.alert.alert-tip summary.alert-heading{color:#00bfa5}blockquote details.alert.alert-important{background:rgba(130,80,223,.1)}blockquote details.alert.alert-important summary.alert-heading{color:#8250df}blockquote details.alert.alert-warning{background:rgba(236,117,0,.1)}blockquote details.alert.alert-warning summary.alert-heading{color:#ec7500}blockquote details.alert.alert-caution{background:rgba(233,49,71,.1)}blockquote details.alert.alert-caution summary.alert-heading{color:#e93147}blockquote:not(.alert){margin:1em 0;padding:.75em 1em;border-left:4px solid #ccc;background:rgba(0,0,0,.05);color:inherit}blockquote:not(.alert) p{margin:0}details.alert{margin:1em 0;padding:0;border:none;border-radius:4px;overflow:hidden}details.alert summary.alert-heading{margin:0;padding:.75em 1em;font-weight:600;font-size:1em;display:flex;align-items:center;gap:.5em;cursor:pointer;list-style:none;user-select:none}details.alert summary.alert-heading::-webkit-details-marker{display:none}details.alert summary.alert-heading svg{flex-shrink:0;width:16px;height:16px}details.alert summary.alert-heading span::after{content:" ▶";font-size:.7em;transition:transform .2s ease;display:inline-block;margin-left:.3em}details.alert[open] summary.alert-heading span::after{transform:rotate(90deg)}details.alert .alert-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}details.alert .alert-content>*{overflow:hidden}details.alert[open] .alert-content{grid-template-rows:1fr}details.alert .alert-content>*{padding:0 1em;min-height:0}details.alert[open] .alert-content>*{padding:.25em 1em .75em 1em}details.alert .alert-content>*:first-child{margin-top:0}details.alert .alert-content>*:last-child{margin-bottom:0}details.alert.alert-note{background:rgba(8,109,221,.1)}details.alert.alert-note summary.alert-heading{color:#086ddd}details.alert.alert-tip{background:rgba(0,191,165,.1)}details.alert.alert-tip summary.alert-heading{color:#00bfa5}details.alert.alert-important{background:rgba(130,80,223,.1)}details.alert.alert-important summary.alert-heading{color:#8250df}details.alert.alert-warning{background:rgba(236,117,0,.1)}details.alert.alert-warning summary.alert-heading{color:#ec7500}details.alert.alert-caution{background:rgba(233,49,71,.1)}details.alert.alert-caution summary.alert-heading{color:#e93147}details.alert.alert-ai{background:rgba(0,255,255,.08)}details.alert.alert-ai summary.alert-heading{color:#00e5ff}

/*# sourceMappingURL=main.css.map */