.ContentEditable__root{border:0;font-size:14px;display:block;position:relative;outline:0;padding:28px 50px 40px;min-height:calc(100vh - 219px)}@media(max-width:1025px){.ContentEditable__root{padding:12px}}.ContentEditable__placeholder{padding:3px 0;font-size:14px;line-height:23px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:28px;left:50px;right:28px;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}@media(max-width:1025px){.ContentEditable__placeholder{top:8px;left:8px;right:8px}}:root{--lexical-indent-base-value: 40px}.LubanEditorTheme{display:flex;flex-direction:column;color:var(--i-editor-foreground)}.LubanEditorTheme>*:first-child{margin-top:0}.LubanEditorTheme__hiddenByHeading{display:none!important}.LubanEditorTheme__h1,.LubanEditorTheme__h2,.LubanEditorTheme__h3,.LubanEditorTheme__h4,.LubanEditorTheme__h5,.LubanEditorTheme__h6{position:relative;font-weight:600;user-select:text;word-break:break-word;overflow-wrap:break-word;line-break:after-white-space;text-rendering:optimizelegibility}.LubanEditorTheme__h1:after,.LubanEditorTheme__h2:after,.LubanEditorTheme__h3:after,.LubanEditorTheme__h4:after,.LubanEditorTheme__h5:after,.LubanEditorTheme__h6:after{content:"▶";position:absolute;left:-16px;top:50%;transform:translateY(-50%);font-size:10px;color:var(--i-editor-foreground);opacity:.3;transition:opacity .2s,transform .2s;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.LubanEditorTheme__h1:hover:after,.LubanEditorTheme__h2:hover:after,.LubanEditorTheme__h3:hover:after,.LubanEditorTheme__h4:hover:after,.LubanEditorTheme__h5:hover:after,.LubanEditorTheme__h6:hover:after{opacity:.8}.LubanEditorTheme__h1[data-collapsed=true]:after,.LubanEditorTheme__h2[data-collapsed=true]:after,.LubanEditorTheme__h3[data-collapsed=true]:after,.LubanEditorTheme__h4[data-collapsed=true]:after,.LubanEditorTheme__h5[data-collapsed=true]:after,.LubanEditorTheme__h6[data-collapsed=true]:after{transform:translateY(-50%) rotate(0)}.LubanEditorTheme__h1:not([data-collapsed=true]):after,.LubanEditorTheme__h2:not([data-collapsed=true]):after,.LubanEditorTheme__h3:not([data-collapsed=true]):after,.LubanEditorTheme__h4:not([data-collapsed=true]):after,.LubanEditorTheme__h5:not([data-collapsed=true]):after,.LubanEditorTheme__h6:not([data-collapsed=true]):after{transform:translateY(-50%) rotate(90deg)}.LubanEditorTheme__h1{margin-top:1.4em;margin-bottom:1px;font-size:26px;line-height:32px}.LubanEditorTheme__h2{margin-top:1.4em;margin-bottom:1px;font-size:24px;line-height:30px}.LubanEditorTheme__h3{margin-top:1.4em;margin-bottom:1px;font-size:22px;line-height:28px}.LubanEditorTheme__h4{margin-top:1.2em;margin-bottom:1px;font-size:20px;line-height:26px}.LubanEditorTheme__h5{margin-top:1.2em;margin-bottom:1px;font-size:18px;line-height:24px}.LubanEditorTheme__h6{margin-top:1.2em;margin-bottom:1px;font-size:16px;line-height:24px}.LubanEditorTheme__quote{position:relative;margin-top:4px;padding-left:16px!important;padding-top:8px!important;padding-bottom:8px!important}.LubanEditorTheme__quote:before{content:"";background-color:var(--border);width:4px;border-radius:2px;position:absolute;left:0;top:6px;height:calc(100% - 12px)}.LubanEditorTheme__ul{padding:0;margin:4px 0 0;list-style:disc;list-style-position:outside}.LubanEditorTheme__ol1,.LubanEditorTheme__ol2,.LubanEditorTheme__ol3,.LubanEditorTheme__ol4,.LubanEditorTheme__ol5{padding:0;margin:4px 0 0;list-style-type:decimal;list-style-position:outside}.LubanEditorTheme__listItem{margin-left:24px!important;font-family:var(--listitem-marker-font-family);font-size:var(--listitem-marker-font-size);background-color:var(--listitem-marker-background-color)}.LubanEditorTheme__listItem::marker{color:var(--listitem-marker-color);background-color:var(--listitem-marker-background-color);font-family:var(--listitem-marker-font-family);font-size:var(--listitem-marker-font-size)}.LubanEditorTheme__listItemChecked,.LubanEditorTheme__listItemUnchecked{position:relative;margin-left:4px!important;padding-left:20px!important;list-style-type:none;outline:none;display:block;min-height:1.5em}.LubanEditorTheme__listItemChecked>*,.LubanEditorTheme__listItemUnchecked>*{margin-left:.01em}.LubanEditorTheme__listItemUnchecked:before,.LubanEditorTheme__listItemChecked:before{content:"";width:14px;height:14px;top:5.25px;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}.LubanEditorTheme__listItemChecked{text-decoration:line-through}.LubanEditorTheme__listItemChecked>*{text-decoration:inherit}.LubanEditorTheme__listItemUnchecked:focus:before,.LubanEditorTheme__listItemChecked:focus:before{box-shadow:0 0 0 2px #a6cdfe;border-radius:2px}.LubanEditorTheme__listItemUnchecked:before{border:1px solid #999;border-radius:2px}.LubanEditorTheme__listItemChecked:before{border:1px solid rgb(61,135,245);border-radius:2px;background-color:#3d87f5;background-repeat:no-repeat}.LubanEditorTheme__listItemChecked:after{content:"";cursor:pointer;border-color:#fff;border-style:solid;position:absolute;display:block;top:9.5px;left:6px;width:.2em;height:.4em;transform:rotate(45deg);border-width:0 .1em .1em 0}.LubanEditorTheme__nestedListItem{list-style-type:none}.LubanEditorTheme__nestedListItem:before,.LubanEditorTheme__nestedListItem:after{display:none}.LubanEditorTheme__table{margin-top:4px;margin-bottom:20px;border-collapse:collapse;border-spacing:0;overflow-y:scroll;overflow-x:scroll;width:fit-content;box-sizing:content-box;border:1px solid var(--border)}.LubanEditorTheme__tableCell{width:75px;vertical-align:top;text-align:start;padding:2px 8px;position:relative;outline:none;overflow:auto;box-sizing:border-box;border:1px solid var(--border)}.LubanEditorTheme__tableCell>*{overflow:inherit}.LubanEditorTheme__tableCell>*:first-child{margin-top:0}.LubanEditorTheme__tableCell>*:last-child{margin-bottom:0}.LubanEditorTheme__link{position:relative;text-decoration:none;word-wrap:break-word;opacity:.8}.LubanEditorTheme__link:after{content:"";position:absolute;display:block;bottom:1px;left:0;right:0;width:100%;height:1px;line-height:1px;background-color:#00000040}.LubanEditorTheme__link:hover{opacity:1}.LubanEditorTheme__link:hover:after{background-color:#0006}.LubanEditorTheme__blockCursor{display:block;pointer-events:none;position:absolute}.LubanEditorTheme__blockCursor:after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:1px solid black;animation:CursorBlink 1.1s steps(2,start) infinite}.LubanEditorTheme pre,.LubanEditorTheme code,.LubanEditorTheme p code,.LubanEditorTheme li code{font-family:JetBrainsMono-Regular,SFMono-Regular,Consolas,Liberation Mono,Menlo,Monaco,Andale Mono,lucida console,Courier New,Ubuntu Mono,ui-monospace,monospace}:not(pre)>code .LubanEditorTheme__textCode{margin-left:4px;margin-right:4px;padding:2px 4px;color:#558eda;background-color:#bcbcbc33;border-radius:4px;line-height:normal}.LubanEditorTheme pre code{font-size:1em!important;background:none;border:none}.LubanEditorTheme__code{display:block;box-sizing:border-box;position:relative;margin-top:4px;margin-bottom:4px;padding:12px 24px;white-space:pre;max-width:100%;overflow-x:auto;border-radius:var(--radius-md);box-shadow:#0000 0 0,#0000 0 0,#0000001a 0 1px 3px,#0000001a 0 1px 2px -1px;font-size:14px;line-height:1.5}.LubanEditorTheme__image{cursor:default;display:inline-block;position:relative;user-select:none}.LubanEditorTheme__image img{border-radius:3px}.LubanEditorTheme__equation{cursor:default;user-select:none}span.LubanEditorTheme__equation{margin-left:4px;margin-right:4px;padding:0!important;display:inline-flex;vertical-align:middle}div.LubanEditorTheme__equation .katex-display{margin:0}.LubanEditorTheme__hr{position:relative;margin-top:4px;width:100%;max-width:100%;height:13px;overflow:hidden;background:transparent;border:none;cursor:pointer}.LubanEditorTheme__hr:after{content:"";position:absolute;top:50%;transform:translateY(-50%);display:block;width:100%;height:1px;line-height:1px;background-color:var(--border)}.LubanEditorTheme__hr.LubanEditorTheme__hrSelected{user-select:none;background-color:#3c84f426}.LubanEditorTheme__specialText{background-color:#ff0;font-weight:700!important}.LubanEditorTheme figcaption{text-align:center}.LubanEditorTheme__layoutContainer{margin-top:4px;display:grid;gap:12px}.LubanEditorTheme__layoutContainer+.LubanEditorTheme__layoutContainer{margin-top:12px}.LubanEditorTheme__layoutItem{padding:8px;box-sizing:border-box;border-radius:var(--radius-md);border:1px solid var(--border);min-width:0;max-width:100%}.LubanEditorTheme__layoutItem>*:first-child{margin-top:0}.LubanEditorTheme__github-info{margin-left:4px;margin-right:4px}.LubanEditorTheme__pageLink{padding:0 2px!important;margin:0 2px;border-radius:3px;font-weight:500!important;color:#2383e2f2;background-color:#2383e214}:is(.dark,[data-theme=dark]) .LubanEditorTheme__pageLink{background-color:#529cff1a;color:#64a8fff2}.LubanEditorTheme__collapsibleContainer{margin-top:4px;padding:8px 8px 8px 20px;box-sizing:border-box;border-radius:var(--radius-md);border:1px solid var(--border)}.LubanEditorTheme__collapsibleTitle{cursor:pointer;position:relative;font-weight:700;list-style:none;outline:none}.LubanEditorTheme__collapsibleTitle>*:only-child{margin-top:0;margin-bottom:0}.LubanEditorTheme__collapsibleTitle::marker,.LubanEditorTheme__collapsibleTitle::-webkit-details-marker{display:none}.LubanEditorTheme__collapsibleTitle:before{border-style:solid;border-color:transparent;border-width:4px 6px 4px 6px;border-left-color:#000;display:block;content:"";position:absolute;left:-13px;top:50%;transform:translateY(-50%)}.LubanEditorTheme__collapsibleContainer[open]>.LubanEditorTheme__collapsibleTitle:before{border-color:transparent;border-width:6px 4px 0 4px;border-top-color:#000}.LubanEditorTheme__callout{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;color-scheme:light;font-synthesis-weight:none;text-rendering:optimizeLegibility;font-family:var(--font-geist-sans),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";-webkit-font-smoothing:antialiased;box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius-md);scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent;position:relative;width:100%;padding:8px;font-size:.875rem;line-height:1.25rem}.LubanEditorTheme__callout>.LubanEditorTheme__icon{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;color-scheme:light;font-synthesis-weight:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-size:.875rem;font-size:18px;line-height:1.25rem;fill:none;stroke:currentcolor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;box-sizing:border-box;border:0 solid var(--border);scrollbar-width:thin;display:block;height:1em;width:1em;position:absolute;top:.8rem;left:8px}.LubanEditorTheme__calloutContent{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;color-scheme:light;font-synthesis-weight:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;box-sizing:border-box;border:0 solid var(--border);scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent;font-size:.875rem;line-height:1.25rem;padding-left:24px}.LubanEditorTheme__calloutContent>*:only-child{margin-top:0;margin-bottom:0}.LubanEditorTheme__calloutContent>*:first-child{margin-top:0}.LubanEditorTheme__collection{padding-top:4px;padding-bottom:4px;margin-left:-4px;display:flex;flex-direction:column;gap:calc(var(--spacing) * 2);border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.LubanEditorTheme__collection>br{display:none}.LubanEditorTheme__collectionAttr{padding-left:4px;border-radius:calc(var(--radius) - 4px)}.LubanEditorTheme__collectionAttr:hover{background-color:var(--accent);color:var(--accent-foreground)}.setting-editable.setting-showEmptyLine .ContentEditable__root :is(.LubanEditorTheme__paragraph,.LubanEditorTheme__listItem):not(.LubanEditorTheme__quote,.LubanEditorTheme__listItemUnchecked,.LubanEditorTheme__listItemChecked){position:relative}.setting-editable.setting-showEmptyLine .ContentEditable__root :is(.LubanEditorTheme__paragraph,.LubanEditorTheme__listItem):not(.LubanEditorTheme__quote,.LubanEditorTheme__listItemUnchecked,.LubanEditorTheme__listItemChecked):has(br):after{position:absolute;pointer-events:none;content:" ";top:50%;left:4px;transform:translateY(-50%);height:4px;width:4px;border-radius:4px;background-color:#cf565926;z-index:1}.ContentEditable__root .LubanEditorTheme__paragraph:has(.LubanEditorTheme__equation){line-height:0}.ContentEditable__root .LubanEditorTheme__paragraph:has(.LubanEditorTheme__equation):has(br):after{content:none!important}.LubanEditorTheme__paragraph{margin:4px 0 0;position:relative;white-space:pre-wrap;white-space:break-spaces;outline:0;border-radius:3px;padding:3px 0;box-sizing:border-box;line-height:23px}.LubanEditorTheme__paragraph>span:not(.LubanEditorTheme__image),.LubanEditorTheme__paragraph>em:not(.LubanEditorTheme__image),.LubanEditorTheme__paragraph>strong:not(.LubanEditorTheme__image){font-size:14px;line-height:23px;word-break:break-word;box-sizing:border-box;padding:2px 0}.LubanEditorTheme__paragraph>span:not(.LubanEditorTheme__image){font-weight:400}.LubanEditorTheme__tableCell>.LubanEditorTheme__paragraph{overflow-y:hidden}.LubanEditorTheme__textBold{font-weight:700}.LubanEditorTheme__paragraph mark{background-color:unset}.LubanEditorTheme__textHighlight{background:#ffd40024;border-bottom:2px solid rgba(255,212,0,.3)}.LubanEditorTheme__textItalic{font-style:italic}.LubanEditorTheme__textUnderline{position:relative;text-decoration:none}.LubanEditorTheme__textUnderline:after{content:"";position:absolute;display:block;bottom:1px;left:0;right:0;width:100%;height:1px;line-height:1px;background-color:#000000d9}.LubanEditorTheme__textStrikethrough{text-decoration:line-through}.LubanEditorTheme__textUnderlineStrikethrough{text-decoration:underline line-through}.LubanEditorTheme__tabNode{position:relative;text-decoration:none}.LubanEditorTheme__tabNode.LubanEditorTheme__textUnderline:after{content:"";position:absolute;left:0;right:0;bottom:.15em;border-bottom:.1em solid currentColor}.LubanEditorTheme__tabNode.LubanEditorTheme__textStrikethrough:before{content:"";position:absolute;left:0;right:0;top:.69em;border-top:.1em solid currentColor}.LubanEditorTheme__tabNode.LubanEditorTheme__textUnderlineStrikethrough:before,.LubanEditorTheme__tabNode.LubanEditorTheme__textUnderlineStrikethrough:after{content:"";position:absolute;left:0;right:0}.LubanEditorTheme__tabNode.LubanEditorTheme__textUnderlineStrikethrough:before{top:.69em;border-top:.1em solid currentColor}.LubanEditorTheme__tabNode.LubanEditorTheme__textUnderlineStrikethrough:after{bottom:.05em;border-bottom:.1em solid currentColor}.LubanEditorTheme__textSubscript{font-size:.8em;vertical-align:sub!important}.LubanEditorTheme__textSuperscript{font-size:.8em;vertical-align:super}.LubanEditorTheme__textCode{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Consolas,monospace;font-size:90%;line-height:normal;box-sizing:border-box;word-break:break-word}.LubanEditorTheme__textLowercase{text-transform:lowercase}.LubanEditorTheme__textUppercase{text-transform:uppercase}.LubanEditorTheme__textCapitalize{text-transform:capitalize}.LubanEditorTheme__hashtag{background-color:#5890ff26;border-bottom:1px solid rgba(88,144,255,.3)}.LubanEditorTheme__date{margin:0 .14em;padding:0;transform:translateY(.14em);display:inline-flex;align-items:center;gap:2px;--c-primary: #336df4;color:var(--c-primary);line-height:1;border-radius:.14em;transition:all .2s cubic-bezier(.4,0,.2,1)}.LubanEditorTheme__date:hover{background-color:var(--c-primary);color:#fff;padding:.14em;margin:-.14em 0}.LubanEditorTheme__date svg{width:1em;height:1em;opacity:.9}.LubanEditorTheme__tableScrollableWrapper{overflow-x:auto;margin:0 0 5px}.LubanEditorTheme__tableScrollRight{box-shadow:inset -10px 0 10px #00000026}.LubanEditorTheme__tableScrollLeft{box-shadow:inset 10px 0 10px #00000026}.LubanEditorTheme__tableScrollMiddle{box-shadow:inset 10px 0 10px #00000026,inset -10px 0 10px #00000026}.LubanEditorTheme__tableScrollableWrapper>.LubanEditorTheme__table{margin-top:0;margin-bottom:0}.LubanEditorTheme__tableAlignmentCenter{margin-left:auto;margin-right:auto}.LubanEditorTheme__tableAlignmentRight{margin-left:auto}.LubanEditorTheme__tableScrollableWrapper.LubanEditorTheme__tableFrozenRow{overflow-x:clip}.LubanEditorTheme__tableFrozenRow tr:nth-of-type(1)>td{overflow:clip;background-color:#fff;position:sticky;z-index:2;top:44px}.LubanEditorTheme__tableFrozenRow tr:nth-of-type(1)>th{overflow:clip;background-color:var(--i-table-header-background);position:sticky;z-index:2;top:44px}.LubanEditorTheme__tableFrozenRow tr:nth-of-type(1)>th:after,.LubanEditorTheme__tableFrozenRow tr:nth-of-type(1)>td:after{content:"";position:absolute;left:0;bottom:0;width:100%;border-bottom:1px solid #bbb}.LubanEditorTheme__tableFrozenColumn tr>td:first-child{background-color:#fff;position:sticky;z-index:2;left:0}.LubanEditorTheme__tableFrozenColumn tr>th:first-child{background-color:var(--i-table-header-background);position:sticky;z-index:2;left:0}.LubanEditorTheme__tableFrozenColumn tr>:first-child:after{content:"";position:absolute;left:0;top:0;right:0;height:100%;border-right:1px solid #bbb}.LubanEditorTheme__tableRowStriping tr:nth-child(2n),.LubanEditorTheme__tableFrozenColumn .LubanEditorTheme__table.LubanEditorTheme__tableRowStriping tr:nth-child(2n)>td:first-child{background-color:var(--i-table-header-background)}.LubanEditorTheme__tableSelection *::selection{background-color:transparent}.LubanEditorTheme__tableSelected{outline:2px solid rgb(60,132,244)}.LubanEditorTheme__tableCellResizer{position:absolute;right:-4px;height:100%;width:8px;cursor:ew-resize;z-index:10;top:0}.LubanEditorTheme__tableCellHeader{background-color:var(--i-table-header-background);text-align:start}.LubanEditorTheme__tableCellSelected{caret-color:transparent}.LubanEditorTheme__tableCellSelected:after{position:absolute;inset:0;background-color:highlight;mix-blend-mode:multiply;content:"";pointer-events:none}.LubanEditorTheme__tableAddColumns{position:absolute;background-color:#eee;height:100%;animation:table-controls .2s ease;border:0;cursor:pointer}.LubanEditorTheme__tableAddColumns:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-plus'%3e%3cpath%20d='M8%204a.5.5%200%200%201%20.5.5v3h3a.5.5%200%200%201%200%201h-3v3a.5.5%200%200%201-1%200v-3h-3a.5.5%200%200%201%200-1h3v-3A.5.5%200%200%201%208%204z'/%3e%3c/svg%3e");background-size:contain;background-position:center;background-repeat:no-repeat;display:block;content:" ";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4}.LubanEditorTheme__tableAddColumns:hover,.LubanEditorTheme__tableAddRows:hover{background-color:#c9dbf0}.LubanEditorTheme__tableAddRows{position:absolute;width:calc(100% - 25px);background-color:#eee;animation:table-controls .2s ease;border:0;cursor:pointer}.LubanEditorTheme__tableAddRows:after{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='16'%20height='16'%20fill='currentColor'%20class='bi%20bi-plus'%3e%3cpath%20d='M8%204a.5.5%200%200%201%20.5.5v3h3a.5.5%200%200%201%200%201h-3v3a.5.5%200%200%201-1%200v-3h-3a.5.5%200%200%201%200-1h3v-3A.5.5%200%200%201%208%204z'/%3e%3c/svg%3e");background-size:contain;background-position:center;background-repeat:no-repeat;display:block;content:" ";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.4}@keyframes table-controls{0%{opacity:0}to{opacity:1}}.LubanEditorTheme__tableCellResizeRuler{display:block;position:absolute;width:1px;background-color:#3c84f4;height:100%;top:0}.LubanEditorTheme__tableCellActionButtonContainer{display:block;right:5px;top:6px;position:absolute;z-index:4;width:20px;height:20px}.LubanEditorTheme__tableCellActionButton{background-color:#eee;display:block;border:0;border-radius:20px;width:20px;height:20px;color:#222;cursor:pointer}.LubanEditorTheme__tableCellActionButton:hover{background-color:#ddd}.LubanEditorTheme__characterLimit{display:inline;background-color:#fbb!important}.LubanEditorTheme__tokenComment{color:#708090}.LubanEditorTheme__tokenDeleted{border-image:linear-gradient(to right,#ffcecb 50%,#ffebe9 50%) fill 0/0/0 100vw}.LubanEditorTheme__tokenInserted{border-image:linear-gradient(to right,#aceebb 50%,#dafbe1 50%) fill 0/0/0 100vw}.LubanEditorTheme__tokenUnchanged{border-image:linear-gradient(to right,#ddd 50%,#f0f2f5 50%) fill 0/0/0 100vw}.LubanEditorTheme__tokenPunctuation{color:#999}.LubanEditorTheme__tokenProperty{color:#905}.LubanEditorTheme__tokenSelector{color:#690}.LubanEditorTheme__tokenOperator{color:#9a6e3a}.LubanEditorTheme__tokenAttr{color:#07a}.LubanEditorTheme__tokenVariable{color:#e90}.LubanEditorTheme__tokenFunction{color:#dd4a68}.LubanEditorTheme__mark{background:#ffd40024;border-bottom:2px solid rgba(255,212,0,.3);padding-bottom:2px}.LubanEditorTheme__markOverlap{background:#ffd4004d;border-bottom:2px solid rgba(255,212,0,.7)}.LubanEditorTheme__mark.selected{background:#ffd40080;border-bottom:2px solid rgba(255,212,0,1)}.LubanEditorTheme__markOverlap.selected{background:#ffd400b3;border-bottom:2px solid rgba(255,212,0,.7)}.LubanEditorTheme__embedBlock{user-select:none}.LubanEditorTheme__embedBlockFocus{outline:2px solid rgb(60,132,244)}.LubanEditorTheme__autocomplete{color:#ccc}@keyframes CursorBlink{to{visibility:hidden}}.setting-showHeadingNo .ContentEditable__root>h1:before,.setting-showHeadingNo .ContentEditable__root>h2:before,.setting-showHeadingNo .ContentEditable__root>h3:before,.setting-showHeadingNo .ContentEditable__root>h4:before,.setting-showHeadingNo .ContentEditable__root>h5:before,.setting-showHeadingNo .ContentEditable__root>h6:before{color:var(--ring)}.setting-showHeadingNo .ContentEditable__root>h1{counter-increment:h1_n;counter-reset:h2_n 0}.setting-showHeadingNo .ContentEditable__root>h1:before{margin-right:-4px;content:counter(h1_n,cjk-ideographic) "、"}.setting-showHeadingNo .ContentEditable__root>h2{counter-increment:h2_n;counter-reset:h3_n 0}.setting-showHeadingNo .ContentEditable__root>h2:before{content:counter(h2_n) "" " "}.setting-showHeadingNo .ContentEditable__root>h3{counter-increment:h3_n;counter-reset:h4_n 0}.setting-showHeadingNo .ContentEditable__root>h3:before{content:counter(h2_n) "." counter(h3_n) "" " "}.setting-showHeadingNo .ContentEditable__root>h4{counter-increment:h4_n;counter-reset:h5_n 0}.setting-showHeadingNo .ContentEditable__root>h4:before{content:counter(h2_n) "." counter(h3_n) "." counter(h4_n) "" " "}.setting-showHeadingNo .ContentEditable__root>h5{counter-increment:h5_n;counter-reset:h6_n 0}.setting-showHeadingNo .ContentEditable__root>h5:before{content:counter(h2_n) "." counter(h3_n) "." counter(h4_n) "." counter(h5_n) "" " "}.setting-showHeadingNo .ContentEditable__root>h6{counter-increment:h6_n}.setting-showHeadingNo .ContentEditable__root>h6:before{content:counter(h2_n) "." counter(h3_n) "." counter(h4_n) "." counter(h5_n) "." counter(h6_n) "" " "}
