.main:has(.ed-root){padding:0;overflow:hidden;display:flex;flex-direction:column}.ed-root{display:flex;flex-direction:column;min-height:0;height:100%;flex:1 1 auto}.ed-headerbar{flex:0 0 auto;display:flex;align-items:stretch;background:var(--bg-surface);border-bottom:1px solid var(--toolbar-divider)}.ed-headerbar>.back-btn--icon{flex:0 0 auto;align-self:center;margin-left:var(--space-2)}.ed-header{flex:1 1 auto;display:flex;align-items:center;gap:var(--space-2,8px);padding:var(--space-3) var(--space-4) var(--space-3) 0;background:var(--bg-surface);flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;transition:box-shadow .18s var(--ease-out,cubic-bezier(0,0,.2,1))}.ed-header::-webkit-scrollbar{height:6px}.ed-headerbar--renaming .ed-header>:not(.ed-title):not(.ed-title-confirm),.ed-headerbar--renaming>:not(.ed-header){display:none}.ed-headerbar--renaming .ed-header{padding-left:var(--space-3);min-height:56px}.ed-headerbar--renaming .ed-title{margin-left:0}.ed-header .btn{flex:0 0 auto}.ed-title{font-size:15px;font-weight:700;color:var(--text-primary);border:1px solid transparent;border-radius:var(--radius-sm);padding:3px 7px;margin:-3px 0 -3px -7px;background:transparent;font-family:inherit;outline:none;flex:1 1 auto;min-width:9ch;max-width:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:sticky;left:0;z-index:1;background:var(--bg-surface)}.ed-title:hover{background:var(--bg-raised)}.ed-title:focus{border-color:var(--accent);background:var(--bg-canvas);box-shadow:0 0 0 3px var(--accent-subtle)}.ed-title[readonly]{cursor:default}.ed-title[readonly]:hover{background:transparent}@keyframes ed-title-saved{0%{background:rgba(22,163,74,.22)}to{background:transparent}}@keyframes ed-title-cancelled{0%,to{transform:translateX(0)}20%{transform:translateX(-3px)}60%{transform:translateX(3px)}}.ed-title--saved{animation:ed-title-saved .7s ease-out}.ed-title--cancelled{animation:ed-title-cancelled .26s ease-in-out}.ed-title-confirm{display:inline-flex;align-items:center;gap:2px;flex:0 0 auto}.ed-title-confirm button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);cursor:pointer;line-height:0}.ed-title-confirm button svg{width:14px;height:14px}.ed-title-confirm-ok{color:var(--success,#16a34a)}.ed-title-confirm-ok:hover{background:var(--bg-raised);border-color:var(--success,#16a34a)}.ed-title-confirm-cancel{color:var(--text-secondary)}.ed-title-confirm-cancel:hover{background:var(--bg-raised);border-color:var(--border-strong)}.ed-title-confirm button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-subtle)}.ed-bc{display:inline-flex;align-items:center;gap:4px;flex:0 1 auto;flex-wrap:nowrap;min-width:0;font-size:13px;color:var(--text-muted);white-space:nowrap;overflow:hidden}.ed-bc+.ed-title{margin-left:0}.ed-bc-seg{color:var(--text-secondary);text-decoration:none;border-radius:var(--radius-sm);padding:2px 4px;max-width:18ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-bc-seg:hover{background:var(--bg-raised);color:var(--text-primary)}.ed-bc-sep{flex:0 0 auto;width:14px;height:14px;color:var(--text-muted);opacity:.7}.ed-bc-slash{width:auto;font-weight:600;padding:0 2px}.ed-bc-more{flex:0 0 auto;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);padding:0 4px;line-height:1.4;font-size:15px}.ed-bc-more:hover{background:var(--bg-raised);color:var(--text-primary)}.ed-save{font-size:var(--text-xs);color:var(--text-muted);display:inline-flex;align-items:center;gap:6px}.ed-save-dot{width:6px;height:6px;border-radius:var(--radius-full);background:var(--success)}.ed-save.connecting .ed-save-dot,.ed-save.saving .ed-save-dot{background:var(--warning)}.ed-save.offline{color:var(--danger,#e5484d)}.ed-save.offline .ed-save-dot{background:var(--danger,#e5484d)}.ed-titlebar-controls{flex:0 0 auto;display:inline-flex;align-items:center;gap:var(--space-2,8px)}.ed-titlebar-controls:empty{display:none}.ed-vm-single.is-on{background:var(--accent-subtle,rgba(124,92,255,.14));color:var(--accent)}.ed-vm-seg{height:32px;padding:0 2px;gap:2px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-canvas);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-vm-seg,.ed-vm-seg__btn{display:inline-flex;align-items:center;flex:0 0 auto}.ed-vm-seg__btn{justify-content:center;width:30px;height:26px;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);cursor:pointer;transition:background var(--motion-fast,.15s ease),color var(--motion-fast,.15s ease)}.ed-vm-seg__btn:hover:not(:disabled):not(.is-on){background:var(--bg-surface);color:var(--text-primary)}.ed-vm-seg__btn.is-on{background:color-mix(in srgb,var(--bg-raised) 92%,var(--accent));color:var(--text-primary);box-shadow:var(--shadow-md),0 0 0 1px var(--accent)}.ed-vm-seg__btn:disabled{opacity:.45;cursor:default}.ed-vm-seg__btn:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.ed-font-menu{gap:6px;max-width:168px}.ed-font-menu__glyph{font-weight:700;font-size:12px;color:var(--text-secondary);flex:0 0 auto}.ed-font-menu__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary)}.ed-more-value{margin-left:auto;color:var(--text-muted);font-size:13px}.ed-more-chev{color:var(--text-muted)}.ed-more-check,.ed-more-chev{width:16px;height:16px;flex:0 0 auto}.ed-more-check{color:var(--accent);margin-left:auto}.ed-more-back{color:var(--text-secondary);font-weight:600}.ed-titlebar-controls .btn{height:32px;padding-top:0;padding-bottom:0}.ed-header [data-testid=ed-ai-open].btn{color:var(--accent);background:var(--accent-subtle);border-radius:var(--radius-md)}.ed-header [data-testid=ed-ai-open].btn:hover{color:var(--accent);background:var(--accent-subtle-strong)}.ed-titlebar-viewmode{display:inline-flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--bg-raised)}.ed-titlebar-vm-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;border:none;border-right:1px solid var(--border);background:transparent;color:var(--text-secondary);font-family:inherit;font-size:12px;font-weight:500;height:32px;padding:0 8px;cursor:pointer;transition:background var(--motion-fast,.15s ease),color var(--motion-fast,.15s ease);white-space:nowrap}.ed-titlebar-vm-btn:last-child{border-right:none}.ed-titlebar-vm-btn:hover{background:var(--bg-surface);color:var(--text-primary)}.ed-titlebar-vm-btn.is-active{background:var(--accent-subtle,rgba(100,120,255,.1));color:var(--accent)}.ed-titlebar-vm-btn:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.ed-titlebar-focus.is-active{background:var(--accent-subtle,rgba(100,120,255,.1));color:var(--accent)}@media (max-width:1100px){.ed-titlebar-btn-label{display:none}.ed-titlebar-controls .btn:has(.ed-titlebar-btn-label){padding-left:6px;padding-right:6px}.ed-doc-pres{display:none}}@media (max-width:800px){.ed-titlebar-vm-label{display:none}.ed-titlebar-vm-btn{padding:4px 6px}}.ed-presence{display:flex;align-items:center}.ed-presence .avatar{width:26px;height:26px;font-size:11px}.ed-presence .avatar-mcp{display:inline-flex;align-items:center;justify-content:center;color:#fff}.ed-presence .avatar-mcp svg{display:block}.ed-toolbar-wrap{position:relative;flex:0 0 auto}.tb-scroll-track{position:absolute;left:8px;right:8px;bottom:0;height:3px;pointer-events:none}.tb-scroll-thumb{position:absolute;top:0;bottom:0;border-radius:2px;background:var(--border-strong)}.ed-toolbar{flex:0 0 auto;display:flex;align-items:center;gap:2px;padding:var(--space-1) var(--space-3);border-bottom:1px solid var(--border);background:var(--bg-toolbar);flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none}.ed-toolbar::-webkit-scrollbar{display:none}.ed-toolbar:not([data-tb-ready]) .ed-tg,.ed-toolbar:not([data-tb-ready]) .ed-tg-sep{visibility:hidden}.ed-toolbar--readonly .ed-tg{opacity:.45;pointer-events:none}.ed-toolbar-fade{position:absolute;top:0;bottom:1px;width:34px;display:flex;align-items:center;pointer-events:none;opacity:0;transition:opacity .18s var(--ease-out,cubic-bezier(0,0,.2,1))}.ed-toolbar-fade--left{left:0;background:linear-gradient(to right,var(--bg-toolbar),transparent);justify-content:flex-start}.ed-toolbar-fade--right{right:0;background:linear-gradient(to left,var(--bg-toolbar),transparent);justify-content:flex-end}.ed-toolbar-fade .icon{width:14px;height:14px;color:var(--text-muted)}.ed-toolbar-fade--left .icon{display:none}.ed-toolbar-wrap[data-scroll-left] .ed-toolbar-fade--left,.ed-toolbar-wrap[data-scroll-right] .ed-toolbar-fade--right{opacity:1}@media (prefers-reduced-motion:reduce){.ed-doc,.ed-header,.ed-toolbar-fade{transition:none}}.ed-tg{display:flex;gap:2px;padding-right:5px;margin-right:4px;border-right:1px solid var(--border)}.ed-tg,.ed-tool{align-items:center;flex:0 0 auto}.ed-tool{height:32px;min-width:32px;padding:0 6px;border:none;background:transparent;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;font-size:var(--text-sm);font-weight:600;font-family:inherit;display:inline-flex;justify-content:center;gap:4px;line-height:1;position:relative;transition:background var(--motion-fast),color var(--motion-fast);scroll-snap-align:start}.ed-tool:before{content:"";position:absolute;inset:-6px -1px}.mobile-selection-actions{gap:var(--space-3)}.mobile-selection-actions .ed-tool:before{inset:-6px}.ed-tool:hover{background:var(--bg-raised);color:var(--text-primary)}.ed-tool.is-active{background:var(--accent-subtle);color:var(--accent)}.ed-tool.ed-tool-ai{text-decoration:none;color:var(--accent);font-weight:600}.ed-tool.ed-tool-ai:hover{background:var(--accent-subtle);color:var(--accent)}.ed-tool.ed-tool-ai:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ed-tool.ed-tool-ai--lead{flex:0 0 auto;color:var(--accent);background:var(--accent-subtle,rgba(99,102,241,.1));border:1px solid var(--accent-subtle,rgba(99,102,241,.2));border-radius:var(--radius-md);padding:4px 10px;gap:4px;font-weight:600}.ed-tool.ed-tool-ai--lead:hover{background:var(--accent-subtle,rgba(99,102,241,.18));border-color:var(--accent)}.ed-tool.ed-tool-ai--lead:active{background:var(--accent-subtle,rgba(99,102,241,.22))}.ed-tool.ed-tool-ai--lead:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ed-tool.ed-tool-ai--lead[disabled]{opacity:.45;cursor:not-allowed;pointer-events:none}.ed-tool svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ed-tool svg.ed-tool__badge{width:9px;height:9px}.ed-tool[disabled]{opacity:.45;cursor:not-allowed;pointer-events:none}.ed-slides-cmd-toolbar{display:flex;align-items:center;flex:0 0 auto;gap:2px;flex-wrap:nowrap;padding-right:5px;margin-right:4px;border-right:1px solid var(--border)}.ed-tg-btn{flex:0 0 auto;height:32px;padding:0 10px;border:none;background:transparent;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;font-size:13px;font-weight:600;font-family:inherit;line-height:1;white-space:nowrap;position:relative;transition:background var(--motion-fast),color var(--motion-fast)}.ed-tg-btn:before{content:"";position:absolute;inset:-6px -1px}.ed-tg-btn:hover{background:var(--bg-raised);color:var(--text-primary)}.ed-tg-btn:active{background:var(--accent-subtle);color:var(--accent)}.ed-tg-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ed-layout-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;padding:2px}.ed-layout-gallery__item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);cursor:pointer;font:inherit}.ed-layout-gallery__item:hover{background:var(--bg-raised);color:var(--text-primary)}.ed-layout-gallery__item.is-active{border-color:var(--accent);color:var(--accent);background:var(--accent-subtle)}.ed-layout-gallery__label{font-size:11px;font-weight:600}.ed-theme-picker-wrap{display:flex;flex-direction:column;gap:4px}.ed-theme-picker-header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary,var(--text-secondary));padding:2px 2px 0}.ed-theme-picker{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:2px}.ed-theme-picker__swatch--auto{background:linear-gradient(135deg,#f8f8f8 50%,#1a1a1a 0);color:var(--text-secondary);border-color:var(--border-default,currentColor)}.ed-theme-picker__item{display:flex;flex-direction:column;align-items:center;gap:4px;border:none;background:transparent;cursor:pointer;font:inherit;color:var(--text-secondary)}.ed-theme-picker__swatch{width:36px;height:26px;border-radius:4px;border:1px solid;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;position:relative}.ed-theme-picker__item.is-locked{opacity:.6;cursor:pointer}.ed-theme-picker__lock{position:absolute;bottom:-4px;right:-4px;font-size:10px}.ed-theme-picker__label{font-size:11px;font-weight:600}.ed-bg-picker{display:flex;flex-direction:column;gap:6px;padding:2px;min-width:220px}.ed-bg-picker__section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-secondary);margin-top:4px}.ed-bg-picker__gradients{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.ed-bg-picker__item{display:flex;flex-direction:column;align-items:center;gap:4px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;cursor:pointer;font:inherit;padding:4px}.ed-bg-picker__item:hover{background:var(--bg-raised)}.ed-bg-picker__swatch{width:100%;height:22px;border-radius:4px;display:block}.ed-color-picker{width:-moz-max-content;width:max-content;max-width:min(280px,calc(100vw - 32px))}.ed-color-picker__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.ed-color-picker__title{color:var(--text-secondary);font-size:11px;font-weight:600}.ed-color-picker__sample{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:24px;padding:0 5px;border:1px solid var(--border);border-radius:4px;font-size:13px;font-weight:700;line-height:1}.ed-color-picker__sample--text{background:var(--bg-raised)}.ed-color-picker__sample--highlight{color:var(--text-primary)}.ed-color-picker__swatches{display:grid;grid-template-columns:repeat(8,1fr);gap:3px;margin-bottom:6px}.ed-color-picker__custom{width:min(260px,calc(100vw - 48px))}.ed-color-picker__actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:8px}.ed-color-picker__apply,.ed-color-picker__cancel{min-height:28px;padding:0 9px;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;font-size:12px;cursor:pointer}.ed-color-picker__cancel{background:var(--bg-raised);color:var(--text-secondary)}.ed-color-picker__apply{background:var(--accent);border-color:transparent;color:var(--accent-contrast,var(--bg-primary))}.ed-color-picker__apply:disabled{cursor:not-allowed;opacity:.5}.ed-solid-picker{display:flex;flex-direction:column;gap:8px}.ed-solid-picker__sb{position:relative;width:100%;height:132px;border-radius:var(--radius-md);border:1px solid var(--border);cursor:crosshair;touch-action:none;overflow:hidden}.ed-solid-picker__sb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ed-solid-picker__sb-black,.ed-solid-picker__sb-white{position:absolute;inset:0;border-radius:inherit;pointer-events:none}.ed-solid-picker__sb-white{background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}.ed-solid-picker__sb-black{background:linear-gradient(0deg,#000,rgba(0,0,0,0))}.ed-solid-picker__sb-thumb{position:absolute;width:16px;height:16px;border-radius:var(--radius-full);border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.45),var(--shadow-sm);transform:translate(-50%,-50%);pointer-events:none}.ed-solid-picker__hue{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:14px;border-radius:var(--radius-full);border:1px solid var(--border);background:linear-gradient(90deg,#f00 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,#f00);cursor:pointer;touch-action:pan-y}.ed-solid-picker__hue:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ed-solid-picker__hue::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:var(--radius-full);background:var(--bg-surface);border:2px solid var(--text-primary);box-shadow:var(--shadow-sm);cursor:pointer}.ed-solid-picker__hue::-moz-range-thumb{width:18px;height:18px;border-radius:var(--radius-full);background:var(--bg-surface);border:2px solid var(--text-primary);box-shadow:var(--shadow-sm);cursor:pointer}.ed-solid-picker__hex-row{display:flex;align-items:center;gap:6px}.ed-solid-picker__preview{flex:0 0 auto;width:26px;height:26px;border-radius:var(--radius-sm);border:1px solid var(--border)}.ed-solid-picker__hex{flex:1;min-width:0;height:30px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 8px;font:inherit;font-size:12px;font-variant-numeric:tabular-nums;letter-spacing:.02em;background:var(--bg-surface);color:var(--text-primary)}.ed-solid-picker__hex:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.ed-solid-picker__hex--invalid{border-color:#dc2626}.ed-solid-picker__presets{display:grid;grid-template-columns:repeat(10,1fr);gap:6px}.ed-solid-picker__preset{aspect-ratio:1/1;min-height:22px;border-radius:var(--radius-sm);border:1px solid var(--border);padding:0;cursor:pointer}.ed-solid-picker__preset:hover{transform:scale(1.08)}.ed-solid-picker__preset[aria-pressed=true]{outline:2px solid var(--accent);outline-offset:1px}.ed-solid-picker__preset:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.ed-bg-picker__row--apply{margin-top:2px}.ed-bg-picker__apply-btn--wide{flex:1;justify-content:center}@media (max-width:639px),(max-width:932px) and (max-height:480px){.ed-solid-picker__sb{height:168px}.ed-solid-picker__hue{height:20px}.ed-solid-picker__preset{min-height:30px}}.ed-notes-editor{display:flex;flex-direction:column;gap:8px;padding:2px;min-width:260px}.ed-notes-editor__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--text-secondary)}.ed-notes-editor__textarea{width:100%;resize:vertical;min-height:90px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-primary,transparent);color:inherit;font:inherit;padding:8px}.ed-notes-editor__actions{display:flex;justify-content:flex-end;gap:8px}.ed-notes-editor__clear,.ed-notes-editor__save{border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;font:inherit;padding:4px 10px;cursor:pointer}.ed-notes-editor__save{background:var(--accent,currentColor);color:var(--accent-contrast,var(--bg-primary));border-color:transparent}.ed-notes-editor__clear:hover{background:var(--bg-raised)}.ed-bg-picker__label{font-size:10px;color:var(--text-secondary)}.ed-bg-picker__row{display:flex;align-items:center;gap:6px}.ed-bg-picker__color-input{width:32px;height:28px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:0;background:none}.ed-bg-picker__url-input{flex:1;padding:0 6px;background:var(--bg-surface)}.ed-bg-picker__apply-btn,.ed-bg-picker__url-input{height:28px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:12px;color:var(--text-primary)}.ed-bg-picker__apply-btn{flex:0 0 auto;padding:0 8px;background:var(--bg-raised);cursor:pointer}.ed-bg-picker__apply-btn:disabled{opacity:.5;cursor:default}.ed-bg-picker__clear-btn{margin-top:4px;height:30px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);font-size:12px;font-weight:600;cursor:pointer}.ed-bg-picker__clear-btn:hover{background:var(--bg-raised);color:var(--text-primary)}.ed-viewmode{margin-left:auto;flex:0 0 auto;display:inline-flex;align-items:center;gap:2px;background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-md);padding:2px;position:relative}.ed-viewmode--lead{margin-left:0;position:sticky;left:0;z-index:2;box-shadow:6px 0 6px -4px var(--bg-surface)}.ed-tg-sep{flex:0 0 auto;width:1px;height:20px;margin:0 4px;background:var(--border)}.ed-vm-trigger{display:inline-flex;align-items:center;gap:2px;border:none;background:transparent;color:var(--accent);padding:3px 5px;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--motion-fast,.15s ease),color var(--motion-fast,.15s ease)}.ed-vm-trigger:hover{background:var(--bg-surface)}.ed-vm-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.ed-vm-glyph{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.ed-vm-caret{width:12px;height:12px;stroke:var(--text-secondary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;transition:transform var(--motion-fast,.15s ease)}.ed-viewmode.is-open .ed-vm-caret{transform:rotate(180deg)}.ed-vm-menu{display:flex;flex-direction:column;gap:2px;min-width:140px;padding:4px;background:var(--bg-surface);border:1px solid var(--border-strong,var(--border));border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.ed-vm-item{display:flex;align-items:center;gap:8px;width:100%;border:none;background:transparent;color:var(--text-secondary);font-family:inherit;font-size:12px;font-weight:600;text-align:left;padding:6px 8px;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;transition:background var(--motion-fast,.15s ease),color var(--motion-fast,.15s ease)}.ed-vm-item:hover{background:var(--bg-raised);color:var(--text-primary)}.ed-vm-item.is-active,.ed-vm-item.is-active .ed-vm-glyph{color:var(--accent)}.ed-vm-item:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.ed-firstrun-hint{position:absolute;top:14px;left:50%;transform:translateX(-50%);z-index:3;gap:8px;max-width:calc(100% - 32px);padding:6px 10px;font-size:12.5px;color:var(--text-secondary);background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-full,999px);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.06));pointer-events:none}.ed-firstrun-hint,.ed-firstrun-key{display:inline-flex;align-items:center}.ed-firstrun-key{justify-content:center;min-width:18px;height:18px;padding:0 4px;font-family:var(--font-mono,ui-monospace,monospace);font-size:11px;font-weight:700;color:var(--accent);background:var(--accent-subtle,var(--bg-surface));border-radius:var(--radius-sm)}.ed-firstrun-text strong{color:var(--text-primary)}.ed-firstrun-x{pointer-events:auto;border:none;background:transparent;color:var(--text-muted);font-size:16px;line-height:1;cursor:pointer;padding:0 2px;border-radius:var(--radius-sm)}.ed-firstrun-x:hover{color:var(--text-primary)}.ed-body{flex:1 1 auto;--ed-content-max:2400px}.ed-body,.ed-source{display:flex;min-height:0}.ed-source{flex:0 0 42%;max-width:560px;min-width:220px;flex-direction:column;border-right:1px solid var(--border);background:var(--bg-surface);overflow:hidden}.ed-source__head{flex:0 0 auto;padding:8px 14px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border)}.ed-source__pre{flex:1 1 auto;overflow:auto;margin:0;padding:14px;font-family:var(--font-mono);font-size:12.5px;line-height:1.6;color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.ed-body--view:not(.ed-body--lines) .ed-doc .ProseMirror{padding-left:0}.ed-body--split .ed-surface,.ed-body--view:not(.ed-body--lines) .ed-doc .ProseMirror>:not(.is-editor-empty):before{display:none}.ed-body--split .ed-md-pane{order:1;flex:1 1 0;min-width:0;max-width:none;border-right:1px solid var(--border);position:relative}.ed-md-presence{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:2}.ed-md-presence__row{position:absolute;left:0;right:0;display:flex;align-items:center}.ed-md-presence__line{position:absolute;left:0;right:0;top:0;bottom:0;opacity:.12}.ed-md-presence__chip{position:absolute;right:6px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:9px;color:#fff;font-family:var(--font-sans,sans-serif);font-size:10px;font-weight:600;line-height:1;box-shadow:0 1px 2px rgb(0 0 0/.25)}.ed-content-host{position:relative;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.ed-block-presence{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:2}.ed-block-presence__block{position:absolute;left:0;right:0;border-left:2px solid;background:transparent}.ed-block-presence__chip{position:absolute;top:-8px;left:2px;display:inline-flex;align-items:center;max-width:160px;height:16px;padding:0 6px;border-radius:var(--radius-full,999px);color:#fff;font-family:var(--font-sans,sans-serif);font-size:10px;font-weight:600;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 2px rgb(0 0 0/.25)}.ed-body--split .toc-rail{order:2}.ed-body--split .ed-preview{order:3;flex:1 1 0;min-width:0}.ed-body--split .comment-rail,.ed-body--split .cr-rail,.ed-body--split .ed-comments,.ed-body--split .ri-dock,.ed-body--split .vh-panel{order:4;flex:0 0 auto}.ed-md-input{flex:1 1 auto;width:100%;min-height:0;resize:none;border:none;outline:none;margin:0;padding:14px;background:var(--bg-surface);color:var(--text-primary);font-family:var(--font-mono);font-size:12.5px;line-height:1.6;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.ed-md-input[readonly]{opacity:.6;cursor:default}.ed-preview{display:flex;flex-direction:column;min-height:0;min-width:0;background:var(--bg-canvas);overflow:hidden}.ed-preview__body{flex:1 1 auto;overflow:auto;padding:22px 26px;color:var(--text-primary)}.ed-preview__body--slides{padding:18px;font-size:inherit;line-height:normal}.ed-body--slides-view .ed-surface{display:none}.ed-preview--slides-view{flex:1 1 auto;min-width:0;min-height:0}.ed-preview--slides-view .slides-preview{max-width:1080px;margin:0 auto}.slides-preview{display:flex;flex-direction:column;gap:16px;align-items:stretch;padding-bottom:40px}.slides-preview-frame{position:relative;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.18),0 0 0 1px var(--border-subtle,rgba(0,0,0,.08))}.slides-preview-frame[data-active=true]{box-shadow:0 0 0 2px var(--accent,#4c7dff)}.slides-preview-frame--clickable{cursor:pointer}.slides-preview-frame--clickable:focus-visible,.slides-preview-frame--clickable:hover{box-shadow:0 0 0 2px var(--accent,#4c7dff),0 2px 8px rgba(0,0,0,.24);outline:none}.slides-layout-hint{position:absolute;left:8px;bottom:8px;z-index:2;max-width:calc(100% - 16px);padding:4px 9px;border-radius:6px;font-size:12px;line-height:1.35;font-weight:500;color:#7a4d00;background:rgba(255,244,214,.97);box-shadow:0 1px 3px rgba(0,0,0,.2),0 0 0 1px rgba(180,120,0,.35)}@media (prefers-color-scheme:dark){.slides-layout-hint{color:#ffe1a8;background:rgba(70,52,16,.97);box-shadow:0 1px 3px rgba(0,0,0,.4),0 0 0 1px rgba(255,200,90,.3)}}.slides-preview-scale{position:absolute;top:0;left:0;transform-origin:top left}.ed-preview--slides-view .ed-preview__body{scroll-snap-type:y proximity}.slides-preview-frame{scroll-snap-align:start;scroll-margin-top:8px}.slides-preview-stage.present-root{position:relative;inset:auto;z-index:0;width:1280px;height:720px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width:639px) and (orientation:portrait){.ed-body--split{flex-direction:column}.ed-body--split .toc-rail{display:none}.ed-body--split .ed-md-pane{border-right:none;border-bottom:1px solid var(--border)}.ed-body--split .ed-preview{border-top:1px solid var(--border)}}@media (max-width:932px) and (max-height:480px){.ed-body--split{flex-direction:row}.ed-body--split .toc-rail{display:none}.ed-body--split .ed-md-pane{border-right:1px solid var(--border);border-bottom:none;overflow-y:auto}.ed-body--split .ed-preview{border-top:none;overflow-y:auto}}.ed-surface{flex:1 1 auto;display:flex;flex-direction:column;overflow-y:auto;scrollbar-gutter:stable;overflow-x:auto;min-width:0;max-width:100%;padding:var(--space-5) var(--space-4);background:var(--bg-canvas-editor,var(--bg-canvas));position:relative;box-sizing:border-box}.ed-body[data-paper] .ed-doc{background:var(--bg-paper,var(--bg-surface));box-shadow:var(--shadow-paper,0 1px 2px rgba(0,0,0,.06),0 10px 28px rgba(0,0,0,.08));border-radius:8px;padding:56px 64px 48px}.ed-pages-preview-open{position:absolute;top:8px;right:92px;z-index:3;font-size:11px;color:var(--text-muted,#78716c);background:color-mix(in srgb,var(--bg-surface,#fff) 88%,transparent);border:1px solid color-mix(in srgb,var(--border-strong) 30%,transparent);border-radius:var(--radius-sm,4px);padding:2px 10px;cursor:pointer;backdrop-filter:blur(4px)}.ed-pages-preview-open:hover{color:var(--text-strong,#1c1917);border-color:var(--border-strong)}.ed-pages-preview{position:fixed;inset:0;z-index:60;display:flex;flex-direction:column;background:var(--bg-canvas-editor,var(--bg-canvas,#f5f2ed))}.ed-pages-preview__bar{display:flex;align-items:center;gap:var(--space-3);padding:8px 16px;border-bottom:1px solid var(--border-strong);background:var(--bg-surface,#fff);font-size:13px}.ed-pages-preview__close,.ed-pages-preview__count{color:var(--text-muted,#78716c)}.ed-pages-preview__close{margin-left:auto;font-size:20px;line-height:1;background:none;border:none;cursor:pointer}.ed-pages-preview__close:hover{color:var(--text-strong,#1c1917)}.ed-pages-measure{position:absolute;left:-10000px;top:0;visibility:hidden;pointer-events:none}.ed-pages-preview__scroll{flex:1 1 auto;overflow:auto;overscroll-behavior:contain;display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px 16px 64px}.ed-page-card{background:var(--bg-paper,var(--bg-surface,#fff));box-shadow:var(--shadow-paper,0 1px 2px rgba(15,23,42,.08),0 10px 28px rgba(15,23,42,.1));border:1px solid var(--paper-edge,rgba(203,213,225,.55));border-radius:8px;display:flex;flex-direction:column;box-sizing:border-box}.ed-page-card__footer,.ed-page-card__header{flex:0 0 auto;box-sizing:border-box}.ed-page-card__body{flex:1 1 auto;overflow:hidden;box-sizing:border-box}.ed-doc{width:min(100%,var(--ed-content-max));align-self:center;position:relative;margin:0;min-width:0;flex:1 1 auto;transition:width .26s var(--ease-out,cubic-bezier(0,0,.2,1));display:flex;flex-direction:column;background:var(--bg-paper,var(--bg-surface));box-shadow:var(--shadow-paper,none);border:1px solid var(--paper-edge,color-mix(in srgb,var(--border-strong) 45%,transparent));border-radius:var(--radius-md);padding-left:var(--space-4);padding-right:var(--space-4)}.ed-body[data-content-width=full] .ed-surface{background:var(--bg-paper,var(--bg-surface));padding:0}.ed-body[data-content-width=full] .ed-doc{background:transparent;border:0;border-radius:0;box-shadow:none;padding:var(--space-5) clamp(var(--space-3),2vw,var(--space-6))}.ed-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.ed-body--lines .ed-doc .ProseMirror{counter-reset:ed-line;padding-left:44px}.ed-body--lines .ed-doc .ProseMirror>*{position:relative;counter-increment:ed-line}.ed-body--lines .ed-doc .ProseMirror>:not(.is-editor-empty):before{content:counter(ed-line);position:absolute;left:-44px;top:8px;width:2.2em;text-align:right;color:var(--text-secondary);opacity:.5;font-family:var(--font-mono);font-size:11px;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ed-body--lines .ed-doc .ProseMirror>h1:not(.is-editor-empty):before{top:25px}.ed-body--lines .ed-doc .ProseMirror>h2:not(.is-editor-empty):before{top:17px}.ed-body--lines .ed-doc .ProseMirror>h3:not(.is-editor-empty):before{top:12px}.ed-body--lines .ed-doc .ProseMirror>h4:not(.is-editor-empty):before{top:10px}.ed-body--lines .ed-preview__body{counter-reset:ed-line;padding-left:2.9em}.ed-body--lines .ed-preview__body>*{position:relative;counter-increment:ed-line}.ed-body--lines .ed-preview__body>:before{content:counter(ed-line);left:-2.9em;top:.35em;width:2.2em;line-height:1}.ed-body--lines .ed-preview__body>:before,.ed-md-gutter{position:absolute;text-align:right;color:var(--text-secondary);opacity:.5;font-family:var(--font-mono);font-size:11px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.ed-md-gutter{top:var(--ed-md-head-h,30px);left:0;bottom:0;width:34px;overflow:hidden;padding-top:14px;line-height:1.6;background:var(--bg-surface);border-right:1px solid var(--border)}.ed-md-gutter span{display:block;height:20px;line-height:20px;padding-right:6px}.ed-body--lines .ed-md-pane{position:relative}.ed-body--lines .ed-md-input{padding-left:44px}.ed-doc .ProseMirror{outline:none;flex:1 1 auto;min-height:100%;color:var(--text-primary);font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;overflow-wrap:anywhere;word-break:break-word}@media (max-width:639px),(max-width:932px) and (max-height:480px){.ed-body--split .ed-md-pane,.ed-doc .ProseMirror{font-size:16px}}.ed-doc .ProseMirror .tableWrapper{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;padding-right:var(--tbl-rail-size,14px);padding-bottom:var(--tbl-rail-size,14px)}.ed-doc .ProseMirror table{table-layout:auto}.ed-doc .ProseMirror td,.ed-doc .ProseMirror th{min-width:44px}.ed-body--fc .ed-doc .ProseMirror table,.ed-body--view .ed-doc .ProseMirror table{table-layout:auto;width:100%;max-width:100%}.ed-body--fc .ed-doc .ProseMirror td,.ed-body--fc .ed-doc .ProseMirror th,.ed-body--view .ed-doc .ProseMirror td,.ed-body--view .ed-doc .ProseMirror th{min-width:0;overflow-wrap:break-word;word-break:normal}.tbl-rail{position:absolute;z-index:20;display:grid;place-items:center;padding:0;margin:0;border:0;background:transparent;color:transparent;cursor:pointer;transition:background var(--motion-fast) var(--ease-out),color var(--motion-fast) var(--ease-out),box-shadow var(--motion-fast) var(--ease-out)}.tbl-rail--col{width:var(--tbl-rail-size,14px)}.tbl-rail--row{height:var(--tbl-rail-size,14px)}.tbl-rail__plus{font-size:12px;line-height:1;font-weight:700}.tbl-rail:focus-visible,.tbl-rail:hover{background:var(--edc-code-bg,var(--bg-surface));color:var(--edc-accent,var(--accent))}.tbl-rail--col:focus-visible,.tbl-rail--col:hover{box-shadow:inset 1px 0 0 var(--edc-border,var(--border-strong))}.tbl-rail--row:focus-visible,.tbl-rail--row:hover{box-shadow:inset 0 1px 0 var(--edc-border,var(--border-strong))}.tbl-rail:focus-visible{outline:none}.ed-doc .ProseMirror .selectedCell{position:relative}.ed-doc .ProseMirror .selectedCell:after{content:"";position:absolute;inset:0;background:color-mix(in srgb,var(--accent) 18%,transparent);pointer-events:none;z-index:1}.ed-doc .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-muted);pointer-events:none;height:0}.collaboration-cursor__caret{position:relative;margin-left:-1px;margin-right:-1px;border-left:1px solid;border-right:1px solid;word-break:normal;pointer-events:none}.collaboration-cursor__label{position:absolute;top:-1.4em;left:-1px;font-size:.7rem;font-weight:600;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;padding:.1rem .3rem;border-radius:.25rem .25rem .25rem 0;white-space:nowrap}.ed-img{position:relative;display:inline-block;max-width:100%;line-height:0}.ed-img__img{display:block;max-width:100%;height:auto;border-radius:var(--radius-sm)}.ed-img.is-selected .ed-img__img{outline:2px solid var(--accent);outline-offset:1px}.ed-img__handle{position:absolute;right:-6px;bottom:-6px;width:14px;height:14px;border-radius:var(--radius-full);background:var(--accent);border:2px solid var(--bg-canvas);cursor:nwse-resize;opacity:0;transition:opacity var(--motion-fast) ease;touch-action:none}.ed-img:hover .ed-img__handle,.ed-img__handle:active{opacity:1}.ed-caption{flex:0 0 auto;border-top:1px solid var(--border);background:var(--bg-surface);padding:9px var(--space-4);font-size:12px;color:var(--text-muted);line-height:1.5}.ed-caption b,.ed-kbd{color:var(--text-secondary)}.ed-kbd{font-family:var(--font-mono);font-size:11px;border:1px solid var(--border);border-radius:4px;padding:0 4px}.ed-statusbar{flex:0 0 auto;gap:var(--space-3);height:28px;padding:0 var(--space-4);border-top:1px solid var(--border);background:var(--bg-surface);font-family:var(--font-mono);font-size:var(--text-2xs);font-variant-numeric:tabular-nums;color:var(--text-muted);max-width:100%}.ed-statusbar,.ed-statusbar__stats{display:flex;align-items:center;overflow:hidden}.ed-statusbar__stats{gap:4px;min-width:0;white-space:nowrap;text-overflow:ellipsis}.ed-statusbar__part{flex:0 0 auto}.ed-statusbar__part+.ed-statusbar__part:before{content:"·";margin:0 4px;color:var(--text-muted)}.ed-statusbar__part--sel{color:var(--accent);font-weight:600}.ed-statusbar__part--cursor{font-family:var(--font-mono)}.ed-statusbar__save{margin-left:auto}.ed-statusbar__doc,.ed-statusbar__save{flex:0 0 auto;font-size:var(--text-2xs)}.ed-statusbar__doc{font-weight:600;color:var(--accent);text-decoration:none;white-space:nowrap}.ed-statusbar__doc:hover{text-decoration:underline}.ed-statusbar__doc:focus-visible{outline:2px solid var(--accent);outline-offset:1px}@media (max-width:639px){.ed-statusbar__stats .ed-statusbar__part:not(.ed-statusbar__part--sel):nth-child(n+2){display:none}}.slide-rail{width:148px;flex:0 0 auto;background:var(--bg-surface);border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0}.slide-rail-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 12px 6px;font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.slide-rail-count{font-family:var(--font-mono);font-size:10px;font-weight:700;color:var(--text-secondary);background:var(--bg-raised);border-radius:var(--radius-full);padding:1px 7px;letter-spacing:0}.slide-rail-list{flex:1 1 auto;overflow-y:auto;padding:4px 8px 8px;display:flex;flex-direction:column;gap:8px;touch-action:pan-y}.slide-thumb{display:flex;flex-direction:column;text-align:left;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);padding:0;cursor:pointer;font-family:inherit;transition:border-color var(--motion-fast,.15s ease)}.slide-thumb,.slide-thumb-preview{position:relative;width:100%;flex:0 0 auto;overflow:hidden}.slide-thumb-preview{display:block;aspect-ratio:16/9;background:var(--bg-canvas)}.slide-thumb-cap{display:block;padding:4px 7px 5px;min-height:28px;border-top:1px solid var(--border);background:var(--bg-surface)}.slide-thumb:hover{border-color:var(--border-strong)}.slide-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.slide-thumb.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.slide-thumb[disabled]{cursor:default;opacity:.7}.slide-thumb-bg,.slide-thumb-bg-scrim{position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit}.slide-thumb-render{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.slide-thumb-render-inner{transform-origin:top left}.slide-thumb-render-inner.present-root{position:relative;inset:auto;z-index:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.slide-thumb-n{position:absolute;top:2px;left:5px;z-index:1;font-size:9px;color:var(--text-muted);font-family:var(--font-mono)}.slide-thumb-t{font-size:9px;font-weight:700;color:var(--text-primary)}.slide-thumb-s,.slide-thumb-t{display:block;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slide-thumb-s{margin-top:1px;font-size:7px;color:var(--text-secondary)}.slide-thumb.has-bg .slide-thumb-n{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.55)}.slide-rail-actions{flex:0 0 auto;display:flex;flex-direction:column;gap:5px;padding:8px;border-top:1px solid var(--border)}.slide-rail-btn{width:100%;height:28px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-canvas);color:var(--text-secondary);font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:background var(--motion-fast,.15s ease)}.slide-rail-btn:hover:not([disabled]){background:var(--bg-raised);color:var(--text-primary)}.slide-rail-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.slide-rail-btn[disabled]{opacity:.5;cursor:default}.slide-rail-btn-danger:hover:not([disabled]){border-color:var(--danger);color:var(--danger);background:color-mix(in srgb,var(--danger) 8%,transparent)}@media (max-width:639px){.ed-body:has(>.slide-rail){flex-direction:column}.ed-body:has(>.slide-rail) .slide-rail{order:2;width:100%;flex-direction:row;align-items:stretch;border-right:none;border-top:1px solid var(--border)}.ed-body:has(>.slide-rail) .slide-rail-head{display:none}.ed-body:has(>.slide-rail) .slide-rail-list{flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:8px;scrollbar-width:thin;touch-action:pan-x}.ed-body:has(>.slide-rail) .slide-thumb{width:104px;flex:0 0 auto}.ed-body:has(>.slide-rail) .ed-surface{padding:12px}.ed-body:has(>.slide-rail) .ed-doc{width:100%}.ed-body:has(>.slide-rail) .ed-doc .ProseMirror>[data-testid=slide][data-active=false]{display:none}.ed-body:has(>.slide-rail) .ed-doc .ProseMirror>[data-testid=slide]{width:100%;aspect-ratio:16/9;margin:0;border-radius:var(--radius-md);overflow:auto;overscroll-behavior:contain;background:var(--bg-canvas);box-shadow:var(--shadow-md)}.ed-body:has(>.slide-rail) .slide-rail-actions{border-top:none;border-left:1px solid var(--border);justify-content:center;flex-direction:row;align-items:center;gap:4px;padding:8px}.ed-body:has(>.slide-rail) .slide-rail-btn{width:40px;height:40px;padding:0;font-size:20px}}.ed-slash-pop{position:fixed;z-index:90;animation:dm-menu-in var(--motion-fast,.15s) var(--ease-entrance,ease-out) backwards;transform-origin:top left}.ed-slash-menu{min-width:236px;max-width:300px;max-height:320px;overflow-y:auto;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:4px}.ed-slash-group{padding:6px 10px 2px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.ed-slash-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:6px 10px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-primary);font-family:inherit;font-size:13px;text-align:left;cursor:pointer}.ed-slash-item.is-selected{background:var(--bg-raised)}.ed-slash-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.ed-slash-label{flex:1 1 auto;white-space:nowrap}.ed-slash-hint{flex:0 0 auto;font-family:var(--font-mono);font-size:11px;color:var(--text-muted)}.ed-slash-empty{padding:10px;font-size:12px;color:var(--text-muted)}.ed-slash-foot{margin-top:4px;padding:6px 10px 4px;border-top:1px solid var(--border);font-size:10px;color:var(--text-muted);white-space:nowrap}@media (prefers-reduced-motion:reduce){.ed-slash-pop{animation:none}}.ed-emoji-pop{position:fixed;z-index:90;animation:dm-menu-in var(--motion-fast,.15s) var(--ease-entrance,ease-out) backwards;transform-origin:top left}.ed-emoji-menu{min-width:190px;max-height:264px;overflow-y:auto;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:4px}.ed-emoji-item{display:flex;align-items:center;gap:10px;width:100%;padding:5px 10px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-primary);font-family:inherit;font-size:13px;text-align:left;cursor:pointer}.ed-emoji-item.is-selected{background:var(--bg-raised)}.ed-emoji-char{font-size:16px;line-height:1}.ed-emoji-code{font-family:var(--font-mono);font-size:11px;color:var(--text-muted)}@media (prefers-reduced-motion:reduce){.ed-emoji-pop{animation:none}}.ed-suggest-scrim{position:fixed;left:0;right:0;top:0;height:100vh;height:var(--app-vh,100dvh);background:rgba(15,23,42,.35);z-index:var(--z-modal,300);display:flex;align-items:flex-end;padding-bottom:var(--kb-inset,0);animation:ed-scrim-fade var(--motion-fast,.15s) var(--ease-entrance,ease-out) backwards}@keyframes ed-scrim-fade{0%{opacity:0}to{opacity:1}}.ed-emoji-pop--sheet,.ed-slash-pop--sheet{position:static;width:100%;animation:ed-sheet-up var(--motion-base,.22s) var(--ease-entrance,ease-out);transform-origin:bottom center}.ed-emoji-pop--sheet .ed-emoji-menu,.ed-slash-pop--sheet .ed-slash-menu{min-width:0;max-width:none;width:100%;max-height:min(45vh,calc(var(--app-vh, 100dvh) * .45));border-left:0;border-right:0;border-bottom:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:0 -8px 24px rgba(15,23,42,.25);padding:8px 12px calc(12px + env(safe-area-inset-bottom, 0px));overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.ed-emoji-pop--sheet .ed-emoji-item,.ed-slash-pop--sheet .ed-slash-item{min-height:44px;font-size:15px}.ed-slash-pop--sheet .ed-slash-foot{display:none}@media (prefers-reduced-motion:reduce){.ed-emoji-pop--sheet,.ed-slash-pop--sheet,.ed-suggest-scrim{animation:none}}.dm-mention{display:inline-flex;align-items:center;gap:3px;padding:0 5px 0 4px;border-radius:var(--radius-sm,6px);font-weight:600;font-size:.95em;line-height:1.4;white-space:nowrap;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dm-mention-text{display:inline}.dm-mention-marker{display:inline-flex;align-items:center}.dm-mention--user{color:var(--accent,#2563eb);background:var(--accent-subtle,rgba(37,99,235,.12))}.dm-mention--user .dm-mention-marker:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.dm-mention--doc{color:var(--text-primary);background:var(--bg-raised,rgba(0,0,0,.06));cursor:pointer}.dm-mention--doc .dm-mention-marker{color:var(--text-muted)}.dm-mention--doc:hover{background:var(--border,rgba(0,0,0,.12))}.dm-mention--doc:focus-visible{outline:2px solid var(--accent);outline-offset:1px}:root{--chip-anchor-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='5' r='3'/%3E%3Cline x1='12' y1='22' x2='12' y2='8'/%3E%3Cpath d='M5 12H2a10 10 0 0 0 20 0h-3'/%3E%3C/svg%3E");--chip-doc-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cline x1='10' y1='9' x2='8' y2='9'/%3E%3C/svg%3E")}.ed-prose a[href^="#"],.ed-prose a[href^="/doc/"],.ed-prose a[href^="/p/"],.guest-doc-prose a[href^="#"],.guest-doc-prose a[href^="/doc/"],.guest-doc-prose a[href^="/p/"]{display:inline-flex;align-items:center;gap:3px;padding:0 6px 0 5px;border-radius:var(--radius-sm,6px);font-weight:600;font-size:.95em;line-height:1.35;color:var(--text-primary);background:var(--bg-raised,rgba(0,0,0,.06));text-decoration:none;cursor:pointer;vertical-align:baseline;transition:background .12s ease}.ed-prose a[href^="#"]:hover,.ed-prose a[href^="/doc/"]:hover,.ed-prose a[href^="/p/"]:hover,.guest-doc-prose a[href^="#"]:hover,.guest-doc-prose a[href^="/doc/"]:hover,.guest-doc-prose a[href^="/p/"]:hover{background:var(--border,rgba(0,0,0,.12))}.ed-prose a[href^="#"]:focus-visible,.ed-prose a[href^="/doc/"]:focus-visible,.ed-prose a[href^="/p/"]:focus-visible,.guest-doc-prose a[href^="#"]:focus-visible,.guest-doc-prose a[href^="/doc/"]:focus-visible,.guest-doc-prose a[href^="/p/"]:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:1px}.ed-prose a[href^="#"]:before,.ed-prose a[href^="/doc/"]:before,.ed-prose a[href^="/p/"]:before,.guest-doc-prose a[href^="#"]:before,.guest-doc-prose a[href^="/doc/"]:before,.guest-doc-prose a[href^="/p/"]:before{content:"";flex:0 0 auto;width:.85em;height:.85em;background-color:currentColor;opacity:.65;-webkit-mask:var(--chip-anchor-icon) center /contain no-repeat;mask:var(--chip-anchor-icon) center /contain no-repeat}.ed-prose a[href^="/doc/"]:before,.ed-prose a[href^="/p/"]:before,.guest-doc-prose a[href^="/doc/"]:before,.guest-doc-prose a[href^="/p/"]:before{-webkit-mask-image:var(--chip-doc-icon);mask-image:var(--chip-doc-icon)}.dm-mention-status-badge{display:inline-flex;align-items:center;flex-wrap:wrap;gap:5px;margin-left:4px;padding:1px 7px;border-radius:999px;font-size:.78em;font-weight:500;line-height:1.5;white-space:normal;vertical-align:baseline}.dm-mention-status-dot{flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:currentColor}.dm-mention-status-badge--pending{color:#7c3aed;background:color-mix(in srgb,#7c3aed 12%,transparent)}.dm-mention-status-badge--pending .dm-mention-status-dot{animation:dm-mention-status-pulse 1.4s ease-in-out infinite}.dm-mention-status-badge--claimed{color:var(--accent,#0d9488);background:color-mix(in srgb,var(--accent,#0d9488) 12%,transparent)}.dm-mention-status-badge--expired,.dm-mention-status-badge--failed{color:var(--warning-text,var(--warning,#92400e));background:color-mix(in srgb,var(--warning,#f59e0b) 14%,transparent)}.dm-mention-status-retry{flex:0 0 auto;margin-left:2px;padding:0 6px;border:1px solid;border-radius:999px;background:transparent;color:inherit;font:inherit;font-weight:600;cursor:pointer}.dm-mention-status-retry:hover{background:color-mix(in srgb,currentColor 14%,transparent)}@keyframes dm-mention-status-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.dm-mention-status-badge--pending .dm-mention-status-dot{animation:none}}.dm-mention-pop{position:fixed;z-index:90;animation:dm-menu-in var(--motion-fast,.15s) var(--ease-entrance,ease-out) backwards;transform-origin:top left}.cr-pop--portaled.dm-mention-pop{position:static;inset:auto}.dm-mention-menu{min-width:240px;max-width:320px;max-height:320px;overflow-y:auto;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:4px}.dm-mention-group{padding:6px 10px 2px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.dm-mention-item{display:flex;flex-direction:column;align-items:stretch;gap:2px;width:100%;min-height:36px;padding:6px 10px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-primary);font-family:inherit;font-size:13px;text-align:left;cursor:pointer}.dm-mention-row-main{display:flex;align-items:center;gap:10px;width:100%}.dm-mention-item.is-selected{background:var(--bg-raised)}.dm-mention-item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.dm-mention-avatar{border-radius:50%;color:#fff;font-size:10px;font-weight:700;line-height:1}.dm-mention-avatar,.dm-mention-docicon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.dm-mention-docicon{color:var(--text-muted)}.dm-mention-label{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dm-mention-status{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;font-size:.72em;text-transform:uppercase;letter-spacing:.03em;opacity:.75}.dm-mention-status .dm-mention-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.dm-mention-status.is-online{color:var(--accent,#2dd4bf)}.dm-mention-status.is-offline{color:var(--text-muted,#94a3b8)}.dm-mention-item.is-agent-offline .dm-mention-avatar,.dm-mention-item.is-agent-offline .dm-mention-label{opacity:.6}.dm-mention-subtitle{display:inline-flex;align-items:center;flex-wrap:wrap;gap:5px;padding-left:32px;font-size:.72em;line-height:1.3;white-space:normal}.dm-mention-live-dot{flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:currentColor}.dm-mention-live-label{flex:0 0 auto;font-weight:700;letter-spacing:.03em}.dm-mention-live-text{color:var(--text-muted);font-weight:400}.dm-mention-subtitle.is-doc-hint{color:var(--text-muted,#94a3b8)}.dm-mention-subtitle.is-listening{color:var(--success,#16a34a)}.dm-mention-subtitle.is-not-listening{color:var(--text-muted,#94a3b8)}.dm-mention-subtitle.is-not-listening .dm-mention-live-text{color:var(--warning-text,var(--warning,#92400e))}.dm-mention-footer{margin-top:2px;padding:8px 10px 4px;border-top:1px solid var(--border);font-size:.72em;line-height:1.35;color:var(--text-muted)}@media (prefers-reduced-motion:reduce){.dm-mention-pop{animation:none}}@media (max-width:639px){.dm-mention-pop{left:0!important;right:0;top:auto!important;bottom:0!important;transform-origin:bottom center}.dm-mention-menu{min-width:0;max-width:none;max-height:45vh;border-radius:var(--radius-md) var(--radius-md) 0 0;border-left:none;border-right:none;border-bottom:none;padding:6px 8px calc(8px + env(safe-area-inset-bottom, 0px))}.dm-mention-item{min-height:44px}}html[data-keyboard-open] .dm-mention-pop{top:auto!important;bottom:var(--kb-inset,0)!important}.ed-tool--gated{opacity:.55;cursor:pointer}.ed-tool--gated:hover{opacity:.75;background:var(--bg-raised)}.img-upload-overlays{display:contents}.img-upload-node{position:relative;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column}.img-upload-node__preview{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:blur(6px) brightness(.85);transform:scale(1.05);position:absolute;inset:0}.img-upload-node__img{display:block;width:100%;height:auto;opacity:0;animation:img-fade-in var(--motion-slow,.3s ease) forwards}@keyframes img-fade-in{to{opacity:1}}@media (prefers-reduced-motion:reduce){.img-upload-node__img{animation:none;opacity:1}}.img-upload-node__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:color-mix(in srgb,var(--bg-canvas) 78%,transparent)}.img-upload-node__progress-wrap{display:flex;align-items:center;gap:var(--space-2);flex:1 1 auto;min-width:0}.img-upload-node__progress-bar{flex:1 1 auto;height:6px;border-radius:var(--radius-full);background:var(--bg-raised);overflow:hidden}.img-upload-node__progress-fill{height:100%;border-radius:var(--radius-full);background:var(--accent);transition:width var(--motion-fast,.15s ease)}.img-upload-node__progress-fill--indeterminate{width:40%;animation:img-progress-slide 1.2s ease-in-out infinite}@keyframes img-progress-slide{0%{transform:translateX(-100%)}to{transform:translateX(350%)}}@media (prefers-reduced-motion:reduce){.img-upload-node__progress-fill--indeterminate{animation:none;width:50%}}.img-upload-node__label{font-size:11px;font-weight:600;color:var(--text-secondary);white-space:nowrap;flex:0 0 auto}.img-upload-node__cancel{flex:0 0 auto;width:24px;height:24px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-surface);color:var(--text-muted);cursor:pointer;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background var(--motion-fast),color var(--motion-fast)}.img-upload-node__cancel:hover{background:var(--bg-raised);color:var(--danger);border-color:var(--danger)}.img-upload-node__cancel:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.img-upload-node__error{padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2);background:color-mix(in srgb,var(--danger) 6%,var(--bg-canvas));border-top:1px solid color-mix(in srgb,var(--danger) 30%,transparent)}.img-upload-node__error-msg{font-size:13px;color:var(--danger)}.img-upload-node__error-actions{display:flex;gap:var(--space-2)}.img-upload-node__dismiss-btn,.img-upload-node__retry-btn{height:28px;padding:0 12px;font-size:12px;font-weight:600;font-family:inherit;border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;transition:background var(--motion-fast),color var(--motion-fast)}.img-upload-node__retry-btn{background:var(--accent);color:var(--text-on-accent);border-color:var(--accent)}.img-upload-node__retry-btn:hover{background:var(--accent-hover,var(--accent));opacity:.9}.img-upload-node__dismiss-btn{background:var(--bg-canvas);color:var(--text-secondary)}.img-upload-node__dismiss-btn:hover{background:var(--bg-raised);color:var(--danger);border-color:var(--danger)}.img-upload-node__alt-row{padding:var(--space-2) var(--space-3);border-top:1px solid var(--border);background:var(--bg-surface)}.img-upload-node__alt-input{width:100%;height:28px;padding:0 8px;font-size:12px;font-family:inherit;color:var(--text-primary);background:var(--bg-canvas);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;box-sizing:border-box}.img-upload-node__alt-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-subtle)}.img-upload-node__alt-input::-moz-placeholder{color:var(--text-muted)}.img-upload-node__alt-input::placeholder{color:var(--text-muted)}@media (max-width:900px){.ed-tg--secondary{display:flex}}@media (max-width:639px){.ed-toolbar{display:flex}}.ed-tool-menu-label{margin-left:2px}@media (max-width:639px){.ed-tool-menu-label{display:none}}.ed-doc .ProseMirror [data-active-block=true]{outline:none;box-shadow:inset 2px 0 0 var(--accent);background:color-mix(in srgb,var(--accent) 3%,transparent);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.ed-doc .ProseMirror [data-malformed-block=true]{outline:1px dashed var(--warning,#f59e0b);outline-offset:2px;cursor:help}.ed-size-toast{position:fixed;bottom:var(--space-4);left:50%;transform:translateX(-50%);z-index:50;display:flex;align-items:center;gap:var(--space-2);padding:10px 16px;background:var(--bg-surface);border:1px solid var(--danger,#e5484d);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);font-size:13px;color:var(--danger,#e5484d);font-weight:600;white-space:nowrap;pointer-events:auto}.ed-size-toast__dismiss{margin-left:var(--space-2);border:none;background:transparent;color:inherit;cursor:pointer;font-size:15px;line-height:1;padding:0 2px;opacity:.7}.ed-size-toast__dismiss:hover{opacity:1}.ed-size-toast--info{border-color:var(--border);color:var(--text-secondary)}iframe.ed-embed__frame{display:block;width:100%;max-width:var(--ed-content-max,1040px);height:auto;aspect-ratio:16/9;margin:var(--space-3) auto;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-raised)}iframe.ed-embed__frame[data-embed=codepen],iframe.ed-embed__frame[data-embed=figma],iframe.ed-embed__frame[data-embed=gdrive],iframe.ed-embed__frame[data-embed=gmaps]{aspect-ratio:4/3}iframe.ed-embed__frame[data-embed=tweet]{aspect-ratio:auto;min-height:220px}iframe.ed-embed__frame[data-loading]{background:linear-gradient(90deg,var(--bg-raised) 25%,var(--bg-surface) 50%,var(--bg-raised) 75%);background-size:200% 100%;animation:ed-skeleton-shimmer 1.6s linear infinite}@media (prefers-reduced-motion:reduce){iframe.ed-embed__frame[data-loading]{animation:none;background:var(--bg-raised)}}.ed-embed{position:relative;width:100%;max-width:var(--ed-content-max,1040px);margin:var(--space-3) auto;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);background:var(--bg-surface)}.ed-embed--video{aspect-ratio:16/9}.ed-embed--tweet{min-height:200px}.ed-embed__frame{display:block;width:100%;height:100%;border:none;background:transparent}.ed-embed--video .ed-embed__frame{position:absolute;inset:0}.ed-embed .ed-embed__frame{max-width:none;height:100%;aspect-ratio:auto;margin:0;border:none;border-radius:0;background:transparent}.ed-embed__skeleton{position:absolute;inset:0;background:linear-gradient(90deg,var(--bg-raised) 25%,var(--bg-surface) 50%,var(--bg-raised) 75%);background-size:200% 100%;animation:ed-skeleton-shimmer 1.6s linear infinite}@keyframes ed-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.ed-embed__skeleton{animation:none;background:var(--bg-raised)}}.ed-embed:not([data-loading]) .ed-embed__skeleton{display:none}.ed-embed__label{position:absolute;top:6px;right:8px;font-size:10px;font-weight:700;color:var(--text-muted);background:color-mix(in srgb,var(--bg-canvas) 80%,transparent);border-radius:var(--radius-sm);padding:2px 6px;pointer-events:none;text-transform:uppercase;letter-spacing:.05em}.ed-doc .ProseMirror pre[data-malformed]{border-color:var(--warning,#f59e0b);position:relative}.ed-doc .ProseMirror pre[data-malformed]:after{content:"⚠ unknown language";position:absolute;top:4px;right:8px;font-size:10px;color:var(--warning,#f59e0b);font-family:var(--font-sans,inherit);font-weight:600;pointer-events:none}.ed-doc .ProseMirror a[target=_blank]{cursor:pointer}.ed-doc .ProseMirror a[target=_blank]:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-radius:2px}.toc-rail{--toc-rail-open-w:220px;width:30px;flex:0 0 auto;background:var(--bg-surface);border-right:1px solid var(--border);overflow:hidden;display:flex;flex-direction:column;min-height:0;transition:width var(--motion-base) var(--ease-standard),border-color var(--motion-base) ease;position:relative;z-index:10}.toc-rail.is-expanded,.toc-rail:focus-within{width:var(--toc-rail-open-w);border-color:var(--border-strong,var(--border))}.toc-rail:focus-within .toc-rail__panel{opacity:1;pointer-events:auto}.toc-rail:focus-within .toc-rail__icon,.toc-rail:focus-within .toc-rail__ticks{opacity:0}.toc-rail.is-hidden,.toc-rail.is-hidden:focus-within{width:12px;cursor:pointer}.toc-rail__icon{position:absolute;top:9px;left:0;right:0;display:flex;justify-content:center;color:var(--text-muted);pointer-events:none;transition:opacity var(--motion-fast) ease}.toc-rail__icon svg{width:16px;height:16px}.toc-rail.is-expanded .toc-rail__icon{opacity:0}.toc-rail__hide{border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:14px;line-height:1;padding:2px 4px;border-radius:var(--radius-sm)}.toc-rail__hide:hover{background:var(--bg-raised);color:var(--text-primary)}.toc-rail__hide:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.toc-rail__restore{position:absolute;inset:0;border:none;background:transparent;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;font-size:10px;letter-spacing:.05em}.toc-rail__restore:hover{background:var(--bg-raised);color:var(--text-primary)}.toc-rail--reduced-motion,.toc-rail--reduced-motion.is-expanded{transition:none}.toc-rail__ticks{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;padding:36px 0 12px;gap:5px;opacity:1;transition:opacity var(--motion-fast) ease;pointer-events:none}.toc-rail.is-expanded .toc-rail__ticks{opacity:0}.toc-rail--reduced-motion .toc-rail__ticks,.toc-rail--reduced-motion.is-expanded .toc-rail__ticks{transition:none}.toc-rail__tick{display:block;height:2px;border-radius:var(--radius-full);background:var(--text-muted);opacity:.55}.toc-rail__tick--h1{width:4px}.toc-rail__tick--h2{width:3px;opacity:.4}.toc-rail__tick--h3{width:2px;opacity:.3}.toc-rail__tick--h4{width:2px;opacity:.26}.toc-rail__tick--h5{width:1px;opacity:.22}.toc-rail__tick--h6{width:1px;opacity:.18}.toc-rail__panel{display:flex;flex-direction:column;min-height:0;flex:1 1 auto;opacity:0;transition:opacity .14s ease 60ms;pointer-events:none}.toc-rail.is-expanded .toc-rail__panel{opacity:1;pointer-events:auto}.toc-rail--reduced-motion .toc-rail__panel,.toc-rail--reduced-motion.is-expanded .toc-rail__panel{transition:none}.toc-rail__panel-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 12px 5px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);white-space:nowrap;overflow:hidden}.toc-rail__list{flex:1 1 auto;overflow-y:auto;padding:2px 0 8px;list-style:none;margin:0}.toc-rail__item{display:block}.toc-rail__entry{width:100%;display:block;text-align:left;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:12px;line-height:1.35;color:var(--text-secondary);padding:4px 10px 4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-radius:var(--radius-sm);transition:background var(--motion-fast,.15s ease),color var(--motion-fast,.15s ease)}.toc-rail__entry:hover{background:var(--bg-raised);color:var(--text-primary)}.toc-rail__entry:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.toc-rail__entry--h1{padding-left:10px;font-weight:600;color:var(--text-primary)}.toc-rail__entry--h2{padding-left:18px}.toc-rail__entry--h3{padding-left:26px;font-size:11px;color:var(--text-muted)}.toc-rail__entry--h4{padding-left:34px;font-size:11px;color:var(--text-muted)}.toc-rail__entry--h5{padding-left:42px;font-size:11px;font-weight:600;color:var(--text-muted)}.toc-rail__entry--h6{padding-left:50px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.ed-doc .ProseMirror .ed-mermaid{margin:.4em 0}.ed-doc .ProseMirror .ed-mermaid__src{font-family:var(--font-mono);font-size:13px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:11px 13px;overflow:auto;color:var(--text-primary);margin:0}.ed-doc .ProseMirror .ed-mermaid--active .ed-mermaid__src{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}.ed-doc .ProseMirror .ed-mermaid__preview{display:none}.ed-doc .ProseMirror .ed-mermaid--active .ed-mermaid__preview{display:flex;justify-content:center;align-items:center;background:var(--bg-canvas);border-top:1px solid var(--border);border:1px solid var(--border);border-top-style:dashed;border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md);padding:16px;overflow:auto}.ed-doc .ProseMirror .ed-mermaid__preview svg{max-width:100%;height:auto}.ed-doc .ProseMirror .ed-mermaid__msg{font-family:var(--font-mono);font-size:12px;padding:6px 10px;border-radius:var(--radius-sm);color:var(--text-muted)}.ed-doc .ProseMirror .ed-mermaid__msg--error{color:#b42318;background:rgba(180,35,24,.08)}.ed-doc .ProseMirror .ed-mermaid__msg--fallback{font-style:italic}.ed-doc .ProseMirror .ed-mermaid__err-head{font-weight:700;margin-bottom:3px}.ed-doc .ProseMirror .ed-mermaid__err-why{font-family:var(--font-sans,system-ui,sans-serif);color:var(--text-primary);margin-bottom:6px;line-height:1.45}.ed-doc .ProseMirror .ed-mermaid__err-line{display:block;overflow-x:auto;overscroll-behavior:contain;white-space:pre;padding:4px 7px;margin-bottom:7px;border-radius:var(--radius-sm);background:var(--bg-canvas);border:1px solid var(--table-border);color:var(--text-secondary)}.ed-doc .ProseMirror .ed-mermaid__err-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ed-doc .ProseMirror .ed-mermaid__err-fix{font:inherit;font-weight:600;cursor:pointer;padding:3px 9px;border-radius:var(--radius-sm);border:1px solid var(--accent);background:var(--accent);color:var(--text-on-accent)}.ed-doc .ProseMirror .ed-mermaid__err-fix:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.ed-doc .ProseMirror .ed-mermaid__err-details summary{cursor:pointer;color:var(--text-muted)}.ed-doc .ProseMirror .ed-mermaid__err-details pre{margin:6px 0 0;max-height:160px;overflow:auto;overscroll-behavior:contain;white-space:pre-wrap;font-size:11px;color:var(--text-muted)}.ed-doc .ProseMirror{--cbh-keyword:#5e409d;--cbh-string:#66800b;--cbh-comment:#6f6e69;--cbh-number:#bc5215;--cbh-function:#205ea6}[data-theme=black] .ed-doc .ProseMirror,[data-theme=dark] .ed-doc .ProseMirror,[data-theme=dusk] .ed-doc .ProseMirror{--cbh-keyword:#8b7ec8;--cbh-string:#879a39;--cbh-comment:#878580;--cbh-number:#da702c;--cbh-function:#4385be}.ed-doc .ProseMirror .cbh-keyword{color:var(--cbh-keyword);font-weight:600}.ed-doc .ProseMirror .cbh-string{color:var(--cbh-string)}.ed-doc .ProseMirror .cbh-comment{color:var(--cbh-comment);font-style:italic}.ed-doc .ProseMirror .cbh-number{color:var(--cbh-number)}.ed-doc .ProseMirror .cbh-function{color:var(--cbh-function)}.ed-doc .ProseMirror .ed-mermaid{position:relative}.ed-doc .ProseMirror .ed-codeblock__lang{position:absolute;top:6px;right:8px;z-index:1;font-family:var(--font-sans);font-size:11px;color:var(--text-muted);background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1px 4px;opacity:0;transition:opacity var(--motion-fast) ease;cursor:pointer}.ed-doc .ProseMirror .ed-codeblock__lang:focus,.ed-doc .ProseMirror .ed-codeblock__lang:focus-visible,.ed-doc .ProseMirror .ed-mermaid:hover .ed-codeblock__lang{opacity:1}.ed-doc .ProseMirror .ed-directive{margin:.35em 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-doc .ProseMirror .ed-directive__pill{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;font-size:11px;font-weight:600;line-height:1.6;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-raised);color:var(--text-muted)}.ed-doc .ProseMirror .ed-directive__pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.7}.ed-doc .ProseMirror .ed-directive.is-layout .ed-directive__pill{background:var(--accent-subtle);color:var(--accent);border-color:color-mix(in srgb,var(--accent) 30%,transparent)}.ed-doc .ProseMirror .ed-directive.is-font .ed-directive__pill{background:var(--bg-raised);color:var(--text-secondary);border-color:var(--border)}.ed-doc .ProseMirror .ed-directive.is-background .ed-directive__pill{background:var(--accent-subtle);color:var(--accent);border-color:color-mix(in srgb,var(--accent) 30%,transparent)}.ed-doc .ProseMirror .ed-directive.is-selected .ed-directive__pill{outline:2px solid var(--accent);outline-offset:1px}.ed-doc .ProseMirror .ed-directive.is-interactive .ed-directive__pill{cursor:pointer;transition:background var(--motion-fast,.15s) ease,border-color var(--motion-fast,.15s) ease}.ed-doc .ProseMirror .ed-directive.is-interactive .ed-directive__pill:hover{background:var(--accent-subtle);color:var(--accent);border-color:color-mix(in srgb,var(--accent) 30%,transparent)}.ed-doc .ProseMirror .ed-directive.is-interactive .ed-directive__pill:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ed-doc .ProseMirror .ed-slide-meta-hidden{display:none}.ed-slide-host{position:relative}.ed-slide-host>.ProseMirror,.ed-slide-host>.ed-prose{position:relative;z-index:1;background:transparent}.ed-slide-bg-layer{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.ed-slide-bg{position:absolute;left:0;right:0;border-radius:var(--radius-lg,12px);background-size:cover;background-position:50%;background-repeat:no-repeat}.ed-slide-bg:after{content:"";position:absolute;inset:0;border-radius:inherit;background:color-mix(in srgb,var(--bg-canvas) 80%,transparent)}[data-theme=black] .ed-slide-bg:after,[data-theme=dark] .ed-slide-bg:after,[data-theme=dusk] .ed-slide-bg:after{background:color-mix(in srgb,var(--bg-canvas) 74%,transparent)}.ed-body--fc .ed-slide-bg:after,.ed-body--view .ed-slide-bg:after{background:color-mix(in srgb,var(--bg-canvas) 52%,transparent)}.ed-body--hybrid .ed-surface:has(.ed-slide-card){scroll-snap-type:y proximity}.ed-slide-card{scroll-snap-align:start;scroll-margin-top:8px;--edc-bg:transparent;--edc-text:var(--text-primary,#100f0f);--edc-accent:var(--accent,#af3029);--edc-h-sub:var(--text-secondary,#6f6e69);--edc-code-bg:var(--bg-surface,rgba(0,0,0,0.06));--edc-code:var(--accent,#af3029);--edc-border:var(--border-subtle,rgba(0,0,0,0.12));position:relative;aspect-ratio:16/9;margin:.75em 0;border-radius:var(--radius-lg,12px);overflow:hidden;background:var(--edc-bg);box-shadow:0 0 0 1px var(--border-subtle,rgba(0,0,0,.12))}.ed-slide-card__bg,.ed-slide-card__scrim{position:absolute;inset:0;z-index:0;pointer-events:none}.ed-slide-card__body{position:relative;z-index:1;container-type:inline-size;height:100%;box-sizing:border-box;padding:clamp(16px,6cqw,56px);overflow:auto;color:var(--edc-text);display:flex;flex-direction:column;justify-content:safe center;text-align:left}.ed-slide-card__body .ed-img{align-self:flex-start}.ed-slide-card[data-has-bg=true] .ed-slide-card__body{color:#ffffff;text-shadow:0 1px 2px rgba(0,0,0,.7),0 2px 10px rgba(0,0,0,.45)}.ed-slide-card__body :is(h1,h2,h3,h4,h5,h6){color:inherit}.ed-slide-card__body h1{font-size:clamp(22px,8cqw,44px);font-weight:700;line-height:1.1;margin:0 0 .3em}.ed-slide-card__body h2{font-size:clamp(16px,4.5cqw,26px);font-weight:600;line-height:1.2;margin:0 0 .4em}.ed-slide-card__body ol,.ed-slide-card__body p,.ed-slide-card__body ul{font-size:clamp(13px,3cqw,19px);line-height:1.5;margin:0 0 .5em}.ed-slide-card__body ol,.ed-slide-card__body ul{padding-left:1.4em}.ed-slide-card__body blockquote{font-size:clamp(15px,3.6cqw,24px);font-style:italic;border-left:3px solid var(--edc-accent);padding:.1em .9em;margin:0 0 .5em}.ed-doc .ProseMirror .ed-slide-card table,.ed-doc .ProseMirror .ed-slide-card td,.ed-doc .ProseMirror .ed-slide-card th{border:1px solid var(--edc-border)}.ed-doc .ProseMirror .ed-slide-card th,.ed-doc .ProseMirror .ed-slide-card thead th{background:var(--edc-code-bg);color:var(--edc-h-sub)}.ed-doc .ProseMirror .ed-slide-card :is(code,pre){background:var(--edc-code-bg);color:var(--edc-code);border:none}.ed-doc .ProseMirror .ed-slide-card pre code{background:transparent}.ed-doc .ProseMirror .ed-slide-card :is(a,a:link,a:visited){color:var(--edc-accent)}.ed-doc .ProseMirror .ed-slide-card hr{border:none;border-top:1px solid var(--edc-border)}.ed-slide-card__body[data-layout=title]{text-align:center;align-items:center}.ed-slide-card__body[data-layout=title] h1{font-size:clamp(26px,10cqw,56px)}.ed-slide-card__body[data-layout=section]{text-align:center;align-items:center}.ed-slide-card__body[data-layout=section] h1,.ed-slide-card__body[data-layout=section] h2{color:var(--edc-accent)}.ed-slide-card__body[data-layout=quote]{text-align:center;align-items:center}.ed-slide-card__body[data-layout=quote] blockquote{border-left:none;padding:0;font-size:clamp(17px,4.6cqw,30px)}.ed-slide-card__body--cols{display:block;-moz-column-count:2;column-count:2;-moz-column-gap:clamp(16px,4cqw,40px);column-gap:clamp(16px,4cqw,40px)}.ed-slide-card__body--cols li,.ed-slide-card__body--cols>:not(ul):not(ol){-moz-column-break-inside:avoid;break-inside:avoid}@media (max-width:639px){.ed-slide-card__body--cols{-moz-column-count:1;column-count:1}}.ed-doc .ProseMirror .ed-rawhtml{position:relative;margin:.4em 0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-canvas);overflow:hidden}.ed-doc .ProseMirror .ed-rawhtml.is-selected{outline:2px solid var(--accent);outline-offset:1px}.ed-doc .ProseMirror .ed-rawhtml__bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 8px;background:var(--bg-surface);border-bottom:1px solid var(--border)}.ed-doc .ProseMirror .ed-rawhtml__badge{font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.ed-doc .ProseMirror .ed-rawhtml__edit{font-size:12px;border:1px solid var(--border);background:var(--bg-canvas);color:var(--text-secondary);border-radius:var(--radius-sm);padding:2px 8px;cursor:pointer}.ed-doc .ProseMirror .ed-rawhtml__edit:hover{background:var(--bg-raised);color:var(--text-primary)}.ed-doc .ProseMirror .ed-rawhtml__preview{padding:12px 14px}.ed-doc .ProseMirror .ed-rawhtml__preview>:first-child{margin-top:0}.ed-doc .ProseMirror .ed-rawhtml__preview>:last-child{margin-bottom:0}.ed-doc .ProseMirror .ed-rawhtml__empty{color:var(--text-muted);font-style:italic;font-size:13px}.ed-doc .ProseMirror .ed-rawhtml__source{display:block;width:100%;min-height:120px;resize:vertical;font-family:var(--font-mono);font-size:12px;line-height:1.5;color:var(--text-primary);background:var(--bg-surface);border:none;border-top:1px solid var(--border);padding:10px 12px;outline:none;box-sizing:border-box}.ed-body--fc .ed-doc .ProseMirror .ed-directive,.ed-body--view .ed-doc .ProseMirror .ed-directive{display:none}.ed-body--fc .ed-doc .ProseMirror .ed-rawhtml,.ed-body--view .ed-doc .ProseMirror .ed-rawhtml{border:none;background:transparent}.ed-body--fc .ed-doc .ProseMirror .ed-rawhtml__bar,.ed-body--fc .ed-doc .ProseMirror .ed-rawhtml__source,.ed-body--view .ed-doc .ProseMirror .ed-rawhtml__bar,.ed-body--view .ed-doc .ProseMirror .ed-rawhtml__source{display:none}.ed-body--fc .ed-doc .ProseMirror .ed-rawhtml__preview,.ed-body--view .ed-doc .ProseMirror .ed-rawhtml__preview{padding:0}.ed-body--fc .ed-doc .ProseMirror .ed-mermaid--rendered .ed-mermaid__src,.ed-body--view .ed-doc .ProseMirror .ed-mermaid--rendered .ed-mermaid__src{display:none}.ed-body--fc .ed-doc .ProseMirror .ed-mermaid--rendered .ed-mermaid__preview,.ed-body--view .ed-doc .ProseMirror .ed-mermaid--rendered .ed-mermaid__preview{border:none;border-radius:0;background:transparent;padding:0}.ed-body--fc .ed-doc .ProseMirror .ed-codeblock__lang,.ed-body--view .ed-doc .ProseMirror .ed-codeblock__lang{display:none}.ed-doc .ProseMirror ul[data-type=taskList]{list-style:none;padding-left:.2em;margin:.1em 0}.ed-doc .ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5em}.ed-doc .ProseMirror ul[data-type=taskList] li>label{flex:0 0 auto;margin-top:.28em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-doc .ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto;min-width:0}.ed-doc .ProseMirror ul[data-type=taskList] input[type=checkbox]{accent-color:var(--accent);cursor:pointer}.ed-doc .ProseMirror ul[data-type=taskList] li[data-checked=true]>div{color:var(--text-muted);text-decoration:line-through}.ed-font-sel{position:absolute;inset:0;width:100%;height:100%;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-canvas);color:var(--text-primary);font-family:inherit;font-size:12px;padding:0 24px 0 28px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.ed-font-pick{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;height:32px}.ed-font-pick__ghost{padding:0 24px 0 28px;border:1px solid transparent;box-sizing:border-box;font-family:inherit;font-size:12px;white-space:nowrap;visibility:hidden;pointer-events:none}.ed-font-pick__glyph{left:9px;z-index:1;font-size:12px;font-weight:600;line-height:1}.ed-font-pick:after,.ed-font-pick__glyph{position:absolute;color:var(--text-secondary);pointer-events:none}.ed-font-pick:after{content:"";right:8px;width:9px;height:9px;border-right:1.5px solid;border-bottom:1.5px solid;transform:translateY(-2px) rotate(45deg)}.ed-doc-pres{display:inline-flex;align-items:center;flex:0 0 auto;gap:var(--space-2,8px)}.ed-doc-pres__sep{flex:0 0 auto;width:1px;height:20px;background:var(--border)}.ed-width-seg{display:inline-flex;align-items:center;flex:0 0 auto;height:32px;padding:0 2px;gap:2px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-canvas);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-width-seg.is-disabled{opacity:.5}.ed-width-seg__btn{display:inline-flex;align-items:center;flex:0 0 auto;height:26px;padding:0 8px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);font-family:inherit;font-size:12px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:background var(--motion-fast,.15s ease),color var(--motion-fast,.15s ease)}.ed-width-seg__btn:hover:not(:disabled){background:var(--bg-surface);color:var(--text-primary)}.ed-width-seg__btn.is-active{background:color-mix(in srgb,var(--bg-raised) 92%,var(--accent));color:var(--text-primary);box-shadow:var(--shadow-md),0 0 0 1px var(--accent);font-weight:600}.ed-width-seg__btn:disabled{cursor:default}.ed-width-seg__btn:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.ed-width-seg__div{flex:0 0 auto;width:1px;height:16px;margin:0 3px;background:var(--border)}.ed-tg--columns{gap:1px}.ed-tool--col{min-width:44px;min-height:44px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:9px;padding:2px 3px}.ed-tool--col__n{font-size:9px;line-height:1;color:var(--text-secondary);font-variant-numeric:tabular-nums}.ed-tool--col:hover .ed-tool--col__n{color:var(--text-primary)}.ed-font--inter .ed-doc .ProseMirror{font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.ed-font--literata .ed-doc .ProseMirror{font-family:var(--font-literata),Georgia,"Times New Roman",serif}.ed-font--atkinson .ed-doc .ProseMirror{font-family:var(--font-atkinson),"Gill Sans",Verdana,sans-serif}.ed-font--sans .ed-doc .ProseMirror{font-family:var(--font-sans)}.ed-font--serif .ed-doc .ProseMirror{font-family:var(--font-serif,Georgia,"Times New Roman",serif)}.ed-font--mono .ed-doc .ProseMirror{font-family:var(--font-mono)}.ed-font--book .ed-doc .ProseMirror{font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif}.ed-font--slab .ed-doc .ProseMirror{font-family:Rockwell,Roboto Slab,Courier New,serif}.ed-font--humanist .ed-doc .ProseMirror{font-family:Seravek,Gill Sans,Segoe UI,Verdana,sans-serif}.ed-doc .ProseMirror>h1,.ed-doc .ProseMirror>h2,.ed-doc .ProseMirror>h3{padding-left:0}.ed-fold-caret{position:absolute;left:-1.15em;top:.35em;width:1em;height:1em;padding:0;border:none;background:transparent;color:var(--text-muted);cursor:pointer;line-height:1;opacity:0;transition:opacity var(--motion-fast) ease}.ed-fold-caret:before{content:"▾";font-size:.78em}.ed-fold-caret.is-folded:before{content:"▸"}.ed-doc .ProseMirror>h1:hover .ed-fold-caret,.ed-doc .ProseMirror>h2:hover .ed-fold-caret,.ed-doc .ProseMirror>h3:hover .ed-fold-caret,.ed-fold-caret.is-folded{opacity:1}.ed-fold-caret:hover{color:var(--text-primary)}.ed-folded-block{display:none}.ed-doc .ProseMirror>h1,.ed-doc .ProseMirror>h2,.ed-doc .ProseMirror>h3,.ed-doc .ProseMirror>h4,.ed-doc .ProseMirror>h5,.ed-doc .ProseMirror>h6{position:relative}.ed-anchor-btn{position:absolute;left:-2.35em;top:.28em;display:inline-flex;align-items:center;justify-content:center;width:1.1em;height:1.1em;padding:0;border:none;background:transparent;color:var(--text-muted);cursor:pointer;opacity:0;transition:opacity var(--motion-fast) ease,color var(--motion-fast) ease}.ed-anchor-btn svg{width:.72em;height:.72em}.ed-anchor-btn:focus-visible,.ed-doc .ProseMirror>h1:hover .ed-anchor-btn,.ed-doc .ProseMirror>h2:hover .ed-anchor-btn,.ed-doc .ProseMirror>h3:hover .ed-anchor-btn,.ed-doc .ProseMirror>h4:hover .ed-anchor-btn,.ed-doc .ProseMirror>h5:hover .ed-anchor-btn,.ed-doc .ProseMirror>h6:hover .ed-anchor-btn{opacity:1}.ed-anchor-btn:hover{color:var(--accent)}@media (hover:none){.ed-anchor-btn{display:none}}.anchor-flash{border-radius:4px;animation:dm-anchor-flash var(--motion-slow,1.2s) var(--ease-out,ease-out)}@keyframes dm-anchor-flash{0%{background:var(--accent-subtle,rgba(37,99,235,.12));box-shadow:0 0 0 4px var(--accent-subtle-strong,rgba(37,99,235,.35))}60%{background:var(--accent-subtle,rgba(37,99,235,.12));box-shadow:0 0 0 2px var(--accent-subtle,transparent)}to{background:transparent;box-shadow:none}}@media (prefers-reduced-motion:reduce){.anchor-flash{animation:none;background:var(--accent-subtle,rgba(37,99,235,.12))}}@media (max-width:639px){.ed-header .btn{
    /* !important defeats the later/equal-specificity global .btn font-size. */font-size:0!important;gap:0!important;padding:7px 9px!important;border-color:transparent}.ed-header .btn svg{font-size:medium;width:16px;height:16px;display:inline-block}.ed-title{min-width:120px}.ed-bc-more,.ed-bc-root,.ed-bc-sep{display:none}.ed-bc-slash{display:inline}.ed-bc-parent{max-width:12ch}}.ed-tool-wrap{position:relative;display:inline-flex}.ed-tool-tip{width:-moz-max-content;width:max-content;max-width:220px;white-space:nowrap;padding:4px 8px;background:var(--bg-surface,#fff);color:var(--text-primary,#27272a);border:1px solid var(--border,#e4e4e7);border-radius:6px;box-shadow:var(--shadow-md,0 4px 12px rgba(15,23,42,.08));font-size:12px;line-height:1.3;pointer-events:none}.ed-tool-tip[data-placement=bottom]:after{content:"";position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-bottom:5px solid var(--bg-surface,#fff)}.ed-tool-tip[data-placement=top]:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top:5px solid var(--bg-surface,#fff)}.ed-tool-tip__name{font-weight:600}@media (pointer:coarse) and (hover:none){.ed-tool-tip{display:none}}@media (max-width:639px){.ed-doc .ProseMirror{min-height:0}.ed-body,.ed-root{max-width:100%;overflow-x:hidden}.ed-body,.ed-doc,.ed-surface{min-width:0}.ed-surface{max-width:100%}.table-edge-buttons{display:none}}.ed-doc .ProseMirror .ed-callout{margin:.6em 0;padding:.7em .95em;border-left:4px solid var(--callout-accent);border-radius:var(--radius-md,6px);background:color-mix(in srgb,var(--callout-accent) 8%,var(--edc-code-bg,var(--bg-surface)))}.ed-doc .ProseMirror .ed-callout,.ed-doc .ProseMirror .ed-callout--note{--callout-accent:var(--edc-accent,var(--accent))}.ed-doc .ProseMirror .ed-callout--tip{--callout-accent:var(--edc-success,var(--success,#30a46c))}.ed-doc .ProseMirror .ed-callout--warning{--callout-accent:var(--edc-warning,var(--warning,#f59e0b))}.ed-doc .ProseMirror .ed-callout--important{--callout-accent:var(--edc-accent,var(--accent-strong,var(--accent)))}.ed-doc .ProseMirror .ed-callout--caution{--callout-accent:var(--edc-danger,var(--danger,#e5484d))}.ed-doc .ProseMirror .ed-callout__header{display:flex;align-items:center;gap:.4em;margin-bottom:.35em;font-weight:600;color:var(--callout-accent);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-doc .ProseMirror .ed-callout__icon{font-size:1.05em;line-height:1}.ed-doc .ProseMirror .ed-callout__body>:first-child{margin-top:0}.ed-doc .ProseMirror .ed-callout__body>:last-child{margin-bottom:0}.ed-doc .ProseMirror .ed-footnote-ref{font-size:.75em;vertical-align:super;line-height:0;color:var(--accent);cursor:pointer;padding:0 .1em;text-decoration:none;font-weight:600}.ed-doc .ProseMirror .ed-footnote-ref:before{content:"["}.ed-doc .ProseMirror .ed-footnote-ref:after{content:"]"}.ed-doc .ProseMirror .ed-footnotes{margin-top:1.6em;padding-top:.8em;border-top:1px solid var(--border);font-size:.9em;color:var(--text-muted)}.ed-doc .ProseMirror .ed-footnotes__heading{font-weight:600;font-size:.85em;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5em}.ed-doc .ProseMirror .ed-footnotes__item{display:flex;gap:.5em;margin:.25em 0}.ed-doc .ProseMirror .ed-footnotes__id{color:var(--accent);font-weight:600}.ed-doc .ProseMirror .ed-footnotes__back{color:var(--accent);text-decoration:none;cursor:pointer}.ed-doc .ProseMirror .ed-tocblock{margin:.8em 0;padding:.8em 1em;border:1px solid var(--border);border-radius:var(--radius-md,6px);background:var(--bg-surface)}.ed-doc .ProseMirror .ed-tocblock.is-selected{outline:2px solid var(--accent)}.ed-doc .ProseMirror .ed-tocblock__heading{font-weight:600;font-size:.8em;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5em}.ed-doc .ProseMirror .ed-tocblock__list{list-style:none;margin:0;padding:0}.ed-doc .ProseMirror .ed-tocblock__entry{display:block;width:100%;text-align:left;background:none;border:none;padding:.15em 0;color:var(--accent);cursor:pointer;font:inherit}.ed-doc .ProseMirror .ed-tocblock__entry:hover{text-decoration:underline}.ed-doc .ProseMirror .ed-tocblock__entry--h2{padding-left:1em}.ed-doc .ProseMirror .ed-tocblock__entry--h3{padding-left:2em}.ed-doc .ProseMirror .ed-tocblock__entry--h4{padding-left:3em}.ed-doc .ProseMirror .ed-tocblock__entry--h5{padding-left:4em}.ed-doc .ProseMirror .ed-tocblock__entry--h6{padding-left:5em}.ed-doc .ProseMirror .ed-tocblock__empty{color:var(--text-muted);font-style:italic;font-size:.9em}.ed-root[data-focus-mode=on] .ed-doc .ProseMirror>*{opacity:.35;transition:opacity .16s ease}.ed-root[data-focus-mode=on]:not([data-focus-driver=scroll]) .ed-doc .ProseMirror>.is-active,.ed-root[data-focus-mode=on][data-focus-driver=scroll] .ed-doc .ProseMirror>.is-reading{opacity:1}.ed-root[data-focus-mode=on] .ed-doc .ProseMirror{padding-bottom:40vh}@media (prefers-reduced-motion:reduce){.ed-root[data-focus-mode=on] .ed-doc .ProseMirror>*{transition:none}}.ed-tool--focus.is-active{color:var(--accent)}.ed-goal{display:inline-flex;align-items:center;gap:6px}.ed-goal__ring{--goal-pct:0%;position:relative;flex:0 0 auto;width:16px;height:16px;padding:0;border:none;border-radius:50%;cursor:pointer;background:conic-gradient(var(--accent) var(--goal-pct),var(--border) var(--goal-pct));display:inline-grid;place-items:center}.ed-goal__ring:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--bg-surface)}.ed-goal__ring.is-met{background:conic-gradient(var(--success,var(--accent)) 100%,var(--success,var(--accent)) 0)}.ed-goal__ring-label{position:relative;z-index:1;font-size:7px;line-height:1;font-weight:700;color:var(--text-secondary)}.ed-goal__ring:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ed-goal__set{flex:0 0 auto;font:inherit;font-size:11px;color:var(--text-muted);background:transparent;border:none;padding:0;cursor:pointer;white-space:nowrap}.ed-goal__set:hover{color:var(--text-secondary);text-decoration:underline}.ed-goal__input{width:56px;height:18px;font:inherit;font-size:11px;padding:0 4px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-canvas);color:var(--text-primary)}.ed-archived-banner{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;color:var(--text-secondary);background:var(--warning-subtle,var(--bg-raised));border-bottom:1px solid var(--border)}.ed-archived-banner svg{width:16px;height:16px;flex:0 0 auto;color:var(--warning,var(--text-muted))}.ed-export-menu{display:flex;flex-direction:column;min-width:180px;background:var(--bg-surface);border:1px solid var(--border-strong,var(--border));border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overflow:hidden}.ProseMirror .ai-edit-flash{border-radius:3px;animation:ai-edit-flash var(--motion-slow,1.2s) var(--ease-out,ease-out)}@keyframes ai-edit-flash{0%{background:var(--accent-subtle-strong,var(--accent-subtle));box-shadow:0 0 0 2px var(--accent-subtle-strong,var(--accent-subtle))}60%{background:var(--accent-subtle,var(--accent-subtle-strong));box-shadow:0 0 0 2px var(--accent-subtle,transparent)}to{background:transparent;box-shadow:none}}@media (prefers-reduced-motion:reduce){.ProseMirror .ai-edit-flash{animation:none;background:var(--accent-subtle,transparent);border-radius:3px}}.ProseMirror .ai-edit-anchor-hl{border-radius:3px;padding:0 1px;background-color:color-mix(in srgb,var(--accent) 22%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 32%,transparent);animation:none}.ProseMirror .ai-edit-anchor-hl--active{background-color:transparent;background-image:linear-gradient(100deg,color-mix(in srgb,var(--accent) 16%,transparent) 0,color-mix(in srgb,var(--accent) 38%,transparent) 45%,color-mix(in srgb,var(--accent) 70%,transparent) 50%,color-mix(in srgb,var(--accent) 38%,transparent) 55%,color-mix(in srgb,var(--accent) 16%,transparent) 100%);background-size:220% 100%;animation:ai-edit-glitter 2.2s linear infinite}@keyframes ai-edit-glitter{0%{background-position:220% 0}to{background-position:-220% 0}}@media (prefers-reduced-motion:reduce){.ProseMirror .ai-edit-anchor-hl,.ProseMirror .ai-edit-anchor-hl--active{animation:none;background-image:none;background-color:color-mix(in srgb,var(--accent) 22%,transparent)}}@media (max-width:639px),(max-width:932px) and (max-height:480px){.ed-root .ed-toolbar-wrap{order:2;position:sticky;top:0;bottom:unset;left:unset;right:unset;transform:none;transition:none;z-index:10;border-top:0;border-bottom:1px solid var(--border);padding-bottom:0;background:var(--bg-canvas)}.ed-root .ed-body{order:3}.ed-root .ed-statusbar{order:4}.ed-root .ed-body:has(>.slide-rail),.ed-root .ed-surface{padding-bottom:24px}body:has(.ed-root) .mobile-tabbar{display:none}.ed-root .ed-tg{border-right:none}.ed-root .ed-tg-sep,html.ed-kb-open .ed-root .ed-statusbar{display:none}}@media (max-width:639px),(max-width:932px) and (max-height:480px){html.ed-kb-open .ed-body:has(>.slide-rail) .slide-rail{display:none}}@media (max-width:639px),(max-width:932px) and (max-height:480px) and (prefers-reduced-motion:no-preference){.ed-body:has(>.slide-rail) .slide-rail{transition:max-height var(--motion-base,.2s) ease,opacity var(--motion-base,.2s) ease;overflow:hidden}html.ed-kb-open .ed-body:has(>.slide-rail) .slide-rail{display:flex;max-height:0;opacity:0;padding:0;border-top:none}}@media (max-width:639px),(max-width:932px) and (max-height:480px){body:has(.ed-root) .topbar{display:none}body:has(.ed-root) .sidebar{display:none}.ed-titlebar-vm-label{display:none}.ed-back{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-right:var(--space-1);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-canvas);color:var(--text-primary)}.ed-back:active{background:var(--bg-surface)}.ed-header .ed-font-pick{display:none}.ed-overflow-trigger{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-canvas);color:var(--text-primary)}.ed-overflow-trigger:active{background:var(--bg-surface)}}.ed-sheet-scrim{position:fixed;left:0;right:0;top:0;height:100vh;height:100dvh;background:rgba(15,23,42,.5);z-index:1000;display:flex;align-items:flex-end}.ed-sheet{width:100%;background:var(--bg-raised,var(--bg-canvas));border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(15,23,42,.25);padding:0 16px calc(20px + env(safe-area-inset-bottom, 0px));max-height:85dvh;overflow-y:auto;transition:transform var(--motion-base) ease-out;animation:ed-sheet-up var(--motion-base) ease-out}@keyframes ed-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ed-sheet{animation:none;transition:none}}.ed-sheet__grab-zone{padding:8px 0 10px;margin:0 -16px;touch-action:none;cursor:grab}.ed-sheet__grab{width:40px;height:5px;border-radius:var(--radius-full);background:var(--border-strong);margin:0 auto}.ed-sheet__group{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:6px 2px}.ed-sheet__row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:8px 2px;border:0;border-bottom:1px solid var(--border);background:transparent;font-size:15px;font-family:inherit;text-align:left;color:var(--text-primary);cursor:pointer}.ed-sheet__row:last-child{border-bottom:0}.ed-sheet__font{min-width:140px;height:36px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-canvas);color:var(--text-primary);padding:0 8px}.ed-sheet__appgrid{display:flex;gap:8px;padding:6px 0 10px}.ed-sheet__appcell{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 4px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-canvas);color:var(--text-secondary);font-size:11px;font-weight:500}.ed-sheet__appcell:active{background:var(--bg-surface)}.ed-sheet__appicon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--accent-subtle);color:var(--accent)}@media (max-width:639px){.ed-body--split{flex-direction:column}.ed-body--split .ed-preview{order:1;flex:1 1 0;min-height:0;border-bottom:1px solid var(--border)}.ed-body--split .ed-md-pane{order:2;flex:1 1 0;min-height:0;border-right:0}}@media (max-width:932px) and (max-height:480px){.ed-header{padding-top:4px;padding-bottom:4px;gap:var(--space-2)}}@keyframes ed-enter-up{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:639px),(max-width:932px) and (max-height:480px){.ed-root{animation:ed-enter-up var(--motion-base) ease-out}}@media (prefers-reduced-motion:reduce){.ed-root{animation:none}}@media (max-width:639px),(max-width:932px) and (max-height:480px){.ed-header{position:sticky;top:0;z-index:30;background:var(--bg-surface);box-shadow:var(--shadow-sm,0 1px 3px rgba(0,0,0,.06))}}@media (max-width:1024px){.ed-header .ed-export-menu,.ed-header .ed-font-pick,.ed-header [data-testid=comments-toggle],.ed-header [data-testid=editor-export],.ed-header [data-testid=history-toggle]{display:none!important}}.ed-overflow-trigger{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-canvas);color:var(--text-primary)}.ed-overflow-trigger:active,.ed-overflow-trigger[aria-expanded=true]{background:var(--bg-surface)}.ed-sheet__divider{height:1px;background:var(--border);margin:6px 4px}.ed-sheet__action{display:flex;align-items:center;gap:12px;width:100%;min-height:48px;padding:10px 4px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text-primary);font-size:15px;text-align:left;cursor:pointer}.ed-sheet__action:last-child{border-bottom:0}.ed-sheet__action:active{background:var(--bg-surface)}.ed-sheet__action:disabled{opacity:.5;cursor:default}.ed-sheet__action:disabled:active{background:transparent}.ed-sheet__action-icon{width:20px;height:20px;color:var(--text-secondary);flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ed-root.ed-root--fc .comment-rail,.ed-root.ed-root--fc .cr-rail,.ed-root.ed-root--fc .ed-header,.ed-root.ed-root--fc .ed-statusbar,.ed-root.ed-root--fc .ed-toolbar,.ed-root.ed-root--fc .ed-toolbar-wrap,.ed-root.ed-root--fc .reconnect-banner,.ed-root.ed-root--fc .slide-rail,.ed-root.ed-root--fc .toc-rail,.ed-root.ed-root--fc .upgrade-to-edit-banner,.ed-root.ed-root--fc .vh-panel{display:none!important}body:has(.ed-root--fc) .sidebar,body:has(.ed-root--fc) .topbar{display:none!important}.ed-root.ed-root--fc{height:100dvh;overflow:hidden}.ed-root.ed-root--fc .ed-body--fc{flex:1 1 auto;min-height:0;overflow:hidden}.ed-root.ed-root--fc .ed-surface{height:100%;overflow-y:auto;padding-bottom:52px}.ed-fc-watermark{position:fixed;bottom:0;left:0;right:0;height:40px;display:flex;align-items:center;justify-content:center;gap:6px;background:var(--bg-surface);border-top:1px solid var(--border);font-size:12px;color:var(--text-muted);z-index:50;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-fc-watermark a{color:var(--text-secondary);font-weight:600;text-decoration:none}.ed-fc-watermark a:hover{color:var(--text-primary);text-decoration:underline}.guest-doc-fc{min-height:100dvh;background:var(--bg-canvas);color:var(--text-primary);padding-bottom:52px}.cr-rail.cr-rail--closing{animation:cm-rail-fold var(--motion-base) var(--ease-in) forwards;pointer-events:none}@keyframes cm-rail-fold{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(12px)}}.cm-popover--closing{transform-origin:top center;animation:cm-popover-fold var(--motion-base) var(--ease-in) forwards;pointer-events:none}@keyframes cm-popover-fold{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){.cm-popover--closing,.cr-rail.cr-rail--closing{animation:none}}.cr-mention-pop{position:absolute;bottom:calc(100% + 6px);left:0;z-index:20;min-width:200px;max-height:220px;overflow-y:auto;padding:4px;border-radius:var(--radius-md,10px);border:1px solid var(--border,#e5e7eb);background:var(--bg-surface,#fff);box-shadow:var(--shadow-lg,0 8px 24px rgba(0,0,0,.16))}.cr-mention-item{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:0;border-radius:var(--radius-sm,6px);background:transparent;color:var(--text-primary,#111);font-size:13px;text-align:left;cursor:pointer}.cr-mention-item.is-active,.cr-mention-item:hover{background:var(--bg-muted,rgba(0,0,0,.06))}.cr-mention-av{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;color:#fff;font-size:10px;font-weight:600;flex:0 0 auto}.cr-mention-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cr-mention-doc{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:5px;background:var(--bg-muted,rgba(0,0,0,.06));color:var(--accent,#2563eb);flex:0 0 auto}.cr-mention-doc svg{width:13px;height:13px}.cm-doc-chip,.cm-mention{color:var(--accent,#2563eb);font-weight:600}.cm-doc-chip{display:inline-flex;align-items:center;gap:4px;padding:1px 7px;margin:0 1px;border:1px solid var(--border,#e5e7eb);border-radius:6px;background:var(--bg-muted,rgba(37,99,235,.06));font-size:inherit;line-height:1.4;cursor:pointer;vertical-align:baseline}.cm-doc-chip:hover{background:var(--accent,#2563eb);color:#fff}.cm-doc-chip:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:1px}.cm-doc-chip svg{width:12px;height:12px;flex:0 0 auto}.cr-filter{display:flex;gap:4px;padding:6px 12px;border-bottom:1px solid var(--border,#e5e7eb)}.cr-filter-tab{flex:1;padding:5px 8px;font-size:12px;font-weight:600;color:var(--text-muted,#6b7280);background:transparent;border:1px solid transparent;border-radius:var(--radius-sm,6px);cursor:pointer}.cr-filter-tab:hover{background:var(--bg-hover,rgba(0,0,0,.04))}.cr-filter-tab.is-active{color:var(--accent,#2563eb);background:color-mix(in srgb,var(--accent,#2563eb) 10%,transparent);border-color:color-mix(in srgb,var(--accent,#2563eb) 30%,transparent)}.cr-rail-card{cursor:pointer;transition:box-shadow .16s var(--ease-out,ease),transform .16s var(--ease-out,ease)}.cr-rail-card--active{border-left:3px solid var(--accent,#2563eb);box-shadow:0 2px 10px color-mix(in srgb,var(--accent,#2563eb) 22%,transparent);transform:translateY(-1px)}.cr-rail-orphaned{display:inline-block;margin:2px 0 4px;padding:1px 7px;font-size:11px;font-weight:600;color:var(--warning-text,#92400e);background:color-mix(in srgb,var(--warning,#f59e0b) 16%,transparent);border-radius:999px}.cr-rail-empty{text-align:center;color:var(--text-muted,#6b7280)}.cr-rail--collapsed .cr-scroll{min-height:0}@media (prefers-reduced-motion:reduce){.cr-rail-card,.cr-rail-card--active{transition:none;transform:none}}.co-filter{padding:0 0 10px;border-bottom:none}.co-empty{padding:24px 8px;text-align:center;color:var(--text-muted,#6b7280)}.co-list{list-style:none;margin:0;padding:0;gap:8px}.co-list,.co-row{display:flex;flex-direction:column}.co-row{gap:3px;width:100%;text-align:left;padding:10px 12px;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-md,8px);background:var(--bg-surface,#fff);cursor:pointer}.co-row:hover{background:var(--bg-hover,rgba(0,0,0,.04))}.co-quote{font-size:13px;font-weight:600;color:var(--text,#111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.co-meta{display:flex;align-items:center;gap:6px;font-size:12px}.co-author,.co-last{color:var(--text-muted,#6b7280)}.co-last{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-flash{border-radius:4px;animation:dm-mention-flash .7s cubic-bezier(.22,1,.36,1)}@keyframes dm-mention-flash{0%{box-shadow:0 0 0 0 var(--accent-subtle-strong,rgba(37,99,235,.35));transform:scale(1.04)}55%{box-shadow:0 0 0 4px var(--accent-subtle-strong,rgba(37,99,235,.35));transform:scale(1.01)}to{box-shadow:0 0 0 0 transparent;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.mention-flash{animation:none;background:var(--accent-subtle,rgba(37,99,235,.12))}}.ed-title-mode{flex:0 0 auto;min-width:-moz-max-content;min-width:max-content;display:inline-flex;align-items:center;font-size:11px;font-weight:600;line-height:1;color:var(--text-muted);background:var(--bg-raised);border:1px solid var(--border);border-radius:999px;padding:3px 8px;margin-left:6px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;letter-spacing:.02em}@media (max-width:639px){.ed-title-mode{font-size:10px;padding:2px 6px}}.ed-title-version{display:inline-flex;align-items:center;height:22px;padding:0 8px;margin-left:8px;border-radius:999px;background:var(--accent-subtle);color:var(--accent);font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;border:0;cursor:pointer;transition:background var(--motion-fast,.15s)}.ed-title-version:hover{background:var(--bg-raised)}.ed-title-version:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.vh-vnum{display:inline-flex;align-items:center;height:18px;padding:0 6px;margin-right:6px;border-radius:999px;background:var(--accent-subtle);color:var(--accent);font-size:10.5px;font-weight:700;font-variant-numeric:tabular-nums}.collaboration-cursor__selection{border-radius:.15em;padding:.05em 0;box-decoration-break:clone;-webkit-box-decoration-break:clone}.doc-skel{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--bg-canvas);overflow:hidden}.doc-skel-titlebar{padding:10px 16px}.doc-skel-titlebar,.doc-skel-toolbar{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border);flex:0 0 auto}.doc-skel-toolbar{padding:8px 16px}.doc-skel-scroll{flex:1 1 auto;min-height:0;overflow:hidden;padding:40px 24px}.doc-skel-page{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.doc-skel-title{width:60%;height:30px;border-radius:7px;margin-bottom:10px}.doc-skel-sub{width:38%;height:20px;border-radius:6px;margin:12px 0 4px}.doc-skel-line{height:14px;border-radius:5px}.doc-skel-box{display:inline-block;background:var(--bg-raised);background-image:linear-gradient(90deg,var(--bg-raised) 0,color-mix(in oklab,var(--bg-raised) 70%,var(--border)) 50%,var(--bg-raised) 100%);background-size:200% 100%;animation:doc-skel-shimmer 1.4s ease-in-out infinite}@keyframes doc-skel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.doc-skel-box{animation:none}}.cfm-scrim{position:fixed;inset:0;z-index:2000;background:transparent}.cfm-scrim--sheet{display:flex;align-items:flex-end}.cfm{position:absolute;z-index:2001;background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.28);display:flex;flex-direction:column;max-height:min(420px,var(--cfm-avail,calc(100dvh - 24px)));overflow:hidden;color:var(--text-primary);font-size:13px}.cfm--popover{width:264px}.cfm-head{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border);font-weight:600}.cfm-title{flex:1;font-size:13px}.cfm-x{background:none;border:none;color:var(--text-secondary);font-size:18px;line-height:1;cursor:pointer;min-width:28px;min-height:28px;border-radius:6px}.cfm-x:hover{background:var(--bg-raised);color:var(--text-primary)}.cfm-sort{display:flex;flex-direction:column;padding:6px;gap:2px;border-bottom:1px solid var(--border)}.cfm-sort-btn{display:flex;align-items:center;gap:8px;width:100%;text-align:left;background:none;border:none;color:var(--text-primary);font:inherit;padding:8px 10px;border-radius:6px;cursor:pointer}.cfm-sort-btn:hover{background:var(--bg-raised)}.cfm-sort-btn.is-active{color:var(--accent);font-weight:600}.cfm-search{padding:8px 10px 4px}.cfm-search-input{width:100%;box-sizing:border-box;padding:7px 10px;font:inherit;background:var(--bg-canvas);border:1px solid var(--border);border-radius:7px;color:var(--text-primary)}.cfm-search-input:focus{outline:none;border-color:var(--accent)}.cfm-list{flex:1 1 auto;min-height:0;overflow-y:auto;padding:2px 6px 6px}.cfm-row{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:6px;cursor:pointer;min-height:36px}.cfm-row:hover{background:var(--bg-raised)}.cfm-row input[type=checkbox]{width:16px;height:16px;flex:0 0 auto;accent-color:var(--accent)}.cfm-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cfm-row--all{margin:4px 6px 0;border-bottom:1px solid var(--border);border-radius:0;font-weight:600}.cfm-blank{font-style:italic}.cfm-blank,.cfm-empty{color:var(--text-secondary)}.cfm-empty{padding:16px;text-align:center;font-size:12.5px}.cfm-foot{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:0 0 auto;padding:10px 12px;border-top:1px solid var(--border);background:var(--bg-canvas)}.cfm-foot-gap{flex:1 1 auto;min-width:8px}.cfm-btn{padding:7px 12px;border-radius:7px;font:inherit;font-weight:600;cursor:pointer;border:1px solid transparent;white-space:nowrap}.cfm-btn--ghost{background:none;border-color:var(--border);color:var(--text-primary)}.cfm-btn--ghost:hover{background:var(--bg-raised)}.cfm-btn--primary{background:var(--accent);color:#fff}.cfm-grabber{display:none}@media (max-width:639px),(max-width:932px) and (max-height:480px){.cfm-scrim{background:rgba(0,0,0,.45);inset:auto;top:0;left:0;right:0;height:var(--app-vh,100dvh)}.cfm-list{overscroll-behavior:contain}.cfm--sheet{position:static;width:100%;border-radius:16px 16px 0 0;max-height:calc(var(--app-vh, 100dvh) - var(--space-6, 24px));padding-bottom:env(safe-area-inset-bottom);animation:cfm-fade-in .16s ease-out}.cfm-grabber{display:block;width:36px;height:4px;border-radius:2px;background:var(--border);margin:8px auto 2px}.cfm-row{min-height:44px}.cfm-sort-btn{padding:12px 10px}.cfm-btn{padding:11px 14px}}@keyframes cfm-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.cfm--sheet{animation:none}}.ed-doc .ProseMirror th{position:relative}.ed-doc .ProseMirror th .tbl-col-filter-btn{position:absolute;top:50%;right:4px;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:1px solid var(--border-strong);border-radius:5px;background:var(--edc-code-bg,var(--bg-canvas));color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:0;pointer-events:none;box-shadow:var(--shadow-sm);transition:opacity var(--motion-fast) ease,color var(--motion-fast) ease,background var(--motion-fast) ease,border-color var(--motion-fast) ease}.ed-doc .ProseMirror th .tbl-col-filter-btn.is-active,.ed-doc .ProseMirror th .tbl-col-filter-btn:focus-visible,.ed-doc .ProseMirror th:hover .tbl-col-filter-btn{opacity:1;pointer-events:auto}.ed-doc .ProseMirror th .tbl-col-filter-btn:hover{color:var(--accent);border-color:var(--accent);background:var(--bg-raised)}.ed-doc .ProseMirror th .tbl-col-filter-btn.is-active{color:#fff;background:var(--accent);border-color:var(--accent)}@media (hover:none){.ed-doc .ProseMirror th .tbl-col-filter-btn{opacity:1;pointer-events:auto}}.toc-rail__entry.is-active{color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent);box-shadow:inset 2px 0 0 var(--accent)}.toc-rail__entry--h3.is-active{color:var(--accent)}.toc-rail__tick.is-active{background:var(--accent);opacity:1}.sqb{display:inline-flex;align-items:center;gap:2px;max-width:min(480px,calc(100vw - 16px));padding:3px;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sqb::-webkit-scrollbar{display:none}.sqb-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:4px;height:30px;min-width:30px;padding:0 6px;border:none;background:transparent;color:var(--text-secondary);border-radius:var(--radius-full);font-family:inherit;font-size:var(--text-sm);font-weight:600;line-height:1;cursor:pointer;position:relative;transition:background var(--motion-fast),color var(--motion-fast)}.sqb-btn:before{content:"";position:absolute;inset:-7px}.sqb--mobile .sqb-btn{height:44px;min-width:44px}.sqb--mobile .sqb-btn:before{inset:0}@media (pointer:coarse){.sqb-btn{height:44px;min-width:44px}.sqb-btn:before{inset:0}}.sqb svg,.sqb-overflow-pop svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sqb-btn svg,.sqb-menu-glyph svg{width:16px;height:16px}.sqb-btn:hover{background:var(--bg-raised);color:var(--text-primary)}.sqb-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.sqb-btn.is-active{background:var(--accent-subtle);color:var(--accent)}.sqb-btn--ai{color:var(--text-on-accent);background:var(--accent)}.sqb-btn--ai:hover{color:var(--text-on-accent);background:color-mix(in srgb,var(--accent) 88%,black)}.sqb-label{font-weight:600}.sqb-label,.sqb-text{font-size:12px;line-height:1}.sqb-text{max-width:120px;overflow:hidden;text-overflow:ellipsis}.sqb-count{font-size:11px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.sqb-caret{width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid;opacity:.7}.sqb-sep{flex:0 0 auto;width:1px;height:18px;margin:0 3px;background:var(--border)}.sqb-overflow-pop{min-width:200px;padding:4px;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.sqb-menu-item{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:0 8px;border:none;background:transparent;color:var(--text-primary);border-radius:var(--radius-sm);font-family:inherit;font-size:var(--text-sm);text-align:left;cursor:pointer}.sqb-menu-item:hover{background:var(--bg-raised)}.sqb-menu-item.is-active{color:var(--accent)}.sqb-menu-glyph{display:inline-flex;width:16px;flex:0 0 16px}.sqb-menu-label{flex:1 1 auto}.sqb-menu-kbd{font-size:11px;color:var(--text-tertiary);font-family:inherit}@media (pointer:coarse){.sqb-menu-item{min-height:44px}}.slide-notes-dock{flex:0 0 auto;display:flex;flex-direction:column;gap:6px;padding:8px 14px 10px;border-top:1px solid var(--border);background:var(--bg-surface)}.slide-notes-dock.is-collapsed{padding-bottom:8px}.slide-notes-head{display:flex;align-items:center;gap:10px}.slide-notes-toggle{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;padding:2px 0;font:inherit;font-size:var(--text-xs);font-weight:650;color:var(--text-secondary);cursor:pointer}.slide-notes-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.slide-notes-caret{font-size:10px;line-height:1}.slide-notes-private{margin-left:auto;font-size:var(--text-2xs);font-weight:640;letter-spacing:.02em;color:var(--text-secondary);background:var(--bg-raised);border:1px solid var(--border);border-radius:999px;padding:1px 8px;white-space:nowrap}.slide-notes-input{width:100%;min-height:58px;max-height:30vh;resize:vertical;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--border);border-radius:var(--radius-sm,6px);background:var(--bg-canvas);color:var(--text-primary);padding:8px 10px;font:inherit;font-size:var(--text-base);line-height:1.55}.slide-notes-input::-moz-placeholder{color:var(--text-muted)}.slide-notes-input::placeholder{color:var(--text-muted)}.slide-notes-input:focus-visible{outline:2px solid var(--accent);outline-offset:-1px;border-color:var(--accent)}.slide-notes-input[readonly]{background:var(--bg-sunken);color:var(--text-secondary);cursor:default}.ed-toc-chip{flex:0 1 auto;min-width:0;display:inline-flex;align-items:center;gap:4px;padding:0 6px;border:1px solid var(--border);border-radius:var(--radius-full);background:var(--bg-raised);color:var(--accent);font:inherit;font-weight:600;cursor:pointer;opacity:1;transition:opacity var(--motion-base,.22s) ease}.ed-toc-chip.is-idle{opacity:0}.ed-toc-chip.is-idle:focus-visible,.ed-toc-chip:focus-visible{opacity:1;outline:2px solid var(--accent);outline-offset:1px}.ed-toc-chip__mark{flex:0 0 auto;color:var(--text-muted)}.ed-toc-chip__label{min-width:0;max-width:16ch;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (pointer:coarse){.ed-statusbar{height:auto;min-height:44px}.ed-toc-chip{min-height:44px;min-width:44px;justify-content:center}}.ed-toc-sheet__head{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 2px 8px;background:var(--bg-raised,var(--bg-canvas))}.ed-toc-sheet__title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.ed-toc-sheet__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;margin:-10px -6px -10px 0;border:0;background:transparent;color:var(--text-secondary);cursor:pointer}.ed-toc-sheet__close:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;border-radius:var(--radius-sm)}.ed-toc-sheet__empty{margin:0;padding:8px 2px 16px;color:var(--text-muted);font-size:14px}.ed-toc-sheet__list{list-style:none;margin:0;padding:0 0 8px}.ed-toc-sheet__row{width:100%;min-height:44px;display:flex;align-items:center;gap:10px;padding:8px 8px 8px 10px;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text-primary);font-family:inherit;font-size:15px;line-height:1.35;text-align:left;cursor:pointer}.ed-toc-sheet__row:active{background:var(--bg-surface)}.ed-toc-sheet__row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.ed-toc-sheet__text{flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ed-toc-sheet__tag{flex:0 0 auto;padding:1px 5px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-muted);font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.04em}.ed-toc-sheet__row.is-active{color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent);box-shadow:inset 3px 0 0 var(--accent)}.ed-toc-sheet__row.is-active .ed-toc-sheet__tag{border-color:var(--accent);color:var(--accent)}.ed-toc-sheet__row--h1{padding-left:10px;font-weight:700}.ed-toc-sheet__row--h2{padding-left:22px;font-weight:600}.ed-toc-sheet__row--h3{padding-left:34px;font-size:14px}.ed-toc-sheet__row--h4{padding-left:46px;font-size:14px;color:var(--text-secondary)}.ed-toc-sheet__row--h5{padding-left:58px}.ed-toc-sheet__row--h5,.ed-toc-sheet__row--h6{font-size:13px;font-weight:600;color:var(--text-secondary)}.ed-toc-sheet__row--h6{padding-left:70px;text-transform:uppercase;letter-spacing:.06em}@media (max-width:639px),(max-width:932px) and (max-height:480px){.slide-notes-dock{display:none}}.ed-slide-card__notes{position:absolute;top:8px;right:8px;z-index:3;display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;border:1px solid color-mix(in srgb,var(--warning) 38%,transparent);background:color-mix(in srgb,var(--warning) 12%,var(--bg-canvas));color:var(--warning);font:inherit;font-size:var(--text-2xs);font-weight:640;line-height:1.4;cursor:pointer;opacity:.72;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-slide-card__notes:hover{opacity:1;border-color:color-mix(in srgb,var(--warning) 60%,transparent)}.ed-slide-card__notes:focus-visible{opacity:1;outline:2px solid var(--accent);outline-offset:2px}.ed-body--fc .ed-slide-card__notes,.ed-body--view .ed-slide-card__notes{display:none}@media (max-width:639px),(max-width:932px) and (max-height:480px){.ed-slide-card__notes{min-height:28px;padding:5px 11px;opacity:1}}