.slate-editor-shell{position:relative}.slate-editor-content{outline:none;min-height:40vh}.slate-editor-placeholder{position:absolute;top:0;left:0;color:hsl(var(--muted-foreground));pointer-events:none;user-select:none}.slate-editor-content ol,.slate-editor-content ul{padding-left:1.5rem}.slate-editor-content .editor-nested-list{list-style-type:none}.slate-editor-content .editor-listitem-checked,.slate-editor-content .editor-listitem-unchecked{position:relative;list-style-type:none;padding-left:1.5rem;outline:none}.slate-editor-content .editor-listitem-checked{text-decoration:line-through;color:hsl(var(--muted-foreground))}.slate-editor-content .editor-listitem-checked:before,.slate-editor-content .editor-listitem-unchecked:before{content:"";position:absolute;left:0;top:.15em;width:1rem;height:1rem;border:1px solid hsl(var(--border));border-radius:.25rem;cursor:pointer}.slate-editor-content .editor-listitem-checked:before{background-color:hsl(var(--primary));border-color:hsl(var(--primary))}.slate-editor-content .editor-listitem-checked:after{content:"";position:absolute;left:.35rem;top:.28em;width:.3rem;height:.55rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.slate-editor-content .editor-code{display:block;background:hsl(var(--muted));font-family:var(--font-mono,ui-monospace,monospace);font-size:.85em;padding:.75rem 1rem;border-radius:.5rem;overflow-x:auto;white-space:pre;tab-size:2}.editor-tokenComment,.editor-tokenPunctuation{color:hsl(var(--muted-foreground))}.editor-tokenProperty{color:#905}.editor-tokenSelector{color:#690}.editor-tokenOperator{color:#9a6e3a}.editor-tokenAttr{color:#07a}.editor-tokenVariable{color:#e90}.editor-tokenFunction{color:#dd4a68}.dark .editor-tokenProperty,:root[data-theme=dark] .editor-tokenProperty{color:#f08d95}.dark .editor-tokenFunction,:root[data-theme=dark] .editor-tokenFunction{color:#f0a}.slate-editor-content table{border-collapse:collapse;table-layout:fixed;width:max-content;max-width:100%;margin:.75rem 0;overflow-x:auto;border:1px solid hsl(var(--border));border-radius:6px}.slate-editor-content td,.slate-editor-content th{position:relative;min-width:6rem;padding:.5rem .75rem;border:1px solid hsl(var(--border));vertical-align:top;text-align:left;outline:none}.slate-editor-content th{font-weight:600;background-color:hsl(var(--muted));color:hsl(var(--foreground))}.slate-editor-content td>:first-child,.slate-editor-content th>:first-child{margin-top:0}.slate-editor-content td>:last-child,.slate-editor-content th>:last-child{margin-bottom:0}.slate-editor-content .slate-table-cell-selected{background-color:hsl(var(--primary)/.12);caret-color:transparent}.slate-editor-content .slate-table-scroll,.slate-editor-content [data-lexical-table-scroll]{overflow-x:auto;max-width:100%}