:root{--preview-header-height:50px;--preview-sider-width:320px}html{overflow:hidden}body,html{width:100%;height:100%;margin:0;padding:0}html>body{overflow:auto;margin-top:var(--preview-header-height);height:calc(100vh - var(--preview-header-height))}#__next{height:100%}.preview-screen{min-height:calc(100vh - var(--preview-header-height));display:flex;flex-direction:column}.preview-header{height:var(--preview-header-height);background:#171717;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;right:0;z-index:1001}.preview-header .logo{display:flex;justify-content:center;align-items:center;height:100%;cursor:pointer}.preview-header .logo img{width:28px;height:28px}.preview-header .logo .title{font-family:LexendDeca-SemiBold,LexendDeca;font-weight:600;color:#fff}.preview-main{display:flex;flex-direction:row;position:relative;flex:1}.preview-sider{display:flex;overflow:auto;background:#f7f7f7;border-right:1px solid #efefef;flex-direction:column;flex-shrink:0;position:sticky;top:0;left:0;z-index:100;height:calc(100vh - var(--preview-header-height))}.preview-sider .generate-desc{display:flex;align-items:center;justify-content:center;font-family:LexendDeca-Regular,LexendDeca;font-weight:400;color:hsla(0,0%,40%,.5)}.preview-sider .generate-desc img{margin-left:5px;width:66px;height:18px}.ant-tree{background:#f7f7f7;flex:1;overflow-y:auto}.ant-tree .ant-tree-switcher{order:3;display:flex;align-items:center;justify-content:flex-end}.ant-tree .ant-tree-switcher.ant-tree-switcher-noop{display:none}.ant-tree .ant-tree-node-content-wrapper{overflow-x:hidden;padding-right:33px}.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-close,.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-open{padding-right:0}.ant-tree .ant-tree-title{overflow-x:hidden}.ant-tree .custom-node-title{display:flex;align-items:center;justify-content:space-between;overflow-x:hidden}.ant-tree .custom-node-title .title{text-overflow:ellipsis;white-space:nowrap;overflow-x:hidden;flex:1}.ant-tree .custom-node-title .title:active,.ant-tree .custom-node-title .title:hover{color:#171717}.ant-tree .custom-node-title .action{margin-left:15px}.ant-tree.ant-tree-directory .ant-tree-treenode:before{top:4px}.ant-tree.ant-tree-directory .ant-tree-treenode-selected:before{background:transparent}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected{font-family:LexendDeca-Regular,LexendDeca;color:#171717}.ant-tree.ant-tree-directory .ant-tree-treenode-selected:before,.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover:before{background:transparent}.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover{font-family:LexendDeca-Regular,LexendDeca}.mobile-tree-container{display:none}.preview-content-wrap{flex:1;width:calc(100vw - var(--preview-sider-width) - 15px)}.preview-content-wrap .preview-content{display:flex;margin:0 auto}.preview-content-wrap .article{width:75%}.preview-content-wrap .article-breadcrumb{display:flex}.preview-content-wrap .article-breadcrumb .drawer-switch{cursor:pointer;display:none}.preview-content-wrap .article-content{margin:0 auto}.preview-content-wrap .article-anchor-top,.preview-content-wrap .article-anchor-top .ant-anchor:before{display:none}.preview-content-wrap .ant-anchor-wrapper{margin-block-start:0!important;padding-block-start:0!important}.preview-content-wrap .drop-expand{display:flex;align-items:center;font-family:LexendDeca-SemiBold;font-weight:600;color:#171717;cursor:pointer}.preview-content-wrap .drop-expand .left-icon{display:flex}.preview-content-wrap .drop-anchor{max-height:0!important;overflow:hidden;transition:max-height .3s ease-out}.preview-content-wrap .drop-anchor.expand{max-height:600px!important;transition:max-height .3s ease-in;overflow:auto}.preview-content-wrap .ant-anchor{padding-left:0}.preview-content-wrap .ant-anchor>.ant-anchor-link{padding-left:0!important;padding-block:0}.preview-content-wrap .ant-anchor>.ant-anchor-link+.ant-anchor-link{margin-top:12px}.preview-content-wrap .ant-anchor>.ant-anchor-link>.ant-anchor-link{padding-block:0;line-height:20px}.preview-content-wrap .ant-anchor>.ant-anchor-link>.ant-anchor-link+.ant-anchor-link{padding-block-start:8px}.preview-content-wrap .article-anchor-right .ant-anchor-link-active>.ant-anchor-link-title,.preview-content-wrap .article-anchor-right .ant-anchor-link-title:hover,.preview-content-wrap .article-anchor-top .ant-anchor-link-active>.ant-anchor-link-title,.preview-content-wrap .article-anchor-top .ant-anchor-link-title:hover{font-family:LexendDeca-Regular,LexendDeca;font-weight:400;color:#171717}.preview-content-wrap .article-anchor-right .ant-anchor-ink.ant-anchor-ink-visible,.preview-content-wrap .article-anchor-top .ant-anchor-ink.ant-anchor-ink-visible{display:none!important}@media screen and (min-width:1025px){.preview-header{padding:0 40px 0 20px}.preview-header .logo .title{font-size:16px;line-height:20px;margin-left:6px}.preview-sider{width:var(--preview-sider-width);padding:0 0 16px}.preview-sider .ant-tree{padding-top:33px}.preview-sider .ant-tree .custom-node-title img{margin-left:15px;width:16px;height:17px}.preview-sider .ant-tree .ant-tree-treenode-selected .ant-tree-indent-unit:last-of-type:after{content:"";width:2px;height:24px;background:#000;display:block;position:absolute;inset-inline-end:11px;top:4px;bottom:4px}.preview-sider .ant-tree.ant-tree-show-line .ant-tree-indent-unit:before{inset-inline-end:12px;bottom:-4px;top:-4px;display:inline}.preview-sider .ant-tree .ant-tree-treenode{color:hsla(0,0%,9%,.9);padding:2px 25px 2px 29px}.preview-sider .ant-tree .ant-tree-indent-unit{width:16px}.preview-sider .generate-desc{font-size:14px;margin-top:15px}.preview-content-wrap .preview-content{max-width:1200px}.preview-content-wrap .article{padding-right:60px;padding-left:60px}.preview-content-wrap .article-breadcrumb{margin:40px 0 42px}.preview-content-wrap .article-anchor-top{display:none}.preview-content-wrap .article-anchor-right{display:flex;flex-direction:column;width:25%;max-width:300px;height:100%;padding-top:44px;border:none;position:sticky;top:0;padding-right:24px;flex:none}.preview-content-wrap .article-anchor-right .ant-anchor:before{display:none}.preview-content-wrap .article-anchor-right .ant-anchor-link-title{font-weight:300;line-height:20px;margin-block-end:8px}.preview-content-wrap .right-anchor-divide{margin-bottom:19px;margin-top:20px;width:100%;height:1px;background:#eee}.preview-content-wrap .back-to-top{display:flex;align-items:center;font-family:LexendDeca-Regular;font-weight:400;font-size:13px;color:#000;letter-spacing:0;cursor:pointer}.preview-content-wrap .back-to-top img{height:12px;width:12px;margin-right:4px}.preview-content-wrap .drop-expand{font-size:13px;line-height:16px;margin-bottom:21px}.preview-content-wrap .drop-expand .left-icon img{width:14px;height:14px;margin-right:8px}.preview-content-wrap .drop-expand .right-icon{font-size:16px;transition:transform .3s ease-in}.preview-content-wrap .drop-expand .right-icon.expand{transform:rotate(-180deg);transition:transform .3s ease-in}}@media screen and (max-width:1024px){.preview-header{padding:0 40px 0 20px}.preview-header .logo .title{font-size:16px;line-height:20px;margin-left:6px}.preview-sider{width:var(--preview-sider-width);padding:0 0 16px}.preview-sider .ant-tree{padding-top:33px}.preview-sider .ant-tree .custom-node-title img{margin-left:15px;width:16px;height:17px}.preview-sider .ant-tree .ant-tree-treenode-selected .ant-tree-indent-unit:last-of-type:after{content:"";width:2px;height:24px;background:#000;display:block;position:absolute;inset-inline-end:11px;top:4px;bottom:4px}.preview-sider .ant-tree.ant-tree-show-line .ant-tree-indent-unit:before{inset-inline-end:12px;bottom:-4px;top:-4px;display:inline}.preview-sider .ant-tree .ant-tree-treenode{color:hsla(0,0%,9%,.9);padding:2px 25px 2px 29px}.preview-sider .ant-tree .ant-tree-indent-unit{width:16px}.preview-sider .generate-desc{font-size:14px;margin-top:15px}.preview-content-wrap .article{width:100%;padding-right:40px;padding-left:40px}.preview-content-wrap .article-breadcrumb{margin:40px 0 42px}.preview-content-wrap .article-anchor-right{display:none}.preview-content-wrap .article-anchor-top{display:flex;flex-direction:column;background:#f9f9f9;margin-bottom:24px}.preview-content-wrap .article-anchor-top .ant-anchor-link-title{font-weight:300;line-height:20px;margin-bottom:4px}.preview-content-wrap .top-anchor-divide{width:100%;background:#eee;height:0;transition:height .3s ease-out}.preview-content-wrap .top-anchor-divide.expand{transition:height .3s ease-in}.preview-content-wrap .drop-anchor .ant-anchor{padding:6px 22px}.preview-content-wrap .drop-anchor.expand{border-top:1px solid #eee}.preview-content-wrap .drop-expand{padding:0 18px 0 22px;height:32px;justify-content:space-between;font-size:13px;line-height:16px}.preview-content-wrap .drop-expand .left-icon img{width:14px;height:14px;margin-right:8px}.preview-content-wrap .drop-expand .right-icon{font-size:16px;transition:transform .3s ease-in}.preview-content-wrap .drop-expand .right-icon.expand{transform:rotate(-180deg);transition:transform .3s ease-in}}@media screen and (max-width:768px){:root{--preview-sider-width:0px}.preview-main{position:relative}.preview-header .logo .title{font-size:16px;line-height:20px;margin-left:6px}.preview-sider{display:none}.mobile-tree-container{display:flex;z-index:1001;position:fixed}.mobile-tree-container .ant-drawer-content-wrapper{width:320px!important}.mobile-tree-container .ant-drawer-header{display:none}.mobile-tree-container .ant-drawer-body{padding:0 0 16px;display:flex;flex-direction:column}.mobile-tree-container .ant-tree{padding-top:33px;background:#fff}.mobile-tree-container .ant-tree .custom-node-title img{margin-left:15px;width:16px;height:17px}.mobile-tree-container .ant-tree .ant-tree-treenode-selected .ant-tree-indent-unit:last-of-type:after{content:"";width:2px;height:24px;background:#000;display:block;position:absolute;inset-inline-end:11px;top:4px;bottom:4px}.mobile-tree-container .ant-tree.ant-tree-show-line .ant-tree-indent-unit:before{inset-inline-end:12px;bottom:-4px;top:-4px;display:inline}.mobile-tree-container .ant-tree .ant-tree-treenode{color:hsla(0,0%,9%,.9);padding:2px 25px 2px 29px}.mobile-tree-container .ant-tree .ant-tree-indent-unit{width:16px}.mobile-tree-container .generate-desc{font-size:14px;margin-top:15px;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,40%,.5)}.mobile-tree-container .generate-desc img{margin-left:5px;width:66px;height:18px}.preview-content-wrap .article{padding-right:20px;padding-left:20px}.preview-content-wrap .article-breadcrumb{margin:40px 0}.preview-content-wrap .article-breadcrumb .drawer-switch{display:flex;margin-right:10px;margin-top:5px}.preview-content-wrap .article-breadcrumb .drawer-switch img{width:16px;height:12px}.preview-content-wrap .article-anchor-top{margin-bottom:24px}.preview-content-wrap .article-anchor-top .ant-anchor-link-title{font-weight:300;line-height:20px;margin-bottom:4px}.preview-content-wrap .drop-anchor .ant-anchor{padding:6px 22px}.preview-content-wrap .drop-expand{padding:0 13px 0 21px;height:32px;font-size:13px;line-height:16px}.preview-content-wrap .drop-expand .left-icon img{width:14px;height:14px;margin-right:6px}.preview-content-wrap .drop-expand .right-icon{font-size:16px;transition:transform .3s ease-in}.preview-content-wrap .drop-expand .right-icon.expand{transform:rotate(-180deg);transition:transform .3s ease-in}}@media screen and (max-width:375px){.preview-header .logo .title{margin-left:13px}.article-breadcrumb{margin-top:30px}.article-breadcrumb .drawer-switch{margin-left:3px;margin-right:9px}}@font-face{font-family:LexendDeca-Light;font-display:swap;font-style:normal;font-weight:300;src:url(/_next/static/media/lexend-deca-v21-latin-300.7fb8cd6e.woff2) format("woff2")}@font-face{font-family:LexendDeca-Regular;font-display:swap;font-style:normal;font-weight:400;src:url(/_next/static/media/lexend-deca-v21-latin-regular.acbe3370.woff2) format("woff2")}@font-face{font-family:LexendDeca;font-display:swap;font-style:normal;font-weight:400;src:url(/_next/static/media/lexend-deca-v21-latin-regular.acbe3370.woff2) format("woff2")}@font-face{font-family:LexendDeca-Medium;font-display:swap;font-style:normal;font-weight:500;src:url(/_next/static/media/lexend-deca-v21-latin-500.3b13ba7a.woff2) format("woff2")}@font-face{font-family:LexendDeca-SemiBold;font-display:swap;font-style:normal;font-weight:600;src:url(/_next/static/media/lexend-deca-v21-latin-600.f17484a3.woff2) format("woff2")}@font-face{font-display:swap;font-family:RobotoMono-Light;font-style:normal;font-weight:300;src:url(/_next/static/media/roboto-mono-v22-latin-300.2364528a.woff2) format("woff2")}@font-face{font-display:swap;font-family:RobotoMono;font-style:normal;font-weight:400;src:url(/_next/static/media/roboto-mono-v22-latin-regular.aa44fca3.woff2) format("woff2")}@font-face{font-display:swap;font-family:RobotoMono-Regular;font-style:normal;font-weight:400;src:url(/_next/static/media/roboto-mono-v22-latin-regular.aa44fca3.woff2) format("woff2")}@font-face{font-display:swap;font-family:RobotoMono-Medium;font-style:normal;font-weight:500;src:url(/_next/static/media/roboto-mono-v22-latin-500.46fa1c6b.woff2) format("woff2")}@font-face{font-display:swap;font-family:RobotoMono-Bold;font-style:normal;font-weight:600;src:url(/_next/static/media/roboto-mono-v22-latin-600.6afe6fcd.woff2) format("woff2")}html body{font-family:LexendDeca,sans-serif}.editor-wrapper p{min-height:25px}.dark.editor-container{--text-primary:#fff}.editor-container,.editor-wrapper{--text-primary:#171717;font-size:14px;font-weight:300;font-family:LexendDeca-Light,LexendDeca;color:#171717;line-height:25px}.editor-container .katex-html[aria-hidden=true],.editor-wrapper .katex-html[aria-hidden=true]{display:none}.editor-container b,.editor-container code,.editor-container p,.editor-container strong,.editor-wrapper b,.editor-wrapper code,.editor-wrapper p,.editor-wrapper strong{margin:24px 0}.editor-container h1,.editor-wrapper h1{font-size:26px;line-height:39px;font-weight:600;font-family:LexendDeca-SemiBold,LexendDeca;color:#000;margin-top:36px;margin-bottom:24px}.editor-container h1 code,.editor-wrapper h1 code{font-size:24px;font-family:RobotoMono-Bold,RobotoMono;font-weight:700;color:#000;line-height:24px;background:#e9e9e9;padding:3px 12px}.editor-container h2,.editor-wrapper h2{font-size:22px;font-weight:600;font-family:LexendDeca-SemiBold,LexendDeca;color:#000;line-height:33px;margin-top:32px;margin-bottom:24px}.editor-container h2 code,.editor-wrapper h2 code{font-size:20px;font-family:RobotoMono-Bold,RobotoMono;font-weight:700;color:#000;line-height:20px}.editor-container h3,.editor-container h4,.editor-container h5,.editor-container h6,.editor-wrapper h3,.editor-wrapper h4,.editor-wrapper h5,.editor-wrapper h6{font-size:20px;font-weight:600;font-family:LexendDeca-SemiBold,LexendDeca;color:#171717;line-height:32px;margin-top:32px;margin-bottom:24px}.editor-container h3 code,.editor-container h4 code,.editor-container h5 code,.editor-container h6 code,.editor-wrapper h3 code,.editor-wrapper h4 code,.editor-wrapper h5 code,.editor-wrapper h6 code{font-size:18px;font-family:RobotoMono-Bold,RobotoMono;font-weight:700;color:#000;line-height:18px}.editor-container p:has(+hr),.editor-wrapper p:has(+hr){margin-bottom:16px}.editor-container hr,.editor-wrapper hr{border-top:1px solid #ececec;overflow:hidden;margin-top:16px;margin-bottom:16px}.editor-container hr+p,.editor-wrapper hr+p{margin-top:16px}.editor-container ol,.editor-container ul,.editor-wrapper ol,.editor-wrapper ul{margin-top:24px;margin-bottom:24px;color:#171717;padding-inline-start:28px}.editor-container ol>li,.editor-container ul>li,.editor-wrapper ol>li,.editor-wrapper ul>li{margin:initial;font-size:14px;line-height:25px;font-weight:300;padding:8px 0}.editor-container ol>li>p:first-child,.editor-container ul>li>p:first-child,.editor-wrapper ol>li>p:first-child,.editor-wrapper ul>li>p:first-child{margin-top:0}.editor-container ol>li>ol,.editor-container ol>li>ul,.editor-container ul>li>ol,.editor-container ul>li>ul,.editor-wrapper ol>li>ol,.editor-wrapper ol>li>ul,.editor-wrapper ul>li>ol,.editor-wrapper ul>li>ul{margin-top:0;margin-bottom:0}.editor-container ul:not([data-type=taskList])>li:not([class^=ant-]):marker,.editor-wrapper ul:not([data-type=taskList])>li:not([class^=ant-]):marker{content:" ";width:28px;height:14px}.editor-container ul:not([data-type=taskList])>li:not([class^=ant-]):before,.editor-wrapper ul:not([data-type=taskList])>li:not([class^=ant-]):before{content:" ";position:absolute;width:6px;height:2px;background:#171717;left:-16px;top:20px;z-index:1}.editor-container ul:not([data-type=taskList])>li:not([class^=ant-]),.editor-wrapper ul:not([data-type=taskList])>li:not([class^=ant-]){position:relative}.editor-container ol,.editor-container ol ol ol ol,.editor-container ol ol ol ol ol ol ol,.editor-container ol ol ol ol ol ol ol ol ol ol,.editor-wrapper ol,.editor-wrapper ol ol ol ol,.editor-wrapper ol ol ol ol ol ol ol,.editor-wrapper ol ol ol ol ol ol ol ol ol ol{list-style-type:decimal}.editor-container ol ol,.editor-container ol ol ol ol ol,.editor-container ol ol ol ol ol ol ol ol,.editor-container ol ol ol ol ol ol ol ol ol ol ol,.editor-wrapper ol ol,.editor-wrapper ol ol ol ol ol,.editor-wrapper ol ol ol ol ol ol ol ol,.editor-wrapper ol ol ol ol ol ol ol ol ol ol ol{list-style-type:lower-alpha}.editor-container ol ol ol,.editor-container ol ol ol ol ol ol,.editor-container ol ol ol ol ol ol ol ol ol,.editor-container ol ol ol ol ol ol ol ol ol ol ol ol,.editor-wrapper ol ol ol,.editor-wrapper ol ol ol ol ol ol,.editor-wrapper ol ol ol ol ol ol ol ol ol,.editor-wrapper ol ol ol ol ol ol ol ol ol ol ol ol{list-style-type:lower-roman}.editor-container ul[data-type=taskList],.editor-wrapper ul[data-type=taskList]{margin-top:24px;margin-bottom:24px;padding-inline-start:4px;color:#171717}.editor-container ul[data-type=taskList]>li[data-checked=true] div>p,.editor-wrapper ul[data-type=taskList]>li[data-checked=true] div>p{text-decoration:line-through;opacity:.5}.editor-container ul[data-type=taskList]>li,.editor-wrapper ul[data-type=taskList]>li{display:flex;align-items:baseline}.editor-container ul[data-type=taskList]>li>label,.editor-wrapper ul[data-type=taskList]>li>label{margin-right:2px}.editor-container ul[data-type=taskList]>li>label input[type=checkbox],.editor-wrapper ul[data-type=taskList]>li>label input[type=checkbox]{width:16px;height:16px;margin:4px 6px;accent-color:#000}.editor-container ul[data-type=taskList]>li>div>p,.editor-wrapper ul[data-type=taskList]>li>div>p{font-size:14px;line-height:25px;font-weight:300;padding:8px 0;margin:initial}.editor-container ul[data-type=taskList]>li ul[data-type=taskList],.editor-wrapper ul[data-type=taskList]>li ul[data-type=taskList]{margin-top:0;margin-bottom:0}.editor-container b,.editor-container strong,.editor-wrapper b,.editor-wrapper strong{font-weight:500;font-family:LexendDeca-Medium,LexendDeca}.editor-container u,.editor-wrapper u{text-decoration:underline;text-decoration-color:#171717}.editor-container a,.editor-wrapper a{color:#05f}.editor-container a:hover,.editor-wrapper a:hover{text-decoration:underline;text-decoration-color:#05f}.editor-container .image-desc,.editor-wrapper .image-desc{color:var(--gray-text-200);font-size:12px;font-weight:400;min-width:440px;font-family:RobotoMono-Regular,RobotoMono;line-height:18px;margin-top:8px;margin-bottom:28px}.editor-container blockquote,.editor-wrapper blockquote{margin:24px 8px 24px 0;padding:12px 16px 12px 44px;background:#f9f9f9;position:relative}.editor-container blockquote p,.editor-wrapper blockquote p{color:#444;margin:initial}.editor-container blockquote:before,.editor-wrapper blockquote:before{content:" ";flex-shrink:0;width:16px;height:16px;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAkJJREFUWEftV21v2jAQ9luAlNGGzHFMYB1dp3Wbtv//R6ZN6tAKaIiZZEzqKlZIbU9GZaLBCaFStS+5r3fP3XOP72wZgnLmcM49AEBTaw2FEFflYNYo3O12Pa31kckHixL1+/3GarViUspjAMA6Vin1J47jwSMIOJTSgBDS1lqjDT6PAAzDMAAAsE3hDeAxBDzP8xqNRqS1xlniNgKIMXYGITQS7dihBHzf7zmO085TLEugsPihRxBF0QsppZmdXHtAgHPe11q3igBlFQiCgCOEzDEW2j8CvV7PT9O0uyf+RikVx3F8UxQXRdGRlPJ8TyO3rusmGwKEc36xPZ3bYITQ3XK5nMzn8+t9HRk/pfQNxrieE6sJIdPJZPLT+NcEGGMhhNBM/I6Z4s1m89tgMFiWKe77/rHjOC/zikspR0mS/N74DQHY6XTeKqWIDZSm6ahs5wYfhuErc8HYcmmtZ7PZTGz7IKW0hTHu2wBSymWSJJdlOr+PIWEYvsvrXgjxBQAgHxDYM61CCDErS6Ddbp/UarXTnKO8nk6no6zP3Hi5krmu+3U4HN6WJUApjTDGz23x9Xr9+3g8/rVDgFJ6gTGu2UBCiM9Zyfas36mU8sQWo5S6sq0v5Jy/t93RAAAthPhUtvv7ATwDADyzYVqt1qVtk8wRfMg+OOv9hFASQn5kky0Wi7u8rWCMnee9IRjjKUJI2Wbg4yFdFl3FQRC8Rgi5h+QzClQEKgUqBSoFKgUqBf6vAoe8XE8RW/g7foqC2Zx/AXZYUO19RG0LAAAAAElFTkSuQmCC") no-repeat 50%;background-size:contain;position:absolute;left:16px;top:12px}.editor-container blockquote:after,.editor-wrapper blockquote:after{content:" ";position:absolute;inset:0;border:2px solid #f9f9f9;transform:translate(8px,8px);pointer-events:none}.editor-container .tableWrapper,.editor-wrapper .tableWrapper{position:relative;margin:28px 0}.editor-container .tableWrapper.has-focus .scrollWrapper,.editor-wrapper .tableWrapper.has-focus .scrollWrapper{margin-top:-20px}.editor-container .tableWrapper .column-resize-handle,.editor-wrapper .tableWrapper .column-resize-handle{z-index:101}.editor-container .tableWrapper.resizing-mask:after,.editor-wrapper .tableWrapper.resizing-mask:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;z-index:100}.editor-container .scrollWrapper,.editor-wrapper .scrollWrapper{overflow-y:auto;overflow-x:auto;padding-left:28px;padding-top:28px;padding-bottom:2px;margin-left:-28px;margin-top:-20px;border-left:1px solid transparent;border-right:1px solid transparent;transition:border .25s ease-in-out 0s}.editor-container .scrollWrapper::-webkit-scrollbar,.editor-wrapper .scrollWrapper::-webkit-scrollbar{width:4px;height:4px}.editor-container .scrollWrapper::-webkit-scrollbar-track,.editor-wrapper .scrollWrapper::-webkit-scrollbar-track{background:transparent;border-radius:4px}.editor-container .scrollWrapper::-webkit-scrollbar-thumb,.editor-wrapper .scrollWrapper::-webkit-scrollbar-thumb{background:#999;border-radius:2px}.editor-container table,.editor-wrapper table{width:100%;border-collapse:collapse;border-radius:4px;overflow:auto;margin:0;box-shadow:0 4px 20px 0 rgba(0,0,0,.05);box-sizing:border-box}.editor-container table *,.editor-wrapper table *{box-sizing:border-box}.editor-container table tr,.editor-wrapper table tr{position:relative}.editor-container table tr:last-of-type>td,.editor-wrapper table tr:last-of-type>td{border-bottom:none}.editor-container table th,.editor-container table th p,.editor-wrapper table th,.editor-wrapper table th p{background:#f1f1f1;font-size:12px;font-family:LexendDeca-SemiBold,LexendDeca;font-weight:600;color:#666;line-height:18px}.editor-container table td,.editor-container table td p,.editor-wrapper table td,.editor-wrapper table td p{font-size:14px;font-family:LexendDeca-Light,LexendDeca;font-weight:300;line-height:24px}.editor-container table th,.editor-wrapper table th{vertical-align:top;position:relative;padding:10px 24px;min-width:100px}.editor-container table th>p,.editor-wrapper table th>p{margin:0;padding:0}.editor-container table th ul:not([data-type=taskList])>li:not([class^=ant-]):before,.editor-wrapper table th ul:not([data-type=taskList])>li:not([class^=ant-]):before{content:" ";position:absolute;width:6px;height:2px;background:#171717;left:-16px;top:17px;z-index:1}.editor-container table td,.editor-wrapper table td{vertical-align:top;position:relative;padding:16px 24px;min-width:100px}.editor-container table td>p,.editor-wrapper table td>p{margin:0;padding:0}.editor-container table th:not(:first-of-type),.editor-wrapper table th:not(:first-of-type){border-left:1px solid #eaeaea}.editor-container table td,.editor-wrapper table td{border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea}.editor-container table td:last-of-type,.editor-wrapper table td:last-of-type{border-right:none}.editor-container table .selectedCell,.editor-wrapper table .selectedCell{position:relative;border:1px solid #eaeaea;background-color:#e2e2e2}.editor-container table .selectedCell:after,.editor-wrapper table .selectedCell:after{box-sizing:content-box;height:100%;width:100%;content:"";position:absolute;left:-1px;top:-1px;bottom:0;z-index:12;display:inline-block;pointer-events:none}.editor-container table .selectedCell p,.editor-wrapper table .selectedCell p{background:transparent}.editor-container table .selectedCell ::-moz-selection,.editor-wrapper table .selectedCell ::-moz-selection{background:transparent}.editor-container table .selectedCell ::selection,.editor-wrapper table .selectedCell ::selection{background:transparent}.editor-container table .grip-column,.editor-wrapper table .grip-column{position:absolute;top:-10px;left:-1px;width:100%}.editor-container table .grip-column>span,.editor-wrapper table .grip-column>span{position:absolute;top:-17px;left:calc(100% + 2px);transform:translateX(-12px);display:none;border-radius:50%;width:22px;height:22px;background-color:#171717;font-size:0;cursor:pointer;z-index:1}.editor-container table .grip-column:before,.editor-wrapper table .grip-column:before{content:"";position:absolute;left:100%;bottom:4px;transform:translateX(-1px);width:4px;height:4px;background-color:#eaeaea;border-radius:50%;display:block}.editor-container table .grip-column:after,.editor-wrapper table .grip-column:after{box-sizing:content-box;content:"";cursor:pointer;position:absolute;top:0;left:0;width:100%;height:10px;background:#c8c8c8;border-right:1px solid #c8c8c8;display:block}.editor-container table .grip-column:hover,.editor-wrapper table .grip-column:hover{color:#eaeaea}.editor-container table .grip-column:hover>span,.editor-wrapper table .grip-column:hover>span{font-size:14px}.editor-container table .grip-column:hover .table_add_icon,.editor-wrapper table .grip-column:hover .table_add_icon{display:block}.editor-container table .grip-column:hover:before,.editor-wrapper table .grip-column:hover:before{display:none}.editor-container table .grip-column:hover:after,.editor-wrapper table .grip-column:hover:after{background:#171717;border-color:#171717}.editor-container table .grip-column.last:after,.editor-wrapper table .grip-column.last:after{border-top-right-radius:3px}.editor-container table .grip-column.selected:after,.editor-wrapper table .grip-column.selected:after{background:#171717;border-color:#171717}.editor-container table .grip-row,.editor-wrapper table .grip-row{position:absolute;left:-10px;top:-1px;height:100%}.editor-container table .grip-row>span,.editor-wrapper table .grip-row>span{transform:translateY(8px);position:absolute;left:-17px;bottom:-2px;z-index:1;display:none;width:22px;height:22px;font-size:0;cursor:pointer;background-color:#171717;border-radius:50%}.editor-container table .grip-row:before,.editor-wrapper table .grip-row:before{content:"";position:absolute;left:-10px;bottom:-2px;width:4px;height:4px;background-color:#eaeaea;border-radius:50%;display:block}.editor-container table .grip-row:after,.editor-wrapper table .grip-row:after{box-sizing:content-box;content:"";cursor:pointer;position:absolute;left:0;top:0;height:100%;width:10px;background:#c8c8c8;border-top:1px solid #c8c8c8;display:block}.editor-container table .grip-row:hover,.editor-wrapper table .grip-row:hover{color:#eaeaea}.editor-container table .grip-row:hover>span,.editor-wrapper table .grip-row:hover>span{font-size:14px;display:inline-block}.editor-container table .grip-row:hover:before,.editor-wrapper table .grip-row:hover:before{display:none}.editor-container table .grip-row:hover:after,.editor-wrapper table .grip-row:hover:after{background:#171717;border-color:#eaeaea}.editor-container table .grip-row.last:after,.editor-wrapper table .grip-row.last:after{border-bottom-left-radius:3px}.editor-container table .grip-row.selected:after,.editor-wrapper table .grip-row.selected:after{background:#171717;border-color:#eaeaea}.editor-container table .grip-table:after,.editor-wrapper table .grip-table:after{box-sizing:content-box;content:"";cursor:pointer;position:absolute;top:-10px;left:-10px;display:block;background:#c8c8c8;width:10px;height:10px;border-top-left-radius:3px}.editor-container table .grip-table.selected:after,.editor-container table .grip-table:hover:after,.editor-wrapper table .grip-table.selected:after,.editor-wrapper table .grip-table:hover:after{background:#171717}.editor-container .column-resize-handle,.editor-wrapper .column-resize-handle{position:absolute;top:0;right:-2px;bottom:-2px;width:2px;pointer-events:none;background-color:#171717;z-index:1}.editor-container .resize-cursor,.editor-wrapper .resize-cursor{cursor:ew-resize;cursor:col-resize}.editor-container code:not([class*=language-]),.editor-wrapper code:not([class*=language-]){background:#e9e9e9;border:1px solid hsla(0,0%,5%,.07);padding:2px 6px;font-family:RobotoMono-Bold,RobotoMono;font-weight:700;color:#171717;line-height:14px;font-size:95%}.editor-container pre code,.editor-wrapper pre code{background:unset;border:unset;line-height:22px!important;font-weight:unset;color:unset;padding:unset;font-family:RobotoMono-Regular,RobotoMono;font-weight:400;white-space:pre;font-size:12px}.editor-container div[data-autowrap=true] pre code,.editor-wrapper div[data-autowrap=true] pre code{white-space:break-spaces;word-break:break-word}.editor-container blockquote .s-video-wrapper,.editor-container table .s-video-wrapper,.editor-wrapper blockquote .s-video-wrapper,.editor-wrapper table .s-video-wrapper{margin:0}.editor-container h1+.s-video-wrapper,.editor-wrapper h1+.s-video-wrapper{margin:50px 0 28px}.editor-container .s-video-wrapper,.editor-wrapper .s-video-wrapper{margin:28px 0}
/*
! tailwindcss v3.3.7 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:0 0;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#a6e22e}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.class-name,.token.function{color:#e6db74}.token.keyword{color:#66d9ef}.token.important,.token.regex{color:#fd971f}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}