.lexical-playground-host{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:transparent;color:#1a1625}.lexical-playground-host .editor-shell{margin:0;max-width:none;line-height:1.7;font-weight:400}.lexical-playground-host .editor-container{position:relative;display:block;background:#ffffff;border-radius:0 0 20px 20px;border:none;overflow:hidden}.lexical-playground-host .editor-container.plain-text{border-radius:20px}.lexical-playground-host .editor-scroller{height:var(--ate-editor-height,560px);max-height:var(--ate-editor-height,560px);max-width:100%;border:0;display:flex;position:relative;outline:0;z-index:0;overflow-y:auto;background:#ffffff}.lexical-playground-host .editor-scroller::-webkit-scrollbar{width:10px}.lexical-playground-host .editor-scroller::-webkit-scrollbar-track{background:#f8f9fa;border-radius:0 20px 20px 0}.lexical-playground-host .editor-scroller::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px;border:2px solid #f8f9fa}.lexical-playground-host .editor-scroller::-webkit-scrollbar-thumb:hover{background:#9ca3af}.lexical-playground-host .editor{flex:1 1 auto;max-width:100%;position:relative}.lexical-playground-host .ContentEditable__root{padding:2.5rem 3rem;min-height:calc(var(--ate-editor-height, 560px) - 80px);outline:none;border:none;font-family:Georgia,Cambria,Times New Roman,serif;font-size:1.0625rem;line-height:1.85;color:#2d2a35;letter-spacing:-.01em;word-spacing:.02em}.lexical-playground-host .ContentEditable__root:focus-visible{outline:none}.lexical-playground-host .ContentEditable__root:before{color:#a1a0a8;font-style:italic}.lexical-playground-host .toolbar{display:flex;align-items:center;gap:4px;padding:0 var(--space-3,.75rem);height:48px;background:var(--color-surface-alt,#f9fafb);border-radius:var(--radius-xl,16px) var(--radius-xl,16px) 0 0;border-bottom:1px solid var(--color-border-subtle,#e2e8f0);border:1px solid var(--color-border-subtle,#e2e8f0);border-bottom-color:var(--color-border,#d1d5db);box-shadow:0 10px 30px rgba(15,23,42,.08);position:-webkit-sticky;position:sticky;top:0;z-index:4;overflow-x:auto;overflow-y:hidden;scroll-behavior:auto}.lexical-playground-host .toolbar::-webkit-scrollbar{height:5px}.lexical-playground-host .toolbar::-webkit-scrollbar-thumb{background:rgba(99,102,241,.4);border-radius:999px}.lexical-playground-host .toolbar .divider{width:1px;height:26px;background:linear-gradient(180deg,transparent,#d1d5db,transparent);margin:0 6px;flex-shrink:0}button.toolbar-item{border:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;border-radius:999px;background:transparent;color:var(--color-text-muted,#6b7280);font-size:.85rem;cursor:pointer;flex-shrink:0;scroll-margin:0!important;scroll-padding:0!important;scroll-margin-block:0!important;scroll-margin-inline:0!important;transition:background .14s ease,color .14s ease,box-shadow .14s ease,transform 80ms ease}button.toolbar-item.spaced{margin-right:2px}button.toolbar-item .icon,button.toolbar-item i.format{display:inline-flex;width:18px;height:18px;opacity:.7;background-size:contain;background-repeat:no-repeat;background-position:50%}button.toolbar-item .text{white-space:nowrap;max-width:7rem;overflow:hidden;text-overflow:ellipsis}button.toolbar-item:hover:not(:disabled){background:rgba(148,163,184,.12);color:var(--color-text-strong,#111827)}button.toolbar-item:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 1px 1px rgba(15,23,42,.12)}button.toolbar-item.active{background:rgba(37,99,235,.12);color:var(--color-brand-700,#1d4ed8);box-shadow:0 0 0 1px rgba(59,130,246,.4)}button.toolbar-item.active .icon,button.toolbar-item.active i.format{opacity:1}button.toolbar-item:disabled{cursor:not-allowed;opacity:.45}button.toolbar-item:focus-visible{outline:2px solid var(--color-brand-400,#60a5fa);outline-offset:1px;scroll-margin:0!important;scroll-padding:0!important}.lexical-playground-host .toolbar button:active,.lexical-playground-host .toolbar button:focus,.lexical-playground-host .toolbar button:focus-visible{scroll-margin:0!important;scroll-padding:0!important}.lexical-playground-host .toolbar button{scroll-margin-block:0!important;scroll-margin-inline:0!important}.lexical-playground-host .toolbar .font-size-input{min-width:48px!important;width:auto!important;max-width:70px!important;padding:4px 8px!important;overflow:visible!important;text-overflow:clip!important}.lexical-dropdown,.lexical-playground-host .component-picker-menu,.lexical-playground-host .dropdown,.lexical-playground-host .mentions-menu,.lexical-playground-host .typeahead-popover{z-index:var(--z-dropdown,200);position:fixed;min-width:220px;max-width:min(360px,92vw);max-height:min(420px,70vh);border-radius:14px;background:var(--ate-surface,#ffffff);border:1px solid var(--ate-border,#e5e4e9);box-shadow:0 16px 48px rgba(15,23,42,.18),0 1px 0 rgba(15,23,42,.05);overflow-y:auto;overflow-x:hidden;padding:6px}.lexical-dropdown::-webkit-scrollbar,.lexical-playground-host .dropdown::-webkit-scrollbar{width:8px}.lexical-dropdown::-webkit-scrollbar-thumb,.lexical-playground-host .dropdown::-webkit-scrollbar-thumb{background:rgba(15,23,42,.2);border-radius:999px}.lexical-dropdown .item,.lexical-playground-host .dropdown .item,.lexical-playground-host .typeahead-popover li{display:flex;align-items:center;gap:.6rem;width:100%;padding:9px 12px;font-size:.875rem;font-weight:500;color:var(--ate-ink,#2d2a35);cursor:pointer;border-radius:10px;background:transparent;border:0;text-align:left;line-height:1.35;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.lexical-dropdown .item.active,.lexical-dropdown .item.dropdown-item-active,.lexical-dropdown .item:hover,.lexical-playground-host .dropdown .item.active,.lexical-playground-host .dropdown .item.dropdown-item-active,.lexical-playground-host .dropdown .item:hover,.lexical-playground-host .typeahead-popover li.selected,.lexical-playground-host .typeahead-popover li:hover{background:rgba(99,102,241,.12);color:#4338ca;box-shadow:inset 0 0 0 1px rgba(99,102,241,.2)}.lexical-dropdown .item:focus-visible,.lexical-playground-host .dropdown .item:focus-visible,.lexical-playground-host .typeahead-popover li:focus-visible{outline:2px solid rgba(99,102,241,.45);outline-offset:2px}.lexical-dropdown .item:disabled,.lexical-playground-host .dropdown .item:disabled{cursor:not-allowed;opacity:.5}.lexical-dropdown .item .icon,.lexical-playground-host .dropdown .item .icon,.lexical-playground-host .typeahead-popover li .icon{width:18px;height:18px;margin-right:0;opacity:.7;flex-shrink:0}.lexical-dropdown .item.dropdown-item-active .icon,.lexical-dropdown .item:hover .icon,.lexical-playground-host .dropdown .item.dropdown-item-active .icon,.lexical-playground-host .dropdown .item:hover .icon,.lexical-playground-host .typeahead-popover li:hover .icon{opacity:1}.lexical-dropdown .icon-text-container,.lexical-playground-host .dropdown .icon-text-container{display:flex;align-items:center;gap:.6rem;flex:1 1;min-width:0}.lexical-dropdown .item .text,.lexical-playground-host .dropdown .item .text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lexical-dropdown .shortcut,.lexical-playground-host .dropdown .shortcut{margin-left:auto;padding:2px 6px;border-radius:6px;border:1px solid var(--ate-border,#e5e4e9);background:var(--ate-surface-alt,#faf9fb);font-size:.68rem;font-weight:600;letter-spacing:.02em;color:var(--ate-muted,#6b6879);font-family:var(--font-family-mono,"SF Mono","Consolas",monospace)}.lexical-dropdown hr,.lexical-playground-host .dropdown hr{border:0;border-top:1px solid var(--ate-border,#e5e4e9);margin:6px 0}.lexical-dropdown .divider,.lexical-playground-host .dropdown .divider{height:1px;margin:6px 0;background:var(--ate-border,#e5e4e9)}.lexical-playground-host .link-editor .link-input,.lexical-playground-host .link-editor .link-view{display:block;width:calc(100% - 24px);margin:12px;padding:10px 14px;border-radius:10px;border:1px solid #e5e4e9;background:#f8f9fa;font-size:.875rem;font-family:inherit;color:#2d2a35;transition:all .15s}.lexical-playground-host .link-editor .link-input:focus{outline:none;border-color:#6366f1;background:#ffffff;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.lexical-playground-host .link-editor .link-view a{color:#6366f1;text-decoration:underline;text-underline-offset:2px;word-break:break-all}.lexical-playground-host .characters-limit{position:absolute;right:16px;bottom:14px;font-size:.75rem;font-weight:500;color:#9ca3af;background:rgba(255,255,255,.95);padding:4px 8px;border-radius:6px;z-index:5;box-shadow:0 2px 8px rgba(0,0,0,.1)}.lexical-playground-host .characters-limit.characters-limit-exceeded{color:#dc2626;background:rgba(254,242,242,.95)}.lexical-playground-host .table-cell-action-button-container{position:absolute;z-index:5;top:0;left:0;will-change:transform}.lexical-playground-host .table-cell-action-button{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:8px;border:1px solid #e5e4e9;background:#ffffff;color:#6b6879;font-size:.75rem;font-weight:500;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.12);transition:all .15s}.lexical-playground-host .table-cell-action-button:hover{background:#6366f1;color:#ffffff;border-color:#6366f1}.lexical-playground-host .tree-view-output{margin-top:12px;padding:14px;font-size:.75rem;background:#1a1625;color:#e5e4e9;border-radius:12px;max-height:300px;overflow:auto;font-family:SF Mono,Monaco,Menlo,monospace}.lexical-playground-host pre{font-family:SF Mono,Monaco,Menlo,Consolas,monospace;font-size:.8rem}.lexical-playground-host .action-button,.lexical-playground-host .actions{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.lexical-playground-host .action-button:disabled,.lexical-playground-host .action-button:hover{display:none!important}.lexical-playground-host .mention{padding:2px 6px;border-radius:6px;background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(139,92,246,.08));color:#6366f1;font-weight:500}.lexical-playground-host .keyword{color:#f59e0b;font-weight:600}.lexical-playground-host .emoji-inner::-moz-selection,.lexical-playground-host .emoji-inner::selection{color:transparent;background-color:rgba(99,102,241,.3)}.lexical-playground-host .TableNode__contentEditable{min-height:24px;border:0;resize:none;cursor:text;display:block;position:relative;outline:0;padding:8px 12px;font-size:.9375rem;white-space:pre-wrap;word-break:break-word;line-height:1.6}.lexical-playground-host .icon.plus{background-image:url(/lexical/images/icons/plus.svg)}.lexical-dropdown i.chevron-down,.lexical-playground-host i.chevron-down{display:inline-flex;width:12px;height:12px;background-image:url(/lexical/images/icons/chevron-down.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;opacity:.7}.lexical-playground-host .icon.dropdown-more{background-image:url(/lexical/images/icons/dropdown-more.svg)}.lexical-playground-host .icon.font-color{background-image:url(/lexical/images/icons/font-color.svg)}.lexical-playground-host .icon.bg-color{background-image:url(/lexical/images/icons/bg-color.svg)}.lexical-playground-host .icon.paragraph{background-image:url(/lexical/images/icons/text-paragraph.svg)}.lexical-playground-host .icon.h1{background-image:url(/lexical/images/icons/type-h1.svg)}.lexical-playground-host .icon.h2{background-image:url(/lexical/images/icons/type-h2.svg)}.lexical-playground-host .icon.h3{background-image:url(/lexical/images/icons/type-h3.svg)}.lexical-playground-host .icon.bullet,.lexical-playground-host .icon.bullet-list{background-image:url(/lexical/images/icons/list-ul.svg)}.lexical-playground-host .icon.check,.lexical-playground-host .icon.check-list{background-image:url(/lexical/images/icons/square-check.svg)}.lexical-playground-host .icon.number,.lexical-playground-host .icon.numbered-list{background-image:url(/lexical/images/icons/list-ol.svg)}.lexical-playground-host .icon.quote{background-image:url(/lexical/images/icons/chat-square-quote.svg)}.lexical-playground-host .icon.code,button.toolbar-item i.format.code{background-image:url(/lexical/images/icons/code.svg)}button.toolbar-item i.format.bold{background-image:url(/lexical/images/icons/type-bold.svg)}button.toolbar-item i.format.italic{background-image:url(/lexical/images/icons/type-italic.svg)}button.toolbar-item i.format.underline{background-image:url(/lexical/images/icons/type-underline.svg)}button.toolbar-item i.format.undo{background-image:url(/lexical/images/icons/arrow-counterclockwise.svg)}button.toolbar-item i.format.redo{background-image:url(/lexical/images/icons/arrow-clockwise.svg)}.lexical-playground-host .icon.link,button.toolbar-item i.format.link{background-image:url(/lexical/images/icons/link.svg)}.lexical-playground-host .icon.horizontal-rule{background-image:url(/lexical/images/icons/horizontal-rule.svg)}.lexical-playground-host .icon.page-break{background-image:url(/lexical/images/icons/scissors.svg)}.lexical-playground-host .icon.image{background-image:url(/lexical/images/icons/file-image.svg)}.lexical-playground-host .icon.gif{background-image:url(/lexical/images/icons/filetype-gif.svg)}.lexical-playground-host .icon.diagram-2{background-image:url(/lexical/images/icons/diagram-2.svg)}.lexical-playground-host .icon.table{background-image:url(/lexical/images/icons/table.svg)}.lexical-playground-host .icon.poll{background-image:url(/lexical/images/icons/card-checklist.svg)}.lexical-playground-host .icon.columns{background-image:url(/lexical/images/icons/3-columns.svg)}.lexical-playground-host .icon.equation{background-image:url(/lexical/images/icons/plus-slash-minus.svg)}.lexical-playground-host .icon.sticky{background-image:url(/lexical/images/icons/sticky.svg)}.lexical-playground-host .icon.caret-right{background-image:url(/lexical/images/icons/caret-right-fill.svg)}.lexical-playground-host .icon.calendar{background-image:url(/lexical/images/icons/calendar.svg)}.lexical-playground-host .icon.left-align{background-image:url(/lexical/images/icons/text-left.svg)}.lexical-playground-host .icon.center-align{background-image:url(/lexical/images/icons/text-center.svg)}.lexical-playground-host .icon.right-align{background-image:url(/lexical/images/icons/text-right.svg)}.lexical-playground-host .icon.justify-align{background-image:url(/lexical/images/icons/justify.svg)}.lexical-playground-host .icon.lowercase{background-image:url(/lexical/images/icons/type-lowercase.svg)}.lexical-playground-host .icon.uppercase{background-image:url(/lexical/images/icons/type-uppercase.svg)}.lexical-playground-host .icon.capitalize{background-image:url(/lexical/images/icons/type-capitalize.svg)}.lexical-playground-host .icon.strikethrough{background-image:url(/lexical/images/icons/type-strikethrough.svg)}.lexical-playground-host .icon.subscript{background-image:url(/lexical/images/icons/type-subscript.svg)}.lexical-playground-host .icon.superscript{background-image:url(/lexical/images/icons/type-superscript.svg)}@media (max-width:768px){.lexical-playground-host .toolbar{padding:.5rem .75rem;min-height:48px;gap:4px}button.toolbar-item{padding:6px 10px;font-size:.75rem}.lexical-playground-host .ContentEditable__root{padding:1.5rem;font-size:1rem;line-height:1.75}.lexical-playground-host .editor-scroller{height:min(var(--ate-editor-height,560px),70vh);max-height:min(var(--ate-editor-height,560px),70vh)}}@media (max-width:480px){.lexical-playground-host .ContentEditable__root{padding:1.25rem;font-size:.9375rem}button.toolbar-item .text{display:none}}.dark .lexical-playground-host .toolbar{background:linear-gradient(180deg,#1e1b2e,#171525);border-bottom-color:#2d2a3a}.dark .lexical-playground-host .toolbar .divider{background:linear-gradient(180deg,transparent,#3d3a4d,transparent)}.dark button.toolbar-item{color:#a1a0a8}.dark button.toolbar-item:hover:not(:disabled){background:rgba(99,102,241,.15);color:#a5b4fc}.dark button.toolbar-item.active{background:rgba(99,102,241,.2);color:#a5b4fc;box-shadow:0 0 0 1px rgba(99,102,241,.4)}.dark .lexical-playground-host .editor-container,.dark .lexical-playground-host .editor-scroller{background:#0f0d17}.dark .lexical-playground-host .editor-scroller::-webkit-scrollbar-track{background:#171525}.dark .lexical-playground-host .editor-scroller::-webkit-scrollbar-thumb{background:#3d3a4d;border-color:#171525}.dark .lexical-playground-host .ContentEditable__root{color:#e5e4e9}.dark .lexical-dropdown,.dark .lexical-playground-host .component-picker-menu,.dark .lexical-playground-host .dropdown,.dark .lexical-playground-host .mentions-menu,.dark .lexical-playground-host .typeahead-popover{background:#1e1b2e;border-color:#2d2a3a;box-shadow:0 12px 40px rgba(0,0,0,.4)}.dark .lexical-dropdown .item,.dark .lexical-playground-host .dropdown .item,.dark .lexical-playground-host .typeahead-popover li{color:#e5e4e9}.dark .lexical-dropdown .item:hover,.dark .lexical-playground-host .dropdown .item:hover,.dark .lexical-playground-host .typeahead-popover li.selected,.dark .lexical-playground-host .typeahead-popover li:hover{background:rgba(99,102,241,.15);color:#a5b4fc}.dark .lexical-dropdown .divider,.dark .lexical-playground-host .dropdown .divider{background:#2d2a3a}.dark .lexical-playground-host .link-editor .link-input,.dark .lexical-playground-host .link-editor .link-view{background:#171525;border-color:#2d2a3a;color:#e5e4e9}.dark .lexical-playground-host .link-editor .link-input:focus{background:#1e1b2e;border-color:#6366f1}.dark .lexical-playground-host .characters-limit{background:#171525;color:#6b6879}.dark .lexical-playground-host .characters-limit.characters-limit-exceeded{background:rgba(220,38,38,.15);color:#fca5a5}.dark .lexical-playground-host .tree-view-output{background:#0f0d17;border-color:#2d2a3a}.dark .lexical-playground-host .action-button{background:#171525;border-color:#2d2a3a;color:#a1a0a8}.dark .lexical-playground-host .action-button:hover{background:rgba(99,102,241,.15);color:#a5b4fc}.dark .lexical-playground-host .table-cell-action-button{background:#1e1b2e;border-color:#2d2a3a;color:#a1a0a8}.dark .lexical-playground-host .table-cell-action-button:hover{background:#6366f1;color:#ffffff;border-color:#6366f1}.dark .lexical-playground-host.lexical-theme-light{--color-surface-alt:#f9fafb;--color-border-subtle:#e2e8f0;--color-border:#d1d5db;--color-text-muted:#6b7280;--color-text-strong:#111827;--color-brand-700:#1d4ed8;--color-brand-400:#60a5fa;--ate-ink:#2d2a35;--ate-surface:#ffffff;--ate-surface-alt:#faf9fb;--ate-border:#e5e4e9;--ate-border-subtle:#e5e4e9;--ate-muted:#6b6879;--ate-primary:#6366f1;--ate-primary-light:#a5b4fc;color-scheme:light}.dark .lexical-playground-host.lexical-theme-light .toolbar{background:var(--color-surface-alt,#f9fafb);border-bottom-color:var(--color-border,#d1d5db)}.dark .lexical-playground-host.lexical-theme-light .toolbar .divider{background:linear-gradient(180deg,transparent,#d1d5db,transparent)}.dark .lexical-playground-host.lexical-theme-light button.toolbar-item{color:var(--color-text-muted,#6b7280)}.dark .lexical-playground-host.lexical-theme-light button.toolbar-item:hover:not(:disabled){background:rgba(148,163,184,.12);color:var(--color-text-strong,#111827)}.dark .lexical-playground-host.lexical-theme-light button.toolbar-item.active{background:rgba(37,99,235,.12);color:var(--color-brand-700,#1d4ed8);box-shadow:0 0 0 1px rgba(59,130,246,.4)}.dark .lexical-playground-host.lexical-theme-light .editor-container,.dark .lexical-playground-host.lexical-theme-light .editor-scroller{background:#ffffff}.dark .lexical-playground-host.lexical-theme-light .editor-scroller::-webkit-scrollbar-track{background:#f8f9fa}.dark .lexical-playground-host.lexical-theme-light .editor-scroller::-webkit-scrollbar-thumb{background:#d1d5db;border-color:#f8f9fa}.dark .lexical-playground-host.lexical-theme-light .ContentEditable__root{color:#2d2a35}.dark .lexical-dropdown.lexical-dropdown--light,.dark .lexical-playground-host.lexical-theme-light .component-picker-menu,.dark .lexical-playground-host.lexical-theme-light .dropdown,.dark .lexical-playground-host.lexical-theme-light .mentions-menu,.dark .lexical-playground-host.lexical-theme-light .typeahead-popover{background:var(--ate-surface,#ffffff);border-color:var(--ate-border,#e5e4e9);box-shadow:0 16px 48px rgba(15,23,42,.18),0 1px 0 rgba(15,23,42,.05)}.dark .lexical-dropdown.lexical-dropdown--light .item,.dark .lexical-playground-host.lexical-theme-light .dropdown .item,.dark .lexical-playground-host.lexical-theme-light .typeahead-popover li{color:var(--ate-ink,#2d2a35)}.dark .lexical-dropdown.lexical-dropdown--light .item.active,.dark .lexical-dropdown.lexical-dropdown--light .item.dropdown-item-active,.dark .lexical-dropdown.lexical-dropdown--light .item:hover,.dark .lexical-playground-host.lexical-theme-light .dropdown .item.active,.dark .lexical-playground-host.lexical-theme-light .dropdown .item.dropdown-item-active,.dark .lexical-playground-host.lexical-theme-light .dropdown .item:hover,.dark .lexical-playground-host.lexical-theme-light .typeahead-popover li.selected,.dark .lexical-playground-host.lexical-theme-light .typeahead-popover li:hover{background:rgba(99,102,241,.12);color:#4338ca;box-shadow:inset 0 0 0 1px rgba(99,102,241,.2)}.dark .lexical-dropdown.lexical-dropdown--light .divider,.dark .lexical-playground-host.lexical-theme-light .dropdown .divider{background:var(--ate-border,#e5e4e9)}.dark .lexical-playground-host.lexical-theme-light .link-editor .link-input,.dark .lexical-playground-host.lexical-theme-light .link-editor .link-view{background:#f8f9fa;border-color:#e5e4e9;color:#2d2a35}.dark .lexical-playground-host.lexical-theme-light .link-editor .link-input:focus{background:#ffffff;border-color:#6366f1}.dark .lexical-playground-host.lexical-theme-light .characters-limit{background:rgba(255,255,255,.95);color:#9ca3af}.dark .lexical-playground-host.lexical-theme-light .characters-limit.characters-limit-exceeded{background:rgba(254,242,242,.95);color:#dc2626}.dark .lexical-playground-host.lexical-theme-light .table-cell-action-button{background:#ffffff;border-color:#e5e4e9;color:#6b6879}.dark .lexical-playground-host.lexical-theme-light .table-cell-action-button:hover{background:#6366f1;color:#ffffff;border-color:#6366f1}.PlaygroundEditorTheme__paragraph{margin:0 0 1rem;position:relative;font-size:1.0625rem;line-height:1.85;color:#2d2a35}.PlaygroundEditorTheme__paragraph:last-child{margin-bottom:0}.PlaygroundEditorTheme__h1{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;letter-spacing:-.025em;color:#1a1625;margin:2.5rem 0 1rem}.PlaygroundEditorTheme__h1:first-child{margin-top:0}.PlaygroundEditorTheme__h2{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.3;letter-spacing:-.02em;color:#2d2a35;margin:2rem 0 .875rem}.PlaygroundEditorTheme__h2:first-child{margin-top:0}.PlaygroundEditorTheme__h3{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.375rem;font-weight:600;line-height:1.35;letter-spacing:-.015em;color:#3d3a4d;margin:1.75rem 0 .75rem}.PlaygroundEditorTheme__h3:first-child{margin-top:0}.PlaygroundEditorTheme__h4{font-size:1.125rem;line-height:1.4;color:#4d4a5d;margin:1.5rem 0 .625rem}.PlaygroundEditorTheme__h4,.PlaygroundEditorTheme__h5{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600}.PlaygroundEditorTheme__h5{font-size:1rem;line-height:1.45;color:#5d5a6d;margin:1.25rem 0 .5rem}.PlaygroundEditorTheme__quote{margin:1.5rem 0;padding:1.25rem 1.5rem;font-size:1.0625rem;font-style:italic;line-height:1.75;color:#5d5a6d;background:linear-gradient(135deg,#f8f7fa,#f5f4f7);border-left:4px solid #6366f1;border-radius:0 12px 12px 0;position:relative}.PlaygroundEditorTheme__quote:before{content:'"';position:absolute;top:-8px;left:12px;font-size:3rem;font-family:Georgia,serif;color:#c7c6cc;line-height:1}.PlaygroundEditorTheme__textBold{font-weight:700}.PlaygroundEditorTheme__textItalic{font-style:italic}.PlaygroundEditorTheme__textUnderline{text-decoration:underline;-webkit-text-decoration-color:#6366f1;text-decoration-color:#6366f1;text-underline-offset:3px;text-decoration-thickness:2px}.PlaygroundEditorTheme__textStrikethrough{text-decoration:line-through;-webkit-text-decoration-color:#dc2626;text-decoration-color:#dc2626}.PlaygroundEditorTheme__textUnderlineStrikethrough{text-decoration:underline line-through}.PlaygroundEditorTheme__textSubscript{font-size:.75em;vertical-align:sub}.PlaygroundEditorTheme__textSuperscript{font-size:.75em;vertical-align:super}.PlaygroundEditorTheme__paragraph mark{background-color:unset}.PlaygroundEditorTheme__textHighlight{background:linear-gradient(120deg,rgba(245,158,11,.2),rgba(245,158,11,.3));border-radius:2px;padding:0 2px}.PlaygroundEditorTheme__textCode{background:linear-gradient(135deg,#f3f2f5,#eae9ec);padding:3px 8px;font-family:SF Mono,Monaco,Menlo,Consolas,monospace;font-size:.875em;font-weight:500;color:#6366f1;border-radius:6px;border:1px solid #e5e4e9}.PlaygroundEditorTheme__code{background:#1a1625;font-family:SF Mono,Monaco,Menlo,Consolas,monospace;display:block;padding:1.25rem 1.25rem 1.25rem 3.5rem;line-height:1.6;font-size:.875rem;margin:1.5rem 0;overflow-x:auto;position:relative;-moz-tab-size:2;tab-size:2;border-radius:12px;color:#e5e4e9;box-shadow:0 4px 20px rgba(26,22,37,.2)}.PlaygroundEditorTheme__code:before{content:attr(data-gutter);position:absolute;background:#2d2a3a;left:0;top:0;bottom:0;border-right:1px solid #3d3a4d;padding:1.25rem .75rem;color:#6b6879;white-space:pre-wrap;text-align:right;min-width:2.5rem;border-radius:12px 0 0 12px}.PlaygroundEditorTheme__tokenComment{color:#6b6879;font-style:italic}.PlaygroundEditorTheme__tokenPunctuation{color:#a1a0a8}.PlaygroundEditorTheme__tokenProperty{color:#f472b6}.PlaygroundEditorTheme__tokenSelector{color:#4ade80}.PlaygroundEditorTheme__tokenOperator{color:#fcd34d}.PlaygroundEditorTheme__tokenAttr{color:#67e8f9}.PlaygroundEditorTheme__tokenVariable{color:#fb923c}.PlaygroundEditorTheme__tokenFunction{color:#a5b4fc}.PlaygroundEditorTheme__tokenDeleted{border-image:linear-gradient(90deg,rgba(239,68,68,.3) 50%,rgba(239,68,68,.1) 0) fill 0/0/0 100vw}.PlaygroundEditorTheme__tokenInserted{border-image:linear-gradient(90deg,rgba(34,197,94,.3) 50%,rgba(34,197,94,.1) 0) fill 0/0/0 100vw}.PlaygroundEditorTheme__tokenUnchanged{border-image:linear-gradient(90deg,#3d3a4d 50%,#2d2a35 0) fill 0/0/0 100vw}.PlaygroundEditorTheme__link{color:#6366f1;text-decoration:none;border-bottom:1px solid rgba(99,102,241,.4);transition:all .15s ease}.PlaygroundEditorTheme__link:hover{color:#4f46e5;border-bottom-color:#4f46e5;background:rgba(99,102,241,.08);border-radius:2px;cursor:pointer}.PlaygroundEditorTheme__textLowercase{text-transform:lowercase}.PlaygroundEditorTheme__textUppercase{text-transform:uppercase;letter-spacing:.05em}.PlaygroundEditorTheme__textCapitalize{text-transform:capitalize}.PlaygroundEditorTheme__tabNode{position:relative;text-decoration:none}.PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textUnderline:after{content:"";position:absolute;left:0;right:0;bottom:.15em;border-bottom:2px solid #6366f1}.PlaygroundEditorTheme__tabNode.PlaygroundEditorTheme__textStrikethrough:before{content:"";position:absolute;left:0;right:0;top:.5em;border-top:2px solid #dc2626}.PlaygroundEditorTheme__hashtag{background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(139,92,246,.08));color:#6366f1;padding:2px 6px;border-radius:6px;font-weight:500}.PlaygroundEditorTheme__ol1{padding:0;margin:1rem 0;list-style-position:outside}.PlaygroundEditorTheme__ol2{padding:0;margin:.75rem 0;list-style-type:upper-alpha;list-style-position:outside}.PlaygroundEditorTheme__ol3{padding:0;margin:.5rem 0;list-style-type:lower-alpha;list-style-position:outside}.PlaygroundEditorTheme__ol4{padding:0;margin:.5rem 0;list-style-type:upper-roman;list-style-position:outside}.PlaygroundEditorTheme__ol5{padding:0;margin:.5rem 0;list-style-type:lower-roman;list-style-position:outside}.PlaygroundEditorTheme__ul{padding:0;margin:1rem 0;list-style-position:outside}.PlaygroundEditorTheme__listItem{margin:.5rem 0 .5rem 2rem;font-size:1.0625rem;line-height:1.75;color:#2d2a35}.PlaygroundEditorTheme__listItem::marker{color:#6366f1;font-weight:600}.PlaygroundEditorTheme__listItemChecked,.PlaygroundEditorTheme__listItemUnchecked{position:relative;margin-left:.5em;margin-right:.5em;padding-left:1.75em;padding-right:1em;list-style-type:none;outline:none;display:block;min-height:1.75em}.PlaygroundEditorTheme__listItemChecked>*,.PlaygroundEditorTheme__listItemUnchecked>*{margin-left:.01em}.PlaygroundEditorTheme__listItemChecked:before,.PlaygroundEditorTheme__listItemUnchecked:before{content:"\200B";width:1em;height:1em;top:50%;left:0;cursor:pointer;display:block;background-size:cover;position:absolute;transform:translateY(-50%);border-radius:4px}.PlaygroundEditorTheme__listItemChecked{text-decoration:line-through;color:#9ca3af}.PlaygroundEditorTheme__listItemChecked:focus:before,.PlaygroundEditorTheme__listItemUnchecked:focus:before{box-shadow:0 0 0 3px rgba(99,102,241,.3);border-radius:4px}.PlaygroundEditorTheme__listItemUnchecked:before{border:2px solid #d1d5db;border-radius:4px;background:#ffffff}.PlaygroundEditorTheme__listItemChecked:before{border:2px solid #6366f1;border-radius:4px;background:#6366f1}.PlaygroundEditorTheme__listItemChecked:after{content:"";cursor:pointer;position:absolute;display:block;top:50%;width:.25em;left:.375em;height:.5em;transform:translateY(-55%) rotate(45deg);border-color:#ffffff;border-style:solid;border-width:0 2px 2px 0}.PlaygroundEditorTheme__nestedListItem{list-style-type:none}.PlaygroundEditorTheme__nestedListItem:after,.PlaygroundEditorTheme__nestedListItem:before{display:none}.PlaygroundEditorTheme__indent{--lexical-indent-base-value:40px}.PlaygroundEditorTheme__hr{padding:2px;border:none;margin:2rem 0;cursor:pointer}.PlaygroundEditorTheme__hr:after{content:"";display:block;height:2px;background:linear-gradient(90deg,transparent,#e5e4e9,#d1d5db,#e5e4e9,transparent);border-radius:2px}.PlaygroundEditorTheme__hr.PlaygroundEditorTheme__hrSelected{outline:2px solid #6366f1;outline-offset:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:4px}.PlaygroundEditorTheme__tableScrollableWrapper{overflow-x:auto;margin:1.5rem 0}.PlaygroundEditorTheme__table{border-collapse:collapse;border-spacing:0;overflow-y:scroll;overflow-x:scroll;table-layout:fixed;width:-moz-fit-content;width:fit-content;margin:1.5rem 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}.PlaygroundEditorTheme__tableCell{border:1px solid #e5e4e9;width:100px;vertical-align:top;text-align:start;padding:12px 16px;position:relative;outline:none;overflow:auto;font-size:.9375rem;line-height:1.6;color:#2d2a35;background:#ffffff}.PlaygroundEditorTheme__tableCell>*{overflow:inherit}.PlaygroundEditorTheme__tableCellHeader{background:linear-gradient(180deg,#f8f7fa,#f3f2f5);font-weight:600;color:#1a1625;text-align:start}.PlaygroundEditorTheme__tableCellSelected{caret-color:transparent}.PlaygroundEditorTheme__tableCellSelected:after{position:absolute;left:0;right:0;bottom:0;top:0;background-color:rgba(99,102,241,.15);content:"";pointer-events:none}.PlaygroundEditorTheme__tableSelected{outline:2px solid #6366f1}.PlaygroundEditorTheme__tableCellResizer{position:absolute;right:-4px;height:100%;width:8px;cursor:ew-resize;z-index:10;top:0}.PlaygroundEditorTheme__tableCellResizeRuler{display:block;position:absolute;width:2px;background-color:#6366f1;height:100%;top:0}.PlaygroundEditorTheme__tableAddColumns,.PlaygroundEditorTheme__tableAddRows{position:absolute;background:linear-gradient(135deg,#f3f2f5,#e5e4e9);animation:table-controls .2s ease;border:0;cursor:pointer;transition:all .15s}.PlaygroundEditorTheme__tableAddColumns:after,.PlaygroundEditorTheme__tableAddRows:after{background-image:url(/lexical/images/icons/plus.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;display:block;content:" ";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.5}.PlaygroundEditorTheme__tableAddColumns:hover,.PlaygroundEditorTheme__tableAddRows:hover{background:linear-gradient(135deg,rgba(99,102,241,.15),rgba(99,102,241,.1))}.PlaygroundEditorTheme__tableAddColumns:hover:after,.PlaygroundEditorTheme__tableAddRows:hover:after{opacity:1}.PlaygroundEditorTheme__tableAddColumns{height:100%}.PlaygroundEditorTheme__tableAddRows{width:calc(100% - 25px)}@keyframes table-controls{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.PlaygroundEditorTheme__tableAlignmentCenter{margin-left:auto;margin-right:auto}.PlaygroundEditorTheme__tableAlignmentRight{margin-left:auto}.PlaygroundEditorTheme__tableScrollableWrapper.PlaygroundEditorTheme__tableFrozenRow{overflow-x:clip}.PlaygroundEditorTheme__tableFrozenRow tr:first-of-type>td{overflow:clip;background-color:#ffffff;position:-webkit-sticky;position:sticky;z-index:2;top:44px}.PlaygroundEditorTheme__tableFrozenRow tr:first-of-type>th{overflow:clip;background:linear-gradient(180deg,#f8f7fa,#f3f2f5);position:-webkit-sticky;position:sticky;z-index:2;top:44px}.PlaygroundEditorTheme__tableFrozenColumn tr>td:first-child{background-color:#ffffff;position:-webkit-sticky;position:sticky;z-index:2;left:0}.PlaygroundEditorTheme__tableFrozenColumn tr>th:first-child{background:linear-gradient(180deg,#f8f7fa,#f3f2f5);position:-webkit-sticky;position:sticky;z-index:2;left:0}.PlaygroundEditorTheme__tableRowStriping tr:nth-child(2n){background-color:#fafbfc}.PlaygroundEditorTheme__tableSelection ::selection{background-color:transparent}.PlaygroundEditorTheme__tableCellActionButtonContainer{display:block;right:8px;top:8px;position:absolute;z-index:4;width:24px;height:24px}.PlaygroundEditorTheme__tableCellActionButton{background:#ffffff;display:flex;align-items:center;justify-content:center;border:1px solid #e5e4e9;border-radius:6px;width:24px;height:24px;color:#6b6879;cursor:pointer;transition:all .15s}.PlaygroundEditorTheme__tableCellActionButton:hover{background:#6366f1;border-color:#6366f1;color:#ffffff}.PlaygroundEditorTheme__embedBlock{-webkit-user-select:none;-moz-user-select:none;user-select:none}.PlaygroundEditorTheme__embedBlockFocus{outline:2px solid #6366f1;border-radius:8px}.PlaygroundEditorTheme__layoutContainer{display:grid;grid-gap:16px;gap:16px;margin:1.5rem 0}.PlaygroundEditorTheme__layoutItem{border:2px dashed #e5e4e9;padding:16px 20px;min-width:0;max-width:100%;border-radius:12px;background:#fafbfc;transition:all .15s}.PlaygroundEditorTheme__layoutItem:focus-within{border-color:#6366f1;background:#ffffff}.PlaygroundEditorTheme__autocomplete{color:#9ca3af;font-style:italic}.PlaygroundEditorTheme__mark{background:rgba(245,158,11,.2);border-bottom:2px solid rgba(245,158,11,.5);padding-bottom:1px;border-radius:2px}.PlaygroundEditorTheme__markOverlap{background:rgba(245,158,11,.35);border-bottom:2px solid rgba(245,158,11,.7)}.PlaygroundEditorTheme__mark.selected{background:rgba(245,158,11,.5);border-bottom:2px solid #f59e0b}.PlaygroundEditorTheme__markOverlap.selected{background:rgba(245,158,11,.6);border-bottom:2px solid #f59e0b}.PlaygroundEditorTheme__blockCursor{display:block;pointer-events:none;position:absolute}.PlaygroundEditorTheme__blockCursor:after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:2px solid #6366f1;animation:CursorBlink 1.1s steps(2,start) infinite}@keyframes CursorBlink{to{visibility:hidden}}.PlaygroundEditorTheme__characterLimit{display:inline;background-color:rgba(239,68,68,.2)!important;border-radius:2px}.PlaygroundEditorTheme__specialText{background:linear-gradient(135deg,rgba(245,158,11,.3),rgba(245,158,11,.2));font-weight:600;padding:2px 4px;border-radius:4px}.PlaygroundEditorTheme__contextMenu{outline:0;background:#ffffff;border:1px solid #e5e4e9;box-shadow:0 12px 40px rgba(0,0,0,.15);border-radius:12px;overflow:hidden;padding:6px}.PlaygroundEditorTheme__contextMenuItem{display:flex;justify-content:flex-start;align-items:center;width:100%;background-color:transparent;color:#2d2a35;border:0;border-radius:8px;font-size:.875rem;text-align:left;line-height:1.4;padding:10px 14px;outline:0;cursor:pointer;transition:all .12s}.PlaygroundEditorTheme__contextMenuItem.open,.PlaygroundEditorTheme__contextMenuItem:focus,.PlaygroundEditorTheme__contextMenuItem:hover,.PlaygroundEditorTheme__contextMenuItem:not([disabled]):active{background:linear-gradient(135deg,rgba(99,102,241,.08),rgba(139,92,246,.04));color:#6366f1}.PlaygroundEditorTheme__contextMenuItem:disabled{background:transparent;color:#9ca3af;cursor:not-allowed}.PlaygroundEditorTheme__contextMenuItemIcon{width:18px;margin-right:10px;background-repeat:no-repeat;background-size:contain;opacity:.7}.PlaygroundEditorTheme__contextMenuItem:hover .PlaygroundEditorTheme__contextMenuItemIcon{opacity:1}.font-size-input{font-weight:700;font-size:14px;color:#777;border-radius:5px;border-color:grey;height:15px;padding:2px 4px;text-align:center;width:20px;align-self:center}.font-size-input:disabled{opacity:.2;cursor:not-allowed}.lexical-playground-host input[type=number]::-webkit-inner-spin-button,.lexical-playground-host input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.lexical-playground-host input[type=number]{-moz-appearance:textfield}.add-icon{background-image:url(/lexical/images/icons/add-sign.svg)}.add-icon,.minus-icon{background-repeat:no-repeat;background-position:50%}.minus-icon{background-image:url(/lexical/images/icons/minus-sign.svg)}.lexical-playground-host button.font-decrement{padding:0;margin-right:3px}.lexical-playground-host button.font-increment{padding:0;margin-left:3px}.ContentEditable__root{border:0;font-size:15px;display:block;position:relative;outline:0;padding:0 44px 32px;min-height:150px}@media (max-width:1025px){.ContentEditable__root{padding-left:20px;padding-right:20px}}.ContentEditable__placeholder{font-size:15px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:0;left:44px;right:44px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}@media (max-width:1025px){.ContentEditable__placeholder{left:20px;right:20px}}.Button__root{padding:10px 15px;border:0;background-color:#eee;border-radius:5px;cursor:pointer;font-size:14px}.Button__root:hover{background-color:#ddd}.Button__small{padding:5px 10px;font-size:13px}.Button__disabled{cursor:not-allowed}.Button__disabled:hover{background-color:#eee}.Input__wrapper{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.Input__label{display:flex;flex:1 1;color:#666}.Input__input{display:flex;flex:2 1;border:1px solid #999;padding:7px 10px;font-size:16px;border-radius:5px;min-width:0}.lexical-playground-host select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;border:none;padding:0 1em 0 0;margin:0;font-family:inherit;font-size:inherit;cursor:inherit;line-height:inherit;z-index:1;outline:none}.lexical-playground-host{--select-border:#393939;--select-focus:#101484;--select-arrow:var(--select-border)}.lexical-playground-host .select{min-width:160px;max-width:290px;border:1px solid var(--select-border);border-radius:.25em;padding:.25em .5em;font-size:1rem;cursor:pointer;line-height:1.4;background:linear-gradient(180deg,#ffffff 0,#e5e5e5)}.DialogActions{flex-direction:row}.DialogActions,.DialogButtonsList{display:flex;justify-content:right;margin-top:20px}.DialogButtonsList{flex-direction:column}.DialogButtonsList button{margin-bottom:20px}.Modal__overlay{justify-content:center;align-items:center;position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(40,40,40,.6);flex-shrink:1px;z-index:100}.Modal__modal,.Modal__overlay{display:flex;flex-direction:column;flex-grow:0px}.Modal__modal{padding:20px;min-height:100px;min-width:300px;background-color:#fff;position:relative;box-shadow:0 0 20px 0 #444;border-radius:10px}.Modal__title{color:#444;margin:0;padding-bottom:10px;border-bottom:1px solid #ccc}.Modal__closeButton{border:0;position:absolute;right:20px;border-radius:20px;justify-content:center;align-items:center;display:flex;width:30px;height:30px;text-align:center;cursor:pointer;background-color:#eee}.Modal__closeButton:hover{background-color:#ddd}.Modal__content{padding-top:20px}.color-picker-wrapper{padding:20px}.color-picker-basic-color{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}.color-picker-basic-color button{border:1px solid #ccc;border-radius:4px;height:16px;width:16px;cursor:pointer;list-style-type:none}.color-picker-basic-color button.active{box-shadow:0 0 2px 2px rgba(0,0,0,.3)}.color-picker-saturation{width:100%;position:relative;margin-top:15px;height:150px;background-image:linear-gradient(transparent,black),linear-gradient(90deg,white,transparent);-webkit-user-select:none;-moz-user-select:none;user-select:none}.color-picker-saturation_cursor{position:absolute;width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;box-shadow:0 0 15px #00000026;box-sizing:border-box;transform:translate(-10px,-10px)}.color-picker-hue{width:100%;position:relative;margin-top:15px;height:12px;background-image:linear-gradient(90deg,rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0));-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:12px}.color-picker-hue_cursor{position:absolute;width:20px;height:20px;border:2px solid #ffffff;border-radius:50%;box-shadow:0 0 0 .5px #0003;box-sizing:border-box;transform:translate(-10px,-4px)}.color-picker-color{border:1px solid #ccc;margin-top:15px;width:100%;height:20px}.floating-text-format-popup{display:flex;background:#fff;padding:4px;vertical-align:middle;position:absolute;top:0;left:0;z-index:10;opacity:0;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:8px;transition:opacity .5s;height:35px;will-change:transform}.floating-text-format-popup button.popup-item{border:0;display:flex;background:none;border-radius:10px;padding:8px;cursor:pointer;vertical-align:middle}.floating-text-format-popup button.popup-item:disabled{cursor:not-allowed}.floating-text-format-popup button.popup-item.spaced{margin-right:2px}.floating-text-format-popup button.popup-item i.format{background-size:contain;height:18px;width:18px;margin-top:2px;vertical-align:-.25em;display:flex;opacity:.6}.floating-text-format-popup button.popup-item:disabled i.format{opacity:.2}.floating-text-format-popup button.popup-item.active{background-color:rgba(223,232,250,.3)}.floating-text-format-popup button.popup-item.active i{opacity:1}.floating-text-format-popup .popup-item:hover:not([disabled]){background-color:#eee}.floating-text-format-popup select.popup-item{border:0;display:flex;background:none;border-radius:10px;padding:8px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;width:70px;font-size:14px;color:#777;text-overflow:ellipsis}.floating-text-format-popup select.code-language{text-transform:capitalize;width:130px}.floating-text-format-popup .popup-item .text{display:flex;line-height:20px;vertical-align:middle;font-size:14px;color:#777;text-overflow:ellipsis;width:70px;overflow:hidden;height:20px;text-align:left}.floating-text-format-popup .popup-item .icon{display:flex;width:20px;height:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:8px;line-height:16px;background-size:contain}.floating-text-format-popup i.chevron-down{margin-top:3px;width:16px;height:16px;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.floating-text-format-popup i.chevron-down.inside{width:16px;height:16px;display:flex;margin-left:-25px;margin-top:11px;margin-right:10px;pointer-events:none}.floating-text-format-popup .divider{width:1px;background-color:#eee;margin:0 4px}@media (max-width:1024px){.floating-text-format-popup button.insert-comment{display:none}}.link-editor{display:flex;position:absolute;top:0;left:0;z-index:10;max-width:400px;width:100%;opacity:0;background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:0 0 8px 8px;transition:opacity .5s;will-change:transform}.link-editor .button{width:20px;height:20px;display:inline-block;padding:6px;border-radius:8px;cursor:pointer;margin:0 2px}.link-editor .button.hovered{width:20px;height:20px;display:inline-block;background-color:#eee}.actions i,.link-editor .button i{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-.25em}.draggable-block-menu{border-radius:4px;padding:2px 1px;cursor:-webkit-grab;cursor:grab;opacity:0;position:absolute;left:0;top:0;will-change:transform,opacity;display:flex;gap:2px;transition:transform .14s ease-in-out,opacity .16s ease-in-out}.draggable-block-menu .icon{width:16px;height:16px;opacity:.3;background-image:url(/lexical/images/icons/draggable-block-menu.svg)}.draggable-block-menu .icon-plus{display:inline-block;border:none;cursor:pointer;background-color:transparent;background-image:url(/lexical/images/icons/plus.svg)}.draggable-block-menu:active{cursor:-webkit-grabbing;cursor:grabbing}.draggable-block-menu .icon:hover{background-color:#efefef}.draggable-block-target-line{pointer-events:none;background:deepskyblue;height:4px;position:absolute;left:0;top:0;opacity:0;will-change:transform}.draggable-block-component-picker{max-width:260px}.draggable-block-component-picker .component-picker-search{width:100%;box-sizing:border-box;padding:8px 10px;border:0;outline:none;font-size:14px;border-radius:8px 8px 0 0}.TableCellResizer__resizer{position:absolute;touch-action:none}@media (pointer:coarse){.TableCellResizer__resizer{background-color:#adf;mix-blend-mode:color}}.floating-add-indicator{background-image:url(/lexical/images/icons/plus.svg)}.floating-add-indicator,.floating-filter-indicator{background-color:#ffffff;background-position:50%;background-repeat:no-repeat;background-size:12px 12px;border:1px solid #d0d0d0;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.12);box-sizing:border-box;height:18px;pointer-events:auto;transition:opacity 80ms ease;width:18px;z-index:10;cursor:pointer}.floating-filter-indicator{background-image:url(/lexical/images/icons/filter-left.svg)}.floating-add-indicator:hover,.floating-filter-indicator:hover{background-color:#f3f3f3}.floating-top-actions{display:flex;align-items:center;gap:4px;position:relative}.floating-filter-container{position:relative}.floating-sort-menu__item{width:100%;padding:6px 12px;background:transparent;border:none;text-align:left;font-size:12px;color:#1f1f1f;cursor:pointer}.floating-sort-menu__item:hover{background-color:#f3f3f3}.ImageNode__contentEditable{min-height:20px;border:0;resize:none;cursor:text;caret-color:rgb(5,5,5);display:block;position:relative;outline:0;padding:10px;-webkit-user-select:text;-moz-user-select:text;user-select:text;font-size:12px;width:100%;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;box-sizing:border-box}.ImageNode__placeholder{font-size:12px;color:#888;overflow:hidden;position:absolute;text-overflow:ellipsis;top:10px;left:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}.image-control-wrapper--resizing{touch-action:none}[type=page-break]{position:relative;display:block;width:calc(100% + var(--editor-input-padding, 28px) * 2);overflow:unset;margin-left:calc(var(--editor-input-padding, 28px) * -1);margin-top:var(--editor-input-padding,28px);margin-bottom:var(--editor-input-padding,28px);border:none;border-top:1px dashed var(--editor-color-secondary,#eeeeee);border-bottom:1px dashed var(--editor-color-secondary,#eeeeee);background-color:var(--editor-color-secondary,#eeeeee)}[type=page-break]:before{content:"";position:absolute;top:50%;left:calc(var(--editor-input-padding, 28px) + 12px);transform:translateY(-50%);opacity:.5;background-size:cover;background-image:url(/lexical/images/icons/scissors.svg);width:16px;height:16px}[type=page-break]:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;padding:2px 6px;border:1px solid #ccc;background-color:#fff;content:"PAGE BREAK";font-size:12px;color:#000;font-weight:600}.selected[type=page-break]{border-color:var(--editor-color-primary,#4766cb)}.selected[type=page-break]:before{opacity:1}.CommentEditorTheme__paragraph,.StickyEditorTheme__paragraph{margin:0;position:"relative"}.dateTimePill{background:#ddd;border:1px solid #ddd;border-radius:8px;padding:0 4px}.dateTimePill.selected{outline:2px solid rgb(60,132,244)}.dateTimePill:hover{background:#f2f2f2}.dateTimePicker{background:#fff;border:1px solid #ddd;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:8px;padding:0 6px 0 10px}.rdp-root{--rdp-accent-color:#76b6ff;--rdp-accent-background-color:#f0f0f0}.StickyNode__contentEditable{min-height:20px;border:0;resize:none;cursor:text;font-size:24px;caret-color:rgb(5,5,5);display:block;position:relative;outline:0;padding:10px;-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:pre-wrap;word-wrap:break-word}.StickyNode__placeholder{font-size:24px;color:#999;overflow:hidden;position:absolute;text-overflow:ellipsis;top:30px;left:20px;width:120px;white-space:nowrap;display:inline-block;pointer-events:none}.PollNode__container,.StickyNode__placeholder{-webkit-user-select:none;-moz-user-select:none;user-select:none}.PollNode__container{border:1px solid #eee;background-color:#fcfcfc;border-radius:10px;max-width:600px;min-width:400px;cursor:pointer}.PollNode__container.focused{outline:2px solid rgb(60,132,244)}.PollNode__inner{margin:15px;cursor:default}.PollNode__heading{margin:0 0 15px;color:#444;text-align:center;font-size:18px}.PollNode__optionContainer{display:flex;flex-direction:row;margin-bottom:10px;align-items:center}.PollNode__optionInputWrapper{display:flex;flex:10px 1;border:1px solid rgb(61,135,245);border-radius:5px;position:relative;overflow:hidden;cursor:pointer}.PollNode__optionInput{display:flex;flex:1px 1;border:0;padding:7px;color:rgb(61,135,245);background-color:transparent;font-weight:700;outline:0;z-index:0}.PollNode__optionInput::placeholder{font-weight:400;color:#999}.PollNode__optionInputVotes{background-color:rgb(236,243,254);height:100%;position:absolute;top:0;left:0;transition:width 1s ease;z-index:0}.PollNode__optionInputVotesCount{color:rgb(61,135,245);position:absolute;right:15px;font-size:12px;top:5px}.PollNode__optionCheckboxWrapper{position:relative;display:flex;width:22px;height:22px;border:1px solid #999;margin-right:10px;border-radius:5px}.PollNode__optionCheckboxChecked{border:1px solid rgb(61,135,245);background-color:rgb(61,135,245)}.PollNode__optionCheckboxChecked:after{content:"";cursor:pointer;position:absolute;display:block;top:4px;width:5px;left:8px;height:9px;margin:0;transform:rotate(45deg);border-color:#fff;border-style:solid;border-width:0 2px 2px 0;pointer-events:none}.PollNode__optionCheckbox{border:0;position:absolute;display:block;width:100%;height:100%;opacity:0;cursor:pointer}.PollNode__optionDelete{position:relative;display:flex;width:28px;height:28px;margin-left:6px;border:0;background-color:transparent;background-position:6px 6px;background-repeat:no-repeat;z-index:0;cursor:pointer;border-radius:5px;opacity:.3}.PollNode__optionDelete:after,.PollNode__optionDelete:before{position:absolute;display:block;content:"";background-color:#999;width:2px;height:15px;top:6px;left:13px}.PollNode__optionDelete:before{transform:rotate(-45deg)}.PollNode__optionDelete:after{transform:rotate(45deg)}.PollNode__optionDelete:hover{opacity:1;background-color:#eee}.PollNode__optionDeleteDisabled{cursor:not-allowed}.PollNode__optionDeleteDisabled:hover{opacity:.3;background-color:transparent}.PollNode__footer{display:flex;justify-content:center}.VersionsPlugin_Container{display:flex;flex-direction:column;gap:16px;min-width:320px}.VersionsPlugin_Header{align-items:center;display:flex;justify-content:space-between}.VersionsPlugin_VersionList{border:1px solid #ddd;border-radius:4px;max-height:300px;overflow-y:auto}.VersionsPlugin_VersionItem{align-items:center;background-color:white;border:none;border-bottom:1px solid #eee;cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px;width:100%;&:disabled{color:#777;font-style:italic;cursor:default}}.VersionsPlugin_VersionItem:hover:not(:disabled){background-color:#f5f5f5}.VersionsPlugin_VersionItem--selected{background-color:#e3f2fd}.VersionsPlugin_CompareButton{align-self:center}.ExcalidrawModal__overlay{display:flex;align-items:center;position:fixed;flex-direction:column;top:0;bottom:0;left:0;right:0;flex-grow:0px;flex-shrink:1px;z-index:100;background-color:rgba(40,40,40,.6)}.ExcalidrawModal__actions{text-align:end;position:absolute;right:5px;top:5px;z-index:1}.ExcalidrawModal__actions button{background-color:#fff;border-radius:5px}.ExcalidrawModal__row{position:relative;padding:40px 5px 5px;width:70vw;height:70vh;border-radius:8px;box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1),inset 0 0 0 1px rgba(255,255,255,.5)}.ExcalidrawModal__row>div{border-radius:5px}.ExcalidrawModal__modal{position:relative;z-index:10;top:50px;width:auto;left:0;display:flex;justify-content:center;align-items:center;border-radius:8px;background-color:#eee}.ExcalidrawModal__discardModal{margin-top:60px;text-align:center}.EquationEditor_blockEditor,.EquationEditor_inlineEditor{padding:0;margin:0;border:0;outline:0;color:#8421a2;background-color:inherit;resize:none}.EquationEditor_blockEditor{width:100%}.EquationEditor_inputBackground{background-color:#eee}.EquationEditor_dollarSign{text-align:left;color:#b0b0b0}.KatexEquationAlterer_defaultRow{display:flex;flex-direction:row;margin-top:10px;margin-bottom:10px;justify-content:space-between;overflow:hidden}.KatexEquationAlterer_dialogActions{display:flex;flex-direction:row;overflow:hidden;margin-top:20px;margin-bottom:0;justify-content:right}.KatexEquationAlterer_centerRow{display:flex;flex-direction:"row";margin-top:10px;margin-bottom:10px;justify-content:center;overflow:hidden}.KatexEquationAlterer_textArea{width:100%;resize:none;padding:7px}.FlashMessage__overlay{display:flex;justify-content:center;align-items:center;position:fixed;pointer-events:none;top:0;bottom:0;left:0;right:0}.FlashMessage__alert{background-color:rgba(0,0,0,.8);color:white;font-size:1.5rem;border-radius:1em;padding:.5em 1.5em}.CommentPlugin_AddCommentBox{display:block;position:fixed;border-radius:20px;background-color:var(--ate-surface,#ffffff);border:1px solid var(--ate-border,#e5e4e9);width:40px;height:60px;box-shadow:0 8px 20px rgba(15,23,42,.12);z-index:10}.CommentPlugin_AddCommentBox_button{border-radius:20px;border:0;background:none;width:40px;height:60px;position:absolute;top:0;left:0;cursor:pointer}.CommentPlugin_AddCommentBox_button:hover{background-color:var(--ate-surface-alt,#f9fafb)}i.add-comment{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-10px;background-image:url(/lexical/images/icons/chat-left-text.svg)}@media (max-width:600px){.CommentPlugin_AddCommentBox{display:none}}.CommentPlugin_CommentInputBox{display:block;position:absolute;width:250px;min-height:80px;background-color:var(--ate-surface,#ffffff);border:1px solid var(--ate-border,#e5e4e9);box-shadow:0 12px 32px rgba(15,23,42,.14);border-radius:5px;z-index:24;animation:show-input-box .4s ease}.CommentPlugin_CommentInputBox:before{content:"";position:absolute;width:0;height:0;margin-left:.5em;right:-1em;top:0;left:calc(50% + .25em);box-sizing:border-box;border:.5em solid transparent;border-color:transparent transparent var(--ate-surface,#ffffff) var(--ate-surface,#ffffff);transform-origin:0 0;transform:rotate(135deg);box-shadow:-3px 3px 3px 0 rgba(0,0,0,.05)}@keyframes show-input-box{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.CommentPlugin_CommentInputBox_Buttons{display:flex;flex-direction:row;padding:0 10px 10px;gap:10px}.CommentPlugin_CommentInputBox_Button{flex:1 1;padding:8px 10px;border-radius:8px;border:1px solid var(--ate-border,#e5e4e9);background:var(--ate-surface-alt,#f9fafb);color:var(--ate-ink,#2d2a35);font-size:.8rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.CommentPlugin_CommentInputBox_Button:hover{background:var(--ate-surface,#ffffff);border-color:var(--ate-primary-light,#a5b4fc);color:var(--ate-primary,#4f46e5)}.CommentPlugin_CommentInputBox_Button.primary{background-color:var(--ate-primary,#4f46e5);font-weight:700;color:#ffffff;border:1px solid transparent}.CommentPlugin_CommentInputBox_Button.primary:hover{background-color:var(--ate-primary-dark,#4338ca)}.CommentPlugin_CommentInputBox_Button[disabled]{cursor:not-allowed;font-weight:400;color:var(--ate-muted,#6b7280)}.CommentPlugin_CommentInputBox_Button[disabled],.CommentPlugin_CommentInputBox_Button[disabled]:hover{background-color:var(--ate-surface-alt,#f3f4f6);opacity:.5}.CommentPlugin_CommentInputBox_EditorContainer{position:relative;margin:10px;border-radius:5px;background:var(--ate-surface,#ffffff)}.CommentPlugin_CommentInputBox_Editor{position:relative;border:1px solid var(--ate-border,#e5e4e9);background-color:var(--ate-surface,#ffffff);border-radius:5px;font-size:15px;color:var(--ate-ink,#2d2a35);caret-color:var(--ate-ink,#2d2a35);display:block;padding:9px 10px 10px 9px;min-height:80px}.CommentPlugin_CommentInputBox_Editor:focus{outline:2px solid var(--ate-primary,#4f46e5);outline-offset:2px}.CommentPlugin_ShowCommentsButton{position:fixed;top:10px;right:10px;background-color:var(--ate-surface-alt,#f3f4f6);border:1px solid var(--ate-border,#e5e4e9);border-radius:10px}i.comments{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-10px;background-image:url(/lexical/images/icons/comments.svg);opacity:.5;transition:opacity .2s linear}@media (max-width:600px){.CommentPlugin_ShowCommentsButton{display:none}}.CommentPlugin_ShowCommentsButton:hover i.comments{opacity:1}.CommentPlugin_ShowCommentsButton.active{background-color:var(--ate-surface-alt,#e5e7eb)}.CommentPlugin_CommentsPanel{position:fixed;right:0;width:300px;height:calc(100% - 88px);top:88px;background-color:var(--ate-surface,#ffffff);border:1px solid var(--ate-border,#e5e4e9);border-top-left-radius:10px;box-shadow:0 16px 36px rgba(15,23,42,.16);animation:show-comments .2s ease;z-index:25}@keyframes show-comments{0%{opacity:0;transform:translateX(300px)}to{opacity:1;transform:translateX(0)}}.CommentPlugin_CommentsPanel_Heading{padding-left:15px;padding-top:10px;margin:0;height:34px;border-bottom:1px solid var(--ate-border,#e5e4e9);font-size:20px;display:block;width:100%;color:var(--ate-ink,#2d2a35);overflow:hidden}.CommentPlugin_CommentsPanel_Editor{position:relative;border:1px solid var(--ate-border,#e5e4e9);background-color:var(--ate-surface,#ffffff);border-radius:5px;font-size:15px;color:var(--ate-ink,#2d2a35);caret-color:var(--ate-ink,#2d2a35);display:block;padding:9px 10px 10px 9px;min-height:20px}.CommentPlugin_CommentsPanel_Editor:before{content:"";width:30px;height:20px;float:right}.CommentPlugin_CommentsPanel_SendButton{position:absolute;right:10px;top:8px;background:none;border:0;cursor:pointer}.CommentPlugin_CommentsPanel_SendButton:hover{background:none}i.send{background-size:contain;display:inline-block;height:20px;width:20px;vertical-align:-10px;background-image:url(/lexical/images/icons/send.svg);opacity:.5;transition:opacity .2s linear}.CommentPlugin_CommentsPanel_SendButton:hover i.send{opacity:1;filter:invert(45%) sepia(98%) saturate(2299%) hue-rotate(201deg) brightness(100%) contrast(92%)}.CommentPlugin_CommentsPanel_SendButton[disabled] i.send{opacity:.3}.CommentPlugin_CommentsPanel_SendButton:hover[disabled] i.send{opacity:.3;filter:none}.CommentPlugin_CommentsPanel_Empty{color:var(--ate-muted,#6b7280);font-size:15px;text-align:center;position:absolute;top:calc(50% - 15px);margin:0;padding:0;width:100%}.CommentPlugin_CommentsPanel_List{list-style-type:none;margin:0;padding:0;width:100%;position:absolute;top:45px;overflow-y:auto;height:calc(100% - 45px)}.CommentPlugin_CommentsPanel_List_Comment{padding:15px 0 15px 15px;margin:0;font-size:14px;position:relative;transition:all .2s linear}.CommentPlugin_CommentsPanel_List_Thread.active .CommentPlugin_CommentsPanel_List_Comment:hover{background-color:inherit}.CommentPlugin_CommentsPanel_List_Comment p{margin:0;color:var(--ate-ink,#2d2a35)}.CommentPlugin_CommentsPanel_List_Details{color:var(--ate-ink,#2d2a35);padding-bottom:5px;vertical-align:top}.CommentPlugin_CommentsPanel_List_Comment_Author{font-weight:700;padding-right:5px}.CommentPlugin_CommentsPanel_List_Comment_Time{color:var(--ate-muted,#6b7280)}.CommentPlugin_CommentsPanel_List_Thread{padding:0;margin:0;border-top:1px solid var(--ate-border,#e5e4e9);border-bottom:1px solid var(--ate-border,#e5e4e9);position:relative;transition:all .2s linear;border-left:0 solid var(--ate-border,#e5e4e9)}.CommentPlugin_CommentsPanel_List_Thread+.CommentPlugin_CommentsPanel_List_Thread,.CommentPlugin_CommentsPanel_List_Thread:first-child{border-top:none}.CommentPlugin_CommentsPanel_List_Thread.interactive{cursor:pointer}.CommentPlugin_CommentsPanel_List_Thread.interactive:hover{background-color:var(--ate-surface-alt,#f8fafc)}.CommentPlugin_CommentsPanel_List_Thread.active{background-color:var(--ate-surface-alt,#f8fafc);border-left:6px solid var(--ate-border,#e5e4e9);cursor:inherit}.CommentPlugin_CommentsPanel_List_Thread_QuoteBox{padding-top:10px;color:var(--ate-muted,#9ca3af);display:block}.CommentPlugin_CommentsPanel_List_Thread_Quote{margin:0 10px}.CommentPlugin_CommentsPanel_List_Thread_Quote span{color:var(--ate-ink,#1f2937);background-color:rgba(245,158,11,.2);padding:1px;line-height:1.4;display:inline;font-weight:700}.CommentPlugin_CommentsPanel_List_Thread_Comments{padding-left:10px;list-style-type:none}.CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment:first-child{border:none;margin-left:0;padding-left:5px}.CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment:first-child.CommentPlugin_CommentsPanel_List_Comment:last-child{padding-bottom:5px}.CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment{padding-left:10px;border-left:5px solid var(--ate-border,#e5e4e9);margin-left:5px}.CommentPlugin_CommentsPanel_List_Thread_Editor{position:relative;padding-top:1px}.CommentPlugin_CommentsPanel_List_DeleteButton{position:absolute;top:10px;right:10px;width:30px;height:30px;background-color:transparent;opacity:0}.CommentPlugin_CommentsPanel_DeletedComment,.CommentPlugin_CommentsPanel_List_Comment:hover .CommentPlugin_CommentsPanel_List_DeleteButton,.CommentPlugin_CommentsPanel_List_Thread_QuoteBox:hover .CommentPlugin_CommentsPanel_List_DeleteButton{opacity:.5}.CommentPlugin_CommentsPanel_List_DeleteButton:hover{background-color:transparent;opacity:1;filter:invert(45%) sepia(98%) saturate(2299%) hue-rotate(201deg) brightness(100%) contrast(92%)}.dark .CommentPlugin_AddCommentBox,.dark .CommentPlugin_CommentInputBox,.dark .CommentPlugin_CommentsPanel{box-shadow:0 18px 40px rgba(0,0,0,.35)}.dark .CommentPlugin_CommentsPanel_List_DeleteButton i.delete,.dark i.add-comment,.dark i.comments,.dark i.send{filter:invert(80%)}.CommentPlugin_CommentsPanel_List_DeleteButton i.delete{background-size:contain;position:absolute;left:5px;top:5px;height:15px;width:15px;vertical-align:-10px;background-image:url(/lexical/images/icons/trash3.svg);transition:opacity .2s linear}.table-of-contents .heading2{margin-left:10px}.table-of-contents .heading3{margin-left:20px}.selected-heading{color:#3578e5;position:relative}.selected-heading-wrapper:before{content:" ";position:absolute;display:inline-block;left:-30px;top:4px;z-index:10;height:4px;width:4px;background-color:#3578e5;border:4px solid white;border-radius:50%}.normal-heading{cursor:pointer;line-height:20px;font-size:16px}.table-of-contents{color:#65676b;position:fixed;top:200px;right:-35px;padding:10px;width:250px;display:flex;flex-direction:row;justify-content:flex-start;z-index:1;height:300px}.first-heading{color:black;font-weight:700;cursor:pointer}.headings{list-style:none;margin-top:0;margin-left:10px;padding:0;overflow:scroll;width:200px;height:220px;overflow-x:hidden;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.headings::-webkit-scrollbar{display:none}.headings:before{content:" ";position:absolute;height:220px;width:4px;right:240px;margin-top:5px;background-color:#ccd0d5;border-radius:2px}.normal-heading-wrapper{margin-left:32px;position:relative}.Collapsible__container{background:#fcfcfc;border:1px solid #eee;border-radius:10px;margin-bottom:8px}.Collapsible__title{cursor:pointer;padding:5px 5px 5px 20px;position:relative;font-weight:700;list-style:none;outline:none}.Collapsible__title::-webkit-details-marker,.Collapsible__title::marker{display:none}.Collapsible__title:before{border-color:transparent transparent transparent #000;border-style:solid;border-width:4px 6px;display:block;content:"";position:absolute;left:7px;top:50%;transform:translateY(-50%)}.Collapsible__container[open]>.Collapsible__title:before{border-width:6px 4px 0;border-color:#000 transparent transparent}.Collapsible__content{padding:0 5px 5px 20px}.Collapsible__collapsed .Collapsible__content{display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.code-action-menu-container{height:35.8px;font-size:10px;color:rgba(0,0,0,.5);position:absolute;display:flex;align-items:center;flex-direction:row;-webkit-user-select:none;-moz-user-select:none;user-select:none}.code-action-menu-container .code-highlight-language{margin-right:4px}.code-action-menu-container button.menu-item{border:1px solid transparent;border-radius:4px;padding:4px;background:none;cursor:pointer;flex-shrink:0;display:flex;align-items:center;color:rgba(0,0,0,.5);text-transform:uppercase}.code-action-menu-container button.menu-item i.format{height:16px;width:16px;opacity:.6;display:flex;color:rgba(0,0,0,.5);background-size:contain}.code-action-menu-container button.menu-item:hover{border:1px solid rgba(0,0,0,.3);opacity:.9}.code-action-menu-container button.menu-item:active{background-color:rgba(223,232,250);border:1px solid rgba(0,0,0,.45)}.code-action-menu-container .prettier-wrapper{position:relative}.code-action-menu-container .prettier-wrapper .code-error-tips{padding:5px;border-radius:4px;color:#fff;background:#222;margin-top:4px;position:absolute;top:26px;right:0}