.editor-shell{width:100%;display:flex;flex-direction:column;background:#fff;overflow:hidden}.editor-toolbar{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;padding:10px 12px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:5;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.editor-toolbar::-webkit-scrollbar{height:6px}.editor-toolbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.editor-toolbar-group{display:flex;align-items:center;flex-shrink:0;gap:2px}.editor-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:6px;border-radius:8px;border:none;background:transparent;color:#475569;cursor:pointer;transition:background-color .15s ease,color .15s ease}.editor-toolbar-btn svg{width:100%;height:100%}.editor-toolbar-icon{display:inline-flex;width:20px;height:20px;flex-shrink:0}.editor-toolbar-icon svg{width:100%;height:100%}.editor-toolbar-btn:hover{background:#e2e8f0;color:#002e6d}.editor-toolbar-btn.is-active{background:#002e6d;color:#fff}.editor-toolbar-btn:disabled{opacity:.4;cursor:not-allowed;background:transparent;color:#475569}.editor-toolbar-select{height:32px;padding:0 8px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#1e293b;font-size:13px;font-weight:500;cursor:pointer}.editor-toolbar-select:hover{border-color:#002e6d}.editor-toolbar-select--block-type{min-width:118px}.editor-toolbar-select--font-family{min-width:110px}.editor-toolbar-select--font-size{min-width:66px}.editor-toolbar-select--margins{min-width:132px;height:44px}.editor-toolbar-stepper{display:flex;align-items:center;gap:2px}.editor-toolbar-stepper-btn{width:26px;height:26px;padding:3px}.editor-toolbar-stepper-input{width:34px;height:32px;border:none;background:transparent;text-align:center;font-size:13px;font-weight:500;color:#1e293b}.editor-toolbar-stepper-input:focus{outline:none}.editor-toolbar-color-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:6px;border-radius:8px;color:#475569;cursor:pointer;transition:background-color .15s ease}.editor-toolbar-color-btn:hover{background:#e2e8f0;color:#002e6d}.editor-toolbar-color-btn svg{width:100%;height:100%;pointer-events:none}.editor-toolbar-color-icon{display:inline-flex;width:20px;height:20px;flex-shrink:0}.editor-toolbar-color-btn input[type=color]{position:absolute;inset:0;opacity:0;cursor:pointer}.editor-toolbar-menu-btn{position:relative;display:inline-flex;flex-shrink:0}.editor-toolbar-btn--menu{width:auto;gap:4px;padding:6px 8px}.editor-toolbar-chevron{width:12px;height:12px;flex-shrink:0}.editor-toolbar-btn--select{flex-shrink:0;max-width:168px}.editor-toolbar-select-icon{display:inline-flex;width:20px;height:20px;flex-shrink:0}.editor-toolbar-select-icon svg{width:100%;height:100%}.editor-toolbar-select-icon--glyph{align-items:center;justify-content:center;font-size:10px;font-weight:700}.editor-toolbar-select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500}.editor-menu{min-width:200px;padding:6px;gap:0}.editor-menu-item{display:flex;align-items:center;gap:10px;width:100%;height:34px;padding:0 10px;border:none;background:transparent;border-radius:8px;color:#334155;font-size:13px;text-align:left;cursor:pointer;transition:background-color .15s ease}.editor-menu-item:hover{background:#f1f5f9}.editor-menu-item.is-active{background:#effcff;color:#002e6d;font-weight:600}.editor-menu-item-icon{display:inline-flex;width:20px;height:20px;flex-shrink:0}.editor-menu-item-icon svg{width:100%;height:100%}.editor-menu-item-icon--glyph{align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#64748b}.editor-menu-item-label{flex:1}.editor-menu-item-shortcut{color:#94a3b8;font-size:11px}.editor-popover{position:absolute;z-index:20;min-width:240px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px -5px #00000026;padding:12px;display:flex;flex-direction:column;gap:10px}.editor-popover-input,.editor-popover-number{width:100%;height:36px;padding:0 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:13px}.editor-popover-input:focus,.editor-popover-number:focus{border-color:#002e6d;outline:none}.editor-popover-row{display:flex;gap:10px}.editor-popover-row label{flex:1;display:flex;flex-direction:column;gap:4px;font-size:12px;color:#475569;font-weight:500}.editor-popover-number{width:100%}.editor-popover-actions{display:flex;justify-content:flex-end;gap:8px}.editor-popover-btn{height:32px;padding:0 14px;border-radius:8px;border:none;background:#002e6d;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.editor-popover-btn:hover{background:#002250}.editor-popover-btn--secondary{background:#fff;color:#dc2626;border:1px solid #fecaca}.editor-popover-btn--secondary:hover{background:#fef2f2}.editor-color-popover{min-width:244px}.editor-color-hex-row{display:flex;align-items:center;gap:8px}.editor-color-hex-label{font-size:12px;font-weight:500;color:#64748b}.editor-color-hex-input{flex:1;height:32px;padding:0 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;text-transform:lowercase}.editor-color-hex-input:focus{border-color:#002e6d;outline:none}.editor-color-swatches{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}.editor-color-swatch{width:22px;height:22px;border-radius:6px;border:1px solid rgba(15,23,42,.12);cursor:pointer;padding:0}.editor-color-swatch.is-active{outline:2px solid #002e6d;outline-offset:1px}.editor-color-gradient{display:flex;flex-direction:column}.editor-color-sv{position:relative;width:100%;height:130px;border-radius:8px;cursor:crosshair}.editor-color-sv-thumb{position:absolute;width:12px;height:12px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #0f172a59,0 1px 3px #0000004d;transform:translate(-50%,-50%);pointer-events:none}.editor-color-hue{position:relative;height:12px;border-radius:6px;margin-top:10px;cursor:pointer;background:linear-gradient(to right,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.editor-color-hue-thumb{position:absolute;top:50%;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #fff;box-shadow:0 0 0 1px #0f172a59,0 1px 3px #0000004d;transform:translate(-50%,-50%);pointer-events:none}.editor-color-preview{height:22px;border-radius:6px;margin-top:10px;border:1px solid rgba(15,23,42,.12)}.editor-floating-toolbar{position:fixed;z-index:20;display:flex;align-items:center;gap:2px;padding:4px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px -5px #00000026;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .12s ease,transform .12s ease;pointer-events:none}.editor-floating-toolbar.is-visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.editor-floating-toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:4px;border:none;border-radius:6px;background:transparent;color:#475569;cursor:pointer;transition:background-color .15s ease,color .15s ease}.editor-floating-toolbar-btn svg{width:100%;height:100%}.editor-floating-toolbar-btn:hover{background:#f1f5f9;color:#002e6d}.editor-content-wrapper{position:relative;flex:1;height:300px;max-height:300px;min-height:300px;padding:16px 0;overflow:hidden}.editor-content{min-height:268px;max-height:268px;overflow-y:auto;padding:0 16px 0 24px;font-family:Arial,Helvetica,Noto Sans,Noto Sans Arabic,Noto Sans Devanagari,Noto Sans SC,sans-serif;font-size:16px;line-height:1.6;color:#1e293b;outline:none}.editor-placeholder{position:absolute;top:16px;left:24px;color:#94a3b8;font-size:16px;pointer-events:none}.editor-placeholder.hidden{display:none}.draggable-block-menu{position:absolute;top:0;left:0;display:none;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;color:#94a3b8;cursor:grab;transition:background-color .15s ease,color .15s ease}.draggable-block-menu:hover{background:#e2e8f0;color:#002e6d}.draggable-block-menu:active{cursor:grabbing}.draggable-block-target-line{position:absolute;top:0;left:0;height:4px;background:#002e6d;opacity:0;pointer-events:none;border-radius:2px}.editor-paragraph{margin:0 0 12px}.editor-heading-h1,.editor-heading-h2,.editor-heading-h3,.editor-heading-h4{color:#000;font-weight:600;margin:20px 0 12px;line-height:1.3}.editor-heading-h1{font-size:2rem}.editor-heading-h2{font-size:1.6rem}.editor-heading-h3{font-size:1.3rem}.editor-heading-h4{font-size:1.1rem}.editor-quote{margin:0 0 12px;padding:8px 16px;border-left:4px solid #002e6d;background:#effcff;border-radius:0 8px 8px 0;color:#334155;font-style:italic}.editor-sticky-note{margin:0 0 12px;padding:14px 16px;background:#fef9c3;border:1px solid #fde68a;border-radius:4px 4px 4px 16px;box-shadow:2px 3px 6px #00000014;color:#713f12}.editor-equation{display:inline-block;padding:1px 6px;background:#f1f5f9;border-radius:4px;font-family:Georgia,Times New Roman,Times,serif;font-style:italic}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-underline-strikethrough{text-decoration:underline line-through}.editor-text-code{font-family:Courier New,Courier,monospace;background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.9em}.editor-text-subscript{vertical-align:sub;font-size:.75em}.editor-text-superscript{vertical-align:super;font-size:.75em}.editor-text-lowercase{text-transform:lowercase}.editor-text-uppercase{text-transform:uppercase}.editor-text-capitalize{text-transform:capitalize}.editor-list-ul,.editor-list-ol{margin:0 0 12px;padding-left:28px;display:flex;flex-direction:column;gap:4px}.editor-list-ul{list-style:disc}.editor-list-ol{list-style:decimal}.editor-listitem{margin:0}.editor-nested-listitem{list-style:none}.editor-listitem-checked,.editor-listitem-unchecked{list-style:none;position:relative;padding-left:28px;outline:none}.editor-listitem-checked:not(.pdf-export-listitem):before,.editor-listitem-unchecked:not(.pdf-export-listitem):before{content:"";position:absolute;left:0;top:50%;margin-top:-8px;width:16px;height:16px;border:2px solid #94a3b8;border-radius:4px;background:#fff}.editor-listitem-checked:not(.pdf-export-listitem):before{background:#002e6d;border-color:#002e6d}.editor-listitem-checked:not(.pdf-export-listitem):after{content:"";position:absolute;left:5px;top:50%;margin-top:-5px;width:6px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.editor-listitem-checked{color:#94a3b8;text-decoration:line-through}.editor-listitem-checked.pdf-export-listitem{text-decoration:none}.pdf-export-listitem{display:flex;align-items:flex-start;gap:8px;padding-left:0}.pdf-export-marker{flex-shrink:0;line-height:inherit}.editor-list-ul .pdf-export-marker{width:16px;text-align:center}.editor-list-ol .pdf-export-marker{min-width:20px}.pdf-export-listitem-content{flex:1;min-width:0}.pdf-export-marker--checkbox{position:relative;display:inline-block;width:16px;height:16px;border:2px solid #94a3b8;border-radius:4px;background:#fff;box-sizing:border-box}.pdf-export-marker--checkbox.is-checked{background:#002e6d;border-color:#002e6d}.pdf-export-strike{position:absolute;pointer-events:none}.pdf-export-highlight{position:absolute;z-index:-1;pointer-events:none}.pdf-export-marker--checkbox .pdf-export-check{position:absolute;left:3px;top:0;width:5px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.editor-link{color:#002e6d;text-decoration:underline;text-underline-offset:2px}.editor-code-block{display:block;margin:0 0 12px;padding:14px 16px;background:#0f172a;color:#e2e8f0;border-radius:10px;font-family:Courier New,Courier,monospace;font-size:.9rem;line-height:1.5;overflow-x:auto;white-space:pre-wrap}.editor-hr{margin:20px 0;border:none;border-top:1px solid #cbd5e1}.editor-page-break{break-after:page;page-break-after:always;height:0}.editor-page-break--editing{height:auto;display:flex;align-items:center;gap:8px;margin:16px 0}.editor-page-break--editing:before,.editor-page-break--editing:after{content:"";flex:1;border-top:2px dashed #94a3b8}.editor-page-break-label{flex-shrink:0;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8}.editor-image{max-width:100%;height:auto;border-radius:8px;margin:12px 0}.editor-table{width:100%;border-collapse:collapse;margin:0 0 16px}.editor-table-row{border-bottom:1px solid #e2e8f0}.editor-table-cell,.editor-table-cell-header{border:1px solid #e2e8f0;padding:8px 12px;text-align:left;vertical-align:top;min-width:60px}.editor-table-cell-header{background:#f8fafc;font-weight:600}@media(max-width:640px){.editor-placeholder{left:24px;top:24px}.editor-toolbar-group{padding-right:4px;margin-right:4px}}
