.unified-rich-text-editor.svelte-ce6wdi{border-radius:.5rem;border:1px solid var(--axo-border, oklch(var(--bc) / .2));overflow:hidden;background:var(--axo-bg-primary, oklch(var(--b1)))}.draft-bar.svelte-ce6wdi{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:oklch(var(--wa) / .1);border-bottom:1px solid oklch(var(--wa) / .3)}.draft-bar__text.svelte-ce6wdi{display:flex;align-items:center;gap:.5rem;font-size:var(--axo-text-lg);color:oklch(var(--wa));font-weight:var(--axo-weight-medium)}.draft-bar__actions.svelte-ce6wdi{display:flex;gap:.5rem}.draft-btn.svelte-ce6wdi{padding:.25rem .5rem;font-size:var(--axo-text-md);font-weight:var(--axo-weight-medium);border-radius:.25rem;border:none;background:oklch(var(--wa));color:#fff;cursor:pointer;transition:opacity .15s}.draft-btn.svelte-ce6wdi:hover{opacity:.9}.draft-btn--ghost.svelte-ce6wdi{background:transparent;color:oklch(var(--wa));text-decoration:underline}.toolbar.svelte-ce6wdi{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;padding:.5rem;border-bottom:1px solid var(--axo-border, oklch(var(--bc) / .2));background:var(--axo-bg-secondary, oklch(var(--b2)));position:sticky;top:0;z-index:20}.toolbar-group.svelte-ce6wdi{display:flex;align-items:center}.toolbar-btn.svelte-ce6wdi{display:flex;align-items:center;justify-content:center;padding:.375rem;border-radius:.25rem;border:none;background:transparent;color:var(--axo-text-secondary, oklch(var(--bc) / .7));cursor:pointer;transition:all .15s ease}.toolbar-btn.svelte-ce6wdi:hover{background:var(--axo-bg-tertiary, oklch(var(--bc) / .1));color:var(--axo-text-primary, oklch(var(--bc)))}.toolbar-btn.active.svelte-ce6wdi{background:oklch(var(--p) / .15);color:oklch(var(--p))}.toolbar-divider.svelte-ce6wdi{width:1px;height:1.25rem;background:var(--axo-border, oklch(var(--bc) / .15));margin:0 .25rem}.toolbar-spacer.svelte-ce6wdi{flex:1}.autosave-status.svelte-ce6wdi{display:flex;align-items:center;gap:.25rem;font-size:var(--axo-text-md);color:var(--axo-text-muted, oklch(var(--bc) / .5));padding-right:.5rem}.toolbar-dropdown.svelte-ce6wdi{position:relative}.dropdown-menu.svelte-ce6wdi{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:150px;background:var(--axo-bg-primary, oklch(var(--b1)));border:1px solid var(--axo-border, oklch(var(--bc) / .2));border-radius:.375rem;box-shadow:0 4px 12px #00000026;z-index:30;padding:.25rem}.dropdown-item.svelte-ce6wdi{display:flex;align-items:center;width:100%;padding:.5rem .75rem;border:none;background:transparent;text-align:left;cursor:pointer;border-radius:.25rem;font-size:var(--axo-text-rg);color:var(--axo-text-primary, oklch(var(--bc)));transition:background .15s ease}.dropdown-item.svelte-ce6wdi:hover{background:var(--axo-bg-tertiary, oklch(var(--bc) / .08))}.dropdown-item.active.svelte-ce6wdi{background:oklch(var(--p) / .1);color:oklch(var(--p))}.dropdown-divider.svelte-ce6wdi{height:1px;background:var(--axo-border, oklch(var(--bc) / .15));margin:.25rem 0}.callout-icon.svelte-ce6wdi{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;font-size:var(--axo-text-md);font-weight:var(--axo-weight-semibold);margin-right:.5rem}.callout-icon-info.svelte-ce6wdi{background:oklch(var(--in) / .2);color:oklch(var(--in))}.callout-icon-tip.svelte-ce6wdi{background:oklch(var(--su) / .2);color:oklch(var(--su))}.callout-icon-warning.svelte-ce6wdi{background:oklch(var(--wa) / .2);color:oklch(var(--wa))}.callout-icon-danger.svelte-ce6wdi{background:oklch(var(--er) / .2);color:oklch(var(--er))}.editor-content.svelte-ce6wdi{padding:1rem;min-height:var(--editor-min-height, 200px)}.unified-rich-text-editor .ProseMirror{outline:none;min-height:var(--editor-min-height, 200px)}.unified-rich-text-editor .ProseMirror:focus{outline:none}.unified-rich-text-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--axo-text-muted, oklch(var(--bc) / .4));pointer-events:none;height:0}.unified-rich-text-editor h1{font-size:1.75rem;font-weight:var(--axo-weight-bold);margin:1.5rem 0 .75rem;line-height:1.3}.unified-rich-text-editor h2{font-size:1.5rem;font-weight:var(--axo-weight-semibold);margin:1.25rem 0 .5rem;line-height:1.35}.unified-rich-text-editor h3{font-size:1.25rem;font-weight:var(--axo-weight-semibold);margin:1rem 0 .5rem;line-height:1.4}.unified-rich-text-editor h4{font-size:1.1rem;font-weight:var(--axo-weight-semibold);margin:.75rem 0 .375rem;line-height:1.4}.unified-rich-text-editor p{margin:.5rem 0;line-height:1.6}.unified-rich-text-editor ul,.unified-rich-text-editor ol{padding-left:1.5rem;margin:.5rem 0}.unified-rich-text-editor li{margin:.25rem 0}.unified-rich-text-editor .editor-link{color:oklch(var(--p));text-decoration:underline;text-underline-offset:2px}.unified-rich-text-editor .editor-link:hover{text-decoration-thickness:2px}.unified-rich-text-editor .editor-image{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}.unified-rich-text-editor .editor-table{width:100%;border-collapse:collapse;margin:1rem 0}.unified-rich-text-editor .editor-table th,.unified-rich-text-editor .editor-table td{border:1px solid var(--axo-border, oklch(var(--bc) / .2));padding:.5rem .75rem;text-align:left}.unified-rich-text-editor .editor-table th{background:var(--axo-bg-secondary, oklch(var(--b2)));font-weight:var(--axo-weight-semibold)}.unified-rich-text-editor .editor-table td{background:var(--axo-bg-primary, oklch(var(--b1)))}.unified-rich-text-editor .editor-code-block,.unified-rich-text-editor pre{background:#0b0b0b;color:#dedede;font-family:var(--axo-font-mono, ui-monospace, monospace);font-size:var(--axo-text-rg);padding:1rem;border-radius:.375rem;margin:1rem 0;overflow-x:auto}.unified-rich-text-editor .editor-code-block code,.unified-rich-text-editor pre code{background:transparent;padding:0}.unified-rich-text-editor code{background:oklch(var(--bc) / .1);padding:.125rem .375rem;border-radius:.25rem;font-family:var(--axo-font-mono, ui-monospace, monospace);font-size:.875em}.unified-rich-text-editor blockquote{border-left:3px solid oklch(var(--p));padding-left:1rem;margin:1rem 0;color:var(--axo-text-secondary, oklch(var(--bc) / .7))}.unified-rich-text-editor .callout{border-radius:.375rem;padding:1rem;margin:1rem 0;border-left-width:4px}.unified-rich-text-editor .callout-info{background:oklch(var(--in) / .1);border-left-color:oklch(var(--in))}.unified-rich-text-editor .callout-tip{background:oklch(var(--su) / .1);border-left-color:oklch(var(--su))}.unified-rich-text-editor .callout-warning{background:oklch(var(--wa) / .1);border-left-color:oklch(var(--wa))}.unified-rich-text-editor .callout-danger{background:oklch(var(--er) / .1);border-left-color:oklch(var(--er))}.unified-rich-text-editor hr{border:none;border-top:1px solid var(--axo-border, oklch(var(--bc) / .2));margin:1.5rem 0}.unified-rich-text-editor .scribe-variable-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;margin:0 .125rem;background:oklch(var(--p) / .12);border:1px solid oklch(var(--p) / .25);border-radius:.25rem;font-family:var(--axo-font-mono, ui-monospace, monospace);font-size:.8125em;font-weight:var(--axo-weight-medium);color:oklch(var(--p) / .9);user-select:none;cursor:default}.unified-rich-text-editor .scribe-variable-chip:hover{background:oklch(var(--p) / .18);border-color:oklch(var(--p) / .35)}.unified-rich-text-editor .scribe-variable-chip.ProseMirror-selectednode{outline:2px solid oklch(var(--p));outline-offset:1px}.unified-rich-text-editor .hljs-comment,.unified-rich-text-editor .hljs-quote{color:#636363}.unified-rich-text-editor .hljs-keyword,.unified-rich-text-editor .hljs-selector-tag{color:#8d92f9}.unified-rich-text-editor .hljs-string,.unified-rich-text-editor .hljs-doctag{color:#68b457}.unified-rich-text-editor .hljs-number,.unified-rich-text-editor .hljs-literal{color:#e18528}.unified-rich-text-editor .hljs-function,.unified-rich-text-editor .hljs-title{color:oklch(.7 .15 220)}.unified-rich-text-editor .hljs-variable,.unified-rich-text-editor .hljs-attr{color:#ed7665}
