.x-markdown-debug-panel{position:fixed;z-index:9999;right:0;background:rgba(0,0,0,.85);border-radius:8px;padding:12px;font-family:SF Mono,Monaco,Inconsolata,Fira Mono,Droid Sans Mono,Source Code Pro,monospace;font-size:12px;color:#fff;width:180px;box-shadow:0 2px 8px rgba(0,0,0,.15);backdrop-filter:blur(8px);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:box-shadow .2s}.x-markdown-debug-panel:hover{box-shadow:0 4px 12px rgba(0,0,0,.25)}.x-markdown-debug-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.x-markdown-debug-row:last-child{margin-bottom:0}.x-markdown-debug-label{color:rgba(255,255,255,.65);font-weight:500;min-width:60px}.x-markdown-debug-value{font-weight:600;min-width:50px;text-align:right}.x-markdown-debug-chart{margin-left:auto}.x-markdown-debug-actions{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.x-markdown-debug-action{flex:1;padding:6px 12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:11px;font-family:inherit;cursor:pointer;transition:all .2s;font-weight:500}.x-markdown-debug-action:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}.x-markdown-debug-action:active{transform:scale(.98)}.x-markdown-debug-record-btn.recording{background:rgba(255,77,79,.2);border-color:#ff4d4f;animation:recording-pulse 1.5s ease-in-out infinite}@keyframes recording-pulse{0%,to{box-shadow:0 0 0 0 rgba(255,77,79,.4)}50%{box-shadow:0 0 0 8px rgba(255,77,79,0)}}.x-markdown-debug-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.x-markdown-debug-modal{background:rgba(30,30,30,.95);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.4);max-width:90vw;max-height:90vh;overflow:auto;animation:slideIn .3s ease-out;border:1px solid rgba(255,255,255,.1)}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.x-markdown-debug-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.x-markdown-debug-close-btn{width:32px;height:32px;border-radius:6px;background:rgba(255,255,255,.1);border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.x-markdown-debug-close-btn:hover{background:rgba(255,77,79,.3)}.x-markdown-debug-modal-content{padding:24px}.x-markdown-debug-stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.x-markdown-debug-stat-item{background:rgba(255,255,255,.05);border-radius:8px;padding:16px;border:1px solid rgba(255,255,255,.1)}.x-markdown-debug-stat-label{font-size:11px;color:rgba(255,255,255,.6);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.x-markdown-debug-stat-value{font-size:20px;font-weight:700;color:#fff}.x-markdown-debug-chart-full{background:rgba(255,255,255,.02);border-radius:8px;border:1px solid rgba(255,255,255,.1)}.x-markdown-debug-chart-full .fps-line,.x-markdown-debug-chart-full .memory-line{filter:drop-shadow(0 0 4px currentColor)}.x-markdown-debug-legend{display:flex;gap:24px;justify-content:center;margin-top:16px}.x-markdown-debug-legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,.8)}.x-markdown-debug-legend-color{width:12px;height:12px;border-radius:2px}@media (max-width:768px){.x-markdown-debug-stats-summary{grid-template-columns:repeat(2,1fr)}}@keyframes x-markdown-fade-in{0%{opacity:0}to{opacity:1}}.x-markdown{--text-color:inherit;--font-size:inherit;--margin-block:0 0 1em 0;--td-th-padding:0.85em 1em;--pre-th-td-padding:2px 0;--border-font-weight:600;--padding-ul-ol:0 0 0 1em;--margin-ul-ol:0 0 1em 1.8em;--margin-li:0.25em 0;--margin-pre:1em 0;--padding-code-inline:0.2em 0.4em;--margin-code-inline:0 0.2em;--code-inline-text:0.85em;--small-border-radius:2px;--image-margin:0.5em 0;--hr-margin:1.5em 0;--table-margin:1em 0;font-size:var(--font-size);line-height:1.5714285714285714;width:100%;color:var(--text-color)}.x-markdown code,.x-markdown div,.x-markdown li,.x-markdown p,.x-markdown pre,.x-markdown span{word-break:break-word;overflow-wrap:break-word}.x-markdown code,.x-markdown pre{white-space:pre-wrap}.x-markdown td,.x-markdown th{padding:var(--td-th-padding)}.x-markdown th{font-weight:var(--border-font-weight)}.x-markdown pre table{box-shadow:none}.x-markdown pre td,.x-markdown pre th{padding:var(--pre-th-td-padding);border:none;text-align:left}.x-markdown p{margin:var(--margin-block)}.x-markdown p:first-child{margin-top:0}.x-markdown p:last-child{margin-bottom:0}.x-markdown ol,.x-markdown ul{margin:var(--margin-ul-ol);padding:var(--padding-ul-ol)}.x-markdown ol:first-child,.x-markdown ul:first-child{margin-top:0}.x-markdown ol:last-child,.x-markdown ul:last-child{margin-bottom:0}.x-markdown ol>li{list-style:decimal}.x-markdown ul>li{list-style:disc}.x-markdown li{margin:var(--margin-li)}.x-markdown li:first-child{margin-top:0}.x-markdown li:last-child{margin-bottom:0}.x-markdown pre{margin:var(--margin-pre);overflow-x:auto}.x-markdown pre:first-child{margin-top:0}.x-markdown pre:last-child{margin-bottom:0}.x-markdown code{padding:var(--padding-code-inline);margin:var(--margin-code-inline);font-size:var(--code-inline-text);border-radius:var(--small-border-radius)}.x-markdown pre code{padding:0;margin:0;font-size:inherit;border-radius:0;line-height:2}.x-markdown img{max-width:100%;height:auto;margin:var(--image-margin)}.x-markdown hr{margin:var(--hr-margin)}.x-markdown table:not(pre){margin:var(--table-margin);border-collapse:collapse;display:block;width:-moz-max-content;width:max-content;max-width:100%;overflow:auto}.x-markdown table:not(pre):first-child{margin-top:0}.x-markdown table:not(pre):last-child{margin-bottom:0}.x-markdown .inline-katex .katex-display{display:inline-block;margin:0;text-align:initial;vertical-align:middle}.x-markdown .inline-katex .katex-display>.katex{display:inline-block;text-align:initial;white-space:normal}.x-markdown .inline-katex .katex-display>.katex>.katex-html{display:inline-block;position:static}.x-markdown .inline-katex .katex-display>.katex>.katex-html>.tag{position:static}.x-markdown-light{--font-size:14px;--primary-color:#3c6eff;--primary-color-hover:#4096ff;--heading-color:#33353b;--text-color:#33353b;--border-color:rgba(240,240,240,1);--line-color:rgba(5,5,5,0.06);--light-bg:rgba(0,0,0,0.04);--table-head-bg:rgba(250,250,250,1);--table-body-bg:rgba(255,255,255,1);--cite-bg:rgba(0,0,0,0.1);--cite-hover-bg:rgba(0,0,0,0.2);--border-radius-middle:6px;--border-radius-small:4px;--td-th-padding:10px 12px;--border-font-weight:600;--margin-block:16px 0 16px 0;--padding-ul-ol:0 0 0 16px;--margin-ul-ol:0 0 16px 28px;--margin-li:0 0 14px 0;--hr-margin:24px 0;--table-margin:0 0 24px 0;--margin-pre:0 0 16px 0;--padding-code:16px}.x-markdown-light h1,.x-markdown-light h2,.x-markdown-light h3,.x-markdown-light h4{color:var(--heading-color);font-weight:var(--border-font-weight);margin:var(--margin-block)}.x-markdown-light h1{font-size:20px;line-height:28px}.x-markdown-light h2{font-size:16px;line-height:24px}.x-markdown-light li,.x-markdown-light p{color:var(--text-color);margin:0}.x-markdown-light li{position:relative}.x-markdown-light li::marker{font-size:16px;font-weight:400;line-height:28px;color:var(--heading-color)}.x-markdown-light ul>li ol>li,.x-markdown-light ul>li ul>li{list-style:circle}.x-markdown-light ul>li ol>li ol>li,.x-markdown-light ul>li ol>li ul>li,.x-markdown-light ul>li ul>li ol>li,.x-markdown-light ul>li ul>li ul>li{list-style:square}.x-markdown-light ol>li ol>li,.x-markdown-light ol>li ul>li{list-style:lower-alpha}.x-markdown-light ol>li ol>li ol>li,.x-markdown-light ol>li ol>li ul>li,.x-markdown-light ol>li ul>li ol>li,.x-markdown-light ol>li ul>li ul>li{list-style:lower-roman}.x-markdown-light hr{border:0;border-top:1px solid var(--line-color);margin:var(--hr-margin)}.x-markdown-light table{border-collapse:collapse;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);margin:var(--table-margin)}.x-markdown-light thead{background-color:#f2f3f5}.x-markdown-light tbody tr{background-color:#ffffff;transition:background-color .2s linear;text-align:left}.x-markdown-light tbody tr:nth-child(2n){background-color:#f7f8fa}.x-markdown-light tbody tr:hover{background-color:#f2f3f5}.x-markdown-light td,.x-markdown-light th{padding:var(--td-th-padding);text-align:left}.x-markdown-light th{color:var(--heading-color)}.x-markdown-light td{color:var(--text-color)}.x-markdown-light blockquote{border-left:4px solid var(--border-color);padding:4px 12px;margin:16px 0;background-color:var(--cite-bg);border-radius:0 var(--border-radius-middle) var(--border-radius-middle) 0;transition:background-color .2s ease}.x-markdown-light blockquote:hover{background-color:var(--cite-hover-bg)}.x-markdown-light pre code:not([class$=-highlightCode-code] pre code){display:block;background:var(--light-bg)!important;padding:var(--padding-code);color:var(--text-color)!important;line-height:1.3;font-size:var(--font-size);border-radius:var(--border-radius-middle);margin:var(--margin-pre)}.x-markdown-light code:not([class$=-highlightCode-code] code):not(pre code){background-color:var(--light-bg)!important;color:var(--text-color)!important;border-radius:var(--border-radius-small);padding:2px 6px;margin-inline:3px;font-size:var(--font-size);border:1px solid var(--border-color)}.x-markdown-light img{max-width:100%}.x-markdown-light a{color:var(--primary-color);text-decoration:none;transition:color .2s ease;position:relative}.x-markdown-light a:hover{color:var(--primary-color-hover);text-decoration:underline}.x-markdown-light a:after{content:"↗";margin-left:4px;vertical-align:super;opacity:.7;font-size:12px}.x-markdown-light.markdown-base-theme{padding-top:1px}.x-markdown-light.markdown-base-theme div{margin-bottom:4px}.x-markdown-light.markdown-base-theme h2{position:relative;padding-left:16px}.x-markdown-light.markdown-base-theme h2:before{content:"";width:4px;height:16px;background:#3c6eff;border-radius:2px;position:absolute;left:0;top:5px}.x-markdown-light.markdown-base-theme table{border-spacing:0;border-collapse:separate;width:100%;max-width:100%;min-width:100%;display:table;border-radius:8px;overflow:auto}.x-markdown-light.markdown-base-theme table tr:first-child th:first-child{border-top-left-radius:8px}.x-markdown-light.markdown-base-theme table tr:first-child th:last-child{border-top-right-radius:8px}.x-markdown-light.markdown-base-theme table tr:last-child td:first-child{border-bottom-left-radius:8px}.x-markdown-light.markdown-base-theme table tr:last-child td:last-child{border-bottom-right-radius:8px}.x-markdown-light.markdown-base-theme table img{background-color:transparent}.markdown-saber-typography{white-space:pre-wrap;font-size:14px;line-height:1.6;color:inherit}.markdown-saber-typography p:not(:first-child){font-size:14px;line-height:1.6;font-weight:400;margin-top:20px}.markdown-saber-typography h1,.markdown-saber-typography h2,.markdown-saber-typography h3,.markdown-saber-typography h4{position:relative;color:inherit;font-style:inherit}.markdown-saber-typography h1:first-child,.markdown-saber-typography h2:first-child,.markdown-saber-typography h3:first-child,.markdown-saber-typography h4:first-child{margin-top:0}.markdown-saber-typography h1{font-size:1.5em;font-weight:700;margin-top:3em}.markdown-saber-typography h2{font-size:1.25em;font-weight:700;margin-top:2.5em}.markdown-saber-typography h3{font-size:1.125em;font-weight:600;margin-top:2em}.markdown-saber-typography h4{font-size:1em;font-weight:600;margin-top:2em}.markdown-saber-typography ol,.markdown-saber-typography ul{margin-top:1.5em;margin-bottom:1.5em;padding-left:1.5em}.markdown-saber-typography ol:first-child,.markdown-saber-typography ul:first-child{margin-top:0}.markdown-saber-typography ol:last-child,.markdown-saber-typography ul:last-child{margin-bottom:0}.markdown-saber-typography ol ol,.markdown-saber-typography ol ul,.markdown-saber-typography ul ol,.markdown-saber-typography ul ul{margin-top:0;margin-bottom:0}.markdown-saber-typography li p{margin-top:0;line-height:1.6}.markdown-saber-typography ol{list-style:decimal}.markdown-saber-typography ol ol{list-style:lower-alpha}.markdown-saber-typography ol ol ol{list-style:lower-roman}.markdown-saber-typography ul{list-style:disc}.markdown-saber-typography ul ul{list-style:circle}.markdown-saber-typography ul ul ul{list-style:square}.markdown-saber-typography blockquote{position:relative;padding-left:1em;padding-top:.375em;padding-bottom:.375em;margin:1.5rem 0}.markdown-saber-typography blockquote p{margin-top:0}.markdown-saber-typography blockquote:before{position:absolute;bottom:0;left:0;top:0;height:100%;width:.25em;background-color:var(--md-blockquote-bar-color);content:"";border-radius:0}.dark .markdown-saber-typography blockquote:before{background-color:var(--md-blockquote-bar-color-dark)}.markdown-saber-typography a{color:var(--md-link-color);text-decoration:underline}.dark .markdown-saber-typography a{color:var(--md-link-color-dark)}.markdown-saber-typography{--md-inline-code-bg-color:var(--tt-gray-light-a-100);--md-inline-code-text-color:var(--tt-gray-light-a-700);--md-inline-code-border-color:var(--tt-gray-light-a-200);--md-codeblock-bg:var(--tt-gray-light-a-50);--md-codeblock-text:var(--tt-gray-light-a-800);--md-codeblock-border:var(--tt-gray-light-a-200);--md-blockquote-bar-color:var(--tt-gray-light-900);--md-link-color:var(--tt-brand-color-500)}.dark .markdown-saber-typography{--md-inline-code-bg-color:var(--tt-gray-dark-a-100);--md-inline-code-text-color:var(--tt-gray-dark-a-700);--md-inline-code-border-color:var(--tt-gray-dark-a-200);--md-codeblock-bg:var(--tt-gray-dark-a-50);--md-codeblock-text:var(--tt-gray-dark-a-800);--md-codeblock-border:var(--tt-gray-dark-a-200);--md-blockquote-bar-color-dark:var(--tt-gray-dark-900);--md-link-color-dark:var(--tt-brand-color-400)}.markdown-saber-typography code{background-color:var(--md-inline-code-bg-color);color:var(--md-inline-code-text-color);border:1px solid var(--md-inline-code-border-color);font-size:.875em;line-height:1.4;border-radius:6px/.375rem;padding:.1em .2em}.markdown-saber-typography pre{background-color:var(--md-codeblock-bg);color:var(--md-codeblock-text);border:1px solid var(--md-codeblock-border);margin-top:1.5em;margin-bottom:1.5em;padding:1em;font-size:1rem;border-radius:6px/.375rem}.markdown-saber-typography pre code{background-color:transparent;border:none;border-radius:0;-webkit-text-fill-color:inherit;color:inherit}