@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap";form{gap:.3rem}form,form .form-group{flex-direction:column;display:flex}form section .sec-title{color:var(--text-muted);text-transform:uppercase;margin-bottom:10px;font-size:.85rem;display:block}form section .setting-row{justify-content:space-between;align-items:center;margin:5px 0;display:flex}form section .setting-row *{width:auto}form section .setting-row .setting-info{flex-direction:column;display:flex}form section .setting-row .setting-info .setting-description{color:var(--text-muted);font-size:.75rem}form section{border-radius:var(--radius-lg);background:var(--surface-raised-light);margin:5px 0;padding:10px 12px}label{color:var(--text-primary);margin:2px 0 0;padding:0;font-size:.875rem;font-weight:500;display:block}textarea{resize:none;font-family:JetBrains Mono,SF Mono,Fira Code,monospace}input,select,textarea{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-body);background:var(--input-bg);outline:none;margin:0;padding:8px 12px;font-size:.9rem;transition:outline .2s,border-color .2s}input:focus,select:focus,textarea:focus{border-color:var(--primary);background:var(--surface-base);outline:none}input:disabled,select:disabled,textarea:disabled{opacity:.8;cursor:not-allowed}input[type=radio]:focus{box-shadow:none;outline:none}input:-webkit-autofill{background:var(--border);box-shadow:0 0 0 1000px var(--border) inset!important}input:-webkit-autofill:focus{background:var(--border);box-shadow:0 0 0 1000px var(--border) inset!important}input:-webkit-autofill:hover{background:var(--border);box-shadow:0 0 0 1000px var(--border) inset!important}button{border-radius:var(--radius-sm);color:var(--text-body);cursor:pointer;background:0 0;border:none;padding:8px 16px;font-family:Public Sans,Inter,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif}fieldset{margin:auto;padding:10px;margin-top:3%!important}ol,ul{padding-left:22px}img,object{width:auto;max-width:100%;height:auto;max-height:400px;margin-bottom:5px}audio,video{border-radius:var(--radius-sm);background:var(--surface-transparent);width:100%;margin:10px 0;display:block}iframe{border-radius:var(--radius-sm);border:none;max-width:100%;margin:10px 0}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar{background:0 0;width:5px;height:98%}::-webkit-scrollbar-thumb{border-radius:var(--radius-sm)}::-webkit-scrollbar-track{border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb{background:var(--border)}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}table{border-radius:var(--radius-lg);max-width:100%;box-shadow:var(--shadow-xs);border-collapse:collapse;margin:1.5rem 0;font-size:.95rem;overflow:hidden}thead th{color:var(--text-secondary);text-align:left;text-transform:uppercase;letter-spacing:.03em;background-color:var(--border-subtle);padding:.9rem 1rem;font-size:.8rem;font-weight:500}tbody td,thead th{border-bottom:1px solid var(--border)}tbody td{color:var(--text-primary);padding:.5rem 1rem}tbody tr:last-child td{border-bottom:none}tbody tr:nth-child(odd){background-color:var(--surface-transparent-light)}a{color:var(--text-body);text-decoration:none}a:hover{cursor:pointer}pre{border-radius:var(--radius-md);word-break:break-all;background:#292d3e;width:100%;margin:12px 0;display:inline-block}code{color:var(--text-body);background:var(--surface-transparent);border-radius:5px;margin:2px;padding:3px 6px}h1,h2{letter-spacing:-.01em;padding-bottom:10px;font-weight:600;line-height:1.2}h3,h4,h5,h6{margin:10px 0;font-weight:600}h1{margin:15px 0;font-size:1.7rem}h2{border-bottom:1px solid var(--border);margin:25px 0 15px;font-size:1.5em}h3{font-size:1.2em}h4{font-size:1.15em}h5,h6{font-size:1em}hr{width:100%;height:1px;color:var(--border);background-color:var(--border);border:none;margin:2px auto}blockquote{border-left:4px solid var(--primary);border-radius:var(--radius-xs);padding:0 15px}blockquote>:first-child{margin-top:0}blockquote>:last-child{margin-bottom:0}mark{background-color:var(--orange);border-radius:5px;padding:0 2px}p{margin:12px 0}kbd{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);background-color:var(--surface-base);padding:4px 6px;font-family:Inter,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif;font-size:13px;font-weight:400;display:inline-block}*{box-sizing:border-box;margin:0;padding:0}::selection{background-color:var(--selection-color)}body{color:var(--text-body);background:var(--body-fixed);font-feature-settings:"calt","dlig","tnum","case","ccmp","ss06";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:Inter,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif;line-height:1.5;transition:background-color .25s}body.modal-open{touch-action:none;overflow:hidden}.error{color:var(--red);text-align:center;margin:8px 0 4px;font-size:.95rem}.warning-box{border:1px solid var(--orange-border);border-radius:var(--radius-lg);background:var(--orange-bg);gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.warning-box strong{color:var(--orange-dark);margin-bottom:.25rem;display:block}.warning-box p{color:var(--text-body);margin:0;font-size:.85rem}.modal{height:100%;max-height:715px;overflow-y:auto}.modal .footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin:6px 0;padding:6px 0 0}.header-title,.modal .footer{align-items:center;display:flex}.header-title{gap:12px;font-size:18px;font-weight:600}.parent-icon{border-radius:var(--radius-sm);margin-right:10px;padding:6px}.bubble{border:3px solid var(--primary);background:var(--primary-bg);border-radius:50%;width:10px;height:10px;position:absolute;top:4px;right:4px}.page-card{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);gap:16px;margin:8px 4px;padding:20px;display:block}.page-card header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:4px;display:flex}.page-card header h1{margin:10px 0;padding:6px 4px;font-size:20px}@media screen and (width<=768px){.page-card{margin:8px 0;padding:16px}}.page-title{align-items:center;gap:.5rem;font-size:1.7rem;font-weight:700;display:flex}.page-subtitle{color:var(--text-muted);font-size:1rem}tag{border-radius:var(--radius-sm);margin:1px 2px 1px 0;padding:2px 6px;font-size:.8em}tag.primary{color:var(--primary);background:var(--accent-bg)}.hint-wrapper{margin-left:.25rem;display:inline-block;position:relative}.hint-tooltip{z-index:100;border-radius:var(--radius-sm);color:#fff;text-transform:capitalize;white-space:nowrap;background-color:var(--surface-tooltip);box-shadow:var(--shadow-sm);opacity:0;visibility:hidden;pointer-events:none;margin-top:.2rem;padding:.4rem;font-size:.7rem;transition:opacity .15s,visibility 0s linear .5s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.alexandrie-theme{max-width:100%;font-family:Poppins,sans-serif}.alexandrie-theme a{color:var(--primary)}.alexandrie-theme a:hover{text-decoration:underline}.alexandrie-theme p{width:100%}.latex-theme{max-width:100%;font-size:17px;font-family:LMRoman10,serif!important}.latex-theme h1{font-size:1.5em}.latex-theme h2{margin:.5rem 0;font-size:1.3em}.latex-theme h3{margin:.5rem 0;font-size:1.1em}.latex-theme p{width:100%;padding:.5em 0}.latex-theme .header-anchor{display:none}.latex-theme .markdown-container{color:var(--text-body);background-color:#0000;border:none;gap:1rem;margin:.5em 0;padding:0;display:flex}.latex-theme .markdown-container .title{border-right:1px solid var(--text-body);min-width:150px;max-width:170px;color:var(--text-primary);padding:5px 12px;font-size:15px}.latex-theme .markdown-container .title svg{display:none}.latex-theme .markdown-container p{padding:0 .5em}.latex-theme .custom-block{color:var(--text-body);background-color:#0000;border:none;flex-wrap:wrap;margin:2em 0;padding:0;font-size:16px;display:flex}.latex-theme .custom-block .custom-block-title{border-right:1px solid var(--text-body);min-width:150px;max-width:170px;color:var(--text-primary);padding:5px 12px;font-weight:700}.latex-theme .custom-block .custom-block-content{flex:1;padding:0 .5em}.latex-theme .custom-block .custom-block-content p{padding:0 .5em}.latex-theme .katex{font-size:18px}.latex-theme .katex .text{font-size:14px;font-family:Libertinus Math,serif!important}.latex-colored-theme{max-width:100%;font-size:17px;font-family:LMRoman10,serif!important}.latex-colored-theme h1{font-size:1.5em}.latex-colored-theme h2{margin:.5rem 0;font-size:1.3em}.latex-colored-theme h3{margin:.5rem 0;font-size:1.1em}.latex-colored-theme p{width:100%;padding:.5em 0}.latex-colored-theme .header-anchor{display:none}.latex-colored-theme .markdown-container{border-radius:var(--radius-xs);color:var(--text-body);background-color:#0000;gap:1rem;margin:.5em 0;padding:0;display:flex}.latex-colored-theme .markdown-container .title{border-right:1px solid var(--text-body);min-width:150px;max-width:170px;padding:5px 12px;font-size:15px}.latex-colored-theme .markdown-container .title svg{display:none}.latex-colored-theme .markdown-container p{padding:0 .5em}.latex-colored-theme .custom-block{border-radius:var(--radius-xs);color:var(--text-body);border:none;flex-wrap:wrap;margin:2em 0;padding:4px;font-size:16px;display:flex}.latex-colored-theme .custom-block .grey{border-left:4px solid var(--grey);color:var(--grey);background-color:var(--grey-bg-light)}.latex-colored-theme .custom-block.blue{border-left:4px solid var(--blue);color:var(--blue);background-color:var(--blue-bg-light)}.latex-colored-theme .custom-block.green{border-left:4px solid var(--green);color:var(--green);background-color:var(--green-bg-light)}.latex-colored-theme .custom-block.teal{border-left:4px solid var(--teal);color:var(--teal);background-color:var(--teal-bg-light)}.latex-colored-theme .custom-block.yellow{border-left:4px solid var(--yellow);color:var(--yellow);background-color:var(--yellow-bg-light)}.latex-colored-theme .custom-block.orange{border-left:4px solid var(--orange);color:var(--orange);background-color:var(--orange-bg-light)}.latex-colored-theme .custom-block.red{border-left:4px solid var(--red);color:var(--red);background-color:var(--red-bg-light)}.latex-colored-theme .custom-block.purple{border-left:4px solid var(--purple);color:var(--purple);background-color:var(--purple-bg-light)}.latex-colored-theme .custom-block.custom-block.details{border-left:4px solid var(--blue);color:var(--blue);background-color:var(--blue-bg-light)}.latex-colored-theme .custom-block .custom-block-title{border-right:1px solid var(--border);min-width:150px;max-width:170px;padding:5px 12px;font-weight:700}.latex-colored-theme .custom-block .custom-block-content{flex:1;padding:0 .5em}.latex-colored-theme .custom-block .custom-block-content p{padding:0 .5em}.latex-colored-theme .katex{font-size:18px}.latex-colored-theme .katex .text{font-size:14px;font-family:Libertinus Math,serif!important}.modern-theme{max-width:100%;color:var(--text-body);padding:0 .5rem;font-size:16px;font-family:Inter,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif!important}.modern-theme .header-anchor{display:none}.modern-theme{counter-reset:section subsection}.modern-theme.numbering h2:before{content:counter(section,upper-roman) ". ";counter-increment:section}.modern-theme.numbering h3:before{content:counter(subsection,lower-alpha) ". ";counter-increment:subsection}.modern-theme h1{font-size:2rem}.modern-theme h2{counter-reset:subsection;margin-top:2rem;font-size:1.5rem}.modern-theme h3{margin-top:1rem;font-size:1.25rem}.modern-theme p{width:100%;padding:.2em 0}.modern-theme a{color:var(--primary);text-decoration:none;transition:color .15s,opacity .15s}.modern-theme a:hover{text-decoration:underline}.modern-theme code,.modern-theme pre{border-radius:var(--radius-sm);color:var(--text-body);font-size:.95em}.modern-theme pre{overflow-x:auto}.modern-theme blockquote{border-left:4px solid var(--blue);color:var(--text-body);background-color:var(--surface-raised);margin:1.5rem 0;padding-left:1rem}.modern-theme ol,.modern-theme ul{margin:.5em 0;padding-left:1.5rem}.modern-theme ol li,.modern-theme ul li{margin:.3em 0}.modern-theme img{border-radius:var(--radius-md);max-width:100%;margin:1rem 0}.modern-theme table{border-radius:var(--radius-md);border-collapse:collapse;width:100%;margin:1.5em 0;font-size:.95em;overflow:hidden}.modern-theme table td,.modern-theme table th{border-bottom:1px solid var(--border);padding:.75em 1em}.modern-theme table th{text-align:left;font-weight:600}.modern-theme .custom-block{border-radius:var(--radius-xs);color:var(--text-body);font-size:15px}.modern-theme .custom-block *,.modern-theme .custom-block * path{fill:var(--text-body)!important}.modern-theme .custom-block.blue,.modern-theme .custom-block.info{border-left:4px solid var(--blue);background-color:var(--blue-bg-light)}.modern-theme .custom-block.green,.modern-theme .custom-block.success{border-left:4px solid var(--green);background-color:var(--green-bg-light)}.modern-theme .custom-block.warning,.modern-theme .custom-block.yellow{border-left:4px solid var(--yellow);background-color:var(--yellow-bg-light)}.modern-theme .custom-block.danger,.modern-theme .custom-block.red{border-left:4px solid var(--red);background-color:var(--red-bg-light)}.modern-theme .custom-block.teal{border-left:4px solid var(--teal);background-color:var(--teal-bg-light)}.modern-theme .custom-block.purple{border-left:4px solid var(--purple);background-color:var(--purple-bg-light)}.modern-theme .custom-block.grey{border-left:4px solid var(--grey);background-color:var(--grey-bg)}.modern-theme .custom-block .custom-block-title{margin-bottom:.5rem;font-weight:600}.modern-theme .custom-block .custom-block-content p{margin:.5em 0}.modern-theme .katex{font-size:18px}.modern-theme .katex .text{font-size:14px;font-family:Libertinus Math,serif!important}.academic-theme{color:var(--text-body);text-align:justify;counter-reset:section subsection;-webkit-hyphens:auto;hyphens:auto;margin:auto;padding:0 3rem;font-size:18px;line-height:1.85;font-family:Libertinus Serif,Georgia,serif!important}.academic-theme .header-anchor{display:none}@media print{.academic-theme{margin:0;padding:0}}.academic-theme.numbering h2:before{color:var(--text-primary);letter-spacing:normal;content:counter(section,decimal-leading-zero);counter-increment:section;font-size:1.8rem;font-weight:700}.academic-theme.numbering h3:before{color:var(--text-muted);content:counter(section) "." counter(subsection) " ";counter-increment:subsection}.academic-theme h1{border-bottom:2px solid var(--border);text-align:center;letter-spacing:-.03em;margin:0 0 4rem;padding-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.15}.academic-theme h2{text-transform:uppercase;letter-spacing:.25em;counter-reset:subsection;align-items:center;gap:1rem;margin:2rem 0;font-size:.95rem;font-weight:700;display:flex}.academic-theme h3{margin:2.5rem 0 1rem;font-size:1.3rem;font-weight:600}.academic-theme h4{margin:1.5rem 0 .75rem;font-size:1.05rem;font-style:italic;font-weight:600}.academic-theme p{margin:0;padding:0}.academic-theme p+p{text-indent:2em;margin-top:.25em}.academic-theme a{color:inherit;-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary);text-underline-offset:.18em;text-decoration-thickness:2px}.academic-theme ol,.academic-theme ul{margin:1.5rem 0;padding-left:2rem}.academic-theme ol li,.academic-theme ul li{margin:.45rem 0}.academic-theme blockquote{border:none;margin:3rem 2rem;padding:1rem 2rem;font-size:1.05rem;font-style:italic;position:relative}.academic-theme blockquote:before{opacity:.15;content:"“";font-size:5rem;line-height:1;position:absolute;top:-.15em;left:-.25em}.academic-theme code{font-family:JetBrains Mono,SF Mono,Fira Code,monospace;font-size:.9em}.academic-theme pre{border-left:3px solid var(--text-primary);background:0 0;margin:2rem 0;padding:1.25rem;font-size:.9rem;overflow-x:auto}.academic-theme img{border:1px solid var(--border);max-width:100%;margin:3rem auto 1rem;display:block}.academic-theme figure{margin:3rem 0}.academic-theme figcaption{color:var(--text-muted);text-align:center;margin-top:.75rem;font-size:.85rem;font-style:italic}.academic-theme figcaption:before{content:"Figure — ";font-weight:700}.academic-theme table{border-collapse:collapse;width:100%;margin:3rem 0;font-size:.95rem}.academic-theme td,.academic-theme th{border:none;padding:.65rem .8rem}.academic-theme thead tr{border-top:2px solid;border-bottom:1px solid}.academic-theme tbody tr:last-child{border-bottom:2px solid}.academic-theme tbody tr:nth-child(2n){background:#7f7f7f0a}.academic-theme hr{border:none;border-top:1px solid var(--border);width:30%;margin:4rem auto}.academic-theme .markdown-container{color:var(--text-body);gap:1rem;margin:.5em 0;padding:0;display:flex;background-color:#0000!important;border:none!important}.academic-theme .markdown-container .title{border-right:1px solid var(--text-body);min-width:150px;max-width:170px;color:var(--text-primary);padding:5px 12px;font-size:15px}.academic-theme .markdown-container .title svg{display:none}.academic-theme .markdown-container p{padding:0 .5em}.academic-theme .custom-block{color:var(--text-body);background-color:#0000;border:none;flex-wrap:wrap;margin:2em 0;padding:0;font-size:16px;display:flex}.academic-theme .custom-block .custom-block-title{border-right:1px solid var(--text-body);min-width:150px;max-width:170px;color:var(--text-primary);padding:5px 12px;font-weight:700}.academic-theme .custom-block .custom-block-content{flex:1;padding:0 .5em}.academic-theme .custom-block .custom-block-content p{padding:0 .5em}.academic-theme .katex{justify-content:center;font-size:1.15em;display:flex}.academic-theme .katex .text{font-family:Libertinus Math,serif!important}.material-theme{max-width:100%;color:var(--text-body);letter-spacing:.0313em;padding:0 .5rem;font-size:1rem;line-height:1.5;font-family:Roboto,Inter,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif!important}.material-theme .header-anchor{display:none}.material-theme{counter-reset:section subsection}.material-theme.numbering h2:before{color:var(--text-primary);content:counter(section,upper-roman) ". ";counter-increment:section}.material-theme.numbering h3:before{color:var(--text-muted);content:counter(subsection,lower-alpha) ". ";counter-increment:subsection}.material-theme h1{letter-spacing:0;margin:0 0 1.5rem;font-size:2em;font-weight:400;line-height:1.2}.material-theme h2{letter-spacing:0;counter-reset:subsection;margin:2rem 0 .75rem;font-size:1.5em;font-weight:400;line-height:1.3}.material-theme h3{letter-spacing:.0094em;margin:1.5rem 0 .5rem;font-size:1.25em;font-weight:500;line-height:1.4}.material-theme h4{letter-spacing:.0063em;margin:1.25rem 0 .5rem;font-size:1em;font-weight:500}.material-theme p{width:100%;margin:0 0 1rem}.material-theme a{color:var(--primary);text-decoration:none}.material-theme a:hover{text-decoration:underline}.material-theme code{border-radius:var(--radius-sm);letter-spacing:0;background-color:var(--surface-raised);padding:.15em .4em;font-family:JetBrains Mono,SF Mono,Fira Code,monospace;font-size:.875em}.material-theme pre{border-radius:var(--radius-md);background-color:var(--surface-raised);box-shadow:var(--shadow-sm,0 1px 3px #0000001f);margin:1.25rem 0;padding:1rem;line-height:1.5;overflow-x:auto}.material-theme pre code{background-color:#0000;padding:0}.material-theme blockquote{border-left:4px solid var(--primary);border-radius:var(--radius-sm);color:var(--text-muted);background-color:var(--surface-raised);margin:1.25rem 0;padding:.75rem 1rem}.material-theme ol,.material-theme ul{margin:0 0 1rem;padding-left:1.75rem}.material-theme ol li,.material-theme ul li{margin:.35em 0}.material-theme img{border-radius:var(--radius-md);max-width:100%;margin:1.25rem 0}.material-theme hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.material-theme table{border-radius:var(--radius-md);background-color:var(--surface-raised);border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95em;overflow:hidden}.material-theme table td,.material-theme table th{border:none;border-bottom:1px solid var(--border);text-align:left;padding:.75rem 1rem}.material-theme table thead th{letter-spacing:.0063em;font-weight:500}.material-theme table tbody tr:last-child td{border-bottom:none}.material-theme .custom-block{border-left:4px solid var(--grey);border-radius:var(--radius-md);background-color:var(--grey-bg);margin:1.25rem 0;padding:.75rem 1rem}.material-theme .custom-block.blue,.material-theme .custom-block.info{border-left-color:var(--blue);background-color:var(--blue-bg-light)}.material-theme .custom-block.green,.material-theme .custom-block.success{border-left-color:var(--green);background-color:var(--green-bg-light)}.material-theme .custom-block.warning,.material-theme .custom-block.yellow{border-left-color:var(--yellow);background-color:var(--yellow-bg-light)}.material-theme .custom-block.danger,.material-theme .custom-block.red{border-left-color:var(--red);background-color:var(--red-bg-light)}.material-theme .custom-block.teal{border-left-color:var(--teal);background-color:var(--teal-bg-light)}.material-theme .custom-block.purple{border-left-color:var(--purple);background-color:var(--purple-bg-light)}.material-theme .custom-block .custom-block-title{letter-spacing:.0063em;margin-bottom:.25rem;font-weight:500}.material-theme .custom-block .custom-block-content p{margin:.25em 0}.material-theme .katex{font-size:1.05em}.minimal-theme{max-width:100%;color:var(--text-body);padding:0 .5rem;font-size:1.0625rem;line-height:1.75;font-family:Inter,-apple-system,blinkmacsystemfont,Segoe UI,sans-serif!important}.minimal-theme .header-anchor{display:none}.minimal-theme h1,.minimal-theme h2,.minimal-theme h3,.minimal-theme h4{font-weight:600;line-height:1.3}.minimal-theme h1{margin:0 0 1.5rem;font-size:1.75em}.minimal-theme h2{margin:2.5rem 0 .75rem;font-size:1.35em}.minimal-theme h3{margin:1.75rem 0 .5rem;font-size:1.1em}.minimal-theme h4{margin:1.25rem 0 .5rem;font-size:1em}.minimal-theme p{width:100%;margin:0;padding:.45em 0}.minimal-theme a{color:var(--text-body);text-underline-offset:.15em;text-decoration:underline}.minimal-theme a:focus-visible,.minimal-theme a:hover{color:var(--primary)}.minimal-theme code,.minimal-theme pre{color:var(--text-body);font-family:JetBrains Mono,SF Mono,Fira Code,monospace;font-size:.9em}.minimal-theme pre{border-left:1px solid var(--border);background-color:#0000;margin:1.5rem 0;padding:0 0 0 1rem;overflow-x:auto}.minimal-theme blockquote{color:var(--text-muted);border:0;margin:1.75rem 0;padding:0;font-style:italic}.minimal-theme ol,.minimal-theme ul{margin:1rem 0;padding-left:1.5rem}.minimal-theme ol li,.minimal-theme ul li{margin:.35em 0}.minimal-theme img{max-width:100%;margin:1.5rem 0}.minimal-theme hr{border:0;border-top:1px solid var(--border);height:0;margin:2.5rem 0}.minimal-theme table{border-collapse:collapse;width:100%;margin:1.5rem 0;display:block;overflow-x:auto}.minimal-theme table td,.minimal-theme table th{border-bottom:1px solid var(--border);text-align:left;padding:.5em .75em .5em 0}.minimal-theme table th{font-weight:600}.minimal-theme .custom-block{border:0;border-left:1px solid var(--border);color:var(--text-body);background-color:#0000;margin:1.75rem 0;padding:0 0 0 1rem}.minimal-theme .custom-block .custom-block-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .35em;font-size:.8em;font-weight:600}.minimal-theme .custom-block .custom-block-content>:last-child{margin-bottom:0}.markdown-container{border-radius:var(--radius-xs);background-color:var(--surface-raised);margin-top:10px;padding:10px}.markdown-container:has(.blue){border-left:4px solid var(--blue);padding:10px}.markdown-container:has(.red){border-left:4px solid var(--red)}.markdown-container:has(.yellow){border-left:4px solid var(--yellow)}.markdown-container:has(.orange){border-left:4px solid var(--orange)}.markdown-container:has(.teal){border-left:4px solid var(--teal);background-color:var(--surface-raised)}.markdown-container .svg-icon{box-sizing:border-box;color:var(--blue);vertical-align:text-bottom;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;fill:var(--blue);overflow-wrap:break-word;margin-right:8px;font-size:16px;display:inline-block;overflow:visible}.markdown-container .title{background-color:#0000}.markdown-container .red{color:var(--red)}.markdown-container .red .svg-icon{color:var(--red);fill:var(--red)}.markdown-container .teal{color:var(--teal)}.markdown-container .teal .svg-icon{color:var(--teal);fill:var(--teal)}.markdown-container .blue{color:var(--blue)}.markdown-container .blue .svg-icon{color:var(--blue);fill:var(--blue)}.markdown-container .yellow{color:var(--yellow)}.markdown-container .yellow .svg-icon{color:var(--yellow);fill:var(--yellow)}.markdown-container p{margin:0}.custom-block{border-radius:var(--radius-md);color:#ebebeb;border:1px solid #0000;margin-top:10px;margin-bottom:5px;padding:10px 10px 8px;font-size:14px;line-height:24px}.custom-block p{margin:0;padding:0}.custom-block p+p{margin:8px 0}.custom-block a{color:inherit;font-weight:600;text-decoration:underline}.custom-block a:hover{opacity:.6}.custom-block-title{font-weight:700}.checkbox-container{justify-content:flex-start;align-items:center;padding:0;display:flex}.checkbox-container input[type=checkbox]{width:unset;margin-right:8px}.checkbox-container span{vertical-align:middle}.custom-block.details{border-color:var(--blue-border);color:var(--blue);background-color:var(--blue-bg)}.custom-block.details summary{cursor:pointer;margin:0 0 8px;font-weight:700}.custom-block.details summary+p{margin:8px 0}.columns{flex-flow:wrap;justify-content:space-around;display:flex}.columns .column{flex:1;margin:0 10px}.code-block-wrapper{margin:1em 0;position:relative}.code-copy-btn{z-index:5;border:1px solid var(--grey-dark);color:#a0a0a0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#1e1e1eb3;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:6px;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;top:20px;right:8px}.code-copy-btn:hover{color:#fff;border-color:var(--grey);background:#2d2d2de6}.code-copy-btn:active{transform:scale(.92)}.code-copy-btn .btn-icon,.code-copy-btn .btn-icon-success{justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s;display:flex}.code-copy-btn .btn-icon-success{opacity:0;color:var(--green);position:absolute;transform:scale(.5)rotate(-45deg)}.code-copy-btn.copied{border-color:var(--green-border);background:var(--green-bg)}.code-copy-btn.copied .btn-icon{opacity:0;transform:scale(.5)rotate(45deg)}.code-copy-btn.copied .btn-icon-success{opacity:1;transform:scale(1)rotate(0)}.block{border:1px solid var(--border);flex-direction:column;margin:.5rem 0;padding:.5rem;display:flex}.block.card{border-radius:var(--radius-sm)}.block-title{font-weight:600}.block.panel{padding-top:0}.block.panel .block-title{border-bottom:1px solid var(--border);background:var(--surface-raised);margin:0 -.5rem;padding:.5rem 1rem;font-weight:600}.rounded{border-radius:var(--radius-lg)}.rounded .block-title{border-radius:12px 12px 0 0}.shadow{box-shadow:var(--shadow-md)}.bordered{border:1px solid var(--border)}.block.background-base{background:var(--surface-base)}.block.background-raised{background:var(--surface-raised)}.block.background-overlay{background:var(--surface-overlay)}.internal-link{border-radius:var(--radius-sm);color:var(--primary);background:var(--accent-bg);padding:1px 5px;font-weight:500;text-decoration:none}.internal-link:hover{text-decoration:underline}.md-tooltip{display:inline-block;position:relative}.md-tooltip>.hint-tooltip{text-transform:none;white-space:normal;width:max-content;max-width:280px}.md-tooltip:focus-visible>.hint-tooltip,.md-tooltip:hover>.hint-tooltip{opacity:1;visibility:visible;transition-delay:0s}.md-tooltip-text{cursor:help;border-bottom:1px dotted}.md-tooltip-icon{color:#fff;background-color:var(--primary);cursor:help;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.7rem;font-style:normal;font-weight:700;display:inline-flex}.grey,[grey]{border-color:var(--grey-border);color:var(--grey);background-color:var(--grey-bg)}.grey *,.grey * path,[grey] *,[grey] * path{fill:var(--grey)!important}.border-grey{border-color:var(--grey)!important}.blue,[blue]{border-color:var(--blue-border);color:var(--blue);background-color:var(--blue-bg)}.blue *,.blue * path,[blue] *,[blue] * path{fill:var(--blue)!important}.border-blue{border-color:var(--blue)!important}.green,[green]{border-color:var(--green-border);color:var(--green);background-color:var(--green-bg)}.green *,.green * path,[green] *,[green] * path{fill:var(--green)!important}.border-green{border-color:var(--green)!important}.teal,[teal]{border-color:var(--teal-border);color:var(--teal);background-color:var(--teal-bg)}.teal *,.teal * path,[teal] *,[teal] * path{fill:var(--teal)!important}.border-teal{border-color:var(--teal)!important}.yellow,[yellow]{border-color:var(--yellow-border);color:var(--yellow);background-color:var(--yellow-bg)}.yellow *,.yellow * path,[yellow] *,[yellow] * path{fill:var(--yellow)!important}.border-yellow{border-color:var(--yellow)!important}.orange,[orange]{border-color:var(--orange-border);color:var(--orange);background-color:var(--orange-bg)}.orange *,.orange * path,[orange] *,[orange] * path{fill:var(--orange)!important}.border-orange{border-color:var(--orange)!important}.red,[red]{border-color:var(--red-border);color:var(--red);background-color:var(--red-bg)}.red *,.red * path,[red] *,[red] * path{fill:var(--red)!important}.border-red{border-color:var(--red)!important}.purple,[purple]{border-color:var(--purple-border);color:var(--purple);background-color:var(--purple-bg)}.purple *,.purple * path,[purple] *,[purple] * path{fill:var(--purple)!important}.border-purple{border-color:var(--purple)!important}.pink,[pink]{border-color:var(--pink-border);color:var(--pink);background-color:var(--pink-bg)}.pink *,.pink * path,[pink] *,[pink] * path{fill:var(--pink)!important}.border-pink{border-color:var(--pink)!important}.primary{border-color:var(--primary-border);color:var(--primary);background-color:var(--primary-bg)}.primary *,.primary * path{fill:var(--primary)!important}.border-primary{border-color:var(--primary)!important}:root{--backdrop-blur:none;--backdrop-saturate:none;--overlay-backdrop:#00000080;--overlay-light:#0003;--radius-xs:4px;--radius-sm:7px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-xxl:24px;--surface-tooltip:#1f2937;--surface-sheet-radius:16px 16px 0 0;--accent:#0c60d9;--accent-dark:#2c3eb9;--accent-bg:#dde1f8;--accent-border:#dde1f8;--surface-base:#fff;--surface-raised:#f1f6fd;--surface-raised-light:#f4f6f8;--surface-overlay:#e2ebfd;--surface-transparent:#08080808;--surface-transparent-light:#08080805;--input-bg:#fafafa;--body-fixed:var(--surface-base);--text-body:#3c4450;--text-primary:#3d3a3f;--text-primary-light:#3c3b3d;--text-secondary:#62748e;--text-muted:#666;--text-inverse:#030303;--border:#ddd;--border-subtle:#dfe0e585;--border-strong:#c4c6d0;--border-focus:var(--accent);--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 2px 4px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 20px 40px #00000029;--selection-color:#cbd4dd;--grey:#666;--grey-dark:#444;--grey-bg:#efeeea;--grey-bg-light:#fafafa;--grey-border:#ccc;--blue:#007aff;--blue-dark:#0056b3;--blue-bg:#cce0ff;--blue-bg-light:#f3f5fc;--blue-border:#007bff4d;--green:#1c8f59;--green-dark:#007a63;--green-bg:#28a74526;--green-bg-light:#28a7450d;--green-border:#28a7454d;--red:#dd2046;--red-dark:#a70b1b;--red-bg:#dc354526;--red-bg-light:#dc35450d;--red-border:#dc35454d;--yellow:#ffc107;--yellow-dark:#c79100;--yellow-bg:#ffc10726;--yellow-bg-light:#ffc1070d;--yellow-border:#ffc1074d;--orange:#f97300;--orange-dark:#c46200;--orange-bg:#ffc10726;--orange-bg-light:#ffc1070d;--orange-border:#ffc1074d;--teal:#00adb5;--teal-dark:#008f93;--teal-bg:#17a2b833;--teal-bg-light:#17a2b80d;--teal-border:#17a2b840;--purple:#6024ec;--purple-dark:#5a1fdb;--purple-bg:#6f42c133;--purple-bg-light:#6f42c10d;--purple-border:#6f42c140;--pink:#ff204e;--pink-dark:#e00b58;--pink-bg:#ff0e6a33;--pink-bg-light:#ff0e6a0d;--pink-border:#ff0e6a40}.dark-mode{--backdrop-blur:none;--backdrop-saturate:none;--overlay-backdrop:#00000080;--overlay-light:#0003;--radius-xs:4px;--radius-sm:7px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-xxl:24px;--surface-tooltip:#1f2937;--surface-sheet-radius:16px 16px 0 0;--accent:#4a7aff;--accent-dark:#3754b1;--accent-bg:#2c334a;--accent-border:#4a4f5c;--surface-base:#212830;--surface-raised:#262c36;--surface-raised-light:#272d38;--surface-overlay:#2d3443;--surface-transparent:#ffffff0a;--surface-transparent-light:#ffffff05;--input-bg:#1f2937;--body-fixed:var(--surface-base);--text-body:#d1d2d5;--text-primary:#c6cdd6;--text-primary-light:#ccd0d4;--text-secondary:#8a9099;--text-muted:#8a9099;--text-inverse:#f4f4f4;--border:#ffffff1a;--border-subtle:#ffffff0d;--border-strong:#4a4f5c;--border-focus:var(--accent);--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 2px 4px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--shadow-xl:0 20px 40px #00000029;--selection-color:#3b4252;--grey:#bbb;--grey-dark:#888;--grey-bg:#2c2c2c;--grey-bg-light:#fafafa;--grey-border:#ccc;--blue:#339cff;--blue-dark:#0056b3;--blue-bg:#339cff1f;--blue-bg-light:#339cff0d;--blue-border:#339cff40;--green:#00c194;--green-dark:#007a63;--green-bg:#00c19a1f;--green-bg-light:#00c19a0d;--green-border:#00c19a40;--red:#fe3938;--red-dark:#c82333;--red-bg:#3a2535;--red-bg-light:#ff4c5b0d;--red-border:#ff4c5b40;--yellow:#ffc107;--yellow-dark:#c79100;--yellow-bg:#ffc1071f;--yellow-bg-light:#ffc1070d;--yellow-border:#ffc10740;--oranges:#ff7c19;--oranges-dark:#c46200;--oranges-bg:#3b2c31;--oranges-bg-light:#ffae000d;--oranges-border:#ffae0040;--teal:#1cd4d4;--teal-dark:#008f93;--teal-bg:#1cd4d41f;--teal-bg-light:#1cd4d40d;--teal-border:#1cd4d440;--purple:#8e5fff;--purple-dark:#5a1fdb;--purple-bg:#8e5fff1f;--purple-bg-light:#8e5fff0d;--purple-border:#8e5fff40;--pink:#ff4da6;--pink-dark:#e00b58;--pink-bg:#ff4da61f;--pink-bg-light:#ff4da60d;--pink-border:#ff4da640}.glassmorphism{--radius-xs:8px;--radius-sm:10px;--radius-md:16px;--radius-lg:20px;--radius-xl:22px;--radius-xxl:26px;--overlay-backdrop:#00000080;--overlay-light:#0003;--backdrop-blur:blur(2px);--backdrop-saturate:saturate(1.6);--accent-bg:#dde1f8a6;--accent-border:#dde1f8a6;--surface-base:#fff9;--surface-raised:#f1f6fdb3;--surface-overlay:#e2ebfd99;--border:#dfe0e573;--border-subtle:#dfe1e626;--border-strong:#00000026;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001a;--surface-tooltip:#1e1e28cc}.glassmorphism.dark-mode{--accent-bg:#2c334aa6;--accent-border:#4a4f5ca6;--surface-base:#212830a6;--surface-raised:#262c368c;--surface-overlay:#2d344380;--border:#ffffff1f;--border-subtle:#ffffff0f;--border-strong:#ffffff2e;--shadow-sm:0 2px 8px #00000026;--shadow-md:0 4px 16px #0003;--shadow-lg:0 8px 32px #00000040;--overlay-backdrop:#0006;--overlay-light:#0003;--surface-tooltip:#0f1219d9}@media print{:root{--surface-base:#fff;--surface-raised:#f1f6fd;--surface-overlay:#ecf2ff;--selection-color:#e1f2ff;--text-body:#1f2937;--text-primary:#374151;--text-muted:#6b7280;--border:#0000001a;--grey:#666;--grey-bg:#f0f0f0;--blue:#007aff;--blue-bg:#cce0ff;--blue-border:#007bff4d;--green:#009879;--green-bg:#28a74526;--green-border:#28a7454d;--red:#ff204e;--red-bg:#dc354526;--red-border:#dc35454d;--yellow:#f97300;--yellow-bg:#ffc10726;--yellow-border:#ffc1074d;--orange:#f97300;--orange-bg:#ffc10726;--orange-border:#ffc1074d;--teal:#00adb5;--teal-bg:#17a2b833;--teal-border:#17a2b840}:root aside,:root footer,:root header,:root nav{display:none!important}:root .custom-block,:root .markdown-container{-moz-column-break-inside:avoid;break-inside:avoid;border-width:2px;background-color:none!important}:root .no-print{display:none!important}}.actions-row{flex-wrap:wrap;gap:.5rem}.actions-row,.center{align-items:center;display:flex}.center{text-align:center;flex-direction:column;justify-content:center;width:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}@media screen and (width<=1023px){.no-tablet{display:none}}@media screen and (width<=719px){.no-mobile{display:none!important}}@media (width<=768px){.no-mobile{display:none!important}}@media (width<=1024px){.no-tablet{display:none!important}}@media (width>768px){.mobile-only{display:none!important}}pre code.hljs{color:#abb2bf;background:#292d3e;padding:1em;font-family:JetBrains Mono,SF Mono,Fira Code,monospace;font-size:14px;display:block;overflow-x:auto}.hljs{color:#abb2bf}.hljs-comment,.hljs-quote{color:#676e95;font-style:italic}.hljs-punctuation,.hljs-tag{color:#abb2bf}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-name,.hljs-selector-tag{color:#89ddff}.hljs-built_in,.hljs-literal,.hljs-selector-class,.hljs-selector-id,.hljs-type{color:#56b6c2}.hljs-attr,.hljs-attribute{color:#f07178}.hljs-number{color:#d19a66}.hljs-meta .hljs-string,.hljs-string{color:#c3e88d}.hljs-title.function_{color:#61afef}.hljs-title.class_{color:#82aaff}.hljs-variable{color:#e06c75}.hljs-link,.hljs-operator,.hljs-regexp,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-symbol{color:#d19a66}.hljs-section,.hljs-title{color:#61afef;font-weight:600}.hljs-addition{color:#98c379}.hljs-deletion{color:#e06c75}.hljs-bullet,.hljs-code{color:#98c379}.hljs-meta{color:#61afef}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@font-face{font-family:Poppins;font-weight:300;font-style:normal;font-display:swap;src:url(./poppins-v24-latin-300.Dku2WoCh.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:400;font-style:normal;font-display:swap;src:url(./poppins-v24-latin-regular.cpxAROuN.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:400;font-style:italic;font-display:swap;src:url(./poppins-v24-latin-italic.B4GYq972.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:500;font-style:normal;font-display:swap;src:url(./poppins-v24-latin-500.C8OXljZJ.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:500;font-style:italic;font-display:swap;src:url(./poppins-v24-latin-500italic.o28Otv0U.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:600;font-style:normal;font-display:swap;src:url(./poppins-v24-latin-600.zEkxB9Mr.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:600;font-style:italic;font-display:swap;src:url(./poppins-v24-latin-600italic.CZ4wqKBi.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:700;font-style:normal;font-display:swap;src:url(./poppins-v24-latin-700.Qrb0O0WB.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:700;font-style:italic;font-display:swap;src:url(./poppins-v24-latin-700italic.RKf6esGj.woff2)format("woff2")}@font-face{font-family:LMRoman10;font-weight:400;font-style:normal;font-display:swap;src:url(./LMRoman10-Regular.DuifJK42.eot);src:local(LMRoman10-Regular),url(./LMRoman10-Regular.DuifJK42.eot?#iefix)format("embedded-opentype"),url(./LMRoman10-Regular.CamIj3cI.woff2)format("woff2"),url(./LMRoman10-Regular.KJk_LNv2.woff)format("woff"),url(./LMRoman10-Regular.DPVtOt2W.ttf)format("truetype")}@font-face{font-family:LMRoman10;font-weight:400;font-style:italic;font-display:swap;src:url(./LMRoman10-Italic.B3wEtHfl.eot);src:local(LMRoman10-Italic),url(./LMRoman10-Italic.B3wEtHfl.eot?#iefix)format("embedded-opentype"),url(./LMRoman10-Italic.ClkuAEC9.woff2)format("woff2"),url(./LMRoman10-Italic.Bqigjzpq.woff)format("woff"),url(./LMRoman10-Italic.C54eQWaz.ttf)format("truetype")}@font-face{font-family:LMRoman10;font-weight:700;font-style:italic;font-display:swap;src:url(./LMRoman10-BoldItalic.D3B4os32.eot);src:local(LMRoman10-BoldItalic),url(./LMRoman10-BoldItalic.D3B4os32.eot?#iefix)format("embedded-opentype"),url(./LMRoman10-BoldItalic.BqQq-JnH.woff2)format("woff2"),url(./LMRoman10-BoldItalic.BomuJV3m.woff)format("woff"),url(./LMRoman10-BoldItalic.B-nTStaB.ttf)format("truetype")}@font-face{font-family:LMRoman10;font-weight:700;font-style:normal;font-display:swap;src:url(./LMRoman10-Bold.BC0sdFgR.eot);src:local(LMRoman10-Bold),url(./LMRoman10-Bold.BC0sdFgR.eot?#iefix)format("embedded-opentype"),url(./LMRoman10-Bold.DlTbNGbh.woff2)format("woff2"),url(./LMRoman10-Bold.BLUNBMDU.woff)format("woff"),url(./LMRoman10-Bold.CLw-ufHw.ttf)format("truetype")}@font-face{font-family:JetBrains Mono;font-weight:400;font-style:normal;font-display:swap;src:url(./jetbrains-mono-v24-latin-regular.V6pRDFza.woff2)format("woff2")}@font-face{font-family:JetBrains Mono;font-weight:400;font-style:italic;font-display:swap;src:url(./jetbrains-mono-v24-latin-italic.B9rkokqX.woff2)format("woff2")}@font-face{font-family:JetBrains Mono;font-weight:500;font-style:normal;font-display:swap;src:url(./jetbrains-mono-v24-latin-500.BWZEU5yA.woff2)format("woff2")}@font-face{font-family:JetBrains Mono;font-weight:500;font-style:italic;font-display:swap;src:url(./jetbrains-mono-v24-latin-500italic.BAmfUVTg.woff2)format("woff2")}@font-face{font-family:JetBrains Mono;font-weight:600;font-style:normal;font-display:swap;src:url(./jetbrains-mono-v24-latin-600.C8RAYTDA.woff2)format("woff2")}@font-face{font-family:JetBrains Mono;font-weight:600;font-style:italic;font-display:swap;src:url(./jetbrains-mono-v24-latin-600italic.CFgNAVCN.woff2)format("woff2")}.katex-container{max-width:100%;padding:2.5px;display:inline-flex;overflow:auto hidden}.katex-container i{max-width:100%}.katex-display{margin:0!important}@media screen and (width>=1000px){.katex-display>.katex{text-align:left!important;white-space:wrap!important}}.katex{position:relative}pre.mermaid{text-align:center;background:0 0;margin:1rem 0;overflow-x:auto}pre.mermaid svg{max-width:100%}pre.mermaid.mermaid-error{border:1px solid var(--red-border);color:var(--red);text-align:left;white-space:pre-wrap;background:var(--red-bg);padding:.75rem 1rem}.fade-enter-active,.fade-leave-active{transition:opacity .25s}.fade-enter-from,.fade-leave-to{opacity:0}@keyframes cm-slide-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(./KaTeX_AMS-Regular.BQhdFMY1.woff2)format("woff2"),url(./KaTeX_AMS-Regular.DMm9YOAa.woff)format("woff"),url(./KaTeX_AMS-Regular.DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(./KaTeX_Caligraphic-Bold.Dq_IR9rO.woff2)format("woff2"),url(./KaTeX_Caligraphic-Bold.BEiXGLvX.woff)format("woff"),url(./KaTeX_Caligraphic-Bold.ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(./KaTeX_Caligraphic-Regular.Di6jR-x-.woff2)format("woff2"),url(./KaTeX_Caligraphic-Regular.CTRA-rTL.woff)format("woff"),url(./KaTeX_Caligraphic-Regular.wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(./KaTeX_Fraktur-Bold.CL6g_b3V.woff2)format("woff2"),url(./KaTeX_Fraktur-Bold.BsDP51OF.woff)format("woff"),url(./KaTeX_Fraktur-Bold.BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(./KaTeX_Fraktur-Regular.CTYiF6lA.woff2)format("woff2"),url(./KaTeX_Fraktur-Regular.Dxdc4cR9.woff)format("woff"),url(./KaTeX_Fraktur-Regular.CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(./KaTeX_Main-Bold.Cx986IdX.woff2)format("woff2"),url(./KaTeX_Main-Bold.Jm3AIy58.woff)format("woff"),url(./KaTeX_Main-Bold.waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(./KaTeX_Main-BoldItalic.DxDJ3AOS.woff2)format("woff2"),url(./KaTeX_Main-BoldItalic.SpSLRI95.woff)format("woff"),url(./KaTeX_Main-BoldItalic.DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(./KaTeX_Main-Italic.NWA7e6Wa.woff2)format("woff2"),url(./KaTeX_Main-Italic.BMLOBm91.woff)format("woff"),url(./KaTeX_Main-Italic.3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(./KaTeX_Main-Regular.B22Nviop.woff2)format("woff2"),url(./KaTeX_Main-Regular.Dr94JaBh.woff)format("woff"),url(./KaTeX_Main-Regular.ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(./KaTeX_Math-BoldItalic.CZnvNsCZ.woff2)format("woff2"),url(./KaTeX_Math-BoldItalic.iY-2wyZ7.woff)format("woff"),url(./KaTeX_Math-BoldItalic.B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(./KaTeX_Math-Italic.t53AETM-.woff2)format("woff2"),url(./KaTeX_Math-Italic.DA0__PXp.woff)format("woff"),url(./KaTeX_Math-Italic.flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(./KaTeX_SansSerif-Bold.D1sUS0GD.woff2)format("woff2"),url(./KaTeX_SansSerif-Bold.DbIhKOiC.woff)format("woff"),url(./KaTeX_SansSerif-Bold.CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(./KaTeX_SansSerif-Italic.C3H0VqGB.woff2)format("woff2"),url(./KaTeX_SansSerif-Italic.DN2j7dab.woff)format("woff"),url(./KaTeX_SansSerif-Italic.YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(./KaTeX_SansSerif-Regular.DDBCnlJ7.woff2)format("woff2"),url(./KaTeX_SansSerif-Regular.CS6fqUqJ.woff)format("woff"),url(./KaTeX_SansSerif-Regular.BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(./KaTeX_Script-Regular.D3wIWfF6.woff2)format("woff2"),url(./KaTeX_Script-Regular.D5yQViql.woff)format("woff"),url(./KaTeX_Script-Regular.C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(./KaTeX_Size1-Regular.mCD8mA8B.woff2)format("woff2"),url(./KaTeX_Size1-Regular.C195tn64.woff)format("woff"),url(./KaTeX_Size1-Regular.Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(./KaTeX_Size2-Regular.Dy4dx90m.woff2)format("woff2"),url(./KaTeX_Size2-Regular.oD1tc_U0.woff)format("woff"),url(./KaTeX_Size2-Regular.B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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)format("woff2"),url(./KaTeX_Size3-Regular.CTq5MqoE.woff)format("woff"),url(./KaTeX_Size3-Regular.DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(./KaTeX_Size4-Regular.Dl5lxZxV.woff2)format("woff2"),url(./KaTeX_Size4-Regular.BF-4gkZK.woff)format("woff"),url(./KaTeX_Size4-Regular.DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(./KaTeX_Typewriter-Regular.CO6r4hn1.woff2)format("woff2"),url(./KaTeX_Typewriter-Regular.C0xS9mPB.woff)format("woff"),url(./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;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.18.1"}.katex .katex-mathml{clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.katex-newline{display:block}.katex .katex-base{white-space:nowrap;width:min-content;position:relative}.katex .katex-base,.katex .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 .katex-vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .katex-thinbox{flex-direction:row;width:0;max-width:0;display:inline-flex}.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 .katex-hdashline,.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-rule,.katex .katex-underline .underline-line,.katex .mfrac .frac-line{min-height:1px}.katex .mspace{display:inline-block}.katex .katex-smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.katex-inner,.katex .llap>.katex-inner,.katex .rlap>.katex-inner{position:absolute}.katex .clap>.katex-fix,.katex .llap>.katex-fix,.katex .rlap>.katex-fix{display:inline-block}.katex .llap>.katex-inner{right:0}.katex .clap>.katex-inner,.katex .rlap>.katex-inner{left:0}.katex .clap>.katex-inner>span{margin-left:-50%;margin-right:50%}.katex .katex-rule{border:0 solid;display:inline-block;position:relative}.katex .katex-hline,.katex .katex-overline .overline-line,.katex .katex-underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .katex-hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.katex-root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .katex-sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .katex-sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .katex-sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .katex-sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .katex-sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .katex-sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .katex-sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .katex-sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .katex-sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .katex-sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .katex-sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .katex-sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .katex-sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .katex-sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .katex-sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .katex-sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .katex-sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .katex-sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .katex-sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .katex-sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .katex-sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .katex-sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .katex-sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .katex-sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .katex-sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .katex-sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .katex-sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .katex-sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .katex-sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .katex-sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .katex-sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .katex-sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .katex-sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .katex-sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .katex-sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .katex-sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .katex-sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .katex-sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .katex-sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .katex-sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .katex-sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .katex-sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .katex-sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .katex-sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .katex-sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .katex-sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .katex-sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .katex-sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .katex-sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .katex-sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .katex-sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .katex-sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .katex-sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .katex-sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .katex-sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .katex-sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .katex-sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .katex-sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .katex-sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .katex-sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .katex-sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .katex-sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .katex-sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .katex-sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .katex-sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .katex-sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .katex-sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .katex-sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .katex-sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .katex-sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .katex-sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .katex-sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .katex-sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .katex-sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .katex-sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .katex-sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .katex-sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .katex-sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .katex-sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .katex-sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .katex-sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .katex-sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .katex-sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .katex-sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .katex-sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .katex-sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .katex-sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .katex-sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .katex-sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .katex-sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .katex-sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .katex-sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .katex-sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .katex-sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .katex-sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .katex-sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .katex-sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .katex-sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .katex-sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .katex-sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .katex-sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .katex-sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .katex-sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .katex-sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .katex-sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .katex-sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .katex-sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .katex-sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .katex-sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .katex-sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .katex-sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .katex-sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .katex-sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .katex-sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .katex-sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .katex-sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .katex-sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .katex-sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .katex-sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .katex-sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .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 .katex-accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .katex-accent .accent-body{position:relative}.katex .katex-accent .accent-body:not(.accent-full){width:0}.katex .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;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{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}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .katex-stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .katex-stretchy:after,.katex .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 .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>.katex-tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.katex-tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.icon[data-v-8da49782]{pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:flex}.icon use[data-v-8da49782]{fill:currentColor}.icon.xsm[data-v-8da49782]{width:15px;height:15px}.icon.sm[data-v-8da49782]{width:18px;height:18px}.icon.md[data-v-8da49782]{width:22px;height:22px}.icon.lg[data-v-8da49782]{width:25px;height:25px}.icon.xl[data-v-8da49782]{width:28px;height:28px}.icon.xxl[data-v-8da49782]{width:32px;height:32px}.c-icon[data-v-8da49782] svg,.c-icon[data-v-8da49782] svg>*>path{height:min-content;fill:inherit!important}.modal-enter-active[data-v-2dae977f],.modal-leave-active[data-v-2dae977f]{transition:opacity .3s,transform .3s}.modal-enter-from[data-v-2dae977f],.modal-leave-to[data-v-2dae977f]{opacity:0;transform:scale(1.1)}.modal-container[data-v-2dae977f]{border-radius:var(--radius-lg);background-color:var(--surface-base);width:90%;max-width:750px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:var(--backdrop-blur) var(--backdrop-saturate);backdrop-filter:var(--backdrop-blur) var(--backdrop-saturate);margin:auto;font-size:medium;position:relative}.modal-container[data-v-2dae977f]:has(>.full){width:100%;max-width:calc(100vw - 32px);height:100%;max-height:calc(100vh - 20px)}.modal-container:has(>.full) .modal[data-v-2dae977f]{max-height:none}.modal-container[data-v-2dae977f]:has(>.large){width:100%;max-width:95vw;height:100%;max-height:90vh}.modal-container:has(>.large) .modal[data-v-2dae977f]{max-height:none}.modal-container[data-v-2dae977f]:has(>.medium){max-width:1115px}.modal-container[data-v-2dae977f]:has(>.small){max-width:700px}.modal-overlay[data-v-2dae977f]{z-index:1;border-radius:var(--radius-lg);background-color:var(--overlay-light);pointer-events:none;position:absolute;inset:0}.close-btn[data-v-2dae977f]{z-index:1000;background:0 0;position:absolute;top:1rem;right:0}.modal[data-v-2dae977f]{border-radius:var(--radius-md);background-color:var(--surface-base)}.modal-mask[data-v-2dae977f]{background-color:var(--overlay-backdrop);-webkit-backdrop-filter:var(--backdrop-blur) var(--backdrop-saturate);backdrop-filter:var(--backdrop-blur) var(--backdrop-saturate);inset:0}.modal-mask[data-v-2dae977f],.modal-pos[data-v-2dae977f]{display:flex;position:fixed}.modal-pos[data-v-2dae977f]{width:100vw;height:100vh;top:0;left:0}@media screen and (width<=600px){.modal-container[data-v-2dae977f]{flex-direction:column;justify-content:center;width:95%;padding:12px 0;display:flex}.close-btn[data-v-2dae977f]{top:.5rem;right:.5rem}}.context-menu[data-v-8403815d]{z-index:6000;border-radius:var(--radius-lg);background:var(--surface-base);min-width:240px;box-shadow:var(--shadow-lg);position:fixed;overflow:hidden}.context-menu-content[data-v-8403815d]{flex-direction:column;display:flex}.context-backdrop[data-v-8403815d]{z-index:5000;background:0 0;position:fixed;inset:0}:root.dark .context-menu[data-v-8403815d]{box-shadow:var(--shadow-lg)}.mobile-overlay[data-v-8403815d]{z-index:6000;background:var(--overlay-backdrop);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.mobile-sheet[data-v-8403815d]{border-radius:var(--surface-sheet-radius);background:var(--surface-base);flex-direction:column;width:100%;min-height:60vh;max-height:85vh;animation:.3s ease-out slide-up-8403815d;display:flex}@keyframes slide-up-8403815d{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-sheet-header[data-v-8403815d]{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:center;align-items:center;padding:12px 16px 8px;display:flex}.mobile-sheet-header[data-v-8403815d]:active{cursor:grabbing}.mobile-sheet-handle[data-v-8403815d]{border-radius:var(--radius-xs);background:var(--border);width:36px;height:4px;transition:background .2s,width .2s}.mobile-sheet-header:active .mobile-sheet-handle[data-v-8403815d]{background:var(--text-secondary);width:48px}.mobile-sheet-body[data-v-8403815d]{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.mobile-sheet-enter-active[data-v-8403815d],.mobile-sheet-leave-active[data-v-8403815d]{transition:opacity .3s}.mobile-sheet-enter-active .mobile-sheet[data-v-8403815d],.mobile-sheet-leave-active .mobile-sheet[data-v-8403815d]{transition:transform .3s}.mobile-sheet-enter-from[data-v-8403815d],.mobile-sheet-leave-to[data-v-8403815d]{opacity:0}.mobile-sheet-enter-from .mobile-sheet[data-v-8403815d],.mobile-sheet-leave-to .mobile-sheet[data-v-8403815d]{transform:translateY(100%)}.notification-container[data-v-0d2b5f3d]{z-index:1000;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:20px;right:20px}.notification[data-v-0d2b5f3d]{border:1px solid var(--border);background:var(--surface-base);width:380px;box-shadow:var(--shadow-md);align-items:flex-start;gap:12px;padding:14px 16px;position:relative;overflow:hidden}.icon-wrapper[data-v-0d2b5f3d],.notification[data-v-0d2b5f3d]{border-radius:var(--radius-lg);display:flex}.icon-wrapper[data-v-0d2b5f3d]{justify-content:center;align-items:center;width:36px;min-width:36px;height:36px}.icon-wrapper svg[data-v-0d2b5f3d]{width:20px;height:20px}.content[data-v-0d2b5f3d]{text-align:left;flex:1;min-width:0;padding-top:2px}.title[data-v-0d2b5f3d]{color:var(--text-primary);margin:0;font-size:14px;font-weight:600;line-height:1.4}.message[data-v-0d2b5f3d]{margin:4px 0 0;font-size:13px;line-height:1.4}.close-btn[data-v-0d2b5f3d],.message[data-v-0d2b5f3d]{color:var(--text-secondary)}.close-btn[data-v-0d2b5f3d]{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:color .15s,background-color .15s;display:flex}.close-btn svg[data-v-0d2b5f3d]{width:16px;height:16px}.close-btn[data-v-0d2b5f3d]:hover{color:var(--text-body);background:var(--surface-raised)}.progress-bar[data-v-0d2b5f3d]{opacity:.3;transform-origin:0;background:currentColor;width:100%;height:3px;animation:linear forwards shrink-0d2b5f3d;position:absolute;bottom:0;left:0}@keyframes shrink-0d2b5f3d{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.success .icon-wrapper[data-v-0d2b5f3d]{color:var(--green);background:var(--green-bg)}.success .progress-bar[data-v-0d2b5f3d]{background:var(--green)}.error .icon-wrapper[data-v-0d2b5f3d]{color:var(--red);background:var(--red-bg)}.error .progress-bar[data-v-0d2b5f3d]{background:var(--red)}.warning .icon-wrapper[data-v-0d2b5f3d]{color:var(--orange);background:var(--orange-bg)}.warning .progress-bar[data-v-0d2b5f3d]{background:var(--orange)}.info .icon-wrapper[data-v-0d2b5f3d]{color:var(--blue);background:var(--blue-bg)}.info .progress-bar[data-v-0d2b5f3d]{background:var(--blue)}.notification-slide-enter-active[data-v-0d2b5f3d]{transition:opacity .3s cubic-bezier(.21,1.02,.73,1),transform .3s cubic-bezier(.21,1.02,.73,1)}.notification-slide-leave-active[data-v-0d2b5f3d]{transition:opacity .2s cubic-bezier(.06,.71,.55,1),transform .2s cubic-bezier(.06,.71,.55,1)}.notification-slide-enter-from[data-v-0d2b5f3d],.notification-slide-leave-to[data-v-0d2b5f3d]{opacity:0;transform:translate(100%)}.notification-slide-move[data-v-0d2b5f3d]{transition:transform .3s cubic-bezier(.21,1.02,.73,1)}.dark-mode{box-shadow:var(--shadow-md)}#splash-screen[data-v-a8db48d2]{z-index:9999;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at top,#f8f9ff 0,#fff 55%),#fff;justify-content:center;align-items:center;font-family:Inter;transition:opacity .45s,visibility .45s;display:flex;position:fixed;inset:0;overflow:hidden}.background-glow[data-v-a8db48d2]{filter:blur(25px);background:radial-gradient(circle,#3956e71f,#0000 70%);width:420px;height:420px;animation:5s ease-in-out infinite alternate glow-a8db48d2;position:absolute}.splash-content[data-v-a8db48d2]{z-index:2;flex-direction:column;animation:.8s cubic-bezier(.22,.8,.25,1) appear-a8db48d2;position:relative}.logo-card[data-v-a8db48d2],.splash-content[data-v-a8db48d2]{align-items:center;display:flex}.logo-card[data-v-a8db48d2]{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffbf;border:1px solid #ffffffbf;border-radius:36px;justify-content:center;width:170px;height:170px;animation:4s ease-in-out infinite floating-a8db48d2;box-shadow:0 20px 60px #14141e14,inset 0 1px 1px #ffffffe6}.splash-logo[data-v-a8db48d2]{width:128px;height:128px}.splash-title[data-v-a8db48d2]{color:#111827;letter-spacing:-.04em;margin-top:34px;margin-bottom:8px;font-size:2rem;font-weight:700}.splash-subtitle[data-v-a8db48d2]{color:#8d93a6;letter-spacing:.02em;margin:0;font-size:.95rem}#splash-screen.fade-out[data-v-a8db48d2]{opacity:0;visibility:hidden}@keyframes appear-a8db48d2{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:none}}@keyframes floating-a8db48d2{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes glow-a8db48d2{0%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1.08)}}.loading-line[data-v-a8db48d2]{background:#11182714;border-radius:999px;width:48px;height:2px;margin-top:28px;overflow:hidden}.loading-highlight[data-v-a8db48d2]{border-radius:inherit;background:linear-gradient(90deg,#0000,#3956e7,#0000);width:45%;height:100%;animation:1.4s ease-in-out infinite loadingLine-a8db48d2}@keyframes loadingLine-a8db48d2{0%{transform:translate(-170%)}to{transform:translate(170%)}}#app{flex-direction:column;height:100vh;display:flex;overflow:auto scroll}@media print{#app{height:auto;overflow:visible}}.error-container[data-v-944a063d]{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.error-content[data-v-944a063d]{max-width:600px;margin-bottom:20px}.error-code[data-v-944a063d]{color:var(--text-body);margin:0;font-size:96px;font-weight:700}.error-message[data-v-944a063d]{color:var(--text-primary);margin:10px 0;font-size:24px}.error-description[data-v-944a063d]{color:var(--text-secondary);margin-bottom:20px;font-size:16px}.error-button[data-v-944a063d]{border-radius:var(--radius-sm);color:#fff;background-color:var(--primary);padding:10px 20px;text-decoration:none;transition:background-color .3s;display:inline-block}.error-button[data-v-944a063d]:hover{background-color:var(--primary-dark)}.error-illustration[data-v-944a063d]{margin-top:20px}.error-illustration svg[data-v-944a063d]{width:100%;max-width:300px;height:auto}
