:root{color:#1f1f1f;background:#fff;--surface-muted: #f7f7f8;--surface-hover: #eeeeef;--surface-active: #ffffff;--line-subtle: #eeeeef;--text-muted: #8a8a8a;--text-soft: #777777;font-family:Geist Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;min-height:100%;margin:0;overflow:hidden;overscroll-behavior:none}button,input,textarea{font:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #d8d8d8;outline-offset:2px}button{border:0;cursor:pointer}.app-shell{--side-panel-width: 288px;--right-panel-width: var(--side-panel-width);width:100vw;height:100vh;min-height:100vh;overflow:hidden;overscroll-behavior:none;background:#fff}.main-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);min-width:0;height:100vh;min-height:100vh;overflow:hidden;overscroll-behavior:none}.main-panel.right-panel-open{grid-template-columns:minmax(0,1fr)}.center-workbench{grid-column:1;display:grid;grid-template-rows:54px minmax(0,1fr);min-width:0;min-height:0;height:100vh;overflow:hidden;overscroll-behavior:none}.top-left-zone,.top-right-zone,.file-toolbar,.presence,.share-button,.start-button,.share-link-row{display:flex;align-items:center}.tool-button,.panel-toggle,.right-panel-tab,.right-panel-close{display:grid;place-items:center;width:28px;height:28px;color:var(--text-soft);background:transparent;border-radius:7px}.published-page,.published-text-page{width:100vw;height:100vh;overflow:auto;background:#fff}.published-shell{display:grid;gap:0;width:min(760px,calc(100vw - 56px));margin:0 auto;padding:34px 0 72px}.published-project-shell{width:min(760px,calc(100vw - 56px));padding-bottom:104px}.published-reader-shell{position:relative;display:block;min-width:0}.published-article-shell{display:grid;gap:18px;min-width:0}.published-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-width:0}.published-header p,.published-missing p{margin:0 0 6px;color:var(--text-muted);font-size:12px;line-height:1.35}.published-header h1,.published-missing h1{margin:0;color:#1f1f1f;font-size:24px;font-weight:500;letter-spacing:0;line-height:1.2}.published-header nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.published-header a,.published-missing a{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:7px;color:#555;background:var(--surface-muted);font-size:12px;text-decoration:none}.published-header a:hover,.published-missing a:hover{color:#1f1f1f;background:var(--surface-hover)}.published-file-list{display:grid;align-content:start;gap:2px;width:230px;min-width:0;max-height:calc(100vh - 80px);overflow:auto;position:fixed;left:max(24px,calc(50vw - 624px));top:34px;color:#5f5f5f;font-size:13px}.published-file-tree-root{display:grid;grid-template-columns:14px 16px minmax(0,1fr);align-items:center;gap:8px;width:100%;min-height:30px;padding:0 8px 0 0;color:#555;background:transparent;border-radius:7px;font:inherit;line-height:1;text-align:left}.published-file-tree-root svg,.published-file-list a svg,.published-contents-menu summary svg,.published-contents-menu a svg{flex:0 0 auto;color:currentColor}.published-file-tree-root span,.published-file-list a span,.published-contents-menu summary span,.published-contents-menu a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.published-file-list nav,.published-contents-menu nav{display:grid;gap:2px;min-width:0}.published-file-list a,.published-contents-menu a{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-width:0;min-height:30px;overflow:hidden;padding:0 8px 0 28px;border-radius:7px;color:#5f5f5f;font-size:13px;line-height:1.3;text-decoration:none}.published-file-list a:hover,.published-contents-menu a:hover,.published-file-list a.active,.published-contents-menu a.active{color:#1f1f1f;background:var(--surface-hover)}.published-file-tree-root:hover,.published-file-tree-root:focus-visible{color:#1f1f1f;background:var(--surface-hover)}.published-contents-menu{display:none;min-width:0}.published-contents-menu summary{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-height:32px;padding:0 10px;border-radius:7px;color:#555;background:var(--surface-muted);cursor:pointer;font-size:12px;line-height:1.35}.published-contents-menu nav{padding-top:6px}.published-document{width:100%}.published-document.preview-surface{width:100%;min-height:0;padding:18px 0 40px}.published-project-shell .published-document.preview-surface{padding-bottom:88px}.published-footer{display:inline-flex;align-items:center;justify-content:center;gap:7px;justify-self:center;min-height:32px;padding:0 10px;border:0;border-radius:8px;color:var(--text-muted);background:var(--surface-muted);font-size:14px;line-height:1.35}.published-footer .published-footer-logo{--tabula-logo-size: 16px;color:inherit}.published-footer.project{position:fixed;left:50%;bottom:24px;z-index:20;transform:translate(-50%)}.published-text-page{padding:32px}.published-text-page pre{width:min(960px,100%);margin:0 auto;color:#1f1f1f;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.55;white-space:pre-wrap}.published-missing{display:grid;place-items:center}@media(max-width:1240px){.published-shell,.published-project-shell{width:min(760px,calc(100vw - 32px));padding:28px 0 56px}.published-contents-sidebar{display:none}.published-contents-menu{display:grid}}.tool-button:hover,.tool-button.active,.panel-toggle:hover,.panel-toggle.active,.right-panel-tab:hover,.right-panel-tab.active,.right-panel-close:hover{color:#1f1f1f;background:#fff}.share-file-card{display:grid;gap:8px;padding:10px;border-radius:8px;background:#fff}.share-status-pill{display:inline-flex;align-items:center;gap:7px;justify-self:start;min-height:22px;padding:0 8px;border-radius:7px;color:#777;background:var(--surface-muted);font-size:12px;font-weight:650}.share-status-pill span{width:6px;height:6px;border-radius:50%;background:#bbb}.share-status-pill.connected span{background:#15803d}.share-status-pill.connecting span{background:#666}.share-status-pill.offline span{background:#999}.share-link-row{gap:8px}.copy-feedback{align-self:center;color:#777;font-size:11px;font-weight:650;white-space:nowrap}.share-link-row input{min-width:0;width:100%;height:34px;padding:0 9px;border:0;color:#1f1f1f;background:#fff;font-size:12px;border-radius:8px}.share-link-row button{display:grid;place-items:center;flex:0 0 34px;height:34px;color:#3f3f3f;background:#fff;border-radius:8px}.avatar{display:grid;place-items:center;width:22px;height:22px;margin-left:-6px;border:2px solid #ffffff;border-radius:50%;color:#fff;font-size:10px;font-weight:780;text-transform:uppercase}.avatar:first-child{margin-left:0}.tabula-logo{display:block;flex:0 0 auto;width:var(--tabula-logo-size, 104px);aspect-ratio:577 / 537;color:#1f1f1f;background-color:currentColor;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.top-chrome{position:relative;z-index:20;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;column-gap:10px;min-width:0;height:54px;padding:8px calc(12px + var(--document-safe-right, 0px)) 8px 12px;overflow:visible;background:#fff}.top-left-zone{position:relative;z-index:3;display:flex;align-items:center;gap:9px;grid-column:1;width:30px;height:38px;min-width:0;overflow:visible}.top-document-zone{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;grid-column:2;width:100%;height:38px;min-width:0;margin:0;overflow:visible}.top-right-zone{position:relative;z-index:4;display:flex;align-items:center;flex:0 0 auto;justify-content:flex-end;gap:8px;height:38px;min-width:max-content}.workspace-file-input{display:none}.share-wrap{position:relative}.share-button{position:relative;display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;padding:0;color:var(--text-soft);background:transparent;font-size:13px;border-radius:8px}.share-trigger{grid-auto-flow:column;grid-auto-columns:max-content;gap:7px;width:auto;min-width:30px;padding:0 10px}.share-button:hover,.share-button.active{color:#1f1f1f;background:var(--surface-hover)}.share-label-visible{font-size:13px;font-weight:500;line-height:1}.panel-toggle{flex:0 0 30px;width:30px;height:30px;border-radius:8px;background:transparent}.panel-toggle:hover,.panel-toggle.active{background:var(--surface-hover)}.panel-toggle:disabled{cursor:default;opacity:.36}.panel-toggle:disabled:hover{background:transparent}.share-popover{position:absolute;top:36px;right:0;z-index:20;display:grid;gap:6px;width:min(320px,calc(100vw - 76px));padding:6px;border-radius:8px;background:var(--surface-muted);box-shadow:0 12px 28px #00000014}.share-menu-section{display:grid;gap:4px;padding:4px 0 6px}.share-menu-section+.share-menu-section{margin-top:2px;padding-top:6px}.share-menu-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:24px;padding:0 8px;color:#777;font-size:12px;font-weight:500}.share-menu-section-header small{flex:0 0 auto;color:#9a9a9a;font-size:11px;font-weight:400}.chrome-popover-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;min-height:30px;padding:0 8px;color:#3f3f3f;font-size:13px;font-weight:500}.chrome-popover-header span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chrome-popover-header small{flex:0 0 auto;color:var(--text-muted);font-size:11px;font-weight:400}.chrome-popover-note{margin:0;padding:0 8px 4px;color:var(--text-muted);font-size:12px;line-height:1.35}.chrome-menu-item{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:0 8px;border-radius:7px;color:#555;background:transparent;font-size:13px;font-weight:400;text-align:left}.chrome-menu-item:hover,.chrome-menu-item.primary{color:#1f1f1f;background:#fff}.chrome-menu-item.primary:hover{background:var(--surface-hover)}.publish-output-list{display:grid;gap:8px;padding:4px 8px 6px;color:#9a9a9a;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;line-height:1.35}.share-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#0000002e}.share-modal{position:relative;display:grid;gap:12px;width:min(560px,calc(100vw - 48px));max-height:calc(100vh - 48px);padding:28px 32px;overflow:auto;border-radius:8px;background:#fff;box-shadow:0 20px 56px #00000024}.share-modal-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:30px;height:30px;color:var(--text-soft);background:transparent;border-radius:7px}.share-modal-close:hover{color:#1f1f1f;background:var(--surface-hover)}.share-modal-header{display:grid;justify-items:center;text-align:center}.share-modal-header.compact{justify-items:start;text-align:left}.share-modal-header p,.share-modal-header small{margin:0;color:var(--text-muted);font-size:11px;font-weight:400}.share-modal-header h2{margin:0;max-width:calc(100% - 56px);overflow:hidden;color:#1f1f1f;font-size:21px;font-weight:500;letter-spacing:0;line-height:1.18;text-overflow:ellipsis;white-space:nowrap}.share-modal-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;min-height:34px;padding:3px;border-radius:9px;background:var(--surface-muted)}.share-modal-tabs button{min-width:0;height:28px;padding:0 9px;border-radius:7px;color:var(--text-soft);background:transparent;font-size:12px;font-weight:400}.share-modal-tabs button:hover,.share-modal-tabs button.active{color:#1f1f1f;background:#fff}.share-modal-panel{display:grid;align-content:start;gap:12px;height:min(292px,calc(100vh - 166px));min-width:0;overflow-y:auto;scrollbar-gutter:stable}.share-modal-option{display:grid;gap:9px;justify-items:center;text-align:center}.share-panel-heading{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start;min-width:0}.share-panel-heading>div{display:grid;gap:3px;min-width:0}.share-panel-heading h3{margin:0;color:#1f1f1f;font-size:15px;font-weight:500;line-height:1.25}.share-panel-heading p{margin:0;color:#666;font-size:12px;line-height:1.45}.share-modal-option-title{display:inline-flex;align-items:center;gap:8px}.share-modal-option-icon{display:grid;place-items:center;width:26px;height:26px;color:#777;background:var(--surface-muted);border-radius:7px}.share-modal-option-title h3{margin:0;color:#1f1f1f;font-size:16px;font-weight:500;line-height:1.2}.share-modal-option p{max-width:520px;margin:0;color:#555;font-size:13px;line-height:1.45}.share-modal-muted,.share-modal-option .share-modal-muted{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45}.share-modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.share-modal-primary,.share-modal-secondary,.share-modal-danger,.share-modal-link-row button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:0 14px;border-radius:8px;font-size:13px;font-weight:500}.share-modal-primary{justify-self:start;color:#1f1f1f;background:var(--surface-muted)}.share-modal-primary:hover{background:var(--surface-hover)}.share-modal-primary:disabled{cursor:default;color:var(--text-muted);background:var(--surface-muted);opacity:.72}.share-modal-secondary{color:#777;background:var(--surface-muted)}.share-modal-secondary:hover{color:#1f1f1f;background:var(--surface-hover)}.share-modal-secondary:disabled{cursor:default;opacity:.7}.share-modal-divider{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:center;color:silver;font-size:11px;font-weight:400}.share-modal-divider:before,.share-modal-divider:after{height:1px;background:#f1f1f2;content:""}.share-modal-outputs{justify-items:center;padding-top:0}.share-modal-field{display:grid;gap:6px;min-width:0;width:100%}.share-modal-field label{color:var(--text-muted);font-size:12px;font-weight:400}.share-modal-field>input,.share-link-display,.share-current-url-display{min-width:0;width:100%;height:36px;padding:0 10px;border:0;border-radius:8px;color:#1f1f1f;background:var(--surface-muted);font-size:13px}.share-modal-field>input:focus{outline:none;box-shadow:inset 0 0 0 1px #d8d8dc}.share-link-display{display:flex;align-items:center}.share-current-url-display{display:flex;align-items:center;color:var(--text-muted)}.share-link-display span,.share-current-url-display span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-modal-link-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:8px;min-width:0;width:100%}.share-modal-link-row button{min-width:116px;color:#1f1f1f;background:var(--surface-muted);white-space:nowrap}.share-modal-link-row button:hover{background:var(--surface-hover)}.share-session-start{display:grid;gap:8px;justify-items:start;min-width:0}.share-session-start>p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45}.live-room-box{display:grid;gap:10px;justify-items:stretch;min-width:0;padding:10px;border-radius:8px;background:var(--surface-muted)}.live-room-box .share-link-display,.live-room-box .share-modal-field>input,.live-room-box .share-modal-primary,.live-room-box .share-modal-link-row button,.live-room-box .share-modal-danger{background:#fff}.live-room-box .share-modal-primary:hover,.live-room-box .share-modal-link-row button:hover,.live-room-box .share-modal-danger:hover{background:var(--surface-hover)}.live-room-status{display:grid;grid-template-columns:10px minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:10px;border-radius:7px;background:#fff}.live-room-status-dot{width:8px;height:8px;margin-top:6px;border-radius:50%;background:#999}.live-room-status.connected .live-room-status-dot{background:#15803d}.live-room-status.connecting .live-room-status-dot{background:#555}.live-room-status.attention .live-room-status-dot{background:#b4534b}.live-room-status>div{display:grid;gap:2px;min-width:0}.live-room-status span{color:#3f3f3f;font-size:14px;font-weight:500;line-height:1.35}.live-room-status p{margin:0;color:#777;font-size:14px;line-height:1.4}.live-room-status.attention p{color:#8f3d36}.publish-output-box{display:grid;gap:10px;justify-items:stretch;min-width:0}.publish-plus-gate{display:grid;gap:10px;min-width:0}.publish-plus-card{display:grid;gap:8px;min-width:0;padding:12px;border-radius:8px;background:var(--surface-muted)}.publish-plus-pill{display:inline-flex;align-items:center;gap:6px;width:max-content;color:#763fc8;font-size:12px;font-weight:600;line-height:1.25}.publish-plus-card strong{color:#1f1f1f;font-size:14px;font-weight:600;line-height:1.25}.publish-plus-card p{margin:0;color:#666;font-size:12px;line-height:1.45}.publish-plus-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.publish-plus-features span{min-width:0;padding:10px;border:1px solid var(--border-subtle);border-radius:8px;color:#555;background:#fff;font-size:12px;line-height:1.35}.publish-scope-control{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0}.publish-scope-control button{display:grid;gap:3px;min-width:0;min-height:58px;padding:9px 10px;border:1px solid var(--border-subtle);border-radius:8px;color:#555;background:#fff;text-align:left}.publish-scope-control button:hover,.publish-scope-control button.active{border-color:#d1d1d1;color:#1f1f1f;background:var(--surface-muted)}.publish-scope-control span{min-width:0;overflow:hidden;font-size:13px;font-weight:500;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.publish-scope-control small{min-width:0;overflow:hidden;color:var(--text-muted);font-size:12px;font-weight:400;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.publish-scope-summary{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45}.publish-scope-summary.attention{color:#6f5740}.publish-plan-card{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-width:0;padding:10px 12px;border-radius:8px;background:var(--surface-muted)}.publish-plan-card.ready{color:#2f4b37}.publish-plan-card.blocked{color:#6f5740}.publish-plan-card>div{display:grid;gap:3px;min-width:0}.publish-plan-card span{color:#1f1f1f;font-size:13px;font-weight:600;line-height:1.3}.publish-plan-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45}.publish-plan-card strong{flex:0 0 auto;color:currentColor;font-size:12px;font-weight:600;line-height:1.45;white-space:nowrap}.publish-status-card{display:grid;min-width:0;padding:12px;border:1px solid var(--border-subtle);border-radius:8px;background:#fff}.publish-status-copy{display:grid;gap:5px;min-width:0}.publish-status-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.publish-live-pill{display:inline-flex;align-items:center;gap:6px;width:max-content;color:#3f3f3f;font-size:12px;font-weight:500;line-height:1.35}.publish-live-pill:before{width:7px;height:7px;border-radius:50%;background:#15803d;content:""}.publish-status-card p{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45}.publish-status-card time{flex:0 0 auto;color:#8a8a8a;font-size:12px;line-height:1.45;white-space:nowrap}.publish-status-label{color:#1f1f1f;font-size:13px;font-weight:600;line-height:1.3}.publish-url-card{display:grid;gap:5px;min-width:0;padding:10px 12px;border-radius:8px;background:var(--surface-muted)}.publish-url-card span,.publish-detail-grid span{color:var(--text-muted);font-size:12px;line-height:1.35}.publish-url-card a{min-width:0;overflow:hidden;color:#1f1f1f;font-size:13px;line-height:1.35;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.publish-url-card a:hover{color:#000;text-decoration:underline}.publish-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0}.publish-detail-grid div{display:grid;gap:3px;min-width:0;padding:10px 12px;border-radius:8px;background:var(--surface-muted)}.publish-detail-grid strong{min-width:0;overflow:hidden;color:#1f1f1f;font-size:13px;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.publish-scope-actions,.publish-management-actions{display:grid;gap:7px;min-width:0}.publish-scope-actions{grid-template-columns:minmax(0,max-content) minmax(0,max-content)}.publish-management-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.publish-management-actions .share-modal-primary{grid-column:1 / -1}.publish-page-link{text-decoration:none}.publish-output-box .share-modal-secondary{background:#fff}.publish-output-box .share-modal-secondary:hover{background:var(--surface-hover)}.share-modal-note{display:grid;gap:8px;padding-top:4px;color:var(--text-muted);font-size:12px;line-height:1.45}.share-modal-note p{margin:0}.share-modal-danger{justify-self:center;color:#b4534b;background:#fff7f6}.share-modal-danger:hover{color:#96332c;background:#ffeded}.presence{gap:7px;height:30px;padding:0 8px;color:var(--text-soft);background:var(--surface-muted);border-radius:8px}.presence-wrap{position:relative}.sharing-presence{padding-right:8px}.sharing-presence.active,.sharing-presence:hover{color:#4d4d4d;background:var(--surface-hover)}.avatars{display:flex;min-width:52px}.sharing-presence .avatar{position:relative}.sharing-presence .avatar:after{position:absolute;top:calc(100% + 10px);left:50%;z-index:30;width:max-content;max-width:220px;padding:5px 8px;border:1px solid var(--border);border-radius:7px;color:#3f3f3f;background:#fff;box-shadow:0 8px 24px #0000001f;content:attr(data-tooltip);font-size:12px;font-weight:500;line-height:1.25;opacity:0;pointer-events:none;text-transform:none;transform:translate(-50%,-2px);transition:opacity 80ms ease,transform 80ms ease;white-space:nowrap}.sharing-presence .avatar:hover:after{opacity:1;transform:translate(-50%)}.presence-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:25;display:grid;gap:8px;width:260px;padding:10px;border:1px solid var(--line-subtle);border-radius:8px;background:#fff;box-shadow:0 16px 42px #0000001f}.presence-popover header{display:flex;align-items:center;justify-content:space-between;padding:0 2px 6px;color:#555;font-size:12px;font-weight:650}.presence-popover header strong{display:grid;place-items:center;min-width:21px;height:21px;border-radius:999px;color:#763fc8;background:#f1eafb;font-size:11px}.presence-list{display:grid;gap:4px}.presence-row{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;align-items:center;padding:7px;border-radius:7px;background:transparent}.presence-row.self{background:var(--surface-muted)}.presence-row-avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;color:#fff;font-size:12px;font-weight:700}.presence-row span{display:block;overflow:hidden;color:#2f2f2f;font-size:13px;font-weight:650;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.presence-row p{margin:2px 0 0;overflow:hidden;color:var(--text-muted);font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.presence-row p.other-file{color:#763fc8}@media(max-width:820px){.top-chrome{padding:8px 10px}}@media(max-width:560px){.top-chrome{padding:8px 10px}.share-button{width:34px;padding:0}.share-label-visible,.presence{display:none}.share-modal-layer{padding:12px}.share-modal{width:min(100%,calc(100vw - 24px));padding:28px 18px 22px}.share-modal-header h2{font-size:20px}.share-modal-link-row{grid-template-columns:1fr}.share-modal-actions{display:grid;width:100%}}.tabbar{position:relative;z-index:3;display:flex;align-items:center;gap:4px;flex:1 1 auto;width:100%;min-width:0;max-width:100%;overflow:visible;background:transparent}.tabs-scroll{--tab-overflow-mask: linear-gradient(90deg, #000000 0%, #000000 100%);display:flex;align-items:center;gap:3px;flex:0 1 auto;width:max-content;min-width:0;max-width:100%;height:38px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none;mask-image:var(--tab-overflow-mask);mask-size:100% 100%;-webkit-mask-image:var(--tab-overflow-mask);-webkit-mask-size:100% 100%}.tabbar.can-scroll-left .tabs-scroll{--tab-overflow-mask: linear-gradient(90deg, transparent 0, #000000 34px, #000000 100%)}.tabbar.can-scroll-right .tabs-scroll{--tab-overflow-mask: linear-gradient(90deg, #000000 0, #000000 calc(100% - 44px) , transparent 100%)}.tabbar.can-scroll-left.can-scroll-right .tabs-scroll{--tab-overflow-mask: linear-gradient( 90deg, transparent 0, #000000 34px, #000000 calc(100% - 44px) , transparent 100% )}.tabs-scroll::-webkit-scrollbar{display:none}.tab-item,.tab-select-button,.add-tab-button,.tab-scroll-button{display:inline-flex;align-items:center;justify-content:center;height:32px;color:var(--text-soft);background:transparent}.tab-item{position:relative;flex:0 0 136px;min-width:0;padding:0 5px 0 10px;font-size:13px;font-weight:400;border-radius:8px}.tab-item:not(.active){color:#9a9a9a}.tab-item.dragging{opacity:.55}.tab-select-button{gap:6px;justify-content:flex-start;flex:1 1 auto;min-width:0;height:100%;padding:0 24px 0 0;color:inherit;background:transparent;cursor:pointer;-webkit-user-select:none;user-select:none}.tab-rename-shell{cursor:text}.tab-title{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-live-dot{flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:#a8a8a8}.tab-live-dot.connected{background:#15803d}.tab-live-dot.connecting{background:#9a9a9a}.tab-live-dot.offline{background:silver}.tab-collaborator-count{min-width:14px;height:14px;padding:0 4px;border-radius:7px;color:#777;background:#fff;font-size:10px;line-height:14px}.tab-actions{position:absolute;top:50%;right:5px;z-index:2;display:grid;place-items:center;width:22px;height:22px;opacity:0;pointer-events:none;transform:translateY(-50%)}.tab-item:hover .tab-actions,.tab-item:focus-within .tab-actions{opacity:1;pointer-events:auto}.tab-item:hover .tab-collaborator-count,.tab-item:focus-within .tab-collaborator-count{opacity:0}.tab-action-button{display:grid;place-items:center;width:22px;height:22px;padding:0;color:#9a9a9a;background:transparent;border-radius:5px;line-height:0}.tab-action-button svg{display:block;width:14px;height:14px}.tab-action-button:hover{color:#1f1f1f;background:#fff}.tab-action-button:disabled{cursor:default;opacity:.28}.tab-action-button.close:hover{color:#1f1f1f}.tab-rename-input{display:block;width:100%;height:100%;margin:0;padding:0;border:0;cursor:text;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;outline-offset:0;color:inherit;background:transparent;caret-color:#1f1f1f;font:inherit;line-height:inherit;-webkit-user-select:text;user-select:text}.tab-rename-input:focus,.tab-rename-input:focus-visible{outline:0;outline-offset:0}.tab-rename-input::selection{color:#1f1f1f;background:#e8e8e8}.tab-item:hover,.add-tab-button:hover,.tab-scroll-button:not(:disabled):hover{color:#1f1f1f;background:var(--surface-hover)}.tab-item.active{color:#1f1f1f;background:var(--surface-muted)}.add-tab-button{flex:0 0 32px;border-radius:8px}.tabbar-actions{position:relative;z-index:4;display:flex;align-items:center;gap:4px;flex:0 0 auto;background:#fff}.tab-scroll-button{position:relative;flex:0 0 28px;width:28px;border-radius:8px}.tab-scroll-button.has-current-tab{color:#1f1f1f;background:var(--surface-muted)}.tab-scroll-button.has-current-tab:after{position:absolute;top:6px;right:6px;width:4px;height:4px;border-radius:50%;background:#1f1f1f;content:"";opacity:.55}.tab-scroll-button:disabled{cursor:default;opacity:0;pointer-events:none}.tabbar:not(.can-scroll-left):not(.can-scroll-right)>.tab-scroll-button,.tabbar:not(.can-scroll-left):not(.can-scroll-right) .tabbar-actions>.tab-scroll-button{flex-basis:0;width:0;overflow:hidden}@media(max-width:820px){.tabbar{max-width:none}}@media(max-width:560px){.tab-item{flex-basis:112px}}.workspace-menu-popover{--workspace-menu-row-height: 32px;--workspace-menu-radius: 8px;--workspace-menu-row-x: 10px;--workspace-menu-icon-size: 16px;--workspace-menu-text: #444444;position:absolute;top:48px;left:12px;z-index:50;width:286px;max-width:calc(100vw - 24px);padding:8px;border:1px solid rgba(31,31,31,.08);border-radius:9px;background:#fff;box-shadow:0 14px 36px #0000001f}.workspace-menu-list{display:grid;gap:2px;min-width:0}.workspace-menu-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:var(--workspace-menu-row-height);padding:0 var(--workspace-menu-row-x);border-radius:var(--workspace-menu-radius);color:var(--workspace-menu-text);background:transparent;font-size:13px;font-weight:400;text-align:left}.workspace-menu-row:hover,.workspace-menu-row.active{color:#1f1f1f;background:var(--surface-muted)}.workspace-menu-row:disabled{cursor:default;opacity:.4}.workspace-menu-row:disabled:hover{color:var(--workspace-menu-text);background:transparent}.workspace-menu-row svg{width:var(--workspace-menu-icon-size);height:var(--workspace-menu-icon-size);color:var(--text-soft)}.workspace-menu-plus svg:first-child{color:#763fc8}.workspace-menu-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-menu-divider{height:1px;margin:6px 4px;background:#1f1f1f12}.workspace-plus-popover,.workspace-preferences-popover{position:absolute;left:calc(100% + 8px);z-index:51;border:1px solid rgba(31,31,31,.08);border-radius:9px;background:#fff;box-shadow:0 14px 36px #0000001f}.workspace-plus-popover{bottom:44px;display:grid;gap:10px;width:286px;max-width:calc(100vw - 330px);padding:12px}.workspace-plus-popover-header,.workspace-preferences-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.workspace-plus-popover-header span{color:#1f1f1f;font-size:14px;font-weight:600;line-height:1.25}.workspace-plus-popover-header button,.workspace-preferences-header button{display:grid;flex:0 0 auto;width:24px;height:24px;place-items:center;padding:0;border-radius:6px;color:var(--text-muted);background:transparent}.workspace-plus-popover-header button:hover,.workspace-preferences-header button:hover{color:#1f1f1f;background:var(--surface-muted)}.workspace-plus-popover p{margin:0;color:#666;font-size:12px;line-height:1.45}.workspace-plus-feature-list{display:grid;gap:2px;min-width:0}.workspace-plus-feature-list span{min-width:0;padding:6px 8px;border-radius:7px;color:#3f3f3f;background:var(--surface-muted);font-size:12px;line-height:1.35}.workspace-plus-status{width:max-content;max-width:100%;padding:5px 8px;border-radius:7px;color:#763fc8;background:#763fc814;font-size:12px;font-weight:500;line-height:1.25}.workspace-preferences-popover{top:194px;display:grid;gap:2px;width:384px;max-width:calc(100vw - 330px);padding:8px}.workspace-preferences-header{min-height:34px;padding:4px 4px 6px 6px}.workspace-preferences-header h2{margin:0;color:#2f2f2f;font-size:15px;font-weight:500;line-height:1.2}.workspace-preferences-section{display:grid;gap:6px;min-width:0;padding:8px;border-top:1px solid rgba(31,31,31,.07)}.workspace-preferences-header+.workspace-preferences-section{border-top:0;padding-top:6px}.workspace-preferences-section h3{margin:0;color:#8c8c8c;font-size:11px;font-weight:500;line-height:1.25}.workspace-preferences-setting{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:12px;min-height:34px}.workspace-preferences-setting>span{color:#4f4f4f;font-size:13px;font-weight:400}.workspace-preferences-segmented{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:3px;min-height:30px;padding:3px;border:1px solid rgba(31,31,31,.07);border-radius:8px;background:#fafafa}.workspace-preferences-segmented button{min-width:0;padding:0 8px;border-radius:7px;color:#777;background:transparent;font-size:12px;font-weight:500}.workspace-preferences-segmented button.active{color:#1f1f1f;background:#fff;box-shadow:0 1px 4px #00000014}.workspace-preferences-switches{display:grid;gap:2px}.workspace-preferences-switch{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px;padding:0 8px;border-radius:7px;color:#555;background:transparent;text-align:left}.workspace-preferences-switch:hover{background:var(--surface-muted)}.workspace-preferences-switch>span{min-width:0;color:#4f4f4f;font-size:13px;font-weight:400}.workspace-preferences-switch>i{position:relative;flex:0 0 auto;width:30px;height:18px;border-radius:999px;background:#e3e3e3;box-shadow:inset 0 0 0 1px #1f1f1f0f}.workspace-preferences-switch>i:after{position:absolute;top:2px;left:2px;width:14px;height:14px;content:"";border-radius:999px;background:#fff;box-shadow:0 1px 3px #0000002e;transition:transform .12s ease}.workspace-preferences-switch.active>i{background:#1f1f1f}.workspace-preferences-switch.active>i:after{transform:translate(12px)}.center-workbench,.file-shell{--document-reading-max: 860px;--document-workbench-width: 100vw;--document-safe-left: 0px;--document-safe-right: 0px;--document-safe-width: max( 260px, calc(var(--document-workbench-width) - var(--document-safe-left) - var(--document-safe-right)) );--document-horizontal-gutter: 72px;--editor-active-line-background: rgba(0, 0, 0, .035);--editor-bookmark-rail: 28px;--editor-line-number-rail: 40px;--editor-left-rail: calc(var(--editor-bookmark-rail) + var(--editor-line-number-rail));--editor-comment-rail: var(--editor-left-rail);--editor-frame-rails: calc(var(--editor-left-rail) + var(--editor-comment-rail));--preview-bookmark-rail: var(--editor-bookmark-rail);--preview-comment-rail: var(--editor-bookmark-rail);--preview-frame-rails: calc(var(--preview-bookmark-rail) + var(--preview-comment-rail));--document-body-width: min( var(--document-reading-max), max(260px, calc(var(--document-safe-width) - var(--document-horizontal-gutter))) );--editor-body-width: min( var(--document-reading-max), max(260px, calc(var(--document-safe-width) - var(--document-horizontal-gutter) - var(--editor-frame-rails))) );--editor-frame-width: calc(var(--editor-body-width) + var(--editor-frame-rails));--document-chrome-width: var(--document-body-width);--document-lane-margin-left: auto;--document-lane-margin-right: auto;--split-preview-inset: 28px;--split-editor-bias: calc((var(--editor-frame-rails) - var(--split-preview-inset) - var(--preview-frame-rails)) / 2);--split-editor-ratio: 50%;--split-preview-ratio: 50%;--split-resize-hit-width: 28px;--split-scrollbar-rail: 14px;--split-safe-left: 0px;--split-safe-right: 0px}.file-shell{position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:48px minmax(0,1fr) 42px;container-type:inline-size;min-width:0;min-height:0;overflow:hidden;overscroll-behavior:none}.center-workbench.reading-narrow,.file-shell.reading-narrow{--document-reading-max: 700px;--document-body-width: min( var(--document-reading-max), max(260px, calc(var(--document-safe-width) - var(--document-horizontal-gutter))) )}.center-workbench.reading-wide,.file-shell.reading-wide{--document-reading-max: 9999px;--document-body-width: max(260px, calc(var(--document-safe-width) - var(--document-horizontal-gutter)))}.center-workbench.view-edit{--document-body-width: min( var(--document-reading-max), max(260px, calc(var(--document-safe-width) - var(--document-horizontal-gutter))) );--document-chrome-width: var(--editor-frame-width)}.center-workbench.view-preview,.file-shell.view-preview{--document-body-width: min( var(--document-reading-max), max(260px, calc(var(--document-safe-width) - var(--document-horizontal-gutter) - var(--preview-frame-rails))) );--document-chrome-width: calc(var(--document-body-width) + var(--preview-frame-rails))}.main-panel.right-panel-open .center-workbench,.main-panel.right-panel-open .file-shell{--document-safe-right: var(--right-panel-width);--document-lane-margin-right: calc(var(--right-panel-width) + 36px);--split-safe-right: var(--right-panel-width)}.file-shell.with-format-toolbar{grid-template-rows:48px minmax(0,1fr) 42px}.center-workbench.line-numbers-off,.file-shell.line-numbers-off,.editor-surface.line-numbers-off{--editor-line-number-rail: 0px;--editor-left-rail: var(--editor-bookmark-rail);--editor-comment-rail: var(--editor-left-rail);--editor-frame-rails: calc(var(--editor-left-rail) + var(--editor-comment-rail))}.file-shell.with-live-room-notice{grid-template-rows:48px auto minmax(0,1fr) 42px}.file-shell.with-live-room-notice .workspace{grid-row:3}.file-shell.with-live-room-notice .file-status-bar{grid-row:4}.file-shell.view-edit .file-status-bar{width:var(--editor-frame-width)}.workspace{grid-column:1;grid-row:2;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;overflow-anchor:none;overscroll-behavior:contain;background:#fff;scrollbar-gutter:stable}.file-shell.with-format-toolbar .workspace{grid-row:2}.file-shell.with-format-toolbar.with-live-room-notice .workspace,.file-shell.with-format-toolbar .file-status-bar{grid-row:3}.file-shell.with-format-toolbar.with-live-room-notice .file-status-bar{grid-row:4}.live-room-notice{position:relative;z-index:11;grid-column:1;grid-row:2;align-self:start;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:start;gap:10px;width:var(--document-chrome-width);min-width:0;margin:0 var(--document-lane-margin-right) 6px var(--document-lane-margin-left);padding:10px 12px;border-radius:10px;color:#3f3f3f;background:#fff;box-shadow:inset 0 0 0 1px #ead8d5}.live-room-notice>svg{margin-top:2px;color:#8f3d36}.live-room-notice-copy{display:grid;gap:2px;min-width:0}.live-room-notice-copy strong{color:#2f2f2f;font-size:14px;font-weight:600;line-height:1.35}.live-room-notice-copy p{margin:0;color:#666;font-size:14px;line-height:1.45}.live-room-notice-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0}.live-room-notice-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:0 9px;color:#555;background:var(--surface-muted);border-radius:8px;font-size:14px;font-weight:400;white-space:nowrap}.live-room-notice-actions button:hover{color:#1f1f1f;background:var(--surface-hover)}@container (max-width: 760px){.live-room-notice{grid-template-columns:18px minmax(0,1fr)}.live-room-notice-actions{grid-column:2;justify-content:flex-start;flex-wrap:wrap}}.editor-surface,.preview-surface{position:relative;width:var(--document-body-width);min-height:100%;margin-left:var(--document-lane-margin-left);margin-right:var(--document-lane-margin-right);padding:18px 0 40px;background:#fff}.workspace.preview .preview-surface{width:calc(var(--document-body-width) + var(--preview-frame-rails));max-width:none;padding:18px 0 40px}.workspace.edit .preview-surface,.workspace.preview .editor-surface{display:none}.workspace.preview .preview-surface{display:block}.workspace.edit:not(.split) .editor-surface{width:var(--editor-frame-width)}.workspace.edit:not(.split) .markdown-editor .cm-content{flex:0 0 calc(100% - var(--editor-frame-rails));width:calc(100% - var(--editor-frame-rails))}.workspace.reading-narrow:not(.split) .editor-surface,.workspace.reading-narrow:not(.split):not(.preview) .preview-surface{width:var(--document-body-width)}.workspace.edit.reading-narrow:not(.split) .editor-surface{width:var(--editor-frame-width)}.workspace.reading-wide:not(.split) .editor-surface,.workspace.reading-wide:not(.split):not(.preview) .preview-surface{width:var(--document-body-width)}.workspace.edit.reading-wide:not(.split) .editor-surface{width:var(--editor-frame-width)}@media(max-width:820px){.center-workbench,.center-workbench.reading-narrow:not(.view-split),.center-workbench.reading-wide:not(.view-split),.file-shell,.file-shell.reading-narrow:not(.view-split),.file-shell.reading-wide:not(.view-split){--document-horizontal-gutter: 56px;--document-body-width: min(680px, max(220px, calc(var(--document-safe-width) - var(--document-horizontal-gutter))));--document-chrome-width: var(--document-body-width)}.center-workbench.view-edit{--document-horizontal-gutter: 56px;--document-body-width: min(680px, max(220px, calc(var(--document-safe-width) - var(--document-horizontal-gutter))));--document-chrome-width: var(--document-body-width)}.file-shell:not(.with-format-toolbar){grid-template-rows:minmax(0,1fr) 42px}.file-shell:not(.with-format-toolbar) .workspace{grid-row:1}.file-shell:not(.with-format-toolbar) .file-status-bar{grid-row:2}.file-shell.view-edit .file-status-bar{width:var(--document-chrome-width)}.editor-surface,.preview-surface{width:var(--document-body-width);padding-top:18px}.workspace.edit:not(.split) .editor-surface{width:var(--document-body-width)}.workspace.edit:not(.split) .markdown-editor .cm-content{flex:auto;width:auto}}@media(max-width:560px){.center-workbench,.center-workbench.reading-narrow:not(.view-split),.center-workbench.reading-wide:not(.view-split),.file-shell,.file-shell.reading-narrow:not(.view-split),.file-shell.reading-wide:not(.view-split){--document-horizontal-gutter: 36px;--document-body-width: max(200px, calc(var(--document-safe-width) - var(--document-horizontal-gutter)));--document-chrome-width: var(--document-body-width)}.center-workbench.view-edit{--document-horizontal-gutter: 36px;--document-body-width: max(200px, calc(var(--document-safe-width) - var(--document-horizontal-gutter)));--document-chrome-width: var(--document-body-width)}.editor-surface,.preview-surface{width:var(--document-chrome-width);margin-left:var(--document-lane-margin-left);margin-right:var(--document-lane-margin-right)}.file-shell.view-edit .file-status-bar{width:var(--document-chrome-width)}}.file-shell.empty{grid-template-rows:minmax(0,1fr)}.file-shell.empty .workspace{grid-row:1}.empty-workspace{position:relative;display:grid;place-items:center}.empty-workspace.drop-active{background:#fbfbfb}.empty-file-state{position:relative;display:grid;place-items:center;width:100%;min-height:100%;color:#1f1f1f;text-align:center}.empty-file-center{position:relative;z-index:1;display:grid;justify-items:center;gap:16px;width:min(460px,calc(100% - 48px));text-align:center;transform:translateY(-10px)}.empty-file-brand{display:grid;place-items:center;pointer-events:none}.empty-file-logo{--tabula-logo-size: 112px;color:#1f1f1f;opacity:.14}.empty-file-state p{max-width:420px;margin:0;color:var(--text-muted);font-size:16px;line-height:1.5}.empty-file-actions{display:grid;gap:2px;width:min(430px,100%);margin-top:8px}.empty-file-action{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 14px;border-radius:8px;color:#666;background:transparent;font-size:14px;font-weight:400;text-align:left}.empty-file-action svg{color:#8f8f8f}.empty-file-action-hint{color:#aaa;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;font-weight:400;white-space:nowrap}.empty-file-action:hover{color:#1f1f1f;background:var(--surface-muted)}.file-toolbar-wrap{position:relative;z-index:1;justify-self:end;min-width:0}.file-toolbar,.markdown-formatting-toolbar{--document-control-height: 34px;--document-control-inner: 28px;--document-control-radius: 8px}.file-toolbar{gap:2px;height:var(--document-control-height);padding:3px;border-radius:var(--document-control-radius);background:var(--surface-muted)}.toolbar-separator{width:1px;height:18px;margin:0 3px;background:#e4e4e5}.mode-slot-placeholder{pointer-events:none;visibility:hidden}.file-tool-popover{position:absolute;top:44px;right:0;z-index:30;width:264px;padding:6px;border-radius:8px;background:#fff;box-shadow:0 14px 34px #00000014;transform:none}.file-tool-popover.editor-controls-popover{width:304px}.editor-controls-section{display:grid;gap:2px}.editor-controls-row{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:34px;padding:0 8px;border-radius:7px;color:#1f1f1f;background:transparent;font-size:13px;font-weight:400;text-align:left}.editor-controls-row:hover{background:var(--surface-muted)}.editor-controls-check{display:grid;place-items:center;width:16px;height:16px;color:#763fc8}.editor-controls-width-row{display:grid;gap:8px;margin-top:4px;padding:8px;border-top:1px solid var(--line-subtle);color:#1f1f1f;font-size:13px;font-weight:400}.editor-width-control{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;height:32px;padding:2px;border-radius:8px;background:var(--surface-muted)}.editor-width-control button{display:inline-flex;align-items:center;justify-content:center;min-width:0;height:28px;padding:0 8px;border-radius:7px;color:#777;background:transparent;font-size:12px;font-weight:500}.editor-width-control button:hover,.editor-width-control button.active{color:#1f1f1f;background:#fff}.editor-control-row{position:relative;z-index:13;grid-column:1;grid-row:1;align-self:center;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;justify-items:end;gap:8px;width:var(--document-chrome-width);min-width:0;margin-left:var(--document-lane-margin-left);margin-right:var(--document-lane-margin-right);height:42px;padding:4px 0;border-radius:0;background:transparent}.editor-control-row.with-formatting{grid-template-columns:minmax(0,1fr) auto;justify-items:stretch}.editor-control-row.preview{background:transparent}.file-shell.view-edit .editor-control-row{width:var(--editor-frame-width)}.markdown-formatting-row{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start;justify-self:start;min-width:0;max-width:100%}.editor-control-row.with-formatting .markdown-formatting-row{max-width:none;overflow:hidden}.editor-control-row.with-formatting .file-toolbar-wrap{justify-self:end}.markdown-formatting-toolbar{display:inline-flex;align-items:center;gap:2px;max-width:100%;height:var(--document-control-height);padding:3px;overflow-x:auto;border-radius:var(--document-control-radius);background:var(--surface-muted);scrollbar-width:none}.editor-control-row .file-toolbar,.editor-control-row.with-formatting .markdown-formatting-toolbar{height:var(--document-control-height);padding:3px;border-radius:var(--document-control-radius);background:var(--surface-muted)}.markdown-formatting-toolbar::-webkit-scrollbar{display:none}.markdown-format-button{flex:0 0 auto}.markdown-formatting-row.reading-narrow:not(.split){max-width:100%}.markdown-formatting-row.reading-wide:not(.split){max-width:100%}@media(max-width:820px){.file-toolbar-wrap{display:none}.editor-control-row:not(.with-formatting){display:none}.editor-control-row,.editor-control-row.reading-narrow:not(.split),.editor-control-row.reading-wide:not(.split){justify-content:flex-start;width:var(--document-chrome-width)}.file-shell.view-edit .editor-control-row{width:var(--document-chrome-width)}.editor-control-row.with-formatting{padding:4px}.markdown-formatting-row,.markdown-formatting-row.reading-narrow:not(.split),.markdown-formatting-row.reading-wide:not(.split){width:100%;max-width:100%}}@media(max-width:560px){.editor-control-row,.editor-control-row.reading-narrow:not(.split),.editor-control-row.reading-wide:not(.split){width:var(--document-chrome-width);margin-left:var(--document-lane-margin-left);margin-right:var(--document-lane-margin-right)}.file-shell.view-edit .editor-control-row{width:var(--document-chrome-width)}}.markdown-editor{display:block;width:100%;min-height:100%;color:#1f1f1f;background:transparent;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-feature-settings:"liga" 0,"calt" 0;font-variant-ligatures:none;font-size:16px;line-height:1.68}.markdown-editor *{font-feature-settings:"liga" 0,"calt" 0;font-variant-ligatures:none}.markdown-editor .cm-editor{min-height:inherit;color:inherit;background:transparent;font-family:inherit;font-size:inherit;line-height:inherit}.markdown-editor .cm-focused{outline:0}.markdown-editor .cm-comment-mark{position:relative;border-bottom:1px solid #bdbdbd;background:#f7f7f8;border-radius:3px;cursor:pointer}.markdown-editor .cm-comment-mark:hover{background:#eeeeef;border-bottom-color:#777}.markdown-editor .cm-comment-mark.active{background:#eeeeef;border-bottom-color:#4f4f4f}.markdown-editor .cm-remote-presence-line{background:color-mix(in srgb,var(--remote-presence-color, #763fc8) 9%,transparent);box-shadow:inset 2px 0 color-mix(in srgb,var(--remote-presence-color, #763fc8) 70%,transparent)}.markdown-editor .cm-remote-selection{border-radius:3px;background:color-mix(in srgb,var(--remote-presence-color, #763fc8) 18%,transparent)}.markdown-editor .cm-remote-cursor{position:relative;display:inline-block;width:2px;height:1.2em;margin-left:-1px;vertical-align:text-bottom;background:var(--remote-presence-color, #763fc8);pointer-events:none}.markdown-editor .cm-remote-cursor-label{position:absolute;top:-1.45em;left:0;max-width:180px;padding:2px 6px;overflow:hidden;border-radius:5px;color:#fff;background:var(--remote-presence-color, #763fc8);font-family:Geist Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.markdown-editor .cm-scroller{min-height:inherit;overflow:auto;font-family:inherit;line-height:inherit}.markdown-editor .cm-gutters{border:0;color:#c6c6c8;background:transparent}.markdown-editor .cm-gutters-before,.markdown-editor .cm-gutters-after{background:transparent}.markdown-editor .cm-lineNumbers{min-width:var(--editor-line-number-rail)}.markdown-editor .cm-annotationGutter{width:var(--editor-bookmark-rail);min-width:var(--editor-bookmark-rail)}.markdown-editor .cm-commentGutter{width:var(--editor-comment-rail);min-width:var(--editor-comment-rail)}.markdown-editor .cm-annotationGutter .cm-gutterElement,.markdown-editor .cm-commentGutter .cm-gutterElement{display:flex;align-items:center;justify-content:center;padding:0}.markdown-editor .cm-annotationGutter .cm-gutterElement{width:var(--editor-bookmark-rail);min-width:var(--editor-bookmark-rail)}.markdown-editor .cm-commentGutter .cm-gutterElement{justify-content:flex-end;width:var(--editor-comment-rail);min-width:var(--editor-comment-rail);padding-right:5px}.markdown-editor .cm-annotation-marker{display:flex;align-items:center;justify-content:center;width:20px;height:18px;color:#8a8a8d}.markdown-editor .cm-line-comment-marker{display:flex;align-items:center;justify-content:center;width:22px;height:18px;color:#8a8a8d}.markdown-editor .cm-annotation-action{--annotation-active-color: #763fc8;position:relative;display:grid;place-items:center;width:18px;height:18px;border-radius:5px;color:#b7b7ba;cursor:pointer}.markdown-editor .cm-annotation-action:hover{background:#0000000e}.markdown-editor .cm-annotation-icon{display:block;opacity:0;transition:opacity .12s ease}.markdown-editor .cm-annotationGutter:hover .cm-gutterElement:hover .cm-annotation-icon,.markdown-editor .cm-commentGutter:hover .cm-gutterElement:hover .cm-annotation-icon{opacity:.72}.markdown-editor .cm-annotation-marker.has-bookmark .cm-annotation-action,.markdown-editor .cm-line-comment-marker.has-comment .cm-annotation-action{color:var(--annotation-active-color)}.markdown-editor .cm-annotation-marker.has-bookmark .cm-annotation-icon,.markdown-editor .cm-line-comment-marker.has-comment .cm-annotation-icon{opacity:1}.markdown-editor .cm-lineNumbers .cm-gutterElement{min-width:var(--editor-line-number-rail);padding:0 10px 0 0;color:#c6c6c8;font-size:14px;font-weight:400;line-height:inherit;text-align:right}.markdown-editor .cm-lineNumbers .cm-activeLineGutter,.markdown-editor .cm-activeLineGutter{color:#6f6f72;background:var(--editor-active-line-background)}.markdown-editor .cm-content{min-height:inherit;padding:0;caret-color:#1f1f1f}.markdown-editor .cm-line{padding:0 8px}.markdown-editor .cm-placeholder{color:#b7b7ba}.markdown-editor .cm-activeLine{background:var(--editor-active-line-background)}.markdown-editor .cm-matchingBracket{color:inherit;background:var(--surface-muted)}@media(max-width:820px){.markdown-editor .cm-gutters{display:none}}.file-search-row{position:relative;z-index:12;grid-column:1;grid-row:2;display:grid;align-items:center;width:var(--document-chrome-width);min-width:0;min-height:44px;margin-left:var(--document-lane-margin-left);margin-right:var(--document-lane-margin-right);padding:4px 0;background:transparent}.file-search-bar{display:grid;grid-template-columns:16px minmax(180px,1fr) auto auto auto auto;align-items:center;gap:6px;width:100%;min-height:40px;padding:0;border-radius:0;color:#777;background:transparent;box-shadow:none}.file-search-bar input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:30px;min-width:0;padding:0 6px;border:0;outline:0;color:#1f1f1f;background:transparent;font-size:13px}.file-search-count{min-width:42px;color:#777;font-size:12px;text-align:right;white-space:nowrap}.file-search-bar button{display:grid;place-items:center;width:28px;height:28px;padding:0;color:#777;background:transparent;border-radius:7px}.file-search-bar button:hover{color:#1f1f1f;background:var(--surface-hover)}.file-search-bar button:disabled{cursor:default;opacity:.32}.file-search-bar button:disabled:hover{color:#777;background:transparent}.file-shell.with-search-row{grid-template-rows:48px 44px minmax(0,1fr) 42px}.file-shell.with-search-row.with-live-room-notice{grid-template-rows:48px 44px auto minmax(0,1fr) 42px}.file-shell.with-search-row.with-live-room-notice .live-room-notice{grid-row:3}.file-shell.view-edit .file-search-row{width:var(--editor-frame-width)}.file-shell.with-search-row .workspace{grid-row:3}.file-shell.with-search-row .file-status-bar,.file-shell.with-search-row.with-live-room-notice .workspace{grid-row:4}.file-shell.with-search-row.with-live-room-notice .file-status-bar{grid-row:5}.markdown-editor .cm-search-match{border-radius:2px;background:#763fc829}.markdown-editor .cm-search-match.active{background:#763fc847}@media(max-width:820px){.file-shell.with-search-row:not(.with-format-toolbar){grid-template-rows:44px minmax(0,1fr) 42px}.file-shell.with-search-row:not(.with-format-toolbar) .file-search-row{grid-row:1}.file-shell.with-search-row:not(.with-format-toolbar) .workspace{grid-row:2}.file-shell.with-search-row:not(.with-format-toolbar) .file-status-bar{grid-row:3}}.center-workbench.view-split,.file-shell.view-split{--document-body-width: min( var(--document-reading-max), max(260px, calc(var(--document-safe-width) - var(--document-horizontal-gutter))) );--document-chrome-width: var(--editor-frame-width)}.markdown-formatting-row.split{max-width:calc(50% - 14px)}.workspace.split{position:relative;display:grid;grid-template-columns:minmax(0,calc(var(--split-editor-ratio) + var(--split-editor-bias))) minmax(0,calc(var(--split-preview-ratio) - var(--split-editor-bias)));align-items:stretch;width:var(--editor-frame-width);min-height:100%;margin-left:var(--document-lane-margin-left);margin-right:var(--document-lane-margin-right);overflow:hidden}.workspace.split .editor-surface,.workspace.split .preview-surface{width:100%;height:100%;min-height:0;margin:0;padding:18px 0 40px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.workspace.split .editor-surface{padding-right:var(--split-scrollbar-rail)}.workspace.split .markdown-editor,.workspace.split .markdown-editor .cm-editor,.workspace.split .markdown-editor .cm-scroller,.workspace.split .markdown-editor .cm-content{min-height:100%}.workspace.split .markdown-editor .cm-content{padding-right:0}.workspace.split .markdown-editor .cm-activeLine{background:var(--editor-active-line-background)}.workspace.split .preview-surface{padding-left:var(--split-preview-inset);padding-right:var(--split-scrollbar-rail);border-left:0;box-shadow:none}.split-resize-handle{position:absolute;z-index:25;top:0;bottom:0;left:calc(var(--split-editor-ratio) + var(--split-editor-bias));width:var(--split-resize-hit-width);padding:0;border:0;background:transparent;cursor:col-resize;transform:translate(-50%)}.split-resize-handle:before{position:absolute;top:18px;bottom:40px;left:50%;width:1px;content:"";background:#1f1f1f29;opacity:0;transform:translate(-50%);transition:opacity .14s ease}.split-resize-handle:hover:before,.split-resize-handle:focus-visible:before,.workspace.split-resizing .split-resize-handle:before{opacity:1}.split-resize-handle:focus-visible{outline:0}.workspace.split-resizing,.workspace.split-resizing *{cursor:col-resize}@container (max-width: 860px){.center-workbench.view-split,.file-shell.view-split{--document-horizontal-gutter: 56px;--document-body-width: min( var(--document-reading-max), max(240px, calc(var(--document-safe-width) - var(--document-horizontal-gutter))) );--document-chrome-width: var(--document-body-width)}.editor-control-row.split{justify-content:flex-end}.editor-control-row.split.with-formatting{justify-content:space-between}.markdown-formatting-row.split{max-width:100%}.workspace.split{display:block;overflow-x:hidden;overflow-y:auto}.workspace.split .split-resize-handle{display:none}.workspace.split .editor-surface,.workspace.split .preview-surface{width:100%;height:auto;min-height:auto;margin:0 auto;padding:18px 0 40px;overflow:visible;scrollbar-gutter:auto}.workspace.split .preview-surface{border-left:0;border-top:1px solid var(--line-subtle);box-shadow:none}}@media(max-width:1160px){.main-panel.right-panel-open .center-workbench.view-split,.main-panel.right-panel-open .file-shell.view-split{--document-horizontal-gutter: 24px;--document-body-width: min( var(--document-reading-max), max(240px, calc(var(--document-safe-width) - var(--document-horizontal-gutter))) );--document-chrome-width: var(--document-body-width)}.main-panel.right-panel-open .workspace.split{display:block;overflow-x:hidden;overflow-y:auto}.main-panel.right-panel-open .workspace.split .split-resize-handle{display:none}.main-panel.right-panel-open .workspace.split .editor-surface,.main-panel.right-panel-open .workspace.split .preview-surface{width:100%;height:auto;min-height:auto;margin:0 auto;padding:18px 0 40px;overflow:visible;scrollbar-gutter:auto}.main-panel.right-panel-open .workspace.split .preview-surface{border-left:0;border-top:1px solid var(--line-subtle);box-shadow:none}}@media(max-width:820px){.center-workbench.view-split,.file-shell.view-split{--document-horizontal-gutter: 56px;--document-body-width: min(680px, max(220px, calc(var(--document-safe-width) - var(--document-horizontal-gutter))));--document-chrome-width: var(--document-body-width)}.editor-control-row.split{justify-content:flex-start;width:var(--document-chrome-width)}.markdown-formatting-row.split{width:100%;max-width:100%}.workspace.split{display:block;overflow:auto}.workspace.split .split-resize-handle{display:none}.workspace.split .editor-surface,.workspace.split .preview-surface{width:100%;margin:0 auto;padding:18px 0 40px;overflow:visible}.workspace.split .preview-surface{border-left:0;border-top:1px solid #e5e5e5;box-shadow:none}}@media(max-width:560px){.center-workbench.view-split,.file-shell.view-split{--document-horizontal-gutter: 36px;--document-body-width: max(200px, calc(var(--document-safe-width) - var(--document-horizontal-gutter)));--document-chrome-width: var(--document-body-width)}.editor-control-row.split{width:var(--document-chrome-width);margin-left:var(--document-lane-margin-left);margin-right:var(--document-lane-margin-right)}.workspace.split .editor-surface,.workspace.split .preview-surface{width:100%;margin-left:auto;margin-right:auto}}.markdown-editor .cm-selectionBackground,.markdown-editor .cm-focused .cm-selectionBackground{background:transparent}.markdown-editor .cm-content ::selection{background:transparent}.markdown-editor .cm-user-selection-segment{--editor-selection-background: #e4d9f4;border-radius:4px;background:var(--editor-selection-background);pointer-events:none}.markdown-editor .cm-user-selection-bridge{border-radius:0}.markdown-editor .cm-user-selection-segment.selection-square-top-left{border-top-left-radius:0}.markdown-editor .cm-user-selection-segment.selection-square-top-right{border-top-right-radius:0}.markdown-editor .cm-user-selection-segment.selection-square-bottom-left{border-bottom-left-radius:0}.markdown-editor .cm-user-selection-segment.selection-square-bottom-right{border-bottom-right-radius:0}.markdown-editor .cm-user-selection-segment .cm-comment-mark{pointer-events:auto}.editor-surface.has-text-selection .markdown-editor .cm-activeLine,.editor-surface.has-text-selection .markdown-editor .cm-activeLineGutter{color:inherit;background:transparent}.selection-comment-popover{position:fixed;z-index:80;display:flex;align-items:center;min-height:38px;padding:5px;color:#1f1f1f;background:#fff;border:1px solid var(--line-subtle);border-radius:10px;box-shadow:0 18px 48px #0000001f}.selection-comment-button{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;height:28px;padding:0 8px;color:#1f1f1f;background:var(--surface-muted);border-radius:8px;font-size:13px;font-weight:400;white-space:nowrap}.selection-comment-button:hover,.selection-comment-button:focus-visible{background:var(--surface-hover);outline:0}.preview-placeholder{color:#999;font-size:14px}.preview-surface{color:#252525;font-family:Geist Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.72}.preview-document{position:relative;min-height:100%}.preview-document.with-line-gutters{padding-left:var(--preview-bookmark-rail);padding-right:var(--preview-comment-rail)}.preview-document-content{min-width:0}.preview-surface .preview-comment-mark{position:relative;border-bottom:1px solid #bdbdbd;border-radius:3px;background:#f7f7f8;cursor:pointer}.preview-surface .preview-comment-mark:hover,.preview-surface .preview-comment-mark:focus-visible{background:#eeeeef;border-bottom-color:#777;outline:0}.preview-surface .preview-comment-mark.active{background:#eeeeef;border-bottom-color:#4f4f4f}.frontmatter-view{display:grid;gap:6px;margin:0 0 28px;padding:12px 14px;border:0;border-radius:8px;background:#f7f7f8;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.frontmatter-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;min-height:20px;font-size:13px;line-height:1.45}.frontmatter-row span{color:#a0a0a0;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.frontmatter-row strong{min-width:0;white-space:pre-wrap;overflow-wrap:anywhere;color:#777;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-weight:400}.preview-surface>*:first-child,.preview-document-content>*:first-child{margin-top:0}.preview-line-gutter{position:absolute;top:0;bottom:0;width:var(--preview-bookmark-rail);pointer-events:none}.preview-line-gutter.bookmark{left:0}.preview-line-gutter.comment{right:0}.preview-line-action{--annotation-active-color: #763fc8;position:absolute;display:grid;place-items:center;width:100%;min-height:20px;padding:0;color:#b7b7ba;background:transparent;border:0;cursor:pointer;pointer-events:auto}.preview-line-action:before{position:absolute;width:18px;height:18px;border-radius:5px;content:""}.preview-line-action:hover:before,.preview-line-action:focus-visible:before{background:#0000000e}.preview-line-action-icon{position:relative;z-index:1;display:block;opacity:0;transition:opacity .12s ease}.preview-line-action:hover .preview-line-action-icon,.preview-line-action:focus-visible .preview-line-action-icon{opacity:.72}.preview-line-action.has-bookmark,.preview-line-action.has-comment,.preview-line-action.active{color:var(--annotation-active-color)}.preview-line-action.has-bookmark .preview-line-action-icon,.preview-line-action.has-comment .preview-line-action-icon,.preview-line-action.active .preview-line-action-icon{opacity:1}.preview-surface h1,.preview-surface h2,.preview-surface h3{color:#1f1f1f;line-height:1.28}.preview-surface h1{margin:0 0 17px;font-size:25px;font-weight:720}.preview-surface h2{margin:27px 0 9px;font-size:19px;font-weight:680}.preview-surface h3{margin:22px 0 8px;font-size:17px;font-weight:650}.preview-surface p,.preview-surface li{color:#252525;font-size:inherit;line-height:inherit}.preview-surface p{margin:0 0 15px}.preview-surface ol,.preview-surface ul{margin:0 0 16px;padding-left:24px}.preview-surface li>ol,.preview-surface li>ul{margin:6px 0 4px;padding-left:22px}.preview-surface li{margin:0 0 6px}.preview-surface li>p{margin:0 0 8px}.preview-surface li>:last-child{margin-bottom:0}.preview-surface a{color:#1f1f1f;text-decoration:underline;text-decoration-color:#c8c8c8;text-decoration-thickness:1px;text-underline-offset:3px}.preview-surface a:hover{text-decoration-color:#777}.preview-surface hr{height:1px;margin:28px 0;border:0;background:var(--line-subtle)}.preview-surface p:has(>.preview-image-frame:only-child){margin:18px 0}.preview-image-frame{display:inline-grid;max-width:100%;gap:7px;vertical-align:top}.preview-surface p>.preview-image-frame:only-child{display:grid}.preview-image{display:block;max-width:100%;height:auto;border-radius:8px;background:var(--surface-muted);object-fit:contain}.preview-image-caption{color:#8a8a8a;font-size:12px;font-weight:500;line-height:1.35}.preview-image-fallback{display:grid;place-items:center;min-height:118px;padding:16px;color:#8a8a8a;background:var(--surface-muted);border-radius:8px;font-size:13px;font-weight:500;text-align:center}.preview-surface code{padding:2px 5px;color:#1f1f1f;background:#f4f4f5;border-radius:5px;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}.preview-code-block{position:relative;margin:18px 0;border:1px solid var(--line-subtle);background:#fbfbfb;border-radius:8px}.preview-code-actions{position:absolute;top:8px;right:10px;z-index:1;display:flex;gap:4px}.preview-code-action{display:grid;place-items:center;width:32px;height:32px;color:#777;background:transparent;border-radius:999px}.preview-code-action:hover,.preview-code-action.active{color:#4a4a4a;background:#eeeeef}.preview-surface pre{position:relative;overflow:auto;margin:0;padding:42px 16px 14px;background:transparent;border-radius:inherit;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:14px;line-height:1.65;scrollbar-gutter:stable}.preview-surface pre code{display:block;min-width:max-content;padding:0;color:#2f2f2f;background:transparent;border-radius:0;font-feature-settings:"liga" 0,"calt" 0;font-variant-ligatures:none;font-size:inherit;white-space:pre}.preview-surface pre code[data-language]:before{position:absolute;top:18px;left:16px;color:#999;font-family:Geist Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:1;text-transform:uppercase;content:attr(data-language)}.preview-code-block.wrapped pre code{min-width:0;white-space:pre-wrap;overflow-wrap:anywhere}.preview-surface blockquote{margin:18px 0;padding:2px 0 2px 14px;border-left:2px solid #dedee0;border-radius:0;background:transparent;color:#555557}.preview-surface blockquote blockquote{margin:10px 0;border-left-color:#cfcfd2;background:transparent}.preview-surface blockquote ol,.preview-surface blockquote ul{margin-bottom:10px}.preview-surface blockquote>:last-child{margin-bottom:0}.preview-surface blockquote p,.preview-surface blockquote li{color:#555}.preview-table-wrap{width:100%;margin:18px 0;overflow-x:auto;border:1px solid var(--line-subtle);border-radius:8px;background:#fff}.preview-surface table{width:100%;min-width:520px;border-collapse:separate;border-spacing:0;color:#333;font-size:14px;line-height:1.45}.preview-surface th,.preview-surface td{padding:9px 10px;border-bottom:1px solid var(--line-subtle);text-align:left;vertical-align:top}.preview-surface th{color:#555;background:#fafafa;font-weight:650}.preview-surface th[align=center],.preview-surface td[align=center]{text-align:center}.preview-surface th[align=right],.preview-surface td[align=right]{text-align:right}.preview-surface tr:last-child td{border-bottom-color:transparent}.preview-surface .contains-task-list{padding-left:0;list-style:none}.preview-surface .task-list-item{display:flex;align-items:flex-start;gap:9px;margin-bottom:7px}.preview-task-checkbox{display:inline-grid;place-items:center;flex:0 0 auto;width:15px;height:15px;margin:.38em 0 0;border-radius:4px;background:#fff;box-shadow:inset 0 0 0 1px #cfcfcf}.preview-task-checkbox.checked{background:#f0f0f1;box-shadow:inset 0 0 0 1px #b8b8b8}.preview-task-checkbox.checked:after{width:7px;height:4px;border-bottom:2px solid #777777;border-left:2px solid #777777;transform:translateY(-1px) rotate(-45deg);content:""}.preview-surface .task-list-item p{margin:0}.workspace.split .preview-surface{font-size:15px;line-height:1.68}.workspace.split .preview-surface h1{margin-bottom:14px;font-size:22px;line-height:1.28}.workspace.split .preview-surface h2{margin:24px 0 8px;font-size:18px}.workspace.split .preview-surface h3{margin:20px 0 7px;font-size:16px}.workspace.split .preview-surface p{margin-bottom:13px}.workspace.split .preview-surface ol,.workspace.split .preview-surface ul{margin-bottom:14px;padding-left:22px}.workspace.split .preview-surface code{padding:1px 5px;border-radius:4px;font-size:.88em}@media(max-width:560px){.frontmatter-row{grid-template-columns:1fr;gap:4px;font-size:15px}}.right-panel{--right-panel-x: 12px;--right-panel-top: 8px;--right-panel-bottom: 12px;--right-section-gap: 8px;--right-stack-gap: 8px;--right-tight-gap: 6px;--right-row-height: 30px;--right-row-radius: 7px;--right-row-x: 8px;--right-row-gap: 8px;--right-row-text: #5f5f5f;--right-control-size: 28px;--right-chevron-size: 14px;--right-icon-size: 16px;--right-badge-height: 18px;--right-card-pad: 8px;--right-card-gap: 7px;position:absolute;inset:0 0 0 auto;z-index:30;display:grid;grid-template-rows:auto minmax(0,1fr);width:var(--right-panel-width);min-width:0;min-height:0;height:100vh;padding:var(--right-panel-top) var(--right-panel-x) var(--right-panel-bottom);background:#fff;box-shadow:none}.right-panel-header{display:flex;align-items:center;justify-content:space-between;gap:var(--right-tight-gap);min-height:38px;margin-bottom:var(--right-section-gap)}.right-panel-tabs{display:flex;align-items:center;gap:2px;flex:0 0 auto;min-width:0;min-height:34px;padding:3px;border-radius:9px;background:var(--surface-muted)}.right-panel-tab{display:grid;place-items:center;width:var(--right-control-size);height:var(--right-control-size);min-width:0;padding:0;border-radius:7px;color:var(--text-soft);background:transparent;font-size:12px;font-weight:400}.right-panel-tab.has-count{grid-template-columns:16px auto;gap:4px;place-items:center;width:auto;min-width:44px;padding:0 6px}.right-panel-tab svg{display:block;flex:0 0 auto}.right-panel-tab small{min-width:16px;height:16px;padding:0 4px;border-radius:8px;color:#777;background:var(--surface-muted);font-size:10px;font-weight:400;line-height:16px}.right-panel-close{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:8px;color:var(--text-soft);background:transparent}.right-panel-tab:hover,.right-panel-tab.active,.right-panel-close:hover{color:#1f1f1f;background:#fff}.right-panel-close:hover{background:var(--surface-muted)}.right-panel :is(button,input,textarea):focus-visible{outline:0}.right-panel button:focus-visible{color:#1f1f1f;background:var(--surface-muted)}.right-panel-body{min-height:0;overflow:auto;background:#fff}.right-panel-body.comments{overflow:hidden}.right-panel-content{display:grid;gap:var(--right-stack-gap);min-width:0}.right-panel-content p{margin:0;color:var(--text-soft);font-size:12px;line-height:1.45}.right-file-search-row{display:grid;grid-template-columns:minmax(0,1fr) var(--right-control-size) var(--right-control-size);gap:var(--right-tight-gap);align-items:center;min-width:0}.right-panel-search{width:100%;min-width:0;height:var(--right-row-height);padding:0 var(--right-row-x);border:0;border-radius:var(--right-row-radius);color:#1f1f1f;background:var(--surface-muted);font:inherit;font-size:13px;font-weight:400}.right-panel-search::placeholder{color:#8c8c8c}.right-file-import-button,.right-file-create-button{display:grid;place-items:center;width:var(--right-control-size);height:var(--right-row-height);min-width:0;padding:0;border-radius:var(--right-row-radius);color:var(--text-soft);background:var(--surface-muted)}.right-file-import-button:hover,.right-file-import-button:focus-visible,.right-file-create-button:hover,.right-file-create-button:focus-visible{color:#1f1f1f;background:var(--surface-hover)}.right-empty-state{padding:6px var(--right-row-x)}.right-row{width:100%;min-height:var(--right-row-height);padding:0 var(--right-row-x);color:var(--right-row-text);background:transparent;border-radius:var(--right-row-radius);font-size:13px;font-weight:400;text-align:left}.right-row:hover,.right-row.active,.right-row:focus-visible{color:#1f1f1f;background:var(--surface-muted)}.right-row:disabled{cursor:default;opacity:.45}.right-row:disabled:hover{color:var(--right-row-text);background:transparent}.right-row svg{display:block;flex:0 0 auto;color:currentColor}.right-row-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.right-row-badge{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:var(--right-badge-height);height:var(--right-badge-height);padding:0 5px;border-radius:calc(var(--right-badge-height) / 2);color:#777;background:var(--surface-muted);font-size:10px;font-weight:400;line-height:var(--right-badge-height);text-align:center}.right-panel-action{display:flex;align-items:center}@media(max-width:820px){.right-panel{position:absolute;top:0;right:0;width:min(var(--right-panel-width),calc(100vw - 32px));height:100%}}.right-outline-list{display:grid;gap:2px;margin:0;padding:0;list-style:none}.right-outline-list li{min-width:0;margin:0}.right-outline-row{display:grid;grid-template-columns:var(--right-chevron-size) minmax(0,1fr);align-items:center;gap:var(--right-tight-gap);padding:0 6px}.right-outline-toggle,.right-outline-toggle-spacer{display:grid;place-items:center;width:var(--right-chevron-size);height:var(--right-row-height)}.right-outline-toggle{color:#8c8c8c;background:transparent}.right-outline-toggle:hover,.right-outline-toggle:focus-visible{color:#1f1f1f}.right-outline-link{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:var(--right-tight-gap);min-width:0;height:var(--right-row-height);color:inherit;background:transparent;text-align:left}.right-outline-depth{min-width:0;overflow:hidden;color:#8c8c8c;font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:500;line-height:var(--right-row-height);letter-spacing:0;white-space:nowrap}.right-panel-action{justify-content:center;gap:var(--right-row-gap)}.right-file-tree,.right-file-tree-children{display:grid;gap:2px;margin:0;padding:0;list-style:none}.right-file-tree-node{position:relative;min-width:0}.right-file-tree-children{position:relative}.right-file-tree-row{display:grid;grid-template-columns:var(--right-icon-size) minmax(0,1fr) auto;align-items:center;gap:var(--right-row-gap);padding:0 var(--right-row-x) 0 0;line-height:1}.right-file-tree-row.file{grid-template-columns:minmax(0,1fr) auto;gap:2px;padding-right:4px}.right-file-tree-row.folder{grid-template-columns:var(--right-chevron-size) var(--right-icon-size) minmax(0,1fr);color:#555}.right-file-tree-row svg{width:var(--right-icon-size);height:var(--right-icon-size)}.right-file-tree-row.folder>svg:first-child{width:13px;height:13px}.right-file-tree-row.folder>svg:nth-child(2){width:15px;height:15px}.right-file-open-button{display:grid;grid-template-columns:var(--right-icon-size) minmax(0,1fr) auto;align-items:center;gap:var(--right-row-gap);min-width:0;min-height:var(--right-row-height);padding:0 0 0 var(--right-row-x);color:inherit;background:transparent;border-radius:var(--right-row-radius);font:inherit;line-height:1;text-align:left}.right-file-open-button:hover,.right-file-open-button:focus-visible{color:#1f1f1f;background:transparent}.right-file-open-button svg{width:var(--right-icon-size);height:var(--right-icon-size)}.right-file-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:1px;min-width:52px;opacity:0;transition:opacity .12s ease}.right-file-tree-row.file:hover .right-file-actions,.right-file-tree-row.file:focus-within .right-file-actions{opacity:1}.right-file-action{display:grid;place-items:center;width:25px;height:25px;padding:0;border-radius:6px;color:#8c8c8c;background:transparent}.right-file-action:hover,.right-file-action:focus-visible{color:#1f1f1f;background:#fff}.right-file-action.danger:hover,.right-file-action.danger:focus-visible{color:#b25050}.right-file-menu-wrap{position:relative;display:inline-flex;align-items:center}.right-file-action-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:5;display:grid;min-width:136px;padding:4px;border-radius:8px;background:#fff;box-shadow:0 8px 26px #0000001f}.right-file-action-menu button{display:grid;grid-template-columns:15px minmax(0,1fr);align-items:center;gap:8px;height:30px;padding:0 7px;border-radius:6px;color:#5f5f5f;background:transparent;font-size:12px;font-weight:400;text-align:left}.right-file-action-menu button:hover,.right-file-action-menu button:focus-visible{color:#1f1f1f;background:var(--surface-muted)}.right-file-action-menu button.danger:hover,.right-file-action-menu button.danger:focus-visible{color:#b25050}.right-file-rename-input{width:100%;min-width:0;height:24px;padding:0;border:0;outline:0;color:#1f1f1f;background:transparent;font:inherit;line-height:24px}.right-file-rename-input::selection{background:#dcdcdc}.right-file-tree-signals{display:inline-flex;align-items:center;justify-content:flex-end;gap:var(--right-tight-gap);min-width:0}.right-live-dot{display:block;flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:silver}.right-live-dot.connected{background:#58a36a}.right-live-dot.connecting{background:#9a9a9a}.right-live-dot.offline{background:silver}.right-file-tree-comment-count{background:#fff}.right-comments-panel{grid-template-rows:auto minmax(0,1fr) auto;gap:0;height:100%}.right-comments-panel.all-scope{grid-template-rows:auto minmax(0,1fr)}.right-comments-context{display:flex;align-items:center;justify-content:space-between;gap:var(--right-tight-gap);min-height:28px;padding:0 var(--right-row-x) 10px;color:#5f5f5f;font-size:12px;font-weight:400;line-height:1}.right-comments-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.right-comments-switch{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;min-height:24px;padding:0 6px;border-radius:6px;color:#8a8a8a;background:transparent;font-size:11px;font-weight:400;line-height:1}.right-comments-switch:hover,.right-comments-switch:focus-visible{color:#1f1f1f;background:var(--surface-muted)}.right-comments-switch span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.right-comments-switch small{display:inline-flex;align-items:center;justify-content:center;min-width:15px;height:15px;padding:0 4px;border-radius:8px;background:var(--surface-muted);color:#9a9a9a;font-size:9px;font-weight:400;line-height:15px}.right-comments-scroll{display:grid;align-content:start;gap:10px;min-height:0;overflow:auto;padding-bottom:var(--right-section-gap)}.right-comments-composer{display:grid;gap:var(--right-tight-gap);padding-top:var(--right-tight-gap);background:#fff}.right-comment-form{display:grid;gap:3px;margin-bottom:0;padding:7px var(--right-row-x) 6px;border-radius:var(--right-row-radius);background:var(--surface-muted)}.right-comment-composer-identity{display:inline-flex;align-items:center;gap:4px;justify-self:start;min-width:0;height:16px;color:#a0a0a0;font-size:10px;font-weight:400;line-height:1}.right-comment-composer-identity input{width:min(120px,45vw);min-width:0;height:16px;padding:0 2px;border:0;outline:0;border-radius:4px;color:#888;background:transparent;font:inherit;line-height:16px}.right-comment-composer-identity input:hover,.right-comment-composer-identity input:focus-visible{color:#4f4f4f;background:#fff}.right-comment-input{width:100%;min-height:30px;padding:0;border:0;outline:0;resize:none;color:#1f1f1f;background:transparent;border-radius:0;font-size:12px;font-weight:400;line-height:1.45}.right-comment-form.expanded .right-comment-input,.right-comment-input:focus,.right-comment-input:focus-visible{min-height:58px}.right-comment-input::placeholder{color:#aaa}.right-comment-input:focus,.right-comment-input:focus-visible{background:transparent}.right-comment-form-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--right-tight-gap);min-width:0}.right-comment-form-actions{display:inline-flex;align-items:center;gap:9px;margin-left:auto}.right-comment-scope{min-width:0;overflow:hidden;color:var(--text-muted);font-size:10px;font-weight:400;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.right-comment-text-button,.right-comment-submit{min-height:22px;padding:0;color:#8a8a8a;background:transparent;border-radius:5px;font-size:11px;font-weight:400;line-height:1}.right-comment-submit{color:#4f4f4f}.right-comment-text-button:hover,.right-comment-submit:hover:not(:disabled),.right-comment-text-button:focus-visible,.right-comment-submit:focus-visible{color:#1f1f1f;background:transparent}.right-comment-submit:disabled{cursor:default;color:#b0b0b0}.right-comments-empty{display:grid;gap:3px;padding:5px var(--right-row-x);color:var(--text-muted)}.right-comments-empty span{color:#777;font-size:12px;font-weight:400;line-height:1.35}.right-comments-empty p{max-width:26ch;color:#9a9a9a;font-size:11px;line-height:1.45}.right-comment-list{display:grid;gap:12px}.right-comment-group{display:grid;gap:var(--right-tight-gap)}.right-comment-group.compact{gap:8px}.right-comment-file{display:grid;grid-template-columns:var(--right-chevron-size) minmax(0,1fr) auto;align-items:center;gap:var(--right-row-gap);color:var(--text-muted);font-size:12px}.right-comment-file svg{display:block;width:13px;height:13px}.right-comment-file small{background:var(--surface-muted)}.right-comment-file:hover small,.right-comment-file.active small{background:#fff}.right-comment-card{display:block;padding:4px 4px 6px;border-radius:6px;background:transparent;box-shadow:none}.right-comment-card.active{background:var(--surface-muted)}.right-comment-card.resolved{opacity:.58}.right-comment-content{display:grid;gap:5px;min-width:0}.right-comment-author{display:flex;align-items:center;gap:6px;flex:1 1 auto;min-width:0}.right-comment-avatar{display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;border-radius:50%;color:#fff;font-size:10px;font-weight:500;line-height:1;opacity:.88}.right-comment-author-meta{display:inline-flex;align-items:baseline;gap:4px;min-width:0}.right-comment-author strong,.right-comment-author small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.right-comment-author strong{min-width:0;color:#4a4a4a;font-size:12px;font-weight:400;line-height:1.2}.right-comment-author-meta>span{color:#b0b0b0;font-size:11px;line-height:1}.right-comment-author small{flex:0 0 auto;color:#9a9a9a;font-size:11px;font-weight:400;line-height:1.2}.right-comment-quote{display:block;width:100%;margin:0;padding:0;border-radius:0;color:#9a9a9a;background:transparent;font-family:Geist Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;font-weight:400;line-height:1.4;text-align:left;overflow-wrap:anywhere}.right-comment-quote:before,.right-comment-quote:after{color:#b0b0b0}.right-comment-quote:before{content:'"'}.right-comment-quote:after{content:'"'}.right-comment-quote:hover{color:#1f1f1f;background:transparent}.right-comment-body{margin:0;color:#4f4f4f;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.right-comment-meta{display:flex;align-items:center;min-width:0}.right-comment-meta .right-comment-avatar{flex-basis:16px;width:16px;height:16px;font-size:8px;opacity:.76}.right-comment-meta .right-comment-author{gap:5px}.right-comment-meta .right-comment-author strong,.right-comment-meta .right-comment-author small,.right-comment-meta .right-comment-author-meta>span{color:#9a9a9a;font-size:10.5px}.right-comment-thread{display:grid;gap:5px}.right-comment-thread-toggle{display:inline-flex;align-items:center;justify-self:start;gap:5px;min-height:22px;margin-left:14px;padding:0;color:#777;background:transparent;border-radius:6px;font-size:11px;font-weight:400;line-height:1}.right-comment-thread-toggle svg{display:block;flex:0 0 auto;width:13px;height:13px}.right-comment-thread-toggle:hover{color:#1f1f1f;background:transparent}.right-comment-replies{display:grid;gap:8px;padding-left:24px}.right-comment-reply{display:grid;gap:2px;padding-top:2px}.right-comment-author.reply{gap:0}.right-comment-author.reply strong,.right-comment-author.reply small,.right-comment-author.reply .right-comment-author-meta>span,.right-comment-reply .right-comment-body{color:#8a8a8a}.right-comment-author.reply strong,.right-comment-reply .right-comment-body{font-size:11px}.right-comment-author.reply small,.right-comment-author.reply .right-comment-author-meta>span{font-size:10.5px}.right-comment-actions{display:flex;align-items:center;justify-content:flex-start;gap:9px;min-width:0;min-height:18px}.right-comment-action{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:18px;color:#8a8a8a;background:transparent;border-radius:5px;font-size:11px;font-weight:400;line-height:1;transition:color .12s ease,opacity .12s ease}.right-comment-action.text{padding:0}.right-comment-action svg{display:block;flex:0 0 auto;width:13px;height:13px}.right-comment-action:hover{color:#1f1f1f;background:transparent}.right-comment-action.danger:hover{color:#9f1239}.right-comment-action.quiet,.right-comment-action.danger{opacity:0}.right-comment-card:hover .right-comment-action.quiet,.right-comment-card:focus-within .right-comment-action.quiet,.right-comment-card:hover .right-comment-action.danger,.right-comment-card:focus-within .right-comment-action.danger{opacity:1}.right-comment-card.resolved:not(:hover):not(:focus-within) .right-comment-actions{opacity:0}.right-comment-reply-form{display:grid;gap:5px;margin:2px 0 0 14px;padding:0;border-radius:0;background:transparent}.right-comment-reply-form textarea{width:100%;min-height:42px;padding:6px 7px;border:0;outline:0;resize:none;color:#1f1f1f;background:var(--surface-muted);border-radius:var(--right-row-radius);font-size:12px;font-weight:400;line-height:1.45}.right-comment-reply-form textarea:focus,.right-comment-reply-form textarea:focus-visible{background:#f1f1f2}.right-comment-reply-actions{display:flex;justify-content:flex-end;gap:9px}.right-resolved-comments{display:grid;gap:4px;margin-top:4px;padding-top:2px}.right-resolved-comments-header{display:flex;align-items:center;gap:5px;color:var(--text-muted);font-size:11px}.right-resolved-comments-header:hover,.right-resolved-comments-header:focus-visible{color:#555;background:transparent}.right-resolved-comments-header svg{display:block;flex:0 0 auto;width:13px;height:13px}.file-status-bar{grid-column:1;grid-row:3;display:flex;align-items:center;justify-content:space-between;gap:12px;width:var(--document-chrome-width);min-width:0;min-height:42px;margin-left:var(--document-lane-margin-left);margin-right:var(--document-lane-margin-right);padding:5px 12px;color:var(--text-soft);background:#fff;font-size:13px;font-weight:400}.status-bar-left,.status-bar-right{display:flex;align-items:center;gap:4px;min-width:0}.status-bar-right{justify-content:flex-end}.status-icon-button{display:grid;place-items:center;width:32px;height:32px;padding:0;color:#777;background:transparent;border-radius:8px}.status-icon-button:hover,.status-icon-button.active{color:#1f1f1f;background:var(--surface-hover)}.status-icon-button:disabled{cursor:default;opacity:.35}.status-icon-button:disabled:hover{color:#777;background:transparent}.status-save-state,.status-cursor-position{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;color:#777;border-radius:8px;white-space:nowrap}.status-cursor-position{color:#777;background:var(--surface-muted)}.status-comments-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:32px;padding:0 10px;color:#1f1f1f;background:var(--surface-muted);border-radius:8px;font-size:13px;font-weight:400;white-space:nowrap}.status-comments-button{color:#777;background:transparent}.status-comments-button:hover{color:#1f1f1f;background:var(--surface-hover)}.status-bar-right>span{display:inline-flex;align-items:center;min-height:32px;padding:0 8px;white-space:nowrap}@media(max-width:560px){.file-status-bar{gap:8px;overflow-x:auto}.status-bar-left,.status-bar-right{flex:0 0 auto}}.toast-viewport{position:fixed;top:50px;left:50%;z-index:90;pointer-events:none;transform:translate(-50%)}.app-toast{display:flex;align-items:center;gap:10px;min-height:34px;max-width:min(420px,calc(100vw - 32px));padding:0 12px;border-radius:8px;color:#fff;background:#1f1f1f;box-shadow:0 10px 28px #00000024;font-size:13px;font-weight:500;line-height:1.3;pointer-events:auto;white-space:nowrap}.app-toast-action{flex:0 0 auto;min-height:26px;padding:0 2px;border-radius:5px;color:inherit;background:transparent;font:inherit;text-decoration:underline;text-underline-offset:3px}.app-toast-action:hover,.app-toast-action:focus-visible{background:#ffffff1f}.app-toast.error{color:#8a4b4b;background:#f8eeee;box-shadow:0 10px 28px #48181814}.app-toast.neutral{color:#fff;background:#1f1f1f}@media(max-width:640px){.toast-viewport{top:48px}.app-toast{white-space:normal}}
