:root{--foreground-rgb:0, 0, 0;--border-rgb:200, 200, 200;--secondary-rgb:100, 100, 100;--background-rgb:245, 245, 245;--highlight-rgb:200, 200, 200}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255, 255, 255;--border-rgb:150, 150, 150;--secondary-rgb:215, 215, 215;--background-rgb:30, 30, 30;--highlight-rgb:75, 75, 75}}.prose strong,.prose a,.prose p,.prose ul,.prose ol,.prose li,.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:rgb(var(--foreground-rgb))}.ProseMirror:focus{outline:none}.editor-wrapper{flex-direction:column;width:100%;height:100%;display:flex}.editor-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.ProseMirror{box-sizing:border-box;white-space:pre-wrap;flex:1;min-height:0;transition:padding-bottom .3s ease-out,scroll-padding-bottom .3s ease-out;overflow-y:auto}.editor-content{color:rgb(var(--foreground-rgb));background:0 0;max-height:100%;overflow-y:auto}.tiptap p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;pointer-events:none;height:0}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.ProseMirror blockquote,.prose blockquote,blockquote{font-style:normal;font-weight:inherit;quotes:none;border-left:4px solid rgb(var(--border-rgb));background-color:rgba(var(--highlight-rgb), .3);color:rgb(var(--foreground-rgb));margin:.5rem 0;padding:.5rem;display:block}.prose ul,.ProseMirror ul:not([data-type=taskList]),.rich-text-renderer ul:not([data-type=taskList]){margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem;list-style-type:disc}.prose ol,.ProseMirror ol,.rich-text-renderer ol{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem;list-style-type:decimal}.prose li,.ProseMirror li:not([data-type=taskItem]),.rich-text-renderer li:not([data-type=taskItem]){margin-top:.25rem;margin-bottom:.25rem;line-height:1.5}.prose ul::marker{color:rgb(var(--secondary-rgb))}.prose li::marker{color:rgb(var(--secondary-rgb))}.prose ol::marker{color:rgb(var(--secondary-rgb))}.ProseMirror ul::marker{color:rgb(var(--secondary-rgb))}.ProseMirror ol::marker{color:rgb(var(--secondary-rgb))}.ProseMirror li::marker{color:rgb(var(--secondary-rgb))}.rich-text-renderer ul::marker{color:rgb(var(--secondary-rgb))}.rich-text-renderer ol::marker{color:rgb(var(--secondary-rgb))}.rich-text-renderer li::marker{color:rgb(var(--secondary-rgb))}.prose li>ol{counter-reset:list;margin:0}.prose li>ol>li{list-style:none;position:relative}.prose li>ol>li:before{color:rgb(var(--secondary-rgb));counter-increment:list;content:counter(list, lower-alpha) ". ";position:absolute;left:-1.4em}.prose h1,.ProseMirror h1,.rich-text-renderer h1{margin-block:0 1rem;font-size:2em;font-weight:700;line-height:1.2}.prose h2,.ProseMirror h2,.rich-text-renderer h2{margin-block:0 .5rem;font-size:1.5em;font-weight:600;line-height:1.3}.prose h3,.ProseMirror h3,.rich-text-renderer h3{margin-block:0 .25rem;font-size:1.25em;font-weight:600;line-height:1.4}.prose h4,.ProseMirror h4,.rich-text-renderer h4{margin-block:0 .25rem;font-size:1.1em;font-weight:600;line-height:1.4}.prose h5,.ProseMirror h5,.rich-text-renderer h5{margin-block:0 .25rem;font-size:1em;font-weight:600;line-height:1.5}.prose h6,.ProseMirror h6,.rich-text-renderer h6{margin-block:0 .25rem;font-size:.9em;font-weight:600;line-height:1.5}.prose hr,.ProseMirror hr,.rich-text-renderer hr{border-color:rgb(var(--border-rgb));opacity:.6;margin-top:1rem;margin-bottom:1rem}.prose strong{font-weight:800}.prose a{font-weight:inherit;text-underline-offset:.1rem;color:rgb(var(--secondary-rgb))!important}a.focused-text,span.focused-text{background:linear-gradient(90deg, rgba(var(--border-rgb), .5), rgba(var(--highlight-rgb), .5), rgba(var(--border-rgb), .5));background-size:300%;animation:5s ease-in-out infinite gradient-animation}@keyframes gradient-animation{0%{background-position:0%}to{background-position:100%}}.ProseMirror p,.prose p{margin-top:0;margin-bottom:0;line-height:1.4}ul[data-type=taskList],.task-list{margin:0!important;padding:0!important;list-style:none!important}li[data-type=taskItem] input[type=checkbox],.task-item input[type=checkbox]{cursor:pointer;appearance:none!important;border:2px solid rgb(var(--secondary-rgb))!important;vertical-align:top!important;background:0 0!important;border-radius:3px!important;outline:none!important;flex-shrink:0!important;align-self:flex-start!important;width:16px!important;height:16px!important;margin:.1rem 0 0!important;padding:0!important;position:relative!important}li[data-type=taskItem] input[type=checkbox]:disabled,.task-item input[type=checkbox]:disabled{cursor:default!important;opacity:.6!important}li[data-type=taskItem] input[type=checkbox]:checked,.task-item input[type=checkbox]:checked{background-color:rgb(var(--secondary-rgb))!important;border-color:rgb(var(--secondary-rgb))!important}li[data-type=taskItem] input[type=checkbox]:checked:after,.task-item input[type=checkbox]:checked:after{content:"✓"!important;color:rgb(var(--background-rgb))!important;font-size:12px!important;font-weight:700!important;line-height:1!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}li[data-type=taskItem]{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;flex-direction:row!important;align-items:flex-start!important;margin:0!important;padding:0!important;list-style:none!important;display:flex!important;position:relative!important}ul[data-type=taskList] li[data-type=taskItem].checked-task>div>p,ul[data-type=taskList] li[data-type=taskItem].checked-task>div>span:not([class*=ProseMirror]),ul[data-type=taskList] li[data-type=taskItem].checked-task>div>strong,ul[data-type=taskList] li[data-type=taskItem].checked-task>div>em,ul[data-type=taskList] li[data-type=taskItem].checked-task>div>code,ul[data-type=taskList] li[data-type=taskItem].checked-task>div>a{opacity:.6!important;text-decoration:line-through!important}li[data-type=taskItem]>label,.task-item>label{-webkit-user-select:none!important;user-select:none!important;flex-shrink:0!important;align-items:flex-start!important;gap:0!important;width:auto!important;max-width:fit-content!important;margin:0 8px 0 0!important;padding:0!important;display:flex!important}li[data-type=taskItem]>div,.task-item>div{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;flex:1!important;min-width:0!important;overflow:hidden!important}li[data-type=taskItem] ul[data-type=taskList],.task-item ul[data-type=taskList],li[data-type=taskItem] .task-list,.task-item .task-list{margin-top:0!important;margin-left:0!important}.editor-image,.ProseMirror img{border-radius:8px!important;max-width:100%!important;height:auto!important;margin:1rem 0!important;display:block!important}.rich-text-renderer .ProseMirror{background:0 0!important;min-height:auto!important;padding:0!important}.rich-text-renderer .ProseMirror p{margin-bottom:.25rem!important;line-height:1.2!important}.rich-text-renderer .ProseMirror ul,.rich-text-renderer .ProseMirror ol{margin:0!important;padding-left:1rem!important}.rich-text-renderer .ProseMirror li{margin:0!important;line-height:1.2!important}.rich-text-renderer .ProseMirror li p,.rich-text-renderer .ProseMirror li>p{margin:0!important}.rich-text-renderer .ProseMirror p:last-child:empty{display:none}.rich-text-renderer .ProseMirror p:last-child:has(>br.ProseMirror-trailingBreak:only-child){display:none}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;max-width:100%;display:inline-block;position:relative}.ReactCrop *,.ReactCrop :before,.ReactCrop :after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{max-width:100%;max-height:inherit;display:block}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px);position:absolute;inset:0}.ReactCrop__crop-selection{cursor:move;position:absolute;top:0;left:0;transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";border:1px solid var(--rc-border-color);opacity:.3;position:absolute;inset:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){color:#fff;background-image:linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(90deg,#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%),linear-gradient(#fff 50%,#444 50%);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;animation:1s linear infinite marching-ants}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";background-color:#fff6;display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6667%}.ReactCrop__drag-handle{width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color);position:absolute}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;top:0;left:0;transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;top:0;left:50%;transform:translate(-50%,-50%)}.ReactCrop .ord-ne{cursor:ne-resize;top:0;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%;right:0;transform:translate(50%,-50%)}.ReactCrop .ord-se{cursor:se-resize;bottom:0;right:0;transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;bottom:0;left:50%;transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;bottom:0;left:0;transform:translate(-50%,50%)}.ReactCrop .ord-w{cursor:w-resize;top:50%;left:0;transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{width:100%;height:var(--rc-drag-bar-size);top:0;left:0;transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{width:var(--rc-drag-bar-size);height:100%;top:0;right:0;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{width:100%;height:var(--rc-drag-bar-size);bottom:0;left:0;transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{width:var(--rc-drag-bar-size);height:100%;top:0;left:0;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}
