.lexical-editor-wrapper{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);background:hsl(var(--background))}.lexical-editor-wrapper.maximized{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:9999;border-radius:0;display:flex;flex-direction:column}.lexical-editor-wrapper.maximized .editor-container{flex:1;overflow-y:auto;min-height:unset}.lexical-editor-wrapper.maximized .editor-input{min-height:calc(100vh - 60px)}.editor-container{position:relative;min-height:200px}.editor-input{min-height:200px;padding:12px;outline:none;font-size:14px;line-height:1.6;color:hsl(var(--foreground))}.editor-placeholder{position:absolute;top:12px;left:12px;color:hsl(var(--muted-foreground));pointer-events:none;font-size:14px}.editor-paragraph{margin:0 0 8px}.editor-heading-h2{font-size:1.5em;font-weight:600;margin:16px 0 8px}.editor-heading-h3{font-size:1.25em;font-weight:600;margin:12px 0 6px}.editor-heading-h4{font-size:1.1em;font-weight:600;margin:10px 0 5px}.editor-quote{margin:0;padding-left:16px;border-left:4px solid hsl(var(--border));color:hsl(var(--muted-foreground));font-style:italic}.editor-list-ol,.editor-list-ul{margin:8px 0;padding-left:24px}.editor-listitem{margin:4px 0}.editor-container .editor-link{color:#0000EE!important;text-decoration:underline!important;cursor:pointer}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-code{padding:2px 4px;border-radius:3px;font-size:.9em}.editor-code,.editor-text-code{background:hsl(var(--muted));font-family:monospace}.editor-code{padding:12px;border-radius:4px;overflow-x:auto;margin:8px 0}.toolbar{display:flex;align-items:center;gap:4px}