.notebook-scroll{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,currentColor 22%,transparent) transparent}.notebook-scroll::-webkit-scrollbar{width:.25rem;height:.25rem}.notebook-scroll::-webkit-scrollbar-track{background-color:transparent}.notebook-scroll::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,currentColor 22%,transparent);border-radius:9999px}.notebook-scroll::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb,currentColor 38%,transparent)}.notebook-card-enter{animation:chat-message-enter .2s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion:reduce){.notebook-card-enter{animation:none}}@keyframes notebook-chip-enter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.notebook-chip-enter{animation:notebook-chip-enter .12s ease-out both}@media (prefers-reduced-motion:reduce){.notebook-chip-enter{animation:none}}@keyframes notebook-detail-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.notebook-detail-enter{animation:notebook-detail-enter .16s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion:reduce){.notebook-detail-enter{animation:none}}.notebook-editor .ProseMirror{min-height:5rem;padding:.5rem .75rem;outline:none;line-height:1.625;white-space:pre-wrap;word-break:break-word}.notebook-editor .ProseMirror>*+*{margin-top:.5rem}.notebook-editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;height:0;pointer-events:none;color:hsl(var(--muted-foreground))}.notebook-editor .ProseMirror h1,.notebook-editor .ProseMirror h2{font-weight:600}.notebook-editor .ProseMirror h3,.notebook-editor .ProseMirror h4,.notebook-editor .ProseMirror h5,.notebook-editor .ProseMirror h6{font-weight:500}.notebook-editor .ProseMirror ul{list-style:disc;padding-left:1.25rem}.notebook-editor .ProseMirror ol{list-style:decimal;padding-left:1.25rem}.notebook-editor .ProseMirror li+li{margin-top:.25rem}.notebook-editor .ProseMirror blockquote{border-left:2px solid hsl(var(--border));padding-left:.75rem;color:hsl(var(--muted-foreground))}.notebook-editor .ProseMirror code{border-radius:3px;background:hsl(var(--muted));padding:.125rem .25rem;font-family:var(--font-mono,ui-monospace,monospace);font-size:12px}.notebook-editor .ProseMirror pre{overflow-x:auto;border-radius:.375rem;background:hsl(var(--muted));padding:.625rem}.notebook-editor .ProseMirror pre code{display:block;background:none;padding:0;white-space:pre}.notebook-editor .ProseMirror hr{border-color:hsl(var(--border))}.notebook-editor .ProseMirror a{color:hsl(var(--primary));font-weight:500;text-decoration:underline;text-underline-offset:2px}.notebook-composer-dock .ProseMirror{min-height:2rem;max-height:11rem;overflow-y:auto;padding:.75rem 1.25rem .25rem;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,currentColor 22%,transparent) transparent}.notebook-composer-dock .ProseMirror::-webkit-scrollbar{width:.25rem}.notebook-composer-dock .ProseMirror::-webkit-scrollbar-track{background-color:transparent}.notebook-composer-dock .ProseMirror::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,currentColor 22%,transparent);border-radius:9999px}@keyframes notebook-composer-unfurl{0%{opacity:.6;transform:translateY(4px) scale(.985);clip-path:inset(58% 0 0 74% round 9999px)}to{opacity:1;transform:none;clip-path:inset(0 0 0 0 round 1.5rem)}}.notebook-composer-unfurl{transform-origin:bottom right;animation:notebook-composer-unfurl .24s cubic-bezier(.22,1,.36,1) backwards}@keyframes notebook-composer-reveal{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.notebook-composer-reveal{animation:notebook-composer-reveal .2s cubic-bezier(.22,1,.36,1) 90ms both}@keyframes notebook-reply-pill-enter{0%{opacity:0;transform:translateY(6px) scale(.94)}to{opacity:1;transform:none}}.notebook-reply-pill{transform-origin:bottom right;animation:notebook-reply-pill-enter .2s cubic-bezier(.22,1,.36,1) backwards}@media (prefers-reduced-motion:reduce){.notebook-composer-reveal,.notebook-composer-unfurl,.notebook-reply-pill{animation:none}}@supports (container-type:inline-size){.notebook-detail-scroll{container-type:inline-size}.notebook-detail-scroll .notebook-bleed{--notebook-bleed-gutter:0.25rem;--notebook-bleed-inset:calc(var(--notebook-bleed-gutter) * 2);--notebook-bleed-shift:2.25rem;--notebook-bleed-width:min(100cqw - var(--notebook-bleed-inset),60rem);width:var(--notebook-bleed-width);margin-inline:calc(50% + (var(--notebook-bleed-shift) / 2) - (var(--notebook-bleed-width) / 2));max-width:none}@media (min-width:640px){.notebook-detail-scroll .notebook-bleed{--notebook-bleed-gutter:1rem}}}.notebook-mermaid svg{display:block;margin-inline:auto;max-width:100%;height:auto}.notebook-quote-fade{-webkit-mask-image:linear-gradient(180deg,#000 55%,transparent);mask-image:linear-gradient(180deg,#000 55%,transparent)}