:root{--ui-accent: #2563eb;--ui-accent-hover: #1d4ed8;--ui-accent-soft: #eff6ff;--ui-accent-border: #dbeafe;--ui-text: #1f2937;--ui-text-strong: #374151;--ui-text-muted: #6b7280;--ui-text-faint: #9ca3af;--ui-border: #e5e7eb;--ui-border-soft: #eef1f5;--ui-border-strong: #d1d5db;--ui-border-stronger: #9ca3af;--ui-bg: #f3f5f8;--ui-surface: #ffffff;--ui-surface-soft: #f8fafc;--ui-surface-mute: #f3f4f6;--ui-surface-translucent: rgba(255, 255, 255, .97);--ui-hover: #eef2f7;--ui-shadow: 0 8px 24px rgba(15, 23, 42, .14);--ui-shadow-sm: 0 1px 3px rgba(15, 23, 42, .1);--ui-scrim: rgba(15, 23, 42, .45);--ui-ok: #10b981;--ui-warn: #f59e0b;--ui-toast-bg: #1f2937;--ui-toast-text: #ffffff;color-scheme:light}:root[data-theme=dark]{--ui-accent: #3b82f6;--ui-accent-hover: #60a5fa;--ui-accent-soft: #16233a;--ui-accent-border: #1e3a63;--ui-text: #e6eaf0;--ui-text-strong: #cfd6e0;--ui-text-muted: #98a2b3;--ui-text-faint: #6f7a89;--ui-border: #2a3340;--ui-border-soft: #232a35;--ui-border-strong: #3a4553;--ui-border-stronger: #55616f;--ui-bg: #0d1117;--ui-surface: #161b23;--ui-surface-soft: #1a212b;--ui-surface-mute: #212933;--ui-surface-translucent: rgba(22, 27, 35, .97);--ui-hover: #232c38;--ui-shadow: 0 10px 28px rgba(0, 0, 0, .6);--ui-shadow-sm: 0 1px 3px rgba(0, 0, 0, .5);--ui-scrim: rgba(2, 6, 12, .62);--ui-ok: #34d399;--ui-warn: #fbbf24;--ui-toast-bg: #e6eaf0;--ui-toast-text: #10141b;color-scheme:dark}::view-transition-old(root),::view-transition-new(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:var(--ui-bg);height:100vh;display:flex;flex-direction:column;padding:14px;color:var(--ui-text);transition:background-color .3s ease}#app{display:flex;flex-direction:column;flex:1;min-height:0;gap:10px}.topbar{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:8px 14px;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:10px;min-width:0}.topbar__logo{flex-shrink:0;width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:15px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.topbar__title{flex-shrink:0;font-size:14px;font-weight:600;color:var(--ui-text);white-space:nowrap}.topbar__subtitle{flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:var(--ui-text-muted)}.topbar__spacer{flex:1;min-width:0}.topbar__meta{flex-shrink:0;font-size:11px;color:var(--ui-text-faint);white-space:nowrap}.topbar__actions{flex-shrink:0;display:flex;align-items:center;gap:6px;margin-left:4px}.topbar__gear{flex-shrink:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ui-text-muted);cursor:pointer;transition:background-color .15s ease,color .15s ease}.topbar__gear svg{transition:transform .4s cubic-bezier(.34,1.4,.64,1)}.topbar__gear:hover{background:var(--ui-hover);color:var(--ui-text)}.topbar__gear:hover svg{transform:rotate(45deg)}.topbar__gear.is-open{background:var(--ui-accent-soft);color:var(--ui-accent)}.topbar__gear:focus-visible{outline:2px solid var(--ui-accent);outline-offset:1px}.panel-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.panel-action{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;font-size:12px;font-weight:500;line-height:1.2;border:none;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.panel-action:disabled{opacity:.55;cursor:default}.panel-action--icon{padding:0;width:26px;height:26px;font-size:14px}.btn-label{margin-left:4px}.file-input{display:none}.btn-primary{background:var(--ui-accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--ui-accent-hover)}.panel-action--secondary{background:var(--ui-surface);color:var(--ui-text-strong);border:1px solid var(--ui-border-strong)}.panel-action--secondary:hover:not(:disabled){background:var(--ui-surface-mute);border-color:var(--ui-border-stronger);color:var(--ui-text)}.btn-more{background:transparent;color:var(--ui-text-muted);border:1px solid transparent;font-size:16px;line-height:1}.btn-more:hover:not(:disabled){background:var(--ui-hover);color:var(--ui-text)}.shot-menu{position:relative;display:inline-flex;flex-shrink:0}.shot-menu__list{position:fixed;z-index:1200;min-width:190px;max-height:calc(100vh - 16px);overflow-y:auto;padding:4px;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:8px;box-shadow:var(--ui-shadow);display:flex;flex-direction:column}.shot-menu__item{display:flex;flex-direction:column;align-items:flex-start;gap:1px;width:100%;padding:7px 10px;border:none;border-radius:6px;background:transparent;cursor:pointer;text-align:left;transition:background-color .12s ease}.shot-menu__item:hover{background:var(--ui-hover)}.shot-menu__label{font-size:13px;font-weight:600;color:var(--ui-text-strong)}.shot-menu__hint{font-size:11px;color:var(--ui-text-muted);white-space:nowrap}.shot-menu__divider{height:1px;margin:4px 6px;background:var(--ui-border-soft)}.menu-pop-enter-active,.menu-pop-leave-active{transition:opacity .13s ease,transform .13s ease}.menu-pop-enter-from,.menu-pop-leave-to{opacity:0;transform:translateY(-4px)}.container{display:flex;flex:1;gap:0;min-height:0}.panel{flex-grow:0;flex-shrink:0;min-width:0;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;position:relative;container-type:inline-size}.panel-header{padding:9px 14px;background:var(--ui-surface-soft);border-bottom:1px solid var(--ui-border);font-size:13px;font-weight:600;color:var(--ui-text-strong);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:10px;min-width:0}.panel-title{display:inline-flex;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-dot{flex-shrink:0;width:6px;height:6px;margin-right:7px;border-radius:50%;background:var(--ui-ok)}.panel-badge{flex-shrink:0;font-weight:500;color:var(--ui-text-muted);font-size:12px;white-space:nowrap}@container (max-width: 440px){.panel-action{padding:4px 8px;font-size:11px}.panel-action--icon{width:22px;height:22px;font-size:12px}.panel-header{padding-left:10px;padding-right:10px;gap:6px}}@container (max-width: 340px){.panel-title{display:none}.panel-actions{width:100%;justify-content:flex-end}}@container (max-width: 290px){.panel-action .btn-label{display:none}.panel-action{padding:0;width:26px;height:26px;flex-shrink:0}.panel-action--secondary{border-color:transparent;background:transparent}.panel-action--secondary:hover:not(:disabled){background:var(--ui-hover);border-color:transparent}}@container (max-width: 240px){.panel-actions{gap:4px}.panel-action{width:22px;height:22px;font-size:12px}.panel-action--icon{width:20px;height:20px;font-size:11px}}.panel-body{flex:1;overflow:auto;padding:18px}.preview-veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--ui-surface);cursor:default}.preview-veil__spinner{width:22px;height:22px;border-radius:50%;border:2px solid var(--ui-border);border-top-color:var(--ui-accent);animation:veil-spin .7s linear infinite}@keyframes veil-spin{to{transform:rotate(360deg)}}.preview-veil__text{font-size:12px;font-weight:500;color:var(--ui-text-muted)}.veil-pop-enter-active,.veil-pop-leave-active{transition:opacity .16s ease}.veil-pop-enter-from,.veil-pop-leave-to{opacity:0}@media(prefers-reduced-motion:reduce){.preview-veil__spinner{animation:none}}.markdown-input{width:100%;height:100%;border:none;outline:none;resize:none;font-family:Consolas,Monaco,monospace;font-size:14px;line-height:1.8;color:var(--ui-text);background:transparent}.markdown-input::placeholder{color:var(--ui-text-faint)}.markdown-input[readonly]{opacity:.82}.status-bar{flex-shrink:0;padding:7px 14px;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:10px;font-size:12px;color:var(--ui-text-muted);display:flex;align-items:center;gap:14px;flex-wrap:wrap}.status-bar__left{display:flex;align-items:center;gap:7px;min-width:0}.status-dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:var(--ui-ok)}.status-bar.is-warning .status-dot{background:var(--ui-warn)}.status-bar__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ui-text-strong);font-weight:500}.status-bar__privacy{display:flex;align-items:center;gap:4px;color:var(--ui-ok);white-space:nowrap;flex-shrink:0}.status-bar__spacer{flex:1;min-width:0}.toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%) translateY(100px);background:var(--ui-toast-bg);color:var(--ui-toast-text);padding:12px 30px;border-radius:8px;font-size:14px;opacity:0;transition:all .4s ease;pointer-events:none;z-index:1300}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.toast.success{background:var(--ui-ok);color:#fff}.toast.warning{background:var(--ui-warn);color:#fff}.preview{font-size:15px;line-height:1.8;color:#1f2937}.preview h1,.preview h2,.preview h3,.preview h4,.preview h5,.preview h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.preview h1{font-size:2em;border-bottom:1px solid #e5e7eb;padding-bottom:.3em}.preview h2{font-size:1.5em;border-bottom:1px solid #e5e7eb;padding-bottom:.3em}.preview h3{font-size:1.25em}.preview h4{font-size:1em}.preview h5{font-size:.875em}.preview h6{font-size:.85em;color:#6b7280}.preview p{margin:0 0 16px}.preview ul,.preview ol{margin:0 0 16px 24px;padding:0}.preview li{margin:4px 0}.preview blockquote{margin:0 0 16px;padding:0 16px;border-left:4px solid #d1d5db;color:#6b7280}.preview code{background:#eef2f6;padding:2px 6px;border-radius:4px;font-size:85%;font-family:Consolas,Monaco,monospace;color:#d73a49}.preview pre{background:#f6f8fa;border:1px solid #e1e4e8;padding:16px;border-radius:8px;overflow:auto;margin:0 0 16px}.preview pre code{background:transparent;padding:0;color:#24292e;font-size:13px}.preview pre code.hljs{background:transparent;padding:0;display:block;overflow:visible}.preview table{border-collapse:collapse;width:100%;margin:0 0 16px}.preview th,.preview td{border:1px solid #d1d5db;padding:8px 12px;text-align:left}.preview th{background:#f3f4f6;font-weight:600}.preview img{max-width:100%;border-radius:4px}.preview hr{border:none;border-top:2px solid #e5e7eb;margin:24px 0}.preview .preview-empty{color:#9ca3af;text-align:center;margin-top:40px}.preview .preview-empty .hint{font-size:13px}.preview .preview-error{color:#ef4444}.preview .preview-notice{color:#6b7280;font-size:13px;background:#f3f4f6;border-left:3px solid #9ca3af;padding:8px 12px;margin:0 0 12px;border-radius:0 4px 4px 0}.preview .preview-plain{white-space:pre-wrap;word-break:break-word;font-family:var(--ui-font-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);font-size:13px;line-height:1.6;margin:0}.preview[data-scheme=dark]{color:#d6dee9}.preview[data-scheme=dark] h1,.preview[data-scheme=dark] h2{border-bottom-color:#2c3542}.preview[data-scheme=dark] h6{color:#8a95a5}.preview[data-scheme=dark] blockquote{border-left-color:#3c4653;color:#8a95a5}.preview[data-scheme=dark] code{background:#222b36;color:#ff7b72}.preview[data-scheme=dark] pre{background:#11161d;border-color:#2b3441}.preview[data-scheme=dark] pre code{color:#d6dee9}.preview[data-scheme=dark] th,.preview[data-scheme=dark] td{border-color:#2f3844}.preview[data-scheme=dark] th{background:#1b222c}.preview[data-scheme=dark] hr{border-top-color:#2c3542}.preview[data-scheme=dark] a{color:#58a6ff}.preview[data-scheme=dark] .preview-empty{color:#6b7684}.preview[data-scheme=dark] .preview-error{color:#f87171}.preview[data-scheme=dark] .preview-notice{color:#9aa4b1;background:#21262d;border-left-color:#6b7684}.md-math--block{display:block;margin:16px 0;padding:12px 16px;background:#f8fafc;border:1px solid #e8edf3;border-radius:8px;overflow-x:auto;overflow-y:hidden;text-align:center}.md-math:not(.md-math--block){white-space:nowrap}.md-math--block .katex-display{margin:0}.md-math.is-failed{color:#b91c1c;font-family:Consolas,Monaco,Courier New,monospace;font-size:13px;white-space:pre-wrap;text-align:left}.md-mermaid{display:block;margin:16px 0;background:#fff;border:1px solid #e8edf3;border-radius:8px;overflow:hidden;text-align:left}.md-mermaid__chrome{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;padding:6px 8px;background:#f7f8fa;border-bottom:1px solid #e8edf3;color:#57606a;font-size:12px;line-height:1.4;-webkit-user-select:none;user-select:none}.md-mermaid__tabs{display:inline-flex;gap:2px;padding:2px;background:#eceff3;border-radius:7px}.md-mermaid__tab{padding:3px 12px;border:none;border-radius:5px;background:transparent;color:#57606a;font:inherit;font-size:12px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.md-mermaid__tab:hover{color:#1f2328}.md-mermaid__tab.is-active{background:#fff;color:#1f2328;font-weight:600;box-shadow:0 1px 2px #0f172a1f}.md-mermaid__tools{display:flex;align-items:center;gap:2px;flex-wrap:wrap}.md-mermaid__tool{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border:none;border-radius:6px;background:transparent;color:#57606a;font:inherit;font-size:12px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.md-mermaid__tool:hover:not(:disabled){background:#e9edf2;color:#1f2328}.md-mermaid__tool:disabled{opacity:.38;cursor:default}.md-mermaid__tool--icon{padding:3px 7px;font-size:14px;line-height:1}.md-mermaid__zoom{min-width:46px;justify-content:center;font-variant-numeric:tabular-nums}.md-mermaid__divider{width:1px;height:14px;margin:0 2px;background:#dfe3e8}.md-mermaid__tool:focus-visible,.md-mermaid__tab:focus-visible,.md-mermaid__menu button:focus-visible,.md-mermaid-fs button:focus-visible{outline:2px solid var(--ui-accent);outline-offset:1px}.md-mermaid__menu-wrap{position:relative;display:inline-flex}.md-mermaid__menu{position:absolute;top:calc(100% + 4px);right:0;z-index:20;min-width:148px;padding:4px;background:#fff;border:1px solid #e1e4e8;border-radius:8px;box-shadow:0 8px 20px #0f172a24}.md-mermaid__menu button{display:block;width:100%;padding:6px 10px;border:none;border-radius:6px;background:transparent;color:#24292e;font:inherit;font-size:12px;text-align:left;white-space:nowrap;cursor:pointer}.md-mermaid__menu button:hover{background:#f3f5f8}.md-mermaid__chart{position:relative;padding:12px;overflow:hidden;min-height:56px}.md-mermaid__chart.is-pannable,.md-mermaid-fs__stage.is-pannable{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.md-mermaid__chart.is-dragging,.md-mermaid-fs__stage.is-dragging{cursor:grabbing}.md-mermaid__canvas{transform-origin:center center;will-change:transform}.md-mermaid svg{display:block;margin:0 auto;max-width:100%;height:auto}.md-mermaid__tip{padding:0 12px 10px;color:#98a1ab;font-size:11px;text-align:center;-webkit-user-select:none;user-select:none}.preview .md-mermaid__code{margin:0;padding:12px 16px;border:none;border-top:1px solid #e8edf3;border-radius:0;background:#f8fafc;max-height:460px;overflow:auto}.preview .md-mermaid__code code{color:#383a42}.md-mermaid__code .hljs-comment{color:#a0a1a7;font-style:italic}.md-mermaid__code .hljs-keyword{color:#a626a4}.md-mermaid__code .hljs-title{color:#4078f2}.md-mermaid__code .hljs-string{color:#50a14f}.md-mermaid__code .hljs-number{color:#986801}.md-mermaid__code .hljs-literal{color:#0184bc}.md-mermaid__code .hljs-symbol{color:#e45649}.md-mermaid__code .hljs-attr{color:#c18401}.md-mermaid__code .hljs-meta{color:#986801}.md-mermaid__loading{padding:28px 12px;background:#f8fafc;color:#94a3b8;font-size:13px;text-align:center}.md-mermaid.is-error{background:#fff7f7;border-color:#fecaca}.md-mermaid__error{padding:12px 16px;color:#b91c1c;font-size:13px;line-height:1.6}.md-mermaid.is-pending{background:#f8fafc}.md-mermaid__pending-tip{padding:10px 16px 0;color:#94a3b8;font-size:12px}.md-mermaid.is-pending pre{margin:12px 16px 16px}.md-mermaid-fs{width:min(96vw,1400px);height:min(92vh,1000px);padding:0;border:none;border-radius:12px;background:#fff;color:#1f2328;overflow:hidden;box-shadow:0 24px 60px #0f172a52}.md-mermaid-fs::backdrop{background:#0f172a9e}.md-mermaid-fs__bar{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;padding:8px 10px;border-bottom:1px solid #e8edf3;background:#f7f8fa}.md-mermaid-fs__title{padding-left:4px;color:#57606a;font-size:13px;font-weight:600}.md-mermaid-fs__tools{display:flex;align-items:center;gap:2px;flex-wrap:wrap}.md-mermaid-fs__stage{display:flex;align-items:center;justify-content:center;height:calc(100% - 46px);padding:16px;overflow:hidden}.md-mermaid-fs__stage .md-mermaid__canvas{max-width:100%;max-height:100%}.md-mermaid-fs__stage svg{max-width:100%;max-height:100%}.md-toc{margin:16px 0;padding:12px 16px;background:#f8fafc;border:1px solid #e8edf3;border-left:3px solid #a5b4fc;border-radius:8px;font-size:14px}.md-toc ol{margin:0;padding:0;list-style:none}.md-toc__item{margin:6px 0;line-height:1.6}.md-toc__item--l2{padding-left:18px;font-size:13px}.md-toc__item--l3{padding-left:36px;font-size:13px}.md-toc__item--l4{padding-left:54px;font-size:12px}.md-toc__item--l2 a,.md-toc__item--l3 a,.md-toc__item--l4 a{color:#4b5563}.md-toc a{color:#1f2937;text-decoration:none}.md-toc a:hover{text-decoration:underline}.preview h1[id],.preview h2[id],.preview h3[id],.preview h4[id]{scroll-margin-top:12px}.md-callout{margin:16px 0;padding:12px 16px;border-radius:8px;border-left-width:4px;border-left-style:solid}.md-callout__title{margin-bottom:4px;font-weight:600;font-size:14px;line-height:1.5}.md-callout__body>:first-child{margin-top:0}.md-callout__body>:last-child{margin-bottom:0}.md-callout__title:before{margin-right:6px}.md-callout--note{background:#eff6ff;border-left-color:#3b82f6}.md-callout--note .md-callout__title{color:#1d4ed8}.md-callout--note .md-callout__title:before{content:"ℹ️"}.md-callout--tip{background:#ecfdf5;border-left-color:#10b981}.md-callout--tip .md-callout__title{color:#047857}.md-callout--tip .md-callout__title:before{content:"💡"}.md-callout--important{background:#f5f3ff;border-left-color:#8b5cf6}.md-callout--important .md-callout__title{color:#6d28d9}.md-callout--important .md-callout__title:before{content:"📌"}.md-callout--warning{background:#fffbeb;border-left-color:#f59e0b}.md-callout--warning .md-callout__title{color:#b45309}.md-callout--warning .md-callout__title:before{content:"⚠️"}.md-callout--caution{background:#fef2f2;border-left-color:#ef4444}.md-callout--caution .md-callout__title{color:#b91c1c}.md-callout--caution .md-callout__title:before{content:"🛑"}.md-mark{padding:0 2px;background:#fff3bf;border-radius:3px;color:inherit}.md-fn-ref a{color:#2563eb;text-decoration:none;font-size:12px}.md-fn{margin-top:28px;padding-top:12px;border-top:1px solid #e8edf3;font-size:13px;color:#6b7280}.md-fn ol{margin:0;padding-left:20px}.md-fn li{margin:4px 0;line-height:1.7}.md-fn-num{font-weight:600}.md-fn-back{color:#9ca3af;text-decoration:none}.preview.is-md-exporting .md-mermaid__chrome,.preview.is-md-exporting .md-mermaid__tip{display:none}.preview.is-md-exporting .md-mermaid__canvas{transform:none!important}.preview.is-md-exporting .md-mermaid__code{max-height:none;overflow:visible}.preview[data-scheme=dark] .md-math--block{background:#11161d;border-color:#2b3441}.preview[data-scheme=dark] .md-math.is-failed{color:#ff7b72}.preview[data-scheme=dark] .md-mermaid{border-color:#cbd5e1}.preview[data-scheme=dark] .md-toc{background:#11161d;border-color:#2b3441;border-left-color:#4c5a80}.preview[data-scheme=dark] .md-toc a,.preview[data-scheme=dark] .md-toc__item--l2 a,.preview[data-scheme=dark] .md-toc__item--l3 a,.preview[data-scheme=dark] .md-toc__item--l4 a{color:#a9b6c7}.preview[data-scheme=dark] .md-callout--note{background:#101a2b}.preview[data-scheme=dark] .md-callout--note .md-callout__title{color:#7fb0ff}.preview[data-scheme=dark] .md-callout--tip{background:#0d1f1a}.preview[data-scheme=dark] .md-callout--tip .md-callout__title{color:#4ade80}.preview[data-scheme=dark] .md-callout--important{background:#191430}.preview[data-scheme=dark] .md-callout--important .md-callout__title{color:#bda4ff}.preview[data-scheme=dark] .md-callout--warning{background:#241c0d}.preview[data-scheme=dark] .md-callout--warning .md-callout__title{color:#fbbf24}.preview[data-scheme=dark] .md-callout--caution{background:#241114}.preview[data-scheme=dark] .md-callout--caution .md-callout__title{color:#ff8f8a}.preview[data-scheme=dark] .md-mark{background:#facc153d;color:inherit}.preview[data-scheme=dark] .md-fn{border-top-color:#2b3441;color:#8a95a5}.preview[data-scheme=dark] .md-fn-ref a{color:#7fb0ff}.preview[data-scheme=dark] .md-fn-back{color:#6b7686}.split-handle{position:relative;flex:0 0 var(--split-handle-w, 12px);align-self:stretch;display:flex;align-items:center;justify-content:center;cursor:col-resize;background:transparent;touch-action:none;outline:none}.split-handle:after{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;transform:translate(-50%);background:var(--ui-border);transition:background-color .15s ease,width .15s ease}.split-handle:hover:after,.split-handle:focus-visible:after,.split-handle.is-dragging:after{width:2px;background:var(--ui-accent)}.split-handle:focus-visible:after{width:2px;background:var(--ui-accent)}.split-handle__actions{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:6px;opacity:0;pointer-events:none;transition:opacity .16s ease;z-index:2}.split-handle:hover .split-handle__actions,.split-handle:focus-within .split-handle__actions,.split-handle.is-maximized .split-handle__actions{opacity:1;pointer-events:auto}.split-handle.is-maximized .split-handle__actions{opacity:.55}.split-handle.is-maximized:hover .split-handle__actions{opacity:1}.split-handle__btn{width:22px;height:22px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--ui-border);border-radius:6px;background:var(--ui-surface);color:var(--ui-text-muted);cursor:pointer;transition:all .15s ease;box-shadow:var(--ui-shadow-sm)}.split-handle__btn:hover{border-color:var(--ui-accent);color:var(--ui-accent)}.split-handle__btn.is-active{border-color:var(--ui-accent);background:var(--ui-accent-soft);color:var(--ui-accent)}body.is-resizing{cursor:col-resize;user-select:none;-webkit-user-select:none}body.is-resizing *{cursor:col-resize!important}@media(max-width:768px){.split-handle{display:none}}.drop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;display:flex;align-items:center;justify-content:center;padding:24px;background:#4f46e524;pointer-events:none}.drop-overlay__card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:36px 56px;border-radius:16px;border:3px dashed #667eea;background:var(--ui-surface-translucent);box-shadow:0 12px 40px #4f46e540;text-align:center;max-width:90vw}.drop-overlay__icon{font-size:44px;line-height:1;margin-bottom:4px}.drop-overlay__title{font-size:20px;font-weight:600;color:#4f46e5}.drop-overlay__hint{font-size:13px;color:var(--ui-text-muted);line-height:1.6}.drop-fade-enter-active,.drop-fade-leave-active{transition:opacity .16s ease}.drop-fade-enter-active .drop-overlay__card,.drop-fade-leave-active .drop-overlay__card{transition:transform .16s ease}.drop-fade-enter-from,.drop-fade-leave-to{opacity:0}.drop-fade-enter-from .drop-overlay__card,.drop-fade-leave-to .drop-overlay__card{transform:scale(.96)}.settings-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:flex;align-items:safe center;justify-content:safe center;overflow:auto;padding:24px;background:var(--ui-scrim)}.settings{width:min(760px,100%);max-height:min(620px,88vh);display:flex;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:14px;box-shadow:0 24px 64px #00000052;overflow:hidden;outline:none}.is-compact .settings-mask{padding:0}.is-compact .settings{position:relative;width:100%;max-height:none;height:100%;border:none;border-radius:0;box-shadow:none;flex-direction:column}.is-compact .settings__main{min-height:0}.is-compact .settings__body{-webkit-overflow-scrolling:touch}.is-compact .settings__side{flex:0 0 auto;flex-direction:row;align-items:center;gap:10px;padding:10px 12px;padding-top:max(10px,var(--safe-t, env(safe-area-inset-top, 0px)));padding-left:max(12px,var(--safe-l, env(safe-area-inset-left, 0px)));padding-right:52px;border-right:none;border-bottom:1px solid var(--ui-border)}.is-compact .settings__body{padding-left:max(18px,var(--safe-l, env(safe-area-inset-left, 0px)));padding-right:max(18px,var(--safe-r, env(safe-area-inset-right, 0px)));padding-bottom:max(18px,var(--safe-b, env(safe-area-inset-bottom, 0px)))}.is-compact .settings__tabs{flex-direction:row}.is-compact .settings__side-foot{display:none}.is-compact .settings__head{position:absolute;top:0;right:0;z-index:3;padding:10px 12px;padding-top:max(10px,var(--safe-t, env(safe-area-inset-top, 0px)));padding-right:max(12px,var(--safe-r, env(safe-area-inset-right, 0px)));border-bottom:none}.is-compact .settings__heading{display:none}.is-compact .setting{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:14px;row-gap:5px;padding:13px 0}.is-compact .setting__text{display:contents}.is-compact .setting__name{grid-column:1;grid-row:1;margin-bottom:0}.is-compact .setting__ctrl{grid-column:2;grid-row:1;padding-top:0}.is-compact .setting__desc{grid-column:1 / -1;grid-row:2}.settings__side{flex:0 0 174px;display:flex;flex-direction:column;gap:12px;padding:16px 12px;background:var(--ui-surface-soft);border-right:1px solid var(--ui-border)}.settings__brand{display:flex;align-items:center;gap:8px;padding:0 4px 2px}.settings__brand-logo{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.settings__brand-name{font-size:13px;font-weight:600;color:var(--ui-text)}.settings__tabs{display:flex;flex-direction:column;gap:2px}.settings__tab{display:flex;align-items:center;gap:8px;padding:8px 10px;border:none;border-radius:8px;background:transparent;color:var(--ui-text-muted);font-size:13px;font-weight:500;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.settings__tab:hover{background:var(--ui-hover);color:var(--ui-text)}.settings__tab.is-active{background:var(--ui-accent-soft);color:var(--ui-accent);font-weight:600}.settings__side-foot{margin-top:auto;padding:0 4px;font-size:11px;line-height:1.5;color:var(--ui-text-faint)}.settings__main{flex:1;min-width:0;display:flex;flex-direction:column}.settings__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;border-bottom:1px solid var(--ui-border);flex-shrink:0}.settings__heading{font-size:14px;font-weight:600;color:var(--ui-text)}.settings__close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:7px;background:transparent;color:var(--ui-text-muted);cursor:pointer;transition:background-color .15s ease,color .15s ease}.settings__close:hover{background:var(--ui-hover);color:var(--ui-text)}.settings__body{flex:1;overflow:auto;padding:4px 18px 18px}.setting{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid var(--ui-border-soft)}.setting__text{min-width:0}.setting__name{margin-bottom:4px;font-size:13px;font-weight:600;color:var(--ui-text)}.setting__desc{font-size:12px;line-height:1.7;color:var(--ui-text-muted)}.setting__ctrl{flex-shrink:0;padding-top:2px}.theme-switch{padding:0;border:none;background:transparent;cursor:pointer;line-height:0}.theme-switch__track{position:relative;display:block;width:54px;height:30px;padding:3px;border-radius:999px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);box-shadow:inset 0 0 0 1px #2563eb29;transition:background .42s ease,box-shadow .42s ease}.theme-switch.is-dark .theme-switch__track{background:linear-gradient(135deg,#1b2430,#0a1018);box-shadow:inset 0 0 0 1px #60a5fa38}.theme-switch__knob{position:relative;display:block;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a4d;transition:transform .42s cubic-bezier(.34,1.56,.64,1),background-color .42s ease,box-shadow .42s ease}.theme-switch.is-dark .theme-switch__knob{transform:translate(24px) rotate(180deg);background:#e8edf5;box-shadow:0 0 0 1px #60a5fa47,0 0 14px #3b82f680}.theme-switch__icon{position:absolute;top:50%;left:50%;width:15px;height:15px;margin:-7.5px 0 0 -7.5px;transition:opacity .3s ease,transform .42s cubic-bezier(.34,1.4,.64,1)}.theme-switch__icon--sun{color:#f59e0b;opacity:1;transform:rotate(0) scale(1)}.theme-switch.is-dark .theme-switch__icon--sun{opacity:0;transform:rotate(-120deg) scale(.4)}.theme-switch__icon--moon{color:#1e40af;opacity:0;transform:rotate(120deg) scale(.4)}.theme-switch.is-dark .theme-switch__icon--moon{opacity:1;transform:rotate(0) scale(1)}.theme-switch__stars{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.theme-switch__star{position:absolute;width:2px;height:2px;border-radius:50%;background:#dbeafe;opacity:0;transform:translateY(3px);transition:opacity .35s ease .1s,transform .35s ease .1s}.theme-switch.is-dark .theme-switch__star{opacity:.9;transform:translateY(0)}.theme-switch__star--a{top:7px;left:9px}.theme-switch__star--b{top:16px;left:13px;width:1.5px;height:1.5px}.theme-switch__star--c{top:10px;left:18px;width:1.5px;height:1.5px}.theme-switch:focus-visible{outline:2px solid var(--ui-accent);outline-offset:3px;border-radius:999px}.theme-switch.is-compact .theme-switch__disc{position:relative;display:block;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid rgba(37,99,235,.35);transition:background .42s ease,border-color .42s ease,transform .18s ease}.theme-switch.is-compact:hover .theme-switch__disc{transform:scale(1.07)}.theme-switch.is-compact.is-dark .theme-switch__disc{background:linear-gradient(135deg,#1b2430,#0a1018);border-color:#60a5fa38;box-shadow:0 0 10px #3b82f66b}.theme-switch.is-compact .theme-switch__icon{width:14px;height:14px;margin:-7px 0 0 -7px}.theme-switch.is-compact:focus-visible{outline-offset:2px}@media(prefers-reduced-motion:reduce){.theme-switch__icon,.theme-switch__knob,.theme-switch__disc{transition-duration:.01ms}}.switch{position:relative;width:42px;height:24px;padding:0;border:1px solid var(--ui-border-strong);border-radius:999px;background:var(--ui-surface-mute);cursor:pointer;transition:background-color .22s ease,border-color .22s ease}.switch__knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:var(--ui-surface);box-shadow:var(--ui-shadow-sm);transition:transform .26s cubic-bezier(.34,1.4,.64,1),background-color .22s ease}.switch.is-on{background:var(--ui-accent);border-color:var(--ui-accent)}.switch.is-on .switch__knob{transform:translate(18px);background:#fff}.switch:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.segmented{position:relative;display:inline-flex;padding:3px;border-radius:999px;background:var(--ui-surface-mute);box-shadow:inset 0 0 0 1px var(--ui-border)}.segmented__glow{position:absolute;top:3px;left:3px;width:calc(50% - 3px);height:calc(100% - 6px);border-radius:999px;background:var(--ui-surface);box-shadow:var(--ui-shadow-sm);transition:transform .28s cubic-bezier(.4,0,.2,1)}.segmented__opt{position:relative;z-index:1;flex:1 1 0;min-width:54px;padding:4px 0;border:none;border-radius:999px;background:transparent;color:var(--ui-text-muted);font-size:12px;font-weight:600;cursor:pointer;transition:color .2s ease}.segmented__opt.is-active{color:var(--ui-accent)}.about__head{display:flex;align-items:center;gap:14px;padding:16px 0 18px}.about__logo{width:44px;height:44px;flex-shrink:0;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2563eb59}.about__name{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--ui-text)}.about__version{padding:1px 7px;border:1px solid var(--ui-accent-border);border-radius:999px;background:var(--ui-accent-soft);color:var(--ui-accent);font-size:11px;font-weight:600}.about__slogan{margin-top:5px;font-size:12px;line-height:1.6;color:var(--ui-text-muted)}.about__block{padding:13px 0;border-top:1px solid var(--ui-border-soft)}.about__title{margin-bottom:8px;font-size:12px;font-weight:600;color:var(--ui-text-faint)}.about__list{margin-left:17px}.about__list li{font-size:12.5px;line-height:1.9;color:var(--ui-text-muted)}.about__list b{color:var(--ui-text-strong);font-weight:600}.about__text{font-size:12.5px;line-height:1.85;color:var(--ui-text-muted)}.about__text b{color:var(--ui-text-strong)}.about__keys{display:flex;flex-direction:column;gap:6px}.about__keys li{display:flex;align-items:center;gap:5px;font-size:12.5px;color:var(--ui-text-muted)}.about__keys em{margin-left:8px;font-style:normal}.about__keys kbd{padding:2px 6px;border:1px solid var(--ui-border);border-radius:5px;background:var(--ui-surface-mute);color:var(--ui-text-strong);font-family:inherit;font-size:11px;font-weight:600;box-shadow:var(--ui-shadow-sm)}.settings-pop-enter-active,.settings-pop-leave-active{transition:opacity .18s ease}.settings-pop-enter-active .settings,.settings-pop-leave-active .settings{transition:transform .22s cubic-bezier(.34,1.3,.64,1)}.settings-pop-enter-from,.settings-pop-leave-to{opacity:0}.settings-pop-enter-from .settings,.settings-pop-leave-to .settings{transform:translateY(8px) scale(.985)}body{height:var(--app-height, 100vh)}:root{--safe-t: env(safe-area-inset-top, 0px);--safe-r: env(safe-area-inset-right, 0px);--safe-b: env(safe-area-inset-bottom, 0px);--safe-l: env(safe-area-inset-left, 0px)}body{padding-top:max(14px,var(--safe-t));padding-bottom:max(14px,var(--safe-b));padding-left:max(14px,var(--safe-l));padding-right:max(14px,var(--safe-r))}.edge-paint{position:fixed;top:0;left:0;right:0;height:var(--safe-t);background:var(--ui-bg);z-index:1;pointer-events:none}button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}body{overscroll-behavior:none}.view-fade-enter-active,.view-fade-leave-active{transition:opacity .16s ease,transform .16s ease}.view-fade-enter-from{opacity:0;transform:translateY(6px)}.view-fade-leave-to{opacity:0}.is-compact body{padding:8px;padding-top:max(16px,var(--safe-t) + 12px);padding-bottom:max(8px,var(--safe-b));padding-left:max(8px,var(--safe-l));padding-right:max(8px,var(--safe-r))}.is-compact #app{gap:8px}.is-compact .topbar{padding:10px 12px;gap:8px;min-height:48px}.is-compact .topbar__subtitle,.is-compact .topbar__meta,.is-compact .status-bar{display:none}.is-compact .toast{bottom:132px}html.is-compact,html.is-compact body{overflow:hidden}.container--stack{flex-direction:column;gap:8px}.container--stack .panel--source{flex:0 0 auto}.container--stack .panel--source:not(.is-collapsed){flex:0 1 46%;min-height:150px}.container--stack .panel--preview{flex:1 1 0;min-height:0}.is-compact .panel-header{padding:7px 12px}.is-compact .panel-body{padding:12px}.is-compact .markdown-input{font-size:16px}.is-compact .markdown-input::placeholder{font-size:14px}.source-chip{padding:0}.source-chip__toggle{display:flex;align-items:center;gap:8px;width:100%;min-height:40px;padding:8px 12px;border:none;background:transparent;cursor:pointer;font-size:13px;font-weight:600;color:var(--ui-text-strong);text-align:left;transition:background-color .15s ease}.source-chip__toggle:hover{background:var(--ui-hover)}.source-chip__toggle:focus-visible{outline:2px solid var(--ui-accent);outline-offset:-2px}.source-chip__toggle .panel-title{flex-shrink:0;overflow:visible}.source-chip__count{margin-left:auto;font-size:12px;font-weight:500;color:var(--ui-text-muted);white-space:nowrap}.source-chip__chevron{flex-shrink:0;color:var(--ui-text-muted);transition:transform .18s ease}.source-chip__chevron.is-open{transform:rotate(180deg)}.action-bar{flex-shrink:0;display:flex;flex-direction:column;gap:8px;padding:8px 10px;padding-bottom:max(8px,var(--safe-b));background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:12px}.action-bar__tools{display:flex;align-items:center;gap:6px;min-width:0}.action-bar__spacer{flex:1;min-width:0}.action-bar__tools .panel-action{height:36px}.action-bar__tools .panel-action--icon{width:36px}.action-bar__main{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:100%;min-height:52px;padding:8px 12px;border:none;border-radius:10px;background:var(--ui-accent);color:#fff;font-size:15px;font-weight:600;line-height:1.25;cursor:pointer;transition:background-color .15s ease,transform .08s ease}.action-bar__main:hover:not(:disabled){background:var(--ui-accent-hover)}.action-bar__main:active:not(:disabled){transform:scale(.985)}.action-bar__main:disabled{opacity:.6;cursor:default}.action-bar__main:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.action-bar__main-sub{font-size:11px;font-weight:500;opacity:.78}@media(max-width:360px){.ab-render .btn-label{display:none}.ab-render{width:36px;padding:0}}@media(max-width:330px){.ab-paste .btn-label{display:none}.ab-paste{width:36px;padding:0}}.dropzone{flex:1;min-height:0;overflow:auto;display:flex;align-items:flex-start;justify-content:center;padding:0}.dropzone__card{margin:auto;flex-shrink:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;text-align:center;background:var(--ui-surface);border:1px dashed var(--ui-border-strong);border-radius:14px}.dropzone__icon{font-size:34px;line-height:1}.dropzone__title{font-size:18px;font-weight:700;color:var(--ui-text)}.dropzone__desc{max-width:320px;font-size:13px;line-height:1.7;color:var(--ui-text-muted)}.dropzone__actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:14px}.dropzone__btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:50px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .08s ease}.dropzone__btn:active{transform:scale(.985)}.dropzone__btn--primary{border:none;background:var(--ui-accent);color:#fff}.dropzone__btn--primary:hover{background:var(--ui-accent-hover)}.dropzone__btn--primary:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.dropzone__btn--secondary{border:1px solid var(--ui-border-strong);background:var(--ui-surface);color:var(--ui-text-strong)}.dropzone__btn--secondary:hover{background:var(--ui-surface-mute)}.dropzone__btn--secondary:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.dropzone__privacy{margin-top:12px;font-size:11px;color:var(--ui-text-faint)}.sheet-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1250;display:flex;align-items:flex-end;justify-content:center;background:var(--ui-scrim)}.sheet{display:flex;flex-direction:column;width:100%;max-width:560px;max-height:88%;background:var(--ui-surface);border-radius:16px 16px 0 0;padding-bottom:max(12px,var(--safe-b))}.sheet__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px 8px;font-size:13px;font-weight:600;color:var(--ui-text-strong)}.sheet__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ui-text-muted);cursor:pointer;transition:background-color .15s ease,color .15s ease}.sheet__close:hover{background:var(--ui-hover);color:var(--ui-text)}.sheet__close:focus-visible{outline:2px solid var(--ui-accent);outline-offset:1px}.sheet__body{min-height:0;overflow:auto;padding:0 14px;-webkit-overflow-scrolling:touch}.sheet__img{display:block;width:100%;height:auto;border:1px solid var(--ui-border);border-radius:8px}.sheet__foot{padding:10px 14px 0}.sheet__tip{margin-bottom:10px;font-size:12px;line-height:1.6;color:var(--ui-text-muted)}.sheet__actions{display:flex;gap:10px}.sheet__btn{flex:1;min-height:44px;border:1px solid var(--ui-border-strong);border-radius:10px;background:var(--ui-surface);color:var(--ui-text-strong);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .08s ease}.sheet__btn:hover{background:var(--ui-surface-mute)}.sheet__btn:active{transform:scale(.985)}.sheet__btn:focus-visible{outline:2px solid var(--ui-accent);outline-offset:2px}.sheet__btn--primary{border-color:transparent;background:var(--ui-accent);color:#fff}.sheet__btn--primary:hover{background:var(--ui-accent-hover)}.sheet-pop-enter-active,.sheet-pop-leave-active{transition:opacity .18s ease}.sheet-pop-enter-active .sheet,.sheet-pop-leave-active .sheet{transition:transform .22s cubic-bezier(.22,1,.36,1)}.sheet-pop-enter-from,.sheet-pop-leave-to{opacity:0}.sheet-pop-enter-from .sheet,.sheet-pop-leave-to .sheet{transform:translateY(40%)}@media(prefers-reduced-motion:reduce){.source-chip__chevron,.action-bar__main,.dropzone__btn,.sheet__btn,.view-fade-enter-active,.view-fade-leave-active{transition:none}.action-bar__main:active,.dropzone__btn:active,.sheet__btn:active{transform:none}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(./KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2")}@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")}@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")}@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")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(./KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(./KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(./KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(./KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(./KaTeX_Main-Regular-B22Nviop.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(./KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(./KaTeX_Math-Italic-t53AETM-.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(./KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(./KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(./KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(./KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(./KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(./KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2")}@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")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(./KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(./KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.18.7"}.katex .katex-mathml{border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.katex-newline{display:block}.katex .katex-base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.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;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .katex-vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .katex-thinbox{display:inline-flex;flex-direction:row;max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.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{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.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;display:inline-block;width:100%}.katex .katex-hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.katex-root{margin-left:.2777777778em;margin-right:-.5555555556em}.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:.8333333333em}.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.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .katex-sizing.reset-size2.size4{font-size:1.3333333333em}.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.6666666667em}.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.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .katex-sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .katex-sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .katex-sizing.reset-size3.size2{font-size:.8571428571em}.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.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .katex-sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .katex-sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .katex-sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .katex-sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .katex-sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .katex-sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .katex-sizing.reset-size3.size11{font-size:3.5542857143em}.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:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .katex-sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .katex-sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .katex-sizing.reset-size5.size4{font-size:.8888888889em}.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.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .katex-sizing.reset-size5.size7{font-size:1.3333333333em}.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.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .katex-sizing.reset-size5.size11{font-size:2.7644444444em}.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:.4166666667em}.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:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .katex-sizing.reset-size7.size4{font-size:.6666666667em}.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:.8333333333em}.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.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .katex-sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .katex-sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .katex-sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .katex-sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .katex-sizing.reset-size8.size4{font-size:.5555555556em}.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:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .katex-sizing.reset-size8.size7{font-size:.8333333333em}.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.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .katex-sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .katex-sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .katex-sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .katex-sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .katex-sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .katex-sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .katex-sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .katex-sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .katex-sizing.reset-size9.size8{font-size:.8333333333em}.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.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .katex-sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .katex-sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .katex-sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .katex-sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .katex-sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .katex-sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .katex-sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .katex-sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .katex-sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .katex-sizing.reset-size10.size9{font-size:.8331726133em}.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.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .katex-sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .katex-sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .katex-sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .katex-sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .katex-sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .katex-sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .katex-sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .katex-sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .katex-sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .katex-sizing.reset-size11.size10{font-size:.8336012862em}.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{display:inline-block;width:.12em}.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{display:inline-block;min-width:1px}.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;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .katex-stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .katex-stretchy:after,.katex .katex-stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.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{border:.04em solid;box-sizing:border-box}.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{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .reflectbox{display:inline-block;transform:scaleX(-1)}.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{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.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{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}
