lianshu-editor 1.0.164 → 1.0.166
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.color-picker[data-v-2104979a]{padding:8px;min-width:240px}.color-picker-header[data-v-2104979a]{margin-bottom:8px}.clear-btn[data-v-2104979a]{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:13px;color:var(--editor-text-primary);transition:background .1s}.clear-btn[data-v-2104979a]:hover{background:var(--editor-bg-hover)}.color-grid[data-v-2104979a]{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;margin-bottom:12px}.color-item[data-v-2104979a]{width:20px;height:20px;border:1px solid var(--editor-border);border-radius:4px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:transform .1s}.color-item[data-v-2104979a]:hover{transform:scale(1.15);z-index:1}.color-item.active[data-v-2104979a]{border-color:var(--editor-accent);box-shadow:0 0 0 2px var(--editor-accent-bg)}.check-icon[data-v-2104979a]{color:#fff;filter:drop-shadow(0 0 1px rgba(0,0,0,.5))}.custom-color[data-v-2104979a]{border-top:1px solid var(--editor-border);padding-top:8px}.custom-label[data-v-2104979a]{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--editor-text-secondary);transition:background .1s}.custom-label[data-v-2104979a]:hover{background:var(--editor-bg-hover)}.color-input[data-v-2104979a]{width:24px;height:24px;border:none;padding:0;cursor:pointer;margin-left:auto}.color-input[data-v-2104979a]::-webkit-color-swatch-wrapper{padding:0}.color-input[data-v-2104979a]::-webkit-color-swatch{border:1px solid var(--editor-border);border-radius:4px}.bubble-toolbar[data-v-bc09897e]{display:flex;align-items:center;gap:4px;padding:6px 8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:10px;box-shadow:0 4px 16px #0000001f;position:relative}.toolbar-group[data-v-bc09897e]{display:flex;align-items:center;gap:2px}.toolbar-btn[data-v-bc09897e]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-secondary);transition:all .15s ease}.toolbar-btn[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.toolbar-btn.active[data-v-bc09897e]{background:var(--editor-accent-bg);color:var(--editor-accent)}.toolbar-divider[data-v-bc09897e]{width:1px;height:20px;background:var(--editor-border);margin:0 4px}.ai-btn[data-v-bc09897e]{color:#fe6c4a}.ai-btn[data-v-bc09897e]:hover{background:#fe6c4a1a}.color-btn-wrapper[data-v-bc09897e]{position:relative}.color-btn[data-v-bc09897e]{flex-direction:column;gap:2px;height:36px}.color-indicator[data-v-bc09897e]{width:14px;height:3px;border-radius:1px}.color-dropdown[data-v-bc09897e]{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:100}.color-overlay[data-v-bc09897e]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99}.heading-selector-wrapper[data-v-bc09897e]{position:relative}.heading-btn[data-v-bc09897e]{width:auto;padding:0 8px;gap:4px}.heading-label[data-v-bc09897e]{font-size:13px;font-weight:500}.dropdown-icon[data-v-bc09897e]{transition:transform .2s ease}.dropdown-icon.open[data-v-bc09897e]{transform:rotate(180deg)}.heading-dropdown[data-v-bc09897e]{position:absolute;top:100%;left:0;margin-top:8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:8px;box-shadow:0 4px 20px #0000001f;z-index:100;min-width:120px;padding:4px}.heading-option[data-v-bc09897e]{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--editor-text-secondary);transition:all .15s ease}.heading-option[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.heading-option.active[data-v-bc09897e]{background:var(--editor-accent-bg);color:var(--editor-accent)}.link-btn-wrapper[data-v-bc09897e]{position:relative}.link-popup[data-v-bc09897e]{position:absolute;top:100%;right:0;margin-top:8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:10px;box-shadow:0 4px 20px #00000026;z-index:100;width:280px}.link-popup-header[data-v-bc09897e]{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--editor-border);font-size:13px;font-weight:500;color:var(--editor-text-primary)}.link-popup-close[data-v-bc09897e]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--editor-text-tertiary);transition:all .15s ease}.link-popup-close[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.link-popup-content[data-v-bc09897e]{padding:12px 14px}.link-input[data-v-bc09897e]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border);border-radius:6px;font-size:13px;background:var(--editor-bg-primary);color:var(--editor-text-primary);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.link-input[data-v-bc09897e]:focus{border-color:var(--editor-accent);box-shadow:0 0 0 3px var(--editor-accent-bg)}.link-input[data-v-bc09897e]::placeholder{color:var(--editor-text-tertiary)}.document-list[data-v-bc09897e]{margin-top:12px;border-top:1px solid var(--editor-border);padding-top:12px}.document-list-header[data-v-bc09897e]{font-size:12px;color:var(--editor-text-tertiary);margin-bottom:8px}.document-item[data-v-bc09897e]{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--editor-text-secondary);transition:all .15s ease}.document-item[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.link-popup-footer[data-v-bc09897e]{display:flex;justify-content:flex-end;gap:8px;padding:12px 14px;border-top:1px solid var(--editor-border)}.link-btn-cancel[data-v-bc09897e],.link-btn-apply[data-v-bc09897e]{padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.link-btn-cancel[data-v-bc09897e]{background:transparent;border:1px solid var(--editor-border);color:var(--editor-text-secondary)}.link-btn-cancel[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.link-btn-apply[data-v-bc09897e]{background:var(--editor-accent);border:none;color:#fff}.link-btn-apply[data-v-bc09897e]:hover{opacity:.9}.link-btn-apply[data-v-bc09897e]:disabled{opacity:.5;cursor:not-allowed}.template-btn[data-v-bc09897e]{color:#f59e0b}.template-btn[data-v-bc09897e]:hover{background:#f59e0b1a}.template-btn-wrapper[data-v-bc09897e]{position:relative}.template-save-popup[data-v-bc09897e]{position:absolute;top:100%;right:0;margin-top:8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:10px;box-shadow:0 4px 20px #00000026;z-index:100;width:260px}.template-save-header[data-v-bc09897e]{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--editor-border);font-size:13px;font-weight:500;color:var(--editor-text-primary)}.template-save-close[data-v-bc09897e]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--editor-text-tertiary);transition:all .15s ease}.template-save-close[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.template-save-content[data-v-bc09897e]{padding:12px 14px}.template-title-input[data-v-bc09897e]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border);border-radius:6px;font-size:13px;background:var(--editor-bg-primary);color:var(--editor-text-primary);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.template-title-input[data-v-bc09897e]:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.template-title-input[data-v-bc09897e]::placeholder{color:var(--editor-text-tertiary)}.template-save-footer[data-v-bc09897e]{display:flex;justify-content:flex-end;gap:8px;padding:12px 14px;border-top:1px solid var(--editor-border)}.template-btn-cancel[data-v-bc09897e],.template-btn-confirm[data-v-bc09897e]{padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.template-btn-cancel[data-v-bc09897e]{background:transparent;border:1px solid var(--editor-border);color:var(--editor-text-secondary)}.template-btn-cancel[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.template-btn-confirm[data-v-bc09897e]{background:#f59e0b;border:none;color:#fff}.template-btn-confirm[data-v-bc09897e]:hover{opacity:.9}.template-btn-confirm[data-v-bc09897e]:disabled{opacity:.5;cursor:not-allowed}.cell-highlight[data-v-f3a17012]{pointer-events:none}.highlight-line[data-v-f3a17012]{position:absolute;background-color:#3b82f6}.top-line[data-v-f3a17012]{top:0;left:0;right:0;height:2px;mask-image:linear-gradient(to right,black calc(50% - 14px),transparent calc(50% - 14px),transparent calc(50% + 14px),black calc(50% + 14px));-webkit-mask-image:linear-gradient(to right,black calc(50% - 14px),transparent calc(50% - 14px),transparent calc(50% + 14px),black calc(50% + 14px))}.top-line-full[data-v-f3a17012]{top:0;left:0;right:0;height:2px}.bottom-line-full[data-v-f3a17012]{bottom:0;left:0;right:0;height:2px}.left-line[data-v-f3a17012]{top:0;bottom:0;left:0;width:2px;mask-image:linear-gradient(to bottom,black calc(50% - 10px),transparent calc(50% - 10px),transparent calc(50% + 10px),black calc(50% + 10px));-webkit-mask-image:linear-gradient(to bottom,black calc(50% - 10px),transparent calc(50% - 10px),transparent calc(50% + 10px),black calc(50% + 10px))}.left-line-full[data-v-f3a17012]{top:0;bottom:0;left:0;width:2px}.right-line[data-v-f3a17012]{top:0;bottom:0;right:0;width:2px;mask-image:linear-gradient(to bottom,black calc(50% - 10px),transparent calc(50% - 10px),transparent calc(50% + 10px),black calc(50% + 10px));-webkit-mask-image:linear-gradient(to bottom,black calc(50% - 10px),transparent calc(50% - 10px),transparent calc(50% + 10px),black calc(50% + 10px))}.handle-trigger[data-v-f3a17012]{background:transparent;cursor:pointer;z-index:1000;position:relative;transition:opacity .2s ease}.handle-trigger.opacity-0[data-v-f3a17012]{opacity:0;pointer-events:none}.handle-trigger[data-v-f3a17012]:after{content:"";position:absolute;background:#3b82f6;border-radius:1px;transition:all .2s ease;z-index:1;top:0;left:0;right:0;bottom:0}.handle-trigger[data-v-f3a17012]:hover:after{background:#2563eb}.row-trigger[data-v-f3a17012],.cell-trigger[data-v-f3a17012]{width:2px;height:12px}.col-trigger[data-v-f3a17012]{width:20px;height:2px}.theme-dark .handle-trigger[data-v-f3a17012]:after{background:#3b82f6}.theme-dark .handle-trigger[data-v-f3a17012]:hover:after{background:#2563eb}.handle-btn[data-v-f3a17012]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;border:none;background:#fffffff2;border:1px solid rgba(0,0,0,.08);border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#0009;z-index:2}.table-row-handle .handle-btn[data-v-f3a17012],.table-cell-handle .handle-btn[data-v-f3a17012]{width:12px;height:20px;border-radius:4px}.css-grip-vertical[data-v-f3a17012]{display:grid;grid-template-columns:repeat(2,2.5px);gap:2.5px 1.5px}.css-more-vertical[data-v-f3a17012]{display:flex;flex-direction:column;gap:2.5px}.css-grip-vertical i[data-v-f3a17012],.css-more-vertical i[data-v-f3a17012]{display:block;width:2.5px;height:2.5px;border-radius:50%;background-color:currentColor}.table-col-handle .handle-btn[data-v-f3a17012]{width:28px;height:18px}.handle-btn[data-v-f3a17012]:hover{background:#fff;border-color:#0000001f;box-shadow:0 2px 12px #00000026;color:#000c}.handle-btn[data-v-f3a17012]:active{transform:scale(.95)}.theme-dark .handle-btn[data-v-f3a17012]{background:#1e1e1ef2;border-color:#ffffff1a;color:#fff9}.theme-dark .handle-btn[data-v-f3a17012]:hover{background:#282828;border-color:#ffffff26;color:#fffc}.table-menu[data-v-f3a17012]{background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:4px;min-width:160px;z-index:1001}.theme-dark .table-menu[data-v-f3a17012]{background-color:#191919;border-color:#333;box-shadow:0 4px 16px #00000080}.menu-item[data-v-f3a17012]{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-primary, #111827);font-size:14px;text-align:left;transition:all .15s ease}.theme-dark .menu-item[data-v-f3a17012]{color:#d0d3d8}.menu-item[data-v-f3a17012]:hover{background-color:var(--editor-bg-hover, #f3f4f6)}.theme-dark .menu-item[data-v-f3a17012]:hover{background-color:#2a2a2a}.menu-item[data-v-f3a17012]:disabled{opacity:.4;cursor:not-allowed}.menu-item.danger[data-v-f3a17012]{color:#ef4444}.menu-item.danger[data-v-f3a17012]:hover{background-color:#ef44441a}.menu-divider[data-v-f3a17012]{height:1px;background-color:var(--editor-border, #e5e7eb);margin:4px 0}.theme-dark .menu-divider[data-v-f3a17012]{background-color:#333}.color-menu-item[data-v-f3a17012]{position:relative}.color-picker-dropdown[data-v-f3a17012]{position:absolute;top:0;left:100%;margin-left:8px;background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:1002}.color-picker-dropdown.show-left[data-v-f3a17012]{left:auto;right:100%;margin-left:0;margin-right:8px}.theme-dark .color-picker-dropdown[data-v-f3a17012]{background-color:#191919;border-color:#333}.v3-body-inner{scroll-behavior:smooth;scrollbar-color:#393d3f rgba(0,0,0,.1);scrollbar-width:thin}.v3-body-inner::-webkit-scrollbar{width:8px}.v3-body-inner::-webkit-scrollbar-track{background-color:transparent}.v3-body-inner::-webkit-scrollbar-thumb{display:none;background:#0000004d;border-radius:5px}.v3-body-inner:hover::-webkit-scrollbar-thumb{display:block}.v3-emoji-picker{height:320px;width:280px;box-shadow:0 2px 10px #0003;border-radius:10px;margin:0 auto;box-sizing:border-box;display:flex;flex-direction:column;text-align:left}.v3-emoji-picker *{box-sizing:border-box}.v3-emoji-picker .v3-header{padding:15px 15px 13px;border-bottom:1px solid}.v3-emoji-picker .v3-header .v3-groups{display:flex}.v3-emoji-picker .v3-header .v3-groups .v3-group{flex-grow:1;padding:0;margin:0;border:none;background:none;font-size:23px;cursor:pointer;position:relative;display:block;opacity:.7;transition:.2s}.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden{display:none}.v3-emoji-picker .v3-header .v3-groups .v3-group:first-child,.v3-emoji-picker .v3-header .v3-groups .v3-group:last-child{flex-grow:0}.v3-emoji-picker .v3-header .v3-groups .v3-group:hover{opacity:1}.v3-emoji-picker .v3-header .v3-groups .v3-group span{display:flex;align-items:center;justify-content:center}.v3-emoji-picker .v3-header .v3-groups .v3-group span img{display:block;width:1em;height:auto}.v3-emoji-picker .v3-spacing{height:11px}.v3-emoji-picker .v3-search input{width:100%;display:block;height:26px;padding:0 10px;border:1px solid;border-radius:3px;font-size:12px;transition:.2s}.v3-emoji-picker .v3-search input:focus{outline:none}.v3-emoji-picker .v3-body{padding:0 0 15px 11px;min-height:0;flex-grow:1}.v3-emoji-picker .v3-body .v3-body-inner{flex-grow:1;min-height:0;overflow-y:auto;overflow-x:hidden;height:100%;padding-right:11px}.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5{margin:0;top:0;padding:7px 0 3px 4px;z-index:2}.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky{position:sticky}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis{display:flex;font-size:18px;flex-wrap:wrap}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button{cursor:pointer;border:none;background:none;margin:0;text-align:center;display:flex;align-items:center;justify-content:center;flex-basis:12.5%;max-width:12.5%;flex-grow:1;padding:0;font-size:22px;position:relative}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:after{content:"";width:100%;padding-bottom:100%}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span{display:flex;align-items:center;justify-content:center}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img{max-width:100%;padding:4px}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span,.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img{position:absolute;top:0;left:0;width:100%;height:100%}.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button{font-family:"Apple Color Emoji"}.v3-emoji-picker .v3-footer{font-size:14px;border-top:1px solid #dddddd;padding:15px;display:flex;align-items:center;justify-content:space-between;position:relative}.v3-emoji-picker .v3-footer .v3-tone,.v3-emoji-picker .v3-footer .v3-foot-left{display:flex;align-items:center}.v3-emoji-picker .v3-footer .v3-tone img,.v3-emoji-picker .v3-footer .v3-foot-left img{width:20px;display:block}.v3-emoji-picker .v3-footer .v3-tone>span:first-child,.v3-emoji-picker .v3-footer .v3-foot-left>span:first-child{margin-right:6px}.v3-emoji-picker .v3-footer .v3-foot-left>span.v3-text{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v3-emoji-picker .v3-footer .v3-tone{border:none;padding:0;background:none;cursor:pointer;display:inline-flex;align-items:center}.v3-emoji-picker .v3-footer .v3-tone>span{display:inline-flex;vertical-align:top}.v3-emoji-picker .v3-footer .v3-tone .v3-text{font-size:13px}.v3-emoji-picker .v3-footer .v3-tone .v3-icon{display:inline-flex;height:15px;width:15px;vertical-align:middle;align-self:center;border:2px solid rgba(0,0,0,.2)}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral{background-color:#ffd225}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb{background-color:#ffdfbd}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc{background-color:#e9c197}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd{background-color:#c88e62}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe{background-color:#a86637}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff{background-color:#60463a}.v3-emoji-picker .v3-footer .v3-tone .is-mac span{font-family:"Apple Color Emoji"}.v3-skin-tones{position:absolute;height:100%;width:60%;top:0;left:0;display:flex;align-items:center;justify-content:flex-end;padding:0 15px;opacity:0;visibility:hidden;transition:.2s;border-radius:0 0 10px 10px}.v3-skin-tones.v3-is-open{opacity:1;visibility:visible}.v3-skin-tones .v3-skin-tone{display:inline-block;height:15px;width:25px;border:none;padding:0;cursor:pointer;transition:0ms}.v3-skin-tones .v3-skin-tone:hover{transform:scale(1.1);transition:.2s}.v3-skin-tones .v3-skin-tone-neutral{color:#ffd225;background-color:#ffd225}.v3-skin-tones .v3-skin-tone-1f3fb{color:#ffdfbd;background-color:#ffdfbd}.v3-skin-tones .v3-skin-tone-1f3fc{color:#e9c197;background-color:#e9c197}.v3-skin-tones .v3-skin-tone-1f3fd{color:#c88e62;background-color:#c88e62}.v3-skin-tones .v3-skin-tone-1f3fe{color:#a86637;background-color:#a86637}.v3-skin-tones .v3-skin-tone-1f3ff{color:#60463a;background-color:#60463a}.v3-input-emoji-picker *{box-sizing:border-box}.v3-input-emoji-picker .v3-input-picker-root{position:relative}.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input,.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea{width:100%;height:40px;border:1px solid #999;padding-left:15px}.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea{min-height:80px;resize:vertical}.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea+.v3-input-picker-wrap .v3-input-picker-icon{top:auto;bottom:5px}.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon{display:inline-flex;position:absolute;right:5px;top:50%;transform:translateY(-50%);font-size:24px;border:none;background:none;padding:0 5px;cursor:pointer}.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img{display:block;width:1em;height:1em}.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker{opacity:0;visibility:hidden;transition:.2s}.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker{opacity:1;visibility:visible;z-index:999}.v3-emoji-picker{--v3-picker-bg: #ffffff;--v3-picker-fg: #000000;--v3-picker-border: #dddddd;--v3-picker-input-bg: var(--v3-picker-bg);--v3-picker-input-border: #cccccc;--v3-picker-input-focus-border: #000000;--v3-group-image-filter: none;--v3-picker-emoji-hover: #f7f7f7;background:var(--v3-picker-bg);color:var(--v3-picker-fg)}.v3-emoji-picker .v3-footer,.v3-emoji-picker .v3-header{border-color:var(--v3-picker-border)}.v3-emoji-picker .v3-groups{filter:var(--v3-group-image-filter)}.v3-emoji-picker .v3-tone{color:var(--v3-picker-fg)}.v3-emoji-picker .v3-search input{background:var(--v3-picker-input-bg);border-color:var(--v3-picker-input-border);color:inherit}.v3-emoji-picker .v3-search input:focus{border-color:var(--v3-picker-input-focus-border)}.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5,.v3-emoji-picker .v3-skin-tones{background:var(--v3-picker-bg)}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:hover{background:var(--v3-picker-emoji-hover, #f7f7f7)}@media (prefers-color-scheme: dark){.v3-emoji-picker.v3-color-theme-auto{--v3-picker-bg: #000000;--v3-picker-fg: #ffffff;--v3-picker-border: #333333;--v3-picker-input-bg: #222222;--v3-picker-input-border: #444444;--v3-picker-input-focus-border: #555555;--v3-group-image-filter: invert(1);--v3-picker-emoji-hover: #222222}}.v3-emoji-picker.v3-color-theme-dark{--v3-picker-bg: #000000;--v3-picker-fg: #ffffff;--v3-picker-border: #333333;--v3-picker-input-bg: #222222;--v3-picker-input-border: #444444;--v3-picker-input-focus-border: #555555;--v3-group-image-filter: invert(1);--v3-picker-emoji-hover: #222222}.document-title-wrapper[data-v-1e04277b]{position:relative;max-width:800px;margin:0 auto;padding:50px 20px 0 50px;box-sizing:border-box;width:100%}.document-title-input[data-v-1e04277b]{width:100%;font-size:40px;font-weight:700;line-height:1.2;margin:0 0 .5em;padding:0;border:none;outline:none;background:transparent;color:var(--editor-text-primary);font-family:var(--editor-font-family);box-sizing:border-box;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none}.document-title-input[data-v-1e04277b]::placeholder{color:var(--editor-text-placeholder);opacity:.6}.document-title-input[data-v-1e04277b]:read-only{cursor:default}.title-icon-actions[data-v-1e04277b]{position:absolute;top:17px;left:50px;z-index:10;opacity:0;transform:translateY(5px);transition:all .2s ease;pointer-events:none;padding-bottom:10px;user-select:none;-webkit-user-select:none;display:flex;gap:8px}.document-title-wrapper:hover .title-icon-actions[data-v-1e04277b],.title-icon-actions.is-active[data-v-1e04277b]{opacity:1;transform:translateY(0);pointer-events:auto}.title-action-btn[data-v-1e04277b]{display:flex;align-items:center;gap:6px;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px 10px;font-size:13px;color:#6b7280;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .2s}.title-action-btn[data-v-1e04277b]:hover{background-color:#f9fafb;color:#374151}.title-action-btn .icon[data-v-1e04277b]{color:#9ca3af}.title-action-btn:hover .icon[data-v-1e04277b]{color:#6b7280}.title-icon-actions.is-dark .title-action-btn[data-v-1e04277b]{background-color:transparent;border-color:#3f3f46;color:#a1a1aa}.title-icon-actions.is-dark .title-action-btn[data-v-1e04277b]:hover{background-color:#27272a;color:#f4f4f5}.title-icon-actions.is-dark .title-action-btn .icon[data-v-1e04277b]{color:#71717a}.title-icon-actions.is-dark .title-action-btn:hover .icon[data-v-1e04277b]{color:#d4d4d8}.title-picker-popover[data-v-1e04277b]{position:absolute;top:50px;left:50px;z-index:50}.title-picker-content[data-v-1e04277b]{position:relative;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-radius:8px;background:#fff;z-index:51}.title-picker-overlay[data-v-1e04277b]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50}.backlinks-content[data-v-1e04277b]{width:280px;max-height:320px;display:flex;flex-direction:column;overflow:hidden;background:var(--editor-bg-primary);border:1px solid var(--editor-border)}.backlinks-header[data-v-1e04277b]{padding:10px 14px;font-size:12px;font-weight:500;color:var(--editor-text-tertiary);border-bottom:1px solid var(--editor-border);flex-shrink:0}.backlinks-list[data-v-1e04277b]{padding:6px;overflow-y:auto;flex:1}.backlink-item[data-v-1e04277b]{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background-color .1s ease}.backlink-item[data-v-1e04277b]:hover{background-color:var(--editor-bg-hover)}.backlink-icon[data-v-1e04277b]{color:var(--editor-text-secondary);opacity:.8;flex-shrink:0}.backlink-title[data-v-1e04277b]{font-size:14px;color:var(--editor-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;text-decoration-color:var(--editor-border)}.backlink-item:hover .backlink-title[data-v-1e04277b]{text-decoration-color:var(--editor-text-primary)}.backlink-btn .icon[data-v-1e04277b]{color:var(--editor-text-secondary)}.document-editor.theme-light{--editor-text-primary: #1f2937;--editor-text-secondary: #6b7280;--editor-text-tertiary: #9ca3af;--editor-text-placeholder: #d1d5db;--editor-bg-primary: #ffffff;--editor-bg-secondary: #f9fafb;--editor-bg-tertiary: #f3f4f6;--editor-bg-hover: rgba(0, 0, 0, .04);--editor-bg-active: #e5e7eb;--editor-border: #e5e7eb;--editor-divider: #e5e7eb;--editor-accent: #3b82f6;--editor-accent-bg: rgba(59, 130, 246, .1);--editor-code-bg: #fafbfc;--editor-code-text: #1f2937;--color-block-gray: #f1f1ef;--color-block-blue: #e7f3ff;--color-block-cyan: #e0f7fa;--color-block-green: #e8f5e9;--color-block-lime: #edf8dc;--color-block-yellow: #fffde7;--color-block-cream: #fdf6e3;--color-block-orange: #fff3e0;--color-block-pink: #fce4ec;--color-block-purple: #f3e5f5;--editor-font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--editor-font-size-xs: 12px;--editor-font-size-sm: 14px;--editor-font-size-base: 15px;--editor-font-size-md: 16px;--editor-font-size-lg: 18px;--editor-font-weight-normal: 400;--editor-font-weight-medium: 500;--editor-font-weight-semibold: 600;--editor-font-weight-bold: 700;--editor-radius-sm: 4px;--editor-radius-md: 8px;--editor-radius-lg: 12px;--editor-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--editor-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--editor-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--editor-transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--editor-transition-base: .25s cubic-bezier(.4, 0, .2, 1)}.document-editor.theme-dark{--editor-text-primary: #d0d3d8;--editor-text-secondary: #cccccc;--editor-text-tertiary: #999999;--editor-text-placeholder: #666666;--editor-bg-primary: #191919;--editor-bg-secondary: #222222;--editor-bg-tertiary: #2a2a2a;--editor-bg-hover: rgba(255, 255, 255, .05);--editor-bg-active: #333333;--editor-border: #333333;--editor-divider: #3a3a3a;--editor-accent: #3b82f6;--editor-accent-bg: rgba(59, 130, 246, .15);--editor-code-bg: #202020;--editor-code-text: #ffffff;--color-block-gray: #373737;--color-block-blue: #1e3a5f;--color-block-cyan: #1a4a4f;--color-block-green: #1e3d1e;--color-block-lime: #2d3d1e;--color-block-yellow: #3d3a1e;--color-block-cream: #3a3425;--color-block-orange: #3d2e1e;--color-block-pink: #3d1e2e;--color-block-purple: #2e1e3d;--editor-font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--editor-font-size-xs: 12px;--editor-font-size-sm: 14px;--editor-font-size-base: 15px;--editor-font-size-md: 16px;--editor-font-size-lg: 18px;--editor-font-weight-normal: 400;--editor-font-weight-medium: 500;--editor-font-weight-semibold: 600;--editor-font-weight-bold: 700;--editor-radius-sm: 4px;--editor-radius-md: 8px;--editor-radius-lg: 12px;--editor-shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--editor-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3);--editor-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4);--editor-transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--editor-transition-base: .25s cubic-bezier(.4, 0, .2, 1)}.document-editor .editor-footer-slot>*{max-width:800px;margin:0 auto;padding-left:50px;box-sizing:border-box;width:100%}.document-editor .tiptap{outline:none;padding:0 20px 16px 50px;line-height:1.6;color:var(--editor-text-primary);max-width:800px;margin:0 auto;box-sizing:border-box;width:100%}.document-editor .tiptap p{margin:0;min-height:1.6em}.document-editor .tiptap .editor-link{color:var(--editor-accent);text-decoration:none;cursor:pointer;transition:all .15s ease}.document-editor .tiptap .editor-link:hover{text-decoration:underline;text-decoration-color:#3b82f666;text-underline-offset:4px}.document-editor .tiptap mark{background-color:#ffd50066;border-radius:2px;padding:0 2px}.document-editor .tiptap u{text-decoration:underline;text-underline-offset:4px}.document-editor .block-action-wrapper.heading-level-1{margin:1.5em 0 .5em}.document-editor .block-action-wrapper.heading-level-1 .block-content{margin:0;font-size:30px;font-weight:700;line-height:1.3}.document-editor .block-action-wrapper.heading-level-1 .handle-container{font-size:30px;height:1.3em}.document-editor .block-action-wrapper.heading-level-2{margin:1.2em 0 .4em}.document-editor .block-action-wrapper.heading-level-2 .block-content{margin:0;font-size:24px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-2 .handle-container{font-size:24px;height:1.3em}.document-editor .block-action-wrapper.heading-level-3{margin:1em 0 .3em}.document-editor .block-action-wrapper.heading-level-3 .block-content{margin:0;font-size:20px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-3 .handle-container{font-size:20px;height:1.3em}.document-editor .block-action-wrapper.heading-level-4{margin:1em 0 .3em}.document-editor .block-action-wrapper.heading-level-4 .block-content{margin:0;font-size:18px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-4 .handle-container{font-size:18px;height:1.3em}.document-editor .block-action-wrapper.heading-level-5{margin:.5em 0 .2em}.document-editor .block-action-wrapper.heading-level-5 .block-content{margin:0;font-size:16px;font-weight:500;line-height:1.6}.document-editor .block-action-wrapper.heading-level-5 .handle-container{font-size:16px;height:1.6em}.document-editor .tiptap h1:not(.block-content){font-size:30px;font-weight:700;margin:1.5em 0 .5em}.document-editor .tiptap h2:not(.block-content){font-size:24px;font-weight:600;margin:1.2em 0 .4em}.document-editor .tiptap h3:not(.block-content){font-size:20px;font-weight:600;margin:1em 0 .3em}.document-editor .tiptap h4:not(.block-content){font-size:18px;font-weight:600;margin:1em 0 .3em}.document-editor .tiptap h5:not(.block-content){font-size:16px;font-weight:500;margin:.5em 0 .2em}.document-editor .tiptap ul,.document-editor .tiptap ol{padding-left:1.5em;margin:.5em 0}.document-editor .tiptap li{margin:.2em 0;line-height:1.6}.document-editor .tiptap ul[data-type=taskList]{list-style:none;padding-left:0;margin:.5em 0}.document-editor .tiptap ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:8px;margin:.3em 0}.document-editor .tiptap ul[data-type=taskList] li>label{display:flex;align-items:center;flex-shrink:0;margin-top:4px}.document-editor .tiptap ul[data-type=taskList] li>label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid var(--editor-border);border-radius:4px;cursor:pointer;position:relative;transition:all .15s ease;background:transparent;flex-shrink:0}.document-editor .tiptap ul[data-type=taskList] li>label input[type=checkbox]:checked{background-color:#22c55e;border-color:#22c55e}.document-editor .tiptap ul[data-type=taskList] li>label input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:45%;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}.document-editor .tiptap ul[data-type=taskList] li>div{flex:1;min-width:0;line-height:1.6}.document-editor .tiptap ul[data-type=taskList] li>div>p{margin:0}.document-editor .tiptap blockquote{border-left:4px solid var(--editor-text-placeholder, #cbd5e1);padding-left:1em;margin:1em 0;color:var(--editor-text-secondary)}.document-editor .tiptap code{background-color:var(--editor-bg-tertiary);border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,Fira Code,Cascadia Code,Source Code Pro,IBM Plex Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em;color:var(--editor-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400;letter-spacing:.02em}.document-editor .tiptap pre{background:var(--editor-code-bg);border-radius:8px;padding:16px 20px;margin:1em 0;overflow-x:auto;position:relative;border:1px solid var(--editor-border)}.document-editor .tiptap .code-block-wrapper pre{margin:0;border:none;border-radius:0 0 12px 12px}.document-editor .tiptap pre code{background:none;padding:0;font-family:JetBrains Mono,Fira Code,Cascadia Code,Source Code Pro,IBM Plex Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:14px;line-height:1.7;color:var(--editor-code-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400;letter-spacing:.02em}.document-editor .tiptap pre[data-language]:before{content:attr(data-language);position:absolute;top:8px;right:12px;padding:2px 8px;background:var(--editor-bg-secondary);border:1px solid var(--editor-border);border-radius:4px;font-size:.7em;font-weight:500;color:var(--editor-text-tertiary);text-transform:uppercase;letter-spacing:.5px}.document-editor .tiptap hr{border:none;border-top:1px solid var(--editor-border);margin:2em 0}.document-editor .tiptap .is-empty:before{content:attr(data-placeholder);position:absolute;left:0;top:50%;transform:translateY(-50%);color:var(--editor-text-tertiary);pointer-events:none;font-style:normal;opacity:.5;line-height:1}.document-editor .tiptap img.editor-image{max-width:100%;height:auto;display:block;margin:1em 0;border-radius:8px;cursor:pointer;transition:all .2s ease}.document-editor .block-action-wrapper.heading-level-1.is-empty:before{font-size:30px;font-weight:700;line-height:1.3}.document-editor .block-action-wrapper.heading-level-2.is-empty:before{font-size:24px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-3.is-empty:before{font-size:20px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-4.is-empty:before{font-size:18px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-5.is-empty:before{font-size:16px;font-weight:500;line-height:1.6}.document-editor.theme-dark .tiptap img.editor-image:hover{box-shadow:0 2px 8px #0000004d}.document-editor .tiptap table{border-collapse:collapse;table-layout:fixed;width:auto;min-width:unset;max-width:none;margin:0;overflow:visible}.document-editor .tiptap table td,.document-editor .tiptap table th{min-width:100px;border:1px solid var(--editor-border);padding:3px 5px;vertical-align:top;box-sizing:border-box;position:relative;overflow:hidden;text-overflow:ellipsis}.document-editor .tiptap table td:after,.document-editor .tiptap table th:after{content:"";position:absolute;right:-3px;top:0;bottom:0;width:6px;cursor:col-resize;z-index:10}.document-editor .tiptap table th{font-weight:700;text-align:left;background-color:var(--editor-bg-tertiary)}.document-editor .tiptap table .selectedCell{background-color:#dbeafe!important;position:relative}.document-editor.theme-dark .tiptap table .selectedCell{background-color:#1e3a5f!important}.document-editor .tiptap table .column-resize-handle{position:absolute;right:-1px;top:0;bottom:0;width:2px;background:repeating-linear-gradient(to bottom,var(--editor-text-secondary, #6b7280) 0,var(--editor-text-secondary, #6b7280) 3px,transparent 3px,transparent 6px);cursor:col-resize}.document-editor .tiptap .tableWrapper{overflow-x:auto;overflow-y:visible;margin:1.5rem 0;width:100%;max-width:100%}.document-editor .tiptap table td.is-empty:before,.document-editor .tiptap table th.is-empty:before,.document-editor .tiptap table tr.is-empty:before{display:none!important}.lianshu-theme-minimal{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.75;color:#2c2c2c;word-wrap:break-word;font-size:16px}.lianshu-theme-minimal h1,.lianshu-theme-minimal h2,.lianshu-theme-minimal h3,.lianshu-theme-minimal h4,.lianshu-theme-minimal h5,.lianshu-theme-minimal h6{color:#111827;font-weight:600;line-height:1.4;margin-top:1.5em;margin-bottom:.8em;letter-spacing:-.01em}.lianshu-theme-minimal h1{font-size:2.25em;font-weight:700;margin-top:.5em;padding-bottom:.3em;border-bottom:1px solid #eaeaea}.lianshu-theme-minimal h2{font-size:1.75em;margin-top:2em}.lianshu-theme-minimal h3{font-size:1.375em;margin-top:1.8em}.lianshu-theme-minimal h4{font-size:1.125em;margin-top:1.5em}.lianshu-theme-minimal p{margin-bottom:1.5em}.lianshu-theme-minimal blockquote{border-left:4px solid #e5e7eb;padding:.5em 0 .5em 1.25em;margin:1.5em 0;color:#555;background:transparent;font-style:normal}.lianshu-theme-minimal blockquote p{margin-bottom:.5em}.lianshu-theme-minimal blockquote p:last-child{margin-bottom:0}.lianshu-theme-minimal ul,.lianshu-theme-minimal ol{padding-left:1.625em;margin-bottom:1.5em;color:#374151}.lianshu-theme-minimal li{margin-bottom:.5em;padding-left:.3em}.lianshu-theme-minimal li>p{margin-bottom:.5em}.lianshu-theme-minimal ul[data-type=taskList]{list-style:none;padding-left:.5em}.lianshu-theme-minimal ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.6em}.lianshu-theme-minimal ul[data-type=taskList] li>label{margin-top:.25em;-webkit-user-select:none;user-select:none}.lianshu-theme-minimal a{color:#000;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.2);transition:border-bottom-color .2s ease,color .2s ease}.lianshu-theme-minimal a:hover{border-bottom-color:#000;color:#000}.lianshu-theme-minimal table{border-collapse:collapse;width:100%;margin:2em 0;font-size:.9em;border:none;position:relative}.lianshu-theme-minimal th,.lianshu-theme-minimal td{border:none;border-bottom:1px solid #e5e7eb;padding:.875em 1.25em;text-align:left;transition:background-color .15s ease}.lianshu-theme-minimal th{background-color:#f9fafb;font-weight:600;color:#374151;font-size:.875em;text-transform:uppercase;letter-spacing:.025em;border-bottom:2px solid #e5e7eb}.lianshu-theme-minimal tbody tr{transition:background-color .15s ease}.lianshu-theme-minimal tbody tr:hover{background-color:#f9fafb}.lianshu-theme-minimal tbody tr:hover td{background-color:transparent}.lianshu-theme-minimal .selectedCell{background-color:#dbeafe!important;position:relative}.lianshu-theme-minimal .selectedCell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid #3b82f6;pointer-events:none}.lianshu-theme-minimal code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875em;background-color:#0000000f;padding:.2em .4em;border-radius:4px;color:#1a1a1a}.lianshu-theme-minimal pre{background-color:#1e1e1e;color:#e5e7eb;padding:1.25em;border-radius:8px;overflow-x:auto;margin:2em 0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.lianshu-theme-minimal pre code{background-color:transparent;color:inherit;padding:0;border-radius:0;font-size:.9em;line-height:1.5}.lianshu-theme-minimal img{max-width:100%;height:auto;border-radius:8px;margin:2em auto;display:block}.lianshu-theme-minimal video{max-width:100%;height:auto;border-radius:8px;margin:2em auto;display:block}.lianshu-theme-minimal.dark h1,.lianshu-theme-minimal.dark h2,.lianshu-theme-minimal.dark h3,.lianshu-theme-minimal.dark h4,.lianshu-theme-minimal.dark h5,.lianshu-theme-minimal.dark h6,.dark-theme .lianshu-theme-minimal h1,.dark-theme .lianshu-theme-minimal h2,.dark-theme .lianshu-theme-minimal h3,.dark-theme .lianshu-theme-minimal h4,.dark-theme .lianshu-theme-minimal h5,.dark-theme .lianshu-theme-minimal h6{color:#f3f4f6}.lianshu-theme-minimal.dark h1,.dark-theme .lianshu-theme-minimal h1{border-bottom-color:#374151}.lianshu-theme-minimal.dark strong,.dark-theme .lianshu-theme-minimal strong{color:#f3f4f6}.lianshu-theme-minimal.dark a,.dark-theme .lianshu-theme-minimal a{color:#e5e7eb;border-bottom-color:#ffffff4d}.lianshu-theme-minimal.dark a:hover,.dark-theme .lianshu-theme-minimal a:hover{border-bottom-color:#fff;color:#fff}.lianshu-theme-minimal.dark code,.dark-theme .lianshu-theme-minimal code{background-color:#ffffff1a;color:#f3f4f6}.lianshu-theme-minimal.dark pre,.dark-theme .lianshu-theme-minimal pre{background-color:#111827;border:1px solid #374151;box-shadow:none}.lianshu-theme-minimal.dark th,.lianshu-theme-minimal.dark td,.dark-theme .lianshu-theme-minimal th,.dark-theme .lianshu-theme-minimal td{border-bottom-color:#374151}.lianshu-theme-minimal.dark th,.dark-theme .lianshu-theme-minimal th{background-color:#1f2937;color:#e5e7eb;border-bottom-color:#4b5563}.lianshu-theme-minimal.dark tbody tr:hover,.dark-theme .lianshu-theme-minimal tbody tr:hover{background-color:#1f2937}.lianshu-theme-minimal.dark .selectedCell,.dark-theme .lianshu-theme-minimal .selectedCell{background-color:#1e3a5f!important}.lianshu-theme-minimal.dark .selectedCell:after,.dark-theme .lianshu-theme-minimal .selectedCell:after{border-color:#3b82f6}.lianshu-theme-minimal h1,.lianshu-theme-minimal h2,.lianshu-theme-minimal h3,.lianshu-theme-minimal h4,.lianshu-theme-minimal h5,.lianshu-theme-minimal h6{color:#111827;font-weight:600;margin-top:1.5em;margin-bottom:.6em;line-height:1.3}.lianshu-theme-minimal h1{font-size:2.25em}.lianshu-theme-minimal h2{font-size:1.75em;padding-bottom:.3em;border-bottom:1px solid #e5e7eb}.lianshu-theme-minimal h3{font-size:1.5em}.lianshu-theme-minimal h4{font-size:1.25em}.lianshu-theme-minimal p{margin-bottom:1.2em}.lianshu-theme-minimal strong{font-weight:600;color:#111827}.lianshu-theme-minimal blockquote{border-left:4px solid #e5e7eb;padding-left:1em;margin:1.5em 0;color:#6b7280;font-style:italic}.lianshu-theme-minimal ul,.lianshu-theme-minimal ol{padding-left:1.5em;margin-bottom:1.2em}.lianshu-theme-minimal li{margin-bottom:.5em}.lianshu-theme-minimal ul[data-type=taskList]{list-style:none;padding-left:0}.lianshu-theme-minimal ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5em}.lianshu-theme-minimal ul[data-type=taskList] li>label{margin-top:.15em;-webkit-user-select:none;user-select:none}.lianshu-theme-minimal ul[data-type=taskList] li>div{flex:1}.lianshu-theme-minimal a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.lianshu-theme-minimal a:hover{border-bottom-color:#2563eb}.lianshu-theme-minimal .link-card-block a,.lianshu-theme-minimal [data-type=link-card-block] a,.lianshu-theme-minimal .link-card-block a:hover,.lianshu-theme-minimal [data-type=link-card-block] a:hover{border-bottom:none!important}.lianshu-theme-minimal table{border-collapse:collapse;width:100%;margin:1.5em 0;font-size:.95em}.lianshu-theme-minimal th,.lianshu-theme-minimal td{border:1px solid #e5e7eb;padding:.75em;text-align:left}.lianshu-theme-minimal th{background-color:#f9fafb;font-weight:600;color:#374151}.lianshu-theme-minimal tr:nth-child(2n) td{background-color:#fafafa}.lianshu-theme-minimal code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background-color:#f3f4f6;padding:.2em .4em;border-radius:4px;color:#db2777}.lianshu-theme-minimal pre{background-color:#1f2937;color:#f3f4f6;padding:1em;border-radius:8px;overflow-x:auto;margin:1.5em 0}.lianshu-theme-minimal pre code{background-color:transparent;color:inherit;padding:0;border-radius:0;font-size:.9em}.lianshu-theme-minimal img{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0;display:block}.lianshu-theme-minimal.dark,.dark-theme .lianshu-theme-minimal{color:#e0e0e0}.lianshu-theme-minimal.dark h1,.lianshu-theme-minimal.dark h2,.lianshu-theme-minimal.dark h3,.lianshu-theme-minimal.dark h4,.lianshu-theme-minimal.dark h5,.lianshu-theme-minimal.dark h6,.dark-theme .lianshu-theme-minimal h1,.dark-theme .lianshu-theme-minimal h2,.dark-theme .lianshu-theme-minimal h3,.dark-theme .lianshu-theme-minimal h4,.dark-theme .lianshu-theme-minimal h5,.dark-theme .lianshu-theme-minimal h6{color:#f9fafb;border-bottom-color:#374151}.lianshu-theme-minimal.dark strong,.dark-theme .lianshu-theme-minimal strong{color:#f9fafb}.lianshu-theme-minimal.dark blockquote,.dark-theme .lianshu-theme-minimal blockquote{border-left-color:#4b5563;color:#9ca3af}.lianshu-theme-minimal.dark a,.dark-theme .lianshu-theme-minimal a{color:#60a5fa}.lianshu-theme-minimal.dark a:hover,.dark-theme .lianshu-theme-minimal a:hover{border-bottom-color:#60a5fa}.lianshu-theme-minimal.dark code,.dark-theme .lianshu-theme-minimal code{background-color:#374151;color:#f472b6}.lianshu-theme-minimal.dark pre,.dark-theme .lianshu-theme-minimal pre{background-color:#111827;border:1px solid #374151}.lianshu-theme-minimal.dark pre code,.dark-theme .lianshu-theme-minimal pre code{background-color:transparent;color:#e5e7eb}.lianshu-theme-minimal [data-type=color-block] p,.lianshu-theme-minimal .color-block-wrapper p{margin:0}.lianshu-theme-minimal [data-type=color-block].color-gray,.lianshu-theme-minimal .color-block-wrapper.color-gray{background-color:#f6f6f5;color:#5c5c5c}.lianshu-theme-minimal [data-type=color-block].color-blue,.lianshu-theme-minimal .color-block-wrapper.color-blue{background-color:#eef6ff;color:#2563eb}.lianshu-theme-minimal [data-type=color-block].color-cyan,.lianshu-theme-minimal .color-block-wrapper.color-cyan{background-color:#ecfeff;color:#0891b2}.lianshu-theme-minimal [data-type=color-block].color-green,.lianshu-theme-minimal .color-block-wrapper.color-green{background-color:#f0fdf4;color:#16a34a}.lianshu-theme-minimal [data-type=color-block].color-lime,.lianshu-theme-minimal .color-block-wrapper.color-lime{background-color:#f7fee7;color:#65a30d}.lianshu-theme-minimal [data-type=color-block].color-yellow,.lianshu-theme-minimal .color-block-wrapper.color-yellow{background-color:#fefce8;color:#ca8a04}.lianshu-theme-minimal [data-type=color-block].color-cream,.lianshu-theme-minimal .color-block-wrapper.color-cream{background-color:#fffbeb;color:#b45309}.lianshu-theme-minimal [data-type=color-block].color-orange,.lianshu-theme-minimal .color-block-wrapper.color-orange{background-color:#fff7ed;color:#ea580c}.lianshu-theme-minimal [data-type=color-block].color-pink,.lianshu-theme-minimal .color-block-wrapper.color-pink{background-color:#fdf2f8;color:#db2777}.lianshu-theme-minimal [data-type=color-block].color-purple,.lianshu-theme-minimal .color-block-wrapper.color-purple{background-color:#faf5ff;color:#9333ea}.lianshu-theme-artistic{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:2;color:#2c2c2c;word-wrap:break-word;background-color:transparent}.lianshu-theme-artistic h1,.lianshu-theme-artistic h2,.lianshu-theme-artistic h3,.lianshu-theme-artistic h4,.lianshu-theme-artistic h5,.lianshu-theme-artistic h6{color:#1a1a1a;font-weight:700;margin-top:1.5em;margin-bottom:.8em;line-height:1.4;letter-spacing:-.01em;text-align:left}.lianshu-theme-artistic h1{font-size:2.5em;margin-bottom:1.5em}.lianshu-theme-artistic h2{font-size:2em}.lianshu-theme-artistic h3{font-size:1.75em}.lianshu-theme-artistic h4{font-size:1.5em}.lianshu-theme-artistic p{margin-bottom:1.8em;font-size:1.1em}.lianshu-theme-artistic strong{color:#000;font-weight:800}.lianshu-theme-artistic blockquote{border-left:4px solid #ddd;padding:.5em 0 .5em 1.5em;margin:2em 0;color:#555;font-style:normal;font-size:1em;background:transparent;border-radius:0}.lianshu-theme-artistic blockquote:before{content:none}.lianshu-theme-artistic mark{background:linear-gradient(135deg,#ffecd2,#fcb69f);color:#1a1a1a;padding:.1em .4em;border-radius:4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.lianshu-theme-artistic ul,.lianshu-theme-artistic ol{padding-left:2em;margin-bottom:2em}.lianshu-theme-artistic li{margin-bottom:.8em}.lianshu-theme-artistic ul{list-style-type:disc}.lianshu-theme-artistic ul>li::marker{font-size:1.2em}.lianshu-theme-artistic ul ul{list-style-type:circle}.lianshu-theme-artistic ul ul ul{list-style-type:square}.lianshu-theme-artistic ul ul ul ul{list-style-type:disc}.lianshu-theme-artistic ul[data-type=taskList]{list-style:none!important;padding-left:0!important;margin-left:0}.lianshu-theme-artistic li[data-type=taskItem]{display:flex!important;flex-direction:row!important;align-items:center;gap:10px;margin-bottom:.5em}.lianshu-theme-artistic li[data-type=taskItem]:before{display:none!important}.lianshu-theme-artistic li[data-type=taskItem]>label{flex-shrink:0;display:inline-flex;align-items:center;margin-right:0;line-height:1}.lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #ccc;border-radius:3px;cursor:pointer;position:relative;background:#fff;margin:0;display:flex;align-items:center;justify-content:center}.lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]:checked{background:#22c55e;border-color:#22c55e}.lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]:checked:before{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.lianshu-theme-artistic li[data-type=taskItem]>div{flex:1;line-height:1.5;display:flex;align-items:center}.lianshu-theme-artistic li[data-type=taskItem]>div p{margin:0;padding:0}.lianshu-theme-artistic.dark li[data-type=taskItem]>label>input[type=checkbox],.dark-theme .lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]{background:#333;border-color:#555}.lianshu-theme-artistic.dark li[data-type=taskItem]>label>input[type=checkbox]:checked,.dark-theme .lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]:checked{background:#22c55e;border-color:#22c55e}.lianshu-theme-artistic a{color:#2563eb;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.lianshu-theme-artistic a:hover{color:#1d4ed8}.lianshu-theme-artistic table{border-collapse:collapse;width:100%;margin:2em 0;border:none;position:relative}.lianshu-theme-artistic th,.lianshu-theme-artistic td{padding:1em 1.25em;text-align:left;border:none;border-bottom:1px solid #e5e7eb;transition:background-color .15s ease}.lianshu-theme-artistic th{background-color:#f9fafb;font-weight:600;color:#374151;font-size:.875em;text-transform:uppercase;letter-spacing:.025em;border-bottom:2px solid #e5e7eb}.lianshu-theme-artistic tbody tr{transition:background-color .15s ease}.lianshu-theme-artistic tbody tr:hover{background-color:#f9fafb}.lianshu-theme-artistic tbody tr:hover td{background-color:transparent}.lianshu-theme-artistic .selectedCell{background-color:#dbeafe!important;position:relative}.lianshu-theme-artistic .selectedCell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid #3b82f6;pointer-events:none}.lianshu-theme-artistic code{font-family:Fira Code,monospace;background-color:#f0f0f0;padding:.2em .5em;border-radius:4px;color:#c0392b;font-size:.9em}.lianshu-theme-artistic pre{background:#f4f4f4;color:#333;padding:2em;border-radius:12px;box-shadow:0 10px 40px #0000001a;margin:3em 0;position:relative;overflow-x:auto}.lianshu-theme-artistic pre:before{content:"";display:block;position:absolute;top:15px;left:15px;width:12px;height:12px;border-radius:50%;background:#ff5f56;box-shadow:20px 0 #ffbd2e,40px 0 #27c93f}.lianshu-theme-artistic pre code{background-color:transparent;color:inherit;padding:0;display:block;margin-top:1em}.lianshu-theme-artistic img{max-width:100%;height:auto;border-radius:4px;margin:3em 0;box-shadow:0 20px 40px #0000001a;transform:scale(1);transition:transform .5s ease}.lianshu-theme-artistic img:hover{transform:scale(1.02)}.lianshu-theme-artistic video{max-width:100%;height:auto;border-radius:4px;margin:3em 0;box-shadow:0 20px 40px #0000001a;display:block}.lianshu-theme-artistic [data-type=color-block] p,.lianshu-theme-artistic .color-block-wrapper p{margin:0}.lianshu-theme-artistic [data-type=color-block].color-gray,.lianshu-theme-artistic .color-block-wrapper.color-gray{background-color:#f6f6f5;color:#5c5c5c}.lianshu-theme-artistic [data-type=color-block].color-blue,.lianshu-theme-artistic .color-block-wrapper.color-blue{background-color:#eef6ff;color:#2563eb}.lianshu-theme-artistic [data-type=color-block].color-cyan,.lianshu-theme-artistic .color-block-wrapper.color-cyan{background-color:#ecfeff;color:#0891b2}.lianshu-theme-artistic [data-type=color-block].color-green,.lianshu-theme-artistic .color-block-wrapper.color-green{background-color:#f0fdf4;color:#16a34a}.lianshu-theme-artistic [data-type=color-block].color-lime,.lianshu-theme-artistic .color-block-wrapper.color-lime{background-color:#f7fee7;color:#65a30d}.lianshu-theme-artistic [data-type=color-block].color-yellow,.lianshu-theme-artistic .color-block-wrapper.color-yellow{background-color:#fefce8;color:#ca8a04}.lianshu-theme-artistic [data-type=color-block].color-cream,.lianshu-theme-artistic .color-block-wrapper.color-cream{background-color:#fffbeb;color:#b45309}.lianshu-theme-artistic [data-type=color-block].color-orange,.lianshu-theme-artistic .color-block-wrapper.color-orange{background-color:#fff7ed;color:#ea580c}.lianshu-theme-artistic [data-type=color-block].color-pink,.lianshu-theme-artistic .color-block-wrapper.color-pink{background-color:#fdf2f8;color:#db2777}.lianshu-theme-artistic [data-type=color-block].color-purple,.lianshu-theme-artistic .color-block-wrapper.color-purple{background-color:#faf5ff;color:#9333ea}.lianshu-theme-artistic [data-type=color-block] strong,.lianshu-theme-artistic .color-block-wrapper strong{color:inherit}.lianshu-theme-artistic.dark,.dark-theme .lianshu-theme-artistic{color:#e0e0e0}.lianshu-theme-artistic.dark h1,.lianshu-theme-artistic.dark h2,.lianshu-theme-artistic.dark h3,.lianshu-theme-artistic.dark h4,.lianshu-theme-artistic.dark h5,.lianshu-theme-artistic.dark h6,.dark-theme .lianshu-theme-artistic h1,.dark-theme .lianshu-theme-artistic h2,.dark-theme .lianshu-theme-artistic h3,.dark-theme .lianshu-theme-artistic h4,.dark-theme .lianshu-theme-artistic h5,.dark-theme .lianshu-theme-artistic h6,.lianshu-theme-artistic.dark strong,.dark-theme .lianshu-theme-artistic strong{color:#fff}.lianshu-theme-artistic.dark blockquote,.dark-theme .lianshu-theme-artistic blockquote{background:transparent;color:#bbb;border-left-color:#444}.lianshu-theme-artistic.dark a,.dark-theme .lianshu-theme-artistic a{color:#60a5fa}.lianshu-theme-artistic.dark a:hover,.dark-theme .lianshu-theme-artistic a:hover{color:#93c5fd}.lianshu-theme-artistic.dark th,.lianshu-theme-artistic.dark td,.dark-theme .lianshu-theme-artistic th,.dark-theme .lianshu-theme-artistic td{border-bottom-color:#374151}.lianshu-theme-artistic.dark th,.dark-theme .lianshu-theme-artistic th{background-color:#1f2937;color:#e5e7eb;border-bottom-color:#4b5563}.lianshu-theme-artistic.dark tbody tr:hover,.dark-theme .lianshu-theme-artistic tbody tr:hover{background-color:#1f2937}.lianshu-theme-artistic.dark .selectedCell,.dark-theme .lianshu-theme-artistic .selectedCell{background-color:#1e3a5f!important}.lianshu-theme-artistic.dark .selectedCell:after,.dark-theme .lianshu-theme-artistic .selectedCell:after{border-color:#3b82f6}.lianshu-theme-artistic.dark td,.dark-theme .lianshu-theme-artistic td{border-color:#374151}.lianshu-theme-artistic.dark code,.dark-theme .lianshu-theme-artistic code{background-color:#ffffff1a;color:#ff8a80}.lianshu-theme-artistic.dark pre,.dark-theme .lianshu-theme-artistic pre{background:#282c34;color:#abb2bf;box-shadow:0 10px 40px #0000004d}.lianshu-theme-artistic.dark pre code,.dark-theme .lianshu-theme-artistic pre code{background:transparent;color:#abb2bf}.lianshu-theme-artistic.dark [data-type=color-block].color-gray,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-gray,.lianshu-theme-artistic.dark .color-block-wrapper.color-gray,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-gray{background-color:#3a3a3a;color:#d4d4d4}.lianshu-theme-artistic.dark [data-type=color-block].color-blue,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-blue,.lianshu-theme-artistic.dark .color-block-wrapper.color-blue,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-blue{background-color:#1e3a5f;color:#93c5fd}.lianshu-theme-artistic.dark [data-type=color-block].color-cyan,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-cyan,.lianshu-theme-artistic.dark .color-block-wrapper.color-cyan,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-cyan{background-color:#164e63;color:#67e8f9}.lianshu-theme-artistic.dark [data-type=color-block].color-green,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-green,.lianshu-theme-artistic.dark .color-block-wrapper.color-green,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-green{background-color:#14532d;color:#86efac}.lianshu-theme-artistic.dark [data-type=color-block].color-lime,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-lime,.lianshu-theme-artistic.dark .color-block-wrapper.color-lime,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-lime{background-color:#3f4f1a;color:#bef264}.lianshu-theme-artistic.dark [data-type=color-block].color-yellow,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-yellow,.lianshu-theme-artistic.dark .color-block-wrapper.color-yellow,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-yellow{background-color:#713f12;color:#fde047}.lianshu-theme-artistic.dark [data-type=color-block].color-cream,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-cream,.lianshu-theme-artistic.dark .color-block-wrapper.color-cream,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-cream{background-color:#78350f;color:#fbbf24}.lianshu-theme-artistic.dark [data-type=color-block].color-orange,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-orange,.lianshu-theme-artistic.dark .color-block-wrapper.color-orange,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-orange{background-color:#7c2d12;color:#fdba74}.lianshu-theme-artistic.dark [data-type=color-block].color-pink,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-pink,.lianshu-theme-artistic.dark .color-block-wrapper.color-pink,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-pink{background-color:#831843;color:#f9a8d4}.lianshu-theme-artistic.dark [data-type=color-block].color-purple,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-purple,.lianshu-theme-artistic.dark .color-block-wrapper.color-purple,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-purple{background-color:#581c87;color:#d8b4fe}.lianshu-theme-artistic.dark [data-type=color-block] strong,.dark-theme .lianshu-theme-artistic [data-type=color-block] strong,.lianshu-theme-artistic.dark .color-block-wrapper strong,.dark-theme .lianshu-theme-artistic .color-block-wrapper strong{color:inherit;font-weight:800}.lianshu-theme-artistic.dark,.dark-theme .lianshu-theme-artistic{--editor-bg-primary: #1f2937;--editor-bg-secondary: #374151;--editor-bg-tertiary: #4b5563;--editor-bg-hover: rgba(255, 255, 255, .08);--editor-border: #4b5563;--editor-text-primary: #f3f4f6;--editor-text-secondary: #d1d5db;--editor-text-tertiary: #9ca3af;--editor-text-placeholder: #6b7280;--editor-accent: #60a5fa;--editor-accent-bg: rgba(96, 165, 250, .15)}.document-editor pre.hljs{display:block;overflow-x:auto;padding:16px;background:var(--editor-code-bg);border-radius:8px;margin:1em 0;font-family:JetBrains Mono,Fira Code,Cascadia Code,Source Code Pro,IBM Plex Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:14px;line-height:1.7;color:var(--editor-code-text);font-variant-ligatures:normal;font-feature-settings:"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400;letter-spacing:.02em}.document-editor code.hljs{padding:2px 6px;background:var(--editor-code-bg);border-radius:4px;font-family:JetBrains Mono,Fira Code,Cascadia Code,Source Code Pro,IBM Plex Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em;font-variant-ligatures:normal;font-feature-settings:"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400}.document-editor .hljs-comment,.document-editor .hljs-quote{color:#6a737d;font-style:italic}.document-editor .hljs-keyword,.document-editor .hljs-selector-tag,.document-editor .hljs-subst{color:#d73a49;font-weight:600}.document-editor .hljs-number,.document-editor .hljs-literal,.document-editor .hljs-variable,.document-editor .hljs-template-variable,.document-editor .hljs-tag .hljs-attr{color:#005cc5}.document-editor .hljs-string,.document-editor .hljs-doctag{color:#032f62}.document-editor .hljs-title,.document-editor .hljs-section,.document-editor .hljs-selector-id{color:#6f42c1;font-weight:600}.document-editor .hljs-type,.document-editor .hljs-class .hljs-title{color:#6f42c1}.document-editor .hljs-tag,.document-editor .hljs-name,.document-editor .hljs-attribute{color:#22863a;font-weight:600}.document-editor .hljs-regexp,.document-editor .hljs-link{color:#032f62}.document-editor .hljs-symbol,.document-editor .hljs-bullet{color:#005cc5}.document-editor .hljs-built_in,.document-editor .hljs-builtin-name{color:#e36209}.document-editor .hljs-meta{color:#6a737d}.document-editor .hljs-deletion{background:#ffeef0;color:#b31d28}.document-editor .hljs-addition{background:#f0fff4;color:#22863a}.document-editor .hljs-emphasis{font-style:italic}.document-editor .hljs-strong{font-weight:600}.document-editor.theme-dark .hljs-comment,.document-editor.theme-dark .hljs-quote{color:#8b949e}.document-editor.theme-dark .hljs-keyword,.document-editor.theme-dark .hljs-selector-tag,.document-editor.theme-dark .hljs-subst{color:#ff7b72}.document-editor.theme-dark .hljs-number,.document-editor.theme-dark .hljs-literal,.document-editor.theme-dark .hljs-variable,.document-editor.theme-dark .hljs-template-variable,.document-editor.theme-dark .hljs-tag .hljs-attr{color:#79c0ff}.document-editor.theme-dark .hljs-string,.document-editor.theme-dark .hljs-doctag{color:#a5d6ff}.document-editor.theme-dark .hljs-title,.document-editor.theme-dark .hljs-section,.document-editor.theme-dark .hljs-selector-id,.document-editor.theme-dark .hljs-type,.document-editor.theme-dark .hljs-class .hljs-title{color:#d2a8ff}.document-editor.theme-dark .hljs-tag,.document-editor.theme-dark .hljs-name,.document-editor.theme-dark .hljs-attribute{color:#7ee787}.document-editor.theme-dark .hljs-regexp,.document-editor.theme-dark .hljs-link{color:#a5d6ff}.document-editor.theme-dark .hljs-symbol,.document-editor.theme-dark .hljs-bullet{color:#79c0ff}.document-editor.theme-dark .hljs-built_in,.document-editor.theme-dark .hljs-builtin-name{color:#ffa657}.document-editor.theme-dark .hljs-meta{color:#8b949e}.document-editor.theme-dark .hljs-deletion{background:#490202;color:#ffa198}.document-editor.theme-dark .hljs-addition{background:#033a16;color:#7ee787}.code-block-wrapper{position:relative;margin:1em 0}.code-block-wrapper pre{margin:0}.template-panel{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 32px #0000001a;min-width:240px;max-width:320px;max-height:360px;display:flex;flex-direction:column;overflow:hidden}.tp-header{padding:10px 14px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.tp-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.tp-list{padding:6px;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.tp-empty{padding:24px 14px;text-align:center;font-size:13px;color:#9ca3af}.tp-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background .15s}.tp-item:hover{background:#0000000a}.tp-item-info{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.tp-item-icon{color:#d97706;flex-shrink:0}.tp-item-title{font-size:13px;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-item-actions{display:flex;gap:2px;opacity:0;transition:opacity .15s;flex-shrink:0}.tp-item:hover .tp-item-actions{opacity:1}.tp-action-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:transparent;border-radius:5px;cursor:pointer;color:#9ca3af;transition:all .15s}.tp-action-btn:hover{background:#0000000f;color:#374151}.tp-action-delete:hover{background:#ef444414;color:#ef4444}.tp-edit{padding:12px}.tp-edit-input{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;background:#fff;color:#374151;outline:none;transition:border-color .15s,box-shadow .15s}.tp-edit-input:focus{border-color:#d97706;box-shadow:0 0 0 3px #d977061a}.tp-edit-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.tp-edit-btn{padding:6px 12px;border-radius:5px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.tp-edit-cancel{background:transparent;border:1px solid #e5e7eb;color:#6b7280}.tp-edit-cancel:hover{background:#f3f4f6}.tp-edit-confirm{background:#d97706;border:none;color:#fff}.tp-edit-confirm:hover:not(:disabled){opacity:.9}.tp-edit-confirm:disabled{opacity:.5;cursor:not-allowed}.template-panel.tp-dark{background:#1e1e1e;border-color:#333;box-shadow:0 8px 32px #0000004d}.tp-dark .tp-header{border-bottom-color:#333}.tp-dark .tp-title{color:#888}.tp-dark .tp-list{scrollbar-color:rgba(255,255,255,.1) transparent}.tp-dark .tp-empty{color:#666}.tp-dark .tp-item:hover{background:#ffffff0f}.tp-dark .tp-item-icon{color:#fbbf24}.tp-dark .tp-item-title{color:#d0d3d8}.tp-dark .tp-action-btn{color:#666}.tp-dark .tp-action-btn:hover{background:#ffffff14;color:#d0d3d8}.tp-dark .tp-action-delete:hover{background:#ef44441f;color:#f87171}.tp-dark .tp-edit-input{background:#2a2a2a;border-color:#444;color:#d0d3d8}.tp-dark .tp-edit-input:focus{border-color:#d97706}.tp-dark .tp-edit-cancel{border-color:#444;color:#999}.tp-dark .tp-edit-cancel:hover{background:#333}.block-menu-tooltip{position:fixed;transform:translate(-50%);padding:4px 8px;background:#1f2937;color:#fff;font-size:12px;font-weight:500;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:99999;box-shadow:0 4px 12px #0003}.block-menu-tooltip:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #1f2937}.block-menu-panel{--bmp-bg: var(--editor-bg-primary, #ffffff);--bmp-border: var(--editor-border, #e5e7eb);--bmp-shadow: rgba(0, 0, 0, .1);--bmp-text: var(--editor-text-primary, #374151);--bmp-text-secondary: var(--editor-text-secondary, #6b7280);--bmp-text-muted: var(--editor-text-tertiary, #9ca3af);--bmp-hover: var(--editor-bg-hover, #f3f4f6);--bmp-divider: var(--editor-divider, #e5e7eb);--bmp-active-bg: var(--editor-accent-bg, rgba(59, 130, 246, .12));--bmp-active-color: var(--editor-accent, #3b82f6)}.block-menu-panel{background:var(--bmp-bg);border:1px solid var(--bmp-border);border-radius:12px;box-shadow:0 4px 20px var(--bmp-shadow);padding:8px;min-width:250px;max-height:420px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent;color:var(--bmp-text)}.block-menu-panel.bmp-dark{scrollbar-color:rgba(255,255,255,.15) transparent}.block-menu-panel .toolbar-section{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:4px 8px 10px}.block-menu-panel .toolbar-item{width:32px;height:32px;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:all .15s ease;color:var(--bmp-text)}.block-menu-panel .toolbar-item:hover{background:var(--bmp-hover)}.block-menu-panel .toolbar-item.is-active{background:var(--bmp-active-bg);color:var(--bmp-active-color)}.block-menu-panel .toolbar-item .heading-text{font-size:13px;font-weight:500}.block-menu-panel .menu-divider{height:1px;background:var(--bmp-divider);margin:0 4px 8px}.block-menu-panel .section-title{font-size:11px;font-weight:500;color:var(--bmp-text-muted);text-transform:uppercase;letter-spacing:.5px;padding:0 6px 6px}.block-menu-panel .list-section{display:flex;flex-direction:column;gap:2px}.block-menu-panel .list-item{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:6px;cursor:pointer;transition:all .15s ease}.block-menu-panel .list-item:hover{background:var(--bmp-hover)}.block-menu-panel .list-item.is-active{background:var(--bmp-active-bg)}.block-menu-panel .list-item-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.block-menu-panel .list-item-icon.cyan{color:#0d9488}.block-menu-panel .list-item-icon.blue{color:#2563eb}.block-menu-panel .list-item-icon.gray{color:#4b5563}.block-menu-panel .list-item-icon.green{color:#16a34a}.block-menu-panel .list-item-icon.purple{color:#7c3aed}.block-menu-panel .list-item-icon.pink{color:#db2777}.block-menu-panel .list-item-icon.orange{color:#ea580c}.block-menu-panel .list-item-icon.amber{color:#d97706}.block-menu-panel .list-item-icon.indigo{color:#4f46e5}.block-menu-panel .list-item-content{display:flex;flex-direction:column;gap:2px;min-width:0}.block-menu-panel .list-item-title{font-size:13px;font-weight:500;color:var(--bmp-text)}.block-menu-panel .list-item-desc{font-size:11px;color:var(--bmp-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.block-menu-panel.bmp-dark{--bmp-bg: #1e1e1e;--bmp-border: #333333;--bmp-shadow: rgba(0, 0, 0, .3);--bmp-text: #d0d3d8;--bmp-text-secondary: #cccccc;--bmp-text-muted: #888888;--bmp-hover: rgba(255, 255, 255, .06);--bmp-divider: #333333;--bmp-active-bg: rgba(59, 130, 246, .15);--bmp-active-color: #60a5fa}.block-menu-panel.bmp-dark .list-item-icon.cyan{color:#2dd4bf}.block-menu-panel.bmp-dark .list-item-icon.blue{color:#60a5fa}.block-menu-panel.bmp-dark .list-item-icon.gray{color:#9ca3af}.block-menu-panel.bmp-dark .list-item-icon.green{color:#4ade80}.block-menu-panel.bmp-dark .list-item-icon.purple{color:#a78bfa}.block-menu-panel.bmp-dark .list-item-icon.pink{color:#f472b6}.block-menu-panel.bmp-dark .list-item-icon.orange{color:#fb923c}.block-menu-panel.bmp-dark .list-item-icon.amber{color:#fbbf24}.block-menu-panel.bmp-dark .list-item-icon.indigo{color:#818cf8}.block-menu-panel .template-trigger{position:relative}.block-menu-panel .list-item-arrow{color:var(--bmp-text-muted);flex-shrink:0;margin-left:auto}.template-sub-wrapper{position:fixed;z-index:99999}.plus-menu[data-v-8f91eed6]{position:relative}.menu-overlay[data-v-8f91eed6]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99}.menu-wrapper[data-v-8f91eed6]{position:absolute;top:100%;left:0;margin-top:4px;z-index:100}.ai-image-input-panel[data-v-8f91eed6]{background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border, #e5e7eb);border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:16px;min-width:280px}.ai-image-header[data-v-8f91eed6]{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;color:var(--editor-text-primary, #374151)}.ai-image-icon[data-v-8f91eed6]{color:#a855f7}.ai-image-textarea[data-v-8f91eed6]{width:100%;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--editor-text-primary, #374151);background:var(--editor-bg-secondary, #f9fafb);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;resize:none;outline:none;transition:all .2s ease;box-sizing:border-box}.ai-image-textarea[data-v-8f91eed6]:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.ai-image-textarea[data-v-8f91eed6]::placeholder{color:var(--editor-text-tertiary, #9ca3af)}.ai-image-actions[data-v-8f91eed6]{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.ai-btn[data-v-8f91eed6]{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;border:none}.ai-btn-cancel[data-v-8f91eed6]{background:var(--editor-bg-tertiary, #f3f4f6);color:var(--editor-text-secondary, #6b7280)}.ai-btn-cancel[data-v-8f91eed6]:hover{background:var(--editor-bg-hover, #e5e7eb)}.ai-btn-generate[data-v-8f91eed6]{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff}.ai-btn-generate[data-v-8f91eed6]:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ai-btn-generate[data-v-8f91eed6]:disabled{opacity:.5;cursor:not-allowed}.ai-image-hint[data-v-8f91eed6]{margin-top:10px;font-size:11px;color:var(--editor-text-tertiary, #9ca3af);text-align:center}.ai-image-hint kbd[data-v-8f91eed6]{display:inline-block;padding:2px 5px;font-size:10px;font-family:inherit;background:var(--editor-bg-tertiary, #f3f4f6);border:1px solid var(--editor-border, #e5e7eb);border-radius:3px;margin:0 2px}.code-block-wrapper[data-v-c6916a41]{position:relative;margin:1em 0;background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border-light, rgba(0, 0, 0, .08));border-radius:12px;overflow:visible;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #00000008}.code-block-wrapper[data-v-c6916a41]:hover{border-color:var(--editor-border-hover, rgba(0, 0, 0, .12));box-shadow:0 4px 12px #0000000a}.handle-container[data-v-c6916a41]{display:flex;align-items:center;position:absolute;left:-34px;top:8px;height:24px;gap:4px;opacity:0;transition:opacity .2s ease;padding-right:6px;-webkit-user-select:none;user-select:none;z-index:20}.handle-container.in-list[data-v-c6916a41]{left:-60px}.handle-container.visible[data-v-c6916a41]{opacity:1}.handle-btn[data-v-c6916a41]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.handle-btn[data-v-c6916a41]:hover{background-color:var(--editor-bg-hover);color:var(--editor-text-secondary);transform:scale(1.1)}.block-type-svg[data-v-c6916a41]{opacity:.7;color:var(--editor-text-tertiary)}.block-menu[data-v-c6916a41]{position:absolute;top:100%;left:0;z-index:50}.code-block-header[data-v-c6916a41]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px 2px;background:transparent;border-bottom:none;border-radius:12px 12px 0 0}.code-description[data-v-c6916a41]{flex:1;padding:6px 12px;font-size:.85em;color:var(--editor-text-secondary);background:transparent;border:1px solid transparent;border-radius:6px;outline:none;transition:all .2s ease}.code-description[data-v-c6916a41]::placeholder{color:var(--editor-text-tertiary)}.code-description[data-v-c6916a41]:hover{border-color:var(--editor-border)}.code-description[data-v-c6916a41]:focus{border-color:var(--editor-accent);box-shadow:0 0 0 3px var(--editor-accent-bg);background:var(--editor-bg-primary)}.code-description[data-v-c6916a41]::placeholder{color:var(--editor-text-placeholder)}.code-description-readonly[data-v-c6916a41]{flex:1;padding:5px 10px;font-size:.85em;color:var(--editor-text-tertiary);font-style:italic}.header-actions[data-v-c6916a41]{display:flex;align-items:center;gap:8px}.language-selector[data-v-c6916a41]{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:6px 12px;font-size:.8em;font-weight:500;color:var(--editor-text-secondary);background-color:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;outline:none;display:flex;align-items:center;gap:4px;justify-content:flex-end}.language-selector[data-v-c6916a41]:hover{border-color:var(--editor-border);background-color:var(--editor-bg-hover)}.language-selector[data-v-c6916a41]:focus{border-color:var(--editor-accent);box-shadow:0 0 0 3px var(--editor-accent-bg)}.language-selector-wrapper[data-v-c6916a41]{position:relative}.dropdown-arrow[data-v-c6916a41]{transition:transform .2s ease;color:var(--editor-text-tertiary)}.dropdown-arrow.open[data-v-c6916a41]{transform:rotate(180deg)}.language-dropdown[data-v-c6916a41]{position:absolute;top:100%;right:0;margin-top:4px;z-index:1000}.language-dropdown-overlay[data-v-c6916a41]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.language-dropdown-list[data-v-c6916a41]{background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:8px;box-shadow:0 8px 24px #0000001f;max-height:200px;overflow-y:auto;min-width:120px}.language-option[data-v-c6916a41]{padding:8px 12px;font-size:.8em;color:var(--editor-text-primary);cursor:pointer;transition:all .15s ease}.language-option[data-v-c6916a41]:hover{background-color:var(--editor-bg-hover)}.language-option.active[data-v-c6916a41]{background-color:var(--editor-accent-bg);color:var(--editor-accent);font-weight:600}.language-dropdown-list[data-v-c6916a41]::-webkit-scrollbar{width:4px}.language-dropdown-list[data-v-c6916a41]::-webkit-scrollbar-track{background:transparent}.language-dropdown-list[data-v-c6916a41]::-webkit-scrollbar-thumb{background:var(--editor-border);border-radius:2px}.language-dropdown-list[data-v-c6916a41]::-webkit-scrollbar-thumb:hover{background:var(--editor-text-tertiary)}.language-label[data-v-c6916a41]{font-size:.8em;font-weight:500;color:var(--editor-text-secondary);padding:6px 12px;background:transparent;border:1px solid transparent;border-radius:6px}.copy-button[data-v-c6916a41]{padding:8px;font-size:.75em;font-weight:600;color:var(--editor-text-secondary);background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.copy-button[data-v-c6916a41]:hover{background:var(--editor-bg-hover);border-color:var(--editor-border);transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.copy-button[data-v-c6916a41]:active{background:var(--editor-bg-active);border-color:var(--editor-border);transform:translateY(0)}.copy-button.copied[data-v-c6916a41]{color:#10b981;background:transparent;border-color:#10b981}.copy-button.copied[data-v-c6916a41]:hover{background:#10b9811a;border-color:#059669}.code-content-clip[data-v-c6916a41]{overflow:hidden;border-radius:0 0 12px 12px}.code-block-wrapper pre[data-v-c6916a41]{margin:0;padding:12px 16px 16px;overflow-x:auto;background:transparent;font-size:13px}.code-block-wrapper pre code[data-v-c6916a41]{background:none;padding:0;font-family:var(--editor-font-family-mono, "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", "IBM Plex Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace);font-size:14px;line-height:1.7;color:var(--editor-code-text);font-variant-ligatures:normal;font-feature-settings:"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400;letter-spacing:.02em}.code-block-wrapper pre[data-v-c6916a41]::-webkit-scrollbar{height:8px}.code-block-wrapper pre[data-v-c6916a41]::-webkit-scrollbar-track{background:transparent}.code-block-wrapper pre[data-v-c6916a41]::-webkit-scrollbar-thumb{background:var(--editor-border);border-radius:4px}.code-block-wrapper pre[data-v-c6916a41]::-webkit-scrollbar-thumb:hover{background:var(--editor-text-tertiary)}.code-block-wrapper pre[data-language][data-v-c6916a41]:before{display:none}.theme-dark .code-block-wrapper[data-v-c6916a41]{background:#ffffff08;border-color:#ffffff14}.theme-dark .code-block-header[data-v-c6916a41]{background:transparent;border-bottom:none}.theme-dark .code-block-wrapper[data-v-c6916a41]:hover{border-color:#ffffff26}.block-action-wrapper[data-v-a86d9db0]{display:flex;position:relative;margin:2px 0}.handle-container[data-v-a86d9db0]{display:flex;align-items:center;position:absolute;left:-34px;top:0;height:24px;gap:4px;opacity:0;transition:opacity .2s ease;padding-right:6px;-webkit-user-select:none;user-select:none}.handle-container.in-list[data-v-a86d9db0]{left:-60px}.handle-container.visible[data-v-a86d9db0]{opacity:1}.handle-btn[data-v-a86d9db0]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.handle-btn[data-v-a86d9db0]:hover{background-color:var(--editor-bg-hover);color:var(--editor-text-secondary);transform:scale(1.1)}.block-type-icon[data-v-a86d9db0]{font-size:12px;font-weight:600;line-height:1}.block-type-icon.heading-icon[data-v-a86d9db0]{font-size:11px}.block-type-svg[data-v-a86d9db0]{opacity:.7}.block-content[data-v-a86d9db0]{flex:1}.block-menu[data-v-a86d9db0]{position:absolute;top:100%;left:0;z-index:50}.color-block-wrapper[data-v-b451a37e]{position:relative;border-radius:16px;padding:16px 20px;margin:12px 0;transition:all .2s ease;border:1px solid}.color-block-wrapper.color-gray[data-v-b451a37e]{background-color:#f6f6f5;color:#5c5c5c;border-color:#a0a0a0}.color-block-wrapper.color-blue[data-v-b451a37e]{background-color:#eff6ff;color:#2563eb;border-color:#bfdbfe}.color-block-wrapper.color-cyan[data-v-b451a37e]{background-color:#ecfeff;color:#0891b2;border-color:#67e8f9}.color-block-wrapper.color-green[data-v-b451a37e]{background-color:#f0fdf4;color:#16a34a;border-color:#86efac}.color-block-wrapper.color-lime[data-v-b451a37e]{background-color:#f7fee7;color:#65a30d;border-color:#bef264}.color-block-wrapper.color-yellow[data-v-b451a37e]{background-color:#fefce8;color:#ca8a04;border-color:#fde047}.color-block-wrapper.color-cream[data-v-b451a37e]{background-color:#fffbeb;color:#b45309;border-color:#fcd34d}.color-block-wrapper.color-orange[data-v-b451a37e]{background-color:#fff7ed;color:#ea580c;border-color:#fdba74}.color-block-wrapper.color-pink[data-v-b451a37e]{background-color:#fdf2f8;color:#db2777;border-color:#f9a8d4}.color-block-wrapper.color-purple[data-v-b451a37e]{background-color:#faf5ff;color:#9333ea;border-color:#d8b4fe}.color-picker-bar[data-v-b451a37e]{position:absolute;left:50%;transform:translate(-50%);bottom:100%;margin-bottom:6px;display:flex;gap:4px;padding:5px 8px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 2px 12px #00000014;z-index:100}.color-option[data-v-b451a37e]{width:20px;height:20px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid rgba(128,128,128,.2);transition:transform .15s ease,box-shadow .15s ease}.color-option.option-gray[data-v-b451a37e]{background-color:#f6f6f5}.color-option.option-blue[data-v-b451a37e]{background-color:#eef6ff}.color-option.option-cyan[data-v-b451a37e]{background-color:#ecfeff}.color-option.option-green[data-v-b451a37e]{background-color:#f0fdf4}.color-option.option-lime[data-v-b451a37e]{background-color:#f7fee7}.color-option.option-yellow[data-v-b451a37e]{background-color:#fefce8}.color-option.option-cream[data-v-b451a37e]{background-color:#fffbeb}.color-option.option-orange[data-v-b451a37e]{background-color:#fff7ed}.color-option.option-pink[data-v-b451a37e]{background-color:#fdf2f8}.color-option.option-purple[data-v-b451a37e]{background-color:#faf5ff}.color-option[data-v-b451a37e]:hover{transform:scale(1.1);box-shadow:0 2px 6px #0000001f}.color-option.active[data-v-b451a37e]{border-color:#80808066}.check-icon[data-v-b451a37e]{width:12px;height:12px;color:var(--editor-text-tertiary, rgba(128, 128, 128, .8))}.color-block-content[data-v-b451a37e]{min-height:1.5em}.color-block-content[data-v-b451a37e] p{margin:0}.color-block-content[data-v-b451a37e] p+p{margin-top:.5em}.color-block-content[data-v-b451a37e] .is-empty:before{display:none!important}.link-card-block-wrapper[data-v-772fe97b]{position:relative;margin:12px 0}.link-card[data-v-772fe97b]{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border-light, rgba(0, 0, 0, .06));border-radius:12px;box-shadow:0 1px 2px #00000005;text-decoration:none;color:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.link-card[data-v-772fe97b]:hover{background:var(--editor-bg-secondary, #fafafa);border-color:var(--editor-border, rgba(0, 0, 0, .08));box-shadow:0 4px 12px #0000000d}.link-card-icon[data-v-772fe97b]{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--editor-text-secondary, #6b7280)}.link-card-content[data-v-772fe97b]{flex:1;min-width:0;overflow:hidden}.link-card-title[data-v-772fe97b]{font-size:14px;font-weight:500;color:var(--editor-text-primary, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.link-card-url[data-v-772fe97b]{font-size:12px;color:var(--editor-text-tertiary, #9ca3af);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.link-card-arrow[data-v-772fe97b]{flex-shrink:0;color:var(--editor-text-tertiary, #9ca3af);transition:transform .2s ease}.link-card:hover .link-card-arrow[data-v-772fe97b]{transform:translate(2px);color:var(--editor-accent, #3b82f6)}.link-toolbar[data-v-772fe97b]{position:absolute;top:-44px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:2px;padding:4px 6px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 2px 12px #0000001a;opacity:0;visibility:hidden;transition:all .15s ease;z-index:100}.link-card-block-wrapper:hover .link-toolbar[data-v-772fe97b]{opacity:1;visibility:visible}.toolbar-btn[data-v-772fe97b]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary, #9ca3af);transition:all .15s ease}.toolbar-btn[data-v-772fe97b]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .06));color:var(--editor-text-secondary, #4b5563)}.toolbar-btn.delete-btn[data-v-772fe97b]:hover{background:#ef44441a;color:#ef4444}.toolbar-divider[data-v-772fe97b]{width:1px;height:16px;background:var(--editor-border, #e5e7eb);margin:0 4px}.link-editor-popup[data-v-772fe97b]{position:absolute;top:100%;left:0;margin-top:8px;padding:16px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:200;min-width:300px}.editor-field[data-v-772fe97b]{margin-bottom:12px}.editor-field label[data-v-772fe97b]{display:block;font-size:12px;font-weight:500;color:var(--editor-text-secondary, #6b7280);margin-bottom:4px}.editor-field input[data-v-772fe97b]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border, #e5e7eb);border-radius:6px;font-size:14px;background:var(--editor-bg-primary, #fff);color:var(--editor-text-primary, #1f2937);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.editor-field input[data-v-772fe97b]:focus{border-color:var(--editor-accent, #3b82f6);box-shadow:0 0 0 3px var(--editor-accent-bg, rgba(59, 130, 246, .1))}.editor-field input[data-v-772fe97b]::placeholder{color:var(--editor-text-placeholder, #d1d5db)}.editor-actions[data-v-772fe97b]{display:flex;justify-content:flex-end;gap:8px}.btn-cancel[data-v-772fe97b],.btn-save[data-v-772fe97b]{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-cancel[data-v-772fe97b]{background:transparent;border:1px solid var(--editor-border, #e5e7eb);color:var(--editor-text-secondary, #6b7280)}.btn-cancel[data-v-772fe97b]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04))}.btn-save[data-v-772fe97b]{background:var(--editor-accent, #3b82f6);border:none;color:#fff}.btn-save[data-v-772fe97b]:hover{opacity:.9}.btn-save[data-v-772fe97b]:disabled{opacity:.5;cursor:not-allowed}.theme-dark .link-card[data-v-772fe97b]{background:#262626;border-color:#404040}.theme-dark .link-card[data-v-772fe97b]:hover{background:#2a2a2a;border-color:#525252}.theme-dark .link-card-icon[data-v-772fe97b]{background:#3b82f626;color:#60a5fa}.link-inline-wrapper[data-v-551359ac]{position:relative;display:inline}.link-inline[data-v-551359ac]{color:var(--editor-accent, #3b82f6);text-decoration:none;cursor:pointer;transition:all .15s ease;font-weight:500}.link-inline[data-v-551359ac]:hover{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.link-editor-popup[data-v-551359ac]{position:absolute;top:100%;left:0;margin-top:8px;padding:16px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:200;min-width:300px}.editor-field[data-v-551359ac]{margin-bottom:12px}.editor-field label[data-v-551359ac]{display:block;font-size:12px;font-weight:500;color:var(--editor-text-secondary, #6b7280);margin-bottom:4px}.editor-field input[data-v-551359ac]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border, #e5e7eb);border-radius:6px;font-size:14px;background:var(--editor-bg-primary, #fff);color:var(--editor-text-primary, #1f2937);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.editor-field input[data-v-551359ac]:focus{border-color:var(--editor-accent, #3b82f6);box-shadow:0 0 0 3px var(--editor-accent-bg, rgba(59, 130, 246, .1))}.editor-field input[data-v-551359ac]::placeholder{color:var(--editor-text-placeholder, #d1d5db)}.editor-actions[data-v-551359ac]{display:flex;justify-content:flex-end;gap:8px}.btn-cancel[data-v-551359ac],.btn-save[data-v-551359ac]{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-cancel[data-v-551359ac]{background:transparent;border:1px solid var(--editor-border, #e5e7eb);color:var(--editor-text-secondary, #6b7280)}.btn-cancel[data-v-551359ac]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04))}.btn-save[data-v-551359ac]{background:var(--editor-accent, #3b82f6);border:none;color:#fff}.btn-save[data-v-551359ac]:hover{opacity:.9}.btn-save[data-v-551359ac]:disabled{opacity:.5;cursor:not-allowed}.link-toolbar[data-v-551359ac]{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:6px;display:flex;align-items:center;gap:2px;padding:4px 6px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 2px 12px #0000001a;opacity:0;visibility:hidden;transition:all .15s ease;z-index:100;white-space:nowrap}.link-inline-wrapper:hover .link-toolbar[data-v-551359ac]{opacity:1;visibility:visible}.toolbar-btn[data-v-551359ac]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary, #9ca3af);transition:all .15s ease}.toolbar-btn[data-v-551359ac]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .06));color:var(--editor-text-secondary, #4b5563)}.toolbar-btn.delete-btn[data-v-551359ac]:hover{background:#ef44441a;color:#ef4444}.toolbar-divider[data-v-551359ac]{width:1px;height:16px;background:var(--editor-border, #e5e7eb);margin:0 4px}.video-embed-block-wrapper[data-v-47b47c4d]{position:relative;margin:16px 0}.video-player[data-v-47b47c4d]{position:relative;border-radius:12px;overflow:hidden;background:#000}.video-container[data-v-47b47c4d]{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe[data-v-47b47c4d]{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-platform-badge[data-v-47b47c4d]{position:absolute;top:12px;left:12px;z-index:10;display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .2s ease;pointer-events:none}.video-embed-block-wrapper:hover .video-platform-badge[data-v-47b47c4d]{opacity:1}.video-platform-badge.platform-bilibili[data-v-47b47c4d]{background:#fb7299d9;color:#fff}.video-platform-badge.platform-youtube[data-v-47b47c4d]{background:#f00c;color:#fff}.video-platform-badge.platform-unknown[data-v-47b47c4d]{background:#6b7280cc;color:#fff}.video-empty[data-v-47b47c4d]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px 24px;background:var(--editor-bg-secondary, #f9fafb);border:2px dashed var(--editor-border, #e5e7eb);border-radius:12px;cursor:pointer;transition:all .2s ease}.video-empty[data-v-47b47c4d]:hover{background:var(--editor-bg-tertiary, #f3f4f6);border-color:var(--editor-accent, #3b82f6)}.video-empty-icon[data-v-47b47c4d]{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--editor-accent-bg, rgba(59, 130, 246, .1));border-radius:12px;color:var(--editor-accent, #3b82f6)}.video-empty-text[data-v-47b47c4d]{font-size:14px;font-weight:500;color:var(--editor-text-primary, #1f2937)}.video-empty-hint[data-v-47b47c4d]{font-size:12px;color:var(--editor-text-tertiary, #9ca3af)}.video-toolbar[data-v-47b47c4d]{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:2px;padding:4px 6px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 2px 12px #00000026;opacity:0;visibility:hidden;transition:all .15s ease;z-index:20}.video-embed-block-wrapper:hover .video-toolbar[data-v-47b47c4d]{opacity:1;visibility:visible}.toolbar-btn[data-v-47b47c4d]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--editor-text-secondary, #6b7280);transition:all .15s ease}.toolbar-btn[data-v-47b47c4d]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04));color:var(--editor-text-primary, #1f2937)}.toolbar-btn.delete-btn[data-v-47b47c4d]:hover{background:#fee2e2;color:#dc2626}.video-editor-popup[data-v-47b47c4d]{padding:20px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:12px;box-shadow:0 4px 24px #0000001f}.editor-header[data-v-47b47c4d]{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:600;color:var(--editor-text-primary, #1f2937)}.editor-header-icon[data-v-47b47c4d]{color:var(--editor-accent, #3b82f6)}.editor-field[data-v-47b47c4d]{margin-bottom:12px}.editor-field label[data-v-47b47c4d]{display:block;font-size:12px;font-weight:500;color:var(--editor-text-secondary, #6b7280);margin-bottom:6px}.editor-field input[data-v-47b47c4d]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;font-size:14px;background:var(--editor-bg-primary, #fff);color:var(--editor-text-primary, #1f2937);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.editor-field input[data-v-47b47c4d]:focus{border-color:var(--editor-accent, #3b82f6);box-shadow:0 0 0 3px var(--editor-accent-bg, rgba(59, 130, 246, .1))}.editor-field input[data-v-47b47c4d]::placeholder{color:var(--editor-text-placeholder, #d1d5db)}.editor-preview[data-v-47b47c4d]{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:12px;background:var(--editor-bg-secondary, #f9fafb);border-radius:8px}.preview-badge[data-v-47b47c4d]{display:flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600}.preview-badge.platform-bilibili[data-v-47b47c4d]{background:#fb729926;color:#fb7299}.preview-badge.platform-youtube[data-v-47b47c4d]{background:#ff00001a;color:red}.preview-id[data-v-47b47c4d]{font-size:12px;color:var(--editor-text-tertiary, #9ca3af);font-family:monospace}.editor-actions[data-v-47b47c4d]{display:flex;justify-content:flex-end;gap:8px}.btn-cancel[data-v-47b47c4d],.btn-save[data-v-47b47c4d]{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-cancel[data-v-47b47c4d]{background:transparent;border:1px solid var(--editor-border, #e5e7eb);color:var(--editor-text-secondary, #6b7280)}.btn-cancel[data-v-47b47c4d]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04))}.btn-save[data-v-47b47c4d]{background:var(--editor-accent, #3b82f6);border:none;color:#fff}.btn-save[data-v-47b47c4d]:hover{opacity:.9}.btn-save[data-v-47b47c4d]:disabled{opacity:.5;cursor:not-allowed}.attachment-block-wrapper{position:relative;margin:8px 0}.attachment-card{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border-light, rgba(0, 0, 0, .06));border-radius:12px;box-shadow:0 1px 2px #00000005;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:default;-webkit-user-select:none;user-select:none}.attachment-card:hover{background:var(--editor-bg-secondary, #fafafa);border-color:var(--editor-border, rgba(0, 0, 0, .08));box-shadow:0 4px 12px #0000000d}.attachment-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--editor-text-secondary, #6b7280)}.attachment-info{flex:1;min-width:0;display:flex;align-items:baseline;gap:8px}.attachment-name{font-size:14px;font-weight:500;color:var(--editor-text-primary, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-size{font-size:12px;color:var(--editor-text-tertiary, #9ca3af);white-space:nowrap;flex-shrink:0}.attachment-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.attachment-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary, #9ca3af);transition:all .15s ease}.attachment-action-btn:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .06));color:var(--editor-text-secondary, #4b5563)}.attachment-action-btn.preview-btn:hover{color:#3b82f6;background:#3b82f61a}.attachment-action-btn.download-btn:hover{color:#16a34a;background:#22c55e1a}.attachment-action-btn.delete-btn:hover{background:#ef44441a;color:#ef4444}.attachment-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:40px}.attachment-preview-modal{background:var(--editor-bg-primary, #ffffff);border-radius:16px;box-shadow:0 24px 80px #0003;display:flex;flex-direction:column;max-width:900px;max-height:80vh;width:100%;overflow:hidden}.preview-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--editor-border, #e5e7eb);gap:16px}.preview-header-info{display:flex;align-items:center;gap:10px;min-width:0;color:var(--editor-text-secondary, #6b7280)}.preview-title{font-size:14px;font-weight:600;color:var(--editor-text-primary, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-size{font-size:12px;color:var(--editor-text-tertiary, #9ca3af);white-space:nowrap}.preview-header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.preview-action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:var(--editor-text-secondary, #6b7280);transition:all .15s ease}.preview-action-btn:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04));color:var(--editor-text-primary, #1f2937)}.preview-action-btn.close-btn:hover{background:#fee2e2;color:#dc2626}.preview-body{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;padding:24px;min-height:200px}.preview-image{max-width:100%;max-height:60vh;border-radius:8px;object-fit:contain}.preview-iframe{width:100%;height:60vh;border:none;border-radius:8px}.preview-text-wrapper{width:100%;max-height:60vh;overflow:auto}.preview-text{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:13px;line-height:1.6;color:var(--editor-text-primary, #1f2937);background:var(--editor-bg-secondary, #f9fafb);padding:20px;border-radius:8px;white-space:pre-wrap;word-break:break-all;margin:0}.preview-video{max-width:100%;max-height:60vh;border-radius:8px}.preview-audio{width:100%;max-width:400px}.preview-loading{color:var(--editor-text-tertiary, #9ca3af);font-size:14px}.preview-unsupported{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;color:var(--editor-text-tertiary, #9ca3af)}.preview-unsupported p{margin:0;font-size:14px}.preview-download-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--editor-accent, #3b82f6);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.preview-download-btn:hover{opacity:.9;transform:translateY(-1px)}.theme-dark .attachment-card{background:#262626;border-color:#404040}.theme-dark .attachment-card:hover{background:#2a2a2a;border-color:#525252}.theme-dark .attachment-name{color:#d0d3d8}.theme-dark .attachment-size{color:#888}.theme-dark .attachment-action-btn{background:transparent;color:#888}.theme-dark .attachment-action-btn:hover{background:#ffffff1a;color:#eee}.theme-dark .attachment-action-btn.preview-btn:hover{color:#60a5fa;background:#3b82f626}.theme-dark .attachment-action-btn.download-btn:hover{color:#4ade80;background:#22c55e26}.theme-dark .attachment-action-btn.delete-btn:hover{background:#dc262626;color:#ef4444;border-color:#dc26264d}.theme-dark .attachment-preview-modal{background:#1e1e1e}.theme-dark .preview-header{border-color:#333}.theme-dark .preview-title{color:#d0d3d8}.theme-dark .preview-text{background:#262626;color:#d0d3d8}.theme-dark .attachment-icon.icon-image{background:#f9731626;color:#fb923c}.theme-dark .attachment-icon.icon-pdf{background:#ef444426;color:#f87171}.theme-dark .attachment-icon.icon-text{background:#3b82f626;color:#60a5fa}.theme-dark .attachment-icon.icon-video{background:#ec489926;color:#f472b6}.theme-dark .attachment-icon.icon-audio{background:#8b5cf626;color:#a78bfa}.theme-dark .attachment-icon.icon-spreadsheet{background:#22c55e26;color:#4ade80}.theme-dark .attachment-icon.icon-archive{background:#f59e0b26;color:#fbbf24}.theme-dark .attachment-icon.icon-generic{background:#9ca3af26;color:#9ca3af}.streaming-preview-wrapper[data-v-b86f4e84]{position:relative;display:block;padding:0!important;margin:0!important;border:none!important;background:transparent!important}.streaming-preview-wrapper.is-streaming[data-v-b86f4e84]{background:transparent!important}.thinking-indicator[data-v-b86f4e84]{display:flex;align-items:center;gap:8px;padding:12px 0;color:var(--editor-text-secondary, #6b7280)}.thinking-dot[data-v-b86f4e84]{width:6px;height:6px;border-radius:50%;background:var(--editor-accent, #3b82f6);animation:thinking-pulse-b86f4e84 1.4s ease-in-out infinite}.thinking-dot[data-v-b86f4e84]:nth-child(1){animation-delay:0s}.thinking-dot[data-v-b86f4e84]:nth-child(2){animation-delay:.2s}.thinking-dot[data-v-b86f4e84]:nth-child(3){animation-delay:.4s}@keyframes thinking-pulse-b86f4e84{0%,80%,to{opacity:.3;transform:scale(1)}40%{opacity:1;transform:scale(1.2)}}.thinking-text[data-v-b86f4e84]{font-size:14px;font-style:italic}.streaming-preview-wrapper.show-buttons[data-v-b86f4e84]{padding:12px!important;margin:8px 0!important;border:1px dashed var(--editor-accent, #3b82f6)!important;border-radius:8px;background:var(--editor-accent-bg, rgba(59, 130, 246, .05))!important}.confirm-buttons[data-v-b86f4e84]{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--editor-border, #e5e7eb)}.confirm-btn[data-v-b86f4e84]{display:flex;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.confirm-btn.accept[data-v-b86f4e84]{background:#10b981;color:#fff}.confirm-btn.accept[data-v-b86f4e84]:hover{background:#059669}.confirm-btn.reject[data-v-b86f4e84]{background:var(--editor-bg-secondary, #f3f4f6);color:var(--editor-text-secondary, #6b7280);border:1px solid var(--editor-border, #e5e7eb)}.confirm-btn.reject[data-v-b86f4e84]:hover{background:var(--editor-bg-tertiary, #e5e7eb)}.streaming-preview-content[data-v-b86f4e84] p{margin:0;min-height:1.6em;line-height:1.6}.streaming-preview-content[data-v-b86f4e84] h1{font-size:30px;font-weight:700;margin:1.5em 0 .5em;line-height:1.3}.streaming-preview-content[data-v-b86f4e84] h2{font-size:24px;font-weight:600;margin:1.2em 0 .4em;line-height:1.3}.streaming-preview-content[data-v-b86f4e84] h3{font-size:20px;font-weight:600;margin:1em 0 .3em;line-height:1.3}.streaming-preview-content[data-v-b86f4e84] h4{font-size:18px;font-weight:600;margin:1em 0 .3em;line-height:1.3}.streaming-preview-content[data-v-b86f4e84] h5{font-size:16px;font-weight:500;margin:.5em 0 .2em;line-height:1.6}.streaming-preview-content[data-v-b86f4e84] ul,.streaming-preview-content[data-v-b86f4e84] ol{padding-left:24px;margin:.5em 0}.streaming-preview-content[data-v-b86f4e84] li{margin:.1em 0;line-height:1.6}.streaming-preview-content[data-v-b86f4e84] li p{margin:0}.streaming-preview-content[data-v-b86f4e84] blockquote{border-left:3px solid var(--editor-border, #d1d5db);padding-left:1em;margin:.5em 0;color:var(--editor-text-secondary, #6b7280)}.streaming-preview-content[data-v-b86f4e84] pre{position:relative;margin:1em 0;background:var(--editor-bg-secondary, #f3f4f6);border:1px solid var(--editor-border, #e5e7eb);border-radius:6px;overflow:hidden}.streaming-preview-content[data-v-b86f4e84] pre code{display:block;padding:16px;overflow-x:auto;background:var(--editor-code-bg, #1e1e1e);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.6;color:var(--editor-code-text, #d4d4d4)}.streaming-preview-content[data-v-b86f4e84] code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em}.streaming-preview-content[data-v-b86f4e84] p code,.streaming-preview-content[data-v-b86f4e84] li code{background:var(--editor-bg-secondary, rgba(0, 0, 0, .05));padding:.15em .4em;border-radius:4px;font-size:.85em}.streaming-preview-content[data-v-b86f4e84] strong{font-weight:600}.streaming-preview-content[data-v-b86f4e84] em{font-style:italic}.streaming-preview-content[data-v-b86f4e84] hr{border:none;border-top:1px solid var(--editor-border, #e5e7eb);margin:1em 0}.streaming-preview-content[data-v-b86f4e84] table{width:100%;border-collapse:collapse;margin:.5em 0}.streaming-preview-content[data-v-b86f4e84] th,.streaming-preview-content[data-v-b86f4e84] td{border:1px solid var(--editor-border, #e5e7eb);padding:.5em .75em;text-align:left}.streaming-preview-content[data-v-b86f4e84] th{background:var(--editor-bg-secondary, #f9fafb);font-weight:600}.typing-cursor[data-v-b86f4e84]{display:inline-block;width:2px;height:1.2em;background:var(--editor-accent, #3b82f6);margin-left:2px;vertical-align:text-bottom;animation:blink-b86f4e84 1s step-end infinite}@keyframes blink-b86f4e84{0%,50%{opacity:1}51%,to{opacity:0}}.streaming-preview-content[data-v-b86f4e84] .ai-image-placeholder{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px 24px;margin:1em 0;background:linear-gradient(135deg,#667eea20,#764ba220);border:1px solid #e5e7eb;border-radius:12px;width:100%;box-sizing:border-box;aspect-ratio:2 / 1}.streaming-preview-content[data-v-b86f4e84] .ai-image-placeholder.error{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#fca5a5}.streaming-preview-content[data-v-b86f4e84] .ai-image-spinner{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;animation:pulse-b86f4e84 1.5s ease-in-out infinite}.streaming-preview-content[data-v-b86f4e84] .ai-image-spinner:before{content:"🎨"}@keyframes pulse-b86f4e84{0%,to{opacity:.4;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}.streaming-preview-content[data-v-b86f4e84] .ai-image-error-icon{font-size:32px;flex-shrink:0}.streaming-preview-content[data-v-b86f4e84] .ai-image-info{flex:1;min-width:0}.streaming-preview-content[data-v-b86f4e84] .ai-image-title{margin:0 0 4px;font-size:14px;font-weight:600;color:#4b5563}.streaming-preview-content[data-v-b86f4e84] .ai-image-prompt{margin:0;font-size:13px;color:#6b7280;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.streaming-preview-content[data-v-b86f4e84] .ai-image-preview-success{margin:1em 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.streaming-preview-content[data-v-b86f4e84] .ai-image-preview-success img{display:block;width:100%;aspect-ratio:2 / 1;object-fit:cover}.ai-prompt-wrapper[data-v-17b9f027]{margin:8px 0}.ai-prompt-container[data-v-17b9f027]{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;background:var(--editor-bg-secondary);border:1px solid var(--editor-border);border-radius:var(--editor-radius-md, 8px);transition:all .2s ease}.ai-prompt-container[data-v-17b9f027]:focus-within{border-color:var(--editor-accent);box-shadow:0 0 0 3px var(--editor-accent-bg)}.ai-prompt-icon[data-v-17b9f027]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--editor-bg-tertiary);border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);color:var(--editor-text-secondary);flex-shrink:0;margin-top:2px}.ai-prompt-input[data-v-17b9f027]{flex:1;padding:4px 0;font-size:var(--editor-font-size-base, 15px);font-family:var(--editor-font-family);color:var(--editor-text-primary);background:transparent;border:none;outline:none;resize:none;line-height:1.5;min-height:24px;max-height:200px}.ai-prompt-input[data-v-17b9f027]::placeholder{color:var(--editor-text-placeholder)}.ai-prompt-actions[data-v-17b9f027]{display:flex;gap:6px;margin-top:2px}.ai-btn[data-v-17b9f027]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);cursor:pointer;transition:all .15s ease;background:var(--editor-bg-primary);color:var(--editor-text-secondary)}.ai-btn[data-v-17b9f027]:hover:not(:disabled){background:var(--editor-bg-hover);border-color:var(--editor-text-tertiary)}.ai-btn-submit[data-v-17b9f027]:not(:disabled){background:var(--editor-accent);border-color:var(--editor-accent);color:#fff}.ai-btn-submit[data-v-17b9f027]:hover:not(:disabled){opacity:.9}.ai-btn-submit[data-v-17b9f027]:disabled{opacity:.5;cursor:not-allowed}.ai-btn-cancel[data-v-17b9f027]:hover{background:var(--editor-bg-tertiary)}.ai-btn-image[data-v-17b9f027]{color:var(--editor-text-tertiary);transition:all .2s ease}.ai-btn-image[data-v-17b9f027]:hover{color:var(--editor-accent);background:var(--editor-accent-bg);border-color:var(--editor-accent)}.ai-btn-image.is-active[data-v-17b9f027]{background:var(--editor-accent);border-color:var(--editor-accent);color:#fff}.ai-prompt-hint[data-v-17b9f027]{margin-top:6px;font-size:var(--editor-font-size-xs, 12px);color:var(--editor-text-tertiary);text-align:center}.ai-prompt-hint kbd[data-v-17b9f027]{display:inline-block;padding:2px 6px;font-size:11px;font-family:var(--editor-font-family);background:var(--editor-bg-tertiary);border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);margin:0 2px;color:var(--editor-text-secondary)}.ai-image-loader-wrapper[data-v-f8208628]{margin:1em 0;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;transition:all .3s ease}.ai-image-loader-wrapper[data-v-f8208628]:hover{box-shadow:0 4px 12px #0000001a}.ai-image-loader-wrapper.ProseMirror-selectednode[data-v-f8208628]{outline:2px solid var(--editor-accent, #3b82f6);outline-offset:2px}.loader-content[data-v-f8208628]{padding:24px;display:flex;align-items:center;justify-content:center;gap:16px;width:100%;box-sizing:border-box;aspect-ratio:2 / 1}.generating-state[data-v-f8208628]{background:linear-gradient(135deg,#667eea20,#764ba220)}.loader-icon[data-v-f8208628]{flex-shrink:0}.spinner[data-v-f8208628]{width:40px;height:40px;border:3px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin-f8208628 1s linear infinite}@keyframes spin-f8208628{to{transform:rotate(360deg)}}.loader-info[data-v-f8208628]{flex:1;min-width:0}.loader-title[data-v-f8208628]{margin:0 0 4px;font-size:15px;font-weight:600;color:#495057}.loader-prompt[data-v-f8208628]{margin:0;font-size:14px;color:#6c757d;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.success-state[data-v-f8208628]{position:relative;padding:0;flex-direction:column}.preview-image[data-v-f8208628]{width:100%;max-height:300px;object-fit:cover}.success-overlay[data-v-f8208628]{position:absolute;top:0;right:0;bottom:0;left:0;background:#28a745d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;animation:fadeIn-f8208628 .3s ease}.success-icon[data-v-f8208628]{width:48px;height:48px;background:#fff;color:#28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}@keyframes fadeIn-f8208628{0%{opacity:0}to{opacity:1}}.error-state[data-v-f8208628]{background:linear-gradient(135deg,#fff5f5,#fed7d7);flex-wrap:wrap}.error-icon[data-v-f8208628]{color:#e53e3e;flex-shrink:0}.error-info[data-v-f8208628]{flex:1;min-width:200px}.error-title[data-v-f8208628]{margin:0 0 4px;font-size:15px;font-weight:600;color:#c53030}.error-msg[data-v-f8208628]{margin:0 0 4px;font-size:13px;color:#9b2c2c}.error-prompt[data-v-f8208628]{margin:0;font-size:13px;color:#718096;font-style:italic}.error-actions[data-v-f8208628]{display:flex;gap:8px;width:100%;margin-top:12px;padding-top:12px;border-top:1px solid rgba(229,62,62,.2)}.action-btn[data-v-f8208628]{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.retry-btn[data-v-f8208628]{background:#667eea;color:#fff}.retry-btn[data-v-f8208628]:hover{background:#5a67d8;transform:translateY(-1px)}.delete-btn[data-v-f8208628]{background:transparent;color:#718096;border:1px solid #e2e8f0}.delete-btn[data-v-f8208628]:hover{background:#fed7d7;color:#c53030;border-color:#fc8181}.theme-dark{background:linear-gradient(135deg,#2d3748,#1a202c);border-color:#4a5568}.theme-dark{color:#e2e8f0}.theme-dark{color:#a0aec0}.theme-dark{background:linear-gradient(135deg,#667eea30,#764ba230)}.theme-dark{background:linear-gradient(135deg,#742a2a30,#9b2c2c20)}.theme-dark{border-color:#4a5568;color:#a0aec0}.theme-dark{background:#742a2a;color:#fc8181}.ai-image-prompt-wrapper[data-v-db0149ab]{margin:8px 0}.ai-image-prompt-container[data-v-db0149ab]{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;background:var(--editor-bg-secondary);border:1px solid #a855f7;border-radius:var(--editor-radius-md, 8px);transition:all .2s ease}.ai-image-prompt-container[data-v-db0149ab]:focus-within{box-shadow:0 0 0 3px #a855f726}.ai-image-prompt-icon[data-v-db0149ab]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:var(--editor-radius-sm, 4px);color:#fff;flex-shrink:0;margin-top:2px}.ai-image-prompt-input[data-v-db0149ab]{flex:1;padding:4px 0;font-size:var(--editor-font-size-base, 15px);font-family:var(--editor-font-family);color:var(--editor-text-primary);background:transparent;border:none;outline:none;resize:none;line-height:1.5;min-height:24px;max-height:200px}.ai-image-prompt-input[data-v-db0149ab]::placeholder{color:var(--editor-text-placeholder)}.ai-image-prompt-actions[data-v-db0149ab]{display:flex;gap:6px;margin-top:2px}.ai-btn[data-v-db0149ab]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);cursor:pointer;transition:all .15s ease;background:var(--editor-bg-primary);color:var(--editor-text-secondary)}.ai-btn[data-v-db0149ab]:hover:not(:disabled){background:var(--editor-bg-hover);border-color:var(--editor-text-tertiary)}.ai-btn-submit[data-v-db0149ab]:not(:disabled){background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:#a855f7;color:#fff}.ai-btn-submit[data-v-db0149ab]:hover:not(:disabled){opacity:.9}.ai-btn-submit[data-v-db0149ab]:disabled{opacity:.5;cursor:not-allowed}.ai-btn-cancel[data-v-db0149ab]:hover{background:var(--editor-bg-tertiary)}.ai-image-prompt-hint[data-v-db0149ab]{margin-top:6px;font-size:var(--editor-font-size-xs, 12px);color:var(--editor-text-tertiary);text-align:center}.ai-image-prompt-hint kbd[data-v-db0149ab]{display:inline-block;padding:2px 6px;font-size:11px;font-family:var(--editor-font-family);background:var(--editor-bg-tertiary);border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);margin:0 2px;color:var(--editor-text-secondary)}.emoji-picker-wrapper[data-v-2052d464]{background:var(--editor-bg-primary, #ffffff);border-radius:12px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.emoji-picker-wrapper[data-v-2052d464] .v3-emoji-picker{border:none;box-shadow:none;background:var(--editor-bg-primary, #ffffff);color:var(--editor-text-primary, #374151)}.emoji-picker-wrapper[data-v-2052d464] .v3-header{background:var(--editor-bg-primary, #ffffff);border-bottom:1px solid var(--editor-border, #e5e7eb)}.emoji-picker-wrapper[data-v-2052d464] .v3-search{background:var(--editor-bg-secondary, #f9fafb);border:1px solid var(--editor-border, #e5e7eb);color:var(--editor-text-primary, #374151)}.emoji-picker-wrapper[data-v-2052d464] .v3-search:focus{border-color:var(--editor-accent, #3b82f6);outline:none}.emoji-picker-wrapper[data-v-2052d464] .v3-body{background:var(--editor-bg-primary, #ffffff)}.emoji-picker-wrapper[data-v-2052d464] .v3-emoji:hover{background:var(--editor-bg-hover, #f3f4f6)}.mention-node-wrapper{display:inline}.mention-node{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:4px;background-color:#37352f0f;color:#37352f;cursor:pointer;font-size:.95em;line-height:1.5;vertical-align:baseline;transition:background-color .15s ease;text-decoration:none}.mention-node:hover{background-color:#37352f1f}.mention-icon{display:inline-flex;align-items:center;flex-shrink:0;opacity:.7}.theme-dark .mention-node,.dark .mention-node{background-color:#ffffff14;color:#ffffffe6}.theme-dark .mention-node:hover,.dark .mention-node:hover{background-color:#ffffff24}.mention-list{background:var(--editor-background, #ffffff);border:1px solid var(--editor-border-color, #e9e9e7);border-radius:8px;box-shadow:0 4px 16px #0000001f,0 0 0 1px #0000000a;width:320px;max-height:380px;display:flex;flex-direction:column;overflow:hidden;font-size:14px}.mention-search{padding:10px 10px 6px}.mention-search-wrapper{display:flex;align-items:center;background:transparent;padding:8px 4px;transition:border-color .15s;border:none;border-bottom:1px solid rgba(55,53,47,.06)}.mention-search-wrapper:hover{background:transparent}.mention-search-wrapper:focus-within{background:transparent;border-bottom-color:#37352f26}.search-icon{color:var(--editor-text-color, #37352f);opacity:.5;margin-right:8px;flex-shrink:0}.mention-search-input{width:100%;border:none;background:transparent;font-size:13px;color:var(--editor-text-color, #37352f);outline:none;box-sizing:border-box;padding:0}.mention-search-input::placeholder{color:#37352f66}.mention-tabs{display:flex;padding:0 4px}.mention-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 6px;border:none;background:none;cursor:pointer;font-size:13px;color:#37352f66;border-bottom:2px solid transparent;transition:color .15s}.mention-tab:hover{color:#37352fb3;background:transparent}.mention-tab.active{color:#37352f;border-bottom-color:#37352f}.tab-icon{display:inline-flex;align-items:center;opacity:.7}.tab-label{font-weight:500}.mention-items{overflow-y:auto;padding:4px;flex:1;min-height:260px}.mention-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;background:none;cursor:pointer;border-radius:5px;text-align:left;transition:background-color .1s}.mention-item:hover,.mention-item.selected{background-color:#37352f0f}.item-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;opacity:.7}.item-content{display:flex;flex-direction:column;min-width:0;flex:1}.item-label{color:var(--editor-text-color, #37352f);font-size:14px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-description{color:#37352f80;font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mention-empty,.mention-loading{padding:20px;text-align:center;color:#37352f66;font-size:13px}.mention-loading-more{padding:8px;text-align:center;color:#37352f66;font-size:12px}.mention-list.theme-dark,.mention-list.dark{background:#252525;border-color:#ffffff14;box-shadow:0 8px 24px #00000073,0 0 0 1px #ffffff0f}.mention-list.theme-dark .mention-search-wrapper,.mention-list.dark .mention-search-wrapper{background:transparent;border-color:transparent;border-bottom:1px solid rgba(255,255,255,.06);border-radius:0;padding:8px 4px}.mention-list.theme-dark .mention-search-wrapper:hover,.mention-list.dark .mention-search-wrapper:hover{background:transparent}.mention-list.theme-dark .mention-search-wrapper:focus-within,.mention-list.dark .mention-search-wrapper:focus-within{background:transparent;border-color:transparent;border-bottom-color:#ffffff1f}.mention-list.theme-dark .mention-search-input,.mention-list.dark .mention-search-input{color:#ffffffd9}.mention-list.theme-dark .mention-search-input::placeholder,.mention-list.dark .mention-search-input::placeholder{color:#ffffff40}.mention-list.theme-dark .search-icon,.mention-list.dark .search-icon{color:#ffffff4d}.mention-list.theme-dark .mention-tab,.mention-list.dark .mention-tab{color:#ffffff59;border-bottom-color:transparent}.mention-list.theme-dark .mention-tab:hover,.mention-list.dark .mention-tab:hover{color:#fff9;background:transparent}.mention-list.theme-dark .mention-tab.active,.mention-list.dark .mention-tab.active{color:#ffffffd9;border-bottom-color:#ffffffd9}.mention-list.theme-dark .mention-item:hover,.mention-list.theme-dark .mention-item.selected,.mention-list.dark .mention-item:hover,.mention-list.dark .mention-item.selected{background-color:#ffffff0f}.mention-list.theme-dark .item-label,.mention-list.dark .item-label{color:#ffffffd9}.mention-list.theme-dark .item-description,.mention-list.dark .item-description{color:#ffffff59}.mention-list.theme-dark .item-icon,.mention-list.dark .item-icon{color:#fff6;opacity:1}.mention-list.theme-dark .mention-empty,.mention-list.theme-dark .mention-loading,.mention-list.theme-dark .mention-loading-more,.mention-list.dark .mention-empty,.mention-list.dark .mention-loading,.mention-list.dark .mention-loading-more{color:#ffffff40}.image-upload-wrapper[data-v-86da3227]{position:relative;display:block;margin:1em 0;max-width:100%;overflow:visible}.editor-image[data-v-86da3227]{display:block;max-width:100%;height:auto;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent;vertical-align:top;box-sizing:border-box}.image-upload-wrapper:not(.is-uploading) .editor-image[data-v-86da3227]:hover{box-shadow:0 2px 8px #00000026}.image-upload-wrapper:not(.is-uploading):not(.ProseMirror-selectednode):hover .editor-image[data-v-86da3227]{border-color:#60a5fab3}.image-upload-wrapper.ProseMirror-selectednode .editor-image[data-v-86da3227]{border-color:var(--editor-accent, #3b82f6)!important}.image-toolbar[data-v-86da3227]{position:absolute;top:6px;right:6px;display:flex;align-items:center;gap:2px;padding:4px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:6px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000001a;opacity:0;visibility:hidden;transition:all .2s ease;z-index:10;pointer-events:none}.image-toolbar[data-v-86da3227]>*{pointer-events:auto}.image-upload-wrapper:hover .image-toolbar[data-v-86da3227]{opacity:1;visibility:visible}.toolbar-btn[data-v-86da3227]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#374151;transition:all .15s ease}.toolbar-btn[data-v-86da3227]:hover{background:#00000014;color:#111827}.toolbar-btn.regenerate-btn[data-v-86da3227]:hover{background:#a855f71f;color:#7c3aed}.toolbar-btn.delete-btn[data-v-86da3227]:hover{background:#ef44441f;color:#dc2626}.is-uploading .editor-image[data-v-86da3227]{opacity:.6}.upload-overlay[data-v-86da3227]{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;border-radius:8px;gap:12px;pointer-events:none}.upload-spinner[data-v-86da3227]{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-86da3227 .8s linear infinite}@keyframes spin-86da3227{to{transform:rotate(360deg)}}.upload-text[data-v-86da3227]{color:#fff;font-size:14px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.5)}.image-preview-overlay[data-v-86da3227]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:99999;cursor:zoom-out}.preview-container[data-v-86da3227]{max-width:90vw;max-height:90vh;cursor:default}.preview-image[data-v-86da3227]{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 32px #00000080}.close-btn[data-v-86da3227]{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:#ffffff1a;border-radius:50%;cursor:pointer;color:#fff;transition:all .2s ease}.close-btn[data-v-86da3227]:hover{background:#fff3;transform:scale(1.1)}.fade-enter-active[data-v-86da3227],.fade-leave-active[data-v-86da3227]{transition:opacity .2s ease}.fade-enter-from[data-v-86da3227],.fade-leave-to[data-v-86da3227]{opacity:0}.video-upload-wrapper[data-v-f146ef6e]{position:relative;display:block;margin:1em 0;max-width:100%}.editor-video[data-v-f146ef6e]{display:block;max-width:100%;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#000}.video-upload-wrapper:not(.is-uploading) .editor-video[data-v-f146ef6e]:hover{box-shadow:0 2px 8px #00000026}.video-upload-wrapper:not(.is-uploading):not(.ProseMirror-selectednode):hover .editor-video[data-v-f146ef6e]{outline:2px solid rgba(96,165,250,.7);outline-offset:2px}.video-upload-wrapper.ProseMirror-selectednode .editor-video[data-v-f146ef6e]{outline:2px solid var(--editor-accent, #3b82f6)!important;outline-offset:2px}.video-toolbar[data-v-f146ef6e]{position:absolute;top:-44px;left:50%;transform:translate(-50%) translateY(4px);display:flex;align-items:center;gap:2px;padding:4px 6px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:8px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 12px #0000001f;opacity:0;visibility:hidden;transition:all .2s ease;z-index:10}.video-upload-wrapper:hover .video-toolbar[data-v-f146ef6e]{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.toolbar-btn[data-v-f146ef6e]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:50%;cursor:pointer;color:#374151;transition:all .15s ease}.toolbar-btn[data-v-f146ef6e]:hover{background:#00000014;color:#111827;transform:scale(1.1)}.toolbar-btn.delete-btn[data-v-f146ef6e]:hover{background:#ef44441f;color:#dc2626}.is-uploading .editor-video[data-v-f146ef6e]{opacity:.6}.upload-overlay[data-v-f146ef6e]{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;border-radius:8px;gap:12px;pointer-events:none}.upload-spinner[data-v-f146ef6e]{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-f146ef6e .8s linear infinite}@keyframes spin-f146ef6e{to{transform:rotate(360deg)}}.upload-text[data-v-f146ef6e]{color:#fff;font-size:14px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.5)}.document-editor[data-v-4e2b6748]{width:100%;position:relative;background-color:var(--editor-bg-primary);color:var(--editor-text-primary)}.editor-content[data-v-4e2b6748]{min-height:400px}.editor-footer-slot[data-v-4e2b6748]{padding-bottom:60px}.tippy-box[data-theme~=slash-menu]{background:transparent;padding:0;border:none;box-shadow:none;border-radius:0}.tippy-box[data-theme~=slash-menu] .tippy-content{padding:0}.flash-editor[data-v-770e486f]{--flash-bg: #ffffff;--flash-border: #e5e7eb;--flash-text: #1f2937;--flash-text-secondary: #6b7280;--flash-hover: rgba(0, 0, 0, .04);display:flex;flex-direction:column;background:var(--flash-bg);border:1px solid var(--flash-border);border-radius:12px;overflow:visible;min-height:100px}.flash-editor.theme-dark[data-v-770e486f]{--flash-bg: #1f1f1f;--flash-border: #333333;--flash-text: #f0efed;--flash-text-secondary: #999999;--flash-hover: rgba(255, 255, 255, .05)}.flash-toolbar[data-v-770e486f]{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}.toolbar-left[data-v-770e486f]{display:flex;gap:8px;margin-left:-7px}.toolbar-btn[data-v-770e486f]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--flash-text-secondary);border-radius:6px;cursor:pointer;transition:all .15s ease}.toolbar-btn[data-v-770e486f]:hover,.toolbar-btn.is-active[data-v-770e486f]{background:var(--flash-hover);color:var(--flash-text)}.flash-content[data-v-770e486f]{flex:1;padding:16px;min-height:60px}[data-v-770e486f] .tiptap{outline:none;color:var(--flash-text);font-size:15px;line-height:1.6}[data-v-770e486f] .tiptap p{margin:.5em 0}[data-v-770e486f] .tiptap p.is-editor-empty:first-child:before{color:#d1d5db;content:attr(data-placeholder);float:left;height:0;pointer-events:none}[data-v-770e486f] .tiptap ul,[data-v-770e486f] .tiptap ol{padding:0 1rem;margin:.5rem 0 .5rem .5rem}[data-v-770e486f] .tiptap li{margin-top:.25em;margin-bottom:.25em}[data-v-770e486f] .tiptap ul[data-type=taskList]{list-style:none;padding:0;margin:.5em 0}[data-v-770e486f] .tiptap ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:8px;margin:.3em 0}[data-v-770e486f] .tiptap ul[data-type=taskList] li>label{display:flex;align-items:center;flex-shrink:0;margin-top:4px}[data-v-770e486f] .tiptap ul[data-type=taskList] li>label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid var(--flash-border);border-radius:4px;cursor:pointer;position:relative;transition:all .15s ease;background:transparent;flex-shrink:0;margin:0}[data-v-770e486f] .tiptap ul[data-type=taskList] li>label input[type=checkbox]:checked{background-color:#22c55e;border-color:#22c55e}[data-v-770e486f] .tiptap ul[data-type=taskList] li>label input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:45%;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}[data-v-770e486f] .tiptap ul[data-type=taskList] li>div{flex:1;min-width:0;line-height:1.6}[data-v-770e486f] .tiptap ul[data-type=taskList] li>div>p{margin:0}[data-v-770e486f] .tiptap img.editor-image{max-width:100%;height:auto;display:block;margin:1em 0;border-radius:8px;cursor:pointer;transition:all .2s ease}[data-v-770e486f] .tiptap img.editor-image:hover{box-shadow:0 2px 8px #0000001a}.flash-editor.theme-dark[data-v-770e486f] .tiptap img.editor-image:hover{box-shadow:0 2px 8px #0000004d}.mobile-editor[data-v-5d0cd69f]{--mobile-bg: #ffffff;--mobile-text: #1f2937;display:flex;flex-direction:column;height:100%;background:var(--mobile-bg);overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mobile-editor.theme-dark[data-v-5d0cd69f]{--mobile-bg: #1f1f1f;--mobile-text: #f0efed}.mobile-content[data-v-5d0cd69f]{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px}.mobile-content[data-v-5d0cd69f] *{user-select:text;-webkit-user-select:text}[data-v-5d0cd69f] .tiptap{outline:none;color:var(--mobile-text);font-size:16px;line-height:1.6;min-height:200px}[data-v-5d0cd69f] .tiptap p{margin:.5em 0}[data-v-5d0cd69f] .tiptap p.is-editor-empty:first-child:before{color:#d1d5db;content:attr(data-placeholder);float:left;height:0;pointer-events:none}[data-v-5d0cd69f] .tiptap ul,[data-v-5d0cd69f] .tiptap ol{padding:0 1rem;margin:.5rem 0 .5rem .5rem}[data-v-5d0cd69f] .tiptap li{margin-top:.25em;margin-bottom:.25em}[data-v-5d0cd69f] .tiptap ul[data-type=taskList]{list-style:none;padding:0;margin-left:0}[data-v-5d0cd69f] .tiptap li[data-type=taskItem]{display:flex;align-items:flex-start;margin-bottom:.5rem}[data-v-5d0cd69f] .tiptap li[data-type=taskItem] label{display:flex;align-items:center;justify-content:center;margin-right:.5rem;margin-top:.2em;-webkit-user-select:none;user-select:none;cursor:pointer}[data-v-5d0cd69f] .tiptap li[data-type=taskItem] div{flex:1}[data-v-5d0cd69f] .tiptap input[type=checkbox]{margin:0;cursor:pointer;width:1.1em;height:1.1em;flex-shrink:0}[data-v-5d0cd69f] .tiptap img{max-width:100%;height:auto;border-radius:8px;margin:.5em 0}[data-v-5d0cd69f] .tiptap a{color:#3b82f6;text-decoration:underline;cursor:pointer}[data-v-5d0cd69f] .tiptap h1,[data-v-5d0cd69f] .tiptap h2,[data-v-5d0cd69f] .tiptap h3{margin:1em 0 .5em;font-weight:600;line-height:1.3}[data-v-5d0cd69f] .tiptap h1{font-size:1.875em}[data-v-5d0cd69f] .tiptap h2{font-size:1.5em}[data-v-5d0cd69f] .tiptap h3{font-size:1.25em}[data-v-5d0cd69f] .tiptap strong{font-weight:600}[data-v-5d0cd69f] .tiptap em{font-style:italic}.tag-input[data-v-e3aa1095]{--tag-text: #3b82f6;--tag-text-hover: #2563eb;--tag-input-placeholder: #9ca3af;--dropdown-bg: #ffffff;--dropdown-border: #e5e7eb;--dropdown-hover: #f3f4f6;--dropdown-text: #374151}.tag-input.theme-dark[data-v-e3aa1095]{--tag-text: #60a5fa;--tag-text-hover: #93c5fd;--tag-input-placeholder: #6b7280;--dropdown-bg: #1f2937;--dropdown-border: #374151;--dropdown-hover: #374151;--dropdown-text: #e5e7eb}.tag-list[data-v-e3aa1095]{display:flex;flex-wrap:wrap;align-items:center;gap:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;margin-left:-5px}.tag-add-btn[data-v-e3aa1095]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#9ca3af;border-radius:4px;cursor:pointer;transition:all .15s ease;margin-left:2px}.tag-add-btn[data-v-e3aa1095]:hover{background:#0000000d;color:var(--tag-text)}.tag-item[data-v-e3aa1095]{display:inline-flex;align-items:center;color:var(--tag-text);background:#3b82f614;border-radius:6px;padding:4px 8px;cursor:default;line-height:1.4;transition:all .15s ease}.tag-item[data-v-e3aa1095]:hover{color:var(--tag-text-hover);background:#3b82f61f}.tag-content[data-v-e3aa1095]{display:inline-flex;align-items:center}.tag-color-dot[data-v-e3aa1095]{display:none}.tag-name[data-v-e3aa1095]{white-space:nowrap}.tag-remove-btn[data-v-e3aa1095]{display:inline-flex;align-items:center;justify-content:center;width:0;height:14px;border:none;background:transparent;color:currentColor;cursor:pointer;overflow:hidden;transition:all .15s ease;opacity:0}.tag-item:hover .tag-remove-btn[data-v-e3aa1095]{width:14px;margin-left:4px;opacity:.6}.tag-remove-btn[data-v-e3aa1095]:hover{opacity:1}.tag-input-wrapper[data-v-e3aa1095]{position:relative;display:inline-flex;align-items:center;color:var(--tag-text)}.tag-prefix[data-v-e3aa1095]{color:var(--tag-text);font-weight:400}.inline-input[data-v-e3aa1095]{border:none;background:transparent;padding:0;margin:0;color:var(--tag-text);font-size:14px;font-family:inherit;outline:none;min-width:40px;width:auto}.inline-input[data-v-e3aa1095]::placeholder{color:var(--tag-input-placeholder)}.tag-dropdown[data-v-e3aa1095]{position:absolute;top:100%;left:0;margin-top:4px;min-width:180px;max-width:280px;background:var(--dropdown-bg);border:1px solid var(--dropdown-border);border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;z-index:100}.dropdown-list[data-v-e3aa1095]{max-height:200px;overflow-y:auto;padding:4px}.dropdown-item[data-v-e3aa1095]{display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer;font-size:13px;color:var(--dropdown-text);border-radius:6px;transition:all .15s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dropdown-item[data-v-e3aa1095]:hover,.dropdown-item.is-active[data-v-e3aa1095]{background:var(--dropdown-hover)}.dropdown-item.is-selected[data-v-e3aa1095]{background:#3b82f614;color:var(--tag-text)}.tag-color-indicator[data-v-e3aa1095]{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dropdown-tag-name[data-v-e3aa1095]{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag-check[data-v-e3aa1095]{flex-shrink:0;color:var(--tag-text)}.create-new[data-v-e3aa1095]{margin-top:4px;border-top:1px solid var(--dropdown-border);padding-top:4px;border-radius:0 0 6px 6px}.create-icon-wrapper[data-v-e3aa1095]{width:16px;height:16px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:4px;font-size:10px;color:#3b82f6;font-weight:700}.create-text[data-v-e3aa1095]{flex:1;color:var(--dropdown-text)}.highlight-text[data-v-e3aa1095]{color:var(--tag-text);font-weight:500}.create-hint[data-v-e3aa1095]{font-size:11px;color:#9ca3af}.ai-floating-companion[data-v-ad39fe1a]{position:absolute;display:flex;align-items:center;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;box-shadow:0 4px 12px #667eea66;font-size:13px;line-height:1.4;max-width:280px;z-index:1000;pointer-events:auto;transform-origin:bottom left;animation:companion-float-ad39fe1a 3s ease-in-out infinite}.companion-avatar[data-v-ad39fe1a]{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff}.companion-message[data-v-ad39fe1a]{flex:1;font-size:12px;font-weight:500}.companion-close[data-v-ad39fe1a]{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.8;transition:opacity .2s;padding:0}.companion-close[data-v-ad39fe1a]:hover{opacity:1}@keyframes companion-float-ad39fe1a{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.ai-companion-fade-enter-active[data-v-ad39fe1a],.ai-companion-fade-leave-active[data-v-ad39fe1a]{transition:all .3s ease}.ai-companion-fade-enter-from[data-v-ad39fe1a]{opacity:0;transform:translateY(10px) scale(.95)}.ai-companion-fade-leave-to[data-v-ad39fe1a]{opacity:0;transform:translateY(-10px) scale(.95)}
|
|
1
|
+
.color-picker[data-v-2104979a]{padding:8px;min-width:240px}.color-picker-header[data-v-2104979a]{margin-bottom:8px}.clear-btn[data-v-2104979a]{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:13px;color:var(--editor-text-primary);transition:background .1s}.clear-btn[data-v-2104979a]:hover{background:var(--editor-bg-hover)}.color-grid[data-v-2104979a]{display:grid;grid-template-columns:repeat(10,1fr);gap:4px;margin-bottom:12px}.color-item[data-v-2104979a]{width:20px;height:20px;border:1px solid var(--editor-border);border-radius:4px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;transition:transform .1s}.color-item[data-v-2104979a]:hover{transform:scale(1.15);z-index:1}.color-item.active[data-v-2104979a]{border-color:var(--editor-accent);box-shadow:0 0 0 2px var(--editor-accent-bg)}.check-icon[data-v-2104979a]{color:#fff;filter:drop-shadow(0 0 1px rgba(0,0,0,.5))}.custom-color[data-v-2104979a]{border-top:1px solid var(--editor-border);padding-top:8px}.custom-label[data-v-2104979a]{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--editor-text-secondary);transition:background .1s}.custom-label[data-v-2104979a]:hover{background:var(--editor-bg-hover)}.color-input[data-v-2104979a]{width:24px;height:24px;border:none;padding:0;cursor:pointer;margin-left:auto}.color-input[data-v-2104979a]::-webkit-color-swatch-wrapper{padding:0}.color-input[data-v-2104979a]::-webkit-color-swatch{border:1px solid var(--editor-border);border-radius:4px}.bubble-toolbar[data-v-bc09897e]{display:flex;align-items:center;gap:4px;padding:6px 8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:10px;box-shadow:0 4px 16px #0000001f;position:relative}.toolbar-group[data-v-bc09897e]{display:flex;align-items:center;gap:2px}.toolbar-btn[data-v-bc09897e]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-secondary);transition:all .15s ease}.toolbar-btn[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.toolbar-btn.active[data-v-bc09897e]{background:var(--editor-accent-bg);color:var(--editor-accent)}.toolbar-divider[data-v-bc09897e]{width:1px;height:20px;background:var(--editor-border);margin:0 4px}.ai-btn[data-v-bc09897e]{color:#fe6c4a}.ai-btn[data-v-bc09897e]:hover{background:#fe6c4a1a}.color-btn-wrapper[data-v-bc09897e]{position:relative}.color-btn[data-v-bc09897e]{flex-direction:column;gap:2px;height:36px}.color-indicator[data-v-bc09897e]{width:14px;height:3px;border-radius:1px}.color-dropdown[data-v-bc09897e]{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:100}.color-overlay[data-v-bc09897e]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99}.heading-selector-wrapper[data-v-bc09897e]{position:relative}.heading-btn[data-v-bc09897e]{width:auto;padding:0 8px;gap:4px}.heading-label[data-v-bc09897e]{font-size:13px;font-weight:500}.dropdown-icon[data-v-bc09897e]{transition:transform .2s ease}.dropdown-icon.open[data-v-bc09897e]{transform:rotate(180deg)}.heading-dropdown[data-v-bc09897e]{position:absolute;top:100%;left:0;margin-top:8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:8px;box-shadow:0 4px 20px #0000001f;z-index:100;min-width:120px;padding:4px}.heading-option[data-v-bc09897e]{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--editor-text-secondary);transition:all .15s ease}.heading-option[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.heading-option.active[data-v-bc09897e]{background:var(--editor-accent-bg);color:var(--editor-accent)}.link-btn-wrapper[data-v-bc09897e]{position:relative}.link-popup[data-v-bc09897e]{position:absolute;top:100%;right:0;margin-top:8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:10px;box-shadow:0 4px 20px #00000026;z-index:100;width:280px}.link-popup-header[data-v-bc09897e]{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--editor-border);font-size:13px;font-weight:500;color:var(--editor-text-primary)}.link-popup-close[data-v-bc09897e]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--editor-text-tertiary);transition:all .15s ease}.link-popup-close[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.link-popup-content[data-v-bc09897e]{padding:12px 14px}.link-input[data-v-bc09897e]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border);border-radius:6px;font-size:13px;background:var(--editor-bg-primary);color:var(--editor-text-primary);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.link-input[data-v-bc09897e]:focus{border-color:var(--editor-accent);box-shadow:0 0 0 3px var(--editor-accent-bg)}.link-input[data-v-bc09897e]::placeholder{color:var(--editor-text-tertiary)}.document-list[data-v-bc09897e]{margin-top:12px;border-top:1px solid var(--editor-border);padding-top:12px}.document-list-header[data-v-bc09897e]{font-size:12px;color:var(--editor-text-tertiary);margin-bottom:8px}.document-item[data-v-bc09897e]{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--editor-text-secondary);transition:all .15s ease}.document-item[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.link-popup-footer[data-v-bc09897e]{display:flex;justify-content:flex-end;gap:8px;padding:12px 14px;border-top:1px solid var(--editor-border)}.link-btn-cancel[data-v-bc09897e],.link-btn-apply[data-v-bc09897e]{padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.link-btn-cancel[data-v-bc09897e]{background:transparent;border:1px solid var(--editor-border);color:var(--editor-text-secondary)}.link-btn-cancel[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.link-btn-apply[data-v-bc09897e]{background:var(--editor-accent);border:none;color:#fff}.link-btn-apply[data-v-bc09897e]:hover{opacity:.9}.link-btn-apply[data-v-bc09897e]:disabled{opacity:.5;cursor:not-allowed}.template-btn[data-v-bc09897e]{color:#f59e0b}.template-btn[data-v-bc09897e]:hover{background:#f59e0b1a}.template-btn-wrapper[data-v-bc09897e]{position:relative}.template-save-popup[data-v-bc09897e]{position:absolute;top:100%;right:0;margin-top:8px;background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:10px;box-shadow:0 4px 20px #00000026;z-index:100;width:260px}.template-save-header[data-v-bc09897e]{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--editor-border);font-size:13px;font-weight:500;color:var(--editor-text-primary)}.template-save-close[data-v-bc09897e]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--editor-text-tertiary);transition:all .15s ease}.template-save-close[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.template-save-content[data-v-bc09897e]{padding:12px 14px}.template-title-input[data-v-bc09897e]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border);border-radius:6px;font-size:13px;background:var(--editor-bg-primary);color:var(--editor-text-primary);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.template-title-input[data-v-bc09897e]:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.template-title-input[data-v-bc09897e]::placeholder{color:var(--editor-text-tertiary)}.template-save-footer[data-v-bc09897e]{display:flex;justify-content:flex-end;gap:8px;padding:12px 14px;border-top:1px solid var(--editor-border)}.template-btn-cancel[data-v-bc09897e],.template-btn-confirm[data-v-bc09897e]{padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.template-btn-cancel[data-v-bc09897e]{background:transparent;border:1px solid var(--editor-border);color:var(--editor-text-secondary)}.template-btn-cancel[data-v-bc09897e]:hover{background:var(--editor-bg-hover);color:var(--editor-text-primary)}.template-btn-confirm[data-v-bc09897e]{background:#f59e0b;border:none;color:#fff}.template-btn-confirm[data-v-bc09897e]:hover{opacity:.9}.template-btn-confirm[data-v-bc09897e]:disabled{opacity:.5;cursor:not-allowed}.cell-highlight[data-v-f3a17012]{pointer-events:none}.highlight-line[data-v-f3a17012]{position:absolute;background-color:#3b82f6}.top-line[data-v-f3a17012]{top:0;left:0;right:0;height:2px;mask-image:linear-gradient(to right,black calc(50% - 14px),transparent calc(50% - 14px),transparent calc(50% + 14px),black calc(50% + 14px));-webkit-mask-image:linear-gradient(to right,black calc(50% - 14px),transparent calc(50% - 14px),transparent calc(50% + 14px),black calc(50% + 14px))}.top-line-full[data-v-f3a17012]{top:0;left:0;right:0;height:2px}.bottom-line-full[data-v-f3a17012]{bottom:0;left:0;right:0;height:2px}.left-line[data-v-f3a17012]{top:0;bottom:0;left:0;width:2px;mask-image:linear-gradient(to bottom,black calc(50% - 10px),transparent calc(50% - 10px),transparent calc(50% + 10px),black calc(50% + 10px));-webkit-mask-image:linear-gradient(to bottom,black calc(50% - 10px),transparent calc(50% - 10px),transparent calc(50% + 10px),black calc(50% + 10px))}.left-line-full[data-v-f3a17012]{top:0;bottom:0;left:0;width:2px}.right-line[data-v-f3a17012]{top:0;bottom:0;right:0;width:2px;mask-image:linear-gradient(to bottom,black calc(50% - 10px),transparent calc(50% - 10px),transparent calc(50% + 10px),black calc(50% + 10px));-webkit-mask-image:linear-gradient(to bottom,black calc(50% - 10px),transparent calc(50% - 10px),transparent calc(50% + 10px),black calc(50% + 10px))}.handle-trigger[data-v-f3a17012]{background:transparent;cursor:pointer;z-index:1000;position:relative;transition:opacity .2s ease}.handle-trigger.opacity-0[data-v-f3a17012]{opacity:0;pointer-events:none}.handle-trigger[data-v-f3a17012]:after{content:"";position:absolute;background:#3b82f6;border-radius:1px;transition:all .2s ease;z-index:1;top:0;left:0;right:0;bottom:0}.handle-trigger[data-v-f3a17012]:hover:after{background:#2563eb}.row-trigger[data-v-f3a17012],.cell-trigger[data-v-f3a17012]{width:2px;height:12px}.col-trigger[data-v-f3a17012]{width:20px;height:2px}.theme-dark .handle-trigger[data-v-f3a17012]:after{background:#3b82f6}.theme-dark .handle-trigger[data-v-f3a17012]:hover:after{background:#2563eb}.handle-btn[data-v-f3a17012]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;border:none;background:#fffffff2;border:1px solid rgba(0,0,0,.08);border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#0009;z-index:2}.table-row-handle .handle-btn[data-v-f3a17012],.table-cell-handle .handle-btn[data-v-f3a17012]{width:12px;height:20px;border-radius:4px}.css-grip-vertical[data-v-f3a17012]{display:grid;grid-template-columns:repeat(2,2.5px);gap:2.5px 1.5px}.css-more-vertical[data-v-f3a17012]{display:flex;flex-direction:column;gap:2.5px}.css-grip-vertical i[data-v-f3a17012],.css-more-vertical i[data-v-f3a17012]{display:block;width:2.5px;height:2.5px;border-radius:50%;background-color:currentColor}.table-col-handle .handle-btn[data-v-f3a17012]{width:28px;height:18px}.handle-btn[data-v-f3a17012]:hover{background:#fff;border-color:#0000001f;box-shadow:0 2px 12px #00000026;color:#000c}.handle-btn[data-v-f3a17012]:active{transform:scale(.95)}.theme-dark .handle-btn[data-v-f3a17012]{background:#1e1e1ef2;border-color:#ffffff1a;color:#fff9}.theme-dark .handle-btn[data-v-f3a17012]:hover{background:#282828;border-color:#ffffff26;color:#fffc}.table-menu[data-v-f3a17012]{background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:4px;min-width:160px;z-index:1001}.theme-dark .table-menu[data-v-f3a17012]{background-color:#191919;border-color:#333;box-shadow:0 4px 16px #00000080}.menu-item[data-v-f3a17012]{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-primary, #111827);font-size:14px;text-align:left;transition:all .15s ease}.theme-dark .menu-item[data-v-f3a17012]{color:#d0d3d8}.menu-item[data-v-f3a17012]:hover{background-color:var(--editor-bg-hover, #f3f4f6)}.theme-dark .menu-item[data-v-f3a17012]:hover{background-color:#2a2a2a}.menu-item[data-v-f3a17012]:disabled{opacity:.4;cursor:not-allowed}.menu-item.danger[data-v-f3a17012]{color:#ef4444}.menu-item.danger[data-v-f3a17012]:hover{background-color:#ef44441a}.menu-divider[data-v-f3a17012]{height:1px;background-color:var(--editor-border, #e5e7eb);margin:4px 0}.theme-dark .menu-divider[data-v-f3a17012]{background-color:#333}.color-menu-item[data-v-f3a17012]{position:relative}.color-picker-dropdown[data-v-f3a17012]{position:absolute;top:0;left:100%;margin-left:8px;background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:1002}.color-picker-dropdown.show-left[data-v-f3a17012]{left:auto;right:100%;margin-left:0;margin-right:8px}.theme-dark .color-picker-dropdown[data-v-f3a17012]{background-color:#191919;border-color:#333}.v3-body-inner{scroll-behavior:smooth;scrollbar-color:#393d3f rgba(0,0,0,.1);scrollbar-width:thin}.v3-body-inner::-webkit-scrollbar{width:8px}.v3-body-inner::-webkit-scrollbar-track{background-color:transparent}.v3-body-inner::-webkit-scrollbar-thumb{display:none;background:#0000004d;border-radius:5px}.v3-body-inner:hover::-webkit-scrollbar-thumb{display:block}.v3-emoji-picker{height:320px;width:280px;box-shadow:0 2px 10px #0003;border-radius:10px;margin:0 auto;box-sizing:border-box;display:flex;flex-direction:column;text-align:left}.v3-emoji-picker *{box-sizing:border-box}.v3-emoji-picker .v3-header{padding:15px 15px 13px;border-bottom:1px solid}.v3-emoji-picker .v3-header .v3-groups{display:flex}.v3-emoji-picker .v3-header .v3-groups .v3-group{flex-grow:1;padding:0;margin:0;border:none;background:none;font-size:23px;cursor:pointer;position:relative;display:block;opacity:.7;transition:.2s}.v3-emoji-picker .v3-header .v3-groups .v3-group.v3-is-hidden{display:none}.v3-emoji-picker .v3-header .v3-groups .v3-group:first-child,.v3-emoji-picker .v3-header .v3-groups .v3-group:last-child{flex-grow:0}.v3-emoji-picker .v3-header .v3-groups .v3-group:hover{opacity:1}.v3-emoji-picker .v3-header .v3-groups .v3-group span{display:flex;align-items:center;justify-content:center}.v3-emoji-picker .v3-header .v3-groups .v3-group span img{display:block;width:1em;height:auto}.v3-emoji-picker .v3-spacing{height:11px}.v3-emoji-picker .v3-search input{width:100%;display:block;height:26px;padding:0 10px;border:1px solid;border-radius:3px;font-size:12px;transition:.2s}.v3-emoji-picker .v3-search input:focus{outline:none}.v3-emoji-picker .v3-body{padding:0 0 15px 11px;min-height:0;flex-grow:1}.v3-emoji-picker .v3-body .v3-body-inner{flex-grow:1;min-height:0;overflow-y:auto;overflow-x:hidden;height:100%;padding-right:11px}.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5{margin:0;top:0;padding:7px 0 3px 4px;z-index:2}.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5.v3-sticky{position:sticky}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis{display:flex;font-size:18px;flex-wrap:wrap}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button{cursor:pointer;border:none;background:none;margin:0;text-align:center;display:flex;align-items:center;justify-content:center;flex-basis:12.5%;max-width:12.5%;flex-grow:1;padding:0;font-size:22px;position:relative}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:after{content:"";width:100%;padding-bottom:100%}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span{display:flex;align-items:center;justify-content:center}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img{max-width:100%;padding:4px}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button span,.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button img{position:absolute;top:0;left:0;width:100%;height:100%}.v3-emoji-picker .v3-body .v3-body-inner.is-mac .v3-emojis button{font-family:"Apple Color Emoji"}.v3-emoji-picker .v3-footer{font-size:14px;border-top:1px solid #dddddd;padding:15px;display:flex;align-items:center;justify-content:space-between;position:relative}.v3-emoji-picker .v3-footer .v3-tone,.v3-emoji-picker .v3-footer .v3-foot-left{display:flex;align-items:center}.v3-emoji-picker .v3-footer .v3-tone img,.v3-emoji-picker .v3-footer .v3-foot-left img{width:20px;display:block}.v3-emoji-picker .v3-footer .v3-tone>span:first-child,.v3-emoji-picker .v3-footer .v3-foot-left>span:first-child{margin-right:6px}.v3-emoji-picker .v3-footer .v3-foot-left>span.v3-text{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v3-emoji-picker .v3-footer .v3-tone{border:none;padding:0;background:none;cursor:pointer;display:inline-flex;align-items:center}.v3-emoji-picker .v3-footer .v3-tone>span{display:inline-flex;vertical-align:top}.v3-emoji-picker .v3-footer .v3-tone .v3-text{font-size:13px}.v3-emoji-picker .v3-footer .v3-tone .v3-icon{display:inline-flex;height:15px;width:15px;vertical-align:middle;align-self:center;border:2px solid rgba(0,0,0,.2)}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-neutral{background-color:#ffd225}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fb{background-color:#ffdfbd}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fc{background-color:#e9c197}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fd{background-color:#c88e62}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3fe{background-color:#a86637}.v3-emoji-picker .v3-footer .v3-tone .v3-icon.v3-tone-1f3ff{background-color:#60463a}.v3-emoji-picker .v3-footer .v3-tone .is-mac span{font-family:"Apple Color Emoji"}.v3-skin-tones{position:absolute;height:100%;width:60%;top:0;left:0;display:flex;align-items:center;justify-content:flex-end;padding:0 15px;opacity:0;visibility:hidden;transition:.2s;border-radius:0 0 10px 10px}.v3-skin-tones.v3-is-open{opacity:1;visibility:visible}.v3-skin-tones .v3-skin-tone{display:inline-block;height:15px;width:25px;border:none;padding:0;cursor:pointer;transition:0ms}.v3-skin-tones .v3-skin-tone:hover{transform:scale(1.1);transition:.2s}.v3-skin-tones .v3-skin-tone-neutral{color:#ffd225;background-color:#ffd225}.v3-skin-tones .v3-skin-tone-1f3fb{color:#ffdfbd;background-color:#ffdfbd}.v3-skin-tones .v3-skin-tone-1f3fc{color:#e9c197;background-color:#e9c197}.v3-skin-tones .v3-skin-tone-1f3fd{color:#c88e62;background-color:#c88e62}.v3-skin-tones .v3-skin-tone-1f3fe{color:#a86637;background-color:#a86637}.v3-skin-tones .v3-skin-tone-1f3ff{color:#60463a;background-color:#60463a}.v3-input-emoji-picker *{box-sizing:border-box}.v3-input-emoji-picker .v3-input-picker-root{position:relative}.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-input,.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea{width:100%;height:40px;border:1px solid #999;padding-left:15px}.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea{min-height:80px;resize:vertical}.v3-input-emoji-picker .v3-input-picker-root .v3-emoji-picker-textarea+.v3-input-picker-wrap .v3-input-picker-icon{top:auto;bottom:5px}.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon{display:inline-flex;position:absolute;right:5px;top:50%;transform:translateY(-50%);font-size:24px;border:none;background:none;padding:0 5px;cursor:pointer}.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-input-picker-icon img{display:block;width:1em;height:1em}.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap .v3-emoji-picker{opacity:0;visibility:hidden;transition:.2s}.v3-input-emoji-picker .v3-input-picker-root .v3-input-picker-wrap.v3-picker-is-open .v3-emoji-picker{opacity:1;visibility:visible;z-index:999}.v3-emoji-picker{--v3-picker-bg: #ffffff;--v3-picker-fg: #000000;--v3-picker-border: #dddddd;--v3-picker-input-bg: var(--v3-picker-bg);--v3-picker-input-border: #cccccc;--v3-picker-input-focus-border: #000000;--v3-group-image-filter: none;--v3-picker-emoji-hover: #f7f7f7;background:var(--v3-picker-bg);color:var(--v3-picker-fg)}.v3-emoji-picker .v3-footer,.v3-emoji-picker .v3-header{border-color:var(--v3-picker-border)}.v3-emoji-picker .v3-groups{filter:var(--v3-group-image-filter)}.v3-emoji-picker .v3-tone{color:var(--v3-picker-fg)}.v3-emoji-picker .v3-search input{background:var(--v3-picker-input-bg);border-color:var(--v3-picker-input-border);color:inherit}.v3-emoji-picker .v3-search input:focus{border-color:var(--v3-picker-input-focus-border)}.v3-emoji-picker .v3-body .v3-body-inner .v3-group h5,.v3-emoji-picker .v3-skin-tones{background:var(--v3-picker-bg)}.v3-emoji-picker .v3-body .v3-body-inner .v3-group .v3-emojis button:hover{background:var(--v3-picker-emoji-hover, #f7f7f7)}@media (prefers-color-scheme: dark){.v3-emoji-picker.v3-color-theme-auto{--v3-picker-bg: #000000;--v3-picker-fg: #ffffff;--v3-picker-border: #333333;--v3-picker-input-bg: #222222;--v3-picker-input-border: #444444;--v3-picker-input-focus-border: #555555;--v3-group-image-filter: invert(1);--v3-picker-emoji-hover: #222222}}.v3-emoji-picker.v3-color-theme-dark{--v3-picker-bg: #000000;--v3-picker-fg: #ffffff;--v3-picker-border: #333333;--v3-picker-input-bg: #222222;--v3-picker-input-border: #444444;--v3-picker-input-focus-border: #555555;--v3-group-image-filter: invert(1);--v3-picker-emoji-hover: #222222}.document-title-wrapper[data-v-1e04277b]{position:relative;max-width:800px;margin:0 auto;padding:50px 20px 0 50px;box-sizing:border-box;width:100%}.document-title-input[data-v-1e04277b]{width:100%;font-size:40px;font-weight:700;line-height:1.2;margin:0 0 .5em;padding:0;border:none;outline:none;background:transparent;color:var(--editor-text-primary);font-family:var(--editor-font-family);box-sizing:border-box;text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none}.document-title-input[data-v-1e04277b]::placeholder{color:var(--editor-text-placeholder);opacity:.6}.document-title-input[data-v-1e04277b]:read-only{cursor:default}.title-icon-actions[data-v-1e04277b]{position:absolute;top:17px;left:50px;z-index:10;opacity:0;transform:translateY(5px);transition:all .2s ease;pointer-events:none;padding-bottom:10px;user-select:none;-webkit-user-select:none;display:flex;gap:8px}.document-title-wrapper:hover .title-icon-actions[data-v-1e04277b],.title-icon-actions.is-active[data-v-1e04277b]{opacity:1;transform:translateY(0);pointer-events:auto}.title-action-btn[data-v-1e04277b]{display:flex;align-items:center;gap:6px;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px 10px;font-size:13px;color:#6b7280;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .2s}.title-action-btn[data-v-1e04277b]:hover{background-color:#f9fafb;color:#374151}.title-action-btn .icon[data-v-1e04277b]{color:#9ca3af}.title-action-btn:hover .icon[data-v-1e04277b]{color:#6b7280}.title-icon-actions.is-dark .title-action-btn[data-v-1e04277b]{background-color:transparent;border-color:#3f3f46;color:#a1a1aa}.title-icon-actions.is-dark .title-action-btn[data-v-1e04277b]:hover{background-color:#27272a;color:#f4f4f5}.title-icon-actions.is-dark .title-action-btn .icon[data-v-1e04277b]{color:#71717a}.title-icon-actions.is-dark .title-action-btn:hover .icon[data-v-1e04277b]{color:#d4d4d8}.title-picker-popover[data-v-1e04277b]{position:absolute;top:50px;left:50px;z-index:50}.title-picker-content[data-v-1e04277b]{position:relative;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-radius:8px;background:#fff;z-index:51}.title-picker-overlay[data-v-1e04277b]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50}.backlinks-content[data-v-1e04277b]{width:280px;max-height:320px;display:flex;flex-direction:column;overflow:hidden;background:var(--editor-bg-primary);border:1px solid var(--editor-border)}.backlinks-header[data-v-1e04277b]{padding:10px 14px;font-size:12px;font-weight:500;color:var(--editor-text-tertiary);border-bottom:1px solid var(--editor-border);flex-shrink:0}.backlinks-list[data-v-1e04277b]{padding:6px;overflow-y:auto;flex:1}.backlink-item[data-v-1e04277b]{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background-color .1s ease}.backlink-item[data-v-1e04277b]:hover{background-color:var(--editor-bg-hover)}.backlink-icon[data-v-1e04277b]{color:var(--editor-text-secondary);opacity:.8;flex-shrink:0}.backlink-title[data-v-1e04277b]{font-size:14px;color:var(--editor-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;text-decoration-color:var(--editor-border)}.backlink-item:hover .backlink-title[data-v-1e04277b]{text-decoration-color:var(--editor-text-primary)}.backlink-btn .icon[data-v-1e04277b]{color:var(--editor-text-secondary)}.document-editor.theme-light{--editor-text-primary: #1f2937;--editor-text-secondary: #6b7280;--editor-text-tertiary: #9ca3af;--editor-text-placeholder: #d1d5db;--editor-bg-primary: #ffffff;--editor-bg-secondary: #f9fafb;--editor-bg-tertiary: #f3f4f6;--editor-bg-hover: rgba(0, 0, 0, .04);--editor-bg-active: #e5e7eb;--editor-border: #e5e7eb;--editor-divider: #e5e7eb;--editor-accent: #3b82f6;--editor-accent-bg: rgba(59, 130, 246, .1);--editor-code-bg: #fafbfc;--editor-code-text: #1f2937;--color-block-gray: #f1f1ef;--color-block-blue: #e7f3ff;--color-block-cyan: #e0f7fa;--color-block-green: #e8f5e9;--color-block-lime: #edf8dc;--color-block-yellow: #fffde7;--color-block-cream: #fdf6e3;--color-block-orange: #fff3e0;--color-block-pink: #fce4ec;--color-block-purple: #f3e5f5;--editor-font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--editor-font-size-xs: 12px;--editor-font-size-sm: 14px;--editor-font-size-base: 15px;--editor-font-size-md: 16px;--editor-font-size-lg: 18px;--editor-font-weight-normal: 400;--editor-font-weight-medium: 500;--editor-font-weight-semibold: 600;--editor-font-weight-bold: 700;--editor-radius-sm: 4px;--editor-radius-md: 8px;--editor-radius-lg: 12px;--editor-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--editor-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--editor-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--editor-transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--editor-transition-base: .25s cubic-bezier(.4, 0, .2, 1)}.document-editor.theme-dark{--editor-text-primary: #d0d3d8;--editor-text-secondary: #cccccc;--editor-text-tertiary: #999999;--editor-text-placeholder: #666666;--editor-bg-primary: #191919;--editor-bg-secondary: #222222;--editor-bg-tertiary: #2a2a2a;--editor-bg-hover: rgba(255, 255, 255, .05);--editor-bg-active: #333333;--editor-border: #333333;--editor-divider: #3a3a3a;--editor-accent: #3b82f6;--editor-accent-bg: rgba(59, 130, 246, .15);--editor-code-bg: #202020;--editor-code-text: #ffffff;--color-block-gray: #373737;--color-block-blue: #1e3a5f;--color-block-cyan: #1a4a4f;--color-block-green: #1e3d1e;--color-block-lime: #2d3d1e;--color-block-yellow: #3d3a1e;--color-block-cream: #3a3425;--color-block-orange: #3d2e1e;--color-block-pink: #3d1e2e;--color-block-purple: #2e1e3d;--editor-font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--editor-font-size-xs: 12px;--editor-font-size-sm: 14px;--editor-font-size-base: 15px;--editor-font-size-md: 16px;--editor-font-size-lg: 18px;--editor-font-weight-normal: 400;--editor-font-weight-medium: 500;--editor-font-weight-semibold: 600;--editor-font-weight-bold: 700;--editor-radius-sm: 4px;--editor-radius-md: 8px;--editor-radius-lg: 12px;--editor-shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--editor-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3);--editor-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4);--editor-transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--editor-transition-base: .25s cubic-bezier(.4, 0, .2, 1)}.document-editor .editor-footer-slot>*{max-width:800px;margin:0 auto;padding-left:50px;box-sizing:border-box;width:100%}.document-editor .tiptap{outline:none;padding:0 20px 16px 50px;line-height:1.6;color:var(--editor-text-primary);max-width:800px;margin:0 auto;box-sizing:border-box;width:100%}.document-editor .tiptap p{margin:0;min-height:1.6em}.document-editor .tiptap .editor-link{color:var(--editor-accent);text-decoration:none;cursor:pointer;transition:all .15s ease}.document-editor .tiptap .editor-link:hover{text-decoration:underline;text-decoration-color:#3b82f666;text-underline-offset:4px}.document-editor .tiptap mark{background-color:#ffd50066;border-radius:2px;padding:0 2px}.document-editor .tiptap u{text-decoration:underline;text-underline-offset:4px}.document-editor .block-action-wrapper.heading-level-1{margin:1.5em 0 .5em}.document-editor .block-action-wrapper.heading-level-1 .block-content{margin:0;font-size:30px;font-weight:700;line-height:1.3}.document-editor .block-action-wrapper.heading-level-1 .handle-container{font-size:30px;height:1.3em}.document-editor .block-action-wrapper.heading-level-2{margin:1.2em 0 .4em}.document-editor .block-action-wrapper.heading-level-2 .block-content{margin:0;font-size:24px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-2 .handle-container{font-size:24px;height:1.3em}.document-editor .block-action-wrapper.heading-level-3{margin:1em 0 .3em}.document-editor .block-action-wrapper.heading-level-3 .block-content{margin:0;font-size:20px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-3 .handle-container{font-size:20px;height:1.3em}.document-editor .block-action-wrapper.heading-level-4{margin:1em 0 .3em}.document-editor .block-action-wrapper.heading-level-4 .block-content{margin:0;font-size:18px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-4 .handle-container{font-size:18px;height:1.3em}.document-editor .block-action-wrapper.heading-level-5{margin:.5em 0 .2em}.document-editor .block-action-wrapper.heading-level-5 .block-content{margin:0;font-size:16px;font-weight:500;line-height:1.6}.document-editor .block-action-wrapper.heading-level-5 .handle-container{font-size:16px;height:1.6em}.document-editor .tiptap h1:not(.block-content){font-size:30px;font-weight:700;margin:1.5em 0 .5em}.document-editor .tiptap h2:not(.block-content){font-size:24px;font-weight:600;margin:1.2em 0 .4em}.document-editor .tiptap h3:not(.block-content){font-size:20px;font-weight:600;margin:1em 0 .3em}.document-editor .tiptap h4:not(.block-content){font-size:18px;font-weight:600;margin:1em 0 .3em}.document-editor .tiptap h5:not(.block-content){font-size:16px;font-weight:500;margin:.5em 0 .2em}.document-editor .tiptap ul,.document-editor .tiptap ol{padding-left:1.5em;margin:.5em 0}.document-editor .tiptap li{margin:.2em 0;line-height:1.6}.document-editor .tiptap ul[data-type=taskList]{list-style:none;padding-left:0;margin:.5em 0}.document-editor .tiptap ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:8px;margin:.3em 0}.document-editor .tiptap ul[data-type=taskList] li>label{display:flex;align-items:center;flex-shrink:0;margin-top:4px}.document-editor .tiptap ul[data-type=taskList] li>label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid var(--editor-border);border-radius:4px;cursor:pointer;position:relative;transition:all .15s ease;background:transparent;flex-shrink:0}.document-editor .tiptap ul[data-type=taskList] li>label input[type=checkbox]:checked{background-color:#22c55e;border-color:#22c55e}.document-editor .tiptap ul[data-type=taskList] li>label input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:45%;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}.document-editor .tiptap ul[data-type=taskList] li>div{flex:1;min-width:0;line-height:1.6}.document-editor .tiptap blockquote{border-left:4px solid var(--editor-text-placeholder, #cbd5e1);padding-left:1em;margin:1em 0;color:var(--editor-text-secondary)}.document-editor .tiptap code{background-color:var(--editor-bg-tertiary);border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,Fira Code,Cascadia Code,Source Code Pro,IBM Plex Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em;color:var(--editor-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400;letter-spacing:.02em}.document-editor .tiptap pre{background:var(--editor-code-bg);border-radius:8px;padding:16px 20px;margin:1em 0;overflow-x:auto;position:relative;border:1px solid var(--editor-border)}.document-editor .tiptap .code-block-wrapper pre{margin:0;border:none;border-radius:0 0 12px 12px}.document-editor .tiptap pre code{background:none;padding:0;font-family:JetBrains Mono,Fira Code,Cascadia Code,Source Code Pro,IBM Plex Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:14px;line-height:1.7;color:var(--editor-code-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400;letter-spacing:.02em}.document-editor .tiptap pre[data-language]:before{content:attr(data-language);position:absolute;top:8px;right:12px;padding:2px 8px;background:var(--editor-bg-secondary);border:1px solid var(--editor-border);border-radius:4px;font-size:.7em;font-weight:500;color:var(--editor-text-tertiary);text-transform:uppercase;letter-spacing:.5px}.document-editor .tiptap hr{border:none;border-top:1px solid var(--editor-border);margin:2em 0}.document-editor .tiptap .is-empty:before{content:attr(data-placeholder);position:absolute;left:0;top:50%;transform:translateY(-50%);color:var(--editor-text-tertiary);pointer-events:none;font-style:normal;opacity:.5;line-height:1}.document-editor .tiptap img.editor-image{max-width:100%;height:auto;display:block;margin:1em 0;border-radius:8px;cursor:pointer;transition:all .2s ease}.document-editor .block-action-wrapper.heading-level-1.is-empty:before{font-size:30px;font-weight:700;line-height:1.3}.document-editor .block-action-wrapper.heading-level-2.is-empty:before{font-size:24px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-3.is-empty:before{font-size:20px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-4.is-empty:before{font-size:18px;font-weight:600;line-height:1.3}.document-editor .block-action-wrapper.heading-level-5.is-empty:before{font-size:16px;font-weight:500;line-height:1.6}.document-editor.theme-dark .tiptap img.editor-image:hover{box-shadow:0 2px 8px #0000004d}.document-editor .tiptap table{border-collapse:collapse;table-layout:fixed;width:auto;min-width:unset;max-width:none;margin:0;overflow:visible}.document-editor .tiptap table td,.document-editor .tiptap table th{min-width:100px;border:1px solid var(--editor-border);padding:3px 5px;vertical-align:top;box-sizing:border-box;position:relative;overflow:hidden;text-overflow:ellipsis}.document-editor .tiptap table td:after,.document-editor .tiptap table th:after{content:"";position:absolute;right:-3px;top:0;bottom:0;width:6px;cursor:col-resize;z-index:10}.document-editor .tiptap table th{font-weight:700;text-align:left;background-color:var(--editor-bg-tertiary)}.document-editor .tiptap table .selectedCell{background-color:#dbeafe!important;position:relative}.document-editor.theme-dark .tiptap table .selectedCell{background-color:#1e3a5f!important}.document-editor .tiptap table .column-resize-handle{position:absolute;right:-1px;top:0;bottom:0;width:2px;background:repeating-linear-gradient(to bottom,var(--editor-text-secondary, #6b7280) 0,var(--editor-text-secondary, #6b7280) 3px,transparent 3px,transparent 6px);cursor:col-resize}.document-editor .tiptap .tableWrapper{overflow-x:auto;overflow-y:visible;margin:1.5rem 0;width:100%;max-width:100%}.document-editor .tiptap table td.is-empty:before,.document-editor .tiptap table th.is-empty:before,.document-editor .tiptap table tr.is-empty:before{display:none!important}.lianshu-theme-minimal{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.75;color:#2c2c2c;word-wrap:break-word;font-size:16px}.lianshu-theme-minimal h1,.lianshu-theme-minimal h2,.lianshu-theme-minimal h3,.lianshu-theme-minimal h4,.lianshu-theme-minimal h5,.lianshu-theme-minimal h6{color:#111827;font-weight:600;line-height:1.4;margin-top:1.5em;margin-bottom:.8em;letter-spacing:-.01em}.lianshu-theme-minimal h1{font-size:2.25em;font-weight:700;margin-top:.5em;padding-bottom:.3em;border-bottom:1px solid #eaeaea}.lianshu-theme-minimal h2{font-size:1.75em;margin-top:2em}.lianshu-theme-minimal h3{font-size:1.375em;margin-top:1.8em}.lianshu-theme-minimal h4{font-size:1.125em;margin-top:1.5em}.lianshu-theme-minimal p{margin-bottom:1.5em}.lianshu-theme-minimal blockquote{border-left:4px solid #e5e7eb;padding:.5em 0 .5em 1.25em;margin:1.5em 0;color:#555;background:transparent;font-style:normal}.lianshu-theme-minimal blockquote p{margin-bottom:.5em}.lianshu-theme-minimal blockquote p:last-child{margin-bottom:0}.lianshu-theme-minimal ul,.lianshu-theme-minimal ol{padding-left:1.625em;margin-bottom:1.5em;color:#374151}.lianshu-theme-minimal li{margin-bottom:.5em;padding-left:.3em}.lianshu-theme-minimal li>p{margin-bottom:.5em}.lianshu-theme-minimal ul[data-type=taskList]{list-style:none;padding-left:.5em}.lianshu-theme-minimal ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.6em}.lianshu-theme-minimal ul[data-type=taskList] li>label{margin-top:.25em;-webkit-user-select:none;user-select:none}.lianshu-theme-minimal a{color:#000;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.2);transition:border-bottom-color .2s ease,color .2s ease}.lianshu-theme-minimal a:hover{border-bottom-color:#000;color:#000}.lianshu-theme-minimal table{border-collapse:collapse;width:100%;margin:2em 0;font-size:.9em;border:none;position:relative}.lianshu-theme-minimal th,.lianshu-theme-minimal td{border:none;border-bottom:1px solid #e5e7eb;padding:.875em 1.25em;text-align:left;transition:background-color .15s ease}.lianshu-theme-minimal th{background-color:#f9fafb;font-weight:600;color:#374151;font-size:.875em;text-transform:uppercase;letter-spacing:.025em;border-bottom:2px solid #e5e7eb}.lianshu-theme-minimal tbody tr{transition:background-color .15s ease}.lianshu-theme-minimal tbody tr:hover{background-color:#f9fafb}.lianshu-theme-minimal tbody tr:hover td{background-color:transparent}.lianshu-theme-minimal .selectedCell{background-color:#dbeafe!important;position:relative}.lianshu-theme-minimal .selectedCell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid #3b82f6;pointer-events:none}.lianshu-theme-minimal code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875em;background-color:#0000000f;padding:.2em .4em;border-radius:4px;color:#1a1a1a}.lianshu-theme-minimal pre{background-color:#1e1e1e;color:#e5e7eb;padding:1.25em;border-radius:8px;overflow-x:auto;margin:2em 0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.lianshu-theme-minimal pre code{background-color:transparent;color:inherit;padding:0;border-radius:0;font-size:.9em;line-height:1.5}.lianshu-theme-minimal img{max-width:100%;height:auto;border-radius:8px;margin:2em auto;display:block}.lianshu-theme-minimal video{max-width:100%;height:auto;border-radius:8px;margin:2em auto;display:block}.lianshu-theme-minimal.dark h1,.lianshu-theme-minimal.dark h2,.lianshu-theme-minimal.dark h3,.lianshu-theme-minimal.dark h4,.lianshu-theme-minimal.dark h5,.lianshu-theme-minimal.dark h6,.dark-theme .lianshu-theme-minimal h1,.dark-theme .lianshu-theme-minimal h2,.dark-theme .lianshu-theme-minimal h3,.dark-theme .lianshu-theme-minimal h4,.dark-theme .lianshu-theme-minimal h5,.dark-theme .lianshu-theme-minimal h6{color:#f3f4f6}.lianshu-theme-minimal.dark h1,.dark-theme .lianshu-theme-minimal h1{border-bottom-color:#374151}.lianshu-theme-minimal.dark strong,.dark-theme .lianshu-theme-minimal strong{color:#f3f4f6}.lianshu-theme-minimal.dark a,.dark-theme .lianshu-theme-minimal a{color:#e5e7eb;border-bottom-color:#ffffff4d}.lianshu-theme-minimal.dark a:hover,.dark-theme .lianshu-theme-minimal a:hover{border-bottom-color:#fff;color:#fff}.lianshu-theme-minimal.dark code,.dark-theme .lianshu-theme-minimal code{background-color:#ffffff1a;color:#f3f4f6}.lianshu-theme-minimal.dark pre,.dark-theme .lianshu-theme-minimal pre{background-color:#111827;border:1px solid #374151;box-shadow:none}.lianshu-theme-minimal.dark th,.lianshu-theme-minimal.dark td,.dark-theme .lianshu-theme-minimal th,.dark-theme .lianshu-theme-minimal td{border-bottom-color:#374151}.lianshu-theme-minimal.dark th,.dark-theme .lianshu-theme-minimal th{background-color:#1f2937;color:#e5e7eb;border-bottom-color:#4b5563}.lianshu-theme-minimal.dark tbody tr:hover,.dark-theme .lianshu-theme-minimal tbody tr:hover{background-color:#1f2937}.lianshu-theme-minimal.dark .selectedCell,.dark-theme .lianshu-theme-minimal .selectedCell{background-color:#1e3a5f!important}.lianshu-theme-minimal.dark .selectedCell:after,.dark-theme .lianshu-theme-minimal .selectedCell:after{border-color:#3b82f6}.lianshu-theme-minimal h1,.lianshu-theme-minimal h2,.lianshu-theme-minimal h3,.lianshu-theme-minimal h4,.lianshu-theme-minimal h5,.lianshu-theme-minimal h6{color:#111827;font-weight:600;margin-top:1.5em;margin-bottom:.6em;line-height:1.3}.lianshu-theme-minimal h1{font-size:2.25em}.lianshu-theme-minimal h2{font-size:1.75em;padding-bottom:.3em;border-bottom:1px solid #e5e7eb}.lianshu-theme-minimal h3{font-size:1.5em}.lianshu-theme-minimal h4{font-size:1.25em}.lianshu-theme-minimal p{margin-bottom:1.2em}.lianshu-theme-minimal strong{font-weight:600;color:#111827}.lianshu-theme-minimal blockquote{border-left:4px solid #e5e7eb;padding-left:1em;margin:1.5em 0;color:#6b7280;font-style:italic}.lianshu-theme-minimal ul,.lianshu-theme-minimal ol{padding-left:1.5em;margin-bottom:1.2em}.lianshu-theme-minimal li{margin-bottom:.5em}.lianshu-theme-minimal ul[data-type=taskList]{list-style:none;padding-left:0}.lianshu-theme-minimal ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5em}.lianshu-theme-minimal ul[data-type=taskList] li>label{margin-top:.15em;-webkit-user-select:none;user-select:none}.lianshu-theme-minimal ul[data-type=taskList] li>div{flex:1}.lianshu-theme-minimal a{color:#2563eb;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.lianshu-theme-minimal a:hover{border-bottom-color:#2563eb}.lianshu-theme-minimal .link-card-block a,.lianshu-theme-minimal [data-type=link-card-block] a,.lianshu-theme-minimal .link-card-block a:hover,.lianshu-theme-minimal [data-type=link-card-block] a:hover{border-bottom:none!important}.lianshu-theme-minimal table{border-collapse:collapse;width:100%;margin:1.5em 0;font-size:.95em}.lianshu-theme-minimal th,.lianshu-theme-minimal td{border:1px solid #e5e7eb;padding:.75em;text-align:left}.lianshu-theme-minimal th{background-color:#f9fafb;font-weight:600;color:#374151}.lianshu-theme-minimal tr:nth-child(2n) td{background-color:#fafafa}.lianshu-theme-minimal code{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background-color:#f3f4f6;padding:.2em .4em;border-radius:4px;color:#db2777}.lianshu-theme-minimal pre{background-color:#1f2937;color:#f3f4f6;padding:1em;border-radius:8px;overflow-x:auto;margin:1.5em 0}.lianshu-theme-minimal pre code{background-color:transparent;color:inherit;padding:0;border-radius:0;font-size:.9em}.lianshu-theme-minimal img{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0;display:block}.lianshu-theme-minimal.dark,.dark-theme .lianshu-theme-minimal{color:#e0e0e0}.lianshu-theme-minimal.dark h1,.lianshu-theme-minimal.dark h2,.lianshu-theme-minimal.dark h3,.lianshu-theme-minimal.dark h4,.lianshu-theme-minimal.dark h5,.lianshu-theme-minimal.dark h6,.dark-theme .lianshu-theme-minimal h1,.dark-theme .lianshu-theme-minimal h2,.dark-theme .lianshu-theme-minimal h3,.dark-theme .lianshu-theme-minimal h4,.dark-theme .lianshu-theme-minimal h5,.dark-theme .lianshu-theme-minimal h6{color:#f9fafb;border-bottom-color:#374151}.lianshu-theme-minimal.dark strong,.dark-theme .lianshu-theme-minimal strong{color:#f9fafb}.lianshu-theme-minimal.dark blockquote,.dark-theme .lianshu-theme-minimal blockquote{border-left-color:#4b5563;color:#9ca3af}.lianshu-theme-minimal.dark a,.dark-theme .lianshu-theme-minimal a{color:#60a5fa}.lianshu-theme-minimal.dark a:hover,.dark-theme .lianshu-theme-minimal a:hover{border-bottom-color:#60a5fa}.lianshu-theme-minimal.dark code,.dark-theme .lianshu-theme-minimal code{background-color:#374151;color:#f472b6}.lianshu-theme-minimal.dark pre,.dark-theme .lianshu-theme-minimal pre{background-color:#111827;border:1px solid #374151}.lianshu-theme-minimal.dark pre code,.dark-theme .lianshu-theme-minimal pre code{background-color:transparent;color:#e5e7eb}.lianshu-theme-minimal [data-type=color-block] p,.lianshu-theme-minimal .color-block-wrapper p{margin:0}.lianshu-theme-minimal [data-type=color-block].color-gray,.lianshu-theme-minimal .color-block-wrapper.color-gray{background-color:#f6f6f5;color:#5c5c5c}.lianshu-theme-minimal [data-type=color-block].color-blue,.lianshu-theme-minimal .color-block-wrapper.color-blue{background-color:#eef6ff;color:#2563eb}.lianshu-theme-minimal [data-type=color-block].color-cyan,.lianshu-theme-minimal .color-block-wrapper.color-cyan{background-color:#ecfeff;color:#0891b2}.lianshu-theme-minimal [data-type=color-block].color-green,.lianshu-theme-minimal .color-block-wrapper.color-green{background-color:#f0fdf4;color:#16a34a}.lianshu-theme-minimal [data-type=color-block].color-lime,.lianshu-theme-minimal .color-block-wrapper.color-lime{background-color:#f7fee7;color:#65a30d}.lianshu-theme-minimal [data-type=color-block].color-yellow,.lianshu-theme-minimal .color-block-wrapper.color-yellow{background-color:#fefce8;color:#ca8a04}.lianshu-theme-minimal [data-type=color-block].color-cream,.lianshu-theme-minimal .color-block-wrapper.color-cream{background-color:#fffbeb;color:#b45309}.lianshu-theme-minimal [data-type=color-block].color-orange,.lianshu-theme-minimal .color-block-wrapper.color-orange{background-color:#fff7ed;color:#ea580c}.lianshu-theme-minimal [data-type=color-block].color-pink,.lianshu-theme-minimal .color-block-wrapper.color-pink{background-color:#fdf2f8;color:#db2777}.lianshu-theme-minimal [data-type=color-block].color-purple,.lianshu-theme-minimal .color-block-wrapper.color-purple{background-color:#faf5ff;color:#9333ea}.lianshu-theme-artistic{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:2;color:#2c2c2c;word-wrap:break-word;background-color:transparent}.lianshu-theme-artistic h1,.lianshu-theme-artistic h2,.lianshu-theme-artistic h3,.lianshu-theme-artistic h4,.lianshu-theme-artistic h5,.lianshu-theme-artistic h6{color:#1a1a1a;font-weight:700;margin-top:1.5em;margin-bottom:.8em;line-height:1.4;letter-spacing:-.01em;text-align:left}.lianshu-theme-artistic h1{font-size:2.5em;margin-bottom:1.5em}.lianshu-theme-artistic h2{font-size:2em}.lianshu-theme-artistic h3{font-size:1.75em}.lianshu-theme-artistic h4{font-size:1.5em}.lianshu-theme-artistic p{margin-bottom:1.8em;font-size:1.1em}.lianshu-theme-artistic strong{color:#000;font-weight:800}.lianshu-theme-artistic blockquote{border-left:4px solid #ddd;padding:.5em 0 .5em 1.5em;margin:2em 0;color:#555;font-style:normal;font-size:1em;background:transparent;border-radius:0}.lianshu-theme-artistic blockquote:before{content:none}.lianshu-theme-artistic mark{background:linear-gradient(135deg,#ffecd2,#fcb69f);color:#1a1a1a;padding:.1em .4em;border-radius:4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.lianshu-theme-artistic ul,.lianshu-theme-artistic ol{padding-left:2em;margin-bottom:2em}.lianshu-theme-artistic li{margin-bottom:.8em}.lianshu-theme-artistic ul{list-style-type:disc}.lianshu-theme-artistic ul>li::marker{font-size:1.2em}.lianshu-theme-artistic ul ul{list-style-type:circle}.lianshu-theme-artistic ul ul ul{list-style-type:square}.lianshu-theme-artistic ul ul ul ul{list-style-type:disc}.lianshu-theme-artistic ul[data-type=taskList]{list-style:none!important;padding-left:0!important;margin-left:0}.lianshu-theme-artistic li[data-type=taskItem]{display:flex!important;flex-direction:row!important;align-items:center;gap:10px;margin-bottom:.5em}.lianshu-theme-artistic li[data-type=taskItem]:before{display:none!important}.lianshu-theme-artistic li[data-type=taskItem]>label{flex-shrink:0;display:inline-flex;align-items:center;margin-right:0;line-height:1}.lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #ccc;border-radius:3px;cursor:pointer;position:relative;background:#fff;margin:0;display:flex;align-items:center;justify-content:center}.lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]:checked{background:#22c55e;border-color:#22c55e}.lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]:checked:before{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.lianshu-theme-artistic li[data-type=taskItem]>div{flex:1;line-height:1.5;display:flex;align-items:center}.lianshu-theme-artistic li[data-type=taskItem]>div p{margin:0;padding:0}.lianshu-theme-artistic.dark li[data-type=taskItem]>label>input[type=checkbox],.dark-theme .lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]{background:#333;border-color:#555}.lianshu-theme-artistic.dark li[data-type=taskItem]>label>input[type=checkbox]:checked,.dark-theme .lianshu-theme-artistic li[data-type=taskItem]>label>input[type=checkbox]:checked{background:#22c55e;border-color:#22c55e}.lianshu-theme-artistic a{color:#2563eb;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.lianshu-theme-artistic a:hover{color:#1d4ed8}.lianshu-theme-artistic table{border-collapse:collapse;width:100%;margin:2em 0;border:none;position:relative}.lianshu-theme-artistic th,.lianshu-theme-artistic td{padding:1em 1.25em;text-align:left;border:none;border-bottom:1px solid #e5e7eb;transition:background-color .15s ease}.lianshu-theme-artistic th{background-color:#f9fafb;font-weight:600;color:#374151;font-size:.875em;text-transform:uppercase;letter-spacing:.025em;border-bottom:2px solid #e5e7eb}.lianshu-theme-artistic tbody tr{transition:background-color .15s ease}.lianshu-theme-artistic tbody tr:hover{background-color:#f9fafb}.lianshu-theme-artistic tbody tr:hover td{background-color:transparent}.lianshu-theme-artistic .selectedCell{background-color:#dbeafe!important;position:relative}.lianshu-theme-artistic .selectedCell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid #3b82f6;pointer-events:none}.lianshu-theme-artistic code{font-family:Fira Code,monospace;background-color:#f0f0f0;padding:.2em .5em;border-radius:4px;color:#c0392b;font-size:.9em}.lianshu-theme-artistic pre{background:#f4f4f4;color:#333;padding:2em;border-radius:12px;box-shadow:0 10px 40px #0000001a;margin:3em 0;position:relative;overflow-x:auto}.lianshu-theme-artistic pre:before{content:"";display:block;position:absolute;top:15px;left:15px;width:12px;height:12px;border-radius:50%;background:#ff5f56;box-shadow:20px 0 #ffbd2e,40px 0 #27c93f}.lianshu-theme-artistic pre code{background-color:transparent;color:inherit;padding:0;display:block;margin-top:1em}.lianshu-theme-artistic img{max-width:100%;height:auto;border-radius:4px;margin:3em 0;box-shadow:0 20px 40px #0000001a;transform:scale(1);transition:transform .5s ease}.lianshu-theme-artistic img:hover{transform:scale(1.02)}.lianshu-theme-artistic video{max-width:100%;height:auto;border-radius:4px;margin:3em 0;box-shadow:0 20px 40px #0000001a;display:block}.lianshu-theme-artistic [data-type=color-block] p,.lianshu-theme-artistic .color-block-wrapper p{margin:0}.lianshu-theme-artistic [data-type=color-block].color-gray,.lianshu-theme-artistic .color-block-wrapper.color-gray{background-color:#f6f6f5;color:#5c5c5c}.lianshu-theme-artistic [data-type=color-block].color-blue,.lianshu-theme-artistic .color-block-wrapper.color-blue{background-color:#eef6ff;color:#2563eb}.lianshu-theme-artistic [data-type=color-block].color-cyan,.lianshu-theme-artistic .color-block-wrapper.color-cyan{background-color:#ecfeff;color:#0891b2}.lianshu-theme-artistic [data-type=color-block].color-green,.lianshu-theme-artistic .color-block-wrapper.color-green{background-color:#f0fdf4;color:#16a34a}.lianshu-theme-artistic [data-type=color-block].color-lime,.lianshu-theme-artistic .color-block-wrapper.color-lime{background-color:#f7fee7;color:#65a30d}.lianshu-theme-artistic [data-type=color-block].color-yellow,.lianshu-theme-artistic .color-block-wrapper.color-yellow{background-color:#fefce8;color:#ca8a04}.lianshu-theme-artistic [data-type=color-block].color-cream,.lianshu-theme-artistic .color-block-wrapper.color-cream{background-color:#fffbeb;color:#b45309}.lianshu-theme-artistic [data-type=color-block].color-orange,.lianshu-theme-artistic .color-block-wrapper.color-orange{background-color:#fff7ed;color:#ea580c}.lianshu-theme-artistic [data-type=color-block].color-pink,.lianshu-theme-artistic .color-block-wrapper.color-pink{background-color:#fdf2f8;color:#db2777}.lianshu-theme-artistic [data-type=color-block].color-purple,.lianshu-theme-artistic .color-block-wrapper.color-purple{background-color:#faf5ff;color:#9333ea}.lianshu-theme-artistic [data-type=color-block] strong,.lianshu-theme-artistic .color-block-wrapper strong{color:inherit}.lianshu-theme-artistic.dark,.dark-theme .lianshu-theme-artistic{color:#e0e0e0}.lianshu-theme-artistic.dark h1,.lianshu-theme-artistic.dark h2,.lianshu-theme-artistic.dark h3,.lianshu-theme-artistic.dark h4,.lianshu-theme-artistic.dark h5,.lianshu-theme-artistic.dark h6,.dark-theme .lianshu-theme-artistic h1,.dark-theme .lianshu-theme-artistic h2,.dark-theme .lianshu-theme-artistic h3,.dark-theme .lianshu-theme-artistic h4,.dark-theme .lianshu-theme-artistic h5,.dark-theme .lianshu-theme-artistic h6,.lianshu-theme-artistic.dark strong,.dark-theme .lianshu-theme-artistic strong{color:#fff}.lianshu-theme-artistic.dark blockquote,.dark-theme .lianshu-theme-artistic blockquote{background:transparent;color:#bbb;border-left-color:#444}.lianshu-theme-artistic.dark a,.dark-theme .lianshu-theme-artistic a{color:#60a5fa}.lianshu-theme-artistic.dark a:hover,.dark-theme .lianshu-theme-artistic a:hover{color:#93c5fd}.lianshu-theme-artistic.dark th,.lianshu-theme-artistic.dark td,.dark-theme .lianshu-theme-artistic th,.dark-theme .lianshu-theme-artistic td{border-bottom-color:#374151}.lianshu-theme-artistic.dark th,.dark-theme .lianshu-theme-artistic th{background-color:#1f2937;color:#e5e7eb;border-bottom-color:#4b5563}.lianshu-theme-artistic.dark tbody tr:hover,.dark-theme .lianshu-theme-artistic tbody tr:hover{background-color:#1f2937}.lianshu-theme-artistic.dark .selectedCell,.dark-theme .lianshu-theme-artistic .selectedCell{background-color:#1e3a5f!important}.lianshu-theme-artistic.dark .selectedCell:after,.dark-theme .lianshu-theme-artistic .selectedCell:after{border-color:#3b82f6}.lianshu-theme-artistic.dark td,.dark-theme .lianshu-theme-artistic td{border-color:#374151}.lianshu-theme-artistic.dark code,.dark-theme .lianshu-theme-artistic code{background-color:#ffffff1a;color:#ff8a80}.lianshu-theme-artistic.dark pre,.dark-theme .lianshu-theme-artistic pre{background:#282c34;color:#abb2bf;box-shadow:0 10px 40px #0000004d}.lianshu-theme-artistic.dark pre code,.dark-theme .lianshu-theme-artistic pre code{background:transparent;color:#abb2bf}.lianshu-theme-artistic.dark [data-type=color-block].color-gray,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-gray,.lianshu-theme-artistic.dark .color-block-wrapper.color-gray,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-gray{background-color:#3a3a3a;color:#d4d4d4}.lianshu-theme-artistic.dark [data-type=color-block].color-blue,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-blue,.lianshu-theme-artistic.dark .color-block-wrapper.color-blue,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-blue{background-color:#1e3a5f;color:#93c5fd}.lianshu-theme-artistic.dark [data-type=color-block].color-cyan,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-cyan,.lianshu-theme-artistic.dark .color-block-wrapper.color-cyan,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-cyan{background-color:#164e63;color:#67e8f9}.lianshu-theme-artistic.dark [data-type=color-block].color-green,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-green,.lianshu-theme-artistic.dark .color-block-wrapper.color-green,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-green{background-color:#14532d;color:#86efac}.lianshu-theme-artistic.dark [data-type=color-block].color-lime,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-lime,.lianshu-theme-artistic.dark .color-block-wrapper.color-lime,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-lime{background-color:#3f4f1a;color:#bef264}.lianshu-theme-artistic.dark [data-type=color-block].color-yellow,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-yellow,.lianshu-theme-artistic.dark .color-block-wrapper.color-yellow,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-yellow{background-color:#713f12;color:#fde047}.lianshu-theme-artistic.dark [data-type=color-block].color-cream,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-cream,.lianshu-theme-artistic.dark .color-block-wrapper.color-cream,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-cream{background-color:#78350f;color:#fbbf24}.lianshu-theme-artistic.dark [data-type=color-block].color-orange,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-orange,.lianshu-theme-artistic.dark .color-block-wrapper.color-orange,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-orange{background-color:#7c2d12;color:#fdba74}.lianshu-theme-artistic.dark [data-type=color-block].color-pink,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-pink,.lianshu-theme-artistic.dark .color-block-wrapper.color-pink,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-pink{background-color:#831843;color:#f9a8d4}.lianshu-theme-artistic.dark [data-type=color-block].color-purple,.dark-theme .lianshu-theme-artistic [data-type=color-block].color-purple,.lianshu-theme-artistic.dark .color-block-wrapper.color-purple,.dark-theme .lianshu-theme-artistic .color-block-wrapper.color-purple{background-color:#581c87;color:#d8b4fe}.lianshu-theme-artistic.dark [data-type=color-block] strong,.dark-theme .lianshu-theme-artistic [data-type=color-block] strong,.lianshu-theme-artistic.dark .color-block-wrapper strong,.dark-theme .lianshu-theme-artistic .color-block-wrapper strong{color:inherit;font-weight:800}.lianshu-theme-artistic.dark,.dark-theme .lianshu-theme-artistic{--editor-bg-primary: #1f2937;--editor-bg-secondary: #374151;--editor-bg-tertiary: #4b5563;--editor-bg-hover: rgba(255, 255, 255, .08);--editor-border: #4b5563;--editor-text-primary: #f3f4f6;--editor-text-secondary: #d1d5db;--editor-text-tertiary: #9ca3af;--editor-text-placeholder: #6b7280;--editor-accent: #60a5fa;--editor-accent-bg: rgba(96, 165, 250, .15)}.document-editor pre.hljs{display:block;overflow-x:auto;padding:16px;background:var(--editor-code-bg);border-radius:8px;margin:1em 0;font-family:JetBrains Mono,Fira Code,Cascadia Code,Source Code Pro,IBM Plex Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:14px;line-height:1.7;color:var(--editor-code-text);font-variant-ligatures:normal;font-feature-settings:"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400;letter-spacing:.02em}.document-editor code.hljs{padding:2px 6px;background:var(--editor-code-bg);border-radius:4px;font-family:JetBrains Mono,Fira Code,Cascadia Code,Source Code Pro,IBM Plex Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em;font-variant-ligatures:normal;font-feature-settings:"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400}.document-editor .hljs-comment,.document-editor .hljs-quote{color:#6a737d;font-style:italic}.document-editor .hljs-keyword,.document-editor .hljs-selector-tag,.document-editor .hljs-subst{color:#d73a49;font-weight:600}.document-editor .hljs-number,.document-editor .hljs-literal,.document-editor .hljs-variable,.document-editor .hljs-template-variable,.document-editor .hljs-tag .hljs-attr{color:#005cc5}.document-editor .hljs-string,.document-editor .hljs-doctag{color:#032f62}.document-editor .hljs-title,.document-editor .hljs-section,.document-editor .hljs-selector-id{color:#6f42c1;font-weight:600}.document-editor .hljs-type,.document-editor .hljs-class .hljs-title{color:#6f42c1}.document-editor .hljs-tag,.document-editor .hljs-name,.document-editor .hljs-attribute{color:#22863a;font-weight:600}.document-editor .hljs-regexp,.document-editor .hljs-link{color:#032f62}.document-editor .hljs-symbol,.document-editor .hljs-bullet{color:#005cc5}.document-editor .hljs-built_in,.document-editor .hljs-builtin-name{color:#e36209}.document-editor .hljs-meta{color:#6a737d}.document-editor .hljs-deletion{background:#ffeef0;color:#b31d28}.document-editor .hljs-addition{background:#f0fff4;color:#22863a}.document-editor .hljs-emphasis{font-style:italic}.document-editor .hljs-strong{font-weight:600}.document-editor.theme-dark .hljs-comment,.document-editor.theme-dark .hljs-quote{color:#8b949e}.document-editor.theme-dark .hljs-keyword,.document-editor.theme-dark .hljs-selector-tag,.document-editor.theme-dark .hljs-subst{color:#ff7b72}.document-editor.theme-dark .hljs-number,.document-editor.theme-dark .hljs-literal,.document-editor.theme-dark .hljs-variable,.document-editor.theme-dark .hljs-template-variable,.document-editor.theme-dark .hljs-tag .hljs-attr{color:#79c0ff}.document-editor.theme-dark .hljs-string,.document-editor.theme-dark .hljs-doctag{color:#a5d6ff}.document-editor.theme-dark .hljs-title,.document-editor.theme-dark .hljs-section,.document-editor.theme-dark .hljs-selector-id,.document-editor.theme-dark .hljs-type,.document-editor.theme-dark .hljs-class .hljs-title{color:#d2a8ff}.document-editor.theme-dark .hljs-tag,.document-editor.theme-dark .hljs-name,.document-editor.theme-dark .hljs-attribute{color:#7ee787}.document-editor.theme-dark .hljs-regexp,.document-editor.theme-dark .hljs-link{color:#a5d6ff}.document-editor.theme-dark .hljs-symbol,.document-editor.theme-dark .hljs-bullet{color:#79c0ff}.document-editor.theme-dark .hljs-built_in,.document-editor.theme-dark .hljs-builtin-name{color:#ffa657}.document-editor.theme-dark .hljs-meta{color:#8b949e}.document-editor.theme-dark .hljs-deletion{background:#490202;color:#ffa198}.document-editor.theme-dark .hljs-addition{background:#033a16;color:#7ee787}.code-block-wrapper{position:relative;margin:1em 0}.code-block-wrapper pre{margin:0}.template-panel{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 32px #0000001a;min-width:240px;max-width:320px;max-height:360px;display:flex;flex-direction:column;overflow:hidden}.tp-header{padding:10px 14px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.tp-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.tp-list{padding:6px;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.tp-empty{padding:24px 14px;text-align:center;font-size:13px;color:#9ca3af}.tp-item{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background .15s}.tp-item:hover{background:#0000000a}.tp-item-info{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.tp-item-icon{color:#d97706;flex-shrink:0}.tp-item-title{font-size:13px;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tp-item-actions{display:flex;gap:2px;opacity:0;transition:opacity .15s;flex-shrink:0}.tp-item:hover .tp-item-actions{opacity:1}.tp-action-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:transparent;border-radius:5px;cursor:pointer;color:#9ca3af;transition:all .15s}.tp-action-btn:hover{background:#0000000f;color:#374151}.tp-action-delete:hover{background:#ef444414;color:#ef4444}.tp-edit{padding:12px}.tp-edit-input{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;background:#fff;color:#374151;outline:none;transition:border-color .15s,box-shadow .15s}.tp-edit-input:focus{border-color:#d97706;box-shadow:0 0 0 3px #d977061a}.tp-edit-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:8px}.tp-edit-btn{padding:6px 12px;border-radius:5px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.tp-edit-cancel{background:transparent;border:1px solid #e5e7eb;color:#6b7280}.tp-edit-cancel:hover{background:#f3f4f6}.tp-edit-confirm{background:#d97706;border:none;color:#fff}.tp-edit-confirm:hover:not(:disabled){opacity:.9}.tp-edit-confirm:disabled{opacity:.5;cursor:not-allowed}.template-panel.tp-dark{background:#1e1e1e;border-color:#333;box-shadow:0 8px 32px #0000004d}.tp-dark .tp-header{border-bottom-color:#333}.tp-dark .tp-title{color:#888}.tp-dark .tp-list{scrollbar-color:rgba(255,255,255,.1) transparent}.tp-dark .tp-empty{color:#666}.tp-dark .tp-item:hover{background:#ffffff0f}.tp-dark .tp-item-icon{color:#fbbf24}.tp-dark .tp-item-title{color:#d0d3d8}.tp-dark .tp-action-btn{color:#666}.tp-dark .tp-action-btn:hover{background:#ffffff14;color:#d0d3d8}.tp-dark .tp-action-delete:hover{background:#ef44441f;color:#f87171}.tp-dark .tp-edit-input{background:#2a2a2a;border-color:#444;color:#d0d3d8}.tp-dark .tp-edit-input:focus{border-color:#d97706}.tp-dark .tp-edit-cancel{border-color:#444;color:#999}.tp-dark .tp-edit-cancel:hover{background:#333}.block-menu-tooltip{position:fixed;transform:translate(-50%);padding:4px 8px;background:#1f2937;color:#fff;font-size:12px;font-weight:500;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:99999;box-shadow:0 4px 12px #0003}.block-menu-tooltip:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #1f2937}.block-menu-panel{--bmp-bg: var(--editor-bg-primary, #ffffff);--bmp-border: var(--editor-border, #e5e7eb);--bmp-shadow: rgba(0, 0, 0, .1);--bmp-text: var(--editor-text-primary, #374151);--bmp-text-secondary: var(--editor-text-secondary, #6b7280);--bmp-text-muted: var(--editor-text-tertiary, #9ca3af);--bmp-hover: var(--editor-bg-hover, #f3f4f6);--bmp-divider: var(--editor-divider, #e5e7eb);--bmp-active-bg: var(--editor-accent-bg, rgba(59, 130, 246, .12));--bmp-active-color: var(--editor-accent, #3b82f6)}.block-menu-panel{background:var(--bmp-bg);border:1px solid var(--bmp-border);border-radius:12px;box-shadow:0 4px 20px var(--bmp-shadow);padding:8px;min-width:250px;max-height:420px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent;color:var(--bmp-text)}.block-menu-panel.bmp-dark{scrollbar-color:rgba(255,255,255,.15) transparent}.block-menu-panel .toolbar-section{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:4px 8px 10px}.block-menu-panel .toolbar-item{width:32px;height:32px;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:all .15s ease;color:var(--bmp-text)}.block-menu-panel .toolbar-item:hover{background:var(--bmp-hover)}.block-menu-panel .toolbar-item.is-active{background:var(--bmp-active-bg);color:var(--bmp-active-color)}.block-menu-panel .toolbar-item .heading-text{font-size:13px;font-weight:500}.block-menu-panel .menu-divider{height:1px;background:var(--bmp-divider);margin:0 4px 8px}.block-menu-panel .section-title{font-size:11px;font-weight:500;color:var(--bmp-text-muted);text-transform:uppercase;letter-spacing:.5px;padding:0 6px 6px}.block-menu-panel .list-section{display:flex;flex-direction:column;gap:2px}.block-menu-panel .list-item{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:6px;cursor:pointer;transition:all .15s ease}.block-menu-panel .list-item:hover{background:var(--bmp-hover)}.block-menu-panel .list-item.is-active{background:var(--bmp-active-bg)}.block-menu-panel .list-item-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.block-menu-panel .list-item-icon.cyan{color:#0d9488}.block-menu-panel .list-item-icon.blue{color:#2563eb}.block-menu-panel .list-item-icon.gray{color:#4b5563}.block-menu-panel .list-item-icon.green{color:#16a34a}.block-menu-panel .list-item-icon.purple{color:#7c3aed}.block-menu-panel .list-item-icon.pink{color:#db2777}.block-menu-panel .list-item-icon.orange{color:#ea580c}.block-menu-panel .list-item-icon.amber{color:#d97706}.block-menu-panel .list-item-icon.indigo{color:#4f46e5}.block-menu-panel .list-item-content{display:flex;flex-direction:column;gap:2px;min-width:0}.block-menu-panel .list-item-title{font-size:13px;font-weight:500;color:var(--bmp-text)}.block-menu-panel .list-item-desc{font-size:11px;color:var(--bmp-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.block-menu-panel.bmp-dark{--bmp-bg: #1e1e1e;--bmp-border: #333333;--bmp-shadow: rgba(0, 0, 0, .3);--bmp-text: #d0d3d8;--bmp-text-secondary: #cccccc;--bmp-text-muted: #888888;--bmp-hover: rgba(255, 255, 255, .06);--bmp-divider: #333333;--bmp-active-bg: rgba(59, 130, 246, .15);--bmp-active-color: #60a5fa}.block-menu-panel.bmp-dark .list-item-icon.cyan{color:#2dd4bf}.block-menu-panel.bmp-dark .list-item-icon.blue{color:#60a5fa}.block-menu-panel.bmp-dark .list-item-icon.gray{color:#9ca3af}.block-menu-panel.bmp-dark .list-item-icon.green{color:#4ade80}.block-menu-panel.bmp-dark .list-item-icon.purple{color:#a78bfa}.block-menu-panel.bmp-dark .list-item-icon.pink{color:#f472b6}.block-menu-panel.bmp-dark .list-item-icon.orange{color:#fb923c}.block-menu-panel.bmp-dark .list-item-icon.amber{color:#fbbf24}.block-menu-panel.bmp-dark .list-item-icon.indigo{color:#818cf8}.block-menu-panel .template-trigger{position:relative}.block-menu-panel .list-item-arrow{color:var(--bmp-text-muted);flex-shrink:0;margin-left:auto}.template-sub-wrapper{position:fixed;z-index:99999}.plus-menu[data-v-8f91eed6]{position:relative}.menu-overlay[data-v-8f91eed6]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99}.menu-wrapper[data-v-8f91eed6]{position:absolute;top:100%;left:0;margin-top:4px;z-index:100}.ai-image-input-panel[data-v-8f91eed6]{background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border, #e5e7eb);border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:16px;min-width:280px}.ai-image-header[data-v-8f91eed6]{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;color:var(--editor-text-primary, #374151)}.ai-image-icon[data-v-8f91eed6]{color:#a855f7}.ai-image-textarea[data-v-8f91eed6]{width:100%;padding:10px 12px;font-size:14px;font-family:inherit;color:var(--editor-text-primary, #374151);background:var(--editor-bg-secondary, #f9fafb);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;resize:none;outline:none;transition:all .2s ease;box-sizing:border-box}.ai-image-textarea[data-v-8f91eed6]:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.ai-image-textarea[data-v-8f91eed6]::placeholder{color:var(--editor-text-tertiary, #9ca3af)}.ai-image-actions[data-v-8f91eed6]{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.ai-btn[data-v-8f91eed6]{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;border:none}.ai-btn-cancel[data-v-8f91eed6]{background:var(--editor-bg-tertiary, #f3f4f6);color:var(--editor-text-secondary, #6b7280)}.ai-btn-cancel[data-v-8f91eed6]:hover{background:var(--editor-bg-hover, #e5e7eb)}.ai-btn-generate[data-v-8f91eed6]{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff}.ai-btn-generate[data-v-8f91eed6]:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ai-btn-generate[data-v-8f91eed6]:disabled{opacity:.5;cursor:not-allowed}.ai-image-hint[data-v-8f91eed6]{margin-top:10px;font-size:11px;color:var(--editor-text-tertiary, #9ca3af);text-align:center}.ai-image-hint kbd[data-v-8f91eed6]{display:inline-block;padding:2px 5px;font-size:10px;font-family:inherit;background:var(--editor-bg-tertiary, #f3f4f6);border:1px solid var(--editor-border, #e5e7eb);border-radius:3px;margin:0 2px}.code-block-wrapper[data-v-c6916a41]{position:relative;margin:1em 0;background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border-light, rgba(0, 0, 0, .08));border-radius:12px;overflow:visible;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #00000008}.code-block-wrapper[data-v-c6916a41]:hover{border-color:var(--editor-border-hover, rgba(0, 0, 0, .12));box-shadow:0 4px 12px #0000000a}.handle-container[data-v-c6916a41]{display:flex;align-items:center;position:absolute;left:-34px;top:8px;height:24px;gap:4px;opacity:0;transition:opacity .2s ease;padding-right:6px;-webkit-user-select:none;user-select:none;z-index:20}.handle-container.in-list[data-v-c6916a41]{left:-60px}.handle-container.visible[data-v-c6916a41]{opacity:1}.handle-btn[data-v-c6916a41]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.handle-btn[data-v-c6916a41]:hover{background-color:var(--editor-bg-hover);color:var(--editor-text-secondary);transform:scale(1.1)}.block-type-svg[data-v-c6916a41]{opacity:.7;color:var(--editor-text-tertiary)}.block-menu[data-v-c6916a41]{position:absolute;top:100%;left:0;z-index:50}.code-block-header[data-v-c6916a41]{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 14px 2px;background:transparent;border-bottom:none;border-radius:12px 12px 0 0}.code-description[data-v-c6916a41]{flex:1;padding:6px 12px;font-size:.85em;color:var(--editor-text-secondary);background:transparent;border:1px solid transparent;border-radius:6px;outline:none;transition:all .2s ease}.code-description[data-v-c6916a41]::placeholder{color:var(--editor-text-tertiary)}.code-description[data-v-c6916a41]:hover{border-color:var(--editor-border)}.code-description[data-v-c6916a41]:focus{border-color:var(--editor-accent);box-shadow:0 0 0 3px var(--editor-accent-bg);background:var(--editor-bg-primary)}.code-description[data-v-c6916a41]::placeholder{color:var(--editor-text-placeholder)}.code-description-readonly[data-v-c6916a41]{flex:1;padding:5px 10px;font-size:.85em;color:var(--editor-text-tertiary);font-style:italic}.header-actions[data-v-c6916a41]{display:flex;align-items:center;gap:8px}.language-selector[data-v-c6916a41]{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:6px 12px;font-size:.8em;font-weight:500;color:var(--editor-text-secondary);background-color:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;outline:none;display:flex;align-items:center;gap:4px;justify-content:flex-end}.language-selector[data-v-c6916a41]:hover{border-color:var(--editor-border);background-color:var(--editor-bg-hover)}.language-selector[data-v-c6916a41]:focus{border-color:var(--editor-accent);box-shadow:0 0 0 3px var(--editor-accent-bg)}.language-selector-wrapper[data-v-c6916a41]{position:relative}.dropdown-arrow[data-v-c6916a41]{transition:transform .2s ease;color:var(--editor-text-tertiary)}.dropdown-arrow.open[data-v-c6916a41]{transform:rotate(180deg)}.language-dropdown[data-v-c6916a41]{position:absolute;top:100%;right:0;margin-top:4px;z-index:1000}.language-dropdown-overlay[data-v-c6916a41]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.language-dropdown-list[data-v-c6916a41]{background:var(--editor-bg-primary);border:1px solid var(--editor-border);border-radius:8px;box-shadow:0 8px 24px #0000001f;max-height:200px;overflow-y:auto;min-width:120px}.language-option[data-v-c6916a41]{padding:8px 12px;font-size:.8em;color:var(--editor-text-primary);cursor:pointer;transition:all .15s ease}.language-option[data-v-c6916a41]:hover{background-color:var(--editor-bg-hover)}.language-option.active[data-v-c6916a41]{background-color:var(--editor-accent-bg);color:var(--editor-accent);font-weight:600}.language-dropdown-list[data-v-c6916a41]::-webkit-scrollbar{width:4px}.language-dropdown-list[data-v-c6916a41]::-webkit-scrollbar-track{background:transparent}.language-dropdown-list[data-v-c6916a41]::-webkit-scrollbar-thumb{background:var(--editor-border);border-radius:2px}.language-dropdown-list[data-v-c6916a41]::-webkit-scrollbar-thumb:hover{background:var(--editor-text-tertiary)}.language-label[data-v-c6916a41]{font-size:.8em;font-weight:500;color:var(--editor-text-secondary);padding:6px 12px;background:transparent;border:1px solid transparent;border-radius:6px}.copy-button[data-v-c6916a41]{padding:8px;font-size:.75em;font-weight:600;color:var(--editor-text-secondary);background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.copy-button[data-v-c6916a41]:hover{background:var(--editor-bg-hover);border-color:var(--editor-border);transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.copy-button[data-v-c6916a41]:active{background:var(--editor-bg-active);border-color:var(--editor-border);transform:translateY(0)}.copy-button.copied[data-v-c6916a41]{color:#10b981;background:transparent;border-color:#10b981}.copy-button.copied[data-v-c6916a41]:hover{background:#10b9811a;border-color:#059669}.code-content-clip[data-v-c6916a41]{overflow:hidden;border-radius:0 0 12px 12px}.code-block-wrapper pre[data-v-c6916a41]{margin:0;padding:12px 16px 16px;overflow-x:auto;background:transparent;font-size:13px}.code-block-wrapper pre code[data-v-c6916a41]{background:none;padding:0;font-family:var(--editor-font-family-mono, "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", "IBM Plex Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace);font-size:14px;line-height:1.7;color:var(--editor-code-text);font-variant-ligatures:normal;font-feature-settings:"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-weight:400;letter-spacing:.02em}.code-block-wrapper pre[data-v-c6916a41]::-webkit-scrollbar{height:8px}.code-block-wrapper pre[data-v-c6916a41]::-webkit-scrollbar-track{background:transparent}.code-block-wrapper pre[data-v-c6916a41]::-webkit-scrollbar-thumb{background:var(--editor-border);border-radius:4px}.code-block-wrapper pre[data-v-c6916a41]::-webkit-scrollbar-thumb:hover{background:var(--editor-text-tertiary)}.code-block-wrapper pre[data-language][data-v-c6916a41]:before{display:none}.theme-dark .code-block-wrapper[data-v-c6916a41]{background:#ffffff08;border-color:#ffffff14}.theme-dark .code-block-header[data-v-c6916a41]{background:transparent;border-bottom:none}.theme-dark .code-block-wrapper[data-v-c6916a41]:hover{border-color:#ffffff26}.block-action-wrapper[data-v-a86d9db0]{display:flex;position:relative;margin:2px 0}.handle-container[data-v-a86d9db0]{display:flex;align-items:center;position:absolute;left:-34px;top:0;height:24px;gap:4px;opacity:0;transition:opacity .2s ease;padding-right:6px;-webkit-user-select:none;user-select:none}.handle-container.in-list[data-v-a86d9db0]{left:-60px}.handle-container.visible[data-v-a86d9db0]{opacity:1}.handle-btn[data-v-a86d9db0]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.handle-btn[data-v-a86d9db0]:hover{background-color:var(--editor-bg-hover);color:var(--editor-text-secondary);transform:scale(1.1)}.block-type-icon[data-v-a86d9db0]{font-size:12px;font-weight:600;line-height:1}.block-type-icon.heading-icon[data-v-a86d9db0]{font-size:11px}.block-type-svg[data-v-a86d9db0]{opacity:.7}.block-content[data-v-a86d9db0]{flex:1}.block-menu[data-v-a86d9db0]{position:absolute;top:100%;left:0;z-index:50}.color-block-wrapper[data-v-b451a37e]{position:relative;border-radius:16px;padding:16px 20px;margin:12px 0;transition:all .2s ease;border:1px solid}.color-block-wrapper.color-gray[data-v-b451a37e]{background-color:#f6f6f5;color:#5c5c5c;border-color:#a0a0a0}.color-block-wrapper.color-blue[data-v-b451a37e]{background-color:#eff6ff;color:#2563eb;border-color:#bfdbfe}.color-block-wrapper.color-cyan[data-v-b451a37e]{background-color:#ecfeff;color:#0891b2;border-color:#67e8f9}.color-block-wrapper.color-green[data-v-b451a37e]{background-color:#f0fdf4;color:#16a34a;border-color:#86efac}.color-block-wrapper.color-lime[data-v-b451a37e]{background-color:#f7fee7;color:#65a30d;border-color:#bef264}.color-block-wrapper.color-yellow[data-v-b451a37e]{background-color:#fefce8;color:#ca8a04;border-color:#fde047}.color-block-wrapper.color-cream[data-v-b451a37e]{background-color:#fffbeb;color:#b45309;border-color:#fcd34d}.color-block-wrapper.color-orange[data-v-b451a37e]{background-color:#fff7ed;color:#ea580c;border-color:#fdba74}.color-block-wrapper.color-pink[data-v-b451a37e]{background-color:#fdf2f8;color:#db2777;border-color:#f9a8d4}.color-block-wrapper.color-purple[data-v-b451a37e]{background-color:#faf5ff;color:#9333ea;border-color:#d8b4fe}.color-picker-bar[data-v-b451a37e]{position:absolute;left:50%;transform:translate(-50%);bottom:100%;margin-bottom:6px;display:flex;gap:4px;padding:5px 8px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 2px 12px #00000014;z-index:100}.color-option[data-v-b451a37e]{width:20px;height:20px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid rgba(128,128,128,.2);transition:transform .15s ease,box-shadow .15s ease}.color-option.option-gray[data-v-b451a37e]{background-color:#f6f6f5}.color-option.option-blue[data-v-b451a37e]{background-color:#eef6ff}.color-option.option-cyan[data-v-b451a37e]{background-color:#ecfeff}.color-option.option-green[data-v-b451a37e]{background-color:#f0fdf4}.color-option.option-lime[data-v-b451a37e]{background-color:#f7fee7}.color-option.option-yellow[data-v-b451a37e]{background-color:#fefce8}.color-option.option-cream[data-v-b451a37e]{background-color:#fffbeb}.color-option.option-orange[data-v-b451a37e]{background-color:#fff7ed}.color-option.option-pink[data-v-b451a37e]{background-color:#fdf2f8}.color-option.option-purple[data-v-b451a37e]{background-color:#faf5ff}.color-option[data-v-b451a37e]:hover{transform:scale(1.1);box-shadow:0 2px 6px #0000001f}.color-option.active[data-v-b451a37e]{border-color:#80808066}.check-icon[data-v-b451a37e]{width:12px;height:12px;color:var(--editor-text-tertiary, rgba(128, 128, 128, .8))}.color-block-content[data-v-b451a37e]{min-height:1.5em}.color-block-content[data-v-b451a37e] p{margin:0}.color-block-content[data-v-b451a37e] p+p{margin-top:.5em}.color-block-content[data-v-b451a37e] .is-empty:before{display:none!important}.link-card-block-wrapper[data-v-772fe97b]{position:relative;margin:12px 0}.link-card[data-v-772fe97b]{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border-light, rgba(0, 0, 0, .06));border-radius:12px;box-shadow:0 1px 2px #00000005;text-decoration:none;color:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.link-card[data-v-772fe97b]:hover{background:var(--editor-bg-secondary, #fafafa);border-color:var(--editor-border, rgba(0, 0, 0, .08));box-shadow:0 4px 12px #0000000d}.link-card-icon[data-v-772fe97b]{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--editor-text-secondary, #6b7280)}.link-card-content[data-v-772fe97b]{flex:1;min-width:0;overflow:hidden}.link-card-title[data-v-772fe97b]{font-size:14px;font-weight:500;color:var(--editor-text-primary, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.link-card-url[data-v-772fe97b]{font-size:12px;color:var(--editor-text-tertiary, #9ca3af);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.link-card-arrow[data-v-772fe97b]{flex-shrink:0;color:var(--editor-text-tertiary, #9ca3af);transition:transform .2s ease}.link-card:hover .link-card-arrow[data-v-772fe97b]{transform:translate(2px);color:var(--editor-accent, #3b82f6)}.link-toolbar[data-v-772fe97b]{position:absolute;top:-44px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:2px;padding:4px 6px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 2px 12px #0000001a;opacity:0;visibility:hidden;transition:all .15s ease;z-index:100}.link-card-block-wrapper:hover .link-toolbar[data-v-772fe97b]{opacity:1;visibility:visible}.toolbar-btn[data-v-772fe97b]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary, #9ca3af);transition:all .15s ease}.toolbar-btn[data-v-772fe97b]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .06));color:var(--editor-text-secondary, #4b5563)}.toolbar-btn.delete-btn[data-v-772fe97b]:hover{background:#ef44441a;color:#ef4444}.toolbar-divider[data-v-772fe97b]{width:1px;height:16px;background:var(--editor-border, #e5e7eb);margin:0 4px}.link-editor-popup[data-v-772fe97b]{position:absolute;top:100%;left:0;margin-top:8px;padding:16px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:200;min-width:300px}.editor-field[data-v-772fe97b]{margin-bottom:12px}.editor-field label[data-v-772fe97b]{display:block;font-size:12px;font-weight:500;color:var(--editor-text-secondary, #6b7280);margin-bottom:4px}.editor-field input[data-v-772fe97b]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border, #e5e7eb);border-radius:6px;font-size:14px;background:var(--editor-bg-primary, #fff);color:var(--editor-text-primary, #1f2937);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.editor-field input[data-v-772fe97b]:focus{border-color:var(--editor-accent, #3b82f6);box-shadow:0 0 0 3px var(--editor-accent-bg, rgba(59, 130, 246, .1))}.editor-field input[data-v-772fe97b]::placeholder{color:var(--editor-text-placeholder, #d1d5db)}.editor-actions[data-v-772fe97b]{display:flex;justify-content:flex-end;gap:8px}.btn-cancel[data-v-772fe97b],.btn-save[data-v-772fe97b]{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-cancel[data-v-772fe97b]{background:transparent;border:1px solid var(--editor-border, #e5e7eb);color:var(--editor-text-secondary, #6b7280)}.btn-cancel[data-v-772fe97b]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04))}.btn-save[data-v-772fe97b]{background:var(--editor-accent, #3b82f6);border:none;color:#fff}.btn-save[data-v-772fe97b]:hover{opacity:.9}.btn-save[data-v-772fe97b]:disabled{opacity:.5;cursor:not-allowed}.theme-dark .link-card[data-v-772fe97b]{background:#262626;border-color:#404040}.theme-dark .link-card[data-v-772fe97b]:hover{background:#2a2a2a;border-color:#525252}.theme-dark .link-card-icon[data-v-772fe97b]{background:#3b82f626;color:#60a5fa}.link-inline-wrapper[data-v-551359ac]{position:relative;display:inline}.link-inline[data-v-551359ac]{color:var(--editor-accent, #3b82f6);text-decoration:none;cursor:pointer;transition:all .15s ease;font-weight:500}.link-inline[data-v-551359ac]:hover{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.link-editor-popup[data-v-551359ac]{position:absolute;top:100%;left:0;margin-top:8px;padding:16px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:10px;box-shadow:0 4px 20px #0000001f;z-index:200;min-width:300px}.editor-field[data-v-551359ac]{margin-bottom:12px}.editor-field label[data-v-551359ac]{display:block;font-size:12px;font-weight:500;color:var(--editor-text-secondary, #6b7280);margin-bottom:4px}.editor-field input[data-v-551359ac]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border, #e5e7eb);border-radius:6px;font-size:14px;background:var(--editor-bg-primary, #fff);color:var(--editor-text-primary, #1f2937);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.editor-field input[data-v-551359ac]:focus{border-color:var(--editor-accent, #3b82f6);box-shadow:0 0 0 3px var(--editor-accent-bg, rgba(59, 130, 246, .1))}.editor-field input[data-v-551359ac]::placeholder{color:var(--editor-text-placeholder, #d1d5db)}.editor-actions[data-v-551359ac]{display:flex;justify-content:flex-end;gap:8px}.btn-cancel[data-v-551359ac],.btn-save[data-v-551359ac]{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-cancel[data-v-551359ac]{background:transparent;border:1px solid var(--editor-border, #e5e7eb);color:var(--editor-text-secondary, #6b7280)}.btn-cancel[data-v-551359ac]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04))}.btn-save[data-v-551359ac]{background:var(--editor-accent, #3b82f6);border:none;color:#fff}.btn-save[data-v-551359ac]:hover{opacity:.9}.btn-save[data-v-551359ac]:disabled{opacity:.5;cursor:not-allowed}.link-toolbar[data-v-551359ac]{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:6px;display:flex;align-items:center;gap:2px;padding:4px 6px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 2px 12px #0000001a;opacity:0;visibility:hidden;transition:all .15s ease;z-index:100;white-space:nowrap}.link-inline-wrapper:hover .link-toolbar[data-v-551359ac]{opacity:1;visibility:visible}.toolbar-btn[data-v-551359ac]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary, #9ca3af);transition:all .15s ease}.toolbar-btn[data-v-551359ac]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .06));color:var(--editor-text-secondary, #4b5563)}.toolbar-btn.delete-btn[data-v-551359ac]:hover{background:#ef44441a;color:#ef4444}.toolbar-divider[data-v-551359ac]{width:1px;height:16px;background:var(--editor-border, #e5e7eb);margin:0 4px}.video-embed-block-wrapper[data-v-47b47c4d]{position:relative;margin:16px 0}.video-player[data-v-47b47c4d]{position:relative;border-radius:12px;overflow:hidden;background:#000}.video-container[data-v-47b47c4d]{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe[data-v-47b47c4d]{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-platform-badge[data-v-47b47c4d]{position:absolute;top:12px;left:12px;z-index:10;display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transition:opacity .2s ease;pointer-events:none}.video-embed-block-wrapper:hover .video-platform-badge[data-v-47b47c4d]{opacity:1}.video-platform-badge.platform-bilibili[data-v-47b47c4d]{background:#fb7299d9;color:#fff}.video-platform-badge.platform-youtube[data-v-47b47c4d]{background:#f00c;color:#fff}.video-platform-badge.platform-unknown[data-v-47b47c4d]{background:#6b7280cc;color:#fff}.video-empty[data-v-47b47c4d]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px 24px;background:var(--editor-bg-secondary, #f9fafb);border:2px dashed var(--editor-border, #e5e7eb);border-radius:12px;cursor:pointer;transition:all .2s ease}.video-empty[data-v-47b47c4d]:hover{background:var(--editor-bg-tertiary, #f3f4f6);border-color:var(--editor-accent, #3b82f6)}.video-empty-icon[data-v-47b47c4d]{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--editor-accent-bg, rgba(59, 130, 246, .1));border-radius:12px;color:var(--editor-accent, #3b82f6)}.video-empty-text[data-v-47b47c4d]{font-size:14px;font-weight:500;color:var(--editor-text-primary, #1f2937)}.video-empty-hint[data-v-47b47c4d]{font-size:12px;color:var(--editor-text-tertiary, #9ca3af)}.video-toolbar[data-v-47b47c4d]{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:2px;padding:4px 6px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;box-shadow:0 2px 12px #00000026;opacity:0;visibility:hidden;transition:all .15s ease;z-index:20}.video-embed-block-wrapper:hover .video-toolbar[data-v-47b47c4d]{opacity:1;visibility:visible}.toolbar-btn[data-v-47b47c4d]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:var(--editor-text-secondary, #6b7280);transition:all .15s ease}.toolbar-btn[data-v-47b47c4d]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04));color:var(--editor-text-primary, #1f2937)}.toolbar-btn.delete-btn[data-v-47b47c4d]:hover{background:#fee2e2;color:#dc2626}.video-editor-popup[data-v-47b47c4d]{padding:20px;background:var(--editor-bg-primary, #fff);border:1px solid var(--editor-border, #e5e7eb);border-radius:12px;box-shadow:0 4px 24px #0000001f}.editor-header[data-v-47b47c4d]{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:600;color:var(--editor-text-primary, #1f2937)}.editor-header-icon[data-v-47b47c4d]{color:var(--editor-accent, #3b82f6)}.editor-field[data-v-47b47c4d]{margin-bottom:12px}.editor-field label[data-v-47b47c4d]{display:block;font-size:12px;font-weight:500;color:var(--editor-text-secondary, #6b7280);margin-bottom:6px}.editor-field input[data-v-47b47c4d]{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid var(--editor-border, #e5e7eb);border-radius:8px;font-size:14px;background:var(--editor-bg-primary, #fff);color:var(--editor-text-primary, #1f2937);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.editor-field input[data-v-47b47c4d]:focus{border-color:var(--editor-accent, #3b82f6);box-shadow:0 0 0 3px var(--editor-accent-bg, rgba(59, 130, 246, .1))}.editor-field input[data-v-47b47c4d]::placeholder{color:var(--editor-text-placeholder, #d1d5db)}.editor-preview[data-v-47b47c4d]{display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:12px;background:var(--editor-bg-secondary, #f9fafb);border-radius:8px}.preview-badge[data-v-47b47c4d]{display:flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:600}.preview-badge.platform-bilibili[data-v-47b47c4d]{background:#fb729926;color:#fb7299}.preview-badge.platform-youtube[data-v-47b47c4d]{background:#ff00001a;color:red}.preview-id[data-v-47b47c4d]{font-size:12px;color:var(--editor-text-tertiary, #9ca3af);font-family:monospace}.editor-actions[data-v-47b47c4d]{display:flex;justify-content:flex-end;gap:8px}.btn-cancel[data-v-47b47c4d],.btn-save[data-v-47b47c4d]{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.btn-cancel[data-v-47b47c4d]{background:transparent;border:1px solid var(--editor-border, #e5e7eb);color:var(--editor-text-secondary, #6b7280)}.btn-cancel[data-v-47b47c4d]:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04))}.btn-save[data-v-47b47c4d]{background:var(--editor-accent, #3b82f6);border:none;color:#fff}.btn-save[data-v-47b47c4d]:hover{opacity:.9}.btn-save[data-v-47b47c4d]:disabled{opacity:.5;cursor:not-allowed}.attachment-block-wrapper{position:relative;margin:8px 0}.attachment-card{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--editor-bg-primary, #ffffff);border:1px solid var(--editor-border-light, rgba(0, 0, 0, .06));border-radius:12px;box-shadow:0 1px 2px #00000005;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:default;-webkit-user-select:none;user-select:none}.attachment-card:hover{background:var(--editor-bg-secondary, #fafafa);border-color:var(--editor-border, rgba(0, 0, 0, .08));box-shadow:0 4px 12px #0000000d}.attachment-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--editor-text-secondary, #6b7280)}.attachment-info{flex:1;min-width:0;display:flex;align-items:baseline;gap:8px}.attachment-name{font-size:14px;font-weight:500;color:var(--editor-text-primary, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-size{font-size:12px;color:var(--editor-text-tertiary, #9ca3af);white-space:nowrap;flex-shrink:0}.attachment-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.attachment-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:var(--editor-text-tertiary, #9ca3af);transition:all .15s ease}.attachment-action-btn:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .06));color:var(--editor-text-secondary, #4b5563)}.attachment-action-btn.preview-btn:hover{color:#3b82f6;background:#3b82f61a}.attachment-action-btn.download-btn:hover{color:#16a34a;background:#22c55e1a}.attachment-action-btn.delete-btn:hover{background:#ef44441a;color:#ef4444}.attachment-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:40px}.attachment-preview-modal{background:var(--editor-bg-primary, #ffffff);border-radius:16px;box-shadow:0 24px 80px #0003;display:flex;flex-direction:column;max-width:900px;max-height:80vh;width:100%;overflow:hidden}.preview-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--editor-border, #e5e7eb);gap:16px}.preview-header-info{display:flex;align-items:center;gap:10px;min-width:0;color:var(--editor-text-secondary, #6b7280)}.preview-title{font-size:14px;font-weight:600;color:var(--editor-text-primary, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-size{font-size:12px;color:var(--editor-text-tertiary, #9ca3af);white-space:nowrap}.preview-header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.preview-action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:var(--editor-text-secondary, #6b7280);transition:all .15s ease}.preview-action-btn:hover{background:var(--editor-bg-hover, rgba(0, 0, 0, .04));color:var(--editor-text-primary, #1f2937)}.preview-action-btn.close-btn:hover{background:#fee2e2;color:#dc2626}.preview-body{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;padding:24px;min-height:200px}.preview-image{max-width:100%;max-height:60vh;border-radius:8px;object-fit:contain}.preview-iframe{width:100%;height:60vh;border:none;border-radius:8px}.preview-text-wrapper{width:100%;max-height:60vh;overflow:auto}.preview-text{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:13px;line-height:1.6;color:var(--editor-text-primary, #1f2937);background:var(--editor-bg-secondary, #f9fafb);padding:20px;border-radius:8px;white-space:pre-wrap;word-break:break-all;margin:0}.preview-video{max-width:100%;max-height:60vh;border-radius:8px}.preview-audio{width:100%;max-width:400px}.preview-loading{color:var(--editor-text-tertiary, #9ca3af);font-size:14px}.preview-unsupported{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;color:var(--editor-text-tertiary, #9ca3af)}.preview-unsupported p{margin:0;font-size:14px}.preview-download-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--editor-accent, #3b82f6);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.preview-download-btn:hover{opacity:.9;transform:translateY(-1px)}.theme-dark .attachment-card{background:#262626;border-color:#404040}.theme-dark .attachment-card:hover{background:#2a2a2a;border-color:#525252}.theme-dark .attachment-name{color:#d0d3d8}.theme-dark .attachment-size{color:#888}.theme-dark .attachment-action-btn{background:transparent;color:#888}.theme-dark .attachment-action-btn:hover{background:#ffffff1a;color:#eee}.theme-dark .attachment-action-btn.preview-btn:hover{color:#60a5fa;background:#3b82f626}.theme-dark .attachment-action-btn.download-btn:hover{color:#4ade80;background:#22c55e26}.theme-dark .attachment-action-btn.delete-btn:hover{background:#dc262626;color:#ef4444;border-color:#dc26264d}.theme-dark .attachment-preview-modal{background:#1e1e1e}.theme-dark .preview-header{border-color:#333}.theme-dark .preview-title{color:#d0d3d8}.theme-dark .preview-text{background:#262626;color:#d0d3d8}.theme-dark .attachment-icon.icon-image{background:#f9731626;color:#fb923c}.theme-dark .attachment-icon.icon-pdf{background:#ef444426;color:#f87171}.theme-dark .attachment-icon.icon-text{background:#3b82f626;color:#60a5fa}.theme-dark .attachment-icon.icon-video{background:#ec489926;color:#f472b6}.theme-dark .attachment-icon.icon-audio{background:#8b5cf626;color:#a78bfa}.theme-dark .attachment-icon.icon-spreadsheet{background:#22c55e26;color:#4ade80}.theme-dark .attachment-icon.icon-archive{background:#f59e0b26;color:#fbbf24}.theme-dark .attachment-icon.icon-generic{background:#9ca3af26;color:#9ca3af}.streaming-preview-wrapper[data-v-b86f4e84]{position:relative;display:block;padding:0!important;margin:0!important;border:none!important;background:transparent!important}.streaming-preview-wrapper.is-streaming[data-v-b86f4e84]{background:transparent!important}.thinking-indicator[data-v-b86f4e84]{display:flex;align-items:center;gap:8px;padding:12px 0;color:var(--editor-text-secondary, #6b7280)}.thinking-dot[data-v-b86f4e84]{width:6px;height:6px;border-radius:50%;background:var(--editor-accent, #3b82f6);animation:thinking-pulse-b86f4e84 1.4s ease-in-out infinite}.thinking-dot[data-v-b86f4e84]:nth-child(1){animation-delay:0s}.thinking-dot[data-v-b86f4e84]:nth-child(2){animation-delay:.2s}.thinking-dot[data-v-b86f4e84]:nth-child(3){animation-delay:.4s}@keyframes thinking-pulse-b86f4e84{0%,80%,to{opacity:.3;transform:scale(1)}40%{opacity:1;transform:scale(1.2)}}.thinking-text[data-v-b86f4e84]{font-size:14px;font-style:italic}.streaming-preview-wrapper.show-buttons[data-v-b86f4e84]{padding:12px!important;margin:8px 0!important;border:1px dashed var(--editor-accent, #3b82f6)!important;border-radius:8px;background:var(--editor-accent-bg, rgba(59, 130, 246, .05))!important}.confirm-buttons[data-v-b86f4e84]{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--editor-border, #e5e7eb)}.confirm-btn[data-v-b86f4e84]{display:flex;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.confirm-btn.accept[data-v-b86f4e84]{background:#10b981;color:#fff}.confirm-btn.accept[data-v-b86f4e84]:hover{background:#059669}.confirm-btn.reject[data-v-b86f4e84]{background:var(--editor-bg-secondary, #f3f4f6);color:var(--editor-text-secondary, #6b7280);border:1px solid var(--editor-border, #e5e7eb)}.confirm-btn.reject[data-v-b86f4e84]:hover{background:var(--editor-bg-tertiary, #e5e7eb)}.streaming-preview-content[data-v-b86f4e84] p{margin:0;min-height:1.6em;line-height:1.6}.streaming-preview-content[data-v-b86f4e84] h1{font-size:30px;font-weight:700;margin:1.5em 0 .5em;line-height:1.3}.streaming-preview-content[data-v-b86f4e84] h2{font-size:24px;font-weight:600;margin:1.2em 0 .4em;line-height:1.3}.streaming-preview-content[data-v-b86f4e84] h3{font-size:20px;font-weight:600;margin:1em 0 .3em;line-height:1.3}.streaming-preview-content[data-v-b86f4e84] h4{font-size:18px;font-weight:600;margin:1em 0 .3em;line-height:1.3}.streaming-preview-content[data-v-b86f4e84] h5{font-size:16px;font-weight:500;margin:.5em 0 .2em;line-height:1.6}.streaming-preview-content[data-v-b86f4e84] ul,.streaming-preview-content[data-v-b86f4e84] ol{padding-left:24px;margin:.5em 0}.streaming-preview-content[data-v-b86f4e84] li{margin:.1em 0;line-height:1.6}.streaming-preview-content[data-v-b86f4e84] li p{margin:0}.streaming-preview-content[data-v-b86f4e84] blockquote{border-left:3px solid var(--editor-border, #d1d5db);padding-left:1em;margin:.5em 0;color:var(--editor-text-secondary, #6b7280)}.streaming-preview-content[data-v-b86f4e84] pre{position:relative;margin:1em 0;background:var(--editor-bg-secondary, #f3f4f6);border:1px solid var(--editor-border, #e5e7eb);border-radius:6px;overflow:hidden}.streaming-preview-content[data-v-b86f4e84] pre code{display:block;padding:16px;overflow-x:auto;background:var(--editor-code-bg, #1e1e1e);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.6;color:var(--editor-code-text, #d4d4d4)}.streaming-preview-content[data-v-b86f4e84] code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em}.streaming-preview-content[data-v-b86f4e84] p code,.streaming-preview-content[data-v-b86f4e84] li code{background:var(--editor-bg-secondary, rgba(0, 0, 0, .05));padding:.15em .4em;border-radius:4px;font-size:.85em}.streaming-preview-content[data-v-b86f4e84] strong{font-weight:600}.streaming-preview-content[data-v-b86f4e84] em{font-style:italic}.streaming-preview-content[data-v-b86f4e84] hr{border:none;border-top:1px solid var(--editor-border, #e5e7eb);margin:1em 0}.streaming-preview-content[data-v-b86f4e84] table{width:100%;border-collapse:collapse;margin:.5em 0}.streaming-preview-content[data-v-b86f4e84] th,.streaming-preview-content[data-v-b86f4e84] td{border:1px solid var(--editor-border, #e5e7eb);padding:.5em .75em;text-align:left}.streaming-preview-content[data-v-b86f4e84] th{background:var(--editor-bg-secondary, #f9fafb);font-weight:600}.typing-cursor[data-v-b86f4e84]{display:inline-block;width:2px;height:1.2em;background:var(--editor-accent, #3b82f6);margin-left:2px;vertical-align:text-bottom;animation:blink-b86f4e84 1s step-end infinite}@keyframes blink-b86f4e84{0%,50%{opacity:1}51%,to{opacity:0}}.streaming-preview-content[data-v-b86f4e84] .ai-image-placeholder{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px 24px;margin:1em 0;background:linear-gradient(135deg,#667eea20,#764ba220);border:1px solid #e5e7eb;border-radius:12px;width:100%;box-sizing:border-box;aspect-ratio:2 / 1}.streaming-preview-content[data-v-b86f4e84] .ai-image-placeholder.error{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#fca5a5}.streaming-preview-content[data-v-b86f4e84] .ai-image-spinner{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;animation:pulse-b86f4e84 1.5s ease-in-out infinite}.streaming-preview-content[data-v-b86f4e84] .ai-image-spinner:before{content:"🎨"}@keyframes pulse-b86f4e84{0%,to{opacity:.4;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}.streaming-preview-content[data-v-b86f4e84] .ai-image-error-icon{font-size:32px;flex-shrink:0}.streaming-preview-content[data-v-b86f4e84] .ai-image-info{flex:1;min-width:0}.streaming-preview-content[data-v-b86f4e84] .ai-image-title{margin:0 0 4px;font-size:14px;font-weight:600;color:#4b5563}.streaming-preview-content[data-v-b86f4e84] .ai-image-prompt{margin:0;font-size:13px;color:#6b7280;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.streaming-preview-content[data-v-b86f4e84] .ai-image-preview-success{margin:1em 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.streaming-preview-content[data-v-b86f4e84] .ai-image-preview-success img{display:block;width:100%;aspect-ratio:2 / 1;object-fit:cover}.ai-prompt-wrapper[data-v-17b9f027]{margin:8px 0}.ai-prompt-container[data-v-17b9f027]{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;background:var(--editor-bg-secondary);border:1px solid var(--editor-border);border-radius:var(--editor-radius-md, 8px);transition:all .2s ease}.ai-prompt-container[data-v-17b9f027]:focus-within{border-color:var(--editor-accent);box-shadow:0 0 0 3px var(--editor-accent-bg)}.ai-prompt-icon[data-v-17b9f027]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--editor-bg-tertiary);border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);color:var(--editor-text-secondary);flex-shrink:0;margin-top:2px}.ai-prompt-input[data-v-17b9f027]{flex:1;padding:4px 0;font-size:var(--editor-font-size-base, 15px);font-family:var(--editor-font-family);color:var(--editor-text-primary);background:transparent;border:none;outline:none;resize:none;line-height:1.5;min-height:24px;max-height:200px}.ai-prompt-input[data-v-17b9f027]::placeholder{color:var(--editor-text-placeholder)}.ai-prompt-actions[data-v-17b9f027]{display:flex;gap:6px;margin-top:2px}.ai-btn[data-v-17b9f027]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);cursor:pointer;transition:all .15s ease;background:var(--editor-bg-primary);color:var(--editor-text-secondary)}.ai-btn[data-v-17b9f027]:hover:not(:disabled){background:var(--editor-bg-hover);border-color:var(--editor-text-tertiary)}.ai-btn-submit[data-v-17b9f027]:not(:disabled){background:var(--editor-accent);border-color:var(--editor-accent);color:#fff}.ai-btn-submit[data-v-17b9f027]:hover:not(:disabled){opacity:.9}.ai-btn-submit[data-v-17b9f027]:disabled{opacity:.5;cursor:not-allowed}.ai-btn-cancel[data-v-17b9f027]:hover{background:var(--editor-bg-tertiary)}.ai-btn-image[data-v-17b9f027]{color:var(--editor-text-tertiary);transition:all .2s ease}.ai-btn-image[data-v-17b9f027]:hover{color:var(--editor-accent);background:var(--editor-accent-bg);border-color:var(--editor-accent)}.ai-btn-image.is-active[data-v-17b9f027]{background:var(--editor-accent);border-color:var(--editor-accent);color:#fff}.ai-prompt-hint[data-v-17b9f027]{margin-top:6px;font-size:var(--editor-font-size-xs, 12px);color:var(--editor-text-tertiary);text-align:center}.ai-prompt-hint kbd[data-v-17b9f027]{display:inline-block;padding:2px 6px;font-size:11px;font-family:var(--editor-font-family);background:var(--editor-bg-tertiary);border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);margin:0 2px;color:var(--editor-text-secondary)}.ai-image-loader-wrapper[data-v-f8208628]{margin:1em 0;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;transition:all .3s ease}.ai-image-loader-wrapper[data-v-f8208628]:hover{box-shadow:0 4px 12px #0000001a}.ai-image-loader-wrapper.ProseMirror-selectednode[data-v-f8208628]{outline:2px solid var(--editor-accent, #3b82f6);outline-offset:2px}.loader-content[data-v-f8208628]{padding:24px;display:flex;align-items:center;justify-content:center;gap:16px;width:100%;box-sizing:border-box;aspect-ratio:2 / 1}.generating-state[data-v-f8208628]{background:linear-gradient(135deg,#667eea20,#764ba220)}.loader-icon[data-v-f8208628]{flex-shrink:0}.spinner[data-v-f8208628]{width:40px;height:40px;border:3px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin-f8208628 1s linear infinite}@keyframes spin-f8208628{to{transform:rotate(360deg)}}.loader-info[data-v-f8208628]{flex:1;min-width:0}.loader-title[data-v-f8208628]{margin:0 0 4px;font-size:15px;font-weight:600;color:#495057}.loader-prompt[data-v-f8208628]{margin:0;font-size:14px;color:#6c757d;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.success-state[data-v-f8208628]{position:relative;padding:0;flex-direction:column}.preview-image[data-v-f8208628]{width:100%;max-height:300px;object-fit:cover}.success-overlay[data-v-f8208628]{position:absolute;top:0;right:0;bottom:0;left:0;background:#28a745d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;animation:fadeIn-f8208628 .3s ease}.success-icon[data-v-f8208628]{width:48px;height:48px;background:#fff;color:#28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}@keyframes fadeIn-f8208628{0%{opacity:0}to{opacity:1}}.error-state[data-v-f8208628]{background:linear-gradient(135deg,#fff5f5,#fed7d7);flex-wrap:wrap}.error-icon[data-v-f8208628]{color:#e53e3e;flex-shrink:0}.error-info[data-v-f8208628]{flex:1;min-width:200px}.error-title[data-v-f8208628]{margin:0 0 4px;font-size:15px;font-weight:600;color:#c53030}.error-msg[data-v-f8208628]{margin:0 0 4px;font-size:13px;color:#9b2c2c}.error-prompt[data-v-f8208628]{margin:0;font-size:13px;color:#718096;font-style:italic}.error-actions[data-v-f8208628]{display:flex;gap:8px;width:100%;margin-top:12px;padding-top:12px;border-top:1px solid rgba(229,62,62,.2)}.action-btn[data-v-f8208628]{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.retry-btn[data-v-f8208628]{background:#667eea;color:#fff}.retry-btn[data-v-f8208628]:hover{background:#5a67d8;transform:translateY(-1px)}.delete-btn[data-v-f8208628]{background:transparent;color:#718096;border:1px solid #e2e8f0}.delete-btn[data-v-f8208628]:hover{background:#fed7d7;color:#c53030;border-color:#fc8181}.theme-dark{background:linear-gradient(135deg,#2d3748,#1a202c);border-color:#4a5568}.theme-dark{color:#e2e8f0}.theme-dark{color:#a0aec0}.theme-dark{background:linear-gradient(135deg,#667eea30,#764ba230)}.theme-dark{background:linear-gradient(135deg,#742a2a30,#9b2c2c20)}.theme-dark{border-color:#4a5568;color:#a0aec0}.theme-dark{background:#742a2a;color:#fc8181}.ai-image-prompt-wrapper[data-v-db0149ab]{margin:8px 0}.ai-image-prompt-container[data-v-db0149ab]{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;background:var(--editor-bg-secondary);border:1px solid #a855f7;border-radius:var(--editor-radius-md, 8px);transition:all .2s ease}.ai-image-prompt-container[data-v-db0149ab]:focus-within{box-shadow:0 0 0 3px #a855f726}.ai-image-prompt-icon[data-v-db0149ab]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:var(--editor-radius-sm, 4px);color:#fff;flex-shrink:0;margin-top:2px}.ai-image-prompt-input[data-v-db0149ab]{flex:1;padding:4px 0;font-size:var(--editor-font-size-base, 15px);font-family:var(--editor-font-family);color:var(--editor-text-primary);background:transparent;border:none;outline:none;resize:none;line-height:1.5;min-height:24px;max-height:200px}.ai-image-prompt-input[data-v-db0149ab]::placeholder{color:var(--editor-text-placeholder)}.ai-image-prompt-actions[data-v-db0149ab]{display:flex;gap:6px;margin-top:2px}.ai-btn[data-v-db0149ab]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);cursor:pointer;transition:all .15s ease;background:var(--editor-bg-primary);color:var(--editor-text-secondary)}.ai-btn[data-v-db0149ab]:hover:not(:disabled){background:var(--editor-bg-hover);border-color:var(--editor-text-tertiary)}.ai-btn-submit[data-v-db0149ab]:not(:disabled){background:linear-gradient(135deg,#7c3aed,#a855f7);border-color:#a855f7;color:#fff}.ai-btn-submit[data-v-db0149ab]:hover:not(:disabled){opacity:.9}.ai-btn-submit[data-v-db0149ab]:disabled{opacity:.5;cursor:not-allowed}.ai-btn-cancel[data-v-db0149ab]:hover{background:var(--editor-bg-tertiary)}.ai-image-prompt-hint[data-v-db0149ab]{margin-top:6px;font-size:var(--editor-font-size-xs, 12px);color:var(--editor-text-tertiary);text-align:center}.ai-image-prompt-hint kbd[data-v-db0149ab]{display:inline-block;padding:2px 6px;font-size:11px;font-family:var(--editor-font-family);background:var(--editor-bg-tertiary);border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm, 4px);margin:0 2px;color:var(--editor-text-secondary)}.emoji-picker-wrapper[data-v-2052d464]{background:var(--editor-bg-primary, #ffffff);border-radius:12px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.emoji-picker-wrapper[data-v-2052d464] .v3-emoji-picker{border:none;box-shadow:none;background:var(--editor-bg-primary, #ffffff);color:var(--editor-text-primary, #374151)}.emoji-picker-wrapper[data-v-2052d464] .v3-header{background:var(--editor-bg-primary, #ffffff);border-bottom:1px solid var(--editor-border, #e5e7eb)}.emoji-picker-wrapper[data-v-2052d464] .v3-search{background:var(--editor-bg-secondary, #f9fafb);border:1px solid var(--editor-border, #e5e7eb);color:var(--editor-text-primary, #374151)}.emoji-picker-wrapper[data-v-2052d464] .v3-search:focus{border-color:var(--editor-accent, #3b82f6);outline:none}.emoji-picker-wrapper[data-v-2052d464] .v3-body{background:var(--editor-bg-primary, #ffffff)}.emoji-picker-wrapper[data-v-2052d464] .v3-emoji:hover{background:var(--editor-bg-hover, #f3f4f6)}.mention-node-wrapper{display:inline}.mention-node{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:4px;background-color:#37352f0f;color:#37352f;cursor:pointer;font-size:.95em;line-height:1.5;vertical-align:baseline;transition:background-color .15s ease;text-decoration:none}.mention-node:hover{background-color:#37352f1f}.mention-icon{display:inline-flex;align-items:center;flex-shrink:0;opacity:.7}.theme-dark .mention-node,.dark .mention-node{background-color:#ffffff14;color:#ffffffe6}.theme-dark .mention-node:hover,.dark .mention-node:hover{background-color:#ffffff24}.mention-list{background:var(--editor-background, #ffffff);border:1px solid var(--editor-border-color, #e9e9e7);border-radius:8px;box-shadow:0 4px 16px #0000001f,0 0 0 1px #0000000a;width:320px;max-height:380px;display:flex;flex-direction:column;overflow:hidden;font-size:14px}.mention-search{padding:10px 10px 6px}.mention-search-wrapper{display:flex;align-items:center;background:transparent;padding:8px 4px;transition:border-color .15s;border:none;border-bottom:1px solid rgba(55,53,47,.06)}.mention-search-wrapper:hover{background:transparent}.mention-search-wrapper:focus-within{background:transparent;border-bottom-color:#37352f26}.search-icon{color:var(--editor-text-color, #37352f);opacity:.5;margin-right:8px;flex-shrink:0}.mention-search-input{width:100%;border:none;background:transparent;font-size:13px;color:var(--editor-text-color, #37352f);outline:none;box-sizing:border-box;padding:0}.mention-search-input::placeholder{color:#37352f66}.mention-tabs{display:flex;padding:0 4px}.mention-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 6px;border:none;background:none;cursor:pointer;font-size:13px;color:#37352f66;border-bottom:2px solid transparent;transition:color .15s}.mention-tab:hover{color:#37352fb3;background:transparent}.mention-tab.active{color:#37352f;border-bottom-color:#37352f}.tab-icon{display:inline-flex;align-items:center;opacity:.7}.tab-label{font-weight:500}.mention-items{overflow-y:auto;padding:4px;flex:1;min-height:260px}.mention-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;background:none;cursor:pointer;border-radius:5px;text-align:left;transition:background-color .1s}.mention-item:hover,.mention-item.selected{background-color:#37352f0f}.item-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;opacity:.7}.item-content{display:flex;flex-direction:column;min-width:0;flex:1}.item-label{color:var(--editor-text-color, #37352f);font-size:14px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-description{color:#37352f80;font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mention-empty,.mention-loading{padding:20px;text-align:center;color:#37352f66;font-size:13px}.mention-loading-more{padding:8px;text-align:center;color:#37352f66;font-size:12px}.mention-list.theme-dark,.mention-list.dark{background:#252525;border-color:#ffffff14;box-shadow:0 8px 24px #00000073,0 0 0 1px #ffffff0f}.mention-list.theme-dark .mention-search-wrapper,.mention-list.dark .mention-search-wrapper{background:transparent;border-color:transparent;border-bottom:1px solid rgba(255,255,255,.06);border-radius:0;padding:8px 4px}.mention-list.theme-dark .mention-search-wrapper:hover,.mention-list.dark .mention-search-wrapper:hover{background:transparent}.mention-list.theme-dark .mention-search-wrapper:focus-within,.mention-list.dark .mention-search-wrapper:focus-within{background:transparent;border-color:transparent;border-bottom-color:#ffffff1f}.mention-list.theme-dark .mention-search-input,.mention-list.dark .mention-search-input{color:#ffffffd9}.mention-list.theme-dark .mention-search-input::placeholder,.mention-list.dark .mention-search-input::placeholder{color:#ffffff40}.mention-list.theme-dark .search-icon,.mention-list.dark .search-icon{color:#ffffff4d}.mention-list.theme-dark .mention-tab,.mention-list.dark .mention-tab{color:#ffffff59;border-bottom-color:transparent}.mention-list.theme-dark .mention-tab:hover,.mention-list.dark .mention-tab:hover{color:#fff9;background:transparent}.mention-list.theme-dark .mention-tab.active,.mention-list.dark .mention-tab.active{color:#ffffffd9;border-bottom-color:#ffffffd9}.mention-list.theme-dark .mention-item:hover,.mention-list.theme-dark .mention-item.selected,.mention-list.dark .mention-item:hover,.mention-list.dark .mention-item.selected{background-color:#ffffff0f}.mention-list.theme-dark .item-label,.mention-list.dark .item-label{color:#ffffffd9}.mention-list.theme-dark .item-description,.mention-list.dark .item-description{color:#ffffff59}.mention-list.theme-dark .item-icon,.mention-list.dark .item-icon{color:#fff6;opacity:1}.mention-list.theme-dark .mention-empty,.mention-list.theme-dark .mention-loading,.mention-list.theme-dark .mention-loading-more,.mention-list.dark .mention-empty,.mention-list.dark .mention-loading,.mention-list.dark .mention-loading-more{color:#ffffff40}.image-upload-wrapper[data-v-86da3227]{position:relative;display:block;margin:1em 0;max-width:100%;overflow:visible}.editor-image[data-v-86da3227]{display:block;max-width:100%;height:auto;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent;vertical-align:top;box-sizing:border-box}.image-upload-wrapper:not(.is-uploading) .editor-image[data-v-86da3227]:hover{box-shadow:0 2px 8px #00000026}.image-upload-wrapper:not(.is-uploading):not(.ProseMirror-selectednode):hover .editor-image[data-v-86da3227]{border-color:#60a5fab3}.image-upload-wrapper.ProseMirror-selectednode .editor-image[data-v-86da3227]{border-color:var(--editor-accent, #3b82f6)!important}.image-toolbar[data-v-86da3227]{position:absolute;top:6px;right:6px;display:flex;align-items:center;gap:2px;padding:4px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:6px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000001a;opacity:0;visibility:hidden;transition:all .2s ease;z-index:10;pointer-events:none}.image-toolbar[data-v-86da3227]>*{pointer-events:auto}.image-upload-wrapper:hover .image-toolbar[data-v-86da3227]{opacity:1;visibility:visible}.toolbar-btn[data-v-86da3227]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#374151;transition:all .15s ease}.toolbar-btn[data-v-86da3227]:hover{background:#00000014;color:#111827}.toolbar-btn.regenerate-btn[data-v-86da3227]:hover{background:#a855f71f;color:#7c3aed}.toolbar-btn.delete-btn[data-v-86da3227]:hover{background:#ef44441f;color:#dc2626}.is-uploading .editor-image[data-v-86da3227]{opacity:.6}.upload-overlay[data-v-86da3227]{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;border-radius:8px;gap:12px;pointer-events:none}.upload-spinner[data-v-86da3227]{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-86da3227 .8s linear infinite}@keyframes spin-86da3227{to{transform:rotate(360deg)}}.upload-text[data-v-86da3227]{color:#fff;font-size:14px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.5)}.image-preview-overlay[data-v-86da3227]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:99999;cursor:zoom-out}.preview-container[data-v-86da3227]{max-width:90vw;max-height:90vh;cursor:default}.preview-image[data-v-86da3227]{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 32px #00000080}.close-btn[data-v-86da3227]{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:#ffffff1a;border-radius:50%;cursor:pointer;color:#fff;transition:all .2s ease}.close-btn[data-v-86da3227]:hover{background:#fff3;transform:scale(1.1)}.fade-enter-active[data-v-86da3227],.fade-leave-active[data-v-86da3227]{transition:opacity .2s ease}.fade-enter-from[data-v-86da3227],.fade-leave-to[data-v-86da3227]{opacity:0}.video-upload-wrapper[data-v-f146ef6e]{position:relative;display:block;margin:1em 0;max-width:100%}.editor-video[data-v-f146ef6e]{display:block;max-width:100%;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#000}.video-upload-wrapper:not(.is-uploading) .editor-video[data-v-f146ef6e]:hover{box-shadow:0 2px 8px #00000026}.video-upload-wrapper:not(.is-uploading):not(.ProseMirror-selectednode):hover .editor-video[data-v-f146ef6e]{outline:2px solid rgba(96,165,250,.7);outline-offset:2px}.video-upload-wrapper.ProseMirror-selectednode .editor-video[data-v-f146ef6e]{outline:2px solid var(--editor-accent, #3b82f6)!important;outline-offset:2px}.video-toolbar[data-v-f146ef6e]{position:absolute;top:-44px;left:50%;transform:translate(-50%) translateY(4px);display:flex;align-items:center;gap:2px;padding:4px 6px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:8px;border:1px solid rgba(0,0,0,.08);box-shadow:0 2px 12px #0000001f;opacity:0;visibility:hidden;transition:all .2s ease;z-index:10}.video-upload-wrapper:hover .video-toolbar[data-v-f146ef6e]{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.toolbar-btn[data-v-f146ef6e]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:50%;cursor:pointer;color:#374151;transition:all .15s ease}.toolbar-btn[data-v-f146ef6e]:hover{background:#00000014;color:#111827;transform:scale(1.1)}.toolbar-btn.delete-btn[data-v-f146ef6e]:hover{background:#ef44441f;color:#dc2626}.is-uploading .editor-video[data-v-f146ef6e]{opacity:.6}.upload-overlay[data-v-f146ef6e]{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;border-radius:8px;gap:12px;pointer-events:none}.upload-spinner[data-v-f146ef6e]{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-f146ef6e .8s linear infinite}@keyframes spin-f146ef6e{to{transform:rotate(360deg)}}.upload-text[data-v-f146ef6e]{color:#fff;font-size:14px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.5)}.document-editor[data-v-4e2b6748]{width:100%;position:relative;background-color:var(--editor-bg-primary);color:var(--editor-text-primary)}.editor-content[data-v-4e2b6748]{min-height:400px}.editor-footer-slot[data-v-4e2b6748]{padding-bottom:60px}.tippy-box[data-theme~=slash-menu]{background:transparent;padding:0;border:none;box-shadow:none;border-radius:0}.tippy-box[data-theme~=slash-menu] .tippy-content{padding:0}.flash-editor[data-v-770e486f]{--flash-bg: #ffffff;--flash-border: #e5e7eb;--flash-text: #1f2937;--flash-text-secondary: #6b7280;--flash-hover: rgba(0, 0, 0, .04);display:flex;flex-direction:column;background:var(--flash-bg);border:1px solid var(--flash-border);border-radius:12px;overflow:visible;min-height:100px}.flash-editor.theme-dark[data-v-770e486f]{--flash-bg: #1f1f1f;--flash-border: #333333;--flash-text: #f0efed;--flash-text-secondary: #999999;--flash-hover: rgba(255, 255, 255, .05)}.flash-toolbar[data-v-770e486f]{display:flex;justify-content:space-between;align-items:center;padding:12px 16px}.toolbar-left[data-v-770e486f]{display:flex;gap:8px;margin-left:-7px}.toolbar-btn[data-v-770e486f]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--flash-text-secondary);border-radius:6px;cursor:pointer;transition:all .15s ease}.toolbar-btn[data-v-770e486f]:hover,.toolbar-btn.is-active[data-v-770e486f]{background:var(--flash-hover);color:var(--flash-text)}.flash-content[data-v-770e486f]{flex:1;padding:16px;min-height:60px}[data-v-770e486f] .tiptap{outline:none;color:var(--flash-text);font-size:15px;line-height:1.6}[data-v-770e486f] .tiptap p{margin:.5em 0}[data-v-770e486f] .tiptap p.is-editor-empty:first-child:before{color:#d1d5db;content:attr(data-placeholder);float:left;height:0;pointer-events:none}[data-v-770e486f] .tiptap ul,[data-v-770e486f] .tiptap ol{padding:0 1rem;margin:.5rem 0 .5rem .5rem}[data-v-770e486f] .tiptap li{margin-top:.25em;margin-bottom:.25em}[data-v-770e486f] .tiptap ul[data-type=taskList]{list-style:none;padding:0;margin:.5em 0}[data-v-770e486f] .tiptap ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:8px;margin:.3em 0}[data-v-770e486f] .tiptap ul[data-type=taskList] li>label{display:flex;align-items:center;flex-shrink:0;margin-top:4px}[data-v-770e486f] .tiptap ul[data-type=taskList] li>label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid var(--flash-border);border-radius:4px;cursor:pointer;position:relative;transition:all .15s ease;background:transparent;flex-shrink:0;margin:0}[data-v-770e486f] .tiptap ul[data-type=taskList] li>label input[type=checkbox]:checked{background-color:#22c55e;border-color:#22c55e}[data-v-770e486f] .tiptap ul[data-type=taskList] li>label input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:45%;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}[data-v-770e486f] .tiptap ul[data-type=taskList] li>div{flex:1;min-width:0;line-height:1.6}[data-v-770e486f] .tiptap ul[data-type=taskList] li>div>p{margin:0}[data-v-770e486f] .tiptap img.editor-image{max-width:100%;height:auto;display:block;margin:1em 0;border-radius:8px;cursor:pointer;transition:all .2s ease}[data-v-770e486f] .tiptap img.editor-image:hover{box-shadow:0 2px 8px #0000001a}.flash-editor.theme-dark[data-v-770e486f] .tiptap img.editor-image:hover{box-shadow:0 2px 8px #0000004d}.mobile-editor[data-v-5d0cd69f]{--mobile-bg: #ffffff;--mobile-text: #1f2937;display:flex;flex-direction:column;height:100%;background:var(--mobile-bg);overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.mobile-editor.theme-dark[data-v-5d0cd69f]{--mobile-bg: #1f1f1f;--mobile-text: #f0efed}.mobile-content[data-v-5d0cd69f]{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px}.mobile-content[data-v-5d0cd69f] *{user-select:text;-webkit-user-select:text}[data-v-5d0cd69f] .tiptap{outline:none;color:var(--mobile-text);font-size:16px;line-height:1.6;min-height:200px}[data-v-5d0cd69f] .tiptap p{margin:.5em 0}[data-v-5d0cd69f] .tiptap p.is-editor-empty:first-child:before{color:#d1d5db;content:attr(data-placeholder);float:left;height:0;pointer-events:none}[data-v-5d0cd69f] .tiptap ul,[data-v-5d0cd69f] .tiptap ol{padding:0 1rem;margin:.5rem 0 .5rem .5rem}[data-v-5d0cd69f] .tiptap li{margin-top:.25em;margin-bottom:.25em}[data-v-5d0cd69f] .tiptap ul[data-type=taskList]{list-style:none;padding:0;margin-left:0}[data-v-5d0cd69f] .tiptap li[data-type=taskItem]{display:flex;align-items:flex-start;margin-bottom:.5rem}[data-v-5d0cd69f] .tiptap li[data-type=taskItem] label{display:flex;align-items:center;justify-content:center;margin-right:.5rem;margin-top:.2em;-webkit-user-select:none;user-select:none;cursor:pointer}[data-v-5d0cd69f] .tiptap li[data-type=taskItem] div{flex:1}[data-v-5d0cd69f] .tiptap input[type=checkbox]{margin:0;cursor:pointer;width:1.1em;height:1.1em;flex-shrink:0}[data-v-5d0cd69f] .tiptap img{max-width:100%;height:auto;border-radius:8px;margin:.5em 0}[data-v-5d0cd69f] .tiptap a{color:#3b82f6;text-decoration:underline;cursor:pointer}[data-v-5d0cd69f] .tiptap h1,[data-v-5d0cd69f] .tiptap h2,[data-v-5d0cd69f] .tiptap h3{margin:1em 0 .5em;font-weight:600;line-height:1.3}[data-v-5d0cd69f] .tiptap h1{font-size:1.875em}[data-v-5d0cd69f] .tiptap h2{font-size:1.5em}[data-v-5d0cd69f] .tiptap h3{font-size:1.25em}[data-v-5d0cd69f] .tiptap strong{font-weight:600}[data-v-5d0cd69f] .tiptap em{font-style:italic}.tag-input[data-v-e3aa1095]{--tag-text: #3b82f6;--tag-text-hover: #2563eb;--tag-input-placeholder: #9ca3af;--dropdown-bg: #ffffff;--dropdown-border: #e5e7eb;--dropdown-hover: #f3f4f6;--dropdown-text: #374151}.tag-input.theme-dark[data-v-e3aa1095]{--tag-text: #60a5fa;--tag-text-hover: #93c5fd;--tag-input-placeholder: #6b7280;--dropdown-bg: #1f2937;--dropdown-border: #374151;--dropdown-hover: #374151;--dropdown-text: #e5e7eb}.tag-list[data-v-e3aa1095]{display:flex;flex-wrap:wrap;align-items:center;gap:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;margin-left:-5px}.tag-add-btn[data-v-e3aa1095]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#9ca3af;border-radius:4px;cursor:pointer;transition:all .15s ease;margin-left:2px}.tag-add-btn[data-v-e3aa1095]:hover{background:#0000000d;color:var(--tag-text)}.tag-item[data-v-e3aa1095]{display:inline-flex;align-items:center;color:var(--tag-text);background:#3b82f614;border-radius:6px;padding:4px 8px;cursor:default;line-height:1.4;transition:all .15s ease}.tag-item[data-v-e3aa1095]:hover{color:var(--tag-text-hover);background:#3b82f61f}.tag-content[data-v-e3aa1095]{display:inline-flex;align-items:center}.tag-color-dot[data-v-e3aa1095]{display:none}.tag-name[data-v-e3aa1095]{white-space:nowrap}.tag-remove-btn[data-v-e3aa1095]{display:inline-flex;align-items:center;justify-content:center;width:0;height:14px;border:none;background:transparent;color:currentColor;cursor:pointer;overflow:hidden;transition:all .15s ease;opacity:0}.tag-item:hover .tag-remove-btn[data-v-e3aa1095]{width:14px;margin-left:4px;opacity:.6}.tag-remove-btn[data-v-e3aa1095]:hover{opacity:1}.tag-input-wrapper[data-v-e3aa1095]{position:relative;display:inline-flex;align-items:center;color:var(--tag-text)}.tag-prefix[data-v-e3aa1095]{color:var(--tag-text);font-weight:400}.inline-input[data-v-e3aa1095]{border:none;background:transparent;padding:0;margin:0;color:var(--tag-text);font-size:14px;font-family:inherit;outline:none;min-width:40px;width:auto}.inline-input[data-v-e3aa1095]::placeholder{color:var(--tag-input-placeholder)}.tag-dropdown[data-v-e3aa1095]{position:absolute;top:100%;left:0;margin-top:4px;min-width:180px;max-width:280px;background:var(--dropdown-bg);border:1px solid var(--dropdown-border);border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;z-index:100}.dropdown-list[data-v-e3aa1095]{max-height:200px;overflow-y:auto;padding:4px}.dropdown-item[data-v-e3aa1095]{display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer;font-size:13px;color:var(--dropdown-text);border-radius:6px;transition:all .15s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dropdown-item[data-v-e3aa1095]:hover,.dropdown-item.is-active[data-v-e3aa1095]{background:var(--dropdown-hover)}.dropdown-item.is-selected[data-v-e3aa1095]{background:#3b82f614;color:var(--tag-text)}.tag-color-indicator[data-v-e3aa1095]{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dropdown-tag-name[data-v-e3aa1095]{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag-check[data-v-e3aa1095]{flex-shrink:0;color:var(--tag-text)}.create-new[data-v-e3aa1095]{margin-top:4px;border-top:1px solid var(--dropdown-border);padding-top:4px;border-radius:0 0 6px 6px}.create-icon-wrapper[data-v-e3aa1095]{width:16px;height:16px;display:flex;align-items:center;justify-content:center;background:#eff6ff;border-radius:4px;font-size:10px;color:#3b82f6;font-weight:700}.create-text[data-v-e3aa1095]{flex:1;color:var(--dropdown-text)}.highlight-text[data-v-e3aa1095]{color:var(--tag-text);font-weight:500}.create-hint[data-v-e3aa1095]{font-size:11px;color:#9ca3af}.ai-floating-companion[data-v-ad39fe1a]{position:absolute;display:flex;align-items:center;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;box-shadow:0 4px 12px #667eea66;font-size:13px;line-height:1.4;max-width:280px;z-index:1000;pointer-events:auto;transform-origin:bottom left;animation:companion-float-ad39fe1a 3s ease-in-out infinite}.companion-avatar[data-v-ad39fe1a]{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff}.companion-message[data-v-ad39fe1a]{flex:1;font-size:12px;font-weight:500}.companion-close[data-v-ad39fe1a]{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.8;transition:opacity .2s;padding:0}.companion-close[data-v-ad39fe1a]:hover{opacity:1}@keyframes companion-float-ad39fe1a{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.ai-companion-fade-enter-active[data-v-ad39fe1a],.ai-companion-fade-leave-active[data-v-ad39fe1a]{transition:all .3s ease}.ai-companion-fade-enter-from[data-v-ad39fe1a]{opacity:0;transform:translateY(10px) scale(.95)}.ai-companion-fade-leave-to[data-v-ad39fe1a]{opacity:0;transform:translateY(-10px) scale(.95)}
|