.surface-editor{--auvy-editor-fg:var(--text-primary,var(--ink,#18181b));--auvy-editor-heading:var(--text-primary,var(--ink,#18181b));--auvy-editor-muted:var(--text-secondary,var(--ink-2,#52525b));--auvy-editor-placeholder:var(--text-tertiary,var(--ink-3,#71717a));--auvy-editor-caret:var(--ink,#17181b);--auvy-editor-local-caret:var(--auvy-editor-caret);--auvy-editor-accent:var(--ink,#17181b);--auvy-editor-panel:#fff;--auvy-editor-elevated:#fff;--auvy-editor-line:#ececee;--auvy-editor-shadow:none;--auvy-editor-radius:4px;--auvy-editor-font:var(--font-ui,ui-sans-serif, system-ui, sans-serif);--auvy-editor-mono:var(--font-data,ui-monospace, SFMono-Regular, Menlo, monospace);width:100%;min-width:0;height:100%;min-height:0;color:var(--auvy-editor-fg);background:0 0;flex-direction:column;flex:1;display:flex;position:relative}.surface-editor__chrome{border-bottom:1px solid var(--auvy-editor-line);background:var(--auvy-editor-elevated);flex-shrink:0;justify-content:space-between;align-items:center;gap:.85rem;padding:.5rem 1.15rem;display:flex}.surface-editor__chrome-label{font-family:var(--auvy-editor-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--auvy-editor-muted);font-size:.62rem;font-weight:650}.surface-editor__chrome-meta{font-family:var(--auvy-editor-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--auvy-editor-muted);font-size:.58rem;font-weight:550}.surface-editor__toolbar{border-bottom:1px solid var(--auvy-editor-line);background:var(--os-paper,#fff);scrollbar-width:none;flex-shrink:0;align-items:center;gap:2px;min-height:2.5rem;padding:.3rem .625rem;display:flex;overflow-x:auto}.surface-editor__toolbar::-webkit-scrollbar{display:none}.surface-editor__toolbar .surface-editor__menu-cluster{flex-shrink:0;align-items:center;gap:2px;display:inline-flex}.surface-editor__toolbar .surface-editor__menu-sep{background:var(--auvy-editor-line);align-self:center;width:1px;height:1.1rem;margin:0 .4rem}.surface-editor__toolbar button{appearance:none;border-radius:var(--au-r-control,3px);min-width:1.75rem;height:1.75rem;color:var(--os-muted,var(--auvy-editor-muted));cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0 .3rem;transition:background-color .15s ease-out,color .15s ease-out;display:inline-flex}.surface-editor__toolbar button svg{display:block}.surface-editor__toolbar-letter{letter-spacing:-.02em;font-size:.72rem;font-weight:650;line-height:1}.surface-editor__toolbar-letter--italic{font-style:italic;font-weight:560}.surface-editor__toolbar-letter--underline{text-underline-offset:.12em;text-decoration:underline}.surface-editor__toolbar-letter--strike{text-decoration:line-through}.surface-editor__toolbar button:hover{background:var(--os-select-wash,#17181b09);color:var(--auvy-editor-fg)}.surface-editor__toolbar button.is-active{background:var(--os-select-bg,#f0f0f1);color:var(--auvy-editor-fg)}.surface-editor__toolbar button:focus-visible{outline:2px solid var(--os-focus-ring,#5b1a2e);outline-offset:-1px}@media (prefers-reduced-motion:reduce){.surface-editor__toolbar button{transition:none}}.surface-word-doc .surface-editor__toolbar{z-index:4;position:sticky;top:0}.surface-editor__stage{flex-direction:column;flex:1;width:100%;min-width:0;height:100%;min-height:0;display:flex;position:relative}.surface-editor__host{flex:1;width:100%;min-width:0;height:100%;min-height:0;padding:1rem 1.15rem 1.75rem;overflow:auto}.surface-editor[data-compact="1"] .surface-editor__host{padding:.55rem .7rem .7rem}.surface-editor__host .ProseMirror,.surface-editor__host>.surface-editor-prose{width:100%;max-width:none;min-height:calc(100% - 1rem);caret-color:var(--auvy-editor-local-caret,var(--auvy-editor-caret));outline:none;margin:0;padding:0}.surface-editor[data-compact="1"] .surface-editor__host .ProseMirror,.surface-editor[data-compact="1"] .surface-editor__host>.surface-editor-prose{font-size:.8125rem;line-height:1.5}.surface-editor__host .ProseMirror:focus-visible{outline:none}.surface-editor__host .ProseMirror{caret-color:var(--auvy-editor-local-caret,var(--auvy-editor-caret))}.surface-editor__host .ProseMirror ::selection{background:color-mix(in srgb, var(--auvy-editor-fg) 12%, transparent);color:inherit}.surface-editor-prose{color:var(--auvy-editor-fg);font-family:var(--auvy-editor-font);font-size:var(--t-body,.875rem);letter-spacing:-.011em;font-feature-settings:"kern" on;line-height:1.65}.surface-editor-prose>*+*{margin-top:.32em}.surface-editor-prose>*{border-radius:var(--auvy-editor-radius);position:relative}.surface-editor-prose h1,.surface-editor-prose h2,.surface-editor-prose h3,.surface-editor-prose h4,.surface-editor-prose h5,.surface-editor-prose h6{letter-spacing:-.03em;color:var(--auvy-editor-heading);font-weight:640;line-height:1.22}.surface-editor-prose h1{font-size:var(--t-xl,1.25rem);margin-top:1.5em;margin-bottom:.4em;font-weight:650}.surface-editor-prose h1:first-child{margin-top:.1em}.surface-editor-prose h2{font-size:var(--t-heading,1rem);margin-top:1.35em;margin-bottom:.28em}.surface-editor-prose h3{font-size:var(--t-body,.875rem);color:color-mix(in srgb, var(--auvy-editor-heading) 92%, var(--auvy-editor-muted));margin-top:1.15em;margin-bottom:.2em;font-weight:600}.surface-editor-prose h4{margin-top:1.05em;margin-bottom:.18em;font-size:1em}.surface-editor-prose h5,.surface-editor-prose h6{font-size:var(--t-meta,.75rem);letter-spacing:var(--track-ui,-.011em);text-transform:none;color:var(--auvy-editor-muted);margin-top:1em;margin-bottom:.16em;font-weight:600}.surface-editor-prose p{margin:0}.surface-editor-prose p.is-empty:before,.surface-editor-prose .is-empty:before,.surface-editor-prose .is-editor-empty p.is-empty:first-child:before{color:var(--auvy-editor-placeholder);content:attr(data-placeholder);float:left;pointer-events:none;height:0;font-weight:450}.surface-editor-prose ul,.surface-editor-prose ol{margin:.45em 0;padding-left:1.4em}.surface-editor-prose ul{list-style:outside}.surface-editor-prose ul ul{list-style:circle}.surface-editor-prose ul ul ul{list-style:square}.surface-editor-prose ol{list-style:decimal}.surface-editor-prose ol ol{list-style:lower-alpha}.surface-editor-prose li{padding-left:.15em}.surface-editor-prose li+li{margin-top:.28em}.surface-editor-prose li::marker{color:var(--auvy-editor-muted)}.surface-editor-prose li>ul,.surface-editor-prose li>ol{margin:.28em 0 0}.surface-editor-prose li>p{margin:0}.surface-editor-prose ul[data-loose]>li+li{margin-top:.6em}.surface-editor-prose blockquote{border-left:2px solid var(--os-ink,var(--auvy-editor-fg));color:var(--auvy-editor-muted);margin:1em 0;padding:.15em 0 .15em 1em;font-size:1.02em}.surface-editor-prose blockquote p{font-style:italic}.surface-editor-prose code{background:color-mix(in srgb, var(--auvy-editor-fg) 5%, transparent);border:1px solid color-mix(in srgb, var(--auvy-editor-line) 90%, transparent);font-family:var(--font-data,var(--auvy-editor-mono));letter-spacing:-.02em;border-radius:3px;padding:.12em .38em;font-size:.86em}.surface-editor-prose pre,.surface-editor-prose pre.surface-editor-code{border:1px solid var(--auvy-editor-line,#ececee);box-shadow:none;background:#fff;border-radius:4px;margin:1.1em 0;padding:0;overflow:hidden}.surface-editor-prose pre[data-language]:before{content:attr(data-language);border-bottom:1px solid var(--auvy-editor-line,#ececee);min-height:30px;font-family:var(--font-data,ui-monospace, SFMono-Regular, Menlo, monospace);letter-spacing:.08em;text-transform:uppercase;color:#71717a;background:#fff;padding:0 .85rem;font-size:11px;font-weight:650;line-height:30px;display:block}.surface-editor-prose pre code{font-family:var(--font-data,var(--auvy-editor-mono));background:0 0;border:0;padding:.85rem 1rem 1rem;font-size:13px;line-height:1.55;display:block;overflow-x:auto}.surface-editor-prose a{color:var(--auvy-editor-accent);text-underline-offset:.18em;text-decoration:none;text-decoration-thickness:1px;transition:color .12s}.surface-editor-prose a:hover,.surface-editor-prose a:focus-visible{color:color-mix(in srgb, var(--auvy-editor-accent) 82%, var(--auvy-editor-fg));text-decoration:underline}.surface-chip{border:1px solid color-mix(in srgb, var(--auvy-editor-accent) 28%, var(--auvy-editor-line));background:color-mix(in srgb, var(--auvy-editor-accent) 8%, transparent);max-width:16rem;color:var(--auvy-editor-fg);font-family:var(--auvy-editor-mono);letter-spacing:.02em;vertical-align:baseline;white-space:nowrap;text-overflow:ellipsis;cursor:default;border-radius:2px;align-items:center;gap:.28rem;margin:0 .08em;padding:.08rem .42rem .08rem .32rem;font-size:.78em;font-weight:650;line-height:1.35;display:inline-flex;overflow:hidden;text-decoration:none!important}a.surface-chip{cursor:pointer}a.surface-chip:hover,a.surface-chip:focus-visible{background:color-mix(in srgb, var(--auvy-editor-accent) 14%, transparent);border-color:color-mix(in srgb, var(--auvy-editor-accent) 45%, var(--auvy-editor-line));color:var(--auvy-editor-fg);text-decoration:none!important}.surface-chip__icon{opacity:.72;flex-shrink:0;font-size:.85em}.surface-chip__label{text-overflow:ellipsis;min-width:0;overflow:hidden}.surface-chip--cite,.surface-chip--resource,.surface-chip--file{vertical-align:super;background:color-mix(in srgb, var(--auvy-editor-fg) 5%, transparent);border-color:var(--auvy-editor-line);font-variant-numeric:tabular-nums;max-width:12rem;padding:.02rem .28rem;font-size:.72em;font-weight:700;overflow:visible}.surface-chip--cite{max-width:6rem}.surface-chip--cite .surface-chip__icon,.surface-chip--resource .surface-chip__icon,.surface-chip--file .surface-chip__icon{display:none}.surface-chip[data-cite-hover="1"]{background:color-mix(in srgb, var(--auvy-editor-fg) 10%, transparent);border-color:color-mix(in srgb, var(--auvy-editor-accent) 40%, var(--auvy-editor-line))}.surface-chip-hover{pointer-events:auto;max-width:min(22rem,100vw - 1.5rem)}.surface-chip-hover__card{border:1px solid var(--os-rule,#ececee);background:var(--os-paper,#fff);max-width:20rem;color:var(--ink,#17181b);font-family:var(--font-ui,ui-sans-serif, system-ui, sans-serif);border-radius:4px;padding:.65rem .75rem;font-size:.8125rem;line-height:1.35;box-shadow:0 8px 28px #17181b1f}.surface-chip-hover__head{align-items:flex-start;gap:.45rem;margin-bottom:.4rem;display:flex}.surface-chip-hover__mark{font-variant-numeric:tabular-nums;font-weight:700;font-family:var(--font-data,ui-monospace, SFMono-Regular, Menlo, monospace);opacity:.75;flex:none;font-size:.7rem}.surface-chip-hover__titles{flex-direction:column;gap:.1rem;min-width:0;display:flex}.surface-chip-hover__title{font-weight:600}.surface-chip-hover__meta{opacity:.65;font-variant-numeric:tabular-nums;font-size:.7rem}.surface-chip-hover__passage{border-left:2px solid color-mix(in srgb, currentColor 28%, transparent);opacity:.88;white-space:pre-wrap;-webkit-line-clamp:6;-webkit-box-orient:vertical;max-height:9em;margin:0;padding:.35rem .5rem;font-size:.75rem;display:-webkit-box;overflow:hidden}.surface-chip-hover__empty{opacity:.6;margin:0;font-size:.75rem;font-style:italic}.surface-chip-hover__hint{opacity:.55;margin-top:.45rem;font-size:.7rem}.surface-chip-hover__card[data-missing="1"] .surface-chip-hover__title{opacity:.7}.surface-chip-hover__card[data-loading="1"]{opacity:.92}.surface-chip--custom{background:color-mix(in srgb, var(--auvy-editor-fg) 4%, transparent);border-color:var(--auvy-editor-line)}.surface-editor-prose hr{background:linear-gradient(90deg, transparent, var(--auvy-editor-line) 12%, var(--auvy-editor-line) 88%, transparent);border:0;height:1px;margin:1.65em 0}.surface-editor-prose ul[data-type=taskList],.surface-editor-prose .surface-editor-task-list{margin:.55em 0;padding-left:.05em;list-style:none}.surface-editor-prose ul[data-type=taskList] li,.surface-editor-prose .surface-editor-task-item{border-radius:var(--auvy-editor-radius);align-items:flex-start;gap:.6rem;padding:.12em .2em;display:flex}.surface-editor-prose ul[data-type=taskList] li:hover{background:color-mix(in srgb, var(--auvy-editor-fg) 3%, transparent)}.surface-editor-prose ul[data-type=taskList] li>label{flex-shrink:0;margin-top:.32em}.surface-editor-prose ul[data-type=taskList] li>div{flex:1;min-width:0}.surface-editor-prose ul[data-type=taskList] input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--auvy-editor-accent);cursor:pointer;border-radius:var(--auvy-editor-radius)}.surface-editor-prose ul[data-type=taskList] li[data-checked=true]>div{color:var(--auvy-editor-muted);text-decoration:line-through;-webkit-text-decoration-color:color-mix(in srgb, var(--auvy-editor-fg) 28%, transparent);text-decoration-color:color-mix(in srgb, var(--auvy-editor-fg) 28%, transparent)}.surface-editor-callout,.surface-editor-prose aside[data-surface-callout]{border-radius:var(--auvy-editor-radius);border:1px solid var(--auvy-editor-line);border-left:2px solid var(--os-ink,var(--auvy-editor-fg));background:var(--auvy-editor-elevated);box-shadow:none;margin:1.05em 0;padding:.95em 1.05em .95em 1.15em}.surface-editor-callout[data-variant=info],.surface-editor-prose aside[data-surface-callout][data-variant=info]{border-left-color:var(--auvy-editor-accent);background:color-mix(in srgb, var(--auvy-editor-accent) 4%, var(--auvy-editor-elevated))}.surface-editor-callout[data-variant=warn],.surface-editor-prose aside[data-surface-callout][data-variant=warn]{border-color:var(--auvy-editor-line);border-left-color:var(--signal,#a16207);background:color-mix(in srgb, var(--signal,#a16207) 6%, var(--auvy-editor-elevated))}.surface-editor-callout[data-variant=tip],.surface-editor-prose aside[data-surface-callout][data-variant=tip]{border-color:var(--auvy-editor-line);border-left-color:var(--ok,#15803d);background:color-mix(in srgb, var(--ok,#15803d) 6%, var(--auvy-editor-elevated))}.surface-editor-prose mark{background:color-mix(in srgb, var(--auvy-editor-accent) 10%, transparent);color:inherit;border-radius:var(--auvy-editor-radius);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:.06em .22em}.surface-editor-prose img.surface-editor-image,.surface-editor-prose .surface-editor-image{border-radius:var(--auvy-editor-radius);border:1px solid var(--auvy-editor-line);max-width:100%;box-shadow:none;margin:1em 0}.surface-editor-prose u{-webkit-text-decoration-color:color-mix(in srgb, var(--auvy-editor-fg) 45%, transparent);text-decoration-color:color-mix(in srgb, var(--auvy-editor-fg) 45%, transparent);text-underline-offset:.2em;text-decoration-thickness:1px}.surface-editor-slash__group{font-size:var(--t-micro,.6875rem);letter-spacing:var(--track-ui,-.011em);text-transform:none;color:var(--auvy-editor-placeholder);padding:.4rem .6rem .2rem;font-weight:500}.surface-editor__bubble,.surface-editor__floating{border-radius:var(--au-r-surface,12px);border:1px solid var(--auvy-editor-line);box-shadow:none;z-index:20;-webkit-backdrop-filter:none;background:#fff;align-items:center;gap:1px;width:max-content;padding:3px;display:none;position:absolute}.surface-editor__bubble[style*="visibility: visible"],.surface-editor__floating[style*="visibility: visible"]{display:flex;transform:translateY(0)}.surface-editor__menu-cluster{align-items:center;gap:.1rem;display:inline-flex}.surface-editor__menu-sep{background:var(--auvy-editor-line);flex-shrink:0;align-self:stretch;width:1px;margin:.18rem .14rem}.surface-editor__floating:before{content:"+";width:var(--ctl-h-sm,24px);height:var(--ctl-h-sm,24px);border-radius:var(--au-r-control,3px);font-size:var(--t-control,.8125rem);color:var(--auvy-editor-muted);border:1px solid var(--auvy-editor-line);pointer-events:none;background:0 0;justify-content:center;align-items:center;margin:0 1px 0 0;font-weight:500;line-height:1;display:inline-flex}.surface-editor__bubble button,.surface-editor__floating button{appearance:none;border-radius:var(--au-r-control,3px);color:var(--auvy-editor-fg);font-family:inherit;font-size:var(--t-meta,.75rem);letter-spacing:var(--track-ui,-.011em);min-width:var(--ctl-h-sm,24px);min-height:var(--ctl-h-sm,24px);height:var(--ctl-h-sm,24px);cursor:pointer;background:0 0;border:0;padding:0 .45rem;font-weight:500}.surface-editor__bubble button[data-action=bold]{font-weight:700}.surface-editor__bubble button[data-action=italic]{font-style:italic;font-weight:500}.surface-editor__bubble button[data-action=underline]{text-underline-offset:.12em;text-decoration:underline}.surface-editor__bubble button[data-action=strike]{opacity:.92;text-decoration:line-through}.surface-editor__bubble button[data-action=code]{font-family:var(--auvy-editor-mono);font-size:var(--t-meta,.75rem);letter-spacing:-.02em}.surface-editor__bubble button:hover,.surface-editor__floating button:hover{background:color-mix(in srgb, var(--auvy-editor-fg) 4%, transparent)}.surface-editor__bubble button.is-active,.surface-editor__floating button.is-active{background:color-mix(in srgb, var(--filament,#d41445) 10%, #fff);color:var(--auvy-editor-fg);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--filament,#d41445) 42%, #fff)}.surface-editor__bubble button:focus-visible,.surface-editor__floating button:focus-visible{outline:2px solid var(--filament,#d41445);outline-offset:-1px}.surface-editor-slash{z-index:40;border-radius:var(--au-r-surface,12px);border:1px solid var(--auvy-editor-line);min-width:17.5rem;max-width:22rem;max-height:min(24rem,72vh);box-shadow:none;-webkit-backdrop-filter:none;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--auvy-editor-fg) 18%, transparent) transparent;background:#fff;padding:4px;position:fixed;overflow-y:auto}@keyframes surface-editor-slash-in{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.surface-editor-slash__item{text-align:left;border-radius:var(--au-r-control,3px);width:100%;color:var(--auvy-editor-fg);cursor:pointer;background:0 0;border:0;flex-direction:column;gap:.14rem;padding:.45rem .6rem;display:flex}.surface-editor-slash__item strong{font-size:var(--t-control,.8125rem);letter-spacing:var(--track-ui,-.011em);font-weight:600}.surface-editor-slash__item span{font-size:var(--t-meta,.75rem);color:var(--auvy-editor-muted);line-height:1.35}.surface-editor-slash__item.is-selected,.surface-editor-slash__item:hover{background:color-mix(in srgb, var(--filament,#d41445) 8%, #fff)}.collaboration-carets__caret{border-left:1.5px solid var(--peer-color,var(--auvy-editor-caret));pointer-events:none;word-break:normal;margin-left:-1px;margin-right:-1px;position:relative}.collaboration-carets__label{font-family:var(--font-mono,ui-monospace, monospace);letter-spacing:.06em;text-transform:uppercase;background:var(--peer-color,var(--auvy-editor-caret));color:#fff;white-space:nowrap;-webkit-user-select:none;user-select:none;opacity:.92;box-shadow:none;border-radius:2px;padding:.18rem .38rem;font-size:.58rem;font-weight:650;line-height:1;animation:.18s collaboration-carets-label-in;position:absolute;top:-1.55em;left:-1px}@keyframes collaboration-carets-label-in{0%{opacity:0;transform:translateY(2px)}to{opacity:.92;transform:translateY(0)}}.collaboration-carets__selection,.ProseMirror-yjs-selection{border-radius:1px}:root[data-theme=dark] .surface-editor,[data-theme=dark] .surface-editor{--auvy-editor-fg:#fafafa;--auvy-editor-heading:#fafafa;--auvy-editor-muted:#c4c4cc;--auvy-editor-placeholder:#8b8b96;--auvy-editor-panel:#0a0a0c;--auvy-editor-elevated:#121214;--auvy-editor-line:#fafafa1a}.surface-editor-prose table,.surface-editor-prose .surface-editor-table{border-collapse:collapse;border-radius:var(--auvy-editor-radius);border:1px solid var(--auvy-editor-line);background:var(--auvy-editor-panel);width:100%;max-width:100%;margin:1.1em 0;font-size:.9em;line-height:1.45;overflow:hidden}.surface-editor-prose .tableWrapper{overscroll-behavior-x:contain;margin:1.1em 0;overflow-x:auto}.surface-editor-prose .tableWrapper table{margin:0}.surface-editor-prose th,.surface-editor-prose td{border:0;border-bottom:1px solid var(--auvy-editor-line);vertical-align:top;min-width:4.5rem;padding:.7rem .95rem}.surface-editor-prose tbody tr:last-child th,.surface-editor-prose tbody tr:last-child td{border-bottom:0}.surface-editor-prose th{letter-spacing:.02em;text-transform:none;color:var(--auvy-editor-muted);background:color-mix(in srgb, var(--auvy-editor-fg) 3.5%, transparent);text-align:left;font-size:.78em;font-weight:600}.surface-editor-prose td{color:var(--auvy-editor-fg)}.surface-editor-prose tbody tr:hover td{background:color-mix(in srgb, var(--auvy-editor-fg) 2%, transparent)}.surface-editor:focus-within .ProseMirror th:not(:last-child),.surface-editor:focus-within .ProseMirror td:not(:last-child){border-right:1px solid color-mix(in srgb, var(--auvy-editor-line) 70%, transparent)}.surface-editor-prose .selectedCell{background:color-mix(in srgb, var(--auvy-editor-accent) 8%, transparent)}.surface-editor-prose .column-resize-handle{background:var(--auvy-editor-accent);pointer-events:none;width:2px;position:absolute;top:0;bottom:0;right:-1px}.surface-editor-fence,.surface-editor-prose [data-surface-fence]{border-radius:var(--auvy-editor-radius);border:1px solid var(--auvy-editor-line);background:var(--auvy-editor-elevated);margin:1rem 0;overflow:hidden}.surface-editor-fence__mount{min-height:2.5rem}.surface-editor-fence__fallback{flex-direction:column;gap:.35rem;padding:.85rem 1rem;display:flex}.surface-editor-fence__eyebrow{font-family:var(--auvy-editor-mono);font-size:var(--t-micro,.64rem);letter-spacing:.08em;text-transform:uppercase;color:var(--auvy-editor-muted);font-weight:650}.surface-editor-fence__fallback strong{color:var(--auvy-editor-heading);font-size:.95rem}.surface-editor-fence__fallback code{color:var(--auvy-editor-muted);font-size:.72rem}.surface-markdown-live,.surface-markdown-live-error{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.surface-markdown-live-error__banner{border:1px solid var(--auvy-editor-line,#ececee);background:var(--auvy-editor-elevated,#fff);border-radius:4px;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin:.5rem .75rem .75rem;padding:.65rem .85rem;display:flex}.surface-markdown-live-error__banner p{color:var(--auvy-editor-heading,#111);margin:0;font-size:.8125rem}.surface-markdown-live-error__retry{border:1px solid var(--auvy-editor-line,#ececee);height:24px;color:var(--auvy-editor-heading,#111);cursor:pointer;background:#fff;border-radius:3px;padding:0 .65rem;font-size:.75rem}.surface-editor-mermaid,.surface-editor-prose [data-surface-mermaid]{border:1px solid var(--auvy-editor-line,#ececee);background:var(--auvy-editor-panel,#fff);box-shadow:none;border-radius:4px;margin:1.25rem 0;overflow:hidden}.surface-editor-mermaid[data-mermaid-mode=paint]:not(:has(.surface-editor-mermaid__svg svg)):not(:has(.surface-editor-mermaid__error)){display:none}.surface-editor-mermaid[data-mermaid-mode=editor]:not(.is-editing):not(:has(.surface-editor-mermaid__svg svg)):not(:has(.surface-editor-mermaid__error)){display:none}.surface-editor-mermaid__bar{border-bottom:1px solid var(--auvy-editor-line,#ececee);background:#fff;justify-content:space-between;align-items:center;gap:.75rem;min-height:30px;padding:0 .85rem;display:flex}.surface-editor-mermaid__caption,.surface-editor-math__caption{font-family:var(--auvy-editor-font);font-size:var(--t-meta,.75rem);letter-spacing:var(--track-ui,-.011em);text-transform:none;color:var(--auvy-editor-muted);font-weight:500}.surface-editor-mermaid__toggle,.surface-editor-math__toggle{border:1px solid var(--auvy-editor-line,#ececee);min-height:24px;color:var(--auvy-editor-fg);cursor:pointer;background:#fff;border-radius:3px;margin:0;padding:0 .55rem;font-size:12px;font-weight:600;line-height:22px}.surface-editor-mermaid__toggle:hover,.surface-editor-math__toggle:hover{background:color-mix(in srgb, var(--auvy-editor-fg) 4%, #fff)}.surface-editor-mermaid__stage{background:#fff;justify-content:center;align-items:center;min-height:0;padding:1.1rem 1.15rem 1.2rem;display:flex;overflow:auto}.surface-editor-mermaid.is-editing .surface-editor-mermaid__stage:empty{display:none}.surface-editor-mermaid.is-editing .surface-editor-mermaid__stage:has(.surface-editor-mermaid__placeholder){display:none}.surface-editor-mermaid__svg{justify-content:center;width:100%;display:flex}.surface-editor-mermaid__svg svg{max-width:100%;height:auto;margin-inline:auto;display:block}.surface-editor-mermaid__svg .node rect,.surface-editor-mermaid__svg .node circle,.surface-editor-mermaid__svg .node ellipse,.surface-editor-mermaid__svg .node polygon,.surface-editor-mermaid__svg .node path{stroke-width:1.25px}.surface-editor-mermaid__svg .edgePath .path,.surface-editor-mermaid__svg .flowchart-link,.surface-editor-mermaid__svg .flowchart-link path{stroke-width:1.4px}.surface-editor-mermaid__placeholder{color:var(--auvy-editor-placeholder);margin:0;font-size:.88rem}.surface-editor-mermaid__pending{background:color-mix(in srgb, var(--auvy-editor-fg) 8%, #f6f6f7);border-radius:4px;width:42%;max-width:16rem;height:.45rem}.surface-editor-mermaid__source{border:0;border-top:1px solid var(--auvy-editor-line,#ececee);width:100%;min-height:7rem;color:var(--auvy-editor-fg);font-family:var(--font-data,var(--auvy-editor-mono));resize:vertical;background:#f6f6f7;margin:0;padding:.85rem 1rem 1rem;font-size:13px;line-height:1.5;display:block}.surface-editor-mermaid:not(.is-editing) .surface-editor-mermaid__source{display:none}.surface-editor-mermaid__error{color:var(--auvy-editor-muted);margin:0;padding:.55rem 1rem .75rem;font-size:.78rem;line-height:1.4}.surface-editor-mermaid__fallback{display:none}.surface-editor-math--inline,.surface-editor-prose .tiptap-mathematics-render[data-type=inline-math]{vertical-align:baseline;cursor:text;border-radius:3px;align-items:baseline;max-width:100%;margin:0 .12em;padding:.04em .28em .08em;display:inline-flex}.surface-editor-prose .tiptap-mathematics-render--editable[data-type=inline-math]:hover,.surface-editor-math--inline.is-selected{background:color-mix(in srgb, var(--auvy-editor-fg) 5%, transparent)}.surface-editor-math--block,.surface-editor-prose .tiptap-mathematics-render[data-type=block-math]{border:1px solid var(--auvy-editor-line,#ececee);background:var(--auvy-editor-panel,#fff);border-radius:4px;margin:1.25rem 0;padding:0;overflow:hidden}.surface-editor-math--block.is-selected,.surface-editor-math--block:focus-within{border-color:color-mix(in srgb, var(--auvy-editor-fg) 22%, var(--auvy-editor-line,#ececee))}.surface-editor-math__bar{border-bottom:1px solid var(--auvy-editor-line,#ececee);background:#fff;justify-content:space-between;align-items:center;gap:.75rem;min-height:30px;margin:0;padding:0 .85rem;display:flex}.surface-editor-math__display{justify-content:center;align-items:center;min-height:0;padding:1.1rem 1.15rem 1.2rem;display:flex;overflow-x:auto}.surface-editor-prose .katex-display{margin:0;overflow:auto hidden}.surface-editor-prose .katex{color:var(--auvy-editor-fg);font-size:1.14em}.surface-editor-math--block .katex,.surface-editor-math--block .katex-display{font-size:1.42em}.surface-editor-math__field{border:0;border-top:1px solid var(--auvy-editor-line,#ececee);width:100%;color:var(--auvy-editor-fg);font-family:var(--auvy-editor-mono);resize:vertical;background:#f6f6f7;border-radius:0;margin:0;padding:.75rem 1rem .95rem;font-size:.82rem;line-height:1.5;display:none}.surface-editor-math.is-editing .surface-editor-math__field{display:block}.surface-editor-math--inline.is-editing .surface-editor-math__field{border:1px solid var(--auvy-editor-line,#ececee);vertical-align:baseline;border-radius:3px;width:min(22rem,70vw);margin:0 0 0 .25rem;padding:.12rem .4rem;display:inline-block}.surface-editor-math.is-math-error,.surface-editor-prose .block-math-error,.surface-editor-prose .inline-math-error{color:var(--auvy-editor-muted);font-family:var(--auvy-editor-mono);font-size:.86em}
