:root{--latex-bg:#fff;--latex-fg:#000;--latex-surface:#f8f9fa;--latex-border:#ddd;--latex-primary:#007acc;--latex-secondary:#6c757d;--latex-success:#28a745;--latex-warning:#fd7e14;--latex-danger:#dc3545;--latex-math:#6f42c1;--latex-environment:#28a745;--latex-command:#007acc;--latex-table:#6f42c1}.latex-dual-editor.theme-dark{--latex-bg:#1f2937;--latex-fg:#f9fafb;--latex-surface:#374151;--latex-border:#4b5563;--latex-primary:#4da6ff;--latex-secondary:#9ca3af;--latex-success:#10b981;--latex-warning:#f59e0b;--latex-danger:#ef4444;--latex-math:#a78bfa;--latex-environment:#10b981;--latex-command:#4da6ff;--latex-table:#a78bfa}:root{--ml-color:var(--latex-fg);--ml-background:var(--latex-bg);--ml-accent:var(--latex-primary);--ml-highlight:var(--latex-primary);--ml-primary:var(--latex-primary);--ml-text:var(--latex-fg);--ml-surface:var(--latex-surface)}.theme-dark{--ml-highlight:#4da6ff;--ml-primary:#4da6ff;--ml-text:#f9fafb;--ml-surface:#374151}.latex-dual-editor{border:1px solid var(--latex-border);background-color:var(--latex-bg);height:100%;color:var(--latex-fg);border-radius:6px;flex-direction:column;display:flex;overflow:hidden}.latex-editor-toolbar{background-color:var(--latex-surface);border-bottom:1px solid var(--latex-border);flex-shrink:0;gap:8px;padding:8px;display:flex}.mode-btn,.toggle-cmd-btn,.toggle-math-hover-btn,.toggle-toolbar-btn{border:1px solid var(--latex-border);background:var(--latex-bg);color:var(--latex-fg);cursor:pointer;border-radius:4px;padding:6px 12px;font-size:13px;transition:all .2s}.mode-btn:hover,.toggle-cmd-btn:hover,.toggle-math-hover-btn:hover,.toggle-toolbar-btn:hover{background:var(--latex-surface);border-color:var(--latex-primary)}.mode-btn.active{background:var(--latex-primary);color:#fff;border-color:var(--latex-primary)}.toggle-cmd-btn.active,.toggle-math-hover-btn.active{background:var(--latex-success);color:#fff;border-color:var(--latex-success)}.toggle-toolbar-btn.active{background:var(--latex-warning);color:#fff;border-color:var(--latex-warning)}.unified-toolbar-container{border-bottom:1px solid var(--latex-border);background-color:var(--latex-surface);flex-shrink:0;display:none}.unified-toolbar{background-color:var(--latex-surface);color:var(--latex-fg);flex-wrap:wrap;align-items:center;gap:12px;padding:8px;display:flex}.toolbar-group{border-right:1px solid var(--latex-border);align-items:center;gap:4px;padding-right:12px;display:flex}.toolbar-group:last-child{border-right:none;padding-right:0}.toolbar-btn{border:1px solid var(--latex-border);background:var(--latex-bg);width:32px;height:32px;color:var(--latex-fg);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;font-size:14px;transition:all .2s;display:flex}.toolbar-btn:hover{background:var(--latex-surface);border-color:var(--latex-primary)}.toolbar-btn:active{transform:translateY(1px)}.toolbar-select{border:1px solid var(--latex-border);background:var(--latex-bg);color:var(--latex-fg);cursor:pointer;border-radius:4px;padding:6px 8px;font-size:13px}.toolbar-color{border:1px solid var(--latex-border);cursor:pointer;background:var(--latex-bg);border-radius:4px;width:32px;height:32px;padding:2px}.toolbar-table-container{position:relative}.table-selector-dropdown{z-index:1000;background:var(--latex-bg);border:1px solid var(--latex-border);border-radius:4px;min-width:180px;max-height:300px;padding:8px;display:none;position:absolute;top:100%;left:0;overflow:visible;box-shadow:0 2px 8px #00000026}.theme-dark .table-selector-dropdown{box-shadow:0 2px 8px #0006}.table-selector{flex-direction:column;align-items:center;width:100%;display:flex}.table-grid{border:1px solid var(--latex-border);background:var(--latex-bg);grid-template-rows:repeat(8,16px);grid-template-columns:repeat(8,16px);gap:1px;margin-bottom:8px;padding:2px;display:grid}.table-grid-cell{border:1px solid var(--latex-border);cursor:pointer;background:var(--latex-surface);width:16px;height:16px;transition:background-color .1s}.table-grid-cell.highlighted{background:var(--latex-primary);border-color:var(--latex-primary)}.table-selector-label{color:var(--latex-secondary);text-align:center;white-space:nowrap;font-size:12px;font-weight:500}.latex-editors-container{flex-direction:column;flex:1;min-height:0;display:flex}.codemirror-container{flex:1;min-height:0}.codemirror-container .cm-editor{background-color:var(--latex-bg);height:100%;color:var(--latex-fg)}.cm-visual-mode .latex-visual-widget{display:inline-block;position:relative}.latex-visual-section{border-bottom:1px solid var(--latex-border);color:var(--latex-fg);margin:1em 0 .5em;padding-bottom:.2em;font-weight:700;display:block}.latex-visual-section-1{font-size:1.8em}.latex-visual-section-2{font-size:1.5em}.latex-visual-section-3{font-size:1.2em}.latex-visual-section-command{background:var(--latex-surface);border-left:4px solid var(--latex-primary);color:var(--latex-fg);border-radius:4px;margin:20px 0 10px;padding:8px 12px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;display:block}.latex-cmd-prefix,.latex-cmd-suffix{color:var(--latex-command);-webkit-user-select:none;user-select:none;font-weight:600}.latex-cmd-content{color:var(--latex-fg);font-weight:700}.latex-visual-list{color:var(--latex-fg);margin:0;padding:0;line-height:1.4}.latex-visual-list-element{margin:0;padding-left:40px;line-height:1.4}.latex-list-item{cursor:text;min-height:1.4em;color:var(--latex-fg);margin:0;padding:0;line-height:1.4;position:relative}.latex-description-item{margin:0;padding:0;line-height:1.4;position:relative}.latex-description-item dt{cursor:text;min-height:1.4em;color:var(--latex-fg);margin:0;padding:0;font-weight:700;line-height:1.4}.latex-description-item dd{cursor:text;min-height:1.4em;color:var(--latex-fg);margin:0 0 0 20px;padding:0;line-height:1.4}.latex-list-item:focus,.latex-description-item dt:focus,.latex-description-item dd:focus{outline:1px solid var(--latex-primary);outline-offset:1px;background:rgba(var(--latex-primary-rgb,0,122,204),.05)}.latex-visual-math-inline{cursor:pointer;color:var(--latex-math);background:0 0;border:none;margin:0 1px}.latex-visual-math-display{text-align:center;cursor:pointer;color:var(--latex-math);background:0 0;margin:10px 0;padding:10px;display:block}.latex-math-command-wrapper{background:var(--latex-surface);border:1px solid var(--latex-math);color:var(--latex-fg);border-radius:4px;padding:8px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.latex-visual-environment{border-left:3px solid var(--latex-environment);background:var(--latex-surface);color:var(--latex-fg);border-radius:4px;margin:10px 0;padding:10px;display:block}.latex-env-command{background:var(--latex-surface);border:1px solid var(--latex-environment);color:var(--latex-fg);border-radius:4px;margin:10px 0;padding:10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.env-begin,.env-end{color:var(--latex-environment);margin:5px 0;font-weight:600}.env-content{border-left:2px solid var(--latex-border);margin:10px 0;padding-left:20px}.env-header{text-transform:capitalize;color:var(--latex-fg);margin-bottom:8px;font-size:.9em;font-weight:700}.latex-visual-command{background:var(--latex-surface);color:var(--latex-fg);border-radius:2px;padding:1px 2px;display:inline}.latex-visual-command.textbf{font-weight:700}.latex-visual-command.textit{font-style:italic}.latex-visual-command.underline{text-decoration:underline}.latex-visual-command.textsc{font-variant:small-caps}.latex-visual-command.textsf{font-family:sans-serif}.latex-visual-command.texttt{background:var(--latex-surface);border-radius:2px;padding:1px 2px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.latex-command-raw{background:var(--latex-surface);border:1px solid var(--latex-danger);color:var(--latex-danger);border-radius:3px;margin:0 2px;padding:2px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em;display:inline-block}.latex-command-wrapper{cursor:text;color:var(--latex-fg);border-radius:2px;transition:background-color .2s;display:inline;position:relative}.latex-command-wrapper:focus{outline:none;background:rgba(var(--latex-primary-rgb,0,122,204),.05)!important}.latex-command-wrapper:hover{background:rgba(var(--latex-primary-rgb,0,122,204),.03)}.latex-command-wrapper[tabindex="0"]{margin:-1px -2px;padding:1px 2px}.latex-command-wrapper span[contenteditable=true]{z-index:1000;min-width:3em;display:inline-block;position:relative}.latex-visual-table{border-collapse:collapse;border:1px solid var(--latex-border);background-color:var(--latex-bg);width:100%;margin:10px 0}.latex-table-cell{border:1px solid var(--latex-border);background-color:var(--latex-bg);min-width:60px;color:var(--latex-fg);padding:8px 12px}.latex-table-command{background:var(--latex-surface);border:1px solid var(--latex-table);color:var(--latex-fg);border-radius:4px;margin:10px 0;padding:10px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.table-begin,.table-end{color:var(--latex-table);margin:5px 0;font-size:.9em;font-weight:600}math-field{color:var(--latex-fg);background:var(--latex-bg)}math-field.math-inline-field{cursor:pointer;pointer-events:auto;min-width:3em;color:var(--latex-math);background:0 0;border:none;margin:0 1px;padding:2px 4px;font-size:1em}math-field.math-display-field{cursor:pointer;pointer-events:auto;box-sizing:border-box;width:100%;min-height:3em;color:var(--latex-math);background:0 0;border:none;margin:10px 0;padding:10px;font-size:1.2em;display:block}math-field:hover{background:0 0}math-field:focus,math-field:focus-within,math-field.focused{outline:2px solid var(--latex-primary);outline-offset:1px;border-color:var(--latex-primary);background:0 0}.math-edit-indicator{background:var(--latex-primary);color:#fff;opacity:0;pointer-events:none;z-index:10;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;transition:opacity .2s;display:flex;position:absolute}.math-edit-indicator.visible{opacity:1}.mathfield-editor-overlay{z-index:10000;background:var(--latex-bg);border:2px solid var(--latex-primary);border-radius:6px;min-width:250px;min-height:80px;padding:10px;position:fixed;box-shadow:0 4px 20px #0003}.theme-dark .mathfield-editor-overlay{box-shadow:0 4px 20px #0006}.math-editor-buttons{flex-shrink:0;justify-content:flex-end;gap:6px;margin-top:8px;display:flex}.math-editor-btn{cursor:pointer;border:none;border-radius:4px;flex-shrink:0;padding:6px 12px;font-size:12px}.math-editor-btn-cancel{background:var(--latex-secondary);color:#fff}.math-editor-btn-done{background:var(--latex-primary);color:#fff}.math-inline-field.editing,.math-display-field.editing{box-sizing:border-box;width:100%;max-width:100%;display:block}.math-inline-field.editing{min-width:4em}.math-display-field.editing{min-height:2em}.math-hover-preview{z-index:10000;background:var(--latex-bg);border:2px solid var(--latex-primary);cursor:default;min-width:100px;max-width:400px;color:var(--latex-fg);border-radius:8px;padding:12px;font-size:14px;line-height:1.4;transition:all .2s;position:fixed;box-shadow:0 4px 20px #0003}.theme-dark .math-hover-preview{box-shadow:0 4px 20px #0006}.math-hover-preview:hover{border-color:var(--latex-primary);box-shadow:0 6px 24px #00000040}.theme-dark .math-hover-preview:hover{box-shadow:0 6px 24px #00000080}.math-preview-container{min-height:20px;display:inline-block;position:relative}.math-preview-container.display{text-align:center;min-height:40px;margin:10px 0;display:block}.math-preview-container.inline{min-height:20px;margin:0 2px;display:inline-block}.math-hover-preview math-field{font-size:inherit;pointer-events:auto;min-width:2em;color:var(--latex-fg);background:0 0;border:none;margin:0;padding:4px;transition:all .2s}.math-hover-preview math-field:hover{background:var(--latex-surface);border-radius:4px}.math-hover-preview math-field:focus,.math-hover-preview math-field.focused{outline:2px solid var(--latex-primary);outline-offset:1px;background:var(--latex-bg);border-radius:4px}.math-hover-preview math-field[readonly=false]{background:var(--latex-bg);border:1px solid var(--latex-primary);border-radius:4px;padding:6px}.math-edit-button{background:var(--latex-primary);color:#fff;cursor:pointer;opacity:0;z-index:10;-webkit-user-select:none;user-select:none;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:10px;transition:all .2s;display:flex;position:absolute;box-shadow:0 2px 6px #0003}.math-edit-button:hover{background:var(--latex-primary);transform:scale(1.1);box-shadow:0 3px 8px #0000004d}.math-edit-button:active{transform:scale(.95)}.math-preview-container.display .math-edit-button{width:24px;height:24px;font-size:12px;top:6px;right:6px}.math-preview-container.inline .math-edit-button{width:20px;height:20px;font-size:10px;top:-8px;right:-8px}.math-preview-container:hover .math-edit-button,.math-edit-button:hover{opacity:1}.math-hover-preview .math-editor-buttons{border-top:1px solid var(--latex-border);flex-shrink:0;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:8px;display:flex}.math-hover-preview .math-editor-btn{cursor:pointer;border:none;border-radius:4px;flex-shrink:0;min-width:60px;padding:8px 14px;font-size:12px;font-weight:500;transition:all .2s}.math-hover-preview .math-editor-btn-cancel{background:var(--latex-secondary);color:#fff}.math-hover-preview .math-editor-btn-cancel:hover{background:var(--latex-secondary);transform:translateY(-1px)}.math-hover-preview .math-editor-btn-done{background:var(--latex-primary);color:#fff}.math-hover-preview .math-editor-btn-done:hover{background:var(--latex-primary);transform:translateY(-1px)}.math-hover-preview .math-editor-btn:active{transform:translateY(0)}@keyframes mathHoverSlideIn{0%{opacity:0;transform:scale(.9)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.math-hover-preview{animation:.25s ease-out mathHoverSlideIn}.cm-editor .cm-line{position:relative}.cm-editor[data-math-hover-enabled=true] .cm-line:hover{background:rgba(var(--latex-primary-rgb,0,122,204),.05)}.math-hover-preview *{-webkit-user-select:none;user-select:none}.math-hover-preview math-field[readonly=false] *{-webkit-user-select:text;user-select:text}.cm-editor[data-math-hover-enabled=true]{cursor:default}.math-hover-preview.editing{border-color:var(--latex-success);box-shadow:0 6px 24px rgba(var(--latex-success-rgb,40,167,69),.2)}.math-hover-preview.editing .math-preview-container{background:rgba(var(--latex-success-rgb,40,167,69),.05);border-radius:4px}.math-edit-button:after{content:attr(title);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;background:#000c;border-radius:4px;margin-bottom:4px;padding:4px 8px;font-size:11px;transition:all .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.math-edit-button:hover:after{opacity:1;visibility:visible}@media (max-width:768px){.latex-dual-editor{border-radius:0}.latex-editor-toolbar{flex-wrap:wrap;gap:6px;padding:6px}.mode-btn,.toggle-cmd-btn,.toggle-math-hover-btn,.toggle-toolbar-btn{padding:4px 8px;font-size:12px}.unified-toolbar{gap:8px;padding:6px}.toolbar-btn{width:28px;height:28px;font-size:12px}.math-hover-preview{max-width:calc(100vw - 20px);right:10px;transform:none;left:10px!important}.math-preview-container.display .math-edit-button{width:28px;height:28px;font-size:14px;top:4px;right:4px}.math-preview-container.inline .math-edit-button{width:24px;height:24px;font-size:12px;top:-6px;right:-6px}}@media (max-width:480px){.latex-editor-toolbar{flex-direction:column;align-items:stretch}.mode-btn,.toggle-cmd-btn,.toggle-math-hover-btn,.toggle-toolbar-btn{text-align:center;width:100%}.unified-toolbar{flex-direction:column;align-items:stretch}.toolbar-group{border-right:none;border-bottom:1px solid var(--latex-border);justify-content:center;margin-bottom:8px;padding-bottom:8px;padding-right:0}.toolbar-group:last-child{border-bottom:none;margin-bottom:0}}@media print{.latex-dual-editor{box-shadow:none;border:none}.latex-editor-toolbar,.unified-toolbar-container{display:none!important}.latex-visual-widget{break-inside:avoid}.math-hover-preview,.mathfield-editor-overlay{display:none!important}}@media (prefers-contrast:high){.latex-dual-editor{border-width:2px}.mode-btn,.toggle-cmd-btn,.toggle-math-hover-btn,.toggle-toolbar-btn{border-width:2px;font-weight:700}.latex-visual-section{border-bottom-width:2px}.latex-visual-environment{border-left-width:4px}.math-hover-preview{border-width:3px}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.math-hover-preview{animation:none}.toolbar-btn,.mode-btn,.toggle-cmd-btn,.toggle-math-hover-btn,.toggle-toolbar-btn{transition:none}}.ML__popover,.ML__menu,.ML__keyboard{z-index:10001}body{--keyboard-accent-color:var(--latex-primary);--keyboard-toolbar-text:var(--latex-fg);--keyboard-toolbar-text-active:#fff;--keyboard-toolbar-background:var(--latex-surface,var(--latex-bg));--keyboard-toolbar-background-hover:var(--latex-primary);--keyboard-toolbar-background-selected:var(--latex-primary);--keycap-background:var(--latex-surface,var(--latex-bg));--keycap-background-hover:var(--latex-primary);--keycap-background-active:var(--latex-primary);--keycap-background-pressed:var(--latex-primary);--keycap-border:var(--latex-border);--keycap-border-bottom:var(--latex-border);--keycap-text:var(--latex-fg);--keycap-text-hover:#fff;--keycap-text-active:#fff;--keycap-text-pressed:#fff;--keycap-shift-text:var(--latex-fg);--keycap-shift-color:var(--latex-primary);--keycap-primary-background:var(--latex-primary);--keycap-primary-text:#fff;--keycap-primary-background-hover:var(--latex-primary);--keycap-secondary-background:var(--latex-surface,var(--latex-bg));--keycap-secondary-background-hover:var(--latex-primary);--keycap-secondary-text:var(--latex-fg);--keycap-secondary-border:var(--latex-border);--keycap-secondary-border-bottom:var(--latex-border);--variant-panel-background:var(--latex-bg);--variant-keycap-text:var(--latex-fg);--variant-keycap-text-active:#fff;--variant-keycap-background-active:var(--latex-primary);--keyboard-border:1px solid var(--latex-border);--keyboard-horizontal-rule:1px solid var(--latex-border)}.ML__menu,.ML__popover,.ML__keyboard{border-radius:6px;color:var(--latex-fg)!important;border:1px solid var(--latex-border)!important}.ML__keyboard button,.ML__menu button{background:var(--latex-surface,var(--latex-bg));color:var(--latex-fg);border:1px solid var(--latex-border)}.ML__keyboard button:hover,.ML__menu button:hover{background:var(--latex-primary);color:#fff}
.Leftbar-module__8yt4UW__leftbar{background-color:var(--background);box-sizing:border-box;flex-direction:column;min-width:0;max-width:100%;height:100%;min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__prose,.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__prose-sm,.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__prose *{box-sizing:border-box!important;overflow-wrap:break-word!important;word-break:break-word!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__messageContent *,.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__chatArea *,.Leftbar-module__8yt4UW__leftbar [data-slot=scroll-area-viewport] *{max-width:100%!important}.Leftbar-module__8yt4UW__leftbar pre,.Leftbar-module__8yt4UW__leftbar code{box-sizing:border-box!important;max-width:100%!important}.Leftbar-module__8yt4UW__leftbarContent{box-sizing:border-box;flex-direction:column;flex:1 1 0;gap:8px;width:100%;max-width:100%;height:100%;min-height:0;padding:8px 10px 4px;display:flex;overflow:hidden}.Leftbar-module__8yt4UW__leftbarContent>*{box-sizing:border-box!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.Leftbar-module__8yt4UW__tabBarContainer{box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;padding:0;display:flex;overflow:visible;height:auto!important;min-height:20px!important;max-height:24px!important}.Leftbar-module__8yt4UW__tabsContainer{scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;flex-direction:row;flex:1;gap:8px;min-width:0;max-width:100%;display:flex;overflow:auto hidden}.Leftbar-module__8yt4UW__tabsContainer::-webkit-scrollbar{display:none}.Leftbar-module__8yt4UW__tabsContainer{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.Leftbar-module__8yt4UW__tabWrapper{flex-shrink:0;display:inline-block;position:relative}.Leftbar-module__8yt4UW__chatTab{white-space:nowrap;border-radius:3px;flex-shrink:0;align-items:center;gap:6px;display:flex;height:20px!important;min-height:20px!important;max-height:20px!important;padding:1px 8px!important;line-height:1.2!important;transition:none!important}.Leftbar-module__8yt4UW__chatTab *{transition:none!important}.Leftbar-module__8yt4UW__chatTab:hover:not(.Leftbar-module__8yt4UW__activeTab){background-color:var(--muted)!important;transition:none!important}.Leftbar-module__8yt4UW__chatTab:not(:hover):not(.Leftbar-module__8yt4UW__activeTab){background-color:#0000!important;transition:none!important}.Leftbar-module__8yt4UW__chatTab.Leftbar-module__8yt4UW__activeTab{font-weight:500;background-color:var(--muted)!important}.Leftbar-module__8yt4UW__chatTab .Leftbar-module__8yt4UW__conversationTitle{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;max-width:150px;position:relative;overflow:hidden;transition:none!important}.Leftbar-module__8yt4UW__tabWrapper:hover .Leftbar-module__8yt4UW__chatTab .Leftbar-module__8yt4UW__conversationTitle{-webkit-mask-image:linear-gradient(90deg,#000 0% calc(100% - 30px),#0000 100%);mask-image:linear-gradient(90deg,#000 0% calc(100% - 30px),#0000 100%)}.Leftbar-module__8yt4UW__tabWrapper:not(:hover) .Leftbar-module__8yt4UW__chatTab .Leftbar-module__8yt4UW__conversationTitle{-webkit-mask-image:none!important;mask-image:none!important}.Leftbar-module__8yt4UW__closeTabOverlay{z-index:10;pointer-events:none;opacity:0;visibility:hidden;background-color:#0000;border-radius:0 3px 3px 0;justify-content:flex-end;align-items:center;width:18px;padding-right:2px;display:flex;position:absolute;top:0;bottom:0;right:0;transition:none!important}.Leftbar-module__8yt4UW__closeTabOverlay:before{content:"";background-color:var(--muted);z-index:-1;border-radius:0 3px 3px 0;position:absolute;inset:0}.Leftbar-module__8yt4UW__tabWrapper:hover .Leftbar-module__8yt4UW__closeTabOverlay{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:none!important}.Leftbar-module__8yt4UW__tabWrapper:not(:hover) .Leftbar-module__8yt4UW__closeTabOverlay{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:none!important}.Leftbar-module__8yt4UW__closeTabOverlay.Leftbar-module__8yt4UW__closeTabOverlayVisible{opacity:1;visibility:visible;pointer-events:auto}.Leftbar-module__8yt4UW__closeTabButton{flex-shrink:0;width:12px;height:12px;margin:0;padding:0;position:relative;transition:none!important}.Leftbar-module__8yt4UW__closeTabButton svg,.Leftbar-module__8yt4UW__closeTabButton *{opacity:1!important;transition:none!important}.Leftbar-module__8yt4UW__closeTabButton:hover{background-color:#0000!important;transform:scale(1)!important}.Leftbar-module__8yt4UW__tabWrapper:hover .Leftbar-module__8yt4UW__chatTab:not(.Leftbar-module__8yt4UW__activeTab){background-color:var(--muted)!important}.Leftbar-module__8yt4UW__globalControls{flex-shrink:0;align-items:center;gap:0;margin-left:auto;margin-right:0;padding-left:0;display:flex}.Leftbar-module__8yt4UW__globalControls button{justify-content:center!important;align-items:center!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;padding:0!important;display:flex!important}.Leftbar-module__8yt4UW__globalControls button svg{width:14px!important;height:14px!important}.Leftbar-module__8yt4UW__loadingConversations{text-align:center;color:var(--muted-foreground);padding:16px;font-family:Inter,sans-serif;font-size:12px}.Leftbar-module__8yt4UW__noConversations{color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;display:flex}.Leftbar-module__8yt4UW__noConversations p{margin:0;font-family:Inter,sans-serif;font-size:13px}.Leftbar-module__8yt4UW__noConversations button{color:#fff;cursor:pointer;background-color:#4a90e2;border:none;border-radius:6px;padding:8px 16px;font-family:Inter,sans-serif;font-size:12px;transition:all .2s}.Leftbar-module__8yt4UW__noConversations button:hover{background-color:#357abd}.Leftbar-module__8yt4UW__conversationTab{background-color:var(--muted);border:1px solid var(--border);cursor:pointer;box-sizing:border-box;border-radius:8px;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;min-width:120px;max-width:200px;height:36px;padding:8px 14px;transition:all .2s;display:inline-flex}.Leftbar-module__8yt4UW__conversationTab:hover{background-color:var(--accent);border-color:var(--border)}.Leftbar-module__8yt4UW__conversationTab.Leftbar-module__8yt4UW__activeTab{background-color:var(--card);border-color:var(--primary);box-shadow:0 2px 4px #4a90e21a}.Leftbar-module__8yt4UW__conversationTitle{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-family:Inter,sans-serif;font-size:12px;font-weight:400;overflow:hidden}.Leftbar-module__8yt4UW__activeTab .Leftbar-module__8yt4UW__conversationTitle{color:var(--foreground);font-weight:500}.Leftbar-module__8yt4UW__conversationActions{opacity:0;gap:4px;transition:opacity .2s;display:flex}.Leftbar-module__8yt4UW__conversationTab:hover .Leftbar-module__8yt4UW__conversationActions{opacity:1}.Leftbar-module__8yt4UW__conversationActions button{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.Leftbar-module__8yt4UW__conversationActions button:hover{background-color:var(--accent);color:var(--foreground)}.Leftbar-module__8yt4UW__editingTitle{flex:1;align-items:center;gap:4px;min-width:0;display:flex}.Leftbar-module__8yt4UW__editingTitle input{border:1px solid var(--primary);background-color:var(--input);min-width:60px;color:var(--foreground);border-radius:4px;outline:none;flex:1;padding:4px 6px;font-family:Inter,sans-serif;font-size:12px}.Leftbar-module__8yt4UW__editingTitle button{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Leftbar-module__8yt4UW__editingTitle button:hover{background-color:var(--accent);color:var(--foreground)}.Leftbar-module__8yt4UW__actions{border-bottom:1px solid var(--border);flex-wrap:nowrap;gap:-1px;width:100%;margin-bottom:12px;padding-bottom:0;display:flex;overflow:hidden}.Leftbar-module__8yt4UW__actionButton{background-color:var(--muted);border:1px solid var(--border);cursor:pointer;border-bottom:none;border-radius:8px 8px 0 0;flex:1;justify-content:center;align-items:center;min-width:0;max-width:50%;height:auto;min-height:32px;padding:8px;transition:all .2s;display:flex;position:relative}.Leftbar-module__8yt4UW__actionButton span{color:var(--foreground);text-align:center;word-wrap:break-word;overflow-wrap:break-word;white-space:nowrap;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:1.2;overflow:hidden}.Leftbar-module__8yt4UW__actionButton:hover{background-color:var(--accent);border-color:var(--border)}.Leftbar-module__8yt4UW__actionButton:active{cursor:pointer}.Leftbar-module__8yt4UW__actionButton.Leftbar-module__8yt4UW__active{background-color:var(--card);border-color:var(--border);border-bottom:1px solid var(--card);z-index:3}.Leftbar-module__8yt4UW__actionButton.Leftbar-module__8yt4UW__active span{color:var(--foreground);font-weight:500}.Leftbar-module__8yt4UW__addButton{background-color:var(--muted);border:1px solid var(--border);cursor:pointer;z-index:2;border-bottom:none;border-radius:8px 8px 0 0;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:auto;min-height:32px;padding:8px;transition:all .2s;display:flex;position:relative}.Leftbar-module__8yt4UW__addButton span{color:var(--muted-foreground);text-align:center;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1}.Leftbar-module__8yt4UW__addButton:hover{background-color:var(--accent);border-color:var(--border)}.Leftbar-module__8yt4UW__addButton:hover span{color:var(--foreground)}.Leftbar-module__8yt4UW__addButton:active{cursor:pointer}.Leftbar-module__8yt4UW__separator{background-color:var(--border);flex-shrink:0;width:calc(100% + 40px);height:1px;margin:8px -20px}.Leftbar-module__8yt4UW__chatArea{box-sizing:border-box;flex-direction:column;flex:auto;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.Leftbar-module__8yt4UW__chatArea [data-slot=scroll-area-scrollbar]{max-height:calc(100% - 200px)!important;bottom:200px!important}.Leftbar-module__8yt4UW__chatArea [data-slot=scroll-area-viewport],.Leftbar-module__8yt4UW__chatArea [data-slot=scroll-area-viewport]>div{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.Leftbar-module__8yt4UW__chatArea [data-slot=scroll-area-viewport] *{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__chatHistory{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:auto;gap:0;min-height:0;margin:0;padding:0;display:flex;position:relative;overflow-y:auto}.Leftbar-module__8yt4UW__chatHistory::-webkit-scrollbar{display:none}.Leftbar-module__8yt4UW__chatHistory:hover{scrollbar-width:none;-ms-overflow-style:none}.Leftbar-module__8yt4UW__chatHistory:hover::-webkit-scrollbar{display:none}.Leftbar-module__8yt4UW__chatHistory:after{content:"";pointer-events:none;z-index:10;background:0 0;width:6px;height:calc(100% - 200px);transition:all .3s;position:absolute;top:0;right:0}.Leftbar-module__8yt4UW__chatHistory:hover:after{pointer-events:auto;background:0 0}.Leftbar-module__8yt4UW__chatHistory:before{content:"";pointer-events:none;z-index:11;opacity:0;background:0 0;border-radius:2px;width:4px;height:30px;transition:opacity .3s;position:absolute;top:0;right:1px}.Leftbar-module__8yt4UW__chatHistory:hover:before{opacity:0}.Leftbar-module__8yt4UW__suggestionCard{background-color:var(--muted);border:1px solid var(--border);box-sizing:border-box;border-radius:4px;width:100%;padding:2px;overflow:hidden}.Leftbar-module__8yt4UW__suggestionText{color:var(--muted-foreground);word-wrap:break-word;overflow-wrap:break-word;white-space:normal;font-family:Inter,sans-serif;font-size:12px;font-weight:300;line-height:16px;overflow:hidden}.Leftbar-module__8yt4UW__responseCard{box-sizing:border-box;background-color:#0000;width:100%;padding:0;overflow:hidden}.Leftbar-module__8yt4UW__responseText{color:var(--foreground);word-wrap:break-word;overflow-wrap:break-word;white-space:normal;font-family:Inter,sans-serif;font-size:12px;font-weight:300;line-height:16px;overflow:hidden}.Leftbar-module__8yt4UW__referenceText{color:var(--foreground);cursor:pointer;align-self:flex-start;align-items:center;gap:4px;margin-top:4px;margin-left:7px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;line-height:16px;transition:color .2s;display:flex}.Leftbar-module__8yt4UW__referenceText:hover{color:#007bff}.Leftbar-module__8yt4UW__referenceText:active{cursor:pointer}.Leftbar-module__8yt4UW__linkIcon{flex-shrink:0}.Leftbar-module__8yt4UW__footer{margin-top:auto}.Leftbar-module__8yt4UW__footerCard{background-color:var(--muted);border:1px solid var(--border);border-radius:12px;flex-direction:column;justify-content:space-between;height:60px;padding:4px 10px;display:flex;position:relative}.Leftbar-module__8yt4UW__footerText{color:var(--muted-foreground);word-wrap:break-word;overflow-wrap:break-word;white-space:normal;font-family:Inter,sans-serif;font-size:12px;font-weight:300;line-height:28px;overflow:hidden}.Leftbar-module__8yt4UW__footerIndicator{background-color:var(--muted-foreground);border-radius:32px;justify-content:center;align-items:center;width:17px;height:17px;display:flex;position:absolute;bottom:4px;right:10px}.Leftbar-module__8yt4UW__sendArrow{flex-shrink:0}.Leftbar-module__8yt4UW__userMessage{box-sizing:border-box;justify-content:center;width:100%;min-width:0;max-width:100%;margin-bottom:8px;display:flex}.Leftbar-module__8yt4UW__assistantMessage{box-sizing:border-box;justify-content:flex-start;width:100%;min-width:0;max-width:100%;margin-bottom:8px;margin-left:0;display:flex}.Leftbar-module__8yt4UW__messageContent{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box;flex-direction:column;width:100%;min-width:0;max-width:100%;min-height:0;padding-left:0;padding-right:0;transition:all .2s ease-in-out;display:flex;overflow-x:hidden}.Leftbar-module__8yt4UW__userMessage .Leftbar-module__8yt4UW__messageContent{align-items:center;width:100%}.Leftbar-module__8yt4UW__assistantMessage .Leftbar-module__8yt4UW__messageContent{align-items:flex-start}.Leftbar-module__8yt4UW__messageText{background-color:var(--muted);border:1px solid var(--border);color:var(--muted-foreground);word-wrap:break-word;overflow-wrap:break-word;white-space:normal;border-radius:4px;padding:6px 8px;font-family:Inter,sans-serif;font-size:14px;font-weight:300;line-height:20px}.Leftbar-module__8yt4UW__userMessage .Leftbar-module__8yt4UW__messageText{background-color:var(--accent);color:var(--foreground);border-color:var(--border);box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;width:100%;min-width:0;max-width:100%}.Leftbar-module__8yt4UW__userMessage div[class*=bg-gray]{box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.Leftbar-module__8yt4UW__assistantMessage .Leftbar-module__8yt4UW__messageText{color:var(--foreground);box-sizing:border-box;overflow-wrap:break-word;background-color:#0000;border:none;width:100%;min-width:0;max-width:100%;padding:4px 0;font-family:Inter,sans-serif;font-size:14px;line-height:20px;animation:.3s ease-in Leftbar-module__8yt4UW__fadeIn}@keyframes Leftbar-module__8yt4UW__fadeIn{0%{opacity:0}to{opacity:1}}.Leftbar-module__8yt4UW__assistantMessage .Leftbar-module__8yt4UW__messageText [data-streamdown],.Leftbar-module__8yt4UW__assistantMessage .Leftbar-module__8yt4UW__messageText [data-streamdown] *{font-family:unset!important;font-size:unset!important;line-height:unset!important;color:unset!important}.Leftbar-module__8yt4UW__assistantMessage .Leftbar-module__8yt4UW__messageText.Leftbar-module__8yt4UW__thinking{color:var(--muted-foreground);opacity:.8;font-style:italic}.Leftbar-module__8yt4UW__chatInput{flex-grow:0;flex-shrink:0}.Leftbar-module__8yt4UW__inputContainer{background-color:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;align-items:flex-start;height:auto;min-height:80px;max-height:200px;padding:12px;display:flex;position:relative;box-shadow:0 2px 4px #0000001a}.Leftbar-module__8yt4UW__messageInput{color:var(--foreground);resize:none;vertical-align:top;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;background:0 0;border:none;outline:none;width:calc(100% - 30px);min-height:48px;max-height:160px;margin-bottom:8px;padding:0 0 8px;font-family:Inter,sans-serif;font-size:13px;line-height:1.4;position:relative;overflow-y:auto}.Leftbar-module__8yt4UW__messageInput::-webkit-scrollbar{display:none}.Leftbar-module__8yt4UW__messageInput::placeholder{color:var(--muted-foreground)}.Leftbar-module__8yt4UW__sendButton{background-color:var(--muted-foreground);cursor:pointer;z-index:1;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;width:22px;height:22px;transition:all .2s;display:flex;position:absolute;bottom:8px;right:8px}.Leftbar-module__8yt4UW__sendButton:hover{background-color:var(--foreground);transform:scale(1.05)}.Leftbar-module__8yt4UW__sendButton:active{transform:scale(.95)}.Leftbar-module__8yt4UW__sendButton:disabled{opacity:.6;cursor:not-allowed}.Leftbar-module__8yt4UW__loadingSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:1s linear infinite Leftbar-module__8yt4UW__spin}@keyframes Leftbar-module__8yt4UW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Leftbar-module__8yt4UW__resizeHandle{z-index:10;background-color:#0000;width:4px;height:100%;transition:background-color .2s;position:absolute;top:0;right:0;cursor:ew-resize!important}.Leftbar-module__8yt4UW__resizeHandle:hover{background-color:#4a90e2;cursor:ew-resize!important}.Leftbar-module__8yt4UW__resizeHandle:active{background-color:#357abd;cursor:ew-resize!important}.Leftbar-module__8yt4UW__katex{font-size:1em}.Leftbar-module__8yt4UW__katex-display{text-align:center;margin:1em 0}.Leftbar-module__8yt4UW__messageContent>*{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent [data-radix-collapsible-content]{overflow-wrap:break-word;word-break:break-word;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent [data-radix-collapsible-trigger]{overflow-wrap:break-word;word-break:break-word;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.Leftbar-module__8yt4UW__messageContent [data-radix-collapsible-content]{overflow-x:hidden!important}.Leftbar-module__8yt4UW__messageContent>div[class*=w-full]{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.Leftbar-module__8yt4UW__messageContent div{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent [class*=min-w],.Leftbar-module__8yt4UW__messageContent [class*=max-w]{min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose-sm{--tw-prose-body:100%!important;--tw-prose-headings:100%!important;--tw-prose-lead:100%!important;--tw-prose-links:100%!important;--tw-prose-bold:100%!important;--tw-prose-counters:100%!important;--tw-prose-bullets:100%!important;--tw-prose-hr:100%!important;--tw-prose-quotes:100%!important;--tw-prose-quote-borders:100%!important;--tw-prose-captions:100%!important;--tw-prose-code:100%!important;--tw-prose-pre-code:100%!important;--tw-prose-pre-bg:100%!important;--tw-prose-th-borders:100%!important;--tw-prose-td-borders:100%!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent [style*=width],.Leftbar-module__8yt4UW__messageContent [style*=min-width],.Leftbar-module__8yt4UW__messageContent [style*=max-width]{min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent article,.Leftbar-module__8yt4UW__messageContent section{box-sizing:border-box!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent [data-streamdown]{overflow-wrap:break-word;word-break:break-word;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__leftbarContent .Leftbar-module__8yt4UW__chatArea .Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose,.Leftbar-module__8yt4UW__prose{--tw-prose-body:100%!important;--tw-prose-headings:100%!important;--tw-prose-lead:100%!important;--tw-prose-links:100%!important;--tw-prose-bold:100%!important;--tw-prose-counters:100%!important;--tw-prose-bullets:100%!important;--tw-prose-hr:100%!important;--tw-prose-quotes:100%!important;--tw-prose-quote-borders:100%!important;--tw-prose-captions:100%!important;--tw-prose-code:100%!important;--tw-prose-pre-code:100%!important;--tw-prose-pre-bg:100%!important;--tw-prose-th-borders:100%!important;--tw-prose-td-borders:100%!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose *{box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;width:auto!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose{width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.Leftbar-module__8yt4UW__leftbar p,.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__prose p,.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__prose * p,.Leftbar-module__8yt4UW__leftbar [class*=prose] p{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;box-sizing:border-box!important;white-space:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__prose,.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__prose-sm{--tw-prose-max-width:100%!important;width:100%!important;max-width:100%!important}.Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__prose *{--tw-prose-max-width:100%!important;max-width:100%!important}#Leftbar-module__8yt4UW__persistent-leftbar-container .Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__leftbarContent .Leftbar-module__8yt4UW__chatArea [data-slot=scroll-area-viewport]>div>div.Leftbar-module__8yt4UW__assistantMessage>div.Leftbar-module__8yt4UW__messageContent>div.Leftbar-module__8yt4UW__prose.Leftbar-module__8yt4UW__prose-sm.Leftbar-module__8yt4UW__max-w-none p.Leftbar-module__8yt4UW__mb-4.Leftbar-module__8yt4UW__leading-relaxed,#Leftbar-module__8yt4UW__persistent-leftbar-container .Leftbar-module__8yt4UW__leftbar .Leftbar-module__8yt4UW__leftbarContent .Leftbar-module__8yt4UW__chatArea [data-slot=scroll-area-viewport]>div>div.Leftbar-module__8yt4UW__assistantMessage>div.Leftbar-module__8yt4UW__messageContent>div.Leftbar-module__8yt4UW__prose p{box-sizing:border-box!important;word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose.Leftbar-module__8yt4UW__prose-sm{--tw-prose-body:100%!important;--tw-prose-headings:100%!important;--tw-prose-lead:100%!important;--tw-prose-links:100%!important;--tw-prose-bold:100%!important;--tw-prose-counters:100%!important;--tw-prose-bullets:100%!important;--tw-prose-hr:100%!important;--tw-prose-quotes:100%!important;--tw-prose-quote-borders:100%!important;--tw-prose-captions:100%!important;--tw-prose-code:100%!important;--tw-prose-pre-code:100%!important;--tw-prose-pre-bg:100%!important;--tw-prose-th-borders:100%!important;--tw-prose-td-borders:100%!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose p,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose li,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose span,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose div,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose h1,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose h2,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose h3,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose h4,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose h5,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose h6{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose p.Leftbar-module__8yt4UW__mb-4,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose p[class*=mb-],.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose p[class*=leading-]{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent *{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose strong,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose em,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose code,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose a{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose pre{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose table{box-sizing:border-box!important;table-layout:fixed!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose table[class*=min-w]{width:100%!important;min-width:0!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose div[class*=overflow-x]{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose table td,.Leftbar-module__8yt4UW__messageContent .Leftbar-module__8yt4UW__prose table th{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:normal!important;min-width:0!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent [data-radix-collapsible-content] pre{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;overflow-x:auto;box-sizing:border-box!important;width:100%!important;max-width:100%!important}.Leftbar-module__8yt4UW__messageContent pre{box-sizing:border-box!important;word-wrap:normal!important;white-space:pre!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important}.Leftbar-module__8yt4UW__messageContent pre code{box-sizing:border-box;word-wrap:normal;white-space:pre;width:100%;min-width:0;max-width:100%;display:block;overflow-x:auto}.Leftbar-module__8yt4UW__messageContent * pre{box-sizing:border-box!important;width:100%!important;max-width:100%!important;overflow-x:auto!important}.Leftbar-module__8yt4UW__messageContent * pre code{box-sizing:border-box;width:100%;max-width:100%;display:block;overflow-x:auto}
@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(../media/KaTeX_AMS-Regular.c30af439.woff2)format("woff2"),url(../media/KaTeX_AMS-Regular.e6a3cada.woff)format("woff"),url(../media/KaTeX_AMS-Regular.892f691b.ttf)format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(../media/KaTeX_Caligraphic-Bold.db991531.woff2)format("woff2"),url(../media/KaTeX_Caligraphic-Bold.2f97783e.woff)format("woff"),url(../media/KaTeX_Caligraphic-Bold.a36b8125.ttf)format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(../media/KaTeX_Caligraphic-Regular.c20eee08.woff2)format("woff2"),url(../media/KaTeX_Caligraphic-Regular.2b13f013.woff)format("woff"),url(../media/KaTeX_Caligraphic-Regular.7c50032c.ttf)format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(../media/KaTeX_Fraktur-Bold.d514bd28.woff2)format("woff2"),url(../media/KaTeX_Fraktur-Bold.5fa2f5e4.woff)format("woff"),url(../media/KaTeX_Fraktur-Bold.e311399d.ttf)format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(../media/KaTeX_Fraktur-Regular.5d62e468.woff2)format("woff2"),url(../media/KaTeX_Fraktur-Regular.18139813.woff)format("woff"),url(../media/KaTeX_Fraktur-Regular.2a73476d.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(../media/KaTeX_Main-Bold.f4e2828d.woff2)format("woff2"),url(../media/KaTeX_Main-Bold.c24b5ba7.woff)format("woff"),url(../media/KaTeX_Main-Bold.6d137c77.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(../media/KaTeX_Main-BoldItalic.f1884480.woff2)format("woff2"),url(../media/KaTeX_Main-BoldItalic.079b33ae.woff)format("woff"),url(../media/KaTeX_Main-BoldItalic.c003d3ec.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(../media/KaTeX_Main-Italic.a3746929.woff2)format("woff2"),url(../media/KaTeX_Main-Italic.26a3619b.woff)format("woff"),url(../media/KaTeX_Main-Italic.61da3e93.ttf)format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(../media/KaTeX_Main-Regular.12644167.woff2)format("woff2"),url(../media/KaTeX_Main-Regular.d511f158.woff)format("woff"),url(../media/KaTeX_Main-Regular.876b86ad.ttf)format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(../media/KaTeX_Math-BoldItalic.5c6a6a93.woff2)format("woff2"),url(../media/KaTeX_Math-BoldItalic.ad4dffd5.woff)format("woff"),url(../media/KaTeX_Math-BoldItalic.e73b3bf0.ttf)format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(../media/KaTeX_Math-Italic.d8564edb.woff2)format("woff2"),url(../media/KaTeX_Math-Italic.1cd2c488.woff)format("woff"),url(../media/KaTeX_Math-Italic.03974bc4.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(../media/KaTeX_SansSerif-Bold.a03f9428.woff2)format("woff2"),url(../media/KaTeX_SansSerif-Bold.ff51ef5c.woff)format("woff"),url(../media/KaTeX_SansSerif-Bold.d4608ed5.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(../media/KaTeX_SansSerif-Italic.9245afda.woff2)format("woff2"),url(../media/KaTeX_SansSerif-Italic.8ed740d6.woff)format("woff"),url(../media/KaTeX_SansSerif-Italic.c0b22b1e.ttf)format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(../media/KaTeX_SansSerif-Regular.128c9bc2.woff2)format("woff2"),url(../media/KaTeX_SansSerif-Regular.ee7b0a16.woff)format("woff"),url(../media/KaTeX_SansSerif-Regular.156dbd4e.ttf)format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(../media/KaTeX_Script-Regular.186c7155.woff2)format("woff2"),url(../media/KaTeX_Script-Regular.afc2fd5a.woff)format("woff"),url(../media/KaTeX_Script-Regular.00d9a561.ttf)format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(../media/KaTeX_Size1-Regular.4450ef36.woff2)format("woff2"),url(../media/KaTeX_Size1-Regular.e5bf4c74.woff)format("woff"),url(../media/KaTeX_Size1-Regular.9aaff96b.ttf)format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(../media/KaTeX_Size2-Regular.6a97527b.woff2)format("woff2"),url(../media/KaTeX_Size2-Regular.8fbd32af.woff)format("woff"),url(../media/KaTeX_Size2-Regular.f11810ed.ttf)format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(../media/KaTeX_Size3-Regular.54b7ce9d.woff2)format("woff2"),url(../media/KaTeX_Size3-Regular.45ae8eba.woff)format("woff"),url(../media/KaTeX_Size3-Regular.9812ade2.ttf)format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(../media/KaTeX_Size4-Regular.927fc5b9.woff2)format("woff2"),url(../media/KaTeX_Size4-Regular.b211e3d3.woff)format("woff"),url(../media/KaTeX_Size4-Regular.44a4d487.ttf)format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(../media/KaTeX_Typewriter-Regular.ff99d643.woff2)format("woff2"),url(../media/KaTeX_Typewriter-Regular.68b6c3a9.woff)format("woff"),url(../media/KaTeX_Typewriter-Regular.a1a7ff52.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.16.23"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo)")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo)")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}
.Rightbar-module__fRrSjG__rightbar{background-color:var(--background);box-sizing:border-box;border-left:1px solid var(--border);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;height:100%;min-height:0;padding:0;transition:background-color .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.Rightbar-module__fRrSjG__rightbar::-webkit-scrollbar{display:none}.Rightbar-module__fRrSjG__rightbarContent{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:0;min-height:0;padding:8px 0 60px;display:flex;overflow:hidden auto}.Rightbar-module__fRrSjG__rightbarContent::-webkit-scrollbar{display:none}.Rightbar-module__fRrSjG__accordionHeader{width:100%;height:32px;color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#0000;border:none;align-items:center;gap:6px;padding:8px 12px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:background-color .15s;display:flex}.Rightbar-module__fRrSjG__accordionHeader:hover{background-color:var(--muted)}.Rightbar-module__fRrSjG__accordionChevron{width:16px;height:16px;color:var(--muted-foreground);flex-shrink:0;transition:transform .2s}.Rightbar-module__fRrSjG__accordionHeader[data-state=open] .Rightbar-module__fRrSjG__accordionChevron{transform:rotate(90deg)}.Rightbar-module__fRrSjG__accordionTitle{color:var(--foreground);font-family:Inter,sans-serif;font-size:13px;font-weight:500}.Rightbar-module__fRrSjG__accordionContent{padding:0 8px 8px}.Rightbar-module__fRrSjG__commentCard{background-color:var(--muted);border:1px solid var(--border);border-radius:6px;flex-shrink:0;padding:12px}.Rightbar-module__fRrSjG__commentHeader{justify-content:space-between;align-items:flex-start;margin-bottom:0;display:flex}.Rightbar-module__fRrSjG__commentTitle{color:var(--foreground);margin:0;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:20px}.Rightbar-module__fRrSjG__backlinkButton{background-color:var(--background);border:1px solid var(--border);cursor:pointer;border-radius:4px;align-items:center;gap:4px;height:24px;padding:4px 8px;transition:all .15s;display:flex}.Rightbar-module__fRrSjG__backlinkButton:hover{background-color:var(--muted);border-color:var(--border)}.Rightbar-module__fRrSjG__backlinkIcon{flex-shrink:0;margin-right:4px}.Rightbar-module__fRrSjG__backlinkButton span{color:var(--foreground);font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px}.Rightbar-module__fRrSjG__backlinkIcon{color:var(--foreground)}.Rightbar-module__fRrSjG__backlinkIcon.Rightbar-module__fRrSjG__pulsing{animation:2s ease-in-out infinite Rightbar-module__fRrSjG__pulse}@keyframes Rightbar-module__fRrSjG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.Rightbar-module__fRrSjG__commentText{color:var(--foreground);margin-top:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px}.Rightbar-module__fRrSjG__suggestionsSection{flex-direction:column;gap:12px;display:flex}.Rightbar-module__fRrSjG__suggestionsList{color:var(--foreground);margin:0;padding-left:20px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px;list-style-type:disc;overflow:visible}.Rightbar-module__fRrSjG__suggestionItem{margin-bottom:8px}.Rightbar-module__fRrSjG__suggestionLabel{font-weight:600}.Rightbar-module__fRrSjG__fileOutlineContainer{flex-direction:column;gap:0;min-height:50px;display:flex;position:relative}.Rightbar-module__fRrSjG__fileOutlineList{margin:0;padding:0;list-style-type:none;position:relative}.Rightbar-module__fRrSjG__fileOutlineItemWrapper{list-style:none;position:relative}.Rightbar-module__fRrSjG__fileOutlineItem{color:var(--foreground);cursor:pointer;border-radius:4px;align-items:center;gap:6px;margin-bottom:2px;padding:6px 8px;font-family:Inter,sans-serif;font-size:13px;transition:background-color .15s;display:flex;position:relative}.Rightbar-module__fRrSjG__fileOutlineItem:hover{background-color:var(--muted)}.Rightbar-module__fRrSjG__fileOutlineChevron{width:16px;height:16px;color:var(--muted-foreground);cursor:pointer;flex-shrink:0;transition:transform .2s}.Rightbar-module__fRrSjG__fileOutlineTitle{color:var(--foreground);-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.Rightbar-module__fRrSjG__fileOutlineLine{background-color:var(--border);opacity:.5}.Rightbar-module__fRrSjG__fileOutlineChildren{margin:0;padding:0;list-style-type:none;position:relative}.Rightbar-module__fRrSjG__fileOutlineChildWrapper{list-style:none;position:relative}.Rightbar-module__fRrSjG__fileOutlineConnector{background-color:var(--border);opacity:.4;pointer-events:none}.Rightbar-module__fRrSjG__fileOutlineEmpty{color:var(--muted-foreground);text-align:left;padding:8px 0;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px}.Rightbar-module__fRrSjG__fileTreeContainer{flex-direction:column;gap:0;min-height:100px;display:flex;position:relative}.Rightbar-module__fRrSjG__fileTreeItem,.Rightbar-module__fRrSjG__fileTreeFolderTrigger{color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:6px;width:100%;padding:4px 8px;font-family:Inter,sans-serif;font-size:13px;transition:background-color .15s;display:flex}.Rightbar-module__fRrSjG__fileTreeItem:hover,.Rightbar-module__fRrSjG__fileTreeFolderTrigger:hover{background-color:var(--muted)}.Rightbar-module__fRrSjG__fileTreeChevron{width:16px;height:16px;color:var(--muted-foreground);flex-shrink:0;transition:transform .2s}.Rightbar-module__fRrSjG__fileTreeFolderTrigger[data-state=open] .Rightbar-module__fRrSjG__fileTreeChevron{transform:rotate(90deg)}.Rightbar-module__fRrSjG__fileTreeIcon{width:16px;height:16px;color:var(--muted-foreground);flex-shrink:0}.Rightbar-module__fRrSjG__fileTreeName{color:var(--foreground);-webkit-user-select:none;user-select:none;font-family:Inter,sans-serif;font-size:13px}.Rightbar-module__fRrSjG__suggestionsLoading,.Rightbar-module__fRrSjG__suggestionsEmpty{color:var(--muted-foreground);text-align:left;padding:8px 0;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px}.Rightbar-module__fRrSjG__actionButtonsFooter{background-color:var(--background);border-top:1px solid var(--border);z-index:10;flex-shrink:0;gap:8px;padding:12px 8px;display:flex;position:sticky;bottom:0;box-shadow:0 -2px 8px #0000000d}.Rightbar-module__fRrSjG__citationsSection{flex-direction:column;gap:8px;display:flex}.Rightbar-module__fRrSjG__citationsCount{color:var(--muted-foreground);margin-bottom:4px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px}.Rightbar-module__fRrSjG__citationsList{margin:0;padding-left:0;list-style-type:none}.Rightbar-module__fRrSjG__citationItem{color:var(--foreground);white-space:normal;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px}.Rightbar-module__fRrSjG__citationLink{color:var(--foreground);-webkit-text-decoration:underline #18181b4d;text-decoration:underline #18181b4d;transition:text-decoration-color .2s}.Rightbar-module__fRrSjG__citationLink:hover{-webkit-text-decoration-color:var(--foreground);text-decoration-color:var(--foreground);color:var(--foreground)}.Rightbar-module__fRrSjG__citationsEmpty{color:var(--muted-foreground);text-align:left;padding:8px 0;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px}.Rightbar-module__fRrSjG__actionButton{background-color:var(--background);border:1px solid var(--border);cursor:pointer;height:28px;color:var(--foreground);border-radius:4px;align-items:center;gap:6px;padding:4px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;transition:all .15s;display:flex}.Rightbar-module__fRrSjG__actionButton:hover{background-color:var(--muted);border-color:var(--border)}.Rightbar-module__fRrSjG__actionButton:disabled{opacity:.5;cursor:not-allowed}.Rightbar-module__fRrSjG__actionButton:disabled:hover{background-color:var(--background)}.Rightbar-module__fRrSjG__actionButtonIcon{width:14px;height:14px;color:var(--foreground);flex-shrink:0}.Rightbar-module__fRrSjG__resizeHandle{z-index:10;background-color:#0000;width:4px;height:100%;transition:background-color .2s;position:absolute;top:0;left:0;cursor:ew-resize!important}.Rightbar-module__fRrSjG__resizeHandle:hover{background-color:var(--muted-foreground);cursor:ew-resize!important}.Rightbar-module__fRrSjG__resizeHandle:active{background-color:var(--muted-foreground);opacity:.8;cursor:ew-resize!important}.Rightbar-module__fRrSjG__successNotification{z-index:2147483647;max-width:400px;animation:.3s ease-out Rightbar-module__fRrSjG__slideInRight;position:fixed;top:70px;right:20px}@keyframes Rightbar-module__fRrSjG__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Rightbar-module__fRrSjG__successNotificationContent{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;align-items:center;gap:12px;padding:16px 20px;font-size:14px;font-weight:500;display:flex;box-shadow:0 4px 12px #00000026}.Rightbar-module__fRrSjG__successNotificationIcon{stroke:#16a34a;stroke-width:2px;fill:none;flex-shrink:0;width:20px;height:20px}.Rightbar-module__fRrSjG__successNotificationMessage{color:#171a1f;flex:1}.Rightbar-module__fRrSjG__successNotificationClose{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:18px;transition:background-color .2s;display:flex}.Rightbar-module__fRrSjG__successNotificationClose:hover{background-color:#0000001a}.Rightbar-module__fRrSjG__mergeNotification{z-index:2147483647;max-width:400px;animation:.3s ease-out Rightbar-module__fRrSjG__slideInRight;position:fixed;top:70px;right:20px}.Rightbar-module__fRrSjG__mergeNotificationContent{background-color:var(--background);border:1px solid var(--border);border-radius:8px;align-items:center;gap:12px;padding:16px 20px;display:flex;box-shadow:0 4px 12px #00000026}.Rightbar-module__fRrSjG__mergeNotificationText{flex:1;align-items:center;display:flex}.Rightbar-module__fRrSjG__formattingNotification{z-index:2147483647;max-width:400px;animation:.3s ease-out Rightbar-module__fRrSjG__slideInRight;position:fixed;top:70px;right:20px}.Rightbar-module__fRrSjG__formattingNotificationContent{background-color:var(--background);border:1px solid var(--border);border-radius:8px;align-items:center;gap:12px;padding:16px 20px;display:flex;box-shadow:0 4px 12px #00000026}.Rightbar-module__fRrSjG__formattingNotificationText{flex:1;align-items:center;display:flex}
