.collaborative-editor{display:flex;flex-direction:column;height:100%;width:100%;background:var(--bg-secondary, #1a1a1a);color:var(--text-primary, #e0e0e0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.collaborative-editor--loading,.collaborative-editor--error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.collaborative-editor__spinner{width:32px;height:32px;border:3px solid var(--border-color, #333);border-top-color:var(--v2-primary, #3b82f6);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.collaborative-editor__error-icon{font-size:48px}.collaborative-editor__download-btn{margin-top:8px;padding:8px 16px;background:var(--v2-primary, #3b82f6);color:#fff;text-decoration:none;border-radius:6px;font-size:14px;transition:background .2s}.collaborative-editor__download-btn:hover{background:var(--v2-primary-hover, #2563eb)}.collaborative-editor__header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--bg-tertiary, #252525);border-bottom:1px solid var(--border-color, #333);flex-shrink:0}.collaborative-editor__toolbar{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.collaborative-editor__toolbar-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:4px;color:var(--text-secondary, #888);cursor:pointer;font-size:16px;transition:all .15s}.collaborative-editor__toolbar-btn:hover{background:var(--bg-hover, #333);color:var(--text-primary, #e0e0e0)}.collaborative-editor__toolbar-btn--active{background:var(--v2-primary, #3b82f6);color:#fff}.collaborative-editor__toolbar-btn:disabled{opacity:.4;cursor:not-allowed}.collaborative-editor__toolbar-divider{width:1px;height:24px;background:var(--border-color, #333);margin:0 4px}.collaborative-editor__status{display:flex;align-items:center;gap:12px}.collaborative-editor__saving,.collaborative-editor__saved{font-size:12px;color:var(--text-secondary, #888)}.collaborative-editor__saving{color:var(--warning-color, #f59e0b)}.collaborative-editor__presence{display:flex;align-items:center;gap:8px}.collaborative-editor__presence-user{display:flex;align-items:center;gap:4px;padding:2px 8px;background:color-mix(in srgb,var(--user-color) 20%,transparent);border-radius:12px;font-size:12px}.collaborative-editor__presence-dot{width:8px;height:8px;background:var(--user-color);border-radius:50%}.collaborative-editor__presence-name{color:var(--text-primary, #e0e0e0);max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collaborative-editor__editor-wrapper{flex:1;overflow:auto;padding:24px}.collaborative-editor__editor-wrapper .ProseMirror{min-height:100%;outline:none;font-size:15px;line-height:1.7;color:var(--text-primary, #e0e0e0)}.collaborative-editor__editor-wrapper .ProseMirror h1{font-size:2em;font-weight:600;margin-top:1em;margin-bottom:.5em;line-height:1.3}.collaborative-editor__editor-wrapper .ProseMirror h2{font-size:1.5em;font-weight:600;margin-top:.75em;margin-bottom:.5em;line-height:1.3}.collaborative-editor__editor-wrapper .ProseMirror h3{font-size:1.25em;font-weight:600;margin-top:.5em;margin-bottom:.25em;line-height:1.3}.collaborative-editor__editor-wrapper .ProseMirror ul,.collaborative-editor__editor-wrapper .ProseMirror ol{padding-left:1.5em;margin:.5em 0}.collaborative-editor__editor-wrapper .ProseMirror li{margin:.25em 0}.collaborative-editor__editor-wrapper .ProseMirror ol{list-style-type:decimal}.collaborative-editor__editor-wrapper .ProseMirror ol ol{list-style-type:lower-alpha}.collaborative-editor__editor-wrapper .ProseMirror ol ol ol{list-style-type:lower-roman}.collaborative-editor__editor-wrapper .ProseMirror ol ol ol ol{list-style-type:decimal}.collaborative-editor__editor-wrapper .ProseMirror ul{list-style-type:disc}.collaborative-editor__editor-wrapper .ProseMirror ul ul{list-style-type:circle}.collaborative-editor__editor-wrapper .ProseMirror ul ul ul{list-style-type:square}.collaborative-editor__editor-wrapper .ProseMirror blockquote{border-left:3px solid var(--v2-primary, #3b82f6);padding-left:1em;margin:1em 0;color:var(--text-secondary, #888);font-style:italic}.collaborative-editor__editor-wrapper .ProseMirror:focus{outline:none}.collaborative-editor__editor-wrapper .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-secondary, #666);pointer-events:none;height:0}.collaborative-editor__content{min-height:100%;outline:none;font-size:15px;line-height:1.7}.collaborative-editor__content>*+*{margin-top:.75em}.collaborative-editor__content h1,.collaborative-editor__content h2,.collaborative-editor__content h3{line-height:1.3;font-weight:600}.collaborative-editor__content h1{font-size:2em;margin-top:1em;margin-bottom:.5em}.collaborative-editor__content h2{font-size:1.5em;margin-top:.75em;margin-bottom:.5em}.collaborative-editor__content h3{font-size:1.25em;margin-top:.5em;margin-bottom:.25em}.collaborative-editor__content p{margin:0}.collaborative-editor__content ul,.collaborative-editor__content ol{padding-left:1.5em;margin:.5em 0}.collaborative-editor__content li{margin:.25em 0}.collaborative-editor__content blockquote{border-left:3px solid var(--v2-primary, #3b82f6);padding-left:1em;margin:1em 0;color:var(--text-secondary, #888);font-style:italic}.collaborative-editor__content code{background:var(--bg-tertiary, #252525);padding:.2em .4em;border-radius:4px;font-family:SF Mono,Fira Code,monospace;font-size:.9em}.collaborative-editor__content pre{background:var(--bg-tertiary, #252525);padding:1em;border-radius:8px;overflow-x:auto;margin:1em 0;border:1px solid var(--border-color, #333)}.collaborative-editor__content pre code{background:none;padding:0;font-size:.9em;line-height:1.5;color:var(--text-primary, #e0e0e0)}.collaborative-editor__editor-wrapper .ProseMirror code{background:var(--bg-tertiary, #252525);padding:.2em .4em;border-radius:4px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9em}.collaborative-editor__editor-wrapper .ProseMirror pre{background:var(--bg-tertiary, #252525);padding:1em;border-radius:8px;overflow-x:auto;margin:1em 0;border:1px solid var(--border-color, #333)}.collaborative-editor__editor-wrapper .ProseMirror pre code{background:none;padding:0;font-family:SF Mono,Fira Code,Consolas,monospace}.collaborative-editor__content hr{border:none;border-top:1px solid var(--border-color, #333);margin:1.5em 0}.collaborative-editor__content a,.collaborative-editor__editor-wrapper .ProseMirror a{color:var(--v2-primary, #3b82f6);text-decoration:underline;cursor:pointer}.collaborative-editor__content a:hover,.collaborative-editor__editor-wrapper .ProseMirror a:hover{color:var(--v2-primary-hover, #2563eb)}.collaborative-editor__content strong{font-weight:600}.collaborative-editor__content em{font-style:italic}.collaborative-editor__content s{text-decoration:line-through}.collaborative-editor__content .ProseMirror-placeholder:before{content:attr(data-placeholder);color:var(--text-secondary, #888);opacity:.5;position:absolute;pointer-events:none}.collaborative-editor__content .collaboration-cursor__caret{position:relative;border-left:1px solid;border-right:1px solid;margin-left:-1px;margin-right:-1px;pointer-events:none;word-break:normal}.collaborative-editor__content .collaboration-cursor__label{position:absolute;top:-1.4em;left:-1px;font-size:10px;font-weight:600;line-height:1;padding:2px 4px;border-radius:3px 3px 3px 0;white-space:nowrap;-webkit-user-select:none;user-select:none}.tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-secondary, #888);opacity:.5;pointer-events:none;height:0}[data-theme=light] .collaborative-editor{background:var(--bg-secondary, #f9fafb);color:var(--text-primary, #1f2937)}[data-theme=light] .collaborative-editor__header{background:var(--bg-tertiary, #f3f4f6);border-bottom-color:var(--border-color, #e5e7eb)}[data-theme=light] .collaborative-editor__toolbar-btn{color:var(--text-secondary, #6b7280)}[data-theme=light] .collaborative-editor__toolbar-btn:hover{background:var(--bg-hover, #e5e7eb);color:var(--text-primary, #1f2937)}[data-theme=light] .collaborative-editor__toolbar-divider{background:var(--border-color, #e5e7eb)}[data-theme=light] .collaborative-editor__editor-wrapper .ProseMirror{color:var(--text-primary, #1f2937)}[data-theme=light] .collaborative-editor__editor-wrapper .ProseMirror code,[data-theme=light] .collaborative-editor__content code{background:var(--bg-tertiary, #f3f4f6);color:var(--text-primary, #1f2937)}[data-theme=light] .collaborative-editor__editor-wrapper .ProseMirror pre,[data-theme=light] .collaborative-editor__content pre{background:var(--bg-tertiary, #f3f4f6);border-color:var(--border-color, #e5e7eb)}[data-theme=light] .collaborative-editor__editor-wrapper .ProseMirror pre code,[data-theme=light] .collaborative-editor__content pre code{color:var(--text-primary, #1f2937)}[data-theme=light] .collaborative-editor__content blockquote,[data-theme=light] .collaborative-editor__editor-wrapper .ProseMirror blockquote{color:var(--text-secondary, #6b7280)}[data-theme=light] .collaborative-editor__content hr,[data-theme=light] .collaborative-editor__editor-wrapper .ProseMirror hr{border-top-color:var(--border-color, #e5e7eb)}[data-theme=light] .collaborative-editor__spinner{border-color:var(--border-color, #e5e7eb)}.collaborative-editor.canvas-mode.screenplay-mode{background:#ffffff!important}.collaborative-editor.canvas-mode.screenplay-mode .collaborative-editor__header{background:#f5f5f5;border-bottom-color:#ddd}.collaborative-editor.canvas-mode.screenplay-mode .collaborative-editor__toolbar-btn{color:#555}.collaborative-editor.canvas-mode.screenplay-mode .collaborative-editor__toolbar-btn:hover{background:#e0e0e0;color:#222}.collaborative-editor.canvas-mode.screenplay-mode .collaborative-editor__toolbar-btn--active{background:#333;color:#fff}.collaborative-editor.canvas-mode.screenplay-mode .collaborative-editor__editor-wrapper{background:#ffffff;padding:20px 40px}.collaborative-editor.canvas-mode.screenplay-mode .collaborative-editor__content,.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror{font-family:Courier New,Courier Prime,Courier,monospace!important;font-size:12px!important;line-height:1!important;color:#000!important;max-width:100%}.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror p{margin:0 0 12px}.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror h1,.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror h2,.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror h3{font-family:Courier New,Courier Prime,Courier,monospace!important;text-transform:uppercase;font-weight:700;color:#000}.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror h1{font-size:18px!important;text-align:center;margin:24px 0 16px}.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror h2{font-size:14px!important;margin:20px 0 8px}.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror h3{font-size:12px!important;margin:16px 0 4px;text-align:center}.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror blockquote{border-left:none;padding-left:0;margin:0 50px 0 100px;font-style:normal;color:#000}.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror code,.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror pre{font-family:Courier New,Courier Prime,Courier,monospace!important;background:#f0f0f0;border-color:#ddd;color:#000}.collaborative-editor.canvas-mode.screenplay-mode .ProseMirror a{color:#000;text-decoration:underline}.collaborative-editor.canvas-mode.screenplay-mode .collaborative-editor__status{color:#666}.collaborative-editor.canvas-mode.screenplay-mode .collaborative-editor__saving{color:#b45309}.collaborative-editor.canvas-mode.screenplay-mode .collaborative-editor__saved{color:#666}
