.wysiwyg-editor-layout{position:fixed;display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden;left:0;top:0;background:hsl(var(--background))}.wysiwyg-toolbar{display:flex;align-items:center;justify-content:space-between;height:60px;min-height:60px;padding:0 16px;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));box-shadow:0 1px 3px 0 rgba(0,0,0,.1);z-index:1000}.wysiwyg-content{flex:1;overflow:hidden;display:flex;flex-direction:column;background:hsl(var(--muted)/.3)}.wysiwyg-footer{height:auto;min-height:120px;background:hsl(var(--card));border-top:1px solid hsl(var(--border));box-shadow:0 -1px 3px 0 rgba(0,0,0,.1);z-index:1000}.wysiwyg-sidebar{border:1px solid red}.wysiwyg-sidebar-content{border:1px solid lime}:root{--wysiwyg-line-height:1.2em;--wysiwyg-line-height-multiplier:2}.stenographer-editor-layout{display:flex;flex-direction:column;height:100vh;background:theme("colors.background");color:theme("colors.foreground")}.stenographer-toolbar{flex-shrink:0}.stenographer-content{flex:1;overflow:hidden}.stenographer-footer{flex-shrink:0}.wysiwyg-editor-page{min-height:0;display:flex;flex-direction:column;margin:0 auto;box-shadow:0 0 10px 0 rgba(0,0,0,.1);overflow:hidden;background:white}.wysiwyg-editor,.wysiwyg-editor-page{height:100%;border-radius:.25rem;border:1px solid theme("colors.border")}.wysiwyg-editor{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;width:100%;max-width:none;line-height:calc(var(--wysiwyg-line-height) * var(--wysiwyg-line-height-multiplier));min-height:300px;overflow:auto;white-space:break-spaces;overflow-wrap:anywhere;tab-size:4;outline:2px solid transparent;outline-offset:2px;color:theme("colors.foreground")}.lex-virt{content-visibility:auto;contain-intrinsic-size:var(--cis,28px)}.lex-virt--focus{content-visibility:visible!important}.steno-code{background-color:#4f46e5;color:#ffffff;padding:2px 6px;border-radius:4px;font-weight:600;font-size:.875em;border:1px solid #3730a3;box-shadow:0 1px 2px rgba(0,0,0,.1);display:inline-block;margin:0 2px}.steno-code-alt{background-color:#059669;color:#ffffff;padding:1px 4px;border-radius:3px;font-weight:500;font-size:.8em;text-transform:uppercase;letter-spacing:.5px}.steno-code-subtle{background-color:#fef3c7;color:#92400e;padding:1px 3px;border-radius:2px;font-weight:500;border:1px solid #fde68a}