.ql-hashtag{display:inline;padding:0;margin:0;background:transparent;border-radius:0;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.2px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ql-hashtag,.ql-hashtag:active,.ql-hashtag:focus,.ql-hashtag:hover,.ql-hashtag:visited{color:#9ab9da;text-decoration:none}.ql-hashtag-dropdown{position:fixed;z-index:9999;width:320px;background:#202020;border-radius:8px;box-shadow:0 8px 24px #00000059;max-height:168px;overflow-y:auto;padding:4px;display:none}.ql-hashtag-item{position:relative;padding:3px 28px 3px 8px;margin-top:0;font-weight:400;font-size:14px;color:#9ab9da;line-height:22px;border-radius:4px;cursor:pointer;transition:background-color .15s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ql-hashtag-item:first-child{margin-top:0}.ql-hashtag-item--active,.ql-hashtag-item:hover{background-color:#2e2e2e}.ql-hashtag-item--active:after{content:"✓";position:absolute;right:8px;top:3px;line-height:22px;color:#f0f0f0}.ql-hashtag-dropdown::-webkit-scrollbar{width:4px}.ql-hashtag-dropdown::-webkit-scrollbar-thumb{background-color:#363636;border-radius:2px}.ql-hashtag-dropdown::-webkit-scrollbar-track{background:transparent}.ql-editor .video-uploading{position:relative;display:block;width:100%;min-height:200px}.ql-editor .video-uploading .video-placeholder{width:100%;height:200px;background:#ffffff4d;display:flex;align-items:center;justify-content:center;opacity:.5}.ql-editor .video-uploading .video-icon{font-size:80px;line-height:80px}.ql-editor .video-uploading:after{content:"";position:absolute;inset:0;background:#00000080}.ql-editor .video-uploading:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;border-radius:50%;border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:ql-editor-video-uploading-spin .8s linear infinite;z-index:1}@keyframes ql-editor-video-uploading-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.ql-toolbar .ql-picker.ql-expanded .ql-picker-options{z-index:1}.ql-editor .ql-table{display:table;border-collapse:collapse;table-layout:fixed;width:auto}.ql-editor .ql-table[data-full]{width:100%}.ql-editor .ql-table-wrapper{width:100%;overflow:auto}.ql-editor .ql-table-caption{position:relative;word-break:break-word;outline:0}.ql-editor .ql-table-caption .ql-table-caption--switch{display:flex;align-items:center;justify-content:center;padding:2px;border-radius:4px;border:1px solid #0003;font-size:12px;cursor:pointer;background-color:#fff}.ql-editor .ql-table-caption .ql-table-caption--switch:hover{background-color:#eee}.ql-editor .ql-table-cell{padding:8px 12px;border-color:transparent;font-size:14px;outline:0;overflow:auto}.ql-editor .ql-table-cell-inner{display:inline-block;min-width:100%;word-break:break-word;outline:0;counter-reset:list-0}.ql-editor .ql-table col{border-collapse:separate;text-indent:0;display:table-column;table-layout:fixed}.ql-editor .ql-table tr+tr td,.ql-editor .ql-table tr+tr th{border-top:none}.ql-editor .ql-table td,.ql-editor .ql-table th{border:1px solid #a1a1aa}.ql-editor .ql-table td+td,.ql-editor .ql-table td+th,.ql-editor .ql-table th+td,.ql-editor .ql-table th+th{border-left:none}.table-up-toolbox{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.table-up-toolbox *{pointer-events:all}.table-up-tooltip{position:absolute;z-index:20;padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;color:#fff;white-space:nowrap;background-color:#303133;transition:opacity .15s linear}.table-up-tooltip.transparent{opacity:0}.table-up-tooltip.hidden{display:none}.table-up-button{--table-btn-color:#606266;--table-btn-bg-hover:#f3f4f6;--table-btn-color-border:#dcdfe6;--table-btn-border:.0625rem solid var(--table-btn-color-border);--table-btn-confirm-color-border:#409eff;--table-btn-confirm-bg:#409eff;--table-btn-confirm-hover:#79bbff;--table-btn-confirm-outline-focus-visible:.125rem solid #a0cfff;box-sizing:border-box;display:inline-flex;height:2rem;line-height:1;margin:0;padding:.5rem 1rem;border-radius:.25rem;border:var(--table-btn-border);color:var(--table-btn-color);background-color:transparent;font-size:.875rem;cursor:pointer}.table-up-button+.table-up-button{margin-left:.375rem}.table-up-button:hover{background-color:var(--table-btn-bg-hover)}.table-up-button.confirm{border-color:var(--table-btn-confirm-color-border);background-color:var(--table-btn-confirm-bg);color:#fff}.table-up-button.confirm:hover{border-color:var(--table-btn-confirm-hover);background-color:var(--table-btn-confirm-hover)}.table-up-button.confirm:focus-visible{outline:var(--table-btn-confirm-outline-focus-visible);outline-offset:.0625rem}.table-up-dialog{--dialog-bg:rgba(0,0,0,.5);--dialog-color-border:#ebeef5;--dialog-color-boxshadow:rgba(0,0,0,.12);--dialog-border:.0625rem solid var(--dialog-color-border);--dialog-boxshadow:0 0 .75rem var(--dialog-color-boxshadow);z-index:2000;height:100%;background-color:var(--dialog-bg)}.table-up-dialog,.table-up-dialog__overlay{position:fixed;inset:0;overflow:auto}.table-up-dialog__overlay{padding:1rem;text-align:center}.table-up-dialog__overlay:after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.table-up-dialog__content{display:inline-block;max-width:50vw;width:100%;vertical-align:middle;background-color:#fff;border-radius:.25rem;border:var(--dialog-border);font-size:1.125rem;box-shadow:var(--dialog-boxshadow);text-align:left;overflow:hidden;box-sizing:border-box}.table-up-color-picker{--color-picker-bg-color:#fff;box-sizing:border-box;display:inline-flex;flex-direction:column;width:16.75rem;padding:.5rem;border-radius:.375rem;background:var(--color-picker-bg-color);box-shadow:0 0 .375rem #b2b5b8}.table-up-color-picker__content{box-sizing:border-box;width:100%;height:11.75rem;padding-top:.5rem}.table-up-color-picker__selector{width:14.375rem;height:9.375rem;position:absolute}.table-up-color-picker__background{width:100%;height:100%;background:linear-gradient(0deg,#000 0,transparent),linear-gradient(90deg,#fff 0,#fff0)}.table-up-color-picker__background-handle{box-sizing:border-box;position:absolute;border:.0625rem solid #fff;cursor:pointer;top:0;left:14.375rem;border-radius:100%;width:.625rem;height:.625rem;transform:translate(-.3125rem,-.3125rem)}.table-up-color-picker__hue{width:.75rem;height:9.375rem;margin-left:15rem;position:absolute;background:linear-gradient(0deg,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.table-up-color-picker__hue-handle{box-sizing:border-box;position:absolute;border:.0625rem solid #fff;cursor:pointer;background-color:#fff;box-shadow:0 0 .125rem #0009;left:0;width:1rem;height:.625rem;transform:translate(-.125rem,-.3125rem)}.table-up-color-picker__alpha{width:14.375rem;height:.75rem;position:absolute;margin-top:10rem;background:linear-gradient(45deg,#ccc 25%,transparent 0),linear-gradient(135deg,#ccc 25%,transparent 0),linear-gradient(45deg,transparent 75%,#ccc 0),linear-gradient(135deg,transparent 75%,#ccc 0);background-size:.75rem .75rem;background-position:0 0,.375rem 0,.375rem -.375rem,0 .375rem}.table-up-color-picker__alpha-bg{position:relative;height:100%;background:linear-gradient(90deg,#fff0 0,#fff)}.table-up-color-picker__alpha-handle{box-sizing:border-box;position:absolute;border:.0625rem solid #fff;cursor:pointer;background-color:#fff;box-shadow:0 0 .125rem #0009;top:0;width:.625rem;height:1rem;transform:translate(-.3125rem,-.125rem)}.table-up-color-picker__action{box-sizing:border-box;display:flex;align-items:center;gap:.375rem;width:100%;padding-top:.5rem;border-top:.0625rem solid #e9ecef}.table-up-color-picker__action-item{flex:1;display:inline-flex;align-items:center;font-size:.75rem}.table-up-color-picker__input{box-sizing:border-box;width:100%;height:1.375rem;margin-left:.125rem;padding:.125rem 0 .125rem .25rem;background-color:#fff;border:.0625rem solid #ced4da;border-radius:.25rem;outline:0;color:#405057}.table-up-tooltip .table-up-color-picker{--color-picker-bg-color:transparent;box-shadow:none;width:15.75rem;padding:.5rem 0}.ql-container .table-up-selection{--select-color:#0589f340;display:none;position:absolute;overflow:hidden;pointer-events:none}.ql-container .table-up-selection__line{position:absolute;background-color:var(--select-color);pointer-events:none}.table-up-resize-line__col,.table-up-resize-line__row{position:absolute;z-index:0}.table-up-resize-line__col.is-hidden,.table-up-resize-line__row.is-hidden{display:none}.table-up-resize-line__col:after,.table-up-resize-line__col:before,.table-up-resize-line__row:after,.table-up-resize-line__row:before{content:"";display:block;position:absolute;top:0;z-index:1}.table-up-resize-line__row{height:.0625rem;cursor:ns-resize}.table-up-resize-line__row:after,.table-up-resize-line__row:before{width:100%;height:.5rem}.table-up-resize-line__row:before{transform:translateY(-.5rem)}.table-up-resize-line__col{width:.0625rem;cursor:ew-resize}.table-up-resize-line__col:after,.table-up-resize-line__col:before{height:100%;width:.5rem}.table-up-resize-line__col:before{transform:translate(-.5rem)}.table-up-resize-box{position:absolute;z-index:0}.table-up-resize-box.is-hidden{display:none}.table-up-resize-box.is-caption-bottom .table-up-resize-box__corner{border-top-width:0;border-bottom-width:.0625rem;border-top-left-radius:0;border-bottom-left-radius:50%}.table-up-resize-box.is-align-right .table-up-resize-box__col-separator{left:-.125rem}.table-up-resize-box.is-align-right .table-up-resize-box__corner{border-left-width:0;border-right-width:.0625rem;border-top-left-radius:0;border-top-right-radius:50%}.table-up-resize-box.is-align-right.is-caption-bottom .table-up-resize-box__corner{border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:50%}.table-up-resize-box__col,.table-up-resize-box__row{position:absolute;top:0;left:0;overflow:hidden;display:flex}.table-up-resize-box__col-wrapper,.table-up-resize-box__row-wrapper{display:flex}.table-up-resize-box__col-header,.table-up-resize-box__row-header{position:relative;flex-shrink:0;background-color:#f5f6f7;border:.0625rem solid #ccc}.table-up-resize-box__col-header:hover,.table-up-resize-box__row-header:hover{background-color:#171a1d1a}.table-up-resize-box__col-header.is-selected,.table-up-resize-box__row-header.is-selected{cursor:grab}.table-up-resize-box__col-header.is-selected:hover,.table-up-resize-box__row-header.is-selected:hover{background-color:#f5f6f7}.table-up-resize-box__col-wrapper{height:100%}.table-up-resize-box__col-header{height:100%;cursor:pointer;border-right-color:transparent}.table-up-resize-box__col-header:last-child{border-right-color:#ccc}.table-up-resize-box__col-separator{position:absolute;top:0;bottom:0;right:-.125rem;width:.125rem;cursor:ew-resize;z-index:0}.table-up-resize-box__col-separator:after{right:-.375rem}.table-up-resize-box__col-separator:before{left:-.375rem}.table-up-resize-box__col-separator:after,.table-up-resize-box__col-separator:before{content:"";position:absolute;top:0;display:block;width:.5rem;height:100%;z-index:1}.table-up-resize-box__row-wrapper{flex-direction:column;width:100%}.table-up-resize-box__row-header{width:100%;cursor:pointer;border-bottom-color:transparent}.table-up-resize-box__row-header:last-child{border-bottom-color:#ccc}.table-up-resize-box__row-separator{position:absolute;left:0;right:0;bottom:-.125rem;height:.125rem;cursor:ns-resize;z-index:0}.table-up-resize-box__row-separator:after{bottom:-.375rem}.table-up-resize-box__row-separator:before{top:-.375rem}.table-up-resize-box__row-separator:after,.table-up-resize-box__row-separator:before{content:"";position:absolute;left:0;display:block;width:100%;height:.5rem;z-index:1}.table-up-resize-box__corner{position:absolute;top:0;left:0;background-color:#f3f4f5;border-color:#ccc;border-style:solid;border-width:.0625rem 0 0 .0625rem;border-top-left-radius:50%;cursor:pointer}.table-up-drag{position:absolute;overflow:hidden;pointer-events:none}.table-up-drag__line{position:absolute;z-index:0;background-color:#409eff}.table-up-drag__line.is-col{width:.125rem;cursor:ew-resize}.table-up-drag__line.is-row{height:.125rem;cursor:ns-resize}.table-up-drag__placeholder{position:absolute;background-color:#04f2;pointer-events:none;z-index:0}.table-up-drag__placeholder.is-hidden{display:none}.table-up-drag__indicator{position:absolute;width:0;height:0;border:.0625rem solid #3f85ff;cursor:col-resize;z-index:0;opacity:0;transition:opacity .2s ease-in;pointer-events:none}.table-up-drag__tip{position:fixed;margin-left:-1.25rem;margin-top:-1.25rem;padding-top:1.25rem;padding-left:1.25rem;cursor:grabbing;z-index:1000}.table-up-drag__tip-content{width:6.25rem;height:1.5rem}.table-up-scale{position:absolute;top:0;left:0;overflow:hidden;pointer-events:none}.table-up-scale__block{position:absolute;top:0;left:0;transform:translate(-100%,-100%);width:.75rem;height:.75rem;background-color:#f1f5f9;border:.0625rem solid grey;cursor:nwse-resize;pointer-events:all}.table-up-scale.is-align-right .table-up-scale__block{cursor:nesw-resize}.table-up-scale.is-hidden{display:none}.table-up-scrollbar{position:absolute;z-index:1;transition:opacity .15s linear}.table-up-scrollbar__container{position:relative}.table-up-scrollbar.is-transparent{opacity:0}.table-up-scrollbar.is-vertical{top:.125rem;bottom:.125rem;left:-.5rem;width:.375rem}.table-up-scrollbar.is-vertical .table-up-scrollbar__thumb{width:100%}.table-up-scrollbar.is-horizontal{bottom:.125rem;left:.125rem;right:.125rem;height:.375rem}.table-up-scrollbar.is-horizontal .table-up-scrollbar__thumb{height:100%}.table-up-scrollbar__thumb{border-radius:.3125rem;background-color:#d2d2d2;cursor:pointer}.table-up-scrollbar__thumb:hover{background-color:#a1a1aa}.table-up-scrollbar--virtual.ql-container .ql-table-wrapper{scrollbar-width:none}.table-up-align,.table-up-menu{position:absolute;z-index:1;display:flex;align-items:center;padding:.25rem;border-radius:.375rem;box-shadow:0 0 .5rem #00000080;background-color:#fff;font-size:.875rem}.table-up-align__item,.table-up-menu__item{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border-radius:.25rem;cursor:pointer}.table-up-align__item:hover,.table-up-menu__item:hover{background-color:#eee}.table-up-align__item.is-break,.table-up-menu__item.is-break{align-self:stretch;width:.0625rem;padding:0;margin:.125rem .25rem;background-color:#a3a3a3;cursor:default}.table-up-align.is-hidden,.table-up-menu.is-hidden{display:none}.table-up-align .icon,.table-up-menu .icon{display:flex;flex-shrink:0;font-size:1.25rem}.table-up-align span,.table-up-menu span{text-wrap:nowrap}.table-up-menu.is-contextmenu{flex-direction:column;padding:.25rem .5rem;max-height:21.875rem;overflow-y:auto;overflow-x:hidden}.table-up-menu.is-contextmenu .table-up-menu__item{display:flex;justify-content:flex-start;width:100%;gap:.25rem;cursor:pointer}.table-up-menu.is-contextmenu .is-break{width:100%;height:.0625rem;flex-shrink:0;margin:.25rem 0;background-color:#a3a3a3}.table-up-align .icon{width:1.25rem;height:1.25rem}.table-up-color-map{display:flex;flex-direction:column}.table-up-color-map--used{display:flex;align-items:center;justify-content:center;flex-direction:row-reverse;margin-top:.25rem;padding-top:.25rem;border-top:.0625rem solid #ccc}.table-up-color-map__content{display:flex;flex-direction:column}.table-up-color-map__content-row{display:flex;align-items:center;justify-content:center;gap:.25rem}.table-up-color-map__item{width:.875rem;height:.875rem;margin:.125rem;border:.0625rem solid #a3a3a3;cursor:pointer}.table-up-color-map__btn{display:flex;align-items:center;justify-content:center;flex:1;height:1.25rem;padding:0 .375rem;color:#303133;background-color:#fff;cursor:pointer}.table-up-color-map__btn:hover{background-color:#edeeef}.table-up-input__item{--input-height:2rem;--input-inner-height:calc(var(--input-height) - .125rem);--input-color-text:#606266;--input-color-boxshaow:#dcdfe6;--input-color-focus:#409eff;--input-color-error:#f56c6c;--input-boxshaow:0 0 0 .0625rem var(--input-color-boxshaow) inset;--input-boxshaow-focus:0 0 0 .0625rem var(--input-color-focus) inset;--input-boxshaow-error:0 0 0 .0625rem var(--input-color-error) inset;display:flex;align-items:center}.table-up-input__item+.table-up-input__item{margin-top:1.125rem}.table-up-input__label{width:5rem;flex-shrink:0}.table-up-input__input{box-sizing:border-box;position:relative;display:flex;flex-wrap:wrap;width:100%;height:var(--input-height);line-height:var(--input-height);padding:.0625rem .5rem;border-radius:.25rem;box-shadow:var(--input-boxshaow);transition:box-shadow .2s linear}.table-up-input__input.focus{box-shadow:var(--input-boxshaow-focus)}.table-up-input__input input{width:100%;height:var(--input-inner-height);line-height:var(--input-inner-height);flex-grow:1;font-size:.875rem;color:var(--input-color-text);outline:0;border:0;padding:0}.table-up-input__input.error{box-shadow:var(--input-boxshaow-error)}.table-up-input__error-tip{position:absolute;top:100%;left:0;font-size:.75rem;color:var(--input-color-error);line-height:1rem}.ql-snow .table-up-select-box{--select-box-color-bg-hover:#f5f5f5;--select-box-color-bg-active:#e0f2fe;--select-box-custom-color-text:#0d0d0d;--select-box-custom-color-bg:transparent;--select-box-custom-color-bg-hover:#ebebeb}.table-up-select-box{--select-box-color-border:#e5e7eb;--select-box-border:.0625rem solid var(--select-box-color-border);--select-box-color-active:#0ea5e9;--select-box-color-bg-hover:#f5f5f5;--select-box-color-bg-active:transparent;--select-box-custom-color-text:#f5f5f5;--select-box-custom-color-bg:transparent;--select-box-custom-color-bg-hover:#2c2c2c;display:block}.table-up-select-box__block{display:inline-flex;width:10rem;flex-wrap:wrap;align-items:center;justify-content:center}.table-up-select-box__item{display:inline-block;margin:.125rem;height:1rem;width:1rem;border:var(--select-box-border);cursor:pointer}.table-up-select-box__item.active{border-color:var(--select-box-color-active);background-color:var(--select-box-color-bg-active)}.table-up-select-box__custom{display:block;padding:.5rem;color:var(--select-box-custom-color-text);background-color:var(--select-box-custom-color-bg);font-size:1rem;text-align:center;cursor:pointer}.table-up-select-box__custom:hover{background-color:var(--select-box-custom-color-bg-hover)}.table-up-creator{padding:1.5rem}.table-up-creator__input{display:flex;flex-direction:column;width:100%}.table-up-creator__control{margin-top:1rem;text-align:right}.table-up-creator__checkbox{--check-color:#212121;--checked-color:#506eec;display:flex;align-items:center;margin-top:.25rem;cursor:pointer;font-size:.75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.table-up-creator__checkbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.125rem;height:1.125rem;border:.0625rem solid var(--check-color);border-radius:.3125rem;background-color:transparent;display:inline-block;position:relative;margin-right:.625rem;cursor:pointer}.table-up-creator__checkbox input:before{content:"";background-color:var(--checked-color);display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:.625rem;height:.625rem;border-radius:.1875rem;transition:all .2s ease-in-out}.table-up-creator__checkbox input:checked:before{transform:translate(-50%,-50%) scale(1)}.ql-snow .table-up-tooltip{padding:4px 12px;border-radius:4px;font-size:12px}.ql-snow .table-up-button{--table-btn-border:1px solid var(--table-btn-color-border);--table-btn-confirm-outline-focus-visible:2px solid #a0cfff;height:32px;padding:8px 16px;border-radius:4px;font-size:14px}.ql-snow .table-up-button+.table-up-button{margin-left:6px}.ql-snow .table-up-button.confirm:focus-visible{outline-offset:1px}.ql-snow .table-up-dialog{--dialog-border:1px solid var(--dialog-color-border);--dialog-boxshadow:0 0 12px var(--dialog-color-boxshadow)}.ql-snow .table-up-dialog__overlay{padding:16px}.ql-snow .table-up-dialog__content{border-radius:4px;font-size:18px}.ql-snow .table-up-color-picker{width:268px;padding:8px;border-radius:6px;box-shadow:0 0 6px #b2b5b8}.ql-snow .table-up-color-picker__content{height:188px;padding-top:8px}.ql-snow .table-up-color-picker__selector{width:230px;height:150px}.ql-snow .table-up-color-picker__background-handle{border:1px solid #fff;width:10px;height:10px;transform:translate(-5px,-5px)}.ql-snow .table-up-color-picker__hue{width:12px;height:150px;margin-left:240px}.ql-snow .table-up-color-picker__hue-handle{border:1px solid #fff;box-shadow:0 0 2px #0009;width:16px;height:10px;transform:translate(-2px,-5px)}.ql-snow .table-up-color-picker__alpha{width:230px;height:12px;margin-top:160px;background-size:12px 12px;background-position:0 0,6px 0,6px -6px,0 6px}.ql-snow .table-up-color-picker__alpha-handle{border:1px solid #fff;box-shadow:0 0 2px #0009;width:10px;height:16px;transform:translate(-5px,-2px)}.ql-snow .table-up-color-picker__action{gap:6px;padding-top:8px;border-top:1px solid #e9ecef}.ql-snow .table-up-color-picker__action-item{font-size:12px}.ql-snow .table-up-color-picker__input{height:22px;margin-left:2px;padding:2px 0 2px 4px;border:1px solid #ced4da;border-radius:4px}.ql-snow .table-up-tooltip .table-up-color-picker{width:252px;padding:8px 0;box-shadow:none}.ql-snow .table-up-resize-line__row{height:1px}.ql-snow .table-up-resize-line__row:after,.ql-snow .table-up-resize-line__row:before{height:8px}.ql-snow .table-up-resize-line__row:before{transform:translateY(-8px)}.ql-snow .table-up-resize-line__col{width:1px}.ql-snow .table-up-resize-line__col:after,.ql-snow .table-up-resize-line__col:before{width:8px}.ql-snow .table-up-resize-line__col:before{transform:translate(-8px)}.ql-snow .table-up-resize-box.is-caption-bottom .table-up-resize-box__corner{border-bottom-width:1px}.ql-snow .table-up-resize-box.is-align-right .table-up-resize-box__col-separator{left:-2px}.ql-snow .table-up-resize-box.is-align-right .table-up-resize-box__corner{border-right-width:1px}.ql-snow .table-up-resize-box__col-header,.ql-snow .table-up-resize-box__row-header{border:1px solid #ccc}.ql-snow .table-up-resize-box__col-separator{right:-2px;width:2px}.ql-snow .table-up-resize-box__col-separator:after{right:-6px}.ql-snow .table-up-resize-box__col-separator:before{left:-6px}.ql-snow .table-up-resize-box__col-separator:after,.ql-snow .table-up-resize-box__col-separator:before{width:8px}.ql-snow .table-up-resize-box__row-separator{bottom:-2px;height:2px}.ql-snow .table-up-resize-box__row-separator:after{bottom:-6px}.ql-snow .table-up-resize-box__row-separator:before{top:-6px}.ql-snow .table-up-resize-box__row-separator:after,.ql-snow .table-up-resize-box__row-separator:before{height:8px}.ql-snow .table-up-resize-box__corner{border:1px solid #ccc}.ql-snow .table-up-drag__line.is-col{width:2px}.ql-snow .table-up-drag__line.is-row{height:2px}.ql-snow .table-up-drag__indicator{border:1px solid #3f85ff}.ql-snow .table-up-drag__tip{margin-left:-20px;margin-top:-20px;padding-top:20px;padding-left:20px}.ql-snow .table-up-drag__tip-content{width:100px;height:24px}.ql-snow .table-up-scale__block{width:12px;height:12px;border:1px solid grey}.ql-snow .table-up-scrollbar.is-vertical{top:2px;bottom:2px;left:-8px;width:6px}.ql-snow .table-up-scrollbar.is-horizontal{bottom:2px;left:2px;right:2px;height:6px}.ql-snow .table-up-scrollbar__thumb{border-radius:5px}.ql-snow .table-up-align,.ql-snow .table-up-menu{padding:4px;border-radius:6px;box-shadow:0 0 8px #00000080;font-size:14px}.ql-snow .table-up-align__item,.ql-snow .table-up-menu__item{padding:4px;border-radius:4px}.ql-snow .table-up-align__item.is-break,.ql-snow .table-up-menu__item.is-break{padding:0;width:1px;margin:2px 4px}.ql-snow .table-up-align .icon,.ql-snow .table-up-menu .icon{font-size:20px}.ql-snow .table-up-menu.is-contextmenu{padding:4px 8px;max-height:350px}.ql-snow .table-up-menu.is-contextmenu .table-up-menu__item{gap:4px}.ql-snow .table-up-menu.is-contextmenu .is-break{height:1px;margin:4px 0}.ql-snow .table-up-align .icon{width:20px;height:20px}.ql-snow .table-up-color-map--used{margin-top:4px;padding-top:4px;border-top:1px solid #ccc}.ql-snow .table-up-color-map__content-row{gap:4px}.ql-snow .table-up-color-map__item{width:14px;height:14px;margin:2px;border:1px solid #a3a3a3}.ql-snow .table-up-color-map__btn{height:20px;padding:0 6px}.ql-snow .table-up-input__item{--input-height:32px;--input-inner-height:calc(var(--input-height) - 2px);--input-boxshaow:0 0 0 1px var(--input-color-boxshaow) inset;--input-boxshaow-focus:0 0 0 1px var(--input-color-focus) inset;--input-boxshaow-error:0 0 0 1px var(--input-color-error) inset}.ql-snow .table-up-input__item+.table-up-input__item{margin-top:18px}.ql-snow .table-up-input__label{width:80px}.ql-snow .table-up-input__input{padding:1px 8px;border-radius:4px}.ql-snow .table-up-input__input input{font-size:14px}.ql-snow .table-up-input__error-tip{font-size:12px;line-height:16px}.ql-snow .table-up-select-box{--select-box-border:1px solid var(--select-box-color-border)}.ql-snow .table-up-select-box__block{width:160px}.ql-snow .table-up-select-box__item{margin:2px;height:16px;width:16px}.ql-snow .table-up-select-box__custom{padding:8px;font-size:16px}.ql-snow .table-up-creator{padding:24px}.ql-snow .table-up-creator__control{margin-top:16px}.ql-snow .table-up-creator__checkbox{margin-top:4px;font-size:12px}.ql-snow .table-up-creator__checkbox input{width:18px;height:18px;border:1px solid var(--check-color);border-radius:5px;margin-right:10px}.ql-snow .table-up-creator__checkbox input:before{width:10px;height:10px;border-radius:3px}.ql-toolbar .ql-picker:not(.ql-color-picker):not(.ql-icon-picker).ql-table-up{width:28px}.ql-toolbar .ql-picker:not(.ql-color-picker):not(.ql-icon-picker).ql-table-up .ql-picker-label{padding:2px 4px}.ql-toolbar .ql-picker:not(.ql-color-picker):not(.ql-icon-picker).ql-table-up .ql-picker-label svg{position:static;margin-top:0}.ql-editor .ql-table-wrapper{scrollbar-width:auto}.ql-container .table-up-toolbox{z-index:1}.ql-container .table-up-menu{color:#444}.ql-resize-overlay{border:1px dashed #444;pointer-events:none}.ql-resize-overlay,.ql-resize-toolbar{position:absolute;box-sizing:border-box}.ql-resize-toolbar{top:-12px;right:0;left:0;height:0;min-width:120px;text-align:center;color:#333;cursor:default;pointer-events:all}.ql-resize-toolbar button{display:inline-block;min-width:24px;height:24px;padding:2px;background-color:#fff;border:1px solid #999;vertical-align:middle}.ql-resize-toolbar button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}.ql-resize-toolbar button:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}.ql-resize-toolbar button:not(:first-child){border-left:none}.ql-resize-toolbar button.active{filter:invert(20%)}.ql-resize-toolbar svg{width:18px}.ql-resize-handle{position:absolute;height:12px;width:12px;background-color:#fff;border:1px solid #777;box-sizing:border-box;opacity:.8;pointer-events:all}.ql-resize-handle.tl{top:-6px;left:-6px;cursor:nwse-resize}.ql-resize-handle.tr{top:-6px;right:-6px;cursor:nesw-resize}.ql-resize-handle.br{right:-6px;bottom:-6px;cursor:nwse-resize}.ql-resize-handle.bl{left:-6px;bottom:-6px;cursor:nesw-resize}.ql-resize-display{position:absolute;padding:4px 8px;text-align:center;background-color:#fff;color:#333;border:1px solid #777;box-sizing:border-box;opacity:.8;cursor:default;line-height:1}.ql-resize-style-left{float:left;margin:0 1em 1em 0}.ql-resize-style-center{display:block;margin:auto;text-align:center}.ql-resize-style-right{float:right;margin:0 0 1em 1em}.ql-resize-style-full{width:100%!important}.ql-resize-style-full>*{width:100%}.editor-tag-list[data-v-da2e1672]{display:flex;flex-wrap:nowrap;gap:6px;padding:12px;background:#202020;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor-tag-list[data-v-da2e1672]:after,.editor-tag-list[data-v-da2e1672]:before{content:"";position:sticky;z-index:1;display:none;flex:0 0 80px;align-self:stretch;width:80px;pointer-events:none}.editor-tag-list[data-v-da2e1672]:before{left:-12px;margin-right:-80px;background-image:linear-gradient(90deg,#202020 5%,#20202000)}.editor-tag-list[data-v-da2e1672]:after{right:-12px;margin-left:-80px;background-image:linear-gradient(270deg,#202020 5%,#20202000)}.editor-tag-list.show-left-shadow[data-v-da2e1672]:before,.editor-tag-list.show-right-shadow[data-v-da2e1672]:after{display:block}.editor-tag-list[data-v-da2e1672]::-webkit-scrollbar{display:none}.editor-tag-list.dragging[data-v-da2e1672]{cursor:grabbing}.editor-tag-item[data-v-da2e1672]{flex:0 0 auto;padding:4px 8px;border:none;border-radius:100px;background:#333;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#f0f0f0;white-space:nowrap;cursor:pointer;transition:background-color .15s ease}.editor-tag-item.active[data-v-da2e1672],.editor-tag-item[data-v-da2e1672]:hover{background:linear-gradient(90deg,#ffffff1a,#ffffff1a),#333}.post-rich-editor[data-v-827129ca]{margin-top:36px;border:1px solid #2e2e2e;border-radius:12px;overflow:hidden;width:100%;box-sizing:border-box}.post-rich-editor .rich-editor-loading .toolbar-skeleton[data-v-827129ca]{border-bottom:1px solid #272b30;padding:11px;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.post-rich-editor .rich-editor-loading .toolbar-skeleton .toolbar-skeleton-item[data-v-827129ca]{width:18px;height:18px;background:linear-gradient(90deg,#444 25%,#494949 37%,#4f4f4f 63%);background-size:400% 100%}.post-rich-editor .rich-editor-loading .editor-skeleton[data-v-827129ca]{height:var(--v76fd631d)}.post-rich-editor .rich-editor-wrapper[data-v-827129ca]{width:100%}.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca]{width:100%;box-sizing:border-box;background:#242424;line-height:normal;border:none;border-bottom:1px solid #2e2e2e;border-radius:12px 12px 0 0}.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-stroke{stroke:#ccc}.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-fill{fill:#ccc}.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-picker{color:#ccc}.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-picker-label.ql-active .ql-stroke,.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-picker-label:hover .ql-stroke,.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] button.ql-active .ql-stroke,.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] button:hover .ql-stroke{stroke:#06c}.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-picker-label.ql-active .ql-fill,.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-picker-label:hover .ql-fill,.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] button.ql-active .ql-fill,.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] button:hover .ql-fill{fill:#06c}.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-picker-item.ql-selected,.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-picker-item:hover,.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-picker-label.ql-active,.post-rich-editor .rich-editor-wrapper .toolbar-container[data-v-827129ca] .ql-picker-label:hover{color:#06c}.post-rich-editor .rich-editor-wrapper .toolbar-container .ql-formats .ql-background[data-v-827129ca] .ql-picker-options,.post-rich-editor .rich-editor-wrapper .toolbar-container .ql-formats .ql-color[data-v-827129ca] .ql-picker-options{left:50%;transform:translate(-50%)}.post-rich-editor .rich-editor-wrapper .editor-shell[data-v-827129ca]{position:relative;width:100%}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca]{width:100%;box-sizing:border-box;background:#202020;color:#f0f0f0;border:none;border-radius:0;overflow:hidden}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-editor{min-height:var(--v76fd631d);max-height:var(--v48f24caf);font-family:Inter,sans-serif;font-size:14px;line-height:24px}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-editor.ql-blank:before{color:gray;font-style:normal}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-hashtag{color:#9ab9da;letter-spacing:.2px;text-decoration:none;cursor:default}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-tooltip{line-height:1.42;border-radius:.375rem;box-shadow:0 0 .5rem #00000080}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-tooltip .ql-preview{max-width:170px}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-tooltip:before{content:var(--ql-tooltip-visit)!important}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-tooltip[data-mode=link]:before{content:var(--ql-tooltip-enter-link)!important}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-tooltip[data-mode=video]:before{content:var(--ql-tooltip-enter-video)!important}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-tooltip a.ql-action:after{content:var(--ql-tooltip-edit)!important}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-tooltip.ql-editing a.ql-action:after{content:var(--ql-tooltip-save)!important}.post-rich-editor .rich-editor-wrapper .editor-container[data-v-827129ca] .ql-tooltip a.ql-remove:before{content:var(--ql-tooltip-remove)!important}.post-rich-editor .rich-editor-wrapper .desc-enter-tips[data-v-827129ca]{position:absolute;right:12px;bottom:8px;z-index:2;max-width:calc(100% - 24px);font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:gray;text-align:right;pointer-events:none}.post-rich-editor .rich-editor-wrapper .desc-enter-tips .desc-enter-tips-num[data-v-827129ca]{color:#f15a5a}
