@charset "UTF-8";.ProseMirror,.ProseMirror-menubar-wrapper{--s-25: #f8fafc;--s-50: #f1f5f8;--s-75: #ebf0f5;--s-100: #e4ebf1;--s-200: #c9d7e3;--s-300: #aec3d5;--s-400: #93afc8;--s-500: #779bbb;--s-600: #446888;--s-700: #37546d;--s-800: #293f51;--s-900: #1b2836;--space-zero: 0;--space-micro: 2px;--space-smaller: 4px;--space-small: 8px;--space-one: 1px;--space-slab: 12px;--space-normal: 16px;--space-medium: 24px;--space-large: 32px;--space-larger: 48px;--space-big: 54px;--font-size-small: 14px;--font-size-default: 16px;--font-size-medium: 18px;--font-size-large: 20px;--font-size-larger: 22px;--font-size-big: 24px;--font-size-bigger: 3px;--font-weight-feather: 100;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-bold: 600;--font-weight-black: 700;--font-weight-heavy: 800;--border-radius-small: 3px;--border-radius-medium: 7px}.ProseMirror{padding:var(--space-smaller);line-height:1.4;outline:none;position:relative;word-wrap:break-word;white-space:pre-wrap;-webkit-font-variant-ligatures:none;font-feature-settings:none;font-variant-ligatures:none}.ProseMirror-hideselection *::selection{background:transparent}.ProseMirror-hideselection *::-moz-selection{background:transparent}.ProseMirror-hideselection{caret-color:transparent}.ProseMirror-selectednode{outline:2px solid var(--w-200)}li.ProseMirror-selectednode{outline:none}li.ProseMirror-selectednode:after{content:"";position:absolute;left:-32px;right:-2px;top:-2px;bottom:-2px;border:2px solid var(--w-200);pointer-events:none}.ProseMirror-textblock-dropdown{min-width:3em}.ProseMirror-menu{margin:0 -4px;line-height:1}.ProseMirror-tooltip .ProseMirror-menu{width:-moz-fit-content;width:fit-content;white-space:pre}.ProseMirror-menuitem{margin-right:var(--space-small);display:inline-block}.ProseMirror-menu-active{background:var(--s-75);border-radius:var(--border-radius-small)}.ProseMirror-menu-disabled{opacity:.3}.ProseMirror-menubar{position:relative;min-height:var(--space-medium);color:var(--s-700);padding:var(--space-small) 0;top:0;right:0;background:#fff;z-index:10;box-sizing:border-box;overflow:visible}.ProseMirror-icon{display:inline-block;line-height:.8;vertical-align:-2px;padding:var(--space-small);cursor:pointer;box-sizing:content-box}.ProseMirror-menu-disabled.ProseMirror-icon{cursor:default}.ProseMirror-icon svg{fill:currentColor;width:var(--space-slab)!important;height:var(--space-slab)}.ProseMirror-icon span{vertical-align:text-top}.ProseMirror-gapcursor{display:none;pointer-events:none;position:absolute}.ProseMirror-gapcursor:after{content:"";display:block;position:absolute;top:-2px;width:20px;border-top:1px solid black;animation:ProseMirror-cursor-blink 1.1s steps(2,start) infinite}@keyframes ProseMirror-cursor-blink{to{visibility:hidden}}.ProseMirror-focused .ProseMirror-gapcursor{display:block}.ProseMirror-prompt{position:fixed;z-index:11;padding:var(--space-normal);background:#fff}.ProseMirror-prompt input[type=text]{padding:0 4px}.ProseMirror-prompt-close{position:absolute;left:2px;top:1px;color:#666;border:none;background:transparent;padding:0}.ProseMirror-prompt-close:after{content:"âœ•";font-size:12px}.ProseMirror-invalid{background:#ffc;border:1px solid #cc7;border-radius:4px;padding:5px 10px;position:absolute;min-width:10em}.ProseMirror-prompt-buttons{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-start}.ProseMirror-prompt-buttons .button--save-link{margin-left:var(--space-smaller)}#editor,.editor{background:#fff;color:#000;background-clip:padding-box;border-radius:4px;border:2px solid rgba(0,0,0,.2);padding:5px 0;margin-bottom:23px}.ProseMirror ul,.ProseMirror ol{padding-left:var(--space-normal);margin-left:0}.ProseMirror li{position:relative;padding-left:var(--space-smaller)}.ProseMirror blockquote{padding-left:var(--space-small);padding-top:0;border-left:var(--space-smaller) solid var(--s-200);margin:var(--space-normal) 0}.ProseMirror blockquote p{color:var(--s-600)}.ProseMirror pre{white-space:pre-wrap;background:var(--s-900);border-radius:var(--border-radius-medium);padding:var(--space-small);margin-bottom:var(--space-small)}.ProseMirror strong code,.ProseMirror p code{background:var(--s-75);font-family:"ui-monospace",SFMono-Regular,Menlo,Monaco,Consolas,'"Liberation Mono"','"Courier New"',"monospace";border-radius:var(--border-radius-small);padding:var(--space-smaller);color:var(--s-800)}.ProseMirror pre code{background:transparent;color:#fff;padding:0}.ProseMirror p:first-child,.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:10px}.ProseMirror p{margin-bottom:var(--space-small)}.ProseMirror li::marker{font-size:var(--font-size-small)}.ProseMirror .empty-node:before{position:absolute;color:#aaa;cursor:text}.ProseMirror .empty-node:hover:before{color:#777}.ProseMirror p.empty-node:first-child:before{content:attr(data-placeholder);cursor:text}.editor-root.editor--article{position:relative}.editor-root.editor--article .ProseMirror-menubar-wrapper .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-icon{margin-right:var(--space-small)}.editor-root.editor--article .ProseMirror-menubar-wrapper .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-icon svg{width:var(--space-medium)!important;height:var(--space-medium)}.editor-root.editor--article .ProseMirror p{font-size:var(--font-size-medium);line-height:1.75rem;margin-bottom:var(--space-medium)}.editor-root.editor--article .ProseMirror strong code{font-size:var(--font-size-medium)}.editor-root.editor--article .ProseMirror pre code{font-size:var(--font-size-default);font-weight:var(--font-weight-medium);line-height:1.6}.editor-root.editor--article .ProseMirror blockquote{padding-left:var(--space-normal);margin:var(--space-medium) 0}.editor-root.editor--article .ProseMirror a{font-weight:var(--font-weight-medium);font-size:var(--font-size-medium)}.editor-root.editor--article .ProseMirror hr{border-color:var(--s-100);margin-bottom:var(--space-big)}.editor-root.editor--article .ProseMirror h1{font-size:var(--font-size-big);font-weight:var(--font-weight-heavy);margin-bottom:var(--space-medium)}.editor-root.editor--article .ProseMirror h2{font-size:var(--font-size-large);font-weight:var(--font-weight-black);margin-bottom:var(--space-medium)}.editor-root.editor--article .ProseMirror h3,.editor-root.editor--article .ProseMirror h4{font-size:var(--font-size-medium);font-weight:var(--font-weight-bold);margin-bottom:var(--space-normal)}.editor-root.editor--article .ProseMirror h5{font-size:var(--font-size-medium);margin-bottom:var(--space-small)}.editor-root.editor--article .ProseMirror h6{font-size:var(--font-size-medium);margin-bottom:var(--space-smaller)}.editor-root.editor--article .ProseMirror .ProseMirror-icon svg{width:var(--space-medium)!important}.editor-root.editor--article .ProseMirror li::marker{font-size:var(--font-size-medium)}.editor-root.editor--article .ProseMirror ul,.editor-root.editor--article .ProseMirror ol{margin-top:var(--space-medium);margin-bottom:var(--space-medium);padding-left:var(--space-large)}.editor-root.editor--article .ProseMirror li ul,.editor-root.editor--article .ProseMirror li ol{margin-top:var(--space-normal);margin-bottom:var(--space-normal)}.editor-root.editor--article .ProseMirror li p{padding-left:var(--space-medium);margin-top:var(--space-small);margin-bottom:var(--space-small)}.editor-root.editor--article .ProseMirror pre{padding:var(--space-normal);margin-bottom:var(--space-normal)}.editor-root.editor--article .ProseMirror-menubar{margin-bottom:var(--space-small);padding:var(--space-smaller) 0}.ProseMirror-menubar-wrapper{display:flex;flex-direction:column}.ProseMirror-menubar-wrapper>.ProseMirror{padding:0;word-break:break-word}.editor-root{position:relative;width:100%}.ProseMirror-woot-style{min-height:5rem;max-height:7.5rem;overflow:auto}.ProseMirror-prompt{z-index:var(--z-index-highest);background:var(--white);box-shadow:var(--shadow-large);border-radius:var(--border-radius-normal);border:1px solid var(--color-border);min-width:25rem}[data-v-feb7ad96] .ProseMirror .empty-node:before{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:#cdced6}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){[data-v-feb7ad96] .ProseMirror .empty-node:before{color:rgb(205 206 214 / var(--tw-text-opacity))}}[data-v-feb7ad96] .ProseMirror .empty-node:is(.dark *):before{--tw-text-opacity: 1;color:#777b84}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){[data-v-feb7ad96] .ProseMirror .empty-node:is(.dark *):before{color:rgb(119 123 132 / var(--tw-text-opacity))}}[data-v-feb7ad96] .ProseMirror-menubar-wrapper .ProseMirror-woot-style{max-height:100%;min-height:15rem}[data-v-feb7ad96] .ProseMirror-menubar{display:none}[data-v-feb7ad96] .editor-root .has-selection .ProseMirror-menubar{z-index:50;margin-left:0;margin-bottom:0;height:2rem;align-items:center;gap:1rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:#e8e8ec;--tw-bg-opacity: 1;background-color:#f0f0f3;padding-left:.5rem!important;padding-right:.5rem!important;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){[data-v-feb7ad96] .editor-root .has-selection .ProseMirror-menubar{border-color:rgb(232 232 236 / var(--tw-border-opacity));background-color:rgb(240 240 243 / var(--tw-bg-opacity))}}[data-v-feb7ad96] .editor-root .has-selection .ProseMirror-menubar:is(.dark *){border-color:#5a616980;--tw-bg-opacity: 1;background-color:#272a2d}@supports (color: rgb(0 0 0 / 0)) and (top: var(--f)){[data-v-feb7ad96] .editor-root .has-selection .ProseMirror-menubar:is(.dark *){background-color:rgb(39 42 45 / var(--tw-bg-opacity))}}[data-v-feb7ad96] .editor-root .has-selection .ProseMirror-menubar{display:flex;top:auto!important;top:var(--selection-top, auto)!important;left:0!important;left:var(--selection-left, 0)!important;width:-moz-fit-content!important;width:fit-content!important;position:absolute!important}[data-v-feb7ad96] .editor-root .has-selection .ProseMirror-menubar .ProseMirror-menuitem{margin-right:0}[data-v-feb7ad96] .editor-root .has-selection .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-icon{margin-top:.25rem;margin-right:0!important;padding:0}[data-v-feb7ad96] .editor-root .has-selection .ProseMirror-menubar .ProseMirror-menuitem .ProseMirror-icon svg{width:20px!important;height:20px!important}
