:root{--lexical-text-light:#050505;--lexical-text-dark:#fafafa;--lexical-placeholder:#999;--lexical-quote-text-light:#65676b;--lexical-quote-text-dark:#9a9ca0;--lexical-quote-border-light:#ced0d4;--lexical-quote-border-dark:#636569;--lexical-code-bg-light:#f0f2f5;--lexical-code-bg-dark:#2d2f32;--lexical-code-comment-light:slategray;--lexical-code-comment-dark:#9ca3af;--lexical-code-punctuation-light:#999;--lexical-code-punctuation-dark:#9ca3af;--lexical-code-property-light:#905;--lexical-code-property-dark:#f472b6;--lexical-code-selector-light:#690;--lexical-code-selector-dark:#22c55e;--lexical-code-operator-light:#9a6e3a;--lexical-code-operator-dark:#fb923c;--lexical-code-attr-light:#07a;--lexical-code-attr-dark:#3b82f6;--lexical-code-variable-light:#e90;--lexical-code-variable-dark:#fb923c;--lexical-code-function-light:#dd4a68;--lexical-code-function-dark:#f472b6;--lexical-link-light:#06c;--lexical-link-dark:#59a6ff;--lexical-hashtag-light:#5890ff;--lexical-hashtag-dark:#79a9ff;--lexical-hashtag-bg-light:#5890ff26;--lexical-hashtag-bg-dark:#79a9ff26;--lexical-hashtag-border-light:#5890ff4d;--lexical-hashtag-border-dark:#79a9ff4d;--lexical-hashtag-hover-bg-light:#5890ff40;--lexical-hashtag-hover-bg-dark:#79a9ff40;--lexical-hashtag-hover-border-light:#5890ff80;--lexical-hashtag-hover-border-dark:#79a9ff80;--lexical-focus-outline:#216fdb;--lexical-selection-bg:#216fdb4d;--lexical-h1-size:28px;--lexical-h1-size-mobile:26px;--lexical-h2-size:24px;--lexical-h2-size-mobile:22px;--lexical-h3-size:20px;--lexical-h3-size-mobile:18px;--lexical-h4-size:18px;--lexical-h5-size:16px;--lexical-h6-size:14px;--lexical-heading-margin-lg:16px;--lexical-heading-margin-md:12px;--lexical-heading-margin-sm:8px;--lexical-list-margin:16px;--lexical-list-margin-mobile:12px;--lexical-listitem-margin:8px 32px;--lexical-listitem-margin-mobile:6px 24px}.lexical-content{color:inherit}.ContentEditable__root{cursor:text;tab-size:1;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:text;user-select:text;word-break:break-word;overflow-wrap:break-word;resize:none!important;border:none!important;outline:none!important}.ContentEditable__root:focus{border:none!important;outline:none!important}.editor-placeholder{color:var(--lexical-placeholder);text-overflow:ellipsis;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:16px;display:inline-block;position:absolute;top:16px;left:16px;overflow:hidden}.editor-paragraph{margin:0 0 8px;position:relative}.editor-paragraph:last-child{margin-bottom:0}.editor-quote{color:var(--lexical-quote-text-light);border-left-color:var(--lexical-quote-border-light);border-left-style:solid;border-left-width:4px;margin:0 0 10px 20px;padding-left:16px;font-size:15px}.dark .editor-quote{color:var(--lexical-quote-text-dark);border-left-color:var(--lexical-quote-border-dark)}.editor-heading-h1,.editor-heading-h2,.editor-heading-h3,.editor-heading-h4,.editor-heading-h5,.editor-heading-h6{color:var(--lexical-text-light);margin:0;padding:0;font-weight:600}.dark .editor-heading-h1,.dark .editor-heading-h2,.dark .editor-heading-h3,.dark .editor-heading-h4,.dark .editor-heading-h5,.dark .editor-heading-h6{color:var(--lexical-text-dark)}.editor-heading-h1{font-size:var(--lexical-h1-size);margin-bottom:var(--lexical-heading-margin-lg)}.editor-heading-h2{font-size:var(--lexical-h2-size);margin-bottom:var(--lexical-heading-margin-md)}.editor-heading-h3{font-size:var(--lexical-h3-size);margin-bottom:var(--lexical-heading-margin-md)}.editor-heading-h4{font-size:var(--lexical-h4-size);margin-bottom:var(--lexical-heading-margin-sm)}.editor-heading-h5{font-size:var(--lexical-h5-size);margin-bottom:var(--lexical-heading-margin-sm)}.editor-heading-h6{font-size:var(--lexical-h6-size);margin-bottom:var(--lexical-heading-margin-sm)}.editor-list-ol{margin:0;margin-left:var(--lexical-list-margin);padding:0;list-style-type:decimal;list-style-position:outside}.editor-list-ul{margin:0;margin-left:var(--lexical-list-margin);padding:0;list-style-type:disc;list-style-position:outside}.editor-listitem{margin:var(--lexical-listitem-margin)}.editor-nested-listitem{list-style-type:none}.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-text-underlineStrikethrough{text-decoration:underline line-through}.editor-text-code{background-color:var(--lexical-code-bg-light);border-radius:3px;padding:1px .25rem;font-family:Menlo,Consolas,Monaco,Courier New,monospace;font-size:94%}.dark .editor-text-code{background-color:var(--lexical-code-bg-dark)}.editor-link{color:var(--lexical-link-light);text-decoration:none}.dark .editor-link{color:var(--lexical-link-dark)}.editor-link:hover{text-decoration:underline}.editor-hashtag,.editor-text-hashtag{background-color:var(--lexical-hashtag-bg-light);color:var(--lexical-hashtag-light);border-radius:3px;font-weight:500}.dark .editor-hashtag,.dark .editor-text-hashtag{background-color:var(--lexical-hashtag-bg-dark);color:var(--lexical-hashtag-dark)}.editor-hashtag:hover,.editor-text-hashtag:hover{background-color:var(--lexical-hashtag-hover-bg-light)}.dark .editor-hashtag:hover,.dark .editor-text-hashtag:hover{background-color:var(--lexical-hashtag-hover-bg-dark)}.editor-hashtag{border:1px solid var(--lexical-hashtag-border-light);border-radius:4px;margin:0 2px;padding:2px 6px;display:inline-block}.dark .editor-hashtag{border-color:var(--lexical-hashtag-border-dark)}.editor-hashtag:hover{border-color:var(--lexical-hashtag-hover-border-light)}.dark .editor-hashtag:hover{border-color:var(--lexical-hashtag-hover-border-dark)}.editor-text-hashtag{border-bottom:1px solid var(--lexical-hashtag-border-light);padding:1px 2px}.dark .editor-text-hashtag{border-bottom-color:var(--lexical-hashtag-border-dark)}.editor-text-hashtag:hover{border-bottom-color:var(--lexical-hashtag-hover-border-light)}.dark .editor-text-hashtag:hover{border-bottom-color:var(--lexical-hashtag-hover-border-dark)}.editor-code{background-color:var(--lexical-code-bg-light);tab-size:2;margin:8px 0;padding:8px 8px 8px 52px;font-family:Menlo,Consolas,Monaco,Courier New,monospace;font-size:13px;line-height:1.53;display:block;position:relative;overflow-x:auto}.dark .editor-code{background-color:var(--lexical-code-bg-dark)}.editor-tokenComment{color:var(--lexical-code-comment-light)}.editor-tokenPunctuation{color:var(--lexical-code-punctuation-light)}.editor-tokenProperty{color:var(--lexical-code-property-light)}.editor-tokenSelector{color:var(--lexical-code-selector-light)}.editor-tokenOperator{color:var(--lexical-code-operator-light)}.editor-tokenAttr{color:var(--lexical-code-attr-light)}.editor-tokenVariable{color:var(--lexical-code-variable-light)}.editor-tokenFunction{color:var(--lexical-code-function-light)}.dark .editor-tokenComment{color:var(--lexical-code-comment-dark)}.dark .editor-tokenPunctuation{color:var(--lexical-code-punctuation-dark)}.dark .editor-tokenProperty{color:var(--lexical-code-property-dark)}.dark .editor-tokenSelector{color:var(--lexical-code-selector-dark)}.dark .editor-tokenOperator{color:var(--lexical-code-operator-dark)}.dark .editor-tokenAttr{color:var(--lexical-code-attr-dark)}.dark .editor-tokenVariable{color:var(--lexical-code-variable-dark)}.dark .editor-tokenFunction{color:var(--lexical-code-function-dark)}@media (max-width:768px){.ContentEditable__root{padding:16px;line-height:1.6;font-size:16px!important}.editor-placeholder{font-size:16px}.editor-heading-h1{font-size:var(--lexical-h1-size-mobile)}.editor-heading-h2{font-size:var(--lexical-h2-size-mobile)}.editor-heading-h3{font-size:var(--lexical-h3-size-mobile)}.editor-list-ol,.editor-list-ul{margin-left:var(--lexical-list-margin-mobile)}.editor-listitem{margin:var(--lexical-listitem-margin-mobile)}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ContentEditable__root:focus-visible{outline:2px solid var(--lexical-focus-outline);outline-offset:2px}.ContentEditable__root ::selection{background-color:var(--lexical-selection-bg)}.ContentEditable__root ::selection{background-color:var(--lexical-selection-bg)}
