@farris/x-ui 0.0.7 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/agent-thinking/index.d.ts +7 -0
  2. package/agent-thinking/src/types.d.ts +7 -0
  3. package/attachment-file/index.d.ts +7 -0
  4. package/attachment-file/src/types.d.ts +10 -0
  5. package/bubble/src/bubble.component.d.ts +6 -0
  6. package/bubble/src/bubble.props.d.ts +13 -0
  7. package/bubble/src/components/attachment/bubble-attachment.component.d.ts +3 -0
  8. package/bubble/src/components/attachment/bubble-attachment.props.d.ts +5 -0
  9. package/bubble/src/components/bubble-think/bubble-think.props.d.ts +1 -1
  10. package/bubble/src/components/text-content/composition/block-type.d.ts +7 -5
  11. package/bubble/src/components/text-content/utils/block-renderer.d.ts +1 -1
  12. package/bubble/src/composition/types.d.ts +4 -2
  13. package/bubble/src/composition/use-widget-content.d.ts +1 -2
  14. package/components.d.ts +31 -2
  15. package/error-reminder/index.d.ts +7 -0
  16. package/error-reminder/src/types.d.ts +7 -0
  17. package/farris.x-ui.esm.js +5736 -5584
  18. package/farris.x-ui.umd.cjs +76 -76
  19. package/hitl-question/index.d.ts +7 -0
  20. package/hitl-question/src/types.d.ts +43 -0
  21. package/index.css +1 -1
  22. package/input-recommend/index.d.ts +7 -0
  23. package/input-recommend/src/types.d.ts +33 -0
  24. package/link-card/index.d.ts +7 -0
  25. package/link-card/src/types.d.ts +14 -0
  26. package/package.json +1 -1
  27. package/prompts/src/components/prompt.component.d.ts +1 -1
  28. package/prompts/src/prompts.component.d.ts +3 -3
  29. package/reference-sources/index.d.ts +7 -0
  30. package/reference-sources/src/types.d.ts +9 -0
  31. package/tool-use/index.d.ts +1 -0
  32. package/tool-use/src/tool-use.component.d.ts +2 -2
  33. package/tool-use/src/types.d.ts +22 -0
  34. package/unknown-enterprise/index.d.ts +7 -0
  35. package/unknown-enterprise/src/types.d.ts +7 -0
  36. package/user-auth/index.d.ts +7 -0
  37. package/user-auth/src/types.d.ts +13 -0
  38. package/bubble/src/components/text-content/renderers/a2ui-renderer.d.ts +0 -3
  39. package/bubble/src/components/text-content/utils/widget-to-messages.d.ts +0 -44
  40. package/enterprise-cloud/index.d.ts +0 -16
  41. package/enterprise-cloud/src/types.d.ts +0 -155
  42. /package/{enterprise-cloud → agent-thinking}/src/agent-thinking.component.d.ts +0 -0
  43. /package/{enterprise-cloud → attachment-file}/src/attachment-file.component.d.ts +0 -0
  44. /package/{enterprise-cloud → error-reminder}/src/error-reminder.component.d.ts +0 -0
  45. /package/{enterprise-cloud → hitl-question}/src/hitl-question.component.d.ts +0 -0
  46. /package/{enterprise-cloud → input-recommend}/src/input-recommend.component.d.ts +0 -0
  47. /package/{enterprise-cloud → link-card}/src/link-card.component.d.ts +0 -0
  48. /package/{enterprise-cloud → reference-sources}/src/reference-sources.component.d.ts +0 -0
  49. /package/{enterprise-cloud → unknown-enterprise}/src/unknown-enterprise.component.d.ts +0 -0
  50. /package/{enterprise-cloud → user-auth}/src/user-auth.component.d.ts +0 -0
package/index.css CHANGED
@@ -1 +1 @@
1
- @charset "UTF-8";.md-editor .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #eee;--md-theme-color-hover: #eee;--md-theme-color-hover-inset: #ddd;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #e6e6e6;--md-theme-border-color-reverse: #bebebe;--md-theme-border-color-inset: #d6d6d6;--md-theme-bg-color: #fff;--md-theme-bg-color-inset: #ececec;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #fff;--md-theme-code-active-color: #61aeee;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor-dark .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #222;--md-theme-color-hover: #191919;--md-theme-color-hover-inset: #444;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #2d2d2d;--md-theme-border-color-reverse: #e6e6e6;--md-theme-border-color-inset: #5a5a5a;--md-theme-bg-color: #000;--md-theme-bg-color-inset: #111;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #3a3a3a;--md-theme-code-active-color: #e6c07b;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor .md-editor-admonition-note{--md-admonition-color: #212121;--md-admonition-bg-color: #FFFFFF;--md-admonition-border-color: rgb(166.2, 166.2, 166.2)}.md-editor .md-editor-admonition-tip{--md-admonition-color: #616161;--md-admonition-bg-color: #F5F5F5;--md-admonition-border-color: rgb(185.8, 185.8, 185.8)}.md-editor .md-editor-admonition-info{--md-admonition-color: #424242;--md-admonition-bg-color: #F0F0F0;--md-admonition-border-color: rgb(170.4, 170.4, 170.4)}.md-editor .md-editor-admonition-quote{--md-admonition-color: #455a64;--md-admonition-bg-color: #eceff1;--md-admonition-border-color: rgb(169.2, 179.4, 184.6)}.md-editor .md-editor-admonition-abstract{--md-admonition-color: #0288d1;--md-admonition-bg-color: #e1f5fe;--md-admonition-border-color: rgb(135.8, 201.4, 236)}.md-editor .md-editor-admonition-attention{--md-admonition-color: #1e88e5;--md-admonition-bg-color: #e3f2fd;--md-admonition-border-color: rgb(148.2, 199.6, 243.4)}.md-editor .md-editor-admonition-example{--md-admonition-color: #5e35b1;--md-admonition-bg-color: #ede7f6;--md-admonition-border-color: rgb(179.8, 159.8, 218.4)}.md-editor .md-editor-admonition-hint{--md-admonition-color: #00897B;--md-admonition-bg-color: #E0F2F1;--md-admonition-border-color: rgb(134.4, 200, 193.8)}.md-editor .md-editor-admonition-success{--md-admonition-color: #388e3c;--md-admonition-bg-color: #e8f5e9;--md-admonition-border-color: rgb(161.6, 203.8, 163.8)}.md-editor .md-editor-admonition-question{--md-admonition-color: #f9a825;--md-admonition-bg-color: #fffde7;--md-admonition-border-color: rgb(252.6, 219, 153.4)}.md-editor .md-editor-admonition-caution{--md-admonition-color: #fb8c00;--md-admonition-bg-color: #fff8e1;--md-admonition-border-color: rgb(253.4, 204.8, 135)}.md-editor .md-editor-admonition-warning{--md-admonition-color: #f57c00;--md-admonition-bg-color: #fff3e0;--md-admonition-border-color: rgb(251, 195.4, 134.4)}.md-editor .md-editor-admonition-danger{--md-admonition-color: #d84315;--md-admonition-bg-color: #ffebee;--md-admonition-border-color: rgb(239.4, 167.8, 151.2)}.md-editor .md-editor-admonition-failure{--md-admonition-color: #d32f2f;--md-admonition-bg-color: #fee2e6;--md-admonition-border-color: rgb(236.8, 154.4, 156.8)}.md-editor .md-editor-admonition-bug{--md-admonition-color: #c31a1a;--md-admonition-bg-color: #fddadd;--md-admonition-border-color: rgb(229.8, 141.2, 143)}.md-editor .md-editor-admonition-error{--md-admonition-color: #b71c1c;--md-admonition-bg-color: #fdd2d6;--md-admonition-border-color: rgb(225, 137.2, 139.6)}.md-editor-dark .md-editor-admonition-note{--md-admonition-color: #E0E0E0;--md-admonition-bg-color: #1E1E1E;--md-admonition-border-color: rgb(107.6, 107.6, 107.6)}.md-editor-dark .md-editor-admonition-tip{--md-admonition-color: #B0B0B0;--md-admonition-bg-color: #262626;--md-admonition-border-color: rgb(93.2, 93.2, 93.2)}.md-editor-dark .md-editor-admonition-info{--md-admonition-color: #B3B3B3;--md-admonition-bg-color: #2B2B2B;--md-admonition-border-color: rgb(97.4, 97.4, 97.4)}.md-editor-dark .md-editor-admonition-quote{--md-admonition-color: #b0bec5;--md-admonition-bg-color: #263238;--md-admonition-border-color: rgb(93.2, 106, 112.4)}.md-editor-dark .md-editor-admonition-abstract{--md-admonition-color: #81d4fa;--md-admonition-bg-color: #012f45;--md-admonition-border-color: rgb(52.2, 113, 141.4)}.md-editor-dark .md-editor-admonition-attention{--md-admonition-color: #64b5f6;--md-admonition-bg-color: #102a4c;--md-admonition-border-color: rgb(49.6, 97.6, 144)}.md-editor-dark .md-editor-admonition-example{--md-admonition-color: #9575cd;--md-admonition-bg-color: #271b52;--md-admonition-border-color: rgb(83, 63, 131.2)}.md-editor-dark .md-editor-admonition-hint{--md-admonition-color: #4DB6AC;--md-admonition-bg-color: #003D3A;--md-admonition-border-color: rgb(30.8, 109.4, 103.6)}.md-editor-dark .md-editor-admonition-success{--md-admonition-color: #81c784;--md-admonition-bg-color: #1b5e20;--md-admonition-border-color: rgb(67.8, 136, 72)}.md-editor-dark .md-editor-admonition-question{--md-admonition-color: #ffd54f;--md-admonition-bg-color: #3e2f00;--md-admonition-border-color: rgb(139.2, 113.4, 31.6)}.md-editor-dark .md-editor-admonition-caution{--md-admonition-color: #ffcc80;--md-admonition-bg-color: #3e2600;--md-admonition-border-color: rgb(139.2, 104.4, 51.2)}.md-editor-dark .md-editor-admonition-warning{--md-admonition-color: #ffb74d;--md-admonition-bg-color: #3d2600;--md-admonition-border-color: rgb(138.6, 96, 30.8)}.md-editor-dark .md-editor-admonition-danger{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0000;--md-admonition-border-color: rgb(131.6, 61.6, 61.6)}.md-editor-dark .md-editor-admonition-failure{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0900;--md-admonition-border-color: rgb(131.6, 67, 61.6)}.md-editor-dark .md-editor-admonition-bug{--md-admonition-color: #e68381;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(120.8, 52.4, 51.6)}.md-editor-dark .md-editor-admonition-error{--md-admonition-color: #ef5350;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(124.4, 33.2, 32)}.md-editor-preview .md-editor-admonition{background-color:var(--md-admonition-bg-color);border:1px solid var(--md-admonition-border-color);border-radius:var(--md-theme-radius-m);color:var(--md-admonition-color);display:flow-root;font-size:14px;font-weight:400;margin:1rem 0;padding:1em 1em .5em;page-break-inside:avoid}.md-editor-preview .md-editor-admonition-title{margin:0;padding:0;position:relative;font-weight:700}.md-editor-preview .md-editor-admonition p{margin:.5em 0;padding:0}.md-editor-preview .md-editor-admonition p:first-of-type{margin-block-start:0}.md-editor-preview .md-editor-admonition+p:empty,.md-editor-preview .md-editor-admonition+p:empty+p:empty{display:none}.md-editor-preview .md-editor-mermaid{overflow:hidden;line-height:normal}.md-editor-preview .md-editor-mermaid p{line-height:normal}.md-editor-preview .md-editor-mermaid:not([data-processed]){white-space:pre}.md-editor-preview [class=md-editor-mermaid][data-grab]{cursor:grab}.md-editor-preview [class=md-editor-mermaid][data-grab]:active{cursor:grabbing}.md-editor-preview [class=md-editor-mermaid][data-processed]{position:relative;display:flex;justify-content:center;align-items:center}.md-editor-preview [class=md-editor-mermaid][data-processed] svg{transform-origin:top left}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action{position:absolute;inset-block-start:10px;inset-inline-end:10px;z-index:1;opacity:0;transition:opacity .3s;cursor:pointer;display:flex;gap:8px}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action svg{padding:6px;border-radius:4px;background-color:var(--md-bk-color-outstand)}.md-editor-preview [class=md-editor-mermaid][data-processed]:hover .md-editor-mermaid-action{opacity:1}.md-editor-katex-block{text-align:center;margin:20px}.md-editor-katex-inline,.md-editor-katex-block{display:none;direction:ltr}.md-editor-katex-inline[data-processed]{display:initial}.md-editor-katex-block[data-processed]{display:block}.md-editor .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-dark .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-preview code{direction:ltr;color:var(--md-theme-code-inline-color);background-color:var(--md-theme-code-inline-bg-color);border-radius:var(--md-theme-code-inline-radius);padding:2px 4px;line-height:22px}.md-editor-preview .md-editor-code{color:var(--md-theme-code-block-color);font-size:12px;line-height:1;margin:20px 0;position:relative}.md-editor-preview .md-editor-code input[type=radio],.md-editor-preview .md-editor-code input[type=radio]+pre,.md-editor-preview .md-editor-code input[type=radio]+span.md-editor-code-lang{display:none}.md-editor-preview .md-editor-code input:checked+pre,.md-editor-preview .md-editor-code input:checked+span.md-editor-code-lang{display:block}.md-editor-preview .md-editor-code input:checked+label{border-block-end:1px solid;color:var(--md-theme-code-active-color)}.md-editor-preview .md-editor-code .md-editor-code-head{display:grid;grid-template:"1fr 1fr";justify-content:space-between;height:32px;width:100%;font-size:12px;background-color:var(--md-theme-code-before-bg-color);margin-block-end:0;border-start-start-radius:var(--md-theme-code-block-radius);border-start-end-radius:var(--md-theme-code-block-radius);-webkit-tap-highlight-color:rgba(0,0,0,0);list-style:none;position:sticky;top:0;z-index:10000}.md-editor-preview .md-editor-code .md-editor-code-head::-webkit-details-marker{display:none}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag{margin-inline-start:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span{display:inline-block;width:10px;height:10px;border-radius:50%;margin-block-start:11px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(1){background-color:#ec6a5e}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(2){background-color:#f4bf4f}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(3){background-color:#61c554}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span+span{margin-inline-start:4px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label{box-sizing:border-box;white-space:nowrap;-webkit-user-select:none;user-select:none;background-color:var(--md-theme-code-block-bg-color);margin-block-start:8px;padding:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li{line-height:1;list-style:none;display:inline-block;position:relative;vertical-align:super;margin:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li label{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-block;font-size:14px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li+li{margin-inline-start:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action{display:flex;align-items:center}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action>*{margin-inline-end:10px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-lang{line-height:32px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon){cursor:pointer;line-height:32px;position:initial}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon) .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]{cursor:pointer;line-height:1;position:relative}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon] .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before{content:attr(data-tips);color:var(--md-theme-code-copy-tips-color);background-color:var(--md-theme-code-copy-tips-bg-color);position:absolute;font-size:12px;font-family:sans-serif;width:max-content;text-align:center;padding:4px;border-radius:var(--md-theme-radius-s);box-shadow:0 0 2px #0003;inset-inline-start:-10px;inset-block-start:50%;transform:translate(-100%,-50%)}[dir=rtl] .md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before{transform:translate(100%,-50%)}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{content:"";color:var(--md-theme-code-copy-tips-bg-color);position:absolute;width:0;height:0;border:5px solid rgba(0,0,0,0);border-inline-end-width:0;border-inline-start-color:currentColor;inset-inline-start:-10px;inset-block-start:50%;transform:translateY(-50%);filter:drop-shadow(4px 0 2px rgba(0,0,0,.2))}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{visibility:hidden;transition:.3s}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:after{visibility:visible}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips{margin-inline-end:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{width:16px;height:16px;font-size:16px;display:inline-block;vertical-align:sub;transition:transform .1s;transform:rotate(0)}[dir=rtl] .md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,[dir=rtl] .md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(180deg)}.md-editor-preview .md-editor-code pre{position:relative;margin:0}.md-editor-preview .md-editor-code pre code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:14px;color:var(--md-theme-code-block-color);background-color:var(--md-theme-code-before-bg-color);display:block;line-height:1.6;overflow:auto;padding:1em;position:relative;border-start-start-radius:0;border-start-end-radius:0;border-end-start-radius:var(--md-theme-code-block-radius);border-end-end-radius:var(--md-theme-code-block-radius)}.md-editor-preview .md-editor-code pre code .md-editor-code-block{display:inline-block;width:100%;overflow:auto;vertical-align:bottom;color:var(--md-theme-code-block-color)}.md-editor-preview details.md-editor-code .md-editor-code-head{cursor:pointer}.md-editor-preview details.md-editor-code:not(open) .md-editor-code-head{border-end-start-radius:var(--md-theme-code-block-radius);border-end-end-radius:var(--md-theme-code-block-radius)}.md-editor-preview details.md-editor-code[open] .md-editor-code-head{border-end-start-radius:0;border-end-end-radius:0}.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(-90deg)}[dir=rtl] .md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,[dir=rtl] .md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(270deg)}.md-editor-scrn span[rn-wrapper]{position:absolute;pointer-events:none;font-size:100%;inset-block-start:1em;inset-inline-start:0;width:3em;letter-spacing:-1px;-webkit-user-select:none;user-select:none;counter-reset:linenumber}.md-editor-scrn span[rn-wrapper]>span{display:block;pointer-events:none;counter-increment:linenumber}.md-editor-scrn span[rn-wrapper]>span:before{color:#999;display:block;padding-inline-end:.5em;text-align:right;content:counter(linenumber)}.md-editor-scrn pre code{padding-inline-start:3.5em!important}.md-editor-preview figure{margin:0 0 1em;display:inline-flex;flex-direction:column;text-align:center}.md-editor-preview figure figcaption{color:var(--md-theme-color);font-size:.875em;margin-block-start:5px}.md-editor .md-editor-preview{--md-theme-heading-color: var(--md-theme-color);--md-theme-heading-border: none;--md-theme-heading-1-color: var(--md-theme-heading-color);--md-theme-heading-1-border: var(--md-theme-heading-border);--md-theme-heading-2-color: var(--md-theme-heading-color);--md-theme-heading-2-border: var(--md-theme-heading-border);--md-theme-heading-3-color: var(--md-theme-heading-color);--md-theme-heading-3-border: var(--md-theme-heading-border);--md-theme-heading-4-color: var(--md-theme-heading-color);--md-theme-heading-4-border: var(--md-theme-heading-border);--md-theme-heading-5-color: var(--md-theme-heading-color);--md-theme-heading-5-border: var(--md-theme-heading-border);--md-theme-heading-6-color: var(--md-theme-heading-color);--md-theme-heading-6-border: var(--md-theme-heading-border)}.md-editor-preview h1,.md-editor-preview h2,.md-editor-preview h3,.md-editor-preview h4,.md-editor-preview h5,.md-editor-preview h6{position:relative;word-break:break-all;margin:1.4em 0 .8em;font-weight:700}.md-editor-preview h1 a,.md-editor-preview h2 a,.md-editor-preview h3 a,.md-editor-preview h4 a,.md-editor-preview h5 a,.md-editor-preview h6 a,.md-editor-preview h1 a:hover,.md-editor-preview h2 a:hover,.md-editor-preview h3 a:hover,.md-editor-preview h4 a:hover,.md-editor-preview h5 a:hover,.md-editor-preview h6 a:hover{color:inherit}.md-editor-preview h1{color:var(--md-theme-heading-1-color);border-block-end:var(--md-theme-heading-1-border)}.md-editor-preview h2{color:var(--md-theme-heading-2-color);border-block-end:var(--md-theme-heading-2-border)}.md-editor-preview h3{color:var(--md-theme-heading-3-color);border-block-end:var(--md-theme-heading-3-border)}.md-editor-preview h4{color:var(--md-theme-heading-4-color);border-block-end:var(--md-theme-heading-4-border)}.md-editor-preview h5{color:var(--md-theme-heading-5-color);border-block-end:var(--md-theme-heading-5-border)}.md-editor-preview h6{color:var(--md-theme-heading-6-color);border-block-end:var(--md-theme-heading-6-border)}.md-editor-preview h1{font-size:2em}.md-editor-preview h2{font-size:1.5em}.md-editor-preview h3{font-size:1.25em}.md-editor-preview h4{font-size:1em}.md-editor-preview h5{font-size:.875em}.md-editor-preview h6{font-size:.85em}.md-editor-preview hr{height:1px;margin:10px 0;border:none;border-block-start:1px solid var(--md-theme-border-color)}.md-editor-preview a{color:var(--md-theme-link-color);text-decoration:none;transition:color .1s}.md-editor-preview a:hover{color:var(--md-theme-link-hover-color)}.md-editor-preview a:empty:before{content:attr(href)}.md-editor-preview ol,.md-editor-preview ul{padding-inline-start:2em}.md-editor-preview ol .task-list-item,.md-editor-preview ul .task-list-item{list-style-type:none}.md-editor-preview ol .task-list-item input,.md-editor-preview ul .task-list-item input{margin-inline-start:-1.5em;margin-inline-end:.1em}.md-editor-preview img{max-width:100%}.md-editor-preview p:empty{display:none}.md-editor .md-editor-preview{--md-theme-quote-color: var(--md-theme-color);--md-theme-quote-border: none;--md-theme-quote-bg-color: inherit}.md-editor-preview blockquote{padding:0 1em;color:var(--md-theme-quote-color);border-inline-start:var(--md-theme-quote-border);background-color:var(--md-theme-quote-bg-color)}.md-editor .md-editor-preview{--md-theme-table-stripe-color: #fafafa;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-dark .md-editor-preview{--md-theme-table-stripe-color: #0c0c0c;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-preview table tr{background-color:var(--md-theme-table-tr-bg-color)}.md-editor-preview table tr th,.md-editor-preview table tr td{border:1px solid var(--md-theme-table-td-border-color)}.md-editor-preview table tr:nth-child(2n){background-color:var(--md-theme-table-stripe-color)}.md-editor-preview{color:var(--md-theme-color)}.md-editor-preview ::-webkit-scrollbar{width:6px;height:6px}.md-editor-preview ::-webkit-scrollbar-button:vertical{display:none}.md-editor-preview ::-webkit-scrollbar-corner,.md-editor-preview ::-webkit-scrollbar-track,.md-editor-preview ::-webkit-scrollbar-thumb{border-radius:2px}.md-editor .md-editor-preview ::-webkit-scrollbar-corner,.md-editor .md-editor-preview ::-webkit-scrollbar-track{background-color:#e2e2e2}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#0000004d}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#00000059}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#00000061}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-corner,.md-editor-dark .md-editor-preview ::-webkit-scrollbar-track{background-color:#0f0f0f}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#2d2d2d}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#3a3a3a}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#3a3a3a}.md-editor div.default-theme{--md-theme-code-copy-tips-color: #141414}.md-editor-dark div.default-theme{--md-theme-code-copy-tips-color: inherit}div.default-theme img{margin:0 auto;box-sizing:border-box}div.default-theme a{display:inline-flex;line-height:1;border-block-end:none}div.default-theme a:hover{border-block-end:1px solid}div.default-theme a[target=_blank]{align-items:center}div.default-theme a[target=_blank]:after{content:"";display:inline-block;width:16px;height:16px;margin-inline-start:2px;background-color:currentColor;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}div.default-theme ol,div.default-theme ul{margin:.6em 0}div.default-theme ol li,div.default-theme ul li{line-height:1.6;margin:.5em 0}div.default-theme p{line-height:1.6;margin:.5rem 0}.md-editor div.default-theme{--md-theme-quote-border: 5px solid #35b378;--md-theme-quote-bg-color: var(--md-theme-bg-color-inset)}div.default-theme blockquote{margin:20px 0;padding:0 1.2em;line-height:2em;display:flow-root}.md-editor default-theme{--md-theme-table-stripe-color: #fafafa}.md-editor-dark default-theme{--md-theme-table-stripe-color: #0c0c0c}div.default-theme table{overflow:auto;border-spacing:0;border-collapse:collapse;margin-block-end:1em;margin-block-start:1em}div.default-theme table tr th,div.default-theme table tr td{word-wrap:break-word;padding:8px 14px}div.default-theme table tbody tr:hover{background-color:var(--md-theme-color-hover)}div.default-theme blockquote table{line-height:initial}div.default-theme blockquote table tr th,div.default-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.default-theme blockquote table tbody tr:nth-child(n){background-color:inherit}div.default-theme blockquote table tbody tr:hover{background-color:var(--md-theme-color-hover-inset)}.md-editor div.vuepress-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #f8f8f8;--md-theme-code-block-color: #747384;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}.md-editor-dark div.vuepress-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}div.vuepress-theme code{padding:3px 5px;margin:0 2px}div.vuepress-theme .md-editor-code pre{font-size:.875em;margin:0 0 1em}div.vuepress-theme .md-editor-code pre code{white-space:pre;padding:22px 1em;margin:0}div.vuepress-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.vuepress-theme{--md-theme-heading-color: #273849;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}.md-editor-dark div.vuepress-theme{--md-theme-heading-color: #999;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}div.vuepress-theme h1,div.vuepress-theme h2,div.vuepress-theme h3,div.vuepress-theme h4,div.vuepress-theme h5,div.vuepress-theme h6{font-weight:600;line-height:1.45;position:relative;margin-block-start:1em}div.vuepress-theme h1{font-size:2.2em;margin:1em 0}div.vuepress-theme h2{font-size:1.65em;padding-block-end:.3em}div.vuepress-theme h3{line-height:1.35em}.md-editor div.vuepress-theme{--md-theme-link-color: #42b983}div.vuepress-theme a{font-weight:600}div.vuepress-theme ul,div.vuepress-theme ol{position:relative;line-height:1.4em;margin:1.2em 0;z-index:1}div.vuepress-theme ul li,div.vuepress-theme ol li{margin:1.2em 0}div.vuepress-theme p{word-spacing:.05em;line-height:1.6em;margin:1.2em 0;position:relative}.md-editor div.vuepress-theme{--md-theme-quote-border: 4px solid #42b983}div.vuepress-theme blockquote{margin:2em 0;padding-inline-start:20px}div.vuepress-theme blockquote p{margin-inline-start:0;margin-block-start:1.2em;margin-block-end:0;padding:0}.md-editor div.vuepress-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.vuepress-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.vuepress-theme table{border-collapse:collapse;margin:1rem 0;display:block;overflow-x:auto}div.vuepress-theme table tr th,div.vuepress-theme table tr td{padding:.6em 1em}.md-editor div.vuepress-theme{--md-theme-color: #304455}.md-editor-dark div.vuepress-theme{--md-theme-color: #999}div.vuepress-theme{font-size:16px;color:var(--md-theme-color)}div.vuepress-theme em{color:#4f5959;padding:0 6px 0 4px}.md-editor div.github-theme{--md-theme-code-inline-color: inherit;--md-theme-code-inline-bg-color: #eff1f2;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: inherit;--md-theme-code-block-bg-color: #f6f8fa;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}.md-editor-dark div.github-theme{--md-theme-code-inline-color: #c9d1d9;--md-theme-code-inline-bg-color: #2d3339;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #161b22;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}div.github-theme code{padding:.2em .4em;margin:0}div.github-theme pre code{padding:22px 1em;margin-block-end:0;word-break:normal;letter-spacing:1px}.md-editor div.github-theme{--md-theme-heading-color: inherit;--md-theme-heading-6-color: #2d3339;--md-theme-heading-1-border: 1px solid #d9dee4;--md-theme-heading-2-border: 1px solid #d9dee4}.md-editor-dark div.github-theme{--md-theme-heading-color: #c9d1d9;--md-theme-heading-6-color: #768390;--md-theme-heading-1-border: 1px solid #373e47;--md-theme-heading-2-border: 1px solid #373e47}div.github-theme h1,div.github-theme h2,div.github-theme h3,div.github-theme h4,div.github-theme h5,div.github-theme h6{margin-block-start:24px;margin-block-end:16px;font-weight:600;line-height:1.25}div.github-theme h1{padding-block-end:.3em;font-size:2em}div.github-theme h2{padding-block-end:.3em;font-size:1.5em}div.github-theme h3{font-size:1.25em}div.github-theme h4{font-size:1em}div.github-theme h5{font-size:.875em}div.github-theme h6{font-size:.85em}.md-editor div.github-theme{--md-theme-heading-bg-color: #fff}.md-editor-dark div.github-theme{--md-theme-heading-bg-color: #22272e}div.github-theme img{background-color:var(--md-theme-heading-bg-color)}.md-editor div.github-theme{--md-theme-link-color: #539bf5;--md-theme-link-hover-color: #539bf5}div.github-theme a:hover{text-decoration:underline}div.github-theme ol li+li,div.github-theme ul li+li{margin-block-start:.25em}.md-editor div.github-theme{--md-theme-quote-color: #57606a;--md-theme-quote-border: .25em solid #d0d7de}.md-editor-dark div.github-theme{--md-theme-quote-color: #8b949e;--md-theme-quote-border: .25em solid #444c56}div.github-theme blockquote{margin:0;padding:0 1em}.md-editor div.github-theme{--md-theme-table-stripe-color: #f7f8fa;--md-theme-table-tr-bg-color: #fff;--md-theme-table-td-border-color: #d0d7de}.md-editor-dark div.github-theme{--md-theme-table-stripe-color: #161b22;--md-theme-table-tr-bg-color: transparent;--md-theme-table-td-border-color: #30363d}div.github-theme table{display:block;max-width:100%;overflow:auto;border-spacing:0;border-collapse:collapse}div.github-theme table tr th,div.github-theme table tr td{padding:6px 13px}.md-editor div.github-theme{--md-theme-color: #222}.md-editor-dark div.github-theme{--md-theme-color: #c9d1d9}div.github-theme{line-height:1.5;color:var(--md-theme-color)}div.github-theme p,div.github-theme blockquote,div.github-theme ul,div.github-theme ol,div.github-theme dl,div.github-theme table,div.github-theme pre,div.github-theme details{margin-block-start:0;margin-block-end:16px}.md-editor div.cyanosis-theme,.md-editor-dark div.cyanosis-theme{--md-theme-code-inline-color: var(--md-theme-code-color);--md-theme-code-inline-bg-color: var(--md-theme-code-bg-color);--md-theme-code-block-color: var(--md-theme-base-color);--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.cyanosis-theme code{padding:.065em .4em;font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto}div.cyanosis-theme code::selection{background-color:var(--md-theme-slct-codebg-color)}div.cyanosis-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.cyanosis-theme .md-editor-code pre code{padding:11px 12px 22px;margin:0;word-break:normal;line-height:1.75}div.cyanosis-theme .md-editor-code pre code span[rn-wrapper]{top:11px}.md-editor div.cyanosis-theme{--md-theme-heading-color: var(--md-theme-title-color)}div.cyanosis-theme h1{padding-block-end:4px;margin-block-start:36px;margin-block-end:10px;font-size:30px;line-height:1.5;transition:color .35s}div.cyanosis-theme h2{position:relative;padding-inline-start:10px;padding-inline-end:10px;padding-block-end:10px;margin-block-start:36px;margin-block-end:10px;font-size:24px;line-height:1.5;border-block-end:1px solid var(--md-theme-border-color-2);transition:color .35s}div.cyanosis-theme h2:before{content:"「";position:absolute;inset-block-start:-6px;inset-inline-start:-14px}div.cyanosis-theme h2:after{content:"」";position:relative;inset-block-start:6px;inset-inline-end:auto}div.cyanosis-theme h3{position:relative;padding-block-end:0;margin-block-start:30px;margin-block-end:10px;font-size:20px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h3:before{content:"»";padding-inline-end:6px;color:var(--md-theme-strong-color)}div.cyanosis-theme h4{padding-block-end:0;margin-block-start:24px;margin-block-end:10px;font-size:16px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h5{padding-block-end:0;margin-block-start:18px;margin-block-end:10px;font-size:14px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h6{padding-block-end:0;margin-block-start:12px;margin-block-end:10px;font-size:12px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h1::selection,div.cyanosis-theme h2::selection,div.cyanosis-theme h3::selection,div.cyanosis-theme h4::selection,div.cyanosis-theme h5::selection,div.cyanosis-theme h6::selection{color:var(--md-theme-slct-title-color);background-color:var(--md-theme-slct-titlebg-color)}@media (max-width: 720px){div.cyanosis-theme h1{font-size:24px}div.cyanosis-theme h2{font-size:20px}div.cyanosis-theme h3{font-size:18px}}.md-editor div.cyanosis-theme{--md-theme-link-color: var(--md-theme-link-color);--md-theme-link-hover-color: var(--md-theme-linkh-color)}div.cyanosis-theme a{position:relative;display:inline-block;text-decoration:none;border-block-end:1px solid var(--md-theme-border-color)}div.cyanosis-theme a:hover{border-block-end-color:var(--md-theme-linkh-color)}div.cyanosis-theme a:active{color:var(--md-theme-linkh-color)}div.cyanosis-theme a:after{position:absolute;content:"";inset-block-start:100%;inset-inline-start:0;width:100%;opacity:0;border-block-end:1px solid var(--md-theme-border-color);transition:top .3s,opacity .3s;transform:translateZ(0)}div.cyanosis-theme a:hover:after{top:0;opacity:1;border-block-end-color:var(--md-theme-linkh-color)}div.cyanosis-theme ol,div.cyanosis-theme ul{margin:0}div.cyanosis-theme ol li,div.cyanosis-theme ul li{margin-block-end:0;list-style:inherit}div.cyanosis-theme ol li .task-list-item,div.cyanosis-theme ul li .task-list-item{list-style:none}div.cyanosis-theme ol li .task-list-item ul,div.cyanosis-theme ol li .task-list-item ol,div.cyanosis-theme ul li .task-list-item ul,div.cyanosis-theme ul li .task-list-item ol{margin-block-start:0}div.cyanosis-theme ol ul,div.cyanosis-theme ol ol,div.cyanosis-theme ul ul,div.cyanosis-theme ul ol{margin-block-start:4px}div.cyanosis-theme ol li{padding-inline-start:6px}div.cyanosis-theme ol li::selection,div.cyanosis-theme ul li::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}div.cyanosis-theme .task-list-item-checkbox{position:relative}div.cyanosis-theme .contains-task-list input[type=checkbox]:before{content:"";position:absolute;inset-block-start:0;inset-inline-start:0;inset-inline-end:0;inset-block-end:0;width:inherit;height:inherit;background:#f0f8ff;border:1px solid #add6ff;border-radius:var(--md-theme-radius-s);box-sizing:border-box;z-index:1}div.cyanosis-theme .contains-task-list input[type=checkbox][checked]:after{content:"✓";position:absolute;inset-block-start:-12px;inset-inline-start:0;inset-inline-end:0;inset-block-end:0;width:0;height:0;color:#f55;font-size:20px;font-weight:700;z-index:2}div.cyanosis-theme p{line-height:inherit;margin-block-start:16px;margin-block-end:16px}div.cyanosis-theme p::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-quote-color: var(--md-theme-blockquote-color);--md-theme-quote-border: 4px solid var(--md-theme-strong-color);--md-theme-quote-bg-color: var(--md-theme-blockquote-bg-color)}div.cyanosis-theme blockquote{padding:1px 20px;margin:22px 0;transition:color .35s}div.cyanosis-theme blockquote:after{display:block;content:""}div.cyanosis-theme blockquote>p{margin:10px 0}div.cyanosis-theme blockquote>b,div.cyanosis-theme blockquote>strong{color:var(--md-theme-strong-color)}div.cyanosis-theme table{display:inline-block!important;width:auto;max-width:100%;overflow:auto;border:1px solid var(--md-theme-table-border-color);border-spacing:0;border-collapse:collapse}div.cyanosis-theme table thead{color:#000;text-align:left;background:#f6f6f6}div.cyanosis-theme table tr:nth-child(2n){background-color:var(--md-theme-table-tr-nc-color)}div.cyanosis-theme table tr:hover{background-color:var(--md-theme-table-trh-color)}div.cyanosis-theme table th,div.cyanosis-theme table td{padding:12px 8px;line-height:24px;border:1px solid var(--md-theme-table-border-color)}div.cyanosis-theme table th{color:var(--md-theme-table-tht-color);background-color:var(--md-theme-table-th-color)}div.cyanosis-theme table td{min-width:120px}div.cyanosis-theme table thead th::selection{background-color:#0000}div.cyanosis-theme table tbody td::selection{background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-base-color:#353535;--md-theme-title-color:#005bb7;--md-theme-strong-color:#2196f3;--md-theme-em-color:#4fc3f7;--md-theme-del-color:#ccc;--md-theme-link-color:#3da8f5;--md-theme-linkh-color:#007fff;--md-theme-border-color:#bedcff;--md-theme-border-color-2:#ececec;--md-theme-bg-color:#fff;--md-theme-blockquote-color:#8c8c8c;--md-theme-blockquote-bg-color:#f0fdff;--md-theme-code-color:#c2185b;--md-theme-code-bg-color:#fff4f4;--md-theme-code-block-bg-color:#f8f8f8;--md-theme-table-border-color:#c3e0fd;--md-theme-table-th-color:#dff0ff;--md-theme-table-tht-color:#005bb7;--md-theme-table-tr-nc-color:#f7fbff;--md-theme-table-trh-color:#e0edf7;--md-theme-slct-title-color:#005bb7;--md-theme-slct-titlebg-color:rgba(175,207,247,.25);--md-theme-slct-text-color:#c80000;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#e8ebec;--md-theme-slct-codebg-color:#ffeaeb;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}.md-editor-dark div.cyanosis-theme{--md-theme-base-color:#cacaca;--md-theme-title-color:#ddd;--md-theme-strong-color:#fe9900;--md-theme-em-color:#ffd28e;--md-theme-del-color:#ccc;--md-theme-link-color:#ffb648;--md-theme-linkh-color:#fe9900;--md-theme-border-color:#ffe3ba;--md-theme-border-color-2:#ffcb7b;--md-theme-bg-color:#2f2f2f;--md-theme-blockquote-color:#c7c7c7;--md-theme-blockquote-bg-color:rgba(255,199,116,.1);--md-theme-code-color:#000;--md-theme-code-bg-color:#ffcb7b;--md-theme-code-block-bg-color:rgba(30,25,18,.5);--md-theme-table-border-color:#fe9900;--md-theme-table-th-color:#ffb648;--md-theme-table-tht-color:#000;--md-theme-table-tr-nc-color:#6d5736;--md-theme-table-trh-color:#947443;--md-theme-slct-title-color:#000;--md-theme-slct-titlebg-color:#fe9900;--md-theme-slct-text-color:#00c888;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#000;--md-theme-slct-codebg-color:#ffcb7b;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}div.cyanosis-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;color:var(--md-theme-base-color);transition:color .35s}div.cyanosis-theme hr{position:relative;width:98%;height:1px;margin-block-start:32px;margin-block-end:32px;background-image:linear-gradient(90deg,var(--md-theme-link-color),rgba(255,0,0,.3),rgba(37,163,65,.3),rgba(255,0,0,.3),var(--md-theme-link-color));border-width:0;overflow:visible}div.cyanosis-theme b,div.cyanosis-theme strong{color:var(--md-theme-strong-color)}div.cyanosis-theme i,div.cyanosis-theme em{color:var(--md-theme-em-color)}div.cyanosis-theme del{color:var(--md-theme-del-color)}div.cyanosis-theme details>summary{outline:none;color:var(--md-theme-title-color);font-size:20px;font-weight:bolder;border-block-end:1px solid var(--md-theme-border-color);cursor:pointer}div.cyanosis-theme details>p{padding:10px 20px;margin:10px 0 0;color:#666;background-color:var(--md-theme-blockquote-bg-color);border:2px dashed var(--md-theme-strong-color)}div.cyanosis-theme a::selection,div.cyanosis-theme b::selection,div.cyanosis-theme strong::selection,div.cyanosis-theme i::selection,div.cyanosis-theme em::selection{background-color:var(--md-theme-slct-elbg-color)}div.cyanosis-theme del::selection{color:var(--md-theme-slct-del-color);background-color:var(--md-theme-slct-elbg-color)}.md-editor div.mk-cute-theme,.md-editor-dark div.mk-cute-theme{--md-theme-code-inline-color: #4ec9b0;--md-theme-code-inline-bg-color: #282c34;--md-theme-code-block-color: #4ec9b0;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 10px}div.mk-cute-theme code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto;padding:.14em .46em;margin:0 4px}div.mk-cute-theme .md-editor-code pre code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:22px;margin:0;word-break:normal;line-height:1.75}div.mk-cute-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.mk-cute-theme{--md-theme-heading-color: #36ace1}div.mk-cute-theme h1:before,div.mk-cute-theme h2:before,div.mk-cute-theme h3:before,div.mk-cute-theme h4:before,div.mk-cute-theme h5:before,div.mk-cute-theme h6:before{content:"";display:block;position:absolute;inset-inline-start:0;inset-block-start:0;inset-block-end:0;margin:auto;background-image:url(data:image/png;base64,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);animation:spin 2s linear 0s infinite}div.mk-cute-theme h1{position:relative;font-size:30px;padding:12px 38px;margin:30px 0}div.mk-cute-theme h1:before{width:30px;height:30px;background-size:30px 30px}div.mk-cute-theme h2{position:relative;font-size:24px;padding:12px 36px;margin:28px 0}div.mk-cute-theme h2:before{width:28px;height:28px;background-size:28px 28px}div.mk-cute-theme h3{position:relative;font-size:18px;padding:4px 32px;margin:26px 0}div.mk-cute-theme h3:before{width:24px;height:24px;background-size:24px 24px}div.mk-cute-theme h4{position:relative;padding:4px 28px;font-size:16px;margin:22px 0}div.mk-cute-theme h4:before{width:20px;height:20px;background-size:20px 20px}div.mk-cute-theme h5{position:relative;padding:4px 26px;font-size:15px;margin:20px 0}div.mk-cute-theme h5:before{width:18px;height:18px;background-size:18px 18px}div.mk-cute-theme h6{position:relative;padding:4px 22px;font-size:14px;margin:16px 0}div.mk-cute-theme h6:before{width:16px;height:16px;background-size:16px 16px}@media (max-width: 720px){div.mk-cute-theme h1{font-size:24px}div.mk-cute-theme h2{font-size:20px}div.mk-cute-theme h3{font-size:18px}}.md-editor div.mk-cute-theme{--md-theme-link-color: #409eff;--md-theme-link-hover-color: #007bff}div.mk-cute-theme a{display:inline-block;border-block-end:1px solid #409eff}div.mk-cute-theme a:hover,div.mk-cute-theme a:active{border-block-end:1px solid #007bff}div.mk-cute-theme ol li,div.mk-cute-theme ul li{margin-block-end:0;list-style:inherit}div.mk-cute-theme ol li .task-list-item,div.mk-cute-theme ul li .task-list-item{list-style:none}div.mk-cute-theme ol li .task-list-item ul,div.mk-cute-theme ol li .task-list-item ol,div.mk-cute-theme ul li .task-list-item ul,div.mk-cute-theme ul li .task-list-item ol{margin-block-start:0}div.mk-cute-theme ol ul,div.mk-cute-theme ol ol,div.mk-cute-theme ul ul,div.mk-cute-theme ul ol{margin-block-start:3px}div.mk-cute-theme ol li{padding-inline-start:6px}div.mk-cute-theme p{line-height:inherit;margin-block-start:22px;margin-block-end:22px}.md-editor div.mk-cute-theme{--md-theme-quote-color: #fff;--md-theme-quote-border: 4px solid #409eff;--md-theme-quote-bg-color: rgba(54, 172, 225, .75)}.md-editor-dark div.mk-cute-theme{--md-theme-quote-color: inherit;--md-theme-quote-border: 4px solid #265d97;--md-theme-quote-bg-color: rgba(18, 80, 108, .75)}div.mk-cute-theme blockquote{position:relative;padding:8px 26px;margin:16px 0;border-radius:var(--md-theme-radius-m)}div.mk-cute-theme blockquote:before{content:"❝";inset-block-start:10px;inset-inline-start:8px;color:#409eff;font-size:20px;line-height:1;font-weight:700;position:absolute;opacity:.7}div.mk-cute-theme blockquote:after{content:"❞";font-size:20px;position:absolute;inset-inline-end:8px;inset-block-end:0;color:#409eff;opacity:.7}div.mk-cute-theme blockquote>p,div.mk-cute-theme blockquote ul li,div.mk-cute-theme blockquote ol li{color:var(--md-theme-quote-color)}.md-editor div.mk-cute-theme{--md-theme-table-color: #000;--md-theme-table-border-color: #f6f6f6;--md-theme-table-thead-bg-color: #f6f6f6;--md-theme-table-stripe-color: #fcfcfc}.md-editor-dark div.mk-cute-theme{--md-theme-table-color: inherit;--md-theme-table-border-color: #1c1c1c;--md-theme-table-thead-bg-color: rgba(28, 28, 28, .631372549);--md-theme-table-stripe-color: rgba(28, 28, 28, .631372549)}div.mk-cute-theme table{display:inline-block;width:auto;max-width:100%;overflow:auto;border:solid 1px var(--md-theme-table-border-color)}div.mk-cute-theme table thead{background-color:var(--md-theme-table-thead-bg-color);color:var(--md-theme-table-color);text-align:left}div.mk-cute-theme table tr th,div.mk-cute-theme table tr td{padding:12px 7px;line-height:24px;border:none}div.mk-cute-theme table tr td{min-width:120px}div.mk-cute-theme blockquote table tbody{color:var(--md-theme-color)}div.mk-cute-theme blockquote table tr{background-color:var(--md-theme-table-stripe-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.md-editor div.mk-cute-theme{--md-theme-color: #36ace1;background-image:linear-gradient(90deg,#323a4240 3%,#0000 3%),linear-gradient(360deg,#323a4240 3%,#0000 3%)}.md-editor-dark div.mk-cute-theme{background-image:linear-gradient(90deg,#d9eafb40 3%,#0000 3%),linear-gradient(360deg,#d9eafb40 3%,#0000 3%);--md-theme-bg-color-scrollbar-thumb: #4d4d4d}div.mk-cute-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;background-size:20px 20px;background-position:center center}div.mk-cute-theme hr{position:relative;width:98%;height:1px;border:none;margin-block-start:32px;margin-block-end:32px;background-image:linear-gradient(to right,#36ace1,#dff0fe,#36ace1);overflow:visible}div.mk-cute-theme del{color:#36ace1}.md-editor div.smart-blue-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #fff5f5;--md-theme-code-block-color: #333;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}.md-editor-dark div.smart-blue-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.smart-blue-theme code{overflow-x:auto;padding:.065em .4em}div.smart-blue-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.smart-blue-theme .md-editor-code pre code{padding:22px 12px;margin:0;word-break:normal}div.smart-blue-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.smart-blue-theme{--md-theme-heading-color: #135ce0}div.smart-blue-theme h1,div.smart-blue-theme h2,div.smart-blue-theme h3,div.smart-blue-theme h4,div.smart-blue-theme h5,div.smart-blue-theme h6{padding:30px 0;margin:0}div.smart-blue-theme h1 a,div.smart-blue-theme h2 a,div.smart-blue-theme h3 a,div.smart-blue-theme h4 a,div.smart-blue-theme h5 a,div.smart-blue-theme h6 a{border:none}div.smart-blue-theme h1{position:relative;text-align:center;font-size:22px;margin:50px 0}div.smart-blue-theme h2{position:relative;font-size:20px;border-inline-start:4px solid;padding:0 0 0 10px;margin:30px 0}div.smart-blue-theme h3{font-size:16px}div.smart-blue-theme img{margin:0 auto}.md-editor div.smart-blue-theme{--md-theme-link-color: #036aca}.md-editor-dark div.smart-blue-theme{--md-theme-link-color: #2d7dc7}div.smart-blue-theme a{font-weight:400}div.smart-blue-theme ul,div.smart-blue-theme ol{margin-block-start:1em}div.smart-blue-theme li{line-height:2;margin-block-end:0;list-style:inherit}div.smart-blue-theme p{line-height:2;font-weight:400}div.smart-blue-theme *+p{margin-block-start:16px}.md-editor div.smart-blue-theme{--md-theme-quote-color: #666;--md-theme-quote-bg-color: #fff9f9;--md-theme-quote-border-color: #b2aec5}.md-editor-dark div.smart-blue-theme{--md-theme-quote-color: #999;--md-theme-quote-bg-color: #2a2a2a;--md-theme-quote-border-color: #0063bb}div.smart-blue-theme blockquote{background-color:var(--md-theme-quote-bg-color);margin:2em 0;padding:2px 20px;border-inline-start:4px solid var(--md-theme-quote-border-color)}div.smart-blue-theme blockquote p{color:var(--md-theme-quote-color);line-height:2}.md-editor div.smart-blue-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.smart-blue-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.smart-blue-theme table{border-collapse:collapse;margin:1rem 0;overflow-x:auto}div.smart-blue-theme table tr th,div.smart-blue-theme table tr td{padding:.6em 1em}div.smart-blue-theme blockquote table{line-height:initial}div.smart-blue-theme blockquote table tr th,div.smart-blue-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.smart-blue-theme blockquote table tbody tr:nth-child(n){background-color:inherit}.md-editor div.smart-blue-theme{--md-theme-color: #595959}.md-editor div.smart-blue-theme{background-image:linear-gradient(90deg,#3c0a1e0a 3%,#0000 3%),linear-gradient(360deg,#3c0a1e0a 3%,#0000 3%)}.md-editor-dark div.smart-blue-theme{--md-theme-color: #999}.md-editor-dark div.smart-blue-theme{background-image:linear-gradient(90deg,#cfcfcf0a 3%,#fff0 3%),linear-gradient(360deg,#cfcfcf0a 3%,#fff0 3%)}div.smart-blue-theme{color:var(--md-theme-color);font-family:-apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;background-size:20px 20px;background-position:center center}div.smart-blue-theme strong,div.smart-blue-theme em strong{color:#036aca}div.smart-blue-theme hr{border-block-start:1px solid #135ce0}[dir=rtl] .md-editor-catalog{direction:rtl}.md-editor-catalog-indicator{height:18px;width:4px;background-color:#73d13d;position:absolute;border-radius:4px;transition:top .3s}.md-editor-catalog>.md-editor-catalog-link{padding-block:5px;padding-inline:8px}.md-editor-catalog-link{padding-block:5px;padding-inline-start:1em;display:flex;flex-direction:column}.md-editor-catalog-link span{display:inline-block;width:100%;position:relative;overflow:hidden;color:var(--md-color);white-space:nowrap;text-overflow:ellipsis;transition:color .3s;cursor:pointer;line-height:18px}.md-editor-catalog-link span:hover{color:#73d13d}.md-editor-catalog-wrapper>.md-editor-catalog-link{padding-block-start:5px;padding-block-end:5px}.md-editor-catalog-wrapper>.md-editor-catalog-link:first-of-type{padding-block-start:10px}.md-editor-catalog-wrapper>.md-editor-catalog-link:last-of-type{padding-block-end:0}.md-editor-catalog-active>span{color:#73d13d}.md-editor-catalog-dark{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.md-editor{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";width:100%;height:500px;position:relative;box-sizing:border-box;border:1px solid var(--md-border-color);display:flex;flex-direction:column;overflow:hidden;background-color:var(--md-bk-color)}.md-editor .md-editor-fullscreen{position:fixed!important;inset-block-start:0;inset-inline-end:0;inset-block-end:0;inset-inline-start:0;width:auto!important;height:auto!important;z-index:10000}svg.md-editor-icon{width:16px;height:16px;padding-block:4px;padding-inline:4px;fill:none;overflow:hidden;display:block;box-sizing:content-box}.md-editor .lucide-list-icon,.md-editor .lucide-list-ordered-icon,.md-editor .lucide-list-todo-icon{width:18px;height:18px;padding-block:3px;padding-inline:3px}.md-editor-preview{font-size:16px;word-break:break-all;display:flow-root;padding-block:10px;padding-inline:20px}.md-editor-modal-container{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}.md-editor-modal-container .lucide-xicon{width:20px;height:20px;padding-block:2px;padding-inline:2px}.md-editor-previewOnly{border:none;height:auto;overflow:visible}.md-editor-previewOnly .md-editor-content{height:100%}.md-editor-previewOnly .md-editor-preview{padding-block:0;padding-inline:0}.md-editor-previewOnly .md-editor-preview-wrapper{overflow:visible}.md-editor-dark,.md-editor-modal-container[data-theme=dark]{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.medium-zoom-overlay,.medium-zoom-image--opened{z-index:100001}.f-chat{display:flex}.f-chat :deep(.f-layout-pane[position="center"]){display:flex;flex-direction:column;flex:1;min-height:0;min-width:0}.f-chat .f-chat-conversation-root{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;width:100%;height:100%;align-self:stretch}.f-chat :deep(.f-layout-pane[position="left"]){transition:width .3s cubic-bezier(.4,0,.2,1),min-width .3s cubic-bezier(.4,0,.2,1),max-width .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.f-chat.f-chat-compact :deep(.f-layout-pane[position="left"]){display:none}.f-chat.f-chat-compact .toggle-btn{display:none!important}.f-chat button:focus{outline:none}.f-chat .toggle-btn{box-sizing:border-box;position:absolute;top:1rem;width:22px;height:22px;border:1px solid #5b89fe;border-radius:50%;background:#fff;box-shadow:0 2px 4px #3940a729;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .26s}.f-chat .f-chat-content.hidden{display:none}.f-chat .f-chat-content{display:flex;flex-direction:column;flex:1;min-height:0;position:relative;height:100%;box-sizing:border-box}.f-chat .f-chat-content>.f-chat-content-toggle-btn{left:11px}.f-chat .f-chat-content.compact-mode{padding:12px;justify-content:space-between}.f-chat .f-chat-content.compact-mode>.f-chat-content-toggle-btn{display:none}.f-chat .f-chat-content.compact-mode>.f-chat-compact-nav-btn{position:absolute;top:14px;left:12px;width:32px;height:32px;border-radius:50%;border:none;background:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;transition:all .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.f-chat .f-chat-content.compact-mode>.f-chat-compact-nav-btn>i{font-size:16px;color:#5b89fe}.f-chat .f-chat-content.compact-mode>.f-chat-compact-nav-btn:hover{background:#328bff1a;box-shadow:0 2px 8px #3940a73d}.f-chat .f-chat-content.compact-mode>.f-chat-compact-nav-btn:focus{outline:none}.f-chat .f-chat-content.compact-mode>.f-chat-content-header{padding-left:48px;justify-content:flex-start;padding-top:0;padding-bottom:1px;border-bottom:1px solid rgba(0,0,0,.06)}.f-chat .f-chat-content.compact-mode>.f-chat-content-header>.f-chat-content-header-title{text-align:left;font-size:14px;line-height:20px;font-weight:700}.f-chat .f-chat-content.compact-mode>.f-chat-content-header.f-chat-content-header-tabs{padding-left:48px}.f-chat .f-chat-content.compact-mode>.f-chat-content-skills,.f-chat .f-chat-content.compact-mode>.f-chat-content-preset-task{display:none}.f-chat .f-chat-content.compact-mode>.f-chat-content-message{flex:1 1 auto;margin-top:12px;min-height:0}.f-chat .f-chat-content.compact-mode>.f-chat-pending-tasks-hub{flex:0 0 auto;align-self:stretch;width:auto;margin:0 0 8px;z-index:2}.f-chat .f-chat-content.compact-mode>.f-chat-content-input{flex:0 0 auto;align-self:center;width:800px;max-width:100%;box-sizing:border-box}.f-chat .f-chat-content .f-chat-content-input-editor,.f-chat .f-chat-content .f-chat-content-message{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.f-chat .f-chat-content>.f-chat-content-header,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:0 0 1px}.f-chat .f-chat-content>.f-chat-content-header>.f-chat-content-header-title,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header>.f-chat-content-header-title{font-size:14px;font-weight:700;color:#000000d9;text-align:center;line-height:20px}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs{justify-content:flex-start;align-items:flex-end;padding:0 12px 1px 16px;gap:4px;min-height:44px}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab{position:relative;display:flex;align-items:center;gap:6px;padding:.5rem 12px;margin-top:8px;cursor:pointer;color:#000000a6;font-size:13px;border-radius:8px 8px 0 0;transition:color .2s,background .2s;min-height:36px;box-sizing:border-box}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab:hover:not(.active),.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab:hover:not(.active){color:#000000d9;background:#e5f2ff66}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active{color:#328bff;font-weight:600;background:#fff;box-shadow:0 -2px 4px #00000014,0 1px #0000000f;margin-bottom:-1px}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active .f-chat-content-tab-bottom-left-corner,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active .f-chat-content-tab-bottom-left-corner{position:absolute;left:-10px;bottom:0;display:block;pointer-events:none}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active .f-chat-content-tab-bottom-right-corner,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active .f-chat-content-tab-bottom-right-corner{position:absolute;right:-10px;bottom:0;display:block;pointer-events:none}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-title,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-title{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-close,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-close{display:flex;align-items:center;justify-content:center;padding:0;width:18px;height:18px;border:none;background:transparent;cursor:pointer;border-radius:4px;color:#00000073;font-size:12px;flex-shrink:0}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-close:hover,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-close:hover{color:#000000d9;background:#0000000f}.f-chat .f-chat-content .f-chat-content-with-messages{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.f-chat .f-chat-content .f-chat-content-main-layout{flex:1 1 auto;min-height:0;overflow:hidden;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;flex-direction:row}.f-chat .f-chat-content .f-chat-content-main-left{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;position:relative}.f-chat .f-chat-content .f-chat-content-main-left .f-chat-content-message,.f-chat .f-chat-content .f-chat-panel-chat .f-chat-content-message{flex:1 1 auto;min-height:0}.f-chat .f-chat-content .f-chat-content-main-left .f-chat-content-input,.f-chat .f-chat-content .f-chat-panel-chat .f-chat-content-input{flex:0 0 auto;align-self:center;margin-bottom:0}.f-chat .f-chat-content .f-chat-content-main-left>.f-chat-pending-tasks-hub,.f-chat .f-chat-content .f-chat-panel-chat>.f-chat-pending-tasks-hub{flex:0 0 auto;align-self:stretch;width:auto;margin:0 .5rem 8px;z-index:2}.f-chat .f-chat-content .f-chat-content-message{flex:1 1 auto;border-radius:0;padding:1rem 1rem 2rem;overflow:auto;min-height:0;width:100%;min-width:332px;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:transparent transparent;display:flex;flex-direction:column;gap:20px}.f-chat .f-chat-content .f-chat-content-message::-webkit-scrollbar{width:8px;transition:opacity .25s ease}.f-chat .f-chat-content .f-chat-content-message::-webkit-scrollbar-track{background:transparent}.f-chat .f-chat-content .f-chat-content-message::-webkit-scrollbar-thumb{background:transparent;border-radius:4px;transition:background .25s ease}.f-chat .f-chat-content .f-chat-content-message::-webkit-scrollbar-thumb:hover{background:#00000040}.f-chat .f-chat-content .f-chat-content-message.f-chat-content-message-scrollbar-visible{scrollbar-color:rgba(0,0,0,.2) transparent}.f-chat .f-chat-content .f-chat-content-message.f-chat-content-message-scrollbar-visible::-webkit-scrollbar-thumb{background:#0003}.f-chat .f-chat-content .f-chat-content-input{--f-chat-input-card-height: 120px;--f-chat-input-toolbar-reserve: 44px;position:relative;flex:0 0 auto;width:800px;max-width:100%;min-height:var(--f-chat-input-card-height);box-sizing:border-box;border:1px solid rgb(233,234,243);border-radius:16px;background:#fff;box-shadow:0 1px 8px #002c661a;padding:0;z-index:1;overflow:hidden}.f-chat .f-chat-content .f-chat-content-input.focus{border-color:#2a87ff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar{position:absolute;left:0;right:0;bottom:0;padding:4px 10px 6px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap;background:#fff;box-shadow:none;z-index:2}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar:first-child:last-child{top:6px;left:10px;right:10px;bottom:6px;align-items:stretch;box-shadow:none;padding:4px 0}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar:first-child:last-child>.f-chat-content-input-toolbar-left,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar:first-child:last-child>.f-chat-content-input-toolbar-right{align-self:center}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor{outline:none;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:20px;color:#000000d9;flex:1 1 auto;align-self:stretch;min-width:0;min-height:0;max-height:none;height:auto;overflow-y:auto}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor span:not(.f-chat-skill-tag):not(.f-chat-agent-tag),.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor font,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor mark{background-color:transparent!important;background-image:none!important;color:inherit!important}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor:empty:before{content:attr(data-placeholder);color:#9aa8bf;pointer-events:none}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor.f-utils-fill{flex:1 1 auto;align-self:stretch;min-height:0;max-height:none;height:auto}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-toolbar-left,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;padding:6px;border-radius:10px;cursor:pointer;color:#000000a6;transition:background-color .2s ease,box-shadow .2s ease,color .2s ease;-webkit-user-select:none;user-select:none}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn>i{font-size:16px;color:#0000008c}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn>span{font-size:12px}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn:hover{background:#e5f2ff8c;color:#000000bf}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn.primary{background-image:linear-gradient(58deg,#2a87ff,#328bff);color:#fff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn.primary>i,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn.primary>span{color:#fff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn.primary:hover{background-image:linear-gradient(-51deg,#2a87ff,#328bff);box-shadow:0 4px 14px #4590ff59}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config{background:#f6f7fb;border:1px solid transparent;border-radius:5px}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent.active,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool.active,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config.active{background:#d8e9ffe6;border-color:#bfdbff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent.active img,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool.active img,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config.active img{opacity:1}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent.active span,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool.active span,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config.active span{color:#328bff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent img,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool img,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config img{width:1rem;opacity:.6}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent span,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool span,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config span{color:#8a98b6;letter-spacing:0;text-align:left;font-size:13px;font-weight:400}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config .fx-icon-expanddown{transition:transform .3s ease}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config .fx-icon-arrow-rotate-180{transform:rotate(180deg)}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-send{padding:3px 11px;border-radius:8px}.f-chat .f-chat-content .f-chat-content-skills{flex:0 0 auto;margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.f-chat .f-chat-content .f-chat-content-skills .f-chat-skill-btn{border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:999px;padding:6px 12px;font-size:12px;color:#000000bf;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease;-webkit-user-select:none;user-select:none}.f-chat .f-chat-content .f-chat-content-skills .f-chat-skill-btn:hover{border-color:#328bff59;box-shadow:0 2px 10px #4590ff1f}.f-chat .f-chat-content .f-chat-content-skills .f-chat-skill-btn.selected{border-color:#328bff8c;background:#328bff1f;color:#0e6ded;box-shadow:0 2px 10px #4590ff24}.f-chat .f-chat-content .f-chat-content-preset-task{display:flex;row-gap:2rem;flex-direction:row;column-gap:48px;justify-content:center;margin-top:48px}.f-chat .f-chat-content .f-chat-content-preset-task>.app-homepage-wrapper{flex:initial;background-color:transparent}.f-chat .f-chat-content .f-chat-content-preset-task>.app-homepage-wrapper>.app-main-area{padding:0;margin:0;width:auto}.f-chat .f-chat-content .f-chat-content-preset-task>.app-homepage-wrapper>.app-main-area .app-recent-file-list{height:fit-content}.f-chat .f-chat-content.empty{overflow-x:hidden}.f-chat .f-chat-content.empty>.f-chat-content-empty{height:100%;display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:none;margin:0;min-width:0;box-sizing:border-box}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;min-height:0;width:100%;box-sizing:border-box}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;border-bottom:none;padding:2rem;gap:0;overflow:visible;width:100%;max-width:800px;margin:0 auto;box-sizing:border-box}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header>.f-chat-content-header-title{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:48px;padding:2px 0 4px;margin:0}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header>.f-chat-content-header-title>.f-chat-content-header-title-text{display:inline-block;max-width:100%;font-size:28px;line-height:1.35;font-weight:600;text-align:center;vertical-align:middle;padding:2px 0 4px;box-sizing:border-box;background:linear-gradient(135deg,#c866cc,#609ff2,#62d9d9);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header>.f-chat-content-header-subtitle{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:0;padding:0;margin-top:6px}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header>.f-chat-content-header-subtitle>.f-chat-content-header-subtitle-text{display:inline-block;max-width:100%;font-family:PingFangSC-Semibold,PingFang SC,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.4;font-weight:600;text-align:center;vertical-align:middle;color:#afb4be}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer{flex:0 0 auto;align-self:stretch;flex-direction:column;gap:12px;align-items:center;width:800px;margin:0 auto;box-sizing:border-box}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer>.f-chat-pending-tasks-hub{align-self:center;flex:0 0 auto;width:100%;padding:0;box-sizing:border-box}@media (max-width: 840px){.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer>.f-chat-pending-tasks-hub{width:100%;max-width:100%}}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer>.f-chat-content-input{align-self:center;flex:0 0 auto;width:100%;box-sizing:border-box}@media (max-width: 840px){.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer>.f-chat-content-input{width:100%;max-width:100%}}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-skills{margin-top:0;justify-content:center}.f-chat .f-chat-content.has-messages .f-chat-content-with-messages>.f-chat-content-header{justify-content:flex-start;padding:0 0 1px 3rem}.f-chat .f-chat-content.has-messages .f-chat-content-with-messages>.f-chat-content-header>.f-chat-content-header-title{text-align:left;font-size:14px;line-height:20px;font-weight:700}.f-chat .f-chat-content.has-messages .f-chat-message{display:flex;justify-content:center;align-items:flex-start;gap:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-avatar{flex-shrink:0;user-select:none;-webkit-user-select:none}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content{display:flex;flex-direction:column;gap:4px;transition:width .3 ease}@media screen and (max-width: 754px){.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content{width:100%;min-width:300px}}@media screen and (min-width: 754px) and (max-width: 947px){.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content{width:450px}}@media screen and (min-width: 947px){.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content{width:70%;max-width:1440px}}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content .f-chat-message-sender-name{font-size:12px;color:#000000a6;line-height:16px;padding:0 4px}.f-chat .f-chat-content.has-messages .f-chat-message.user .f-chat-message-content .f-chat-message-sender-name{text-align:right}.f-chat .f-chat-content.has-messages .f-chat-message.assistant .f-chat-message-content{align-items:flex-start}.f-chat .f-chat-content.has-messages .f-chat-message.assistant .f-chat-message-content .f-chat-message-sender-name{text-align:left}.f-chat .f-chat-content.has-messages .f-chat-message.assistant .f-chat-message-content>.f-chat-bubble-container{align-self:stretch;width:100%;min-width:0;box-sizing:border-box}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-bubble{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;font-size:14px;line-height:20px;white-space:pre-wrap;word-break:break-word;color:#000000d9;width:fit-content;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-file-operation{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;font-size:13px;color:#000000d9;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-summary{display:flex;align-items:center;padding:2px 0;cursor:pointer;user-select:none;-webkit-user-select:none;border-radius:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-summary-inner{display:inline-flex;align-items:center;gap:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-summary-text{font-size:13px;color:#000000c7}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-expand-btn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#00000073;flex-shrink:0;transition:opacity .15s;opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-expand-btn.expanded{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-expand-btn.sm{width:16px;height:16px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-summary:hover .f-chat-file-op-expand-btn{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row .f-chat-file-op-expand-btn{opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row .f-chat-file-op-expand-btn.expanded,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row:hover .f-chat-file-op-expand-btn{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operations{margin-top:4px;padding-left:2px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation{margin-bottom:2px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row{display:flex;align-items:center;gap:6px;padding:2px 0;border-radius:4px;min-height:20px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row.has-details{cursor:pointer;user-select:none;-webkit-user-select:none}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row.op-read{cursor:pointer}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row.op-read:hover .f-chat-file-op-message{color:#328bfff2}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-type{flex-shrink:0;font-weight:600;font-size:12px;color:#000000a6}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-message-wrap{display:inline-flex;align-items:center;gap:4px;flex:1;min-width:0;overflow:hidden}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-message{flex:0 1 auto;min-width:0;font-size:13px;color:#000000d9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-details{padding-left:1em;padding-top:2px;padding-bottom:2px;max-height:180px;overflow-y:auto}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-text{margin-bottom:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-text:last-child{margin-bottom:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-title{font-weight:600;font-size:12px;color:#000000d9;margin-bottom:1px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-content{font-size:12px;color:#000000a6;line-height:1.5;word-break:break-word;white-space:pre-wrap}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-file{display:flex;align-items:center;gap:6px;padding:2px 0;border-radius:4px;cursor:default;margin-bottom:1px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-file:hover{background:#328bff14}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-file:last-child{margin-bottom:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-icon img{max-width:16px;max-height:16px;object-fit:contain}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-icon .f-chat-file-op-file-icon-fallback{display:none;font-size:14px;line-height:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-icon.icon-error .f-chat-file-op-file-icon-fallback{display:inline}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-name{flex-shrink:0;font-size:12px;color:#000000d9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-path{flex:1;font-size:11px;color:#00000080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-todo{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;font-size:13px;color:#000000d9;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-message{font-size:12px;font-weight:600;color:#000000d9;margin-bottom:6px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header{display:inline-flex;align-items:center;gap:6px;padding:2px 0;cursor:pointer;user-select:none;-webkit-user-select:none;border-radius:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-icon-slot{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-icon{display:inline-flex;align-items:center;justify-content:center;color:#000000a6;transition:opacity .15s}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-expand{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;color:#00000073;transition:opacity .15s;opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header:hover .f-chat-todo-header-icon{opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header:hover .f-chat-todo-header-expand{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-label{font-size:13px;color:#000000c7}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-count{font-size:12px;color:#00000080}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-list{padding:8px 10px;border:1px solid rgba(0,0,0,.08);border-radius:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-coding{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;width:100%;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-message{font-size:13px;color:#000000d9;margin-bottom:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-card{border-radius:8px;border:1px solid rgba(0,0,0,.08);overflow:hidden}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header{display:flex;align-items:center;gap:6px;padding:8px 10px;cursor:pointer;user-select:none;-webkit-user-select:none;border-radius:4px;border-bottom:1px solid rgba(0,0,0,.08)}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon-slot{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon{display:inline-flex;align-items:center;justify-content:center;color:#000000a6;transition:opacity .15s}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon img{width:14px;height:14px;object-fit:contain}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon .f-chat-coding-header-icon-fallback{display:none;font-size:12px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon.icon-error .f-chat-coding-header-icon-fallback{display:inline}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-expand{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;color:#00000073;transition:opacity .15s;opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header:hover .f-chat-coding-header-icon{opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header:hover .f-chat-coding-header-expand{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-filename{font-size:13px;color:#000000c7}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-stats{display:inline-flex;gap:4px;font-size:12px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-stat-add{color:#52c41a}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-stat-del{color:#ff4d4f}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor{min-height:180px;width:100%;display:block;box-sizing:border-box;overflow:hidden;transition:height .2s ease}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .monaco-diff-editor .editor.original,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .monaco-diff-editor .diff-editor-cell.original,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .monaco-diff-editor-inline-view .editor.original,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .monaco-diff-editor [class*=original],.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .minimap,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .diffOverview,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .diff-overview,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor [class*=diffOverview],.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor [class*=diff-overview]{display:none!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-expand-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:4px 0;background:#0000000a;border:none;cursor:pointer;color:#00000073;font-size:12px;transition:background .15s,color .15s}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-expand-btn:hover{background:#00000014;color:#000000a6}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-expand-icon-up{transform:rotate(180deg)}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-markdown{padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;width:100%;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-message{font-size:14px;color:#000000d9;margin-bottom:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content{font-size:14px;line-height:1.65;color:#000000c7;word-break:break-word}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h1,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h2,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h3,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h4,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h5,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h6{margin:1em 0 .4em;font-weight:600;color:#000000d9;line-height:1.4}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h1:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h2:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h3:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h4:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h5:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h6:first-child{margin-top:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h1{font-size:1.2em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h2{font-size:1.15em;margin-top:1.2em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h3{font-size:1.1em;margin-top:1em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h4,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h5,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h6{font-size:1.05em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content p{margin:.4em 0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content p:first-child{margin-top:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ol{margin:.4em 0;padding-left:1.5em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul{list-style:disc outside!important;list-style-type:disc!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ol ul{margin:.25em 0 .25em .5em;padding-left:1.2em;list-style-type:disc!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul ul{list-style-type:circle!important;margin:.2em 0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ol{list-style:decimal outside!important;list-style-type:decimal!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ol li,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul li{list-style:inherit!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content li{margin:.25em 0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content li::marker{color:#0006}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul li::marker{font-size:1.3em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content code{background:#0000000f;padding:.2em .45em;border-radius:4px;font-size:.9em;font-family:ui-monospace,SF Mono,Monaco,Cascadia Code,monospace;color:#000c}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content pre{margin:.6em 0;padding:10px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#00000008;overflow-x:auto;font-size:12px;line-height:1.5}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content pre code{background:none;padding:0;border-radius:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content blockquote{margin:.6em 0;padding:.25em 0 .25em 1em;border-left:3px solid rgba(0,0,0,.12);color:#000000a6;font-style:normal}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content a{color:#0e6ded;text-decoration:none;transition:color .15s}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content a:hover{color:#2a87ff;text-decoration:underline}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content hr{margin:1em 0;border:none;height:1px;background:#00000014}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content table{width:100%;margin:.6em 0;border-collapse:collapse;font-size:12px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content th,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content td{padding:6px 10px;border:1px solid rgba(0,0,0,.08);text-align:left}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content th{background:#0000000a;font-weight:600;color:#000000d9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content tr:nth-child(2n){background:#00000005}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content strong{font-weight:600;color:#000000d9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content em{font-style:italic;color:#000000b8}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-app-preview{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;width:100%;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-message{font-size:13px;color:#000000d9;margin-bottom:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card{display:flex;align-items:center;max-width:400px;border-radius:8px;border:1px solid rgba(0,0,0,.08);overflow:hidden;background:#f5f5f5;transition:box-shadow .2s ease;cursor:pointer}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card:hover{box-shadow:0 2px 8px #00000014}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card-left{flex-shrink:0;padding:12px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#328bff1a;color:#328bffb3}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-icon .fx-icon{font-size:22px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card-middle{flex:1;min-width:0;padding:12px 0;display:flex;flex-direction:column;gap:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-app-name{font-size:14px;font-weight:500;color:#000000d9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-datetime{font-size:12px;color:#00000073}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card-right{flex-shrink:0;min-width:80px;width:120px;height:84px;position:relative;display:flex;align-items:center;justify-content:center}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-action-area{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5f2ff99,#ffffffe6) center/cover no-repeat;height:80px;bottom:-10px;position:absolute;width:100%;border-top-left-radius:8px;border-left:1px solid rgba(0,0,0,.08);border-top:1px solid rgba(0,0,0,.08);box-shadow:-5px 5px 12px #0000000f;transition:transform .2s ease}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card:hover .f-chat-app-preview-action-area{transform:rotate(-5deg);border-right:1px solid rgba(0,0,0,.08);border-top-right-radius:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-open-btn{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:36px;height:36px;padding:0;background:#ffffffd9;border:1px solid rgba(0,0,0,.12);border-radius:6px;cursor:pointer;color:#00000061;transition:color .2s,border-color .2s,transform .2s ease}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-open-btn .fx-icon{display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-open-btn:hover{border-color:#00000047;color:#00000085}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card-right .f-chat-app-preview-open-btn{position:relative;z-index:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card:hover .f-chat-app-preview-card-right .f-chat-app-preview-open-btn{transform:rotate(5deg)}.f-chat .f-chat-content.has-messages .f-chat-message.user .f-chat-message-bubble{background:#328bff1a;border-color:#328bff40}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-user-avatar{width:32px;height:32px;border-radius:50%;background:#328bff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-user-avatar .f-chat-message-user-avatar-image{width:24px;height:24px;border-radius:50%;background:#328bff4d;display:flex;align-items:center;justify-content:center;color:#328bffe6;font-size:12px;font-weight:600;line-height:24px;text-align:center}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar{width:32px;height:32px;border-radius:50%;background:#dce9ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar .f-chat-message-assistant-avatar-image{background-image:url(./assets/icon/robot-avatar-mini.png);background-size:contain;width:26px;height:26px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-requirement]{background:#dce9ff}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-architecture]{background:#ffe5cc}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-model]{background:#e7f7e9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-code]{background:#ffe6f2}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-ux]{background:#fff2cc}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-permission]{background:#e8e6ff}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-flow]{background:#e1f5ff}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-analysis]{background:#f2e8ff}.f-chat :deep(.f-layout-pane[position="right"]){transition:width .3s cubic-bezier(.4,0,.2,1),min-width .3s cubic-bezier(.4,0,.2,1),max-width .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.f-chat .f-page-content-nav{z-index:auto}.f-chat-started-todo-popover{margin:0;background:#fffffffa;border-radius:12px;box-shadow:0 4px 20px #1b5bff33;max-width:360px;min-width:240px}.f-chat-started-todo-popover>.popover-body{padding:8px;max-width:none}.f-chat-content-input-agent-popover>.popover-body,.f-chat-content-input-assist-tool-popover>.popover-body,.f-chat-content-input-slot-config-popover>.popover-body{background:#fff;box-shadow:0 2px 12px #1f23291a;border-radius:8px;padding:8px 5px 8px 4px;max-width:none}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option{line-height:32px;padding:6px 11px;gap:9px;display:flex;align-items:center;cursor:pointer}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item:hover,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item:hover,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option:hover,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item:hover,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item:hover,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option:hover,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item:hover,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item:hover,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option:hover{background:#f6f7fb;border-radius:6px}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item.active,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item.active,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option.active,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item.active,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item.active,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option.active,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item.active,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item.active,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option.active{background:#e0effe;border-radius:6px}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item.active .fx-icon-radio-2,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item.active .fx-icon-radio-2,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option.active .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item.active .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item.active .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option.active .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item.active .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item.active .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option.active .fx-icon-radio-2{visibility:visible}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option .f-chat-content-input-agent-panel-item-content{display:flex;flex-wrap:nowrap;align-items:center;column-gap:9px}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item .fx-icon-radio-2,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item .fx-icon-radio-2,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option .fx-icon-radio-2{visibility:hidden;color:#328bff}.f-chat-tool-btn-assistive-tool .f-chat-content-input-assist-tool-icon,.f-chat-content-input-assist-tool-popover .f-chat-content-input-assist-tool-icon{gap:6px}.f-chat-tool-btn-assistive-tool .f-chat-content-input-assist-tool-icon .f-chat-content-input-assist-tool-icon-fallback,.f-chat-content-input-assist-tool-popover .f-chat-content-input-assist-tool-icon .f-chat-content-input-assist-tool-icon-fallback{display:none;font-size:14px;line-height:1}.f-chat-tool-btn-assistive-tool .f-chat-content-input-assist-tool-icon.icon-error .f-chat-content-input-assist-tool-icon-fallback,.f-chat-content-input-assist-tool-popover .f-chat-content-input-assist-tool-icon.icon-error .f-chat-content-input-assist-tool-icon-fallback{display:inline}.f-chat-content-input-toolbar-popover{background-color:#303c53cc!important;border-color:transparent!important;border-radius:10px!important}.f-chat-content-input-toolbar-popover .arrow:after{border-top-color:#303c53cc!important}.f-chat-content-input-toolbar-popover span{color:#fff}.f-chat-todo-items{margin:0;padding-left:0;list-style:none}.f-chat-todo-items .f-chat-todo-item{display:flex;align-items:center;gap:8px;padding:4px 0;margin:0 0 6px;font-size:14px;letter-spacing:0;text-align:left;font-weight:400;white-space:pre-line;word-wrap:break-word;word-break:break-word}.f-chat-todo-items .f-chat-todo-item .f-chat-todo-status-icon{margin-top:3px}.f-chat-todo-items .f-chat-todo-item .f-chat-todo-task{flex:1;color:#333}.f-chat-todo-items .f-chat-todo-item.is-working .f-chat-todo-task{background:linear-gradient(90deg,#000000d9,#000000d9,#0000006b,#000000d9,#000000d9);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:f-chat-shimmer-ltr 2s ease-in-out infinite}.f-chat-todo-items .f-chat-todo-item.is-done .f-chat-todo-task.is-done{text-decoration:line-through;color:#8b8b8b}.f-chat-todo-items .f-chat-todo-item .f-chat-todo-task-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.f-chat-todo-items .f-chat-todo-item .f-chat-todo-task-wrapper>.f-chat-todo-task-description{color:#999;font-size:13px}.f-chat-todo-items .f-chat-todo-item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.f-chat-todo-items .f-chat-todo-task-detail,.f-chat-started-todo-task-detail{font-size:12px;color:#8b8b8b;line-height:1.5;white-space:pre-line;word-break:break-word}.f-chat-message-started-todo--content .f-chat-started-todo-task-detail{padding-left:20px;margin-bottom:8px}.f-chat-started-todo-popover-content .f-chat-started-todo-task-detail{margin-bottom:8px}.f-chat-message-started-todo.is-working:not(.no-shimmer) .f-chat-started-todo-label,.f-chat-message-started-todo.is-working:not(.no-shimmer) .f-chat-started-todo-message{background:linear-gradient(90deg,#000000d9,#000000d9,#0000006b,#000000d9,#000000d9);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:f-chat-shimmer-ltr 2s ease-in-out infinite}@keyframes f-chat-shimmer-ltr{0%{background-position:200% 0}to{background-position:-200% 0}}.f-chat-todo-status-icon{flex-shrink:0;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:#0000008c}.f-chat-todo-status-notstart{border:1px solid #387aff;border-radius:50%;background:transparent}.f-chat-todo-status-working{font-size:16px;color:#387aff;font-family:FarrisXIcons}.f-chat-todo-status-working:after{content:"";display:block}.f-chat-todo-status-working{animation:f-chat-todo-spin .8s linear infinite}@keyframes f-chat-todo-spin{to{transform:rotate(360deg)}}.f-chat-todo-status-done{font-size:16px;color:#387aff;font-family:FarrisXIcons}.f-chat-todo-status-done:after{content:"";display:block}.fx-utils-flex-wrap{flex-wrap:wrap}.fx-utils-flex-column{flex-direction:column;align-items:flex-start}.f-markdown-preview-container{height:100%;overflow:auto;padding:20px;scrollbar-color:transparent transparent;scrollbar-width:thin}.f-markdown-preview-container::-webkit-scrollbar{width:6px}.f-markdown-preview-container::-webkit-scrollbar-thumb{background:transparent;border-radius:3px}.f-markdown-preview-container::-webkit-scrollbar-thumb:hover{background:#00000040}.f-chat-bubble-container .f-chat-bubble-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-avatar{width:32px;height:32px;border-radius:50%;background:#328bff26;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-user-select:none;user-select:none}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-avatar img{width:26px;height:26px;background-size:contain}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-avatar .f-chat-bubble-avatar-initial{width:24px;height:24px;border-radius:50%;background:#328bff4d;display:flex;align-items:center;justify-content:center;color:#328bffe6;font-size:12px;font-weight:600;line-height:24px;text-align:center}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content{display:flex;flex-direction:column;gap:4px;width:100%;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-header{font-size:12px;color:#000000a6;line-height:16px;padding:0 4px;align-self:flex-start}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-header.end{align-self:flex-end;text-align:right}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper{display:flex;flex-direction:column;gap:6px;position:relative;word-wrap:break-word}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper:has(.f-chat-bubble-tool-use-group){gap:4px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper.start{color:#333}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper.end{padding:8px 16px;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 2px 10px #0312330f}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper.end .f-chat-bubble-content-text{letter-spacing:0;text-align:left}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-content-text{font-size:14px;color:#000000d9;font-weight:400;line-height:20px;white-space:pre-line;word-wrap:break-word;word-break:break-word}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-content-title{font-size:18px;color:#000000d9;line-height:36px;font-weight:500}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-content-subtitle{font-size:16px;color:#000000d9;line-height:32px;font-weight:500}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking.is-pending .f-chat-bubble-thinking-title{animation:thinking-pulse 1.5s ease-in-out infinite}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header{display:inline-flex;align-items:center;gap:6px;padding:6px;margin-left:-6px;border-radius:6px;color:#999;cursor:pointer}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header:hover{background:#dbe8ff4d}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header .f-chat-bubble-thinking-icon{width:20px;height:20px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header .f-chat-bubble-thinking-title{flex:1;min-width:0;font-size:14px;color:#5a5c73;letter-spacing:0;text-align:left;font-weight:400}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header .f-chat-bubble-thinking-title .f-chat-bubble-thinking-preview{margin-left:6px;font-size:12px;color:#999;padding:1px 6px;vertical-align:middle;max-width:10em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content{display:flex;padding-top:6px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container{position:relative;width:100%;max-height:100px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container::-webkit-scrollbar{display:none}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper{display:flex}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper .f-chat-bubble-thinking-timeline{position:relative;width:12px;flex-shrink:0;margin-right:12px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper .f-chat-bubble-thinking-timeline .f-chat-bubble-thinking-dot{width:8px;height:8px;border-radius:50%;background:#878f99;position:absolute;top:7px;left:2px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper .f-chat-bubble-thinking-timeline .f-chat-bubble-thinking-line{position:absolute;top:27px;left:4px;width:0;height:calc(100% - 30px);border-left:1px solid #E1E5EB}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper .f-chat-bubble-thinking-content-text{font-size:14px;color:#8b8b8b;letter-spacing:0;text-align:left;font-weight:400;line-height:22px;white-space:pre-line;word-wrap:break-word;word-break:break-word}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-fade-mask{position:sticky;top:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,#f8fafc,#f8fafc00);pointer-events:none;z-index:1}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured{display:flex;flex-direction:column;gap:16px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured.structure-content-divider{padding-bottom:8px;border-bottom:1px solid #dde3eb}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section{display:flex;flex-direction:column;gap:8px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section.section-divider{border-top:1px solid #e1e5eb;border-bottom:1px solid #e1e5eb}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-header{display:flex;align-items:center;gap:8px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-header .f-chat-bubble-structured-section-icon{width:16px;height:16px;object-fit:contain}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-header .f-chat-bubble-structured-section-title{font-size:14px;font-weight:500;color:#1a1a1a}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items{display:flex;flex-direction:column;gap:6px;padding-left:24px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item{display:flex;align-items:flex-start}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item .f-chat-bubble-structured-section-item-dot{width:3px;height:3px;border-radius:50%;background:#878f99;margin-right:8px;margin-top:7px;flex-shrink:0}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item .f-chat-bubble-structured-section-item-label .f-chat-bubble-structured-section-item-content{font-size:16px;color:#1a1a1a;line-height:26px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item .f-chat-bubble-structured-section-item-label{font-weight:600}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item .f-chat-bubble-structured-section-item-content{font-weight:400}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item>.f-chat-bubble-attachments{flex:1}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-widget-pending{width:300px;height:50px;display:inline-flex;align-items:center;gap:6px;padding:4px 8px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-widget-pending .f-chat-bubble-widget-pending-text{animation:thinking-pulse 1.5s ease-in-out infinite}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer{display:flex;justify-content:space-between;width:100%;align-items:center;padding:4px 16px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-left{gap:20px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-left,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-right{display:flex;align-items:center}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-left .f-chat-bubble-footer-action,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-right .f-chat-bubble-footer-action{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:400;line-height:18px;text-align:left;color:#8791ab;cursor:pointer}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments{display:flex;flex-wrap:wrap;gap:8px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item{display:flex;flex-direction:row;align-items:center;gap:8px;padding:14px 12px;background-image:linear-gradient(135deg,#e5f2ff 8%,#f1f8ff);border:1px solid #EFEFEF;border-radius:6px;cursor:default;transition:background-color .2s ease-in-out;position:relative;overflow:hidden}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item:after{content:"";bottom:-8px;right:0;position:absolute;width:110px;height:70px;z-index:1;background-image:url(data:image/png;base64,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);transition:transform .3s ease}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item:hover{box-shadow:0 2px 10px #0312331a}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item:hover:after{transform:rotate(-10deg)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-main{display:flex;gap:12px;flex:1;min-width:0;cursor:pointer;z-index:10}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-download-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;padding:0;border:none;border-radius:6px;background:transparent;color:#999;cursor:pointer;transition:background-color .15s ease,color .15s ease}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-download-btn:hover{background-color:#0000000f;color:#7191c8}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-download-btn:focus-visible{outline:2px solid #0e6ded;outline-offset:1px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon{width:36px;height:36px;border-radius:4px;flex-shrink:0;background-size:cover;background-position:center;background-repeat:no-repeat}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-pdf{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-doc,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-docx{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-xls,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-xlsx{background-image:url(data:image/png;base64,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dGUAMjAxOS0xMi0yOFQwOTozMTo1NiswMDowMLhrE7kAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDEtMDhUMTk6NDM6NTkrMDA6MDCdstIMAAAAIHRFWHRzb2Z0d2FyZQBodHRwczovL2ltYWdlbWFnaWNrLm9yZ7zPHZ0AAAAYdEVYdFRodW1iOjpEb2N1bWVudDo6UGFnZXMAMaf/uy8AAAAYdEVYdFRodW1iOjpJbWFnZTo6SGVpZ2h0ADUxMo+NU4EAAAAXdEVYdFRodW1iOjpJbWFnZTo6V2lkdGgANTEyHHwD3AAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNTQ2OTc2NjM5OiA9twAAABN0RVh0VGh1bWI6OlNpemUAMjc5NTUxQgHjNFMAAABadEVYdFRodW1iOjpVUkkAZmlsZTovLy9kYXRhL3d3d3Jvb3Qvd3d3LmVhc3lpY29uLm5ldC9jZG4taW1nLmVhc3lpY29uLmNuL2ZpbGVzLzExOC8xMTg0MjYwLnBuZ1tLqmgAAAAASUVORK5CYII=)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-ppt,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-pptx{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-txt{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-zip,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-rar{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-image,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-img{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-md{background-image:url(./assets/icon/markdown-icon.png)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-any{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH5AIKAxUxMFEYRwAAEq9JREFUeNrtXNtvXVV6/61z8Tm24+NjxzEkQ2wIZSBANRUTVYDqkKc+JAqJIAydjipVUNRJgJfSqWD+gpmqj0Tp0AYkaBhQC33gMmIYVQKjTMQMLajYZhKG4FxwfIt9fHzss89lfX3Ye631rcs+dqTOWxay47P3unzru/6+b60DcL1db9fbH7CJax3w2muv4fz58yiX+zE8fAOGhobQbDVR6CqgWOxGV1ce2WwOmUwGQgAAxcsQQIIvTPo3AAhSvxB3FPqNHkOUfBIAhMD87Cx2fOtb2L59O9rtNlqtFhqNBtbW1hBFEXK5HObn5/HNN9+gVqthdHQU+/btu6b95jbb8YWfvYC1tRp6enrw/Uf/Ai//2yvF4eEbhqSU26J6NBJF0VAUNboKhS7kcjlks1mIhD2eSGizq6bLVQhgvV5HFEWoVqtoNptoNpuIogj1er1BRAu9vb0XiGh+ZmZm4amnnqp/8skneOWVV9DX14fDhw9vcqUN2smTJ/Hd7+7BV1/9Hg899JB4883/vK3c33+4v9z/QC6Xu6NQKPQTUQlAPtYaAQhxbarJmObzL8RRAZERuHjhAtbX1zE2NoZisQgpJYgIUkoAaAohqvV6fbnVan2xtLQ0vri4+OZ999139vTp07j99ttx+vRpHDx4sCNpHTXo5MmTmJ2dw8rKMqIoGvnoo4+Olkql7xcKhdFcbtPKZxp1EIkI/pn+RAhAAGfPnkVGZDC2dwzd3d0g0szMAxgsFAqDRLSrVCrtHx4e/tuvv/761fPnz/9zpVK5ODMzg3feeQcHDhxIJTmT9uLFF19ErVbDc889i+Wl5bHbbrvt9eHh4Wd7e3tHc7mclmnYWlLeCupgXeT9Q5uwRQJh6ospjI+PY319PWYcf58wLJfLoVQq3bxjx44f33XXXa9fvXr1z5544glUq1W8++6718agF1/8V8zOzuLpp5/G22+/fWDnyMipcrl8byaTARFZP3A+xz9w/jXPw/1ZXxCIZOyRvfFuf8PQyakpfJjCJM6sbDaLwcHB+3bt2vXqp59+euDRRx/F5cuX8dZbbwXHBGf6zW9+i1qthkpleWxkZORUX1/fzvCCgBCdLSdtTJoOdZqHvxdCYHp6Gp999pnVZ/fu3di7dy+KxSI3t2CrVCoXv/rqqx9s3bp1vFwuY2BgwOuTdR+cOHECzWYTS0tLO2+++eYXSqXSXVoiRAmRZhuxKyBnc0kQZxxU73UfoeK+8c5C9xM2p5KNqueUMKhSqWB2dtaif2FhAWtra9ixYwfy+XxHBhUKhf58Pr/73Llz7y8tLVUOHDiA119/3erjmdja2hqOHDmCnTft/GFfX9+9MX3MRBDbvf5Pmw602mvTgzEbEPnjEsYmlqc9jnTNSb+3zRpcQwh6vampKXz44YcdzU1p4cDAwL233HLL0fvvv1+srq76ffiHU6dOoae3F61W69t/dOutv9yyZcuoWZ9MZxIa9FkTMDAo1AMGCcnSPQcIJmMFW0mwld1tCiFwYXoan372mZlDxD2Vad25+85QdPPmWVlZmZ6cnPzzfD5/dn5+Hvv37w9r0DeXLuGP774b5f7S4UKhMGo7Y6Yh7IMtafc50ybPQauu0tYyrS5+IAhplmG2ceqqTU5NYnx8HPV6vaPj7u7uHt26devhPXv24OrVq+kmVuzpwSsvv1zs7y8/4OMcXwJ+GCavXyoc0A9EaBjrwz3btTUCYXJyEh988EFHc8vlchgYGNj3/PPPF7u6uux3/MPw8DCGh7cNZbPZOxR3r51Jfr+NmZQ6vc1I1kEAlq+zW9xXMCYRER544IGguQkhkM/n77jnnnu2AbiYyqCtg4OQbbktSR86h13+UuWjPIS78dzkrJrweCvC68/JF3od8pZM46l6yt9NTU1BCIGxsb3o6bGZREQoFov9g4ODQ9lsNp1BzVYL9Xo0KqUsxeM3wLLk/20Jx9VAGyz726CQhjpdrOkpjKv8QgBAhImJiVRNklL2ra2tjXZ3d/8Pn8ryQYVCF4TAVgB5b/fkrp4qPrMpMu4l1FUoZ83gAsFnSifJCA0W3IV03Ld0T/kk13ELIfIAtm/ZssVaydKgYrEbUdToEkKE/U8HJhGRteDm+Un+ptKYZNk8i2Tk67pVbXLeT05OAoClSZlMBvl8fmDHjh3pDMrl8+jqKugNX2tLxRrYQCE2mtfmi/WciCyXzBcj+EhdjePm1tPTAyEEstlsTzZrJxcWg7KZDLK5bLJZmxoBVehjbtJzzAIk7B2ocVZCQgb6aVgouNb4LPUqQkJon2X5MkoZRf4cE5MTAIB9+/YhCe9ebmKDHSGYmZhlNbluSGXmpXuF/LLFbDUvBfq4E6u8y1CiV9KpPCvpqr/dcm1CX5wW2tnkxMREEt3GkMlkvNTLQYNJFcZBpOTginCzWPn/0jhisJkrtPaa3EZtnBmkzpDNZ8sxw5hbu93G0NCQh2psBlkhxIqROmEUljPgDFFZlAN4OMuSqnucL7ECvNVLicH8K2BrBIEACQwMDOI7f/IdR0ahGB/YEriwY25fvHABu3btSmeQVwwLNAqZgmsuQX9gOhDvlQqvVaYfAFvJ856ebvT29jC2prUNNFsAsi0R1SMMDw+nM8gFLNwL2SEzVlVi6bsQjHv6HVN67YQDhDKtgnD7mDoAz/aVyyfp+JekxhSbknFiBNKonEh49Egpg+7D1iD1H1G8MMccsLVUZeCqyOVAaChfphhglW6IEoYKJoTECSsec8cPR+vcrRCjL7HdmHGc4QRJSRQWjDYNpMJW42iQ6Uh653aTZs8Bwh1N1FL157FgBMGbJTBreB5FS1rGQnbHjvQEnjsaFNqAUWcjUWEYqAtkPBM1CNdk1qymquayQB1gxUsdrTkmZlS4gDCZmzx6CKQeMq3UZV1S84fjs+ekpVY1MnYulMoz5daSIdvGdR2aYJZORjKYYsUsBhylnpwRrK0liZOKHhKMHjtMxfS4aiXYCqSBrSCkBibPB6kcRwhmPJ4JMCax3XKkrJrkwywsSSBmr5o4t55hMUzY9GisYJjEC7TcaXMKQXZQMcnyRgySBCnTuRnCEn6spuCQcEgPDw8tE5p7IxjRkZ6ArEMT+mFeUagGardDieWwsM66xw/5fQ0uN2EjEa4tSVSxT4F4oT/+bNI9w0FNDz8lcswXwqeHHyloelK8tB/m9XGMZHsREBKQQm03ECm4c+YnFUBsrqT3boNnnnByASW8i6eWlssDCQhK6CGymc8IMhHLdtKKyZwe4rAklUHWca9zxs0JR6BR6gePmbZMRWBCthCLTKn0bEhQKgG2P9vYSTtgmpgshHMuBpgEUYEzLq0YRrNIqs66bEkJYWtQbBbcBChxqvyEViaomtHDcjChHblg5RayfWEynxAGoG4Y5nV5kp2F8ToNl3wcRll+73GVhWEebc1SiQ/hZAlIwArPxnpN/VmtJ5l3M1CBHDoNV8gOo0z7KEULQ+UON1lNGciWT3uJACWuPEKDvFmpwxifHZ0S03R6CDEG7MggXoTyz46g/YFQkYY7ScF8iT4C5iUuZzuCO05YfexCS7g5uagZSRIWShcmDmrYFGJvio05Jia0rzLZMcvldcRJVo/tIUa3JOPoogkn5mAleGiNXYLUIdo4IFP9cU/o1Xa0cNhkBtMY4Ehk+mpWUAITnBsCIhm7yWzeAEWjsIy7xAkxm9POnKxl7f5e0CJbqg7Icw3O+suiBw49nDQnvU6hR98r6MigQMFsowhqMbGTcaSFibQ1UvC039dObaxRNjr1J2L5mwzzx2UQuL6aGEGmYGV1VqcVOgtNxilwySKHOblwnaid0jMwrWkxz0L08GBiAKJg4Y5IYXFGj4DR5s0iaUAyDdL40l4/+de41pB5gfkfUjNbsICfudsyTn4H0SFpYZBgod1CxWQ2zWa2qpUivqTFCznBS1khDQr5oKCKwgSMVBMJhGQXyzgjgp+4uxHO3Jan3Cw9bKxFj56vA4P4AblwTUrPbUtXEHk3zozzdc8kEjjBjq+09DU2FRopG6gA8DuK4RzMpifkEYXOAlgeS4pZBKlrpgEGIbl+q+8CekJQXGPMUhFcwsuZKFUnEibxXbAIpsrhEqZIZtC54TTx4pwbxQL0WDS5gTDx0rqWHdQg/aPAIqwNuJrk1Xl4hY/PykKqj01CeuD4QE6DKQoyegQ7o+fv2MJ8E/yxduBKBvbhqvUpvi8oNXd1UCNfGwTZ0uB/8DFOYNT3ElUngjSLBQTBJ7RjgO2Ehf3SnkyPT6EHih5QsxWla5CUBCnNXR0XqnkmY21Ci4Ahb38Oqz+fx66MIm0QpX5ikoEdBfSZGxeiMyyxLLm8XE1nULst0Wq1TE5maadlVHET/qGwMjOCXXXk9UHjkZ2ypAAL2zGW8Y+oGT3shkeQHh6twN2nnfXrQ1CgMb9gX0y3r+BFDUT1BqSUyGQyiULYNmx8JSX2ayQSr00sOtkJqcZFSs9ZIskP/zQPHIfpYWt9eMmxPDEXIeJ6D6eHRRZFD1F8stpqt9bmZufSGbQerSNqRM34e1ecx+mKbUCZ8J9ZYJB86SnL0qcRfuOWkYZvvMhE/B3TOI8eI3gpJVqt9tLi1SVrdstJNxoNALRARE2bIgdhqo0SrE0bIhmkI+MYSZtPLGl+R5HvgaN+He8s9TL0GKqEQ6Zx0D49rIJogkJTgK40onq6BmWzWRSKhWkIUSWiQevwwUOijlapvrzc4aoBkaqQsLchR+vLQ5DlwSx6SNk966/CPoL0mIExPQJCiGqhUJh271BZDFpaWgYBC+X+ciWfyw5y/8zlxV2JtgtFCKtf8Nt4dunWLo7y7Nsklon0VS2a+zYNn2LN4H7HtVPOGOt2oAONGlG0XKmszMNpFrsWFhfx5Ze/n2+1Wl8Qxa6MiNhxMJOQLS79o/IbZTrcbNx6k3YFVp84sXWPwRU9UtFjVR0C9MBew8JlgKVVkgitVuuLL89+ubC4sJjOoKsLc/jeIw/VV1er4+12ixcq4IV4vVGLBq0GvCxrrrSwqdi0tqIlM7GQb54HVHYDejTEJDY7o4cAtGUbK9XV8Ye/d6S+XLW/EmUx6Nu334H//fxzrKxU36hH0TRxzVCLayDJ4SgXizJG0vmNkqY3H7iGyOQH1ntAaRIA/VXNMD2URg91pieKoulqtfrmxOcTuO3WW9IZ9OSTT+Ly5Us4duzYudrq6s/bsu1ZERMXc9Zk/daDdJWTRzKu5n7g9k8tvGq2TQ9zlOJa6QHQbrdRW1199dixo2cvX76Mo0ePpjMIAArFIo4fP05XrsyeWK2unpGaEqmn1qFb+xsmKTI+xvY1jFDtr3hf1YUSRZHOPLC1MPZITnk4TI9k2up+uXh1tXpmZubKiePHj6NYLHoCC2Ez/McbbyCq17FaXR27cfuNp3p7e9mXepMQ4hZbhPtOAZ6UI2zlY8AvrPCpKJDKhHTLB6lik/TUarWLV67M/KC3d8t4oVjAI0ce8VYJfi38wvQ0Jj7/HIcefnB8bn7uaK22epGrpTFvZvtW5GKggLjSG40XWopG6U2ZhZVNmSboRwlTNT1sbTB67DuQNt21Wu3i3Nzc0YOH9o9PTk7h0sVLIVb433oGgPfeew8PHjqEM7/+Nf7q0b8+9/F/f/zbXC63O5/L3SREJkGixO9nG1P3JBdoDj5ydMdRELO5kDZZuWpgDdLnezE9bSmxWq2emZubO/rgoUd+9S8v/AylUj+eeebvgqSmbQEA8I//9FMsLS3hzjvvxuL8ws4bhm/4YU9v718WurpuzuTs/3mJitwuyFZXd72qFwVWD1mNMjVi2XiyaUGsNOvsygKpFDvjRqMxvbpW+/nc3NyJbVu3XpicnMDAwAD+/kf/kMqDLDq093/5Kxx5+DDK5SFE9fWVxx5/7L/G9o79otVqXgLQbLfbWSGEbLXbeSllNg650nGInX5CztiGAKSdNgEkjcNVJVL2E9ezJNrtNtpSNklSpR7Vr9Sj+pnl5aWXFhcXfvzYY4/9+8GDD1b6ywNotRp45pkfdWJBZw3i7Sc//Qnq9TpuvHE7br1lF957//3i6MjIULm/tG09ikZAtD2bzZSzmWw3QRRIypyTDBlxqustKisRMBoSos41SQ8dCAiBFghRm9rr7bZcFkJc6S4UpiuVysKFi5fmD+zfX//d777AzDczKBSLePa5Zze1700zSLWXXnoJZz7+GCM37UR/qYRyuR+NVgtd+S6US33oK5UwtG0bBgbKEBnz1apsklcRJERyAKjq/aRumyKTlIkImQwgk2t/cVVWICMIRBltayIpzLelxNLVq1iYm0e1toLKygqajRbyuSyWlytYqVYxfekC/vSePXj8bx6/1i1fb9fb9faHa/8HCToWdIrtwIAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTItMjhUMDk6MzE6NTYrMDA6MDC4axO5AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAxLTA4VDE5OjQzOjU5KzAwOjAwnbLSDAAAACB0RVh0c29mdHdhcmUAaHR0cHM6Ly9pbWFnZW1hZ2ljay5vcme8zx2dAAAAGHRFWHRUaHVtYjo6RG9jdW1lbnQ6OlBhZ2VzADGn/7svAAAAGHRFWHRUaHVtYjo6SW1hZ2U6OkhlaWdodAA1MTKPjVOBAAAAF3RFWHRUaHVtYjo6SW1hZ2U6OldpZHRoADUxMhx8A9wAAAAZdEVYdFRodW1iOjpNaW1ldHlwZQBpbWFnZS9wbmc/slZOAAAAF3RFWHRUaHVtYjo6TVRpbWUAMTU0Njk3NjYzOTogPbcAAAATdEVYdFRodW1iOjpTaXplADI5OTk0MUJw/YCsAAAAWnRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vZGF0YS93d3dyb290L3d3dy5lYXN5aWNvbi5uZXQvY2RuLWltZy5lYXN5aWNvbi5jbi9maWxlcy8xMTgvMTE4NDI0OS5wbmcbk2kSAAAAAElFTkSuQmCC)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-info{display:flex;flex-direction:column;gap:4px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-info .f-chat-bubble-attachment-name{font-size:14px;font-weight:500;color:#1a1a1a;letter-spacing:0;text-align:left}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-info .f-chat-bubble-attachment-name.name-tip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-info .f-chat-bubble-attachment-size{font-size:12px;font-weight:400;color:#999;letter-spacing:0;text-align:left;line-height:16px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-preview-btn{display:inline-flex;height:fit-content;color:#7191c8;padding:8px;border-radius:8px;cursor:pointer}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-preview-btn:hover{background-color:#00000008}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-preview-btn .f-chat-bubble-attachment-preview-btn-text{font-weight:400;font-size:13px;letter-spacing:0;line-height:16px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-footer{width:100%}.f-chat-attachment-preview .f-chat-attachment-preview-message{margin-bottom:8px;font-size:14px;color:#4e5969;line-height:1.5}.f-chat-attachment-preview .f-chat-attachment-preview-icon-wrapper{width:40px;height:40px;flex-shrink:0}.f-chat-attachment-preview .f-chat-attachment-preview-icon-wrapper img{width:100%;height:100%;object-fit:contain}.f-chat-attachment-preview .f-chat-attachment-preview-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.f-chat-attachment-preview .f-chat-attachment-preview-name{font-size:14px;font-weight:500;color:#1d2129;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat-attachment-preview .f-chat-attachment-preview-meta{font-size:12px;color:#999}.f-chat-attachment-preview .f-chat-attachment-preview-list{display:flex;flex-direction:column;gap:8px}.f-chat-attachment-preview .f-chat-attachment-preview-card-inner{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.f-chat-attachment-preview .f-chat-attachment-preview-main{display:flex;flex-direction:row;align-items:center;flex:1;min-width:0;gap:12px;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:12px;cursor:pointer;background-color:#00000005;transition:background-color .2s ease-in-out}.f-chat-attachment-preview .f-chat-attachment-preview-main:hover{background-color:#f0f4fa}.f-chat-attachment-preview .f-chat-attachment-preview-main:focus-visible{outline:2px solid #0e6ded;outline-offset:1px}.f-chat-attachment-preview .f-chat-attachment-preview-download-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin:0;border:none;border-radius:6px;background:transparent;color:#999;cursor:pointer}.f-chat-attachment-preview .f-chat-attachment-preview-download-btn:hover{background-color:#0000000f;color:#7191c8}.f-chat-attachment-preview .f-chat-attachment-preview-download-btn:focus-visible{outline:2px solid #0e6ded;outline-offset:1px}.f-chat-message.user .f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content{padding-bottom:20px}.f-chat-message.user .f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper{background:#009cff1a;padding:12px 20px;border:none}.f-chat-message.user .f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper.end{border-radius:20px 26px 4px 20px;align-self:flex-end;max-width:90%}@keyframes thinking-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fx-carousel{position:relative;width:100%;overflow:hidden;user-select:none;-webkit-user-select:none}.fx-carousel--vertical .fx-carousel--track{flex-direction:column}.fx-carousel--single .fx-carousel--arrow{display:none}.fx-carousel--container{position:relative;width:100%;height:100%}.fx-carousel--container-hover .fx-carousel--arrow{opacity:0;transition:opacity .3s ease}.fx-carousel--container-hover:hover .fx-carousel--arrow{opacity:1}.fx-carousel--track{display:flex;width:100%;height:100%;transition:transform .5s ease}.fx-carousel--item{flex-shrink:0;width:100%;height:100%;position:relative;overflow:hidden;background:#f5f7fa}.fx-carousel--item-image{width:100%;height:100%;object-fit:cover}.fx-carousel--item-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.fx-carousel--item-info{position:absolute;bottom:0;left:0;width:100%;padding:20px;background:linear-gradient(transparent,#000000b3);color:#fff}.fx-carousel--item-title{font-size:18px;font-weight:600;margin:0 0 8px;color:#fff}.fx-carousel--item-description{font-size:14px;margin:0;color:#ffffffe6}.fx-carousel--arrow.fx-carousel--arrow-inner{position:absolute;top:50%;background:#ffffffe6;color:#333}.fx-carousel--arrow.fx-carousel--arrow-inner:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.fx-carousel--arrow.fx-carousel--arrow-inner{transform:translateY(-50%)}.fx-carousel--arrow.fx-carousel--arrow-outer{margin:0 8px;background:#fff;color:#00000040}.fx-carousel--arrow.fx-carousel--arrow-outer:hover{color:#2a87ff}.fx-carousel--arrow:focus{outline:none}.fx-carousel--arrow{width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:10;transition:all .3s ease}.fx-carousel--arrow-left{left:16px}.fx-carousel--arrow-right{right:16px}.fx-carousel--arrow-never{display:none}.fx-carousel--indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.fx-carousel--indicator-outside{bottom:-30px}.fx-carousel--indicator-none{display:none}.fx-carousel--indicator-item{width:8px;height:8px;border:none;border-radius:50%;background:#ffffff80;cursor:pointer;padding:0;transition:all .3s ease}.fx-carousel--indicator-item:hover{background:#fffc}.fx-carousel--indicator-item-active{width:24px;border-radius:4px;background:#fff}.fx-carousel--button-outer{display:flex;align-items:center}.fx-carousel--button-outer .fx-carousel--container{flex:1 1 0;width:auto}.f-ec-thinking{border:1px solid #e5e8ef;border-radius:8px;padding:8px 12px;background:#f2f3f5;font-size:13px}.f-ec-thinking-summary{cursor:pointer;font-weight:600;color:#1d2129;list-style:none}.f-ec-thinking-summary::-webkit-details-marker{display:none}.f-ec-thinking-badge{margin-left:8px;font-size:12px;font-weight:400;color:#0e6ded}.f-ec-thinking-body{margin-top:8px;color:#4e5969;line-height:1.6;white-space:pre-wrap}.f-ec-thinking-sources{margin:8px 0 0;padding-left:18px;color:#86909c;font-size:12px}.f-chat-bubble-tool-use-group{margin-top:0;display:flex;flex-direction:column;gap:4px}.f-chat-bubble-content-text-wrapper .f-chat-bubble-tool-use-group{width:80%}.f-chat-tool-use{display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid #EAEBF4;padding:2px 8px 2px 12px;border-radius:6px}.f-chat-tool-use>.f-chat-tool-use-header{width:100%;display:flex;align-items:center;gap:8px;background:transparent;cursor:pointer;color:#8b8b8b;font-size:14px}.f-chat-tool-use>.f-chat-tool-use-header>.tool-icon{font-size:14px}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-name{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status{display:flex;align-items:center;gap:6px;font-size:13px;padding:2px 8px;border-radius:999px;flex-shrink:0}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status.is-run{color:#0069ff}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status.is-done{color:#34d399}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status.is-done>.f-chat-todo-status-done{color:#34d399;font-weight:500}.f-chat-tool-use>.f-chat-tool-use-content{display:flex;flex-direction:column;gap:6px}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-description,.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result{font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word;color:#4e5969}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result{padding:0 6px 10px 0;max-height:280px;overflow-y:hidden;transition:overflow-y .3s ease;scrollbar-gutter:stable;color:#8b8b8b}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result:hover{overflow-y:auto}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result::-webkit-scrollbar{width:6px;background:#fafafa}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result::-webkit-scrollbar-track{color:#f5f5f5;border-radius:3px}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result::-webkit-scrollbar-thumb{background:#cfcfcf;border:none;background-clip:content-box;opacity:.6;border-radius:3px}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result::-webkit-scrollbar-thumb:hover{background:#00000073}@keyframes tool-use-dot-breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.f-ec-sources-title,.f-ec-recommend-title{font-weight:600;font-size:13px;margin-bottom:8px;color:#1d2129}.f-ec-sources-list{margin:0;padding-left:18px}.f-ec-sources-list a{color:#0e6ded;text-decoration:none}.f-ec-sources-list a:hover{text-decoration:underline}.f-ec-recommend-chips{display:flex;flex-wrap:wrap;gap:8px}.f-ec-recommend-chip{border:1px solid #e5e8ef;background:#fff;border-radius:16px;padding:6px 12px;font-size:13px;cursor:pointer;color:#1d2129}.f-ec-recommend-chip:hover{border-color:#0e6ded;color:#0e6ded}.f-ec-auth{border:1px solid #e5e8ef;border-radius:8px;padding:12px;background:#fff}.f-ec-auth-desc{font-size:14px;color:#1d2129;margin-bottom:12px;line-height:1.5;white-space:pre-wrap}.f-ec-auth-actions{display:flex;gap:8px;flex-wrap:wrap}.f-ec-auth-btn{padding:6px 16px;border-radius:6px;border:1px solid #0e6ded;background:#0e6ded;color:#fff;font-size:13px;cursor:pointer}.f-ec-auth-btn:hover{opacity:.9}.f-ec-error{border-radius:8px;padding:10px 12px;font-size:13px}.f-ec-error--lvl-0{border:1px solid #f53f3f;background:#fff2f0}.f-ec-error--lvl-1{border:1px solid #ff9a2e;background:#fff7e8}.f-ec-error--lvl-2{border:1px solid rgb(191,219,255);background:#f0f7ff}.f-ec-error-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.f-ec-error-badge{font-size:12px;padding:2px 6px;border-radius:4px;background:#0000000f}.f-ec-error-label{font-weight:600}.f-ec-error-text{color:#4e5969;line-height:1.5}.f-ec-error-link{display:inline-block;margin-top:8px;color:#0e6ded;font-size:13px}.f-ec-linkcard{display:flex;gap:12px;width:100%;max-width:100%;box-sizing:border-box;border:1px solid #e5e8ef;border-radius:8px;overflow:hidden;background:#fff}.f-ec-linkcard-poster{width:120px;flex-shrink:0;background:#f2f3f5}.f-ec-linkcard-poster img{width:100%;height:100%;object-fit:cover;display:block}.f-ec-linkcard-body{flex:1;min-width:0;padding:10px 12px}.f-ec-linkcard-title{font-weight:600;color:#1d2129;text-decoration:none;font-size:14px}.f-ec-linkcard-title:hover{color:#0e6ded}.f-ec-linkcard-sub{margin-top:4px;font-size:12px;color:#86909c}.f-ec-linkcard-related{margin-top:8px;font-size:12px}.f-ec-linkcard-related-label{color:#86909c;margin-bottom:4px}.f-ec-linkcard-related ul{margin:0;padding-left:16px}.f-ec-linkcard-related a{color:#0e6ded;text-decoration:none}.f-ec-unknown{border:1px dashed #c9cdd4;border-radius:8px;padding:12px;background:#f5f7fa;font-size:13px}.f-ec-unknown-title{font-weight:600;margin-bottom:4px;color:#4e5969}.f-ec-unknown-wire{font-family:ui-monospace,monospace;font-size:12px;color:#1d2129;margin-bottom:6px}.f-ec-unknown-desc{color:#86909c}.f-ec-attach-row{display:flex;align-items:stretch;gap:8px;max-width:420px}.f-ec-attach{display:flex;align-items:flex-start;gap:10px;max-width:420px;padding:10px 12px;border:1px solid #e5e8ef;border-radius:8px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s}.f-ec-attach:hover{border-color:#0e6ded}.f-ec-attach--stretch{flex:1;min-width:0;max-width:none}.f-ec-attach-download-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;align-self:stretch;min-height:44px;padding:0;margin:0;border:1px solid #e5e8ef;border-radius:8px;background:#fff;color:#999;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.f-ec-attach-download-btn:hover{border-color:#0e6ded;color:#7191c8;background-color:#f0f4fa}.f-ec-attach-download-btn:focus-visible{outline:2px solid #0e6ded;outline-offset:1px}.f-ec-attach-icon{font-size:20px;line-height:1}.f-ec-attach-body{min-width:0;flex:1}.f-ec-attach-name{display:block;font-weight:600;font-size:14px;color:#1d2129;word-break:break-all}.f-ec-attach-meta{display:flex;gap:10px;margin-top:4px;font-size:12px;color:#86909c}.f-ec-attach-cat{text-transform:uppercase;letter-spacing:.02em}.fx-generate-process{position:absolute;z-index:1000;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 10px #01204b1a}.fx-generate-process--icon{flex-shrink:0;font-size:24px;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.fx-generate-process--description{font-size:12px;color:#5a5c73;margin:0}.fx-generate-process--progress-bar{width:80%;max-width:300px;background:#eaedf2;border-radius:10px;height:10px;overflow:hidden}.fx-generate-process--progress-fill{width:100%;height:100%;background-image:linear-gradient(92deg,#1088e2c7,#2ae6b0c2);border-radius:10px;box-shadow:0 2px 9px #4190ff4d;overflow:hidden;position:relative}.fx-generate-process--progress-fill:before{content:"";position:absolute;top:0;left:0%;width:200%;height:100%;background:repeating-linear-gradient(135deg,transparent,transparent 10px,rgba(255,255,255,.3) 10px,rgba(255,255,255,.3) 20px);animation:loading-stripes 3s linear infinite}.fx-generate-process--progress-text{font-weight:600;text-align:right;font-size:18px;color:#328bff}.fx-generate-process--mask{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:900;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.fx-generate-process--icon-default{width:60px;height:60px}.fx-generate-process--progress{margin-top:20px;display:flex;align-items:center;line-height:25px}.fx-generate-process--progress .fx-generate-process--description{font-size:14px;color:#2d2f33a6;line-height:25px;margin-right:12px}.fx-generate-process--no-progress .fx-generate-process--icon-default{width:34px;height:34px}.fx-generate-process--no-progress .fx-generate-process--description{font-size:13px;color:#8791ab}@keyframes loading-stripes{0%{left:-100%}to{left:0%}}.f-chat-history-manager{display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid rgb(233,234,243);box-shadow:0 1px 12px 2px #0000001a;border-radius:12px;width:400px;padding:10px;overflow:hidden}.f-chat-history-manager>.f-chat-history-manager-scroll{padding-left:6px;overflow-y:hidden;transition:overflow-y .3s ease;scrollbar-gutter:stable}.f-chat-history-manager>.f-chat-history-manager-scroll:hover{overflow-y:auto}.f-chat-history-manager>.f-chat-history-manager-scroll::-webkit-scrollbar{width:6px;background:#fafafa}.f-chat-history-manager>.f-chat-history-manager-scroll::-webkit-scrollbar-track{color:#f5f5f5;border-radius:3px}.f-chat-history-manager>.f-chat-history-manager-scroll::-webkit-scrollbar-thumb{background:#cfcfcf;border:none;background-clip:content-box;opacity:.6;border-radius:3px}.f-chat-history-manager>.f-chat-history-manager-scroll::-webkit-scrollbar-thumb:hover{background:#00000073}.f-chat-history-manager .f-chat-history-section{display:flex;flex-direction:column;gap:6px}.f-chat-history-manager .f-chat-history-section-header{font-size:12px;font-weight:400;color:#00000080}.f-chat-history-manager .f-chat-history-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border-radius:8px;margin-bottom:8px;transition:background-color .2s ease;cursor:pointer}.f-chat-history-manager .f-chat-history-item:last-child{margin-bottom:0}.f-chat-history-manager .f-chat-history-item:hover{background-color:#f5f5f5}.f-chat-history-manager .f-chat-history-item .f-chat-history-item-title{flex:1;font-size:14px;font-weight:400;color:#000000d9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fx-prompts{padding:12px 0}.fx-prompts--fade-in{animation:fx-prompts-fade-in .3s ease}.fx-prompts--fade-in-left{animation:fx-prompts-fade-in-left .3s ease}.fx-prompts--title{font-size:13px;font-weight:400;color:#00000073;margin:0 0 8px}.fx-prompts--items{display:flex;gap:12px}.fx-prompts--items:not(.fx-prompts--items-wrap,.fx-prompts--items-vertical){overflow-x:auto}.fx-prompts--items-wrap{flex-wrap:wrap}.fx-prompts--items-wrap .fx-prompts--item{flex:auto}.fx-prompts--items-vertical{flex-direction:column;align-items:flex-start}.fx-prompt--item{display:flex;align-items:flex-start;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:120px;gap:12px;flex:none;height:100%}.fx-prompt--item:hover{background-color:#f5f7fa}.fx-prompt--item-disabled{opacity:.5;cursor:not-allowed}.fx-prompt--item-disabled:hover{border-color:#e5e7eb;background-color:transparent}.fx-prompt--item-has-nest{cursor:default}.fx-prompt--item-has-nest:hover{border-color:#e5e7eb;background-color:transparent}.fx-prompt--item-icon{font-size:20px;color:#409eff;flex-shrink:0}.fx-prompt--item-content{flex:1;min-width:0}.fx-prompt--item-label{font-size:14px;font-weight:500;color:#333;margin:0 0 4px}.fx-prompt--item-description{font-size:12px;color:#333;margin:0;overflow:hidden}.fx-prompt--item-nested{margin-top:8px}.fx-prompt--item{position:relative}.fx-prompt--item.fx-prompt--standard-question-item{background:#eaf1ff;border-radius:6px;border:none;color:#2e4c70;padding:2px 24px 2px 8px;min-width:0;font-size:12px;position:relative}.fx-prompt--item.fx-prompt--standard-question-item .fx-prompt--item-label{font-size:12px;margin:0;color:#2e4c70}.fx-prompt--item.fx-prompt--standard-question-item:after{font-family:FarrisIcons;content:"";width:16px;height:16px;position:absolute;right:4px;top:50%;margin-top:-8px;text-align:center;font-size:16px;line-height:1}.fx-prompt--item.fx-prompt--function-entry-item{background-image:linear-gradient(110deg,#b9d6fc,#f4f9ff 51%,#d1e3ff);box-shadow:3px 4px 11px #cde1ff;border-radius:9px;border:none;position:relative;height:68px}.fx-prompt--item.fx-prompt--function-entry-item .fx-prompt--item-icon{position:absolute;width:42px;height:42px;top:-14px;left:20px}.fx-prompt--item.fx-prompt--function-entry-item .fx-prompt--item-icon img{display:block;width:100%;height:100%}.fx-prompt--item.fx-prompt--function-entry-item .fx-prompt--item-label{font-size:15px;margin:20px 0 0}.fx-prompt--item.fx-prompt--standard-feature-card{border:none;border-radius:14px;padding:20px;background:url(@/assets/imgs/feature-card-bg.png) no-repeat center;background-size:cover;min-height:133px;position:relative}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-icon{position:absolute;max-width:30%;max-height:70%;right:20px;bottom:20px;overflow:hidden}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-icon img{display:block;width:100%;height:100%}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-label{font-size:18px;color:#333;font-weight:600}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-content{position:relative;z-index:10;max-width:80%}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-description{color:#878f99}.fx-prompt--item.fx-prompt--primary-feature-card{border:none;border-radius:14px;padding:25px 20px;background:url(@/assets/imgs/primary-feature-card-bg.png) no-repeat center;background-size:cover;position:relative}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-icon{position:absolute;height:50%;right:0;left:0;bottom:20px;overflow:hidden}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-icon img{max-width:100%;max-height:100%;display:block;margin:0 auto}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-label{font-size:16px;color:#333;font-weight:600}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-content{position:relative;z-index:10;max-width:80%}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-description{color:#878f99}.fx-prompt--item.fx-prompt--default-text-item .fx-prompt--item-icon-image{max-width:32px;max-height:32px}.fx-prompt--item.fx-prompt--has-nest-entry-item{padding-left:20px;padding-right:20px;background:#e6f1ff;border:none}.fx-prompt--item.fx-prompt--has-nest-entry-item>.fx-prompt--item-content .fx-prompt--item-label{font-size:15px;font-weight:600}.fx-prompt--item.fx-prompt--has-nest-entry-item>.fx-prompt--item-content>.fx-prompt--item-nested{padding-right:0;padding-left:0}.fx-prompt--item.fx-prompt--has-nest-entry-item .fx-prompt--item{background:#fff;border:none}.fx-prompt--item.fx-prompt--like-button-entry-item{border:none;position:relative;background:url(@/assets/imgs/like-button-entry-item-bg.png) no-repeat center;background-size:cover}.fx-prompt--item.fx-prompt--like-button-entry-item .fx-prompt--item-icon,.fx-prompt--item.fx-prompt--like-button-entry-item .fx-prompt--item-content{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center}.fx-prompt--item.fx-prompt--like-button-entry-item .fx-prompt--item-icon-image{max-width:100%;max-height:100%;margin:0 auto}.fx-prompt--item.fx-prompt--like-button-entry-item .fx-prompt--item-label{width:60%;margin:0 auto 5%;max-width:200;line-height:30px;background:#f2f8ff;text-align:center;border-radius:16px;align-self:flex-end}.fx-prompt--none{padding:0;gap:0;border:none;cursor:default}.fx-prompt--only-children{padding:0}.fx-prompts--list{margin-bottom:16px}.fx-prompt--item-badge{position:absolute;top:0;right:0}.fx-prompt--item-badge.badge-default{padding:0 8px;border-top-right-radius:8px;border-bottom-left-radius:8px;background-color:#fdefef;color:#f46160;font-size:14px}@keyframes fx-prompts-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fx-prompts-fade-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.f-chat-message-started-todo{border-radius:12px;font-size:12px;color:#000000d9;max-width:100%}.f-chat-message-started-todo .f-chat-message-started-todo--header{display:inline-flex;align-items:center;gap:8px;padding:6px;border-radius:6px;cursor:pointer}.f-chat-message-started-todo .f-chat-message-started-todo--header:hover{background-color:#0000000a}.f-chat-message-started-todo .f-chat-message-started-todo--header .f-chat-started-todo-label{flex-shrink:0;font-weight:600;color:#000000c7}.f-chat-message-started-todo .f-chat-message-started-todo--header .f-chat-started-todo-message{flex-shrink:0;min-width:0;font-size:14px;color:#5a5c73;letter-spacing:0;text-align:left;font-weight:400}.f-chat-message-started-todo .f-chat-message-started-todo--content{margin-top:6px}.f-chat-message-started-todo .f-chat-message-started-todo--content .f-chat-todo-items{align-items:flex-start;margin:6px 0 0;padding-left:6px}.f-chat-message-started-todo .f-chat-message-started-todo--content .f-chat-todo-item{align-items:flex-start}.f-chat-todo-item>.f-chat-message-started-todo{box-shadow:none;border:none;padding:0}@keyframes started-todo--content-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:.85;transform:translateY(0)}}.f-chat-suggestion-container{position:relative;width:100%;max-width:600px;margin:20px}.f-chat-suggestion-container .f-chat-suggestion-input{min-height:100px;padding:12px;border:1px solid #e5e7eb;border-radius:6px;outline:none;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-all}.f-chat-suggestion-container .f-chat-suggestion-input:empty:before{content:attr(data-placeholder);color:#9aa8bf}.f-chat-suggestion-container .f-chat-suggestion-panel{position:fixed;z-index:999;width:250px;max-height:240px;height:auto;background:#fff;border-radius:8px;box-shadow:0 0 20px #1a1a1a29;padding:10px;overflow-y:hidden;scroll-behavior:smooth}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-header{padding:6px;font-size:12px;font-weight:400;color:#999;letter-spacing:.21px;line-height:16px}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-item{font-size:14px;display:flex;align-items:center;gap:10px;margin-bottom:6px;padding:6px;border-radius:6px;cursor:pointer}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-item:last-child{margin-bottom:0}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-item:hover:not(.f-chat-suggestion-panel-item--current){background-color:#f5f5f5}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-item--current{background-color:#f5f5f5;color:#333}.f-chat-suggestion-container .f-chat-suggestion-panel:hover{overflow-y:auto}.f-chat-suggestion-container .f-chat-suggestion-panel::-webkit-scrollbar{width:4px}.f-chat-suggestion-container .f-chat-suggestion-panel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px;opacity:0}.f-chat-suggestion-container .f-chat-suggestion-panel:hover::-webkit-scrollbar-thumb{opacity:1}.f-chat-suggestion-container .f-chat-suggestion-panel::-webkit-scrollbar-track{background:transparent}.f-chat-message-todo{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;font-size:13px;color:#000000d9;max-width:100%}.f-chat-message-todo .f-chat-todo-message{font-size:12px;font-weight:600;color:#000000d9;margin-bottom:12px}.f-chat-message-todo .f-chat-todo-header{display:inline-flex;align-items:center;gap:6px;padding:2px 0;cursor:pointer;user-select:none;-webkit-user-select:none;border-radius:4px}.f-chat-message-todo .f-chat-todo-header-icon-slot{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.f-chat-message-todo .f-chat-todo-header-icon{display:inline-flex;align-items:center;justify-content:center;color:#000000a6;transition:opacity .15s}.f-chat-message-todo .f-chat-todo-header-expand{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;color:#00000073;transition:opacity .15s;opacity:0}.f-chat-message-todo .f-chat-todo-header:hover .f-chat-todo-header-icon{opacity:0}.f-chat-message-todo .f-chat-todo-header:hover .f-chat-todo-header-expand{opacity:1}.f-chat-message-todo .f-chat-todo-header-label{font-size:13px;color:#000000c7}.f-chat-message-todo .f-chat-todo-header-count{font-size:12px;color:#00000080}.f-chat-message-todo .f-chat-todo-list{padding:8px 16px;border:1px solid #e5e5e5;border-radius:8px}.f-chat-message-todo .f-chat-todo-content{margin-top:14px}.f-chat-message-todo .f-chat-todo-content .f-chat-todo-items{margin:6px 0 0;padding-left:20px}.fx-welcome{display:flex;align-items:flex-start;gap:12px;padding-bottom:12px}.fx-welcome.fx-welcome--no-description{align-items:stretch}.fx-welcome--icon{flex-shrink:0;font-size:24px;color:#fff;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background-image:linear-gradient(152deg,#1875f0 29%,#2a87ff)}.fx-welcome--content{flex:1;min-width:0}.fx-welcome--content:has(:only-child){display:flex;flex-direction:column;justify-content:center}.fx-welcome--title{line-height:28px;font-size:16px;font-weight:600;color:#000000d9;margin:0}.fx-welcome--description{font-size:12px;color:#5a5c73;margin:0}.f-chat-pending-tasks-hub{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box}.f-chat-pending-tasks-trigger{box-sizing:border-box;display:inline-flex;align-self:flex-start;align-items:center;gap:6px;width:142px;height:36px;padding:0 10px;border-radius:100px;border:1px solid rgb(235,239,245);background:#fff;box-shadow:0 0 8px #002c660a;font-size:14px;color:#1d2129e0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;line-height:1;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.f-chat-pending-tasks-trigger:hover{border-color:#c9d4e6;box-shadow:0 0 10px #002c660f}.f-chat-pending-tasks-trigger-smiley{flex-shrink:0;color:#4e5969d9}.f-chat-pending-tasks-trigger-label{flex:1 1 auto;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.f-chat-pending-tasks-trigger-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#f53f3f;color:#fff;font-size:11px;font-weight:600;line-height:1;text-align:center;box-sizing:border-box}.f-chat-pending-tasks-panel{max-height:400px;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:12px;border:1px solid #e5e8ef;box-shadow:0 12px 32px #0f172a1a,0 4px 12px #0f172a0f;padding:16px 0 8px;box-sizing:border-box;min-width:min(480px,100vw - 24px)}.f-chat-pending-tasks-list{list-style:none;margin:0;padding:12px 1.1%;display:flex;flex-direction:column;gap:10px;box-sizing:border-box;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}.f-chat-pending-tasks-list>.f-chat-pending-tasks-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 12px;box-sizing:border-box;background-color:#fafbff;border:1px solid rgba(223,228,237,.85);border-radius:8px}.f-chat-pending-tasks-item-main{display:flex;gap:8px;min-width:0;flex:1}.f-chat-pending-tasks-bullet{flex:0 0 8px;align-self:flex-start;display:block;width:8px;height:8px;min-width:8px;max-width:8px;min-height:8px;max-height:8px;aspect-ratio:1;box-sizing:border-box;margin-top:7px;border-radius:50%;background:#b0bcd1}.f-chat-pending-tasks-item-body{min-width:0}.f-chat-pending-tasks-item-head{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px}.f-chat-pending-tasks-item-title{font-size:14px;font-weight:600;color:#1d2129;line-height:22px}.f-chat-pending-tasks-tag{display:inline-block;padding:0 8px;height:22px;line-height:22px;border-radius:4px;font-size:12px;font-weight:500}.f-chat-pending-tasks-tag--danger{display:inline-flex;align-items:center;gap:4px;background:#ff5959;color:#fff;border-radius:12px}.f-chat-pending-tasks-tag-lightning{flex-shrink:0;display:block}.f-chat-pending-tasks-tag--info{background:#e8f4ff;color:#0e6ded}.f-chat-pending-tasks-tag--success{background:#e8ffef;color:#00b578}.f-chat-pending-tasks-item-meta{display:flex;flex-wrap:wrap;align-items:center;column-gap:12px;row-gap:6px;font-size:12px;color:#4e5969f2;line-height:18px}.f-chat-pending-tasks-item-meta-tags{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px}.f-chat-pending-tasks-meta-unit,.f-chat-pending-tasks-meta-amount{flex-shrink:0}.f-chat-pending-tasks-process-btn{flex-shrink:0;height:32px;padding:0 14px;border:none;border-radius:6px;background:#006fff;color:#fff;font-size:13px;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;transition:background .15s ease}.f-chat-pending-tasks-process-btn:hover{background:#0056d6}.f-chat-three-panel-viewport{position:relative;overflow:hidden;flex:1;min-height:0;width:100%;height:100%;border-top-left-radius:12px;border-top-right-radius:12px}.f-chat-three-panel-track{display:flex;height:100%;width:100%;transition:transform .3s cubic-bezier(.4,0,.2,1)}.f-chat-panel-chat{flex-shrink:0;height:100%;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1)}.f-chat-panel-chat:before{content:"";position:absolute;top:0;left:0;right:16px;height:24px;background:linear-gradient(to bottom,#fff,transparent);pointer-events:none;z-index:1}.f-chat-panel-preview-1,.f-chat-panel-preview-2{flex-shrink:0;height:100%;overflow:hidden;position:relative;transition:width .3s cubic-bezier(.4,0,.2,1)}.f-chat-dynamic-component-preview-pane-right{width:50%;flex-shrink:0;overflow:hidden}.f-chat-confirm-dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;z-index:120000}.f-chat-confirm-dialog{width:352px;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 36px #0f172a33}.f-chat-confirm-dialog-title{margin:30px 24px 12px;text-align:center;font-size:20px;line-height:1.2;font-weight:500;color:#1f2329}.f-chat-confirm-dialog-description{margin:0 36px 24px;text-align:center;font-size:16px;line-height:1.6;color:#4e5969;min-height:48px}.f-chat-confirm-dialog-actions{display:flex;align-items:stretch;height:56px}.f-chat-confirm-dialog-actions.with-divider{border-top:1px solid #e5e6eb}.f-chat-confirm-dialog-btn{flex:1;border:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:16px;line-height:56px;cursor:pointer}.f-chat-confirm-dialog-btn-cancel{color:#1f2329}.f-chat-confirm-dialog-btn-confirm{color:#2660ff;border-left:1px solid #e5e6eb}.f-chat-dynamic-component-body{position:relative}.f-chat-dynamic-component-loading{display:flex;align-items:center;justify-content:center;gap:8px;color:#999;font-size:13px}.f-chat-dynamic-component-loading-spinner{width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#0e6ded;border-radius:50%;animation:f-widget-spin .8s linear infinite;flex-shrink:0}@keyframes f-widget-spin{to{transform:rotate(360deg)}}.f-chat-dynamic-component-error{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:12px 16px;background:#fff5f5;color:#dc2626;font-size:13px;word-break:break-word}.f-chat-dynamic-component-error-icon{width:20px;height:20px;border-radius:50%;background:#dc2626;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.f-chat-dynamic-component-preview-panel{display:flex;flex-direction:column;height:100%;padding:0 10px}.f-chat-dynamic-component-preview-tabs{display:flex;align-items:center;height:48px;border-bottom:1px solid #e0e0e0;padding:0 8px;background:#fafafa;flex-shrink:0;overflow-x:auto}.f-chat-dynamic-component-preview-tabs-tab{display:flex;align-items:center;gap:6px;height:32px;padding:0 12px;cursor:pointer;font-size:16px;line-height:24px;font-weight:500;color:#1a1a1a;border-radius:6px;transition:color .15s,background-color .15s;white-space:nowrap}.f-chat-dynamic-component-preview-tabs-tab:hover{color:#2660ff}.f-chat-dynamic-component-preview-tabs-tab.active{color:#2660ff;background-color:#e0e9ff}.f-chat-dynamic-component-preview-tabs-tab-title{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat-dynamic-component-preview-tabs-actions{margin-left:auto;padding:0 4px;cursor:pointer;color:#999}.f-chat-dynamic-component-preview-tabs-actions:hover{color:#333}.f-chat-dynamic-component-preview-content{flex:1;overflow:auto}.f-chat-dynamic-component-preview-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:14px}@font-face{font-family:FarrisXIcons;font-style:normal;font-weight:400;src:url(data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAADlEAAsAAAAAb4gAADjzAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACOaAqBtQiBkVEBNgIkA4MsC4FYAAQgBYRnB409GzZcB8a4mxmcB0CoKX7GiIpVe1TUgsHJnv3/f06QcoRpVlewPb9AUQZHt4QSqsHUGOpFWFsVhmEIfWNn/UzHIrJKZD3CbU/eSazmb9yReAw5J/WkPaStWfacClPvFZ9e4aC9vV73b3Gb2e4hSdH05eG//f63Z+a+98UV0WRW8WyayfxIglApiUXT0CyZHKSEOzzvtp4MEeQzTeWjAh8QwQ24QAUEVBwTMGeYidpw7CauzJYjK7WpzdO2I7OpDduXjXnZ2lrdWo5uQyyxTgok06Ny1EIppA6hdOZ7IX1QG8mmPq6V08yOcl/2TgXFiAUh+8cppaEmdFTCoTaIndfoF8oDq8H37ocmNhGqCBwoD9EBJp37f8bt+ZIEwMvdZuoKuBATyZGHMlfXvj/7BU82GLlaupeWDr8A7XCeNRbvCAAI4lgt6AUeSDRUxUfPg+qObDMkSgwwc7/pVC4tyclRt+0kVQ2GO7Z5CUBgSLLmWeT5SN/ue7ZaZFiYGZEpZKIs2AEceN7vNlWrEEKtorH39sor838bWw1EQiTXIMAHQOu8EcADz9meD2gT/gC08wYbbrpxohkXpllmgWCo/f/q/GolHCYke2ZT8vlnYzj9nu1zNU055bvvCcx7TwIk8FmEzH4LfkDwk+B7jWAC5iesSf5/U0oS/AD2BrAnMRFPCKHbEMsYu+23arYs5/SrQxw25SaQQWbs92O45d2s2B4RY4whsgwjP2oQT5+hNwoPrUN8n0hot1Mo1IlTMXrA3r9SXgg4GOZ9YndN9+/kZQNmsKgUYdLaN3VfVi3pSbDkR3MjPGbfT/+zO9mQNQrzrTM3tfPA9w7fXzXbgPIxW+HdwPOMBgo2U7bmA+ot7Q96s29Ca5dNmMQmrdajzG/o3Rc5u0b0/t7MchUr/5d29JlvszucLrcBNJpYZouVw+XxBUKRWCKVyRVKlVoDanV6gCBEKAUllUZnMFlsDl6AQEFk5IRE3NHZ8eDJizcfvsRotFKlVkikMjnDcrxQJEZQDCdIykLf2cXVdnP38NS1aEqJ/HipaZ47QUNXazz+BQgEBOFXCN6F4UMEPkXhSwy+xeFHAu6ScJaChzQ8ZaAvCy9y8CoPbwowVISxEkyUYaoCM1WYq8FCHZYasNKEtRZstGGrAztd2OvBQR+OBnAyTMqmjQAuxnA1gZspjMygag41C6hbQsMKmtbQsoG2LXTsoGsPPYekrtoRYOCU1Ek7A+RdoOAKRTcouUPZAyqeIOoZYl4g7hVC3iDsHRI+IOkTUr4g7RsyfiDrF3L+IOIfgrQHAtgLEWAfRAOrEE0sQrSwBNHGMkQHKxBdTEH0MA3RxwzEALMQQ8xBjDAPMcYCxARDEFMMQ8wwAjHHKMQCYxBLjEOsMAFBanotBbQhGNoRHB0IgU6ERCtCoQuh0Y0wtbS2FmrQOkALwqOJCFEhIjQQMTIiQUGk2Q03uBe+ZT4gPZj6tTRppsvlNVjj2zAO6zZDA8Yg5cfNB6v5SaBh4qRaWI4lmEo+sY4yblVcgU6kY8YnxXIup+TGhsOju49VWFQOXWmHQUoNDkOypHCNbagQU0jF5UzKh+9NqTxHFhUGYF691hJJ4Nrs9tq2xsWw6u4yMriALiFggCj0EWG4hV4d3G+LJX48Io5mM4tZ9EK41EqQC8GhRqPOMbuZnUs7AkBpm/iSGYuy8X2qGQGwMGImvIGkimlUMRe1WzZmkJiHVAgQzC8CtW7R95Y7hqmwyZhx8KbsKYxPM1gzmo6b4WyznK2O/o3BNJdlCeCNo1bqMwvimCL0KcjyNDWkm7p0hVNVHt8HfdM8lLGNDfPej8SVZCZaC85Ax6FC1Nqs3+dQx4Hqiqio2vnSk7OwrE6lE6WwXZqYmuxsSBIEB+5OJsFxnCCbx2oKY9y+oerdFvM8sWJApd9vVqydS2Hsyj4VDaqApXYG7+o1MZkkMPIsmyYnQR3SGgzyBb+8x6Lpw4N9/kZe1bMNkW7O6fbU2hpUKtpaM9aYpapX0ShGnlcCA7AqeqIJVgYXglTV3ruuHXV/LgcgqBYzIL96kOZLfa6MJQ/TcgKDjTERH4KxhUMHigR0u3wlPDzuRFlAJnJuSIgsoS9cu9llIfbx+JjismKnSPN8U9HaAIVtqWJvw7ejdabLse44lPlM8OvuNrr3D1+i6AHqNWOtSjSjHwSNHc8r5NpZCgJKazQ0mBwBOjWUQXk/zh3IyC8u/2/J7cx6jdBXJU5105A0ay0Bsja/20HaJ3ug6wPNy/cuV64Ca+gZKRDqC4oQO4i8lTbI14PJHK2RjXmtKbQs3bNUvgTWSoPuYger2j4oJPykCBX7q+2Arc3/1DooSmlIR3Pwow87flwgI++KQkkGzr7yfBXrkF9PUWBxdW6qqW/ykkiMQNaTVsti7c5clV+NrID6hI+PKJBHdNBNJ+rZrJLBmasyq3YKyIghm46laLpReS5jobEJOZNxrP/Bzt5rUrw0ILNy2BOKIpU0NzMvGKP2oiK2kMBjQJGkXaBK2LoAY78sIE0TnnSwblkxBxJJ3XFnkhhmxqS00xvymzqoGfAQJsHoTRbr2rDzN3iwbxJShxq9aGQC11kOzNwt6UUO8WRqEilWXCgRVZXTMxm8eroFRoNqV+/Pf9SzlVlFa261sbq+sLenLFZiiTNSuQ6+Low8Cu2g9O43bnFT9KWwEp4vNut68ZwdNN2fjM92GFphKZ1uhTOc26PTNMOLP5hWBj7G6UpQYwtBveYN0tXq9OkM5c7pRaqTwCM9jOAQaYwS25yiNbvSMZwLHrWFdbZqWkDosOVj3PAOOAyLIvoHOyAfYingIkXopyUsN0NqGp+pPHfO6uybvCbIbqQOnB966+Gqvt9JMIQ8owPcUbBEtxSF8xJxowFlAcNwjVHxaRZYUPihHGFmsQn1kD2XJqqdnQD+5fhmkVlTOXKIxdk38OiA6plAmuXA+Ac7pMfGFdcSI0g7XzcZu1BCKWyAzSLS358d1iN809po9cFs2dv9sZ/BL7N2qRj7Cn32Vpj+vQViy+Gu6hJQBa0zVzt6HiiCDqWuTeQAv+zyxQMIKkC1e92Ho4zaknlNCKgzvdlgHVCR99mm0qiX5iva8ZFX2buqcRxcUUKgs5d2IWF5jymrTumF6DRfFEjVyICGVa4F5EireGmjy1cPKHHx17Zm3SJODuKLIjcaAvvNCE+Vi9FsuRqhH/6F8bnLBXiukozw5ouQblPzVcXwYhslP9Woj9Kf/03Ib4hZlGy9BNBGGVt1/mZ6og4chQgihz2/ludFPLXqmTQ3gkvL4OC07uOZEkvVANYEdgYnoMDDR/4AVaDMlrsBq5bmo+Vzq816Us7vEvjHqXZHe7NagV6cm5pt0zbKgx20o2p62Px0re1tVw+W2t6IyyVC3AcXa0XUjH7qMOiTzH9ZNEEv7XVDkucO7ncEN7ADTSDAJK/o5MJX7itYDlRetApXTbZU2OEnQINf49vkiBWFBiIATAnSGoECzXc9xzebZD0WqLCdw0p2BKvqga5wh5MK6IS3xg2qm/CWfUpYJMI/cHA8sNlMKnB+40Z4tbsS4EVERtBz+B6Ku65BACIxhHWlAetAjuuVCUG90kvdjewK99rYTVvTTNtv3rhlVikWNYf02+Yf23qpusgrd0FqmXypPTRBiAT5xH5IGSJ7xCSuCTMoS1wtlj7QeBNrlavTpFPlGItM1fC21rnEY8iO7FAwtbLSbE0yQgCm5g6OshQhwCGQ5P3D6HdJEinVteq6ULGD3/vDFftFDG4iGBxDaRY/cgFuywRoE2CvHuosB0PIXUoP2TLfyC7tzkjdvZqBefWAi1JXFuYnCtDv4ZVPvYitBDe4mZ3GIreNsP0Vd4plitb96QtazLRfnliD2mOyVBCej990ODVdOy3leaVlU+lO/T6lysP6h/naFVOd9JVf2+P++HbtBQJlBaqGoLJqWqwEGXmNKqtmSJdRirYmEeWbmCdBYyeim54NaWd8kD3zC7BersG/9hTbYdT5ex+dW9yrvb8N4mhdaTLWVWAd/+du1uAroYD2RqpVAezmU+/prrm7+MHf/4BMHe1DU3W6RCKlsv6ji3o0Pjal7tCHx9PI+JzclB3pBDChcAy2JLOS6799PwbdUEpgTAifWg2eb2ArupHDdJne7j/2MFLq1e2xWI5/D+MA3zg47y9LLSbN7/mLKxcSjXrNO7s23/pBuA73NDh2rEWgwNhYhX1YMb1h8iaDAEbR+uvQSTTD71pLBuqVBr6+vaAup6/U5sy3uCW0M03aBl5DWKXAgxquZ4ExuTwe55p9e4wXEysugFLqEnbIVRg/xaaYEUMk7CGL1SMh4CyrDlIWKwAWW0k7VIRf5FFIVOjoEm8Pgfxiu32XdsstvqZpWlyRGmw3Ks5w741y4Yw4gQXGUaTh59xO5P7dcvobokAMmQYh/WA8sbq0+LfCxx6JWY+R/tT7eE9q95oZ73tEf3xQ081Pkbg3J/lMQ7pTjFxgfB1pAmzRKx27DMMvjOo3GtfYAyvX3F7D6rPtlZpfG/Cqck6ptqPKoulYapBFMwmeuv6Hathfvkjc53vw86BQryD3p8/b2itdoKiy1CktdMEbtgGL9MdEVTT2l2ZO6o7PBwVGwyPfmp8waUrUQ1Jt6jj8jRiYegcA9oKjk6IITqYhJMUAtUWESJuapgWurxp3vLhEJsbKILtr0W9JhjTjg6G+dU1YJ2SRyZznlLrBtW7ndUT98l+KNk2U0oCaYes3Ge8+gQ0+F19q5jfvHlEaR48Qclpa0ORp6XRTHnYO6XFdUjT5JGmn3hpPALGhMMETJWRPw828xIKJrTbslEqyAB6xI6KdqKcLfIJiO83zzWasoYtp3iakkem7FAv9FBzeXiX8a2mvy5Nn764YtA7S0yXaEChs+bckSf8uQNVOOKO8HyME9jIVkDLqvF7KToe5frmjQiythsuRudJZ9fb8mIwedZVKKO9/3A3EN3RsKICtLPxSa0TerqsCclc9kBIQzDE0C0Qi0Ps9S6A33pJMT7HHLKWH7HTep4sVrQSqK6zBZAkIe0qvJ0AI9QSpj49yLfwZ734UhkuOxWA07N5cpo/99f5cvsb+Z2DVFh856ClSUM5Yuq9qYulA9dsX7q+SvTktkVB+2IRrVmzXG9Sq6bgiGqmsyG/Gju8VCKiatZ7SbWras5VzZXtg/du5R5NblQQn7Qc6aJnuFc1FXXfwdo3nJlBh76fOEwu9IUuFtyapIli6wQ7piCyeLmL8oKgSEM4q51ri/IwmhHSHS03ASoQcV2zccSwh+kl7CLETrQLx1+L4Ag0JRkZkkEV4+AO3mHiZik94gi2B9sWDWrIjO74caIx+j6CKFKtcDRR4biXL/6rodBt2XIz+55r9Jq9r8RkBwJbIWjVNNVBcRiwkmjJVrkcFCPaROP+fcKFzGfbVdmyqgeo1qoMqWKpytK7wNUOFyWanCLtLo9awRZY+AaJAVUv67Q7sveE0kRNsf9ftGT552j9/6dr1/k6TQGVgOEgVaMr4hJlnroMRrSEW6u4niaSqXTWyRVLqGmzD2uTb9la+nu2wF89eWmFO7Z7JvHx1ncv03rkgsfceY2tXRn6eDxAXE0XkxSCBUqoKDX09NYYZN9hSim+SAawgIyrNo7PXWLCTRJkKegzXISFAQiL2E5jh8k0uZPqGuNWAQaTwwNhFxNAiqH9ZWUAMUqUPKjQqcRRQIRqmfHWO00XqZkEK3lPD2qI2smsMK+EZnHm2JoXYj8hADRC69HF9deEMGh38IcoVOui1DRiyBCgE6jOCJaQZIsZ11vVjYZhF9o0f7jJWYcBbYfYp/LePxPpQ8b9nqv2q8kwZFKI1ayo5SvK8koG7s8rdCDQ6wJQcCvYadjX0uAkVJrsd7JkjPGt1yqu2wOwkvod4UDII6aQDZEn9NOHuwKvA1oe2l+VRnR+susX96HzNn7lYUYit5Nz6zHwHGeWHjgANDkIVQ9e94Wc6z6/7QEYcFpTmCJhXQv0NDQELGIXwb41f+Qtgx40x5HXTLQ7YHiJLRB6psEt5t5j4aEwdlUs741jPu9jlcRMDVp21sWlWNHFWVpXkXErzXO4QZcp3bam4GTMKgE9J5ghk7RV/G9Nz91aSxYZo8S+FpCprEkl4JNOZiyZxSNw4UZpvBOFDgiaqjWfBm/rvSx8t3K2oyCTVkurWGwIrw0msze/or5kNhFvKM/W5nsV6M0tlvkbeUb2RnF9LGVfPQTWMcExuAvOzojTwom/5A2ndp8pKxChJ1EiUhbtdyT65bXdxZ1316nVtKW35qYrgh0oXcdvZS5AyVQk2a6qKmQECWttkQ9C/asU93IJoqSGRdsiWkgmB63Bd8pwRraYkDGR+OLGT1fwhSMRHUhvZUTSacW1IxNd6godb6aNudl+UkhHJxvEiyHNLDSlt1y1iB9AUlhHsNdGT0pDbyITXxlHZsdkZubsRz6khTRTgw6WBqr5KKkoNYGVQIgAZozWXP7n+6xyMLXE8QkdLMuS+kXSwfpSMfj6qvGzAPjJ6gliIDZ6ddONLfRC4YFp0Gwzt4XpwMC5YatPtmsdWaZsFeiUsjZYuAbEmGyeC2GrDS+bvUSYymgMtNISE1DxueCjBiEShb+J/UxTQqyYYFyNJkC/0BHeSaYBxcbEMGU6LdIjdxAB0Xu7YrZizbll8QneRDEHnlc69ynn79jNP6zDBgMDsjTsWrTtPPeoC6NntC461cdt8j8tSa5VS7bJDBBFExKJQHEwjxLSyC1vg/dugdmgQGwB1QxKSAq9nfQT9Lmaev4hJpkQTllOkYXaGRUULoycVuAUsNLiCSt6yJ1pQ00CFpQ5CjMQSWa0A6/5UE9IpCVqkoUYd42Ip/k8S0udvGq46xueKbankERRXL2N0fpxI0qfpya9FlGa1QvJ1v9CO6c+M0ramP65rQ0zdXlrJ0hccAldGcBK6KRGteo9pnrSdFO/U5oF8jNUCl89evMCMW9oyYlO6fn+QUxmHCGhRVx3CLqn7lla/OcXS6j1XPUL+HWx/c6VZgcu1gzR6m3hPdM92NVANT29dEPPSQ6RHEn9BTGQLUchSY/IURIeqUPNsBY2EKhbnWZu1NLSQq9HFrCJLdqp7+4r4gXtPzoG47vhsJu26QEbrFQyYDtYLXYY7OjwUbHUYbp9Tg92bpv3G8s20UQePYfm9gSV4mNzYGGvHi45QKOgu1UVnKUANydQvUMb9NYn4A/MM//nn+cFeQr+/uLEvqGtKswtnl9IWA3g7tLO/Lb8ZLbQYkuwqtgwEW8AOD4DDMB+u/56zWknWID/YWm3q83ZO/UcpNftqqbwooYLDh4y3DobvqhmeDsUfRGlNQ0Jgvc+6oFChHpuuJCOGhk7C89yF6nkEuAfyC7sqfTaeFKYNdmj+AFTYVlP1c7+rRuZN2amZllE5MnyeHrTdf5lUT6jfecIUmwfwwAX7SG6ewSqYDEvpeWI0UShFr12oUXEWP67XYsKy6gcvTFz9+0bSQhXhY8FrzDovN539u2CUvvDotaxj9PHNSkxv7+w/pZ+pUq32rHKvqucOOnvzv4Tb21wLH/8R/mlYKTR6Lu27VdpUCvF+H2xU0+4JfQKjxvVPFk734sLDm8c+6Q2V+FNgKfDvnP/1m0Yz7MwhO8vpV9z6J4Vxrcotp7URoBc7dPAkwM0vH7R1n39s7fK7mp7mWZ+1yy35fWrvlZRINgWfgvYTXqsAIWQnERvrEnihlRACI5Dyj8tN751suXAP92dujztQQ564yn+4d719Zlnp8xVWzqO0n2mjzlYrJnaO4v2DioJZ6Q9YM9ynMFd5SFS5+awKhZKpYZJlMJbcHHKCLD7Iw+iZmhvgKvW6DfU5iaS0cxZARSuDsgICsoImJli4lEg7tghUrq6qOCB8NUFrK9/7Ydh9hQI3q9HAlfmfl/MIgpYJ/53uDaXjt2pRtIbE47QXxd8ay6URb7+laG0VKMn8JgGJW06STsp4XRM8YpcLQQA6AudL15zvBcO5vexeBat3TOrUxcUi2I6gAr+usV4QiAa5pTUkxC7DjML47ZsGsuHNF/03Q0OjlmIoWciKcqtKsO50ALfPN1bmmMVN+0EnihR18tIYWbEynzQ989e0uWQlOib6t3WkzaR1v8mD6WRl2txfDUe9EviBagcjKcVXZ45lFFfR4tc0/uvotNnJ8d/GNe0hVFQVyzD76kgp9sYgdQLfM8IUoQpXBa93Ndh1QvZYe6jTTusqX49TUqPnl+oc//HNtlmknG0WLKQ1zItyirS+wlHyBa5qWo6EO5dOW8J4k2qiKNFxsY6HKGzpUZ44H37/qay6nhZd4PP4z+LX6LaQXtBoaDTQO4WsRB3N4Z0cls/0Br96Zysd7mTNrHJcld+3E6a3dhK+ENgGNOY0OyHXbRyPbruFgFOO2j77eWLmUUE9X2iTaNiwRavfMHc9rwjqR/HHB10ihDLX6Xr+k8giWxdYvwFuby/CQNtBegnOoDwYd1m/h4pKl/NEbCIgjlK2ZhSsBmw0TOuiYR4/7nv1SH+af0rtqwm7gWniX3/0GEPr2veKFMQLIononQUwcpRotE3J7s0ndsDve8TqxDrCYirumaiBAMnmnPjkGH10z4PmNuePmF1Jvtxytwb/SO85BSRTb2yIJiaKmm+fOTwxN8s32s6dGM60p+bHRGlCYn/ILiD9oywAsM7VdJ+bQQ/dNYCtVqoWKRWLwrw8+Fz+EaLLeBLWjYTn6xWmWLRImZYps/2KP2I7TRiDmbY9QvgqWEF/u+fCX4VEq1ovJrbwrwu7H9ht5yqZAFbyPLI9eDedqH8DQbvyLvPzWWaN09nPS7Q7nDIpuWwDJdN/vIZAvjvhri2jbVYbwyqbxdrKMrBGVpcAIPTcoN1F9764iR8fb5zcfwCZ4v76R6njw4LoybH0j1+5yNT+A5ONxx+Lv7gV3XtcW6DeNflZgnTX9etd0wVZE0SGjk+c7polmJBUr7PB6NEBGA2GrAitx/DOvTj0J/TkMNl+2uk58NutHPMxg8ySQbs5p36zMy7CA+1DWxcmZtD25THlw6e/dPzaYfcKeN7l0mWxSAsYTZVRb25r+qVmE1g3QFKXQJi0myTIHVoE+93+d9svuOVyoe0vimr7pUT6eev/yXrSF3fC4KMyoAu22IxLM73nLYKQz2WUdqfs6Im2dVlRLUk+Ce459HBKRCnjw2jupkjwSYpqqctKtKXbnVo0M7gNFYqK3xa1LDJyWZQP2ydCs6RCF4EGay/xqLxSww38dRxIjsvnT5zt7R5riAq5Vw51kr/QC84xms3SkGWtQkqKbTbKbA6W+PYib6QegIFm65gGPwNzFLR+WtjUq7FNSh+MlxTCID5LBcSGl7Ag27DpigclgkT5z2kKT7xGZQcorQJjLaTrEJ7ZWsaR0BE9cUQQrzv4LPBThuocRXj4+VpPCYnYyRzDkrQU4pbDoSlYbW/SxYuaiPPvjYNAuNs3nqkMqAgLPIfRujfyaicdycnxl8B4WstrdMdozwWGVSgD4pnts4xpU+FTacZZ7Ye+HE8Z16RrqJW0n4LaiIuxSpOEiRezrcxmK3bkVHyqmpC0H0Xpl1pxjHlO+fYNvQeVvoHzdPGKC8PPHhsTxTLvDe6Xrb0t0gqFWj2RovpNVSd8dZt021Up7Qk4SGBiKLPuTMyZUrkX8T9qJfUVUbVPljQQtCfa3MMYpYo6Ffh8tAjliCoafW5FjA9CEaSGIBaA6HbMzv0Bx5KWBFtHdF6XYFfU12mICeqbvZHo8ZJUrygXD7IyqGEBjd8FHNZqli3ntnSG7zMzKh8NahYFXnjLGvqHloQL29q0oaVjt7r+LyVhd65SxqJ4FadeedE3efKvnw3kHdvwicGumut9XuuA71gNtoK+/QTKH+NuY++7/ji7t1N5YfxRO06gK7A5q4nfbPfjJ/H7bcmO5H2MM8nx/dYcY60+3+x8w7oJ98ivT866SWKb1lxUaxZE1whHp+AOStrRcr7lxljr+dYGb48LHAPrBogHANIj4t7ninqQA9nZp3mnM3rA8DUEGJ27XO67dDmfzzfl87ZmTjj7aY+vHv97/v/5x8Oe1PzQ+dH61/b/P8Y8p+NODq6/LsjZJJhSKFU/YAZi9zZVHggYom6fvajZ46hzv6kjWrxpXr9f45ve6qA2zHZ1S2XeJu8dpKYY0zL+FsYWfYPKfbPfS0XgzUDwYWFWsksUsydTXih2M9YuCN0nEj8NPLMnipnkkhkZr3Ec/6N9TR4HmuggVNhw8pbs/mNc6xgr90zmfOUkeSqCC8yhS80h6k5BRJK+JiEekaIIN2EEMAojI0TJXJkwKkWojXADrndNUNPz511QGfsG+110vYz9igFrs7Urtgpbhq20Nm8gQhwmAuVBCJMDmQeQ5znhcuIVu3xBaF5wcF7ogr+JDB2ou/898lymWJjulyqVpvqlPyJSLFVq7o+MUssohED3ey4OAxslrtLk2/4K0YDzawn+NF6OcRjBTWCOycD2zWjciA2iNG21kWPt95ynzzGZ1Rcw6RrnImHYXMdzMQ4ncHbY7K04Lhp3woaqRuqGzaJjmd0BYwsx1p73dZ3Wm7GoV9bViZhd7CjG9QIpWlmjDwZqJkF1mgG9BtaTNga4hqmF83aCUSvYarS2UmEq8X8bHrHHjXiXkLshd0JCPK30rieqbdLtlOXrOD+/YLUBjT7l42O4bxhUp8WyGua0AtZd0+x24cZxH7aBX9ae9AnWOUY4aK79m3A24d9r9uoWY+i+GFD5Rr6B7TO+caPQ3lNlFc/MAbMyUVGMbG5BQ+zts3ZITlqo/Kw8vbjzeInvi9f5zi8q9BbVJY3qJnh1fHxQFRnmcHOBVptlEMKkQbI8LpEXXptXT1B8/GoYgRcnRfy4Q+vtOEt4dgPUUFJMAIn62NKzQbMctd47flSS3ZSdyffLCMxe9mmOLInlw6oI/75sDtYv40x+qSJ3Z6pHvGfShLFmdv2RrrCdzclLE6sxOVCeZ5JHfHdqzjl3nUikMxIpatxEjzxOUvcWaCKQYPAEpT8RBWHxQUFaYwIZfGjfepS3sClKH+QYjw8cSjRvzljj6V384akVb3Y2nkadZBn0U31DeQObosIMGoMcM8qMMO8P+H39yclItfyFH8F/tFDDnzqtZQF8u2kM1sMooo/BGrZRw9ipcoyq6ilbAMcBUxxT469h0jcK3mlrAZUp7WC9vx6mi28s2Dlpy92dRnllAtz9lLdW+wIXI1zl8Zl7u82AV4ymTxiOH5zqDYA1Ug1MH0SAkpyWqSlXq8u0vtzZ38c1K3SxriqeUskP48cuhTWwH1Mz+8+QYGG4q7vajSAUhKvda1udl7j858K4Iw5lgPdhVoDv0X/xjM/N4xfNlEMBxPnEgIM0IH4dDktgP70o3E2rdYsQ/gAkdKxcGK73x7l6+aoZ/nymWqJm8n0TPSXx3rYlV4OAS+FTbxER4i0qv4Yr5gJntUm/NbS6VNuJ2+e3o+jEMM5d8s7hE5Ghg5KTcLd53k54xG946fq+uDmKXKM42ccnWWy8RqSPn+xjFF8Tlpl3EUKgokISDaaRCovaM7o8AuIw2wGpAVQijdThYWo+kgdsR8IeuaN8D2Gr6I4acByI6h6GcL36fHtWu5WTR27eeXH4YrszKUe6cmm4HQQpYQeOltv+t3qdchUXJueEu9AOIO4U+4tqSjWpelrPedqLTam6SWVPKZ1HKydhyVQJQHCFvYCwgsPXDOxaUl830/fo5xjSLxU7LSeX0pycEAl1ZITKplL7qBJqfT0Vzdkys2l7YoQq7S/sq6/vs8vIzr50aTGP9fIZ1RlmVFji+6CYhhvFw6OHO/EkptQYJArpvR4OUaEw8l8LWz72S8nrMbni77YBVb8a+zR22wlY72eAozx84rzDnsfxE1yzjFGsSFb2IqKanUbzgxI82q4d/e4f4o8JihQyitSZTK2fhjmhls2ThV/vjUKiEcC/04KrOcnKqwzEF2HQX96x/qojIkYcr1LO/cP+5xy5Qd7u4yrLngiq5QMe4D9YqBHNZx3b5oxlr9HK8tGJBQSaaHYCkoE0CIEUEAdq7B4qXlGFXV9KouELUUnrdw5VQVSEMmBT2Ql3XrkajlXZjWGr4dVX5x+42j6fJxkMeJuyhb2FpdjipB7rwnKxyOL2zcldTlvAzOZUiVEsNkpSJ4j08Y3iVMmEsOMvv1Q7VufMDUBTMpteuaE5L6bvX7LSN09yeYHnXf6qVYgfIpfPZG+CJrrUayBoo/03uZzjxxl7cx0m9AVuHZfLiRs3Ql+zyhsoAXi7P30ncKsNGWrTJbd1PEfqsF+4QbjfgSONv/zmjyoQjo/DIm7YKe4oxCGBtv02JM5Nm0Ez1OiymnN0AAjaa86VDxB1iqlhjpJDTFGhD3OuvEea/d4Dwp93UuB9wcy64mVzl+Q3lu1pfQ/DprSj0VajOO3JjwBFya5M3qhSJwAU6t9eZ7XHGs2XHBdG3Lxr16YkbTatobkfxNxHfoRR1vo7Nh8RshpPG0tYQk5m3uatvfeQk/ayDyS897qFfUDhAzy+no5Vub6Zw1d18SlZb1X8rqf8Fueq6vKM/1XlGq2RZQcGZpePseyg8nDQjtBTdmD7AjMBba354lDzFI/BXbWR017n7HSzOAknd3lVaqUsOYB3kROeEtCOcr+JBVLIj5vXzXhqPqDLnO/6ipW5dOA7UMjdJeTSKAaWgUyDHyObcYPxE+Mmo/ObsBpKJ3cXzP2Jy9jFpZq+GVmGb8fdNO/jbePffGwn9w594330kqhIMNKHSLg8LkJPsXastEO4PLGjhs1OH1oeDsGs+qx4zqEdyiWLlTuMcYxwf2+7qAYcY59Lr/OqhYCKy4b1ARZD8KobXrKyhAJyrvJ8ZGTflr9GFxxBiDGS0gWROh+Dfa5pEVjRoacukJ55xCan+tv5X7jDy7feI+vGHSQYhKqT5B6Q2fmk8kt4jXRujl9NuGs5WVX5p1X6dcm2VLNtAuAQx/9yDkiQbLoU51oUHC6tmZtTKx2obYI7lSovbWLS4NVVnOYwHegTyLiuu78uUHJQpKoLBv6mLxAVGiA6gwr9GOZXnOi54tHEaBoYLLCFYIxibsHAQBP84DUvLDiE4ddfTikUhmP9eZpVZpuH66nrH9qEoii9msDnWMOHQ69yhj1nDNXWMYfA7myjMz5IijPo7xl1/RhNVnvZNP9QVM1WWApDIQQh2/r2NzvEneB8OyRZxm0LormL1WtQy1FXNH6uMZ5O3aiCYGqSL70H+ZjxV2Q6LZD4834OEcxa80jgElWJypNTj0RxEoGOc5h63qioPlZM2Nx/HPk9z/TXZz9M83Kyf+kN5gejzrA8XWO10hOYxajtPmFCLmFXyjjxr8zeS8uOkAnncxeqZWP7g+ktsL69c3mKWCi19Nq72G4y/zfZQuYUWqusLaqi34HSegXKZd5Yaf/6fJ/CjZl+i0YW4JinwOduKN6WpA/assDym0fNaLJOsGB50FY9RORAGPx4SpUndmHRSJZ0T0JUs6TvQqwD1YvmTZ1dAXduWi73G2KWWs39E8mmuLZwluDYvzh2xMOMfHu5d8m5+1t6Kn232aVhaFftSrEo0Ks+ncj9pmVpv9H3Ij/PpSwscW5abi7pH+CS4db27e5lWJf6l+GU8ly1IRPD+Ne2O+G7m8s8SjdBfknT8cKP7ugDWxptFperh8e2MJjapU69muHzXX//i68s2Qbe09nViI8M11x5E+DSZ87RJ+2Z+3eyNTZBVboDv8scZt6NYfxn6yhL+B7olUvpSXipnJ6SCky3My65FC9AJD5k4J8cflNgdvv9tLTnUj4TqcTjRD0JsRtf2fPCllqKHauWpN+XyYnKni/CoiRhuzwUKulm9MyazTvLNoRNyb0g657/girzdIdKqp6pVCutXuSSwwR5gptuuDFvu5kBBx3z/Nh/JYnJsuSSmJOvT+Eph8k3c/iDFxbjHAjpv4X12v13ufI8/PSN8wSaeuLzR5tEcC9LDryd5IJWHKUosSEsEyujcK2a8I1WmvDdKaLtawhLo5fR34fZ45Y7gC2vTcXL2zEq65uI6iC4NaGSPbyYkDBDUskfXkhMWCzu7CkqyOBLV6xoqtujFs90MX/bdylMrXFZwS56q3xbqMyiHebcUj5z/3EXIbVObRqZ9mY+uJho7R2CQWsJaPHmTIdZ7m3rXoAwOcDV4IqT8QMEyQJ/vpHvj2YAX4aTeKXvkhFeQsnElwQjxojJEEx0vauI9HnizRLG/udDqxJWLjd1BP26u6Mg8cbezl0ijYg4M4rt6CJbMnZFBuKk9L4XBlJfb99Jdt+9ewdYxpueR0YAqyz55f2kDoViWjQpmv7w/iJ9ndj6nYfwxeNGuZn4ST8tmg4OMZSrgJCblhUnvnJFQpBEREhsudeuFtg3shuMCxaHNlkrGTw+4oekpnHy5uLxnXTUbal1a6PiFIpieXg+tHz+u7Cw1DS1uiiM0cxYaBKsoWnRq9eod8/VR0TmKnNXNvb//M1q3UV3I9eiqHk/P0hsHU1NTAT+qBEp1RQTo59mV+d2is+IvJsu3ultY68s2Wzw3ZBgTDy3mzY5BZgStjM/o0AW5Az8yn79DZQ7fVX10hQIgX4l+sd2EfCHvJ+MfGor2POkj93HMzd17RrWbN+xaKlGgj2VUIrOtDTSogdODxaR1qjCTu+AqVmTokJQ7NHoEoCf2kkSMqujN9eFjygfJ1utAumq7PzAarDcqVXZ0eR8K78+thKNE6rDXUUkibOEFGwOCsnGo0SpsQomXmesqlN3gHq1sRKvC0wM8UqTunPippIQT5I6AjXakRHtiF/xgfphhY1jZrQe9fagd5F+VeEIayQ75yaqPgMeOl02NMFEFiLMifX+mgnOSxUhO/4eoi6kQh9uk++R99bwAauIzPT8fbcqpyohPLU9Y1kzrfkDKEPxHzzUCNK2l0YOp78fOl6KpaQvat+VkoEiJ7YHlxS7RLl9RhwO09x4KQ31hyLPHI5saIg8nEXYaUM/OJxlxMpL774kLXZHbNgV3vsEdwZsnxG04fjrDhjbKUJ4OP5QjZIwTQjX4p84YteC1nmotge2nSa48p0CZq4t3xV/pljZPc52Si8pXCxv1PrRz5RgAW9PsMHotbXbHzmvzKJCjpS6ciVVSitcRPOjzT7WsLKwsKEBnLOYPixQg6ZPrJkqees20qoTbwf36Sb3+eWwmqbdP01Ic1mZ834jAMljquap6Fl8nOHWKyD4TLuDwF+COc84j4jhAiaZw/eFxgVrxD6CIBzE4a7tDKttbz+53QkP3wh0avgTvMQd4leHr8Q7T5b87v/pySfglmOCkcePEVjJAtHy0yJ9WnvmVKDlWB7yOyIjaZzVpLKpnTXQ25O2uIYE3YGZnVJYMU5hkrUjCdlyqTw7YWQtrBinFNZFWYD57KbEYGlwoklgdpGtzTHyk5Aw9enfb3vd/v10mBpJI3+c7RK5avXNjaYRpxHTxptq9auHkT93sTRFIknJB1I0f1Mt0XKKcWG44jAKp1t5ePo+zQqLdt8gn2Kx7NMOUguXBIOaW2GFZ2pM9JqggoKgNR1Bq4UOebMR3kwMdux+cYpz8s+/codTy5b1IWYVzZkz+fQAckaPpQUhZrncHFLwO9FEB+qR30f6UorhSx2PPEmKr17vmyL5kUjoeJ0k5UfhrptHYLTZtTGAxwWJH3Z8PKQrIsJsd4OaLInUrWKs8hOAelVJqUJlVVh0iq6jRut09tGkx02rDhzQ7K2Zp0eMikDj48cpKclBY/J5huhos3egMSPDqETVzx6i304ZotJSKwXbXMg+XKNancL97BHn5huJT/krOpBjXlSop/hLaGY789IlqyeUn9LgMI19xk23GxXtSutjVqrKvNr+0fiTK1bU1OS+65mXW43WpBr5BHFGhoESzo2ONoAccXWVqjFs/oLeBQvMnEC61MCKQFxzVuCPc6sc/KgGG9c06RIjCgo0mQKDPBKQc05Jov0QFXIZR3lFbWtiu2kEAk2CQB3mZuo821mslbmqEwQajcCN1XQwyst6HwB7G19NGAsJcDyAe4YkzVOWSJ43g7YCqNUY9I9bRnIByKXJTIGBJpnQJeZANKvmBMSB9jGdks4lIIdYqw/JvJs6EpS85ll4oUCtccOA7igfm+gapr7Ma71025vYUP6rRt+LI1sO8lGzd5iirQRfyTmypDRPSVCgdCj2/i8CINsQbEc5u+zFbns+N5LLZ94fW9YUwdXR2b79/6JnnddLSPfObDbR9txYzg65lt1EHjeKeyp4jlozjPyTlDTY8rsTlGe818RWQvf/dR9Kc6Z2rfsgcj/5cgC6Q7Fa4Yj4hkC7OdkCzm8BeHtP9wDj3GVUlTXXGf/XTnrrn3iy1FmaRiW04Gn4FgJJ6iJNkq+sOpFuY01RmdRlLKzz7NoYUbNoMVyao86crR9P9HS3kfWqcVEDnwtKznKegm8RoSOwzLuUikKPnxXNrl10oyzlp9EvyG+zT4o/Zj+NvTa+rkUGn3V2SnXnW9x8GF+AYsYETIBxgTd8Wrx0j4ehkFJxl4mNQIv4FgVvOWedV2s05adhptYfrDSJw/i12HxMNPjC8HHjW9xTnZzhs7KaTzBjkK7afbb1VLqJz5wXQJgK31+qIudbgRFA129XsZvS1nPFNzrhS86cLnPSbdLDmbKZTllPWixcbKbO3ygQ8NoEP94OK5jbHsPp6fD2q0zF7LPW/qsgSUhEO3z6/nTpe5hXtzH3pI/uQMCy4Jvf0+aV68paQPMfoPwPJiWruGt/qglNTu5UlJWxYtIXr+6I4c1uXHkk0lRXpFoYGrpQVfQ8e6vUef7k90VeWjnULwJjtzRR7iHnsSije2uhPkok1IFknUlvAC5lIl2USA90wsMO9G66k5pLn6P9TWdfvcShx2hcY+irQcZW6bYT0gwuPVqgibZLrX4ne5CnP+0sXivZvEZiafmzQrSi0j3kdHSCU/linx5y8ifaXGeTU2ZYhDaykJPFrpg6/PLT5TyHkvOJpPftLq9OYH59/FkHtIMQApElhFgQDrjvzHT6pK+v+SXbxCiQfpYMy31251F4QR5qHB8UiC96EqDBM26qkNnNbxyS7uGKnj/vIxlefL3L7MdFH0fpeTHJHxYfLRDEIvYRWUwr6O77Rm8F2OhqDmOIhI63X6TCCJ61ihJTYKa/f2ag6ZUhQ/b2TYGvDN/WOiIg2lVWVdJnS97x+qGbVnkQAbDMcatye0HcRnl9RvF1XXZr0e0uHugLS9st4Vs5ZOPqH4Rbzrd5CJrA/wL81W17WMDcehVe2FmZS8XtxL+Dt7338FDxCJJAeysz6kgISQBJqhcGoS5Z8vMQhl3ri4kvv2xfzyEtFtBEeOsWyVKbrf5Bfc6SomRD3a1HjVFByG/nXCf8JpYNyguAesptOH78aD5pvfCMBgvPDYP9spdhAIRfBAlzvLqojF8cYtZLT5XFXPjWqmwN5FHdE8rZED9+Ol/2bymsBFJfd59fx3hnMA7rnL2EMDHguljjtANpMy4YUU08t1G2sdMiZgy4qUNv+OXSNKKgKpzo9pipsFGPGl35xb/OZMr4qDBeWKV0s4m+2kv332uHNAj521hBYaT4ctoYefmqo2OpkYE2Tvv7lFCOqiRGwhIBHeWxMf2D9DiyJeUtdsqJPE9/yArp2zwogTKFnyfubow/FWBt80YefHSbi4rKfN3fGlmPH8tjhsWfMrq/7MDI1q/9UYZ02A9Ga8grc2DdGReEGy/PRFmzhjieiXIzmwsHlRcj8idhyOfaUrJ+ITjHeOvb+YNMfEQFUGh32qIy5T+VrXXJVTqY6FIvn15sYzwYAz3PVM8ICmPE5bSFmHHDmbqdGHZFJM4rrtP0HkNt+x0NyWiD6W4v24ryoq74NB9si5NpS5803maUlyopD7S/bSnw/xU298y3jz3qCf5bbSvmpt/CJ2YkvgAs/V+gpE3+i9DMqJS1eSDh2Vci9yoAOXA9I56fR8JzO4J14Zwc0XOz2+vpDsH5mspkX5bfruB0Eu75/weQ1C9ttzZRA3N9v2cYHfgfLD1p5aT+U7MWE7TIRuZpBSPrT23osJs2YeTgU9tt0H7vDgOK4VLVhmX18NSkV+9Ts27PaYGRy7SCkYdPbRj2njZh5L+ntruUoIvcYTndJnxTBMc4TLuhBOFZ2Nnn+xemTqDj3H+oVrBpeFt/cm77hYwaRAfbps/u8zCr1OFn78IhkQxN5R2Dr7N7+/L6Ost6Xgepe98UwTEO046+eAnCs7vzP3t/YeoEqin+p6sZGD//4W39SUP8xVmrbkqctk2fHfV5IJZK3Sg//elIVkGGJm/1jsHX2YfVvryi26zL1/Er9czCaXa7NNfwTwKGgH0IVlhjgy0IhSEiIaPMF8sV+cXi/yNcSKWNdT6M4iTN8mK92e72h+PpfCmr+nq7P56v9+f7+6uabpiW7QDX84MwipM0y4uyqhvYdv0wTvOybvtxXvfzmirttU6dSiycTv4SB8dLaI1KAC/CF6Aqy4pw9svtTa4lZT8uFRIeOUK9dJjGKopjby9WIi6FoyzjLIQRVRryhaGvJnGX+tz83AlWXpxwBbEWLuaoVybqq4gWVlbPGpgtovEYY/G326lPE+FoDjp3otMFlIczXVbkPnaOo7/4AivFJupjRELHkKE56mlFs7iU2z2ViiZdA94HaoqOFLGTe51Q7xvKnOyoo6F70A23wkd7xorK0wjCDsEfLAJOPZJa52nNiHGCsLlbDUmS7pcBNI4NpRGe7zYUnmWzwUtFlZSkoOTxYJuLkiqMu+tugqRy+A13iABMyBH0Oluz8XcDjnfwQwKVxBXZL3MdeZiq6NNkEEJo3/ZJKD6VZ7AkcSGHAot1xiylwnitnvshUgs/6qchxlEoipLCEdlbTuONB1wawfG2qJBeYodi05NKHCRR0fsAxIRbovIkOMy1bNCz3ttN+SW9UhHU1HWGMWPsoSIqLg5UwnnzLQokhicZNHo7trGjA+QL71uiLHzSsNiZZmWWirdz51D+OKbN/vXPa/692nuifj4slm884Kb7+hYUkc+OmFqNt6J54U612338PtVi08fXYR+7dGwZfKbs/6PAXvDRc+FN4RQW6NRt8L2uDTmijiGLGF5yeBWaPtlF6AOAbR6O4sY7Jyka5V73hwV3CLki++N+ILOYBOLVwqwS6fBa/9sycMJ922xTiGxztlICXmfiYyI43CZGKPMS9zWa4rbgcpfr95qLVgdOBLCa4HBe52WGYPqO3lbNrp28fL8TOnnPvU5zWXCTeeveLoVS9DE+DLbReghoVvfUIG13n1ZMcnqZq1iSAy2iG9RzToaja/acoHPIDeKJIWjIp7mYi+4uIljOk4DGuyC8RTWAex5i3AM=) format("woff2")}.fx-icon{width:1em;height:1em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-family:FarrisXIcons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;text-decoration:none;display:inline-block}.fx-icon:before{vertical-align:baseline}.fx-icon:hover,.fx-icon:focus{text-decoration:none}.fx-icon-sm{font-size:.75rem}.fx-icon-lg{font-size:1.5rem}.fx-icon-none:before{content:"";display:none}.fx-icon-warning{color:#ff8533}.fx-icon-spin{-webkit-animation:spinicon 1s infinite linear;-moz-animation:spinicon 1s infinite linear;-o-animation:spinicon 1s infinite linear;animation:spinicon 1s infinite linear}@-moz-keyframes spinicon{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-webkit-keyframes spinicon{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-o-keyframes spinicon{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@keyframes spinicon{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fx-icon-buliding:before{content:""}.fx-icon-rotate:before{content:""}.fx-icon-application:before{content:""}.fx-icon-arrow-left:before{content:""}.fx-icon-arrow-right:before{content:""}.fx-icon-image:before{content:""}.fx-icon-team:before{content:""}.fx-icon-tab_more_up:before{content:""}.fx-icon-sidewindow_folederopen:before{content:""}.fx-icon-set-bottom:before{content:""}.fx-icon-page-title-administer:before{content:""}.fx-icon-sort-desc-sm:before{content:""}.fx-icon-password:before{content:""}.fx-icon-edit1:before{content:""}.fx-icon-bubble_starfull:before{content:""}.fx-icon-warning:before{content:""}.fx-icon-menu_unfold:before{content:""}.fx-icon-a-report_deletechapter:before{content:""}.fx-icon-message:before{content:""}.fx-icon-report_resource:before{content:""}.fx-icon-editor_listnumber:before{content:""}.fx-icon-percenter_setting:before{content:""}.fx-icon-percenter_theme:before{content:""}.fx-icon-percenter_contact:before{content:""}.fx-icon-percenter_language:before{content:""}.fx-icon-percenter_feedback:before{content:""}.fx-icon-percenter_logout:before{content:""}.fx-icon-card_people:before{content:""}.fx-icon-card_info:before{content:""}.fx-icon-card_time:before{content:""}.fx-icon-card_number:before{content:""}.fx-icon-card_task:before{content:""}.fx-icon-card_money:before{content:""}.fx-icon-card_location:before{content:""}.fx-icon-card_canlendar:before{content:""}.fx-icon-editor_expand:before{content:""}.fx-icon-editor_alignment:before{content:""}.fx-icon-editor_list:before{content:""}.fx-icon-editor_lettercolor:before{content:""}.fx-icon-editor_bold:before{content:""}.fx-icon-a-report_chapterfold:before{content:""}.fx-icon-editor_underline:before{content:""}.fx-icon-report_zoomin:before{content:""}.fx-icon-a-report_addchapter:before{content:""}.fx-icon-editor_indentright:before{content:""}.fx-icon-report_zoomout:before{content:""}.fx-icon-report_drag:before{content:""}.fx-icon-editor_backgroundcolor:before{content:""}.fx-icon-editor_ingentleft:before{content:""}.fx-icon-editor_strikethrough:before{content:""}.fx-icon-a-report_chapterexpand:before{content:""}.fx-icon-editor_lineheight:before{content:""}.fx-icon-editor_italic:before{content:""}.fx-icon-tab_close:before{content:""}.fx-icon-foldup:before{content:""}.fx-icon-close:before{content:""}.fx-icon-edit:before{content:""}.fx-icon-expanddown:before{content:""}.fx-icon-delete:before{content:""}.fx-icon-tab_home:before{content:""}.fx-icon-function_chatbi:before{content:""}.fx-icon-function_pjgl:before{content:""}.fx-icon-function_cwsh:before{content:""}.fx-icon-tab_fullscreen:before{content:""}.fx-icon-tab_more:before{content:""}.fx-icon-function_clfw:before{content:""}.fx-icon-function_yyzx:before{content:""}.fx-icon-function_wsbz:before{content:""}.fx-icon-function_szyg:before{content:""}.fx-icon-share:before{content:""}.fx-icon-function_clsq:before{content:""}.fx-icon-more:before{content:""}.fx-icon-thinking_conclusion:before{content:""}.fx-icon-sender_choose:before{content:""}.fx-icon-sender_send:before{content:""}.fx-icon-sender_tool:before{content:""}.fx-icon-sender_task:before{content:""}.fx-icon-sidewindow_foleder:before{content:""}.fx-icon-sidewindow_close:before{content:""}.fx-icon-sender_attachment:before{content:""}.fx-icon-sidewindow_download:before{content:""}.fx-icon-sender_modle:before{content:""}.fx-icon-sidewindow_change:before{content:""}.fx-icon-sender_skill:before{content:""}.fx-icon-sender_voice:before{content:""}.fx-icon-thinking_data:before{content:""}.fx-icon-sidewindow_file:before{content:""}.fx-icon-sidewindow_preview:before{content:""}.fx-icon-thinking_confirm:before{content:""}.fx-icon-thinking_loading:before{content:""}.fx-icon-thinking_tool:before{content:""}.fx-icon-sidewindow_theme:before{content:""}.fx-icon-thinking_multid:before{content:""}.fx-icon-bubble_thumbdown:before{content:""}.fx-icon-bubble_step_loading:before{content:""}.fx-icon-bubble_thumbup:before{content:""}.fx-icon-bubble_star:before{content:""}.fx-icon-bubble_share:before{content:""}.fx-icon-bubble_step_success:before{content:""}.fx-icon-bubble_copy:before{content:""}.fx-icon-bubble_regenerate:before{content:""}.fx-icon-bubble_more:before{content:""}.fx-icon-digtalworker:before{content:""}.fx-icon-menu_fold:before{content:""}.fx-icon-launchpad:before{content:""}.fx-icon-search:before{content:""}.fx-icon-history:before{content:""}.fx-icon-dashhboard:before{content:""}.fx-icon-conversation_add:before{content:""}:root{--f-theme-01: #0E6DED;--f-theme-02: linear-gradient(135deg, #0E6DED 0%, #1B75EF 100%);--f-theme-03: #2A87FF;--f-theme-03-rgb: 42, 135, 255;--f-theme-04: linear-gradient(135deg, #2A87FF 0%, #328BFF 100%);--f-theme-05: #529DFF;--f-theme-05-rgb: 82, 157, 255;--f-theme-06: linear-gradient(135deg, #529DFF 0%, #559FFF 100%);--f-theme-07: linear-gradient(214deg, #3F65FF 0%, #4D9AFF 100%);--f-theme-08: #6388FF;--f-theme-08-rgb: 99, 136, 255;--f-theme-09: linear-gradient(46deg, #2E77FF 0%, #2A87FF 100%);--f-theme-10: #2A62AB;--f-theme-11: linear-gradient(135deg, #2A87FF 0%, #328BFF 100%);--f-theme-12: linear-gradient(135deg, #2A87FF 0%, #328BFF 100%);--f-theme-13: linear-gradient(135deg, rgba(42, 135, 255, .1) 0%, rgba(50, 139, 255, .1) 100%);--f-theme-more-02: #2E77FF;--f-aid-01: #95BEF1;--f-aid-02: #DBE9FF;--f-aid-03: #E8F2FF;--f-aid-04: #EFF5FF;--f-aid-04-rgb: 239, 245, 255;--f-aid-05: #CFEDFF;--f-aid-05-rgb: 207, 237, 255;--f-aid-06: #EFF2F4;--f-aid-07: linear-gradient(195deg, #FFFBEB 0%, #EFF8F8 100%);--f-aid-08: #F0F6FF;--f-aid-09: #F7FAFF;--f-aid-10: #95C3FF;--f-ornament-01: linear-gradient(135deg, #FC8249 0%, #FE9539 100%);--f-ornament-02: linear-gradient(135deg, #1FC8DC 0%, #41D2BD 100%);--f-ornament-03: linear-gradient(135deg, #4190FF 0%, #657CFF 100%);--f-ornament-04: linear-gradient(135deg, #8B82FF 0%, #A082FF 100%);--f-ornament-05: linear-gradient(135deg, #4EC87A 0%, #52D389 100%);--f-ornament-01-start: #FC8249;--f-ornament-01-start-rgb: 252, 130, 73;--f-ornament-02-start: #1FC8DC;--f-ornament-02-start-rgb: 31, 200, 220;--f-ornament-03-start: #4190FF;--f-ornament-03-start-rgb: 65, 144, 255;--f-ornament-04-start: #8B82FF;--f-ornament-04-start-rgb: 139, 130, 255;--f-ornament-05-start: #4EC87A;--f-ornament-05-start-rgb: 78, 200, 122;--f-neutral-00: #fff;--f-neutral-00-rgb: 255, 255, 255;--f-neutral-01: #303C53;--f-neutral-02: #AEB5C6;--f-neutral-03: #CCD1DD;--f-neutral-04: #D9DEE7;--f-neutral-04-rgb: 217, 222, 231;--f-neutral-05: #DEE4ED;--f-neutral-06: #E6E9F0;--f-neutral-07: #E9ECF3;--f-neutral-08: #E8EBF2;--f-neutral-09: #F1F3F7;--f-neutral-10: #F5F6F9;--f-neutral-11: #F7F8FB;--f-neutral-12: #FFFFFF;--f-neutral-13: #E4E7EF;--f-neutral-14: #FAFAFC;--f-neutral-15: #1F2329;--f-neutral-15-rgb: 31, 35, 41;--f-neutral-16: #013364;--f-neutral-16-rgb: 1, 51, 100;--f-neutral-17: #031233;--f-neutral-17-rgb: 3, 18, 51;--f-neutral-18: rgba(255, 255, 255, .7);--f-neutral-19: rgba(255, 255, 255, .85);--f-neutral-20: #ffffff;--f-neutral-21: #334052;--f-text-00: #fff;--f-text-01: #000;--f-text-02: #2D2F33;--f-text-02-rgb: 45, 47, 51;--f-text-03: #424347;--f-text-04: #5A5E66;--f-text-05: #6080AD;--f-text-06: #747B8B;--f-text-07: #848C9A;--f-text-08: #A8ADB8;--f-text-09: #B4BCCC;--f-text-10: #C7CFDD;--f-text-11: #ffffff;--f-text-12: #C7D4EE;--f-text-13: rgba(255, 255, 255, .85);--f-semantic-info-01: #4D9AFF;--f-semantic-info-01-rgb: 77, 154, 255;--f-semantic-info-02: #AED1FF;--f-semantic-info-03: #EEF5FF;--f-semantic-info-04: linear-gradient(135deg, #657CFF 0%, #4190FF 100%);--f-semantic-submit-01: #62CBCD;--f-semantic-submit-01-rgb: 98, 203, 205;--f-semantic-submit-02: #A7E0E1;--f-semantic-submit-03: #F3FBFB;--f-semantic-submit-04: linear-gradient(135deg, #12BFD3 0%, #41D5B9 100%);--f-semantic-success-01: #6CC77F;--f-semantic-success-01-rgb: 108, 199, 127;--f-semantic-success-02: #B5E3BF;--f-semantic-success-03: #F0FAF4;--f-semantic-success-04: linear-gradient(135deg, #3CA78D 0%, #7BCA8B 100%);--f-semantic-warning-01: #F5A144;--f-semantic-warning-01-rgb: 245, 161, 68;--f-semantic-warning-02: #FAD0A1;--f-semantic-warning-03: #FEF5EC;--f-semantic-warning-04: linear-gradient(135deg, #FC8249 0%, #FE9539 100%);--f-semantic-warning-05: #F7B500;--f-semantic-danger-01: #F46160;--f-semantic-danger-01-rgb: 244, 97, 96;--f-semantic-danger-02: #F9B0AF;--f-semantic-danger-03: #FDEFEF;--f-semantic-danger-04: linear-gradient(135deg, #E55875 0%, #FF7878 100%)}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(1,51,100,0)}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.4286;color:#2d2f33;text-align:left;background-color:#f0f3f6}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:0;padding:0}li{list-style:none}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#2a87ff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#529dff;text-decoration:none}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#747b8b;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:1.625rem}h2,.h2{font-size:1.5rem}h3,.h3{font-size:1.375rem}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.875rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #E6E9F0}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.2em;background-color:#f5a144}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#747b8b}.blockquote-footer:before{content:"— "}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#2a87ff!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#006bf6!important}.bg-success{background-color:#6cc77f!important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#47b95f!important}.bg-info{background-color:#4d9aff!important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#1a7dff!important}.bg-warning{background-color:#f5a144!important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#f28914!important}.bg-danger{background-color:#f46160!important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#f13230!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #E6E9F0!important}.border-top{border-top:1px solid #E6E9F0!important}.border-right{border-right:1px solid #E6E9F0!important}.border-bottom{border-bottom:1px solid #E6E9F0!important}.border-left{border-left:1px solid #E6E9F0!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#2a87ff!important}.border-success{border-color:#6cc77f!important}.border-info{border-color:#4d9aff!important}.border-warning{border-color:#f5a144!important}.border-danger{border-color:#f46160!important}.border-white{border-color:#fff!important}.rounded{border-radius:6px!important}.rounded-top{border-top-left-radius:6px!important;border-top-right-radius:6px!important}.rounded-right{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important}.rounded-bottom{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.rounded-left{border-top-left-radius:6px!important;border-bottom-left-radius:6px!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width: 768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width: 888px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width: 1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media (min-width: 1690px){.d-el-none{display:none!important}.d-el-inline{display:inline!important}.d-el-inline-block{display:inline-block!important}.d-el-block{display:block!important}.d-el-table{display:table!important}.d-el-table-row{display:table-row!important}.d-el-table-cell{display:table-cell!important}.d-el-flex{display:flex!important}.d-el-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width: 888px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width: 1690px){.flex-el-row{flex-direction:row!important}.flex-el-column{flex-direction:column!important}.flex-el-row-reverse{flex-direction:row-reverse!important}.flex-el-column-reverse{flex-direction:column-reverse!important}.flex-el-wrap{flex-wrap:wrap!important}.flex-el-nowrap{flex-wrap:nowrap!important}.flex-el-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-el-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-el-grow-0{flex-grow:0!important}.flex-el-grow-1{flex-grow:1!important}.flex-el-shrink-0{flex-shrink:0!important}.flex-el-shrink-1{flex-shrink:1!important}.justify-content-el-start{justify-content:flex-start!important}.justify-content-el-end{justify-content:flex-end!important}.justify-content-el-center{justify-content:center!important}.justify-content-el-between{justify-content:space-between!important}.justify-content-el-around{justify-content:space-around!important}.align-items-el-start{align-items:flex-start!important}.align-items-el-end{align-items:flex-end!important}.align-items-el-center{align-items:center!important}.align-items-el-baseline{align-items:baseline!important}.align-items-el-stretch{align-items:stretch!important}.align-content-el-start{align-content:flex-start!important}.align-content-el-end{align-content:flex-end!important}.align-content-el-center{align-content:center!important}.align-content-el-between{align-content:space-between!important}.align-content-el-around{align-content:space-around!important}.align-content-el-stretch{align-content:stretch!important}.align-self-el-auto{align-self:auto!important}.align-self-el-start{align-self:flex-start!important}.align-self-el-end{align-self:flex-end!important}.align-self-el-center{align-self:center!important}.align-self-el-baseline{align-self:baseline!important}.align-self-el-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width: 576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width: 768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width: 888px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width: 1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width: 1690px){.float-el-left{float:left!important}.float-el-right{float:right!important}.float-el-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.shadow-none{box-shadow:none!important}.shadow-sm{box-shadow:0 .125rem .25rem #01336413!important}.shadow{box-shadow:0 .5rem 1rem #01336426!important}.shadow-lg{box-shadow:0 1rem 3rem #0133642d!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 888px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1690px){.m-el-0{margin:0!important}.mt-el-0,.my-el-0{margin-top:0!important}.mr-el-0,.mx-el-0{margin-right:0!important}.mb-el-0,.my-el-0{margin-bottom:0!important}.ml-el-0,.mx-el-0{margin-left:0!important}.m-el-1{margin:.25rem!important}.mt-el-1,.my-el-1{margin-top:.25rem!important}.mr-el-1,.mx-el-1{margin-right:.25rem!important}.mb-el-1,.my-el-1{margin-bottom:.25rem!important}.ml-el-1,.mx-el-1{margin-left:.25rem!important}.m-el-2{margin:.5rem!important}.mt-el-2,.my-el-2{margin-top:.5rem!important}.mr-el-2,.mx-el-2{margin-right:.5rem!important}.mb-el-2,.my-el-2{margin-bottom:.5rem!important}.ml-el-2,.mx-el-2{margin-left:.5rem!important}.m-el-3{margin:1rem!important}.mt-el-3,.my-el-3{margin-top:1rem!important}.mr-el-3,.mx-el-3{margin-right:1rem!important}.mb-el-3,.my-el-3{margin-bottom:1rem!important}.ml-el-3,.mx-el-3{margin-left:1rem!important}.m-el-4{margin:1.5rem!important}.mt-el-4,.my-el-4{margin-top:1.5rem!important}.mr-el-4,.mx-el-4{margin-right:1.5rem!important}.mb-el-4,.my-el-4{margin-bottom:1.5rem!important}.ml-el-4,.mx-el-4{margin-left:1.5rem!important}.m-el-5{margin:3rem!important}.mt-el-5,.my-el-5{margin-top:3rem!important}.mr-el-5,.mx-el-5{margin-right:3rem!important}.mb-el-5,.my-el-5{margin-bottom:3rem!important}.ml-el-5,.mx-el-5{margin-left:3rem!important}.p-el-0{padding:0!important}.pt-el-0,.py-el-0{padding-top:0!important}.pr-el-0,.px-el-0{padding-right:0!important}.pb-el-0,.py-el-0{padding-bottom:0!important}.pl-el-0,.px-el-0{padding-left:0!important}.p-el-1{padding:.25rem!important}.pt-el-1,.py-el-1{padding-top:.25rem!important}.pr-el-1,.px-el-1{padding-right:.25rem!important}.pb-el-1,.py-el-1{padding-bottom:.25rem!important}.pl-el-1,.px-el-1{padding-left:.25rem!important}.p-el-2{padding:.5rem!important}.pt-el-2,.py-el-2{padding-top:.5rem!important}.pr-el-2,.px-el-2{padding-right:.5rem!important}.pb-el-2,.py-el-2{padding-bottom:.5rem!important}.pl-el-2,.px-el-2{padding-left:.5rem!important}.p-el-3{padding:1rem!important}.pt-el-3,.py-el-3{padding-top:1rem!important}.pr-el-3,.px-el-3{padding-right:1rem!important}.pb-el-3,.py-el-3{padding-bottom:1rem!important}.pl-el-3,.px-el-3{padding-left:1rem!important}.p-el-4{padding:1.5rem!important}.pt-el-4,.py-el-4{padding-top:1.5rem!important}.pr-el-4,.px-el-4{padding-right:1.5rem!important}.pb-el-4,.py-el-4{padding-bottom:1.5rem!important}.pl-el-4,.px-el-4{padding-left:1.5rem!important}.p-el-5{padding:3rem!important}.pt-el-5,.py-el-5{padding-top:3rem!important}.pr-el-5,.px-el-5{padding-right:3rem!important}.pb-el-5,.py-el-5{padding-bottom:3rem!important}.pl-el-5,.px-el-5{padding-left:3rem!important}.m-el-auto{margin:auto!important}.mt-el-auto,.my-el-auto{margin-top:auto!important}.mr-el-auto,.mx-el-auto{margin-right:auto!important}.mb-el-auto,.my-el-auto{margin-bottom:auto!important}.ml-el-auto,.mx-el-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width: 576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 888px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1690px){.text-el-left{text-align:left!important}.text-el-right{text-align:right!important}.text-el-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#2a87ff!important}a.text-primary:hover,a.text-primary:focus{color:#006bf6!important}.text-secondary{color:#747b8b!important}a.text-secondary:hover,a.text-secondary:focus{color:#5d626f!important}.text-success{color:#6cc77f!important}a.text-success:hover,a.text-success:focus{color:#47b95f!important}.text-info{color:#4d9aff!important}a.text-info:hover,a.text-info:focus{color:#1a7dff!important}.text-warning{color:#f5a144!important}a.text-warning:hover,a.text-warning:focus{color:#f28914!important}a.text-danger:hover,a.text-danger:focus{color:#f13230!important}.text-dark{color:#000!important}.text-muted{color:#86909c!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}body{background:#f0f3f6}input::-ms-clear{display:none}input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}h1,.h1{line-height:2.125rem}h2,.h2{line-height:2}h3,.h3{line-height:1.875rem}h4,.h4{line-height:1.75rem}h5,.h5{line-height:1.375rem}h6,.h6{line-height:1.25rem}.text-dark{color:#000}.text-danger{color:#f46160!important}.text-info{color:#529dff!important}.font-small{font-size:12px!important}.font-middle{font-size:16px!important}.font-large{font-size:18px!important}.font-exlarge{font-size:24px!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{width:6px;background:#f0f2f5;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em}::-webkit-scrollbar-thumb{background-color:#c1c1c1b3;background-clip:padding-box;min-height:28px;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em}::-webkit-scrollbar-thumb:hover{background-color:#c1c1c1}::-webkit-scrollbar-corner{background-color:transparent}.f-cmp-mt{margin-top:.5rem!important}.f-cmp-mb{margin-bottom:.5rem!important}.f-cmp-mx{margin-left:1rem!important;margin-right:1rem!important}.f-cmp-mr{margin-right:1rem!important}.f-cmp-ml{margin-left:1rem!important}.f-cmp-mx-minus{margin-left:-1rem!important;margin-right:-1rem!important}.f-cmp-px{padding-left:1rem!important;padding-right:1rem!important}.f-cmp-py{padding-top:.5rem!important;padding-bottom:.5rem!important}.f-cmp-p{padding:.5rem 1rem!important}.f-cmp-pt{padding-top:.5rem!important}.f-cmp-pb{padding-bottom:.5rem!important}.f-cmp-gutter,.f-split-border-b{border-bottom:1px solid #E6E9F0}.f-common-px{padding-left:.875rem;padding-right:.875rem}.f-common-py{padding-top:.875rem;padding-bottom:.875rem}.f-common-py-form{padding-top:.875rem;padding-bottom:.5rem}.f-utils-absolute-all{position:absolute;top:0;left:0;width:100%;height:100%}.f-utils-flex-column{display:flex!important;flex-direction:column!important;overflow:hidden!important}.f-utils-fill-flex-column{flex-shrink:1;flex-grow:1;flex-basis:0;display:flex!important;flex-direction:column!important;overflow:hidden!important}.f-utils-flex-row{display:flex!important;flex-direction:row!important;overflow:hidden!important;flex-wrap:nowrap}.f-utils-flex-row-wrap{display:flex!important;flex-direction:row!important;overflow:hidden!important;flex-wrap:wrap!important}.f-utils-fill-flex-row{flex-shrink:1;flex-grow:1;flex-basis:0;display:flex!important;flex-direction:row!important;overflow:hidden!important;flex-wrap:nowrap!important}.f-utils-fill-flex-row-wrap{flex-shrink:1;flex-grow:1;flex-basis:0;display:flex!important;flex-direction:row!important;overflow:hidden!important;flex-wrap:wrap!important}.f-utils-fill{flex-shrink:1;flex-grow:1;flex-basis:0;overflow:hidden}.f-utils-fill-auto{flex:0 0 auto}.f-utils-overflow-xhya{overflow-x:hidden!important;overflow-y:auto!important}.f-utils-overflow-xayh{overflow-y:hidden!important;overflow-x:auto!important}.f-utils-overflow-xaya{overflow:auto!important}.f-utils-overflow-hidden{overflow:hidden!important}.f-utils-overflow-auto{overflow:auto!important}.f-utils-nogutters{margin-right:0;margin-left:0}.f-utils-nogutters>.col,.f-utils-nogutters>[class*=col-]{padding-right:0;padding-left:0}.f-utils-hcenter-vcenter{display:flex;align-items:center;justify-content:center}.f-overflow-y-auto{overflow-y:auto!important}.f-overflow-y-hidden{overflow-y:hidden!important}.f-overflow-x-auto{overflow-x:auto!important}.f-overflow-x-hidden{overflow-x:hidden!important}@media (min-width: 576px){.f-overflow-sm-y-auto{overflow-y:auto!important}.f-overflow-sm-y-hidden{overflow-y:hidden!important}.f-overflow-sm-x-auto{overflow-x:auto!important}.f-overflow-sm-x-hidden{overflow-x:hidden!important}}@media (min-width: 768px){.f-overflow-md-y-auto{overflow-y:auto!important}.f-overflow-md-y-hidden{overflow-y:hidden!important}.f-overflow-md-x-auto{overflow-x:auto!important}.f-overflow-md-x-hidden{overflow-x:hidden!important}}@media (min-width: 888px){.f-overflow-lg-y-auto{overflow-y:auto!important}.f-overflow-lg-y-hidden{overflow-y:hidden!important}.f-overflow-lg-x-auto{overflow-x:auto!important}.f-overflow-lg-x-hidden{overflow-x:hidden!important}}@media (min-width: 1200px){.f-overflow-xl-y-auto{overflow-y:auto!important}.f-overflow-xl-y-hidden{overflow-y:hidden!important}.f-overflow-xl-x-auto{overflow-x:auto!important}.f-overflow-xl-x-hidden{overflow-x:hidden!important}}@media (min-width: 1690px){.f-overflow-el-y-auto{overflow-y:auto!important}.f-overflow-el-y-hidden{overflow-y:hidden!important}.f-overflow-el-x-auto{overflow-x:auto!important}.f-overflow-el-x-hidden{overflow-x:hidden!important}}.farris-overflow-y-auto{overflow-x:hidden!important;overflow-y:auto!important}.farris-overflow-y-hidden{overflow-x:hidden!important;overflow-y:hidden!important}.farris-overflow-hidden{overflow:hidden!important}.w-1{width:8.3333333333%!important}.w-2{width:16.6666666667%!important}.w-3{width:25%!important}.w-4{width:33.3333333333%!important}.w-5{width:41.6666666667%!important}.w-6{width:50%!important}.w-7{width:58.3333333333%!important}.w-8{width:66.6666666667%!important}.w-9{width:75%!important}.w-10{width:83.3333333333%!important}.w-11{width:91.6666666667%!important}.w-12{width:100%!important}.f-utils-text-break{white-space:normal!important;word-break:break-all!important}.f-text-emphasize{color:#000!important}.f-text-light{color:#5a5e66!important}.f-text-lighter{color:#a8adb8!important}.f-text-mute{color:#b4bccc!important}.f-text-two-line{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.5rem}.f-max-width-auto{max-width:none!important}.f-min-width-auto{min-width:auto!important}.f-width-auto{width:auto!important}.f-utils-bordered{border:1px solid #E9ECF3;border-radius:6px}.f-utils-border-radius{border-radius:6px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;word-wrap:break-word;background-color:rgba(var(--f-neutral-00-rgb),.95);background-clip:padding-box;border:1px solid var(--f-neutral-00);border-radius:8px;box-shadow:0 2px 8px #00204a26}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 6px}.popover .arrow:before,.popover .arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.popover-tips{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.4286;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^=top] .arrow{bottom:calc((.5rem + 1px)*-1)}.bs-popover-top .arrow:before,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:after{border-width:.5rem .5rem 0}.bs-popover-top .arrow:before,.bs-popover-auto[x-placement^=top] .arrow:before{bottom:0;border-top-color:rgba(var(--f-neutral-00-rgb),.4)}.bs-popover-top .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:after{bottom:1px;border-top-color:rgba(var(--f-neutral-00-rgb),.95)}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^=right] .arrow{left:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:6px 0}.bs-popover-right .arrow:before,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:after{border-width:.5rem .5rem .5rem 0}.bs-popover-right .arrow:before,.bs-popover-auto[x-placement^=right] .arrow:before{left:0;border-right-color:rgba(var(--f-neutral-00-rgb),.4)}.bs-popover-right .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:after{left:1px;border-right-color:rgba(var(--f-neutral-00-rgb),.95)}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^=bottom] .arrow{top:calc((.5rem + 1px)*-1)}.bs-popover-bottom .arrow:before,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:after{border-width:0 .5rem .5rem .5rem}.bs-popover-bottom .arrow:before,.bs-popover-auto[x-placement^=bottom] .arrow:before{top:0;border-bottom-color:rgba(var(--f-neutral-00-rgb),.4)}.bs-popover-bottom .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:after{top:1px;border-bottom-color:rgba(var(--f-neutral-00-rgb),.95)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid var(--f-neutral-10)}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^=left] .arrow{right:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:6px 0}.bs-popover-left .arrow:before,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:after{border-width:.5rem 0 .5rem .5rem}.bs-popover-left .arrow:before,.bs-popover-auto[x-placement^=left] .arrow:before{right:0;border-left-color:rgba(var(--f-neutral-00-rgb),.4)}.bs-popover-left .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:after{right:1px;border-left-color:rgba(var(--f-neutral-00-rgb),.95)}.popover-header{line-height:1.5rem;padding:.5rem .75rem;margin-bottom:0;font-size:.875rem;color:var(--f-text-01);background-color:var(--f-neutral-10);border-bottom:1px solid var(--f-neutral-10);border-top-left-radius:5px;border-top-right-radius:5px}.popover-header:empty{display:none}.popover-body{max-width:17.25rem;padding:.5rem .75rem;color:var(--f-text-02)}.bs3.popover-top{margin-bottom:10px}.bs3.popover.top>.arrow{margin-left:-2px}.bs3.popover.top{margin-bottom:10px}.popover.bottom>.arrow{margin-left:-4px}.bs3.bs-popover-left,.bs3.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs3.bs-popover-right .arrow,.bs3.bs-popover-auto[x-placement^=right] .arrow,.bs3.bs-popover-left .arrow,.bs3.bs-popover-auto[x-placement^=left] .arrow{margin:.3rem 0}.bs-popover-bottom-left .arrow{top:calc((.5rem + 1px)*-1)}.bs-popover-bottom-left .arrow:before{top:0;border-bottom-color:#fff6!important}.bs-popover-bottom-left .arrow:before,.bs-popover-bottom-left .arrow:after{border-width:0 .5rem .5rem}.bs-popover-bottom-left .arrow:after{top:1px;border-bottom-color:var(--f-neutral-00)!important}.popover.popover-fitcontent .popover-body{max-width:initial;padding:initial}.popover.popover-limitmax{display:flex;flex-direction:column}.popover.popover-limitmax .popover-body{overflow:hidden}.popover .arrow-left .arrow{left:calc(50% - 10px)}.popover-content .f-datepicker-container{box-shadow:none!important}.popover.bs-popover-top .arrow:before,.popover.bs-popover-auto[x-placement^=top] .arrow:before{bottom:0;border-top-color:var(--f-neutral-00);filter:drop-shadow(0px 1px 2px #e8e8e8)}.popover.bs-popover-top .arrow:after,.popover.bs-popover-auto[x-placement^=top] .arrow:after{border-top-color:var(--f-neutral-00)}.popover.bs-popover-bottom-left .arrow:before{top:0;border-bottom-color:var(--f-neutral-00)!important;filter:drop-shadow(0px -2px 2px #e8e8e8)}.popver.fade{visibility:hidden}.popover{transition:opacity .12s ease-in}.f-splitter-pane{position:relative;padding:0}.f-splitter-pane.f-splitter-pane-left,.f-splitter-pane.f-splitter-pane-right,.f-splitter-pane.f-splitter-pane-bottom,.f-splitter-pane.f-splitter-pane-top{box-shadow:0 0 8px #001c4014}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:before{content:"";position:absolute;background:#e9ecf3}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:60px;margin:-30px 0 0 -3px;background-image:url(./imgs/f-drag-icon-default.svg);background-repeat:no-repeat;background-size:cover;background-position:center center}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:hover,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:hover,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:hover,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:hover{background:none}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:hover:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:hover:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:hover:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:hover:before{background-image:var(--f-theme-07);box-shadow:0 2px 5px rgba(var(--f-theme-03),.2)}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:hover:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:hover:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:hover:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:hover:after{background-image:url(./imgs/f-drag-icon-hover.svg);box-shadow:0 2px 5px rgba(var(--f-theme-03),.2)}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:before{height:1px;top:50%;left:0;right:0}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:after{transform:rotate(90deg)}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:before{width:1px;top:0;left:50%;bottom:0}.f-splitter-horizontal-resize-proxy{width:.4375rem;background:rgba(var(--f-theme-03-rgb),.04);left:0;display:none;position:absolute;height:100%;z-index:100}.f-splitter-vertical-resize-proxy{height:.4375rem;background:rgba(var(--f-theme-03-rgb),.04);top:0;display:none;position:absolute;width:100%;z-index:100}.f-splitter{flex-shrink:1;flex-grow:1;flex-basis:0;display:flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;position:relative}.f-splitter-pane.f-splitter-pane-main{flex-shrink:1;flex-grow:1;flex-basis:0;overflow:auto;display:flex}.f-splitter-pane.f-splitter-pane-column,.f-splitter-pane.f-splitter-pane-row{display:flex;flex-direction:column;box-shadow:0 0 8px #001c4014;padding:0;position:relative;z-index:100}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e{cursor:e-resize;width:.4375rem;right:-.3125rem;height:100%;top:0}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w{cursor:w-resize;width:.4375rem;left:-.3125rem;height:100%;top:0}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s{cursor:s-resize;height:.4375rem;bottom:-.3125rem;width:100%;left:0}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n{cursor:n-resize;height:.4375rem;top:-.3125rem;width:100%;left:0}.f-splitter-pane>.f-splitter-resize-bar{position:absolute;font-size:.1px;display:block;touch-action:none}.f-splitter-pane>.f-splitter-resize-bar:hover{background:rgba(var(--f-theme-03-rgb),.07)}.f-splitter-resize-overlay{z-index:98;width:100%;height:100%;cursor:e-resize;background:0 0;position:absolute}.f-splitter-horizontal-resize-proxy{width:.4375rem;background:rgba(var(--f-theme-03-rgb),.07);left:0;display:none;position:absolute;height:100%;z-index:100}.f-splitter-vertical-resize-proxy{height:.4375rem;background:rgba(var(--f-theme-03-rgb),.07);top:0;display:none;position:absolute;width:100%;z-index:100}.f-search-box{position:relative;display:inline-block;width:100%}.f-search-box-disabled .f-search-box-input{background-color:#f5f6f9;cursor:not-allowed}.f-search-box-disabled .f-search-box-button{cursor:not-allowed;opacity:.5}.f-search-box-input-group{display:flex;align-items:center;border:1px solid #D9DEE7;border-radius:4px;background:#fff;transition:border-color .2s}.f-search-box-input-group:hover{border-color:#529dff}.f-search-box-input-group:focus-within{border-color:#0e6ded;box-shadow:0 0 0 2px #0e6ded26}.f-search-box-input{flex:1;border:none;outline:none;padding:6px 10px;font-size:13px;line-height:1.5;background:transparent;color:#2d2f33;min-width:0}.f-search-box-input::placeholder{color:#b4bccc}.f-search-box-input:disabled{background-color:#f5f6f9;cursor:not-allowed}.f-search-box-clear{display:flex;align-items:center;justify-content:center;width:22px;height:22px;cursor:pointer;color:#747b8b;flex-shrink:0;border-radius:50%;transition:color .2s,background .2s}.f-search-box-clear:hover{color:#424347;background:#0000000a}.f-search-box-clear .fx-icon{font-size:12px}.f-search-box-button{display:flex;align-items:center;justify-content:center;padding:0 8px;height:100%;cursor:pointer;color:#747b8b;border-left:1px solid #D9DEE7;transition:color .2s,background .2s;flex-shrink:0}.f-search-box-button:hover{color:#0e6ded;background:#f7f8fb}.f-search-box-button .fx-icon{font-size:14px}.search-box-container{overflow-y:auto}.search-box-container.position-relative{position:relative}.search-box-loading{display:flex;align-items:center;justify-content:center;padding:12px 0;color:#0e6ded}.search-box-loading .fx-icon{font-size:18px}.search-box-list{list-style:none;margin:0;padding:0}.search-box-item{padding:6px 10px;cursor:pointer;font-size:13px;color:#2d2f33;border-radius:3px;transition:background .15s}.search-box-item:hover{background:#f7f8fb}.search-box-item:active{background:#dbe9ff}.search-box-empty{padding:12px 0;text-align:center;font-size:13px;color:#747b8b}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#848c9a}.nav-tabs{border-bottom:1px solid #E9ECF3}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:6px;border-top-right-radius:6px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#E6E9F0 #E6E9F0 #E9ECF3}.nav-tabs .nav-link.disabled{color:#848c9a;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#424347;background-color:#fff;border-color:#E9ECF3 #E9ECF3 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:6px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background:#2a87ff}.nav-fill .nav-item{flex-grow:1;flex-shrink:1;flex-basis:auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.farris-nav{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--f-neutral-06);overflow:hidden}.farris-nav-item{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.farris-nav-item-link{padding:.75rem 1rem;cursor:pointer}.farris-nav-item-link-text{position:relative;font-size:1rem;font-weight:400}.farris-nav-item-tag{position:absolute;right:-.75rem;top:calc(10px - 100%);padding:0 .375rem;color:var(--f-text-00);font-size:.75rem;line-height:1.125rem;border-radius:1.125rem}.farris-nav.farris-nav-vertical{flex-direction:column;align-items:flex-start}.farris-nav.farris-nav-vertical .farris-nav-item{width:100%}.farris-nav{border-color:var(--f-neutral-06)!important}.farris-nav-item-link{border-bottom:2px solid transparent}.farris-nav-item-link-text{color:var(--f-text-03)}.farris-nav-item.active .farris-nav-item-link{border-color:var(--f-theme-03)}.farris-nav-item.active .farris-nav-item-link-text{color:var(--f-theme-03)}.farris-nav-item.disabled .farris-nav-item-link-text{color:var(--f-text-07)}.farris-nav-item:hover:not(.disabled):not(.active) .farris-nav-item-link-text{color:var(--f-theme-05)}.farris-nav-item-tag{background-color:var(--f-semantic-danger-01)}.f-listview-fill{flex-grow:1;flex-shrink:1;flex-basis:0;overflow:hidden}.f-listview-fill .f-list-view{height:100%}.f-listview-fill .f-list-view .f-list-view-header,.f-listview-fill .f-list-view .f-list-view-footer{flex-shrink:0}.f-listview-fill .f-list-view .f-list-view-content{overflow-y:auto;flex-grow:1;flex-shrink:1;flex-basis:0}.f-list-view{display:flex;flex-direction:column;overflow:hidden}.f-list-view .f-list-view-content{flex:1;overflow:auto}.f-list-view .f-list-view-group{padding:0}.f-list-view .f-list-view-hover{background:#e8f2ff}.f-list-view .f-paging-wrapper{padding:14px 0}.f-list-view .f-list-view-group-item{display:flex;align-items:center;float:none;text-align:initial}.f-list-view .f-list-view-group-item.f-none-border{border-bottom:0}.f-list-view .f-list-view-group-item.f-listview-hover,.f-list-view .f-list-view-group-item.f-listview-active{cursor:pointer;color:#424347}.f-list-view .f-list-view-group-item.f-listview-active{border-color:#529dff}.f-list-view .f-list-view-group-item.f-un-select{color:#848c9a}.f-list-view .f-list-view-group-item .f-list-content{flex:1 1 auto;width:100%}.f-list-view .f-list-view-draggable-item{border:1px solid;border-color:#e9ecf3;background-color:#fafafc;border-radius:10px;margin:4px 2px}.f-list-view .f-list-view-draggable-item.f-listview-hover{cursor:pointer;color:#424347;background:#e8f2ff!important}.f-list-view .f-list-view-draggable-item.f-listview-hover .f-list-remove-icon{display:initial}.f-list-view .f-list-view-draggable-item.moving{opacity:0}.f-list-view .f-list-view-draggable-item.draggable-item--text-truncate .f-list-content{overflow:hidden}.f-list-view .f-list-view-draggable-item.draggable-item--text-truncate .f-list-content div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-list-view .f-list-select{padding:0 0 0 14px}.f-list-view .f-list-select .listview-checkbox{margin:.25rem 0}.f-list-view .f-list-pin{color:#2a87ff;padding:0 14px 0 0}.f-list-view .f-list-remove{width:30px;color:#f46160;padding:0 14px 0 0}.f-list-view .f-list-remove-icon{display:none}.f-list-view .f-list-handle{padding:0 14px 0 0}.f-list-view .f-list-view-emptydata .f-empty-title{font-size:14px;line-height:22px;color:#a8adb8;padding:20px 0;text-align:center}.f-list-view-group-item.f-listview-hover,.f-list-view-group-item.f-listview-active{color:#424347;background:#e8f2ff}.f-list-view-group-item.f-listview-active{border-color:#529dff}.f-list-view-group-item.f-un-select{color:#848c9a}.f-list-view-draggable-item{border:1px solid #E9ECF3;background-color:#fafafc}.f-listview-drag-moving.f-list-view-draggable-item.moving{opacity:0}.f-listview-drag-moving.f-list-view-draggable-item .f-list-remove-icon{display:none!important}.f-list-view.small-item .f-list-select{padding:initial}::highlight(search-result){background-color:#f7b500;color:#fff}.f-list-view-group-item .custom-control.listview-checkbox{margin-right:0;padding-right:4px}.f-listview-card-content-fill .f-list-content{height:100%;display:flex;flex-direction:column}.f-listview-card-content-fill .f-list-content>*{height:100%}.f-tmpl-card-listview--header-multicontent02 .f-list-view{margin:0}.f-tmpl-card-listview--header-multicontent02 .f-list-view-group{margin:0 -10px}.f-tmpl-card-listview--header-multicontent02 .f-list-view-content{overflow-x:hidden}.f-hitl-card{max-width:640px;padding:12px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#fafbff}.f-hitl-card__meta{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;color:#64748b}.f-hitl-chip{padding:2px 8px;border-radius:999px;background:#e0e7ff;color:#3730a3;font-weight:600}.f-hitl-rid{word-break:break-all}.f-hitl-card__body{display:flex;flex-direction:column;gap:14px}.f-hitl-field__header{font-size:12px;color:#94a3b8;margin-bottom:4px}.f-hitl-field__label{font-size:14px;color:#0f172a;margin-bottom:8px;line-height:1.5}.f-hitl-input{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px}.f-hitl-input:focus{outline:none;border-color:#6366f1}.f-hitl-input:disabled{opacity:.7;background:#f1f5f9}.f-hitl-input--other{margin-top:8px}.f-hitl-select-group{display:flex;flex-direction:column;gap:8px}.f-hitl-opt{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;box-sizing:border-box;padding:8px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.f-hitl-opt:hover:not(:disabled){border-color:#94a3b8}.f-hitl-opt--active{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1 inset}.f-hitl-opt:disabled{cursor:default;opacity:.75}.f-hitl-opt__label{font-size:14px;color:#0f172a}.f-hitl-opt__desc{font-size:12px;color:#64748b}.f-hitl-confirm{display:flex;gap:10px}.f-hitl-cbtn{min-width:88px;padding:8px 16px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;cursor:pointer;font-size:14px}.f-hitl-cbtn:hover:not(:disabled){border-color:#94a3b8}.f-hitl-cbtn--primary{border-color:#6366f1;background:#eef2ff;color:#312e81}.f-hitl-cbtn:disabled{opacity:.75;cursor:default}.f-hitl-field--unsupported{padding:8px;background:#fffbeb;border-radius:8px;border:1px dashed #f59e0b}.f-hitl-unsupported{font-size:13px;color:#92400e}.f-hitl-card__footer{margin-top:14px;display:flex;justify-content:flex-end}.f-hitl-submit{padding:8px 20px;border-radius:8px;border:none;background:#4f46e5;color:#fff;font-size:14px;cursor:pointer}.f-hitl-submit:hover:not(:disabled){background:#4338ca}.f-hitl-submit:disabled{opacity:.5;cursor:not-allowed}
1
+ @charset "UTF-8";.md-editor .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #eee;--md-theme-color-hover: #eee;--md-theme-color-hover-inset: #ddd;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #e6e6e6;--md-theme-border-color-reverse: #bebebe;--md-theme-border-color-inset: #d6d6d6;--md-theme-bg-color: #fff;--md-theme-bg-color-inset: #ececec;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #fff;--md-theme-code-active-color: #61aeee;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor-dark .md-editor-preview{--md-theme-color: var(--md-color);--md-theme-color-reverse: #222;--md-theme-color-hover: #191919;--md-theme-color-hover-inset: #444;--md-theme-link-color: #2d8cf0;--md-theme-link-hover-color: #73d13d;--md-theme-border-color: #2d2d2d;--md-theme-border-color-reverse: #e6e6e6;--md-theme-border-color-inset: #5a5a5a;--md-theme-bg-color: #000;--md-theme-bg-color-inset: #111;--md-theme-code-copy-tips-color: inherit;--md-theme-code-copy-tips-bg-color: #3a3a3a;--md-theme-code-active-color: #e6c07b;--md-theme-radius-s: 2px;--md-theme-radius-m: 5px}.md-editor .md-editor-admonition-note{--md-admonition-color: #212121;--md-admonition-bg-color: #FFFFFF;--md-admonition-border-color: rgb(166.2, 166.2, 166.2)}.md-editor .md-editor-admonition-tip{--md-admonition-color: #616161;--md-admonition-bg-color: #F5F5F5;--md-admonition-border-color: rgb(185.8, 185.8, 185.8)}.md-editor .md-editor-admonition-info{--md-admonition-color: #424242;--md-admonition-bg-color: #F0F0F0;--md-admonition-border-color: rgb(170.4, 170.4, 170.4)}.md-editor .md-editor-admonition-quote{--md-admonition-color: #455a64;--md-admonition-bg-color: #eceff1;--md-admonition-border-color: rgb(169.2, 179.4, 184.6)}.md-editor .md-editor-admonition-abstract{--md-admonition-color: #0288d1;--md-admonition-bg-color: #e1f5fe;--md-admonition-border-color: rgb(135.8, 201.4, 236)}.md-editor .md-editor-admonition-attention{--md-admonition-color: #1e88e5;--md-admonition-bg-color: #e3f2fd;--md-admonition-border-color: rgb(148.2, 199.6, 243.4)}.md-editor .md-editor-admonition-example{--md-admonition-color: #5e35b1;--md-admonition-bg-color: #ede7f6;--md-admonition-border-color: rgb(179.8, 159.8, 218.4)}.md-editor .md-editor-admonition-hint{--md-admonition-color: #00897B;--md-admonition-bg-color: #E0F2F1;--md-admonition-border-color: rgb(134.4, 200, 193.8)}.md-editor .md-editor-admonition-success{--md-admonition-color: #388e3c;--md-admonition-bg-color: #e8f5e9;--md-admonition-border-color: rgb(161.6, 203.8, 163.8)}.md-editor .md-editor-admonition-question{--md-admonition-color: #f9a825;--md-admonition-bg-color: #fffde7;--md-admonition-border-color: rgb(252.6, 219, 153.4)}.md-editor .md-editor-admonition-caution{--md-admonition-color: #fb8c00;--md-admonition-bg-color: #fff8e1;--md-admonition-border-color: rgb(253.4, 204.8, 135)}.md-editor .md-editor-admonition-warning{--md-admonition-color: #f57c00;--md-admonition-bg-color: #fff3e0;--md-admonition-border-color: rgb(251, 195.4, 134.4)}.md-editor .md-editor-admonition-danger{--md-admonition-color: #d84315;--md-admonition-bg-color: #ffebee;--md-admonition-border-color: rgb(239.4, 167.8, 151.2)}.md-editor .md-editor-admonition-failure{--md-admonition-color: #d32f2f;--md-admonition-bg-color: #fee2e6;--md-admonition-border-color: rgb(236.8, 154.4, 156.8)}.md-editor .md-editor-admonition-bug{--md-admonition-color: #c31a1a;--md-admonition-bg-color: #fddadd;--md-admonition-border-color: rgb(229.8, 141.2, 143)}.md-editor .md-editor-admonition-error{--md-admonition-color: #b71c1c;--md-admonition-bg-color: #fdd2d6;--md-admonition-border-color: rgb(225, 137.2, 139.6)}.md-editor-dark .md-editor-admonition-note{--md-admonition-color: #E0E0E0;--md-admonition-bg-color: #1E1E1E;--md-admonition-border-color: rgb(107.6, 107.6, 107.6)}.md-editor-dark .md-editor-admonition-tip{--md-admonition-color: #B0B0B0;--md-admonition-bg-color: #262626;--md-admonition-border-color: rgb(93.2, 93.2, 93.2)}.md-editor-dark .md-editor-admonition-info{--md-admonition-color: #B3B3B3;--md-admonition-bg-color: #2B2B2B;--md-admonition-border-color: rgb(97.4, 97.4, 97.4)}.md-editor-dark .md-editor-admonition-quote{--md-admonition-color: #b0bec5;--md-admonition-bg-color: #263238;--md-admonition-border-color: rgb(93.2, 106, 112.4)}.md-editor-dark .md-editor-admonition-abstract{--md-admonition-color: #81d4fa;--md-admonition-bg-color: #012f45;--md-admonition-border-color: rgb(52.2, 113, 141.4)}.md-editor-dark .md-editor-admonition-attention{--md-admonition-color: #64b5f6;--md-admonition-bg-color: #102a4c;--md-admonition-border-color: rgb(49.6, 97.6, 144)}.md-editor-dark .md-editor-admonition-example{--md-admonition-color: #9575cd;--md-admonition-bg-color: #271b52;--md-admonition-border-color: rgb(83, 63, 131.2)}.md-editor-dark .md-editor-admonition-hint{--md-admonition-color: #4DB6AC;--md-admonition-bg-color: #003D3A;--md-admonition-border-color: rgb(30.8, 109.4, 103.6)}.md-editor-dark .md-editor-admonition-success{--md-admonition-color: #81c784;--md-admonition-bg-color: #1b5e20;--md-admonition-border-color: rgb(67.8, 136, 72)}.md-editor-dark .md-editor-admonition-question{--md-admonition-color: #ffd54f;--md-admonition-bg-color: #3e2f00;--md-admonition-border-color: rgb(139.2, 113.4, 31.6)}.md-editor-dark .md-editor-admonition-caution{--md-admonition-color: #ffcc80;--md-admonition-bg-color: #3e2600;--md-admonition-border-color: rgb(139.2, 104.4, 51.2)}.md-editor-dark .md-editor-admonition-warning{--md-admonition-color: #ffb74d;--md-admonition-bg-color: #3d2600;--md-admonition-border-color: rgb(138.6, 96, 30.8)}.md-editor-dark .md-editor-admonition-danger{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0000;--md-admonition-border-color: rgb(131.6, 61.6, 61.6)}.md-editor-dark .md-editor-admonition-failure{--md-admonition-color: #ef9a9a;--md-admonition-bg-color: #3c0900;--md-admonition-border-color: rgb(131.6, 67, 61.6)}.md-editor-dark .md-editor-admonition-bug{--md-admonition-color: #e68381;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(120.8, 52.4, 51.6)}.md-editor-dark .md-editor-admonition-error{--md-admonition-color: #ef5350;--md-admonition-bg-color: #300000;--md-admonition-border-color: rgb(124.4, 33.2, 32)}.md-editor-preview .md-editor-admonition{background-color:var(--md-admonition-bg-color);border:1px solid var(--md-admonition-border-color);border-radius:var(--md-theme-radius-m);color:var(--md-admonition-color);display:flow-root;font-size:14px;font-weight:400;margin:1rem 0;padding:1em 1em .5em;page-break-inside:avoid}.md-editor-preview .md-editor-admonition-title{margin:0;padding:0;position:relative;font-weight:700}.md-editor-preview .md-editor-admonition p{margin:.5em 0;padding:0}.md-editor-preview .md-editor-admonition p:first-of-type{margin-block-start:0}.md-editor-preview .md-editor-admonition+p:empty,.md-editor-preview .md-editor-admonition+p:empty+p:empty{display:none}.md-editor-preview .md-editor-mermaid{overflow:hidden;line-height:normal}.md-editor-preview .md-editor-mermaid p{line-height:normal}.md-editor-preview .md-editor-mermaid:not([data-processed]){white-space:pre}.md-editor-preview [class=md-editor-mermaid][data-grab]{cursor:grab}.md-editor-preview [class=md-editor-mermaid][data-grab]:active{cursor:grabbing}.md-editor-preview [class=md-editor-mermaid][data-processed]{position:relative;display:flex;justify-content:center;align-items:center}.md-editor-preview [class=md-editor-mermaid][data-processed] svg{transform-origin:top left}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action{position:absolute;inset-block-start:10px;inset-inline-end:10px;z-index:1;opacity:0;transition:opacity .3s;cursor:pointer;display:flex;gap:8px}.md-editor-preview [class=md-editor-mermaid][data-processed] .md-editor-mermaid-action svg{padding:6px;border-radius:4px;background-color:var(--md-bk-color-outstand)}.md-editor-preview [class=md-editor-mermaid][data-processed]:hover .md-editor-mermaid-action{opacity:1}.md-editor-katex-block{text-align:center;margin:20px}.md-editor-katex-inline,.md-editor-katex-block{display:none;direction:ltr}.md-editor-katex-inline[data-processed]{display:initial}.md-editor-katex-block[data-processed]{display:block}.md-editor .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-dark .md-editor-preview{--md-theme-code-inline-color: #3594f7;--md-theme-code-inline-bg-color: rgba(59, 170, 250, .1);--md-theme-code-inline-radius: var(--md-theme-radius-s);--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: var(--md-theme-radius-m)}.md-editor-preview code{direction:ltr;color:var(--md-theme-code-inline-color);background-color:var(--md-theme-code-inline-bg-color);border-radius:var(--md-theme-code-inline-radius);padding:2px 4px;line-height:22px}.md-editor-preview .md-editor-code{color:var(--md-theme-code-block-color);font-size:12px;line-height:1;margin:20px 0;position:relative}.md-editor-preview .md-editor-code input[type=radio],.md-editor-preview .md-editor-code input[type=radio]+pre,.md-editor-preview .md-editor-code input[type=radio]+span.md-editor-code-lang{display:none}.md-editor-preview .md-editor-code input:checked+pre,.md-editor-preview .md-editor-code input:checked+span.md-editor-code-lang{display:block}.md-editor-preview .md-editor-code input:checked+label{border-block-end:1px solid;color:var(--md-theme-code-active-color)}.md-editor-preview .md-editor-code .md-editor-code-head{display:grid;grid-template:"1fr 1fr";justify-content:space-between;height:32px;width:100%;font-size:12px;background-color:var(--md-theme-code-before-bg-color);margin-block-end:0;border-start-start-radius:var(--md-theme-code-block-radius);border-start-end-radius:var(--md-theme-code-block-radius);-webkit-tap-highlight-color:rgba(0,0,0,0);list-style:none;position:sticky;top:0;z-index:10000}.md-editor-preview .md-editor-code .md-editor-code-head::-webkit-details-marker{display:none}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag{margin-inline-start:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span{display:inline-block;width:10px;height:10px;border-radius:50%;margin-block-start:11px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(1){background-color:#ec6a5e}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(2){background-color:#f4bf4f}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span:nth-of-type(3){background-color:#61c554}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag span+span{margin-inline-start:4px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label{box-sizing:border-box;white-space:nowrap;-webkit-user-select:none;user-select:none;background-color:var(--md-theme-code-block-bg-color);margin-block-start:8px;padding:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li{line-height:1;list-style:none;display:inline-block;position:relative;vertical-align:super;margin:0}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li label{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-block;font-size:14px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-flag ul.md-editor-codetab-label li+li{margin-inline-start:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action{display:flex;align-items:center}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-action>*{margin-inline-end:10px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-code-lang{line-height:32px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon){cursor:pointer;line-height:32px;position:initial}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button:not(data-is-icon) .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]{cursor:pointer;line-height:1;position:relative}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon] .md-editor-icon{width:15px;height:15px;display:inline-block;vertical-align:sub}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before{content:attr(data-tips);color:var(--md-theme-code-copy-tips-color);background-color:var(--md-theme-code-copy-tips-bg-color);position:absolute;font-size:12px;font-family:sans-serif;width:max-content;text-align:center;padding:4px;border-radius:var(--md-theme-radius-s);box-shadow:0 0 2px #0003;inset-inline-start:-10px;inset-block-start:50%;transform:translate(-100%,-50%)}[dir=rtl] .md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before{transform:translate(100%,-50%)}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{content:"";color:var(--md-theme-code-copy-tips-bg-color);position:absolute;width:0;height:0;border:5px solid rgba(0,0,0,0);border-inline-end-width:0;border-inline-start-color:currentColor;inset-inline-start:-10px;inset-block-start:50%;transform:translateY(-50%);filter:drop-shadow(4px 0 2px rgba(0,0,0,.2))}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:after{visibility:hidden;transition:.3s}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:before,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-copy-button[data-is-icon]:hover:after{visibility:visible}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips{margin-inline-end:12px}.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{width:16px;height:16px;font-size:16px;display:inline-block;vertical-align:sub;transition:transform .1s;transform:rotate(0)}[dir=rtl] .md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,[dir=rtl] .md-editor-preview .md-editor-code .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(180deg)}.md-editor-preview .md-editor-code pre{position:relative;margin:0}.md-editor-preview .md-editor-code pre code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:14px;color:var(--md-theme-code-block-color);background-color:var(--md-theme-code-before-bg-color);display:block;line-height:1.6;overflow:auto;padding:1em;position:relative;border-start-start-radius:0;border-start-end-radius:0;border-end-start-radius:var(--md-theme-code-block-radius);border-end-end-radius:var(--md-theme-code-block-radius)}.md-editor-preview .md-editor-code pre code .md-editor-code-block{display:inline-block;width:100%;overflow:auto;vertical-align:bottom;color:var(--md-theme-code-block-color)}.md-editor-preview details.md-editor-code .md-editor-code-head{cursor:pointer}.md-editor-preview details.md-editor-code:not(open) .md-editor-code-head{border-end-start-radius:var(--md-theme-code-block-radius);border-end-end-radius:var(--md-theme-code-block-radius)}.md-editor-preview details.md-editor-code[open] .md-editor-code-head{border-end-start-radius:0;border-end-end-radius:0}.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,.md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(-90deg)}[dir=rtl] .md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-icon,[dir=rtl] .md-editor-preview details.md-editor-code[open] .md-editor-code-head .md-editor-collapse-tips .md-editor-iconfont{transform:rotate(270deg)}.md-editor-scrn span[rn-wrapper]{position:absolute;pointer-events:none;font-size:100%;inset-block-start:1em;inset-inline-start:0;width:3em;letter-spacing:-1px;-webkit-user-select:none;user-select:none;counter-reset:linenumber}.md-editor-scrn span[rn-wrapper]>span{display:block;pointer-events:none;counter-increment:linenumber}.md-editor-scrn span[rn-wrapper]>span:before{color:#999;display:block;padding-inline-end:.5em;text-align:right;content:counter(linenumber)}.md-editor-scrn pre code{padding-inline-start:3.5em!important}.md-editor-preview figure{margin:0 0 1em;display:inline-flex;flex-direction:column;text-align:center}.md-editor-preview figure figcaption{color:var(--md-theme-color);font-size:.875em;margin-block-start:5px}.md-editor .md-editor-preview{--md-theme-heading-color: var(--md-theme-color);--md-theme-heading-border: none;--md-theme-heading-1-color: var(--md-theme-heading-color);--md-theme-heading-1-border: var(--md-theme-heading-border);--md-theme-heading-2-color: var(--md-theme-heading-color);--md-theme-heading-2-border: var(--md-theme-heading-border);--md-theme-heading-3-color: var(--md-theme-heading-color);--md-theme-heading-3-border: var(--md-theme-heading-border);--md-theme-heading-4-color: var(--md-theme-heading-color);--md-theme-heading-4-border: var(--md-theme-heading-border);--md-theme-heading-5-color: var(--md-theme-heading-color);--md-theme-heading-5-border: var(--md-theme-heading-border);--md-theme-heading-6-color: var(--md-theme-heading-color);--md-theme-heading-6-border: var(--md-theme-heading-border)}.md-editor-preview h1,.md-editor-preview h2,.md-editor-preview h3,.md-editor-preview h4,.md-editor-preview h5,.md-editor-preview h6{position:relative;word-break:break-all;margin:1.4em 0 .8em;font-weight:700}.md-editor-preview h1 a,.md-editor-preview h2 a,.md-editor-preview h3 a,.md-editor-preview h4 a,.md-editor-preview h5 a,.md-editor-preview h6 a,.md-editor-preview h1 a:hover,.md-editor-preview h2 a:hover,.md-editor-preview h3 a:hover,.md-editor-preview h4 a:hover,.md-editor-preview h5 a:hover,.md-editor-preview h6 a:hover{color:inherit}.md-editor-preview h1{color:var(--md-theme-heading-1-color);border-block-end:var(--md-theme-heading-1-border)}.md-editor-preview h2{color:var(--md-theme-heading-2-color);border-block-end:var(--md-theme-heading-2-border)}.md-editor-preview h3{color:var(--md-theme-heading-3-color);border-block-end:var(--md-theme-heading-3-border)}.md-editor-preview h4{color:var(--md-theme-heading-4-color);border-block-end:var(--md-theme-heading-4-border)}.md-editor-preview h5{color:var(--md-theme-heading-5-color);border-block-end:var(--md-theme-heading-5-border)}.md-editor-preview h6{color:var(--md-theme-heading-6-color);border-block-end:var(--md-theme-heading-6-border)}.md-editor-preview h1{font-size:2em}.md-editor-preview h2{font-size:1.5em}.md-editor-preview h3{font-size:1.25em}.md-editor-preview h4{font-size:1em}.md-editor-preview h5{font-size:.875em}.md-editor-preview h6{font-size:.85em}.md-editor-preview hr{height:1px;margin:10px 0;border:none;border-block-start:1px solid var(--md-theme-border-color)}.md-editor-preview a{color:var(--md-theme-link-color);text-decoration:none;transition:color .1s}.md-editor-preview a:hover{color:var(--md-theme-link-hover-color)}.md-editor-preview a:empty:before{content:attr(href)}.md-editor-preview ol,.md-editor-preview ul{padding-inline-start:2em}.md-editor-preview ol .task-list-item,.md-editor-preview ul .task-list-item{list-style-type:none}.md-editor-preview ol .task-list-item input,.md-editor-preview ul .task-list-item input{margin-inline-start:-1.5em;margin-inline-end:.1em}.md-editor-preview img{max-width:100%}.md-editor-preview p:empty{display:none}.md-editor .md-editor-preview{--md-theme-quote-color: var(--md-theme-color);--md-theme-quote-border: none;--md-theme-quote-bg-color: inherit}.md-editor-preview blockquote{padding:0 1em;color:var(--md-theme-quote-color);border-inline-start:var(--md-theme-quote-border);background-color:var(--md-theme-quote-bg-color)}.md-editor .md-editor-preview{--md-theme-table-stripe-color: #fafafa;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-dark .md-editor-preview{--md-theme-table-stripe-color: #0c0c0c;--md-theme-table-tr-bg-color: inherit;--md-theme-table-td-border-color: var(--md-theme-border-color)}.md-editor-preview table tr{background-color:var(--md-theme-table-tr-bg-color)}.md-editor-preview table tr th,.md-editor-preview table tr td{border:1px solid var(--md-theme-table-td-border-color)}.md-editor-preview table tr:nth-child(2n){background-color:var(--md-theme-table-stripe-color)}.md-editor-preview{color:var(--md-theme-color)}.md-editor-preview ::-webkit-scrollbar{width:6px;height:6px}.md-editor-preview ::-webkit-scrollbar-button:vertical{display:none}.md-editor-preview ::-webkit-scrollbar-corner,.md-editor-preview ::-webkit-scrollbar-track,.md-editor-preview ::-webkit-scrollbar-thumb{border-radius:2px}.md-editor .md-editor-preview ::-webkit-scrollbar-corner,.md-editor .md-editor-preview ::-webkit-scrollbar-track{background-color:#e2e2e2}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#0000004d}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#00000059}.md-editor .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#00000061}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-corner,.md-editor-dark .md-editor-preview ::-webkit-scrollbar-track{background-color:#0f0f0f}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb{background-color:#2d2d2d}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:hover{background-color:#3a3a3a}.md-editor-dark .md-editor-preview ::-webkit-scrollbar-thumb:vertical:active{background-color:#3a3a3a}.md-editor div.default-theme{--md-theme-code-copy-tips-color: #141414}.md-editor-dark div.default-theme{--md-theme-code-copy-tips-color: inherit}div.default-theme img{margin:0 auto;box-sizing:border-box}div.default-theme a{display:inline-flex;line-height:1;border-block-end:none}div.default-theme a:hover{border-block-end:1px solid}div.default-theme a[target=_blank]{align-items:center}div.default-theme a[target=_blank]:after{content:"";display:inline-block;width:16px;height:16px;margin-inline-start:2px;background-color:currentColor;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-arrow-out-up-right"><path d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"/><path d="m21 3-9 9"/><path d="M15 3h6v6"/></svg>');-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}div.default-theme ol,div.default-theme ul{margin:.6em 0}div.default-theme ol li,div.default-theme ul li{line-height:1.6;margin:.5em 0}div.default-theme p{line-height:1.6;margin:.5rem 0}.md-editor div.default-theme{--md-theme-quote-border: 5px solid #35b378;--md-theme-quote-bg-color: var(--md-theme-bg-color-inset)}div.default-theme blockquote{margin:20px 0;padding:0 1.2em;line-height:2em;display:flow-root}.md-editor default-theme{--md-theme-table-stripe-color: #fafafa}.md-editor-dark default-theme{--md-theme-table-stripe-color: #0c0c0c}div.default-theme table{overflow:auto;border-spacing:0;border-collapse:collapse;margin-block-end:1em;margin-block-start:1em}div.default-theme table tr th,div.default-theme table tr td{word-wrap:break-word;padding:8px 14px}div.default-theme table tbody tr:hover{background-color:var(--md-theme-color-hover)}div.default-theme blockquote table{line-height:initial}div.default-theme blockquote table tr th,div.default-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.default-theme blockquote table tbody tr:nth-child(n){background-color:inherit}div.default-theme blockquote table tbody tr:hover{background-color:var(--md-theme-color-hover-inset)}.md-editor div.vuepress-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #f8f8f8;--md-theme-code-block-color: #747384;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}.md-editor-dark div.vuepress-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 2px}div.vuepress-theme code{padding:3px 5px;margin:0 2px}div.vuepress-theme .md-editor-code pre{font-size:.875em;margin:0 0 1em}div.vuepress-theme .md-editor-code pre code{white-space:pre;padding:22px 1em;margin:0}div.vuepress-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.vuepress-theme{--md-theme-heading-color: #273849;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}.md-editor-dark div.vuepress-theme{--md-theme-heading-color: #999;--md-theme-heading-2-border: 1px solid var(--md-theme-border-color)}div.vuepress-theme h1,div.vuepress-theme h2,div.vuepress-theme h3,div.vuepress-theme h4,div.vuepress-theme h5,div.vuepress-theme h6{font-weight:600;line-height:1.45;position:relative;margin-block-start:1em}div.vuepress-theme h1{font-size:2.2em;margin:1em 0}div.vuepress-theme h2{font-size:1.65em;padding-block-end:.3em}div.vuepress-theme h3{line-height:1.35em}.md-editor div.vuepress-theme{--md-theme-link-color: #42b983}div.vuepress-theme a{font-weight:600}div.vuepress-theme ul,div.vuepress-theme ol{position:relative;line-height:1.4em;margin:1.2em 0;z-index:1}div.vuepress-theme ul li,div.vuepress-theme ol li{margin:1.2em 0}div.vuepress-theme p{word-spacing:.05em;line-height:1.6em;margin:1.2em 0;position:relative}.md-editor div.vuepress-theme{--md-theme-quote-border: 4px solid #42b983}div.vuepress-theme blockquote{margin:2em 0;padding-inline-start:20px}div.vuepress-theme blockquote p{margin-inline-start:0;margin-block-start:1.2em;margin-block-end:0;padding:0}.md-editor div.vuepress-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.vuepress-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.vuepress-theme table{border-collapse:collapse;margin:1rem 0;display:block;overflow-x:auto}div.vuepress-theme table tr th,div.vuepress-theme table tr td{padding:.6em 1em}.md-editor div.vuepress-theme{--md-theme-color: #304455}.md-editor-dark div.vuepress-theme{--md-theme-color: #999}div.vuepress-theme{font-size:16px;color:var(--md-theme-color)}div.vuepress-theme em{color:#4f5959;padding:0 6px 0 4px}.md-editor div.github-theme{--md-theme-code-inline-color: inherit;--md-theme-code-inline-bg-color: #eff1f2;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: inherit;--md-theme-code-block-bg-color: #f6f8fa;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}.md-editor-dark div.github-theme{--md-theme-code-inline-color: #c9d1d9;--md-theme-code-inline-bg-color: #2d3339;--md-theme-code-inline-radius: 6px;--md-theme-code-block-color: #a9b7c6;--md-theme-code-block-bg-color: #161b22;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 6px}div.github-theme code{padding:.2em .4em;margin:0}div.github-theme pre code{padding:22px 1em;margin-block-end:0;word-break:normal;letter-spacing:1px}.md-editor div.github-theme{--md-theme-heading-color: inherit;--md-theme-heading-6-color: #2d3339;--md-theme-heading-1-border: 1px solid #d9dee4;--md-theme-heading-2-border: 1px solid #d9dee4}.md-editor-dark div.github-theme{--md-theme-heading-color: #c9d1d9;--md-theme-heading-6-color: #768390;--md-theme-heading-1-border: 1px solid #373e47;--md-theme-heading-2-border: 1px solid #373e47}div.github-theme h1,div.github-theme h2,div.github-theme h3,div.github-theme h4,div.github-theme h5,div.github-theme h6{margin-block-start:24px;margin-block-end:16px;font-weight:600;line-height:1.25}div.github-theme h1{padding-block-end:.3em;font-size:2em}div.github-theme h2{padding-block-end:.3em;font-size:1.5em}div.github-theme h3{font-size:1.25em}div.github-theme h4{font-size:1em}div.github-theme h5{font-size:.875em}div.github-theme h6{font-size:.85em}.md-editor div.github-theme{--md-theme-heading-bg-color: #fff}.md-editor-dark div.github-theme{--md-theme-heading-bg-color: #22272e}div.github-theme img{background-color:var(--md-theme-heading-bg-color)}.md-editor div.github-theme{--md-theme-link-color: #539bf5;--md-theme-link-hover-color: #539bf5}div.github-theme a:hover{text-decoration:underline}div.github-theme ol li+li,div.github-theme ul li+li{margin-block-start:.25em}.md-editor div.github-theme{--md-theme-quote-color: #57606a;--md-theme-quote-border: .25em solid #d0d7de}.md-editor-dark div.github-theme{--md-theme-quote-color: #8b949e;--md-theme-quote-border: .25em solid #444c56}div.github-theme blockquote{margin:0;padding:0 1em}.md-editor div.github-theme{--md-theme-table-stripe-color: #f7f8fa;--md-theme-table-tr-bg-color: #fff;--md-theme-table-td-border-color: #d0d7de}.md-editor-dark div.github-theme{--md-theme-table-stripe-color: #161b22;--md-theme-table-tr-bg-color: transparent;--md-theme-table-td-border-color: #30363d}div.github-theme table{display:block;max-width:100%;overflow:auto;border-spacing:0;border-collapse:collapse}div.github-theme table tr th,div.github-theme table tr td{padding:6px 13px}.md-editor div.github-theme{--md-theme-color: #222}.md-editor-dark div.github-theme{--md-theme-color: #c9d1d9}div.github-theme{line-height:1.5;color:var(--md-theme-color)}div.github-theme p,div.github-theme blockquote,div.github-theme ul,div.github-theme ol,div.github-theme dl,div.github-theme table,div.github-theme pre,div.github-theme details{margin-block-start:0;margin-block-end:16px}.md-editor div.cyanosis-theme,.md-editor-dark div.cyanosis-theme{--md-theme-code-inline-color: var(--md-theme-code-color);--md-theme-code-inline-bg-color: var(--md-theme-code-bg-color);--md-theme-code-block-color: var(--md-theme-base-color);--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.cyanosis-theme code{padding:.065em .4em;font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto}div.cyanosis-theme code::selection{background-color:var(--md-theme-slct-codebg-color)}div.cyanosis-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.cyanosis-theme .md-editor-code pre code{padding:11px 12px 22px;margin:0;word-break:normal;line-height:1.75}div.cyanosis-theme .md-editor-code pre code span[rn-wrapper]{top:11px}.md-editor div.cyanosis-theme{--md-theme-heading-color: var(--md-theme-title-color)}div.cyanosis-theme h1{padding-block-end:4px;margin-block-start:36px;margin-block-end:10px;font-size:30px;line-height:1.5;transition:color .35s}div.cyanosis-theme h2{position:relative;padding-inline-start:10px;padding-inline-end:10px;padding-block-end:10px;margin-block-start:36px;margin-block-end:10px;font-size:24px;line-height:1.5;border-block-end:1px solid var(--md-theme-border-color-2);transition:color .35s}div.cyanosis-theme h2:before{content:"「";position:absolute;inset-block-start:-6px;inset-inline-start:-14px}div.cyanosis-theme h2:after{content:"」";position:relative;inset-block-start:6px;inset-inline-end:auto}div.cyanosis-theme h3{position:relative;padding-block-end:0;margin-block-start:30px;margin-block-end:10px;font-size:20px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h3:before{content:"»";padding-inline-end:6px;color:var(--md-theme-strong-color)}div.cyanosis-theme h4{padding-block-end:0;margin-block-start:24px;margin-block-end:10px;font-size:16px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h5{padding-block-end:0;margin-block-start:18px;margin-block-end:10px;font-size:14px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h6{padding-block-end:0;margin-block-start:12px;margin-block-end:10px;font-size:12px;line-height:1.5;padding-inline-start:6px;transition:color .35s}div.cyanosis-theme h1::selection,div.cyanosis-theme h2::selection,div.cyanosis-theme h3::selection,div.cyanosis-theme h4::selection,div.cyanosis-theme h5::selection,div.cyanosis-theme h6::selection{color:var(--md-theme-slct-title-color);background-color:var(--md-theme-slct-titlebg-color)}@media (max-width: 720px){div.cyanosis-theme h1{font-size:24px}div.cyanosis-theme h2{font-size:20px}div.cyanosis-theme h3{font-size:18px}}.md-editor div.cyanosis-theme{--md-theme-link-color: var(--md-theme-link-color);--md-theme-link-hover-color: var(--md-theme-linkh-color)}div.cyanosis-theme a{position:relative;display:inline-block;text-decoration:none;border-block-end:1px solid var(--md-theme-border-color)}div.cyanosis-theme a:hover{border-block-end-color:var(--md-theme-linkh-color)}div.cyanosis-theme a:active{color:var(--md-theme-linkh-color)}div.cyanosis-theme a:after{position:absolute;content:"";inset-block-start:100%;inset-inline-start:0;width:100%;opacity:0;border-block-end:1px solid var(--md-theme-border-color);transition:top .3s,opacity .3s;transform:translateZ(0)}div.cyanosis-theme a:hover:after{top:0;opacity:1;border-block-end-color:var(--md-theme-linkh-color)}div.cyanosis-theme ol,div.cyanosis-theme ul{margin:0}div.cyanosis-theme ol li,div.cyanosis-theme ul li{margin-block-end:0;list-style:inherit}div.cyanosis-theme ol li .task-list-item,div.cyanosis-theme ul li .task-list-item{list-style:none}div.cyanosis-theme ol li .task-list-item ul,div.cyanosis-theme ol li .task-list-item ol,div.cyanosis-theme ul li .task-list-item ul,div.cyanosis-theme ul li .task-list-item ol{margin-block-start:0}div.cyanosis-theme ol ul,div.cyanosis-theme ol ol,div.cyanosis-theme ul ul,div.cyanosis-theme ul ol{margin-block-start:4px}div.cyanosis-theme ol li{padding-inline-start:6px}div.cyanosis-theme ol li::selection,div.cyanosis-theme ul li::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}div.cyanosis-theme .task-list-item-checkbox{position:relative}div.cyanosis-theme .contains-task-list input[type=checkbox]:before{content:"";position:absolute;inset-block-start:0;inset-inline-start:0;inset-inline-end:0;inset-block-end:0;width:inherit;height:inherit;background:#f0f8ff;border:1px solid #add6ff;border-radius:var(--md-theme-radius-s);box-sizing:border-box;z-index:1}div.cyanosis-theme .contains-task-list input[type=checkbox][checked]:after{content:"✓";position:absolute;inset-block-start:-12px;inset-inline-start:0;inset-inline-end:0;inset-block-end:0;width:0;height:0;color:#f55;font-size:20px;font-weight:700;z-index:2}div.cyanosis-theme p{line-height:inherit;margin-block-start:16px;margin-block-end:16px}div.cyanosis-theme p::selection{color:var(--md-theme-slct-text-color);background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-quote-color: var(--md-theme-blockquote-color);--md-theme-quote-border: 4px solid var(--md-theme-strong-color);--md-theme-quote-bg-color: var(--md-theme-blockquote-bg-color)}div.cyanosis-theme blockquote{padding:1px 20px;margin:22px 0;transition:color .35s}div.cyanosis-theme blockquote:after{display:block;content:""}div.cyanosis-theme blockquote>p{margin:10px 0}div.cyanosis-theme blockquote>b,div.cyanosis-theme blockquote>strong{color:var(--md-theme-strong-color)}div.cyanosis-theme table{display:inline-block!important;width:auto;max-width:100%;overflow:auto;border:1px solid var(--md-theme-table-border-color);border-spacing:0;border-collapse:collapse}div.cyanosis-theme table thead{color:#000;text-align:left;background:#f6f6f6}div.cyanosis-theme table tr:nth-child(2n){background-color:var(--md-theme-table-tr-nc-color)}div.cyanosis-theme table tr:hover{background-color:var(--md-theme-table-trh-color)}div.cyanosis-theme table th,div.cyanosis-theme table td{padding:12px 8px;line-height:24px;border:1px solid var(--md-theme-table-border-color)}div.cyanosis-theme table th{color:var(--md-theme-table-tht-color);background-color:var(--md-theme-table-th-color)}div.cyanosis-theme table td{min-width:120px}div.cyanosis-theme table thead th::selection{background-color:#0000}div.cyanosis-theme table tbody td::selection{background-color:var(--md-theme-slct-bg-color)}.md-editor div.cyanosis-theme{--md-theme-base-color:#353535;--md-theme-title-color:#005bb7;--md-theme-strong-color:#2196f3;--md-theme-em-color:#4fc3f7;--md-theme-del-color:#ccc;--md-theme-link-color:#3da8f5;--md-theme-linkh-color:#007fff;--md-theme-border-color:#bedcff;--md-theme-border-color-2:#ececec;--md-theme-bg-color:#fff;--md-theme-blockquote-color:#8c8c8c;--md-theme-blockquote-bg-color:#f0fdff;--md-theme-code-color:#c2185b;--md-theme-code-bg-color:#fff4f4;--md-theme-code-block-bg-color:#f8f8f8;--md-theme-table-border-color:#c3e0fd;--md-theme-table-th-color:#dff0ff;--md-theme-table-tht-color:#005bb7;--md-theme-table-tr-nc-color:#f7fbff;--md-theme-table-trh-color:#e0edf7;--md-theme-slct-title-color:#005bb7;--md-theme-slct-titlebg-color:rgba(175,207,247,.25);--md-theme-slct-text-color:#c80000;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#e8ebec;--md-theme-slct-codebg-color:#ffeaeb;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}.md-editor-dark div.cyanosis-theme{--md-theme-base-color:#cacaca;--md-theme-title-color:#ddd;--md-theme-strong-color:#fe9900;--md-theme-em-color:#ffd28e;--md-theme-del-color:#ccc;--md-theme-link-color:#ffb648;--md-theme-linkh-color:#fe9900;--md-theme-border-color:#ffe3ba;--md-theme-border-color-2:#ffcb7b;--md-theme-bg-color:#2f2f2f;--md-theme-blockquote-color:#c7c7c7;--md-theme-blockquote-bg-color:rgba(255,199,116,.1);--md-theme-code-color:#000;--md-theme-code-bg-color:#ffcb7b;--md-theme-code-block-bg-color:rgba(30,25,18,.5);--md-theme-table-border-color:#fe9900;--md-theme-table-th-color:#ffb648;--md-theme-table-tht-color:#000;--md-theme-table-tr-nc-color:#6d5736;--md-theme-table-trh-color:#947443;--md-theme-slct-title-color:#000;--md-theme-slct-titlebg-color:#fe9900;--md-theme-slct-text-color:#00c888;--md-theme-slct-bg-color:rgba(175,207,247,.25);--md-theme-slct-del-color:#999;--md-theme-slct-elbg-color:#000;--md-theme-slct-codebg-color:#ffcb7b;--md-theme-slct-prebg-color:rgba(160,200,255,.25)}div.cyanosis-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;color:var(--md-theme-base-color);transition:color .35s}div.cyanosis-theme hr{position:relative;width:98%;height:1px;margin-block-start:32px;margin-block-end:32px;background-image:linear-gradient(90deg,var(--md-theme-link-color),rgba(255,0,0,.3),rgba(37,163,65,.3),rgba(255,0,0,.3),var(--md-theme-link-color));border-width:0;overflow:visible}div.cyanosis-theme b,div.cyanosis-theme strong{color:var(--md-theme-strong-color)}div.cyanosis-theme i,div.cyanosis-theme em{color:var(--md-theme-em-color)}div.cyanosis-theme del{color:var(--md-theme-del-color)}div.cyanosis-theme details>summary{outline:none;color:var(--md-theme-title-color);font-size:20px;font-weight:bolder;border-block-end:1px solid var(--md-theme-border-color);cursor:pointer}div.cyanosis-theme details>p{padding:10px 20px;margin:10px 0 0;color:#666;background-color:var(--md-theme-blockquote-bg-color);border:2px dashed var(--md-theme-strong-color)}div.cyanosis-theme a::selection,div.cyanosis-theme b::selection,div.cyanosis-theme strong::selection,div.cyanosis-theme i::selection,div.cyanosis-theme em::selection{background-color:var(--md-theme-slct-elbg-color)}div.cyanosis-theme del::selection{color:var(--md-theme-slct-del-color);background-color:var(--md-theme-slct-elbg-color)}.md-editor div.mk-cute-theme,.md-editor-dark div.mk-cute-theme{--md-theme-code-inline-color: #4ec9b0;--md-theme-code-inline-bg-color: #282c34;--md-theme-code-block-color: #4ec9b0;--md-theme-code-block-bg-color: #282c34;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color);--md-theme-code-block-radius: 10px}div.mk-cute-theme code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;overflow-x:auto;padding:.14em .46em;margin:0 4px}div.mk-cute-theme .md-editor-code pre code{font-family:Menlo,Monaco,Consolas,Courier New,monospace;padding:22px;margin:0;word-break:normal;line-height:1.75}div.mk-cute-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.mk-cute-theme{--md-theme-heading-color: #36ace1}div.mk-cute-theme h1:before,div.mk-cute-theme h2:before,div.mk-cute-theme h3:before,div.mk-cute-theme h4:before,div.mk-cute-theme h5:before,div.mk-cute-theme h6:before{content:"";display:block;position:absolute;inset-inline-start:0;inset-block-start:0;inset-block-end:0;margin:auto;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAF8UlEQVRIS71Wa2wUVRT+7r0zu9t2t/RBaSioPCpYbIUfaEIQUogSAwZDAlUSGwgg/CBATExMCJH1D2hIfOEjFEUEhViCgBgIUCH44OkjPAMGBVqhpUCfW3Zn5z7MuQOE0hYxMdxJdmd25s53vnO+851leMCLPWA8/CfA2TsvL8n7q+nTFfNLG+4VqInHOeJLDQMzdz/3r4DGGDb9lxu+aPcE7U61JHDMDePcuv0O21ShugOefqDdtBie3Dk6K/O+Ab+qOjJiz7Ahv6c8hbDDwRiQlgYGDOcaWyEcjg8On+j71IpJndjGt9XO+jM7+pkywNvbazIfercieSdoJ4bE5sWjyZqMpDdeaQNXMNC34ME3LV8B56+1w3AOgk+EXe/Ub6uiLB6XdH/G/mYjeBCcFwnt3zQqWt4t4NjjnhzQ1CGkBhwOCMFAB71U0qsYgRlwBtQ1tiEJAy44OBdQUmFK3aWS06NLT+ukZAQoKCCjsfbDmk6p78RwX3ncWffmIj8U4kh6GpEwh+9rGy23LDU4GBrrm9DsuDYIGMAYIC/EUNQ7Cq1hn+WM2TI8f+jEyCmvjfn1FssuojHx6tDkyZOaCzr8TNpASzDAk8amlRIrEylcSGsYrcGIstIYWhgDDIM2BiGH3ywFkGAC1U9n38bpVqWGdk6r4HMWrZZaG1D5KLn0qYyBEAKnG1otAxLR8L7Z9nfP13CJHQ/ST4vK8sVHe8JsU0U6uO5hlexo8PI7vNDQomwoBRAwpSmtgJAAztS3QLsOsmBQlBtFJMQhlbbPUBBUR7o2hqHVddLbRsfCPQJ+u3TPw8uGl1yklAlHIJZKo3//XEhlLCtifPFyM7xwCI/lZ8IKTTBbS7pPLIggZZsSQ+zXbT4UYSsnet3UMM5HPT5LGbrDGYQroClyT2Jwnyj9aN949e8mDCwuRFoqKxRHUJ21BSDRELuQYGhvbMVV32Dp2RuxcfHSRBfAYTsbU9nJdFj5EiLkglHkRInC1xoxKbH9hQJIaTDvxxTCUddWl4wg0dCCtqSPDmoVx4Eitpxh64ZtsT6b5ie6pPRkfF90TllxOzEwmipMKRRgHODGgCuJkqIcvDdC2BZ5Y+tlHHMzkAKghbAxcQqQDiKrFBxhqg5MHTivS1tQ+sdsvaQl5Yd6yfdRXNQLsQwXnq/AQFLXEIIjzBSuNaaR0SuEtkQKl9IKjAsbJaWfzo1USDsM6zceDJfeVGgnhhN2N7YOyo5kJz1pa2AbgfrO1gRwXW6vSRQNtddR+EhvKGmseskgTtY2Q7kucYWWgToPHzyUyXry0iXfnBtfl5f/PaWPvPNW/zkOAQegJHltFE5dSaCskHqPVEnqpMAMEgkPtR1pKxyh/N0/vTToubtH1G3RmLjhM8ubKXfWB2mRa9ySOaWS2uT8lTZ0cI6I52Ngv7zAbW9mQVm1cpytu441P38XeXTlQu+e46nyh+bjLkMZRU0MCYTCJWZSG1y7cBWNURpxBlxqFBfEwGnGGhaYPSNwhpSv4DK+/vPynBk9MqRIiOWs8a2WJTm9a+cgh6SaMIMz9W1WjYHHMtv0wSmZdWB9gdsya/rcYVg7JoffCdqlD6ceTpiY59tM0PhJp5WNvra+BQkejCMyBarr8KKYDcZi8sDaCDKYFIGRk+FnSVXzyTO9JxBwF8DLc1dlLn65ooNEYN0fBsu21fTvL6PXnhxXlnLIqqhYYBian4lQ2Lk9ogiALsimiLC1QYfhlV1Hnxh7JfcMqxrpd7U2GFa5t9nOd7Kr+kg4uWvnCpromlJeXlq3Os3ZLOlrZBmNQf1ybVqpxhbA7mRIOCy1+esDOWhIyDv/+3Q7LRbsqH+rKRJ+nba+/+WW7II1s9vvVBuNr7KNF1WUM1bSt5f1Vq01jUVkKfnx8uoti3Or5rbd9782M61azJz/rFywYU/OyKqK1p5G2MS1Z18tGFDwTkvIxcK9RwaMP3a9/tbc62lPj/Nw5B9ey9Ehy/MY4oEqelgNleuyCgdXJlmc3fO5Ll56r5f+n/f+AWFf9jvBgaHpAAAAAElFTkSuQmCC);animation:spin 2s linear 0s infinite}div.mk-cute-theme h1{position:relative;font-size:30px;padding:12px 38px;margin:30px 0}div.mk-cute-theme h1:before{width:30px;height:30px;background-size:30px 30px}div.mk-cute-theme h2{position:relative;font-size:24px;padding:12px 36px;margin:28px 0}div.mk-cute-theme h2:before{width:28px;height:28px;background-size:28px 28px}div.mk-cute-theme h3{position:relative;font-size:18px;padding:4px 32px;margin:26px 0}div.mk-cute-theme h3:before{width:24px;height:24px;background-size:24px 24px}div.mk-cute-theme h4{position:relative;padding:4px 28px;font-size:16px;margin:22px 0}div.mk-cute-theme h4:before{width:20px;height:20px;background-size:20px 20px}div.mk-cute-theme h5{position:relative;padding:4px 26px;font-size:15px;margin:20px 0}div.mk-cute-theme h5:before{width:18px;height:18px;background-size:18px 18px}div.mk-cute-theme h6{position:relative;padding:4px 22px;font-size:14px;margin:16px 0}div.mk-cute-theme h6:before{width:16px;height:16px;background-size:16px 16px}@media (max-width: 720px){div.mk-cute-theme h1{font-size:24px}div.mk-cute-theme h2{font-size:20px}div.mk-cute-theme h3{font-size:18px}}.md-editor div.mk-cute-theme{--md-theme-link-color: #409eff;--md-theme-link-hover-color: #007bff}div.mk-cute-theme a{display:inline-block;border-block-end:1px solid #409eff}div.mk-cute-theme a:hover,div.mk-cute-theme a:active{border-block-end:1px solid #007bff}div.mk-cute-theme ol li,div.mk-cute-theme ul li{margin-block-end:0;list-style:inherit}div.mk-cute-theme ol li .task-list-item,div.mk-cute-theme ul li .task-list-item{list-style:none}div.mk-cute-theme ol li .task-list-item ul,div.mk-cute-theme ol li .task-list-item ol,div.mk-cute-theme ul li .task-list-item ul,div.mk-cute-theme ul li .task-list-item ol{margin-block-start:0}div.mk-cute-theme ol ul,div.mk-cute-theme ol ol,div.mk-cute-theme ul ul,div.mk-cute-theme ul ol{margin-block-start:3px}div.mk-cute-theme ol li{padding-inline-start:6px}div.mk-cute-theme p{line-height:inherit;margin-block-start:22px;margin-block-end:22px}.md-editor div.mk-cute-theme{--md-theme-quote-color: #fff;--md-theme-quote-border: 4px solid #409eff;--md-theme-quote-bg-color: rgba(54, 172, 225, .75)}.md-editor-dark div.mk-cute-theme{--md-theme-quote-color: inherit;--md-theme-quote-border: 4px solid #265d97;--md-theme-quote-bg-color: rgba(18, 80, 108, .75)}div.mk-cute-theme blockquote{position:relative;padding:8px 26px;margin:16px 0;border-radius:var(--md-theme-radius-m)}div.mk-cute-theme blockquote:before{content:"❝";inset-block-start:10px;inset-inline-start:8px;color:#409eff;font-size:20px;line-height:1;font-weight:700;position:absolute;opacity:.7}div.mk-cute-theme blockquote:after{content:"❞";font-size:20px;position:absolute;inset-inline-end:8px;inset-block-end:0;color:#409eff;opacity:.7}div.mk-cute-theme blockquote>p,div.mk-cute-theme blockquote ul li,div.mk-cute-theme blockquote ol li{color:var(--md-theme-quote-color)}.md-editor div.mk-cute-theme{--md-theme-table-color: #000;--md-theme-table-border-color: #f6f6f6;--md-theme-table-thead-bg-color: #f6f6f6;--md-theme-table-stripe-color: #fcfcfc}.md-editor-dark div.mk-cute-theme{--md-theme-table-color: inherit;--md-theme-table-border-color: #1c1c1c;--md-theme-table-thead-bg-color: rgba(28, 28, 28, .631372549);--md-theme-table-stripe-color: rgba(28, 28, 28, .631372549)}div.mk-cute-theme table{display:inline-block;width:auto;max-width:100%;overflow:auto;border:solid 1px var(--md-theme-table-border-color)}div.mk-cute-theme table thead{background-color:var(--md-theme-table-thead-bg-color);color:var(--md-theme-table-color);text-align:left}div.mk-cute-theme table tr th,div.mk-cute-theme table tr td{padding:12px 7px;line-height:24px;border:none}div.mk-cute-theme table tr td{min-width:120px}div.mk-cute-theme blockquote table tbody{color:var(--md-theme-color)}div.mk-cute-theme blockquote table tr{background-color:var(--md-theme-table-stripe-color)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.md-editor div.mk-cute-theme{--md-theme-color: #36ace1;background-image:linear-gradient(90deg,#323a4240 3%,#0000 3%),linear-gradient(360deg,#323a4240 3%,#0000 3%)}.md-editor-dark div.mk-cute-theme{background-image:linear-gradient(90deg,#d9eafb40 3%,#0000 3%),linear-gradient(360deg,#d9eafb40 3%,#0000 3%);--md-theme-bg-color-scrollbar-thumb: #4d4d4d}div.mk-cute-theme{word-break:break-word;line-height:1.75;font-weight:400;overflow-x:hidden;background-size:20px 20px;background-position:center center}div.mk-cute-theme hr{position:relative;width:98%;height:1px;border:none;margin-block-start:32px;margin-block-end:32px;background-image:linear-gradient(to right,#36ace1,#dff0fe,#36ace1);overflow:visible}div.mk-cute-theme del{color:#36ace1}.md-editor div.smart-blue-theme{--md-theme-code-inline-color: #d63200;--md-theme-code-inline-bg-color: #fff5f5;--md-theme-code-block-color: #333;--md-theme-code-block-bg-color: #f8f8f8;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}.md-editor-dark div.smart-blue-theme{--md-theme-code-inline-color: #e06c75;--md-theme-code-inline-bg-color: #1a1a1a;--md-theme-code-block-color: #999;--md-theme-code-block-bg-color: #1a1a1a;--md-theme-code-before-bg-color: var(--md-theme-code-block-bg-color)}div.smart-blue-theme code{overflow-x:auto;padding:.065em .4em}div.smart-blue-theme .md-editor-code pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}div.smart-blue-theme .md-editor-code pre code{padding:22px 12px;margin:0;word-break:normal}div.smart-blue-theme .md-editor-code pre code span[rn-wrapper]{top:22px}.md-editor div.smart-blue-theme{--md-theme-heading-color: #135ce0}div.smart-blue-theme h1,div.smart-blue-theme h2,div.smart-blue-theme h3,div.smart-blue-theme h4,div.smart-blue-theme h5,div.smart-blue-theme h6{padding:30px 0;margin:0}div.smart-blue-theme h1 a,div.smart-blue-theme h2 a,div.smart-blue-theme h3 a,div.smart-blue-theme h4 a,div.smart-blue-theme h5 a,div.smart-blue-theme h6 a{border:none}div.smart-blue-theme h1{position:relative;text-align:center;font-size:22px;margin:50px 0}div.smart-blue-theme h2{position:relative;font-size:20px;border-inline-start:4px solid;padding:0 0 0 10px;margin:30px 0}div.smart-blue-theme h3{font-size:16px}div.smart-blue-theme img{margin:0 auto}.md-editor div.smart-blue-theme{--md-theme-link-color: #036aca}.md-editor-dark div.smart-blue-theme{--md-theme-link-color: #2d7dc7}div.smart-blue-theme a{font-weight:400}div.smart-blue-theme ul,div.smart-blue-theme ol{margin-block-start:1em}div.smart-blue-theme li{line-height:2;margin-block-end:0;list-style:inherit}div.smart-blue-theme p{line-height:2;font-weight:400}div.smart-blue-theme *+p{margin-block-start:16px}.md-editor div.smart-blue-theme{--md-theme-quote-color: #666;--md-theme-quote-bg-color: #fff9f9;--md-theme-quote-border-color: #b2aec5}.md-editor-dark div.smart-blue-theme{--md-theme-quote-color: #999;--md-theme-quote-bg-color: #2a2a2a;--md-theme-quote-border-color: #0063bb}div.smart-blue-theme blockquote{background-color:var(--md-theme-quote-bg-color);margin:2em 0;padding:2px 20px;border-inline-start:4px solid var(--md-theme-quote-border-color)}div.smart-blue-theme blockquote p{color:var(--md-theme-quote-color);line-height:2}.md-editor div.smart-blue-theme{--md-theme-table-td-border-color: #dfe2e5;--md-theme-table-stripe-color: #f6f8fa}.md-editor-dark div.smart-blue-theme{--md-theme-table-td-border-color: #2d2d2d;--md-theme-table-stripe-color: #0c0c0c}div.smart-blue-theme table{border-collapse:collapse;margin:1rem 0;overflow-x:auto}div.smart-blue-theme table tr th,div.smart-blue-theme table tr td{padding:.6em 1em}div.smart-blue-theme blockquote table{line-height:initial}div.smart-blue-theme blockquote table tr th,div.smart-blue-theme blockquote table tr td{border-color:var(--md-theme-border-color-inset)}div.smart-blue-theme blockquote table tbody tr:nth-child(n){background-color:inherit}.md-editor div.smart-blue-theme{--md-theme-color: #595959}.md-editor div.smart-blue-theme{background-image:linear-gradient(90deg,#3c0a1e0a 3%,#0000 3%),linear-gradient(360deg,#3c0a1e0a 3%,#0000 3%)}.md-editor-dark div.smart-blue-theme{--md-theme-color: #999}.md-editor-dark div.smart-blue-theme{background-image:linear-gradient(90deg,#cfcfcf0a 3%,#fff0 3%),linear-gradient(360deg,#cfcfcf0a 3%,#fff0 3%)}div.smart-blue-theme{color:var(--md-theme-color);font-family:-apple-system,system-ui,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;background-size:20px 20px;background-position:center center}div.smart-blue-theme strong,div.smart-blue-theme em strong{color:#036aca}div.smart-blue-theme hr{border-block-start:1px solid #135ce0}[dir=rtl] .md-editor-catalog{direction:rtl}.md-editor-catalog-indicator{height:18px;width:4px;background-color:#73d13d;position:absolute;border-radius:4px;transition:top .3s}.md-editor-catalog>.md-editor-catalog-link{padding-block:5px;padding-inline:8px}.md-editor-catalog-link{padding-block:5px;padding-inline-start:1em;display:flex;flex-direction:column}.md-editor-catalog-link span{display:inline-block;width:100%;position:relative;overflow:hidden;color:var(--md-color);white-space:nowrap;text-overflow:ellipsis;transition:color .3s;cursor:pointer;line-height:18px}.md-editor-catalog-link span:hover{color:#73d13d}.md-editor-catalog-wrapper>.md-editor-catalog-link{padding-block-start:5px;padding-block-end:5px}.md-editor-catalog-wrapper>.md-editor-catalog-link:first-of-type{padding-block-start:10px}.md-editor-catalog-wrapper>.md-editor-catalog-link:last-of-type{padding-block-end:0}.md-editor-catalog-active>span{color:#73d13d}.md-editor-catalog-dark{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.md-editor{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";width:100%;height:500px;position:relative;box-sizing:border-box;border:1px solid var(--md-border-color);display:flex;flex-direction:column;overflow:hidden;background-color:var(--md-bk-color)}.md-editor .md-editor-fullscreen{position:fixed!important;inset-block-start:0;inset-inline-end:0;inset-block-end:0;inset-inline-start:0;width:auto!important;height:auto!important;z-index:10000}svg.md-editor-icon{width:16px;height:16px;padding-block:4px;padding-inline:4px;fill:none;overflow:hidden;display:block;box-sizing:content-box}.md-editor .lucide-list-icon,.md-editor .lucide-list-ordered-icon,.md-editor .lucide-list-todo-icon{width:18px;height:18px;padding-block:3px;padding-inline:3px}.md-editor-preview{font-size:16px;word-break:break-all;display:flow-root;padding-block:10px;padding-inline:20px}.md-editor-modal-container{--md-color: #3f4a54;--md-hover-color: #000;--md-bk-color: #fff;--md-bk-color-outstand: #f2f2f2;--md-bk-hover-color: #f5f7fa;--md-border-color: #e6e6e6;--md-border-hover-color: #b9b9b9;--md-border-active-color: #999;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000019;--md-scrollbar-bg-color: #e2e2e2;--md-scrollbar-thumb-color: #0000004d;--md-scrollbar-thumb-hover-color: #00000059;--md-scrollbar-thumb-active-color: #00000061;color:var(--md-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Variable,Segoe UI,system-ui,ui-sans-serif,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}.md-editor-modal-container .lucide-xicon{width:20px;height:20px;padding-block:2px;padding-inline:2px}.md-editor-previewOnly{border:none;height:auto;overflow:visible}.md-editor-previewOnly .md-editor-content{height:100%}.md-editor-previewOnly .md-editor-preview{padding-block:0;padding-inline:0}.md-editor-previewOnly .md-editor-preview-wrapper{overflow:visible}.md-editor-dark,.md-editor-modal-container[data-theme=dark]{--md-color: #999;--md-hover-color: #bbb;--md-bk-color: #000;--md-bk-color-outstand: #333;--md-bk-hover-color: #1b1a1a;--md-border-color: #2d2d2d;--md-border-hover-color: #636262;--md-border-active-color: #777;--md-modal-mask: #00000073;--md-modal-shadow: 0px 6px 24px 2px #00000066;--md-scrollbar-bg-color: #0f0f0f;--md-scrollbar-thumb-color: #2d2d2d;--md-scrollbar-thumb-hover-color: #3a3a3a;--md-scrollbar-thumb-active-color: #3a3a3a}.medium-zoom-overlay,.medium-zoom-image--opened{z-index:100001}.f-chat{display:flex}.f-chat :deep(.f-layout-pane[position="center"]){display:flex;flex-direction:column;flex:1;min-height:0;min-width:0}.f-chat .f-chat-conversation-root{flex:1;min-height:0;min-width:0;display:flex;flex-direction:column;width:100%;height:100%;align-self:stretch}.f-chat :deep(.f-layout-pane[position="left"]){transition:width .3s cubic-bezier(.4,0,.2,1),min-width .3s cubic-bezier(.4,0,.2,1),max-width .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.f-chat.f-chat-compact :deep(.f-layout-pane[position="left"]){display:none}.f-chat.f-chat-compact .toggle-btn{display:none!important}.f-chat button:focus{outline:none}.f-chat .toggle-btn{box-sizing:border-box;position:absolute;top:1rem;width:22px;height:22px;border:1px solid #5b89fe;border-radius:50%;background:#fff;box-shadow:0 2px 4px #3940a729;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .26s}.f-chat .f-chat-content.hidden{display:none}.f-chat .f-chat-content{display:flex;flex-direction:column;flex:1;min-height:0;position:relative;height:100%;box-sizing:border-box}.f-chat .f-chat-content>.f-chat-content-toggle-btn{left:11px}.f-chat .f-chat-content.compact-mode{padding:12px;justify-content:space-between}.f-chat .f-chat-content.compact-mode>.f-chat-content-toggle-btn{display:none}.f-chat .f-chat-content.compact-mode>.f-chat-compact-nav-btn{position:absolute;top:14px;left:12px;width:32px;height:32px;border-radius:50%;border:none;background:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;transition:all .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.f-chat .f-chat-content.compact-mode>.f-chat-compact-nav-btn>i{font-size:16px;color:#5b89fe}.f-chat .f-chat-content.compact-mode>.f-chat-compact-nav-btn:hover{background:#328bff1a;box-shadow:0 2px 8px #3940a73d}.f-chat .f-chat-content.compact-mode>.f-chat-compact-nav-btn:focus{outline:none}.f-chat .f-chat-content.compact-mode>.f-chat-content-header{padding-left:48px;justify-content:flex-start;padding-top:0;padding-bottom:1px;border-bottom:1px solid rgba(0,0,0,.06)}.f-chat .f-chat-content.compact-mode>.f-chat-content-header>.f-chat-content-header-title{text-align:left;font-size:14px;line-height:20px;font-weight:700}.f-chat .f-chat-content.compact-mode>.f-chat-content-header.f-chat-content-header-tabs{padding-left:48px}.f-chat .f-chat-content.compact-mode>.f-chat-content-skills,.f-chat .f-chat-content.compact-mode>.f-chat-content-preset-task{display:none}.f-chat .f-chat-content.compact-mode>.f-chat-content-message{flex:1 1 auto;margin-top:12px;min-height:0}.f-chat .f-chat-content.compact-mode>.f-chat-pending-tasks-hub{flex:0 0 auto;align-self:stretch;width:auto;margin:0 0 8px;z-index:2}.f-chat .f-chat-content.compact-mode>.f-chat-content-input{flex:0 0 auto;align-self:center;width:800px;max-width:100%;box-sizing:border-box}.f-chat .f-chat-content .f-chat-content-input-editor,.f-chat .f-chat-content .f-chat-content-message{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.f-chat .f-chat-content>.f-chat-content-header,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:0 0 1px}.f-chat .f-chat-content>.f-chat-content-header>.f-chat-content-header-title,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header>.f-chat-content-header-title{font-size:14px;font-weight:700;color:#000000d9;text-align:center;line-height:20px}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs{justify-content:flex-start;align-items:flex-end;padding:0 12px 1px 16px;gap:4px;min-height:44px}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab{position:relative;display:flex;align-items:center;gap:6px;padding:.5rem 12px;margin-top:8px;cursor:pointer;color:#000000a6;font-size:13px;border-radius:8px 8px 0 0;transition:color .2s,background .2s;min-height:36px;box-sizing:border-box}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab:hover:not(.active),.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab:hover:not(.active){color:#000000d9;background:#e5f2ff66}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active{color:#328bff;font-weight:600;background:#fff;box-shadow:0 -2px 4px #00000014,0 1px #0000000f;margin-bottom:-1px}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active .f-chat-content-tab-bottom-left-corner,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active .f-chat-content-tab-bottom-left-corner{position:absolute;left:-10px;bottom:0;display:block;pointer-events:none}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active .f-chat-content-tab-bottom-right-corner,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab.active .f-chat-content-tab-bottom-right-corner{position:absolute;right:-10px;bottom:0;display:block;pointer-events:none}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-title,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-title{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-close,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-close{display:flex;align-items:center;justify-content:center;padding:0;width:18px;height:18px;border:none;background:transparent;cursor:pointer;border-radius:4px;color:#00000073;font-size:12px;flex-shrink:0}.f-chat .f-chat-content>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-close:hover,.f-chat .f-chat-content .f-chat-content-with-messages>.f-chat-content-header.f-chat-content-header-tabs .f-chat-content-tab .f-chat-content-tab-close:hover{color:#000000d9;background:#0000000f}.f-chat .f-chat-content .f-chat-content-with-messages{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.f-chat .f-chat-content .f-chat-content-main-layout{flex:1 1 auto;min-height:0;overflow:hidden;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;flex-direction:row}.f-chat .f-chat-content .f-chat-content-main-left{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;position:relative}.f-chat .f-chat-content .f-chat-content-main-left .f-chat-content-message,.f-chat .f-chat-content .f-chat-panel-chat .f-chat-content-message{flex:1 1 auto;min-height:0}.f-chat .f-chat-content .f-chat-content-main-left .f-chat-content-input,.f-chat .f-chat-content .f-chat-panel-chat .f-chat-content-input{flex:0 0 auto;align-self:center;margin-bottom:0}.f-chat .f-chat-content .f-chat-content-main-left>.f-chat-pending-tasks-hub,.f-chat .f-chat-content .f-chat-panel-chat>.f-chat-pending-tasks-hub{flex:0 0 auto;align-self:stretch;width:auto;margin:0 .5rem 8px;z-index:2}.f-chat .f-chat-content .f-chat-content-input{--f-chat-input-card-height: 120px;--f-chat-input-toolbar-reserve: 44px;position:relative;flex:0 0 auto;width:800px;max-width:100%;min-height:var(--f-chat-input-card-height);box-sizing:border-box;border:1px solid rgb(233,234,243);border-radius:16px;background:#fff;box-shadow:0 1px 8px #002c661a;padding:0;z-index:1;overflow:hidden}.f-chat .f-chat-content .f-chat-content-input.focus{border-color:#2a87ff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar{position:absolute;left:0;right:0;bottom:0;padding:4px 10px 6px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap;background:#fff;box-shadow:none;z-index:2}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar:first-child:last-child{top:6px;left:10px;right:10px;bottom:6px;align-items:stretch;box-shadow:none;padding:4px 0}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar:first-child:last-child>.f-chat-content-input-toolbar-left,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar:first-child:last-child>.f-chat-content-input-toolbar-right{align-self:center}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor{outline:none;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:20px;color:#000000d9;flex:1 1 auto;align-self:stretch;min-width:0;min-height:0;max-height:none;height:auto;overflow-y:auto}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor span:not(.f-chat-skill-tag):not(.f-chat-agent-tag),.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor font,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor mark{background-color:transparent!important;background-image:none!important;color:inherit!important}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor:empty:before{content:attr(data-placeholder);color:#9aa8bf;pointer-events:none}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-single-editor.f-utils-fill{flex:1 1 auto;align-self:stretch;min-height:0;max-height:none;height:auto}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-toolbar-left,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar>.f-chat-content-input-toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;padding:6px;border-radius:10px;cursor:pointer;color:#000000a6;transition:background-color .2s ease,box-shadow .2s ease,color .2s ease;-webkit-user-select:none;user-select:none}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn>i{font-size:16px;color:#0000008c}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn>span{font-size:12px}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn:hover{background:#e5f2ff8c;color:#000000bf}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn.primary{background-image:linear-gradient(58deg,#2a87ff,#328bff);color:#fff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn.primary>i,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn.primary>span{color:#fff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn.primary:hover{background-image:linear-gradient(-51deg,#2a87ff,#328bff);box-shadow:0 4px 14px #4590ff59}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config{background:#f6f7fb;border:1px solid transparent;border-radius:5px}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent.active,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool.active,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config.active{background:#d8e9ffe6;border-color:#bfdbff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent.active img,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool.active img,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config.active img{opacity:1}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent.active span,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool.active span,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config.active span{color:#328bff}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent img,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool img,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config img{width:1rem;opacity:.6}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-agent span,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-assistive-tool span,.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config span{color:#8a98b6;letter-spacing:0;text-align:left;font-size:13px;font-weight:400}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config .fx-icon-expanddown{transition:transform .3s ease}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-slot-config .fx-icon-arrow-rotate-180{transform:rotate(180deg)}.f-chat .f-chat-content .f-chat-content-input>.f-chat-content-input-toolbar .f-chat-tool-btn-send{padding:3px 11px;border-radius:8px}.f-chat .f-chat-content .f-chat-content-skills{flex:0 0 auto;margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.f-chat .f-chat-content .f-chat-content-skills .f-chat-skill-btn{border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:999px;padding:6px 12px;font-size:12px;color:#000000bf;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease;-webkit-user-select:none;user-select:none}.f-chat .f-chat-content .f-chat-content-skills .f-chat-skill-btn:hover{border-color:#328bff59;box-shadow:0 2px 10px #4590ff1f}.f-chat .f-chat-content .f-chat-content-skills .f-chat-skill-btn.selected{border-color:#328bff8c;background:#328bff1f;color:#0e6ded;box-shadow:0 2px 10px #4590ff24}.f-chat .f-chat-content .f-chat-content-preset-task{display:flex;row-gap:2rem;flex-direction:row;column-gap:48px;justify-content:center;margin-top:48px}.f-chat .f-chat-content .f-chat-content-preset-task>.app-homepage-wrapper{flex:initial;background-color:transparent}.f-chat .f-chat-content .f-chat-content-preset-task>.app-homepage-wrapper>.app-main-area{padding:0;margin:0;width:auto}.f-chat .f-chat-content .f-chat-content-preset-task>.app-homepage-wrapper>.app-main-area .app-recent-file-list{height:fit-content}.f-chat .f-chat-content.empty{overflow-x:hidden}.f-chat .f-chat-content.empty>.f-chat-content-empty{height:100%;display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:none;margin:0;min-width:0;box-sizing:border-box}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;min-height:0;width:100%;box-sizing:border-box}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;border-bottom:none;padding:2rem;gap:0;overflow:visible;width:100%;max-width:800px;margin:0 auto;box-sizing:border-box}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header>.f-chat-content-header-title{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:48px;padding:2px 0 4px;margin:0}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header>.f-chat-content-header-title>.f-chat-content-header-title-text{display:inline-block;max-width:100%;font-size:28px;line-height:1.35;font-weight:600;text-align:center;vertical-align:middle;padding:2px 0 4px;box-sizing:border-box;background:linear-gradient(135deg,#c866cc,#609ff2,#62d9d9);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header>.f-chat-content-header-subtitle{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:0;padding:0;margin-top:6px}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-header>.f-chat-content-header-subtitle>.f-chat-content-header-subtitle-text{display:inline-block;max-width:100%;font-family:PingFangSC-Semibold,PingFang SC,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.4;font-weight:600;text-align:center;vertical-align:middle;color:#afb4be}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer{flex:0 0 auto;align-self:stretch;flex-direction:column;gap:12px;align-items:center;width:800px;margin:0 auto;box-sizing:border-box}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer>.f-chat-pending-tasks-hub{align-self:center;flex:0 0 auto;width:100%;padding:0;box-sizing:border-box}@media (max-width: 840px){.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer>.f-chat-pending-tasks-hub{width:100%;max-width:100%}}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer>.f-chat-content-input{align-self:center;flex:0 0 auto;width:100%;box-sizing:border-box}@media (max-width: 840px){.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-empty-footer>.f-chat-content-input{width:100%;max-width:100%}}.f-chat .f-chat-content.empty>.f-chat-content-empty>.f-chat-content-empty-center>.f-chat-content-skills{margin-top:0;justify-content:center}.f-chat .f-chat-content.has-messages .f-chat-content-with-messages>.f-chat-content-header{justify-content:flex-start;padding:0 0 1px 3rem}.f-chat .f-chat-content.has-messages .f-chat-content-with-messages>.f-chat-content-header>.f-chat-content-header-title{text-align:left;font-size:14px;line-height:20px;font-weight:700}.f-chat .f-chat-content.has-messages .f-chat-message{display:flex;justify-content:center;align-items:flex-start;gap:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-avatar{flex-shrink:0;user-select:none;-webkit-user-select:none}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content{display:flex;flex-direction:column;gap:4px;transition:width .3 ease}@media screen and (max-width: 754px){.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content{width:100%;min-width:300px}}@media screen and (min-width: 754px) and (max-width: 947px){.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content{width:450px}}@media screen and (min-width: 947px){.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content{width:70%;max-width:1440px}}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-content .f-chat-message-sender-name{font-size:12px;color:#000000a6;line-height:16px;padding:0 4px}.f-chat .f-chat-content.has-messages .f-chat-message.user .f-chat-message-content .f-chat-message-sender-name{text-align:right}.f-chat .f-chat-content.has-messages .f-chat-message.assistant .f-chat-message-content{align-items:flex-start}.f-chat .f-chat-content.has-messages .f-chat-message.assistant .f-chat-message-content .f-chat-message-sender-name{text-align:left}.f-chat .f-chat-content.has-messages .f-chat-message.assistant .f-chat-message-content>.f-chat-bubble-container{align-self:stretch;width:100%;min-width:0;box-sizing:border-box}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-bubble{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;font-size:14px;line-height:20px;white-space:pre-wrap;word-break:break-word;color:#000000d9;width:fit-content;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-file-operation{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;font-size:13px;color:#000000d9;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-summary{display:flex;align-items:center;padding:2px 0;cursor:pointer;user-select:none;-webkit-user-select:none;border-radius:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-summary-inner{display:inline-flex;align-items:center;gap:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-summary-text{font-size:13px;color:#000000c7}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-expand-btn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#00000073;flex-shrink:0;transition:opacity .15s;opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-expand-btn.expanded{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-expand-btn.sm{width:16px;height:16px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-summary:hover .f-chat-file-op-expand-btn{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row .f-chat-file-op-expand-btn{opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row .f-chat-file-op-expand-btn.expanded,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row:hover .f-chat-file-op-expand-btn{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operations{margin-top:4px;padding-left:2px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation{margin-bottom:2px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row{display:flex;align-items:center;gap:6px;padding:2px 0;border-radius:4px;min-height:20px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row.has-details{cursor:pointer;user-select:none;-webkit-user-select:none}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row.op-read{cursor:pointer}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-operation-row.op-read:hover .f-chat-file-op-message{color:#328bfff2}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-type{flex-shrink:0;font-weight:600;font-size:12px;color:#000000a6}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-message-wrap{display:inline-flex;align-items:center;gap:4px;flex:1;min-width:0;overflow:hidden}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-message{flex:0 1 auto;min-width:0;font-size:13px;color:#000000d9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-details{padding-left:1em;padding-top:2px;padding-bottom:2px;max-height:180px;overflow-y:auto}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-text{margin-bottom:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-text:last-child{margin-bottom:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-title{font-weight:600;font-size:12px;color:#000000d9;margin-bottom:1px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-content{font-size:12px;color:#000000a6;line-height:1.5;word-break:break-word;white-space:pre-wrap}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-file{display:flex;align-items:center;gap:6px;padding:2px 0;border-radius:4px;cursor:default;margin-bottom:1px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-file:hover{background:#328bff14}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-detail-file:last-child{margin-bottom:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-icon img{max-width:16px;max-height:16px;object-fit:contain}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-icon .f-chat-file-op-file-icon-fallback{display:none;font-size:14px;line-height:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-icon.icon-error .f-chat-file-op-file-icon-fallback{display:inline}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-name{flex-shrink:0;font-size:12px;color:#000000d9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-file-op-file-path{flex:1;font-size:11px;color:#00000080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-todo{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;font-size:13px;color:#000000d9;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-message{font-size:12px;font-weight:600;color:#000000d9;margin-bottom:6px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header{display:inline-flex;align-items:center;gap:6px;padding:2px 0;cursor:pointer;user-select:none;-webkit-user-select:none;border-radius:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-icon-slot{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-icon{display:inline-flex;align-items:center;justify-content:center;color:#000000a6;transition:opacity .15s}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-expand{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;color:#00000073;transition:opacity .15s;opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header:hover .f-chat-todo-header-icon{opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header:hover .f-chat-todo-header-expand{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-label{font-size:13px;color:#000000c7}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-header-count{font-size:12px;color:#00000080}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-todo-list{padding:8px 10px;border:1px solid rgba(0,0,0,.08);border-radius:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-coding{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;width:100%;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-message{font-size:13px;color:#000000d9;margin-bottom:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-card{border-radius:8px;border:1px solid rgba(0,0,0,.08);overflow:hidden}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header{display:flex;align-items:center;gap:6px;padding:8px 10px;cursor:pointer;user-select:none;-webkit-user-select:none;border-radius:4px;border-bottom:1px solid rgba(0,0,0,.08)}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon-slot{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon{display:inline-flex;align-items:center;justify-content:center;color:#000000a6;transition:opacity .15s}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon img{width:14px;height:14px;object-fit:contain}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon .f-chat-coding-header-icon-fallback{display:none;font-size:12px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-icon.icon-error .f-chat-coding-header-icon-fallback{display:inline}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-expand{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;color:#00000073;transition:opacity .15s;opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header:hover .f-chat-coding-header-icon{opacity:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header:hover .f-chat-coding-header-expand{opacity:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-filename{font-size:13px;color:#000000c7}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-header-stats{display:inline-flex;gap:4px;font-size:12px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-stat-add{color:#52c41a}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-stat-del{color:#ff4d4f}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor{min-height:180px;width:100%;display:block;box-sizing:border-box;overflow:hidden;transition:height .2s ease}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .monaco-diff-editor .editor.original,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .monaco-diff-editor .diff-editor-cell.original,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .monaco-diff-editor-inline-view .editor.original,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .monaco-diff-editor [class*=original],.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .minimap,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .diffOverview,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor .diff-overview,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor [class*=diffOverview],.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-editor [class*=diff-overview]{display:none!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-expand-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:4px 0;background:#0000000a;border:none;cursor:pointer;color:#00000073;font-size:12px;transition:background .15s,color .15s}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-expand-btn:hover{background:#00000014;color:#000000a6}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-coding-expand-icon-up{transform:rotate(180deg)}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-markdown{padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;width:100%;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-message{font-size:14px;color:#000000d9;margin-bottom:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content{font-size:14px;line-height:1.65;color:#000000c7;word-break:break-word}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h1,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h2,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h3,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h4,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h5,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h6{margin:1em 0 .4em;font-weight:600;color:#000000d9;line-height:1.4}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h1:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h2:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h3:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h4:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h5:first-child,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h6:first-child{margin-top:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h1{font-size:1.2em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h2{font-size:1.15em;margin-top:1.2em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h3{font-size:1.1em;margin-top:1em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h4,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h5,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content h6{font-size:1.05em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content p{margin:.4em 0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content p:first-child{margin-top:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ol{margin:.4em 0;padding-left:1.5em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul{list-style:disc outside!important;list-style-type:disc!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ol ul{margin:.25em 0 .25em .5em;padding-left:1.2em;list-style-type:disc!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul ul{list-style-type:circle!important;margin:.2em 0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ol{list-style:decimal outside!important;list-style-type:decimal!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ol li,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul li{list-style:inherit!important}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content li{margin:.25em 0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content li::marker{color:#0006}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content ul li::marker{font-size:1.3em}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content code{background:#0000000f;padding:.2em .45em;border-radius:4px;font-size:.9em;font-family:ui-monospace,SF Mono,Monaco,Cascadia Code,monospace;color:#000c}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content pre{margin:.6em 0;padding:10px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#00000008;overflow-x:auto;font-size:12px;line-height:1.5}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content pre code{background:none;padding:0;border-radius:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content blockquote{margin:.6em 0;padding:.25em 0 .25em 1em;border-left:3px solid rgba(0,0,0,.12);color:#000000a6;font-style:normal}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content a{color:#0e6ded;text-decoration:none;transition:color .15s}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content a:hover{color:#2a87ff;text-decoration:underline}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content hr{margin:1em 0;border:none;height:1px;background:#00000014}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content table{width:100%;margin:.6em 0;border-collapse:collapse;font-size:12px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content th,.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content td{padding:6px 10px;border:1px solid rgba(0,0,0,.08);text-align:left}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content th{background:#0000000a;font-weight:600;color:#000000d9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content tr:nth-child(2n){background:#00000005}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content strong{font-weight:600;color:#000000d9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-markdown-content em{font-style:italic;color:#000000b8}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-app-preview{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;width:100%;max-width:100%}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-message{font-size:13px;color:#000000d9;margin-bottom:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card{display:flex;align-items:center;max-width:400px;border-radius:8px;border:1px solid rgba(0,0,0,.08);overflow:hidden;background:#f5f5f5;transition:box-shadow .2s ease;cursor:pointer}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card:hover{box-shadow:0 2px 8px #00000014}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card-left{flex-shrink:0;padding:12px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:#328bff1a;color:#328bffb3}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-icon .fx-icon{font-size:22px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card-middle{flex:1;min-width:0;padding:12px 0;display:flex;flex-direction:column;gap:4px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-app-name{font-size:14px;font-weight:500;color:#000000d9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-datetime{font-size:12px;color:#00000073}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card-right{flex-shrink:0;min-width:80px;width:120px;height:84px;position:relative;display:flex;align-items:center;justify-content:center}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-action-area{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5f2ff99,#ffffffe6) center/cover no-repeat;height:80px;bottom:-10px;position:absolute;width:100%;border-top-left-radius:8px;border-left:1px solid rgba(0,0,0,.08);border-top:1px solid rgba(0,0,0,.08);box-shadow:-5px 5px 12px #0000000f;transition:transform .2s ease}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card:hover .f-chat-app-preview-action-area{transform:rotate(-5deg);border-right:1px solid rgba(0,0,0,.08);border-top-right-radius:8px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-open-btn{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:36px;height:36px;padding:0;background:#ffffffd9;border:1px solid rgba(0,0,0,.12);border-radius:6px;cursor:pointer;color:#00000061;transition:color .2s,border-color .2s,transform .2s ease}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-open-btn .fx-icon{display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-open-btn:hover{border-color:#00000047;color:#00000085}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card-right .f-chat-app-preview-open-btn{position:relative;z-index:1}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-app-preview-card:hover .f-chat-app-preview-card-right .f-chat-app-preview-open-btn{transform:rotate(5deg)}.f-chat .f-chat-content.has-messages .f-chat-message.user .f-chat-message-bubble{background:#328bff1a;border-color:#328bff40}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-user-avatar{width:32px;height:32px;border-radius:50%;background:#328bff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-user-avatar .f-chat-message-user-avatar-image{width:24px;height:24px;border-radius:50%;background:#328bff4d;display:flex;align-items:center;justify-content:center;color:#328bffe6;font-size:12px;font-weight:600;line-height:24px;text-align:center}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar{width:32px;height:32px;border-radius:50%;background:#dce9ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar .f-chat-message-assistant-avatar-image{background-image:url(./assets/icon/robot-avatar-mini.png);background-size:contain;width:26px;height:26px}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-requirement]{background:#dce9ff}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-architecture]{background:#ffe5cc}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-model]{background:#e7f7e9}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-code]{background:#ffe6f2}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-ux]{background:#fff2cc}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-permission]{background:#e8e6ff}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-flow]{background:#e1f5ff}.f-chat .f-chat-content.has-messages .f-chat-message .f-chat-message-assistant-avatar[data-agent-id=agent-analysis]{background:#f2e8ff}.f-chat :deep(.f-layout-pane[position="right"]){transition:width .3s cubic-bezier(.4,0,.2,1),min-width .3s cubic-bezier(.4,0,.2,1),max-width .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.f-chat .f-page-content-nav{z-index:auto}.f-chat-started-todo-popover{margin:0;background:#fffffffa;border-radius:12px;box-shadow:0 4px 20px #1b5bff33;max-width:360px;min-width:240px}.f-chat-started-todo-popover>.popover-body{padding:8px;max-width:none}.f-chat-content-input-agent-popover>.popover-body,.f-chat-content-input-assist-tool-popover>.popover-body,.f-chat-content-input-slot-config-popover>.popover-body{background:#fff;box-shadow:0 2px 12px #1f23291a;border-radius:8px;padding:8px 5px 8px 4px;max-width:none}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option{line-height:32px;padding:6px 11px;gap:9px;display:flex;align-items:center;cursor:pointer}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item:hover,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item:hover,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option:hover,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item:hover,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item:hover,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option:hover,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item:hover,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item:hover,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option:hover{background:#f6f7fb;border-radius:6px}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item.active,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item.active,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option.active,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item.active,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item.active,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option.active,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item.active,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item.active,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option.active{background:#e0effe;border-radius:6px}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item.active .fx-icon-radio-2,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item.active .fx-icon-radio-2,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option.active .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item.active .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item.active .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option.active .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item.active .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item.active .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option.active .fx-icon-radio-2{visibility:visible}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item .f-chat-content-input-agent-panel-item-content,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option .f-chat-content-input-agent-panel-item-content{display:flex;flex-wrap:nowrap;align-items:center;column-gap:9px}.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-agent-panel-item .fx-icon-radio-2,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-assist-tool-item .fx-icon-radio-2,.f-chat-content-input-agent-popover>.popover-body .f-chat-content-input-slot-config-option .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-agent-panel-item .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-assist-tool-item .fx-icon-radio-2,.f-chat-content-input-assist-tool-popover>.popover-body .f-chat-content-input-slot-config-option .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-agent-panel-item .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-assist-tool-item .fx-icon-radio-2,.f-chat-content-input-slot-config-popover>.popover-body .f-chat-content-input-slot-config-option .fx-icon-radio-2{visibility:hidden;color:#328bff}.f-chat-tool-btn-assistive-tool .f-chat-content-input-assist-tool-icon,.f-chat-content-input-assist-tool-popover .f-chat-content-input-assist-tool-icon{gap:6px}.f-chat-tool-btn-assistive-tool .f-chat-content-input-assist-tool-icon .f-chat-content-input-assist-tool-icon-fallback,.f-chat-content-input-assist-tool-popover .f-chat-content-input-assist-tool-icon .f-chat-content-input-assist-tool-icon-fallback{display:none;font-size:14px;line-height:1}.f-chat-tool-btn-assistive-tool .f-chat-content-input-assist-tool-icon.icon-error .f-chat-content-input-assist-tool-icon-fallback,.f-chat-content-input-assist-tool-popover .f-chat-content-input-assist-tool-icon.icon-error .f-chat-content-input-assist-tool-icon-fallback{display:inline}.f-chat-content-input-toolbar-popover{background-color:#303c53cc!important;border-color:transparent!important;border-radius:10px!important}.f-chat-content-input-toolbar-popover .arrow:after{border-top-color:#303c53cc!important}.f-chat-content-input-toolbar-popover span{color:#fff}.f-chat-todo-items{margin:0;padding-left:0;list-style:none}.f-chat-todo-items .f-chat-todo-item{display:flex;align-items:center;gap:8px;padding:4px 0;margin:0 0 6px;font-size:14px;letter-spacing:0;text-align:left;font-weight:400;white-space:pre-line;word-wrap:break-word;word-break:break-word}.f-chat-todo-items .f-chat-todo-item .f-chat-todo-status-icon{margin-top:3px}.f-chat-todo-items .f-chat-todo-item .f-chat-todo-task{flex:1;color:#333}.f-chat-todo-items .f-chat-todo-item.is-working .f-chat-todo-task{background:linear-gradient(90deg,#000000d9,#000000d9,#0000006b,#000000d9,#000000d9);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:f-chat-shimmer-ltr 2s ease-in-out infinite}.f-chat-todo-items .f-chat-todo-item.is-done .f-chat-todo-task.is-done{text-decoration:line-through;color:#8b8b8b}.f-chat-todo-items .f-chat-todo-item .f-chat-todo-task-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.f-chat-todo-items .f-chat-todo-item .f-chat-todo-task-wrapper>.f-chat-todo-task-description{color:#999;font-size:13px}.f-chat-todo-items .f-chat-todo-item-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.f-chat-todo-items .f-chat-todo-task-detail,.f-chat-started-todo-task-detail{font-size:12px;color:#8b8b8b;line-height:1.5;white-space:pre-line;word-break:break-word}.f-chat-message-started-todo--content .f-chat-started-todo-task-detail{padding-left:20px;margin-bottom:8px}.f-chat-started-todo-popover-content .f-chat-started-todo-task-detail{margin-bottom:8px}.f-chat-message-started-todo.is-working:not(.no-shimmer) .f-chat-started-todo-label,.f-chat-message-started-todo.is-working:not(.no-shimmer) .f-chat-started-todo-message{background:linear-gradient(90deg,#000000d9,#000000d9,#0000006b,#000000d9,#000000d9);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:f-chat-shimmer-ltr 2s ease-in-out infinite}@keyframes f-chat-shimmer-ltr{0%{background-position:200% 0}to{background-position:-200% 0}}.f-chat-todo-status-icon{flex-shrink:0;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:#0000008c}.f-chat-todo-status-notstart{border:1px solid #387aff;border-radius:50%;background:transparent}.f-chat-todo-status-working{font-size:16px;color:#387aff;font-family:FarrisXIcons}.f-chat-todo-status-working:after{content:"";display:block}.f-chat-todo-status-working{animation:f-chat-todo-spin .8s linear infinite}@keyframes f-chat-todo-spin{to{transform:rotate(360deg)}}.f-chat-todo-status-done{font-size:16px;color:#387aff;font-family:FarrisXIcons}.f-chat-todo-status-done:after{content:"";display:block}.fx-utils-flex-wrap{flex-wrap:wrap}.fx-utils-flex-column{flex-direction:column;align-items:flex-start}.f-markdown-preview-container{height:100%;overflow:auto;padding:20px;scrollbar-color:transparent transparent;scrollbar-width:thin}.f-markdown-preview-container::-webkit-scrollbar{width:6px}.f-markdown-preview-container::-webkit-scrollbar-thumb{background:transparent;border-radius:3px}.f-markdown-preview-container::-webkit-scrollbar-thumb:hover{background:#00000040}.f-chat-bubble-container .f-chat-bubble-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-avatar{width:32px;height:32px;border-radius:50%;background:#328bff26;display:flex;align-items:center;justify-content:center;flex-shrink:0;-webkit-user-select:none;user-select:none}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-avatar img{width:26px;height:26px;background-size:contain}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-avatar .f-chat-bubble-avatar-initial{width:24px;height:24px;border-radius:50%;background:#328bff4d;display:flex;align-items:center;justify-content:center;color:#328bffe6;font-size:12px;font-weight:600;line-height:24px;text-align:center}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content{display:flex;flex-direction:column;gap:4px;width:100%;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-header{font-size:12px;color:#000000a6;line-height:16px;padding:0 4px;align-self:flex-start}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-header.end{align-self:flex-end;text-align:right}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper{display:flex;flex-direction:column;gap:6px;position:relative;word-wrap:break-word}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper:has(.f-chat-bubble-tool-use-group){gap:4px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper.start{color:#333}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper.end{padding:8px 16px;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 2px 10px #0312330f}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper.end .f-chat-bubble-content-text{letter-spacing:0;text-align:left}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-content-text{font-size:14px;color:#000000d9;font-weight:400;line-height:20px;white-space:pre-line;word-wrap:break-word;word-break:break-word}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-content-title{font-size:18px;color:#000000d9;line-height:36px;font-weight:500}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-content-subtitle{font-size:16px;color:#000000d9;line-height:32px;font-weight:500}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking.is-pending .f-chat-bubble-thinking-title{animation:thinking-pulse 1.5s ease-in-out infinite}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header{display:inline-flex;align-items:center;gap:6px;padding:6px;margin-left:-6px;border-radius:6px;color:#999;cursor:pointer}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header:hover{background:#dbe8ff4d}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header .f-chat-bubble-thinking-icon{width:20px;height:20px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header .f-chat-bubble-thinking-title{flex:1;min-width:0;font-size:14px;color:#5a5c73;letter-spacing:0;text-align:left;font-weight:400}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-header .f-chat-bubble-thinking-title .f-chat-bubble-thinking-preview{margin-left:6px;font-size:12px;color:#999;padding:1px 6px;vertical-align:middle;max-width:10em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content{display:flex;padding-top:6px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container{position:relative;width:100%;scrollbar-width:none;-ms-overflow-style:none}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container::-webkit-scrollbar{display:none}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper{display:flex}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper .f-chat-bubble-thinking-timeline{position:relative;width:12px;flex-shrink:0;margin-right:12px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper .f-chat-bubble-thinking-timeline .f-chat-bubble-thinking-dot{width:8px;height:8px;border-radius:50%;background:#878f99;position:absolute;top:7px;left:2px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper .f-chat-bubble-thinking-timeline .f-chat-bubble-thinking-line{position:absolute;top:27px;left:4px;width:0;height:calc(100% - 30px);border-left:1px solid #E1E5EB}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-text-wrapper .f-chat-bubble-thinking-content-text{font-size:14px;color:#8b8b8b;letter-spacing:0;text-align:left;font-weight:400;line-height:22px;white-space:pre-line;word-wrap:break-word;word-break:break-word}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-thinking .f-chat-bubble-thinking-content .f-chat-bubble-thinking-scroll-container .f-chat-bubble-thinking-fade-mask{position:sticky;top:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,#f8fafc,#f8fafc00);pointer-events:none;z-index:1}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured{display:flex;flex-direction:column;gap:16px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured.structure-content-divider{padding-bottom:8px;border-bottom:1px solid #dde3eb}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section{display:flex;flex-direction:column;gap:8px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section.section-divider{border-top:1px solid #e1e5eb;border-bottom:1px solid #e1e5eb}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-header{display:flex;align-items:center;gap:8px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-header .f-chat-bubble-structured-section-icon{width:16px;height:16px;object-fit:contain}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-header .f-chat-bubble-structured-section-title{font-size:14px;font-weight:500;color:#1a1a1a}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items{display:flex;flex-direction:column;gap:6px;padding-left:24px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item{display:flex;align-items:flex-start}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item .f-chat-bubble-structured-section-item-dot{width:3px;height:3px;border-radius:50%;background:#878f99;margin-right:8px;margin-top:7px;flex-shrink:0}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item .f-chat-bubble-structured-section-item-label .f-chat-bubble-structured-section-item-content{font-size:16px;color:#1a1a1a;line-height:26px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item .f-chat-bubble-structured-section-item-label{font-weight:600}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item .f-chat-bubble-structured-section-item-content{font-weight:400}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-structured .f-chat-bubble-structured-section .f-chat-bubble-structured-section-items .f-chat-bubble-structured-section-item>.f-chat-bubble-attachments{flex:1}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-widget-pending{width:300px;height:50px;display:inline-flex;align-items:center;gap:6px;padding:4px 8px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper .f-chat-bubble-widget-pending .f-chat-bubble-widget-pending-text{animation:thinking-pulse 1.5s ease-in-out infinite}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer{display:flex;justify-content:space-between;width:100%;align-items:center;padding:4px 16px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-left{gap:20px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-left,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-right{display:flex;align-items:center}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-left .f-chat-bubble-footer-action,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-footer .f-chat-bubble-footer-right .f-chat-bubble-footer-action{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:400;line-height:18px;text-align:left;color:#8791ab;cursor:pointer}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments{display:flex;flex-wrap:wrap;gap:8px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item{display:flex;flex-direction:row;align-items:center;gap:8px;padding:14px 12px;background-image:linear-gradient(135deg,#e5f2ff 8%,#f1f8ff);border:1px solid #EFEFEF;border-radius:6px;cursor:default;transition:background-color .2s ease-in-out;position:relative;overflow:hidden}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item:after{content:"";bottom:-8px;right:0;position:absolute;width:110px;height:70px;z-index:1;pointer-events:none;background-image:url(data:image/png;base64,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);transition:transform .3s ease}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item:hover{box-shadow:0 2px 10px #0312331a}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item:hover:after{transform:rotate(-10deg)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-main{display:flex;gap:12px;flex:1;min-width:0;cursor:pointer;z-index:10}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-download-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;padding:0;border:2px solid #d9dee7;border-radius:6px;background:transparent;color:#000000d9;cursor:pointer;position:relative;z-index:2;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-download-btn>.fx-icon{font-size:18px;line-height:1}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-download-btn:hover{background-color:#0000000a;border-color:#c9cdd4}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-download-btn:focus-visible{outline:2px solid #0e6ded;outline-offset:1px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon{width:36px;height:36px;border-radius:4px;flex-shrink:0;background-size:cover;background-position:center;background-repeat:no-repeat}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-pdf{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-doc,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-docx{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-xls,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-xlsx{background-image:url(data:image/png;base64,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dGUAMjAxOS0xMi0yOFQwOTozMTo1NiswMDowMLhrE7kAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDEtMDhUMTk6NDM6NTkrMDA6MDCdstIMAAAAIHRFWHRzb2Z0d2FyZQBodHRwczovL2ltYWdlbWFnaWNrLm9yZ7zPHZ0AAAAYdEVYdFRodW1iOjpEb2N1bWVudDo6UGFnZXMAMaf/uy8AAAAYdEVYdFRodW1iOjpJbWFnZTo6SGVpZ2h0ADUxMo+NU4EAAAAXdEVYdFRodW1iOjpJbWFnZTo6V2lkdGgANTEyHHwD3AAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNTQ2OTc2NjM5OiA9twAAABN0RVh0VGh1bWI6OlNpemUAMjc5NTUxQgHjNFMAAABadEVYdFRodW1iOjpVUkkAZmlsZTovLy9kYXRhL3d3d3Jvb3Qvd3d3LmVhc3lpY29uLm5ldC9jZG4taW1nLmVhc3lpY29uLmNuL2ZpbGVzLzExOC8xMTg0MjYwLnBuZ1tLqmgAAAAASUVORK5CYII=)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-ppt,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-pptx{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-txt{background-image:url(data:image/png;base64,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)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-zip,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-rar{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAAXNSR0IArs4c6QAAEbxJREFUeAHtXGmsXVUV3ue929dCB4YGwdI4BFDKJEOQCpEAJggGjWNo0PBDo4lEqPLXxB/8FgT8R2KMCk2NJk4oQQKEEBAcWmplEBBFWkSwQPs6vPd63z2ub6317bPP3ufc1zZE/NHd3LPWXnuN315nn3NveIRweBxG4DAChxF4+xCoDjV0Xd+7NLyxbX092rGunt+5Ooz2Lq3qXYtGo7mq1ylW6joEoROrfjA29Gj7tUE0A3yBYpAH5di/7bQwdfbXOIXr3TJ5OdTVy2L5VJisfhkGSx+sqmouKh0EMzgIXVWtd995Zj2zfUP98k9Or+vZNNcwkuIlEcGAJbW9VyKu5R/oQgM+6AsUI5XRfu6J7yqAix0kMVsma+8TbfmES8J8fV012r2rnpm+KyyubqqqZa/Q9kDoxIEoQaeuf7F89NrND43efHDLaO/WM0bzM1U9GoV6JCUrHdkOC49ytCQBgtTaQBGCN7gcP6AKoJ0qOGJBSr8AfO6J28OsANU3xM0KcfPVMBeer2enbxIfi/t0c7nGyYX5XLtmeusjo/3blsNAgukgTyeoB5sN2jW45g2hepRBn3zfeu4Tert/fb8ZyuLU2deHxfJZaIjdY2Gq+tSBdNOCHVTv+NFnRjsf3TSae2m53iJSPajy0j2k6CRARwregDMKnrsPio/qOzUepWENuhJDbYymvqCjH+ipjnRyPQqzm6WT5LPQEN9rw2z4Qz27+8yFdMeeQfXrct7sfXRjvf8N1as9Y6XiOS0agQCOnhsKVlQwRVVIqsaybOXEu+/CSu+Yf/HzDqap4JbisDwwJ3y13mqQLDnnBqp1UvGzuqqr39T17vPHdVJvB+HMqfdtkdvqjQHCawoCPSm2WLvAqXWEgCRzDvKgKZ+vc95JE3/5euVrAA3/kBuonkkH0kkCUpirfya59Z5J/QC9+uzdo9mXlhMILVA6g1QeWUAjRCo8bjfIeAuSVz3odn3yqvO5++yyRceO5NbimuYmMUBnNt+mn9xdPhfVtWFu9zdzOefaEJyQ4tYa7bxvS5DHOGrqPzSRve0bbduUaxYGftr+BEwRamFq2NZv+8Isj1eFXffeb11dKqtk8Tnr5XZb37NqYslhT5gKJ3fdap0dVM+8uKHWx7gkJBVhp/Twld0iFcbyjZS3oVGFRNZIoU/bxh/9WhxFDwge5Ee82D/kin+g/pnZdGuY2XTbWIBEd2mYrb/VpaT5pwt4Qx69sGG6rmewtdY+oIcy8oaAG5dNnvzjsR7nn7+6XC9bMOz87QOxwwWb6D83XnLO18OSc/s7SVzvClPLjpNuar1xlx3073+sr+f3VkFe+HSQyoS3AncH65SpLoEExSc9p1KeemrUfaFfUtViLqDysbWmW2L3WB+1rvs2fyfsk27qG5LSijDcc2m+XgBUD19bpzuB3UAipMLrIew0PZAVDBZNmkc6yLkefuKLVGPAR+KfTzFL0oACD+BS8Lg+s/nWsSDJ15JP5GkW70H1/jdXm0OqAiEO8k7RZLhlvNkg5V0Fi447IsqGf/1c5KHXOQiGUxD6hL7xEjxxwAy7/OFlckY6CfUdce43OlSq03JhCdBweql2DdxIRulThskl+bSwZJ2k8KO8Z11hBp8mbXgHIE8un9NX41+OSVFiJxmfpCQCDa0X84aa9m0CSKEEqapXmVZzLQCqRtOLgDSGFYQnkaWEp48ChvME64IUQcScPChGDqitm54phDA49afK9l3mn/ms+sV6EU9bFyePDeSJWcwXm+E55vYACWkeeV6rkxYGCI93jycOBBwN4ICBxxmEyjGQgFMQ8o0DyrDa8Om6rYy5OtiqQd5p9OPmeGlEbvryKDIApTLLLALNDdy3+Ra1JEjiFj+VtEbRQSi62RHvisSklRQSBVieMOywTvvETFmu0UefXmqnXecFwrN1h1nqNckXdizeAooGlPSJgkXwTkFkvm/TzSo48rwbhZajAChNiO0aIXMgCIi6o0wmRYt7QdGeYHoHIu/5pz5tiYt9Ho9ARgWtDt3MFbFAfPdneg0CelLI1E8MTVdBMk7tYL93EzupBKkAyBwAao8rDhifuYDqulzANunaeSXfkHQdlwiOTVTCJBUQ+UpOHQPYfNCWoGNu0Rpq3dTMwTU6NmtdiZ0nnB4he/707ZhHatMBENNNYhEQ340+wOA4sY53X6NvYGPXBmf+PM2j4Oe3ftI2ZswG4dY55pJLezewcLqgYHOh0QkQD2G93aQ6bWMxVZzk4njZLYUCvIdyfe0tbbe4ZeIFKNNDkU8UaEyqkSKHhFfldE7eqT1gsCkeP3o3Js+3S68ACK4ICHm6zx/z7BZSTSh5ymkCY/xl+RZTjS/SGB+bkWxYA7ZrcDMcRcVJeOKm6AIsX+/KN0+iAAiPcaZkvyCKvyZD76K4RRaMO+SBmYAqw9bVU3/DLfJWD3myztxBVSzrlGniItRfBLAoQ3MVBcsZEnR7k7+ebvDhCWi4BLAue3hJRwGQLcKVOPYDFBTDAhg1gekREMUHRbgYVSb5lv5EUQ9hN1AzuTTmKDi7hRUEaiCphI+WJmNsPsUINigGtPAW3nhoOFWQSwkQ3pKjAzNou0idQBFzM9BZYx6L4y3b5W3y7F8xl0463PxxieBPRXFQ493AHElYiQiAWHHMhQqennuuvYWNYk0qow/oWBmubaQECHruH0SLbpmkEyZitD0zvRTcpjJqpr56+KRDujcAddJfTpk9K+ft54CjOraZhGfdaSYlQEA10Uj5RPy/Y5MCmAspkkh5SyqVkCfNLSg3ypn5sWsnQKnCWJ7tyRbHTlIGQ/J966Iy/OPHxoTgzrtK3hB5vNjvtEPJNAIrPG3gkjxozygA0kMxFiRWif/IMz6eeNDVJ5/tZnrokW//HNF0qB7Q0gN8jyr8awGSAwtQ6kVqQeB520BA3m8hBcRz1GXn+/Jl3erbLgVAdh8aonyC8B7Pn2paUHKoq63kHO9l8kIxnCgdnH+PCXuuw99faQasGXraEHLhhiMQZV3rWFRdvTS8T9N8LA1fsIleC4DUS7IB+F2ZwFp3iYbvKB/RsQPyHWa8JD8kRXGSRwcrneYbrk0iGnlD5A1j3SzembBunkQElYErMcVc/SXqfFhijaMEyHzpev7mbG+eAMyxl8wVHFaA3lDe1xnFKaWk2XJ7ijxywNW/ltnotvK134P44miANhtsG5nc0mKruSQ+GsfGdQAkO8cOkQgI1gAC5zJ83Vw03vG+ol3FrcASDFxFARZb0OFjH9U4lMEXeVCd4wJ9nSW8x7eOtpdJqKh9K98cAOZKSsdGWXcqLQDSoNRgckxI5Em9Vngi0B2DTaxIDNJcMn+qRhlUnWeidJ26Y2qRik0cZEntppJlE0DVcnSLLEBXnAIgPnHMRduDfaexHimSQhpIwGlcT5i2N0t70YX3JRolO3z0cikvVtxSKP1Zt1Hf1psOtOMAc6zIUHCFT0G2lXgtAEIuDGAlqCc14O3DANAzmRVAnuuGlph6PvCt3RXrjUxMqGAk+diRULeqoxpdQ0CeNM/vQOqJjp0pANI29wjaEcI3ALMgo1ZsUwBt4y0ialqTm2nC/gVYC4qV52k1c/UVE2AyliCu6t/Vc0DsTEvPUFGkkdpig+HDEuxKpwBIb6PWY953HY7ED5zEfL1w92/BoCO6GFhO8onJxHVxNHz4IzSPulyHgO9W6k/0Lb4HZjKsLA/IRJ3qslzcOtZCcz5bEIujAEh/b+EqPZGKnDGp0qJFwmJIGWxdmRTTlI+6nvFCrxl8wvKxrv7SBBnb/eU7TFVST69FCoA0Y99CEBQQd7RlamAxByzxxyqjMLTXBC0cU+g4HVz8gHALj/0PXUZzeeXwDvIXPzjUDfUEU//wnAOYvwYAmDT/rkI7AGr2VJFFEo2oVZE697ddW2inmHeA/xzT/ELZ8tY3kRPCb3lopLloNBTppl0FpwDybCTFbmlpPfXBbQmQmDS/IBrPQ8zziITJkno4WbeI+lTj2zakomiyMRlF7840zs0W+TkkhT9xq57dPWO19NHV9AlkAb4jzLrTFEqAEMS3LH8KaEKtAOIZwdBKGOQ9Af76p1QV8AhIMlLZAhd+n4J7Kz9SxLOuJCKSR6rPPJwiUgRHJ7jIcHPWbUK7dgDk2rBbIMBCP2cwcKSRaWKkyfTySYGFTrpGnjRTxjYism9n5MdlMxagzL+7bkLYjqIrmhANV1p3Sfbff3EUW8fKLSQdObjsIZVrUT0FR8Nepg3JoeTbA1AfxiyfFHrpLQM5k0LW5OkPsmzQlYiLpyBk+uMW7TP/uLUBXs8tbpGSACpI55m/2FtmiWsHQBDnTiDDyBxq/SKL+Tvf2vHclxqZO3WZAJz7cy2eDXroyobw0LXHmxjxMQegAGgLMKRtOaCDzIfNC3+tui14AVA1WFzXQ/tvhLg5rNdKQ5CYuTGpgh6SyboaOUjko4NEz9kiR/Edf6HUAqHY7S9/T8rDKW7wF+OzFgdssMQdM5kQiv+IMwyO2q9PAilUv9k75bd80sZFwgEcDFD56CHvNOV1bfY/pjs4VvVa6yLDqKFDnypw/9gQ+eg7jlMFBzaij/oVA4BBO9jAF2nKQ4bPpNSejRKgyWV7og6MMNyBngfCg3Z9VFXPDLWKO48OYBeQ1jufUaWJE6+IBQEkLW7VFboGHQXO45vQc5IJNwtU+YRqzjCArQ/1pSLbPIAJmVIAO1je1O42xS02MbVy23z93DF0mgbQ3ZAF0qhDBkGwiN2RgSsAYYpYQr6q8ve7QnXchWHi5C+rbLT9HrWtVl0ZJk+BbBTmXxAd2Lg/9+iexY8Ew0aBYmj3CEt9iDWeLVveIvCp2qSXaurYbekcfAFQWHL8Rgmgf0eVB8iNGRwUQ/WTM9IOUyTkKWlylnX9+hNh/rk7BIyvhMH7rwsBHx8AZ/TsHSG8sUUkiT0VSB1s7gBeOPDmqBSWngvPcE0DuSaAJVP5G6rjN9I1aQFm/coPlw63fH+6Hu6TzbfkQDEsdH/CC+nrLSQostV1548+K0ye9IVQHbVGY9Q7n5bOuTPUAIfZW3grjLKOfLr8U6bOs0uabzU4ol70gS8ur064tnWbFQDBx/zjN2ydf+3xMzJ/Rb75Opwl+Ue+pz5ZP9gNaDBC7Lcy3uRxF/xl8oLbi79ALA9pCTyx4pRrwqQ87uWWSD+4oTEHfWs+QBS+QFPe/DMWc8BBDJ6HMnmuwxd48wmH7tM4i6EyyKGGi/BSq9ZMvYR2AlStuX7rxMoPPowdwiGrNOUhg2NN1ih4JseE84JEU4sD1YEEMTTRDntdQpdZDvCrXZPFon2aE3g9wJ0qD3841N0f7JRHrVKziIvRCRC0Jlesuapa9h75syhJnI91Oe2UB5WPJdsEZGDSvCA8XcwffCLzhmqywAtJC+0q0PTl5BUd1UOi0BeS5oLc8LEuMaqdojFFGdTjTyx77/RAaoWrrtELUHXql6YHJ6y9aGLJsUN1juQxSMEiiFMtXuYp1aRFxgJYDGjKcz0H1AqELoIYCKQGiPlW0NUn3Kb6xuOpho9tqlHlF68cTp5wwUWoVQvpuPQCBN1qzY1bqxMuXzexZOUQCQF1UnvXkQQUJKHIHMmRCp92ScqrXiwEdmZmcvCZL1dQH8JzExBbZciBeZC6HpxHfbjWdalNalp04mVXo0YR9w6tt3fVF+qnbzlzuP13j4ym/yZ/5CtCt8of+1wCxYAaZZiT57oCwZctKOSDa6AyCn8CpL4sAlBVEA3wrh95X6fu5FEnTU+u+tBFC4GjLs3zwtf6me8tH7755N31q499mF9mOyoWRywD7PiE83VagmIsCOjB+pcvo9U71j48OPr0q8bdVhbdrswllY3ltZt2PLeh3vHn0+uh/Onm2zjKDsYRoKdNK6tqcGRdrTzrycHKU645kK5JjQ+5QLxxj7b/c/1o37/WhZkdq+u5XUvD3OuL6iH+jzDxJkpjHQCPdNg3YP12ibdQe7l0KPDIzzVh6tj91dSKPWHJym0TR7xz48SJ77otf0MubQ9LDiNwGIHDCPz/IfBfw9/9aNWeJ8kAAAAASUVORK5CYII=)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-image,.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-img{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH5AIKAx4vKar87wAAByBJREFUeNrtnEtv29gZhp/vHFIXy5f4OoknbdPAQQsPZtBNgGZQYNCi6GWZxSz7P1r0R/Q3tOtidtOuBy6aFJ0OUBTpLXGSqR3PxJIpWqJEkRR5upCixLEtShZtyYnejSTykDrfo+9yziFFmGqqUSSvfnAch7m5OSqVCr7vY4wZd/8uBoIIhUKB1dVV6vU6S0tLxwE5jsP8/DxbW1tsbm5eD4LgjoisjLvzFyFjTCWfz997+PDh7u3bt2k0Gj1IPUBRFLG1tcXGxsaParXab4IgeA/Q4+78BSnO5/MP5ufnf3X//v0/3L17F9u2jwLa29tDa329XC5/6nneB+Pu8ThUKpUerK2t/SyO49319XUA1IudrVaLIAjudD3nrVQYht8NguBOq9XqbesBMsbQzTlvS1idJC0iK68WJ2uQo+RosXtjZEiv0qmABOFvz7/gUXUbEZV6wsshw4w9ww+/8RElu9QX1EAe9Ki6zWe7Wyh5M6LPmITl4hIfrn+fUq5EP0caLMREoUSj3xAPMsjAP3bmFhsYILIvjzIBZIAEIS8xSypkVtrQ3XbZNVCI9ZMBrqiQH+T2ec+qsqwCmsbicXuOP4Xv8CSeHbeN4wOUIHxLe/yiuM0tq4Z0gQlwU3t8zz7g960b3AvXxm3nmXXmEDPAnER8XHzKd6xaN8zovcbAsgr5uPCUW1bt0obbCICE9+0qm5ZLfEqbpAvpo9zXWCTjtvViAQmGm7qOnVKzDHBdNyhKfCmr20hVbBCvMEBRYnISp59wGF0Q7REACcEA81oBPGMRmOxG4Umc4Ow4tOotzju1jZSk/9W+gm9Uah+32/M0jZWZLfX9OodfHeLuVonDjD0zK0AKw7/bC/w1WjnVcAU8i4t8Fl7NpooJ+K6Pu+cC4NdaVHer57p2PlIOCozik9YN/hyu0kahuyfUHVv4Mi7xO3+D3XgGNWrSEIj8CGfHIYle5j6v4lHfr58boJEGigI4SY7f+ht8Hq2wablc1T6esfhve4G/R0tUknwmoZW0E9xdl7ARHsk7JjG4z1xyxRyFhULmyXvkqYYALaP5PFrhi2gZm4QYoY1CMJnlndrzGp7jnZiU4zDG2XFYy69hFaxMIWUyWRXohVCEIkFQGcJpuk0OvzrEJKdYLtCqt6juVEna2Q5IJ36BJ4kTfNfHLtjkZ3InttGWojCbJwqiTunPUCOH2HlLacXSNxcxBpz/OYR+dLyNrVm5uYqVz96cifcgANEK3/XxKt6J+yM/ol6uI0pQOluTJh9Qt7y7z1xMfHr2re/XaVabmY+sJx6QiTtlPGyGfY1/0S46IQRH0WQDEmg4DRpOI90zBMJGiLvnnl7t3ihAXYOru9XBDRZoHDTwDrzB2g+gY4CMMSfMbS7+WkVn5Fyl3WoPddyRkBzogH52v1LmlVKIyMvbPuSlT2tLo7Q6su285T33aB76oIf/znbYxt1zWd1YPbWqKS1Yto1t2xg6cGzbRkRQ6uUxPUBzc3OICNeuXTtCUolisbpIwS+gL+LKanfG7tUbqJI+U1EyQBCFhFHI4juLx/YnJqE0U+Ldd9dZnVklMZ3Rt4igtaZQKBwH9IKaZR0dbIkIytKIlvP3IIE4iKk8PaAdtjuJ+QzfKaYTMs5OlcJCkZnF4pEMoVCIVli2hW3bPUCv2nwM0KQoCiLyszlypc60onHQIGoNXrpFCbPLs1h5jUkgDtvH06d59W3/3DpZgAwU5goU5gqICN6BR7083FqPSQxWXrN2aw1RMnJtmcwyL9DyWjx/uE8cDL+k6u4d4j5zMym8EwkojmLKjyuEXnimqYNJDJUnBzSqzZHz5sQBMqZjnFf2RppXxWFM+dE+LS8Y6TwTB6j2da0THqNKOov6lcflI2vYw2pyAAk0q03K25W+s/ahTilCvexx8OXBma98TEwVi5oR+4/2OyX9xW0iJ1t9fFuK8c5OldxMjoVrC5cUkAHPaaC0orRU6t/hWoxqmpcQNUTLGqP7lXRD0/UpLZWGXnWcDEACV64tcCXlFzbAwl98Sk+CTnIwEM8qDj6cpV3qf4XXGNMZFw2pyQAEA3VeBBSCNtKJKgPGSHeptf+g8Kz3ek9Okh5CF7nwMpAHGZMQJzGcwUUzlYEkiUmSuEcpSQxJkhAPsWRlTEJikoGapwMysD67zger76PGfZ+0wOxGQMGOeoO/pKi4erVIXBx83mUwLOavkFN26jGpgAyGn3/7p/zkxo/HC+cFo9scM+ostx6JCJayspnNa6XRk/InoAvuxqVM0hepKaAUTQGlaAooRVNAKZoCStEUUIqmgFI0BZSiKaAUTQGl6HVAFeB8//ww2Yq7DHp6HdA94MG4ezlG/afLoKfXAe0Cv6QD6W3ypBj4J/DrLoOeTlru+CPwD+AO8FY8YIlOWN3jNThwwiO6puLII7qmmmo0/R/bJffeYyphcAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0xMi0yOFQwOTozMTo1NiswMDowMLhrE7kAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDEtMDhUMTk6NDM6MjIrMDA6MDCVcI/vAAAAIHRFWHRzb2Z0d2FyZQBodHRwczovL2ltYWdlbWFnaWNrLm9yZ7zPHZ0AAAAYdEVYdFRodW1iOjpEb2N1bWVudDo6UGFnZXMAMaf/uy8AAAAYdEVYdFRodW1iOjpJbWFnZTo6SGVpZ2h0ADUxMo+NU4EAAAAXdEVYdFRodW1iOjpJbWFnZTo6V2lkdGgANTEyHHwD3AAAABl0RVh0VGh1bWI6Ok1pbWV0eXBlAGltYWdlL3BuZz+yVk4AAAAXdEVYdFRodW1iOjpNVGltZQAxNTQ2OTc2NjAyht+3/AAAABJ0RVh0VGh1bWI6OlNpemUAMjU4MjFCXXziJwAAAFp0RVh0VGh1bWI6OlVSSQBmaWxlOi8vL2RhdGEvd3d3cm9vdC93d3cuZWFzeWljb24ubmV0L2Nkbi1pbWcuZWFzeWljb24uY24vZmlsZXMvMTE4LzExODM3MDcucG5nZ8+z2wAAAABJRU5ErkJggg==)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-md{background-image:url(./assets/icon/markdown-icon.png)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-icon.file-type-any{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH5AIKAxUxMFEYRwAAEq9JREFUeNrtXNtvXVV6/61z8Tm24+NjxzEkQ2wIZSBANRUTVYDqkKc+JAqJIAydjipVUNRJgJfSqWD+gpmqj0Tp0AYkaBhQC33gMmIYVQKjTMQMLajYZhKG4FxwfIt9fHzss89lfX3Ye631rcs+dqTOWxay47P3unzru/6+b60DcL1db9fbH7CJax3w2muv4fz58yiX+zE8fAOGhobQbDVR6CqgWOxGV1ce2WwOmUwGQgAAxcsQQIIvTPo3AAhSvxB3FPqNHkOUfBIAhMD87Cx2fOtb2L59O9rtNlqtFhqNBtbW1hBFEXK5HObn5/HNN9+gVqthdHQU+/btu6b95jbb8YWfvYC1tRp6enrw/Uf/Ai//2yvF4eEbhqSU26J6NBJF0VAUNboKhS7kcjlks1mIhD2eSGizq6bLVQhgvV5HFEWoVqtoNptoNpuIogj1er1BRAu9vb0XiGh+ZmZm4amnnqp/8skneOWVV9DX14fDhw9vcqUN2smTJ/Hd7+7BV1/9Hg899JB4883/vK3c33+4v9z/QC6Xu6NQKPQTUQlAPtYaAQhxbarJmObzL8RRAZERuHjhAtbX1zE2NoZisQgpJYgIUkoAaAohqvV6fbnVan2xtLQ0vri4+OZ999139vTp07j99ttx+vRpHDx4sCNpHTXo5MmTmJ2dw8rKMqIoGvnoo4+Olkql7xcKhdFcbtPKZxp1EIkI/pn+RAhAAGfPnkVGZDC2dwzd3d0g0szMAxgsFAqDRLSrVCrtHx4e/tuvv/761fPnz/9zpVK5ODMzg3feeQcHDhxIJTmT9uLFF19ErVbDc889i+Wl5bHbbrvt9eHh4Wd7e3tHc7mclmnYWlLeCupgXeT9Q5uwRQJh6ospjI+PY319PWYcf58wLJfLoVQq3bxjx44f33XXXa9fvXr1z5544glUq1W8++6718agF1/8V8zOzuLpp5/G22+/fWDnyMipcrl8byaTARFZP3A+xz9w/jXPw/1ZXxCIZOyRvfFuf8PQyakpfJjCJM6sbDaLwcHB+3bt2vXqp59+euDRRx/F5cuX8dZbbwXHBGf6zW9+i1qthkpleWxkZORUX1/fzvCCgBCdLSdtTJoOdZqHvxdCYHp6Gp999pnVZ/fu3di7dy+KxSI3t2CrVCoXv/rqqx9s3bp1vFwuY2BgwOuTdR+cOHECzWYTS0tLO2+++eYXSqXSXVoiRAmRZhuxKyBnc0kQZxxU73UfoeK+8c5C9xM2p5KNqueUMKhSqWB2dtaif2FhAWtra9ixYwfy+XxHBhUKhf58Pr/73Llz7y8tLVUOHDiA119/3erjmdja2hqOHDmCnTft/GFfX9+9MX3MRBDbvf5Pmw602mvTgzEbEPnjEsYmlqc9jnTNSb+3zRpcQwh6vampKXz44YcdzU1p4cDAwL233HLL0fvvv1+srq76ffiHU6dOoae3F61W69t/dOutv9yyZcuoWZ9MZxIa9FkTMDAo1AMGCcnSPQcIJmMFW0mwld1tCiFwYXoan372mZlDxD2Vad25+85QdPPmWVlZmZ6cnPzzfD5/dn5+Hvv37w9r0DeXLuGP774b5f7S4UKhMGo7Y6Yh7IMtafc50ybPQauu0tYyrS5+IAhplmG2ceqqTU5NYnx8HPV6vaPj7u7uHt26devhPXv24OrVq+kmVuzpwSsvv1zs7y8/4OMcXwJ+GCavXyoc0A9EaBjrwz3btTUCYXJyEh988EFHc8vlchgYGNj3/PPPF7u6uux3/MPw8DCGh7cNZbPZOxR3r51Jfr+NmZQ6vc1I1kEAlq+zW9xXMCYRER544IGguQkhkM/n77jnnnu2AbiYyqCtg4OQbbktSR86h13+UuWjPIS78dzkrJrweCvC68/JF3od8pZM46l6yt9NTU1BCIGxsb3o6bGZREQoFov9g4ODQ9lsNp1BzVYL9Xo0KqUsxeM3wLLk/20Jx9VAGyz726CQhjpdrOkpjKv8QgBAhImJiVRNklL2ra2tjXZ3d/8Pn8ryQYVCF4TAVgB5b/fkrp4qPrMpMu4l1FUoZ83gAsFnSifJCA0W3IV03Ld0T/kk13ELIfIAtm/ZssVaydKgYrEbUdToEkKE/U8HJhGRteDm+Un+ptKYZNk8i2Tk67pVbXLeT05OAoClSZlMBvl8fmDHjh3pDMrl8+jqKugNX2tLxRrYQCE2mtfmi/WciCyXzBcj+EhdjePm1tPTAyEEstlsTzZrJxcWg7KZDLK5bLJZmxoBVehjbtJzzAIk7B2ocVZCQgb6aVgouNb4LPUqQkJon2X5MkoZRf4cE5MTAIB9+/YhCe9ebmKDHSGYmZhlNbluSGXmpXuF/LLFbDUvBfq4E6u8y1CiV9KpPCvpqr/dcm1CX5wW2tnkxMREEt3GkMlkvNTLQYNJFcZBpOTginCzWPn/0jhisJkrtPaa3EZtnBmkzpDNZ8sxw5hbu93G0NCQh2psBlkhxIqROmEUljPgDFFZlAN4OMuSqnucL7ECvNVLicH8K2BrBIEACQwMDOI7f/IdR0ahGB/YEriwY25fvHABu3btSmeQVwwLNAqZgmsuQX9gOhDvlQqvVaYfAFvJ856ebvT29jC2prUNNFsAsi0R1SMMDw+nM8gFLNwL2SEzVlVi6bsQjHv6HVN67YQDhDKtgnD7mDoAz/aVyyfp+JekxhSbknFiBNKonEh49Egpg+7D1iD1H1G8MMccsLVUZeCqyOVAaChfphhglW6IEoYKJoTECSsec8cPR+vcrRCjL7HdmHGc4QRJSRQWjDYNpMJW42iQ6Uh653aTZs8Bwh1N1FL157FgBMGbJTBreB5FS1rGQnbHjvQEnjsaFNqAUWcjUWEYqAtkPBM1CNdk1qymquayQB1gxUsdrTkmZlS4gDCZmzx6CKQeMq3UZV1S84fjs+ekpVY1MnYulMoz5daSIdvGdR2aYJZORjKYYsUsBhylnpwRrK0liZOKHhKMHjtMxfS4aiXYCqSBrSCkBibPB6kcRwhmPJ4JMCax3XKkrJrkwywsSSBmr5o4t55hMUzY9GisYJjEC7TcaXMKQXZQMcnyRgySBCnTuRnCEn6spuCQcEgPDw8tE5p7IxjRkZ6ArEMT+mFeUagGardDieWwsM66xw/5fQ0uN2EjEa4tSVSxT4F4oT/+bNI9w0FNDz8lcswXwqeHHyloelK8tB/m9XGMZHsREBKQQm03ECm4c+YnFUBsrqT3boNnnnByASW8i6eWlssDCQhK6CGymc8IMhHLdtKKyZwe4rAklUHWca9zxs0JR6BR6gePmbZMRWBCthCLTKn0bEhQKgG2P9vYSTtgmpgshHMuBpgEUYEzLq0YRrNIqs66bEkJYWtQbBbcBChxqvyEViaomtHDcjChHblg5RayfWEynxAGoG4Y5nV5kp2F8ToNl3wcRll+73GVhWEebc1SiQ/hZAlIwArPxnpN/VmtJ5l3M1CBHDoNV8gOo0z7KEULQ+UON1lNGciWT3uJACWuPEKDvFmpwxifHZ0S03R6CDEG7MggXoTyz46g/YFQkYY7ScF8iT4C5iUuZzuCO05YfexCS7g5uagZSRIWShcmDmrYFGJvio05Jia0rzLZMcvldcRJVo/tIUa3JOPoogkn5mAleGiNXYLUIdo4IFP9cU/o1Xa0cNhkBtMY4Ehk+mpWUAITnBsCIhm7yWzeAEWjsIy7xAkxm9POnKxl7f5e0CJbqg7Icw3O+suiBw49nDQnvU6hR98r6MigQMFsowhqMbGTcaSFibQ1UvC039dObaxRNjr1J2L5mwzzx2UQuL6aGEGmYGV1VqcVOgtNxilwySKHOblwnaid0jMwrWkxz0L08GBiAKJg4Y5IYXFGj4DR5s0iaUAyDdL40l4/+de41pB5gfkfUjNbsICfudsyTn4H0SFpYZBgod1CxWQ2zWa2qpUivqTFCznBS1khDQr5oKCKwgSMVBMJhGQXyzgjgp+4uxHO3Jan3Cw9bKxFj56vA4P4AblwTUrPbUtXEHk3zozzdc8kEjjBjq+09DU2FRopG6gA8DuK4RzMpifkEYXOAlgeS4pZBKlrpgEGIbl+q+8CekJQXGPMUhFcwsuZKFUnEibxXbAIpsrhEqZIZtC54TTx4pwbxQL0WDS5gTDx0rqWHdQg/aPAIqwNuJrk1Xl4hY/PykKqj01CeuD4QE6DKQoyegQ7o+fv2MJ8E/yxduBKBvbhqvUpvi8oNXd1UCNfGwTZ0uB/8DFOYNT3ElUngjSLBQTBJ7RjgO2Ehf3SnkyPT6EHih5QsxWla5CUBCnNXR0XqnkmY21Ci4Ahb38Oqz+fx66MIm0QpX5ikoEdBfSZGxeiMyyxLLm8XE1nULst0Wq1TE5maadlVHET/qGwMjOCXXXk9UHjkZ2ypAAL2zGW8Y+oGT3shkeQHh6twN2nnfXrQ1CgMb9gX0y3r+BFDUT1BqSUyGQyiULYNmx8JSX2ayQSr00sOtkJqcZFSs9ZIskP/zQPHIfpYWt9eMmxPDEXIeJ6D6eHRRZFD1F8stpqt9bmZufSGbQerSNqRM34e1ecx+mKbUCZ8J9ZYJB86SnL0qcRfuOWkYZvvMhE/B3TOI8eI3gpJVqt9tLi1SVrdstJNxoNALRARE2bIgdhqo0SrE0bIhmkI+MYSZtPLGl+R5HvgaN+He8s9TL0GKqEQ6Zx0D49rIJogkJTgK40onq6BmWzWRSKhWkIUSWiQevwwUOijlapvrzc4aoBkaqQsLchR+vLQ5DlwSx6SNk966/CPoL0mIExPQJCiGqhUJh271BZDFpaWgYBC+X+ciWfyw5y/8zlxV2JtgtFCKtf8Nt4dunWLo7y7Nsklon0VS2a+zYNn2LN4H7HtVPOGOt2oAONGlG0XKmszMNpFrsWFhfx5Ze/n2+1Wl8Qxa6MiNhxMJOQLS79o/IbZTrcbNx6k3YFVp84sXWPwRU9UtFjVR0C9MBew8JlgKVVkgitVuuLL89+ubC4sJjOoKsLc/jeIw/VV1er4+12ixcq4IV4vVGLBq0GvCxrrrSwqdi0tqIlM7GQb54HVHYDejTEJDY7o4cAtGUbK9XV8Ye/d6S+XLW/EmUx6Nu334H//fxzrKxU36hH0TRxzVCLayDJ4SgXizJG0vmNkqY3H7iGyOQH1ntAaRIA/VXNMD2URg91pieKoulqtfrmxOcTuO3WW9IZ9OSTT+Ly5Us4duzYudrq6s/bsu1ZERMXc9Zk/daDdJWTRzKu5n7g9k8tvGq2TQ9zlOJa6QHQbrdRW1199dixo2cvX76Mo0ePpjMIAArFIo4fP05XrsyeWK2unpGaEqmn1qFb+xsmKTI+xvY1jFDtr3hf1YUSRZHOPLC1MPZITnk4TI9k2up+uXh1tXpmZubKiePHj6NYLHoCC2Ez/McbbyCq17FaXR27cfuNp3p7e9mXepMQ4hZbhPtOAZ6UI2zlY8AvrPCpKJDKhHTLB6lik/TUarWLV67M/KC3d8t4oVjAI0ce8VYJfi38wvQ0Jj7/HIcefnB8bn7uaK22epGrpTFvZvtW5GKggLjSG40XWopG6U2ZhZVNmSboRwlTNT1sbTB67DuQNt21Wu3i3Nzc0YOH9o9PTk7h0sVLIVb433oGgPfeew8PHjqEM7/+Nf7q0b8+9/F/f/zbXC63O5/L3SREJkGixO9nG1P3JBdoDj5ydMdRELO5kDZZuWpgDdLnezE9bSmxWq2emZubO/rgoUd+9S8v/AylUj+eeebvgqSmbQEA8I//9FMsLS3hzjvvxuL8ws4bhm/4YU9v718WurpuzuTs/3mJitwuyFZXd72qFwVWD1mNMjVi2XiyaUGsNOvsygKpFDvjRqMxvbpW+/nc3NyJbVu3XpicnMDAwAD+/kf/kMqDLDq093/5Kxx5+DDK5SFE9fWVxx5/7L/G9o79otVqXgLQbLfbWSGEbLXbeSllNg650nGInX5CztiGAKSdNgEkjcNVJVL2E9ezJNrtNtpSNklSpR7Vr9Sj+pnl5aWXFhcXfvzYY4/9+8GDD1b6ywNotRp45pkfdWJBZw3i7Sc//Qnq9TpuvHE7br1lF957//3i6MjIULm/tG09ikZAtD2bzZSzmWw3QRRIypyTDBlxqustKisRMBoSos41SQ8dCAiBFghRm9rr7bZcFkJc6S4UpiuVysKFi5fmD+zfX//d777AzDczKBSLePa5Zze1700zSLWXXnoJZz7+GCM37UR/qYRyuR+NVgtd+S6US33oK5UwtG0bBgbKEBnz1apsklcRJERyAKjq/aRumyKTlIkImQwgk2t/cVVWICMIRBltayIpzLelxNLVq1iYm0e1toLKygqajRbyuSyWlytYqVYxfekC/vSePXj8bx6/1i1fb9fb9faHa/8HCToWdIrtwIAAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTktMTItMjhUMDk6MzE6NTYrMDA6MDC4axO5AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE5LTAxLTA4VDE5OjQzOjU5KzAwOjAwnbLSDAAAACB0RVh0c29mdHdhcmUAaHR0cHM6Ly9pbWFnZW1hZ2ljay5vcme8zx2dAAAAGHRFWHRUaHVtYjo6RG9jdW1lbnQ6OlBhZ2VzADGn/7svAAAAGHRFWHRUaHVtYjo6SW1hZ2U6OkhlaWdodAA1MTKPjVOBAAAAF3RFWHRUaHVtYjo6SW1hZ2U6OldpZHRoADUxMhx8A9wAAAAZdEVYdFRodW1iOjpNaW1ldHlwZQBpbWFnZS9wbmc/slZOAAAAF3RFWHRUaHVtYjo6TVRpbWUAMTU0Njk3NjYzOTogPbcAAAATdEVYdFRodW1iOjpTaXplADI5OTk0MUJw/YCsAAAAWnRFWHRUaHVtYjo6VVJJAGZpbGU6Ly8vZGF0YS93d3dyb290L3d3dy5lYXN5aWNvbi5uZXQvY2RuLWltZy5lYXN5aWNvbi5jbi9maWxlcy8xMTgvMTE4NDI0OS5wbmcbk2kSAAAAAElFTkSuQmCC)}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-info{display:flex;flex-direction:column;gap:4px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-info .f-chat-bubble-attachment-name{font-size:14px;font-weight:500;color:#1a1a1a;letter-spacing:0;text-align:left}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-info .f-chat-bubble-attachment-name.name-tip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-item .f-chat-bubble-attachment-info .f-chat-bubble-attachment-size{font-size:12px;font-weight:400;color:#999;letter-spacing:0;text-align:left;line-height:16px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-preview-btn{display:inline-flex;height:fit-content;color:#7191c8;padding:8px;border-radius:8px;cursor:pointer}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-preview-btn:hover{background-color:#00000008}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-attachments .f-chat-bubble-attachment-preview-btn .f-chat-bubble-attachment-preview-btn-text{font-weight:400;font-size:13px;letter-spacing:0;line-height:16px}.f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-footer{width:100%}.f-chat-attachment-preview .f-chat-attachment-preview-message{margin-bottom:8px;font-size:14px;color:#4e5969;line-height:1.5}.f-chat-attachment-preview .f-chat-attachment-preview-icon-wrapper{width:40px;height:40px;flex-shrink:0}.f-chat-attachment-preview .f-chat-attachment-preview-icon-wrapper img{width:100%;height:100%;object-fit:contain}.f-chat-attachment-preview .f-chat-attachment-preview-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.f-chat-attachment-preview .f-chat-attachment-preview-name{font-size:14px;font-weight:500;color:#1d2129;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat-attachment-preview .f-chat-attachment-preview-meta{font-size:12px;color:#999}.f-chat-attachment-preview .f-chat-attachment-preview-list{display:flex;flex-direction:column;gap:8px}.f-chat-attachment-preview .f-chat-attachment-preview-card-inner{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.f-chat-attachment-preview .f-chat-attachment-preview-main{display:flex;flex-direction:row;align-items:center;flex:1;min-width:0;gap:12px;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:12px;cursor:pointer;background-color:#00000005;transition:background-color .2s ease-in-out}.f-chat-attachment-preview .f-chat-attachment-preview-main:hover{background-color:#f0f4fa}.f-chat-attachment-preview .f-chat-attachment-preview-main:focus-visible{outline:2px solid #0e6ded;outline-offset:1px}.f-chat-attachment-preview .f-chat-attachment-preview-download-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin:0;border:none;border-radius:6px;background:transparent;color:#999;cursor:pointer}.f-chat-attachment-preview .f-chat-attachment-preview-download-btn:hover{background-color:#0000000f;color:#7191c8}.f-chat-attachment-preview .f-chat-attachment-preview-download-btn:focus-visible{outline:2px solid #0e6ded;outline-offset:1px}.f-chat-message.user .f-chat-bubble-attachments{justify-content:right}.f-chat-message.user .f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content{padding-bottom:20px}.f-chat-message.user .f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper{background:#009cff1a;padding:12px 20px;border:none}.f-chat-message.user .f-chat-bubble-container .f-chat-bubble-wrapper .f-chat-bubble-content .f-chat-bubble-content-text-wrapper.end{border-radius:20px 26px 4px 20px;align-self:flex-end;max-width:90%}@keyframes thinking-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fx-carousel{position:relative;width:100%;overflow:hidden;user-select:none;-webkit-user-select:none}.fx-carousel--vertical .fx-carousel--track{flex-direction:column}.fx-carousel--single .fx-carousel--arrow{display:none}.fx-carousel--container{position:relative;width:100%;height:100%}.fx-carousel--container-hover .fx-carousel--arrow{opacity:0;transition:opacity .3s ease}.fx-carousel--container-hover:hover .fx-carousel--arrow{opacity:1}.fx-carousel--track{display:flex;width:100%;height:100%;transition:transform .5s ease}.fx-carousel--item{flex-shrink:0;width:100%;height:100%;position:relative;overflow:hidden;background:#f5f7fa}.fx-carousel--item-image{width:100%;height:100%;object-fit:cover}.fx-carousel--item-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.fx-carousel--item-info{position:absolute;bottom:0;left:0;width:100%;padding:20px;background:linear-gradient(transparent,#000000b3);color:#fff}.fx-carousel--item-title{font-size:18px;font-weight:600;margin:0 0 8px;color:#fff}.fx-carousel--item-description{font-size:14px;margin:0;color:#ffffffe6}.fx-carousel--arrow.fx-carousel--arrow-inner{position:absolute;top:50%;background:#ffffffe6;color:#333}.fx-carousel--arrow.fx-carousel--arrow-inner:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.fx-carousel--arrow.fx-carousel--arrow-inner{transform:translateY(-50%)}.fx-carousel--arrow.fx-carousel--arrow-outer{margin:0 8px;background:#fff;color:#00000040}.fx-carousel--arrow.fx-carousel--arrow-outer:hover{color:#2a87ff}.fx-carousel--arrow:focus{outline:none}.fx-carousel--arrow{width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:10;transition:all .3s ease}.fx-carousel--arrow-left{left:16px}.fx-carousel--arrow-right{right:16px}.fx-carousel--arrow-never{display:none}.fx-carousel--indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.fx-carousel--indicator-outside{bottom:-30px}.fx-carousel--indicator-none{display:none}.fx-carousel--indicator-item{width:8px;height:8px;border:none;border-radius:50%;background:#ffffff80;cursor:pointer;padding:0;transition:all .3s ease}.fx-carousel--indicator-item:hover{background:#fffc}.fx-carousel--indicator-item-active{width:24px;border-radius:4px;background:#fff}.fx-carousel--button-outer{display:flex;align-items:center}.fx-carousel--button-outer .fx-carousel--container{flex:1 1 0;width:auto}.f-ec-thinking{border:1px solid #e5e8ef;border-radius:8px;padding:8px 12px;background:#f2f3f5;font-size:13px}.f-ec-thinking-summary{cursor:pointer;font-weight:600;color:#1d2129;list-style:none}.f-ec-thinking-summary::-webkit-details-marker{display:none}.f-ec-thinking-badge{margin-left:8px;font-size:12px;font-weight:400;color:#0e6ded}.f-ec-thinking-body{margin-top:8px;color:#4e5969;line-height:1.6;white-space:pre-wrap}.f-ec-thinking-sources{margin:8px 0 0;padding-left:18px;color:#86909c;font-size:12px}.f-chat-bubble-tool-use-group{margin-top:0;display:flex;flex-direction:column;gap:4px}.f-chat-bubble-content-text-wrapper .f-chat-bubble-tool-use-group{width:80%}.f-chat-tool-use{display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid #EAEBF4;padding:2px 8px 2px 12px;border-radius:6px}.f-chat-tool-use>.f-chat-tool-use-header{width:100%;display:flex;align-items:center;gap:8px;background:transparent;cursor:pointer;color:#8b8b8b;font-size:14px}.f-chat-tool-use>.f-chat-tool-use-header>.tool-icon{font-size:14px}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-name{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status{display:flex;align-items:center;gap:6px;font-size:13px;padding:2px 8px;border-radius:999px;flex-shrink:0}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status.is-run{color:#0069ff}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status.is-done{color:#34d399}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status.is-done>.f-chat-todo-status-done{color:#34d399;font-weight:500}.f-chat-tool-use>.f-chat-tool-use-content{display:flex;flex-direction:column;gap:6px}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-description,.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result{font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word;color:#4e5969}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result{padding:0 6px 10px 0;max-height:280px;overflow-y:hidden;transition:overflow-y .3s ease;scrollbar-gutter:stable;color:#8b8b8b}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result:hover{overflow-y:auto}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result::-webkit-scrollbar{width:6px;background:#fafafa}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result::-webkit-scrollbar-track{color:#f5f5f5;border-radius:3px}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result::-webkit-scrollbar-thumb{background:#cfcfcf;border:none;background-clip:content-box;opacity:.6;border-radius:3px}.f-chat-tool-use>.f-chat-tool-use-content .f-chat-tool-use-result::-webkit-scrollbar-thumb:hover{background:#00000073}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status.is-error{color:#f53f3f}.f-chat-tool-use>.f-chat-tool-use-header>.f-chat-tool-use-status.is-error>.f-chat-tool-use-status-icon{font-size:14px;color:#f53f3f;line-height:1}@keyframes tool-use-dot-breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.f-ec-sources-title,.f-ec-recommend-title{font-weight:600;font-size:13px;margin-bottom:8px;color:#1d2129}.f-ec-sources-list{margin:0;padding-left:18px}.f-ec-sources-list a{color:#0e6ded;text-decoration:none}.f-ec-sources-list a:hover{text-decoration:underline}.f-ec-recommend-chips{display:flex;flex-wrap:wrap;gap:8px}.f-ec-recommend-chip{border:1px solid #e5e8ef;background:#fff;border-radius:16px;padding:6px 12px;font-size:13px;cursor:pointer;color:#1d2129}.f-ec-recommend-chip:hover{border-color:#0e6ded;color:#0e6ded}.f-ec-auth{border:1px solid #e5e8ef;border-radius:8px;padding:12px;background:#fff}.f-ec-auth-desc{font-size:14px;color:#1d2129;margin-bottom:12px;line-height:1.5;white-space:pre-wrap}.f-ec-auth-actions{display:flex;gap:8px;flex-wrap:wrap}.f-ec-auth-btn{padding:6px 16px;border-radius:6px;border:1px solid #0e6ded;background:#0e6ded;color:#fff;font-size:13px;cursor:pointer}.f-ec-auth-btn:hover{opacity:.9}.f-ec-error{border-radius:8px;padding:10px 12px;font-size:13px}.f-ec-error--lvl-0{border:1px solid #f53f3f;background:#fff2f0}.f-ec-error--lvl-1{border:1px solid #ff9a2e;background:#fff7e8}.f-ec-error--lvl-2{border:1px solid rgb(191,219,255);background:#f0f7ff}.f-ec-error-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.f-ec-error-badge{font-size:12px;padding:2px 6px;border-radius:4px;background:#0000000f}.f-ec-error-label{font-weight:600}.f-ec-error-text{color:#4e5969;line-height:1.5}.f-ec-error-link{display:inline-block;margin-top:8px;color:#0e6ded;font-size:13px}.f-ec-linkcard{display:flex;gap:12px;width:100%;max-width:100%;box-sizing:border-box;border:1px solid #e5e8ef;border-radius:8px;overflow:hidden;background:#fff}.f-ec-linkcard-poster{width:120px;flex-shrink:0;background:#f2f3f5}.f-ec-linkcard-poster img{width:100%;height:100%;object-fit:cover;display:block}.f-ec-linkcard-body{flex:1;min-width:0;padding:10px 12px}.f-ec-linkcard-title{font-weight:600;color:#1d2129;text-decoration:none;font-size:14px}.f-ec-linkcard-title:hover{color:#0e6ded}.f-ec-linkcard-sub{margin-top:4px;font-size:12px;color:#86909c}.f-ec-linkcard-related{margin-top:8px;font-size:12px}.f-ec-linkcard-related-label{color:#86909c;margin-bottom:4px}.f-ec-linkcard-related ul{margin:0;padding-left:16px}.f-ec-linkcard-related a{color:#0e6ded;text-decoration:none}.f-ec-unknown{border:1px dashed #c9cdd4;border-radius:8px;padding:12px;background:#f5f7fa;font-size:13px}.f-ec-unknown-title{font-weight:600;margin-bottom:4px;color:#4e5969}.f-ec-unknown-wire{font-family:ui-monospace,monospace;font-size:12px;color:#1d2129;margin-bottom:6px}.f-ec-unknown-desc{color:#86909c}.f-ec-attach-row{display:flex;align-items:stretch;gap:8px;max-width:420px}.f-ec-attach{display:flex;align-items:flex-start;gap:10px;max-width:420px;padding:10px 12px;border:1px solid #e5e8ef;border-radius:8px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s}.f-ec-attach:hover{border-color:#0e6ded}.f-ec-attach--stretch{flex:1;min-width:0;max-width:none}.f-ec-attach-download-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;align-self:stretch;min-height:44px;padding:0;margin:0;border:1px solid #e5e8ef;border-radius:8px;background:#fff;color:#999;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.f-ec-attach-download-btn:hover{border-color:#0e6ded;color:#7191c8;background-color:#f0f4fa}.f-ec-attach-download-btn:focus-visible{outline:2px solid #0e6ded;outline-offset:1px}.f-ec-attach-icon{font-size:20px;line-height:1}.f-ec-attach-body{min-width:0;flex:1}.f-ec-attach-name{display:block;font-weight:600;font-size:14px;color:#1d2129;word-break:break-all}.f-ec-attach-meta{display:flex;gap:10px;margin-top:4px;font-size:12px;color:#86909c}.f-ec-attach-cat{text-transform:uppercase;letter-spacing:.02em}.fx-generate-process{position:absolute;z-index:1000;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 2px 10px #01204b1a}.fx-generate-process--icon{flex-shrink:0;font-size:24px;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.fx-generate-process--description{font-size:12px;color:#5a5c73;margin:0}.fx-generate-process--progress-bar{width:80%;max-width:300px;background:#eaedf2;border-radius:10px;height:10px;overflow:hidden}.fx-generate-process--progress-fill{width:100%;height:100%;background-image:linear-gradient(92deg,#1088e2c7,#2ae6b0c2);border-radius:10px;box-shadow:0 2px 9px #4190ff4d;overflow:hidden;position:relative}.fx-generate-process--progress-fill:before{content:"";position:absolute;top:0;left:0%;width:200%;height:100%;background:repeating-linear-gradient(135deg,transparent,transparent 10px,rgba(255,255,255,.3) 10px,rgba(255,255,255,.3) 20px);animation:loading-stripes 3s linear infinite}.fx-generate-process--progress-text{font-weight:600;text-align:right;font-size:18px;color:#328bff}.fx-generate-process--mask{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:900;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.fx-generate-process--icon-default{width:60px;height:60px}.fx-generate-process--progress{margin-top:20px;display:flex;align-items:center;line-height:25px}.fx-generate-process--progress .fx-generate-process--description{font-size:14px;color:#2d2f33a6;line-height:25px;margin-right:12px}.fx-generate-process--no-progress .fx-generate-process--icon-default{width:34px;height:34px}.fx-generate-process--no-progress .fx-generate-process--description{font-size:13px;color:#8791ab}@keyframes loading-stripes{0%{left:-100%}to{left:0%}}.f-chat-history-manager{display:flex;flex-direction:column;gap:6px;background:#fff;border:1px solid rgb(233,234,243);box-shadow:0 1px 12px 2px #0000001a;border-radius:12px;width:400px;padding:10px;overflow:hidden}.f-chat-history-manager>.f-chat-history-manager-scroll{padding-left:6px;overflow-y:hidden;transition:overflow-y .3s ease;scrollbar-gutter:stable}.f-chat-history-manager>.f-chat-history-manager-scroll:hover{overflow-y:auto}.f-chat-history-manager>.f-chat-history-manager-scroll::-webkit-scrollbar{width:6px;background:#fafafa}.f-chat-history-manager>.f-chat-history-manager-scroll::-webkit-scrollbar-track{color:#f5f5f5;border-radius:3px}.f-chat-history-manager>.f-chat-history-manager-scroll::-webkit-scrollbar-thumb{background:#cfcfcf;border:none;background-clip:content-box;opacity:.6;border-radius:3px}.f-chat-history-manager>.f-chat-history-manager-scroll::-webkit-scrollbar-thumb:hover{background:#00000073}.f-chat-history-manager .f-chat-history-section{display:flex;flex-direction:column;gap:6px}.f-chat-history-manager .f-chat-history-section-header{font-size:12px;font-weight:400;color:#00000080}.f-chat-history-manager .f-chat-history-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border-radius:8px;margin-bottom:8px;transition:background-color .2s ease;cursor:pointer}.f-chat-history-manager .f-chat-history-item:last-child{margin-bottom:0}.f-chat-history-manager .f-chat-history-item:hover{background-color:#f5f5f5}.f-chat-history-manager .f-chat-history-item .f-chat-history-item-title{flex:1;font-size:14px;font-weight:400;color:#000000d9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fx-prompts{padding:12px 0}.fx-prompts--fade-in{animation:fx-prompts-fade-in .3s ease}.fx-prompts--fade-in-left{animation:fx-prompts-fade-in-left .3s ease}.fx-prompts--title{font-size:13px;font-weight:400;color:#00000073;margin:0 0 8px}.fx-prompts--items{display:flex;gap:12px}.fx-prompts--items:not(.fx-prompts--items-wrap,.fx-prompts--items-vertical){overflow-x:auto}.fx-prompts--items-wrap{flex-wrap:wrap}.fx-prompts--items-wrap .fx-prompts--item{flex:auto}.fx-prompts--items-vertical{flex-direction:column;align-items:flex-start}.fx-prompt--item{display:flex;align-items:flex-start;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;min-width:120px;gap:12px;flex:none;height:100%}.fx-prompt--item:hover{background-color:#f5f7fa}.fx-prompt--item-disabled{opacity:.5;cursor:not-allowed}.fx-prompt--item-disabled:hover{border-color:#e5e7eb;background-color:transparent}.fx-prompt--item-has-nest{cursor:default}.fx-prompt--item-has-nest:hover{border-color:#e5e7eb;background-color:transparent}.fx-prompt--item-icon{font-size:20px;color:#409eff;flex-shrink:0}.fx-prompt--item-content{flex:1;min-width:0}.fx-prompt--item-label{font-size:14px;font-weight:500;color:#333;margin:0 0 4px}.fx-prompt--item-description{font-size:12px;color:#333;margin:0;overflow:hidden}.fx-prompt--item-nested{margin-top:8px}.fx-prompt--item{position:relative}.fx-prompt--item.fx-prompt--standard-question-item{background:#eaf1ff;border-radius:6px;border:none;color:#2e4c70;padding:2px 24px 2px 8px;min-width:0;font-size:12px;position:relative}.fx-prompt--item.fx-prompt--standard-question-item .fx-prompt--item-label{font-size:12px;margin:0;color:#2e4c70}.fx-prompt--item.fx-prompt--standard-question-item:after{font-family:FarrisIcons;content:"";width:16px;height:16px;position:absolute;right:4px;top:50%;margin-top:-8px;text-align:center;font-size:16px;line-height:1}.fx-prompt--item.fx-prompt--function-entry-item{background-image:linear-gradient(110deg,#b9d6fc,#f4f9ff 51%,#d1e3ff);box-shadow:3px 4px 11px #cde1ff;border-radius:9px;border:none;position:relative;height:68px}.fx-prompt--item.fx-prompt--function-entry-item .fx-prompt--item-icon{position:absolute;width:42px;height:42px;top:-14px;left:20px}.fx-prompt--item.fx-prompt--function-entry-item .fx-prompt--item-icon img{display:block;width:100%;height:100%}.fx-prompt--item.fx-prompt--function-entry-item .fx-prompt--item-label{font-size:15px;margin:20px 0 0}.fx-prompt--item.fx-prompt--standard-feature-card{border:none;border-radius:14px;padding:20px;background:url(@/assets/imgs/feature-card-bg.png) no-repeat center;background-size:cover;min-height:133px;position:relative}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-icon{position:absolute;max-width:30%;max-height:70%;right:20px;bottom:20px;overflow:hidden}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-icon img{display:block;width:100%;height:100%}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-label{font-size:18px;color:#333;font-weight:600}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-content{position:relative;z-index:10;max-width:80%}.fx-prompt--item.fx-prompt--standard-feature-card .fx-prompt--item-description{color:#878f99}.fx-prompt--item.fx-prompt--primary-feature-card{border:none;border-radius:14px;padding:25px 20px;background:url(@/assets/imgs/primary-feature-card-bg.png) no-repeat center;background-size:cover;position:relative}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-icon{position:absolute;height:50%;right:0;left:0;bottom:20px;overflow:hidden}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-icon img{max-width:100%;max-height:100%;display:block;margin:0 auto}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-label{font-size:16px;color:#333;font-weight:600}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-content{position:relative;z-index:10;max-width:80%}.fx-prompt--item.fx-prompt--primary-feature-card .fx-prompt--item-description{color:#878f99}.fx-prompt--item.fx-prompt--default-text-item .fx-prompt--item-icon-image{max-width:32px;max-height:32px}.fx-prompt--item.fx-prompt--has-nest-entry-item{padding-left:20px;padding-right:20px;background:#e6f1ff;border:none}.fx-prompt--item.fx-prompt--has-nest-entry-item>.fx-prompt--item-content .fx-prompt--item-label{font-size:15px;font-weight:600}.fx-prompt--item.fx-prompt--has-nest-entry-item>.fx-prompt--item-content>.fx-prompt--item-nested{padding-right:0;padding-left:0}.fx-prompt--item.fx-prompt--has-nest-entry-item .fx-prompt--item{background:#fff;border:none}.fx-prompt--item.fx-prompt--like-button-entry-item{border:none;position:relative;background:url(@/assets/imgs/like-button-entry-item-bg.png) no-repeat center;background-size:cover}.fx-prompt--item.fx-prompt--like-button-entry-item .fx-prompt--item-icon,.fx-prompt--item.fx-prompt--like-button-entry-item .fx-prompt--item-content{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center}.fx-prompt--item.fx-prompt--like-button-entry-item .fx-prompt--item-icon-image{max-width:100%;max-height:100%;margin:0 auto}.fx-prompt--item.fx-prompt--like-button-entry-item .fx-prompt--item-label{width:60%;margin:0 auto 5%;max-width:200;line-height:30px;background:#f2f8ff;text-align:center;border-radius:16px;align-self:flex-end}.fx-prompt--none{padding:0;gap:0;border:none;cursor:default}.fx-prompt--only-children{padding:0}.fx-prompts--list{margin-bottom:16px}.fx-prompt--item-badge{position:absolute;top:0;right:0}.fx-prompt--item-badge.badge-default{padding:0 8px;border-top-right-radius:8px;border-bottom-left-radius:8px;background-color:#fdefef;color:#f46160;font-size:14px}@keyframes fx-prompts-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fx-prompts-fade-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.f-chat-message-started-todo{border-radius:12px;font-size:12px;color:#000000d9;max-width:100%}.f-chat-message-started-todo .f-chat-message-started-todo--header{display:inline-flex;align-items:center;gap:8px;padding:6px;border-radius:6px;cursor:pointer}.f-chat-message-started-todo .f-chat-message-started-todo--header:hover{background-color:#0000000a}.f-chat-message-started-todo .f-chat-message-started-todo--header .f-chat-started-todo-label{flex-shrink:0;font-weight:600;color:#000000c7}.f-chat-message-started-todo .f-chat-message-started-todo--header .f-chat-started-todo-message{flex-shrink:0;min-width:0;font-size:14px;color:#5a5c73;letter-spacing:0;text-align:left;font-weight:400}.f-chat-message-started-todo .f-chat-message-started-todo--content{margin-top:6px}.f-chat-message-started-todo .f-chat-message-started-todo--content .f-chat-todo-items{align-items:flex-start;margin:6px 0 0;padding-left:6px}.f-chat-message-started-todo .f-chat-message-started-todo--content .f-chat-todo-item{align-items:flex-start}.f-chat-todo-item>.f-chat-message-started-todo{box-shadow:none;border:none;padding:0}@keyframes started-todo--content-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:.85;transform:translateY(0)}}.f-chat-suggestion-container{position:relative;width:100%;max-width:600px;margin:20px}.f-chat-suggestion-container .f-chat-suggestion-input{min-height:100px;padding:12px;border:1px solid #e5e7eb;border-radius:6px;outline:none;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-all}.f-chat-suggestion-container .f-chat-suggestion-input:empty:before{content:attr(data-placeholder);color:#9aa8bf}.f-chat-suggestion-container .f-chat-suggestion-panel{position:fixed;z-index:999;width:250px;max-height:240px;height:auto;background:#fff;border-radius:8px;box-shadow:0 0 20px #1a1a1a29;padding:10px;overflow-y:hidden;scroll-behavior:smooth}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-header{padding:6px;font-size:12px;font-weight:400;color:#999;letter-spacing:.21px;line-height:16px}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-item{font-size:14px;display:flex;align-items:center;gap:10px;margin-bottom:6px;padding:6px;border-radius:6px;cursor:pointer}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-item:last-child{margin-bottom:0}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-item:hover:not(.f-chat-suggestion-panel-item--current){background-color:#f5f5f5}.f-chat-suggestion-container .f-chat-suggestion-panel .f-chat-suggestion-panel-item--current{background-color:#f5f5f5;color:#333}.f-chat-suggestion-container .f-chat-suggestion-panel:hover{overflow-y:auto}.f-chat-suggestion-container .f-chat-suggestion-panel::-webkit-scrollbar{width:4px}.f-chat-suggestion-container .f-chat-suggestion-panel::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px;opacity:0}.f-chat-suggestion-container .f-chat-suggestion-panel:hover::-webkit-scrollbar-thumb{opacity:1}.f-chat-suggestion-container .f-chat-suggestion-panel::-webkit-scrollbar-track{background:transparent}.f-chat-message-todo{padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0312330f;font-size:13px;color:#000000d9;max-width:100%}.f-chat-message-todo .f-chat-todo-message{font-size:12px;font-weight:600;color:#000000d9;margin-bottom:12px}.f-chat-message-todo .f-chat-todo-header{display:inline-flex;align-items:center;gap:6px;padding:2px 0;cursor:pointer;user-select:none;-webkit-user-select:none;border-radius:4px}.f-chat-message-todo .f-chat-todo-header-icon-slot{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.f-chat-message-todo .f-chat-todo-header-icon{display:inline-flex;align-items:center;justify-content:center;color:#000000a6;transition:opacity .15s}.f-chat-message-todo .f-chat-todo-header-expand{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;color:#00000073;transition:opacity .15s;opacity:0}.f-chat-message-todo .f-chat-todo-header:hover .f-chat-todo-header-icon{opacity:0}.f-chat-message-todo .f-chat-todo-header:hover .f-chat-todo-header-expand{opacity:1}.f-chat-message-todo .f-chat-todo-header-label{font-size:13px;color:#000000c7}.f-chat-message-todo .f-chat-todo-header-count{font-size:12px;color:#00000080}.f-chat-message-todo .f-chat-todo-list{padding:8px 16px;border:1px solid #e5e5e5;border-radius:8px}.f-chat-message-todo .f-chat-todo-content{margin-top:14px}.f-chat-message-todo .f-chat-todo-content .f-chat-todo-items{margin:6px 0 0;padding-left:20px}.fx-welcome{display:flex;align-items:flex-start;gap:12px;padding-bottom:12px}.fx-welcome.fx-welcome--no-description{align-items:stretch}.fx-welcome--icon{flex-shrink:0;font-size:24px;color:#fff;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background-image:linear-gradient(152deg,#1875f0 29%,#2a87ff)}.fx-welcome--content{flex:1;min-width:0}.fx-welcome--content:has(:only-child){display:flex;flex-direction:column;justify-content:center}.fx-welcome--title{line-height:28px;font-size:16px;font-weight:600;color:#000000d9;margin:0}.fx-welcome--description{font-size:12px;color:#5a5c73;margin:0}.f-chat-pending-tasks-hub{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;box-sizing:border-box}.f-chat-pending-tasks-trigger{box-sizing:border-box;display:inline-flex;align-self:flex-start;align-items:center;gap:6px;width:142px;height:36px;padding:0 10px;border-radius:100px;border:1px solid rgb(235,239,245);background:#fff;box-shadow:0 0 8px #002c660a;font-size:14px;color:#1d2129e0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;line-height:1;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.f-chat-pending-tasks-trigger:hover{border-color:#c9d4e6;box-shadow:0 0 10px #002c660f}.f-chat-pending-tasks-trigger-smiley{flex-shrink:0;color:#4e5969d9}.f-chat-pending-tasks-trigger-label{flex:1 1 auto;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.f-chat-pending-tasks-trigger-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#f53f3f;color:#fff;font-size:11px;font-weight:600;line-height:1;text-align:center;box-sizing:border-box}.f-chat-pending-tasks-panel{max-height:400px;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:12px;border:1px solid #e5e8ef;box-shadow:0 12px 32px #0f172a1a,0 4px 12px #0f172a0f;padding:16px 0 8px;box-sizing:border-box;min-width:min(480px,100vw - 24px)}.f-chat-pending-tasks-list{list-style:none;margin:0;padding:12px 1.1%;display:flex;flex-direction:column;gap:10px;box-sizing:border-box;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}.f-chat-pending-tasks-list>.f-chat-pending-tasks-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 12px;box-sizing:border-box;background-color:#fafbff;border:1px solid rgba(223,228,237,.85);border-radius:8px}.f-chat-pending-tasks-item-main{display:flex;gap:8px;min-width:0;flex:1}.f-chat-pending-tasks-bullet{flex:0 0 8px;align-self:flex-start;display:block;width:8px;height:8px;min-width:8px;max-width:8px;min-height:8px;max-height:8px;aspect-ratio:1;box-sizing:border-box;margin-top:7px;border-radius:50%;background:#b0bcd1}.f-chat-pending-tasks-item-body{min-width:0}.f-chat-pending-tasks-item-head{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px}.f-chat-pending-tasks-item-title{font-size:14px;font-weight:600;color:#1d2129;line-height:22px}.f-chat-pending-tasks-tag{display:inline-block;padding:0 8px;height:22px;line-height:22px;border-radius:4px;font-size:12px;font-weight:500}.f-chat-pending-tasks-tag--danger{display:inline-flex;align-items:center;gap:4px;background:#ff5959;color:#fff;border-radius:12px}.f-chat-pending-tasks-tag-lightning{flex-shrink:0;display:block}.f-chat-pending-tasks-tag--info{background:#e8f4ff;color:#0e6ded}.f-chat-pending-tasks-tag--success{background:#e8ffef;color:#00b578}.f-chat-pending-tasks-item-meta{display:flex;flex-wrap:wrap;align-items:center;column-gap:12px;row-gap:6px;font-size:12px;color:#4e5969f2;line-height:18px}.f-chat-pending-tasks-item-meta-tags{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px}.f-chat-pending-tasks-meta-unit,.f-chat-pending-tasks-meta-amount{flex-shrink:0}.f-chat-pending-tasks-process-btn{flex-shrink:0;height:32px;padding:0 14px;border:none;border-radius:6px;background:#006fff;color:#fff;font-size:13px;font-weight:500;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;transition:background .15s ease}.f-chat-pending-tasks-process-btn:hover{background:#0056d6}.f-chat-three-panel-viewport{position:relative;overflow:hidden;flex:1;min-height:0;width:100%;height:100%;border-top-left-radius:12px;border-top-right-radius:12px}.f-chat-three-panel-track{display:flex;height:100%;width:100%;transition:transform .3s cubic-bezier(.4,0,.2,1)}.f-chat-panel-chat{flex-shrink:0;height:100%;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1)}.f-chat-panel-chat:before{content:"";position:absolute;top:0;left:0;right:16px;height:24px;background:linear-gradient(to bottom,#fff,transparent);pointer-events:none;z-index:1}.f-chat-panel-preview-1,.f-chat-panel-preview-2{flex-shrink:0;height:100%;overflow:hidden;position:relative;transition:width .3s cubic-bezier(.4,0,.2,1)}.f-chat-dynamic-component-preview-pane-right{width:50%;flex-shrink:0;overflow:hidden}.f-chat-confirm-dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000004d;z-index:120000}.f-chat-confirm-dialog{width:352px;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 36px #0f172a33}.f-chat-confirm-dialog-title{margin:30px 24px 12px;text-align:center;font-size:20px;line-height:1.2;font-weight:500;color:#1f2329}.f-chat-confirm-dialog-description{margin:0 36px 24px;text-align:center;font-size:16px;line-height:1.6;color:#4e5969;min-height:48px}.f-chat-confirm-dialog-actions{display:flex;align-items:stretch;height:56px}.f-chat-confirm-dialog-actions.with-divider{border-top:1px solid #e5e6eb}.f-chat-confirm-dialog-btn{flex:1;border:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:16px;line-height:56px;cursor:pointer}.f-chat-confirm-dialog-btn-cancel{color:#1f2329}.f-chat-confirm-dialog-btn-confirm{color:#2660ff;border-left:1px solid #e5e6eb}.f-chat-dynamic-component-body{position:relative}.f-chat-dynamic-component-loading{display:flex;align-items:center;justify-content:center;gap:8px;color:#999;font-size:13px}.f-chat-dynamic-component-loading-spinner{width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#0e6ded;border-radius:50%;animation:f-widget-spin .8s linear infinite;flex-shrink:0}@keyframes f-widget-spin{to{transform:rotate(360deg)}}.f-chat-dynamic-component-error{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:12px 16px;background:#fff5f5;color:#dc2626;font-size:13px;word-break:break-word}.f-chat-dynamic-component-error-icon{width:20px;height:20px;border-radius:50%;background:#dc2626;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.f-chat-dynamic-component-preview-panel{display:flex;flex-direction:column;height:100%;padding:0 10px}.f-chat-dynamic-component-preview-tabs{display:flex;align-items:center;height:48px;border-bottom:1px solid #e0e0e0;padding:0 8px;background:#fafafa;flex-shrink:0;overflow-x:auto}.f-chat-dynamic-component-preview-tabs-tab{display:flex;align-items:center;gap:6px;height:32px;padding:0 12px;cursor:pointer;font-size:16px;line-height:24px;font-weight:500;color:#1a1a1a;border-radius:6px;transition:color .15s,background-color .15s;white-space:nowrap}.f-chat-dynamic-component-preview-tabs-tab:hover{color:#2660ff}.f-chat-dynamic-component-preview-tabs-tab.active{color:#2660ff;background-color:#e0e9ff}.f-chat-dynamic-component-preview-tabs-tab-title{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-chat-dynamic-component-preview-tabs-actions{margin-left:auto;padding:0 4px;cursor:pointer;color:#999}.f-chat-dynamic-component-preview-tabs-actions:hover{color:#333}.f-chat-dynamic-component-preview-content{flex:1;overflow:auto}.f-chat-dynamic-component-preview-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:14px}@font-face{font-family:FarrisXIcons;font-style:normal;font-weight:400;src:url(data:application/x-font-woff2;charset=utf-8;base64,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) format("woff2")}.fx-icon{width:1em;height:1em;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;font-family:FarrisXIcons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;text-decoration:none;display:inline-block}.fx-icon:before{vertical-align:baseline}.fx-icon:hover,.fx-icon:focus{text-decoration:none}.fx-icon-sm{font-size:.75rem}.fx-icon-lg{font-size:1.5rem}.fx-icon-none:before{content:"";display:none}.fx-icon-warning{color:#ff8533}.fx-icon-spin{-webkit-animation:spinicon 1s infinite linear;-moz-animation:spinicon 1s infinite linear;-o-animation:spinicon 1s infinite linear;animation:spinicon 1s infinite linear}@-moz-keyframes spinicon{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-webkit-keyframes spinicon{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-o-keyframes spinicon{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@keyframes spinicon{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fx-icon-buliding:before{content:""}.fx-icon-rotate:before{content:""}.fx-icon-application:before{content:""}.fx-icon-arrow-left:before{content:""}.fx-icon-arrow-right:before{content:""}.fx-icon-image:before{content:""}.fx-icon-team:before{content:""}.fx-icon-tab_more_up:before{content:""}.fx-icon-sidewindow_folederopen:before{content:""}.fx-icon-set-bottom:before{content:""}.fx-icon-page-title-administer:before{content:""}.fx-icon-sort-desc-sm:before{content:""}.fx-icon-password:before{content:""}.fx-icon-edit1:before{content:""}.fx-icon-bubble_starfull:before{content:""}.fx-icon-warning:before{content:""}.fx-icon-menu_unfold:before{content:""}.fx-icon-a-report_deletechapter:before{content:""}.fx-icon-message:before{content:""}.fx-icon-report_resource:before{content:""}.fx-icon-editor_listnumber:before{content:""}.fx-icon-percenter_setting:before{content:""}.fx-icon-percenter_theme:before{content:""}.fx-icon-percenter_contact:before{content:""}.fx-icon-percenter_language:before{content:""}.fx-icon-percenter_feedback:before{content:""}.fx-icon-percenter_logout:before{content:""}.fx-icon-card_people:before{content:""}.fx-icon-card_info:before{content:""}.fx-icon-card_time:before{content:""}.fx-icon-card_number:before{content:""}.fx-icon-card_task:before{content:""}.fx-icon-card_money:before{content:""}.fx-icon-card_location:before{content:""}.fx-icon-card_canlendar:before{content:""}.fx-icon-editor_expand:before{content:""}.fx-icon-editor_alignment:before{content:""}.fx-icon-editor_list:before{content:""}.fx-icon-editor_lettercolor:before{content:""}.fx-icon-editor_bold:before{content:""}.fx-icon-a-report_chapterfold:before{content:""}.fx-icon-editor_underline:before{content:""}.fx-icon-report_zoomin:before{content:""}.fx-icon-a-report_addchapter:before{content:""}.fx-icon-editor_indentright:before{content:""}.fx-icon-report_zoomout:before{content:""}.fx-icon-report_drag:before{content:""}.fx-icon-editor_backgroundcolor:before{content:""}.fx-icon-editor_ingentleft:before{content:""}.fx-icon-editor_strikethrough:before{content:""}.fx-icon-a-report_chapterexpand:before{content:""}.fx-icon-editor_lineheight:before{content:""}.fx-icon-editor_italic:before{content:""}.fx-icon-tab_close:before{content:""}.fx-icon-foldup:before{content:""}.fx-icon-close:before{content:""}.fx-icon-edit:before{content:""}.fx-icon-expanddown:before{content:""}.fx-icon-delete:before{content:""}.fx-icon-tab_home:before{content:""}.fx-icon-function_chatbi:before{content:""}.fx-icon-function_pjgl:before{content:""}.fx-icon-function_cwsh:before{content:""}.fx-icon-tab_fullscreen:before{content:""}.fx-icon-tab_more:before{content:""}.fx-icon-function_clfw:before{content:""}.fx-icon-function_yyzx:before{content:""}.fx-icon-function_wsbz:before{content:""}.fx-icon-function_szyg:before{content:""}.fx-icon-share:before{content:""}.fx-icon-function_clsq:before{content:""}.fx-icon-more:before{content:""}.fx-icon-thinking_conclusion:before{content:""}.fx-icon-sender_choose:before{content:""}.fx-icon-sender_send:before{content:""}.fx-icon-sender_tool:before{content:""}.fx-icon-sender_task:before{content:""}.fx-icon-sidewindow_foleder:before{content:""}.fx-icon-sidewindow_close:before{content:""}.fx-icon-sender_attachment:before{content:""}.fx-icon-sidewindow_download:before{content:""}.fx-icon-sender_modle:before{content:""}.fx-icon-sidewindow_change:before{content:""}.fx-icon-sender_skill:before{content:""}.fx-icon-sender_voice:before{content:""}.fx-icon-thinking_data:before{content:""}.fx-icon-sidewindow_file:before{content:""}.fx-icon-sidewindow_preview:before{content:""}.fx-icon-thinking_confirm:before{content:""}.fx-icon-thinking_loading:before{content:""}.fx-icon-thinking_tool:before{content:""}.fx-icon-sidewindow_theme:before{content:""}.fx-icon-thinking_multid:before{content:""}.fx-icon-bubble_thumbdown:before{content:""}.fx-icon-bubble_step_loading:before{content:""}.fx-icon-bubble_thumbup:before{content:""}.fx-icon-bubble_star:before{content:""}.fx-icon-bubble_share:before{content:""}.fx-icon-bubble_step_success:before{content:""}.fx-icon-bubble_copy:before{content:""}.fx-icon-bubble_regenerate:before{content:""}.fx-icon-bubble_more:before{content:""}.fx-icon-digtalworker:before{content:""}.fx-icon-menu_fold:before{content:""}.fx-icon-launchpad:before{content:""}.fx-icon-search:before{content:""}.fx-icon-history:before{content:""}.fx-icon-dashhboard:before{content:""}.fx-icon-conversation_add:before{content:""}.fx-icon-fail_line:before{content:""}:root{--f-theme-01: #0E6DED;--f-theme-02: linear-gradient(135deg, #0E6DED 0%, #1B75EF 100%);--f-theme-03: #2A87FF;--f-theme-03-rgb: 42, 135, 255;--f-theme-04: linear-gradient(135deg, #2A87FF 0%, #328BFF 100%);--f-theme-05: #529DFF;--f-theme-05-rgb: 82, 157, 255;--f-theme-06: linear-gradient(135deg, #529DFF 0%, #559FFF 100%);--f-theme-07: linear-gradient(214deg, #3F65FF 0%, #4D9AFF 100%);--f-theme-08: #6388FF;--f-theme-08-rgb: 99, 136, 255;--f-theme-09: linear-gradient(46deg, #2E77FF 0%, #2A87FF 100%);--f-theme-10: #2A62AB;--f-theme-11: linear-gradient(135deg, #2A87FF 0%, #328BFF 100%);--f-theme-12: linear-gradient(135deg, #2A87FF 0%, #328BFF 100%);--f-theme-13: linear-gradient(135deg, rgba(42, 135, 255, .1) 0%, rgba(50, 139, 255, .1) 100%);--f-theme-more-02: #2E77FF;--f-aid-01: #95BEF1;--f-aid-02: #DBE9FF;--f-aid-03: #E8F2FF;--f-aid-04: #EFF5FF;--f-aid-04-rgb: 239, 245, 255;--f-aid-05: #CFEDFF;--f-aid-05-rgb: 207, 237, 255;--f-aid-06: #EFF2F4;--f-aid-07: linear-gradient(195deg, #FFFBEB 0%, #EFF8F8 100%);--f-aid-08: #F0F6FF;--f-aid-09: #F7FAFF;--f-aid-10: #95C3FF;--f-ornament-01: linear-gradient(135deg, #FC8249 0%, #FE9539 100%);--f-ornament-02: linear-gradient(135deg, #1FC8DC 0%, #41D2BD 100%);--f-ornament-03: linear-gradient(135deg, #4190FF 0%, #657CFF 100%);--f-ornament-04: linear-gradient(135deg, #8B82FF 0%, #A082FF 100%);--f-ornament-05: linear-gradient(135deg, #4EC87A 0%, #52D389 100%);--f-ornament-01-start: #FC8249;--f-ornament-01-start-rgb: 252, 130, 73;--f-ornament-02-start: #1FC8DC;--f-ornament-02-start-rgb: 31, 200, 220;--f-ornament-03-start: #4190FF;--f-ornament-03-start-rgb: 65, 144, 255;--f-ornament-04-start: #8B82FF;--f-ornament-04-start-rgb: 139, 130, 255;--f-ornament-05-start: #4EC87A;--f-ornament-05-start-rgb: 78, 200, 122;--f-neutral-00: #fff;--f-neutral-00-rgb: 255, 255, 255;--f-neutral-01: #303C53;--f-neutral-02: #AEB5C6;--f-neutral-03: #CCD1DD;--f-neutral-04: #D9DEE7;--f-neutral-04-rgb: 217, 222, 231;--f-neutral-05: #DEE4ED;--f-neutral-06: #E6E9F0;--f-neutral-07: #E9ECF3;--f-neutral-08: #E8EBF2;--f-neutral-09: #F1F3F7;--f-neutral-10: #F5F6F9;--f-neutral-11: #F7F8FB;--f-neutral-12: #FFFFFF;--f-neutral-13: #E4E7EF;--f-neutral-14: #FAFAFC;--f-neutral-15: #1F2329;--f-neutral-15-rgb: 31, 35, 41;--f-neutral-16: #013364;--f-neutral-16-rgb: 1, 51, 100;--f-neutral-17: #031233;--f-neutral-17-rgb: 3, 18, 51;--f-neutral-18: rgba(255, 255, 255, .7);--f-neutral-19: rgba(255, 255, 255, .85);--f-neutral-20: #ffffff;--f-neutral-21: #334052;--f-text-00: #fff;--f-text-01: #000;--f-text-02: #2D2F33;--f-text-02-rgb: 45, 47, 51;--f-text-03: #424347;--f-text-04: #5A5E66;--f-text-05: #6080AD;--f-text-06: #747B8B;--f-text-07: #848C9A;--f-text-08: #A8ADB8;--f-text-09: #B4BCCC;--f-text-10: #C7CFDD;--f-text-11: #ffffff;--f-text-12: #C7D4EE;--f-text-13: rgba(255, 255, 255, .85);--f-semantic-info-01: #4D9AFF;--f-semantic-info-01-rgb: 77, 154, 255;--f-semantic-info-02: #AED1FF;--f-semantic-info-03: #EEF5FF;--f-semantic-info-04: linear-gradient(135deg, #657CFF 0%, #4190FF 100%);--f-semantic-submit-01: #62CBCD;--f-semantic-submit-01-rgb: 98, 203, 205;--f-semantic-submit-02: #A7E0E1;--f-semantic-submit-03: #F3FBFB;--f-semantic-submit-04: linear-gradient(135deg, #12BFD3 0%, #41D5B9 100%);--f-semantic-success-01: #6CC77F;--f-semantic-success-01-rgb: 108, 199, 127;--f-semantic-success-02: #B5E3BF;--f-semantic-success-03: #F0FAF4;--f-semantic-success-04: linear-gradient(135deg, #3CA78D 0%, #7BCA8B 100%);--f-semantic-warning-01: #F5A144;--f-semantic-warning-01-rgb: 245, 161, 68;--f-semantic-warning-02: #FAD0A1;--f-semantic-warning-03: #FEF5EC;--f-semantic-warning-04: linear-gradient(135deg, #FC8249 0%, #FE9539 100%);--f-semantic-warning-05: #F7B500;--f-semantic-danger-01: #F46160;--f-semantic-danger-01-rgb: 244, 97, 96;--f-semantic-danger-02: #F9B0AF;--f-semantic-danger-03: #FDEFEF;--f-semantic-danger-04: linear-gradient(135deg, #E55875 0%, #FF7878 100%)}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(1,51,100,0)}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.4286;color:#2d2f33;text-align:left;background-color:#f0f3f6}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:0;padding:0}li{list-style:none}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#2a87ff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#529dff;text-decoration:none}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#747b8b;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:1.625rem}h2,.h2{font-size:1.5rem}h3,.h3{font-size:1.375rem}h4,.h4{font-size:1.25rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.875rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #E6E9F0}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.2em;background-color:#f5a144}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#747b8b}.blockquote-footer:before{content:"— "}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#2a87ff!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#006bf6!important}.bg-success{background-color:#6cc77f!important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#47b95f!important}.bg-info{background-color:#4d9aff!important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#1a7dff!important}.bg-warning{background-color:#f5a144!important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#f28914!important}.bg-danger{background-color:#f46160!important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#f13230!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #E6E9F0!important}.border-top{border-top:1px solid #E6E9F0!important}.border-right{border-right:1px solid #E6E9F0!important}.border-bottom{border-bottom:1px solid #E6E9F0!important}.border-left{border-left:1px solid #E6E9F0!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#2a87ff!important}.border-success{border-color:#6cc77f!important}.border-info{border-color:#4d9aff!important}.border-warning{border-color:#f5a144!important}.border-danger{border-color:#f46160!important}.border-white{border-color:#fff!important}.rounded{border-radius:6px!important}.rounded-top{border-top-left-radius:6px!important;border-top-right-radius:6px!important}.rounded-right{border-top-right-radius:6px!important;border-bottom-right-radius:6px!important}.rounded-bottom{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.rounded-left{border-top-left-radius:6px!important;border-bottom-left-radius:6px!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width: 768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width: 888px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width: 1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media (min-width: 1690px){.d-el-none{display:none!important}.d-el-inline{display:inline!important}.d-el-inline-block{display:inline-block!important}.d-el-block{display:block!important}.d-el-table{display:table!important}.d-el-table-row{display:table-row!important}.d-el-table-cell{display:table-cell!important}.d-el-flex{display:flex!important}.d-el-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width: 888px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width: 1690px){.flex-el-row{flex-direction:row!important}.flex-el-column{flex-direction:column!important}.flex-el-row-reverse{flex-direction:row-reverse!important}.flex-el-column-reverse{flex-direction:column-reverse!important}.flex-el-wrap{flex-wrap:wrap!important}.flex-el-nowrap{flex-wrap:nowrap!important}.flex-el-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-el-fill{flex-grow:1!important;flex-shrink:1!important;flex-basis:auto!important}.flex-el-grow-0{flex-grow:0!important}.flex-el-grow-1{flex-grow:1!important}.flex-el-shrink-0{flex-shrink:0!important}.flex-el-shrink-1{flex-shrink:1!important}.justify-content-el-start{justify-content:flex-start!important}.justify-content-el-end{justify-content:flex-end!important}.justify-content-el-center{justify-content:center!important}.justify-content-el-between{justify-content:space-between!important}.justify-content-el-around{justify-content:space-around!important}.align-items-el-start{align-items:flex-start!important}.align-items-el-end{align-items:flex-end!important}.align-items-el-center{align-items:center!important}.align-items-el-baseline{align-items:baseline!important}.align-items-el-stretch{align-items:stretch!important}.align-content-el-start{align-content:flex-start!important}.align-content-el-end{align-content:flex-end!important}.align-content-el-center{align-content:center!important}.align-content-el-between{align-content:space-between!important}.align-content-el-around{align-content:space-around!important}.align-content-el-stretch{align-content:stretch!important}.align-self-el-auto{align-self:auto!important}.align-self-el-start{align-self:flex-start!important}.align-self-el-end{align-self:flex-end!important}.align-self-el-center{align-self:center!important}.align-self-el-baseline{align-self:baseline!important}.align-self-el-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width: 576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width: 768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width: 888px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width: 1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width: 1690px){.float-el-left{float:left!important}.float-el-right{float:right!important}.float-el-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.shadow-none{box-shadow:none!important}.shadow-sm{box-shadow:0 .125rem .25rem #01336413!important}.shadow{box-shadow:0 .5rem 1rem #01336426!important}.shadow-lg{box-shadow:0 1rem 3rem #0133642d!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 888px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width: 1690px){.m-el-0{margin:0!important}.mt-el-0,.my-el-0{margin-top:0!important}.mr-el-0,.mx-el-0{margin-right:0!important}.mb-el-0,.my-el-0{margin-bottom:0!important}.ml-el-0,.mx-el-0{margin-left:0!important}.m-el-1{margin:.25rem!important}.mt-el-1,.my-el-1{margin-top:.25rem!important}.mr-el-1,.mx-el-1{margin-right:.25rem!important}.mb-el-1,.my-el-1{margin-bottom:.25rem!important}.ml-el-1,.mx-el-1{margin-left:.25rem!important}.m-el-2{margin:.5rem!important}.mt-el-2,.my-el-2{margin-top:.5rem!important}.mr-el-2,.mx-el-2{margin-right:.5rem!important}.mb-el-2,.my-el-2{margin-bottom:.5rem!important}.ml-el-2,.mx-el-2{margin-left:.5rem!important}.m-el-3{margin:1rem!important}.mt-el-3,.my-el-3{margin-top:1rem!important}.mr-el-3,.mx-el-3{margin-right:1rem!important}.mb-el-3,.my-el-3{margin-bottom:1rem!important}.ml-el-3,.mx-el-3{margin-left:1rem!important}.m-el-4{margin:1.5rem!important}.mt-el-4,.my-el-4{margin-top:1.5rem!important}.mr-el-4,.mx-el-4{margin-right:1.5rem!important}.mb-el-4,.my-el-4{margin-bottom:1.5rem!important}.ml-el-4,.mx-el-4{margin-left:1.5rem!important}.m-el-5{margin:3rem!important}.mt-el-5,.my-el-5{margin-top:3rem!important}.mr-el-5,.mx-el-5{margin-right:3rem!important}.mb-el-5,.my-el-5{margin-bottom:3rem!important}.ml-el-5,.mx-el-5{margin-left:3rem!important}.p-el-0{padding:0!important}.pt-el-0,.py-el-0{padding-top:0!important}.pr-el-0,.px-el-0{padding-right:0!important}.pb-el-0,.py-el-0{padding-bottom:0!important}.pl-el-0,.px-el-0{padding-left:0!important}.p-el-1{padding:.25rem!important}.pt-el-1,.py-el-1{padding-top:.25rem!important}.pr-el-1,.px-el-1{padding-right:.25rem!important}.pb-el-1,.py-el-1{padding-bottom:.25rem!important}.pl-el-1,.px-el-1{padding-left:.25rem!important}.p-el-2{padding:.5rem!important}.pt-el-2,.py-el-2{padding-top:.5rem!important}.pr-el-2,.px-el-2{padding-right:.5rem!important}.pb-el-2,.py-el-2{padding-bottom:.5rem!important}.pl-el-2,.px-el-2{padding-left:.5rem!important}.p-el-3{padding:1rem!important}.pt-el-3,.py-el-3{padding-top:1rem!important}.pr-el-3,.px-el-3{padding-right:1rem!important}.pb-el-3,.py-el-3{padding-bottom:1rem!important}.pl-el-3,.px-el-3{padding-left:1rem!important}.p-el-4{padding:1.5rem!important}.pt-el-4,.py-el-4{padding-top:1.5rem!important}.pr-el-4,.px-el-4{padding-right:1.5rem!important}.pb-el-4,.py-el-4{padding-bottom:1.5rem!important}.pl-el-4,.px-el-4{padding-left:1.5rem!important}.p-el-5{padding:3rem!important}.pt-el-5,.py-el-5{padding-top:3rem!important}.pr-el-5,.px-el-5{padding-right:3rem!important}.pb-el-5,.py-el-5{padding-bottom:3rem!important}.pl-el-5,.px-el-5{padding-left:3rem!important}.m-el-auto{margin:auto!important}.mt-el-auto,.my-el-auto{margin-top:auto!important}.mr-el-auto,.mx-el-auto{margin-right:auto!important}.mb-el-auto,.my-el-auto{margin-bottom:auto!important}.ml-el-auto,.mx-el-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width: 576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 888px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1690px){.text-el-left{text-align:left!important}.text-el-right{text-align:right!important}.text-el-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#2a87ff!important}a.text-primary:hover,a.text-primary:focus{color:#006bf6!important}.text-secondary{color:#747b8b!important}a.text-secondary:hover,a.text-secondary:focus{color:#5d626f!important}.text-success{color:#6cc77f!important}a.text-success:hover,a.text-success:focus{color:#47b95f!important}.text-info{color:#4d9aff!important}a.text-info:hover,a.text-info:focus{color:#1a7dff!important}.text-warning{color:#f5a144!important}a.text-warning:hover,a.text-warning:focus{color:#f28914!important}a.text-danger:hover,a.text-danger:focus{color:#f13230!important}.text-dark{color:#000!important}.text-muted{color:#86909c!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}body{background:#f0f3f6}input::-ms-clear{display:none}input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}h1,.h1{line-height:2.125rem}h2,.h2{line-height:2}h3,.h3{line-height:1.875rem}h4,.h4{line-height:1.75rem}h5,.h5{line-height:1.375rem}h6,.h6{line-height:1.25rem}.text-dark{color:#000}.text-danger{color:#f46160!important}.text-info{color:#529dff!important}.font-small{font-size:12px!important}.font-middle{font-size:16px!important}.font-large{font-size:18px!important}.font-exlarge{font-size:24px!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{width:6px;background:#f0f2f5;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em}::-webkit-scrollbar-thumb{background-color:#c1c1c1b3;background-clip:padding-box;min-height:28px;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em}::-webkit-scrollbar-thumb:hover{background-color:#c1c1c1}::-webkit-scrollbar-corner{background-color:transparent}.f-cmp-mt{margin-top:.5rem!important}.f-cmp-mb{margin-bottom:.5rem!important}.f-cmp-mx{margin-left:1rem!important;margin-right:1rem!important}.f-cmp-mr{margin-right:1rem!important}.f-cmp-ml{margin-left:1rem!important}.f-cmp-mx-minus{margin-left:-1rem!important;margin-right:-1rem!important}.f-cmp-px{padding-left:1rem!important;padding-right:1rem!important}.f-cmp-py{padding-top:.5rem!important;padding-bottom:.5rem!important}.f-cmp-p{padding:.5rem 1rem!important}.f-cmp-pt{padding-top:.5rem!important}.f-cmp-pb{padding-bottom:.5rem!important}.f-cmp-gutter,.f-split-border-b{border-bottom:1px solid #E6E9F0}.f-common-px{padding-left:.875rem;padding-right:.875rem}.f-common-py{padding-top:.875rem;padding-bottom:.875rem}.f-common-py-form{padding-top:.875rem;padding-bottom:.5rem}.f-utils-absolute-all{position:absolute;top:0;left:0;width:100%;height:100%}.f-utils-flex-column{display:flex!important;flex-direction:column!important;overflow:hidden!important}.f-utils-fill-flex-column{flex-shrink:1;flex-grow:1;flex-basis:0;display:flex!important;flex-direction:column!important;overflow:hidden!important}.f-utils-flex-row{display:flex!important;flex-direction:row!important;overflow:hidden!important;flex-wrap:nowrap}.f-utils-flex-row-wrap{display:flex!important;flex-direction:row!important;overflow:hidden!important;flex-wrap:wrap!important}.f-utils-fill-flex-row{flex-shrink:1;flex-grow:1;flex-basis:0;display:flex!important;flex-direction:row!important;overflow:hidden!important;flex-wrap:nowrap!important}.f-utils-fill-flex-row-wrap{flex-shrink:1;flex-grow:1;flex-basis:0;display:flex!important;flex-direction:row!important;overflow:hidden!important;flex-wrap:wrap!important}.f-utils-fill{flex-shrink:1;flex-grow:1;flex-basis:0;overflow:hidden}.f-utils-fill-auto{flex:0 0 auto}.f-utils-overflow-xhya{overflow-x:hidden!important;overflow-y:auto!important}.f-utils-overflow-xayh{overflow-y:hidden!important;overflow-x:auto!important}.f-utils-overflow-xaya{overflow:auto!important}.f-utils-overflow-hidden{overflow:hidden!important}.f-utils-overflow-auto{overflow:auto!important}.f-utils-nogutters{margin-right:0;margin-left:0}.f-utils-nogutters>.col,.f-utils-nogutters>[class*=col-]{padding-right:0;padding-left:0}.f-utils-hcenter-vcenter{display:flex;align-items:center;justify-content:center}.f-overflow-y-auto{overflow-y:auto!important}.f-overflow-y-hidden{overflow-y:hidden!important}.f-overflow-x-auto{overflow-x:auto!important}.f-overflow-x-hidden{overflow-x:hidden!important}@media (min-width: 576px){.f-overflow-sm-y-auto{overflow-y:auto!important}.f-overflow-sm-y-hidden{overflow-y:hidden!important}.f-overflow-sm-x-auto{overflow-x:auto!important}.f-overflow-sm-x-hidden{overflow-x:hidden!important}}@media (min-width: 768px){.f-overflow-md-y-auto{overflow-y:auto!important}.f-overflow-md-y-hidden{overflow-y:hidden!important}.f-overflow-md-x-auto{overflow-x:auto!important}.f-overflow-md-x-hidden{overflow-x:hidden!important}}@media (min-width: 888px){.f-overflow-lg-y-auto{overflow-y:auto!important}.f-overflow-lg-y-hidden{overflow-y:hidden!important}.f-overflow-lg-x-auto{overflow-x:auto!important}.f-overflow-lg-x-hidden{overflow-x:hidden!important}}@media (min-width: 1200px){.f-overflow-xl-y-auto{overflow-y:auto!important}.f-overflow-xl-y-hidden{overflow-y:hidden!important}.f-overflow-xl-x-auto{overflow-x:auto!important}.f-overflow-xl-x-hidden{overflow-x:hidden!important}}@media (min-width: 1690px){.f-overflow-el-y-auto{overflow-y:auto!important}.f-overflow-el-y-hidden{overflow-y:hidden!important}.f-overflow-el-x-auto{overflow-x:auto!important}.f-overflow-el-x-hidden{overflow-x:hidden!important}}.farris-overflow-y-auto{overflow-x:hidden!important;overflow-y:auto!important}.farris-overflow-y-hidden{overflow-x:hidden!important;overflow-y:hidden!important}.farris-overflow-hidden{overflow:hidden!important}.w-1{width:8.3333333333%!important}.w-2{width:16.6666666667%!important}.w-3{width:25%!important}.w-4{width:33.3333333333%!important}.w-5{width:41.6666666667%!important}.w-6{width:50%!important}.w-7{width:58.3333333333%!important}.w-8{width:66.6666666667%!important}.w-9{width:75%!important}.w-10{width:83.3333333333%!important}.w-11{width:91.6666666667%!important}.w-12{width:100%!important}.f-utils-text-break{white-space:normal!important;word-break:break-all!important}.f-text-emphasize{color:#000!important}.f-text-light{color:#5a5e66!important}.f-text-lighter{color:#a8adb8!important}.f-text-mute{color:#b4bccc!important}.f-text-two-line{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:2.5rem}.f-max-width-auto{max-width:none!important}.f-min-width-auto{min-width:auto!important}.f-width-auto{width:auto!important}.f-utils-bordered{border:1px solid #E9ECF3;border-radius:6px}.f-utils-border-radius{border-radius:6px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;word-wrap:break-word;background-color:rgba(var(--f-neutral-00-rgb),.95);background-clip:padding-box;border:1px solid var(--f-neutral-00);border-radius:8px;box-shadow:0 2px 8px #00204a26}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 6px}.popover .arrow:before,.popover .arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.popover-tips{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.4286;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^=top] .arrow{bottom:calc((.5rem + 1px)*-1)}.bs-popover-top .arrow:before,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:after{border-width:.5rem .5rem 0}.bs-popover-top .arrow:before,.bs-popover-auto[x-placement^=top] .arrow:before{bottom:0;border-top-color:rgba(var(--f-neutral-00-rgb),.4)}.bs-popover-top .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:after{bottom:1px;border-top-color:rgba(var(--f-neutral-00-rgb),.95)}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^=right] .arrow{left:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:6px 0}.bs-popover-right .arrow:before,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:after{border-width:.5rem .5rem .5rem 0}.bs-popover-right .arrow:before,.bs-popover-auto[x-placement^=right] .arrow:before{left:0;border-right-color:rgba(var(--f-neutral-00-rgb),.4)}.bs-popover-right .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:after{left:1px;border-right-color:rgba(var(--f-neutral-00-rgb),.95)}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^=bottom] .arrow{top:calc((.5rem + 1px)*-1)}.bs-popover-bottom .arrow:before,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:after{border-width:0 .5rem .5rem .5rem}.bs-popover-bottom .arrow:before,.bs-popover-auto[x-placement^=bottom] .arrow:before{top:0;border-bottom-color:rgba(var(--f-neutral-00-rgb),.4)}.bs-popover-bottom .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:after{top:1px;border-bottom-color:rgba(var(--f-neutral-00-rgb),.95)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid var(--f-neutral-10)}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^=left] .arrow{right:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:6px 0}.bs-popover-left .arrow:before,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:after{border-width:.5rem 0 .5rem .5rem}.bs-popover-left .arrow:before,.bs-popover-auto[x-placement^=left] .arrow:before{right:0;border-left-color:rgba(var(--f-neutral-00-rgb),.4)}.bs-popover-left .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:after{right:1px;border-left-color:rgba(var(--f-neutral-00-rgb),.95)}.popover-header{line-height:1.5rem;padding:.5rem .75rem;margin-bottom:0;font-size:.875rem;color:var(--f-text-01);background-color:var(--f-neutral-10);border-bottom:1px solid var(--f-neutral-10);border-top-left-radius:5px;border-top-right-radius:5px}.popover-header:empty{display:none}.popover-body{max-width:17.25rem;padding:.5rem .75rem;color:var(--f-text-02)}.bs3.popover-top{margin-bottom:10px}.bs3.popover.top>.arrow{margin-left:-2px}.bs3.popover.top{margin-bottom:10px}.popover.bottom>.arrow{margin-left:-4px}.bs3.bs-popover-left,.bs3.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs3.bs-popover-right .arrow,.bs3.bs-popover-auto[x-placement^=right] .arrow,.bs3.bs-popover-left .arrow,.bs3.bs-popover-auto[x-placement^=left] .arrow{margin:.3rem 0}.bs-popover-bottom-left .arrow{top:calc((.5rem + 1px)*-1)}.bs-popover-bottom-left .arrow:before{top:0;border-bottom-color:#fff6!important}.bs-popover-bottom-left .arrow:before,.bs-popover-bottom-left .arrow:after{border-width:0 .5rem .5rem}.bs-popover-bottom-left .arrow:after{top:1px;border-bottom-color:var(--f-neutral-00)!important}.popover.popover-fitcontent .popover-body{max-width:initial;padding:initial}.popover.popover-limitmax{display:flex;flex-direction:column}.popover.popover-limitmax .popover-body{overflow:hidden}.popover .arrow-left .arrow{left:calc(50% - 10px)}.popover-content .f-datepicker-container{box-shadow:none!important}.popover.bs-popover-top .arrow:before,.popover.bs-popover-auto[x-placement^=top] .arrow:before{bottom:0;border-top-color:var(--f-neutral-00);filter:drop-shadow(0px 1px 2px #e8e8e8)}.popover.bs-popover-top .arrow:after,.popover.bs-popover-auto[x-placement^=top] .arrow:after{border-top-color:var(--f-neutral-00)}.popover.bs-popover-bottom-left .arrow:before{top:0;border-bottom-color:var(--f-neutral-00)!important;filter:drop-shadow(0px -2px 2px #e8e8e8)}.popver.fade{visibility:hidden}.popover{transition:opacity .12s ease-in}.f-splitter-pane{position:relative;padding:0}.f-splitter-pane.f-splitter-pane-left,.f-splitter-pane.f-splitter-pane-right,.f-splitter-pane.f-splitter-pane-bottom,.f-splitter-pane.f-splitter-pane-top{box-shadow:0 0 8px #001c4014}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:before{content:"";position:absolute;background:#e9ecf3}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:60px;margin:-30px 0 0 -3px;background-image:url(./imgs/f-drag-icon-default.svg);background-repeat:no-repeat;background-size:cover;background-position:center center}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:hover,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:hover,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:hover,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:hover{background:none}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:hover:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:hover:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:hover:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:hover:before{background-image:var(--f-theme-07);box-shadow:0 2px 5px rgba(var(--f-theme-03),.2)}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:hover:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:hover:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:hover:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:hover:after{background-image:url(./imgs/f-drag-icon-hover.svg);box-shadow:0 2px 5px rgba(var(--f-theme-03),.2)}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:before{height:1px;top:50%;left:0;right:0}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s:after,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n:after{transform:rotate(90deg)}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e:before,.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w:before{width:1px;top:0;left:50%;bottom:0}.f-splitter-horizontal-resize-proxy{width:.4375rem;background:rgba(var(--f-theme-03-rgb),.04);left:0;display:none;position:absolute;height:100%;z-index:100}.f-splitter-vertical-resize-proxy{height:.4375rem;background:rgba(var(--f-theme-03-rgb),.04);top:0;display:none;position:absolute;width:100%;z-index:100}.f-splitter{flex-shrink:1;flex-grow:1;flex-basis:0;display:flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;position:relative}.f-splitter-pane.f-splitter-pane-main{flex-shrink:1;flex-grow:1;flex-basis:0;overflow:auto;display:flex}.f-splitter-pane.f-splitter-pane-column,.f-splitter-pane.f-splitter-pane-row{display:flex;flex-direction:column;box-shadow:0 0 8px #001c4014;padding:0;position:relative;z-index:100}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-e{cursor:e-resize;width:.4375rem;right:-.3125rem;height:100%;top:0}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-w{cursor:w-resize;width:.4375rem;left:-.3125rem;height:100%;top:0}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-s{cursor:s-resize;height:.4375rem;bottom:-.3125rem;width:100%;left:0}.f-splitter-pane>.f-splitter-resize-bar.f-splitter-resize-bar-n{cursor:n-resize;height:.4375rem;top:-.3125rem;width:100%;left:0}.f-splitter-pane>.f-splitter-resize-bar{position:absolute;font-size:.1px;display:block;touch-action:none}.f-splitter-pane>.f-splitter-resize-bar:hover{background:rgba(var(--f-theme-03-rgb),.07)}.f-splitter-resize-overlay{z-index:98;width:100%;height:100%;cursor:e-resize;background:0 0;position:absolute}.f-splitter-horizontal-resize-proxy{width:.4375rem;background:rgba(var(--f-theme-03-rgb),.07);left:0;display:none;position:absolute;height:100%;z-index:100}.f-splitter-vertical-resize-proxy{height:.4375rem;background:rgba(var(--f-theme-03-rgb),.07);top:0;display:none;position:absolute;width:100%;z-index:100}.f-search-box{position:relative;display:inline-block;width:100%}.f-search-box-disabled .f-search-box-input{background-color:#f5f6f9;cursor:not-allowed}.f-search-box-disabled .f-search-box-button{cursor:not-allowed;opacity:.5}.f-search-box-input-group{display:flex;align-items:center;border:1px solid #D9DEE7;border-radius:4px;background:#fff;transition:border-color .2s}.f-search-box-input-group:hover{border-color:#529dff}.f-search-box-input-group:focus-within{border-color:#0e6ded;box-shadow:0 0 0 2px #0e6ded26}.f-search-box-input{flex:1;border:none;outline:none;padding:6px 10px;font-size:13px;line-height:1.5;background:transparent;color:#2d2f33;min-width:0}.f-search-box-input::placeholder{color:#b4bccc}.f-search-box-input:disabled{background-color:#f5f6f9;cursor:not-allowed}.f-search-box-clear{display:flex;align-items:center;justify-content:center;width:22px;height:22px;cursor:pointer;color:#747b8b;flex-shrink:0;border-radius:50%;transition:color .2s,background .2s}.f-search-box-clear:hover{color:#424347;background:#0000000a}.f-search-box-clear .fx-icon{font-size:12px}.f-search-box-button{display:flex;align-items:center;justify-content:center;padding:0 8px;height:100%;cursor:pointer;color:#747b8b;border-left:1px solid #D9DEE7;transition:color .2s,background .2s;flex-shrink:0}.f-search-box-button:hover{color:#0e6ded;background:#f7f8fb}.f-search-box-button .fx-icon{font-size:14px}.search-box-container{overflow-y:auto}.search-box-container.position-relative{position:relative}.search-box-loading{display:flex;align-items:center;justify-content:center;padding:12px 0;color:#0e6ded}.search-box-loading .fx-icon{font-size:18px}.search-box-list{list-style:none;margin:0;padding:0}.search-box-item{padding:6px 10px;cursor:pointer;font-size:13px;color:#2d2f33;border-radius:3px;transition:background .15s}.search-box-item:hover{background:#f7f8fb}.search-box-item:active{background:#dbe9ff}.search-box-empty{padding:12px 0;text-align:center;font-size:13px;color:#747b8b}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#848c9a}.nav-tabs{border-bottom:1px solid #E9ECF3}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:6px;border-top-right-radius:6px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#E6E9F0 #E6E9F0 #E9ECF3}.nav-tabs .nav-link.disabled{color:#848c9a;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#424347;background-color:#fff;border-color:#E9ECF3 #E9ECF3 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:6px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background:#2a87ff}.nav-fill .nav-item{flex-grow:1;flex-shrink:1;flex-basis:auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.farris-nav{display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--f-neutral-06);overflow:hidden}.farris-nav-item{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.farris-nav-item-link{padding:.75rem 1rem;cursor:pointer}.farris-nav-item-link-text{position:relative;font-size:1rem;font-weight:400}.farris-nav-item-tag{position:absolute;right:-.75rem;top:calc(10px - 100%);padding:0 .375rem;color:var(--f-text-00);font-size:.75rem;line-height:1.125rem;border-radius:1.125rem}.farris-nav.farris-nav-vertical{flex-direction:column;align-items:flex-start}.farris-nav.farris-nav-vertical .farris-nav-item{width:100%}.farris-nav{border-color:var(--f-neutral-06)!important}.farris-nav-item-link{border-bottom:2px solid transparent}.farris-nav-item-link-text{color:var(--f-text-03)}.farris-nav-item.active .farris-nav-item-link{border-color:var(--f-theme-03)}.farris-nav-item.active .farris-nav-item-link-text{color:var(--f-theme-03)}.farris-nav-item.disabled .farris-nav-item-link-text{color:var(--f-text-07)}.farris-nav-item:hover:not(.disabled):not(.active) .farris-nav-item-link-text{color:var(--f-theme-05)}.farris-nav-item-tag{background-color:var(--f-semantic-danger-01)}.f-listview-fill{flex-grow:1;flex-shrink:1;flex-basis:0;overflow:hidden}.f-listview-fill .f-list-view{height:100%}.f-listview-fill .f-list-view .f-list-view-header,.f-listview-fill .f-list-view .f-list-view-footer{flex-shrink:0}.f-listview-fill .f-list-view .f-list-view-content{overflow-y:auto;flex-grow:1;flex-shrink:1;flex-basis:0}.f-list-view{display:flex;flex-direction:column;overflow:hidden}.f-list-view .f-list-view-content{flex:1;overflow:auto}.f-list-view .f-list-view-group{padding:0}.f-list-view .f-list-view-hover{background:#e8f2ff}.f-list-view .f-paging-wrapper{padding:14px 0}.f-list-view .f-list-view-group-item{display:flex;align-items:center;float:none;text-align:initial}.f-list-view .f-list-view-group-item.f-none-border{border-bottom:0}.f-list-view .f-list-view-group-item.f-listview-hover,.f-list-view .f-list-view-group-item.f-listview-active{cursor:pointer;color:#424347}.f-list-view .f-list-view-group-item.f-listview-active{border-color:#529dff}.f-list-view .f-list-view-group-item.f-un-select{color:#848c9a}.f-list-view .f-list-view-group-item .f-list-content{flex:1 1 auto;width:100%}.f-list-view .f-list-view-draggable-item{border:1px solid;border-color:#e9ecf3;background-color:#fafafc;border-radius:10px;margin:4px 2px}.f-list-view .f-list-view-draggable-item.f-listview-hover{cursor:pointer;color:#424347;background:#e8f2ff!important}.f-list-view .f-list-view-draggable-item.f-listview-hover .f-list-remove-icon{display:initial}.f-list-view .f-list-view-draggable-item.moving{opacity:0}.f-list-view .f-list-view-draggable-item.draggable-item--text-truncate .f-list-content{overflow:hidden}.f-list-view .f-list-view-draggable-item.draggable-item--text-truncate .f-list-content div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.f-list-view .f-list-select{padding:0 0 0 14px}.f-list-view .f-list-select .listview-checkbox{margin:.25rem 0}.f-list-view .f-list-pin{color:#2a87ff;padding:0 14px 0 0}.f-list-view .f-list-remove{width:30px;color:#f46160;padding:0 14px 0 0}.f-list-view .f-list-remove-icon{display:none}.f-list-view .f-list-handle{padding:0 14px 0 0}.f-list-view .f-list-view-emptydata .f-empty-title{font-size:14px;line-height:22px;color:#a8adb8;padding:20px 0;text-align:center}.f-list-view-group-item.f-listview-hover,.f-list-view-group-item.f-listview-active{color:#424347;background:#e8f2ff}.f-list-view-group-item.f-listview-active{border-color:#529dff}.f-list-view-group-item.f-un-select{color:#848c9a}.f-list-view-draggable-item{border:1px solid #E9ECF3;background-color:#fafafc}.f-listview-drag-moving.f-list-view-draggable-item.moving{opacity:0}.f-listview-drag-moving.f-list-view-draggable-item .f-list-remove-icon{display:none!important}.f-list-view.small-item .f-list-select{padding:initial}::highlight(search-result){background-color:#f7b500;color:#fff}.f-list-view-group-item .custom-control.listview-checkbox{margin-right:0;padding-right:4px}.f-listview-card-content-fill .f-list-content{height:100%;display:flex;flex-direction:column}.f-listview-card-content-fill .f-list-content>*{height:100%}.f-tmpl-card-listview--header-multicontent02 .f-list-view{margin:0}.f-tmpl-card-listview--header-multicontent02 .f-list-view-group{margin:0 -10px}.f-tmpl-card-listview--header-multicontent02 .f-list-view-content{overflow-x:hidden}.f-hitl-card{max-width:640px;padding:12px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#fafbff}.f-hitl-card__meta{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;color:#64748b}.f-hitl-chip{padding:2px 8px;border-radius:999px;background:#e0e7ff;color:#3730a3;font-weight:600}.f-hitl-rid{word-break:break-all}.f-hitl-card__body{display:flex;flex-direction:column;gap:14px}.f-hitl-field__header{font-size:12px;color:#94a3b8;margin-bottom:4px}.f-hitl-field__label{font-size:14px;color:#0f172a;margin-bottom:8px;line-height:1.5}.f-hitl-input{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px}.f-hitl-input:focus{outline:none;border-color:#6366f1}.f-hitl-input:disabled{opacity:.7;background:#f1f5f9}.f-hitl-input--other{margin-top:8px}.f-hitl-form-group{display:flex;flex-direction:column;gap:12px}.f-hitl-form-item{display:flex;flex-direction:column;gap:4px}.f-hitl-form-item__label{font-size:13px;color:#64748b}.f-hitl-select-group{display:flex;flex-direction:column;gap:8px}.f-hitl-opt{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;box-sizing:border-box;padding:8px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s ease,box-shadow .15s ease}.f-hitl-opt:hover:not(:disabled){border-color:#94a3b8}.f-hitl-opt--active{border-color:#6366f1;box-shadow:0 0 0 1px #6366f1 inset}.f-hitl-opt:disabled{cursor:default;opacity:.75}.f-hitl-opt__label{font-size:14px;color:#0f172a}.f-hitl-opt__desc{font-size:12px;color:#64748b}.f-hitl-confirm{display:flex;gap:10px}.f-hitl-cbtn{min-width:88px;padding:8px 16px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;cursor:pointer;font-size:14px}.f-hitl-cbtn:hover:not(:disabled){border-color:#94a3b8}.f-hitl-cbtn--primary{border-color:#6366f1;background:#eef2ff;color:#312e81}.f-hitl-cbtn:disabled{opacity:.75;cursor:default}.f-hitl-field--unsupported{padding:8px;background:#fffbeb;border-radius:8px;border:1px dashed #f59e0b}.f-hitl-unsupported{font-size:13px;color:#92400e}.f-hitl-card__footer{margin-top:14px;display:flex;justify-content:flex-end}.f-hitl-submit{padding:8px 20px;border-radius:8px;border:none;background:#4f46e5;color:#fff;font-size:14px;cursor:pointer}.f-hitl-submit:hover:not(:disabled){background:#4338ca}.f-hitl-submit:disabled{opacity:.5;cursor:not-allowed}