.editor-shell{--editor-bg:#ffffff;--editor-text:#1e293b;--editor-muted:#94a3b8;--editor-border:#e2e8f0;--editor-focus-ring:#3b82f6;--editor-code-bg:#f1f5f9;--editor-pre-bg:#0f172a;--editor-pre-text:#e2e8f0;--editor-quote-border:#94a3b8;display:flex;flex-direction:column;height:100vh;box-sizing:border-box;font-family:system-ui,-apple-system,sans-serif;background-color:var(--editor-bg);color:var(--editor-text)}.dark .editor-shell{--editor-bg:#1e293b;--editor-text:#f1f5f9;--editor-muted:#94a3b8;--editor-border:#334155;--editor-code-bg:#334155;--editor-pre-bg:#0f172a;--editor-pre-text:#e2e8f0;--editor-quote-border:#475569}.editor-content{flex:1;padding:1.5rem;border:1px solid var(--editor-border);border-radius:.75rem;background-color:var(--editor-bg);overflow-y:auto;transition:border-color .2s}.editor-content:focus-within{border-color:var(--editor-focus-ring);box-shadow:0 0 0 3px rgba(59,130,246,.2)}.ProseMirror{outline:none;min-height:300px;padding:.25rem .25rem 1.5rem;line-height:1.75;font-size:1rem}.ProseMirror>*+*{margin-top:.75em}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--editor-muted);pointer-events:none;height:0;font-style:italic}.ProseMirror h1{font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.025em;margin-top:1.5rem;margin-bottom:.75rem}.ProseMirror h2{font-size:1.75rem;line-height:1.3;letter-spacing:-.025em;margin-top:1.25rem}.ProseMirror h2,.ProseMirror h3{font-weight:600;margin-bottom:.5rem}.ProseMirror h3{font-size:1.375rem;line-height:1.4;margin-top:1rem}.ProseMirror ol,.ProseMirror p,.ProseMirror ul{margin-top:.75rem;margin-bottom:.75rem}.ProseMirror ol,.ProseMirror ul{padding-left:1.75rem}.ProseMirror li{margin-top:.25rem;margin-bottom:.25rem}.ProseMirror li>p{margin:0}.ProseMirror blockquote{border-left:4px solid var(--editor-quote-border);padding-left:1.25rem;margin-left:0;margin-right:0;font-style:italic;color:var(--editor-muted);background:rgba(148,163,184,.06);border-radius:0 .25rem .25rem 0}.ProseMirror code{background-color:var(--editor-code-bg);padding:.15rem .35rem;border-radius:.25rem;font-size:.875em;color:#d946ef}.ProseMirror code,.ProseMirror pre{font-family:JetBrains Mono,Fira Code,monospace}.ProseMirror pre{background:var(--editor-pre-bg);color:var(--editor-pre-text);padding:1rem 1.25rem;border-radius:.5rem;overflow-x:auto;font-size:.875rem;line-height:1.6;margin-top:1rem;margin-bottom:1rem}.ProseMirror pre code{background:transparent;padding:0;border-radius:0;color:inherit;font-size:inherit}.ProseMirror hr{border:0;border-top:2px solid var(--editor-border);margin:1.5rem 0}.ProseMirror ::-moz-selection{background:#bfdbfe;color:inherit}.ProseMirror ::selection{background:#bfdbfe;color:inherit}.dark .ProseMirror ::-moz-selection{background:#2563eb}.dark .ProseMirror ::selection{background:#2563eb}.ProseMirror img{max-width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.ProseMirror a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.dark .ProseMirror a{color:#60a5fa}.ProseMirror a:hover{text-decoration:none}