:root{--color-editor-primary:#6c5ce7;--color-editor-primary-hover:#5f4fd1;--color-editor-secondary:#3b82f6;--color-editor-secondary-hover:#2563eb;--color-editor-border:#e5e7eb;--color-editor-bg:#fff;--color-editor-bg-hover:#f3f4f6;--color-editor-dark-bg:#1f2937;--color-editor-dark-border:#374151;--color-editor-dark-text:#f9fafb;--spacing-editor-sm:.5rem;--spacing-editor-md:1rem;--spacing-editor-lg:1.5rem;--shadow-editor-sm:0 1px 2px 0 #0000000d;--shadow-editor-md:0 4px 6px -1px #0000001a;--shadow-editor-lg:0 10px 15px -3px #0000001a;--transition-editor:all .2s ease-in-out}.cyber-editor{width:100%;position:relative}.ProseMirror{outline:none;min-height:200px;padding:1rem}.ProseMirror:focus{outline:none}.ProseMirror ::selection{background-color:#bfdbfe}.drag-handle{cursor:grab;opacity:0;transition:opacity .2s;position:absolute;top:0;left:0}.drag-handle:hover{opacity:1}.drag-handle:active{cursor:grabbing}.drag-handle-active{opacity:1}.ProseMirror-dropcursor{border-left:2px solid #3b82f6}.ProseMirror-gapcursor{position:relative}.ProseMirror-gapcursor:after{content:"";border-top:1px solid #000;width:20px;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse;position:absolute;top:0}.resize-handle{opacity:0;background-color:#3b82f6;transition:opacity .2s;position:absolute}.resize-handle:hover{opacity:1}.resize-handle-nw,.resize-handle-ne,.resize-handle-sw,.resize-handle-se{border-radius:9999px;width:.75rem;height:.75rem}.resize-handle-n,.resize-handle-s{cursor:ns-resize;width:30px;height:.5rem;left:50%;transform:translate(-50%)}.resize-handle-e,.resize-handle-w{cursor:ew-resize;width:.5rem;height:30px;top:50%;transform:translateY(-50%)}.resize-handle-nw{cursor:nwse-resize;top:-.375rem;left:-.375rem}.resize-handle-ne{cursor:nesw-resize;top:-.375rem;right:-.375rem}.resize-handle-sw{cursor:nesw-resize;bottom:-.375rem;left:-.375rem}.resize-handle-se{cursor:nwse-resize;bottom:-.375rem;right:-.375rem}.resize-handle-n{top:-.25rem}.resize-handle-s{bottom:-.25rem}.resize-handle-e{right:-.25rem}.resize-handle-w{left:-.25rem}.image-wrapper{max-width:100%;display:inline-block;position:relative}.image-wrapper.selected{box-shadow:0 0 0 2px #3b82f6,0 0 0 4px #fff}.image-wrapper:hover .resize-handle,.image-wrapper.selected .resize-handle{opacity:1}.image-caption{color:#4b5563;text-align:center;margin-top:.5rem;font-size:.875rem;font-style:italic}.image-caption:empty:before{content:"Add a caption...";color:#9ca3af}.floating-menu{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.25rem;padding:.5rem;transition:opacity .2s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.bubble-menu{color:#fff;background-color:#111827;border-radius:.5rem;align-items:center;gap:.25rem;padding:.375rem;transition:all .2s;display:flex;box-shadow:0 20px 25px -5px #0000001a}.bubble-menu button{border-radius:.25rem;padding:.375rem;transition:background-color .15s}.bubble-menu button:hover,.bubble-menu button.is-active{background-color:#374151}.slash-commands-menu{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;width:16rem;max-height:20rem;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.slash-command-item{cursor:pointer;padding:.5rem 1rem;transition:background-color .15s}.slash-command-item:hover{background-color:#eff6ff}.slash-command-item.selected{background-color:#dbeafe}.slash-command-item-icon{width:1.25rem;height:1.25rem;margin-right:.5rem;display:inline-block}.video-wrapper{width:100%;padding-bottom:56.25%;position:relative}.video-wrapper iframe{width:100%;height:100%;position:absolute;top:0;left:0}.file-attachment{border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;transition:background-color .15s;display:flex}.file-attachment:hover{background-color:#f9fafb}.file-attachment-icon{color:#2563eb;background-color:#dbeafe;border-radius:.25rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.emoji-picker{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;width:20rem;max-height:24rem;padding:.5rem;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.emoji-category{margin-bottom:1rem}.emoji-category-title{color:#4b5563;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.emoji-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:.25rem;display:grid}.emoji-item{cursor:pointer;border-radius:.25rem;padding:.25rem;font-size:1.5rem;transition:background-color .15s}.emoji-item:hover{background-color:#f3f4f6}.toolbar-group{align-items:center;gap:.25rem;display:flex}.toolbar-divider{background-color:#d1d5db;width:1px;height:1.25rem;margin:0 .5rem}.toolbar-button{border-radius:.375rem;padding:.5rem;transition:all .2s}.toolbar-button:hover,.toolbar-button.is-active{color:#2563eb;background-color:#dbeafe}.toolbar-button:disabled{opacity:.5;cursor:not-allowed}.dropdown-menu{z-index:50;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-width:150px;max-height:20rem;position:absolute;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.dropdown-item{cursor:pointer;padding:.5rem 1rem;transition:background-color .15s}.dropdown-item:hover{background-color:#eff6ff}.dropdown-item.selected{background-color:#dbeafe}.context-menu{z-index:50;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-width:180px;padding:.25rem 0;position:absolute;box-shadow:0 20px 25px -5px #0000001a}.context-menu-item{cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:background-color .15s;display:flex}.context-menu-item:hover{background-color:#eff6ff}.context-menu-item-icon{width:1rem;height:1rem}.context-menu-divider{background-color:#e5e7eb;height:1px;margin:.25rem 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.2s ease-out fadeIn}.animate-slide-up{animation:.3s ease-out slideUp}@media (max-width:640px){.toolbar-group,.floating-menu,.bubble-menu{flex-wrap:wrap}}.ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;margin:1rem 0;overflow:hidden}.ProseMirror table td,.ProseMirror table th{vertical-align:top;box-sizing:border-box;min-width:1em;padding:.5rem;position:relative}.ProseMirror table th{text-align:left;font-weight:700}.ProseMirror .selectedCell{background-color:#dbeafe!important}.ProseMirror table.selected{outline-offset:2px}.ProseMirror .column-resize-handle{cursor:col-resize;z-index:10;background-color:#3b82f6;width:4px;position:absolute;top:0;bottom:0;right:-2px}.ProseMirror .column-resize-handle:hover{background-color:#2563eb}.ProseMirror.resize-cursor{cursor:col-resize}.ProseMirror .image-wrapper[data-float=left]{margin-bottom:.5rem;margin-right:1rem;float:left!important}.ProseMirror .image-wrapper[data-float=right]{margin-bottom:.5rem;margin-left:1rem;float:right!important}.ProseMirror .image-wrapper[data-float=none]{display:block;float:none!important}.ProseMirror:after{content:"";clear:both;display:table}._overlay_giq1a_2,._fullscreen_giq1a_2,._block_giq1a_3{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff80,#fffc);justify-content:center;align-items:center;width:100%;height:100%;animation:.5s ease-out _overlay-fade-in_giq1a_1;display:flex}._fullscreen_giq1a_2{position:fixed;inset:0}._block_giq1a_3{width:auto;height:auto;position:relative}._container_giq1a_31{justify-content:center;align-items:center;display:flex;position:relative}._ring_giq1a_39{border:2px solid #0000;border-radius:50%;width:clamp(60px,10vw,190px);height:clamp(60px,10vw,190px);transition:transform .3s;position:absolute}._ring_giq1a_39:first-child{border-bottom:8px solid #f02ae6;animation:1s linear infinite _rotate1_giq1a_1}._ring_giq1a_39:nth-child(2){border-bottom:8px solid #f01343;animation:1s linear infinite _rotate2_giq1a_1}._ring_giq1a_39:nth-child(3){border-bottom:8px solid #03aaaa;animation:1s linear infinite _rotate3_giq1a_1}._ring_giq1a_39:nth-child(4){border-bottom:8px solid #cf8701;animation:1s linear infinite _rotate4_giq1a_1}._message_giq1a_70{color:#524f4f;letter-spacing:5px;font-size:1rem;font-weight:700;animation:2s ease-in-out infinite alternate _text-fade_giq1a_1}@keyframes _rotate1_giq1a_1{0%{transform:rotateX(50deg)rotate(110deg)}to{transform:rotateX(50deg)rotate(470deg)}}@keyframes _rotate2_giq1a_1{0%{transform:rotateX(20deg)rotateY(50deg)rotate(20deg)}to{transform:rotateX(20deg)rotateY(50deg)rotate(380deg)}}@keyframes _rotate3_giq1a_1{0%{transform:rotateX(40deg)rotateY(130deg)rotate(450deg)}to{transform:rotateX(40deg)rotateY(130deg)rotate(90deg)}}@keyframes _rotate4_giq1a_1{0%{transform:rotateX(70deg)rotate(270deg)}to{transform:rotateX(70deg)rotate(630deg)}}@keyframes _text-fade_giq1a_1{0%{opacity:.6}to{opacity:1}}@keyframes _overlay-fade-in_giq1a_1{0%{opacity:0}to{opacity:1}}._cyber-editor_19fe8_1 .ProseMirror:focus{box-shadow:none!important;outline:none!important}._cyber-editor_19fe8_1 .is-active{color:#fff;background-color:#6c5ce7;border-radius:6px;padding:2px 12px;transition:background-color .3s,color .3s;transform:scale(1.05);box-shadow:0 2px 4px #0003}._cyber-editor_19fe8_1 .tiptap :first-child{margin-top:0}._cyber-editor_19fe8_1 .tiptap strong{font-weight:700}._cyber-editor_19fe8_1 .tiptap em{font-style:italic}._cyber-editor_19fe8_1 .tiptap u{text-decoration:underline}._cyber-editor_19fe8_1 .tiptap s{text-decoration:line-through}._cyber-editor_19fe8_1 .tiptap sub{vertical-align:sub;font-size:.875rem}._cyber-editor_19fe8_1 .tiptap sup{vertical-align:super;font-size:.875rem}._cyber-editor_19fe8_1 .tiptap code{color:#581c87;background-color:#f3e8ff;border-radius:.25rem;padding:.125rem .375rem;font-family:ui-monospace,monospace;font-size:.875rem}._cyber-editor_19fe8_1 .tiptap pre{color:#fff;background-color:#111827;border-radius:.5rem;margin:1rem 0;padding:1rem;font-family:ui-monospace,monospace;font-size:.875rem;overflow-x:auto}._cyber-editor_19fe8_1 .tiptap pre code{color:inherit;background-color:#0000;padding:0}._cyber-editor_19fe8_1 .tiptap h1,._cyber-editor_19fe8_1 .tiptap h2,._cyber-editor_19fe8_1 .tiptap h3,._cyber-editor_19fe8_1 .tiptap h4,._cyber-editor_19fe8_1 .tiptap h5,._cyber-editor_19fe8_1 .tiptap h6{margin-top:1.5rem;margin-bottom:1rem;font-weight:700;line-height:1.25}._cyber-editor_19fe8_1 .tiptap h1{font-size:1.875rem}._cyber-editor_19fe8_1 .tiptap h2{font-size:1.5rem}._cyber-editor_19fe8_1 .tiptap h3{font-size:1.25rem}._cyber-editor_19fe8_1 .tiptap h4{font-size:1.125rem}._cyber-editor_19fe8_1 .tiptap h5,._cyber-editor_19fe8_1 .tiptap h6{font-size:1rem}._cyber-editor_19fe8_1 .tiptap ul,._cyber-editor_19fe8_1 .tiptap ol{margin:1rem 0;padding-left:1.5rem}._cyber-editor_19fe8_1 .tiptap ul{list-style-type:disc}._cyber-editor_19fe8_1 .tiptap ol{list-style-type:decimal}._cyber-editor_19fe8_1 .tiptap li,._cyber-editor_19fe8_1 .tiptap li p{margin:.25rem 0}._cyber-editor_19fe8_1 .tiptap ul[data-type=taskList]{padding-left:.5rem;list-style:none}._cyber-editor_19fe8_1 .tiptap ul[data-type=taskList] li{align-items:flex-start;gap:.5rem;display:flex}._cyber-editor_19fe8_1 .tiptap ul[data-type=taskList] input[type=checkbox]{margin-top:.25rem}._cyber-editor_19fe8_1 .tiptap blockquote{border-left:4px solid #d1d5db;margin:1rem 0;padding-left:1rem;font-style:italic}._cyber-editor_19fe8_1 .tiptap hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}._cyber-editor_19fe8_1 .tiptap th{font-weight:600}._cyber-editor_19fe8_1 .tiptap tr,._cyber-editor_19fe8_1 .tiptap tbody,._cyber-editor_19fe8_1 .tiptap thead{border-color:inherit}._cyber-editor_19fe8_1 .tiptap td,._cyber-editor_19fe8_1 .tiptap th{text-align:left;border:1px solid;border-color:inherit;min-width:100px;padding:.5rem}._cyber-editor_19fe8_1 .tiptap .text-left{text-align:left}._cyber-editor_19fe8_1 .tiptap .text-center{text-align:center}._cyber-editor_19fe8_1 .tiptap .text-right{text-align:right}._cyber-editor_19fe8_1 .tiptap .text-justify{text-align:justify}._cyber-editor_19fe8_1 .ProseMirror{outline:none}._cyber-editor_19fe8_1 .ProseMirror:focus{outline:none;box-shadow:0 0 0 3px #3b82f680}._cyber-editor_19fe8_1 .editor-toolbar{background-color:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem;display:flex}._cyber-editor_19fe8_1 .editor-toolbar button{border-radius:.375rem;padding:.5rem;transition:all .2s}._cyber-editor_19fe8_1 .editor-toolbar button:hover,._cyber-editor_19fe8_1 .editor-toolbar button.is-active{color:#2563eb;background-color:#dbeafe}._cyber-editor_19fe8_1 .editor-toolbar button:disabled{opacity:.5;cursor:not-allowed}._cyber-editor_19fe8_1 .editor-toolbar .divider{background-color:#d1d5db;width:1px;height:1.25rem;margin:0 .5rem}@media (max-width:640px){._cyber-editor_19fe8_1 .editor-toolbar{justify-content:center}}._cyber-editor_19fe8_1 .animate-slide-up{animation:.3s ease-out slide-up}@keyframes _slide-up_19fe8_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._cyber-editor_19fe8_1 .accordion-header:hover{opacity:.8;transition:all .2s}
