.history-drawer__scrim{-webkit-backdrop-filter:blur(2px);z-index:1000;background:#0006;position:fixed;inset:0}.history-drawer{z-index:1001;background-color:var(--surface-base);border-left:2px solid var(--border-muted-2);flex-direction:column;width:min(420px,100vw);animation:.2s history-drawer-slide-in;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-10px 0 30px #00000059}@keyframes history-drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.history-drawer__header{border-bottom:2px solid var(--border-muted-2);background-color:var(--surface-content);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;height:64px;padding:0 1rem;display:flex}.history-drawer__title{color:var(--text-default);margin:0;font-size:1rem;font-weight:600}.history-drawer__body{flex:auto;padding:1rem;overflow-y:auto}.history-drawer__empty,.history-drawer__error{color:var(--text-muted-1);margin:0;font-size:.875rem}.history-drawer__error{color:var(--status-error,#ef4444)}.history-drawer__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.history-drawer__item{border:1px solid var(--border-muted-2);background-color:var(--surface-layer-1);border-radius:.5rem;padding:.75rem}.history-drawer__item-head{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.history-drawer__time{color:var(--text-muted-2);font-variant-numeric:tabular-nums;font-size:.75rem}.history-drawer__num{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted-2);font-variant-numeric:tabular-nums;font-size:.625rem}.history-drawer__summary{color:var(--text-default);margin:0;font-size:.875rem;line-height:1.4}.history-drawer__actor{color:var(--text-muted-2);margin:.25rem 0 0;font-size:.75rem}.history-drawer__actions{flex-wrap:wrap;align-items:center;gap:.375rem;margin-top:.5rem;display:flex}.history-drawer__footer{border-top:1px solid var(--border-muted-2);background-color:var(--surface-content);flex-shrink:0;padding:.75rem 1rem}.history-drawer__hint{color:var(--text-muted-2);margin:0;font-size:.75rem}.tts-bar{z-index:999;pointer-events:none;width:min(720px,100vw - 2rem);position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.tts-bar__inner{pointer-events:auto;background-color:var(--surface-base);border:2px solid var(--border-muted-2);box-shadow:0 10px 30px #00000059, 0 0 0 1px var(--border-muted-1);-webkit-backdrop-filter:blur(8px);border-radius:999px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.tts-bar__time{font-variant-numeric:tabular-nums;color:var(--text-default);text-align:center;flex-shrink:0;min-width:3rem;font-size:.875rem}.tts-bar__time--total{color:var(--text-muted-2)}.tts-bar__progress{background-color:var(--surface-layer-1);border-radius:999px;flex:auto;min-width:4rem;height:8px;overflow:hidden}.tts-bar__progress-fill{background-color:var(--surface-accent-default);height:100%;transition:width .2s linear}.tts-bar__speed{color:var(--text-default);background-color:var(--surface-layer-1);cursor:pointer;font-variant-numeric:tabular-nums;text-align:center;border:none;border-radius:999px;flex-shrink:0;min-width:3.5rem;padding:.25rem .75rem;font-size:.875rem}.tts-bar__speed:hover{background-color:var(--surface-layer-2)}@media (width<=560px){.tts-bar__time--total,.tts-bar__speed{display:none}}.tts-settings__scrim{-webkit-backdrop-filter:blur(2px);z-index:1000;background:#0006;position:fixed;inset:0}.tts-settings{z-index:1001;background-color:var(--surface-base);border-left:2px solid var(--border-muted-2);flex-direction:column;width:min(420px,100vw);animation:.2s tts-settings-slide-in;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-10px 0 30px #00000059}@keyframes tts-settings-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.tts-settings__header{border-bottom:2px solid var(--border-muted-2);background-color:var(--surface-content);flex-shrink:0;align-items:center;gap:.5rem;height:64px;padding:0 .75rem;display:flex}.tts-settings__title{text-align:center;color:var(--text-default);flex:auto;margin:0;font-size:1rem;font-weight:600}.tts-settings__body{flex-direction:column;flex:auto;gap:1.5rem;padding:1rem;display:flex;overflow-y:auto}.tts-settings__section{flex-direction:column;gap:.5rem;display:flex}.tts-settings__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted-3);font-size:.75rem}.tts-settings__swatches{flex-wrap:wrap;gap:.5rem;display:flex}.tts-settings__swatch{border:2px solid var(--border-muted-2);cursor:pointer;border-radius:999px;width:32px;height:32px;padding:0;transition:transform .1s,border-color .1s}.tts-settings__swatch:hover{transform:scale(1.08)}.tts-settings__swatch--active{border-color:var(--border-accent-default);transform:scale(1.1)}.tts-settings__footer{border-top:2px solid var(--border-muted-2);background-color:var(--surface-content);flex-shrink:0;padding:.75rem}.tts-settings__sample-row{margin-top:.5rem;display:flex}.tts-settings__sample-row>*{flex:auto}.tts-settings__error{color:var(--status-error,#ef4444);margin:0;font-size:.75rem}.tts-settings__checklist{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.tts-settings__check-item{color:var(--text-default);align-items:center;gap:.625rem;font-size:.875rem;display:flex}.tts-settings__check-item label{cursor:pointer;-webkit-user-select:none;user-select:none;flex:auto}.tts-settings__checkbox{appearance:none;border:2px solid var(--border-muted-2);background-color:var(--surface-base);cursor:pointer;border-radius:4px;flex-shrink:0;width:18px;height:18px;transition:background-color .12s linear,border-color .12s linear;position:relative}.tts-settings__checkbox:hover{border-color:var(--border-muted-1,var(--border-muted-2))}.tts-settings__checkbox:focus-visible{outline:2px solid var(--surface-accent-default);outline-offset:2px}.tts-settings__checkbox:checked{background-color:var(--surface-accent-default);border-color:var(--surface-accent-default)}.tts-settings__checkbox:checked:after{content:"";background-color:var(--text-inverse-default,#fff);position:absolute;inset:0;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8.5 6.5 12 13 5'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 8.5 6.5 12 13 5'/></svg>");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:14px 14px;mask-size:14px 14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.tts-settings__hint{color:var(--text-muted-2);margin:.25rem 0 0;font-size:.75rem}::highlight(tts-sentence){background-color:var(--tts-sentence-bg);color:var(--tts-sentence-fg)}::highlight(tts-word){background-color:var(--tts-word-bg);color:var(--tts-word-fg);border-radius:2px}.tts-host{--tts-sentence-bg:color-mix(in oklab, var(--text-highlight-background-blue) 35%, transparent);--tts-sentence-fg:inherit;--tts-word-bg:var(--text-highlight-background-blue);--tts-word-fg:var(--text-highlight-foreground-blue)}.tts-host[data-tts-colour=green]{--tts-sentence-bg:color-mix(in oklab, var(--text-highlight-background-green) 35%, transparent);--tts-word-bg:var(--text-highlight-background-green);--tts-word-fg:var(--text-highlight-foreground-green)}.tts-host[data-tts-colour=pink]{--tts-sentence-bg:color-mix(in oklab, var(--text-highlight-background-pink) 35%, transparent);--tts-word-bg:var(--text-highlight-background-pink);--tts-word-fg:var(--text-highlight-foreground-pink)}.tts-host[data-tts-colour=yellow]{--tts-sentence-bg:color-mix(in oklab, var(--text-highlight-background-yellow) 35%, transparent);--tts-word-bg:var(--text-highlight-background-yellow);--tts-word-fg:var(--text-highlight-foreground-yellow)}.tts-host[data-tts-colour=orange]{--tts-sentence-bg:color-mix(in oklab, var(--text-highlight-background-orange) 35%, transparent);--tts-word-bg:var(--text-highlight-background-orange);--tts-word-fg:var(--text-highlight-foreground-orange)}.tts-progress{color:var(--text-muted-2);flex-direction:column;gap:.25rem;margin-top:.5rem;font-size:.75rem;display:flex}.tts-progress__bar{background-color:var(--surface-muted-1,transparent);border-radius:999px;height:2px;overflow:hidden}.tts-progress__fill{background-color:var(--text-accent-default);height:100%;transition:width .2s linear}@font-face{font-family:KaTeX_AMS;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Caligraphic;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Caligraphic;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Fraktur;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Fraktur;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Main;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Main;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:KaTeX_Main;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:KaTeX_Main;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Math;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:KaTeX_Math;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:KaTeX_SansSerif;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:KaTeX_SansSerif;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:KaTeX_SansSerif;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Script;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Size1;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Size2;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Size3;src:url(data:font/woff2;base64,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)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Size4;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:KaTeX_Typewriter;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype");font-weight:400;font-style:normal;font-display:block}.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.16.45"}.katex .katex-mathml{clip:rect(1px, 1px, 1px, 1px);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;display:inline-block;position:relative}.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 .mathsfit,.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{table-layout:fixed;border-collapse:collapse;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{flex-direction:row;width:100%;display:inline-flex}.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 .mfrac .frac-line,.katex .overline .overline-line,.katex .underline .underline-line,.katex .hline,.katex .hdashline,.katex .rule{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{line-height:0;display:inline}.katex .llap,.katex .rlap,.katex .clap{width:0;position:relative}.katex .llap>.inner,.katex .rlap>.inner,.katex .clap>.inner{position:absolute}.katex .llap>.fix,.katex .rlap>.fix,.katex .clap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .rlap>.inner,.katex .clap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .overline .overline-line,.katex .underline .underline-line,.katex .hline{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .sizing.reset-size1.size1,.katex .fontsize-ensurer.reset-size1.size1{font-size:1em}.katex .sizing.reset-size1.size2,.katex .fontsize-ensurer.reset-size1.size2{font-size:1.2em}.katex .sizing.reset-size1.size3,.katex .fontsize-ensurer.reset-size1.size3{font-size:1.4em}.katex .sizing.reset-size1.size4,.katex .fontsize-ensurer.reset-size1.size4{font-size:1.6em}.katex .sizing.reset-size1.size5,.katex .fontsize-ensurer.reset-size1.size5{font-size:1.8em}.katex .sizing.reset-size1.size6,.katex .fontsize-ensurer.reset-size1.size6{font-size:2em}.katex .sizing.reset-size1.size7,.katex .fontsize-ensurer.reset-size1.size7{font-size:2.4em}.katex .sizing.reset-size1.size8,.katex .fontsize-ensurer.reset-size1.size8{font-size:2.88em}.katex .sizing.reset-size1.size9,.katex .fontsize-ensurer.reset-size1.size9{font-size:3.456em}.katex .sizing.reset-size1.size10,.katex .fontsize-ensurer.reset-size1.size10{font-size:4.148em}.katex .sizing.reset-size1.size11,.katex .fontsize-ensurer.reset-size1.size11{font-size:4.976em}.katex .sizing.reset-size2.size1,.katex .fontsize-ensurer.reset-size2.size1{font-size:.833333em}.katex .sizing.reset-size2.size2,.katex .fontsize-ensurer.reset-size2.size2{font-size:1em}.katex .sizing.reset-size2.size3,.katex .fontsize-ensurer.reset-size2.size3{font-size:1.16667em}.katex .sizing.reset-size2.size4,.katex .fontsize-ensurer.reset-size2.size4{font-size:1.33333em}.katex .sizing.reset-size2.size5,.katex .fontsize-ensurer.reset-size2.size5{font-size:1.5em}.katex .sizing.reset-size2.size6,.katex .fontsize-ensurer.reset-size2.size6{font-size:1.66667em}.katex .sizing.reset-size2.size7,.katex .fontsize-ensurer.reset-size2.size7{font-size:2em}.katex .sizing.reset-size2.size8,.katex .fontsize-ensurer.reset-size2.size8{font-size:2.4em}.katex .sizing.reset-size2.size9,.katex .fontsize-ensurer.reset-size2.size9{font-size:2.88em}.katex .sizing.reset-size2.size10,.katex .fontsize-ensurer.reset-size2.size10{font-size:3.45667em}.katex .sizing.reset-size2.size11,.katex .fontsize-ensurer.reset-size2.size11{font-size:4.14667em}.katex .sizing.reset-size3.size1,.katex .fontsize-ensurer.reset-size3.size1{font-size:.714286em}.katex .sizing.reset-size3.size2,.katex .fontsize-ensurer.reset-size3.size2{font-size:.857143em}.katex .sizing.reset-size3.size3,.katex .fontsize-ensurer.reset-size3.size3{font-size:1em}.katex .sizing.reset-size3.size4,.katex .fontsize-ensurer.reset-size3.size4{font-size:1.14286em}.katex .sizing.reset-size3.size5,.katex .fontsize-ensurer.reset-size3.size5{font-size:1.28571em}.katex .sizing.reset-size3.size6,.katex .fontsize-ensurer.reset-size3.size6{font-size:1.42857em}.katex .sizing.reset-size3.size7,.katex .fontsize-ensurer.reset-size3.size7{font-size:1.71429em}.katex .sizing.reset-size3.size8,.katex .fontsize-ensurer.reset-size3.size8{font-size:2.05714em}.katex .sizing.reset-size3.size9,.katex .fontsize-ensurer.reset-size3.size9{font-size:2.46857em}.katex .sizing.reset-size3.size10,.katex .fontsize-ensurer.reset-size3.size10{font-size:2.96286em}.katex .sizing.reset-size3.size11,.katex .fontsize-ensurer.reset-size3.size11{font-size:3.55429em}.katex .sizing.reset-size4.size1,.katex .fontsize-ensurer.reset-size4.size1{font-size:.625em}.katex .sizing.reset-size4.size2,.katex .fontsize-ensurer.reset-size4.size2{font-size:.75em}.katex .sizing.reset-size4.size3,.katex .fontsize-ensurer.reset-size4.size3{font-size:.875em}.katex .sizing.reset-size4.size4,.katex .fontsize-ensurer.reset-size4.size4{font-size:1em}.katex .sizing.reset-size4.size5,.katex .fontsize-ensurer.reset-size4.size5{font-size:1.125em}.katex .sizing.reset-size4.size6,.katex .fontsize-ensurer.reset-size4.size6{font-size:1.25em}.katex .sizing.reset-size4.size7,.katex .fontsize-ensurer.reset-size4.size7{font-size:1.5em}.katex .sizing.reset-size4.size8,.katex .fontsize-ensurer.reset-size4.size8{font-size:1.8em}.katex .sizing.reset-size4.size9,.katex .fontsize-ensurer.reset-size4.size9{font-size:2.16em}.katex .sizing.reset-size4.size10,.katex .fontsize-ensurer.reset-size4.size10{font-size:2.5925em}.katex .sizing.reset-size4.size11,.katex .fontsize-ensurer.reset-size4.size11{font-size:3.11em}.katex .sizing.reset-size5.size1,.katex .fontsize-ensurer.reset-size5.size1{font-size:.555556em}.katex .sizing.reset-size5.size2,.katex .fontsize-ensurer.reset-size5.size2{font-size:.666667em}.katex .sizing.reset-size5.size3,.katex .fontsize-ensurer.reset-size5.size3{font-size:.777778em}.katex .sizing.reset-size5.size4,.katex .fontsize-ensurer.reset-size5.size4{font-size:.888889em}.katex .sizing.reset-size5.size5,.katex .fontsize-ensurer.reset-size5.size5{font-size:1em}.katex .sizing.reset-size5.size6,.katex .fontsize-ensurer.reset-size5.size6{font-size:1.11111em}.katex .sizing.reset-size5.size7,.katex .fontsize-ensurer.reset-size5.size7{font-size:1.33333em}.katex .sizing.reset-size5.size8,.katex .fontsize-ensurer.reset-size5.size8{font-size:1.6em}.katex .sizing.reset-size5.size9,.katex .fontsize-ensurer.reset-size5.size9{font-size:1.92em}.katex .sizing.reset-size5.size10,.katex .fontsize-ensurer.reset-size5.size10{font-size:2.30444em}.katex .sizing.reset-size5.size11,.katex .fontsize-ensurer.reset-size5.size11{font-size:2.76444em}.katex .sizing.reset-size6.size1,.katex .fontsize-ensurer.reset-size6.size1{font-size:.5em}.katex .sizing.reset-size6.size2,.katex .fontsize-ensurer.reset-size6.size2{font-size:.6em}.katex .sizing.reset-size6.size3,.katex .fontsize-ensurer.reset-size6.size3{font-size:.7em}.katex .sizing.reset-size6.size4,.katex .fontsize-ensurer.reset-size6.size4{font-size:.8em}.katex .sizing.reset-size6.size5,.katex .fontsize-ensurer.reset-size6.size5{font-size:.9em}.katex .sizing.reset-size6.size6,.katex .fontsize-ensurer.reset-size6.size6{font-size:1em}.katex .sizing.reset-size6.size7,.katex .fontsize-ensurer.reset-size6.size7{font-size:1.2em}.katex .sizing.reset-size6.size8,.katex .fontsize-ensurer.reset-size6.size8{font-size:1.44em}.katex .sizing.reset-size6.size9,.katex .fontsize-ensurer.reset-size6.size9{font-size:1.728em}.katex .sizing.reset-size6.size10,.katex .fontsize-ensurer.reset-size6.size10{font-size:2.074em}.katex .sizing.reset-size6.size11,.katex .fontsize-ensurer.reset-size6.size11{font-size:2.488em}.katex .sizing.reset-size7.size1,.katex .fontsize-ensurer.reset-size7.size1{font-size:.416667em}.katex .sizing.reset-size7.size2,.katex .fontsize-ensurer.reset-size7.size2{font-size:.5em}.katex .sizing.reset-size7.size3,.katex .fontsize-ensurer.reset-size7.size3{font-size:.583333em}.katex .sizing.reset-size7.size4,.katex .fontsize-ensurer.reset-size7.size4{font-size:.666667em}.katex .sizing.reset-size7.size5,.katex .fontsize-ensurer.reset-size7.size5{font-size:.75em}.katex .sizing.reset-size7.size6,.katex .fontsize-ensurer.reset-size7.size6{font-size:.833333em}.katex .sizing.reset-size7.size7,.katex .fontsize-ensurer.reset-size7.size7{font-size:1em}.katex .sizing.reset-size7.size8,.katex .fontsize-ensurer.reset-size7.size8{font-size:1.2em}.katex .sizing.reset-size7.size9,.katex .fontsize-ensurer.reset-size7.size9{font-size:1.44em}.katex .sizing.reset-size7.size10,.katex .fontsize-ensurer.reset-size7.size10{font-size:1.72833em}.katex .sizing.reset-size7.size11,.katex .fontsize-ensurer.reset-size7.size11{font-size:2.07333em}.katex .sizing.reset-size8.size1,.katex .fontsize-ensurer.reset-size8.size1{font-size:.347222em}.katex .sizing.reset-size8.size2,.katex .fontsize-ensurer.reset-size8.size2{font-size:.416667em}.katex .sizing.reset-size8.size3,.katex .fontsize-ensurer.reset-size8.size3{font-size:.486111em}.katex .sizing.reset-size8.size4,.katex .fontsize-ensurer.reset-size8.size4{font-size:.555556em}.katex .sizing.reset-size8.size5,.katex .fontsize-ensurer.reset-size8.size5{font-size:.625em}.katex .sizing.reset-size8.size6,.katex .fontsize-ensurer.reset-size8.size6{font-size:.694444em}.katex .sizing.reset-size8.size7,.katex .fontsize-ensurer.reset-size8.size7{font-size:.833333em}.katex .sizing.reset-size8.size8,.katex .fontsize-ensurer.reset-size8.size8{font-size:1em}.katex .sizing.reset-size8.size9,.katex .fontsize-ensurer.reset-size8.size9{font-size:1.2em}.katex .sizing.reset-size8.size10,.katex .fontsize-ensurer.reset-size8.size10{font-size:1.44028em}.katex .sizing.reset-size8.size11,.katex .fontsize-ensurer.reset-size8.size11{font-size:1.72778em}.katex .sizing.reset-size9.size1,.katex .fontsize-ensurer.reset-size9.size1{font-size:.289352em}.katex .sizing.reset-size9.size2,.katex .fontsize-ensurer.reset-size9.size2{font-size:.347222em}.katex .sizing.reset-size9.size3,.katex .fontsize-ensurer.reset-size9.size3{font-size:.405093em}.katex .sizing.reset-size9.size4,.katex .fontsize-ensurer.reset-size9.size4{font-size:.462963em}.katex .sizing.reset-size9.size5,.katex .fontsize-ensurer.reset-size9.size5{font-size:.520833em}.katex .sizing.reset-size9.size6,.katex .fontsize-ensurer.reset-size9.size6{font-size:.578704em}.katex .sizing.reset-size9.size7,.katex .fontsize-ensurer.reset-size9.size7{font-size:.694444em}.katex .sizing.reset-size9.size8,.katex .fontsize-ensurer.reset-size9.size8{font-size:.833333em}.katex .sizing.reset-size9.size9,.katex .fontsize-ensurer.reset-size9.size9{font-size:1em}.katex .sizing.reset-size9.size10,.katex .fontsize-ensurer.reset-size9.size10{font-size:1.20023em}.katex .sizing.reset-size9.size11,.katex .fontsize-ensurer.reset-size9.size11{font-size:1.43981em}.katex .sizing.reset-size10.size1,.katex .fontsize-ensurer.reset-size10.size1{font-size:.24108em}.katex .sizing.reset-size10.size2,.katex .fontsize-ensurer.reset-size10.size2{font-size:.289296em}.katex .sizing.reset-size10.size3,.katex .fontsize-ensurer.reset-size10.size3{font-size:.337512em}.katex .sizing.reset-size10.size4,.katex .fontsize-ensurer.reset-size10.size4{font-size:.385728em}.katex .sizing.reset-size10.size5,.katex .fontsize-ensurer.reset-size10.size5{font-size:.433944em}.katex .sizing.reset-size10.size6,.katex .fontsize-ensurer.reset-size10.size6{font-size:.48216em}.katex .sizing.reset-size10.size7,.katex .fontsize-ensurer.reset-size10.size7{font-size:.578592em}.katex .sizing.reset-size10.size8,.katex .fontsize-ensurer.reset-size10.size8{font-size:.694311em}.katex .sizing.reset-size10.size9,.katex .fontsize-ensurer.reset-size10.size9{font-size:.833173em}.katex .sizing.reset-size10.size10,.katex .fontsize-ensurer.reset-size10.size10{font-size:1em}.katex .sizing.reset-size10.size11,.katex .fontsize-ensurer.reset-size10.size11{font-size:1.19961em}.katex .sizing.reset-size11.size1,.katex .fontsize-ensurer.reset-size11.size1{font-size:.200965em}.katex .sizing.reset-size11.size2,.katex .fontsize-ensurer.reset-size11.size2{font-size:.241158em}.katex .sizing.reset-size11.size3,.katex .fontsize-ensurer.reset-size11.size3{font-size:.281351em}.katex .sizing.reset-size11.size4,.katex .fontsize-ensurer.reset-size11.size4{font-size:.321543em}.katex .sizing.reset-size11.size5,.katex .fontsize-ensurer.reset-size11.size5{font-size:.361736em}.katex .sizing.reset-size11.size6,.katex .fontsize-ensurer.reset-size11.size6{font-size:.401929em}.katex .sizing.reset-size11.size7,.katex .fontsize-ensurer.reset-size11.size7{font-size:.482315em}.katex .sizing.reset-size11.size8,.katex .fontsize-ensurer.reset-size11.size8{font-size:.578778em}.katex .sizing.reset-size11.size9,.katex .fontsize-ensurer.reset-size11.size9{font-size:.694534em}.katex .sizing.reset-size11.size10,.katex .fontsize-ensurer.reset-size11.size10{font-size:.833601em}.katex .sizing.reset-size11.size11,.katex .fontsize-ensurer.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 .op-limits>.vlist-t,.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{width:100%;height:inherit;fill:currentColor;stroke:currentColor;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 .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:before,.katex .stretchy:after{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 .x-arrow,.katex .mover,.katex .munder{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{counter-increment:katexEqnNo;content:"(" counter(katexEqnNo) ")"}.katex .mml-eqn-num:before{counter-increment:mmlEqnNo;content:"(" counter(mmlEqnNo) ")"}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.msx-modal{max-height:90vh}.msx-head{border-bottom:1px solid var(--border-muted-1);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem .75rem;display:flex}.msx-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-accent-default);font-size:.6875rem;font-weight:700;display:block}.msx-title{color:var(--text-default);margin:.15rem 0 0;font-size:1.125rem;font-weight:700}.msx-summary{color:var(--text-muted-1);margin:.35rem 0 0;font-size:.875rem}.msx-body{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:1rem;min-height:0;padding:1rem 1.25rem;display:grid;overflow:auto}@media (width<=720px){.msx-body{grid-template-columns:1fr}}.msx-stagewrap{flex-direction:column;gap:.75rem;min-width:0;display:flex}.msx-caption{color:var(--text-default);border-left:3px solid var(--text-accent-default);margin:0;padding-left:.6rem;font-size:.9375rem;font-weight:600}.msx-foot{border-top:1px solid var(--border-muted-1);padding:.6rem 1.25rem}.msx-readying{border:1px solid var(--text-accent-default);background:var(--surface-content);color:var(--text-default);border-radius:.6rem;align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex}.msx-readying__spark{color:var(--text-accent-default);animation:1.2s ease-in-out infinite msx-pulse-dot;display:inline-flex}.msx-readying__text{flex-direction:column;gap:.15rem;display:flex}.msx-readying__text strong{font-size:.9375rem}.msx-readying__text span{color:var(--text-muted-1);font-size:.8125rem}@keyframes msx-pulse-dot{0%,to{opacity:.3;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.msx-readying__spark{animation:none}}.msx-error{color:var(--text-default);border:1px solid var(--border-muted-1);border-radius:.5rem;flex-direction:column;gap:.5rem;padding:.75rem;font-size:.875rem;display:flex}.msx-note{color:var(--text-muted-1);margin:0;font-size:.8125rem}.msx-eq-stage{text-align:center;padding:1.25rem .75rem;font-size:1.5rem;overflow-x:auto}.msx-eq-stage .msx-eq-dim{opacity:.3;transition:opacity .35s}.msx-eq-stage .msx-eq-on{opacity:1;color:var(--text-accent-default);text-shadow:0 0 14px color-mix(in srgb, currentColor 45%, transparent);transition:opacity .35s}.msx-eq-stage.msx-reduced .msx-eq-dim,.msx-eq-stage.msx-reduced .msx-eq-on{text-shadow:none;transition:none}.msx-stage{border:1px solid var(--border-muted-1);border-radius:.5rem;max-height:46vh;padding:.5rem;overflow-y:auto}.msx-stage .doc-graph__aside{display:none}.msx-stage .doc-graph{margin:0}.msx-dim{opacity:.25;transition:opacity .3s}.msx-glow{filter:drop-shadow(0 0 4px color-mix(in srgb, currentColor 60%, transparent))}.msx-trace{stroke-dasharray:1;stroke-dashoffset:1px;animation:1.6s forwards msx-trace-in}@keyframes msx-trace-in{to{stroke-dashoffset:0}}.msx-pulse{transform-box:fill-box;transform-origin:50%;animation:1.2s ease-out 2 msx-pulse-ring}@keyframes msx-pulse-ring{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(2.4)}}@media (prefers-reduced-motion:reduce){.msx-trace{stroke-dashoffset:0;animation:none}.msx-pulse{opacity:.6;animation:none}.msx-dim,.msx-eq-stage .msx-eq-dim,.msx-eq-stage .msx-eq-on{transition:none}}.msx-reduced .msx-trace{stroke-dashoffset:0;animation:none}.msx-reduced .msx-pulse{opacity:.6;animation:none}.msx-side{border-left:1px solid var(--border-muted-1);min-width:0;padding-left:1rem}@media (width<=720px){.msx-side{border-left:none;border-top:1px solid var(--border-muted-1);padding-top:.75rem;padding-left:0}}.msx-transcript{flex-direction:column;gap:.25rem;max-height:50vh;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.msx-step__btn{text-align:left;cursor:pointer;width:100%;color:var(--text-muted-1);background:0 0;border:none;border-radius:.5rem;gap:.6rem;padding:.5rem;display:flex}.msx-step__btn:hover,.msx-step__btn:focus-visible{background:var(--surface-content)}.msx-step--current .msx-step__btn{background:var(--surface-content);color:var(--text-default)}.msx-step__num{border:1px solid var(--border-muted-1);border-radius:50%;flex:none;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.msx-step--current .msx-step__num{background:var(--text-accent-default);border-color:var(--text-accent-default);color:var(--text-on-accent,var(--surface-content))}.msx-step__body{flex-direction:column;gap:.15rem;min-width:0;display:flex}.msx-step__caption{font-size:.8125rem;font-weight:700}.msx-step__narration{font-size:.8125rem;line-height:1.45}.msx-word-on{background:var(--tts-word-color,var(--text-accent-default));color:var(--text-default);border-radius:.2em}.msx-controls{align-items:center;gap:.5rem;display:flex}.msx-controls__group{align-items:center;gap:.25rem;display:flex}.msx-controls__counter{color:var(--text-muted-1);white-space:nowrap;margin-left:auto;margin-right:.5rem;font-size:.8125rem}.doc-body{color:var(--text-default);font-family:var(--font-family,inherit);font-size:var(--font-size,1rem);line-height:var(--line-height,1.6);text-align:var(--text-align,left);margin:2rem 0 0;padding:0}.doc-section{margin-bottom:3rem}.doc-section:last-child{margin-bottom:0}.section-card__body{background:var(--surface-content);border:2px solid var(--border-muted-3);color:var(--text-muted-2);border-radius:4px;padding:1.5rem}@media (width>=640px){.section-card__body{padding:3rem}}.section-card__body .section-card__body{color:inherit;background:0 0;border:none;border-radius:0;padding:0}.doc-section__header{flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-bottom:.75rem;display:flex}.doc-section__timecode{font-variant-numeric:tabular-nums;background-color:var(--surface-muted-1,transparent);color:var(--text-muted-1);border:1px solid var(--border-muted-1);white-space:nowrap;border-radius:999px;padding:.125em .625em;font-size:.75em}button.doc-section__timecode{font:inherit;font-size:.75em}.doc-section__timecode--clickable{cursor:pointer;transition:background-color .12s,color .12s,border-color .12s}.doc-section__timecode--clickable:hover,.doc-section__timecode--clickable:focus-visible{background-color:var(--surface-accent-muted-3,var(--surface-muted-1,transparent));color:var(--text-accent-default);border-color:var(--border-accent-default);outline:none}.doc-heading-block{flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-top:1.5rem;margin-bottom:.5rem;display:flex}.doc-heading{color:var(--text-default);margin:0;font-weight:500;line-height:1.3}.doc-heading[data-level=h2]{font-size:1.5em}.doc-heading[data-level=h3]{font-size:1.25em}.doc-heading[data-level=h4]{font-size:1.1em}.doc-heading[data-level=h5],.doc-heading[data-level=h6]{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted-1);font-size:.9em}.doc-paragraph{color:var(--text-default);margin:0 0 1rem}.doc-paragraph[data-role=visual-description]{border-left:2px solid var(--border-accent-default);color:var(--text-muted-1);padding-left:.875rem;font-style:italic}.doc-paragraph[data-role=caption]{color:var(--text-muted-1);font-size:.875em;font-style:italic}.doc-link{color:var(--text-accent-default);text-underline-offset:.15em;text-decoration:underline}.doc-link:hover{text-decoration-thickness:2px}.doc-reference-marker{font-variant-numeric:tabular-nums;vertical-align:super;color:var(--text-muted-1);font-size:.85em}.doc-figure{text-align:center;margin:1.25rem 0}.doc-image{border:1px solid var(--border-muted-1);background-color:var(--surface-muted-1,transparent);border-radius:.5rem;max-width:100%;height:auto}.doc-figcaption{text-align:left;flex-direction:column;align-items:flex-start;gap:.25rem;margin:.5rem 0 0;padding:0;display:flex}.doc-figcaption__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted-3);font-size:.7em}.doc-figcaption__text{color:var(--text-muted-1);font-size:.9em;font-style:italic;line-height:1.5}.doc-list,.doc-list-nested{color:var(--text-default);margin:0 0 1rem;padding-left:1.75rem}.doc-list li,.doc-list-nested li{margin-bottom:.3rem}.doc-table-wrap{border:1px solid var(--border-muted-1);border-radius:.5rem;margin:0 0 1rem;overflow-x:auto}.doc-table{border-collapse:collapse;width:100%;color:var(--text-default);font-size:.95em}.doc-table th,.doc-table td{text-align:left;border-bottom:1px solid var(--border-muted-1);vertical-align:top;padding:.5rem .75rem}.doc-table th{background-color:var(--surface-muted-1,transparent);color:var(--text-default);font-weight:600}.doc-table tbody tr:last-child td{border-bottom:none}.tiptap-doc-wrap{position:relative}.tiptap-doc-editbar{z-index:60;background-color:var(--surface-content,var(--surface-base));border:2px solid var(--surface-accent-default);border-radius:.75rem;flex-direction:column;align-items:stretch;gap:.4rem;width:max-content;max-width:calc(100vw - 2rem);padding:.5rem .75rem;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000059}.tiptap-doc-editbar--collapsed{border-width:1px;gap:0;width:max-content;padding:.3rem}.tiptap-doc-wrap--editing{padding-bottom:6.5rem}.tiptap-doc-editbar__controls{flex-wrap:wrap;align-items:center;gap:.35rem .6rem;min-height:2.25rem;display:flex}.tiptap-doc-savebar__formats{align-items:center;gap:.1rem;display:flex}.tiptap-doc-editbar__save{align-items:center;gap:.5rem;margin-left:auto;display:flex}.tiptap-doc-savebar__link{align-items:center;gap:.35rem;display:inline-flex}.tiptap-doc-savebar__linkinput{min-width:14rem;font:inherit;color:var(--text-default);background:var(--surface-base,transparent);border:1px solid var(--border-muted-1);border-radius:.375rem;padding:.3rem .5rem;font-size:.85rem}.tiptap-doc-savebar__linkinput:focus-visible{outline:2px solid var(--border-accent-default);outline-offset:1px}.tiptap-doc-savebar__label{color:var(--text-default);font-size:.875rem;font-weight:500}.tiptap-doc-savebar__error{color:var(--status-error,#ef4444);flex-basis:100%;font-size:.75rem}.doc-math-block{text-align:center;margin:1.25rem 0;padding:.5rem 0;overflow-x:auto}.doc-math-block>div{text-align:left;display:inline-block}.doc-math-inline{vertical-align:middle;display:inline-block}.tiptap-doc-wrap .ProseMirror-focused{outline:none}.tiptap-doc-wrap .ProseMirror[contenteditable=true]{caret-color:var(--text-default)}.tiptap-doc-wrap .ProseMirror[contenteditable=true] .doc-figcaption__text{caret-color:var(--text-default);-webkit-user-select:text;user-select:text;cursor:text}.tiptap-doc-wrap .ProseMirror[contenteditable=true] p:hover,.tiptap-doc-wrap .ProseMirror[contenteditable=true] .doc-heading:hover{position:relative}.tiptap-doc-wrap .ProseMirror[contenteditable=true] p:hover:before,.tiptap-doc-wrap .ProseMirror[contenteditable=true] .doc-heading:hover:before{content:"";background-color:var(--surface-accent-default);opacity:.4;pointer-events:none;width:2px;position:absolute;top:0;bottom:0;left:-.75rem}.tiptap-doc-wrap .doc-figure{text-align:center;margin:1.25rem 0}.tiptap-doc-wrap .doc-image{border:1px solid var(--border-muted-1);background-color:var(--surface-muted-1,transparent);border-radius:.5rem;max-width:100%;height:auto}.tiptap-doc-wrap .doc-figcaption{text-align:left;flex-direction:column;align-items:flex-start;gap:.25rem;margin:.5rem 0 0;padding:0;display:flex}.tiptap-doc-wrap .doc-figcaption__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted-3);font-size:.7em}.tiptap-doc-wrap .doc-figcaption__text{color:var(--text-muted-1);font-size:.9em;font-style:italic;line-height:1.5}.doc-extracted{text-align:left;width:100%}.doc-extracted--equation{text-align:center;padding:.25rem 0;overflow-x:auto}.doc-extracted--table table{border-collapse:collapse;text-align:left;width:100%;margin:0}.doc-extracted--table th,.doc-extracted--table td{border:1px solid var(--border-muted-1);text-align:left;vertical-align:top;padding:.4rem .65rem}.tiptap-doc-wrap .doc-figure{position:relative}.tiptap-doc-wrap .doc-fig-controls{z-index:2;background:var(--surface-content,var(--surface-base));border:1px solid var(--border-muted-1);opacity:0;border-radius:.5rem;gap:.25rem;padding:.2rem;transition:opacity .15s;display:flex;position:absolute;top:.4rem;right:.4rem;box-shadow:0 2px 8px #0000002e}.tiptap-doc-wrap .doc-figure:hover .doc-fig-controls,.tiptap-doc-wrap .doc-figure:focus-within .doc-fig-controls{opacity:1}@media (hover:none){.tiptap-doc-wrap .doc-fig-controls{opacity:1}}.tiptap-doc-wrap .doc-pagemark{cursor:default;display:inline;position:relative}.tiptap-doc-wrap .doc-pagemark__caret{vertical-align:text-bottom;background:var(--text-highlight-background-green);pointer-events:auto;cursor:help;background-clip:content-box;border-radius:1px;width:2px;height:1.05em;padding:0 3px;display:inline-block}.tiptap-doc-wrap .doc-pagemark__pin{background:var(--text-highlight-background-green);color:var(--text-highlight-foreground-green);letter-spacing:.02em;white-space:nowrap;pointer-events:auto;cursor:help;border-radius:.7rem;align-items:center;gap:.2rem;padding:.05rem .4rem;font-size:.62rem;font-weight:700;line-height:1.5;display:inline-flex;position:absolute;top:0;right:calc(100% + .4rem)}.tiptap-doc-wrap .doc-pagemark__pin svg{fill:currentColor;flex:none}.tiptap-doc-wrap .doc-pagemark__label{font-variant-numeric:tabular-nums}@media (width<=1100px){.tiptap-doc-wrap .doc-pagemark__pin{display:none}}.tiptap-doc-wrap .doc-math-block{position:relative}.tiptap-doc-wrap .doc-math-controls{z-index:2;background:var(--surface-content,var(--surface-base));border:1px solid var(--border-muted-1);opacity:0;border-radius:.5rem;gap:.25rem;padding:.2rem;transition:opacity .15s;display:flex;position:absolute;top:.15rem;right:.4rem;box-shadow:0 2px 8px #0000002e}.tiptap-doc-wrap .doc-math-block:hover .doc-math-controls,.tiptap-doc-wrap .doc-math-block:focus-within .doc-math-controls{opacity:1}@media (hover:none){.tiptap-doc-wrap .doc-math-controls{opacity:1}}.tiptap-doc-wrap .doc-image--original{margin-top:.5rem}.doc-graph{text-align:left;flex-direction:column;gap:1.5rem;width:100%;display:flex}.doc-graph__panel{border-bottom:1px solid var(--border-muted-1);flex-wrap:wrap;align-items:flex-start;gap:.5rem 1.5rem;margin:0;padding-bottom:1.25rem;display:flex}.doc-graph__plot{flex-direction:column;flex:300px;gap:.3rem;min-width:260px;max-width:440px;display:flex}.doc-graph__aside{flex-direction:column;flex:240px;gap:.5rem;min-width:220px;display:flex}.doc-graph__title{font-style:normal;font-weight:600}.doc-graph__svg{width:100%;max-width:420px;height:auto}.doc-graph__svg .visx-axis-line,.doc-graph__svg .visx-axis-tick line{stroke:var(--border-muted-1)}.doc-graph__svg .visx-axis-tick text{fill:var(--text-muted-2)}.doc-graph__desc{color:var(--text-muted-1);margin:0;font-size:.9em}.doc-graph__points{border-collapse:collapse;font-size:.85em}.doc-graph__points th,.doc-graph__points td{border:1px solid var(--border-muted-1);text-align:left;padding:.2rem .5rem}.doc-graph__axisline{stroke:var(--text-muted-2);stroke-width:1.5px}.doc-graph__axislabel{fill:var(--text-muted-2);font-size:13px;font-style:italic}.doc-graph__pointlabel{font-size:10px;font-weight:600}.doc-graph__svg--polar{max-width:320px}.doc-graph__polargrid{stroke:var(--border-muted-1);stroke-opacity:.6;stroke-width:1px}.doc-graph__polarlabel{fill:var(--text-muted-2);font-size:11px}.doc-graph__polarrlabel{fill:var(--text-muted-2);font-size:9px}.doc-numberline{margin:.25rem 0}.doc-numberline__line{margin:.7rem 0}.doc-numberline__line:first-child{margin-top:0}.doc-numberline__label{color:var(--text-muted-1);text-align:left;margin:0 0 .1rem;font-size:.85em;font-weight:600}.doc-numberline__svg{width:100%;max-width:560px;height:auto;margin:0;display:block}.doc-numberline__axis{color:var(--text-muted-2);stroke:var(--text-muted-2);stroke-width:2px}.doc-numberline__tick{stroke:var(--border-muted-1);stroke-width:1.5px}.doc-numberline__ticklabel{fill:var(--text-muted-2);font-size:13px}.doc-numberline__pointlabel{fill:var(--text-default);font-size:14px;font-weight:600}.doc-numberline__interval{color:var(--text-accent-default);stroke:var(--text-accent-default);stroke-width:4px;stroke-linecap:round}.doc-numberline__dot{stroke:var(--text-accent-default);stroke-width:2.5px}.doc-numberline__dot--closed{fill:var(--text-accent-default)}.doc-numberline__dot--open{fill:var(--surface-content,var(--surface-base))}.doc-numberline__summary{color:var(--text-muted-1);text-align:left;margin:.4rem 0 0;font-size:.85em}.tiptap-doc-wrap .doc-heading-block{flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-top:2rem;margin-bottom:.75rem;display:flex}.tiptap-doc-wrap .doc-heading-block .doc-heading{flex:0 auto;margin:0}.tiptap-doc-wrap .doc-paragraph[data-role=visual-description]{border-left:2px solid var(--border-accent-default);color:var(--text-muted-1);padding-left:.875rem;font-style:italic}.tiptap-doc-wrap .doc-paragraph{color:var(--text-default);margin:0 0 1rem}.tiptap-doc-wrap .doc-paragraph:last-child{margin-bottom:0}.tiptap-doc-wrap .doc-list{color:var(--text-default);margin:0 0 1rem;padding-left:1.75rem}.tiptap-doc-wrap .doc-list li{margin-bottom:.3rem}.tiptap-doc-wrap .doc-section__timecode{font-variant-numeric:tabular-nums;background-color:var(--surface-muted-1,transparent);color:var(--text-muted-1);border:1px solid var(--border-muted-1);white-space:nowrap;border-radius:999px;padding:.125em .625em;font-family:inherit;font-size:.75em}.tiptap-doc-wrap button.doc-section__timecode{font:inherit;cursor:pointer;appearance:none;font-size:.75em}.tiptap-doc-wrap .doc-section__timecode--clickable{cursor:pointer;transition:background-color .12s,color .12s,border-color .12s}.tiptap-doc-wrap .doc-section__timecode--clickable:hover,.tiptap-doc-wrap .doc-section__timecode--clickable:focus-visible{background-color:var(--surface-accent-muted-3,var(--surface-muted-1,transparent));color:var(--text-accent-default);border-color:var(--border-accent-default);outline:none}.tiptap-doc-wrap .doc-heading{color:var(--text-default);margin:0;font-weight:600;line-height:1.3}.tiptap-doc-wrap .doc-heading[data-level=h2]{font-weight:700}.tiptap-doc-wrap .doc-heading[data-level=h5],.tiptap-doc-wrap .doc-heading[data-level=h6]{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted-1);font-weight:600}
