.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{color:#fff;white-space:normal;background-color:#333;border-radius:4px;outline:0;font-size:14px;line-height:1.4;transition-property:transform,visibility,opacity;position:relative}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-width:8px 8px 0;border-top-color:initial;transform-origin:top;bottom:-7px;left:0}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-width:0 8px 8px;border-bottom-color:initial;transform-origin:bottom;top:-7px;left:0}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:0;right:-7px}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:100%;left:-7px}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;width:16px;height:16px}.tippy-arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.tippy-content{z-index:1;padding:5px 9px;position:relative}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translate(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translate(-10px)}.prose-editor{--prose-font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--prose-mono-font:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace;--prose-radius:.375rem;font-family:var(--prose-font-family)}.prose-editor-content{outline:none}.prose-editor-content h1{letter-spacing:-.025em;margin-top:2rem;margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:2.25rem}.prose-editor-content h2{letter-spacing:-.02em;margin-top:1.75rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:2rem}.prose-editor-content h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:600;line-height:1.75rem}.prose-editor-content h4{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600;line-height:1.75rem}.prose-editor-content p{margin-top:.5rem;margin-bottom:.5rem;line-height:1.75}.prose-editor-content p.is-empty:first-child:before{content:attr(data-placeholder);color:var(--muted-foreground,#a1a1aa);float:left;pointer-events:none;height:0}.prose-editor-content a{color:var(--primary,#3b82f6);text-underline-offset:2px;text-decoration:underline;transition:opacity .15s}.prose-editor-content a:hover{opacity:.8}.prose-editor-content ul,.prose-editor-content ol{margin-top:.5rem;margin-bottom:.5rem;padding-inline-start:1.5rem}.prose-editor-content ul{list-style-type:disc}.prose-editor-content ol{list-style-type:decimal}.prose-editor-content li{margin-top:.25rem;margin-bottom:.25rem}.prose-editor-content li>p{margin:0}.prose-editor-content li::marker{color:var(--muted-foreground,#a1a1aa)}.prose-editor-content ul[data-type=taskList]{padding-inline-start:0;list-style:none}.prose-editor-content ul[data-type=taskList] li{align-items:flex-start;gap:.5rem;display:flex}.prose-editor-content ul[data-type=taskList] li>label{-webkit-user-select:none;user-select:none;flex:none;margin-top:.125rem}.prose-editor-content ul[data-type=taskList] li>label input[type=checkbox]{cursor:pointer;width:1rem;height:1rem;accent-color:var(--primary,#3b82f6);border-radius:.25rem}.prose-editor-content ul[data-type=taskList] li>div{flex:1}.prose-editor-content blockquote{border-inline-start:3px solid var(--border,#e5e5e5);color:var(--muted-foreground,#71717a);margin:1rem 0;padding-inline-start:1rem;font-style:italic}.prose-editor-content hr{border:none;border-top:1px solid var(--border,#e5e5e5);margin:1.5rem 0}.prose-editor-content code{font-family:var(--prose-mono-font);background-color:var(--muted,#f4f4f5);border-radius:.25rem;padding:.125rem .375rem;font-size:.875em}.prose-editor-content pre{background-color:var(--muted,#18181b);color:var(--muted-foreground,#e4e4e7);border-radius:var(--prose-radius);margin:1rem 0;padding:1rem;font-size:.875rem;line-height:1.5;overflow-x:auto}.prose-editor-content pre code{font-size:inherit;color:inherit;background:0 0;padding:0}.prose-editor-content .code-block-wrapper{border-radius:var(--prose-radius);border:1px solid var(--border,#27272a);margin:1rem 0;overflow:hidden}.prose-editor-content .code-block-header{background:var(--muted,#27272a);border-bottom:1px solid var(--border,#3f3f46);font-family:var(--prose-mono-font);color:var(--muted-foreground,#a1a1aa);justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.75rem;display:flex}.prose-editor-content .code-block-wrapper pre{border:none;border-radius:0;margin:0}.prose-editor-content img{border-radius:var(--prose-radius);max-width:100%;height:auto;margin:1rem 0}.prose-editor-content figure{margin:1.5rem 0}.prose-editor-content figcaption{text-align:center;color:var(--muted-foreground,#71717a);margin-top:.5rem;font-size:.875rem}.prose-editor-content .image-left{float:left;margin-inline-end:1rem;max-width:50%;margin-bottom:.5rem}.prose-editor-content .image-right{float:right;margin-inline-start:1rem;max-width:50%;margin-bottom:.5rem}.prose-editor-content .image-center{margin-inline:auto;display:block}.prose-editor-content table{border-collapse:collapse;width:100%;margin:1rem 0}.prose-editor-content th,.prose-editor-content td{border:1px solid var(--border,#e5e5e5);text-align:start;padding:.5rem .75rem}.prose-editor-content th{background-color:var(--muted,#f4f4f5);font-weight:600}.prose-editor-content tr:nth-child(2n){background-color:var(--muted,#fafafa)}.prose-editor-content .selectedCell:after{content:"";background:var(--primary,#3b82f6);opacity:.15;pointer-events:none;position:absolute;inset:0}.prose-editor-content .callout{border-radius:var(--prose-radius);border:1px solid;gap:.75rem;margin:1rem 0;padding:1rem;display:flex}.prose-editor-content .callout-icon{flex-shrink:0;font-size:1.25rem;line-height:1.5}.prose-editor-content .callout-content{flex:1;min-width:0}.prose-editor-content .callout-info{background-color:#eff6ff;border-color:#bfdbfe}.prose-editor-content .callout-warning{background-color:#fefce8;border-color:#fef08a}.prose-editor-content .callout-success{background-color:#f0fdf4;border-color:#bbf7d0}.prose-editor-content .callout-error{background-color:#fef2f2;border-color:#fecaca}@media (prefers-color-scheme:dark){.prose-editor-content .callout-info{background-color:#1e3a5f;border-color:#2563eb}.prose-editor-content .callout-warning{background-color:#422006;border-color:#ca8a04}.prose-editor-content .callout-success{background-color:#14532d;border-color:#22c55e}.prose-editor-content .callout-error{background-color:#450a0a;border-color:#dc2626}}.prose-editor-content .toggle{border:1px solid var(--border,#e5e5e5);border-radius:var(--prose-radius);margin:1rem 0}.prose-editor-content .toggle-summary{cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;display:flex}.prose-editor-content .toggle-summary:before{content:"▶";font-size:.75rem;transition:transform .2s}.prose-editor-content .toggle[data-open=true] .toggle-summary:before{transform:rotate(90deg)}.prose-editor-content .toggle-content{padding:0 1rem 1rem;display:none}.prose-editor-content .toggle[data-open=true] .toggle-content{display:block}.prose-editor-content details{border:1px solid var(--border,#e5e5e5);border-radius:var(--prose-radius);margin:.5rem 0}.prose-editor-content summary{cursor:pointer;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;list-style:none;display:flex}.prose-editor-content summary:before{content:"▶";font-size:.75rem;transition:transform .2s}.prose-editor-content details[open] summary:before{transform:rotate(90deg)}.prose-editor-content details>div{padding:0 1rem 1rem}.prose-editor-content .bookmark{border:1px solid var(--border,#e5e5e5);border-radius:var(--prose-radius);color:inherit;margin:1rem 0;text-decoration:none;transition:background-color .15s;display:flex;overflow:hidden}.prose-editor-content .bookmark:hover{background-color:var(--muted,#f4f4f5)}.prose-editor-content .bookmark-content{flex:1;min-width:0;padding:1rem}.prose-editor-content .bookmark-title{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-weight:600;overflow:hidden}.prose-editor-content .bookmark-description{color:var(--muted-foreground,#71717a);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;display:-webkit-box;overflow:hidden}.prose-editor-content .bookmark-url{color:var(--muted-foreground,#a1a1aa);margin-top:.5rem;font-size:.75rem}.prose-editor-content .bookmark-image{object-fit:cover;flex-shrink:0;width:200px}.prose-editor-content .video-embed{border-radius:var(--prose-radius);background:var(--muted,#18181b);margin:1rem 0;padding-bottom:56.25%;position:relative;overflow:hidden}.prose-editor-content .video-embed iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.prose-editor-content .columns{gap:1rem;margin:1rem 0;display:flex}.prose-editor-content .column{flex:1;min-width:0}.prose-editor-content .table-of-contents{background:var(--muted,#f4f4f5);border-radius:var(--prose-radius);margin:1rem 0;padding:1rem}.prose-editor-content .table-of-contents-title{margin-bottom:.75rem;font-weight:600}.prose-editor-content .table-of-contents a{color:var(--muted-foreground,#71717a);padding:.25rem 0;text-decoration:none;display:block}.prose-editor-content .table-of-contents a:hover{color:var(--foreground,#18181b)}.prose-editor-content mark{background-color:#fef08a;border-radius:.125rem;padding:.125rem 0}.prose-editor-content [style*="text-align: center"]{text-align:center}.prose-editor-content [style*="text-align: right"]{text-align:right}.prose-editor-content [style*="text-align: justify"]{text-align:justify}.prose-editor-content ::selection{background-color:var(--primary,#3b82f6);color:#fff}.prose-editor-content [data-drag-handle]{cursor:grab;opacity:0;color:var(--muted-foreground,#a1a1aa);inset-inline-start:-1.5rem;transition:opacity .15s;position:absolute;top:.25rem}.prose-editor-content [data-drag-handle]:hover{color:var(--foreground,#18181b)}.prose-editor-content>:hover>[data-drag-handle]{opacity:1}.slash-menu,.bubble-toolbar{z-index:50}.prose-editor-content:focus{outline:none}@media (max-width:640px){.prose-editor-content h1{font-size:1.5rem}.prose-editor-content h2{font-size:1.25rem}.prose-editor-content h3{font-size:1.125rem}.prose-editor-content .columns,.prose-editor-content .bookmark{flex-direction:column}.prose-editor-content .bookmark-image{width:100%;height:150px}}
