.lexkit-container,.lexkit-wrapper{flex-direction:column;gap:.75rem;display:flex}.lexkit-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.lexkit-toolbar-group{align-items:center;gap:.25rem;display:inline-flex}.lexkit-toolbar-button{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:.5rem;padding:.375rem .5rem;font-size:.875rem;line-height:1;transition:background .12s,border-color .12s}.lexkit-toolbar-button:hover{background:color-mix(in oklab,var(--accent)12%,var(--background))}.lexkit-toolbar-button-active{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.lexkit-toolbar-button-disabled{opacity:.5;cursor:not-allowed}.lexkit-editor-surface{border:1px solid var(--border);background:var(--background);border-radius:.75rem;min-height:16rem;padding:.75rem}.lexkit-editor-content{outline:none;min-height:14rem;line-height:1.6}.lexkit-text-bold{font-weight:700}.lexkit-text-italic{font-style:italic}.lexkit-text-underline{text-decoration:underline}.lexkit-text-strikethrough{text-decoration:line-through}.lexkit-text-code{background:color-mix(in oklab,var(--accent)18%,transparent);border-radius:.25rem;padding:0 .25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.lexkit-paragraph{margin:.25rem 0}.lexkit-heading-h1{margin:.5rem 0;font-size:2rem;font-weight:700;line-height:1.2}.lexkit-heading-h2{margin:.5rem 0;font-size:1.5rem;font-weight:600;line-height:1.3}.lexkit-heading-h3{margin:.5rem 0;font-size:1.25rem;font-weight:600;line-height:1.35}.lexkit-heading-h4,.lexkit-heading-h5,.lexkit-heading-h6{margin:.5rem 0;font-weight:600}.lexkit-quote{border-left:3px solid var(--border);color:var(--muted-foreground);margin:.5rem 0;padding-left:.75rem}.lexkit-list-ul,.lexkit-list-ol{margin:.5rem 0;padding-left:1.5rem;list-style-position:outside}.lexkit-list-li{margin:.25rem 0;display:list-item}.lexkit-list-ul{list-style-type:disc}.lexkit-list-ol{list-style-type:decimal}.lexkit-hr{border:none;border-top:1px solid var(--border);margin:.75rem 0}.lexkit-editor-placeholder{color:var(--muted-foreground)}.lexkit-source-editor{border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.lexkit-source-textarea{resize:vertical;background:var(--background);width:100%;min-height:16rem;color:var(--foreground);border:none;padding:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.5}.lexkit-floating-toolbar,.lexkit-context-menu{border:1px solid var(--border);background:var(--background);border-radius:.5rem;padding:.25rem;box-shadow:0 8px 30px rgba(0,0,0,.12)}.lexkit-context-item{border-radius:.375rem;padding:.375rem .5rem}.lexkit-context-item:hover{background:color-mix(in oklab,var(--accent)12%,var(--background))}.lexkit-context-item-disabled{opacity:.5}.lexkit-html-embed{border:1px dashed var(--border);border-radius:.5rem;padding:.5rem}.lexkit-html-embed-textarea{resize:vertical;width:100%;min-height:6rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.8125rem}
