.tiptap-editor-wrapper{border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;overflow:hidden}.dark .tiptap-editor-wrapper{border-color:#374151;background:#1f2937}.tiptap-menu-bar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.dark .tiptap-menu-bar{border-color:#374151;background:#111827}.tiptap-menu-button{display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;border:none;border-radius:.375rem;background:transparent;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.dark .tiptap-menu-button{color:#d1d5db}.tiptap-menu-button:hover:not(:disabled){background:#e5e7eb}.dark .tiptap-menu-button:hover:not(:disabled){background:#374151}.tiptap-menu-button.is-active{background:#3b82f6;color:#fff}.tiptap-menu-button:disabled{opacity:.4;cursor:not-allowed}.tiptap-menu-divider{width:1px;height:1.5rem;margin:0 .25rem;background:#e5e7eb;align-self:center}.dark .tiptap-menu-divider{background:#374151}.tiptap-content{min-height:200px;max-height:500px;overflow-y:auto}.tiptap-content .tiptap{padding:1rem;outline:none;min-height:200px}.dark .tiptap-content .tiptap{color:#e5e7eb}.tiptap-content .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0}.tiptap-content .tiptap h1{font-size:2rem;font-weight:700;margin:1rem 0 .5rem;line-height:1.2}.tiptap-content .tiptap h2{font-size:1.5rem;font-weight:600;margin:1rem 0 .5rem;line-height:1.3}.tiptap-content .tiptap h3{font-size:1.25rem;font-weight:600;margin:.75rem 0 .5rem;line-height:1.4}.tiptap-content .tiptap p{margin:.5rem 0;line-height:1.6}.tiptap-content .tiptap ul,.tiptap-content .tiptap ol{margin:.5rem 0;padding-left:2rem;list-style-position:outside}.tiptap-content .tiptap ul{list-style-type:disc}.tiptap-content .tiptap ol{list-style-type:decimal}.tiptap-content .tiptap li{margin:.25rem 0;display:list-item}.tiptap-content .tiptap ul ul{list-style-type:circle}.tiptap-content .tiptap ul ul ul{list-style-type:square}.tiptap-content .tiptap blockquote{margin:1rem 0;padding-left:1rem;border-left:3px solid #3b82f6;color:#6b7280;font-style:italic}.dark .tiptap-content .tiptap blockquote{border-color:#60a5fa;color:#9ca3af}.tiptap-content .tiptap pre{margin:1rem 0;padding:1rem;background:#1f2937;border-radius:.5rem;overflow-x:auto}.tiptap-content .tiptap pre code{color:#e5e7eb;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem}.tiptap-content .tiptap code{background:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem}.dark .tiptap-content .tiptap code{background:#374151}.tiptap-content .tiptap a,.tiptap-content .tiptap .tiptap-link{color:#3b82f6;text-decoration:underline;cursor:pointer}.tiptap-content .tiptap a:hover{color:#2563eb}.tiptap-content .tiptap hr{margin:1.5rem 0;border:none;border-top:1px solid #e5e7eb}.dark .tiptap-content .tiptap hr{border-color:#374151}.tiptap-content .tiptap img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}.tiptap-content .tiptap img.ProseMirror-selectednode{outline:3px solid #3b82f6;outline-offset:2px}.tiptap-content .tiptap .tiptap-image{display:block;max-width:100%;height:auto;border-radius:.5rem;margin:1rem auto}.tiptap-html-editor{min-height:200px}.tiptap-html-textarea{width:100%;min-height:200px;padding:1rem;border:none;outline:none;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;line-height:1.5;background:#1f2937;color:#e5e7eb}.tiptap-html-textarea:focus{outline:none}.tiptap-menu-bar{position:relative}.color-picker-dropdown{position:absolute;top:3rem;left:0;z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;padding:.75rem;min-width:200px}.dark .color-picker-dropdown{background:#1f2937;border-color:#374151}.color-picker-dropdown.highlight-picker{left:auto;right:auto}.color-picker-header{font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase}.dark .color-picker-header{color:#9ca3af}.color-picker-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.375rem}.color-swatch{width:2rem;height:2rem;border:1px solid #e5e7eb;border-radius:.25rem;cursor:pointer;transition:transform .15s ease}.dark .color-swatch{border-color:#374151}.color-swatch:hover{transform:scale(1.1)}.color-swatch:active{transform:scale(.95)}.tiptap-content .tiptap table{border-collapse:collapse;margin:1rem 0;width:100%;overflow:hidden}.tiptap-content .tiptap table td,.tiptap-content .tiptap table th{border:1px solid #e5e7eb;padding:.5rem .75rem;vertical-align:top;position:relative}.dark .tiptap-content .tiptap table td,.dark .tiptap-content .tiptap table th{border-color:#374151}.tiptap-content .tiptap table th{background:#f9fafb;font-weight:600;text-align:left}.dark .tiptap-content .tiptap table th{background:#111827}.tiptap-content .tiptap table td:hover,.tiptap-content .tiptap table th:hover{background:#f3f4f6}.dark .tiptap-content .tiptap table td:hover,.dark .tiptap-content .tiptap table th:hover{background:#1f2937}.tiptap-content .tiptap table .selectedCell{background:#dbeafe}.dark .tiptap-content .tiptap table .selectedCell{background:#1e3a8a}.tiptap-content .tiptap table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:#3b82f6;pointer-events:none}.tiptap-content .tiptap [style*="text-align: left"]{text-align:left}.tiptap-content .tiptap [style*="text-align: center"]{text-align:center}.tiptap-content .tiptap [style*="text-align: right"]{text-align:right}.tiptap-content .tiptap [style*="text-align: justify"]{text-align:justify}.image-picker-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-picker-modal{background:#fff;border-radius:.75rem;width:90%;max-width:800px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dark .image-picker-modal{background:#1f2937}.image-picker-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.dark .image-picker-header{border-color:#374151}.image-picker-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.dark .image-picker-header h3{color:#f9fafb}.image-picker-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;line-height:1;transition:color .15s ease}.image-picker-close:hover{color:#111827}.dark .image-picker-close:hover{color:#f9fafb}.image-picker-search{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.dark .image-picker-search{border-color:#374151}.image-picker-search-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;outline:none;transition:border-color .15s ease}.image-picker-search-input:focus{border-color:#3b82f6}.dark .image-picker-search-input{background:#374151;border-color:#4b5563;color:#f9fafb}.image-picker-content{flex:1;overflow-y:auto;padding:1.5rem;min-height:300px}.image-picker-loading,.image-picker-error,.image-picker-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#6b7280}.image-picker-hint{margin-top:.5rem;font-size:.875rem;color:#9ca3af}.image-picker-error button{margin-top:1rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer}.image-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.image-picker-item{border:2px solid #e5e7eb;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .2s ease;background:#fff}.dark .image-picker-item{border-color:#374151;background:#111827}.image-picker-item:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.image-picker-thumbnail{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;display:block}.image-picker-info{padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.image-picker-name{font-size:.875rem;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark .image-picker-name{color:#f9fafb}.image-picker-ext{font-size:.75rem;color:#6b7280;text-transform:uppercase}.image-picker-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;text-align:center}.dark .image-picker-footer{border-color:#374151}.image-picker-count{margin:0;font-size:.875rem;color:#6b7280}.tiptap-loading{padding:2rem;text-align:center;color:#6b7280}
