@blueking/ai-blueking 0.5.0 → 0.5.2
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.
- package/README.md +153 -0
- package/dist/ai-blueking-new.vue.d.ts +44 -36
- package/dist/ai-blueking.vue.d.ts +87 -0
- package/dist/chat-helper.d.ts +23 -0
- package/dist/components/ai-avatar.vue.d.ts +28 -0
- package/dist/components/ai-cite.vue.d.ts +21 -0
- package/dist/components/render-back.vue.d.ts +2 -0
- package/dist/components/render-content.vue.d.ts +73 -0
- package/dist/components/render-message.vue.d.ts +32 -0
- package/dist/components/render-modal.vue.d.ts +99 -0
- package/dist/components/render-popup.vue.d.ts +21 -0
- package/dist/components/render-send.vue.d.ts +30 -0
- package/dist/components/render-shortcuts.vue.d.ts +19 -0
- package/dist/components/render-stop.vue.d.ts +19 -0
- package/dist/components/render-time.vue.d.ts +16 -0
- package/dist/components-new/ai-cite.vue.d.ts +7 -18
- package/dist/components-new/ai-header.vue.d.ts +7 -17
- package/dist/components-new/ai-selected-box.vue.d.ts +6 -17
- package/dist/components-new/bar-button.vue.d.ts +7 -19
- package/dist/components-new/chat-input-box.vue.d.ts +6 -18
- package/dist/components-new/delete-confirm.vue.d.ts +5 -18
- package/dist/components-new/prompt-list.vue.d.ts +9 -20
- package/dist/components-new/render-message.vue.d.ts +7 -30
- package/dist/components-new/render-popup.vue.d.ts +3 -12
- package/dist/components-new/shortcuts-bar.vue.d.ts +6 -16
- package/dist/components-new/text-editor.vue.d.ts +13 -44
- package/dist/composables/use-input-interaction.d.ts +1 -1
- package/dist/composables/use-nimbus.d.ts +6 -6
- package/dist/composables/use-reference-docs.d.ts +19 -0
- package/dist/composables/use-resizable-container.d.ts +6 -6
- package/dist/composables/use-scroll-show.d.ts +1 -1
- package/dist/composables/use-select-pop.d.ts +13 -5
- package/dist/composables/use-textarea-height.d.ts +2 -2
- package/dist/composables/use-think.d.ts +26 -0
- package/dist/types/index.d.ts +8 -2
- package/dist/util/index.d.ts +38 -0
- package/dist/views/nimbus.vue.d.ts +10 -17
- package/dist/vue2/index.es.min.js +5906 -6106
- package/dist/vue2/index.iife.min.js +79 -105
- package/dist/vue2/index.umd.min.js +38 -38
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/index.es.min.js +3383 -3387
- package/dist/vue3/index.iife.min.js +78 -104
- package/dist/vue3/index.umd.min.js +16 -16
- package/dist/vue3/style.css +1 -1
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
(function(Me,Be){typeof exports=="object"&&typeof module<"u"?Be(exports,require("bkui-vue"),require("vue"),require("dayjs"),require("highlight.js"),require("markdown-it"),require("markdown-it-code-copy")):typeof define=="function"&&define.amd?define(["exports","bkui-vue","vue","dayjs","highlight.js","markdown-it","markdown-it-code-copy"],Be):(Me=typeof globalThis<"u"?globalThis:Me||self,Be(Me.lesscodeCustomComponentLibrary={},Me.BKUIVUE,Me.Vue,Me.dayjs,Me.hljs,Me.MarkdownIt,Me.MarkdownItCodeCopy))})(this,function(Me,Be,l,Q2,L2,Wr,Zr){"use strict";var k2=document.createElement("style");k2.textContent=`@charset "UTF-8";.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.header[data-v-3c62fa58]{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;height:48px;padding:14px;cursor:move;border-bottom:1px solid #e5e5e5}.header .left-section[data-v-3c62fa58]{display:flex;gap:4px;align-items:center}.header .left-section .logo[data-v-3c62fa58]{width:32px;height:32px}.header .left-section .logo img[data-v-3c62fa58]{width:100%;height:100%;object-fit:cover}.header .left-section .title[data-v-3c62fa58]{font-size:14px;font-weight:600;line-height:20px;color:#4d4f56}.header .right-section[data-v-3c62fa58]{display:flex;gap:12px}.header .bkai-icon[data-v-3c62fa58]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:0;font-size:14px;color:#63656e;cursor:pointer;border-radius:2px}.header .bkai-icon[data-v-3c62fa58]:hover{color:#4d4f56;background:#eaebf0}.bar-button[data-v-3dcd2abe]{display:flex;align-items:center;justify-content:center;height:24px;padding:0 10px;cursor:pointer;background:#fff;border:1px solid #dcdee5;border-radius:26px;box-shadow:0 -2px 6px #0000001a}.bar-button[data-v-3dcd2abe]:hover{border:1px solid #c4c6cc;box-shadow:0 -2px 6px #00000026}.bar-button .bkai-icon[data-v-3dcd2abe]{font-size:14px;color:var(--24264d09)}.bar-button .bar-button-text[data-v-3dcd2abe]{font-size:12px;color:#4d4f56}.ai-cite[data-v-0857acb1]{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;-webkit-user-select:none;user-select:none}.ai-cite .content[data-v-0857acb1]{position:relative;display:flex;align-items:center;max-width:100%;padding:4px 8px;font-size:12px;line-height:20px;color:#979ba5;background-color:#f0f1f5;border-radius:2px}.ai-cite .content[data-v-0857acb1]:hover{background-color:#eaebf0}.ai-cite .content .content-text[data-v-0857acb1]{display:flex;align-items:center;max-width:100%}.ai-cite .content .content-text.show-close-icon[data-v-0857acb1]{max-width:calc(100% - 20px)}.ai-cite .content .bkai-icon[data-v-0857acb1]{margin-right:0;font-size:12px;color:#979ba5}.ai-cite .content .icon-yinyong[data-v-0857acb1]{flex-shrink:0;margin-right:4px}.ai-cite .content .ai-cite-text[data-v-0857acb1]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.ai-cite .content .close-icon[data-v-0857acb1]{flex-shrink:0;margin-left:8px;cursor:pointer}.ai-selected-box[data-v-165776b8]{position:relative;display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:#fff;border:1px solid #dcdee5;border-radius:4px;box-shadow:0 2px 6px 2px #1919290f}.ai-selected-box .icon-close-circle-shape[data-v-165776b8]{position:absolute;top:-8px;right:-10px;font-size:14px;color:#c4c6cc;cursor:pointer}.ai-selected-box .icon-close-circle-shape[data-v-165776b8]:hover{color:#979ba5}.ai-selected-box .ai-selected-tip[data-v-165776b8]{display:flex;gap:10px;align-items:center;color:#979ba5}.ai-selected-box .ai-selected-tip .bkai-icon[data-v-165776b8]{margin-right:0;font-size:14px}.ai-selected-box .ai-selected-tip .ai-selected-tip-text[data-v-165776b8]{font-size:12px}.ai-selected-box .ai-selected-box-content[data-v-165776b8]{display:-webkit-box;max-height:80px;overflow:hidden;font-size:12px;line-height:20px;color:#4d4f56;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4}.ai-selected-box .ai-selected-box-actions[data-v-165776b8]{display:flex;gap:8px;align-items:center}.ai-selected-box .ai-selected-box-actions .ai-selected-box-action[data-v-165776b8]{display:flex;align-items:center;justify-content:center;height:26px;padding:0 12px;font-size:12px;color:#4d4f56;cursor:pointer;background:#fff;border:1px solid #c4c6cc;border-radius:13px}.ai-selected-box .ai-selected-box-actions .ai-selected-box-action .bkai-icon[data-v-165776b8]{font-size:14px;color:#606060}.ai-selected-box .ai-selected-box-actions .ai-selected-box-action[data-v-165776b8]:hover{color:#fff;background:#3a84ff;border-color:#3a84ff}.ai-selected-box .ai-selected-box-actions .ai-selected-box-action:hover .bkai-icon[data-v-165776b8]{color:#fff}.bkai-prompt-list[data-v-3c27e32d]{z-index:1000;display:flex;flex-direction:column;width:100%;max-height:258px;background:#fff;border:1px solid #dcdee5;border-radius:4px;box-shadow:0 0 8px #0000001a}.bkai-prompt-list .bkai-prompt-list-search[data-v-3c27e32d]{padding:0 8px}.bkai-prompt-list .bkai-prompt-list-content[data-v-3c27e32d]{flex:1;padding:8px;overflow-y:auto}.bkai-prompt-list .bkai-prompt-list-content[data-v-3c27e32d]::-webkit-scrollbar{width:10px;height:10px}.bkai-prompt-list .bkai-prompt-list-content[data-v-3c27e32d]::-webkit-scrollbar-thumb{width:10px;height:10px;background-color:#dcdee5;border-radius:5px}.bkai-prompt-list .bkai-prompt-list-content[data-v-3c27e32d]::-webkit-scrollbar-thumb:hover{width:12px;height:12px;background-color:#979ba5;border-radius:6px}.bkai-prompt-list .bkai-prompt-list-content .bkai-prompt-list-item[data-v-3c27e32d]{display:-webkit-box;max-height:52px;padding:4px 12px;overflow:hidden;font-size:12px;line-height:20px;color:#4d4f56;text-overflow:ellipsis;cursor:pointer;background:#f5f7fa;border-radius:4px;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.bkai-prompt-list .bkai-prompt-list-content .bkai-prompt-list-item[data-v-3c27e32d]:not(:last-child){margin-bottom:4px}.bkai-prompt-list .bkai-prompt-list-content .bkai-prompt-list-item[data-v-3c27e32d]:hover,.bkai-prompt-list .bkai-prompt-list-content .bkai-prompt-list-item.active[data-v-3c27e32d]{background:#eaebf0}.bkai-prompt-list-empty[data-v-3c27e32d]{padding:12px;font-size:12px;color:#979ba5;text-align:center}.shortcuts-bar[data-v-bbc70b4e]{display:flex;gap:4px}.shortcuts-bar .shortcut-item[data-v-bbc70b4e]{display:flex;gap:4px;align-items:center;height:24px;padding:0 8px;font-size:12px;color:#4d4f56;cursor:pointer;background:#fff;border:1px solid #dcdee5;border-radius:12px}.shortcuts-bar .shortcut-item .bkai-icon[data-v-bbc70b4e]{margin-right:0;font-size:16px;color:#979ba5}.shortcuts-bar .shortcut-item[data-v-bbc70b4e]:hover{color:#3a84ff;background:#e1ecff;border-color:#a3c5fd}.shortcuts-bar .shortcut-item:hover .bkai-icon[data-v-bbc70b4e]{color:#3a84ff}.chat-input-box[data-v-6c1cceba]{width:100%;background:#fff;border-radius:8px}.chat-input-box .prompt-list-wrapper[data-v-6c1cceba]{position:absolute;top:var(--ee05ee06)}.chat-input-box .input-wrapper[data-v-6c1cceba]{position:relative;width:100%;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(180deg,#6cbaff,#3a84ff) border-box;border:1px solid transparent;border-radius:8px}.chat-input-box .input-wrapper .cite[data-v-6c1cceba]{margin:8px 8px 0}.chat-input-box .input-wrapper .cite[data-v-6c1cceba] .content{justify-content:space-between;width:100%}.chat-input-box .input-area[data-v-6c1cceba]{width:100%;min-height:68px;max-height:248px;padding:8px 8px 0;overflow-y:auto;font-size:14px;line-height:20px;color:#63656e;resize:none;background:transparent;border:none;outline:none}.chat-input-box .input-area[data-v-6c1cceba]::placeholder{line-height:20px;color:#c4c6cc;white-space:pre-line}.chat-input-box .input-area[data-v-6c1cceba]::-webkit-scrollbar{width:4px}.chat-input-box .input-area[data-v-6c1cceba]::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:2px}.chat-input-box .input-tools[data-v-6c1cceba]{display:flex;align-items:flex-start;justify-content:flex-end;height:32px;padding:0 12px}.chat-input-box .input-tools .bkai-icon[data-v-6c1cceba]{font-size:16px;color:#63656e;cursor:pointer}.chat-input-box .input-tools .bkai-icon.icon-fasong[data-v-6c1cceba]{margin-right:0}.chat-input-box .input-tools .bkai-icon.clickable[data-v-6c1cceba]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:14px;color:#fff;background:#3a84ff;border-radius:4px}.chat-input-box .input-tools .bkai-icon.clickable[data-v-6c1cceba]:hover{color:#fff;background:#1768ef}.chat-input-box .input-tools .bkai-icon.clickable.disabled[data-v-6c1cceba]{color:#c4c6cc;cursor:not-allowed;background:#f0f1f5}.chat-input-box .input-tools .bkai-icon[data-v-6c1cceba]:hover{color:#3a84ff}.chat-input-box .input-tools .send-tip[data-v-6c1cceba]{font-size:12px;color:#979ba5}.delete-confirm-wrapper[data-v-adc06f76]{min-width:248px;padding:16px;color:#63656e;text-align:left;background-color:#fff}.delete-confirm-wrapper .delete-confirm-title[data-v-adc06f76]{font-size:16px;font-weight:700;line-height:24px;color:#313238}.delete-confirm-wrapper .delete-confirm-content[data-v-adc06f76]{margin:8px 0 16px;font-size:12px;line-height:20px}.delete-confirm-wrapper .delete-confirm-footer[data-v-adc06f76]{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.tippy-box[data-theme~=white]{color:#313238;background-color:#fff;border-radius:4px;box-shadow:0 2px 6px 2px #00000026}.tippy-box[data-theme~=white] .tippy-arrow{color:#fff}.tippy-box[data-theme~=white] .tippy-content{padding:0}.bk-text-editor[data-v-6c6e674f]{display:flex;flex-direction:column;width:100%;overflow:hidden;font-size:14px;background:#fff;border:1px solid #3a84ff;border-radius:4px}.bk-text-editor .editor-textarea[data-v-6c6e674f]{width:100%;min-height:80px;padding:8px 12px;font-size:14px;line-height:20px;color:#63656e;resize:none;background:transparent;border:none;outline:none}.bk-text-editor .editor-textarea[data-v-6c6e674f]::placeholder{color:#c4c6cc}.bk-text-editor .editor-footer[data-v-6c6e674f]{display:flex;justify-content:flex-end;padding:8px 12px}.bk-text-editor .editor-footer .button-group[data-v-6c6e674f]{display:flex;gap:8px}.bk-text-editor .editor-footer .cancel-btn[data-v-6c6e674f],.bk-text-editor .editor-footer .submit-btn[data-v-6c6e674f]{min-width:68px}@keyframes icon-loading{to{transform:rotate(1turn)}}.ai-cite-container{margin-bottom:2px}.ai-clickable{cursor:pointer}button.ai-clickable{color:#fff;text-decoration:none;background-color:#3a84ff;border:1px solid #3a84ff;border-radius:2px;outline:none}button.ai-clickable:active{color:#fff;background-color:#2c77f4;border-color:#2c77f4}.message-main{display:flex;flex-direction:column;align-items:top}.message-main.user,.message-main.cite{justify-content:flex-end;float:right}.message-main:after{display:table;clear:both;content:""}.message-main .message-content-container{position:relative;display:flex;flex-direction:column;width:100%}.message-main .message-content-container.user{align-items:flex-end}.message-main .message-content-container.ai{align-items:flex-start}.message-main .message-content-container .message-tool{position:absolute;bottom:-24px;display:flex;gap:10px;align-items:center;color:#979ba5;opacity:0}.message-main .message-content-container .message-tool i{margin-right:0;font-size:16px;cursor:pointer}.message-main .message-content-container .message-tool .bkai-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px}.message-main .message-content-container .message-tool .bkai-icon:hover{color:#4d4f56;background:#eaebf0}.message-main .message-content-container:hover .message-tool{opacity:1}.message-content{position:relative;display:flex;align-items:center;padding:10px 12px;margin:0;font-size:14px;line-height:1.5;color:#313238;word-break:break-all;white-space:pre-wrap;border-radius:4px}.message-content .time-message{position:absolute;top:-16px;display:none;width:150px;font-size:14px;line-height:12px;color:#979ba5}.message-content .time-message.user{right:0;text-align:right}.message-content .time-message.ai{left:0}.message-content:hover .time-message{display:block}.message-content .markdown-message{width:100%;height:100%;font-size:14px;color:#313238}.message-content .markdown-message h1,.message-content .markdown-message h2,.message-content .markdown-message h3,.message-content .markdown-message h4,.message-content .markdown-message h5{height:auto;margin:10px 0;font-family:-apple-system,PingFang SC,Helvetica Neue,Helvetica,Arial,Lantinghei SC,Hiragino Sans GB,Microsoft Yahei,sans-serif;font-size:14px;font-weight:700;line-height:1.5;color:#34383e}.message-content .markdown-message h1{font-size:28px}.message-content .markdown-message h2{font-size:20px}.message-content .markdown-message h3{font-size:16px}.message-content .markdown-message h4,.message-content .markdown-message h5{font-size:14px}.message-content .markdown-message em{font-style:italic}.message-content .markdown-message div,.message-content .markdown-message p,.message-content .markdown-message font,.message-content .markdown-message span,.message-content .markdown-message li{line-height:1.5}.message-content .markdown-message p,.message-content .markdown-message table,.message-content .markdown-message table p{margin:0}.message-content .markdown-message table{width:100%;max-width:100%;margin-top:10px;margin-bottom:10px;border-spacing:0;border-collapse:collapse}.message-content .markdown-message table th{padding:8px;font-weight:700;text-align:left;background-color:#f5f7fa;border-bottom:2px solid #e8e8e8}.message-content .markdown-message table td{padding:8px;vertical-align:top;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.message-content .markdown-message table tr:nth-child(2n){background-color:#fafbfd}.message-content .markdown-message table thead{background-color:#f5f7fa}.message-content .markdown-message ul,.message-content .markdown-message ol{padding-left:40px;margin:10px 0;text-indent:0}.message-content .markdown-message ul{list-style:disc}.message-content .markdown-message ul>li{line-height:1.8;white-space:normal;list-style:disc}.message-content .markdown-message ol{list-style:decimal}.message-content .markdown-message ol>li{line-height:1.8;white-space:normal;list-style:decimal}.message-content .markdown-message li>ul{margin-bottom:10px}.message-content .markdown-message li ol{padding-left:20px!important}.message-content .markdown-message ul ul,.message-content .markdown-message ul ol,.message-content .markdown-message ol ol,.message-content .markdown-message ol ul{margin-bottom:0;margin-left:20px}.message-content .markdown-message pre,.message-content .markdown-message code{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:14px;border-radius:3px}.message-content .markdown-message code{padding:2px 4px;color:#24292e;background-color:#1b1f230d}.message-content .markdown-message a{color:#3a84ff;text-decoration:none;cursor:pointer}.message-content .markdown-message img{width:100%}.message-content .markdown-message pre{display:block;padding:9.5px;margin:0 0 10px;font-family:Consolas,monospace,tahoma,Arial;font-size:13px;word-break:break-all;word-wrap:break-word;white-space:pre-wrap;background-color:#333;border-radius:2px}.message-content .markdown-message pre code{padding:0;color:#fff;white-space:pre-wrap;background-color:transparent;border:0}.message-content .markdown-message blockquote{padding:0 0 0 12px;margin:0 0 20px;border-left:5px solid #dfdfdf}.message-content .markdown-message blockquote :before,.message-content .markdown-message blockquote :after{content:""}.message-content .markdown-message blockquote p{margin-bottom:0;font-size:14px;font-weight:300;line-height:25px}.message-content .markdown-message blockquote small{display:block;line-height:20px;color:#999}.message-content .markdown-message blockquote small :before{content:"— "}.message-content .message-wrap{display:inline-break;white-space:pre-wrap}.message-content.user{background:#e1ecff}.message-content.ai{align-items:flex-start;padding:0;white-space:normal}.ai-blueking-copy-button{width:16px;height:16px;padding:0;cursor:pointer;background:#333;border:none;outline:none}.ai-blueking-copy-button .icon-fuzhi{margin:0;font-size:16px!important;line-height:1!important;color:#fff;opacity:1!important}.ai-blueking-copy-button .icon-fuzhi:hover{color:#4d4f56}.bkai-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:5px;font-size:18px}.bkai-icon:hover{color:#4d4f56}.bkai-icon.icon-warning-circle-fill{font-size:16px;line-height:22px;color:#ea3636}.loading-message{min-width:14px;margin-top:2px;margin-right:5px;fill:#3a84ff;animation:icon-loading 1s linear infinite}code.hljs{padding:3px 5px}pre code.hljs{display:block;padding:1em;overflow-x:auto}.hljs{color:#abb2bf!important;background:#282c34!important}.hljs-comment,.hljs-quote{font-style:italic!important;color:#5c6370!important}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd!important}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75!important}.hljs-literal{color:#56b6c2!important}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379!important}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66!important}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee!important}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b!important}.hljs-emphasis{font-style:italic!important}.hljs-strong{font-weight:700!important}.hljs-link{text-decoration:underline!important}.ai-blueking-render-popup[data-v-45975be6]{position:absolute;z-index:10001;box-sizing:border-box;display:flex;align-items:center;height:32px;padding:6px 12px;pointer-events:auto;background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000001a,0 0 4px #1919291a}.popup-content[data-v-45975be6]{display:flex;gap:4px;align-items:center;pointer-events:auto}.popup-icon-btn[data-v-45975be6]{display:flex;flex-shrink:0;gap:4px;align-items:center;justify-content:center;width:80px;height:28px;padding:0 6px;font-size:12px;color:#313238;cursor:pointer;border-radius:4px;transition:all .2s ease}.popup-icon-btn img[data-v-45975be6]{width:16px;height:16px}.popup-icon-btn[data-v-45975be6]:hover{background:#f0f1f5}.popup-icon-btn i[data-v-45975be6]{font-size:14px;transform:translate(1px)}.shortcut-buttons[data-v-45975be6]{display:flex;gap:4px;pointer-events:auto}.shortcut-btn[data-v-45975be6]{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 6px;font-size:12px;font-weight:400;color:#313238;white-space:nowrap;pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:4px;transition:all .2s ease}.shortcut-btn .bkai-icon[data-v-45975be6]{color:#979ba5}.shortcut-btn i[data-v-45975be6]{display:flex;align-items:center;justify-content:center;font-size:12px}.shortcut-btn .btn-text[data-v-45975be6]{font-weight:400;line-height:1}.shortcut-btn[data-v-45975be6]:hover{background:#f0f1f5}.nimbus-container[data-v-3aad3233]{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;pointer-events:auto;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 0 4px #1919291f;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(0)}.nimbus-container .nimbus-icon-wrapper[data-v-3aad3233]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f5ff;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.nimbus-container .nimbus-mini[data-v-3aad3233]{position:absolute;top:0;right:-6px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:12px;color:#979ba5;pointer-events:none;background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000001a;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.nimbus-container:hover .nimbus-mini[data-v-3aad3233]{pointer-events:auto;opacity:1}.nimbus-container.is-minimize[data-v-3aad3233]{transform:translate(26px)}.nimbus-container.is-minimize[data-v-3aad3233]:hover{transform:translate(-5px)}.nimbus-container.is-minimize .nimbus-mini[data-v-3aad3233]{transform:rotate(180deg)}.vdr{touch-action:none;position:absolute;box-sizing:border-box;border:1px dashed black}.handle{box-sizing:border-box;position:absolute;width:10px;height:10px;background:#eee;border:1px solid #333}.handle-tl{top:-10px;left:-10px;cursor:nw-resize}.handle-tm{top:-10px;left:50%;margin-left:-5px;cursor:n-resize}.handle-tr{top:-10px;right:-10px;cursor:ne-resize}.handle-ml{top:50%;margin-top:-5px;left:-10px;cursor:w-resize}.handle-mr{top:50%;margin-top:-5px;right:-10px;cursor:e-resize}.handle-bl{bottom:-10px;left:-10px;cursor:sw-resize}.handle-bm{bottom:-10px;left:50%;margin-left:-5px;cursor:s-resize}.handle-br{bottom:-10px;right:-10px;cursor:se-resize}@media only screen and (max-width: 768px){[class*=handle-]:before{content:"";left:-10px;right:-10px;bottom:-10px;top:-10px;position:absolute}}.ai-blueking-wrapper[data-v-e952a6bc]{position:fixed;top:0;left:0;z-index:10000;width:100vw;height:100vh;pointer-events:none}.ai-blueking-container-wrapper[data-v-e952a6bc]{display:flex;flex-direction:column;width:100%;height:100%;pointer-events:auto;background:#fff;border-radius:2px;box-shadow:0 2px 12px #0003}.ai-blueking-container-wrapper[data-v-e952a6bc] .handle{background:transparent;border:none}.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-ml,.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-mr{top:0;height:100%;margin-top:0;cursor:ew-resize}.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-tm,.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-bm{left:0;width:100%;margin-left:0;cursor:ns-resize}.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-tl,.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-br{cursor:nwse-resize}.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-tr{top:-5px;right:-5px}.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-tl{top:-5px;left:-5px}.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-bl{bottom:-5px;left:-5px}.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-br{right:-5px;bottom:-5px}.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-tr,.ai-blueking-container-wrapper[data-v-e952a6bc] .handle.handle-bl{cursor:nesw-resize}.ai-blueking-container[data-v-e952a6bc]{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.content-wrapper[data-v-e952a6bc]{position:relative;display:flex;flex:1;overflow:hidden}.main-content[data-v-e952a6bc]{position:relative;display:flex;flex:1;flex-direction:column;min-width:0;height:100%;padding:16px;overflow-y:auto}.main-content .bottom-tools-bar[data-v-e952a6bc]{display:flex;gap:8px;align-items:center;justify-content:center;margin-bottom:16px}.main-content .message-wrapper[data-v-e952a6bc]{position:relative;display:flex;flex:1;flex-direction:column;gap:32px;min-height:0;padding:0 16px;margin-right:-16px;margin-bottom:var(--4a8ef618);margin-left:-16px;overflow-y:auto;transition:opacity .5s ease}.main-content .message-wrapper[data-v-e952a6bc]::-webkit-scrollbar{width:10px;height:10px}.main-content .message-wrapper[data-v-e952a6bc]::-webkit-scrollbar-thumb{width:10px;height:10px;background-color:#dcdee5;border-radius:5px}.main-content .message-wrapper[data-v-e952a6bc]::-webkit-scrollbar-thumb:hover{width:12px;height:12px;background-color:#979ba5;border-radius:6px}.main-content.chat-layout[data-v-e952a6bc]{gap:0}.main-content .greeting-box[data-v-e952a6bc]{position:absolute;top:92px;left:50%;z-index:2;display:flex;flex-direction:column;gap:8px;align-items:center;width:100%;pointer-events:none;transform:translate(-50%)}.main-content .greeting-box .greeting-anmition-wrapper[data-v-e952a6bc]{overflow:hidden}.main-content .greeting-box .greeting-title[data-v-e952a6bc]{margin-bottom:22px;font-size:21px;font-weight:700;line-height:24px;color:#313238}.main-content .greeting-box .greeting-text[data-v-e952a6bc]{width:fit-content;font-size:14px;line-height:22px;color:#4d4f56;white-space:nowrap;transform-origin:left}.main-content .chat-input-container[data-v-e952a6bc]{z-index:3;width:100%;outline:none;transform-origin:center;will-change:transform}.main-content .chat-input-container.centered[data-v-e952a6bc]{position:absolute;top:188px;left:50%;width:calc(100% - 32px);transform:translate(-50%)!important}.main-content .chat-input-container.bottom[data-v-e952a6bc]{position:absolute;right:16px;bottom:16px;left:16px;width:calc(100% - 32px)}.action-icon[data-v-e952a6bc]{cursor:pointer;opacity:.7}.action-icon[data-v-e952a6bc]:hover{opacity:1}[data-v-e952a6bc] .vdr{background:transparent;border:none}@font-face{font-family:bkai;src:url("data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%20%3e%3csvg%3e%3cmetadata%3e%20Created%20by%20font-carrier%20%3c/metadata%3e%3cdefs%3e%3cfont%20id='iconfont'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20%3e%3cfont-face%20font-family='iconfont'%20font-weight='400'%20font-stretch='normal'%20units-per-em='1024'%20ascent='812'%20descent='-212'%20/%3e%3cmissing-glyph%20/%3e%3cglyph%20glyph-name='x'%20unicode='&%23x78;'%20horiz-adv-x='100'%20d='M20%2020%20L50%2020%20L50%20-20%20Z'%20/%3e%3cglyph%20glyph-name='uniE129'%20unicode='&%23xE129;'%20d='M512%20748C264.6%20748%2064%20547.4%2064%20300S264.6-148%20512-148%20960%2052.6%20960%20300%20759.4%20748%20512%20748ZM544%20108H480V172H544V108ZM544%20236H480V492H544V236Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE134'%20unicode='&%23xE134;'%20d='M512%20748C264%20748%2064%20548%2064%20300S264-148%20512-148%20960%2052%20960%20300%20760%20748%20512%20748ZM692.8%20164L648%20119.2%20512%20255.2%20376%20119.2%20331.2%20164%20467.2%20300%20331.2%20436%20376%20480.8%20512%20344.8%20648%20480.8%20692.8%20436%20556.8%20300%20692.8%20164Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE126'%20unicode='&%23xE126;'%20d='M832%20552.8L764.8%20620%20512%20367.2%20259.2%20620%20192%20552.8%20444.8%20300%20192%2047.2%20259.2-20%20512%20232.8%20764.8-20%20832%2047.2%20579.2%20300Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12E'%20unicode='&%23xE12E;'%20d='M128%20364H896V236H128V364Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE139'%20unicode='&%23xE139;'%20d='M512%20428A128%20128%200%201%201%20640%20300%20128%20128%200%200%201%20512%20428ZM512%20236A64%2064%200%201%200%20576%20300%2064%2064%200%200%200%20512%20236ZM512%20572C264.64%20572%2064%20300%2064%20300S264.64%2028%20512%2028%20960%20300%20960%20300%20759.36%20572%20512%20572ZM512%2092C352%2092%20208%20231.04%20147.04%20300%20208%20369.12%20352%20508%20512%20508S816%20368.96%20876.96%20300C816%20230.88%20672%2092%20512%2092Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE138'%20unicode='&%23xE138;'%20d='M263.04%2051.04A148.48%20148.48%200%200%200%20261.12%20275.04L353.6%20367.52%20308.48%20413.28%20216%20320.8A212.8%20212.8%200%200%201%20217.92%205.92%20212.8%20212.8%200%200%201%20532.8%204L625.28%2096.48%20579.84%20140%20487.36%2047.52A148.48%20148.48%200%200%200%20263.04%2051.04ZM491.2%20596L398.72%20503.52%20444.16%20458.4%20536.64%20550.88A148.48%20148.48%200%200%200%20760.64%20548.96%20148.48%20148.48%200%200%200%20762.56%20324.96L672%20232.16%20717.12%20186.72%20809.6%20279.2A212.8%20212.8%200%200%201%20807.68%20594.08%20212.8%20212.8%200%200%201%20491.2%20596ZM398.7857%20232.1123L579.805%20413.1316%20625.0598%20367.8768%20444.0405%20186.8574%20398.7857%20232.1123Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE128'%20unicode='&%23xE128;'%20d='M512%20747.8711C502.6571%20748.5324%20493.6554%20744.5329%20484.9951%20735.8725%20482.3287%20733.2061%20480.1636%20729.7079%20478.4998%20725.3777%20476.836%20721.0475%20476.0041%20717.8799%20476.0041%20715.8748L476.0041%20711.8753C476.0041%20701.8711%20479.0011%20693.872%20484.9951%20687.878%20488.3227%20683.8678%20492.3222%20681.0308%20496.9937%20679.367%20501.6652%20677.7032%20505.3341%20676.8713%20508.0005%20676.8713L512%20676.8713C580.0029%20676.8713%20642.993%20660.0412%20700.9704%20626.381%20758.9478%20592.7209%20804.7772%20546.8914%20838.4587%20488.8927%20872.1402%20430.894%20888.9703%20367.7332%20888.9489%20299.4104%20888.9276%20231.0875%20872.0975%20168.0974%20838.4587%20110.44%20804.8199%2052.7826%20758.9904%207.1238%20700.9704-26.5364%20642.9504-60.1965%20579.7896-77.0266%20511.4881-77.0266%20443.1865-77.0266%20380.1964-60.1965%20322.5176-26.5364%20264.8389%207.1238%20219.1801%2052.7826%20185.5413%20110.44%20151.9025%20168.0974%20135.0724%20231.2582%20135.0511%20299.9223%20135.0511%20309.9265%20131.3822%20318.5975%20124.0443%20325.9353%20121.378%20329.263%20117.8797%20331.7587%20113.5495%20333.4225%20109.2194%20335.0863%20106.0517%20335.9182%20104.0466%20335.9182L100.0471%20335.9182C90.0429%20335.9182%2081.7132%20332.5799%2075.0579%20325.9034%2071.0477%20321.8931%2068.2107%20317.723%2066.5469%20313.3928%2064.8831%20309.0626%2064.0512%20305.895%2064.0512%20303.8899L64.0512%20299.8903C64.0512%20239.2253%2075.8792%20181.2265%2099.5351%20125.8942%20123.1911%2070.5619%20155.0168%2022.898%20195.0122-17.0975%20235.0076-57.0929%20282.6715-88.9186%20338.0039-112.5746%20393.3362-136.2305%20451.3349-148.0585%20512-148.0585%20572.6651-148.0585%20630.6638-136.2305%20685.9961-112.5746%20741.3285-88.9186%20788.9924-57.0929%20828.9878-17.0975%20868.9832%2022.898%20900.8089%2070.5619%20924.4649%20125.8942%20948.1208%20181.2265%20959.9488%20239.2253%20959.9488%20299.8903%20959.9488%20360.5554%20948.1208%20418.5541%20924.4649%20473.8864%20900.8089%20529.2188%20868.9832%20576.8827%20828.9878%20616.8781%20788.9924%20656.8735%20741.3285%20688.6992%20685.9961%20712.3552%20630.6638%20736.0112%20572.6651%20747.8391%20512%20747.8391L512%20747.8711Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11B'%20unicode='&%23xE11B;'%20d='M512%20620C759.4%20620%20960%20476.7%20960%20300%20960%20123.3%20759.4-20%20512-20%20264.6-20%2064%20123.3%2064%20300%2064%20476.7%20264.6%20620%20512%20620ZM512%20556C457.8%20556%20405.4%20548.5%20356.1%20533.6%20309.5%20519.5%20267.8%20499.5%20232.4%20474.2%20165.1%20426.1%20128%20364.2%20128%20300%20128%20235.8%20165.1%20173.9%20232.4%20125.8%20267.8%20100.5%20309.5%2080.5%20356.1%2066.4%20405.4%2051.5%20457.8%2044%20512%2044%20566.2%2044%20618.6%2051.5%20667.9%2066.4%20714.5%2080.5%20756.2%20100.5%20791.6%20125.8%20858.9%20173.9%20896%20235.8%20896%20300%20896%20364.2%20858.9%20426.1%20791.6%20474.2%20756.2%20499.5%20714.5%20519.5%20667.9%20533.6%20618.6%20548.5%20566.2%20556%20512%20556ZM512%20460C600.4%20460%20672%20388.4%20672%20300%20672%20211.6%20600.4%20140%20512%20140%20423.6%20140%20352%20211.6%20352%20300%20352%20388.4%20423.6%20460%20512%20460ZM512%20396C459.1%20396%20416%20352.9%20416%20300%20416%20247.1%20459.1%20204%20512%20204%20564.9%20204%20608%20247.1%20608%20300%20608%20352.9%20564.9%20396%20512%20396Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE113'%20unicode='&%23xE113;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748ZM433.0667%20325.8396L433.0667%20164.7676C433.0667%20120.4727%20462.5965%20104.3655%20500.18%20128.5263L607.5614%20199.6665C643.8026%20226.5118%20643.8026%20266.7799%20607.5614%20290.9407L500.18%20362.0808C463.9388%20386.2416%20433.0667%20370.1344%20433.0667%20325.8396ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE112'%20unicode='&%23xE112;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748ZM598.4%20236L486.4%2092%20406.4%20188%20294.4%2044%20742.4%2044%20598.4%20236ZM480%20364C444.6538%20364%20416%20335.3462%20416%20300%20416%20264.6538%20444.6538%20236%20480%20236%20515.3462%20236%20544%20264.6538%20544%20300%20544%20335.3462%20515.3462%20364%20480%20364ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE114'%20unicode='&%23xE114;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748ZM656%20108L368%20108C359.1634%20108%20352%20100.8366%20352%2092L352%2060C352%2051.1634%20359.1634%2044%20368%2044L656%2044C664.8366%2044%20672%2051.1634%20672%2060L672%2092C672%20100.8366%20664.8366%20108%20656%20108ZM592%20236L368%20236C359.1634%20236%20352%20228.8366%20352%20220L352%20188C352%20179.1634%20359.1634%20172%20368%20172L592%20172C600.8366%20172%20608%20179.1634%20608%20188L608%20220C608%20228.8366%20600.8366%20236%20592%20236ZM464%20364L368%20364C359.1634%20364%20352%20356.8366%20352%20348L352%20316C352%20307.1634%20359.1634%20300%20368%20300L464%20300C472.8366%20300%20480%20307.1634%20480%20316L480%20348C480%20356.8366%20472.8366%20364%20464%20364ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE115'%20unicode='&%23xE115;'%20d='M623.9987%20748C650.4989%20748%20687.4979%20732.4997%20705.9994%20714.0002L861.9982%20558.0003C880.4987%20539.4998%20896%20502.4997%20896%20475.9995L896-100.001C896-126.5002%20874.5002-148%20847.9981-148L176-148C149.4998-148%20128-126.5002%20128-100.001L128%20700C128%20726.5002%20149.5008%20748%20176%20748L623.9987%20748ZM296%20356L232%20356%20232%20134%20360%20134%20360%20294%20296%20294%20296%20356ZM312%20246L312%20182%20280%20182%20280%20246%20312%20246ZM360%20420L296%20420%20296%20356%20360%20356%20360%20420ZM296%20484L232%20484%20232%20420%20296%20420%20296%20484ZM360%20548L296%20548%20296%20484%20360%20484%20360%20548ZM640%20680.0004L640%20491.9999%20827.9994%20491.9999C824.9992%20500.5006%20820.4988%20509.0003%20816.9985%20512.5006L660.4997%20669.0005C656.9994%20672.5008%20648.4987%20677.0001%20640%20680.0004ZM296%20612L232%20612%20232%20548%20296%20548%20296%20612ZM360%20676L296%20676%20296%20612%20360%20612%20360%20676Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE116'%20unicode='&%23xE116;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748ZM610.4875%20362.8135L476.6125%20321.8635C460.425%20317.226%20447.2125%20300.3385%20447.2125%20284.151L447.2125%20142.926C447.2125%20142.926%20437.5%20149.4885%20415.8875%20146.426%20384.125%20141.876%20358.4%20117.551%20358.4%2092.001%20358.4%2066.451%20384.125%2050.7885%20415.8875%2055.3385%20447.65%2059.801%20470.925%2083.426%20470.925%20108.976L470.925%20229.551C470.925%20240.926%20484.575%20245.7385%20484.575%20245.7385L602.9625%20282.8385C602.9625%20282.8385%20616.0875%20287.2135%20616.0875%20275.1385L616.0875%20178.276C616.0875%20178.276%20604.0125%20185.1885%20582.4%20182.5635%20550.6375%20178.7135%20524.9125%20154.9135%20524.9125%20129.3635%20524.9125%20103.8135%20550.6375%2087.626%20582.4%2091.476%20614.1625%2095.326%20639.8875%20119.126%20639.8875%20144.676L639.8875%20341.8135C639.8875%20358.0885%20626.7625%20367.451%20610.4875%20362.8135ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE111'%20unicode='&%23xE111;'%20d='M675.35%20749.8971C680.0249%20745.8444%20682.7093%20739.9618%20682.7093%20733.7748L682.7093-155.6545C682.7093-161.833%20680.0289-167.7076%20675.364-171.7587%20670.6991-175.8098%20664.5069-177.6395%20658.3893-176.7745L121.984-100.1879C100.9564-97.1931%2085.3333-79.1877%2085.3333-57.9479L85.3333%20636.0681C85.3333%20657.308%20100.9564%20675.3133%20121.984%20678.3081L658.3467%20754.8948C664.471%20755.7734%20670.6751%20753.9498%20675.35%20749.8971ZM896.0427%20673.0601C919.6068%20673.0601%20938.7093%20653.9576%20938.7093%20630.3935L938.7093-52.2732C938.7093-75.8374%20919.6068-94.9399%20896.0427-94.9399L725.376-94.9399%20725.376-9.6065%20853.376-9.6065%20853.376%20587.7268%20725.376%20587.7268%20725.376%20673.0601%20896.0427%20673.0601ZM298.7093%20459.7268L213.376%20459.7268%20213.376%20118.3935%20298.7093%20118.3935%20384.0427%20203.7268%20469.376%20118.3935%20554.7093%20118.3935%20554.7093%20459.7268%20469.376%20459.7268%20469.376%20246.8628%20384.0427%20331.7268%20299.136%20246.3935%20298.7093%20459.7268Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE117'%20unicode='&%23xE117;'%20d='M675.3073%20760.837C679.9823%20756.7843%20682.6667%20750.9017%20682.6667%20744.7147L682.6667-144.7147C682.6667-150.8931%20679.9862-156.7677%20675.3213-160.8188%20670.6564-164.8699%20664.4643-166.6996%20658.3467-165.8347L121.9413-89.248C100.9137-86.2532%2085.2907-68.2478%2085.2907-47.008L85.2907%20647.008C85.2907%20668.2478%20100.9137%20686.2532%20121.9413%20689.248L658.304%20765.8347C664.4283%20766.7132%20670.6324%20764.8897%20675.3073%20760.837ZM896%20684C919.5642%20684%20938.6667%20664.8975%20938.6667%20641.3333L938.6667-41.3333C938.6667-64.8975%20919.5642-84%20896-84L725.3333-84%20725.3333%201.3333%20853.3333%201.3333%20853.3333%20598.6667%20725.3333%20598.6667%20725.3333%20684%20896%20684ZM315.7333%20470.6667L213.3333%20470.6667%20332.8%20300%20213.3333%20129.3333%20315.7333%20129.3333%20384%20226.8693%20452.2667%20129.3333%20554.6667%20129.3333%20435.2%20300%20554.6667%20470.6667%20452.2667%20470.6667%20384%20373.1307%20315.7333%20470.6667Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE118'%20unicode='&%23xE118;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748L616.8%20748ZM443.5625%20334.4375L353.5625%20334.4375%20353.5625%2044%20409.4375%2044%20409.4375%20208.25C409.4375%20232.75%20408.625%20257.1875%20407%20281.5625L408.6875%20281.5625C413.0625%20260.1875%20416.125%20247.125%20417.875%20242.375L490.4375%2044%20539.75%2044%20611.375%20244.25C613.625%20250.5%20616.625%20262.9375%20620.375%20281.5625L621.875%20281.5625C620.25%20256.9375%20619.4375%20236.5%20619.4375%20220.25L619.4375%2044%20680.5625%2044%20680.5625%20334.4375%20593%20334.4375%20530.1875%20159.3125C526.0625%20147.6875%20522.0625%20133.9375%20518.1875%20118.0625L516.875%20118.0625C515%20130.8125%20511.4375%20144.4375%20506.1875%20158.9375L443.5625%20334.4375ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE119'%20unicode='&%23xE119;'%20d='M854.6%20523.3C860.6%20517.3%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748L616.7%20748C625.2%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.3ZM790.2%20486L602%20674.2%20602%20486%20790.2%20486ZM633.217%20174.744C618.043%20175.233%20601.903%20174.074%20583.567%20171.78%20559.269%20186.767%20542.913%20207.362%20531.293%20237.607%20531.573%20238.759%20532.153%20241.145%20532.356%20241.987%20532.83%20243.945%20533.223%20245.581%20533.599%20247.172%20537.892%20265.302%20540.214%20278.53%20540.899%20291.867%20541.417%20301.941%20540.859%20311.235%20539.072%20319.843%20535.774%20338.427%20522.618%20349.296%20506.051%20349.969%20490.605%20350.596%20476.402%20341.976%20472.77%20328.596%20466.857%20306.984%20470.32%20278.526%20482.85%20230.014%20466.886%20191.958%20445.798%20147.353%20431.647%20122.475%20412.762%20112.735%20398.043%20103.87%20385.694%2094.048%20369.391%2081.082%20359.214%2067.758%20356.408%2053.742%20355.053%2047.262%20357.1%2038.776%20361.768%2031.83%20367.064%2023.951%20375.05%2018.839%20384.623%2018.095%20408.775%2016.218%20438.453%2041.119%20471.213%2097.353%20474.508%2098.443%20477.993%2099.61%20482.239%20101.043%20484.562%20101.826%20492.703%20104.581%20494.149%20105.069%20501.67%20107.609%20507.129%20109.429%20512.525%20111.185%20535.921%20118.797%20553.621%20123.614%20569.735%20126.348%20597.708%20111.375%20630.051%20101.552%20651.833%20101.552%20669.812%20101.552%20681.959%20110.871%20686.348%20125.537%20690.205%20138.423%20687.142%20153.361%20678.875%20161.621%20670.315%20170.031%20654.575%20174.055%20633.217%20174.744L633.217%20174.744ZM385.232%2046.324L385.232%2046.684%20385.358%2047.022C386.633%2050.443%20388.515%2054.03%20390.958%2057.78%20395.242%2064.356%20401.131%2071.28%20408.43%2078.645%20412.35%2082.6%20416.432%2086.445%20421.22%2090.765%20422.293%2091.734%20429.13%2097.824%20430.409%2099.015L441.585%20109.422%20433.465%2096.488C421.139%2076.85%20410.005%2062.708%20400.452%2053.484%20396.945%2050.097%20393.852%2047.584%20391.361%2045.979%20390.334%2045.317%20389.445%2044.835%20388.748%2044.555%20388.339%2044.392%20387.977%2044.287%20387.618%2044.253%20387.2381%2044.2084%20386.8531%2044.2636%20386.501%2044.413%20385.7311%2044.7355%20385.2306%2045.4893%20385.232%2046.324ZM511.166%20264.593L508.906%20260.586%20507.516%20264.971C504.402%20274.8%20502.129%20289.612%20501.5%20302.968%20500.784%20318.165%20501.99%20327.291%20506.786%20327.291%20513.526%20327.291%20516.617%20316.483%20516.862%20300.238%20517.078%20285.958%20514.832%20271.096%20511.166%20264.593ZM505.356%20206.129L506.89%20210.179%20508.978%20206.384C520.668%20185.139%20535.836%20167.417%20552.516%20155.069L556.111%20152.407%20551.731%20151.503C535.403%20148.131%20520.187%20143.046%20499.391%20134.661%20501.565%20135.537%20477.768%20125.798%20471.753%20123.492L466.501%20121.479%20469.303%20126.356C481.653%20147.852%20493.061%20173.682%20505.355%20206.129L505.356%20206.129ZM662.982%20129.868C655.118%20126.764%20638.205%20129.539%20608.413%20142.255L600.852%20145.482%20609.051%20146.089C632.346%20147.813%20648.858%20146.529%20658.473%20143.009%20662.563%20141.511%20665.297%20139.621%20666.51%20137.456%20667.82%20135.12%20667.22%20132.646%20665.148%20131.146%20664.7%20130.719%20663.993%20130.266%20662.982%20129.868L662.982%20129.868Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11A'%20unicode='&%23xE11A;'%20d='M675.35%20749.8971C680.0249%20745.8444%20682.7093%20739.9618%20682.7093%20733.7748L682.7093-155.6545C682.7093-161.833%20680.0289-167.7076%20675.364-171.7587%20670.6991-175.8098%20664.5069-177.6395%20658.3893-176.7745L121.984-100.1879C100.9564-97.1931%2085.3333-79.1877%2085.3333-57.9479L85.3333%20636.0681C85.3333%20657.308%20100.9564%20675.3133%20121.984%20678.3081L658.3467%20754.8948C664.471%20755.7734%20670.6751%20753.9498%20675.35%20749.8971ZM896.0427%20673.0601C919.6068%20673.0601%20938.7093%20653.9576%20938.7093%20630.3935L938.7093-52.2732C938.7093-75.8374%20919.6068-94.9399%20896.0427-94.9399L725.376-94.9399%20725.376-9.6065%20853.376-9.6065%20853.376%20587.7268%20725.376%20587.7268%20725.376%20673.0601%20896.0427%20673.0601ZM540.4871%20488.1712L199.1538%20488.1712%20199.1538%20146.8379%20284.4871%20146.8379%20284.4871%20232.1712%20540.4871%20232.1712%20540.4871%20488.1712ZM455.1538%20402.8379L455.1538%20317.5046%20284.4871%20317.5046%20284.4871%20402.8379%20455.1538%20402.8379Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE121'%20unicode='&%23xE121;'%20d='M478.72%20684C672.32%20684%20829.44%20526.88%20829.44%20333.28%20829.44%20250.4%20800.64%20174.24%20752.64%20114.4L884.48-17.44C899.84-32.8%20899.84-57.44%20884.48-72.48S844.48-87.84%20829.44-72.48L697.6%2059.36C637.44%2011.36%20561.6-17.44%20478.72-17.44%20285.12-17.44%20128%20139.68%20128%20333.28S285.12%20684%20478.72%20684ZM478.72%20605.6C328.32%20605.6%20206.4%20483.68%20206.4%20333.28S328.32%2060.96%20478.72%2060.96C537.28%2060.96%20592.96%2079.52%20639.04%20113.12L648.64%20120.48%20672.32%20139.68%20691.52%20163.36C727.36%20208.16%20748.16%20262.88%20750.72%20320.8L751.04%20333.28C751.04%20483.68%20629.12%20605.6%20478.72%20605.6Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11F'%20unicode='&%23xE11F;'%20d='M864%20652C899.3462%20652%20928%20623.3462%20928%20588L928%2012C928-23.3462%20899.3462-52%20864-52L160-52C124.6538-52%2096-23.3462%2096%2012L96%20588C96%20623.3462%20124.6538%20652%20160%20652ZM544%20588L160%20588%20160%2012%20544%2012%20544%20588ZM864%20588L608%20588%20608%2012%20864%2012%20864%20588ZM800%20364L800%20300%20672%20300%20672%20364%20800%20364ZM800%20492L800%20428%20672%20428%20672%20492%20800%20492Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE120'%20unicode='&%23xE120;'%20d='M832%20652C867.3462%20652%20896%20623.3462%20896%20588L896%2018.4C896-20.4808%20867.3462-52%20832-52L192-52C156.6538-52%20128-20.4808%20128%2018.4L128%20588C128%20623.3462%20156.6538%20652%20192%20652L832%20652ZM832%20460L192%20460%20192%2012%20832%2012%20832%20460ZM704%20588C686.3269%20588%20672%20573.6731%20672%20556%20672%20538.3269%20686.3269%20524%20704%20524%20721.6731%20524%20736%20538.3269%20736%20556%20736%20573.6731%20721.6731%20588%20704%20588ZM608%20588C590.3269%20588%20576%20573.6731%20576%20556%20576%20538.3269%20590.3269%20524%20608%20524%20625.6731%20524%20640%20538.3269%20640%20556%20640%20573.6731%20625.6731%20588%20608%20588ZM800%20588C782.3269%20588%20768%20573.6731%20768%20556%20768%20538.3269%20782.3269%20524%20800%20524%20817.6731%20524%20832%20538.3269%20832%20556%20832%20573.6731%20817.6731%20588%20800%20588Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11D'%20unicode='&%23xE11D;'%20d='M528%20716C589.8559%20716%20640%20665.8559%20640%20604%20640%20603.6241%20639.9981%20603.2487%20639.9945%20602.8737%20774.7291%20551.3341%20870.4%20420.8396%20870.4%20268%20870.4%20245.4507%20868.3176%20223.3878%20864.3345%20201.9931%20883.9388%20181.8561%20896%20154.3366%20896%20124%20896%2062.1441%20845.8559%2012%20784%2012%20777.3525%2012%20770.8402%2012.5791%20764.5109%2013.6897%20699.7526-50.6495%20610.5184-90.4%20512-90.4%20413.4816-90.4%20324.2474-50.6495%20259.4612%2013.6877%20253.1598%2012.5791%20246.6475%2012%20240%2012%20178.1441%2012%20128%2062.1441%20128%20124%20128%20154.3366%20140.0612%20181.8561%20159.6499%20202.0249%20155.6824%20223.3878%20153.6%20245.4507%20153.6%20268%20153.6%20432.8448%20264.8905%20571.6963%20416.4355%20613.5184%20421.2316%20670.9212%20469.3514%20716%20528%20716ZM436.5201%20539.3665L432.0511%20538.0893C315.4696%20503.6336%20230.4%20395.7514%20230.4%20268%20230.4%20257.0771%20231.0219%20246.2994%20232.2322%20235.7004L233.8549%20235.8343%20240%20236C301.8559%20236%20352%20185.8559%20352%20124%20352%2097.8684%20343.0507%2073.8271%20328.0498%2054.7737%20377.3611%2012.1827%20441.6696-13.6%20512-13.6%20582.3304-13.6%20646.6389%2012.1827%20695.9893%2054.812%20680.9493%2073.8271%20672%2097.8684%20672%20124%20672%20185.8559%20722.1441%20236%20784%20236%20786.6073%20236%20789.1938%20235.9109%20791.7567%20235.7356%20792.9781%20246.2994%20793.6%20257.0771%20793.6%20268%20793.6%20387.9728%20718.5746%20490.4224%20612.8817%20530.9909%20592.3503%20507.0949%20561.938%20492%20528%20492%20490.2178%20492%20456.8051%20510.7083%20436.5201%20539.3665Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE13A'%20unicode='&%23xE13A;'%20d='M708.9231%20654.4615L984.6154%20654.4615C1006.3669%20654.4615%201024%20636.8284%201024%20615.0769L1024-133.2308C1024-176.7338%20988.7338-212%20945.2308-212L708.9231-212%20708.9231%20654.4615%20708.9231%20654.4615ZM0-172.6154C0-183.0608%204.1494-193.0785%2011.5355-200.4645%2018.9215-207.8506%2028.9392-212%2039.3846-212L945.2308-212C901.7277-212%20866.4615-176.7338%20866.4615-133.2308L866.4615%20772.6154C866.4615%20794.3669%20848.8284%20812%20827.0769%20812L39.3846%20812C17.6331%20812%200%20794.3669%200%20772.6154L0-172.6154ZM196.9231%20523.1795C175.1716%20523.1795%20157.5385%20505.5464%20157.5385%20483.7949%20157.5385%20462.0433%20175.1716%20444.4103%20196.9231%20444.4103L354.4615%20444.4103C376.2131%20444.4103%20393.8462%20462.0433%20393.8462%20483.7949%20393.8462%20505.5464%20376.2131%20523.1795%20354.4615%20523.1795L196.9231%20523.1795ZM196.9231%20286.8718C175.1716%20286.8718%20157.5385%20269.2387%20157.5385%20247.4872%20157.5385%20225.7357%20175.1716%20208.1026%20196.9231%20208.1026L669.5385%20208.1026C691.29%20208.1026%20708.9231%20225.7357%20708.9231%20247.4872%20708.9231%20269.2387%20691.29%20286.8718%20669.5385%20286.8718L196.9231%20286.8718ZM196.9231%2050.5641C175.1716%2050.5641%20157.5385%2032.931%20157.5385%2011.1795%20157.5385-10.572%20175.1716-28.2051%20196.9231-28.2051L433.2308-28.2051C454.9823-28.2051%20472.6154-10.572%20472.6154%2011.1795%20472.6154%2032.931%20454.9823%2050.5641%20433.2308%2050.5641L196.9231%2050.5641%20196.9231%2050.5641Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE101'%20unicode='&%23xE101;'%20d='M512%20716C741.7505%20716%20928%20529.7505%20928%20300%20928%2070.2495%20741.7505-116%20512-116%20282.2495-116%2096%2070.2495%2096%20300%2096%20529.7505%20282.2495%20716%20512%20716ZM512%20652C317.5958%20652%20160%20494.4042%20160%20300%20160%20105.5958%20317.5958-52%20512-52%20706.4042-52%20864%20105.5958%20864%20300%20864%20494.4042%20706.4042%20652%20512%20652ZM528%20444C598.6924%20444%20656%20386.6924%20656%20316L656%20284C656%20213.3076%20598.6924%20156%20528%20156L496%20156C425.3076%20156%20368%20213.3076%20368%20284L368%20316C368%20386.6924%20425.3076%20444%20496%20444L528%20444Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE102'%20unicode='&%23xE102;'%20d='M873.6%20712.8L118.4%20335.2C89.6%20319.2%2089.6%20290.4%20112%20274.4L294.4%20162.4C310.4%20156%20323.2%20156%20339.2%20168.8L736%20524%20390.4%20140C384%20133.6%20384%20124%20384%20117.6V-48.8C384-64.8%20390.4-77.6%20406.4-87.2S435.2-87.2%20444.8-80.8L534.4%208.8%20716.8-112.8C745.6-128.8%20771.2-119.2%20777.6-90.4L928%20664.8C934.4%20703.2%20908.8%20725.6%20873.6%20712.8Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE106'%20unicode='&%23xE106;'%20d='M192%20236.9971L192%20684%20128%20684%20128%20236.9971%20192%20236.9971ZM448-84C492.4018-77.3653%20524.4018-66.6986%20544-52%20586.6667-20%20608%2022.6667%20608%2076L608%20172%20843.5169%20172C849.375%20172%20855.2053%20172.8043%20860.8446%20174.3903%20894.8707%20183.9602%20914.6964%20219.3016%20905.1266%20253.3277L797.1266%20637.3277C789.3635%20664.9296%20764.1897%20684%20735.5169%20684L288%20684%20288%20236%20448-84ZM483.008-10.976L352%20251.04%20352%20620%20735.5169%20620%20843.5169%20236%20608%20236%20544%20236%20544%2076C544%2042.8111%20532.1511%2019.1133%20505.6-0.8%20501.3778-3.9667%20494.5455-7.2215%20485.1982-10.3176L483.008-10.976Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE105'%20unicode='&%23xE105;'%20d='M192%20236.9971L192%20684%20128%20684%20128%20236.9971%20192%20236.9971ZM448-84C492.4018-77.3653%20524.4018-66.6986%20544-52%20586.6667-20%20608%2022.6667%20608%2076L608%20172%20843.5169%20172C849.375%20172%20855.2053%20172.8043%20860.8446%20174.3903%20894.8707%20183.9602%20914.6964%20219.3016%20905.1266%20253.3277L797.1266%20637.3277C789.3635%20664.9296%20764.1897%20684%20735.5169%20684L288%20684%20288%20236%20448-84Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE103'%20unicode='&%23xE103;'%20d='M192%20363.0029L192-84%20128-84%20128%20363.0029%20192%20363.0029ZM448%20684C492.4018%20677.3653%20524.4018%20666.6986%20544%20652%20586.6667%20620%20608%20577.3333%20608%20524L608%20428%20843.5169%20428C849.375%20428%20855.2053%20427.1957%20860.8446%20425.6097%20894.8707%20416.0398%20914.6964%20380.6984%20905.1266%20346.6723L797.1266-37.3277C789.3635-64.9296%20764.1897-84%20735.5169-84L288-84%20288%20364%20448%20684ZM483.008%20610.976L352%20348.96%20352-20%20735.5169-20%20843.5169%20364%20544%20364%20544%20524C544%20557.1889%20532.1511%20580.8867%20505.6%20600.8%20501.3778%20603.9667%20494.5455%20607.2215%20485.1982%20610.3176L483.008%20610.976Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE104'%20unicode='&%23xE104;'%20d='M192%20363.0029L192-84%20128-84%20128%20363.0029%20192%20363.0029ZM288%20364L288-84%20759.7585-84C774.0949-84%20786.6818-74.4648%20790.5633-60.6639L916.5633%20387.3361C921.3482%20404.3492%20911.4354%20422.0199%20894.4223%20426.8048%20891.6027%20427.5979%20888.6875%20428%20885.7585%20428L608%20428%20608%20428%20608%20524C608%20577.3333%20586.6667%20620%20544%20652%20524.4018%20666.6986%20492.4018%20677.3653%20448%20684L288%20364Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE107'%20unicode='&%23xE107;'%20d='M821.4281%20684C862.6252%20684%20896%20649.9848%20896%20607.9972L896-53.1737C896-70.1813%20882.963-84%20866.2756-84%20858.5835-84%20851.667-81.0638%20846.4455-76.2847%20846.2952-76.2076%20846.1162-76.1186%20845.9378-76.0277L545.5644%2081.8242%20545.043%2081.8242%20243.6267-75.4962%20240.5446-76.6261C235.3847-80.9198%20228.8046-83.4685%20221.7244-83.4685%20205.037-83.4685%20192-69.6498%20192-53.1737L192%20607.9972C192%20649.9848%20225.3748%20684%20266.5719%20684L821.4281%20684ZM821.4281%20623.4104L266.5719%20623.4104C258.2281%20623.4104%20251.4489%20616.501%20251.4489%20607.9972L251.424-2.784%20520.5333%20137.6305C521.5763%20138.1619%20522.0978%20138.6934%20523.1407%20138.6934%20536.6993%20145.6028%20553.9081%20145.6028%20567.9881%20138.1619L570.0741%20137.099%20836.544-2.656%20836.5511%20607.9972C836.5511%20616.501%20829.7719%20623.4104%20821.4281%20623.4104ZM725.997%20328.4346C742.163%20328.4346%20755.7215%20314.6159%20755.7215%20298.1398L755.712%20267.872%20785.4459%20267.845C802.1333%20267.845%20815.1704%20254.0263%20815.1704%20237.5502%20815.1704%20221.074%20802.1333%20207.2554%20785.4459%20207.2554L755.712%20207.264%20755.7215%20176.4291C755.7215%20159.9529%20742.163%20146.1343%20725.997%20146.1343%20709.3096%20146.1343%20696.2726%20159.9529%20696.2726%20176.4291L696.256%20207.264%20666.0267%20207.2554C649.3393%20207.2554%20636.3022%20221.074%20636.3022%20237.5502%20636.3022%20254.0263%20649.8607%20267.845%20666.0267%20267.845L696.256%20267.872%20696.2726%20298.1398C696.2726%20315.1474%20709.8311%20328.4346%20725.997%20328.4346ZM663.4193%20580.8913C680.1067%20580.8913%20693.1437%20567.0727%20693.1437%20550.5965%20693.1437%20533.5889%20680.1067%20520.3017%20663.4193%20520.3017L424.5807%20520.3017C407.8933%20520.3017%20394.8563%20534.1204%20394.8563%20550.5965%20394.8563%20567.6042%20408.4148%20580.8913%20424.5807%20580.8913L663.4193%20580.8913Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE108'%20unicode='&%23xE108;'%20d='M470.8207%20449.2993L278.0121%20262.9191C211.5037%20198.6281%20211.5293%2094.3927%20278.0702%2030.0694%20344.5037-34.1492%20452.5116-34.2111%20518.951%2030.0123L760.0061%20263.0314C773.3131%20275.8938%20794.8865%20275.8938%20808.1935%20263.0314%20821.5005%20250.168%20821.5005%20229.313%20808.1935%20216.4506L567.1384-16.5685C474.0722-106.53%20322.9165-106.4434%20229.8828-16.5114%20136.7338%2073.5328%20136.6974%20219.4765%20229.8237%20309.4998L567.2556%20635.6805C567.2654%20635.692%20567.2773%20635.7015%20567.2871%20635.711%20633.9304%20700.0581%20741.371%20700.1638%20808.1345%20635.6234%20874.7827%20571.1983%20874.9392%20467.295%20808.1542%20402.7366L615.3041%20216.3173%20470.9625%2076.7872C430.9303%2038.0897%20366.3292%2037.9155%20326.2576%2076.6511%20286.178%20115.3953%20286.0235%20177.5018%20326.3994%20216.5305L663.4305%20542.3257C676.7365%20555.1881%20698.3109%20555.1881%20711.6179%20542.3257%20724.9239%20529.4624%20724.9239%20508.6064%20711.6179%20495.7449L374.5868%20169.9488C360.876%20156.6962%20360.9272%20136.2999%20374.445%20123.2319%20387.8425%20110.281%20409.2948%20110.3391%20422.7741%20123.368L567.1158%20262.8981%20759.9648%20449.3174C800.1044%20488.1187%20800.0128%20550.3118%20759.9451%20589.0417%20740.8239%20607.6525%20714.8119%20618.1202%20687.6773%20618.1236%20660.5426%20618.127%20634.5278%20607.6658%20615.4016%20589.0598L470.8207%20449.2993Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10B'%20unicode='&%23xE10B;'%20d='M511.4913%20620L639.922%20460.1281%20383.922%20460.1281%20511.4913%20620ZM768%20684L768%20620%20256%20620%20256%20684%20768%20684ZM256-20L768-20%20768-84%20256-84ZM480%20460L544%20460%20544%20140%20639.922%20140%20511.4913-19.8719%20383.922%20140%20480%20140%20480%20460Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE109'%20unicode='&%23xE109;'%20d='M511.4913%20268L639.922%20108.1281%20544%20108.16%20544-116%20480-116%20480%20108.16%20383.922%20108.1281%20511.4913%20268ZM832%20332L832%20268%20192%20268%20192%20332%20832%20332ZM544%20716L544%20492.032%20639.922%20492%20511.4913%20332.1281%20383.922%20492%20480%20492.032%20480%20716%20544%20716Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10A'%20unicode='&%23xE10A;'%20d='M642.2717%20620L642.2717%20556%20416%20556C309.9613%20556%20224%20470.0387%20224%20364%20224%20257.9613%20309.9613%20172%20416%20172L771.712%20172%20640%20302.48%20686%20348%20896%20140%20686-68%20640-22.48%20771.712%20108%20416%20108C277.2827%20108%20164.3346%20218.3308%20160.1218%20356.0263L160%20364C160%20505.3849%20274.6151%20620%20416%20620L642.2717%20620Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10C'%20unicode='&%23xE10C;'%20d='M932.0613%20212.1342L787.9257%20301.4963%20753.515%20246.0527%20889.2102%20162.5611%20564.5805-38.9929C533.1572-58.5519%20493.4208-58.5519%20461.9975-38.9929L137.3679%20162.5611%20269.1675%20245.4004%20234.7568%20300.8441%2091.9197%20212.1342C74.5339%20201.741%2063.9152%20182.8858%2064.0005%20162.5611%2063.9456%20142.0718%2074.527%20123.0356%2091.9197%20112.3356L426.9375-94.4366C478.8774-127.4538%20545.1035-127.4538%20597.0435-94.4366L932.0613%20111.0311C949.454%20121.731%20960.0354%20140.7672%20959.9794%20161.2565%20960.5339%20182.0443%20949.8537%20201.5077%20932.0613%20212.1342ZM784.6794%20428.6906L745.7238%20480.8729%20544.4534%20330.1966%20544.4534%20732%20479.5275%20732%20479.5275%20330.1966%20278.2571%20480.8729%20239.3016%20428.6906%20511.9905%20224.5275%20784.6794%20428.6906Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10D'%20unicode='&%23xE10D;'%20d='M160%20620L864%20620C881.6731%20620%20896%20605.6731%20896%20588%20896%20570.3269%20881.6731%20556%20864%20556L160%20556C142.3269%20556%20128%20570.3269%20128%20588%20128%20605.6731%20142.3269%20620%20160%20620ZM160%20332L512%20332C529.6731%20332%20544%20317.6731%20544%20300%20544%20282.3269%20529.6731%20268%20512%20268L160%20268C142.3269%20268%20128%20282.3269%20128%20300%20128%20317.6731%20142.3269%20332%20160%20332ZM160%2044L736%2044C753.6731%2044%20768%2029.6731%20768%2012%20768-5.6731%20753.6731-20%20736-20L160-20C142.3269-20%20128-5.6731%20128%2012%20128%2029.6731%20142.3269%2044%20160%2044Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10E'%20unicode='&%23xE10E;'%20d='M512%20748C759.4236%20748%20960%20547.4236%20960%20300%20960%2052.5764%20759.4236-148%20512-148%20453.1655-148%20396.9798-136.6587%20345.5101-116.0431L96-116%2095.9953%20133.4143C75.3554%20184.9102%2064%20241.129%2064%20300%2064%20547.4236%20264.5764%20748%20512%20748ZM512%20684C299.9227%20684%20128%20512.0773%20128%20300%20128%20250.3918%20137.3783%20202.1912%20155.4012%20157.2247L159.995%20145.7633%20159.968-52%20345.5211-52.0431%20357.8561-52.0452%20369.3066-56.6316C414.25-74.6332%20462.4221-84%20512-84%20724.0773-84%20896%2087.9227%20896%20300%20896%20512.0773%20724.0773%20684%20512%20684ZM512%20524C529.6731%20524%20544%20509.6731%20544%20492L544%20332%20704%20332C721.6731%20332%20736%20317.6731%20736%20300%20736%20283.5893%20723.6467%20270.0638%20707.7319%20268.2153L704%20268%20544%20268%20544%20108C544%2091.5893%20531.6467%2078.0638%20515.7319%2076.2153L512%2076C494.3269%2076%20480%2090.3269%20480%20108L480%20268%20320%20268C302.3269%20268%20288%20282.3269%20288%20300%20288%20317.6731%20302.3269%20332%20320%20332L480%20332%20480%20492C480%20509.6731%20494.3269%20524%20512%20524Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10F'%20unicode='&%23xE10F;'%20d='M534.3003%20199.7875C564.03%20196.6379%20587.4715%20186.2296%20604.625%20168.5625%20632.5%20143.1875%20646.4375%20105.1875%20646.4375%2054.5625%20646.4375%204.9375%20632.5-33.0625%20604.625-59.4375%20583.75-80.9375%20553.5625-91.6875%20514.0625-91.6875%20474.5625-91.6875%20444.375-80.9375%20423.5-59.4375%20396.9207-34.4008%20382.9568%201.1112%20381.6081%2047.0983L454.8698%20120.439C444.2066%20104.0563%20438.875%2082.0975%20438.875%2054.5625%20438.875%2023.4375%20445.6875-0.5625%20459.3125-17.4375%20472.9375-34.3125%20491.1875-42.75%20514.0625-42.75%20536.9375-42.75%20555.125-34.3125%20568.625-17.4375%20582-0.5625%20588.6875%2023.4375%20588.6875%2054.5625%20588.6875%2085.5625%20581.9687%20109.5313%20568.5313%20126.4687%20555.0938%20143.4062%20536.9375%20151.875%20514.0625%20151.875%20499.6313%20151.875%20487.0408%20148.5169%20476.2911%20141.8006L534.3003%20199.7875ZM812.1875%20192.375C839.9375%20192.375%20862.0625%20185.25%20878.5625%20171%20895.0625%20156.75%20903.3125%20134.6875%20903.3125%20104.8125%20903.3125%2072.1875%20895.0625%2049.125%20878.5625%2035.625%20862.0625%2022.125%20838.5%2015.375%20807.875%2015.375L749.1875%2015.375%20749.1875-84%20691.8125-84%20691.8125%20192.375%20812.1875%20192.375ZM275.3715-59.104L275.375-84%20250.4755-84%20275.3715-59.104ZM824.9016%20626.1564L870.1564%20580.9016%20213.9613-75.2935%20168.7065-30.0387%20824.9016%20626.1564ZM803%20144.375L749.1875%20144.375%20749.1875%2063%20803%2063C816.625%2063%20827.25%2066.3125%20834.875%2072.9375%20842.375%2079.5625%20846.125%2090.0625%20846.125%20104.4375%20846.125%20118.8125%20842.3438%20129.0625%20834.7813%20135.1875%20827.2187%20141.3125%20816.625%20144.375%20803%20144.375ZM345.8675%20192.384L296.9395%20143.456%20275.375%20143.4375%20275.3715%20121.888%20217.2275%2063.744%20217.25%20143.4375%20134.1875%20143.4375%20134.1875%20192.375%20345.8675%20192.384ZM496%20716L677.3875%20523.904%20581.4835%20428%20576%20428%20575.9795%20422.496%20421.4835%20268%20416%20268%20416%20428%20224%20428%20496%20716Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE110'%20unicode='&%23xE110;'%20d='M496%20716L768%20428%20576%20428%20576%20268%20416%20268%20416%20428%20224%20428%20496%20716ZM358.0625%20192.375L358.0625%20143.4375%20275.375%20143.4375%20275.375-84%20217.25-84%20217.25%20143.4375%20134.1875%20143.4375%20134.1875%20192.375%20358.0625%20192.375ZM514.0625-91.6875C474.5625-91.6875%20444.375-80.9375%20423.5-59.4375%20395.5-33.0625%20381.5%204.9375%20381.5%2054.5625%20381.5%20105.1875%20395.5%20143.1875%20423.5%20168.5625%20444.375%20190.0625%20474.5625%20200.8125%20514.0625%20200.8125%20553.5625%20200.8125%20583.75%20190.0625%20604.625%20168.5625%20632.5%20143.1875%20646.4375%20105.1875%20646.4375%2054.5625%20646.4375%204.9375%20632.5-33.0625%20604.625-59.4375%20583.75-80.9375%20553.5625-91.6875%20514.0625-91.6875ZM568.625-17.4375C582-0.5625%20588.6875%2023.4375%20588.6875%2054.5625%20588.6875%2085.5625%20581.9687%20109.5313%20568.5313%20126.4687%20555.0938%20143.4062%20536.9375%20151.875%20514.0625%20151.875%20491.1875%20151.875%20472.9375%20143.4375%20459.3125%20126.5625%20445.6875%20109.6875%20438.875%2085.6875%20438.875%2054.5625%20438.875%2023.4375%20445.6875-0.5625%20459.3125-17.4375%20472.9375-34.3125%20491.1875-42.75%20514.0625-42.75%20536.9375-42.75%20555.125-34.3125%20568.625-17.4375ZM807.875%2015.375L749.1875%2015.375%20749.1875-84%20691.8125-84%20691.8125%20192.375%20812.1875%20192.375C839.9375%20192.375%20862.0625%20185.25%20878.5625%20171%20895.0625%20156.75%20903.3125%20134.6875%20903.3125%20104.8125%20903.3125%2072.1875%20895.0625%2049.125%20878.5625%2035.625%20862.0625%2022.125%20838.5%2015.375%20807.875%2015.375ZM834.875%2072.9375C842.375%2079.5625%20846.125%2090.0625%20846.125%20104.4375%20846.125%20118.8125%20842.3438%20129.0625%20834.7813%20135.1875%20827.2187%20141.3125%20816.625%20144.375%20803%20144.375L749.1875%20144.375%20749.1875%2063%20803%2063C816.625%2063%20827.25%2066.3125%20834.875%2072.9375Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11C'%20unicode='&%23xE11C;'%20d='M573.5385%20652L573.5385%20594.4%20219.0769%20594.4%20219.0769%205.6%20804.9231%205.6%20804.9231%20320.8%20864%20320.8%20864-23.2C864-39.0976%20850.7668-52%20834.4615-52L189.5385-52C173.2332-52%20160-39.0976%20160-23.2L160%20623.2C160%20639.0976%20173.2332%20652%20189.5385%20652L573.5385%20652ZM855.1908%20652L896%20608.0516%20520.8092%20204%20480%20247.9484%20855.1908%20652Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11E'%20unicode='&%23xE11E;'%20d='M659.2%20565.6V626.4C659.2%20658.4%20633.6%20684%20601.6%20684H425.6C393.6%20684%20368%20658.4%20368%20626.4V568.8H128V511.2H230.4V-20C230.4-52%20256-77.6%20288-77.6H729.6C761.6-77.6%20787.2-52%20787.2-20V508H896V565.6H659.2ZM422.4%20610.4C422.4%20620%20428.8%20626.4%20438.4%20626.4H585.6C595.2%20626.4%20601.6%20620%20601.6%20610.4V565.6H425.6V610.4ZM732.8-10.4C732.8-20%20726.4-26.4%20716.8-26.4H304C294.4-26.4%20288-20%20288-10.4V508H729.6V-10.4ZM576%20428H640V108H576V428ZM384%20428H448V108H384V428Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE122'%20unicode='&%23xE122;'%20d='M512%20748C759.424%20748%20960%20547.424%20960%20300%20960%2052.576%20759.424-148%20512-148%20264.576-148%2064%2052.576%2064%20300%2064%20547.424%20264.576%20748%20512%20748ZM543.984%20523.984L480%20523.984%20480%20331.968%20288%20331.968%20288%20267.984%20480%20267.984%20480%2075.984%20543.984%2075.984%20543.984%20267.984%20736%20267.984%20736%20331.968%20543.984%20331.968%20543.984%20523.984Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE123'%20unicode='&%23xE123;'%20d='M512%20748C759.424%20748%20960%20547.424%20960%20300%20960%2052.576%20759.424-148%20512-148%20264.576-148%2064%2052.576%2064%20300%2064%20547.424%20264.576%20748%20512%20748ZM736%20331.984L288%20331.984%20288%20268%20736%20268%20736%20331.984Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE124'%20unicode='&%23xE124;'%20d='M872.2005%20357.3803C868.4843%20555.7568%20714.7029%20716%20525.8667%20716L498.1333%20716C309.2971%20716%20155.5157%20555.7568%20151.7995%20357.408%20118.6304%20338.1888%2096%20302.7179%2096%20261.7003L96%20206.2336C96%20145.0539%20145.7536%2095.3003%20206.9333%2095.3003%20268.1131%2095.3003%20317.8667%20145.0539%20317.8667%20206.2336L317.8667%20261.7003C317.7785%20322.5022%20268.7862%20371.915%20207.9872%20372.5227%20218.8309%20533.2373%20344.6571%20660.5333%20498.1333%20660.5333L525.8667%20660.5333C679.3707%20660.5333%20805.1691%20533.2373%20816.0128%20372.5227%20755.2138%20371.915%20706.2215%20322.5022%20706.1333%20261.7003L706.1333%20206.2336C706.1333%20156.1472%20739.6907%20114.2144%20785.3397%20100.4864%20744.1415%2046.257%20685.3118%208.103%20618.9952-7.3963%20609.606%2020.7605%20583.2809%2039.7731%20553.6%2039.8336%20515.3083%2039.8336%20484.2667%208.792%20484.2667-29.4997%20484.2667-67.7915%20515.3083-98.8331%20553.6-98.8331%20577.6173-98.8011%20599.8929-86.2927%20612.4224-65.8027%20713.5856-48.1046%20801.8067%2013.2798%20853.5637%20101.984%20896.7723%20117.1264%20928%20157.8944%20928%20206.2336L928%20261.7003C928%20302.7179%20905.3696%20338.1888%20872.2005%20357.3803ZM262.4%20261.7003L262.4%20206.2336C262.4%20175.6437%20237.5232%20150.7669%20206.9333%20150.7669%20176.3435%20150.7669%20151.4667%20175.6437%20151.4667%20206.2336L151.4667%20261.7003C151.4667%20292.2901%20176.3435%20317.1669%20206.9333%20317.1669%20237.5232%20317.1669%20262.4%20292.2901%20262.4%20261.7003ZM872.5333%20206.2336C872.5333%20176.5035%20848.96%20152.3477%20819.5627%20151.0165L817.3995%20152.0427C817.2053%20151.5989%20816.9003%20151.2384%20816.7061%20150.8224%20786.2352%20151.0205%20761.6298%20175.7621%20761.6%20206.2336L761.6%20261.7003C761.6%20292.2901%20786.4768%20317.1669%20817.0667%20317.1669%20847.6565%20317.1669%20872.5333%20292.2901%20872.5333%20261.7003L872.5333%20206.2336Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE125'%20unicode='&%23xE125;'%20d='M609.6%20610.4377L712%20508.0321%20304%20101.6101%20203.2%20101.6101%20203.2%20202.4155%20609.6%20610.4377ZM683.6718%20684L785.4934%20582.1693%20740.2377%20536.9128%20638.4161%20638.7435%20683.6718%20684ZM128%2012.0052L896%2012.0052%20896-84%20128-84%20128%2012.0052Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12C'%20unicode='&%23xE12C;'%20d='M512.1411%20748C545.4264%20748%20578.8052%20744.156%20585.9983%20743%20600.8098%20740.5%20612.6189%20729.1%20615.6212%20714.4L628.3311%20651C630.6329%20639.4%20638.539%20629.5%20649.5475%20624.9%20676.8687%20613.4%20702.3884%20598.6%20725.6064%20580.9%20735.2138%20573.7%20747.7235%20571.7%20759.0323%20575.5L820.0796%20596.1C834.3907%20600.9%20850.2029%20596.3%20859.7103%20584.7%20871.2192%20570.6%20881.9275%20555.8%20891.7351%20540.3L910.3495%20508.2C918.8561%20491.9%20926.462%20475%20932.967%20457.5%20938.171%20443.5%20934.0678%20427.8%20922.8592%20417.9L874.0213%20375C865.0144%20367.1%20860.611%20355.3%20862.012%20343.4%20863.6133%20329.4%20864.514%20315.1%20864.514%20300.6%20864.514%20285.8%20863.6133%20271.2%20861.8119%20256.9%20860.4108%20245%20864.8142%20233.1%20873.8212%20225.2L922.3588%20182.5C933.6675%20172.6%20937.6706%20156.8%20932.3665%20142.7%20914.853%2096.1%20889.7335%2053.2%20858.6094%2015.5%20849.1021%203.9%20833.3899-0.5%20819.1789%204.3L757.8314%2025C746.5226%2028.8%20734.0129%2026.7%20724.4055%2019.5%20701.5878%202.3%20676.5684-12.3%20649.8477-23.6%20638.7391-28.3%20630.7329-38.1%20628.4312-49.8L615.7213-113.3C612.719-128%20601.0099-139.4%20586.1984-141.9%20562.0798-145.9%20537.3606-148%20512.1411-148%20487.3219-148%20462.903-146%20439.1846-142.1%20424.3731-139.6%20412.564-128.2%20409.6617-113.5L396.9519-50.2C394.6501-38.6%20386.744-28.7%20375.7355-24.1%20348.7145-12.7%20323.2948%202%20300.1769%2019.4%20290.5695%2026.6%20278.0598%2028.6%20266.7511%2024.8L205.3035%204C191.0925-0.8%20175.3803%203.7%20165.8729%2015.2%20160.9414%2021.1522%20140.8355%2044.2594%20124.7144%2071.9959%20113.4333%2091.405%20102.5672%20114.8064%2092.1158%20142.2%2086.8117%20156.3%2090.8148%20172.1%20102.1236%20182L150.6611%20224.6C159.6681%20232.5%20164.1716%20244.3%20162.6705%20256.1%20160.769%20270.6%20159.8683%20285.5%20159.8683%20300.6%20159.8683%20315.3%20160.769%20329.8%20162.5704%20344.1%20164.0715%20356%20159.568%20367.9%20150.5611%20375.8L101.9234%20418.5C90.6146%20428.4%2086.6115%20444.2%2091.9157%20458.3%2096.4191%20470.3%20101.423%20482%20106.8272%20493.4%20107.2275%20494.3%20107.7279%20495.1%20108.2283%20496L140.2531%20551.4C140.7535%20552.3%20141.2539%20553.2%20141.8543%20554%20149.2601%20564.6%20156.966%20574.9%20165.1724%20584.9%20174.6798%20596.5%20190.492%20601%20204.703%20596.2L265.8504%20575.5C277.2592%20571.7%20289.7689%20573.7%20299.3763%20581%20322.8945%20598.8%20348.5144%20613.7%20376.0357%20625.2%20387.0442%20629.8%20395.0504%20639.6%20397.3522%20651.3L409.962%20714.5C412.8642%20729.3%20424.6734%20740.7%20439.5849%20743.1%20446.3544%20744.1942%20479.2034%20748%20512.1411%20748ZM540.1628%20684L483.619%20684%20480.8168%20683.8C473.7113%20683.2%20467.9068%20678%20466.5058%20671.1L456.1978%20619.5%20450.8937%20592.8C449.7928%20587.4%20445.8898%20582.9%20440.6858%20581L414.9658%20571.8C382.4406%20560.2%20352.5175%20542.9%20325.9969%20520.5L305.1808%20502.9C300.9776%20499.3%20295.1731%20498.2%20289.869%20500L264.049%20508.7%20214.0102%20525.6C207.305%20527.9%20199.8993%20525.5%20195.8962%20519.7%20195.7961%20519.6%20195.696%20519.4%20195.5959%20519.3L194.8954%20518.1%20164.5719%20465.6C164.3718%20465.2%20164.1716%20464.8%20163.9715%20464.4L162.964%20461.5959C161.5022%20455.8898%20163.3281%20449.7429%20167.8745%20445.8L207.7053%20410.8%20228.1211%20392.9C232.2243%20389.2%20234.2259%20383.7%20233.2251%20378.2L228.5214%20351.5C225.5191%20334.8%20224.018%20317.6%20224.018%20300.5%20224.018%20283.1%20225.5191%20265.7%20228.6215%20248.8L233.4252%20222C234.426%20216.6%20232.5245%20211%20228.3213%20207.3L207.8054%20189.3%20168.2748%20154.5C162.9707%20149.8%20161.4695%20142.2%20164.4718%20135.8L167.274%20130.1C167.4742%20129.8%20167.5742%20129.5%20167.7744%20129.2L191.2926%2088.5C191.4928%2088.2%20191.6929%2087.9%20191.8931%2087.6%20193.3942%2085.2%20195.0956%2082.8%20196.6968%2080.5%20200.6999%2074.8%20208.0056%2072.4%20214.7108%2074.6L265.2499%2091.6%20290.8697%20100.3C296.0738%20102.1%20301.9783%20101%20306.1816%2097.4L326.9977%2080C353.218%2057.9%20382.941%2040.8%20415.0659%2029.3L440.6858%2020.1C445.8898%2018.2%20449.7928%2013.8%20450.8937%208.3L456.1978-18.4%20466.5058-70C467.8068-77%20473.7113-82.1%20480.8168-82.7%20491.325-83.6%20501.8331-84%20512.3412-84%20523.2497-84%20534.1581-83.5%20544.9665-82.6%20551.9719-82%20557.7764-76.8%20559.1775-69.9L569.5856-17.9%20574.8897%208.7C575.9905%2014.1%20579.7935%2018.6%20584.9975%2020.5L610.5173%2029.8C642.442%2041.4%20671.8648%2058.4%20697.985%2080.4L718.8011%2097.9C723.0044%20101.5%20728.8089%20102.6%20734.113%20100.8L759.8329%2092.1%20810.0718%2075.1C816.777%2072.8%20824.1828%2075.2%20828.1859%2081%20834.2906%2089.7%20839.995%2098.6%20845.2991%20107.8%20850.8034%20117.3%20855.9073%20126.9%20860.5109%20136.7%20863.5132%20143.1%20861.912%20150.7%20856.6079%20155.4L816.777%20190.3%20796.3612%20208.2C792.258%20211.9%20790.2565%20217.4%20791.2573%20222.9L795.9609%20249.6C798.9632%20266.3%20800.4644%20283.4%20800.4644%20300.6%20800.4644%20317.5%20798.9632%20334.4%20796.061%20350.9L791.3573%20377.5C790.4566%20383%20792.3581%20388.5%20796.5614%20392.2L816.8771%20410%20856.7079%20444.8C862.012%20449.5%20863.6133%20457%20860.611%20463.4%20858.5093%20468%20856.3076%20472.6%20853.9058%20477.1L836.6924%20506.9C834.0904%20511%20831.3883%20515.1%20828.5862%20519.1%20824.5831%20524.9%20817.1773%20527.4%20810.4721%20525.1L760.4334%20508.2%20734.6134%20499.5C729.4094%20497.7%20723.5048%20498.8%20719.3015%20502.4L698.4854%20520C672.165%20542.3%20642.5421%20559.5%20610.217%20571.2L584.6973%20580.5C579.4933%20582.4%20575.6903%20586.9%20574.5895%20592.3L569.2853%20619%20558.8773%20670.9C557.4762%20677.8%20551.6717%20683%20544.6663%20683.6%20543.1651%20683.8%20541.664%20683.9%20540.1628%20684ZM512.2412%20460.5C600.7097%20460.5%20672.3652%20388.9%20672.3652%20300.5%20672.3652%20212.1%20600.7097%20140.5%20512.2412%20140.5%20423.7727%20140.5%20352.1172%20212.1%20352.1172%20300.5%20352.1172%20388.9%20423.7727%20460.5%20512.2412%20460.5ZM512.2412%20396.5C459.3002%20396.5%20416.1668%20353.4%20416.1668%20300.5%20416.1668%20247.6%20459.3002%20204.5%20512.2412%20204.5%20565.1822%20204.5%20608.3156%20247.6%20608.3156%20300.5%20608.3156%20353.4%20565.1822%20396.5%20512.2412%20396.5Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE127'%20unicode='&%23xE127;'%20d='M551.3191%20716C776.6657%20716%20960%20529.3824%20960%20300%20960%2070.6176%20776.6657-116%20551.3191-116L551.3191-49.44C740.6037-49.44%20894.611%20107.3088%20894.611%20300%20894.611%20492.6912%20740.6037%20649.44%20551.3191%20649.44%20367.5598%20649.44%20217.4758%20501.577%20208.8608%20316.64L326.2503%20316.64%20179.1251%20143.7171%2032%20316.64%20143.0468%20316.64C151.6781%20538.3347%20331.4487%20716%20551.3191%20716ZM579.7647%20524L579.7647%20332%20800%20332%20800%20268%20512%20268%20512%20524%20579.7647%20524Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12A'%20unicode='&%23xE12A;'%20d='M672%20108L672-20C672-55.3462%20643.3462-84%20608-84L192-84C156.6538-84%20128-55.3462%20128-20L128%20428C128%20463.3462%20156.6538%20492%20192%20492L352%20492%20352%20595.1111C352%20643.758%20389.7269%20684%20437.3333%20684L810.6667%20684C858.2731%20684%20896%20643.758%20896%20595.1111L896%20196.8889C896%20148.242%20858.2731%20108%20810.6667%20108L672%20108ZM608%20428L192%20428%20192-20%20608-20%20608%20428ZM672%20172L810.6667%20172C821.9706%20172%20832%20182.698%20832%20196.8889L832%20595.1111C832%20609.302%20821.9706%20620%20810.6667%20620L437.3333%20620C426.0294%20620%20416%20609.302%20416%20595.1111L416%20492%20608%20492C643.3462%20492%20672%20463.3462%20672%20428L672%20172Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12B'%20unicode='&%23xE12B;'%20d='M844.0772%20432.1034C860.4577%20390.4463%20869.3925%20344.326%20869.3925%20299.6934%20869.3925%20101.8223%20708.5659-57.3672%20512-57.3672%20427.1193-57.3672%20345.2168-27.6121%20281.184%2027.4347L352.6625%2027.4347%20352.6625%2086.9448%20184.3902%2086.9448%20184.3902-79.6835%20243.9556-79.6835%20243.9556-18.6856C419.6736-165.9731%20683.2506-143.6568%20830.675%2031.898%20931.9362%20152.4059%20955.7624%20317.5464%20894.7078%20461.8584L844.0772%20432.1034ZM179.9228%20167.2834C163.5423%20208.9405%20154.6075%20255.0608%20154.6075%20299.6934%20154.6075%20497.5645%20315.4341%20656.754%20512%20656.754%20596.8807%20656.754%20678.7832%20626.9989%20742.816%20571.9521L671.3375%20571.9521%20671.3375%20512.442%20839.6098%20512.442%20839.6098%20679.0703%20780.0444%20679.0703%20780.0444%20618.0724C604.3264%20766.8477%20340.7494%20743.0436%20193.325%20567.4888%2092.0638%20446.9809%2068.2376%20281.8404%20129.2922%20137.5284L179.9228%20167.2834Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12D'%20unicode='&%23xE12D;'%20d='M954.2974%20338.0839L566.9315%20679.8669C556.1973%20689.3044%20539.7459%20681.5393%20539.7459%20667.0843L539.7459%20466.6258C539.7459%20457.6661%20532.862%20450.1399%20524.1112%20449.7816%20299.8591%20441.5386%20111.3099%20274.8881%2071.6399%2046.3558L64.2893%203.9465C61.3724-12.5394%2081.2074-22.8132%2092.525-10.628L121.4608%2020.6713C226.1196%20134.0414%20371.4984%20197.7151%20523.2945%20197.1178%20532.3953%20197.1178%20539.8626%20189.5916%20539.8626%20180.2735L539.8626-15.8843C539.8626-30.3393%20556.4306-38.1044%20567.0482-28.6669L954.414%20312.5188C961.8813%20319.3282%20961.8813%20331.3939%20954.2974%20338.0839L954.2974%20338.0839ZM157.3971%20133.0857C222.7359%20287.0733%20371.6151%20390.7669%20541.7294%20390.7669L581.3994%20390.7669C590.5001%20390.7669%20597.8508%20398.2931%20597.8508%20407.6112L597.8508%20574.0228%20879.6244%20325.3013%20597.8508%2077.1772%20597.8508%20239.4076C597.8508%20248.7257%20590.5001%20256.2519%20581.3994%20256.2519L545.3464%20256.2519C404.9846%20261.9861%20268.2398%20217.7848%20157.3971%20133.0857Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE130'%20unicode='&%23xE130;'%20d='M843.3533%20445.6153C907.69%20445.6153%20960%20393.2652%20960%20328.9686L960-33.7105C960-98.0071%20907.68-150.3572%20843.3533-150.3572L480.7043-150.3572C416.3676-150.3572%20364.0576-98.0071%20364.0576-33.7105L364.0576%20328.9686C364.0576%20393.2652%20416.3676%20445.6153%20480.7043%20445.6153L843.3533%20445.6153ZM843.3533%20378.3596L480.7043%20378.3596C453.481%20378.3596%20431.3133%20356.2219%20431.3133%20328.9686L431.3133-33.7105C431.3133-60.9638%20453.481-83.1015%20480.7043-83.1015L843.3533-83.1015C870.5765-83.1015%20892.7443-60.9638%20892.7443-33.7105L892.7443%20328.9686C892.7443%20356.2219%20870.5765%20378.3596%20843.3533%20378.3596ZM246.7188%2030.5159C265.3056%2030.5159%20280.3416%2015.4799%20280.3416-3.1069%20280.3416-21.6938%20265.3056-36.7297%20246.7188-36.7297L203.2759-36.7297C184.6891-36.7297%20169.6531-21.6938%20169.6531-3.1069%20169.6531%2015.4799%20184.6891%2030.5159%20203.2759%2030.5159L246.7188%2030.5159ZM666.9739%20103.0277C685.5608%20103.0277%20700.5967%2087.9917%20700.5967%2069.4048%20700.5967%2050.818%20685.5608%2035.782%20666.9739%2035.782L540.5373%2035.782C521.9504%2035.782%20506.9144%2050.818%20506.9144%2069.4048%20506.9144%2087.9917%20521.9504%20103.0277%20540.5373%20103.0277L666.9739%20103.0277ZM739.8969%20748C804.8255%20748%20857.657%20695.1985%20857.657%20630.2399L857.657%20554.2475C857.657%20535.6607%20842.621%20520.6247%20824.0342%20520.6247%20805.4474%20520.6247%20790.4114%20535.6607%20790.4114%20554.2475L790.4114%20630.2399C790.4114%20658.085%20767.7521%20680.7443%20739.907%20680.7443L181.7601%20680.7443C153.915%20680.7443%20131.2557%20658.085%20131.2557%20630.2399L131.2557%20242.8653C131.2557%20215.0201%20153.915%20192.3608%20181.7601%20192.3608L246.7188%20192.3608C265.3056%20192.3608%20280.3416%20177.3249%20280.3416%20158.738%20280.3416%20140.1512%20265.3056%20125.1052%20246.7188%20125.1052L181.7601%20125.1052C116.8316%20125.1052%2064%20177.9066%2064%20242.8653L64%20630.2399C64%20695.1985%20116.8416%20748%20181.7601%20748L739.8969%20748ZM793.3704%20259.4059C811.9573%20259.4059%20826.9933%20244.3699%20826.9933%20225.783%20826.9933%20207.1962%20811.9573%20192.1602%20793.3704%20192.1602L540.5373%20192.1602C521.9504%20192.1602%20506.9144%20207.1962%20506.9144%20225.783%20506.9144%20244.3699%20521.9504%20259.4059%20540.5373%20259.4059L793.3704%20259.4059Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE131'%20unicode='&%23xE131;'%20d='M843.3533%20445.6153C907.69%20445.6153%20960%20393.2652%20960%20328.9686L960-33.7105C960-98.0071%20907.68-150.3572%20843.3533-150.3572L480.7043-150.3572C416.3676-150.3572%20364.0576-98.0071%20364.0576-33.7105L364.0576%20328.9686C364.0576%20393.2652%20416.3676%20445.6153%20480.7043%20445.6153L843.3533%20445.6153ZM843.3533%20378.3596L480.7043%20378.3596C453.481%20378.3596%20431.3133%20356.2219%20431.3133%20328.9686L431.3133-33.7105C431.3133-60.9638%20453.481-83.1015%20480.7043-83.1015L843.3533-83.1015C870.5765-83.1015%20892.7443-60.9638%20892.7443-33.7105L892.7443%20328.9686C892.7443%20356.2219%20870.5765%20378.3596%20843.3533%20378.3596ZM246.7188%2030.5159C265.3056%2030.5159%20280.3416%2015.4799%20280.3416-3.1069%20280.3416-21.6938%20265.3056-36.7297%20246.7188-36.7297L203.2759-36.7297C184.6891-36.7297%20169.6531-21.6938%20169.6531-3.1069%20169.6531%2015.4799%20184.6891%2030.5159%20203.2759%2030.5159L246.7188%2030.5159ZM666.9739%20103.0277C685.5608%20103.0277%20700.5967%2087.9917%20700.5967%2069.4048%20700.5967%2050.818%20685.5608%2035.782%20666.9739%2035.782L540.5373%2035.782C521.9504%2035.782%20506.9144%2050.818%20506.9144%2069.4048%20506.9144%2087.9917%20521.9504%20103.0277%20540.5373%20103.0277L666.9739%20103.0277ZM739.8969%20748C804.8255%20748%20857.657%20695.1985%20857.657%20630.2399L857.657%20554.2475C857.657%20535.6607%20842.621%20520.6247%20824.0342%20520.6247%20805.4474%20520.6247%20790.4114%20535.6607%20790.4114%20554.2475L790.4114%20630.2399C790.4114%20658.085%20767.7521%20680.7443%20739.907%20680.7443L181.7601%20680.7443C153.915%20680.7443%20131.2557%20658.085%20131.2557%20630.2399L131.2557%20242.8653C131.2557%20215.0201%20153.915%20192.3608%20181.7601%20192.3608L246.7188%20192.3608C265.3056%20192.3608%20280.3416%20177.3249%20280.3416%20158.738%20280.3416%20140.1512%20265.3056%20125.1052%20246.7188%20125.1052L181.7601%20125.1052C116.8316%20125.1052%2064%20177.9066%2064%20242.8653L64%20630.2399C64%20695.1985%20116.8416%20748%20181.7601%20748L739.8969%20748ZM793.3704%20259.4059C811.9573%20259.4059%20826.9933%20244.3699%20826.9933%20225.783%20826.9933%20207.1962%20811.9573%20192.1602%20793.3704%20192.1602L540.5373%20192.1602C521.9504%20192.1602%20506.9144%20207.1962%20506.9144%20225.783%20506.9144%20244.3699%20521.9504%20259.4059%20540.5373%20259.4059L793.3704%20259.4059Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE132'%20unicode='&%23xE132;'%20d='M377.6-39.2H288L281.6-39.2C236.8-32.8%20198.4%205.6%20198.4%2050.4V95.2C198.4%20120.8%20179.2%20140%20153.6%20140%20128%20140%20108.8%20120.8%20108.8%2095.2V50.4C108.8-45.6%20185.6-128.8%20288-128.8H377.6C403.2-128.8%20422.4-109.6%20422.4-84%20422.4-58.4%20396.8-39.2%20377.6-39.2ZM640%20581.6H729.6C755.2%20581.6%20774.4%20575.2%20793.6%20556%20812.8%20536.8%20819.2%20517.6%20819.2%20492V447.2C819.2%20421.6%20838.4%20402.4%20864%20402.4%20889.6%20402.4%20908.8%20421.6%20908.8%20447.2V492C908.8%20588%20832%20671.2%20729.6%20671.2H640C614.4%20671.2%20595.2%20652%20595.2%20626.4%20595.2%20600.8%20614.4%20581.6%20640%20581.6ZM960-96.8L780.8%20344.8H780.8C774.4%20351.2%20768%20357.6%20761.6%20357.6H704C697.6%20357.6%20684.8%20351.2%20684.8%20344.8L505.6-96.8C505.6-103.2%20505.6-109.6%20505.6-116S518.4-128.8%20524.8-128.8H569.6C576-128.8%20588.8-122.4%20588.8-116L633.6%205.6H812.8L857.6-116C864-122.4%20870.4-128.8%20876.8-128.8H921.6C928-128.8%20934.4-122.4%20940.8-116%20960-109.6%20960-103.2%20960-96.8ZM672%2095.2L729.6%20236%20787.2%2095.2H672ZM505.6%20338.4V607.2C505.6%20620%20492.8%20626.4%20486.4%20626.4H332.8V690.4C332.8%20696.8%20332.8%20703.2%20326.4%20703.2S313.6%20716%20307.2%20716H262.4C256%20716%20249.6%20716%20249.6%20709.6S243.2%20696.8%20243.2%20696.8V632.8H83.2C76.8%20632.8%2070.4%20632.8%2070.4%20626.4%2064%20613.6%2064%20613.6%2064%20607.2V338.4C64%20332%2064%20325.6%2070.4%20325.6%2076.8%20319.2%2083.2%20319.2%2083.2%20319.2H236.8V210.4C236.8%20197.6%20249.6%20191.2%20256%20191.2H300.8C313.6%20191.2%20320%20204%20320%20210.4V319.2H473.6C499.2%20319.2%20505.6%20325.6%20505.6%20338.4ZM243.2%20402.4H153.6V536.8H243.2V402.4ZM422.4%20402.4H332.8V536.8H422.4V402.4Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE133'%20unicode='&%23xE133;'%20d='M896%20684L896%20620%20511.52%20620%20639.922%20460.1281%20383.922%20460.1281%20511.456%20620%20128%20620%20128%20684%20896%20684ZM128-20L896-20%20896-84%20128-84ZM511.4913-19.8719L383.922%20140%20639.922%20140%20511.4913-19.8719ZM831.8579%20300.4947L671.986%20428.0641%20671.986%20172.0641%20831.8579%20300.4947ZM191.986%20300.4947L351.8579%20428.0641%20351.8579%20172.0641%20191.986%20300.4947Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE135'%20unicode='&%23xE135;'%20d='M252.0661-20L252.096-84%20380.096-84%20380.0661-20%20252.0661-20ZM128%2013.984L128-20C128-53.9229%20154.3926-81.6815%20187.764-83.862L191.937-19.9982%20192%2013.967%20128%2013.984ZM372.3532%20458.3919L462.8629%2096.3532%20582.9919%20216.5275%20834.6529-35.1084%20877.8507%208.0894%20626.1876%20259.7232%20734.3919%20367.8822%20372.3532%20458.3919ZM128%20205.984L128%2077.984%20192%2077.967%20192%20205.967%20128%20205.984ZM128%20397.984L128%20269.984%20192%20269.967%20192%20397.967%20128%20397.984ZM832%20582.0991L832%20454.0991%20896%20454.112%20896%20582.112%20832%20582.0991ZM128%20589.984L128%20461.984%20192%20461.967%20192%20589.967%20128%20589.984ZM192%20684C168.3119%20684%20147.6296%20671.1307%20136.5634%20652.0023L191.9608%20619.9535%20256%20620%20256%20684%20192%20684ZM512%20684L512%20620%20640%20620%20640%20684%20512%20684ZM320%20684L320%20620%20448%20620%20448%20684%20320%20684ZM704%20684L704%20620%20832%20620%20890.6768%20645.5951C880.802%20668.2013%20858.246%20684%20832%20684L704%20684Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE136'%20unicode='&%23xE136;'%20d='M775.9375%20240.8929L690.4759%20324.0291%20519.5882%20157.6886%20519.5526%20711.9979%20405.6037%20711.9979%20405.6704%20157.6886%20234.6804%20324.0291%20149.2187%20240.8929%20462.5781-63.9396%20775.9375%20240.8929Z'%20horiz-adv-x='955'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE137'%20unicode='&%23xE137;'%20d='M477.5%20741.8075C708.2515%20741.8075%20895.3125%20554.7465%20895.3125%20323.995%20895.3125%2093.2435%20708.2515-93.8175%20477.5-93.8175%20246.7485-93.8175%2059.6875%2093.2435%2059.6875%20323.995%2059.6875%20554.7465%20246.7485%20741.8075%20477.5%20741.8075ZM477.5%20682.12C279.713%20682.12%20119.375%20521.782%20119.375%20323.995%20119.375%20126.208%20279.713-34.13%20477.5-34.13%20675.287-34.13%20835.625%20126.208%20835.625%20323.995%20835.625%20521.782%20675.287%20682.12%20477.5%20682.12ZM477.5%20559.0145C607.2853%20559.0145%20712.5195%20453.7803%20712.5195%20323.995%20712.5195%20194.2097%20607.2853%2088.9755%20477.5%2088.9755%20347.7147%2088.9755%20242.4805%20194.2097%20242.4805%20323.995%20242.4805%20453.7803%20347.7147%20559.0145%20477.5%20559.0145ZM548.7217%20418.9572L477.4935%20347.729%20406.2718%20418.9507%20382.5378%20395.2167%20453.7594%20323.995%20382.5378%20252.7733%20406.2892%20229.0219%20477.5109%20300.2436%20548.7217%20229.0328%20572.4557%20252.7668%20501.2449%20323.9776%20572.4731%20395.2058%20548.7217%20418.9572Z'%20horiz-adv-x='955'%20vert-adv-y='1024'%20/%3e%3c/font%3e%3c/defs%3e%3c/svg%3e") format("svg"),url(data:font/ttf;base64,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ADwAAQAAAAAABgAIAEcAAQAAAAAACgArAE8AAQAAAAAACwATAHoAAwABBAkAAAA6AI0AAwABBAkAAQAQAMcAAwABBAkAAgAOANcAAwABBAkAAwAQAOUAAwABBAkABAAQAPUAAwABBAkABQAWAQUAAwABBAkABgAQARsAAwABBAkACgBWASsAAwABBAkACwAmAYEKICBDcmVhdGVkIGJ5IGZvbnQtY2FycmllcgogIGljb25mb250UmVndWxhcmljb25mb250aWNvbmZvbnRWZXJzaW9uIDEuMGljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20ACgAgACAAQwByAGUAYQB0AGUAZAAgAGIAeQAgAGYAbwBuAHQALQBjAGEAcgByAGkAZQByAAoAIAAgAGkAYwBvAG4AZgBvAG4AdABSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsAAXgHdW5pRTEyOQd1bmlFMTM0B3VuaUUxMjYHdW5pRTEyRQd1bmlFMTM5B3VuaUUxMzgHdW5pRTEyOAd1bmlFMTFCB3VuaUUxMTMHdW5pRTExMgd1bmlFMTE0B3VuaUUxMTUHdW5pRTExNgd1bmlFMTExB3VuaUUxMTcHdW5pRTExOAd1bmlFMTE5B3VuaUUxMUEHdW5pRTEyMQd1bmlFMTFGB3VuaUUxMjAHdW5pRTExRAd1bmlFMTNBB3VuaUUxMDEHdW5pRTEwMgd1bmlFMTA2B3VuaUUxMDUHdW5pRTEwMwd1bmlFMTA0B3VuaUUxMDcHdW5pRTEwOAd1bmlFMTBCB3VuaUUxMDkHdW5pRTEwQQd1bmlFMTBDB3VuaUUxMEQHdW5pRTEwRQd1bmlFMTBGB3VuaUUxMTAHdW5pRTExQwd1bmlFMTFFB3VuaUUxMjIHdW5pRTEyMwd1bmlFMTI0B3VuaUUxMjUHdW5pRTEyQwd1bmlFMTI3B3VuaUUxMkEHdW5pRTEyQgd1bmlFMTJEB3VuaUUxMzAHdW5pRTEzMgd1bmlFMTMzB3VuaUUxMzUHdW5pRTEzNgd1bmlFMTM3AAAA) format("truetype"),url(data:font/woff;base64,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) format("woff"),url(data:application/vnd.ms-fontobject;base64,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suwEBOyymcoEBMqZmMoEBMqYY4UDA4VjZIUDA4WrSEcXR0cXSEcXR0cC5gXrsrLrBQXrsrLrNwTKmJjKBATKmJjKdwOEZGSFAgKFZGSEiUdHGEdHGEdHGEdHAAAAAAASAN4AAQAAAAAAAAAdAAAAAQAAAAAAAQAIAB0AAQAAAAAAAgAHACUAAQAAAAAAAwAIACwAAQAAAAAABAAIADQAAQAAAAAABQALADwAAQAAAAAABgAIAEcAAQAAAAAACgArAE8AAQAAAAAACwATAHoAAwABBAkAAAA6AI0AAwABBAkAAQAQAMcAAwABBAkAAgAOANcAAwABBAkAAwAQAOUAAwABBAkABAAQAPUAAwABBAkABQAWAQUAAwABBAkABgAQARsAAwABBAkACgBWASsAAwABBAkACwAmAYEKICBDcmVhdGVkIGJ5IGZvbnQtY2FycmllcgogIGljb25mb250UmVndWxhcmljb25mb250aWNvbmZvbnRWZXJzaW9uIDEuMGljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20ACgAgACAAQwByAGUAYQB0AGUAZAAgAGIAeQAgAGYAbwBuAHQALQBjAGEAcgByAGkAZQByAAoAIAAgAGkAYwBvAG4AZgBvAG4AdABSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsAAXgHdW5pRTEyOQd1bmlFMTM0B3VuaUUxMjYHdW5pRTEyRQd1bmlFMTM5B3VuaUUxMzgHdW5pRTEyOAd1bmlFMTFCB3VuaUUxMTMHdW5pRTExMgd1bmlFMTE0B3VuaUUxMTUHdW5pRTExNgd1bmlFMTExB3VuaUUxMTcHdW5pRTExOAd1bmlFMTE5B3VuaUUxMUEHdW5pRTEyMQd1bmlFMTFGB3VuaUUxMjAHdW5pRTExRAd1bmlFMTNBB3VuaUUxMDEHdW5pRTEwMgd1bmlFMTA2B3VuaUUxMDUHdW5pRTEwMwd1bmlFMTA0B3VuaUUxMDcHdW5pRTEwOAd1bmlFMTBCB3VuaUUxMDkHdW5pRTEwQQd1bmlFMTBDB3VuaUUxMEQHdW5pRTEwRQd1bmlFMTBGB3VuaUUxMTAHdW5pRTExQwd1bmlFMTFFB3VuaUUxMjIHdW5pRTEyMwd1bmlFMTI0B3VuaUUxMjUHdW5pRTEyQwd1bmlFMTI3B3VuaUUxMkEHdW5pRTEyQgd1bmlFMTJEB3VuaUUxMzAHdW5pRTEzMgd1bmlFMTMzB3VuaUUxMzUHdW5pRTEzNgd1bmlFMTM3AAAA) format("embedded-opentype");font-weight:400;font-style:normal}.bkai-icon{font-family:bkai!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-warning-circle-fill:before{content:""}.icon-close-circle-shape:before{content:""}.icon-close-line-2:before{content:""}.icon-minus-line:before{content:""}.icon-visible1:before{content:""}.icon-links:before{content:""}.icon-quanquan:before{content:""}.icon-yanjing-kejian:before{content:""}.icon-shipin-2:before{content:""}.icon-tupian-2:before{content:""}.icon-wenben-2:before{content:""}.icon-yasuobao-2:before{content:""}.icon-yinle-2:before{content:""}.icon-doc-3:before{content:""}.icon-excel-2:before{content:""}.icon-markdown:before{content:""}.icon-pdf-2:before{content:""}.icon-ppt-2:before{content:""}.icon-sousuo:before{content:""}.icon-chouti:before{content:""}.icon-liaotianchuang:before{content:""}.icon-sikao:before{content:""}.icon-wenzhang:before{content:""}.icon-published-zhongzhi:before{content:""}.icon-fasong:before{content:""}.icon-diancai:before{content:""}.icon-diancaishixin:before{content:""}.icon-dianzan:before{content:""}.icon-dianzanshixin:before{content:""}.icon-dingyue:before{content:""}.icon-fujian:before{content:""}.icon-lashen:before{content:""}.icon-yasuo:before{content:""}.icon-yinyong:before{content:""}.icon-drill-down:before{content:""}.icon-liaotianliebiao:before{content:""}.icon-xinzengliaotian:before{content:""}.icon-quxiaozhiding:before{content:""}.icon-zhiding:before{content:""}.icon-piliangbianji:before{content:""}.icon-shanchu:before{content:""}.icon-yuan-jiahao:before{content:""}.icon-yuan-jianhao:before{content:""}.icon-zhushou:before{content:""}.icon-bianji:before{content:""}.icon-shezhi-3:before{content:""}.icon-history:before{content:""}.icon-fuzhi:before{content:""}.icon-zhongxinshengcheng:before{content:""}.icon-fenxiang:before{content:""}.icon-jiahao:before{content:""}.icon-jieshi:before{content:""}.icon-fanyi:before{content:""}.icon-morenchicun:before{content:""}.icon-kuangxuan:before{content:""}.icon-jiantou:before{content:""}.icon-tingzhishengcheng:before{content:""}
|
|
2
|
-
`,document.head.appendChild(k2);function N2(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const Jr=N2(Be),fn=N2(l);function S2(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Function]"}function Et(e,t,n,i=1){const[o,r]=typeof i=="number"?[i,i]:i,s=Math.round(t/o/e[0])*e[0],A=Math.round(n/r/e[1])*e[1];return[s,A]}function _n(e,t,n){return e-t-n}function $n(e,t,n){return e-t-n}function be(e,t,n){return t!==null&&e<t?t:n!==null&&n<e?n:e}function z2(e,t,n){let i=e;const o=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"].find(r=>S2(i[r]));if(!S2(i[o]))return!1;do{if(i[o](t))return!0;if(i===n)return!1;i=i.parentNode}while(i);return!1}function Kr(e){const t=window.getComputedStyle(e);return[parseFloat(t.getPropertyValue("width"),10),parseFloat(t.getPropertyValue("height"),10)]}function at(e,t,n){e&&(e.attachEvent?e.attachEvent("on"+t,n):e.addEventListener?e.addEventListener(t,n,!0):e["on"+t]=n)}function Pe(e,t,n){e&&(e.detachEvent?e.detachEvent("on"+t,n):e.removeEventListener?e.removeEventListener(t,n,!0):e["on"+t]=null)}const Xr=(e,t)=>{const n=e.__vccOpts||e;for(const[i,o]of t)n[i]=o;return n},gn={mouse:{start:"mousedown",move:"mousemove",stop:"mouseup"},touch:{start:"touchstart",move:"touchmove",stop:"touchend"}},qr={userSelect:"none",MozUserSelect:"none",WebkitUserSelect:"none",MsUserSelect:"none"},_r={userSelect:"auto",MozUserSelect:"auto",WebkitUserSelect:"auto",MsUserSelect:"auto"};let He=gn.mouse;const $r={replace:!0,name:"vue-draggable-resizable",props:{className:{type:String,default:"vdr"},classNameDraggable:{type:String,default:"draggable"},classNameResizable:{type:String,default:"resizable"},classNameDragging:{type:String,default:"dragging"},classNameResizing:{type:String,default:"resizing"},classNameActive:{type:String,default:"active"},classNameHandle:{type:String,default:"handle"},disableUserSelect:{type:Boolean,default:!0},enableNativeDrag:{type:Boolean,default:!1},preventDeactivation:{type:Boolean,default:!1},active:{type:Boolean,default:!1},draggable:{type:Boolean,default:!0},resizable:{type:Boolean,default:!0},lockAspectRatio:{type:Boolean,default:!1},w:{type:[Number,String],default:200,validator:e=>typeof e=="number"?e>0:e==="auto"},h:{type:[Number,String],default:200,validator:e=>typeof e=="number"?e>0:e==="auto"},minWidth:{type:Number,default:0,validator:e=>e>=0},minHeight:{type:Number,default:0,validator:e=>e>=0},maxWidth:{type:Number,default:null,validator:e=>e>=0},maxHeight:{type:Number,default:null,validator:e=>e>=0},x:{type:Number,default:0},y:{type:Number,default:0},z:{type:[String,Number],default:"auto",validator:e=>typeof e=="string"?e==="auto":e>=0},handles:{type:Array,default:()=>["tl","tm","tr","mr","br","bm","bl","ml"],validator:e=>{const t=new Set(["tl","tm","tr","mr","br","bm","bl","ml"]);return new Set(e.filter(n=>t.has(n))).size===e.length}},dragHandle:{type:String,default:null},dragCancel:{type:String,default:null},axis:{type:String,default:"both",validator:e=>["x","y","both"].includes(e)},grid:{type:Array,default:()=>[1,1]},parent:{type:Boolean,default:!1},scale:{type:[Number,Array],default:1,validator:e=>typeof e=="number"?e>0:e.length===2&&e[0]>0&&e[1]>0},onDragStart:{type:Function,default:()=>!0},onDrag:{type:Function,default:()=>!0},onResizeStart:{type:Function,default:()=>!0},onResize:{type:Function,default:()=>!0}},data:function(){return{left:this.x,top:this.y,right:null,bottom:null,width:null,height:null,widthTouched:!1,heightTouched:!1,aspectFactor:null,parentWidth:null,parentHeight:null,handle:null,enabled:this.active,resizing:!1,dragging:!1,dragEnable:!1,resizeEnable:!1,zIndex:this.z}},created:function(){this.maxWidth&&this.minWidth>this.maxWidth&&console.warn("[Vdr warn]: Invalid prop: minWidth cannot be greater than maxWidth"),this.maxHeight&&this.minHeight>this.maxHeight&&console.warn("[Vdr warn]: Invalid prop: minHeight cannot be greater than maxHeight"),this.resetBoundsAndMouseState()},mounted:function(){this.enableNativeDrag||(this.$el.ondragstart=()=>!1);const[e,t]=this.getParentSize();this.parentWidth=e,this.parentHeight=t;const[n,i]=Kr(this.$el);this.aspectFactor=(this.w!=="auto"?this.w:n)/(this.h!=="auto"?this.h:i),this.width=this.w!=="auto"?this.w:n,this.height=this.h!=="auto"?this.h:i,this.right=this.parentWidth-this.width-this.left,this.bottom=this.parentHeight-this.height-this.top,this.active&&this.$emit("activated"),at(document.documentElement,"mousedown",this.deselect),at(document.documentElement,"touchend touchcancel",this.deselect),at(window,"resize",this.checkParentSize)},beforeUnmount:function(){Pe(document.documentElement,"mousedown",this.deselect),Pe(document.documentElement,"touchstart",this.handleUp),Pe(document.documentElement,"mousemove",this.move),Pe(document.documentElement,"touchmove",this.move),Pe(document.documentElement,"mouseup",this.handleUp),Pe(document.documentElement,"touchend touchcancel",this.deselect),Pe(window,"resize",this.checkParentSize)},methods:{resetBoundsAndMouseState(){this.mouseClickPosition={mouseX:0,mouseY:0,x:0,y:0,w:0,h:0},this.bounds={minLeft:null,maxLeft:null,minRight:null,maxRight:null,minTop:null,maxTop:null,minBottom:null,maxBottom:null}},checkParentSize(){if(this.parent){const[e,t]=this.getParentSize();this.parentWidth=e,this.parentHeight=t,this.right=this.parentWidth-this.width-this.left,this.bottom=this.parentHeight-this.height-this.top}},getParentSize(){if(this.parent){const e=window.getComputedStyle(this.$el.parentNode,null);return[parseInt(e.getPropertyValue("width"),10),parseInt(e.getPropertyValue("height"),10)]}return[null,null]},elementTouchDown(e){He=gn.touch,this.elementDown(e)},elementMouseDown(e){He=gn.mouse,this.elementDown(e)},elementDown(e){if(e instanceof MouseEvent&&e.button!==0)return;const t=e.target||e.srcElement;if(this.$el.contains(t)){if(this.onDragStart(e)===!1)return;if(this.dragHandle&&!z2(t,this.dragHandle,this.$el)||this.dragCancel&&z2(t,this.dragCancel,this.$el)){this.dragging=!1;return}this.enabled||(this.enabled=!0,this.$emit("activated"),this.$emit("update:active",!0)),this.draggable&&(this.dragEnable=!0),this.mouseClickPosition.mouseX=e.touches?e.touches[0].pageX:e.pageX,this.mouseClickPosition.mouseY=e.touches?e.touches[0].pageY:e.pageY,this.mouseClickPosition.left=this.left,this.mouseClickPosition.right=this.right,this.mouseClickPosition.top=this.top,this.mouseClickPosition.bottom=this.bottom,this.parent&&(this.bounds=this.calcDragLimits()),at(document.documentElement,He.move,this.move),at(document.documentElement,He.stop,this.handleUp)}},calcDragLimits(){return{minLeft:this.left%this.grid[0],maxLeft:Math.floor((this.parentWidth-this.width-this.left)/this.grid[0])*this.grid[0]+this.left,minRight:this.right%this.grid[0],maxRight:Math.floor((this.parentWidth-this.width-this.right)/this.grid[0])*this.grid[0]+this.right,minTop:this.top%this.grid[1],maxTop:Math.floor((this.parentHeight-this.height-this.top)/this.grid[1])*this.grid[1]+this.top,minBottom:this.bottom%this.grid[1],maxBottom:Math.floor((this.parentHeight-this.height-this.bottom)/this.grid[1])*this.grid[1]+this.bottom}},deselect(e){const t=e.target||e.srcElement,n=new RegExp(this.className+"-([trmbl]{2})","");!this.$el.contains(t)&&!n.test(t.className)&&(this.enabled&&!this.preventDeactivation&&(this.enabled=!1,this.$emit("deactivated"),this.$emit("update:active",!1)),Pe(document.documentElement,He.move,this.handleResize)),this.resetBoundsAndMouseState()},handleTouchDown(e,t){He=gn.touch,this.handleDown(e,t)},handleDown(e,t){t instanceof MouseEvent&&t.which!==1||this.onResizeStart(e,t)!==!1&&(t.stopPropagation&&t.stopPropagation(),this.lockAspectRatio&&!e.includes("m")?this.handle="m"+e.substring(1):this.handle=e,this.resizeEnable=!0,this.mouseClickPosition.mouseX=t.touches?t.touches[0].pageX:t.pageX,this.mouseClickPosition.mouseY=t.touches?t.touches[0].pageY:t.pageY,this.mouseClickPosition.left=this.left,this.mouseClickPosition.right=this.right,this.mouseClickPosition.top=this.top,this.mouseClickPosition.bottom=this.bottom,this.bounds=this.calcResizeLimits(),at(document.documentElement,He.move,this.handleResize),at(document.documentElement,He.stop,this.handleUp))},calcResizeLimits(){let e=this.minW,t=this.minH,n=this.maxW,i=this.maxH;const o=this.aspectFactor,[r,s]=this.grid,A=this.width,a=this.height,u=this.left,c=this.top,d=this.right,p=this.bottom;this.lockAspectRatio&&(e/t>o?t=e/o:e=o*t,n&&i?(n=Math.min(n,o*i),i=Math.min(i,n/o)):n?i=n/o:i&&(n=o*i)),n=n-n%r,i=i-i%s;const h={minLeft:null,maxLeft:null,minTop:null,maxTop:null,minRight:null,maxRight:null,minBottom:null,maxBottom:null};return this.parent?(h.minLeft=u%r,h.maxLeft=u+Math.floor((A-e)/r)*r,h.minTop=c%s,h.maxTop=c+Math.floor((a-t)/s)*s,h.minRight=d%r,h.maxRight=d+Math.floor((A-e)/r)*r,h.minBottom=p%s,h.maxBottom=p+Math.floor((a-t)/s)*s,n&&(h.minLeft=Math.max(h.minLeft,this.parentWidth-d-n),h.minRight=Math.max(h.minRight,this.parentWidth-u-n)),i&&(h.minTop=Math.max(h.minTop,this.parentHeight-p-i),h.minBottom=Math.max(h.minBottom,this.parentHeight-c-i)),this.lockAspectRatio&&(h.minLeft=Math.max(h.minLeft,u-c*o),h.minTop=Math.max(h.minTop,c-u/o),h.minRight=Math.max(h.minRight,d-p*o),h.minBottom=Math.max(h.minBottom,p-d/o))):(h.minLeft=null,h.maxLeft=u+Math.floor((A-e)/r)*r,h.minTop=null,h.maxTop=c+Math.floor((a-t)/s)*s,h.minRight=null,h.maxRight=d+Math.floor((A-e)/r)*r,h.minBottom=null,h.maxBottom=p+Math.floor((a-t)/s)*s,n&&(h.minLeft=-(d+n),h.minRight=-(u+n)),i&&(h.minTop=-(p+i),h.minBottom=-(c+i)),this.lockAspectRatio&&n&&i&&(h.minLeft=Math.min(h.minLeft,-(d+n)),h.minTop=Math.min(h.minTop,-(i+p)),h.minRight=Math.min(h.minRight,-u-n),h.minBottom=Math.min(h.minBottom,-c-i))),h},move(e){this.resizing?this.handleResize(e):this.dragEnable&&this.handleDrag(e)},handleDrag(e){const t=this.axis,n=this.grid,i=this.bounds,o=this.mouseClickPosition,r=t&&t!=="y"?o.mouseX-(e.touches?e.touches[0].pageX:e.pageX):0,s=t&&t!=="x"?o.mouseY-(e.touches?e.touches[0].pageY:e.pageY):0,[A,a]=Et(n,r,s,this.scale),u=be(o.left-A,i.minLeft,i.maxLeft),c=be(o.top-a,i.minTop,i.maxTop);if(this.onDrag(u,c)===!1)return;const d=be(o.right+A,i.minRight,i.maxRight),p=be(o.bottom+a,i.minBottom,i.maxBottom);this.left=u,this.top=c,this.right=d,this.bottom=p,this.$emit("dragging",this.left,this.top),this.dragging=!0},moveHorizontally(e){const[t,n]=Et(this.grid,e,this.top,1),i=be(t,this.bounds.minLeft,this.bounds.maxLeft);this.left=i,this.right=this.parentWidth-this.width-i},moveVertically(e){const[t,n]=Et(this.grid,this.left,e,1),i=be(n,this.bounds.minTop,this.bounds.maxTop);this.top=i,this.bottom=this.parentHeight-this.height-i},handleResize(e){let t=this.left,n=this.top,i=this.right,o=this.bottom;const r=this.mouseClickPosition,s=this.aspectFactor,A=r.mouseX-(e.touches?e.touches[0].pageX:e.pageX),a=r.mouseY-(e.touches?e.touches[0].pageY:e.pageY);!this.widthTouched&&A&&(this.widthTouched=!0),!this.heightTouched&&a&&(this.heightTouched=!0);const[u,c]=Et(this.grid,A,a,this.scale);this.handle.includes("b")?(o=be(r.bottom+c,this.bounds.minBottom,this.bounds.maxBottom),this.lockAspectRatio&&this.resizingOnY&&(i=this.right-(this.bottom-o)*s)):this.handle.includes("t")&&(n=be(r.top-c,this.bounds.minTop,this.bounds.maxTop),this.lockAspectRatio&&this.resizingOnY&&(t=this.left-(this.top-n)*s)),this.handle.includes("r")?(i=be(r.right+u,this.bounds.minRight,this.bounds.maxRight),this.lockAspectRatio&&this.resizingOnX&&(o=this.bottom-(this.right-i)/s)):this.handle.includes("l")&&(t=be(r.left-u,this.bounds.minLeft,this.bounds.maxLeft),this.lockAspectRatio&&this.resizingOnX&&(n=this.top-(this.left-t)/s));const d=_n(this.parentWidth,t,i),p=$n(this.parentHeight,n,o);this.onResize(this.handle,t,n,d,p)!==!1&&(this.left=t,this.top=n,this.right=i,this.bottom=o,this.width=d,this.height=p,this.$emit("resizing",this.left,this.top,this.width,this.height),this.resizing=!0)},changeWidth(e){const[t,n]=Et(this.grid,e,0,1),i=be(this.parentWidth-t-this.left,this.bounds.minRight,this.bounds.maxRight);let o=this.bottom;this.lockAspectRatio&&(o=this.bottom-(this.right-i)/this.aspectFactor);const r=_n(this.parentWidth,this.left,i),s=$n(this.parentHeight,this.top,o);this.right=i,this.bottom=o,this.width=r,this.height=s},changeHeight(e){const[t,n]=Et(this.grid,0,e,1),i=be(this.parentHeight-n-this.top,this.bounds.minBottom,this.bounds.maxBottom);let o=this.right;this.lockAspectRatio&&(o=this.right-(this.bottom-i)*this.aspectFactor);const r=_n(this.parentWidth,this.left,o),s=$n(this.parentHeight,this.top,i);this.right=o,this.bottom=i,this.width=r,this.height=s},handleUp(e){this.handle=null,this.resetBoundsAndMouseState(),this.dragEnable=!1,this.resizeEnable=!1,this.resizing&&(this.resizing=!1,this.$emit("resizeStop",this.left,this.top,this.width,this.height)),this.dragging&&(this.dragging=!1,this.$emit("dragStop",this.left,this.top)),Pe(document.documentElement,He.move,this.handleResize)}},computed:{style(){return{transform:`translate(${this.left}px, ${this.top}px)`,width:this.computedWidth,height:this.computedHeight,zIndex:this.zIndex,...this.dragging&&this.disableUserSelect?qr:_r}},actualHandles(){return this.resizable?this.handles:[]},computedWidth(){return this.w==="auto"&&!this.widthTouched?"auto":this.width+"px"},computedHeight(){return this.h==="auto"&&!this.heightTouched?"auto":this.height+"px"},minW(){return this.minWidth},minH(){return this.minHeight},maxW(){return this.maxWidth},maxH(){return this.maxHeight},resizingOnX(){return!!this.handle&&(this.handle.includes("l")||this.handle.includes("r"))},resizingOnY(){return!!this.handle&&(this.handle.includes("t")||this.handle.includes("b"))},isCornerHandle(){return!!this.handle&&["tl","tr","br","bl"].includes(this.handle)}},watch:{active(e){this.enabled=e,e?this.$emit("activated"):this.$emit("deactivated")},z(e){(e>=0||e==="auto")&&(this.zIndex=e)},x(e){this.resizing||this.dragging||(this.parent&&(this.bounds=this.calcDragLimits()),this.moveHorizontally(e))},y(e){this.resizing||this.dragging||(this.parent&&(this.bounds=this.calcDragLimits()),this.moveVertically(e))},lockAspectRatio(e){e?this.aspectFactor=this.width/this.height:this.aspectFactor=void 0},w(e){this.resizing||this.dragging||(this.parent&&(this.bounds=this.calcResizeLimits()),this.changeWidth(e))},h(e){this.resizing||this.dragging||(this.parent&&(this.bounds=this.calcResizeLimits()),this.changeHeight(e))}}},ea=["onMousedown","onTouchstart"];function ta(e,t,n,i,o,r){return l.openBlock(),l.createElementBlock("div",{style:l.normalizeStyle(r.style),class:l.normalizeClass([{[n.classNameActive]:e.enabled,[n.classNameDragging]:e.dragging,[n.classNameResizing]:e.resizing,[n.classNameDraggable]:n.draggable,[n.classNameResizable]:n.resizable},n.className]),onMousedown:t[0]||(t[0]=(...s)=>r.elementMouseDown&&r.elementMouseDown(...s)),onTouchstart:t[1]||(t[1]=(...s)=>r.elementTouchDown&&r.elementTouchDown(...s))},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.actualHandles,s=>(l.openBlock(),l.createElementBlock("div",{key:s,class:l.normalizeClass([n.classNameHandle,n.classNameHandle+"-"+s]),style:l.normalizeStyle({display:e.enabled?"block":"none"}),onMousedown:l.withModifiers(A=>r.handleDown(s,A),["stop","prevent"]),onTouchstart:l.withModifiers(A=>r.handleTouchDown(s,A),["stop","prevent"])},[l.renderSlot(e.$slots,s)],46,ea))),128)),l.renderSlot(e.$slots,"default")],38)}const ei=Xr($r,[["render",ta]]);function ti(e){ti.installed||(ti.installed=!0,e.component("VueDraggableResizable",ei))}const na={install:ti};let mn=null;typeof window<"u"?mn=window.Vue:typeof global<"u"&&(mn=global.Vue),mn&&mn.use(na);var ce,ni,te,Ge,R2,ii,j2,oi,K,xe,N,Bt,ia={84:()=>{var e;e='<svg xmlns="http://www.w3.org/2000/svg" data-name="ai-ui-sdk" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0;visibility:hidden"><symbol id="ai-ui-sdk-angle-up" viewBox="0 0 32 32"><path fill="#63656e" d="M16 11.5l7 7-1.5 1.5-5.5-5.5-5.5 5.5L9 18.5l7-7z"/></symbol><symbol id="ai-ui-sdk-links" viewBox="0 0 1024 1024"><path d="M263.04 760.96a148.48 148.48 0 01-1.92-224l92.48-92.48-45.12-45.76L216 491.2a212.8 212.8 0 001.92 314.88A212.8 212.8 0 00532.8 808l92.48-92.48L579.84 672l-92.48 92.48a148.48 148.48 0 01-224.32-3.52zM491.2 216l-92.48 92.48 45.44 45.12 92.48-92.48a148.48 148.48 0 01224 1.92 148.48 148.48 0 011.92 224L672 579.84l45.12 45.44 92.48-92.48a212.8 212.8 0 00-1.92-314.88A212.8 212.8 0 00491.2 216z"/><path d="M398.786 579.888l181.019-181.02 45.255 45.255-181.02 181.02-45.254-45.255z"/></symbol><symbol id="ai-ui-sdk-zhishiku" viewBox="0 0 1024 1024"><path d="M320.986 203.315H191.622c-17.248 0-31.622 14.503-31.622 31.905v639.542c0 17.403 14.374 31.905 31.622 31.905h129.364c17.249 0 31.623-14.502 31.623-31.905V235.22c0-17.402-14.374-31.905-31.623-31.905zm-35.934 130.52h-57.495c-15.811 0-28.748-13.053-28.748-29.005 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zM578.277 96H448.913c-17.249 0-31.622 14.502-31.622 31.905v746.857c0 17.403 14.373 31.905 31.622 31.905h129.364c17.248 0 31.622-14.502 31.622-31.905V127.905C611.337 110.502 596.963 96 578.277 96zM543.78 227.969h-57.495c-15.811 0-28.748-13.052-28.748-29.004 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zm383.78 613.438l-120.74-627.94c-4.312-15.952-17.249-26.104-33.06-26.104h-5.75l-126.488 24.654c-17.249 2.9-28.748 20.303-25.873 37.705l122.177 629.39c2.875 15.953 15.811 26.104 31.622 26.104h5.75l126.489-24.653c17.248-4.35 28.748-21.753 25.873-39.156zM762.26 312.081l-57.495 11.602h-5.75c-12.936 0-25.872-10.152-28.747-23.204-2.875-15.952 7.187-31.904 22.998-34.805l57.495-11.601c15.811-2.9 31.623 7.25 34.497 23.203 2.875 15.952-7.187 31.905-22.998 34.805z"/></symbol><symbol id="ai-ui-sdk-sikao" viewBox="0 0 1024 1024"><path d="M528 96c61.856 0 112 50.144 112 112 0 .376-.002.751-.006 1.126C774.73 260.666 870.4 391.16 870.4 544c0 22.55-2.082 44.612-6.066 66.007C883.94 630.144 896 657.663 896 688c0 61.856-50.144 112-112 112a112.7 112.7 0 01-19.49-1.69C699.754 862.65 610.519 902.4 512 902.4s-187.753-39.75-252.539-104.088A112.33 112.33 0 01240 800c-61.856 0-112-50.144-112-112 0-30.337 12.061-57.856 31.65-78.025A361.172 361.172 0 01153.6 544c0-164.845 111.29-303.696 262.836-345.518C421.232 141.079 469.35 96 528 96zm-91.48 176.633l-4.469 1.278C315.47 308.366 230.4 416.249 230.4 544c0 10.923.622 21.7 1.832 32.3l1.623-.134L240 576c61.856 0 112 50.144 112 112 0 26.132-8.95 50.173-23.95 69.226C377.36 799.817 441.67 825.6 512 825.6c70.33 0 134.639-25.783 183.99-68.412C680.95 738.173 672 714.132 672 688c0-61.856 50.144-112 112-112 2.607 0 5.194.09 7.757.264A280.989 280.989 0 00793.6 544c0-119.973-75.025-222.422-180.718-262.99C592.35 304.904 561.938 320 528 320c-37.782 0-71.195-18.708-91.48-47.367z"/></symbol><symbol id="ai-ui-sdk-wenzhang" viewBox="0 0 1024 1024"><path fill="#3D4265" d="M708.923 157.538h275.692c21.752 0 39.385 17.634 39.385 39.385v748.308c0 43.503-35.266 78.769-78.77 78.769H708.924V157.538z"/><path fill="#3A84FF" d="M0 984.615A39.385 39.385 0 0039.385 1024H945.23c-43.503 0-78.77-35.266-78.77-78.77V39.386C866.462 17.633 848.829 0 827.078 0H39.385C17.633 0 0 17.633 0 39.385v945.23z"/><path fill="#FFF" d="M196.923 288.82c-21.751 0-39.385 17.634-39.385 39.385 0 21.752 17.634 39.385 39.385 39.385h157.539c21.751 0 39.384-17.633 39.384-39.385 0-21.751-17.633-39.384-39.384-39.384H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h472.615c21.752 0 39.385-17.633 39.385-39.384 0-21.752-17.633-39.385-39.385-39.385H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h236.308c21.751 0 39.384-17.633 39.384-39.384 0-21.752-17.633-39.385-39.384-39.385H196.923z"/></g></symbol><symbol id="ai-ui-sdk-yanjing-kejian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 192c247.4 0 448 143.3 448 320S759.4 832 512 832 64 688.7 64 512s200.6-320 448-320zm0 64c-54.2 0-106.6 7.5-155.9 22.4-46.6 14.1-88.3 34.1-123.7 59.4C165.1 385.9 128 447.8 128 512c0 64.2 37.1 126.1 104.4 174.2 35.4 25.3 77.1 45.3 123.7 59.4C405.4 760.5 457.8 768 512 768s106.6-7.5 155.9-22.4c46.6-14.1 88.3-34.1 123.7-59.4C858.9 638.1 896 576.2 896 512c0-64.2-37.1-126.1-104.4-174.2-35.4-25.3-77.1-45.3-123.7-59.4C618.6 263.5 566.2 256 512 256zm0 96c88.4 0 160 71.6 160 160s-71.6 160-160 160-160-71.6-160-160 71.6-160 160-160zm0 64c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96z"/></symbol></svg>',document.body?document.body.insertAdjacentHTML("afterbegin",e):document.addEventListener("DOMContentLoaded",function(){document.body.insertAdjacentHTML("afterbegin",e)})},86:(e,t,n)=>{var i=n(919);i.__esModule&&(i=i.default),typeof i=="string"&&(i=[[e.id,i,""]]),i.locals&&(e.exports=i.locals),(0,n(534).A)("31b80a08",i,!0,{})},106:e=>{e.exports="data:font/ttf;base64,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"},314:e=>{e.exports=function(t){var n=[];return n.toString=function(){return this.map(function(i){var o="",r=i[5]!==void 0;return i[4]&&(o+="@supports (".concat(i[4],") {")),i[2]&&(o+="@media ".concat(i[2]," {")),r&&(o+="@layer".concat(i[5].length>0?" ".concat(i[5]):""," {")),o+=t(i),r&&(o+="}"),i[2]&&(o+="}"),i[4]&&(o+="}"),o}).join("")},n.i=function(i,o,r,s,A){typeof i=="string"&&(i=[[null,i,void 0]]);var a={};if(r)for(var u=0;u<this.length;u++){var c=this[u][0];c!=null&&(a[c]=!0)}for(var d=0;d<i.length;d++){var p=[].concat(i[d]);r&&a[p[0]]||(A!==void 0&&(p[5]===void 0||(p[1]="@layer".concat(p[5].length>0?" ".concat(p[5]):""," {").concat(p[1],"}")),p[5]=A),o&&(p[2]&&(p[1]="@media ".concat(p[2]," {").concat(p[1],"}")),p[2]=o),s&&(p[4]?(p[1]="@supports (".concat(p[4],") {").concat(p[1],"}"),p[4]=s):p[4]="".concat(s)),n.push(p))}},n}},417:e=>{e.exports=function(t,n){return n||(n={}),t&&(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),n.hash&&(t+=n.hash),/["'() \t\n]|(%20)/.test(t)||n.needQuotes)?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t}},534:(e,t,n)=>{function i(E,m){for(var B=[],b={},D=0;D<m.length;D++){var I=m[D],L=I[0],k={id:E+":"+D,css:I[1],media:I[2],sourceMap:I[3]};b[L]?b[L].parts.push(k):B.push(b[L]={id:L,parts:[k]})}return B}n.d(t,{A:()=>g});var o,r=typeof document<"u";if(typeof DEBUG<"u"&&DEBUG&&!r)throw Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var s={},A=r&&(document.head||document.getElementsByTagName("head")[0]),a=null,u=0,c=!1,d=function(){},p=null,h="data-vue-ssr-id",v=typeof navigator<"u"&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function g(E,m,B,b){c=B,p=b||{};var D=i(E,m);return y(D),function(I){for(var L=[],k=0;k<D.length;k++){var V=s[D[k].id];V.refs--,L.push(V)}I?y(D=i(E,I)):D=[];for(var k=0;k<L.length;k++){var V=L[k];if(V.refs===0){for(var U=0;U<V.parts.length;U++)V.parts[U]();delete s[V.id]}}}}function y(E){for(var m=0;m<E.length;m++){var B=E[m],b=s[B.id];if(b){b.refs++;for(var D=0;D<b.parts.length;D++)b.parts[D](B.parts[D]);for(;D<B.parts.length;D++)b.parts.push(M(B.parts[D]));b.parts.length>B.parts.length&&(b.parts.length=B.parts.length)}else{for(var I=[],D=0;D<B.parts.length;D++)I.push(M(B.parts[D]));s[B.id]={id:B.id,refs:1,parts:I}}}}function w(){var E=document.createElement("style");return E.type="text/css",A.appendChild(E),E}function M(E){var m,B,b=document.querySelector("style["+h+'~="'+E.id+'"]');if(b){if(c)return d;b.parentNode.removeChild(b)}if(v){var D=u++;m=f.bind(null,b=a||(a=w()),D,!1),B=f.bind(null,b,D,!0)}else m=C.bind(null,b=w()),B=function(){b.parentNode.removeChild(b)};return m(E),function(I){I?(I.css!==E.css||I.media!==E.media||I.sourceMap!==E.sourceMap)&&m(E=I):B()}}var x=(o=[],function(E,m){return o[E]=m,o.filter(Boolean).join(`
|
|
3
|
-
`)});function f(
|
|
1
|
+
(function(be,we){typeof exports=="object"&&typeof module<"u"?we(exports,require("bkui-vue"),require("vue"),require("dayjs"),require("highlight.js"),require("markdown-it"),require("markdown-it-code-copy")):typeof define=="function"&&define.amd?define(["exports","bkui-vue","vue","dayjs","highlight.js","markdown-it","markdown-it-code-copy"],we):(be=typeof globalThis<"u"?globalThis:be||self,we(be.lesscodeCustomComponentLibrary={},be.BKUIVUE,be.Vue,be.dayjs,be.hljs,be.MarkdownIt,be.MarkdownItCodeCopy))})(this,function(be,we,l,Io,Qo,Hr,Gr){"use strict";var Lo=document.createElement("style");Lo.textContent=`@charset "UTF-8";.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.header[data-v-3c62fa58]{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;height:48px;padding:14px;cursor:move;border-bottom:1px solid #e5e5e5}.header .left-section[data-v-3c62fa58]{display:flex;gap:4px;align-items:center}.header .left-section .logo[data-v-3c62fa58]{width:32px;height:32px}.header .left-section .logo img[data-v-3c62fa58]{width:100%;height:100%;object-fit:cover}.header .left-section .title[data-v-3c62fa58]{font-size:14px;font-weight:600;line-height:20px;color:#4d4f56}.header .right-section[data-v-3c62fa58]{display:flex;gap:12px}.header .bkai-icon[data-v-3c62fa58]{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:0;font-size:14px;color:#63656e;cursor:pointer;border-radius:2px}.header .bkai-icon[data-v-3c62fa58]:hover{color:#4d4f56;background:#eaebf0}.bar-button[data-v-3dcd2abe]{display:flex;align-items:center;justify-content:center;height:24px;padding:0 10px;cursor:pointer;background:#fff;border:1px solid #dcdee5;border-radius:26px;box-shadow:0 -2px 6px #0000001a}.bar-button[data-v-3dcd2abe]:hover{border:1px solid #c4c6cc;box-shadow:0 -2px 6px #00000026}.bar-button .bkai-icon[data-v-3dcd2abe]{font-size:14px;color:var(--24264d09)}.bar-button .bar-button-text[data-v-3dcd2abe]{font-size:12px;color:#4d4f56}.ai-cite[data-v-0857acb1]{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;-webkit-user-select:none;user-select:none}.ai-cite .content[data-v-0857acb1]{position:relative;display:flex;align-items:center;max-width:100%;padding:4px 8px;font-size:12px;line-height:20px;color:#979ba5;background-color:#f0f1f5;border-radius:2px}.ai-cite .content[data-v-0857acb1]:hover{background-color:#eaebf0}.ai-cite .content .content-text[data-v-0857acb1]{display:flex;align-items:center;max-width:100%}.ai-cite .content .content-text.show-close-icon[data-v-0857acb1]{max-width:calc(100% - 20px)}.ai-cite .content .bkai-icon[data-v-0857acb1]{margin-right:0;font-size:12px;color:#979ba5}.ai-cite .content .icon-yinyong[data-v-0857acb1]{flex-shrink:0;margin-right:4px}.ai-cite .content .ai-cite-text[data-v-0857acb1]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.ai-cite .content .close-icon[data-v-0857acb1]{flex-shrink:0;margin-left:8px;cursor:pointer}.ai-selected-box[data-v-165776b8]{position:relative;display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:#fff;border:1px solid #dcdee5;border-radius:4px;box-shadow:0 2px 6px 2px #1919290f}.ai-selected-box .icon-close-circle-shape[data-v-165776b8]{position:absolute;top:-8px;right:-10px;font-size:14px;color:#c4c6cc;cursor:pointer}.ai-selected-box .icon-close-circle-shape[data-v-165776b8]:hover{color:#979ba5}.ai-selected-box .ai-selected-tip[data-v-165776b8]{display:flex;gap:10px;align-items:center;color:#979ba5}.ai-selected-box .ai-selected-tip .bkai-icon[data-v-165776b8]{margin-right:0;font-size:14px}.ai-selected-box .ai-selected-tip .ai-selected-tip-text[data-v-165776b8]{font-size:12px}.ai-selected-box .ai-selected-box-content[data-v-165776b8]{display:-webkit-box;max-height:80px;overflow:hidden;font-size:12px;line-height:20px;color:#4d4f56;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4}.ai-selected-box .ai-selected-box-actions[data-v-165776b8]{display:flex;gap:8px;align-items:center}.ai-selected-box .ai-selected-box-actions .ai-selected-box-action[data-v-165776b8]{display:flex;align-items:center;justify-content:center;height:26px;padding:0 12px;font-size:12px;color:#4d4f56;cursor:pointer;background:#fff;border:1px solid #c4c6cc;border-radius:13px}.ai-selected-box .ai-selected-box-actions .ai-selected-box-action .bkai-icon[data-v-165776b8]{font-size:14px;color:#606060}.ai-selected-box .ai-selected-box-actions .ai-selected-box-action[data-v-165776b8]:hover{color:#fff;background:#3a84ff;border-color:#3a84ff}.ai-selected-box .ai-selected-box-actions .ai-selected-box-action:hover .bkai-icon[data-v-165776b8]{color:#fff}.bkai-prompt-list[data-v-3c27e32d]{z-index:1000;display:flex;flex-direction:column;width:100%;max-height:258px;background:#fff;border:1px solid #dcdee5;border-radius:4px;box-shadow:0 0 8px #0000001a}.bkai-prompt-list .bkai-prompt-list-search[data-v-3c27e32d]{padding:0 8px}.bkai-prompt-list .bkai-prompt-list-content[data-v-3c27e32d]{flex:1;padding:8px;overflow-y:auto}.bkai-prompt-list .bkai-prompt-list-content[data-v-3c27e32d]::-webkit-scrollbar{width:10px;height:10px}.bkai-prompt-list .bkai-prompt-list-content[data-v-3c27e32d]::-webkit-scrollbar-thumb{width:10px;height:10px;background-color:#dcdee5;border-radius:5px}.bkai-prompt-list .bkai-prompt-list-content[data-v-3c27e32d]::-webkit-scrollbar-thumb:hover{width:12px;height:12px;background-color:#979ba5;border-radius:6px}.bkai-prompt-list .bkai-prompt-list-content .bkai-prompt-list-item[data-v-3c27e32d]{display:-webkit-box;max-height:52px;padding:4px 12px;overflow:hidden;font-size:12px;line-height:20px;color:#4d4f56;text-overflow:ellipsis;cursor:pointer;background:#f5f7fa;border-radius:4px;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.bkai-prompt-list .bkai-prompt-list-content .bkai-prompt-list-item[data-v-3c27e32d]:not(:last-child){margin-bottom:4px}.bkai-prompt-list .bkai-prompt-list-content .bkai-prompt-list-item[data-v-3c27e32d]:hover,.bkai-prompt-list .bkai-prompt-list-content .bkai-prompt-list-item.active[data-v-3c27e32d]{background:#eaebf0}.bkai-prompt-list-empty[data-v-3c27e32d]{padding:12px;font-size:12px;color:#979ba5;text-align:center}.shortcuts-bar[data-v-bbc70b4e]{display:flex;gap:4px}.shortcuts-bar .shortcut-item[data-v-bbc70b4e]{display:flex;gap:4px;align-items:center;height:24px;padding:0 8px;font-size:12px;color:#4d4f56;cursor:pointer;background:#fff;border:1px solid #dcdee5;border-radius:12px}.shortcuts-bar .shortcut-item .bkai-icon[data-v-bbc70b4e]{margin-right:0;font-size:16px;color:#979ba5}.shortcuts-bar .shortcut-item[data-v-bbc70b4e]:hover{color:#3a84ff;background:#e1ecff;border-color:#a3c5fd}.shortcuts-bar .shortcut-item:hover .bkai-icon[data-v-bbc70b4e]{color:#3a84ff}.chat-input-box[data-v-6c1cceba]{width:100%;background:#fff;border-radius:8px}.chat-input-box .prompt-list-wrapper[data-v-6c1cceba]{position:absolute;top:var(--ee05ee06)}.chat-input-box .input-wrapper[data-v-6c1cceba]{position:relative;width:100%;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(180deg,#6cbaff,#3a84ff) border-box;border:1px solid transparent;border-radius:8px}.chat-input-box .input-wrapper .cite[data-v-6c1cceba]{margin:8px 8px 0}.chat-input-box .input-wrapper .cite[data-v-6c1cceba] .content{justify-content:space-between;width:100%}.chat-input-box .input-area[data-v-6c1cceba]{width:100%;min-height:68px;max-height:248px;padding:8px 8px 0;overflow-y:auto;font-size:14px;line-height:20px;color:#63656e;resize:none;background:transparent;border:none;outline:none}.chat-input-box .input-area[data-v-6c1cceba]::placeholder{line-height:20px;color:#c4c6cc;white-space:pre-line}.chat-input-box .input-area[data-v-6c1cceba]::-webkit-scrollbar{width:4px}.chat-input-box .input-area[data-v-6c1cceba]::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:2px}.chat-input-box .input-tools[data-v-6c1cceba]{display:flex;align-items:flex-start;justify-content:flex-end;height:32px;padding:0 12px}.chat-input-box .input-tools .bkai-icon[data-v-6c1cceba]{font-size:16px;color:#63656e;cursor:pointer}.chat-input-box .input-tools .bkai-icon.icon-fasong[data-v-6c1cceba]{margin-right:0}.chat-input-box .input-tools .bkai-icon.clickable[data-v-6c1cceba]{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:14px;color:#fff;background:#3a84ff;border-radius:4px}.chat-input-box .input-tools .bkai-icon.clickable[data-v-6c1cceba]:hover{color:#fff;background:#1768ef}.chat-input-box .input-tools .bkai-icon.clickable.disabled[data-v-6c1cceba]{color:#c4c6cc;cursor:not-allowed;background:#f0f1f5}.chat-input-box .input-tools .bkai-icon[data-v-6c1cceba]:hover{color:#3a84ff}.chat-input-box .input-tools .send-tip[data-v-6c1cceba]{font-size:12px;color:#979ba5}.delete-confirm-wrapper[data-v-adc06f76]{min-width:248px;padding:16px;color:#63656e;text-align:left;background-color:#fff}.delete-confirm-wrapper .delete-confirm-title[data-v-adc06f76]{font-size:16px;font-weight:700;line-height:24px;color:#313238}.delete-confirm-wrapper .delete-confirm-content[data-v-adc06f76]{margin:8px 0 16px;font-size:12px;line-height:20px}.delete-confirm-wrapper .delete-confirm-footer[data-v-adc06f76]{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.tippy-box[data-theme~=white]{color:#313238;background-color:#fff;border-radius:4px;box-shadow:0 2px 6px 2px #00000026}.tippy-box[data-theme~=white] .tippy-arrow{color:#fff}.tippy-box[data-theme~=white] .tippy-content{padding:0}.bk-text-editor[data-v-6c6e674f]{display:flex;flex-direction:column;width:100%;overflow:hidden;font-size:14px;background:#fff;border:1px solid #3a84ff;border-radius:4px}.bk-text-editor .editor-textarea[data-v-6c6e674f]{width:100%;min-height:80px;padding:8px 12px;font-size:14px;line-height:20px;color:#63656e;resize:none;background:transparent;border:none;outline:none}.bk-text-editor .editor-textarea[data-v-6c6e674f]::placeholder{color:#c4c6cc}.bk-text-editor .editor-footer[data-v-6c6e674f]{display:flex;justify-content:flex-end;padding:8px 12px}.bk-text-editor .editor-footer .button-group[data-v-6c6e674f]{display:flex;gap:8px}.bk-text-editor .editor-footer .cancel-btn[data-v-6c6e674f],.bk-text-editor .editor-footer .submit-btn[data-v-6c6e674f]{min-width:68px}@keyframes icon-loading{to{transform:rotate(1turn)}}.ai-cite-container{margin-bottom:2px}.ai-clickable{cursor:pointer}button.ai-clickable{color:#fff;text-decoration:none;background-color:#3a84ff;border:1px solid #3a84ff;border-radius:2px;outline:none}button.ai-clickable:active{color:#fff;background-color:#2c77f4;border-color:#2c77f4}.message-main{display:flex;flex-direction:column;align-items:top}.message-main.user,.message-main.cite{justify-content:flex-end;float:right}.message-main:after{display:table;clear:both;content:""}.message-main .message-content-container{position:relative;display:flex;flex-direction:column;width:100%}.message-main .message-content-container.user{align-items:flex-end}.message-main .message-content-container.ai{align-items:flex-start}.message-main .message-content-container .message-tool{position:absolute;bottom:-24px;display:flex;gap:10px;align-items:center;color:#979ba5;opacity:0}.message-main .message-content-container .message-tool i{margin-right:0;font-size:16px;cursor:pointer}.message-main .message-content-container .message-tool .bkai-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px}.message-main .message-content-container .message-tool .bkai-icon:hover{color:#4d4f56;background:#eaebf0}.message-main .message-content-container:hover .message-tool{opacity:1}.message-content{position:relative;display:flex;align-items:center;padding:10px 12px;margin:0;font-size:14px;line-height:1.5;color:#313238;word-break:break-all;white-space:pre-wrap;border-radius:4px}.message-content .time-message{position:absolute;top:-16px;display:none;width:150px;font-size:14px;line-height:12px;color:#979ba5}.message-content .time-message.user{right:0;text-align:right}.message-content .time-message.ai{left:0}.message-content:hover .time-message{display:block}.message-content .markdown-message{width:100%;height:100%;font-size:14px;color:#313238}.message-content .markdown-message h1,.message-content .markdown-message h2,.message-content .markdown-message h3,.message-content .markdown-message h4,.message-content .markdown-message h5{height:auto;margin:10px 0;font-family:-apple-system,PingFang SC,Helvetica Neue,Helvetica,Arial,Lantinghei SC,Hiragino Sans GB,Microsoft Yahei,sans-serif;font-size:14px;font-weight:700;line-height:1.5;color:#34383e}.message-content .markdown-message h1{font-size:28px}.message-content .markdown-message h2{font-size:20px}.message-content .markdown-message h3{font-size:16px}.message-content .markdown-message h4,.message-content .markdown-message h5{font-size:14px}.message-content .markdown-message em{font-style:italic}.message-content .markdown-message div,.message-content .markdown-message p,.message-content .markdown-message font,.message-content .markdown-message span,.message-content .markdown-message li{line-height:1.5}.message-content .markdown-message p,.message-content .markdown-message table,.message-content .markdown-message table p{margin:0}.message-content .markdown-message table{width:100%;max-width:100%;margin-top:10px;margin-bottom:10px;border-spacing:0;border-collapse:collapse}.message-content .markdown-message table th{padding:8px;font-weight:700;text-align:left;background-color:#f5f7fa;border-bottom:2px solid #e8e8e8}.message-content .markdown-message table td{padding:8px;vertical-align:top;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.message-content .markdown-message table tr:nth-child(2n){background-color:#fafbfd}.message-content .markdown-message table thead{background-color:#f5f7fa}.message-content .markdown-message ul,.message-content .markdown-message ol{padding-left:40px;margin:10px 0;text-indent:0}.message-content .markdown-message ul{list-style:disc}.message-content .markdown-message ul>li{line-height:1.8;white-space:normal;list-style:disc}.message-content .markdown-message ol{list-style:decimal}.message-content .markdown-message ol>li{line-height:1.8;white-space:normal;list-style:decimal}.message-content .markdown-message li>ul{margin-bottom:10px}.message-content .markdown-message li ol{padding-left:20px!important}.message-content .markdown-message ul ul,.message-content .markdown-message ul ol,.message-content .markdown-message ol ol,.message-content .markdown-message ol ul{margin-bottom:0;margin-left:20px}.message-content .markdown-message pre,.message-content .markdown-message code{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:14px;border-radius:3px}.message-content .markdown-message code{padding:2px 4px;color:#24292e;background-color:#1b1f230d}.message-content .markdown-message a{color:#3a84ff;text-decoration:none;cursor:pointer}.message-content .markdown-message img{width:100%}.message-content .markdown-message pre{display:block;padding:9.5px;margin:0 0 10px;font-family:Consolas,monospace,tahoma,Arial;font-size:13px;word-break:break-all;word-wrap:break-word;white-space:pre-wrap;background-color:#333;border-radius:2px}.message-content .markdown-message pre code{padding:0;color:#fff;white-space:pre-wrap;background-color:transparent;border:0}.message-content .markdown-message blockquote{padding:0 0 0 12px;margin:0 0 20px;border-left:5px solid #dfdfdf}.message-content .markdown-message blockquote :before,.message-content .markdown-message blockquote :after{content:""}.message-content .markdown-message blockquote p{margin-bottom:0;font-size:14px;font-weight:300;line-height:25px}.message-content .markdown-message blockquote small{display:block;line-height:20px;color:#999}.message-content .markdown-message blockquote small :before{content:"— "}.message-content .message-wrap{display:inline-break;white-space:pre-wrap}.message-content.user{background:#e1ecff}.message-content.ai{align-items:flex-start;padding:0;white-space:normal}.ai-blueking-copy-button{width:16px;height:16px;padding:0;cursor:pointer;background:#333;border:none;outline:none}.ai-blueking-copy-button .icon-fuzhi{margin:0;font-size:16px!important;line-height:1!important;color:#fff;opacity:1!important}.ai-blueking-copy-button .icon-fuzhi:hover{color:#4d4f56}.bkai-icon{display:inline-flex;align-items:center;justify-content:center;margin-right:5px;font-size:18px}.bkai-icon:hover{color:#4d4f56}.bkai-icon.icon-warning-circle-fill{font-size:16px;line-height:22px;color:#ea3636}.loading-message{min-width:14px;margin-top:2px;margin-right:5px;fill:#3a84ff;animation:icon-loading 1s linear infinite}code.hljs{padding:3px 5px}pre code.hljs{display:block;padding:1em;overflow-x:auto}.hljs{color:#abb2bf!important;background:#282c34!important}.hljs-comment,.hljs-quote{font-style:italic!important;color:#5c6370!important}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#c678dd!important}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e06c75!important}.hljs-literal{color:#56b6c2!important}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{color:#98c379!important}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#d19a66!important}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#61aeee!important}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{color:#e6c07b!important}.hljs-emphasis{font-style:italic!important}.hljs-strong{font-weight:700!important}.hljs-link{text-decoration:underline!important}.ai-blueking-render-popup[data-v-45975be6]{position:absolute;z-index:10001;box-sizing:border-box;display:flex;align-items:center;height:32px;padding:6px 12px;pointer-events:auto;background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000001a,0 0 4px #1919291a}.popup-content[data-v-45975be6]{display:flex;gap:4px;align-items:center;pointer-events:auto}.popup-icon-btn[data-v-45975be6]{display:flex;flex-shrink:0;gap:4px;align-items:center;justify-content:center;width:80px;height:28px;padding:0 6px;font-size:12px;color:#313238;cursor:pointer;border-radius:4px;transition:all .2s ease}.popup-icon-btn img[data-v-45975be6]{width:16px;height:16px}.popup-icon-btn[data-v-45975be6]:hover{background:#f0f1f5}.popup-icon-btn i[data-v-45975be6]{font-size:14px;transform:translate(1px)}.shortcut-buttons[data-v-45975be6]{display:flex;gap:4px;pointer-events:auto}.shortcut-btn[data-v-45975be6]{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 6px;font-size:12px;font-weight:400;color:#313238;white-space:nowrap;pointer-events:auto;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:4px;transition:all .2s ease}.shortcut-btn .bkai-icon[data-v-45975be6]{color:#979ba5}.shortcut-btn i[data-v-45975be6]{display:flex;align-items:center;justify-content:center;font-size:12px}.shortcut-btn .btn-text[data-v-45975be6]{font-weight:400;line-height:1}.shortcut-btn[data-v-45975be6]:hover{background:#f0f1f5}.nimbus-container[data-v-3f87796e]{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;pointer-events:auto;cursor:pointer;background:#fff;border-radius:50%;box-shadow:0 0 4px #1919291f;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translate(0)}.nimbus-container .nimbus-icon-wrapper[data-v-3f87796e]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f5ff;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.nimbus-container .nimbus-mini[data-v-3f87796e]{position:absolute;top:0;right:-6px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:12px;color:#979ba5;pointer-events:none;background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000001a;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.nimbus-container:hover .nimbus-mini[data-v-3f87796e]{pointer-events:auto;opacity:1}.nimbus-container.is-minimize[data-v-3f87796e]{transform:translate(26px)}.nimbus-container.is-minimize[data-v-3f87796e]:hover{transform:translate(-5px)}.nimbus-container.is-minimize .nimbus-mini[data-v-3f87796e]{transform:rotate(180deg)}.vdr{touch-action:none;position:absolute;box-sizing:border-box;border:1px dashed black}.handle{box-sizing:border-box;position:absolute;width:10px;height:10px;background:#eee;border:1px solid #333}.handle-tl{top:-10px;left:-10px;cursor:nw-resize}.handle-tm{top:-10px;left:50%;margin-left:-5px;cursor:n-resize}.handle-tr{top:-10px;right:-10px;cursor:ne-resize}.handle-ml{top:50%;margin-top:-5px;left:-10px;cursor:w-resize}.handle-mr{top:50%;margin-top:-5px;right:-10px;cursor:e-resize}.handle-bl{bottom:-10px;left:-10px;cursor:sw-resize}.handle-bm{bottom:-10px;left:50%;margin-left:-5px;cursor:s-resize}.handle-br{bottom:-10px;right:-10px;cursor:se-resize}@media only screen and (max-width: 768px){[class*=handle-]:before{content:"";left:-10px;right:-10px;bottom:-10px;top:-10px;position:absolute}}.ai-blueking-wrapper[data-v-ab2fd36d]{position:fixed;top:0;left:0;z-index:10000;width:100vw;height:100vh;pointer-events:none}.ai-blueking-container-wrapper[data-v-ab2fd36d]{display:flex;flex-direction:column;width:100%;height:100%;pointer-events:auto;background:#fff;border-radius:2px;box-shadow:0 2px 12px #0003}.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle{background:transparent;border:none}.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-ml,.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-mr{top:0;height:100%;margin-top:0;cursor:ew-resize}.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-tm,.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-bm{left:0;width:100%;margin-left:0;cursor:ns-resize}.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-tl,.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-br{cursor:nwse-resize}.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-tr{top:-5px;right:-5px}.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-tl{top:-5px;left:-5px}.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-bl{bottom:-5px;left:-5px}.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-br{right:-5px;bottom:-5px}.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-tr,.ai-blueking-container-wrapper[data-v-ab2fd36d] .handle.handle-bl{cursor:nesw-resize}.ai-blueking-container[data-v-ab2fd36d]{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.content-wrapper[data-v-ab2fd36d]{position:relative;display:flex;flex:1;overflow:hidden}.main-content[data-v-ab2fd36d]{position:relative;display:flex;flex:1;flex-direction:column;min-width:0;height:100%;padding:16px;overflow-y:auto}.main-content .bottom-tools-bar[data-v-ab2fd36d]{display:flex;gap:8px;align-items:center;justify-content:center;margin-bottom:16px}.main-content .message-wrapper[data-v-ab2fd36d]{position:relative;display:flex;flex:1;flex-direction:column;gap:32px;min-height:0;padding:0 16px;margin-right:-16px;margin-bottom:var(--7fcf1123);margin-left:-16px;overflow-y:auto;transition:opacity .5s ease}.main-content .message-wrapper[data-v-ab2fd36d]::-webkit-scrollbar{width:10px;height:10px}.main-content .message-wrapper[data-v-ab2fd36d]::-webkit-scrollbar-thumb{width:10px;height:10px;background-color:#dcdee5;border-radius:5px}.main-content .message-wrapper[data-v-ab2fd36d]::-webkit-scrollbar-thumb:hover{width:12px;height:12px;background-color:#979ba5;border-radius:6px}.main-content.chat-layout[data-v-ab2fd36d]{gap:0}.main-content .greeting-box[data-v-ab2fd36d]{position:absolute;top:92px;left:50%;z-index:2;display:flex;flex-direction:column;gap:8px;align-items:center;width:100%;pointer-events:none;transform:translate(-50%)}.main-content .greeting-box .greeting-anmition-wrapper[data-v-ab2fd36d]{overflow:hidden}.main-content .greeting-box .greeting-title[data-v-ab2fd36d]{margin-bottom:22px;font-size:21px;font-weight:700;line-height:24px;color:#313238}.main-content .greeting-box .greeting-text[data-v-ab2fd36d]{width:fit-content;font-size:14px;line-height:22px;color:#4d4f56;white-space:nowrap;transform-origin:left}.main-content .chat-input-container[data-v-ab2fd36d]{z-index:3;width:100%;outline:none;transform-origin:center;will-change:transform}.main-content .chat-input-container.centered[data-v-ab2fd36d]{position:absolute;top:188px;left:50%;width:calc(100% - 32px);transform:translate(-50%)!important}.main-content .chat-input-container.bottom[data-v-ab2fd36d]{position:absolute;right:16px;bottom:16px;left:16px;width:calc(100% - 32px)}.action-icon[data-v-ab2fd36d]{cursor:pointer;opacity:.7}.action-icon[data-v-ab2fd36d]:hover{opacity:1}[data-v-ab2fd36d] .vdr{background:transparent;border:none}@font-face{font-family:bkai;src:url("data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%20%3e%3csvg%3e%3cmetadata%3e%20Created%20by%20font-carrier%20%3c/metadata%3e%3cdefs%3e%3cfont%20id='iconfont'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20%3e%3cfont-face%20font-family='iconfont'%20font-weight='400'%20font-stretch='normal'%20units-per-em='1024'%20ascent='812'%20descent='-212'%20/%3e%3cmissing-glyph%20/%3e%3cglyph%20glyph-name='x'%20unicode='&%23x78;'%20horiz-adv-x='100'%20d='M20%2020%20L50%2020%20L50%20-20%20Z'%20/%3e%3cglyph%20glyph-name='uniE129'%20unicode='&%23xE129;'%20d='M512%20748C264.6%20748%2064%20547.4%2064%20300S264.6-148%20512-148%20960%2052.6%20960%20300%20759.4%20748%20512%20748ZM544%20108H480V172H544V108ZM544%20236H480V492H544V236Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE134'%20unicode='&%23xE134;'%20d='M512%20748C264%20748%2064%20548%2064%20300S264-148%20512-148%20960%2052%20960%20300%20760%20748%20512%20748ZM692.8%20164L648%20119.2%20512%20255.2%20376%20119.2%20331.2%20164%20467.2%20300%20331.2%20436%20376%20480.8%20512%20344.8%20648%20480.8%20692.8%20436%20556.8%20300%20692.8%20164Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE126'%20unicode='&%23xE126;'%20d='M832%20552.8L764.8%20620%20512%20367.2%20259.2%20620%20192%20552.8%20444.8%20300%20192%2047.2%20259.2-20%20512%20232.8%20764.8-20%20832%2047.2%20579.2%20300Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12E'%20unicode='&%23xE12E;'%20d='M128%20364H896V236H128V364Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE139'%20unicode='&%23xE139;'%20d='M512%20428A128%20128%200%201%201%20640%20300%20128%20128%200%200%201%20512%20428ZM512%20236A64%2064%200%201%200%20576%20300%2064%2064%200%200%200%20512%20236ZM512%20572C264.64%20572%2064%20300%2064%20300S264.64%2028%20512%2028%20960%20300%20960%20300%20759.36%20572%20512%20572ZM512%2092C352%2092%20208%20231.04%20147.04%20300%20208%20369.12%20352%20508%20512%20508S816%20368.96%20876.96%20300C816%20230.88%20672%2092%20512%2092Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE138'%20unicode='&%23xE138;'%20d='M263.04%2051.04A148.48%20148.48%200%200%200%20261.12%20275.04L353.6%20367.52%20308.48%20413.28%20216%20320.8A212.8%20212.8%200%200%201%20217.92%205.92%20212.8%20212.8%200%200%201%20532.8%204L625.28%2096.48%20579.84%20140%20487.36%2047.52A148.48%20148.48%200%200%200%20263.04%2051.04ZM491.2%20596L398.72%20503.52%20444.16%20458.4%20536.64%20550.88A148.48%20148.48%200%200%200%20760.64%20548.96%20148.48%20148.48%200%200%200%20762.56%20324.96L672%20232.16%20717.12%20186.72%20809.6%20279.2A212.8%20212.8%200%200%201%20807.68%20594.08%20212.8%20212.8%200%200%201%20491.2%20596ZM398.7857%20232.1123L579.805%20413.1316%20625.0598%20367.8768%20444.0405%20186.8574%20398.7857%20232.1123Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE128'%20unicode='&%23xE128;'%20d='M512%20747.8711C502.6571%20748.5324%20493.6554%20744.5329%20484.9951%20735.8725%20482.3287%20733.2061%20480.1636%20729.7079%20478.4998%20725.3777%20476.836%20721.0475%20476.0041%20717.8799%20476.0041%20715.8748L476.0041%20711.8753C476.0041%20701.8711%20479.0011%20693.872%20484.9951%20687.878%20488.3227%20683.8678%20492.3222%20681.0308%20496.9937%20679.367%20501.6652%20677.7032%20505.3341%20676.8713%20508.0005%20676.8713L512%20676.8713C580.0029%20676.8713%20642.993%20660.0412%20700.9704%20626.381%20758.9478%20592.7209%20804.7772%20546.8914%20838.4587%20488.8927%20872.1402%20430.894%20888.9703%20367.7332%20888.9489%20299.4104%20888.9276%20231.0875%20872.0975%20168.0974%20838.4587%20110.44%20804.8199%2052.7826%20758.9904%207.1238%20700.9704-26.5364%20642.9504-60.1965%20579.7896-77.0266%20511.4881-77.0266%20443.1865-77.0266%20380.1964-60.1965%20322.5176-26.5364%20264.8389%207.1238%20219.1801%2052.7826%20185.5413%20110.44%20151.9025%20168.0974%20135.0724%20231.2582%20135.0511%20299.9223%20135.0511%20309.9265%20131.3822%20318.5975%20124.0443%20325.9353%20121.378%20329.263%20117.8797%20331.7587%20113.5495%20333.4225%20109.2194%20335.0863%20106.0517%20335.9182%20104.0466%20335.9182L100.0471%20335.9182C90.0429%20335.9182%2081.7132%20332.5799%2075.0579%20325.9034%2071.0477%20321.8931%2068.2107%20317.723%2066.5469%20313.3928%2064.8831%20309.0626%2064.0512%20305.895%2064.0512%20303.8899L64.0512%20299.8903C64.0512%20239.2253%2075.8792%20181.2265%2099.5351%20125.8942%20123.1911%2070.5619%20155.0168%2022.898%20195.0122-17.0975%20235.0076-57.0929%20282.6715-88.9186%20338.0039-112.5746%20393.3362-136.2305%20451.3349-148.0585%20512-148.0585%20572.6651-148.0585%20630.6638-136.2305%20685.9961-112.5746%20741.3285-88.9186%20788.9924-57.0929%20828.9878-17.0975%20868.9832%2022.898%20900.8089%2070.5619%20924.4649%20125.8942%20948.1208%20181.2265%20959.9488%20239.2253%20959.9488%20299.8903%20959.9488%20360.5554%20948.1208%20418.5541%20924.4649%20473.8864%20900.8089%20529.2188%20868.9832%20576.8827%20828.9878%20616.8781%20788.9924%20656.8735%20741.3285%20688.6992%20685.9961%20712.3552%20630.6638%20736.0112%20572.6651%20747.8391%20512%20747.8391L512%20747.8711Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11B'%20unicode='&%23xE11B;'%20d='M512%20620C759.4%20620%20960%20476.7%20960%20300%20960%20123.3%20759.4-20%20512-20%20264.6-20%2064%20123.3%2064%20300%2064%20476.7%20264.6%20620%20512%20620ZM512%20556C457.8%20556%20405.4%20548.5%20356.1%20533.6%20309.5%20519.5%20267.8%20499.5%20232.4%20474.2%20165.1%20426.1%20128%20364.2%20128%20300%20128%20235.8%20165.1%20173.9%20232.4%20125.8%20267.8%20100.5%20309.5%2080.5%20356.1%2066.4%20405.4%2051.5%20457.8%2044%20512%2044%20566.2%2044%20618.6%2051.5%20667.9%2066.4%20714.5%2080.5%20756.2%20100.5%20791.6%20125.8%20858.9%20173.9%20896%20235.8%20896%20300%20896%20364.2%20858.9%20426.1%20791.6%20474.2%20756.2%20499.5%20714.5%20519.5%20667.9%20533.6%20618.6%20548.5%20566.2%20556%20512%20556ZM512%20460C600.4%20460%20672%20388.4%20672%20300%20672%20211.6%20600.4%20140%20512%20140%20423.6%20140%20352%20211.6%20352%20300%20352%20388.4%20423.6%20460%20512%20460ZM512%20396C459.1%20396%20416%20352.9%20416%20300%20416%20247.1%20459.1%20204%20512%20204%20564.9%20204%20608%20247.1%20608%20300%20608%20352.9%20564.9%20396%20512%20396Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE113'%20unicode='&%23xE113;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748ZM433.0667%20325.8396L433.0667%20164.7676C433.0667%20120.4727%20462.5965%20104.3655%20500.18%20128.5263L607.5614%20199.6665C643.8026%20226.5118%20643.8026%20266.7799%20607.5614%20290.9407L500.18%20362.0808C463.9388%20386.2416%20433.0667%20370.1344%20433.0667%20325.8396ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE112'%20unicode='&%23xE112;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748ZM598.4%20236L486.4%2092%20406.4%20188%20294.4%2044%20742.4%2044%20598.4%20236ZM480%20364C444.6538%20364%20416%20335.3462%20416%20300%20416%20264.6538%20444.6538%20236%20480%20236%20515.3462%20236%20544%20264.6538%20544%20300%20544%20335.3462%20515.3462%20364%20480%20364ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE114'%20unicode='&%23xE114;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748ZM656%20108L368%20108C359.1634%20108%20352%20100.8366%20352%2092L352%2060C352%2051.1634%20359.1634%2044%20368%2044L656%2044C664.8366%2044%20672%2051.1634%20672%2060L672%2092C672%20100.8366%20664.8366%20108%20656%20108ZM592%20236L368%20236C359.1634%20236%20352%20228.8366%20352%20220L352%20188C352%20179.1634%20359.1634%20172%20368%20172L592%20172C600.8366%20172%20608%20179.1634%20608%20188L608%20220C608%20228.8366%20600.8366%20236%20592%20236ZM464%20364L368%20364C359.1634%20364%20352%20356.8366%20352%20348L352%20316C352%20307.1634%20359.1634%20300%20368%20300L464%20300C472.8366%20300%20480%20307.1634%20480%20316L480%20348C480%20356.8366%20472.8366%20364%20464%20364ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE115'%20unicode='&%23xE115;'%20d='M623.9987%20748C650.4989%20748%20687.4979%20732.4997%20705.9994%20714.0002L861.9982%20558.0003C880.4987%20539.4998%20896%20502.4997%20896%20475.9995L896-100.001C896-126.5002%20874.5002-148%20847.9981-148L176-148C149.4998-148%20128-126.5002%20128-100.001L128%20700C128%20726.5002%20149.5008%20748%20176%20748L623.9987%20748ZM296%20356L232%20356%20232%20134%20360%20134%20360%20294%20296%20294%20296%20356ZM312%20246L312%20182%20280%20182%20280%20246%20312%20246ZM360%20420L296%20420%20296%20356%20360%20356%20360%20420ZM296%20484L232%20484%20232%20420%20296%20420%20296%20484ZM360%20548L296%20548%20296%20484%20360%20484%20360%20548ZM640%20680.0004L640%20491.9999%20827.9994%20491.9999C824.9992%20500.5006%20820.4988%20509.0003%20816.9985%20512.5006L660.4997%20669.0005C656.9994%20672.5008%20648.4987%20677.0001%20640%20680.0004ZM296%20612L232%20612%20232%20548%20296%20548%20296%20612ZM360%20676L296%20676%20296%20612%20360%20612%20360%20676Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE116'%20unicode='&%23xE116;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748ZM610.4875%20362.8135L476.6125%20321.8635C460.425%20317.226%20447.2125%20300.3385%20447.2125%20284.151L447.2125%20142.926C447.2125%20142.926%20437.5%20149.4885%20415.8875%20146.426%20384.125%20141.876%20358.4%20117.551%20358.4%2092.001%20358.4%2066.451%20384.125%2050.7885%20415.8875%2055.3385%20447.65%2059.801%20470.925%2083.426%20470.925%20108.976L470.925%20229.551C470.925%20240.926%20484.575%20245.7385%20484.575%20245.7385L602.9625%20282.8385C602.9625%20282.8385%20616.0875%20287.2135%20616.0875%20275.1385L616.0875%20178.276C616.0875%20178.276%20604.0125%20185.1885%20582.4%20182.5635%20550.6375%20178.7135%20524.9125%20154.9135%20524.9125%20129.3635%20524.9125%20103.8135%20550.6375%2087.626%20582.4%2091.476%20614.1625%2095.326%20639.8875%20119.126%20639.8875%20144.676L639.8875%20341.8135C639.8875%20358.0885%20626.7625%20367.451%20610.4875%20362.8135ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE111'%20unicode='&%23xE111;'%20d='M675.35%20749.8971C680.0249%20745.8444%20682.7093%20739.9618%20682.7093%20733.7748L682.7093-155.6545C682.7093-161.833%20680.0289-167.7076%20675.364-171.7587%20670.6991-175.8098%20664.5069-177.6395%20658.3893-176.7745L121.984-100.1879C100.9564-97.1931%2085.3333-79.1877%2085.3333-57.9479L85.3333%20636.0681C85.3333%20657.308%20100.9564%20675.3133%20121.984%20678.3081L658.3467%20754.8948C664.471%20755.7734%20670.6751%20753.9498%20675.35%20749.8971ZM896.0427%20673.0601C919.6068%20673.0601%20938.7093%20653.9576%20938.7093%20630.3935L938.7093-52.2732C938.7093-75.8374%20919.6068-94.9399%20896.0427-94.9399L725.376-94.9399%20725.376-9.6065%20853.376-9.6065%20853.376%20587.7268%20725.376%20587.7268%20725.376%20673.0601%20896.0427%20673.0601ZM298.7093%20459.7268L213.376%20459.7268%20213.376%20118.3935%20298.7093%20118.3935%20384.0427%20203.7268%20469.376%20118.3935%20554.7093%20118.3935%20554.7093%20459.7268%20469.376%20459.7268%20469.376%20246.8628%20384.0427%20331.7268%20299.136%20246.3935%20298.7093%20459.7268Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE117'%20unicode='&%23xE117;'%20d='M675.3073%20760.837C679.9823%20756.7843%20682.6667%20750.9017%20682.6667%20744.7147L682.6667-144.7147C682.6667-150.8931%20679.9862-156.7677%20675.3213-160.8188%20670.6564-164.8699%20664.4643-166.6996%20658.3467-165.8347L121.9413-89.248C100.9137-86.2532%2085.2907-68.2478%2085.2907-47.008L85.2907%20647.008C85.2907%20668.2478%20100.9137%20686.2532%20121.9413%20689.248L658.304%20765.8347C664.4283%20766.7132%20670.6324%20764.8897%20675.3073%20760.837ZM896%20684C919.5642%20684%20938.6667%20664.8975%20938.6667%20641.3333L938.6667-41.3333C938.6667-64.8975%20919.5642-84%20896-84L725.3333-84%20725.3333%201.3333%20853.3333%201.3333%20853.3333%20598.6667%20725.3333%20598.6667%20725.3333%20684%20896%20684ZM315.7333%20470.6667L213.3333%20470.6667%20332.8%20300%20213.3333%20129.3333%20315.7333%20129.3333%20384%20226.8693%20452.2667%20129.3333%20554.6667%20129.3333%20435.2%20300%20554.6667%20470.6667%20452.2667%20470.6667%20384%20373.1307%20315.7333%20470.6667Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE118'%20unicode='&%23xE118;'%20d='M616.8%20748C625.3%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.4C860.6%20517.4%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748L616.8%20748ZM443.5625%20334.4375L353.5625%20334.4375%20353.5625%2044%20409.4375%2044%20409.4375%20208.25C409.4375%20232.75%20408.625%20257.1875%20407%20281.5625L408.6875%20281.5625C413.0625%20260.1875%20416.125%20247.125%20417.875%20242.375L490.4375%2044%20539.75%2044%20611.375%20244.25C613.625%20250.5%20616.625%20262.9375%20620.375%20281.5625L621.875%20281.5625C620.25%20256.9375%20619.4375%20236.5%20619.4375%20220.25L619.4375%2044%20680.5625%2044%20680.5625%20334.4375%20593%20334.4375%20530.1875%20159.3125C526.0625%20147.6875%20522.0625%20133.9375%20518.1875%20118.0625L516.875%20118.0625C515%20130.8125%20511.4375%20144.4375%20506.1875%20158.9375L443.5625%20334.4375ZM602%20674.2L602%20486%20790.2%20486%20602%20674.2Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE119'%20unicode='&%23xE119;'%20d='M854.6%20523.3C860.6%20517.3%20864%20509.2%20864%20500.7L864-116C864-133.7%20849.7-148%20832-148L192-148C174.3-148%20160-133.7%20160-116L160%20716C160%20733.7%20174.3%20748%20192%20748L616.7%20748C625.2%20748%20633.4%20744.6%20639.4%20738.6L854.6%20523.3ZM790.2%20486L602%20674.2%20602%20486%20790.2%20486ZM633.217%20174.744C618.043%20175.233%20601.903%20174.074%20583.567%20171.78%20559.269%20186.767%20542.913%20207.362%20531.293%20237.607%20531.573%20238.759%20532.153%20241.145%20532.356%20241.987%20532.83%20243.945%20533.223%20245.581%20533.599%20247.172%20537.892%20265.302%20540.214%20278.53%20540.899%20291.867%20541.417%20301.941%20540.859%20311.235%20539.072%20319.843%20535.774%20338.427%20522.618%20349.296%20506.051%20349.969%20490.605%20350.596%20476.402%20341.976%20472.77%20328.596%20466.857%20306.984%20470.32%20278.526%20482.85%20230.014%20466.886%20191.958%20445.798%20147.353%20431.647%20122.475%20412.762%20112.735%20398.043%20103.87%20385.694%2094.048%20369.391%2081.082%20359.214%2067.758%20356.408%2053.742%20355.053%2047.262%20357.1%2038.776%20361.768%2031.83%20367.064%2023.951%20375.05%2018.839%20384.623%2018.095%20408.775%2016.218%20438.453%2041.119%20471.213%2097.353%20474.508%2098.443%20477.993%2099.61%20482.239%20101.043%20484.562%20101.826%20492.703%20104.581%20494.149%20105.069%20501.67%20107.609%20507.129%20109.429%20512.525%20111.185%20535.921%20118.797%20553.621%20123.614%20569.735%20126.348%20597.708%20111.375%20630.051%20101.552%20651.833%20101.552%20669.812%20101.552%20681.959%20110.871%20686.348%20125.537%20690.205%20138.423%20687.142%20153.361%20678.875%20161.621%20670.315%20170.031%20654.575%20174.055%20633.217%20174.744L633.217%20174.744ZM385.232%2046.324L385.232%2046.684%20385.358%2047.022C386.633%2050.443%20388.515%2054.03%20390.958%2057.78%20395.242%2064.356%20401.131%2071.28%20408.43%2078.645%20412.35%2082.6%20416.432%2086.445%20421.22%2090.765%20422.293%2091.734%20429.13%2097.824%20430.409%2099.015L441.585%20109.422%20433.465%2096.488C421.139%2076.85%20410.005%2062.708%20400.452%2053.484%20396.945%2050.097%20393.852%2047.584%20391.361%2045.979%20390.334%2045.317%20389.445%2044.835%20388.748%2044.555%20388.339%2044.392%20387.977%2044.287%20387.618%2044.253%20387.2381%2044.2084%20386.8531%2044.2636%20386.501%2044.413%20385.7311%2044.7355%20385.2306%2045.4893%20385.232%2046.324ZM511.166%20264.593L508.906%20260.586%20507.516%20264.971C504.402%20274.8%20502.129%20289.612%20501.5%20302.968%20500.784%20318.165%20501.99%20327.291%20506.786%20327.291%20513.526%20327.291%20516.617%20316.483%20516.862%20300.238%20517.078%20285.958%20514.832%20271.096%20511.166%20264.593ZM505.356%20206.129L506.89%20210.179%20508.978%20206.384C520.668%20185.139%20535.836%20167.417%20552.516%20155.069L556.111%20152.407%20551.731%20151.503C535.403%20148.131%20520.187%20143.046%20499.391%20134.661%20501.565%20135.537%20477.768%20125.798%20471.753%20123.492L466.501%20121.479%20469.303%20126.356C481.653%20147.852%20493.061%20173.682%20505.355%20206.129L505.356%20206.129ZM662.982%20129.868C655.118%20126.764%20638.205%20129.539%20608.413%20142.255L600.852%20145.482%20609.051%20146.089C632.346%20147.813%20648.858%20146.529%20658.473%20143.009%20662.563%20141.511%20665.297%20139.621%20666.51%20137.456%20667.82%20135.12%20667.22%20132.646%20665.148%20131.146%20664.7%20130.719%20663.993%20130.266%20662.982%20129.868L662.982%20129.868Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11A'%20unicode='&%23xE11A;'%20d='M675.35%20749.8971C680.0249%20745.8444%20682.7093%20739.9618%20682.7093%20733.7748L682.7093-155.6545C682.7093-161.833%20680.0289-167.7076%20675.364-171.7587%20670.6991-175.8098%20664.5069-177.6395%20658.3893-176.7745L121.984-100.1879C100.9564-97.1931%2085.3333-79.1877%2085.3333-57.9479L85.3333%20636.0681C85.3333%20657.308%20100.9564%20675.3133%20121.984%20678.3081L658.3467%20754.8948C664.471%20755.7734%20670.6751%20753.9498%20675.35%20749.8971ZM896.0427%20673.0601C919.6068%20673.0601%20938.7093%20653.9576%20938.7093%20630.3935L938.7093-52.2732C938.7093-75.8374%20919.6068-94.9399%20896.0427-94.9399L725.376-94.9399%20725.376-9.6065%20853.376-9.6065%20853.376%20587.7268%20725.376%20587.7268%20725.376%20673.0601%20896.0427%20673.0601ZM540.4871%20488.1712L199.1538%20488.1712%20199.1538%20146.8379%20284.4871%20146.8379%20284.4871%20232.1712%20540.4871%20232.1712%20540.4871%20488.1712ZM455.1538%20402.8379L455.1538%20317.5046%20284.4871%20317.5046%20284.4871%20402.8379%20455.1538%20402.8379Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE121'%20unicode='&%23xE121;'%20d='M478.72%20684C672.32%20684%20829.44%20526.88%20829.44%20333.28%20829.44%20250.4%20800.64%20174.24%20752.64%20114.4L884.48-17.44C899.84-32.8%20899.84-57.44%20884.48-72.48S844.48-87.84%20829.44-72.48L697.6%2059.36C637.44%2011.36%20561.6-17.44%20478.72-17.44%20285.12-17.44%20128%20139.68%20128%20333.28S285.12%20684%20478.72%20684ZM478.72%20605.6C328.32%20605.6%20206.4%20483.68%20206.4%20333.28S328.32%2060.96%20478.72%2060.96C537.28%2060.96%20592.96%2079.52%20639.04%20113.12L648.64%20120.48%20672.32%20139.68%20691.52%20163.36C727.36%20208.16%20748.16%20262.88%20750.72%20320.8L751.04%20333.28C751.04%20483.68%20629.12%20605.6%20478.72%20605.6Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11F'%20unicode='&%23xE11F;'%20d='M864%20652C899.3462%20652%20928%20623.3462%20928%20588L928%2012C928-23.3462%20899.3462-52%20864-52L160-52C124.6538-52%2096-23.3462%2096%2012L96%20588C96%20623.3462%20124.6538%20652%20160%20652ZM544%20588L160%20588%20160%2012%20544%2012%20544%20588ZM864%20588L608%20588%20608%2012%20864%2012%20864%20588ZM800%20364L800%20300%20672%20300%20672%20364%20800%20364ZM800%20492L800%20428%20672%20428%20672%20492%20800%20492Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE120'%20unicode='&%23xE120;'%20d='M832%20652C867.3462%20652%20896%20623.3462%20896%20588L896%2018.4C896-20.4808%20867.3462-52%20832-52L192-52C156.6538-52%20128-20.4808%20128%2018.4L128%20588C128%20623.3462%20156.6538%20652%20192%20652L832%20652ZM832%20460L192%20460%20192%2012%20832%2012%20832%20460ZM704%20588C686.3269%20588%20672%20573.6731%20672%20556%20672%20538.3269%20686.3269%20524%20704%20524%20721.6731%20524%20736%20538.3269%20736%20556%20736%20573.6731%20721.6731%20588%20704%20588ZM608%20588C590.3269%20588%20576%20573.6731%20576%20556%20576%20538.3269%20590.3269%20524%20608%20524%20625.6731%20524%20640%20538.3269%20640%20556%20640%20573.6731%20625.6731%20588%20608%20588ZM800%20588C782.3269%20588%20768%20573.6731%20768%20556%20768%20538.3269%20782.3269%20524%20800%20524%20817.6731%20524%20832%20538.3269%20832%20556%20832%20573.6731%20817.6731%20588%20800%20588Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11D'%20unicode='&%23xE11D;'%20d='M528%20716C589.8559%20716%20640%20665.8559%20640%20604%20640%20603.6241%20639.9981%20603.2487%20639.9945%20602.8737%20774.7291%20551.3341%20870.4%20420.8396%20870.4%20268%20870.4%20245.4507%20868.3176%20223.3878%20864.3345%20201.9931%20883.9388%20181.8561%20896%20154.3366%20896%20124%20896%2062.1441%20845.8559%2012%20784%2012%20777.3525%2012%20770.8402%2012.5791%20764.5109%2013.6897%20699.7526-50.6495%20610.5184-90.4%20512-90.4%20413.4816-90.4%20324.2474-50.6495%20259.4612%2013.6877%20253.1598%2012.5791%20246.6475%2012%20240%2012%20178.1441%2012%20128%2062.1441%20128%20124%20128%20154.3366%20140.0612%20181.8561%20159.6499%20202.0249%20155.6824%20223.3878%20153.6%20245.4507%20153.6%20268%20153.6%20432.8448%20264.8905%20571.6963%20416.4355%20613.5184%20421.2316%20670.9212%20469.3514%20716%20528%20716ZM436.5201%20539.3665L432.0511%20538.0893C315.4696%20503.6336%20230.4%20395.7514%20230.4%20268%20230.4%20257.0771%20231.0219%20246.2994%20232.2322%20235.7004L233.8549%20235.8343%20240%20236C301.8559%20236%20352%20185.8559%20352%20124%20352%2097.8684%20343.0507%2073.8271%20328.0498%2054.7737%20377.3611%2012.1827%20441.6696-13.6%20512-13.6%20582.3304-13.6%20646.6389%2012.1827%20695.9893%2054.812%20680.9493%2073.8271%20672%2097.8684%20672%20124%20672%20185.8559%20722.1441%20236%20784%20236%20786.6073%20236%20789.1938%20235.9109%20791.7567%20235.7356%20792.9781%20246.2994%20793.6%20257.0771%20793.6%20268%20793.6%20387.9728%20718.5746%20490.4224%20612.8817%20530.9909%20592.3503%20507.0949%20561.938%20492%20528%20492%20490.2178%20492%20456.8051%20510.7083%20436.5201%20539.3665Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE13A'%20unicode='&%23xE13A;'%20d='M708.9231%20654.4615L984.6154%20654.4615C1006.3669%20654.4615%201024%20636.8284%201024%20615.0769L1024-133.2308C1024-176.7338%20988.7338-212%20945.2308-212L708.9231-212%20708.9231%20654.4615%20708.9231%20654.4615ZM0-172.6154C0-183.0608%204.1494-193.0785%2011.5355-200.4645%2018.9215-207.8506%2028.9392-212%2039.3846-212L945.2308-212C901.7277-212%20866.4615-176.7338%20866.4615-133.2308L866.4615%20772.6154C866.4615%20794.3669%20848.8284%20812%20827.0769%20812L39.3846%20812C17.6331%20812%200%20794.3669%200%20772.6154L0-172.6154ZM196.9231%20523.1795C175.1716%20523.1795%20157.5385%20505.5464%20157.5385%20483.7949%20157.5385%20462.0433%20175.1716%20444.4103%20196.9231%20444.4103L354.4615%20444.4103C376.2131%20444.4103%20393.8462%20462.0433%20393.8462%20483.7949%20393.8462%20505.5464%20376.2131%20523.1795%20354.4615%20523.1795L196.9231%20523.1795ZM196.9231%20286.8718C175.1716%20286.8718%20157.5385%20269.2387%20157.5385%20247.4872%20157.5385%20225.7357%20175.1716%20208.1026%20196.9231%20208.1026L669.5385%20208.1026C691.29%20208.1026%20708.9231%20225.7357%20708.9231%20247.4872%20708.9231%20269.2387%20691.29%20286.8718%20669.5385%20286.8718L196.9231%20286.8718ZM196.9231%2050.5641C175.1716%2050.5641%20157.5385%2032.931%20157.5385%2011.1795%20157.5385-10.572%20175.1716-28.2051%20196.9231-28.2051L433.2308-28.2051C454.9823-28.2051%20472.6154-10.572%20472.6154%2011.1795%20472.6154%2032.931%20454.9823%2050.5641%20433.2308%2050.5641L196.9231%2050.5641%20196.9231%2050.5641Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE101'%20unicode='&%23xE101;'%20d='M512%20716C741.7505%20716%20928%20529.7505%20928%20300%20928%2070.2495%20741.7505-116%20512-116%20282.2495-116%2096%2070.2495%2096%20300%2096%20529.7505%20282.2495%20716%20512%20716ZM512%20652C317.5958%20652%20160%20494.4042%20160%20300%20160%20105.5958%20317.5958-52%20512-52%20706.4042-52%20864%20105.5958%20864%20300%20864%20494.4042%20706.4042%20652%20512%20652ZM528%20444C598.6924%20444%20656%20386.6924%20656%20316L656%20284C656%20213.3076%20598.6924%20156%20528%20156L496%20156C425.3076%20156%20368%20213.3076%20368%20284L368%20316C368%20386.6924%20425.3076%20444%20496%20444L528%20444Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE102'%20unicode='&%23xE102;'%20d='M873.6%20712.8L118.4%20335.2C89.6%20319.2%2089.6%20290.4%20112%20274.4L294.4%20162.4C310.4%20156%20323.2%20156%20339.2%20168.8L736%20524%20390.4%20140C384%20133.6%20384%20124%20384%20117.6V-48.8C384-64.8%20390.4-77.6%20406.4-87.2S435.2-87.2%20444.8-80.8L534.4%208.8%20716.8-112.8C745.6-128.8%20771.2-119.2%20777.6-90.4L928%20664.8C934.4%20703.2%20908.8%20725.6%20873.6%20712.8Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE106'%20unicode='&%23xE106;'%20d='M192%20236.9971L192%20684%20128%20684%20128%20236.9971%20192%20236.9971ZM448-84C492.4018-77.3653%20524.4018-66.6986%20544-52%20586.6667-20%20608%2022.6667%20608%2076L608%20172%20843.5169%20172C849.375%20172%20855.2053%20172.8043%20860.8446%20174.3903%20894.8707%20183.9602%20914.6964%20219.3016%20905.1266%20253.3277L797.1266%20637.3277C789.3635%20664.9296%20764.1897%20684%20735.5169%20684L288%20684%20288%20236%20448-84ZM483.008-10.976L352%20251.04%20352%20620%20735.5169%20620%20843.5169%20236%20608%20236%20544%20236%20544%2076C544%2042.8111%20532.1511%2019.1133%20505.6-0.8%20501.3778-3.9667%20494.5455-7.2215%20485.1982-10.3176L483.008-10.976Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE105'%20unicode='&%23xE105;'%20d='M192%20236.9971L192%20684%20128%20684%20128%20236.9971%20192%20236.9971ZM448-84C492.4018-77.3653%20524.4018-66.6986%20544-52%20586.6667-20%20608%2022.6667%20608%2076L608%20172%20843.5169%20172C849.375%20172%20855.2053%20172.8043%20860.8446%20174.3903%20894.8707%20183.9602%20914.6964%20219.3016%20905.1266%20253.3277L797.1266%20637.3277C789.3635%20664.9296%20764.1897%20684%20735.5169%20684L288%20684%20288%20236%20448-84Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE103'%20unicode='&%23xE103;'%20d='M192%20363.0029L192-84%20128-84%20128%20363.0029%20192%20363.0029ZM448%20684C492.4018%20677.3653%20524.4018%20666.6986%20544%20652%20586.6667%20620%20608%20577.3333%20608%20524L608%20428%20843.5169%20428C849.375%20428%20855.2053%20427.1957%20860.8446%20425.6097%20894.8707%20416.0398%20914.6964%20380.6984%20905.1266%20346.6723L797.1266-37.3277C789.3635-64.9296%20764.1897-84%20735.5169-84L288-84%20288%20364%20448%20684ZM483.008%20610.976L352%20348.96%20352-20%20735.5169-20%20843.5169%20364%20544%20364%20544%20524C544%20557.1889%20532.1511%20580.8867%20505.6%20600.8%20501.3778%20603.9667%20494.5455%20607.2215%20485.1982%20610.3176L483.008%20610.976Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE104'%20unicode='&%23xE104;'%20d='M192%20363.0029L192-84%20128-84%20128%20363.0029%20192%20363.0029ZM288%20364L288-84%20759.7585-84C774.0949-84%20786.6818-74.4648%20790.5633-60.6639L916.5633%20387.3361C921.3482%20404.3492%20911.4354%20422.0199%20894.4223%20426.8048%20891.6027%20427.5979%20888.6875%20428%20885.7585%20428L608%20428%20608%20428%20608%20524C608%20577.3333%20586.6667%20620%20544%20652%20524.4018%20666.6986%20492.4018%20677.3653%20448%20684L288%20364Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE107'%20unicode='&%23xE107;'%20d='M821.4281%20684C862.6252%20684%20896%20649.9848%20896%20607.9972L896-53.1737C896-70.1813%20882.963-84%20866.2756-84%20858.5835-84%20851.667-81.0638%20846.4455-76.2847%20846.2952-76.2076%20846.1162-76.1186%20845.9378-76.0277L545.5644%2081.8242%20545.043%2081.8242%20243.6267-75.4962%20240.5446-76.6261C235.3847-80.9198%20228.8046-83.4685%20221.7244-83.4685%20205.037-83.4685%20192-69.6498%20192-53.1737L192%20607.9972C192%20649.9848%20225.3748%20684%20266.5719%20684L821.4281%20684ZM821.4281%20623.4104L266.5719%20623.4104C258.2281%20623.4104%20251.4489%20616.501%20251.4489%20607.9972L251.424-2.784%20520.5333%20137.6305C521.5763%20138.1619%20522.0978%20138.6934%20523.1407%20138.6934%20536.6993%20145.6028%20553.9081%20145.6028%20567.9881%20138.1619L570.0741%20137.099%20836.544-2.656%20836.5511%20607.9972C836.5511%20616.501%20829.7719%20623.4104%20821.4281%20623.4104ZM725.997%20328.4346C742.163%20328.4346%20755.7215%20314.6159%20755.7215%20298.1398L755.712%20267.872%20785.4459%20267.845C802.1333%20267.845%20815.1704%20254.0263%20815.1704%20237.5502%20815.1704%20221.074%20802.1333%20207.2554%20785.4459%20207.2554L755.712%20207.264%20755.7215%20176.4291C755.7215%20159.9529%20742.163%20146.1343%20725.997%20146.1343%20709.3096%20146.1343%20696.2726%20159.9529%20696.2726%20176.4291L696.256%20207.264%20666.0267%20207.2554C649.3393%20207.2554%20636.3022%20221.074%20636.3022%20237.5502%20636.3022%20254.0263%20649.8607%20267.845%20666.0267%20267.845L696.256%20267.872%20696.2726%20298.1398C696.2726%20315.1474%20709.8311%20328.4346%20725.997%20328.4346ZM663.4193%20580.8913C680.1067%20580.8913%20693.1437%20567.0727%20693.1437%20550.5965%20693.1437%20533.5889%20680.1067%20520.3017%20663.4193%20520.3017L424.5807%20520.3017C407.8933%20520.3017%20394.8563%20534.1204%20394.8563%20550.5965%20394.8563%20567.6042%20408.4148%20580.8913%20424.5807%20580.8913L663.4193%20580.8913Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE108'%20unicode='&%23xE108;'%20d='M470.8207%20449.2993L278.0121%20262.9191C211.5037%20198.6281%20211.5293%2094.3927%20278.0702%2030.0694%20344.5037-34.1492%20452.5116-34.2111%20518.951%2030.0123L760.0061%20263.0314C773.3131%20275.8938%20794.8865%20275.8938%20808.1935%20263.0314%20821.5005%20250.168%20821.5005%20229.313%20808.1935%20216.4506L567.1384-16.5685C474.0722-106.53%20322.9165-106.4434%20229.8828-16.5114%20136.7338%2073.5328%20136.6974%20219.4765%20229.8237%20309.4998L567.2556%20635.6805C567.2654%20635.692%20567.2773%20635.7015%20567.2871%20635.711%20633.9304%20700.0581%20741.371%20700.1638%20808.1345%20635.6234%20874.7827%20571.1983%20874.9392%20467.295%20808.1542%20402.7366L615.3041%20216.3173%20470.9625%2076.7872C430.9303%2038.0897%20366.3292%2037.9155%20326.2576%2076.6511%20286.178%20115.3953%20286.0235%20177.5018%20326.3994%20216.5305L663.4305%20542.3257C676.7365%20555.1881%20698.3109%20555.1881%20711.6179%20542.3257%20724.9239%20529.4624%20724.9239%20508.6064%20711.6179%20495.7449L374.5868%20169.9488C360.876%20156.6962%20360.9272%20136.2999%20374.445%20123.2319%20387.8425%20110.281%20409.2948%20110.3391%20422.7741%20123.368L567.1158%20262.8981%20759.9648%20449.3174C800.1044%20488.1187%20800.0128%20550.3118%20759.9451%20589.0417%20740.8239%20607.6525%20714.8119%20618.1202%20687.6773%20618.1236%20660.5426%20618.127%20634.5278%20607.6658%20615.4016%20589.0598L470.8207%20449.2993Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10B'%20unicode='&%23xE10B;'%20d='M511.4913%20620L639.922%20460.1281%20383.922%20460.1281%20511.4913%20620ZM768%20684L768%20620%20256%20620%20256%20684%20768%20684ZM256-20L768-20%20768-84%20256-84ZM480%20460L544%20460%20544%20140%20639.922%20140%20511.4913-19.8719%20383.922%20140%20480%20140%20480%20460Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE109'%20unicode='&%23xE109;'%20d='M511.4913%20268L639.922%20108.1281%20544%20108.16%20544-116%20480-116%20480%20108.16%20383.922%20108.1281%20511.4913%20268ZM832%20332L832%20268%20192%20268%20192%20332%20832%20332ZM544%20716L544%20492.032%20639.922%20492%20511.4913%20332.1281%20383.922%20492%20480%20492.032%20480%20716%20544%20716Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10A'%20unicode='&%23xE10A;'%20d='M642.2717%20620L642.2717%20556%20416%20556C309.9613%20556%20224%20470.0387%20224%20364%20224%20257.9613%20309.9613%20172%20416%20172L771.712%20172%20640%20302.48%20686%20348%20896%20140%20686-68%20640-22.48%20771.712%20108%20416%20108C277.2827%20108%20164.3346%20218.3308%20160.1218%20356.0263L160%20364C160%20505.3849%20274.6151%20620%20416%20620L642.2717%20620Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10C'%20unicode='&%23xE10C;'%20d='M932.0613%20212.1342L787.9257%20301.4963%20753.515%20246.0527%20889.2102%20162.5611%20564.5805-38.9929C533.1572-58.5519%20493.4208-58.5519%20461.9975-38.9929L137.3679%20162.5611%20269.1675%20245.4004%20234.7568%20300.8441%2091.9197%20212.1342C74.5339%20201.741%2063.9152%20182.8858%2064.0005%20162.5611%2063.9456%20142.0718%2074.527%20123.0356%2091.9197%20112.3356L426.9375-94.4366C478.8774-127.4538%20545.1035-127.4538%20597.0435-94.4366L932.0613%20111.0311C949.454%20121.731%20960.0354%20140.7672%20959.9794%20161.2565%20960.5339%20182.0443%20949.8537%20201.5077%20932.0613%20212.1342ZM784.6794%20428.6906L745.7238%20480.8729%20544.4534%20330.1966%20544.4534%20732%20479.5275%20732%20479.5275%20330.1966%20278.2571%20480.8729%20239.3016%20428.6906%20511.9905%20224.5275%20784.6794%20428.6906Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10D'%20unicode='&%23xE10D;'%20d='M160%20620L864%20620C881.6731%20620%20896%20605.6731%20896%20588%20896%20570.3269%20881.6731%20556%20864%20556L160%20556C142.3269%20556%20128%20570.3269%20128%20588%20128%20605.6731%20142.3269%20620%20160%20620ZM160%20332L512%20332C529.6731%20332%20544%20317.6731%20544%20300%20544%20282.3269%20529.6731%20268%20512%20268L160%20268C142.3269%20268%20128%20282.3269%20128%20300%20128%20317.6731%20142.3269%20332%20160%20332ZM160%2044L736%2044C753.6731%2044%20768%2029.6731%20768%2012%20768-5.6731%20753.6731-20%20736-20L160-20C142.3269-20%20128-5.6731%20128%2012%20128%2029.6731%20142.3269%2044%20160%2044Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10E'%20unicode='&%23xE10E;'%20d='M512%20748C759.4236%20748%20960%20547.4236%20960%20300%20960%2052.5764%20759.4236-148%20512-148%20453.1655-148%20396.9798-136.6587%20345.5101-116.0431L96-116%2095.9953%20133.4143C75.3554%20184.9102%2064%20241.129%2064%20300%2064%20547.4236%20264.5764%20748%20512%20748ZM512%20684C299.9227%20684%20128%20512.0773%20128%20300%20128%20250.3918%20137.3783%20202.1912%20155.4012%20157.2247L159.995%20145.7633%20159.968-52%20345.5211-52.0431%20357.8561-52.0452%20369.3066-56.6316C414.25-74.6332%20462.4221-84%20512-84%20724.0773-84%20896%2087.9227%20896%20300%20896%20512.0773%20724.0773%20684%20512%20684ZM512%20524C529.6731%20524%20544%20509.6731%20544%20492L544%20332%20704%20332C721.6731%20332%20736%20317.6731%20736%20300%20736%20283.5893%20723.6467%20270.0638%20707.7319%20268.2153L704%20268%20544%20268%20544%20108C544%2091.5893%20531.6467%2078.0638%20515.7319%2076.2153L512%2076C494.3269%2076%20480%2090.3269%20480%20108L480%20268%20320%20268C302.3269%20268%20288%20282.3269%20288%20300%20288%20317.6731%20302.3269%20332%20320%20332L480%20332%20480%20492C480%20509.6731%20494.3269%20524%20512%20524Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE10F'%20unicode='&%23xE10F;'%20d='M534.3003%20199.7875C564.03%20196.6379%20587.4715%20186.2296%20604.625%20168.5625%20632.5%20143.1875%20646.4375%20105.1875%20646.4375%2054.5625%20646.4375%204.9375%20632.5-33.0625%20604.625-59.4375%20583.75-80.9375%20553.5625-91.6875%20514.0625-91.6875%20474.5625-91.6875%20444.375-80.9375%20423.5-59.4375%20396.9207-34.4008%20382.9568%201.1112%20381.6081%2047.0983L454.8698%20120.439C444.2066%20104.0563%20438.875%2082.0975%20438.875%2054.5625%20438.875%2023.4375%20445.6875-0.5625%20459.3125-17.4375%20472.9375-34.3125%20491.1875-42.75%20514.0625-42.75%20536.9375-42.75%20555.125-34.3125%20568.625-17.4375%20582-0.5625%20588.6875%2023.4375%20588.6875%2054.5625%20588.6875%2085.5625%20581.9687%20109.5313%20568.5313%20126.4687%20555.0938%20143.4062%20536.9375%20151.875%20514.0625%20151.875%20499.6313%20151.875%20487.0408%20148.5169%20476.2911%20141.8006L534.3003%20199.7875ZM812.1875%20192.375C839.9375%20192.375%20862.0625%20185.25%20878.5625%20171%20895.0625%20156.75%20903.3125%20134.6875%20903.3125%20104.8125%20903.3125%2072.1875%20895.0625%2049.125%20878.5625%2035.625%20862.0625%2022.125%20838.5%2015.375%20807.875%2015.375L749.1875%2015.375%20749.1875-84%20691.8125-84%20691.8125%20192.375%20812.1875%20192.375ZM275.3715-59.104L275.375-84%20250.4755-84%20275.3715-59.104ZM824.9016%20626.1564L870.1564%20580.9016%20213.9613-75.2935%20168.7065-30.0387%20824.9016%20626.1564ZM803%20144.375L749.1875%20144.375%20749.1875%2063%20803%2063C816.625%2063%20827.25%2066.3125%20834.875%2072.9375%20842.375%2079.5625%20846.125%2090.0625%20846.125%20104.4375%20846.125%20118.8125%20842.3438%20129.0625%20834.7813%20135.1875%20827.2187%20141.3125%20816.625%20144.375%20803%20144.375ZM345.8675%20192.384L296.9395%20143.456%20275.375%20143.4375%20275.3715%20121.888%20217.2275%2063.744%20217.25%20143.4375%20134.1875%20143.4375%20134.1875%20192.375%20345.8675%20192.384ZM496%20716L677.3875%20523.904%20581.4835%20428%20576%20428%20575.9795%20422.496%20421.4835%20268%20416%20268%20416%20428%20224%20428%20496%20716Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE110'%20unicode='&%23xE110;'%20d='M496%20716L768%20428%20576%20428%20576%20268%20416%20268%20416%20428%20224%20428%20496%20716ZM358.0625%20192.375L358.0625%20143.4375%20275.375%20143.4375%20275.375-84%20217.25-84%20217.25%20143.4375%20134.1875%20143.4375%20134.1875%20192.375%20358.0625%20192.375ZM514.0625-91.6875C474.5625-91.6875%20444.375-80.9375%20423.5-59.4375%20395.5-33.0625%20381.5%204.9375%20381.5%2054.5625%20381.5%20105.1875%20395.5%20143.1875%20423.5%20168.5625%20444.375%20190.0625%20474.5625%20200.8125%20514.0625%20200.8125%20553.5625%20200.8125%20583.75%20190.0625%20604.625%20168.5625%20632.5%20143.1875%20646.4375%20105.1875%20646.4375%2054.5625%20646.4375%204.9375%20632.5-33.0625%20604.625-59.4375%20583.75-80.9375%20553.5625-91.6875%20514.0625-91.6875ZM568.625-17.4375C582-0.5625%20588.6875%2023.4375%20588.6875%2054.5625%20588.6875%2085.5625%20581.9687%20109.5313%20568.5313%20126.4687%20555.0938%20143.4062%20536.9375%20151.875%20514.0625%20151.875%20491.1875%20151.875%20472.9375%20143.4375%20459.3125%20126.5625%20445.6875%20109.6875%20438.875%2085.6875%20438.875%2054.5625%20438.875%2023.4375%20445.6875-0.5625%20459.3125-17.4375%20472.9375-34.3125%20491.1875-42.75%20514.0625-42.75%20536.9375-42.75%20555.125-34.3125%20568.625-17.4375ZM807.875%2015.375L749.1875%2015.375%20749.1875-84%20691.8125-84%20691.8125%20192.375%20812.1875%20192.375C839.9375%20192.375%20862.0625%20185.25%20878.5625%20171%20895.0625%20156.75%20903.3125%20134.6875%20903.3125%20104.8125%20903.3125%2072.1875%20895.0625%2049.125%20878.5625%2035.625%20862.0625%2022.125%20838.5%2015.375%20807.875%2015.375ZM834.875%2072.9375C842.375%2079.5625%20846.125%2090.0625%20846.125%20104.4375%20846.125%20118.8125%20842.3438%20129.0625%20834.7813%20135.1875%20827.2187%20141.3125%20816.625%20144.375%20803%20144.375L749.1875%20144.375%20749.1875%2063%20803%2063C816.625%2063%20827.25%2066.3125%20834.875%2072.9375Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11C'%20unicode='&%23xE11C;'%20d='M573.5385%20652L573.5385%20594.4%20219.0769%20594.4%20219.0769%205.6%20804.9231%205.6%20804.9231%20320.8%20864%20320.8%20864-23.2C864-39.0976%20850.7668-52%20834.4615-52L189.5385-52C173.2332-52%20160-39.0976%20160-23.2L160%20623.2C160%20639.0976%20173.2332%20652%20189.5385%20652L573.5385%20652ZM855.1908%20652L896%20608.0516%20520.8092%20204%20480%20247.9484%20855.1908%20652Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE11E'%20unicode='&%23xE11E;'%20d='M659.2%20565.6V626.4C659.2%20658.4%20633.6%20684%20601.6%20684H425.6C393.6%20684%20368%20658.4%20368%20626.4V568.8H128V511.2H230.4V-20C230.4-52%20256-77.6%20288-77.6H729.6C761.6-77.6%20787.2-52%20787.2-20V508H896V565.6H659.2ZM422.4%20610.4C422.4%20620%20428.8%20626.4%20438.4%20626.4H585.6C595.2%20626.4%20601.6%20620%20601.6%20610.4V565.6H425.6V610.4ZM732.8-10.4C732.8-20%20726.4-26.4%20716.8-26.4H304C294.4-26.4%20288-20%20288-10.4V508H729.6V-10.4ZM576%20428H640V108H576V428ZM384%20428H448V108H384V428Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE122'%20unicode='&%23xE122;'%20d='M512%20748C759.424%20748%20960%20547.424%20960%20300%20960%2052.576%20759.424-148%20512-148%20264.576-148%2064%2052.576%2064%20300%2064%20547.424%20264.576%20748%20512%20748ZM543.984%20523.984L480%20523.984%20480%20331.968%20288%20331.968%20288%20267.984%20480%20267.984%20480%2075.984%20543.984%2075.984%20543.984%20267.984%20736%20267.984%20736%20331.968%20543.984%20331.968%20543.984%20523.984Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE123'%20unicode='&%23xE123;'%20d='M512%20748C759.424%20748%20960%20547.424%20960%20300%20960%2052.576%20759.424-148%20512-148%20264.576-148%2064%2052.576%2064%20300%2064%20547.424%20264.576%20748%20512%20748ZM736%20331.984L288%20331.984%20288%20268%20736%20268%20736%20331.984Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE124'%20unicode='&%23xE124;'%20d='M872.2005%20357.3803C868.4843%20555.7568%20714.7029%20716%20525.8667%20716L498.1333%20716C309.2971%20716%20155.5157%20555.7568%20151.7995%20357.408%20118.6304%20338.1888%2096%20302.7179%2096%20261.7003L96%20206.2336C96%20145.0539%20145.7536%2095.3003%20206.9333%2095.3003%20268.1131%2095.3003%20317.8667%20145.0539%20317.8667%20206.2336L317.8667%20261.7003C317.7785%20322.5022%20268.7862%20371.915%20207.9872%20372.5227%20218.8309%20533.2373%20344.6571%20660.5333%20498.1333%20660.5333L525.8667%20660.5333C679.3707%20660.5333%20805.1691%20533.2373%20816.0128%20372.5227%20755.2138%20371.915%20706.2215%20322.5022%20706.1333%20261.7003L706.1333%20206.2336C706.1333%20156.1472%20739.6907%20114.2144%20785.3397%20100.4864%20744.1415%2046.257%20685.3118%208.103%20618.9952-7.3963%20609.606%2020.7605%20583.2809%2039.7731%20553.6%2039.8336%20515.3083%2039.8336%20484.2667%208.792%20484.2667-29.4997%20484.2667-67.7915%20515.3083-98.8331%20553.6-98.8331%20577.6173-98.8011%20599.8929-86.2927%20612.4224-65.8027%20713.5856-48.1046%20801.8067%2013.2798%20853.5637%20101.984%20896.7723%20117.1264%20928%20157.8944%20928%20206.2336L928%20261.7003C928%20302.7179%20905.3696%20338.1888%20872.2005%20357.3803ZM262.4%20261.7003L262.4%20206.2336C262.4%20175.6437%20237.5232%20150.7669%20206.9333%20150.7669%20176.3435%20150.7669%20151.4667%20175.6437%20151.4667%20206.2336L151.4667%20261.7003C151.4667%20292.2901%20176.3435%20317.1669%20206.9333%20317.1669%20237.5232%20317.1669%20262.4%20292.2901%20262.4%20261.7003ZM872.5333%20206.2336C872.5333%20176.5035%20848.96%20152.3477%20819.5627%20151.0165L817.3995%20152.0427C817.2053%20151.5989%20816.9003%20151.2384%20816.7061%20150.8224%20786.2352%20151.0205%20761.6298%20175.7621%20761.6%20206.2336L761.6%20261.7003C761.6%20292.2901%20786.4768%20317.1669%20817.0667%20317.1669%20847.6565%20317.1669%20872.5333%20292.2901%20872.5333%20261.7003L872.5333%20206.2336Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE125'%20unicode='&%23xE125;'%20d='M609.6%20610.4377L712%20508.0321%20304%20101.6101%20203.2%20101.6101%20203.2%20202.4155%20609.6%20610.4377ZM683.6718%20684L785.4934%20582.1693%20740.2377%20536.9128%20638.4161%20638.7435%20683.6718%20684ZM128%2012.0052L896%2012.0052%20896-84%20128-84%20128%2012.0052Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12C'%20unicode='&%23xE12C;'%20d='M512.1411%20748C545.4264%20748%20578.8052%20744.156%20585.9983%20743%20600.8098%20740.5%20612.6189%20729.1%20615.6212%20714.4L628.3311%20651C630.6329%20639.4%20638.539%20629.5%20649.5475%20624.9%20676.8687%20613.4%20702.3884%20598.6%20725.6064%20580.9%20735.2138%20573.7%20747.7235%20571.7%20759.0323%20575.5L820.0796%20596.1C834.3907%20600.9%20850.2029%20596.3%20859.7103%20584.7%20871.2192%20570.6%20881.9275%20555.8%20891.7351%20540.3L910.3495%20508.2C918.8561%20491.9%20926.462%20475%20932.967%20457.5%20938.171%20443.5%20934.0678%20427.8%20922.8592%20417.9L874.0213%20375C865.0144%20367.1%20860.611%20355.3%20862.012%20343.4%20863.6133%20329.4%20864.514%20315.1%20864.514%20300.6%20864.514%20285.8%20863.6133%20271.2%20861.8119%20256.9%20860.4108%20245%20864.8142%20233.1%20873.8212%20225.2L922.3588%20182.5C933.6675%20172.6%20937.6706%20156.8%20932.3665%20142.7%20914.853%2096.1%20889.7335%2053.2%20858.6094%2015.5%20849.1021%203.9%20833.3899-0.5%20819.1789%204.3L757.8314%2025C746.5226%2028.8%20734.0129%2026.7%20724.4055%2019.5%20701.5878%202.3%20676.5684-12.3%20649.8477-23.6%20638.7391-28.3%20630.7329-38.1%20628.4312-49.8L615.7213-113.3C612.719-128%20601.0099-139.4%20586.1984-141.9%20562.0798-145.9%20537.3606-148%20512.1411-148%20487.3219-148%20462.903-146%20439.1846-142.1%20424.3731-139.6%20412.564-128.2%20409.6617-113.5L396.9519-50.2C394.6501-38.6%20386.744-28.7%20375.7355-24.1%20348.7145-12.7%20323.2948%202%20300.1769%2019.4%20290.5695%2026.6%20278.0598%2028.6%20266.7511%2024.8L205.3035%204C191.0925-0.8%20175.3803%203.7%20165.8729%2015.2%20160.9414%2021.1522%20140.8355%2044.2594%20124.7144%2071.9959%20113.4333%2091.405%20102.5672%20114.8064%2092.1158%20142.2%2086.8117%20156.3%2090.8148%20172.1%20102.1236%20182L150.6611%20224.6C159.6681%20232.5%20164.1716%20244.3%20162.6705%20256.1%20160.769%20270.6%20159.8683%20285.5%20159.8683%20300.6%20159.8683%20315.3%20160.769%20329.8%20162.5704%20344.1%20164.0715%20356%20159.568%20367.9%20150.5611%20375.8L101.9234%20418.5C90.6146%20428.4%2086.6115%20444.2%2091.9157%20458.3%2096.4191%20470.3%20101.423%20482%20106.8272%20493.4%20107.2275%20494.3%20107.7279%20495.1%20108.2283%20496L140.2531%20551.4C140.7535%20552.3%20141.2539%20553.2%20141.8543%20554%20149.2601%20564.6%20156.966%20574.9%20165.1724%20584.9%20174.6798%20596.5%20190.492%20601%20204.703%20596.2L265.8504%20575.5C277.2592%20571.7%20289.7689%20573.7%20299.3763%20581%20322.8945%20598.8%20348.5144%20613.7%20376.0357%20625.2%20387.0442%20629.8%20395.0504%20639.6%20397.3522%20651.3L409.962%20714.5C412.8642%20729.3%20424.6734%20740.7%20439.5849%20743.1%20446.3544%20744.1942%20479.2034%20748%20512.1411%20748ZM540.1628%20684L483.619%20684%20480.8168%20683.8C473.7113%20683.2%20467.9068%20678%20466.5058%20671.1L456.1978%20619.5%20450.8937%20592.8C449.7928%20587.4%20445.8898%20582.9%20440.6858%20581L414.9658%20571.8C382.4406%20560.2%20352.5175%20542.9%20325.9969%20520.5L305.1808%20502.9C300.9776%20499.3%20295.1731%20498.2%20289.869%20500L264.049%20508.7%20214.0102%20525.6C207.305%20527.9%20199.8993%20525.5%20195.8962%20519.7%20195.7961%20519.6%20195.696%20519.4%20195.5959%20519.3L194.8954%20518.1%20164.5719%20465.6C164.3718%20465.2%20164.1716%20464.8%20163.9715%20464.4L162.964%20461.5959C161.5022%20455.8898%20163.3281%20449.7429%20167.8745%20445.8L207.7053%20410.8%20228.1211%20392.9C232.2243%20389.2%20234.2259%20383.7%20233.2251%20378.2L228.5214%20351.5C225.5191%20334.8%20224.018%20317.6%20224.018%20300.5%20224.018%20283.1%20225.5191%20265.7%20228.6215%20248.8L233.4252%20222C234.426%20216.6%20232.5245%20211%20228.3213%20207.3L207.8054%20189.3%20168.2748%20154.5C162.9707%20149.8%20161.4695%20142.2%20164.4718%20135.8L167.274%20130.1C167.4742%20129.8%20167.5742%20129.5%20167.7744%20129.2L191.2926%2088.5C191.4928%2088.2%20191.6929%2087.9%20191.8931%2087.6%20193.3942%2085.2%20195.0956%2082.8%20196.6968%2080.5%20200.6999%2074.8%20208.0056%2072.4%20214.7108%2074.6L265.2499%2091.6%20290.8697%20100.3C296.0738%20102.1%20301.9783%20101%20306.1816%2097.4L326.9977%2080C353.218%2057.9%20382.941%2040.8%20415.0659%2029.3L440.6858%2020.1C445.8898%2018.2%20449.7928%2013.8%20450.8937%208.3L456.1978-18.4%20466.5058-70C467.8068-77%20473.7113-82.1%20480.8168-82.7%20491.325-83.6%20501.8331-84%20512.3412-84%20523.2497-84%20534.1581-83.5%20544.9665-82.6%20551.9719-82%20557.7764-76.8%20559.1775-69.9L569.5856-17.9%20574.8897%208.7C575.9905%2014.1%20579.7935%2018.6%20584.9975%2020.5L610.5173%2029.8C642.442%2041.4%20671.8648%2058.4%20697.985%2080.4L718.8011%2097.9C723.0044%20101.5%20728.8089%20102.6%20734.113%20100.8L759.8329%2092.1%20810.0718%2075.1C816.777%2072.8%20824.1828%2075.2%20828.1859%2081%20834.2906%2089.7%20839.995%2098.6%20845.2991%20107.8%20850.8034%20117.3%20855.9073%20126.9%20860.5109%20136.7%20863.5132%20143.1%20861.912%20150.7%20856.6079%20155.4L816.777%20190.3%20796.3612%20208.2C792.258%20211.9%20790.2565%20217.4%20791.2573%20222.9L795.9609%20249.6C798.9632%20266.3%20800.4644%20283.4%20800.4644%20300.6%20800.4644%20317.5%20798.9632%20334.4%20796.061%20350.9L791.3573%20377.5C790.4566%20383%20792.3581%20388.5%20796.5614%20392.2L816.8771%20410%20856.7079%20444.8C862.012%20449.5%20863.6133%20457%20860.611%20463.4%20858.5093%20468%20856.3076%20472.6%20853.9058%20477.1L836.6924%20506.9C834.0904%20511%20831.3883%20515.1%20828.5862%20519.1%20824.5831%20524.9%20817.1773%20527.4%20810.4721%20525.1L760.4334%20508.2%20734.6134%20499.5C729.4094%20497.7%20723.5048%20498.8%20719.3015%20502.4L698.4854%20520C672.165%20542.3%20642.5421%20559.5%20610.217%20571.2L584.6973%20580.5C579.4933%20582.4%20575.6903%20586.9%20574.5895%20592.3L569.2853%20619%20558.8773%20670.9C557.4762%20677.8%20551.6717%20683%20544.6663%20683.6%20543.1651%20683.8%20541.664%20683.9%20540.1628%20684ZM512.2412%20460.5C600.7097%20460.5%20672.3652%20388.9%20672.3652%20300.5%20672.3652%20212.1%20600.7097%20140.5%20512.2412%20140.5%20423.7727%20140.5%20352.1172%20212.1%20352.1172%20300.5%20352.1172%20388.9%20423.7727%20460.5%20512.2412%20460.5ZM512.2412%20396.5C459.3002%20396.5%20416.1668%20353.4%20416.1668%20300.5%20416.1668%20247.6%20459.3002%20204.5%20512.2412%20204.5%20565.1822%20204.5%20608.3156%20247.6%20608.3156%20300.5%20608.3156%20353.4%20565.1822%20396.5%20512.2412%20396.5Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE127'%20unicode='&%23xE127;'%20d='M551.3191%20716C776.6657%20716%20960%20529.3824%20960%20300%20960%2070.6176%20776.6657-116%20551.3191-116L551.3191-49.44C740.6037-49.44%20894.611%20107.3088%20894.611%20300%20894.611%20492.6912%20740.6037%20649.44%20551.3191%20649.44%20367.5598%20649.44%20217.4758%20501.577%20208.8608%20316.64L326.2503%20316.64%20179.1251%20143.7171%2032%20316.64%20143.0468%20316.64C151.6781%20538.3347%20331.4487%20716%20551.3191%20716ZM579.7647%20524L579.7647%20332%20800%20332%20800%20268%20512%20268%20512%20524%20579.7647%20524Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12A'%20unicode='&%23xE12A;'%20d='M672%20108L672-20C672-55.3462%20643.3462-84%20608-84L192-84C156.6538-84%20128-55.3462%20128-20L128%20428C128%20463.3462%20156.6538%20492%20192%20492L352%20492%20352%20595.1111C352%20643.758%20389.7269%20684%20437.3333%20684L810.6667%20684C858.2731%20684%20896%20643.758%20896%20595.1111L896%20196.8889C896%20148.242%20858.2731%20108%20810.6667%20108L672%20108ZM608%20428L192%20428%20192-20%20608-20%20608%20428ZM672%20172L810.6667%20172C821.9706%20172%20832%20182.698%20832%20196.8889L832%20595.1111C832%20609.302%20821.9706%20620%20810.6667%20620L437.3333%20620C426.0294%20620%20416%20609.302%20416%20595.1111L416%20492%20608%20492C643.3462%20492%20672%20463.3462%20672%20428L672%20172Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12B'%20unicode='&%23xE12B;'%20d='M844.0772%20432.1034C860.4577%20390.4463%20869.3925%20344.326%20869.3925%20299.6934%20869.3925%20101.8223%20708.5659-57.3672%20512-57.3672%20427.1193-57.3672%20345.2168-27.6121%20281.184%2027.4347L352.6625%2027.4347%20352.6625%2086.9448%20184.3902%2086.9448%20184.3902-79.6835%20243.9556-79.6835%20243.9556-18.6856C419.6736-165.9731%20683.2506-143.6568%20830.675%2031.898%20931.9362%20152.4059%20955.7624%20317.5464%20894.7078%20461.8584L844.0772%20432.1034ZM179.9228%20167.2834C163.5423%20208.9405%20154.6075%20255.0608%20154.6075%20299.6934%20154.6075%20497.5645%20315.4341%20656.754%20512%20656.754%20596.8807%20656.754%20678.7832%20626.9989%20742.816%20571.9521L671.3375%20571.9521%20671.3375%20512.442%20839.6098%20512.442%20839.6098%20679.0703%20780.0444%20679.0703%20780.0444%20618.0724C604.3264%20766.8477%20340.7494%20743.0436%20193.325%20567.4888%2092.0638%20446.9809%2068.2376%20281.8404%20129.2922%20137.5284L179.9228%20167.2834Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE12D'%20unicode='&%23xE12D;'%20d='M954.2974%20338.0839L566.9315%20679.8669C556.1973%20689.3044%20539.7459%20681.5393%20539.7459%20667.0843L539.7459%20466.6258C539.7459%20457.6661%20532.862%20450.1399%20524.1112%20449.7816%20299.8591%20441.5386%20111.3099%20274.8881%2071.6399%2046.3558L64.2893%203.9465C61.3724-12.5394%2081.2074-22.8132%2092.525-10.628L121.4608%2020.6713C226.1196%20134.0414%20371.4984%20197.7151%20523.2945%20197.1178%20532.3953%20197.1178%20539.8626%20189.5916%20539.8626%20180.2735L539.8626-15.8843C539.8626-30.3393%20556.4306-38.1044%20567.0482-28.6669L954.414%20312.5188C961.8813%20319.3282%20961.8813%20331.3939%20954.2974%20338.0839L954.2974%20338.0839ZM157.3971%20133.0857C222.7359%20287.0733%20371.6151%20390.7669%20541.7294%20390.7669L581.3994%20390.7669C590.5001%20390.7669%20597.8508%20398.2931%20597.8508%20407.6112L597.8508%20574.0228%20879.6244%20325.3013%20597.8508%2077.1772%20597.8508%20239.4076C597.8508%20248.7257%20590.5001%20256.2519%20581.3994%20256.2519L545.3464%20256.2519C404.9846%20261.9861%20268.2398%20217.7848%20157.3971%20133.0857Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE130'%20unicode='&%23xE130;'%20d='M843.3533%20445.6153C907.69%20445.6153%20960%20393.2652%20960%20328.9686L960-33.7105C960-98.0071%20907.68-150.3572%20843.3533-150.3572L480.7043-150.3572C416.3676-150.3572%20364.0576-98.0071%20364.0576-33.7105L364.0576%20328.9686C364.0576%20393.2652%20416.3676%20445.6153%20480.7043%20445.6153L843.3533%20445.6153ZM843.3533%20378.3596L480.7043%20378.3596C453.481%20378.3596%20431.3133%20356.2219%20431.3133%20328.9686L431.3133-33.7105C431.3133-60.9638%20453.481-83.1015%20480.7043-83.1015L843.3533-83.1015C870.5765-83.1015%20892.7443-60.9638%20892.7443-33.7105L892.7443%20328.9686C892.7443%20356.2219%20870.5765%20378.3596%20843.3533%20378.3596ZM246.7188%2030.5159C265.3056%2030.5159%20280.3416%2015.4799%20280.3416-3.1069%20280.3416-21.6938%20265.3056-36.7297%20246.7188-36.7297L203.2759-36.7297C184.6891-36.7297%20169.6531-21.6938%20169.6531-3.1069%20169.6531%2015.4799%20184.6891%2030.5159%20203.2759%2030.5159L246.7188%2030.5159ZM666.9739%20103.0277C685.5608%20103.0277%20700.5967%2087.9917%20700.5967%2069.4048%20700.5967%2050.818%20685.5608%2035.782%20666.9739%2035.782L540.5373%2035.782C521.9504%2035.782%20506.9144%2050.818%20506.9144%2069.4048%20506.9144%2087.9917%20521.9504%20103.0277%20540.5373%20103.0277L666.9739%20103.0277ZM739.8969%20748C804.8255%20748%20857.657%20695.1985%20857.657%20630.2399L857.657%20554.2475C857.657%20535.6607%20842.621%20520.6247%20824.0342%20520.6247%20805.4474%20520.6247%20790.4114%20535.6607%20790.4114%20554.2475L790.4114%20630.2399C790.4114%20658.085%20767.7521%20680.7443%20739.907%20680.7443L181.7601%20680.7443C153.915%20680.7443%20131.2557%20658.085%20131.2557%20630.2399L131.2557%20242.8653C131.2557%20215.0201%20153.915%20192.3608%20181.7601%20192.3608L246.7188%20192.3608C265.3056%20192.3608%20280.3416%20177.3249%20280.3416%20158.738%20280.3416%20140.1512%20265.3056%20125.1052%20246.7188%20125.1052L181.7601%20125.1052C116.8316%20125.1052%2064%20177.9066%2064%20242.8653L64%20630.2399C64%20695.1985%20116.8416%20748%20181.7601%20748L739.8969%20748ZM793.3704%20259.4059C811.9573%20259.4059%20826.9933%20244.3699%20826.9933%20225.783%20826.9933%20207.1962%20811.9573%20192.1602%20793.3704%20192.1602L540.5373%20192.1602C521.9504%20192.1602%20506.9144%20207.1962%20506.9144%20225.783%20506.9144%20244.3699%20521.9504%20259.4059%20540.5373%20259.4059L793.3704%20259.4059Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE131'%20unicode='&%23xE131;'%20d='M843.3533%20445.6153C907.69%20445.6153%20960%20393.2652%20960%20328.9686L960-33.7105C960-98.0071%20907.68-150.3572%20843.3533-150.3572L480.7043-150.3572C416.3676-150.3572%20364.0576-98.0071%20364.0576-33.7105L364.0576%20328.9686C364.0576%20393.2652%20416.3676%20445.6153%20480.7043%20445.6153L843.3533%20445.6153ZM843.3533%20378.3596L480.7043%20378.3596C453.481%20378.3596%20431.3133%20356.2219%20431.3133%20328.9686L431.3133-33.7105C431.3133-60.9638%20453.481-83.1015%20480.7043-83.1015L843.3533-83.1015C870.5765-83.1015%20892.7443-60.9638%20892.7443-33.7105L892.7443%20328.9686C892.7443%20356.2219%20870.5765%20378.3596%20843.3533%20378.3596ZM246.7188%2030.5159C265.3056%2030.5159%20280.3416%2015.4799%20280.3416-3.1069%20280.3416-21.6938%20265.3056-36.7297%20246.7188-36.7297L203.2759-36.7297C184.6891-36.7297%20169.6531-21.6938%20169.6531-3.1069%20169.6531%2015.4799%20184.6891%2030.5159%20203.2759%2030.5159L246.7188%2030.5159ZM666.9739%20103.0277C685.5608%20103.0277%20700.5967%2087.9917%20700.5967%2069.4048%20700.5967%2050.818%20685.5608%2035.782%20666.9739%2035.782L540.5373%2035.782C521.9504%2035.782%20506.9144%2050.818%20506.9144%2069.4048%20506.9144%2087.9917%20521.9504%20103.0277%20540.5373%20103.0277L666.9739%20103.0277ZM739.8969%20748C804.8255%20748%20857.657%20695.1985%20857.657%20630.2399L857.657%20554.2475C857.657%20535.6607%20842.621%20520.6247%20824.0342%20520.6247%20805.4474%20520.6247%20790.4114%20535.6607%20790.4114%20554.2475L790.4114%20630.2399C790.4114%20658.085%20767.7521%20680.7443%20739.907%20680.7443L181.7601%20680.7443C153.915%20680.7443%20131.2557%20658.085%20131.2557%20630.2399L131.2557%20242.8653C131.2557%20215.0201%20153.915%20192.3608%20181.7601%20192.3608L246.7188%20192.3608C265.3056%20192.3608%20280.3416%20177.3249%20280.3416%20158.738%20280.3416%20140.1512%20265.3056%20125.1052%20246.7188%20125.1052L181.7601%20125.1052C116.8316%20125.1052%2064%20177.9066%2064%20242.8653L64%20630.2399C64%20695.1985%20116.8416%20748%20181.7601%20748L739.8969%20748ZM793.3704%20259.4059C811.9573%20259.4059%20826.9933%20244.3699%20826.9933%20225.783%20826.9933%20207.1962%20811.9573%20192.1602%20793.3704%20192.1602L540.5373%20192.1602C521.9504%20192.1602%20506.9144%20207.1962%20506.9144%20225.783%20506.9144%20244.3699%20521.9504%20259.4059%20540.5373%20259.4059L793.3704%20259.4059Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE132'%20unicode='&%23xE132;'%20d='M377.6-39.2H288L281.6-39.2C236.8-32.8%20198.4%205.6%20198.4%2050.4V95.2C198.4%20120.8%20179.2%20140%20153.6%20140%20128%20140%20108.8%20120.8%20108.8%2095.2V50.4C108.8-45.6%20185.6-128.8%20288-128.8H377.6C403.2-128.8%20422.4-109.6%20422.4-84%20422.4-58.4%20396.8-39.2%20377.6-39.2ZM640%20581.6H729.6C755.2%20581.6%20774.4%20575.2%20793.6%20556%20812.8%20536.8%20819.2%20517.6%20819.2%20492V447.2C819.2%20421.6%20838.4%20402.4%20864%20402.4%20889.6%20402.4%20908.8%20421.6%20908.8%20447.2V492C908.8%20588%20832%20671.2%20729.6%20671.2H640C614.4%20671.2%20595.2%20652%20595.2%20626.4%20595.2%20600.8%20614.4%20581.6%20640%20581.6ZM960-96.8L780.8%20344.8H780.8C774.4%20351.2%20768%20357.6%20761.6%20357.6H704C697.6%20357.6%20684.8%20351.2%20684.8%20344.8L505.6-96.8C505.6-103.2%20505.6-109.6%20505.6-116S518.4-128.8%20524.8-128.8H569.6C576-128.8%20588.8-122.4%20588.8-116L633.6%205.6H812.8L857.6-116C864-122.4%20870.4-128.8%20876.8-128.8H921.6C928-128.8%20934.4-122.4%20940.8-116%20960-109.6%20960-103.2%20960-96.8ZM672%2095.2L729.6%20236%20787.2%2095.2H672ZM505.6%20338.4V607.2C505.6%20620%20492.8%20626.4%20486.4%20626.4H332.8V690.4C332.8%20696.8%20332.8%20703.2%20326.4%20703.2S313.6%20716%20307.2%20716H262.4C256%20716%20249.6%20716%20249.6%20709.6S243.2%20696.8%20243.2%20696.8V632.8H83.2C76.8%20632.8%2070.4%20632.8%2070.4%20626.4%2064%20613.6%2064%20613.6%2064%20607.2V338.4C64%20332%2064%20325.6%2070.4%20325.6%2076.8%20319.2%2083.2%20319.2%2083.2%20319.2H236.8V210.4C236.8%20197.6%20249.6%20191.2%20256%20191.2H300.8C313.6%20191.2%20320%20204%20320%20210.4V319.2H473.6C499.2%20319.2%20505.6%20325.6%20505.6%20338.4ZM243.2%20402.4H153.6V536.8H243.2V402.4ZM422.4%20402.4H332.8V536.8H422.4V402.4Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE133'%20unicode='&%23xE133;'%20d='M896%20684L896%20620%20511.52%20620%20639.922%20460.1281%20383.922%20460.1281%20511.456%20620%20128%20620%20128%20684%20896%20684ZM128-20L896-20%20896-84%20128-84ZM511.4913-19.8719L383.922%20140%20639.922%20140%20511.4913-19.8719ZM831.8579%20300.4947L671.986%20428.0641%20671.986%20172.0641%20831.8579%20300.4947ZM191.986%20300.4947L351.8579%20428.0641%20351.8579%20172.0641%20191.986%20300.4947Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE135'%20unicode='&%23xE135;'%20d='M252.0661-20L252.096-84%20380.096-84%20380.0661-20%20252.0661-20ZM128%2013.984L128-20C128-53.9229%20154.3926-81.6815%20187.764-83.862L191.937-19.9982%20192%2013.967%20128%2013.984ZM372.3532%20458.3919L462.8629%2096.3532%20582.9919%20216.5275%20834.6529-35.1084%20877.8507%208.0894%20626.1876%20259.7232%20734.3919%20367.8822%20372.3532%20458.3919ZM128%20205.984L128%2077.984%20192%2077.967%20192%20205.967%20128%20205.984ZM128%20397.984L128%20269.984%20192%20269.967%20192%20397.967%20128%20397.984ZM832%20582.0991L832%20454.0991%20896%20454.112%20896%20582.112%20832%20582.0991ZM128%20589.984L128%20461.984%20192%20461.967%20192%20589.967%20128%20589.984ZM192%20684C168.3119%20684%20147.6296%20671.1307%20136.5634%20652.0023L191.9608%20619.9535%20256%20620%20256%20684%20192%20684ZM512%20684L512%20620%20640%20620%20640%20684%20512%20684ZM320%20684L320%20620%20448%20620%20448%20684%20320%20684ZM704%20684L704%20620%20832%20620%20890.6768%20645.5951C880.802%20668.2013%20858.246%20684%20832%20684L704%20684Z'%20horiz-adv-x='1024'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE136'%20unicode='&%23xE136;'%20d='M775.9375%20240.8929L690.4759%20324.0291%20519.5882%20157.6886%20519.5526%20711.9979%20405.6037%20711.9979%20405.6704%20157.6886%20234.6804%20324.0291%20149.2187%20240.8929%20462.5781-63.9396%20775.9375%20240.8929Z'%20horiz-adv-x='955'%20vert-adv-y='1024'%20/%3e%3cglyph%20glyph-name='uniE137'%20unicode='&%23xE137;'%20d='M477.5%20741.8075C708.2515%20741.8075%20895.3125%20554.7465%20895.3125%20323.995%20895.3125%2093.2435%20708.2515-93.8175%20477.5-93.8175%20246.7485-93.8175%2059.6875%2093.2435%2059.6875%20323.995%2059.6875%20554.7465%20246.7485%20741.8075%20477.5%20741.8075ZM477.5%20682.12C279.713%20682.12%20119.375%20521.782%20119.375%20323.995%20119.375%20126.208%20279.713-34.13%20477.5-34.13%20675.287-34.13%20835.625%20126.208%20835.625%20323.995%20835.625%20521.782%20675.287%20682.12%20477.5%20682.12ZM477.5%20559.0145C607.2853%20559.0145%20712.5195%20453.7803%20712.5195%20323.995%20712.5195%20194.2097%20607.2853%2088.9755%20477.5%2088.9755%20347.7147%2088.9755%20242.4805%20194.2097%20242.4805%20323.995%20242.4805%20453.7803%20347.7147%20559.0145%20477.5%20559.0145ZM548.7217%20418.9572L477.4935%20347.729%20406.2718%20418.9507%20382.5378%20395.2167%20453.7594%20323.995%20382.5378%20252.7733%20406.2892%20229.0219%20477.5109%20300.2436%20548.7217%20229.0328%20572.4557%20252.7668%20501.2449%20323.9776%20572.4731%20395.2058%20548.7217%20418.9572Z'%20horiz-adv-x='955'%20vert-adv-y='1024'%20/%3e%3c/font%3e%3c/defs%3e%3c/svg%3e") format("svg"),url(data:font/ttf;base64,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ADwAAQAAAAAABgAIAEcAAQAAAAAACgArAE8AAQAAAAAACwATAHoAAwABBAkAAAA6AI0AAwABBAkAAQAQAMcAAwABBAkAAgAOANcAAwABBAkAAwAQAOUAAwABBAkABAAQAPUAAwABBAkABQAWAQUAAwABBAkABgAQARsAAwABBAkACgBWASsAAwABBAkACwAmAYEKICBDcmVhdGVkIGJ5IGZvbnQtY2FycmllcgogIGljb25mb250UmVndWxhcmljb25mb250aWNvbmZvbnRWZXJzaW9uIDEuMGljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20ACgAgACAAQwByAGUAYQB0AGUAZAAgAGIAeQAgAGYAbwBuAHQALQBjAGEAcgByAGkAZQByAAoAIAAgAGkAYwBvAG4AZgBvAG4AdABSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsAAXgHdW5pRTEyOQd1bmlFMTM0B3VuaUUxMjYHdW5pRTEyRQd1bmlFMTM5B3VuaUUxMzgHdW5pRTEyOAd1bmlFMTFCB3VuaUUxMTMHdW5pRTExMgd1bmlFMTE0B3VuaUUxMTUHdW5pRTExNgd1bmlFMTExB3VuaUUxMTcHdW5pRTExOAd1bmlFMTE5B3VuaUUxMUEHdW5pRTEyMQd1bmlFMTFGB3VuaUUxMjAHdW5pRTExRAd1bmlFMTNBB3VuaUUxMDEHdW5pRTEwMgd1bmlFMTA2B3VuaUUxMDUHdW5pRTEwMwd1bmlFMTA0B3VuaUUxMDcHdW5pRTEwOAd1bmlFMTBCB3VuaUUxMDkHdW5pRTEwQQd1bmlFMTBDB3VuaUUxMEQHdW5pRTEwRQd1bmlFMTBGB3VuaUUxMTAHdW5pRTExQwd1bmlFMTFFB3VuaUUxMjIHdW5pRTEyMwd1bmlFMTI0B3VuaUUxMjUHdW5pRTEyQwd1bmlFMTI3B3VuaUUxMkEHdW5pRTEyQgd1bmlFMTJEB3VuaUUxMzAHdW5pRTEzMgd1bmlFMTMzB3VuaUUxMzUHdW5pRTEzNgd1bmlFMTM3AAAA) format("truetype"),url(data:font/woff;base64,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) format("woff"),url(data:application/vnd.ms-fontobject;base64,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suwEBOyymcoEBMqZmMoEBMqYY4UDA4VjZIUDA4WrSEcXR0cXSEcXR0cC5gXrsrLrBQXrsrLrNwTKmJjKBATKmJjKdwOEZGSFAgKFZGSEiUdHGEdHGEdHGEdHAAAAAAASAN4AAQAAAAAAAAAdAAAAAQAAAAAAAQAIAB0AAQAAAAAAAgAHACUAAQAAAAAAAwAIACwAAQAAAAAABAAIADQAAQAAAAAABQALADwAAQAAAAAABgAIAEcAAQAAAAAACgArAE8AAQAAAAAACwATAHoAAwABBAkAAAA6AI0AAwABBAkAAQAQAMcAAwABBAkAAgAOANcAAwABBAkAAwAQAOUAAwABBAkABAAQAPUAAwABBAkABQAWAQUAAwABBAkABgAQARsAAwABBAkACgBWASsAAwABBAkACwAmAYEKICBDcmVhdGVkIGJ5IGZvbnQtY2FycmllcgogIGljb25mb250UmVndWxhcmljb25mb250aWNvbmZvbnRWZXJzaW9uIDEuMGljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20ACgAgACAAQwByAGUAYQB0AGUAZAAgAGIAeQAgAGYAbwBuAHQALQBjAGEAcgByAGkAZQByAAoAIAAgAGkAYwBvAG4AZgBvAG4AdABSAGUAZwB1AGwAYQByAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG4AZgBvAG4AdABHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6AQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsAAXgHdW5pRTEyOQd1bmlFMTM0B3VuaUUxMjYHdW5pRTEyRQd1bmlFMTM5B3VuaUUxMzgHdW5pRTEyOAd1bmlFMTFCB3VuaUUxMTMHdW5pRTExMgd1bmlFMTE0B3VuaUUxMTUHdW5pRTExNgd1bmlFMTExB3VuaUUxMTcHdW5pRTExOAd1bmlFMTE5B3VuaUUxMUEHdW5pRTEyMQd1bmlFMTFGB3VuaUUxMjAHdW5pRTExRAd1bmlFMTNBB3VuaUUxMDEHdW5pRTEwMgd1bmlFMTA2B3VuaUUxMDUHdW5pRTEwMwd1bmlFMTA0B3VuaUUxMDcHdW5pRTEwOAd1bmlFMTBCB3VuaUUxMDkHdW5pRTEwQQd1bmlFMTBDB3VuaUUxMEQHdW5pRTEwRQd1bmlFMTBGB3VuaUUxMTAHdW5pRTExQwd1bmlFMTFFB3VuaUUxMjIHdW5pRTEyMwd1bmlFMTI0B3VuaUUxMjUHdW5pRTEyQwd1bmlFMTI3B3VuaUUxMkEHdW5pRTEyQgd1bmlFMTJEB3VuaUUxMzAHdW5pRTEzMgd1bmlFMTMzB3VuaUUxMzUHdW5pRTEzNgd1bmlFMTM3AAAA) format("embedded-opentype");font-weight:400;font-style:normal}.bkai-icon{font-family:bkai!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-warning-circle-fill:before{content:""}.icon-close-circle-shape:before{content:""}.icon-close-line-2:before{content:""}.icon-minus-line:before{content:""}.icon-visible1:before{content:""}.icon-links:before{content:""}.icon-quanquan:before{content:""}.icon-yanjing-kejian:before{content:""}.icon-shipin-2:before{content:""}.icon-tupian-2:before{content:""}.icon-wenben-2:before{content:""}.icon-yasuobao-2:before{content:""}.icon-yinle-2:before{content:""}.icon-doc-3:before{content:""}.icon-excel-2:before{content:""}.icon-markdown:before{content:""}.icon-pdf-2:before{content:""}.icon-ppt-2:before{content:""}.icon-sousuo:before{content:""}.icon-chouti:before{content:""}.icon-liaotianchuang:before{content:""}.icon-sikao:before{content:""}.icon-wenzhang:before{content:""}.icon-published-zhongzhi:before{content:""}.icon-fasong:before{content:""}.icon-diancai:before{content:""}.icon-diancaishixin:before{content:""}.icon-dianzan:before{content:""}.icon-dianzanshixin:before{content:""}.icon-dingyue:before{content:""}.icon-fujian:before{content:""}.icon-lashen:before{content:""}.icon-yasuo:before{content:""}.icon-yinyong:before{content:""}.icon-drill-down:before{content:""}.icon-liaotianliebiao:before{content:""}.icon-xinzengliaotian:before{content:""}.icon-quxiaozhiding:before{content:""}.icon-zhiding:before{content:""}.icon-piliangbianji:before{content:""}.icon-shanchu:before{content:""}.icon-yuan-jiahao:before{content:""}.icon-yuan-jianhao:before{content:""}.icon-zhushou:before{content:""}.icon-bianji:before{content:""}.icon-shezhi-3:before{content:""}.icon-history:before{content:""}.icon-fuzhi:before{content:""}.icon-zhongxinshengcheng:before{content:""}.icon-fenxiang:before{content:""}.icon-jiahao:before{content:""}.icon-jieshi:before{content:""}.icon-fanyi:before{content:""}.icon-morenchicun:before{content:""}.icon-kuangxuan:before{content:""}.icon-jiantou:before{content:""}.icon-tingzhishengcheng:before{content:""}
|
|
2
|
+
/*$vite$:1*/`,document.head.appendChild(Lo);function ko(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const i=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,i.get?i:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const Wr=ko(we),fn=ko(l);function No(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Function]"}function Et(e,t,n,i=1){const[o,r]=typeof i=="number"?[i,i]:i,s=Math.round(t/o/e[0])*e[0],A=Math.round(n/r/e[1])*e[1];return[s,A]}function _n(e,t,n){return e-t-n}function $n(e,t,n){return e-t-n}function xe(e,t,n){return t!==null&&e<t?t:n!==null&&n<e?n:e}function zo(e,t,n){let i=e;const o=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"].find(r=>No(i[r]));if(!No(i[o]))return!1;do{if(i[o](t))return!0;if(i===n)return!1;i=i.parentNode}while(i);return!1}function Zr(e){const t=window.getComputedStyle(e);return[parseFloat(t.getPropertyValue("width"),10),parseFloat(t.getPropertyValue("height"),10)]}function At(e,t,n){e&&(e.attachEvent?e.attachEvent("on"+t,n):e.addEventListener?e.addEventListener(t,n,!0):e["on"+t]=n)}function He(e,t,n){e&&(e.detachEvent?e.detachEvent("on"+t,n):e.removeEventListener?e.removeEventListener(t,n,!0):e["on"+t]=null)}const Jr=(e,t)=>{const n=e.__vccOpts||e;for(const[i,o]of t)n[i]=o;return n},gn={mouse:{start:"mousedown",move:"mousemove",stop:"mouseup"},touch:{start:"touchstart",move:"touchmove",stop:"touchend"}},Kr={userSelect:"none",MozUserSelect:"none",WebkitUserSelect:"none",MsUserSelect:"none"},Xr={userSelect:"auto",MozUserSelect:"auto",WebkitUserSelect:"auto",MsUserSelect:"auto"};let Ge=gn.mouse;const qr={replace:!0,name:"vue-draggable-resizable",props:{className:{type:String,default:"vdr"},classNameDraggable:{type:String,default:"draggable"},classNameResizable:{type:String,default:"resizable"},classNameDragging:{type:String,default:"dragging"},classNameResizing:{type:String,default:"resizing"},classNameActive:{type:String,default:"active"},classNameHandle:{type:String,default:"handle"},disableUserSelect:{type:Boolean,default:!0},enableNativeDrag:{type:Boolean,default:!1},preventDeactivation:{type:Boolean,default:!1},active:{type:Boolean,default:!1},draggable:{type:Boolean,default:!0},resizable:{type:Boolean,default:!0},lockAspectRatio:{type:Boolean,default:!1},w:{type:[Number,String],default:200,validator:e=>typeof e=="number"?e>0:e==="auto"},h:{type:[Number,String],default:200,validator:e=>typeof e=="number"?e>0:e==="auto"},minWidth:{type:Number,default:0,validator:e=>e>=0},minHeight:{type:Number,default:0,validator:e=>e>=0},maxWidth:{type:Number,default:null,validator:e=>e>=0},maxHeight:{type:Number,default:null,validator:e=>e>=0},x:{type:Number,default:0},y:{type:Number,default:0},z:{type:[String,Number],default:"auto",validator:e=>typeof e=="string"?e==="auto":e>=0},handles:{type:Array,default:()=>["tl","tm","tr","mr","br","bm","bl","ml"],validator:e=>{const t=new Set(["tl","tm","tr","mr","br","bm","bl","ml"]);return new Set(e.filter(n=>t.has(n))).size===e.length}},dragHandle:{type:String,default:null},dragCancel:{type:String,default:null},axis:{type:String,default:"both",validator:e=>["x","y","both"].includes(e)},grid:{type:Array,default:()=>[1,1]},parent:{type:Boolean,default:!1},scale:{type:[Number,Array],default:1,validator:e=>typeof e=="number"?e>0:e.length===2&&e[0]>0&&e[1]>0},onDragStart:{type:Function,default:()=>!0},onDrag:{type:Function,default:()=>!0},onResizeStart:{type:Function,default:()=>!0},onResize:{type:Function,default:()=>!0}},data:function(){return{left:this.x,top:this.y,right:null,bottom:null,width:null,height:null,widthTouched:!1,heightTouched:!1,aspectFactor:null,parentWidth:null,parentHeight:null,handle:null,enabled:this.active,resizing:!1,dragging:!1,dragEnable:!1,resizeEnable:!1,zIndex:this.z}},created:function(){this.maxWidth&&this.minWidth>this.maxWidth&&console.warn("[Vdr warn]: Invalid prop: minWidth cannot be greater than maxWidth"),this.maxHeight&&this.minHeight>this.maxHeight&&console.warn("[Vdr warn]: Invalid prop: minHeight cannot be greater than maxHeight"),this.resetBoundsAndMouseState()},mounted:function(){this.enableNativeDrag||(this.$el.ondragstart=()=>!1);const[e,t]=this.getParentSize();this.parentWidth=e,this.parentHeight=t;const[n,i]=Zr(this.$el);this.aspectFactor=(this.w!=="auto"?this.w:n)/(this.h!=="auto"?this.h:i),this.width=this.w!=="auto"?this.w:n,this.height=this.h!=="auto"?this.h:i,this.right=this.parentWidth-this.width-this.left,this.bottom=this.parentHeight-this.height-this.top,this.active&&this.$emit("activated"),At(document.documentElement,"mousedown",this.deselect),At(document.documentElement,"touchend touchcancel",this.deselect),At(window,"resize",this.checkParentSize)},beforeUnmount:function(){He(document.documentElement,"mousedown",this.deselect),He(document.documentElement,"touchstart",this.handleUp),He(document.documentElement,"mousemove",this.move),He(document.documentElement,"touchmove",this.move),He(document.documentElement,"mouseup",this.handleUp),He(document.documentElement,"touchend touchcancel",this.deselect),He(window,"resize",this.checkParentSize)},methods:{resetBoundsAndMouseState(){this.mouseClickPosition={mouseX:0,mouseY:0,x:0,y:0,w:0,h:0},this.bounds={minLeft:null,maxLeft:null,minRight:null,maxRight:null,minTop:null,maxTop:null,minBottom:null,maxBottom:null}},checkParentSize(){if(this.parent){const[e,t]=this.getParentSize();this.parentWidth=e,this.parentHeight=t,this.right=this.parentWidth-this.width-this.left,this.bottom=this.parentHeight-this.height-this.top}},getParentSize(){if(this.parent){const e=window.getComputedStyle(this.$el.parentNode,null);return[parseInt(e.getPropertyValue("width"),10),parseInt(e.getPropertyValue("height"),10)]}return[null,null]},elementTouchDown(e){Ge=gn.touch,this.elementDown(e)},elementMouseDown(e){Ge=gn.mouse,this.elementDown(e)},elementDown(e){if(e instanceof MouseEvent&&e.button!==0)return;const t=e.target||e.srcElement;if(this.$el.contains(t)){if(this.onDragStart(e)===!1)return;if(this.dragHandle&&!zo(t,this.dragHandle,this.$el)||this.dragCancel&&zo(t,this.dragCancel,this.$el)){this.dragging=!1;return}this.enabled||(this.enabled=!0,this.$emit("activated"),this.$emit("update:active",!0)),this.draggable&&(this.dragEnable=!0),this.mouseClickPosition.mouseX=e.touches?e.touches[0].pageX:e.pageX,this.mouseClickPosition.mouseY=e.touches?e.touches[0].pageY:e.pageY,this.mouseClickPosition.left=this.left,this.mouseClickPosition.right=this.right,this.mouseClickPosition.top=this.top,this.mouseClickPosition.bottom=this.bottom,this.parent&&(this.bounds=this.calcDragLimits()),At(document.documentElement,Ge.move,this.move),At(document.documentElement,Ge.stop,this.handleUp)}},calcDragLimits(){return{minLeft:this.left%this.grid[0],maxLeft:Math.floor((this.parentWidth-this.width-this.left)/this.grid[0])*this.grid[0]+this.left,minRight:this.right%this.grid[0],maxRight:Math.floor((this.parentWidth-this.width-this.right)/this.grid[0])*this.grid[0]+this.right,minTop:this.top%this.grid[1],maxTop:Math.floor((this.parentHeight-this.height-this.top)/this.grid[1])*this.grid[1]+this.top,minBottom:this.bottom%this.grid[1],maxBottom:Math.floor((this.parentHeight-this.height-this.bottom)/this.grid[1])*this.grid[1]+this.bottom}},deselect(e){const t=e.target||e.srcElement,n=new RegExp(this.className+"-([trmbl]{2})","");!this.$el.contains(t)&&!n.test(t.className)&&(this.enabled&&!this.preventDeactivation&&(this.enabled=!1,this.$emit("deactivated"),this.$emit("update:active",!1)),He(document.documentElement,Ge.move,this.handleResize)),this.resetBoundsAndMouseState()},handleTouchDown(e,t){Ge=gn.touch,this.handleDown(e,t)},handleDown(e,t){t instanceof MouseEvent&&t.which!==1||this.onResizeStart(e,t)!==!1&&(t.stopPropagation&&t.stopPropagation(),this.lockAspectRatio&&!e.includes("m")?this.handle="m"+e.substring(1):this.handle=e,this.resizeEnable=!0,this.mouseClickPosition.mouseX=t.touches?t.touches[0].pageX:t.pageX,this.mouseClickPosition.mouseY=t.touches?t.touches[0].pageY:t.pageY,this.mouseClickPosition.left=this.left,this.mouseClickPosition.right=this.right,this.mouseClickPosition.top=this.top,this.mouseClickPosition.bottom=this.bottom,this.bounds=this.calcResizeLimits(),At(document.documentElement,Ge.move,this.handleResize),At(document.documentElement,Ge.stop,this.handleUp))},calcResizeLimits(){let e=this.minW,t=this.minH,n=this.maxW,i=this.maxH;const o=this.aspectFactor,[r,s]=this.grid,A=this.width,a=this.height,u=this.left,c=this.top,d=this.right,p=this.bottom;this.lockAspectRatio&&(e/t>o?t=e/o:e=o*t,n&&i?(n=Math.min(n,o*i),i=Math.min(i,n/o)):n?i=n/o:i&&(n=o*i)),n=n-n%r,i=i-i%s;const h={minLeft:null,maxLeft:null,minTop:null,maxTop:null,minRight:null,maxRight:null,minBottom:null,maxBottom:null};return this.parent?(h.minLeft=u%r,h.maxLeft=u+Math.floor((A-e)/r)*r,h.minTop=c%s,h.maxTop=c+Math.floor((a-t)/s)*s,h.minRight=d%r,h.maxRight=d+Math.floor((A-e)/r)*r,h.minBottom=p%s,h.maxBottom=p+Math.floor((a-t)/s)*s,n&&(h.minLeft=Math.max(h.minLeft,this.parentWidth-d-n),h.minRight=Math.max(h.minRight,this.parentWidth-u-n)),i&&(h.minTop=Math.max(h.minTop,this.parentHeight-p-i),h.minBottom=Math.max(h.minBottom,this.parentHeight-c-i)),this.lockAspectRatio&&(h.minLeft=Math.max(h.minLeft,u-c*o),h.minTop=Math.max(h.minTop,c-u/o),h.minRight=Math.max(h.minRight,d-p*o),h.minBottom=Math.max(h.minBottom,p-d/o))):(h.minLeft=null,h.maxLeft=u+Math.floor((A-e)/r)*r,h.minTop=null,h.maxTop=c+Math.floor((a-t)/s)*s,h.minRight=null,h.maxRight=d+Math.floor((A-e)/r)*r,h.minBottom=null,h.maxBottom=p+Math.floor((a-t)/s)*s,n&&(h.minLeft=-(d+n),h.minRight=-(u+n)),i&&(h.minTop=-(p+i),h.minBottom=-(c+i)),this.lockAspectRatio&&n&&i&&(h.minLeft=Math.min(h.minLeft,-(d+n)),h.minTop=Math.min(h.minTop,-(i+p)),h.minRight=Math.min(h.minRight,-u-n),h.minBottom=Math.min(h.minBottom,-c-i))),h},move(e){this.resizing?this.handleResize(e):this.dragEnable&&this.handleDrag(e)},handleDrag(e){const t=this.axis,n=this.grid,i=this.bounds,o=this.mouseClickPosition,r=t&&t!=="y"?o.mouseX-(e.touches?e.touches[0].pageX:e.pageX):0,s=t&&t!=="x"?o.mouseY-(e.touches?e.touches[0].pageY:e.pageY):0,[A,a]=Et(n,r,s,this.scale),u=xe(o.left-A,i.minLeft,i.maxLeft),c=xe(o.top-a,i.minTop,i.maxTop);if(this.onDrag(u,c)===!1)return;const d=xe(o.right+A,i.minRight,i.maxRight),p=xe(o.bottom+a,i.minBottom,i.maxBottom);this.left=u,this.top=c,this.right=d,this.bottom=p,this.$emit("dragging",this.left,this.top),this.dragging=!0},moveHorizontally(e){const[t,n]=Et(this.grid,e,this.top,1),i=xe(t,this.bounds.minLeft,this.bounds.maxLeft);this.left=i,this.right=this.parentWidth-this.width-i},moveVertically(e){const[t,n]=Et(this.grid,this.left,e,1),i=xe(n,this.bounds.minTop,this.bounds.maxTop);this.top=i,this.bottom=this.parentHeight-this.height-i},handleResize(e){let t=this.left,n=this.top,i=this.right,o=this.bottom;const r=this.mouseClickPosition,s=this.aspectFactor,A=r.mouseX-(e.touches?e.touches[0].pageX:e.pageX),a=r.mouseY-(e.touches?e.touches[0].pageY:e.pageY);!this.widthTouched&&A&&(this.widthTouched=!0),!this.heightTouched&&a&&(this.heightTouched=!0);const[u,c]=Et(this.grid,A,a,this.scale);this.handle.includes("b")?(o=xe(r.bottom+c,this.bounds.minBottom,this.bounds.maxBottom),this.lockAspectRatio&&this.resizingOnY&&(i=this.right-(this.bottom-o)*s)):this.handle.includes("t")&&(n=xe(r.top-c,this.bounds.minTop,this.bounds.maxTop),this.lockAspectRatio&&this.resizingOnY&&(t=this.left-(this.top-n)*s)),this.handle.includes("r")?(i=xe(r.right+u,this.bounds.minRight,this.bounds.maxRight),this.lockAspectRatio&&this.resizingOnX&&(o=this.bottom-(this.right-i)/s)):this.handle.includes("l")&&(t=xe(r.left-u,this.bounds.minLeft,this.bounds.maxLeft),this.lockAspectRatio&&this.resizingOnX&&(n=this.top-(this.left-t)/s));const d=_n(this.parentWidth,t,i),p=$n(this.parentHeight,n,o);this.onResize(this.handle,t,n,d,p)!==!1&&(this.left=t,this.top=n,this.right=i,this.bottom=o,this.width=d,this.height=p,this.$emit("resizing",this.left,this.top,this.width,this.height),this.resizing=!0)},changeWidth(e){const[t,n]=Et(this.grid,e,0,1),i=xe(this.parentWidth-t-this.left,this.bounds.minRight,this.bounds.maxRight);let o=this.bottom;this.lockAspectRatio&&(o=this.bottom-(this.right-i)/this.aspectFactor);const r=_n(this.parentWidth,this.left,i),s=$n(this.parentHeight,this.top,o);this.right=i,this.bottom=o,this.width=r,this.height=s},changeHeight(e){const[t,n]=Et(this.grid,0,e,1),i=xe(this.parentHeight-n-this.top,this.bounds.minBottom,this.bounds.maxBottom);let o=this.right;this.lockAspectRatio&&(o=this.right-(this.bottom-i)*this.aspectFactor);const r=_n(this.parentWidth,this.left,o),s=$n(this.parentHeight,this.top,i);this.right=o,this.bottom=i,this.width=r,this.height=s},handleUp(e){this.handle=null,this.resetBoundsAndMouseState(),this.dragEnable=!1,this.resizeEnable=!1,this.resizing&&(this.resizing=!1,this.$emit("resizeStop",this.left,this.top,this.width,this.height)),this.dragging&&(this.dragging=!1,this.$emit("dragStop",this.left,this.top)),He(document.documentElement,Ge.move,this.handleResize)}},computed:{style(){return{transform:`translate(${this.left}px, ${this.top}px)`,width:this.computedWidth,height:this.computedHeight,zIndex:this.zIndex,...this.dragging&&this.disableUserSelect?Kr:Xr}},actualHandles(){return this.resizable?this.handles:[]},computedWidth(){return this.w==="auto"&&!this.widthTouched?"auto":this.width+"px"},computedHeight(){return this.h==="auto"&&!this.heightTouched?"auto":this.height+"px"},minW(){return this.minWidth},minH(){return this.minHeight},maxW(){return this.maxWidth},maxH(){return this.maxHeight},resizingOnX(){return!!this.handle&&(this.handle.includes("l")||this.handle.includes("r"))},resizingOnY(){return!!this.handle&&(this.handle.includes("t")||this.handle.includes("b"))},isCornerHandle(){return!!this.handle&&["tl","tr","br","bl"].includes(this.handle)}},watch:{active(e){this.enabled=e,e?this.$emit("activated"):this.$emit("deactivated")},z(e){(e>=0||e==="auto")&&(this.zIndex=e)},x(e){this.resizing||this.dragging||(this.parent&&(this.bounds=this.calcDragLimits()),this.moveHorizontally(e))},y(e){this.resizing||this.dragging||(this.parent&&(this.bounds=this.calcDragLimits()),this.moveVertically(e))},lockAspectRatio(e){e?this.aspectFactor=this.width/this.height:this.aspectFactor=void 0},w(e){this.resizing||this.dragging||(this.parent&&(this.bounds=this.calcResizeLimits()),this.changeWidth(e))},h(e){this.resizing||this.dragging||(this.parent&&(this.bounds=this.calcResizeLimits()),this.changeHeight(e))}}},_r=["onMousedown","onTouchstart"];function $r(e,t,n,i,o,r){return l.openBlock(),l.createElementBlock("div",{style:l.normalizeStyle(r.style),class:l.normalizeClass([{[n.classNameActive]:e.enabled,[n.classNameDragging]:e.dragging,[n.classNameResizing]:e.resizing,[n.classNameDraggable]:n.draggable,[n.classNameResizable]:n.resizable},n.className]),onMousedown:t[0]||(t[0]=(...s)=>r.elementMouseDown&&r.elementMouseDown(...s)),onTouchstart:t[1]||(t[1]=(...s)=>r.elementTouchDown&&r.elementTouchDown(...s))},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(r.actualHandles,s=>(l.openBlock(),l.createElementBlock("div",{key:s,class:l.normalizeClass([n.classNameHandle,n.classNameHandle+"-"+s]),style:l.normalizeStyle({display:e.enabled?"block":"none"}),onMousedown:l.withModifiers(A=>r.handleDown(s,A),["stop","prevent"]),onTouchstart:l.withModifiers(A=>r.handleTouchDown(s,A),["stop","prevent"])},[l.renderSlot(e.$slots,s)],46,_r))),128)),l.renderSlot(e.$slots,"default")],38)}const ei=Jr(qr,[["render",$r]]);function ti(e){ti.installed||(ti.installed=!0,e.component("VueDraggableResizable",ei))}const ea={install:ti};let mn=null;typeof window<"u"?mn=window.Vue:typeof global<"u"&&(mn=global.Vue),mn&&mn.use(ea);var de,ni,ne,We,So,ii,Ro,oi,X,Ce,z,Bt,ta={84:()=>{var e;e='<svg xmlns="http://www.w3.org/2000/svg" data-name="ai-ui-sdk" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0;visibility:hidden"><symbol id="ai-ui-sdk-angle-up" viewBox="0 0 32 32"><path fill="#63656e" d="M16 11.5l7 7-1.5 1.5-5.5-5.5-5.5 5.5L9 18.5l7-7z"/></symbol><symbol id="ai-ui-sdk-links" viewBox="0 0 1024 1024"><path d="M263.04 760.96a148.48 148.48 0 01-1.92-224l92.48-92.48-45.12-45.76L216 491.2a212.8 212.8 0 001.92 314.88A212.8 212.8 0 00532.8 808l92.48-92.48L579.84 672l-92.48 92.48a148.48 148.48 0 01-224.32-3.52zM491.2 216l-92.48 92.48 45.44 45.12 92.48-92.48a148.48 148.48 0 01224 1.92 148.48 148.48 0 011.92 224L672 579.84l45.12 45.44 92.48-92.48a212.8 212.8 0 00-1.92-314.88A212.8 212.8 0 00491.2 216z"/><path d="M398.786 579.888l181.019-181.02 45.255 45.255-181.02 181.02-45.254-45.255z"/></symbol><symbol id="ai-ui-sdk-zhishiku" viewBox="0 0 1024 1024"><path d="M320.986 203.315H191.622c-17.248 0-31.622 14.503-31.622 31.905v639.542c0 17.403 14.374 31.905 31.622 31.905h129.364c17.249 0 31.623-14.502 31.623-31.905V235.22c0-17.402-14.374-31.905-31.623-31.905zm-35.934 130.52h-57.495c-15.811 0-28.748-13.053-28.748-29.005 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zM578.277 96H448.913c-17.249 0-31.622 14.502-31.622 31.905v746.857c0 17.403 14.373 31.905 31.622 31.905h129.364c17.248 0 31.622-14.502 31.622-31.905V127.905C611.337 110.502 596.963 96 578.277 96zM543.78 227.969h-57.495c-15.811 0-28.748-13.052-28.748-29.004 0-15.952 12.937-29.004 28.748-29.004h57.495c15.811 0 28.747 13.052 28.747 29.004 0 15.952-12.936 29.004-28.747 29.004zm383.78 613.438l-120.74-627.94c-4.312-15.952-17.249-26.104-33.06-26.104h-5.75l-126.488 24.654c-17.249 2.9-28.748 20.303-25.873 37.705l122.177 629.39c2.875 15.953 15.811 26.104 31.622 26.104h5.75l126.489-24.653c17.248-4.35 28.748-21.753 25.873-39.156zM762.26 312.081l-57.495 11.602h-5.75c-12.936 0-25.872-10.152-28.747-23.204-2.875-15.952 7.187-31.904 22.998-34.805l57.495-11.601c15.811-2.9 31.623 7.25 34.497 23.203 2.875 15.952-7.187 31.905-22.998 34.805z"/></symbol><symbol id="ai-ui-sdk-sikao" viewBox="0 0 1024 1024"><path d="M528 96c61.856 0 112 50.144 112 112 0 .376-.002.751-.006 1.126C774.73 260.666 870.4 391.16 870.4 544c0 22.55-2.082 44.612-6.066 66.007C883.94 630.144 896 657.663 896 688c0 61.856-50.144 112-112 112a112.7 112.7 0 01-19.49-1.69C699.754 862.65 610.519 902.4 512 902.4s-187.753-39.75-252.539-104.088A112.33 112.33 0 01240 800c-61.856 0-112-50.144-112-112 0-30.337 12.061-57.856 31.65-78.025A361.172 361.172 0 01153.6 544c0-164.845 111.29-303.696 262.836-345.518C421.232 141.079 469.35 96 528 96zm-91.48 176.633l-4.469 1.278C315.47 308.366 230.4 416.249 230.4 544c0 10.923.622 21.7 1.832 32.3l1.623-.134L240 576c61.856 0 112 50.144 112 112 0 26.132-8.95 50.173-23.95 69.226C377.36 799.817 441.67 825.6 512 825.6c70.33 0 134.639-25.783 183.99-68.412C680.95 738.173 672 714.132 672 688c0-61.856 50.144-112 112-112 2.607 0 5.194.09 7.757.264A280.989 280.989 0 00793.6 544c0-119.973-75.025-222.422-180.718-262.99C592.35 304.904 561.938 320 528 320c-37.782 0-71.195-18.708-91.48-47.367z"/></symbol><symbol id="ai-ui-sdk-wenzhang" viewBox="0 0 1024 1024"><path fill="#3D4265" d="M708.923 157.538h275.692c21.752 0 39.385 17.634 39.385 39.385v748.308c0 43.503-35.266 78.769-78.77 78.769H708.924V157.538z"/><path fill="#3A84FF" d="M0 984.615A39.385 39.385 0 0039.385 1024H945.23c-43.503 0-78.77-35.266-78.77-78.77V39.386C866.462 17.633 848.829 0 827.078 0H39.385C17.633 0 0 17.633 0 39.385v945.23z"/><path fill="#FFF" d="M196.923 288.82c-21.751 0-39.385 17.634-39.385 39.385 0 21.752 17.634 39.385 39.385 39.385h157.539c21.751 0 39.384-17.633 39.384-39.385 0-21.751-17.633-39.384-39.384-39.384H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h472.615c21.752 0 39.385-17.633 39.385-39.384 0-21.752-17.633-39.385-39.385-39.385H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h236.308c21.751 0 39.384-17.633 39.384-39.384 0-21.752-17.633-39.385-39.384-39.385H196.923z"/></g></symbol><symbol id="ai-ui-sdk-yanjing-kejian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 192c247.4 0 448 143.3 448 320S759.4 832 512 832 64 688.7 64 512s200.6-320 448-320zm0 64c-54.2 0-106.6 7.5-155.9 22.4-46.6 14.1-88.3 34.1-123.7 59.4C165.1 385.9 128 447.8 128 512c0 64.2 37.1 126.1 104.4 174.2 35.4 25.3 77.1 45.3 123.7 59.4C405.4 760.5 457.8 768 512 768s106.6-7.5 155.9-22.4c46.6-14.1 88.3-34.1 123.7-59.4C858.9 638.1 896 576.2 896 512c0-64.2-37.1-126.1-104.4-174.2-35.4-25.3-77.1-45.3-123.7-59.4C618.6 263.5 566.2 256 512 256zm0 96c88.4 0 160 71.6 160 160s-71.6 160-160 160-160-71.6-160-160 71.6-160 160-160zm0 64c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96z"/></symbol></svg>',document.body?document.body.insertAdjacentHTML("afterbegin",e):document.addEventListener("DOMContentLoaded",function(){document.body.insertAdjacentHTML("afterbegin",e)})},86:(e,t,n)=>{var i=n(919);i.__esModule&&(i=i.default),typeof i=="string"&&(i=[[e.id,i,""]]),i.locals&&(e.exports=i.locals),(0,n(534).A)("31b80a08",i,!0,{})},106:e=>{e.exports="data:font/ttf;base64,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"},314:e=>{e.exports=function(t){var n=[];return n.toString=function(){return this.map(function(i){var o="",r=i[5]!==void 0;return i[4]&&(o+="@supports (".concat(i[4],") {")),i[2]&&(o+="@media ".concat(i[2]," {")),r&&(o+="@layer".concat(i[5].length>0?" ".concat(i[5]):""," {")),o+=t(i),r&&(o+="}"),i[2]&&(o+="}"),i[4]&&(o+="}"),o}).join("")},n.i=function(i,o,r,s,A){typeof i=="string"&&(i=[[null,i,void 0]]);var a={};if(r)for(var u=0;u<this.length;u++){var c=this[u][0];c!=null&&(a[c]=!0)}for(var d=0;d<i.length;d++){var p=[].concat(i[d]);r&&a[p[0]]||(A!==void 0&&(p[5]===void 0||(p[1]="@layer".concat(p[5].length>0?" ".concat(p[5]):""," {").concat(p[1],"}")),p[5]=A),o&&(p[2]&&(p[1]="@media ".concat(p[2]," {").concat(p[1],"}")),p[2]=o),s&&(p[4]?(p[1]="@supports (".concat(p[4],") {").concat(p[1],"}"),p[4]=s):p[4]="".concat(s)),n.push(p))}},n}},417:e=>{e.exports=function(t,n){return n||(n={}),t&&(t=String(t.__esModule?t.default:t),/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),n.hash&&(t+=n.hash),/["'() \t\n]|(%20)/.test(t)||n.needQuotes)?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t}},534:(e,t,n)=>{function i(y,m){for(var E=[],M={},D=0;D<m.length;D++){var I=m[D],L=I[0],N={id:y+":"+D,css:I[1],media:I[2],sourceMap:I[3]};M[L]?M[L].parts.push(N):E.push(M[L]={id:L,parts:[N]})}return E}n.d(t,{A:()=>g});var o,r=typeof document<"u";if(typeof DEBUG<"u"&&DEBUG&&!r)throw Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var s={},A=r&&(document.head||document.getElementsByTagName("head")[0]),a=null,u=0,c=!1,d=function(){},p=null,h="data-vue-ssr-id",v=typeof navigator<"u"&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function g(y,m,E,M){c=E,p=M||{};var D=i(y,m);return B(D),function(I){for(var L=[],N=0;N<D.length;N++){var V=s[D[N].id];V.refs--,L.push(V)}I?B(D=i(y,I)):D=[];for(var N=0;N<L.length;N++){var V=L[N];if(V.refs===0){for(var P=0;P<V.parts.length;P++)V.parts[P]();delete s[V.id]}}}}function B(y){for(var m=0;m<y.length;m++){var E=y[m],M=s[E.id];if(M){M.refs++;for(var D=0;D<M.parts.length;D++)M.parts[D](E.parts[D]);for(;D<E.parts.length;D++)M.parts.push(x(E.parts[D]));M.parts.length>E.parts.length&&(M.parts.length=E.parts.length)}else{for(var I=[],D=0;D<E.parts.length;D++)I.push(x(E.parts[D]));s[E.id]={id:E.id,refs:1,parts:I}}}}function w(){var y=document.createElement("style");return y.type="text/css",A.appendChild(y),y}function x(y){var m,E,M=document.querySelector("style["+h+'~="'+y.id+'"]');if(M){if(c)return d;M.parentNode.removeChild(M)}if(v){var D=u++;m=f.bind(null,M=a||(a=w()),D,!1),E=f.bind(null,M,D,!0)}else m=C.bind(null,M=w()),E=function(){M.parentNode.removeChild(M)};return m(y),function(I){I?(I.css!==y.css||I.media!==y.media||I.sourceMap!==y.sourceMap)&&m(y=I):E()}}var b=(o=[],function(y,m){return o[y]=m,o.filter(Boolean).join(`
|
|
3
|
+
`)});function f(y,m,E,M){var D=E?"":M.css;if(y.styleSheet)y.styleSheet.cssText=b(m,D);else{var I=document.createTextNode(D),L=y.childNodes;L[m]&&y.removeChild(L[m]),L.length?y.insertBefore(I,L[m]):y.appendChild(I)}}function C(y,m){var E=m.css,M=m.media,D=m.sourceMap;if(M&&y.setAttribute("media",M),p.ssrId&&y.setAttribute(h,m.id),D&&(E+=`
|
|
4
4
|
/*# sourceURL=`+D.sources[0]+` */
|
|
5
|
-
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(D))))+" */"),E.styleSheet)E.styleSheet.cssText=B;else{for(;E.firstChild;)E.removeChild(E.firstChild);E.appendChild(document.createTextNode(B))}}},601:e=>{e.exports=function(t){return t[1]}},705:e=>{e.exports="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PgogIDwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgPgogIDxzdmc+CiAgPG1ldGFkYXRhPgogIENyZWF0ZWQgYnkgZm9udC1jYXJyaWVyCiAgPC9tZXRhZGF0YT4KICA8ZGVmcz4KICA8Zm9udCBpZD0iaWNvbmZvbnQiIGhvcml6LWFkdi14PSIxMDI0IiB2ZXJ0LWFkdi15PSIxMDI0IiA+CiAgICA8Zm9udC1mYWNlCiAgICAgIAogICAgICBmb250LWZhbWlseT0iaWNvbmZvbnQiCiAgICAgIAogICAgICBmb250LXdlaWdodD0iNDAwIgogICAgICAKICAgICAgZm9udC1zdHJldGNoPSJub3JtYWwiCiAgICAgIAogICAgICB1bml0cy1wZXItZW09IjEwMjQiCiAgICAgIAogICAgICBhc2NlbnQ9IjgxMiIKICAgICAgCiAgICAgIGRlc2NlbnQ9Ii0yMTIiCiAgICAgIAogICAgLz4KICAgICAgPG1pc3NpbmctZ2x5cGggLz4KCiAgICAgIAogICAgICA8Z2x5cGggZ2x5cGgtbmFtZT0ieCIgdW5pY29kZT0iJiN4Nzg7IiBob3Jpei1hZHYteD0iMTAwIgogICAgICAgIGQ9Ik0yMCAyMCBMNTAgMjAgTDUwIC0yMCBaIiAvPgogICAgICAKCiAgICAgIAogICAgICA8Z2x5cGggZ2x5cGgtbmFtZT0idW5pRTEwMyIgdW5pY29kZT0iJiN4RTEwMzsiIGQ9Ik01MTIgNDQ0TDczNiAyMjAgNjg4IDE3MiA1MTIgMzQ4IDMzNiAxNzIgMjg4IDIyMCA1MTIgNDQ0WiIgIGhvcml6LWFkdi14PSIxMDI0IiB2ZXJ0LWFkdi15PSIxMDI0IiAgLz4KCiAgICAgIAogICAgICA8Z2x5cGggZ2x5cGgtbmFtZT0idW5pRTEwNSIgdW5pY29kZT0iJiN4RTEwNTsiIGQ9Ik0yNjMuMDQgNTEuMDRBMTQ4LjQ4IDE0OC40OCAwIDAgMCAyNjEuMTIgMjc1LjA0TDM1My42IDM2Ny41MiAzMDguNDggNDEzLjI4IDIxNiAzMjAuOEEyMTIuOCAyMTIuOCAwIDAgMSAyMTcuOTIgNS45MiAyMTIuOCAyMTIuOCAwIDAgMSA1MzIuOCA0TDYyNS4yOCA5Ni40OCA1NzkuODQgMTQwIDQ4Ny4zNiA0Ny41MkExNDguNDggMTQ4LjQ4IDAgMCAwIDI2My4wNCA1MS4wNFpNNDkxLjIgNTk2TDM5OC43MiA1MDMuNTIgNDQ0LjE2IDQ1OC40IDUzNi42NCA1NTAuODhBMTQ4LjQ4IDE0OC40OCAwIDAgMCA3NjAuNjQgNTQ4Ljk2IDE0OC40OCAxNDguNDggMCAwIDAgNzYyLjU2IDMyNC45Nkw2NzIgMjMyLjE2IDcxNy4xMiAxODYuNzIgODA5LjYgMjc5LjJBMjEyLjggMjEyLjggMCAwIDEgODA3LjY4IDU5NC4wOCAyMTIuOCAyMTIuOCAwIDAgMSA0OTEuMiA1OTZaTTM5OC43ODU3IDIzMi4xMTIzTDU3OS44MDUgNDEzLjEzMTYgNjI1LjA1OTggMzY3Ljg3NjggNDQ0LjA0MDUgMTg2Ljg1NzQgMzk4Ljc4NTcgMjMyLjExMjNaIiAgaG9yaXotYWR2LXg9IjEwMjQiIHZlcnQtYWR2LXk9IjEwMjQiICAvPgoKICAgICAgCiAgICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlFMTA0IiB1bmljb2RlPSImI3hFMTA0OyIgZD0iTTMyMC45ODYzIDYwOC42ODQ2TDE5MS42MjIzIDYwOC42ODQ2QzE3NC4zNzM4IDYwOC42ODQ2IDE2MCA1OTQuMTgyNSAxNjAgNTc2Ljc4TDE2MC02Mi43NjIxQzE2MC04MC4xNjQ2IDE3NC4zNzM4LTk0LjY2NjcgMTkxLjYyMjMtOTQuNjY2N0wzMjAuOTg2My05NC42NjY3QzMzOC4yMzQ4LTk0LjY2NjcgMzUyLjYwODYtODAuMTY0NiAzNTIuNjA4Ni02Mi43NjIxTDM1Mi42MDg2IDU3Ni43OEMzNTIuNjA4NiA1OTQuMTgyNSAzMzguMjM0OCA2MDguNjg0NiAzMjAuOTg2MyA2MDguNjg0NlpNMjg1LjA1MTkgNDc4LjE2NThMMjI3LjU1NjggNDc4LjE2NThDMjExLjc0NTYgNDc4LjE2NTggMTk4LjgwOTIgNDkxLjIxNzYgMTk4LjgwOTIgNTA3LjE2OTkgMTk4LjgwOTIgNTIzLjEyMjIgMjExLjc0NTYgNTM2LjE3NDEgMjI3LjU1NjggNTM2LjE3NDFMMjg1LjA1MTkgNTM2LjE3NDFDMzAwLjg2MyA1MzYuMTc0MSAzMTMuNzk5NCA1MjMuMTIyMiAzMTMuNzk5NCA1MDcuMTY5OSAzMTMuNzk5NCA0OTEuMjE3NyAzMDAuODYzIDQ3OC4xNjU4IDI4NS4wNTE5IDQ3OC4xNjU4Wk01NzguMjc2OSA3MTZMNDQ4LjkxMjkgNzE2QzQzMS42NjQ0IDcxNiA0MTcuMjkwNiA3MDEuNDk3OSA0MTcuMjkwNiA2ODQuMDk1NEw0MTcuMjkwNi02Mi43NjIxQzQxNy4yOTA2LTgwLjE2NDYgNDMxLjY2NDQtOTQuNjY2NyA0NDguOTEyOS05NC42NjY3TDU3OC4yNzY5LTk0LjY2NjdDNTk1LjUyNTUtOTQuNjY2NyA2MDkuODk5My04MC4xNjQ2IDYwOS44OTkzLTYyLjc2MjFMNjA5Ljg5OTMgNjg0LjA5NTRDNjExLjMzNjYgNzAxLjQ5NzkgNTk2Ljk2MjkgNzE2IDU3OC4yNzY5IDcxNlpNNTQzLjc3OTkgNTg0LjAzMUw0ODYuMjg0OCA1ODQuMDMxQzQ3MC40NzM2IDU4NC4wMzEgNDU3LjUzNzIgNTk3LjA4MjkgNDU3LjUzNzIgNjEzLjAzNTIgNDU3LjUzNzIgNjI4Ljk4NzUgNDcwLjQ3MzYgNjQyLjAzOTQgNDg2LjI4NDggNjQyLjAzOTRMNTQzLjc3OTkgNjQyLjAzOTRDNTU5LjU5MSA2NDIuMDM5NCA1NzIuNTI3NCA2MjguOTg3NSA1NzIuNTI3NCA2MTMuMDM1MiA1NzIuNTI3NCA1OTcuMDgyOSA1NTkuNTkxIDU4NC4wMzEgNTQzLjc3OTkgNTg0LjAzMVpNOTI3LjU1OTgtMjkuNDA3M0w4MDYuODIgNTk4LjUzMzFDODAyLjUwNzkgNjE0LjQ4NTQgNzg5LjU3MTUgNjI0LjYzNjkgNzczLjc2MDMgNjI0LjYzNjlMNzY4LjAxMDggNjI0LjYzNjkgNjQxLjUyMTYgNTk5Ljk4MzNDNjI0LjI3MyA1OTcuMDgyOSA2MTIuNzc0IDU3OS42ODA0IDYxNS42NDg4IDU2Mi4yNzc5TDczNy44MjU5LTY3LjExMjdDNzQwLjcwMDYtODMuMDY1IDc1My42MzctOTMuMjE2NSA3NjkuNDQ4Mi05My4yMTY1TDc3NS4xOTc3LTkzLjIxNjUgOTAxLjY4NjktNjguNTYyOUM5MTguOTM1NS02NC4yMTIzIDkzMC40MzQ1LTQ2LjgwOTggOTI3LjU1OTgtMjkuNDA3M0w5MjcuNTU5OC0yOS40MDczWk03NjIuMjYxMyA0OTkuOTE4OUw3MDQuNzY2MiA0ODguMzE3MiA2OTkuMDE2NyA0ODguMzE3MkM2ODYuMDgwMyA0ODguMzE3MiA2NzMuMTQzOSA0OTguNDY4NyA2NzAuMjY5MSA1MTEuNTIwNiA2NjcuMzk0NCA1MjcuNDcyOSA2NzcuNDU2IDU0My40MjUyIDY5My4yNjcyIDU0Ni4zMjU2TDc1MC43NjIzIDU1Ny45MjczQzc2Ni41NzM0IDU2MC44Mjc3IDc4Mi4zODQ2IDU1MC42NzYyIDc4NS4yNTkzIDUzNC43MjM5IDc4OC4xMzQxIDUxOC43NzE2IDc3OC4wNzI1IDUwMi44MTkzIDc2Mi4yNjEzIDQ5OS45MTg5TDc2Mi4yNjEzIDQ5OS45MTg5WiIgIGhvcml6LWFkdi14PSIxMDI0IiB2ZXJ0LWFkdi15PSIxMDI0IiAgLz4KCiAgICAgIAogICAgICA8Z2x5cGggZ2x5cGgtbmFtZT0idW5pRTEwMiIgdW5pY29kZT0iJiN4RTEwMjsiIGQ9Ik01MjggNzE2QzU4OS44NTU5IDcxNiA2NDAgNjY1Ljg1NTkgNjQwIDYwNCA2NDAgNjAzLjYyNDEgNjM5Ljk5ODEgNjAzLjI0ODcgNjM5Ljk5NDUgNjAyLjg3MzcgNzc0LjcyOTEgNTUxLjMzNDEgODcwLjQgNDIwLjgzOTYgODcwLjQgMjY4IDg3MC40IDI0NS40NTA3IDg2OC4zMTc2IDIyMy4zODc4IDg2NC4zMzQ1IDIwMS45OTMxIDg4My45Mzg4IDE4MS44NTYxIDg5NiAxNTQuMzM2NiA4OTYgMTI0IDg5NiA2Mi4xNDQxIDg0NS44NTU5IDEyIDc4NCAxMiA3NzcuMzUyNSAxMiA3NzAuODQwMiAxMi41NzkxIDc2NC41MTA5IDEzLjY4OTcgNjk5Ljc1MjYtNTAuNjQ5NSA2MTAuNTE4NC05MC40IDUxMi05MC40IDQxMy40ODE2LTkwLjQgMzI0LjI0NzQtNTAuNjQ5NSAyNTkuNDYxMiAxMy42ODc3IDI1My4xNTk4IDEyLjU3OTEgMjQ2LjY0NzUgMTIgMjQwIDEyIDE3OC4xNDQxIDEyIDEyOCA2Mi4xNDQxIDEyOCAxMjQgMTI4IDE1NC4zMzY2IDE0MC4wNjEyIDE4MS44NTYxIDE1OS42NDk5IDIwMi4wMjQ5IDE1NS42ODI0IDIyMy4zODc4IDE1My42IDI0NS40NTA3IDE1My42IDI2OCAxNTMuNiA0MzIuODQ0OCAyNjQuODkwNSA1NzEuNjk2MyA0MTYuNDM1NSA2MTMuNTE4NCA0MjEuMjMxNiA2NzAuOTIxMiA0NjkuMzUxNCA3MTYgNTI4IDcxNlpNNDM2LjUyMDEgNTM5LjM2NjVMNDMyLjA1MTEgNTM4LjA4OTNDMzE1LjQ2OTYgNTAzLjYzMzYgMjMwLjQgMzk1Ljc1MTQgMjMwLjQgMjY4IDIzMC40IDI1Ny4wNzcxIDIzMS4wMjE5IDI0Ni4yOTk0IDIzMi4yMzIyIDIzNS43MDA0TDIzMy44NTQ5IDIzNS44MzQzIDI0MCAyMzZDMzAxLjg1NTkgMjM2IDM1MiAxODUuODU1OSAzNTIgMTI0IDM1MiA5Ny44Njg0IDM0My4wNTA3IDczLjgyNzEgMzI4LjA0OTggNTQuNzczNyAzNzcuMzYxMSAxMi4xODI3IDQ0MS42Njk2LTEzLjYgNTEyLTEzLjYgNTgyLjMzMDQtMTMuNiA2NDYuNjM4OSAxMi4xODI3IDY5NS45ODkzIDU0LjgxMiA2ODAuOTQ5MyA3My44MjcxIDY3MiA5Ny44Njg0IDY3MiAxMjQgNjcyIDE4NS44NTU5IDcyMi4xNDQxIDIzNiA3ODQgMjM2IDc4Ni42MDczIDIzNiA3ODkuMTkzOCAyMzUuOTEwOSA3OTEuNzU2NyAyMzUuNzM1NiA3OTIuOTc4MSAyNDYuMjk5NCA3OTMuNiAyNTcuMDc3MSA3OTMuNiAyNjggNzkzLjYgMzg3Ljk3MjggNzE4LjU3NDYgNDkwLjQyMjQgNjEyLjg4MTcgNTMwLjk5MDkgNTkyLjM1MDMgNTA3LjA5NDkgNTYxLjkzOCA0OTIgNTI4IDQ5MiA0OTAuMjE3OCA0OTIgNDU2LjgwNTEgNTEwLjcwODMgNDM2LjUyMDEgNTM5LjM2NjVaIiAgaG9yaXotYWR2LXg9IjEwMjQiIHZlcnQtYWR2LXk9IjEwMjQiICAvPgoKICAgICAgCiAgICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlFMTAxIiB1bmljb2RlPSImI3hFMTAxOyIgZD0iTTcwOC45MjMxIDY1NC40NjE1TDk4NC42MTU0IDY1NC40NjE1QzEwMDYuMzY2OSA2NTQuNDYxNSAxMDI0IDYzNi44Mjg0IDEwMjQgNjE1LjA3NjlMMTAyNC0xMzMuMjMwOEMxMDI0LTE3Ni43MzM4IDk4OC43MzM4LTIxMiA5NDUuMjMwOC0yMTJMNzA4LjkyMzEtMjEyIDcwOC45MjMxIDY1NC40NjE1IDcwOC45MjMxIDY1NC40NjE1Wk0wLTE3Mi42MTU0QzAtMTgzLjA2MDggNC4xNDk0LTE5My4wNzg1IDExLjUzNTUtMjAwLjQ2NDUgMTguOTIxNS0yMDcuODUwNiAyOC45MzkyLTIxMiAzOS4zODQ2LTIxMkw5NDUuMjMwOC0yMTJDOTAxLjcyNzctMjEyIDg2Ni40NjE1LTE3Ni43MzM4IDg2Ni40NjE1LTEzMy4yMzA4TDg2Ni40NjE1IDc3Mi42MTU0Qzg2Ni40NjE1IDc5NC4zNjY5IDg0OC44Mjg0IDgxMiA4MjcuMDc2OSA4MTJMMzkuMzg0NiA4MTJDMTcuNjMzMSA4MTIgMCA3OTQuMzY2OSAwIDc3Mi42MTU0TDAtMTcyLjYxNTRaTTE5Ni45MjMxIDUyMy4xNzk1QzE3NS4xNzE2IDUyMy4xNzk1IDE1Ny41Mzg1IDUwNS41NDY0IDE1Ny41Mzg1IDQ4My43OTQ5IDE1Ny41Mzg1IDQ2Mi4wNDMzIDE3NS4xNzE2IDQ0NC40MTAzIDE5Ni45MjMxIDQ0NC40MTAzTDM1NC40NjE1IDQ0NC40MTAzQzM3Ni4yMTMxIDQ0NC40MTAzIDM5My44NDYyIDQ2Mi4wNDMzIDM5My44NDYyIDQ4My43OTQ5IDM5My44NDYyIDUwNS41NDY0IDM3Ni4yMTMxIDUyMy4xNzk1IDM1NC40NjE1IDUyMy4xNzk1TDE5Ni45MjMxIDUyMy4xNzk1Wk0xOTYuOTIzMSAyODYuODcxOEMxNzUuMTcxNiAyODYuODcxOCAxNTcuNTM4NSAyNjkuMjM4NyAxNTcuNTM4NSAyNDcuNDg3MiAxNTcuNTM4NSAyMjUuNzM1NyAxNzUuMTcxNiAyMDguMTAyNiAxOTYuOTIzMSAyMDguMTAyNkw2NjkuNTM4NSAyMDguMTAyNkM2OTEuMjkgMjA4LjEwMjYgNzA4LjkyMzEgMjI1LjczNTcgNzA4LjkyMzEgMjQ3LjQ4NzIgNzA4LjkyMzEgMjY5LjIzODcgNjkxLjI5IDI4Ni44NzE4IDY2OS41Mzg1IDI4Ni44NzE4TDE5Ni45MjMxIDI4Ni44NzE4Wk0xOTYuOTIzMSA1MC41NjQxQzE3NS4xNzE2IDUwLjU2NDEgMTU3LjUzODUgMzIuOTMxIDE1Ny41Mzg1IDExLjE3OTUgMTU3LjUzODUtMTAuNTcyIDE3NS4xNzE2LTI4LjIwNTEgMTk2LjkyMzEtMjguMjA1MUw0MzMuMjMwOC0yOC4yMDUxQzQ1NC45ODIzLTI4LjIwNTEgNDcyLjYxNTQtMTAuNTcyIDQ3Mi42MTU0IDExLjE3OTUgNDcyLjYxNTQgMzIuOTMxIDQ1NC45ODIzIDUwLjU2NDEgNDMzLjIzMDggNTAuNTY0MUwxOTYuOTIzMSA1MC41NjQxIDE5Ni45MjMxIDUwLjU2NDFaIiAgaG9yaXotYWR2LXg9IjEwMjQiIHZlcnQtYWR2LXk9IjEwMjQiICAvPgoKICAgICAgCiAgICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlFMTA2IiB1bmljb2RlPSImI3hFMTA2OyIgZD0iTTUxMiA2MjBDNzU5LjQgNjIwIDk2MCA0NzYuNyA5NjAgMzAwIDk2MCAxMjMuMyA3NTkuNC0yMCA1MTItMjAgMjY0LjYtMjAgNjQgMTIzLjMgNjQgMzAwIDY0IDQ3Ni43IDI2NC42IDYyMCA1MTIgNjIwWk01MTIgNTU2QzQ1Ny44IDU1NiA0MDUuNCA1NDguNSAzNTYuMSA1MzMuNiAzMDkuNSA1MTkuNSAyNjcuOCA0OTkuNSAyMzIuNCA0NzQuMiAxNjUuMSA0MjYuMSAxMjggMzY0LjIgMTI4IDMwMCAxMjggMjM1LjggMTY1LjEgMTczLjkgMjMyLjQgMTI1LjggMjY3LjggMTAwLjUgMzA5LjUgODAuNSAzNTYuMSA2Ni40IDQwNS40IDUxLjUgNDU3LjggNDQgNTEyIDQ0IDU2Ni4yIDQ0IDYxOC42IDUxLjUgNjY3LjkgNjYuNCA3MTQuNSA4MC41IDc1Ni4yIDEwMC41IDc5MS42IDEyNS44IDg1OC45IDE3My45IDg5NiAyMzUuOCA4OTYgMzAwIDg5NiAzNjQuMiA4NTguOSA0MjYuMSA3OTEuNiA0NzQuMiA3NTYuMiA0OTkuNSA3MTQuNSA1MTkuNSA2NjcuOSA1MzMuNiA2MTguNiA1NDguNSA1NjYuMiA1NTYgNTEyIDU1NlpNNTEyIDQ2MEM2MDAuNCA0NjAgNjcyIDM4OC40IDY3MiAzMDAgNjcyIDIxMS42IDYwMC40IDE0MCA1MTIgMTQwIDQyMy42IDE0MCAzNTIgMjExLjYgMzUyIDMwMCAzNTIgMzg4LjQgNDIzLjYgNDYwIDUxMiA0NjBaTTUxMiAzOTZDNDU5LjEgMzk2IDQxNiAzNTIuOSA0MTYgMzAwIDQxNiAyNDcuMSA0NTkuMSAyMDQgNTEyIDIwNCA1NjQuOSAyMDQgNjA4IDI0Ny4xIDYwOCAzMDAgNjA4IDM1Mi45IDU2NC45IDM5NiA1MTIgMzk2WiIgIGhvcml6LWFkdi14PSIxMDI0IiB2ZXJ0LWFkdi15PSIxMDI0IiAgLz4KCiAgICAgIAoKICA8L2ZvbnQ+CiAgPC9kZWZzPgo8L3N2Zz4="},802:e=>{e.exports="data:font/woff;base64,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"},912:e=>{e.exports="data:application/vnd.ms-fontobject;base64,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"},919:(e,t,n)=>{n.r(t),n.d(t,{default:()=>M});var i=n(601),o=n.n(i),r=n(314),s=n.n(r),A=n(417),a=n.n(A),u=new n.U(n(705)),c=new n.U(n(106)),d=new n.U(n(802)),p=new n.U(n(912)),h=s()(o()),v=a()(u,{hash:"#iconcool"}),g=a()(c),y=a()(d),w=a()(p,{hash:"?#iefix"});h.push([e.id,`@font-face {
|
|
5
|
+
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(D))))+" */"),y.styleSheet)y.styleSheet.cssText=E;else{for(;y.firstChild;)y.removeChild(y.firstChild);y.appendChild(document.createTextNode(E))}}},601:e=>{e.exports=function(t){return t[1]}},705:e=>{e.exports="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PgogIDwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCIgPgogIDxzdmc+CiAgPG1ldGFkYXRhPgogIENyZWF0ZWQgYnkgZm9udC1jYXJyaWVyCiAgPC9tZXRhZGF0YT4KICA8ZGVmcz4KICA8Zm9udCBpZD0iaWNvbmZvbnQiIGhvcml6LWFkdi14PSIxMDI0IiB2ZXJ0LWFkdi15PSIxMDI0IiA+CiAgICA8Zm9udC1mYWNlCiAgICAgIAogICAgICBmb250LWZhbWlseT0iaWNvbmZvbnQiCiAgICAgIAogICAgICBmb250LXdlaWdodD0iNDAwIgogICAgICAKICAgICAgZm9udC1zdHJldGNoPSJub3JtYWwiCiAgICAgIAogICAgICB1bml0cy1wZXItZW09IjEwMjQiCiAgICAgIAogICAgICBhc2NlbnQ9IjgxMiIKICAgICAgCiAgICAgIGRlc2NlbnQ9Ii0yMTIiCiAgICAgIAogICAgLz4KICAgICAgPG1pc3NpbmctZ2x5cGggLz4KCiAgICAgIAogICAgICA8Z2x5cGggZ2x5cGgtbmFtZT0ieCIgdW5pY29kZT0iJiN4Nzg7IiBob3Jpei1hZHYteD0iMTAwIgogICAgICAgIGQ9Ik0yMCAyMCBMNTAgMjAgTDUwIC0yMCBaIiAvPgogICAgICAKCiAgICAgIAogICAgICA8Z2x5cGggZ2x5cGgtbmFtZT0idW5pRTEwMyIgdW5pY29kZT0iJiN4RTEwMzsiIGQ9Ik01MTIgNDQ0TDczNiAyMjAgNjg4IDE3MiA1MTIgMzQ4IDMzNiAxNzIgMjg4IDIyMCA1MTIgNDQ0WiIgIGhvcml6LWFkdi14PSIxMDI0IiB2ZXJ0LWFkdi15PSIxMDI0IiAgLz4KCiAgICAgIAogICAgICA8Z2x5cGggZ2x5cGgtbmFtZT0idW5pRTEwNSIgdW5pY29kZT0iJiN4RTEwNTsiIGQ9Ik0yNjMuMDQgNTEuMDRBMTQ4LjQ4IDE0OC40OCAwIDAgMCAyNjEuMTIgMjc1LjA0TDM1My42IDM2Ny41MiAzMDguNDggNDEzLjI4IDIxNiAzMjAuOEEyMTIuOCAyMTIuOCAwIDAgMSAyMTcuOTIgNS45MiAyMTIuOCAyMTIuOCAwIDAgMSA1MzIuOCA0TDYyNS4yOCA5Ni40OCA1NzkuODQgMTQwIDQ4Ny4zNiA0Ny41MkExNDguNDggMTQ4LjQ4IDAgMCAwIDI2My4wNCA1MS4wNFpNNDkxLjIgNTk2TDM5OC43MiA1MDMuNTIgNDQ0LjE2IDQ1OC40IDUzNi42NCA1NTAuODhBMTQ4LjQ4IDE0OC40OCAwIDAgMCA3NjAuNjQgNTQ4Ljk2IDE0OC40OCAxNDguNDggMCAwIDAgNzYyLjU2IDMyNC45Nkw2NzIgMjMyLjE2IDcxNy4xMiAxODYuNzIgODA5LjYgMjc5LjJBMjEyLjggMjEyLjggMCAwIDEgODA3LjY4IDU5NC4wOCAyMTIuOCAyMTIuOCAwIDAgMSA0OTEuMiA1OTZaTTM5OC43ODU3IDIzMi4xMTIzTDU3OS44MDUgNDEzLjEzMTYgNjI1LjA1OTggMzY3Ljg3NjggNDQ0LjA0MDUgMTg2Ljg1NzQgMzk4Ljc4NTcgMjMyLjExMjNaIiAgaG9yaXotYWR2LXg9IjEwMjQiIHZlcnQtYWR2LXk9IjEwMjQiICAvPgoKICAgICAgCiAgICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlFMTA0IiB1bmljb2RlPSImI3hFMTA0OyIgZD0iTTMyMC45ODYzIDYwOC42ODQ2TDE5MS42MjIzIDYwOC42ODQ2QzE3NC4zNzM4IDYwOC42ODQ2IDE2MCA1OTQuMTgyNSAxNjAgNTc2Ljc4TDE2MC02Mi43NjIxQzE2MC04MC4xNjQ2IDE3NC4zNzM4LTk0LjY2NjcgMTkxLjYyMjMtOTQuNjY2N0wzMjAuOTg2My05NC42NjY3QzMzOC4yMzQ4LTk0LjY2NjcgMzUyLjYwODYtODAuMTY0NiAzNTIuNjA4Ni02Mi43NjIxTDM1Mi42MDg2IDU3Ni43OEMzNTIuNjA4NiA1OTQuMTgyNSAzMzguMjM0OCA2MDguNjg0NiAzMjAuOTg2MyA2MDguNjg0NlpNMjg1LjA1MTkgNDc4LjE2NThMMjI3LjU1NjggNDc4LjE2NThDMjExLjc0NTYgNDc4LjE2NTggMTk4LjgwOTIgNDkxLjIxNzYgMTk4LjgwOTIgNTA3LjE2OTkgMTk4LjgwOTIgNTIzLjEyMjIgMjExLjc0NTYgNTM2LjE3NDEgMjI3LjU1NjggNTM2LjE3NDFMMjg1LjA1MTkgNTM2LjE3NDFDMzAwLjg2MyA1MzYuMTc0MSAzMTMuNzk5NCA1MjMuMTIyMiAzMTMuNzk5NCA1MDcuMTY5OSAzMTMuNzk5NCA0OTEuMjE3NyAzMDAuODYzIDQ3OC4xNjU4IDI4NS4wNTE5IDQ3OC4xNjU4Wk01NzguMjc2OSA3MTZMNDQ4LjkxMjkgNzE2QzQzMS42NjQ0IDcxNiA0MTcuMjkwNiA3MDEuNDk3OSA0MTcuMjkwNiA2ODQuMDk1NEw0MTcuMjkwNi02Mi43NjIxQzQxNy4yOTA2LTgwLjE2NDYgNDMxLjY2NDQtOTQuNjY2NyA0NDguOTEyOS05NC42NjY3TDU3OC4yNzY5LTk0LjY2NjdDNTk1LjUyNTUtOTQuNjY2NyA2MDkuODk5My04MC4xNjQ2IDYwOS44OTkzLTYyLjc2MjFMNjA5Ljg5OTMgNjg0LjA5NTRDNjExLjMzNjYgNzAxLjQ5NzkgNTk2Ljk2MjkgNzE2IDU3OC4yNzY5IDcxNlpNNTQzLjc3OTkgNTg0LjAzMUw0ODYuMjg0OCA1ODQuMDMxQzQ3MC40NzM2IDU4NC4wMzEgNDU3LjUzNzIgNTk3LjA4MjkgNDU3LjUzNzIgNjEzLjAzNTIgNDU3LjUzNzIgNjI4Ljk4NzUgNDcwLjQ3MzYgNjQyLjAzOTQgNDg2LjI4NDggNjQyLjAzOTRMNTQzLjc3OTkgNjQyLjAzOTRDNTU5LjU5MSA2NDIuMDM5NCA1NzIuNTI3NCA2MjguOTg3NSA1NzIuNTI3NCA2MTMuMDM1MiA1NzIuNTI3NCA1OTcuMDgyOSA1NTkuNTkxIDU4NC4wMzEgNTQzLjc3OTkgNTg0LjAzMVpNOTI3LjU1OTgtMjkuNDA3M0w4MDYuODIgNTk4LjUzMzFDODAyLjUwNzkgNjE0LjQ4NTQgNzg5LjU3MTUgNjI0LjYzNjkgNzczLjc2MDMgNjI0LjYzNjlMNzY4LjAxMDggNjI0LjYzNjkgNjQxLjUyMTYgNTk5Ljk4MzNDNjI0LjI3MyA1OTcuMDgyOSA2MTIuNzc0IDU3OS42ODA0IDYxNS42NDg4IDU2Mi4yNzc5TDczNy44MjU5LTY3LjExMjdDNzQwLjcwMDYtODMuMDY1IDc1My42MzctOTMuMjE2NSA3NjkuNDQ4Mi05My4yMTY1TDc3NS4xOTc3LTkzLjIxNjUgOTAxLjY4NjktNjguNTYyOUM5MTguOTM1NS02NC4yMTIzIDkzMC40MzQ1LTQ2LjgwOTggOTI3LjU1OTgtMjkuNDA3M0w5MjcuNTU5OC0yOS40MDczWk03NjIuMjYxMyA0OTkuOTE4OUw3MDQuNzY2MiA0ODguMzE3MiA2OTkuMDE2NyA0ODguMzE3MkM2ODYuMDgwMyA0ODguMzE3MiA2NzMuMTQzOSA0OTguNDY4NyA2NzAuMjY5MSA1MTEuNTIwNiA2NjcuMzk0NCA1MjcuNDcyOSA2NzcuNDU2IDU0My40MjUyIDY5My4yNjcyIDU0Ni4zMjU2TDc1MC43NjIzIDU1Ny45MjczQzc2Ni41NzM0IDU2MC44Mjc3IDc4Mi4zODQ2IDU1MC42NzYyIDc4NS4yNTkzIDUzNC43MjM5IDc4OC4xMzQxIDUxOC43NzE2IDc3OC4wNzI1IDUwMi44MTkzIDc2Mi4yNjEzIDQ5OS45MTg5TDc2Mi4yNjEzIDQ5OS45MTg5WiIgIGhvcml6LWFkdi14PSIxMDI0IiB2ZXJ0LWFkdi15PSIxMDI0IiAgLz4KCiAgICAgIAogICAgICA8Z2x5cGggZ2x5cGgtbmFtZT0idW5pRTEwMiIgdW5pY29kZT0iJiN4RTEwMjsiIGQ9Ik01MjggNzE2QzU4OS44NTU5IDcxNiA2NDAgNjY1Ljg1NTkgNjQwIDYwNCA2NDAgNjAzLjYyNDEgNjM5Ljk5ODEgNjAzLjI0ODcgNjM5Ljk5NDUgNjAyLjg3MzcgNzc0LjcyOTEgNTUxLjMzNDEgODcwLjQgNDIwLjgzOTYgODcwLjQgMjY4IDg3MC40IDI0NS40NTA3IDg2OC4zMTc2IDIyMy4zODc4IDg2NC4zMzQ1IDIwMS45OTMxIDg4My45Mzg4IDE4MS44NTYxIDg5NiAxNTQuMzM2NiA4OTYgMTI0IDg5NiA2Mi4xNDQxIDg0NS44NTU5IDEyIDc4NCAxMiA3NzcuMzUyNSAxMiA3NzAuODQwMiAxMi41NzkxIDc2NC41MTA5IDEzLjY4OTcgNjk5Ljc1MjYtNTAuNjQ5NSA2MTAuNTE4NC05MC40IDUxMi05MC40IDQxMy40ODE2LTkwLjQgMzI0LjI0NzQtNTAuNjQ5NSAyNTkuNDYxMiAxMy42ODc3IDI1My4xNTk4IDEyLjU3OTEgMjQ2LjY0NzUgMTIgMjQwIDEyIDE3OC4xNDQxIDEyIDEyOCA2Mi4xNDQxIDEyOCAxMjQgMTI4IDE1NC4zMzY2IDE0MC4wNjEyIDE4MS44NTYxIDE1OS42NDk5IDIwMi4wMjQ5IDE1NS42ODI0IDIyMy4zODc4IDE1My42IDI0NS40NTA3IDE1My42IDI2OCAxNTMuNiA0MzIuODQ0OCAyNjQuODkwNSA1NzEuNjk2MyA0MTYuNDM1NSA2MTMuNTE4NCA0MjEuMjMxNiA2NzAuOTIxMiA0NjkuMzUxNCA3MTYgNTI4IDcxNlpNNDM2LjUyMDEgNTM5LjM2NjVMNDMyLjA1MTEgNTM4LjA4OTNDMzE1LjQ2OTYgNTAzLjYzMzYgMjMwLjQgMzk1Ljc1MTQgMjMwLjQgMjY4IDIzMC40IDI1Ny4wNzcxIDIzMS4wMjE5IDI0Ni4yOTk0IDIzMi4yMzIyIDIzNS43MDA0TDIzMy44NTQ5IDIzNS44MzQzIDI0MCAyMzZDMzAxLjg1NTkgMjM2IDM1MiAxODUuODU1OSAzNTIgMTI0IDM1MiA5Ny44Njg0IDM0My4wNTA3IDczLjgyNzEgMzI4LjA0OTggNTQuNzczNyAzNzcuMzYxMSAxMi4xODI3IDQ0MS42Njk2LTEzLjYgNTEyLTEzLjYgNTgyLjMzMDQtMTMuNiA2NDYuNjM4OSAxMi4xODI3IDY5NS45ODkzIDU0LjgxMiA2ODAuOTQ5MyA3My44MjcxIDY3MiA5Ny44Njg0IDY3MiAxMjQgNjcyIDE4NS44NTU5IDcyMi4xNDQxIDIzNiA3ODQgMjM2IDc4Ni42MDczIDIzNiA3ODkuMTkzOCAyMzUuOTEwOSA3OTEuNzU2NyAyMzUuNzM1NiA3OTIuOTc4MSAyNDYuMjk5NCA3OTMuNiAyNTcuMDc3MSA3OTMuNiAyNjggNzkzLjYgMzg3Ljk3MjggNzE4LjU3NDYgNDkwLjQyMjQgNjEyLjg4MTcgNTMwLjk5MDkgNTkyLjM1MDMgNTA3LjA5NDkgNTYxLjkzOCA0OTIgNTI4IDQ5MiA0OTAuMjE3OCA0OTIgNDU2LjgwNTEgNTEwLjcwODMgNDM2LjUyMDEgNTM5LjM2NjVaIiAgaG9yaXotYWR2LXg9IjEwMjQiIHZlcnQtYWR2LXk9IjEwMjQiICAvPgoKICAgICAgCiAgICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlFMTAxIiB1bmljb2RlPSImI3hFMTAxOyIgZD0iTTcwOC45MjMxIDY1NC40NjE1TDk4NC42MTU0IDY1NC40NjE1QzEwMDYuMzY2OSA2NTQuNDYxNSAxMDI0IDYzNi44Mjg0IDEwMjQgNjE1LjA3NjlMMTAyNC0xMzMuMjMwOEMxMDI0LTE3Ni43MzM4IDk4OC43MzM4LTIxMiA5NDUuMjMwOC0yMTJMNzA4LjkyMzEtMjEyIDcwOC45MjMxIDY1NC40NjE1IDcwOC45MjMxIDY1NC40NjE1Wk0wLTE3Mi42MTU0QzAtMTgzLjA2MDggNC4xNDk0LTE5My4wNzg1IDExLjUzNTUtMjAwLjQ2NDUgMTguOTIxNS0yMDcuODUwNiAyOC45MzkyLTIxMiAzOS4zODQ2LTIxMkw5NDUuMjMwOC0yMTJDOTAxLjcyNzctMjEyIDg2Ni40NjE1LTE3Ni43MzM4IDg2Ni40NjE1LTEzMy4yMzA4TDg2Ni40NjE1IDc3Mi42MTU0Qzg2Ni40NjE1IDc5NC4zNjY5IDg0OC44Mjg0IDgxMiA4MjcuMDc2OSA4MTJMMzkuMzg0NiA4MTJDMTcuNjMzMSA4MTIgMCA3OTQuMzY2OSAwIDc3Mi42MTU0TDAtMTcyLjYxNTRaTTE5Ni45MjMxIDUyMy4xNzk1QzE3NS4xNzE2IDUyMy4xNzk1IDE1Ny41Mzg1IDUwNS41NDY0IDE1Ny41Mzg1IDQ4My43OTQ5IDE1Ny41Mzg1IDQ2Mi4wNDMzIDE3NS4xNzE2IDQ0NC40MTAzIDE5Ni45MjMxIDQ0NC40MTAzTDM1NC40NjE1IDQ0NC40MTAzQzM3Ni4yMTMxIDQ0NC40MTAzIDM5My44NDYyIDQ2Mi4wNDMzIDM5My44NDYyIDQ4My43OTQ5IDM5My44NDYyIDUwNS41NDY0IDM3Ni4yMTMxIDUyMy4xNzk1IDM1NC40NjE1IDUyMy4xNzk1TDE5Ni45MjMxIDUyMy4xNzk1Wk0xOTYuOTIzMSAyODYuODcxOEMxNzUuMTcxNiAyODYuODcxOCAxNTcuNTM4NSAyNjkuMjM4NyAxNTcuNTM4NSAyNDcuNDg3MiAxNTcuNTM4NSAyMjUuNzM1NyAxNzUuMTcxNiAyMDguMTAyNiAxOTYuOTIzMSAyMDguMTAyNkw2NjkuNTM4NSAyMDguMTAyNkM2OTEuMjkgMjA4LjEwMjYgNzA4LjkyMzEgMjI1LjczNTcgNzA4LjkyMzEgMjQ3LjQ4NzIgNzA4LjkyMzEgMjY5LjIzODcgNjkxLjI5IDI4Ni44NzE4IDY2OS41Mzg1IDI4Ni44NzE4TDE5Ni45MjMxIDI4Ni44NzE4Wk0xOTYuOTIzMSA1MC41NjQxQzE3NS4xNzE2IDUwLjU2NDEgMTU3LjUzODUgMzIuOTMxIDE1Ny41Mzg1IDExLjE3OTUgMTU3LjUzODUtMTAuNTcyIDE3NS4xNzE2LTI4LjIwNTEgMTk2LjkyMzEtMjguMjA1MUw0MzMuMjMwOC0yOC4yMDUxQzQ1NC45ODIzLTI4LjIwNTEgNDcyLjYxNTQtMTAuNTcyIDQ3Mi42MTU0IDExLjE3OTUgNDcyLjYxNTQgMzIuOTMxIDQ1NC45ODIzIDUwLjU2NDEgNDMzLjIzMDggNTAuNTY0MUwxOTYuOTIzMSA1MC41NjQxIDE5Ni45MjMxIDUwLjU2NDFaIiAgaG9yaXotYWR2LXg9IjEwMjQiIHZlcnQtYWR2LXk9IjEwMjQiICAvPgoKICAgICAgCiAgICAgIDxnbHlwaCBnbHlwaC1uYW1lPSJ1bmlFMTA2IiB1bmljb2RlPSImI3hFMTA2OyIgZD0iTTUxMiA2MjBDNzU5LjQgNjIwIDk2MCA0NzYuNyA5NjAgMzAwIDk2MCAxMjMuMyA3NTkuNC0yMCA1MTItMjAgMjY0LjYtMjAgNjQgMTIzLjMgNjQgMzAwIDY0IDQ3Ni43IDI2NC42IDYyMCA1MTIgNjIwWk01MTIgNTU2QzQ1Ny44IDU1NiA0MDUuNCA1NDguNSAzNTYuMSA1MzMuNiAzMDkuNSA1MTkuNSAyNjcuOCA0OTkuNSAyMzIuNCA0NzQuMiAxNjUuMSA0MjYuMSAxMjggMzY0LjIgMTI4IDMwMCAxMjggMjM1LjggMTY1LjEgMTczLjkgMjMyLjQgMTI1LjggMjY3LjggMTAwLjUgMzA5LjUgODAuNSAzNTYuMSA2Ni40IDQwNS40IDUxLjUgNDU3LjggNDQgNTEyIDQ0IDU2Ni4yIDQ0IDYxOC42IDUxLjUgNjY3LjkgNjYuNCA3MTQuNSA4MC41IDc1Ni4yIDEwMC41IDc5MS42IDEyNS44IDg1OC45IDE3My45IDg5NiAyMzUuOCA4OTYgMzAwIDg5NiAzNjQuMiA4NTguOSA0MjYuMSA3OTEuNiA0NzQuMiA3NTYuMiA0OTkuNSA3MTQuNSA1MTkuNSA2NjcuOSA1MzMuNiA2MTguNiA1NDguNSA1NjYuMiA1NTYgNTEyIDU1NlpNNTEyIDQ2MEM2MDAuNCA0NjAgNjcyIDM4OC40IDY3MiAzMDAgNjcyIDIxMS42IDYwMC40IDE0MCA1MTIgMTQwIDQyMy42IDE0MCAzNTIgMjExLjYgMzUyIDMwMCAzNTIgMzg4LjQgNDIzLjYgNDYwIDUxMiA0NjBaTTUxMiAzOTZDNDU5LjEgMzk2IDQxNiAzNTIuOSA0MTYgMzAwIDQxNiAyNDcuMSA0NTkuMSAyMDQgNTEyIDIwNCA1NjQuOSAyMDQgNjA4IDI0Ny4xIDYwOCAzMDAgNjA4IDM1Mi45IDU2NC45IDM5NiA1MTIgMzk2WiIgIGhvcml6LWFkdi14PSIxMDI0IiB2ZXJ0LWFkdi15PSIxMDI0IiAgLz4KCiAgICAgIAoKICA8L2ZvbnQ+CiAgPC9kZWZzPgo8L3N2Zz4="},802:e=>{e.exports="data:font/woff;base64,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"},912:e=>{e.exports="data:application/vnd.ms-fontobject;base64,0AsAACgLAAABAAIAAAAAAAIABQMAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAnUtiWwAAAAAAAAAAAAAAAAAAAAAAABAAaQBjAG8AbgBmAG8AbgB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAQAGkAYwBvAG4AZgBvAG4AdAAAAAAAAAEAAAALAIAAAwAwR1NVQrD+s+0AAAE4AAAAQk9TLzJW7kHdAAABfAAAAFZjbWFwxE6SfgAAAfQAAAHMZ2x5Zifqlp4AAAPUAAAEZGhlYWQrGmdpAAAA4AAAADZoaGVhB4oDNQAAALwAAAAkaG10eBxkAAAAAAHUAAAAIGxvY2EEKgL0AAADwAAAABJtYXhwARgAZgAAARgAAAAgbmFtZZAIaAsAAAg4AAAChXBvc3Qo9+vJAAAKwAAAAGcAAQAAAyz/LABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAgAAQAAAAEAAFtiS51fDzz1AAsEAAAAAADj/ZIKAAAAAOP9kgoAAP8sBAADLAAAAAgAAgAAAAAAAAABAAAACABaAAYAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQONAZAABQAIAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABAAHjhBgMs/ywAXAMsANQAAAABAAAAAAAABAAAAABkAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAAAAAFAAAAAwAAACwAAAAEAAABaAABAAAAAABiAAMAAQAAACwAAwAKAAABaAAEADYAAAAGAAQAAQACAHjhBv//AAAAeOEB//8AAAAAAAEABgAGAAAAAQAGAAUAAgAEAAMABwAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAZAAAAAAAAAAHAAAAeAAAAHgAAAABAADhAQAA4QEAAAAGAADhAgAA4QIAAAAFAADhAwAA4QMAAAACAADhBAAA4QQAAAAEAADhBQAA4QUAAAADAADhBgAA4QYAAAAHAAAAAAAMAB4AegEEAXIB0gIyAAAAAQAA/+wAMgAUAAIAADczFRQeFCgAAAAAAQAAAAAC4AG8AAUAAAEXBycHJwIA4DCwsDABvOAwsLAwAAAAAwAA/78DbwKaABkAMwA3AAAlLgI2PwEnBw4BHgEXHgI2PwEnBw4BLgETBxc3PgEeARceAgYPARc3PgE0JicuAgYDNxcHAQcZGgEaGF0uXCEkASQiHlJaUh9cLV0WOkE6z1wtXRU7QTkWGBsBGhhbLV0hIyUhH1FcUnu1LbUzFTpBOhZdLVwfUlpSHiIkASQhXCxcGRkBGwI6XC5dGBoBGhkVOkE6Fl0tXB9SWlIeIiUBJP5ytS21AAYAAP+hA6ICzAAPABsAKwA3AEoAWQAAASMOARURFBYXMz4BNxEuAQcjIiY0NjsBMhYUBiUjIgYHER4BFzM+ATURNiYHIyImNDY7ATIWFAYBAy4BKwEHDgEXEx4BOwE3PgEnAwcjLgEnJjY/ATYeAQYHAUGBDhISDoENEgEBEjE5DRAQDTkMEBABGYENEgEBEg2BDhIBEjE6DBAQDDoMEBABdHkEEQwGfg4OAnoCEQwGfw0OAaY5BgoQAwINDDoMFAQNDAJhARIN/YANEgEBEg0CgA0SghEYEREYEe4SDv0VDRIBARINAusOEoQRGBERGBH9mwJ0DA4ZAxUO/YsMDhgEFg4CEQwBDQoMFAIMAg0ZEwMAAAIAAP+lA4ACzAAlAEcAAAEeARcVHgEXFAceARUOAQciJw4BIiYnBiMuASc0NjcmNT4BNz4BDwEOAQcUFzMeARcGBx4BMjY3Jic+ATczNjUuAScOASMiJgIQMD8BZ34BBg8RAT8wCgkygZSBMgkKMD8BEQ8GApFzBT4uBVlvAgIIMD8BARclXmpeJRcBAT8wCAICYlEQKxodLwLMAT8wASmydCIgDygXMD8BAjE3NzECAT8wFygPICJ+uiIsObABG5JhEBABPzAoHSAkJCAdKDA/ARAQW4wgEhUaAAAFAAD/LAQAAywACQAZACUAMQA9AAABITIWFREOAQcjJRQWMyEuAScRNCYjISIGFRciBhQWFzM+ATQmIwcOARQWFyE+ATQmJwUOARQWOwEyNjQmJwLFARQQFwEsIuz9OxcQA4ohLQEWEfzsEBfFERYWEZ0RFhYRnREWFhEB2RAXFxD+JxEWFhHsERYWEQKOFhH9FCIsAScQFwEsIgOKEBcXEPoWIhYBARYiFuwBFiEWAQEWIRYB7AEWIhYWIhYBAAAEAAD/7APAAmwACwAkADAAOQAAAR4BFw4BBy4BJz4BFyIHBgcOARQWFxYXFjI3Njc+ATQmJyYnJgceARcOAQcuASc+ARcOARQWMjY0JgIAvv0FBf2+vv0FBf2+UkpGNjI2NjI2RkqkSkY2MjY2MjZGSlJEWgICWkREWgICWkQpNjZSNjYCbAO1iIi1AwO1iIi1PRYWJiRZYlkkJhYWFhYmJFliWSQmFhZgAlpERFoCAlpERFo+ATZSNjZSNgAAAAAAABIA3gABAAAAAAAAAB0AAAABAAAAAAABAAgAHQABAAAAAAACAAcAJQABAAAAAAADAAgALAABAAAAAAAEAAgANAABAAAAAAAFAAsAPAABAAAAAAAGAAgARwABAAAAAAAKACsATwABAAAAAAALABMAegADAAEECQAAADoAjQADAAEECQABABAAxwADAAEECQACAA4A1wADAAEECQADABAA5QADAAEECQAEABAA9QADAAEECQAFABYBBQADAAEECQAGABABGwADAAEECQAKAFYBKwADAAEECQALACYBgQogIENyZWF0ZWQgYnkgZm9udC1jYXJyaWVyCiAgaWNvbmZvbnRSZWd1bGFyaWNvbmZvbnRpY29uZm9udFZlcnNpb24gMS4waWNvbmZvbnRHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQAKACAAIABDAHIAZQBhAHQAZQBkACAAYgB5ACAAZgBvAG4AdAAtAGMAYQByAHIAaQBlAHIACgAgACAAaQBjAG8AbgBmAG8AbgB0AFIAZQBnAHUAbABhAHIAaQBjAG8AbgBmAG8AbgB0AGkAYwBvAG4AZgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbgBmAG8AbgB0AEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgBAgEDAQQBBQEGAQcBCAEJAAF4B3VuaUUxMDMHdW5pRTEwNQd1bmlFMTA0B3VuaUUxMDIHdW5pRTEwMQd1bmlFMTA2AAAA"},919:(e,t,n)=>{n.r(t),n.d(t,{default:()=>x});var i=n(601),o=n.n(i),r=n(314),s=n.n(r),A=n(417),a=n.n(A),u=new n.U(n(705)),c=new n.U(n(106)),d=new n.U(n(802)),p=new n.U(n(912)),h=s()(o()),v=a()(u,{hash:"#iconcool"}),g=a()(c),B=a()(d),w=a()(p,{hash:"?#iefix"});h.push([e.id,`@font-face {
|
|
6
6
|
font-family: "ai-ui-sdk";
|
|
7
7
|
src: url(${v}) format("svg"),
|
|
8
8
|
url(${g}) format("truetype"),
|
|
9
|
-
url(${
|
|
9
|
+
url(${B}) format("woff"),
|
|
10
10
|
url(${w}) format("embedded-opentype");
|
|
11
11
|
font-weight: normal;
|
|
12
12
|
font-style: normal;
|
|
@@ -45,7 +45,7 @@ url(${w}) format("embedded-opentype");
|
|
|
45
45
|
.ai-ui-sdk-yanjing-kejian:before {
|
|
46
46
|
content: "\\e106";
|
|
47
47
|
}
|
|
48
|
-
`,""]);let
|
|
48
|
+
`,""]);let x=h}},jo={};function se(e){var t=jo[e];if(t!==void 0)return t.exports;var n=jo[e]={id:e,exports:{}};return ta[e](n,n.exports,se),n.exports}se.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return se.d(t,{a:t}),t},se.d=(e,t)=>{for(var n in t)se.o(t,n)&&!se.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},se.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),se.r=e=>{typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},se.U=function(e){var t=new URL(e,"x:/"),n={};for(var i in t)n[i]=t[i];for(var i in n.href=e,n.pathname=e.replace(/[?#].*/,""),n.origin=n.protocol="",n.toString=n.toJSON=()=>e,n)Object.defineProperty(this,i,{enumerable:!0,configurable:!0,value:n[i]})},se.U.prototype=URL.prototype,se.p="/";var Re={};se.d(Re,{eo:()=>Bt,In:()=>z,c_:()=>Ce,bJ:()=>X,Ay:()=>ca,DA:()=>jt,Y_:()=>Go,a2:()=>Fo,X3:()=>Zo,S0:()=>Wo});var si={};se.r(si),se.d(si,{eo:()=>Bt,In:()=>z,c_:()=>Ce,bJ:()=>X,DA:()=>jt,Y_:()=>Go,a2:()=>Fo,X3:()=>Zo,S0:()=>Wo}),(de=X||(X={})).System="system",de.Assistant="assistant",de.User="user",de.Guide="guide",de.Pause="pause",de.UserImage="user-image",de.Hidden="hidden",de.HiddenUser="hidden-user",de.HiddenAssistant="hidden-assistant",de.HiddenSystem="hidden-system",de.HiddenGuide="hidden-guide",de.TemplateUser="template-user",de.TemplateAssistant="template-assistant",de.TemplateSystem="template-system",de.TemplateGuide="template-guide",de.TemplateHidden="template-hidden",(ni=Ce||(Ce={})).Fail="fail",ni.Loading="loading",ni.Success="success",(ne=z||(z={})).Ai="ai",ne.User="user",ne.Time="time",ne.System="system",ne.Role="role",ne.Hidden="hidden",ne.Guide="guide",ne.Pause="pause",ne.TokenExpired="token-expired",ne.UserImage="user-image",ne.HiddenUser="hidden-user",ne.HiddenAi="hidden-ai",ne.HiddenRole="hidden-role",ne.HiddenGuide="hidden-guide",ne.TemplateUser="template-user",ne.TemplateAi="template-ai",ne.TemplateRole="template-role",ne.TemplateGuide="template-guide",ne.TemplateHidden="template-hidden",ne.ImageNotSupported="image-not-supported",(We=Bt||(Bt={})).TokenExpired="80003",We.ImageNotSupported="82003",We.UnAuthorizedPreviewFile="80401",We.TagRepeat="1513405",We[We.Aborted=20]="Aborted",We[We.UnLogin=401]="UnLogin",We.IamNoPermission="IAM_NO_PERMISSION";let jt=e=>{let t={[z.Ai]:X.Assistant,[z.User]:X.User,[z.System]:X.System,[z.Hidden]:X.Hidden,[z.Guide]:X.Guide,[z.Time]:X.System,[z.Role]:X.System,[z.HiddenAi]:X.HiddenAssistant,[z.HiddenGuide]:X.HiddenGuide,[z.HiddenRole]:X.HiddenSystem,[z.HiddenUser]:X.HiddenUser,[z.TemplateAi]:X.TemplateAssistant,[z.TemplateGuide]:X.TemplateGuide,[z.TemplateRole]:X.TemplateSystem,[z.TemplateUser]:X.TemplateUser,[z.TemplateHidden]:X.TemplateHidden,[z.Pause]:X.Pause,[z.TokenExpired]:X.Pause,[z.ImageNotSupported]:X.Pause,[z.UserImage]:X.UserImage};return{content:e.content,role:t[e.role]}},De=(So={computed:()=>fn.computed,onBeforeMount:()=>fn.onBeforeMount,onBeforeUnmount:()=>fn.onBeforeUnmount,ref:()=>fn.ref},ii={},se.d(ii,So),ii),na=(Ro={Message:()=>Wr.Message},oi={},se.d(oi,Ro),oi),ia=e=>{try{return JSON.parse(e),!0}catch{return!1}},oa=e=>{let t=document.createElement("textarea");t.value=e,document.body.appendChild(t),t.select(),document.execCommand("copy"),(0,na.Message)({theme:"success",message:"复制成功"}),document.body.removeChild(t)},sa=(e,t)=>e.replace(/\{\{\s*SELECTED_TEXT\s*\}\}/g,t||""),Fo=()=>{let e=i=>{var o,r,s,A;let a=i.target;if(a!=null&&a.classList.contains("bkaidev-angle-up")){let u=a==null?void 0:a.parentElement;u!=null&&u.classList.contains("closed")?u==null||u.classList.remove("closed"):u==null||u.classList.add("closed")}if(a!=null&&a.classList.contains("click-close")&&(a!=null&&a.classList.contains("closed")?a==null||a.classList.remove("closed"):a==null||a.classList.add("closed")),a==null?void 0:a.classList.contains("click-full-screen")){let u=a==null||(r=a.parentElement)===null||r===void 0||(o=r.parentElement)===null||o===void 0?void 0:o.parentElement;u==null||u.classList.add("full-screen"),u._originalParent||(u._originalParent=u.parentNode,u._originalNextSibling=u.nextSibling),document.body.appendChild(u)}if(a!=null&&a.classList.contains("click-un-full-screen")){let u=a==null||(A=a.parentElement)===null||A===void 0||(s=A.parentElement)===null||s===void 0?void 0:s.parentElement;u==null||u.classList.remove("full-screen"),u._originalNextSibling?u._originalParent.insertBefore(u,u._originalNextSibling):u._originalParent.appendChild(u)}if(a!=null&&a.classList.contains("click-copy")){let u=a==null?void 0:a.getAttribute("data-clipboard-text");u&&oa(decodeURIComponent(u))}if(a!=null&&a.classList.contains("click-download")){let u=a==null?void 0:a.getAttribute("data-clipboard-text"),c=a==null?void 0:a.getAttribute("data-file-name");u&&c&&function(d,p="ai.txt"){let h=document.createElement("a"),v=new Blob([d]);h.download=p,h.href=URL.createObjectURL(v),h.style.display="none",document.body.appendChild(h),h.click(),document.body.removeChild(h)}(decodeURIComponent(u),c)}},t=()=>{window.addEventListener("click",e)},n=()=>{window.removeEventListener("click",e)};(0,De.onBeforeMount)(()=>{t()}),(0,De.onBeforeUnmount)(()=>{n()})},ra=e=>{let t=`<section class="knowledge-head click-close">
|
|
49
49
|
<svg
|
|
50
50
|
class="ai-ui-sdk-wenzhang"
|
|
51
51
|
>
|
|
@@ -64,7 +64,7 @@ url(${w}) format("embedded-opentype");
|
|
|
64
64
|
<a href="${i}" title="预览原文" target="_blank" class="knowledge-link hover-show">
|
|
65
65
|
<i class="ai-ui-sdk-icon ai-ui-sdk-yanjing-kejian"></i>
|
|
66
66
|
</a>
|
|
67
|
-
</li>`}),t+="</ul>"},
|
|
67
|
+
</li>`}),t+="</ul>"},Oo=e=>e.replace(/<section class="knowledge-head click-close">[\s\S]*?<\/section>/,"").replace(/<ul class="knowledge-body">[\s\S]*?<\/ul>/,"").replace(/<section class="knowledge-tips">[\s\S]*?<\/section>/,""),aa=()=>{let e=null,t=()=>{let i=`.knowledge-tips {
|
|
68
68
|
position: relative;
|
|
69
69
|
padding: 6px 8px;
|
|
70
70
|
margin-bottom: 14px;
|
|
@@ -193,13 +193,13 @@ url(${w}) format("embedded-opentype");
|
|
|
193
193
|
}
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
}`;(e=document.createElement("style")).textContent=i+o,document.head.appendChild(e)},n=()=>{e&&(e.remove(),e=null)};(0,
|
|
196
|
+
}`;(e=document.createElement("style")).textContent=i+o,document.head.appendChild(e)},n=()=>{e&&(e.remove(),e=null)};(0,De.onBeforeMount)(()=>{t()}),(0,De.onBeforeUnmount)(()=>{n()})},Aa=(e,t,n,i)=>{let o=e==="内容正在生成中..."||n?"":e;if(o.includes('<section class="think-head click-close">')){let r=o.match(/<section class="think-body">([\s\S]*?)<\/section>/);if(r){let s=r[1],A=s.replace(/\n$/g,`${t}
|
|
197
197
|
`);o=o.replace(s,A)}}else o+=`<section class="think-head click-close">
|
|
198
198
|
<i class="ai-ui-sdk-icon ai-ui-sdk-sikao"></i>思考中...<i class="ai-ui-sdk-icon ai-ui-sdk-angle-up"></i>
|
|
199
199
|
</section>
|
|
200
200
|
<section class="think-body">
|
|
201
201
|
${t}
|
|
202
|
-
</section>`;return i&&(o=o.replace("思考中...",`已完成思考 (耗时:${function(r){let s=Math.floor(r/36e5),A=Math.floor(r%36e5/6e4),a=Math.floor(r%6e4/1e3),u=r%1e3,c=[];return s>0&&c.push(`${s}h`),A>0&&c.push(`${A}min`),a>0&&c.push(`${a}s`),u>0&&c.push(`${u.toFixed(2)}ms`),c.join(" ")}(i)})`)),o},
|
|
202
|
+
</section>`;return i&&(o=o.replace("思考中...",`已完成思考 (耗时:${function(r){let s=Math.floor(r/36e5),A=Math.floor(r%36e5/6e4),a=Math.floor(r%6e4/1e3),u=r%1e3,c=[];return s>0&&c.push(`${s}h`),A>0&&c.push(`${A}min`),a>0&&c.push(`${a}s`),u>0&&c.push(`${u.toFixed(2)}ms`),c.join(" ")}(i)})`)),o},Vo=e=>{let t=e.replace(/<section class="think-head click-close">[\s\S]*<\/section>/,"").replace(/<section class="think-body">[\s\S]*<\/section>/,"");if(t.trim()===""){let n=e.match(/<section class="think-body">([\s\S]*?)<\/section>/);n&&([,t]=n)}return t},Yo=e=>{let t=e==="正在思考...",n=e.match(/<section class="think-body">([\s\S]*?)<\/section>$/),i=n&&n[1].trim()==="";return t||i},la=()=>{let e=null,t=()=>{let i=`.think-head {
|
|
203
203
|
display: flex;
|
|
204
204
|
align-items: center;
|
|
205
205
|
padding: 0 8px 0 6px;
|
|
@@ -247,25 +247,25 @@ url(${w}) format("embedded-opentype");
|
|
|
247
247
|
&~ .knowledge-head {
|
|
248
248
|
margin-bottom: 8px;
|
|
249
249
|
}
|
|
250
|
-
}`;(e=document.createElement("style")).textContent=i,document.head.appendChild(e)},n=()=>{e&&(e.remove(),e=null)};(0,
|
|
251
|
-
`).forEach(v=>{let g=v.replace("data:","").trim();if(
|
|
250
|
+
}`;(e=document.createElement("style")).textContent=i,document.head.appendChild(e)},n=()=>{e&&(e.remove(),e=null)};(0,De.onBeforeMount)(()=>{t()}),(0,De.onBeforeUnmount)(()=>{n()})};function Uo(e,t,n,i,o,r,s){try{var A=e[r](s),a=A.value}catch(u){n(u);return}A.done?t(a):Promise.resolve(a).then(i,o)}function Po(e){return function(){var t=this,n=arguments;return new Promise(function(i,o){var r=e.apply(t,n);function s(a){Uo(r,i,o,s,A,"next",a)}function A(a){Uo(r,i,o,s,A,"throw",a)}s(void 0)})}}function _e(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class Ho{stream({sessionCode:t,url:n,headers:i,data:o}){var r=this;return Po(function*(){var s,A;yield(s=r.handleStart)===null||s===void 0?void 0:s.call(r,t);let a=new AbortController;r.controllerMap[t]=a,fetch(n,{method:"post",signal:a.signal,headers:function(u){for(var c=1;c<arguments.length;c++){var d=arguments[c]!=null?arguments[c]:{},p=Object.keys(d);typeof Object.getOwnPropertySymbols=="function"&&(p=p.concat(Object.getOwnPropertySymbols(d).filter(function(h){return Object.getOwnPropertyDescriptor(d,h).enumerable}))),p.forEach(function(h){_e(u,h,d[h])})}return u}({"Content-Type":"application/json"},i),mode:"cors",credentials:"include",body:JSON.stringify(o)}).then((A=Po(function*(u){let c=u.body.pipeThrough(new window.TextDecoderStream).getReader(),d="";for(;;)try{let{value:p,done:h}=yield c.read();if(!u.ok){let v=p||u.statusText;try{let g=JSON.parse(v);v=g.message||g.error.message||v}catch(g){console.error(g.message||g)}r.handleError(t,v,u.status);break}if(h){r.handleEnd(t);break}(d+p.toString()).split(`
|
|
251
|
+
`).forEach(v=>{let g=v.replace("data:","").trim();if(ia(g)){var B,w;let{event:x,content:b,cover:f,documents:C,result:y,code:m,elapsed_time:E,message:M}=JSON.parse(g);if(y===!1||u.status!==200){r.handleError(t,M||"模型调用失败",m);return}switch(x){case"text":r.handleText(t,b,f);break;case"reference_doc":(B=r.handleReferenceDoc)===null||B===void 0||B.call(r,t,C,f);break;case"think":(w=r.handleThink)===null||w===void 0||w.call(r,t,b,f,E);break;case"done":r.handleEnd(t,f?b:"");break;case"error":r.handleError(t,M||"模型调用失败",m)}d=""}else g&&(d=g)})}catch(p){(p==null?void 0:p.code)!==20&&r.handleError(t,`模型调用失败:${p.message}`,p.code);break}}),function(u){return A.apply(this,arguments)}))})()}stop(t){var n,i;return(i=this.controllerMap[t])===null||i===void 0||(n=i.abort)===null||n===void 0||n.call(i),this.handleEnd(t)}constructor({handleStart:t,handleText:n,handleReferenceDoc:i,handleThink:o,handleEnd:r,handleError:s}){_e(this,"handleStart",void 0),_e(this,"handleText",void 0),_e(this,"handleReferenceDoc",void 0),_e(this,"handleThink",void 0),_e(this,"handleEnd",void 0),_e(this,"handleError",void 0),_e(this,"controllerMap",void 0),this.handleStart=t,this.handleText=n,this.handleReferenceDoc=i,this.handleThink=o,this.handleEnd=r,this.handleError=s,this.controllerMap={}}}let Go=({handleStart:e,handleText:t,handleReferenceDoc:n,handleThink:i,handleEnd:o,handleError:r,requestOptions:s}={})=>{let A="内容正在生成中...",a=(0,De.ref)(),u=(0,De.ref)({}),c=(0,De.ref)([]),d={},p=(0,De.computed)(()=>{let m=[];for(let E=c.value.length-1;E>=0;E--){let M=c.value[E],D=E+1,I=c.value[D];for(;I&&![z.Ai,z.TokenExpired,z.ImageNotSupported,z.Pause,z.Guide].includes(I.role);)D+=1,I=c.value[D];if(M.role===z.System)break;M.status===Ce.Fail||(I==null?void 0:I.status)===Ce.Fail&&[z.User,z.UserImage].includes(M.role)||[z.Time,z.System].includes(M.role)||m.unshift(M)}return m}),h=(0,De.computed)(()=>{var m;let E=(m=a.value)===null||m===void 0?void 0:m.sessionCode;return!!E&&u.value[E]}),v=(0,De.computed)(()=>{var m,E,M;let D=[],I=[],L=[],N=c.value.findLastIndex(R=>R.role===z.System&&["已启用角色","已启用模型"].some(S=>R.content.includes(S))),V=0;(M=a.value)===null||M===void 0||(E=M.roleInfo)===null||E===void 0||(m=E.content)===null||m===void 0||m.forEach(R=>{let S=c.value[N+1+V],k=c.value[N+2+V];if((S==null?void 0:S.content)===R.content&&S.role!==z.System&&(D.push(jt(S)),V+=1,(S==null?void 0:S.role)===z.Pause)){for(;k&&k.role===z.System;)V+=1,k=c.value[N+1+V];for(;k&&[z.User,z.UserImage].includes(k.role);)D.push(jt(k)),V+=1,k=c.value[N+1+V]}}),I.push(...p.value.map(jt));let P=R=>{let S=!0;for(let H=R;H<D.length;H++){var k;D[H].content!==((k=I[H-R])===null||k===void 0?void 0:k.content)&&(S=!1)}return S};for(let R=0;R<D.length;R++){let S=D[R];if(P(R))break;L.push(S)}return L.push(...I),L.forEach(R=>{R.content=Vo(R.content),R.content=Oo(R.content)}),L}),g=new Ho({handleStart:f,handleText:function(m,E,M){let D=B(m);if(D.content===A)D.content=E;else{if(D.status!==Ce.Loading)return;D.content=M?E:D.content+E}return t==null?void 0:t(m,D)},handleReferenceDoc:function(m,E,M){let D=B(m),I=ra(E);return D.content=M?I:D.content+I,n==null?void 0:n(m,D)},handleThink:function(m,E,M,D){let I=B(m);return I.content=Aa(I.content,E,M,D),i==null?void 0:i(m,I)},handleEnd:function(m,E){let M=B(m);if(M.content===A||Yo(M.content)){C(m,"聊天内容已中断");return}if(M.status===Ce.Loading)return u.value[m]=!1,(M.content===A||Yo(M.content))&&C(m,"聊天内容已中断"),E&&(M.content=E),M.status=Ce.Success,o==null?void 0:o(m,M)},handleError:C});function B(m){var E,M;return((E=a.value)===null||E===void 0?void 0:E.sessionCode)===m?c.value.at(-1):(M=d[m])===null||M===void 0?void 0:M.at(-1)}function w(m){var E;return((E=a.value)===null||E===void 0?void 0:E.sessionCode)===m?c.value:d[m]}function x(m,E){w(m).push(E)}function b(m,E,M){var D;let I=((D=a.value)===null||D===void 0?void 0:D.sessionCode)===m?c.value:d[m],L=[];return E.forEach(N=>{let V=I.findIndex(P=>P.id===N);if(V>-1){let P=I[V-1],R=I[V+1],S=I[V+2];if(I.splice(V,1),L.push(N),[z.Hidden].includes(P==null?void 0:P.role)){let k=I.findIndex(H=>H.id===P.id);I.splice(k,1),L.push(P.id)}if((R==null?void 0:R.role)===z.Ai||M&&[z.Ai,z.Guide,z.TokenExpired,z.ImageNotSupported,z.Pause].includes(R==null?void 0:R.role)){let k=I.findIndex(H=>H.id===R.id);I.splice(k,1),L.push(R.id)}if([z.Guide].includes(S==null?void 0:S.role)&&M){let k=I.findIndex(H=>H.id===S.id);I.splice(k,1),L.push(S.id)}}}),L}function f(m){u.value[m]=!0;let E={sessionCode:m,role:z.Ai,status:Ce.Loading,content:A};return x(m,E),e==null?void 0:e(m,E)}function C(m,E,M){let D=B(m);return D.status=Ce.Fail,D.content=E,u.value[m]=!1,M===Bt.TokenExpired&&(D.content="抱歉,您的剩余 Token 不足,无法返回回答内容,请先清空当前会话(上下文仍会作为历史记录保留))",D.role=z.TokenExpired),M===Bt.ImageNotSupported&&(D.content="抱歉,当前模型不支持图片内容解析",D.role=z.ImageNotSupported),r==null?void 0:r(m,D,M)}function y(m,E){var M,D,I;if(!(!((M=a.value)===null||M===void 0)&&M.sessionCode)||!(s!=null&&s.url)||h.value)return;let{message:L,cite:N,shortcut:V}=m,P="";P=V?sa(V.prompt,N):N?`${L}: "${N}"`:L,c.value.push({sessionCode:(D=a.value)===null||D===void 0?void 0:D.sessionCode,content:L,role:z.User,status:Ce.Success,cite:N}),g.stream({sessionCode:(I=a.value)===null||I===void 0?void 0:I.sessionCode,url:s.url,headers:s==null?void 0:s.headers,data:{inputs:function(R){for(var S=1;S<arguments.length;S++){var k=arguments[S]!=null?arguments[S]:{},H=Object.keys(k);typeof Object.getOwnPropertySymbols=="function"&&(H=H.concat(Object.getOwnPropertySymbols(k).filter(function(K){return Object.getOwnPropertyDescriptor(k,K).enumerable}))),H.forEach(function(K){var q;q=k[K],K in R?Object.defineProperty(R,K,{value:q,enumerable:!0,configurable:!0,writable:!0}):R[K]=q})}return R}({chat_history:v.value.slice(0,v.value.length-1),input:P},s.data)}}),E==null||E()}return{currentSession:a,sessionContents:c,sessionContentsMap:d,sessionLoadingMap:u,prompts:v,currentSessionLoading:h,chat:function({sessionCode:m,data:E,url:M,headers:D}){g.stream({sessionCode:m,url:M,data:E,headers:D||(s==null?void 0:s.headers)})},sendChat:y,stopChat:function(m){g.stop(m)},plusSessionContent:x,updateSessionContent:function(m){var E;let M=(((E=a.value)===null||E===void 0?void 0:E.sessionCode)===m.sessionCode?c.value:d[m.sessionCode]).find(D=>+(D.id||0)==+(m.id||0));M&&Object.assign(M,m)},getSessionContentById:function(m,E){return w(E).find(M=>M.id===m)},getLastSessionContentBySessionCode:B,getSessionContentsBySessionCode:w,setCurrentSession:function(m){a.value=m,m!=null&&m.sessionCode&&(d[m.sessionCode]||(d[m.sessionCode]=[]),c.value=d[m.sessionCode])},setSessionContents:function(m){a.value&&(d[a.value.sessionCode]=m,c.value=m)},deleteSessionContent:function(m,E){return b(m,[E],!0)},deleteSessionContents:function(m,E){return b(m,E,!1)},handleStartChat:f,handleErrorChat:C,reGenerateChat:function(m){if(c.value[m].role!==z.Ai)return;let E=c.value[m-1].content,M=c.value[m-1].cite;c.value.splice(m-1,c.value.length-m+1),y({message:E,cite:M})},reSendChat:function(m,{message:E,cite:M},D){c.value[m].role===z.User&&(c.value.splice(m,c.value.length-m),y({message:E,cite:M},D))},deleteChat:function(m){if(c.value[m].role===z.User){c.value.splice(m,2);return}c.value.splice(m-1,2)}}},Wo=({handleStart:e,handleEnd:t,handleError:n}={})=>{let i="",o=new Ho({handleStart:()=>(i="",e==null?void 0:e()),handleText:(r,s,A)=>{A||i==="正在思考..."?i=s:i+=s},handleEnd:()=>(i==="无话可说"&&(i=""),t==null?void 0:t(i)),handleError:(r,s,A)=>n==null?void 0:n(s,A)});return{summary:({content:r,url:s,headers:A,model:a})=>{let u=Vo(Oo(r)),c=[{role:X.User,content:`你是一个总结大师,请帮助我对下面这段话进行总结。要求总结精炼,不超过 15 个字!且末尾没有标点符号!请注意:如果你无法总结,请回复“无话可说”!
|
|
252
252
|
文字如下:
|
|
253
|
-
${u}`}];o.stream({sessionCode:"summary",url:s,data:{prompts:c,model:a},headers:A})}}};ie(86),ie(84);let Z2=()=>{la(),da()},ha=si.default;if(typeof window<"u"){let{currentScript:e}=window.document,t=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);t&&(ie.p=t[1])}ze.eo;var ri=ze.In,At=ze.c_;ze.bJ,ze.Ay,ze.DA;var pa=ze.Y_,fa=ze.a2,ga=ze.X3;ze.S0;const J2=e=>t=>typeof t=="string"&&t.startsWith(e),ai=J2("--"),ma=J2("var(--"),Ai=e=>ma(e)?va.test(e.split("/*")[0].trim()):!1,va=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,Ft={};function K2(e){for(const t in e)Ft[t]=e[t],ai(t)&&(Ft[t].isCSSVariable=!0)}function vn(e,t){const n=typeof e=="string"&&!t?`${e}Context`:t,i=Symbol(n);return[s=>{const A=l.inject(i,s);if(A||A===null)return A;throw new Error(`Injection \`${i.toString()}\` not found. Component must be used within ${Array.isArray(e)?`one of the following components: ${e.join(", ")}`:`\`${e}\``}`)},s=>(l.provide(i,s),s)]}const[ya,Ea]=vn("Motion"),[Ba,Ou]=vn("LayoutGroup");function Ot(e,t,n){if(Array.isArray(e))return e.reduce((i,o)=>{const r=Ot(o,t,n);return r?{...i,...r}:i},{});if(typeof e=="object")return e;if(e&&t){const i=t[e];return typeof i=="function"?i(n):i}}function wa(e,t){return typeof e!=typeof t?!0:Array.isArray(e)&&Array.isArray(t)?!Ma(e,t):e!==t}function Ma(e,t){const n=t.length;if(n!==e.length)return!1;for(let i=0;i<n;i++)if(t[i]!==e[i])return!1;return!0}function X2(e,t){return e[t]?{...e,...e[t],[t]:void 0}:{...e}}function q2(e){return e==null?void 0:e.startsWith("--")}const ba=e=>e;function xa(e){return typeof e=="number"}const Ca=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","svg","switch","symbol","text","tspan","use","view","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","linearGradient","radialGradient","textPath"],Da=new Set(Ca);function Ta(e){return Da.has(e)}function Ia(e,t){const n=e.animate,i=t.animate;if(n===i)return!1;if(!n||!i)return!0;if(typeof n=="object"||typeof i=="object"){const o=Object.keys(n),r=Object.keys(i);return o.length!==r.length?!0:o.some(s=>{if(s==="transition")return!1;const A=n[s],a=i[s];return A!==a})}return console.log(2344),n!==i}typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Qa=e=>typeof e<"u",_2={syntax:"<angle>",initialValue:"0deg",toDefaultUnit:e=>`${e}deg`},La={translate:{syntax:"<length-percentage>",initialValue:"0px",toDefaultUnit:e=>`${e}px`},rotate:_2,scale:{syntax:"<number>",initialValue:1,toDefaultUnit:ba},skew:_2},ka=["translate","scale","rotate","skew"],Na=["","X","Y","Z"],li=new Map,yn=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"];ka.forEach(e=>{Na.forEach(t=>{yn.push(e+t),li.set(e+t,La[e])})});const Sa=new Set(yn),za=e=>Sa.has(e),$2={x:"translateX",y:"translateY",z:"translateZ"};function Ra([e],[t]){return yn.indexOf(e)-yn.indexOf(t)}function ja(e,[t,n]){return`${e} ${t}(${n})`}function Fa(e){return e.sort(Ra).reduce(ja,"").trim()}const Oa={translate:[0,0],rotate:0,scale:1,skew:0,x:0,y:0,z:0};function En(e){return!!(e&&e.getVelocity)}const Va={get:(e,t)=>{let n=q2(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&n!=="0"){const i=li.get(t);i&&(n=i.initialValue)}return n},set:(e,t,n)=>{q2(t)?e.style.setProperty(t,n):e.style[t]=n}};function Ya(e){var t;const n={},i=[];for(let o in e){let r=e[o];r=En(r)?r.get():r,za(o)&&o in $2&&(o=$2[o]);let s=Array.isArray(r)?r[0]:r;const A=li.get(o);A?(s=xa(r)?(t=A.toDefaultUnit)==null?void 0:t.call(A,r):r,i.push([o,s])):n[o]=s}return i.length&&(n.transform=Fa(i)),n}const eo={fill:!0,stroke:!0,strokeWidth:!0,opacity:!0,fillOpacity:!0,strokeOpacity:!0,strokeLinecap:!0,strokeLinejoin:!0,strokeDasharray:!0,strokeDashoffset:!0,cx:!0,cy:!0,r:!0,d:!0,x:!0,y:!0,x1:!0,y1:!0,x2:!0,y2:!0,points:!0,pathLength:!0,transform:!0,viewBox:!0,width:!0,height:!0,preserveAspectRatio:!0,clipPath:!0,filter:!0,mask:!0,stopColor:!0,stopOpacity:!0,gradientTransform:!0,gradientUnits:!0,spreadMethod:!0,markerEnd:!0,markerMid:!0,markerStart:!0,textAnchor:!0,dominantBaseline:!0,fontFamily:!0,fontSize:!0,fontWeight:!0,letterSpacing:!0,vectorEffect:!0};function Ua(e){const t={},n={};for(const i in e)if(i in eo){const o=eo[i],r=typeof o=="string"?o:i,s=e[i];t[r]=En(s)?s.get():s}else n[i]=e[i];return{attributes:t,style:n}}function to(e){return e?e.flatMap(t=>t.type===l.Fragment?to(t.children):[t]):[]}const Pa=l.defineComponent({name:"PrimitiveSlot",inheritAttrs:!1,setup(e,{attrs:t,slots:n}){return()=>{var i,o;if(!n.default)return null;const r=to(n.default()),s=r.findIndex(c=>c.type!==l.Comment);if(s===-1)return r;const A=r[s];(i=A.props)==null||delete i.ref;const a=A.props?l.mergeProps(t,A.props):t;t.class&&((o=A.props)!=null&&o.class)&&delete A.props.class;const u=l.cloneVNode(A,a);for(const c in a)c.startsWith("on")&&(u.props||(u.props={}),u.props[c]=a[c]);return r.length===1?u:(r[s]=u,r)}}}),Ha=l.defineComponent({name:"Primitive",inheritAttrs:!1,props:{asChild:{type:Boolean,default:!1},as:{type:[String,Object],default:"div"},getProps:{type:Function,default:()=>({})}},setup(e,{attrs:t,slots:n}){const i=e.asChild?"template":e.as,o=["area","img","input"];return()=>{const s={...e.getProps(),...t};return typeof i=="string"&&o.includes(i)?l.h(i,s):i!=="template"?l.h(e.as,s,{default:n.default}):l.h(Pa,s,{default:n.default})}}}),lt=new WeakMap;class je{constructor(t){this.state=t}beforeMount(){}mount(){}unmount(){}update(){}beforeUpdate(){}beforeUnmount(){}}const me=e=>e;let ci=me;const Bn=["read","resolveKeyframes","update","preRender","render","postRender"],no={value:null,addProjectionMetrics:null};function Ga(e,t){let n=new Set,i=new Set,o=!1,r=!1;const s=new WeakSet;let A={delta:0,timestamp:0,isProcessing:!1},a=0;function u(d){s.has(d)&&(c.schedule(d),e()),a++,d(A)}const c={schedule:(d,p=!1,h=!1)=>{const g=h&&o?n:i;return p&&s.add(d),g.has(d)||g.add(d),d},cancel:d=>{i.delete(d),s.delete(d)},process:d=>{if(A=d,o){r=!0;return}o=!0,[n,i]=[i,n],n.forEach(u),t&&no.value&&no.value.frameloop[t].push(a),a=0,n.clear(),o=!1,r&&(r=!1,c.process(d))}};return c}const Wa=40;function io(e,t){let n=!1,i=!0;const o={delta:0,timestamp:0,isProcessing:!1},r=()=>n=!0,s=Bn.reduce((w,M)=>(w[M]=Ga(r,t?M:void 0),w),{}),{read:A,resolveKeyframes:a,update:u,preRender:c,render:d,postRender:p}=s,h=()=>{const w=performance.now();n=!1,o.delta=i?1e3/60:Math.max(Math.min(w-o.timestamp,Wa),1),o.timestamp=w,o.isProcessing=!0,A.process(o),a.process(o),u.process(o),c.process(o),d.process(o),p.process(o),o.isProcessing=!1,n&&t&&(i=!1,e(h))},v=()=>{n=!0,i=!0,o.isProcessing||e(h)};return{schedule:Bn.reduce((w,M)=>{const x=s[M];return w[M]=(f,C=!1,E=!1)=>(n||v(),x.schedule(f,C,E)),w},{}),cancel:w=>{for(let M=0;M<Bn.length;M++)s[Bn[M]].cancel(w)},state:o,steps:s}}const{schedule:J,cancel:We,state:Ae,steps:ui}=io(typeof requestAnimationFrame<"u"?requestAnimationFrame:me,!0);function Za(e){return e instanceof SVGElement&&e.tagName!=="svg"}class Ja extends je{mount(){const t=this.state.element;if(!Za(t))return;const n=this.state.visualElement;J.read(()=>{try{n.renderState.dimensions=typeof t.getBBox=="function"?t.getBBox():t.getBoundingClientRect()}catch{n.renderState.dimensions={x:0,y:0,width:0,height:0}}})}unmount(){}}const Vt=e=>({test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),tt=Vt("deg"),Ze=Vt("%"),R=Vt("px"),Ka=Vt("vh"),Xa=Vt("vw"),oo={...Ze,parse:e=>Ze.parse(e)/100,transform:e=>Ze.transform(e*100)};function so(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const Yt={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(R.test(e))e=parseFloat(e);else return e;const n=so(e,t.target.x),i=so(e,t.target.y);return`${n}% ${i}%`}},ne=(e,t,n)=>e+(t-e)*n,nt=(e,t,n)=>n>t?t:n<e?e:n,wt={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},Ut={...wt,transform:e=>nt(0,1,e)},wn={...wt,default:1},Pt=e=>Math.round(e*1e5)/1e5,di=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function qa(e){return e==null}const _a=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,hi=(e,t)=>n=>!!(typeof n=="string"&&_a.test(n)&&n.startsWith(e)||t&&!qa(n)&&Object.prototype.hasOwnProperty.call(n,t)),ro=(e,t,n)=>i=>{if(typeof i!="string")return i;const[o,r,s,A]=i.match(di);return{[e]:parseFloat(o),[t]:parseFloat(r),[n]:parseFloat(s),alpha:A!==void 0?parseFloat(A):1}},$a=e=>nt(0,255,e),pi={...wt,transform:e=>Math.round($a(e))},ct={test:hi("rgb","red"),parse:ro("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:i=1})=>"rgba("+pi.transform(e)+", "+pi.transform(t)+", "+pi.transform(n)+", "+Pt(Ut.transform(i))+")"};function eA(e){let t="",n="",i="",o="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),i=e.substring(5,7),o=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),i=e.substring(3,4),o=e.substring(4,5),t+=t,n+=n,i+=i,o+=o),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(i,16),alpha:o?parseInt(o,16)/255:1}}const fi={test:hi("#"),parse:eA,transform:ct.transform},Mt={test:hi("hsl","hue"),parse:ro("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:i=1})=>"hsla("+Math.round(e)+", "+Ze.transform(Pt(t))+", "+Ze.transform(Pt(n))+", "+Pt(Ut.transform(i))+")"},ue={test:e=>ct.test(e)||fi.test(e)||Mt.test(e),parse:e=>ct.test(e)?ct.parse(e):Mt.test(e)?Mt.parse(e):fi.parse(e),transform:e=>typeof e=="string"?e:e.hasOwnProperty("red")?ct.transform(e):Mt.transform(e)},tA=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function nA(e){var t,n;return isNaN(e)&&typeof e=="string"&&(((t=e.match(di))===null||t===void 0?void 0:t.length)||0)+(((n=e.match(tA))===null||n===void 0?void 0:n.length)||0)>0}const ao="number",Ao="color",iA="var",oA="var(",lo="${}",sA=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function Ht(e){const t=e.toString(),n=[],i={color:[],number:[],var:[]},o=[];let r=0;const A=t.replace(sA,a=>(ue.test(a)?(i.color.push(r),o.push(Ao),n.push(ue.parse(a))):a.startsWith(oA)?(i.var.push(r),o.push(iA),n.push(a)):(i.number.push(r),o.push(ao),n.push(parseFloat(a))),++r,lo)).split(lo);return{values:n,split:A,indexes:i,types:o}}function co(e){return Ht(e).values}function uo(e){const{split:t,types:n}=Ht(e),i=t.length;return o=>{let r="";for(let s=0;s<i;s++)if(r+=t[s],o[s]!==void 0){const A=n[s];A===ao?r+=Pt(o[s]):A===Ao?r+=ue.transform(o[s]):r+=o[s]}return r}}const rA=e=>typeof e=="number"?0:e;function aA(e){const t=co(e);return uo(e)(t.map(rA))}const it={test:nA,parse:co,createTransformer:uo,getAnimatableNone:aA},AA={correct:(e,{treeScale:t,projectionDelta:n})=>{const i=e,o=it.parse(e);if(o.length>5)return i;const r=it.createTransformer(e),s=typeof o[0]!="number"?1:0,A=n.x.scale*t.x,a=n.y.scale*t.y;o[0+s]/=A,o[1+s]/=a;const u=ne(A,a,.5);return typeof o[2+s]=="number"&&(o[2+s]/=u),typeof o[3+s]=="number"&&(o[3+s]/=u),r(o)}},ho={borderRadius:{...Yt,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Yt,borderTopRightRadius:Yt,borderBottomLeftRadius:Yt,borderBottomRightRadius:Yt,boxShadow:AA},Mn={hasAnimatedSinceResize:!0,hasEverUpdated:!1};class lA extends je{constructor(t){super(t),K2(ho)}beforeUpdate(){this.state.willUpdate("beforeUpdate")}update(){this.didUpdate()}didUpdate(){var t,n;(this.state.options.layout||this.state.options.layoutId||this.state.options.drag)&&((n=(t=this.state.visualElement.projection)==null?void 0:t.root)==null||n.didUpdate())}mount(){var t;const n=this.state.options,i=this.state.options.layoutGroup;if(n.layout||n.layoutId){const o=this.state.visualElement.projection;o&&(o.promote(),(t=i==null?void 0:i.group)==null||t.add(o)),Mn.hasEverUpdated=!0}this.didUpdate()}beforeUnmount(){const t=this.state.visualElement.projection;t&&(this.state.willUpdate("beforeUnmount"),this.state.options.layoutId?(t.isPresent=!1,t.relegate()):this.state.options.layout&&(this.state.isSafeToRemove=!0))}unmount(){var t,n;const i=this.state.options.layoutGroup,o=this.state.visualElement.projection;if(o){if(i!=null&&i.group&&i.group.remove(o),(n=(t=o.getStack())==null?void 0:t.lead)!=null&&n.animationProgress)return;this.didUpdate()}}}function po(e){return e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1}function gi(e,t="page"){return{point:{x:e[`${t}X`],y:e[`${t}Y`]}}}function cA(e){return t=>po(t)&&e(t,gi(t))}function bn(e,t,n,i={passive:!0}){return e.addEventListener(t,n,i),()=>e.removeEventListener(t,n)}function Gt(e,t,n,i){return bn(e,t,cA(n),i)}const fo=(e,t)=>Math.abs(e-t);function uA(e,t){const n=fo(e.x,t.x),i=fo(e.y,t.y);return Math.sqrt(n**2+i**2)}const dA=(e,t)=>n=>t(e(n)),Wt=(...e)=>e.reduce(dA),hA=e=>e*1e3;function pA(e){return e/1e3}class go{constructor(t,n,{transformPagePoint:i,contextWindow:o,dragSnapToOrigin:r=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const d=vi(this.lastMoveEventInfo,this.history),p=this.startEvent!==null,h=uA(d.offset,{x:0,y:0})>=3;if(!p&&!h)return;const{point:v}=d,{timestamp:g}=Ae;this.history.push({...v,timestamp:g});const{onStart:y,onMove:w}=this.handlers;p||(y&&y(this.lastMoveEvent,d),this.startEvent=this.lastMoveEvent),w&&w(this.lastMoveEvent,d)},this.handlePointerMove=(d,p)=>{this.lastMoveEvent=d,this.lastMoveEventInfo=mi(p,this.transformPagePoint),J.update(this.updatePoint,!0)},this.handlePointerUp=(d,p)=>{this.end();const{onEnd:h,onSessionEnd:v,resumeAnimation:g}=this.handlers;if(this.dragSnapToOrigin&&g&&g(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const y=vi(d.type==="pointercancel"?this.lastMoveEventInfo:mi(p,this.transformPagePoint),this.history);this.startEvent&&h&&h(d,y),v&&v(d,y)},!po(t))return;this.dragSnapToOrigin=r,this.handlers=n,this.transformPagePoint=i,this.contextWindow=o||window;const s=gi(t),A=mi(s,this.transformPagePoint),{point:a}=A,{timestamp:u}=Ae;this.history=[{...a,timestamp:u}];const{onSessionStart:c}=n;c&&c(t,vi(A,this.history)),this.removeListeners=Wt(Gt(this.contextWindow,"pointermove",this.handlePointerMove),Gt(this.contextWindow,"pointerup",this.handlePointerUp),Gt(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),We(this.updatePoint)}}function mi(e,t){return t?{point:t(e.point)}:e}function mo(e,t){return{x:e.x-t.x,y:e.y-t.y}}function vi({point:e},t){return{point:e,delta:mo(e,vo(t)),offset:mo(e,fA(t)),velocity:gA(t,.1)}}function fA(e){return e[0]}function vo(e){return e[e.length-1]}function gA(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,i=null;const o=vo(e);for(;n>=0&&(i=e[n],!(o.timestamp-i.timestamp>hA(t)));)n--;if(!i)return{x:0,y:0};const r=pA(o.timestamp-i.timestamp);if(r===0)return{x:0,y:0};const s={x:(o.x-i.x)/r,y:(o.y-i.y)/r};return s.x===1/0&&(s.x=0),s.y===1/0&&(s.y=0),s}function yo({current:e}){return e?e.ownerDocument.defaultView:null}function Eo(e){return(t,n)=>{e&&J.postRender(()=>e(t,n))}}class mA extends je{constructor(){super(...arguments),this.removePointerDownListener=me}onPointerDown(t){this.session=new go(t,this.createPanHandlers(),{transformPagePoint:this.state.visualElement.getTransformPagePoint(),contextWindow:yo(this.state.visualElement)})}createPanHandlers(){return{onSessionStart:Eo((t,n)=>{const{onPanSessionStart:i}=this.state.options;i&&i(t,n)}),onStart:Eo((t,n)=>{const{onPanStart:i}=this.state.options;i&&i(t,n)}),onMove:(t,n)=>{const{onPan:i}=this.state.options;i&&i(t,n)},onEnd:(t,n)=>{const{onPanEnd:i}=this.state.options;delete this.session,i&&J.postRender(()=>i(t,n))}}}mount(){this.removePointerDownListener=Gt(this.state.element,"pointerdown",this.onPointerDown.bind(this))}update(){}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}function Bo(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}class vA extends je{constructor(t){super(t)}updateAnimationControlsSubscription(){const{animate:t}=this.state.options;Bo(t)&&(this.unmountControls=t.subscribe(this.state))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.state.options,{animate:n}=this.state.visualElement.prevProps||{};t!==n&&this.updateAnimationControlsSubscription()}unmount(){var t;(t=this.unmountControls)==null||t.call(this)}}function yi(e,t){return e?e[t]||e.default||e:void 0}const yA={skipAnimations:!1,useManualTiming:!1};let xn;function EA(){xn=void 0}const Fe={now:()=>(xn===void 0&&Fe.set(Ae.isProcessing||yA.useManualTiming?Ae.timestamp:performance.now()),xn),set:e=>{xn=e,queueMicrotask(EA)}};function Ei(e,t){e.indexOf(t)===-1&&e.push(t)}function Cn(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class Bi{constructor(){this.subscriptions=[]}add(t){return Ei(this.subscriptions,t),()=>Cn(this.subscriptions,t)}notify(t,n,i){const o=this.subscriptions.length;if(o)if(o===1)this.subscriptions[0](t,n,i);else for(let r=0;r<o;r++){const s=this.subscriptions[r];s&&s(t,n,i)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}function wo(e,t){return t?e*(1e3/t):0}const Mo=30,BA=e=>!isNaN(parseFloat(e));class wA{constructor(t,n={}){this.version="12.4.10",this.canTrackVelocity=null,this.events={},this.updateAndNotify=(i,o=!0)=>{const r=Fe.now();this.updatedAt!==r&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(i),this.current!==this.prev&&this.events.change&&this.events.change.notify(this.current),o&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.hasAnimated=!1,this.setCurrent(t),this.owner=n.owner}setCurrent(t){this.current=t,this.updatedAt=Fe.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=BA(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return this.on("change",t)}on(t,n){this.events[t]||(this.events[t]=new Bi);const i=this.events[t].add(n);return t==="change"?()=>{i(),J.read(()=>{this.events.change.getSize()||this.stop()})}:i}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,n){this.passiveEffect=t,this.stopPassiveEffect=n}set(t,n=!0){!n||!this.passiveEffect?this.updateAndNotify(t,n):this.passiveEffect(t,this.updateAndNotify)}setWithVelocity(t,n,i){this.set(n),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-i}jump(t,n=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const t=Fe.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>Mo)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,Mo);return wo(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(t){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=t(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function Zt(e,t){return new wA(e,t)}const de=e=>!!(e&&e.getVelocity);function wi(e){let t;return()=>(t===void 0&&(t=e()),t)}const MA=wi(()=>window.ScrollTimeline!==void 0);class bA{constructor(t){this.stop=()=>this.runAll("stop"),this.animations=t.filter(Boolean)}get finished(){return Promise.all(this.animations.map(t=>"finished"in t?t.finished:t))}getAll(t){return this.animations[0][t]}setAll(t,n){for(let i=0;i<this.animations.length;i++)this.animations[i][t]=n}attachTimeline(t,n){const i=this.animations.map(o=>{if(MA()&&o.attachTimeline)return o.attachTimeline(t);if(typeof n=="function")return n(o)});return()=>{i.forEach((o,r)=>{o&&o(),this.animations[r].stop()})}}get time(){return this.getAll("time")}set time(t){this.setAll("time",t)}get speed(){return this.getAll("speed")}set speed(t){this.setAll("speed",t)}get startTime(){return this.getAll("startTime")}get duration(){let t=0;for(let n=0;n<this.animations.length;n++)t=Math.max(t,this.animations[n].duration);return t}runAll(t){this.animations.forEach(n=>n[t]())}flatten(){this.runAll("flatten")}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}class bo extends bA{then(t,n){return Promise.all(this.animations).then(t).catch(n)}}const Je=e=>e*1e3,Ke=e=>e/1e3;function Dn(e){return typeof e=="function"}function xo(e,t){e.timeline=t,e.onfinish=null}const Mi=e=>Array.isArray(e)&&typeof e[0]=="number",xA={linearEasing:void 0};function CA(e,t){const n=wi(e);return()=>{var i;return(i=xA[t])!==null&&i!==void 0?i:n()}}const Tn=CA(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),Jt=(e,t,n)=>{const i=t-e;return i===0?1:(n-e)/i},Co=(e,t,n=10)=>{let i="";const o=Math.max(Math.round(t/n),2);for(let r=0;r<o;r++)i+=e(Jt(0,o-1,r))+", ";return`linear(${i.substring(0,i.length-2)})`};function Do(e){return!!(typeof e=="function"&&Tn()||!e||typeof e=="string"&&(e in bi||Tn())||Mi(e)||Array.isArray(e)&&e.every(Do))}const Kt=([e,t,n,i])=>`cubic-bezier(${e}, ${t}, ${n}, ${i})`,bi={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Kt([0,.65,.55,1]),circOut:Kt([.55,0,1,.45]),backIn:Kt([.31,.01,.66,-.59]),backOut:Kt([.33,1.53,.69,.99])};function To(e,t){if(e)return typeof e=="function"&&Tn()?Co(e,t):Mi(e)?Kt(e):Array.isArray(e)?e.map(n=>To(n,t)||bi.easeOut):bi[e]}const Io=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e,DA=1e-7,TA=12;function IA(e,t,n,i,o){let r,s,A=0;do s=t+(n-t)/2,r=Io(s,i,o)-e,r>0?n=s:t=s;while(Math.abs(r)>DA&&++A<TA);return s}function Xt(e,t,n,i){if(e===t&&n===i)return me;const o=r=>IA(r,0,1,e,n);return r=>r===0||r===1?r:Io(o(r),t,i)}const Qo=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,Lo=e=>t=>1-e(1-t),ko=Xt(.33,1.53,.69,.99),xi=Lo(ko),No=Qo(xi),So=e=>(e*=2)<1?.5*xi(e):.5*(2-Math.pow(2,-10*(e-1))),Ci=e=>1-Math.sin(Math.acos(e)),zo=Lo(Ci),Ro=Qo(Ci),jo=e=>/^0[^.\s]+$/u.test(e);function QA(e){return typeof e=="number"?e===0:e!==null?e==="none"||e==="0"||jo(e):!0}const bt=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],xt=new Set(bt),Fo=new Set(["width","height","top","left","right","bottom",...bt]),LA=new Set(["brightness","contrast","saturate","opacity"]);function kA(e){const[t,n]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[i]=n.match(di)||[];if(!i)return e;const o=n.replace(i,"");let r=LA.has(t)?1:0;return i!==n&&(r*=100),t+"("+r+o+")"}const NA=/\b([a-z-]*)\(.*?\)/gu,Di={...it,getAnimatableNone:e=>{const t=e.match(NA);return t?t.map(kA).join(" "):e}},SA={borderWidth:R,borderTopWidth:R,borderRightWidth:R,borderBottomWidth:R,borderLeftWidth:R,borderRadius:R,radius:R,borderTopLeftRadius:R,borderTopRightRadius:R,borderBottomRightRadius:R,borderBottomLeftRadius:R,width:R,maxWidth:R,height:R,maxHeight:R,top:R,right:R,bottom:R,left:R,padding:R,paddingTop:R,paddingRight:R,paddingBottom:R,paddingLeft:R,margin:R,marginTop:R,marginRight:R,marginBottom:R,marginLeft:R,backgroundPositionX:R,backgroundPositionY:R},zA={rotate:tt,rotateX:tt,rotateY:tt,rotateZ:tt,scale:wn,scaleX:wn,scaleY:wn,scaleZ:wn,skew:tt,skewX:tt,skewY:tt,distance:R,translateX:R,translateY:R,translateZ:R,x:R,y:R,z:R,perspective:R,transformPerspective:R,opacity:Ut,originX:oo,originY:oo,originZ:R},Oo={...wt,transform:Math.round},Ti={...SA,...zA,zIndex:Oo,size:R,fillOpacity:Ut,strokeOpacity:Ut,numOctaves:Oo},RA={...Ti,color:ue,backgroundColor:ue,outlineColor:ue,fill:ue,stroke:ue,borderColor:ue,borderTopColor:ue,borderRightColor:ue,borderBottomColor:ue,borderLeftColor:ue,filter:Di,WebkitFilter:Di},Ii=e=>RA[e];function Vo(e,t){let n=Ii(e);return n!==Di&&(n=it),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const jA=new Set(["auto","none","0"]);function FA(e,t,n){let i=0,o;for(;i<e.length&&!o;){const r=e[i];typeof r=="string"&&!jA.has(r)&&Ht(r).values.length&&(o=e[i]),i++}if(o&&n)for(const r of t)e[r]=Vo(n,o)}const Yo=e=>e===wt||e===R,Uo=(e,t)=>parseFloat(e.split(", ")[t]),Po=(e,t)=>(n,{transform:i})=>{if(i==="none"||!i)return 0;const o=i.match(/^matrix3d\((.+)\)$/u);if(o)return Uo(o[1],t);{const r=i.match(/^matrix\((.+)\)$/u);return r?Uo(r[1],e):0}},OA=new Set(["x","y","z"]),VA=bt.filter(e=>!OA.has(e));function YA(e){const t=[];return VA.forEach(n=>{const i=e.getValue(n);i!==void 0&&(t.push([n,i.get()]),i.set(n.startsWith("scale")?1:0))}),t}const Ct={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:Po(4,13),y:Po(5,14)};Ct.translateX=Ct.x,Ct.translateY=Ct.y;const ut=new Set;let Qi=!1,Li=!1;function Ho(){if(Li){const e=Array.from(ut).filter(i=>i.needsMeasurement),t=new Set(e.map(i=>i.element)),n=new Map;t.forEach(i=>{const o=YA(i);o.length&&(n.set(i,o),i.render())}),e.forEach(i=>i.measureInitialState()),t.forEach(i=>{i.render();const o=n.get(i);o&&o.forEach(([r,s])=>{var A;(A=i.getValue(r))===null||A===void 0||A.set(s)})}),e.forEach(i=>i.measureEndState()),e.forEach(i=>{i.suspendedScrollY!==void 0&&window.scrollTo(0,i.suspendedScrollY)})}Li=!1,Qi=!1,ut.forEach(e=>e.complete()),ut.clear()}function Go(){ut.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(Li=!0)})}function UA(){Go(),Ho()}class ki{constructor(t,n,i,o,r,s=!1){this.isComplete=!1,this.isAsync=!1,this.needsMeasurement=!1,this.isScheduled=!1,this.unresolvedKeyframes=[...t],this.onComplete=n,this.name=i,this.motionValue=o,this.element=r,this.isAsync=s}scheduleResolve(){this.isScheduled=!0,this.isAsync?(ut.add(this),Qi||(Qi=!0,J.read(Go),J.resolveKeyframes(Ho))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:t,name:n,element:i,motionValue:o}=this;for(let r=0;r<t.length;r++)if(t[r]===null)if(r===0){const s=o==null?void 0:o.get(),A=t[t.length-1];if(s!==void 0)t[0]=s;else if(i&&n){const a=i.readValue(n,A);a!=null&&(t[0]=a)}t[0]===void 0&&(t[0]=A),o&&s===void 0&&o.set(t[0])}else t[r]=t[r-1]}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(){this.isComplete=!0,this.onComplete(this.unresolvedKeyframes,this.finalKeyframe),ut.delete(this)}cancel(){this.isComplete||(this.isScheduled=!1,ut.delete(this))}resume(){this.isComplete||this.scheduleResolve()}}const Wo=e=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e),PA=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function HA(e){const t=PA.exec(e);if(!t)return[,];const[,n,i,o]=t;return[`--${n??i}`,o]}function Zo(e,t,n=1){const[i,o]=HA(e);if(!i)return;const r=window.getComputedStyle(t).getPropertyValue(i);if(r){const s=r.trim();return Wo(s)?parseFloat(s):s}return Ai(o)?Zo(o,t,n+1):o}const Jo=e=>t=>t.test(e),Ko=[wt,R,Ze,tt,Xa,Ka,{test:e=>e==="auto",parse:e=>e}],Xo=e=>Ko.find(Jo(e));class qo extends ki{constructor(t,n,i,o,r){super(t,n,i,o,r,!0)}readKeyframes(){const{unresolvedKeyframes:t,element:n,name:i}=this;if(!n||!n.current)return;super.readKeyframes();for(let a=0;a<t.length;a++){let u=t[a];if(typeof u=="string"&&(u=u.trim(),Ai(u))){const c=Zo(u,n.current);c!==void 0&&(t[a]=c),a===t.length-1&&(this.finalKeyframe=u)}}if(this.resolveNoneKeyframes(),!Fo.has(i)||t.length!==2)return;const[o,r]=t,s=Xo(o),A=Xo(r);if(s!==A)if(Yo(s)&&Yo(A))for(let a=0;a<t.length;a++){const u=t[a];typeof u=="string"&&(t[a]=parseFloat(u))}else this.needsMeasurement=!0}resolveNoneKeyframes(){const{unresolvedKeyframes:t,name:n}=this,i=[];for(let o=0;o<t.length;o++)QA(t[o])&&i.push(o);i.length&&FA(t,i,n)}measureInitialState(){const{element:t,unresolvedKeyframes:n,name:i}=this;if(!t||!t.current)return;i==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=Ct[i](t.measureViewportBox(),window.getComputedStyle(t.current)),n[0]=this.measuredOrigin;const o=n[n.length-1];o!==void 0&&t.getValue(i,o).jump(o,!1)}measureEndState(){var t;const{element:n,name:i,unresolvedKeyframes:o}=this;if(!n||!n.current)return;const r=n.getValue(i);r&&r.jump(this.measuredOrigin,!1);const s=o.length-1,A=o[s];o[s]=Ct[i](n.measureViewportBox(),window.getComputedStyle(n.current)),A!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=A),!((t=this.removedTransforms)===null||t===void 0)&&t.length&&this.removedTransforms.forEach(([a,u])=>{n.getValue(a).set(u)}),this.resolveNoneKeyframes()}}const _o=(e,t)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(it.test(e)||e==="0")&&!e.startsWith("url("));function GA(e){const t=e[0];if(e.length===1)return!0;for(let n=0;n<e.length;n++)if(e[n]!==t)return!0}function WA(e,t,n,i){const o=e[0];if(o===null)return!1;if(t==="display"||t==="visibility")return!0;const r=e[e.length-1],s=_o(o,t),A=_o(r,t);return!s||!A?!1:GA(e)||(n==="spring"||Dn(n))&&i}const ZA=e=>e!==null;function In(e,{repeat:t,repeatType:n="loop"},i){const o=e.filter(ZA),r=t&&n!=="loop"&&t%2===1?0:o.length-1;return!r||i===void 0?o[r]:i}const JA=40;class $o{constructor({autoplay:t=!0,delay:n=0,type:i="keyframes",repeat:o=0,repeatDelay:r=0,repeatType:s="loop",...A}){this.isStopped=!1,this.hasAttemptedResolve=!1,this.createdAt=Fe.now(),this.options={autoplay:t,delay:n,type:i,repeat:o,repeatDelay:r,repeatType:s,...A},this.updateFinishedPromise()}calcStartTime(){return this.resolvedAt?this.resolvedAt-this.createdAt>JA?this.resolvedAt:this.createdAt:this.createdAt}get resolved(){return!this._resolved&&!this.hasAttemptedResolve&&UA(),this._resolved}onKeyframesResolved(t,n){this.resolvedAt=Fe.now(),this.hasAttemptedResolve=!0;const{name:i,type:o,velocity:r,delay:s,onComplete:A,onUpdate:a,isGenerator:u}=this.options;if(!u&&!WA(t,i,o,r))if(s)this.options.duration=0;else{a&&a(In(t,this.options,n)),A&&A(),this.resolveFinishedPromise();return}const c=this.initPlayback(t,n);c!==!1&&(this._resolved={keyframes:t,finalKeyframe:n,...c},this.onPostResolved())}onPostResolved(){}then(t,n){return this.currentFinishedPromise.then(t,n)}flatten(){this.options.type="keyframes",this.options.ease="linear"}updateFinishedPromise(){this.currentFinishedPromise=new Promise(t=>{this.resolveFinishedPromise=t})}}const Qn=2e4;function Ni(e){let t=0;const n=50;let i=e.next(t);for(;!i.done&&t<Qn;)t+=n,i=e.next(t);return t>=Qn?1/0:t}function Si(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function KA({hue:e,saturation:t,lightness:n,alpha:i}){e/=360,t/=100,n/=100;let o=0,r=0,s=0;if(!t)o=r=s=n;else{const A=n<.5?n*(1+t):n+t-n*t,a=2*n-A;o=Si(a,A,e+1/3),r=Si(a,A,e),s=Si(a,A,e-1/3)}return{red:Math.round(o*255),green:Math.round(r*255),blue:Math.round(s*255),alpha:i}}function Ln(e,t){return n=>n>0?t:e}const zi=(e,t,n)=>{const i=e*e,o=n*(t*t-i)+i;return o<0?0:Math.sqrt(o)},XA=[fi,ct,Mt],qA=e=>XA.find(t=>t.test(e));function es(e){const t=qA(e);if(!t)return!1;let n=t.parse(e);return t===Mt&&(n=KA(n)),n}const ts=(e,t)=>{const n=es(e),i=es(t);if(!n||!i)return Ln(e,t);const o={...n};return r=>(o.red=zi(n.red,i.red,r),o.green=zi(n.green,i.green,r),o.blue=zi(n.blue,i.blue,r),o.alpha=ne(n.alpha,i.alpha,r),ct.transform(o))},Ri=new Set(["none","hidden"]);function _A(e,t){return Ri.has(e)?n=>n<=0?e:t:n=>n>=1?t:e}function $A(e,t){return n=>ne(e,t,n)}function ji(e){return typeof e=="number"?$A:typeof e=="string"?Ai(e)?Ln:ue.test(e)?ts:nl:Array.isArray(e)?ns:typeof e=="object"?ue.test(e)?ts:el:Ln}function ns(e,t){const n=[...e],i=n.length,o=e.map((r,s)=>ji(r)(r,t[s]));return r=>{for(let s=0;s<i;s++)n[s]=o[s](r);return n}}function el(e,t){const n={...e,...t},i={};for(const o in n)e[o]!==void 0&&t[o]!==void 0&&(i[o]=ji(e[o])(e[o],t[o]));return o=>{for(const r in i)n[r]=i[r](o);return n}}function tl(e,t){var n;const i=[],o={color:0,var:0,number:0};for(let r=0;r<t.values.length;r++){const s=t.types[r],A=e.indexes[s][o[s]],a=(n=e.values[A])!==null&&n!==void 0?n:0;i[r]=a,o[s]++}return i}const nl=(e,t)=>{const n=it.createTransformer(t),i=Ht(e),o=Ht(t);return i.indexes.var.length===o.indexes.var.length&&i.indexes.color.length===o.indexes.color.length&&i.indexes.number.length>=o.indexes.number.length?Ri.has(e)&&!o.values.length||Ri.has(t)&&!i.values.length?_A(e,t):Wt(ns(tl(i,o),o.values),n):Ln(e,t)};function is(e,t,n){return typeof e=="number"&&typeof t=="number"&&typeof n=="number"?ne(e,t,n):ji(e)(e,t)}const il=5;function os(e,t,n){const i=Math.max(t-il,0);return wo(n-e(i),t-i)}const X={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},Fi=.001;function ol({duration:e=X.duration,bounce:t=X.bounce,velocity:n=X.velocity,mass:i=X.mass}){let o,r,s=1-t;s=nt(X.minDamping,X.maxDamping,s),e=nt(X.minDuration,X.maxDuration,Ke(e)),s<1?(o=u=>{const c=u*s,d=c*e,p=c-n,h=Oi(u,s),v=Math.exp(-d);return Fi-p/h*v},r=u=>{const d=u*s*e,p=d*n+n,h=Math.pow(s,2)*Math.pow(u,2)*e,v=Math.exp(-d),g=Oi(Math.pow(u,2),s);return(-o(u)+Fi>0?-1:1)*((p-h)*v)/g}):(o=u=>{const c=Math.exp(-u*e),d=(u-n)*e+1;return-Fi+c*d},r=u=>{const c=Math.exp(-u*e),d=(n-u)*(e*e);return c*d});const A=5/e,a=rl(o,r,A);if(e=Je(e),isNaN(a))return{stiffness:X.stiffness,damping:X.damping,duration:e};{const u=Math.pow(a,2)*i;return{stiffness:u,damping:s*2*Math.sqrt(i*u),duration:e}}}const sl=12;function rl(e,t,n){let i=n;for(let o=1;o<sl;o++)i=i-e(i)/t(i);return i}function Oi(e,t){return e*Math.sqrt(1-t*t)}const al=["duration","bounce"],Al=["stiffness","damping","mass"];function ss(e,t){return t.some(n=>e[n]!==void 0)}function ll(e){let t={velocity:X.velocity,stiffness:X.stiffness,damping:X.damping,mass:X.mass,isResolvedFromDuration:!1,...e};if(!ss(e,Al)&&ss(e,al))if(e.visualDuration){const n=e.visualDuration,i=2*Math.PI/(n*1.2),o=i*i,r=2*nt(.05,1,1-(e.bounce||0))*Math.sqrt(o);t={...t,mass:X.mass,stiffness:o,damping:r}}else{const n=ol(e);t={...t,...n,mass:X.mass},t.isResolvedFromDuration=!0}return t}function Vi(e=X.visualDuration,t=X.bounce){const n=typeof e!="object"?{visualDuration:e,keyframes:[0,1],bounce:t}:e;let{restSpeed:i,restDelta:o}=n;const r=n.keyframes[0],s=n.keyframes[n.keyframes.length-1],A={done:!1,value:r},{stiffness:a,damping:u,mass:c,duration:d,velocity:p,isResolvedFromDuration:h}=ll({...n,velocity:-Ke(n.velocity||0)}),v=p||0,g=u/(2*Math.sqrt(a*c)),y=s-r,w=Ke(Math.sqrt(a/c)),M=Math.abs(y)<5;i||(i=M?X.restSpeed.granular:X.restSpeed.default),o||(o=M?X.restDelta.granular:X.restDelta.default);let x;if(g<1){const C=Oi(w,g);x=E=>{const m=Math.exp(-g*w*E);return s-m*((v+g*w*y)/C*Math.sin(C*E)+y*Math.cos(C*E))}}else if(g===1)x=C=>s-Math.exp(-w*C)*(y+(v+w*y)*C);else{const C=w*Math.sqrt(g*g-1);x=E=>{const m=Math.exp(-g*w*E),B=Math.min(C*E,300);return s-m*((v+g*w*y)*Math.sinh(B)+C*y*Math.cosh(B))/C}}const f={calculatedDuration:h&&d||null,next:C=>{const E=x(C);if(h)A.done=C>=d;else{let m=0;g<1&&(m=C===0?Je(v):os(x,C,E));const B=Math.abs(m)<=i,b=Math.abs(s-E)<=o;A.done=B&&b}return A.value=A.done?s:E,A},toString:()=>{const C=Math.min(Ni(f),Qn),E=Co(m=>f.next(C*m).value,C,30);return C+"ms "+E}};return f}function rs({keyframes:e,velocity:t=0,power:n=.8,timeConstant:i=325,bounceDamping:o=10,bounceStiffness:r=500,modifyTarget:s,min:A,max:a,restDelta:u=.5,restSpeed:c}){const d=e[0],p={done:!1,value:d},h=B=>A!==void 0&&B<A||a!==void 0&&B>a,v=B=>A===void 0?a:a===void 0||Math.abs(A-B)<Math.abs(a-B)?A:a;let g=n*t;const y=d+g,w=s===void 0?y:s(y);w!==y&&(g=w-d);const M=B=>-g*Math.exp(-B/i),x=B=>w+M(B),f=B=>{const b=M(B),D=x(B);p.done=Math.abs(b)<=u,p.value=p.done?w:D};let C,E;const m=B=>{h(p.value)&&(C=B,E=Vi({keyframes:[p.value,v(p.value)],velocity:os(x,B,p.value),damping:o,stiffness:r,restDelta:u,restSpeed:c}))};return m(0),{calculatedDuration:null,next:B=>{let b=!1;return!E&&C===void 0&&(b=!0,f(B),m(B)),C!==void 0&&B>=C?E.next(B-C):(!b&&f(B),p)}}}const cl=Xt(.42,0,1,1),ul=Xt(0,0,.58,1),as=Xt(.42,0,.58,1),As=e=>Array.isArray(e)&&typeof e[0]!="number",ls={linear:me,easeIn:cl,easeInOut:as,easeOut:ul,circIn:Ci,circInOut:Ro,circOut:zo,backIn:xi,backInOut:No,backOut:ko,anticipate:So},cs=e=>{if(Mi(e)){ci(e.length===4);const[t,n,i,o]=e;return Xt(t,n,i,o)}else if(typeof e=="string")return ci(ls[e]!==void 0),ls[e];return e};function dl(e,t,n){const i=[],o=n||is,r=e.length-1;for(let s=0;s<r;s++){let A=o(e[s],e[s+1]);if(t){const a=Array.isArray(t)?t[s]||me:t;A=Wt(a,A)}i.push(A)}return i}function hl(e,t,{clamp:n=!0,ease:i,mixer:o}={}){const r=e.length;if(ci(r===t.length),r===1)return()=>t[0];if(r===2&&t[0]===t[1])return()=>t[1];const s=e[0]===e[1];e[0]>e[r-1]&&(e=[...e].reverse(),t=[...t].reverse());const A=dl(t,i,o),a=A.length,u=c=>{if(s&&c<e[0])return t[0];let d=0;if(a>1)for(;d<e.length-2&&!(c<e[d+1]);d++);const p=Jt(e[d],e[d+1],c);return A[d](p)};return n?c=>u(nt(e[0],e[r-1],c)):u}function us(e,t){const n=e[e.length-1];for(let i=1;i<=t;i++){const o=Jt(0,t,i);e.push(ne(n,1,o))}}function ds(e){const t=[0];return us(t,e.length-1),t}function pl(e,t){return e.map(n=>n*t)}function fl(e,t){return e.map(()=>t||as).splice(0,e.length-1)}function kn({duration:e=300,keyframes:t,times:n,ease:i="easeInOut"}){const o=As(i)?i.map(cs):cs(i),r={done:!1,value:t[0]},s=pl(n&&n.length===t.length?n:ds(t),e),A=hl(s,t,{ease:Array.isArray(o)?o:fl(t,o)});return{calculatedDuration:e,next:a=>(r.value=A(a),r.done=a>=e,r)}}const gl=e=>{const t=({timestamp:n})=>e(n);return{start:()=>J.update(t,!0),stop:()=>We(t),now:()=>Ae.isProcessing?Ae.timestamp:Fe.now()}},ml={decay:rs,inertia:rs,tween:kn,keyframes:kn,spring:Vi},vl=e=>e/100;class Yi extends $o{constructor(t){super(t),this.holdTime=null,this.cancelTime=null,this.currentTime=0,this.playbackSpeed=1,this.pendingPlayState="running",this.startTime=null,this.state="idle",this.stop=()=>{if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.teardown();const{onStop:a}=this.options;a&&a()};const{name:n,motionValue:i,element:o,keyframes:r}=this.options,s=(o==null?void 0:o.KeyframeResolver)||ki,A=(a,u)=>this.onKeyframesResolved(a,u);this.resolver=new s(r,A,n,i,o),this.resolver.scheduleResolve()}flatten(){super.flatten(),this._resolved&&Object.assign(this._resolved,this.initPlayback(this._resolved.keyframes))}initPlayback(t){const{type:n="keyframes",repeat:i=0,repeatDelay:o=0,repeatType:r,velocity:s=0}=this.options,A=Dn(n)?n:ml[n]||kn;let a,u;A!==kn&&typeof t[0]!="number"&&(a=Wt(vl,is(t[0],t[1])),t=[0,100]);const c=A({...this.options,keyframes:t});r==="mirror"&&(u=A({...this.options,keyframes:[...t].reverse(),velocity:-s})),c.calculatedDuration===null&&(c.calculatedDuration=Ni(c));const{calculatedDuration:d}=c,p=d+o,h=p*(i+1)-o;return{generator:c,mirroredGenerator:u,mapPercentToKeyframes:a,calculatedDuration:d,resolvedDuration:p,totalDuration:h}}onPostResolved(){const{autoplay:t=!0}=this.options;this.play(),this.pendingPlayState==="paused"||!t?this.pause():this.state=this.pendingPlayState}tick(t,n=!1){const{resolved:i}=this;if(!i){const{keyframes:B}=this.options;return{done:!0,value:B[B.length-1]}}const{finalKeyframe:o,generator:r,mirroredGenerator:s,mapPercentToKeyframes:A,keyframes:a,calculatedDuration:u,totalDuration:c,resolvedDuration:d}=i;if(this.startTime===null)return r.next(0);const{delay:p,repeat:h,repeatType:v,repeatDelay:g,onUpdate:y}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-c/this.speed,this.startTime)),n?this.currentTime=t:this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=Math.round(t-this.startTime)*this.speed;const w=this.currentTime-p*(this.speed>=0?1:-1),M=this.speed>=0?w<0:w>c;this.currentTime=Math.max(w,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=c);let x=this.currentTime,f=r;if(h){const B=Math.min(this.currentTime,c)/d;let b=Math.floor(B),D=B%1;!D&&B>=1&&(D=1),D===1&&b--,b=Math.min(b,h+1),!!(b%2)&&(v==="reverse"?(D=1-D,g&&(D-=g/d)):v==="mirror"&&(f=s)),x=nt(0,1,D)*d}const C=M?{done:!1,value:a[0]}:f.next(x);A&&(C.value=A(C.value));let{done:E}=C;!M&&u!==null&&(E=this.speed>=0?this.currentTime>=c:this.currentTime<=0);const m=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&E);return m&&o!==void 0&&(C.value=In(a,this.options,o)),y&&y(C.value),m&&this.finish(),C}get duration(){const{resolved:t}=this;return t?Ke(t.calculatedDuration):0}get time(){return Ke(this.currentTime)}set time(t){t=Je(t),this.currentTime=t,this.holdTime!==null||this.speed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.speed)}get speed(){return this.playbackSpeed}set speed(t){const n=this.playbackSpeed!==t;this.playbackSpeed=t,n&&(this.time=Ke(this.currentTime))}play(){if(this.resolver.isScheduled||this.resolver.resume(),!this._resolved){this.pendingPlayState="running";return}if(this.isStopped)return;const{driver:t=gl,onPlay:n,startTime:i}=this.options;this.driver||(this.driver=t(r=>this.tick(r))),n&&n();const o=this.driver.now();this.holdTime!==null?this.startTime=o-this.holdTime:this.startTime?this.state==="finished"&&(this.startTime=o):this.startTime=i??this.calcStartTime(),this.state==="finished"&&this.updateFinishedPromise(),this.cancelTime=this.startTime,this.holdTime=null,this.state="running",this.driver.start()}pause(){var t;if(!this._resolved){this.pendingPlayState="paused";return}this.state="paused",this.holdTime=(t=this.currentTime)!==null&&t!==void 0?t:0}complete(){this.state!=="running"&&this.play(),this.pendingPlayState=this.state="finished",this.holdTime=null}finish(){this.teardown(),this.state="finished";const{onComplete:t}=this.options;t&&t()}cancel(){this.cancelTime!==null&&this.tick(this.cancelTime),this.teardown(),this.updateFinishedPromise()}teardown(){this.state="idle",this.stopDriver(),this.resolveFinishedPromise(),this.updateFinishedPromise(),this.startTime=this.cancelTime=null,this.resolver.cancel()}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(t){return this.startTime=0,this.tick(t,!0)}}const yl=new Set(["opacity","clipPath","filter","transform"]);function El(e,t,n,{delay:i=0,duration:o=300,repeat:r=0,repeatType:s="loop",ease:A="easeInOut",times:a}={}){const u={[t]:n};a&&(u.offset=a);const c=To(A,o);return Array.isArray(c)&&(u.easing=c),e.animate(u,{delay:i,duration:o,easing:Array.isArray(c)?"linear":c,fill:"both",iterations:r+1,direction:s==="reverse"?"alternate":"normal"})}const Bl=wi(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),Nn=10,wl=2e4;function Ml(e){return Dn(e.type)||e.type==="spring"||!Do(e.ease)}function bl(e,t){const n=new Yi({...t,keyframes:e,repeat:0,delay:0,isGenerator:!0});let i={done:!1,value:e[0]};const o=[];let r=0;for(;!i.done&&r<wl;)i=n.sample(r),o.push(i.value),r+=Nn;return{times:void 0,keyframes:o,duration:r-Nn,ease:"linear"}}const hs={anticipate:So,backInOut:No,circInOut:Ro};function xl(e){return e in hs}class ps extends $o{constructor(t){super(t);const{name:n,motionValue:i,element:o,keyframes:r}=this.options;this.resolver=new qo(r,(s,A)=>this.onKeyframesResolved(s,A),n,i,o),this.resolver.scheduleResolve()}initPlayback(t,n){let{duration:i=300,times:o,ease:r,type:s,motionValue:A,name:a,startTime:u}=this.options;if(!A.owner||!A.owner.current)return!1;if(typeof r=="string"&&Tn()&&xl(r)&&(r=hs[r]),Ml(this.options)){const{onComplete:d,onUpdate:p,motionValue:h,element:v,...g}=this.options,y=bl(t,g);t=y.keyframes,t.length===1&&(t[1]=t[0]),i=y.duration,o=y.times,r=y.ease,s="keyframes"}const c=El(A.owner.current,a,t,{...this.options,duration:i,times:o,ease:r});return c.startTime=u??this.calcStartTime(),this.pendingTimeline?(xo(c,this.pendingTimeline),this.pendingTimeline=void 0):c.onfinish=()=>{const{onComplete:d}=this.options;A.set(In(t,this.options,n)),d&&d(),this.cancel(),this.resolveFinishedPromise()},{animation:c,duration:i,times:o,type:s,ease:r,keyframes:t}}get duration(){const{resolved:t}=this;if(!t)return 0;const{duration:n}=t;return Ke(n)}get time(){const{resolved:t}=this;if(!t)return 0;const{animation:n}=t;return Ke(n.currentTime||0)}set time(t){const{resolved:n}=this;if(!n)return;const{animation:i}=n;i.currentTime=Je(t)}get speed(){const{resolved:t}=this;if(!t)return 1;const{animation:n}=t;return n.playbackRate}set speed(t){const{resolved:n}=this;if(!n)return;const{animation:i}=n;i.playbackRate=t}get state(){const{resolved:t}=this;if(!t)return"idle";const{animation:n}=t;return n.playState}get startTime(){const{resolved:t}=this;if(!t)return null;const{animation:n}=t;return n.startTime}attachTimeline(t){if(!this._resolved)this.pendingTimeline=t;else{const{resolved:n}=this;if(!n)return me;const{animation:i}=n;xo(i,t)}return me}play(){if(this.isStopped)return;const{resolved:t}=this;if(!t)return;const{animation:n}=t;n.playState==="finished"&&this.updateFinishedPromise(),n.play()}pause(){const{resolved:t}=this;if(!t)return;const{animation:n}=t;n.pause()}stop(){if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.resolveFinishedPromise(),this.updateFinishedPromise();const{resolved:t}=this;if(!t)return;const{animation:n,keyframes:i,duration:o,type:r,ease:s,times:A}=t;if(n.playState==="idle"||n.playState==="finished")return;if(this.time){const{motionValue:u,onUpdate:c,onComplete:d,element:p,...h}=this.options,v=new Yi({...h,keyframes:i,duration:o,type:r,ease:s,times:A,isGenerator:!0}),g=Je(this.time);u.setWithVelocity(v.sample(g-Nn).value,v.sample(g).value,Nn)}const{onStop:a}=this.options;a&&a(),this.cancel()}complete(){const{resolved:t}=this;t&&t.animation.finish()}cancel(){const{resolved:t}=this;t&&t.animation.cancel()}static supports(t){const{motionValue:n,name:i,repeatDelay:o,repeatType:r,damping:s,type:A}=t;if(!n||!n.owner||!(n.owner.current instanceof HTMLElement))return!1;const{onUpdate:a,transformTemplate:u}=n.owner.getProps();return Bl()&&i&&yl.has(i)&&!a&&!u&&!o&&r!=="mirror"&&s!==0&&A!=="inertia"}}const Cl={type:"spring",stiffness:500,damping:25,restSpeed:10},Dl=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),Tl={type:"keyframes",duration:.8},Il={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},Ql=(e,{keyframes:t})=>t.length>2?Tl:xt.has(e)?e.startsWith("scale")?Dl(t[1]):Cl:Il;function Ll({when:e,delay:t,delayChildren:n,staggerChildren:i,staggerDirection:o,repeat:r,repeatType:s,repeatDelay:A,from:a,elapsed:u,...c}){return!!Object.keys(c).length}const Ui=(e,t,n,i={},o,r)=>s=>{const A=yi(i,e)||{},a=A.delay||i.delay||0;let{elapsed:u=0}=i;u=u-Je(a);let c={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:t.getVelocity(),...A,delay:-u,onUpdate:p=>{t.set(p),A.onUpdate&&A.onUpdate(p)},onComplete:()=>{s(),A.onComplete&&A.onComplete()},name:e,motionValue:t,element:r?void 0:o};Ll(A)||(c={...c,...Ql(e,c)}),c.duration&&(c.duration=Je(c.duration)),c.repeatDelay&&(c.repeatDelay=Je(c.repeatDelay)),c.from!==void 0&&(c.keyframes[0]=c.from);let d=!1;if((c.type===!1||c.duration===0&&!c.repeatDelay)&&(c.duration=0,c.delay===0&&(d=!0)),d&&!r&&t.get()!==void 0){const p=In(c.keyframes,A);if(p!==void 0)return J.update(()=>{c.onUpdate(p),c.onComplete()}),new bo([])}return!r&&ps.supports(c)?new ps(c):new Yi(c)};function fs(e,t,n){const i=de(e)?e:Zt(e);return i.start(Ui("",i,t,n)),i.animation}const Pi=e=>e.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),kl="data-"+Pi("framerAppearId");function gs(e){return e.props[kl]}const{schedule:Nl,cancel:Uu}=io(queueMicrotask,!1);function ms(e){return e instanceof SVGElement&&e.tagName!=="svg"}const Sl=(e,t)=>e.depth-t.depth;class zl{constructor(){this.children=[],this.isDirty=!1}add(t){Ei(this.children,t),this.isDirty=!0}remove(t){Cn(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(Sl),this.isDirty=!1,this.children.forEach(t)}}function Rl(e,t){const n=Fe.now(),i=({timestamp:o})=>{const r=o-n;r>=t&&(We(i),e(r-t))};return J.read(i,!0),()=>We(i)}const jl=e=>Array.isArray(e),Fl=e=>!!(e&&typeof e=="object"&&e.mix&&e.toValue),Ol=e=>jl(e)?e[e.length-1]||0:e;function Hi(e){const t=de(e)?e.get():e;return Fl(t)?t.toValue():t}const vs=["TopLeft","TopRight","BottomLeft","BottomRight"],Vl=vs.length,ys=e=>typeof e=="string"?parseFloat(e):e,Es=e=>typeof e=="number"||R.test(e);function Yl(e,t,n,i,o,r){o?(e.opacity=ne(0,n.opacity!==void 0?n.opacity:1,Ul(i)),e.opacityExit=ne(t.opacity!==void 0?t.opacity:1,0,Pl(i))):r&&(e.opacity=ne(t.opacity!==void 0?t.opacity:1,n.opacity!==void 0?n.opacity:1,i));for(let s=0;s<Vl;s++){const A=`border${vs[s]}Radius`;let a=Bs(t,A),u=Bs(n,A);if(a===void 0&&u===void 0)continue;a||(a=0),u||(u=0),a===0||u===0||Es(a)===Es(u)?(e[A]=Math.max(ne(ys(a),ys(u),i),0),(Ze.test(u)||Ze.test(a))&&(e[A]+="%")):e[A]=u}(t.rotate||n.rotate)&&(e.rotate=ne(t.rotate||0,n.rotate||0,i))}function Bs(e,t){return e[t]!==void 0?e[t]:e.borderRadius}const Ul=ws(0,.5,zo),Pl=ws(.5,.95,me);function ws(e,t,n){return i=>i<e?0:i>t?1:n(Jt(e,t,i))}function Ms(e,t){e.min=t.min,e.max=t.max}function De(e,t){Ms(e.x,t.x),Ms(e.y,t.y)}function bs(e,t){e.translate=t.translate,e.scale=t.scale,e.originPoint=t.originPoint,e.origin=t.origin}function Gi(e){return e===void 0||e===1}function Wi({scale:e,scaleX:t,scaleY:n}){return!Gi(e)||!Gi(t)||!Gi(n)}function dt(e){return Wi(e)||xs(e)||e.z||e.rotate||e.rotateX||e.rotateY||e.skewX||e.skewY}function xs(e){return Cs(e.x)||Cs(e.y)}function Cs(e){return e&&e!=="0%"}function Sn(e,t,n){const i=e-n,o=t*i;return n+o}function Ds(e,t,n,i,o){return o!==void 0&&(e=Sn(e,o,i)),Sn(e,n,i)+t}function Zi(e,t=0,n=1,i,o){e.min=Ds(e.min,t,n,i,o),e.max=Ds(e.max,t,n,i,o)}function Ts(e,{x:t,y:n}){Zi(e.x,t.translate,t.scale,t.originPoint),Zi(e.y,n.translate,n.scale,n.originPoint)}const Is=.999999999999,Qs=1.0000000000001;function Hl(e,t,n,i=!1){const o=n.length;if(!o)return;t.x=t.y=1;let r,s;for(let A=0;A<o;A++){r=n[A],s=r.projectionDelta;const{visualElement:a}=r.options;a&&a.props.style&&a.props.style.display==="contents"||(i&&r.options.layoutScroll&&r.scroll&&r!==r.root&&Dt(e,{x:-r.scroll.offset.x,y:-r.scroll.offset.y}),s&&(t.x*=s.x.scale,t.y*=s.y.scale,Ts(e,s)),i&&dt(r.latestValues)&&Dt(e,r.latestValues))}t.x<Qs&&t.x>Is&&(t.x=1),t.y<Qs&&t.y>Is&&(t.y=1)}function zn(e,t){e.min=e.min+t,e.max=e.max+t}function Ls(e,t,n,i,o=.5){const r=ne(e.min,e.max,o);Zi(e,t,n,r,i)}function Dt(e,t){Ls(e.x,t.x,t.scaleX,t.scale,t.originX),Ls(e.y,t.y,t.scaleY,t.scale,t.originY)}const ks=1e-4,Gl=1-ks,Wl=1+ks,Ns=.01,Zl=0-Ns,Jl=0+Ns;function Te(e){return e.max-e.min}function Kl(e,t,n){return Math.abs(e-t)<=n}function Ss(e,t,n,i=.5){e.origin=i,e.originPoint=ne(t.min,t.max,e.origin),e.scale=Te(n)/Te(t),e.translate=ne(n.min,n.max,e.origin)-e.originPoint,(e.scale>=Gl&&e.scale<=Wl||isNaN(e.scale))&&(e.scale=1),(e.translate>=Zl&&e.translate<=Jl||isNaN(e.translate))&&(e.translate=0)}function qt(e,t,n,i){Ss(e.x,t.x,n.x,i?i.originX:void 0),Ss(e.y,t.y,n.y,i?i.originY:void 0)}function zs(e,t,n){e.min=n.min+t.min,e.max=e.min+Te(t)}function Xl(e,t,n){zs(e.x,t.x,n.x),zs(e.y,t.y,n.y)}function Rs(e,t,n){e.min=t.min-n.min,e.max=e.min+Te(t)}function _t(e,t,n){Rs(e.x,t.x,n.x),Rs(e.y,t.y,n.y)}function js(e,t,n,i,o){return e-=t,e=Sn(e,1/n,i),o!==void 0&&(e=Sn(e,1/o,i)),e}function ql(e,t=0,n=1,i=.5,o,r=e,s=e){if(Ze.test(t)&&(t=parseFloat(t),t=ne(s.min,s.max,t/100)-s.min),typeof t!="number")return;let A=ne(r.min,r.max,i);e===r&&(A-=t),e.min=js(e.min,t,n,A,o),e.max=js(e.max,t,n,A,o)}function Fs(e,t,[n,i,o],r,s){ql(e,t[n],t[i],t[o],t.scale,r,s)}const _l=["x","scaleX","originX"],$l=["y","scaleY","originY"];function Os(e,t,n,i){Fs(e.x,t,_l,n?n.x:void 0,i?i.x:void 0),Fs(e.y,t,$l,n?n.y:void 0,i?i.y:void 0)}const Vs=()=>({translate:0,scale:1,origin:0,originPoint:0}),Tt=()=>({x:Vs(),y:Vs()}),Ys=()=>({min:0,max:0}),ee=()=>({x:Ys(),y:Ys()});function Us(e){return e.translate===0&&e.scale===1}function Ps(e){return Us(e.x)&&Us(e.y)}function Hs(e,t){return e.min===t.min&&e.max===t.max}function ec(e,t){return Hs(e.x,t.x)&&Hs(e.y,t.y)}function Gs(e,t){return Math.round(e.min)===Math.round(t.min)&&Math.round(e.max)===Math.round(t.max)}function Ws(e,t){return Gs(e.x,t.x)&&Gs(e.y,t.y)}function Zs(e){return Te(e.x)/Te(e.y)}function Js(e,t){return e.translate===t.translate&&e.scale===t.scale&&e.originPoint===t.originPoint}class tc{constructor(){this.members=[]}add(t){Ei(this.members,t),t.scheduleRender()}remove(t){if(Cn(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(t){const n=this.members.findIndex(o=>t===o);if(n===0)return!1;let i;for(let o=n;o>=0;o--){const r=this.members[o];if(r.isPresent!==!1){i=r;break}}return i?(this.promote(i),!0):!1}promote(t,n){const i=this.lead;if(t!==i&&(this.prevLead=i,this.lead=t,t.show(),i)){i.instance&&i.scheduleRender(),t.scheduleRender(),t.resumeFrom=i,n&&(t.resumeFrom.preserveOpacity=!0),i.snapshot&&(t.snapshot=i.snapshot,t.snapshot.latestValues=i.animationValues||i.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);const{crossfade:o}=t.options;o===!1&&i.hide()}}exitAnimationComplete(){this.members.forEach(t=>{const{options:n,resumingFrom:i}=t;n.onExitComplete&&n.onExitComplete(),i&&i.options.onExitComplete&&i.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function nc(e,t,n){let i="";const o=e.x.translate/t.x,r=e.y.translate/t.y,s=(n==null?void 0:n.z)||0;if((o||r||s)&&(i=`translate3d(${o}px, ${r}px, ${s}px) `),(t.x!==1||t.y!==1)&&(i+=`scale(${1/t.x}, ${1/t.y}) `),n){const{transformPerspective:u,rotate:c,rotateX:d,rotateY:p,skewX:h,skewY:v}=n;u&&(i=`perspective(${u}px) ${i}`),c&&(i+=`rotate(${c}deg) `),d&&(i+=`rotateX(${d}deg) `),p&&(i+=`rotateY(${p}deg) `),h&&(i+=`skewX(${h}deg) `),v&&(i+=`skewY(${v}deg) `)}const A=e.x.scale*t.x,a=e.y.scale*t.y;return(A!==1||a!==1)&&(i+=`scale(${A}, ${a})`),i||"none"}function Ks(e){return[e("x"),e("y")]}const Ji=["","X","Y","Z"],ic={visibility:"hidden"},Xs=1e3;let oc=0;function Ki(e,t,n,i){const{latestValues:o}=t;o[e]&&(n[e]=o[e],t.setStaticValue(e,0),i&&(i[e]=0))}function qs(e){if(e.hasCheckedOptimisedAppear=!0,e.root===e)return;const{visualElement:t}=e.options;if(!t)return;const n=gs(t);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:o,layoutId:r}=e.options;window.MotionCancelOptimisedAnimation(n,"transform",J,!(o||r))}const{parent:i}=e;i&&!i.hasCheckedOptimisedAppear&&qs(i)}function _s({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:i,resetTransform:o}){return class{constructor(s={},A=t==null?void 0:t()){this.id=oc++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,this.nodes.forEach(ac),this.nodes.forEach(dc),this.nodes.forEach(hc),this.nodes.forEach(Ac)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=s,this.root=A?A.root||A:this,this.path=A?[...A.path,A]:[],this.parent=A,this.depth=A?A.depth+1:0;for(let a=0;a<this.path.length;a++)this.path[a].shouldResetTransform=!0;this.root===this&&(this.nodes=new zl)}addEventListener(s,A){return this.eventHandlers.has(s)||this.eventHandlers.set(s,new Bi),this.eventHandlers.get(s).add(A)}notifyListeners(s,...A){const a=this.eventHandlers.get(s);a&&a.notify(...A)}hasListeners(s){return this.eventHandlers.has(s)}mount(s,A=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=ms(s),this.instance=s;const{layoutId:a,layout:u,visualElement:c}=this.options;if(c&&!c.current&&c.mount(s),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),A&&(u||a)&&(this.isLayoutDirty=!0),e){let d;const p=()=>this.root.updateBlockedByResize=!1;e(s,()=>{this.root.updateBlockedByResize=!0,d&&d(),d=Rl(p,250),Mn.hasAnimatedSinceResize&&(Mn.hasAnimatedSinceResize=!1,this.nodes.forEach(e0))})}a&&this.root.registerSharedNode(a,this),this.options.animate!==!1&&c&&(a||u)&&this.addEventListener("didUpdate",({delta:d,hasLayoutChanged:p,hasRelativeLayoutChanged:h,layout:v})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const g=this.options.transition||c.getDefaultTransition()||vc,{onLayoutAnimationStart:y,onLayoutAnimationComplete:w}=c.getProps(),M=!this.targetLayout||!Ws(this.targetLayout,v),x=!p&&h;if(this.options.layoutRoot||this.resumeFrom||x||p&&(M||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(d,x);const f={...yi(g,"layout"),onPlay:y,onComplete:w};(c.shouldReduceMotion||this.options.layoutRoot)&&(f.delay=0,f.type=!1),this.startAnimation(f)}else p||e0(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=v})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const s=this.getStack();s&&s.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,We(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(pc),this.animationId++)}getTransformTemplate(){const{visualElement:s}=this.options;return s&&s.getProps().transformTemplate}willUpdate(s=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&qs(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let c=0;c<this.path.length;c++){const d=this.path[c];d.shouldResetTransform=!0,d.updateScroll("snapshot"),d.options.layoutRoot&&d.willUpdate(!1)}const{layoutId:A,layout:a}=this.options;if(A===void 0&&!a)return;const u=this.getTransformTemplate();this.prevTransformTemplateValue=u?u(this.latestValues,""):void 0,this.updateSnapshot(),s&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach($s);return}this.isUpdating||this.nodes.forEach(cc),this.isUpdating=!1,this.nodes.forEach(uc),this.nodes.forEach(sc),this.nodes.forEach(rc),this.clearAllSnapshots();const A=Fe.now();Ae.delta=nt(0,1e3/60,A-Ae.timestamp),Ae.timestamp=A,Ae.isProcessing=!0,ui.update.process(Ae),ui.preRender.process(Ae),ui.render.process(Ae),Ae.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,Nl.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(lc),this.sharedNodes.forEach(fc)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,J.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){J.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure(),this.snapshot&&!Te(this.snapshot.measuredBox.x)&&!Te(this.snapshot.measuredBox.y)&&(this.snapshot=void 0))}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let a=0;a<this.path.length;a++)this.path[a].updateScroll();const s=this.layout;this.layout=this.measure(!1),this.layoutCorrected=ee(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:A}=this.options;A&&A.notify("LayoutMeasure",this.layout.layoutBox,s?s.layoutBox:void 0)}updateScroll(s="measure"){let A=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===s&&(A=!1),A){const a=i(this.instance);this.scroll={animationId:this.root.animationId,phase:s,isRoot:a,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:a}}}resetTransform(){if(!o)return;const s=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,A=this.projectionDelta&&!Ps(this.projectionDelta),a=this.getTransformTemplate(),u=a?a(this.latestValues,""):void 0,c=u!==this.prevTransformTemplateValue;s&&(A||dt(this.latestValues)||c)&&(o(this.instance,u),this.shouldResetTransform=!1,this.scheduleRender())}measure(s=!0){const A=this.measurePageBox();let a=this.removeElementScroll(A);return s&&(a=this.removeTransform(a)),yc(a),{animationId:this.root.animationId,measuredBox:A,layoutBox:a,latestValues:{},source:this.id}}measurePageBox(){var s;const{visualElement:A}=this.options;if(!A)return ee();const a=A.measureViewportBox();if(!(((s=this.scroll)===null||s===void 0?void 0:s.wasRoot)||this.path.some(Ec))){const{scroll:c}=this.root;c&&(zn(a.x,c.offset.x),zn(a.y,c.offset.y))}return a}removeElementScroll(s){var A;const a=ee();if(De(a,s),!((A=this.scroll)===null||A===void 0)&&A.wasRoot)return a;for(let u=0;u<this.path.length;u++){const c=this.path[u],{scroll:d,options:p}=c;c!==this.root&&d&&p.layoutScroll&&(d.wasRoot&&De(a,s),zn(a.x,d.offset.x),zn(a.y,d.offset.y))}return a}applyTransform(s,A=!1){const a=ee();De(a,s);for(let u=0;u<this.path.length;u++){const c=this.path[u];!A&&c.options.layoutScroll&&c.scroll&&c!==c.root&&Dt(a,{x:-c.scroll.offset.x,y:-c.scroll.offset.y}),dt(c.latestValues)&&Dt(a,c.latestValues)}return dt(this.latestValues)&&Dt(a,this.latestValues),a}removeTransform(s){const A=ee();De(A,s);for(let a=0;a<this.path.length;a++){const u=this.path[a];if(!u.instance||!dt(u.latestValues))continue;Wi(u.latestValues)&&u.updateSnapshot();const c=ee(),d=u.measurePageBox();De(c,d),Os(A,u.latestValues,u.snapshot?u.snapshot.layoutBox:void 0,c)}return dt(this.latestValues)&&Os(A,this.latestValues),A}setTargetDelta(s){this.targetDelta=s,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(s){this.options={...this.options,...s,crossfade:s.crossfade!==void 0?s.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==Ae.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(s=!1){var A;const a=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=a.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=a.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=a.isSharedProjectionDirty);const u=!!this.resumingFrom||this!==a;if(!(s||u&&this.isSharedProjectionDirty||this.isProjectionDirty||!((A=this.parent)===null||A===void 0)&&A.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:d,layoutId:p}=this.options;if(!(!this.layout||!(d||p))){if(this.resolvedRelativeTargetAt=Ae.timestamp,!this.targetDelta&&!this.relativeTarget){const h=this.getClosestProjectingParent();h&&h.layout&&this.animationProgress!==1?(this.relativeParent=h,this.forceRelativeParentToResolveTarget(),this.relativeTarget=ee(),this.relativeTargetOrigin=ee(),_t(this.relativeTargetOrigin,this.layout.layoutBox,h.layout.layoutBox),De(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)&&(this.target||(this.target=ee(),this.targetWithTransforms=ee()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),Xl(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):De(this.target,this.layout.layoutBox),Ts(this.target,this.targetDelta)):De(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget)){this.attemptToResolveRelativeTarget=!1;const h=this.getClosestProjectingParent();h&&!!h.resumingFrom==!!this.resumingFrom&&!h.options.layoutScroll&&h.target&&this.animationProgress!==1?(this.relativeParent=h,this.forceRelativeParentToResolveTarget(),this.relativeTarget=ee(),this.relativeTargetOrigin=ee(),_t(this.relativeTargetOrigin,this.target,h.target),De(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(!(!this.parent||Wi(this.parent.latestValues)||xs(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var s;const A=this.getLead(),a=!!this.resumingFrom||this!==A;let u=!0;if((this.isProjectionDirty||!((s=this.parent)===null||s===void 0)&&s.isProjectionDirty)&&(u=!1),a&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(u=!1),this.resolvedRelativeTargetAt===Ae.timestamp&&(u=!1),u)return;const{layout:c,layoutId:d}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(c||d))return;De(this.layoutCorrected,this.layout.layoutBox);const p=this.treeScale.x,h=this.treeScale.y;Hl(this.layoutCorrected,this.treeScale,this.path,a),A.layout&&!A.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(A.target=A.layout.layoutBox,A.targetWithTransforms=ee());const{target:v}=A;if(!v){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(bs(this.prevProjectionDelta.x,this.projectionDelta.x),bs(this.prevProjectionDelta.y,this.projectionDelta.y)),qt(this.projectionDelta,this.layoutCorrected,v,this.latestValues),(this.treeScale.x!==p||this.treeScale.y!==h||!Js(this.projectionDelta.x,this.prevProjectionDelta.x)||!Js(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",v))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(s=!0){var A;if((A=this.options.visualElement)===null||A===void 0||A.scheduleRender(),s){const a=this.getStack();a&&a.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=Tt(),this.projectionDelta=Tt(),this.projectionDeltaWithTransform=Tt()}setAnimationOrigin(s,A=!1){const a=this.snapshot,u=a?a.latestValues:{},c={...this.latestValues},d=Tt();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!A;const p=ee(),h=a?a.source:void 0,v=this.layout?this.layout.source:void 0,g=h!==v,y=this.getStack(),w=!y||y.members.length<=1,M=!!(g&&!w&&this.options.crossfade===!0&&!this.path.some(mc));this.animationProgress=0;let x;this.mixTargetDelta=f=>{const C=f/1e3;t0(d.x,s.x,C),t0(d.y,s.y,C),this.setTargetDelta(d),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(_t(p,this.layout.layoutBox,this.relativeParent.layout.layoutBox),gc(this.relativeTarget,this.relativeTargetOrigin,p,C),x&&ec(this.relativeTarget,x)&&(this.isProjectionDirty=!1),x||(x=ee()),De(x,this.relativeTarget)),g&&(this.animationValues=c,Yl(c,u,this.latestValues,C,M,w)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=C},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(s){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(We(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=J.update(()=>{Mn.hasAnimatedSinceResize=!0,this.currentAnimation=fs(0,Xs,{...s,onUpdate:A=>{this.mixTargetDelta(A),s.onUpdate&&s.onUpdate(A)},onStop:()=>{},onComplete:()=>{s.onComplete&&s.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const s=this.getStack();s&&s.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(Xs),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const s=this.getLead();let{targetWithTransforms:A,target:a,layout:u,latestValues:c}=s;if(!(!A||!a||!u)){if(this!==s&&this.layout&&u&&r0(this.options.animationType,this.layout.layoutBox,u.layoutBox)){a=this.target||ee();const d=Te(this.layout.layoutBox.x);a.x.min=s.target.x.min,a.x.max=a.x.min+d;const p=Te(this.layout.layoutBox.y);a.y.min=s.target.y.min,a.y.max=a.y.min+p}De(A,a),Dt(A,c),qt(this.projectionDeltaWithTransform,this.layoutCorrected,A,c)}}registerSharedNode(s,A){this.sharedNodes.has(s)||this.sharedNodes.set(s,new tc),this.sharedNodes.get(s).add(A);const u=A.options.initialPromotionConfig;A.promote({transition:u?u.transition:void 0,preserveFollowOpacity:u&&u.shouldPreserveFollowOpacity?u.shouldPreserveFollowOpacity(A):void 0})}isLead(){const s=this.getStack();return s?s.lead===this:!0}getLead(){var s;const{layoutId:A}=this.options;return A?((s=this.getStack())===null||s===void 0?void 0:s.lead)||this:this}getPrevLead(){var s;const{layoutId:A}=this.options;return A?(s=this.getStack())===null||s===void 0?void 0:s.prevLead:void 0}getStack(){const{layoutId:s}=this.options;if(s)return this.root.sharedNodes.get(s)}promote({needsReset:s,transition:A,preserveFollowOpacity:a}={}){const u=this.getStack();u&&u.promote(this,a),s&&(this.projectionDelta=void 0,this.needsReset=!0),A&&this.setOptions({transition:A})}relegate(){const s=this.getStack();return s?s.relegate(this):!1}resetSkewAndRotation(){const{visualElement:s}=this.options;if(!s)return;let A=!1;const{latestValues:a}=s;if((a.z||a.rotate||a.rotateX||a.rotateY||a.rotateZ||a.skewX||a.skewY)&&(A=!0),!A)return;const u={};a.z&&Ki("z",s,u,this.animationValues);for(let c=0;c<Ji.length;c++)Ki(`rotate${Ji[c]}`,s,u,this.animationValues),Ki(`skew${Ji[c]}`,s,u,this.animationValues);s.render();for(const c in u)s.setStaticValue(c,u[c]),this.animationValues&&(this.animationValues[c]=u[c]);s.scheduleRender()}getProjectionStyles(s){var A,a;if(!this.instance||this.isSVG)return;if(!this.isVisible)return ic;const u={visibility:""},c=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,u.opacity="",u.pointerEvents=Hi(s==null?void 0:s.pointerEvents)||"",u.transform=c?c(this.latestValues,""):"none",u;const d=this.getLead();if(!this.projectionDelta||!this.layout||!d.target){const g={};return this.options.layoutId&&(g.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,g.pointerEvents=Hi(s==null?void 0:s.pointerEvents)||""),this.hasProjected&&!dt(this.latestValues)&&(g.transform=c?c({},""):"none",this.hasProjected=!1),g}const p=d.animationValues||d.latestValues;this.applyTransformsToTarget(),u.transform=nc(this.projectionDeltaWithTransform,this.treeScale,p),c&&(u.transform=c(p,u.transform));const{x:h,y:v}=this.projectionDelta;u.transformOrigin=`${h.origin*100}% ${v.origin*100}% 0`,d.animationValues?u.opacity=d===this?(a=(A=p.opacity)!==null&&A!==void 0?A:this.latestValues.opacity)!==null&&a!==void 0?a:1:this.preserveOpacity?this.latestValues.opacity:p.opacityExit:u.opacity=d===this?p.opacity!==void 0?p.opacity:"":p.opacityExit!==void 0?p.opacityExit:0;for(const g in Ft){if(p[g]===void 0)continue;const{correct:y,applyTo:w,isCSSVariable:M}=Ft[g],x=u.transform==="none"?p[g]:y(p[g],d);if(w){const f=w.length;for(let C=0;C<f;C++)u[w[C]]=x}else M?this.options.visualElement.renderState.vars[g]=x:u[g]=x}return this.options.layoutId&&(u.pointerEvents=d===this?Hi(s==null?void 0:s.pointerEvents)||"":"none"),u}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(s=>{var A;return(A=s.currentAnimation)===null||A===void 0?void 0:A.stop()}),this.root.nodes.forEach($s),this.root.sharedNodes.clear()}}}function sc(e){e.updateLayout()}function rc(e){var t;const n=((t=e.resumeFrom)===null||t===void 0?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&n&&e.hasListeners("didUpdate")){const{layoutBox:i,measuredBox:o}=e.layout,{animationType:r}=e.options,s=n.source!==e.layout.source;r==="size"?Ks(d=>{const p=s?n.measuredBox[d]:n.layoutBox[d],h=Te(p);p.min=i[d].min,p.max=p.min+h}):r0(r,n.layoutBox,i)&&Ks(d=>{const p=s?n.measuredBox[d]:n.layoutBox[d],h=Te(i[d]);p.max=p.min+h,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[d].max=e.relativeTarget[d].min+h)});const A=Tt();qt(A,i,n.layoutBox);const a=Tt();s?qt(a,e.applyTransform(o,!0),n.measuredBox):qt(a,i,n.layoutBox);const u=!Ps(A);let c=!1;if(!e.resumeFrom){const d=e.getClosestProjectingParent();if(d&&!d.resumeFrom){const{snapshot:p,layout:h}=d;if(p&&h){const v=ee();_t(v,n.layoutBox,p.layoutBox);const g=ee();_t(g,i,h.layoutBox),Ws(v,g)||(c=!0),d.options.layoutRoot&&(e.relativeTarget=g,e.relativeTargetOrigin=v,e.relativeParent=d)}}}e.notifyListeners("didUpdate",{layout:i,snapshot:n,delta:a,layoutDelta:A,hasLayoutChanged:u,hasRelativeLayoutChanged:c})}else if(e.isLead()){const{onExitComplete:i}=e.options;i&&i()}e.options.transition=void 0}function ac(e){e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=!!(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function Ac(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function lc(e){e.clearSnapshot()}function $s(e){e.clearMeasurements()}function cc(e){e.isLayoutDirty=!1}function uc(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function e0(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function dc(e){e.resolveTargetDelta()}function hc(e){e.calcProjection()}function pc(e){e.resetSkewAndRotation()}function fc(e){e.removeLeadSnapshot()}function t0(e,t,n){e.translate=ne(t.translate,0,n),e.scale=ne(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function n0(e,t,n,i){e.min=ne(t.min,n.min,i),e.max=ne(t.max,n.max,i)}function gc(e,t,n,i){n0(e.x,t.x,n.x,i),n0(e.y,t.y,n.y,i)}function mc(e){return e.animationValues&&e.animationValues.opacityExit!==void 0}const vc={duration:.45,ease:[.4,0,.1,1]},i0=e=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(e),o0=i0("applewebkit/")&&!i0("chrome/")?Math.round:me;function s0(e){e.min=o0(e.min),e.max=o0(e.max)}function yc(e){s0(e.x),s0(e.y)}function r0(e,t,n){return e==="position"||e==="preserve-aspect"&&!Kl(Zs(t),Zs(n),.2)}function Ec(e){var t;return e!==e.root&&((t=e.scroll)===null||t===void 0?void 0:t.wasRoot)}function Bc(e,t,n,i={passive:!0}){return e.addEventListener(t,n,i),()=>e.removeEventListener(t,n)}const wc=_s({attachResizeListener:(e,t)=>Bc(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Xi={current:void 0},Mc=_s({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!Xi.current){const e=new wc({});e.mount(window),e.setOptions({layoutScroll:!0}),Xi.current=e}return Xi.current},resetTransform:(e,t)=>{e.style.transform=t!==void 0?t:"none"},checkIsScrollRoot:e=>window.getComputedStyle(e).position==="fixed"});function a0(e){if(e)return e.options.allowProjection!==!1?e.projection:a0(e.parent)}function $t(e){return typeof e=="object"&&e!==null&&"nodeType"in e}const qi=new WeakMap,[bc,Pu]=vn("AnimatePresenceContext");class xc extends je{constructor(t){super(t),K2(ho)}initProjection(){const t=this.state.options;this.state.visualElement.projection=new Mc(this.state.visualElement.latestValues,t["data-framer-portal-id"]?void 0:a0(this.state.visualElement.parent)),this.state.visualElement.projection.isPresent=!0,this.setOptions()}beforeMount(){this.initProjection()}setOptions(){const t=this.state.options;this.state.visualElement.projection.setOptions({layout:t.layout,layoutId:t.layoutId,alwaysMeasureLayout:!!t.drag||t.dragConstraints&&$t(t.dragConstraints),visualElement:this.state.visualElement,animationType:typeof t.layout=="string"?t.layout:"both",layoutRoot:t.layoutRoot,layoutScroll:t.layoutScroll,crossfade:t.crossfade,onExitComplete:()=>{var n;if(!((n=this.state.visualElement.projection)!=null&&n.isPresent)){const i=qi.get(this.state.element);this.state.isSafeToRemove=!0,i&&i({detail:{isExit:!0}},!0)}}})}update(){this.setOptions()}mount(){var t;(t=this.state.visualElement.projection)==null||t.mount(this.state.element)}}class Cc extends je{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.state.element.matches(":focus-visible")}catch{t=!0}t&&(this.state.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){this.isActive&&(this.state.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Wt(bn(this.state.element,"focus",()=>this.onFocus()),bn(this.state.element,"blur",()=>this.onBlur()))}}const Dc={x:!1,y:!1};function A0(){return Dc.y}function _i(e,t,n){var i;if(e instanceof EventTarget)return[e];if(typeof e=="string"){let o=document;const r=(i=n==null?void 0:n[e])!==null&&i!==void 0?i:o.querySelectorAll(e);return r?Array.from(r):[]}return Array.from(e)}function l0(e,t){const n=_i(e),i=new AbortController,o={passive:!0,...t,signal:i.signal};return[n,o,()=>i.abort()]}function c0(e){return!(e.pointerType==="touch"||A0())}function Tc(e,t,n={}){const[i,o,r]=l0(e,n),s=A=>{if(!c0(A))return;const{target:a}=A,u=t(a,A);if(typeof u!="function"||!a)return;const c=d=>{c0(d)&&(u(d),a.removeEventListener("pointerleave",c))};a.addEventListener("pointerleave",c,o)};return i.forEach(A=>{A.addEventListener("pointerenter",s,o)}),r}function u0(e,t){const n=`${t}PointerCapture`;if(e.target instanceof Element&&n in e.target&&e.pointerId!==void 0)try{e.target[n](e.pointerId)}catch{}}const d0=(e,t)=>t?e===t?!0:d0(e,t.parentElement):!1,Ic=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1,Qc=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function Lc(e){return Qc.has(e.tagName)||e.tabIndex!==-1}const en=new WeakSet;function h0(e){return t=>{t.key==="Enter"&&e(t)}}function $i(e,t){e.dispatchEvent(new PointerEvent("pointer"+t,{isPrimary:!0,bubbles:!0}))}const kc=(e,t)=>{const n=e.currentTarget;if(!n)return;const i=h0(()=>{if(en.has(n))return;$i(n,"down");const o=h0(()=>{$i(n,"up")}),r=()=>$i(n,"cancel");n.addEventListener("keyup",o,t),n.addEventListener("blur",r,t)});n.addEventListener("keydown",i,t),n.addEventListener("blur",()=>n.removeEventListener("keydown",i),t)};function p0(e){return Ic(e)&&!A0()}function Nc(e,t,n={}){const[i,o,r]=l0(e,n),s=A=>{const a=A.currentTarget;if(!a||!p0(A)||en.has(a))return;en.add(a),u0(A,"set");const u=t(a,A),c=(h,v)=>{a.removeEventListener("pointerup",d),a.removeEventListener("pointercancel",p),u0(h,"release"),!(!p0(h)||!en.has(a))&&(en.delete(a),typeof u=="function"&&u(h,{success:v}))},d=h=>{(h.isTrusted?Sc(h,a instanceof Element?a.getBoundingClientRect():{left:0,top:0,right:window.innerWidth,bottom:window.innerHeight}):!1)?c(h,!1):c(h,!(a instanceof Element)||d0(a,h.target))},p=h=>{c(h,!1)};a.addEventListener("pointerup",d,o),a.addEventListener("pointercancel",p,o),a.addEventListener("lostpointercapture",p,o)};return i.forEach(A=>{A=n.useGlobalTarget?window:A;let a=!1;A instanceof HTMLElement&&(a=!0,!Lc(A)&&A.getAttribute("tabindex")===null&&(A.tabIndex=0)),A.addEventListener("pointerdown",s,o),a&&A.addEventListener("focus",u=>kc(u,o),o)}),r}function Sc(e,t){return e.clientX<t.left||e.clientX>t.right||e.clientY<t.top||e.clientY>t.bottom}function f0(e){return{point:{x:e.pageX,y:e.pageY}}}function g0(e,t,n){const i=e.options;i.whilePress&&e.setActive("whilePress",n==="Start");const o=`onPress${n==="End"?"":n}`,r=i[o];r&&J.postRender(()=>r(t,f0(t)))}class zc extends je{isActive(){return!!this.state.options.press}constructor(t){super(t)}mount(){const t=this.state.element;t&&(this.unmount=Nc(t,(n,i)=>(g0(this.state,i,"Start"),(o,{success:r})=>g0(this.state,o,r?"End":"Cancel")),{useGlobalTarget:this.state.options.globalPressTarget}))}}function m0(e,t,n){const i=e.options;i.whileHover&&e.setActive("whileHover",n==="Start");const o=`onHover${n}`,r=i[o];r&&J.postRender(()=>r(t,f0(t)))}class Rc extends je{isActive(){return!!this.state.getOptions().whileHover}constructor(t){super(t)}mount(){const t=this.state.element;t&&(this.unmount=Tc(t,(n,i)=>(m0(this.state,i,"Start"),o=>{m0(this.state,o,"End")})))}}const jc={some:0,all:1};function Fc(e,t,{root:n,margin:i,amount:o="some"}={}){const r=_i(e),s=new WeakMap,A=u=>{u.forEach(c=>{const d=s.get(c.target);if(c.isIntersecting!==!!d)if(c.isIntersecting){const p=t(c.target,c);typeof p=="function"?s.set(c.target,p):a.unobserve(c.target)}else typeof d=="function"&&(d(c),s.delete(c.target))})},a=new IntersectionObserver(A,{root:n,rootMargin:i,threshold:typeof o=="number"?o:jc[o]});return r.forEach(u=>a.observe(u)),()=>a.disconnect()}function v0(e,t,n){const i=e.options;i.whileInView&&e.setActive("whileInView",n==="Enter");const o=`onViewport${n}`,r=i[o];r&&J.postRender(()=>r(t))}class Oc extends je{isActive(){return!!this.state.getOptions().whileInView}constructor(t){super(t)}startObserver(){const t=this.state.element;if(!t)return;this.unmount();const{once:n,...i}=this.state.getOptions().inViewOptions||{};this.unmount=Fc(t,(o,r)=>{if(v0(this.state,r,"Enter"),!n)return s=>{v0(this.state,r,"Leave")}},i)}mount(){this.startObserver()}update(){const{props:t,prevProps:n}=this.state.visualElement;["amount","margin","root"].some(Vc(t,n))&&this.startObserver()}}function Vc({inViewOptions:e={}},{inViewOptions:t={}}={}){return n=>e[n]!==t[n]}function y0(e){let t=null;return()=>{const n=()=>{t=null};return t===null?(t=e,n):!1}}const E0=y0("dragHorizontal"),B0=y0("dragVertical");function Yc(e){let t=!1;if(e==="y")t=B0();else if(e==="x")t=E0();else{const n=E0(),i=B0();n&&i?t=()=>{n(),i()}:(n&&n(),i&&i())}return t}function e2(e){return e.max-e.min}function Uc(e,t,n){return n>t?t:n<e?e:n}function Rn(e,t,n){return e+(t-e)*n}function w0(e,t,n){const i=t-e;return i===0?1:(n-e)/i}function Pc(e,{min:t,max:n},i){return t!==void 0&&e<t?e=i?Rn(t,e,i.min):Math.max(e,t):n!==void 0&&e>n&&(e=i?Rn(n,e,i.max):Math.min(e,n)),e}const t2=.35;function Hc(e,{top:t,left:n,bottom:i,right:o}){return{x:M0(e.x,n,o),y:M0(e.y,t,i)}}function M0(e,t,n){return{min:t!==void 0?e.min+t:void 0,max:n!==void 0?e.max+n-(e.max-e.min):void 0}}function Gc(e=t2){return e===!1?e=0:e===!0&&(e=t2),{x:b0(e,"left","right"),y:b0(e,"top","bottom")}}function b0(e,t,n){return{min:x0(e,t),max:x0(e,n)}}function x0(e,t){return typeof e=="number"?e:e[t]||0}function Wc(e,t){const n={};return t.min!==void 0&&(n.min=t.min-e.min),t.max!==void 0&&(n.max=t.max-e.min),n}function Zc(e,t){return{x:C0(e.x,t.x),y:C0(e.y,t.y)}}function C0(e,t){let n=t.min-e.min,i=t.max-e.max;return t.max-t.min<e.max-e.min&&([n,i]=[i,n]),{min:n,max:i}}function Jc(e,t){let n=.5;const i=e2(e),o=e2(t);return o>i?n=w0(t.min,t.max-i,e.min):i>o&&(n=w0(e.min,e.max-o,t.min)),Uc(0,1,n)}const D0=()=>({min:0,max:0});function Kc(){return{x:D0(),y:D0()}}function Oe(e){return[e("x"),e("y")]}function Xc(e){return{test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}}const qc=Xc("%");function _c(e){return!!(En(e)&&e.add)}function T0(e,t){const n=e.getValue("willChange");if(_c(n))return n.add(t)}function I0({top:e,left:t,right:n,bottom:i}){return{x:{min:t,max:n},y:{min:e,max:i}}}function $c(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),i=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:i.y,right:i.x}}function e1({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}function Q0(e,t){e.min=e.min+t,e.max=e.max+t}function t1(e,t){return I0($c(e.getBoundingClientRect(),t))}function n1(e,t,n){const i=t1(e,n),{scroll:o}=t;return o&&(Q0(i.x,o.offset.x),Q0(i.y,o.offset.y)),i}function L0(e){return!qi.has(e.current)}const i1=new WeakMap;class o1{constructor(t){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=Kc(),this.visualElement=t}start(t,{snapToCursor:n=!1}={}){if(!L0(this.visualElement))return;const i=u=>{const{dragSnapToOrigin:c}=this.getProps();c?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(gi(u,"page").point)},o=(u,c)=>{const{drag:d,dragPropagation:p,onDragStart:h}=this.getProps();if(d&&!p&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=Yc(d),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),Oe(g=>{let y=this.getAxisMotionValue(g).get()||0;if(qc.test(y)){const{projection:w}=this.visualElement;if(w&&w.layout){const M=w.layout.layoutBox[g];M&&(y=e2(M)*(parseFloat(y)/100))}}this.originPoint[g]=y}),h&&J.postRender(()=>h(u,c)),T0(this.visualElement,"transform"),this.visualElement.state.setActive("whileDrag",!0)},r=(u,c)=>{const{dragPropagation:d,dragDirectionLock:p,onDirectionLock:h,onDrag:v}=this.getProps();if(!d&&!this.openGlobalLock)return;const{offset:g}=c;if(p&&this.currentDirection===null){this.currentDirection=s1(g),this.currentDirection!==null&&h&&h(this.currentDirection);return}this.updateAxis("x",c.point,g),this.updateAxis("y",c.point,g),this.visualElement.render(),v&&v(u,c)},s=(u,c)=>this.stop(u,c),A=()=>Oe(u=>{var c;return this.getAnimationState(u)==="paused"&&((c=this.getAxisMotionValue(u).animation)==null?void 0:c.play())}),{dragSnapToOrigin:a}=this.getProps();this.panSession=new go(t,{onSessionStart:i,onStart:o,onMove:r,onSessionEnd:s,resumeAnimation:A},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:a,contextWindow:yo(this.visualElement)})}stop(t,n){const i=this.isDragging;if(this.cancel(),!i)return;const{velocity:o}=n;this.startAnimation(o);const{onDragEnd:r}=this.getProps();r&&J.postRender(()=>r(t,n))}cancel(){this.isDragging=!1;const{projection:t,animationState:n}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:i}=this.getProps();!i&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),this.visualElement.state.setActive("whileDrag",!1)}updateAxis(t,n,i){const{drag:o}=this.getProps();if(!i||!jn(t,o,this.currentDirection))return;const r=this.getAxisMotionValue(t);let s=this.originPoint[t]+i[t];this.constraints&&this.constraints[t]&&(s=Pc(s,this.constraints[t],this.elastic[t])),r.set(s)}resolveConstraints(){var t;const{dragConstraints:n,dragElastic:i}=this.getProps(),o=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(t=this.visualElement.projection)==null?void 0:t.layout,r=this.constraints;n&&$t(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&o?this.constraints=Hc(o.layoutBox,n):this.constraints=!1,this.elastic=Gc(i),r!==this.constraints&&o&&this.constraints&&!this.hasMutatedConstraints&&Oe(s=>{this.constraints!==!1&&this.getAxisMotionValue(s)&&(this.constraints[s]=Wc(o.layoutBox[s],this.constraints[s]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:n}=this.getProps();if(!t||!$t(t))return!1;const i=t,{projection:o}=this.visualElement;if(!o||!o.layout)return!1;const r=n1(i,o.root,this.visualElement.getTransformPagePoint());let s=Zc(o.layout.layoutBox,r);if(n){const A=n(e1(s));this.hasMutatedConstraints=!!A,A&&(s=I0(A))}return s}startAnimation(t){const{drag:n,dragMomentum:i,dragElastic:o,dragTransition:r,dragSnapToOrigin:s,onDragTransitionEnd:A}=this.getProps(),a=this.constraints||{},u=Oe(c=>{if(!jn(c,n,this.currentDirection))return;let d=a&&a[c]||{};s&&(d={min:0,max:0});const p=o?200:1e6,h=o?40:1e7,v={type:"inertia",velocity:i?t[c]:0,bounceStiffness:p,bounceDamping:h,timeConstant:750,restDelta:1,restSpeed:10,...r,...d};return this.startAxisValueAnimation(c,v)});return Promise.all(u).then(A)}startAxisValueAnimation(t,n){const i=this.getAxisMotionValue(t);return T0(this.visualElement,t),i.start(Ui(t,i,0,n,this.visualElement,!1))}stopAnimation(){L0(this.visualElement)&&Oe(t=>this.getAxisMotionValue(t).stop())}pauseAnimation(){Oe(t=>{var n;return(n=this.getAxisMotionValue(t).animation)==null?void 0:n.pause()})}getAnimationState(t){var n;return(n=this.getAxisMotionValue(t).animation)==null?void 0:n.state}getAxisMotionValue(t){const n=`_drag${t.toUpperCase()}`,i=this.visualElement.getProps();return i[n]||this.visualElement.getValue(t,(i.initial?i.initial[t]:void 0)||0)}snapToCursor(t){Oe(n=>{const{drag:i}=this.getProps();if(!jn(n,i,this.currentDirection))return;const{projection:o}=this.visualElement,r=this.getAxisMotionValue(n);if(o&&o.layout){const{min:s,max:A}=o.layout.layoutBox[n];r.set(t[n]-Rn(s,A,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:n}=this.getProps(),{projection:i}=this.visualElement;if(!$t(n)||!i||!this.constraints)return;this.stopAnimation();const o={x:0,y:0};Oe(s=>{const A=this.getAxisMotionValue(s);if(A&&this.constraints!==!1){const a=A.get();o[s]=Jc({min:a,max:a},this.constraints[s])}});const{transformTemplate:r}=this.visualElement.getProps();this.visualElement.current.style.transform=r?r({},""):"none",i.root&&i.root.updateScroll(),i.updateLayout(),this.resolveConstraints(),Oe(s=>{if(!jn(s,t,null))return;const A=this.getAxisMotionValue(s),{min:a,max:u}=this.constraints[s];A.set(Rn(a,u,o[s]))})}addListeners(){if(!this.visualElement.current)return;i1.set(this.visualElement,this);const t=this.visualElement.current,n=Gt(t,"pointerdown",a=>{const{drag:u,dragListener:c=!0}=this.getProps();u&&c&&this.start(a)}),i=()=>{const{dragConstraints:a}=this.getProps();$t(a)&&(this.constraints=this.resolveRefConstraints())},{projection:o}=this.visualElement,r=o.addEventListener("measure",i);o&&!o.layout&&(o.root&&o.root.updateScroll(),o.updateLayout()),J.read(i);const s=bn(window,"resize",()=>this.scalePositionWithinConstraints()),A=o.addEventListener("didUpdate",({delta:a,hasLayoutChanged:u})=>{this.isDragging&&u&&(Oe(c=>{const d=this.getAxisMotionValue(c);d&&(this.originPoint[c]+=a[c].translate,d.set(d.get()+a[c].translate))}),this.visualElement.render())});return()=>{s(),n(),r(),A&&A()}}getProps(){const t=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:i=!1,dragPropagation:o=!1,dragConstraints:r=!1,dragElastic:s=t2,dragMomentum:A=!0}=t;return{...t,drag:n,dragDirectionLock:i,dragPropagation:o,dragConstraints:r,dragElastic:s,dragMomentum:A}}}function jn(e,t,n){return(t===!0||t===e)&&(n===null||n===e)}function s1(e,t=10){let n=null;return Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x"),n}class r1 extends je{constructor(t){super(t),this.removeGroupControls=me,this.removeListeners=me,this.controls=new o1(t.visualElement)}mount(){const{dragControls:t}=this.state.options;t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||me}unmount(){this.removeGroupControls(),this.removeListeners()}}class a1{constructor(t){this.features=[],this.features=[new Rc(t),new zc(t),new Oc(t),new Ja(t),new lA(t),new xc(t),new mA(t),new r1(t),new Cc(t),new vA(t)]}mount(){this.features.forEach(t=>t.mount())}beforeMount(){this.features.forEach(t=>{var n;return(n=t.beforeMount)==null?void 0:n.call(t)})}unmount(){this.features.forEach(t=>t.unmount())}update(){this.features.forEach(t=>{var n;return(n=t.update)==null?void 0:n.call(t)})}beforeUpdate(){this.features.forEach(t=>t.beforeUpdate())}beforeUnmount(){this.features.forEach(t=>t.beforeUnmount())}}function A1({top:e,left:t,right:n,bottom:i}){return{x:{min:t,max:n},y:{min:e,max:i}}}function l1(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),i=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:i.y,right:i.x}}function c1(e,t){return A1(l1(e.getBoundingClientRect(),t))}const k0={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},n2={};for(const e in k0)n2[e]={isEnabled:t=>k0[e].some(n=>!!t[n])};const u1=typeof window<"u",i2={current:null},N0={current:!1};function d1(){if(N0.current=!0,!!u1)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>i2.current=e.matches;e.addListener(t),t()}else i2.current=!1}const h1=[...Ko,ue,it],p1=e=>h1.find(Jo(e));function f1(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}function g1(e){return typeof e=="string"||Array.isArray(e)}const m1=["initial",...["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"]];function S0(e){return f1(e.animate)||m1.some(t=>g1(e[t]))}function v1(e){return!!(S0(e)||e.variants)}function y1(e,t,n){for(const i in t){const o=t[i],r=n[i];if(de(o))e.addValue(i,o);else if(de(r))e.addValue(i,Zt(o,{owner:e}));else if(r!==o)if(e.hasValue(i)){const s=e.getValue(i);s.liveStyle===!0?s.jump(o):s.hasAnimated||s.set(o)}else{const s=e.getStaticValue(i);e.addValue(i,Zt(s!==void 0?s:o,{owner:e}))}}for(const i in n)t[i]===void 0&&e.removeValue(i);return t}function z0(e){const t=[{},{}];return e==null||e.values.forEach((n,i)=>{t[0][i]=n.get(),t[1][i]=n.getVelocity()}),t}function R0(e,t,n,i){if(typeof t=="function"){const[o,r]=z0(i);t=t(n!==void 0?n:e.custom,o,r)}if(typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"){const[o,r]=z0(i);t=t(n!==void 0?n:e.custom,o,r)}return t}const j0=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class F0{scrapeMotionValuesFromProps(t,n,i){return{}}constructor({parent:t,props:n,presenceContext:i,reducedMotionConfig:o,blockInitialAnimation:r,visualState:s},A={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=ki,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const h=Fe.now();this.renderScheduledAt<h&&(this.renderScheduledAt=h,J.render(this.render,!1,!0))};const{latestValues:a,renderState:u,onUpdate:c}=s;this.onUpdate=c,this.latestValues=a,this.baseTarget={...a},this.initialValues=n.initial?{...a}:{},this.renderState=u,this.parent=t,this.props=n,this.presenceContext=i,this.depth=t?t.depth+1:0,this.reducedMotionConfig=o,this.options=A,this.blockInitialAnimation=!!r,this.isControllingVariants=S0(n),this.isVariantNode=v1(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:d,...p}=this.scrapeMotionValuesFromProps(n,{},this);for(const h in p){const v=p[h];a[h]!==void 0&&de(v)&&v.set(a[h],!1)}}mount(t){this.current=t,lt.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,i)=>this.bindToMotionValue(i,n)),N0.current||d1(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:i2.current,this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){this.projection&&this.projection.unmount(),We(this.notifyUpdate),We(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const t in this.events)this.events[t].clear();for(const t in this.features){const n=this.features[t];n&&(n.unmount(),n.isMounted=!1)}this.current=null}bindToMotionValue(t,n){this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();const i=xt.has(t);i&&this.onBindTransform&&this.onBindTransform();const o=n.on("change",A=>{this.latestValues[t]=A,this.props.onUpdate&&J.preRender(this.notifyUpdate),i&&this.projection&&(this.projection.isTransformDirty=!0)}),r=n.on("renderRequest",this.scheduleRender);let s;window.MotionCheckAppearSync&&(s=window.MotionCheckAppearSync(this,t,n)),this.valueSubscriptions.set(t,()=>{o(),r(),s&&s(),n.owner&&n.stop()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}updateFeatures(){let t="animation";for(t in n2){const n=n2[t];if(!n)continue;const{isEnabled:i,Feature:o}=n;if(!this.features[t]&&o&&i(this.props)&&(this.features[t]=new o(this)),this.features[t]){const r=this.features[t];r.isMounted?r.update():(r.mount(),r.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):ee()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,n){this.latestValues[t]=n}update(t,n){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let i=0;i<j0.length;i++){const o=j0[i];this.propEventSubscriptions[o]&&(this.propEventSubscriptions[o](),delete this.propEventSubscriptions[o]);const r="on"+o,s=t[r];s&&(this.propEventSubscriptions[o]=this.on(o,s))}this.prevMotionValues=y1(this,this.scrapeMotionValuesFromProps(t,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue(),this.onUpdate&&this.onUpdate(this)}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(t){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(t),()=>n.variantChildren.delete(t)}addValue(t,n){const i=this.values.get(t);n!==i&&(i&&this.removeValue(t),this.bindToMotionValue(t,n),this.values.set(t,n),this.latestValues[t]=n.get())}removeValue(t){this.values.delete(t);const n=this.valueSubscriptions.get(t);n&&(n(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,n){if(this.props.values&&this.props.values[t])return this.props.values[t];let i=this.values.get(t);return i===void 0&&n!==void 0&&(i=Zt(n===null?void 0:n,{owner:this}),this.addValue(t,i)),i}readValue(t,n){var i;let o=this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:(i=this.getBaseTargetFromProps(this.props,t))!==null&&i!==void 0?i:this.readValueFromInstance(this.current,t,this.options);return o!=null&&(typeof o=="string"&&(Wo(o)||jo(o))?o=parseFloat(o):!p1(o)&&it.test(n)&&(o=Vo(t,n)),this.setBaseTarget(t,de(o)?o.get():o)),de(o)?o.get():o}setBaseTarget(t,n){this.baseTarget[t]=n}getBaseTarget(t){var n;const{initial:i}=this.props;let o;if(typeof i=="string"||typeof i=="object"){const s=R0(this.props,i,(n=this.presenceContext)===null||n===void 0?void 0:n.custom);s&&(o=s[t])}if(i&&o!==void 0)return o;const r=this.getBaseTargetFromProps(this.props,t);return r!==void 0&&!de(r)?r:this.initialValues[t]!==void 0&&o===void 0?void 0:this.baseTarget[t]}on(t,n){return this.events[t]||(this.events[t]=new Bi),this.events[t].add(n)}notify(t,...n){this.events[t]&&this.events[t].notify(...n)}}class O0 extends F0{constructor(){super(...arguments),this.KeyframeResolver=qo}sortInstanceNodePosition(t,n){return t.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(t,n){return t.style?t.style[n]:void 0}removeValueFromRenderState(t,{vars:n,style:i}){delete n[t],delete i[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;de(t)&&(this.childSubscription=t.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}const V0=(e,t)=>t&&typeof e=="number"?t.transform(e):e,E1={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},B1=bt.length;function w1(e,t,n){let i="",o=!0;for(let r=0;r<B1;r++){const s=bt[r],A=e[s];if(A===void 0)continue;let a=!0;if(typeof A=="number"?a=A===(s.startsWith("scale")?1:0):a=parseFloat(A)===0,!a||n){const u=V0(A,Ti[s]);if(!a){o=!1;const c=E1[s]||s;i+=`${c}(${u}) `}n&&(t[s]=u)}}return i=i.trim(),n?i=n(t,o?"":i):o&&(i="none"),i}function Y0(e,t,n){const{style:i,vars:o,transformOrigin:r}=e;let s=!1,A=!1;for(const a in t){const u=t[a];if(xt.has(a)){s=!0;continue}else if(ai(a)){o[a]=u;continue}else{const c=V0(u,Ti[a]);a.startsWith("origin")?(A=!0,r[a]=c):i[a]=c}}if(t.transform||(s||n?i.transform=w1(t,e.transform,n):i.transform&&(i.transform="none")),A){const{originX:a="50%",originY:u="50%",originZ:c=0}=r;i.transformOrigin=`${a} ${u} ${c}`}}function U0(e,{style:t,vars:n},i,o){Object.assign(e.style,t,o&&o.getProjectionStyles(i));for(const r in n)e.style.setProperty(r,n[r])}function M1(e,{layout:t,layoutId:n}){return xt.has(e)||e.startsWith("origin")||(t||n!==void 0)&&(!!Ft[e]||e==="opacity")}function P0(e,t,n){var i;const{style:o}=e,r={};for(const s in o)(de(o[s])||t.style&&de(t.style[s])||M1(s,e)||((i=n==null?void 0:n.getValue(s))===null||i===void 0?void 0:i.liveStyle)!==void 0)&&(r[s]=o[s]);return r}function b1(e){return window.getComputedStyle(e)}class H0 extends O0{constructor(){super(...arguments),this.type="html",this.renderInstance=U0}readValueFromInstance(t,n){if(xt.has(n)){const i=Ii(n);return i&&i.default||0}else{const i=b1(t),o=(ai(n)?i.getPropertyValue(n):i[n])||0;return typeof o=="string"?o.trim():o}}measureInstanceViewportBox(t,{transformPagePoint:n}){return c1(t,n)}build(t,n,i){Y0(t,n,i.transformTemplate)}scrapeMotionValuesFromProps(t,n,i){return P0(t,n,i)}}const x1={offset:"stroke-dashoffset",array:"stroke-dasharray"},C1={offset:"strokeDashoffset",array:"strokeDasharray"};function D1(e,t,n=1,i=0,o=!0){e.pathLength=1;const r=o?x1:C1;e[r.offset]=R.transform(-i);const s=R.transform(t),A=R.transform(n);e[r.array]=`${s} ${A}`}function G0(e,t,n){return typeof e=="string"?e:R.transform(t+n*e)}function T1(e,t,n){const i=G0(t,e.x,e.width),o=G0(n,e.y,e.height);return`${i} ${o}`}function I1(e,{attrX:t,attrY:n,attrScale:i,originX:o,originY:r,pathLength:s,pathSpacing:A=1,pathOffset:a=0,...u},c,d){if(Y0(e,u,d),c){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:p,style:h,dimensions:v}=e;p.transform&&(v&&(h.transform=p.transform),delete p.transform),v&&(o!==void 0||r!==void 0||h.transform)&&(h.transformOrigin=T1(v,o!==void 0?o:.5,r!==void 0?r:.5)),t!==void 0&&(p.x=t),n!==void 0&&(p.y=n),i!==void 0&&(p.scale=i),s!==void 0&&D1(p,s,A,a,!1)}const W0=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]),Q1=e=>typeof e=="string"&&e.toLowerCase()==="svg";function L1(e,t){try{t.dimensions=typeof e.getBBox=="function"?e.getBBox():e.getBoundingClientRect()}catch{t.dimensions={x:0,y:0,width:0,height:0}}}function k1(e,t,n,i){U0(e,t,void 0,i);for(const o in t.attrs)e.setAttribute(W0.has(o)?o:Pi(o),t.attrs[o])}function N1(e,t,n){const i=P0(e,t,n);for(const o in e)if(de(e[o])||de(t[o])){const r=bt.indexOf(o)!==-1?"attr"+o.charAt(0).toUpperCase()+o.substring(1):o;i[r]=e[o]}return i}class Z0 extends O0{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=ee,this.updateDimensions=()=>{this.current&&!this.renderState.dimensions&&L1(this.current,this.renderState)}}getBaseTargetFromProps(t,n){return t[n]}readValueFromInstance(t,n){if(xt.has(n)){const i=Ii(n);return i&&i.default||0}return n=W0.has(n)?n:Pi(n),t.getAttribute(n)}scrapeMotionValuesFromProps(t,n,i){return N1(t,n,i)}onBindTransform(){this.current&&!this.renderState.dimensions&&J.postRender(this.updateDimensions)}build(t,n,i){I1(t,n,this.isSVGTag,i.transformTemplate)}renderInstance(t,n,i,o){k1(t,n,i,o)}mount(t){this.isSVGTag=Q1(t.tagName),super.mount(t)}}function S1(e,t){return Ta(e)?new Z0(t):new H0(t)}function J0(e,t,n){return new CustomEvent(e,{detail:{target:t,isExit:n}})}function z1(e,t=100,n){const i=n({...e,keyframes:[0,t]}),o=Math.min(Ni(i),Qn);return{type:"keyframes",ease:r=>i.next(o*r).value/t,duration:Ke(o)}}const R1=(e,t,n)=>{const i=t-e;return((n-e)%i+i)%i+e};function K0(e,t){return As(e)?e[R1(0,e.length,t)]:e}function o2(e){return typeof e=="object"&&!Array.isArray(e)}function X0(e,t,n,i){return typeof e=="string"&&o2(t)?_i(e,n,i):e instanceof NodeList?Array.from(e):Array.isArray(e)?e:[e]}function j1(e,t,n){return e*(t+1)}function q0(e,t,n,i){var o;return typeof t=="number"?t:t.startsWith("-")||t.startsWith("+")?Math.max(0,e+parseFloat(t)):t==="<"?n:(o=i.get(t))!==null&&o!==void 0?o:e}function F1(e,t,n){for(let i=0;i<e.length;i++){const o=e[i];o.at>t&&o.at<n&&(Cn(e,o),i--)}}function O1(e,t,n,i,o,r){F1(e,o,r);for(let s=0;s<t.length;s++)e.push({value:t[s],at:ne(o,r,i[s]),easing:K0(n,s)})}function V1(e,t){for(let n=0;n<e.length;n++)e[n]=e[n]/(t+1)}function Y1(e,t){return e.at===t.at?e.value===null?1:t.value===null?-1:0:e.at-t.at}const U1="easeInOut";function P1(e,{defaultTransition:t={},...n}={},i,o){const r=t.duration||.3,s=new Map,A=new Map,a={},u=new Map;let c=0,d=0,p=0;for(let h=0;h<e.length;h++){const v=e[h];if(typeof v=="string"){u.set(v,d);continue}else if(!Array.isArray(v)){u.set(v.name,q0(d,v.at,c,u));continue}let[g,y,w={}]=v;w.at!==void 0&&(d=q0(d,w.at,c,u));let M=0;const x=(f,C,E,m=0,B=0)=>{const b=H1(f),{delay:D=0,times:I=ds(b),type:L="keyframes",repeat:k,repeatType:V,repeatDelay:U=0,...j}=C;let{ease:F=t.ease||"easeOut",duration:z}=C;const W=typeof D=="function"?D(m,B):D,q=b.length,he=Dn(L)?L:o==null?void 0:o[L];if(q<=2&&he){let _=100;if(q===2&&Z1(b)){const se=b[1]-b[0];_=Math.abs(se)}const ae={...j};z!==void 0&&(ae.duration=Je(z));const pe=z1(ae,_,he);F=pe.ease,z=pe.duration}z??(z=r);const le=d+W;I.length===1&&I[0]===0&&(I[1]=1);const Ee=I.length-b.length;if(Ee>0&&us(I,Ee),b.length===1&&b.unshift(null),k){z=j1(z,k);const _=[...b],ae=[...I];F=Array.isArray(F)?[...F]:[F];const pe=[...F];for(let se=0;se<k;se++){b.push(..._);for(let S=0;S<_.length;S++)I.push(ae[S]+(se+1)),F.push(S===0?"linear":K0(pe,S-1))}V1(I,k)}const oe=le+z;O1(E,b,F,I,le,oe),M=Math.max(W+z,M),p=Math.max(oe,p)};if(de(g)){const f=_0(g,A);x(y,w,$0("default",f))}else{const f=X0(g,y,i,a),C=f.length;for(let E=0;E<C;E++){y=y,w=w;const m=f[E],B=_0(m,A);for(const b in y)x(y[b],G1(w,b),$0(b,B),E,C)}}c=d,d+=M}return A.forEach((h,v)=>{for(const g in h){const y=h[g];y.sort(Y1);const w=[],M=[],x=[];for(let C=0;C<y.length;C++){const{at:E,value:m,easing:B}=y[C];w.push(m),M.push(Jt(0,p,E)),x.push(B||"easeOut")}M[0]!==0&&(M.unshift(0),w.unshift(w[0]),x.unshift(U1)),M[M.length-1]!==1&&(M.push(1),w.push(null)),s.has(v)||s.set(v,{keyframes:{},transition:{}});const f=s.get(v);f.keyframes[g]=w,f.transition[g]={...t,duration:p,ease:x,times:M,...n}}}),s}function _0(e,t){return!t.has(e)&&t.set(e,{}),t.get(e)}function $0(e,t){return t[e]||(t[e]=[]),t[e]}function H1(e){return Array.isArray(e)?e:[e]}function G1(e,t){return e&&e[t]?{...e,...e[t]}:{...e}}const W1=e=>typeof e=="number",Z1=e=>e.every(W1);function J1(e,t,n){const i=e.getProps();return R0(i,t,i.custom,e)}function K1(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,Zt(n))}function X1(e,t){const n=J1(e,t);let{transitionEnd:i={},transition:o={},...r}=n||{};r={...r,...i};for(const s in r){const A=Ol(r[s]);K1(e,s,A)}}function q1(e){return!!(de(e)&&e.add)}function _1(e,t){const n=e.getValue("willChange");if(q1(n))return n.add(t)}function $1({protectedKeys:e,needsAnimating:t},n){const i=e.hasOwnProperty(n)&&t[n]!==!0;return t[n]=!1,i}function e4(e,t,{delay:n=0,transitionOverride:i,type:o}={}){var r;let{transition:s=e.getDefaultTransition(),transitionEnd:A,...a}=t;i&&(s=i);const u=[],c=o&&e.animationState&&e.animationState.getState()[o];for(const d in a){const p=e.getValue(d,(r=e.latestValues[d])!==null&&r!==void 0?r:null),h=a[d];if(h===void 0||c&&$1(c,d))continue;const v={delay:n,...yi(s||{},d)};let g=!1;if(window.MotionHandoffAnimation){const w=gs(e);if(w){const M=window.MotionHandoffAnimation(w,d,J);M!==null&&(v.startTime=M,g=!0)}}_1(e,d),p.start(Ui(d,p,h,e.shouldReduceMotion&&Fo.has(d)?{type:!1}:v,e,g));const y=p.animation;y&&u.push(y)}return A&&Promise.all(u).then(()=>{J.update(()=>{A&&X1(e,A)})}),u}function t4(e,t){return e in t}class n4 extends F0{constructor(){super(...arguments),this.type="object"}readValueFromInstance(t,n){if(t4(n,t)){const i=t[n];if(typeof i=="string"||typeof i=="number")return i}}getBaseTargetFromProps(){}removeValueFromRenderState(t,n){delete n.output[t]}measureInstanceViewportBox(){return ee()}build(t,n){Object.assign(t.output,n)}renderInstance(t,{output:n}){Object.assign(t,n)}sortInstanceNodePosition(){return 0}}function i4(e){const t={presenceContext:null,props:{},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{}}},n=ms(e)?new Z0(t):new H0(t);n.mount(e),lt.set(e,n)}function o4(e){const t={presenceContext:null,props:{},visualState:{renderState:{output:{}},latestValues:{}}},n=new n4(t);n.mount(e),lt.set(e,n)}function s4(e,t){return de(e)||typeof e=="number"||typeof e=="string"&&!o2(t)}function er(e,t,n,i){const o=[];if(s4(e,t))o.push(fs(e,o2(t)&&t.default||t,n&&(n.default||n)));else{const r=X0(e,t,i),s=r.length;for(let A=0;A<s;A++){const a=r[A],u=a instanceof Element?i4:o4;lt.has(a)||u(a);const c=lt.get(a),d={...n};"delay"in d&&typeof d.delay=="function"&&(d.delay=d.delay(A,s)),o.push(...e4(c,{...t,transition:d},{}))}}return o}function r4(e,t,n){const i=[];return P1(e,t,n,{spring:Vi}).forEach(({keyframes:r,transition:s},A)=>{i.push(...er(A,r,s))}),i}function a4(e){return Array.isArray(e)&&e.some(Array.isArray)}function A4(e){function t(n,i,o){let r=[];return a4(n)?r=r4(n,i,e):r=er(n,i,o,e),new bo(r)}return t}const l4=A4(),c4=["initial","animate","whileInView","whileHover","whilePress","whileDrag","whileFocus","exit"];function u4({controlActiveState:e=void 0,controlDelay:t=0,directAnimate:n,directTransition:i,isFallback:o=!1,isExit:r=!1}={}){const s=this.target;this.target={...this.baseTarget};let A={};const a={...this.options.transition};n?A=d4.call(this,n,i,A):A=h4.call(this,e,a);const u=p4.call(this,s,A,t),{getChildAnimations:c,childAnimations:d}=f4.call(this,a,this.activeStates,o);return g4.call(this,{factories:u,getChildAnimations:c,childAnimations:d,transition:a,controlActiveState:e,isExit:r})}function d4(e,t){const n=Ot(e,this.options.variants,this.options.custom);if(!n)return{};const i={...this.options.transition,...t||n.transition},o={};return Object.entries(n).forEach(([r,s])=>{r!=="transition"&&(this.target[r]=s,o[r]=X2(i,r))}),o}function h4(e,t){e&&(this.activeStates={...this.activeStates,...e});const n={};let i={},o={};return c4.forEach(r=>{if(!this.activeStates[r]||Bo(this.options[r]))return;const s=this.options[r];let A=Qa(s)?Ot(s,this.options.variants,this.options.custom):void 0;if(this.visualElement.isVariantNode){const a=Ot(this.context[r],this.options.variants,this.options.custom);A=a?Object.assign(a||{},A):o}A&&(r!=="initial"&&(i=A.transition||this.options.transition),o=Object.assign(o,A))}),Object.assign(t,i),Object.entries(o).forEach(([r,s])=>{r!=="transition"&&(this.target[r]=s,n[r]=X2(t,r))}),n}function p4(e,t,n){const i=[];return Object.keys(this.target).forEach(o=>{var r;if(!wa(e[o],this.target[o]))return;(r=this.baseTarget)[o]??(r[o]=Va.get(this.element,o));const s=this.target[o]==="none"?Oa[o]:this.target[o],A=t[o];i.push(()=>l4(this.element,{[o]:s},{...A,delay:((A==null?void 0:A.delay)||0)+n}))}),i}function f4(e,t,n){var i;if(!((i=this.visualElement.variantChildren)!=null&&i.size)||!t)return{getChildAnimations:()=>Promise.resolve(),childAnimations:[]};const{staggerChildren:o=0,staggerDirection:r=1,delayChildren:s=0}=e||{},A=(this.visualElement.variantChildren.size-1)*o,a=r===1?(c=0)=>c*o:(c=0)=>A-c*o,u=Array.from(this.visualElement.variantChildren).map((c,d)=>{const p=s+a(d);return c.state.animateUpdates({controlActiveState:t,controlDelay:n?0:p})}).filter(Boolean);return{getChildAnimations:()=>Promise.all(u.map(c=>c==null?void 0:c())),childAnimations:u}}function g4({factories:e,getChildAnimations:t,childAnimations:n,transition:i,controlActiveState:o,isExit:r=!1}){const s=()=>Promise.all(e.map(d=>d()).filter(Boolean)),A={...this.target},a=this.element,u=d=>{a.dispatchEvent(J0("motionstart",A)),d.then(()=>{a.dispatchEvent(J0("motioncomplete",A,r))}).catch(me)},c=()=>{const d=i!=null&&i.when?(i.when==="beforeChildren"?s():t()).then(()=>i.when==="beforeChildren"?t():s()):Promise.all([s(),t()]);return u(d),d};return o?c:c()}function m4(e){return typeof e=="string"||e===!1||Array.isArray(e)}const tr=new WeakMap;let v4=0;const s2=new Set;class y4{constructor(t,n){var i;this.element=null,this.isSafeToRemove=!1,this.isVShow=!1,this.children=new Set,this.activeStates={initial:!0,animate:!0},this.currentProcess=null,this._context=null,this.animateUpdates=u4,this.id=`motion-state-${v4++}`,this.options=t,this.parent=n,(i=n==null?void 0:n.children)==null||i.add(this),this.depth=(n==null?void 0:n.depth)+1||0;const o=this.context.initial===!1?["initial","animate"]:["initial"];this.initTarget(o),this.visualElement=S1(this.options.as,{presenceContext:null,parent:n==null?void 0:n.visualElement,props:{...this.options,whileHover:this.options.whileHover,whileTap:this.options.whilePress,whileInView:this.options.whileInView},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{...this.baseTarget}},reducedMotionConfig:t.motionConfig.reduceMotion}),this.featureManager=new a1(this)}get context(){if(!this._context){const t={get:(n,i)=>{var o;return m4(this.options[i])?this.options[i]:(o=this.parent)==null?void 0:o.context[i]}};this._context=new Proxy({},t)}return this._context}initTarget(t){this.baseTarget=t.reduce((n,i)=>({...n,...Ot(this.options[i]||this.context[i],this.options.variants)}),{}),this.target={}}updateOptions(){this.visualElement.update({...this.options,whileHover:this.options.hover,whileTap:this.options.press,whileInView:this.options.inView,reducedMotionConfig:this.options.motionConfig.reduceMotion},{isPresent:!qi.has(this.element)})}beforeMount(){this.featureManager.beforeMount()}mount(t,n,i=!1){this.element=t,this.options=n,tr.set(t,this),lt.get(t)||(this.visualElement.mount(t),lt.set(t,this.visualElement)),this.visualElement.state=this,this.updateOptions(),this.featureManager.mount(),!i&&this.options.animate&&this.startAnimation(),this.options.layoutId&&(s2.add(this.options.layoutId),J.render(()=>{s2.clear()}))}clearAnimation(){var t;this.currentProcess&&We(this.currentProcess),this.currentProcess=null,(t=this.visualElement.variantChildren)==null||t.forEach(n=>{n.state.clearAnimation()})}startAnimation(){this.clearAnimation(),this.currentProcess=J.render(()=>{this.currentProcess=null,this.animateUpdates()})}beforeUnmount(){this.featureManager.beforeUnmount()}unmount(t=!1){const n=this.options.layoutId&&!s2.has(this.options.layoutId);(()=>{t&&Array.from(this.children).reverse().forEach(this.unmountChild);const o=()=>{var r,s,A;(s=(r=this.parent)==null?void 0:r.children)==null||s.delete(this),tr.delete(this.element),this.featureManager.unmount(),(A=this.visualElement)==null||A.unmount()};n?Promise.resolve().then(o):o()})()}unmountChild(t){t.unmount(!0)}beforeUpdate(){this.featureManager.beforeUpdate()}update(t){const n=Ia(this.options,t);this.options=t,this.updateOptions(),this.featureManager.update(),n&&this.startAnimation()}setActive(t,n,i=!0){var o;!this.element||this.activeStates[t]===n||(this.activeStates[t]=n,(o=this.visualElement.variantChildren)==null||o.forEach(r=>{r.state.setActive(t,n,!1)}),i&&this.animateUpdates({isFallback:!n&&t!=="exit"&&this.visualElement.isControllingVariants,isExit:this.activeStates.exit}))}isMounted(){return!!this.element}getOptions(){return this.options}willUpdate(t){var n;(this.options.layout||this.options.layoutId)&&((n=this.visualElement.projection)==null||n.willUpdate())}}function Fn(e){return(e==null?void 0:e.nodeType)===3||(e==null?void 0:e.nodeType)===8?Fn(e.nextSibling):e}function E4(e){var t;const n=((t=Fn(e.$el))==null?void 0:t.style.display)==="none";return e.$.vnode.transition&&n}const B4={reduceMotion:"never",transition:void 0,nonce:void 0},[w4,Gu]=vn("MotionConfig");function M4(){return w4(l.computed(()=>B4))}const r2=l.defineComponent({name:"Motion",inheritAttrs:!1,__name:"Motion",props:l.mergeDefaults({as:{},asChild:{type:Boolean},hover:{},press:{},inView:{},focus:{},whileDrag:{},whileHover:{},whilePress:{},whileInView:{},whileFocus:{},custom:{},initial:{type:[String,Array,Object,Boolean]},animate:{},exit:{},variants:{},style:{},transformTemplate:{type:Function},transition:{},layoutGroup:{},motionConfig:{},onAnimationComplete:{type:Function},onUpdate:{type:Function},layout:{type:[Boolean,String]},layoutId:{},layoutScroll:{type:Boolean},layoutRoot:{type:Boolean},"data-framer-portal-id":{},crossfade:{type:Boolean},onBeforeLayoutMeasure:{type:Function},onLayoutMeasure:{type:Function},onLayoutAnimationStart:{type:Function},onLayoutAnimationComplete:{type:Function},globalPressTarget:{type:Boolean},onPressStart:{type:Function},onPress:{type:Function},onPressCancel:{type:Function},onHoverStart:{type:Function},onHoverEnd:{type:Function},inViewOptions:{},onViewportEnter:{type:Function},onViewportLeave:{type:Function},drag:{type:[Boolean,String]},dragSnapToOrigin:{type:Boolean},dragDirectionLock:{type:Boolean},dragPropagation:{type:Boolean},dragConstraints:{type:[Boolean,Object]},dragElastic:{type:[Boolean,Number,Object]},dragMomentum:{type:Boolean},dragTransition:{},dragListener:{type:Boolean},dragControls:{},onDragStart:{type:Function},onDragEnd:{type:Function},onDrag:{type:Function},onDirectionLock:{type:Function},onDragTransitionEnd:{type:Function},onMeasureDragConstraints:{type:Function},onPanSessionStart:{type:Function},onPanStart:{type:Function},onPan:{type:Function},onPanEnd:{type:Function},onFocus:{type:Function},onBlur:{type:Function}},{as:"div",asChild:!1,initial:void 0,animate:void 0,hover:void 0,inView:void 0,layout:!1,layoutId:void 0,layoutScroll:!1,layoutRoot:!1,dragListener:!0,dragElastic:.5,dragMomentum:!0,whileDrag:void 0,crossfade:!0,whileHover:({hover:e})=>e,whilePress:({press:e})=>e,whileInView:({inView:e})=>e,whileFocus:({focus:e})=>e}),setup(e){const t=e,n=bc({}),i=ya(null),o=l.useAttrs(),r=Ba({}),s=M4();function A(){return r.id&&t.layoutId?`${r.id}-${t.layoutId}`:t.layoutId||void 0}function a(){return{...o,...t,layoutId:A(),transition:t.transition??s.value.transition,layoutGroup:r,motionConfig:s.value,inViewOptions:t.inViewOptions??s.value.inViewOptions,initial:n.initial===!1?n.initial:t.initial===!0?void 0:t.initial}}const u=new y4(a(),i);Ea(u);const c=l.getCurrentInstance().proxy;l.onBeforeMount(()=>{u.beforeMount()}),l.onMounted(()=>{u.mount(Fn(c.$el),a(),E4(c))}),l.onBeforeUnmount(()=>u.beforeUnmount()),l.onUnmounted(()=>{const v=Fn(c.$el);v!=null&&v.isConnected||u.unmount()}),l.onBeforeUpdate(()=>{u.beforeUpdate()}),l.onUpdated(()=>{u.update(a())});function d(){const v=u.visualElement.type==="svg",g={...o};Object.keys(o).forEach(w=>{En(o[w])&&(g[w]=o[w].get())});let y={...t.style,...v?{}:u.visualElement.latestValues};if(v){const{attributes:w,style:M}=Ua(u.isMounted()?u.target:u.baseTarget);Object.assign(g,w),Object.assign(y,M)}return t.drag&&t.dragListener!==!1&&Object.assign(y,{userSelect:"none",WebkitUserSelect:"none",WebkitTouchCallout:"none",touchAction:t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`}),y=Ya({...y,...t.style}),g.style=y,g}const p=l.ref();function h(v){var g,y;t.asChild&&((g=p.value)==null||g.$forceUpdate()),(y=o.onMotioncomplete)==null||y.call(o,v)}return(v,g)=>{var y;return l.openBlock(),l.createBlock(l.unref(Ha),{ref_key:"PrimitiveRef",ref:p,"get-props":d,as:v.as,"as-child":v.asChild,"data-motion-group":((y=l.unref(r).key)==null?void 0:y.value)||void 0,onMotioncomplete:h},{default:l.withCtx(()=>[l.renderSlot(v.$slots,"default")]),_:3},8,["as","as-child","data-motion-group"])}}}),nr=new Map,a2=new Proxy(r2,{get(e,t){if(typeof t=="symbol")return e[t];let n=nr.get(t);return t==="create"?i=>l.defineComponent({inheritAttrs:!1,name:`motion.${i.$name}`,setup(o,{attrs:r,slots:s}){return()=>l.h(r2,{...r,as:i,asChild:!1},s)}}):(n||(n=l.defineComponent({inheritAttrs:!1,name:`motion.${t}`,setup(i,{attrs:o,slots:r}){return()=>l.h(r2,{...o,as:t,asChild:!1},r)}}),nr.set(t,n)),n)}}),A2="data:image/png;base64,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";var ve="top",Ie="bottom",Qe="right",ye="left",l2="auto",tn=[ve,Ie,Qe,ye],It="start",nn="end",b4="clippingParents",ir="viewport",on="popper",x4="reference",or=tn.reduce(function(e,t){return e.concat([t+"-"+It,t+"-"+nn])},[]),sr=[].concat(tn,[l2]).reduce(function(e,t){return e.concat([t,t+"-"+It,t+"-"+nn])},[]),C4="beforeRead",D4="read",T4="afterRead",I4="beforeMain",Q4="main",L4="afterMain",k4="beforeWrite",N4="write",S4="afterWrite",z4=[C4,D4,T4,I4,Q4,L4,k4,N4,S4];function Ve(e){return e?(e.nodeName||"").toLowerCase():null}function we(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function ht(e){var t=we(e).Element;return e instanceof t||e instanceof Element}function Le(e){var t=we(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function c2(e){if(typeof ShadowRoot>"u")return!1;var t=we(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function R4(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var i=t.styles[n]||{},o=t.attributes[n]||{},r=t.elements[n];!Le(r)||!Ve(r)||(Object.assign(r.style,i),Object.keys(o).forEach(function(s){var A=o[s];A===!1?r.removeAttribute(s):r.setAttribute(s,A===!0?"":A)}))})}function j4(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(i){var o=t.elements[i],r=t.attributes[i]||{},s=Object.keys(t.styles.hasOwnProperty(i)?t.styles[i]:n[i]),A=s.reduce(function(a,u){return a[u]="",a},{});!Le(o)||!Ve(o)||(Object.assign(o.style,A),Object.keys(r).forEach(function(a){o.removeAttribute(a)}))})}}const rr={name:"applyStyles",enabled:!0,phase:"write",fn:R4,effect:j4,requires:["computeStyles"]};function Ye(e){return e.split("-")[0]}var pt=Math.max,On=Math.min,Qt=Math.round;function u2(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function ar(){return!/^((?!chrome|android).)*safari/i.test(u2())}function Lt(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var i=e.getBoundingClientRect(),o=1,r=1;t&&Le(e)&&(o=e.offsetWidth>0&&Qt(i.width)/e.offsetWidth||1,r=e.offsetHeight>0&&Qt(i.height)/e.offsetHeight||1);var s=ht(e)?we(e):window,A=s.visualViewport,a=!ar()&&n,u=(i.left+(a&&A?A.offsetLeft:0))/o,c=(i.top+(a&&A?A.offsetTop:0))/r,d=i.width/o,p=i.height/r;return{width:d,height:p,top:c,right:u+d,bottom:c+p,left:u,x:u,y:c}}function d2(e){var t=Lt(e),n=e.offsetWidth,i=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-i)<=1&&(i=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:i}}function Ar(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&c2(n)){var i=t;do{if(i&&e.isSameNode(i))return!0;i=i.parentNode||i.host}while(i)}return!1}function Xe(e){return we(e).getComputedStyle(e)}function F4(e){return["table","td","th"].indexOf(Ve(e))>=0}function ot(e){return((ht(e)?e.ownerDocument:e.document)||window.document).documentElement}function Vn(e){return Ve(e)==="html"?e:e.assignedSlot||e.parentNode||(c2(e)?e.host:null)||ot(e)}function lr(e){return!Le(e)||Xe(e).position==="fixed"?null:e.offsetParent}function O4(e){var t=/firefox/i.test(u2()),n=/Trident/i.test(u2());if(n&&Le(e)){var i=Xe(e);if(i.position==="fixed")return null}var o=Vn(e);for(c2(o)&&(o=o.host);Le(o)&&["html","body"].indexOf(Ve(o))<0;){var r=Xe(o);if(r.transform!=="none"||r.perspective!=="none"||r.contain==="paint"||["transform","perspective"].indexOf(r.willChange)!==-1||t&&r.willChange==="filter"||t&&r.filter&&r.filter!=="none")return o;o=o.parentNode}return null}function sn(e){for(var t=we(e),n=lr(e);n&&F4(n)&&Xe(n).position==="static";)n=lr(n);return n&&(Ve(n)==="html"||Ve(n)==="body"&&Xe(n).position==="static")?t:n||O4(e)||t}function h2(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function rn(e,t,n){return pt(e,On(t,n))}function V4(e,t,n){var i=rn(e,t,n);return i>n?n:i}function cr(){return{top:0,right:0,bottom:0,left:0}}function ur(e){return Object.assign({},cr(),e)}function dr(e,t){return t.reduce(function(n,i){return n[i]=e,n},{})}var Y4=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,ur(typeof t!="number"?t:dr(t,tn))};function U4(e){var t,n=e.state,i=e.name,o=e.options,r=n.elements.arrow,s=n.modifiersData.popperOffsets,A=Ye(n.placement),a=h2(A),u=[ye,Qe].indexOf(A)>=0,c=u?"height":"width";if(!(!r||!s)){var d=Y4(o.padding,n),p=d2(r),h=a==="y"?ve:ye,v=a==="y"?Ie:Qe,g=n.rects.reference[c]+n.rects.reference[a]-s[a]-n.rects.popper[c],y=s[a]-n.rects.reference[a],w=sn(r),M=w?a==="y"?w.clientHeight||0:w.clientWidth||0:0,x=g/2-y/2,f=d[h],C=M-p[c]-d[v],E=M/2-p[c]/2+x,m=rn(f,E,C),B=a;n.modifiersData[i]=(t={},t[B]=m,t.centerOffset=m-E,t)}}function P4(e){var t=e.state,n=e.options,i=n.element,o=i===void 0?"[data-popper-arrow]":i;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||Ar(t.elements.popper,o)&&(t.elements.arrow=o))}const H4={name:"arrow",enabled:!0,phase:"main",fn:U4,effect:P4,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function kt(e){return e.split("-")[1]}var G4={top:"auto",right:"auto",bottom:"auto",left:"auto"};function W4(e,t){var n=e.x,i=e.y,o=t.devicePixelRatio||1;return{x:Qt(n*o)/o||0,y:Qt(i*o)/o||0}}function hr(e){var t,n=e.popper,i=e.popperRect,o=e.placement,r=e.variation,s=e.offsets,A=e.position,a=e.gpuAcceleration,u=e.adaptive,c=e.roundOffsets,d=e.isFixed,p=s.x,h=p===void 0?0:p,v=s.y,g=v===void 0?0:v,y=typeof c=="function"?c({x:h,y:g}):{x:h,y:g};h=y.x,g=y.y;var w=s.hasOwnProperty("x"),M=s.hasOwnProperty("y"),x=ye,f=ve,C=window;if(u){var E=sn(n),m="clientHeight",B="clientWidth";if(E===we(n)&&(E=ot(n),Xe(E).position!=="static"&&A==="absolute"&&(m="scrollHeight",B="scrollWidth")),E=E,o===ve||(o===ye||o===Qe)&&r===nn){f=Ie;var b=d&&E===C&&C.visualViewport?C.visualViewport.height:E[m];g-=b-i.height,g*=a?1:-1}if(o===ye||(o===ve||o===Ie)&&r===nn){x=Qe;var D=d&&E===C&&C.visualViewport?C.visualViewport.width:E[B];h-=D-i.width,h*=a?1:-1}}var I=Object.assign({position:A},u&&G4),L=c===!0?W4({x:h,y:g},we(n)):{x:h,y:g};if(h=L.x,g=L.y,a){var k;return Object.assign({},I,(k={},k[f]=M?"0":"",k[x]=w?"0":"",k.transform=(C.devicePixelRatio||1)<=1?"translate("+h+"px, "+g+"px)":"translate3d("+h+"px, "+g+"px, 0)",k))}return Object.assign({},I,(t={},t[f]=M?g+"px":"",t[x]=w?h+"px":"",t.transform="",t))}function Z4(e){var t=e.state,n=e.options,i=n.gpuAcceleration,o=i===void 0?!0:i,r=n.adaptive,s=r===void 0?!0:r,A=n.roundOffsets,a=A===void 0?!0:A,u={placement:Ye(t.placement),variation:kt(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,hr(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:s,roundOffsets:a})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,hr(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const J4={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:Z4,data:{}};var Yn={passive:!0};function K4(e){var t=e.state,n=e.instance,i=e.options,o=i.scroll,r=o===void 0?!0:o,s=i.resize,A=s===void 0?!0:s,a=we(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return r&&u.forEach(function(c){c.addEventListener("scroll",n.update,Yn)}),A&&a.addEventListener("resize",n.update,Yn),function(){r&&u.forEach(function(c){c.removeEventListener("scroll",n.update,Yn)}),A&&a.removeEventListener("resize",n.update,Yn)}}const X4={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:K4,data:{}};var q4={left:"right",right:"left",bottom:"top",top:"bottom"};function Un(e){return e.replace(/left|right|bottom|top/g,function(t){return q4[t]})}var _4={start:"end",end:"start"};function pr(e){return e.replace(/start|end/g,function(t){return _4[t]})}function p2(e){var t=we(e),n=t.pageXOffset,i=t.pageYOffset;return{scrollLeft:n,scrollTop:i}}function f2(e){return Lt(ot(e)).left+p2(e).scrollLeft}function $4(e,t){var n=we(e),i=ot(e),o=n.visualViewport,r=i.clientWidth,s=i.clientHeight,A=0,a=0;if(o){r=o.width,s=o.height;var u=ar();(u||!u&&t==="fixed")&&(A=o.offsetLeft,a=o.offsetTop)}return{width:r,height:s,x:A+f2(e),y:a}}function e3(e){var t,n=ot(e),i=p2(e),o=(t=e.ownerDocument)==null?void 0:t.body,r=pt(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s=pt(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),A=-i.scrollLeft+f2(e),a=-i.scrollTop;return Xe(o||n).direction==="rtl"&&(A+=pt(n.clientWidth,o?o.clientWidth:0)-r),{width:r,height:s,x:A,y:a}}function g2(e){var t=Xe(e),n=t.overflow,i=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+i)}function fr(e){return["html","body","#document"].indexOf(Ve(e))>=0?e.ownerDocument.body:Le(e)&&g2(e)?e:fr(Vn(e))}function an(e,t){var n;t===void 0&&(t=[]);var i=fr(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),r=we(i),s=o?[r].concat(r.visualViewport||[],g2(i)?i:[]):i,A=t.concat(s);return o?A:A.concat(an(Vn(s)))}function m2(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function t3(e,t){var n=Lt(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function gr(e,t,n){return t===ir?m2($4(e,n)):ht(t)?t3(t,n):m2(e3(ot(e)))}function n3(e){var t=an(Vn(e)),n=["absolute","fixed"].indexOf(Xe(e).position)>=0,i=n&&Le(e)?sn(e):e;return ht(i)?t.filter(function(o){return ht(o)&&Ar(o,i)&&Ve(o)!=="body"}):[]}function i3(e,t,n,i){var o=t==="clippingParents"?n3(e):[].concat(t),r=[].concat(o,[n]),s=r[0],A=r.reduce(function(a,u){var c=gr(e,u,i);return a.top=pt(c.top,a.top),a.right=On(c.right,a.right),a.bottom=On(c.bottom,a.bottom),a.left=pt(c.left,a.left),a},gr(e,s,i));return A.width=A.right-A.left,A.height=A.bottom-A.top,A.x=A.left,A.y=A.top,A}function mr(e){var t=e.reference,n=e.element,i=e.placement,o=i?Ye(i):null,r=i?kt(i):null,s=t.x+t.width/2-n.width/2,A=t.y+t.height/2-n.height/2,a;switch(o){case ve:a={x:s,y:t.y-n.height};break;case Ie:a={x:s,y:t.y+t.height};break;case Qe:a={x:t.x+t.width,y:A};break;case ye:a={x:t.x-n.width,y:A};break;default:a={x:t.x,y:t.y}}var u=o?h2(o):null;if(u!=null){var c=u==="y"?"height":"width";switch(r){case It:a[u]=a[u]-(t[c]/2-n[c]/2);break;case nn:a[u]=a[u]+(t[c]/2-n[c]/2);break}}return a}function An(e,t){t===void 0&&(t={});var n=t,i=n.placement,o=i===void 0?e.placement:i,r=n.strategy,s=r===void 0?e.strategy:r,A=n.boundary,a=A===void 0?b4:A,u=n.rootBoundary,c=u===void 0?ir:u,d=n.elementContext,p=d===void 0?on:d,h=n.altBoundary,v=h===void 0?!1:h,g=n.padding,y=g===void 0?0:g,w=ur(typeof y!="number"?y:dr(y,tn)),M=p===on?x4:on,x=e.rects.popper,f=e.elements[v?M:p],C=i3(ht(f)?f:f.contextElement||ot(e.elements.popper),a,c,s),E=Lt(e.elements.reference),m=mr({reference:E,element:x,strategy:"absolute",placement:o}),B=m2(Object.assign({},x,m)),b=p===on?B:E,D={top:C.top-b.top+w.top,bottom:b.bottom-C.bottom+w.bottom,left:C.left-b.left+w.left,right:b.right-C.right+w.right},I=e.modifiersData.offset;if(p===on&&I){var L=I[o];Object.keys(D).forEach(function(k){var V=[Qe,Ie].indexOf(k)>=0?1:-1,U=[ve,Ie].indexOf(k)>=0?"y":"x";D[k]+=L[U]*V})}return D}function o3(e,t){t===void 0&&(t={});var n=t,i=n.placement,o=n.boundary,r=n.rootBoundary,s=n.padding,A=n.flipVariations,a=n.allowedAutoPlacements,u=a===void 0?sr:a,c=kt(i),d=c?A?or:or.filter(function(v){return kt(v)===c}):tn,p=d.filter(function(v){return u.indexOf(v)>=0});p.length===0&&(p=d);var h=p.reduce(function(v,g){return v[g]=An(e,{placement:g,boundary:o,rootBoundary:r,padding:s})[Ye(g)],v},{});return Object.keys(h).sort(function(v,g){return h[v]-h[g]})}function s3(e){if(Ye(e)===l2)return[];var t=Un(e);return[pr(e),t,pr(t)]}function r3(e){var t=e.state,n=e.options,i=e.name;if(!t.modifiersData[i]._skip){for(var o=n.mainAxis,r=o===void 0?!0:o,s=n.altAxis,A=s===void 0?!0:s,a=n.fallbackPlacements,u=n.padding,c=n.boundary,d=n.rootBoundary,p=n.altBoundary,h=n.flipVariations,v=h===void 0?!0:h,g=n.allowedAutoPlacements,y=t.options.placement,w=Ye(y),M=w===y,x=a||(M||!v?[Un(y)]:s3(y)),f=[y].concat(x).reduce(function(oe,_){return oe.concat(Ye(_)===l2?o3(t,{placement:_,boundary:c,rootBoundary:d,padding:u,flipVariations:v,allowedAutoPlacements:g}):_)},[]),C=t.rects.reference,E=t.rects.popper,m=new Map,B=!0,b=f[0],D=0;D<f.length;D++){var I=f[D],L=Ye(I),k=kt(I)===It,V=[ve,Ie].indexOf(L)>=0,U=V?"width":"height",j=An(t,{placement:I,boundary:c,rootBoundary:d,altBoundary:p,padding:u}),F=V?k?Qe:ye:k?Ie:ve;C[U]>E[U]&&(F=Un(F));var z=Un(F),W=[];if(r&&W.push(j[L]<=0),A&&W.push(j[F]<=0,j[z]<=0),W.every(function(oe){return oe})){b=I,B=!1;break}m.set(I,W)}if(B)for(var q=v?3:1,he=function(_){var ae=f.find(function(pe){var se=m.get(pe);if(se)return se.slice(0,_).every(function(S){return S})});if(ae)return b=ae,"break"},le=q;le>0;le--){var Ee=he(le);if(Ee==="break")break}t.placement!==b&&(t.modifiersData[i]._skip=!0,t.placement=b,t.reset=!0)}}const a3={name:"flip",enabled:!0,phase:"main",fn:r3,requiresIfExists:["offset"],data:{_skip:!1}};function vr(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function yr(e){return[ve,Qe,Ie,ye].some(function(t){return e[t]>=0})}function A3(e){var t=e.state,n=e.name,i=t.rects.reference,o=t.rects.popper,r=t.modifiersData.preventOverflow,s=An(t,{elementContext:"reference"}),A=An(t,{altBoundary:!0}),a=vr(s,i),u=vr(A,o,r),c=yr(a),d=yr(u);t.modifiersData[n]={referenceClippingOffsets:a,popperEscapeOffsets:u,isReferenceHidden:c,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":d})}const l3={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:A3};function c3(e,t,n){var i=Ye(e),o=[ye,ve].indexOf(i)>=0?-1:1,r=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,s=r[0],A=r[1];return s=s||0,A=(A||0)*o,[ye,Qe].indexOf(i)>=0?{x:A,y:s}:{x:s,y:A}}function u3(e){var t=e.state,n=e.options,i=e.name,o=n.offset,r=o===void 0?[0,0]:o,s=sr.reduce(function(c,d){return c[d]=c3(d,t.rects,r),c},{}),A=s[t.placement],a=A.x,u=A.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=a,t.modifiersData.popperOffsets.y+=u),t.modifiersData[i]=s}const d3={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:u3};function h3(e){var t=e.state,n=e.name;t.modifiersData[n]=mr({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const p3={name:"popperOffsets",enabled:!0,phase:"read",fn:h3,data:{}};function f3(e){return e==="x"?"y":"x"}function g3(e){var t=e.state,n=e.options,i=e.name,o=n.mainAxis,r=o===void 0?!0:o,s=n.altAxis,A=s===void 0?!1:s,a=n.boundary,u=n.rootBoundary,c=n.altBoundary,d=n.padding,p=n.tether,h=p===void 0?!0:p,v=n.tetherOffset,g=v===void 0?0:v,y=An(t,{boundary:a,rootBoundary:u,padding:d,altBoundary:c}),w=Ye(t.placement),M=kt(t.placement),x=!M,f=h2(w),C=f3(f),E=t.modifiersData.popperOffsets,m=t.rects.reference,B=t.rects.popper,b=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,D=typeof b=="number"?{mainAxis:b,altAxis:b}:Object.assign({mainAxis:0,altAxis:0},b),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,L={x:0,y:0};if(E){if(r){var k,V=f==="y"?ve:ye,U=f==="y"?Ie:Qe,j=f==="y"?"height":"width",F=E[f],z=F+y[V],W=F-y[U],q=h?-B[j]/2:0,he=M===It?m[j]:B[j],le=M===It?-B[j]:-m[j],Ee=t.elements.arrow,oe=h&&Ee?d2(Ee):{width:0,height:0},_=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:cr(),ae=_[V],pe=_[U],se=rn(0,m[j],oe[j]),S=x?m[j]/2-q-se-ae-D.mainAxis:he-se-ae-D.mainAxis,H=x?-m[j]/2+q+se+pe+D.mainAxis:le+se+pe+D.mainAxis,$=t.elements.arrow&&sn(t.elements.arrow),Ne=$?f==="y"?$.clientTop||0:$.clientLeft||0:0,qe=(k=I==null?void 0:I[f])!=null?k:0,st=F+S-qe-Ne,mt=F+H-qe,Y=rn(h?On(z,st):z,F,h?pt(W,mt):W);E[f]=Y,L[f]=Y-F}if(A){var re,fe=f==="x"?ve:ye,_e=f==="x"?Ie:Qe,$e=E[C],rt=C==="y"?"height":"width",hn=$e+y[fe],vt=$e-y[_e],pn=[ve,ye].indexOf(w)!==-1,Wn=(re=I==null?void 0:I[C])!=null?re:0,Zn=pn?hn:$e-m[rt]-B[rt]-Wn+D.altAxis,Jn=pn?$e+m[rt]+B[rt]-Wn-D.altAxis:vt,Kn=h&&pn?V4(Zn,$e,Jn):rn(h?Zn:hn,$e,h?Jn:vt);E[C]=Kn,L[C]=Kn-$e}t.modifiersData[i]=L}}const m3={name:"preventOverflow",enabled:!0,phase:"main",fn:g3,requiresIfExists:["offset"]};function v3(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function y3(e){return e===we(e)||!Le(e)?p2(e):v3(e)}function E3(e){var t=e.getBoundingClientRect(),n=Qt(t.width)/e.offsetWidth||1,i=Qt(t.height)/e.offsetHeight||1;return n!==1||i!==1}function B3(e,t,n){n===void 0&&(n=!1);var i=Le(t),o=Le(t)&&E3(t),r=ot(t),s=Lt(e,o,n),A={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(i||!i&&!n)&&((Ve(t)!=="body"||g2(r))&&(A=y3(t)),Le(t)?(a=Lt(t,!0),a.x+=t.clientLeft,a.y+=t.clientTop):r&&(a.x=f2(r))),{x:s.left+A.scrollLeft-a.x,y:s.top+A.scrollTop-a.y,width:s.width,height:s.height}}function w3(e){var t=new Map,n=new Set,i=[];e.forEach(function(r){t.set(r.name,r)});function o(r){n.add(r.name);var s=[].concat(r.requires||[],r.requiresIfExists||[]);s.forEach(function(A){if(!n.has(A)){var a=t.get(A);a&&o(a)}}),i.push(r)}return e.forEach(function(r){n.has(r.name)||o(r)}),i}function M3(e){var t=w3(e);return z4.reduce(function(n,i){return n.concat(t.filter(function(o){return o.phase===i}))},[])}function b3(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function x3(e){var t=e.reduce(function(n,i){var o=n[i.name];return n[i.name]=o?Object.assign({},o,i,{options:Object.assign({},o.options,i.options),data:Object.assign({},o.data,i.data)}):i,n},{});return Object.keys(t).map(function(n){return t[n]})}var Er={placement:"bottom",modifiers:[],strategy:"absolute"};function Br(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(i){return!(i&&typeof i.getBoundingClientRect=="function")})}function C3(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,i=n===void 0?[]:n,o=t.defaultOptions,r=o===void 0?Er:o;return function(A,a,u){u===void 0&&(u=r);var c={placement:"bottom",orderedModifiers:[],options:Object.assign({},Er,r),modifiersData:{},elements:{reference:A,popper:a},attributes:{},styles:{}},d=[],p=!1,h={state:c,setOptions:function(w){var M=typeof w=="function"?w(c.options):w;g(),c.options=Object.assign({},r,c.options,M),c.scrollParents={reference:ht(A)?an(A):A.contextElement?an(A.contextElement):[],popper:an(a)};var x=M3(x3([].concat(i,c.options.modifiers)));return c.orderedModifiers=x.filter(function(f){return f.enabled}),v(),h.update()},forceUpdate:function(){if(!p){var w=c.elements,M=w.reference,x=w.popper;if(Br(M,x)){c.rects={reference:B3(M,sn(x),c.options.strategy==="fixed"),popper:d2(x)},c.reset=!1,c.placement=c.options.placement,c.orderedModifiers.forEach(function(D){return c.modifiersData[D.name]=Object.assign({},D.data)});for(var f=0;f<c.orderedModifiers.length;f++){if(c.reset===!0){c.reset=!1,f=-1;continue}var C=c.orderedModifiers[f],E=C.fn,m=C.options,B=m===void 0?{}:m,b=C.name;typeof E=="function"&&(c=E({state:c,options:B,name:b,instance:h})||c)}}}},update:b3(function(){return new Promise(function(y){h.forceUpdate(),y(c)})}),destroy:function(){g(),p=!0}};if(!Br(A,a))return h;h.setOptions(u).then(function(y){!p&&u.onFirstUpdate&&u.onFirstUpdate(y)});function v(){c.orderedModifiers.forEach(function(y){var w=y.name,M=y.options,x=M===void 0?{}:M,f=y.effect;if(typeof f=="function"){var C=f({state:c,name:w,instance:h,options:x}),E=function(){};d.push(C||E)}})}function g(){d.forEach(function(y){return y()}),d=[]}return h}}var D3=[X4,p3,J4,rr,d3,a3,m3,H4,l3],T3=C3({defaultModifiers:D3}),I3="tippy-box",wr="tippy-content",Q3="tippy-backdrop",Mr="tippy-arrow",br="tippy-svg-arrow",ft={passive:!0,capture:!0},xr=function(){return document.body};function v2(e,t,n){if(Array.isArray(e)){var i=e[t];return i??(Array.isArray(n)?n[t]:n)}return e}function y2(e,t){var n={}.toString.call(e);return n.indexOf("[object")===0&&n.indexOf(t+"]")>-1}function Cr(e,t){return typeof e=="function"?e.apply(void 0,t):e}function Dr(e,t){if(t===0)return e;var n;return function(i){clearTimeout(n),n=setTimeout(function(){e(i)},t)}}function L3(e){return e.split(/\s+/).filter(Boolean)}function Nt(e){return[].concat(e)}function Tr(e,t){e.indexOf(t)===-1&&e.push(t)}function k3(e){return e.filter(function(t,n){return e.indexOf(t)===n})}function N3(e){return e.split("-")[0]}function Pn(e){return[].slice.call(e)}function Ir(e){return Object.keys(e).reduce(function(t,n){return e[n]!==void 0&&(t[n]=e[n]),t},{})}function ln(){return document.createElement("div")}function Hn(e){return["Element","Fragment"].some(function(t){return y2(e,t)})}function S3(e){return y2(e,"NodeList")}function z3(e){return y2(e,"MouseEvent")}function R3(e){return!!(e&&e._tippy&&e._tippy.reference===e)}function j3(e){return Hn(e)?[e]:S3(e)?Pn(e):Array.isArray(e)?e:Pn(document.querySelectorAll(e))}function E2(e,t){e.forEach(function(n){n&&(n.style.transitionDuration=t+"ms")})}function Qr(e,t){e.forEach(function(n){n&&n.setAttribute("data-state",t)})}function F3(e){var t,n=Nt(e),i=n[0];return i!=null&&(t=i.ownerDocument)!=null&&t.body?i.ownerDocument:document}function O3(e,t){var n=t.clientX,i=t.clientY;return e.every(function(o){var r=o.popperRect,s=o.popperState,A=o.props,a=A.interactiveBorder,u=N3(s.placement),c=s.modifiersData.offset;if(!c)return!0;var d=u==="bottom"?c.top.y:0,p=u==="top"?c.bottom.y:0,h=u==="right"?c.left.x:0,v=u==="left"?c.right.x:0,g=r.top-i+d>a,y=i-r.bottom-p>a,w=r.left-n+h>a,M=n-r.right-v>a;return g||y||w||M})}function B2(e,t,n){var i=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(o){e[i](o,n)})}function Lr(e,t){for(var n=t;n;){var i;if(e.contains(n))return!0;n=n.getRootNode==null||(i=n.getRootNode())==null?void 0:i.host}return!1}var Ue={isTouch:!1},kr=0;function V3(){Ue.isTouch||(Ue.isTouch=!0,window.performance&&document.addEventListener("mousemove",Nr))}function Nr(){var e=performance.now();e-kr<20&&(Ue.isTouch=!1,document.removeEventListener("mousemove",Nr)),kr=e}function Y3(){var e=document.activeElement;if(R3(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}function U3(){document.addEventListener("touchstart",V3,ft),window.addEventListener("blur",Y3)}var P3=typeof window<"u"&&typeof document<"u",H3=P3?!!window.msCrypto:!1,G3={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},W3={allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999},Re=Object.assign({appendTo:xr,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},G3,W3),Z3=Object.keys(Re),J3=function(t){var n=Object.keys(t);n.forEach(function(i){Re[i]=t[i]})};function Sr(e){var t=e.plugins||[],n=t.reduce(function(i,o){var r=o.name,s=o.defaultValue;if(r){var A;i[r]=e[r]!==void 0?e[r]:(A=Re[r])!=null?A:s}return i},{});return Object.assign({},e,n)}function K3(e,t){var n=t?Object.keys(Sr(Object.assign({},Re,{plugins:t}))):Z3,i=n.reduce(function(o,r){var s=(e.getAttribute("data-tippy-"+r)||"").trim();if(!s)return o;if(r==="content")o[r]=s;else try{o[r]=JSON.parse(s)}catch{o[r]=s}return o},{});return i}function zr(e,t){var n=Object.assign({},t,{content:Cr(t.content,[e])},t.ignoreAttributes?{}:K3(e,t.plugins));return n.aria=Object.assign({},Re.aria,n.aria),n.aria={expanded:n.aria.expanded==="auto"?t.interactive:n.aria.expanded,content:n.aria.content==="auto"?t.interactive?null:"describedby":n.aria.content},n}var X3=function(){return"innerHTML"};function w2(e,t){e[X3()]=t}function Rr(e){var t=ln();return e===!0?t.className=Mr:(t.className=br,Hn(e)?t.appendChild(e):w2(t,e)),t}function jr(e,t){Hn(t.content)?(w2(e,""),e.appendChild(t.content)):typeof t.content!="function"&&(t.allowHTML?w2(e,t.content):e.textContent=t.content)}function M2(e){var t=e.firstElementChild,n=Pn(t.children);return{box:t,content:n.find(function(i){return i.classList.contains(wr)}),arrow:n.find(function(i){return i.classList.contains(Mr)||i.classList.contains(br)}),backdrop:n.find(function(i){return i.classList.contains(Q3)})}}function Fr(e){var t=ln(),n=ln();n.className=I3,n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var i=ln();i.className=wr,i.setAttribute("data-state","hidden"),jr(i,e.props),t.appendChild(n),n.appendChild(i),o(e.props,e.props);function o(r,s){var A=M2(t),a=A.box,u=A.content,c=A.arrow;s.theme?a.setAttribute("data-theme",s.theme):a.removeAttribute("data-theme"),typeof s.animation=="string"?a.setAttribute("data-animation",s.animation):a.removeAttribute("data-animation"),s.inertia?a.setAttribute("data-inertia",""):a.removeAttribute("data-inertia"),a.style.maxWidth=typeof s.maxWidth=="number"?s.maxWidth+"px":s.maxWidth,s.role?a.setAttribute("role",s.role):a.removeAttribute("role"),(r.content!==s.content||r.allowHTML!==s.allowHTML)&&jr(u,e.props),s.arrow?c?r.arrow!==s.arrow&&(a.removeChild(c),a.appendChild(Rr(s.arrow))):a.appendChild(Rr(s.arrow)):c&&a.removeChild(c)}return{popper:t,onUpdate:o}}Fr.$$tippy=!0;var q3=1,Gn=[],b2=[];function _3(e,t){var n=zr(e,Object.assign({},Re,Sr(Ir(t)))),i,o,r,s=!1,A=!1,a=!1,u=!1,c,d,p,h=[],v=Dr(st,n.interactiveDebounce),g,y=q3++,w=null,M=k3(n.plugins),x={isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},f={id:y,reference:e,popper:ln(),popperInstance:w,props:n,state:x,plugins:M,clearDelayTimeouts:Zn,setProps:Jn,setContent:Kn,show:Nu,hide:Su,hideWithInteractivity:zu,enable:pn,disable:Wn,unmount:Ru,destroy:ju};if(!n.render)return f;var C=n.render(f),E=C.popper,m=C.onUpdate;E.setAttribute("data-tippy-root",""),E.id="tippy-"+f.id,f.popper=E,e._tippy=f,E._tippy=f;var B=M.map(function(T){return T.fn(f)}),b=e.hasAttribute("aria-expanded");return $(),q(),F(),z("onCreate",[f]),n.showOnCreate&&hn(),E.addEventListener("mouseenter",function(){f.props.interactive&&f.state.isVisible&&f.clearDelayTimeouts()}),E.addEventListener("mouseleave",function(){f.props.interactive&&f.props.trigger.indexOf("mouseenter")>=0&&V().addEventListener("mousemove",v)}),f;function D(){var T=f.props.touch;return Array.isArray(T)?T:[T,0]}function I(){return D()[0]==="hold"}function L(){var T;return!!((T=f.props.render)!=null&&T.$$tippy)}function k(){return g||e}function V(){var T=k().parentNode;return T?F3(T):document}function U(){return M2(E)}function j(T){return f.state.isMounted&&!f.state.isVisible||Ue.isTouch||c&&c.type==="focus"?0:v2(f.props.delay,T?0:1,Re.delay)}function F(T){T===void 0&&(T=!1),E.style.pointerEvents=f.props.interactive&&!T?"":"none",E.style.zIndex=""+f.props.zIndex}function z(T,Q,O){if(O===void 0&&(O=!0),B.forEach(function(P){P[T]&&P[T].apply(P,Q)}),O){var Z;(Z=f.props)[T].apply(Z,Q)}}function W(){var T=f.props.aria;if(T.content){var Q="aria-"+T.content,O=E.id,Z=Nt(f.props.triggerTarget||e);Z.forEach(function(P){var ge=P.getAttribute(Q);if(f.state.isVisible)P.setAttribute(Q,ge?ge+" "+O:O);else{var Se=ge&&ge.replace(O,"").trim();Se?P.setAttribute(Q,Se):P.removeAttribute(Q)}})}}function q(){if(!(b||!f.props.aria.expanded)){var T=Nt(f.props.triggerTarget||e);T.forEach(function(Q){f.props.interactive?Q.setAttribute("aria-expanded",f.state.isVisible&&Q===k()?"true":"false"):Q.removeAttribute("aria-expanded")})}}function he(){V().removeEventListener("mousemove",v),Gn=Gn.filter(function(T){return T!==v})}function le(T){if(!(Ue.isTouch&&(a||T.type==="mousedown"))){var Q=T.composedPath&&T.composedPath()[0]||T.target;if(!(f.props.interactive&&Lr(E,Q))){if(Nt(f.props.triggerTarget||e).some(function(O){return Lr(O,Q)})){if(Ue.isTouch||f.state.isVisible&&f.props.trigger.indexOf("click")>=0)return}else z("onClickOutside",[f,T]);f.props.hideOnClick===!0&&(f.clearDelayTimeouts(),f.hide(),A=!0,setTimeout(function(){A=!1}),f.state.isMounted||ae())}}}function Ee(){a=!0}function oe(){a=!1}function _(){var T=V();T.addEventListener("mousedown",le,!0),T.addEventListener("touchend",le,ft),T.addEventListener("touchstart",oe,ft),T.addEventListener("touchmove",Ee,ft)}function ae(){var T=V();T.removeEventListener("mousedown",le,!0),T.removeEventListener("touchend",le,ft),T.removeEventListener("touchstart",oe,ft),T.removeEventListener("touchmove",Ee,ft)}function pe(T,Q){S(T,function(){!f.state.isVisible&&E.parentNode&&E.parentNode.contains(E)&&Q()})}function se(T,Q){S(T,Q)}function S(T,Q){var O=U().box;function Z(P){P.target===O&&(B2(O,"remove",Z),Q())}if(T===0)return Q();B2(O,"remove",d),B2(O,"add",Z),d=Z}function H(T,Q,O){O===void 0&&(O=!1);var Z=Nt(f.props.triggerTarget||e);Z.forEach(function(P){P.addEventListener(T,Q,O),h.push({node:P,eventType:T,handler:Q,options:O})})}function $(){I()&&(H("touchstart",qe,{passive:!0}),H("touchend",mt,{passive:!0})),L3(f.props.trigger).forEach(function(T){if(T!=="manual")switch(H(T,qe),T){case"mouseenter":H("mouseleave",mt);break;case"focus":H(H3?"focusout":"blur",Y);break;case"focusin":H("focusout",Y);break}})}function Ne(){h.forEach(function(T){var Q=T.node,O=T.eventType,Z=T.handler,P=T.options;Q.removeEventListener(O,Z,P)}),h=[]}function qe(T){var Q,O=!1;if(!(!f.state.isEnabled||re(T)||A)){var Z=((Q=c)==null?void 0:Q.type)==="focus";c=T,g=T.currentTarget,q(),!f.state.isVisible&&z3(T)&&Gn.forEach(function(P){return P(T)}),T.type==="click"&&(f.props.trigger.indexOf("mouseenter")<0||s)&&f.props.hideOnClick!==!1&&f.state.isVisible?O=!0:hn(T),T.type==="click"&&(s=!O),O&&!Z&&vt(T)}}function st(T){var Q=T.target,O=k().contains(Q)||E.contains(Q);if(!(T.type==="mousemove"&&O)){var Z=rt().concat(E).map(function(P){var ge,Se=P._tippy,zt=(ge=Se.popperInstance)==null?void 0:ge.state;return zt?{popperRect:P.getBoundingClientRect(),popperState:zt,props:n}:null}).filter(Boolean);O3(Z,T)&&(he(),vt(T))}}function mt(T){var Q=re(T)||f.props.trigger.indexOf("click")>=0&&s;if(!Q){if(f.props.interactive){f.hideWithInteractivity(T);return}vt(T)}}function Y(T){f.props.trigger.indexOf("focusin")<0&&T.target!==k()||f.props.interactive&&T.relatedTarget&&E.contains(T.relatedTarget)||vt(T)}function re(T){return Ue.isTouch?I()!==T.type.indexOf("touch")>=0:!1}function fe(){_e();var T=f.props,Q=T.popperOptions,O=T.placement,Z=T.offset,P=T.getReferenceClientRect,ge=T.moveTransition,Se=L()?M2(E).arrow:null,zt=P?{getBoundingClientRect:P,contextElement:P.contextElement||k()}:e,Gr={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(Xn){var Rt=Xn.state;if(L()){var Fu=U(),I2=Fu.box;["placement","reference-hidden","escaped"].forEach(function(qn){qn==="placement"?I2.setAttribute("data-placement",Rt.placement):Rt.attributes.popper["data-popper-"+qn]?I2.setAttribute("data-"+qn,""):I2.removeAttribute("data-"+qn)}),Rt.attributes.popper={}}}},yt=[{name:"offset",options:{offset:Z}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!ge}},Gr];L()&&Se&&yt.push({name:"arrow",options:{element:Se,padding:3}}),yt.push.apply(yt,(Q==null?void 0:Q.modifiers)||[]),f.popperInstance=T3(zt,E,Object.assign({},Q,{placement:O,onFirstUpdate:p,modifiers:yt}))}function _e(){f.popperInstance&&(f.popperInstance.destroy(),f.popperInstance=null)}function $e(){var T=f.props.appendTo,Q,O=k();f.props.interactive&&T===xr||T==="parent"?Q=O.parentNode:Q=Cr(T,[O]),Q.contains(E)||Q.appendChild(E),f.state.isMounted=!0,fe()}function rt(){return Pn(E.querySelectorAll("[data-tippy-root]"))}function hn(T){f.clearDelayTimeouts(),T&&z("onTrigger",[f,T]),_();var Q=j(!0),O=D(),Z=O[0],P=O[1];Ue.isTouch&&Z==="hold"&&P&&(Q=P),Q?i=setTimeout(function(){f.show()},Q):f.show()}function vt(T){if(f.clearDelayTimeouts(),z("onUntrigger",[f,T]),!f.state.isVisible){ae();return}if(!(f.props.trigger.indexOf("mouseenter")>=0&&f.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(T.type)>=0&&s)){var Q=j(!1);Q?o=setTimeout(function(){f.state.isVisible&&f.hide()},Q):r=requestAnimationFrame(function(){f.hide()})}}function pn(){f.state.isEnabled=!0}function Wn(){f.hide(),f.state.isEnabled=!1}function Zn(){clearTimeout(i),clearTimeout(o),cancelAnimationFrame(r)}function Jn(T){if(!f.state.isDestroyed){z("onBeforeUpdate",[f,T]),Ne();var Q=f.props,O=zr(e,Object.assign({},Q,Ir(T),{ignoreAttributes:!0}));f.props=O,$(),Q.interactiveDebounce!==O.interactiveDebounce&&(he(),v=Dr(st,O.interactiveDebounce)),Q.triggerTarget&&!O.triggerTarget?Nt(Q.triggerTarget).forEach(function(Z){Z.removeAttribute("aria-expanded")}):O.triggerTarget&&e.removeAttribute("aria-expanded"),q(),F(),m&&m(Q,O),f.popperInstance&&(fe(),rt().forEach(function(Z){requestAnimationFrame(Z._tippy.popperInstance.forceUpdate)})),z("onAfterUpdate",[f,T])}}function Kn(T){f.setProps({content:T})}function Nu(){var T=f.state.isVisible,Q=f.state.isDestroyed,O=!f.state.isEnabled,Z=Ue.isTouch&&!f.props.touch,P=v2(f.props.duration,0,Re.duration);if(!(T||Q||O||Z)&&!k().hasAttribute("disabled")&&(z("onShow",[f],!1),f.props.onShow(f)!==!1)){if(f.state.isVisible=!0,L()&&(E.style.visibility="visible"),F(),_(),f.state.isMounted||(E.style.transition="none"),L()){var ge=U(),Se=ge.box,zt=ge.content;E2([Se,zt],0)}p=function(){var yt;if(!(!f.state.isVisible||u)){if(u=!0,E.offsetHeight,E.style.transition=f.props.moveTransition,L()&&f.props.animation){var T2=U(),Xn=T2.box,Rt=T2.content;E2([Xn,Rt],P),Qr([Xn,Rt],"visible")}W(),q(),Tr(b2,f),(yt=f.popperInstance)==null||yt.forceUpdate(),z("onMount",[f]),f.props.animation&&L()&&se(P,function(){f.state.isShown=!0,z("onShown",[f])})}},$e()}}function Su(){var T=!f.state.isVisible,Q=f.state.isDestroyed,O=!f.state.isEnabled,Z=v2(f.props.duration,1,Re.duration);if(!(T||Q||O)&&(z("onHide",[f],!1),f.props.onHide(f)!==!1)){if(f.state.isVisible=!1,f.state.isShown=!1,u=!1,s=!1,L()&&(E.style.visibility="hidden"),he(),ae(),F(!0),L()){var P=U(),ge=P.box,Se=P.content;f.props.animation&&(E2([ge,Se],Z),Qr([ge,Se],"hidden"))}W(),q(),f.props.animation?L()&&pe(Z,f.unmount):f.unmount()}}function zu(T){V().addEventListener("mousemove",v),Tr(Gn,v),v(T)}function Ru(){f.state.isVisible&&f.hide(),f.state.isMounted&&(_e(),rt().forEach(function(T){T._tippy.unmount()}),E.parentNode&&E.parentNode.removeChild(E),b2=b2.filter(function(T){return T!==f}),f.state.isMounted=!1,z("onHidden",[f]))}function ju(){f.state.isDestroyed||(f.clearDelayTimeouts(),f.unmount(),Ne(),delete e._tippy,f.state.isDestroyed=!0,z("onDestroy",[f]))}}function St(e,t){t===void 0&&(t={});var n=Re.plugins.concat(t.plugins||[]);U3();var i=Object.assign({},t,{plugins:n}),o=j3(e),r=o.reduce(function(s,A){var a=A&&_3(A,i);return a&&s.push(a),s},[]);return Hn(e)?r[0]:r}St.defaultProps=Re,St.setDefaultProps=J3,St.currentInput=Ue,Object.assign({},rr,{effect:function(t){var n=t.state,i={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(n.elements.popper.style,i.popper),n.styles=i,n.elements.arrow&&Object.assign(n.elements.arrow.style,i.arrow)}}),St.setDefaultProps({render:Fr});function cn(e={}){const t="ai-blueking-tooltip";(()=>{if(!document.getElementById("ai-blueking-tooltip-styles")){const c=document.createElement("style");c.id="ai-blueking-tooltip-styles",c.textContent=`
|
|
253
|
+
${u}`}];o.stream({sessionCode:"summary",url:s,data:{prompts:c,model:a},headers:A})}}};se(86),se(84);let Zo=()=>{aa(),la()},ca=si.default;if(typeof window<"u"){let{currentScript:e}=window.document,t=e&&e.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);t&&(se.p=t[1])}Re.eo;var ri=Re.In,lt=Re.c_;Re.bJ,Re.Ay,Re.DA;var ua=Re.Y_,da=Re.a2,ha=Re.X3;Re.S0;const Jo=e=>t=>typeof t=="string"&&t.startsWith(e),ai=Jo("--"),pa=Jo("var(--"),Ai=e=>pa(e)?fa.test(e.split("/*")[0].trim()):!1,fa=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,Ft={};function Ko(e){for(const t in e)Ft[t]=e[t],ai(t)&&(Ft[t].isCSSVariable=!0)}function vn(e,t){const n=typeof e=="string"?`${e}Context`:t,i=Symbol(n);return[s=>{const A=l.inject(i,s);if(A||A===null)return A;throw new Error(`Injection \`${i.toString()}\` not found. Component must be used within ${Array.isArray(e)?`one of the following components: ${e.join(", ")}`:`\`${e}\``}`)},s=>(l.provide(i,s),s)]}const[ga,ma]=vn("Motion"),[va,Lu]=vn("LayoutGroup");function Ot(e,t,n){if(Array.isArray(e))return e.reduce((i,o)=>{const r=Ot(o,t,n);return r?{...i,...r}:i},{});if(typeof e=="object")return e;if(e&&t){const i=t[e];return typeof i=="function"?i(n):i}}function ya(e,t){return typeof e!=typeof t?!0:Array.isArray(e)&&Array.isArray(t)?!Ea(e,t):e!==t}function Ea(e,t){const n=t.length;if(n!==e.length)return!1;for(let i=0;i<n;i++)if(t[i]!==e[i])return!1;return!0}function Xo(e,t){return e[t]?{...e,...e[t],[t]:void 0}:{...e}}function qo(e){return e==null?void 0:e.startsWith("--")}const Ba=e=>e;function wa(e){return typeof e=="number"}const Ma=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","svg","switch","symbol","text","tspan","use","view","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","linearGradient","radialGradient","textPath"],ba=new Set(Ma);function xa(e){return ba.has(e)}function Ca(e,t){const n=e.animate,i=t.animate;if(n===i)return!1;if(!n||!i)return!0;if(typeof n=="object"||typeof i=="object"){const o=Object.keys(n),r=Object.keys(i);return o.length!==r.length?!0:o.some(s=>{if(s==="transition")return!1;const A=n[s],a=i[s];return A!==a})}return console.log(2344),n!==i}typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Da=e=>typeof e<"u",_o={syntax:"<angle>",initialValue:"0deg",toDefaultUnit:e=>`${e}deg`},Ta={translate:{syntax:"<length-percentage>",initialValue:"0px",toDefaultUnit:e=>`${e}px`},rotate:_o,scale:{syntax:"<number>",initialValue:1,toDefaultUnit:Ba},skew:_o},Ia=["translate","scale","rotate","skew"],Qa=["","X","Y","Z"],li=new Map,yn=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"];Ia.forEach(e=>{Qa.forEach(t=>{yn.push(e+t),li.set(e+t,Ta[e])})});const La=new Set(yn),ka=e=>La.has(e),$o={x:"translateX",y:"translateY",z:"translateZ"};function Na([e],[t]){return yn.indexOf(e)-yn.indexOf(t)}function za(e,[t,n]){return`${e} ${t}(${n})`}function Sa(e){return e.sort(Na).reduce(za,"").trim()}const Ra={translate:[0,0],rotate:0,scale:1,skew:0,x:0,y:0,z:0};function En(e){return!!(e&&e.getVelocity)}const ja={get:(e,t)=>{let n=qo(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&n!=="0"){const i=li.get(t);i&&(n=i.initialValue)}return n},set:(e,t,n)=>{qo(t)?e.style.setProperty(t,n):e.style[t]=n}};function Fa(e){var t;const n={},i=[];for(let o in e){let r=e[o];r=En(r)?r.get():r,ka(o)&&o in $o&&(o=$o[o]);let s=Array.isArray(r)?r[0]:r;const A=li.get(o);A?(s=wa(r)?(t=A.toDefaultUnit)==null?void 0:t.call(A,r):r,i.push([o,s])):n[o]=s}return i.length&&(n.transform=Sa(i)),n}const e2={fill:!0,stroke:!0,strokeWidth:!0,opacity:!0,fillOpacity:!0,strokeOpacity:!0,strokeLinecap:!0,strokeLinejoin:!0,strokeDasharray:!0,strokeDashoffset:!0,cx:!0,cy:!0,r:!0,d:!0,x:!0,y:!0,x1:!0,y1:!0,x2:!0,y2:!0,points:!0,pathLength:!0,transform:!0,viewBox:!0,width:!0,height:!0,preserveAspectRatio:!0,clipPath:!0,filter:!0,mask:!0,stopColor:!0,stopOpacity:!0,gradientTransform:!0,gradientUnits:!0,spreadMethod:!0,markerEnd:!0,markerMid:!0,markerStart:!0,textAnchor:!0,dominantBaseline:!0,fontFamily:!0,fontSize:!0,fontWeight:!0,letterSpacing:!0,vectorEffect:!0};function Oa(e){const t={},n={};for(const i in e)if(i in e2){const o=e2[i],r=typeof o=="string"?o:i,s=e[i];t[r]=En(s)?s.get():s}else n[i]=e[i];return{attributes:t,style:n}}function t2(e){return e?e.flatMap(t=>t.type===l.Fragment?t2(t.children):[t]):[]}const Va=l.defineComponent({name:"PrimitiveSlot",inheritAttrs:!1,setup(e,{attrs:t,slots:n}){return()=>{var i,o;if(!n.default)return null;const r=t2(n.default()),s=r.findIndex(c=>c.type!==l.Comment);if(s===-1)return r;const A=r[s];(i=A.props)==null||delete i.ref;const a=A.props?l.mergeProps(t,A.props):t;t.class&&((o=A.props)!=null&&o.class)&&delete A.props.class;const u=l.cloneVNode(A,a);for(const c in a)c.startsWith("on")&&(u.props||(u.props={}),u.props[c]=a[c]);return r.length===1?u:(r[s]=u,r)}}}),Ya=l.defineComponent({name:"Primitive",inheritAttrs:!1,props:{asChild:{type:Boolean,default:!1},as:{type:[String,Object],default:"div"},getProps:{type:Function,default:()=>({})}},setup(e,{attrs:t,slots:n}){const i=e.asChild?"template":e.as,o=["area","img","input"];return()=>{const s={...e.getProps(),...t};return typeof i=="string"&&o.includes(i)?l.h(i,s):i!=="template"?l.h(e.as,s,{default:n.default}):l.h(Va,s,{default:n.default})}}}),ct=new WeakMap;class Fe{constructor(t){this.state=t}beforeMount(){}mount(){}unmount(){}update(){}beforeUpdate(){}beforeUnmount(){}}const me=e=>e;let n2=me;const Bn=["read","resolveKeyframes","update","preRender","render","postRender"];function Ua(e,t){let n=new Set,i=new Set,o=!1,r=!1;const s=new WeakSet;let A={delta:0,timestamp:0,isProcessing:!1};function a(c){s.has(c)&&(u.schedule(c),e()),c(A)}const u={schedule:(c,d=!1,p=!1)=>{const v=p&&o?n:i;return d&&s.add(c),v.has(c)||v.add(c),c},cancel:c=>{i.delete(c),s.delete(c)},process:c=>{if(A=c,o){r=!0;return}o=!0,[n,i]=[i,n],n.forEach(a),n.clear(),o=!1,r&&(r=!1,u.process(c))}};return u}const Pa=40;function i2(e,t){let n=!1,i=!0;const o={delta:0,timestamp:0,isProcessing:!1},r=()=>n=!0,s=Bn.reduce((w,x)=>(w[x]=Ua(r),w),{}),{read:A,resolveKeyframes:a,update:u,preRender:c,render:d,postRender:p}=s,h=()=>{const w=performance.now();n=!1,o.delta=i?1e3/60:Math.max(Math.min(w-o.timestamp,Pa),1),o.timestamp=w,o.isProcessing=!0,A.process(o),a.process(o),u.process(o),c.process(o),d.process(o),p.process(o),o.isProcessing=!1,n&&t&&(i=!1,e(h))},v=()=>{n=!0,i=!0,o.isProcessing||e(h)};return{schedule:Bn.reduce((w,x)=>{const b=s[x];return w[x]=(f,C=!1,y=!1)=>(n||v(),b.schedule(f,C,y)),w},{}),cancel:w=>{for(let x=0;x<Bn.length;x++)s[Bn[x]].cancel(w)},state:o,steps:s}}const{schedule:J,cancel:Ze,state:le,steps:ci}=i2(typeof requestAnimationFrame<"u"?requestAnimationFrame:me,!0);function Ha(e){return e instanceof SVGElement&&e.tagName!=="svg"}class Ga extends Fe{mount(){const t=this.state.element;if(!Ha(t))return;const n=this.state.visualElement;J.read(()=>{try{n.renderState.dimensions=typeof t.getBBox=="function"?t.getBBox():t.getBoundingClientRect()}catch{n.renderState.dimensions={x:0,y:0,width:0,height:0}}})}unmount(){}}const Vt=e=>({test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),$e=Vt("deg"),Je=Vt("%"),j=Vt("px"),Wa=Vt("vh"),Za=Vt("vw"),o2={...Je,parse:e=>Je.parse(e)/100,transform:e=>Je.transform(e*100)};function s2(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const Yt={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(j.test(e))e=parseFloat(e);else return e;const n=s2(e,t.target.x),i=s2(e,t.target.y);return`${n}% ${i}%`}},ie=(e,t,n)=>e+(t-e)*n,et=(e,t,n)=>n>t?t:n<e?e:n,wt={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},Ut={...wt,transform:e=>et(0,1,e)},wn={...wt,default:1},Pt=e=>Math.round(e*1e5)/1e5,ui=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function Ja(e){return e==null}const Ka=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,di=(e,t)=>n=>!!(typeof n=="string"&&Ka.test(n)&&n.startsWith(e)||t&&!Ja(n)&&Object.prototype.hasOwnProperty.call(n,t)),r2=(e,t,n)=>i=>{if(typeof i!="string")return i;const[o,r,s,A]=i.match(ui);return{[e]:parseFloat(o),[t]:parseFloat(r),[n]:parseFloat(s),alpha:A!==void 0?parseFloat(A):1}},Xa=e=>et(0,255,e),hi={...wt,transform:e=>Math.round(Xa(e))},ut={test:di("rgb","red"),parse:r2("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:i=1})=>"rgba("+hi.transform(e)+", "+hi.transform(t)+", "+hi.transform(n)+", "+Pt(Ut.transform(i))+")"};function qa(e){let t="",n="",i="",o="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),i=e.substring(5,7),o=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),i=e.substring(3,4),o=e.substring(4,5),t+=t,n+=n,i+=i,o+=o),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(i,16),alpha:o?parseInt(o,16)/255:1}}const pi={test:di("#"),parse:qa,transform:ut.transform},Mt={test:di("hsl","hue"),parse:r2("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:i=1})=>"hsla("+Math.round(e)+", "+Je.transform(Pt(t))+", "+Je.transform(Pt(n))+", "+Pt(Ut.transform(i))+")"},he={test:e=>ut.test(e)||pi.test(e)||Mt.test(e),parse:e=>ut.test(e)?ut.parse(e):Mt.test(e)?Mt.parse(e):pi.parse(e),transform:e=>typeof e=="string"?e:e.hasOwnProperty("red")?ut.transform(e):Mt.transform(e)},_a=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function $a(e){var t,n;return isNaN(e)&&typeof e=="string"&&(((t=e.match(ui))===null||t===void 0?void 0:t.length)||0)+(((n=e.match(_a))===null||n===void 0?void 0:n.length)||0)>0}const a2="number",A2="color",eA="var",tA="var(",l2="${}",nA=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function Ht(e){const t=e.toString(),n=[],i={color:[],number:[],var:[]},o=[];let r=0;const A=t.replace(nA,a=>(he.test(a)?(i.color.push(r),o.push(A2),n.push(he.parse(a))):a.startsWith(tA)?(i.var.push(r),o.push(eA),n.push(a)):(i.number.push(r),o.push(a2),n.push(parseFloat(a))),++r,l2)).split(l2);return{values:n,split:A,indexes:i,types:o}}function c2(e){return Ht(e).values}function u2(e){const{split:t,types:n}=Ht(e),i=t.length;return o=>{let r="";for(let s=0;s<i;s++)if(r+=t[s],o[s]!==void 0){const A=n[s];A===a2?r+=Pt(o[s]):A===A2?r+=he.transform(o[s]):r+=o[s]}return r}}const iA=e=>typeof e=="number"?0:e;function oA(e){const t=c2(e);return u2(e)(t.map(iA))}const tt={test:$a,parse:c2,createTransformer:u2,getAnimatableNone:oA},sA={correct:(e,{treeScale:t,projectionDelta:n})=>{const i=e,o=tt.parse(e);if(o.length>5)return i;const r=tt.createTransformer(e),s=typeof o[0]!="number"?1:0,A=n.x.scale*t.x,a=n.y.scale*t.y;o[0+s]/=A,o[1+s]/=a;const u=ie(A,a,.5);return typeof o[2+s]=="number"&&(o[2+s]/=u),typeof o[3+s]=="number"&&(o[3+s]/=u),r(o)}},d2={borderRadius:{...Yt,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Yt,borderTopRightRadius:Yt,borderBottomLeftRadius:Yt,borderBottomRightRadius:Yt,boxShadow:sA},Mn={hasAnimatedSinceResize:!0,hasEverUpdated:!1};class rA extends Fe{constructor(t){super(t),Ko(d2)}beforeUpdate(){this.state.willUpdate("beforeUpdate")}update(){this.didUpdate()}didUpdate(){var t,n;(this.state.options.layout||this.state.options.layoutId||this.state.options.drag)&&((n=(t=this.state.visualElement.projection)==null?void 0:t.root)==null||n.didUpdate())}mount(){var t;const n=this.state.options,i=this.state.options.layoutGroup;if(n.layout||n.layoutId){const o=this.state.visualElement.projection;o&&(o.promote(),(t=i==null?void 0:i.group)==null||t.add(o)),Mn.hasEverUpdated=!0}this.didUpdate()}beforeUnmount(){const t=this.state.visualElement.projection;t&&(this.state.willUpdate("beforeUnmount"),this.state.options.layoutId?(t.isPresent=!1,t.relegate()):this.state.options.layout&&(this.state.isSafeToRemove=!0))}unmount(){var t,n;const i=this.state.options.layoutGroup,o=this.state.visualElement.projection;if(o){if(i!=null&&i.group&&i.group.remove(o),(n=(t=o.getStack())==null?void 0:t.lead)!=null&&n.animationProgress)return;this.didUpdate()}}}function h2(e){return e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1}function fi(e,t="page"){return{point:{x:e[`${t}X`],y:e[`${t}Y`]}}}function aA(e){return t=>h2(t)&&e(t,fi(t))}function bn(e,t,n,i={passive:!0}){return e.addEventListener(t,n,i),()=>e.removeEventListener(t,n)}function Gt(e,t,n,i){return bn(e,t,aA(n),i)}const p2=(e,t)=>Math.abs(e-t);function AA(e,t){const n=p2(e.x,t.x),i=p2(e.y,t.y);return Math.sqrt(n**2+i**2)}const lA=(e,t)=>n=>t(e(n)),Wt=(...e)=>e.reduce(lA),cA=e=>e*1e3;function uA(e){return e/1e3}class f2{constructor(t,n,{transformPagePoint:i,contextWindow:o,dragSnapToOrigin:r=!1}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.updatePoint=()=>{if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const d=mi(this.lastMoveEventInfo,this.history),p=this.startEvent!==null,h=AA(d.offset,{x:0,y:0})>=3;if(!p&&!h)return;const{point:v}=d,{timestamp:g}=le;this.history.push({...v,timestamp:g});const{onStart:B,onMove:w}=this.handlers;p||(B&&B(this.lastMoveEvent,d),this.startEvent=this.lastMoveEvent),w&&w(this.lastMoveEvent,d)},this.handlePointerMove=(d,p)=>{this.lastMoveEvent=d,this.lastMoveEventInfo=gi(p,this.transformPagePoint),J.update(this.updatePoint,!0)},this.handlePointerUp=(d,p)=>{this.end();const{onEnd:h,onSessionEnd:v,resumeAnimation:g}=this.handlers;if(this.dragSnapToOrigin&&g&&g(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;const B=mi(d.type==="pointercancel"?this.lastMoveEventInfo:gi(p,this.transformPagePoint),this.history);this.startEvent&&h&&h(d,B),v&&v(d,B)},!h2(t))return;this.dragSnapToOrigin=r,this.handlers=n,this.transformPagePoint=i,this.contextWindow=o||window;const s=fi(t),A=gi(s,this.transformPagePoint),{point:a}=A,{timestamp:u}=le;this.history=[{...a,timestamp:u}];const{onSessionStart:c}=n;c&&c(t,mi(A,this.history)),this.removeListeners=Wt(Gt(this.contextWindow,"pointermove",this.handlePointerMove),Gt(this.contextWindow,"pointerup",this.handlePointerUp),Gt(this.contextWindow,"pointercancel",this.handlePointerUp))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),Ze(this.updatePoint)}}function gi(e,t){return t?{point:t(e.point)}:e}function g2(e,t){return{x:e.x-t.x,y:e.y-t.y}}function mi({point:e},t){return{point:e,delta:g2(e,m2(t)),offset:g2(e,dA(t)),velocity:hA(t,.1)}}function dA(e){return e[0]}function m2(e){return e[e.length-1]}function hA(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,i=null;const o=m2(e);for(;n>=0&&(i=e[n],!(o.timestamp-i.timestamp>cA(t)));)n--;if(!i)return{x:0,y:0};const r=uA(o.timestamp-i.timestamp);if(r===0)return{x:0,y:0};const s={x:(o.x-i.x)/r,y:(o.y-i.y)/r};return s.x===1/0&&(s.x=0),s.y===1/0&&(s.y=0),s}function v2({current:e}){return e?e.ownerDocument.defaultView:null}function y2(e){return(t,n)=>{e&&J.postRender(()=>e(t,n))}}class pA extends Fe{constructor(){super(...arguments),this.removePointerDownListener=me}onPointerDown(t){this.session=new f2(t,this.createPanHandlers(),{transformPagePoint:this.state.visualElement.getTransformPagePoint(),contextWindow:v2(this.state.visualElement)})}createPanHandlers(){return{onSessionStart:y2((t,n)=>{const{onPanSessionStart:i}=this.state.options;i&&i(t,n)}),onStart:y2((t,n)=>{const{onPanStart:i}=this.state.options;i&&i(t,n)}),onMove:(t,n)=>{const{onPan:i}=this.state.options;i&&i(t,n)},onEnd:(t,n)=>{const{onPanEnd:i}=this.state.options;delete this.session,i&&J.postRender(()=>i(t,n))}}}mount(){this.removePointerDownListener=Gt(this.state.element,"pointerdown",this.onPointerDown.bind(this))}update(){}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}function E2(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}class fA extends Fe{constructor(t){super(t)}updateAnimationControlsSubscription(){const{animate:t}=this.state.options;E2(t)&&(this.unmountControls=t.subscribe(this.state))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:t}=this.state.options,{animate:n}=this.state.visualElement.prevProps||{};t!==n&&this.updateAnimationControlsSubscription()}unmount(){var t;(t=this.unmountControls)==null||t.call(this)}}function vi(e,t){return e?e[t]||e.default||e:void 0}const gA={useManualTiming:!1};let xn;function mA(){xn=void 0}const Oe={now:()=>(xn===void 0&&Oe.set(le.isProcessing||gA.useManualTiming?le.timestamp:performance.now()),xn),set:e=>{xn=e,queueMicrotask(mA)}};function yi(e,t){e.indexOf(t)===-1&&e.push(t)}function Cn(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class Ei{constructor(){this.subscriptions=[]}add(t){return yi(this.subscriptions,t),()=>Cn(this.subscriptions,t)}notify(t,n,i){const o=this.subscriptions.length;if(o)if(o===1)this.subscriptions[0](t,n,i);else for(let r=0;r<o;r++){const s=this.subscriptions[r];s&&s(t,n,i)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}function B2(e,t){return t?e*(1e3/t):0}const w2=30,vA=e=>!isNaN(parseFloat(e));class yA{constructor(t,n={}){this.version="12.4.10",this.canTrackVelocity=null,this.events={},this.updateAndNotify=(i,o=!0)=>{const r=Oe.now();this.updatedAt!==r&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(i),this.current!==this.prev&&this.events.change&&this.events.change.notify(this.current),o&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.hasAnimated=!1,this.setCurrent(t),this.owner=n.owner}setCurrent(t){this.current=t,this.updatedAt=Oe.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=vA(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return this.on("change",t)}on(t,n){this.events[t]||(this.events[t]=new Ei);const i=this.events[t].add(n);return t==="change"?()=>{i(),J.read(()=>{this.events.change.getSize()||this.stop()})}:i}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,n){this.passiveEffect=t,this.stopPassiveEffect=n}set(t,n=!0){!n||!this.passiveEffect?this.updateAndNotify(t,n):this.passiveEffect(t,this.updateAndNotify)}setWithVelocity(t,n,i){this.set(n),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-i}jump(t,n=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){const t=Oe.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>w2)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,w2);return B2(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(t){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=t(n),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function Zt(e,t){return new yA(e,t)}const pe=e=>!!(e&&e.getVelocity);function Bi(e){let t;return()=>(t===void 0&&(t=e()),t)}const EA=Bi(()=>window.ScrollTimeline!==void 0);class BA{constructor(t){this.stop=()=>this.runAll("stop"),this.animations=t.filter(Boolean)}get finished(){return Promise.all(this.animations.map(t=>"finished"in t?t.finished:t))}getAll(t){return this.animations[0][t]}setAll(t,n){for(let i=0;i<this.animations.length;i++)this.animations[i][t]=n}attachTimeline(t,n){const i=this.animations.map(o=>{if(EA()&&o.attachTimeline)return o.attachTimeline(t);if(typeof n=="function")return n(o)});return()=>{i.forEach((o,r)=>{o&&o(),this.animations[r].stop()})}}get time(){return this.getAll("time")}set time(t){this.setAll("time",t)}get speed(){return this.getAll("speed")}set speed(t){this.setAll("speed",t)}get startTime(){return this.getAll("startTime")}get duration(){let t=0;for(let n=0;n<this.animations.length;n++)t=Math.max(t,this.animations[n].duration);return t}runAll(t){this.animations.forEach(n=>n[t]())}flatten(){this.runAll("flatten")}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}class M2 extends BA{then(t,n){return Promise.all(this.animations).then(t).catch(n)}}const Ke=e=>e*1e3,Xe=e=>e/1e3;function Dn(e){return typeof e=="function"}function b2(e,t){e.timeline=t,e.onfinish=null}const wi=e=>Array.isArray(e)&&typeof e[0]=="number",wA={linearEasing:void 0};function MA(e,t){const n=Bi(e);return()=>{var i;return(i=wA[t])!==null&&i!==void 0?i:n()}}const Tn=MA(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),Jt=(e,t,n)=>{const i=t-e;return i===0?1:(n-e)/i},x2=(e,t,n=10)=>{let i="";const o=Math.max(Math.round(t/n),2);for(let r=0;r<o;r++)i+=e(Jt(0,o-1,r))+", ";return`linear(${i.substring(0,i.length-2)})`};function C2(e){return!!(typeof e=="function"&&Tn()||!e||typeof e=="string"&&(e in Mi||Tn())||wi(e)||Array.isArray(e)&&e.every(C2))}const Kt=([e,t,n,i])=>`cubic-bezier(${e}, ${t}, ${n}, ${i})`,Mi={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Kt([0,.65,.55,1]),circOut:Kt([.55,0,1,.45]),backIn:Kt([.31,.01,.66,-.59]),backOut:Kt([.33,1.53,.69,.99])};function D2(e,t){if(e)return typeof e=="function"&&Tn()?x2(e,t):wi(e)?Kt(e):Array.isArray(e)?e.map(n=>D2(n,t)||Mi.easeOut):Mi[e]}const T2=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e,bA=1e-7,xA=12;function CA(e,t,n,i,o){let r,s,A=0;do s=t+(n-t)/2,r=T2(s,i,o)-e,r>0?n=s:t=s;while(Math.abs(r)>bA&&++A<xA);return s}function Xt(e,t,n,i){if(e===t&&n===i)return me;const o=r=>CA(r,0,1,e,n);return r=>r===0||r===1?r:T2(o(r),t,i)}const I2=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,Q2=e=>t=>1-e(1-t),L2=Xt(.33,1.53,.69,.99),bi=Q2(L2),k2=I2(bi),N2=e=>(e*=2)<1?.5*bi(e):.5*(2-Math.pow(2,-10*(e-1))),xi=e=>1-Math.sin(Math.acos(e)),z2=Q2(xi),S2=I2(xi),R2=e=>/^0[^.\s]+$/u.test(e);function DA(e){return typeof e=="number"?e===0:e!==null?e==="none"||e==="0"||R2(e):!0}const bt=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],xt=new Set(bt),j2=new Set(["width","height","top","left","right","bottom",...bt]),TA=new Set(["brightness","contrast","saturate","opacity"]);function IA(e){const[t,n]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[i]=n.match(ui)||[];if(!i)return e;const o=n.replace(i,"");let r=TA.has(t)?1:0;return i!==n&&(r*=100),t+"("+r+o+")"}const QA=/\b([a-z-]*)\(.*?\)/gu,Ci={...tt,getAnimatableNone:e=>{const t=e.match(QA);return t?t.map(IA).join(" "):e}},LA={borderWidth:j,borderTopWidth:j,borderRightWidth:j,borderBottomWidth:j,borderLeftWidth:j,borderRadius:j,radius:j,borderTopLeftRadius:j,borderTopRightRadius:j,borderBottomRightRadius:j,borderBottomLeftRadius:j,width:j,maxWidth:j,height:j,maxHeight:j,top:j,right:j,bottom:j,left:j,padding:j,paddingTop:j,paddingRight:j,paddingBottom:j,paddingLeft:j,margin:j,marginTop:j,marginRight:j,marginBottom:j,marginLeft:j,backgroundPositionX:j,backgroundPositionY:j},kA={rotate:$e,rotateX:$e,rotateY:$e,rotateZ:$e,scale:wn,scaleX:wn,scaleY:wn,scaleZ:wn,skew:$e,skewX:$e,skewY:$e,distance:j,translateX:j,translateY:j,translateZ:j,x:j,y:j,z:j,perspective:j,transformPerspective:j,opacity:Ut,originX:o2,originY:o2,originZ:j},F2={...wt,transform:Math.round},Di={...LA,...kA,zIndex:F2,size:j,fillOpacity:Ut,strokeOpacity:Ut,numOctaves:F2},NA={...Di,color:he,backgroundColor:he,outlineColor:he,fill:he,stroke:he,borderColor:he,borderTopColor:he,borderRightColor:he,borderBottomColor:he,borderLeftColor:he,filter:Ci,WebkitFilter:Ci},Ti=e=>NA[e];function O2(e,t){let n=Ti(e);return n!==Ci&&(n=tt),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const zA=new Set(["auto","none","0"]);function SA(e,t,n){let i=0,o;for(;i<e.length&&!o;){const r=e[i];typeof r=="string"&&!zA.has(r)&&Ht(r).values.length&&(o=e[i]),i++}if(o&&n)for(const r of t)e[r]=O2(n,o)}const V2=e=>e===wt||e===j,Y2=(e,t)=>parseFloat(e.split(", ")[t]),U2=(e,t)=>(n,{transform:i})=>{if(i==="none"||!i)return 0;const o=i.match(/^matrix3d\((.+)\)$/u);if(o)return Y2(o[1],t);{const r=i.match(/^matrix\((.+)\)$/u);return r?Y2(r[1],e):0}},RA=new Set(["x","y","z"]),jA=bt.filter(e=>!RA.has(e));function FA(e){const t=[];return jA.forEach(n=>{const i=e.getValue(n);i!==void 0&&(t.push([n,i.get()]),i.set(n.startsWith("scale")?1:0))}),t}const Ct={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:U2(4,13),y:U2(5,14)};Ct.translateX=Ct.x,Ct.translateY=Ct.y;const dt=new Set;let Ii=!1,Qi=!1;function P2(){if(Qi){const e=Array.from(dt).filter(i=>i.needsMeasurement),t=new Set(e.map(i=>i.element)),n=new Map;t.forEach(i=>{const o=FA(i);o.length&&(n.set(i,o),i.render())}),e.forEach(i=>i.measureInitialState()),t.forEach(i=>{i.render();const o=n.get(i);o&&o.forEach(([r,s])=>{var A;(A=i.getValue(r))===null||A===void 0||A.set(s)})}),e.forEach(i=>i.measureEndState()),e.forEach(i=>{i.suspendedScrollY!==void 0&&window.scrollTo(0,i.suspendedScrollY)})}Qi=!1,Ii=!1,dt.forEach(e=>e.complete()),dt.clear()}function H2(){dt.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(Qi=!0)})}function OA(){H2(),P2()}class Li{constructor(t,n,i,o,r,s=!1){this.isComplete=!1,this.isAsync=!1,this.needsMeasurement=!1,this.isScheduled=!1,this.unresolvedKeyframes=[...t],this.onComplete=n,this.name=i,this.motionValue=o,this.element=r,this.isAsync=s}scheduleResolve(){this.isScheduled=!0,this.isAsync?(dt.add(this),Ii||(Ii=!0,J.read(H2),J.resolveKeyframes(P2))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:t,name:n,element:i,motionValue:o}=this;for(let r=0;r<t.length;r++)if(t[r]===null)if(r===0){const s=o==null?void 0:o.get(),A=t[t.length-1];if(s!==void 0)t[0]=s;else if(i&&n){const a=i.readValue(n,A);a!=null&&(t[0]=a)}t[0]===void 0&&(t[0]=A),o&&s===void 0&&o.set(t[0])}else t[r]=t[r-1]}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(){this.isComplete=!0,this.onComplete(this.unresolvedKeyframes,this.finalKeyframe),dt.delete(this)}cancel(){this.isComplete||(this.isScheduled=!1,dt.delete(this))}resume(){this.isComplete||this.scheduleResolve()}}const G2=e=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e),VA=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function YA(e){const t=VA.exec(e);if(!t)return[,];const[,n,i,o]=t;return[`--${n??i}`,o]}function W2(e,t,n=1){const[i,o]=YA(e);if(!i)return;const r=window.getComputedStyle(t).getPropertyValue(i);if(r){const s=r.trim();return G2(s)?parseFloat(s):s}return Ai(o)?W2(o,t,n+1):o}const Z2=e=>t=>t.test(e),J2=[wt,j,Je,$e,Za,Wa,{test:e=>e==="auto",parse:e=>e}],K2=e=>J2.find(Z2(e));class X2 extends Li{constructor(t,n,i,o,r){super(t,n,i,o,r,!0)}readKeyframes(){const{unresolvedKeyframes:t,element:n,name:i}=this;if(!n||!n.current)return;super.readKeyframes();for(let a=0;a<t.length;a++){let u=t[a];if(typeof u=="string"&&(u=u.trim(),Ai(u))){const c=W2(u,n.current);c!==void 0&&(t[a]=c),a===t.length-1&&(this.finalKeyframe=u)}}if(this.resolveNoneKeyframes(),!j2.has(i)||t.length!==2)return;const[o,r]=t,s=K2(o),A=K2(r);if(s!==A)if(V2(s)&&V2(A))for(let a=0;a<t.length;a++){const u=t[a];typeof u=="string"&&(t[a]=parseFloat(u))}else this.needsMeasurement=!0}resolveNoneKeyframes(){const{unresolvedKeyframes:t,name:n}=this,i=[];for(let o=0;o<t.length;o++)DA(t[o])&&i.push(o);i.length&&SA(t,i,n)}measureInitialState(){const{element:t,unresolvedKeyframes:n,name:i}=this;if(!t||!t.current)return;i==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=Ct[i](t.measureViewportBox(),window.getComputedStyle(t.current)),n[0]=this.measuredOrigin;const o=n[n.length-1];o!==void 0&&t.getValue(i,o).jump(o,!1)}measureEndState(){var t;const{element:n,name:i,unresolvedKeyframes:o}=this;if(!n||!n.current)return;const r=n.getValue(i);r&&r.jump(this.measuredOrigin,!1);const s=o.length-1,A=o[s];o[s]=Ct[i](n.measureViewportBox(),window.getComputedStyle(n.current)),A!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=A),!((t=this.removedTransforms)===null||t===void 0)&&t.length&&this.removedTransforms.forEach(([a,u])=>{n.getValue(a).set(u)}),this.resolveNoneKeyframes()}}const q2=(e,t)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(tt.test(e)||e==="0")&&!e.startsWith("url("));function UA(e){const t=e[0];if(e.length===1)return!0;for(let n=0;n<e.length;n++)if(e[n]!==t)return!0}function PA(e,t,n,i){const o=e[0];if(o===null)return!1;if(t==="display"||t==="visibility")return!0;const r=e[e.length-1],s=q2(o,t),A=q2(r,t);return!s||!A?!1:UA(e)||(n==="spring"||Dn(n))&&i}const HA=e=>e!==null;function In(e,{repeat:t,repeatType:n="loop"},i){const o=e.filter(HA),r=t&&n!=="loop"&&t%2===1?0:o.length-1;return!r||i===void 0?o[r]:i}const GA=40;class _2{constructor({autoplay:t=!0,delay:n=0,type:i="keyframes",repeat:o=0,repeatDelay:r=0,repeatType:s="loop",...A}){this.isStopped=!1,this.hasAttemptedResolve=!1,this.createdAt=Oe.now(),this.options={autoplay:t,delay:n,type:i,repeat:o,repeatDelay:r,repeatType:s,...A},this.updateFinishedPromise()}calcStartTime(){return this.resolvedAt?this.resolvedAt-this.createdAt>GA?this.resolvedAt:this.createdAt:this.createdAt}get resolved(){return!this._resolved&&!this.hasAttemptedResolve&&OA(),this._resolved}onKeyframesResolved(t,n){this.resolvedAt=Oe.now(),this.hasAttemptedResolve=!0;const{name:i,type:o,velocity:r,delay:s,onComplete:A,onUpdate:a,isGenerator:u}=this.options;if(!u&&!PA(t,i,o,r))if(s)this.options.duration=0;else{a&&a(In(t,this.options,n)),A&&A(),this.resolveFinishedPromise();return}const c=this.initPlayback(t,n);c!==!1&&(this._resolved={keyframes:t,finalKeyframe:n,...c},this.onPostResolved())}onPostResolved(){}then(t,n){return this.currentFinishedPromise.then(t,n)}flatten(){this.options.type="keyframes",this.options.ease="linear"}updateFinishedPromise(){this.currentFinishedPromise=new Promise(t=>{this.resolveFinishedPromise=t})}}const Qn=2e4;function ki(e){let t=0;const n=50;let i=e.next(t);for(;!i.done&&t<Qn;)t+=n,i=e.next(t);return t>=Qn?1/0:t}function Ni(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function WA({hue:e,saturation:t,lightness:n,alpha:i}){e/=360,t/=100,n/=100;let o=0,r=0,s=0;if(!t)o=r=s=n;else{const A=n<.5?n*(1+t):n+t-n*t,a=2*n-A;o=Ni(a,A,e+1/3),r=Ni(a,A,e),s=Ni(a,A,e-1/3)}return{red:Math.round(o*255),green:Math.round(r*255),blue:Math.round(s*255),alpha:i}}function Ln(e,t){return n=>n>0?t:e}const zi=(e,t,n)=>{const i=e*e,o=n*(t*t-i)+i;return o<0?0:Math.sqrt(o)},ZA=[pi,ut,Mt],JA=e=>ZA.find(t=>t.test(e));function $2(e){const t=JA(e);if(!t)return!1;let n=t.parse(e);return t===Mt&&(n=WA(n)),n}const es=(e,t)=>{const n=$2(e),i=$2(t);if(!n||!i)return Ln(e,t);const o={...n};return r=>(o.red=zi(n.red,i.red,r),o.green=zi(n.green,i.green,r),o.blue=zi(n.blue,i.blue,r),o.alpha=ie(n.alpha,i.alpha,r),ut.transform(o))},Si=new Set(["none","hidden"]);function KA(e,t){return Si.has(e)?n=>n<=0?e:t:n=>n>=1?t:e}function XA(e,t){return n=>ie(e,t,n)}function Ri(e){return typeof e=="number"?XA:typeof e=="string"?Ai(e)?Ln:he.test(e)?es:$A:Array.isArray(e)?ts:typeof e=="object"?he.test(e)?es:qA:Ln}function ts(e,t){const n=[...e],i=n.length,o=e.map((r,s)=>Ri(r)(r,t[s]));return r=>{for(let s=0;s<i;s++)n[s]=o[s](r);return n}}function qA(e,t){const n={...e,...t},i={};for(const o in n)e[o]!==void 0&&t[o]!==void 0&&(i[o]=Ri(e[o])(e[o],t[o]));return o=>{for(const r in i)n[r]=i[r](o);return n}}function _A(e,t){var n;const i=[],o={color:0,var:0,number:0};for(let r=0;r<t.values.length;r++){const s=t.types[r],A=e.indexes[s][o[s]],a=(n=e.values[A])!==null&&n!==void 0?n:0;i[r]=a,o[s]++}return i}const $A=(e,t)=>{const n=tt.createTransformer(t),i=Ht(e),o=Ht(t);return i.indexes.var.length===o.indexes.var.length&&i.indexes.color.length===o.indexes.color.length&&i.indexes.number.length>=o.indexes.number.length?Si.has(e)&&!o.values.length||Si.has(t)&&!i.values.length?KA(e,t):Wt(ts(_A(i,o),o.values),n):Ln(e,t)};function ns(e,t,n){return typeof e=="number"&&typeof t=="number"&&typeof n=="number"?ie(e,t,n):Ri(e)(e,t)}const el=5;function is(e,t,n){const i=Math.max(t-el,0);return B2(n-e(i),t-i)}const $={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},os=.001;function tl({duration:e=$.duration,bounce:t=$.bounce,velocity:n=$.velocity,mass:i=$.mass}){let o,r,s=1-t;s=et($.minDamping,$.maxDamping,s),e=et($.minDuration,$.maxDuration,Xe(e)),s<1?(o=u=>{const c=u*s,d=c*e,p=c-n,h=ji(u,s),v=Math.exp(-d);return os-p/h*v},r=u=>{const d=u*s*e,p=d*n+n,h=Math.pow(s,2)*Math.pow(u,2)*e,v=Math.exp(-d),g=ji(Math.pow(u,2),s);return(-o(u)+os>0?-1:1)*((p-h)*v)/g}):(o=u=>{const c=Math.exp(-u*e),d=(u-n)*e+1;return-.001+c*d},r=u=>{const c=Math.exp(-u*e),d=(n-u)*(e*e);return c*d});const A=5/e,a=il(o,r,A);if(e=Ke(e),isNaN(a))return{stiffness:$.stiffness,damping:$.damping,duration:e};{const u=Math.pow(a,2)*i;return{stiffness:u,damping:s*2*Math.sqrt(i*u),duration:e}}}const nl=12;function il(e,t,n){let i=n;for(let o=1;o<nl;o++)i=i-e(i)/t(i);return i}function ji(e,t){return e*Math.sqrt(1-t*t)}const ol=["duration","bounce"],sl=["stiffness","damping","mass"];function ss(e,t){return t.some(n=>e[n]!==void 0)}function rl(e){let t={velocity:$.velocity,stiffness:$.stiffness,damping:$.damping,mass:$.mass,isResolvedFromDuration:!1,...e};if(!ss(e,sl)&&ss(e,ol))if(e.visualDuration){const n=e.visualDuration,i=2*Math.PI/(n*1.2),o=i*i,r=2*et(.05,1,1-(e.bounce||0))*Math.sqrt(o);t={...t,mass:$.mass,stiffness:o,damping:r}}else{const n=tl(e);t={...t,...n,mass:$.mass},t.isResolvedFromDuration=!0}return t}function Fi(e=$.visualDuration,t=$.bounce){const n=typeof e!="object"?{visualDuration:e,keyframes:[0,1],bounce:t}:e;let{restSpeed:i,restDelta:o}=n;const r=n.keyframes[0],s=n.keyframes[n.keyframes.length-1],A={done:!1,value:r},{stiffness:a,damping:u,mass:c,duration:d,velocity:p,isResolvedFromDuration:h}=rl({...n,velocity:-Xe(n.velocity||0)}),v=p||0,g=u/(2*Math.sqrt(a*c)),B=s-r,w=Xe(Math.sqrt(a/c)),x=Math.abs(B)<5;i||(i=x?$.restSpeed.granular:$.restSpeed.default),o||(o=x?$.restDelta.granular:$.restDelta.default);let b;if(g<1){const C=ji(w,g);b=y=>{const m=Math.exp(-g*w*y);return s-m*((v+g*w*B)/C*Math.sin(C*y)+B*Math.cos(C*y))}}else if(g===1)b=C=>s-Math.exp(-w*C)*(B+(v+w*B)*C);else{const C=w*Math.sqrt(g*g-1);b=y=>{const m=Math.exp(-g*w*y),E=Math.min(C*y,300);return s-m*((v+g*w*B)*Math.sinh(E)+C*B*Math.cosh(E))/C}}const f={calculatedDuration:h&&d||null,next:C=>{const y=b(C);if(h)A.done=C>=d;else{let m=0;g<1&&(m=C===0?Ke(v):is(b,C,y));const E=Math.abs(m)<=i,M=Math.abs(s-y)<=o;A.done=E&&M}return A.value=A.done?s:y,A},toString:()=>{const C=Math.min(ki(f),Qn),y=x2(m=>f.next(C*m).value,C,30);return C+"ms "+y}};return f}function rs({keyframes:e,velocity:t=0,power:n=.8,timeConstant:i=325,bounceDamping:o=10,bounceStiffness:r=500,modifyTarget:s,min:A,max:a,restDelta:u=.5,restSpeed:c}){const d=e[0],p={done:!1,value:d},h=E=>A!==void 0&&E<A||a!==void 0&&E>a,v=E=>A===void 0?a:a===void 0||Math.abs(A-E)<Math.abs(a-E)?A:a;let g=n*t;const B=d+g,w=s===void 0?B:s(B);w!==B&&(g=w-d);const x=E=>-g*Math.exp(-E/i),b=E=>w+x(E),f=E=>{const M=x(E),D=b(E);p.done=Math.abs(M)<=u,p.value=p.done?w:D};let C,y;const m=E=>{h(p.value)&&(C=E,y=Fi({keyframes:[p.value,v(p.value)],velocity:is(b,E,p.value),damping:o,stiffness:r,restDelta:u,restSpeed:c}))};return m(0),{calculatedDuration:null,next:E=>{let M=!1;return!y&&C===void 0&&(M=!0,f(E),m(E)),C!==void 0&&E>=C?y.next(E-C):(!M&&f(E),p)}}}const al=Xt(.42,0,1,1),Al=Xt(0,0,.58,1),as=Xt(.42,0,.58,1),As=e=>Array.isArray(e)&&typeof e[0]!="number",ll={linear:me,easeIn:al,easeInOut:as,easeOut:Al,circIn:xi,circInOut:S2,circOut:z2,backIn:bi,backInOut:k2,backOut:L2,anticipate:N2},ls=e=>{if(wi(e)){n2(e.length===4);const[t,n,i,o]=e;return Xt(t,n,i,o)}else if(typeof e=="string")return ll[e];return e};function cl(e,t,n){const i=[],o=n||ns,r=e.length-1;for(let s=0;s<r;s++){let A=o(e[s],e[s+1]);if(t){const a=Array.isArray(t)?t[s]||me:t;A=Wt(a,A)}i.push(A)}return i}function ul(e,t,{clamp:n=!0,ease:i,mixer:o}={}){const r=e.length;if(n2(r===t.length),r===1)return()=>t[0];if(r===2&&t[0]===t[1])return()=>t[1];const s=e[0]===e[1];e[0]>e[r-1]&&(e=[...e].reverse(),t=[...t].reverse());const A=cl(t,i,o),a=A.length,u=c=>{if(s&&c<e[0])return t[0];let d=0;if(a>1)for(;d<e.length-2&&!(c<e[d+1]);d++);const p=Jt(e[d],e[d+1],c);return A[d](p)};return n?c=>u(et(e[0],e[r-1],c)):u}function cs(e,t){const n=e[e.length-1];for(let i=1;i<=t;i++){const o=Jt(0,t,i);e.push(ie(n,1,o))}}function us(e){const t=[0];return cs(t,e.length-1),t}function dl(e,t){return e.map(n=>n*t)}function hl(e,t){return e.map(()=>t||as).splice(0,e.length-1)}function kn({duration:e=300,keyframes:t,times:n,ease:i="easeInOut"}){const o=As(i)?i.map(ls):ls(i),r={done:!1,value:t[0]},s=dl(n&&n.length===t.length?n:us(t),e),A=ul(s,t,{ease:Array.isArray(o)?o:hl(t,o)});return{calculatedDuration:e,next:a=>(r.value=A(a),r.done=a>=e,r)}}const pl=e=>{const t=({timestamp:n})=>e(n);return{start:()=>J.update(t,!0),stop:()=>Ze(t),now:()=>le.isProcessing?le.timestamp:Oe.now()}},fl={decay:rs,inertia:rs,tween:kn,keyframes:kn,spring:Fi},gl=e=>e/100;class Oi extends _2{constructor(t){super(t),this.holdTime=null,this.cancelTime=null,this.currentTime=0,this.playbackSpeed=1,this.pendingPlayState="running",this.startTime=null,this.state="idle",this.stop=()=>{if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.teardown();const{onStop:a}=this.options;a&&a()};const{name:n,motionValue:i,element:o,keyframes:r}=this.options,s=(o==null?void 0:o.KeyframeResolver)||Li,A=(a,u)=>this.onKeyframesResolved(a,u);this.resolver=new s(r,A,n,i,o),this.resolver.scheduleResolve()}flatten(){super.flatten(),this._resolved&&Object.assign(this._resolved,this.initPlayback(this._resolved.keyframes))}initPlayback(t){const{type:n="keyframes",repeat:i=0,repeatDelay:o=0,repeatType:r,velocity:s=0}=this.options,A=Dn(n)?n:fl[n]||kn;let a,u;A!==kn&&typeof t[0]!="number"&&(a=Wt(gl,ns(t[0],t[1])),t=[0,100]);const c=A({...this.options,keyframes:t});r==="mirror"&&(u=A({...this.options,keyframes:[...t].reverse(),velocity:-s})),c.calculatedDuration===null&&(c.calculatedDuration=ki(c));const{calculatedDuration:d}=c,p=d+o,h=p*(i+1)-o;return{generator:c,mirroredGenerator:u,mapPercentToKeyframes:a,calculatedDuration:d,resolvedDuration:p,totalDuration:h}}onPostResolved(){const{autoplay:t=!0}=this.options;this.play(),this.pendingPlayState==="paused"||!t?this.pause():this.state=this.pendingPlayState}tick(t,n=!1){const{resolved:i}=this;if(!i){const{keyframes:E}=this.options;return{done:!0,value:E[E.length-1]}}const{finalKeyframe:o,generator:r,mirroredGenerator:s,mapPercentToKeyframes:A,keyframes:a,calculatedDuration:u,totalDuration:c,resolvedDuration:d}=i;if(this.startTime===null)return r.next(0);const{delay:p,repeat:h,repeatType:v,repeatDelay:g,onUpdate:B}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-c/this.speed,this.startTime)),n?this.currentTime=t:this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=Math.round(t-this.startTime)*this.speed;const w=this.currentTime-p*(this.speed>=0?1:-1),x=this.speed>=0?w<0:w>c;this.currentTime=Math.max(w,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=c);let b=this.currentTime,f=r;if(h){const E=Math.min(this.currentTime,c)/d;let M=Math.floor(E),D=E%1;!D&&E>=1&&(D=1),D===1&&M--,M=Math.min(M,h+1),!!(M%2)&&(v==="reverse"?(D=1-D,g&&(D-=g/d)):v==="mirror"&&(f=s)),b=et(0,1,D)*d}const C=x?{done:!1,value:a[0]}:f.next(b);A&&(C.value=A(C.value));let{done:y}=C;!x&&u!==null&&(y=this.speed>=0?this.currentTime>=c:this.currentTime<=0);const m=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&y);return m&&o!==void 0&&(C.value=In(a,this.options,o)),B&&B(C.value),m&&this.finish(),C}get duration(){const{resolved:t}=this;return t?Xe(t.calculatedDuration):0}get time(){return Xe(this.currentTime)}set time(t){t=Ke(t),this.currentTime=t,this.holdTime!==null||this.speed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.speed)}get speed(){return this.playbackSpeed}set speed(t){const n=this.playbackSpeed!==t;this.playbackSpeed=t,n&&(this.time=Xe(this.currentTime))}play(){if(this.resolver.isScheduled||this.resolver.resume(),!this._resolved){this.pendingPlayState="running";return}if(this.isStopped)return;const{driver:t=pl,onPlay:n,startTime:i}=this.options;this.driver||(this.driver=t(r=>this.tick(r))),n&&n();const o=this.driver.now();this.holdTime!==null?this.startTime=o-this.holdTime:this.startTime?this.state==="finished"&&(this.startTime=o):this.startTime=i??this.calcStartTime(),this.state==="finished"&&this.updateFinishedPromise(),this.cancelTime=this.startTime,this.holdTime=null,this.state="running",this.driver.start()}pause(){var t;if(!this._resolved){this.pendingPlayState="paused";return}this.state="paused",this.holdTime=(t=this.currentTime)!==null&&t!==void 0?t:0}complete(){this.state!=="running"&&this.play(),this.pendingPlayState=this.state="finished",this.holdTime=null}finish(){this.teardown(),this.state="finished";const{onComplete:t}=this.options;t&&t()}cancel(){this.cancelTime!==null&&this.tick(this.cancelTime),this.teardown(),this.updateFinishedPromise()}teardown(){this.state="idle",this.stopDriver(),this.resolveFinishedPromise(),this.updateFinishedPromise(),this.startTime=this.cancelTime=null,this.resolver.cancel()}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(t){return this.startTime=0,this.tick(t,!0)}}const ml=new Set(["opacity","clipPath","filter","transform"]);function vl(e,t,n,{delay:i=0,duration:o=300,repeat:r=0,repeatType:s="loop",ease:A="easeInOut",times:a}={}){const u={[t]:n};a&&(u.offset=a);const c=D2(A,o);return Array.isArray(c)&&(u.easing=c),e.animate(u,{delay:i,duration:o,easing:Array.isArray(c)?"linear":c,fill:"both",iterations:r+1,direction:s==="reverse"?"alternate":"normal"})}const yl=Bi(()=>Object.hasOwnProperty.call(Element.prototype,"animate")),Nn=10,El=2e4;function Bl(e){return Dn(e.type)||e.type==="spring"||!C2(e.ease)}function wl(e,t){const n=new Oi({...t,keyframes:e,repeat:0,delay:0,isGenerator:!0});let i={done:!1,value:e[0]};const o=[];let r=0;for(;!i.done&&r<El;)i=n.sample(r),o.push(i.value),r+=Nn;return{times:void 0,keyframes:o,duration:r-Nn,ease:"linear"}}const ds={anticipate:N2,backInOut:k2,circInOut:S2};function Ml(e){return e in ds}class hs extends _2{constructor(t){super(t);const{name:n,motionValue:i,element:o,keyframes:r}=this.options;this.resolver=new X2(r,(s,A)=>this.onKeyframesResolved(s,A),n,i,o),this.resolver.scheduleResolve()}initPlayback(t,n){let{duration:i=300,times:o,ease:r,type:s,motionValue:A,name:a,startTime:u}=this.options;if(!A.owner||!A.owner.current)return!1;if(typeof r=="string"&&Tn()&&Ml(r)&&(r=ds[r]),Bl(this.options)){const{onComplete:d,onUpdate:p,motionValue:h,element:v,...g}=this.options,B=wl(t,g);t=B.keyframes,t.length===1&&(t[1]=t[0]),i=B.duration,o=B.times,r=B.ease,s="keyframes"}const c=vl(A.owner.current,a,t,{...this.options,duration:i,times:o,ease:r});return c.startTime=u??this.calcStartTime(),this.pendingTimeline?(b2(c,this.pendingTimeline),this.pendingTimeline=void 0):c.onfinish=()=>{const{onComplete:d}=this.options;A.set(In(t,this.options,n)),d&&d(),this.cancel(),this.resolveFinishedPromise()},{animation:c,duration:i,times:o,type:s,ease:r,keyframes:t}}get duration(){const{resolved:t}=this;if(!t)return 0;const{duration:n}=t;return Xe(n)}get time(){const{resolved:t}=this;if(!t)return 0;const{animation:n}=t;return Xe(n.currentTime||0)}set time(t){const{resolved:n}=this;if(!n)return;const{animation:i}=n;i.currentTime=Ke(t)}get speed(){const{resolved:t}=this;if(!t)return 1;const{animation:n}=t;return n.playbackRate}set speed(t){const{resolved:n}=this;if(!n)return;const{animation:i}=n;i.playbackRate=t}get state(){const{resolved:t}=this;if(!t)return"idle";const{animation:n}=t;return n.playState}get startTime(){const{resolved:t}=this;if(!t)return null;const{animation:n}=t;return n.startTime}attachTimeline(t){if(!this._resolved)this.pendingTimeline=t;else{const{resolved:n}=this;if(!n)return me;const{animation:i}=n;b2(i,t)}return me}play(){if(this.isStopped)return;const{resolved:t}=this;if(!t)return;const{animation:n}=t;n.playState==="finished"&&this.updateFinishedPromise(),n.play()}pause(){const{resolved:t}=this;if(!t)return;const{animation:n}=t;n.pause()}stop(){if(this.resolver.cancel(),this.isStopped=!0,this.state==="idle")return;this.resolveFinishedPromise(),this.updateFinishedPromise();const{resolved:t}=this;if(!t)return;const{animation:n,keyframes:i,duration:o,type:r,ease:s,times:A}=t;if(n.playState==="idle"||n.playState==="finished")return;if(this.time){const{motionValue:u,onUpdate:c,onComplete:d,element:p,...h}=this.options,v=new Oi({...h,keyframes:i,duration:o,type:r,ease:s,times:A,isGenerator:!0}),g=Ke(this.time);u.setWithVelocity(v.sample(g-Nn).value,v.sample(g).value,Nn)}const{onStop:a}=this.options;a&&a(),this.cancel()}complete(){const{resolved:t}=this;t&&t.animation.finish()}cancel(){const{resolved:t}=this;t&&t.animation.cancel()}static supports(t){const{motionValue:n,name:i,repeatDelay:o,repeatType:r,damping:s,type:A}=t;if(!n||!n.owner||!(n.owner.current instanceof HTMLElement))return!1;const{onUpdate:a,transformTemplate:u}=n.owner.getProps();return yl()&&i&&ml.has(i)&&!a&&!u&&!o&&r!=="mirror"&&s!==0&&A!=="inertia"}}const bl={type:"spring",stiffness:500,damping:25,restSpeed:10},xl=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),Cl={type:"keyframes",duration:.8},Dl={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},Tl=(e,{keyframes:t})=>t.length>2?Cl:xt.has(e)?e.startsWith("scale")?xl(t[1]):bl:Dl;function Il({when:e,delay:t,delayChildren:n,staggerChildren:i,staggerDirection:o,repeat:r,repeatType:s,repeatDelay:A,from:a,elapsed:u,...c}){return!!Object.keys(c).length}const Vi=(e,t,n,i={},o,r)=>s=>{const A=vi(i,e)||{},a=A.delay||i.delay||0;let{elapsed:u=0}=i;u=u-Ke(a);let c={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:t.getVelocity(),...A,delay:-u,onUpdate:p=>{t.set(p),A.onUpdate&&A.onUpdate(p)},onComplete:()=>{s(),A.onComplete&&A.onComplete()},name:e,motionValue:t,element:r?void 0:o};Il(A)||(c={...c,...Tl(e,c)}),c.duration&&(c.duration=Ke(c.duration)),c.repeatDelay&&(c.repeatDelay=Ke(c.repeatDelay)),c.from!==void 0&&(c.keyframes[0]=c.from);let d=!1;if((c.type===!1||c.duration===0&&!c.repeatDelay)&&(c.duration=0,c.delay===0&&(d=!0)),d&&!r&&t.get()!==void 0){const p=In(c.keyframes,A);if(p!==void 0)return J.update(()=>{c.onUpdate(p),c.onComplete()}),new M2([])}return!r&&hs.supports(c)?new hs(c):new Oi(c)};function ps(e,t,n){const i=pe(e)?e:Zt(e);return i.start(Vi("",i,t,n)),i.animation}const Yi=e=>e.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),Ql="data-"+Yi("framerAppearId");function fs(e){return e.props[Ql]}const{schedule:Ll}=i2(queueMicrotask,!1);function gs(e){return e instanceof SVGElement&&e.tagName!=="svg"}const kl=(e,t)=>e.depth-t.depth;class Nl{constructor(){this.children=[],this.isDirty=!1}add(t){yi(this.children,t),this.isDirty=!0}remove(t){Cn(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(kl),this.isDirty=!1,this.children.forEach(t)}}function zl(e,t){const n=Oe.now(),i=({timestamp:o})=>{const r=o-n;r>=t&&(Ze(i),e(r-t))};return J.read(i,!0),()=>Ze(i)}const Sl=e=>Array.isArray(e),Rl=e=>!!(e&&typeof e=="object"&&e.mix&&e.toValue),jl=e=>Sl(e)?e[e.length-1]||0:e;function Ui(e){const t=pe(e)?e.get():e;return Rl(t)?t.toValue():t}const ms=["TopLeft","TopRight","BottomLeft","BottomRight"],Fl=ms.length,vs=e=>typeof e=="string"?parseFloat(e):e,ys=e=>typeof e=="number"||j.test(e);function Ol(e,t,n,i,o,r){o?(e.opacity=ie(0,n.opacity!==void 0?n.opacity:1,Vl(i)),e.opacityExit=ie(t.opacity!==void 0?t.opacity:1,0,Yl(i))):r&&(e.opacity=ie(t.opacity!==void 0?t.opacity:1,n.opacity!==void 0?n.opacity:1,i));for(let s=0;s<Fl;s++){const A=`border${ms[s]}Radius`;let a=Es(t,A),u=Es(n,A);if(a===void 0&&u===void 0)continue;a||(a=0),u||(u=0),a===0||u===0||ys(a)===ys(u)?(e[A]=Math.max(ie(vs(a),vs(u),i),0),(Je.test(u)||Je.test(a))&&(e[A]+="%")):e[A]=u}(t.rotate||n.rotate)&&(e.rotate=ie(t.rotate||0,n.rotate||0,i))}function Es(e,t){return e[t]!==void 0?e[t]:e.borderRadius}const Vl=Bs(0,.5,z2),Yl=Bs(.5,.95,me);function Bs(e,t,n){return i=>i<e?0:i>t?1:n(Jt(e,t,i))}function ws(e,t){e.min=t.min,e.max=t.max}function Te(e,t){ws(e.x,t.x),ws(e.y,t.y)}function Ms(e,t){e.translate=t.translate,e.scale=t.scale,e.originPoint=t.originPoint,e.origin=t.origin}function Pi(e){return e===void 0||e===1}function Hi({scale:e,scaleX:t,scaleY:n}){return!Pi(e)||!Pi(t)||!Pi(n)}function ht(e){return Hi(e)||bs(e)||e.z||e.rotate||e.rotateX||e.rotateY||e.skewX||e.skewY}function bs(e){return xs(e.x)||xs(e.y)}function xs(e){return e&&e!=="0%"}function zn(e,t,n){const i=e-n,o=t*i;return n+o}function Cs(e,t,n,i,o){return o!==void 0&&(e=zn(e,o,i)),zn(e,n,i)+t}function Gi(e,t=0,n=1,i,o){e.min=Cs(e.min,t,n,i,o),e.max=Cs(e.max,t,n,i,o)}function Ds(e,{x:t,y:n}){Gi(e.x,t.translate,t.scale,t.originPoint),Gi(e.y,n.translate,n.scale,n.originPoint)}const Ts=.999999999999,Is=1.0000000000001;function Ul(e,t,n,i=!1){const o=n.length;if(!o)return;t.x=t.y=1;let r,s;for(let A=0;A<o;A++){r=n[A],s=r.projectionDelta;const{visualElement:a}=r.options;a&&a.props.style&&a.props.style.display==="contents"||(i&&r.options.layoutScroll&&r.scroll&&r!==r.root&&Dt(e,{x:-r.scroll.offset.x,y:-r.scroll.offset.y}),s&&(t.x*=s.x.scale,t.y*=s.y.scale,Ds(e,s)),i&&ht(r.latestValues)&&Dt(e,r.latestValues))}t.x<Is&&t.x>Ts&&(t.x=1),t.y<Is&&t.y>Ts&&(t.y=1)}function Sn(e,t){e.min=e.min+t,e.max=e.max+t}function Qs(e,t,n,i,o=.5){const r=ie(e.min,e.max,o);Gi(e,t,n,r,i)}function Dt(e,t){Qs(e.x,t.x,t.scaleX,t.scale,t.originX),Qs(e.y,t.y,t.scaleY,t.scale,t.originY)}const Ls=1e-4,Pl=1-Ls,Hl=1+Ls,ks=.01,Gl=0-ks,Wl=0+ks;function Ie(e){return e.max-e.min}function Zl(e,t,n){return Math.abs(e-t)<=n}function Ns(e,t,n,i=.5){e.origin=i,e.originPoint=ie(t.min,t.max,e.origin),e.scale=Ie(n)/Ie(t),e.translate=ie(n.min,n.max,e.origin)-e.originPoint,(e.scale>=Pl&&e.scale<=Hl||isNaN(e.scale))&&(e.scale=1),(e.translate>=Gl&&e.translate<=Wl||isNaN(e.translate))&&(e.translate=0)}function qt(e,t,n,i){Ns(e.x,t.x,n.x,i?i.originX:void 0),Ns(e.y,t.y,n.y,i?i.originY:void 0)}function zs(e,t,n){e.min=n.min+t.min,e.max=e.min+Ie(t)}function Jl(e,t,n){zs(e.x,t.x,n.x),zs(e.y,t.y,n.y)}function Ss(e,t,n){e.min=t.min-n.min,e.max=e.min+Ie(t)}function _t(e,t,n){Ss(e.x,t.x,n.x),Ss(e.y,t.y,n.y)}function Rs(e,t,n,i,o){return e-=t,e=zn(e,1/n,i),o!==void 0&&(e=zn(e,1/o,i)),e}function Kl(e,t=0,n=1,i=.5,o,r=e,s=e){if(Je.test(t)&&(t=parseFloat(t),t=ie(s.min,s.max,t/100)-s.min),typeof t!="number")return;let A=ie(r.min,r.max,i);e===r&&(A-=t),e.min=Rs(e.min,t,n,A,o),e.max=Rs(e.max,t,n,A,o)}function js(e,t,[n,i,o],r,s){Kl(e,t[n],t[i],t[o],t.scale,r,s)}const Xl=["x","scaleX","originX"],ql=["y","scaleY","originY"];function Fs(e,t,n,i){js(e.x,t,Xl,n?n.x:void 0,i?i.x:void 0),js(e.y,t,ql,n?n.y:void 0,i?i.y:void 0)}const Os=()=>({translate:0,scale:1,origin:0,originPoint:0}),Tt=()=>({x:Os(),y:Os()}),Vs=()=>({min:0,max:0}),te=()=>({x:Vs(),y:Vs()});function Ys(e){return e.translate===0&&e.scale===1}function Us(e){return Ys(e.x)&&Ys(e.y)}function Ps(e,t){return e.min===t.min&&e.max===t.max}function _l(e,t){return Ps(e.x,t.x)&&Ps(e.y,t.y)}function Hs(e,t){return Math.round(e.min)===Math.round(t.min)&&Math.round(e.max)===Math.round(t.max)}function Gs(e,t){return Hs(e.x,t.x)&&Hs(e.y,t.y)}function Ws(e){return Ie(e.x)/Ie(e.y)}function Zs(e,t){return e.translate===t.translate&&e.scale===t.scale&&e.originPoint===t.originPoint}class $l{constructor(){this.members=[]}add(t){yi(this.members,t),t.scheduleRender()}remove(t){if(Cn(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){const n=this.members[this.members.length-1];n&&this.promote(n)}}relegate(t){const n=this.members.findIndex(o=>t===o);if(n===0)return!1;let i;for(let o=n;o>=0;o--){const r=this.members[o];if(r.isPresent!==!1){i=r;break}}return i?(this.promote(i),!0):!1}promote(t,n){const i=this.lead;if(t!==i&&(this.prevLead=i,this.lead=t,t.show(),i)){i.instance&&i.scheduleRender(),t.scheduleRender(),t.resumeFrom=i,n&&(t.resumeFrom.preserveOpacity=!0),i.snapshot&&(t.snapshot=i.snapshot,t.snapshot.latestValues=i.animationValues||i.latestValues),t.root&&t.root.isUpdating&&(t.isLayoutDirty=!0);const{crossfade:o}=t.options;o===!1&&i.hide()}}exitAnimationComplete(){this.members.forEach(t=>{const{options:n,resumingFrom:i}=t;n.onExitComplete&&n.onExitComplete(),i&&i.options.onExitComplete&&i.options.onExitComplete()})}scheduleRender(){this.members.forEach(t=>{t.instance&&t.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function ec(e,t,n){let i="";const o=e.x.translate/t.x,r=e.y.translate/t.y,s=(n==null?void 0:n.z)||0;if((o||r||s)&&(i=`translate3d(${o}px, ${r}px, ${s}px) `),(t.x!==1||t.y!==1)&&(i+=`scale(${1/t.x}, ${1/t.y}) `),n){const{transformPerspective:u,rotate:c,rotateX:d,rotateY:p,skewX:h,skewY:v}=n;u&&(i=`perspective(${u}px) ${i}`),c&&(i+=`rotate(${c}deg) `),d&&(i+=`rotateX(${d}deg) `),p&&(i+=`rotateY(${p}deg) `),h&&(i+=`skewX(${h}deg) `),v&&(i+=`skewY(${v}deg) `)}const A=e.x.scale*t.x,a=e.y.scale*t.y;return(A!==1||a!==1)&&(i+=`scale(${A}, ${a})`),i||"none"}function Js(e){return[e("x"),e("y")]}const Wi=["","X","Y","Z"],tc={visibility:"hidden"},Ks=1e3;let nc=0;function Zi(e,t,n,i){const{latestValues:o}=t;o[e]&&(n[e]=o[e],t.setStaticValue(e,0),i&&(i[e]=0))}function Xs(e){if(e.hasCheckedOptimisedAppear=!0,e.root===e)return;const{visualElement:t}=e.options;if(!t)return;const n=fs(t);if(window.MotionHasOptimisedAnimation(n,"transform")){const{layout:o,layoutId:r}=e.options;window.MotionCancelOptimisedAnimation(n,"transform",J,!(o||r))}const{parent:i}=e;i&&!i.hasCheckedOptimisedAppear&&Xs(i)}function qs({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:i,resetTransform:o}){return class{constructor(s={},A=t==null?void 0:t()){this.id=nc++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,this.nodes.forEach(sc),this.nodes.forEach(cc),this.nodes.forEach(uc),this.nodes.forEach(rc)},this.resolvedRelativeTargetAt=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=s,this.root=A?A.root||A:this,this.path=A?[...A.path,A]:[],this.parent=A,this.depth=A?A.depth+1:0;for(let a=0;a<this.path.length;a++)this.path[a].shouldResetTransform=!0;this.root===this&&(this.nodes=new Nl)}addEventListener(s,A){return this.eventHandlers.has(s)||this.eventHandlers.set(s,new Ei),this.eventHandlers.get(s).add(A)}notifyListeners(s,...A){const a=this.eventHandlers.get(s);a&&a.notify(...A)}hasListeners(s){return this.eventHandlers.has(s)}mount(s,A=this.root.hasTreeAnimated){if(this.instance)return;this.isSVG=gs(s),this.instance=s;const{layoutId:a,layout:u,visualElement:c}=this.options;if(c&&!c.current&&c.mount(s),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),A&&(u||a)&&(this.isLayoutDirty=!0),e){let d;const p=()=>this.root.updateBlockedByResize=!1;e(s,()=>{this.root.updateBlockedByResize=!0,d&&d(),d=zl(p,250),Mn.hasAnimatedSinceResize&&(Mn.hasAnimatedSinceResize=!1,this.nodes.forEach($s))})}a&&this.root.registerSharedNode(a,this),this.options.animate!==!1&&c&&(a||u)&&this.addEventListener("didUpdate",({delta:d,hasLayoutChanged:p,hasRelativeLayoutChanged:h,layout:v})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}const g=this.options.transition||c.getDefaultTransition()||gc,{onLayoutAnimationStart:B,onLayoutAnimationComplete:w}=c.getProps(),x=!this.targetLayout||!Gs(this.targetLayout,v),b=!p&&h;if(this.options.layoutRoot||this.resumeFrom||b||p&&(x||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(d,b);const f={...vi(g,"layout"),onPlay:B,onComplete:w};(c.shouldReduceMotion||this.options.layoutRoot)&&(f.delay=0,f.type=!1),this.startAnimation(f)}else p||$s(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=v})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const s=this.getStack();s&&s.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,Ze(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(dc),this.animationId++)}getTransformTemplate(){const{visualElement:s}=this.options;return s&&s.getProps().transformTemplate}willUpdate(s=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&Xs(this),!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let c=0;c<this.path.length;c++){const d=this.path[c];d.shouldResetTransform=!0,d.updateScroll("snapshot"),d.options.layoutRoot&&d.willUpdate(!1)}const{layoutId:A,layout:a}=this.options;if(A===void 0&&!a)return;const u=this.getTransformTemplate();this.prevTransformTemplateValue=u?u(this.latestValues,""):void 0,this.updateSnapshot(),s&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){this.unblockUpdate(),this.clearAllSnapshots(),this.nodes.forEach(_s);return}this.isUpdating||this.nodes.forEach(Ac),this.isUpdating=!1,this.nodes.forEach(lc),this.nodes.forEach(ic),this.nodes.forEach(oc),this.clearAllSnapshots();const A=Oe.now();le.delta=et(0,1e3/60,A-le.timestamp),le.timestamp=A,le.isProcessing=!0,ci.update.process(le),ci.preRender.process(le),ci.render.process(le),le.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,Ll.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(ac),this.sharedNodes.forEach(hc)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,J.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){J.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){this.snapshot||!this.instance||(this.snapshot=this.measure(),this.snapshot&&!Ie(this.snapshot.measuredBox.x)&&!Ie(this.snapshot.measuredBox.y)&&(this.snapshot=void 0))}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let a=0;a<this.path.length;a++)this.path[a].updateScroll();const s=this.layout;this.layout=this.measure(!1),this.layoutCorrected=te(),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:A}=this.options;A&&A.notify("LayoutMeasure",this.layout.layoutBox,s?s.layoutBox:void 0)}updateScroll(s="measure"){let A=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===s&&(A=!1),A){const a=i(this.instance);this.scroll={animationId:this.root.animationId,phase:s,isRoot:a,offset:n(this.instance),wasRoot:this.scroll?this.scroll.isRoot:a}}}resetTransform(){if(!o)return;const s=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,A=this.projectionDelta&&!Us(this.projectionDelta),a=this.getTransformTemplate(),u=a?a(this.latestValues,""):void 0,c=u!==this.prevTransformTemplateValue;s&&(A||ht(this.latestValues)||c)&&(o(this.instance,u),this.shouldResetTransform=!1,this.scheduleRender())}measure(s=!0){const A=this.measurePageBox();let a=this.removeElementScroll(A);return s&&(a=this.removeTransform(a)),mc(a),{animationId:this.root.animationId,measuredBox:A,layoutBox:a,latestValues:{},source:this.id}}measurePageBox(){var s;const{visualElement:A}=this.options;if(!A)return te();const a=A.measureViewportBox();if(!(((s=this.scroll)===null||s===void 0?void 0:s.wasRoot)||this.path.some(vc))){const{scroll:c}=this.root;c&&(Sn(a.x,c.offset.x),Sn(a.y,c.offset.y))}return a}removeElementScroll(s){var A;const a=te();if(Te(a,s),!((A=this.scroll)===null||A===void 0)&&A.wasRoot)return a;for(let u=0;u<this.path.length;u++){const c=this.path[u],{scroll:d,options:p}=c;c!==this.root&&d&&p.layoutScroll&&(d.wasRoot&&Te(a,s),Sn(a.x,d.offset.x),Sn(a.y,d.offset.y))}return a}applyTransform(s,A=!1){const a=te();Te(a,s);for(let u=0;u<this.path.length;u++){const c=this.path[u];!A&&c.options.layoutScroll&&c.scroll&&c!==c.root&&Dt(a,{x:-c.scroll.offset.x,y:-c.scroll.offset.y}),ht(c.latestValues)&&Dt(a,c.latestValues)}return ht(this.latestValues)&&Dt(a,this.latestValues),a}removeTransform(s){const A=te();Te(A,s);for(let a=0;a<this.path.length;a++){const u=this.path[a];if(!u.instance||!ht(u.latestValues))continue;Hi(u.latestValues)&&u.updateSnapshot();const c=te(),d=u.measurePageBox();Te(c,d),Fs(A,u.latestValues,u.snapshot?u.snapshot.layoutBox:void 0,c)}return ht(this.latestValues)&&Fs(A,this.latestValues),A}setTargetDelta(s){this.targetDelta=s,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(s){this.options={...this.options,...s,crossfade:s.crossfade!==void 0?s.crossfade:!0}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==le.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(s=!1){var A;const a=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=a.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=a.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=a.isSharedProjectionDirty);const u=!!this.resumingFrom||this!==a;if(!(s||u&&this.isSharedProjectionDirty||this.isProjectionDirty||!((A=this.parent)===null||A===void 0)&&A.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;const{layout:d,layoutId:p}=this.options;if(!(!this.layout||!(d||p))){if(this.resolvedRelativeTargetAt=le.timestamp,!this.targetDelta&&!this.relativeTarget){const h=this.getClosestProjectingParent();h&&h.layout&&this.animationProgress!==1?(this.relativeParent=h,this.forceRelativeParentToResolveTarget(),this.relativeTarget=te(),this.relativeTargetOrigin=te(),_t(this.relativeTargetOrigin,this.layout.layoutBox,h.layout.layoutBox),Te(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(!(!this.relativeTarget&&!this.targetDelta)&&(this.target||(this.target=te(),this.targetWithTransforms=te()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),Jl(this.target,this.relativeTarget,this.relativeParent.target)):this.targetDelta?(this.resumingFrom?this.target=this.applyTransform(this.layout.layoutBox):Te(this.target,this.layout.layoutBox),Ds(this.target,this.targetDelta)):Te(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget)){this.attemptToResolveRelativeTarget=!1;const h=this.getClosestProjectingParent();h&&!!h.resumingFrom==!!this.resumingFrom&&!h.options.layoutScroll&&h.target&&this.animationProgress!==1?(this.relativeParent=h,this.forceRelativeParentToResolveTarget(),this.relativeTarget=te(),this.relativeTargetOrigin=te(),_t(this.relativeTargetOrigin,this.target,h.target),Te(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}}}getClosestProjectingParent(){if(!(!this.parent||Hi(this.parent.latestValues)||bs(this.parent.latestValues)))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var s;const A=this.getLead(),a=!!this.resumingFrom||this!==A;let u=!0;if((this.isProjectionDirty||!((s=this.parent)===null||s===void 0)&&s.isProjectionDirty)&&(u=!1),a&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(u=!1),this.resolvedRelativeTargetAt===le.timestamp&&(u=!1),u)return;const{layout:c,layoutId:d}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(c||d))return;Te(this.layoutCorrected,this.layout.layoutBox);const p=this.treeScale.x,h=this.treeScale.y;Ul(this.layoutCorrected,this.treeScale,this.path,a),A.layout&&!A.target&&(this.treeScale.x!==1||this.treeScale.y!==1)&&(A.target=A.layout.layoutBox,A.targetWithTransforms=te());const{target:v}=A;if(!v){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}!this.projectionDelta||!this.prevProjectionDelta?this.createProjectionDeltas():(Ms(this.prevProjectionDelta.x,this.projectionDelta.x),Ms(this.prevProjectionDelta.y,this.projectionDelta.y)),qt(this.projectionDelta,this.layoutCorrected,v,this.latestValues),(this.treeScale.x!==p||this.treeScale.y!==h||!Zs(this.projectionDelta.x,this.prevProjectionDelta.x)||!Zs(this.projectionDelta.y,this.prevProjectionDelta.y))&&(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",v))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(s=!0){var A;if((A=this.options.visualElement)===null||A===void 0||A.scheduleRender(),s){const a=this.getStack();a&&a.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=Tt(),this.projectionDelta=Tt(),this.projectionDeltaWithTransform=Tt()}setAnimationOrigin(s,A=!1){const a=this.snapshot,u=a?a.latestValues:{},c={...this.latestValues},d=Tt();(!this.relativeParent||!this.relativeParent.options.layoutRoot)&&(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!A;const p=te(),h=a?a.source:void 0,v=this.layout?this.layout.source:void 0,g=h!==v,B=this.getStack(),w=!B||B.members.length<=1,x=!!(g&&!w&&this.options.crossfade===!0&&!this.path.some(fc));this.animationProgress=0;let b;this.mixTargetDelta=f=>{const C=f/1e3;e0(d.x,s.x,C),e0(d.y,s.y,C),this.setTargetDelta(d),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(_t(p,this.layout.layoutBox,this.relativeParent.layout.layoutBox),pc(this.relativeTarget,this.relativeTargetOrigin,p,C),b&&_l(this.relativeTarget,b)&&(this.isProjectionDirty=!1),b||(b=te()),Te(b,this.relativeTarget)),g&&(this.animationValues=c,Ol(c,u,this.latestValues,C,x,w)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=C},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(s){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(Ze(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=J.update(()=>{Mn.hasAnimatedSinceResize=!0,this.currentAnimation=ps(0,Ks,{...s,onUpdate:A=>{this.mixTargetDelta(A),s.onUpdate&&s.onUpdate(A)},onStop:()=>{},onComplete:()=>{s.onComplete&&s.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const s=this.getStack();s&&s.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(Ks),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const s=this.getLead();let{targetWithTransforms:A,target:a,layout:u,latestValues:c}=s;if(!(!A||!a||!u)){if(this!==s&&this.layout&&u&&s0(this.options.animationType,this.layout.layoutBox,u.layoutBox)){a=this.target||te();const d=Ie(this.layout.layoutBox.x);a.x.min=s.target.x.min,a.x.max=a.x.min+d;const p=Ie(this.layout.layoutBox.y);a.y.min=s.target.y.min,a.y.max=a.y.min+p}Te(A,a),Dt(A,c),qt(this.projectionDeltaWithTransform,this.layoutCorrected,A,c)}}registerSharedNode(s,A){this.sharedNodes.has(s)||this.sharedNodes.set(s,new $l),this.sharedNodes.get(s).add(A);const u=A.options.initialPromotionConfig;A.promote({transition:u?u.transition:void 0,preserveFollowOpacity:u&&u.shouldPreserveFollowOpacity?u.shouldPreserveFollowOpacity(A):void 0})}isLead(){const s=this.getStack();return s?s.lead===this:!0}getLead(){var s;const{layoutId:A}=this.options;return A?((s=this.getStack())===null||s===void 0?void 0:s.lead)||this:this}getPrevLead(){var s;const{layoutId:A}=this.options;return A?(s=this.getStack())===null||s===void 0?void 0:s.prevLead:void 0}getStack(){const{layoutId:s}=this.options;if(s)return this.root.sharedNodes.get(s)}promote({needsReset:s,transition:A,preserveFollowOpacity:a}={}){const u=this.getStack();u&&u.promote(this,a),s&&(this.projectionDelta=void 0,this.needsReset=!0),A&&this.setOptions({transition:A})}relegate(){const s=this.getStack();return s?s.relegate(this):!1}resetSkewAndRotation(){const{visualElement:s}=this.options;if(!s)return;let A=!1;const{latestValues:a}=s;if((a.z||a.rotate||a.rotateX||a.rotateY||a.rotateZ||a.skewX||a.skewY)&&(A=!0),!A)return;const u={};a.z&&Zi("z",s,u,this.animationValues);for(let c=0;c<Wi.length;c++)Zi(`rotate${Wi[c]}`,s,u,this.animationValues),Zi(`skew${Wi[c]}`,s,u,this.animationValues);s.render();for(const c in u)s.setStaticValue(c,u[c]),this.animationValues&&(this.animationValues[c]=u[c]);s.scheduleRender()}getProjectionStyles(s){var A,a;if(!this.instance||this.isSVG)return;if(!this.isVisible)return tc;const u={visibility:""},c=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,u.opacity="",u.pointerEvents=Ui(s==null?void 0:s.pointerEvents)||"",u.transform=c?c(this.latestValues,""):"none",u;const d=this.getLead();if(!this.projectionDelta||!this.layout||!d.target){const g={};return this.options.layoutId&&(g.opacity=this.latestValues.opacity!==void 0?this.latestValues.opacity:1,g.pointerEvents=Ui(s==null?void 0:s.pointerEvents)||""),this.hasProjected&&!ht(this.latestValues)&&(g.transform=c?c({},""):"none",this.hasProjected=!1),g}const p=d.animationValues||d.latestValues;this.applyTransformsToTarget(),u.transform=ec(this.projectionDeltaWithTransform,this.treeScale,p),c&&(u.transform=c(p,u.transform));const{x:h,y:v}=this.projectionDelta;u.transformOrigin=`${h.origin*100}% ${v.origin*100}% 0`,d.animationValues?u.opacity=d===this?(a=(A=p.opacity)!==null&&A!==void 0?A:this.latestValues.opacity)!==null&&a!==void 0?a:1:this.preserveOpacity?this.latestValues.opacity:p.opacityExit:u.opacity=d===this?p.opacity!==void 0?p.opacity:"":p.opacityExit!==void 0?p.opacityExit:0;for(const g in Ft){if(p[g]===void 0)continue;const{correct:B,applyTo:w,isCSSVariable:x}=Ft[g],b=u.transform==="none"?p[g]:B(p[g],d);if(w){const f=w.length;for(let C=0;C<f;C++)u[w[C]]=b}else x?this.options.visualElement.renderState.vars[g]=b:u[g]=b}return this.options.layoutId&&(u.pointerEvents=d===this?Ui(s==null?void 0:s.pointerEvents)||"":"none"),u}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(s=>{var A;return(A=s.currentAnimation)===null||A===void 0?void 0:A.stop()}),this.root.nodes.forEach(_s),this.root.sharedNodes.clear()}}}function ic(e){e.updateLayout()}function oc(e){var t;const n=((t=e.resumeFrom)===null||t===void 0?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&n&&e.hasListeners("didUpdate")){const{layoutBox:i,measuredBox:o}=e.layout,{animationType:r}=e.options,s=n.source!==e.layout.source;r==="size"?Js(d=>{const p=s?n.measuredBox[d]:n.layoutBox[d],h=Ie(p);p.min=i[d].min,p.max=p.min+h}):s0(r,n.layoutBox,i)&&Js(d=>{const p=s?n.measuredBox[d]:n.layoutBox[d],h=Ie(i[d]);p.max=p.min+h,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[d].max=e.relativeTarget[d].min+h)});const A=Tt();qt(A,i,n.layoutBox);const a=Tt();s?qt(a,e.applyTransform(o,!0),n.measuredBox):qt(a,i,n.layoutBox);const u=!Us(A);let c=!1;if(!e.resumeFrom){const d=e.getClosestProjectingParent();if(d&&!d.resumeFrom){const{snapshot:p,layout:h}=d;if(p&&h){const v=te();_t(v,n.layoutBox,p.layoutBox);const g=te();_t(g,i,h.layoutBox),Gs(v,g)||(c=!0),d.options.layoutRoot&&(e.relativeTarget=g,e.relativeTargetOrigin=v,e.relativeParent=d)}}}e.notifyListeners("didUpdate",{layout:i,snapshot:n,delta:a,layoutDelta:A,hasLayoutChanged:u,hasRelativeLayoutChanged:c})}else if(e.isLead()){const{onExitComplete:i}=e.options;i&&i()}e.options.transition=void 0}function sc(e){e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=!!(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function rc(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function ac(e){e.clearSnapshot()}function _s(e){e.clearMeasurements()}function Ac(e){e.isLayoutDirty=!1}function lc(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function $s(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function cc(e){e.resolveTargetDelta()}function uc(e){e.calcProjection()}function dc(e){e.resetSkewAndRotation()}function hc(e){e.removeLeadSnapshot()}function e0(e,t,n){e.translate=ie(t.translate,0,n),e.scale=ie(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function t0(e,t,n,i){e.min=ie(t.min,n.min,i),e.max=ie(t.max,n.max,i)}function pc(e,t,n,i){t0(e.x,t.x,n.x,i),t0(e.y,t.y,n.y,i)}function fc(e){return e.animationValues&&e.animationValues.opacityExit!==void 0}const gc={duration:.45,ease:[.4,0,.1,1]},n0=e=>typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(e),i0=n0("applewebkit/")&&!n0("chrome/")?Math.round:me;function o0(e){e.min=i0(e.min),e.max=i0(e.max)}function mc(e){o0(e.x),o0(e.y)}function s0(e,t,n){return e==="position"||e==="preserve-aspect"&&!Zl(Ws(t),Ws(n),.2)}function vc(e){var t;return e!==e.root&&((t=e.scroll)===null||t===void 0?void 0:t.wasRoot)}function yc(e,t,n,i={passive:!0}){return e.addEventListener(t,n,i),()=>e.removeEventListener(t,n)}const Ec=qs({attachResizeListener:(e,t)=>yc(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Ji={current:void 0},Bc=qs({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!Ji.current){const e=new Ec({});e.mount(window),e.setOptions({layoutScroll:!0}),Ji.current=e}return Ji.current},resetTransform:(e,t)=>{e.style.transform=t!==void 0?t:"none"},checkIsScrollRoot:e=>window.getComputedStyle(e).position==="fixed"});function r0(e){if(e)return e.options.allowProjection!==!1?e.projection:r0(e.parent)}function $t(e){return typeof e=="object"&&e!==null&&"nodeType"in e}const Ki=new WeakMap,[wc,zu]=vn("AnimatePresenceContext");class Mc extends Fe{constructor(t){super(t),Ko(d2)}initProjection(){const t=this.state.options;this.state.visualElement.projection=new Bc(this.state.visualElement.latestValues,t["data-framer-portal-id"]?void 0:r0(this.state.visualElement.parent)),this.state.visualElement.projection.isPresent=!0,this.setOptions()}beforeMount(){this.initProjection()}setOptions(){const t=this.state.options;this.state.visualElement.projection.setOptions({layout:t.layout,layoutId:t.layoutId,alwaysMeasureLayout:!!t.drag||t.dragConstraints&&$t(t.dragConstraints),visualElement:this.state.visualElement,animationType:typeof t.layout=="string"?t.layout:"both",layoutRoot:t.layoutRoot,layoutScroll:t.layoutScroll,crossfade:t.crossfade,onExitComplete:()=>{var n;if(!((n=this.state.visualElement.projection)!=null&&n.isPresent)){const i=Ki.get(this.state.element);this.state.isSafeToRemove=!0,i&&i({detail:{isExit:!0}},!0)}}})}update(){this.setOptions()}mount(){var t;(t=this.state.visualElement.projection)==null||t.mount(this.state.element)}}class bc extends Fe{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.state.element.matches(":focus-visible")}catch{t=!0}t&&(this.state.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){this.isActive&&(this.state.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Wt(bn(this.state.element,"focus",()=>this.onFocus()),bn(this.state.element,"blur",()=>this.onBlur()))}}const xc={y:!1};function Cc(){return xc.y}function Xi(e,t,n){var i;if(e instanceof EventTarget)return[e];if(typeof e=="string"){let o=document;const r=(i=n==null?void 0:n[e])!==null&&i!==void 0?i:o.querySelectorAll(e);return r?Array.from(r):[]}return Array.from(e)}function a0(e,t){const n=Xi(e),i=new AbortController,o={passive:!0,...t,signal:i.signal};return[n,o,()=>i.abort()]}function A0(e){return!(e.pointerType==="touch"||Cc())}function Dc(e,t,n={}){const[i,o,r]=a0(e,n),s=A=>{if(!A0(A))return;const{target:a}=A,u=t(a,A);if(typeof u!="function"||!a)return;const c=d=>{A0(d)&&(u(d),a.removeEventListener("pointerleave",c))};a.addEventListener("pointerleave",c,o)};return i.forEach(A=>{A.addEventListener("pointerenter",s,o)}),r}function l0(e,t){const n=`${t}PointerCapture`;if(e.target instanceof Element&&n in e.target&&e.pointerId!==void 0)try{e.target[n](e.pointerId)}catch{}}const c0=(e,t)=>t?e===t?!0:c0(e,t.parentElement):!1,Tc=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1,Ic=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function Qc(e){return Ic.has(e.tagName)||e.tabIndex!==-1}const en=new WeakSet;function u0(e){return t=>{t.key==="Enter"&&e(t)}}function qi(e,t){e.dispatchEvent(new PointerEvent("pointer"+t,{isPrimary:!0,bubbles:!0}))}const Lc=(e,t)=>{const n=e.currentTarget;if(!n)return;const i=u0(()=>{if(en.has(n))return;qi(n,"down");const o=u0(()=>{qi(n,"up")}),r=()=>qi(n,"cancel");n.addEventListener("keyup",o,t),n.addEventListener("blur",r,t)});n.addEventListener("keydown",i,t),n.addEventListener("blur",()=>n.removeEventListener("keydown",i),t)};function d0(e){return Tc(e)&&!0}function kc(e,t,n={}){const[i,o,r]=a0(e,n),s=A=>{const a=A.currentTarget;if(!a||!d0(A)||en.has(a))return;en.add(a),l0(A,"set");const u=t(a,A),c=(h,v)=>{a.removeEventListener("pointerup",d),a.removeEventListener("pointercancel",p),l0(h,"release"),!(!d0(h)||!en.has(a))&&(en.delete(a),typeof u=="function"&&u(h,{success:v}))},d=h=>{(h.isTrusted?Nc(h,a instanceof Element?a.getBoundingClientRect():{left:0,top:0,right:window.innerWidth,bottom:window.innerHeight}):!1)?c(h,!1):c(h,!(a instanceof Element)||c0(a,h.target))},p=h=>{c(h,!1)};a.addEventListener("pointerup",d,o),a.addEventListener("pointercancel",p,o),a.addEventListener("lostpointercapture",p,o)};return i.forEach(A=>{A=n.useGlobalTarget?window:A;let a=!1;A instanceof HTMLElement&&(a=!0,!Qc(A)&&A.getAttribute("tabindex")===null&&(A.tabIndex=0)),A.addEventListener("pointerdown",s,o),a&&A.addEventListener("focus",u=>Lc(u,o),o)}),r}function Nc(e,t){return e.clientX<t.left||e.clientX>t.right||e.clientY<t.top||e.clientY>t.bottom}function h0(e){return{point:{x:e.pageX,y:e.pageY}}}function p0(e,t,n){const i=e.options;i.whilePress&&e.setActive("whilePress",n==="Start");const o=`onPress${n==="End"?"":n}`,r=i[o];r&&J.postRender(()=>r(t,h0(t)))}class zc extends Fe{isActive(){return!!this.state.options.press}constructor(t){super(t)}mount(){const t=this.state.element;t&&(this.unmount=kc(t,(n,i)=>(p0(this.state,i,"Start"),(o,{success:r})=>p0(this.state,o,r?"End":"Cancel")),{useGlobalTarget:this.state.options.globalPressTarget}))}}function f0(e,t,n){const i=e.options;i.whileHover&&e.setActive("whileHover",n==="Start");const o=`onHover${n}`,r=i[o];r&&J.postRender(()=>r(t,h0(t)))}class Sc extends Fe{isActive(){return!!this.state.getOptions().whileHover}constructor(t){super(t)}mount(){const t=this.state.element;t&&(this.unmount=Dc(t,(n,i)=>(f0(this.state,i,"Start"),o=>{f0(this.state,o,"End")})))}}const Rc={some:0,all:1};function jc(e,t,{root:n,margin:i,amount:o="some"}={}){const r=Xi(e),s=new WeakMap,A=u=>{u.forEach(c=>{const d=s.get(c.target);if(c.isIntersecting!==!!d)if(c.isIntersecting){const p=t(c.target,c);typeof p=="function"?s.set(c.target,p):a.unobserve(c.target)}else typeof d=="function"&&(d(c),s.delete(c.target))})},a=new IntersectionObserver(A,{root:n,rootMargin:i,threshold:typeof o=="number"?o:Rc[o]});return r.forEach(u=>a.observe(u)),()=>a.disconnect()}function g0(e,t,n){const i=e.options;i.whileInView&&e.setActive("whileInView",n==="Enter");const o=`onViewport${n}`,r=i[o];r&&J.postRender(()=>r(t))}class Fc extends Fe{isActive(){return!!this.state.getOptions().whileInView}constructor(t){super(t)}startObserver(){const t=this.state.element;if(!t)return;this.unmount();const{once:n,...i}=this.state.getOptions().inViewOptions||{};this.unmount=jc(t,(o,r)=>{if(g0(this.state,r,"Enter"),!n)return s=>{g0(this.state,r,"Leave")}},i)}mount(){this.startObserver()}update(){const{props:t,prevProps:n}=this.state.visualElement;["amount","margin","root"].some(Oc(t,n))&&this.startObserver()}}function Oc({inViewOptions:e={}},{inViewOptions:t={}}={}){return n=>e[n]!==t[n]}function m0(e){let t=null;return()=>{const n=()=>{t=null};return t===null?(t=e,n):!1}}const v0=m0("dragHorizontal"),y0=m0("dragVertical");function Vc(e){let t=!1;if(e==="y")t=y0();else if(e==="x")t=v0();else{const n=v0(),i=y0();n&&i?t=()=>{n(),i()}:(n&&n(),i&&i())}return t}function _i(e){return e.max-e.min}function Yc(e,t,n){return n>t?t:n<e?e:n}function Rn(e,t,n){return e+(t-e)*n}function E0(e,t,n){const i=t-e;return i===0?1:(n-e)/i}function Uc(e,{min:t,max:n},i){return t!==void 0&&e<t?e=i?Rn(t,e,i.min):Math.max(e,t):n!==void 0&&e>n&&(e=i?Rn(n,e,i.max):Math.min(e,n)),e}const $i=.35;function Pc(e,{top:t,left:n,bottom:i,right:o}){return{x:B0(e.x,n,o),y:B0(e.y,t,i)}}function B0(e,t,n){return{min:t!==void 0?e.min+t:void 0,max:n!==void 0?e.max+n-(e.max-e.min):void 0}}function Hc(e=$i){return e===!1?e=0:e===!0&&(e=$i),{x:w0(e,"left","right"),y:w0(e,"top","bottom")}}function w0(e,t,n){return{min:M0(e,t),max:M0(e,n)}}function M0(e,t){return typeof e=="number"?e:e[t]||0}function Gc(e,t){const n={};return t.min!==void 0&&(n.min=t.min-e.min),t.max!==void 0&&(n.max=t.max-e.min),n}function Wc(e,t){return{x:b0(e.x,t.x),y:b0(e.y,t.y)}}function b0(e,t){let n=t.min-e.min,i=t.max-e.max;return t.max-t.min<e.max-e.min&&([n,i]=[i,n]),{min:n,max:i}}function Zc(e,t){let n=.5;const i=_i(e),o=_i(t);return o>i?n=E0(t.min,t.max-i,e.min):i>o&&(n=E0(e.min,e.max-o,t.min)),Yc(0,1,n)}const x0=()=>({min:0,max:0});function Jc(){return{x:x0(),y:x0()}}function Ve(e){return[e("x"),e("y")]}function Kc(e){return{test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}}const Xc=Kc("%");function qc(e){return!!(En(e)&&e.add)}function C0(e,t){const n=e.getValue("willChange");if(qc(n))return n.add(t)}function D0({top:e,left:t,right:n,bottom:i}){return{x:{min:t,max:n},y:{min:e,max:i}}}function _c(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),i=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:i.y,right:i.x}}function $c({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}function T0(e,t){e.min=e.min+t,e.max=e.max+t}function e1(e,t){return D0(_c(e.getBoundingClientRect(),t))}function t1(e,t,n){const i=e1(e,n),{scroll:o}=t;return o&&(T0(i.x,o.offset.x),T0(i.y,o.offset.y)),i}function I0(e){return!Ki.has(e.current)}const n1=new WeakMap;class i1{constructor(t){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=Jc(),this.visualElement=t}start(t,{snapToCursor:n=!1}={}){if(!I0(this.visualElement))return;const i=u=>{const{dragSnapToOrigin:c}=this.getProps();c?this.pauseAnimation():this.stopAnimation(),n&&this.snapToCursor(fi(u,"page").point)},o=(u,c)=>{const{drag:d,dragPropagation:p,onDragStart:h}=this.getProps();if(d&&!p&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=Vc(d),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),Ve(g=>{let B=this.getAxisMotionValue(g).get()||0;if(Xc.test(B)){const{projection:w}=this.visualElement;if(w&&w.layout){const x=w.layout.layoutBox[g];x&&(B=_i(x)*(parseFloat(B)/100))}}this.originPoint[g]=B}),h&&J.postRender(()=>h(u,c)),C0(this.visualElement,"transform"),this.visualElement.state.setActive("whileDrag",!0)},r=(u,c)=>{const{dragPropagation:d,dragDirectionLock:p,onDirectionLock:h,onDrag:v}=this.getProps();if(!d&&!this.openGlobalLock)return;const{offset:g}=c;if(p&&this.currentDirection===null){this.currentDirection=o1(g),this.currentDirection!==null&&h&&h(this.currentDirection);return}this.updateAxis("x",c.point,g),this.updateAxis("y",c.point,g),this.visualElement.render(),v&&v(u,c)},s=(u,c)=>this.stop(u,c),A=()=>Ve(u=>{var c;return this.getAnimationState(u)==="paused"&&((c=this.getAxisMotionValue(u).animation)==null?void 0:c.play())}),{dragSnapToOrigin:a}=this.getProps();this.panSession=new f2(t,{onSessionStart:i,onStart:o,onMove:r,onSessionEnd:s,resumeAnimation:A},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:a,contextWindow:v2(this.visualElement)})}stop(t,n){const i=this.isDragging;if(this.cancel(),!i)return;const{velocity:o}=n;this.startAnimation(o);const{onDragEnd:r}=this.getProps();r&&J.postRender(()=>r(t,n))}cancel(){this.isDragging=!1;const{projection:t,animationState:n}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:i}=this.getProps();!i&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),this.visualElement.state.setActive("whileDrag",!1)}updateAxis(t,n,i){const{drag:o}=this.getProps();if(!i||!jn(t,o,this.currentDirection))return;const r=this.getAxisMotionValue(t);let s=this.originPoint[t]+i[t];this.constraints&&this.constraints[t]&&(s=Uc(s,this.constraints[t],this.elastic[t])),r.set(s)}resolveConstraints(){var t;const{dragConstraints:n,dragElastic:i}=this.getProps(),o=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):(t=this.visualElement.projection)==null?void 0:t.layout,r=this.constraints;n&&$t(n)?this.constraints||(this.constraints=this.resolveRefConstraints()):n&&o?this.constraints=Pc(o.layoutBox,n):this.constraints=!1,this.elastic=Hc(i),r!==this.constraints&&o&&this.constraints&&!this.hasMutatedConstraints&&Ve(s=>{this.constraints!==!1&&this.getAxisMotionValue(s)&&(this.constraints[s]=Gc(o.layoutBox[s],this.constraints[s]))})}resolveRefConstraints(){const{dragConstraints:t,onMeasureDragConstraints:n}=this.getProps();if(!t||!$t(t))return!1;const i=t,{projection:o}=this.visualElement;if(!o||!o.layout)return!1;const r=t1(i,o.root,this.visualElement.getTransformPagePoint());let s=Wc(o.layout.layoutBox,r);if(n){const A=n($c(s));this.hasMutatedConstraints=!!A,A&&(s=D0(A))}return s}startAnimation(t){const{drag:n,dragMomentum:i,dragElastic:o,dragTransition:r,dragSnapToOrigin:s,onDragTransitionEnd:A}=this.getProps(),a=this.constraints||{},u=Ve(c=>{if(!jn(c,n,this.currentDirection))return;let d=a&&a[c]||{};s&&(d={min:0,max:0});const p=o?200:1e6,h=o?40:1e7,v={type:"inertia",velocity:i?t[c]:0,bounceStiffness:p,bounceDamping:h,timeConstant:750,restDelta:1,restSpeed:10,...r,...d};return this.startAxisValueAnimation(c,v)});return Promise.all(u).then(A)}startAxisValueAnimation(t,n){const i=this.getAxisMotionValue(t);return C0(this.visualElement,t),i.start(Vi(t,i,0,n,this.visualElement,!1))}stopAnimation(){I0(this.visualElement)&&Ve(t=>this.getAxisMotionValue(t).stop())}pauseAnimation(){Ve(t=>{var n;return(n=this.getAxisMotionValue(t).animation)==null?void 0:n.pause()})}getAnimationState(t){var n;return(n=this.getAxisMotionValue(t).animation)==null?void 0:n.state}getAxisMotionValue(t){const n=`_drag${t.toUpperCase()}`,i=this.visualElement.getProps();return i[n]||this.visualElement.getValue(t,(i.initial?i.initial[t]:void 0)||0)}snapToCursor(t){Ve(n=>{const{drag:i}=this.getProps();if(!jn(n,i,this.currentDirection))return;const{projection:o}=this.visualElement,r=this.getAxisMotionValue(n);if(o&&o.layout){const{min:s,max:A}=o.layout.layoutBox[n];r.set(t[n]-Rn(s,A,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:t,dragConstraints:n}=this.getProps(),{projection:i}=this.visualElement;if(!$t(n)||!i||!this.constraints)return;this.stopAnimation();const o={x:0,y:0};Ve(s=>{const A=this.getAxisMotionValue(s);if(A&&this.constraints!==!1){const a=A.get();o[s]=Zc({min:a,max:a},this.constraints[s])}});const{transformTemplate:r}=this.visualElement.getProps();this.visualElement.current.style.transform=r?r({},""):"none",i.root&&i.root.updateScroll(),i.updateLayout(),this.resolveConstraints(),Ve(s=>{if(!jn(s,t,null))return;const A=this.getAxisMotionValue(s),{min:a,max:u}=this.constraints[s];A.set(Rn(a,u,o[s]))})}addListeners(){if(!this.visualElement.current)return;n1.set(this.visualElement,this);const t=this.visualElement.current,n=Gt(t,"pointerdown",a=>{const{drag:u,dragListener:c=!0}=this.getProps();u&&c&&this.start(a)}),i=()=>{const{dragConstraints:a}=this.getProps();$t(a)&&(this.constraints=this.resolveRefConstraints())},{projection:o}=this.visualElement,r=o.addEventListener("measure",i);o&&!o.layout&&(o.root&&o.root.updateScroll(),o.updateLayout()),J.read(i);const s=bn(window,"resize",()=>this.scalePositionWithinConstraints()),A=o.addEventListener("didUpdate",({delta:a,hasLayoutChanged:u})=>{this.isDragging&&u&&(Ve(c=>{const d=this.getAxisMotionValue(c);d&&(this.originPoint[c]+=a[c].translate,d.set(d.get()+a[c].translate))}),this.visualElement.render())});return()=>{s(),n(),r(),A&&A()}}getProps(){const t=this.visualElement.getProps(),{drag:n=!1,dragDirectionLock:i=!1,dragPropagation:o=!1,dragConstraints:r=!1,dragElastic:s=$i,dragMomentum:A=!0}=t;return{...t,drag:n,dragDirectionLock:i,dragPropagation:o,dragConstraints:r,dragElastic:s,dragMomentum:A}}}function jn(e,t,n){return(t===!0||t===e)&&(n===null||n===e)}function o1(e,t=10){let n=null;return Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x"),n}class s1 extends Fe{constructor(t){super(t),this.removeGroupControls=me,this.removeListeners=me,this.controls=new i1(t.visualElement)}mount(){const{dragControls:t}=this.state.options;t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||me}unmount(){this.removeGroupControls(),this.removeListeners()}}class r1{constructor(t){this.features=[],this.features=[new Sc(t),new zc(t),new Fc(t),new Ga(t),new rA(t),new Mc(t),new pA(t),new s1(t),new bc(t),new fA(t)]}mount(){this.features.forEach(t=>t.mount())}beforeMount(){this.features.forEach(t=>{var n;return(n=t.beforeMount)==null?void 0:n.call(t)})}unmount(){this.features.forEach(t=>t.unmount())}update(){this.features.forEach(t=>{var n;return(n=t.update)==null?void 0:n.call(t)})}beforeUpdate(){this.features.forEach(t=>t.beforeUpdate())}beforeUnmount(){this.features.forEach(t=>t.beforeUnmount())}}function a1({top:e,left:t,right:n,bottom:i}){return{x:{min:t,max:n},y:{min:e,max:i}}}function A1(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),i=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:i.y,right:i.x}}function l1(e,t){return a1(A1(e.getBoundingClientRect(),t))}const Q0={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},eo={};for(const e in Q0)eo[e]={isEnabled:t=>Q0[e].some(n=>!!t[n])};const c1=typeof window<"u",to={current:null},L0={current:!1};function u1(){if(L0.current=!0,!!c1)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>to.current=e.matches;e.addListener(t),t()}else to.current=!1}const d1=[...J2,he,tt],h1=e=>d1.find(Z2(e));function p1(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}function f1(e){return typeof e=="string"||Array.isArray(e)}const g1=["initial",...["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"]];function k0(e){return p1(e.animate)||g1.some(t=>f1(e[t]))}function m1(e){return!!(k0(e)||e.variants)}function v1(e,t,n){for(const i in t){const o=t[i],r=n[i];if(pe(o))e.addValue(i,o);else if(pe(r))e.addValue(i,Zt(o,{owner:e}));else if(r!==o)if(e.hasValue(i)){const s=e.getValue(i);s.liveStyle===!0?s.jump(o):s.hasAnimated||s.set(o)}else{const s=e.getStaticValue(i);e.addValue(i,Zt(s!==void 0?s:o,{owner:e}))}}for(const i in n)t[i]===void 0&&e.removeValue(i);return t}function N0(e){const t=[{},{}];return e==null||e.values.forEach((n,i)=>{t[0][i]=n.get(),t[1][i]=n.getVelocity()}),t}function z0(e,t,n,i){if(typeof t=="function"){const[o,r]=N0(i);t=t(n!==void 0?n:e.custom,o,r)}if(typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"){const[o,r]=N0(i);t=t(n!==void 0?n:e.custom,o,r)}return t}const S0=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class R0{scrapeMotionValuesFromProps(t,n,i){return{}}constructor({parent:t,props:n,presenceContext:i,reducedMotionConfig:o,blockInitialAnimation:r,visualState:s},A={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=Li,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{const h=Oe.now();this.renderScheduledAt<h&&(this.renderScheduledAt=h,J.render(this.render,!1,!0))};const{latestValues:a,renderState:u,onUpdate:c}=s;this.onUpdate=c,this.latestValues=a,this.baseTarget={...a},this.initialValues=n.initial?{...a}:{},this.renderState=u,this.parent=t,this.props=n,this.presenceContext=i,this.depth=t?t.depth+1:0,this.reducedMotionConfig=o,this.options=A,this.blockInitialAnimation=!!r,this.isControllingVariants=k0(n),this.isVariantNode=m1(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:d,...p}=this.scrapeMotionValuesFromProps(n,{},this);for(const h in p){const v=p[h];a[h]!==void 0&&pe(v)&&v.set(a[h],!1)}}mount(t){this.current=t,ct.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((n,i)=>this.bindToMotionValue(i,n)),L0.current||u1(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:to.current,this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){this.projection&&this.projection.unmount(),Ze(this.notifyUpdate),Ze(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const t in this.events)this.events[t].clear();for(const t in this.features){const n=this.features[t];n&&(n.unmount(),n.isMounted=!1)}this.current=null}bindToMotionValue(t,n){this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();const i=xt.has(t);i&&this.onBindTransform&&this.onBindTransform();const o=n.on("change",A=>{this.latestValues[t]=A,this.props.onUpdate&&J.preRender(this.notifyUpdate),i&&this.projection&&(this.projection.isTransformDirty=!0)}),r=n.on("renderRequest",this.scheduleRender);let s;window.MotionCheckAppearSync&&(s=window.MotionCheckAppearSync(this,t,n)),this.valueSubscriptions.set(t,()=>{o(),r(),s&&s(),n.owner&&n.stop()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}updateFeatures(){let t="animation";for(t in eo){const n=eo[t];if(!n)continue;const{isEnabled:i,Feature:o}=n;if(!this.features[t]&&o&&i(this.props)&&(this.features[t]=new o(this)),this.features[t]){const r=this.features[t];r.isMounted?r.update():(r.mount(),r.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):te()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,n){this.latestValues[t]=n}update(t,n){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let i=0;i<S0.length;i++){const o=S0[i];this.propEventSubscriptions[o]&&(this.propEventSubscriptions[o](),delete this.propEventSubscriptions[o]);const r="on"+o,s=t[r];s&&(this.propEventSubscriptions[o]=this.on(o,s))}this.prevMotionValues=v1(this,this.scrapeMotionValuesFromProps(t,this.prevProps,this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue(),this.onUpdate&&this.onUpdate(this)}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(t){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(t),()=>n.variantChildren.delete(t)}addValue(t,n){const i=this.values.get(t);n!==i&&(i&&this.removeValue(t),this.bindToMotionValue(t,n),this.values.set(t,n),this.latestValues[t]=n.get())}removeValue(t){this.values.delete(t);const n=this.valueSubscriptions.get(t);n&&(n(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,n){if(this.props.values&&this.props.values[t])return this.props.values[t];let i=this.values.get(t);return i===void 0&&n!==void 0&&(i=Zt(n===null?void 0:n,{owner:this}),this.addValue(t,i)),i}readValue(t,n){var i;let o=this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:(i=this.getBaseTargetFromProps(this.props,t))!==null&&i!==void 0?i:this.readValueFromInstance(this.current,t,this.options);return o!=null&&(typeof o=="string"&&(G2(o)||R2(o))?o=parseFloat(o):!h1(o)&&tt.test(n)&&(o=O2(t,n)),this.setBaseTarget(t,pe(o)?o.get():o)),pe(o)?o.get():o}setBaseTarget(t,n){this.baseTarget[t]=n}getBaseTarget(t){var n;const{initial:i}=this.props;let o;if(typeof i=="string"||typeof i=="object"){const s=z0(this.props,i,(n=this.presenceContext)===null||n===void 0?void 0:n.custom);s&&(o=s[t])}if(i&&o!==void 0)return o;const r=this.getBaseTargetFromProps(this.props,t);return r!==void 0&&!pe(r)?r:this.initialValues[t]!==void 0&&o===void 0?void 0:this.baseTarget[t]}on(t,n){return this.events[t]||(this.events[t]=new Ei),this.events[t].add(n)}notify(t,...n){this.events[t]&&this.events[t].notify(...n)}}class j0 extends R0{constructor(){super(...arguments),this.KeyframeResolver=X2}sortInstanceNodePosition(t,n){return t.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(t,n){return t.style?t.style[n]:void 0}removeValueFromRenderState(t,{vars:n,style:i}){delete n[t],delete i[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;pe(t)&&(this.childSubscription=t.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}const F0=(e,t)=>t&&typeof e=="number"?t.transform(e):e,y1={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},E1=bt.length;function B1(e,t,n){let i="",o=!0;for(let r=0;r<E1;r++){const s=bt[r],A=e[s];if(A===void 0)continue;let a=!0;if(typeof A=="number"?a=A===(s.startsWith("scale")?1:0):a=parseFloat(A)===0,!a||n){const u=F0(A,Di[s]);if(!a){o=!1;const c=y1[s]||s;i+=`${c}(${u}) `}n&&(t[s]=u)}}return i=i.trim(),n?i=n(t,o?"":i):o&&(i="none"),i}function O0(e,t,n){const{style:i,vars:o,transformOrigin:r}=e;let s=!1,A=!1;for(const a in t){const u=t[a];if(xt.has(a)){s=!0;continue}else if(ai(a)){o[a]=u;continue}else{const c=F0(u,Di[a]);a.startsWith("origin")?(A=!0,r[a]=c):i[a]=c}}if(t.transform||(s||n?i.transform=B1(t,e.transform,n):i.transform&&(i.transform="none")),A){const{originX:a="50%",originY:u="50%",originZ:c=0}=r;i.transformOrigin=`${a} ${u} ${c}`}}function V0(e,{style:t,vars:n},i,o){Object.assign(e.style,t,o&&o.getProjectionStyles(i));for(const r in n)e.style.setProperty(r,n[r])}function w1(e,{layout:t,layoutId:n}){return xt.has(e)||e.startsWith("origin")||(t||n!==void 0)&&(!!Ft[e]||e==="opacity")}function Y0(e,t,n){var i;const{style:o}=e,r={};for(const s in o)(pe(o[s])||t.style&&pe(t.style[s])||w1(s,e)||((i=n==null?void 0:n.getValue(s))===null||i===void 0?void 0:i.liveStyle)!==void 0)&&(r[s]=o[s]);return r}function M1(e){return window.getComputedStyle(e)}class U0 extends j0{constructor(){super(...arguments),this.type="html",this.renderInstance=V0}readValueFromInstance(t,n){if(xt.has(n)){const i=Ti(n);return i&&i.default||0}else{const i=M1(t),o=(ai(n)?i.getPropertyValue(n):i[n])||0;return typeof o=="string"?o.trim():o}}measureInstanceViewportBox(t,{transformPagePoint:n}){return l1(t,n)}build(t,n,i){O0(t,n,i.transformTemplate)}scrapeMotionValuesFromProps(t,n,i){return Y0(t,n,i)}}const b1={offset:"stroke-dashoffset",array:"stroke-dasharray"},x1={offset:"strokeDashoffset",array:"strokeDasharray"};function C1(e,t,n=1,i=0,o=!0){e.pathLength=1;const r=o?b1:x1;e[r.offset]=j.transform(-i);const s=j.transform(t),A=j.transform(n);e[r.array]=`${s} ${A}`}function P0(e,t,n){return typeof e=="string"?e:j.transform(t+n*e)}function D1(e,t,n){const i=P0(t,e.x,e.width),o=P0(n,e.y,e.height);return`${i} ${o}`}function T1(e,{attrX:t,attrY:n,attrScale:i,originX:o,originY:r,pathLength:s,pathSpacing:A=1,pathOffset:a=0,...u},c,d){if(O0(e,u,d),c){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:p,style:h,dimensions:v}=e;p.transform&&(v&&(h.transform=p.transform),delete p.transform),v&&(o!==void 0||r!==void 0||h.transform)&&(h.transformOrigin=D1(v,o!==void 0?o:.5,r!==void 0?r:.5)),t!==void 0&&(p.x=t),n!==void 0&&(p.y=n),i!==void 0&&(p.scale=i),s!==void 0&&C1(p,s,A,a,!1)}const H0=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]),I1=e=>typeof e=="string"&&e.toLowerCase()==="svg";function Q1(e,t){try{t.dimensions=typeof e.getBBox=="function"?e.getBBox():e.getBoundingClientRect()}catch{t.dimensions={x:0,y:0,width:0,height:0}}}function L1(e,t,n,i){V0(e,t,void 0,i);for(const o in t.attrs)e.setAttribute(H0.has(o)?o:Yi(o),t.attrs[o])}function k1(e,t,n){const i=Y0(e,t,n);for(const o in e)if(pe(e[o])||pe(t[o])){const r=bt.indexOf(o)!==-1?"attr"+o.charAt(0).toUpperCase()+o.substring(1):o;i[r]=e[o]}return i}class G0 extends j0{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=te,this.updateDimensions=()=>{this.current&&!this.renderState.dimensions&&Q1(this.current,this.renderState)}}getBaseTargetFromProps(t,n){return t[n]}readValueFromInstance(t,n){if(xt.has(n)){const i=Ti(n);return i&&i.default||0}return n=H0.has(n)?n:Yi(n),t.getAttribute(n)}scrapeMotionValuesFromProps(t,n,i){return k1(t,n,i)}onBindTransform(){this.current&&!this.renderState.dimensions&&J.postRender(this.updateDimensions)}build(t,n,i){T1(t,n,this.isSVGTag,i.transformTemplate)}renderInstance(t,n,i,o){L1(t,n,i,o)}mount(t){this.isSVGTag=I1(t.tagName),super.mount(t)}}function N1(e,t){return xa(e)?new G0(t):new U0(t)}function W0(e,t,n){return new CustomEvent(e,{detail:{target:t,isExit:n}})}function z1(e,t=100,n){const i=n({...e,keyframes:[0,t]}),o=Math.min(ki(i),Qn);return{type:"keyframes",ease:r=>i.next(o*r).value/t,duration:Xe(o)}}const S1=(e,t,n)=>{const i=t-e;return((n-e)%i+i)%i+e};function Z0(e,t){return As(e)?e[S1(0,e.length,t)]:e}function no(e){return typeof e=="object"&&!Array.isArray(e)}function J0(e,t,n,i){return typeof e=="string"&&no(t)?Xi(e,n,i):e instanceof NodeList?Array.from(e):Array.isArray(e)?e:[e]}function R1(e,t,n){return e*(t+1)}function K0(e,t,n,i){var o;return typeof t=="number"?t:t.startsWith("-")||t.startsWith("+")?Math.max(0,e+parseFloat(t)):t==="<"?n:(o=i.get(t))!==null&&o!==void 0?o:e}function j1(e,t,n){for(let i=0;i<e.length;i++){const o=e[i];o.at>t&&o.at<n&&(Cn(e,o),i--)}}function F1(e,t,n,i,o,r){j1(e,o,r);for(let s=0;s<t.length;s++)e.push({value:t[s],at:ie(o,r,i[s]),easing:Z0(n,s)})}function O1(e,t){for(let n=0;n<e.length;n++)e[n]=e[n]/(t+1)}function V1(e,t){return e.at===t.at?e.value===null?1:t.value===null?-1:0:e.at-t.at}const Y1="easeInOut";function U1(e,{defaultTransition:t={},...n}={},i,o){const r=t.duration||.3,s=new Map,A=new Map,a={},u=new Map;let c=0,d=0,p=0;for(let h=0;h<e.length;h++){const v=e[h];if(typeof v=="string"){u.set(v,d);continue}else if(!Array.isArray(v)){u.set(v.name,K0(d,v.at,c,u));continue}let[g,B,w={}]=v;w.at!==void 0&&(d=K0(d,w.at,c,u));let x=0;const b=(f,C,y,m=0,E=0)=>{const M=P1(f),{delay:D=0,times:I=us(M),type:L="keyframes",repeat:N,repeatType:V,repeatDelay:P=0,...R}=C;let{ease:S=t.ease||"easeOut",duration:k}=C;const H=typeof D=="function"?D(m,E):D,K=M.length,q=Dn(L)?L:o==null?void 0:o[L];if(K<=2&&q){let _=100;if(K===2&&W1(M)){const ae=M[1]-M[0];_=Math.abs(ae)}const Ae={...R};k!==void 0&&(Ae.duration=Ke(k));const fe=z1(Ae,_,q);S=fe.ease,k=fe.duration}k??(k=r);const re=d+H;I.length===1&&I[0]===0&&(I[1]=1);const Ee=I.length-M.length;if(Ee>0&&cs(I,Ee),M.length===1&&M.unshift(null),N){k=R1(k,N);const _=[...M],Ae=[...I];S=Array.isArray(S)?[...S]:[S];const fe=[...S];for(let ae=0;ae<N;ae++){M.push(..._);for(let F=0;F<_.length;F++)I.push(Ae[F]+(ae+1)),S.push(F===0?"linear":Z0(fe,F-1))}O1(I,N)}const ce=re+k;F1(y,M,S,I,re,ce),x=Math.max(H+k,x),p=Math.max(ce,p)};if(pe(g)){const f=X0(g,A);b(B,w,q0("default",f))}else{const f=J0(g,B,i,a),C=f.length;for(let y=0;y<C;y++){B=B,w=w;const m=f[y],E=X0(m,A);for(const M in B)b(B[M],H1(w,M),q0(M,E),y,C)}}c=d,d+=x}return A.forEach((h,v)=>{for(const g in h){const B=h[g];B.sort(V1);const w=[],x=[],b=[];for(let C=0;C<B.length;C++){const{at:y,value:m,easing:E}=B[C];w.push(m),x.push(Jt(0,p,y)),b.push(E||"easeOut")}x[0]!==0&&(x.unshift(0),w.unshift(w[0]),b.unshift(Y1)),x[x.length-1]!==1&&(x.push(1),w.push(null)),s.has(v)||s.set(v,{keyframes:{},transition:{}});const f=s.get(v);f.keyframes[g]=w,f.transition[g]={...t,duration:p,ease:b,times:x,...n}}}),s}function X0(e,t){return!t.has(e)&&t.set(e,{}),t.get(e)}function q0(e,t){return t[e]||(t[e]=[]),t[e]}function P1(e){return Array.isArray(e)?e:[e]}function H1(e,t){return e&&e[t]?{...e,...e[t]}:{...e}}const G1=e=>typeof e=="number",W1=e=>e.every(G1);function Z1(e,t,n){const i=e.getProps();return z0(i,t,i.custom,e)}function J1(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,Zt(n))}function K1(e,t){const n=Z1(e,t);let{transitionEnd:i={},transition:o={},...r}=n||{};r={...r,...i};for(const s in r){const A=jl(r[s]);J1(e,s,A)}}function X1(e){return!!(pe(e)&&e.add)}function q1(e,t){const n=e.getValue("willChange");if(X1(n))return n.add(t)}function _1({protectedKeys:e,needsAnimating:t},n){const i=e.hasOwnProperty(n)&&t[n]!==!0;return t[n]=!1,i}function $1(e,t,{delay:n=0,transitionOverride:i,type:o}={}){var r;let{transition:s=e.getDefaultTransition(),transitionEnd:A,...a}=t;i&&(s=i);const u=[],c=o&&e.animationState&&e.animationState.getState()[o];for(const d in a){const p=e.getValue(d,(r=e.latestValues[d])!==null&&r!==void 0?r:null),h=a[d];if(h===void 0||c&&_1(c,d))continue;const v={delay:n,...vi(s||{},d)};let g=!1;if(window.MotionHandoffAnimation){const w=fs(e);if(w){const x=window.MotionHandoffAnimation(w,d,J);x!==null&&(v.startTime=x,g=!0)}}q1(e,d),p.start(Vi(d,p,h,e.shouldReduceMotion&&j2.has(d)?{type:!1}:v,e,g));const B=p.animation;B&&u.push(B)}return A&&Promise.all(u).then(()=>{J.update(()=>{A&&K1(e,A)})}),u}function e4(e,t){return e in t}class t4 extends R0{constructor(){super(...arguments),this.type="object"}readValueFromInstance(t,n){if(e4(n,t)){const i=t[n];if(typeof i=="string"||typeof i=="number")return i}}getBaseTargetFromProps(){}removeValueFromRenderState(t,n){delete n.output[t]}measureInstanceViewportBox(){return te()}build(t,n){Object.assign(t.output,n)}renderInstance(t,{output:n}){Object.assign(t,n)}sortInstanceNodePosition(){return 0}}function n4(e){const t={presenceContext:null,props:{},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{}}},n=gs(e)?new G0(t):new U0(t);n.mount(e),ct.set(e,n)}function i4(e){const t={presenceContext:null,props:{},visualState:{renderState:{output:{}},latestValues:{}}},n=new t4(t);n.mount(e),ct.set(e,n)}function o4(e,t){return pe(e)||typeof e=="number"||typeof e=="string"&&!no(t)}function _0(e,t,n,i){const o=[];if(o4(e,t))o.push(ps(e,no(t)&&t.default||t,n&&(n.default||n)));else{const r=J0(e,t,i),s=r.length;for(let A=0;A<s;A++){const a=r[A],u=a instanceof Element?n4:i4;ct.has(a)||u(a);const c=ct.get(a),d={...n};"delay"in d&&typeof d.delay=="function"&&(d.delay=d.delay(A,s)),o.push(...$1(c,{...t,transition:d},{}))}}return o}function s4(e,t,n){const i=[];return U1(e,t,n,{spring:Fi}).forEach(({keyframes:r,transition:s},A)=>{i.push(..._0(A,r,s))}),i}function r4(e){return Array.isArray(e)&&e.some(Array.isArray)}function a4(e){function t(n,i,o){let r=[];return r4(n)?r=s4(n,i,e):r=_0(n,i,o,e),new M2(r)}return t}const A4=a4(),l4=["initial","animate","whileInView","whileHover","whilePress","whileDrag","whileFocus","exit"];function c4({controlActiveState:e=void 0,controlDelay:t=0,directAnimate:n,directTransition:i,isFallback:o=!1,isExit:r=!1}={}){const s=this.target;this.target={...this.baseTarget};let A={};const a={...this.options.transition};n?A=u4.call(this,n,i,A):A=d4.call(this,e,a);const u=h4.call(this,s,A,t),{getChildAnimations:c,childAnimations:d}=p4.call(this,a,this.activeStates,o);return f4.call(this,{factories:u,getChildAnimations:c,childAnimations:d,transition:a,controlActiveState:e,isExit:r})}function u4(e,t){const n=Ot(e,this.options.variants,this.options.custom);if(!n)return{};const i={...this.options.transition,...t||n.transition},o={};return Object.entries(n).forEach(([r,s])=>{r!=="transition"&&(this.target[r]=s,o[r]=Xo(i,r))}),o}function d4(e,t){e&&(this.activeStates={...this.activeStates,...e});const n={};let i={},o={};return l4.forEach(r=>{if(!this.activeStates[r]||E2(this.options[r]))return;const s=this.options[r];let A=Da(s)?Ot(s,this.options.variants,this.options.custom):void 0;if(this.visualElement.isVariantNode){const a=Ot(this.context[r],this.options.variants,this.options.custom);A=a?Object.assign(a||{},A):o}A&&(r!=="initial"&&(i=A.transition||this.options.transition),o=Object.assign(o,A))}),Object.assign(t,i),Object.entries(o).forEach(([r,s])=>{r!=="transition"&&(this.target[r]=s,n[r]=Xo(t,r))}),n}function h4(e,t,n){const i=[];return Object.keys(this.target).forEach(o=>{var r;if(!ya(e[o],this.target[o]))return;(r=this.baseTarget)[o]??(r[o]=ja.get(this.element,o));const s=this.target[o]==="none"?Ra[o]:this.target[o],A=t[o];i.push(()=>A4(this.element,{[o]:s},{...A,delay:((A==null?void 0:A.delay)||0)+n}))}),i}function p4(e,t,n){var i;if(!((i=this.visualElement.variantChildren)!=null&&i.size)||!t)return{getChildAnimations:()=>Promise.resolve(),childAnimations:[]};const{staggerChildren:o=0,staggerDirection:r=1,delayChildren:s=0}=e||{},A=(this.visualElement.variantChildren.size-1)*o,a=r===1?(c=0)=>c*o:(c=0)=>A-c*o,u=Array.from(this.visualElement.variantChildren).map((c,d)=>{const p=s+a(d);return c.state.animateUpdates({controlActiveState:t,controlDelay:n?0:p})}).filter(Boolean);return{getChildAnimations:()=>Promise.all(u.map(c=>c==null?void 0:c())),childAnimations:u}}function f4({factories:e,getChildAnimations:t,childAnimations:n,transition:i,controlActiveState:o,isExit:r=!1}){const s=()=>Promise.all(e.map(d=>d()).filter(Boolean)),A={...this.target},a=this.element,u=d=>{a.dispatchEvent(W0("motionstart",A)),d.then(()=>{a.dispatchEvent(W0("motioncomplete",A,r))}).catch(me)},c=()=>{const d=i!=null&&i.when?(i.when==="beforeChildren"?s():t()).then(()=>i.when==="beforeChildren"?t():s()):Promise.all([s(),t()]);return u(d),d};return o?c:c()}function g4(e){return typeof e=="string"||e===!1||Array.isArray(e)}const $0=new WeakMap;let m4=0;const io=new Set;class v4{constructor(t,n){var i;this.element=null,this.isSafeToRemove=!1,this.isVShow=!1,this.children=new Set,this.activeStates={initial:!0,animate:!0},this.currentProcess=null,this._context=null,this.animateUpdates=c4,this.id=`motion-state-${m4++}`,this.options=t,this.parent=n,(i=n==null?void 0:n.children)==null||i.add(this),this.depth=(n==null?void 0:n.depth)+1||0;const o=this.context.initial===!1?["initial","animate"]:["initial"];this.initTarget(o),this.visualElement=N1(this.options.as,{presenceContext:null,parent:n==null?void 0:n.visualElement,props:{...this.options,whileHover:this.options.whileHover,whileTap:this.options.whilePress,whileInView:this.options.whileInView},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{...this.baseTarget}},reducedMotionConfig:t.motionConfig.reduceMotion}),this.featureManager=new r1(this)}get context(){if(!this._context){const t={get:(n,i)=>{var o;return g4(this.options[i])?this.options[i]:(o=this.parent)==null?void 0:o.context[i]}};this._context=new Proxy({},t)}return this._context}initTarget(t){this.baseTarget=t.reduce((n,i)=>({...n,...Ot(this.options[i]||this.context[i],this.options.variants)}),{}),this.target={}}updateOptions(){this.visualElement.update({...this.options,whileHover:this.options.hover,whileTap:this.options.press,whileInView:this.options.inView,reducedMotionConfig:this.options.motionConfig.reduceMotion},{isPresent:!Ki.has(this.element)})}beforeMount(){this.featureManager.beforeMount()}mount(t,n,i=!1){this.element=t,this.options=n,$0.set(t,this),ct.get(t)||(this.visualElement.mount(t),ct.set(t,this.visualElement)),this.visualElement.state=this,this.updateOptions(),this.featureManager.mount(),!i&&this.options.animate&&this.startAnimation(),this.options.layoutId&&(io.add(this.options.layoutId),J.render(()=>{io.clear()}))}clearAnimation(){var t;this.currentProcess&&Ze(this.currentProcess),this.currentProcess=null,(t=this.visualElement.variantChildren)==null||t.forEach(n=>{n.state.clearAnimation()})}startAnimation(){this.clearAnimation(),this.currentProcess=J.render(()=>{this.currentProcess=null,this.animateUpdates()})}beforeUnmount(){this.featureManager.beforeUnmount()}unmount(t=!1){const n=this.options.layoutId&&!io.has(this.options.layoutId);(()=>{t&&Array.from(this.children).reverse().forEach(this.unmountChild);const o=()=>{var r,s,A;(s=(r=this.parent)==null?void 0:r.children)==null||s.delete(this),$0.delete(this.element),this.featureManager.unmount(),(A=this.visualElement)==null||A.unmount()};n?Promise.resolve().then(o):o()})()}unmountChild(t){t.unmount(!0)}beforeUpdate(){this.featureManager.beforeUpdate()}update(t){const n=Ca(this.options,t);this.options=t,this.updateOptions(),this.featureManager.update(),n&&this.startAnimation()}setActive(t,n,i=!0){var o;!this.element||this.activeStates[t]===n||(this.activeStates[t]=n,(o=this.visualElement.variantChildren)==null||o.forEach(r=>{r.state.setActive(t,n,!1)}),i&&this.animateUpdates({isFallback:!n&&t!=="exit"&&this.visualElement.isControllingVariants,isExit:this.activeStates.exit}))}isMounted(){return!!this.element}getOptions(){return this.options}willUpdate(t){var n;(this.options.layout||this.options.layoutId)&&((n=this.visualElement.projection)==null||n.willUpdate())}}function Fn(e){return(e==null?void 0:e.nodeType)===3||(e==null?void 0:e.nodeType)===8?Fn(e.nextSibling):e}function y4(e){var t;const n=((t=Fn(e.$el))==null?void 0:t.style.display)==="none";return e.$.vnode.transition&&n}const E4={reduceMotion:"never",transition:void 0,nonce:void 0},[B4,Ru]=vn("MotionConfig");function w4(){return B4(l.computed(()=>E4))}const oo=l.defineComponent({name:"Motion",inheritAttrs:!1,__name:"Motion",props:l.mergeDefaults({as:{},asChild:{type:Boolean},hover:{},press:{},inView:{},focus:{},whileDrag:{},whileHover:{},whilePress:{},whileInView:{},whileFocus:{},custom:{},initial:{type:[String,Array,Object,Boolean]},animate:{},exit:{},variants:{},style:{},transformTemplate:{type:Function},transition:{},layoutGroup:{},motionConfig:{},onAnimationComplete:{type:Function},onUpdate:{type:Function},layout:{type:[Boolean,String]},layoutId:{},layoutScroll:{type:Boolean},layoutRoot:{type:Boolean},"data-framer-portal-id":{},crossfade:{type:Boolean},onBeforeLayoutMeasure:{type:Function},onLayoutMeasure:{type:Function},onLayoutAnimationStart:{type:Function},onLayoutAnimationComplete:{type:Function},globalPressTarget:{type:Boolean},onPressStart:{type:Function},onPress:{type:Function},onPressCancel:{type:Function},onHoverStart:{type:Function},onHoverEnd:{type:Function},inViewOptions:{},onViewportEnter:{type:Function},onViewportLeave:{type:Function},drag:{type:[Boolean,String]},dragSnapToOrigin:{type:Boolean},dragDirectionLock:{type:Boolean},dragPropagation:{type:Boolean},dragConstraints:{type:[Boolean,Object]},dragElastic:{type:[Boolean,Number,Object]},dragMomentum:{type:Boolean},dragTransition:{},dragListener:{type:Boolean},dragControls:{},onDragStart:{type:Function},onDragEnd:{type:Function},onDrag:{type:Function},onDirectionLock:{type:Function},onDragTransitionEnd:{type:Function},onMeasureDragConstraints:{type:Function},onPanSessionStart:{type:Function},onPanStart:{type:Function},onPan:{type:Function},onPanEnd:{type:Function},onFocus:{type:Function},onBlur:{type:Function}},{as:"div",asChild:!1,initial:void 0,animate:void 0,hover:void 0,inView:void 0,layout:!1,layoutId:void 0,layoutScroll:!1,layoutRoot:!1,dragListener:!0,dragElastic:.5,dragMomentum:!0,whileDrag:void 0,crossfade:!0,whileHover:({hover:e})=>e,whilePress:({press:e})=>e,whileInView:({inView:e})=>e,whileFocus:({focus:e})=>e}),setup(e){const t=e,n=wc({}),i=ga(null),o=l.useAttrs(),r=va({}),s=w4();function A(){return r.id&&t.layoutId?`${r.id}-${t.layoutId}`:t.layoutId||void 0}function a(){return{...o,...t,layoutId:A(),transition:t.transition??s.value.transition,layoutGroup:r,motionConfig:s.value,inViewOptions:t.inViewOptions??s.value.inViewOptions,initial:n.initial===!1?n.initial:t.initial===!0?void 0:t.initial}}const u=new v4(a(),i);ma(u);const c=l.getCurrentInstance().proxy;l.onBeforeMount(()=>{u.beforeMount()}),l.onMounted(()=>{u.mount(Fn(c.$el),a(),y4(c))}),l.onBeforeUnmount(()=>u.beforeUnmount()),l.onUnmounted(()=>{const v=Fn(c.$el);v!=null&&v.isConnected||u.unmount()}),l.onBeforeUpdate(()=>{u.beforeUpdate()}),l.onUpdated(()=>{u.update(a())});function d(){const v=u.visualElement.type==="svg",g={...o};Object.keys(o).forEach(w=>{En(o[w])&&(g[w]=o[w].get())});let B={...t.style,...v?{}:u.visualElement.latestValues};if(v){const{attributes:w,style:x}=Oa(u.isMounted()?u.target:u.baseTarget);Object.assign(g,w),Object.assign(B,x)}return t.drag&&t.dragListener!==!1&&Object.assign(B,{userSelect:"none",WebkitUserSelect:"none",WebkitTouchCallout:"none",touchAction:t.drag===!0?"none":`pan-${t.drag==="x"?"y":"x"}`}),B=Fa({...B,...t.style}),g.style=B,g}const p=l.ref();function h(v){var g,B;t.asChild&&((g=p.value)==null||g.$forceUpdate()),(B=o.onMotioncomplete)==null||B.call(o,v)}return(v,g)=>{var B;return l.openBlock(),l.createBlock(l.unref(Ya),{ref_key:"PrimitiveRef",ref:p,"get-props":d,as:v.as,"as-child":v.asChild,"data-motion-group":((B=l.unref(r).key)==null?void 0:B.value)||void 0,onMotioncomplete:h},{default:l.withCtx(()=>[l.renderSlot(v.$slots,"default")]),_:3},8,["as","as-child","data-motion-group"])}}}),er=new Map,so=new Proxy(oo,{get(e,t){if(typeof t=="symbol")return e[t];let n=er.get(t);return t==="create"?i=>l.defineComponent({inheritAttrs:!1,name:`motion.${i.$name}`,setup(o,{attrs:r,slots:s}){return()=>l.h(oo,{...r,as:i,asChild:!1},s)}}):(n||(n=l.defineComponent({inheritAttrs:!1,name:`motion.${t}`,setup(i,{attrs:o,slots:r}){return()=>l.h(oo,{...o,as:t,asChild:!1},r)}}),er.set(t,n)),n)}}),ro="data:image/png;base64,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";var ve="top",Qe="bottom",Le="right",ye="left",ao="auto",tn=[ve,Qe,Le,ye],It="start",nn="end",M4="clippingParents",tr="viewport",on="popper",b4="reference",nr=tn.reduce(function(e,t){return e.concat([t+"-"+It,t+"-"+nn])},[]),ir=[].concat(tn,[ao]).reduce(function(e,t){return e.concat([t,t+"-"+It,t+"-"+nn])},[]),x4="beforeRead",C4="read",D4="afterRead",T4="beforeMain",I4="main",Q4="afterMain",L4="beforeWrite",k4="write",N4="afterWrite",z4=[x4,C4,D4,T4,I4,Q4,L4,k4,N4];function Ye(e){return e?(e.nodeName||"").toLowerCase():null}function Me(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function pt(e){var t=Me(e).Element;return e instanceof t||e instanceof Element}function ke(e){var t=Me(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Ao(e){if(typeof ShadowRoot>"u")return!1;var t=Me(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function S4(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var i=t.styles[n]||{},o=t.attributes[n]||{},r=t.elements[n];!ke(r)||!Ye(r)||(Object.assign(r.style,i),Object.keys(o).forEach(function(s){var A=o[s];A===!1?r.removeAttribute(s):r.setAttribute(s,A===!0?"":A)}))})}function R4(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(i){var o=t.elements[i],r=t.attributes[i]||{},s=Object.keys(t.styles.hasOwnProperty(i)?t.styles[i]:n[i]),A=s.reduce(function(a,u){return a[u]="",a},{});!ke(o)||!Ye(o)||(Object.assign(o.style,A),Object.keys(r).forEach(function(a){o.removeAttribute(a)}))})}}const or={name:"applyStyles",enabled:!0,phase:"write",fn:S4,effect:R4,requires:["computeStyles"]};function Ue(e){return e.split("-")[0]}var ft=Math.max,On=Math.min,Qt=Math.round;function lo(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function sr(){return!/^((?!chrome|android).)*safari/i.test(lo())}function Lt(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var i=e.getBoundingClientRect(),o=1,r=1;t&&ke(e)&&(o=e.offsetWidth>0&&Qt(i.width)/e.offsetWidth||1,r=e.offsetHeight>0&&Qt(i.height)/e.offsetHeight||1);var s=pt(e)?Me(e):window,A=s.visualViewport,a=!sr()&&n,u=(i.left+(a&&A?A.offsetLeft:0))/o,c=(i.top+(a&&A?A.offsetTop:0))/r,d=i.width/o,p=i.height/r;return{width:d,height:p,top:c,right:u+d,bottom:c+p,left:u,x:u,y:c}}function co(e){var t=Lt(e),n=e.offsetWidth,i=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-i)<=1&&(i=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:i}}function rr(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Ao(n)){var i=t;do{if(i&&e.isSameNode(i))return!0;i=i.parentNode||i.host}while(i)}return!1}function qe(e){return Me(e).getComputedStyle(e)}function j4(e){return["table","td","th"].indexOf(Ye(e))>=0}function nt(e){return((pt(e)?e.ownerDocument:e.document)||window.document).documentElement}function Vn(e){return Ye(e)==="html"?e:e.assignedSlot||e.parentNode||(Ao(e)?e.host:null)||nt(e)}function ar(e){return!ke(e)||qe(e).position==="fixed"?null:e.offsetParent}function F4(e){var t=/firefox/i.test(lo()),n=/Trident/i.test(lo());if(n&&ke(e)){var i=qe(e);if(i.position==="fixed")return null}var o=Vn(e);for(Ao(o)&&(o=o.host);ke(o)&&["html","body"].indexOf(Ye(o))<0;){var r=qe(o);if(r.transform!=="none"||r.perspective!=="none"||r.contain==="paint"||["transform","perspective"].indexOf(r.willChange)!==-1||t&&r.willChange==="filter"||t&&r.filter&&r.filter!=="none")return o;o=o.parentNode}return null}function sn(e){for(var t=Me(e),n=ar(e);n&&j4(n)&&qe(n).position==="static";)n=ar(n);return n&&(Ye(n)==="html"||Ye(n)==="body"&&qe(n).position==="static")?t:n||F4(e)||t}function uo(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function rn(e,t,n){return ft(e,On(t,n))}function O4(e,t,n){var i=rn(e,t,n);return i>n?n:i}function Ar(){return{top:0,right:0,bottom:0,left:0}}function lr(e){return Object.assign({},Ar(),e)}function cr(e,t){return t.reduce(function(n,i){return n[i]=e,n},{})}var V4=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,lr(typeof t!="number"?t:cr(t,tn))};function Y4(e){var t,n=e.state,i=e.name,o=e.options,r=n.elements.arrow,s=n.modifiersData.popperOffsets,A=Ue(n.placement),a=uo(A),u=[ye,Le].indexOf(A)>=0,c=u?"height":"width";if(!(!r||!s)){var d=V4(o.padding,n),p=co(r),h=a==="y"?ve:ye,v=a==="y"?Qe:Le,g=n.rects.reference[c]+n.rects.reference[a]-s[a]-n.rects.popper[c],B=s[a]-n.rects.reference[a],w=sn(r),x=w?a==="y"?w.clientHeight||0:w.clientWidth||0:0,b=g/2-B/2,f=d[h],C=x-p[c]-d[v],y=x/2-p[c]/2+b,m=rn(f,y,C),E=a;n.modifiersData[i]=(t={},t[E]=m,t.centerOffset=m-y,t)}}function U4(e){var t=e.state,n=e.options,i=n.element,o=i===void 0?"[data-popper-arrow]":i;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||rr(t.elements.popper,o)&&(t.elements.arrow=o))}const P4={name:"arrow",enabled:!0,phase:"main",fn:Y4,effect:U4,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function kt(e){return e.split("-")[1]}var H4={top:"auto",right:"auto",bottom:"auto",left:"auto"};function G4(e,t){var n=e.x,i=e.y,o=t.devicePixelRatio||1;return{x:Qt(n*o)/o||0,y:Qt(i*o)/o||0}}function ur(e){var t,n=e.popper,i=e.popperRect,o=e.placement,r=e.variation,s=e.offsets,A=e.position,a=e.gpuAcceleration,u=e.adaptive,c=e.roundOffsets,d=e.isFixed,p=s.x,h=p===void 0?0:p,v=s.y,g=v===void 0?0:v,B=typeof c=="function"?c({x:h,y:g}):{x:h,y:g};h=B.x,g=B.y;var w=s.hasOwnProperty("x"),x=s.hasOwnProperty("y"),b=ye,f=ve,C=window;if(u){var y=sn(n),m="clientHeight",E="clientWidth";if(y===Me(n)&&(y=nt(n),qe(y).position!=="static"&&A==="absolute"&&(m="scrollHeight",E="scrollWidth")),y=y,o===ve||(o===ye||o===Le)&&r===nn){f=Qe;var M=d&&y===C&&C.visualViewport?C.visualViewport.height:y[m];g-=M-i.height,g*=a?1:-1}if(o===ye||(o===ve||o===Qe)&&r===nn){b=Le;var D=d&&y===C&&C.visualViewport?C.visualViewport.width:y[E];h-=D-i.width,h*=a?1:-1}}var I=Object.assign({position:A},u&&H4),L=c===!0?G4({x:h,y:g},Me(n)):{x:h,y:g};if(h=L.x,g=L.y,a){var N;return Object.assign({},I,(N={},N[f]=x?"0":"",N[b]=w?"0":"",N.transform=(C.devicePixelRatio||1)<=1?"translate("+h+"px, "+g+"px)":"translate3d("+h+"px, "+g+"px, 0)",N))}return Object.assign({},I,(t={},t[f]=x?g+"px":"",t[b]=w?h+"px":"",t.transform="",t))}function W4(e){var t=e.state,n=e.options,i=n.gpuAcceleration,o=i===void 0?!0:i,r=n.adaptive,s=r===void 0?!0:r,A=n.roundOffsets,a=A===void 0?!0:A,u={placement:Ue(t.placement),variation:kt(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,ur(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:s,roundOffsets:a})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,ur(Object.assign({},u,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:a})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const Z4={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:W4,data:{}};var Yn={passive:!0};function J4(e){var t=e.state,n=e.instance,i=e.options,o=i.scroll,r=o===void 0?!0:o,s=i.resize,A=s===void 0?!0:s,a=Me(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return r&&u.forEach(function(c){c.addEventListener("scroll",n.update,Yn)}),A&&a.addEventListener("resize",n.update,Yn),function(){r&&u.forEach(function(c){c.removeEventListener("scroll",n.update,Yn)}),A&&a.removeEventListener("resize",n.update,Yn)}}const K4={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:J4,data:{}};var X4={left:"right",right:"left",bottom:"top",top:"bottom"};function Un(e){return e.replace(/left|right|bottom|top/g,function(t){return X4[t]})}var q4={start:"end",end:"start"};function dr(e){return e.replace(/start|end/g,function(t){return q4[t]})}function ho(e){var t=Me(e),n=t.pageXOffset,i=t.pageYOffset;return{scrollLeft:n,scrollTop:i}}function po(e){return Lt(nt(e)).left+ho(e).scrollLeft}function _4(e,t){var n=Me(e),i=nt(e),o=n.visualViewport,r=i.clientWidth,s=i.clientHeight,A=0,a=0;if(o){r=o.width,s=o.height;var u=sr();(u||!u&&t==="fixed")&&(A=o.offsetLeft,a=o.offsetTop)}return{width:r,height:s,x:A+po(e),y:a}}function $4(e){var t,n=nt(e),i=ho(e),o=(t=e.ownerDocument)==null?void 0:t.body,r=ft(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),s=ft(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),A=-i.scrollLeft+po(e),a=-i.scrollTop;return qe(o||n).direction==="rtl"&&(A+=ft(n.clientWidth,o?o.clientWidth:0)-r),{width:r,height:s,x:A,y:a}}function fo(e){var t=qe(e),n=t.overflow,i=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+i)}function hr(e){return["html","body","#document"].indexOf(Ye(e))>=0?e.ownerDocument.body:ke(e)&&fo(e)?e:hr(Vn(e))}function an(e,t){var n;t===void 0&&(t=[]);var i=hr(e),o=i===((n=e.ownerDocument)==null?void 0:n.body),r=Me(i),s=o?[r].concat(r.visualViewport||[],fo(i)?i:[]):i,A=t.concat(s);return o?A:A.concat(an(Vn(s)))}function go(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function e3(e,t){var n=Lt(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function pr(e,t,n){return t===tr?go(_4(e,n)):pt(t)?e3(t,n):go($4(nt(e)))}function t3(e){var t=an(Vn(e)),n=["absolute","fixed"].indexOf(qe(e).position)>=0,i=n&&ke(e)?sn(e):e;return pt(i)?t.filter(function(o){return pt(o)&&rr(o,i)&&Ye(o)!=="body"}):[]}function n3(e,t,n,i){var o=t==="clippingParents"?t3(e):[].concat(t),r=[].concat(o,[n]),s=r[0],A=r.reduce(function(a,u){var c=pr(e,u,i);return a.top=ft(c.top,a.top),a.right=On(c.right,a.right),a.bottom=On(c.bottom,a.bottom),a.left=ft(c.left,a.left),a},pr(e,s,i));return A.width=A.right-A.left,A.height=A.bottom-A.top,A.x=A.left,A.y=A.top,A}function fr(e){var t=e.reference,n=e.element,i=e.placement,o=i?Ue(i):null,r=i?kt(i):null,s=t.x+t.width/2-n.width/2,A=t.y+t.height/2-n.height/2,a;switch(o){case ve:a={x:s,y:t.y-n.height};break;case Qe:a={x:s,y:t.y+t.height};break;case Le:a={x:t.x+t.width,y:A};break;case ye:a={x:t.x-n.width,y:A};break;default:a={x:t.x,y:t.y}}var u=o?uo(o):null;if(u!=null){var c=u==="y"?"height":"width";switch(r){case It:a[u]=a[u]-(t[c]/2-n[c]/2);break;case nn:a[u]=a[u]+(t[c]/2-n[c]/2);break}}return a}function An(e,t){t===void 0&&(t={});var n=t,i=n.placement,o=i===void 0?e.placement:i,r=n.strategy,s=r===void 0?e.strategy:r,A=n.boundary,a=A===void 0?M4:A,u=n.rootBoundary,c=u===void 0?tr:u,d=n.elementContext,p=d===void 0?on:d,h=n.altBoundary,v=h===void 0?!1:h,g=n.padding,B=g===void 0?0:g,w=lr(typeof B!="number"?B:cr(B,tn)),x=p===on?b4:on,b=e.rects.popper,f=e.elements[v?x:p],C=n3(pt(f)?f:f.contextElement||nt(e.elements.popper),a,c,s),y=Lt(e.elements.reference),m=fr({reference:y,element:b,placement:o}),E=go(Object.assign({},b,m)),M=p===on?E:y,D={top:C.top-M.top+w.top,bottom:M.bottom-C.bottom+w.bottom,left:C.left-M.left+w.left,right:M.right-C.right+w.right},I=e.modifiersData.offset;if(p===on&&I){var L=I[o];Object.keys(D).forEach(function(N){var V=[Le,Qe].indexOf(N)>=0?1:-1,P=[ve,Qe].indexOf(N)>=0?"y":"x";D[N]+=L[P]*V})}return D}function i3(e,t){t===void 0&&(t={});var n=t,i=n.placement,o=n.boundary,r=n.rootBoundary,s=n.padding,A=n.flipVariations,a=n.allowedAutoPlacements,u=a===void 0?ir:a,c=kt(i),d=c?A?nr:nr.filter(function(v){return kt(v)===c}):tn,p=d.filter(function(v){return u.indexOf(v)>=0});p.length===0&&(p=d);var h=p.reduce(function(v,g){return v[g]=An(e,{placement:g,boundary:o,rootBoundary:r,padding:s})[Ue(g)],v},{});return Object.keys(h).sort(function(v,g){return h[v]-h[g]})}function o3(e){if(Ue(e)===ao)return[];var t=Un(e);return[dr(e),t,dr(t)]}function s3(e){var t=e.state,n=e.options,i=e.name;if(!t.modifiersData[i]._skip){for(var o=n.mainAxis,r=o===void 0?!0:o,s=n.altAxis,A=s===void 0?!0:s,a=n.fallbackPlacements,u=n.padding,c=n.boundary,d=n.rootBoundary,p=n.altBoundary,h=n.flipVariations,v=h===void 0?!0:h,g=n.allowedAutoPlacements,B=t.options.placement,w=Ue(B),x=w===B,b=a||(x||!v?[Un(B)]:o3(B)),f=[B].concat(b).reduce(function(ce,_){return ce.concat(Ue(_)===ao?i3(t,{placement:_,boundary:c,rootBoundary:d,padding:u,flipVariations:v,allowedAutoPlacements:g}):_)},[]),C=t.rects.reference,y=t.rects.popper,m=new Map,E=!0,M=f[0],D=0;D<f.length;D++){var I=f[D],L=Ue(I),N=kt(I)===It,V=[ve,Qe].indexOf(L)>=0,P=V?"width":"height",R=An(t,{placement:I,boundary:c,rootBoundary:d,altBoundary:p,padding:u}),S=V?N?Le:ye:N?Qe:ve;C[P]>y[P]&&(S=Un(S));var k=Un(S),H=[];if(r&&H.push(R[L]<=0),A&&H.push(R[S]<=0,R[k]<=0),H.every(function(ce){return ce})){M=I,E=!1;break}m.set(I,H)}if(E)for(var K=v?3:1,q=function(_){var Ae=f.find(function(fe){var ae=m.get(fe);if(ae)return ae.slice(0,_).every(function(F){return F})});if(Ae)return M=Ae,"break"},re=K;re>0;re--){var Ee=q(re);if(Ee==="break")break}t.placement!==M&&(t.modifiersData[i]._skip=!0,t.placement=M,t.reset=!0)}}const r3={name:"flip",enabled:!0,phase:"main",fn:s3,requiresIfExists:["offset"],data:{_skip:!1}};function gr(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function mr(e){return[ve,Le,Qe,ye].some(function(t){return e[t]>=0})}function a3(e){var t=e.state,n=e.name,i=t.rects.reference,o=t.rects.popper,r=t.modifiersData.preventOverflow,s=An(t,{elementContext:"reference"}),A=An(t,{altBoundary:!0}),a=gr(s,i),u=gr(A,o,r),c=mr(a),d=mr(u);t.modifiersData[n]={referenceClippingOffsets:a,popperEscapeOffsets:u,isReferenceHidden:c,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":d})}const A3={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:a3};function l3(e,t,n){var i=Ue(e),o=[ye,ve].indexOf(i)>=0?-1:1,r=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,s=r[0],A=r[1];return s=s||0,A=(A||0)*o,[ye,Le].indexOf(i)>=0?{x:A,y:s}:{x:s,y:A}}function c3(e){var t=e.state,n=e.options,i=e.name,o=n.offset,r=o===void 0?[0,0]:o,s=ir.reduce(function(c,d){return c[d]=l3(d,t.rects,r),c},{}),A=s[t.placement],a=A.x,u=A.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=a,t.modifiersData.popperOffsets.y+=u),t.modifiersData[i]=s}const u3={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:c3};function d3(e){var t=e.state,n=e.name;t.modifiersData[n]=fr({reference:t.rects.reference,element:t.rects.popper,placement:t.placement})}const h3={name:"popperOffsets",enabled:!0,phase:"read",fn:d3,data:{}};function p3(e){return e==="x"?"y":"x"}function f3(e){var t=e.state,n=e.options,i=e.name,o=n.mainAxis,r=o===void 0?!0:o,s=n.altAxis,A=s===void 0?!1:s,a=n.boundary,u=n.rootBoundary,c=n.altBoundary,d=n.padding,p=n.tether,h=p===void 0?!0:p,v=n.tetherOffset,g=v===void 0?0:v,B=An(t,{boundary:a,rootBoundary:u,padding:d,altBoundary:c}),w=Ue(t.placement),x=kt(t.placement),b=!x,f=uo(w),C=p3(f),y=t.modifiersData.popperOffsets,m=t.rects.reference,E=t.rects.popper,M=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,D=typeof M=="number"?{mainAxis:M,altAxis:M}:Object.assign({mainAxis:0,altAxis:0},M),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,L={x:0,y:0};if(y){if(r){var N,V=f==="y"?ve:ye,P=f==="y"?Qe:Le,R=f==="y"?"height":"width",S=y[f],k=S+B[V],H=S-B[P],K=h?-E[R]/2:0,q=x===It?m[R]:E[R],re=x===It?-E[R]:-m[R],Ee=t.elements.arrow,ce=h&&Ee?co(Ee):{width:0,height:0},_=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Ar(),Ae=_[V],fe=_[P],ae=rn(0,m[R],ce[R]),F=b?m[R]/2-K-ae-Ae-D.mainAxis:q-ae-Ae-D.mainAxis,U=b?-m[R]/2+K+ae+fe+D.mainAxis:re+ae+fe+D.mainAxis,ee=t.elements.arrow&&sn(t.elements.arrow),ze=ee?f==="y"?ee.clientTop||0:ee.clientLeft||0:0,it=(N=I==null?void 0:I[f])!=null?N:0,ot=S+F-it-ze,st=S+U-it,rt=rn(h?On(k,ot):k,S,h?ft(H,st):H);y[f]=rt,L[f]=rt-S}if(A){var Y,oe=f==="x"?ve:ye,ue=f==="x"?Qe:Le,Be=y[C],at=C==="y"?"height":"width",hn=Be+B[oe],vt=Be-B[ue],pn=[ve,ye].indexOf(w)!==-1,Wn=(Y=I==null?void 0:I[C])!=null?Y:0,Zn=pn?hn:Be-m[at]-E[at]-Wn+D.altAxis,Jn=pn?Be+m[at]+E[at]-Wn-D.altAxis:vt,Kn=h&&pn?O4(Zn,Be,Jn):rn(h?Zn:hn,Be,h?Jn:vt);y[C]=Kn,L[C]=Kn-Be}t.modifiersData[i]=L}}const g3={name:"preventOverflow",enabled:!0,phase:"main",fn:f3,requiresIfExists:["offset"]};function m3(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function v3(e){return e===Me(e)||!ke(e)?ho(e):m3(e)}function y3(e){var t=e.getBoundingClientRect(),n=Qt(t.width)/e.offsetWidth||1,i=Qt(t.height)/e.offsetHeight||1;return n!==1||i!==1}function E3(e,t,n){n===void 0&&(n=!1);var i=ke(t),o=ke(t)&&y3(t),r=nt(t),s=Lt(e,o,n),A={scrollLeft:0,scrollTop:0},a={x:0,y:0};return(i||!i&&!n)&&((Ye(t)!=="body"||fo(r))&&(A=v3(t)),ke(t)?(a=Lt(t,!0),a.x+=t.clientLeft,a.y+=t.clientTop):r&&(a.x=po(r))),{x:s.left+A.scrollLeft-a.x,y:s.top+A.scrollTop-a.y,width:s.width,height:s.height}}function B3(e){var t=new Map,n=new Set,i=[];e.forEach(function(r){t.set(r.name,r)});function o(r){n.add(r.name);var s=[].concat(r.requires||[],r.requiresIfExists||[]);s.forEach(function(A){if(!n.has(A)){var a=t.get(A);a&&o(a)}}),i.push(r)}return e.forEach(function(r){n.has(r.name)||o(r)}),i}function w3(e){var t=B3(e);return z4.reduce(function(n,i){return n.concat(t.filter(function(o){return o.phase===i}))},[])}function M3(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function b3(e){var t=e.reduce(function(n,i){var o=n[i.name];return n[i.name]=o?Object.assign({},o,i,{options:Object.assign({},o.options,i.options),data:Object.assign({},o.data,i.data)}):i,n},{});return Object.keys(t).map(function(n){return t[n]})}var vr={placement:"bottom",modifiers:[],strategy:"absolute"};function yr(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(i){return!(i&&typeof i.getBoundingClientRect=="function")})}function x3(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,i=n===void 0?[]:n,o=t.defaultOptions,r=o===void 0?vr:o;return function(A,a,u){u===void 0&&(u=r);var c={placement:"bottom",orderedModifiers:[],options:Object.assign({},vr,r),modifiersData:{},elements:{reference:A,popper:a},attributes:{},styles:{}},d=[],p=!1,h={state:c,setOptions:function(w){var x=typeof w=="function"?w(c.options):w;g(),c.options=Object.assign({},r,c.options,x),c.scrollParents={reference:pt(A)?an(A):A.contextElement?an(A.contextElement):[],popper:an(a)};var b=w3(b3([].concat(i,c.options.modifiers)));return c.orderedModifiers=b.filter(function(f){return f.enabled}),v(),h.update()},forceUpdate:function(){if(!p){var w=c.elements,x=w.reference,b=w.popper;if(yr(x,b)){c.rects={reference:E3(x,sn(b),c.options.strategy==="fixed"),popper:co(b)},c.reset=!1,c.placement=c.options.placement,c.orderedModifiers.forEach(function(D){return c.modifiersData[D.name]=Object.assign({},D.data)});for(var f=0;f<c.orderedModifiers.length;f++){if(c.reset===!0){c.reset=!1,f=-1;continue}var C=c.orderedModifiers[f],y=C.fn,m=C.options,E=m===void 0?{}:m,M=C.name;typeof y=="function"&&(c=y({state:c,options:E,name:M,instance:h})||c)}}}},update:M3(function(){return new Promise(function(B){h.forceUpdate(),B(c)})}),destroy:function(){g(),p=!0}};if(!yr(A,a))return h;h.setOptions(u).then(function(B){!p&&u.onFirstUpdate&&u.onFirstUpdate(B)});function v(){c.orderedModifiers.forEach(function(B){var w=B.name,x=B.options,b=x===void 0?{}:x,f=B.effect;if(typeof f=="function"){var C=f({state:c,name:w,instance:h,options:b}),y=function(){};d.push(C||y)}})}function g(){d.forEach(function(B){return B()}),d=[]}return h}}var C3=[K4,h3,Z4,or,u3,r3,g3,P4,A3],D3=x3({defaultModifiers:C3}),T3="tippy-box",Er="tippy-content",I3="tippy-backdrop",Br="tippy-arrow",wr="tippy-svg-arrow",gt={passive:!0,capture:!0},Mr=function(){return document.body};function mo(e,t,n){if(Array.isArray(e)){var i=e[t];return i??(Array.isArray(n)?n[t]:n)}return e}function vo(e,t){var n={}.toString.call(e);return n.indexOf("[object")===0&&n.indexOf(t+"]")>-1}function br(e,t){return typeof e=="function"?e.apply(void 0,t):e}function xr(e,t){if(t===0)return e;var n;return function(i){clearTimeout(n),n=setTimeout(function(){e(i)},t)}}function Q3(e){return e.split(/\s+/).filter(Boolean)}function Nt(e){return[].concat(e)}function Cr(e,t){e.indexOf(t)===-1&&e.push(t)}function L3(e){return e.filter(function(t,n){return e.indexOf(t)===n})}function k3(e){return e.split("-")[0]}function Pn(e){return[].slice.call(e)}function Dr(e){return Object.keys(e).reduce(function(t,n){return e[n]!==void 0&&(t[n]=e[n]),t},{})}function ln(){return document.createElement("div")}function Hn(e){return["Element","Fragment"].some(function(t){return vo(e,t)})}function N3(e){return vo(e,"NodeList")}function z3(e){return vo(e,"MouseEvent")}function S3(e){return!!(e&&e._tippy&&e._tippy.reference===e)}function R3(e){return Hn(e)?[e]:N3(e)?Pn(e):Array.isArray(e)?e:Pn(document.querySelectorAll(e))}function yo(e,t){e.forEach(function(n){n&&(n.style.transitionDuration=t+"ms")})}function Tr(e,t){e.forEach(function(n){n&&n.setAttribute("data-state",t)})}function j3(e){var t,n=Nt(e),i=n[0];return i!=null&&(t=i.ownerDocument)!=null&&t.body?i.ownerDocument:document}function F3(e,t){var n=t.clientX,i=t.clientY;return e.every(function(o){var r=o.popperRect,s=o.popperState,A=o.props,a=A.interactiveBorder,u=k3(s.placement),c=s.modifiersData.offset;if(!c)return!0;var d=u==="bottom"?c.top.y:0,p=u==="top"?c.bottom.y:0,h=u==="right"?c.left.x:0,v=u==="left"?c.right.x:0,g=r.top-i+d>a,B=i-r.bottom-p>a,w=r.left-n+h>a,x=n-r.right-v>a;return g||B||w||x})}function Eo(e,t,n){var i=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach(function(o){e[i](o,n)})}function Ir(e,t){for(var n=t;n;){var i;if(e.contains(n))return!0;n=n.getRootNode==null||(i=n.getRootNode())==null?void 0:i.host}return!1}var Pe={isTouch:!1},Qr=0;function O3(){Pe.isTouch||(Pe.isTouch=!0,window.performance&&document.addEventListener("mousemove",Lr))}function Lr(){var e=performance.now();e-Qr<20&&(Pe.isTouch=!1,document.removeEventListener("mousemove",Lr)),Qr=e}function V3(){var e=document.activeElement;if(S3(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}function Y3(){document.addEventListener("touchstart",O3,gt),window.addEventListener("blur",V3)}var U3=typeof window<"u"&&typeof document<"u",P3=U3?!!window.msCrypto:!1,H3={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},G3={allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999},je=Object.assign({appendTo:Mr,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},H3,G3),W3=Object.keys(je),Z3=function(t){var n=Object.keys(t);n.forEach(function(i){je[i]=t[i]})};function kr(e){var t=e.plugins||[],n=t.reduce(function(i,o){var r=o.name,s=o.defaultValue;if(r){var A;i[r]=e[r]!==void 0?e[r]:(A=je[r])!=null?A:s}return i},{});return Object.assign({},e,n)}function J3(e,t){var n=t?Object.keys(kr(Object.assign({},je,{plugins:t}))):W3,i=n.reduce(function(o,r){var s=(e.getAttribute("data-tippy-"+r)||"").trim();if(!s)return o;if(r==="content")o[r]=s;else try{o[r]=JSON.parse(s)}catch{o[r]=s}return o},{});return i}function Nr(e,t){var n=Object.assign({},t,{content:br(t.content,[e])},t.ignoreAttributes?{}:J3(e,t.plugins));return n.aria=Object.assign({},je.aria,n.aria),n.aria={expanded:n.aria.expanded==="auto"?t.interactive:n.aria.expanded,content:n.aria.content==="auto"?t.interactive?null:"describedby":n.aria.content},n}var K3=function(){return"innerHTML"};function Bo(e,t){e[K3()]=t}function zr(e){var t=ln();return e===!0?t.className=Br:(t.className=wr,Hn(e)?t.appendChild(e):Bo(t,e)),t}function Sr(e,t){Hn(t.content)?(Bo(e,""),e.appendChild(t.content)):typeof t.content!="function"&&(t.allowHTML?Bo(e,t.content):e.textContent=t.content)}function wo(e){var t=e.firstElementChild,n=Pn(t.children);return{box:t,content:n.find(function(i){return i.classList.contains(Er)}),arrow:n.find(function(i){return i.classList.contains(Br)||i.classList.contains(wr)}),backdrop:n.find(function(i){return i.classList.contains(I3)})}}function Rr(e){var t=ln(),n=ln();n.className=T3,n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var i=ln();i.className=Er,i.setAttribute("data-state","hidden"),Sr(i,e.props),t.appendChild(n),n.appendChild(i),o(e.props,e.props);function o(r,s){var A=wo(t),a=A.box,u=A.content,c=A.arrow;s.theme?a.setAttribute("data-theme",s.theme):a.removeAttribute("data-theme"),typeof s.animation=="string"?a.setAttribute("data-animation",s.animation):a.removeAttribute("data-animation"),s.inertia?a.setAttribute("data-inertia",""):a.removeAttribute("data-inertia"),a.style.maxWidth=typeof s.maxWidth=="number"?s.maxWidth+"px":s.maxWidth,s.role?a.setAttribute("role",s.role):a.removeAttribute("role"),(r.content!==s.content||r.allowHTML!==s.allowHTML)&&Sr(u,e.props),s.arrow?c?r.arrow!==s.arrow&&(a.removeChild(c),a.appendChild(zr(s.arrow))):a.appendChild(zr(s.arrow)):c&&a.removeChild(c)}return{popper:t,onUpdate:o}}Rr.$$tippy=!0;var X3=1,Gn=[],Mo=[];function q3(e,t){var n=Nr(e,Object.assign({},je,kr(Dr(t)))),i,o,r,s=!1,A=!1,a=!1,u=!1,c,d,p,h=[],v=xr(ot,n.interactiveDebounce),g,B=X3++,w=null,x=L3(n.plugins),b={isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},f={id:B,reference:e,popper:ln(),popperInstance:w,props:n,state:b,plugins:x,clearDelayTimeouts:Zn,setProps:Jn,setContent:Kn,show:xu,hide:Cu,hideWithInteractivity:Du,enable:pn,disable:Wn,unmount:Tu,destroy:Iu};if(!n.render)return f;var C=n.render(f),y=C.popper,m=C.onUpdate;y.setAttribute("data-tippy-root",""),y.id="tippy-"+f.id,f.popper=y,e._tippy=f,y._tippy=f;var E=x.map(function(T){return T.fn(f)}),M=e.hasAttribute("aria-expanded");return ee(),K(),S(),k("onCreate",[f]),n.showOnCreate&&hn(),y.addEventListener("mouseenter",function(){f.props.interactive&&f.state.isVisible&&f.clearDelayTimeouts()}),y.addEventListener("mouseleave",function(){f.props.interactive&&f.props.trigger.indexOf("mouseenter")>=0&&V().addEventListener("mousemove",v)}),f;function D(){var T=f.props.touch;return Array.isArray(T)?T:[T,0]}function I(){return D()[0]==="hold"}function L(){var T;return!!((T=f.props.render)!=null&&T.$$tippy)}function N(){return g||e}function V(){var T=N().parentNode;return T?j3(T):document}function P(){return wo(y)}function R(T){return f.state.isMounted&&!f.state.isVisible||Pe.isTouch||c&&c.type==="focus"?0:mo(f.props.delay,T?0:1,je.delay)}function S(T){T===void 0&&(T=!1),y.style.pointerEvents=f.props.interactive&&!T?"":"none",y.style.zIndex=""+f.props.zIndex}function k(T,Q,O){if(O===void 0&&(O=!0),E.forEach(function(G){G[T]&&G[T].apply(G,Q)}),O){var Z;(Z=f.props)[T].apply(Z,Q)}}function H(){var T=f.props.aria;if(T.content){var Q="aria-"+T.content,O=y.id,Z=Nt(f.props.triggerTarget||e);Z.forEach(function(G){var ge=G.getAttribute(Q);if(f.state.isVisible)G.setAttribute(Q,ge?ge+" "+O:O);else{var Se=ge&&ge.replace(O,"").trim();Se?G.setAttribute(Q,Se):G.removeAttribute(Q)}})}}function K(){if(!(M||!f.props.aria.expanded)){var T=Nt(f.props.triggerTarget||e);T.forEach(function(Q){f.props.interactive?Q.setAttribute("aria-expanded",f.state.isVisible&&Q===N()?"true":"false"):Q.removeAttribute("aria-expanded")})}}function q(){V().removeEventListener("mousemove",v),Gn=Gn.filter(function(T){return T!==v})}function re(T){if(!(Pe.isTouch&&(a||T.type==="mousedown"))){var Q=T.composedPath&&T.composedPath()[0]||T.target;if(!(f.props.interactive&&Ir(y,Q))){if(Nt(f.props.triggerTarget||e).some(function(O){return Ir(O,Q)})){if(Pe.isTouch||f.state.isVisible&&f.props.trigger.indexOf("click")>=0)return}else k("onClickOutside",[f,T]);f.props.hideOnClick===!0&&(f.clearDelayTimeouts(),f.hide(),A=!0,setTimeout(function(){A=!1}),f.state.isMounted||Ae())}}}function Ee(){a=!0}function ce(){a=!1}function _(){var T=V();T.addEventListener("mousedown",re,!0),T.addEventListener("touchend",re,gt),T.addEventListener("touchstart",ce,gt),T.addEventListener("touchmove",Ee,gt)}function Ae(){var T=V();T.removeEventListener("mousedown",re,!0),T.removeEventListener("touchend",re,gt),T.removeEventListener("touchstart",ce,gt),T.removeEventListener("touchmove",Ee,gt)}function fe(T,Q){F(T,function(){!f.state.isVisible&&y.parentNode&&y.parentNode.contains(y)&&Q()})}function ae(T,Q){F(T,Q)}function F(T,Q){var O=P().box;function Z(G){G.target===O&&(Eo(O,"remove",Z),Q())}if(T===0)return Q();Eo(O,"remove",d),Eo(O,"add",Z),d=Z}function U(T,Q,O){O===void 0&&(O=!1);var Z=Nt(f.props.triggerTarget||e);Z.forEach(function(G){G.addEventListener(T,Q,O),h.push({node:G,eventType:T,handler:Q,options:O})})}function ee(){I()&&(U("touchstart",it,{passive:!0}),U("touchend",st,{passive:!0})),Q3(f.props.trigger).forEach(function(T){if(T!=="manual")switch(U(T,it),T){case"mouseenter":U("mouseleave",st);break;case"focus":U(P3?"focusout":"blur",rt);break;case"focusin":U("focusout",rt);break}})}function ze(){h.forEach(function(T){var Q=T.node,O=T.eventType,Z=T.handler,G=T.options;Q.removeEventListener(O,Z,G)}),h=[]}function it(T){var Q,O=!1;if(!(!f.state.isEnabled||Y(T)||A)){var Z=((Q=c)==null?void 0:Q.type)==="focus";c=T,g=T.currentTarget,K(),!f.state.isVisible&&z3(T)&&Gn.forEach(function(G){return G(T)}),T.type==="click"&&(f.props.trigger.indexOf("mouseenter")<0||s)&&f.props.hideOnClick!==!1&&f.state.isVisible?O=!0:hn(T),T.type==="click"&&(s=!O),O&&!Z&&vt(T)}}function ot(T){var Q=T.target,O=N().contains(Q)||y.contains(Q);if(!(T.type==="mousemove"&&O)){var Z=at().concat(y).map(function(G){var ge,Se=G._tippy,St=(ge=Se.popperInstance)==null?void 0:ge.state;return St?{popperRect:G.getBoundingClientRect(),popperState:St,props:n}:null}).filter(Boolean);F3(Z,T)&&(q(),vt(T))}}function st(T){var Q=Y(T)||f.props.trigger.indexOf("click")>=0&&s;if(!Q){if(f.props.interactive){f.hideWithInteractivity(T);return}vt(T)}}function rt(T){f.props.trigger.indexOf("focusin")<0&&T.target!==N()||f.props.interactive&&T.relatedTarget&&y.contains(T.relatedTarget)||vt(T)}function Y(T){return Pe.isTouch?I()!==T.type.indexOf("touch")>=0:!1}function oe(){ue();var T=f.props,Q=T.popperOptions,O=T.placement,Z=T.offset,G=T.getReferenceClientRect,ge=T.moveTransition,Se=L()?wo(y).arrow:null,St=G?{getBoundingClientRect:G,contextElement:G.contextElement||N()}:e,Pr={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(Xn){var Rt=Xn.state;if(L()){var Qu=P(),To=Qu.box;["placement","reference-hidden","escaped"].forEach(function(qn){qn==="placement"?To.setAttribute("data-placement",Rt.placement):Rt.attributes.popper["data-popper-"+qn]?To.setAttribute("data-"+qn,""):To.removeAttribute("data-"+qn)}),Rt.attributes.popper={}}}},yt=[{name:"offset",options:{offset:Z}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!ge}},Pr];L()&&Se&&yt.push({name:"arrow",options:{element:Se,padding:3}}),yt.push.apply(yt,(Q==null?void 0:Q.modifiers)||[]),f.popperInstance=D3(St,y,Object.assign({},Q,{placement:O,onFirstUpdate:p,modifiers:yt}))}function ue(){f.popperInstance&&(f.popperInstance.destroy(),f.popperInstance=null)}function Be(){var T=f.props.appendTo,Q,O=N();f.props.interactive&&T===Mr||T==="parent"?Q=O.parentNode:Q=br(T,[O]),Q.contains(y)||Q.appendChild(y),f.state.isMounted=!0,oe()}function at(){return Pn(y.querySelectorAll("[data-tippy-root]"))}function hn(T){f.clearDelayTimeouts(),T&&k("onTrigger",[f,T]),_();var Q=R(!0),O=D(),Z=O[0],G=O[1];Pe.isTouch&&Z==="hold"&&G&&(Q=G),Q?i=setTimeout(function(){f.show()},Q):f.show()}function vt(T){if(f.clearDelayTimeouts(),k("onUntrigger",[f,T]),!f.state.isVisible){Ae();return}if(!(f.props.trigger.indexOf("mouseenter")>=0&&f.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(T.type)>=0&&s)){var Q=R(!1);Q?o=setTimeout(function(){f.state.isVisible&&f.hide()},Q):r=requestAnimationFrame(function(){f.hide()})}}function pn(){f.state.isEnabled=!0}function Wn(){f.hide(),f.state.isEnabled=!1}function Zn(){clearTimeout(i),clearTimeout(o),cancelAnimationFrame(r)}function Jn(T){if(!f.state.isDestroyed){k("onBeforeUpdate",[f,T]),ze();var Q=f.props,O=Nr(e,Object.assign({},Q,Dr(T),{ignoreAttributes:!0}));f.props=O,ee(),Q.interactiveDebounce!==O.interactiveDebounce&&(q(),v=xr(ot,O.interactiveDebounce)),Q.triggerTarget&&!O.triggerTarget?Nt(Q.triggerTarget).forEach(function(Z){Z.removeAttribute("aria-expanded")}):O.triggerTarget&&e.removeAttribute("aria-expanded"),K(),S(),m&&m(Q,O),f.popperInstance&&(oe(),at().forEach(function(Z){requestAnimationFrame(Z._tippy.popperInstance.forceUpdate)})),k("onAfterUpdate",[f,T])}}function Kn(T){f.setProps({content:T})}function xu(){var T=f.state.isVisible,Q=f.state.isDestroyed,O=!f.state.isEnabled,Z=Pe.isTouch&&!f.props.touch,G=mo(f.props.duration,0,je.duration);if(!(T||Q||O||Z)&&!N().hasAttribute("disabled")&&(k("onShow",[f],!1),f.props.onShow(f)!==!1)){if(f.state.isVisible=!0,L()&&(y.style.visibility="visible"),S(),_(),f.state.isMounted||(y.style.transition="none"),L()){var ge=P(),Se=ge.box,St=ge.content;yo([Se,St],0)}p=function(){var yt;if(!(!f.state.isVisible||u)){if(u=!0,y.offsetHeight,y.style.transition=f.props.moveTransition,L()&&f.props.animation){var Do=P(),Xn=Do.box,Rt=Do.content;yo([Xn,Rt],G),Tr([Xn,Rt],"visible")}H(),K(),Cr(Mo,f),(yt=f.popperInstance)==null||yt.forceUpdate(),k("onMount",[f]),f.props.animation&&L()&&ae(G,function(){f.state.isShown=!0,k("onShown",[f])})}},Be()}}function Cu(){var T=!f.state.isVisible,Q=f.state.isDestroyed,O=!f.state.isEnabled,Z=mo(f.props.duration,1,je.duration);if(!(T||Q||O)&&(k("onHide",[f],!1),f.props.onHide(f)!==!1)){if(f.state.isVisible=!1,f.state.isShown=!1,u=!1,s=!1,L()&&(y.style.visibility="hidden"),q(),Ae(),S(!0),L()){var G=P(),ge=G.box,Se=G.content;f.props.animation&&(yo([ge,Se],Z),Tr([ge,Se],"hidden"))}H(),K(),f.props.animation?L()&&fe(Z,f.unmount):f.unmount()}}function Du(T){V().addEventListener("mousemove",v),Cr(Gn,v),v(T)}function Tu(){f.state.isVisible&&f.hide(),f.state.isMounted&&(ue(),at().forEach(function(T){T._tippy.unmount()}),y.parentNode&&y.parentNode.removeChild(y),Mo=Mo.filter(function(T){return T!==f}),f.state.isMounted=!1,k("onHidden",[f]))}function Iu(){f.state.isDestroyed||(f.clearDelayTimeouts(),f.unmount(),ze(),delete e._tippy,f.state.isDestroyed=!0,k("onDestroy",[f]))}}function zt(e,t){t===void 0&&(t={});var n=je.plugins.concat(t.plugins||[]);Y3();var i=Object.assign({},t,{plugins:n}),o=R3(e),r=o.reduce(function(s,A){var a=A&&q3(A,i);return a&&s.push(a),s},[]);return Hn(e)?r[0]:r}zt.defaultProps=je,zt.setDefaultProps=Z3,zt.currentInput=Pe,Object.assign({},or,{effect:function(t){var n=t.state,i={popper:{position:n.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(n.elements.popper.style,i.popper),n.styles=i,n.elements.arrow&&Object.assign(n.elements.arrow.style,i.arrow)}}),zt.setDefaultProps({render:Rr});function cn(e={}){const t="ai-blueking-tooltip";(()=>{if(!document.getElementById("ai-blueking-tooltip-styles")){const c=document.createElement("style");c.id="ai-blueking-tooltip-styles",c.textContent=`
|
|
254
254
|
.ai-blueking-tooltip {
|
|
255
255
|
font-size: 12px !important;
|
|
256
256
|
}
|
|
257
257
|
.tippy-box {
|
|
258
258
|
font-size: 12px !important;
|
|
259
259
|
}
|
|
260
|
-
`,document.head.appendChild(c)}})();const i=l.ref([]),o=(c,d,p={})=>{try{const h=typeof c=="string"?document.querySelector(c):c;if(!h)return console.warn(`Tooltip target not found: ${c}`),null;const v={content:d,placement:"top",arrow:!0,delay:[300,0],theme:t,...e,...p},g=
|
|
260
|
+
`,document.head.appendChild(c)}})();const i=l.ref([]),o=(c,d,p={})=>{try{const h=typeof c=="string"?document.querySelector(c):c;if(!h)return console.warn(`Tooltip target not found: ${c}`),null;const v={content:d,placement:"top",arrow:!0,delay:[300,0],theme:t,...e,...p},g=zt(h,v);return i.value.push(g),g}catch(h){return console.error("Failed to create tooltip:",h),null}},r=(c,d,p={})=>{const h=document.querySelectorAll(c),v=[];return h.forEach(g=>{const B=o(g,d,p);B&&v.push(B)}),v},s=c=>{const d=[];return c.forEach(({element:p,content:h,options:v})=>{const g=o(p,h,v);g&&d.push(g)}),d},A=()=>{i.value.forEach(c=>{c.destroy()}),i.value=[]},a=(c,d)=>{c.setContent(d)},u=c=>{c.destroy()};return l.onBeforeUnmount(()=>{A()}),{instances:i,createTooltip:o,createTooltipsForSelector:r,createMultipleTooltips:s,destroyAll:A,updateContent:a,destroyInstance:u}}const _3=e=>{const t=document.cookie.match(new RegExp(`(^| )${e}=([^;]*)(;|$)`));return t?t[2]:""},$3=e=>{e.scrollTop=e.scrollHeight},e6=_3("blueking_language")||"zh-cn",t6={小鲸:"BK GPT",向下收缩:"shrink down",向上扩展:"expand upward",清空聊天记录:"Empty chat records",关闭:"close","内容正在执行中,请执行完成后再发送":"The content is being executed, please send it after the execution is completed.",发送:"Send","您可以键入 “/” 查看更多Prompt":'You can type "/" to see more Prompts',请输入:"Please input",返回最新:"Latest",终止生成:"Stop",向上滚动加载更多记录:"Scroll up to load more records",日:" sunday",一:" monday",二:" tuesday",三:" wednesday",四:" thursday",五:" friday",六:" saturday",昨天:"yesterday",本周:"this week",上周:"last week",复制成功:"Copy success",您选择的文本内容:"The text content you selected",问小鲸:"Ask BK GPT",想对选中的文本做什么:"What do you want to do with the selected text?",translateShortcut:`You are a highly skilled AI trained in language translation. I would like you to translate the text delimited by triple quotes (Translation of Chinese into English and other languages into Chinese), ensuring that the translation is colloquial and authentic.
|
|
261
261
|
Only give me the output and nothing else. Do not wrap responses in quotes
|
|
262
262
|
'''
|
|
263
263
|
{{ SELECTED_TEXT }}
|
|
264
264
|
'''
|
|
265
265
|
`,explanationShortcut:`You are a professional explainer. Please provide a detailed explanation of "{{ SELECTED_TEXT }}". Your explanation should include: 1) basic meaning and conceptual explanation; 2) practical applications or use cases; 3) if it's a technical term, please provide relevant technical background; 4) where appropriate, provide specific examples to aid understanding. Use clear and accessible language to ensure non-experts can understand. If the word/phrase has multiple meanings, please list the main definitions. Keep your response concise and clear while ensuring completeness and accuracy of information.`,翻译:"translate",解释:"explanation","AI小鲸正在回复,请结束后再清空":"AI BK GPT is executing, please clear after completion",'输入 "/" 唤出 Prompt\n通过 Shift + Enter 进行换行输入':`Input "/" to call out Prompt
|
|
266
|
-
Use Shift + Enter to enter a new line`,"你好,我是小鲸":"Hello, I am BK GPT","输入你的问题,助你高效的完成工作":"Input your question, help you complete work efficiently",框选内容:"Selected content","最小化,将缩成锚点":"Minimize, will shrink to a anchor",复制失败:"Copy failed",取消:"Cancel",请输入内容:"Please input content",删除:"Delete",扩展高度:"Expand height",缩小高度:"Shrink height",恢复默认大小:"Restore default size",无匹配结果:"No matching results"},
|
|
266
|
+
Use Shift + Enter to enter a new line`,"你好,我是小鲸":"Hello, I am BK GPT","输入你的问题,助你高效的完成工作":"Input your question, help you complete work efficiently",框选内容:"Selected content","最小化,将缩成锚点":"Minimize, will shrink to a anchor",复制失败:"Copy failed",取消:"Cancel",请输入内容:"Please input content",删除:"Delete",扩展高度:"Expand height",缩小高度:"Shrink height",恢复默认大小:"Restore default size",无匹配结果:"No matching results"},n6={translateShortcut:`你是受过语言翻译训练的高技能人工智能。我想让你把用三引号分隔的文本翻译(中文翻译成英文,其他语言翻译成中文),确保译文口语化、地道。
|
|
267
267
|
只给我输出结果,其他内容一概不要。请勿用引号将回复包起来
|
|
268
268
|
'''
|
|
269
269
|
{{ SELECTED_TEXT }}
|
|
270
|
-
'''`,explanationShortcut:"您是一位专业的解释者。请详细解释“{{ SELECTED_TEXT }}”。您的解释应包括 1) 基本含义和概念解释;2) 实际应用或使用案例;3) 如果是技术术语,请提供相关技术背景;4) 适当时提供具体示例,以帮助理解。使用清晰易懂的语言,确保非专业人员也能理解。如果该词/短语有多种含义,请列出主要定义。在确保信息完整性和准确性的同时,请保持答复简洁明了。"},G=e=>t6!=="en"?i6[e]||e:n6[e]||e,o6=e=>(l.pushScopeId("data-v-3c62fa58"),e=e(),l.popScopeId(),e),s6={class:"left-section"},r6={class:"logo"},a6=["src"],A6=o6(()=>l.createElementVNode("div",{class:"title"},"AI 蓝鲸",-1)),l6={class:"right-section"},c6=l.defineComponent({__name:"ai-header",props:{isCompressionHeight:{type:Boolean}},emits:["close","toggleCompression"],setup(e,{emit:t}){const n=e,i=t,o=l.computed(()=>n.isCompressionHeight?"icon-morenchicun":"icon-yasuo"),r=l.computed(()=>n.isCompressionHeight?G("恢复默认尺寸"):G("缩小高度")),s=l.ref(null),A=l.ref(null),a=l.ref(null),{createTooltip:u,destroyAll:c}=cn({arrow:!0,delay:[0,0]}),d=()=>{c(),A.value&&u(A.value,r.value,{appendTo:document.querySelector(".ai-blueking-container-wrapper")}),a.value&&u(a.value,G("关闭"),{appendTo:document.querySelector(".ai-blueking-container-wrapper")})};return l.watch(()=>n.isCompressionHeight,()=>{d()}),l.onMounted(()=>{d()}),l.onBeforeUnmount(()=>{c()}),(p,h)=>(l.openBlock(),l.createElementBlock("div",{ref_key:"headerRef",ref:s,class:"header drag-handle"},[l.createElementVNode("div",s6,[l.createElementVNode("div",r6,[l.createElementVNode("img",{src:l.unref(A2),alt:"logo"},null,8,a6)]),A6]),l.createElementVNode("div",l6,[l.createCommentVNode(' <i class="bkai-icon icon-xinzengliaotian"></i> '),l.createCommentVNode(' <i class="bkai-icon icon-history"></i> '),l.createElementVNode("i",{ref_key:"compressionRef",ref:A,class:l.normalizeClass(["bkai-icon",o.value]),onClick:h[0]||(h[0]=v=>i("toggleCompression"))},null,2),l.createElementVNode("i",{ref_key:"closeRef",ref:a,class:"bkai-icon icon-close-line-2",onClick:h[1]||(h[1]=v=>i("close"))},null,512)])],512))}}),ke=(e,t)=>{const n=e.__vccOpts||e;for(const[i,o]of t)n[i]=o;return n},u6=ke(c6,[["__scopeId","data-v-3c62fa58"]]),d6={class:"bar-button-text"},Or=ke(l.defineComponent({__name:"bar-button",props:{icon:{},color:{},text:{}},emits:["click"],setup(e,{emit:t}){l.useCssVars(o=>({"24264d09":o.color}));const n=t,i=e;return(o,r)=>(l.openBlock(),l.createElementBlock("div",{class:"bar-button",onClick:r[0]||(r[0]=s=>n("click"))},[l.createElementVNode("i",{class:l.normalizeClass(["bkai-icon",i.icon])},null,2),l.createElementVNode("span",d6,l.toDisplayString(i.text),1)]))}}),[["__scopeId","data-v-3dcd2abe"]]),h6=e=>(l.pushScopeId("data-v-0857acb1"),e=e(),l.popScopeId(),e),p6={class:"ai-cite"},f6={class:"content"},g6=h6(()=>l.createElementVNode("i",{class:"bkai-icon icon-yinyong"},null,-1)),Vr=ke(l.defineComponent({__name:"ai-cite",props:{text:{},showCloseIcon:{type:Boolean}},emits:["close"],setup(e){const t=e,n=l.ref(null);l.watch(()=>t.text,()=>{n.value&&s(n.value),l.nextTick(()=>{A()})});const i=l.ref(null),o=a=>a.scrollWidth>a.clientWidth,{createTooltip:r,destroyInstance:s}=cn({arrow:!0,delay:[0,0]}),A=()=>{if(i.value){const a=i.value;o(a)&&(n.value=r(a,t.text,{appendTo:document.querySelector(".ai-blueking-container-wrapper")}))}};return l.onMounted(()=>{l.nextTick(()=>{A()})}),(a,u)=>l.withDirectives((l.openBlock(),l.createElementBlock("section",p6,[l.createElementVNode("span",f6,[l.createElementVNode("span",{class:l.normalizeClass(["content-text",{"show-close-icon":a.showCloseIcon}])},[g6,l.createElementVNode("span",{ref_key:"citeTextRef",ref:i,class:"ai-cite-text"},l.toDisplayString(`${l.unref(G)("框选内容")}:${a.text}`),513)],2),a.showCloseIcon?(l.openBlock(),l.createElementBlock("i",{key:0,class:"bkai-icon icon-close-line-2 close-icon",onClick:u[0]||(u[0]=c=>a.$emit("close"))})):l.createCommentVNode("v-if",!0)])],512)),[[l.vShow,a.text]])}}),[["__scopeId","data-v-0857acb1"]]);function Yr(e={}){const t=l.ref(!1);return{isComposing:t,handleCompositionStart:()=>{t.value=!0},handleCompositionEnd:()=>{t.value=!1},handleEnter:A=>{const{isLoading:a,onSend:u,getInputValue:c=()=>"",clearInput:d=()=>{}}=e;if(A.shiftKey)return;A.preventDefault();const p=c();a!=null&&a.value||!p.trim()||t.value||(u==null||u(p),d())},handleSend:()=>{const{onSend:A,getInputValue:a=()=>"",clearInput:u=()=>{}}=e,c=a();c.trim()&&(A==null||A(c),u())},handleStop:()=>{const{onStop:A}=e;A==null||A()}}}const Ur="enablePopup";function x2(){return{enablePopup:l.inject(Ur,!0)}}const un=l.ref(""),Pr=l.ref(""),C2=l.ref(!1),D2={width:80,height:34,offset:15,debounceTime:300};function dn(e){const t=l.ref(!1),n=l.ref({top:"0px",left:"0px"});let i,o=null;const r=l.ref(null);let s=!1,A=null;const a=M=>{A={x:M.clientX,y:M.clientY}},u=M=>{o=M,A&&(s=Math.sqrt(Math.pow(M.clientX-A.x,2)+Math.pow(M.clientY-A.y,2))>5),A=null},c=(M,x)=>{const f=window.innerWidth,{width:C,height:E,offset:m}=D2;let B=M+window.scrollX-C/2;B=Math.max(m,Math.min(B,f-C-m));let b=x+window.scrollY-E-m;return x<=E+m&&(b=x+window.scrollY+m),{top:`${b}px`,left:`${B}px`}},d=M=>{const x=window.innerWidth,{width:f,height:C,offset:E}=D2;let m=M.left+window.scrollX+M.width/2-f/2;m=Math.max(E,Math.min(m,x-f-E));let B=M.top+window.scrollY-C-E;return M.top<=C+E&&(B=M.bottom+window.scrollY+E),{top:`${B}px`,left:`${m}px`}},p=()=>{clearTimeout(i),i=setTimeout(()=>{var C;const M=window.getSelection();if(!(M!=null&&M.toString().trim())){h();return}const x=M.getRangeAt(0);if((C=x.commonAncestorContainer.parentElement)!=null&&C.closest(".ai-blueking-wrapper")){h();return}C2.value=!1,un.value=M.toString().trim();const f=document.activeElement;if((f==null?void 0:f.tagName)==="TEXTAREA"){if(!o){h();return}const{clientX:E,clientY:m}=o;n.value=c(E,m),t.value=!0,o=null}else{const E=x.getBoundingClientRect();if(!E.width||!E.height){h();return}n.value=d(E),t.value=!0}},D2.debounceTime)},h=()=>{t.value=!1,C2.value||(un.value="")},v=M=>{var E,m,B;const x=M.target,f=((E=x.classList)==null?void 0:E.contains("ai-blueking-tag-text"))||((m=x.classList)==null?void 0:m.contains("shortcut-btn")),C=(B=r.value)==null?void 0:B.contains(x);if(!(f||!s)){if(s){M.preventDefault(),M.stopPropagation(),s=!1;return}C||(h(),g())}},g=()=>{const M=window.getSelection();M&&M.removeAllRanges(),un.value=""},y=M=>{un.value=M},w=M=>{Pr.value=M};return l.onMounted(()=>{e&&(document.addEventListener("selectionchange",p),document.addEventListener("mousedown",a),document.addEventListener("mouseup",u),document.addEventListener("click",v,!0))}),l.onBeforeUnmount(()=>{e&&(document.removeEventListener("selectionchange",p),document.removeEventListener("mousedown",a),document.removeEventListener("mouseup",u),document.removeEventListener("click",v,!0)),clearTimeout(i)}),{isIconVisible:t,iconPosition:n,selectedText:un,citeText:Pr,hideIcon:h,clearSelection:g,setSelection:y,setCiteText:w,lockSelectedText:C2,popupRef:r}}function m6(e={}){const{minHeight:t=68,maxHeight:n=248,defaultHeight:i=68}=e,o=l.ref(i),r=l.ref(),s=()=>{if(!r.value)return;r.value.style.height=`${t}px`;const u=r.value.scrollHeight;o.value=Math.min(Math.max(u,t),n)};return{textareaHeight:o,textareaRef:r,updateHeight:s,resetHeight:()=>{o.value=i},bindTextarea:u=>{r.value=u,s()}}}const v6=e=>(l.pushScopeId("data-v-165776b8"),e=e(),l.popScopeId(),e),y6={class:"ai-selected-box"},E6={class:"ai-selected-tip"},B6=v6(()=>l.createElementVNode("i",{class:"bkai-icon icon-yinyong"},null,-1)),w6={class:"ai-selected-tip-text"},M6={class:"ai-selected-box-content"},b6={class:"ai-selected-box-actions"},x6=["onClick"],C6=ke(l.defineComponent({__name:"ai-selected-box",props:{selectedText:{},actions:{}},emits:["shortcut-click"],setup(e,{emit:t}){const n=t,i=e,{clearSelection:o}=dn(!0),r=s=>{n("shortcut-click",s)};return(s,A)=>(l.openBlock(),l.createElementBlock("div",y6,[l.createElementVNode("i",{class:"bkai-icon icon-close-circle-shape",onClick:A[0]||(A[0]=(...a)=>l.unref(o)&&l.unref(o)(...a))}),l.createElementVNode("div",E6,[B6,l.createElementVNode("span",w6,l.toDisplayString(l.unref(G)("已框选内容")),1)]),l.createElementVNode("div",M6,l.toDisplayString(i.selectedText),1),l.createElementVNode("div",b6,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.actions,a=>(l.openBlock(),l.createElementBlock("div",{class:"ai-selected-box-action",key:a.key,onClick:u=>r(a)},[l.createElementVNode("i",{class:l.normalizeClass(["bkai-icon",a.icon])},null,2),l.createElementVNode("span",null,l.toDisplayString(a.label),1)],8,x6))),128))])]))}}),[["__scopeId","data-v-165776b8"]]),D6={class:"bkai-prompt-list-search"},T6={class:"bkai-prompt-list-content"},I6={key:0,class:"bkai-prompt-list-empty"},Q6=["onClick","onMouseover"],L6=ke(l.defineComponent({__name:"prompt-list",props:{prompts:{},show:{type:Boolean}},emits:["select","height-change","update:show"],setup(e,{expose:t,emit:n}){const i=e,o=n,r=l.ref(""),s=l.ref(null),A=l.ref(null),a=l.computed(()=>r.value.trim()?i.prompts.filter(g=>g.toLowerCase().includes(r.value.toLowerCase())):i.prompts);l.watch(()=>i.show,g=>{g&&l.nextTick(()=>{A.value=null})});const u=g=>{o("select",g),o("update:show",!1),r.value=""},c=()=>{a.value.length&&(A.value===null||A.value===a.value.length-1?A.value=0:A.value++,h())},d=()=>{a.value.length&&(A.value===null||A.value===0?A.value=a.value.length-1:A.value--,h())},p=()=>!a.value.length||A.value===null?!1:(u(a.value[A.value]),!0),h=()=>{if(A.value===null||!s.value)return;const g=s.value.querySelector(".bkai-prompt-list-content");if(!g)return;const y=g.children[A.value];if(!y)return;const w=g.getBoundingClientRect(),M=y.getBoundingClientRect();M.top<w.top?g.scrollTop=y.offsetTop:M.bottom>w.bottom&&(g.scrollTop=y.offsetTop+y.offsetHeight-g.clientHeight)};let v=null;return l.onMounted(()=>{s.value&&(v=new ResizeObserver(g=>{for(const y of g)o("height-change",y.contentRect.height)}),v.observe(s.value))}),l.onBeforeUnmount(()=>{v&&s.value&&(v.unobserve(s.value),v.disconnect())}),t({handleArrowDown:c,handleArrowUp:d,handleEnter:p}),(g,y)=>l.withDirectives((l.openBlock(),l.createElementBlock("div",{ref_key:"promptListEl",ref:s,class:"bkai-prompt-list"},[l.createElementVNode("div",D6,[l.createVNode(l.unref(Be.Input),{modelValue:r.value,"onUpdate:modelValue":y[0]||(y[0]=w=>r.value=w),behavior:"simplicity",placeholder:"请输入关键词"},null,8,["modelValue"])]),l.createElementVNode("div",T6,[a.value.length===0?(l.openBlock(),l.createElementBlock("div",I6,l.toDisplayString(l.unref(G)("无匹配结果")),1)):(l.openBlock(!0),l.createElementBlock(l.Fragment,{key:1},l.renderList(a.value,(w,M)=>(l.openBlock(),l.createElementBlock("div",{style:{overflow:"hidden"},class:l.normalizeClass(["bkai-prompt-list-item",{active:A.value===M}]),key:w,onClick:x=>u(w),onMouseleave:y[1]||(y[1]=x=>A.value=null),onMouseover:x=>A.value=M},l.toDisplayString(w),43,Q6))),128))])],512)),[[l.vShow,g.show]])}}),[["__scopeId","data-v-3c27e32d"]]),k6={class:"shortcuts-bar"},N6=["onClick"],S6={class:"shortcut-text"},z6=ke(l.defineComponent({__name:"shortcuts-bar",props:{shortcuts:{}},emits:["shortcut-click"],setup(e,{emit:t}){const n=t;return(i,o)=>(l.openBlock(),l.createElementBlock("div",k6,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.shortcuts,r=>(l.openBlock(),l.createElementBlock("div",{class:"shortcut-item",key:r.key,onClick:s=>n("shortcut-click",r)},[l.createElementVNode("i",{class:l.normalizeClass(["bkai-icon",r.icon])},null,2),l.createElementVNode("span",S6,l.toDisplayString(r.label),1)],8,N6))),128))]))}}),[["__scopeId","data-v-bbc70b4e"]]),R6={class:"chat-input-box"},j6={class:"input-wrapper"},F6={key:0,class:"cite"},O6=["placeholder"],V6={class:"input-tools"},Y6=ke(l.defineComponent({__name:"chat-input-box",props:{shortcuts:{},loading:{type:Boolean},prompts:{}},emits:["send","update:modelValue","stop","height-change","shortcut-click"],setup(e,{emit:t}){l.useCssVars(S=>({ee05ee06:g.value}));const n=t,i=G(`输入 "/" 唤出 Prompt
|
|
271
|
-
通过 Shift + Enter 进行换行输入`),{enablePopup:o}=x2(),{selectedText:r,citeText:s,setCiteText:A,clearSelection:a,lockSelectedText:u}=dn(o),c=e,d=l.ref(),p=l.ref(""),h=l.ref(null),v=l.ref(0),g=l.computed(()=>-(v.value+8)+"px"),y=l.ref(!1),w=S=>{p.value=S,y.value=!1},M=l.ref(),x=l.ref(),f=l.computed(()=>c.loading?"icon-published-zhongzhi":"icon-fasong"),C=l.computed(()=>c.loading?G("停止"):G("发送")),E=l.computed(()=>!c.loading&&!p.value.trim()),{createTooltip:m}=cn({arrow:!0,delay:[0,0]}),B=()=>{c.loading?he():oe()},b=()=>{M.value&&(x.value=m(M.value,C.value,{appendTo:document.querySelector(".ai-blueking-container-wrapper")})),D()},D=()=>{x.value&&(x.value.setContent(C.value),E.value?x.value.disable():x.value.enable())},{textareaHeight:I,updateHeight:L,resetHeight:k,bindTextarea:V}=m6({minHeight:68,maxHeight:248,defaultHeight:68}),U=S=>{j(S),p.value=""},j=S=>{n("shortcut-click",S),a()},{isComposing:F,handleCompositionStart:z,handleCompositionEnd:W,handleSend:q,handleStop:he}=Yr({isLoading:l.computed(()=>c.loading),getInputValue:()=>p.value,clearInput:()=>{p.value="",k()},onSend:S=>n("send",S),onStop:()=>n("stop")});l.watch(s,()=>{var S;s.value.length>0&&((S=d.value)==null||S.focus())}),l.watch(()=>I.value,S=>{n("height-change",S)}),l.watch([()=>c.loading,()=>p.value],()=>{D()});const le=()=>{F.value||L(),p.value.includes("/")?y.value=!0:y.value=!1,n("update:modelValue",p.value)},Ee=()=>{r.value&&(u.value=!0)},oe=()=>{p.value.trim()&&q()},_=S=>{var H;if(y.value){const $=(H=h.value)==null?void 0:H.$el,Ne=d.value;$&&!$.contains(S.target)&&Ne!==S.target&&!(Ne!=null&&Ne.contains(S.target))&&(y.value=!1)}};l.onMounted(()=>{d.value&&(V(d.value),n("height-change",I.value)),b(),document.addEventListener("click",_)}),l.onBeforeUnmount(()=>{document.removeEventListener("click",_)});const ae=S=>{v.value=S},pe=S=>{if(y.value&&["ArrowDown","ArrowUp","Enter"].includes(S.key)){const H=h.value;if(!H)return;S.key==="ArrowDown"?(S.preventDefault(),H.handleArrowDown()):S.key==="ArrowUp"?(S.preventDefault(),H.handleArrowUp()):S.key==="Enter"&&H.handleEnter()&&S.preventDefault();return}p.value.trim()&&r.value&&(r.value=""),S.key==="Enter"&&!S.shiftKey&&(S.preventDefault(),se())},se=()=>{p.value.trim()&&oe()};return(S,H)=>(l.openBlock(),l.createElementBlock("div",R6,[l.unref(r).length>0?(l.openBlock(),l.createBlock(C6,{key:0,style:{"margin-bottom":"10px"},actions:c.shortcuts,"selected-text":l.unref(r),onMousedown:H[0]||(H[0]=l.withModifiers(()=>{},["prevent"])),onShortcutClick:j},null,8,["actions","selected-text"])):(l.openBlock(),l.createBlock(z6,{key:1,style:{"margin-bottom":"8px"},shortcuts:S.shortcuts,onShortcutClick:U},null,8,["shortcuts"])),l.createElementVNode("div",j6,[l.createVNode(L6,{ref_key:"promptListRef",ref:h,class:"prompt-list-wrapper",show:y.value,"onUpdate:show":H[1]||(H[1]=$=>y.value=$),prompts:c.prompts,onHeightChange:ae,onSelect:w},null,8,["show","prompts"]),l.unref(s).length>0?(l.openBlock(),l.createElementBlock("div",F6,[l.createVNode(Vr,{"show-close-icon":!0,text:l.unref(s),onClose:H[2]||(H[2]=$=>l.unref(A)(""))},null,8,["text"])])):l.createCommentVNode("v-if",!0),l.withDirectives(l.createElementVNode("textarea",{ref_key:"textareaRef",ref:d,style:l.normalizeStyle({height:l.unref(I)+"px"}),class:"input-area","onUpdate:modelValue":H[3]||(H[3]=$=>p.value=$),placeholder:l.unref(i),onCompositionend:H[4]||(H[4]=(...$)=>l.unref(W)&&l.unref(W)(...$)),onCompositionstart:H[5]||(H[5]=(...$)=>l.unref(z)&&l.unref(z)(...$)),onFocus:Ee,onInput:le,onKeydown:pe},null,44,O6),[[l.vModelText,p.value]]),l.createElementVNode("div",V6,[l.createElementVNode("i",{ref_key:"actionIconRef",ref:M,class:l.normalizeClass(["bkai-icon",f.value,{disabled:!S.loading&&!p.value.trim()},"clickable"]),onClick:B},null,2)])])]))}}),[["__scopeId","data-v-6c1cceba"]]),U6="data:image/png;base64,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",P6=e=>{var t=e.renderer.rules.link_open||function(n,i,o,r,s){return s.renderToken(n,i,o)};e.renderer.rules.link_open=function(n,i,o,r,s){return n[i].attrSet("target","_blank"),t(n,i,o,r,s)}},H6={class:"delete-confirm-wrapper"},G6={class:"delete-confirm-title"},W6={class:"delete-confirm-content"},Z6={class:"delete-confirm-footer"},J6=ke(l.defineComponent({__name:"delete-confirm",props:{onConfirm:{type:Function},onCancel:{type:Function},title:{},content:{}},setup(e){const t=e,n=t.title||"确认删除该提问?",i=t.content||"删除操作无法撤回,请谨慎操作!",o=()=>{t.onCancel()},r=()=>{t.onConfirm()};return(s,A)=>(l.openBlock(),l.createElementBlock("div",H6,[l.createElementVNode("div",G6,l.toDisplayString(l.unref(n)),1),l.createElementVNode("div",W6,l.toDisplayString(l.unref(i)),1),l.createElementVNode("div",Z6,[l.createVNode(l.unref(Be.Button),{style:{width:"64px","min-width":"64px"},size:"small",theme:"danger",onClick:r},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(G)("删除")),1)]),_:1}),l.createVNode(l.unref(Be.Button),{style:{width:"64px","min-width":"64px"},size:"small",theme:"default",onClick:o},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(G)("取消")),1)]),_:1})])]))}}),[["__scopeId","data-v-adc06f76"]]),gt=new Map;function K6(e,t){const n=typeof e=="string"?document.querySelector(e):e;if(!n){console.error("Target element not found");return}if(gt.has(n)){const a=gt.get(n);return a==null||a.show(),a}const i={onConfirm:()=>{t.onConfirm(),s==null||s.hide(),gt.delete(n)},onCancel:()=>{s==null||s.hide(),gt.delete(n)},title:t.title,content:t.content},o=document.createElement("div"),r=l.h(J6,i);l.render(r,o);const s=St(n,{content:o,interactive:!0,trigger:"manual",theme:"white",placement:t.placement||"top",arrow:!0,appendTo:t.appendTo||document.body,hideOnClick:!0,animation:"scale",duration:200,delay:[0,0],onHidden:()=>{setTimeout(()=>{gt.delete(n),l.render(null,o)},200)}});gt.set(n,s);const A=()=>{s.hide()};return i.onConfirm=()=>{t.onConfirm(),A()},i.onCancel=()=>{A()},s.show(),s}function X6(){gt.forEach(e=>{e.hide()})}const q6={class:"bk-text-editor"},_6=["placeholder"],$6={class:"editor-footer"},eu={class:"button-group"},tu=l.defineComponent({__name:"text-editor",props:{modelValue:{default:""},placeholder:{default:G("请输入内容")},autoFocus:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["submit","update:modelValue","cancel","stop"],setup(e,{expose:t,emit:n}){const i=e,o=n,r=l.ref(null),s=l.ref(i.modelValue),{handleCompositionStart:A,handleCompositionEnd:a,handleEnter:u,handleSend:c}=Yr({isLoading:l.computed(()=>i.loading),getInputValue:()=>s.value,clearInput:()=>{s.value=""},onSend:g=>o("submit",g),onStop:()=>o("stop")});l.watch(()=>i.modelValue,g=>{s.value=g}),l.watch(()=>s.value,g=>{o("update:modelValue",g)});const d=()=>{o("update:modelValue",s.value)},p=g=>{if(g.ctrlKey||g.metaKey){g.preventDefault(),h();return}u(g)},h=()=>{c()},v=()=>{s.value="",o("cancel")};return l.onMounted(()=>{var g;i.autoFocus&&((g=r.value)==null||g.focus())}),t({focus:()=>{var g;(g=r.value)==null||g.focus()},clear:()=>{s.value=""}}),(g,y)=>(l.openBlock(),l.createElementBlock("div",q6,[l.withDirectives(l.createElementVNode("textarea",{ref_key:"textareaRef",ref:r,class:"editor-textarea","onUpdate:modelValue":y[0]||(y[0]=w=>s.value=w),placeholder:g.placeholder,onCompositionend:y[1]||(y[1]=(...w)=>l.unref(a)&&l.unref(a)(...w)),onCompositionstart:y[2]||(y[2]=(...w)=>l.unref(A)&&l.unref(A)(...w)),onInput:d,onKeydown:l.withKeys(p,["enter"])},null,40,_6),[[l.vModelText,s.value]]),l.createElementVNode("div",$6,[l.createElementVNode("div",eu,[l.createVNode(l.unref(Be.Button),{style:{width:"52px","min-width":"52px"},class:"cancel-btn",size:"small",theme:"default",onClick:v},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(G)("取消")),1)]),_:1}),l.createVNode(l.unref(Be.Button),{style:{width:"52px","min-width":"52px"},class:"submit-btn",disabled:!s.value.trim(),size:"small",theme:"primary",onClick:h},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(G)("发送")),1)]),_:1},8,["disabled"])])])]))}}),nu=ke(tu,[["__scopeId","data-v-6c6e674f"]]),iu={key:0,class:"ai-cite-container"},ou={key:1,class:"message-content user"},su={key:0,class:"time-message user"},ru=["innerHTML"],au={key:1,class:"message-content ai"},Au={key:0,class:"time-message ai"},lu={key:2,width:"14",height:"14",class:"loading-message","aria-hidden":"true"},cu=[l.createElementVNode("use",{"xlink:href":"#icon-quanquan"},null,-1)],uu={key:3,class:"message-wrap"},du=["innerHTML"],hu={key:2,class:"message-tool"},pu=l.defineComponent({__name:"render-message",props:{message:{},userPhoto:{default:U6},showTime:{type:Boolean,default:!1},index:{}},emits:["regenerate","resend","delete"],setup(e,{emit:t}){const n=t,i=e,o=l.ref(!1),r=l.ref(null),{enablePopup:s}=x2(),{setCiteText:A}=dn(s),{createTooltipsForSelector:a,destroyAll:u}=cn({placement:"top",arrow:!0,appendTo:"parent",delay:[0,0]}),c=new Wr({html:!0,highlight:(x,f)=>{if(f&&L2.getLanguage(f))try{return L2.highlight(x,{language:f}).value}catch{}return""}}).use(Zr,{iconClass:"bkai-icon icon-fuzhi",buttonClass:"ai-blueking-copy-button"}).use(P6),d=l.computed(()=>{var f;const x={[At.Fail]:"bkai-icon icon-warning-circle-fill",[At.Loading]:"",[At.Success]:""};return(f=i.message)!=null&&f.status?x[i.message.status]:""}),p=l.computed(()=>i.message.content?c.render(i.message.content).replace(/\s*<\/p>\s*$/,"</p>"):""),h=l.computed(()=>{if(!i.message.time)return"";const x=Q2(i.message.time);return Q2().isSame(x,"year")?x.format("MM-DD HH:mm:ss"):x.format("YYYY-MM-DD HH:mm:ss")}),v=x=>{o.value=!1,n("resend",i.index,{message:x,cite:i.message.cite||""})},g=async()=>{try{await navigator.clipboard.writeText(i.message.content),Be.Message({theme:"success",message:G("复制成功")})}catch(x){console.error("复制失败:",x),Be.Message({theme:"error",message:G("复制失败")})}},y=()=>{n("regenerate",i.index)},w=x=>{const f=x.currentTarget;K6(f,{onConfirm:()=>{n("delete",i.index)},onCancel:()=>{},placement:"top",appendTo:r.value})},M=()=>{u(),a(".message-tool .icon-fuzhi",G("复制")),a(".message-tool .icon-zhongxinshengcheng",G("重新生成")),a(".message-tool .icon-yinyong",G("引用")),a(".message-tool .icon-bianji",G("编辑")),a(".message-tool .icon-shanchu",G("删除"))};return l.onMounted(()=>{setTimeout(M,0)}),l.watch(()=>i.message,()=>{setTimeout(M,0)},{deep:!0}),l.watch(o,x=>{x||setTimeout(M,0)}),l.onBeforeUnmount(()=>{X6()}),(x,f)=>(l.openBlock(),l.createElementBlock("li",{ref_key:"messageMainRef",ref:r,class:l.normalizeClass([x.message.role,"message-main"])},[x.message.cite?(l.openBlock(),l.createElementBlock("div",iu,[l.createVNode(Vr,{text:x.message.cite},null,8,["text"])])):l.createCommentVNode("v-if",!0),l.createElementVNode("div",{class:l.normalizeClass(`message-content-container ${x.message.role}`)},[x.message.role===l.unref(ri).User?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[o.value?(l.openBlock(),l.createBlock(nu,{key:0,"auto-focus":!0,"model-value":x.message.content,onCancel:f[0]||(f[0]=C=>o.value=!1),onSubmit:v},null,8,["model-value"])):(l.openBlock(),l.createElementBlock("p",ou,[h.value&&i.showTime?(l.openBlock(),l.createElementBlock("span",su,l.toDisplayString(h.value),1)):l.createCommentVNode("v-if",!0),l.createElementVNode("span",{class:"markdown-message",innerHTML:p.value},null,8,ru)]))],64)):(l.openBlock(),l.createElementBlock("p",au,[h.value&&i.showTime?(l.openBlock(),l.createElementBlock("span",Au,l.toDisplayString(h.value),1)):l.createCommentVNode("v-if",!0),d.value?(l.openBlock(),l.createElementBlock("i",{key:1,class:l.normalizeClass(d.value)},null,2)):l.createCommentVNode("v-if",!0),x.message.status===l.unref(At).Loading?(l.openBlock(),l.createElementBlock("svg",lu,cu)):l.createCommentVNode("v-if",!0),x.message.status===l.unref(At).Fail?(l.openBlock(),l.createElementBlock("span",uu,l.toDisplayString(x.message.content),1)):(l.openBlock(),l.createElementBlock("span",{key:4,innerHTML:p.value,class:l.normalizeClass({"markdown-message":!0,loading:x.message.status===l.unref(At).Loading})},null,10,du))])),!o.value&&x.message.status!==l.unref(At).Loading?(l.openBlock(),l.createElementBlock("div",hu,[l.createElementVNode("i",{class:"bkai-icon icon-fuzhi",onClick:g}),l.createElementVNode("i",{class:"bkai-icon icon-yinyong",onClick:f[1]||(f[1]=C=>l.unref(A)(x.message.content))}),x.message.role===l.unref(ri).Ai?(l.openBlock(),l.createElementBlock("i",{key:0,class:"bkai-icon icon-zhongxinshengcheng",onClick:y})):l.createCommentVNode("v-if",!0),x.message.role===l.unref(ri).User?(l.openBlock(),l.createElementBlock("i",{key:1,class:"bkai-icon icon-bianji",onClick:f[2]||(f[2]=C=>o.value=!0)})):l.createCommentVNode("v-if",!0),l.createElementVNode("i",{class:"bkai-icon icon-shanchu",onClick:w})])):l.createCommentVNode("v-if",!0)],2)],2))}}),Hr=[{label:G("翻译"),prompt:G("translateShortcut"),key:"translate",icon:"icon-fanyi"},{label:G("解释"),prompt:G("explanationShortcut"),key:"explanation",icon:"icon-jieshi"}],fu={class:"popup-content"},gu=["src"],mu={class:"shortcut-buttons"},vu=["onClick"],yu={class:"btn-text ai-blueking-tag-text"},Eu=ke(l.defineComponent({__name:"render-popup",props:{shortcuts:{}},emits:["click","shortcut-click"],setup(e,{emit:t}){const n=e,{enablePopup:i}=x2(),{isIconVisible:o,iconPosition:r,popupRef:s,clearSelection:A}=dn(i),a=n.shortcuts||Hr,u=t,c=()=>{u("click"),o.value=!1},d=p=>{try{u("shortcut-click",p),A(),o.value=!1}catch(h){console.error("处理快捷按钮点击事件时出错:",h)}};return(p,h)=>l.unref(o)?(l.openBlock(),l.createElementBlock("div",{key:0,ref_key:"popupRef",ref:s,style:l.normalizeStyle(l.unref(r)),class:"ai-blueking-render-popup",onMousedown:h[0]||(h[0]=l.withModifiers(()=>{},["prevent"]))},[l.createElementVNode("div",fu,[l.createCommentVNode(" AI图标按钮 "),l.createElementVNode("div",{class:"popup-icon-btn",onClick:c},[l.createElementVNode("img",{class:"avatar",src:l.unref(A2),alt:"AI"},null,8,gu),l.createElementVNode("span",null,l.toDisplayString(l.unref(G)("问问小鲸")),1)]),l.createCommentVNode(" 快捷按钮组 "),l.createElementVNode("div",mu,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(a),(v,g)=>(l.openBlock(),l.createElementBlock("div",{class:"shortcut-btn",key:g,onClick:y=>d(v)},[v.icon?(l.openBlock(),l.createElementBlock("i",{key:0,class:l.normalizeClass(["bkai-icon",v.icon])},null,2)):l.createCommentVNode("v-if",!0),l.createElementVNode("span",yu,l.toDisplayString(v.label),1)],8,vu))),128))])])],36)):l.createCommentVNode("v-if",!0)}}),[["__scopeId","data-v-45975be6"]]);function Bu(e={}){const t=e.initWidth||400,n=e.minWidth||400,i=e.minHeight||400,o=e.maxWidthPercent||40,r=e.miniHeight||800,s=50,A=l.ref(window.innerWidth-t),a=l.ref(0),u=l.ref(A.value),c=l.ref(t),d=l.ref(window.innerHeight),p=l.ref(window.innerWidth*(o/100)),h=l.ref(!1),v=l.ref(0),g=(x,f)=>{u.value=x,a.value=f,v.value=x-(window.innerWidth-c.value)},y=(x,f,C,E)=>{u.value=x,a.value=f,c.value=Math.min(C,p.value),d.value=E},w=()=>{p.value=window.innerWidth*(o/100),l.nextTick(()=>{if(h.value)u.value=window.innerWidth-c.value-s,a.value=window.innerHeight-r-s;else{const x=window.innerWidth-c.value-v.value;u.value=Math.max(0,x),d.value=window.innerHeight}c.value>p.value&&(c.value=p.value)})},M=()=>{h.value?(a.value=0,l.nextTick(()=>{d.value=window.innerHeight,u.value=A.value,c.value=t})):(a.value=window.innerHeight-r-s,u.value=A.value-s,c.value=t,d.value=r),h.value=!h.value};return l.onMounted(()=>{window.addEventListener("resize",w)}),l.onBeforeUnmount(()=>{window.removeEventListener("resize",w)}),{minWidth:n,minHeight:i,maxWidth:p,top:a,left:u,width:c,height:d,isCompressionHeight:h,handleDragging:g,handleResizing:y,toggleCompression:M}}function wu(e){const i=window.innerHeight-48-40,o=window.innerWidth-48-16,r=l.ref(o),s=l.ref(i),A=l.ref(0),a=E=>{E?r.value=window.innerWidth-12:r.value=o},u=(E,m)=>{s.value=m,A.value=m-i},c=()=>{l.nextTick(()=>{s.value=window.innerHeight-48-40+A.value,d.value?r.value=window.innerWidth-12:r.value=window.innerWidth-48-16})},d=l.ref(!1),p=l.ref(!1),h=l.ref(!1);let v=0;const g=()=>{if(h.value){h.value=!1;return}d.value||e("click")},y=()=>{d.value=!d.value,e("minimize",d.value),d.value?r.value=window.innerWidth-12:r.value=window.innerWidth-60},w=(E,m)=>{r.value=E,s.value=m},M=()=>{p.value=!0},x=()=>{p.value=!1},f=()=>{v=Date.now(),h.value=!1},C=()=>{Date.now()-v>200&&(h.value=!0)};return l.onMounted(()=>{window.addEventListener("resize",c)}),l.onUnmounted(()=>{window.removeEventListener("resize",c)}),{nimbusWidth:48,nimbusHeight:48,nimbusLeft:r,nimbusTop:s,isMinimize:d,isHovering:p,isDragging:h,handleNimbusDragging:u,handleNimbusMinimize:a,handleClick:g,handleMinimize:y,handleDragging:w,handleMouseEnter:M,handleMouseLeave:x,handleMouseDown:f,handleMouseUp:C}}const Mu={class:"nimbus-icon-wrapper"},bu=["src"],xu=ke(l.defineComponent({name:"NimbusButton",__name:"nimbus",props:{isPanelShow:{type:Boolean}},emits:["click","minimize"],setup(e,{emit:t}){const n=t,i=l.ref(null),o=l.ref(null),{nimbusLeft:r,nimbusTop:s,isMinimize:A,handleClick:a,handleMinimize:u,handleDragging:c,handleMouseEnter:d,handleMouseLeave:p,handleMouseDown:h,handleMouseUp:v}=wu(n),g=l.computed(()=>A.value?G("恢复默认大小"):G("最小化,将缩成锚点")),{createTooltip:y,destroyAll:w}=cn({theme:"ai-blueking",followCursor:"horizontal",delay:[0,0]}),M=()=>{w(),i.value&&!A.value&&y(i.value,"Cmd + I",{placement:"left"}),o.value&&y(o.value,g.value,{placement:"top"})};return l.watch(()=>A.value,()=>{l.nextTick(()=>{M()})}),l.onMounted(()=>{l.nextTick(()=>{M()})}),(x,f)=>(l.openBlock(),l.createBlock(l.unref(ei),{active:!x.isPanelShow,axis:"y",draggable:!0,h:48,parent:!0,"prevent-deactivation":!0,resizable:!1,w:48,x:l.unref(r),y:l.unref(s),onDragging:l.unref(c)},{default:l.withCtx(()=>[l.createElementVNode("div",{ref_key:"nimbusContainerRef",ref:i,class:l.normalizeClass(["nimbus-container",{"is-minimize":l.unref(A)}]),onClick:f[1]||(f[1]=(...C)=>l.unref(a)&&l.unref(a)(...C)),onMousedown:f[2]||(f[2]=(...C)=>l.unref(h)&&l.unref(h)(...C)),onMouseenter:f[3]||(f[3]=(...C)=>l.unref(d)&&l.unref(d)(...C)),onMouseleave:f[4]||(f[4]=(...C)=>l.unref(p)&&l.unref(p)(...C)),onMouseup:f[5]||(f[5]=(...C)=>l.unref(v)&&l.unref(v)(...C))},[l.createElementVNode("div",Mu,[l.createElementVNode("img",{width:"32",height:"32",src:l.unref(A2),alt:"nimbus"},null,8,bu)]),l.createElementVNode("i",{ref_key:"minimizeButtonRef",ref:o,class:l.normalizeClass(["nimbus-mini bkai-icon",l.unref(A)?"icon-yinyong":"icon-minus-line"]),onClick:f[0]||(f[0]=l.withModifiers((...C)=>l.unref(u)&&l.unref(u)(...C),["stop"]))},null,2)],34)]),_:1},8,["active","x","y","onDragging"]))}}),[["__scopeId","data-v-3aad3233"]]),Cu={class:"ai-blueking-wrapper"},Du={class:"ai-blueking-container"},Tu={class:"content-wrapper"},Iu={class:"greeting-title"},Qu={class:"greeting-anmition-wrapper"},Lu={key:0,class:"bottom-tools-bar"},ku=ke(l.defineComponent({__name:"ai-blueking-new",props:{enablePopup:{type:Boolean,default:!0},shortcuts:{default:()=>Hr},url:{default:""},prompts:{default:()=>[]}},emits:["shortcut-click","close","show","stop"],setup(e,{expose:t,emit:n}){l.useCssVars(Y=>({"4a8ef618":B.value+"px"}));const i=e,o=n;l.provide(Ur,i.enablePopup);const r=l.ref(),s=l.ref(!1),A=l.ref(""),a=l.ref(),u=l.ref(!1);let c=0;const{minWidth:d,minHeight:p,maxWidth:h,top:v,left:g,width:y,height:w,isCompressionHeight:M,handleDragging:x,handleResizing:f,toggleCompression:C}=Bu({maxWidthPercent:80}),E=l.ref(68),m=Y=>{E.value=Y},B=l.computed(()=>{const re=b.value?100:70;return E.value+40+re}),{selectedText:b,citeText:D,setCiteText:I}=dn(i.enablePopup),L=()=>{s.value=!1,o("close")},k=()=>{s.value=!0,o("show")},V=()=>{k()};ga(),fa();const U={sessionCode:"1",sessionName:"test",model:""},j=l.ref(!1),F=()=>{j.value=!1},z=()=>{if(!a.value)return;j.value=!0;const{scrollTop:Y,scrollHeight:re,clientHeight:fe}=a.value,_e=Y+fe>=re-50;u.value=!_e&&re>fe,_e&&Y>c&&F(),c=Y};l.watch(a,Y=>{Y&&Y.addEventListener("scroll",z)});const{currentSession:W,sessionContents:q,sendChat:he,stopChat:le,setCurrentSession:Ee,currentSessionLoading:oe,reGenerateChat:_,reSendChat:ae,deleteChat:pe}=pa({handleStart:()=>{S()},handleText:()=>{S()},handleEnd:()=>{S()},requestOptions:{url:i.url}});Ee(U);const se=()=>{var Y;(Y=a.value)==null||Y.scrollTo({top:a.value.scrollHeight,behavior:"smooth"})},S=()=>{j.value||a.value&&e6(a.value)},H=Y=>{Y.trim()&&(F(),he({message:Y,cite:D.value},()=>{l.nextTick(S)}),A.value="",I(""))},$=Y=>{_(Y)},Ne=(Y,re)=>{ae(Y,re)},qe=()=>{le(W.value.sessionCode),o("stop")},st=Y=>{!s.value&&k(),he({message:Y.label,cite:b.value||A.value,shortcut:Y}),o("shortcut-click",Y)},mt=Y=>{pe(Y)};return l.watch(q,()=>{l.nextTick(S)},{deep:!0}),t({handleShow:k,handleStop:qe,sendChat:he,handleSendMessage:H,handleShortcutClick:st,handleDelete:mt,handleRegenerate:$,handleResend:Ne}),(Y,re)=>(l.openBlock(),l.createElementBlock("div",Cu,[s.value?(l.openBlock(),l.createBlock(l.unref(ei),{key:0,ref_key:"resizeWrapper",ref:r,active:s.value,draggable:!0,h:l.unref(w),"max-width":l.unref(h),"min-height":l.unref(p),"min-width":l.unref(d),parent:!0,"prevent-deactivation":!0,resizable:!0,w:l.unref(y),x:l.unref(g),y:l.unref(v),"class-name":"ai-blueking-container-wrapper","drag-handle":".drag-handle",onDragging:l.unref(x),onResizing:l.unref(f)},{default:l.withCtx(()=>[l.createElementVNode("div",Du,[l.createCommentVNode(" 顶部栏 "),l.createVNode(u6,{"is-compression-height":l.unref(M),onClose:L,onToggleCompression:l.unref(C)},null,8,["is-compression-height","onToggleCompression"]),l.createElementVNode("div",Tu,[l.createCommentVNode(" 主要内容区域 "),l.createElementVNode("div",{class:l.normalizeClass(`main-content ${l.unref(q).length===0?"greeting-layout":"chat-layout"}`)},[l.unref(q).length===0?(l.openBlock(),l.createBlock(l.unref(a2).div,{key:0,class:"greeting-box",transition:{duration:.5,ease:[.33,1,.68,1],type:"tween"},animate:{opacity:1},initial:{opacity:1}},{default:l.withCtx(()=>[l.createElementVNode("div",Iu,l.toDisplayString(l.unref(G)("你好,我是小鲸")),1),l.createElementVNode("div",Qu,[l.createVNode(l.unref(a2).div,{class:"greeting-text",transition:{duration:1.2,ease:[.16,.77,.47,.97],scaleX:{type:"spring",stiffness:160,damping:15,mass:.5,delay:.1}},animate:{width:"auto",scaleX:1},initial:{width:0,scaleX:0}},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(G)("输入你的问题,助你高效的完成工作")),1)]),_:1})])]),_:1})):l.createCommentVNode("v-if",!0),l.createElementVNode("div",{ref_key:"messageWrapper",ref:a,style:l.normalizeStyle({opacity:l.unref(q).length>0?1:0}),class:"message-wrapper"},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(q),(fe,_e)=>(l.openBlock(),l.createBlock(pu,{index:_e,key:fe.id,message:fe,onDelete:mt,onRegenerate:$,onResend:Ne},null,8,["index","message"]))),128))],4),l.createVNode(l.unref(a2).div,{transition:{duration:.5,ease:[.33,1,.68,1],type:"tween",layoutId:"chat-input"},class:l.normalizeClass(`chat-input-container ${l.unref(q).length===0?"centered":"bottom"}`),layout:""},{default:l.withCtx(()=>[l.unref(oe)||u.value?(l.openBlock(),l.createElementBlock("div",Lu,[l.unref(oe)?(l.openBlock(),l.createBlock(Or,{key:0,color:"#EA3636",icon:"icon-tingzhishengcheng",text:"停止生成",onClick:qe})):l.createCommentVNode("v-if",!0),u.value?(l.openBlock(),l.createBlock(Or,{key:1,color:"#979BA5",icon:"icon-jiantou",text:"返回底部",onClick:se})):l.createCommentVNode("v-if",!0)])):l.createCommentVNode("v-if",!0),l.createVNode(Y6,{modelValue:A.value,"onUpdate:modelValue":re[0]||(re[0]=fe=>A.value=fe),loading:l.unref(oe),prompts:i.prompts,shortcuts:Y.shortcuts,onHeightChange:m,onSend:H,onShortcutClick:st,onStop:qe},null,8,["modelValue","loading","prompts","shortcuts"])]),_:1},8,["class"])],2)])])]),_:1},8,["active","h","max-width","min-height","min-width","w","x","y","onDragging","onResizing"])):l.createCommentVNode("v-if",!0),l.createVNode(xu,{"is-panel-show":s.value,"onUpdate:isPanelShow":re[1]||(re[1]=fe=>s.value=fe),onClick:V},null,8,["is-panel-show"]),l.createVNode(Eu,{shortcuts:Y.shortcuts,onClick:re[2]||(re[2]=fe=>s.value=!0),onShortcutClick:st},null,8,["shortcuts"])]))}}),[["__scopeId","data-v-e952a6bc"]]);(function(){var e='<svg xmlns="http://www.w3.org/2000/svg" data-name="bkai" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0;visibility:hidden"><symbol id="icon-warning-circle-fill" viewBox="0 0 1024 1024"><path fill="#737987" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 640h-64v-64h64v64zm0-128h-64V320h64v256z"/></symbol><symbol id="icon-close-circle-shape" viewBox="0 0 64 64"><path fill="#737987" d="M32 4C16.5 4 4 16.5 4 32s12.5 28 28 28 28-12.5 28-28S47.5 4 32 4zm11.3 36.5l-2.8 2.8-8.5-8.5-8.5 8.5-2.8-2.8 8.5-8.5-8.5-8.5 2.8-2.8 8.5 8.5 8.5-8.5 2.8 2.8-8.5 8.5 8.5 8.5z"/></symbol><symbol id="icon-close-line-2" viewBox="0 0 64 64"><path d="M52 16.2L47.8 12 32 27.8 16.2 12 12 16.2 27.8 32 12 47.8l4.2 4.2L32 36.2 47.8 52l4.2-4.2L36.2 32z"/></symbol><symbol id="icon-minus-line" viewBox="0 0 1024 1024"><path d="M128 448h768v128H128V448z" class="st0"/></symbol><symbol id="icon-visible1" viewBox="0 0 1024 1024"><path d="M512 384a128 128 0 10128 128 128 128 0 00-128-128zm0 192a64 64 0 1164-64 64 64 0 01-64 64z"/><path d="M512 240C264.64 240 64 512 64 512s200.64 272 448 272 448-272 448-272-200.64-272-448-272zm0 480c-160 0-304-139.04-364.96-208C208 442.88 352 304 512 304s304 139.04 364.96 208C816 581.12 672 720 512 720z"/></symbol><symbol id="icon-links" viewBox="0 0 1024 1024"><path d="M263.04 760.96a148.48 148.48 0 01-1.92-224l92.48-92.48-45.12-45.76L216 491.2a212.8 212.8 0 001.92 314.88A212.8 212.8 0 00532.8 808l92.48-92.48L579.84 672l-92.48 92.48a148.48 148.48 0 01-224.32-3.52zM491.2 216l-92.48 92.48 45.44 45.12 92.48-92.48a148.48 148.48 0 01224 1.92 148.48 148.48 0 011.92 224L672 579.84l45.12 45.44 92.48-92.48a212.8 212.8 0 00-1.92-314.88A212.8 212.8 0 00491.2 216z"/><path d="M398.786 579.888l181.019-181.02 45.255 45.255-181.02 181.02-45.254-45.255z"/></symbol><symbol id="icon-quanquan" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M512 64.129c-9.343-.661-18.345 3.338-27.005 11.998-2.666 2.667-4.831 6.165-6.495 10.495-1.664 4.33-2.496 7.498-2.496 9.503v4c0 10.004 2.997 18.003 8.991 23.997 3.328 4.01 7.327 6.847 11.999 8.511 4.671 1.664 8.34 2.496 11.006 2.496h4c68.003 0 130.993 16.83 188.97 50.49 57.978 33.66 103.807 79.49 137.489 137.488 33.681 57.999 50.511 121.16 50.49 189.483-.021 68.322-16.851 131.313-50.49 188.97-33.64 57.657-79.469 103.316-137.489 136.976-58.02 33.66-121.18 50.49-189.482 50.49-68.301 0-131.292-16.83-188.97-50.49-57.68-33.66-103.338-79.319-136.977-136.976-33.639-57.657-50.469-120.818-50.49-189.482 0-10.005-3.669-18.676-11.007-26.013-2.666-3.328-6.164-5.824-10.494-7.487-4.33-1.664-7.498-2.496-9.503-2.496h-4c-10.004 0-18.334 3.338-24.99 10.015-4.01 4.01-6.846 8.18-8.51 12.51-1.664 4.33-2.496 7.498-2.496 9.503v4c0 60.665 11.828 118.663 35.484 173.996 23.656 55.332 55.482 102.996 95.477 142.991 39.996 39.996 87.66 71.822 142.992 95.478 55.332 23.656 113.33 35.483 173.996 35.483 60.665 0 118.664-11.827 173.996-35.483 55.332-23.656 102.996-55.482 142.992-95.478 39.995-39.995 71.82-87.659 95.477-142.991 23.656-55.333 35.484-113.331 35.484-173.996 0-60.665-11.828-118.664-35.484-173.996-23.656-55.333-55.482-102.997-95.477-142.992-39.996-39.996-87.66-71.821-142.992-95.477C630.664 75.989 572.666 64.16 512 64.16v-.032z"/></symbol><symbol id="icon-yanjing-kejian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 192c247.4 0 448 143.3 448 320S759.4 832 512 832 64 688.7 64 512s200.6-320 448-320zm0 64c-54.2 0-106.6 7.5-155.9 22.4-46.6 14.1-88.3 34.1-123.7 59.4C165.1 385.9 128 447.8 128 512c0 64.2 37.1 126.1 104.4 174.2 35.4 25.3 77.1 45.3 123.7 59.4C405.4 760.5 457.8 768 512 768s106.6-7.5 155.9-22.4c46.6-14.1 88.3-34.1 123.7-59.4C858.9 638.1 896 576.2 896 512c0-64.2-37.1-126.1-104.4-174.2-35.4-25.3-77.1-45.3-123.7-59.4C618.6 263.5 566.2 256 512 256zm0 96c88.4 0 160 71.6 160 160s-71.6 160-160 160-160-71.6-160-160 71.6-160 160-160zm0 64c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96z"/></symbol><symbol id="icon-shipin-2" viewBox="0 0 1024 1024"><path fill="#FF9C01" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM433.067 486.16v161.072c0 44.295 29.53 60.402 67.113 36.242l107.381-71.14c36.242-26.846 36.242-67.114 0-91.275L500.18 449.92c-36.241-24.16-67.113-8.053-67.113 36.241zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="icon-tupian-2" viewBox="0 0 1024 1024"><path fill="#699DF4" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm-18.4 512l-112 144-80-96-112 144h448l-144-192zM480 448c-35.346 0-64 28.654-64 64 0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64zm122-310.2V326h188.2L602 137.8z"/></symbol><symbol id="icon-wenben-2" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM656 704H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h288c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-64-128H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zM464 448h-96c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h96c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm138-310.2V326h188.2L602 137.8z"/></symbol><symbol id="icon-yasuobao-2" viewBox="0 0 1024 1024"><path fill="#63656E" fill-rule="evenodd" d="M623.999 64c26.5 0 63.499 15.5 82 34l156 156c18.5 18.5 34.001 55.5 34.001 82v576.001c0 26.5-21.5 47.999-48.002 47.999H176c-26.5 0-48-21.5-48-47.999V112c0-26.5 21.5-48 48-48h447.999zM296 456h-64v222h128V518h-64v-62zm16 110v64h-32v-64h32zm48-174h-64v64h64v-64zm-64-64h-64v64h64v-64zm64-64h-64v64h64v-64zm280-132v188h188c-3-8.5-7.501-17-11.001-20.5L660.499 143c-3.5-3.5-12-8-20.499-11zm-344 68h-64v64h64v-64zm64-64h-64v64h64v-64z"/></symbol><symbol id="icon-yinle-2" viewBox="0 0 1024 1024"><path fill="#F8B4B4" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm-6.312 385.187l-133.876 40.95c-16.187 4.637-29.4 21.525-29.4 37.712v141.225s-9.712-6.562-31.324-3.5c-31.763 4.55-57.488 28.875-57.488 54.425 0 25.55 25.725 41.213 57.488 36.663 31.762-4.463 55.037-28.088 55.037-53.638V582.449c0-11.375 13.65-16.187 13.65-16.187l118.387-37.1s13.126-4.375 13.126 7.7v96.862s-12.076-6.912-33.688-4.287c-31.762 3.85-57.488 27.65-57.488 53.2 0 25.55 25.726 41.737 57.488 37.887 31.762-3.85 57.488-27.65 57.488-53.2V470.187c0-16.275-13.126-25.638-29.4-21zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="icon-doc-3" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M675.35 62.103a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12l-536.406-76.587c-21.028-2.995-36.65-21-36.65-42.24V175.932c0-21.24 15.622-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zm220.693 76.837c23.564 0 42.666 19.102 42.666 42.667v682.666c0 23.564-19.102 42.667-42.666 42.667H725.376v-85.333h128V224.273h-128V138.94h170.667zM298.709 352.273h-85.333v341.334h85.333l85.334-85.334 85.333 85.334h85.333V352.273h-85.333v212.864l-85.333-84.864-84.907 85.334-.427-213.334z"/></symbol><symbol id="icon-excel-2" viewBox="0 0 1024 1024"><path fill="#2DCB56" fill-rule="evenodd" d="M675.307 51.163a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12L121.94 901.248c-21.027-2.995-36.65-21-36.65-42.24V164.992c0-21.24 15.623-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zM896 128c23.564 0 42.667 19.103 42.667 42.667v682.666C938.667 876.897 919.564 896 896 896H725.333v-85.333h128V213.333h-128V128H896zM315.733 341.333h-102.4L332.8 512 213.333 682.667h102.4L384 585.13l68.267 97.536h102.4L435.2 512l119.467-170.667h-102.4L384 438.87l-68.267-97.536z"/></symbol><symbol id="icon-markdown" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.8zM443.562 477.562h-90V768h55.876V603.75c0-24.5-.813-48.938-2.438-73.312h1.688c4.374 21.374 7.437 34.437 9.187 39.187L490.438 768h49.312l71.625-200.25c2.25-6.25 5.25-18.688 9-37.312h1.5c-1.625 24.624-2.437 45.062-2.437 61.312V768h61.124V477.562H593l-62.812 175.126c-4.126 11.624-8.126 25.374-12 41.25h-1.313c-1.875-12.75-5.437-26.376-10.687-40.876l-62.626-175.5zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="icon-pdf-2" viewBox="0 0 1024 1024"><path fill="#EA3636" fill-rule="evenodd" d="M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.217 637.256c-15.174-.489-31.314.67-49.65 2.964-24.298-14.987-40.654-35.582-52.274-65.827.28-1.152.86-3.538 1.063-4.38.474-1.958.867-3.594 1.243-5.185 4.293-18.13 6.615-31.358 7.3-44.695.518-10.074-.04-19.368-1.827-27.976-3.298-18.584-16.454-29.453-33.021-30.126-15.446-.627-29.649 7.993-33.281 21.373-5.913 21.612-2.45 50.07 10.08 98.582-15.964 38.056-37.052 82.661-51.203 107.539-18.885 9.74-33.604 18.605-45.953 28.427-16.303 12.966-26.48 26.29-29.286 40.306-1.355 6.48.692 14.966 5.36 21.912 5.296 7.879 13.282 12.991 22.855 13.735 24.152 1.877 53.83-23.024 86.59-79.258 3.295-1.09 6.78-2.257 11.026-3.69 2.323-.783 10.464-3.538 11.91-4.026 7.521-2.54 12.98-4.36 18.376-6.116 23.396-7.612 41.096-12.429 57.21-15.163 27.973 14.973 60.316 24.796 82.098 24.796 17.979 0 30.126-9.319 34.515-23.985 3.857-12.886.794-27.824-7.473-36.084-8.56-8.41-24.3-12.434-45.658-13.123zm-247.985 128.42v-.36l.126-.338c1.275-3.421 3.157-7.008 5.6-10.758 4.284-6.576 10.173-13.5 17.472-20.865 3.92-3.955 8.002-7.8 12.79-12.12 1.073-.969 7.91-7.059 9.189-8.25l11.176-10.407-8.12 12.934c-12.326 19.638-23.46 33.78-33.013 43.004-3.507 3.387-6.6 5.9-9.091 7.505-1.027.662-1.916 1.144-2.613 1.424-.409.163-.771.268-1.13.302-.38.045-.765-.01-1.117-.16a2.068 2.068 0 01-1.269-1.911zm125.934-218.269l-2.26 4.007-1.39-4.385c-3.114-9.829-5.387-24.641-6.016-37.997-.716-15.197.49-24.323 5.286-24.323 6.74 0 9.831 10.808 10.076 27.053.216 14.28-2.03 29.142-5.696 35.645zm-5.81 58.464l1.534-4.05 2.088 3.795c11.69 21.245 26.858 38.967 43.538 51.315l3.595 2.662-4.38.904c-16.328 3.372-31.544 8.457-52.34 16.842 2.174-.876-21.623 8.863-27.638 11.169l-5.252 2.013 2.802-4.877c12.35-21.496 23.758-47.326 36.052-79.773h.001zm157.626 76.261c-7.864 3.104-24.777.329-54.569-12.387l-7.561-3.227 8.199-.607c23.295-1.724 39.807-.44 49.422 3.08 4.09 1.498 6.824 3.388 8.037 5.553 1.31 2.336.71 4.81-1.362 6.31-.448.427-1.155.88-2.166 1.278z"/></symbol><symbol id="icon-ppt-2" viewBox="0 0 1024 1024"><path fill="#FF5656" fill-rule="evenodd" d="M675.35 62.103a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12l-536.406-76.587c-21.028-2.995-36.65-21-36.65-42.24V175.932c0-21.24 15.622-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zm220.693 76.837c23.564 0 42.666 19.102 42.666 42.667v682.666c0 23.564-19.102 42.667-42.666 42.667H725.376v-85.333h128V224.273h-128V138.94h170.667zM540.487 323.829H199.154v341.333h85.333V579.83h256v-256zm-85.333 85.333v85.333H284.487v-85.333h170.667z"/></symbol><symbol id="icon-sousuo" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M478.72 128c193.6 0 350.72 157.12 350.72 350.72 0 82.88-28.8 159.04-76.8 218.88l131.84 131.84c15.36 15.36 15.36 40 0 55.04s-40 15.36-55.04 0L697.6 752.64c-60.16 48-136 76.8-218.88 76.8-193.6 0-350.72-157.12-350.72-350.72S285.12 128 478.72 128zm0 78.4c-150.4 0-272.32 121.92-272.32 272.32s121.92 272.32 272.32 272.32c58.56 0 114.24-18.56 160.32-52.16l9.6-7.36 23.68-19.2 19.2-23.68c35.84-44.8 56.64-99.52 59.2-157.44l.32-12.48c0-150.4-121.92-272.32-272.32-272.32z" clip-rule="evenodd"/></symbol><symbol id="icon-chouti" viewBox="0 0 1024 1024"><path d="M864 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64H160c-35.346 0-64-28.654-64-64V224c0-35.346 28.654-64 64-64zm-320 64H160v576h384V224zm320 0H608v576h256V224zm-64 224v64H672v-64h128zm0-128v64H672v-64h128z"/></symbol><symbol id="icon-liaotianchuang" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M832 160c35.346 0 64 28.654 64 64v569.6c0 38.88-28.654 70.4-64 70.4H192c-35.346 0-64-31.52-64-70.4V224c0-35.346 28.654-64 64-64h640zm0 192H192v448h640V352zM704 224c-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32 17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32 17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32zm192 0c-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32 17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32z"/></symbol><symbol id="icon-sikao" viewBox="0 0 1024 1024"><path d="M528 96c61.856 0 112 50.144 112 112 0 .376-.002.751-.006 1.126C774.73 260.666 870.4 391.16 870.4 544c0 22.55-2.082 44.612-6.066 66.007C883.94 630.144 896 657.663 896 688c0 61.856-50.144 112-112 112a112.7 112.7 0 01-19.49-1.69C699.754 862.65 610.519 902.4 512 902.4s-187.753-39.75-252.539-104.088A112.33 112.33 0 01240 800c-61.856 0-112-50.144-112-112 0-30.337 12.061-57.856 31.65-78.025A361.172 361.172 0 01153.6 544c0-164.845 111.29-303.696 262.836-345.518C421.232 141.079 469.35 96 528 96zm-91.48 176.633l-4.469 1.278C315.47 308.366 230.4 416.249 230.4 544c0 10.923.622 21.7 1.832 32.3l1.623-.134L240 576c61.856 0 112 50.144 112 112 0 26.132-8.95 50.173-23.95 69.226C377.36 799.817 441.67 825.6 512 825.6c70.33 0 134.639-25.783 183.99-68.412C680.95 738.173 672 714.132 672 688c0-61.856 50.144-112 112-112 2.607 0 5.194.09 7.757.264A280.989 280.989 0 00793.6 544c0-119.973-75.025-222.422-180.718-262.99C592.35 304.904 561.938 320 528 320c-37.782 0-71.195-18.708-91.48-47.367z"/></symbol><symbol id="icon-wenzhang" viewBox="0 0 1024 1024"><path fill="#3D4265" d="M708.923 157.538h275.692c21.752 0 39.385 17.634 39.385 39.385v748.308c0 43.503-35.266 78.769-78.77 78.769H708.924V157.538z"/><path fill="#3A84FF" d="M0 984.615A39.385 39.385 0 0039.385 1024H945.23c-43.503 0-78.77-35.266-78.77-78.77V39.386C866.462 17.633 848.829 0 827.078 0H39.385C17.633 0 0 17.633 0 39.385v945.23z"/><path fill="#FFF" d="M196.923 288.82c-21.751 0-39.385 17.634-39.385 39.385 0 21.752 17.634 39.385 39.385 39.385h157.539c21.751 0 39.384-17.633 39.384-39.385 0-21.751-17.633-39.384-39.384-39.384H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h472.615c21.752 0 39.385-17.633 39.385-39.384 0-21.752-17.633-39.385-39.385-39.385H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h236.308c21.751 0 39.384-17.633 39.384-39.384 0-21.752-17.633-39.385-39.384-39.385H196.923z"/></g></symbol><symbol id="icon-published-zhongzhi" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 96c229.75 0 416 186.25 416 416S741.75 928 512 928 96 741.75 96 512 282.25 96 512 96zm0 64c-194.404 0-352 157.596-352 352s157.596 352 352 352 352-157.596 352-352-157.596-352-352-352zm16 208c70.692 0 128 57.308 128 128v32c0 70.692-57.308 128-128 128h-32c-70.692 0-128-57.308-128-128v-32c0-70.692 57.308-128 128-128h32z"/></symbol><symbol id="icon-fasong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M873.6 99.2L118.4 476.8c-28.8 16-28.8 44.8-6.4 60.8l182.4 112c16 6.4 28.8 6.4 44.8-6.4L736 288 390.4 672c-6.4 6.4-6.4 16-6.4 22.4v166.4c0 16 6.4 28.8 22.4 38.4s28.8 0 38.4-6.4l89.6-89.6 182.4 121.6c28.8 16 54.4 6.4 60.8-22.4L928 147.2c6.4-38.4-19.2-60.8-54.4-48z" clip-rule="evenodd"/></symbol><symbol id="icon-diancai" viewBox="0 0 1024 1024"><path d="M192 575.003V128h-64v447.003h64zM448 896c44.402-6.635 76.402-17.301 96-32 42.667-32 64-74.667 64-128v-96h235.517a64 64 0 0017.328-2.39c34.026-9.57 53.851-44.912 44.282-78.938l-108-384C789.364 147.07 764.19 128 735.517 128H288v448l160 320zm35.008-73.024L352 560.96V192h383.517l108 384H544v160c0 33.189-11.849 56.887-38.4 76.8-4.222 3.167-11.054 6.421-20.402 9.518l-2.19.658z"/></symbol><symbol id="icon-diancaishixin" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 575.003V128h-64v447.003h64zM448 896c44.402-6.635 76.402-17.301 96-32 42.667-32 64-74.667 64-128v-96h235.517a64 64 0 0017.328-2.39c34.026-9.57 53.851-44.912 44.282-78.938l-108-384C789.364 147.07 764.19 128 735.517 128H288v448l160 320z"/></symbol><symbol id="icon-dianzan" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 448.997V896h-64V448.997h64zM448 128c44.402 6.635 76.402 17.301 96 32 42.667 32 64 74.667 64 128v96h235.517a64 64 0 0117.328 2.39c34.026 9.57 53.851 44.912 44.282 78.938l-108 384C789.364 876.93 764.19 896 735.517 896H288V448l160-320zm35.008 73.024L352 463.04V832h383.517l108-384H544V288c0-33.189-11.849-56.887-38.4-76.8-4.222-3.167-11.054-6.421-20.402-9.518l-2.19-.658z"/></symbol><symbol id="icon-dianzanshixin" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 448.997V896h-64V448.997h64zm96-.997v448h471.758c14.337 0 26.924-9.535 30.805-23.336l126-448c4.785-17.013-5.128-34.684-22.14-39.469a32 32 0 00-8.665-1.195H608v-96c0-53.333-21.333-96-64-128-19.598-14.699-51.598-25.365-96-32L288 448z"/></symbol><symbol id="icon-dingyue" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M821.428 128C862.625 128 896 162.015 896 204.003v661.17C896 882.182 882.963 896 866.276 896c-7.693 0-14.609-2.936-19.83-7.715l-.508-.257-300.374-157.852h-.521l-301.416 157.32-3.082 1.13c-5.16 4.294-11.74 6.843-18.82 6.843-16.688 0-29.725-13.82-29.725-30.295V204.003C192 162.015 225.375 128 266.572 128h554.856zm0 60.59H266.572c-8.344 0-15.123 6.909-15.123 15.413l-.025 610.781 269.11-140.414c1.042-.532 1.564-1.063 2.607-1.063 13.558-6.91 30.767-6.91 44.847.531l2.086 1.063 266.47 139.755.007-610.653c0-8.504-6.78-15.413-15.123-15.413zm-95.431 294.975c16.166 0 29.724 13.82 29.724 30.295l-.009 30.268 29.734.027c16.687 0 29.724 13.819 29.724 30.295s-13.037 30.295-29.724 30.295l-29.734-.009.01 30.835c0 16.476-13.559 30.295-29.725 30.295-16.687 0-29.724-13.819-29.724-30.295l-.017-30.835-30.23.009c-16.687 0-29.724-13.819-29.724-30.295s13.559-30.295 29.725-30.295l30.229-.027.017-30.268c0-17.007 13.558-30.295 29.724-30.295zM663.419 231.11c16.688 0 29.725 13.818 29.725 30.294 0 17.008-13.037 30.295-29.725 30.295H424.581c-16.688 0-29.725-13.818-29.725-30.295 0-17.007 13.559-30.294 29.725-30.294h238.838z"/></symbol><symbol id="icon-fujian" viewBox="0 0 1024 1024"><path d="M470.82 362.7L278.013 549.08c-66.508 64.292-66.483 168.527.058 232.85 66.434 64.22 174.442 64.281 240.881.058l241.055-233.02c13.307-12.862 34.88-12.862 48.188 0 13.307 12.864 13.307 33.719 0 46.581L567.138 828.57c-93.066 89.961-244.221 89.874-337.255-.058-93.15-90.044-93.186-235.988-.06-326.01l337.433-326.182.031-.03c66.643-64.347 174.084-64.453 240.847.088 66.649 64.425 66.805 168.328.02 232.886l-192.85 186.42-144.341 139.53c-40.033 38.697-104.634 38.872-144.705.136-40.08-38.744-40.235-100.85.141-139.88L663.43 269.674c13.306-12.862 34.88-12.862 48.188 0 13.306 12.864 13.306 33.72 0 46.581L374.587 642.051c-13.711 13.253-13.66 33.65-.142 46.717 13.398 12.951 34.85 12.893 48.33-.136l144.34-139.53 192.85-186.42c40.14-38.8 40.048-100.994-.02-139.724-19.121-18.61-45.133-29.078-72.268-29.082-27.134-.003-53.15 10.458-72.275 29.064L470.82 362.7z"/></symbol><symbol id="icon-lashen" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M511.491 192l128.431 159.872h-256L511.492 192zM768 128v64H256v-64h512zM256 832h512v64H256zm224-480h64v320h95.922l-128.43 159.872L383.921 672H480V352z"/></symbol><symbol id="icon-yasuo" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M511.491 544l128.431 159.872L544 703.84V928h-64V703.84l-96.078.032L511.492 544zM832 480v64H192v-64h640zM544 96v223.968l95.922.032-128.43 159.872L383.921 320l96.078-.032V96h64z"/></symbol><symbol id="icon-yinyong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M642.272 192v64H416c-106.039 0-192 85.961-192 192s85.961 192 192 192h355.712L640 509.52 686 464l210 208-210 208-46-45.52L771.712 704H416c-138.717 0-251.665-110.33-255.878-248.026L160 448c0-141.385 114.615-256 256-256h226.272z"/></symbol><symbol id="icon-drill-down" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M932.061 599.866l-144.135-89.362-34.411 55.443L889.21 649.44 564.58 850.993a97.006 97.006 0 01-102.582 0l-324.63-201.554 131.8-82.84-34.411-55.443-142.837 88.71C74.534 610.259 63.915 629.114 64 649.439c-.054 20.49 10.527 39.525 27.92 50.225l335.018 206.773a158.447 158.447 0 00170.105 0l335.018-205.468c17.393-10.7 27.974-29.736 27.918-50.226.555-20.787-10.125-40.25-27.918-50.877zM784.68 383.309l-38.955-52.182-201.27 150.676V80h-64.926v401.803l-201.27-150.676-38.956 52.182L511.99 587.472 784.68 383.31z"/></symbol><symbol id="icon-liaotianliebiao" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M160 192h704c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H160c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32zm0 288h352c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H160c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32zm0 288h576c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H160c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32z"/></symbol><symbol id="icon-xinzengliaotian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960c-58.835 0-115.02-11.341-166.49-31.957L96 928l-.005-249.414C75.355 627.09 64 570.87 64 512 64 264.576 264.576 64 512 64zm0 64c-212.077 0-384 171.923-384 384 0 49.608 9.378 97.809 27.401 142.775l4.594 11.462L159.968 864l185.553.043 12.335.002 11.45 4.587C414.25 886.633 462.423 896 512 896c212.077 0 384-171.923 384-384S724.077 128 512 128zm0 160c17.673 0 32 14.327 32 32v160h160c17.673 0 32 14.327 32 32 0 16.41-12.353 29.936-28.268 31.785L704 544H544v160c0 16.41-12.353 29.936-28.268 31.785L512 736c-17.673 0-32-14.327-32-32V544H320c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32h160V320c0-17.673 14.327-32 32-32z"/></symbol><symbol id="icon-quxiaozhiding" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M534.3 612.212c29.73 3.15 53.172 13.558 70.325 31.226 27.875 25.374 41.813 63.374 41.813 114 0 49.624-13.938 87.624-41.813 114-20.875 21.5-51.063 32.25-90.563 32.25s-69.687-10.75-90.562-32.25c-26.58-25.037-40.543-60.55-41.892-106.536l73.262-73.341c-10.663 16.383-15.995 38.341-15.995 65.877 0 31.124 6.813 55.124 20.437 72 13.626 16.874 31.876 25.312 54.75 25.312 22.876 0 41.063-8.438 54.563-25.312 13.375-16.876 20.063-40.876 20.063-72 0-31-6.72-54.97-20.157-71.907-13.437-16.937-31.593-25.406-54.469-25.406-14.43 0-27.021 3.358-37.77 10.074l58.008-57.987zm277.888 7.413c27.75 0 49.874 7.125 66.374 21.375 16.5 14.25 24.75 36.312 24.75 66.188 0 32.624-8.25 55.687-24.75 69.187s-40.062 20.25-70.687 20.25h-58.687V896h-57.376V619.625h120.376zM275.37 871.104l.004 24.896h-24.9l24.896-24.896zm549.53-685.26l45.255 45.254-656.195 656.196-45.255-45.255 656.196-656.195zM803 667.625h-53.812V749H803c13.625 0 24.25-3.312 31.875-9.938 7.5-6.624 11.25-17.124 11.25-31.5 0-14.374-3.781-24.624-11.344-30.75-7.562-6.124-18.156-9.187-31.781-9.187zm-457.132-48.009l-48.928 48.928-21.565.018-.004 21.55-58.143 58.144.022-79.694h-83.062v-48.937l211.68-.009zM496 96l181.388 192.096L581.484 384H576l-.02 5.504L421.484 544H416V384H224L496 96z"/></symbol><symbol id="icon-zhiding" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M496 96l272 288H576v160H416V384H224L496 96zM358.062 619.625v48.937h-82.687V896H217.25V668.562h-83.062v-48.937h223.874zm156 284.063c-39.5 0-69.687-10.75-90.562-32.25-28-26.376-42-64.376-42-114 0-50.626 14-88.626 42-114 20.875-21.5 51.062-32.25 90.562-32.25s69.688 10.75 90.563 32.25c27.875 25.374 41.813 63.374 41.813 114 0 49.624-13.938 87.624-41.813 114-20.875 21.5-51.063 32.25-90.563 32.25zm54.563-74.25c13.375-16.876 20.063-40.876 20.063-72 0-31-6.72-54.97-20.157-71.907-13.437-16.937-31.593-25.406-54.469-25.406-22.874 0-41.124 8.437-54.75 25.313-13.624 16.874-20.437 40.874-20.437 72 0 31.124 6.813 55.124 20.437 72 13.626 16.874 31.876 25.312 54.75 25.312 22.876 0 41.063-8.438 54.563-25.312zm239.25-32.813h-58.687V896h-57.376V619.625h120.376c27.75 0 49.874 7.125 66.374 21.375 16.5 14.25 24.75 36.312 24.75 66.188 0 32.624-8.25 55.687-24.75 69.187s-40.062 20.25-70.687 20.25zm27-57.563c7.5-6.624 11.25-17.124 11.25-31.5 0-14.374-3.781-24.624-11.344-30.75-7.562-6.124-18.156-9.187-31.781-9.187h-53.812V749H803c13.625 0 24.25-3.312 31.875-9.938z"/></symbol><symbol id="icon-piliangbianji" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M573.538 160v57.6H219.077v588.8h585.846V491.2H864v344c0 15.898-13.233 28.8-29.538 28.8H189.538C173.233 864 160 851.098 160 835.2V188.8c0-15.898 13.233-28.8 29.538-28.8h384zm281.653 0L896 203.948 520.81 608 480 564.052 855.19 160z"/></symbol><symbol id="icon-shanchu" viewBox="0 0 1024 1024"><path d="M659.2 246.4v-60.8c0-32-25.6-57.6-57.6-57.6h-176c-32 0-57.6 25.6-57.6 57.6v57.6H128v57.6h102.4V832c0 32 25.6 57.6 57.6 57.6h441.6c32 0 57.6-25.6 57.6-57.6V304H896v-57.6H659.2zm-236.8-44.8c0-9.6 6.4-16 16-16h147.2c9.6 0 16 6.4 16 16v44.8h-176v-44.8zm310.4 620.8c0 9.6-6.4 16-16 16H304c-9.6 0-16-6.4-16-16V304h441.6v518.4z"/><path d="M576 384h64v320h-64V384zM384 384h64v320h-64V384z"/></symbol><symbol id="icon-yuan-jiahao" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm31.984 224.016H480v192.016H288v63.984h192v192h63.984v-192H736v-63.984H543.984V288.016z"/></symbol><symbol id="icon-yuan-jianhao" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm224 416.016H288V544h448v-63.984z"/></symbol><symbol id="icon-zhushou" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M872.2 454.62C868.485 256.243 714.704 96 525.868 96h-27.734C309.297 96 155.516 256.243 151.8 454.592 118.63 473.812 96 509.282 96 550.3v55.466c0 61.18 49.754 110.934 110.933 110.934 61.18 0 110.934-49.754 110.934-110.934V550.3c-.088-60.802-49.08-110.215-109.88-110.823 10.844-160.714 136.67-288.01 290.146-288.01h27.734c153.504 0 279.302 127.296 290.146 288.01-60.8.608-109.792 50.02-109.88 110.823v55.466c0 50.087 33.558 92.02 79.207 105.748a292.503 292.503 0 01-166.345 107.882c-9.389-28.157-35.714-47.17-65.395-47.23-38.292 0-69.333 31.042-69.333 69.334 0 38.291 31.041 69.333 69.333 69.333a69.056 69.056 0 0058.822-33.03c101.164-17.698 189.385-79.083 241.142-167.787C896.772 694.874 928 654.106 928 605.766V550.3c0-41.018-22.63-76.489-55.8-95.68zM262.4 550.3v55.466c0 30.59-24.877 55.467-55.467 55.467s-55.466-24.877-55.466-55.467V550.3c0-30.59 24.876-55.467 55.466-55.467S262.4 519.71 262.4 550.3zm610.133 55.466c0 29.73-23.573 53.886-52.97 55.217l-2.164-1.026c-.194.444-.499.805-.693 1.22-30.47-.197-55.076-24.94-55.106-55.41V550.3c0-30.59 24.877-55.467 55.467-55.467s55.466 24.877 55.466 55.467v55.466z"/></symbol><symbol id="icon-bianji" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M609.6 201.562L712 303.968 304 710.39H203.2V609.584l406.4-408.022zM683.672 128l101.821 101.83-45.255 45.257-101.822-101.83L683.672 128zM128 799.995h768V896H128v-96.005z"/></symbol><symbol id="icon-shezhi-3" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512.141 64c33.285 0 66.664 3.844 73.857 5 14.812 2.5 26.62 13.9 29.623 28.6l12.71 63.4c2.302 11.6 10.208 21.5 21.217 26.1 27.32 11.5 52.84 26.3 76.058 44 9.608 7.2 22.118 9.2 33.426 5.4l61.048-20.6c14.31-4.8 30.123-.2 39.63 11.4 11.51 14.1 22.217 28.9 32.025 44.4l18.614 32.1c8.507 16.3 16.113 33.2 22.618 50.7 5.204 14 1.1 29.7-10.108 39.6L874.021 437c-9.007 7.9-13.41 19.7-12.009 31.6 1.601 14 2.502 28.3 2.502 42.8 0 14.8-.9 29.4-2.702 43.7-1.401 11.9 3.002 23.8 12.01 31.7l48.537 42.7c11.309 9.9 15.312 25.7 10.008 39.8-17.514 46.6-42.633 89.5-73.758 127.2-9.507 11.6-25.22 16-39.43 11.2L757.83 787c-11.308-3.8-23.818-1.7-33.426 5.5-22.817 17.2-47.837 31.8-74.557 43.1-11.109 4.7-19.115 14.5-21.417 26.2l-12.71 63.5c-3.002 14.7-14.711 26.1-29.523 28.6-24.118 4-48.837 6.1-74.057 6.1-24.82 0-49.238-2-72.956-5.9-14.812-2.5-26.621-13.9-29.523-28.6l-12.71-63.3c-2.302-11.6-10.208-21.5-21.217-26.1a355.85 355.85 0 01-75.558-43.5c-9.607-7.2-22.117-9.2-33.426-5.4L205.303 808c-14.21 4.8-29.923.3-39.43-11.2-4.932-5.952-25.037-29.06-41.159-56.796-11.28-19.409-22.147-42.81-32.598-70.204-5.304-14.1-1.301-29.9 10.008-39.8l48.537-42.6c9.007-7.9 13.51-19.7 12.01-31.5-1.902-14.5-2.803-29.4-2.803-44.5 0-14.7.901-29.2 2.702-43.5 1.502-11.9-3.002-23.8-12.009-31.7l-48.638-42.7c-11.308-9.9-15.311-25.7-10.007-39.8 4.503-12 9.507-23.7 14.911-35.1.4-.9.9-1.7 1.401-2.6l32.025-55.4c.5-.9 1-1.8 1.601-2.6 7.406-10.6 15.112-20.9 23.318-30.9 9.508-11.6 25.32-16.1 39.531-11.3l61.147 20.7c11.41 3.8 23.919 1.8 33.526-5.5 23.519-17.8 49.138-32.7 76.66-44.2a35.8 35.8 0 0021.316-26.1l12.61-63.2c2.902-14.8 14.711-26.2 29.623-28.6 6.77-1.094 39.618-4.9 72.556-4.9zm28.022 64h-56.544l-2.802.2c-7.106.6-12.91 5.8-14.311 12.7l-10.308 51.6-5.304 26.7c-1.101 5.4-5.004 9.9-10.208 11.8l-25.72 9.2c-32.525 11.6-62.449 28.9-88.97 51.3l-20.815 17.6c-4.203 3.6-10.008 4.7-15.312 2.9l-25.82-8.7-50.039-16.9c-6.705-2.3-14.11.1-18.114 5.9-.1.1-.2.3-.3.4l-.7 1.2-30.324 52.5-.6 1.2-1.008 2.804c-1.462 5.706.364 11.853 4.91 15.796l39.831 35 20.416 17.9c4.103 3.7 6.105 9.2 5.104 14.7l-4.704 26.7c-3.002 16.7-4.503 33.9-4.503 51 0 17.4 1.501 34.8 4.604 51.7l4.803 26.8c1.001 5.4-.9 11-5.104 14.7l-20.516 18-39.53 34.8c-5.304 4.7-6.805 12.3-3.803 18.7l2.802 5.7c.2.3.3.6.5.9l23.519 40.7.6.9c1.501 2.4 3.203 4.8 4.804 7.1 4.003 5.7 11.309 8.1 18.014 5.9l50.539-17 25.62-8.7c5.204-1.8 11.108-.7 15.312 2.9l20.816 17.4c26.22 22.1 55.943 39.2 88.068 50.7l25.62 9.2c5.204 1.9 9.107 6.3 10.208 11.8l5.304 26.7 10.308 51.6c1.3 7 7.205 12.1 14.31 12.7 10.509.9 21.017 1.3 31.525 1.3 10.909 0 21.817-.5 32.626-1.4 7.005-.6 12.81-5.8 14.21-12.7l10.409-52 5.304-26.6c1.1-5.4 4.903-9.9 10.108-11.8l25.52-9.3c31.924-11.6 61.347-28.6 87.467-50.6l20.816-17.5c4.203-3.6 10.008-4.7 15.312-2.9l25.72 8.7 50.239 17c6.705 2.3 14.11-.1 18.114-5.9 6.105-8.7 11.809-17.6 17.113-26.8 5.504-9.5 10.608-19.1 15.212-28.9 3.002-6.4 1.401-14-3.903-18.7l-39.831-34.9-20.416-17.9c-4.103-3.7-6.105-9.2-5.104-14.7l4.704-26.7c3.002-16.7 4.503-33.8 4.503-51 0-16.9-1.5-33.8-4.403-50.3l-4.704-26.6c-.9-5.5 1.001-11 5.204-14.7l20.316-17.8 39.83-34.8c5.305-4.7 6.906-12.2 3.904-18.6-2.102-4.6-4.303-9.2-6.705-13.7l-17.214-29.8c-2.602-4.1-5.304-8.2-8.106-12.2-4.003-5.8-11.409-8.3-18.114-6l-50.039 16.9-25.82 8.7c-5.204 1.8-11.108.7-15.311-2.9L698.485 292c-26.32-22.3-55.943-39.5-88.268-51.2l-25.52-9.3c-5.204-1.9-9.007-6.4-10.108-11.8l-5.304-26.7-10.408-51.9c-1.4-6.9-7.205-12.1-14.21-12.7-1.502-.2-3.003-.3-4.504-.4zM512.24 351.5c88.469 0 160.124 71.6 160.124 160s-71.655 160-160.124 160c-88.468 0-160.124-71.6-160.124-160s71.656-160 160.124-160zm0 64c-52.94 0-96.074 43.1-96.074 96s43.133 96 96.074 96c52.941 0 96.075-43.1 96.075-96s-43.134-96-96.075-96z"/></symbol><symbol id="icon-history" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M551.32 96C776.665 96 960 282.618 960 512S776.666 928 551.32 928v-66.56c189.284 0 343.291-156.749 343.291-349.44S740.604 162.56 551.319 162.56c-183.76 0-333.843 147.863-342.458 332.8h117.39L179.124 668.283 32 495.36h111.047C151.678 273.665 331.449 96 551.319 96zm28.445 192v192H800v64H512V288h67.765z"/></symbol><symbol id="icon-fuzhi" viewBox="0 0 1024 1024"><path d="M672 704v128c0 35.346-28.654 64-64 64H192c-35.346 0-64-28.654-64-64V384c0-35.346 28.654-64 64-64h160V216.889C352 168.242 389.727 128 437.333 128h373.334C858.273 128 896 168.242 896 216.889V615.11C896 663.758 858.273 704 810.667 704H672zm-64-320H192v448h416V384zm64 256h138.667C821.97 640 832 629.302 832 615.111V216.89C832 202.698 821.97 192 810.667 192H437.333C426.03 192 416 202.698 416 216.889V320h192c35.346 0 64 28.654 64 64v256z"/></symbol><symbol id="icon-zhongxinshengcheng" viewBox="0 0 1024 1024"><path d="M844.077 379.897c16.38 41.657 25.316 87.777 25.316 132.41 0 197.87-160.827 357.06-357.393 357.06-84.88 0-166.783-29.755-230.816-84.802h71.478v-59.51H184.39v166.628h59.566v-60.997c175.718 147.287 439.295 124.97 586.719-50.584 101.261-120.508 125.087-285.648 64.033-429.96l-50.63 29.755zM179.923 644.717c-16.38-41.658-25.316-87.778-25.316-132.41 0-197.871 160.827-357.061 357.393-357.061 84.88 0 166.783 29.755 230.816 84.802h-71.478v59.51H839.61V132.93h-59.566v60.998C604.326 45.152 340.75 68.956 193.325 244.51 92.064 365.02 68.238 530.16 129.292 674.471l50.63-29.754z"/></symbol><symbol id="icon-fenxiang" viewBox="0 0 1024 1024"><path d="M954.297 473.916L566.932 132.133c-10.735-9.437-27.186-1.672-27.186 12.783v200.458c0 8.96-6.884 16.486-15.635 16.844C299.86 370.461 111.31 537.112 71.64 765.644l-7.35 42.41c-2.918 16.485 16.917 26.76 28.235 14.574l28.936-31.3c104.659-113.37 250.037-177.043 401.834-176.446 9.1 0 16.568 7.526 16.568 16.844v196.158c0 14.455 16.568 22.22 27.185 12.783L954.414 499.48c7.467-6.81 7.467-18.875-.117-25.565zm-796.9 204.998c65.339-153.987 214.218-257.68 384.332-257.68h39.67c9.101 0 16.452-7.527 16.452-16.845V237.977L879.624 486.7 597.851 734.823v-162.23c0-9.319-7.35-16.845-16.452-16.845h-36.053c-140.361-5.734-277.106 38.467-387.949 123.166z"/></symbol><symbol id="icon-jiahao" viewBox="0 0 1024 1024"><path d="M843.353 366.385C907.69 366.385 960 418.735 960 483.03v362.68c0 64.296-52.32 116.646-116.647 116.646H480.704c-64.336 0-116.646-52.35-116.646-116.647V483.031c0-64.296 52.31-116.646 116.646-116.646h362.65zm0 67.255H480.704c-27.223 0-49.39 22.138-49.39 49.391v362.68c0 27.253 22.167 49.39 49.39 49.39h362.65c27.223 0 49.39-22.137 49.39-49.39V483.03c0-27.253-22.167-49.39-49.39-49.39zM246.72 781.484c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623h-43.443c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h43.443zm420.255-72.512c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h126.437zM739.897 64c64.928 0 117.76 52.801 117.76 117.76v75.993c0 18.586-15.036 33.622-33.623 33.622-18.587 0-33.623-15.036-33.623-33.622V181.76c0-27.845-22.659-50.504-50.504-50.504H181.76c-27.845 0-50.504 22.659-50.504 50.504v387.375c0 27.845 22.659 50.504 50.504 50.504h64.959c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.633-33.623 33.633H181.76c-64.928 0-117.76-52.802-117.76-117.76V181.76C64 116.801 116.842 64 181.76 64h558.137zm53.473 488.594c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623H793.37z"/></symbol><symbol id="icon-jieshi" viewBox="0 0 1024 1024"><path d="M843.353 366.385C907.69 366.385 960 418.735 960 483.03v362.68c0 64.296-52.32 116.646-116.647 116.646H480.704c-64.336 0-116.646-52.35-116.646-116.647V483.031c0-64.296 52.31-116.646 116.646-116.646h362.65zm0 67.255H480.704c-27.223 0-49.39 22.138-49.39 49.391v362.68c0 27.253 22.167 49.39 49.39 49.39h362.65c27.223 0 49.39-22.137 49.39-49.39V483.03c0-27.253-22.167-49.39-49.39-49.39zM246.72 781.484c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623h-43.443c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h43.443zm420.255-72.512c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h126.437zM739.897 64c64.928 0 117.76 52.801 117.76 117.76v75.993c0 18.586-15.036 33.622-33.623 33.622-18.587 0-33.623-15.036-33.623-33.622V181.76c0-27.845-22.659-50.504-50.504-50.504H181.76c-27.845 0-50.504 22.659-50.504 50.504v387.375c0 27.845 22.659 50.504 50.504 50.504h64.959c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.633-33.623 33.633H181.76c-64.928 0-117.76-52.802-117.76-117.76V181.76C64 116.801 116.842 64 181.76 64h558.137zm53.473 488.594c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623H793.37z"/></symbol><symbol id="icon-fanyi" viewBox="0 0 1024 1024"><path d="M377.6 851.2h-96c-44.8-6.4-83.2-44.8-83.2-89.6v-44.8c0-25.6-19.2-44.8-44.8-44.8-25.6 0-44.8 19.2-44.8 44.8v44.8c0 96 76.8 179.2 179.2 179.2h89.6c25.6 0 44.8-19.2 44.8-44.8 0-25.6-25.6-44.8-44.8-44.8zM640 230.4h89.6c25.6 0 44.8 6.4 64 25.6 19.2 19.2 25.6 38.4 25.6 64v44.8c0 25.6 19.2 44.8 44.8 44.8 25.6 0 44.8-19.2 44.8-44.8V320c0-96-76.8-179.2-179.2-179.2H640c-25.6 0-44.8 19.2-44.8 44.8 0 25.6 19.2 44.8 44.8 44.8zM960 908.8L780.8 467.2c-6.4-6.4-12.8-12.8-19.2-12.8H704c-6.4 0-19.2 6.4-19.2 12.8L505.6 908.8V928c0 6.4 12.8 12.8 19.2 12.8h44.8c6.4 0 19.2-6.4 19.2-12.8l44.8-121.6h179.2L857.6 928c6.4 6.4 12.8 12.8 19.2 12.8h44.8c6.4 0 12.8-6.4 19.2-12.8 19.2-6.4 19.2-12.8 19.2-19.2zm-288-192L729.6 576l57.6 140.8H672zM505.6 473.6V204.8c0-12.8-12.8-19.2-19.2-19.2H332.8v-64c0-6.4 0-12.8-6.4-12.8S313.6 96 307.2 96h-44.8c-6.4 0-12.8 0-12.8 6.4s-6.4 12.8-6.4 12.8v64h-160c-6.4 0-12.8 0-12.8 6.4-6.4 12.8-6.4 12.8-6.4 19.2v268.8c0 6.4 0 12.8 6.4 12.8 6.4 6.4 12.8 6.4 12.8 6.4h153.6v108.8c0 12.8 12.8 19.2 19.2 19.2h44.8c12.8 0 19.2-12.8 19.2-19.2V492.8h153.6c25.6 0 32-6.4 32-19.2zm-262.4-64h-89.6V275.2h89.6v134.4zm179.2 0h-89.6V275.2h89.6v134.4z"/></symbol><symbol id="icon-morenchicun" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M896 128v64H511.52l128.402 159.872h-256L511.456 192H128v-64h768zM128 832h768v64H128zm383.491-.128L383.922 672h256l-128.43 159.872zm320.367-320.367l-159.872-127.57v256l159.872-128.43zm-639.872 0l159.872-127.57v256l-159.872-128.43z"/></symbol><symbol id="icon-kuangxuan" viewBox="0 0 1024 1024"><path d="M252.066 832l.03 64h128l-.03-64h-128zM128 798.016V832c0 33.923 26.393 61.681 59.764 63.862l4.173-63.864.063-33.965-64-.017zm244.353-444.408l90.51 362.039 120.129-120.174 251.66 251.635 43.199-43.197-251.663-251.634 108.204-108.16-362.039-90.509zM128 606.016v128l64 .017v-128l-64-.017zm0-192v128l64 .017v-128l-64-.017zm704-184.115v128l64-.013v-128l-64 .013zm-704-7.885v128l64 .017v-128l-64-.017zM192 128c-23.688 0-44.37 12.87-55.437 31.998l55.398 32.048L256 192v-64h-64zm320 0v64h128v-64H512zm-192 0v64h128v-64H320zm384 0v64h128l58.677-25.595C880.802 143.799 858.246 128 832 128H704z"/></symbol><symbol id="icon-jiantou" viewBox="0 0 1024 1097.143"><path fill-rule="evenodd" d="M832 612.37l-91.636-89.143-183.235 178.36-.038-594.36H434.909l.072 594.36-183.345-178.36L160 612.37l336 326.857L832 612.37z"/></symbol><symbol id="icon-tingzhishengcheng" viewBox="0 0 1024 1097.143"><path fill-rule="evenodd" d="M512 75.264c247.424 0 448 200.576 448 448s-200.576 448-448 448-448-200.576-448-448 200.576-448 448-448zm0 64c-212.077 0-384 171.923-384 384s171.923 384 384 384 384-171.923 384-384-171.923-384-384-384zm0 132c139.162 0 252 112.838 252 252s-112.838 252-252 252-252-112.838-252-252 112.838-252 252-252zm76.368 150.177l-76.375 76.374-76.368-76.367-25.448 25.448 76.367 76.368-76.367 76.368 25.467 25.467 76.368-76.368 76.356 76.356 25.448-25.448-76.355-76.356 76.374-76.375-25.467-25.467z"/></symbol></svg>';document.body?document.body.insertAdjacentHTML("afterbegin",e):document.addEventListener("DOMContentLoaded",function(){document.body.insertAdjacentHTML("afterbegin",e)})})(),Be.provideGlobalConfig({prefix:"bk"}),Me.default=ku,Object.defineProperties(Me,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
270
|
+
'''`,explanationShortcut:"您是一位专业的解释者。请详细解释“{{ SELECTED_TEXT }}”。您的解释应包括 1) 基本含义和概念解释;2) 实际应用或使用案例;3) 如果是技术术语,请提供相关技术背景;4) 适当时提供具体示例,以帮助理解。使用清晰易懂的语言,确保非专业人员也能理解。如果该词/短语有多种含义,请列出主要定义。在确保信息完整性和准确性的同时,请保持答复简洁明了。"},W=e=>e6!=="en"?n6[e]||e:t6[e]||e,i6={class:"left-section"},o6={class:"logo"},s6=["src"],r6={class:"right-section"},a6=l.defineComponent({__name:"ai-header",props:{isCompressionHeight:{type:Boolean}},emits:["close","toggleCompression"],setup(e,{emit:t}){const n=e,i=t,o=l.computed(()=>n.isCompressionHeight?"icon-morenchicun":"icon-yasuo"),r=l.computed(()=>n.isCompressionHeight?W("恢复默认尺寸"):W("缩小高度")),s=l.ref(null),A=l.ref(null),a=l.ref(null),{createTooltip:u,destroyAll:c}=cn({arrow:!0,delay:[0,0]}),d=()=>{c(),A.value&&u(A.value,r.value,{appendTo:document.querySelector(".ai-blueking-container-wrapper")}),a.value&&u(a.value,W("关闭"),{appendTo:document.querySelector(".ai-blueking-container-wrapper")})};return l.watch(()=>n.isCompressionHeight,()=>{d()}),l.onMounted(()=>{d()}),l.onBeforeUnmount(()=>{c()}),(p,h)=>(l.openBlock(),l.createElementBlock("div",{ref_key:"headerRef",ref:s,class:"header drag-handle"},[l.createElementVNode("div",i6,[l.createElementVNode("div",o6,[l.createElementVNode("img",{src:l.unref(ro),alt:"logo"},null,8,s6)]),h[2]||(h[2]=l.createElementVNode("div",{class:"title"},"AI 蓝鲸",-1))]),l.createElementVNode("div",r6,[l.createCommentVNode(' <i class="bkai-icon icon-xinzengliaotian"></i> '),l.createCommentVNode(' <i class="bkai-icon icon-history"></i> '),l.createElementVNode("i",{ref_key:"compressionRef",ref:A,class:l.normalizeClass(["bkai-icon",o.value]),onClick:h[0]||(h[0]=v=>i("toggleCompression"))},null,2),l.createElementVNode("i",{ref_key:"closeRef",ref:a,class:"bkai-icon icon-close-line-2",onClick:h[1]||(h[1]=v=>i("close"))},null,512)])],512))}}),Ne=(e,t)=>{const n=e.__vccOpts||e;for(const[i,o]of t)n[i]=o;return n},A6=Ne(a6,[["__scopeId","data-v-3c62fa58"]]),l6={class:"bar-button-text"},jr=Ne(l.defineComponent({__name:"bar-button",props:{icon:{},color:{},text:{}},emits:["click"],setup(e,{emit:t}){l.useCssVars(o=>({"24264d09":o.color}));const n=t,i=e;return(o,r)=>(l.openBlock(),l.createElementBlock("div",{class:"bar-button",onClick:r[0]||(r[0]=s=>n("click"))},[l.createElementVNode("i",{class:l.normalizeClass(["bkai-icon",i.icon])},null,2),l.createElementVNode("span",l6,l.toDisplayString(i.text),1)]))}}),[["__scopeId","data-v-3dcd2abe"]]),c6={class:"ai-cite"},u6={class:"content"},Fr=Ne(l.defineComponent({__name:"ai-cite",props:{text:{},showCloseIcon:{type:Boolean}},emits:["close"],setup(e){const t=e,n=l.ref(null);l.watch(()=>t.text,()=>{n.value&&s(n.value),l.nextTick(()=>{A()})});const i=l.ref(null),o=a=>a.scrollWidth>a.clientWidth,{createTooltip:r,destroyInstance:s}=cn({arrow:!0,delay:[0,0]}),A=()=>{if(i.value){const a=i.value;o(a)&&(n.value=r(a,t.text,{appendTo:document.querySelector(".ai-blueking-container-wrapper")}))}};return l.onMounted(()=>{l.nextTick(()=>{A()})}),(a,u)=>l.withDirectives((l.openBlock(),l.createElementBlock("section",c6,[l.createElementVNode("span",u6,[l.createElementVNode("span",{class:l.normalizeClass(["content-text",{"show-close-icon":a.showCloseIcon}])},[u[1]||(u[1]=l.createElementVNode("i",{class:"bkai-icon icon-yinyong"},null,-1)),l.createElementVNode("span",{ref_key:"citeTextRef",ref:i,class:"ai-cite-text"},l.toDisplayString(`${l.unref(W)("框选内容")}:${a.text}`),513)],2),a.showCloseIcon?(l.openBlock(),l.createElementBlock("i",{key:0,class:"bkai-icon icon-close-line-2 close-icon",onClick:u[0]||(u[0]=c=>a.$emit("close"))})):l.createCommentVNode("v-if",!0)])],512)),[[l.vShow,a.text]])}}),[["__scopeId","data-v-0857acb1"]]);function Or(e={}){const t=l.ref(!1);return{isComposing:t,handleCompositionStart:()=>{t.value=!0},handleCompositionEnd:()=>{t.value=!1},handleEnter:A=>{const{isLoading:a,onSend:u,getInputValue:c=()=>"",clearInput:d=()=>{}}=e;if(A.shiftKey)return;A.preventDefault();const p=c();a!=null&&a.value||!p.trim()||t.value||(u==null||u(p),d())},handleSend:()=>{const{onSend:A,getInputValue:a=()=>"",clearInput:u=()=>{}}=e,c=a();c.trim()&&(A==null||A(c),u())},handleStop:()=>{const{onStop:A}=e;A==null||A()}}}const Vr="enablePopup";function bo(){return{enablePopup:l.inject(Vr,!0)}}const un=l.ref(""),Yr=l.ref(""),xo=l.ref(!1),Co={width:80,height:34,offset:15,debounceTime:300};function dn(e){const t=l.ref(!1),n=l.ref({top:"0px",left:"0px"});let i,o=null;const r=l.ref(null);let s=!1,A=null;const a=x=>{A={x:x.clientX,y:x.clientY}},u=x=>{o=x,A&&(s=Math.sqrt(Math.pow(x.clientX-A.x,2)+Math.pow(x.clientY-A.y,2))>5),A=null},c=(x,b)=>{const f=window.innerWidth,{width:C,height:y,offset:m}=Co;let E=x+window.scrollX-C/2;E=Math.max(m,Math.min(E,f-C-m));let M=b+window.scrollY-y-m;return b<=y+m&&(M=b+window.scrollY+m),{top:`${M}px`,left:`${E}px`}},d=x=>{const b=window.innerWidth,{width:f,height:C,offset:y}=Co;let m=x.left+window.scrollX+x.width/2-f/2;m=Math.max(y,Math.min(m,b-f-y));let E=x.top+window.scrollY-C-y;return x.top<=C+y&&(E=x.bottom+window.scrollY+y),{top:`${E}px`,left:`${m}px`}},p=()=>{clearTimeout(i),i=setTimeout(()=>{var C;const x=window.getSelection();if(!(x!=null&&x.toString().trim())){h();return}const b=x.getRangeAt(0);if((C=b.commonAncestorContainer.parentElement)!=null&&C.closest(".ai-blueking-wrapper")){h();return}xo.value=!1,un.value=x.toString().trim();const f=document.activeElement;if((f==null?void 0:f.tagName)==="TEXTAREA"){if(!o){h();return}const{clientX:y,clientY:m}=o;n.value=c(y,m),t.value=!0,o=null}else{const y=b.getBoundingClientRect();if(!y.width||!y.height){h();return}n.value=d(y),t.value=!0}},Co.debounceTime)},h=()=>{t.value=!1,xo.value||(un.value="")},v=x=>{var y,m,E;const b=x.target,f=((y=b.classList)==null?void 0:y.contains("ai-blueking-tag-text"))||((m=b.classList)==null?void 0:m.contains("shortcut-btn")),C=(E=r.value)==null?void 0:E.contains(b);if(!(f||!s)){if(s){x.preventDefault(),x.stopPropagation(),s=!1;return}C||(h(),g())}},g=()=>{const x=window.getSelection();x&&x.removeAllRanges(),un.value=""},B=x=>{un.value=x},w=x=>{Yr.value=x};return l.onMounted(()=>{e&&(document.addEventListener("selectionchange",p),document.addEventListener("mousedown",a),document.addEventListener("mouseup",u),document.addEventListener("click",v,!0))}),l.onBeforeUnmount(()=>{e&&(document.removeEventListener("selectionchange",p),document.removeEventListener("mousedown",a),document.removeEventListener("mouseup",u),document.removeEventListener("click",v,!0)),clearTimeout(i)}),{isIconVisible:t,iconPosition:n,selectedText:un,citeText:Yr,hideIcon:h,clearSelection:g,setSelection:B,setCiteText:w,lockSelectedText:xo,popupRef:r}}function d6(e={}){const{minHeight:t=68,maxHeight:n=248,defaultHeight:i=68}=e,o=l.ref(i),r=l.ref(),s=()=>{if(!r.value)return;r.value.style.height=`${t}px`;const u=r.value.scrollHeight;o.value=Math.min(Math.max(u,t),n)};return{textareaHeight:o,textareaRef:r,updateHeight:s,resetHeight:()=>{o.value=i},bindTextarea:u=>{r.value=u,s()}}}const h6={class:"ai-selected-box"},p6={class:"ai-selected-tip"},f6={class:"ai-selected-tip-text"},g6={class:"ai-selected-box-content"},m6={class:"ai-selected-box-actions"},v6=["onClick"],y6=Ne(l.defineComponent({__name:"ai-selected-box",props:{selectedText:{},actions:{}},emits:["shortcut-click"],setup(e,{emit:t}){const n=t,i=e,{clearSelection:o}=dn(!0),r=s=>{n("shortcut-click",s)};return(s,A)=>(l.openBlock(),l.createElementBlock("div",h6,[l.createElementVNode("i",{class:"bkai-icon icon-close-circle-shape",onClick:A[0]||(A[0]=(...a)=>l.unref(o)&&l.unref(o)(...a))}),l.createElementVNode("div",p6,[A[1]||(A[1]=l.createElementVNode("i",{class:"bkai-icon icon-yinyong"},null,-1)),l.createElementVNode("span",f6,l.toDisplayString(l.unref(W)("已框选内容")),1)]),l.createElementVNode("div",g6,l.toDisplayString(i.selectedText),1),l.createElementVNode("div",m6,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.actions,a=>(l.openBlock(),l.createElementBlock("div",{class:"ai-selected-box-action",key:a.key,onClick:u=>r(a)},[l.createElementVNode("i",{class:l.normalizeClass(["bkai-icon",a.icon])},null,2),l.createElementVNode("span",null,l.toDisplayString(a.label),1)],8,v6))),128))])]))}}),[["__scopeId","data-v-165776b8"]]),E6={class:"bkai-prompt-list-search"},B6={class:"bkai-prompt-list-content"},w6={key:0,class:"bkai-prompt-list-empty"},M6=["onClick","onMouseover"],b6=Ne(l.defineComponent({__name:"prompt-list",props:{prompts:{},show:{type:Boolean}},emits:["select","height-change","update:show"],setup(e,{expose:t,emit:n}){const i=e,o=n,r=l.ref(""),s=l.ref(null),A=l.ref(null),a=l.computed(()=>r.value.trim()?i.prompts.filter(g=>g.toLowerCase().includes(r.value.toLowerCase())):i.prompts);l.watch(()=>i.show,g=>{g&&l.nextTick(()=>{A.value=null})});const u=g=>{o("select",g),o("update:show",!1),r.value=""},c=()=>{a.value.length&&(A.value===null||A.value===a.value.length-1?A.value=0:A.value++,h())},d=()=>{a.value.length&&(A.value===null||A.value===0?A.value=a.value.length-1:A.value--,h())},p=()=>!a.value.length||A.value===null?!1:(u(a.value[A.value]),!0),h=()=>{if(A.value===null||!s.value)return;const g=s.value.querySelector(".bkai-prompt-list-content");if(!g)return;const B=g.children[A.value];if(!B)return;const w=g.getBoundingClientRect(),x=B.getBoundingClientRect();x.top<w.top?g.scrollTop=B.offsetTop:x.bottom>w.bottom&&(g.scrollTop=B.offsetTop+B.offsetHeight-g.clientHeight)};let v=null;return l.onMounted(()=>{s.value&&(v=new ResizeObserver(g=>{for(const B of g)o("height-change",B.contentRect.height)}),v.observe(s.value))}),l.onBeforeUnmount(()=>{v&&s.value&&(v.unobserve(s.value),v.disconnect())}),t({handleArrowDown:c,handleArrowUp:d,handleEnter:p}),(g,B)=>l.withDirectives((l.openBlock(),l.createElementBlock("div",{ref_key:"promptListEl",ref:s,class:"bkai-prompt-list"},[l.createElementVNode("div",E6,[l.createVNode(l.unref(we.Input),{modelValue:r.value,"onUpdate:modelValue":B[0]||(B[0]=w=>r.value=w),behavior:"simplicity",placeholder:"请输入关键词"},null,8,["modelValue"])]),l.createElementVNode("div",B6,[a.value.length===0?(l.openBlock(),l.createElementBlock("div",w6,l.toDisplayString(l.unref(W)("无匹配结果")),1)):(l.openBlock(!0),l.createElementBlock(l.Fragment,{key:1},l.renderList(a.value,(w,x)=>(l.openBlock(),l.createElementBlock("div",{style:{overflow:"hidden"},class:l.normalizeClass(["bkai-prompt-list-item",{active:A.value===x}]),key:w,onClick:b=>u(w),onMouseleave:B[1]||(B[1]=b=>A.value=null),onMouseover:b=>A.value=x},l.toDisplayString(w),43,M6))),128))])],512)),[[l.vShow,g.show]])}}),[["__scopeId","data-v-3c27e32d"]]),x6={class:"shortcuts-bar"},C6=["onClick"],D6={class:"shortcut-text"},T6=Ne(l.defineComponent({__name:"shortcuts-bar",props:{shortcuts:{}},emits:["shortcut-click"],setup(e,{emit:t}){const n=t;return(i,o)=>(l.openBlock(),l.createElementBlock("div",x6,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(i.shortcuts,r=>(l.openBlock(),l.createElementBlock("div",{class:"shortcut-item",key:r.key,onClick:s=>n("shortcut-click",r)},[l.createElementVNode("i",{class:l.normalizeClass(["bkai-icon",r.icon])},null,2),l.createElementVNode("span",D6,l.toDisplayString(r.label),1)],8,C6))),128))]))}}),[["__scopeId","data-v-bbc70b4e"]]),I6={class:"chat-input-box"},Q6={class:"input-wrapper"},L6={key:0,class:"cite"},k6=["placeholder"],N6={class:"input-tools"},z6=Ne(l.defineComponent({__name:"chat-input-box",props:{shortcuts:{},loading:{type:Boolean},prompts:{}},emits:["send","update:modelValue","stop","height-change","shortcut-click"],setup(e,{emit:t}){l.useCssVars(F=>({ee05ee06:g.value}));const n=t,i=W(`输入 "/" 唤出 Prompt
|
|
271
|
+
通过 Shift + Enter 进行换行输入`),{enablePopup:o}=bo(),{selectedText:r,citeText:s,setCiteText:A,clearSelection:a,lockSelectedText:u}=dn(o),c=e,d=l.ref(),p=l.ref(""),h=l.ref(null),v=l.ref(0),g=l.computed(()=>-(v.value+8)+"px"),B=l.ref(!1),w=F=>{p.value=F,B.value=!1},x=l.ref(),b=l.ref(),f=l.computed(()=>c.loading?"icon-published-zhongzhi":"icon-fasong"),C=l.computed(()=>c.loading?W("停止"):W("发送")),y=l.computed(()=>!c.loading&&!p.value.trim()),{createTooltip:m}=cn({arrow:!0,delay:[0,0]}),E=()=>{c.loading?q():ce()},M=()=>{x.value&&(b.value=m(x.value,C.value,{appendTo:document.querySelector(".ai-blueking-container-wrapper")})),D()},D=()=>{b.value&&(b.value.setContent(C.value),y.value?b.value.disable():b.value.enable())},{textareaHeight:I,updateHeight:L,resetHeight:N,bindTextarea:V}=d6({minHeight:68,maxHeight:248,defaultHeight:68}),P=F=>{R(F),p.value=""},R=F=>{n("shortcut-click",F),a()},{isComposing:S,handleCompositionStart:k,handleCompositionEnd:H,handleSend:K,handleStop:q}=Or({isLoading:l.computed(()=>c.loading),getInputValue:()=>p.value,clearInput:()=>{p.value="",N()},onSend:F=>n("send",F),onStop:()=>n("stop")});l.watch(s,()=>{var F;s.value.length>0&&((F=d.value)==null||F.focus())}),l.watch(()=>I.value,F=>{n("height-change",F)}),l.watch([()=>c.loading,()=>p.value],()=>{D()});const re=()=>{S.value||L(),p.value.includes("/")?B.value=!0:B.value=!1,n("update:modelValue",p.value)},Ee=()=>{r.value&&(u.value=!0)},ce=()=>{p.value.trim()&&K()},_=F=>{var U;if(B.value){const ee=(U=h.value)==null?void 0:U.$el,ze=d.value;ee&&!ee.contains(F.target)&&ze!==F.target&&!(ze!=null&&ze.contains(F.target))&&(B.value=!1)}};l.onMounted(()=>{d.value&&(V(d.value),n("height-change",I.value)),M(),document.addEventListener("click",_)}),l.onBeforeUnmount(()=>{document.removeEventListener("click",_)});const Ae=F=>{v.value=F},fe=F=>{if(B.value&&["ArrowDown","ArrowUp","Enter"].includes(F.key)){const U=h.value;if(!U)return;F.key==="ArrowDown"?(F.preventDefault(),U.handleArrowDown()):F.key==="ArrowUp"?(F.preventDefault(),U.handleArrowUp()):F.key==="Enter"&&U.handleEnter()&&F.preventDefault();return}p.value.trim()&&r.value&&(r.value=""),F.key==="Enter"&&!F.shiftKey&&(F.preventDefault(),ae())},ae=()=>{p.value.trim()&&ce()};return(F,U)=>(l.openBlock(),l.createElementBlock("div",I6,[l.unref(r).length>0?(l.openBlock(),l.createBlock(y6,{key:0,style:{"margin-bottom":"10px"},actions:c.shortcuts,"selected-text":l.unref(r),onMousedown:U[0]||(U[0]=l.withModifiers(()=>{},["prevent"])),onShortcutClick:R},null,8,["actions","selected-text"])):(l.openBlock(),l.createBlock(T6,{key:1,style:{"margin-bottom":"8px"},shortcuts:F.shortcuts,onShortcutClick:P},null,8,["shortcuts"])),l.createElementVNode("div",Q6,[l.createVNode(b6,{ref_key:"promptListRef",ref:h,class:"prompt-list-wrapper",show:B.value,"onUpdate:show":U[1]||(U[1]=ee=>B.value=ee),prompts:c.prompts,onHeightChange:Ae,onSelect:w},null,8,["show","prompts"]),l.unref(s).length>0?(l.openBlock(),l.createElementBlock("div",L6,[l.createVNode(Fr,{"show-close-icon":!0,text:l.unref(s),onClose:U[2]||(U[2]=ee=>l.unref(A)(""))},null,8,["text"])])):l.createCommentVNode("v-if",!0),l.withDirectives(l.createElementVNode("textarea",{ref_key:"textareaRef",ref:d,style:l.normalizeStyle({height:l.unref(I)+"px"}),class:"input-area","onUpdate:modelValue":U[3]||(U[3]=ee=>p.value=ee),placeholder:l.unref(i),onCompositionend:U[4]||(U[4]=(...ee)=>l.unref(H)&&l.unref(H)(...ee)),onCompositionstart:U[5]||(U[5]=(...ee)=>l.unref(k)&&l.unref(k)(...ee)),onFocus:Ee,onInput:re,onKeydown:fe},null,44,k6),[[l.vModelText,p.value]]),l.createElementVNode("div",N6,[l.createElementVNode("i",{ref_key:"actionIconRef",ref:x,class:l.normalizeClass(["bkai-icon",f.value,{disabled:!F.loading&&!p.value.trim()},"clickable"]),onClick:E},null,2)])])]))}}),[["__scopeId","data-v-6c1cceba"]]),S6="data:image/png;base64,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",R6=e=>{var t=e.renderer.rules.link_open||function(n,i,o,r,s){return s.renderToken(n,i,o)};e.renderer.rules.link_open=function(n,i,o,r,s){return n[i].attrSet("target","_blank"),t(n,i,o,r,s)}},j6={class:"delete-confirm-wrapper"},F6={class:"delete-confirm-title"},O6={class:"delete-confirm-content"},V6={class:"delete-confirm-footer"},Y6=Ne(l.defineComponent({__name:"delete-confirm",props:{onConfirm:{type:Function},onCancel:{type:Function},title:{},content:{}},setup(e){const t=e,n=t.title||"确认删除该提问?",i=t.content||"删除操作无法撤回,请谨慎操作!",o=()=>{t.onCancel()},r=()=>{t.onConfirm()};return(s,A)=>(l.openBlock(),l.createElementBlock("div",j6,[l.createElementVNode("div",F6,l.toDisplayString(l.unref(n)),1),l.createElementVNode("div",O6,l.toDisplayString(l.unref(i)),1),l.createElementVNode("div",V6,[l.createVNode(l.unref(we.Button),{style:{width:"64px","min-width":"64px"},size:"small",theme:"danger",onClick:r},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(W)("删除")),1)]),_:1}),l.createVNode(l.unref(we.Button),{style:{width:"64px","min-width":"64px"},size:"small",theme:"default",onClick:o},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(W)("取消")),1)]),_:1})])]))}}),[["__scopeId","data-v-adc06f76"]]),mt=new Map;function U6(e,t){const n=typeof e=="string"?document.querySelector(e):e;if(!n){console.error("Target element not found");return}if(mt.has(n)){const a=mt.get(n);return a==null||a.show(),a}const i={onConfirm:()=>{t.onConfirm(),s==null||s.hide(),mt.delete(n)},onCancel:()=>{s==null||s.hide(),mt.delete(n)},title:t.title,content:t.content},o=document.createElement("div"),r=l.h(Y6,i);l.render(r,o);const s=zt(n,{content:o,interactive:!0,trigger:"manual",theme:"white",placement:t.placement||"top",arrow:!0,appendTo:t.appendTo||document.body,hideOnClick:!0,animation:"scale",duration:200,delay:[0,0],onHidden:()=>{setTimeout(()=>{mt.delete(n),l.render(null,o)},200)}});mt.set(n,s);const A=()=>{s.hide()};return i.onConfirm=()=>{t.onConfirm(),A()},i.onCancel=()=>{A()},s.show(),s}function P6(){mt.forEach(e=>{e.hide()})}const H6={class:"bk-text-editor"},G6=["placeholder"],W6={class:"editor-footer"},Z6={class:"button-group"},J6=l.defineComponent({__name:"text-editor",props:{modelValue:{default:""},placeholder:{default:W("请输入内容")},autoFocus:{type:Boolean,default:!1},loading:{type:Boolean,default:!1}},emits:["submit","update:modelValue","cancel","stop"],setup(e,{expose:t,emit:n}){const i=e,o=n,r=l.ref(null),s=l.ref(i.modelValue),{handleCompositionStart:A,handleCompositionEnd:a,handleEnter:u,handleSend:c}=Or({isLoading:l.computed(()=>i.loading),getInputValue:()=>s.value,clearInput:()=>{s.value=""},onSend:g=>o("submit",g),onStop:()=>o("stop")});l.watch(()=>i.modelValue,g=>{s.value=g}),l.watch(()=>s.value,g=>{o("update:modelValue",g)});const d=()=>{o("update:modelValue",s.value)},p=g=>{if(g.ctrlKey||g.metaKey){g.preventDefault(),h();return}u(g)},h=()=>{c()},v=()=>{s.value="",o("cancel")};return l.onMounted(()=>{var g;i.autoFocus&&((g=r.value)==null||g.focus())}),t({focus:()=>{var g;(g=r.value)==null||g.focus()},clear:()=>{s.value=""}}),(g,B)=>(l.openBlock(),l.createElementBlock("div",H6,[l.withDirectives(l.createElementVNode("textarea",{ref_key:"textareaRef",ref:r,class:"editor-textarea","onUpdate:modelValue":B[0]||(B[0]=w=>s.value=w),placeholder:g.placeholder,onCompositionend:B[1]||(B[1]=(...w)=>l.unref(a)&&l.unref(a)(...w)),onCompositionstart:B[2]||(B[2]=(...w)=>l.unref(A)&&l.unref(A)(...w)),onInput:d,onKeydown:l.withKeys(p,["enter"])},null,40,G6),[[l.vModelText,s.value]]),l.createElementVNode("div",W6,[l.createElementVNode("div",Z6,[l.createVNode(l.unref(we.Button),{style:{width:"52px","min-width":"52px"},class:"cancel-btn",size:"small",theme:"default",onClick:v},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(W)("取消")),1)]),_:1}),l.createVNode(l.unref(we.Button),{style:{width:"52px","min-width":"52px"},class:"submit-btn",disabled:!s.value.trim(),size:"small",theme:"primary",onClick:h},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(W)("发送")),1)]),_:1},8,["disabled"])])])]))}}),K6=Ne(J6,[["__scopeId","data-v-6c6e674f"]]),X6={key:0,class:"ai-cite-container"},q6={key:1,class:"message-content user"},_6={key:0,class:"time-message user"},$6=["innerHTML"],eu={key:1,class:"message-content ai"},tu={key:0,class:"time-message ai"},nu={key:2,width:"14",height:"14",class:"loading-message","aria-hidden":"true"},iu={key:3,class:"message-wrap"},ou=["innerHTML"],su={key:2,class:"message-tool"},ru=l.defineComponent({__name:"render-message",props:{message:{},userPhoto:{default:S6},showTime:{type:Boolean,default:!1},index:{}},emits:["regenerate","resend","delete"],setup(e,{emit:t}){const n=t,i=e,o=l.ref(!1),r=l.ref(null),{enablePopup:s}=bo(),{setCiteText:A}=dn(s),{createTooltipsForSelector:a,destroyAll:u}=cn({placement:"top",arrow:!0,appendTo:"parent",delay:[0,0]}),c=new Hr({html:!0,highlight:(b,f)=>{if(f&&Qo.getLanguage(f))try{return Qo.highlight(b,{language:f}).value}catch{}return""}}).use(Gr,{iconClass:"bkai-icon icon-fuzhi",buttonClass:"ai-blueking-copy-button"}).use(R6),d=l.computed(()=>{var f;const b={[lt.Fail]:"bkai-icon icon-warning-circle-fill",[lt.Loading]:"",[lt.Success]:""};return(f=i.message)!=null&&f.status?b[i.message.status]:""}),p=l.computed(()=>i.message.content?c.render(i.message.content).replace(/\s*<\/p>\s*$/,"</p>"):""),h=l.computed(()=>{if(!i.message.time)return"";const b=Io(i.message.time);return Io().isSame(b,"year")?b.format("MM-DD HH:mm:ss"):b.format("YYYY-MM-DD HH:mm:ss")}),v=b=>{o.value=!1,n("resend",i.index,{message:b,cite:i.message.cite||""})},g=async()=>{try{await navigator.clipboard.writeText(i.message.content),we.Message({theme:"success",message:W("复制成功")})}catch(b){console.error("复制失败:",b),we.Message({theme:"error",message:W("复制失败")})}},B=()=>{n("regenerate",i.index)},w=b=>{const f=b.currentTarget;U6(f,{onConfirm:()=>{n("delete",i.index)},onCancel:()=>{},placement:"top",appendTo:r.value})},x=()=>{u(),a(".message-tool .icon-fuzhi",W("复制")),a(".message-tool .icon-zhongxinshengcheng",W("重新生成")),a(".message-tool .icon-yinyong",W("引用")),a(".message-tool .icon-bianji",W("编辑")),a(".message-tool .icon-shanchu",W("删除"))};return l.onMounted(()=>{setTimeout(x,0)}),l.watch(()=>i.message,()=>{setTimeout(x,0)},{deep:!0}),l.watch(o,b=>{b||setTimeout(x,0)}),l.onBeforeUnmount(()=>{P6()}),(b,f)=>(l.openBlock(),l.createElementBlock("li",{ref_key:"messageMainRef",ref:r,class:l.normalizeClass([b.message.role,"message-main"])},[b.message.cite?(l.openBlock(),l.createElementBlock("div",X6,[l.createVNode(Fr,{text:b.message.cite},null,8,["text"])])):l.createCommentVNode("v-if",!0),l.createElementVNode("div",{class:l.normalizeClass(`message-content-container ${b.message.role}`)},[b.message.role===l.unref(ri).User?(l.openBlock(),l.createElementBlock(l.Fragment,{key:0},[o.value?(l.openBlock(),l.createBlock(K6,{key:0,"auto-focus":!0,"model-value":b.message.content,onCancel:f[0]||(f[0]=C=>o.value=!1),onSubmit:v},null,8,["model-value"])):(l.openBlock(),l.createElementBlock("p",q6,[h.value&&i.showTime?(l.openBlock(),l.createElementBlock("span",_6,l.toDisplayString(h.value),1)):l.createCommentVNode("v-if",!0),l.createElementVNode("span",{class:"markdown-message",innerHTML:p.value},null,8,$6)]))],64)):(l.openBlock(),l.createElementBlock("p",eu,[h.value&&i.showTime?(l.openBlock(),l.createElementBlock("span",tu,l.toDisplayString(h.value),1)):l.createCommentVNode("v-if",!0),d.value?(l.openBlock(),l.createElementBlock("i",{key:1,class:l.normalizeClass(d.value)},null,2)):l.createCommentVNode("v-if",!0),b.message.status===l.unref(lt).Loading?(l.openBlock(),l.createElementBlock("svg",nu,f[3]||(f[3]=[l.createElementVNode("use",{"xlink:href":"#icon-quanquan"},null,-1)]))):l.createCommentVNode("v-if",!0),b.message.status===l.unref(lt).Fail?(l.openBlock(),l.createElementBlock("span",iu,l.toDisplayString(b.message.content),1)):(l.openBlock(),l.createElementBlock("span",{key:4,innerHTML:p.value,class:l.normalizeClass({"markdown-message":!0,loading:b.message.status===l.unref(lt).Loading})},null,10,ou))])),!o.value&&b.message.status!==l.unref(lt).Loading?(l.openBlock(),l.createElementBlock("div",su,[l.createElementVNode("i",{class:"bkai-icon icon-fuzhi",onClick:g}),l.createElementVNode("i",{class:"bkai-icon icon-yinyong",onClick:f[1]||(f[1]=C=>l.unref(A)(b.message.content))}),b.message.role===l.unref(ri).Ai?(l.openBlock(),l.createElementBlock("i",{key:0,class:"bkai-icon icon-zhongxinshengcheng",onClick:B})):l.createCommentVNode("v-if",!0),b.message.role===l.unref(ri).User?(l.openBlock(),l.createElementBlock("i",{key:1,class:"bkai-icon icon-bianji",onClick:f[2]||(f[2]=C=>o.value=!0)})):l.createCommentVNode("v-if",!0),l.createElementVNode("i",{class:"bkai-icon icon-shanchu",onClick:w})])):l.createCommentVNode("v-if",!0)],2)],2))}}),Ur=[{label:W("翻译"),prompt:W("translateShortcut"),key:"translate",icon:"icon-fanyi"},{label:W("解释"),prompt:W("explanationShortcut"),key:"explanation",icon:"icon-jieshi"}],au={class:"popup-content"},Au=["src"],lu={class:"shortcut-buttons"},cu=["onClick"],uu={class:"btn-text ai-blueking-tag-text"},du=Ne(l.defineComponent({__name:"render-popup",props:{shortcuts:{}},emits:["click","shortcut-click"],setup(e,{emit:t}){const n=e,{enablePopup:i}=bo(),{isIconVisible:o,iconPosition:r,popupRef:s,clearSelection:A}=dn(i),a=n.shortcuts||Ur,u=t,c=()=>{u("click"),o.value=!1},d=p=>{try{u("shortcut-click",p),A(),o.value=!1}catch(h){console.error("处理快捷按钮点击事件时出错:",h)}};return(p,h)=>l.unref(o)?(l.openBlock(),l.createElementBlock("div",{key:0,ref_key:"popupRef",ref:s,style:l.normalizeStyle(l.unref(r)),class:"ai-blueking-render-popup",onMousedown:h[0]||(h[0]=l.withModifiers(()=>{},["prevent"]))},[l.createElementVNode("div",au,[l.createCommentVNode(" AI图标按钮 "),l.createElementVNode("div",{class:"popup-icon-btn",onClick:c},[l.createElementVNode("img",{class:"avatar",src:l.unref(ro),alt:"AI"},null,8,Au),l.createElementVNode("span",null,l.toDisplayString(l.unref(W)("问问小鲸")),1)]),l.createCommentVNode(" 快捷按钮组 "),l.createElementVNode("div",lu,[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(a),(v,g)=>(l.openBlock(),l.createElementBlock("div",{class:"shortcut-btn",key:g,onClick:B=>d(v)},[v.icon?(l.openBlock(),l.createElementBlock("i",{key:0,class:l.normalizeClass(["bkai-icon",v.icon])},null,2)):l.createCommentVNode("v-if",!0),l.createElementVNode("span",uu,l.toDisplayString(v.label),1)],8,cu))),128))])])],36)):l.createCommentVNode("v-if",!0)}}),[["__scopeId","data-v-45975be6"]]);function hu(e={}){const t=e.initWidth||400,n=e.minWidth||400,i=e.minHeight||400,o=e.maxWidthPercent||40,r=e.miniHeight||800,s=50,A=l.ref(window.innerWidth-t),a=l.ref(0),u=l.ref(A.value),c=l.ref(t),d=l.ref(window.innerHeight),p=l.ref(window.innerWidth*(o/100)),h=l.ref(!1),v=l.ref(0),g=(b,f)=>{u.value=b,a.value=f,v.value=b-(window.innerWidth-c.value)},B=(b,f,C,y)=>{u.value=b,a.value=f,c.value=Math.min(C,p.value),d.value=y},w=()=>{p.value=window.innerWidth*(o/100),l.nextTick(()=>{if(h.value)u.value=window.innerWidth-c.value-s,a.value=window.innerHeight-r-s;else{const b=window.innerWidth-c.value-v.value;u.value=Math.max(0,b),d.value=window.innerHeight}c.value>p.value&&(c.value=p.value)})},x=()=>{h.value?(a.value=0,l.nextTick(()=>{d.value=window.innerHeight,u.value=A.value,c.value=t})):(a.value=window.innerHeight-r-s,u.value=A.value-s,c.value=t,d.value=r),h.value=!h.value};return l.onMounted(()=>{window.addEventListener("resize",w)}),l.onBeforeUnmount(()=>{window.removeEventListener("resize",w)}),{minWidth:n,minHeight:i,maxWidth:p,top:a,left:u,width:c,height:d,isCompressionHeight:h,handleDragging:g,handleResizing:B,toggleCompression:x}}function pu(e,t=!1){const o=window.innerHeight-48-40,r=window.innerWidth-48-16,s=l.ref(r),A=l.ref(o),a=l.ref(0),u=l.ref(t),c=l.ref(!1),d=l.ref(!1);let p=0;const h=m=>{m?s.value=window.innerWidth-12:s.value=r},v=(m,E)=>{A.value=E,a.value=E-o},g=()=>{l.nextTick(()=>{A.value=window.innerHeight-48-40+a.value,u.value?s.value=window.innerWidth-12:s.value=window.innerWidth-48-16})},B=()=>{if(d.value){d.value=!1;return}u.value||e("click")},w=()=>{u.value=!u.value,e("minimize",u.value),u.value?s.value=window.innerWidth-12:s.value=window.innerWidth-60},x=(m,E)=>{s.value=m,A.value=E},b=()=>{c.value=!0},f=()=>{c.value=!1},C=()=>{p=Date.now(),d.value=!1},y=()=>{Date.now()-p>200&&(d.value=!0)};return l.onMounted(()=>{window.addEventListener("resize",g),g()}),l.onUnmounted(()=>{window.removeEventListener("resize",g)}),{nimbusWidth:48,nimbusHeight:48,nimbusLeft:s,nimbusTop:A,isMinimize:u,isHovering:c,isDragging:d,handleNimbusDragging:v,handleNimbusMinimize:h,handleClick:B,handleMinimize:w,handleDragging:x,handleMouseEnter:b,handleMouseLeave:f,handleMouseDown:C,handleMouseUp:y}}const fu={class:"nimbus-icon-wrapper"},gu=["src"],mu=Ne(l.defineComponent({name:"NimbusButton",__name:"nimbus",props:{isPanelShow:{type:Boolean},isMinimize:{type:Boolean}},emits:["click","minimize","update:isMinimize"],setup(e,{emit:t}){const n=e,i=t,o=l.ref(null),r=l.ref(null),{nimbusLeft:s,nimbusTop:A,isMinimize:a,handleClick:u,handleMinimize:c,handleDragging:d,handleMouseEnter:p,handleMouseLeave:h,handleMouseDown:v,handleMouseUp:g}=pu(i,n.isMinimize);l.watch(a,C=>{i("update:isMinimize",C)});const B=l.computed(()=>a.value?W("恢复默认大小"):W("最小化,将缩成锚点")),{createTooltip:w,destroyAll:x}=cn({theme:"ai-blueking",followCursor:"horizontal",delay:[0,0]}),b=()=>{l.nextTick(()=>{f()})},f=()=>{x(),o.value&&!a.value&&w(o.value,"Cmd + I",{placement:"left"}),r.value&&w(r.value,B.value,{placement:"top"})};return l.watch(()=>a.value,()=>{l.nextTick(()=>{f()})}),l.onMounted(()=>{l.nextTick(()=>{f()}),window.addEventListener("resize",b)}),l.onBeforeUnmount(()=>{window.removeEventListener("resize",b)}),(C,y)=>(l.openBlock(),l.createBlock(l.unref(ei),{active:!C.isPanelShow,axis:"y",draggable:!0,h:48,parent:!0,"prevent-deactivation":!0,resizable:!1,w:48,x:l.unref(s),y:l.unref(A),onDragging:l.unref(d)},{default:l.withCtx(()=>[l.createElementVNode("div",{ref_key:"nimbusContainerRef",ref:o,class:l.normalizeClass(["nimbus-container",{"is-minimize":l.unref(a)}]),onClick:y[1]||(y[1]=(...m)=>l.unref(u)&&l.unref(u)(...m)),onMousedown:y[2]||(y[2]=(...m)=>l.unref(v)&&l.unref(v)(...m)),onMouseenter:y[3]||(y[3]=(...m)=>l.unref(p)&&l.unref(p)(...m)),onMouseleave:y[4]||(y[4]=(...m)=>l.unref(h)&&l.unref(h)(...m)),onMouseup:y[5]||(y[5]=(...m)=>l.unref(g)&&l.unref(g)(...m))},[l.createElementVNode("div",fu,[l.createElementVNode("img",{width:"32",height:"32",src:l.unref(ro),alt:"nimbus"},null,8,gu)]),l.createElementVNode("i",{ref_key:"minimizeButtonRef",ref:r,class:l.normalizeClass(["nimbus-mini bkai-icon",l.unref(a)?"icon-yinyong":"icon-minus-line"]),onClick:y[0]||(y[0]=l.withModifiers((...m)=>l.unref(c)&&l.unref(c)(...m),["stop"]))},null,2)],34)]),_:1},8,["active","x","y","onDragging"]))}}),[["__scopeId","data-v-3f87796e"]]),vu={class:"ai-blueking-wrapper"},yu={class:"ai-blueking-container"},Eu={class:"content-wrapper"},Bu={class:"greeting-title"},wu={class:"greeting-anmition-wrapper"},Mu={key:0,class:"bottom-tools-bar"},bu=Ne(l.defineComponent({__name:"ai-blueking-new",props:{enablePopup:{type:Boolean,default:!0},shortcuts:{default:()=>Ur},url:{default:""},prompts:{default:()=>[]},requestOptions:{default:()=>({})},defaultMinimize:{type:Boolean,default:!1}},emits:["shortcut-click","close","show","stop"],setup(e,{expose:t,emit:n}){l.useCssVars(Y=>({"7fcf1123":M.value+"px"}));const i=e,o=n;l.provide(Vr,i.enablePopup);const r=l.ref(),s=l.ref(!1),A=l.ref(""),a=l.ref(),u=l.ref(!1),c=l.ref(i.defaultMinimize);let d=0;const{minWidth:p,minHeight:h,maxWidth:v,top:g,left:B,width:w,height:x,isCompressionHeight:b,handleDragging:f,handleResizing:C,toggleCompression:y}=hu({maxWidthPercent:80}),m=l.ref(68),E=Y=>{m.value=Y},M=l.computed(()=>{const oe=D.value?100:70;return m.value+40+oe}),{selectedText:D,citeText:I,setCiteText:L}=dn(i.enablePopup),N=()=>{s.value=!1,o("close")},V=()=>{s.value=!0,o("show")},P=()=>{V()};ha(),da();const R={sessionCode:"1",sessionName:"test",model:""},S=l.ref(!1),k=()=>{S.value=!1},H=()=>{if(!a.value)return;S.value=!0;const{scrollTop:Y,scrollHeight:oe,clientHeight:ue}=a.value,Be=Y+ue>=oe-50;u.value=!Be&&oe>ue,Be&&Y>d&&k(),d=Y};l.watch(a,Y=>{Y&&Y.addEventListener("scroll",H)});const{currentSession:K,sessionContents:q,sendChat:re,stopChat:Ee,setCurrentSession:ce,currentSessionLoading:_,reGenerateChat:Ae,reSendChat:fe,deleteChat:ae}=ua({handleStart:()=>{U()},handleText:()=>{U()},handleEnd:()=>{U()},requestOptions:{url:i.url,...i.requestOptions}});ce(R);const F=()=>{var Y;(Y=a.value)==null||Y.scrollTo({top:a.value.scrollHeight,behavior:"smooth"})},U=()=>{S.value||a.value&&$3(a.value)},ee=Y=>{Y.trim()&&(k(),re({message:Y,cite:I.value},()=>{l.nextTick(U)}),A.value="",L(""))},ze=Y=>{Ae(Y)},it=(Y,oe)=>{fe(Y,oe)},ot=()=>{var Y;(Y=K==null?void 0:K.value)!=null&&Y.sessionCode&&(Ee(K.value.sessionCode),o("stop"))},st=Y=>{!s.value&&V(),re({message:Y.label,cite:D.value||A.value,shortcut:Y}),o("shortcut-click",Y)},rt=Y=>{ae(Y)};return l.watch(q,()=>{l.nextTick(U)},{deep:!0}),t({sessionContents:q,handleShow:V,handleStop:ot,sendChat:re,handleSendMessage:ee,handleShortcutClick:st,handleDelete:rt,handleRegenerate:ze,handleResend:it}),(Y,oe)=>(l.openBlock(),l.createElementBlock("div",vu,[s.value?(l.openBlock(),l.createBlock(l.unref(ei),{key:0,ref_key:"resizeWrapper",ref:r,active:s.value,draggable:!0,h:l.unref(x),"max-width":l.unref(v),"min-height":l.unref(h),"min-width":l.unref(p),parent:!0,"prevent-deactivation":!0,resizable:!0,w:l.unref(w),x:l.unref(B),y:l.unref(g),"class-name":"ai-blueking-container-wrapper","drag-handle":".drag-handle",onDragging:l.unref(f),onResizing:l.unref(C)},{default:l.withCtx(()=>[l.createElementVNode("div",yu,[l.createCommentVNode(" 顶部栏 "),l.createVNode(A6,{"is-compression-height":l.unref(b),onClose:N,onToggleCompression:l.unref(y)},null,8,["is-compression-height","onToggleCompression"]),l.createElementVNode("div",Eu,[l.createCommentVNode(" 主要内容区域 "),l.createElementVNode("div",{class:l.normalizeClass(`main-content ${l.unref(q).length===0?"greeting-layout":"chat-layout"}`)},[l.unref(q).length===0?(l.openBlock(),l.createBlock(l.unref(so).div,{key:0,class:"greeting-box",transition:{duration:.5,ease:[.33,1,.68,1],type:"tween"},animate:{opacity:1},initial:{opacity:1}},{default:l.withCtx(()=>[l.createElementVNode("div",Bu,l.toDisplayString(l.unref(W)("你好,我是小鲸")),1),l.createElementVNode("div",wu,[l.createVNode(l.unref(so).div,{class:"greeting-text",transition:{duration:1.2,ease:[.16,.77,.47,.97],scaleX:{type:"spring",stiffness:160,damping:15,mass:.5,delay:.1}},animate:{width:"auto",scaleX:1},initial:{width:0,scaleX:0}},{default:l.withCtx(()=>[l.createTextVNode(l.toDisplayString(l.unref(W)("输入你的问题,助你高效的完成工作")),1)]),_:1})])]),_:1})):l.createCommentVNode("v-if",!0),l.createElementVNode("div",{ref_key:"messageWrapper",ref:a,style:l.normalizeStyle({opacity:l.unref(q).length>0?1:0}),class:"message-wrapper"},[(l.openBlock(!0),l.createElementBlock(l.Fragment,null,l.renderList(l.unref(q),(ue,Be)=>(l.openBlock(),l.createBlock(ru,{index:Be,key:ue.id,message:ue,onDelete:rt,onRegenerate:ze,onResend:it},null,8,["index","message"]))),128))],4),l.createVNode(l.unref(so).div,{transition:{duration:.5,ease:[.33,1,.68,1],type:"tween",layoutId:"chat-input"},class:l.normalizeClass(`chat-input-container ${l.unref(q).length===0?"centered":"bottom"}`),layout:""},{default:l.withCtx(()=>[l.unref(_)||u.value?(l.openBlock(),l.createElementBlock("div",Mu,[l.unref(_)?(l.openBlock(),l.createBlock(jr,{key:0,color:"#EA3636",icon:"icon-tingzhishengcheng",text:"停止生成",onClick:ot})):l.createCommentVNode("v-if",!0),u.value?(l.openBlock(),l.createBlock(jr,{key:1,color:"#979BA5",icon:"icon-jiantou",text:"返回底部",onClick:F})):l.createCommentVNode("v-if",!0)])):l.createCommentVNode("v-if",!0),l.createVNode(z6,{modelValue:A.value,"onUpdate:modelValue":oe[0]||(oe[0]=ue=>A.value=ue),loading:l.unref(_),prompts:i.prompts,shortcuts:Y.shortcuts,onHeightChange:E,onSend:ee,onShortcutClick:st,onStop:ot},null,8,["modelValue","loading","prompts","shortcuts"])]),_:1},8,["class"])],2)])])]),_:1},8,["active","h","max-width","min-height","min-width","w","x","y","onDragging","onResizing"])):l.createCommentVNode("v-if",!0),l.createVNode(mu,{"is-panel-show":s.value,"onUpdate:isPanelShow":oe[1]||(oe[1]=ue=>s.value=ue),"default-minimize":Y.defaultMinimize,"is-minimize":c.value,"onUpdate:isMinimize":oe[2]||(oe[2]=ue=>c.value=ue),onClick:P},null,8,["is-panel-show","default-minimize","is-minimize"]),l.createVNode(du,{shortcuts:Y.shortcuts,onClick:oe[3]||(oe[3]=ue=>s.value=!0),onShortcutClick:st},null,8,["shortcuts"])]))}}),[["__scopeId","data-v-ab2fd36d"]]);(function(){var e='<svg xmlns="http://www.w3.org/2000/svg" data-name="bkai" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0;visibility:hidden"><symbol id="icon-warning-circle-fill" viewBox="0 0 1024 1024"><path fill="#737987" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 640h-64v-64h64v64zm0-128h-64V320h64v256z"/></symbol><symbol id="icon-close-circle-shape" viewBox="0 0 64 64"><path fill="#737987" d="M32 4C16.5 4 4 16.5 4 32s12.5 28 28 28 28-12.5 28-28S47.5 4 32 4zm11.3 36.5l-2.8 2.8-8.5-8.5-8.5 8.5-2.8-2.8 8.5-8.5-8.5-8.5 2.8-2.8 8.5 8.5 8.5-8.5 2.8 2.8-8.5 8.5 8.5 8.5z"/></symbol><symbol id="icon-close-line-2" viewBox="0 0 64 64"><path d="M52 16.2L47.8 12 32 27.8 16.2 12 12 16.2 27.8 32 12 47.8l4.2 4.2L32 36.2 47.8 52l4.2-4.2L36.2 32z"/></symbol><symbol id="icon-minus-line" viewBox="0 0 1024 1024"><path d="M128 448h768v128H128V448z" class="st0"/></symbol><symbol id="icon-visible1" viewBox="0 0 1024 1024"><path d="M512 384a128 128 0 10128 128 128 128 0 00-128-128zm0 192a64 64 0 1164-64 64 64 0 01-64 64z"/><path d="M512 240C264.64 240 64 512 64 512s200.64 272 448 272 448-272 448-272-200.64-272-448-272zm0 480c-160 0-304-139.04-364.96-208C208 442.88 352 304 512 304s304 139.04 364.96 208C816 581.12 672 720 512 720z"/></symbol><symbol id="icon-links" viewBox="0 0 1024 1024"><path d="M263.04 760.96a148.48 148.48 0 01-1.92-224l92.48-92.48-45.12-45.76L216 491.2a212.8 212.8 0 001.92 314.88A212.8 212.8 0 00532.8 808l92.48-92.48L579.84 672l-92.48 92.48a148.48 148.48 0 01-224.32-3.52zM491.2 216l-92.48 92.48 45.44 45.12 92.48-92.48a148.48 148.48 0 01224 1.92 148.48 148.48 0 011.92 224L672 579.84l45.12 45.44 92.48-92.48a212.8 212.8 0 00-1.92-314.88A212.8 212.8 0 00491.2 216z"/><path d="M398.786 579.888l181.019-181.02 45.255 45.255-181.02 181.02-45.254-45.255z"/></symbol><symbol id="icon-quanquan" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M512 64.129c-9.343-.661-18.345 3.338-27.005 11.998-2.666 2.667-4.831 6.165-6.495 10.495-1.664 4.33-2.496 7.498-2.496 9.503v4c0 10.004 2.997 18.003 8.991 23.997 3.328 4.01 7.327 6.847 11.999 8.511 4.671 1.664 8.34 2.496 11.006 2.496h4c68.003 0 130.993 16.83 188.97 50.49 57.978 33.66 103.807 79.49 137.489 137.488 33.681 57.999 50.511 121.16 50.49 189.483-.021 68.322-16.851 131.313-50.49 188.97-33.64 57.657-79.469 103.316-137.489 136.976-58.02 33.66-121.18 50.49-189.482 50.49-68.301 0-131.292-16.83-188.97-50.49-57.68-33.66-103.338-79.319-136.977-136.976-33.639-57.657-50.469-120.818-50.49-189.482 0-10.005-3.669-18.676-11.007-26.013-2.666-3.328-6.164-5.824-10.494-7.487-4.33-1.664-7.498-2.496-9.503-2.496h-4c-10.004 0-18.334 3.338-24.99 10.015-4.01 4.01-6.846 8.18-8.51 12.51-1.664 4.33-2.496 7.498-2.496 9.503v4c0 60.665 11.828 118.663 35.484 173.996 23.656 55.332 55.482 102.996 95.477 142.991 39.996 39.996 87.66 71.822 142.992 95.478 55.332 23.656 113.33 35.483 173.996 35.483 60.665 0 118.664-11.827 173.996-35.483 55.332-23.656 102.996-55.482 142.992-95.478 39.995-39.995 71.82-87.659 95.477-142.991 23.656-55.333 35.484-113.331 35.484-173.996 0-60.665-11.828-118.664-35.484-173.996-23.656-55.333-55.482-102.997-95.477-142.992-39.996-39.996-87.66-71.821-142.992-95.477C630.664 75.989 572.666 64.16 512 64.16v-.032z"/></symbol><symbol id="icon-yanjing-kejian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 192c247.4 0 448 143.3 448 320S759.4 832 512 832 64 688.7 64 512s200.6-320 448-320zm0 64c-54.2 0-106.6 7.5-155.9 22.4-46.6 14.1-88.3 34.1-123.7 59.4C165.1 385.9 128 447.8 128 512c0 64.2 37.1 126.1 104.4 174.2 35.4 25.3 77.1 45.3 123.7 59.4C405.4 760.5 457.8 768 512 768s106.6-7.5 155.9-22.4c46.6-14.1 88.3-34.1 123.7-59.4C858.9 638.1 896 576.2 896 512c0-64.2-37.1-126.1-104.4-174.2-35.4-25.3-77.1-45.3-123.7-59.4C618.6 263.5 566.2 256 512 256zm0 96c88.4 0 160 71.6 160 160s-71.6 160-160 160-160-71.6-160-160 71.6-160 160-160zm0 64c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96z"/></symbol><symbol id="icon-shipin-2" viewBox="0 0 1024 1024"><path fill="#FF9C01" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM433.067 486.16v161.072c0 44.295 29.53 60.402 67.113 36.242l107.381-71.14c36.242-26.846 36.242-67.114 0-91.275L500.18 449.92c-36.241-24.16-67.113-8.053-67.113 36.241zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="icon-tupian-2" viewBox="0 0 1024 1024"><path fill="#699DF4" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm-18.4 512l-112 144-80-96-112 144h448l-144-192zM480 448c-35.346 0-64 28.654-64 64 0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64zm122-310.2V326h188.2L602 137.8z"/></symbol><symbol id="icon-wenben-2" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM656 704H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h288c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-64-128H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zM464 448h-96c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h96c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm138-310.2V326h188.2L602 137.8z"/></symbol><symbol id="icon-yasuobao-2" viewBox="0 0 1024 1024"><path fill="#63656E" fill-rule="evenodd" d="M623.999 64c26.5 0 63.499 15.5 82 34l156 156c18.5 18.5 34.001 55.5 34.001 82v576.001c0 26.5-21.5 47.999-48.002 47.999H176c-26.5 0-48-21.5-48-47.999V112c0-26.5 21.5-48 48-48h447.999zM296 456h-64v222h128V518h-64v-62zm16 110v64h-32v-64h32zm48-174h-64v64h64v-64zm-64-64h-64v64h64v-64zm64-64h-64v64h64v-64zm280-132v188h188c-3-8.5-7.501-17-11.001-20.5L660.499 143c-3.5-3.5-12-8-20.499-11zm-344 68h-64v64h64v-64zm64-64h-64v64h64v-64z"/></symbol><symbol id="icon-yinle-2" viewBox="0 0 1024 1024"><path fill="#F8B4B4" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm-6.312 385.187l-133.876 40.95c-16.187 4.637-29.4 21.525-29.4 37.712v141.225s-9.712-6.562-31.324-3.5c-31.763 4.55-57.488 28.875-57.488 54.425 0 25.55 25.725 41.213 57.488 36.663 31.762-4.463 55.037-28.088 55.037-53.638V582.449c0-11.375 13.65-16.187 13.65-16.187l118.387-37.1s13.126-4.375 13.126 7.7v96.862s-12.076-6.912-33.688-4.287c-31.762 3.85-57.488 27.65-57.488 53.2 0 25.55 25.726 41.737 57.488 37.887 31.762-3.85 57.488-27.65 57.488-53.2V470.187c0-16.275-13.126-25.638-29.4-21zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="icon-doc-3" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M675.35 62.103a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12l-536.406-76.587c-21.028-2.995-36.65-21-36.65-42.24V175.932c0-21.24 15.622-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zm220.693 76.837c23.564 0 42.666 19.102 42.666 42.667v682.666c0 23.564-19.102 42.667-42.666 42.667H725.376v-85.333h128V224.273h-128V138.94h170.667zM298.709 352.273h-85.333v341.334h85.333l85.334-85.334 85.333 85.334h85.333V352.273h-85.333v212.864l-85.333-84.864-84.907 85.334-.427-213.334z"/></symbol><symbol id="icon-excel-2" viewBox="0 0 1024 1024"><path fill="#2DCB56" fill-rule="evenodd" d="M675.307 51.163a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12L121.94 901.248c-21.027-2.995-36.65-21-36.65-42.24V164.992c0-21.24 15.623-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zM896 128c23.564 0 42.667 19.103 42.667 42.667v682.666C938.667 876.897 919.564 896 896 896H725.333v-85.333h128V213.333h-128V128H896zM315.733 341.333h-102.4L332.8 512 213.333 682.667h102.4L384 585.13l68.267 97.536h102.4L435.2 512l119.467-170.667h-102.4L384 438.87l-68.267-97.536z"/></symbol><symbol id="icon-markdown" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.8zM443.562 477.562h-90V768h55.876V603.75c0-24.5-.813-48.938-2.438-73.312h1.688c4.374 21.374 7.437 34.437 9.187 39.187L490.438 768h49.312l71.625-200.25c2.25-6.25 5.25-18.688 9-37.312h1.5c-1.625 24.624-2.437 45.062-2.437 61.312V768h61.124V477.562H593l-62.812 175.126c-4.126 11.624-8.126 25.374-12 41.25h-1.313c-1.875-12.75-5.437-26.376-10.687-40.876l-62.626-175.5zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="icon-pdf-2" viewBox="0 0 1024 1024"><path fill="#EA3636" fill-rule="evenodd" d="M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.217 637.256c-15.174-.489-31.314.67-49.65 2.964-24.298-14.987-40.654-35.582-52.274-65.827.28-1.152.86-3.538 1.063-4.38.474-1.958.867-3.594 1.243-5.185 4.293-18.13 6.615-31.358 7.3-44.695.518-10.074-.04-19.368-1.827-27.976-3.298-18.584-16.454-29.453-33.021-30.126-15.446-.627-29.649 7.993-33.281 21.373-5.913 21.612-2.45 50.07 10.08 98.582-15.964 38.056-37.052 82.661-51.203 107.539-18.885 9.74-33.604 18.605-45.953 28.427-16.303 12.966-26.48 26.29-29.286 40.306-1.355 6.48.692 14.966 5.36 21.912 5.296 7.879 13.282 12.991 22.855 13.735 24.152 1.877 53.83-23.024 86.59-79.258 3.295-1.09 6.78-2.257 11.026-3.69 2.323-.783 10.464-3.538 11.91-4.026 7.521-2.54 12.98-4.36 18.376-6.116 23.396-7.612 41.096-12.429 57.21-15.163 27.973 14.973 60.316 24.796 82.098 24.796 17.979 0 30.126-9.319 34.515-23.985 3.857-12.886.794-27.824-7.473-36.084-8.56-8.41-24.3-12.434-45.658-13.123zm-247.985 128.42v-.36l.126-.338c1.275-3.421 3.157-7.008 5.6-10.758 4.284-6.576 10.173-13.5 17.472-20.865 3.92-3.955 8.002-7.8 12.79-12.12 1.073-.969 7.91-7.059 9.189-8.25l11.176-10.407-8.12 12.934c-12.326 19.638-23.46 33.78-33.013 43.004-3.507 3.387-6.6 5.9-9.091 7.505-1.027.662-1.916 1.144-2.613 1.424-.409.163-.771.268-1.13.302-.38.045-.765-.01-1.117-.16a2.068 2.068 0 01-1.269-1.911zm125.934-218.269l-2.26 4.007-1.39-4.385c-3.114-9.829-5.387-24.641-6.016-37.997-.716-15.197.49-24.323 5.286-24.323 6.74 0 9.831 10.808 10.076 27.053.216 14.28-2.03 29.142-5.696 35.645zm-5.81 58.464l1.534-4.05 2.088 3.795c11.69 21.245 26.858 38.967 43.538 51.315l3.595 2.662-4.38.904c-16.328 3.372-31.544 8.457-52.34 16.842 2.174-.876-21.623 8.863-27.638 11.169l-5.252 2.013 2.802-4.877c12.35-21.496 23.758-47.326 36.052-79.773h.001zm157.626 76.261c-7.864 3.104-24.777.329-54.569-12.387l-7.561-3.227 8.199-.607c23.295-1.724 39.807-.44 49.422 3.08 4.09 1.498 6.824 3.388 8.037 5.553 1.31 2.336.71 4.81-1.362 6.31-.448.427-1.155.88-2.166 1.278z"/></symbol><symbol id="icon-ppt-2" viewBox="0 0 1024 1024"><path fill="#FF5656" fill-rule="evenodd" d="M675.35 62.103a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12l-536.406-76.587c-21.028-2.995-36.65-21-36.65-42.24V175.932c0-21.24 15.622-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zm220.693 76.837c23.564 0 42.666 19.102 42.666 42.667v682.666c0 23.564-19.102 42.667-42.666 42.667H725.376v-85.333h128V224.273h-128V138.94h170.667zM540.487 323.829H199.154v341.333h85.333V579.83h256v-256zm-85.333 85.333v85.333H284.487v-85.333h170.667z"/></symbol><symbol id="icon-sousuo" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M478.72 128c193.6 0 350.72 157.12 350.72 350.72 0 82.88-28.8 159.04-76.8 218.88l131.84 131.84c15.36 15.36 15.36 40 0 55.04s-40 15.36-55.04 0L697.6 752.64c-60.16 48-136 76.8-218.88 76.8-193.6 0-350.72-157.12-350.72-350.72S285.12 128 478.72 128zm0 78.4c-150.4 0-272.32 121.92-272.32 272.32s121.92 272.32 272.32 272.32c58.56 0 114.24-18.56 160.32-52.16l9.6-7.36 23.68-19.2 19.2-23.68c35.84-44.8 56.64-99.52 59.2-157.44l.32-12.48c0-150.4-121.92-272.32-272.32-272.32z" clip-rule="evenodd"/></symbol><symbol id="icon-chouti" viewBox="0 0 1024 1024"><path d="M864 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64H160c-35.346 0-64-28.654-64-64V224c0-35.346 28.654-64 64-64zm-320 64H160v576h384V224zm320 0H608v576h256V224zm-64 224v64H672v-64h128zm0-128v64H672v-64h128z"/></symbol><symbol id="icon-liaotianchuang" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M832 160c35.346 0 64 28.654 64 64v569.6c0 38.88-28.654 70.4-64 70.4H192c-35.346 0-64-31.52-64-70.4V224c0-35.346 28.654-64 64-64h640zm0 192H192v448h640V352zM704 224c-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32 17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32 17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32zm192 0c-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32 17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32z"/></symbol><symbol id="icon-sikao" viewBox="0 0 1024 1024"><path d="M528 96c61.856 0 112 50.144 112 112 0 .376-.002.751-.006 1.126C774.73 260.666 870.4 391.16 870.4 544c0 22.55-2.082 44.612-6.066 66.007C883.94 630.144 896 657.663 896 688c0 61.856-50.144 112-112 112a112.7 112.7 0 01-19.49-1.69C699.754 862.65 610.519 902.4 512 902.4s-187.753-39.75-252.539-104.088A112.33 112.33 0 01240 800c-61.856 0-112-50.144-112-112 0-30.337 12.061-57.856 31.65-78.025A361.172 361.172 0 01153.6 544c0-164.845 111.29-303.696 262.836-345.518C421.232 141.079 469.35 96 528 96zm-91.48 176.633l-4.469 1.278C315.47 308.366 230.4 416.249 230.4 544c0 10.923.622 21.7 1.832 32.3l1.623-.134L240 576c61.856 0 112 50.144 112 112 0 26.132-8.95 50.173-23.95 69.226C377.36 799.817 441.67 825.6 512 825.6c70.33 0 134.639-25.783 183.99-68.412C680.95 738.173 672 714.132 672 688c0-61.856 50.144-112 112-112 2.607 0 5.194.09 7.757.264A280.989 280.989 0 00793.6 544c0-119.973-75.025-222.422-180.718-262.99C592.35 304.904 561.938 320 528 320c-37.782 0-71.195-18.708-91.48-47.367z"/></symbol><symbol id="icon-wenzhang" viewBox="0 0 1024 1024"><path fill="#3D4265" d="M708.923 157.538h275.692c21.752 0 39.385 17.634 39.385 39.385v748.308c0 43.503-35.266 78.769-78.77 78.769H708.924V157.538z"/><path fill="#3A84FF" d="M0 984.615A39.385 39.385 0 0039.385 1024H945.23c-43.503 0-78.77-35.266-78.77-78.77V39.386C866.462 17.633 848.829 0 827.078 0H39.385C17.633 0 0 17.633 0 39.385v945.23z"/><path fill="#FFF" d="M196.923 288.82c-21.751 0-39.385 17.634-39.385 39.385 0 21.752 17.634 39.385 39.385 39.385h157.539c21.751 0 39.384-17.633 39.384-39.385 0-21.751-17.633-39.384-39.384-39.384H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h472.615c21.752 0 39.385-17.633 39.385-39.384 0-21.752-17.633-39.385-39.385-39.385H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h236.308c21.751 0 39.384-17.633 39.384-39.384 0-21.752-17.633-39.385-39.384-39.385H196.923z"/></g></symbol><symbol id="icon-published-zhongzhi" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 96c229.75 0 416 186.25 416 416S741.75 928 512 928 96 741.75 96 512 282.25 96 512 96zm0 64c-194.404 0-352 157.596-352 352s157.596 352 352 352 352-157.596 352-352-157.596-352-352-352zm16 208c70.692 0 128 57.308 128 128v32c0 70.692-57.308 128-128 128h-32c-70.692 0-128-57.308-128-128v-32c0-70.692 57.308-128 128-128h32z"/></symbol><symbol id="icon-fasong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M873.6 99.2L118.4 476.8c-28.8 16-28.8 44.8-6.4 60.8l182.4 112c16 6.4 28.8 6.4 44.8-6.4L736 288 390.4 672c-6.4 6.4-6.4 16-6.4 22.4v166.4c0 16 6.4 28.8 22.4 38.4s28.8 0 38.4-6.4l89.6-89.6 182.4 121.6c28.8 16 54.4 6.4 60.8-22.4L928 147.2c6.4-38.4-19.2-60.8-54.4-48z" clip-rule="evenodd"/></symbol><symbol id="icon-diancai" viewBox="0 0 1024 1024"><path d="M192 575.003V128h-64v447.003h64zM448 896c44.402-6.635 76.402-17.301 96-32 42.667-32 64-74.667 64-128v-96h235.517a64 64 0 0017.328-2.39c34.026-9.57 53.851-44.912 44.282-78.938l-108-384C789.364 147.07 764.19 128 735.517 128H288v448l160 320zm35.008-73.024L352 560.96V192h383.517l108 384H544v160c0 33.189-11.849 56.887-38.4 76.8-4.222 3.167-11.054 6.421-20.402 9.518l-2.19.658z"/></symbol><symbol id="icon-diancaishixin" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 575.003V128h-64v447.003h64zM448 896c44.402-6.635 76.402-17.301 96-32 42.667-32 64-74.667 64-128v-96h235.517a64 64 0 0017.328-2.39c34.026-9.57 53.851-44.912 44.282-78.938l-108-384C789.364 147.07 764.19 128 735.517 128H288v448l160 320z"/></symbol><symbol id="icon-dianzan" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 448.997V896h-64V448.997h64zM448 128c44.402 6.635 76.402 17.301 96 32 42.667 32 64 74.667 64 128v96h235.517a64 64 0 0117.328 2.39c34.026 9.57 53.851 44.912 44.282 78.938l-108 384C789.364 876.93 764.19 896 735.517 896H288V448l160-320zm35.008 73.024L352 463.04V832h383.517l108-384H544V288c0-33.189-11.849-56.887-38.4-76.8-4.222-3.167-11.054-6.421-20.402-9.518l-2.19-.658z"/></symbol><symbol id="icon-dianzanshixin" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 448.997V896h-64V448.997h64zm96-.997v448h471.758c14.337 0 26.924-9.535 30.805-23.336l126-448c4.785-17.013-5.128-34.684-22.14-39.469a32 32 0 00-8.665-1.195H608v-96c0-53.333-21.333-96-64-128-19.598-14.699-51.598-25.365-96-32L288 448z"/></symbol><symbol id="icon-dingyue" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M821.428 128C862.625 128 896 162.015 896 204.003v661.17C896 882.182 882.963 896 866.276 896c-7.693 0-14.609-2.936-19.83-7.715l-.508-.257-300.374-157.852h-.521l-301.416 157.32-3.082 1.13c-5.16 4.294-11.74 6.843-18.82 6.843-16.688 0-29.725-13.82-29.725-30.295V204.003C192 162.015 225.375 128 266.572 128h554.856zm0 60.59H266.572c-8.344 0-15.123 6.909-15.123 15.413l-.025 610.781 269.11-140.414c1.042-.532 1.564-1.063 2.607-1.063 13.558-6.91 30.767-6.91 44.847.531l2.086 1.063 266.47 139.755.007-610.653c0-8.504-6.78-15.413-15.123-15.413zm-95.431 294.975c16.166 0 29.724 13.82 29.724 30.295l-.009 30.268 29.734.027c16.687 0 29.724 13.819 29.724 30.295s-13.037 30.295-29.724 30.295l-29.734-.009.01 30.835c0 16.476-13.559 30.295-29.725 30.295-16.687 0-29.724-13.819-29.724-30.295l-.017-30.835-30.23.009c-16.687 0-29.724-13.819-29.724-30.295s13.559-30.295 29.725-30.295l30.229-.027.017-30.268c0-17.007 13.558-30.295 29.724-30.295zM663.419 231.11c16.688 0 29.725 13.818 29.725 30.294 0 17.008-13.037 30.295-29.725 30.295H424.581c-16.688 0-29.725-13.818-29.725-30.295 0-17.007 13.559-30.294 29.725-30.294h238.838z"/></symbol><symbol id="icon-fujian" viewBox="0 0 1024 1024"><path d="M470.82 362.7L278.013 549.08c-66.508 64.292-66.483 168.527.058 232.85 66.434 64.22 174.442 64.281 240.881.058l241.055-233.02c13.307-12.862 34.88-12.862 48.188 0 13.307 12.864 13.307 33.719 0 46.581L567.138 828.57c-93.066 89.961-244.221 89.874-337.255-.058-93.15-90.044-93.186-235.988-.06-326.01l337.433-326.182.031-.03c66.643-64.347 174.084-64.453 240.847.088 66.649 64.425 66.805 168.328.02 232.886l-192.85 186.42-144.341 139.53c-40.033 38.697-104.634 38.872-144.705.136-40.08-38.744-40.235-100.85.141-139.88L663.43 269.674c13.306-12.862 34.88-12.862 48.188 0 13.306 12.864 13.306 33.72 0 46.581L374.587 642.051c-13.711 13.253-13.66 33.65-.142 46.717 13.398 12.951 34.85 12.893 48.33-.136l144.34-139.53 192.85-186.42c40.14-38.8 40.048-100.994-.02-139.724-19.121-18.61-45.133-29.078-72.268-29.082-27.134-.003-53.15 10.458-72.275 29.064L470.82 362.7z"/></symbol><symbol id="icon-lashen" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M511.491 192l128.431 159.872h-256L511.492 192zM768 128v64H256v-64h512zM256 832h512v64H256zm224-480h64v320h95.922l-128.43 159.872L383.921 672H480V352z"/></symbol><symbol id="icon-yasuo" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M511.491 544l128.431 159.872L544 703.84V928h-64V703.84l-96.078.032L511.492 544zM832 480v64H192v-64h640zM544 96v223.968l95.922.032-128.43 159.872L383.921 320l96.078-.032V96h64z"/></symbol><symbol id="icon-yinyong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M642.272 192v64H416c-106.039 0-192 85.961-192 192s85.961 192 192 192h355.712L640 509.52 686 464l210 208-210 208-46-45.52L771.712 704H416c-138.717 0-251.665-110.33-255.878-248.026L160 448c0-141.385 114.615-256 256-256h226.272z"/></symbol><symbol id="icon-drill-down" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M932.061 599.866l-144.135-89.362-34.411 55.443L889.21 649.44 564.58 850.993a97.006 97.006 0 01-102.582 0l-324.63-201.554 131.8-82.84-34.411-55.443-142.837 88.71C74.534 610.259 63.915 629.114 64 649.439c-.054 20.49 10.527 39.525 27.92 50.225l335.018 206.773a158.447 158.447 0 00170.105 0l335.018-205.468c17.393-10.7 27.974-29.736 27.918-50.226.555-20.787-10.125-40.25-27.918-50.877zM784.68 383.309l-38.955-52.182-201.27 150.676V80h-64.926v401.803l-201.27-150.676-38.956 52.182L511.99 587.472 784.68 383.31z"/></symbol><symbol id="icon-liaotianliebiao" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M160 192h704c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H160c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32zm0 288h352c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H160c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32zm0 288h576c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H160c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32z"/></symbol><symbol id="icon-xinzengliaotian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960c-58.835 0-115.02-11.341-166.49-31.957L96 928l-.005-249.414C75.355 627.09 64 570.87 64 512 64 264.576 264.576 64 512 64zm0 64c-212.077 0-384 171.923-384 384 0 49.608 9.378 97.809 27.401 142.775l4.594 11.462L159.968 864l185.553.043 12.335.002 11.45 4.587C414.25 886.633 462.423 896 512 896c212.077 0 384-171.923 384-384S724.077 128 512 128zm0 160c17.673 0 32 14.327 32 32v160h160c17.673 0 32 14.327 32 32 0 16.41-12.353 29.936-28.268 31.785L704 544H544v160c0 16.41-12.353 29.936-28.268 31.785L512 736c-17.673 0-32-14.327-32-32V544H320c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32h160V320c0-17.673 14.327-32 32-32z"/></symbol><symbol id="icon-quxiaozhiding" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M534.3 612.212c29.73 3.15 53.172 13.558 70.325 31.226 27.875 25.374 41.813 63.374 41.813 114 0 49.624-13.938 87.624-41.813 114-20.875 21.5-51.063 32.25-90.563 32.25s-69.687-10.75-90.562-32.25c-26.58-25.037-40.543-60.55-41.892-106.536l73.262-73.341c-10.663 16.383-15.995 38.341-15.995 65.877 0 31.124 6.813 55.124 20.437 72 13.626 16.874 31.876 25.312 54.75 25.312 22.876 0 41.063-8.438 54.563-25.312 13.375-16.876 20.063-40.876 20.063-72 0-31-6.72-54.97-20.157-71.907-13.437-16.937-31.593-25.406-54.469-25.406-14.43 0-27.021 3.358-37.77 10.074l58.008-57.987zm277.888 7.413c27.75 0 49.874 7.125 66.374 21.375 16.5 14.25 24.75 36.312 24.75 66.188 0 32.624-8.25 55.687-24.75 69.187s-40.062 20.25-70.687 20.25h-58.687V896h-57.376V619.625h120.376zM275.37 871.104l.004 24.896h-24.9l24.896-24.896zm549.53-685.26l45.255 45.254-656.195 656.196-45.255-45.255 656.196-656.195zM803 667.625h-53.812V749H803c13.625 0 24.25-3.312 31.875-9.938 7.5-6.624 11.25-17.124 11.25-31.5 0-14.374-3.781-24.624-11.344-30.75-7.562-6.124-18.156-9.187-31.781-9.187zm-457.132-48.009l-48.928 48.928-21.565.018-.004 21.55-58.143 58.144.022-79.694h-83.062v-48.937l211.68-.009zM496 96l181.388 192.096L581.484 384H576l-.02 5.504L421.484 544H416V384H224L496 96z"/></symbol><symbol id="icon-zhiding" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M496 96l272 288H576v160H416V384H224L496 96zM358.062 619.625v48.937h-82.687V896H217.25V668.562h-83.062v-48.937h223.874zm156 284.063c-39.5 0-69.687-10.75-90.562-32.25-28-26.376-42-64.376-42-114 0-50.626 14-88.626 42-114 20.875-21.5 51.062-32.25 90.562-32.25s69.688 10.75 90.563 32.25c27.875 25.374 41.813 63.374 41.813 114 0 49.624-13.938 87.624-41.813 114-20.875 21.5-51.063 32.25-90.563 32.25zm54.563-74.25c13.375-16.876 20.063-40.876 20.063-72 0-31-6.72-54.97-20.157-71.907-13.437-16.937-31.593-25.406-54.469-25.406-22.874 0-41.124 8.437-54.75 25.313-13.624 16.874-20.437 40.874-20.437 72 0 31.124 6.813 55.124 20.437 72 13.626 16.874 31.876 25.312 54.75 25.312 22.876 0 41.063-8.438 54.563-25.312zm239.25-32.813h-58.687V896h-57.376V619.625h120.376c27.75 0 49.874 7.125 66.374 21.375 16.5 14.25 24.75 36.312 24.75 66.188 0 32.624-8.25 55.687-24.75 69.187s-40.062 20.25-70.687 20.25zm27-57.563c7.5-6.624 11.25-17.124 11.25-31.5 0-14.374-3.781-24.624-11.344-30.75-7.562-6.124-18.156-9.187-31.781-9.187h-53.812V749H803c13.625 0 24.25-3.312 31.875-9.938z"/></symbol><symbol id="icon-piliangbianji" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M573.538 160v57.6H219.077v588.8h585.846V491.2H864v344c0 15.898-13.233 28.8-29.538 28.8H189.538C173.233 864 160 851.098 160 835.2V188.8c0-15.898 13.233-28.8 29.538-28.8h384zm281.653 0L896 203.948 520.81 608 480 564.052 855.19 160z"/></symbol><symbol id="icon-shanchu" viewBox="0 0 1024 1024"><path d="M659.2 246.4v-60.8c0-32-25.6-57.6-57.6-57.6h-176c-32 0-57.6 25.6-57.6 57.6v57.6H128v57.6h102.4V832c0 32 25.6 57.6 57.6 57.6h441.6c32 0 57.6-25.6 57.6-57.6V304H896v-57.6H659.2zm-236.8-44.8c0-9.6 6.4-16 16-16h147.2c9.6 0 16 6.4 16 16v44.8h-176v-44.8zm310.4 620.8c0 9.6-6.4 16-16 16H304c-9.6 0-16-6.4-16-16V304h441.6v518.4z"/><path d="M576 384h64v320h-64V384zM384 384h64v320h-64V384z"/></symbol><symbol id="icon-yuan-jiahao" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm31.984 224.016H480v192.016H288v63.984h192v192h63.984v-192H736v-63.984H543.984V288.016z"/></symbol><symbol id="icon-yuan-jianhao" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm224 416.016H288V544h448v-63.984z"/></symbol><symbol id="icon-zhushou" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M872.2 454.62C868.485 256.243 714.704 96 525.868 96h-27.734C309.297 96 155.516 256.243 151.8 454.592 118.63 473.812 96 509.282 96 550.3v55.466c0 61.18 49.754 110.934 110.933 110.934 61.18 0 110.934-49.754 110.934-110.934V550.3c-.088-60.802-49.08-110.215-109.88-110.823 10.844-160.714 136.67-288.01 290.146-288.01h27.734c153.504 0 279.302 127.296 290.146 288.01-60.8.608-109.792 50.02-109.88 110.823v55.466c0 50.087 33.558 92.02 79.207 105.748a292.503 292.503 0 01-166.345 107.882c-9.389-28.157-35.714-47.17-65.395-47.23-38.292 0-69.333 31.042-69.333 69.334 0 38.291 31.041 69.333 69.333 69.333a69.056 69.056 0 0058.822-33.03c101.164-17.698 189.385-79.083 241.142-167.787C896.772 694.874 928 654.106 928 605.766V550.3c0-41.018-22.63-76.489-55.8-95.68zM262.4 550.3v55.466c0 30.59-24.877 55.467-55.467 55.467s-55.466-24.877-55.466-55.467V550.3c0-30.59 24.876-55.467 55.466-55.467S262.4 519.71 262.4 550.3zm610.133 55.466c0 29.73-23.573 53.886-52.97 55.217l-2.164-1.026c-.194.444-.499.805-.693 1.22-30.47-.197-55.076-24.94-55.106-55.41V550.3c0-30.59 24.877-55.467 55.467-55.467s55.466 24.877 55.466 55.467v55.466z"/></symbol><symbol id="icon-bianji" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M609.6 201.562L712 303.968 304 710.39H203.2V609.584l406.4-408.022zM683.672 128l101.821 101.83-45.255 45.257-101.822-101.83L683.672 128zM128 799.995h768V896H128v-96.005z"/></symbol><symbol id="icon-shezhi-3" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512.141 64c33.285 0 66.664 3.844 73.857 5 14.812 2.5 26.62 13.9 29.623 28.6l12.71 63.4c2.302 11.6 10.208 21.5 21.217 26.1 27.32 11.5 52.84 26.3 76.058 44 9.608 7.2 22.118 9.2 33.426 5.4l61.048-20.6c14.31-4.8 30.123-.2 39.63 11.4 11.51 14.1 22.217 28.9 32.025 44.4l18.614 32.1c8.507 16.3 16.113 33.2 22.618 50.7 5.204 14 1.1 29.7-10.108 39.6L874.021 437c-9.007 7.9-13.41 19.7-12.009 31.6 1.601 14 2.502 28.3 2.502 42.8 0 14.8-.9 29.4-2.702 43.7-1.401 11.9 3.002 23.8 12.01 31.7l48.537 42.7c11.309 9.9 15.312 25.7 10.008 39.8-17.514 46.6-42.633 89.5-73.758 127.2-9.507 11.6-25.22 16-39.43 11.2L757.83 787c-11.308-3.8-23.818-1.7-33.426 5.5-22.817 17.2-47.837 31.8-74.557 43.1-11.109 4.7-19.115 14.5-21.417 26.2l-12.71 63.5c-3.002 14.7-14.711 26.1-29.523 28.6-24.118 4-48.837 6.1-74.057 6.1-24.82 0-49.238-2-72.956-5.9-14.812-2.5-26.621-13.9-29.523-28.6l-12.71-63.3c-2.302-11.6-10.208-21.5-21.217-26.1a355.85 355.85 0 01-75.558-43.5c-9.607-7.2-22.117-9.2-33.426-5.4L205.303 808c-14.21 4.8-29.923.3-39.43-11.2-4.932-5.952-25.037-29.06-41.159-56.796-11.28-19.409-22.147-42.81-32.598-70.204-5.304-14.1-1.301-29.9 10.008-39.8l48.537-42.6c9.007-7.9 13.51-19.7 12.01-31.5-1.902-14.5-2.803-29.4-2.803-44.5 0-14.7.901-29.2 2.702-43.5 1.502-11.9-3.002-23.8-12.009-31.7l-48.638-42.7c-11.308-9.9-15.311-25.7-10.007-39.8 4.503-12 9.507-23.7 14.911-35.1.4-.9.9-1.7 1.401-2.6l32.025-55.4c.5-.9 1-1.8 1.601-2.6 7.406-10.6 15.112-20.9 23.318-30.9 9.508-11.6 25.32-16.1 39.531-11.3l61.147 20.7c11.41 3.8 23.919 1.8 33.526-5.5 23.519-17.8 49.138-32.7 76.66-44.2a35.8 35.8 0 0021.316-26.1l12.61-63.2c2.902-14.8 14.711-26.2 29.623-28.6 6.77-1.094 39.618-4.9 72.556-4.9zm28.022 64h-56.544l-2.802.2c-7.106.6-12.91 5.8-14.311 12.7l-10.308 51.6-5.304 26.7c-1.101 5.4-5.004 9.9-10.208 11.8l-25.72 9.2c-32.525 11.6-62.449 28.9-88.97 51.3l-20.815 17.6c-4.203 3.6-10.008 4.7-15.312 2.9l-25.82-8.7-50.039-16.9c-6.705-2.3-14.11.1-18.114 5.9-.1.1-.2.3-.3.4l-.7 1.2-30.324 52.5-.6 1.2-1.008 2.804c-1.462 5.706.364 11.853 4.91 15.796l39.831 35 20.416 17.9c4.103 3.7 6.105 9.2 5.104 14.7l-4.704 26.7c-3.002 16.7-4.503 33.9-4.503 51 0 17.4 1.501 34.8 4.604 51.7l4.803 26.8c1.001 5.4-.9 11-5.104 14.7l-20.516 18-39.53 34.8c-5.304 4.7-6.805 12.3-3.803 18.7l2.802 5.7c.2.3.3.6.5.9l23.519 40.7.6.9c1.501 2.4 3.203 4.8 4.804 7.1 4.003 5.7 11.309 8.1 18.014 5.9l50.539-17 25.62-8.7c5.204-1.8 11.108-.7 15.312 2.9l20.816 17.4c26.22 22.1 55.943 39.2 88.068 50.7l25.62 9.2c5.204 1.9 9.107 6.3 10.208 11.8l5.304 26.7 10.308 51.6c1.3 7 7.205 12.1 14.31 12.7 10.509.9 21.017 1.3 31.525 1.3 10.909 0 21.817-.5 32.626-1.4 7.005-.6 12.81-5.8 14.21-12.7l10.409-52 5.304-26.6c1.1-5.4 4.903-9.9 10.108-11.8l25.52-9.3c31.924-11.6 61.347-28.6 87.467-50.6l20.816-17.5c4.203-3.6 10.008-4.7 15.312-2.9l25.72 8.7 50.239 17c6.705 2.3 14.11-.1 18.114-5.9 6.105-8.7 11.809-17.6 17.113-26.8 5.504-9.5 10.608-19.1 15.212-28.9 3.002-6.4 1.401-14-3.903-18.7l-39.831-34.9-20.416-17.9c-4.103-3.7-6.105-9.2-5.104-14.7l4.704-26.7c3.002-16.7 4.503-33.8 4.503-51 0-16.9-1.5-33.8-4.403-50.3l-4.704-26.6c-.9-5.5 1.001-11 5.204-14.7l20.316-17.8 39.83-34.8c5.305-4.7 6.906-12.2 3.904-18.6-2.102-4.6-4.303-9.2-6.705-13.7l-17.214-29.8c-2.602-4.1-5.304-8.2-8.106-12.2-4.003-5.8-11.409-8.3-18.114-6l-50.039 16.9-25.82 8.7c-5.204 1.8-11.108.7-15.311-2.9L698.485 292c-26.32-22.3-55.943-39.5-88.268-51.2l-25.52-9.3c-5.204-1.9-9.007-6.4-10.108-11.8l-5.304-26.7-10.408-51.9c-1.4-6.9-7.205-12.1-14.21-12.7-1.502-.2-3.003-.3-4.504-.4zM512.24 351.5c88.469 0 160.124 71.6 160.124 160s-71.655 160-160.124 160c-88.468 0-160.124-71.6-160.124-160s71.656-160 160.124-160zm0 64c-52.94 0-96.074 43.1-96.074 96s43.133 96 96.074 96c52.941 0 96.075-43.1 96.075-96s-43.134-96-96.075-96z"/></symbol><symbol id="icon-history" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M551.32 96C776.665 96 960 282.618 960 512S776.666 928 551.32 928v-66.56c189.284 0 343.291-156.749 343.291-349.44S740.604 162.56 551.319 162.56c-183.76 0-333.843 147.863-342.458 332.8h117.39L179.124 668.283 32 495.36h111.047C151.678 273.665 331.449 96 551.319 96zm28.445 192v192H800v64H512V288h67.765z"/></symbol><symbol id="icon-fuzhi" viewBox="0 0 1024 1024"><path d="M672 704v128c0 35.346-28.654 64-64 64H192c-35.346 0-64-28.654-64-64V384c0-35.346 28.654-64 64-64h160V216.889C352 168.242 389.727 128 437.333 128h373.334C858.273 128 896 168.242 896 216.889V615.11C896 663.758 858.273 704 810.667 704H672zm-64-320H192v448h416V384zm64 256h138.667C821.97 640 832 629.302 832 615.111V216.89C832 202.698 821.97 192 810.667 192H437.333C426.03 192 416 202.698 416 216.889V320h192c35.346 0 64 28.654 64 64v256z"/></symbol><symbol id="icon-zhongxinshengcheng" viewBox="0 0 1024 1024"><path d="M844.077 379.897c16.38 41.657 25.316 87.777 25.316 132.41 0 197.87-160.827 357.06-357.393 357.06-84.88 0-166.783-29.755-230.816-84.802h71.478v-59.51H184.39v166.628h59.566v-60.997c175.718 147.287 439.295 124.97 586.719-50.584 101.261-120.508 125.087-285.648 64.033-429.96l-50.63 29.755zM179.923 644.717c-16.38-41.658-25.316-87.778-25.316-132.41 0-197.871 160.827-357.061 357.393-357.061 84.88 0 166.783 29.755 230.816 84.802h-71.478v59.51H839.61V132.93h-59.566v60.998C604.326 45.152 340.75 68.956 193.325 244.51 92.064 365.02 68.238 530.16 129.292 674.471l50.63-29.754z"/></symbol><symbol id="icon-fenxiang" viewBox="0 0 1024 1024"><path d="M954.297 473.916L566.932 132.133c-10.735-9.437-27.186-1.672-27.186 12.783v200.458c0 8.96-6.884 16.486-15.635 16.844C299.86 370.461 111.31 537.112 71.64 765.644l-7.35 42.41c-2.918 16.485 16.917 26.76 28.235 14.574l28.936-31.3c104.659-113.37 250.037-177.043 401.834-176.446 9.1 0 16.568 7.526 16.568 16.844v196.158c0 14.455 16.568 22.22 27.185 12.783L954.414 499.48c7.467-6.81 7.467-18.875-.117-25.565zm-796.9 204.998c65.339-153.987 214.218-257.68 384.332-257.68h39.67c9.101 0 16.452-7.527 16.452-16.845V237.977L879.624 486.7 597.851 734.823v-162.23c0-9.319-7.35-16.845-16.452-16.845h-36.053c-140.361-5.734-277.106 38.467-387.949 123.166z"/></symbol><symbol id="icon-jiahao" viewBox="0 0 1024 1024"><path d="M843.353 366.385C907.69 366.385 960 418.735 960 483.03v362.68c0 64.296-52.32 116.646-116.647 116.646H480.704c-64.336 0-116.646-52.35-116.646-116.647V483.031c0-64.296 52.31-116.646 116.646-116.646h362.65zm0 67.255H480.704c-27.223 0-49.39 22.138-49.39 49.391v362.68c0 27.253 22.167 49.39 49.39 49.39h362.65c27.223 0 49.39-22.137 49.39-49.39V483.03c0-27.253-22.167-49.39-49.39-49.39zM246.72 781.484c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623h-43.443c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h43.443zm420.255-72.512c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h126.437zM739.897 64c64.928 0 117.76 52.801 117.76 117.76v75.993c0 18.586-15.036 33.622-33.623 33.622-18.587 0-33.623-15.036-33.623-33.622V181.76c0-27.845-22.659-50.504-50.504-50.504H181.76c-27.845 0-50.504 22.659-50.504 50.504v387.375c0 27.845 22.659 50.504 50.504 50.504h64.959c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.633-33.623 33.633H181.76c-64.928 0-117.76-52.802-117.76-117.76V181.76C64 116.801 116.842 64 181.76 64h558.137zm53.473 488.594c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623H793.37z"/></symbol><symbol id="icon-jieshi" viewBox="0 0 1024 1024"><path d="M843.353 366.385C907.69 366.385 960 418.735 960 483.03v362.68c0 64.296-52.32 116.646-116.647 116.646H480.704c-64.336 0-116.646-52.35-116.646-116.647V483.031c0-64.296 52.31-116.646 116.646-116.646h362.65zm0 67.255H480.704c-27.223 0-49.39 22.138-49.39 49.391v362.68c0 27.253 22.167 49.39 49.39 49.39h362.65c27.223 0 49.39-22.137 49.39-49.39V483.03c0-27.253-22.167-49.39-49.39-49.39zM246.72 781.484c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623h-43.443c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h43.443zm420.255-72.512c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h126.437zM739.897 64c64.928 0 117.76 52.801 117.76 117.76v75.993c0 18.586-15.036 33.622-33.623 33.622-18.587 0-33.623-15.036-33.623-33.622V181.76c0-27.845-22.659-50.504-50.504-50.504H181.76c-27.845 0-50.504 22.659-50.504 50.504v387.375c0 27.845 22.659 50.504 50.504 50.504h64.959c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.633-33.623 33.633H181.76c-64.928 0-117.76-52.802-117.76-117.76V181.76C64 116.801 116.842 64 181.76 64h558.137zm53.473 488.594c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623H793.37z"/></symbol><symbol id="icon-fanyi" viewBox="0 0 1024 1024"><path d="M377.6 851.2h-96c-44.8-6.4-83.2-44.8-83.2-89.6v-44.8c0-25.6-19.2-44.8-44.8-44.8-25.6 0-44.8 19.2-44.8 44.8v44.8c0 96 76.8 179.2 179.2 179.2h89.6c25.6 0 44.8-19.2 44.8-44.8 0-25.6-25.6-44.8-44.8-44.8zM640 230.4h89.6c25.6 0 44.8 6.4 64 25.6 19.2 19.2 25.6 38.4 25.6 64v44.8c0 25.6 19.2 44.8 44.8 44.8 25.6 0 44.8-19.2 44.8-44.8V320c0-96-76.8-179.2-179.2-179.2H640c-25.6 0-44.8 19.2-44.8 44.8 0 25.6 19.2 44.8 44.8 44.8zM960 908.8L780.8 467.2c-6.4-6.4-12.8-12.8-19.2-12.8H704c-6.4 0-19.2 6.4-19.2 12.8L505.6 908.8V928c0 6.4 12.8 12.8 19.2 12.8h44.8c6.4 0 19.2-6.4 19.2-12.8l44.8-121.6h179.2L857.6 928c6.4 6.4 12.8 12.8 19.2 12.8h44.8c6.4 0 12.8-6.4 19.2-12.8 19.2-6.4 19.2-12.8 19.2-19.2zm-288-192L729.6 576l57.6 140.8H672zM505.6 473.6V204.8c0-12.8-12.8-19.2-19.2-19.2H332.8v-64c0-6.4 0-12.8-6.4-12.8S313.6 96 307.2 96h-44.8c-6.4 0-12.8 0-12.8 6.4s-6.4 12.8-6.4 12.8v64h-160c-6.4 0-12.8 0-12.8 6.4-6.4 12.8-6.4 12.8-6.4 19.2v268.8c0 6.4 0 12.8 6.4 12.8 6.4 6.4 12.8 6.4 12.8 6.4h153.6v108.8c0 12.8 12.8 19.2 19.2 19.2h44.8c12.8 0 19.2-12.8 19.2-19.2V492.8h153.6c25.6 0 32-6.4 32-19.2zm-262.4-64h-89.6V275.2h89.6v134.4zm179.2 0h-89.6V275.2h89.6v134.4z"/></symbol><symbol id="icon-morenchicun" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M896 128v64H511.52l128.402 159.872h-256L511.456 192H128v-64h768zM128 832h768v64H128zm383.491-.128L383.922 672h256l-128.43 159.872zm320.367-320.367l-159.872-127.57v256l159.872-128.43zm-639.872 0l159.872-127.57v256l-159.872-128.43z"/></symbol><symbol id="icon-kuangxuan" viewBox="0 0 1024 1024"><path d="M252.066 832l.03 64h128l-.03-64h-128zM128 798.016V832c0 33.923 26.393 61.681 59.764 63.862l4.173-63.864.063-33.965-64-.017zm244.353-444.408l90.51 362.039 120.129-120.174 251.66 251.635 43.199-43.197-251.663-251.634 108.204-108.16-362.039-90.509zM128 606.016v128l64 .017v-128l-64-.017zm0-192v128l64 .017v-128l-64-.017zm704-184.115v128l64-.013v-128l-64 .013zm-704-7.885v128l64 .017v-128l-64-.017zM192 128c-23.688 0-44.37 12.87-55.437 31.998l55.398 32.048L256 192v-64h-64zm320 0v64h128v-64H512zm-192 0v64h128v-64H320zm384 0v64h128l58.677-25.595C880.802 143.799 858.246 128 832 128H704z"/></symbol><symbol id="icon-jiantou" viewBox="0 0 1024 1097.143"><path fill-rule="evenodd" d="M832 612.37l-91.636-89.143-183.235 178.36-.038-594.36H434.909l.072 594.36-183.345-178.36L160 612.37l336 326.857L832 612.37z"/></symbol><symbol id="icon-tingzhishengcheng" viewBox="0 0 1024 1097.143"><path fill-rule="evenodd" d="M512 75.264c247.424 0 448 200.576 448 448s-200.576 448-448 448-448-200.576-448-448 200.576-448 448-448zm0 64c-212.077 0-384 171.923-384 384s171.923 384 384 384 384-171.923 384-384-171.923-384-384-384zm0 132c139.162 0 252 112.838 252 252s-112.838 252-252 252-252-112.838-252-252 112.838-252 252-252zm76.368 150.177l-76.375 76.374-76.368-76.367-25.448 25.448 76.367 76.368-76.367 76.368 25.467 25.467 76.368-76.368 76.356 76.356 25.448-25.448-76.355-76.356 76.374-76.375-25.467-25.467z"/></symbol></svg>';document.body?document.body.insertAdjacentHTML("afterbegin",e):document.addEventListener("DOMContentLoaded",function(){document.body.insertAdjacentHTML("afterbegin",e)})})(),we.provideGlobalConfig({prefix:"bk"}),be.default=bu,Object.defineProperties(be,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|