:root{--nph-z: 9999}.nph-editor,.ProseMirror.nph-editor{min-height:240px;line-height:1.65;color:inherit;caret-color:currentColor;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-break:break-word}.nph-editor>*:first-child,.ProseMirror.nph-editor>*:first-child{margin-top:0}.nph-editor>*:last-child,.ProseMirror.nph-editor>*:last-child{margin-bottom:0}.nph-editor p,.ProseMirror.nph-editor p{margin:.75em 0}.nph-editor h1,.nph-editor h2,.nph-editor h3,.nph-editor h4,.nph-editor h5,.nph-editor h6,.ProseMirror.nph-editor h1,.ProseMirror.nph-editor h2,.ProseMirror.nph-editor h3,.ProseMirror.nph-editor h4,.ProseMirror.nph-editor h5,.ProseMirror.nph-editor h6{line-height:1.2;font-weight:700;margin-top:2.5rem;margin-bottom:.75rem;text-wrap:pretty}.nph-editor h1,.nph-editor h2,.ProseMirror.nph-editor h1,.ProseMirror.nph-editor h2{margin-top:3rem;margin-bottom:1rem}.nph-editor h1,.ProseMirror.nph-editor h1{font-size:1.5rem}.nph-editor h2,.ProseMirror.nph-editor h2{font-size:1.25rem}.nph-editor h3,.ProseMirror.nph-editor h3{font-size:1.125rem}.nph-editor h4,.nph-editor h5,.nph-editor h6,.ProseMirror.nph-editor h4,.ProseMirror.nph-editor h5,.ProseMirror.nph-editor h6{font-size:1rem}.nph-editor ul,.nph-editor ol,.ProseMirror.nph-editor ul,.ProseMirror.nph-editor ol{padding-left:1.25rem;margin:1.25rem 1rem 1.25rem .4rem}.nph-editor ul,.ProseMirror.nph-editor ul{list-style:disc outside}.nph-editor ul ul,.ProseMirror.nph-editor ul ul{list-style:circle outside}.nph-editor ul ul ul,.ProseMirror.nph-editor ul ul ul{list-style:square outside}.nph-editor ol,.ProseMirror.nph-editor ol{list-style:decimal outside}.nph-editor li p,.ProseMirror.nph-editor li p{margin-top:.25em;margin-bottom:.25em}.nph-editor blockquote,.ProseMirror.nph-editor blockquote{border-left:3px solid var(--border, rgba(0, 0, 0, .12));margin:1.5rem 0;padding-left:1rem;color:var(--muted-foreground, #6b7280)}.nph-editor code,.ProseMirror.nph-editor code{background-color:var(--muted, rgba(127, 127, 127, .12));border-radius:.375rem;color:inherit;font-size:.875em;padding:.15em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.nph-editor pre,.ProseMirror.nph-editor pre{background:var(--muted, #f4f4f5);border-radius:.5rem;color:var(--foreground, #111827);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;margin:1.5rem 0;padding:.75rem 1rem;overflow-x:auto}.nph-editor pre code,.ProseMirror.nph-editor pre code{background:none;color:inherit;font-size:.85em;padding:0}.nph-editor pre code.hljs,.ProseMirror.nph-editor pre code.hljs{display:block;background:none;padding:0}.nph-editor hr,.ProseMirror.nph-editor hr{border:none;border-top:1px solid var(--border, rgba(0, 0, 0, .12));margin:2rem 0}.nph-editor a,.ProseMirror.nph-editor a{color:var(--primary, #2563eb);text-decoration:underline;text-underline-offset:2px}.nph-editor table,.ProseMirror.nph-editor table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;margin:0;border-radius:.5rem;overflow:hidden;border:1px solid var(--border, rgba(0, 0, 0, .12))}.nph-editor th,.nph-editor td,.ProseMirror.nph-editor th,.ProseMirror.nph-editor td{border-right:1px solid var(--border, rgba(0, 0, 0, .12));border-bottom:1px solid var(--border, rgba(0, 0, 0, .12));padding:.5rem .75rem;vertical-align:top;min-width:100px}.nph-editor th:last-child,.nph-editor td:last-child,.ProseMirror.nph-editor th:last-child,.ProseMirror.nph-editor td:last-child{border-right:none}.nph-editor tr:last-child th,.nph-editor tr:last-child td,.ProseMirror.nph-editor tr:last-child th,.ProseMirror.nph-editor tr:last-child td{border-bottom:none}.nph-editor th,.ProseMirror.nph-editor th{background:var(--muted, #f4f4f5);font-weight:600}.nph-editor .tableWrapper,.ProseMirror.nph-editor .tableWrapper{overflow-x:auto;margin:1.25rem 0}.nph-editor .selectedCell:after,.ProseMirror.nph-editor .selectedCell:after{content:"";position:absolute;inset:0;background:#3b82f61a;pointer-events:none;z-index:1}.nph-editor td.selectedCell,.nph-editor th.selectedCell,.ProseMirror.nph-editor td.selectedCell,.ProseMirror.nph-editor th.selectedCell{position:relative}.nph-editor .column-resize-handle,.ProseMirror.nph-editor .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:var(--primary, #3b82f6);pointer-events:none;z-index:2}.nph-editor.resize-cursor,.ProseMirror.nph-editor.resize-cursor{cursor:col-resize}.nph-table-grip{display:flex;align-items:center;justify-content:center;border:none;border-radius:.375rem;background:var(--muted, rgba(127, 127, 127, .12));color:var(--muted-foreground, #6b7280);cursor:pointer;opacity:0;transition:opacity .15s ease,background-color .15s ease;z-index:50;padding:0;pointer-events:none}.nph-table-grip.nph-table-grip--visible{opacity:.6;pointer-events:auto}.nph-table-grip.nph-table-grip--visible:hover{opacity:1;background:var(--accent, rgba(127, 127, 127, .2));color:var(--foreground, #111827)}.nph-table-grip--delete{gap:4px;font-size:12px;color:var(--destructive, #ef4444);background:transparent}.nph-table-grip--delete.nph-table-grip--visible{opacity:.4}.nph-table-grip--delete.nph-table-grip--visible:hover{opacity:1;color:var(--destructive, #ef4444);background:#ef444414}.nph-table-dropdown{background-color:var(--background, #ffffff);color:var(--foreground, #111827);border:1px solid var(--border, rgba(0, 0, 0, .08));border-radius:.7rem;box-shadow:var(--shadow, 0 4px 16px rgba(0, 0, 0, .12));padding:.25rem;min-width:180px;z-index:100;overflow:hidden}.nph-table-dropdown__item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.375rem .625rem;border:none;border-radius:.375rem;background:none;color:inherit;font-size:.8125rem;cursor:pointer;text-align:left}.nph-table-dropdown__item:hover{background-color:var(--muted, rgba(127, 127, 127, .12))}.nph-table-dropdown__item--destructive{color:var(--destructive, #ef4444)}.nph-table-dropdown__item--destructive:hover{background-color:#ef444414}.nph-table-dropdown__separator{height:1px;background:var(--border, rgba(0, 0, 0, .08));margin:.25rem .375rem}.nph-table-grip--dragging{opacity:1!important;background:var(--primary, #2563eb)!important;color:#fff!important}.nph-table-drop-indicator{background:var(--primary, #2563eb);border-radius:1px;z-index:9999;pointer-events:none}@media(prefers-color-scheme:dark){.nph-table-dropdown{background-color:var(--background, #1f2937);border-color:var(--border, rgba(255, 255, 255, .1));box-shadow:0 4px 16px #0000004d}.nph-table-grip{background:var(--muted, rgba(255, 255, 255, .1));color:var(--muted-foreground, #9ca3af)}.nph-table-grip:hover{background:var(--accent, rgba(255, 255, 255, .18));color:var(--foreground, #f3f4f6)}}.nph-editor ul[data-type=taskList],.ProseMirror.nph-editor ul[data-type=taskList]{list-style:none;padding-left:0}.nph-editor ul[data-type=taskList] li,.ProseMirror.nph-editor ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5rem}.nph-editor ul[data-type=taskList] li>label,.ProseMirror.nph-editor ul[data-type=taskList] li>label{margin-right:.5rem;-webkit-user-select:none;user-select:none}.nph-editor ul[data-type=taskList] li input[type=checkbox],.ProseMirror.nph-editor ul[data-type=taskList] li input[type=checkbox]{margin:.25rem .5rem 0 0}.nph-editor .ProseMirror-gapcursor,.ProseMirror.nph-editor .ProseMirror-gapcursor{display:none}.nph-editor .ProseMirror-selectednode,.ProseMirror.nph-editor .ProseMirror-selectednode{outline:2px solid var(--ring, rgba(59, 130, 246, .5));outline-offset:2px;border-radius:12px}.nph-editor p.is-editor-empty:first-child:before,.ProseMirror.nph-editor p.is-editor-empty:first-child:before{color:var(--muted-foreground, #6b7280);content:attr(data-placeholder);float:left;height:0;pointer-events:none}.bubble-menu{background-color:var(--background, #ffffff);color:var(--foreground, #111827);border:1px solid var(--border, rgba(0, 0, 0, .08));border-radius:.7rem;box-shadow:var(--shadow, 0 4px 16px rgba(0, 0, 0, .08));display:flex;align-items:center;gap:.25rem;padding:.25rem;font-size:.875rem;max-width:calc(100vw - 16px);overflow:visible;position:relative;z-index:var(--nph-z)!important}.nph-bubble-separator{width:1px;height:18px;background:var(--border, rgba(0, 0, 0, .12));margin:0 2px;flex-shrink:0}[data-tippy-root],.tippy-box{z-index:var(--nph-z)!important}.nph-dropdown{position:relative}.nph-dropdown__panel{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:11rem;z-index:calc(var(--nph-z) + 1)!important}.nph-command{background-color:var(--background, #ffffff);color:var(--foreground, #111827);border:1px solid var(--border, rgba(0, 0, 0, .08));border-radius:.7rem;box-shadow:var(--shadow, 0 4px 16px rgba(0, 0, 0, .08));padding:.25rem;overflow:hidden}.nph-command__list{list-style:none;margin:0;padding:.125rem;display:flex;flex-direction:column;gap:.125rem;max-height:320px;overflow:auto;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent}.nph-command__list::-webkit-scrollbar{width:6px;height:6px;background:transparent}.nph-command__list::-webkit-scrollbar-track{background:transparent}.nph-command__list::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:9999px}.nph-command__list:hover::-webkit-scrollbar-thumb{background-color:#d1d5db}@media(prefers-color-scheme:dark){.nph-command__list{scrollbar-color:#4b5563 transparent}.nph-command__list::-webkit-scrollbar-thumb{background-color:#4b5563}.nph-command__list:hover::-webkit-scrollbar-thumb{background-color:#6b7280}}.nph-command__group-header{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground, #6b7280);padding:.5rem .5rem .25rem;margin-top:.25rem}.nph-command__group-header:first-child{margin-top:0}.nph-command__item{display:flex;align-items:center;gap:.5rem;border-radius:.375rem;padding:.375rem .5rem;cursor:pointer}.nph-command__item-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:.375rem;flex-shrink:0;background-color:var(--muted, rgba(127, 127, 127, .1));color:var(--foreground, #111827)}.nph-command__item-content{display:flex;flex-direction:column;gap:0;min-width:0}.nph-command__item-title{font-size:.8125rem;font-weight:500;line-height:1.3}.nph-command__item-description{font-size:.6875rem;color:var(--muted-foreground, #6b7280);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nph-command__item:hover{background-color:var(--muted, rgba(127, 127, 127, .12))}.nph-command__item.is-active,.nph-command__item[aria-selected=true]{background-color:var(--accent, rgba(0, 0, 0, .08))}@media(prefers-color-scheme:dark){.nph-command__item.is-active,.nph-command__item[aria-selected=true]{background-color:var(--accent, rgba(255, 255, 255, .14))}}.nph-btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;outline:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:transparent;color:inherit;border:none}.nph-btn:focus-visible{outline:2px solid var(--ring, rgba(59, 130, 246, .5));outline-offset:2px}.nph-btn:disabled{pointer-events:none;opacity:.5}.nph-btn-ghost{background:transparent}.nph-btn-ghost:hover{background-color:var(--muted, rgba(127, 127, 127, .12))}.nph-btn-sm{height:2.25rem;padding:0 .75rem}.nph-btn-xs{height:1.75rem;padding:0 .5rem;font-size:.8125rem}.nph-btn-icon{width:1.75rem;min-width:1.75rem;padding-left:0;padding-right:0}.bubble-menu button{background:transparent;color:inherit;border:none;border-radius:.5rem;padding:.25rem .4rem;cursor:pointer}.bubble-menu button:hover{background-color:var(--muted, rgba(127, 127, 127, .12))}.bubble-menu button.is-active,.bubble-menu button[aria-pressed=true],.nph-btn.is-active,.nph-btn[aria-pressed=true]{background-color:var(--accent, rgba(0, 0, 0, .08));color:inherit}.bubble-menu button.is-active:hover,.bubble-menu button[aria-pressed=true]:hover,.nph-btn.is-active:hover,.nph-btn[aria-pressed=true]:hover{background-color:var(--accent-hover, rgba(0, 0, 0, .12))}.nph-input{width:100%;border:1px solid var(--border, rgba(127, 127, 127, .3));background:var(--background, transparent);color:inherit;border-radius:.375rem}.nph-link-popover{display:flex;align-items:center;gap:6px;background:var(--background, #fff);color:inherit;border:1px solid var(--border, rgba(127, 127, 127, .3));border-radius:.7rem;box-shadow:var(--shadow, 0 4px 16px rgba(0, 0, 0, .08));padding:6px 8px}.nph-link-popover__input{appearance:none;border:none;background:transparent;color:inherit;outline:none;min-width:200px;font-size:14px}.nph-link-popover__divider{width:1px;height:18px;background:var(--border, rgba(127, 127, 127, .3));margin:0 2px}@media(prefers-color-scheme:dark){.nph-link-popover{background:var(--background, #111);border-color:var(--border, rgba(255, 255, 255, .16));box-shadow:var(--shadow, 0 8px 24px rgba(0, 0, 0, .4))}.nph-link-popover__divider{background:var(--border, rgba(255, 255, 255, .16))}}@media(prefers-color-scheme:dark){.bubble-menu button.is-active,.bubble-menu button[aria-pressed=true]{background-color:var(--accent, rgba(255, 255, 255, .14))}.bubble-menu button.is-active:hover,.bubble-menu button[aria-pressed=true]:hover{background-color:var(--accent-hover, rgba(255, 255, 255, .18))}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nph-editor .node-imageBlock.ProseMirror-selectednode,.nph-editor .node-videoBlock.ProseMirror-selectednode{outline:none}.nph-editor .node-imageBlock>[data-node-view-wrapper],.nph-editor .node-videoBlock>[data-node-view-wrapper]{line-height:0;font-size:0}.nph-editor .node-imageBlock.ProseMirror-selectednode>[data-node-view-wrapper],.nph-editor .node-videoBlock.ProseMirror-selectednode>[data-node-view-wrapper]{outline:2px solid var(--border, #e5e7eb);outline-offset:2px;border-radius:12px}.nph-image-block{display:block;vertical-align:bottom;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid var(--border, #e5e7eb);width:100%;height:auto;cursor:pointer;transition:box-shadow .2s ease}.nph-image-block:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.nph-image-block-loading{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--border, #e5e7eb);background-color:var(--muted, #f9fafb)}.nph-image-block-loading__overlay{position:absolute;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6}.nph-image-block-loading__content{display:flex;flex-direction:column;align-items:center;gap:8px}.nph-image-block-loading__spinner{animation:spin 1s linear infinite;color:var(--muted-foreground, #6b7280)}.nph-image-block-loading__text{font-size:12px;font-weight:500;color:var(--muted-foreground, #6b7280);margin:0}.nph-image-block-loading__placeholder{height:192px;width:100%;background-color:var(--muted, #f3f4f6);border-radius:8px}.nph-image-uploader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 32px;border-radius:12px;background-color:transparent!important;border:2px dashed var(--border, #e5e7eb);cursor:pointer;transition:background-color .2s,border-color .2s;width:100%;box-sizing:border-box}.nph-image-uploader--dragging{background-color:var(--muted, rgba(0, 0, 0, .05));border-color:var(--muted-foreground, #6b7280)}.nph-image-uploader__icon{margin-bottom:16px;color:var(--muted-foreground, #6b7280)}.nph-image-uploader__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.nph-image-uploader__text{font-size:14px;font-weight:500;text-align:center;color:var(--muted-foreground, #6b7280)}.nph-image-uploader__button{display:flex;align-items:center;gap:8px}.nph-image-uploader__input{width:0;height:0;overflow:hidden;opacity:0;position:absolute}.nph-image-block-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px;border-radius:12px;border:1.5px dashed var(--border, #e5e7eb);background:var(--muted, rgba(0, 0, 0, .02));color:var(--muted-foreground, #6b7280);font-size:13px;cursor:pointer;aspect-ratio:16 / 9}.dark .nph-image-block-error{border-color:var(--border, #374151);background:var(--muted, rgba(255, 255, 255, .03));color:var(--muted-foreground, #9ca3af)}.nph-image-uploader--browse-only{padding:0;border:1.5px dashed var(--border, #e5e7eb);border-radius:12px;background:var(--muted, rgba(0, 0, 0, .02));transition:all .2s ease;aspect-ratio:16 / 9}.nph-image-uploader--browse-only:hover{border-color:var(--muted-foreground, #9ca3af);background:var(--muted, rgba(0, 0, 0, .04))}.nph-image-uploader__browse-cta{display:flex;flex-direction:column;align-items:center;gap:12px}.nph-image-uploader__browse-icon-wrapper{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;background:var(--muted, rgba(0, 0, 0, .06));color:var(--muted-foreground, #6b7280);flex-shrink:0;transition:all .2s ease}.nph-image-uploader--browse-only:hover .nph-image-uploader__browse-icon-wrapper{background:var(--muted, rgba(0, 0, 0, .1));color:var(--foreground, #374151)}.nph-image-uploader__browse-text{display:flex;flex-direction:column;align-items:center;gap:4px}.nph-image-uploader__browse-title{display:block;font-size:14px;font-weight:600;color:var(--foreground, #111827);line-height:1.4}.nph-image-uploader__browse-subtitle{display:block;font-size:12px;color:var(--muted-foreground, #6b7280);line-height:1.4}@media(prefers-color-scheme:dark){.nph-image-block{border-color:var(--border, #374151);box-shadow:0 1px 3px #0000004d,0 1px 2px -1px #0000004d}.nph-image-block:hover{box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0006}.nph-image-block-loading{border-color:var(--border, #374151);background-color:var(--muted, #1f2937)}.nph-image-block-loading__overlay{background-color:#000c}.nph-image-block-loading__spinner,.nph-image-block-loading__text{color:var(--muted-foreground, #9ca3af)}.nph-image-block-loading__placeholder{background-color:var(--muted, #374151)}.nph-image-uploader{border-color:var(--border, #374151)}.nph-image-uploader--dragging{background-color:var(--muted, rgba(255, 255, 255, .05));border-color:var(--border, #6b7280)}.nph-image-uploader__icon,.nph-image-uploader__text{color:var(--muted-foreground, #9ca3af)}.nph-image-uploader--browse-only{border-color:var(--border, #374151);background:var(--muted, rgba(255, 255, 255, .03))}.nph-image-uploader--browse-only:hover{border-color:var(--muted-foreground, #6b7280);background:var(--muted, rgba(255, 255, 255, .05))}.nph-image-uploader__browse-icon-wrapper{background:var(--muted, rgba(255, 255, 255, .08));color:var(--muted-foreground, #9ca3af)}.nph-image-uploader--browse-only:hover .nph-image-uploader__browse-icon-wrapper{background:var(--muted, rgba(255, 255, 255, .12));color:var(--foreground, #e5e7eb)}.nph-image-uploader__browse-title{color:var(--foreground, #f3f4f6)}}.dark .nph-image-block{border-color:var(--border, #374151);box-shadow:0 1px 3px #0000004d,0 1px 2px -1px #0000004d}.dark .nph-image-block:hover{box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0006}.dark .nph-image-block-loading{border-color:var(--border, #374151);background-color:var(--muted, #1f2937)}.dark .nph-image-block-loading__overlay{background-color:#000c}.dark .nph-image-block-loading__spinner,.dark .nph-image-block-loading__text{color:var(--muted-foreground, #9ca3af)}.dark .nph-image-block-loading__placeholder{background-color:var(--muted, #374151)}.dark .nph-image-uploader{border-color:var(--border, #374151)}.dark .nph-image-uploader--dragging{background-color:var(--muted, rgba(255, 255, 255, .05));border-color:var(--border, #6b7280)}.dark .nph-image-uploader__icon,.dark .nph-image-uploader__text{color:var(--muted-foreground, #9ca3af)}.dark .nph-image-uploader--browse-only{border-color:var(--border, #374151);background:var(--muted, rgba(255, 255, 255, .03))}.dark .nph-image-uploader--browse-only:hover{border-color:var(--muted-foreground, #6b7280);background:var(--muted, rgba(255, 255, 255, .05))}.dark .nph-image-uploader__browse-icon-wrapper{background:var(--muted, rgba(255, 255, 255, .08));color:var(--muted-foreground, #9ca3af)}.dark .nph-image-uploader--browse-only:hover .nph-image-uploader__browse-icon-wrapper{background:var(--muted, rgba(255, 255, 255, .12));color:var(--foreground, #e5e7eb)}.dark .nph-image-uploader__browse-title{color:var(--foreground, #f3f4f6)}.nph-video-block{position:relative;width:100%;padding-bottom:56.25%;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid var(--border, #e5e7eb);cursor:pointer;background-color:#000;transition:box-shadow .2s ease}.nph-video-block:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.nph-video-block__iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.nph-video-block__overlay{position:absolute;inset:0;cursor:pointer}.nph-video-block-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px;border-radius:12px;border:1.5px dashed var(--border, #e5e7eb);background:var(--muted, rgba(0, 0, 0, .02));color:var(--muted-foreground, #6b7280);font-size:13px;cursor:pointer;aspect-ratio:16 / 9}.nph-video-block-error__url{font-size:11px;opacity:.6;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark .nph-video-block-error{border-color:var(--border, #374151);background:var(--muted, rgba(255, 255, 255, .03));color:var(--muted-foreground, #9ca3af)}.nph-video-input{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;border-radius:8px;border:2px dashed var(--border, #e5e7eb);background-color:transparent;gap:12px}.nph-video-input__icon{color:var(--muted-foreground, #6b7280)}.nph-video-input__content{display:flex;align-items:center;gap:8px;width:100%;max-width:480px}.nph-video-input__field{flex:1;padding:10px 14px;font-size:14px;line-height:1.4;border:1px solid var(--border, #e5e7eb);border-radius:8px;outline:none;background:transparent;color:inherit}.nph-video-input__field:focus{border-color:var(--ring, #3b82f6);box-shadow:0 0 0 2px #3b82f626}.nph-video-input__button{padding:10px 20px;font-size:14px;font-weight:500;line-height:1.4;border:1px solid var(--border, #e5e7eb);border-radius:8px;background:var(--primary, #111827);color:var(--primary-foreground, #fff);cursor:pointer;white-space:nowrap}.nph-video-input__button:disabled{opacity:.5;cursor:not-allowed}.nph-video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:16 / 9;border-radius:12px;border:2px dashed var(--border, #e5e7eb);background:var(--muted, rgba(0, 0, 0, .02));cursor:pointer;transition:border-color .2s ease,background .2s ease;gap:12px}.nph-video-placeholder:hover{border-color:var(--muted-foreground, #9ca3af);background:var(--muted, rgba(0, 0, 0, .04))}.nph-video-placeholder__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:var(--muted, rgba(0, 0, 0, .06));color:var(--muted-foreground, #6b7280)}.nph-video-placeholder__text{display:flex;flex-direction:column;align-items:center;gap:2px}.nph-video-placeholder__title{display:block;font-size:14px;font-weight:600;color:var(--foreground, #111827)}.nph-video-placeholder__subtitle{display:block;font-size:13px;color:var(--muted-foreground, #6b7280)}.nph-video-placeholder__input{display:flex;align-items:center;gap:8px;width:100%;max-width:420px;margin-top:4px}@media(prefers-color-scheme:dark){.nph-video-block{border-color:var(--border, #374151);box-shadow:0 1px 3px #0000004d,0 1px 2px -1px #0000004d}.nph-video-block:hover{box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0006}.nph-video-input{border-color:var(--border, #374151)}.nph-video-input__icon{color:var(--muted-foreground, #9ca3af)}.nph-video-input__field{border-color:var(--border, #374151)}}.dark .nph-video-block{border-color:var(--border, #374151);box-shadow:0 1px 3px #0000004d,0 1px 2px -1px #0000004d}.dark .nph-video-block:hover{box-shadow:0 4px 6px -1px #0006,0 2px 4px -2px #0006}.dark .nph-video-input{border-color:var(--border, #374151)}.dark .nph-video-input__icon{color:var(--muted-foreground, #9ca3af)}.dark .nph-video-input__field{border-color:var(--border, #374151)}.dark .nph-video-placeholder{border-color:var(--border, #374151);background:var(--muted, rgba(255, 255, 255, .03))}.dark .nph-video-placeholder:hover{border-color:var(--muted-foreground, #6b7280);background:var(--muted, rgba(255, 255, 255, .05))}.dark .nph-video-placeholder__icon{background:var(--muted, rgba(255, 255, 255, .06));color:var(--muted-foreground, #9ca3af)}.dark .nph-video-placeholder__title{color:var(--foreground, #f9fafb)}.dark .nph-video-placeholder__subtitle{color:var(--muted-foreground, #9ca3af)}.nph-drag-handle{display:flex;align-items:center;gap:1px;opacity:0;transition:opacity .15s ease;cursor:grab;margin-right:12px}.nph-drag-handle:hover,.nph-drag-handle.visible{opacity:1}.nph-drag-handle__btn{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;border-radius:4px;background:transparent;color:var(--muted-foreground, #9ca3af);cursor:pointer;padding:0;transition:background-color .15s,color .15s}.nph-drag-handle__btn:hover{background-color:var(--muted, rgba(127, 127, 127, .12));color:var(--foreground, #111827)}.nph-drag-handle__grip{cursor:grab}.nph-drag-handle__grip:active{cursor:grabbing}.nph-block-action-menu{min-width:180px}.nph-resize-wrapper{position:relative;display:block;width:100%}.nph-resize-handle{position:absolute;top:50%;width:6px;height:48px;max-height:50%;transform:translateY(-50%);background:var(--primary, #3b82f6);border-radius:3px;opacity:0;cursor:col-resize;transition:opacity .15s;z-index:5}.nph-resize-wrapper:hover .nph-resize-handle,.nph-resize-wrapper--active .nph-resize-handle{opacity:1}.nph-resize-handle--left{left:4px}.nph-resize-handle--right{right:4px}.nph-toc{display:flex;flex-direction:column;gap:1px;font-size:.8125rem}.nph-toc__item{display:block;width:100%;text-align:left;background:none;border:none;border-radius:4px;padding:4px 8px;color:var(--muted-foreground, #6b7280);cursor:pointer;font-size:inherit;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .15s,color .15s}.nph-toc__item:hover{background-color:var(--muted, rgba(127, 127, 127, .12));color:var(--foreground, #111827)}.nph-toc__item--active{color:var(--foreground, #111827);font-weight:500;background-color:var(--accent, rgba(0, 0, 0, .05))}.nph-collab-caret{position:relative;border-left:2px solid;margin-left:-1px;margin-right:-1px;pointer-events:none;word-break:normal}.nph-collab-caret__label{position:absolute;top:-1.4em;left:-1px;font-size:.6875rem;font-weight:600;line-height:1;color:#fff;padding:1px 4px 2px;border-radius:3px 3px 3px 0;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}.nph-collab-selection{pointer-events:none}.nph-editor .mention,.ProseMirror.nph-editor .mention{display:inline-flex;align-items:center;gap:.25rem;background-color:#3b82f61a;color:#3b82f6;padding:.125rem .375rem;border-radius:9999px;font-size:.875rem;font-weight:500;vertical-align:middle;text-decoration:none;cursor:pointer;transition:background-color .15s}.nph-editor .mention:hover,.ProseMirror.nph-editor .mention:hover{background-color:#3b82f626}.dark .nph-editor .mention,.dark .ProseMirror.nph-editor .mention{background-color:#3b82f633;color:#60a5fa}.dark .nph-editor .mention:hover,.dark .ProseMirror.nph-editor .mention:hover{background-color:#3b82f64d}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}
