.node-image{display:inline-block;position:relative}.node-image.ProseMirror-selectednode{z-index:1}.node-image+img.ProseMirror-separator{width:1px!important}.image-component{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;display:inline-flex;position:relative}.image-component img{margin-bottom:0}.image-component img[data-keep-ratio]:not([data-keep-ratio=false]){object-fit:contain}.image-component img[data-keep-ratio=false]{object-fit:fill}.image-component .caption{z-index:1;cursor:text;color:#fff;white-space:pre-wrap;word-break:break-word;min-height:35px;max-height:100%;font-size:initial;font-weight:initial;background:rgba(0,0,0,.5);outline:none;margin:auto;padding:5px;position:absolute;top:auto;bottom:0;left:0;right:0;overflow-y:auto}.image-component .caption:before{position:absolute}.image-component .caption:empty:before{content:var(--caption-placeholder,"Enter a caption...")}.image-component{--box-color:#3c84f4}.node-image.ProseMirror-selectednode .image-resizer{display:block}.node-image.ProseMirror-selectednode .image-component{outline:2px solid var(--box-color)}.image-component .image-resizer{--box-size:14px;--resizer-offset:calc(var(--box-size)/2 + 1px);z-index:2;width:var(--box-size);height:var(--box-size);background-color:var(--box-color);border:2px solid #fff;border-radius:50%;display:none;position:absolute}.image-component .image-resizer.image-resizer-n{inset:calc(var(--resizer-offset)*-1)0 auto;cursor:n-resize;margin:auto}.image-component .image-resizer.image-resizer-ne{top:calc(var(--resizer-offset)*-1);right:calc(var(--resizer-offset)*-1);cursor:ne-resize}.image-component .image-resizer.image-resizer-e{right:calc(var(--resizer-offset)*-1);cursor:e-resize;margin:auto;top:0;bottom:0}.image-component .image-resizer.image-resizer-se{bottom:calc(var(--resizer-offset)*-1);right:calc(var(--resizer-offset)*-1);cursor:nwse-resize}.image-component .image-resizer.image-resizer-s{inset:auto 0 calc(var(--resizer-offset)*-1);cursor:s-resize;margin:auto}.image-component .image-resizer.image-resizer-sw{bottom:calc(var(--resizer-offset)*-1);left:calc(var(--resizer-offset)*-1);cursor:sw-resize}.image-component .image-resizer.image-resizer-w{left:calc(var(--resizer-offset)*-1);cursor:w-resize;margin:auto;top:0;bottom:0}.image-component .image-resizer.image-resizer-nw{top:calc(var(--resizer-offset)*-1);left:calc(var(--resizer-offset)*-1);cursor:nw-resize}
.tiptap{outline:none}.tiptap p{margin:.75em 0}.tiptap p:first-child{margin-top:0}.tiptap p:last-child{margin-bottom:0}.tiptap h1{margin:1em 0 .5em;font-size:2em;font-weight:700}.tiptap h2{margin:1em 0 .5em;font-size:1.5em;font-weight:700}.tiptap h3{margin:1em 0 .5em;font-size:1.25em;font-weight:700}.tiptap h4{margin:1em 0 .5em;font-size:1.1em;font-weight:700}.tiptap ul,.tiptap ol{margin:.75em 0;padding-left:1.5em}.tiptap ul{list-style-type:disc}.tiptap ol{list-style-type:decimal}.tiptap li{margin:.25em 0}.tiptap blockquote{border-left:4px solid hsl(var(--border,0 0% 85%));color:hsl(var(--muted-foreground,0 0% 45%));margin:1em 0;padding-left:1em;font-style:italic}.tiptap code{background-color:hsl(var(--muted,0 0% 95%));border-radius:.25rem;padding:.2em .4em;font-family:monospace;font-size:.9em}.tiptap mark{background-color:#fef08a;border-radius:.25rem;padding:.1em .2em}.dark .tiptap mark{color:#fef08a;background-color:#854d0e}.tiptap mark[data-color]{background-color:var(--highlight-color)}.tiptap mark[data-color=yellow]{background-color:#fef08a}.tiptap mark[data-color=green]{background-color:#86efac}.tiptap mark[data-color=blue]{background-color:#93c5fd}.tiptap mark[data-color=red]{background-color:#fca5a5}.tiptap mark[data-color=purple]{background-color:#c4b5fd}.dark .tiptap mark[data-color=yellow]{color:#fef08a;background-color:#854d0e}.dark .tiptap mark[data-color=green]{color:#86efac;background-color:#14532d}.dark .tiptap mark[data-color=blue]{color:#93c5fd;background-color:#1e3a8a}.dark .tiptap mark[data-color=red]{color:#fca5a5;background-color:#7f1d1d}.dark .tiptap mark[data-color=purple]{color:#c4b5fd;background-color:#581c87}.tiptap .youtube-embed{aspect-ratio:16/9;width:100%;max-width:640px;height:auto;margin:1em 0;position:relative}.tiptap .youtube-embed iframe{border:0;border-radius:.5rem;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:640px){.tiptap .youtube-embed{max-width:100%;margin:1em 0}}.tiptap pre{-moz-tab-size:4;tab-size:4;white-space:pre;color:#e2e8f0;background-color:#0f172a;border:1px solid #1f2937;border-radius:.5rem;margin:1em 0;padding:1em;font-family:JetBrainsMono,Courier New,Courier,Liberation Mono,monospace;font-size:1rem;line-height:1.6;position:relative;overflow-x:auto}.tiptap pre,.tiptap pre code,.tiptap pre code.hljs{font-size:max(.95rem,min(1vw + .8rem,1.05rem));line-height:1.6}.tiptap pre code{color:inherit;background:0 0;padding:0;font-size:1rem;display:block}.tiptap pre code.hljs{color:#e2e8f0;background:0 0;padding:0;display:block;overflow-x:auto}.tiptap pre code.hljs .hljs-comment,.tiptap pre code.hljs .hljs-quote{color:#7c7f86;font-style:italic}.tiptap pre code.hljs .hljs-keyword,.tiptap pre code.hljs .hljs-selector-tag,.tiptap pre code.hljs .hljs-subst{color:#c678dd;font-weight:700}.tiptap pre code.hljs .hljs-number,.tiptap pre code.hljs .hljs-literal,.tiptap pre code.hljs .hljs-variable,.tiptap pre code.hljs .hljs-template-variable,.tiptap pre code.hljs .hljs-tag .hljs-attr{color:#e5c07b}.tiptap pre code.hljs .hljs-string,.tiptap pre code.hljs .hljs-doctag{color:#98c379}.tiptap pre code.hljs .hljs-title,.tiptap pre code.hljs .hljs-section,.tiptap pre code.hljs .hljs-selector-id{color:#61afef;font-weight:700}.tiptap pre code.hljs .hljs-type,.tiptap pre code.hljs .hljs-class .hljs-title{color:#e5c07b;font-weight:700}.tiptap pre code.hljs .hljs-tag,.tiptap pre code.hljs .hljs-name,.tiptap pre code.hljs .hljs-attribute{color:#56b6c2;font-weight:400}.tiptap pre code.hljs .hljs-regexp,.tiptap pre code.hljs .hljs-link{color:#56b6c2}.tiptap pre code.hljs .hljs-symbol,.tiptap pre code.hljs .hljs-bullet{color:#98c379}.tiptap pre code.hljs .hljs-built_in,.tiptap pre code.hljs .hljs-builtin-name{color:#e5c07b}.tiptap pre code.hljs .hljs-meta{color:#abb2bf}.tiptap pre code.hljs .hljs-deletion{background:#e06c75}.tiptap pre code.hljs .hljs-addition{background:rgba(152,195,121,.2)}.tiptap pre code.hljs .hljs-emphasis{font-style:italic}.tiptap pre code.hljs .hljs-strong,.tiptap strong{font-weight:700}.tiptap em{font-style:italic}.tiptap s{text-decoration:line-through}.tiptap u{text-decoration:underline}.tiptap hr{border:none;border-top:2px solid hsl(var(--border,0 0% 85%));margin:2em 0}.tiptap [style*="text-align: left"]{text-align:left}.tiptap [style*="text-align: center"]{text-align:center}.tiptap [style*="text-align: right"]{text-align:right}.tiptap [style*="text-align: justify"]{text-align:justify}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
