.notebook-text-editor{--notebook-editor-surface: var(--compute-bg, oklch(.975 0 0));--notebook-editor-panel: var(--compute-panel, oklch(1 0 0));--notebook-editor-raised: var(--compute-panel-raised, oklch(.965 0 0));--notebook-editor-line: var(--compute-line, oklch(.78 0 0));--notebook-editor-line-soft: var(--compute-line-soft, oklch(.88 0 0));--notebook-editor-ink: var(--compute-ink, oklch(.18 0 0));--notebook-editor-muted: var(--compute-muted, oklch(.4 0 0));--notebook-editor-faint: var(--compute-faint, oklch(.54 0 0));--notebook-editor-accent: var(--compute-accent, oklch(.2 0 0));--notebook-editor-accent-hover: var(--compute-accent-hover, oklch(.1 0 0));--notebook-editor-accent-ink: var(--compute-accent-ink, oklch(.99 0 0));--notebook-editor-blue: var(--compute-blue, oklch(.32 0 0));min-width:0;overflow:hidden;border:1px solid var(--notebook-editor-line);border-radius:0;background:var(--notebook-editor-panel);color:var(--notebook-editor-ink);font-family:var(--font-sans)}.notebook-text-editor-toolbar{display:flex;min-height:2.35rem;align-items:center;gap:.2rem;padding:.25rem .35rem;border-bottom:1px solid var(--notebook-editor-line-soft);background:var(--notebook-editor-panel)}.notebook-text-editor-format,.notebook-text-editor-source-toggle{display:inline-flex;min-height:1.8rem;align-items:center;justify-content:center;padding:.2rem .48rem;border:1px solid transparent;border-radius:0;background:transparent;color:var(--notebook-editor-muted);font:inherit;font-size:.72rem;font-weight:600;line-height:1;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.notebook-text-editor-format:hover:not(:disabled),.notebook-text-editor-format.is-active,.notebook-text-editor-source-toggle:hover:not(:disabled),.notebook-text-editor-source-toggle.is-active{border-color:var(--notebook-editor-line);background:var(--notebook-editor-raised);color:var(--notebook-editor-ink)}.notebook-text-editor-format:focus-visible,.notebook-text-editor-source-toggle:focus-visible,.notebook-text-editor-warning button:focus-visible,.notebook-text-editor-cancel:focus-visible,.notebook-text-editor-save:focus-visible{outline:2px solid var(--notebook-editor-accent);outline-offset:2px}.notebook-text-editor-format:disabled,.notebook-text-editor-source-toggle:disabled,.notebook-text-editor-warning button:disabled,.notebook-text-editor-cancel:disabled,.notebook-text-editor-save:disabled{cursor:not-allowed;opacity:.5}.notebook-text-editor-toolbar-spacer{flex:1}.notebook-text-editor-mode-label{padding-inline:.35rem;color:var(--notebook-editor-faint);font-size:.7rem;font-weight:600}.notebook-text-editor-warning{display:flex;min-height:2.15rem;align-items:center;gap:.5rem;padding:.45rem .7rem;border-bottom:1px solid var(--notebook-editor-line-soft);background:color-mix(in srgb,var(--compute-warning, #a66b00) 8%,var(--notebook-editor-panel));color:var(--notebook-editor-muted);font-size:.72rem}.notebook-text-editor-warning>span{display:grid;width:1.15rem;height:1.15rem;flex:0 0 auto;place-items:center;border:1px solid var(--compute-warning, #a66b00);border-radius:50%;color:var(--compute-warning, #a66b00);font-size:.68rem;font-weight:700}.notebook-text-editor-warning p{flex:1;margin:0}.notebook-text-editor-warning button{padding:0;border:0;background:transparent;color:var(--notebook-editor-ink);font:inherit;font-size:.7rem;font-weight:600;text-decoration:underline;text-underline-offset:.18em}.notebook-text-editor-surface{padding:0;background:var(--notebook-editor-surface)}.notebook-text-editor-prose{max-width:72ch;min-height:8rem;outline:none;color:var(--notebook-editor-ink);font-size:1rem;line-height:1.75}.notebook-text-editor-prose>:first-child{margin-top:0}.notebook-text-editor-prose>:last-child{margin-bottom:0}.notebook-text-editor-prose p,.notebook-text-editor-prose ul,.notebook-text-editor-prose ol,.notebook-text-editor-prose pre,.notebook-text-editor-prose blockquote{margin:.65rem 0 0}.notebook-text-editor-prose h1,.notebook-text-editor-prose h2,.notebook-text-editor-prose h3{margin:1rem 0 0;color:var(--notebook-editor-ink);font-weight:650;line-height:1.25}.notebook-text-editor-prose h1{font-size:1.35rem}.notebook-text-editor-prose h2{font-size:1.1rem}.notebook-text-editor-prose h3{font-size:.95rem}.notebook-text-editor-prose strong{color:var(--notebook-editor-ink);font-weight:650}.notebook-text-editor-prose em{color:var(--notebook-editor-ink)}.notebook-text-editor-prose a{color:var(--notebook-editor-blue);text-decoration:underline;text-underline-offset:.18em}.notebook-text-editor-prose ul,.notebook-text-editor-prose ol{padding-inline-start:1.45rem}.notebook-text-editor-prose ul[data-type=taskList]{padding-inline-start:0;list-style:none}.notebook-text-editor-prose li[data-type=taskItem]{display:flex;align-items:flex-start;gap:.5rem}.notebook-text-editor-prose li[data-type=taskItem]>label{display:inline-flex;flex:0 0 auto;align-items:center;margin-top:.35rem}.notebook-text-editor-prose li[data-type=taskItem]>label input{width:.95rem;height:.95rem;margin:0;accent-color:var(--notebook-editor-accent)}.notebook-text-editor-prose li[data-type=taskItem]>div{min-width:0;flex:1}.notebook-text-editor-prose li+li{margin-top:.2rem}.notebook-text-editor-prose blockquote{padding-left:.75rem;border-left:2px solid var(--notebook-editor-line);color:var(--notebook-editor-muted)}.notebook-text-editor-prose code{padding:.1em .28em;border-radius:0;background:var(--notebook-editor-raised);color:var(--notebook-editor-ink);font-family:var(--font-mono);font-size:.88em}.notebook-text-editor-prose pre{overflow:auto;padding:.7rem;border:1px solid var(--notebook-editor-line-soft);border-radius:0;background:var(--notebook-editor-raised);color:var(--notebook-editor-ink);font-family:var(--font-mono);font-size:.78rem;line-height:1.55;white-space:pre-wrap}.notebook-text-editor-prose pre code{padding:0;background:transparent}.notebook-text-editor-source{display:block;width:100%;min-height:8rem;resize:none;overflow:hidden;padding:0;border:0;border-radius:0;outline:none;background:var(--notebook-editor-surface);color:var(--notebook-editor-ink);font-family:var(--font-mono);font-size:.78rem;line-height:1.6;tab-size:2}.notebook-text-editor-source:focus{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--notebook-editor-accent) 30%,transparent)}.notebook-text-editor-source:disabled{cursor:not-allowed;opacity:.6}.notebook-text-editor-footer{display:flex;min-height:2.8rem;align-items:center;justify-content:space-between;gap:.75rem;padding:.45rem .7rem;border-top:1px solid var(--notebook-editor-line-soft);background:var(--notebook-editor-panel)}.notebook-text-editor-hint{color:var(--notebook-editor-faint);font-size:.68rem}.notebook-text-editor-actions{display:flex;flex-wrap:wrap;gap:.4rem}.notebook-text-editor-cancel,.notebook-text-editor-save{min-height:1.9rem;padding:.3rem .6rem;border:1px solid var(--notebook-editor-line);border-radius:0;background:transparent;color:var(--notebook-editor-muted);font:inherit;font-size:.72rem;font-weight:600}.notebook-text-editor-cancel:hover:not(:disabled){background:var(--notebook-editor-raised);color:var(--notebook-editor-ink)}.notebook-text-editor-save{border-color:var(--notebook-editor-accent);background:var(--notebook-editor-accent);color:var(--notebook-editor-accent-ink)}.notebook-text-editor-save:hover:not(:disabled){border-color:var(--notebook-editor-accent-hover);background:var(--notebook-editor-accent-hover)}@media(max-width:36rem){.notebook-text-editor-toolbar{flex-wrap:wrap}.notebook-text-editor-toolbar-spacer{display:none}.notebook-text-editor-source-toggle{margin-left:auto}.notebook-text-editor-footer{align-items:flex-start;flex-direction:column}.notebook-text-editor-actions{width:100%;justify-content:flex-end}}@media(prefers-reduced-motion:reduce){.notebook-text-editor-format,.notebook-text-editor-source-toggle{transition:none}}.notebook-text-editor-prose{font-family:var(--font-sans);font-weight:400}
