@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.loading-container{animation:.3s ease-out fadeIn}.loading-content{animation:.5s ease-out .1s both zoomIn}.loading-text{animation:.4s ease-out .3s both slideDown}.error-container{animation:.3s ease-out fadeIn}.error-content{animation:.5s ease-out .1s both zoomIn}.error-icon{animation:.6s ease-out .2s both bounceIn}.error-text{animation:.4s ease-out .4s both slideDown}.image-fade-in{will-change:opacity,transform;transition:opacity .6s ease-out,transform .6s ease-out,filter .6s ease-out;-webkit-transition:opacity .6s ease-out,-webkit-transform .6s ease-out,-webkit-filter .6s ease-out}@supports (filter:blur(1px)){.image-fade-in{will-change:filter,transform,opacity}}.image-progressive{transition:all .8s cubic-bezier(.25,.46,.45,.94)}.loading-spinner{transform-origin:50%;animation:1s linear infinite spin}.virtual-scroll-up-list{flex:1;margin:0;padding:0;position:relative;overflow:hidden auto}.virtual-scroll-up-list::-webkit-scrollbar{width:6px}.virtual-scroll-up-list::-webkit-scrollbar-track{background:#dededebf}.virtual-scroll-up-list::-webkit-scrollbar-thumb{border-radius:3px;background:#0000004d!important}.virtual-scroll-up-list::-webkit-scrollbar-thumb:hover{background:#00000080!important}.virtual-scroll-up-list .virtual-scroll-item{flex-shrink:0;width:100%}.virtual-scroll-up-list .icon-loading{z-index:999;opacity:.5;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.virtual-scroll-up-list .icon-loading img{width:20px;height:20px;animation:1s linear infinite spin}.virtual-scroll-up-list .loading-indicator{z-index:10;justify-content:center;align-items:center;font-size:14px;display:flex;position:sticky;top:-16px}.virtual-scroll-up-list .no-more-data-indicator{color:#9ca3af;z-index:10;justify-content:center;align-items:center;height:24px;font-size:12px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.virtual-scroll-up-list .scroll-to-bottom{cursor:pointer;z-index:100;position:fixed;bottom:140px;right:20px}.virtual-scroll-up-list .to-bottom-button{color:#9ca3af;cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:5px;font-size:16px;display:flex;box-shadow:0 0 10px #0000001a}@media (max-width:768px){.virtual-scroll-up-list::-webkit-scrollbar{width:0}.virtual-scroll-up-list .scroll-to-bottom{padding:10px 20px;font-size:14px;bottom:120px;right:16px}}.code-block{--padding:16px;line-height:20px}.code-block *{line-height:inherit}.code-block .json-view,.code-block pre{width:-moz-fit-content;width:fit-content;padding:var(--padding)}:root{--text:#17171d}.next-markdown-scroll-container::-webkit-scrollbar{display:none}.next-markdown{color:var(--text)!important;-webkit-font-smoothing:auto!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable Display,Segoe UI,Helvetica,Apple Color Emoji,Arial,sans-serif,Segoe UI Emoji,Segoe UI Symbol!important;font-size:15px!important}.next-markdown>br{margin:10px 0!important}.next-markdown h1,.next-markdown h2,.next-markdown h3,.next-markdown h4,.next-markdown h5,.next-markdown h6{color:var(--text)!important;font-weight:500!important;line-height:1.3!important}.next-markdown strong{color:#17171d!important;text-align:left!important;word-break:keep-all!important;font-weight:500!important}.next-markdown h1{padding-top:20px!important;padding-left:0!important;font-size:24px!important;position:relative!important}.next-markdown h1:before{content:""!important;background:var(--accent)!important;width:8px!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important}.next-markdown h2{margin-top:16px!important;margin-bottom:22px!important;font-size:20px!important}.next-markdown h3{margin-top:16px!important;margin-bottom:8px!important;font-size:18px!important}.next-markdown h4{margin-top:16px!important;margin-bottom:8px!important;font-size:16px!important}.next-markdown h5{margin-top:16px!important;margin-bottom:8px!important;font-size:14px!important}.next-markdown h6{margin-top:16px!important;margin-bottom:8px!important;font-size:12px!important}.next-markdown p{letter-spacing:normal;color:#3f3f44!important;text-align:left!important;margin:5px 0!important;font-size:15px!important;font-weight:400!important;line-height:1.8!important}.next-markdown p br{display:none!important}.next-markdown a{color:var(--accent)!important;-webkit-text-decoration:none!important;text-decoration:none!important}.next-markdown a:hover{-webkit-text-decoration:none!important;text-decoration:none!important}.next-markdown code{border:none!important;border-radius:6px!important;padding:2px 6px!important}.next-markdown pre{background:#fafafa!important;border-radius:10px!important;padding:12px!important;overflow:auto!important}.next-markdown pre code{background:0 0!important;border:none!important;padding:0!important}.next-markdown blockquote{color:#aab3c2!important;background:#ffffff05!important;border-left:3px solid #3a4252!important;margin:1em 0!important;padding:8px 12px!important}.next-markdown ul,.next-markdown ol{margin-bottom:0!important;padding-bottom:6px!important;padding-left:1.2em!important;font-weight:400!important;line-height:1.9!important}.next-markdown li{margin:3px 0!important}.next-markdown table{border-collapse:collapse!important;background-color:#f0f0ef!important;border-radius:6px!important;width:100%!important;overflow:hidden!important}.next-markdown th,.next-markdown td{border:1px solid #0000000f!important;padding:8px 10px!important}.next-markdown hr{background:#e3e4e5!important;border:none!important;height:1px!important;margin:12px 0!important}.next-markdown button{cursor:pointer!important;background:0 0!important;border:none!important;outline:none!important}.next-markdown:where(.next-markdown){--csstools-color-scheme--light:initial;--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;word-wrap:break-word;word-break:break-all;text-align:justify;max-width:none;font-size:14px;line-height:1.75;position:relative}:where(.next-markdown)>:first-child{margin-top:0!important}:where(.next-markdown) .katex-display{overflow:auto hidden}:where(.next-markdown) details{display:block}:where(.next-markdown) figcaption{display:block}:where(.next-markdown) figure{display:block}:where(.next-markdown) summary{display:list-item}:where(.next-markdown) abbr[title]{border-bottom-width:0;text-decoration-line:underline;text-decoration-style:dotted}:where(.next-markdown) b{font-weight:600}:where(.next-markdown) dfn{font-style:italic}:where(.next-markdown) mark{--un-bg-opacity:1;background-color:#fff8c5;background-color:rgba(255,248,197,var(--un-bg-opacity));--un-text-opacity:1;color:rgba(31,35,40,var(--un-text-opacity))}:where(.next-markdown) small{font-size:90%}:where(.next-markdown) sub{font-size:75%;line-height:1;position:relative}:where(.next-markdown) sup{font-size:75%;line-height:1;position:relative}:where(.next-markdown) sub{bottom:-.25em}:where(.next-markdown) sup{top:-.5em}:where(.next-markdown) figure{margin:1em 10px}:where(.next-markdown) input{margin:0;font-family:inherit;overflow:visible}:where(.next-markdown) [type=button]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}:where(.next-markdown) [type=reset]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}:where(.next-markdown) [type=submit]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}:where(.next-markdown) [type=checkbox]{box-sizing:border-box;padding:0}:where(.next-markdown) [type=radio]{box-sizing:border-box;padding:0}:where(.next-markdown) ::-moz-placeholder{--un-text-opacity:1;color:rgba(89,99,110,var(--un-text-opacity));opacity:1}:where(.next-markdown) ::placeholder{--un-text-opacity:1;color:rgba(89,99,110,var(--un-text-opacity));opacity:1}:where(.next-markdown) details summary{cursor:pointer}:where(.next-markdown) h1 tt{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h1 code{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h2 tt{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h2 code{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h3 tt{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h3 code{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h4 tt{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h4 code{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h5 tt{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h5 code{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h6 tt{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) h6 code{font-size:inherit;margin-left:.125rem;margin-right:.125rem;padding-left:.2em;padding-right:.2em}:where(.next-markdown) summary h1{display:inline-block}:where(.next-markdown) summary h2{display:inline-block}:where(.next-markdown) summary h3{display:inline-block}:where(.next-markdown) summary h4{display:inline-block}:where(.next-markdown) summary h5{display:inline-block}:where(.next-markdown) summary h6{display:inline-block}:where(.next-markdown) summary h1{border-bottom-width:0;padding-bottom:0}:where(.next-markdown) summary h2{border-bottom-width:0;padding-bottom:0}:where(.next-markdown) ol li::marker{font-weight:600}:where(.next-markdown) ol ol{list-style-type:lower-roman}:where(.next-markdown) ul ol{list-style-type:lower-roman}:where(.next-markdown) ul ul ol{list-style-type:lower-alpha}:where(.next-markdown) ul ol ol{list-style-type:lower-alpha}:where(.next-markdown) ol ul ol{list-style-type:lower-alpha}:where(.next-markdown) ol ol ol{list-style-type:lower-alpha}:where(.next-markdown) div>ol:not([type]){list-style-type:decimal}:where(.next-markdown) ul ul{margin-top:0;margin-bottom:0}:where(.next-markdown) ul ol{margin-top:0;margin-bottom:0}:where(.next-markdown) ol ol{margin-top:0;margin-bottom:0}:where(.next-markdown) ol ul{margin-top:0;margin-bottom:0}:where(.next-markdown) dl{padding:0}:where(.next-markdown) dl dt{margin-top:4px;padding:0;font-size:1rem;font-style:italic;font-weight:600;line-height:1.5rem}:where(.next-markdown) dl dd{margin-bottom:4px;margin-left:0;padding-left:4px;padding-right:4px}:where(.next-markdown) dl{margin-top:0;margin-bottom:4px}:where(.next-markdown) details{margin-top:0;margin-bottom:4px}:where(.next-markdown) kbd{--un-border-opacity:.7;border-width:1px;border-color:#d1d9e0b3;border-color:rgba(209,217,224,var(--un-border-opacity));--un-bg-opacity:1;background-color:#f6f8fa;background-color:rgba(246,248,250,var(--un-bg-opacity));vertical-align:middle;--un-text-opacity:1;color:rgba(31,35,40,var(--un-text-opacity));--un-shadow:inset 0 -1px 0 var(--un-shadow-color,#d1d9e0b3);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),inset 0 -1px 0 #d1d9e0b3;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);border-radius:6px;padding:1px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;line-height:1rem;display:inline-block}:where(.next-markdown) samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1rem;line-height:1.5rem}:where(.next-markdown) tt{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75em}:where(.next-markdown) tt{--un-bg-opacity:.12;background-color:#818b981f;background-color:rgba(129,139,152,var(--un-bg-opacity));white-space:break-spaces;border-radius:6px;margin:0;padding:.2em .4em;font-size:85%}:where(.next-markdown) pre{white-space:pre;word-break:break-all;--un-bg-opacity:1;background-color:#fafafa;background-color:rgba(250,250,250,var(--un-bg-opacity));word-wrap:normal;border-radius:6px;margin-top:0;margin-bottom:4px;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1rem;line-height:1.5rem}:where(.next-markdown) pre code{line-height:inherit;max-width:auto;word-wrap:normal;background-color:#0000;border-width:0;margin:0;padding:0;display:inline;overflow:visible}:where(.next-markdown) pre tt{line-height:inherit;max-width:auto;word-wrap:normal;background-color:#0000;border-width:0;margin:0;padding:0;display:inline;overflow:visible}:where(.next-markdown) code br{display:none}:where(.next-markdown) tt br{display:none}:where(.next-markdown) del code{-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}.icon{vertical-align:-.15em;fill:currentColor;width:1em;height:1em;overflow:hidden}.placeholder-editor{outline:none;line-height:24px;position:relative}.placeholder-editor *{line-height:24px}.placeholder-editor .ProseMirror{outline:none}.placeholder-editor-pop{transform-origin:top;z-index:1100;background:#fff;border-radius:8px;flex-direction:column;gap:4px;width:104px;padding:4px;transition:transform .3s,opacity .15s;display:flex;position:absolute;box-shadow:0 8px 24px #0000001f}.placeholder-editor-pop-show{opacity:1;transform:none}.placeholder-editor-pop-hidden{opacity:0;pointer-events:none;transform:scaleY(.25)}.placeholder-editor-pop-item{cursor:pointer;border-radius:6px;align-items:center;height:32px;padding:0 12px;display:flex}.placeholder-editor-pop-item:hover{background-color:#62699914}.placeholder-editor-pop-item.placeholder-editor-pop-item-active{background:#7b61ff14}.pe-input{word-break:keep-all;white-space:nowrap;outline:none;line-height:22px;display:inline-block}.pe-input *{line-height:22px}.pe-input-wrap{color:#7b61ff;background:#7b61ff14;border-radius:4px;margin:0 4px;padding:0 4px;display:inline-block;position:relative}.pe-input-placeholder{opacity:.5;cursor:text;pointer-events:none;color:#7b61ff;display:none}.pe-input-value{outline:none;width:100%}.pe-input-value:empty{outline:none;width:auto;position:absolute;top:0;bottom:0;left:4px;right:4px}.pe-input-value:empty+.pe-input-placeholder{display:inline}.pe-select{word-break:keep-all;white-space:nowrap;outline:none;line-height:22px;display:inline-block}.pe-select *{line-height:22px}.pe-select-wrap{color:#7b61ff;background:#7b61ff14;border-radius:4px;margin:0 4px;padding:0 4px;display:inline-block;position:relative}.pe-select-placeholder{opacity:.5;cursor:text;pointer-events:none;color:#7b61ff;margin-right:4px;display:none}.pe-select-value{outline:none;width:100%;margin-right:4px}.pe-select-value:empty{outline:none;width:auto;margin:0;position:absolute;top:0;bottom:0;left:4px;right:4px}.pe-select-value:empty+.pe-select-placeholder{display:inline}.pe-select-arrow{vertical-align:top;width:12px;height:22px;display:inline-block;position:relative}.pe-select-arrow:before{content:" ";background-color:#7b61ff;border-radius:4px;width:6px;height:2px;display:block;position:absolute;top:calc(50% - 1px);left:calc(50% - 5px);transform:rotate(40deg)}.pe-select-arrow:after{content:" ";background-color:#7b61ff;border-radius:4px;width:6px;height:2px;display:block;position:absolute;top:calc(50% - 1px);right:calc(50% - 4px);transform:rotate(-40deg)}