.rich-editor{border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;overflow:hidden}.rich-editor-loading{padding:2rem;text-align:center;color:#6b7280}.rich-editor-toolbar{border-bottom:1px solid #e5e7eb;background:#f9fafb}.rich-editor-content{min-height:400px;max-height:600px;overflow-y:auto}.rich-editor-content .ProseMirror{padding:1rem;outline:none;min-height:400px}.rich-editor-content .ProseMirror:focus{outline:none}.rich-editor-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none;float:left;height:0}.rich-editor-content .ProseMirror h2{font-size:1.25rem;font-weight:700;color:#1f2937;margin-top:1.5rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.rich-editor-content .ProseMirror h3{font-size:1.1rem;font-weight:600;color:#374151;margin-top:1.25rem;margin-bottom:.5rem}.rich-editor-content .ProseMirror p{margin:.5rem 0;line-height:1.6;color:#374151}.rich-editor-content .ProseMirror ul,.rich-editor-content .ProseMirror ol{padding-left:1.5rem;margin:.5rem 0}.rich-editor-content .ProseMirror li{margin:.25rem 0}.rich-editor-content .ProseMirror ul{list-style-type:disc}.rich-editor-content .ProseMirror ol{list-style-type:decimal}.rich-editor-content .ProseMirror strong{font-weight:600}.rich-editor-content .ProseMirror em{font-style:italic}.rich-editor-content .ProseMirror img{max-width:100%;height:auto;border-radius:.375rem;margin:1rem 0}.rich-editor-content .ProseMirror img.protocol-image{display:block;margin:1rem auto;max-width:80%}.rich-editor-content .ProseMirror img.ProseMirror-selectednode{outline:2px solid #14b8a6;outline-offset:2px}.rich-editor-content .ProseMirror blockquote{border-left:3px solid #14b8a6;padding-left:1rem;margin:1rem 0;color:#6b7280;font-style:italic}.rich-editor-content .ProseMirror code{background:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem;font-family:monospace;font-size:.9em}.rich-editor-content .ProseMirror hr{border:none;border-top:1px solid #e5e7eb;margin:1.5rem 0}.rich-editor-content .ProseMirror ::-moz-selection{background:#ccfbf1}.rich-editor-content .ProseMirror ::selection{background:#ccfbf1}.rich-editor-content .ProseMirror table{border-collapse:collapse;width:100%;margin:1rem 0;table-layout:fixed;overflow:hidden}.rich-editor-content .ProseMirror table.protocol-table{border:1px solid #e5e7eb;border-radius:.5rem}.rich-editor-content .ProseMirror th,.rich-editor-content .ProseMirror td{border:1px solid #e5e7eb;padding:.5rem .75rem;vertical-align:top;box-sizing:border-box;position:relative;min-width:80px}.rich-editor-content .ProseMirror th{background-color:#f3f4f6;font-weight:600;text-align:left}.rich-editor-content .ProseMirror td>*,.rich-editor-content .ProseMirror th>*{margin:0}.rich-editor-content .ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#14b8a6;pointer-events:none}.rich-editor-content .ProseMirror .tableWrapper{overflow-x:auto;margin:1rem 0}.rich-editor-content .ProseMirror .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#14b8a626;pointer-events:none}.rich-editor-content .ProseMirror u{text-decoration:underline}.rich-editor-content .ProseMirror mark{border-radius:.125rem;padding:.125rem 0}@media(max-width:640px){.rich-editor-content{min-height:300px}.rich-editor-content .ProseMirror{padding:.75rem;min-height:300px}.rich-editor-toolbar{padding:.5rem}.rich-editor-content .ProseMirror th,.rich-editor-content .ProseMirror td{padding:.375rem .5rem;font-size:.875rem;min-width:60px}}.word-editor{display:flex;flex-direction:column;border:1px solid #d1d5db;border-radius:8px;background:#f8fafc;overflow:hidden;box-shadow:0 1px 3px #0000001a}.word-editor-disabled{opacity:.7;pointer-events:none}.word-editor-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px;color:#6b7280}.word-editor-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#14b8a6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.word-toolbar{display:flex;flex-direction:column;gap:4px;padding:8px 12px;background:linear-gradient(to bottom,#fff,#f9fafb);border-bottom:1px solid #e5e7eb}.word-toolbar-row{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.word-toolbar-group{display:flex;align-items:center;gap:2px}.word-toolbar-divider{width:1px;height:24px;background:#d1d5db;margin:0 4px}.word-toolbar-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px;border:none;border-radius:4px;background:transparent;color:#374151;cursor:pointer;transition:all .15s ease;font-size:13px}.word-toolbar-btn:hover{background:#e5e7eb;color:#111827}.word-toolbar-btn-active{background:#0d9488!important;color:#fff!important}.word-toolbar-btn-disabled{opacity:.4;cursor:not-allowed}.word-toolbar-btn-disabled:hover{background:transparent}.word-toolbar-btn-dropdown{gap:2px;padding:6px 10px}.word-toolbar-btn-font{min-width:130px;justify-content:space-between;border:1px solid #d1d5db;background:#fff;padding:4px 8px}.word-toolbar-btn-font:hover{background:#f3f4f6;border-color:#9ca3af}.word-toolbar-font-text{font-size:12px;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.word-toolbar-font-panel{position:absolute;top:100%;left:0;margin-top:4px;min-width:180px;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:50}.word-toolbar-font-option{display:block;width:100%;padding:10px 14px;text-align:left;font-size:14px;border:none;background:transparent;cursor:pointer;transition:background .1s}.word-toolbar-font-option:hover{background:#f3f4f6}.word-toolbar-font-option.active{background:#ecfdf5}.word-toolbar-btn-select{min-width:50px;justify-content:space-between;border:1px solid #d1d5db;background:#fff;padding:4px 8px}.word-toolbar-btn-select:hover{background:#f3f4f6;border-color:#9ca3af}.word-toolbar-select-text{font-size:12px;font-weight:500}.word-toolbar-select-panel{position:absolute;top:100%;left:0;margin-top:4px;min-width:70px;max-height:250px;overflow-y:auto;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:50}.word-toolbar-select-option{display:block;width:100%;padding:6px 12px;text-align:center;border:none;background:transparent;cursor:pointer;transition:background .1s}.word-toolbar-select-option:hover{background:#f3f4f6}.word-toolbar-select-option.active{background:#ecfdf5}.word-toolbar-btn-heading{min-width:90px;justify-content:space-between;border:1px solid #d1d5db;background:#fff;padding:4px 8px}.word-toolbar-btn-heading:hover{background:#f3f4f6;border-color:#9ca3af}.word-toolbar-heading-text{font-size:12px;font-weight:500}.word-toolbar-heading-panel{position:absolute;top:100%;left:0;margin-top:4px;min-width:150px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:50;overflow:hidden}.word-toolbar-heading-btn{display:block;width:100%;padding:10px 14px;text-align:left;border:none;background:transparent;cursor:pointer;transition:background .1s}.word-toolbar-heading-btn:hover{background:#f3f4f6}.word-toolbar-heading-btn-active{background:#ecfdf5!important}.word-toolbar-dropdown{position:relative}.word-toolbar-color-panel{position:absolute;top:100%;left:0;margin-top:4px;padding:12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:50;min-width:180px}.word-toolbar-color-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.word-toolbar-color-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;margin-bottom:10px}.word-toolbar-color-btn{width:20px;height:20px;border:1px solid #d1d5db;border-radius:3px;cursor:pointer;transition:transform .1s,box-shadow .1s}.word-toolbar-color-btn:hover{transform:scale(1.2);box-shadow:0 2px 4px #0003}.word-toolbar-color-btn.active{outline:2px solid #0d9488;outline-offset:1px}.word-toolbar-color-remove{width:100%;padding:6px;font-size:11px;color:#6b7280;border:1px dashed #d1d5db;border-radius:4px;background:transparent;cursor:pointer;transition:background .1s}.word-toolbar-color-remove:hover{background:#f3f4f6;color:#374151}.word-toolbar-color-icon{display:flex;flex-direction:column;align-items:center;gap:1px}.word-toolbar-color-icon span{font-size:14px;font-weight:700;line-height:1}.word-toolbar-color-bar{width:16px;height:3px;border-radius:1px}.word-toolbar-table-panel{position:absolute;top:100%;left:0;margin-top:4px;min-width:180px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:50;overflow:hidden}.word-toolbar-table-section{padding:8px;border-bottom:1px solid #e5e7eb}.word-toolbar-table-section:last-child{border-bottom:none}.word-toolbar-table-label{display:block;padding:4px 8px;font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.word-toolbar-table-btn{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:13px;color:#374151;border:none;background:transparent;cursor:pointer;transition:background .1s}.word-toolbar-table-btn:hover{background:#f3f4f6}.word-toolbar-table-btn-danger{color:#dc2626}.word-toolbar-table-btn-danger:hover{background:#fef2f2}.word-toolbar-image-panel{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:50;overflow:hidden}.word-toolbar-image-btn{display:block;width:100%;padding:10px 16px;font-size:13px;color:#374151;text-align:left;white-space:nowrap;border:none;background:transparent;cursor:pointer;transition:background .1s}.word-toolbar-image-btn:hover{background:#f3f4f6}.word-editor-paper{flex:1;background:#fff;padding:0;display:flex;justify-content:center;overflow-y:auto;max-height:70vh;min-height:500px}.word-editor-content{width:100%;max-width:100%;background:#fff;box-shadow:none;border-radius:0}.word-editor-content .ProseMirror{padding:48px 56px;outline:none;min-height:600px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:12pt;line-height:1.6;color:#1f2937}.word-editor-content .ProseMirror:focus{outline:none}.word-editor-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none;float:left;height:0}.word-editor-content .ProseMirror h1{font-size:24px;font-weight:700;color:#111827;margin:24px 0 16px;line-height:1.3}.word-editor-content .ProseMirror h2{font-size:20px;font-weight:600;color:#1f2937;margin:20px 0 12px;line-height:1.35;border-bottom:1px solid #e5e7eb;padding-bottom:8px}.word-editor-content .ProseMirror h3{font-size:16px;font-weight:600;color:#374151;margin:16px 0 8px;line-height:1.4}.word-editor-content .ProseMirror p{margin:8px 0;line-height:1.7}.word-editor-content .ProseMirror strong{font-weight:600}.word-editor-content .ProseMirror em{font-style:italic}.word-editor-content .ProseMirror u{text-decoration:underline}.word-editor-content .ProseMirror s{text-decoration:line-through}.word-editor-content .ProseMirror sub{font-size:.75em;vertical-align:sub}.word-editor-content .ProseMirror sup{font-size:.75em;vertical-align:super}.word-editor-content .ProseMirror [style*="text-align: left"]{text-align:left}.word-editor-content .ProseMirror [style*="text-align: center"]{text-align:center}.word-editor-content .ProseMirror [style*="text-align: right"]{text-align:right}.word-editor-content .ProseMirror [style*="text-align: justify"]{text-align:justify}.word-editor-content .ProseMirror ul,.word-editor-content .ProseMirror ol{padding-left:24px;margin:8px 0}.word-editor-content .ProseMirror li{margin:4px 0}.word-editor-content .ProseMirror ul{list-style-type:disc}.word-editor-content .ProseMirror ul ul{list-style-type:circle}.word-editor-content .ProseMirror ul ul ul{list-style-type:square}.word-editor-content .ProseMirror ol{list-style-type:decimal}.word-editor-link{color:#0d9488;text-decoration:underline;cursor:pointer}.word-editor-link:hover{color:#0f766e}.resizable-image-wrapper{display:block;margin:16px 0}.resizable-image-container{position:relative;display:inline-block;max-width:100%;margin:0 auto;cursor:default}.resizable-image-container img{display:block;max-width:100%;height:auto;border-radius:4px}.resizable-image-container.selected{outline:2px solid #14b8a6;outline-offset:2px}.resizable-image-container.resizing{opacity:.8}.resize-handle{position:absolute;width:10px;height:10px;background:#14b8a6;border:2px solid white;border-radius:2px;z-index:10}.resize-handle.nw{top:-5px;left:-5px;cursor:nwse-resize}.resize-handle.ne{top:-5px;right:-5px;cursor:nesw-resize}.resize-handle.sw{bottom:-5px;left:-5px;cursor:nesw-resize}.resize-handle.se{bottom:-5px;right:-5px;cursor:nwse-resize}.resize-handle.n{top:-5px;left:50%;transform:translate(-50%);cursor:ns-resize}.resize-handle.s{bottom:-5px;left:50%;transform:translate(-50%);cursor:ns-resize}.resize-handle.e{top:50%;right:-5px;transform:translateY(-50%);cursor:ew-resize}.resize-handle.w{top:50%;left:-5px;transform:translateY(-50%);cursor:ew-resize}.word-editor-image{max-width:100%;height:auto;border-radius:4px;margin:16px 0;display:block}.word-editor-content .ProseMirror img.ProseMirror-selectednode{outline:3px solid #14b8a6;outline-offset:2px}.word-editor-content .ProseMirror blockquote{border-left:4px solid #14b8a6;padding:12px 16px;margin:16px 0;background:#f0fdfa;color:#374151;font-style:italic;border-radius:0 4px 4px 0}.word-editor-hr{border:none;border-top:2px solid #e5e7eb;margin:24px 0}.word-editor-content .ProseMirror code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:.9em;color:#dc2626}.word-editor-table{border-collapse:collapse;width:100%;margin:16px 0;border:1px solid #d1d5db}.word-editor-content .ProseMirror table{border-collapse:collapse;width:100%;margin:16px 0}.word-editor-content .ProseMirror th,.word-editor-content .ProseMirror td{border:1px solid #d1d5db;padding:10px 14px;text-align:left;vertical-align:top;min-width:80px}.word-editor-content .ProseMirror th{background:#f3f4f6;font-weight:600;color:#374151}.word-editor-content .ProseMirror td{background:#fff}.word-editor-content .ProseMirror .selectedCell:after{background:#14b8a626;content:"";left:0;right:0;top:0;bottom:0;pointer-events:none;position:absolute;z-index:2}.word-editor-content .ProseMirror th.selectedCell,.word-editor-content .ProseMirror td.selectedCell{position:relative}.word-editor-content .ProseMirror .column-resize-handle{background-color:#14b8a6;position:absolute;right:-2px;top:0;bottom:0;width:4px;pointer-events:none}.word-editor-content .ProseMirror .tableWrapper{overflow-x:auto;margin:16px 0}.word-editor-content .ProseMirror mark{background-color:#fef08a;padding:1px 2px;border-radius:2px}.word-editor-content .ProseMirror ::-moz-selection{background:#99f6e4}.word-editor-content .ProseMirror ::selection{background:#99f6e4}.word-editor-status{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:12px;color:#6b7280;background:#f9fafb;border-top:1px solid #e5e7eb}.word-editor-status-divider{color:#d1d5db}.word-editor-status-uploading{color:#14b8a6;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.word-editor-bubble-menu{background:#1f2937;border-radius:6px;padding:4px;box-shadow:0 4px 12px #00000040}.word-bubble-toolbar{display:flex;align-items:center;gap:2px}.word-bubble-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:#e5e7eb;cursor:pointer;transition:all .1s}.word-bubble-btn:hover{background:#374151;color:#fff}.word-bubble-btn-active{background:#14b8a6!important;color:#fff!important}.word-bubble-divider{width:1px;height:20px;background:#4b5563;margin:0 4px}@media(max-width:768px){.word-toolbar{padding:6px 8px}.word-toolbar-row{gap:2px}.word-toolbar-btn{padding:5px 6px}.word-toolbar-btn-heading{min-width:70px}.word-toolbar-btn-font{min-width:100px}.word-toolbar-font-text{max-width:70px}.word-toolbar-heading-text{display:none}.word-editor-paper{padding:12px}.word-editor-content .ProseMirror{padding:24px;min-height:400px}.word-toolbar-divider{display:none}}@media(max-width:480px){.word-toolbar-row{flex-wrap:wrap;justify-content:center}.word-editor-paper{padding:8px}.word-editor-content .ProseMirror{padding:16px;font-size:13px}}@media print{.word-toolbar,.word-editor-status{display:none!important}.word-editor-paper{background:#fff;padding:0;max-height:none;overflow:visible}.word-editor-content{box-shadow:none;max-width:none}.word-editor-content .ProseMirror{padding:0}}
