.rich-text-editor-container{position:relative;overflow:hidden}.rich-text-editor-content{scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground)/.3)transparent}.rich-text-editor-content::-webkit-scrollbar{width:8px;height:8px}.rich-text-editor-content::-webkit-scrollbar-track{background:0 0;border-radius:4px}.rich-text-editor-content::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground)/.3);border-radius:4px;transition:background .2s}.rich-text-editor-content::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.5)}.rich-text-editor-container:focus-within{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:inherit}.ProseMirror{word-wrap:break-word;white-space:pre-wrap;word-break:break-word;outline:none!important}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:hsl(var(--muted-foreground));pointer-events:none;height:0}.ProseMirror>*+*{margin-top:.75em}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{margin-top:1.5rem;margin-bottom:.5rem;font-weight:600;line-height:1.3}.ProseMirror h1{font-size:2em}.ProseMirror h2{font-size:1.5em}.ProseMirror h3{font-size:1.25em}.ProseMirror ul,.ProseMirror ol{margin:.75rem 0;padding-left:1.5rem}.ProseMirror li{margin:.25rem 0}.ProseMirror blockquote{border-left:3px solid hsl(var(--border));color:hsl(var(--muted-foreground));margin-left:0;padding-left:1rem;font-style:italic}.ProseMirror code{background:hsl(var(--muted));border-radius:3px;padding:.2em .4em;font-family:Courier New,monospace;font-size:.9em}.ProseMirror pre{background:hsl(var(--muted));border-radius:.5rem;padding:.75rem 1rem;font-family:Courier New,monospace;overflow-x:auto}.ProseMirror pre code{background:0 0;padding:0}.ProseMirror img{border-radius:.5rem;max-width:100%;height:auto;margin:1rem 0;display:block}.ProseMirror a{color:hsl(var(--primary));cursor:pointer;text-decoration:underline;transition:color .2s}.ProseMirror a:hover{color:hsl(var(--primary)/.8)}.ProseMirror hr{border:none;border-top:2px solid hsl(var(--border));margin:2rem 0}.ProseMirror ::selection{background:hsl(var(--primary)/.2)}.ProseMirror p.is-empty:before{color:hsl(var(--muted-foreground)/.5)}.ProseMirror a.ProseMirror-selectednode{outline:2px solid hsl(var(--primary));outline-offset:2px;border-radius:2px}.ProseMirror img.ProseMirror-selectednode{outline:3px solid hsl(var(--primary));outline-offset:2px}.rich-text-editor-toolbar{z-index:10;background:hsl(var(--background));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-clip:padding-box;position:sticky;top:0}.rich-text-editor-loading{min-height:200px;color:hsl(var(--muted-foreground));justify-content:center;align-items:center;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;display:flex}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.rich-text-editor-readonly .ProseMirror{cursor:default;background:hsl(var(--muted)/.3)}.rich-text-editor-error{border-color:hsl(var(--destructive))!important}.rich-text-editor-error:focus-within{outline-color:hsl(var(--destructive))!important}@media (max-width:640px){.rich-text-editor-content{font-size:.95em}.ProseMirror{padding:.75rem}}
