/*! version:38d60dec0 */
@charset "UTF-8";
/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
table.hideSelection *::-moz-selection {
  background-color: transparent !important;
}
table.hideSelection *::selection {
  background-color: transparent !important;
}
table.fakeSelection [data-selection="1"] {
  background-color: transparent !important;
}
table *::-moz-selection {
  background-color: transparent !important;
}
table *::selection {
  background-color: transparent !important;
}
/* 特别为第一个td的选择样式设置颜色 */
table td.selected-cell *::-moz-selection {
  background-color: var(--selection) !important;
  /* 你可以设置一个背景颜色来增加可见性 */
}
table td.selected-cell *::selection {
  background-color: var(--selection) !important;
  /* 你可以设置一个背景颜色来增加可见性 */
}
/* 特别为第一个th的选择样式设置颜色 */
table th.selected-cell *::-moz-selection {
  background-color: var(--selection) !important;
  /* 你可以设置一个背景颜色来增加可见性 */
}
table th.selected-cell *::selection {
  background-color: var(--selection) !important;
  /* 你可以设置一个背景颜色来增加可见性 */
}
table .slate-p,
table .slate-heading,
table .slate-action_item,
table .slate-code_block {
  margin-top: 0 !important;
}
.table-wrap::-webkit-scrollbar {
  display: none;
}
.table-wrap:hover::-webkit-scrollbar {
  display: block;
}
.table-wrap:hover::-webkit-scrollbar-thumb {
  cursor: default;
}
@keyframes delayedFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delayedFadeIn {
  opacity: 0;
  animation-name: delayedFadeIn;
  animation-duration: 0.1s;
  /* 实际变化很快，主要是延迟效果 */
  animation-delay: 0.3s;
  /* 设置延迟1秒 */
  animation-fill-mode: forwards;
  /* 动画结束后保持最后一帧的状态 */
}
/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
.slate-listStyleType li .marker {
  /* 使用inline避免光标高度问题  */
  display: inline;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  white-space: nowrap;
  position: relative;
  text-align: left;
}
.mobile-root .slate-listStyleType li .marker {
  /* FIXME: 使用inline避免光标高度问题 但是移动端会有选择位置错乱问题*/
  display: inline-block;
}
.slate-listStyleType li .marker::before {
  content: attr(data-marker);
  display: inline-block;
  vertical-align: top;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  transform: translate(-100%, 0.03em);
  min-width: var(--slate-indent-1);
  margin-right: calc(-1 * var(--slate-indent-1));
}
.slate-listStyleType li .marker.marker-2::before {
  min-width: 36px;
  margin-right: -36px;
}
.slate-listStyleType li .marker.marker-3::before {
  min-width: 48px;
  margin-right: -48px;
}
.slate-listStyleType li .marker.disc::before, .slate-listStyleType li .marker.circle::before, .slate-listStyleType li .marker.square::before {
  content: "";
}
.slate-listStyleType li .marker.disc::after, .slate-listStyleType li .marker.circle::after, .slate-listStyleType li .marker.square::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  top: 0.5em;
  bottom: auto;
  left: calc(-1 * var(--slate-indent-1));
  transform: translate(0, -2px);
}
.mobile-root .slate-listStyleType li .marker.disc::after, .mobile-root .slate-listStyleType li .marker.circle::after, .mobile-root .slate-listStyleType li .marker.square::after {
  bottom: 0.5em;
  top: auto;
}
.slate-listStyleType li .marker.disc::after {
  background-color: currentColor;
}
.slate-listStyleType li .marker.circle::after {
  border-color: currentColor;
  border-width: 1px;
}
.slate-listStyleType li .marker.square::after {
  width: 6px;
  height: 6px;
  border-radius: 0px;
  background-color: currentColor;
}
.slate-listStyleType li .marker + * {
  --qb-editor-space: 0;
}
.mobile-root .slate-listStyleType li .marker + * {
  display: inline-block;
  vertical-align: top;
}
.slate-indent-1 {
  padding-left: calc(var(--slate-indent-1) * 1);
}
.slate-indent-1:has(.marker-2) {
  padding-left: 36px;
}
.slate-indent-1:has(.marker-3) {
  padding-left: 48px;
}
.slate-indent-1 [data-slate-placeholder] {
  display: none !important;
}
.slate-indent-2 {
  padding-left: calc(var(--slate-indent-1) * 2);
}
.slate-indent-2:has(.marker-2) {
  padding-left: 72px;
}
.slate-indent-2:has(.marker-3) {
  padding-left: 96px;
}
.slate-indent-2 [data-slate-placeholder] {
  display: none !important;
}
.slate-indent-3 {
  padding-left: calc(var(--slate-indent-1) * 3);
}
.slate-indent-3:has(.marker-2) {
  padding-left: 108px;
}
.slate-indent-3:has(.marker-3) {
  padding-left: 144px;
}
.slate-indent-3 [data-slate-placeholder] {
  display: none !important;
}
.slate-indent-4 {
  padding-left: calc(var(--slate-indent-1) * 4);
}
.slate-indent-4:has(.marker-2) {
  padding-left: 144px;
}
.slate-indent-4:has(.marker-3) {
  padding-left: 192px;
}
.slate-indent-4 [data-slate-placeholder] {
  display: none !important;
}
.slate-indent-5 {
  padding-left: calc(var(--slate-indent-1) * 5);
}
.slate-indent-5:has(.marker-2) {
  padding-left: 180px;
}
.slate-indent-5:has(.marker-3) {
  padding-left: 240px;
}
.slate-indent-5 [data-slate-placeholder] {
  display: none !important;
}
.slate-indent-6 {
  padding-left: calc(var(--slate-indent-1) * 6);
}
.slate-indent-6:has(.marker-2) {
  padding-left: 216px;
}
.slate-indent-6:has(.marker-3) {
  padding-left: 288px;
}
.slate-indent-6 [data-slate-placeholder] {
  display: none !important;
}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_AMS-Regular-imaShare-BQhdFMY1.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_AMS-Regular-imaShare-DMm9YOAa.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_AMS-Regular-imaShare-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Caligraphic-Bold-imaShare-Dq_IR9rO.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Caligraphic-Bold-imaShare-BEiXGLvX.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Caligraphic-Bold-imaShare-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Caligraphic-Regular-imaShare-Di6jR-x-.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Caligraphic-Regular-imaShare-CTRA-rTL.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Caligraphic-Regular-imaShare-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Fraktur-Bold-imaShare-CL6g_b3V.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Fraktur-Bold-imaShare-BsDP51OF.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Fraktur-Bold-imaShare-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Fraktur-Regular-imaShare-CTYiF6lA.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Fraktur-Regular-imaShare-Dxdc4cR9.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Fraktur-Regular-imaShare-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-Bold-imaShare-Cx986IdX.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-Bold-imaShare-Jm3AIy58.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-Bold-imaShare-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-BoldItalic-imaShare-DxDJ3AOS.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-BoldItalic-imaShare-SpSLRI95.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-BoldItalic-imaShare-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-Italic-imaShare-NWA7e6Wa.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-Italic-imaShare-BMLOBm91.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-Italic-imaShare-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-Regular-imaShare-B22Nviop.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-Regular-imaShare-Dr94JaBh.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Main-Regular-imaShare-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Math-BoldItalic-imaShare-CZnvNsCZ.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Math-BoldItalic-imaShare-iY-2wyZ7.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Math-BoldItalic-imaShare-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Math-Italic-imaShare-t53AETM-.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Math-Italic-imaShare-DA0__PXp.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Math-Italic-imaShare-flOr_0UB.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_SansSerif-Bold-imaShare-D1sUS0GD.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_SansSerif-Bold-imaShare-DbIhKOiC.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_SansSerif-Bold-imaShare-CFMepnvq.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_SansSerif-Italic-imaShare-C3H0VqGB.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_SansSerif-Italic-imaShare-DN2j7dab.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_SansSerif-Italic-imaShare-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_SansSerif-Regular-imaShare-DDBCnlJ7.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_SansSerif-Regular-imaShare-CS6fqUqJ.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_SansSerif-Regular-imaShare-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Script-Regular-imaShare-D3wIWfF6.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Script-Regular-imaShare-D5yQViql.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Script-Regular-imaShare-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Size1-Regular-imaShare-mCD8mA8B.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Size1-Regular-imaShare-C195tn64.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Size1-Regular-imaShare-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Size2-Regular-imaShare-Dy4dx90m.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Size2-Regular-imaShare-oD1tc_U0.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Size2-Regular-imaShare-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Size3-Regular-imaShare-CTq5MqoE.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Size3-Regular-imaShare-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Size4-Regular-imaShare-Dl5lxZxV.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Size4-Regular-imaShare-BF-4gkZK.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Size4-Regular-imaShare-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(https://st.tencent-cloud.com/note/assets/KaTeX_Typewriter-Regular-imaShare-CO6r4hn1.woff2) format("woff2"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Typewriter-Regular-imaShare-C0xS9mPB.woff) format("woff"),url(https://st.tencent-cloud.com/note/assets/KaTeX_Typewriter-Regular-imaShare-D3Ib7_Hf.ttf) format("truetype")}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}

/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
.Toastify__toast-container {
  width: auto !important;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
  }
}
.app-mp .Toastify__toast-container {
  width: 100vw !important;
  padding-top: 30%;
  min-width: auto;
  flex-wrap: wrap;
  flex-direction: column;
}
.desk-tips-wrap {
  padding: 12px !important;
  color: white;
  border-radius: 8px !important;
  border: 0.5px solid rgba(0, 0, 0, 0.08) !important;
  background: var(--ui_control_toast_black) !important;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1) !important;
  height: 16px !important;
  min-height: 16px !important;
  box-sizing: content-box !important;
  width: auto !important;
  display: block !important;
  margin-top: 12px !important;
  margin-bottom: 0px !important;
}
.desk-tips-wrap > div {
  padding: 0;
  height: 16px;
  flex: none !important;
}
.desk-tips-wrap button {
  display: none;
}
.app-mp .desk-tips-wrap {
  margin-top: 20px !important;
  align-self: center;
}
.desk-tips-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16px;
  color: white;
  font-size: 14px;
}
.desk-tips-inner .tips-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.desk-tips-inner .tips-icon.success {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Ccircle cx="8" cy="8" r="8" fill="%230BB861" style="fill:%230BB861;fill:color(display-p3 0.0432 0.7200 0.3816);fill-opacity:1;"/%3E%3Cpath d="M5 8L7 10L11 6" stroke="white" style="stroke:white;stroke-opacity:1;" stroke-width="1.5" stroke-linecap="square"/%3E%3C/svg%3E');
}
.desk-tips-inner .tips-icon.error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAABZWlDQ1BEaXNwbGF5IFAzAAB4nHWQvUvDUBTFT6tS0DqIDh0cMolD1NIKdnFoKxRFMFQFq1OafgltfCQpUnETVyn4H1jBWXCwiFRwcXAQRAcR3Zw6KbhoeN6XVNoi3sfl/Ticc7lcwBtQGSv2AijplpFMxKS11Lrke4OHnlOqZrKooiwK/v276/PR9d5PiFlNu3YQ2U9cl84ul3aeAlN//V3Vn8maGv3f1EGNGRbgkYmVbYsJ3iUeMWgp4qrgvMvHgtMunzuelWSc+JZY0gpqhrhJLKc79HwHl4plrbWD2N6f1VeXxRzqUcxhEyYYilBRgQQF4X/8044/ji1yV2BQLo8CLMpESRETssTz0KFhEjJxCEHqkLhz634PrfvJbW3vFZhtcM4v2tpCAzidoZPV29p4BBgaAG7qTDVUR+qh9uZywPsJMJgChu8os2HmwiF3e38M6Hvh/GMM8B0CdpXzryPO7RqFn4Er/QfBIQM2AAACkUlEQVR4Ac2XXW7TQBDH/7NpSAJUTW4QTkAqgehbnQdEHssJIk5AeoKmN0hPQHsC4InyVPMGAolwgvoGtRRKHDneYcepkzQpwrtpoD8p0m5sz87Ozs4HIScXnlctlC/3ClC7zGgwuE5EVXnGzCGBAhD6ZubH0f33Nd8P88ilvy7c2qlvEHeguZ0tmJPjGHRYO/0cwEUB2XGxNDwwb3SwCqx7Dz9+3YeNArLrIvjMDOu4HQJjjeZN1lBLiz9/2rjlxYV0Qz+N7MUH1yywhp0vsmSJqQLpmZeH39e4+EyJqLKd3ZLpEaQOt/7FhXqxdHmQTVILXJn+HDYw+vGo0kQ5qhZZvwVRw+ZzcxSP5ChSCxSgu7CEKdkXM4oQzTiEJWlsMagLr1FVoDYsUVzYwgqQRlv8ThXKxT04kJCuzWljEyGvNEAa2s0RkAcHFKvqTWMbJK8oxXgMB5hmu54fW8lgbogT1uHCfGJiclLACKkrkNvHxnJbs/XdLCB+oOCIBqZOSEzON2LDHEToYgVi7A5aTzwRYVKul6O0WIYRmq8RmJ9VFJtogCqhcCZSzAbgBgdKE37gf0HUV1LDwY3A1IYdDXqFiRVdNPBJQnGxdO/c1g8YSXPz9Jsv40Frx6NJHWGFScs1VfP7IYNOsALjROWqgBc4lmTmno4BPxbzR+Vwo/TrjamYrXJKlo6n7jt48axnnPk1/gFMONr88GWSjrM/x6NRF87OZEUwHla62WSqgPiCFIxrVmJSlM51TddCcVqtJvrlmpQIYiN7sTe4e42JIC/G0WjbBJojrIg4XFqG/6FHzNWcStFqUzdKtwxFJ2OmnnNzuqRI2p5H5q5rT6ook4IW2nMEZt5PoD8l0YN3edvz371NGarnmM02AAAAAElFTkSuQmCC");
}
.desk-tips-inner .tips-icon.warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIvSURBVHgBxZe/TuNAEMa/XeksdCdxSXHdFXtPQHiBy/EG3J/iBAU01OENAPECcU0ThIQoAOUNAPEAwBOwBSVSAkVAIHmZGZs4AQNeiOOfZHllr/Ybz4x3ZxRyYhY7FdxhloZ1umpQMHCoyEuFLo0t3U/pfoQAbduqdvOsq96aQMIG92jQcLEvmG/lFj5hjQyxr097WbhCwiskuoyPoNBMDOlmv84WN+TuAx5iNFgKy0yWN3SGeG3E4rIsr2nmaO0nqCfipgDxQZ55Qg2Ic5afFCg+aMT0Y06kIeCEK14cohFrCeKBxPXnHoug8WcCy38nZNzcu0W4fwsvAvzgUMQeGLBobNzFv7eW2DvaZMbPAmvrZHstA9naNWVBHaWh65wDNZSFimpsgEFZOBjtdcKNnopGyWgpJsqjq8x854TCUE4iUgWlEeEMZeH0KYfgEO/g388AZxtfcdyclPH7iI5UUnqd+/4NLPz9W5zD1z2HqaUreBOgquVcdtiEJ5Nf0lqGDfBHt1g7/oSICkdP1rducHEZiXi463kUi2a0xre0IprrsBENjIfQblfj47j/KMAquFwqHoueaGHIAMmFCDMo1gjLGrad9ghDW7HdkWr1N4oxwvLaiUaf7MbkP9WIesSNCX/5To7GRGbzRCqdaRji44QU8+kscebt5pS9oShpFBaQFz7gItpbHJovCadTc2Jmacf8TPWjwy/y2xQ/GmrP2c2O2nNQe96j9rydrz1/AFHXx8JKjuhkAAAAAElFTkSuQmCC");
}
.desk-tips-inner .tips-icon.loading {
  background-image: url(https://st.tencent-cloud.com/note/assets/loading-imaShare-Cc8A6Z7s.gif);
}
.desk-tips-inner .tips-icon.info {
  width: 0;
  margin-right: 0;
}
/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
.slate-cursor-side > :nth-child(2) {
  padding-left: 2.5px;
  padding-right: 2.5px;
  vertical-align: text-bottom;
}
/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
.animation-loading {
  animation-name: loading;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-timing-function: cubic-bezier(0.3, 0, 0.3, 1);
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.animation-loading.stop {
  animation-play-state: paused;
}
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blinking-cursor {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 1.6em;
  background-color: currentColor;
  border-radius: 2px;
  animation: blink 1s step-start infinite;
  z-index: 50;
}

.slate-cloud_image .blinking-cursor {
  right: -8px;
  bottom: -2px;
}

.mobile-root .blinking-cursor {
  width: 2px;
  background-color: var(--brand-color);
}

.resizable-handler-bar {
  width: 14px;
}

.resizable-handler-bar::before,
  .resizable-handler-bar::after {
    content: '';
    background: var(--brand-color);
    width: 12px;
    height: 12px;
    border: 1.5px solid var(--A1D);
    position: absolute;
  }

.resizable-handler-bar::before {
    top: -7px;
  }

.resizable-handler-bar::after {
    bottom: -7px;
  }

.resizable-handler-bar.is-left {
    left: -7px;
  }

.resizable-handler-bar.is-left::before,
    .resizable-handler-bar.is-left::after {
      left: 0;
    }

.resizable-handler-bar.is-right {
    right: -7px;
  }

.resizable-handler-bar.is-right::before,
    .resizable-handler-bar.is-right::after {
      right: 0;
    }

.resizable-handler-bar:hover {
    cursor: pointer;
  }

.img-border::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 .75px var(--brand-color),
      inset 0 0 0 .75px var(--brand-color);
  }

.img-load {
  animation: img-load .2s;
}

@keyframes img-load {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}/**
 * One Light theme for prism.js
 * Based on Atom's One Light theme: https://github.com/atom/atom/tree/master/packages/one-light-syntax
 */

/**
 * One Light colours (accurate as of commit eb064bf on 19 Feb 2021)
 * From colors.less
 * --mono-1: hsl(230, 8%, 24%);
 * --mono-2: hsl(230, 6%, 44%);
 * --mono-3: hsl(230, 4%, 64%)
 * --hue-1: hsl(198, 99%, 37%);
 * --hue-2: hsl(221, 87%, 60%);
 * --hue-3: hsl(301, 63%, 40%);
 * --hue-4: hsl(119, 34%, 47%);
 * --hue-5: hsl(5, 74%, 59%);
 * --hue-5-2: hsl(344, 84%, 43%);
 * --hue-6: hsl(35, 99%, 36%);
 * --hue-6-2: hsl(35, 99%, 40%);
 * --syntax-fg: hsl(230, 8%, 24%);
 * --syntax-bg: hsl(230, 1%, 98%);
 * --syntax-gutter: hsl(230, 1%, 62%);
 * --syntax-guide: hsla(230, 8%, 24%, 0.2);
 * --syntax-accent: hsl(230, 100%, 66%);
 * From syntax-variables.less
 * --syntax-selection-color: hsl(230, 1%, 90%);
 * --syntax-gutter-background-color-selected: hsl(230, 1%, 90%);
 * --syntax-cursor-line: hsla(230, 8%, 24%, 0.05);
 */

.mobile-root .CodeBlockCombobox {
    max-height: 180px;
  }

.slate-code_block {
  color-scheme: light only;
}

.slate-code_block:hover .tool-box {
    display: flex;
  }

.slate-code_block code {
  padding-left: 16px;
  counter-reset: line;
}

.slate-code_block code>* {
    counter-increment: line;
    position: relative;
    padding-left: 48px;
  }

.slate-code_block code>*::before {
      content: counter(line);
      text-align: right;
      position: absolute;
      left: 36px;
      transform: translateX(-100%);
      color: var(--A4);
    }

.slate-code_block code> :last-child {
    padding-bottom: 8px;
  }

.slate-code_block code[class*='language-'],
.slate-code_block pre[class*='language-'] {
  background: hsl(230, 1%, 98%);
  color: hsl(230, 8%, 24%);
  font-family: 'Fira Code', 'Fira Mono', Menlo, Consolas, 'DejaVu Sans Mono',
    monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  -webkit-hyphens: none;
          hyphens: none;
}

/* Selection */

.slate-code_block code[class*='language-']::-moz-selection, .slate-code_block code[class*='language-'] *::-moz-selection, .slate-code_block pre[class*='language-'] *::-moz-selection {
  background: hsl(230, 1%, 90%);
  color: inherit;
}

.slate-code_block code[class*='language-']::selection,
.slate-code_block code[class*='language-'] *::selection,
.slate-code_block pre[class*='language-'] *::selection {
  background: hsl(230, 1%, 90%);
  color: inherit;
}

/* Code blocks */

.slate-code_block pre[class*='language-'] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: .3em;
}

/* Inline code */

.slate-code_block :not(pre)>code[class*='language-'] {
  padding: .2em .3em;
  border-radius: .3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.cdata {
  color: hsl(230, 4%, 64%);
}

.token.doctype,
.token.punctuation,
.token.entity {
  color: var(--primary_black_3);
}

.token.attr-name,
.token.class-name,
.token.boolean,
.token.constant,
.token.number,
.token.atrule {
  color: hsl(35, 99%, 36%);
}

.token.keyword {
  color: hsl(301, 63%, 40%);
}

.token.property,
.token.tag,
.token.symbol,
.token.deleted,
.token.important {
  color: hsl(5, 74%, 59%);
}

.token.selector,
.token.string,
.token.char,
.token.builtin,
.token.inserted,
.token.regex,
.token.attr-value,
.token.attr-value>.token.punctuation {
  color: hsl(119, 34%, 47%);
}

.token.variable,
.token.operator,
.token.function {
  color: hsl(221, 87%, 60%);
}

.token.url {
  color: hsl(198, 99%, 37%);
}

/* HTML overrides */

.token.attr-value>.token.punctuation.attr-equals,
.token.special-attr>.token.attr-value>.token.value.css {
  color: hsl(230, 8%, 24%);
}

/* CSS overrides */

.language-css .token.selector {
  color: hsl(5, 74%, 59%);
}

.language-css .token.property {
  color: hsl(230, 8%, 24%);
}

.language-css .token.function,
.language-css .token.url>.token.function {
  color: hsl(198, 99%, 37%);
}

.language-css .token.url>.token.string.url {
  color: hsl(119, 34%, 47%);
}

.language-css .token.important,
.language-css .token.atrule .token.rule {
  color: hsl(301, 63%, 40%);
}

/* JS overrides */

.language-javascript .token.operator {
  color: hsl(301, 63%, 40%);
}

.language-javascript .token.template-string>.token.interpolation>.token.interpolation-punctuation.punctuation {
  color: hsl(344, 84%, 43%);
}

/* JSON overrides */

.language-json .token.operator {
  color: hsl(230, 8%, 24%);
}

.language-json .token.null.keyword {
  color: hsl(35, 99%, 36%);
}

/* MD overrides */

.language-markdown .token.url,
.language-markdown .token.url>.token.operator,
.language-markdown .token.url-reference.url>.token.string {
  color: hsl(230, 8%, 24%);
}

.language-markdown .token.url>.token.content {
  color: hsl(221, 87%, 60%);
}

.language-markdown .token.url>.token.url,
.language-markdown .token.url-reference.url {
  color: hsl(198, 99%, 37%);
}

.language-markdown .token.blockquote.punctuation,
.language-markdown .token.hr.punctuation {
  color: hsl(230, 4%, 64%);
  font-style: italic;
}

.language-markdown .token.code-snippet {
  color: hsl(119, 34%, 47%);
}

.language-markdown .token.bold .token.content {
  color: hsl(35, 99%, 36%);
}

.language-markdown .token.italic .token.content {
  color: hsl(301, 63%, 40%);
}

.language-markdown .token.strike .token.content,
.language-markdown .token.strike .token.punctuation,
.language-markdown .token.list.punctuation,
.language-markdown .token.title.important>.token.punctuation {
  color: hsl(5, 74%, 59%);
}

/* General */

.token.bold {
  font-weight: bold;
}

.token.comment,
.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.namespace {
  opacity: .8;
}

/* Plugin overrides */

/* Selectors should have higher specificity than those in the plugins' default stylesheets */

/* Show Invisibles plugin overrides */

.token.token.tab:not(:empty):before,
.token.token.cr:before,
.token.token.lf:before,
.token.token.space:before {
  color: hsla(230, 8%, 24%, .2);
}

/* Toolbar plugin overrides */

/* Space out all buttons and move them away from the right edge of the code block */

div.code-toolbar>.toolbar.toolbar>.toolbar-item {
  margin-right: .4em;
}

/* Styling the buttons */

div.code-toolbar>.toolbar.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>span {
  background: hsl(230, 1%, 90%);
  color: hsl(230, 6%, 44%);
  padding: .1em .4em;
  border-radius: .3em;
}

div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:hover,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>button:focus,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:hover,
div.code-toolbar>.toolbar.toolbar>.toolbar-item>span:focus {
  background: hsl(230, 1%, 78%);

  /* custom: darken(--syntax-bg, 20%) */
  color: hsl(230, 8%, 24%);
}

/* Line Highlight plugin overrides */

/* The highlighted line itself */

.line-highlight.line-highlight {
  background: hsla(230, 8%, 24%, .05);
}

/* Default line numbers in Line Highlight plugin */

.line-highlight.line-highlight:before,
.line-highlight.line-highlight[data-end]:after {
  background: hsl(230, 1%, 90%);
  color: hsl(230, 8%, 24%);
  padding: .1em .6em;
  border-radius: .3em;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .2);

  /* same as Toolbar plugin default */
}

/* Hovering over a linkable line number (in the gutter area) */

/* Requires Line Numbers plugin as well */

pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows>span:hover:before {
  background-color: hsla(230, 8%, 24%, .05);
}

/* Line Numbers and Command Line plugins overrides */

/* Line separating gutter from coding area */

.line-numbers.line-numbers .line-numbers-rows,
.command-line .command-line-prompt {
  border-right-color: hsla(230, 8%, 24%, .2);
}

/* Stuff in the gutter */

.line-numbers .line-numbers-rows>span:before,
.command-line .command-line-prompt>span:before {
  color: hsl(230, 1%, 62%);
}

/* Match Braces plugin overrides */

/* Note: Outline colour is inherited from the braces */

.rainbow-braces .token.token.punctuation.brace-level-1,
.rainbow-braces .token.token.punctuation.brace-level-5,
.rainbow-braces .token.token.punctuation.brace-level-9 {
  color: hsl(5, 74%, 59%);
}

.rainbow-braces .token.token.punctuation.brace-level-2,
.rainbow-braces .token.token.punctuation.brace-level-6,
.rainbow-braces .token.token.punctuation.brace-level-10 {
  color: hsl(119, 34%, 47%);
}

.rainbow-braces .token.token.punctuation.brace-level-3,
.rainbow-braces .token.token.punctuation.brace-level-7,
.rainbow-braces .token.token.punctuation.brace-level-11 {
  color: hsl(221, 87%, 60%);
}

.rainbow-braces .token.token.punctuation.brace-level-4,
.rainbow-braces .token.token.punctuation.brace-level-8,
.rainbow-braces .token.token.punctuation.brace-level-12 {
  color: hsl(301, 63%, 40%);
}

/* Diff Highlight plugin overrides */

/* Taken from https://github.com/atom/github/blob/master/styles/variables.less */

pre.diff-highlight>code .token.token.deleted:not(.prefix),
pre>code.diff-highlight .token.token.deleted:not(.prefix) {
  background-color: hsla(353, 100%, 66%, .15);
}

pre.diff-highlight>code .token.token.deleted:not(.prefix)::-moz-selection, pre.diff-highlight>code .token.token.deleted:not(.prefix) *::-moz-selection, pre>code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection, pre>code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection {
  background-color: hsla(353, 95%, 66%, .25);
}

pre.diff-highlight>code .token.token.deleted:not(.prefix)::selection,
pre.diff-highlight>code .token.token.deleted:not(.prefix) *::selection,
pre>code.diff-highlight .token.token.deleted:not(.prefix)::selection,
pre>code.diff-highlight .token.token.deleted:not(.prefix) *::selection {
  background-color: hsla(353, 95%, 66%, .25);
}

pre.diff-highlight>code .token.token.inserted:not(.prefix),
pre>code.diff-highlight .token.token.inserted:not(.prefix) {
  background-color: hsla(137, 100%, 55%, .15);
}

pre.diff-highlight>code .token.token.inserted:not(.prefix)::-moz-selection, pre.diff-highlight>code .token.token.inserted:not(.prefix) *::-moz-selection, pre>code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection, pre>code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection {
  background-color: hsla(135, 73%, 55%, .25);
}

pre.diff-highlight>code .token.token.inserted:not(.prefix)::selection,
pre.diff-highlight>code .token.token.inserted:not(.prefix) *::selection,
pre>code.diff-highlight .token.token.inserted:not(.prefix)::selection,
pre>code.diff-highlight .token.token.inserted:not(.prefix) *::selection {
  background-color: hsla(135, 73%, 55%, .25);
}

/* Previewers plugin overrides */

/* Based on https://github.com/atom-community/atom-ide-datatip/blob/master/styles/atom-ide-datatips.less and https://github.com/atom/atom/blob/master/packages/one-light-ui */

/* Border around popup */

.prism-previewer.prism-previewer:before,
.prism-previewer-gradient.prism-previewer-gradient div {
  border-color: hsl(0, 0, 95%);
}

/* Angle and time should remain as circles and are hence not included */

.prism-previewer-color.prism-previewer-color:before,
.prism-previewer-gradient.prism-previewer-gradient div,
.prism-previewer-easing.prism-previewer-easing:before {
  border-radius: .3em;
}

/* Triangles pointing to the code */

.prism-previewer.prism-previewer:after {
  border-top-color: hsl(0, 0, 95%);
}

.prism-previewer-flipped.prism-previewer-flipped.after {
  border-bottom-color: hsl(0, 0, 95%);
}

/* Background colour within the popup */

.prism-previewer-angle.prism-previewer-angle:before,
.prism-previewer-time.prism-previewer-time:before,
.prism-previewer-easing.prism-previewer-easing {
  background: hsl(0, 0%, 100%);
}

/* For angle, this is the positive area (eg. 90deg will display one quadrant in this colour) */

/* For time, this is the alternate colour */

.prism-previewer-angle.prism-previewer-angle circle,
.prism-previewer-time.prism-previewer-time circle {
  stroke: hsl(230, 8%, 24%);
  stroke-opacity: 1;
}

/* Stroke colours of the handle, direction point, and vector itself */

.prism-previewer-easing.prism-previewer-easing circle,
.prism-previewer-easing.prism-previewer-easing path,
.prism-previewer-easing.prism-previewer-easing line {
  stroke: hsl(230, 8%, 24%);
}

/* Fill colour of the handle */

.prism-previewer-easing.prism-previewer-easing circle {
  fill: transparent;
}
/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
.slate-p {
  margin-top: var(--qb-editor-space);
  font-size: var(--slate-p);
  line-height: 1.6;
  --line-height: 1.6;
}
.slate-p.p2 {
  margin-top: var(--qb-editor-space-p2);
}
.slate-p.p3 {
  margin-top: var(--qb-editor-space-p2);
}
.slate-p .qb-para-p1 {
  font-size: 16px;
}
.slate-p .qb-para-p2 {
  font-size: var(--slate-p2);
}
.slate-p .qb-para-p3 {
  font-size: var(--slate-p3);
}
.slate-p.qb-para-p1 {
  font-size: 16px;
}
.slate-p.qb-para-p2 {
  font-size: var(--slate-p2);
}
.slate-p.qb-para-p3 {
  font-size: var(--slate-p3);
}
.toolbar-item-paragraph {
  font-size: 16px;
  line-height: 40px;
}
.toolbar-item-paragraph.p2 {
  font-size: 14px;
}
.toolbar-item-paragraph.p3 {
  font-size: 12px;
}
.toolbar-item-heading {
  font-weight: bold;
  line-height: 40px;
}
.toolbar-item-heading-h1 {
  font-size: 19px;
}
.toolbar-item-heading-h2 {
  font-size: 17px;
}
.toolbar-item-heading-h3 {
  font-size: 16px;
}
.mobile-panel .toolbar-item-paragraph {
  font-size: 13px;
  font-weight: 400;
  line-height: 44px;
}
.mobile-panel .toolbar-item-paragraph.p2 {
  font-size: 11px;
}
.mobile-panel .toolbar-item-paragraph.p3 {
  font-size: 10px;
}
.mobile-panel .toolbar-item-heading {
  line-height: 44px;
}
.mobile-panel .toolbar-item-heading-h1 {
  font-size: 15px;
  font-weight: bold;
  /* pc: windows 500会出现直接没有加粗的效果哦 */
}
@supports (font-weight: 600) {
  .mobile-panel .toolbar-item-heading-h1 {
    font-weight: 600;
  }
}
.mobile-panel .toolbar-item-heading-h2 {
  font-size: 14px;
  font-weight: bold;
  /* pc: windows 500会出现直接没有加粗的效果哦 */
}
@supports (font-weight: 600) {
  .mobile-panel .toolbar-item-heading-h2 {
    font-weight: 600;
  }
}
.mobile-panel .toolbar-item-heading-h3 {
  font-size: 13px;
  font-weight: bold;
  /* pc: windows 500会出现直接没有加粗的效果哦 */
}
@supports (font-weight: 600) {
  .mobile-panel .toolbar-item-heading-h3 {
    font-weight: 600;
  }
}
.bg-hlight .bg-hlight {
  --hlight: "";
}
/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
.plate-link {
  text-decoration: none;
  color: rgb(7, 157, 85) !important;
  position: relative;
  padding: 4.5px 0;
}
.plate-link:visited, .plate-link:hover, .plate-link:active {
  text-decoration: none;
  color: rgb(7, 157, 85);
}
.plate-link:hover {
  background-color: var(--ui_module_bg_2);
  cursor: text;
}
.plate-link:hover .link-hover {
  display: flex !important;
}
.plate-link:hover::after {
  display: block !important;
}
.plate-link::after {
  display: none;
  content: "";
  padding-bottom: 20px;
  width: 315px;
  position: absolute;
  top: -20px;
  left: 0;
}
.plate-link::after:hover {
  background-color: var(--ui_module_bg_2);
  cursor: pointer;
}
.plate-link::after:hover .link-hover {
  display: flex !important;
}
.link-edit-panel {
  position: absolute;
  z-index: 100;
  left: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 38px 90px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(70px);
          backdrop-filter: blur(70px);
  background: var(--ui_popover_bg_1);
  padding: 16px;
  border-radius: 16px;
  color: var(--ui_control_bg_black);
  cursor: default;
}.slate-action_item .checkbox-icon::after {
    content: ' ';
    width: 0;
  }

/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
:root {
    --main-width: 1280px;
    --modal-width: 600px;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;
    --radius: .5rem;
    --qb-editor-space-p1: 10px;
    --qb-editor-space-p2: 6px;
  }
:root img {
    display: initial;
  }
.dark {
    --foreground: 210 40% 98%;
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    --primary: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 11.2%;
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 212.7 26.8% 83.9%;
  }
.dark img {
    opacity: 0.8;
    display: initial;
  }
*{
  border-color: var(--ui_border);
}
body{
  background-color: var(--background);
  color: hsl(var(--foreground));
}
*, ::before, ::after{
  --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: rgb(59 130 246 / 0.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: rgb(59 130 246 / 0.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:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 380px){
  .container{
    max-width: 380px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1500px){
  .container{
    max-width: 1500px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.\!left-2\/4{
  left: 50% !important;
}
.-bottom-4{
  bottom: -1rem;
}
.-left-2{
  left: -0.5rem;
}
.-left-3{
  left: -0.75rem;
}
.-right-3{
  right: -0.75rem;
}
.-top-3{
  top: -0.75rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-\[-200px\]{
  bottom: -200px;
}
.bottom-\[-2px\]{
  bottom: -2px;
}
.bottom-\[-50px\]{
  bottom: -50px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-\[-1\.5px\]{
  left: -1.5px;
}
.left-\[-5px\]{
  left: -5px;
}
.left-\[-8px\]{
  left: -8px;
}
.left-\[3px\]{
  left: 3px;
}
.left-auto{
  left: auto;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-4{
  right: 1rem;
}
.right-\[-1\.5px\]{
  right: -1.5px;
}
.right-\[-100vw\]{
  right: -100vw;
}
.right-\[-5px\]{
  right: -5px;
}
.right-\[8px\]{
  right: 8px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-4{
  top: 1rem;
}
.top-8{
  top: 2rem;
}
.top-\[30px\]{
  top: 30px;
}
.top-\[37px\]{
  top: 37px;
}
.top-\[40px\]{
  top: 40px;
}
.top-\[44px\]{
  top: 44px;
}
.top-\[8px\]{
  top: 8px;
}
.top-\[var\(--header-bar-height\)\]{
  top: var(--header-bar-height);
}
.\!z-\[100\]{
  z-index: 100 !important;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[52\]{
  z-index: 52;
}
.float-right{
  float: right;
}
.m-0{
  margin: 0px;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.\!mt-1{
  margin-top: 0.25rem !important;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-3{
  margin-left: -0.75rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mr-3{
  margin-right: -0.75rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-\[66px\]{
  margin-bottom: 66px;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-14{
  margin-left: 3.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-\[4px\]{
  margin-left: 4px;
}
.ml-auto{
  margin-left: auto;
}
.ml-px{
  margin-left: 1px;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-2\.5{
  margin-right: 0.625rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[1px\]{
  margin-right: 1px;
}
.mr-\[24px\]{
  margin-right: 24px;
}
.mr-auto{
  margin-right: auto;
}
.mr-px{
  margin-right: 1px;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[11\.5px\]{
  margin-top: 11.5px;
}
.mt-\[150px\]{
  margin-top: 150px;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[52px\]{
  margin-top: 52px;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mt-auto{
  margin-top: auto;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.hidden{
  display: none;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.size-full{
  width: 100%;
  height: 100%;
}
.\!h-\[96px\]{
  height: 96px !important;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1\/3{
  height: 33.333333%;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-3\/5{
  height: 60%;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[58px\]{
  height: 58px;
}
.h-\[60\%\]{
  height: 60%;
}
.h-\[69px\]{
  height: 69px;
}
.h-\[98px\]{
  height: 98px;
}
.h-\[calc\(100\%\)\]{
  height: calc(100%);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-\[220px\]{
  max-height: 220px;
}
.max-h-\[281px\]{
  max-height: 281px;
}
.max-h-\[50\%\]{
  max-height: 50%;
}
.max-h-\[550px\]{
  max-height: 550px;
}
.max-h-\[600px\]{
  max-height: 600px;
}
.min-h-96{
  min-height: 24rem;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[calc\(100\%-57px\)\]{
  min-height: calc(100% - 57px);
}
.min-h-full{
  min-height: 100%;
}
.\!w-\[96px\]{
  width: 96px !important;
}
.\!w-full{
  width: 100% !important;
}
.w-0{
  width: 0px;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1{
  width: 0.25rem;
}
.w-10{
  width: 2.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[104px\]{
  width: 104px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[144px\]{
  width: 144px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[184px\]{
  width: 184px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[312px\]{
  width: 312px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[330px\]{
  width: 330px;
}
.w-\[35px\]{
  width: 35px;
}
.w-\[50vw\]{
  width: 50vw;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[66px\]{
  width: 66px;
}
.w-\[69px\]{
  width: 69px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[74px\]{
  width: 74px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[82px\]{
  width: 82px;
}
.w-\[98px\]{
  width: 98px;
}
.w-\[calc\(100\%-6px\)\]{
  width: calc(100% - 6px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.\!min-w-\[auto\]{
  min-width: auto !important;
}
.min-w-0{
  min-width: 0px;
}
.min-w-6{
  min-width: 1.5rem;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[156px\]{
  min-width: 156px;
}
.min-w-\[194px\]{
  min-width: 194px;
}
.min-w-\[240px\]{
  min-width: 240px;
}
.min-w-\[24px\]{
  min-width: 24px;
}
.min-w-\[312px\]{
  min-width: 312px;
}
.min-w-\[335px\]{
  min-width: 335px;
}
.min-w-\[394px\]{
  min-width: 394px;
}
.min-w-\[396px\]{
  min-width: 396px;
}
.min-w-\[3em\]{
  min-width: 3em;
}
.min-w-\[400px\]{
  min-width: 400px;
}
.min-w-\[82px\]{
  min-width: 82px;
}
.min-w-\[86px\]{
  min-width: 86px;
}
.min-w-\[8rem\]{
  min-width: 8rem;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[10em\]{
  max-width: 10em;
}
.max-w-\[186px\]{
  max-width: 186px;
}
.max-w-\[275px\]{
  max-width: 275px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[870px\]{
  max-width: 870px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.max-w-\[930px\]{
  max-width: 930px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-\[calc\(100vw-24px\)\]{
  max-width: calc(100vw - 24px);
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-\[4\]{
  flex-grow: 4;
}
.flex-grow-\[6\]{
  flex-grow: 6;
}
.grow{
  flex-grow: 1;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  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));
}
.translate-y-\[-100\%\]{
  --tw-translate-y: -100%;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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));
}
.scale-y-50{
  --tw-scale-y: .5;
  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));
}
.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));
}
.cursor-col-resize{
  cursor: col-resize;
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-row-resize{
  cursor: row-resize;
}
.cursor-text{
  cursor: text;
}
.touch-none{
  touch-action: none;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-\[repeat\(10\2c 1fr\)\]{
  grid-template-columns: repeat(10,1fr);
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[4px\]{
  gap: 4px;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.justify-self-center{
  justify-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.whitespace-break-spaces{
  white-space: break-spaces;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: calc(var(--radius) - 4px);
}
.rounded-l-md{
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-r-md{
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-\[0\.5px\]{
  border-width: 0.5px;
}
.border-\[1\.5px\]{
  border-width: 1.5px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.\!border-transparent{
  border-color: transparent !important;
}
.border-A4{
  border-color: var(--A4);
}
.border-Border{
  border-color: var(--Border);
}
.border-Line{
  border-color: var(--Line);
}
.border-Red{
  border-color: var(--Red);
}
.border-blockquote{
  border-color: var(--blockquote);
}
.border-input{
  border-color: hsl(var(--input));
}
.border-transparent{
  border-color: transparent;
}
.border-ui_border{
  border-color: var(--ui_border);
}
.border-ui_line{
  border-color: var(--ui_line);
}
.border-ui_line_dark{
  border-color: var(--ui_line_dark);
}
.border-ui_popover_line_white{
  border-color: var(--ui_popover_line_white);
}
.border-ui_search_line_dark{
  border-color: var(--ui_search_line_dark);
}
.border-t-Line{
  border-top-color: var(--Line);
}
.\!bg-EditorSelected{
  background-color: var(--EditorSelected) !important;
}
.\!bg-selected{
  background-color: var(--selected) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-A1T{
  background-color: var(--A1T);
}
.bg-BG_BlackT{
  background-color: var(--BG_BlackT);
}
.bg-BG_Frame{
  background-color: var(--BG_Frame);
}
.bg-BG_GREEN{
  background-color: var(--BG_GREEN);
}
.bg-BG_Hover{
  background-color: var(--BG_Hover);
}
.bg-BG_White{
  background-color: var(--BG_White);
}
.bg-GenTableBg{
  background-color: var(--GenTableBg);
}
.bg-Line{
  background-color: var(--Line);
}
.bg-NewBlue{
  background-color: var(--NewBlue);
}
.bg-\[--cellBackground\]{
  background-color: var(--cellBackground);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\]{
  background-color: rgba(255,255,255,0.5);
}
.bg-background{
  background-color: var(--background);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-common_color_green{
  background-color: var(--common_color_green);
}
.bg-destructive{
  background-color: hsl(var(--destructive));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-hlight{
  background-color: var(--hlight);
}
.bg-muted{
  background-color: hsl(var(--muted));
}
.bg-popover{
  background-color: hsl(var(--popover));
}
.bg-primary{
  background-color: hsl(var(--primary));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-ring{
  background-color: hsl(var(--ring));
}
.bg-secondary{
  background-color: hsl(var(--secondary));
}
.bg-selected{
  background-color: var(--selected);
}
.bg-selection{
  background-color: var(--selection);
}
.bg-transparent{
  background-color: transparent;
}
.bg-ui_border{
  background-color: var(--ui_border);
}
.bg-ui_color_green_highlight{
  background-color: var(--ui_color_green_highlight);
}
.bg-ui_control_bg_black{
  background-color: var(--ui_control_bg_black);
}
.bg-ui_control_toast_black{
  background-color: var(--ui_control_toast_black);
}
.bg-ui_frame_page_bg_0{
  background-color: var(--ui_frame_page_bg_0);
}
.bg-ui_frame_page_bg_2{
  background-color: var(--ui_frame_page_bg_2);
}
.bg-ui_module_bg_1{
  background-color: var(--ui_module_bg_1);
}
.bg-ui_module_bg_2{
  background-color: var(--ui_module_bg_2);
}
.bg-ui_module_bg_3{
  background-color: var(--ui_module_bg_3);
}
.bg-ui_popover_bg_1{
  background-color: var(--ui_popover_bg_1);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-clip-content{
  background-clip: content-box;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[0px\]{
  padding: 0px;
}
.p-\[14px\]{
  padding: 14px;
}
.p-\[8px\]{
  padding: 8px;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[21px\]{
  padding-left: 21px;
  padding-right: 21px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[2px\]{
  padding-left: 2px;
  padding-right: 2px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[0\.2em\]{
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pt-0{
  padding-top: 0px !important;
}
.\!pt-10{
  padding-top: 2.5rem !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[150px\]{
  padding-bottom: 150px;
}
.pb-\[9px\]{
  padding-bottom: 9px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-11{
  padding-top: 2.75rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[5px\]{
  padding-top: 5px;
}
.pt-\[8px\]{
  padding-top: 8px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.indent-0{
  text-indent: 0px;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.\!text-\[17px\]{
  font-size: 17px !important;
}
.\!text-\[22px\]{
  font-size: 22px !important;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-4{
  line-height: 1rem;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[14px\]{
  line-height: 14px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-checked{
  color: var(--checked) !important;
}
.text-A1{
  color: var(--A1);
}
.text-A1D{
  color: var(--A1D);
}
.text-A1T{
  color: var(--A1T);
}
.text-A2{
  color: var(--A2);
}
.text-A2T{
  color: var(--A2T);
}
.text-A3{
  color: var(--A3);
}
.text-A3T{
  color: var(--A3T);
}
.text-A4{
  color: var(--A4);
}
.text-A4T{
  color: var(--A4T);
}
.text-A5T{
  color: var(--A5T);
}
.text-Blue{
  color: var(--Blue);
}
.text-Green{
  color: var(--Green);
}
.text-Red{
  color: var(--Red);
}
.text-brand_color_green_primary{
  color: var(--brand_color_green_primary);
}
.text-checked{
  color: var(--checked);
}
.text-common_color_red{
  color: var(--common_color_red);
}
.text-current{
  color: currentColor;
}
.text-destructive-foreground{
  color: hsl(var(--destructive-foreground));
}
.text-foreground{
  color: hsl(var(--foreground));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-inherit{
  color: inherit;
}
.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.text-muted-foreground\/70{
  color: hsl(var(--muted-foreground) / 0.7);
}
.text-placeholder_bg{
  color: var(--placeholder_bg);
}
.text-popover-foreground{
  color: hsl(var(--popover-foreground));
}
.text-primary_black_0{
  color: var(--primary_black_0);
}
.text-primary_black_1{
  color: var(--primary_black_1);
}
.text-primary_black_2{
  color: var(--primary_black_2);
}
.text-primary_black_3{
  color: var(--primary_black_3);
}
.text-primary_black_4{
  color: var(--primary_black_4);
}
.text-primary_white_1{
  color: var(--primary_white_1);
}
.text-secondary-foreground{
  color: hsl(var(--secondary-foreground));
}
.text-transparent{
  color: transparent;
}
.text-ui_control_bg_black{
  color: var(--ui_control_bg_black);
}
.text-ui_module_bg_2{
  color: var(--ui_module_bg_2);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white_main{
  color: var(--white_main);
}
.underline{
  text-decoration-line: underline;
}
.decoration-primary{
  text-decoration-color: hsl(var(--primary));
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.placeholder-primary_black_5::-moz-placeholder{
  color: var(--primary_black_5);
}
.placeholder-primary_black_5::placeholder{
  color: var(--primary_black_5);
}
.placeholder-slate-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.caret-brand_color_green_primary{
  caret-color: var(--brand_color_green_primary);
}
.caret-transparent{
  caret-color: transparent;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.shadow-\[0_16px_32px_0px_\#00000029\]{
  --tw-shadow: 0 16px 32px 0px #00000029;
  --tw-shadow-colored: 0 16px 32px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[rgba\(255\2c _255\2c _255\2c _0\.1\)_0px_0\.5px_0px_0px_inset\2c _rgb\(248\2c _249\2c _250\)_0px_1px_5px_0px_inset\2c _rgb\(193\2c _200\2c _205\)_0px_0px_0px_0\.5px\2c _rgb\(193\2c _200\2c _205\)_0px_2px_1px_-1px\2c _rgb\(193\2c _200\2c _205\)_0px_1px_0px_0px\]{
  --tw-shadow: rgba(255, 255, 255, 0.1) 0px 0.5px 0px 0px inset, rgb(248, 249, 250) 0px 1px 5px 0px inset, rgb(193, 200, 205) 0px 0px 0px 0.5px, rgb(193, 200, 205) 0px 2px 1px -1px, rgb(193, 200, 205) 0px 1px 0px 0px;
  --tw-shadow-colored: inset 0px 0.5px 0px 0px var(--tw-shadow-color), inset 0px 1px 5px 0px var(--tw-shadow-color), 0px 0px 0px 0.5px var(--tw-shadow-color), 0px 2px 1px -1px var(--tw-shadow-color), 0px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-panel{
  --tw-shadow: 0px 16px 32px rgba(0, 0, 0, .16);
  --tw-shadow-colored: 0px 16px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-1{
  outline-width: 1px;
}
.outline-offset-1{
  outline-offset: 1px;
}
.outline-\[--brand_color_green_primary\]{
  outline-color: var(--brand_color_green_primary);
}
.outline-transparent{
  outline-color: transparent;
}
.ring-offset-background{
  --tw-ring-offset-color: var(--background);
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.\!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) !important;
}
.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);
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-200{
  transition-duration: 200ms;
}
@keyframes enter{
  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{
  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-100{
  animation-duration: 100ms;
}
.duration-200{
  animation-duration: 200ms;
}
.\[data-show\:prev\|cur\|next\]{
  data-show: prev|cur|next;
}
.\[flex\:5\]{
  flex: 5;
}
.\[tab-size\:2\]{
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}
.scroll-y-bar {
  overflow-y: auto;
  /** 让滚动条出现在右侧间隙中间 */
  padding-right: 4px;
  margin-right: 2px;
}
.scroll-y-bar::-webkit-scrollbar {
  width: 4px;
  /* 滚动条的宽度 */
  display: block;
}
.scroll-y-bar::-webkit-scrollbar-track {
  background: transparent;
  /* 滚动条轨道的背景 */
  border: 0 none;
  /* 去掉滚动条轨道的边框 */
}
.scroll-y-bar::-webkit-scrollbar-thumb {
  background-color: var(--primary_black_7);
  /* 滚动条的背景颜色 */
  border-radius: 4px;
  /* 滚动条的圆角 */
  border: 0 none;
  /* 去掉滚动条的边框 */
}
.scroll-y-bar::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary_black_5);
  /* 滚动条在悬停时的背景颜色 */
  cursor: pointer;
}
.scroll-x-bar {
  overflow-x: auto;
  /** 让滚动条出现在右侧间隙中间 */
  padding-bottom: 10px;
  margin-bottom: 2px;
}
.scroll-x-bar::-webkit-scrollbar {
  height: 4px;
  /* 滚动条的宽度 */
  display: block;
}
.scroll-x-bar::-webkit-scrollbar-track {
  background: transparent;
  /* 滚动条轨道的背景 */
  border: 0 none;
  /* 去掉滚动条轨道的边框 */
}
.scroll-x-bar::-webkit-scrollbar-thumb {
  background-color: var(--primary_black_7);
  /* 滚动条的背景颜色 */
  border-radius: 4px;
  /* 滚动条的圆角 */
  border: 0 none;
  /* 去掉滚动条的边框 */
}
.scroll-x-bar::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary_black_5);
  /* 滚动条在悬停时的背景颜色 */
  cursor: pointer;
}
button:focus-visible {
  outline: none;
}
.font-weight-medium {
  font-weight: bold;
  /* pc: windows 500会出现直接没有加粗的效果哦 */
}
@supports (font-weight: 600) {
  .font-weight-medium {
    font-weight: 600;
  }
}
.selection\:bg-selection *::-moz-selection{
  background-color: var(--selection);
}
.selection\:bg-selection *::selection{
  background-color: var(--selection);
}
.selection\:bg-selection::-moz-selection{
  background-color: var(--selection);
}
.selection\:bg-selection::selection{
  background-color: var(--selection);
}
.file\:border-0::file-selector-button{
  border-width: 0px;
}
.file\:bg-background::file-selector-button{
  background-color: var(--background);
}
.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button{
  font-weight: 500;
}
.file\:text-foreground::file-selector-button{
  color: hsl(var(--foreground));
}
.placeholder\:text-A3::-moz-placeholder{
  color: var(--A3);
}
.placeholder\:text-A3::placeholder{
  color: var(--A3);
}
.placeholder\:text-A4::-moz-placeholder{
  color: var(--A4);
}
.placeholder\:text-A4::placeholder{
  color: var(--A4);
}
.placeholder\:text-muted-foreground::-moz-placeholder{
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-muted-foreground::placeholder{
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-primary_black_5::-moz-placeholder{
  color: var(--primary_black_5);
}
.placeholder\:text-primary_black_5::placeholder{
  color: var(--primary_black_5);
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:z-10::before{
  content: var(--tw-content);
  z-index: 10;
}
.before\:box-border::before{
  content: var(--tw-content);
  box-sizing: border-box;
}
.before\:size-full::before{
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}
.before\:cursor-text::before{
  content: var(--tw-content);
  cursor: text;
}
.before\:select-none::before{
  content: var(--tw-content);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.before\:border-b::before{
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.before\:border-l::before{
  content: var(--tw-content);
  border-left-width: 1px;
}
.before\:border-r::before{
  content: var(--tw-content);
  border-right-width: 1px;
}
.before\:border-t::before{
  content: var(--tw-content);
  border-top-width: 1px;
}
.before\:border-none::before{
  content: var(--tw-content);
  border-style: none;
}
.before\:border-b-Line::before{
  content: var(--tw-content);
  border-bottom-color: var(--Line);
}
.before\:border-l-Line::before{
  content: var(--tw-content);
  border-left-color: var(--Line);
}
.before\:border-r-Line::before{
  content: var(--tw-content);
  border-right-color: var(--Line);
}
.before\:border-t-Line::before{
  content: var(--tw-content);
  border-top-color: var(--Line);
}
.before\:bg-selection::before{
  content: var(--tw-content);
  background-color: var(--selection);
}
.before\:opacity-30::before{
  content: var(--tw-content);
  opacity: 0.3;
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.before\:content-\[attr\(placeholder\)\]::before{
  --tw-content: attr(placeholder);
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-right-1::after{
  content: var(--tw-content);
  right: -0.25rem;
}
.after\:bottom-2::after{
  content: var(--tw-content);
  bottom: 0.5rem;
}
.after\:top-2::after{
  content: var(--tw-content);
  top: 0.5rem;
}
.after\:flex::after{
  content: var(--tw-content);
  display: flex;
}
.after\:h-16::after{
  content: var(--tw-content);
  height: 4rem;
}
.after\:w-\[1px\]::after{
  content: var(--tw-content);
  width: 1px;
}
.after\:w-\[3px\]::after{
  content: var(--tw-content);
  width: 3px;
}
.after\:rounded-\[6px\]::after{
  content: var(--tw-content);
  border-radius: 6px;
}
.after\:bg-Border::after{
  content: var(--tw-content);
  background-color: var(--Border);
}
.after\:bg-ring::after{
  content: var(--tw-content);
  background-color: hsl(var(--ring));
}
.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}
.after\:content-\[\"\"\]::after{
  --tw-content: "";
  content: var(--tw-content);
}
.after\:content-\[\'_\'\]::after{
  --tw-content: ' ';
  content: var(--tw-content);
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:rounded-sm:hover{
  border-radius: calc(var(--radius) - 4px);
}
.hover\:bg-BG_BlackT:hover{
  background-color: var(--BG_BlackT);
}
.hover\:bg-BG_Hover:hover{
  background-color: var(--BG_Hover);
}
.hover\:bg-EditorSelected:hover{
  background-color: var(--EditorSelected);
}
.hover\:bg-\[\#03174d0a\]:hover{
  background-color: #03174d0a;
}
.hover\:bg-\[\#f3f4f6\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-destructive\/90:hover{
  background-color: hsl(var(--destructive) / 0.9);
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-primary\/90:hover{
  background-color: hsl(var(--primary) / 0.9);
}
.hover\:bg-secondary\/80:hover{
  background-color: hsl(var(--secondary) / 0.8);
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:bg-ui_control_bg_black:hover{
  background-color: var(--ui_control_bg_black);
}
.hover\:bg-ui_module_bg_1:hover{
  background-color: var(--ui_module_bg_1);
}
.hover\:bg-ui_module_bg_2:hover{
  background-color: var(--ui_module_bg_2);
}
.hover\:text-A1:hover{
  color: var(--A1);
}
.hover\:text-accent-foreground:hover{
  color: hsl(var(--accent-foreground));
}
.hover\:text-current:hover{
  color: currentColor;
}
.hover\:text-primary_black_2:hover{
  color: var(--primary_black_2);
}
.hover\:text-primary_white_1:hover{
  color: var(--primary_white_1);
}
.hover\:text-ui_module_bg_1:hover{
  color: var(--ui_module_bg_1);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:outline-\[16px\]:hover{
  outline-width: 16px;
}
.hover\:outline-BG_Hover:hover{
  outline-color: var(--BG_Hover);
}
.hover\:outline-\[--ui_color_green_click\]:hover{
  outline-color: var(--ui_color_green_click);
}
.focus\:border-solid:focus{
  border-style: solid;
}
.focus\:border-A2T:focus{
  border-color: var(--A2T);
}
.focus\:border-Blue:focus{
  border-color: var(--Blue);
}
.focus\:bg-ui_module_bg_1:focus{
  background-color: var(--ui_module_bg_1);
}
.focus\:bg-ui_module_bg_2:focus{
  background-color: var(--ui_module_bg_2);
}
.focus\:text-accent-foreground:focus{
  color: hsl(var(--accent-foreground));
}
.focus\:text-primary_black_2:focus{
  color: var(--primary_black_2);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-ring:focus{
  --tw-ring-color: hsl(var(--ring));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-transparent:focus-visible{
  --tw-ring-color: transparent;
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:focus-within .group-focus-within\:pointer-events-none{
  pointer-events: none;
}
.group:focus-within .group-focus-within\:top-0{
  top: 0px;
}
.group:focus-within .group-focus-within\:cursor-default{
  cursor: default;
}
.group:focus-within .group-focus-within\:text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.group:focus-within .group-focus-within\:font-medium{
  font-weight: 500;
}
.group:focus-within .group-focus-within\:text-foreground{
  color: hsl(var(--foreground));
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:after\:opacity-100::after{
  content: var(--tw-content);
  opacity: 1;
}
.has-\[\+input\:not\(\:-moz-placeholder-shown\)\]\:pointer-events-none:has(+input:not(:-moz-placeholder-shown)){
  pointer-events: none;
}
.has-\[\+input\:not\(\:placeholder-shown\)\]\:pointer-events-none:has(+input:not(:placeholder-shown)){
  pointer-events: none;
}
.has-\[\+input\:not\(\:-moz-placeholder-shown\)\]\:top-0:has(+input:not(:-moz-placeholder-shown)){
  top: 0px;
}
.has-\[\+input\:not\(\:placeholder-shown\)\]\:top-0:has(+input:not(:placeholder-shown)){
  top: 0px;
}
.has-\[\+input\:not\(\:-moz-placeholder-shown\)\]\:cursor-default:has(+input:not(:-moz-placeholder-shown)){
  cursor: default;
}
.has-\[\+input\:not\(\:placeholder-shown\)\]\:cursor-default:has(+input:not(:placeholder-shown)){
  cursor: default;
}
.has-\[\+input\:not\(\:-moz-placeholder-shown\)\]\:text-xs:has(+input:not(:-moz-placeholder-shown)){
  font-size: 0.75rem;
  line-height: 1rem;
}
.has-\[\+input\:not\(\:placeholder-shown\)\]\:text-xs:has(+input:not(:placeholder-shown)){
  font-size: 0.75rem;
  line-height: 1rem;
}
.has-\[\+input\:not\(\:-moz-placeholder-shown\)\]\:font-medium:has(+input:not(:-moz-placeholder-shown)){
  font-weight: 500;
}
.has-\[\+input\:not\(\:placeholder-shown\)\]\:font-medium:has(+input:not(:placeholder-shown)){
  font-weight: 500;
}
.has-\[\+input\:not\(\:-moz-placeholder-shown\)\]\:text-foreground:has(+input:not(:-moz-placeholder-shown)){
  color: hsl(var(--foreground));
}
.has-\[\+input\:not\(\:placeholder-shown\)\]\:text-foreground:has(+input:not(:placeholder-shown)){
  color: hsl(var(--foreground));
}
.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]{
  pointer-events: none;
}
.data-\[disabled\]\:pointer-events-none[data-disabled]{
  pointer-events: none;
}
@keyframes accordion-up{
  from{
    height: var(--radix-accordion-content-height);
  }
  to{
    height: 0;
  }
}
.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{
  animation: accordion-up 0.2s ease-out;
}
@keyframes accordion-down{
  from{
    height: 0;
  }
  to{
    height: var(--radix-accordion-content-height);
  }
}
.data-\[state\=open\]\:animate-accordion-down[data-state=open]{
  animation: accordion-down 0.2s ease-out;
}
.data-\[state\=checked\]\:bg-selection[data-state=checked]{
  background-color: var(--selection);
}
.data-\[state\=checked\]\:bg-transparent[data-state=checked]{
  background-color: transparent;
}
.data-\[state\=checked\]\:bg-ui_color_green_highlight[data-state=checked]{
  background-color: var(--ui_color_green_highlight);
}
.data-\[state\=checked\]\:bg-ui_module_bg_2[data-state=checked]{
  background-color: var(--ui_module_bg_2);
}
.data-\[state\=on\]\:bg-EditorSelected[data-state=on]{
  background-color: var(--EditorSelected);
}
.data-\[state\=on\]\:bg-selected[data-state=on]{
  background-color: var(--selected);
}
.data-\[state\=on\]\:bg-transparent[data-state=on]{
  background-color: transparent;
}
.data-\[state\=on\]\:bg-ui_module_bg_1[data-state=on]{
  background-color: var(--ui_module_bg_1);
}
.data-\[state\=open\]\:bg-ui_module_bg_1[data-state=open]{
  background-color: var(--ui_module_bg_1);
}
.data-\[state\=checked\]\:text-Blue[data-state=checked]{
  color: var(--Blue);
}
.data-\[state\=checked\]\:text-accent-foreground[data-state=checked]{
  color: hsl(var(--accent-foreground));
}
.data-\[state\=checked\]\:text-checked[data-state=checked]{
  color: var(--checked);
}
.data-\[state\=open\]\:text-muted-foreground[data-state=open]{
  color: hsl(var(--muted-foreground));
}
.data-\[disabled\=true\]\:opacity-50[data-disabled=true]{
  opacity: 0.5;
}
.data-\[disabled\]\:opacity-50[data-disabled]{
  opacity: 0.5;
}
.data-\[state\=open\]\:animate-in[data-state=open]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state=closed]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:fade-out-0[data-state=closed]{
  --tw-exit-opacity: 0;
}
.data-\[state\=open\]\:fade-in-0[data-state=open]{
  --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{
  --tw-exit-scale: .95;
}
.data-\[state\=open\]\:zoom-in-95[data-state=open]{
  --tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{
  --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{
  --tw-enter-translate-y: 0.5rem;
}
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{
  --tw-exit-translate-x: -50%;
}
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{
  --tw-exit-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{
  --tw-enter-translate-x: -50%;
}
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{
  --tw-enter-translate-y: -48%;
}
:is(.dark .dark\:shadow-\[rgba\(255\2c _255\2c _255\2c _0\.1\)_0px_0\.5px_0px_0px_inset\2c _rgb\(26\2c _29\2c _30\)_0px_1px_5px_0px_inset\2c _rgb\(76\2c _81\2c _85\)_0px_0px_0px_0\.5px\2c _rgb\(76\2c _81\2c _85\)_0px_2px_1px_-1px\2c _rgb\(76\2c _81\2c _85\)_0px_1px_0px_0px\]){
  --tw-shadow: rgba(255, 255, 255, 0.1) 0px 0.5px 0px 0px inset, rgb(26, 29, 30) 0px 1px 5px 0px inset, rgb(76, 81, 85) 0px 0px 0px 0.5px, rgb(76, 81, 85) 0px 2px 1px -1px, rgb(76, 81, 85) 0px 1px 0px 0px;
  --tw-shadow-colored: inset 0px 0.5px 0px 0px var(--tw-shadow-color), inset 0px 1px 5px 0px var(--tw-shadow-color), 0px 0px 0px 0.5px var(--tw-shadow-color), 0px 2px 1px -1px var(--tw-shadow-color), 0px 1px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px){
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:justify-end{
    justify-content: flex-end;
  }
  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:rounded-lg{
    border-radius: var(--radius);
  }
  .sm\:text-left{
    text-align: left;
  }
}
@media (min-width: 768px){
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1500px){
  .\33xl\:min-w-12{
    min-width: 3rem;
  }
}
@media print{
  .print\:hidden{
    display: none;
  }
}
.\[\&\:\:-webkit-scrollbar-button\]\:hidden::-webkit-scrollbar-button{
  display: none;
}
.\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button{
  height: 0px;
}
.\[\&\:\:-webkit-scrollbar-button\]\:w-0::-webkit-scrollbar-button{
  width: 0px;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:min-h-\[65px\]::-webkit-scrollbar-thumb{
  min-height: 65px;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-2xl::-webkit-scrollbar-thumb{
  border-radius: 1rem;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:border-4::-webkit-scrollbar-thumb{
  border-width: 4px;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:border-A1D::-webkit-scrollbar-thumb{
  border-color: var(--A1D);
}
.\[\&\:\:-webkit-scrollbar-track\]\:border-0::-webkit-scrollbar-track{
  border-width: 0px;
}
.\[\&\:\:-webkit-scrollbar\]\:block::-webkit-scrollbar{
  display: block;
}
.\[\&\:\:-webkit-scrollbar\]\:w-0::-webkit-scrollbar{
  width: 0px;
}
.\[\&\:not\(\:first-child\)\]\:mt-1:not(:first-child){
  margin-top: 0.25rem;
}
.\[\&\>\*\:last-child\]\:pb-4>*:last-child{
  padding-bottom: 1rem;
}
.\[\&\>\*\:not\(\:first-child\)\]\:ml-1>*:not(:first-child){
  margin-left: 0.25rem;
}
.\[\&\>\*\:not\(\:first-child\)\]\:ml-2>*:not(:first-child){
  margin-left: 0.5rem;
}
.\[\&\>\*\:not\(\:first-child\)\]\:ml-4>*:not(:first-child){
  margin-left: 1rem;
}
.\[\&\>\*\:not\(\:first-child\)\]\:mt-1>*:not(:first-child){
  margin-top: 0.25rem;
}
.\[\&\>\*\:not\(\:first-child\)\]\:border-t>*:not(:first-child){
  border-top-width: 1px;
}
.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{
  --tw-rotate: 180deg;
  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));
}
.\[\&\[data-state\=open\]\>svg\]\:rotate-45[data-state=open]>svg{
  --tw-rotate: 45deg;
  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));
}
.\[\&_\*\:\:selection\]\:bg-none *::-moz-selection{
  background-image: none;
}
.\[\&_\*\:\:selection\]\:bg-none *::selection{
  background-image: none;
}
.\[\&_\>_\*\]\:m-0 > *{
  margin: 0px;
}
.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{
  font-weight: 500;
}
.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{
  color: hsl(var(--muted-foreground));
}
.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group]{
  padding-top: 0px;
}
.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-input-wrapper\]_svg\]\:size-5 [cmdk-input-wrapper] svg{
  width: 1.25rem;
  height: 1.25rem;
}
.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{
  height: 3rem;
}
.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&_\[cmdk-item\]_svg\]\:size-5 [cmdk-item] svg{
  width: 1.25rem;
  height: 1.25rem;
}
.\[\&_\[data-slate-placeholder\]\]\:top-\[auto_\!important\] [data-slate-placeholder]{
  top: auto !important;
}
.\[\&_\[data-slate-placeholder\]\]\:text-A4 [data-slate-placeholder]{
  color: var(--A4);
}
.\[\&_\[data-slate-placeholder\]\]\:\!opacity-100 [data-slate-placeholder]{
  opacity: 1 !important;
}
.\[\&_strong\]\:font-bold strong{
  font-weight: 700;
}
.\[\&_svg\:not\(\[data-icon\]\)\]\:h-5 svg:not([data-icon]){
  height: 1.25rem;
}
.\[\&_svg\:not\(\[data-icon\]\)\]\:w-5 svg:not([data-icon]){
  width: 1.25rem;
}
.\[\&_svg\]\:pointer-events-none svg{
  pointer-events: none;
}
.\[\&_svg\]\:size-4 svg{
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg{
  flex-shrink: 0;
}/* 此文件是自动生成，请勿修改本文件 */
:root {
  --Blue: #136ce9;
  --BlueD: #2b95ff;
  --NewBlue: #205aef;
  --NewBlueD: #367aff;
  --Red: #f44837;
  --RedD: #ff502a;
  --Orange: #ff8a14;
  --Yellow: #ffc20d;
  --Gold: #eebf8a;
  --Green: #0bb861;
  --Cyan: #0acc9b;
  --Purple: #7632ff;
  --Brown: #8e520d;
  --A1: #242424;
  --A2: #666;
  --A3: #8f8f8f;
  --A4: #b3b3b3;
  --A1T: rgba(0, 0, 0, .86);
  --A2T: rgba(0, 0, 0, .6);
  --A3T: rgba(0, 0, 0, .44);
  --A4T: rgba(0, 0, 0, .3);
  --A1D: #fff;
  --A2D: rgba(255, 255, 255, .6);
  --A3D: rgba(255, 255, 255, .44);
  --A4D: rgba(255, 255, 255, .3);
  --BG_Grey: #f6f7fa;
  --BG_White: #fff;
  --BG_Frame: #f5f5f5;
  --BG_BlackT: rgba(0, 0, 0, .04);
  --BG_Video: rgba(57, 60, 71, .4);
  --Line: rgba(0, 0, 0, .08);
  --Border: rgba(0, 0, 0, .04);
  --Mask: rgba(0, 0, 0, .4);

  --brand-color: var(--brand_color_green_primary);
  --brand-color-click: var(--ui_color_green_click);
  --selection: #7abc984d;
  --selected: rgba(122, 188, 152, .1);
  --hlight: rgba(238, 191, 138, .32);
  --placeholder_bg: #e8ebf2;
  --blockquote: rgba(0, 0, 0, .12);
  --panelBg: rgba(255, 255, 255, .5);
  --BG_Hover: #3333330a;
  --sidebarBg: #ecf1ed;
  --sidebarTitle: #00000070;
  --White_Mask: rgba(255, 255, 255, .7);
  --background: #fff;
  --BG_GREEN: #edf5f0;
  --Green1: #079d55;
  --checked: var(--Green1);
  --A5T: #0000003d;
  --LightGreen: #7abc984d;
  --GridBorder: #079d55;
  --GenTableBorder: #0000000d;
  --GenTableBg: #33333308;
  --TableBorder: #00000014;
  --EditorSelected: rgba(54, 193, 146, .15);
  --white_main: rgba(0, 0, 0, .86);
  --ui_control_bar_grey: #bfbfbf;
  --link_active: var(--common_color_green);
  --brand_color_green_primary: rgba(7, 157, 85, 1);
  --common_color_green: rgba(17, 207, 112, 1);
  --common_color_green_light: rgba(75, 221, 107, 1);
  --common_color_blue: rgba(32, 90, 239, 1);
  --common_color_red: rgba(255, 54, 54, 1);
  --common_color_orange: rgba(255, 137, 28, 1);
  --common_color_yellow: rgba(255, 204, 26, 1);
  --common_color_purple: rgba(128, 38, 245, 1);
  --ui_color_coldgrey: rgba(225, 236, 237, 1);
  --ui_color_green_highlight: rgba(122, 188, 152, .15);
  --ui_frame_firstpage_bg_mac: rgba(247, 247, 247, .9);
  --ui_frame_bg_grey_1: rgba(247, 247, 247, .75);
  --ui_frame_bg_grey_2: rgba(246, 246, 246, .6);
  --ui_frame_bg_grey_3: rgba(234, 234, 234, .7);
  --ui_module_bg_0: rgba(51, 51, 51, .08);
  --ui_module_bg_1: rgba(51, 51, 51, .06);
  --ui_module_bg_2: rgba(51, 51, 51, .04);
  --ui_module_bg_3: rgba(51, 51, 51, .03);
  --ui_popover_bg_1: rgba(255, 255, 255, 1);
  --ui_popover_bg_2: rgba(255, 255, 255, .8);
  --ui_popover_bg_3: rgba(246, 246, 246, 1);
  --primary_white_1: rgba(255, 255, 255, 1);
  --primary_white_2: rgba(255, 255, 255, .9);
  --primary_white_3: rgba(255, 255, 255, .7);
  --primary_white_4: rgba(255, 255, 255, .2);
  --ui_control_bg_black: rgba(0, 0, 0, .86);
  --primary_black_1: rgba(0, 0, 0, .86);
  --primary_black_2: rgba(0, 0, 0, .6);
  --primary_black_3: rgba(0, 0, 0, .44);
  --primary_black_4: rgba(0, 0, 0, .3);
  --primary_black_5: rgba(0, 0, 0, .24);
  --primary_black_6: rgba(0, 0, 0, .16);
  --primary_black_7: rgba(0, 0, 0, .12);
  --ui_border: rgba(0, 0, 0, .04);
  --ui_line: rgba(0, 0, 0, .08);
  --ui_line_white: rgba(255, 255, 255, .08);
  --ui_line_dark: rgba(0, 0, 0, .16);
  --ui_control_icon_white: rgba(255, 255, 255, 1);
  --ui_frame_bg_grey_light: rgba(253, 253, 253, 1);
  --common_color_yellowgreen: rgba(214, 232, 7, 1);
  --primary_black_0: rgba(0, 0, 0, 1);
  --ui_color_green_click: rgba(122, 188, 152, .3);
  --ui_control_tag_click: rgba(255, 255, 255, .7);
  --ui_frame_firstpage_search_bg: rgba(255, 255, 255, 1);
  --ui_control_bg: rgba(255, 255, 255, 1);
  --ui_frame_page_bg_1: rgba(255, 255, 255, .9);
  --ui_popover_bg_1_empty: rgba(255, 255, 255, 0);
  --ui_frame_page_bg_0: rgba(255, 255, 255, 1);
  --ui_control_card_bg_full: rgba(255, 255, 255, 1);
  --ui_emptystate_color_grey_d9: rgba(217, 217, 217, 1);
  --ui_emptystate_color_grey_cc: rgba(204, 204, 204, 1);
  --ui_emptystate_color_grey_d8: rgba(219, 219, 219, 1);
  --ui_emptystate_color_grey_8c: rgba(140, 140, 140, 1);
  --ui_emptystate_color_grey_b6: rgba(182, 182, 182, 1);
  --ui_emptystate_color_grey_ba: rgba(186, 186, 186, 1);
  --ui_emptystate_color_grey_ec: rgba(236, 236, 236, 1);
  --ui_emptystate_color_grey_72: rgba(114, 114, 114, 1);
  --ui_emptystate_color_white_ff: rgba(255, 255, 255, 1);
  --common_color_green_dark: rgba(32, 109, 72, 1);
  --ui_frame_bg_grey_0: rgba(247, 247, 247, 1);
  --common_color_blue_light: rgba(125, 175, 255, 1);
  --ui_color_green_highlight_full: rgba(235, 245, 240, 1);
  --ui_frame_firstpage_bg_win: rgba(240, 240, 240, 1);
  --ui_popover_line_white: rgba(255, 255, 255, .08);
  --primary_white_5: rgba(255, 255, 255, .1);
  --common_color_yellow_light: rgba(255, 245, 178, 1);
  --common_color_red_light: rgba(255, 125, 127, 1);
  --common_color_orange_light: rgba(253, 204, 140, 1);
  --common_color_purple_light: rgba(169, 136, 255, 1);
  --common_color_yellowgreen_dark: rgba(178, 194, 0, 1);
  --common_color_purplr_dark: rgba(107, 2, 188, 1);
  --common_color_red_dark: rgba(190, 3, 72, 1);
  --common_color_blue_dark: rgba(0, 33, 180, 1);
  --common_color_yellowgreen_light: rgba(231, 255, 125, 1);
  --common_color_orange_dark: rgba(233, 142, 39, 1);
  --common_color_yellow_dark: rgba(213, 181, 0, 1);
  --ui_search_line_dark: rgba(0, 0, 0, .6);
  --ui_color_greygreen: rgba(102, 166, 135, 1);
  --ui_frame_page_bg_2: rgba(255, 255, 255, .7);
  --ui_frame_page_bg_overlay: rgba(255, 255, 255, .8);
  --ui_color_coldgrey_shadow: rgba(199, 210, 216, .55);
  --ui_color_yellow_transparent: rgba(255, 245, 178, .3);
  --ui_module_bg_0_full: rgba(231, 231, 231, 1);
  --ui_module_bg_3_full: rgba(241, 241, 241, 1);
  --ui_control_bg_deepgrey: rgba(48, 48, 48, .8);
  --ui_color_green_highlight_full_mobile: rgba(228, 238, 233, 1);
  --ui_control_bg_full: rgba(255, 255, 255, 1);
  --ui_frame_bg_grey_0_empty: rgba(247, 247, 247, 0);
  --primary_black_1_full: rgba(36, 36, 36, 1);
  --ui_color_green_bg: rgba(122, 188, 152, .1);
  --ui_control_icon_black: rgba(36, 36, 36, 1);
  --ui_line_deep_dark: rgba(0, 0, 0, .4);
  --ui_control_button_black: rgba(36, 36, 36, 1);
  --ui_control_button_black_second: rgba(36, 36, 36, .08);
  --ui_control_chat_bubble: rgba(36, 36, 36, 1);
  --ui_control_toast_black: rgba(36, 36, 36, 1);
  --ui_module_list_grey: rgba(246, 246, 246, .4);
  --ui_control_bar_grey: rgba(191, 191, 191, 1);
  --ui_frame_bg_grey_4: rgba(250, 250, 250, 1);
}
.dark,
.dark [data-color-scheme-android='ignore'],
.dark body {
  --Blue: #245190;
  --BlueD: #24517d;
  --NewBlue: #1f4dc4;
  --NewBlueD: #3067d1;
  --Red: #c83f31;
  --RedD: #d14527;
  --Orange: #d17415;
  --Yellow: #d1a010;
  --Gold: #c49e74;
  --Green: #0e9853;
  --Cyan: #0da881;
  --Purple: #642dd1;
  --Brown: #774710;
  --A1: #a3a3a3;
  --A2: #7f7f7f;
  --A3: #5f5f5f;
  --A4: #484848;
  --A1T: rgba(255, 255, 255, .6);
  --A2T: rgba(255, 255, 255, .44);
  --A3T: rgba(255, 255, 255, .3);
  --A4T: rgba(255, 255, 255, .2);
  --A1D: rgba(255, 255, 255, .6);
  --A2D: rgba(255, 255, 255, .44);
  --A3D: rgba(255, 255, 255, .3);
  --A4D: rgba(255, 255, 255, .2);
  --BG_Grey: #0d0d0d;
  --BG_White: #1a1a1a;
  --BG_Frame: #262626;
  --BG_BlackT: rgba(255, 255, 255, .06);
  --BG_Video: rgba(57, 60, 71, .4);
  --Line: rgba(255, 255, 255, .08);
  --Border: rgba(255, 255, 255, .04);
  --Mask: rgba(0, 0, 0, .7);

  --selection: #374b40;
  --placeholder_bg: #3d4249;
  --White_Mask: #23282db3;
  --background: #1a1a1a;
  --BG_GREEN: rgba(26, 26, 26, 1);
  --Green1: #079d55;
  --A5T: #0000003d;
  --LightGreen: #7abc984d;
  --GenTableBorder: #0000000d;
  --GenTableBg: #33333308;
  --TableBorder: #00000014;
  --EditorSelected: rgba(54, 193, 146, .15);
  --white_main: #fff;
  --ui_control_bar_grey: var(--primary_black_6);
  --brand_color_green_primary: rgba(7, 157, 85, 1);
  --common_color_green: rgba(17, 207, 112, 1);
  --common_color_green_light: rgba(17, 207, 112, 1);
  --common_color_blue: rgba(32, 90, 239, 1);
  --common_color_red: rgba(255, 54, 54, 1);
  --common_color_orange: rgba(255, 137, 28, 1);
  --common_color_yellow: rgba(255, 204, 26, 1);
  --common_color_purple: rgba(128, 38, 245, 1);
  --ui_color_coldgrey: rgba(61, 63, 64, 1);
  --ui_color_green_highlight: rgba(122, 188, 152, .15);
  --ui_frame_firstpage_bg_mac: rgba(36, 36, 36, .9);
  --ui_frame_bg_grey_1: rgba(36, 36, 36, .75);
  --ui_frame_bg_grey_2: rgba(32, 32, 32, .6);
  --ui_frame_bg_grey_3: rgba(27, 27, 27, .7);
  --ui_module_bg_0: rgba(247, 247, 247, .1);
  --ui_module_bg_1: rgba(247, 247, 247, .08);
  --ui_module_bg_2: rgba(247, 247, 247, .06);
  --ui_module_bg_3: rgba(247, 247, 247, .05);
  --ui_popover_bg_1: rgba(44, 44, 44, 1);
  --ui_popover_bg_2: rgba(44, 44, 44, .8);
  --ui_popover_bg_3: rgba(50, 50, 50, 1);
  --primary_white_1: rgba(0, 0, 0, 1);
  --primary_white_2: rgba(0, 0, 0, .9);
  --primary_white_3: rgba(0, 0, 0, .7);
  --primary_white_4: rgba(0, 0, 0, .2);
  --ui_control_bg_black: rgba(255, 255, 255, .86);
  --primary_black_1: rgba(255, 255, 255, .86);
  --primary_black_2: rgba(255, 255, 255, .6);
  --primary_black_3: rgba(255, 255, 255, .44);
  --primary_black_4: rgba(255, 255, 255, .3);
  --primary_black_5: rgba(255, 255, 255, .24);
  --primary_black_6: rgba(255, 255, 255, .16);
  --primary_black_7: rgba(255, 255, 255, .12);
  --ui_border: rgba(255, 255, 255, .04);
  --ui_line: rgba(255, 255, 255, .08);
  --ui_line_white: rgba(0, 0, 0, .08);
  --ui_line_dark: rgba(255, 255, 255, .1);
  --ui_control_icon_white: rgba(36, 36, 36, 1);
  --ui_frame_bg_grey_light: rgba(72, 72, 72, 1);
  --common_color_yellowgreen: rgba(214, 232, 7, 1);
  --primary_black_0: rgba(255, 255, 255, 1);
  --ui_color_green_click: rgba(122, 188, 152, .3);
  --ui_control_tag_click: rgba(255, 255, 255, .1);
  --ui_frame_firstpage_search_bg: rgba(255, 255, 255, .15);
  --ui_control_bg: rgba(255, 255, 255, .04);
  --ui_frame_page_bg_1: rgba(26, 26, 26, .9);
  --ui_popover_bg_1_empty: rgba(44, 44, 44, 0);
  --ui_frame_page_bg_0: rgba(26, 26, 26, 1);
  --ui_control_card_bg_full: rgba(36, 36, 36, 1);
  --ui_emptystate_color_grey_d9: rgba(109, 109, 109, 1);
  --ui_emptystate_color_grey_cc: rgba(88, 88, 88, 1);
  --ui_emptystate_color_grey_d8: rgba(98, 98, 98, 1);
  --ui_emptystate_color_grey_8c: rgba(61, 61, 61, 1);
  --ui_emptystate_color_grey_b6: rgba(107, 107, 107, 1);
  --ui_emptystate_color_grey_ba: rgba(105, 105, 105, 1);
  --ui_emptystate_color_grey_ec: rgba(130, 130, 130, 1);
  --ui_emptystate_color_grey_72: rgba(36, 36, 36, 1);
  --ui_emptystate_color_white_ff: rgba(155, 155, 155, 1);
  --common_color_green_dark: rgba(32, 109, 72, 1);
  --ui_frame_bg_grey_0: rgba(26, 26, 26, 1);
  --common_color_blue_light: rgba(125, 175, 255, 1);
  --ui_color_green_highlight_full: rgba(40, 50, 45, 1);
  --ui_frame_firstpage_bg_win: rgba(36, 36, 36, 1);
  --ui_popover_line_white: rgba(255, 255, 255, .04);
  --primary_white_5: rgba(0, 0, 0, .1);
  --common_color_yellow_light: rgba(255, 245, 178, 1);
  --common_color_red_light: rgba(255, 125, 127, 1);
  --common_color_orange_light: rgba(253, 204, 140, 1);
  --common_color_purple_light: rgba(169, 136, 255, 1);
  --common_color_yellowgreen_dark: rgba(178, 194, 0, 1);
  --common_color_purplr_dark: rgba(107, 2, 188, 1);
  --common_color_red_dark: rgba(190, 3, 72, 1);
  --common_color_blue_dark: rgba(0, 33, 180, 1);
  --common_color_yellowgreen_light: rgba(231, 255, 125, 1);
  --common_color_orange_dark: rgba(233, 142, 39, 1);
  --common_color_yellow_dark: rgba(213, 181, 0, 1);
  --ui_search_line_dark: rgba(255, 255, 255, .35);
  --ui_color_greygreen: rgba(102, 166, 135, 1);
  --ui_frame_page_bg_2: rgba(26, 26, 26, .7);
  --ui_frame_page_bg_overlay: rgba(26, 26, 26, .8);
  --ui_color_coldgrey_shadow: rgba(19, 21, 22, .55);
  --ui_color_yellow_transparent: rgba(255, 245, 178, .3);
  --ui_module_bg_0_full: rgba(48, 48, 48, 1);
  --ui_module_bg_3_full: rgba(37, 37, 37, 1);
  --ui_control_bg_deepgrey: rgba(247, 247, 247, .8);
  --ui_color_green_highlight_full_mobile: rgba(40, 50, 45, 1);
  --ui_control_bg_full: rgba(35, 35, 35, 1);
  --ui_frame_bg_grey_0_empty: rgba(26, 26, 26, 0);
  --primary_black_1_full: rgba(223, 223, 223, 1);
  --ui_color_green_bg: rgba(122, 188, 152, .1);
  --ui_control_icon_black: rgba(255, 255, 255, 1);
  --ui_line_deep_dark: rgba(255, 255, 255, .25);
  --ui_control_button_black: rgba(58, 58, 58, 1);
  --ui_control_button_black_second: rgba(58, 58, 58, .3);
  --ui_control_chat_bubble: rgba(58, 58, 58, 1);
  --ui_control_toast_black: rgba(0, 0, 0, 1);
  --ui_module_list_grey: rgba(32, 32, 32, .4);
  --ui_control_bar_grey: rgba(255, 255, 255, .16);
  --ui_frame_bg_grey_4: rgba(26, 26, 26, 1);
}

/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
:root {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  font-weight: 400;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  --line-height: 1.75;
}
a {
  color: var(--Blue);
  text-decoration: inherit;
  font-weight: bold;
  /* pc: windows 500会出现直接没有加粗的效果哦 */
}
@supports (font-weight: 600) {
  a {
    font-weight: 600;
  }
}
a:hover {
  color: var(--Blue);
}
body,
html {
  font-size: var(--slate-p);
  margin: 0;
  min-width: 320px;
}
.qb-editor[data-content-before]::before {
  content: attr(data-content-before);
  display: block;
  font-weight: bold;
  font-size: 24px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  position: relative;
  margin-bottom: var(--qb-editor-space);
}
.qb-editor[data-title-placeholder].title-placeholder::before {
  content: attr(data-title-placeholder);
  color: var(--A4);
}
.qb-editor {
  font-size: var(--slate-p);
  line-height: 1.75;
  max-width: 960px;
  transform: translateZ(0);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
}
.qb-editor-caret {
  caret-color: var(--brand-color);
}
@supports (-webkit-mask: none) and (not (cater-color: var(--brand-color))) {
  .qb-editor-caret .qb-editor-caret {
    color: var(--brand-color);
  }
  .qb-editor-caret .qb-editor-caret::first-line {
    color: #242424;
  }
}
.qb-editor-caret.hide-caret {
  caret-color: transparent;
}
[data-slate-placeholder] {
  padding-left: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.qb-para-p2 [data-slate-placeholder], .qb-para-p3 [data-slate-placeholder], .slate-align-center [data-slate-placeholder], .slate-align-right [data-slate-placeholder], .slate-bold [data-slate-placeholder], .slate-underline [data-slate-placeholder], .slate-strikethrough [data-slate-placeholder], .slate-italic [data-slate-placeholder] {
  display: none !important;
}
::-moz-selection {
  color: currentColor;
  background-color: var(--selection);
}
::selection {
  color: currentColor;
  background-color: var(--selection);
}
[data-slate-string]::-moz-selection {
  color: currentColor;
  background-color: var(--selection);
}
[data-slate-string]::selection {
  color: currentColor;
  background-color: var(--selection);
}
[data-slate-zero-width] {
  pointer-events: none;
}
.qb-editor-space {
  margin-top: var(--qb-editor-space);
}
.qb-editor-title.slate-h1 {
  transition: transform 0s ease-out, opacity 0s ease-out;
  transform: translate(0, 0);
  opacity: 1;
}
.slate-h1, .slate-h2, .slate-h3, .slate-h4, .slate-h5, .slate-h6 {
  margin-top: var(--qb-editor-space);
  line-height: 1.7;
  --line-height: 1.7;
  font-weight: bold;
  /* pc: windows 500会出现直接没有加粗的效果哦 */
}
@supports (font-weight: 600) {
  .slate-h1, .slate-h2, .slate-h3, .slate-h4, .slate-h5, .slate-h6 {
    font-weight: 600;
  }
}
.slate-h1 {
  font-size: var(--slate-h1);
}
.slate-h2 {
  font-size: var(--slate-h2);
}
.slate-h3, .slate-h4, .slate-h5, .slate-h6 {
  font-size: var(--slate-h3-h6);
}
.slate-cursor-side {
  margin-top: var(--qb-editor-space);
}
.slate-italic {
  font-style: italic;
}
.slate-strikethrough {
  text-decoration: line-through;
}
.slate-underline {
  text-decoration: underline;
}
.slate-underline.slate-strikethrough {
  text-decoration: underline line-through;
}
.slate-bold {
  font-weight: bold;
}
.bg-selection .bg-selection {
  background-color: transparent;
}
.slate-backgroundColor::-moz-selection {
  background-color: transparent;
}
.slate-backgroundColor::selection {
  background-color: transparent;
}
/* 标题右对齐 placeholder 文字溢出处理 */
.fix-head-right::before {
  position: relative;
}
.bg-selection *::-moz-selection {
  background-color: transparent !important;
}
.bg-selection *::selection {
  background-color: transparent !important;
}:root {
  --qb-editor-space: 8px;
  --slate-p: 16px;
  --slate-p2: 14px;
  --slate-p3: 12px;
  --slate-h1: 20px;
  --slate-h2: 18px;
  --slate-h3-h6: 16px;
  --slate-indent-1: 27px;
}.shareAppButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ui_control_bg_black);
  color: var(--primary_white_1);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 8px;
  height: 40px;
  width: 343px;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  margin-bottom: 20px;
}.downloadGuideOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .44);
  z-index: 99999999;
}

  .downloadGuideOverlay .guideTips {
    margin-right: 12px;
    height: 36px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfcAAABQCAMAAAAzxcz3AAAASFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////neHiwAAAAF3RSTlMAMyBAv9+AYJ8Q8M+QoHAwf69QTW/MLWNAajAAAAjnSURBVHja7NMxikJBAATRYdHVrwYGwtz/pnZmoIGCIEy/d4WiBgAAAAAA8EW33XEbtLnOOc/Ct0l24fsku/B9kl34PskufJ9kF75PsgvfJ9mF75PswvdJduH7JLvwfZJd+D7JLnyfZBe+T7IL3yfZhe+T7ML3SXbh+yS78H2SXfg+yS58n21+4n+wiNP8wGWwiMN+vm3/N1jR7kXqB9VX9dz9OFjfc3ePNzj/Zvft3s6ZLroJAmF0OuxINNrle/83rSAGDZpUb7rn/PCSiEE4MCBJ2316wDdX5a+SH8Wlz/l3OrkYHJEzP1qhFwz3VrW0i7W0xbdPD+loBUtVbPdqKJWdE13LRBcYWiIl7RIgxqvUOoeFrroH57+hpxudXOTj/CFWGTrMVns7KekwBpBEChD0I3QvGO4a+lHFaItPT6A1TSmCUexeEW7GzOS9LlvIBbO84Mes7OW6g6mq1Vzjcxa/OCdyM7XxeoZKOdWdQpVpiYY5PfyIdwb2bIktKHIBwAygpx9heMHsrhH4hvsp3kW5MQu1GGpoXLbCe94NCvO1Q8op1X0paqNyMKvebbS7eb9A3LwbeJnhqXSvRny8zMxpc8C7kUvM1C+3mLpEGuoBkPQj2Bdsz2ksMC/3nltYVsN9Eq84NboyxkhYE1mX7Vhh4MRlDmfWxxNoKcEZi56XuFy7NEpFvgMJ3vLO6n7sTPkN9HQY0Ye861pML0c8lJzwaOQITbToYnzq6Sl1D1LulHclb4g8Ac4AcoY/4J29dJMx2HUcRuPuq3Hf50xW1t1aWQJXEoDqUr4ddK6e72KA9RgP3Z53C8Uz9BLvLBIDIEZKNglzSwkqNCpda05M79VFZ+d3gQ3OeRc2Ie0EMKXELF5d0nDXIw16HUmXjX+B8eDS8uA6Dcn5Rvt5NrSLmRjwakUOB6FxEhm74/0LwMTqSpGn3rEJ5+DepLGiq9n+oXcX4guhmjNh3tKLvDsxA4iZc3HeYBND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');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
  }
/* 设置 500 字重, 部分移动端设备失效, bold 作为兜底 */
/* 添加边框 */
/* 移除边框 */
.my-editor-node[placeholder]:empty:before {
  content: attr(placeholder);
  color: var(--primary_black_4);
  font-weight: bold;
  /* pc: windows 500会出现直接没有加粗的效果哦 */
}
@supports (font-weight: 600) {
  .my-editor-node[placeholder]:empty:before {
    font-weight: 600;
  }
}.note-meta-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 12px;
  color: var(--A4);
  margin: 12px 16px;
  z-index: 500;
}

.note-meta-info-owner {
  display: flex;
  align-items: center;
}

.note-meta-info-divider {
  width: 1px;
  height: 14px;
  background-color: var(--ui_border);
  margin: 0 8px;
}

.note-meta-info-head {
  height: 14px;
  width: 14px;
  border-radius: 2.5px;
  margin-right: 2px;
}.editor-review {
  opacity: .1;
  filter: blur(4px);
}

.editor-title {
  margin-top: 12px;
}.logo {
  background-image: url('https://img.ima.qq.com/wupload/xy/ima_tool/PghgqZ6u.png');
}

@media (prefers-color-scheme: dark) {
  .logo {
    background-image: url('https://img.ima.qq.com/wupload/xy/ima_tool/TomPcuj4.png');
  }
}

.pcLogo {
  width: 192px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mobileLogo {
  height: 24px;
  width: 171px;
  background-size: 171px 24px;
  background-repeat: no-repeat;
  background-position: center;
}.reloadButton {
  background: var(--primary_black_1);
  width: 136px;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  color: var(--A1T);
  font-size: 14px;
  background-color: rgba(0, 0, 0, .08);
}

.failText {
  color: var(--primary_black_1);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 24px;
}

.error-page-footer {
  position: fixed;
  bottom: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
}

.error-page-logo-pc {
  width: 192px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}.mobileContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  background-color: var(--ui_frame_bg_grey_0);
}

  .mobileContainer .mobileHeaderBar {
    padding: 16px;
    width: 100%;
    height: 64px;
    margin-bottom: 6px;
    z-index: 4;
  }

  .mobileContainer .contentContainer {
    flex: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .mobileContainer .footer {
    position: relative;
    height: 114px;
    width: 100%;
    display: flex;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    background: linear-gradient(0deg, var(--ui_frame_page_bg_0) 67.97%, var(--ui_frame_page_bg_overlay) 86.8%, var(--ui_popover_bg_1_empty) 104.57%);
  }

  .mobileContainer .footer.mask::before {
      content: '';
      position: absolute;
      top: -50px;
      left: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(180deg, var(--ui_popover_bg_1_empty) 0, var(--ui_frame_page_bg_2) 20px, var(--ui_control_bg_full) 50px);
    }.jumpHelperMask {
  z-index: 9999999999999999999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ui_popover_bg_2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

.jumpHelperDialog {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .16),
    0px 30px 70px 0px rgba(0, 0, 0, .15);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border: 1px solid var(--ui_popover_line_white);
  background-color: var(--ui_popover_bg_1);
}

.jumpHelperDialog .headerTitle {
    color: var(--primary_black_1);
    font-size: 16px;
  }

.jumpHelperDialog .iconList {
    height: 48px;
    display: flex;
    align-items: center;
    position: relative;
  }

.jumpHelperDialog .iconList .icon {
      width: 36px;
      height: 36px;
      border-radius: 8px;
    }

.jumpHelperDialog .iconList .imaIcon {
      margin-right: -8px;
      z-index: 3;
    }

.jumpHelperDialog .iconList .chromeIcon {
      margin-right: -12px;
      z-index: 2;
    }

.jumpHelperDialog .iconList .safariIcon {
      z-index: 1;
    }

.jumpHelperDialog .browserTips {
    color: var(--primary_black_3);
    font-size: 14px;
    line-height: 16px;
  }

.jumpHelperDialog .closeBtn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 8px;
    color: var(--primary_white_1);
    background-color: var(--ui_control_bg_black);
    cursor: pointer;
    font-size: 14px;
  }

.jumpHelperDialog .downLoadTip {
    line-height: 16px;
    font-size: 12px;
    color: var(--primary_black_3);
  }

.jumpHelperDialog .downLoadTip span {
      color: var(--brand_color_green_primary);
      cursor: pointer;
    }.pcContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--ui_frame_bg_grey_0);
}

  .pcContainer .footer {
    z-index: 999999;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 180px;
    width: 100%;
    background: linear-gradient(180deg, var(--ui_popover_bg_1_empty) -6.67%, var(--ui_frame_page_bg_overlay) 18.92%, var(--ui_frame_page_bg_0) 46.38%);
    display: flex;
    flex-direction: row;
  }

  .pcContainer .footer .footerBar {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 88px;
    }

  .pcContainer .footer .footerBar .footerBarContent {
        width: 100%;
        max-width: 964px;
        padding: 0 20px;
        height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
      }

  .pcContainer .footer .footerBar .footerBarContent .jumpPcImaButton {
          display: flex;
          align-items: center;
          justify-content: center;
          background: var(--ui_control_bg_black);
          color: var(--primary_white_1);
          font-size: 14px;
          line-height: 16px;
          border-radius: 8px;
          height: 40px;
          width: 128px;
          cursor: pointer;
        }

.pcBaseContent {
  margin-top: 20px;
  width: 100%;
  max-width: 955px;
}

.pcHeaderBar {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  max-width: 964px;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid var(--ui_line);
  -o-border-image: linear-gradient(to right,
  transparent 20px,
  var(--ui_line) 20px,
  var(--ui_line) calc(100% - 20px),
  transparent calc(100% - 20px)) 1;
     border-image: linear-gradient(to right,
  transparent 20px,
  var(--ui_line) 20px,
  var(--ui_line) calc(100% - 20px),
  transparent calc(100% - 20px)) 1;
}

.pcHeaderBar .pcHeaderLeft {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 144px;
    width: auto;
    flex: 1;
    margin-right: 20px;
    max-width: 750px;
  }

.pcHeaderBar .pcHeaderLeft .pcHeaderTitle {
      font-size: 24px;
      line-height: 42px;
      font-weight: 600;
      color: var(--primary_black_1);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

.pcHeaderBar .pcHeaderLeft .pcHeaderOwner {
      margin-top: 32px;
      font-size: 14px;
      line-height: 16px;
      color: var(--primary_black_3);
    }

.pcHeaderBar .pcHeaderLeft .pcHeaderTime {
      margin-top: 16px;
      font-size: 14px;
      line-height: 16px;
      color: var(--primary_black_3);
    }

.pcHeaderBar .pcHeaderRight {
    width: 145px;
    height: 145px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 5.538px 0px rgba(0, 0, 0, .08);
  }

.pcHeaderBar .qrCodeImg {
    width: 122px;
    height: 122px;
    -o-object-fit: cover;
       object-fit: cover;
  }