.inkflow-core-editor{position:relative;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,Arial,sans-serif}.inkflow-core-editor__editable{min-height:100%;outline:none;white-space:pre-wrap;word-break:break-word;caret-color:#06f}.inkflow-core-editor__paragraph{margin:0 0 14px}.inkflow-core-editor__heading{margin:22px 0 12px;font-weight:650}.inkflow-core-editor__heading--h1{font-size:28px;line-height:1.35}.inkflow-core-editor__heading--h2{font-size:24px;line-height:1.4}.inkflow-core-editor__heading--h3{font-size:22px;line-height:1.45}.inkflow-core-editor__heading--h4{font-size:20px;line-height:1.5}.inkflow-core-editor__heading--h5{font-size:18px;line-height:1.55}.inkflow-core-editor__heading--h6{font-size:16px;line-height:1.6}.inkflow-core-editor__list{margin:0 0 14px;padding-left:2em;list-style-position:outside}.inkflow-core-editor__list--bullet{list-style-type:disc}.inkflow-core-editor__list--number{list-style-type:decimal}.inkflow-core-editor ul.ul0{list-style-type:disc}.inkflow-core-editor ul.ul1{list-style-type:circle}.inkflow-core-editor ul.ul2{list-style-type:square}.inkflow-core-editor ol.ol0{list-style-type:decimal}.inkflow-core-editor ol.ol1{list-style-type:lower-alpha}.inkflow-core-editor ol.ol2{list-style-type:lower-roman}.inkflow-core-editor__list-item{margin:4px 0}.inkflow-core-editor__list-item::marker{color:#06f}.inkflow-core-editor .inkflow-editor-list-item--nested{list-style-type:none}.inkflow-core-editor .inkflow-editor-list-item--nested>.inkflow-core-editor__list{margin-bottom:0}.inkflow-core-editor__list-item--checked{text-decoration:line-through;color:rgba(0,0,0,.4)}.inkflow-core-editor__list-item--checked,.inkflow-core-editor__list-item--unchecked{position:relative;list-style:none;padding-left:1.6em;margin-left:-.5em}.inkflow-core-editor__list-item--checked:before,.inkflow-core-editor__list-item--unchecked:before{position:absolute;top:.45em;left:0;width:1em;height:1em;box-sizing:border-box;border:1.5px solid #8c8c8c;border-radius:.3em;content:""}.inkflow-core-editor__list-item--checked:before{border-color:#06f;background:#06f}.inkflow-core-editor__list-item--checked:after{position:absolute;top:.72em;left:.25em;width:.42em;height:.2em;border-bottom:.1em solid #fff;border-left:.1em solid #fff;content:"";transform:rotate(-45deg)}.inkflow-core-editor__text--bold{font-weight:700}.inkflow-core-editor__text--italic{font-style:italic}.inkflow-core-editor__text--underline{text-decoration:underline}.inkflow-core-editor__text--strikethrough{text-decoration:line-through}.inkflow-core-editor__text--underline-strikethrough{text-decoration:underline line-through}.inkflow-core-editor__image-block{margin:18px 0}.inkflow-core-editor__image-layout{display:flex;width:100%}.inkflow-core-editor__image-layout--center{justify-content:center}.inkflow-core-editor__image-layout--right{justify-content:flex-end}.inkflow-core-editor__image{display:block;max-width:100%;height:auto;border-radius:4px}hr.inkflow-editor-horizontal-rule{display:block;width:100%;height:1px;box-sizing:border-box;margin:24px 0!important;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d8d8d8;padding:0!important;cursor:default;transform:scaleY(.5);transform-origin:center}hr.inkflow-editor-horizontal-rule--selected{background:#1677ff}.inkflow-editor-table__scroll{width:100%;margin:14px 0;overflow-x:auto;border-radius:3px;overscroll-behavior-inline:contain}.inkflow-editor-table{width:100%;min-width:480px;border-collapse:collapse;table-layout:fixed}.inkflow-editor-table__cell{min-width:80px;box-sizing:border-box;border:1px solid #dedede;background:#fff;padding:8px 10px;vertical-align:top}.inkflow-editor-table__cell--header{background:#f7f7f7;font-weight:600}.inkflow-editor-table__cell--selected{background:#eef5ff}.inkflow-editor-table--selection{outline:2px solid rgba(22,119,255,.24);outline-offset:-2px}.inkflow-editor-table__cell>:first-child{margin-top:0!important}.inkflow-editor-table__cell>:last-child{margin-bottom:0!important}.inkflow-editor-table-action-button,.inkflow-editor-table-quick-button{position:fixed;z-index:1100;display:flex;width:24px;height:24px;box-sizing:border-box;align-items:center;justify-content:center;border:1px solid #dedede;border-radius:6px;background:#fff;padding:0;color:rgba(0,0,0,.65);font-size:16px;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.08);cursor:pointer}.inkflow-editor-table-action-button:hover,.inkflow-editor-table-quick-button:hover{border-color:#b7cdf4;background:#f3f7ff;color:#1677ff}.inkflow-editor-table-menu{position:fixed;z-index:1101;display:flex;width:176px;max-height:calc(100vh - 16px);box-sizing:border-box;flex-direction:column;gap:2px;border:1px solid #eeeeee;border-radius:8px;background:#fff;padding:4px;box-shadow:0 8px 24px rgba(0,0,0,.12);overflow-y:auto}.inkflow-editor-table-column-resizer{position:fixed;z-index:1102;width:10px;min-height:24px;touch-action:none;cursor:col-resize}.inkflow-editor-table-column-resizer:after{position:absolute;top:0;bottom:0;left:4px;width:2px;border-radius:1px;background:transparent;content:"";transition:background .12s ease}.inkflow-editor-table-column-resizer:hover:after,.inkflow-editor-table-is-resizing .inkflow-editor-table-column-resizer:after{background:#1677ff}.inkflow-editor-table-row-resizer{position:fixed;z-index:1102;height:10px;min-width:24px;touch-action:none;cursor:row-resize}.inkflow-editor-table-row-resizer:after{position:absolute;top:4px;right:0;left:0;height:2px;border-radius:1px;background:transparent;content:"";transition:background .12s ease}.inkflow-editor-table-row-resizer:hover:after,.inkflow-editor-table-is-row-resizing .inkflow-editor-table-row-resizer:after{background:#1677ff}.inkflow-editor-table-is-resizing,.inkflow-editor-table-is-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.inkflow-editor-table-is-row-resizing,.inkflow-editor-table-is-row-resizing *{cursor:row-resize!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.inkflow-editor-table-is-resizing .inkflow-editor-table-action-button,.inkflow-editor-table-is-resizing .inkflow-editor-table-quick-button,.inkflow-editor-table-is-row-resizing .inkflow-editor-table-action-button,.inkflow-editor-table-is-row-resizing .inkflow-editor-table-quick-button{opacity:0;pointer-events:none}.inkflow-editor-table-menu__item{width:100%;border:0;border-radius:6px;background:transparent;padding:7px 10px;color:rgba(0,0,0,.88);font-size:14px;line-height:22px;text-align:left;cursor:pointer}.inkflow-editor-table-menu__item:hover{background:#f5f5f5}.inkflow-editor-table-menu__item--danger{color:#d4380d}.inkflow-editor-table-menu__divider{height:1px;margin:2px 6px;background:#eee}@media(max-width:600px){.inkflow-editor-table{min-width:420px}.inkflow-editor-table__cell{min-width:80px;padding:7px 8px}}
