.lexical-editor{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#fff}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-list-ul{margin:0;padding-left:24px;list-style-type:disc}.editor-list-ol{margin:0;padding-left:24px;list-style-type:decimal}.editor-list-item{margin:2px 0}.editor-link{color:#1976d2;text-decoration:underline;cursor:pointer}.editor-reference{display:inline-block;margin-left:.25rem}.editor-heading-h1{font-size:2rem;font-weight:700;margin:1rem 0 .5rem;line-height:1.2}.editor-heading-h2{font-size:1.5rem;font-weight:600;margin:.8rem 0 .4rem;line-height:1.3}.editor-heading-h3{font-size:1.25rem;font-weight:600;margin:.6rem 0 .3rem;line-height:1.4}.editor-heading-h4{font-size:1.1rem;font-weight:600;margin:.5rem 0 .25rem;line-height:1.4}.editor-heading-h5{font-size:1rem;font-weight:600;margin:.4rem 0 .2rem;line-height:1.4}.editor-heading-h6{font-size:.9rem;font-weight:600;margin:.3rem 0 .15rem;line-height:1.4}.editor-quote{border-left:4px solid #e0e0e0;padding-left:16px;margin:8px 0;font-style:italic;color:#666}.editor-code{display:inline-block;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;padding:12px;margin:8px 0;overflow-x:auto}.editor-tokenComment{color:#6a737d}.editor-tokenPunctuation{color:#24292e}.editor-tokenProperty{color:#005cc5}.editor-tokenSelector{color:#6f42c1}.editor-tokenAttr,.editor-tokenOperator{color:#d73a49}.editor-tokenVariable{color:#e36209}.editor-tokenFunction{color:#6f42c1}.lexical-toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:none!important}.lexical-toolbar--disabled{background-color:#f5f5f5;opacity:.7}.lexical-editor-container{height:100%;display:flex;flex-direction:column;overflow:hidden}.lexical-editor-content{flex:1 1;overflow:auto;position:relative}.markdown-table-container{margin:16px 0;overflow-x:auto}.markdown-table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.6}.markdown-table td,.markdown-table th{border:1px solid var(--border-color,#e0e0e0);padding:8px 12px;text-align:left;vertical-align:top}.markdown-table th{background-color:var(--table-header-bg,#f5f5f5);font-weight:600;color:var(--table-header-color,#333)}.markdown-table tbody tr:nth-child(2n){background-color:var(--table-row-alt-bg,#f9f9f9)}.markdown-table tbody tr:hover{background-color:var(--table-row-hover-bg,#f0f0f0)}[data-theme=dark] .markdown-table td,[data-theme=dark] .markdown-table th{border-color:var(--border-color-dark,#404040)}[data-theme=dark] .markdown-table th{background-color:var(--table-header-bg-dark,#2a2a2a);color:var(--table-header-color-dark,#fff)}[data-theme=dark] .markdown-table tbody tr:nth-child(2n){background-color:var(--table-row-alt-bg-dark,#1a1a1a)}[data-theme=dark] .markdown-table tbody tr:hover{background-color:var(--table-row-hover-bg-dark,#333)}