:root{--background-primary:#121212;--background-secondary:#181818;--background-tertiary:#1f1f1f;--foreground-primary:#e4e4e7;--foreground-secondary:#a1a1aa;--foreground-border:#2a2a2a;--background-primary-rgb:18,18,18;--background-secondary-rgb:24,24,24;--background-tertiary-rgb:31,31,31;--foreground-primary-rgb:228,228,231;--foreground-secondary-rgb:161,161,170;--foreground-border-rgb:42,42,42;--font-family:Inter,sans-serif;--blue:#18488f;--red:#8a1010;--yellow:#a56023;--green:#068606;--purple:#a855f7;--orange:#fb923c;--cyan:#06b6d4;--pink:#ec4899;--blue-dark:#112f5f;--red-dark:#5d0c0c;--yellow-dark:#6f4118;--green-dark:#045e04;--purple-dark:#7c3aed;--orange-dark:#ea580c;--cyan-dark:#0891b2;--pink-dark:#be185d;--blue-light:#6e99d1;--red-light:#e27f7f;--yellow-light:#f2c48f;--green-light:#8ad98a;--purple-light:#c4b5fd;--orange-light:#fed7aa;--cyan-light:#a5f3fc;--pink-light:#fbcfe8;--blue-rgb:24,72,143;--red-rgb:138,16,16;--yellow-rgb:165,96,35;--green-rgb:6,134,6;--purple-rgb:168,85,247;--orange-rgb:251,146,60;--cyan-rgb:6,182,212;--pink-rgb:236,72,153;--blue-dark-rgb:17,47,95;--red-dark-rgb:93,12,12;--yellow-dark-rgb:111,65,24;--green-dark-rgb:4,94,4;--purple-dark-rgb:124,58,237;--orange-dark-rgb:234,88,12;--cyan-dark-rgb:8,145,178;--pink-dark-rgb:190,24,93;--blue-light-rgb:110,153,209;--red-light-rgb:226,127,127;--yellow-light-rgb:242,196,143;--green-light-rgb:138,217,138;--purple-light-rgb:196,181,253;--orange-light-rgb:254,215,170;--cyan-light-rgb:165,243,252;--pink-light-rgb:251,207,232}html{scroll-behavior:smooth;min-height:100%;scroll-padding-top:20%}body{background:var(--background-primary);font-family:var(--font-family);color:var(--foreground-primary);z-index:-1001;background-position-y:bottom;background-repeat:no-repeat;background-size:100%;flex:1;margin:0;position:relative;overflow-x:hidden}main{height:0}.navbar{background:var(--background-secondary);z-index:123435589;border-bottom:var(--foreground-border)2px solid;width:100%;height:50px;transition:all .3s;position:fixed}.navbar-content{padding:10px}.navbar-document-title{color:var(--foreground-secondary);text-overflow:ellipsis;white-space:nowrap;opacity:0;max-width:300px;font-size:.9em;font-weight:500;animation:.3s forwards fadeIn;overflow:hidden}@keyframes fadeIn{to{opacity:1}}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.navbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:0 0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#121212cc}}.navbar-links{float:right;margin:0;padding:0;list-style-type:none}.navbar-links form .input{margin:0}.navbar-links li{display:contents}.content-content li::marker{font-size:larger;font-weight:bolder}@media only screen and (max-width:500px){.navbar-links{display:none}}.content a{color:#38a7fc;text-decoration:none}.content a:visited{color:#a697ea}.content a:hover{text-decoration:underline}.content-header{border:1px solid var(--foreground-border);background:var(--background-tertiary);border-radius:8px;margin-block-start:0;padding:75px 20px 20px}.content-header.with-background{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#0000 50%,#000c 100%);padding-top:125px}.content-header h1{font-size:25px;font-family:var(--font-family)}.content-content h1{font-size:27px;font-family:var(--font-family)}.content-header h3,.content-header h4,.content-content h3,.content-content h4{color:var(--foreground-secondary);font-family:var(--font-family)}.content-header,.content-content h1,h2,h3{margin-block:0 10px}.content{z-index:-1000;border-top:none;min-width:1000px;max-width:50%;margin:auto;padding-bottom:50px;position:relative}@media only screen and (max-width:1000px){.content{max-width:100%;min-width:initial;border:none;margin-left:0;margin-right:0}.content-header h1{font-size:xx-large}}.content-content{color:var(--foreground-primary);background:var(--background-secondary);z-index:2;border-radius:8px;padding:10px 25px 25px;position:relative}.content-content+.content-content{margin-top:10px}.content-content h1,.content-content h2,.content-content h3,.content-content h4,.content-content h5,.content-content h6{font-family:var(--font-family);margin-block-start:1rem}.content-content h1,.content-header h1{margin-bottom:20px;padding-bottom:5px}.content-content h1{border-bottom:2px solid var(--foreground-border)}.site-name{padding:10px}.site-name a{color:var(--foreground-primary);font-size:x-large;font-weight:700;text-decoration:none}.footer{text-align:center;width:100%;padding-bottom:1em;position:absolute;bottom:0}.is-center{text-align:center}.tooltip{display:inline-block;position:relative}.tooltip .tooltiptext{visibility:hidden;background:var(--background-secondary);width:min-content;color:var(--foreground-primary);text-align:center;z-index:1;opacity:0;border-radius:3px;margin-left:-60px;padding:5px;transition:opacity .3s;position:absolute;bottom:125%;left:50%}.tooltip .tooltiptext:after{content:"";border-style:solid;border-width:5px;border-color:var(--foreground-border)transparent transparent transparent;margin-left:-5px;position:absolute;top:100%;left:50%}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.l-box{padding:1em}.form{display:grid}.label{background:var(--background-tertiary);border-radius:4px;margin:2px;padding:4px}.prog-container{background:var(--background-tertiary);margin-top:10px;margin-bottom:10px}.prog-content{background-color:var(--foreground-primary);height:5px}.prog-content-large{background-color:var(--foreground-primary);height:15px}.side-contents{z-index:1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--foreground-border);background:#1a1a1acc;border-radius:8px;width:300px;height:calc(100vh - 110px);margin:60px 10px 10px;padding:20px;position:fixed;top:0;left:5px;overflow-x:hidden}.side-contents>*{margin-bottom:10px}.side-contents a{color:var(--foreground-primary);margin:0;padding:6px;text-decoration:none;transition:filter .4s;display:block}.side-contents a:hover{filter:brightness(130%)}.side-contents a.active{color:var(--background-primary);background-color:var(--foreground-primary);font-weight:700}.side-contents:not(.collapsed)+.content{max-width:none;margin-left:375px}.content{transition:margin .2s}.side-contents.collapsed+.content{margin:auto}@media only screen and (max-width:1300px){.side-contents a{color:var(--foreground-primary);font-size:larger;text-decoration:none;transition:filter .4s;display:block}.side-contents+.content{margin:auto}}.side-contents{transition:transform .2s}.side-contents.collapsed{transform:translate(-120%)}.side-contents.collapsed .Button{display:none}.tag{background:var(--background-tertiary);border:1px solid var(--foreground-border);color:var(--foreground-primary);border-radius:4px;margin:0 3px;padding:2px 7px;font-size:medium}.tag.green{background-color:var(--green)}.tag.yellow{background-color:var(--yellow)}.tag.red{background-color:var(--red)}.content-content img:not(.card-img-bg-proj-full):not(.card-img-bg){border:1px solid var(--foreground-secondary);border-radius:8px;width:100%}.breathing{animation:2.5s ease-in-out infinite breathing}.breathing-fast{animation:1.5s ease-in-out infinite breathing}.callout-heading-note{color:var(--cyan);margin-bottom:.5rem}.callout-heading-info{color:var(--blue);margin-bottom:.5rem}.callout-heading-success{color:var(--green);margin-bottom:.5rem}.callout-heading-warn,.callout-heading-warning{color:var(--orange);margin-bottom:.5rem}.callout-heading-error,.callout-heading-danger{color:var(--red);margin-bottom:.5rem}.callout-heading-tip{color:var(--green-light);margin-bottom:.5rem}.callout-heading-important{color:var(--pink);margin-bottom:.5rem}.callout-heading-question{color:var(--purple);margin-bottom:.5rem}.note,.info{border-left-color:var(--blue)}.success{border-left-color:var(--green)}.warn,.warning{border-left-color:var(--yellow)}.error,.danger{border-left-color:var(--red)}.tip{border-left-color:var(--green-light)}.important{border-left-color:var(--yellow-light)}.question{border-left-color:var(--blue-light)}.note p,.info p,.success p,.warn p,.warning p,.error p,.danger p,.tip p,.important p,.question p{margin:.5rem 0}.note p:first-child,.info p:first-child,.success p:first-child,.warn p:first-child,.warning p:first-child,.error p:first-child,.danger p:first-child,.tip p:first-child,.important p:first-child,.question p:first-child{margin-top:0}.note p:last-child,.info p:last-child,.success p:last-child,.warn p:last-child,.warning p:last-child,.error p:last-child,.danger p:last-child,.tip p:last-child,.important p:last-child,.question p:last-child{margin-bottom:0}.marginless{margin:0}.card{border:1px solid var(--foreground-border);border-radius:4px;height:auto;margin:10px;padding:10px;position:relative;overflow:hidden}.card.has-img-bg{padding-top:60px}.card.background{background:var(--background-tertiary)}.card.background-blur{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009}.card-img-bg-proj-full{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;transition:transform .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 20px,#0000001a 120px,#0000 100%);mask-image:linear-gradient(#000 0 20px,#0000001a 120px,#0000 100%)}.card-img-bg{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;-webkit-mask-image:#000000e6;mask-image:#000000e6;-webkit-mask-image:#000000e6;opacity:.3;transition:transform .4s;position:absolute;inset:0}.card:hover .card-img-bg-proj-full,.card:hover .card-img-bg{transform:scale(1.05)}.card-icon{width:24px;height:24px}.card>:not(.card-img-bg-proj-full):not(.card-img-bg){z-index:1;position:relative}.card ul{margin:0;padding-left:.5cm}.card.color-red{border-left:5px solid var(--red)}.card.color-green{border-left:5px solid var(--green)}.card.color-blue{border-left:5px solid var(--blue)}.card.color-yellow{border-left:5px solid var(--yellow)}.card.color-border{border-left:5px solid var(--foreground-border)}.card .card-header{padding-bottom:.25em;font-weight:700}.card .card-footer{color:var(--foreground-secondary);margin-top:.5em;font-size:.8em}.button{font-family:var(--font-family);background-color:var(--background-tertiary);color:var(--foreground-primary);box-shadow:none;border:1px solid var(--foreground-border);border-radius:4px;outline:none;margin:2px;padding:5px 13px;font-size:medium;text-decoration:none;transition:filter .4s,border-color .4s,background-color .4s;display:inline-block}.button:hover{filter:brightness(130%);cursor:pointer}.button.selected{color:var(--background-primary);background-color:var(--foreground-primary)}.button.primary,.button.danger,.button.warn,.button.confirm{border-color:#0000}.button.primary{background-color:var(--blue)}.button.danger{background-color:var(--red)}.button.warn{background-color:var(--yellow)}.button.confirm{background-color:var(--green)}.button.hollow{border:1px solid var(--foreground-border);background:0 0}.button.borderless{border:none}.button.hollow:hover{border:1px solid var(--foreground-primary)}.button.borderless:hover{border:none}.button[disabled],.button[aria-disabled],.button[disabled]:hover,.button[aria-disabled]:hover{filter:brightness(70%);border:var(--foreground-border)1px solid;cursor:default}.button-container{margin-top:4px;margin-bottom:4px;display:inline-flex}.input{background-color:var(--background-primary);color:var(--foreground-primary);box-shadow:none;border:1px solid var(--foreground-border);border-radius:4px;outline:none;margin:5px;padding:7px;transition:filter .4s,border-color .4s}.input.error{border:1px solid var(--red)}.input:hover,.input:focus{border:1px solid var(--foreground-primary)}.input:hover{filter:brightness(130%)}.input[disabled],.input[aria-disabled],.input[disabled]:hover,.input[aria-disabled]:hover{filter:brightness(70%);border:none}.link{color:#38a7fc;text-decoration:none}.link:visited{color:#a697ea}.link:hover{text-decoration:underline}.link.nocolor{color:var(--foreground-primary);text-decoration:none}.link.nocolor:visited{color:var(--foreground-primary)}.link.nocolor:hover{text-decoration:none}code{background-color:var(--background-primary);border-radius:4px;padding:4px}pre{background-color:var(--background-primary);border-left:5px solid var(--foreground-border);color:var(--foreground-primary);padding:10px}pre code{background-color:var(--background-primary);border-radius:0;padding:0}pre.hljs{border:1px solid var(--foreground-border);border-radius:8px;margin:16px 0;padding:16px;font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;font-size:14px;line-height:1.5;position:relative;overflow-x:auto;background:var(--background-primary)!important}pre.hljs[data-lang]:before{content:attr(data-lang);background:var(--background-tertiary);color:var(--foreground-secondary);text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500;position:absolute;top:8px;right:12px}pre.hljs code{color:var(--foreground-primary);font-family:inherit;background:0 0!important;border-radius:0!important;padding:0!important}code:not(pre code){background-color:var(--background-secondary);color:var(--foreground-primary);border:1px solid var(--foreground-border);border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;font-size:.9em}.hljs{color:var(--foreground-primary)!important;background:var(--background-primary)!important}.hljs-comment,.hljs-quote{font-style:italic;color:var(--foreground-secondary)!important}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:var(--purple)!important}.hljs-string,.hljs-title,.hljs-section,.hljs-attribute,.hljs-literal,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-addition{color:var(--green)!important}.hljs-number,.hljs-symbol,.hljs-bullet,.hljs-variable,.hljs-params{color:var(--blue)!important}.hljs-function,.hljs-class,.hljs-title.class_,.hljs-title.function_{color:var(--yellow)!important}.hljs-attr,.hljs-property{color:var(--cyan)!important}.hljs-deletion{color:var(--red)!important}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}pre.hljs{position:relative}pre.hljs:hover .copy-button{opacity:1}.copy-button{background:var(--background-secondary);border:1px solid var(--foreground-border);color:var(--foreground-primary);cursor:pointer;opacity:0;z-index:1;border-radius:4px;padding:4px 8px;font-size:12px;transition:opacity .2s,background-color .2s;position:absolute;top:8px;right:8px}.copy-button:hover{background:var(--background-tertiary)}.copy-button.copied{background:var(--green-dark);color:#fff}.quote,.alert p,.info p,.warn p,.success p,.error p,.note p,.tip p,.important p,.question p,.danger p,.warning p{border:1px solid;border-radius:4px;padding:.5em 10px;transition:background-color .2s}.quote{border:none;border-left:5px solid}.info p{background-color:rgba(var(--blue-dark-rgb),.5);border-color:var(--blue)}.info p:hover{background-color:rgba(var(--blue-dark-rgb),.7)}.warn p{background-color:rgba(var(--orange-dark-rgb),.5);border-color:var(--orange)}.warn p:hover{background-color:rgba(var(--orange-dark-rgb),.7)}.error p{background-color:rgba(var(--red-dark-rgb),.5);border-color:var(--red)}.error p:hover{background-color:rgba(var(--red-dark-rgb),.7)}.success p{background-color:rgba(var(--green-dark-rgb),.5);border-color:var(--green)}.success p:hover{background-color:rgba(var(--green-dark-rgb),.7)}.note p{background-color:rgba(var(--cyan-dark-rgb),.5);border-color:var(--cyan)}.note p:hover{background-color:rgba(var(--cyan-dark-rgb),.7)}.tip p{background-color:rgba(var(--green-dark-rgb),.5);border-color:var(--green)}.tip p:hover{background-color:rgba(var(--green-dark-rgb),.7)}.important p{background-color:rgba(var(--pink-dark-rgb),.5);border-color:var(--pink)}.important p:hover{background-color:rgba(var(--pink-dark-rgb),.7)}.question p{background-color:rgba(var(--purple-dark-rgb),.5);border-color:var(--purple)}.question p:hover{background-color:rgba(var(--purple-dark-rgb),.7)}.danger p{background-color:rgba(var(--red-dark-rgb),.5);border-color:var(--red)}.danger p:hover{background-color:rgba(var(--red-dark-rgb),.7)}.warning p{background-color:rgba(var(--orange-dark-rgb),.5);border-color:var(--orange)}.warning p:hover{background-color:rgba(var(--orange-dark-rgb),.7)}.table{background-color:var(--background-tertiary);border-collapse:collapse;border:1px solid var(--foreground-border)}.table th,td{border:1px solid var(--foreground-border);padding:5px}.select{background-color:var(--background-tertiary);color:var(--foreground-primary);border:1px solid var(--foreground-border);border-radius:4px;margin:5px;padding:7px}.select option{background-color:var(--background-secondary);color:var(--foreground-primary);border-radius:4px;padding:7px}input[type=checkbox]{opacity:0;cursor:pointer;position:absolute}.checkbox{background-color:var(--background-tertiary);border:2px solid var(--foreground-border);border-radius:4px;width:20px;height:20px;display:inline-block;position:relative}.checkbox:after{content:"";border:solid var(--background-primary);opacity:0;border-width:0 2px 2px 0;width:8px;height:14px;position:absolute;left:5px;transform:rotate(45deg)}input[type=checkbox]:checked~.checkbox{background-color:var(--foreground-primary);border-color:var(--foreground-border)}input[type=checkbox]:checked~.checkbox:after{opacity:1}label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;font-size:16px;display:inline-flex}label span{margin-left:8px}.update-info-box{background:var(--foreground-border);color:var(--foreground-primary);z-index:2;border-radius:6px;min-width:120px;margin-top:11px;margin-left:0;padding:8px 14px;font-size:medium;display:inline-block;position:relative;box-shadow:0 2px 8px #00000014}.update-info-arrow-left{border-left:20px solid #0000;border-right:20px solid #0000;border-bottom:20px solid var(--foreground-border);z-index:3;width:0;height:0;position:absolute;top:-10px;left:12px}.search-container{width:200px;height:100%;margin-right:20px;transition:width .1s;position:absolute}.search-container:has(.search-input:focus){width:450px}.search-container .search-input{width:100%;transition:width .3s}.search-results,.search-loading,.search-error,.search-no-results{background:var(--background-primary);border:1px solid var(--border);z-index:1000;border-top:none;max-height:400px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #00000014}.search-results a{border-bottom:1px solid var(--border);color:inherit;padding:10px;text-decoration:none;transition:background .15s;display:block}.search-results a:hover{background:var(--background-secondary)}.search-loading,.search-error,.search-no-results{color:var(--foreground-secondary);padding:10px}.search-error{color:var(--error)}.sidebar-list{margin:0;padding:0;list-style:none}.sidebar-parent,.sidebar-leaf{margin:0;padding:0}.sidebar-link{color:var(--foreground);cursor:pointer;border-radius:4px;align-items:center;padding:4px 10px;font-size:.98em;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar-link:hover,.sidebar-link:focus{background:var(--background-secondary);color:var(--accent)}.sidebar-parent-link{font-weight:600}.sidebar-leaf-link{font-weight:400}.sidebar-chevron{color:var(--foreground-secondary);margin-left:auto;font-size:.9em}.sidebar-children{border-left:2px solid var(--border);margin:0 0 0 12px;padding:0;list-style:none}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo)")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo)")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.slide-up-enter-active[data-v-f0c03c49],.slide-up-leave-active[data-v-f0c03c49]{transition:all .25s ease-out}.slide-up-enter-from[data-v-f0c03c49]{opacity:0;transform:translateY(30px)}.slide-up-leave-to[data-v-f0c03c49]{opacity:0;transform:translateY(-30px)}.scrollable[data-v-f0c03c49]{scrollbar-gutter:stable both-edges;scrollbar-width:thin;scrollbar-color:#ffffff40 transparent;overflow:auto}[data-v-f0c03c49] .scrollable::-webkit-scrollbar{width:8px;height:8px}[data-v-f0c03c49] .scrollable::-webkit-scrollbar-track{background:0 0}[data-v-f0c03c49] .scrollable::-webkit-scrollbar-thumb{background:linear-gradient(180deg,rgba(var(--blue-rgb),.45),rgba(var(--blue-rgb),.25));background-clip:padding-box;border:2px solid #0000;border-radius:999px}[data-v-f0c03c49] .scrollable::-webkit-scrollbar-thumb:hover{background:#ffffff73}.fade-enter-active[data-v-f0c03c49],.fade-leave-active[data-v-f0c03c49]{transition:opacity .5s}.fade-enter-from[data-v-f0c03c49],.fade-leave-to[data-v-f0c03c49]{opacity:0}.marginless[data-v-f0c03c49]{margin:0}.content-custom[data-v-f0c03c49]{background-color:var(--background-primary);background-image:radial-gradient(circle 750px at 50% -140px,#ffffff47 0,#ffffff1f 40%,#fff0 70%),radial-gradient(circle 750px at 50% 100%,rgba(var(--blue-rgb),.5)0,rgba(var(--blue-rgb),.25)40%,rgba(var(--blue-rgb),0)70%);background-repeat:no-repeat;max-width:1200px;margin:0 auto}.hero[data-v-f0c03c49]{grid-template-columns:1.25fr 1fr;align-items:center;gap:40px;padding-top:110px;padding-bottom:80px;display:grid}.hero-copy h1[data-v-f0c03c49]{letter-spacing:-.02em;margin:0 0 14px;font-size:clamp(28px,5vw,48px);font-weight:400;line-height:1.05}.hero-copy .emph[data-v-f0c03c49]{font-weight:bolder}.hero-copy .sub[data-v-f0c03c49]{color:var(--foreground-secondary);max-width:46ch;margin:0 0 18px;font-size:clamp(14px,2.2vw,18px)}.btn[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:var(--background-tertiary);color:var(--foreground-primary);cursor:default;border-radius:8px;padding:10px 14px;font-weight:600;display:inline-block;box-shadow:inset 0 0 0 1px #ffffff0a}.btn.btn-muted[data-v-f0c03c49]{opacity:.95}.mock-device[data-v-f0c03c49]{filter:drop-shadow(0 8px 20px #0009);place-items:center;display:grid}.device[data-v-f0c03c49]{background:#121212;border:4px solid #0b0b0b;border-radius:12px;width:clamp(300px,36vw,420px);padding:14px;box-shadow:inset 0 0 0 1px #ffffff0f,0 10px 30px #0009}.device-body[data-v-f0c03c49]{grid-template-columns:3fr 1fr;gap:10px;height:clamp(160px,24vw,240px);display:grid}.device-sidebar[data-v-f0c03c49]{grid-template-rows:auto repeat(6,.4fr);gap:8px;display:grid}.sidebar-top[data-v-f0c03c49]{background:rgba(var(--blue-rgb),.3);border:1px solid var(--blue);border-radius:8px;height:56px}.sidebar-item[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:#ffffff14;border-radius:8px}.sidebar-item.selected[data-v-f0c03c49]{border-color:#ffffffe6;box-shadow:inset 0 0 0 1px #ffffff80}.device-row[data-v-f0c03c49]{grid-template-columns:1fr auto;gap:10px;margin-bottom:10px;display:grid}.device-topbar[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:#ffffff0f;border-radius:8px;height:46px}.device-side[data-v-f0c03c49]{align-content:start;gap:8px;display:grid}.dot[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:#ffffff14;border-radius:8px;width:48px;height:10px;display:block}.dot-blue[data-v-f0c03c49]{background:rgba(var(--blue-rgb),.4)}.device-main[data-v-f0c03c49]{grid-template-rows:30% 1fr;gap:10px;height:100%;display:grid}.main-top[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:#ffffff1f;border-radius:8px}.main-bottom[data-v-f0c03c49]{border:1px solid var(--green);background:rgba(var(--green-dark-rgb),.2);border-radius:8px;box-shadow:inset 0 0 0 2px #00000040}.device-stand[data-v-f0c03c49]{filter:blur(.2px);background:#0f0f0f;border-radius:30px;width:42%;height:12px;margin:8px auto 0;box-shadow:inset 0 0 0 1px #ffffff0a}.features[data-v-f0c03c49]{grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:60px 0;display:grid}.graphic-placeholder[data-v-f0c03c49]{border:1px dashed var(--foreground-border);background:linear-gradient(#ffffff08,#ffffff03);border-radius:12px;grid-template-rows:auto 1fr auto;gap:12px;width:100%;height:168px;padding:16px;display:grid}.g-row[data-v-f0c03c49]{gap:8px;display:flex}.g-pill[data-v-f0c03c49]{background:#ffffff14;border-radius:999px;width:140px;height:10px}.g-pill.short[data-v-f0c03c49]{width:80px}.g-chart[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:radial-gradient(120px 60px at 20% 70%,rgba(var(--blue-rgb),.25),transparent 70%),radial-gradient(90px 50px at 60% 40%,rgba(var(--green-rgb),.25),transparent 70%),radial-gradient(70px 40px at 80% 80%,rgba(var(--yellow-rgb),.25),transparent 70%),linear-gradient(180deg,#ffffff08,#ffffff03);border-radius:10px}.g-caption[data-v-f0c03c49]{color:var(--foreground-secondary);text-align:left;font-size:14px}.feature-copy h2[data-v-f0c03c49]{margin:0 0 10px;font-size:clamp(22px,3vw,28px)}.feature-copy p[data-v-f0c03c49]{color:var(--foreground-secondary);max-width:52ch;margin:0}.providers[data-v-f0c03c49]{grid-template-columns:1fr auto;align-items:start;gap:40px;padding:20px 0 90px;display:grid}.provider-copy h2[data-v-f0c03c49]{margin:0 0 10px}.provider-copy p[data-v-f0c03c49]{color:var(--foreground-secondary);max-width:56ch;margin:0}.provider-card[data-v-f0c03c49]{background:var(--background-tertiary);border:1px solid var(--foreground-border);border-radius:12px;width:clamp(260px,30vw,360px);height:176px;padding:12px;overflow-y:hidden}.provider-row[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:#ffffff05;border-radius:10px;justify-content:space-between;align-items:center;margin:8px 0;padding:10px 12px;display:flex}.provider-row .name[data-v-f0c03c49]{font-weight:600}.provider-row.active .status[data-v-f0c03c49]{color:var(--green-light);background:rgba(var(--green-rgb),.12);border:1px solid rgba(var(--green-rgb),.25)}.provider-row .status[data-v-f0c03c49]{border-radius:999px;padding:4px 8px;font-size:12px}.provider-row.warn .status[data-v-f0c03c49]{color:var(--yellow-light);background:rgba(var(--yellow-rgb),.12);border:1px solid rgba(var(--yellow-rgb),.25)}.provider-row .status[data-v-f0c03c49]{color:var(--blue-light);background:rgba(var(--blue-rgb),.12);border:1px solid rgba(var(--blue-rgb),.25)}.provider-row.active[data-v-f0c03c49]{outline:2px solid rgba(var(--green-rgb),.35);background:linear-gradient(180deg,rgba(var(--green-rgb),.08),#ffffff05)}.provider-row.warn[data-v-f0c03c49]{outline:2px solid rgba(var(--yellow-rgb),.35);background:linear-gradient(180deg,rgba(var(--yellow-rgb),.08),#ffffff05)}.tri[data-v-f0c03c49]{gap:40px 30px;padding:60px 0 90px;display:grid}.tri-item[data-v-f0c03c49]{grid-template-columns:repeat(3,auto);gap:12px;display:grid}.tri-graphic[data-v-f0c03c49]{place-items:center;display:grid}.tri-text h2[data-v-f0c03c49]{margin:10px 0 8px;font-size:clamp(22px,3vw,28px)}.tri-text p[data-v-f0c03c49]{color:var(--foreground-secondary);max-width:56ch;margin:0}.q-card[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:var(--background-tertiary);border-radius:12px;width:100%;height:176px;padding:12px;overflow-y:scroll;box-shadow:inset 0 0 0 1px #ffffff0a}.q-header[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:#ffffff0a;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.q-title[data-v-f0c03c49]{font-weight:700;line-height:1.3}.q-head-meta[data-v-f0c03c49]{white-space:nowrap;color:var(--foreground-secondary);flex-direction:column;align-items:flex-end;gap:2px;font-weight:700;display:flex}.q-marks[data-v-f0c03c49]{color:var(--foreground-primary)}.q-list[data-v-f0c03c49]{gap:10px;margin-top:10px;display:grid}.q-item[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:#ffffff05;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.q-left[data-v-f0c03c49]{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.q-meta[data-v-f0c03c49]{color:var(--foreground-secondary);white-space:nowrap;gap:8px;font-weight:600;display:flex}.q-solution[data-v-f0c03c49]{border:1px solid var(--green);background:linear-gradient(180deg,rgba(var(--green-dark-rgb),.22),rgba(var(--green-dark-rgb),.14));border-radius:8px;margin-top:12px}.q-sol-header[data-v-f0c03c49]{padding:10px 12px 4px;font-weight:800}.q-sol-body[data-v-f0c03c49]{padding:0 12px 12px}.q-sol-part[data-v-f0c03c49]{margin:10px 0 6px;font-weight:700}.q-sol-display[data-v-f0c03c49]{text-align:center;color:#ffffffe6;margin:18px 0 6px;font-style:italic}.math[data-v-f0c03c49] .katex{color:var(--foreground-primary);font-size:1rem}.srs-card[data-v-f0c03c49]{background:linear-gradient(180deg,rgba(var(--blue-rgb),.2),rgba(var(--blue-rgb),.08));border:1px solid var(--foreground-border);border-radius:12px;width:100%;height:172px;padding:14px;box-shadow:inset 0 0 0 1px #ffffff0a}.srs-card.neutral[data-v-f0c03c49]{background:linear-gradient(180deg,rgba(var(--background-tertiary-rgb),.9),rgba(var(--background-tertiary-rgb),.1))}.srs-title[data-v-f0c03c49]{margin-bottom:10px;font-size:20px;font-weight:700}.srs-meta[data-v-f0c03c49]{color:var(--foreground-secondary);flex-wrap:wrap;align-items:center;gap:8px;font-size:16px;display:flex}.srs-pill[data-v-f0c03c49]{border:1px solid var(--foreground-border);min-width:34px;height:36px;color:var(--foreground-primary);letter-spacing:.5px;background:#0a0a0a;border-radius:6px;justify-content:center;align-items:center;padding:0 8px;font-weight:800;display:inline-flex}.srs-text[data-v-f0c03c49]{opacity:.9}.srs-progress[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:#ffffff1f;border-radius:999px;height:4px;margin:10px 0 8px;overflow:hidden}.srs-progress-fill[data-v-f0c03c49]{background:var(--blue-light);opacity:.8;width:0%;height:100%}.srs-sub[data-v-f0c03c49]{color:var(--foreground-secondary);margin-bottom:12px;font-size:12px}.srs-choices[data-v-f0c03c49]{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}@media (max-width:600px){.srs-choices[data-v-f0c03c49]{grid-template-columns:repeat(2,1fr)}}.srs-btn[data-v-f0c03c49]{border:1px solid var(--foreground-border);color:var(--foreground-primary);text-align:center;background:#111;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:100%;padding:14px 12px;font-size:15px;font-weight:700;display:flex}.srs-btn span[data-v-f0c03c49]{color:var(--foreground-secondary);font-size:14px;font-weight:600;line-height:1.1;display:block}@media (max-width:1000px){.tri[data-v-f0c03c49]{grid-template-columns:1fr}.tri-item[data-v-f0c03c49]{grid-template-rows:auto auto;grid-template-columns:1fr;gap:12px}.tri-text[data-v-f0c03c49]{grid-row:1}.tri-graphic[data-v-f0c03c49]{grid-row:2}}@media (min-width:1001px){.tri[data-v-f0c03c49]{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);align-items:start}.tri-item[data-v-f0c03c49]{display:contents}.tri-item:first-child .tri-text[data-v-f0c03c49]{grid-area:1/1}.tri-item:first-child .tri-graphic[data-v-f0c03c49]{grid-area:2/1}.tri-item:nth-child(2) .tri-text[data-v-f0c03c49]{grid-area:1/2}.tri-item:nth-child(2) .tri-graphic[data-v-f0c03c49]{grid-area:2/2}.tri-item:nth-child(3) .tri-text[data-v-f0c03c49]{grid-area:1/3}.tri-item:nth-child(3) .tri-graphic[data-v-f0c03c49]{grid-area:2/3}}@media (max-width:1000px){.hero[data-v-f0c03c49]{text-align:left;grid-template-columns:1fr}.mock-device[data-v-f0c03c49]{order:2}.features[data-v-f0c03c49],.providers[data-v-f0c03c49]{grid-template-columns:1fr}.provider-card[data-v-f0c03c49]{width:100%}}.navbar[data-v-f0c03c49]{border-bottom:none}.site-name[data-v-f0c03c49]{font-family:Times New Roman,Georgia,sans-serif,serif}.onboard[data-v-f0c03c49]{background:rgba(var(--background-tertiary-rgb),.5);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--foreground-border);border-radius:16px;grid-template-columns:1fr 1fr;align-items:start;gap:32px;padding:20px;display:grid}.onboard-left h1[data-v-f0c03c49]{margin:0 0 18px}.ob-step[data-v-f0c03c49]{background:var(--background-tertiary);border:1px solid var(--foreground-border);cursor:default;border-radius:10px;grid-template-columns:auto 1fr;gap:14px;margin:14px 0;padding:16px;transition:border-color .2s,box-shadow .2s,background .2s;display:grid}.ob-step[data-v-f0c03c49]:hover,.ob-step.is-active[data-v-f0c03c49],.ob-step[data-v-f0c03c49]:focus{border-color:#fffffff2;outline:none;box-shadow:inset 0 0 0 1px #ffffff4d}.ob-step-index[data-v-f0c03c49]{border:1px solid var(--foreground-border);background:#ffffff0f;border-radius:8px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:800;display:grid}.ob-step-title[data-v-f0c03c49]{font-weight:800}.ob-step-desc[data-v-f0c03c49]{color:var(--foreground-secondary)}.onboard-right[data-v-f0c03c49]{justify-content:center;align-items:center;display:flex}.ob-img[data-v-f0c03c49]{object-fit:contain;width:100%;max-width:60%;height:auto;max-height:min(60vh,520px);display:block}@media (max-width:900px){.onboard[data-v-f0c03c49]{grid-template-columns:1fr}.onboard-right[data-v-f0c03c49]{justify-content:flex-start}.ob-img[data-v-f0c03c49]{max-height:40vh}}
