:root,.nlx-editor-theme{--nlx-font-sans:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--nlx-font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;--nlx-font-size:16px;--nlx-line-height:1.65;--nlx-radius-sm:4px;--nlx-radius-md:8px;--nlx-radius-lg:10px;--nlx-space-1:4px;--nlx-space-2:8px;--nlx-space-3:12px;--nlx-space-4:16px;--nlx-color-text:#1e293b;--nlx-color-text-secondary:#475569;--nlx-color-text-muted:#94a3b8;--nlx-color-bg:#fff;--nlx-color-surface:#f1f5f9;--nlx-color-surface-hover:#0000000a;--nlx-color-surface-active:#00000012;--nlx-color-border:#e2e8f0;--nlx-color-primary:#1677ff;--nlx-color-primary-hover:#4096ff;--nlx-color-primary-soft:#e6f4ff;--nlx-color-danger:#b91c1c;--nlx-color-danger-soft:#fee2e2;--nlx-focus-ring:0 0 0 3px #1677ff33;--nlx-shadow-sm:0 8px 24px #0f172a14;--nlx-shadow-md:0 18px 45px #0f172a2e, 0 4px 18px #0f172a14;--nlx-blockquote-border:var(--nlx-color-primary);--nlx-code-inline-bg:#f1f5f9;--nlx-code-inline-border:#e2e8f0;--nlx-code-inline-text:#be123c;--nlx-palette-text-slate:#0f172a;--nlx-palette-text-red:#dc2626;--nlx-palette-text-orange:#ea580c;--nlx-palette-text-amber:#b45309;--nlx-palette-text-green:#15803d;--nlx-palette-text-cyan:#0e7490;--nlx-palette-text-blue:#2563eb;--nlx-palette-text-violet:#7c3aed;--nlx-palette-text-pink:#db2777;--nlx-palette-bg-red:#fee2e2;--nlx-palette-bg-orange:#ffedd5;--nlx-palette-bg-amber:#fef3c7;--nlx-palette-bg-green:#dcfce7;--nlx-palette-bg-cyan:#cffafe;--nlx-palette-bg-blue:#dbeafe;--nlx-palette-bg-violet:#ede9fe;--nlx-palette-bg-pink:#fce7f3}.nlx-editor-theme-dark{--nlx-color-text:#e2e8f0;--nlx-color-text-secondary:#94a3b8;--nlx-color-text-muted:#64748b;--nlx-color-bg:#0f172a;--nlx-color-surface:#1e293b;--nlx-color-surface-hover:#ffffff0f;--nlx-color-surface-active:#ffffff1a;--nlx-color-border:#334155;--nlx-color-primary:#3b82f6;--nlx-color-primary-hover:#60a5fa;--nlx-color-primary-soft:#3b82f626;--nlx-color-danger:#f87171;--nlx-color-danger-soft:#f871711f;--nlx-focus-ring:0 0 0 3px #3b82f64d;--nlx-shadow-sm:0 8px 24px #0006;--nlx-shadow-md:0 18px 45px #00000080, 0 4px 18px #0000004d;--nlx-code-inline-bg:#ffffff14;--nlx-code-inline-border:#ffffff1a;--nlx-code-inline-text:#fda4af;--nlx-palette-text-slate:#e2e8f0;--nlx-palette-text-red:#fca5a5;--nlx-palette-text-orange:#fdba74;--nlx-palette-text-amber:#fcd34d;--nlx-palette-text-green:#86efac;--nlx-palette-text-cyan:#67e8f9;--nlx-palette-text-blue:#93c5fd;--nlx-palette-text-violet:#c4b5fd;--nlx-palette-text-pink:#f9a8d4;--nlx-palette-bg-red:#fee2e229;--nlx-palette-bg-orange:#ffedd529;--nlx-palette-bg-amber:#fef3c729;--nlx-palette-bg-green:#dcfce729;--nlx-palette-bg-cyan:#cffafe29;--nlx-palette-bg-blue:#dbeafe29;--nlx-palette-bg-violet:#ede9fe29;--nlx-palette-bg-pink:#fce7f329}.nlx-editor-root,.nlx-editor-readonly{color:var(--nlx-color-text);font-family:var(--nlx-font-sans);font-size:var(--nlx-font-size);line-height:var(--nlx-line-height)}.nlx-editor-root{position:relative}.nlx-editor-surface{background:var(--nlx-color-bg);border:1px solid var(--nlx-color-border);border-radius:var(--nlx-radius-lg);min-height:180px;padding:var(--nlx-space-4);outline:none}.nlx-editor-surface:focus{border-color:var(--nlx-color-primary);box-shadow:var(--nlx-focus-ring)}.nlx-editor-prose .is-editor-empty:first-child:before,.nlx-editor-prose .is-empty:before{color:var(--nlx-color-text-muted);content:attr(data-placeholder);float:left;pointer-events:none;height:0}.nlx-editor-prose>:first-child{margin-top:0}.nlx-editor-prose>:last-child{margin-bottom:0}.nlx-editor-prose h1{margin:0 0 .67em;font-size:2em;font-weight:700;line-height:1.25}.nlx-editor-prose h2{margin:0 0 .75em;font-size:1.5em;font-weight:700;line-height:1.3}.nlx-editor-prose h3{margin:0 0 .75em;font-size:1.25em;font-weight:600;line-height:1.35}.nlx-editor-prose h4{margin:0 0 .5em;font-size:1.125em;font-weight:600;line-height:1.4}.nlx-editor-prose h5{margin:0 0 .5em;font-size:1em;font-weight:600;line-height:1.45}.nlx-editor-prose h6{margin:0 0 .5em;font-size:.95em;font-weight:600;line-height:1.45}.nlx-editor-prose p,.nlx-editor-prose ul,.nlx-editor-prose ol{margin:0 0 var(--nlx-space-2)}.nlx-editor-prose li{margin-bottom:var(--nlx-space-1)}.nlx-editor-prose li:last-child{margin-bottom:0}.nlx-editor-prose li>ul,.nlx-editor-prose li>ol{margin-bottom:0;margin-top:var(--nlx-space-1)}.nlx-editor-prose strong{font-weight:600}.nlx-editor-prose pre,.nlx-editor-prose img,.nlx-editor-prose blockquote,.nlx-editor-prose table,.nlx-editor-prose hr{margin:var(--nlx-space-3) 0}.nlx-editor-prose img{max-width:100%;height:auto;display:block}.nlx-editor-prose blockquote{background:var(--nlx-color-surface);border-left:3px solid var(--nlx-blockquote-border);border-radius:0 var(--nlx-radius-lg) var(--nlx-radius-lg) 0;color:var(--nlx-color-text-secondary);padding:var(--nlx-space-3) var(--nlx-space-4)}.nlx-editor-prose blockquote>:first-child{margin-top:0}.nlx-editor-prose blockquote>:last-child{margin-bottom:0}.nlx-editor-prose code:not(pre code){background:var(--nlx-code-inline-bg);border:1px solid var(--nlx-code-inline-border);border-radius:var(--nlx-radius-sm);color:var(--nlx-code-inline-text);font-family:var(--nlx-font-mono);white-space:break-spaces;padding:.08em .32em;font-size:1em}.nlx-editor-prose a{color:var(--nlx-color-primary);text-underline-offset:3px;text-decoration-thickness:1px}.nlx-editor-prose a:hover{color:var(--nlx-color-primary-hover)}.nlx-editor-prose mark{border-radius:2px;padding:.08em .12em}.nlx-editor-prose table{border:1px solid var(--nlx-color-border);border-collapse:separate;border-radius:var(--nlx-radius-lg);border-spacing:0;table-layout:fixed;width:100%}.nlx-editor-prose th{background:var(--nlx-color-surface);color:var(--nlx-color-text);font-weight:600}.nlx-editor-prose th,.nlx-editor-prose td{border-bottom:1px solid var(--nlx-color-border);border-right:1px solid var(--nlx-color-border);box-sizing:border-box;padding:var(--nlx-space-3);text-align:left;vertical-align:top;position:relative}.nlx-editor-prose tr:last-child>:is(th,td){border-bottom:0}.nlx-editor-prose :is(th,td):last-child{border-right:0}.nlx-editor-prose tbody tr:hover{background:var(--nlx-color-surface-hover)}.nlx-editor-prose ul[data-type=taskList]{list-style:none}.nlx-editor-prose ul[data-type=taskList]:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:0}.nlx-editor-prose ul[data-type=taskList]:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:0}.nlx-editor-prose ul[data-type=taskList]:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:0}.nlx-editor-prose ul[data-type=taskList]:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:0}.nlx-editor-prose ul[data-type=taskList] li{align-items:flex-start;gap:var(--nlx-space-2);display:flex}.nlx-editor-prose ul[data-type=taskList] li>label{flex:none;align-items:center;min-height:1.65em;display:inline-flex}.nlx-editor-prose ul[data-type=taskList] input[type=checkbox]{accent-color:var(--nlx-color-primary)}.nlx-editor-prose hr{background:var(--nlx-color-border);border:0;border-radius:999px;height:1px}.nlx-editor-toolbar{background:var(--nlx-color-bg);border:1px solid var(--nlx-color-border);border-radius:var(--nlx-radius-lg);box-shadow:var(--nlx-shadow-sm);margin-bottom:var(--nlx-space-2);flex-wrap:wrap;align-items:center;gap:2px;padding:4px 6px;display:flex}.nlx-editor-button{border-radius:var(--nlx-radius-md);color:var(--nlx-color-text-secondary);cursor:pointer;font:inherit;min-width:28px;height:28px;padding:0 var(--nlx-space-2);background:0 0;border:0;justify-content:center;align-items:center;gap:4px;line-height:1;transition:background-color .12s,box-shadow .12s,color .12s,transform .12s;display:inline-flex}.nlx-editor-button:hover{background:var(--nlx-color-surface-hover);color:var(--nlx-color-text);transform:translateY(-1px);box-shadow:0 3px 10px #0f172a1a}.nlx-editor-button:active{background:var(--nlx-color-surface-active);box-shadow:none;transform:translateY(0)}.nlx-editor-button:disabled{box-shadow:none;cursor:default;opacity:.6;transform:none}.nlx-editor-button:focus-visible{box-shadow:var(--nlx-focus-ring);outline:none}.nlx-editor-button-active{background:var(--nlx-color-primary-soft);color:var(--nlx-color-primary)}.nlx-editor-button-active:hover{background:var(--nlx-color-primary-soft);box-shadow:none;color:var(--nlx-color-primary);transform:none}.nlx-editor-button-with-text{gap:var(--nlx-space-1)}.nlx-editor-toolbar-divider{background:var(--nlx-color-border);align-self:center;width:1px;height:16px;margin-left:4px;margin-right:4px;display:inline-block}.nlx-editor-toolbar-group,.nlx-editor-toolbar-slot{align-items:center;gap:2px;display:inline-flex}.nlx-editor-tooltip-host,.nlx-editor-popover-host{display:inline-flex;position:relative}.nlx-editor-tooltip-host>.nlx-editor-button:disabled{pointer-events:none}.nlx-editor-tooltip-scope{display:contents}.nlx-editor-tooltip{border-radius:var(--nlx-radius-md);box-shadow:var(--nlx-shadow-sm);color:#fff;opacity:0;pointer-events:none;white-space:nowrap;z-index:1000;background:#0f172a;max-width:min(240px,100vw - 16px);padding:6px 8px;font-size:12px;line-height:1;transition:opacity .12s,transform .12s;position:fixed;transform:translateY(2px)}.nlx-editor-tooltip[data-ready=true]{opacity:1;transform:translateY(0)}.nlx-editor-tooltip-content{text-overflow:ellipsis;display:block;overflow:hidden}.nlx-editor-tooltip-arrow{background:#0f172a;width:8px;height:8px;margin-left:-4px;position:absolute;transform:rotate(45deg)}.nlx-editor-tooltip[data-side=top] .nlx-editor-tooltip-arrow{bottom:-3px}.nlx-editor-tooltip[data-side=bottom] .nlx-editor-tooltip-arrow{top:-3px}.nlx-editor-popover{background:var(--nlx-color-bg);border:1px solid var(--nlx-color-border);border-radius:var(--nlx-radius-lg);box-shadow:var(--nlx-shadow-md);align-items:center;gap:var(--nlx-space-2);padding:var(--nlx-space-3);left:0;top:calc(100% + var(--nlx-space-1));z-index:1000;display:inline-flex;position:absolute}.nlx-editor-link-popover,.nlx-editor-link-popover-actions{gap:var(--nlx-space-2);display:inline-flex}.nlx-editor-input{background:var(--nlx-color-bg);border:1px solid var(--nlx-color-border);border-radius:var(--nlx-radius-md);color:var(--nlx-color-text);font:inherit;outline:none;min-width:220px;height:30px;padding:0 10px;font-size:13px}.nlx-editor-input:focus{border-color:var(--nlx-color-primary);box-shadow:var(--nlx-focus-ring)}.nlx-editor-popover-action{background:var(--nlx-color-bg);border:1px solid var(--nlx-color-border);border-radius:var(--nlx-radius-md);color:var(--nlx-color-text);cursor:pointer;font:inherit;white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;height:30px;padding:0 10px;font-size:13px;font-weight:500;transition:background-color .12s,border-color .12s,box-shadow .12s,transform .12s;display:inline-flex}[data-nameless-editor-link-save=true]{background:var(--nlx-color-primary);border-color:var(--nlx-color-primary);color:#fff;min-width:48px}[data-nameless-editor-link-save=true]:hover{background:var(--nlx-color-primary-hover);border-color:var(--nlx-color-primary-hover);color:#fff}[data-nameless-editor-link-cancel=true]{min-width:48px}.nlx-editor-popover-action:hover{background:var(--nlx-color-surface-hover);color:var(--nlx-color-text);transform:translateY(-1px);box-shadow:0 3px 10px #0f172a1a}[data-nameless-editor-link-save=true].nlx-editor-popover-action:hover{box-shadow:none;transform:none}.nlx-editor-popover-action:active{box-shadow:none;transform:translateY(0)}.nlx-editor-popover-action-secondary{background:var(--nlx-color-bg);border-color:var(--nlx-color-border);color:var(--nlx-color-text)}.nlx-editor-popover-action-secondary:hover{background:var(--nlx-color-surface-hover);color:var(--nlx-color-text)}.nlx-editor-popover-action-icon{min-width:30px;padding-left:0;padding-right:0}.nlx-editor-popover-label{color:var(--nlx-color-text-muted);white-space:nowrap;font-size:12px}.nlx-editor-color-popover{align-items:stretch;gap:var(--nlx-space-2);min-width:184px;display:grid}.nlx-editor-color-grid{grid-template-columns:repeat(5,28px);gap:4px;display:grid}.nlx-editor-color-swatch{background:var(--nlx-color-bg);border:1px solid var(--nlx-color-border);border-radius:var(--nlx-radius-md);color:var(--nlx-color-text);cursor:pointer;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:12px;font-weight:700;transition:background-color .12s,border-color .12s,box-shadow .12s,transform .12s;display:inline-flex}.nlx-editor-color-swatch:hover{background:var(--nlx-color-surface-hover);transform:translateY(-1px);box-shadow:0 3px 10px #0f172a1f}.nlx-editor-color-swatch-active,.nlx-editor-color-swatch-active:hover{background:var(--nlx-color-primary-soft);box-shadow:none;border-color:#0000;transform:none}.nlx-editor-color-swatch-letter{font-size:13px;font-weight:700;line-height:1}.nlx-editor-color-swatch-check{color:var(--nlx-color-text)}.nlx-editor-bubble-menu{background:var(--nlx-color-bg);border:1px solid var(--nlx-color-border);border-radius:var(--nlx-radius-lg);box-shadow:var(--nlx-shadow-md);z-index:1010;flex-direction:column;align-items:stretch;padding:0;display:inline-flex;position:relative;overflow:visible}.nlx-editor-bubble-menu-content{border-radius:inherit;flex-wrap:wrap;align-items:center;gap:4px;padding:6px 8px;display:flex}.nlx-editor-menu-section{align-items:center;gap:2px;display:inline-flex}.nlx-editor-menu-divider{background:var(--nlx-color-border);flex-shrink:0;align-self:center;width:1px;height:16px;margin:0 4px;display:inline-block}.nlx-editor-bubble-menu-select-trigger{gap:6px;min-width:0;padding-left:10px;padding-right:10px}[data-nameless-editor-bubble-color-picker-trigger=true]{min-width:36px}.nlx-editor-bubble-menu-select-trigger-content{align-items:center;gap:6px;font-size:13px;line-height:1;display:inline-flex}.nlx-editor-bubble-menu-select-trigger-chevron{color:var(--nlx-color-text-secondary)}.nlx-editor-bubble-menu-select-label{font:inherit}.nlx-editor-bubble-menu-select-popover{align-items:stretch;gap:4px;min-width:150px;padding:6px;display:grid}.nlx-editor-bubble-menu-select-option{justify-content:flex-start;min-width:132px;padding-left:10px;padding-right:10px;font-size:13px}.nlx-editor-bubble-menu-select-option:hover{background:var(--nlx-color-surface-hover);color:var(--nlx-color-text)}.nlx-editor-bubble-menu-select-popover .nlx-editor-button-active,.nlx-editor-bubble-menu-select-popover .nlx-editor-button-active:hover{background:var(--nlx-color-primary-soft);box-shadow:none;color:var(--nlx-color-primary);font-weight:500}.nlx-editor-bubble-menu-select-option-icon{color:currentColor;align-items:center;display:inline-flex}.nlx-editor-bubble-link-panel{background:var(--nlx-color-bg);border-top:1px solid var(--nlx-color-border);border-bottom-left-radius:var(--nlx-radius-lg);border-bottom-right-radius:var(--nlx-radius-lg);align-items:center;gap:var(--nlx-space-2);padding:var(--nlx-space-3);display:flex}.nlx-editor-bubble-link-panel .nlx-editor-input{flex:1;min-width:0}.nlx-editor-bubble-color-popover{align-items:stretch;gap:var(--nlx-space-3);min-width:208px;padding:var(--nlx-space-3);display:grid;left:auto;right:0}.nlx-editor-bubble-color-section{gap:10px;display:grid}.nlx-editor-bubble-color-section-label{color:var(--nlx-color-text-secondary);font-size:13px;line-height:1}.nlx-editor-bubble-color-divider{background:var(--nlx-color-border);width:100%;height:1px;display:block}.nlx-editor-bubble-color-grid{grid-template-columns:repeat(5,30px);gap:6px}.nlx-editor-bubble-color-swatch{border-radius:var(--nlx-radius-md);width:30px;height:30px}.nlx-editor-bubble-color-swatch[data-nameless-editor-bubble-color-swatch-mode=text]{background:var(--nlx-color-bg)}.nlx-editor-bubble-color-swatch[data-nameless-editor-bubble-color-swatch-mode=text]:hover{background:var(--nlx-color-surface-hover)}.nlx-editor-bubble-color-swatch[data-nameless-editor-bubble-color-swatch-mode=text].nlx-editor-color-swatch-active{background:var(--nlx-color-primary-soft);box-shadow:none;border-color:#0000;transform:none}.nlx-editor-bubble-color-swatch[data-nameless-editor-bubble-color-swatch-mode=text].nlx-editor-color-swatch-active:hover{background:var(--nlx-color-primary-soft)}.nlx-editor-bubble-color-swatch[data-nameless-editor-bubble-color-swatch-mode=background]{border-color:#0000;box-shadow:inset 0 0 0 1px #0f172a0f}.nlx-editor-bubble-color-swatch[data-nameless-editor-bubble-color-swatch-mode=background]:hover{border-color:#0000;box-shadow:inset 0 0 0 1px #0f172a1a,0 3px 10px #0f172a1a}.nlx-editor-bubble-color-swatch[data-nameless-editor-bubble-color-swatch-mode=background].nlx-editor-color-swatch-active{border-color:#0000;box-shadow:inset 0 0 0 1px #0f172a24,0 0 0 2px #0f172a0d,0 1px 2px #0f172a14}.nlx-editor-bubble-color-swatch-clear{color:var(--nlx-color-text-secondary);border-style:dashed}.nlx-editor-bubble-color-swatch-clear:hover{color:#475569;border-color:#64748b}.column-resize-handle{background-color:var(--nlx-color-primary,#3b82f6);cursor:col-resize;pointer-events:none;z-index:20;width:4px;position:absolute;top:0;bottom:0;right:-2px}.nlx-editor-table-bubble-menu{background:var(--nlx-color-bg);border:1px solid var(--nlx-color-border);border-radius:var(--nlx-radius-lg);box-shadow:var(--nlx-shadow-md);z-index:1010;flex-wrap:wrap;gap:2px;padding:4px 6px;display:flex;position:fixed;transform:translate(-50%,-100%)}
.ArticleContentRenderer-module__vB2BoW__readonlyArticle{--nlx-color-primary:#0ea5e9;--nlx-color-primary-hover:#0284c7;--nlx-color-primary-soft:#e0f2fe;--nlx-color-primary-soft-hover:#bae6fd;--nlx-focus-ring:0 0 0 3px #0ea5e933;--nlx-blockquote-border:#0ea5e9}.ArticleContentRenderer-module__vB2BoW__readonlyArticle.ArticleContentRenderer-module__vB2BoW__nlx-editor-theme-dark{--nlx-color-primary:#38bdf8;--nlx-color-primary-hover:#7dd3fc;--nlx-color-primary-soft:#38bdf826;--nlx-color-primary-soft-hover:#38bdf840;--nlx-focus-ring:0 0 0 3px #38bdf84d;--nlx-blockquote-border:#38bdf8}.ArticleContentRenderer-module__vB2BoW__readonlyWrapper{width:100%;min-width:0;overflow-x:hidden}.ArticleContentRenderer-module__vB2BoW__readonlyArticle{width:100%;min-width:0}.ArticleContentRenderer-module__vB2BoW__readonlyEditor{width:100%;min-width:0;height:auto!important;font-family:inherit!important}.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent,.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent [data-nameless-editor-content=true]{width:100%;min-width:0;overflow-x:hidden;height:auto!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin-bottom:0!important;padding:12px 0!important}.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent:focus-within,.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent [data-nameless-editor-content=true]:focus-within{box-shadow:none!important;border-color:#0000!important}.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent{color:var(--color-gray-700)}.dark .ArticleContentRenderer-module__vB2BoW__readonlyEditorContent{color:var(--color-gray-300)}:is(.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent ul,.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent ol){list-style-position:outside;padding-inline-start:1.5em!important}.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent ul{list-style-type:disc}.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent ol{list-style-type:decimal}.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent li{display:list-item}.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent img{border-radius:16px;box-shadow:0 22px 50px -35px #0f172a99}.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent pre{max-width:100%;overflow-x:auto}.ArticleContentRenderer-module__vB2BoW__readonlyEditorContent pre code{white-space:pre}
