:root{--p-text-editor-corner-radius:var(--p-content-border-radius);--p-text-editor-divider:var(--p-content-border-color);--p-text-editor-muted:var(--p-text-muted-color);--p-text-editor-foreground:var(--p-text-color);--p-text-editor-foreground-emphasis:var(--p-text-hover-color);--p-text-editor-foreground-highlight:var(--p-highlight-color);--p-text-editor-background:var(--p-content-background);--p-text-editor-background-emphasis:var(--p-content-hover-background);--p-text-editor-background-highlight:var(--p-highlight-background);--p-text-editor-accent:var(--p-primary-color);--p-text-editor-accent-contrast:var(--p-primary-contrast-color);--p-text-editor-selection-background:color-mix(in srgb, var(--p-primary-color) 25%, transparent);--p-text-editor-danger:var(--lightningcss-light,var(--p-red-500))var(--lightningcss-dark,var(--p-red-400));--p-text-editor-overlay-shadow:var(--p-overlay-popover-shadow);--p-text-editor-disabled-opacity:var(--p-disabled-opacity);--p-text-editor-focus-ring-width:var(--p-focus-ring-width);--p-text-editor-focus-ring-style:var(--p-focus-ring-style);--p-text-editor-focus-ring-color:var(--p-focus-ring-color);--p-text-editor-focus-ring-offset:var(--p-focus-ring-offset);--p-text-editor-focus-ring-shadow:var(--p-focus-ring-shadow)}.p-text-editor{border-radius:var(--p-text-editor-corner-radius);border:1px solid var(--p-text-editor-divider);background-color:var(--p-text-editor-background);flex-direction:column;height:100%;padding:0;display:flex;position:relative;overflow:hidden}.p-text-editor-body{flex-direction:column;flex:1;display:flex;position:relative;overflow:auto}.p-text-editor-content{outline:0;flex:1;padding:1rem}.p-text-editor-placeholder:before{content:attr(data-placeholder);color:var(--p-text-editor-muted);pointer-events:none;position:absolute}.p-text-editor-selection{background:var(--p-text-editor-selection-background)}.p-text-editor-content ::selection{background:var(--p-text-editor-selection-background)}.p-text-editor button:focus-visible,.p-text-editor [role=menuitem]:focus-visible,.p-text-editor [role=option]:focus-visible,.p-text-editor a:focus-visible,.p-text-editor [tabindex]:focus-visible{outline:2px solid var(--p-text-editor-focus-ring,#2563eb);outline-offset:2px;border-radius:var(--p-text-editor-corner-radius,4px)}.p-text-editor-popover-menu [data-p-focus=true]{outline:2px solid var(--p-text-editor-focus-ring,#2563eb);outline-offset:-2px}.p-text-editor-toolbar{border-bottom:1px solid var(--p-text-editor-divider);background:var(--p-text-editor-background)}.p-text-editor-context-toolbar,.p-text-editor-context-toolbar-more{background:var(--p-text-editor-background);box-shadow:var(--p-text-editor-overlay-shadow);border:1px solid var(--p-text-editor-divider);border-radius:var(--p-text-editor-corner-radius);position:fixed}.p-text-editor-context-toolbar{z-index:1200}.p-text-editor-context-toolbar-more{z-index:1201}.p-text-editor-content code{background-color:var(--p-text-editor-background-emphasis);border-radius:var(--p-text-editor-corner-radius);margin:0;padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem}.p-text-editor-content blockquote{border-inline-start:4px solid var(--p-text-editor-accent);background-color:var(--p-text-editor-background-emphasis);margin:0;padding:.5rem 1rem;font-style:italic}.p-text-editor-content h1,.p-text-editor-content h2,.p-text-editor-content h3,.p-text-editor-content h4,.p-text-editor-content h5,.p-text-editor-content h6{margin:0;font-weight:600;line-height:1.5}.p-text-editor-content h1{font-size:2rem}.p-text-editor-content h2{font-size:1.5rem}.p-text-editor-content h3{font-size:1.25rem}.p-text-editor-content h4{font-size:1.125rem}.p-text-editor-content h5{font-size:1rem}.p-text-editor-content h6{font-size:.875rem}.p-text-editor-content pre{background-color:var(--p-text-editor-background-emphasis);border-radius:4px;margin:0;padding:.75rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875em;overflow-x:auto}.p-text-editor-content pre code{font-size:inherit;background-color:#0000;border-radius:0;padding:0}.p-text-editor-content ul,.p-text-editor-content ol{margin:0;padding-inline-start:1.5rem}.p-text-editor-content li{margin:.25rem 0}.p-text-editor-content ul{list-style-type:disc}.p-text-editor-content ul ul{list-style-type:circle}.p-text-editor-content ul ul ul{list-style-type:square}.p-text-editor-content ul ul ul ul{list-style-type:disc}.p-text-editor-content ul ul ul ul ul{list-style-type:circle}.p-text-editor-content ul ul ul ul ul ul{list-style-type:square}.p-text-editor-content ol{list-style-type:decimal}.p-text-editor-content ul[data-p-checked-list]{padding-inline-start:.375rem;list-style:none}.p-text-editor-content ul[data-p-checked-list] li[data-p-checked]{gap:.375rem;display:flex}.p-text-editor-content ul[data-p-checked-list] li[data-p-checked]>label[contenteditable=false]{cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;display:inline-flex}.p-text-editor-content ul[data-p-checked-list] li[data-p-checked]>div{outline:none;flex:1;min-height:1.5rem}.p-text-editor-content ul[data-p-checked-list] li[data-p-checked]>div>p:empty:before{content:attr(data-placeholder);color:var(--p-text-editor-muted);pointer-events:none}.p-text-editor-content ul[data-p-checked-list] li[data-p-checked=true]>div{opacity:.6;text-decoration:line-through}.p-text-editor-content a{color:var(--p-text-editor-accent);cursor:text;text-decoration:underline}.p-text-editor-content a:hover{text-decoration:none}.p-text-editor-content img{border-radius:var(--p-text-editor-corner-radius);max-width:100%}.p-text-editor-content hr{border:none;border-top:1px solid var(--p-text-editor-divider);margin:0}.p-text-editor-content>p,.p-text-editor-content>h1,.p-text-editor-content>h2,.p-text-editor-content>h3,.p-text-editor-content>h4,.p-text-editor-content>h5,.p-text-editor-content>h6,.p-text-editor-content>blockquote,.p-text-editor-content>pre,.p-text-editor-content>ul,.p-text-editor-content>ol,.p-text-editor-content>hr{margin-block:1rem}.p-text-editor-content>:first-child{margin-block-start:0}.p-text-editor-content>:last-child{margin-block-end:0}.p-text-editor-content ul[data-p-checked-list] li[data-p-checked] input[type=checkbox]{appearance:none;border:1.5px solid var(--p-text-editor-muted);cursor:pointer;background:0 0;border-radius:.25rem;flex-shrink:0;width:1rem;height:1rem;margin:0;transition:background-color .2s,border-color .2s,box-shadow .2s;position:relative}.p-text-editor-content ul[data-p-checked-list] li[data-p-checked] input[type=checkbox]:checked{background:var(--p-text-editor-accent);border-color:var(--p-text-editor-accent);animation:.3s p-text-editor-checkbox-pop}.p-text-editor-content ul[data-p-checked-list] li[data-p-checked] input[type=checkbox]:checked:after{content:"";inset-inline-start:4px;border:solid var(--p-text-editor-accent-contrast);border-width:0 1.5px 1.5px 0;width:5px;height:8px;animation:.25s 50ms both p-text-editor-checkbox-draw;position:absolute;top:1.5px;transform:rotate(45deg)}@keyframes p-text-editor-checkbox-pop{0%{transform:scale(.85)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes p-text-editor-checkbox-draw{0%{opacity:0;transform:rotate(45deg)scale(0)}50%{opacity:1;transform:rotate(45deg)scale(1.15)}to{opacity:1;transform:rotate(45deg)scale(1)}}.p-text-editor-block{padding:.5rem;padding-inline-start:4rem;position:relative}.p-text-editor-block-content{outline:none;min-height:1.5rem}.p-text-editor-block-controls{z-index:5;pointer-events:auto;align-items:center;margin-top:.5rem;animation:.3s p-text-editor-animate-block-controls;display:flex;position:absolute}.p-text-editor-block-controls[data-block-type=heading\:1]{margin-top:1.25rem}.p-text-editor-block-controls[data-block-type=heading\:2]{margin-top:.875rem}.p-text-editor-block-controls[data-block-type=heading\:3]{margin-top:.6875rem}.p-text-editor-block-placeholder{color:var(--p-text-editor-muted);pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute}.p-text-editor-block-drop-indicator{background-color:var(--p-text-editor-accent);pointer-events:none;z-index:10;height:2px;position:absolute;top:0;left:0;right:0}@keyframes p-text-editor-animate-block-controls{0%{opacity:0}to{opacity:1}}.p-text-editor-slash-typing{box-shadow:0 0 0 4px var(--p-text-editor-background-emphasis),inset 0 0 0 100px var(--p-text-editor-background-emphasis);border-radius:2px}.p-text-editor-slash-typing[data-placeholder]:after{content:attr(data-placeholder);color:var(--p-text-editor-muted)}.p-text-editor-mention{background:var(--p-text-editor-background-highlight);color:var(--p-text-editor-foreground-highlight);border-radius:var(--p-text-editor-corner-radius);-webkit-user-select:all;user-select:all;padding:1px 4px;font-weight:500}.p-text-editor-mention-typing{color:var(--p-text-editor-accent)}.p-text-editor-content table{border-collapse:collapse;table-layout:fixed;margin:1rem 1rem 2rem}.p-text-editor-content table td,.p-text-editor-content table th{border:1px solid var(--p-text-editor-divider);padding:.5rem .75rem;position:relative}.p-text-editor-content table th{background:var(--p-text-editor-background-emphasis);text-align:start;font-weight:600}.p-text-editor-content table td p,.p-text-editor-content table th p{margin:0}.p-text-editor-content table td.selectedCell,.p-text-editor-content table th.selectedCell{background:var(--p-text-editor-background-highlight);caret-color:#0000}.p-text-editor-content .column-resize-handle{inset-inline-end:-3px;cursor:col-resize;z-index:20;width:6px;position:absolute;top:0;bottom:0}.p-text-editor-content .column-resize-handle:after{content:"";inset-inline-end:2px;background-color:var(--p-text-editor-accent);opacity:0;width:2px;transition:opacity .12s;position:absolute;top:0;bottom:0}.p-text-editor-content .column-resize-handle:hover:after,.p-text-editor-content.resize-cursor .column-resize-handle:after{opacity:1}.p-text-editor-content.resize-cursor{cursor:col-resize}.p-text-editor-table-overlay{pointer-events:none;z-index:5;position:fixed;inset:0}.p-text-editor-table-trigger{background:var(--p-text-editor-muted);border:2px solid var(--p-text-editor-background);cursor:pointer;z-index:6;pointer-events:auto;opacity:0;border-radius:4px;transition:opacity .15s,transform .15s;position:absolute}.tableWrapper>.p-text-editor-table-trigger{opacity:1}.p-text-editor-table-trigger:hover{background:var(--p-text-editor-accent);opacity:1}.p-text-editor-table-trigger-col{width:18px;height:6px;transform:translate(-50%,calc(-100% - 2px))}.p-text-editor-table-trigger-col:hover{height:8px;transform:translate(-50%,calc(-100% - 2px))scale(1.5)}.p-text-editor-table-trigger-row{width:6px;height:18px;transform:translate(calc(-100% - 2px),-50%)}.p-text-editor-table-trigger-row:hover{width:8px;transform:translate(calc(-100% - 2px),-50%)scale(1.5)}.tableWrapper{width:100%;position:relative;overflow-x:auto}.p-text-editor-table-selection-outline{pointer-events:none;border:2px solid var(--p-text-editor-accent);z-index:5;border-radius:2px;position:absolute}.p-text-editor-table-selection-outline>.p-text-editor-table-trigger-cell{opacity:1;pointer-events:auto;background-color:var(--p-text-editor-muted);inset-inline-end:-4px}.p-text-editor-table-trigger-cell{width:6px;height:18px;top:50%;transform:translateY(-50%)}.p-text-editor-table-trigger-cell:hover{background-color:var(--p-text-editor-accent);width:8px;transform:translateY(-50%)scale(1.5)}.p-text-editor-table-add{border:1px solid var(--p-text-editor-divider);color:var(--p-text-editor-muted);cursor:pointer;z-index:4;opacity:0;background:0 0;border-radius:4px;justify-content:center;align-items:center;transition:opacity .15s,background-color .15s;display:flex;position:absolute}.tableWrapper:hover>.p-text-editor-table-add{opacity:1}.p-text-editor-table-add:hover{background:var(--p-text-editor-background-emphasis);color:var(--p-text-editor-foreground)}.p-text-editor-table-add-col{width:20px}.p-text-editor-table-add-row{height:20px}.p-text-editor-anchored-overlay-enter-active{animation:.3s cubic-bezier(.19,1,.22,1) p-text-editor-animate-anchored-overlay-enter}.p-text-editor-anchored-overlay-leave-active{animation:.3s cubic-bezier(.19,1,.22,1) p-text-editor-animate-anchored-overlay-leave}@keyframes p-text-editor-animate-anchored-overlay-enter{0%{opacity:0;transform:scale(.93)}}@keyframes p-text-editor-animate-anchored-overlay-leave{to{opacity:0;transform:scale(.93)}}@media (prefers-reduced-motion:reduce){[class*=p-text-editor],[class*=p-text-editor] *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.p-text-editor-popover-menu,.p-text-editor-popover-submenu{background:var(--p-text-editor-background);box-shadow:var(--p-text-editor-overlay-shadow);border:1px solid var(--p-text-editor-divider);border-radius:var(--p-text-editor-corner-radius);z-index:1200;outline:none;min-width:10rem;max-height:20rem;position:fixed;overflow-y:auto}.p-text-editor-popover-submenu{z-index:1201}.p-text-editor-navigator{top:calc(1rem + var(--p-text-editor-toolbar-height,0px));z-index:5;flex-direction:column;align-items:end;gap:8px;padding:.25rem;display:flex;position:absolute;inset-inline-end:.5rem}.p-text-editor-navigator-bar{background-color:var(--p-text-editor-muted);opacity:.4;border-radius:2px;height:2px;transition:opacity .15s,background-color .15s}.p-text-editor-navigator-bar:hover{opacity:.8}.p-text-editor-navigator-bar[data-active=true]{background-color:var(--p-text-editor-foreground);opacity:1}.p-text-editor-navigator-bar[data-level="1"]{width:1rem}.p-text-editor-navigator-bar[data-level="2"]{width:.875rem}.p-text-editor-navigator-bar[data-level="3"]{width:.75rem}.p-text-editor-navigator-bar[data-level="4"]{width:.625rem}.p-text-editor-navigator-bar[data-level="5"]{width:.5rem}.p-text-editor-navigator-bar[data-level="6"]{width:.375rem}.p-text-editor-popover-menu[data-part=navigator-menu]{inset-inline-end:.5rem;top:calc(1rem + var(--p-text-editor-toolbar-height,0px));max-height:calc(var(--p-text-editor-body-height,20rem) - 2rem);background:var(--p-text-editor-background);border:1px solid var(--p-text-editor-divider);border-radius:var(--p-text-editor-corner-radius);box-shadow:var(--p-text-editor-overlay-shadow);z-index:6;position:absolute;overflow-y:auto}
