.ProseMirror{outline:none}.ProseMirror p.is-editor-empty:first-child:before{color:hsl(var(--muted-foreground));content:attr(data-placeholder);float:left;height:0;pointer-events:none}.ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;margin:1rem 0;overflow:hidden}.ProseMirror table td,.ProseMirror table th{min-width:1em;border:1px solid hsl(var(--border));padding:.5rem;vertical-align:top;box-sizing:border-box;position:relative}.ProseMirror table th{font-weight:600;text-align:left;background-color:hsl(var(--muted))}.ProseMirror table .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:hsl(var(--accent)/.2);pointer-events:none}.ProseMirror table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:hsl(var(--primary));pointer-events:none}.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.ProseMirror:focus{outline:none}.ProseMirror ol,.ProseMirror ul{padding:0 1rem}.ProseMirror .tiptap-task-list,.ProseMirror ul[data-type=taskList]{list-style:none;padding:0;margin-left:0}.ProseMirror .tiptap-task-item,.ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start}.ProseMirror .tiptap-task-item>label,.ProseMirror ul[data-type=taskList] li>label{flex:0 0 auto;margin-right:.5rem;margin-top:.2rem;user-select:none}.ProseMirror .tiptap-task-item>div,.ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto}.ProseMirror .tiptap-task-item>label>input[type=checkbox],.ProseMirror ul[data-type=taskList] li>label>input[type=checkbox]{cursor:pointer;width:1rem;height:1rem}.ProseMirror .tiptap-task-item[data-checked=true]>div>p,.ProseMirror ul[data-type=taskList] li[data-checked=true]>div>p{text-decoration:line-through;color:hsl(var(--muted-foreground))}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{line-height:1.3;margin-top:1.5rem;margin-bottom:.5rem}.ProseMirror h1:first-child,.ProseMirror h2:first-child,.ProseMirror h3:first-child,.ProseMirror h4:first-child,.ProseMirror h5:first-child,.ProseMirror h6:first-child{margin-top:0}.ProseMirror pre{background:hsl(var(--muted));color:hsl(var(--foreground));font-family:JetBrainsMono,Courier New,Courier,monospace;padding:.75rem 1rem;border-radius:.5rem}.ProseMirror code{background-color:hsl(var(--muted));color:hsl(var(--foreground));padding:.2em .4em;border-radius:.25rem;font-size:.9em}.ProseMirror pre code{background:none;padding:0}.ProseMirror blockquote{padding-left:1rem;border-left:3px solid hsl(var(--border));margin-left:0;margin-right:0;color:hsl(var(--muted-foreground));font-style:italic}.ProseMirror hr{border:none;border-top:1px solid hsl(var(--border));margin:2rem 0}.ProseMirror h1[style*="text-align: left"],.ProseMirror h2[style*="text-align: left"],.ProseMirror h3[style*="text-align: left"],.ProseMirror h4[style*="text-align: left"],.ProseMirror p[style*="text-align: left"]{text-align:left}.ProseMirror h1[style*="text-align: center"],.ProseMirror h2[style*="text-align: center"],.ProseMirror h3[style*="text-align: center"],.ProseMirror h4[style*="text-align: center"],.ProseMirror p[style*="text-align: center"]{text-align:center}.ProseMirror h1[style*="text-align: right"],.ProseMirror h2[style*="text-align: right"],.ProseMirror h3[style*="text-align: right"],.ProseMirror h4[style*="text-align: right"],.ProseMirror p[style*="text-align: right"]{text-align:right}.ProseMirror h1[style*="text-align: justify"],.ProseMirror h2[style*="text-align: justify"],.ProseMirror h3[style*="text-align: justify"],.ProseMirror h4[style*="text-align: justify"],.ProseMirror p[style*="text-align: justify"]{text-align:justify}.ProseMirror mark{background-color:#ffff00;color:inherit;padding:.1em 0;border-radius:.2em}.ProseMirror mark[data-color]{background-color:var(--highlight-color)}.ProseMirror a.tiptap-link{color:hsl(var(--primary));text-decoration:underline;cursor:pointer}.ProseMirror a.tiptap-link:hover{color:hsl(var(--primary)/.8)}.ProseMirror u{text-decoration:underline}.ProseMirror{min-height:100%;font-family:Arial,sans-serif;font-size:11pt;line-height:1.5;color:#000000}.ProseMirror p{margin:0 0 10pt}.ProseMirror h1{font-size:20pt;font-weight:400}.ProseMirror h2{font-size:16pt;font-weight:400}@media print{.ProseMirror{background:white;box-shadow:none}}