diff --git a/lollms_core b/lollms_core
index 0739f1c2..324b8d22 160000
--- a/lollms_core
+++ b/lollms_core
@@ -1 +1 @@
-Subproject commit 0739f1c2794803a1464fec43354910333ec6a829
+Subproject commit 324b8d220d2da4626302826d63b73d2358b22f7b
diff --git a/lollms_webui.py b/lollms_webui.py
index b5056c0d..1126eaad 100644
--- a/lollms_webui.py
+++ b/lollms_webui.py
@@ -77,10 +77,10 @@ def terminate_thread(thread):
lollms_webui_version = {
- "version_main":18,
- "version_secondary":1,
- "version_type":"",
- "version_codename":"Matrix 💊"
+ "version_main":19,
+ "version_secondary":0,
+ "version_type":"alpha",
+ "version_codename":"Omni 🔗"
}
@@ -1227,6 +1227,7 @@ class LOLLMSWebUI(LOLLMSElfServer):
self.update_message_metadata(client_id, data)
return
elif operation_type == MSG_OPERATION_TYPE.MSG_OPERATION_TYPE_NEW_MESSAGE:
+ ASCIIColors.info("Building new message")
self.nb_received_tokens = 0
self.start_time = datetime.now()
self.update_message_step(
@@ -1774,11 +1775,11 @@ Don't forget encapsulate the code inside a markdown code tag. This is mandatory.
/ "services/xtts/voices"
)
- if self.xtts.ready:
+ if self.tts.ready:
language = convert_language_name(
self.personality.language
)
- self.xtts.set_speaker_folder(
+ self.tts.set_speaker_folder(
Path(self.personality.audio_samples[0]).parent
)
fn = (
@@ -1788,7 +1789,7 @@ Don't forget encapsulate the code inside a markdown code tag. This is mandatory.
)
fn = f"{fn}_{message_id}.wav"
url = f"audio/{fn}"
- self.xtts.tts_file(
+ self.tts.tts_file(
client.generated_text,
Path(self.personality.audio_samples[0]).name,
f"{fn}",
diff --git a/web/dist/assets/index-Cq20xmwz.css b/web/dist/assets/index-Cq20xmwz.css
new file mode 100644
index 00000000..75227a74
--- /dev/null
+++ b/web/dist/assets/index-Cq20xmwz.css
@@ -0,0 +1,17 @@
+@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@500;600;700&family=Outfit:wght@400;500;600;700&display=swap";.hljs-comment,.hljs-quote{color:#7285b7}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#ff9da4}.hljs-number,.hljs-built_in,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link{color:#ffc58f}.hljs-attribute{color:#ffeead}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#d1f1a9}.hljs-title,.hljs-section{color:#bbdaff}.hljs-keyword,.hljs-selector-tag{color:#ebbbff}.hljs{background:#002451;color:#fff}/*!
+ Theme: Tokyo-night-Dark
+ origin: https://github.com/enkia/tokyo-night-vscode-theme
+ Description: Original highlight.js style
+ Author: (c) Henri Vandersleyen
+ License: see project LICENSE
+ Touched: 2022
+*/.hljs-meta,.hljs-comment{color:#565f89}.hljs-tag,.hljs-doctag,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-template-tag,.hljs-selector-pseudo,.hljs-selector-attr,.hljs-variable.language_,.hljs-deletion{color:#f7768e}.hljs-variable,.hljs-template-variable,.hljs-number,.hljs-literal,.hljs-type,.hljs-params,.hljs-link{color:#ff9e64}.hljs-built_in,.hljs-attribute{color:#e0af68}.hljs-selector-tag{color:#2ac3de}.hljs-keyword,.hljs-title.function_,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-subst,.hljs-property{color:#7dcfff}.hljs-selector-tag{color:#73daca}.hljs-quote,.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#9ece6a}.hljs-code,.hljs-formula,.hljs-section{color:#7aa2f7}.hljs-name,.hljs-keyword,.hljs-operator,.hljs-char.escape_,.hljs-attr{color:#bb9af7}.hljs-punctuation{color:#c0caf5}.hljs{background:#1a1b26;color:#9aa5ce}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.code-container{display:flex;margin:0}.line-numbers{flex-shrink:0;padding-right:5px;color:#999;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;margin:0}.code-content{flex-grow:1;margin:0;outline:none}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.execute-button{display:flex;align-items:center;gap:.5rem}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
+ Theme: GitHub
+ Description: Light theme as seen on github.com
+ Author: github.com
+ Maintainer: @Hirse
+ Updated: 2021-05-15
+
+ Outdated base version: https://github.com/primer/github-syntax-light
+ Current colors taken from GitHub's CSS
+*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.prose{color:inherit}.prose h1{margin-bottom:1rem;margin-top:1.5rem;font-size:1.5rem;line-height:2rem;font-weight:700}.prose h2{margin-bottom:.75rem;margin-top:1.25rem;font-size:1.25rem;line-height:1.75rem;font-weight:700}.prose h3{margin-bottom:.5rem;margin-top:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.prose p{margin-bottom:1rem}.prose ul{margin-bottom:1rem;list-style-type:disc;padding-left:1.25rem}.prose ol{margin-bottom:1rem;list-style-type:decimal;padding-left:1.25rem}.prose code{border-radius:.25rem;background-color:rgb(229 231 235 / var(--tw-bg-opacity));--tw-bg-opacity: .1;padding:.125rem .25rem;font-family:JetBrains Mono,Consolas,monospace;font-size:.875rem;line-height:1.25rem}.prose pre{margin-bottom:1rem;overflow-x:auto;border-radius:.5rem;padding:1rem}.prose pre code{background-color:transparent;padding:0}.prose blockquote{margin-top:1rem;margin-bottom:1rem;border-left-width:4px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));padding-left:1rem;font-style:italic}.prose a{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity));text-decoration-line:underline}.prose a:hover{--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.prose::-webkit-scrollbar{width:.5rem}.prose::-webkit-scrollbar-track{background-color:transparent}.prose::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity));-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.prose::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.prose{scroll-behavior:smooth}.math[data-v-3ade7b33]{display:inline-block}.mathjax_block[data-v-3ade7b33]{display:block}.progress-bar-container{background-color:#f0f0f0;border-radius:4px;height:8px;overflow:hidden}.progress-bar{background-color:#3498db;height:100%;transition:width .3s ease}.custom-scrollbar[data-v-481e83c1]{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) transparent}.custom-scrollbar[data-v-481e83c1]::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar[data-v-481e83c1]::-webkit-scrollbar-track{background-color:transparent}.custom-scrollbar[data-v-481e83c1]::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-481e83c1]:is(.dark *)::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-481e83c1]::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-481e83c1]:is(.dark *)::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.range-thumb[data-v-481e83c1]{margin-top:-.25rem;height:1rem;width:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark .range-thumb[data-v-481e83c1]{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.switch-thumb[data-v-481e83c1]{position:absolute;top:.125rem;left:.125rem;height:1.25rem;width:1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.peer:checked~.switch-thumb[data-v-481e83c1]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~div[data-v-481e83c1]{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.dark .peer:checked~div[data-v-481e83c1]{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.toastItem-enter-active[data-v-46f379e5],.toastItem-leave-active[data-v-46f379e5]{transition:all .5s ease}.toastItem-enter-from[data-v-46f379e5],.toastItem-leave-to[data-v-46f379e5]{opacity:0;transform:translate(-30px)}.topbar-container[data-v-67d4295d]{position:fixed;top:0;left:0;right:0;z-index:1000}.topbar[data-v-67d4295d]{background-color:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:transform .3s ease-in-out;display:flex;justify-content:center}.topbar-hidden[data-v-67d4295d]{transform:translateY(-100%)}.topbar-content[data-v-67d4295d]{display:flex;justify-content:space-between;align-items:center;max-width:1200px;width:100%}.pin-button[data-v-67d4295d]{background-color:transparent;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.pin-button svg[data-v-67d4295d]{width:24px;height:24px;transition:transform .3s ease}.pin-button:hover svg[data-v-67d4295d]{transform:scale(1.2)}.placeholder[data-v-67d4295d]{height:10px}.topbar-container[data-v-67d4295d]{position:relative;width:100%}.hover-zone[data-v-67d4295d]{opacity:0}.error[data-v-67d4295d]{color:red;margin-left:1rem}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.hovered{transform:scale(1.05);transition:transform .2s ease-in-out}.active{transform:scale(1.1);transition:transform .2s ease-in-out}.dropdown-shadow[data-v-6c3ea3a5]{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}:root.dark .dropdown-shadow[data-v-6c3ea3a5]{box-shadow:0 4px 6px -1px #ffffff1a,0 2px 4px -1px #ffffff0f}select{width:200px}body{background-color:#fafafa;font-family:sans-serif}.container{margin:4px auto;width:800px}.settings{position:fixed;top:0;right:0;width:500px;background-color:#fff;z-index:1000;overflow-y:auto;height:100%}.slider-container{margin-top:20px}.slider-value{display:inline-block;margin-left:10px;color:#6b7280;font-size:14px}.small-button{padding:.5rem .75rem;font-size:.875rem}.active-tab{font-weight:700}.help-view[data-v-03e38eca]{display:flex;flex-direction:column}@media (min-width: 768px){.help-view[data-v-03e38eca]{flex-direction:row}}.left-bar[data-v-03e38eca]{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.left-bar[data-v-03e38eca]::-webkit-scrollbar{width:8px}.left-bar[data-v-03e38eca]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.left-bar[data-v-03e38eca]::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.left-bar[data-v-03e38eca]::-webkit-scrollbar-thumb:hover{background:#555}.main-content[data-v-03e38eca]{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.big-card[data-v-03e38eca]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.big-card[data-v-03e38eca]:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.help-sections-container[data-v-03e38eca]{max-height:70vh;overflow-y:auto}.help-section[data-v-03e38eca]:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.help-section[data-v-03e38eca]:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.fade-enter-active[data-v-03e38eca],.fade-leave-active[data-v-03e38eca]{transition:opacity .3s ease}.fade-enter-from[data-v-03e38eca],.fade-leave-to[data-v-03e38eca]{opacity:0}.help-sections-container[data-v-03e38eca]::-webkit-scrollbar{width:10px}.help-sections-container[data-v-03e38eca]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.help-sections-container[data-v-03e38eca]::-webkit-scrollbar-thumb{background:#888;border-radius:10px;border:2px solid #f1f1f1}.help-sections-container[data-v-03e38eca]::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width: 768px){.left-bar[data-v-03e38eca]{position:fixed;top:0;left:0;z-index:10;height:auto;width:100%;--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 768px){.left-bar[data-v-03e38eca]{width:16rem;--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.main-content[data-v-03e38eca]{margin-left:0}.left-bar.open[data-v-03e38eca]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.menu-container{position:relative;display:inline-block}.menu-button{background-color:#007bff;color:#fff;padding:10px;border:none;cursor:pointer;border-radius:4px}.menu-list{position:absolute;background-color:#fff;color:#000;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0003;padding:10px;max-width:500px;z-index:1000}.slide-enter-active,.slide-leave-active{transition:transform .2s}.slide-enter-to,.slide-leave-from{transform:translateY(-10px)}.menu-ul{list-style:none;padding:0;margin:0}.menu-li{cursor:pointer;display:flex;align-items:center;padding:5px}.menu-icon{width:20px;height:20px;margin-right:8px}.menu-command{min-width:200px;text-align:left}.fade-enter-active[data-v-f43216be],.fade-leave-active[data-v-f43216be]{transition:opacity .3s}.fade-enter[data-v-f43216be],.fade-leave-to[data-v-f43216be]{opacity:0}.input-field[data-v-f9a6806e]{width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.5rem .75rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.input-field[data-v-f9a6806e]:focus{border-color:transparent;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}.input-field[data-v-f9a6806e]:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.heartbeat-text[data-v-f9a6806e]{font-size:24px;animation:pulsate-f9a6806e 1.5s infinite}@keyframes pulsate-f9a6806e{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}.list-move[data-v-f9a6806e],.list-enter-active[data-v-f9a6806e],.list-leave-active[data-v-f9a6806e]{transition:all .5s ease}.list-enter-from[data-v-f9a6806e]{transform:translatey(-30px)}.list-leave-to[data-v-f9a6806e]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-f9a6806e]{position:absolute}.bounce-enter-active[data-v-f9a6806e]{animation:bounce-in-f9a6806e .5s}.bounce-leave-active[data-v-f9a6806e]{animation:bounce-in-f9a6806e .5s reverse}@keyframes bounce-in-f9a6806e{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.bg-primary-light[data-v-f9a6806e]{background-color:#0ff}.hover[data-v-f9a6806e]:bg-primary-light:hover{background-color:#7fffd4}.font-bold[data-v-f9a6806e]{font-weight:700}.control-buttons[data-v-2b3580ce]{position:absolute;top:0;right:0;height:100%;display:flex;align-items:center;transform:translate(100%);transition:transform .3s}.group:hover .control-buttons[data-v-2b3580ce]{transform:translate(0)}.control-buttons-inner[data-v-2b3580ce]{display:flex;gap:10px;align-items:center;background-color:#fff;padding:8px;border-radius:0 0 0 8px;box-shadow:0 2px 8px #0000001a}.json-tree[data-v-0535817b]{font-family:monospace;font-size:14px;line-height:1.5;margin-left:20px}.tree-node[data-v-0535817b]{position:relative}.node-label[data-v-0535817b]{cursor:pointer;padding:2px 0}.node-label[data-v-0535817b]:hover{background-color:#f0f0f0}.toggle-icon[data-v-0535817b]{display:inline-block;width:20px;color:#666}.node-content[data-v-0535817b]{border-left:1px dotted #ccc;margin-left:7px;padding-left:13px}.key[data-v-0535817b]{color:#881391;margin-right:5px}.value[data-v-0535817b]{padding:2px 4px}.value.string[data-v-0535817b]{color:#22863a}.value.number[data-v-0535817b]{color:#005cc5}.value.boolean[data-v-0535817b]{color:#d73a49}.value.null[data-v-0535817b]{color:#6a737d}.bracket[data-v-0535817b]{color:#444;margin-left:5px}.bracket-close[data-v-0535817b]{color:#444;margin-left:7px}.json-viewer[data-v-6fbe5047]{border:1px solid #ddd;border-radius:4px;margin:10px;background:#fff}.viewer-header[data-v-6fbe5047]{padding:8px 12px;background:#f5f5f5;cursor:pointer;border-bottom:1px solid #ddd}.viewer-header[data-v-6fbe5047]:hover{background:#eee}.toggle-icon[data-v-6fbe5047]{display:inline-block;width:20px;color:#666}.title[data-v-6fbe5047]{font-weight:700;color:#333}.viewer-content[data-v-6fbe5047]{padding:10px}.border-t-primary[data-v-2cb174d6]{border-color:#e2e8f0;border-top-color:currentColor}@keyframes spin-2cb174d6{to{transform:rotate(360deg)}}.animate-spin[data-v-2cb174d6]{animation:spin-2cb174d6 .8s linear infinite}.expand-button[data-v-67cae43f]{margin-left:10px;margin-right:10px;background:none;border:none;padding:0;cursor:pointer}.htmljs[data-v-67cae43f]{background:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}details[open] summary~*{animation:slideDown .3s ease-in-out}details summary::marker{display:none}details summary::-webkit-details-marker{display:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bounce-enter-active[data-v-f44002af]{animation:bounce-in-f44002af .5s}.bounce-leave-active[data-v-f44002af]{animation:bounce-in-f44002af .5s reverse}@keyframes bounce-in-f44002af{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.custom-scrollbar[data-v-f7ef60f7]::-webkit-scrollbar{width:.5rem}.custom-scrollbar[data-v-f7ef60f7]::-webkit-scrollbar-track{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]:is(.dark *)::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]:is(.dark *)::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]:is(.dark *)::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}@keyframes spin-slow-f3ba7607{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow[data-v-f3ba7607]{animation:spin-slow-f3ba7607 3s linear infinite}.personalities-hover-area[data-v-f3ba7607]{position:relative;padding-top:10px}.custom-scrollbar[data-v-f3ba7607]{scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.5) transparent}.custom-scrollbar[data-v-f3ba7607]::-webkit-scrollbar{width:6px}.custom-scrollbar[data-v-f3ba7607]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-f3ba7607]::-webkit-scrollbar-thumb{background-color:#9b9b9b80;border-radius:20px;border:transparent}.list-move[data-v-f3ba7607],.list-enter-active[data-v-f3ba7607],.list-leave-active[data-v-f3ba7607]{transition:all .5s ease}.list-enter-from[data-v-f3ba7607]{transform:translatey(-30px)}.list-leave-to[data-v-f3ba7607]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-f3ba7607]{position:absolute}@keyframes rolling-ball-861ce6fc{0%{transform:translate(-50px) rotate(0)}25%{transform:translate(0) rotate(90deg)}50%{transform:translate(50px) rotate(180deg)}75%{transform:translate(0) rotate(270deg)}to{transform:translate(-50px) rotate(360deg)}}@keyframes bounce-861ce6fc{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fade-in-up-861ce6fc{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-rolling-ball[data-v-861ce6fc]{animation:rolling-ball-861ce6fc 4s infinite ease-in-out,bounce-861ce6fc 1s infinite ease-in-out}.animate-fade-in-up[data-v-861ce6fc]{animation:fade-in-up-861ce6fc 1.5s ease-out}.floating-button-container[data-v-861ce6fc]{position:fixed;bottom:30px;right:30px;z-index:9999}.floating-button[data-v-861ce6fc]{position:fixed;bottom:30px;right:30px;width:100px;height:100px;border-radius:50%;background-color:#ff4500e6;display:flex;justify-content:center;align-items:center;box-shadow:0 0 30px #ff4500cc;animation:pulse-861ce6fc 1.5s infinite,glow-861ce6fc 2s infinite,wobble-861ce6fc 3s infinite;overflow:hidden;z-index:9999;transition:all .3s ease}.floating-button[data-v-861ce6fc]:hover{transform:scale(1.2) rotate(5deg);background-color:#ff4500}.tooltip[data-v-861ce6fc]{position:absolute;background-color:#000c;color:#fff;padding:8px 12px;border-radius:8px;font-size:16px;font-weight:700;white-space:nowrap;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;top:-50px;left:50%;transform:translate(-50%) scale(.9)}.floating-button:hover .tooltip[data-v-861ce6fc]{opacity:1;transform:translate(-50%) scale(1)}@keyframes pulse-861ce6fc{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes glow-861ce6fc{0%{box-shadow:0 0 30px #ff4500cc}50%{box-shadow:0 0 60px #ff4500,0 0 90px #ff450099}to{box-shadow:0 0 30px #ff4500cc}}@keyframes wobble-861ce6fc{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}.hidden[data-v-861ce6fc]{display:none}.popup-container[data-v-d504dfc9]{background-color:#fff;color:#333;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:24px;width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.close-button[data-v-d504dfc9]{position:absolute;top:16px;right:16px;background-color:#3490dc;color:#fff;font-weight:700;padding:8px 16px;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.close-button[data-v-d504dfc9]:hover{background-color:#2779bd}.iframe-content[data-v-d504dfc9]{width:100%;height:80%;border:none;margin-bottom:16px}.checkbox-container[data-v-d504dfc9]{display:flex;align-items:center;justify-content:center}.styled-checkbox[data-v-d504dfc9]{width:24px;height:24px;accent-color:#3490dc;cursor:pointer}.checkbox-label[data-v-d504dfc9]{margin-left:8px;font-size:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fade-enter-active[data-v-d504dfc9],.fade-leave-active[data-v-d504dfc9]{transition:opacity .5s}.fade-enter[data-v-d504dfc9],.fade-leave-to[data-v-d504dfc9]{opacity:0}.glow-effect[data-v-70cef6eb]{box-shadow:0 0 5px 2px #00ffffb3;animation:glow-70cef6eb 1.5s ease-in-out infinite alternate}@keyframes glow-70cef6eb{0%{box-shadow:0 0 5px 2px #00ffffb3}to{box-shadow:0 0 20px 2px #00ffffb3}}.changelog-popup-overlay[data-v-2380ae3d]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.changelog-popup[data-v-2380ae3d]{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column}.changelog-header[data-v-2380ae3d]{padding:1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.changelog-content[data-v-2380ae3d]{padding:1rem;overflow-y:auto;flex-grow:1}.changelog-footer[data-v-2380ae3d]{padding:1rem;border-top:1px solid #eee;text-align:right}.understood-button[data-v-2380ae3d]{background:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.close-button[data-v-2380ae3d]{background:none;border:none;font-size:1.5rem;cursor:pointer}.markdown-body[data-v-2380ae3d]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body h1[data-v-2380ae3d],.markdown-body h2[data-v-2380ae3d],.markdown-body h3[data-v-2380ae3d],.markdown-body h4[data-v-2380ae3d],.markdown-body h5[data-v-2380ae3d],.markdown-body h6[data-v-2380ae3d]{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1[data-v-2380ae3d]{font-size:2em}.markdown-body h2[data-v-2380ae3d]{font-size:1.5em}.markdown-body h3[data-v-2380ae3d]{font-size:1.25em}.markdown-body p[data-v-2380ae3d]{margin-top:0;margin-bottom:16px}.markdown-body ul[data-v-2380ae3d],.markdown-body ol[data-v-2380ae3d]{padding-left:2em;margin-top:0;margin-bottom:16px}.markdown-body code[data-v-2380ae3d]{padding:.2em .4em;margin:0;font-size:85%;background-color:#1b1f230d;border-radius:3px}.markdown-body pre[data-v-2380ae3d]{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px}.markdown-body blockquote[data-v-2380ae3d]{padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5;margin:0}.personalities-container[data-v-8060d7de]{position:relative}.skills-lib-icon[data-v-8060d7de]{position:absolute;top:-2px;right:-2px;z-index:10;font-size:5px;width:2px;height:2px}.skills-lib-icon i[data-v-8060d7de]{width:2px;height:2px}@keyframes giggle-8060d7de{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(-5px) rotate(-10deg) scale(1.05)}50%{transform:translate(5px) rotate(10deg) scale(.95)}75%{transform:translate(-5px) rotate(-10deg) scale(1.05)}}.animate-giggle[data-v-8060d7de]{animation:giggle-8060d7de 1.5s infinite ease-in-out}.custom-scrollbar[data-v-8060d7de]{scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.5) transparent}.custom-scrollbar[data-v-8060d7de]::-webkit-scrollbar{width:8px}.custom-scrollbar[data-v-8060d7de]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-8060d7de]::-webkit-scrollbar-thumb{background-color:#9b9b9b80;border-radius:20px;border:transparent}@keyframes custom-pulse-8060d7de{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 15px #3b82f600}}.animate-pulse[data-v-8060d7de]{animation:custom-pulse-8060d7de 2s infinite}.slide-right-enter-active[data-v-8060d7de],.slide-right-leave-active[data-v-8060d7de]{transition:transform .3s ease}.slide-right-enter[data-v-8060d7de],.slide-right-leave-to[data-v-8060d7de]{transform:translate(-100%)}.slide-left-enter-active[data-v-8060d7de],.slide-left-leave-active[data-v-8060d7de]{transition:transform .3s ease}.slide-left-enter[data-v-8060d7de],.slide-left-leave-to[data-v-8060d7de]{transform:translate(100%)}.fade-and-fly-enter-active[data-v-8060d7de]{animation:fade-and-fly-enter-8060d7de .5s ease}.fade-and-fly-leave-active[data-v-8060d7de]{animation:fade-and-fly-leave-8060d7de .5s ease}@keyframes fade-and-fly-enter-8060d7de{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fade-and-fly-leave-8060d7de{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(1.2)}}.list-move[data-v-8060d7de],.list-enter-active[data-v-8060d7de],.list-leave-active[data-v-8060d7de]{transition:all .5s ease}.list-enter-from[data-v-8060d7de]{transform:translatey(-30px)}.list-leave-to[data-v-8060d7de]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-8060d7de]{position:absolute}@keyframes float-8060d7de{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float[data-v-8060d7de]{animation:float-8060d7de linear infinite}@keyframes star-move-8060d7de{0%{transform:translate(0) rotate(0)}50%{transform:translate(20px,20px) rotate(180deg)}to{transform:translate(0) rotate(360deg)}}.animate-star[data-v-8060d7de]{animation:star-move-8060d7de linear infinite}@keyframes fall-8060d7de{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(calc(100vh + 20px)) rotate(360deg);opacity:0}}.animate-fall[data-v-8060d7de]{animation:fall-8060d7de linear infinite}@keyframes glow-8060d7de{0%,to{text-shadow:0 0 5px rgba(66,153,225,.5),0 0 10px rgba(66,153,225,.5)}50%{text-shadow:0 0 20px rgba(66,153,225,.8),0 0 30px rgba(66,153,225,.8)}}.animate-glow[data-v-8060d7de]{animation:glow-8060d7de 2s ease-in-out infinite}@media (prefers-color-scheme: dark){@keyframes glow-8060d7de{0%,to{text-shadow:0 0 5px rgba(147,197,253,.5),0 0 10px rgba(147,197,253,.5)}50%{text-shadow:0 0 20px rgba(147,197,253,.8),0 0 30px rgba(147,197,253,.8)}0%,to{text-shadow:0 0 5px rgba(147,197,253,.5),0 0 10px rgba(147,197,253,.5)}50%{text-shadow:0 0 20px rgba(147,197,253,.8),0 0 30px rgba(147,197,253,.8)}}}@keyframes roll-8060d7de{0%{transform:translate(-50%) rotate(0)}to{transform:translate(50%) rotate(360deg)}}.animate-roll[data-v-8060d7de]{animation:roll-8060d7de 4s linear infinite}.toolbar[data-v-8060d7de]{position:relative;width:100%}.toolbar-container[data-v-8060d7de]{display:flex;height:2.5rem;align-items:center}.toolbar-button[data-v-8060d7de]{cursor:pointer;border-style:none;background-color:transparent;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.toolbar-button[data-v-8060d7de]:hover{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.menu-container[data-v-8060d7de]{position:relative}.expandable-menu[data-v-8060d7de]{position:absolute;top:100%;left:.625rem;flex-direction:column;border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.menu-container:hover .expandable-menu[data-v-8060d7de],.menu-visible[data-v-8060d7de]{display:flex}.menu-item[data-v-8060d7de]{background:none;border:none;cursor:pointer;padding:8px;color:#333;transition:background-color .3s}.menu-item[data-v-8060d7de]:hover{background-color:#f0f0f0}.dot[data-v-8060d7de]{width:10px;height:10px;border-radius:50%}.dot-green[data-v-8060d7de]{background-color:green}.dot-red[data-v-8060d7de]{background-color:red}.animate-pulse[data-v-8060d7de]{animation:pulse-8060d7de 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-8060d7de{0%,to{opacity:1}50%{opacity:.7}}.logo-container[data-v-8060d7de]{position:relative;width:48px;height:48px}.logo-image[data-v-8060d7de]{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}@keyframes bounce-8060d7de{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce[data-v-8060d7de]{animation:bounce-8060d7de 1s infinite}@keyframes roll-and-bounce-8060d7de{0%,to{transform:translate(0) rotate(0)}45%{transform:translate(100px) rotate(360deg)}50%{transform:translate(90px) rotate(390deg)}55%{transform:translate(100px) rotate(360deg)}95%{transform:translate(0) rotate(0)}}@keyframes spin-8060d7de{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--baklava-control-color-primary: #e28b46;--baklava-control-color-error: #d00000;--baklava-control-color-background: #2c3748;--baklava-control-color-foreground: white;--baklava-control-color-hover: #455670;--baklava-control-color-active: #556986;--baklava-control-color-disabled-foreground: #666c75;--baklava-control-border-radius: 3px;--baklava-sidebar-color-background: #1b202c;--baklava-sidebar-color-foreground: white;--baklava-node-color-background: #1b202c;--baklava-node-color-foreground: white;--baklava-node-color-hover: #e28c4677;--baklava-node-color-selected: var(--baklava-control-color-primary);--baklava-node-color-resize-handle: var(--baklava-control-color-background);--baklava-node-title-color-background: #151a24;--baklava-node-title-color-foreground: white;--baklava-group-node-title-color-background: #215636;--baklava-group-node-title-color-foreground: white;--baklava-node-interface-port-tooltip-color-foreground: var(--baklava-control-color-primary);--baklava-node-interface-port-tooltip-color-background: var(--baklava-editor-background-pattern-black);--baklava-node-border-radius: 6px;--baklava-color-connection-default: #737f96;--baklava-color-connection-allowed: #48bc79;--baklava-color-connection-forbidden: #bc4848;--baklava-editor-background-pattern-default: #202b3c;--baklava-editor-background-pattern-line: #263140;--baklava-editor-background-pattern-black: #263140;--baklava-context-menu-background: #1b202c;--baklava-context-menu-shadow: 0 0 8px rgba(0, 0, 0, .65);--baklava-toolbar-background: #1b202caa;--baklava-toolbar-foreground: white;--baklava-node-palette-background: #1b202caa;--baklava-node-palette-foreground: white;--baklava-selectionbox-color-border: var(--baklava-node-color-background);--baklava-selectionbox-color-background: var(--baklava-node-color-hover);--baklava-visual-transition: .1s linear}.baklava-button{background-color:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);transition:background-color var(--baklava-visual-transition);border:none;padding:.45em .35em;border-radius:var(--baklava-control-border-radius);font-size:inherit;cursor:pointer;overflow-x:hidden}.baklava-button:hover{background-color:var(--baklava-control-color-hover)}.baklava-button:active{background-color:var(--baklava-control-color-primary)}.baklava-button.--block{width:100%}.baklava-checkbox{display:flex;padding:.35em 0;cursor:pointer;overflow-x:hidden;align-items:center}.baklava-checkbox .__checkmark-container{display:flex;background-color:var(--baklava-control-color-background);border-radius:var(--baklava-control-border-radius);transition:background-color var(--baklava-visual-transition);width:18px;height:18px}.baklava-checkbox:hover .__checkmark-container{background-color:var(--baklava-control-color-hover)}.baklava-checkbox:active .__checkmark-container{background-color:var(--baklava-control-color-active)}.baklava-checkbox .__checkmark{stroke-dasharray:15;stroke-dashoffset:15;stroke:var(--baklava-control-color-foreground);stroke-width:2px;fill:none;transition:stroke-dashoffset var(--baklava-visual-transition)}.baklava-checkbox.--checked .__checkmark{stroke-dashoffset:0}.baklava-checkbox.--checked .__checkmark-container{background-color:var(--baklava-control-color-primary)}.baklava-checkbox .__label{margin-left:.5rem}.baklava-context-menu{color:var(--baklava-control-color-foreground);position:absolute;display:inline-block;z-index:100;background-color:var(--baklava-context-menu-background);box-shadow:var(--baklava-context-menu-shadow);border-radius:0 0 var(--baklava-control-border-radius) var(--baklava-control-border-radius);min-width:6rem;width:-moz-max-content;width:max-content}.baklava-context-menu>.item{display:flex;align-items:center;padding:.35em 1em;transition:background .05s linear;position:relative}.baklava-context-menu>.item>.__label{flex:1 1 auto}.baklava-context-menu>.item>.__submenu-icon{margin-left:.75rem}.baklava-context-menu>.item.--disabled{color:var(--baklava-control-color-hover)}.baklava-context-menu>.item:not(.--header):not(.--active):not(.--disabled):hover{background:var(--baklava-control-color-primary)}.baklava-context-menu>.item.--active{background:var(--baklava-control-color-primary)}.baklava-context-menu.--nested{left:100%;top:0}.baklava-context-menu.--flipped-x.--nested{left:unset;right:100%}.baklava-context-menu.--flipped-y.--nested{top:unset;bottom:0}.baklava-context-menu>.divider{margin:.35em 0;height:1px;background-color:var(--baklava-control-color-hover)}.baklava-icon{display:block;height:100%}.baklava-icon.--clickable{cursor:pointer;transition:color var(--baklava-visual-transition)}.baklava-icon.--clickable:hover{color:var(--baklava-control-color-primary)}.baklava-input{background-color:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);caret-color:var(--baklava-control-color-primary);border:none;border-radius:var(--baklava-control-border-radius);padding:.45em .75em;width:100%;transition:background-color var(--baklava-visual-transition);font-size:inherit;font:inherit}.baklava-input:hover{background-color:var(--baklava-control-color-hover)}.baklava-input:active{background-color:var(--baklava-control-color-active)}.baklava-input:focus-visible{outline:1px solid var(--baklava-control-color-primary)}.baklava-input[type=number]::-webkit-inner-spin-button,.baklava-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.baklava-input.--invalid{box-shadow:0 0 2px 2px var(--baklava-control-color-error)}.baklava-num-input{background:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);border-radius:var(--baklava-control-border-radius);width:100%;display:grid;grid-template-columns:20px 1fr 20px}.baklava-num-input>.__button{display:flex;flex:0 0 auto;width:20px;justify-content:center;align-items:center;transition:background var(--baklava-visual-transition);cursor:pointer}.baklava-num-input>.__button:hover{background-color:var(--baklava-control-color-hover)}.baklava-num-input>.__button:active{background-color:var(--baklava-control-color-active)}.baklava-num-input>.__button.--dec{grid-area:1/1/span 1/span 1}.baklava-num-input>.__button.--dec>svg{transform:rotate(90deg)}.baklava-num-input>.__button.--inc{grid-area:1/3/span 1/span 1}.baklava-num-input>.__button.--inc>svg{transform:rotate(-90deg)}.baklava-num-input>.__button path{stroke:var(--baklava-control-color-foreground);fill:var(--baklava-control-color-foreground)}.baklava-num-input>.__content{grid-area:1/2/span 1/span 1;display:inline-flex;cursor:pointer;max-width:100%;min-width:0;align-items:center;transition:background-color var(--baklava-visual-transition)}.baklava-num-input>.__content:hover{background-color:var(--baklava-control-color-hover)}.baklava-num-input>.__content:active{background-color:var(--baklava-control-color-active)}.baklava-num-input>.__content>.__label,.baklava-num-input>.__content>.__value{margin:.35em 0;padding:0 .5em}.baklava-num-input>.__content>.__label{flex:1;min-width:0;overflow:hidden}.baklava-num-input>.__content>.__value{text-align:right}.baklava-num-input>.__content>input{background-color:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);caret-color:var(--baklava-control-color-primary);padding:.35em;width:100%}.baklava-select{width:100%;position:relative;color:var(--baklava-control-color-foreground)}.baklava-select.--open>.__selected{border-bottom-left-radius:0;border-bottom-right-radius:0}.baklava-select.--open>.__selected>.__icon{transform:rotate(180deg)}.baklava-select>.__selected{background-color:var(--baklava-control-color-background);padding:.35em .75em;border-radius:var(--baklava-control-border-radius);transition:background var(--baklava-visual-transition);min-height:1.7em;display:flex;align-items:center;cursor:pointer}.baklava-select>.__selected:hover{background:var(--baklava-control-color-hover)}.baklava-select>.__selected:active{background:var(--baklava-control-color-active)}.baklava-select>.__selected>.__text{flex:1 0 auto;flex-basis:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.baklava-select>.__selected>.__icon{flex:0 0 auto;display:flex;justify-content:center;align-items:center;transition:transform .25s ease;width:18px;height:18px}.baklava-select>.__selected>.__icon path{stroke:var(--baklava-control-color-foreground);fill:var(--baklava-control-color-foreground)}.baklava-select>.__dropdown{position:absolute;top:100%;left:0;right:0;z-index:10;background-color:var(--baklava-context-menu-background);filter:drop-shadow(0 0 4px black);border-radius:0 0 var(--baklava-control-border-radius) var(--baklava-control-border-radius);max-height:15em;overflow-y:scroll}.baklava-select>.__dropdown::-webkit-scrollbar{width:0px;background:transparent}.baklava-select>.__dropdown>.item{padding:.35em .35em .35em 1em;transition:background .05s linear}.baklava-select>.__dropdown>.item:not(.--header):not(.--active){cursor:pointer}.baklava-select>.__dropdown>.item:not(.--header):not(.--active):hover{background:var(--baklava-control-color-hover)}.baklava-select>.__dropdown>.item.--active{background:var(--baklava-control-color-primary)}.baklava-select>.__dropdown>.item.--header{color:var(--baklava-control-color-disabled-foreground);border-bottom:1px solid var(--baklava-control-color-disabled-foreground);padding:.5em .35em .5em 1em}.baklava-slider{background:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);border-radius:var(--baklava-control-border-radius);position:relative;cursor:pointer}.baklava-slider>.__content{display:flex;position:relative}.baklava-slider>.__content>.__label,.baklava-slider>.__content>.__value{flex:1 1 auto;margin:.35em 0;padding:0 .5em;text-overflow:ellipsis}.baklava-slider>.__content>.__value{text-align:right}.baklava-slider>.__content>input{background-color:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);caret-color:var(--baklava-control-color-primary);padding:.35em;width:100%}.baklava-slider>.__slider{position:absolute;top:0;bottom:0;left:0;background-color:var(--baklava-control-color-primary);border-radius:var(--baklava-control-border-radius)}.baklava-connection{stroke:var(--baklava-color-connection-default);stroke-width:2px;fill:none}.baklava-connection.--temporary{stroke-width:4px;stroke-dasharray:5 5;stroke-dashoffset:0;animation:dash 1s linear infinite;transform:translateY(-1px)}@keyframes dash{to{stroke-dashoffset:20}}.baklava-connection.--allowed{stroke:var(--baklava-color-connection-allowed)}.baklava-connection.--forbidden{stroke:var(--baklava-color-connection-forbidden)}.baklava-minimap{position:absolute;height:15%;width:15%;min-width:150px;max-width:90%;top:20px;right:20px;z-index:900}.baklava-editor{width:100%;height:100%;position:relative;overflow:hidden;outline:none!important;font-family:Lato,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:15px;touch-action:none}.baklava-editor .background{background-color:var(--baklava-editor-background-pattern-default);background-image:linear-gradient(var(--baklava-editor-background-pattern-black) 2px,transparent 2px),linear-gradient(90deg,var(--baklava-editor-background-pattern-black) 2px,transparent 2px),linear-gradient(var(--baklava-editor-background-pattern-line) 1px,transparent 1px),linear-gradient(90deg,var(--baklava-editor-background-pattern-line) 1px,transparent 1px);background-repeat:repeat;width:100%;height:100%;pointer-events:none!important}.baklava-editor .selection-box{position:absolute;border:1px solid var(--baklava-selectionbox-color-border);background-color:var(--baklava-selectionbox-color-background);pointer-events:none;opacity:.5}.baklava-editor.--start-selection-box{cursor:crosshair}.baklava-editor *:not(input):not(textarea){user-select:none;-moz-user-select:none;-webkit-user-select:none;touch-action:none}.baklava-editor .input-user-select{user-select:auto;-moz-user-select:auto;-webkit-user-select:auto}.baklava-editor *,.baklava-editor *:after,.baklava-editor *:before{box-sizing:border-box}.baklava-editor.--temporary-connection{cursor:crosshair}.baklava-editor .connections-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none!important}.baklava-editor .node-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.baklava-editor .node-container *{pointer-events:all}.baklava-ignore-mouse *{pointer-events:none!important}.baklava-ignore-mouse .__port{pointer-events:all!important}.baklava-node-interface{padding:.25em 0;position:relative}.baklava-node-interface .__port{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%;top:calc(50% - 5px);cursor:crosshair}.baklava-node-interface .__port.--selected{outline:2px var(--baklava-color-connection-default) solid;outline-offset:4px}.baklava-node-interface.--input{text-align:left;padding-left:.5em}.baklava-node-interface.--input .__port{left:-1.1em}.baklava-node-interface.--output{text-align:right;padding-right:.5em}.baklava-node-interface.--output .__port{right:-1.1em}.baklava-node-interface .__tooltip{position:absolute;left:5px;top:15px;transform:translate(-50%);background:var(--baklava-node-interface-port-tooltip-color-background);color:var(--baklava-node-interface-port-tooltip-color-foreground);padding:.25em .5em;text-align:center;z-index:2}.baklava-node-palette{position:absolute;left:0;top:60px;width:250px;height:calc(100% - 60px);z-index:3;padding:2rem;overflow-y:auto;background:var(--baklava-node-palette-background);color:var(--baklava-node-palette-foreground)}.baklava-node-palette h1{margin-top:2rem}.baklava-node.--palette{position:unset;margin:1rem 0;cursor:grab}.baklava-node.--palette:first-child{margin-top:0}.baklava-node.--palette .__title{padding:.5rem;border-radius:var(--baklava-node-border-radius)}.baklava-dragged-node{position:absolute;width:calc(250px - 4rem);height:40px;z-index:4;pointer-events:none}.baklava-node{background:var(--baklava-node-color-background);color:var(--baklava-node-color-foreground);border:1px solid transparent;border-radius:var(--baklava-node-border-radius);position:absolute;box-shadow:0 0 4px #000c;transition:border-color var(--baklava-visual-transition),box-shadow var(--baklava-visual-transition);width:var(--width)}.baklava-node:hover{border-color:var(--baklava-node-color-hover)}.baklava-node:hover .__resize-handle:after{opacity:1}.baklava-node.--selected{z-index:5;border-color:var(--baklava-node-color-selected)}.baklava-node.--dragging{box-shadow:0 0 12px #000c}.baklava-node.--dragging>.__title{cursor:grabbing}.baklava-node>.__title{display:flex;background:var(--baklava-node-title-color-background);color:var(--baklava-node-title-color-foreground);padding:.4em .75em;border-radius:var(--baklava-node-border-radius) var(--baklava-node-border-radius) 0 0;cursor:grab}.baklava-node>.__title>*:first-child{flex-grow:1}.baklava-node>.__title>.__title-label{pointer-events:none}.baklava-node>.__title>.__menu{position:relative;cursor:initial}.baklava-node[data-node-type^=__baklava_]>.__title{background:var(--baklava-group-node-title-color-background);color:var(--baklava-group-node-title-color-foreground)}.baklava-node>.__content{padding:.75em}.baklava-node>.__content.--reverse-y{display:flex;flex-direction:column-reverse}.baklava-node>.__content>div>div{margin:.5em 0}.baklava-node.--two-column>.__content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:". ." ". ."}.baklava-node.--two-column>.__content>.__inputs{grid-row:1;grid-column:1}.baklava-node.--two-column>.__content>.__outputs{grid-row:1;grid-column:2}.baklava-node .__resize-handle{position:absolute;right:0;bottom:0;width:1rem;height:1rem;transform:translate(50%);cursor:ew-resize}.baklava-node .__resize-handle:after{content:"";position:absolute;bottom:0;left:-.5rem;width:1rem;height:1rem;opacity:0;border-bottom-right-radius:var(--baklava-node-border-radius);transition:opacity var(--baklava-visual-transition);background:linear-gradient(-45deg,transparent 10%,var(--baklava-node-color-resize-handle) 10%,var(--baklava-node-color-resize-handle) 15%,transparent 15%,transparent 30%,var(--baklava-node-color-resize-handle) 30%,var(--baklava-node-color-resize-handle) 35%,transparent 35%,transparent 50%,var(--baklava-node-color-resize-handle) 50%,var(--baklava-node-color-resize-handle) 55%,transparent 55%)}.baklava-sidebar{position:absolute;height:100%;width:25%;min-width:300px;max-width:90%;top:0;right:0;z-index:1000;background-color:var(--baklava-sidebar-color-background);color:var(--baklava-sidebar-color-foreground);box-shadow:none;overflow-x:hidden;padding:1em;transform:translate(100%);transition:transform .5s;display:flex;flex-direction:column}.baklava-sidebar.--open{transform:translate(0);box-shadow:0 0 15px #000}.baklava-sidebar .__resizer{position:absolute;left:0;top:0;height:100%;width:4px;cursor:col-resize}.baklava-sidebar .__header{display:flex;align-items:center}.baklava-sidebar .__header .__node-name{margin-left:.5rem}.baklava-sidebar .__close{font-size:2em;border:none;background:none;color:inherit;cursor:pointer}.baklava-sidebar .__interface{margin:.5em 0}.baklava-toolbar{position:absolute;left:0;top:0;width:100%;height:60px;z-index:3;padding:.5rem 2rem;background:var(--baklava-toolbar-background);color:var(--baklava-toolbar-foreground);display:flex;align-items:center}.baklava-toolbar-entry{margin-left:.5rem;margin-right:.5rem}.baklava-toolbar-button{color:var(--baklava-toolbar-foreground);background:none;border:none;transition:color var(--baklava-visual-transition)}.baklava-toolbar-button:not([disabled]){cursor:pointer}.baklava-toolbar-button:hover:not([disabled]){color:var(--baklava-control-color-primary)}.baklava-toolbar-button[disabled]{color:var(--baklava-control-color-disabled-foreground)}.slide-fade-enter-active,.slide-fade-leave-active{transition:all .1s ease-out}.slide-fade-enter-from,.slide-fade-leave-to{transform:translateY(5px);opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .1s ease-out!important}.fade-enter-from,.fade-leave-to{opacity:0}.loading-indicator[data-v-a7f0fe49]{display:flex;justify-content:center;align-items:center;height:100px;font-size:1.2em;color:#666}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,Outfit,PTSans,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:JetBrains Mono,Consolas,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.tooltip-arrow,.tooltip-arrow:before{position:absolute;width:8px;height:8px;background:inherit}.tooltip-arrow{visibility:hidden}.tooltip-arrow:before{content:"";visibility:visible;transform:rotate(45deg)}[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before{border-style:solid;border-color:#e5e7eb}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before{border-bottom-width:1px;border-right-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before{border-bottom-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before{border-top-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before{border-top-width:1px;border-right-width:1px}.tooltip[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.tooltip[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.tooltip[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.tooltip[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.tooltip.invisible>.tooltip-arrow:before{visibility:hidden}[data-popper-arrow],[data-popper-arrow]:before{position:absolute;width:8px;height:8px;background:inherit}[data-popper-arrow]{visibility:hidden}[data-popper-arrow]:before{content:"";visibility:visible;transform:rotate(45deg)}[data-popper-arrow]:after{content:"";visibility:visible;transform:rotate(45deg);position:absolute;width:9px;height:9px;background:inherit}[role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#4b5563}[role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#4b5563}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]{bottom:-5px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]{top:-5px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]{right:-5px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]{left:-5px}[role=tooltip].invisible>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].invisible>[data-popper-arrow]:after{visibility:hidden}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #1C64F2;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#1c64f2}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}select:not([size]){background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75em .75em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#1c64f2;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #1C64F2;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked,.dark [type=checkbox]:checked,.dark [type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:.55em .55em;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}.dark [type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-color:currentColor;border-color:transparent;background-position:center;background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto inherit}input[type=file]::file-selector-button{color:#fff;background:#1f2937;border:0;font-weight:500;font-size:.875rem;cursor:pointer;padding:.625rem 1rem .625rem 2rem;margin-inline-start:-1rem;margin-inline-end:1rem}input[type=file]::file-selector-button:hover{background:#374151}.dark input[type=file]::file-selector-button{color:#fff;background:#4b5563}.dark input[type=file]::file-selector-button:hover{background:#6b7280}input[type=range]::-webkit-slider-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-webkit-slider-thumb{background:#9ca3af}.dark input[type=range]:disabled::-webkit-slider-thumb{background:#6b7280}input[type=range]:focus::-webkit-slider-thumb{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1px;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}input[type=range]::-moz-range-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-moz-range-thumb{background:#9ca3af}.dark input[type=range]:disabled::-moz-range-thumb{background:#6b7280}input[type=range]::-moz-range-progress{background:#3f83f8}input[type=range]::-ms-fill-lower{background:#3f83f8}.toggle-bg:after{content:"";position:absolute;top:.125rem;left:.125rem;background:#fff;border-color:#d1d5db;border-width:1px;border-radius:9999px;height:1.25rem;width:1.25rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;box-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}input:checked+.toggle-bg:after{transform:translate(100%);border-color:#fff}input:checked+.toggle-bg{background:#1c64f2;border-color:#1c64f2}*{scrollbar-color:initial;scrollbar-width:initial}body{min-height:100vh;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #e0eaff var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 234 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f0e6ff var(--tw-gradient-to-position)}body:is(.dark *){background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #0f2647 var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 38 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1e1b4b var(--tw-gradient-to-position)}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-bottom-0\.5{bottom:-.125rem}.-bottom-1{bottom:-.25rem}.-bottom-1\.5{bottom:-.375rem}.-bottom-2{bottom:-.5rem}.-bottom-4{bottom:-1rem}.-left-1\.5{left:-.375rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-top-1\.5{top:-.375rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-2\.5{bottom:.625rem}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-\[60px\]{bottom:60px}.bottom-full{bottom:100%}.left-0{left:0}.left-0\.5{left:.125rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-20{left:5rem}.left-3{left:.75rem}.right-0{right:0}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-full{top:100%}.isolate{isolation:isolate}.isolation-auto{isolation:auto}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.col-span-2{grid-column:span 2 / span 2}.float-right{float:right}.float-left{float:left}.float-none{float:none}.clear-left{clear:left}.clear-right{clear:right}.clear-both{clear:both}.clear-none{clear:none}.-m-1{margin:-.25rem}.-m-2{margin:-.5rem}.-m-4{margin:-1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-px{margin-bottom:-1px}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-64{margin-left:16rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.inline-table{display:inline-table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.flow-root{display:flow-root}.grid{display:grid}.inline-grid{display:inline-grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-4\/5{height:80%}.h-48{height:12rem}.h-5{height:1.25rem}.h-5\/6{height:83.333333%}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[200px\]{height:200px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-auto{height:auto}.h-full{height:100%}.h-modal{height:calc(100% - 2rem)}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[200px\]{max-height:200px}.max-h-\[400px\]{max-height:400px}.max-h-\[500px\]{max-height:500px}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-\[3rem\]{min-height:3rem}.min-h-\[500px\]{min-height:500px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[15rem\]{width:15rem}.w-\[16rem\]{width:16rem}.w-\[300px\]{width:300px}.w-\[500px\]{width:500px}.w-\[this-is\\\\\]{width:this-is\\}.w-\[this-is\]{width:this-is}.w-\[weird-and-invalid\]{width:weird-and-invalid}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-\[200px\]{min-width:200px}.min-w-\[24rem\]{min-width:24rem}.min-w-\[300px\]{min-width:300px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[24rem\]{max-width:24rem}.max-w-\[300px\]{max-width:300px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.origin-left{transform-origin:left}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform,.transform-cpu{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.touch-auto{touch-action:auto}.touch-none{touch-action:none}.touch-pan-x{--tw-pan-x: pan-x;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-left{--tw-pan-x: pan-left;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-right{--tw-pan-x: pan-right;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-y{--tw-pan-y: pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-up{--tw-pan-y: pan-up;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-down{--tw-pan-y: pan-down;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pinch-zoom{--tw-pinch-zoom: pinch-zoom;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.resize-none{resize:none}.resize-y{resize:vertical}.resize-x{resize:horizontal}.resize{resize:both}.snap-none{scroll-snap-type:none}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-y{scroll-snap-type:y var(--tw-scroll-snap-strictness)}.snap-both{scroll-snap-type:both var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-proximity{--tw-scroll-snap-strictness: proximity}.snap-start{scroll-snap-align:start}.snap-end{scroll-snap-align:end}.snap-center{scroll-snap-align:center}.snap-align-none{scroll-snap-align:none}.snap-normal{scroll-snap-stop:normal}.snap-always{scroll-snap-stop:always}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.break-before-auto{-moz-column-break-before:auto;break-before:auto}.break-before-avoid{-moz-column-break-before:avoid;break-before:avoid}.break-before-all{-moz-column-break-before:all;break-before:all}.break-before-avoid-page{-moz-column-break-before:avoid;break-before:avoid-page}.break-before-page{-moz-column-break-before:page;break-before:page}.break-before-left{-moz-column-break-before:left;break-before:left}.break-before-right{-moz-column-break-before:right;break-before:right}.break-before-column{-moz-column-break-before:column;break-before:column}.break-inside-auto{-moz-column-break-inside:auto;break-inside:auto}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.break-inside-avoid-page{break-inside:avoid-page}.break-inside-avoid-column{-moz-column-break-inside:avoid;break-inside:avoid-column}.break-after-auto{-moz-column-break-after:auto;break-after:auto}.break-after-avoid{-moz-column-break-after:avoid;break-after:avoid}.break-after-all{-moz-column-break-after:all;break-after:all}.break-after-avoid-page{-moz-column-break-after:avoid;break-after:avoid-page}.break-after-page{-moz-column-break-after:page;break-after:page}.break-after-left{-moz-column-break-after:left;break-after:left}.break-after-right{-moz-column-break-after:right;break-after:right}.break-after-column{-moz-column-break-after:column;break-after:column}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-flow-dense{grid-auto-flow:dense}.grid-flow-row-dense{grid-auto-flow:row dense}.grid-flow-col-dense{grid-auto-flow:column dense}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-\[200px\,1fr\]{grid-template-columns:200px 1fr}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-content-start{place-content:start}.place-content-end{place-content:end}.place-content-between{place-content:space-between}.place-content-around{place-content:space-around}.place-content-evenly{place-content:space-evenly}.place-content-baseline{place-content:baseline}.place-content-stretch{place-content:stretch}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-baseline{place-items:baseline}.place-items-stretch{place-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.content-baseline{align-content:baseline}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 1}.space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 1}.divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 1}.divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.divide-dotted>:not([hidden])~:not([hidden]){border-style:dotted}.divide-double>:not([hidden])~:not([hidden]){border-style:double}.divide-none>:not([hidden])~:not([hidden]){border-style:none}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}.place-self-auto{place-self:auto}.place-self-start{place-self:start}.place-self-end{place-self:end}.place-self-center{place-self:center}.place-self-stretch{place-self:stretch}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-clip{overflow-x:clip}.overflow-y-clip{overflow-y:clip}.overflow-x-visible{overflow-x:visible}.overflow-y-visible{overflow-y:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.overscroll-auto{overscroll-behavior:auto}.overscroll-contain{overscroll-behavior:contain}.overscroll-none{overscroll-behavior:none}.overscroll-y-auto{overscroll-behavior-y:auto}.overscroll-y-contain{overscroll-behavior-y:contain}.overscroll-y-none{overscroll-behavior-y:none}.overscroll-x-auto{overscroll-behavior-x:auto}.overscroll-x-contain{overscroll-behavior-x:contain}.overscroll-x-none{overscroll-behavior-x:none}.scroll-auto{scroll-behavior:auto}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.text-clip{text-overflow:clip}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.\!rounded-full{border-radius:9999px!important}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-double{border-style:double}.border-hidden{border-style:hidden}.border-none{border-style:none}.border-bg-dark{border-color:var(--color-bg-dark)}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(195 221 253 / var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(26 86 219 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(14 159 110 / var(--tw-border-opacity))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(5 122 85 / var(--tw-border-opacity))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(4 108 78 / var(--tw-border-opacity))}.border-pink-600{--tw-border-opacity: 1;border-color:rgb(214 31 105 / var(--tw-border-opacity))}.border-pink-700{--tw-border-opacity: 1;border-color:rgb(191 18 93 / var(--tw-border-opacity))}.border-primary{border-color:var(--color-primary)}.border-primary-light{border-color:var(--color-primary-light)}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(126 58 242 / var(--tw-border-opacity))}.border-purple-700{--tw-border-opacity: 1;border-color:rgb(108 43 217 / var(--tw-border-opacity))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(251 213 213 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(240 82 82 / var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(224 36 36 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(200 30 30 / var(--tw-border-opacity))}.border-secondary{border-color:var(--color-secondary)}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(227 160 8 / var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(194 120 3 / var(--tw-border-opacity))}.border-t-primary{border-top-color:var(--color-primary)}.bg-\[rgb\(255\,0\,0\)\]{--tw-bg-opacity: 1;background-color:rgb(255 0 0 / var(--tw-bg-opacity))}.bg-accent{background-color:var(--color-accent)}.bg-bg-dark-tone-panel{background-color:var(--color-bg-dark-tone-panel)}.bg-bg-light{background-color:var(--color-bg-light)}.bg-bg-light-tone{background-color:var(--color-bg-light-tone)}.bg-bg-light-tone-panel{background-color:var(--color-bg-light-tone-panel)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(235 245 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(222 247 236 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(49 196 141 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(243 250 247 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(14 159 110 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(229 237 255 / var(--tw-bg-opacity))}.bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(205 219 254 / var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(104 117 245 / var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(88 80 236 / var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(254 236 220 / var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 232 243 / var(--tw-bg-opacity))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(250 209 232 / var(--tw-bg-opacity))}.bg-pink-700{--tw-bg-opacity: 1;background-color:rgb(191 18 93 / var(--tw-bg-opacity))}.bg-primary{background-color:var(--color-primary)}.bg-primary-light{background-color:var(--color-primary-light)}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(237 235 254 / var(--tw-bg-opacity))}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(220 215 254 / var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(126 58 242 / var(--tw-bg-opacity))}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(108 43 217 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(249 128 128 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(253 242 242 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(240 82 82 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}.bg-secondary{background-color:var(--color-secondary)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/30{background-color:#ffffff4d}.bg-white\/50{background-color:#ffffff80}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(253 246 178 / var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(227 160 8 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(194 120 3 / var(--tw-bg-opacity))}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-5{--tw-bg-opacity: .05}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-70{--tw-bg-opacity: .7}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-bg-light{--tw-gradient-from: var(--color-bg-light) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3F83F8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/10{--tw-gradient-from: rgb(63 131 248 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100{--tw-gradient-from: #F3F4F6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #31C48D var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 196 141 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #0E9F6E var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 159 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #5850EC var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-lime-500{--tw-gradient-from: #84cc16 var(--tw-gradient-from-position);--tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #E74694 var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #9061F9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 97 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #7E3AF2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200{--tw-gradient-from: #FBD5D5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #F05252 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200{--tw-gradient-from: #AFECEF var(--tw-gradient-from-position);--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300{--tw-gradient-from: #7EDCE2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 220 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: #0694A2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 148 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-5\%{--tw-gradient-from-position: 5%}.via-bg-light{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--color-bg-light) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-600{--tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1C64F2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-cyan-600{--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-green-600{--tw-gradient-to: rgb(5 122 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #057A55 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-lime-600{--tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-600{--tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #D61F69 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #7E3AF2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-300{--tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #F8B4B4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-600{--tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #E02424 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-teal-600{--tw-gradient-to: rgb(4 116 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #047481 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-10\%{--tw-gradient-via-position: 10%}.to-blue-50{--tw-gradient-to: #EBF5FF var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1A56DB var(--tw-gradient-to-position)}.to-cyan-700{--tw-gradient-to: #0e7490 var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to: #0E9F6E var(--tw-gradient-to-position)}.to-green-700{--tw-gradient-to: #046C4E var(--tw-gradient-to-position)}.to-lime-200{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position)}.to-lime-300{--tw-gradient-to: #bef264 var(--tw-gradient-to-position)}.to-lime-700{--tw-gradient-to: #4d7c0f var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to: #FF8A4C var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #E74694 var(--tw-gradient-to-position)}.to-pink-700{--tw-gradient-to: #BF125D var(--tw-gradient-to-position)}.to-purple-500\/10{--tw-gradient-to: rgb(144 97 249 / .1) var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #7E3AF2 var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to: #6C2BD9 var(--tw-gradient-to-position)}.to-red-700{--tw-gradient-to: #C81E1E var(--tw-gradient-to-position)}.to-teal-700{--tw-gradient-to: #036672 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-yellow-200{--tw-gradient-to: #FCE96A var(--tw-gradient-to-position)}.to-100\%{--tw-gradient-to-position: 100%}.decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.box-decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.box-decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.bg-fixed{background-attachment:fixed}.bg-local{background-attachment:local}.bg-scroll{background-attachment:scroll}.bg-clip-border{background-clip:border-box}.bg-clip-padding{background-clip:padding-box}.bg-clip-content{background-clip:content-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-origin-border{background-origin:border-box}.bg-origin-padding{background-origin:padding-box}.bg-origin-content{background-origin:content-box}.fill-blue-600{fill:#1c64f2}.fill-current{fill:currentColor}.fill-gray-300{fill:#d1d5db}.fill-gray-600{fill:#4b5563}.fill-green-500{fill:#0e9f6e}.fill-pink-600{fill:#d61f69}.fill-purple-600{fill:#7e3af2}.fill-red-600{fill:#e02424}.fill-secondary{fill:var(--color-secondary)}.fill-white{fill:#fff}.fill-yellow-400{fill:#e3a008}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.object-none{-o-object-fit:none;object-fit:none}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-0{padding-bottom:0}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-80{padding-bottom:20rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-24{padding-right:6rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-top{vertical-align:text-top}.align-text-bottom{vertical-align:text-bottom}.align-sub{vertical-align:sub}.align-super{vertical-align:super}.font-mono{font-family:JetBrains Mono,Consolas,monospace}.font-sans{font-family:Inter,Outfit,PTSans,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.normal-nums{font-variant-numeric:normal}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.slashed-zero{--tw-slashed-zero: slashed-zero;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.lining-nums{--tw-numeric-figure: lining-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.oldstyle-nums{--tw-numeric-figure: oldstyle-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.proportional-nums{--tw-numeric-spacing: proportional-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.diagonal-fractions{--tw-numeric-fraction: diagonal-fractions;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.stacked-fractions{--tw-numeric-fraction: stacked-fractions;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-6{line-height:1.5rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.text-\[\#336699\]\/\[\.35\]{color:#33669959}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-200{--tw-text-opacity: 1;color:rgb(188 240 218 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(5 122 85 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(4 108 78 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(3 84 63 / var(--tw-text-opacity))}.text-green-900{--tw-text-opacity: 1;color:rgb(1 71 55 / var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(104 117 245 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(81 69 205 / var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(66 56 157 / var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(54 47 120 / var(--tw-text-opacity))}.text-light-text-panel{color:var(--color-light-text-panel)}.text-orange-200{--tw-text-opacity: 1;color:rgb(252 217 189 / var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgb(255 90 31 / var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(208 56 1 / var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgb(231 70 148 / var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity: 1;color:rgb(214 31 105 / var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity: 1;color:rgb(191 18 93 / var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity: 1;color:rgb(153 21 75 / var(--tw-text-opacity))}.text-pink-900{--tw-text-opacity: 1;color:rgb(117 26 61 / var(--tw-text-opacity))}.text-primary{color:var(--color-primary)}.text-purple-500{--tw-text-opacity: 1;color:rgb(144 97 249 / var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity: 1;color:rgb(126 58 242 / var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity: 1;color:rgb(108 43 217 / var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity: 1;color:rgb(85 33 181 / var(--tw-text-opacity))}.text-purple-900{--tw-text-opacity: 1;color:rgb(74 29 150 / var(--tw-text-opacity))}.text-red-100{--tw-text-opacity: 1;color:rgb(253 232 232 / var(--tw-text-opacity))}.text-red-200{--tw-text-opacity: 1;color:rgb(251 213 213 / var(--tw-text-opacity))}.text-red-400{--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(224 36 36 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(200 30 30 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(155 28 28 / var(--tw-text-opacity))}.text-red-900{--tw-text-opacity: 1;color:rgb(119 29 29 / var(--tw-text-opacity))}.text-secondary{color:var(--color-secondary)}.text-slate-50{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.text-slate-950{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity))}.text-teal-500{--tw-text-opacity: 1;color:rgb(6 148 162 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(227 160 8 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(194 120 3 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(159 88 10 / var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(142 75 16 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(114 59 19 / var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(99 49 18 / var(--tw-text-opacity))}.text-opacity-95{--tw-text-opacity: .95}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.decoration-solid{text-decoration-style:solid}.decoration-double{text-decoration-style:double}.decoration-dotted{text-decoration-style:dotted}.decoration-dashed{text-decoration-style:dashed}.decoration-wavy{text-decoration-style:wavy}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.accent-blue-500{accent-color:#3F83F8}.accent-blue-600{accent-color:#1C64F2}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.bg-blend-normal{background-blend-mode:normal}.bg-blend-multiply{background-blend-mode:multiply}.bg-blend-screen{background-blend-mode:screen}.bg-blend-overlay{background-blend-mode:overlay}.bg-blend-darken{background-blend-mode:darken}.bg-blend-lighten{background-blend-mode:lighten}.bg-blend-color-dodge{background-blend-mode:color-dodge}.bg-blend-color-burn{background-blend-mode:color-burn}.bg-blend-hard-light{background-blend-mode:hard-light}.bg-blend-soft-light{background-blend-mode:soft-light}.bg-blend-difference{background-blend-mode:difference}.bg-blend-exclusion{background-blend-mode:exclusion}.bg-blend-hue{background-blend-mode:hue}.bg-blend-saturation{background-blend-mode:saturation}.bg-blend-color{background-blend-mode:color}.bg-blend-luminosity{background-blend-mode:luminosity}.mix-blend-normal{mix-blend-mode:normal}.mix-blend-multiply{mix-blend-mode:multiply}.mix-blend-screen{mix-blend-mode:screen}.mix-blend-overlay{mix-blend-mode:overlay}.mix-blend-darken{mix-blend-mode:darken}.mix-blend-lighten{mix-blend-mode:lighten}.mix-blend-color-dodge{mix-blend-mode:color-dodge}.mix-blend-color-burn{mix-blend-mode:color-burn}.mix-blend-hard-light{mix-blend-mode:hard-light}.mix-blend-soft-light{mix-blend-mode:soft-light}.mix-blend-difference{mix-blend-mode:difference}.mix-blend-exclusion{mix-blend-mode:exclusion}.mix-blend-hue{mix-blend-mode:hue}.mix-blend-saturation{mix-blend-mode:saturation}.mix-blend-color{mix-blend-mode:color}.mix-blend-luminosity{mix-blend-mode:luminosity}.mix-blend-plus-lighter{mix-blend-mode:plus-lighter}.\!shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-500\/50{--tw-shadow-color: rgb(63 131 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/80{--tw-shadow-color: rgb(30 66 159 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/50{--tw-shadow-color: rgb(6 182 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/80{--tw-shadow-color: rgb(21 94 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/50{--tw-shadow-color: rgb(14 159 110 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/80{--tw-shadow-color: rgb(3 84 63 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/50{--tw-shadow-color: rgb(132 204 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/80{--tw-shadow-color: rgb(63 98 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/50{--tw-shadow-color: rgb(231 70 148 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/80{--tw-shadow-color: rgb(153 21 75 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/50{--tw-shadow-color: rgb(144 97 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/80{--tw-shadow-color: rgb(85 33 181 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/50{--tw-shadow-color: rgb(240 82 82 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/80{--tw-shadow-color: rgb(155 28 28 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/50{--tw-shadow-color: rgb(6 148 162 / .5);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-dashed{outline-style:dashed}.outline-dotted{outline-style:dotted}.outline-double{outline-style:double}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.ring-blue-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity))}.ring-cyan-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.ring-gray-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity))}.ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}.ring-green-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity))}.ring-pink-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 21 75 / var(--tw-ring-opacity))}.ring-pink-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(117 26 61 / var(--tw-ring-opacity))}.ring-purple-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(85 33 181 / var(--tw-ring-opacity))}.ring-purple-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 29 150 / var(--tw-ring-opacity))}.ring-red-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}.ring-red-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(119 29 29 / var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity: .05}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter-none{filter:none}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-grayscale{--tw-backdrop-grayscale: grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-invert{--tw-backdrop-invert: invert(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-sepia{--tw-backdrop-sepia: sepia(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter-none{-webkit-backdrop-filter:none;backdrop-filter:none}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.content-\[\'this-is-also-valid\]-weirdly-enough\'\]{--tw-content: "this-is-also-valid]-weirdly-enough";content:var(--tw-content)}.scrollbar{scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.scrollbar::-webkit-scrollbar{display:block;width:var(--scrollbar-width, 16px);height:var(--scrollbar-height, 16px)}.scrollbar-thin::-webkit-scrollbar-track{background-color:var(--scrollbar-track);border-radius:var(--scrollbar-track-radius)}.scrollbar-thin::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover, var(--scrollbar-track))}.scrollbar-thin::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)))}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:var(--scrollbar-thumb-radius)}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb))}.scrollbar-thin::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)))}.scrollbar-thin::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner);border-radius:var(--scrollbar-corner-radius)}.scrollbar-thin::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner))}.scrollbar-thin::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)))}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.scrollbar-thin::-webkit-scrollbar{display:block;width:8px;height:8px}.scrollbar-track-bg-light{--scrollbar-track: var(--color-bg-light) !important}.scrollbar-track-bg-light-tone{--scrollbar-track: var(--color-bg-light-tone) !important}.scrollbar-track-blue-100{--scrollbar-track: #E1EFFE !important}.scrollbar-track-gray-200{--scrollbar-track: #E5E7EB !important}.scrollbar-thumb-bg-light-tone{--scrollbar-thumb: var(--color-bg-light-tone) !important}.scrollbar-thumb-bg-light-tone-panel{--scrollbar-thumb: var(--color-bg-light-tone-panel) !important}.scrollbar-thumb-blue-500{--scrollbar-thumb: #3F83F8 !important}.scrollbar-thumb-gray-400{--scrollbar-thumb: #9CA3AF !important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.display-none{display:none}h1{margin-bottom:1.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}h1:is(.dark *){--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}@media (min-width: 768px){h1{font-size:3rem;line-height:1}}h2{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}h2:is(.dark *){--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}h3{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:500;--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}h3:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}h4{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}h4:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}h1,h2{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity));padding-bottom:.5rem}h1:is(.dark *),h2:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}p{overflow-wrap:break-word;font-family:Inter,Outfit,PTSans,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.5rem;line-height:1.625;letter-spacing:-.025em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}@media (min-width: 768px){p{font-size:1.125rem;line-height:1.75rem;line-height:2}}table{border-collapse:collapse;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}table:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}th,td{border-width:1px;--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity));padding:.5rem}th:is(.dark *),td:is(.dark *){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}tr:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}tr:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}ul,ol{margin-top:1rem;margin-bottom:1rem;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:1.75rem}ul{margin-left:.5rem;list-style-type:disc}ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}li{position:relative;padding-left:.5rem}ol{margin-left:.5rem;list-style-type:decimal}ol>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}ul ul,ol ol,ul ol,ol ul{margin-top:.5rem;margin-bottom:0;margin-left:1.5rem}li::marker{color:#4b5563}:root{--color-primary: #4a90e2;--color-primary-light: #6ab7f1;--color-secondary: #8ab8e0;--color-accent: #3a7ca1;--color-light-text-panel: #ffffff;--color-dark-text-panel: #e0e0e0;--color-bg-light-panel: #f0faff;--color-bg-light: #ffffff;--color-bg-light-tone: #e0f0ff;--color-bg-light-code-block: #f5faff;--color-bg-light-tone-panel: #d0e0f0;--color-bg-light-discussion: #f8faff;--color-bg-light-discussion-odd: #f0faff;--color-bg-dark: #0a0a1a;--color-bg-dark-tone: #151521;--color-bg-dark-tone-panel: #1c1c2a;--color-bg-dark-code-block: #151521;--color-bg-dark-discussion: #0e0e1a;--color-bg-dark-discussion-odd: #0d0d1a}textarea,input,select{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity))}textarea:is(.dark *),input:is(.dark *),select:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.background-color{min-height:100vh;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #E1EFFE var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #CABFFD var(--tw-gradient-to-position)}.background-color:is(.dark *){--tw-gradient-from: #1E429F var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #4A1D96 var(--tw-gradient-to-position)}.toolbar-color{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.toolbar-color:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.panels-color{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.panels-color:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.unicolor-panels-color{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.unicolor-panels-color:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.message{position:relative;margin:.5rem;display:flex;width:100%;flex-grow:1;flex-direction:column;flex-wrap:wrap;overflow:visible;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity));padding:1.25rem 1.25rem .75rem;font-size:1.125rem;line-height:1.75rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.message:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}.message{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(35 56 118 / var(--tw-text-opacity))}.message:is(.dark *){background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #233876 var(--tw-gradient-from-position);--tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1E429F var(--tw-gradient-to-position);--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.message:hover{--tw-border-opacity: 1;border-color:rgb(118 169 250 / var(--tw-border-opacity))}.message:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.message:nth-child(2n){--tw-bg-opacity: 1;background-color:rgb(235 245 255 / var(--tw-bg-opacity))}.message:nth-child(2n):is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.message:nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity))}.message:nth-child(odd):is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.message-header{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600}.message-content{font-size:1.125rem;line-height:1.75rem;line-height:1.625}body{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));font-size:1rem;line-height:1.5rem}body:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.discussion{margin-right:.5rem;font-size:.75rem;line-height:1rem}.discussion:hover{--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}.discussion-hilighted{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity));font-size:.75rem;line-height:1rem}.discussion-hilighted:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.bg-gradient-welcome{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #E1EFFE var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #CABFFD var(--tw-gradient-to-position)}.bg-gradient-welcome:is(.dark *){--tw-gradient-from: #1E429F var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #4A1D96 var(--tw-gradient-to-position)}.bg-gradient-progress{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #C3DDFD var(--tw-gradient-from-position);--tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #A4CAFE var(--tw-gradient-to-position)}.bg-gradient-progress:is(.dark *){--tw-gradient-from: #1A56DB var(--tw-gradient-from-position);--tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position)}.text-gradient-title{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #1A56DB var(--tw-gradient-from-position);--tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position);-webkit-background-clip:text;background-clip:text;color:transparent}.text-gradient-title:is(.dark *){--tw-gradient-from: #A4CAFE var(--tw-gradient-from-position);--tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position)}.text-subtitle{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.text-subtitle:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.text-author{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.text-author:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.text-loading{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.text-loading:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.text-progress{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.text-progress:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.btn-primary{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-secondary{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.card{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.card:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.input{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));padding:.5rem 1rem}.input:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}.input:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.input:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(118 169 250 / var(--tw-ring-opacity))}.label{margin-bottom:.25rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.label:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.link{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.link:hover{--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.link:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.link:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.navbar-container{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.navbar-container:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.game-menu{position:relative;display:flex;align-items:center;justify-content:center}.text-shadow-custom{text-shadow:1px 1px 0px #e0e0e0,-1px -1px 0px #e0e0e0,1px -1px 0px #e0e0e0,-1px 1px 0px #e0e0e0}.animated-progressbar-bg{position:relative;height:2.5rem;width:100%;overflow:hidden;border-radius:.125rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #172554 var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #233876 var(--tw-gradient-to-position);--tw-shadow: 0 0 15px rgba(245,158,11,.2);--tw-shadow-colored: 0 0 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.animated-progressbar-bg:is(.dark *){--tw-gradient-from: #000000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #172554 var(--tw-gradient-to-position)}.animated-progressbar-fg{position:absolute;top:0;left:0;height:100%;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #3F83F8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #76A9FA var(--tw-gradient-to-position);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.animated-progressbar-fg:is(.dark *){--tw-gradient-from: #76A9FA var(--tw-gradient-from-position);--tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position)}.menu-item{margin-bottom:.5rem;padding:.5rem 1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity));transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.menu-item:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.menu-item:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.menu-item:is(.dark *):hover{--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.menu-item.active-link{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-top-left-radius:.375rem;border-top-right-radius:.375rem;--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity));font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity));transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);text-shadow:1px 1px 0px #e0e0e0,-1px -1px 0px #e0e0e0,1px -1px 0px #e0e0e0,-1px 1px 0px #e0e0e0}.menu-item.active-link:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.menu-item.active-link:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity: 1;color:rgb(35 56 118 / var(--tw-text-opacity))}.menu-item.active-link:is(.dark *):hover{--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.menu-item.active-link{text-shadow:0 0 10px rgba(128,128,128,.5)}.menu-item.active-link:before{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:5px;background:linear-gradient(to right,#4a90e2,#8ab8e0,#4a90e2);border-radius:10px;animation:shimmer 2s infinite}.dark .menu-item.active-link:before{background:linear-gradient(to right,#6ab7f1,#aaa,#6ab7f1)}@keyframes shimmer{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.feather-emoji{display:inline-block;margin-left:5px;animation:bounce 2s infinite}.app-card{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.app-card:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.app-card:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.app-card:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}button{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}button:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#76A9FA #C3DDFD}.dark .scrollbar-thin{scrollbar-color:#1C64F2 #1E429F}.scrollbar-thin::-webkit-scrollbar{width:.5rem}.scrollbar-thin::-webkit-scrollbar-track{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.scrollbar-thin:is(.dark *)::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.scrollbar-thin::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity))}.scrollbar-thin:is(.dark *)::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.scrollbar-thin::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.scrollbar-thin:is(.dark *)::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.btn{display:flex;align-items:center;border-radius:.5rem;padding:.5rem 1rem;font-weight:600;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-primary{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.btn-primary:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}.btn-primary:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity))}.btn-secondary{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}.btn-secondary:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(195 221 253 / var(--tw-ring-opacity))}.btn-secondary:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.btn-secondary:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.btn-secondary:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity))}.search-input{width:100%;border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity));background-color:transparent;padding:.5rem 1rem .5rem 2.5rem;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.search-input:focus{--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px}.search-input:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity));--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.search-input:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(118 169 250 / var(--tw-border-opacity))}.scrollbar::-webkit-scrollbar-track{background-color:var(--scrollbar-track);border-radius:var(--scrollbar-track-radius)}.scrollbar::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover, var(--scrollbar-track))}.scrollbar::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)))}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:var(--scrollbar-thumb-radius)}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb))}.scrollbar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)))}.scrollbar::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner);border-radius:var(--scrollbar-corner-radius)}.scrollbar::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner))}.scrollbar::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)))}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.scrollbar::-webkit-scrollbar{display:block;width:8px;height:8px}.scrollbar{--scrollbar-track: #C3DDFD;--scrollbar-thumb: #76A9FA;scrollbar-width:thin;scrollbar-color:#76A9FA #C3DDFD}.dark .scrollbar{scrollbar-color:#1C64F2 #1E429F}.scrollbar::-webkit-scrollbar{width:.5rem}.scrollbar::-webkit-scrollbar-track{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.scrollbar:is(.dark *)::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity))}.scrollbar:is(.dark *)::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.scrollbar::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.scrollbar:is(.dark *)::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.scrollbar{--scrollbar-thumb-hover: #3F83F8}.scrollbar:is(.dark *){--scrollbar-track: #1A56DB;--scrollbar-thumb: #1C64F2;--scrollbar-thumb-hover: #3F83F8}.card-title{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.card-title:is(.dark *){--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.card-content{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.card-content:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.card-footer{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.card-footer-button{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.card-footer-button:hover{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.subcard{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(235 245 255 / var(--tw-bg-opacity));padding:1rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.subcard:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.subcard-title{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.subcard-title:is(.dark *){--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.subcard-content{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.subcard-content:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.subcard-footer{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.subcard-footer-button{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.subcard-footer-button:hover{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.discussion-toolbox{display:flex;--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;gap:.5rem;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.5rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.group:hover .discussion-toolbox{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.discussion-toolbox:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.lollms-title-style{text-shadow:2px 2px 4px rgba(0,0,0,.2),2px 2px 0px white,-2px -2px 0px white,2px -2px 0px white,-2px 2px 0px white;background:linear-gradient(45deg,#f59e0b,#fbbf24);-webkit-background-clip:text;background-clip:text}.chat-bar{position:relative;display:flex;flex-grow:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;gap:.5rem;--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity));padding:.25rem;--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.chat-bar:hover{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.chat-bar:is(.dark *){--tw-border-opacity: 1;border-color:rgb(4 108 78 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(132 225 188 / var(--tw-text-opacity))}.chat-bar{height:50px;transition:all .3s ease}.chat-bar:hover{box-shadow:0 4px 6px -1px #00ff001a,0 2px 4px -1px #00ff000f}.svg-button{border-radius:9999px;padding:.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.svg-button:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));--tw-ring-offset-width: 2px}.svg-button:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.svg-button:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.svg-button:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.svg-button:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.svg-button:active:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.nav-button{border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.nav-button:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.nav-button:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.nav-button:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.nav-button-active{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.nav-button-active:hover{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.nav-button-active:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.nav-button-active:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.btn-on{--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.btn-on:is(.dark *){--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.btn-off{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.btn-off:is(.dark *){--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.interesting-facts{margin-top:1.5rem;margin-bottom:1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.5rem;background-color:#fffc;padding:1rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.interesting-facts:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.interesting-facts:is(.dark *){background-color:#1f2937cc}.toolbar-button{cursor:pointer;border-style:none;background-color:transparent;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.toolbar-button:hover{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.context-menu{position:absolute;background-color:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 10px #0000001a;border-radius:4px;padding:8px 0;min-width:150px;z-index:1000}.context-menu-item{padding:8px 16px;font-size:14px;color:#333;cursor:pointer;transition:background-color .2s ease}.context-menu-item:hover{background-color:#f5f5f5}.context-menu-separator{height:1px;background-color:#e0e0e0;margin:4px 0}.context-menu-item-disabled{color:#999;cursor:not-allowed}.context-menu-item-icon{margin-right:8px}.steps-container{margin-bottom:1rem;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.steps-header{display:flex;cursor:pointer;align-items:center;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity));padding:1rem}.steps-header:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.steps-title{margin:0;font-size:1rem;line-height:1.5rem;font-weight:600}.step-item{margin-bottom:.5rem;border-left-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-left:1rem}.steps-container{margin-bottom:1rem;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.steps-container:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.steps-header{display:flex;cursor:pointer;align-items:center;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding:1rem}.steps-header:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.steps-icon{margin-right:1rem}.steps-summary{flex-grow:1}.steps-title{margin:0;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.steps-title:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.steps-status{margin:0;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.steps-status:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.toggle-icon{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.toggle-icon:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.steps-content{padding:1rem}.steps-list{margin:0;list-style-type:none;padding:0}.step-item{margin-bottom:.5rem;border-left-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));padding-left:1rem}.step-item:last-child{margin-bottom:0}.step-item:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.step-container{margin-bottom:1rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.step-wrapper{display:flex;align-items:flex-start;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.75rem}.step-wrapper:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.step-icon{margin-right:.75rem;height:1.5rem;width:1.5rem;flex-shrink:0}.icon-success{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.icon-fail{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.icon-spinner{height:1.5rem;width:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.icon-spinner{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity));border-top-color:transparent}.icon-spinner:is(.dark *){--tw-border-opacity: 1;border-color:rgb(118 169 250 / var(--tw-border-opacity))}.step-content{flex-grow:1}.step-text{font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.step-text:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.step-description{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.step-description:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.fade-enter-active,.fade-leave-active{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.fade-enter,.fade-leave-to{opacity:0}.status-icon{cursor:pointer;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.icon{height:1.5rem;width:1.5rem}.icon-success{--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.icon-success:is(.dark *){--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.icon-fail{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.icon-fail:is(.dark *){--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.icon-text{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.icon-text:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}@media (min-width: 640px){.sm\:container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.sm\:container{max-width:640px}@media (min-width: 768px){.sm\:container{max-width:768px}}@media (min-width: 1024px){.sm\:container{max-width:1024px}}@media (min-width: 1280px){.sm\:container{max-width:1280px}}@media (min-width: 1536px){.sm\:container{max-width:1536px}}}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.last\:mb-0:last-child{margin-bottom:0}.even\:bg-bg-light-discussion-odd:nth-child(2n){background-color:var(--color-bg-light-discussion-odd)}.checked\:translate-x-6:checked{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.checked\:bg-blue-500:checked{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:block{display:block}.group\/item:hover .group-hover\/item\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/item:hover .group-hover\/item\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-secondary{border-color:var(--color-secondary)}.group:hover .group-hover\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-white\/50{background-color:#ffffff80}.group:hover .group-hover\:bg-opacity-0{--tw-bg-opacity: 0}.group:hover .group-hover\:from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-green-400{--tw-gradient-from: #31C48D var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 196 141 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-pink-500{--tw-gradient-from: #E74694 var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-purple-500{--tw-gradient-from: #9061F9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 97 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-purple-600{--tw-gradient-from: #7E3AF2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-red-200{--tw-gradient-from: #FBD5D5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-teal-300{--tw-gradient-from: #7EDCE2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 220 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:via-red-300{--tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #F8B4B4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:to-blue-500{--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-blue-600{--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-lime-300{--tw-gradient-to: #bef264 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-orange-400{--tw-gradient-to: #FF8A4C var(--tw-gradient-to-position)}.group:hover .group-hover\:to-pink-500{--tw-gradient-to: #E74694 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-yellow-200{--tw-gradient-to: #FCE96A var(--tw-gradient-to-position)}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.group\/item:hover .group-hover\/item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group:focus .group-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.group:focus .group-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.group:focus .group-focus\:ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:text-primary{color:var(--color-primary)}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}.hover\:z-10:hover{z-index:10}.hover\:z-20:hover{z-index:20}.hover\:h-8:hover{height:2rem}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-x-100:hover{--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-2:hover{border-width:2px}.hover\:border-solid:hover{border-style:solid}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgb(188 240 218 / var(--tw-border-opacity))}.hover\:border-primary:hover{border-color:var(--color-primary)}.hover\:border-primary-light:hover{border-color:var(--color-primary-light)}.hover\:border-secondary:hover{border-color:var(--color-secondary)}.hover\:bg-bg-light-tone:hover{background-color:var(--color-bg-light-tone)}.hover\:bg-bg-light-tone-panel:hover{background-color:var(--color-bg-light-tone-panel)}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(3 84 63 / var(--tw-bg-opacity))}.hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgb(153 21 75 / var(--tw-bg-opacity))}.hover\:bg-primary:hover{background-color:var(--color-primary)}.hover\:bg-primary-light:hover{background-color:var(--color-primary-light)}.hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgb(85 33 181 / var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}.hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgb(248 180 180 / var(--tw-bg-opacity))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(253 242 242 / var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(155 28 28 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}.hover\:bg-yellow-500:hover{--tw-bg-opacity: 1;background-color:rgb(194 120 3 / var(--tw-bg-opacity))}.hover\:bg-gradient-to-bl:hover{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:bg-gradient-to-l:hover{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-blue-50:hover{--tw-gradient-from: #EBF5FF var(--tw-gradient-from-position);--tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-500\/20:hover{--tw-gradient-from: rgb(63 131 248 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-500:hover{--tw-gradient-from: #0E9F6E var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 159 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-200:hover{--tw-gradient-from: #AFECEF var(--tw-gradient-from-position);--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-green-600:hover{--tw-gradient-to: #057A55 var(--tw-gradient-to-position)}.hover\:to-lime-200:hover{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position)}.hover\:to-purple-50:hover{--tw-gradient-to: #F6F5FF var(--tw-gradient-to-position)}.hover\:to-purple-500\/20:hover{--tw-gradient-to: rgb(144 97 249 / .2) var(--tw-gradient-to-position)}.hover\:font-bold:hover{font-weight:700}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(5 122 85 / var(--tw-text-opacity))}.hover\:text-indigo-600:hover{--tw-text-opacity: 1;color:rgb(88 80 236 / var(--tw-text-opacity))}.hover\:text-primary:hover{color:var(--color-primary)}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(126 58 242 / var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(224 36 36 / var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(200 30 30 / var(--tw-text-opacity))}.hover\:text-secondary:hover{color:var(--color-secondary)}.hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgb(4 116 129 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(159 88 10 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-none:hover{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:scrollbar-thumb-primary{--scrollbar-thumb-hover: var(--color-primary) !important}.before\:hover\:text-center:hover:before{content:var(--tw-content);text-align:center}.hover\:before\:text-center:hover:before{content:var(--tw-content);text-align:center}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.focus\:border-secondary:focus{border-color:var(--color-secondary)}.focus\:border-transparent:focus{border-color:transparent}.focus\:text-blue-700:focus{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(195 221 253 / var(--tw-ring-opacity))}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 169 250 / var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}.focus\:ring-blue-500\/50:focus{--tw-ring-color: rgb(63 131 248 / .5)}.focus\:ring-blue-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(26 86 219 / var(--tw-ring-opacity))}.focus\:ring-cyan-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity))}.focus\:ring-cyan-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(188 240 218 / var(--tw-ring-opacity))}.focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(132 225 188 / var(--tw-ring-opacity))}.focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 196 141 / var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 159 110 / var(--tw-ring-opacity))}.focus\:ring-lime-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity))}.focus\:ring-lime-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity))}.focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 209 232 / var(--tw-ring-opacity))}.focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 180 217 / var(--tw-ring-opacity))}.focus\:ring-primary:focus{--tw-ring-color: var(--color-primary)}.focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 215 254 / var(--tw-ring-opacity))}.focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 191 253 / var(--tw-ring-opacity))}.focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 232 232 / var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 180 180 / var(--tw-ring-opacity))}.focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 82 82 / var(--tw-ring-opacity))}.focus\:ring-secondary:focus{--tw-ring-color: var(--color-secondary)}.focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(126 220 226 / var(--tw-ring-opacity))}.focus\:ring-yellow-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 202 21 / var(--tw-ring-opacity))}.focus\:ring-yellow-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 160 8 / var(--tw-ring-opacity))}.focus\:ring-opacity-50:focus{--tw-ring-opacity: .5}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:hover\:text-center:hover:focus{text-align:center}.hover\:focus\:text-center:focus:hover{text-align:center}.active\:scale-75:active{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-90:active{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scrollbar-thumb-secondary{--scrollbar-thumb-active: var(--color-secondary) !important}.disabled\:opacity-50:disabled{opacity:.5}.dark\:divide-gray-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity))}.dark\:border-bg-light:is(.dark *){border-color:var(--color-bg-light)}.dark\:border-blue-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.dark\:border-blue-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(26 86 219 / var(--tw-border-opacity))}.dark\:border-gray-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:border-gray-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.dark\:border-gray-900:is(.dark *){--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.dark\:border-green-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(14 159 110 / var(--tw-border-opacity))}.dark\:border-pink-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(241 126 184 / var(--tw-border-opacity))}.dark\:border-pink-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(231 70 148 / var(--tw-border-opacity))}.dark\:border-purple-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(172 148 250 / var(--tw-border-opacity))}.dark\:border-purple-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(144 97 249 / var(--tw-border-opacity))}.dark\:border-red-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(240 82 82 / var(--tw-border-opacity))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(155 28 28 / var(--tw-border-opacity))}.dark\:border-transparent:is(.dark *){border-color:transparent}.dark\:border-yellow-300:is(.dark *){--tw-border-opacity: 1;border-color:rgb(250 202 21 / var(--tw-border-opacity))}.dark\:bg-bg-dark:is(.dark *){background-color:var(--color-bg-dark)}.dark\:bg-bg-dark-tone:is(.dark *){background-color:var(--color-bg-dark-tone)}.dark\:bg-bg-dark-tone-panel:is(.dark *){background-color:var(--color-bg-dark-tone-panel)}.dark\:bg-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.dark\:bg-blue-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.dark\:bg-blue-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.dark\:bg-blue-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.dark\:bg-blue-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.dark\:bg-blue-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.dark\:bg-gray-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.dark\:bg-gray-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:bg-gray-700\/50:is(.dark *){background-color:#37415180}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:bg-gray-800\/20:is(.dark *){background-color:#1f293733}.dark\:bg-gray-800\/30:is(.dark *){background-color:#1f29374d}.dark\:bg-gray-800\/50:is(.dark *){background-color:#1f293780}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.dark\:bg-gray-900\/95:is(.dark *){background-color:#111827f2}.dark\:bg-green-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}.dark\:bg-green-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(14 159 110 / var(--tw-bg-opacity))}.dark\:bg-green-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.dark\:bg-green-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(3 84 63 / var(--tw-bg-opacity))}.dark\:bg-green-900\/20:is(.dark *){background-color:#01473733}.dark\:bg-indigo-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(205 219 254 / var(--tw-bg-opacity))}.dark\:bg-indigo-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(104 117 245 / var(--tw-bg-opacity))}.dark\:bg-orange-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(180 52 3 / var(--tw-bg-opacity))}.dark\:bg-orange-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(138 44 13 / var(--tw-bg-opacity))}.dark\:bg-pink-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(250 209 232 / var(--tw-bg-opacity))}.dark\:bg-pink-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(214 31 105 / var(--tw-bg-opacity))}.dark\:bg-purple-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(220 215 254 / var(--tw-bg-opacity))}.dark\:bg-purple-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}.dark\:bg-purple-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(126 58 242 / var(--tw-bg-opacity))}.dark\:bg-red-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}.dark\:bg-red-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(240 82 82 / var(--tw-bg-opacity))}.dark\:bg-red-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.dark\:bg-red-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(155 28 28 / var(--tw-bg-opacity))}.dark\:bg-red-900\/20:is(.dark *){background-color:#771d1d33}.dark\:bg-white:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.dark\:bg-yellow-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}.dark\:bg-opacity-70:is(.dark *){--tw-bg-opacity: .7}.dark\:bg-opacity-80:is(.dark *){--tw-bg-opacity: .8}.dark\:from-bg-dark:is(.dark *){--tw-gradient-from: var(--color-bg-dark) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-400\/20:is(.dark *){--tw-gradient-from: rgb(118 169 250 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-900:is(.dark *){--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-indigo-400:is(.dark *){--tw-gradient-from: #8DA2FB var(--tw-gradient-from-position);--tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:via-bg-dark:is(.dark *){--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--color-bg-dark) var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-gray-800:is(.dark *){--tw-gradient-to: #1F2937 var(--tw-gradient-to-position)}.dark\:to-purple-400:is(.dark *){--tw-gradient-to: #AC94FA var(--tw-gradient-to-position)}.dark\:to-purple-400\/20:is(.dark *){--tw-gradient-to: rgb(172 148 250 / .2) var(--tw-gradient-to-position)}.dark\:fill-gray-300:is(.dark *){fill:#d1d5db}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.dark\:text-blue-500:is(.dark *){--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.dark\:text-blue-800:is(.dark *){--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.dark\:text-dark-text-panel:is(.dark *){color:var(--color-dark-text-panel)}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.dark\:text-gray-800:is(.dark *){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(188 240 218 / var(--tw-text-opacity))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.dark\:text-green-500:is(.dark *){--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.dark\:text-green-800:is(.dark *){--tw-text-opacity: 1;color:rgb(3 84 63 / var(--tw-text-opacity))}.dark\:text-green-900:is(.dark *){--tw-text-opacity: 1;color:rgb(1 71 55 / var(--tw-text-opacity))}.dark\:text-indigo-500:is(.dark *){--tw-text-opacity: 1;color:rgb(104 117 245 / var(--tw-text-opacity))}.dark\:text-indigo-900:is(.dark *){--tw-text-opacity: 1;color:rgb(54 47 120 / var(--tw-text-opacity))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(252 217 189 / var(--tw-text-opacity))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity: 1;color:rgb(241 126 184 / var(--tw-text-opacity))}.dark\:text-pink-500:is(.dark *){--tw-text-opacity: 1;color:rgb(231 70 148 / var(--tw-text-opacity))}.dark\:text-pink-900:is(.dark *){--tw-text-opacity: 1;color:rgb(117 26 61 / var(--tw-text-opacity))}.dark\:text-primary:is(.dark *){color:var(--color-primary)}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(172 148 250 / var(--tw-text-opacity))}.dark\:text-purple-500:is(.dark *){--tw-text-opacity: 1;color:rgb(144 97 249 / var(--tw-text-opacity))}.dark\:text-purple-900:is(.dark *){--tw-text-opacity: 1;color:rgb(74 29 150 / var(--tw-text-opacity))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(251 213 213 / var(--tw-text-opacity))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.dark\:text-red-500:is(.dark *){--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.dark\:text-red-800:is(.dark *){--tw-text-opacity: 1;color:rgb(155 28 28 / var(--tw-text-opacity))}.dark\:text-red-900:is(.dark *){--tw-text-opacity: 1;color:rgb(119 29 29 / var(--tw-text-opacity))}.dark\:text-slate-50:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(250 202 21 / var(--tw-text-opacity))}.dark\:text-yellow-500:is(.dark *){--tw-text-opacity: 1;color:rgb(194 120 3 / var(--tw-text-opacity))}.dark\:text-yellow-800:is(.dark *){--tw-text-opacity: 1;color:rgb(114 59 19 / var(--tw-text-opacity))}.dark\:text-yellow-900:is(.dark *){--tw-text-opacity: 1;color:rgb(99 49 18 / var(--tw-text-opacity))}.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.dark\:placeholder-gray-400:is(.dark *)::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.dark\:shadow-lg:is(.dark *){--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:shadow-blue-800\/80:is(.dark *){--tw-shadow-color: rgb(30 66 159 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-cyan-800\/80:is(.dark *){--tw-shadow-color: rgb(21 94 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-green-800\/80:is(.dark *){--tw-shadow-color: rgb(3 84 63 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-lime-800\/80:is(.dark *){--tw-shadow-color: rgb(63 98 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-pink-800\/80:is(.dark *){--tw-shadow-color: rgb(153 21 75 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-purple-800\/80:is(.dark *){--tw-shadow-color: rgb(85 33 181 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-red-800\/80:is(.dark *){--tw-shadow-color: rgb(155 28 28 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-teal-800\/80:is(.dark *){--tw-shadow-color: rgb(5 80 92 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:ring-gray-500:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.dark\:ring-white:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.dark\:ring-opacity-20:is(.dark *){--tw-ring-opacity: .2}.dark\:ring-offset-gray-700:is(.dark *){--tw-ring-offset-color: #374151}.dark\:scrollbar-track-bg-dark:is(.dark *){--scrollbar-track: var(--color-bg-dark) !important}.dark\:scrollbar-track-bg-dark-tone:is(.dark *){--scrollbar-track: var(--color-bg-dark-tone) !important}.dark\:scrollbar-track-gray-700:is(.dark *){--scrollbar-track: #374151 !important}.dark\:scrollbar-track-gray-800:is(.dark *){--scrollbar-track: #1F2937 !important}.dark\:scrollbar-thumb-bg-dark-tone:is(.dark *){--scrollbar-thumb: var(--color-bg-dark-tone) !important}.dark\:scrollbar-thumb-bg-dark-tone-panel:is(.dark *){--scrollbar-thumb: var(--color-bg-dark-tone-panel) !important}.dark\:scrollbar-thumb-gray-500:is(.dark *){--scrollbar-thumb: #6B7280 !important}.dark\:scrollbar-thumb-gray-600:is(.dark *){--scrollbar-thumb: #4B5563 !important}.dark\:even\:bg-bg-dark-discussion-odd:nth-child(2n):is(.dark *){background-color:var(--color-bg-dark-discussion-odd)}.group:hover .dark\:group-hover\:bg-gray-800\/60:is(.dark *){background-color:#1f293799}.group:hover .dark\:group-hover\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.group:focus .dark\:group-focus\:ring-gray-800\/70:is(.dark *){--tw-ring-color: rgb(31 41 55 / .7)}.peer:focus~.dark\:peer-focus\:ring-blue-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity))}.dark\:hover\:border-blue-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}.dark\:hover\:border-gray-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.dark\:hover\:border-primary:hover:is(.dark *){border-color:var(--color-primary)}.dark\:hover\:bg-blue-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}.dark\:hover\:bg-blue-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.dark\:hover\:bg-blue-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.dark\:hover\:bg-blue-900:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-600\/50:hover:is(.dark *){background-color:#4b556380}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-700\/50:hover:is(.dark *){background-color:#37415180}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:hover\:bg-green-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(132 225 188 / var(--tw-bg-opacity))}.dark\:hover\:bg-green-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.dark\:hover\:bg-green-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}.dark\:hover\:bg-pink-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(231 70 148 / var(--tw-bg-opacity))}.dark\:hover\:bg-pink-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(191 18 93 / var(--tw-bg-opacity))}.dark\:hover\:bg-primary:hover:is(.dark *){background-color:var(--color-primary)}.dark\:hover\:bg-purple-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}.dark\:hover\:bg-purple-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(108 43 217 / var(--tw-bg-opacity))}.dark\:hover\:bg-red-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 180 180 / var(--tw-bg-opacity))}.dark\:hover\:bg-red-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.dark\:hover\:bg-red-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}.dark\:hover\:bg-red-900:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(119 29 29 / var(--tw-bg-opacity))}.dark\:hover\:bg-yellow-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(250 202 21 / var(--tw-bg-opacity))}.dark\:hover\:bg-yellow-400:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(227 160 8 / var(--tw-bg-opacity))}.hover\:dark\:bg-bg-dark-tone:is(.dark *):hover{background-color:var(--color-bg-dark-tone)}.hover\:dark\:bg-bg-dark-tone-panel:is(.dark *):hover{background-color:var(--color-bg-dark-tone-panel)}.dark\:hover\:from-blue-400\/30:hover:is(.dark *){--tw-gradient-from: rgb(118 169 250 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:from-blue-900\/30:hover:is(.dark *){--tw-gradient-from: rgb(35 56 118 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:to-purple-400\/30:hover:is(.dark *){--tw-gradient-to: rgb(172 148 250 / .3) var(--tw-gradient-to-position)}.dark\:hover\:to-purple-900\/30:hover:is(.dark *){--tw-gradient-to: rgb(74 29 150 / .3) var(--tw-gradient-to-position)}.dark\:hover\:text-blue-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.dark\:hover\:text-blue-500:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:hover\:text-gray-900:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.dark\:hover\:text-green-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.dark\:hover\:text-red-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:hover\:scrollbar-thumb-primary:is(.dark *){--scrollbar-thumb-hover: var(--color-primary) !important}.dark\:focus\:border-blue-500:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.dark\:focus\:border-secondary:focus:is(.dark *){border-color:var(--color-secondary)}.dark\:focus\:text-white:focus:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:focus\:ring-blue-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}.dark\:focus\:ring-blue-600:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity))}.dark\:focus\:ring-blue-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity))}.dark\:focus\:ring-cyan-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-600:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}.dark\:focus\:ring-green-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity))}.dark\:focus\:ring-lime-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity))}.dark\:focus\:ring-pink-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(153 21 75 / var(--tw-ring-opacity))}.dark\:focus\:ring-pink-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(117 26 61 / var(--tw-ring-opacity))}.dark\:focus\:ring-purple-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(85 33 181 / var(--tw-ring-opacity))}.dark\:focus\:ring-purple-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(74 29 150 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(155 28 28 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(119 29 29 / var(--tw-ring-opacity))}.dark\:focus\:ring-secondary:focus:is(.dark *){--tw-ring-color: var(--color-secondary)}.dark\:focus\:ring-teal-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 102 114 / var(--tw-ring-opacity))}.dark\:focus\:ring-teal-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(5 80 92 / var(--tw-ring-opacity))}.dark\:focus\:ring-yellow-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(99 49 18 / var(--tw-ring-opacity))}.dark\:focus\:ring-offset-gray-700:focus:is(.dark *){--tw-ring-offset-color: #374151}@media (min-width: 640px){.sm\:mb-0{margin-bottom:0}.sm\:mr-4{margin-right:1rem}.sm\:mt-0{margin-top:0}.sm\:h-10{height:2.5rem}.sm\:h-6{height:1.5rem}.sm\:h-64{height:16rem}.sm\:w-1\/4{width:25%}.sm\:w-10{width:2.5rem}.sm\:w-6{width:1.5rem}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:text-center{text-align:center}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:underline{text-decoration-line:underline}}@media (min-width: 768px){.md\:inset-0{top:0;right:0;bottom:0;left:0}.md\:order-2{order:2}.md\:col-span-2{grid-column:span 2 / span 2}.md\:ml-72{margin-left:18rem}.md\:mr-6{margin-right:1.5rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-2\/3{width:66.666667%}.md\:w-48{width:12rem}.md\:w-72{width:18rem}.md\:w-auto{width:auto}.md\:max-w-xl{max-width:36rem}.md\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[300px\,1fr\]{grid-template-columns:300px 1fr}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:rounded-none{border-radius:0}.md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.md\:border-0{border-width:0px}.md\:bg-transparent{background-color:transparent}.md\:p-0{padding:0}.md\:p-6{padding:1.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:font-medium{font-weight:500}.md\:text-blue-700{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.md\:hover\:bg-transparent:hover{background-color:transparent}.md\:hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.md\:dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.md\:dark\:hover\:bg-transparent:hover:is(.dark *){background-color:transparent}.md\:dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:ml-80{margin-left:20rem}.lg\:w-80{width:20rem}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.dark\:lg\:hover\:\[paint-order\:markers\]:hover:is(.dark *){paint-order:markers}}@media (min-width: 1280px){.xl\:h-80{height:20rem}.xl\:w-1\/6{width:16.666667%}}@media (min-width: 1536px){.\32xl\:h-96{height:24rem}}
diff --git a/web/dist/assets/index-DAHeP7Vs.css b/web/dist/assets/index-DAHeP7Vs.css
deleted file mode 100644
index fa0a176f..00000000
--- a/web/dist/assets/index-DAHeP7Vs.css
+++ /dev/null
@@ -1,17 +0,0 @@
-@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@500;600;700&family=Outfit:wght@400;500;600;700&display=swap";.hljs-comment,.hljs-quote{color:#7285b7}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#ff9da4}.hljs-number,.hljs-built_in,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link{color:#ffc58f}.hljs-attribute{color:#ffeead}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#d1f1a9}.hljs-title,.hljs-section{color:#bbdaff}.hljs-keyword,.hljs-selector-tag{color:#ebbbff}.hljs{background:#002451;color:#fff}/*!
- Theme: Tokyo-night-Dark
- origin: https://github.com/enkia/tokyo-night-vscode-theme
- Description: Original highlight.js style
- Author: (c) Henri Vandersleyen
- License: see project LICENSE
- Touched: 2022
-*/.hljs-meta,.hljs-comment{color:#565f89}.hljs-tag,.hljs-doctag,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-template-tag,.hljs-selector-pseudo,.hljs-selector-attr,.hljs-variable.language_,.hljs-deletion{color:#f7768e}.hljs-variable,.hljs-template-variable,.hljs-number,.hljs-literal,.hljs-type,.hljs-params,.hljs-link{color:#ff9e64}.hljs-built_in,.hljs-attribute{color:#e0af68}.hljs-selector-tag{color:#2ac3de}.hljs-keyword,.hljs-title.function_,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-subst,.hljs-property{color:#7dcfff}.hljs-selector-tag{color:#73daca}.hljs-quote,.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#9ece6a}.hljs-code,.hljs-formula,.hljs-section{color:#7aa2f7}.hljs-name,.hljs-keyword,.hljs-operator,.hljs-char.escape_,.hljs-attr{color:#bb9af7}.hljs-punctuation{color:#c0caf5}.hljs{background:#1a1b26;color:#9aa5ce}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.code-container{display:flex;margin:0}.line-numbers{flex-shrink:0;padding-right:5px;color:#999;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;margin:0}.code-content{flex-grow:1;margin:0;outline:none}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.execute-button{display:flex;align-items:center;gap:.5rem}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
- Theme: GitHub
- Description: Light theme as seen on github.com
- Author: github.com
- Maintainer: @Hirse
- Updated: 2021-05-15
-
- Outdated base version: https://github.com/primer/github-syntax-light
- Current colors taken from GitHub's CSS
-*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.prose{color:inherit}.prose h1{margin-bottom:1rem;margin-top:1.5rem;font-size:1.5rem;line-height:2rem;font-weight:700}.prose h2{margin-bottom:.75rem;margin-top:1.25rem;font-size:1.25rem;line-height:1.75rem;font-weight:700}.prose h3{margin-bottom:.5rem;margin-top:1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.prose p{margin-bottom:1rem}.prose ul{margin-bottom:1rem;list-style-type:disc;padding-left:1.25rem}.prose ol{margin-bottom:1rem;list-style-type:decimal;padding-left:1.25rem}.prose code{border-radius:.25rem;background-color:rgb(229 231 235 / var(--tw-bg-opacity));--tw-bg-opacity: .1;padding:.125rem .25rem;font-family:JetBrains Mono,Consolas,monospace;font-size:.875rem;line-height:1.25rem}.prose pre{margin-bottom:1rem;overflow-x:auto;border-radius:.5rem;padding:1rem}.prose pre code{background-color:transparent;padding:0}.prose blockquote{margin-top:1rem;margin-bottom:1rem;border-left-width:4px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));padding-left:1rem;font-style:italic}.prose a{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity));text-decoration-line:underline}.prose a:hover{--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.prose::-webkit-scrollbar{width:.5rem}.prose::-webkit-scrollbar-track{background-color:transparent}.prose::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity));-webkit-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.prose::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.prose{scroll-behavior:smooth}.math[data-v-3ade7b33]{display:inline-block}.mathjax_block[data-v-3ade7b33]{display:block}.progress-bar-container{background-color:#f0f0f0;border-radius:4px;height:8px;overflow:hidden}.progress-bar{background-color:#3498db;height:100%;transition:width .3s ease}.custom-scrollbar[data-v-481e83c1]{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.5) transparent}.custom-scrollbar[data-v-481e83c1]::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar[data-v-481e83c1]::-webkit-scrollbar-track{background-color:transparent}.custom-scrollbar[data-v-481e83c1]::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-481e83c1]:is(.dark *)::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-481e83c1]::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-481e83c1]:is(.dark *)::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.range-thumb[data-v-481e83c1]{margin-top:-.25rem;height:1rem;width:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark .range-thumb[data-v-481e83c1]{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.switch-thumb[data-v-481e83c1]{position:absolute;top:.125rem;left:.125rem;height:1.25rem;width:1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.peer:checked~.switch-thumb[data-v-481e83c1]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~div[data-v-481e83c1]{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.dark .peer:checked~div[data-v-481e83c1]{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.toastItem-enter-active[data-v-46f379e5],.toastItem-leave-active[data-v-46f379e5]{transition:all .5s ease}.toastItem-enter-from[data-v-46f379e5],.toastItem-leave-to[data-v-46f379e5]{opacity:0;transform:translate(-30px)}.topbar-container[data-v-efa65484]{position:fixed;top:0;left:0;right:0;z-index:1000}.topbar[data-v-efa65484]{background-color:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:transform .3s ease-in-out;display:flex;justify-content:center}.topbar-hidden[data-v-efa65484]{transform:translateY(-100%)}.topbar-content[data-v-efa65484]{display:flex;justify-content:space-between;align-items:center;max-width:1200px;width:100%}.pin-button[data-v-efa65484]{background-color:transparent;border:none;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.pin-button svg[data-v-efa65484]{width:24px;height:24px;transition:transform .3s ease}.pin-button:hover svg[data-v-efa65484]{transform:scale(1.2)}.placeholder[data-v-efa65484]{height:10px}.topbar-container[data-v-efa65484]{position:relative;width:100%}.hover-zone[data-v-efa65484]{opacity:0}.error[data-v-efa65484]{color:red;margin-left:1rem}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.hovered{transform:scale(1.05);transition:transform .2s ease-in-out}.active{transform:scale(1.1);transition:transform .2s ease-in-out}.dropdown-shadow[data-v-6c3ea3a5]{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}:root.dark .dropdown-shadow[data-v-6c3ea3a5]{box-shadow:0 4px 6px -1px #ffffff1a,0 2px 4px -1px #ffffff0f}select{width:200px}body{background-color:#fafafa;font-family:sans-serif}.container{margin:4px auto;width:800px}.settings{position:fixed;top:0;right:0;width:500px;background-color:#fff;z-index:1000;overflow-y:auto;height:100%}.slider-container{margin-top:20px}.slider-value{display:inline-block;margin-left:10px;color:#6b7280;font-size:14px}.small-button{padding:.5rem .75rem;font-size:.875rem}.active-tab{font-weight:700}.help-view[data-v-8c1798f3]{min-height:100vh}.big-card[data-v-8c1798f3]{margin-left:auto;margin-right:auto;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:2rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.big-card[data-v-8c1798f3]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.help-sections-container[data-v-8c1798f3]{max-height:70vh;overflow-y:auto;padding-right:1rem}.help-section[data-v-8c1798f3]{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.help-content[data-v-8c1798f3]{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.help-content[data-v-8c1798f3]:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.help-sections-container[data-v-8c1798f3]::-webkit-scrollbar{width:12px}.help-sections-container[data-v-8c1798f3]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.help-sections-container[data-v-8c1798f3]::-webkit-scrollbar-thumb{background:#888;border-radius:10px;border:3px solid #f1f1f1}.help-sections-container[data-v-8c1798f3]::-webkit-scrollbar-thumb:hover{background:#555}.help-sections-container[data-v-8c1798f3]{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.menu-container{position:relative;display:inline-block}.menu-button{background-color:#007bff;color:#fff;padding:10px;border:none;cursor:pointer;border-radius:4px}.menu-list{position:absolute;background-color:#fff;color:#000;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 4px #0003;padding:10px;max-width:500px;z-index:1000}.slide-enter-active,.slide-leave-active{transition:transform .2s}.slide-enter-to,.slide-leave-from{transform:translateY(-10px)}.menu-ul{list-style:none;padding:0;margin:0}.menu-li{cursor:pointer;display:flex;align-items:center;padding:5px}.menu-icon{width:20px;height:20px;margin-right:8px}.menu-command{min-width:200px;text-align:left}.fade-enter-active[data-v-f43216be],.fade-leave-active[data-v-f43216be]{transition:opacity .3s}.fade-enter[data-v-f43216be],.fade-leave-to[data-v-f43216be]{opacity:0}.input-field[data-v-25c28a37]{width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.5rem .75rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.input-field[data-v-25c28a37]:focus{border-color:transparent;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}.input-field[data-v-25c28a37]:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.heartbeat-text[data-v-25c28a37]{font-size:24px;animation:pulsate-25c28a37 1.5s infinite}@keyframes pulsate-25c28a37{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}.list-move[data-v-25c28a37],.list-enter-active[data-v-25c28a37],.list-leave-active[data-v-25c28a37]{transition:all .5s ease}.list-enter-from[data-v-25c28a37]{transform:translatey(-30px)}.list-leave-to[data-v-25c28a37]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-25c28a37]{position:absolute}.bounce-enter-active[data-v-25c28a37]{animation:bounce-in-25c28a37 .5s}.bounce-leave-active[data-v-25c28a37]{animation:bounce-in-25c28a37 .5s reverse}@keyframes bounce-in-25c28a37{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.bg-primary-light[data-v-25c28a37]{background-color:#0ff}.hover[data-v-25c28a37]:bg-primary-light:hover{background-color:#7fffd4}.font-bold[data-v-25c28a37]{font-weight:700}.control-buttons[data-v-2b3580ce]{position:absolute;top:0;right:0;height:100%;display:flex;align-items:center;transform:translate(100%);transition:transform .3s}.group:hover .control-buttons[data-v-2b3580ce]{transform:translate(0)}.control-buttons-inner[data-v-2b3580ce]{display:flex;gap:10px;align-items:center;background-color:#fff;padding:8px;border-radius:0 0 0 8px;box-shadow:0 2px 8px #0000001a}.json-tree[data-v-0535817b]{font-family:monospace;font-size:14px;line-height:1.5;margin-left:20px}.tree-node[data-v-0535817b]{position:relative}.node-label[data-v-0535817b]{cursor:pointer;padding:2px 0}.node-label[data-v-0535817b]:hover{background-color:#f0f0f0}.toggle-icon[data-v-0535817b]{display:inline-block;width:20px;color:#666}.node-content[data-v-0535817b]{border-left:1px dotted #ccc;margin-left:7px;padding-left:13px}.key[data-v-0535817b]{color:#881391;margin-right:5px}.value[data-v-0535817b]{padding:2px 4px}.value.string[data-v-0535817b]{color:#22863a}.value.number[data-v-0535817b]{color:#005cc5}.value.boolean[data-v-0535817b]{color:#d73a49}.value.null[data-v-0535817b]{color:#6a737d}.bracket[data-v-0535817b]{color:#444;margin-left:5px}.bracket-close[data-v-0535817b]{color:#444;margin-left:7px}.json-viewer[data-v-6fbe5047]{border:1px solid #ddd;border-radius:4px;margin:10px;background:#fff}.viewer-header[data-v-6fbe5047]{padding:8px 12px;background:#f5f5f5;cursor:pointer;border-bottom:1px solid #ddd}.viewer-header[data-v-6fbe5047]:hover{background:#eee}.toggle-icon[data-v-6fbe5047]{display:inline-block;width:20px;color:#666}.title[data-v-6fbe5047]{font-weight:700;color:#333}.viewer-content[data-v-6fbe5047]{padding:10px}.border-t-primary[data-v-2cb174d6]{border-color:#e2e8f0;border-top-color:currentColor}@keyframes spin-2cb174d6{to{transform:rotate(360deg)}}.animate-spin[data-v-2cb174d6]{animation:spin-2cb174d6 .8s linear infinite}.expand-button[data-v-67cae43f]{margin-left:10px;margin-right:10px;background:none;border:none;padding:0;cursor:pointer}.htmljs[data-v-67cae43f]{background:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}details[open] summary~*{animation:slideDown .3s ease-in-out}details summary::marker{display:none}details summary::-webkit-details-marker{display:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bounce-enter-active[data-v-f44002af]{animation:bounce-in-f44002af .5s}.bounce-leave-active[data-v-f44002af]{animation:bounce-in-f44002af .5s reverse}@keyframes bounce-in-f44002af{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.custom-scrollbar[data-v-f7ef60f7]::-webkit-scrollbar{width:.5rem}.custom-scrollbar[data-v-f7ef60f7]::-webkit-scrollbar-track{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]:is(.dark *)::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]:is(.dark *)::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.custom-scrollbar[data-v-f7ef60f7]:is(.dark *)::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}@keyframes spin-slow-f3ba7607{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin-slow[data-v-f3ba7607]{animation:spin-slow-f3ba7607 3s linear infinite}.personalities-hover-area[data-v-f3ba7607]{position:relative;padding-top:10px}.custom-scrollbar[data-v-f3ba7607]{scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.5) transparent}.custom-scrollbar[data-v-f3ba7607]::-webkit-scrollbar{width:6px}.custom-scrollbar[data-v-f3ba7607]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-f3ba7607]::-webkit-scrollbar-thumb{background-color:#9b9b9b80;border-radius:20px;border:transparent}.list-move[data-v-f3ba7607],.list-enter-active[data-v-f3ba7607],.list-leave-active[data-v-f3ba7607]{transition:all .5s ease}.list-enter-from[data-v-f3ba7607]{transform:translatey(-30px)}.list-leave-to[data-v-f3ba7607]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-f3ba7607]{position:absolute}@keyframes rolling-ball-d9375d3e{0%{transform:translate(-50px) rotate(0)}25%{transform:translate(0) rotate(90deg)}50%{transform:translate(50px) rotate(180deg)}75%{transform:translate(0) rotate(270deg)}to{transform:translate(-50px) rotate(360deg)}}@keyframes bounce-d9375d3e{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fade-in-up-d9375d3e{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-rolling-ball[data-v-d9375d3e]{animation:rolling-ball-d9375d3e 4s infinite ease-in-out,bounce-d9375d3e 1s infinite ease-in-out}.animate-fade-in-up[data-v-d9375d3e]{animation:fade-in-up-d9375d3e 1.5s ease-out}.floating-button-container[data-v-d9375d3e]{position:fixed;bottom:30px;right:30px;z-index:9999}.floating-button[data-v-d9375d3e]{position:fixed;bottom:30px;right:30px;width:100px;height:100px;border-radius:50%;background-color:#ff4500e6;display:flex;justify-content:center;align-items:center;box-shadow:0 0 30px #ff4500cc;animation:pulse-d9375d3e 1.5s infinite,glow-d9375d3e 2s infinite,wobble-d9375d3e 3s infinite;overflow:hidden;z-index:9999;transition:all .3s ease}.floating-button[data-v-d9375d3e]:hover{transform:scale(1.2) rotate(5deg);background-color:#ff4500}.tooltip[data-v-d9375d3e]{position:absolute;background-color:#000c;color:#fff;padding:8px 12px;border-radius:8px;font-size:16px;font-weight:700;white-space:nowrap;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;top:-50px;left:50%;transform:translate(-50%) scale(.9)}.floating-button:hover .tooltip[data-v-d9375d3e]{opacity:1;transform:translate(-50%) scale(1)}@keyframes pulse-d9375d3e{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes glow-d9375d3e{0%{box-shadow:0 0 30px #ff4500cc}50%{box-shadow:0 0 60px #ff4500,0 0 90px #ff450099}to{box-shadow:0 0 30px #ff4500cc}}@keyframes wobble-d9375d3e{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}.hidden[data-v-d9375d3e]{display:none}.popup-container[data-v-d504dfc9]{background-color:#fff;color:#333;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:24px;width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.close-button[data-v-d504dfc9]{position:absolute;top:16px;right:16px;background-color:#3490dc;color:#fff;font-weight:700;padding:8px 16px;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.close-button[data-v-d504dfc9]:hover{background-color:#2779bd}.iframe-content[data-v-d504dfc9]{width:100%;height:80%;border:none;margin-bottom:16px}.checkbox-container[data-v-d504dfc9]{display:flex;align-items:center;justify-content:center}.styled-checkbox[data-v-d504dfc9]{width:24px;height:24px;accent-color:#3490dc;cursor:pointer}.checkbox-label[data-v-d504dfc9]{margin-left:8px;font-size:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fade-enter-active[data-v-d504dfc9],.fade-leave-active[data-v-d504dfc9]{transition:opacity .5s}.fade-enter[data-v-d504dfc9],.fade-leave-to[data-v-d504dfc9]{opacity:0}.glow-effect[data-v-70cef6eb]{box-shadow:0 0 5px 2px #00ffffb3;animation:glow-70cef6eb 1.5s ease-in-out infinite alternate}@keyframes glow-70cef6eb{0%{box-shadow:0 0 5px 2px #00ffffb3}to{box-shadow:0 0 20px 2px #00ffffb3}}.changelog-popup-overlay[data-v-f9c6a52e]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.changelog-popup[data-v-f9c6a52e]{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column}.changelog-header[data-v-f9c6a52e]{padding:1rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.changelog-content[data-v-f9c6a52e]{padding:1rem;overflow-y:auto;flex-grow:1}.changelog-footer[data-v-f9c6a52e]{padding:1rem;border-top:1px solid #eee;text-align:right}.understood-button[data-v-f9c6a52e]{background:#4caf50;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.close-button[data-v-f9c6a52e]{background:none;border:none;font-size:1.5rem;cursor:pointer}.markdown-body[data-v-f9c6a52e]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;word-wrap:break-word}.markdown-body h1[data-v-f9c6a52e],.markdown-body h2[data-v-f9c6a52e],.markdown-body h3[data-v-f9c6a52e],.markdown-body h4[data-v-f9c6a52e],.markdown-body h5[data-v-f9c6a52e],.markdown-body h6[data-v-f9c6a52e]{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.markdown-body h1[data-v-f9c6a52e]{font-size:2em}.markdown-body h2[data-v-f9c6a52e]{font-size:1.5em}.markdown-body h3[data-v-f9c6a52e]{font-size:1.25em}.markdown-body p[data-v-f9c6a52e]{margin-top:0;margin-bottom:16px}.markdown-body ul[data-v-f9c6a52e],.markdown-body ol[data-v-f9c6a52e]{padding-left:2em;margin-top:0;margin-bottom:16px}.markdown-body code[data-v-f9c6a52e]{padding:.2em .4em;margin:0;font-size:85%;background-color:#1b1f230d;border-radius:3px}.markdown-body pre[data-v-f9c6a52e]{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f6f8fa;border-radius:3px}.markdown-body blockquote[data-v-f9c6a52e]{padding:0 1em;color:#6a737d;border-left:.25em solid #dfe2e5;margin:0}.personalities-container[data-v-62f5cd0d]{position:relative}.skills-lib-icon[data-v-62f5cd0d]{position:absolute;top:-2px;right:-2px;z-index:10;font-size:5px;width:2px;height:2px}.skills-lib-icon i[data-v-62f5cd0d]{width:2px;height:2px}@keyframes giggle-62f5cd0d{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(-5px) rotate(-10deg) scale(1.05)}50%{transform:translate(5px) rotate(10deg) scale(.95)}75%{transform:translate(-5px) rotate(-10deg) scale(1.05)}}.animate-giggle[data-v-62f5cd0d]{animation:giggle-62f5cd0d 1.5s infinite ease-in-out}.custom-scrollbar[data-v-62f5cd0d]{scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.5) transparent}.custom-scrollbar[data-v-62f5cd0d]::-webkit-scrollbar{width:8px}.custom-scrollbar[data-v-62f5cd0d]::-webkit-scrollbar-track{background:transparent}.custom-scrollbar[data-v-62f5cd0d]::-webkit-scrollbar-thumb{background-color:#9b9b9b80;border-radius:20px;border:transparent}@keyframes custom-pulse-62f5cd0d{0%,to{box-shadow:0 0 #3b82f680}50%{box-shadow:0 0 0 15px #3b82f600}}.animate-pulse[data-v-62f5cd0d]{animation:custom-pulse-62f5cd0d 2s infinite}.slide-right-enter-active[data-v-62f5cd0d],.slide-right-leave-active[data-v-62f5cd0d]{transition:transform .3s ease}.slide-right-enter[data-v-62f5cd0d],.slide-right-leave-to[data-v-62f5cd0d]{transform:translate(-100%)}.slide-left-enter-active[data-v-62f5cd0d],.slide-left-leave-active[data-v-62f5cd0d]{transition:transform .3s ease}.slide-left-enter[data-v-62f5cd0d],.slide-left-leave-to[data-v-62f5cd0d]{transform:translate(100%)}.fade-and-fly-enter-active[data-v-62f5cd0d]{animation:fade-and-fly-enter-62f5cd0d .5s ease}.fade-and-fly-leave-active[data-v-62f5cd0d]{animation:fade-and-fly-leave-62f5cd0d .5s ease}@keyframes fade-and-fly-enter-62f5cd0d{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fade-and-fly-leave-62f5cd0d{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(1.2)}}.list-move[data-v-62f5cd0d],.list-enter-active[data-v-62f5cd0d],.list-leave-active[data-v-62f5cd0d]{transition:all .5s ease}.list-enter-from[data-v-62f5cd0d]{transform:translatey(-30px)}.list-leave-to[data-v-62f5cd0d]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-62f5cd0d]{position:absolute}@keyframes float-62f5cd0d{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float[data-v-62f5cd0d]{animation:float-62f5cd0d linear infinite}@keyframes star-move-62f5cd0d{0%{transform:translate(0) rotate(0)}50%{transform:translate(20px,20px) rotate(180deg)}to{transform:translate(0) rotate(360deg)}}.animate-star[data-v-62f5cd0d]{animation:star-move-62f5cd0d linear infinite}@keyframes fall-62f5cd0d{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(calc(100vh + 20px)) rotate(360deg);opacity:0}}.animate-fall[data-v-62f5cd0d]{animation:fall-62f5cd0d linear infinite}@keyframes glow-62f5cd0d{0%,to{text-shadow:0 0 5px rgba(66,153,225,.5),0 0 10px rgba(66,153,225,.5)}50%{text-shadow:0 0 20px rgba(66,153,225,.8),0 0 30px rgba(66,153,225,.8)}}.animate-glow[data-v-62f5cd0d]{animation:glow-62f5cd0d 2s ease-in-out infinite}@media (prefers-color-scheme: dark){@keyframes glow-62f5cd0d{0%,to{text-shadow:0 0 5px rgba(147,197,253,.5),0 0 10px rgba(147,197,253,.5)}50%{text-shadow:0 0 20px rgba(147,197,253,.8),0 0 30px rgba(147,197,253,.8)}0%,to{text-shadow:0 0 5px rgba(147,197,253,.5),0 0 10px rgba(147,197,253,.5)}50%{text-shadow:0 0 20px rgba(147,197,253,.8),0 0 30px rgba(147,197,253,.8)}}}@keyframes roll-62f5cd0d{0%{transform:translate(-50%) rotate(0)}to{transform:translate(50%) rotate(360deg)}}.animate-roll[data-v-62f5cd0d]{animation:roll-62f5cd0d 4s linear infinite}.toolbar[data-v-62f5cd0d]{position:relative;width:100%}.toolbar-container[data-v-62f5cd0d]{display:flex;height:2.5rem;align-items:center}.toolbar-button[data-v-62f5cd0d]{cursor:pointer;border-style:none;background-color:transparent;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.toolbar-button[data-v-62f5cd0d]:hover{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.menu-container[data-v-62f5cd0d]{position:relative}.expandable-menu[data-v-62f5cd0d]{position:absolute;top:100%;left:.625rem;flex-direction:column;border-radius:.25rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.menu-container:hover .expandable-menu[data-v-62f5cd0d],.menu-visible[data-v-62f5cd0d]{display:flex}.menu-item[data-v-62f5cd0d]{background:none;border:none;cursor:pointer;padding:8px;color:#333;transition:background-color .3s}.menu-item[data-v-62f5cd0d]:hover{background-color:#f0f0f0}.dot[data-v-62f5cd0d]{width:10px;height:10px;border-radius:50%}.dot-green[data-v-62f5cd0d]{background-color:green}.dot-red[data-v-62f5cd0d]{background-color:red}.animate-pulse[data-v-62f5cd0d]{animation:pulse-62f5cd0d 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-62f5cd0d{0%,to{opacity:1}50%{opacity:.7}}.logo-container[data-v-62f5cd0d]{position:relative;width:48px;height:48px}.logo-image[data-v-62f5cd0d]{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}@keyframes bounce-62f5cd0d{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce[data-v-62f5cd0d]{animation:bounce-62f5cd0d 1s infinite}@keyframes roll-and-bounce-62f5cd0d{0%,to{transform:translate(0) rotate(0)}45%{transform:translate(100px) rotate(360deg)}50%{transform:translate(90px) rotate(390deg)}55%{transform:translate(100px) rotate(360deg)}95%{transform:translate(0) rotate(0)}}@keyframes spin-62f5cd0d{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--baklava-control-color-primary: #e28b46;--baklava-control-color-error: #d00000;--baklava-control-color-background: #2c3748;--baklava-control-color-foreground: white;--baklava-control-color-hover: #455670;--baklava-control-color-active: #556986;--baklava-control-color-disabled-foreground: #666c75;--baklava-control-border-radius: 3px;--baklava-sidebar-color-background: #1b202c;--baklava-sidebar-color-foreground: white;--baklava-node-color-background: #1b202c;--baklava-node-color-foreground: white;--baklava-node-color-hover: #e28c4677;--baklava-node-color-selected: var(--baklava-control-color-primary);--baklava-node-color-resize-handle: var(--baklava-control-color-background);--baklava-node-title-color-background: #151a24;--baklava-node-title-color-foreground: white;--baklava-group-node-title-color-background: #215636;--baklava-group-node-title-color-foreground: white;--baklava-node-interface-port-tooltip-color-foreground: var(--baklava-control-color-primary);--baklava-node-interface-port-tooltip-color-background: var(--baklava-editor-background-pattern-black);--baklava-node-border-radius: 6px;--baklava-color-connection-default: #737f96;--baklava-color-connection-allowed: #48bc79;--baklava-color-connection-forbidden: #bc4848;--baklava-editor-background-pattern-default: #202b3c;--baklava-editor-background-pattern-line: #263140;--baklava-editor-background-pattern-black: #263140;--baklava-context-menu-background: #1b202c;--baklava-context-menu-shadow: 0 0 8px rgba(0, 0, 0, .65);--baklava-toolbar-background: #1b202caa;--baklava-toolbar-foreground: white;--baklava-node-palette-background: #1b202caa;--baklava-node-palette-foreground: white;--baklava-selectionbox-color-border: var(--baklava-node-color-background);--baklava-selectionbox-color-background: var(--baklava-node-color-hover);--baklava-visual-transition: .1s linear}.baklava-button{background-color:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);transition:background-color var(--baklava-visual-transition);border:none;padding:.45em .35em;border-radius:var(--baklava-control-border-radius);font-size:inherit;cursor:pointer;overflow-x:hidden}.baklava-button:hover{background-color:var(--baklava-control-color-hover)}.baklava-button:active{background-color:var(--baklava-control-color-primary)}.baklava-button.--block{width:100%}.baklava-checkbox{display:flex;padding:.35em 0;cursor:pointer;overflow-x:hidden;align-items:center}.baklava-checkbox .__checkmark-container{display:flex;background-color:var(--baklava-control-color-background);border-radius:var(--baklava-control-border-radius);transition:background-color var(--baklava-visual-transition);width:18px;height:18px}.baklava-checkbox:hover .__checkmark-container{background-color:var(--baklava-control-color-hover)}.baklava-checkbox:active .__checkmark-container{background-color:var(--baklava-control-color-active)}.baklava-checkbox .__checkmark{stroke-dasharray:15;stroke-dashoffset:15;stroke:var(--baklava-control-color-foreground);stroke-width:2px;fill:none;transition:stroke-dashoffset var(--baklava-visual-transition)}.baklava-checkbox.--checked .__checkmark{stroke-dashoffset:0}.baklava-checkbox.--checked .__checkmark-container{background-color:var(--baklava-control-color-primary)}.baklava-checkbox .__label{margin-left:.5rem}.baklava-context-menu{color:var(--baklava-control-color-foreground);position:absolute;display:inline-block;z-index:100;background-color:var(--baklava-context-menu-background);box-shadow:var(--baklava-context-menu-shadow);border-radius:0 0 var(--baklava-control-border-radius) var(--baklava-control-border-radius);min-width:6rem;width:-moz-max-content;width:max-content}.baklava-context-menu>.item{display:flex;align-items:center;padding:.35em 1em;transition:background .05s linear;position:relative}.baklava-context-menu>.item>.__label{flex:1 1 auto}.baklava-context-menu>.item>.__submenu-icon{margin-left:.75rem}.baklava-context-menu>.item.--disabled{color:var(--baklava-control-color-hover)}.baklava-context-menu>.item:not(.--header):not(.--active):not(.--disabled):hover{background:var(--baklava-control-color-primary)}.baklava-context-menu>.item.--active{background:var(--baklava-control-color-primary)}.baklava-context-menu.--nested{left:100%;top:0}.baklava-context-menu.--flipped-x.--nested{left:unset;right:100%}.baklava-context-menu.--flipped-y.--nested{top:unset;bottom:0}.baklava-context-menu>.divider{margin:.35em 0;height:1px;background-color:var(--baklava-control-color-hover)}.baklava-icon{display:block;height:100%}.baklava-icon.--clickable{cursor:pointer;transition:color var(--baklava-visual-transition)}.baklava-icon.--clickable:hover{color:var(--baklava-control-color-primary)}.baklava-input{background-color:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);caret-color:var(--baklava-control-color-primary);border:none;border-radius:var(--baklava-control-border-radius);padding:.45em .75em;width:100%;transition:background-color var(--baklava-visual-transition);font-size:inherit;font:inherit}.baklava-input:hover{background-color:var(--baklava-control-color-hover)}.baklava-input:active{background-color:var(--baklava-control-color-active)}.baklava-input:focus-visible{outline:1px solid var(--baklava-control-color-primary)}.baklava-input[type=number]::-webkit-inner-spin-button,.baklava-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.baklava-input.--invalid{box-shadow:0 0 2px 2px var(--baklava-control-color-error)}.baklava-num-input{background:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);border-radius:var(--baklava-control-border-radius);width:100%;display:grid;grid-template-columns:20px 1fr 20px}.baklava-num-input>.__button{display:flex;flex:0 0 auto;width:20px;justify-content:center;align-items:center;transition:background var(--baklava-visual-transition);cursor:pointer}.baklava-num-input>.__button:hover{background-color:var(--baklava-control-color-hover)}.baklava-num-input>.__button:active{background-color:var(--baklava-control-color-active)}.baklava-num-input>.__button.--dec{grid-area:1/1/span 1/span 1}.baklava-num-input>.__button.--dec>svg{transform:rotate(90deg)}.baklava-num-input>.__button.--inc{grid-area:1/3/span 1/span 1}.baklava-num-input>.__button.--inc>svg{transform:rotate(-90deg)}.baklava-num-input>.__button path{stroke:var(--baklava-control-color-foreground);fill:var(--baklava-control-color-foreground)}.baklava-num-input>.__content{grid-area:1/2/span 1/span 1;display:inline-flex;cursor:pointer;max-width:100%;min-width:0;align-items:center;transition:background-color var(--baklava-visual-transition)}.baklava-num-input>.__content:hover{background-color:var(--baklava-control-color-hover)}.baklava-num-input>.__content:active{background-color:var(--baklava-control-color-active)}.baklava-num-input>.__content>.__label,.baklava-num-input>.__content>.__value{margin:.35em 0;padding:0 .5em}.baklava-num-input>.__content>.__label{flex:1;min-width:0;overflow:hidden}.baklava-num-input>.__content>.__value{text-align:right}.baklava-num-input>.__content>input{background-color:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);caret-color:var(--baklava-control-color-primary);padding:.35em;width:100%}.baklava-select{width:100%;position:relative;color:var(--baklava-control-color-foreground)}.baklava-select.--open>.__selected{border-bottom-left-radius:0;border-bottom-right-radius:0}.baklava-select.--open>.__selected>.__icon{transform:rotate(180deg)}.baklava-select>.__selected{background-color:var(--baklava-control-color-background);padding:.35em .75em;border-radius:var(--baklava-control-border-radius);transition:background var(--baklava-visual-transition);min-height:1.7em;display:flex;align-items:center;cursor:pointer}.baklava-select>.__selected:hover{background:var(--baklava-control-color-hover)}.baklava-select>.__selected:active{background:var(--baklava-control-color-active)}.baklava-select>.__selected>.__text{flex:1 0 auto;flex-basis:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.baklava-select>.__selected>.__icon{flex:0 0 auto;display:flex;justify-content:center;align-items:center;transition:transform .25s ease;width:18px;height:18px}.baklava-select>.__selected>.__icon path{stroke:var(--baklava-control-color-foreground);fill:var(--baklava-control-color-foreground)}.baklava-select>.__dropdown{position:absolute;top:100%;left:0;right:0;z-index:10;background-color:var(--baklava-context-menu-background);filter:drop-shadow(0 0 4px black);border-radius:0 0 var(--baklava-control-border-radius) var(--baklava-control-border-radius);max-height:15em;overflow-y:scroll}.baklava-select>.__dropdown::-webkit-scrollbar{width:0px;background:transparent}.baklava-select>.__dropdown>.item{padding:.35em .35em .35em 1em;transition:background .05s linear}.baklava-select>.__dropdown>.item:not(.--header):not(.--active){cursor:pointer}.baklava-select>.__dropdown>.item:not(.--header):not(.--active):hover{background:var(--baklava-control-color-hover)}.baklava-select>.__dropdown>.item.--active{background:var(--baklava-control-color-primary)}.baklava-select>.__dropdown>.item.--header{color:var(--baklava-control-color-disabled-foreground);border-bottom:1px solid var(--baklava-control-color-disabled-foreground);padding:.5em .35em .5em 1em}.baklava-slider{background:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);border-radius:var(--baklava-control-border-radius);position:relative;cursor:pointer}.baklava-slider>.__content{display:flex;position:relative}.baklava-slider>.__content>.__label,.baklava-slider>.__content>.__value{flex:1 1 auto;margin:.35em 0;padding:0 .5em;text-overflow:ellipsis}.baklava-slider>.__content>.__value{text-align:right}.baklava-slider>.__content>input{background-color:var(--baklava-control-color-background);color:var(--baklava-control-color-foreground);caret-color:var(--baklava-control-color-primary);padding:.35em;width:100%}.baklava-slider>.__slider{position:absolute;top:0;bottom:0;left:0;background-color:var(--baklava-control-color-primary);border-radius:var(--baklava-control-border-radius)}.baklava-connection{stroke:var(--baklava-color-connection-default);stroke-width:2px;fill:none}.baklava-connection.--temporary{stroke-width:4px;stroke-dasharray:5 5;stroke-dashoffset:0;animation:dash 1s linear infinite;transform:translateY(-1px)}@keyframes dash{to{stroke-dashoffset:20}}.baklava-connection.--allowed{stroke:var(--baklava-color-connection-allowed)}.baklava-connection.--forbidden{stroke:var(--baklava-color-connection-forbidden)}.baklava-minimap{position:absolute;height:15%;width:15%;min-width:150px;max-width:90%;top:20px;right:20px;z-index:900}.baklava-editor{width:100%;height:100%;position:relative;overflow:hidden;outline:none!important;font-family:Lato,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:15px;touch-action:none}.baklava-editor .background{background-color:var(--baklava-editor-background-pattern-default);background-image:linear-gradient(var(--baklava-editor-background-pattern-black) 2px,transparent 2px),linear-gradient(90deg,var(--baklava-editor-background-pattern-black) 2px,transparent 2px),linear-gradient(var(--baklava-editor-background-pattern-line) 1px,transparent 1px),linear-gradient(90deg,var(--baklava-editor-background-pattern-line) 1px,transparent 1px);background-repeat:repeat;width:100%;height:100%;pointer-events:none!important}.baklava-editor .selection-box{position:absolute;border:1px solid var(--baklava-selectionbox-color-border);background-color:var(--baklava-selectionbox-color-background);pointer-events:none;opacity:.5}.baklava-editor.--start-selection-box{cursor:crosshair}.baklava-editor *:not(input):not(textarea){user-select:none;-moz-user-select:none;-webkit-user-select:none;touch-action:none}.baklava-editor .input-user-select{user-select:auto;-moz-user-select:auto;-webkit-user-select:auto}.baklava-editor *,.baklava-editor *:after,.baklava-editor *:before{box-sizing:border-box}.baklava-editor.--temporary-connection{cursor:crosshair}.baklava-editor .connections-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none!important}.baklava-editor .node-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.baklava-editor .node-container *{pointer-events:all}.baklava-ignore-mouse *{pointer-events:none!important}.baklava-ignore-mouse .__port{pointer-events:all!important}.baklava-node-interface{padding:.25em 0;position:relative}.baklava-node-interface .__port{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%;top:calc(50% - 5px);cursor:crosshair}.baklava-node-interface .__port.--selected{outline:2px var(--baklava-color-connection-default) solid;outline-offset:4px}.baklava-node-interface.--input{text-align:left;padding-left:.5em}.baklava-node-interface.--input .__port{left:-1.1em}.baklava-node-interface.--output{text-align:right;padding-right:.5em}.baklava-node-interface.--output .__port{right:-1.1em}.baklava-node-interface .__tooltip{position:absolute;left:5px;top:15px;transform:translate(-50%);background:var(--baklava-node-interface-port-tooltip-color-background);color:var(--baklava-node-interface-port-tooltip-color-foreground);padding:.25em .5em;text-align:center;z-index:2}.baklava-node-palette{position:absolute;left:0;top:60px;width:250px;height:calc(100% - 60px);z-index:3;padding:2rem;overflow-y:auto;background:var(--baklava-node-palette-background);color:var(--baklava-node-palette-foreground)}.baklava-node-palette h1{margin-top:2rem}.baklava-node.--palette{position:unset;margin:1rem 0;cursor:grab}.baklava-node.--palette:first-child{margin-top:0}.baklava-node.--palette .__title{padding:.5rem;border-radius:var(--baklava-node-border-radius)}.baklava-dragged-node{position:absolute;width:calc(250px - 4rem);height:40px;z-index:4;pointer-events:none}.baklava-node{background:var(--baklava-node-color-background);color:var(--baklava-node-color-foreground);border:1px solid transparent;border-radius:var(--baklava-node-border-radius);position:absolute;box-shadow:0 0 4px #000c;transition:border-color var(--baklava-visual-transition),box-shadow var(--baklava-visual-transition);width:var(--width)}.baklava-node:hover{border-color:var(--baklava-node-color-hover)}.baklava-node:hover .__resize-handle:after{opacity:1}.baklava-node.--selected{z-index:5;border-color:var(--baklava-node-color-selected)}.baklava-node.--dragging{box-shadow:0 0 12px #000c}.baklava-node.--dragging>.__title{cursor:grabbing}.baklava-node>.__title{display:flex;background:var(--baklava-node-title-color-background);color:var(--baklava-node-title-color-foreground);padding:.4em .75em;border-radius:var(--baklava-node-border-radius) var(--baklava-node-border-radius) 0 0;cursor:grab}.baklava-node>.__title>*:first-child{flex-grow:1}.baklava-node>.__title>.__title-label{pointer-events:none}.baklava-node>.__title>.__menu{position:relative;cursor:initial}.baklava-node[data-node-type^=__baklava_]>.__title{background:var(--baklava-group-node-title-color-background);color:var(--baklava-group-node-title-color-foreground)}.baklava-node>.__content{padding:.75em}.baklava-node>.__content.--reverse-y{display:flex;flex-direction:column-reverse}.baklava-node>.__content>div>div{margin:.5em 0}.baklava-node.--two-column>.__content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:". ." ". ."}.baklava-node.--two-column>.__content>.__inputs{grid-row:1;grid-column:1}.baklava-node.--two-column>.__content>.__outputs{grid-row:1;grid-column:2}.baklava-node .__resize-handle{position:absolute;right:0;bottom:0;width:1rem;height:1rem;transform:translate(50%);cursor:ew-resize}.baklava-node .__resize-handle:after{content:"";position:absolute;bottom:0;left:-.5rem;width:1rem;height:1rem;opacity:0;border-bottom-right-radius:var(--baklava-node-border-radius);transition:opacity var(--baklava-visual-transition);background:linear-gradient(-45deg,transparent 10%,var(--baklava-node-color-resize-handle) 10%,var(--baklava-node-color-resize-handle) 15%,transparent 15%,transparent 30%,var(--baklava-node-color-resize-handle) 30%,var(--baklava-node-color-resize-handle) 35%,transparent 35%,transparent 50%,var(--baklava-node-color-resize-handle) 50%,var(--baklava-node-color-resize-handle) 55%,transparent 55%)}.baklava-sidebar{position:absolute;height:100%;width:25%;min-width:300px;max-width:90%;top:0;right:0;z-index:1000;background-color:var(--baklava-sidebar-color-background);color:var(--baklava-sidebar-color-foreground);box-shadow:none;overflow-x:hidden;padding:1em;transform:translate(100%);transition:transform .5s;display:flex;flex-direction:column}.baklava-sidebar.--open{transform:translate(0);box-shadow:0 0 15px #000}.baklava-sidebar .__resizer{position:absolute;left:0;top:0;height:100%;width:4px;cursor:col-resize}.baklava-sidebar .__header{display:flex;align-items:center}.baklava-sidebar .__header .__node-name{margin-left:.5rem}.baklava-sidebar .__close{font-size:2em;border:none;background:none;color:inherit;cursor:pointer}.baklava-sidebar .__interface{margin:.5em 0}.baklava-toolbar{position:absolute;left:0;top:0;width:100%;height:60px;z-index:3;padding:.5rem 2rem;background:var(--baklava-toolbar-background);color:var(--baklava-toolbar-foreground);display:flex;align-items:center}.baklava-toolbar-entry{margin-left:.5rem;margin-right:.5rem}.baklava-toolbar-button{color:var(--baklava-toolbar-foreground);background:none;border:none;transition:color var(--baklava-visual-transition)}.baklava-toolbar-button:not([disabled]){cursor:pointer}.baklava-toolbar-button:hover:not([disabled]){color:var(--baklava-control-color-primary)}.baklava-toolbar-button[disabled]{color:var(--baklava-control-color-disabled-foreground)}.slide-fade-enter-active,.slide-fade-leave-active{transition:all .1s ease-out}.slide-fade-enter-from,.slide-fade-leave-to{transform:translateY(5px);opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .1s ease-out!important}.fade-enter-from,.fade-leave-to{opacity:0}.loading-indicator[data-v-a7f0fe49]{display:flex;justify-content:center;align-items:center;height:100px;font-size:1.2em;color:#666}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,Outfit,PTSans,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:JetBrains Mono,Consolas,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.tooltip-arrow,.tooltip-arrow:before{position:absolute;width:8px;height:8px;background:inherit}.tooltip-arrow{visibility:hidden}.tooltip-arrow:before{content:"";visibility:visible;transform:rotate(45deg)}[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before{border-style:solid;border-color:#e5e7eb}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before{border-bottom-width:1px;border-right-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before{border-bottom-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before{border-top-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before{border-top-width:1px;border-right-width:1px}.tooltip[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.tooltip[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.tooltip[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.tooltip[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.tooltip.invisible>.tooltip-arrow:before{visibility:hidden}[data-popper-arrow],[data-popper-arrow]:before{position:absolute;width:8px;height:8px;background:inherit}[data-popper-arrow]{visibility:hidden}[data-popper-arrow]:before{content:"";visibility:visible;transform:rotate(45deg)}[data-popper-arrow]:after{content:"";visibility:visible;transform:rotate(45deg);position:absolute;width:9px;height:9px;background:inherit}[role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#4b5563}[role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#4b5563}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]{bottom:-5px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]{top:-5px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]{right:-5px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]{left:-5px}[role=tooltip].invisible>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].invisible>[data-popper-arrow]:after{visibility:hidden}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #1C64F2;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#1c64f2}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}select:not([size]){background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75em .75em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#1c64f2;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #1C64F2;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked,.dark [type=checkbox]:checked,.dark [type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:.55em .55em;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}.dark [type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-color:currentColor;border-color:transparent;background-position:center;background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto inherit}input[type=file]::file-selector-button{color:#fff;background:#1f2937;border:0;font-weight:500;font-size:.875rem;cursor:pointer;padding:.625rem 1rem .625rem 2rem;margin-inline-start:-1rem;margin-inline-end:1rem}input[type=file]::file-selector-button:hover{background:#374151}.dark input[type=file]::file-selector-button{color:#fff;background:#4b5563}.dark input[type=file]::file-selector-button:hover{background:#6b7280}input[type=range]::-webkit-slider-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-webkit-slider-thumb{background:#9ca3af}.dark input[type=range]:disabled::-webkit-slider-thumb{background:#6b7280}input[type=range]:focus::-webkit-slider-thumb{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1px;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}input[type=range]::-moz-range-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-moz-range-thumb{background:#9ca3af}.dark input[type=range]:disabled::-moz-range-thumb{background:#6b7280}input[type=range]::-moz-range-progress{background:#3f83f8}input[type=range]::-ms-fill-lower{background:#3f83f8}.toggle-bg:after{content:"";position:absolute;top:.125rem;left:.125rem;background:#fff;border-color:#d1d5db;border-width:1px;border-radius:9999px;height:1.25rem;width:1.25rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;box-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}input:checked+.toggle-bg:after{transform:translate(100%);border-color:#fff}input:checked+.toggle-bg{background:#1c64f2;border-color:#1c64f2}*{scrollbar-color:initial;scrollbar-width:initial}body{min-height:100vh;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #e0eaff var(--tw-gradient-from-position);--tw-gradient-to: rgb(224 234 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f0e6ff var(--tw-gradient-to-position)}body:is(.dark *){background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #0f2647 var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 38 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1e1b4b var(--tw-gradient-to-position)}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-bottom-0\.5{bottom:-.125rem}.-bottom-1{bottom:-.25rem}.-bottom-1\.5{bottom:-.375rem}.-bottom-2{bottom:-.5rem}.-bottom-4{bottom:-1rem}.-left-1\.5{left:-.375rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-top-1\.5{top:-.375rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-2\.5{bottom:.625rem}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-\[60px\]{bottom:60px}.bottom-full{bottom:100%}.left-0{left:0}.left-0\.5{left:.125rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-20{left:5rem}.left-3{left:.75rem}.right-0{right:0}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-20{right:5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-full{top:100%}.isolate{isolation:isolate}.isolation-auto{isolation:auto}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.col-span-2{grid-column:span 2 / span 2}.float-right{float:right}.float-left{float:left}.float-none{float:none}.clear-left{clear:left}.clear-right{clear:right}.clear-both{clear:both}.clear-none{clear:none}.-m-1{margin:-.25rem}.-m-2{margin:-.5rem}.-m-4{margin:-1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-px{margin-bottom:-1px}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.inline-table{display:inline-table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-column{display:table-column}.table-column-group{display:table-column-group}.table-footer-group{display:table-footer-group}.table-header-group{display:table-header-group}.table-row-group{display:table-row-group}.table-row{display:table-row}.flow-root{display:flow-root}.grid{display:grid}.inline-grid{display:inline-grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-4\/5{height:80%}.h-48{height:12rem}.h-5{height:1.25rem}.h-5\/6{height:83.333333%}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[200px\]{height:200px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-auto{height:auto}.h-full{height:100%}.h-modal{height:calc(100% - 2rem)}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[200px\]{max-height:200px}.max-h-\[400px\]{max-height:400px}.max-h-\[500px\]{max-height:500px}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-\[3rem\]{min-height:3rem}.min-h-\[500px\]{min-height:500px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[15rem\]{width:15rem}.w-\[16rem\]{width:16rem}.w-\[300px\]{width:300px}.w-\[500px\]{width:500px}.w-\[this-is\\\\\]{width:this-is\\}.w-\[this-is\]{width:this-is}.w-\[weird-and-invalid\]{width:weird-and-invalid}.w-auto{width:auto}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-\[200px\]{min-width:200px}.min-w-\[24rem\]{min-width:24rem}.min-w-\[300px\]{min-width:300px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[24rem\]{max-width:24rem}.max-w-\[300px\]{max-width:300px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.flex-grow-0{flex-grow:0}.grow{flex-grow:1}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.origin-left{transform-origin:left}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform,.transform-cpu{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.touch-auto{touch-action:auto}.touch-none{touch-action:none}.touch-pan-x{--tw-pan-x: pan-x;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-left{--tw-pan-x: pan-left;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-right{--tw-pan-x: pan-right;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-y{--tw-pan-y: pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-up{--tw-pan-y: pan-up;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pan-down{--tw-pan-y: pan-down;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-pinch-zoom{--tw-pinch-zoom: pinch-zoom;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.resize-none{resize:none}.resize-y{resize:vertical}.resize-x{resize:horizontal}.resize{resize:both}.snap-none{scroll-snap-type:none}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-y{scroll-snap-type:y var(--tw-scroll-snap-strictness)}.snap-both{scroll-snap-type:both var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-proximity{--tw-scroll-snap-strictness: proximity}.snap-start{scroll-snap-align:start}.snap-end{scroll-snap-align:end}.snap-center{scroll-snap-align:center}.snap-align-none{scroll-snap-align:none}.snap-normal{scroll-snap-stop:normal}.snap-always{scroll-snap-stop:always}.list-inside{list-style-position:inside}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.break-before-auto{-moz-column-break-before:auto;break-before:auto}.break-before-avoid{-moz-column-break-before:avoid;break-before:avoid}.break-before-all{-moz-column-break-before:all;break-before:all}.break-before-avoid-page{-moz-column-break-before:avoid;break-before:avoid-page}.break-before-page{-moz-column-break-before:page;break-before:page}.break-before-left{-moz-column-break-before:left;break-before:left}.break-before-right{-moz-column-break-before:right;break-before:right}.break-before-column{-moz-column-break-before:column;break-before:column}.break-inside-auto{-moz-column-break-inside:auto;break-inside:auto}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.break-inside-avoid-page{break-inside:avoid-page}.break-inside-avoid-column{-moz-column-break-inside:avoid;break-inside:avoid-column}.break-after-auto{-moz-column-break-after:auto;break-after:auto}.break-after-avoid{-moz-column-break-after:avoid;break-after:avoid}.break-after-all{-moz-column-break-after:all;break-after:all}.break-after-avoid-page{-moz-column-break-after:avoid;break-after:avoid-page}.break-after-page{-moz-column-break-after:page;break-after:page}.break-after-left{-moz-column-break-after:left;break-after:left}.break-after-right{-moz-column-break-after:right;break-after:right}.break-after-column{-moz-column-break-after:column;break-after:column}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-flow-dense{grid-auto-flow:dense}.grid-flow-row-dense{grid-auto-flow:row dense}.grid-flow-col-dense{grid-auto-flow:column dense}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-\[200px\,1fr\]{grid-template-columns:200px 1fr}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-content-start{place-content:start}.place-content-end{place-content:end}.place-content-between{place-content:space-between}.place-content-around{place-content:space-around}.place-content-evenly{place-content:space-evenly}.place-content-baseline{place-content:baseline}.place-content-stretch{place-content:stretch}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-baseline{place-items:baseline}.place-items-stretch{place-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.content-baseline{align-content:baseline}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 1}.space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 1}.divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 1}.divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.divide-dotted>:not([hidden])~:not([hidden]){border-style:dotted}.divide-double>:not([hidden])~:not([hidden]){border-style:double}.divide-none>:not([hidden])~:not([hidden]){border-style:none}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}.place-self-auto{place-self:auto}.place-self-start{place-self:start}.place-self-end{place-self:end}.place-self-center{place-self:center}.place-self-stretch{place-self:stretch}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-clip{overflow-x:clip}.overflow-y-clip{overflow-y:clip}.overflow-x-visible{overflow-x:visible}.overflow-y-visible{overflow-y:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.overscroll-auto{overscroll-behavior:auto}.overscroll-contain{overscroll-behavior:contain}.overscroll-none{overscroll-behavior:none}.overscroll-y-auto{overscroll-behavior-y:auto}.overscroll-y-contain{overscroll-behavior-y:contain}.overscroll-y-none{overscroll-behavior-y:none}.overscroll-x-auto{overscroll-behavior-x:auto}.overscroll-x-contain{overscroll-behavior-x:contain}.overscroll-x-none{overscroll-behavior-x:none}.scroll-auto{scroll-behavior:auto}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis,.text-ellipsis{text-overflow:ellipsis}.text-clip{text-overflow:clip}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.\!rounded-full{border-radius:9999px!important}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tr{border-top-right-radius:.25rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-double{border-style:double}.border-hidden{border-style:hidden}.border-none{border-style:none}.border-bg-dark{border-color:var(--color-bg-dark)}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(195 221 253 / var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(26 86 219 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(14 159 110 / var(--tw-border-opacity))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(5 122 85 / var(--tw-border-opacity))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(4 108 78 / var(--tw-border-opacity))}.border-pink-600{--tw-border-opacity: 1;border-color:rgb(214 31 105 / var(--tw-border-opacity))}.border-pink-700{--tw-border-opacity: 1;border-color:rgb(191 18 93 / var(--tw-border-opacity))}.border-primary{border-color:var(--color-primary)}.border-primary-light{border-color:var(--color-primary-light)}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(126 58 242 / var(--tw-border-opacity))}.border-purple-700{--tw-border-opacity: 1;border-color:rgb(108 43 217 / var(--tw-border-opacity))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(251 213 213 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(240 82 82 / var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(224 36 36 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(200 30 30 / var(--tw-border-opacity))}.border-secondary{border-color:var(--color-secondary)}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(227 160 8 / var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(194 120 3 / var(--tw-border-opacity))}.border-t-primary{border-top-color:var(--color-primary)}.bg-\[rgb\(255\,0\,0\)\]{--tw-bg-opacity: 1;background-color:rgb(255 0 0 / var(--tw-bg-opacity))}.bg-accent{background-color:var(--color-accent)}.bg-bg-dark-tone-panel{background-color:var(--color-bg-dark-tone-panel)}.bg-bg-light{background-color:var(--color-bg-light)}.bg-bg-light-tone{background-color:var(--color-bg-light-tone)}.bg-bg-light-tone-panel{background-color:var(--color-bg-light-tone-panel)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(235 245 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(222 247 236 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(49 196 141 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(243 250 247 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(14 159 110 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(229 237 255 / var(--tw-bg-opacity))}.bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(205 219 254 / var(--tw-bg-opacity))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(104 117 245 / var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(88 80 236 / var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(254 236 220 / var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 232 243 / var(--tw-bg-opacity))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(250 209 232 / var(--tw-bg-opacity))}.bg-pink-700{--tw-bg-opacity: 1;background-color:rgb(191 18 93 / var(--tw-bg-opacity))}.bg-primary{background-color:var(--color-primary)}.bg-primary-light{background-color:var(--color-primary-light)}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(237 235 254 / var(--tw-bg-opacity))}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(220 215 254 / var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(126 58 242 / var(--tw-bg-opacity))}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(108 43 217 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(249 128 128 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(253 242 242 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(240 82 82 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}.bg-secondary{background-color:var(--color-secondary)}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/30{background-color:#ffffff4d}.bg-white\/50{background-color:#ffffff80}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(253 246 178 / var(--tw-bg-opacity))}.bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(227 160 8 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(194 120 3 / var(--tw-bg-opacity))}.bg-opacity-10{--tw-bg-opacity: .1}.bg-opacity-5{--tw-bg-opacity: .05}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-70{--tw-bg-opacity: .7}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-bg-light{--tw-gradient-from: var(--color-bg-light) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3F83F8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500\/10{--tw-gradient-from: rgb(63 131 248 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #31C48D var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 196 141 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #0E9F6E var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 159 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: #5850EC var(--tw-gradient-from-position);--tw-gradient-to: rgb(88 80 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-lime-500{--tw-gradient-from: #84cc16 var(--tw-gradient-from-position);--tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #E74694 var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #9061F9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 97 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #7E3AF2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200{--tw-gradient-from: #FBD5D5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #F05252 var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200{--tw-gradient-from: #AFECEF var(--tw-gradient-from-position);--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-300{--tw-gradient-from: #7EDCE2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 220 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: #0694A2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 148 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-5\%{--tw-gradient-from-position: 5%}.via-bg-light{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--color-bg-light) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-600{--tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1C64F2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-cyan-600{--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-green-600{--tw-gradient-to: rgb(5 122 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #057A55 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-lime-600{--tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-600{--tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #D61F69 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #7E3AF2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-300{--tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #F8B4B4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-600{--tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #E02424 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-teal-600{--tw-gradient-to: rgb(4 116 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #047481 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-10\%{--tw-gradient-via-position: 10%}.to-blue-500{--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1A56DB var(--tw-gradient-to-position)}.to-cyan-700{--tw-gradient-to: #0e7490 var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to: #0E9F6E var(--tw-gradient-to-position)}.to-green-700{--tw-gradient-to: #046C4E var(--tw-gradient-to-position)}.to-lime-200{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position)}.to-lime-300{--tw-gradient-to: #bef264 var(--tw-gradient-to-position)}.to-lime-700{--tw-gradient-to: #4d7c0f var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to: #FF8A4C var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #E74694 var(--tw-gradient-to-position)}.to-pink-700{--tw-gradient-to: #BF125D var(--tw-gradient-to-position)}.to-purple-500\/10{--tw-gradient-to: rgb(144 97 249 / .1) var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #7E3AF2 var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to: #6C2BD9 var(--tw-gradient-to-position)}.to-red-700{--tw-gradient-to: #C81E1E var(--tw-gradient-to-position)}.to-teal-700{--tw-gradient-to: #036672 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-yellow-200{--tw-gradient-to: #FCE96A var(--tw-gradient-to-position)}.to-100\%{--tw-gradient-to-position: 100%}.decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.box-decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.box-decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.bg-fixed{background-attachment:fixed}.bg-local{background-attachment:local}.bg-scroll{background-attachment:scroll}.bg-clip-border{background-clip:border-box}.bg-clip-padding{background-clip:padding-box}.bg-clip-content{background-clip:content-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-x{background-repeat:repeat-x}.bg-repeat-y{background-repeat:repeat-y}.bg-repeat-round{background-repeat:round}.bg-repeat-space{background-repeat:space}.bg-origin-border{background-origin:border-box}.bg-origin-padding{background-origin:padding-box}.bg-origin-content{background-origin:content-box}.fill-blue-600{fill:#1c64f2}.fill-current{fill:currentColor}.fill-gray-300{fill:#d1d5db}.fill-gray-600{fill:#4b5563}.fill-green-500{fill:#0e9f6e}.fill-pink-600{fill:#d61f69}.fill-purple-600{fill:#7e3af2}.fill-red-600{fill:#e02424}.fill-secondary{fill:var(--color-secondary)}.fill-white{fill:#fff}.fill-yellow-400{fill:#e3a008}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.object-none{-o-object-fit:none;object-fit:none}.object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-0{padding-bottom:0}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-80{padding-bottom:20rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-24{padding-right:6rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-top{vertical-align:text-top}.align-text-bottom{vertical-align:text-bottom}.align-sub{vertical-align:sub}.align-super{vertical-align:super}.font-mono{font-family:JetBrains Mono,Consolas,monospace}.font-sans{font-family:Inter,Outfit,PTSans,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.normal-nums{font-variant-numeric:normal}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.slashed-zero{--tw-slashed-zero: slashed-zero;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.lining-nums{--tw-numeric-figure: lining-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.oldstyle-nums{--tw-numeric-figure: oldstyle-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.proportional-nums{--tw-numeric-spacing: proportional-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.diagonal-fractions{--tw-numeric-fraction: diagonal-fractions;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.stacked-fractions{--tw-numeric-fraction: stacked-fractions;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-6{line-height:1.5rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.text-\[\#336699\]\/\[\.35\]{color:#33669959}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-100{--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-200{--tw-text-opacity: 1;color:rgb(188 240 218 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(5 122 85 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(4 108 78 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(3 84 63 / var(--tw-text-opacity))}.text-green-900{--tw-text-opacity: 1;color:rgb(1 71 55 / var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(104 117 245 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(81 69 205 / var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(66 56 157 / var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(54 47 120 / var(--tw-text-opacity))}.text-light-text-panel{color:var(--color-light-text-panel)}.text-orange-200{--tw-text-opacity: 1;color:rgb(252 217 189 / var(--tw-text-opacity))}.text-orange-500{--tw-text-opacity: 1;color:rgb(255 90 31 / var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(208 56 1 / var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgb(231 70 148 / var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity: 1;color:rgb(214 31 105 / var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity: 1;color:rgb(191 18 93 / var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity: 1;color:rgb(153 21 75 / var(--tw-text-opacity))}.text-pink-900{--tw-text-opacity: 1;color:rgb(117 26 61 / var(--tw-text-opacity))}.text-primary{color:var(--color-primary)}.text-purple-500{--tw-text-opacity: 1;color:rgb(144 97 249 / var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity: 1;color:rgb(126 58 242 / var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity: 1;color:rgb(108 43 217 / var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity: 1;color:rgb(85 33 181 / var(--tw-text-opacity))}.text-purple-900{--tw-text-opacity: 1;color:rgb(74 29 150 / var(--tw-text-opacity))}.text-red-100{--tw-text-opacity: 1;color:rgb(253 232 232 / var(--tw-text-opacity))}.text-red-200{--tw-text-opacity: 1;color:rgb(251 213 213 / var(--tw-text-opacity))}.text-red-400{--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(224 36 36 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(200 30 30 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(155 28 28 / var(--tw-text-opacity))}.text-red-900{--tw-text-opacity: 1;color:rgb(119 29 29 / var(--tw-text-opacity))}.text-secondary{color:var(--color-secondary)}.text-slate-50{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.text-slate-950{--tw-text-opacity: 1;color:rgb(2 6 23 / var(--tw-text-opacity))}.text-teal-500{--tw-text-opacity: 1;color:rgb(6 148 162 / var(--tw-text-opacity))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(227 160 8 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(194 120 3 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(159 88 10 / var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(142 75 16 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(114 59 19 / var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(99 49 18 / var(--tw-text-opacity))}.text-opacity-95{--tw-text-opacity: .95}.underline{text-decoration-line:underline}.overline{text-decoration-line:overline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.decoration-solid{text-decoration-style:solid}.decoration-double{text-decoration-style:double}.decoration-dotted{text-decoration-style:dotted}.decoration-dashed{text-decoration-style:dashed}.decoration-wavy{text-decoration-style:wavy}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.accent-blue-500{accent-color:#3F83F8}.accent-blue-600{accent-color:#1C64F2}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.bg-blend-normal{background-blend-mode:normal}.bg-blend-multiply{background-blend-mode:multiply}.bg-blend-screen{background-blend-mode:screen}.bg-blend-overlay{background-blend-mode:overlay}.bg-blend-darken{background-blend-mode:darken}.bg-blend-lighten{background-blend-mode:lighten}.bg-blend-color-dodge{background-blend-mode:color-dodge}.bg-blend-color-burn{background-blend-mode:color-burn}.bg-blend-hard-light{background-blend-mode:hard-light}.bg-blend-soft-light{background-blend-mode:soft-light}.bg-blend-difference{background-blend-mode:difference}.bg-blend-exclusion{background-blend-mode:exclusion}.bg-blend-hue{background-blend-mode:hue}.bg-blend-saturation{background-blend-mode:saturation}.bg-blend-color{background-blend-mode:color}.bg-blend-luminosity{background-blend-mode:luminosity}.mix-blend-normal{mix-blend-mode:normal}.mix-blend-multiply{mix-blend-mode:multiply}.mix-blend-screen{mix-blend-mode:screen}.mix-blend-overlay{mix-blend-mode:overlay}.mix-blend-darken{mix-blend-mode:darken}.mix-blend-lighten{mix-blend-mode:lighten}.mix-blend-color-dodge{mix-blend-mode:color-dodge}.mix-blend-color-burn{mix-blend-mode:color-burn}.mix-blend-hard-light{mix-blend-mode:hard-light}.mix-blend-soft-light{mix-blend-mode:soft-light}.mix-blend-difference{mix-blend-mode:difference}.mix-blend-exclusion{mix-blend-mode:exclusion}.mix-blend-hue{mix-blend-mode:hue}.mix-blend-saturation{mix-blend-mode:saturation}.mix-blend-color{mix-blend-mode:color}.mix-blend-luminosity{mix-blend-mode:luminosity}.mix-blend-plus-lighter{mix-blend-mode:plus-lighter}.\!shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .05);--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-500\/50{--tw-shadow-color: rgb(63 131 248 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-800\/80{--tw-shadow-color: rgb(30 66 159 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-500\/50{--tw-shadow-color: rgb(6 182 212 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-800\/80{--tw-shadow-color: rgb(21 94 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-500\/50{--tw-shadow-color: rgb(14 159 110 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-green-800\/80{--tw-shadow-color: rgb(3 84 63 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-500\/50{--tw-shadow-color: rgb(132 204 22 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-lime-800\/80{--tw-shadow-color: rgb(63 98 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-500\/50{--tw-shadow-color: rgb(231 70 148 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-pink-800\/80{--tw-shadow-color: rgb(153 21 75 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-500\/50{--tw-shadow-color: rgb(144 97 249 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-800\/80{--tw-shadow-color: rgb(85 33 181 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/50{--tw-shadow-color: rgb(240 82 82 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-800\/80{--tw-shadow-color: rgb(155 28 28 / .8);--tw-shadow: var(--tw-shadow-colored)}.shadow-teal-500\/50{--tw-shadow-color: rgb(6 148 162 / .5);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-dashed{outline-style:dashed}.outline-dotted{outline-style:dotted}.outline-double{outline-style:double}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.ring-blue-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity))}.ring-cyan-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.ring-gray-600{--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity))}.ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}.ring-green-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity))}.ring-pink-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(153 21 75 / var(--tw-ring-opacity))}.ring-pink-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(117 26 61 / var(--tw-ring-opacity))}.ring-purple-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(85 33 181 / var(--tw-ring-opacity))}.ring-purple-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 29 150 / var(--tw-ring-opacity))}.ring-red-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}.ring-red-900{--tw-ring-opacity: 1;--tw-ring-color: rgb(119 29 29 / var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity: .05}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sepia{--tw-sepia: sepia(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter-none{filter:none}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-grayscale{--tw-backdrop-grayscale: grayscale(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-invert{--tw-backdrop-invert: invert(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-sepia{--tw-backdrop-sepia: sepia(100%);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter-none{-webkit-backdrop-filter:none;backdrop-filter:none}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.content-\[\'this-is-also-valid\]-weirdly-enough\'\]{--tw-content: "this-is-also-valid]-weirdly-enough";content:var(--tw-content)}.scrollbar{scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.scrollbar::-webkit-scrollbar{display:block;width:var(--scrollbar-width, 16px);height:var(--scrollbar-height, 16px)}.scrollbar-thin::-webkit-scrollbar-track{background-color:var(--scrollbar-track);border-radius:var(--scrollbar-track-radius)}.scrollbar-thin::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover, var(--scrollbar-track))}.scrollbar-thin::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)))}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:var(--scrollbar-thumb-radius)}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb))}.scrollbar-thin::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)))}.scrollbar-thin::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner);border-radius:var(--scrollbar-corner-radius)}.scrollbar-thin::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner))}.scrollbar-thin::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)))}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.scrollbar-thin::-webkit-scrollbar{display:block;width:8px;height:8px}.scrollbar-track-bg-light{--scrollbar-track: var(--color-bg-light) !important}.scrollbar-track-bg-light-tone{--scrollbar-track: var(--color-bg-light-tone) !important}.scrollbar-track-blue-100{--scrollbar-track: #E1EFFE !important}.scrollbar-track-gray-200{--scrollbar-track: #E5E7EB !important}.scrollbar-thumb-bg-light-tone{--scrollbar-thumb: var(--color-bg-light-tone) !important}.scrollbar-thumb-bg-light-tone-panel{--scrollbar-thumb: var(--color-bg-light-tone-panel) !important}.scrollbar-thumb-blue-500{--scrollbar-thumb: #3F83F8 !important}.scrollbar-thumb-gray-400{--scrollbar-thumb: #9CA3AF !important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.display-none{display:none}h1{margin-bottom:1.5rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}h1:is(.dark *){--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}@media (min-width: 768px){h1{font-size:3rem;line-height:1}}h2{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}h2:is(.dark *){--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}h3{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:500;--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}h3:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}h4{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}h4:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}h1,h2{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity));padding-bottom:.5rem}h1:is(.dark *),h2:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}p{overflow-wrap:break-word;font-family:Inter,Outfit,PTSans,Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:1rem;line-height:1.5rem;line-height:1.625;letter-spacing:-.025em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}@media (min-width: 768px){p{font-size:1.125rem;line-height:1.75rem;line-height:2}}table{border-collapse:collapse;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}table:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}th,td{border-width:1px;--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity));padding:.5rem}th:is(.dark *),td:is(.dark *){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}tr:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}tr:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}ul,ol{margin-top:1rem;margin-bottom:1rem;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:1.75rem}ul{margin-left:.5rem;list-style-type:disc}ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}li{position:relative;padding-left:.5rem}ol{margin-left:.5rem;list-style-type:decimal}ol>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}ul ul,ol ol,ul ol,ol ul{margin-top:.5rem;margin-bottom:0;margin-left:1.5rem}li::marker{color:#4b5563}:root{--color-primary: #4a90e2;--color-primary-light: #6ab7f1;--color-secondary: #8ab8e0;--color-accent: #3a7ca1;--color-light-text-panel: #ffffff;--color-dark-text-panel: #e0e0e0;--color-bg-light-panel: #f0faff;--color-bg-light: #ffffff;--color-bg-light-tone: #e0f0ff;--color-bg-light-code-block: #f5faff;--color-bg-light-tone-panel: #d0e0f0;--color-bg-light-discussion: #f8faff;--color-bg-light-discussion-odd: #f0faff;--color-bg-dark: #0a0a1a;--color-bg-dark-tone: #151521;--color-bg-dark-tone-panel: #1c1c2a;--color-bg-dark-code-block: #151521;--color-bg-dark-discussion: #0e0e1a;--color-bg-dark-discussion-odd: #0d0d1a}textarea,input,select{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity))}textarea:is(.dark *),input:is(.dark *),select:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.background-color{min-height:100vh;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #E1EFFE var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #CABFFD var(--tw-gradient-to-position)}.background-color:is(.dark *){--tw-gradient-from: #1E429F var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #4A1D96 var(--tw-gradient-to-position)}.toolbar-color{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.toolbar-color:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.panels-color{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.panels-color:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.unicolor-panels-color{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.unicolor-panels-color:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.message{position:relative;margin:.5rem;display:flex;width:100%;flex-grow:1;flex-direction:column;flex-wrap:wrap;overflow:visible;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity));padding:1.25rem 1.25rem .75rem;font-size:1.125rem;line-height:1.75rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.message:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}.message{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(35 56 118 / var(--tw-text-opacity))}.message:is(.dark *){background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #233876 var(--tw-gradient-from-position);--tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1E429F var(--tw-gradient-to-position);--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.message:hover{--tw-border-opacity: 1;border-color:rgb(118 169 250 / var(--tw-border-opacity))}.message:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.message:nth-child(2n){--tw-bg-opacity: 1;background-color:rgb(235 245 255 / var(--tw-bg-opacity))}.message:nth-child(2n):is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.message:nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity))}.message:nth-child(odd):is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.message-header{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:600}.message-content{font-size:1.125rem;line-height:1.75rem;line-height:1.625}body{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));font-size:1rem;line-height:1.5rem}body:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.discussion{margin-right:.5rem;font-size:.75rem;line-height:1rem}.discussion:hover{--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}.discussion-hilighted{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity));font-size:.75rem;line-height:1rem}.discussion-hilighted:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.bg-gradient-welcome{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #E1EFFE var(--tw-gradient-from-position);--tw-gradient-to: rgb(225 239 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #CABFFD var(--tw-gradient-to-position)}.bg-gradient-welcome:is(.dark *){--tw-gradient-from: #1E429F var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 66 159 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #4A1D96 var(--tw-gradient-to-position)}.bg-gradient-progress{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #C3DDFD var(--tw-gradient-from-position);--tw-gradient-to: rgb(195 221 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #A4CAFE var(--tw-gradient-to-position)}.bg-gradient-progress:is(.dark *){--tw-gradient-from: #1A56DB var(--tw-gradient-from-position);--tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position)}.text-gradient-title{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #1A56DB var(--tw-gradient-from-position);--tw-gradient-to: rgb(26 86 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position);-webkit-background-clip:text;background-clip:text;color:transparent}.text-gradient-title:is(.dark *){--tw-gradient-from: #A4CAFE var(--tw-gradient-from-position);--tw-gradient-to: rgb(164 202 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position)}.text-subtitle{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.text-subtitle:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.text-author{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.text-author:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.text-loading{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.text-loading:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.text-progress{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.text-progress:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.btn-primary{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-secondary{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.card{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:1.5rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.card:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.input{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));padding:.5rem 1rem}.input:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}.input:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.input:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(118 169 250 / var(--tw-ring-opacity))}.label{margin-bottom:.25rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.label:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.link{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.link:hover{--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.link:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.link:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.navbar-container{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.navbar-container:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.game-menu{position:relative;display:flex;align-items:center;justify-content:center}.text-shadow-custom{text-shadow:1px 1px 0px #e0e0e0,-1px -1px 0px #e0e0e0,1px -1px 0px #e0e0e0,-1px 1px 0px #e0e0e0}.animated-progressbar-bg{position:relative;height:2.5rem;width:100%;overflow:hidden;border-radius:.125rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #172554 var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #233876 var(--tw-gradient-to-position);--tw-shadow: 0 0 15px rgba(245,158,11,.2);--tw-shadow-colored: 0 0 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.animated-progressbar-bg:is(.dark *){--tw-gradient-from: #000000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #172554 var(--tw-gradient-to-position)}.animated-progressbar-fg{position:absolute;top:0;left:0;height:100%;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #3F83F8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #76A9FA var(--tw-gradient-to-position);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.animated-progressbar-fg:is(.dark *){--tw-gradient-from: #76A9FA var(--tw-gradient-from-position);--tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position)}.menu-item{margin-bottom:.5rem;padding:.5rem 1rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity));transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.menu-item:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.menu-item:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.menu-item:is(.dark *):hover{--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.menu-item.active-link{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-top-left-radius:.375rem;border-top-right-radius:.375rem;--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity));font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity));transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);text-shadow:1px 1px 0px #e0e0e0,-1px -1px 0px #e0e0e0,1px -1px 0px #e0e0e0,-1px 1px 0px #e0e0e0}.menu-item.active-link:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.menu-item.active-link:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity: 1;color:rgb(35 56 118 / var(--tw-text-opacity))}.menu-item.active-link:is(.dark *):hover{--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.menu-item.active-link{text-shadow:0 0 10px rgba(128,128,128,.5)}.menu-item.active-link:before{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:5px;background:linear-gradient(to right,#4a90e2,#8ab8e0,#4a90e2);border-radius:10px;animation:shimmer 2s infinite}.dark .menu-item.active-link:before{background:linear-gradient(to right,#6ab7f1,#aaa,#6ab7f1)}@keyframes shimmer{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.feather-emoji{display:inline-block;margin-left:5px;animation:bounce 2s infinite}.app-card{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.app-card:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.app-card:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.app-card:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}button{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}button:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#76A9FA #C3DDFD}.dark .scrollbar-thin{scrollbar-color:#1C64F2 #1E429F}.scrollbar-thin::-webkit-scrollbar{width:.5rem}.scrollbar-thin::-webkit-scrollbar-track{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.scrollbar-thin:is(.dark *)::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.scrollbar-thin::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity))}.scrollbar-thin:is(.dark *)::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.scrollbar-thin::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.scrollbar-thin:is(.dark *)::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.btn{display:flex;align-items:center;border-radius:.5rem;padding:.5rem 1rem;font-weight:600;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.btn-primary{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.btn-primary:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}.btn-primary:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity))}.btn-secondary{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.btn-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}.btn-secondary:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(195 221 253 / var(--tw-ring-opacity))}.btn-secondary:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.btn-secondary:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.btn-secondary:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity))}.search-input{width:100%;border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity));background-color:transparent;padding:.5rem 1rem .5rem 2.5rem;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.search-input:focus{--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px}.search-input:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity));--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.search-input:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(118 169 250 / var(--tw-border-opacity))}.scrollbar::-webkit-scrollbar-track{background-color:var(--scrollbar-track);border-radius:var(--scrollbar-track-radius)}.scrollbar::-webkit-scrollbar-track:hover{background-color:var(--scrollbar-track-hover, var(--scrollbar-track))}.scrollbar::-webkit-scrollbar-track:active{background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track)))}.scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:var(--scrollbar-thumb-radius)}.scrollbar::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb))}.scrollbar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb)))}.scrollbar::-webkit-scrollbar-corner{background-color:var(--scrollbar-corner);border-radius:var(--scrollbar-corner-radius)}.scrollbar::-webkit-scrollbar-corner:hover{background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner))}.scrollbar::-webkit-scrollbar-corner:active{background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner)))}.scrollbar{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.scrollbar::-webkit-scrollbar{display:block;width:8px;height:8px}.scrollbar{--scrollbar-track: #C3DDFD;--scrollbar-thumb: #76A9FA;scrollbar-width:thin;scrollbar-color:#76A9FA #C3DDFD}.dark .scrollbar{scrollbar-color:#1C64F2 #1E429F}.scrollbar::-webkit-scrollbar{width:.5rem}.scrollbar::-webkit-scrollbar-track{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.scrollbar:is(.dark *)::-webkit-scrollbar-track{--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.scrollbar::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity))}.scrollbar:is(.dark *)::-webkit-scrollbar-thumb{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.scrollbar::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.scrollbar:is(.dark *)::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.scrollbar{--scrollbar-thumb-hover: #3F83F8}.scrollbar:is(.dark *){--scrollbar-track: #1A56DB;--scrollbar-thumb: #1C64F2;--scrollbar-thumb-hover: #3F83F8}.card-title{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.card-title:is(.dark *){--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.card-content{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.card-content:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.card-footer{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.card-footer-button{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.card-footer-button:hover{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.subcard{border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(235 245 255 / var(--tw-bg-opacity));padding:1rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.subcard:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.subcard-title{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.subcard-title:is(.dark *){--tw-text-opacity: 1;color:rgb(225 239 254 / var(--tw-text-opacity))}.subcard-content{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.subcard-content:is(.dark *){--tw-text-opacity: 1;color:rgb(164 202 254 / var(--tw-text-opacity))}.subcard-footer{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.subcard-footer-button{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.subcard-footer-button:hover{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.discussion-toolbox{display:flex;--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;gap:.5rem;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.5rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.group:hover .discussion-toolbox{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.discussion-toolbox:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.lollms-title-style{text-shadow:2px 2px 4px rgba(0,0,0,.2),2px 2px 0px white,-2px -2px 0px white,2px -2px 0px white,-2px 2px 0px white;background:linear-gradient(45deg,#f59e0b,#fbbf24);-webkit-background-clip:text;background-clip:text}.chat-bar{position:relative;display:flex;flex-grow:1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;gap:.5rem;--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity));padding:.25rem;--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.chat-bar:hover{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.chat-bar:is(.dark *){--tw-border-opacity: 1;border-color:rgb(4 108 78 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(132 225 188 / var(--tw-text-opacity))}.chat-bar{height:50px;transition:all .3s ease}.chat-bar:hover{box-shadow:0 4px 6px -1px #00ff001a,0 2px 4px -1px #00ff000f}.svg-button{border-radius:9999px;padding:.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.svg-button:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));--tw-ring-offset-width: 2px}.svg-button:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.svg-button:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.svg-button:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.svg-button:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.svg-button:active:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.nav-button{border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.nav-button:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.nav-button:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.nav-button:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.nav-button-active{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.nav-button-active:hover{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.nav-button-active:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.nav-button-active:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.btn-on{--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.btn-on:is(.dark *){--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.btn-off{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.btn-off:is(.dark *){--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.interesting-facts{margin-top:1.5rem;margin-bottom:1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.5rem;background-color:#fffc;padding:1rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.interesting-facts:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.interesting-facts:is(.dark *){background-color:#1f2937cc}.toolbar-button{cursor:pointer;border-style:none;background-color:transparent;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.toolbar-button:hover{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.context-menu{position:absolute;background-color:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 10px #0000001a;border-radius:4px;padding:8px 0;min-width:150px;z-index:1000}.context-menu-item{padding:8px 16px;font-size:14px;color:#333;cursor:pointer;transition:background-color .2s ease}.context-menu-item:hover{background-color:#f5f5f5}.context-menu-separator{height:1px;background-color:#e0e0e0;margin:4px 0}.context-menu-item-disabled{color:#999;cursor:not-allowed}.context-menu-item-icon{margin-right:8px}.steps-container{margin-bottom:1rem;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.steps-header{display:flex;cursor:pointer;align-items:center;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity));padding:1rem}.steps-header:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.steps-title{margin:0;font-size:1rem;line-height:1.5rem;font-weight:600}.step-item{margin-bottom:.5rem;border-left-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-left:1rem}.steps-container{margin-bottom:1rem;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.steps-container:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.steps-header{display:flex;cursor:pointer;align-items:center;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding:1rem}.steps-header:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.steps-icon{margin-right:1rem}.steps-summary{flex-grow:1}.steps-title{margin:0;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.steps-title:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.steps-status{margin:0;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.steps-status:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.toggle-icon{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.toggle-icon:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.steps-content{padding:1rem}.steps-list{margin:0;list-style-type:none;padding:0}.step-item{margin-bottom:.5rem;border-left-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));padding-left:1rem}.step-item:last-child{margin-bottom:0}.step-item:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.step-container{margin-bottom:1rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.step-wrapper{display:flex;align-items:flex-start;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.75rem}.step-wrapper:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.step-icon{margin-right:.75rem;height:1.5rem;width:1.5rem;flex-shrink:0}.icon-success{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.icon-fail{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.icon-spinner{height:1.5rem;width:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.icon-spinner{animation:spin 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity));border-top-color:transparent}.icon-spinner:is(.dark *){--tw-border-opacity: 1;border-color:rgb(118 169 250 / var(--tw-border-opacity))}.step-content{flex-grow:1}.step-text{font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.step-text:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.step-description{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.step-description:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.fade-enter-active,.fade-leave-active{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.fade-enter,.fade-leave-to{opacity:0}.status-icon{cursor:pointer;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.icon{height:1.5rem;width:1.5rem}.icon-success{--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.icon-success:is(.dark *){--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.icon-fail{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.icon-fail:is(.dark *){--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.icon-text{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.icon-text:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}@media (min-width: 640px){.sm\:container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}.sm\:container{max-width:640px}@media (min-width: 768px){.sm\:container{max-width:768px}}@media (min-width: 1024px){.sm\:container{max-width:1024px}}@media (min-width: 1280px){.sm\:container{max-width:1280px}}@media (min-width: 1536px){.sm\:container{max-width:1536px}}}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.last\:mb-0:last-child{margin-bottom:0}.even\:bg-bg-light-discussion-odd:nth-child(2n){background-color:var(--color-bg-light-discussion-odd)}.checked\:translate-x-6:checked{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.checked\:bg-blue-500:checked{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:block{display:block}.group\/item:hover .group-hover\/item\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group\/item:hover .group-hover\/item\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-secondary{border-color:var(--color-secondary)}.group:hover .group-hover\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-white\/50{background-color:#ffffff80}.group:hover .group-hover\:bg-opacity-0{--tw-bg-opacity: 0}.group:hover .group-hover\:from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-green-400{--tw-gradient-from: #31C48D var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 196 141 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-pink-500{--tw-gradient-from: #E74694 var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-purple-500{--tw-gradient-from: #9061F9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(144 97 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-purple-600{--tw-gradient-from: #7E3AF2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-red-200{--tw-gradient-from: #FBD5D5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:from-teal-300{--tw-gradient-from: #7EDCE2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(126 220 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:via-red-300{--tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #F8B4B4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.group:hover .group-hover\:to-blue-500{--tw-gradient-to: #3F83F8 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-blue-600{--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-lime-300{--tw-gradient-to: #bef264 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-orange-400{--tw-gradient-to: #FF8A4C var(--tw-gradient-to-position)}.group:hover .group-hover\:to-pink-500{--tw-gradient-to: #E74694 var(--tw-gradient-to-position)}.group:hover .group-hover\:to-yellow-200{--tw-gradient-to: #FCE96A var(--tw-gradient-to-position)}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.group\/item:hover .group-hover\/item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group:focus .group-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.group:focus .group-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.group:focus .group-focus\:ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:text-primary{color:var(--color-primary)}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}.hover\:z-10:hover{z-index:10}.hover\:z-20:hover{z-index:20}.hover\:h-8:hover{height:2rem}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-2:hover{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-x-100:hover{--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-2:hover{border-width:2px}.hover\:border-solid:hover{border-style:solid}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgb(188 240 218 / var(--tw-border-opacity))}.hover\:border-primary:hover{border-color:var(--color-primary)}.hover\:border-primary-light:hover{border-color:var(--color-primary-light)}.hover\:border-secondary:hover{border-color:var(--color-secondary)}.hover\:bg-bg-light-tone:hover{background-color:var(--color-bg-light-tone)}.hover\:bg-bg-light-tone-panel:hover{background-color:var(--color-bg-light-tone-panel)}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(118 169 250 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgb(3 84 63 / var(--tw-bg-opacity))}.hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgb(153 21 75 / var(--tw-bg-opacity))}.hover\:bg-primary:hover{background-color:var(--color-primary)}.hover\:bg-primary-light:hover{background-color:var(--color-primary-light)}.hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgb(85 33 181 / var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}.hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgb(248 180 180 / var(--tw-bg-opacity))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(253 242 242 / var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgb(155 28 28 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}.hover\:bg-yellow-500:hover{--tw-bg-opacity: 1;background-color:rgb(194 120 3 / var(--tw-bg-opacity))}.hover\:bg-gradient-to-bl:hover{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:bg-gradient-to-l:hover{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.hover\:from-blue-50:hover{--tw-gradient-from: #EBF5FF var(--tw-gradient-from-position);--tw-gradient-to: rgb(235 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-500\/20:hover{--tw-gradient-from: rgb(63 131 248 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-500:hover{--tw-gradient-from: #0E9F6E var(--tw-gradient-from-position);--tw-gradient-to: rgb(14 159 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-teal-200:hover{--tw-gradient-from: #AFECEF var(--tw-gradient-from-position);--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-green-600:hover{--tw-gradient-to: #057A55 var(--tw-gradient-to-position)}.hover\:to-lime-200:hover{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position)}.hover\:to-purple-50:hover{--tw-gradient-to: #F6F5FF var(--tw-gradient-to-position)}.hover\:to-purple-500\/20:hover{--tw-gradient-to: rgb(144 97 249 / .2) var(--tw-gradient-to-position)}.hover\:font-bold:hover{font-weight:700}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgb(5 122 85 / var(--tw-text-opacity))}.hover\:text-indigo-600:hover{--tw-text-opacity: 1;color:rgb(88 80 236 / var(--tw-text-opacity))}.hover\:text-primary:hover{color:var(--color-primary)}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(126 58 242 / var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(224 36 36 / var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(200 30 30 / var(--tw-text-opacity))}.hover\:text-secondary:hover{color:var(--color-secondary)}.hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgb(4 116 129 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(159 88 10 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-none:hover{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:scrollbar-thumb-primary{--scrollbar-thumb-hover: var(--color-primary) !important}.before\:hover\:text-center:hover:before{content:var(--tw-content);text-align:center}.hover\:before\:text-center:hover:before{content:var(--tw-content);text-align:center}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgb(164 202 254 / var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.focus\:border-secondary:focus{border-color:var(--color-secondary)}.focus\:border-transparent:focus{border-color:transparent}.focus\:text-blue-700:focus{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(195 221 253 / var(--tw-ring-opacity))}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(118 169 250 / var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}.focus\:ring-blue-500\/50:focus{--tw-ring-color: rgb(63 131 248 / .5)}.focus\:ring-blue-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(26 86 219 / var(--tw-ring-opacity))}.focus\:ring-cyan-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity))}.focus\:ring-cyan-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(188 240 218 / var(--tw-ring-opacity))}.focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(132 225 188 / var(--tw-ring-opacity))}.focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 196 141 / var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 159 110 / var(--tw-ring-opacity))}.focus\:ring-lime-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity))}.focus\:ring-lime-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity))}.focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 209 232 / var(--tw-ring-opacity))}.focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 180 217 / var(--tw-ring-opacity))}.focus\:ring-primary:focus{--tw-ring-color: var(--color-primary)}.focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 215 254 / var(--tw-ring-opacity))}.focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(202 191 253 / var(--tw-ring-opacity))}.focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 232 232 / var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 180 180 / var(--tw-ring-opacity))}.focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 82 82 / var(--tw-ring-opacity))}.focus\:ring-secondary:focus{--tw-ring-color: var(--color-secondary)}.focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(126 220 226 / var(--tw-ring-opacity))}.focus\:ring-yellow-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 202 21 / var(--tw-ring-opacity))}.focus\:ring-yellow-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 160 8 / var(--tw-ring-opacity))}.focus\:ring-opacity-50:focus{--tw-ring-opacity: .5}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:hover\:text-center:hover:focus{text-align:center}.hover\:focus\:text-center:focus:hover{text-align:center}.active\:scale-75:active{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-90:active{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scrollbar-thumb-secondary{--scrollbar-thumb-active: var(--color-secondary) !important}.disabled\:opacity-50:disabled{opacity:.5}.dark\:divide-gray-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity))}.dark\:border-bg-light:is(.dark *){border-color:var(--color-bg-light)}.dark\:border-blue-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.dark\:border-blue-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(26 86 219 / var(--tw-border-opacity))}.dark\:border-gray-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:border-gray-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.dark\:border-gray-900:is(.dark *){--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.dark\:border-green-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(14 159 110 / var(--tw-border-opacity))}.dark\:border-pink-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(241 126 184 / var(--tw-border-opacity))}.dark\:border-pink-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(231 70 148 / var(--tw-border-opacity))}.dark\:border-purple-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(172 148 250 / var(--tw-border-opacity))}.dark\:border-purple-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(144 97 249 / var(--tw-border-opacity))}.dark\:border-red-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(240 82 82 / var(--tw-border-opacity))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(155 28 28 / var(--tw-border-opacity))}.dark\:border-transparent:is(.dark *){border-color:transparent}.dark\:border-yellow-300:is(.dark *){--tw-border-opacity: 1;border-color:rgb(250 202 21 / var(--tw-border-opacity))}.dark\:bg-bg-dark:is(.dark *){background-color:var(--color-bg-dark)}.dark\:bg-bg-dark-tone:is(.dark *){background-color:var(--color-bg-dark-tone)}.dark\:bg-bg-dark-tone-panel:is(.dark *){background-color:var(--color-bg-dark-tone-panel)}.dark\:bg-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.dark\:bg-blue-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}.dark\:bg-blue-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.dark\:bg-blue-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.dark\:bg-blue-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.dark\:bg-blue-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.dark\:bg-gray-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.dark\:bg-gray-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:bg-gray-700\/50:is(.dark *){background-color:#37415180}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:bg-gray-800\/20:is(.dark *){background-color:#1f293733}.dark\:bg-gray-800\/30:is(.dark *){background-color:#1f29374d}.dark\:bg-gray-800\/50:is(.dark *){background-color:#1f293780}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.dark\:bg-gray-900\/95:is(.dark *){background-color:#111827f2}.dark\:bg-green-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}.dark\:bg-green-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(14 159 110 / var(--tw-bg-opacity))}.dark\:bg-green-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.dark\:bg-green-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(3 84 63 / var(--tw-bg-opacity))}.dark\:bg-green-900\/20:is(.dark *){background-color:#01473733}.dark\:bg-indigo-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(205 219 254 / var(--tw-bg-opacity))}.dark\:bg-indigo-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(104 117 245 / var(--tw-bg-opacity))}.dark\:bg-orange-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(180 52 3 / var(--tw-bg-opacity))}.dark\:bg-orange-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(138 44 13 / var(--tw-bg-opacity))}.dark\:bg-pink-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(250 209 232 / var(--tw-bg-opacity))}.dark\:bg-pink-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(214 31 105 / var(--tw-bg-opacity))}.dark\:bg-purple-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(220 215 254 / var(--tw-bg-opacity))}.dark\:bg-purple-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}.dark\:bg-purple-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(126 58 242 / var(--tw-bg-opacity))}.dark\:bg-red-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}.dark\:bg-red-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(240 82 82 / var(--tw-bg-opacity))}.dark\:bg-red-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.dark\:bg-red-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(155 28 28 / var(--tw-bg-opacity))}.dark\:bg-red-900\/20:is(.dark *){background-color:#771d1d33}.dark\:bg-white:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.dark\:bg-yellow-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}.dark\:bg-opacity-70:is(.dark *){--tw-bg-opacity: .7}.dark\:bg-opacity-80:is(.dark *){--tw-bg-opacity: .8}.dark\:from-bg-dark:is(.dark *){--tw-gradient-from: var(--color-bg-dark) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-blue-400\/20:is(.dark *){--tw-gradient-from: rgb(118 169 250 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-indigo-400:is(.dark *){--tw-gradient-from: #8DA2FB var(--tw-gradient-from-position);--tw-gradient-to: rgb(141 162 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:via-bg-dark:is(.dark *){--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--color-bg-dark) var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-purple-400:is(.dark *){--tw-gradient-to: #AC94FA var(--tw-gradient-to-position)}.dark\:to-purple-400\/20:is(.dark *){--tw-gradient-to: rgb(172 148 250 / .2) var(--tw-gradient-to-position)}.dark\:fill-gray-300:is(.dark *){fill:#d1d5db}.dark\:text-amber-400:is(.dark *){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(118 169 250 / var(--tw-text-opacity))}.dark\:text-blue-500:is(.dark *){--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.dark\:text-blue-800:is(.dark *){--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.dark\:text-dark-text-panel:is(.dark *){color:var(--color-dark-text-panel)}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.dark\:text-gray-800:is(.dark *){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(188 240 218 / var(--tw-text-opacity))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.dark\:text-green-500:is(.dark *){--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.dark\:text-green-800:is(.dark *){--tw-text-opacity: 1;color:rgb(3 84 63 / var(--tw-text-opacity))}.dark\:text-green-900:is(.dark *){--tw-text-opacity: 1;color:rgb(1 71 55 / var(--tw-text-opacity))}.dark\:text-indigo-500:is(.dark *){--tw-text-opacity: 1;color:rgb(104 117 245 / var(--tw-text-opacity))}.dark\:text-indigo-900:is(.dark *){--tw-text-opacity: 1;color:rgb(54 47 120 / var(--tw-text-opacity))}.dark\:text-orange-200:is(.dark *){--tw-text-opacity: 1;color:rgb(252 217 189 / var(--tw-text-opacity))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity: 1;color:rgb(241 126 184 / var(--tw-text-opacity))}.dark\:text-pink-500:is(.dark *){--tw-text-opacity: 1;color:rgb(231 70 148 / var(--tw-text-opacity))}.dark\:text-pink-900:is(.dark *){--tw-text-opacity: 1;color:rgb(117 26 61 / var(--tw-text-opacity))}.dark\:text-primary:is(.dark *){color:var(--color-primary)}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(172 148 250 / var(--tw-text-opacity))}.dark\:text-purple-500:is(.dark *){--tw-text-opacity: 1;color:rgb(144 97 249 / var(--tw-text-opacity))}.dark\:text-purple-900:is(.dark *){--tw-text-opacity: 1;color:rgb(74 29 150 / var(--tw-text-opacity))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(251 213 213 / var(--tw-text-opacity))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.dark\:text-red-500:is(.dark *){--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.dark\:text-red-800:is(.dark *){--tw-text-opacity: 1;color:rgb(155 28 28 / var(--tw-text-opacity))}.dark\:text-red-900:is(.dark *){--tw-text-opacity: 1;color:rgb(119 29 29 / var(--tw-text-opacity))}.dark\:text-slate-50:is(.dark *){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(250 202 21 / var(--tw-text-opacity))}.dark\:text-yellow-500:is(.dark *){--tw-text-opacity: 1;color:rgb(194 120 3 / var(--tw-text-opacity))}.dark\:text-yellow-800:is(.dark *){--tw-text-opacity: 1;color:rgb(114 59 19 / var(--tw-text-opacity))}.dark\:text-yellow-900:is(.dark *){--tw-text-opacity: 1;color:rgb(99 49 18 / var(--tw-text-opacity))}.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.dark\:placeholder-gray-400:is(.dark *)::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.dark\:shadow-lg:is(.dark *){--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:shadow-blue-800\/80:is(.dark *){--tw-shadow-color: rgb(30 66 159 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-cyan-800\/80:is(.dark *){--tw-shadow-color: rgb(21 94 117 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-green-800\/80:is(.dark *){--tw-shadow-color: rgb(3 84 63 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-lime-800\/80:is(.dark *){--tw-shadow-color: rgb(63 98 18 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-pink-800\/80:is(.dark *){--tw-shadow-color: rgb(153 21 75 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-purple-800\/80:is(.dark *){--tw-shadow-color: rgb(85 33 181 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-red-800\/80:is(.dark *){--tw-shadow-color: rgb(155 28 28 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:shadow-teal-800\/80:is(.dark *){--tw-shadow-color: rgb(5 80 92 / .8);--tw-shadow: var(--tw-shadow-colored)}.dark\:ring-gray-500:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.dark\:ring-white:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.dark\:ring-opacity-20:is(.dark *){--tw-ring-opacity: .2}.dark\:ring-offset-gray-700:is(.dark *){--tw-ring-offset-color: #374151}.dark\:scrollbar-track-bg-dark:is(.dark *){--scrollbar-track: var(--color-bg-dark) !important}.dark\:scrollbar-track-bg-dark-tone:is(.dark *){--scrollbar-track: var(--color-bg-dark-tone) !important}.dark\:scrollbar-track-gray-700:is(.dark *){--scrollbar-track: #374151 !important}.dark\:scrollbar-track-gray-800:is(.dark *){--scrollbar-track: #1F2937 !important}.dark\:scrollbar-thumb-bg-dark-tone:is(.dark *){--scrollbar-thumb: var(--color-bg-dark-tone) !important}.dark\:scrollbar-thumb-bg-dark-tone-panel:is(.dark *){--scrollbar-thumb: var(--color-bg-dark-tone-panel) !important}.dark\:scrollbar-thumb-gray-500:is(.dark *){--scrollbar-thumb: #6B7280 !important}.dark\:scrollbar-thumb-gray-600:is(.dark *){--scrollbar-thumb: #4B5563 !important}.dark\:even\:bg-bg-dark-discussion-odd:nth-child(2n):is(.dark *){background-color:var(--color-bg-dark-discussion-odd)}.group:hover .dark\:group-hover\:bg-gray-800\/60:is(.dark *){background-color:#1f293799}.group:hover .dark\:group-hover\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.group:focus .dark\:group-focus\:ring-gray-800\/70:is(.dark *){--tw-ring-color: rgb(31 41 55 / .7)}.peer:focus~.dark\:peer-focus\:ring-blue-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity))}.dark\:hover\:border-blue-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}.dark\:hover\:border-gray-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.dark\:hover\:border-primary:hover:is(.dark *){border-color:var(--color-primary)}.dark\:hover\:bg-blue-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}.dark\:hover\:bg-blue-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.dark\:hover\:bg-blue-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.dark\:hover\:bg-blue-900:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-600\/50:hover:is(.dark *){background-color:#4b556380}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-700\/50:hover:is(.dark *){background-color:#37415180}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:hover\:bg-green-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(132 225 188 / var(--tw-bg-opacity))}.dark\:hover\:bg-green-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.dark\:hover\:bg-green-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}.dark\:hover\:bg-pink-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(231 70 148 / var(--tw-bg-opacity))}.dark\:hover\:bg-pink-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(191 18 93 / var(--tw-bg-opacity))}.dark\:hover\:bg-primary:hover:is(.dark *){background-color:var(--color-primary)}.dark\:hover\:bg-purple-500:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}.dark\:hover\:bg-purple-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(108 43 217 / var(--tw-bg-opacity))}.dark\:hover\:bg-red-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 180 180 / var(--tw-bg-opacity))}.dark\:hover\:bg-red-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.dark\:hover\:bg-red-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}.dark\:hover\:bg-red-900:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(119 29 29 / var(--tw-bg-opacity))}.dark\:hover\:bg-yellow-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(250 202 21 / var(--tw-bg-opacity))}.dark\:hover\:bg-yellow-400:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(227 160 8 / var(--tw-bg-opacity))}.hover\:dark\:bg-bg-dark-tone:is(.dark *):hover{background-color:var(--color-bg-dark-tone)}.hover\:dark\:bg-bg-dark-tone-panel:is(.dark *):hover{background-color:var(--color-bg-dark-tone-panel)}.dark\:hover\:from-blue-400\/30:hover:is(.dark *){--tw-gradient-from: rgb(118 169 250 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(118 169 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:from-blue-900\/30:hover:is(.dark *){--tw-gradient-from: rgb(35 56 118 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(35 56 118 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:hover\:to-purple-400\/30:hover:is(.dark *){--tw-gradient-to: rgb(172 148 250 / .3) var(--tw-gradient-to-position)}.dark\:hover\:to-purple-900\/30:hover:is(.dark *){--tw-gradient-to: rgb(74 29 150 / .3) var(--tw-gradient-to-position)}.dark\:hover\:text-blue-500:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:hover\:text-gray-900:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.dark\:hover\:text-green-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.dark\:hover\:text-red-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:hover\:scrollbar-thumb-primary:is(.dark *){--scrollbar-thumb-hover: var(--color-primary) !important}.dark\:focus\:border-blue-500:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.dark\:focus\:border-secondary:focus:is(.dark *){border-color:var(--color-secondary)}.dark\:focus\:text-white:focus:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:focus\:ring-blue-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}.dark\:focus\:ring-blue-600:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity))}.dark\:focus\:ring-blue-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity))}.dark\:focus\:ring-cyan-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-600:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}.dark\:focus\:ring-green-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity))}.dark\:focus\:ring-lime-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity))}.dark\:focus\:ring-pink-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(153 21 75 / var(--tw-ring-opacity))}.dark\:focus\:ring-pink-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(117 26 61 / var(--tw-ring-opacity))}.dark\:focus\:ring-purple-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(85 33 181 / var(--tw-ring-opacity))}.dark\:focus\:ring-purple-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(74 29 150 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(155 28 28 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(119 29 29 / var(--tw-ring-opacity))}.dark\:focus\:ring-secondary:focus:is(.dark *){--tw-ring-color: var(--color-secondary)}.dark\:focus\:ring-teal-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 102 114 / var(--tw-ring-opacity))}.dark\:focus\:ring-teal-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(5 80 92 / var(--tw-ring-opacity))}.dark\:focus\:ring-yellow-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(99 49 18 / var(--tw-ring-opacity))}.dark\:focus\:ring-offset-gray-700:focus:is(.dark *){--tw-ring-offset-color: #374151}@media (min-width: 640px){.sm\:mb-0{margin-bottom:0}.sm\:mr-4{margin-right:1rem}.sm\:mt-0{margin-top:0}.sm\:h-10{height:2.5rem}.sm\:h-6{height:1.5rem}.sm\:h-64{height:16rem}.sm\:w-1\/4{width:25%}.sm\:w-10{width:2.5rem}.sm\:w-6{width:1.5rem}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:text-center{text-align:center}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:underline{text-decoration-line:underline}}@media (min-width: 768px){.md\:inset-0{top:0;right:0;bottom:0;left:0}.md\:order-2{order:2}.md\:col-span-2{grid-column:span 2 / span 2}.md\:mr-6{margin-right:1.5rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-2\/3{width:66.666667%}.md\:w-48{width:12rem}.md\:w-auto{width:auto}.md\:max-w-xl{max-width:36rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[300px\,1fr\]{grid-template-columns:300px 1fr}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:rounded-none{border-radius:0}.md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.md\:border-0{border-width:0px}.md\:bg-transparent{background-color:transparent}.md\:p-0{padding:0}.md\:p-6{padding:1.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:font-medium{font-weight:500}.md\:text-blue-700{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.md\:hover\:bg-transparent:hover{background-color:transparent}.md\:hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.md\:dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.md\:dark\:hover\:bg-transparent:hover:is(.dark *){background-color:transparent}.md\:dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.dark\:lg\:hover\:\[paint-order\:markers\]:hover:is(.dark *){paint-order:markers}}@media (min-width: 1280px){.xl\:h-80{height:20rem}.xl\:w-1\/6{width:16.666667%}}@media (min-width: 1536px){.\32xl\:h-96{height:24rem}}
diff --git a/web/dist/assets/index-odC1ARWo.js b/web/dist/assets/index-Dxz__23e.js
similarity index 80%
rename from web/dist/assets/index-odC1ARWo.js
rename to web/dist/assets/index-Dxz__23e.js
index 508962ca..fa87a3d7 100644
--- a/web/dist/assets/index-odC1ARWo.js
+++ b/web/dist/assets/index-Dxz__23e.js
@@ -3,39 +3,39 @@ var fP=Object.defineProperty;var pP=(t,e,n)=>e in t?fP(t,e,{enumerable:!0,config
* @vue/shared v3.5.10
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
-**//*! #__NO_SIDE_EFFECTS__ */function jh(t){const e=Object.create(null);for(const n of t.split(","))e[n]=1;return n=>n in e}const Xt={},va=[],$o=()=>{},hP=()=>!1,n6=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&(t.charCodeAt(2)>122||t.charCodeAt(2)<97),zh=t=>t.startsWith("onUpdate:"),En=Object.assign,Yh=(t,e)=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)},mP=Object.prototype.hasOwnProperty,$t=(t,e)=>mP.call(t,e),tt=Array.isArray,ya=t=>r2(t)==="[object Map]",n2=t=>r2(t)==="[object Set]",tQ=t=>r2(t)==="[object Date]",gP=t=>r2(t)==="[object RegExp]",ut=t=>typeof t=="function",dn=t=>typeof t=="string",jo=t=>typeof t=="symbol",Yt=t=>t!==null&&typeof t=="object",fO=t=>(Yt(t)||ut(t))&&ut(t.then)&&ut(t.catch),pO=Object.prototype.toString,r2=t=>pO.call(t),_P=t=>r2(t).slice(8,-1),hO=t=>r2(t)==="[object Object]",Wh=t=>dn(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,Bl=jh(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),r6=t=>{const e=Object.create(null);return n=>e[n]||(e[n]=t(n))},QP=/-(\w)/g,Jr=r6(t=>t.replace(QP,(e,n)=>n?n.toUpperCase():"")),vP=/\B([A-Z])/g,vs=r6(t=>t.replace(vP,"-$1").toLowerCase()),o6=r6(t=>t.charAt(0).toUpperCase()+t.slice(1)),M0=r6(t=>t?`on${o6(t)}`:""),hs=(t,e)=>!Object.is(t,e),ba=(t,...e)=>{for(let n=0;n{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,writable:r,value:n})},Y0=t=>{const e=parseFloat(t);return isNaN(e)?t:e},yP=t=>{const e=dn(t)?Number(t):NaN;return isNaN(e)?t:e};let nQ;const gO=()=>nQ||(nQ=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Gt(t){if(tt(t)){const e={};for(let n=0;n{if(n){const r=n.split(EP);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e}function Ce(t){let e="";if(dn(t))e=t;else if(tt(t))for(let n=0;nQ1(n,e))}const QO=t=>!!(t&&t.__v_isRef===!0),X=t=>dn(t)?t:t==null?"":tt(t)||Yt(t)&&(t.toString===pO||!ut(t.toString))?QO(t)?X(t.value):JSON.stringify(t,vO,2):String(t),vO=(t,e)=>QO(e)?vO(t,e.value):ya(e)?{[`Map(${e.size})`]:[...e.entries()].reduce((n,[r,o],i)=>(n[gd(r,i)+" =>"]=o,n),{})}:n2(e)?{[`Set(${e.size})`]:[...e.values()].map(n=>gd(n))}:jo(e)?gd(e):Yt(e)&&!tt(e)&&!hO(e)?String(e):e,gd=(t,e="")=>{var n;return jo(t)?`Symbol(${(n=t.description)!=null?n:e})`:t};/**
+**//*! #__NO_SIDE_EFFECTS__ */function jh(t){const e=Object.create(null);for(const n of t.split(","))e[n]=1;return n=>n in e}const Xt={},va=[],$o=()=>{},hP=()=>!1,t6=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&(t.charCodeAt(2)>122||t.charCodeAt(2)<97),zh=t=>t.startsWith("onUpdate:"),En=Object.assign,Yh=(t,e)=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)},mP=Object.prototype.hasOwnProperty,$t=(t,e)=>mP.call(t,e),tt=Array.isArray,ya=t=>r2(t)==="[object Map]",n2=t=>r2(t)==="[object Set]",tQ=t=>r2(t)==="[object Date]",gP=t=>r2(t)==="[object RegExp]",ut=t=>typeof t=="function",dn=t=>typeof t=="string",jo=t=>typeof t=="symbol",Yt=t=>t!==null&&typeof t=="object",fO=t=>(Yt(t)||ut(t))&&ut(t.then)&&ut(t.catch),pO=Object.prototype.toString,r2=t=>pO.call(t),_P=t=>r2(t).slice(8,-1),hO=t=>r2(t)==="[object Object]",Wh=t=>dn(t)&&t!=="NaN"&&t[0]!=="-"&&""+parseInt(t,10)===t,Bl=jh(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),n6=t=>{const e=Object.create(null);return n=>e[n]||(e[n]=t(n))},QP=/-(\w)/g,Jr=n6(t=>t.replace(QP,(e,n)=>n?n.toUpperCase():"")),vP=/\B([A-Z])/g,vs=n6(t=>t.replace(vP,"-$1").toLowerCase()),r6=n6(t=>t.charAt(0).toUpperCase()+t.slice(1)),md=n6(t=>t?`on${r6(t)}`:""),hs=(t,e)=>!Object.is(t,e),ba=(t,...e)=>{for(let n=0;n{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,writable:r,value:n})},z0=t=>{const e=parseFloat(t);return isNaN(e)?t:e},yP=t=>{const e=dn(t)?Number(t):NaN;return isNaN(e)?t:e};let nQ;const gO=()=>nQ||(nQ=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Gt(t){if(tt(t)){const e={};for(let n=0;n{if(n){const r=n.split(EP);r.length>1&&(e[r[0].trim()]=r[1].trim())}}),e}function Ce(t){let e="";if(dn(t))e=t;else if(tt(t))for(let n=0;nQ1(n,e))}const QO=t=>!!(t&&t.__v_isRef===!0),Z=t=>dn(t)?t:t==null?"":tt(t)||Yt(t)&&(t.toString===pO||!ut(t.toString))?QO(t)?Z(t.value):JSON.stringify(t,vO,2):String(t),vO=(t,e)=>QO(e)?vO(t,e.value):ya(e)?{[`Map(${e.size})`]:[...e.entries()].reduce((n,[r,o],i)=>(n[gd(r,i)+" =>"]=o,n),{})}:n2(e)?{[`Set(${e.size})`]:[...e.values()].map(n=>gd(n))}:jo(e)?gd(e):Yt(e)&&!tt(e)&&!hO(e)?String(e):e,gd=(t,e="")=>{var n;return jo(t)?`Symbol(${(n=t.description)!=null?n:e})`:t};/**
* @vue/reactivity v3.5.10
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
-**/let sr;class yO{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=sr,!e&&sr&&(this.index=(sr.scopes||(sr.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let e,n;if(this.scopes)for(e=0,n=this.scopes.length;e0)return;let t;for(;pa;){let e=pa,n;for(;e;)e.flags&1||(e.flags&=-9),e=e.next;for(e=pa,pa=void 0;e;){if(n=e.next,e.next=void 0,e.flags&=-9,e.flags&1)try{e.trigger()}catch(r){t||(t=r)}e=n}}if(t)throw t}function LO(t){for(let e=t.deps;e;e=e.nextDep)e.version=-1,e.prevActiveLink=e.dep.activeLink,e.dep.activeLink=e}function CO(t){let e,n=t.depsTail,r=n;for(;r;){const o=r.prevDep;r.version===-1?(r===n&&(n=o),Jh(r),MP(r)):e=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}t.deps=e,t.depsTail=n}function gp(t){for(let e=t.deps;e;e=e.nextDep)if(e.dep.version!==e.version||e.dep.computed&&(AO(e.dep.computed)||e.dep.version!==e.version))return!0;return!!t._dirty}function AO(t){if(t.flags&4&&!(t.flags&16)||(t.flags&=-17,t.globalVersion===t3))return;t.globalVersion=t3;const e=t.dep;if(t.flags|=2,e.version>0&&!t.isSSR&&t.deps&&!gp(t)){t.flags&=-3;return}const n=nn,r=uo;nn=t,uo=!0;try{LO(t);const o=t.fn(t._value);(e.version===0||hs(o,t._value))&&(t._value=o,e.version++)}catch(o){throw e.version++,o}finally{nn=n,uo=r,CO(t),t.flags&=-3}}function Jh(t,e=!1){const{dep:n,prevSub:r,nextSub:o}=t;if(r&&(r.nextSub=o,t.prevSub=void 0),o&&(o.prevSub=r,t.nextSub=void 0),n.subs===t&&(n.subs=r),!n.subs&&n.computed){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Jh(i,!0)}!e&&!--n.sc&&n.map&&n.map.delete(n.key)}function MP(t){const{prevDep:e,nextDep:n}=t;e&&(e.nextDep=n,t.prevDep=void 0),n&&(n.prevDep=e,t.nextDep=void 0)}let uo=!0;const wO=[];function ys(){wO.push(uo),uo=!1}function bs(){const t=wO.pop();uo=t===void 0?!0:t}function rQ(t){const{cleanup:e}=t;if(t.cleanup=void 0,e){const n=nn;nn=void 0;try{e()}finally{nn=n}}}let t3=0;class RP{constructor(e,n){this.sub=e,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class i6{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.target=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(e){if(!nn||!uo||nn===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==nn)n=this.activeLink=new RP(nn,this),nn.deps?(n.prevDep=nn.depsTail,nn.depsTail.nextDep=n,nn.depsTail=n):nn.deps=nn.depsTail=n,OO(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=nn.depsTail,n.nextDep=void 0,nn.depsTail.nextDep=n,nn.depsTail=n,nn.deps===n&&(nn.deps=r)}return n}trigger(e){this.version++,t3++,this.notify(e)}notify(e){Zh();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Xh()}}}function OO(t){if(t.dep.sc++,t.sub.flags&4){const e=t.dep.computed;if(e&&!t.dep.subs){e.flags|=20;for(let r=e.deps;r;r=r.nextDep)OO(r)}const n=t.dep.subs;n!==t&&(t.prevSub=n,n&&(n.nextSub=t)),t.dep.subs=t}}const W0=new WeakMap,T1=Symbol(""),_p=Symbol(""),n3=Symbol("");function Xn(t,e,n){if(uo&&nn){let r=W0.get(t);r||W0.set(t,r=new Map);let o=r.get(n);o||(r.set(n,o=new i6),o.target=t,o.map=r,o.key=n),o.track()}}function bi(t,e,n,r,o,i){const s=W0.get(t);if(!s){t3++;return}const a=l=>{l&&l.trigger()};if(Zh(),e==="clear")s.forEach(a);else{const l=tt(t),c=l&&Wh(n);if(l&&n==="length"){const u=Number(r);s.forEach((d,f)=>{(f==="length"||f===n3||!jo(f)&&f>=u)&&a(d)})}else switch(n!==void 0&&a(s.get(n)),c&&a(s.get(n3)),e){case"add":l?c&&a(s.get("length")):(a(s.get(T1)),ya(t)&&a(s.get(_p)));break;case"delete":l||(a(s.get(T1)),ya(t)&&a(s.get(_p)));break;case"set":ya(t)&&a(s.get(T1));break}}Xh()}function NP(t,e){const n=W0.get(t);return n&&n.get(e)}function j1(t){const e=Rt(t);return e===t?e:(Xn(e,"iterate",n3),Yr(t)?e:e.map(Wn))}function s6(t){return Xn(t=Rt(t),"iterate",n3),t}const kP={__proto__:null,[Symbol.iterator](){return Qd(this,Symbol.iterator,Wn)},concat(...t){return j1(this).concat(...t.map(e=>tt(e)?j1(e):e))},entries(){return Qd(this,"entries",t=>(t[1]=Wn(t[1]),t))},every(t,e){return oi(this,"every",t,e,void 0,arguments)},filter(t,e){return oi(this,"filter",t,e,n=>n.map(Wn),arguments)},find(t,e){return oi(this,"find",t,e,Wn,arguments)},findIndex(t,e){return oi(this,"findIndex",t,e,void 0,arguments)},findLast(t,e){return oi(this,"findLast",t,e,Wn,arguments)},findLastIndex(t,e){return oi(this,"findLastIndex",t,e,void 0,arguments)},forEach(t,e){return oi(this,"forEach",t,e,void 0,arguments)},includes(...t){return vd(this,"includes",t)},indexOf(...t){return vd(this,"indexOf",t)},join(t){return j1(this).join(t)},lastIndexOf(...t){return vd(this,"lastIndexOf",t)},map(t,e){return oi(this,"map",t,e,void 0,arguments)},pop(){return w2(this,"pop")},push(...t){return w2(this,"push",t)},reduce(t,...e){return oQ(this,"reduce",t,e)},reduceRight(t,...e){return oQ(this,"reduceRight",t,e)},shift(){return w2(this,"shift")},some(t,e){return oi(this,"some",t,e,void 0,arguments)},splice(...t){return w2(this,"splice",t)},toReversed(){return j1(this).toReversed()},toSorted(t){return j1(this).toSorted(t)},toSpliced(...t){return j1(this).toSpliced(...t)},unshift(...t){return w2(this,"unshift",t)},values(){return Qd(this,"values",Wn)}};function Qd(t,e,n){const r=s6(t),o=r[e]();return r!==t&&!Yr(t)&&(o._next=o.next,o.next=()=>{const i=o._next();return i.value&&(i.value=n(i.value)),i}),o}const DP=Array.prototype;function oi(t,e,n,r,o,i){const s=s6(t),a=s!==t&&!Yr(t),l=s[e];if(l!==DP[e]){const d=l.apply(t,i);return a?Wn(d):d}let c=n;s!==t&&(a?c=function(d,f){return n.call(this,Wn(d),f,t)}:n.length>2&&(c=function(d,f){return n.call(this,d,f,t)}));const u=l.call(s,c,r);return a&&o?o(u):u}function oQ(t,e,n,r){const o=s6(t);let i=n;return o!==t&&(Yr(t)?n.length>3&&(i=function(s,a,l){return n.call(this,s,a,l,t)}):i=function(s,a,l){return n.call(this,s,Wn(a),l,t)}),o[e](i,...r)}function vd(t,e,n){const r=Rt(t);Xn(r,"iterate",n3);const o=r[e](...n);return(o===-1||o===!1)&&tm(n[0])?(n[0]=Rt(n[0]),r[e](...n)):o}function w2(t,e,n=[]){ys(),Zh();const r=Rt(t)[e].apply(t,n);return Xh(),bs(),r}const IP=jh("__proto__,__v_isRef,__isVue"),MO=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(jo));function HP(t){jo(t)||(t=String(t));const e=Rt(this);return Xn(e,"has",t),e.hasOwnProperty(t)}class RO{constructor(e=!1,n=!1){this._isReadonly=e,this._isShallow=n}get(e,n,r){const o=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return i;if(n==="__v_raw")return r===(o?i?PO:HO:i?IO:DO).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(r)?e:void 0;const s=tt(e);if(!o){let l;if(s&&(l=kP[n]))return l;if(n==="hasOwnProperty")return HP}const a=Reflect.get(e,n,An(e)?e:r);return(jo(n)?MO.has(n):IP(n))||(o||Xn(e,"get",n),i)?a:An(a)?s&&Wh(n)?a:a.value:Yt(a)?o?$O(a):cr(a):a}}class NO extends RO{constructor(e=!1){super(!1,e)}set(e,n,r,o){let i=e[n];if(!this._isShallow){const l=v1(i);if(!Yr(r)&&!v1(r)&&(i=Rt(i),r=Rt(r)),!tt(e)&&An(i)&&!An(r))return l?!1:(i.value=r,!0)}const s=tt(e)&&Wh(n)?Number(n)t,a6=t=>Reflect.getPrototypeOf(t);function S4(t,e,n=!1,r=!1){t=t.__v_raw;const o=Rt(t),i=Rt(e);n||(hs(e,i)&&Xn(o,"get",e),Xn(o,"get",i));const{has:s}=a6(o),a=r?em:n?nm:Wn;if(s.call(o,e))return a(t.get(e));if(s.call(o,i))return a(t.get(i));t!==o&&t.get(e)}function L4(t,e=!1){const n=this.__v_raw,r=Rt(n),o=Rt(t);return e||(hs(t,o)&&Xn(r,"has",t),Xn(r,"has",o)),t===o?n.has(t):n.has(t)||n.has(o)}function C4(t,e=!1){return t=t.__v_raw,!e&&Xn(Rt(t),"iterate",T1),Reflect.get(t,"size",t)}function iQ(t,e=!1){!e&&!Yr(t)&&!v1(t)&&(t=Rt(t));const n=Rt(this);return a6(n).has.call(n,t)||(n.add(t),bi(n,"add",t,t)),this}function sQ(t,e,n=!1){!n&&!Yr(e)&&!v1(e)&&(e=Rt(e));const r=Rt(this),{has:o,get:i}=a6(r);let s=o.call(r,t);s||(t=Rt(t),s=o.call(r,t));const a=i.call(r,t);return r.set(t,e),s?hs(e,a)&&bi(r,"set",t,e):bi(r,"add",t,e),this}function aQ(t){const e=Rt(this),{has:n,get:r}=a6(e);let o=n.call(e,t);o||(t=Rt(t),o=n.call(e,t)),r&&r.call(e,t);const i=e.delete(t);return o&&bi(e,"delete",t,void 0),i}function lQ(){const t=Rt(this),e=t.size!==0,n=t.clear();return e&&bi(t,"clear",void 0,void 0),n}function A4(t,e){return function(r,o){const i=this,s=i.__v_raw,a=Rt(s),l=e?em:t?nm:Wn;return!t&&Xn(a,"iterate",T1),s.forEach((c,u)=>r.call(o,l(c),l(u),i))}}function w4(t,e,n){return function(...r){const o=this.__v_raw,i=Rt(o),s=ya(i),a=t==="entries"||t===Symbol.iterator&&s,l=t==="keys"&&s,c=o[t](...r),u=n?em:e?nm:Wn;return!e&&Xn(i,"iterate",l?_p:T1),{next(){const{value:d,done:f}=c.next();return f?{value:d,done:f}:{value:a?[u(d[0]),u(d[1])]:u(d),done:f}},[Symbol.iterator](){return this}}}}function Ui(t){return function(...e){return t==="delete"?!1:t==="clear"?void 0:this}}function FP(){const t={get(i){return S4(this,i)},get size(){return C4(this)},has:L4,add:iQ,set:sQ,delete:aQ,clear:lQ,forEach:A4(!1,!1)},e={get(i){return S4(this,i,!1,!0)},get size(){return C4(this)},has:L4,add(i){return iQ.call(this,i,!0)},set(i,s){return sQ.call(this,i,s,!0)},delete:aQ,clear:lQ,forEach:A4(!1,!0)},n={get(i){return S4(this,i,!0)},get size(){return C4(this,!0)},has(i){return L4.call(this,i,!0)},add:Ui("add"),set:Ui("set"),delete:Ui("delete"),clear:Ui("clear"),forEach:A4(!0,!1)},r={get(i){return S4(this,i,!0,!0)},get size(){return C4(this,!0)},has(i){return L4.call(this,i,!0)},add:Ui("add"),set:Ui("set"),delete:Ui("delete"),clear:Ui("clear"),forEach:A4(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{t[i]=w4(i,!1,!1),n[i]=w4(i,!0,!1),e[i]=w4(i,!1,!0),r[i]=w4(i,!0,!0)}),[t,n,e,r]}const[UP,GP,qP,jP]=FP();function l6(t,e){const n=e?t?jP:qP:t?GP:UP;return(r,o,i)=>o==="__v_isReactive"?!t:o==="__v_isReadonly"?t:o==="__v_raw"?r:Reflect.get($t(n,o)&&o in r?n:r,o,i)}const zP={get:l6(!1,!1)},YP={get:l6(!1,!0)},WP={get:l6(!0,!1)},KP={get:l6(!0,!0)},DO=new WeakMap,IO=new WeakMap,HO=new WeakMap,PO=new WeakMap;function ZP(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function XP(t){return t.__v_skip||!Object.isExtensible(t)?0:ZP(_P(t))}function cr(t){return v1(t)?t:c6(t,!1,PP,zP,DO)}function VO(t){return c6(t,!1,$P,YP,IO)}function $O(t){return c6(t,!0,VP,WP,HO)}function JP(t){return c6(t,!0,BP,KP,PO)}function c6(t,e,n,r,o){if(!Yt(t)||t.__v_raw&&!(e&&t.__v_isReactive))return t;const i=o.get(t);if(i)return i;const s=XP(t);if(s===0)return t;const a=new Proxy(t,s===2?r:n);return o.set(t,a),a}function Ea(t){return v1(t)?Ea(t.__v_raw):!!(t&&t.__v_isReactive)}function v1(t){return!!(t&&t.__v_isReadonly)}function Yr(t){return!!(t&&t.__v_isShallow)}function tm(t){return t?!!t.__v_raw:!1}function Rt(t){const e=t&&t.__v_raw;return e?Rt(e):t}function u6(t){return!$t(t,"__v_skip")&&Object.isExtensible(t)&&mO(t,"__v_skip",!0),t}const Wn=t=>Yt(t)?cr(t):t,nm=t=>Yt(t)?$O(t):t;function An(t){return t?t.__v_isRef===!0:!1}function ot(t){return BO(t,!1)}function eV(t){return BO(t,!0)}function BO(t,e){return An(t)?t:new tV(t,e)}class tV{constructor(e,n){this.dep=new i6,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?e:Rt(e),this._value=n?e:Wn(e),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(e){const n=this._rawValue,r=this.__v_isShallow||Yr(e)||v1(e);e=r?e:Rt(e),hs(e,n)&&(this._rawValue=e,this._value=r?e:Wn(e),this.dep.trigger())}}function gt(t){return An(t)?t.value:t}const nV={get:(t,e,n)=>e==="__v_raw"?t:gt(Reflect.get(t,e,n)),set:(t,e,n,r)=>{const o=t[e];return An(o)&&!An(n)?(o.value=n,!0):Reflect.set(t,e,n,r)}};function FO(t){return Ea(t)?t:new Proxy(t,nV)}class rV{constructor(e){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new i6,{get:r,set:o}=e(n.track.bind(n),n.trigger.bind(n));this._get=r,this._set=o}get value(){return this._value=this._get()}set value(e){this._set(e)}}function oV(t){return new rV(t)}function iV(t){const e=tt(t)?new Array(t.length):{};for(const n in t)e[n]=UO(t,n);return e}class sV{constructor(e,n,r){this._object=e,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const e=this._object[this._key];return this._value=e===void 0?this._defaultValue:e}set value(e){this._object[this._key]=e}get dep(){return NP(Rt(this._object),this._key)}}class aV{constructor(e){this._getter=e,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function K0(t,e,n){return An(t)?t:ut(t)?new aV(t):Yt(t)&&arguments.length>1?UO(t,e,n):ot(t)}function UO(t,e,n){const r=t[e];return An(r)?r:new sV(t,e,n)}class lV{constructor(e,n,r){this.fn=e,this.setter=n,this._value=void 0,this.dep=new i6(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=t3-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&nn!==this)return SO(this),!0}get value(){const e=this.dep.track();return AO(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}}function cV(t,e,n=!1){let r,o;return ut(t)?r=t:(r=t.get,o=t.set),new lV(r,o,n)}const O4={},Z0=new WeakMap;let o1;function uV(t,e=!1,n=o1){if(n){let r=Z0.get(n);r||Z0.set(n,r=[]),r.push(t)}}function dV(t,e,n=Xt){const{immediate:r,deep:o,once:i,scheduler:s,augmentJob:a,call:l}=n,c=b=>o?b:Yr(b)||o===!1||o===0?gi(b,1):gi(b);let u,d,f,T,g=!1,_=!1;if(An(t)?(d=()=>t.value,g=Yr(t)):Ea(t)?(d=()=>c(t),g=!0):tt(t)?(_=!0,g=t.some(b=>Ea(b)||Yr(b)),d=()=>t.map(b=>{if(An(b))return b.value;if(Ea(b))return c(b);if(ut(b))return l?l(b,2):b()})):ut(t)?e?d=l?()=>l(t,2):t:d=()=>{if(f){ys();try{f()}finally{bs()}}const b=o1;o1=u;try{return l?l(t,3,[T]):t(T)}finally{o1=b}}:d=$o,e&&o){const b=d,E=o===!0?1/0:o;d=()=>gi(b(),E)}const Q=bO(),m=()=>{u.stop(),Q&&Yh(Q.effects,u)};if(i&&e){const b=e;e=(...E)=>{b(...E),m()}}let v=_?new Array(t.length).fill(O4):O4;const y=b=>{if(!(!(u.flags&1)||!u.dirty&&!b))if(e){const E=u.run();if(o||g||(_?E.some((S,L)=>hs(S,v[L])):hs(E,v))){f&&f();const S=o1;o1=u;try{const L=[E,v===O4?void 0:_&&v[0]===O4?[]:v,T];l?l(e,3,L):e(...L),v=E}finally{o1=S}}}else u.run()};return a&&a(y),u=new EO(d),u.scheduler=s?()=>s(y,!1):y,T=b=>uV(b,!1,u),f=u.onStop=()=>{const b=Z0.get(u);if(b){if(l)l(b,4);else for(const E of b)E();Z0.delete(u)}},e?r?y(!0):v=u.run():s?s(y.bind(null,!0),!0):u.run(),m.pause=u.pause.bind(u),m.resume=u.resume.bind(u),m.stop=m,m}function gi(t,e=1/0,n){if(e<=0||!Yt(t)||t.__v_skip||(n=n||new Set,n.has(t)))return t;if(n.add(t),e--,An(t))gi(t.value,e,n);else if(tt(t))for(let r=0;r{gi(r,e,n)});else if(hO(t)){for(const r in t)gi(t[r],e,n);for(const r of Object.getOwnPropertySymbols(t))Object.prototype.propertyIsEnumerable.call(t,r)&&gi(t[r],e,n)}return t}/**
+**/let ar;class yO{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=ar,!e&&ar&&(this.index=(ar.scopes||(ar.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let e,n;if(this.scopes)for(e=0,n=this.scopes.length;e0)return;let t;for(;pa;){let e=pa,n;for(;e;)e.flags&1||(e.flags&=-9),e=e.next;for(e=pa,pa=void 0;e;){if(n=e.next,e.next=void 0,e.flags&=-9,e.flags&1)try{e.trigger()}catch(r){t||(t=r)}e=n}}if(t)throw t}function LO(t){for(let e=t.deps;e;e=e.nextDep)e.version=-1,e.prevActiveLink=e.dep.activeLink,e.dep.activeLink=e}function CO(t){let e,n=t.depsTail,r=n;for(;r;){const o=r.prevDep;r.version===-1?(r===n&&(n=o),Jh(r),MP(r)):e=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=o}t.deps=e,t.depsTail=n}function gp(t){for(let e=t.deps;e;e=e.nextDep)if(e.dep.version!==e.version||e.dep.computed&&(AO(e.dep.computed)||e.dep.version!==e.version))return!0;return!!t._dirty}function AO(t){if(t.flags&4&&!(t.flags&16)||(t.flags&=-17,t.globalVersion===t3))return;t.globalVersion=t3;const e=t.dep;if(t.flags|=2,e.version>0&&!t.isSSR&&t.deps&&!gp(t)){t.flags&=-3;return}const n=nn,r=uo;nn=t,uo=!0;try{LO(t);const o=t.fn(t._value);(e.version===0||hs(o,t._value))&&(t._value=o,e.version++)}catch(o){throw e.version++,o}finally{nn=n,uo=r,CO(t),t.flags&=-3}}function Jh(t,e=!1){const{dep:n,prevSub:r,nextSub:o}=t;if(r&&(r.nextSub=o,t.prevSub=void 0),o&&(o.prevSub=r,t.nextSub=void 0),n.subs===t&&(n.subs=r),!n.subs&&n.computed){n.computed.flags&=-5;for(let i=n.computed.deps;i;i=i.nextDep)Jh(i,!0)}!e&&!--n.sc&&n.map&&n.map.delete(n.key)}function MP(t){const{prevDep:e,nextDep:n}=t;e&&(e.nextDep=n,t.prevDep=void 0),n&&(n.prevDep=e,t.nextDep=void 0)}let uo=!0;const wO=[];function ys(){wO.push(uo),uo=!1}function bs(){const t=wO.pop();uo=t===void 0?!0:t}function rQ(t){const{cleanup:e}=t;if(t.cleanup=void 0,e){const n=nn;nn=void 0;try{e()}finally{nn=n}}}let t3=0;class RP{constructor(e,n){this.sub=e,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class o6{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.target=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(e){if(!nn||!uo||nn===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==nn)n=this.activeLink=new RP(nn,this),nn.deps?(n.prevDep=nn.depsTail,nn.depsTail.nextDep=n,nn.depsTail=n):nn.deps=nn.depsTail=n,OO(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=nn.depsTail,n.nextDep=void 0,nn.depsTail.nextDep=n,nn.depsTail=n,nn.deps===n&&(nn.deps=r)}return n}trigger(e){this.version++,t3++,this.notify(e)}notify(e){Zh();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Xh()}}}function OO(t){if(t.dep.sc++,t.sub.flags&4){const e=t.dep.computed;if(e&&!t.dep.subs){e.flags|=20;for(let r=e.deps;r;r=r.nextDep)OO(r)}const n=t.dep.subs;n!==t&&(t.prevSub=n,n&&(n.nextSub=t)),t.dep.subs=t}}const Y0=new WeakMap,T1=Symbol(""),_p=Symbol(""),n3=Symbol("");function Jn(t,e,n){if(uo&&nn){let r=Y0.get(t);r||Y0.set(t,r=new Map);let o=r.get(n);o||(r.set(n,o=new o6),o.target=t,o.map=r,o.key=n),o.track()}}function bi(t,e,n,r,o,i){const s=Y0.get(t);if(!s){t3++;return}const a=l=>{l&&l.trigger()};if(Zh(),e==="clear")s.forEach(a);else{const l=tt(t),c=l&&Wh(n);if(l&&n==="length"){const u=Number(r);s.forEach((d,f)=>{(f==="length"||f===n3||!jo(f)&&f>=u)&&a(d)})}else switch(n!==void 0&&a(s.get(n)),c&&a(s.get(n3)),e){case"add":l?c&&a(s.get("length")):(a(s.get(T1)),ya(t)&&a(s.get(_p)));break;case"delete":l||(a(s.get(T1)),ya(t)&&a(s.get(_p)));break;case"set":ya(t)&&a(s.get(T1));break}}Xh()}function NP(t,e){const n=Y0.get(t);return n&&n.get(e)}function j1(t){const e=Rt(t);return e===t?e:(Jn(e,"iterate",n3),Wr(t)?e:e.map(Wn))}function i6(t){return Jn(t=Rt(t),"iterate",n3),t}const kP={__proto__:null,[Symbol.iterator](){return Qd(this,Symbol.iterator,Wn)},concat(...t){return j1(this).concat(...t.map(e=>tt(e)?j1(e):e))},entries(){return Qd(this,"entries",t=>(t[1]=Wn(t[1]),t))},every(t,e){return oi(this,"every",t,e,void 0,arguments)},filter(t,e){return oi(this,"filter",t,e,n=>n.map(Wn),arguments)},find(t,e){return oi(this,"find",t,e,Wn,arguments)},findIndex(t,e){return oi(this,"findIndex",t,e,void 0,arguments)},findLast(t,e){return oi(this,"findLast",t,e,Wn,arguments)},findLastIndex(t,e){return oi(this,"findLastIndex",t,e,void 0,arguments)},forEach(t,e){return oi(this,"forEach",t,e,void 0,arguments)},includes(...t){return vd(this,"includes",t)},indexOf(...t){return vd(this,"indexOf",t)},join(t){return j1(this).join(t)},lastIndexOf(...t){return vd(this,"lastIndexOf",t)},map(t,e){return oi(this,"map",t,e,void 0,arguments)},pop(){return w2(this,"pop")},push(...t){return w2(this,"push",t)},reduce(t,...e){return oQ(this,"reduce",t,e)},reduceRight(t,...e){return oQ(this,"reduceRight",t,e)},shift(){return w2(this,"shift")},some(t,e){return oi(this,"some",t,e,void 0,arguments)},splice(...t){return w2(this,"splice",t)},toReversed(){return j1(this).toReversed()},toSorted(t){return j1(this).toSorted(t)},toSpliced(...t){return j1(this).toSpliced(...t)},unshift(...t){return w2(this,"unshift",t)},values(){return Qd(this,"values",Wn)}};function Qd(t,e,n){const r=i6(t),o=r[e]();return r!==t&&!Wr(t)&&(o._next=o.next,o.next=()=>{const i=o._next();return i.value&&(i.value=n(i.value)),i}),o}const DP=Array.prototype;function oi(t,e,n,r,o,i){const s=i6(t),a=s!==t&&!Wr(t),l=s[e];if(l!==DP[e]){const d=l.apply(t,i);return a?Wn(d):d}let c=n;s!==t&&(a?c=function(d,f){return n.call(this,Wn(d),f,t)}:n.length>2&&(c=function(d,f){return n.call(this,d,f,t)}));const u=l.call(s,c,r);return a&&o?o(u):u}function oQ(t,e,n,r){const o=i6(t);let i=n;return o!==t&&(Wr(t)?n.length>3&&(i=function(s,a,l){return n.call(this,s,a,l,t)}):i=function(s,a,l){return n.call(this,s,Wn(a),l,t)}),o[e](i,...r)}function vd(t,e,n){const r=Rt(t);Jn(r,"iterate",n3);const o=r[e](...n);return(o===-1||o===!1)&&tm(n[0])?(n[0]=Rt(n[0]),r[e](...n)):o}function w2(t,e,n=[]){ys(),Zh();const r=Rt(t)[e].apply(t,n);return Xh(),bs(),r}const IP=jh("__proto__,__v_isRef,__isVue"),MO=new Set(Object.getOwnPropertyNames(Symbol).filter(t=>t!=="arguments"&&t!=="caller").map(t=>Symbol[t]).filter(jo));function HP(t){jo(t)||(t=String(t));const e=Rt(this);return Jn(e,"has",t),e.hasOwnProperty(t)}class RO{constructor(e=!1,n=!1){this._isReadonly=e,this._isShallow=n}get(e,n,r){const o=this._isReadonly,i=this._isShallow;if(n==="__v_isReactive")return!o;if(n==="__v_isReadonly")return o;if(n==="__v_isShallow")return i;if(n==="__v_raw")return r===(o?i?PO:HO:i?IO:DO).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(r)?e:void 0;const s=tt(e);if(!o){let l;if(s&&(l=kP[n]))return l;if(n==="hasOwnProperty")return HP}const a=Reflect.get(e,n,An(e)?e:r);return(jo(n)?MO.has(n):IP(n))||(o||Jn(e,"get",n),i)?a:An(a)?s&&Wh(n)?a:a.value:Yt(a)?o?$O(a):ur(a):a}}class NO extends RO{constructor(e=!1){super(!1,e)}set(e,n,r,o){let i=e[n];if(!this._isShallow){const l=v1(i);if(!Wr(r)&&!v1(r)&&(i=Rt(i),r=Rt(r)),!tt(e)&&An(i)&&!An(r))return l?!1:(i.value=r,!0)}const s=tt(e)&&Wh(n)?Number(n)t,s6=t=>Reflect.getPrototypeOf(t);function S4(t,e,n=!1,r=!1){t=t.__v_raw;const o=Rt(t),i=Rt(e);n||(hs(e,i)&&Jn(o,"get",e),Jn(o,"get",i));const{has:s}=s6(o),a=r?em:n?nm:Wn;if(s.call(o,e))return a(t.get(e));if(s.call(o,i))return a(t.get(i));t!==o&&t.get(e)}function L4(t,e=!1){const n=this.__v_raw,r=Rt(n),o=Rt(t);return e||(hs(t,o)&&Jn(r,"has",t),Jn(r,"has",o)),t===o?n.has(t):n.has(t)||n.has(o)}function C4(t,e=!1){return t=t.__v_raw,!e&&Jn(Rt(t),"iterate",T1),Reflect.get(t,"size",t)}function iQ(t,e=!1){!e&&!Wr(t)&&!v1(t)&&(t=Rt(t));const n=Rt(this);return s6(n).has.call(n,t)||(n.add(t),bi(n,"add",t,t)),this}function sQ(t,e,n=!1){!n&&!Wr(e)&&!v1(e)&&(e=Rt(e));const r=Rt(this),{has:o,get:i}=s6(r);let s=o.call(r,t);s||(t=Rt(t),s=o.call(r,t));const a=i.call(r,t);return r.set(t,e),s?hs(e,a)&&bi(r,"set",t,e):bi(r,"add",t,e),this}function aQ(t){const e=Rt(this),{has:n,get:r}=s6(e);let o=n.call(e,t);o||(t=Rt(t),o=n.call(e,t)),r&&r.call(e,t);const i=e.delete(t);return o&&bi(e,"delete",t,void 0),i}function lQ(){const t=Rt(this),e=t.size!==0,n=t.clear();return e&&bi(t,"clear",void 0,void 0),n}function A4(t,e){return function(r,o){const i=this,s=i.__v_raw,a=Rt(s),l=e?em:t?nm:Wn;return!t&&Jn(a,"iterate",T1),s.forEach((c,u)=>r.call(o,l(c),l(u),i))}}function w4(t,e,n){return function(...r){const o=this.__v_raw,i=Rt(o),s=ya(i),a=t==="entries"||t===Symbol.iterator&&s,l=t==="keys"&&s,c=o[t](...r),u=n?em:e?nm:Wn;return!e&&Jn(i,"iterate",l?_p:T1),{next(){const{value:d,done:f}=c.next();return f?{value:d,done:f}:{value:a?[u(d[0]),u(d[1])]:u(d),done:f}},[Symbol.iterator](){return this}}}}function Ui(t){return function(...e){return t==="delete"?!1:t==="clear"?void 0:this}}function FP(){const t={get(i){return S4(this,i)},get size(){return C4(this)},has:L4,add:iQ,set:sQ,delete:aQ,clear:lQ,forEach:A4(!1,!1)},e={get(i){return S4(this,i,!1,!0)},get size(){return C4(this)},has:L4,add(i){return iQ.call(this,i,!0)},set(i,s){return sQ.call(this,i,s,!0)},delete:aQ,clear:lQ,forEach:A4(!1,!0)},n={get(i){return S4(this,i,!0)},get size(){return C4(this,!0)},has(i){return L4.call(this,i,!0)},add:Ui("add"),set:Ui("set"),delete:Ui("delete"),clear:Ui("clear"),forEach:A4(!0,!1)},r={get(i){return S4(this,i,!0,!0)},get size(){return C4(this,!0)},has(i){return L4.call(this,i,!0)},add:Ui("add"),set:Ui("set"),delete:Ui("delete"),clear:Ui("clear"),forEach:A4(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(i=>{t[i]=w4(i,!1,!1),n[i]=w4(i,!0,!1),e[i]=w4(i,!1,!0),r[i]=w4(i,!0,!0)}),[t,n,e,r]}const[UP,GP,qP,jP]=FP();function a6(t,e){const n=e?t?jP:qP:t?GP:UP;return(r,o,i)=>o==="__v_isReactive"?!t:o==="__v_isReadonly"?t:o==="__v_raw"?r:Reflect.get($t(n,o)&&o in r?n:r,o,i)}const zP={get:a6(!1,!1)},YP={get:a6(!1,!0)},WP={get:a6(!0,!1)},KP={get:a6(!0,!0)},DO=new WeakMap,IO=new WeakMap,HO=new WeakMap,PO=new WeakMap;function ZP(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function XP(t){return t.__v_skip||!Object.isExtensible(t)?0:ZP(_P(t))}function ur(t){return v1(t)?t:l6(t,!1,PP,zP,DO)}function VO(t){return l6(t,!1,$P,YP,IO)}function $O(t){return l6(t,!0,VP,WP,HO)}function JP(t){return l6(t,!0,BP,KP,PO)}function l6(t,e,n,r,o){if(!Yt(t)||t.__v_raw&&!(e&&t.__v_isReactive))return t;const i=o.get(t);if(i)return i;const s=XP(t);if(s===0)return t;const a=new Proxy(t,s===2?r:n);return o.set(t,a),a}function Ea(t){return v1(t)?Ea(t.__v_raw):!!(t&&t.__v_isReactive)}function v1(t){return!!(t&&t.__v_isReadonly)}function Wr(t){return!!(t&&t.__v_isShallow)}function tm(t){return t?!!t.__v_raw:!1}function Rt(t){const e=t&&t.__v_raw;return e?Rt(e):t}function c6(t){return!$t(t,"__v_skip")&&Object.isExtensible(t)&&mO(t,"__v_skip",!0),t}const Wn=t=>Yt(t)?ur(t):t,nm=t=>Yt(t)?$O(t):t;function An(t){return t?t.__v_isRef===!0:!1}function ot(t){return BO(t,!1)}function eV(t){return BO(t,!0)}function BO(t,e){return An(t)?t:new tV(t,e)}class tV{constructor(e,n){this.dep=new o6,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?e:Rt(e),this._value=n?e:Wn(e),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(e){const n=this._rawValue,r=this.__v_isShallow||Wr(e)||v1(e);e=r?e:Rt(e),hs(e,n)&&(this._rawValue=e,this._value=r?e:Wn(e),this.dep.trigger())}}function gt(t){return An(t)?t.value:t}const nV={get:(t,e,n)=>e==="__v_raw"?t:gt(Reflect.get(t,e,n)),set:(t,e,n,r)=>{const o=t[e];return An(o)&&!An(n)?(o.value=n,!0):Reflect.set(t,e,n,r)}};function FO(t){return Ea(t)?t:new Proxy(t,nV)}class rV{constructor(e){this.__v_isRef=!0,this._value=void 0;const n=this.dep=new o6,{get:r,set:o}=e(n.track.bind(n),n.trigger.bind(n));this._get=r,this._set=o}get value(){return this._value=this._get()}set value(e){this._set(e)}}function oV(t){return new rV(t)}function iV(t){const e=tt(t)?new Array(t.length):{};for(const n in t)e[n]=UO(t,n);return e}class sV{constructor(e,n,r){this._object=e,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const e=this._object[this._key];return this._value=e===void 0?this._defaultValue:e}set value(e){this._object[this._key]=e}get dep(){return NP(Rt(this._object),this._key)}}class aV{constructor(e){this._getter=e,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function W0(t,e,n){return An(t)?t:ut(t)?new aV(t):Yt(t)&&arguments.length>1?UO(t,e,n):ot(t)}function UO(t,e,n){const r=t[e];return An(r)?r:new sV(t,e,n)}class lV{constructor(e,n,r){this.fn=e,this.setter=n,this._value=void 0,this.dep=new o6(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=t3-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&nn!==this)return SO(this),!0}get value(){const e=this.dep.track();return AO(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}}function cV(t,e,n=!1){let r,o;return ut(t)?r=t:(r=t.get,o=t.set),new lV(r,o,n)}const O4={},K0=new WeakMap;let o1;function uV(t,e=!1,n=o1){if(n){let r=K0.get(n);r||K0.set(n,r=[]),r.push(t)}}function dV(t,e,n=Xt){const{immediate:r,deep:o,once:i,scheduler:s,augmentJob:a,call:l}=n,c=b=>o?b:Wr(b)||o===!1||o===0?gi(b,1):gi(b);let u,d,f,T,g=!1,_=!1;if(An(t)?(d=()=>t.value,g=Wr(t)):Ea(t)?(d=()=>c(t),g=!0):tt(t)?(_=!0,g=t.some(b=>Ea(b)||Wr(b)),d=()=>t.map(b=>{if(An(b))return b.value;if(Ea(b))return c(b);if(ut(b))return l?l(b,2):b()})):ut(t)?e?d=l?()=>l(t,2):t:d=()=>{if(f){ys();try{f()}finally{bs()}}const b=o1;o1=u;try{return l?l(t,3,[T]):t(T)}finally{o1=b}}:d=$o,e&&o){const b=d,E=o===!0?1/0:o;d=()=>gi(b(),E)}const Q=bO(),m=()=>{u.stop(),Q&&Yh(Q.effects,u)};if(i&&e){const b=e;e=(...E)=>{b(...E),m()}}let v=_?new Array(t.length).fill(O4):O4;const y=b=>{if(!(!(u.flags&1)||!u.dirty&&!b))if(e){const E=u.run();if(o||g||(_?E.some((S,L)=>hs(S,v[L])):hs(E,v))){f&&f();const S=o1;o1=u;try{const L=[E,v===O4?void 0:_&&v[0]===O4?[]:v,T];l?l(e,3,L):e(...L),v=E}finally{o1=S}}}else u.run()};return a&&a(y),u=new EO(d),u.scheduler=s?()=>s(y,!1):y,T=b=>uV(b,!1,u),f=u.onStop=()=>{const b=K0.get(u);if(b){if(l)l(b,4);else for(const E of b)E();K0.delete(u)}},e?r?y(!0):v=u.run():s?s(y.bind(null,!0),!0):u.run(),m.pause=u.pause.bind(u),m.resume=u.resume.bind(u),m.stop=m,m}function gi(t,e=1/0,n){if(e<=0||!Yt(t)||t.__v_skip||(n=n||new Set,n.has(t)))return t;if(n.add(t),e--,An(t))gi(t.value,e,n);else if(tt(t))for(let r=0;r{gi(r,e,n)});else if(hO(t)){for(const r in t)gi(t[r],e,n);for(const r of Object.getOwnPropertySymbols(t))Object.prototype.propertyIsEnumerable.call(t,r)&&gi(t[r],e,n)}return t}/**
* @vue/runtime-core v3.5.10
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
-**/function L3(t,e,n,r){try{return r?t(...r):t()}catch(o){d6(o,e,n)}}function To(t,e,n,r){if(ut(t)){const o=L3(t,e,n,r);return o&&fO(o)&&o.catch(i=>{d6(i,e,n)}),o}if(tt(t)){const o=[];for(let i=0;i>>1,o=ar[r],i=o3(o);i=o3(n)?ar.push(t):ar.splice(fV(e),0,t),t.flags|=1,qO()}}function qO(){!r3&&!Qp&&(Qp=!0,rm=GO.then(zO))}function pV(t){tt(t)?xa.push(...t):Ji&&t.id===-1?Ji.splice(Ta+1,0,t):t.flags&1||(xa.push(t),t.flags|=1),qO()}function cQ(t,e,n=r3?Mo+1:0){for(;no3(n)-o3(r));if(xa.length=0,Ji){Ji.push(...e);return}for(Ji=e,Ta=0;Tat.id==null?t.flags&2?-1:1/0:t.id;function zO(t){Qp=!1,r3=!0;try{for(Mo=0;Mo{r._d&&vQ(-1);const i=X0(e);let s;try{s=t(...o)}finally{X0(i),r._d&&vQ(1)}return s};return r._n=!0,r._c=!0,r._d=!0,r}function Y(t,e){if(Rn===null)return t;const n=_6(Rn),r=t.dirs||(t.dirs=[]);for(let o=0;ot.__isTeleport,Fl=t=>t&&(t.disabled||t.disabled===""),hV=t=>t&&(t.defer||t.defer===""),uQ=t=>typeof SVGElement<"u"&&t instanceof SVGElement,dQ=t=>typeof MathMLElement=="function"&&t instanceof MathMLElement,vp=(t,e)=>{const n=t&&t.to;return dn(n)?e?e(n):null:n},mV={name:"Teleport",__isTeleport:!0,process(t,e,n,r,o,i,s,a,l,c){const{mc:u,pc:d,pbc:f,o:{insert:T,querySelector:g,createText:_,createComment:Q}}=c,m=Fl(e.props);let{shapeFlag:v,children:y,dynamicChildren:b}=e;if(t==null){const E=e.el=_(""),S=e.anchor=_("");T(E,n,r),T(S,n,r);const L=(A,M)=>{v&16&&(o&&o.isCE&&(o.ce._teleportTarget=A),u(y,A,M,o,i,s,a,l))},w=()=>{const A=e.target=vp(e.props,g),M=ZO(A,e,_,T);A&&(s!=="svg"&&uQ(A)?s="svg":s!=="mathml"&&dQ(A)&&(s="mathml"),m||(L(A,M),R0(e)))};m&&(L(n,S),R0(e)),hV(e.props)?Mn(w,i):w()}else{e.el=t.el,e.targetStart=t.targetStart;const E=e.anchor=t.anchor,S=e.target=t.target,L=e.targetAnchor=t.targetAnchor,w=Fl(t.props),A=w?n:S,M=w?E:L;if(s==="svg"||uQ(S)?s="svg":(s==="mathml"||dQ(S))&&(s="mathml"),b?(f(t.dynamicChildren,b,A,o,i,s,a),lm(t,e,!0)):l||d(t,e,A,M,o,i,s,a,!1),m)w?e.props&&t.props&&e.props.to!==t.props.to&&(e.props.to=t.props.to):M4(e,n,E,c,1);else if((e.props&&e.props.to)!==(t.props&&t.props.to)){const D=e.target=vp(e.props,g);D&&M4(e,D,null,c,0)}else w&&M4(e,S,L,c,1);R0(e)}},remove(t,e,n,{um:r,o:{remove:o}},i){const{shapeFlag:s,children:a,anchor:l,targetStart:c,targetAnchor:u,target:d,props:f}=t;if(d&&(o(c),o(u)),i&&o(l),s&16){const T=i||!Fl(f);for(let g=0;g{t.isMounted=!0}),o2(()=>{t.isUnmounting=!0}),t}const $r=[Function,Array],JO={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:$r,onEnter:$r,onAfterEnter:$r,onEnterCancelled:$r,onBeforeLeave:$r,onLeave:$r,onAfterLeave:$r,onLeaveCancelled:$r,onBeforeAppear:$r,onAppear:$r,onAfterAppear:$r,onAppearCancelled:$r},eM=t=>{const e=t.subTree;return e.component?eM(e.component):e},QV={name:"BaseTransition",props:JO,setup(t,{slots:e}){const n=um(),r=XO();return()=>{const o=e.default&&im(e.default(),!0);if(!o||!o.length)return;const i=tM(o),s=Rt(t),{mode:a}=s;if(r.isLeaving)return yd(i);const l=TQ(i);if(!l)return yd(i);let c=i3(l,s,r,n,f=>c=f);l.type!==Kn&&ms(l,c);const u=n.subTree,d=u&&TQ(u);if(d&&d.type!==Kn&&!ls(l,d)&&eM(n).type!==Kn){const f=i3(d,s,r,n);if(ms(d,f),a==="out-in"&&l.type!==Kn)return r.isLeaving=!0,f.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete f.afterLeave},yd(i);a==="in-out"&&l.type!==Kn&&(f.delayLeave=(T,g,_)=>{const Q=nM(r,d);Q[String(d.key)]=d,T[es]=()=>{g(),T[es]=void 0,delete c.delayedLeave},c.delayedLeave=_})}return i}}};function tM(t){let e=t[0];if(t.length>1){for(const n of t)if(n.type!==Kn){e=n;break}}return e}const vV=QV;function nM(t,e){const{leavingVNodes:n}=t;let r=n.get(e.type);return r||(r=Object.create(null),n.set(e.type,r)),r}function i3(t,e,n,r,o){const{appear:i,mode:s,persisted:a=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:d,onBeforeLeave:f,onLeave:T,onAfterLeave:g,onLeaveCancelled:_,onBeforeAppear:Q,onAppear:m,onAfterAppear:v,onAppearCancelled:y}=e,b=String(t.key),E=nM(n,t),S=(A,M)=>{A&&To(A,r,9,M)},L=(A,M)=>{const D=M[1];S(A,M),tt(A)?A.every(I=>I.length<=1)&&D():A.length<=1&&D()},w={mode:s,persisted:a,beforeEnter(A){let M=l;if(!n.isMounted)if(i)M=Q||l;else return;A[es]&&A[es](!0);const D=E[b];D&&ls(t,D)&&D.el[es]&&D.el[es](),S(M,[A])},enter(A){let M=c,D=u,I=d;if(!n.isMounted)if(i)M=m||c,D=v||u,I=y||d;else return;let V=!1;const P=A[R4]=B=>{V||(V=!0,B?S(I,[A]):S(D,[A]),w.delayedLeave&&w.delayedLeave(),A[R4]=void 0)};M?L(M,[A,P]):P()},leave(A,M){const D=String(t.key);if(A[R4]&&A[R4](!0),n.isUnmounting)return M();S(f,[A]);let I=!1;const V=A[es]=P=>{I||(I=!0,M(),P?S(_,[A]):S(g,[A]),A[es]=void 0,E[D]===t&&delete E[D])};E[D]=t,T?L(T,[A,V]):V()},clone(A){const M=i3(A,e,n,r,o);return o&&o(M),M}};return w}function yd(t){if(T6(t))return t=wi(t),t.children=null,t}function TQ(t){if(!T6(t))return KO(t.type)&&t.children?tM(t.children):t;const{shapeFlag:e,children:n}=t;if(n){if(e&16)return n[0];if(e&32&&ut(n.default))return n.default()}}function ms(t,e){t.shapeFlag&6&&t.component?(t.transition=e,ms(t.component.subTree,e)):t.shapeFlag&128?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}function im(t,e=!1,n){let r=[],o=0;for(let i=0;i1)for(let i=0;iyp(g,e&&(tt(e)?e[_]:e),n,r,o));return}if(f1(r)&&!o)return;const i=r.shapeFlag&4?_6(r.component):r.el,s=o?null:i,{i:a,r:l}=t,c=e&&e.r,u=a.refs===Xt?a.refs={}:a.refs,d=a.setupState,f=Rt(d),T=d===Xt?()=>!1:g=>$t(f,g);if(c!=null&&c!==l&&(dn(c)?(u[c]=null,T(c)&&(d[c]=null)):An(c)&&(c.value=null)),ut(l))L3(l,a,12,[s,u]);else{const g=dn(l),_=An(l);if(g||_){const Q=()=>{if(t.f){const m=g?T(l)?d[l]:u[l]:l.value;o?tt(m)&&Yh(m,i):tt(m)?m.includes(i)||m.push(i):g?(u[l]=[i],T(l)&&(d[l]=u[l])):(l.value=[i],t.k&&(u[t.k]=l.value))}else g?(u[l]=s,T(l)&&(d[l]=s)):_&&(l.value=s,t.k&&(u[t.k]=s))};s?(Q.id=-1,Mn(Q,n)):Q()}}}const f1=t=>!!t.type.__asyncLoader,T6=t=>t.type.__isKeepAlive,yV={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(t,{slots:e}){const n=um(),r=n.ctx;if(!r.renderer)return()=>{const v=e.default&&e.default();return v&&v.length===1?v[0]:v};const o=new Map,i=new Set;let s=null;const a=n.suspense,{renderer:{p:l,m:c,um:u,o:{createElement:d}}}=r,f=d("div");r.activate=(v,y,b,E,S)=>{const L=v.component;c(v,y,b,0,a),l(L.vnode,v,y,b,L,a,E,v.slotScopeIds,S),Mn(()=>{L.isDeactivated=!1,L.a&&ba(L.a);const w=v.props&&v.props.onVnodeMounted;w&&Fr(w,L.parent,v)},a)},r.deactivate=v=>{const y=v.component;ec(y.m),ec(y.a),c(v,f,null,1,a),Mn(()=>{y.da&&ba(y.da);const b=v.props&&v.props.onVnodeUnmounted;b&&Fr(b,y.parent,v),y.isDeactivated=!0},a)};function T(v){bd(v),u(v,n,a,!0)}function g(v){o.forEach((y,b)=>{const E=Cp(y.type);E&&!v(E)&&_(b)})}function _(v){const y=o.get(v);y&&(!s||!ls(y,s))?T(y):s&&bd(s),o.delete(v),i.delete(v)}Bn(()=>[t.include,t.exclude],([v,y])=>{v&&g(b=>Il(v,b)),y&&g(b=>!Il(y,b))},{flush:"post",deep:!0});let Q=null;const m=()=>{Q!=null&&(tc(n.subTree.type)?Mn(()=>{o.set(Q,N4(n.subTree))},n.subTree.suspense):o.set(Q,N4(n.subTree)))};return Wo(m),C3(m),o2(()=>{o.forEach(v=>{const{subTree:y,suspense:b}=n,E=N4(y);if(v.type===E.type&&v.key===E.key){bd(E);const S=E.component.da;S&&Mn(S,b);return}T(v)})}),()=>{if(Q=null,!e.default)return s=null;const v=e.default(),y=v[0];if(v.length>1)return s=null,v;if(!Oa(y)||!(y.shapeFlag&4)&&!(y.shapeFlag&128))return s=null,y;let b=N4(y);if(b.type===Kn)return s=null,b;const E=b.type,S=Cp(f1(b)?b.type.__asyncResolved||{}:E),{include:L,exclude:w,max:A}=t;if(L&&(!S||!Il(L,S))||w&&S&&Il(w,S))return b.shapeFlag&=-257,s=b,y;const M=b.key==null?E:b.key,D=o.get(M);return b.el&&(b=wi(b),y.shapeFlag&128&&(y.ssContent=b)),Q=M,D?(b.el=D.el,b.component=D.component,b.transition&&ms(b,b.transition),b.shapeFlag|=512,i.delete(M),i.add(M)):(i.add(M),A&&i.size>parseInt(A,10)&&_(i.values().next().value)),b.shapeFlag|=256,s=b,tc(y.type)?y:b}}},bV=yV;function Il(t,e){return tt(t)?t.some(n=>Il(n,e)):dn(t)?t.split(",").includes(e):gP(t)?(t.lastIndex=0,t.test(e)):!1}function EV(t,e){oM(t,"a",e)}function xV(t,e){oM(t,"da",e)}function oM(t,e,n=$n){const r=t.__wdc||(t.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return t()});if(f6(e,r,n),n){let o=n.parent;for(;o&&o.parent;)T6(o.parent.vnode)&&SV(r,e,n,o),o=o.parent}}function SV(t,e,n,r){const o=f6(e,t,r,!0);iM(()=>{Yh(r[e],o)},n)}function bd(t){t.shapeFlag&=-257,t.shapeFlag&=-513}function N4(t){return t.shapeFlag&128?t.ssContent:t}function f6(t,e,n=$n,r=!1){if(n){const o=n[t]||(n[t]=[]),i=e.__weh||(e.__weh=(...s)=>{ys();const a=A3(n),l=To(e,n,t,s);return a(),bs(),l});return r?o.unshift(i):o.push(i),i}}const Mi=t=>(e,n=$n)=>{(!g6||t==="sp")&&f6(t,(...r)=>e(...r),n)},LV=Mi("bm"),Wo=Mi("m"),CV=Mi("bu"),C3=Mi("u"),o2=Mi("bum"),iM=Mi("um"),AV=Mi("sp"),wV=Mi("rtg"),OV=Mi("rtc");function MV(t,e=$n){f6("ec",t,e)}const sM="components";function We(t,e){return lM(sM,t,!0,e)||t}const aM=Symbol.for("v-ndc");function p6(t){return dn(t)?lM(sM,t,!1)||t:t||aM}function lM(t,e,n=!0,r=!1){const o=Rn||$n;if(o){const i=o.type;{const a=Cp(i,!1);if(a&&(a===e||a===Jr(e)||a===o6(Jr(e))))return i}const s=fQ(o[t]||i[t],e)||fQ(o.appContext[t],e);return!s&&r?i:s}}function fQ(t,e){return t&&(t[e]||t[Jr(e)]||t[o6(Jr(e))])}function Fe(t,e,n,r){let o;const i=n,s=tt(t);if(s||dn(t)){const a=s&&Ea(t);let l=!1;a&&(l=!Yr(t),t=s6(t)),o=new Array(t.length);for(let c=0,u=t.length;ce(a,l,void 0,i));else{const a=Object.keys(t);o=new Array(a.length);for(let l=0,c=a.length;lOa(e)?!(e.type===Kn||e.type===Le&&!cM(e.children)):!0)?t:null}function RV(t,e){const n={};for(const r in t)n[/[A-Z]/.test(r)?`on:${r}`:M0(r)]=t[r];return n}const bp=t=>t?AM(t)?_6(t):bp(t.parent):null,Ul=En(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>bp(t.parent),$root:t=>bp(t.root),$host:t=>t.ce,$emit:t=>t.emit,$options:t=>sm(t),$forceUpdate:t=>t.f||(t.f=()=>{om(t.update)}),$nextTick:t=>t.n||(t.n=ke.bind(t.proxy)),$watch:t=>JV.bind(t)}),Ed=(t,e)=>t!==Xt&&!t.__isScriptSetup&&$t(t,e),NV={get({_:t},e){if(e==="__v_skip")return!0;const{ctx:n,setupState:r,data:o,props:i,accessCache:s,type:a,appContext:l}=t;let c;if(e[0]!=="$"){const T=s[e];if(T!==void 0)switch(T){case 1:return r[e];case 2:return o[e];case 4:return n[e];case 3:return i[e]}else{if(Ed(r,e))return s[e]=1,r[e];if(o!==Xt&&$t(o,e))return s[e]=2,o[e];if((c=t.propsOptions[0])&&$t(c,e))return s[e]=3,i[e];if(n!==Xt&&$t(n,e))return s[e]=4,n[e];Ep&&(s[e]=0)}}const u=Ul[e];let d,f;if(u)return e==="$attrs"&&Xn(t.attrs,"get",""),u(t);if((d=a.__cssModules)&&(d=d[e]))return d;if(n!==Xt&&$t(n,e))return s[e]=4,n[e];if(f=l.config.globalProperties,$t(f,e))return f[e]},set({_:t},e,n){const{data:r,setupState:o,ctx:i}=t;return Ed(o,e)?(o[e]=n,!0):r!==Xt&&$t(r,e)?(r[e]=n,!0):$t(t.props,e)||e[0]==="$"&&e.slice(1)in t?!1:(i[e]=n,!0)},has({_:{data:t,setupState:e,accessCache:n,ctx:r,appContext:o,propsOptions:i}},s){let a;return!!n[s]||t!==Xt&&$t(t,s)||Ed(e,s)||(a=i[0])&&$t(a,s)||$t(r,s)||$t(Ul,s)||$t(o.config.globalProperties,s)},defineProperty(t,e,n){return n.get!=null?t._.accessCache[e]=0:$t(n,"value")&&this.set(t,e,n.value,null),Reflect.defineProperty(t,e,n)}};function pQ(t){return tt(t)?t.reduce((e,n)=>(e[n]=null,e),{}):t}let Ep=!0;function kV(t){const e=sm(t),n=t.proxy,r=t.ctx;Ep=!1,e.beforeCreate&&hQ(e.beforeCreate,t,"bc");const{data:o,computed:i,methods:s,watch:a,provide:l,inject:c,created:u,beforeMount:d,mounted:f,beforeUpdate:T,updated:g,activated:_,deactivated:Q,beforeDestroy:m,beforeUnmount:v,destroyed:y,unmounted:b,render:E,renderTracked:S,renderTriggered:L,errorCaptured:w,serverPrefetch:A,expose:M,inheritAttrs:D,components:I,directives:V,filters:P}=e;if(c&&DV(c,r,null),s)for(const q in s){const G=s[q];ut(G)&&(r[q]=G.bind(n))}if(o){const q=o.call(n,n);Yt(q)&&(t.data=cr(q))}if(Ep=!0,i)for(const q in i){const G=i[q],J=ut(G)?G.bind(n,n):ut(G.get)?G.get.bind(n,n):$o,K=!ut(G)&&ut(G.set)?G.set.bind(n):$o,ne=Ze({get:J,set:K});Object.defineProperty(r,q,{enumerable:!0,configurable:!0,get:()=>ne.value,set:pe=>ne.value=pe})}if(a)for(const q in a)uM(a[q],r,n,q);if(l){const q=ut(l)?l.call(n):l;Reflect.ownKeys(q).forEach(G=>{La(G,q[G])})}u&&hQ(u,t,"c");function $(q,G){tt(G)?G.forEach(J=>q(J.bind(n))):G&&q(G.bind(n))}if($(LV,d),$(Wo,f),$(CV,T),$(C3,g),$(EV,_),$(xV,Q),$(MV,w),$(OV,S),$(wV,L),$(o2,v),$(iM,b),$(AV,A),tt(M))if(M.length){const q=t.exposed||(t.exposed={});M.forEach(G=>{Object.defineProperty(q,G,{get:()=>n[G],set:J=>n[G]=J})})}else t.exposed||(t.exposed={});E&&t.render===$o&&(t.render=E),D!=null&&(t.inheritAttrs=D),I&&(t.components=I),V&&(t.directives=V),A&&rM(t)}function DV(t,e,n=$o){tt(t)&&(t=xp(t));for(const r in t){const o=t[r];let i;Yt(o)?"default"in o?i=Wr(o.from||r,o.default,!0):i=Wr(o.from||r):i=Wr(o),An(i)?Object.defineProperty(e,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:s=>i.value=s}):e[r]=i}}function hQ(t,e,n){To(tt(t)?t.map(r=>r.bind(e.proxy)):t.bind(e.proxy),e,n)}function uM(t,e,n,r){let o=r.includes(".")?EM(n,r):()=>n[r];if(dn(t)){const i=e[t];ut(i)&&Bn(o,i)}else if(ut(t))Bn(o,t.bind(n));else if(Yt(t))if(tt(t))t.forEach(i=>uM(i,e,n,r));else{const i=ut(t.handler)?t.handler.bind(n):e[t.handler];ut(i)&&Bn(o,i,t)}}function sm(t){const e=t.type,{mixins:n,extends:r}=e,{mixins:o,optionsCache:i,config:{optionMergeStrategies:s}}=t.appContext,a=i.get(e);let l;return a?l=a:!o.length&&!n&&!r?l=e:(l={},o.length&&o.forEach(c=>J0(l,c,s,!0)),J0(l,e,s)),Yt(e)&&i.set(e,l),l}function J0(t,e,n,r=!1){const{mixins:o,extends:i}=e;i&&J0(t,i,n,!0),o&&o.forEach(s=>J0(t,s,n,!0));for(const s in e)if(!(r&&s==="expose")){const a=IV[s]||n&&n[s];t[s]=a?a(t[s],e[s]):e[s]}return t}const IV={data:mQ,props:gQ,emits:gQ,methods:Hl,computed:Hl,beforeCreate:ir,created:ir,beforeMount:ir,mounted:ir,beforeUpdate:ir,updated:ir,beforeDestroy:ir,beforeUnmount:ir,destroyed:ir,unmounted:ir,activated:ir,deactivated:ir,errorCaptured:ir,serverPrefetch:ir,components:Hl,directives:Hl,watch:PV,provide:mQ,inject:HV};function mQ(t,e){return e?t?function(){return En(ut(t)?t.call(this,this):t,ut(e)?e.call(this,this):e)}:e:t}function HV(t,e){return Hl(xp(t),xp(e))}function xp(t){if(tt(t)){const e={};for(let n=0;n1)return n&&ut(e)?e.call(r&&r.proxy):e}}const TM={},fM=()=>Object.create(TM),pM=t=>Object.getPrototypeOf(t)===TM;function BV(t,e,n,r=!1){const o={},i=fM();t.propsDefaults=Object.create(null),hM(t,e,o,i);for(const s in t.propsOptions[0])s in o||(o[s]=void 0);n?t.props=r?o:VO(o):t.type.props?t.props=o:t.props=i,t.attrs=i}function FV(t,e,n,r){const{props:o,attrs:i,vnode:{patchFlag:s}}=t,a=Rt(o),[l]=t.propsOptions;let c=!1;if((r||s>0)&&!(s&16)){if(s&8){const u=t.vnode.dynamicProps;for(let d=0;d{l=!0;const[f,T]=mM(d,e,!0);En(s,f),T&&a.push(...T)};!n&&e.mixins.length&&e.mixins.forEach(u),t.extends&&u(t.extends),t.mixins&&t.mixins.forEach(u)}if(!i&&!l)return Yt(t)&&r.set(t,va),va;if(tt(i))for(let u=0;ut[0]==="_"||t==="$stable",am=t=>tt(t)?t.map(No):[No(t)],GV=(t,e,n)=>{if(e._n)return e;const r=be((...o)=>am(e(...o)),n);return r._c=!1,r},_M=(t,e,n)=>{const r=t._ctx;for(const o in t){if(gM(o))continue;const i=t[o];if(ut(i))e[o]=GV(o,i,r);else if(i!=null){const s=am(i);e[o]=()=>s}}},QM=(t,e)=>{const n=am(e);t.slots.default=()=>n},vM=(t,e,n)=>{for(const r in e)(n||r!=="_")&&(t[r]=e[r])},qV=(t,e,n)=>{const r=t.slots=fM();if(t.vnode.shapeFlag&32){const o=e._;o?(vM(r,e,n),n&&mO(r,"_",o,!0)):_M(e,r)}else e&&QM(t,e)},jV=(t,e,n)=>{const{vnode:r,slots:o}=t;let i=!0,s=Xt;if(r.shapeFlag&32){const a=e._;a?n&&a===1?i=!1:vM(o,e,n):(i=!e.$stable,_M(e,o)),s=e}else e&&(QM(t,e),s={default:1});if(i)for(const a in o)!gM(a)&&s[a]==null&&delete o[a]},Mn=s$;function zV(t){return YV(t)}function YV(t,e){const n=gO();n.__VUE__=!0;const{insert:r,remove:o,patchProp:i,createElement:s,createText:a,createComment:l,setText:c,setElementText:u,parentNode:d,nextSibling:f,setScopeId:T=$o,insertStaticContent:g}=t,_=(U,j,te,fe=null,de=null,oe=null,Se=void 0,ge=null,Qe=!!j.dynamicChildren)=>{if(U===j)return;U&&!ls(U,j)&&(fe=z(U),pe(U,de,oe,!0),U=null),j.patchFlag===-2&&(Qe=!1,j.dynamicChildren=null);const{type:xe,ref:De,shapeFlag:Oe}=j;switch(xe){case m6:Q(U,j,te,fe);break;case Kn:m(U,j,te,fe);break;case N0:U==null&&v(j,te,fe,Se);break;case Le:I(U,j,te,fe,de,oe,Se,ge,Qe);break;default:Oe&1?E(U,j,te,fe,de,oe,Se,ge,Qe):Oe&6?V(U,j,te,fe,de,oe,Se,ge,Qe):(Oe&64||Oe&128)&&xe.process(U,j,te,fe,de,oe,Se,ge,Qe,me)}De!=null&&de&&yp(De,U&&U.ref,oe,j||U,!j)},Q=(U,j,te,fe)=>{if(U==null)r(j.el=a(j.children),te,fe);else{const de=j.el=U.el;j.children!==U.children&&c(de,j.children)}},m=(U,j,te,fe)=>{U==null?r(j.el=l(j.children||""),te,fe):j.el=U.el},v=(U,j,te,fe)=>{[U.el,U.anchor]=g(U.children,j,te,fe,U.el,U.anchor)},y=({el:U,anchor:j},te,fe)=>{let de;for(;U&&U!==j;)de=f(U),r(U,te,fe),U=de;r(j,te,fe)},b=({el:U,anchor:j})=>{let te;for(;U&&U!==j;)te=f(U),o(U),U=te;o(j)},E=(U,j,te,fe,de,oe,Se,ge,Qe)=>{j.type==="svg"?Se="svg":j.type==="math"&&(Se="mathml"),U==null?S(j,te,fe,de,oe,Se,ge,Qe):A(U,j,de,oe,Se,ge,Qe)},S=(U,j,te,fe,de,oe,Se,ge)=>{let Qe,xe;const{props:De,shapeFlag:Oe,transition:Ve,dirs:he}=U;if(Qe=U.el=s(U.type,oe,De&&De.is,De),Oe&8?u(Qe,U.children):Oe&16&&w(U.children,Qe,null,fe,de,xd(U,oe),Se,ge),he&&Ds(U,null,fe,"created"),L(Qe,U,U.scopeId,Se,fe),De){for(const $e in De)$e!=="value"&&!Bl($e)&&i(Qe,$e,null,De[$e],oe,fe);"value"in De&&i(Qe,"value",null,De.value,oe),(xe=De.onVnodeBeforeMount)&&Fr(xe,fe,U)}he&&Ds(U,null,fe,"beforeMount");const Ae=WV(de,Ve);Ae&&Ve.beforeEnter(Qe),r(Qe,j,te),((xe=De&&De.onVnodeMounted)||Ae||he)&&Mn(()=>{xe&&Fr(xe,fe,U),Ae&&Ve.enter(Qe),he&&Ds(U,null,fe,"mounted")},de)},L=(U,j,te,fe,de)=>{if(te&&T(U,te),fe)for(let oe=0;oe{for(let xe=Qe;xe{const ge=j.el=U.el;let{patchFlag:Qe,dynamicChildren:xe,dirs:De}=j;Qe|=U.patchFlag&16;const Oe=U.props||Xt,Ve=j.props||Xt;let he;if(te&&Is(te,!1),(he=Ve.onVnodeBeforeUpdate)&&Fr(he,te,j,U),De&&Ds(j,U,te,"beforeUpdate"),te&&Is(te,!0),(Oe.innerHTML&&Ve.innerHTML==null||Oe.textContent&&Ve.textContent==null)&&u(ge,""),xe?M(U.dynamicChildren,xe,ge,te,fe,xd(j,de),oe):Se||G(U,j,ge,null,te,fe,xd(j,de),oe,!1),Qe>0){if(Qe&16)D(ge,Oe,Ve,te,de);else if(Qe&2&&Oe.class!==Ve.class&&i(ge,"class",null,Ve.class,de),Qe&4&&i(ge,"style",Oe.style,Ve.style,de),Qe&8){const Ae=j.dynamicProps;for(let $e=0;$e{he&&Fr(he,te,j,U),De&&Ds(j,U,te,"updated")},fe)},M=(U,j,te,fe,de,oe,Se)=>{for(let ge=0;ge{if(j!==te){if(j!==Xt)for(const oe in j)!Bl(oe)&&!(oe in te)&&i(U,oe,j[oe],null,de,fe);for(const oe in te){if(Bl(oe))continue;const Se=te[oe],ge=j[oe];Se!==ge&&oe!=="value"&&i(U,oe,ge,Se,de,fe)}"value"in te&&i(U,"value",j.value,te.value,de)}},I=(U,j,te,fe,de,oe,Se,ge,Qe)=>{const xe=j.el=U?U.el:a(""),De=j.anchor=U?U.anchor:a("");let{patchFlag:Oe,dynamicChildren:Ve,slotScopeIds:he}=j;he&&(ge=ge?ge.concat(he):he),U==null?(r(xe,te,fe),r(De,te,fe),w(j.children||[],te,De,de,oe,Se,ge,Qe)):Oe>0&&Oe&64&&Ve&&U.dynamicChildren?(M(U.dynamicChildren,Ve,te,de,oe,Se,ge),(j.key!=null||de&&j===de.subTree)&&lm(U,j,!0)):G(U,j,te,De,de,oe,Se,ge,Qe)},V=(U,j,te,fe,de,oe,Se,ge,Qe)=>{j.slotScopeIds=ge,U==null?j.shapeFlag&512?de.ctx.activate(j,te,fe,Se,Qe):P(j,te,fe,de,oe,Se,Qe):B(U,j,Qe)},P=(U,j,te,fe,de,oe,Se)=>{const ge=U.component=T$(U,fe,de);if(T6(U)&&(ge.ctx.renderer=me),f$(ge,!1,Se),ge.asyncDep){if(de&&de.registerDep(ge,$,Se),!U.el){const Qe=ge.subTree=Z(Kn);m(null,Qe,j,te)}}else $(ge,U,j,te,de,oe,Se)},B=(U,j,te)=>{const fe=j.component=U.component;if(o$(U,j,te))if(fe.asyncDep&&!fe.asyncResolved){q(fe,j,te);return}else fe.next=j,fe.update();else j.el=U.el,fe.vnode=j},$=(U,j,te,fe,de,oe,Se)=>{const ge=()=>{if(U.isMounted){let{next:Oe,bu:Ve,u:he,parent:Ae,vnode:$e}=U;{const lt=yM(U);if(lt){Oe&&(Oe.el=$e.el,q(U,Oe,Se)),lt.asyncDep.then(()=>{U.isUnmounted||ge()});return}}let Ue=Oe,dt;Is(U,!1),Oe?(Oe.el=$e.el,q(U,Oe,Se)):Oe=$e,Ve&&ba(Ve),(dt=Oe.props&&Oe.props.onVnodeBeforeUpdate)&&Fr(dt,Ae,Oe,$e),Is(U,!0);const _t=Sd(U),Dt=U.subTree;U.subTree=_t,_(Dt,_t,d(Dt.el),z(Dt),U,de,oe),Oe.el=_t.el,Ue===null&&i$(U,_t.el),he&&Mn(he,de),(dt=Oe.props&&Oe.props.onVnodeUpdated)&&Mn(()=>Fr(dt,Ae,Oe,$e),de)}else{let Oe;const{el:Ve,props:he}=j,{bm:Ae,m:$e,parent:Ue,root:dt,type:_t}=U,Dt=f1(j);if(Is(U,!1),Ae&&ba(Ae),!Dt&&(Oe=he&&he.onVnodeBeforeMount)&&Fr(Oe,Ue,j),Is(U,!0),Ve&&Ee){const lt=()=>{U.subTree=Sd(U),Ee(Ve,U.subTree,U,de,null)};Dt&&_t.__asyncHydrate?_t.__asyncHydrate(Ve,U,lt):lt()}else{dt.ce&&dt.ce._injectChildStyle(_t);const lt=U.subTree=Sd(U);_(null,lt,te,fe,U,de,oe),j.el=lt.el}if($e&&Mn($e,de),!Dt&&(Oe=he&&he.onVnodeMounted)){const lt=j;Mn(()=>Fr(Oe,Ue,lt),de)}(j.shapeFlag&256||Ue&&f1(Ue.vnode)&&Ue.vnode.shapeFlag&256)&&U.a&&Mn(U.a,de),U.isMounted=!0,j=te=fe=null}};U.scope.on();const Qe=U.effect=new EO(ge);U.scope.off();const xe=U.update=Qe.run.bind(Qe),De=U.job=Qe.runIfDirty.bind(Qe);De.i=U,De.id=U.uid,Qe.scheduler=()=>om(De),Is(U,!0),xe()},q=(U,j,te)=>{j.component=U;const fe=U.vnode.props;U.vnode=j,U.next=null,FV(U,j.props,fe,te),jV(U,j.children,te),ys(),cQ(U),bs()},G=(U,j,te,fe,de,oe,Se,ge,Qe=!1)=>{const xe=U&&U.children,De=U?U.shapeFlag:0,Oe=j.children,{patchFlag:Ve,shapeFlag:he}=j;if(Ve>0){if(Ve&128){K(xe,Oe,te,fe,de,oe,Se,ge,Qe);return}else if(Ve&256){J(xe,Oe,te,fe,de,oe,Se,ge,Qe);return}}he&8?(De&16&&_e(xe,de,oe),Oe!==xe&&u(te,Oe)):De&16?he&16?K(xe,Oe,te,fe,de,oe,Se,ge,Qe):_e(xe,de,oe,!0):(De&8&&u(te,""),he&16&&w(Oe,te,fe,de,oe,Se,ge,Qe))},J=(U,j,te,fe,de,oe,Se,ge,Qe)=>{U=U||va,j=j||va;const xe=U.length,De=j.length,Oe=Math.min(xe,De);let Ve;for(Ve=0;VeDe?_e(U,de,oe,!0,!1,Oe):w(j,te,fe,de,oe,Se,ge,Qe,Oe)},K=(U,j,te,fe,de,oe,Se,ge,Qe)=>{let xe=0;const De=j.length;let Oe=U.length-1,Ve=De-1;for(;xe<=Oe&&xe<=Ve;){const he=U[xe],Ae=j[xe]=Qe?ts(j[xe]):No(j[xe]);if(ls(he,Ae))_(he,Ae,te,null,de,oe,Se,ge,Qe);else break;xe++}for(;xe<=Oe&&xe<=Ve;){const he=U[Oe],Ae=j[Ve]=Qe?ts(j[Ve]):No(j[Ve]);if(ls(he,Ae))_(he,Ae,te,null,de,oe,Se,ge,Qe);else break;Oe--,Ve--}if(xe>Oe){if(xe<=Ve){const he=Ve+1,Ae=heVe)for(;xe<=Oe;)pe(U[xe],de,oe,!0),xe++;else{const he=xe,Ae=xe,$e=new Map;for(xe=Ae;xe<=Ve;xe++){const rn=j[xe]=Qe?ts(j[xe]):No(j[xe]);rn.key!=null&&$e.set(rn.key,xe)}let Ue,dt=0;const _t=Ve-Ae+1;let Dt=!1,lt=0;const Pt=new Array(_t);for(xe=0;xe<_t;xe++)Pt[xe]=0;for(xe=he;xe<=Oe;xe++){const rn=U[xe];if(dt>=_t){pe(rn,de,oe,!0);continue}let mn;if(rn.key!=null)mn=$e.get(rn.key);else for(Ue=Ae;Ue<=Ve;Ue++)if(Pt[Ue-Ae]===0&&ls(rn,j[Ue])){mn=Ue;break}mn===void 0?pe(rn,de,oe,!0):(Pt[mn-Ae]=xe+1,mn>=lt?lt=mn:Dt=!0,_(rn,j[mn],te,null,de,oe,Se,ge,Qe),dt++)}const hn=Dt?KV(Pt):va;for(Ue=hn.length-1,xe=_t-1;xe>=0;xe--){const rn=Ae+xe,mn=j[rn],Un=rn+1{const{el:oe,type:Se,transition:ge,children:Qe,shapeFlag:xe}=U;if(xe&6){ne(U.component.subTree,j,te,fe);return}if(xe&128){U.suspense.move(j,te,fe);return}if(xe&64){Se.move(U,j,te,me);return}if(Se===Le){r(oe,j,te);for(let Oe=0;Oege.enter(oe),de);else{const{leave:Oe,delayLeave:Ve,afterLeave:he}=ge,Ae=()=>r(oe,j,te),$e=()=>{Oe(oe,()=>{Ae(),he&&he()})};Ve?Ve(oe,Ae,$e):$e()}else r(oe,j,te)},pe=(U,j,te,fe=!1,de=!1)=>{const{type:oe,props:Se,ref:ge,children:Qe,dynamicChildren:xe,shapeFlag:De,patchFlag:Oe,dirs:Ve,cacheIndex:he}=U;if(Oe===-2&&(de=!1),ge!=null&&yp(ge,null,te,U,!0),he!=null&&(j.renderCache[he]=void 0),De&256){j.ctx.deactivate(U);return}const Ae=De&1&&Ve,$e=!f1(U);let Ue;if($e&&(Ue=Se&&Se.onVnodeBeforeUnmount)&&Fr(Ue,j,U),De&6)ce(U.component,te,fe);else{if(De&128){U.suspense.unmount(te,fe);return}Ae&&Ds(U,null,j,"beforeUnmount"),De&64?U.type.remove(U,j,te,me,fe):xe&&!xe.hasOnce&&(oe!==Le||Oe>0&&Oe&64)?_e(xe,j,te,!1,!0):(oe===Le&&Oe&384||!de&&De&16)&&_e(Qe,j,te),fe&&re(U)}($e&&(Ue=Se&&Se.onVnodeUnmounted)||Ae)&&Mn(()=>{Ue&&Fr(Ue,j,U),Ae&&Ds(U,null,j,"unmounted")},te)},re=U=>{const{type:j,el:te,anchor:fe,transition:de}=U;if(j===Le){F(te,fe);return}if(j===N0){b(U);return}const oe=()=>{o(te),de&&!de.persisted&&de.afterLeave&&de.afterLeave()};if(U.shapeFlag&1&&de&&!de.persisted){const{leave:Se,delayLeave:ge}=de,Qe=()=>Se(te,oe);ge?ge(U.el,oe,Qe):Qe()}else oe()},F=(U,j)=>{let te;for(;U!==j;)te=f(U),o(U),U=te;o(j)},ce=(U,j,te)=>{const{bum:fe,scope:de,job:oe,subTree:Se,um:ge,m:Qe,a:xe}=U;ec(Qe),ec(xe),fe&&ba(fe),de.stop(),oe&&(oe.flags|=8,pe(Se,U,j,te)),ge&&Mn(ge,j),Mn(()=>{U.isUnmounted=!0},j),j&&j.pendingBranch&&!j.isUnmounted&&U.asyncDep&&!U.asyncResolved&&U.suspenseId===j.pendingId&&(j.deps--,j.deps===0&&j.resolve())},_e=(U,j,te,fe=!1,de=!1,oe=0)=>{for(let Se=oe;Se{if(U.shapeFlag&6)return z(U.component.subTree);if(U.shapeFlag&128)return U.suspense.next();const j=f(U.anchor||U.el),te=j&&j[WO];return te?f(te):j};let ee=!1;const ue=(U,j,te)=>{U==null?j._vnode&&pe(j._vnode,null,null,!0):_(j._vnode||null,U,j,null,null,null,te),j._vnode=U,ee||(ee=!0,cQ(),jO(),ee=!1)},me={p:_,um:pe,m:ne,r:re,mt:P,mc:w,pc:G,pbc:M,n:z,o:t};let ye,Ee;return{render:ue,hydrate:ye,createApp:$V(ue,ye)}}function xd({type:t,props:e},n){return n==="svg"&&t==="foreignObject"||n==="mathml"&&t==="annotation-xml"&&e&&e.encoding&&e.encoding.includes("html")?void 0:n}function Is({effect:t,job:e},n){n?(t.flags|=32,e.flags|=4):(t.flags&=-33,e.flags&=-5)}function WV(t,e){return(!t||t&&!t.pendingBranch)&&e&&!e.persisted}function lm(t,e,n=!1){const r=t.children,o=e.children;if(tt(r)&&tt(o))for(let i=0;i>1,t[n[a]]0&&(e[r]=n[i-1]),n[i]=r)}}for(i=n.length,s=n[i-1];i-- >0;)n[i]=s,s=e[s];return n}function yM(t){const e=t.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:yM(e)}function ec(t){if(t)for(let e=0;eWr(ZV);function Bn(t,e,n){return bM(t,e,n)}function bM(t,e,n=Xt){const{immediate:r,deep:o,flush:i,once:s}=n,a=En({},n);let l;if(g6)if(i==="sync"){const f=XV();l=f.__watcherHandles||(f.__watcherHandles=[])}else if(!e||r)a.once=!0;else{const f=()=>{};return f.stop=$o,f.resume=$o,f.pause=$o,f}const c=$n;a.call=(f,T,g)=>To(f,c,T,g);let u=!1;i==="post"?a.scheduler=f=>{Mn(f,c&&c.suspense)}:i!=="sync"&&(u=!0,a.scheduler=(f,T)=>{T?f():om(f)}),a.augmentJob=f=>{e&&(f.flags|=4),u&&(f.flags|=2,c&&(f.id=c.uid,f.i=c))};const d=dV(t,e,a);return l&&l.push(d),d}function JV(t,e,n){const r=this.proxy,o=dn(t)?t.includes(".")?EM(r,t):()=>r[t]:t.bind(r,r);let i;ut(e)?i=e:(i=e.handler,n=e);const s=A3(this),a=bM(o,i.bind(r),n);return s(),a}function EM(t,e){const n=e.split(".");return()=>{let r=t;for(let o=0;oe==="modelValue"||e==="model-value"?t.modelModifiers:t[`${e}Modifiers`]||t[`${Jr(e)}Modifiers`]||t[`${vs(e)}Modifiers`];function t$(t,e,...n){if(t.isUnmounted)return;const r=t.vnode.props||Xt;let o=n;const i=e.startsWith("update:"),s=i&&e$(r,e.slice(7));s&&(s.trim&&(o=n.map(u=>dn(u)?u.trim():u)),s.number&&(o=n.map(Y0)));let a,l=r[a=M0(e)]||r[a=M0(Jr(e))];!l&&i&&(l=r[a=M0(vs(e))]),l&&To(l,t,6,o);const c=r[a+"Once"];if(c){if(!t.emitted)t.emitted={};else if(t.emitted[a])return;t.emitted[a]=!0,To(c,t,6,o)}}function xM(t,e,n=!1){const r=e.emitsCache,o=r.get(t);if(o!==void 0)return o;const i=t.emits;let s={},a=!1;if(!ut(t)){const l=c=>{const u=xM(c,e,!0);u&&(a=!0,En(s,u))};!n&&e.mixins.length&&e.mixins.forEach(l),t.extends&&l(t.extends),t.mixins&&t.mixins.forEach(l)}return!i&&!a?(Yt(t)&&r.set(t,null),null):(tt(i)?i.forEach(l=>s[l]=null):En(s,i),Yt(t)&&r.set(t,s),s)}function h6(t,e){return!t||!n6(e)?!1:(e=e.slice(2).replace(/Once$/,""),$t(t,e[0].toLowerCase()+e.slice(1))||$t(t,vs(e))||$t(t,e))}function Sd(t){const{type:e,vnode:n,proxy:r,withProxy:o,propsOptions:[i],slots:s,attrs:a,emit:l,render:c,renderCache:u,props:d,data:f,setupState:T,ctx:g,inheritAttrs:_}=t,Q=X0(t);let m,v;try{if(n.shapeFlag&4){const b=o||r,E=b;m=No(c.call(E,b,u,d,T,f,g)),v=a}else{const b=e;m=No(b.length>1?b(d,{attrs:a,slots:s,emit:l}):b(d,null)),v=e.props?a:n$(a)}}catch(b){Gl.length=0,d6(b,t,1),m=Z(Kn)}let y=m;if(v&&_!==!1){const b=Object.keys(v),{shapeFlag:E}=y;b.length&&E&7&&(i&&b.some(zh)&&(v=r$(v,i)),y=wi(y,v,!1,!0))}return n.dirs&&(y=wi(y,null,!1,!0),y.dirs=y.dirs?y.dirs.concat(n.dirs):n.dirs),n.transition&&ms(y,n.transition),m=y,X0(Q),m}const n$=t=>{let e;for(const n in t)(n==="class"||n==="style"||n6(n))&&((e||(e={}))[n]=t[n]);return e},r$=(t,e)=>{const n={};for(const r in t)(!zh(r)||!(r.slice(9)in e))&&(n[r]=t[r]);return n};function o$(t,e,n){const{props:r,children:o,component:i}=t,{props:s,children:a,patchFlag:l}=e,c=i.emitsOptions;if(e.dirs||e.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return r?QQ(r,s,c):!!s;if(l&8){const u=e.dynamicProps;for(let d=0;dt.__isSuspense;function s$(t,e){e&&e.pendingBranch?tt(t)?e.effects.push(...t):e.effects.push(t):pV(t)}const Le=Symbol.for("v-fgt"),m6=Symbol.for("v-txt"),Kn=Symbol.for("v-cmt"),N0=Symbol.for("v-stc"),Gl=[];let Mr=null;function R(t=!1){Gl.push(Mr=t?null:[])}function a$(){Gl.pop(),Mr=Gl[Gl.length-1]||null}let s3=1;function vQ(t){s3+=t,t<0&&Mr&&(Mr.hasOnce=!0)}function SM(t){return t.dynamicChildren=s3>0?Mr||va:null,a$(),s3>0&&Mr&&Mr.push(t),t}function k(t,e,n,r,o,i){return SM(h(t,e,n,r,o,i,!0))}function it(t,e,n,r,o){return SM(Z(t,e,n,r,o,!0))}function Oa(t){return t?t.__v_isVNode===!0:!1}function ls(t,e){return t.type===e.type&&t.key===e.key}const LM=({key:t})=>t??null,k0=({ref:t,ref_key:e,ref_for:n})=>(typeof t=="number"&&(t=""+t),t!=null?dn(t)||An(t)||ut(t)?{i:Rn,r:t,k:e,f:!!n}:t:null);function h(t,e=null,n=null,r=0,o=null,i=t===Le?0:1,s=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&LM(e),ref:e&&k0(e),scopeId:YO,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Rn};return a?(cm(l,n),i&128&&t.normalize(l)):n&&(l.shapeFlag|=dn(n)?8:16),s3>0&&!s&&Mr&&(l.patchFlag>0||i&6)&&l.patchFlag!==32&&Mr.push(l),l}const Z=l$;function l$(t,e=null,n=null,r=0,o=null,i=!1){if((!t||t===aM)&&(t=Kn),Oa(t)){const a=wi(t,e,!0);return n&&cm(a,n),s3>0&&!i&&Mr&&(a.shapeFlag&6?Mr[Mr.indexOf(t)]=a:Mr.push(a)),a.patchFlag=-2,a}if(g$(t)&&(t=t.__vccOpts),e){e=c$(e);let{class:a,style:l}=e;a&&!dn(a)&&(e.class=Ce(a)),Yt(l)&&(tm(l)&&!tt(l)&&(l=En({},l)),e.style=Gt(l))}const s=dn(t)?1:tc(t)?128:KO(t)?64:Yt(t)?4:ut(t)?2:0;return h(t,e,n,r,o,s,i,!0)}function c$(t){return t?tm(t)||pM(t)?En({},t):t:null}function wi(t,e,n=!1,r=!1){const{props:o,ref:i,patchFlag:s,children:a,transition:l}=t,c=e?CM(o||{},e):o,u={__v_isVNode:!0,__v_skip:!0,type:t.type,props:c,key:c&&LM(c),ref:e&&e.ref?n&&i?tt(i)?i.concat(k0(e)):[i,k0(e)]:k0(e):i,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:a,target:t.target,targetStart:t.targetStart,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==Le?s===-1?16:s|16:s,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:l,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&wi(t.ssContent),ssFallback:t.ssFallback&&wi(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce};return l&&r&&ms(u,l.clone(u)),u}function Pe(t=" ",e=0){return Z(m6,null,t,e)}function ds(t,e){const n=Z(N0,null,t);return n.staticCount=e,n}function W(t="",e=!1){return e?(R(),it(Kn,null,t)):Z(Kn,null,t)}function No(t){return t==null||typeof t=="boolean"?Z(Kn):tt(t)?Z(Le,null,t.slice()):Oa(t)?ts(t):Z(m6,null,String(t))}function ts(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:wi(t)}function cm(t,e){let n=0;const{shapeFlag:r}=t;if(e==null)e=null;else if(tt(e))n=16;else if(typeof e=="object")if(r&65){const o=e.default;o&&(o._c&&(o._d=!1),cm(t,o()),o._c&&(o._d=!0));return}else{n=32;const o=e._;!o&&!pM(e)?e._ctx=Rn:o===3&&Rn&&(Rn.slots._===1?e._=1:(e._=2,t.patchFlag|=1024))}else ut(e)?(e={default:e,_ctx:Rn},n=32):(e=String(e),r&64?(n=16,e=[Pe(e)]):n=8);t.children=e,t.shapeFlag|=n}function CM(...t){const e={};for(let n=0;n$n||Rn;let nc,Lp;{const t=gO(),e=(n,r)=>{let o;return(o=t[n])||(o=t[n]=[]),o.push(r),i=>{o.length>1?o.forEach(s=>s(i)):o[0](i)}};nc=e("__VUE_INSTANCE_SETTERS__",n=>$n=n),Lp=e("__VUE_SSR_SETTERS__",n=>g6=n)}const A3=t=>{const e=$n;return nc(t),t.scope.on(),()=>{t.scope.off(),nc(e)}},yQ=()=>{$n&&$n.scope.off(),nc(null)};function AM(t){return t.vnode.shapeFlag&4}let g6=!1;function f$(t,e=!1,n=!1){e&&Lp(e);const{props:r,children:o}=t.vnode,i=AM(t);BV(t,r,i,e),qV(t,o,n);const s=i?p$(t,e):void 0;return e&&Lp(!1),s}function p$(t,e){const n=t.type;t.accessCache=Object.create(null),t.proxy=new Proxy(t.ctx,NV);const{setup:r}=n;if(r){const o=t.setupContext=r.length>1?m$(t):null,i=A3(t);ys();const s=L3(r,t,0,[t.props,o]);if(bs(),i(),fO(s)){if(f1(t)||rM(t),s.then(yQ,yQ),e)return s.then(a=>{bQ(t,a,e)}).catch(a=>{d6(a,t,0)});t.asyncDep=s}else bQ(t,s,e)}else wM(t,e)}function bQ(t,e,n){ut(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:Yt(e)&&(t.setupState=FO(e)),wM(t,n)}let EQ;function wM(t,e,n){const r=t.type;if(!t.render){if(!e&&EQ&&!r.render){const o=r.template||sm(t).template;if(o){const{isCustomElement:i,compilerOptions:s}=t.appContext.config,{delimiters:a,compilerOptions:l}=r,c=En(En({isCustomElement:i,delimiters:a},s),l);r.render=EQ(o,c)}}t.render=r.render||$o}{const o=A3(t);ys();try{kV(t)}finally{bs(),o()}}}const h$={get(t,e){return Xn(t,"get",""),t[e]}};function m$(t){const e=n=>{t.exposed=n||{}};return{attrs:new Proxy(t.attrs,h$),slots:t.slots,emit:t.emit,expose:e}}function _6(t){return t.exposed?t.exposeProxy||(t.exposeProxy=new Proxy(FO(u6(t.exposed)),{get(e,n){if(n in e)return e[n];if(n in Ul)return Ul[n](t)},has(e,n){return n in e||n in Ul}})):t.proxy}function Cp(t,e=!0){return ut(t)?t.displayName||t.name:t.name||e&&t.__name}function g$(t){return ut(t)&&"__vccOpts"in t}const Ze=(t,e)=>cV(t,e,g6);function dm(t,e,n){const r=arguments.length;return r===2?Yt(e)&&!tt(e)?Oa(e)?Z(t,null,[e]):Z(t,e):Z(t,null,e):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Oa(n)&&(n=[n]),Z(t,e,n))}const _$="3.5.10";/**
+**/function L3(t,e,n,r){try{return r?t(...r):t()}catch(o){u6(o,e,n)}}function To(t,e,n,r){if(ut(t)){const o=L3(t,e,n,r);return o&&fO(o)&&o.catch(i=>{u6(i,e,n)}),o}if(tt(t)){const o=[];for(let i=0;i>>1,o=cr[r],i=o3(o);i=o3(n)?cr.push(t):cr.splice(fV(e),0,t),t.flags|=1,qO()}}function qO(){!r3&&!Qp&&(Qp=!0,rm=GO.then(zO))}function pV(t){tt(t)?xa.push(...t):Ji&&t.id===-1?Ji.splice(Ta+1,0,t):t.flags&1||(xa.push(t),t.flags|=1),qO()}function cQ(t,e,n=r3?Mo+1:0){for(;no3(n)-o3(r));if(xa.length=0,Ji){Ji.push(...e);return}for(Ji=e,Ta=0;Tat.id==null?t.flags&2?-1:1/0:t.id;function zO(t){Qp=!1,r3=!0;try{for(Mo=0;Mo{r._d&&vQ(-1);const i=Z0(e);let s;try{s=t(...o)}finally{Z0(i),r._d&&vQ(1)}return s};return r._n=!0,r._c=!0,r._d=!0,r}function Y(t,e){if(Rn===null)return t;const n=g6(Rn),r=t.dirs||(t.dirs=[]);for(let o=0;ot.__isTeleport,Fl=t=>t&&(t.disabled||t.disabled===""),hV=t=>t&&(t.defer||t.defer===""),uQ=t=>typeof SVGElement<"u"&&t instanceof SVGElement,dQ=t=>typeof MathMLElement=="function"&&t instanceof MathMLElement,vp=(t,e)=>{const n=t&&t.to;return dn(n)?e?e(n):null:n},mV={name:"Teleport",__isTeleport:!0,process(t,e,n,r,o,i,s,a,l,c){const{mc:u,pc:d,pbc:f,o:{insert:T,querySelector:g,createText:_,createComment:Q}}=c,m=Fl(e.props);let{shapeFlag:v,children:y,dynamicChildren:b}=e;if(t==null){const E=e.el=_(""),S=e.anchor=_("");T(E,n,r),T(S,n,r);const L=(A,R)=>{v&16&&(o&&o.isCE&&(o.ce._teleportTarget=A),u(y,A,R,o,i,s,a,l))},w=()=>{const A=e.target=vp(e.props,g),R=ZO(A,e,_,T);A&&(s!=="svg"&&uQ(A)?s="svg":s!=="mathml"&&dQ(A)&&(s="mathml"),m||(L(A,R),M0(e)))};m&&(L(n,S),M0(e)),hV(e.props)?Mn(w,i):w()}else{e.el=t.el,e.targetStart=t.targetStart;const E=e.anchor=t.anchor,S=e.target=t.target,L=e.targetAnchor=t.targetAnchor,w=Fl(t.props),A=w?n:S,R=w?E:L;if(s==="svg"||uQ(S)?s="svg":(s==="mathml"||dQ(S))&&(s="mathml"),b?(f(t.dynamicChildren,b,A,o,i,s,a),lm(t,e,!0)):l||d(t,e,A,R,o,i,s,a,!1),m)w?e.props&&t.props&&e.props.to!==t.props.to&&(e.props.to=t.props.to):M4(e,n,E,c,1);else if((e.props&&e.props.to)!==(t.props&&t.props.to)){const D=e.target=vp(e.props,g);D&&M4(e,D,null,c,0)}else w&&M4(e,S,L,c,1);M0(e)}},remove(t,e,n,{um:r,o:{remove:o}},i){const{shapeFlag:s,children:a,anchor:l,targetStart:c,targetAnchor:u,target:d,props:f}=t;if(d&&(o(c),o(u)),i&&o(l),s&16){const T=i||!Fl(f);for(let g=0;g{t.isMounted=!0}),o2(()=>{t.isUnmounting=!0}),t}const Br=[Function,Array],JO={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Br,onEnter:Br,onAfterEnter:Br,onEnterCancelled:Br,onBeforeLeave:Br,onLeave:Br,onAfterLeave:Br,onLeaveCancelled:Br,onBeforeAppear:Br,onAppear:Br,onAfterAppear:Br,onAppearCancelled:Br},eM=t=>{const e=t.subTree;return e.component?eM(e.component):e},QV={name:"BaseTransition",props:JO,setup(t,{slots:e}){const n=um(),r=XO();return()=>{const o=e.default&&im(e.default(),!0);if(!o||!o.length)return;const i=tM(o),s=Rt(t),{mode:a}=s;if(r.isLeaving)return yd(i);const l=TQ(i);if(!l)return yd(i);let c=i3(l,s,r,n,f=>c=f);l.type!==Kn&&ms(l,c);const u=n.subTree,d=u&&TQ(u);if(d&&d.type!==Kn&&!ls(l,d)&&eM(n).type!==Kn){const f=i3(d,s,r,n);if(ms(d,f),a==="out-in"&&l.type!==Kn)return r.isLeaving=!0,f.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete f.afterLeave},yd(i);a==="in-out"&&l.type!==Kn&&(f.delayLeave=(T,g,_)=>{const Q=nM(r,d);Q[String(d.key)]=d,T[es]=()=>{g(),T[es]=void 0,delete c.delayedLeave},c.delayedLeave=_})}return i}}};function tM(t){let e=t[0];if(t.length>1){for(const n of t)if(n.type!==Kn){e=n;break}}return e}const vV=QV;function nM(t,e){const{leavingVNodes:n}=t;let r=n.get(e.type);return r||(r=Object.create(null),n.set(e.type,r)),r}function i3(t,e,n,r,o){const{appear:i,mode:s,persisted:a=!1,onBeforeEnter:l,onEnter:c,onAfterEnter:u,onEnterCancelled:d,onBeforeLeave:f,onLeave:T,onAfterLeave:g,onLeaveCancelled:_,onBeforeAppear:Q,onAppear:m,onAfterAppear:v,onAppearCancelled:y}=e,b=String(t.key),E=nM(n,t),S=(A,R)=>{A&&To(A,r,9,R)},L=(A,R)=>{const D=R[1];S(A,R),tt(A)?A.every(I=>I.length<=1)&&D():A.length<=1&&D()},w={mode:s,persisted:a,beforeEnter(A){let R=l;if(!n.isMounted)if(i)R=Q||l;else return;A[es]&&A[es](!0);const D=E[b];D&&ls(t,D)&&D.el[es]&&D.el[es](),S(R,[A])},enter(A){let R=c,D=u,I=d;if(!n.isMounted)if(i)R=m||c,D=v||u,I=y||d;else return;let V=!1;const P=A[R4]=B=>{V||(V=!0,B?S(I,[A]):S(D,[A]),w.delayedLeave&&w.delayedLeave(),A[R4]=void 0)};R?L(R,[A,P]):P()},leave(A,R){const D=String(t.key);if(A[R4]&&A[R4](!0),n.isUnmounting)return R();S(f,[A]);let I=!1;const V=A[es]=P=>{I||(I=!0,R(),P?S(_,[A]):S(g,[A]),A[es]=void 0,E[D]===t&&delete E[D])};E[D]=t,T?L(T,[A,V]):V()},clone(A){const R=i3(A,e,n,r,o);return o&&o(R),R}};return w}function yd(t){if(d6(t))return t=wi(t),t.children=null,t}function TQ(t){if(!d6(t))return KO(t.type)&&t.children?tM(t.children):t;const{shapeFlag:e,children:n}=t;if(n){if(e&16)return n[0];if(e&32&&ut(n.default))return n.default()}}function ms(t,e){t.shapeFlag&6&&t.component?(t.transition=e,ms(t.component.subTree,e)):t.shapeFlag&128?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}function im(t,e=!1,n){let r=[],o=0;for(let i=0;i1)for(let i=0;iyp(g,e&&(tt(e)?e[_]:e),n,r,o));return}if(f1(r)&&!o)return;const i=r.shapeFlag&4?g6(r.component):r.el,s=o?null:i,{i:a,r:l}=t,c=e&&e.r,u=a.refs===Xt?a.refs={}:a.refs,d=a.setupState,f=Rt(d),T=d===Xt?()=>!1:g=>$t(f,g);if(c!=null&&c!==l&&(dn(c)?(u[c]=null,T(c)&&(d[c]=null)):An(c)&&(c.value=null)),ut(l))L3(l,a,12,[s,u]);else{const g=dn(l),_=An(l);if(g||_){const Q=()=>{if(t.f){const m=g?T(l)?d[l]:u[l]:l.value;o?tt(m)&&Yh(m,i):tt(m)?m.includes(i)||m.push(i):g?(u[l]=[i],T(l)&&(d[l]=u[l])):(l.value=[i],t.k&&(u[t.k]=l.value))}else g?(u[l]=s,T(l)&&(d[l]=s)):_&&(l.value=s,t.k&&(u[t.k]=s))};s?(Q.id=-1,Mn(Q,n)):Q()}}}const f1=t=>!!t.type.__asyncLoader,d6=t=>t.type.__isKeepAlive,yV={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(t,{slots:e}){const n=um(),r=n.ctx;if(!r.renderer)return()=>{const v=e.default&&e.default();return v&&v.length===1?v[0]:v};const o=new Map,i=new Set;let s=null;const a=n.suspense,{renderer:{p:l,m:c,um:u,o:{createElement:d}}}=r,f=d("div");r.activate=(v,y,b,E,S)=>{const L=v.component;c(v,y,b,0,a),l(L.vnode,v,y,b,L,a,E,v.slotScopeIds,S),Mn(()=>{L.isDeactivated=!1,L.a&&ba(L.a);const w=v.props&&v.props.onVnodeMounted;w&&Ur(w,L.parent,v)},a)},r.deactivate=v=>{const y=v.component;J0(y.m),J0(y.a),c(v,f,null,1,a),Mn(()=>{y.da&&ba(y.da);const b=v.props&&v.props.onVnodeUnmounted;b&&Ur(b,y.parent,v),y.isDeactivated=!0},a)};function T(v){bd(v),u(v,n,a,!0)}function g(v){o.forEach((y,b)=>{const E=Cp(y.type);E&&!v(E)&&_(b)})}function _(v){const y=o.get(v);y&&(!s||!ls(y,s))?T(y):s&&bd(s),o.delete(v),i.delete(v)}Bn(()=>[t.include,t.exclude],([v,y])=>{v&&g(b=>Il(v,b)),y&&g(b=>!Il(y,b))},{flush:"post",deep:!0});let Q=null;const m=()=>{Q!=null&&(ec(n.subTree.type)?Mn(()=>{o.set(Q,N4(n.subTree))},n.subTree.suspense):o.set(Q,N4(n.subTree)))};return Wo(m),C3(m),o2(()=>{o.forEach(v=>{const{subTree:y,suspense:b}=n,E=N4(y);if(v.type===E.type&&v.key===E.key){bd(E);const S=E.component.da;S&&Mn(S,b);return}T(v)})}),()=>{if(Q=null,!e.default)return s=null;const v=e.default(),y=v[0];if(v.length>1)return s=null,v;if(!Oa(y)||!(y.shapeFlag&4)&&!(y.shapeFlag&128))return s=null,y;let b=N4(y);if(b.type===Kn)return s=null,b;const E=b.type,S=Cp(f1(b)?b.type.__asyncResolved||{}:E),{include:L,exclude:w,max:A}=t;if(L&&(!S||!Il(L,S))||w&&S&&Il(w,S))return b.shapeFlag&=-257,s=b,y;const R=b.key==null?E:b.key,D=o.get(R);return b.el&&(b=wi(b),y.shapeFlag&128&&(y.ssContent=b)),Q=R,D?(b.el=D.el,b.component=D.component,b.transition&&ms(b,b.transition),b.shapeFlag|=512,i.delete(R),i.add(R)):(i.add(R),A&&i.size>parseInt(A,10)&&_(i.values().next().value)),b.shapeFlag|=256,s=b,ec(y.type)?y:b}}},bV=yV;function Il(t,e){return tt(t)?t.some(n=>Il(n,e)):dn(t)?t.split(",").includes(e):gP(t)?(t.lastIndex=0,t.test(e)):!1}function EV(t,e){oM(t,"a",e)}function xV(t,e){oM(t,"da",e)}function oM(t,e,n=$n){const r=t.__wdc||(t.__wdc=()=>{let o=n;for(;o;){if(o.isDeactivated)return;o=o.parent}return t()});if(T6(e,r,n),n){let o=n.parent;for(;o&&o.parent;)d6(o.parent.vnode)&&SV(r,e,n,o),o=o.parent}}function SV(t,e,n,r){const o=T6(e,t,r,!0);iM(()=>{Yh(r[e],o)},n)}function bd(t){t.shapeFlag&=-257,t.shapeFlag&=-513}function N4(t){return t.shapeFlag&128?t.ssContent:t}function T6(t,e,n=$n,r=!1){if(n){const o=n[t]||(n[t]=[]),i=e.__weh||(e.__weh=(...s)=>{ys();const a=A3(n),l=To(e,n,t,s);return a(),bs(),l});return r?o.unshift(i):o.push(i),i}}const Mi=t=>(e,n=$n)=>{(!m6||t==="sp")&&T6(t,(...r)=>e(...r),n)},LV=Mi("bm"),Wo=Mi("m"),CV=Mi("bu"),C3=Mi("u"),o2=Mi("bum"),iM=Mi("um"),AV=Mi("sp"),wV=Mi("rtg"),OV=Mi("rtc");function MV(t,e=$n){T6("ec",t,e)}const sM="components";function We(t,e){return lM(sM,t,!0,e)||t}const aM=Symbol.for("v-ndc");function f6(t){return dn(t)?lM(sM,t,!1)||t:t||aM}function lM(t,e,n=!0,r=!1){const o=Rn||$n;if(o){const i=o.type;{const a=Cp(i,!1);if(a&&(a===e||a===Jr(e)||a===r6(Jr(e))))return i}const s=fQ(o[t]||i[t],e)||fQ(o.appContext[t],e);return!s&&r?i:s}}function fQ(t,e){return t&&(t[e]||t[Jr(e)]||t[r6(Jr(e))])}function De(t,e,n,r){let o;const i=n,s=tt(t);if(s||dn(t)){const a=s&&Ea(t);let l=!1;a&&(l=!Wr(t),t=i6(t)),o=new Array(t.length);for(let c=0,u=t.length;ce(a,l,void 0,i));else{const a=Object.keys(t);o=new Array(a.length);for(let l=0,c=a.length;lOa(e)?!(e.type===Kn||e.type===xe&&!cM(e.children)):!0)?t:null}const bp=t=>t?AM(t)?g6(t):bp(t.parent):null,Ul=En(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>bp(t.parent),$root:t=>bp(t.root),$host:t=>t.ce,$emit:t=>t.emit,$options:t=>sm(t),$forceUpdate:t=>t.f||(t.f=()=>{om(t.update)}),$nextTick:t=>t.n||(t.n=ke.bind(t.proxy)),$watch:t=>XV.bind(t)}),Ed=(t,e)=>t!==Xt&&!t.__isScriptSetup&&$t(t,e),RV={get({_:t},e){if(e==="__v_skip")return!0;const{ctx:n,setupState:r,data:o,props:i,accessCache:s,type:a,appContext:l}=t;let c;if(e[0]!=="$"){const T=s[e];if(T!==void 0)switch(T){case 1:return r[e];case 2:return o[e];case 4:return n[e];case 3:return i[e]}else{if(Ed(r,e))return s[e]=1,r[e];if(o!==Xt&&$t(o,e))return s[e]=2,o[e];if((c=t.propsOptions[0])&&$t(c,e))return s[e]=3,i[e];if(n!==Xt&&$t(n,e))return s[e]=4,n[e];Ep&&(s[e]=0)}}const u=Ul[e];let d,f;if(u)return e==="$attrs"&&Jn(t.attrs,"get",""),u(t);if((d=a.__cssModules)&&(d=d[e]))return d;if(n!==Xt&&$t(n,e))return s[e]=4,n[e];if(f=l.config.globalProperties,$t(f,e))return f[e]},set({_:t},e,n){const{data:r,setupState:o,ctx:i}=t;return Ed(o,e)?(o[e]=n,!0):r!==Xt&&$t(r,e)?(r[e]=n,!0):$t(t.props,e)||e[0]==="$"&&e.slice(1)in t?!1:(i[e]=n,!0)},has({_:{data:t,setupState:e,accessCache:n,ctx:r,appContext:o,propsOptions:i}},s){let a;return!!n[s]||t!==Xt&&$t(t,s)||Ed(e,s)||(a=i[0])&&$t(a,s)||$t(r,s)||$t(Ul,s)||$t(o.config.globalProperties,s)},defineProperty(t,e,n){return n.get!=null?t._.accessCache[e]=0:$t(n,"value")&&this.set(t,e,n.value,null),Reflect.defineProperty(t,e,n)}};function pQ(t){return tt(t)?t.reduce((e,n)=>(e[n]=null,e),{}):t}let Ep=!0;function NV(t){const e=sm(t),n=t.proxy,r=t.ctx;Ep=!1,e.beforeCreate&&hQ(e.beforeCreate,t,"bc");const{data:o,computed:i,methods:s,watch:a,provide:l,inject:c,created:u,beforeMount:d,mounted:f,beforeUpdate:T,updated:g,activated:_,deactivated:Q,beforeDestroy:m,beforeUnmount:v,destroyed:y,unmounted:b,render:E,renderTracked:S,renderTriggered:L,errorCaptured:w,serverPrefetch:A,expose:R,inheritAttrs:D,components:I,directives:V,filters:P}=e;if(c&&kV(c,r,null),s)for(const q in s){const G=s[q];ut(G)&&(r[q]=G.bind(n))}if(o){const q=o.call(n,n);Yt(q)&&(t.data=ur(q))}if(Ep=!0,i)for(const q in i){const G=i[q],J=ut(G)?G.bind(n,n):ut(G.get)?G.get.bind(n,n):$o,K=!ut(G)&&ut(G.set)?G.set.bind(n):$o,ne=Ze({get:J,set:K});Object.defineProperty(r,q,{enumerable:!0,configurable:!0,get:()=>ne.value,set:pe=>ne.value=pe})}if(a)for(const q in a)uM(a[q],r,n,q);if(l){const q=ut(l)?l.call(n):l;Reflect.ownKeys(q).forEach(G=>{La(G,q[G])})}u&&hQ(u,t,"c");function $(q,G){tt(G)?G.forEach(J=>q(J.bind(n))):G&&q(G.bind(n))}if($(LV,d),$(Wo,f),$(CV,T),$(C3,g),$(EV,_),$(xV,Q),$(MV,w),$(OV,S),$(wV,L),$(o2,v),$(iM,b),$(AV,A),tt(R))if(R.length){const q=t.exposed||(t.exposed={});R.forEach(G=>{Object.defineProperty(q,G,{get:()=>n[G],set:J=>n[G]=J})})}else t.exposed||(t.exposed={});E&&t.render===$o&&(t.render=E),D!=null&&(t.inheritAttrs=D),I&&(t.components=I),V&&(t.directives=V),A&&rM(t)}function kV(t,e,n=$o){tt(t)&&(t=xp(t));for(const r in t){const o=t[r];let i;Yt(o)?"default"in o?i=Kr(o.from||r,o.default,!0):i=Kr(o.from||r):i=Kr(o),An(i)?Object.defineProperty(e,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:s=>i.value=s}):e[r]=i}}function hQ(t,e,n){To(tt(t)?t.map(r=>r.bind(e.proxy)):t.bind(e.proxy),e,n)}function uM(t,e,n,r){let o=r.includes(".")?EM(n,r):()=>n[r];if(dn(t)){const i=e[t];ut(i)&&Bn(o,i)}else if(ut(t))Bn(o,t.bind(n));else if(Yt(t))if(tt(t))t.forEach(i=>uM(i,e,n,r));else{const i=ut(t.handler)?t.handler.bind(n):e[t.handler];ut(i)&&Bn(o,i,t)}}function sm(t){const e=t.type,{mixins:n,extends:r}=e,{mixins:o,optionsCache:i,config:{optionMergeStrategies:s}}=t.appContext,a=i.get(e);let l;return a?l=a:!o.length&&!n&&!r?l=e:(l={},o.length&&o.forEach(c=>X0(l,c,s,!0)),X0(l,e,s)),Yt(e)&&i.set(e,l),l}function X0(t,e,n,r=!1){const{mixins:o,extends:i}=e;i&&X0(t,i,n,!0),o&&o.forEach(s=>X0(t,s,n,!0));for(const s in e)if(!(r&&s==="expose")){const a=DV[s]||n&&n[s];t[s]=a?a(t[s],e[s]):e[s]}return t}const DV={data:mQ,props:gQ,emits:gQ,methods:Hl,computed:Hl,beforeCreate:sr,created:sr,beforeMount:sr,mounted:sr,beforeUpdate:sr,updated:sr,beforeDestroy:sr,beforeUnmount:sr,destroyed:sr,unmounted:sr,activated:sr,deactivated:sr,errorCaptured:sr,serverPrefetch:sr,components:Hl,directives:Hl,watch:HV,provide:mQ,inject:IV};function mQ(t,e){return e?t?function(){return En(ut(t)?t.call(this,this):t,ut(e)?e.call(this,this):e)}:e:t}function IV(t,e){return Hl(xp(t),xp(e))}function xp(t){if(tt(t)){const e={};for(let n=0;n1)return n&&ut(e)?e.call(r&&r.proxy):e}}const TM={},fM=()=>Object.create(TM),pM=t=>Object.getPrototypeOf(t)===TM;function $V(t,e,n,r=!1){const o={},i=fM();t.propsDefaults=Object.create(null),hM(t,e,o,i);for(const s in t.propsOptions[0])s in o||(o[s]=void 0);n?t.props=r?o:VO(o):t.type.props?t.props=o:t.props=i,t.attrs=i}function BV(t,e,n,r){const{props:o,attrs:i,vnode:{patchFlag:s}}=t,a=Rt(o),[l]=t.propsOptions;let c=!1;if((r||s>0)&&!(s&16)){if(s&8){const u=t.vnode.dynamicProps;for(let d=0;d{l=!0;const[f,T]=mM(d,e,!0);En(s,f),T&&a.push(...T)};!n&&e.mixins.length&&e.mixins.forEach(u),t.extends&&u(t.extends),t.mixins&&t.mixins.forEach(u)}if(!i&&!l)return Yt(t)&&r.set(t,va),va;if(tt(i))for(let u=0;ut[0]==="_"||t==="$stable",am=t=>tt(t)?t.map(No):[No(t)],UV=(t,e,n)=>{if(e._n)return e;const r=be((...o)=>am(e(...o)),n);return r._c=!1,r},_M=(t,e,n)=>{const r=t._ctx;for(const o in t){if(gM(o))continue;const i=t[o];if(ut(i))e[o]=UV(o,i,r);else if(i!=null){const s=am(i);e[o]=()=>s}}},QM=(t,e)=>{const n=am(e);t.slots.default=()=>n},vM=(t,e,n)=>{for(const r in e)(n||r!=="_")&&(t[r]=e[r])},GV=(t,e,n)=>{const r=t.slots=fM();if(t.vnode.shapeFlag&32){const o=e._;o?(vM(r,e,n),n&&mO(r,"_",o,!0)):_M(e,r)}else e&&QM(t,e)},qV=(t,e,n)=>{const{vnode:r,slots:o}=t;let i=!0,s=Xt;if(r.shapeFlag&32){const a=e._;a?n&&a===1?i=!1:vM(o,e,n):(i=!e.$stable,_M(e,o)),s=e}else e&&(QM(t,e),s={default:1});if(i)for(const a in o)!gM(a)&&s[a]==null&&delete o[a]},Mn=i$;function jV(t){return zV(t)}function zV(t,e){const n=gO();n.__VUE__=!0;const{insert:r,remove:o,patchProp:i,createElement:s,createText:a,createComment:l,setText:c,setElementText:u,parentNode:d,nextSibling:f,setScopeId:T=$o,insertStaticContent:g}=t,_=(U,j,te,fe=null,de=null,ie=null,Le=void 0,ge=null,Qe=!!j.dynamicChildren)=>{if(U===j)return;U&&!ls(U,j)&&(fe=z(U),pe(U,de,ie,!0),U=null),j.patchFlag===-2&&(Qe=!1,j.dynamicChildren=null);const{type:Se,ref:Ie,shapeFlag:Oe}=j;switch(Se){case h6:Q(U,j,te,fe);break;case Kn:m(U,j,te,fe);break;case R0:U==null&&v(j,te,fe,Le);break;case xe:I(U,j,te,fe,de,ie,Le,ge,Qe);break;default:Oe&1?E(U,j,te,fe,de,ie,Le,ge,Qe):Oe&6?V(U,j,te,fe,de,ie,Le,ge,Qe):(Oe&64||Oe&128)&&Se.process(U,j,te,fe,de,ie,Le,ge,Qe,me)}Ie!=null&&de&&yp(Ie,U&&U.ref,ie,j||U,!j)},Q=(U,j,te,fe)=>{if(U==null)r(j.el=a(j.children),te,fe);else{const de=j.el=U.el;j.children!==U.children&&c(de,j.children)}},m=(U,j,te,fe)=>{U==null?r(j.el=l(j.children||""),te,fe):j.el=U.el},v=(U,j,te,fe)=>{[U.el,U.anchor]=g(U.children,j,te,fe,U.el,U.anchor)},y=({el:U,anchor:j},te,fe)=>{let de;for(;U&&U!==j;)de=f(U),r(U,te,fe),U=de;r(j,te,fe)},b=({el:U,anchor:j})=>{let te;for(;U&&U!==j;)te=f(U),o(U),U=te;o(j)},E=(U,j,te,fe,de,ie,Le,ge,Qe)=>{j.type==="svg"?Le="svg":j.type==="math"&&(Le="mathml"),U==null?S(j,te,fe,de,ie,Le,ge,Qe):A(U,j,de,ie,Le,ge,Qe)},S=(U,j,te,fe,de,ie,Le,ge)=>{let Qe,Se;const{props:Ie,shapeFlag:Oe,transition:$e,dirs:he}=U;if(Qe=U.el=s(U.type,ie,Ie&&Ie.is,Ie),Oe&8?u(Qe,U.children):Oe&16&&w(U.children,Qe,null,fe,de,xd(U,ie),Le,ge),he&&Ds(U,null,fe,"created"),L(Qe,U,U.scopeId,Le,fe),Ie){for(const Be in Ie)Be!=="value"&&!Bl(Be)&&i(Qe,Be,null,Ie[Be],ie,fe);"value"in Ie&&i(Qe,"value",null,Ie.value,ie),(Se=Ie.onVnodeBeforeMount)&&Ur(Se,fe,U)}he&&Ds(U,null,fe,"beforeMount");const Ae=YV(de,$e);Ae&&$e.beforeEnter(Qe),r(Qe,j,te),((Se=Ie&&Ie.onVnodeMounted)||Ae||he)&&Mn(()=>{Se&&Ur(Se,fe,U),Ae&&$e.enter(Qe),he&&Ds(U,null,fe,"mounted")},de)},L=(U,j,te,fe,de)=>{if(te&&T(U,te),fe)for(let ie=0;ie{for(let Se=Qe;Se{const ge=j.el=U.el;let{patchFlag:Qe,dynamicChildren:Se,dirs:Ie}=j;Qe|=U.patchFlag&16;const Oe=U.props||Xt,$e=j.props||Xt;let he;if(te&&Is(te,!1),(he=$e.onVnodeBeforeUpdate)&&Ur(he,te,j,U),Ie&&Ds(j,U,te,"beforeUpdate"),te&&Is(te,!0),(Oe.innerHTML&&$e.innerHTML==null||Oe.textContent&&$e.textContent==null)&&u(ge,""),Se?R(U.dynamicChildren,Se,ge,te,fe,xd(j,de),ie):Le||G(U,j,ge,null,te,fe,xd(j,de),ie,!1),Qe>0){if(Qe&16)D(ge,Oe,$e,te,de);else if(Qe&2&&Oe.class!==$e.class&&i(ge,"class",null,$e.class,de),Qe&4&&i(ge,"style",Oe.style,$e.style,de),Qe&8){const Ae=j.dynamicProps;for(let Be=0;Be{he&&Ur(he,te,j,U),Ie&&Ds(j,U,te,"updated")},fe)},R=(U,j,te,fe,de,ie,Le)=>{for(let ge=0;ge{if(j!==te){if(j!==Xt)for(const ie in j)!Bl(ie)&&!(ie in te)&&i(U,ie,j[ie],null,de,fe);for(const ie in te){if(Bl(ie))continue;const Le=te[ie],ge=j[ie];Le!==ge&&ie!=="value"&&i(U,ie,ge,Le,de,fe)}"value"in te&&i(U,"value",j.value,te.value,de)}},I=(U,j,te,fe,de,ie,Le,ge,Qe)=>{const Se=j.el=U?U.el:a(""),Ie=j.anchor=U?U.anchor:a("");let{patchFlag:Oe,dynamicChildren:$e,slotScopeIds:he}=j;he&&(ge=ge?ge.concat(he):he),U==null?(r(Se,te,fe),r(Ie,te,fe),w(j.children||[],te,Ie,de,ie,Le,ge,Qe)):Oe>0&&Oe&64&&$e&&U.dynamicChildren?(R(U.dynamicChildren,$e,te,de,ie,Le,ge),(j.key!=null||de&&j===de.subTree)&&lm(U,j,!0)):G(U,j,te,Ie,de,ie,Le,ge,Qe)},V=(U,j,te,fe,de,ie,Le,ge,Qe)=>{j.slotScopeIds=ge,U==null?j.shapeFlag&512?de.ctx.activate(j,te,fe,Le,Qe):P(j,te,fe,de,ie,Le,Qe):B(U,j,Qe)},P=(U,j,te,fe,de,ie,Le)=>{const ge=U.component=d$(U,fe,de);if(d6(U)&&(ge.ctx.renderer=me),T$(ge,!1,Le),ge.asyncDep){if(de&&de.registerDep(ge,$,Le),!U.el){const Qe=ge.subTree=X(Kn);m(null,Qe,j,te)}}else $(ge,U,j,te,de,ie,Le)},B=(U,j,te)=>{const fe=j.component=U.component;if(r$(U,j,te))if(fe.asyncDep&&!fe.asyncResolved){q(fe,j,te);return}else fe.next=j,fe.update();else j.el=U.el,fe.vnode=j},$=(U,j,te,fe,de,ie,Le)=>{const ge=()=>{if(U.isMounted){let{next:Oe,bu:$e,u:he,parent:Ae,vnode:Be}=U;{const lt=yM(U);if(lt){Oe&&(Oe.el=Be.el,q(U,Oe,Le)),lt.asyncDep.then(()=>{U.isUnmounted||ge()});return}}let Ue=Oe,dt;Is(U,!1),Oe?(Oe.el=Be.el,q(U,Oe,Le)):Oe=Be,$e&&ba($e),(dt=Oe.props&&Oe.props.onVnodeBeforeUpdate)&&Ur(dt,Ae,Oe,Be),Is(U,!0);const _t=Sd(U),Dt=U.subTree;U.subTree=_t,_(Dt,_t,d(Dt.el),z(Dt),U,de,ie),Oe.el=_t.el,Ue===null&&o$(U,_t.el),he&&Mn(he,de),(dt=Oe.props&&Oe.props.onVnodeUpdated)&&Mn(()=>Ur(dt,Ae,Oe,Be),de)}else{let Oe;const{el:$e,props:he}=j,{bm:Ae,m:Be,parent:Ue,root:dt,type:_t}=U,Dt=f1(j);if(Is(U,!1),Ae&&ba(Ae),!Dt&&(Oe=he&&he.onVnodeBeforeMount)&&Ur(Oe,Ue,j),Is(U,!0),$e&&Ee){const lt=()=>{U.subTree=Sd(U),Ee($e,U.subTree,U,de,null)};Dt&&_t.__asyncHydrate?_t.__asyncHydrate($e,U,lt):lt()}else{dt.ce&&dt.ce._injectChildStyle(_t);const lt=U.subTree=Sd(U);_(null,lt,te,fe,U,de,ie),j.el=lt.el}if(Be&&Mn(Be,de),!Dt&&(Oe=he&&he.onVnodeMounted)){const lt=j;Mn(()=>Ur(Oe,Ue,lt),de)}(j.shapeFlag&256||Ue&&f1(Ue.vnode)&&Ue.vnode.shapeFlag&256)&&U.a&&Mn(U.a,de),U.isMounted=!0,j=te=fe=null}};U.scope.on();const Qe=U.effect=new EO(ge);U.scope.off();const Se=U.update=Qe.run.bind(Qe),Ie=U.job=Qe.runIfDirty.bind(Qe);Ie.i=U,Ie.id=U.uid,Qe.scheduler=()=>om(Ie),Is(U,!0),Se()},q=(U,j,te)=>{j.component=U;const fe=U.vnode.props;U.vnode=j,U.next=null,BV(U,j.props,fe,te),qV(U,j.children,te),ys(),cQ(U),bs()},G=(U,j,te,fe,de,ie,Le,ge,Qe=!1)=>{const Se=U&&U.children,Ie=U?U.shapeFlag:0,Oe=j.children,{patchFlag:$e,shapeFlag:he}=j;if($e>0){if($e&128){K(Se,Oe,te,fe,de,ie,Le,ge,Qe);return}else if($e&256){J(Se,Oe,te,fe,de,ie,Le,ge,Qe);return}}he&8?(Ie&16&&_e(Se,de,ie),Oe!==Se&&u(te,Oe)):Ie&16?he&16?K(Se,Oe,te,fe,de,ie,Le,ge,Qe):_e(Se,de,ie,!0):(Ie&8&&u(te,""),he&16&&w(Oe,te,fe,de,ie,Le,ge,Qe))},J=(U,j,te,fe,de,ie,Le,ge,Qe)=>{U=U||va,j=j||va;const Se=U.length,Ie=j.length,Oe=Math.min(Se,Ie);let $e;for($e=0;$eIe?_e(U,de,ie,!0,!1,Oe):w(j,te,fe,de,ie,Le,ge,Qe,Oe)},K=(U,j,te,fe,de,ie,Le,ge,Qe)=>{let Se=0;const Ie=j.length;let Oe=U.length-1,$e=Ie-1;for(;Se<=Oe&&Se<=$e;){const he=U[Se],Ae=j[Se]=Qe?ts(j[Se]):No(j[Se]);if(ls(he,Ae))_(he,Ae,te,null,de,ie,Le,ge,Qe);else break;Se++}for(;Se<=Oe&&Se<=$e;){const he=U[Oe],Ae=j[$e]=Qe?ts(j[$e]):No(j[$e]);if(ls(he,Ae))_(he,Ae,te,null,de,ie,Le,ge,Qe);else break;Oe--,$e--}if(Se>Oe){if(Se<=$e){const he=$e+1,Ae=he$e)for(;Se<=Oe;)pe(U[Se],de,ie,!0),Se++;else{const he=Se,Ae=Se,Be=new Map;for(Se=Ae;Se<=$e;Se++){const rn=j[Se]=Qe?ts(j[Se]):No(j[Se]);rn.key!=null&&Be.set(rn.key,Se)}let Ue,dt=0;const _t=$e-Ae+1;let Dt=!1,lt=0;const Pt=new Array(_t);for(Se=0;Se<_t;Se++)Pt[Se]=0;for(Se=he;Se<=Oe;Se++){const rn=U[Se];if(dt>=_t){pe(rn,de,ie,!0);continue}let mn;if(rn.key!=null)mn=Be.get(rn.key);else for(Ue=Ae;Ue<=$e;Ue++)if(Pt[Ue-Ae]===0&&ls(rn,j[Ue])){mn=Ue;break}mn===void 0?pe(rn,de,ie,!0):(Pt[mn-Ae]=Se+1,mn>=lt?lt=mn:Dt=!0,_(rn,j[mn],te,null,de,ie,Le,ge,Qe),dt++)}const hn=Dt?WV(Pt):va;for(Ue=hn.length-1,Se=_t-1;Se>=0;Se--){const rn=Ae+Se,mn=j[rn],Un=rn+1{const{el:ie,type:Le,transition:ge,children:Qe,shapeFlag:Se}=U;if(Se&6){ne(U.component.subTree,j,te,fe);return}if(Se&128){U.suspense.move(j,te,fe);return}if(Se&64){Le.move(U,j,te,me);return}if(Le===xe){r(ie,j,te);for(let Oe=0;Oege.enter(ie),de);else{const{leave:Oe,delayLeave:$e,afterLeave:he}=ge,Ae=()=>r(ie,j,te),Be=()=>{Oe(ie,()=>{Ae(),he&&he()})};$e?$e(ie,Ae,Be):Be()}else r(ie,j,te)},pe=(U,j,te,fe=!1,de=!1)=>{const{type:ie,props:Le,ref:ge,children:Qe,dynamicChildren:Se,shapeFlag:Ie,patchFlag:Oe,dirs:$e,cacheIndex:he}=U;if(Oe===-2&&(de=!1),ge!=null&&yp(ge,null,te,U,!0),he!=null&&(j.renderCache[he]=void 0),Ie&256){j.ctx.deactivate(U);return}const Ae=Ie&1&&$e,Be=!f1(U);let Ue;if(Be&&(Ue=Le&&Le.onVnodeBeforeUnmount)&&Ur(Ue,j,U),Ie&6)ce(U.component,te,fe);else{if(Ie&128){U.suspense.unmount(te,fe);return}Ae&&Ds(U,null,j,"beforeUnmount"),Ie&64?U.type.remove(U,j,te,me,fe):Se&&!Se.hasOnce&&(ie!==xe||Oe>0&&Oe&64)?_e(Se,j,te,!1,!0):(ie===xe&&Oe&384||!de&&Ie&16)&&_e(Qe,j,te),fe&&re(U)}(Be&&(Ue=Le&&Le.onVnodeUnmounted)||Ae)&&Mn(()=>{Ue&&Ur(Ue,j,U),Ae&&Ds(U,null,j,"unmounted")},te)},re=U=>{const{type:j,el:te,anchor:fe,transition:de}=U;if(j===xe){F(te,fe);return}if(j===R0){b(U);return}const ie=()=>{o(te),de&&!de.persisted&&de.afterLeave&&de.afterLeave()};if(U.shapeFlag&1&&de&&!de.persisted){const{leave:Le,delayLeave:ge}=de,Qe=()=>Le(te,ie);ge?ge(U.el,ie,Qe):Qe()}else ie()},F=(U,j)=>{let te;for(;U!==j;)te=f(U),o(U),U=te;o(j)},ce=(U,j,te)=>{const{bum:fe,scope:de,job:ie,subTree:Le,um:ge,m:Qe,a:Se}=U;J0(Qe),J0(Se),fe&&ba(fe),de.stop(),ie&&(ie.flags|=8,pe(Le,U,j,te)),ge&&Mn(ge,j),Mn(()=>{U.isUnmounted=!0},j),j&&j.pendingBranch&&!j.isUnmounted&&U.asyncDep&&!U.asyncResolved&&U.suspenseId===j.pendingId&&(j.deps--,j.deps===0&&j.resolve())},_e=(U,j,te,fe=!1,de=!1,ie=0)=>{for(let Le=ie;Le{if(U.shapeFlag&6)return z(U.component.subTree);if(U.shapeFlag&128)return U.suspense.next();const j=f(U.anchor||U.el),te=j&&j[WO];return te?f(te):j};let ee=!1;const ue=(U,j,te)=>{U==null?j._vnode&&pe(j._vnode,null,null,!0):_(j._vnode||null,U,j,null,null,null,te),j._vnode=U,ee||(ee=!0,cQ(),jO(),ee=!1)},me={p:_,um:pe,m:ne,r:re,mt:P,mc:w,pc:G,pbc:R,n:z,o:t};let ye,Ee;return{render:ue,hydrate:ye,createApp:VV(ue,ye)}}function xd({type:t,props:e},n){return n==="svg"&&t==="foreignObject"||n==="mathml"&&t==="annotation-xml"&&e&&e.encoding&&e.encoding.includes("html")?void 0:n}function Is({effect:t,job:e},n){n?(t.flags|=32,e.flags|=4):(t.flags&=-33,e.flags&=-5)}function YV(t,e){return(!t||t&&!t.pendingBranch)&&e&&!e.persisted}function lm(t,e,n=!1){const r=t.children,o=e.children;if(tt(r)&&tt(o))for(let i=0;i>1,t[n[a]]0&&(e[r]=n[i-1]),n[i]=r)}}for(i=n.length,s=n[i-1];i-- >0;)n[i]=s,s=e[s];return n}function yM(t){const e=t.subTree.component;if(e)return e.asyncDep&&!e.asyncResolved?e:yM(e)}function J0(t){if(t)for(let e=0;eKr(KV);function Bn(t,e,n){return bM(t,e,n)}function bM(t,e,n=Xt){const{immediate:r,deep:o,flush:i,once:s}=n,a=En({},n);let l;if(m6)if(i==="sync"){const f=ZV();l=f.__watcherHandles||(f.__watcherHandles=[])}else if(!e||r)a.once=!0;else{const f=()=>{};return f.stop=$o,f.resume=$o,f.pause=$o,f}const c=$n;a.call=(f,T,g)=>To(f,c,T,g);let u=!1;i==="post"?a.scheduler=f=>{Mn(f,c&&c.suspense)}:i!=="sync"&&(u=!0,a.scheduler=(f,T)=>{T?f():om(f)}),a.augmentJob=f=>{e&&(f.flags|=4),u&&(f.flags|=2,c&&(f.id=c.uid,f.i=c))};const d=dV(t,e,a);return l&&l.push(d),d}function XV(t,e,n){const r=this.proxy,o=dn(t)?t.includes(".")?EM(r,t):()=>r[t]:t.bind(r,r);let i;ut(e)?i=e:(i=e.handler,n=e);const s=A3(this),a=bM(o,i.bind(r),n);return s(),a}function EM(t,e){const n=e.split(".");return()=>{let r=t;for(let o=0;oe==="modelValue"||e==="model-value"?t.modelModifiers:t[`${e}Modifiers`]||t[`${Jr(e)}Modifiers`]||t[`${vs(e)}Modifiers`];function e$(t,e,...n){if(t.isUnmounted)return;const r=t.vnode.props||Xt;let o=n;const i=e.startsWith("update:"),s=i&&JV(r,e.slice(7));s&&(s.trim&&(o=n.map(u=>dn(u)?u.trim():u)),s.number&&(o=n.map(z0)));let a,l=r[a=md(e)]||r[a=md(Jr(e))];!l&&i&&(l=r[a=md(vs(e))]),l&&To(l,t,6,o);const c=r[a+"Once"];if(c){if(!t.emitted)t.emitted={};else if(t.emitted[a])return;t.emitted[a]=!0,To(c,t,6,o)}}function xM(t,e,n=!1){const r=e.emitsCache,o=r.get(t);if(o!==void 0)return o;const i=t.emits;let s={},a=!1;if(!ut(t)){const l=c=>{const u=xM(c,e,!0);u&&(a=!0,En(s,u))};!n&&e.mixins.length&&e.mixins.forEach(l),t.extends&&l(t.extends),t.mixins&&t.mixins.forEach(l)}return!i&&!a?(Yt(t)&&r.set(t,null),null):(tt(i)?i.forEach(l=>s[l]=null):En(s,i),Yt(t)&&r.set(t,s),s)}function p6(t,e){return!t||!t6(e)?!1:(e=e.slice(2).replace(/Once$/,""),$t(t,e[0].toLowerCase()+e.slice(1))||$t(t,vs(e))||$t(t,e))}function Sd(t){const{type:e,vnode:n,proxy:r,withProxy:o,propsOptions:[i],slots:s,attrs:a,emit:l,render:c,renderCache:u,props:d,data:f,setupState:T,ctx:g,inheritAttrs:_}=t,Q=Z0(t);let m,v;try{if(n.shapeFlag&4){const b=o||r,E=b;m=No(c.call(E,b,u,d,T,f,g)),v=a}else{const b=e;m=No(b.length>1?b(d,{attrs:a,slots:s,emit:l}):b(d,null)),v=e.props?a:t$(a)}}catch(b){Gl.length=0,u6(b,t,1),m=X(Kn)}let y=m;if(v&&_!==!1){const b=Object.keys(v),{shapeFlag:E}=y;b.length&&E&7&&(i&&b.some(zh)&&(v=n$(v,i)),y=wi(y,v,!1,!0))}return n.dirs&&(y=wi(y,null,!1,!0),y.dirs=y.dirs?y.dirs.concat(n.dirs):n.dirs),n.transition&&ms(y,n.transition),m=y,Z0(Q),m}const t$=t=>{let e;for(const n in t)(n==="class"||n==="style"||t6(n))&&((e||(e={}))[n]=t[n]);return e},n$=(t,e)=>{const n={};for(const r in t)(!zh(r)||!(r.slice(9)in e))&&(n[r]=t[r]);return n};function r$(t,e,n){const{props:r,children:o,component:i}=t,{props:s,children:a,patchFlag:l}=e,c=i.emitsOptions;if(e.dirs||e.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return r?QQ(r,s,c):!!s;if(l&8){const u=e.dynamicProps;for(let d=0;dt.__isSuspense;function i$(t,e){e&&e.pendingBranch?tt(t)?e.effects.push(...t):e.effects.push(t):pV(t)}const xe=Symbol.for("v-fgt"),h6=Symbol.for("v-txt"),Kn=Symbol.for("v-cmt"),R0=Symbol.for("v-stc"),Gl=[];let Mr=null;function M(t=!1){Gl.push(Mr=t?null:[])}function s$(){Gl.pop(),Mr=Gl[Gl.length-1]||null}let s3=1;function vQ(t){s3+=t,t<0&&Mr&&(Mr.hasOnce=!0)}function SM(t){return t.dynamicChildren=s3>0?Mr||va:null,s$(),s3>0&&Mr&&Mr.push(t),t}function k(t,e,n,r,o,i){return SM(h(t,e,n,r,o,i,!0))}function it(t,e,n,r,o){return SM(X(t,e,n,r,o,!0))}function Oa(t){return t?t.__v_isVNode===!0:!1}function ls(t,e){return t.type===e.type&&t.key===e.key}const LM=({key:t})=>t??null,N0=({ref:t,ref_key:e,ref_for:n})=>(typeof t=="number"&&(t=""+t),t!=null?dn(t)||An(t)||ut(t)?{i:Rn,r:t,k:e,f:!!n}:t:null);function h(t,e=null,n=null,r=0,o=null,i=t===xe?0:1,s=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&LM(e),ref:e&&N0(e),scopeId:YO,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Rn};return a?(cm(l,n),i&128&&t.normalize(l)):n&&(l.shapeFlag|=dn(n)?8:16),s3>0&&!s&&Mr&&(l.patchFlag>0||i&6)&&l.patchFlag!==32&&Mr.push(l),l}const X=a$;function a$(t,e=null,n=null,r=0,o=null,i=!1){if((!t||t===aM)&&(t=Kn),Oa(t)){const a=wi(t,e,!0);return n&&cm(a,n),s3>0&&!i&&Mr&&(a.shapeFlag&6?Mr[Mr.indexOf(t)]=a:Mr.push(a)),a.patchFlag=-2,a}if(m$(t)&&(t=t.__vccOpts),e){e=l$(e);let{class:a,style:l}=e;a&&!dn(a)&&(e.class=Ce(a)),Yt(l)&&(tm(l)&&!tt(l)&&(l=En({},l)),e.style=Gt(l))}const s=dn(t)?1:ec(t)?128:KO(t)?64:Yt(t)?4:ut(t)?2:0;return h(t,e,n,r,o,s,i,!0)}function l$(t){return t?tm(t)||pM(t)?En({},t):t:null}function wi(t,e,n=!1,r=!1){const{props:o,ref:i,patchFlag:s,children:a,transition:l}=t,c=e?CM(o||{},e):o,u={__v_isVNode:!0,__v_skip:!0,type:t.type,props:c,key:c&&LM(c),ref:e&&e.ref?n&&i?tt(i)?i.concat(N0(e)):[i,N0(e)]:N0(e):i,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:a,target:t.target,targetStart:t.targetStart,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==xe?s===-1?16:s|16:s,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:l,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&wi(t.ssContent),ssFallback:t.ssFallback&&wi(t.ssFallback),el:t.el,anchor:t.anchor,ctx:t.ctx,ce:t.ce};return l&&r&&ms(u,l.clone(u)),u}function He(t=" ",e=0){return X(h6,null,t,e)}function ds(t,e){const n=X(R0,null,t);return n.staticCount=e,n}function W(t="",e=!1){return e?(M(),it(Kn,null,t)):X(Kn,null,t)}function No(t){return t==null||typeof t=="boolean"?X(Kn):tt(t)?X(xe,null,t.slice()):Oa(t)?ts(t):X(h6,null,String(t))}function ts(t){return t.el===null&&t.patchFlag!==-1||t.memo?t:wi(t)}function cm(t,e){let n=0;const{shapeFlag:r}=t;if(e==null)e=null;else if(tt(e))n=16;else if(typeof e=="object")if(r&65){const o=e.default;o&&(o._c&&(o._d=!1),cm(t,o()),o._c&&(o._d=!0));return}else{n=32;const o=e._;!o&&!pM(e)?e._ctx=Rn:o===3&&Rn&&(Rn.slots._===1?e._=1:(e._=2,t.patchFlag|=1024))}else ut(e)?(e={default:e,_ctx:Rn},n=32):(e=String(e),r&64?(n=16,e=[He(e)]):n=8);t.children=e,t.shapeFlag|=n}function CM(...t){const e={};for(let n=0;n$n||Rn;let tc,Lp;{const t=gO(),e=(n,r)=>{let o;return(o=t[n])||(o=t[n]=[]),o.push(r),i=>{o.length>1?o.forEach(s=>s(i)):o[0](i)}};tc=e("__VUE_INSTANCE_SETTERS__",n=>$n=n),Lp=e("__VUE_SSR_SETTERS__",n=>m6=n)}const A3=t=>{const e=$n;return tc(t),t.scope.on(),()=>{t.scope.off(),tc(e)}},yQ=()=>{$n&&$n.scope.off(),tc(null)};function AM(t){return t.vnode.shapeFlag&4}let m6=!1;function T$(t,e=!1,n=!1){e&&Lp(e);const{props:r,children:o}=t.vnode,i=AM(t);$V(t,r,i,e),GV(t,o,n);const s=i?f$(t,e):void 0;return e&&Lp(!1),s}function f$(t,e){const n=t.type;t.accessCache=Object.create(null),t.proxy=new Proxy(t.ctx,RV);const{setup:r}=n;if(r){const o=t.setupContext=r.length>1?h$(t):null,i=A3(t);ys();const s=L3(r,t,0,[t.props,o]);if(bs(),i(),fO(s)){if(f1(t)||rM(t),s.then(yQ,yQ),e)return s.then(a=>{bQ(t,a,e)}).catch(a=>{u6(a,t,0)});t.asyncDep=s}else bQ(t,s,e)}else wM(t,e)}function bQ(t,e,n){ut(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:Yt(e)&&(t.setupState=FO(e)),wM(t,n)}let EQ;function wM(t,e,n){const r=t.type;if(!t.render){if(!e&&EQ&&!r.render){const o=r.template||sm(t).template;if(o){const{isCustomElement:i,compilerOptions:s}=t.appContext.config,{delimiters:a,compilerOptions:l}=r,c=En(En({isCustomElement:i,delimiters:a},s),l);r.render=EQ(o,c)}}t.render=r.render||$o}{const o=A3(t);ys();try{NV(t)}finally{bs(),o()}}}const p$={get(t,e){return Jn(t,"get",""),t[e]}};function h$(t){const e=n=>{t.exposed=n||{}};return{attrs:new Proxy(t.attrs,p$),slots:t.slots,emit:t.emit,expose:e}}function g6(t){return t.exposed?t.exposeProxy||(t.exposeProxy=new Proxy(FO(c6(t.exposed)),{get(e,n){if(n in e)return e[n];if(n in Ul)return Ul[n](t)},has(e,n){return n in e||n in Ul}})):t.proxy}function Cp(t,e=!0){return ut(t)?t.displayName||t.name:t.name||e&&t.__name}function m$(t){return ut(t)&&"__vccOpts"in t}const Ze=(t,e)=>cV(t,e,m6);function dm(t,e,n){const r=arguments.length;return r===2?Yt(e)&&!tt(e)?Oa(e)?X(t,null,[e]):X(t,e):X(t,null,e):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&Oa(n)&&(n=[n]),X(t,e,n))}const g$="3.5.10";/**
* @vue/runtime-dom v3.5.10
* (c) 2018-present Yuxi (Evan) You and Vue contributors
* @license MIT
-**/let Ap;const xQ=typeof window<"u"&&window.trustedTypes;if(xQ)try{Ap=xQ.createPolicy("vue",{createHTML:t=>t})}catch{}const OM=Ap?t=>Ap.createHTML(t):t=>t,Q$="http://www.w3.org/2000/svg",v$="http://www.w3.org/1998/Math/MathML",hi=typeof document<"u"?document:null,SQ=hi&&hi.createElement("template"),y$={insert:(t,e,n)=>{e.insertBefore(t,n||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,n,r)=>{const o=e==="svg"?hi.createElementNS(Q$,t):e==="mathml"?hi.createElementNS(v$,t):n?hi.createElement(t,{is:n}):hi.createElement(t);return t==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:t=>hi.createTextNode(t),createComment:t=>hi.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>hi.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,n,r,o,i){const s=n?n.previousSibling:e.lastChild;if(o&&(o===i||o.nextSibling))for(;e.insertBefore(o.cloneNode(!0),n),!(o===i||!(o=o.nextSibling)););else{SQ.innerHTML=OM(r==="svg"?`${t} `:r==="mathml"?`${t} `:t);const a=SQ.content;if(r==="svg"||r==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}e.insertBefore(a,n)}return[s?s.nextSibling:e.firstChild,n?n.previousSibling:e.lastChild]}},Gi="transition",O2="animation",Ma=Symbol("_vtc"),MM={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},RM=En({},JO,MM),b$=t=>(t.displayName="Transition",t.props=RM,t),lr=b$((t,{slots:e})=>dm(vV,NM(t),e)),Hs=(t,e=[])=>{tt(t)?t.forEach(n=>n(...e)):t&&t(...e)},LQ=t=>t?tt(t)?t.some(e=>e.length>1):t.length>1:!1;function NM(t){const e={};for(const I in t)I in MM||(e[I]=t[I]);if(t.css===!1)return e;const{name:n="v",type:r,duration:o,enterFromClass:i=`${n}-enter-from`,enterActiveClass:s=`${n}-enter-active`,enterToClass:a=`${n}-enter-to`,appearFromClass:l=i,appearActiveClass:c=s,appearToClass:u=a,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:f=`${n}-leave-active`,leaveToClass:T=`${n}-leave-to`}=t,g=E$(o),_=g&&g[0],Q=g&&g[1],{onBeforeEnter:m,onEnter:v,onEnterCancelled:y,onLeave:b,onLeaveCancelled:E,onBeforeAppear:S=m,onAppear:L=v,onAppearCancelled:w=y}=e,A=(I,V,P)=>{Xi(I,V?u:a),Xi(I,V?c:s),P&&P()},M=(I,V)=>{I._isLeaving=!1,Xi(I,d),Xi(I,T),Xi(I,f),V&&V()},D=I=>(V,P)=>{const B=I?L:v,$=()=>A(V,I,P);Hs(B,[V,$]),CQ(()=>{Xi(V,I?l:i),pi(V,I?u:a),LQ(B)||AQ(V,r,_,$)})};return En(e,{onBeforeEnter(I){Hs(m,[I]),pi(I,i),pi(I,s)},onBeforeAppear(I){Hs(S,[I]),pi(I,l),pi(I,c)},onEnter:D(!1),onAppear:D(!0),onLeave(I,V){I._isLeaving=!0;const P=()=>M(I,V);pi(I,d),pi(I,f),DM(),CQ(()=>{I._isLeaving&&(Xi(I,d),pi(I,T),LQ(b)||AQ(I,r,Q,P))}),Hs(b,[I,P])},onEnterCancelled(I){A(I,!1),Hs(y,[I])},onAppearCancelled(I){A(I,!0),Hs(w,[I])},onLeaveCancelled(I){M(I),Hs(E,[I])}})}function E$(t){if(t==null)return null;if(Yt(t))return[Ld(t.enter),Ld(t.leave)];{const e=Ld(t);return[e,e]}}function Ld(t){return yP(t)}function pi(t,e){e.split(/\s+/).forEach(n=>n&&t.classList.add(n)),(t[Ma]||(t[Ma]=new Set)).add(e)}function Xi(t,e){e.split(/\s+/).forEach(r=>r&&t.classList.remove(r));const n=t[Ma];n&&(n.delete(e),n.size||(t[Ma]=void 0))}function CQ(t){requestAnimationFrame(()=>{requestAnimationFrame(t)})}let x$=0;function AQ(t,e,n,r){const o=t._endId=++x$,i=()=>{o===t._endId&&r()};if(n!=null)return setTimeout(i,n);const{type:s,timeout:a,propCount:l}=kM(t,e);if(!s)return r();const c=s+"end";let u=0;const d=()=>{t.removeEventListener(c,f),i()},f=T=>{T.target===t&&++u>=l&&d()};setTimeout(()=>{u(n[g]||"").split(", "),o=r(`${Gi}Delay`),i=r(`${Gi}Duration`),s=wQ(o,i),a=r(`${O2}Delay`),l=r(`${O2}Duration`),c=wQ(a,l);let u=null,d=0,f=0;e===Gi?s>0&&(u=Gi,d=s,f=i.length):e===O2?c>0&&(u=O2,d=c,f=l.length):(d=Math.max(s,c),u=d>0?s>c?Gi:O2:null,f=u?u===Gi?i.length:l.length:0);const T=u===Gi&&/\b(transform|all)(,|$)/.test(r(`${Gi}Property`).toString());return{type:u,timeout:d,propCount:f,hasTransform:T}}function wQ(t,e){for(;t.lengthOQ(n)+OQ(t[r])))}function OQ(t){return t==="auto"?0:Number(t.slice(0,-1).replace(",","."))*1e3}function DM(){return document.body.offsetHeight}function S$(t,e,n){const r=t[Ma];r&&(e=(e?[e,...r]:[...r]).join(" ")),e==null?t.removeAttribute("class"):n?t.setAttribute("class",e):t.className=e}const rc=Symbol("_vod"),IM=Symbol("_vsh"),ht={beforeMount(t,{value:e},{transition:n}){t[rc]=t.style.display==="none"?"":t.style.display,n&&e?n.beforeEnter(t):M2(t,e)},mounted(t,{value:e},{transition:n}){n&&e&&n.enter(t)},updated(t,{value:e,oldValue:n},{transition:r}){!e!=!n&&(r?e?(r.beforeEnter(t),M2(t,!0),r.enter(t)):r.leave(t,()=>{M2(t,!1)}):M2(t,e))},beforeUnmount(t,{value:e}){M2(t,e)}};function M2(t,e){t.style.display=e?t[rc]:"none",t[IM]=!e}const L$=Symbol(""),C$=/(^|;)\s*display\s*:/;function A$(t,e,n){const r=t.style,o=dn(n);let i=!1;if(n&&!o){if(e)if(dn(e))for(const s of e.split(";")){const a=s.slice(0,s.indexOf(":")).trim();n[a]==null&&D0(r,a,"")}else for(const s in e)n[s]==null&&D0(r,s,"");for(const s in n)s==="display"&&(i=!0),D0(r,s,n[s])}else if(o){if(e!==n){const s=r[L$];s&&(n+=";"+s),r.cssText=n,i=C$.test(n)}}else e&&t.removeAttribute("style");rc in t&&(t[rc]=i?r.display:"",t[IM]&&(r.display="none"))}const MQ=/\s*!important$/;function D0(t,e,n){if(tt(n))n.forEach(r=>D0(t,e,r));else if(n==null&&(n=""),e.startsWith("--"))t.setProperty(e,n);else{const r=w$(t,e);MQ.test(n)?t.setProperty(vs(r),n.replace(MQ,""),"important"):t[r]=n}}const RQ=["Webkit","Moz","ms"],Cd={};function w$(t,e){const n=Cd[e];if(n)return n;let r=Jr(e);if(r!=="filter"&&r in t)return Cd[e]=r;r=o6(r);for(let o=0;oAd||(N$.then(()=>Ad=0),Ad=Date.now());function D$(t,e){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;To(I$(r,n.value),e,5,[r])};return n.value=t,n.attached=k$(),n}function I$(t,e){if(tt(e)){const n=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{n.call(t),t._stopped=!0},e.map(r=>o=>!o._stopped&&r&&r(o))}else return e}const PQ=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&t.charCodeAt(2)>96&&t.charCodeAt(2)<123,H$=(t,e,n,r,o,i)=>{const s=o==="svg";e==="class"?S$(t,r,s):e==="style"?A$(t,n,r):n6(e)?zh(e)||M$(t,e,n,r,i):(e[0]==="."?(e=e.slice(1),!0):e[0]==="^"?(e=e.slice(1),!1):P$(t,e,r,s))?(DQ(t,e,r),!t.tagName.includes("-")&&(e==="value"||e==="checked"||e==="selected")&&kQ(t,e,r,s,i,e!=="value")):t._isVueCE&&(/[A-Z]/.test(e)||!dn(r))?DQ(t,Jr(e),r):(e==="true-value"?t._trueValue=r:e==="false-value"&&(t._falseValue=r),kQ(t,e,r,s))};function P$(t,e,n,r){if(r)return!!(e==="innerHTML"||e==="textContent"||e in t&&PQ(e)&&ut(n));if(e==="spellcheck"||e==="draggable"||e==="translate"||e==="form"||e==="list"&&t.tagName==="INPUT"||e==="type"&&t.tagName==="TEXTAREA")return!1;if(e==="width"||e==="height"){const o=t.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return PQ(e)&&dn(n)?!1:e in t}const HM=new WeakMap,PM=new WeakMap,oc=Symbol("_moveCb"),VQ=Symbol("_enterCb"),V$=t=>(delete t.props.mode,t),$$=V$({name:"TransitionGroup",props:En({},RM,{tag:String,moveClass:String}),setup(t,{slots:e}){const n=um(),r=XO();let o,i;return C3(()=>{if(!o.length)return;const s=t.moveClass||`${t.name||"v"}-move`;if(!G$(o[0].el,n.vnode.el,s))return;o.forEach(B$),o.forEach(F$);const a=o.filter(U$);DM(),a.forEach(l=>{const c=l.el,u=c.style;pi(c,s),u.transform=u.webkitTransform=u.transitionDuration="";const d=c[oc]=f=>{f&&f.target!==c||(!f||/transform$/.test(f.propertyName))&&(c.removeEventListener("transitionend",d),c[oc]=null,Xi(c,s))};c.addEventListener("transitionend",d)})}),()=>{const s=Rt(t),a=NM(s);let l=s.tag||Le;if(o=[],i)for(let c=0;c{a.split(/\s+/).forEach(l=>l&&r.classList.remove(l))}),n.split(/\s+/).forEach(a=>a&&r.classList.add(a)),r.style.display="none";const i=e.nodeType===1?e:e.parentNode;i.appendChild(r);const{hasTransform:s}=kM(r);return i.removeChild(r),s}const gs=t=>{const e=t.props["onUpdate:modelValue"]||!1;return tt(e)?n=>ba(e,n):e};function q$(t){t.target.composing=!0}function $Q(t){const e=t.target;e.composing&&(e.composing=!1,e.dispatchEvent(new Event("input")))}const Kr=Symbol("_assign"),Te={created(t,{modifiers:{lazy:e,trim:n,number:r}},o){t[Kr]=gs(o);const i=r||o.props&&o.props.type==="number";_i(t,e?"change":"input",s=>{if(s.target.composing)return;let a=t.value;n&&(a=a.trim()),i&&(a=Y0(a)),t[Kr](a)}),n&&_i(t,"change",()=>{t.value=t.value.trim()}),e||(_i(t,"compositionstart",q$),_i(t,"compositionend",$Q),_i(t,"change",$Q))},mounted(t,{value:e}){t.value=e??""},beforeUpdate(t,{value:e,oldValue:n,modifiers:{lazy:r,trim:o,number:i}},s){if(t[Kr]=gs(s),t.composing)return;const a=(i||t.type==="number")&&!/^0\d/.test(t.value)?Y0(t.value):t.value,l=e??"";a!==l&&(document.activeElement===t&&t.type!=="range"&&(r&&e===n||o&&t.value.trim()===l)||(t.value=l))}},ze={deep:!0,created(t,e,n){t[Kr]=gs(n),_i(t,"change",()=>{const r=t._modelValue,o=Ra(t),i=t.checked,s=t[Kr];if(tt(r)){const a=Kh(r,o),l=a!==-1;if(i&&!l)s(r.concat(o));else if(!i&&l){const c=[...r];c.splice(a,1),s(c)}}else if(n2(r)){const a=new Set(r);i?a.add(o):a.delete(o),s(a)}else s(VM(t,i))})},mounted:BQ,beforeUpdate(t,e,n){t[Kr]=gs(n),BQ(t,e,n)}};function BQ(t,{value:e},n){t._modelValue=e;let r;tt(e)?r=Kh(e,n.props.value)>-1:n2(e)?r=e.has(n.props.value):r=Q1(e,VM(t,!0)),t.checked!==r&&(t.checked=r)}const j$={created(t,{value:e},n){t.checked=Q1(e,n.props.value),t[Kr]=gs(n),_i(t,"change",()=>{t[Kr](Ra(t))})},beforeUpdate(t,{value:e,oldValue:n},r){t[Kr]=gs(r),e!==n&&(t.checked=Q1(e,r.props.value))}},Ft={deep:!0,created(t,{value:e,modifiers:{number:n}},r){const o=n2(e);_i(t,"change",()=>{const i=Array.prototype.filter.call(t.options,s=>s.selected).map(s=>n?Y0(Ra(s)):Ra(s));t[Kr](t.multiple?o?new Set(i):i:i[0]),t._assigning=!0,ke(()=>{t._assigning=!1})}),t[Kr]=gs(r)},mounted(t,{value:e}){FQ(t,e)},beforeUpdate(t,e,n){t[Kr]=gs(n)},updated(t,{value:e}){t._assigning||FQ(t,e)}};function FQ(t,e){const n=t.multiple,r=tt(e);if(!(n&&!r&&!n2(e))){for(let o=0,i=t.options.length;oString(c)===String(a)):s.selected=Kh(e,a)>-1}else s.selected=e.has(a);else if(Q1(Ra(s),e)){t.selectedIndex!==o&&(t.selectedIndex=o);return}}!n&&t.selectedIndex!==-1&&(t.selectedIndex=-1)}}function Ra(t){return"_value"in t?t._value:t.value}function VM(t,e){const n=e?"_trueValue":"_falseValue";return n in t?t[n]:e}const z$=["ctrl","shift","alt","meta"],Y$={stop:t=>t.stopPropagation(),prevent:t=>t.preventDefault(),self:t=>t.target!==t.currentTarget,ctrl:t=>!t.ctrlKey,shift:t=>!t.shiftKey,alt:t=>!t.altKey,meta:t=>!t.metaKey,left:t=>"button"in t&&t.button!==0,middle:t=>"button"in t&&t.button!==1,right:t=>"button"in t&&t.button!==2,exact:(t,e)=>z$.some(n=>t[`${n}Key`]&&!e.includes(n))},ie=(t,e)=>{const n=t._withMods||(t._withMods={}),r=e.join(".");return n[r]||(n[r]=(o,...i)=>{for(let s=0;s{const n=t._withKeys||(t._withKeys={}),r=e.join(".");return n[r]||(n[r]=o=>{if(!("key"in o))return;const i=vs(o.key);if(e.some(s=>s===i||W$[s]===i))return t(o)})},K$=En({patchProp:H$},y$);let UQ;function Z$(){return UQ||(UQ=zV(K$))}const X$=(...t)=>{const e=Z$().createApp(...t),{mount:n}=e;return e.mount=r=>{const o=eB(r);if(!o)return;const i=e._component;!ut(i)&&!i.render&&!i.template&&(i.template=o.innerHTML),o.nodeType===1&&(o.textContent="");const s=n(o,!1,J$(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),s},e};function J$(t){if(t instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&t instanceof MathMLElement)return"mathml"}function eB(t){return dn(t)?document.querySelector(t):t}function tB(){return $M().__VUE_DEVTOOLS_GLOBAL_HOOK__}function $M(){return typeof navigator<"u"&&typeof window<"u"?window:typeof globalThis<"u"?globalThis:{}}const nB=typeof Proxy=="function",rB="devtools-plugin:setup",oB="plugin:settings:set";let z1,wp;function iB(){var t;return z1!==void 0||(typeof window<"u"&&window.performance?(z1=!0,wp=window.performance):typeof globalThis<"u"&&(!((t=globalThis.perf_hooks)===null||t===void 0)&&t.performance)?(z1=!0,wp=globalThis.perf_hooks.performance):z1=!1),z1}function sB(){return iB()?wp.now():Date.now()}class aB{constructor(e,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=n;const r={};if(e.settings)for(const s in e.settings){const a=e.settings[s];r[s]=a.defaultValue}const o=`__vue-devtools-plugin-settings__${e.id}`;let i=Object.assign({},r);try{const s=localStorage.getItem(o),a=JSON.parse(s);Object.assign(i,a)}catch{}this.fallbacks={getSettings(){return i},setSettings(s){try{localStorage.setItem(o,JSON.stringify(s))}catch{}i=s},now(){return sB()}},n&&n.on(oB,(s,a)=>{s===this.plugin.id&&this.fallbacks.setSettings(a)}),this.proxiedOn=new Proxy({},{get:(s,a)=>this.target?this.target.on[a]:(...l)=>{this.onQueue.push({method:a,args:l})}}),this.proxiedTarget=new Proxy({},{get:(s,a)=>this.target?this.target[a]:a==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(a)?(...l)=>(this.targetQueue.push({method:a,args:l,resolve:()=>{}}),this.fallbacks[a](...l)):(...l)=>new Promise(c=>{this.targetQueue.push({method:a,args:l,resolve:c})})})}async setRealTarget(e){this.target=e;for(const n of this.onQueue)this.target.on[n.method](...n.args);for(const n of this.targetQueue)n.resolve(await this.target[n.method](...n.args))}}function lB(t,e){const n=t,r=$M(),o=tB(),i=nB&&n.enableEarlyProxy;if(o&&(r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!i))o.emit(rB,t,e);else{const s=i?new aB(n,o):null;(r.__VUE_DEVTOOLS_PLUGINS__=r.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:e,proxy:s}),s&&e(s.proxiedTarget)}}/*!
+**/let Ap;const xQ=typeof window<"u"&&window.trustedTypes;if(xQ)try{Ap=xQ.createPolicy("vue",{createHTML:t=>t})}catch{}const OM=Ap?t=>Ap.createHTML(t):t=>t,_$="http://www.w3.org/2000/svg",Q$="http://www.w3.org/1998/Math/MathML",hi=typeof document<"u"?document:null,SQ=hi&&hi.createElement("template"),v$={insert:(t,e,n)=>{e.insertBefore(t,n||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,n,r)=>{const o=e==="svg"?hi.createElementNS(_$,t):e==="mathml"?hi.createElementNS(Q$,t):n?hi.createElement(t,{is:n}):hi.createElement(t);return t==="select"&&r&&r.multiple!=null&&o.setAttribute("multiple",r.multiple),o},createText:t=>hi.createTextNode(t),createComment:t=>hi.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>hi.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,n,r,o,i){const s=n?n.previousSibling:e.lastChild;if(o&&(o===i||o.nextSibling))for(;e.insertBefore(o.cloneNode(!0),n),!(o===i||!(o=o.nextSibling)););else{SQ.innerHTML=OM(r==="svg"?`${t} `:r==="mathml"?`${t} `:t);const a=SQ.content;if(r==="svg"||r==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}e.insertBefore(a,n)}return[s?s.nextSibling:e.firstChild,n?n.previousSibling:e.lastChild]}},Gi="transition",O2="animation",Ma=Symbol("_vtc"),MM={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},RM=En({},JO,MM),y$=t=>(t.displayName="Transition",t.props=RM,t),Xn=y$((t,{slots:e})=>dm(vV,NM(t),e)),Hs=(t,e=[])=>{tt(t)?t.forEach(n=>n(...e)):t&&t(...e)},LQ=t=>t?tt(t)?t.some(e=>e.length>1):t.length>1:!1;function NM(t){const e={};for(const I in t)I in MM||(e[I]=t[I]);if(t.css===!1)return e;const{name:n="v",type:r,duration:o,enterFromClass:i=`${n}-enter-from`,enterActiveClass:s=`${n}-enter-active`,enterToClass:a=`${n}-enter-to`,appearFromClass:l=i,appearActiveClass:c=s,appearToClass:u=a,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:f=`${n}-leave-active`,leaveToClass:T=`${n}-leave-to`}=t,g=b$(o),_=g&&g[0],Q=g&&g[1],{onBeforeEnter:m,onEnter:v,onEnterCancelled:y,onLeave:b,onLeaveCancelled:E,onBeforeAppear:S=m,onAppear:L=v,onAppearCancelled:w=y}=e,A=(I,V,P)=>{Xi(I,V?u:a),Xi(I,V?c:s),P&&P()},R=(I,V)=>{I._isLeaving=!1,Xi(I,d),Xi(I,T),Xi(I,f),V&&V()},D=I=>(V,P)=>{const B=I?L:v,$=()=>A(V,I,P);Hs(B,[V,$]),CQ(()=>{Xi(V,I?l:i),pi(V,I?u:a),LQ(B)||AQ(V,r,_,$)})};return En(e,{onBeforeEnter(I){Hs(m,[I]),pi(I,i),pi(I,s)},onBeforeAppear(I){Hs(S,[I]),pi(I,l),pi(I,c)},onEnter:D(!1),onAppear:D(!0),onLeave(I,V){I._isLeaving=!0;const P=()=>R(I,V);pi(I,d),pi(I,f),DM(),CQ(()=>{I._isLeaving&&(Xi(I,d),pi(I,T),LQ(b)||AQ(I,r,Q,P))}),Hs(b,[I,P])},onEnterCancelled(I){A(I,!1),Hs(y,[I])},onAppearCancelled(I){A(I,!0),Hs(w,[I])},onLeaveCancelled(I){R(I),Hs(E,[I])}})}function b$(t){if(t==null)return null;if(Yt(t))return[Ld(t.enter),Ld(t.leave)];{const e=Ld(t);return[e,e]}}function Ld(t){return yP(t)}function pi(t,e){e.split(/\s+/).forEach(n=>n&&t.classList.add(n)),(t[Ma]||(t[Ma]=new Set)).add(e)}function Xi(t,e){e.split(/\s+/).forEach(r=>r&&t.classList.remove(r));const n=t[Ma];n&&(n.delete(e),n.size||(t[Ma]=void 0))}function CQ(t){requestAnimationFrame(()=>{requestAnimationFrame(t)})}let E$=0;function AQ(t,e,n,r){const o=t._endId=++E$,i=()=>{o===t._endId&&r()};if(n!=null)return setTimeout(i,n);const{type:s,timeout:a,propCount:l}=kM(t,e);if(!s)return r();const c=s+"end";let u=0;const d=()=>{t.removeEventListener(c,f),i()},f=T=>{T.target===t&&++u>=l&&d()};setTimeout(()=>{u(n[g]||"").split(", "),o=r(`${Gi}Delay`),i=r(`${Gi}Duration`),s=wQ(o,i),a=r(`${O2}Delay`),l=r(`${O2}Duration`),c=wQ(a,l);let u=null,d=0,f=0;e===Gi?s>0&&(u=Gi,d=s,f=i.length):e===O2?c>0&&(u=O2,d=c,f=l.length):(d=Math.max(s,c),u=d>0?s>c?Gi:O2:null,f=u?u===Gi?i.length:l.length:0);const T=u===Gi&&/\b(transform|all)(,|$)/.test(r(`${Gi}Property`).toString());return{type:u,timeout:d,propCount:f,hasTransform:T}}function wQ(t,e){for(;t.lengthOQ(n)+OQ(t[r])))}function OQ(t){return t==="auto"?0:Number(t.slice(0,-1).replace(",","."))*1e3}function DM(){return document.body.offsetHeight}function x$(t,e,n){const r=t[Ma];r&&(e=(e?[e,...r]:[...r]).join(" ")),e==null?t.removeAttribute("class"):n?t.setAttribute("class",e):t.className=e}const nc=Symbol("_vod"),IM=Symbol("_vsh"),ht={beforeMount(t,{value:e},{transition:n}){t[nc]=t.style.display==="none"?"":t.style.display,n&&e?n.beforeEnter(t):M2(t,e)},mounted(t,{value:e},{transition:n}){n&&e&&n.enter(t)},updated(t,{value:e,oldValue:n},{transition:r}){!e!=!n&&(r?e?(r.beforeEnter(t),M2(t,!0),r.enter(t)):r.leave(t,()=>{M2(t,!1)}):M2(t,e))},beforeUnmount(t,{value:e}){M2(t,e)}};function M2(t,e){t.style.display=e?t[nc]:"none",t[IM]=!e}const S$=Symbol(""),L$=/(^|;)\s*display\s*:/;function C$(t,e,n){const r=t.style,o=dn(n);let i=!1;if(n&&!o){if(e)if(dn(e))for(const s of e.split(";")){const a=s.slice(0,s.indexOf(":")).trim();n[a]==null&&k0(r,a,"")}else for(const s in e)n[s]==null&&k0(r,s,"");for(const s in n)s==="display"&&(i=!0),k0(r,s,n[s])}else if(o){if(e!==n){const s=r[S$];s&&(n+=";"+s),r.cssText=n,i=L$.test(n)}}else e&&t.removeAttribute("style");nc in t&&(t[nc]=i?r.display:"",t[IM]&&(r.display="none"))}const MQ=/\s*!important$/;function k0(t,e,n){if(tt(n))n.forEach(r=>k0(t,e,r));else if(n==null&&(n=""),e.startsWith("--"))t.setProperty(e,n);else{const r=A$(t,e);MQ.test(n)?t.setProperty(vs(r),n.replace(MQ,""),"important"):t[r]=n}}const RQ=["Webkit","Moz","ms"],Cd={};function A$(t,e){const n=Cd[e];if(n)return n;let r=Jr(e);if(r!=="filter"&&r in t)return Cd[e]=r;r=r6(r);for(let o=0;oAd||(R$.then(()=>Ad=0),Ad=Date.now());function k$(t,e){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;To(D$(r,n.value),e,5,[r])};return n.value=t,n.attached=N$(),n}function D$(t,e){if(tt(e)){const n=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{n.call(t),t._stopped=!0},e.map(r=>o=>!o._stopped&&r&&r(o))}else return e}const PQ=t=>t.charCodeAt(0)===111&&t.charCodeAt(1)===110&&t.charCodeAt(2)>96&&t.charCodeAt(2)<123,I$=(t,e,n,r,o,i)=>{const s=o==="svg";e==="class"?x$(t,r,s):e==="style"?C$(t,n,r):t6(e)?zh(e)||O$(t,e,n,r,i):(e[0]==="."?(e=e.slice(1),!0):e[0]==="^"?(e=e.slice(1),!1):H$(t,e,r,s))?(DQ(t,e,r),!t.tagName.includes("-")&&(e==="value"||e==="checked"||e==="selected")&&kQ(t,e,r,s,i,e!=="value")):t._isVueCE&&(/[A-Z]/.test(e)||!dn(r))?DQ(t,Jr(e),r):(e==="true-value"?t._trueValue=r:e==="false-value"&&(t._falseValue=r),kQ(t,e,r,s))};function H$(t,e,n,r){if(r)return!!(e==="innerHTML"||e==="textContent"||e in t&&PQ(e)&&ut(n));if(e==="spellcheck"||e==="draggable"||e==="translate"||e==="form"||e==="list"&&t.tagName==="INPUT"||e==="type"&&t.tagName==="TEXTAREA")return!1;if(e==="width"||e==="height"){const o=t.tagName;if(o==="IMG"||o==="VIDEO"||o==="CANVAS"||o==="SOURCE")return!1}return PQ(e)&&dn(n)?!1:e in t}const HM=new WeakMap,PM=new WeakMap,rc=Symbol("_moveCb"),VQ=Symbol("_enterCb"),P$=t=>(delete t.props.mode,t),V$=P$({name:"TransitionGroup",props:En({},RM,{tag:String,moveClass:String}),setup(t,{slots:e}){const n=um(),r=XO();let o,i;return C3(()=>{if(!o.length)return;const s=t.moveClass||`${t.name||"v"}-move`;if(!U$(o[0].el,n.vnode.el,s))return;o.forEach($$),o.forEach(B$);const a=o.filter(F$);DM(),a.forEach(l=>{const c=l.el,u=c.style;pi(c,s),u.transform=u.webkitTransform=u.transitionDuration="";const d=c[rc]=f=>{f&&f.target!==c||(!f||/transform$/.test(f.propertyName))&&(c.removeEventListener("transitionend",d),c[rc]=null,Xi(c,s))};c.addEventListener("transitionend",d)})}),()=>{const s=Rt(t),a=NM(s);let l=s.tag||xe;if(o=[],i)for(let c=0;c{a.split(/\s+/).forEach(l=>l&&r.classList.remove(l))}),n.split(/\s+/).forEach(a=>a&&r.classList.add(a)),r.style.display="none";const i=e.nodeType===1?e:e.parentNode;i.appendChild(r);const{hasTransform:s}=kM(r);return i.removeChild(r),s}const gs=t=>{const e=t.props["onUpdate:modelValue"]||!1;return tt(e)?n=>ba(e,n):e};function G$(t){t.target.composing=!0}function $Q(t){const e=t.target;e.composing&&(e.composing=!1,e.dispatchEvent(new Event("input")))}const Zr=Symbol("_assign"),Te={created(t,{modifiers:{lazy:e,trim:n,number:r}},o){t[Zr]=gs(o);const i=r||o.props&&o.props.type==="number";_i(t,e?"change":"input",s=>{if(s.target.composing)return;let a=t.value;n&&(a=a.trim()),i&&(a=z0(a)),t[Zr](a)}),n&&_i(t,"change",()=>{t.value=t.value.trim()}),e||(_i(t,"compositionstart",G$),_i(t,"compositionend",$Q),_i(t,"change",$Q))},mounted(t,{value:e}){t.value=e??""},beforeUpdate(t,{value:e,oldValue:n,modifiers:{lazy:r,trim:o,number:i}},s){if(t[Zr]=gs(s),t.composing)return;const a=(i||t.type==="number")&&!/^0\d/.test(t.value)?z0(t.value):t.value,l=e??"";a!==l&&(document.activeElement===t&&t.type!=="range"&&(r&&e===n||o&&t.value.trim()===l)||(t.value=l))}},ze={deep:!0,created(t,e,n){t[Zr]=gs(n),_i(t,"change",()=>{const r=t._modelValue,o=Ra(t),i=t.checked,s=t[Zr];if(tt(r)){const a=Kh(r,o),l=a!==-1;if(i&&!l)s(r.concat(o));else if(!i&&l){const c=[...r];c.splice(a,1),s(c)}}else if(n2(r)){const a=new Set(r);i?a.add(o):a.delete(o),s(a)}else s(VM(t,i))})},mounted:BQ,beforeUpdate(t,e,n){t[Zr]=gs(n),BQ(t,e,n)}};function BQ(t,{value:e},n){t._modelValue=e;let r;tt(e)?r=Kh(e,n.props.value)>-1:n2(e)?r=e.has(n.props.value):r=Q1(e,VM(t,!0)),t.checked!==r&&(t.checked=r)}const q$={created(t,{value:e},n){t.checked=Q1(e,n.props.value),t[Zr]=gs(n),_i(t,"change",()=>{t[Zr](Ra(t))})},beforeUpdate(t,{value:e,oldValue:n},r){t[Zr]=gs(r),e!==n&&(t.checked=Q1(e,r.props.value))}},Ft={deep:!0,created(t,{value:e,modifiers:{number:n}},r){const o=n2(e);_i(t,"change",()=>{const i=Array.prototype.filter.call(t.options,s=>s.selected).map(s=>n?z0(Ra(s)):Ra(s));t[Zr](t.multiple?o?new Set(i):i:i[0]),t._assigning=!0,ke(()=>{t._assigning=!1})}),t[Zr]=gs(r)},mounted(t,{value:e}){FQ(t,e)},beforeUpdate(t,e,n){t[Zr]=gs(n)},updated(t,{value:e}){t._assigning||FQ(t,e)}};function FQ(t,e){const n=t.multiple,r=tt(e);if(!(n&&!r&&!n2(e))){for(let o=0,i=t.options.length;oString(c)===String(a)):s.selected=Kh(e,a)>-1}else s.selected=e.has(a);else if(Q1(Ra(s),e)){t.selectedIndex!==o&&(t.selectedIndex=o);return}}!n&&t.selectedIndex!==-1&&(t.selectedIndex=-1)}}function Ra(t){return"_value"in t?t._value:t.value}function VM(t,e){const n=e?"_trueValue":"_falseValue";return n in t?t[n]:e}const j$=["ctrl","shift","alt","meta"],z$={stop:t=>t.stopPropagation(),prevent:t=>t.preventDefault(),self:t=>t.target!==t.currentTarget,ctrl:t=>!t.ctrlKey,shift:t=>!t.shiftKey,alt:t=>!t.altKey,meta:t=>!t.metaKey,left:t=>"button"in t&&t.button!==0,middle:t=>"button"in t&&t.button!==1,right:t=>"button"in t&&t.button!==2,exact:(t,e)=>j$.some(n=>t[`${n}Key`]&&!e.includes(n))},se=(t,e)=>{const n=t._withMods||(t._withMods={}),r=e.join(".");return n[r]||(n[r]=(o,...i)=>{for(let s=0;s{const n=t._withKeys||(t._withKeys={}),r=e.join(".");return n[r]||(n[r]=o=>{if(!("key"in o))return;const i=vs(o.key);if(e.some(s=>s===i||Y$[s]===i))return t(o)})},W$=En({patchProp:I$},v$);let UQ;function K$(){return UQ||(UQ=jV(W$))}const Z$=(...t)=>{const e=K$().createApp(...t),{mount:n}=e;return e.mount=r=>{const o=J$(r);if(!o)return;const i=e._component;!ut(i)&&!i.render&&!i.template&&(i.template=o.innerHTML),o.nodeType===1&&(o.textContent="");const s=n(o,!1,X$(o));return o instanceof Element&&(o.removeAttribute("v-cloak"),o.setAttribute("data-v-app","")),s},e};function X$(t){if(t instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&t instanceof MathMLElement)return"mathml"}function J$(t){return dn(t)?document.querySelector(t):t}function eB(){return $M().__VUE_DEVTOOLS_GLOBAL_HOOK__}function $M(){return typeof navigator<"u"&&typeof window<"u"?window:typeof globalThis<"u"?globalThis:{}}const tB=typeof Proxy=="function",nB="devtools-plugin:setup",rB="plugin:settings:set";let z1,wp;function oB(){var t;return z1!==void 0||(typeof window<"u"&&window.performance?(z1=!0,wp=window.performance):typeof globalThis<"u"&&(!((t=globalThis.perf_hooks)===null||t===void 0)&&t.performance)?(z1=!0,wp=globalThis.perf_hooks.performance):z1=!1),z1}function iB(){return oB()?wp.now():Date.now()}class sB{constructor(e,n){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=n;const r={};if(e.settings)for(const s in e.settings){const a=e.settings[s];r[s]=a.defaultValue}const o=`__vue-devtools-plugin-settings__${e.id}`;let i=Object.assign({},r);try{const s=localStorage.getItem(o),a=JSON.parse(s);Object.assign(i,a)}catch{}this.fallbacks={getSettings(){return i},setSettings(s){try{localStorage.setItem(o,JSON.stringify(s))}catch{}i=s},now(){return iB()}},n&&n.on(rB,(s,a)=>{s===this.plugin.id&&this.fallbacks.setSettings(a)}),this.proxiedOn=new Proxy({},{get:(s,a)=>this.target?this.target.on[a]:(...l)=>{this.onQueue.push({method:a,args:l})}}),this.proxiedTarget=new Proxy({},{get:(s,a)=>this.target?this.target[a]:a==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(a)?(...l)=>(this.targetQueue.push({method:a,args:l,resolve:()=>{}}),this.fallbacks[a](...l)):(...l)=>new Promise(c=>{this.targetQueue.push({method:a,args:l,resolve:c})})})}async setRealTarget(e){this.target=e;for(const n of this.onQueue)this.target.on[n.method](...n.args);for(const n of this.targetQueue)n.resolve(await this.target[n.method](...n.args))}}function aB(t,e){const n=t,r=$M(),o=eB(),i=tB&&n.enableEarlyProxy;if(o&&(r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!i))o.emit(nB,t,e);else{const s=i?new sB(n,o):null;(r.__VUE_DEVTOOLS_PLUGINS__=r.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:e,proxy:s}),s&&e(s.proxiedTarget)}}/*!
* vuex v4.1.0
* (c) 2022 Evan You
* @license MIT
- */var cB="store";function i2(t,e){Object.keys(t).forEach(function(n){return e(t[n],n)})}function BM(t){return t!==null&&typeof t=="object"}function uB(t){return t&&typeof t.then=="function"}function dB(t,e){return function(){return t(e)}}function FM(t,e,n){return e.indexOf(t)<0&&(n&&n.prepend?e.unshift(t):e.push(t)),function(){var r=e.indexOf(t);r>-1&&e.splice(r,1)}}function UM(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;Q6(t,n,[],t._modules.root,!0),Tm(t,n,e)}function Tm(t,e,n){var r=t._state,o=t._scope;t.getters={},t._makeLocalGettersCache=Object.create(null);var i=t._wrappedGetters,s={},a={},l=wP(!0);l.run(function(){i2(i,function(c,u){s[u]=dB(c,t),a[u]=Ze(function(){return s[u]()}),Object.defineProperty(t.getters,u,{get:function(){return a[u].value},enumerable:!0})})}),t._state=cr({data:e}),t._scope=l,t.strict&&mB(t),r&&n&&t._withCommit(function(){r.data=null}),o&&o.stop()}function Q6(t,e,n,r,o){var i=!n.length,s=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[s],t._modulesNamespaceMap[s]=r),!i&&!o){var a=fm(e,n.slice(0,-1)),l=n[n.length-1];t._withCommit(function(){a[l]=r.state})}var c=r.context=TB(t,s,n);r.forEachMutation(function(u,d){var f=s+d;fB(t,f,u,c)}),r.forEachAction(function(u,d){var f=u.root?d:s+d,T=u.handler||u;pB(t,f,T,c)}),r.forEachGetter(function(u,d){var f=s+d;hB(t,f,u,c)}),r.forEachChild(function(u,d){Q6(t,e,n.concat(d),u,o)})}function TB(t,e,n){var r=e==="",o={dispatch:r?t.dispatch:function(i,s,a){var l=ic(i,s,a),c=l.payload,u=l.options,d=l.type;return(!u||!u.root)&&(d=e+d),t.dispatch(d,c)},commit:r?t.commit:function(i,s,a){var l=ic(i,s,a),c=l.payload,u=l.options,d=l.type;(!u||!u.root)&&(d=e+d),t.commit(d,c,u)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return GM(t,e)}},state:{get:function(){return fm(t.state,n)}}}),o}function GM(t,e){if(!t._makeLocalGettersCache[e]){var n={},r=e.length;Object.keys(t.getters).forEach(function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}}),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}function fB(t,e,n,r){var o=t._mutations[e]||(t._mutations[e]=[]);o.push(function(s){n.call(t,r.state,s)})}function pB(t,e,n,r){var o=t._actions[e]||(t._actions[e]=[]);o.push(function(s){var a=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},s);return uB(a)||(a=Promise.resolve(a)),t._devtoolHook?a.catch(function(l){throw t._devtoolHook.emit("vuex:error",l),l}):a})}function hB(t,e,n,r){t._wrappedGetters[e]||(t._wrappedGetters[e]=function(i){return n(r.state,r.getters,i.state,i.getters)})}function mB(t){Bn(function(){return t._state.data},function(){},{deep:!0,flush:"sync"})}function fm(t,e){return e.reduce(function(n,r){return n[r]},t)}function ic(t,e,n){return BM(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}var gB="vuex bindings",GQ="vuex:mutations",wd="vuex:actions",Y1="vuex",_B=0;function QB(t,e){lB({id:"org.vuejs.vuex",app:t,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[gB]},function(n){n.addTimelineLayer({id:GQ,label:"Vuex Mutations",color:qQ}),n.addTimelineLayer({id:wd,label:"Vuex Actions",color:qQ}),n.addInspector({id:Y1,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),n.on.getInspectorTree(function(r){if(r.app===t&&r.inspectorId===Y1)if(r.filter){var o=[];YM(o,e._modules.root,r.filter,""),r.rootNodes=o}else r.rootNodes=[zM(e._modules.root,"")]}),n.on.getInspectorState(function(r){if(r.app===t&&r.inspectorId===Y1){var o=r.nodeId;GM(e,o),r.state=bB(xB(e._modules,o),o==="root"?e.getters:e._makeLocalGettersCache,o)}}),n.on.editInspectorState(function(r){if(r.app===t&&r.inspectorId===Y1){var o=r.nodeId,i=r.path;o!=="root"&&(i=o.split("/").filter(Boolean).concat(i)),e._withCommit(function(){r.set(e._state.data,i,r.state.value)})}}),e.subscribe(function(r,o){var i={};r.payload&&(i.payload=r.payload),i.state=o,n.notifyComponentUpdate(),n.sendInspectorTree(Y1),n.sendInspectorState(Y1),n.addTimelineEvent({layerId:GQ,event:{time:Date.now(),title:r.type,data:i}})}),e.subscribeAction({before:function(r,o){var i={};r.payload&&(i.payload=r.payload),r._id=_B++,r._time=Date.now(),i.state=o,n.addTimelineEvent({layerId:wd,event:{time:r._time,title:r.type,groupId:r._id,subtitle:"start",data:i}})},after:function(r,o){var i={},s=Date.now()-r._time;i.duration={_custom:{type:"duration",display:s+"ms",tooltip:"Action duration",value:s}},r.payload&&(i.payload=r.payload),i.state=o,n.addTimelineEvent({layerId:wd,event:{time:Date.now(),title:r.type,groupId:r._id,subtitle:"end",data:i}})}})})}var qQ=8702998,vB=6710886,yB=16777215,qM={label:"namespaced",textColor:yB,backgroundColor:vB};function jM(t){return t&&t!=="root"?t.split("/").slice(-2,-1)[0]:"Root"}function zM(t,e){return{id:e||"root",label:jM(e),tags:t.namespaced?[qM]:[],children:Object.keys(t._children).map(function(n){return zM(t._children[n],e+n+"/")})}}function YM(t,e,n,r){r.includes(n)&&t.push({id:r||"root",label:r.endsWith("/")?r.slice(0,r.length-1):r||"Root",tags:e.namespaced?[qM]:[]}),Object.keys(e._children).forEach(function(o){YM(t,e._children[o],n,r+o+"/")})}function bB(t,e,n){e=n==="root"?e:e[n];var r=Object.keys(e),o={state:Object.keys(t.state).map(function(s){return{key:s,editable:!0,value:t.state[s]}})};if(r.length){var i=EB(e);o.getters=Object.keys(i).map(function(s){return{key:s.endsWith("/")?jM(s):s,editable:!1,value:Op(function(){return i[s]})}})}return o}function EB(t){var e={};return Object.keys(t).forEach(function(n){var r=n.split("/");if(r.length>1){var o=e,i=r.pop();r.forEach(function(s){o[s]||(o[s]={_custom:{value:{},display:s,tooltip:"Module",abstract:!0}}),o=o[s]._custom.value}),o[i]=Op(function(){return t[n]})}else e[n]=Op(function(){return t[n]})}),e}function xB(t,e){var n=e.split("/").filter(function(r){return r});return n.reduce(function(r,o,i){var s=r[o];if(!s)throw new Error('Missing module "'+o+'" for path "'+e+'".');return i===n.length-1?s:s._children},e==="root"?t:t.root._children)}function Op(t){try{return t()}catch(e){return e}}var go=function(e,n){this.runtime=n,this._children=Object.create(null),this._rawModule=e;var r=e.state;this.state=(typeof r=="function"?r():r)||{}},WM={namespaced:{configurable:!0}};WM.namespaced.get=function(){return!!this._rawModule.namespaced};go.prototype.addChild=function(e,n){this._children[e]=n};go.prototype.removeChild=function(e){delete this._children[e]};go.prototype.getChild=function(e){return this._children[e]};go.prototype.hasChild=function(e){return e in this._children};go.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)};go.prototype.forEachChild=function(e){i2(this._children,e)};go.prototype.forEachGetter=function(e){this._rawModule.getters&&i2(this._rawModule.getters,e)};go.prototype.forEachAction=function(e){this._rawModule.actions&&i2(this._rawModule.actions,e)};go.prototype.forEachMutation=function(e){this._rawModule.mutations&&i2(this._rawModule.mutations,e)};Object.defineProperties(go.prototype,WM);var N1=function(e){this.register([],e,!1)};N1.prototype.get=function(e){return e.reduce(function(n,r){return n.getChild(r)},this.root)};N1.prototype.getNamespace=function(e){var n=this.root;return e.reduce(function(r,o){return n=n.getChild(o),r+(n.namespaced?o+"/":"")},"")};N1.prototype.update=function(e){KM([],this.root,e)};N1.prototype.register=function(e,n,r){var o=this;r===void 0&&(r=!0);var i=new go(n,r);if(e.length===0)this.root=i;else{var s=this.get(e.slice(0,-1));s.addChild(e[e.length-1],i)}n.modules&&i2(n.modules,function(a,l){o.register(e.concat(l),a,r)})};N1.prototype.unregister=function(e){var n=this.get(e.slice(0,-1)),r=e[e.length-1],o=n.getChild(r);o&&o.runtime&&n.removeChild(r)};N1.prototype.isRegistered=function(e){var n=this.get(e.slice(0,-1)),r=e[e.length-1];return n?n.hasChild(r):!1};function KM(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return;KM(t.concat(r),e.getChild(r),n.modules[r])}}function SB(t){return new br(t)}var br=function(e){var n=this;e===void 0&&(e={});var r=e.plugins;r===void 0&&(r=[]);var o=e.strict;o===void 0&&(o=!1);var i=e.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new N1(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._scope=null,this._devtools=i;var s=this,a=this,l=a.dispatch,c=a.commit;this.dispatch=function(f,T){return l.call(s,f,T)},this.commit=function(f,T,g){return c.call(s,f,T,g)},this.strict=o;var u=this._modules.root.state;Q6(this,u,[],this._modules.root),Tm(this,u),r.forEach(function(d){return d(n)})},pm={state:{configurable:!0}};br.prototype.install=function(e,n){e.provide(n||cB,this),e.config.globalProperties.$store=this;var r=this._devtools!==void 0?this._devtools:!1;r&&QB(e,this)};pm.state.get=function(){return this._state.data};pm.state.set=function(t){};br.prototype.commit=function(e,n,r){var o=this,i=ic(e,n,r),s=i.type,a=i.payload,l={type:s,payload:a},c=this._mutations[s];c&&(this._withCommit(function(){c.forEach(function(d){d(a)})}),this._subscribers.slice().forEach(function(u){return u(l,o.state)}))};br.prototype.dispatch=function(e,n){var r=this,o=ic(e,n),i=o.type,s=o.payload,a={type:i,payload:s},l=this._actions[i];if(l){try{this._actionSubscribers.slice().filter(function(u){return u.before}).forEach(function(u){return u.before(a,r.state)})}catch{}var c=l.length>1?Promise.all(l.map(function(u){return u(s)})):l[0](s);return new Promise(function(u,d){c.then(function(f){try{r._actionSubscribers.filter(function(T){return T.after}).forEach(function(T){return T.after(a,r.state)})}catch{}u(f)},function(f){try{r._actionSubscribers.filter(function(T){return T.error}).forEach(function(T){return T.error(a,r.state,f)})}catch{}d(f)})})}};br.prototype.subscribe=function(e,n){return FM(e,this._subscribers,n)};br.prototype.subscribeAction=function(e,n){var r=typeof e=="function"?{before:e}:e;return FM(r,this._actionSubscribers,n)};br.prototype.watch=function(e,n,r){var o=this;return Bn(function(){return e(o.state,o.getters)},n,Object.assign({},r))};br.prototype.replaceState=function(e){var n=this;this._withCommit(function(){n._state.data=e})};br.prototype.registerModule=function(e,n,r){r===void 0&&(r={}),typeof e=="string"&&(e=[e]),this._modules.register(e,n),Q6(this,this.state,e,this._modules.get(e),r.preserveState),Tm(this,this.state)};br.prototype.unregisterModule=function(e){var n=this;typeof e=="string"&&(e=[e]),this._modules.unregister(e),this._withCommit(function(){var r=fm(n.state,e.slice(0,-1));delete r[e[e.length-1]]}),UM(this)};br.prototype.hasModule=function(e){return typeof e=="string"&&(e=[e]),this._modules.isRegistered(e)};br.prototype.hotUpdate=function(e){this._modules.update(e),UM(this,!0)};br.prototype._withCommit=function(e){var n=this._committing;this._committing=!0,e(),this._committing=n};Object.defineProperties(br.prototype,pm);var LB=wB(function(t,e){var n={};return CB(e).forEach(function(r){var o=r.key,i=r.val;n[o]=function(){var a=this.$store.state,l=this.$store.getters;if(t){var c=OB(this.$store,"mapState",t);if(!c)return;a=c.context.state,l=c.context.getters}return typeof i=="function"?i.call(this,a,l):a[i]},n[o].vuex=!0}),n});function CB(t){return AB(t)?Array.isArray(t)?t.map(function(e){return{key:e,val:e}}):Object.keys(t).map(function(e){return{key:e,val:t[e]}}):[]}function AB(t){return Array.isArray(t)||BM(t)}function wB(t){return function(e,n){return typeof e!="string"?(n=e,e=""):e.charAt(e.length-1)!=="/"&&(e+="/"),t(e,n)}}function OB(t,e,n){var r=t._modulesNamespaceMap[n];return r}function ZM(t,e){return function(){return t.apply(e,arguments)}}const{toString:MB}=Object.prototype,{getPrototypeOf:hm}=Object,v6=(t=>e=>{const n=MB.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),_o=t=>(t=t.toLowerCase(),e=>v6(e)===t),y6=t=>e=>typeof e===t,{isArray:s2}=Array,a3=y6("undefined");function RB(t){return t!==null&&!a3(t)&&t.constructor!==null&&!a3(t.constructor)&&Rr(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const XM=_o("ArrayBuffer");function NB(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&XM(t.buffer),e}const kB=y6("string"),Rr=y6("function"),JM=y6("number"),b6=t=>t!==null&&typeof t=="object",DB=t=>t===!0||t===!1,I0=t=>{if(v6(t)!=="object")return!1;const e=hm(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},IB=_o("Date"),HB=_o("File"),PB=_o("Blob"),VB=_o("FileList"),$B=t=>b6(t)&&Rr(t.pipe),BB=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||Rr(t.append)&&((e=v6(t))==="formdata"||e==="object"&&Rr(t.toString)&&t.toString()==="[object FormData]"))},FB=_o("URLSearchParams"),[UB,GB,qB,jB]=["ReadableStream","Request","Response","Headers"].map(_o),zB=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function w3(t,e,{allOwnKeys:n=!1}={}){if(t===null||typeof t>"u")return;let r,o;if(typeof t!="object"&&(t=[t]),s2(t))for(r=0,o=t.length;r0;)if(o=n[r],e===o.toLowerCase())return o;return null}const u1=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,tR=t=>!a3(t)&&t!==u1;function Mp(){const{caseless:t}=tR(this)&&this||{},e={},n=(r,o)=>{const i=t&&eR(e,o)||o;I0(e[i])&&I0(r)?e[i]=Mp(e[i],r):I0(r)?e[i]=Mp({},r):s2(r)?e[i]=r.slice():e[i]=r};for(let r=0,o=arguments.length;r(w3(e,(o,i)=>{n&&Rr(o)?t[i]=ZM(o,n):t[i]=o},{allOwnKeys:r}),t),WB=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),KB=(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},ZB=(t,e,n,r)=>{let o,i,s;const a={};if(e=e||{},t==null)return e;do{for(o=Object.getOwnPropertyNames(t),i=o.length;i-- >0;)s=o[i],(!r||r(s,t,e))&&!a[s]&&(e[s]=t[s],a[s]=!0);t=n!==!1&&hm(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},XB=(t,e,n)=>{t=String(t),(n===void 0||n>t.length)&&(n=t.length),n-=e.length;const r=t.indexOf(e,n);return r!==-1&&r===n},JB=t=>{if(!t)return null;if(s2(t))return t;let e=t.length;if(!JM(e))return null;const n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},eF=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&hm(Uint8Array)),tF=(t,e)=>{const r=(t&&t[Symbol.iterator]).call(t);let o;for(;(o=r.next())&&!o.done;){const i=o.value;e.call(t,i[0],i[1])}},nF=(t,e)=>{let n;const r=[];for(;(n=t.exec(e))!==null;)r.push(n);return r},rF=_o("HTMLFormElement"),oF=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),jQ=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),iF=_o("RegExp"),nR=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),r={};w3(n,(o,i)=>{let s;(s=e(o,i,t))!==!1&&(r[i]=s||o)}),Object.defineProperties(t,r)},sF=t=>{nR(t,(e,n)=>{if(Rr(t)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=t[n];if(Rr(r)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},aF=(t,e)=>{const n={},r=o=>{o.forEach(i=>{n[i]=!0})};return s2(t)?r(t):r(String(t).split(e)),n},lF=()=>{},cF=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,Od="abcdefghijklmnopqrstuvwxyz",zQ="0123456789",rR={DIGIT:zQ,ALPHA:Od,ALPHA_DIGIT:Od+Od.toUpperCase()+zQ},uF=(t=16,e=rR.ALPHA_DIGIT)=>{let n="";const{length:r}=e;for(;t--;)n+=e[Math.random()*r|0];return n};function dF(t){return!!(t&&Rr(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const TF=t=>{const e=new Array(10),n=(r,o)=>{if(b6(r)){if(e.indexOf(r)>=0)return;if(!("toJSON"in r)){e[o]=r;const i=s2(r)?[]:{};return w3(r,(s,a)=>{const l=n(s,o+1);!a3(l)&&(i[a]=l)}),e[o]=void 0,i}}return r};return n(t,0)},fF=_o("AsyncFunction"),pF=t=>t&&(b6(t)||Rr(t))&&Rr(t.then)&&Rr(t.catch),oR=((t,e)=>t?setImmediate:e?((n,r)=>(u1.addEventListener("message",({source:o,data:i})=>{o===u1&&i===n&&r.length&&r.shift()()},!1),o=>{r.push(o),u1.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Rr(u1.postMessage)),hF=typeof queueMicrotask<"u"?queueMicrotask.bind(u1):typeof process<"u"&&process.nextTick||oR,ve={isArray:s2,isArrayBuffer:XM,isBuffer:RB,isFormData:BB,isArrayBufferView:NB,isString:kB,isNumber:JM,isBoolean:DB,isObject:b6,isPlainObject:I0,isReadableStream:UB,isRequest:GB,isResponse:qB,isHeaders:jB,isUndefined:a3,isDate:IB,isFile:HB,isBlob:PB,isRegExp:iF,isFunction:Rr,isStream:$B,isURLSearchParams:FB,isTypedArray:eF,isFileList:VB,forEach:w3,merge:Mp,extend:YB,trim:zB,stripBOM:WB,inherits:KB,toFlatObject:ZB,kindOf:v6,kindOfTest:_o,endsWith:XB,toArray:JB,forEachEntry:tF,matchAll:nF,isHTMLForm:rF,hasOwnProperty:jQ,hasOwnProp:jQ,reduceDescriptors:nR,freezeMethods:sF,toObjectSet:aF,toCamelCase:oF,noop:lF,toFiniteNumber:cF,findKey:eR,global:u1,isContextDefined:tR,ALPHABET:rR,generateString:uF,isSpecCompliantForm:dF,toJSONObject:TF,isAsyncFn:fF,isThenable:pF,setImmediate:oR,asap:hF};function mt(t,e,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status?o.status:null)}ve.inherits(mt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ve.toJSONObject(this.config),code:this.code,status:this.status}}});const iR=mt.prototype,sR={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{sR[t]={value:t}});Object.defineProperties(mt,sR);Object.defineProperty(iR,"isAxiosError",{value:!0});mt.from=(t,e,n,r,o,i)=>{const s=Object.create(iR);return ve.toFlatObject(t,s,function(l){return l!==Error.prototype},a=>a!=="isAxiosError"),mt.call(s,t.message,e,n,r,o),s.cause=t,s.name=t.name,i&&Object.assign(s,i),s};const mF=null;function Rp(t){return ve.isPlainObject(t)||ve.isArray(t)}function aR(t){return ve.endsWith(t,"[]")?t.slice(0,-2):t}function YQ(t,e,n){return t?t.concat(e).map(function(o,i){return o=aR(o),!n&&i?"["+o+"]":o}).join(n?".":""):e}function gF(t){return ve.isArray(t)&&!t.some(Rp)}const _F=ve.toFlatObject(ve,{},null,function(e){return/^is[A-Z]/.test(e)});function E6(t,e,n){if(!ve.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,n=ve.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(_,Q){return!ve.isUndefined(Q[_])});const r=n.metaTokens,o=n.visitor||u,i=n.dots,s=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&ve.isSpecCompliantForm(e);if(!ve.isFunction(o))throw new TypeError("visitor must be a function");function c(g){if(g===null)return"";if(ve.isDate(g))return g.toISOString();if(!l&&ve.isBlob(g))throw new mt("Blob is not supported. Use a Buffer instead.");return ve.isArrayBuffer(g)||ve.isTypedArray(g)?l&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function u(g,_,Q){let m=g;if(g&&!Q&&typeof g=="object"){if(ve.endsWith(_,"{}"))_=r?_:_.slice(0,-2),g=JSON.stringify(g);else if(ve.isArray(g)&&gF(g)||(ve.isFileList(g)||ve.endsWith(_,"[]"))&&(m=ve.toArray(g)))return _=aR(_),m.forEach(function(y,b){!(ve.isUndefined(y)||y===null)&&e.append(s===!0?YQ([_],b,i):s===null?_:_+"[]",c(y))}),!1}return Rp(g)?!0:(e.append(YQ(Q,_,i),c(g)),!1)}const d=[],f=Object.assign(_F,{defaultVisitor:u,convertValue:c,isVisitable:Rp});function T(g,_){if(!ve.isUndefined(g)){if(d.indexOf(g)!==-1)throw Error("Circular reference detected in "+_.join("."));d.push(g),ve.forEach(g,function(m,v){(!(ve.isUndefined(m)||m===null)&&o.call(e,m,ve.isString(v)?v.trim():v,_,f))===!0&&T(m,_?_.concat(v):[v])}),d.pop()}}if(!ve.isObject(t))throw new TypeError("data must be an object");return T(t),e}function WQ(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function mm(t,e){this._pairs=[],t&&E6(t,this,e)}const lR=mm.prototype;lR.append=function(e,n){this._pairs.push([e,n])};lR.toString=function(e){const n=e?function(r){return e.call(this,r,WQ)}:WQ;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function QF(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function cR(t,e,n){if(!e)return t;const r=n&&n.encode||QF,o=n&&n.serialize;let i;if(o?i=o(e,n):i=ve.isURLSearchParams(e)?e.toString():new mm(e,n).toString(r),i){const s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+i}return t}class KQ{constructor(){this.handlers=[]}use(e,n,r){return this.handlers.push({fulfilled:e,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){ve.forEach(this.handlers,function(r){r!==null&&e(r)})}}const uR={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},vF=typeof URLSearchParams<"u"?URLSearchParams:mm,yF=typeof FormData<"u"?FormData:null,bF=typeof Blob<"u"?Blob:null,EF={isBrowser:!0,classes:{URLSearchParams:vF,FormData:yF,Blob:bF},protocols:["http","https","file","blob","url","data"]},gm=typeof window<"u"&&typeof document<"u",Np=typeof navigator=="object"&&navigator||void 0,xF=gm&&(!Np||["ReactNative","NativeScript","NS"].indexOf(Np.product)<0),SF=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",LF=gm&&window.location.href||"http://localhost",CF=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:gm,hasStandardBrowserEnv:xF,hasStandardBrowserWebWorkerEnv:SF,navigator:Np,origin:LF},Symbol.toStringTag,{value:"Module"})),gr={...CF,...EF};function AF(t,e){return E6(t,new gr.classes.URLSearchParams,Object.assign({visitor:function(n,r,o,i){return gr.isNode&&ve.isBuffer(n)?(this.append(r,n.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},e))}function wF(t){return ve.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function OF(t){const e={},n=Object.keys(t);let r;const o=n.length;let i;for(r=0;r=n.length;return s=!s&&ve.isArray(o)?o.length:s,l?(ve.hasOwnProp(o,s)?o[s]=[o[s],r]:o[s]=r,!a):((!o[s]||!ve.isObject(o[s]))&&(o[s]=[]),e(n,r,o[s],i)&&ve.isArray(o[s])&&(o[s]=OF(o[s])),!a)}if(ve.isFormData(t)&&ve.isFunction(t.entries)){const n={};return ve.forEachEntry(t,(r,o)=>{e(wF(r),o,n,0)}),n}return null}function MF(t,e,n){if(ve.isString(t))try{return(e||JSON.parse)(t),ve.trim(t)}catch(r){if(r.name!=="SyntaxError")throw r}return(0,JSON.stringify)(t)}const O3={transitional:uR,adapter:["xhr","http","fetch"],transformRequest:[function(e,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,i=ve.isObject(e);if(i&&ve.isHTMLForm(e)&&(e=new FormData(e)),ve.isFormData(e))return o?JSON.stringify(dR(e)):e;if(ve.isArrayBuffer(e)||ve.isBuffer(e)||ve.isStream(e)||ve.isFile(e)||ve.isBlob(e)||ve.isReadableStream(e))return e;if(ve.isArrayBufferView(e))return e.buffer;if(ve.isURLSearchParams(e))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return AF(e,this.formSerializer).toString();if((a=ve.isFileList(e))||r.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return E6(a?{"files[]":e}:e,l&&new l,this.formSerializer)}}return i||o?(n.setContentType("application/json",!1),MF(e)):e}],transformResponse:[function(e){const n=this.transitional||O3.transitional,r=n&&n.forcedJSONParsing,o=this.responseType==="json";if(ve.isResponse(e)||ve.isReadableStream(e))return e;if(e&&ve.isString(e)&&(r&&!this.responseType||o)){const s=!(n&&n.silentJSONParsing)&&o;try{return JSON.parse(e)}catch(a){if(s)throw a.name==="SyntaxError"?mt.from(a,mt.ERR_BAD_RESPONSE,this,null,this.response):a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:gr.classes.FormData,Blob:gr.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ve.forEach(["delete","get","head","post","put","patch"],t=>{O3.headers[t]={}});const RF=ve.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),NF=t=>{const e={};let n,r,o;return t&&t.split(`
-`).forEach(function(s){o=s.indexOf(":"),n=s.substring(0,o).trim().toLowerCase(),r=s.substring(o+1).trim(),!(!n||e[n]&&RF[n])&&(n==="set-cookie"?e[n]?e[n].push(r):e[n]=[r]:e[n]=e[n]?e[n]+", "+r:r)}),e},ZQ=Symbol("internals");function R2(t){return t&&String(t).trim().toLowerCase()}function H0(t){return t===!1||t==null?t:ve.isArray(t)?t.map(H0):String(t)}function kF(t){const e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(t);)e[r[1]]=r[2];return e}const DF=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function Md(t,e,n,r,o){if(ve.isFunction(r))return r.call(this,e,n);if(o&&(e=n),!!ve.isString(e)){if(ve.isString(r))return e.indexOf(r)!==-1;if(ve.isRegExp(r))return r.test(e)}}function IF(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,n,r)=>n.toUpperCase()+r)}function HF(t,e){const n=ve.toCamelCase(" "+e);["get","set","has"].forEach(r=>{Object.defineProperty(t,r+n,{value:function(o,i,s){return this[r].call(this,e,o,i,s)},configurable:!0})})}class _r{constructor(e){e&&this.set(e)}set(e,n,r){const o=this;function i(a,l,c){const u=R2(l);if(!u)throw new Error("header name must be a non-empty string");const d=ve.findKey(o,u);(!d||o[d]===void 0||c===!0||c===void 0&&o[d]!==!1)&&(o[d||l]=H0(a))}const s=(a,l)=>ve.forEach(a,(c,u)=>i(c,u,l));if(ve.isPlainObject(e)||e instanceof this.constructor)s(e,n);else if(ve.isString(e)&&(e=e.trim())&&!DF(e))s(NF(e),n);else if(ve.isHeaders(e))for(const[a,l]of e.entries())i(l,a,r);else e!=null&&i(n,e,r);return this}get(e,n){if(e=R2(e),e){const r=ve.findKey(this,e);if(r){const o=this[r];if(!n)return o;if(n===!0)return kF(o);if(ve.isFunction(n))return n.call(this,o,r);if(ve.isRegExp(n))return n.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,n){if(e=R2(e),e){const r=ve.findKey(this,e);return!!(r&&this[r]!==void 0&&(!n||Md(this,this[r],r,n)))}return!1}delete(e,n){const r=this;let o=!1;function i(s){if(s=R2(s),s){const a=ve.findKey(r,s);a&&(!n||Md(r,r[a],a,n))&&(delete r[a],o=!0)}}return ve.isArray(e)?e.forEach(i):i(e),o}clear(e){const n=Object.keys(this);let r=n.length,o=!1;for(;r--;){const i=n[r];(!e||Md(this,this[i],i,e,!0))&&(delete this[i],o=!0)}return o}normalize(e){const n=this,r={};return ve.forEach(this,(o,i)=>{const s=ve.findKey(r,i);if(s){n[s]=H0(o),delete n[i];return}const a=e?IF(i):String(i).trim();a!==i&&delete n[i],n[a]=H0(o),r[a]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const n=Object.create(null);return ve.forEach(this,(r,o)=>{r!=null&&r!==!1&&(n[o]=e&&ve.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,n])=>e+": "+n).join(`
-`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...n){const r=new this(e);return n.forEach(o=>r.set(o)),r}static accessor(e){const r=(this[ZQ]=this[ZQ]={accessors:{}}).accessors,o=this.prototype;function i(s){const a=R2(s);r[a]||(HF(o,s),r[a]=!0)}return ve.isArray(e)?e.forEach(i):i(e),this}}_r.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);ve.reduceDescriptors(_r.prototype,({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(r){this[n]=r}}});ve.freezeMethods(_r);function Rd(t,e){const n=this||O3,r=e||n,o=_r.from(r.headers);let i=r.data;return ve.forEach(t,function(a){i=a.call(n,i,o.normalize(),e?e.status:void 0)}),o.normalize(),i}function TR(t){return!!(t&&t.__CANCEL__)}function a2(t,e,n){mt.call(this,t??"canceled",mt.ERR_CANCELED,e,n),this.name="CanceledError"}ve.inherits(a2,mt,{__CANCEL__:!0});function fR(t,e,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?t(n):e(new mt("Request failed with status code "+n.status,[mt.ERR_BAD_REQUEST,mt.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function PF(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function VF(t,e){t=t||10;const n=new Array(t),r=new Array(t);let o=0,i=0,s;return e=e!==void 0?e:1e3,function(l){const c=Date.now(),u=r[i];s||(s=c),n[o]=l,r[o]=c;let d=i,f=0;for(;d!==o;)f+=n[d++],d=d%t;if(o=(o+1)%t,o===i&&(i=(i+1)%t),c-s{n=u,o=null,i&&(clearTimeout(i),i=null),t.apply(null,c)};return[(...c)=>{const u=Date.now(),d=u-n;d>=r?s(c,u):(o=c,i||(i=setTimeout(()=>{i=null,s(o)},r-d)))},()=>o&&s(o)]}const sc=(t,e,n=3)=>{let r=0;const o=VF(50,250);return $F(i=>{const s=i.loaded,a=i.lengthComputable?i.total:void 0,l=s-r,c=o(l),u=s<=a;r=s;const d={loaded:s,total:a,progress:a?s/a:void 0,bytes:l,rate:c||void 0,estimated:c&&a&&u?(a-s)/c:void 0,event:i,lengthComputable:a!=null,[e?"download":"upload"]:!0};t(d)},n)},XQ=(t,e)=>{const n=t!=null;return[r=>e[0]({lengthComputable:n,total:t,loaded:r}),e[1]]},JQ=t=>(...e)=>ve.asap(()=>t(...e)),BF=gr.hasStandardBrowserEnv?function(){const e=gr.navigator&&/(msie|trident)/i.test(gr.navigator.userAgent),n=document.createElement("a");let r;function o(i){let s=i;return e&&(n.setAttribute("href",s),s=n.href),n.setAttribute("href",s),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=o(window.location.href),function(s){const a=ve.isString(s)?o(s):s;return a.protocol===r.protocol&&a.host===r.host}}():function(){return function(){return!0}}(),FF=gr.hasStandardBrowserEnv?{write(t,e,n,r,o,i){const s=[t+"="+encodeURIComponent(e)];ve.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),ve.isString(r)&&s.push("path="+r),ve.isString(o)&&s.push("domain="+o),i===!0&&s.push("secure"),document.cookie=s.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function UF(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function GF(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function pR(t,e){return t&&!UF(e)?GF(t,e):e}const ev=t=>t instanceof _r?{...t}:t;function y1(t,e){e=e||{};const n={};function r(c,u,d){return ve.isPlainObject(c)&&ve.isPlainObject(u)?ve.merge.call({caseless:d},c,u):ve.isPlainObject(u)?ve.merge({},u):ve.isArray(u)?u.slice():u}function o(c,u,d){if(ve.isUndefined(u)){if(!ve.isUndefined(c))return r(void 0,c,d)}else return r(c,u,d)}function i(c,u){if(!ve.isUndefined(u))return r(void 0,u)}function s(c,u){if(ve.isUndefined(u)){if(!ve.isUndefined(c))return r(void 0,c)}else return r(void 0,u)}function a(c,u,d){if(d in e)return r(c,u);if(d in t)return r(void 0,c)}const l={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(c,u)=>o(ev(c),ev(u),!0)};return ve.forEach(Object.keys(Object.assign({},t,e)),function(u){const d=l[u]||o,f=d(t[u],e[u],u);ve.isUndefined(f)&&d!==a||(n[u]=f)}),n}const hR=t=>{const e=y1({},t);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:i,headers:s,auth:a}=e;e.headers=s=_r.from(s),e.url=cR(pR(e.baseURL,e.url),t.params,t.paramsSerializer),a&&s.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let l;if(ve.isFormData(n)){if(gr.hasStandardBrowserEnv||gr.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((l=s.getContentType())!==!1){const[c,...u]=l?l.split(";").map(d=>d.trim()).filter(Boolean):[];s.setContentType([c||"multipart/form-data",...u].join("; "))}}if(gr.hasStandardBrowserEnv&&(r&&ve.isFunction(r)&&(r=r(e)),r||r!==!1&&BF(e.url))){const c=o&&i&&FF.read(i);c&&s.set(o,c)}return e},qF=typeof XMLHttpRequest<"u",jF=qF&&function(t){return new Promise(function(n,r){const o=hR(t);let i=o.data;const s=_r.from(o.headers).normalize();let{responseType:a,onUploadProgress:l,onDownloadProgress:c}=o,u,d,f,T,g;function _(){T&&T(),g&&g(),o.cancelToken&&o.cancelToken.unsubscribe(u),o.signal&&o.signal.removeEventListener("abort",u)}let Q=new XMLHttpRequest;Q.open(o.method.toUpperCase(),o.url,!0),Q.timeout=o.timeout;function m(){if(!Q)return;const y=_r.from("getAllResponseHeaders"in Q&&Q.getAllResponseHeaders()),E={data:!a||a==="text"||a==="json"?Q.responseText:Q.response,status:Q.status,statusText:Q.statusText,headers:y,config:t,request:Q};fR(function(L){n(L),_()},function(L){r(L),_()},E),Q=null}"onloadend"in Q?Q.onloadend=m:Q.onreadystatechange=function(){!Q||Q.readyState!==4||Q.status===0&&!(Q.responseURL&&Q.responseURL.indexOf("file:")===0)||setTimeout(m)},Q.onabort=function(){Q&&(r(new mt("Request aborted",mt.ECONNABORTED,t,Q)),Q=null)},Q.onerror=function(){r(new mt("Network Error",mt.ERR_NETWORK,t,Q)),Q=null},Q.ontimeout=function(){let b=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const E=o.transitional||uR;o.timeoutErrorMessage&&(b=o.timeoutErrorMessage),r(new mt(b,E.clarifyTimeoutError?mt.ETIMEDOUT:mt.ECONNABORTED,t,Q)),Q=null},i===void 0&&s.setContentType(null),"setRequestHeader"in Q&&ve.forEach(s.toJSON(),function(b,E){Q.setRequestHeader(E,b)}),ve.isUndefined(o.withCredentials)||(Q.withCredentials=!!o.withCredentials),a&&a!=="json"&&(Q.responseType=o.responseType),c&&([f,g]=sc(c,!0),Q.addEventListener("progress",f)),l&&Q.upload&&([d,T]=sc(l),Q.upload.addEventListener("progress",d),Q.upload.addEventListener("loadend",T)),(o.cancelToken||o.signal)&&(u=y=>{Q&&(r(!y||y.type?new a2(null,t,Q):y),Q.abort(),Q=null)},o.cancelToken&&o.cancelToken.subscribe(u),o.signal&&(o.signal.aborted?u():o.signal.addEventListener("abort",u)));const v=PF(o.url);if(v&&gr.protocols.indexOf(v)===-1){r(new mt("Unsupported protocol "+v+":",mt.ERR_BAD_REQUEST,t));return}Q.send(i||null)})},zF=(t,e)=>{const{length:n}=t=t?t.filter(Boolean):[];if(e||n){let r=new AbortController,o;const i=function(c){if(!o){o=!0,a();const u=c instanceof Error?c:this.reason;r.abort(u instanceof mt?u:new a2(u instanceof Error?u.message:u))}};let s=e&&setTimeout(()=>{s=null,i(new mt(`timeout ${e} of ms exceeded`,mt.ETIMEDOUT))},e);const a=()=>{t&&(s&&clearTimeout(s),s=null,t.forEach(c=>{c.unsubscribe?c.unsubscribe(i):c.removeEventListener("abort",i)}),t=null)};t.forEach(c=>c.addEventListener("abort",i));const{signal:l}=r;return l.unsubscribe=()=>ve.asap(a),l}},YF=function*(t,e){let n=t.byteLength;if(n{const o=WF(t,e);let i=0,s,a=l=>{s||(s=!0,r&&r(l))};return new ReadableStream({async pull(l){try{const{done:c,value:u}=await o.next();if(c){a(),l.close();return}let d=u.byteLength;if(n){let f=i+=d;n(f)}l.enqueue(new Uint8Array(u))}catch(c){throw a(c),c}},cancel(l){return a(l),o.return()}},{highWaterMark:2})},x6=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",mR=x6&&typeof ReadableStream=="function",ZF=x6&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),gR=(t,...e)=>{try{return!!t(...e)}catch{return!1}},XF=mR&&gR(()=>{let t=!1;const e=new Request(gr.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e}),nv=64*1024,kp=mR&&gR(()=>ve.isReadableStream(new Response("").body)),ac={stream:kp&&(t=>t.body)};x6&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!ac[e]&&(ac[e]=ve.isFunction(t[e])?n=>n[e]():(n,r)=>{throw new mt(`Response type '${e}' is not supported`,mt.ERR_NOT_SUPPORT,r)})})})(new Response);const JF=async t=>{if(t==null)return 0;if(ve.isBlob(t))return t.size;if(ve.isSpecCompliantForm(t))return(await new Request(gr.origin,{method:"POST",body:t}).arrayBuffer()).byteLength;if(ve.isArrayBufferView(t)||ve.isArrayBuffer(t))return t.byteLength;if(ve.isURLSearchParams(t)&&(t=t+""),ve.isString(t))return(await ZF(t)).byteLength},eU=async(t,e)=>{const n=ve.toFiniteNumber(t.getContentLength());return n??JF(e)},tU=x6&&(async t=>{let{url:e,method:n,data:r,signal:o,cancelToken:i,timeout:s,onDownloadProgress:a,onUploadProgress:l,responseType:c,headers:u,withCredentials:d="same-origin",fetchOptions:f}=hR(t);c=c?(c+"").toLowerCase():"text";let T=zF([o,i&&i.toAbortSignal()],s),g;const _=T&&T.unsubscribe&&(()=>{T.unsubscribe()});let Q;try{if(l&&XF&&n!=="get"&&n!=="head"&&(Q=await eU(u,r))!==0){let E=new Request(e,{method:"POST",body:r,duplex:"half"}),S;if(ve.isFormData(r)&&(S=E.headers.get("content-type"))&&u.setContentType(S),E.body){const[L,w]=XQ(Q,sc(JQ(l)));r=tv(E.body,nv,L,w)}}ve.isString(d)||(d=d?"include":"omit");const m="credentials"in Request.prototype;g=new Request(e,{...f,signal:T,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:m?d:void 0});let v=await fetch(g);const y=kp&&(c==="stream"||c==="response");if(kp&&(a||y&&_)){const E={};["status","statusText","headers"].forEach(A=>{E[A]=v[A]});const S=ve.toFiniteNumber(v.headers.get("content-length")),[L,w]=a&&XQ(S,sc(JQ(a),!0))||[];v=new Response(tv(v.body,nv,L,()=>{w&&w(),_&&_()}),E)}c=c||"text";let b=await ac[ve.findKey(ac,c)||"text"](v,t);return!y&&_&&_(),await new Promise((E,S)=>{fR(E,S,{data:b,headers:_r.from(v.headers),status:v.status,statusText:v.statusText,config:t,request:g})})}catch(m){throw _&&_(),m&&m.name==="TypeError"&&/fetch/i.test(m.message)?Object.assign(new mt("Network Error",mt.ERR_NETWORK,t,g),{cause:m.cause||m}):mt.from(m,m&&m.code,t,g)}}),Dp={http:mF,xhr:jF,fetch:tU};ve.forEach(Dp,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const rv=t=>`- ${t}`,nU=t=>ve.isFunction(t)||t===null||t===!1,_R={getAdapter:t=>{t=ve.isArray(t)?t:[t];const{length:e}=t;let n,r;const o={};for(let i=0;i`adapter ${a} `+(l===!1?"is not supported by the environment":"is not available in the build"));let s=e?i.length>1?`since :
+ */var lB="store";function i2(t,e){Object.keys(t).forEach(function(n){return e(t[n],n)})}function BM(t){return t!==null&&typeof t=="object"}function cB(t){return t&&typeof t.then=="function"}function uB(t,e){return function(){return t(e)}}function FM(t,e,n){return e.indexOf(t)<0&&(n&&n.prepend?e.unshift(t):e.push(t)),function(){var r=e.indexOf(t);r>-1&&e.splice(r,1)}}function UM(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;_6(t,n,[],t._modules.root,!0),Tm(t,n,e)}function Tm(t,e,n){var r=t._state,o=t._scope;t.getters={},t._makeLocalGettersCache=Object.create(null);var i=t._wrappedGetters,s={},a={},l=wP(!0);l.run(function(){i2(i,function(c,u){s[u]=uB(c,t),a[u]=Ze(function(){return s[u]()}),Object.defineProperty(t.getters,u,{get:function(){return a[u].value},enumerable:!0})})}),t._state=ur({data:e}),t._scope=l,t.strict&&hB(t),r&&n&&t._withCommit(function(){r.data=null}),o&&o.stop()}function _6(t,e,n,r,o){var i=!n.length,s=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[s],t._modulesNamespaceMap[s]=r),!i&&!o){var a=fm(e,n.slice(0,-1)),l=n[n.length-1];t._withCommit(function(){a[l]=r.state})}var c=r.context=dB(t,s,n);r.forEachMutation(function(u,d){var f=s+d;TB(t,f,u,c)}),r.forEachAction(function(u,d){var f=u.root?d:s+d,T=u.handler||u;fB(t,f,T,c)}),r.forEachGetter(function(u,d){var f=s+d;pB(t,f,u,c)}),r.forEachChild(function(u,d){_6(t,e,n.concat(d),u,o)})}function dB(t,e,n){var r=e==="",o={dispatch:r?t.dispatch:function(i,s,a){var l=oc(i,s,a),c=l.payload,u=l.options,d=l.type;return(!u||!u.root)&&(d=e+d),t.dispatch(d,c)},commit:r?t.commit:function(i,s,a){var l=oc(i,s,a),c=l.payload,u=l.options,d=l.type;(!u||!u.root)&&(d=e+d),t.commit(d,c,u)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return GM(t,e)}},state:{get:function(){return fm(t.state,n)}}}),o}function GM(t,e){if(!t._makeLocalGettersCache[e]){var n={},r=e.length;Object.keys(t.getters).forEach(function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}}),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}function TB(t,e,n,r){var o=t._mutations[e]||(t._mutations[e]=[]);o.push(function(s){n.call(t,r.state,s)})}function fB(t,e,n,r){var o=t._actions[e]||(t._actions[e]=[]);o.push(function(s){var a=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},s);return cB(a)||(a=Promise.resolve(a)),t._devtoolHook?a.catch(function(l){throw t._devtoolHook.emit("vuex:error",l),l}):a})}function pB(t,e,n,r){t._wrappedGetters[e]||(t._wrappedGetters[e]=function(i){return n(r.state,r.getters,i.state,i.getters)})}function hB(t){Bn(function(){return t._state.data},function(){},{deep:!0,flush:"sync"})}function fm(t,e){return e.reduce(function(n,r){return n[r]},t)}function oc(t,e,n){return BM(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}var mB="vuex bindings",GQ="vuex:mutations",wd="vuex:actions",Y1="vuex",gB=0;function _B(t,e){aB({id:"org.vuejs.vuex",app:t,label:"Vuex",homepage:"https://next.vuex.vuejs.org/",logo:"https://vuejs.org/images/icons/favicon-96x96.png",packageName:"vuex",componentStateTypes:[mB]},function(n){n.addTimelineLayer({id:GQ,label:"Vuex Mutations",color:qQ}),n.addTimelineLayer({id:wd,label:"Vuex Actions",color:qQ}),n.addInspector({id:Y1,label:"Vuex",icon:"storage",treeFilterPlaceholder:"Filter stores..."}),n.on.getInspectorTree(function(r){if(r.app===t&&r.inspectorId===Y1)if(r.filter){var o=[];YM(o,e._modules.root,r.filter,""),r.rootNodes=o}else r.rootNodes=[zM(e._modules.root,"")]}),n.on.getInspectorState(function(r){if(r.app===t&&r.inspectorId===Y1){var o=r.nodeId;GM(e,o),r.state=yB(EB(e._modules,o),o==="root"?e.getters:e._makeLocalGettersCache,o)}}),n.on.editInspectorState(function(r){if(r.app===t&&r.inspectorId===Y1){var o=r.nodeId,i=r.path;o!=="root"&&(i=o.split("/").filter(Boolean).concat(i)),e._withCommit(function(){r.set(e._state.data,i,r.state.value)})}}),e.subscribe(function(r,o){var i={};r.payload&&(i.payload=r.payload),i.state=o,n.notifyComponentUpdate(),n.sendInspectorTree(Y1),n.sendInspectorState(Y1),n.addTimelineEvent({layerId:GQ,event:{time:Date.now(),title:r.type,data:i}})}),e.subscribeAction({before:function(r,o){var i={};r.payload&&(i.payload=r.payload),r._id=gB++,r._time=Date.now(),i.state=o,n.addTimelineEvent({layerId:wd,event:{time:r._time,title:r.type,groupId:r._id,subtitle:"start",data:i}})},after:function(r,o){var i={},s=Date.now()-r._time;i.duration={_custom:{type:"duration",display:s+"ms",tooltip:"Action duration",value:s}},r.payload&&(i.payload=r.payload),i.state=o,n.addTimelineEvent({layerId:wd,event:{time:Date.now(),title:r.type,groupId:r._id,subtitle:"end",data:i}})}})})}var qQ=8702998,QB=6710886,vB=16777215,qM={label:"namespaced",textColor:vB,backgroundColor:QB};function jM(t){return t&&t!=="root"?t.split("/").slice(-2,-1)[0]:"Root"}function zM(t,e){return{id:e||"root",label:jM(e),tags:t.namespaced?[qM]:[],children:Object.keys(t._children).map(function(n){return zM(t._children[n],e+n+"/")})}}function YM(t,e,n,r){r.includes(n)&&t.push({id:r||"root",label:r.endsWith("/")?r.slice(0,r.length-1):r||"Root",tags:e.namespaced?[qM]:[]}),Object.keys(e._children).forEach(function(o){YM(t,e._children[o],n,r+o+"/")})}function yB(t,e,n){e=n==="root"?e:e[n];var r=Object.keys(e),o={state:Object.keys(t.state).map(function(s){return{key:s,editable:!0,value:t.state[s]}})};if(r.length){var i=bB(e);o.getters=Object.keys(i).map(function(s){return{key:s.endsWith("/")?jM(s):s,editable:!1,value:Op(function(){return i[s]})}})}return o}function bB(t){var e={};return Object.keys(t).forEach(function(n){var r=n.split("/");if(r.length>1){var o=e,i=r.pop();r.forEach(function(s){o[s]||(o[s]={_custom:{value:{},display:s,tooltip:"Module",abstract:!0}}),o=o[s]._custom.value}),o[i]=Op(function(){return t[n]})}else e[n]=Op(function(){return t[n]})}),e}function EB(t,e){var n=e.split("/").filter(function(r){return r});return n.reduce(function(r,o,i){var s=r[o];if(!s)throw new Error('Missing module "'+o+'" for path "'+e+'".');return i===n.length-1?s:s._children},e==="root"?t:t.root._children)}function Op(t){try{return t()}catch(e){return e}}var go=function(e,n){this.runtime=n,this._children=Object.create(null),this._rawModule=e;var r=e.state;this.state=(typeof r=="function"?r():r)||{}},WM={namespaced:{configurable:!0}};WM.namespaced.get=function(){return!!this._rawModule.namespaced};go.prototype.addChild=function(e,n){this._children[e]=n};go.prototype.removeChild=function(e){delete this._children[e]};go.prototype.getChild=function(e){return this._children[e]};go.prototype.hasChild=function(e){return e in this._children};go.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)};go.prototype.forEachChild=function(e){i2(this._children,e)};go.prototype.forEachGetter=function(e){this._rawModule.getters&&i2(this._rawModule.getters,e)};go.prototype.forEachAction=function(e){this._rawModule.actions&&i2(this._rawModule.actions,e)};go.prototype.forEachMutation=function(e){this._rawModule.mutations&&i2(this._rawModule.mutations,e)};Object.defineProperties(go.prototype,WM);var N1=function(e){this.register([],e,!1)};N1.prototype.get=function(e){return e.reduce(function(n,r){return n.getChild(r)},this.root)};N1.prototype.getNamespace=function(e){var n=this.root;return e.reduce(function(r,o){return n=n.getChild(o),r+(n.namespaced?o+"/":"")},"")};N1.prototype.update=function(e){KM([],this.root,e)};N1.prototype.register=function(e,n,r){var o=this;r===void 0&&(r=!0);var i=new go(n,r);if(e.length===0)this.root=i;else{var s=this.get(e.slice(0,-1));s.addChild(e[e.length-1],i)}n.modules&&i2(n.modules,function(a,l){o.register(e.concat(l),a,r)})};N1.prototype.unregister=function(e){var n=this.get(e.slice(0,-1)),r=e[e.length-1],o=n.getChild(r);o&&o.runtime&&n.removeChild(r)};N1.prototype.isRegistered=function(e){var n=this.get(e.slice(0,-1)),r=e[e.length-1];return n?n.hasChild(r):!1};function KM(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return;KM(t.concat(r),e.getChild(r),n.modules[r])}}function xB(t){return new br(t)}var br=function(e){var n=this;e===void 0&&(e={});var r=e.plugins;r===void 0&&(r=[]);var o=e.strict;o===void 0&&(o=!1);var i=e.devtools;this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new N1(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._makeLocalGettersCache=Object.create(null),this._scope=null,this._devtools=i;var s=this,a=this,l=a.dispatch,c=a.commit;this.dispatch=function(f,T){return l.call(s,f,T)},this.commit=function(f,T,g){return c.call(s,f,T,g)},this.strict=o;var u=this._modules.root.state;_6(this,u,[],this._modules.root),Tm(this,u),r.forEach(function(d){return d(n)})},pm={state:{configurable:!0}};br.prototype.install=function(e,n){e.provide(n||lB,this),e.config.globalProperties.$store=this;var r=this._devtools!==void 0?this._devtools:!1;r&&_B(e,this)};pm.state.get=function(){return this._state.data};pm.state.set=function(t){};br.prototype.commit=function(e,n,r){var o=this,i=oc(e,n,r),s=i.type,a=i.payload,l={type:s,payload:a},c=this._mutations[s];c&&(this._withCommit(function(){c.forEach(function(d){d(a)})}),this._subscribers.slice().forEach(function(u){return u(l,o.state)}))};br.prototype.dispatch=function(e,n){var r=this,o=oc(e,n),i=o.type,s=o.payload,a={type:i,payload:s},l=this._actions[i];if(l){try{this._actionSubscribers.slice().filter(function(u){return u.before}).forEach(function(u){return u.before(a,r.state)})}catch{}var c=l.length>1?Promise.all(l.map(function(u){return u(s)})):l[0](s);return new Promise(function(u,d){c.then(function(f){try{r._actionSubscribers.filter(function(T){return T.after}).forEach(function(T){return T.after(a,r.state)})}catch{}u(f)},function(f){try{r._actionSubscribers.filter(function(T){return T.error}).forEach(function(T){return T.error(a,r.state,f)})}catch{}d(f)})})}};br.prototype.subscribe=function(e,n){return FM(e,this._subscribers,n)};br.prototype.subscribeAction=function(e,n){var r=typeof e=="function"?{before:e}:e;return FM(r,this._actionSubscribers,n)};br.prototype.watch=function(e,n,r){var o=this;return Bn(function(){return e(o.state,o.getters)},n,Object.assign({},r))};br.prototype.replaceState=function(e){var n=this;this._withCommit(function(){n._state.data=e})};br.prototype.registerModule=function(e,n,r){r===void 0&&(r={}),typeof e=="string"&&(e=[e]),this._modules.register(e,n),_6(this,this.state,e,this._modules.get(e),r.preserveState),Tm(this,this.state)};br.prototype.unregisterModule=function(e){var n=this;typeof e=="string"&&(e=[e]),this._modules.unregister(e),this._withCommit(function(){var r=fm(n.state,e.slice(0,-1));delete r[e[e.length-1]]}),UM(this)};br.prototype.hasModule=function(e){return typeof e=="string"&&(e=[e]),this._modules.isRegistered(e)};br.prototype.hotUpdate=function(e){this._modules.update(e),UM(this,!0)};br.prototype._withCommit=function(e){var n=this._committing;this._committing=!0,e(),this._committing=n};Object.defineProperties(br.prototype,pm);var SB=AB(function(t,e){var n={};return LB(e).forEach(function(r){var o=r.key,i=r.val;n[o]=function(){var a=this.$store.state,l=this.$store.getters;if(t){var c=wB(this.$store,"mapState",t);if(!c)return;a=c.context.state,l=c.context.getters}return typeof i=="function"?i.call(this,a,l):a[i]},n[o].vuex=!0}),n});function LB(t){return CB(t)?Array.isArray(t)?t.map(function(e){return{key:e,val:e}}):Object.keys(t).map(function(e){return{key:e,val:t[e]}}):[]}function CB(t){return Array.isArray(t)||BM(t)}function AB(t){return function(e,n){return typeof e!="string"?(n=e,e=""):e.charAt(e.length-1)!=="/"&&(e+="/"),t(e,n)}}function wB(t,e,n){var r=t._modulesNamespaceMap[n];return r}function ZM(t,e){return function(){return t.apply(e,arguments)}}const{toString:OB}=Object.prototype,{getPrototypeOf:hm}=Object,Q6=(t=>e=>{const n=OB.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),_o=t=>(t=t.toLowerCase(),e=>Q6(e)===t),v6=t=>e=>typeof e===t,{isArray:s2}=Array,a3=v6("undefined");function MB(t){return t!==null&&!a3(t)&&t.constructor!==null&&!a3(t.constructor)&&Nr(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const XM=_o("ArrayBuffer");function RB(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&XM(t.buffer),e}const NB=v6("string"),Nr=v6("function"),JM=v6("number"),y6=t=>t!==null&&typeof t=="object",kB=t=>t===!0||t===!1,D0=t=>{if(Q6(t)!=="object")return!1;const e=hm(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},DB=_o("Date"),IB=_o("File"),HB=_o("Blob"),PB=_o("FileList"),VB=t=>y6(t)&&Nr(t.pipe),$B=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||Nr(t.append)&&((e=Q6(t))==="formdata"||e==="object"&&Nr(t.toString)&&t.toString()==="[object FormData]"))},BB=_o("URLSearchParams"),[FB,UB,GB,qB]=["ReadableStream","Request","Response","Headers"].map(_o),jB=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function w3(t,e,{allOwnKeys:n=!1}={}){if(t===null||typeof t>"u")return;let r,o;if(typeof t!="object"&&(t=[t]),s2(t))for(r=0,o=t.length;r0;)if(o=n[r],e===o.toLowerCase())return o;return null}const u1=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,tR=t=>!a3(t)&&t!==u1;function Mp(){const{caseless:t}=tR(this)&&this||{},e={},n=(r,o)=>{const i=t&&eR(e,o)||o;D0(e[i])&&D0(r)?e[i]=Mp(e[i],r):D0(r)?e[i]=Mp({},r):s2(r)?e[i]=r.slice():e[i]=r};for(let r=0,o=arguments.length;r(w3(e,(o,i)=>{n&&Nr(o)?t[i]=ZM(o,n):t[i]=o},{allOwnKeys:r}),t),YB=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),WB=(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},KB=(t,e,n,r)=>{let o,i,s;const a={};if(e=e||{},t==null)return e;do{for(o=Object.getOwnPropertyNames(t),i=o.length;i-- >0;)s=o[i],(!r||r(s,t,e))&&!a[s]&&(e[s]=t[s],a[s]=!0);t=n!==!1&&hm(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},ZB=(t,e,n)=>{t=String(t),(n===void 0||n>t.length)&&(n=t.length),n-=e.length;const r=t.indexOf(e,n);return r!==-1&&r===n},XB=t=>{if(!t)return null;if(s2(t))return t;let e=t.length;if(!JM(e))return null;const n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},JB=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&hm(Uint8Array)),eF=(t,e)=>{const r=(t&&t[Symbol.iterator]).call(t);let o;for(;(o=r.next())&&!o.done;){const i=o.value;e.call(t,i[0],i[1])}},tF=(t,e)=>{let n;const r=[];for(;(n=t.exec(e))!==null;)r.push(n);return r},nF=_o("HTMLFormElement"),rF=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),jQ=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),oF=_o("RegExp"),nR=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),r={};w3(n,(o,i)=>{let s;(s=e(o,i,t))!==!1&&(r[i]=s||o)}),Object.defineProperties(t,r)},iF=t=>{nR(t,(e,n)=>{if(Nr(t)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=t[n];if(Nr(r)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},sF=(t,e)=>{const n={},r=o=>{o.forEach(i=>{n[i]=!0})};return s2(t)?r(t):r(String(t).split(e)),n},aF=()=>{},lF=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,Od="abcdefghijklmnopqrstuvwxyz",zQ="0123456789",rR={DIGIT:zQ,ALPHA:Od,ALPHA_DIGIT:Od+Od.toUpperCase()+zQ},cF=(t=16,e=rR.ALPHA_DIGIT)=>{let n="";const{length:r}=e;for(;t--;)n+=e[Math.random()*r|0];return n};function uF(t){return!!(t&&Nr(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const dF=t=>{const e=new Array(10),n=(r,o)=>{if(y6(r)){if(e.indexOf(r)>=0)return;if(!("toJSON"in r)){e[o]=r;const i=s2(r)?[]:{};return w3(r,(s,a)=>{const l=n(s,o+1);!a3(l)&&(i[a]=l)}),e[o]=void 0,i}}return r};return n(t,0)},TF=_o("AsyncFunction"),fF=t=>t&&(y6(t)||Nr(t))&&Nr(t.then)&&Nr(t.catch),oR=((t,e)=>t?setImmediate:e?((n,r)=>(u1.addEventListener("message",({source:o,data:i})=>{o===u1&&i===n&&r.length&&r.shift()()},!1),o=>{r.push(o),u1.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Nr(u1.postMessage)),pF=typeof queueMicrotask<"u"?queueMicrotask.bind(u1):typeof process<"u"&&process.nextTick||oR,ve={isArray:s2,isArrayBuffer:XM,isBuffer:MB,isFormData:$B,isArrayBufferView:RB,isString:NB,isNumber:JM,isBoolean:kB,isObject:y6,isPlainObject:D0,isReadableStream:FB,isRequest:UB,isResponse:GB,isHeaders:qB,isUndefined:a3,isDate:DB,isFile:IB,isBlob:HB,isRegExp:oF,isFunction:Nr,isStream:VB,isURLSearchParams:BB,isTypedArray:JB,isFileList:PB,forEach:w3,merge:Mp,extend:zB,trim:jB,stripBOM:YB,inherits:WB,toFlatObject:KB,kindOf:Q6,kindOfTest:_o,endsWith:ZB,toArray:XB,forEachEntry:eF,matchAll:tF,isHTMLForm:nF,hasOwnProperty:jQ,hasOwnProp:jQ,reduceDescriptors:nR,freezeMethods:iF,toObjectSet:sF,toCamelCase:rF,noop:aF,toFiniteNumber:lF,findKey:eR,global:u1,isContextDefined:tR,ALPHABET:rR,generateString:cF,isSpecCompliantForm:uF,toJSONObject:dF,isAsyncFn:TF,isThenable:fF,setImmediate:oR,asap:pF};function mt(t,e,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status?o.status:null)}ve.inherits(mt,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ve.toJSONObject(this.config),code:this.code,status:this.status}}});const iR=mt.prototype,sR={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{sR[t]={value:t}});Object.defineProperties(mt,sR);Object.defineProperty(iR,"isAxiosError",{value:!0});mt.from=(t,e,n,r,o,i)=>{const s=Object.create(iR);return ve.toFlatObject(t,s,function(l){return l!==Error.prototype},a=>a!=="isAxiosError"),mt.call(s,t.message,e,n,r,o),s.cause=t,s.name=t.name,i&&Object.assign(s,i),s};const hF=null;function Rp(t){return ve.isPlainObject(t)||ve.isArray(t)}function aR(t){return ve.endsWith(t,"[]")?t.slice(0,-2):t}function YQ(t,e,n){return t?t.concat(e).map(function(o,i){return o=aR(o),!n&&i?"["+o+"]":o}).join(n?".":""):e}function mF(t){return ve.isArray(t)&&!t.some(Rp)}const gF=ve.toFlatObject(ve,{},null,function(e){return/^is[A-Z]/.test(e)});function b6(t,e,n){if(!ve.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,n=ve.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(_,Q){return!ve.isUndefined(Q[_])});const r=n.metaTokens,o=n.visitor||u,i=n.dots,s=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&ve.isSpecCompliantForm(e);if(!ve.isFunction(o))throw new TypeError("visitor must be a function");function c(g){if(g===null)return"";if(ve.isDate(g))return g.toISOString();if(!l&&ve.isBlob(g))throw new mt("Blob is not supported. Use a Buffer instead.");return ve.isArrayBuffer(g)||ve.isTypedArray(g)?l&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function u(g,_,Q){let m=g;if(g&&!Q&&typeof g=="object"){if(ve.endsWith(_,"{}"))_=r?_:_.slice(0,-2),g=JSON.stringify(g);else if(ve.isArray(g)&&mF(g)||(ve.isFileList(g)||ve.endsWith(_,"[]"))&&(m=ve.toArray(g)))return _=aR(_),m.forEach(function(y,b){!(ve.isUndefined(y)||y===null)&&e.append(s===!0?YQ([_],b,i):s===null?_:_+"[]",c(y))}),!1}return Rp(g)?!0:(e.append(YQ(Q,_,i),c(g)),!1)}const d=[],f=Object.assign(gF,{defaultVisitor:u,convertValue:c,isVisitable:Rp});function T(g,_){if(!ve.isUndefined(g)){if(d.indexOf(g)!==-1)throw Error("Circular reference detected in "+_.join("."));d.push(g),ve.forEach(g,function(m,v){(!(ve.isUndefined(m)||m===null)&&o.call(e,m,ve.isString(v)?v.trim():v,_,f))===!0&&T(m,_?_.concat(v):[v])}),d.pop()}}if(!ve.isObject(t))throw new TypeError("data must be an object");return T(t),e}function WQ(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function mm(t,e){this._pairs=[],t&&b6(t,this,e)}const lR=mm.prototype;lR.append=function(e,n){this._pairs.push([e,n])};lR.toString=function(e){const n=e?function(r){return e.call(this,r,WQ)}:WQ;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function _F(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function cR(t,e,n){if(!e)return t;const r=n&&n.encode||_F,o=n&&n.serialize;let i;if(o?i=o(e,n):i=ve.isURLSearchParams(e)?e.toString():new mm(e,n).toString(r),i){const s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+i}return t}class KQ{constructor(){this.handlers=[]}use(e,n,r){return this.handlers.push({fulfilled:e,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){ve.forEach(this.handlers,function(r){r!==null&&e(r)})}}const uR={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},QF=typeof URLSearchParams<"u"?URLSearchParams:mm,vF=typeof FormData<"u"?FormData:null,yF=typeof Blob<"u"?Blob:null,bF={isBrowser:!0,classes:{URLSearchParams:QF,FormData:vF,Blob:yF},protocols:["http","https","file","blob","url","data"]},gm=typeof window<"u"&&typeof document<"u",Np=typeof navigator=="object"&&navigator||void 0,EF=gm&&(!Np||["ReactNative","NativeScript","NS"].indexOf(Np.product)<0),xF=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",SF=gm&&window.location.href||"http://localhost",LF=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:gm,hasStandardBrowserEnv:EF,hasStandardBrowserWebWorkerEnv:xF,navigator:Np,origin:SF},Symbol.toStringTag,{value:"Module"})),gr={...LF,...bF};function CF(t,e){return b6(t,new gr.classes.URLSearchParams,Object.assign({visitor:function(n,r,o,i){return gr.isNode&&ve.isBuffer(n)?(this.append(r,n.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},e))}function AF(t){return ve.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function wF(t){const e={},n=Object.keys(t);let r;const o=n.length;let i;for(r=0;r=n.length;return s=!s&&ve.isArray(o)?o.length:s,l?(ve.hasOwnProp(o,s)?o[s]=[o[s],r]:o[s]=r,!a):((!o[s]||!ve.isObject(o[s]))&&(o[s]=[]),e(n,r,o[s],i)&&ve.isArray(o[s])&&(o[s]=wF(o[s])),!a)}if(ve.isFormData(t)&&ve.isFunction(t.entries)){const n={};return ve.forEachEntry(t,(r,o)=>{e(AF(r),o,n,0)}),n}return null}function OF(t,e,n){if(ve.isString(t))try{return(e||JSON.parse)(t),ve.trim(t)}catch(r){if(r.name!=="SyntaxError")throw r}return(0,JSON.stringify)(t)}const O3={transitional:uR,adapter:["xhr","http","fetch"],transformRequest:[function(e,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,i=ve.isObject(e);if(i&&ve.isHTMLForm(e)&&(e=new FormData(e)),ve.isFormData(e))return o?JSON.stringify(dR(e)):e;if(ve.isArrayBuffer(e)||ve.isBuffer(e)||ve.isStream(e)||ve.isFile(e)||ve.isBlob(e)||ve.isReadableStream(e))return e;if(ve.isArrayBufferView(e))return e.buffer;if(ve.isURLSearchParams(e))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let a;if(i){if(r.indexOf("application/x-www-form-urlencoded")>-1)return CF(e,this.formSerializer).toString();if((a=ve.isFileList(e))||r.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return b6(a?{"files[]":e}:e,l&&new l,this.formSerializer)}}return i||o?(n.setContentType("application/json",!1),OF(e)):e}],transformResponse:[function(e){const n=this.transitional||O3.transitional,r=n&&n.forcedJSONParsing,o=this.responseType==="json";if(ve.isResponse(e)||ve.isReadableStream(e))return e;if(e&&ve.isString(e)&&(r&&!this.responseType||o)){const s=!(n&&n.silentJSONParsing)&&o;try{return JSON.parse(e)}catch(a){if(s)throw a.name==="SyntaxError"?mt.from(a,mt.ERR_BAD_RESPONSE,this,null,this.response):a}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:gr.classes.FormData,Blob:gr.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ve.forEach(["delete","get","head","post","put","patch"],t=>{O3.headers[t]={}});const MF=ve.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),RF=t=>{const e={};let n,r,o;return t&&t.split(`
+`).forEach(function(s){o=s.indexOf(":"),n=s.substring(0,o).trim().toLowerCase(),r=s.substring(o+1).trim(),!(!n||e[n]&&MF[n])&&(n==="set-cookie"?e[n]?e[n].push(r):e[n]=[r]:e[n]=e[n]?e[n]+", "+r:r)}),e},ZQ=Symbol("internals");function R2(t){return t&&String(t).trim().toLowerCase()}function I0(t){return t===!1||t==null?t:ve.isArray(t)?t.map(I0):String(t)}function NF(t){const e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(t);)e[r[1]]=r[2];return e}const kF=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function Md(t,e,n,r,o){if(ve.isFunction(r))return r.call(this,e,n);if(o&&(e=n),!!ve.isString(e)){if(ve.isString(r))return e.indexOf(r)!==-1;if(ve.isRegExp(r))return r.test(e)}}function DF(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,n,r)=>n.toUpperCase()+r)}function IF(t,e){const n=ve.toCamelCase(" "+e);["get","set","has"].forEach(r=>{Object.defineProperty(t,r+n,{value:function(o,i,s){return this[r].call(this,e,o,i,s)},configurable:!0})})}class _r{constructor(e){e&&this.set(e)}set(e,n,r){const o=this;function i(a,l,c){const u=R2(l);if(!u)throw new Error("header name must be a non-empty string");const d=ve.findKey(o,u);(!d||o[d]===void 0||c===!0||c===void 0&&o[d]!==!1)&&(o[d||l]=I0(a))}const s=(a,l)=>ve.forEach(a,(c,u)=>i(c,u,l));if(ve.isPlainObject(e)||e instanceof this.constructor)s(e,n);else if(ve.isString(e)&&(e=e.trim())&&!kF(e))s(RF(e),n);else if(ve.isHeaders(e))for(const[a,l]of e.entries())i(l,a,r);else e!=null&&i(n,e,r);return this}get(e,n){if(e=R2(e),e){const r=ve.findKey(this,e);if(r){const o=this[r];if(!n)return o;if(n===!0)return NF(o);if(ve.isFunction(n))return n.call(this,o,r);if(ve.isRegExp(n))return n.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,n){if(e=R2(e),e){const r=ve.findKey(this,e);return!!(r&&this[r]!==void 0&&(!n||Md(this,this[r],r,n)))}return!1}delete(e,n){const r=this;let o=!1;function i(s){if(s=R2(s),s){const a=ve.findKey(r,s);a&&(!n||Md(r,r[a],a,n))&&(delete r[a],o=!0)}}return ve.isArray(e)?e.forEach(i):i(e),o}clear(e){const n=Object.keys(this);let r=n.length,o=!1;for(;r--;){const i=n[r];(!e||Md(this,this[i],i,e,!0))&&(delete this[i],o=!0)}return o}normalize(e){const n=this,r={};return ve.forEach(this,(o,i)=>{const s=ve.findKey(r,i);if(s){n[s]=I0(o),delete n[i];return}const a=e?DF(i):String(i).trim();a!==i&&delete n[i],n[a]=I0(o),r[a]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const n=Object.create(null);return ve.forEach(this,(r,o)=>{r!=null&&r!==!1&&(n[o]=e&&ve.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,n])=>e+": "+n).join(`
+`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...n){const r=new this(e);return n.forEach(o=>r.set(o)),r}static accessor(e){const r=(this[ZQ]=this[ZQ]={accessors:{}}).accessors,o=this.prototype;function i(s){const a=R2(s);r[a]||(IF(o,s),r[a]=!0)}return ve.isArray(e)?e.forEach(i):i(e),this}}_r.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);ve.reduceDescriptors(_r.prototype,({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(r){this[n]=r}}});ve.freezeMethods(_r);function Rd(t,e){const n=this||O3,r=e||n,o=_r.from(r.headers);let i=r.data;return ve.forEach(t,function(a){i=a.call(n,i,o.normalize(),e?e.status:void 0)}),o.normalize(),i}function TR(t){return!!(t&&t.__CANCEL__)}function a2(t,e,n){mt.call(this,t??"canceled",mt.ERR_CANCELED,e,n),this.name="CanceledError"}ve.inherits(a2,mt,{__CANCEL__:!0});function fR(t,e,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?t(n):e(new mt("Request failed with status code "+n.status,[mt.ERR_BAD_REQUEST,mt.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function HF(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function PF(t,e){t=t||10;const n=new Array(t),r=new Array(t);let o=0,i=0,s;return e=e!==void 0?e:1e3,function(l){const c=Date.now(),u=r[i];s||(s=c),n[o]=l,r[o]=c;let d=i,f=0;for(;d!==o;)f+=n[d++],d=d%t;if(o=(o+1)%t,o===i&&(i=(i+1)%t),c-s{n=u,o=null,i&&(clearTimeout(i),i=null),t.apply(null,c)};return[(...c)=>{const u=Date.now(),d=u-n;d>=r?s(c,u):(o=c,i||(i=setTimeout(()=>{i=null,s(o)},r-d)))},()=>o&&s(o)]}const ic=(t,e,n=3)=>{let r=0;const o=PF(50,250);return VF(i=>{const s=i.loaded,a=i.lengthComputable?i.total:void 0,l=s-r,c=o(l),u=s<=a;r=s;const d={loaded:s,total:a,progress:a?s/a:void 0,bytes:l,rate:c||void 0,estimated:c&&a&&u?(a-s)/c:void 0,event:i,lengthComputable:a!=null,[e?"download":"upload"]:!0};t(d)},n)},XQ=(t,e)=>{const n=t!=null;return[r=>e[0]({lengthComputable:n,total:t,loaded:r}),e[1]]},JQ=t=>(...e)=>ve.asap(()=>t(...e)),$F=gr.hasStandardBrowserEnv?function(){const e=gr.navigator&&/(msie|trident)/i.test(gr.navigator.userAgent),n=document.createElement("a");let r;function o(i){let s=i;return e&&(n.setAttribute("href",s),s=n.href),n.setAttribute("href",s),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=o(window.location.href),function(s){const a=ve.isString(s)?o(s):s;return a.protocol===r.protocol&&a.host===r.host}}():function(){return function(){return!0}}(),BF=gr.hasStandardBrowserEnv?{write(t,e,n,r,o,i){const s=[t+"="+encodeURIComponent(e)];ve.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),ve.isString(r)&&s.push("path="+r),ve.isString(o)&&s.push("domain="+o),i===!0&&s.push("secure"),document.cookie=s.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function FF(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function UF(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function pR(t,e){return t&&!FF(e)?UF(t,e):e}const ev=t=>t instanceof _r?{...t}:t;function y1(t,e){e=e||{};const n={};function r(c,u,d){return ve.isPlainObject(c)&&ve.isPlainObject(u)?ve.merge.call({caseless:d},c,u):ve.isPlainObject(u)?ve.merge({},u):ve.isArray(u)?u.slice():u}function o(c,u,d){if(ve.isUndefined(u)){if(!ve.isUndefined(c))return r(void 0,c,d)}else return r(c,u,d)}function i(c,u){if(!ve.isUndefined(u))return r(void 0,u)}function s(c,u){if(ve.isUndefined(u)){if(!ve.isUndefined(c))return r(void 0,c)}else return r(void 0,u)}function a(c,u,d){if(d in e)return r(c,u);if(d in t)return r(void 0,c)}const l={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(c,u)=>o(ev(c),ev(u),!0)};return ve.forEach(Object.keys(Object.assign({},t,e)),function(u){const d=l[u]||o,f=d(t[u],e[u],u);ve.isUndefined(f)&&d!==a||(n[u]=f)}),n}const hR=t=>{const e=y1({},t);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:i,headers:s,auth:a}=e;e.headers=s=_r.from(s),e.url=cR(pR(e.baseURL,e.url),t.params,t.paramsSerializer),a&&s.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let l;if(ve.isFormData(n)){if(gr.hasStandardBrowserEnv||gr.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((l=s.getContentType())!==!1){const[c,...u]=l?l.split(";").map(d=>d.trim()).filter(Boolean):[];s.setContentType([c||"multipart/form-data",...u].join("; "))}}if(gr.hasStandardBrowserEnv&&(r&&ve.isFunction(r)&&(r=r(e)),r||r!==!1&&$F(e.url))){const c=o&&i&&BF.read(i);c&&s.set(o,c)}return e},GF=typeof XMLHttpRequest<"u",qF=GF&&function(t){return new Promise(function(n,r){const o=hR(t);let i=o.data;const s=_r.from(o.headers).normalize();let{responseType:a,onUploadProgress:l,onDownloadProgress:c}=o,u,d,f,T,g;function _(){T&&T(),g&&g(),o.cancelToken&&o.cancelToken.unsubscribe(u),o.signal&&o.signal.removeEventListener("abort",u)}let Q=new XMLHttpRequest;Q.open(o.method.toUpperCase(),o.url,!0),Q.timeout=o.timeout;function m(){if(!Q)return;const y=_r.from("getAllResponseHeaders"in Q&&Q.getAllResponseHeaders()),E={data:!a||a==="text"||a==="json"?Q.responseText:Q.response,status:Q.status,statusText:Q.statusText,headers:y,config:t,request:Q};fR(function(L){n(L),_()},function(L){r(L),_()},E),Q=null}"onloadend"in Q?Q.onloadend=m:Q.onreadystatechange=function(){!Q||Q.readyState!==4||Q.status===0&&!(Q.responseURL&&Q.responseURL.indexOf("file:")===0)||setTimeout(m)},Q.onabort=function(){Q&&(r(new mt("Request aborted",mt.ECONNABORTED,t,Q)),Q=null)},Q.onerror=function(){r(new mt("Network Error",mt.ERR_NETWORK,t,Q)),Q=null},Q.ontimeout=function(){let b=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const E=o.transitional||uR;o.timeoutErrorMessage&&(b=o.timeoutErrorMessage),r(new mt(b,E.clarifyTimeoutError?mt.ETIMEDOUT:mt.ECONNABORTED,t,Q)),Q=null},i===void 0&&s.setContentType(null),"setRequestHeader"in Q&&ve.forEach(s.toJSON(),function(b,E){Q.setRequestHeader(E,b)}),ve.isUndefined(o.withCredentials)||(Q.withCredentials=!!o.withCredentials),a&&a!=="json"&&(Q.responseType=o.responseType),c&&([f,g]=ic(c,!0),Q.addEventListener("progress",f)),l&&Q.upload&&([d,T]=ic(l),Q.upload.addEventListener("progress",d),Q.upload.addEventListener("loadend",T)),(o.cancelToken||o.signal)&&(u=y=>{Q&&(r(!y||y.type?new a2(null,t,Q):y),Q.abort(),Q=null)},o.cancelToken&&o.cancelToken.subscribe(u),o.signal&&(o.signal.aborted?u():o.signal.addEventListener("abort",u)));const v=HF(o.url);if(v&&gr.protocols.indexOf(v)===-1){r(new mt("Unsupported protocol "+v+":",mt.ERR_BAD_REQUEST,t));return}Q.send(i||null)})},jF=(t,e)=>{const{length:n}=t=t?t.filter(Boolean):[];if(e||n){let r=new AbortController,o;const i=function(c){if(!o){o=!0,a();const u=c instanceof Error?c:this.reason;r.abort(u instanceof mt?u:new a2(u instanceof Error?u.message:u))}};let s=e&&setTimeout(()=>{s=null,i(new mt(`timeout ${e} of ms exceeded`,mt.ETIMEDOUT))},e);const a=()=>{t&&(s&&clearTimeout(s),s=null,t.forEach(c=>{c.unsubscribe?c.unsubscribe(i):c.removeEventListener("abort",i)}),t=null)};t.forEach(c=>c.addEventListener("abort",i));const{signal:l}=r;return l.unsubscribe=()=>ve.asap(a),l}},zF=function*(t,e){let n=t.byteLength;if(n{const o=YF(t,e);let i=0,s,a=l=>{s||(s=!0,r&&r(l))};return new ReadableStream({async pull(l){try{const{done:c,value:u}=await o.next();if(c){a(),l.close();return}let d=u.byteLength;if(n){let f=i+=d;n(f)}l.enqueue(new Uint8Array(u))}catch(c){throw a(c),c}},cancel(l){return a(l),o.return()}},{highWaterMark:2})},E6=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",mR=E6&&typeof ReadableStream=="function",KF=E6&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),gR=(t,...e)=>{try{return!!t(...e)}catch{return!1}},ZF=mR&&gR(()=>{let t=!1;const e=new Request(gr.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e}),nv=64*1024,kp=mR&&gR(()=>ve.isReadableStream(new Response("").body)),sc={stream:kp&&(t=>t.body)};E6&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!sc[e]&&(sc[e]=ve.isFunction(t[e])?n=>n[e]():(n,r)=>{throw new mt(`Response type '${e}' is not supported`,mt.ERR_NOT_SUPPORT,r)})})})(new Response);const XF=async t=>{if(t==null)return 0;if(ve.isBlob(t))return t.size;if(ve.isSpecCompliantForm(t))return(await new Request(gr.origin,{method:"POST",body:t}).arrayBuffer()).byteLength;if(ve.isArrayBufferView(t)||ve.isArrayBuffer(t))return t.byteLength;if(ve.isURLSearchParams(t)&&(t=t+""),ve.isString(t))return(await KF(t)).byteLength},JF=async(t,e)=>{const n=ve.toFiniteNumber(t.getContentLength());return n??XF(e)},eU=E6&&(async t=>{let{url:e,method:n,data:r,signal:o,cancelToken:i,timeout:s,onDownloadProgress:a,onUploadProgress:l,responseType:c,headers:u,withCredentials:d="same-origin",fetchOptions:f}=hR(t);c=c?(c+"").toLowerCase():"text";let T=jF([o,i&&i.toAbortSignal()],s),g;const _=T&&T.unsubscribe&&(()=>{T.unsubscribe()});let Q;try{if(l&&ZF&&n!=="get"&&n!=="head"&&(Q=await JF(u,r))!==0){let E=new Request(e,{method:"POST",body:r,duplex:"half"}),S;if(ve.isFormData(r)&&(S=E.headers.get("content-type"))&&u.setContentType(S),E.body){const[L,w]=XQ(Q,ic(JQ(l)));r=tv(E.body,nv,L,w)}}ve.isString(d)||(d=d?"include":"omit");const m="credentials"in Request.prototype;g=new Request(e,{...f,signal:T,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:m?d:void 0});let v=await fetch(g);const y=kp&&(c==="stream"||c==="response");if(kp&&(a||y&&_)){const E={};["status","statusText","headers"].forEach(A=>{E[A]=v[A]});const S=ve.toFiniteNumber(v.headers.get("content-length")),[L,w]=a&&XQ(S,ic(JQ(a),!0))||[];v=new Response(tv(v.body,nv,L,()=>{w&&w(),_&&_()}),E)}c=c||"text";let b=await sc[ve.findKey(sc,c)||"text"](v,t);return!y&&_&&_(),await new Promise((E,S)=>{fR(E,S,{data:b,headers:_r.from(v.headers),status:v.status,statusText:v.statusText,config:t,request:g})})}catch(m){throw _&&_(),m&&m.name==="TypeError"&&/fetch/i.test(m.message)?Object.assign(new mt("Network Error",mt.ERR_NETWORK,t,g),{cause:m.cause||m}):mt.from(m,m&&m.code,t,g)}}),Dp={http:hF,xhr:qF,fetch:eU};ve.forEach(Dp,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const rv=t=>`- ${t}`,tU=t=>ve.isFunction(t)||t===null||t===!1,_R={getAdapter:t=>{t=ve.isArray(t)?t:[t];const{length:e}=t;let n,r;const o={};for(let i=0;i`adapter ${a} `+(l===!1?"is not supported by the environment":"is not available in the build"));let s=e?i.length>1?`since :
`+i.map(rv).join(`
-`):" "+rv(i[0]):"as no adapter specified";throw new mt("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return r},adapters:Dp};function Nd(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new a2(null,t)}function ov(t){return Nd(t),t.headers=_r.from(t.headers),t.data=Rd.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),_R.getAdapter(t.adapter||O3.adapter)(t).then(function(r){return Nd(t),r.data=Rd.call(t,t.transformResponse,r),r.headers=_r.from(r.headers),r},function(r){return TR(r)||(Nd(t),r&&r.response&&(r.response.data=Rd.call(t,t.transformResponse,r.response),r.response.headers=_r.from(r.response.headers))),Promise.reject(r)})}const QR="1.7.7",_m={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{_m[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});const iv={};_m.transitional=function(e,n,r){function o(i,s){return"[Axios v"+QR+"] Transitional option '"+i+"'"+s+(r?". "+r:"")}return(i,s,a)=>{if(e===!1)throw new mt(o(s," has been removed"+(n?" in "+n:"")),mt.ERR_DEPRECATED);return n&&!iv[s]&&(iv[s]=!0,console.warn(o(s," has been deprecated since v"+n+" and will be removed in the near future"))),e?e(i,s,a):!0}};function rU(t,e,n){if(typeof t!="object")throw new mt("options must be an object",mt.ERR_BAD_OPTION_VALUE);const r=Object.keys(t);let o=r.length;for(;o-- >0;){const i=r[o],s=e[i];if(s){const a=t[i],l=a===void 0||s(a,i,t);if(l!==!0)throw new mt("option "+i+" must be "+l,mt.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new mt("Unknown option "+i,mt.ERR_BAD_OPTION)}}const Ip={assertOptions:rU,validators:_m},qi=Ip.validators;class p1{constructor(e){this.defaults=e,this.interceptors={request:new KQ,response:new KQ}}async request(e,n){try{return await this._request(e,n)}catch(r){if(r instanceof Error){let o;Error.captureStackTrace?Error.captureStackTrace(o={}):o=new Error;const i=o.stack?o.stack.replace(/^.+\n/,""):"";try{r.stack?i&&!String(r.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(r.stack+=`
-`+i):r.stack=i}catch{}}throw r}}_request(e,n){typeof e=="string"?(n=n||{},n.url=e):n=e||{},n=y1(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:i}=n;r!==void 0&&Ip.assertOptions(r,{silentJSONParsing:qi.transitional(qi.boolean),forcedJSONParsing:qi.transitional(qi.boolean),clarifyTimeoutError:qi.transitional(qi.boolean)},!1),o!=null&&(ve.isFunction(o)?n.paramsSerializer={serialize:o}:Ip.assertOptions(o,{encode:qi.function,serialize:qi.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let s=i&&ve.merge(i.common,i[n.method]);i&&ve.forEach(["delete","get","head","post","put","patch","common"],g=>{delete i[g]}),n.headers=_r.concat(s,i);const a=[];let l=!0;this.interceptors.request.forEach(function(_){typeof _.runWhen=="function"&&_.runWhen(n)===!1||(l=l&&_.synchronous,a.unshift(_.fulfilled,_.rejected))});const c=[];this.interceptors.response.forEach(function(_){c.push(_.fulfilled,_.rejected)});let u,d=0,f;if(!l){const g=[ov.bind(this),void 0];for(g.unshift.apply(g,a),g.push.apply(g,c),f=g.length,u=Promise.resolve(n);d{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](o);r._listeners=null}),this.promise.then=o=>{let i;const s=new Promise(a=>{r.subscribe(a),i=a}).then(o);return s.cancel=function(){r.unsubscribe(i)},s},e(function(i,s,a){r.reason||(r.reason=new a2(i,s,a),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const e=new AbortController,n=r=>{e.abort(r)};return this.subscribe(n),e.signal.unsubscribe=()=>this.unsubscribe(n),e.signal}static source(){let e;return{token:new Qm(function(o){e=o}),cancel:e}}}function oU(t){return function(n){return t.apply(null,n)}}function iU(t){return ve.isObject(t)&&t.isAxiosError===!0}const Hp={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Hp).forEach(([t,e])=>{Hp[e]=t});function vR(t){const e=new p1(t),n=ZM(p1.prototype.request,e);return ve.extend(n,p1.prototype,e,{allOwnKeys:!0}),ve.extend(n,e,null,{allOwnKeys:!0}),n.create=function(o){return vR(y1(t,o))},n}const se=vR(O3);se.Axios=p1;se.CanceledError=a2;se.CancelToken=Qm;se.isCancel=TR;se.VERSION=QR;se.toFormData=E6;se.AxiosError=mt;se.Cancel=se.CanceledError;se.all=function(e){return Promise.all(e)};se.spread=oU;se.isAxiosError=iU;se.mergeConfig=y1;se.AxiosHeaders=_r;se.formToJSON=t=>dR(ve.isHTMLForm(t)?new FormData(t):t);se.getAdapter=_R.getAdapter;se.HttpStatusCode=Hp;se.default=se;/*!
+`):" "+rv(i[0]):"as no adapter specified";throw new mt("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return r},adapters:Dp};function Nd(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new a2(null,t)}function ov(t){return Nd(t),t.headers=_r.from(t.headers),t.data=Rd.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),_R.getAdapter(t.adapter||O3.adapter)(t).then(function(r){return Nd(t),r.data=Rd.call(t,t.transformResponse,r),r.headers=_r.from(r.headers),r},function(r){return TR(r)||(Nd(t),r&&r.response&&(r.response.data=Rd.call(t,t.transformResponse,r.response),r.response.headers=_r.from(r.response.headers))),Promise.reject(r)})}const QR="1.7.7",_m={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{_m[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});const iv={};_m.transitional=function(e,n,r){function o(i,s){return"[Axios v"+QR+"] Transitional option '"+i+"'"+s+(r?". "+r:"")}return(i,s,a)=>{if(e===!1)throw new mt(o(s," has been removed"+(n?" in "+n:"")),mt.ERR_DEPRECATED);return n&&!iv[s]&&(iv[s]=!0,console.warn(o(s," has been deprecated since v"+n+" and will be removed in the near future"))),e?e(i,s,a):!0}};function nU(t,e,n){if(typeof t!="object")throw new mt("options must be an object",mt.ERR_BAD_OPTION_VALUE);const r=Object.keys(t);let o=r.length;for(;o-- >0;){const i=r[o],s=e[i];if(s){const a=t[i],l=a===void 0||s(a,i,t);if(l!==!0)throw new mt("option "+i+" must be "+l,mt.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new mt("Unknown option "+i,mt.ERR_BAD_OPTION)}}const Ip={assertOptions:nU,validators:_m},qi=Ip.validators;class p1{constructor(e){this.defaults=e,this.interceptors={request:new KQ,response:new KQ}}async request(e,n){try{return await this._request(e,n)}catch(r){if(r instanceof Error){let o;Error.captureStackTrace?Error.captureStackTrace(o={}):o=new Error;const i=o.stack?o.stack.replace(/^.+\n/,""):"";try{r.stack?i&&!String(r.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(r.stack+=`
+`+i):r.stack=i}catch{}}throw r}}_request(e,n){typeof e=="string"?(n=n||{},n.url=e):n=e||{},n=y1(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:i}=n;r!==void 0&&Ip.assertOptions(r,{silentJSONParsing:qi.transitional(qi.boolean),forcedJSONParsing:qi.transitional(qi.boolean),clarifyTimeoutError:qi.transitional(qi.boolean)},!1),o!=null&&(ve.isFunction(o)?n.paramsSerializer={serialize:o}:Ip.assertOptions(o,{encode:qi.function,serialize:qi.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let s=i&&ve.merge(i.common,i[n.method]);i&&ve.forEach(["delete","get","head","post","put","patch","common"],g=>{delete i[g]}),n.headers=_r.concat(s,i);const a=[];let l=!0;this.interceptors.request.forEach(function(_){typeof _.runWhen=="function"&&_.runWhen(n)===!1||(l=l&&_.synchronous,a.unshift(_.fulfilled,_.rejected))});const c=[];this.interceptors.response.forEach(function(_){c.push(_.fulfilled,_.rejected)});let u,d=0,f;if(!l){const g=[ov.bind(this),void 0];for(g.unshift.apply(g,a),g.push.apply(g,c),f=g.length,u=Promise.resolve(n);d{if(!r._listeners)return;let i=r._listeners.length;for(;i-- >0;)r._listeners[i](o);r._listeners=null}),this.promise.then=o=>{let i;const s=new Promise(a=>{r.subscribe(a),i=a}).then(o);return s.cancel=function(){r.unsubscribe(i)},s},e(function(i,s,a){r.reason||(r.reason=new a2(i,s,a),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const e=new AbortController,n=r=>{e.abort(r)};return this.subscribe(n),e.signal.unsubscribe=()=>this.unsubscribe(n),e.signal}static source(){let e;return{token:new Qm(function(o){e=o}),cancel:e}}}function rU(t){return function(n){return t.apply(null,n)}}function oU(t){return ve.isObject(t)&&t.isAxiosError===!0}const Hp={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Hp).forEach(([t,e])=>{Hp[e]=t});function vR(t){const e=new p1(t),n=ZM(p1.prototype.request,e);return ve.extend(n,p1.prototype,e,{allOwnKeys:!0}),ve.extend(n,e,null,{allOwnKeys:!0}),n.create=function(o){return vR(y1(t,o))},n}const oe=vR(O3);oe.Axios=p1;oe.CanceledError=a2;oe.CancelToken=Qm;oe.isCancel=TR;oe.VERSION=QR;oe.toFormData=b6;oe.AxiosError=mt;oe.Cancel=oe.CanceledError;oe.all=function(e){return Promise.all(e)};oe.spread=rU;oe.isAxiosError=oU;oe.mergeConfig=y1;oe.AxiosHeaders=_r;oe.formToJSON=t=>dR(ve.isHTMLForm(t)?new FormData(t):t);oe.getAdapter=_R.getAdapter;oe.HttpStatusCode=Hp;oe.default=oe;/*!
* vue-router v4.4.5
* (c) 2024 Eduardo San Martin Morote
* @license MIT
- */const fa=typeof document<"u";function yR(t){return typeof t=="object"||"displayName"in t||"props"in t||"__vccOpts"in t}function sU(t){return t.__esModule||t[Symbol.toStringTag]==="Module"||t.default&&yR(t.default)}const Ut=Object.assign;function kd(t,e){const n={};for(const r in e){const o=e[r];n[r]=fo(o)?o.map(t):t(o)}return n}const ql=()=>{},fo=Array.isArray,bR=/#/g,aU=/&/g,lU=/\//g,cU=/=/g,uU=/\?/g,ER=/\+/g,dU=/%5B/g,TU=/%5D/g,xR=/%5E/g,fU=/%60/g,SR=/%7B/g,pU=/%7C/g,LR=/%7D/g,hU=/%20/g;function vm(t){return encodeURI(""+t).replace(pU,"|").replace(dU,"[").replace(TU,"]")}function mU(t){return vm(t).replace(SR,"{").replace(LR,"}").replace(xR,"^")}function Pp(t){return vm(t).replace(ER,"%2B").replace(hU,"+").replace(bR,"%23").replace(aU,"%26").replace(fU,"`").replace(SR,"{").replace(LR,"}").replace(xR,"^")}function gU(t){return Pp(t).replace(cU,"%3D")}function _U(t){return vm(t).replace(bR,"%23").replace(uU,"%3F")}function QU(t){return t==null?"":_U(t).replace(lU,"%2F")}function l3(t){try{return decodeURIComponent(""+t)}catch{}return""+t}const vU=/\/$/,yU=t=>t.replace(vU,"");function Dd(t,e,n="/"){let r,o={},i="",s="";const a=e.indexOf("#");let l=e.indexOf("?");return a=0&&(l=-1),l>-1&&(r=e.slice(0,l),i=e.slice(l+1,a>-1?a:e.length),o=t(i)),a>-1&&(r=r||e.slice(0,a),s=e.slice(a,e.length)),r=SU(r??e,n),{fullPath:r+(i&&"?")+i+s,path:r,query:o,hash:l3(s)}}function bU(t,e){const n=e.query?t(e.query):"";return e.path+(n&&"?")+n+(e.hash||"")}function sv(t,e){return!e||!t.toLowerCase().startsWith(e.toLowerCase())?t:t.slice(e.length)||"/"}function EU(t,e,n){const r=e.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&Na(e.matched[r],n.matched[o])&&CR(e.params,n.params)&&t(e.query)===t(n.query)&&e.hash===n.hash}function Na(t,e){return(t.aliasOf||t)===(e.aliasOf||e)}function CR(t,e){if(Object.keys(t).length!==Object.keys(e).length)return!1;for(const n in t)if(!xU(t[n],e[n]))return!1;return!0}function xU(t,e){return fo(t)?av(t,e):fo(e)?av(e,t):t===e}function av(t,e){return fo(e)?t.length===e.length&&t.every((n,r)=>n===e[r]):t.length===1&&t[0]===e}function SU(t,e){if(t.startsWith("/"))return t;if(!t)return e;const n=e.split("/"),r=t.split("/"),o=r[r.length-1];(o===".."||o===".")&&r.push("");let i=n.length-1,s,a;for(s=0;s1&&i--;else break;return n.slice(0,i).join("/")+"/"+r.slice(s).join("/")}const ji={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var c3;(function(t){t.pop="pop",t.push="push"})(c3||(c3={}));var jl;(function(t){t.back="back",t.forward="forward",t.unknown=""})(jl||(jl={}));function LU(t){if(!t)if(fa){const e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^\w+:\/\/[^\/]+/,"")}else t="/";return t[0]!=="/"&&t[0]!=="#"&&(t="/"+t),yU(t)}const CU=/^[^#]+#/;function AU(t,e){return t.replace(CU,"#")+e}function wU(t,e){const n=document.documentElement.getBoundingClientRect(),r=t.getBoundingClientRect();return{behavior:e.behavior,left:r.left-n.left-(e.left||0),top:r.top-n.top-(e.top||0)}}const S6=()=>({left:window.scrollX,top:window.scrollY});function OU(t){let e;if("el"in t){const n=t.el,r=typeof n=="string"&&n.startsWith("#"),o=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;e=wU(o,t)}else e=t;"scrollBehavior"in document.documentElement.style?window.scrollTo(e):window.scrollTo(e.left!=null?e.left:window.scrollX,e.top!=null?e.top:window.scrollY)}function lv(t,e){return(history.state?history.state.position-e:-1)+t}const Vp=new Map;function MU(t,e){Vp.set(t,e)}function RU(t){const e=Vp.get(t);return Vp.delete(t),e}let NU=()=>location.protocol+"//"+location.host;function AR(t,e){const{pathname:n,search:r,hash:o}=e,i=t.indexOf("#");if(i>-1){let a=o.includes(t.slice(i))?t.slice(i).length:1,l=o.slice(a);return l[0]!=="/"&&(l="/"+l),sv(l,"")}return sv(n,t)+r+o}function kU(t,e,n,r){let o=[],i=[],s=null;const a=({state:f})=>{const T=AR(t,location),g=n.value,_=e.value;let Q=0;if(f){if(n.value=T,e.value=f,s&&s===g){s=null;return}Q=_?f.position-_.position:0}else r(T);o.forEach(m=>{m(n.value,g,{delta:Q,type:c3.pop,direction:Q?Q>0?jl.forward:jl.back:jl.unknown})})};function l(){s=n.value}function c(f){o.push(f);const T=()=>{const g=o.indexOf(f);g>-1&&o.splice(g,1)};return i.push(T),T}function u(){const{history:f}=window;f.state&&f.replaceState(Ut({},f.state,{scroll:S6()}),"")}function d(){for(const f of i)f();i=[],window.removeEventListener("popstate",a),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",a),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:l,listen:c,destroy:d}}function cv(t,e,n,r=!1,o=!1){return{back:t,current:e,forward:n,replaced:r,position:window.history.length,scroll:o?S6():null}}function DU(t){const{history:e,location:n}=window,r={value:AR(t,n)},o={value:e.state};o.value||i(r.value,{back:null,current:r.value,forward:null,position:e.length-1,replaced:!0,scroll:null},!0);function i(l,c,u){const d=t.indexOf("#"),f=d>-1?(n.host&&document.querySelector("base")?t:t.slice(d))+l:NU()+t+l;try{e[u?"replaceState":"pushState"](c,"",f),o.value=c}catch(T){console.error(T),n[u?"replace":"assign"](f)}}function s(l,c){const u=Ut({},e.state,cv(o.value.back,l,o.value.forward,!0),c,{position:o.value.position});i(l,u,!0),r.value=l}function a(l,c){const u=Ut({},o.value,e.state,{forward:l,scroll:S6()});i(u.current,u,!0);const d=Ut({},cv(r.value,l,null),{position:u.position+1},c);i(l,d,!1),r.value=l}return{location:r,state:o,push:a,replace:s}}function IU(t){t=LU(t);const e=DU(t),n=kU(t,e.state,e.location,e.replace);function r(i,s=!0){s||n.pauseListeners(),history.go(i)}const o=Ut({location:"",base:t,go:r,createHref:AU.bind(null,t)},e,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>e.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>e.state.value}),o}function HU(t){return typeof t=="string"||t&&typeof t=="object"}function wR(t){return typeof t=="string"||typeof t=="symbol"}const OR=Symbol("");var uv;(function(t){t[t.aborted=4]="aborted",t[t.cancelled=8]="cancelled",t[t.duplicated=16]="duplicated"})(uv||(uv={}));function ka(t,e){return Ut(new Error,{type:t,[OR]:!0},e)}function ii(t,e){return t instanceof Error&&OR in t&&(e==null||!!(t.type&e))}const dv="[^/]+?",PU={sensitive:!1,strict:!1,start:!0,end:!0},VU=/[.+*?^${}()[\]/\\]/g;function $U(t,e){const n=Ut({},PU,e),r=[];let o=n.start?"^":"";const i=[];for(const c of t){const u=c.length?[]:[90];n.strict&&!c.length&&(o+="/");for(let d=0;de.length?e.length===1&&e[0]===80?1:-1:0}function MR(t,e){let n=0;const r=t.score,o=e.score;for(;n0&&e[e.length-1]<0}const FU={type:0,value:""},UU=/[a-zA-Z0-9_]/;function GU(t){if(!t)return[[]];if(t==="/")return[[FU]];if(!t.startsWith("/"))throw new Error(`Invalid path "${t}"`);function e(T){throw new Error(`ERR (${n})/"${c}": ${T}`)}let n=0,r=n;const o=[];let i;function s(){i&&o.push(i),i=[]}let a=0,l,c="",u="";function d(){c&&(n===0?i.push({type:0,value:c}):n===1||n===2||n===3?(i.length>1&&(l==="*"||l==="+")&&e(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:c,regexp:u,repeatable:l==="*"||l==="+",optional:l==="*"||l==="?"})):e("Invalid state to consume buffer"),c="")}function f(){c+=l}for(;a{s(y)}:ql}function s(d){if(wR(d)){const f=r.get(d);f&&(r.delete(d),n.splice(n.indexOf(f),1),f.children.forEach(s),f.alias.forEach(s))}else{const f=n.indexOf(d);f>-1&&(n.splice(f,1),d.record.name&&r.delete(d.record.name),d.children.forEach(s),d.alias.forEach(s))}}function a(){return n}function l(d){const f=WU(d,n);n.splice(f,0,d),d.record.name&&!hv(d)&&r.set(d.record.name,d)}function c(d,f){let T,g={},_,Q;if("name"in d&&d.name){if(T=r.get(d.name),!T)throw ka(1,{location:d});Q=T.record.name,g=Ut(fv(f.params,T.keys.filter(y=>!y.optional).concat(T.parent?T.parent.keys.filter(y=>y.optional):[]).map(y=>y.name)),d.params&&fv(d.params,T.keys.map(y=>y.name))),_=T.stringify(g)}else if(d.path!=null)_=d.path,T=n.find(y=>y.re.test(_)),T&&(g=T.parse(_),Q=T.record.name);else{if(T=f.name?r.get(f.name):n.find(y=>y.re.test(f.path)),!T)throw ka(1,{location:d,currentLocation:f});Q=T.record.name,g=Ut({},f.params,d.params),_=T.stringify(g)}const m=[];let v=T;for(;v;)m.unshift(v.record),v=v.parent;return{name:Q,path:_,params:g,matched:m,meta:YU(m)}}t.forEach(d=>i(d));function u(){n.length=0,r.clear()}return{addRoute:i,resolve:c,removeRoute:s,clearRoutes:u,getRoutes:a,getRecordMatcher:o}}function fv(t,e){const n={};for(const r of e)r in t&&(n[r]=t[r]);return n}function pv(t){const e={path:t.path,redirect:t.redirect,name:t.name,meta:t.meta||{},aliasOf:t.aliasOf,beforeEnter:t.beforeEnter,props:zU(t),children:t.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in t?t.components||null:t.component&&{default:t.component}};return Object.defineProperty(e,"mods",{value:{}}),e}function zU(t){const e={},n=t.props||!1;if("component"in t)e.default=n;else for(const r in t.components)e[r]=typeof n=="object"?n[r]:n;return e}function hv(t){for(;t;){if(t.record.aliasOf)return!0;t=t.parent}return!1}function YU(t){return t.reduce((e,n)=>Ut(e,n.meta),{})}function mv(t,e){const n={};for(const r in t)n[r]=r in e?e[r]:t[r];return n}function WU(t,e){let n=0,r=e.length;for(;n!==r;){const i=n+r>>1;MR(t,e[i])<0?r=i:n=i+1}const o=KU(t);return o&&(r=e.lastIndexOf(o,r-1)),r}function KU(t){let e=t;for(;e=e.parent;)if(RR(e)&&MR(t,e)===0)return e}function RR({record:t}){return!!(t.name||t.components&&Object.keys(t.components).length||t.redirect)}function ZU(t){const e={};if(t===""||t==="?")return e;const r=(t[0]==="?"?t.slice(1):t).split("&");for(let o=0;oi&&Pp(i)):[r&&Pp(r)]).forEach(i=>{i!==void 0&&(e+=(e.length?"&":"")+n,i!=null&&(e+="="+i))})}return e}function XU(t){const e={};for(const n in t){const r=t[n];r!==void 0&&(e[n]=fo(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return e}const JU=Symbol(""),_v=Symbol(""),ym=Symbol(""),bm=Symbol(""),$p=Symbol("");function N2(){let t=[];function e(r){return t.push(r),()=>{const o=t.indexOf(r);o>-1&&t.splice(o,1)}}function n(){t=[]}return{add:e,list:()=>t.slice(),reset:n}}function ns(t,e,n,r,o,i=s=>s()){const s=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((a,l)=>{const c=f=>{f===!1?l(ka(4,{from:n,to:e})):f instanceof Error?l(f):HU(f)?l(ka(2,{from:e,to:f})):(s&&r.enterCallbacks[o]===s&&typeof f=="function"&&s.push(f),a())},u=i(()=>t.call(r&&r.instances[o],e,n,c));let d=Promise.resolve(u);t.length<3&&(d=d.then(c)),d.catch(f=>l(f))})}function Id(t,e,n,r,o=i=>i()){const i=[];for(const s of t)for(const a in s.components){let l=s.components[a];if(!(e!=="beforeRouteEnter"&&!s.instances[a]))if(yR(l)){const u=(l.__vccOpts||l)[e];u&&i.push(ns(u,n,r,s,a,o))}else{let c=l();i.push(()=>c.then(u=>{if(!u)throw new Error(`Couldn't resolve component "${a}" at "${s.path}"`);const d=sU(u)?u.default:u;s.mods[a]=u,s.components[a]=d;const T=(d.__vccOpts||d)[e];return T&&ns(T,n,r,s,a,o)()}))}}return i}function Qv(t){const e=Wr(ym),n=Wr(bm),r=Ze(()=>{const l=gt(t.to);return e.resolve(l)}),o=Ze(()=>{const{matched:l}=r.value,{length:c}=l,u=l[c-1],d=n.matched;if(!u||!d.length)return-1;const f=d.findIndex(Na.bind(null,u));if(f>-1)return f;const T=vv(l[c-2]);return c>1&&vv(u)===T&&d[d.length-1].path!==T?d.findIndex(Na.bind(null,l[c-2])):f}),i=Ze(()=>o.value>-1&&nG(n.params,r.value.params)),s=Ze(()=>o.value>-1&&o.value===n.matched.length-1&&CR(n.params,r.value.params));function a(l={}){return tG(l)?e[gt(t.replace)?"replace":"push"](gt(t.to)).catch(ql):Promise.resolve()}return{route:r,href:Ze(()=>r.value.href),isActive:i,isExactActive:s,navigate:a}}const eG=xn({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Qv,setup(t,{slots:e}){const n=cr(Qv(t)),{options:r}=Wr(ym),o=Ze(()=>({[yv(t.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[yv(t.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=e.default&&e.default(n);return t.custom?i:dm("a",{"aria-current":n.isExactActive?t.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},i)}}}),lc=eG;function tG(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&!(t.button!==void 0&&t.button!==0)){if(t.currentTarget&&t.currentTarget.getAttribute){const e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function nG(t,e){for(const n in e){const r=e[n],o=t[n];if(typeof r=="string"){if(r!==o)return!1}else if(!fo(o)||o.length!==r.length||r.some((i,s)=>i!==o[s]))return!1}return!0}function vv(t){return t?t.aliasOf?t.aliasOf.path:t.path:""}const yv=(t,e,n)=>t??e??n,rG=xn({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(t,{attrs:e,slots:n}){const r=Wr($p),o=Ze(()=>t.route||r.value),i=Wr(_v,0),s=Ze(()=>{let c=gt(i);const{matched:u}=o.value;let d;for(;(d=u[c])&&!d.components;)c++;return c}),a=Ze(()=>o.value.matched[s.value]);La(_v,Ze(()=>s.value+1)),La(JU,a),La($p,o);const l=ot();return Bn(()=>[l.value,a.value,t.name],([c,u,d],[f,T,g])=>{u&&(u.instances[d]=c,T&&T!==u&&c&&c===f&&(u.leaveGuards.size||(u.leaveGuards=T.leaveGuards),u.updateGuards.size||(u.updateGuards=T.updateGuards))),c&&u&&(!T||!Na(u,T)||!f)&&(u.enterCallbacks[d]||[]).forEach(_=>_(c))},{flush:"post"}),()=>{const c=o.value,u=t.name,d=a.value,f=d&&d.components[u];if(!f)return bv(n.default,{Component:f,route:c});const T=d.props[u],g=T?T===!0?c.params:typeof T=="function"?T(c):T:null,Q=dm(f,Ut({},g,e,{onVnodeUnmounted:m=>{m.component.isUnmounted&&(d.instances[u]=null)},ref:l}));return bv(n.default,{Component:Q,route:c})||Q}}});function bv(t,e){if(!t)return null;const n=t(e);return n.length===1?n[0]:n}const NR=rG;function oG(t){const e=jU(t.routes,t),n=t.parseQuery||ZU,r=t.stringifyQuery||gv,o=t.history,i=N2(),s=N2(),a=N2(),l=eV(ji);let c=ji;fa&&t.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=kd.bind(null,z=>""+z),d=kd.bind(null,QU),f=kd.bind(null,l3);function T(z,ee){let ue,me;return wR(z)?(ue=e.getRecordMatcher(z),me=ee):me=z,e.addRoute(me,ue)}function g(z){const ee=e.getRecordMatcher(z);ee&&e.removeRoute(ee)}function _(){return e.getRoutes().map(z=>z.record)}function Q(z){return!!e.getRecordMatcher(z)}function m(z,ee){if(ee=Ut({},ee||l.value),typeof z=="string"){const j=Dd(n,z,ee.path),te=e.resolve({path:j.path},ee),fe=o.createHref(j.fullPath);return Ut(j,te,{params:f(te.params),hash:l3(j.hash),redirectedFrom:void 0,href:fe})}let ue;if(z.path!=null)ue=Ut({},z,{path:Dd(n,z.path,ee.path).path});else{const j=Ut({},z.params);for(const te in j)j[te]==null&&delete j[te];ue=Ut({},z,{params:d(j)}),ee.params=d(ee.params)}const me=e.resolve(ue,ee),ye=z.hash||"";me.params=u(f(me.params));const Ee=bU(r,Ut({},z,{hash:mU(ye),path:me.path})),U=o.createHref(Ee);return Ut({fullPath:Ee,hash:ye,query:r===gv?XU(z.query):z.query||{}},me,{redirectedFrom:void 0,href:U})}function v(z){return typeof z=="string"?Dd(n,z,l.value.path):Ut({},z)}function y(z,ee){if(c!==z)return ka(8,{from:ee,to:z})}function b(z){return L(z)}function E(z){return b(Ut(v(z),{replace:!0}))}function S(z){const ee=z.matched[z.matched.length-1];if(ee&&ee.redirect){const{redirect:ue}=ee;let me=typeof ue=="function"?ue(z):ue;return typeof me=="string"&&(me=me.includes("?")||me.includes("#")?me=v(me):{path:me},me.params={}),Ut({query:z.query,hash:z.hash,params:me.path!=null?{}:z.params},me)}}function L(z,ee){const ue=c=m(z),me=l.value,ye=z.state,Ee=z.force,U=z.replace===!0,j=S(ue);if(j)return L(Ut(v(j),{state:typeof j=="object"?Ut({},ye,j.state):ye,force:Ee,replace:U}),ee||ue);const te=ue;te.redirectedFrom=ee;let fe;return!Ee&&EU(r,me,ue)&&(fe=ka(16,{to:te,from:me}),ne(me,me,!0,!1)),(fe?Promise.resolve(fe):M(te,me)).catch(de=>ii(de)?ii(de,2)?de:K(de):G(de,te,me)).then(de=>{if(de){if(ii(de,2))return L(Ut({replace:U},v(de.to),{state:typeof de.to=="object"?Ut({},ye,de.to.state):ye,force:Ee}),ee||te)}else de=I(te,me,!0,U,ye);return D(te,me,de),de})}function w(z,ee){const ue=y(z,ee);return ue?Promise.reject(ue):Promise.resolve()}function A(z){const ee=F.values().next().value;return ee&&typeof ee.runWithContext=="function"?ee.runWithContext(z):z()}function M(z,ee){let ue;const[me,ye,Ee]=iG(z,ee);ue=Id(me.reverse(),"beforeRouteLeave",z,ee);for(const j of me)j.leaveGuards.forEach(te=>{ue.push(ns(te,z,ee))});const U=w.bind(null,z,ee);return ue.push(U),_e(ue).then(()=>{ue=[];for(const j of i.list())ue.push(ns(j,z,ee));return ue.push(U),_e(ue)}).then(()=>{ue=Id(ye,"beforeRouteUpdate",z,ee);for(const j of ye)j.updateGuards.forEach(te=>{ue.push(ns(te,z,ee))});return ue.push(U),_e(ue)}).then(()=>{ue=[];for(const j of Ee)if(j.beforeEnter)if(fo(j.beforeEnter))for(const te of j.beforeEnter)ue.push(ns(te,z,ee));else ue.push(ns(j.beforeEnter,z,ee));return ue.push(U),_e(ue)}).then(()=>(z.matched.forEach(j=>j.enterCallbacks={}),ue=Id(Ee,"beforeRouteEnter",z,ee,A),ue.push(U),_e(ue))).then(()=>{ue=[];for(const j of s.list())ue.push(ns(j,z,ee));return ue.push(U),_e(ue)}).catch(j=>ii(j,8)?j:Promise.reject(j))}function D(z,ee,ue){a.list().forEach(me=>A(()=>me(z,ee,ue)))}function I(z,ee,ue,me,ye){const Ee=y(z,ee);if(Ee)return Ee;const U=ee===ji,j=fa?history.state:{};ue&&(me||U?o.replace(z.fullPath,Ut({scroll:U&&j&&j.scroll},ye)):o.push(z.fullPath,ye)),l.value=z,ne(z,ee,ue,U),K()}let V;function P(){V||(V=o.listen((z,ee,ue)=>{if(!ce.listening)return;const me=m(z),ye=S(me);if(ye){L(Ut(ye,{replace:!0}),me).catch(ql);return}c=me;const Ee=l.value;fa&&MU(lv(Ee.fullPath,ue.delta),S6()),M(me,Ee).catch(U=>ii(U,12)?U:ii(U,2)?(L(U.to,me).then(j=>{ii(j,20)&&!ue.delta&&ue.type===c3.pop&&o.go(-1,!1)}).catch(ql),Promise.reject()):(ue.delta&&o.go(-ue.delta,!1),G(U,me,Ee))).then(U=>{U=U||I(me,Ee,!1),U&&(ue.delta&&!ii(U,8)?o.go(-ue.delta,!1):ue.type===c3.pop&&ii(U,20)&&o.go(-1,!1)),D(me,Ee,U)}).catch(ql)}))}let B=N2(),$=N2(),q;function G(z,ee,ue){K(z);const me=$.list();return me.length?me.forEach(ye=>ye(z,ee,ue)):console.error(z),Promise.reject(z)}function J(){return q&&l.value!==ji?Promise.resolve():new Promise((z,ee)=>{B.add([z,ee])})}function K(z){return q||(q=!z,P(),B.list().forEach(([ee,ue])=>z?ue(z):ee()),B.reset()),z}function ne(z,ee,ue,me){const{scrollBehavior:ye}=t;if(!fa||!ye)return Promise.resolve();const Ee=!ue&&RU(lv(z.fullPath,0))||(me||!ue)&&history.state&&history.state.scroll||null;return ke().then(()=>ye(z,ee,Ee)).then(U=>U&&OU(U)).catch(U=>G(U,z,ee))}const pe=z=>o.go(z);let re;const F=new Set,ce={currentRoute:l,listening:!0,addRoute:T,removeRoute:g,clearRoutes:e.clearRoutes,hasRoute:Q,getRoutes:_,resolve:m,options:t,push:b,replace:E,go:pe,back:()=>pe(-1),forward:()=>pe(1),beforeEach:i.add,beforeResolve:s.add,afterEach:a.add,onError:$.add,isReady:J,install(z){const ee=this;z.component("RouterLink",lc),z.component("RouterView",NR),z.config.globalProperties.$router=ee,Object.defineProperty(z.config.globalProperties,"$route",{enumerable:!0,get:()=>gt(l)}),fa&&!re&&l.value===ji&&(re=!0,b(o.location).catch(ye=>{}));const ue={};for(const ye in ji)Object.defineProperty(ue,ye,{get:()=>l.value[ye],enumerable:!0});z.provide(ym,ee),z.provide(bm,VO(ue)),z.provide($p,l);const me=z.unmount;F.add(z),z.unmount=function(){F.delete(z),F.size<1&&(c=ji,V&&V(),V=null,l.value=ji,re=!1,q=!1),me()}}};function _e(z){return z.reduce((ee,ue)=>ee.then(()=>A(ue)),Promise.resolve())}return ce}function iG(t,e){const n=[],r=[],o=[],i=Math.max(e.matched.length,t.matched.length);for(let s=0;sNa(c,a))?r.push(a):n.push(a));const l=t.matched[s];l&&(e.matched.find(c=>Na(c,l))||o.push(l))}return[n,r,o]}function sG(t){return Wr(bm)}const aG="modulepreload",lG=function(t){return"/"+t},Ev={},Hd=function(e,n,r){let o=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const s=document.querySelector("meta[property=csp-nonce]"),a=(s==null?void 0:s.nonce)||(s==null?void 0:s.getAttribute("nonce"));o=Promise.allSettled(n.map(l=>{if(l=lG(l),l in Ev)return;Ev[l]=!0;const c=l.endsWith(".css"),u=c?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${l}"]${u}`))return;const d=document.createElement("link");if(d.rel=c?"stylesheet":aG,c||(d.as="script"),d.crossOrigin="",d.href=l,a&&d.setAttribute("nonce",a),document.head.appendChild(d),c)return new Promise((f,T)=>{d.addEventListener("load",f),d.addEventListener("error",()=>T(new Error(`Unable to preload CSS for ${l}`)))})}))}function i(s){const a=new Event("vite:preloadError",{cancelable:!0});if(a.payload=s,window.dispatchEvent(a),!a.defaultPrevented)throw s}return o.then(s=>{for(const a of s||[])a.status==="rejected"&&i(a.reason);return e().catch(i)})},cG={class:"sticky top-0 z-50 w-full bg-transparent"},uG={class:"container mx-auto px-4"},dG={class:"flex items-center justify-between h-16"},TG={class:"hidden md:block"},fG={class:"flex items-center space-x-4"},pG={class:"flex items-center space-x-1"},hG={key:0,class:"ml-1 text-xs","aria-hidden":"true"},mG={class:"md:hidden"},gG={class:"px-2 pt-2 pb-3 space-y-1"},_G={class:"flex items-center justify-between"},QG={key:0,class:"text-xs","aria-hidden":"true"},vG={name:"Navigation"},yG=Object.assign(vG,{setup(t){const e=sG(),n=ot(0),r=ot([]),o=ot(!1),i=[{active:!0,route:"discussions",text:"Discussions"},{active:!0,route:"playground",text:"Playground"},{active:!0,route:"PersonalitiesZoo",text:"Personalities Zoo"},{active:!0,route:"AppsZoo",text:"Apps Zoo"},{active:!1,route:"AutoSD",text:"Auto111-SD",condition:()=>Qi.state.config.enable_sd_service||Qi.state.config.active_tti_service==="autosd"},{active:!1,route:"ComfyUI",text:"ComfyUI",condition:()=>Qi.state.config.enable_comfyui_service||Qi.state.config.active_tti_service==="comfyui"},{active:!0,route:"settings",text:"Settings"},{active:!0,route:"help_view",text:"Help"}],s=Ze(()=>Qi.state.ready?i.filter(u=>u.condition?u.condition():u.active):i.filter(u=>u.active));Wo(()=>{a()}),Bn(()=>e.name,a);function a(){const u=s.value.findIndex(d=>d.route===e.name);u!==-1&&(n.value=u)}function l(u){return e.name===u}function c(u){n.value=u}return(u,d)=>(R(),k("div",cG,[h("nav",uG,[h("div",dG,[h("div",TG,[h("div",fG,[(R(!0),k(Le,null,Fe(s.value,(f,T)=>(R(),it(gt(lc),{key:T,to:{name:f.route},class:Ce(["nav-button",{"nav-button-active":l(f.route)}]),onClick:g=>c(T),ref_for:!0,ref_key:"menuItems",ref:r},{default:be(()=>[h("div",pG,[Pe(X(f.text)+" ",1),l(f.route)?(R(),k("span",hG," ✨ ")):W("",!0)])]),_:2},1032,["to","class","onClick"]))),128))])]),h("div",mG,[h("button",{onClick:d[0]||(d[0]=f=>o.value=!o.value),class:"inline-flex items-center justify-center p-2 rounded-md text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none"},[(R(),k("svg",{class:Ce(["h-6 w-6",{hidden:o.value,block:!o.value}]),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},d[1]||(d[1]=[h("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 6h16M4 12h16M4 18h16"},null,-1)]),2)),(R(),k("svg",{class:Ce(["h-6 w-6",{block:o.value,hidden:!o.value}]),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},d[2]||(d[2]=[h("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M6 18L18 6M6 6l12 12"},null,-1)]),2))])])]),h("div",{class:Ce([{block:o.value,hidden:!o.value},"md:hidden"])},[h("div",gG,[(R(!0),k(Le,null,Fe(s.value,(f,T)=>(R(),it(gt(lc),{key:T,to:{name:f.route},class:Ce(["block px-3 py-2 rounded-md text-base font-medium transition-colors duration-200 ease-in-out text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-700",{"bg-blue-500 text-white hover:bg-blue-600 dark:bg-blue-600 dark:hover:bg-blue-700":l(f.route)}]),onClick:g=>{c(T),o.value=!1}},{default:be(()=>[h("div",_G,[Pe(X(f.text)+" ",1),l(f.route)?(R(),k("span",QG," ✨ ")):W("",!0)])]),_:2},1032,["to","class","onClick"]))),128))])],2)])]))}}),Xe=(t,e)=>{const n=t.__vccOpts||t;for(const[r,o]of e)n[r]=o;return n},bG={props:{href:{type:String,default:"#"},icon:{type:String,required:!0},title:{type:String,default:""}},methods:{onClick(t){this.href==="#"&&(t.preventDefault(),this.$emit("click"))}}},EG=["href","title"],xG=["data-feather"];function SG(t,e,n,r,o,i){return R(),k("a",{href:n.href,onClick:e[0]||(e[0]=(...s)=>i.onClick&&i.onClick(...s)),class:"text-2xl hover:text-primary transition duration-150 ease-in-out",title:n.title},[h("i",{"data-feather":n.icon},null,8,xG)],8,EG)}const kR=Xe(bG,[["render",SG]]),LG={props:{href:{type:String,required:!0},icon:{type:String,required:!0},title:{type:String,default:"Visit our social media"}}},CG=["href","title"],AG=["data-feather"],wG={key:1,class:"w-6 h-6 fill-current",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},OG={key:2,class:"w-6 h-6 fill-current",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function MG(t,e,n,r,o,i){return R(),k("a",{href:n.href,target:"_blank",class:"text-2xl hover:text-primary transition duration-150 ease-in-out",title:n.title},[n.icon!=="x"&&n.icon!=="discord"?(R(),k("i",{key:0,"data-feather":n.icon},null,8,AG)):n.icon==="x"?(R(),k("svg",wG,e[0]||(e[0]=[h("path",{d:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"},null,-1)]))):n.icon==="discord"?(R(),k("svg",OG,e[1]||(e[1]=[h("path",{d:"M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z"},null,-1)]))):W("",!0)],8,CG)}const DR=Xe(LG,[["render",MG]]);var x=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function l2(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Em(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var n=function r(){return this instanceof r?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};n.prototype=e.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(t).forEach(function(r){var o=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,o.get?o:{enumerable:!0,get:function(){return t[r]}})}),n}var IR={exports:{}};(function(t,e){(function(r,o){t.exports=o()})(typeof self<"u"?self:x,function(){return function(n){var r={};function o(i){if(r[i])return r[i].exports;var s=r[i]={i,l:!1,exports:{}};return n[i].call(s.exports,s,s.exports,o),s.l=!0,s.exports}return o.m=n,o.c=r,o.d=function(i,s,a){o.o(i,s)||Object.defineProperty(i,s,{configurable:!1,enumerable:!0,get:a})},o.r=function(i){Object.defineProperty(i,"__esModule",{value:!0})},o.n=function(i){var s=i&&i.__esModule?function(){return i.default}:function(){return i};return o.d(s,"a",s),s},o.o=function(i,s){return Object.prototype.hasOwnProperty.call(i,s)},o.p="",o(o.s=0)}({"./dist/icons.json":function(n){n.exports={activity:' ',airplay:' ',"alert-circle":' ',"alert-octagon":' ',"alert-triangle":' ',"align-center":' ',"align-justify":' ',"align-left":' ',"align-right":' ',anchor:' ',aperture:' ',archive:' ',"arrow-down-circle":' ',"arrow-down-left":' ',"arrow-down-right":' ',"arrow-down":' ',"arrow-left-circle":' ',"arrow-left":' ',"arrow-right-circle":' ',"arrow-right":' ',"arrow-up-circle":' ',"arrow-up-left":' ',"arrow-up-right":' ',"arrow-up":' ',"at-sign":' ',award:' ',"bar-chart-2":' ',"bar-chart":' ',"battery-charging":' ',battery:' ',"bell-off":' ',bell:' ',bluetooth:' ',bold:' ',"book-open":' ',book:' ',bookmark:' ',box:' ',briefcase:' ',calendar:' ',"camera-off":' ',camera:' ',cast:' ',"check-circle":' ',"check-square":' ',check:' ',"chevron-down":' ',"chevron-left":' ',"chevron-right":' ',"chevron-up":' ',"chevrons-down":' ',"chevrons-left":' ',"chevrons-right":' ',"chevrons-up":' ',chrome:' ',circle:' ',clipboard:' ',clock:' ',"cloud-drizzle":' ',"cloud-lightning":' ',"cloud-off":' ',"cloud-rain":' ',"cloud-snow":' ',cloud:' ',code:' ',codepen:' ',codesandbox:' ',coffee:' ',columns:' ',command:' ',compass:' ',copy:' ',"corner-down-left":' ',"corner-down-right":' ',"corner-left-down":' ',"corner-left-up":' ',"corner-right-down":' ',"corner-right-up":' ',"corner-up-left":' ',"corner-up-right":' ',cpu:' ',"credit-card":' ',crop:' ',crosshair:' ',database:' ',delete:' ',disc:' ',"divide-circle":' ',"divide-square":' ',divide:' ',"dollar-sign":' ',"download-cloud":' ',download:' ',dribbble:' ',droplet:' ',"edit-2":' ',"edit-3":' ',edit:' ',"external-link":' ',"eye-off":' ',eye:' ',facebook:' ',"fast-forward":' ',feather:' ',figma:' ',"file-minus":' ',"file-plus":' ',"file-text":' ',file:' ',film:' ',filter:' ',flag:' ',"folder-minus":' ',"folder-plus":' ',folder:' ',framer:' ',frown:' ',gift:' ',"git-branch":' ',"git-commit":' ',"git-merge":' ',"git-pull-request":' ',github:' ',gitlab:' ',globe:' ',grid:' ',"hard-drive":' ',hash:' ',headphones:' ',heart:' ',"help-circle":' ',hexagon:' ',home:' ',image:' ',inbox:' ',info:' ',instagram:' ',italic:' ',key:' ',layers:' ',layout:' ',"life-buoy":' ',"link-2":' ',link:' ',linkedin:' ',list:' ',loader:' ',lock:' ',"log-in":' ',"log-out":' ',mail:' ',"map-pin":' ',map:' ',"maximize-2":' ',maximize:' ',meh:' ',menu:' ',"message-circle":' ',"message-square":' ',"mic-off":' ',mic:' ',"minimize-2":' ',minimize:' ',"minus-circle":' ',"minus-square":' ',minus:' ',monitor:' ',moon:' ',"more-horizontal":' ',"more-vertical":' ',"mouse-pointer":' ',move:' ',music:' ',"navigation-2":' ',navigation:' ',octagon:' ',package:' ',paperclip:' ',"pause-circle":' ',pause:' ',"pen-tool":' ',percent:' ',"phone-call":' ',"phone-forwarded":' ',"phone-incoming":' ',"phone-missed":' ',"phone-off":' ',"phone-outgoing":' ',phone:' ',"pie-chart":' ',"play-circle":' ',play:' ',"plus-circle":' ',"plus-square":' ',plus:' ',pocket:' ',power:' ',printer:' ',radio:' ',"refresh-ccw":' ',"refresh-cw":' ',repeat:' ',rewind:' ',"rotate-ccw":' ',"rotate-cw":' ',rss:' ',save:' ',scissors:' ',search:' ',send:' ',server:' ',settings:' ',"share-2":' ',share:' ',"shield-off":' ',shield:' ',"shopping-bag":' ',"shopping-cart":' ',shuffle:' ',sidebar:' ',"skip-back":' ',"skip-forward":' ',slack:' ',slash:' ',sliders:' ',smartphone:' ',smile:' ',speaker:' ',square:' ',star:' ',"stop-circle":' ',sun:' ',sunrise:' ',sunset:' ',table:' ',tablet:' ',tag:' ',target:' ',terminal:' ',thermometer:' ',"thumbs-down":' ',"thumbs-up":' ',"toggle-left":' ',"toggle-right":' ',tool:' ',"trash-2":' ',trash:' ',trello:' ',"trending-down":' ',"trending-up":' ',triangle:' ',truck:' ',tv:' ',twitch:' ',twitter:' ',type:' ',umbrella:' ',underline:' ',unlock:' ',"upload-cloud":' ',upload:' ',"user-check":' ',"user-minus":' ',"user-plus":' ',"user-x":' ',user:' ',users:' ',"video-off":' ',video:' ',voicemail:' ',"volume-1":' ',"volume-2":' ',"volume-x":' ',volume:' ',watch:' ',"wifi-off":' ',wifi:' ',wind:' ',"x-circle":' ',"x-octagon":' ',"x-square":' ',x:' ',youtube:' ',"zap-off":' ',zap:' ',"zoom-in":' ',"zoom-out":' '}},"./node_modules/classnames/dedupe.js":function(n,r,o){var i,s;/*!
+ */const fa=typeof document<"u";function yR(t){return typeof t=="object"||"displayName"in t||"props"in t||"__vccOpts"in t}function iU(t){return t.__esModule||t[Symbol.toStringTag]==="Module"||t.default&&yR(t.default)}const Ut=Object.assign;function kd(t,e){const n={};for(const r in e){const o=e[r];n[r]=fo(o)?o.map(t):t(o)}return n}const ql=()=>{},fo=Array.isArray,bR=/#/g,sU=/&/g,aU=/\//g,lU=/=/g,cU=/\?/g,ER=/\+/g,uU=/%5B/g,dU=/%5D/g,xR=/%5E/g,TU=/%60/g,SR=/%7B/g,fU=/%7C/g,LR=/%7D/g,pU=/%20/g;function vm(t){return encodeURI(""+t).replace(fU,"|").replace(uU,"[").replace(dU,"]")}function hU(t){return vm(t).replace(SR,"{").replace(LR,"}").replace(xR,"^")}function Pp(t){return vm(t).replace(ER,"%2B").replace(pU,"+").replace(bR,"%23").replace(sU,"%26").replace(TU,"`").replace(SR,"{").replace(LR,"}").replace(xR,"^")}function mU(t){return Pp(t).replace(lU,"%3D")}function gU(t){return vm(t).replace(bR,"%23").replace(cU,"%3F")}function _U(t){return t==null?"":gU(t).replace(aU,"%2F")}function l3(t){try{return decodeURIComponent(""+t)}catch{}return""+t}const QU=/\/$/,vU=t=>t.replace(QU,"");function Dd(t,e,n="/"){let r,o={},i="",s="";const a=e.indexOf("#");let l=e.indexOf("?");return a=0&&(l=-1),l>-1&&(r=e.slice(0,l),i=e.slice(l+1,a>-1?a:e.length),o=t(i)),a>-1&&(r=r||e.slice(0,a),s=e.slice(a,e.length)),r=xU(r??e,n),{fullPath:r+(i&&"?")+i+s,path:r,query:o,hash:l3(s)}}function yU(t,e){const n=e.query?t(e.query):"";return e.path+(n&&"?")+n+(e.hash||"")}function sv(t,e){return!e||!t.toLowerCase().startsWith(e.toLowerCase())?t:t.slice(e.length)||"/"}function bU(t,e,n){const r=e.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&Na(e.matched[r],n.matched[o])&&CR(e.params,n.params)&&t(e.query)===t(n.query)&&e.hash===n.hash}function Na(t,e){return(t.aliasOf||t)===(e.aliasOf||e)}function CR(t,e){if(Object.keys(t).length!==Object.keys(e).length)return!1;for(const n in t)if(!EU(t[n],e[n]))return!1;return!0}function EU(t,e){return fo(t)?av(t,e):fo(e)?av(e,t):t===e}function av(t,e){return fo(e)?t.length===e.length&&t.every((n,r)=>n===e[r]):t.length===1&&t[0]===e}function xU(t,e){if(t.startsWith("/"))return t;if(!t)return e;const n=e.split("/"),r=t.split("/"),o=r[r.length-1];(o===".."||o===".")&&r.push("");let i=n.length-1,s,a;for(s=0;s1&&i--;else break;return n.slice(0,i).join("/")+"/"+r.slice(s).join("/")}const ji={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var c3;(function(t){t.pop="pop",t.push="push"})(c3||(c3={}));var jl;(function(t){t.back="back",t.forward="forward",t.unknown=""})(jl||(jl={}));function SU(t){if(!t)if(fa){const e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^\w+:\/\/[^\/]+/,"")}else t="/";return t[0]!=="/"&&t[0]!=="#"&&(t="/"+t),vU(t)}const LU=/^[^#]+#/;function CU(t,e){return t.replace(LU,"#")+e}function AU(t,e){const n=document.documentElement.getBoundingClientRect(),r=t.getBoundingClientRect();return{behavior:e.behavior,left:r.left-n.left-(e.left||0),top:r.top-n.top-(e.top||0)}}const x6=()=>({left:window.scrollX,top:window.scrollY});function wU(t){let e;if("el"in t){const n=t.el,r=typeof n=="string"&&n.startsWith("#"),o=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;e=AU(o,t)}else e=t;"scrollBehavior"in document.documentElement.style?window.scrollTo(e):window.scrollTo(e.left!=null?e.left:window.scrollX,e.top!=null?e.top:window.scrollY)}function lv(t,e){return(history.state?history.state.position-e:-1)+t}const Vp=new Map;function OU(t,e){Vp.set(t,e)}function MU(t){const e=Vp.get(t);return Vp.delete(t),e}let RU=()=>location.protocol+"//"+location.host;function AR(t,e){const{pathname:n,search:r,hash:o}=e,i=t.indexOf("#");if(i>-1){let a=o.includes(t.slice(i))?t.slice(i).length:1,l=o.slice(a);return l[0]!=="/"&&(l="/"+l),sv(l,"")}return sv(n,t)+r+o}function NU(t,e,n,r){let o=[],i=[],s=null;const a=({state:f})=>{const T=AR(t,location),g=n.value,_=e.value;let Q=0;if(f){if(n.value=T,e.value=f,s&&s===g){s=null;return}Q=_?f.position-_.position:0}else r(T);o.forEach(m=>{m(n.value,g,{delta:Q,type:c3.pop,direction:Q?Q>0?jl.forward:jl.back:jl.unknown})})};function l(){s=n.value}function c(f){o.push(f);const T=()=>{const g=o.indexOf(f);g>-1&&o.splice(g,1)};return i.push(T),T}function u(){const{history:f}=window;f.state&&f.replaceState(Ut({},f.state,{scroll:x6()}),"")}function d(){for(const f of i)f();i=[],window.removeEventListener("popstate",a),window.removeEventListener("beforeunload",u)}return window.addEventListener("popstate",a),window.addEventListener("beforeunload",u,{passive:!0}),{pauseListeners:l,listen:c,destroy:d}}function cv(t,e,n,r=!1,o=!1){return{back:t,current:e,forward:n,replaced:r,position:window.history.length,scroll:o?x6():null}}function kU(t){const{history:e,location:n}=window,r={value:AR(t,n)},o={value:e.state};o.value||i(r.value,{back:null,current:r.value,forward:null,position:e.length-1,replaced:!0,scroll:null},!0);function i(l,c,u){const d=t.indexOf("#"),f=d>-1?(n.host&&document.querySelector("base")?t:t.slice(d))+l:RU()+t+l;try{e[u?"replaceState":"pushState"](c,"",f),o.value=c}catch(T){console.error(T),n[u?"replace":"assign"](f)}}function s(l,c){const u=Ut({},e.state,cv(o.value.back,l,o.value.forward,!0),c,{position:o.value.position});i(l,u,!0),r.value=l}function a(l,c){const u=Ut({},o.value,e.state,{forward:l,scroll:x6()});i(u.current,u,!0);const d=Ut({},cv(r.value,l,null),{position:u.position+1},c);i(l,d,!1),r.value=l}return{location:r,state:o,push:a,replace:s}}function DU(t){t=SU(t);const e=kU(t),n=NU(t,e.state,e.location,e.replace);function r(i,s=!0){s||n.pauseListeners(),history.go(i)}const o=Ut({location:"",base:t,go:r,createHref:CU.bind(null,t)},e,n);return Object.defineProperty(o,"location",{enumerable:!0,get:()=>e.location.value}),Object.defineProperty(o,"state",{enumerable:!0,get:()=>e.state.value}),o}function IU(t){return typeof t=="string"||t&&typeof t=="object"}function wR(t){return typeof t=="string"||typeof t=="symbol"}const OR=Symbol("");var uv;(function(t){t[t.aborted=4]="aborted",t[t.cancelled=8]="cancelled",t[t.duplicated=16]="duplicated"})(uv||(uv={}));function ka(t,e){return Ut(new Error,{type:t,[OR]:!0},e)}function ii(t,e){return t instanceof Error&&OR in t&&(e==null||!!(t.type&e))}const dv="[^/]+?",HU={sensitive:!1,strict:!1,start:!0,end:!0},PU=/[.+*?^${}()[\]/\\]/g;function VU(t,e){const n=Ut({},HU,e),r=[];let o=n.start?"^":"";const i=[];for(const c of t){const u=c.length?[]:[90];n.strict&&!c.length&&(o+="/");for(let d=0;de.length?e.length===1&&e[0]===80?1:-1:0}function MR(t,e){let n=0;const r=t.score,o=e.score;for(;n0&&e[e.length-1]<0}const BU={type:0,value:""},FU=/[a-zA-Z0-9_]/;function UU(t){if(!t)return[[]];if(t==="/")return[[BU]];if(!t.startsWith("/"))throw new Error(`Invalid path "${t}"`);function e(T){throw new Error(`ERR (${n})/"${c}": ${T}`)}let n=0,r=n;const o=[];let i;function s(){i&&o.push(i),i=[]}let a=0,l,c="",u="";function d(){c&&(n===0?i.push({type:0,value:c}):n===1||n===2||n===3?(i.length>1&&(l==="*"||l==="+")&&e(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:c,regexp:u,repeatable:l==="*"||l==="+",optional:l==="*"||l==="?"})):e("Invalid state to consume buffer"),c="")}function f(){c+=l}for(;a{s(y)}:ql}function s(d){if(wR(d)){const f=r.get(d);f&&(r.delete(d),n.splice(n.indexOf(f),1),f.children.forEach(s),f.alias.forEach(s))}else{const f=n.indexOf(d);f>-1&&(n.splice(f,1),d.record.name&&r.delete(d.record.name),d.children.forEach(s),d.alias.forEach(s))}}function a(){return n}function l(d){const f=YU(d,n);n.splice(f,0,d),d.record.name&&!hv(d)&&r.set(d.record.name,d)}function c(d,f){let T,g={},_,Q;if("name"in d&&d.name){if(T=r.get(d.name),!T)throw ka(1,{location:d});Q=T.record.name,g=Ut(fv(f.params,T.keys.filter(y=>!y.optional).concat(T.parent?T.parent.keys.filter(y=>y.optional):[]).map(y=>y.name)),d.params&&fv(d.params,T.keys.map(y=>y.name))),_=T.stringify(g)}else if(d.path!=null)_=d.path,T=n.find(y=>y.re.test(_)),T&&(g=T.parse(_),Q=T.record.name);else{if(T=f.name?r.get(f.name):n.find(y=>y.re.test(f.path)),!T)throw ka(1,{location:d,currentLocation:f});Q=T.record.name,g=Ut({},f.params,d.params),_=T.stringify(g)}const m=[];let v=T;for(;v;)m.unshift(v.record),v=v.parent;return{name:Q,path:_,params:g,matched:m,meta:zU(m)}}t.forEach(d=>i(d));function u(){n.length=0,r.clear()}return{addRoute:i,resolve:c,removeRoute:s,clearRoutes:u,getRoutes:a,getRecordMatcher:o}}function fv(t,e){const n={};for(const r of e)r in t&&(n[r]=t[r]);return n}function pv(t){const e={path:t.path,redirect:t.redirect,name:t.name,meta:t.meta||{},aliasOf:t.aliasOf,beforeEnter:t.beforeEnter,props:jU(t),children:t.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in t?t.components||null:t.component&&{default:t.component}};return Object.defineProperty(e,"mods",{value:{}}),e}function jU(t){const e={},n=t.props||!1;if("component"in t)e.default=n;else for(const r in t.components)e[r]=typeof n=="object"?n[r]:n;return e}function hv(t){for(;t;){if(t.record.aliasOf)return!0;t=t.parent}return!1}function zU(t){return t.reduce((e,n)=>Ut(e,n.meta),{})}function mv(t,e){const n={};for(const r in t)n[r]=r in e?e[r]:t[r];return n}function YU(t,e){let n=0,r=e.length;for(;n!==r;){const i=n+r>>1;MR(t,e[i])<0?r=i:n=i+1}const o=WU(t);return o&&(r=e.lastIndexOf(o,r-1)),r}function WU(t){let e=t;for(;e=e.parent;)if(RR(e)&&MR(t,e)===0)return e}function RR({record:t}){return!!(t.name||t.components&&Object.keys(t.components).length||t.redirect)}function KU(t){const e={};if(t===""||t==="?")return e;const r=(t[0]==="?"?t.slice(1):t).split("&");for(let o=0;oi&&Pp(i)):[r&&Pp(r)]).forEach(i=>{i!==void 0&&(e+=(e.length?"&":"")+n,i!=null&&(e+="="+i))})}return e}function ZU(t){const e={};for(const n in t){const r=t[n];r!==void 0&&(e[n]=fo(r)?r.map(o=>o==null?null:""+o):r==null?r:""+r)}return e}const XU=Symbol(""),_v=Symbol(""),ym=Symbol(""),bm=Symbol(""),$p=Symbol("");function N2(){let t=[];function e(r){return t.push(r),()=>{const o=t.indexOf(r);o>-1&&t.splice(o,1)}}function n(){t=[]}return{add:e,list:()=>t.slice(),reset:n}}function ns(t,e,n,r,o,i=s=>s()){const s=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise((a,l)=>{const c=f=>{f===!1?l(ka(4,{from:n,to:e})):f instanceof Error?l(f):IU(f)?l(ka(2,{from:e,to:f})):(s&&r.enterCallbacks[o]===s&&typeof f=="function"&&s.push(f),a())},u=i(()=>t.call(r&&r.instances[o],e,n,c));let d=Promise.resolve(u);t.length<3&&(d=d.then(c)),d.catch(f=>l(f))})}function Id(t,e,n,r,o=i=>i()){const i=[];for(const s of t)for(const a in s.components){let l=s.components[a];if(!(e!=="beforeRouteEnter"&&!s.instances[a]))if(yR(l)){const u=(l.__vccOpts||l)[e];u&&i.push(ns(u,n,r,s,a,o))}else{let c=l();i.push(()=>c.then(u=>{if(!u)throw new Error(`Couldn't resolve component "${a}" at "${s.path}"`);const d=iU(u)?u.default:u;s.mods[a]=u,s.components[a]=d;const T=(d.__vccOpts||d)[e];return T&&ns(T,n,r,s,a,o)()}))}}return i}function Qv(t){const e=Kr(ym),n=Kr(bm),r=Ze(()=>{const l=gt(t.to);return e.resolve(l)}),o=Ze(()=>{const{matched:l}=r.value,{length:c}=l,u=l[c-1],d=n.matched;if(!u||!d.length)return-1;const f=d.findIndex(Na.bind(null,u));if(f>-1)return f;const T=vv(l[c-2]);return c>1&&vv(u)===T&&d[d.length-1].path!==T?d.findIndex(Na.bind(null,l[c-2])):f}),i=Ze(()=>o.value>-1&&tG(n.params,r.value.params)),s=Ze(()=>o.value>-1&&o.value===n.matched.length-1&&CR(n.params,r.value.params));function a(l={}){return eG(l)?e[gt(t.replace)?"replace":"push"](gt(t.to)).catch(ql):Promise.resolve()}return{route:r,href:Ze(()=>r.value.href),isActive:i,isExactActive:s,navigate:a}}const JU=xn({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Qv,setup(t,{slots:e}){const n=ur(Qv(t)),{options:r}=Kr(ym),o=Ze(()=>({[yv(t.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[yv(t.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const i=e.default&&e.default(n);return t.custom?i:dm("a",{"aria-current":n.isExactActive?t.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},i)}}}),ac=JU;function eG(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&!(t.button!==void 0&&t.button!==0)){if(t.currentTarget&&t.currentTarget.getAttribute){const e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function tG(t,e){for(const n in e){const r=e[n],o=t[n];if(typeof r=="string"){if(r!==o)return!1}else if(!fo(o)||o.length!==r.length||r.some((i,s)=>i!==o[s]))return!1}return!0}function vv(t){return t?t.aliasOf?t.aliasOf.path:t.path:""}const yv=(t,e,n)=>t??e??n,nG=xn({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(t,{attrs:e,slots:n}){const r=Kr($p),o=Ze(()=>t.route||r.value),i=Kr(_v,0),s=Ze(()=>{let c=gt(i);const{matched:u}=o.value;let d;for(;(d=u[c])&&!d.components;)c++;return c}),a=Ze(()=>o.value.matched[s.value]);La(_v,Ze(()=>s.value+1)),La(XU,a),La($p,o);const l=ot();return Bn(()=>[l.value,a.value,t.name],([c,u,d],[f,T,g])=>{u&&(u.instances[d]=c,T&&T!==u&&c&&c===f&&(u.leaveGuards.size||(u.leaveGuards=T.leaveGuards),u.updateGuards.size||(u.updateGuards=T.updateGuards))),c&&u&&(!T||!Na(u,T)||!f)&&(u.enterCallbacks[d]||[]).forEach(_=>_(c))},{flush:"post"}),()=>{const c=o.value,u=t.name,d=a.value,f=d&&d.components[u];if(!f)return bv(n.default,{Component:f,route:c});const T=d.props[u],g=T?T===!0?c.params:typeof T=="function"?T(c):T:null,Q=dm(f,Ut({},g,e,{onVnodeUnmounted:m=>{m.component.isUnmounted&&(d.instances[u]=null)},ref:l}));return bv(n.default,{Component:Q,route:c})||Q}}});function bv(t,e){if(!t)return null;const n=t(e);return n.length===1?n[0]:n}const NR=nG;function rG(t){const e=qU(t.routes,t),n=t.parseQuery||KU,r=t.stringifyQuery||gv,o=t.history,i=N2(),s=N2(),a=N2(),l=eV(ji);let c=ji;fa&&t.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=kd.bind(null,z=>""+z),d=kd.bind(null,_U),f=kd.bind(null,l3);function T(z,ee){let ue,me;return wR(z)?(ue=e.getRecordMatcher(z),me=ee):me=z,e.addRoute(me,ue)}function g(z){const ee=e.getRecordMatcher(z);ee&&e.removeRoute(ee)}function _(){return e.getRoutes().map(z=>z.record)}function Q(z){return!!e.getRecordMatcher(z)}function m(z,ee){if(ee=Ut({},ee||l.value),typeof z=="string"){const j=Dd(n,z,ee.path),te=e.resolve({path:j.path},ee),fe=o.createHref(j.fullPath);return Ut(j,te,{params:f(te.params),hash:l3(j.hash),redirectedFrom:void 0,href:fe})}let ue;if(z.path!=null)ue=Ut({},z,{path:Dd(n,z.path,ee.path).path});else{const j=Ut({},z.params);for(const te in j)j[te]==null&&delete j[te];ue=Ut({},z,{params:d(j)}),ee.params=d(ee.params)}const me=e.resolve(ue,ee),ye=z.hash||"";me.params=u(f(me.params));const Ee=yU(r,Ut({},z,{hash:hU(ye),path:me.path})),U=o.createHref(Ee);return Ut({fullPath:Ee,hash:ye,query:r===gv?ZU(z.query):z.query||{}},me,{redirectedFrom:void 0,href:U})}function v(z){return typeof z=="string"?Dd(n,z,l.value.path):Ut({},z)}function y(z,ee){if(c!==z)return ka(8,{from:ee,to:z})}function b(z){return L(z)}function E(z){return b(Ut(v(z),{replace:!0}))}function S(z){const ee=z.matched[z.matched.length-1];if(ee&&ee.redirect){const{redirect:ue}=ee;let me=typeof ue=="function"?ue(z):ue;return typeof me=="string"&&(me=me.includes("?")||me.includes("#")?me=v(me):{path:me},me.params={}),Ut({query:z.query,hash:z.hash,params:me.path!=null?{}:z.params},me)}}function L(z,ee){const ue=c=m(z),me=l.value,ye=z.state,Ee=z.force,U=z.replace===!0,j=S(ue);if(j)return L(Ut(v(j),{state:typeof j=="object"?Ut({},ye,j.state):ye,force:Ee,replace:U}),ee||ue);const te=ue;te.redirectedFrom=ee;let fe;return!Ee&&bU(r,me,ue)&&(fe=ka(16,{to:te,from:me}),ne(me,me,!0,!1)),(fe?Promise.resolve(fe):R(te,me)).catch(de=>ii(de)?ii(de,2)?de:K(de):G(de,te,me)).then(de=>{if(de){if(ii(de,2))return L(Ut({replace:U},v(de.to),{state:typeof de.to=="object"?Ut({},ye,de.to.state):ye,force:Ee}),ee||te)}else de=I(te,me,!0,U,ye);return D(te,me,de),de})}function w(z,ee){const ue=y(z,ee);return ue?Promise.reject(ue):Promise.resolve()}function A(z){const ee=F.values().next().value;return ee&&typeof ee.runWithContext=="function"?ee.runWithContext(z):z()}function R(z,ee){let ue;const[me,ye,Ee]=oG(z,ee);ue=Id(me.reverse(),"beforeRouteLeave",z,ee);for(const j of me)j.leaveGuards.forEach(te=>{ue.push(ns(te,z,ee))});const U=w.bind(null,z,ee);return ue.push(U),_e(ue).then(()=>{ue=[];for(const j of i.list())ue.push(ns(j,z,ee));return ue.push(U),_e(ue)}).then(()=>{ue=Id(ye,"beforeRouteUpdate",z,ee);for(const j of ye)j.updateGuards.forEach(te=>{ue.push(ns(te,z,ee))});return ue.push(U),_e(ue)}).then(()=>{ue=[];for(const j of Ee)if(j.beforeEnter)if(fo(j.beforeEnter))for(const te of j.beforeEnter)ue.push(ns(te,z,ee));else ue.push(ns(j.beforeEnter,z,ee));return ue.push(U),_e(ue)}).then(()=>(z.matched.forEach(j=>j.enterCallbacks={}),ue=Id(Ee,"beforeRouteEnter",z,ee,A),ue.push(U),_e(ue))).then(()=>{ue=[];for(const j of s.list())ue.push(ns(j,z,ee));return ue.push(U),_e(ue)}).catch(j=>ii(j,8)?j:Promise.reject(j))}function D(z,ee,ue){a.list().forEach(me=>A(()=>me(z,ee,ue)))}function I(z,ee,ue,me,ye){const Ee=y(z,ee);if(Ee)return Ee;const U=ee===ji,j=fa?history.state:{};ue&&(me||U?o.replace(z.fullPath,Ut({scroll:U&&j&&j.scroll},ye)):o.push(z.fullPath,ye)),l.value=z,ne(z,ee,ue,U),K()}let V;function P(){V||(V=o.listen((z,ee,ue)=>{if(!ce.listening)return;const me=m(z),ye=S(me);if(ye){L(Ut(ye,{replace:!0}),me).catch(ql);return}c=me;const Ee=l.value;fa&&OU(lv(Ee.fullPath,ue.delta),x6()),R(me,Ee).catch(U=>ii(U,12)?U:ii(U,2)?(L(U.to,me).then(j=>{ii(j,20)&&!ue.delta&&ue.type===c3.pop&&o.go(-1,!1)}).catch(ql),Promise.reject()):(ue.delta&&o.go(-ue.delta,!1),G(U,me,Ee))).then(U=>{U=U||I(me,Ee,!1),U&&(ue.delta&&!ii(U,8)?o.go(-ue.delta,!1):ue.type===c3.pop&&ii(U,20)&&o.go(-1,!1)),D(me,Ee,U)}).catch(ql)}))}let B=N2(),$=N2(),q;function G(z,ee,ue){K(z);const me=$.list();return me.length?me.forEach(ye=>ye(z,ee,ue)):console.error(z),Promise.reject(z)}function J(){return q&&l.value!==ji?Promise.resolve():new Promise((z,ee)=>{B.add([z,ee])})}function K(z){return q||(q=!z,P(),B.list().forEach(([ee,ue])=>z?ue(z):ee()),B.reset()),z}function ne(z,ee,ue,me){const{scrollBehavior:ye}=t;if(!fa||!ye)return Promise.resolve();const Ee=!ue&&MU(lv(z.fullPath,0))||(me||!ue)&&history.state&&history.state.scroll||null;return ke().then(()=>ye(z,ee,Ee)).then(U=>U&&wU(U)).catch(U=>G(U,z,ee))}const pe=z=>o.go(z);let re;const F=new Set,ce={currentRoute:l,listening:!0,addRoute:T,removeRoute:g,clearRoutes:e.clearRoutes,hasRoute:Q,getRoutes:_,resolve:m,options:t,push:b,replace:E,go:pe,back:()=>pe(-1),forward:()=>pe(1),beforeEach:i.add,beforeResolve:s.add,afterEach:a.add,onError:$.add,isReady:J,install(z){const ee=this;z.component("RouterLink",ac),z.component("RouterView",NR),z.config.globalProperties.$router=ee,Object.defineProperty(z.config.globalProperties,"$route",{enumerable:!0,get:()=>gt(l)}),fa&&!re&&l.value===ji&&(re=!0,b(o.location).catch(ye=>{}));const ue={};for(const ye in ji)Object.defineProperty(ue,ye,{get:()=>l.value[ye],enumerable:!0});z.provide(ym,ee),z.provide(bm,VO(ue)),z.provide($p,l);const me=z.unmount;F.add(z),z.unmount=function(){F.delete(z),F.size<1&&(c=ji,V&&V(),V=null,l.value=ji,re=!1,q=!1),me()}}};function _e(z){return z.reduce((ee,ue)=>ee.then(()=>A(ue)),Promise.resolve())}return ce}function oG(t,e){const n=[],r=[],o=[],i=Math.max(e.matched.length,t.matched.length);for(let s=0;sNa(c,a))?r.push(a):n.push(a));const l=t.matched[s];l&&(e.matched.find(c=>Na(c,l))||o.push(l))}return[n,r,o]}function iG(t){return Kr(bm)}const sG="modulepreload",aG=function(t){return"/"+t},Ev={},Hd=function(e,n,r){let o=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const s=document.querySelector("meta[property=csp-nonce]"),a=(s==null?void 0:s.nonce)||(s==null?void 0:s.getAttribute("nonce"));o=Promise.allSettled(n.map(l=>{if(l=aG(l),l in Ev)return;Ev[l]=!0;const c=l.endsWith(".css"),u=c?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${l}"]${u}`))return;const d=document.createElement("link");if(d.rel=c?"stylesheet":sG,c||(d.as="script"),d.crossOrigin="",d.href=l,a&&d.setAttribute("nonce",a),document.head.appendChild(d),c)return new Promise((f,T)=>{d.addEventListener("load",f),d.addEventListener("error",()=>T(new Error(`Unable to preload CSS for ${l}`)))})}))}function i(s){const a=new Event("vite:preloadError",{cancelable:!0});if(a.payload=s,window.dispatchEvent(a),!a.defaultPrevented)throw s}return o.then(s=>{for(const a of s||[])a.status==="rejected"&&i(a.reason);return e().catch(i)})},lG={class:"sticky top-0 z-50 w-full bg-transparent"},cG={class:"container mx-auto px-4"},uG={class:"flex items-center justify-between h-16"},dG={class:"hidden md:block"},TG={class:"flex items-center space-x-4"},fG={class:"flex items-center space-x-1"},pG={key:0,class:"ml-1 text-xs","aria-hidden":"true"},hG={class:"md:hidden"},mG={class:"px-2 pt-2 pb-3 space-y-1"},gG={class:"flex items-center justify-between"},_G={key:0,class:"text-xs","aria-hidden":"true"},QG={name:"Navigation"},vG=Object.assign(QG,{setup(t){const e=iG(),n=ot(0),r=ot([]),o=ot(!1),i=[{active:!0,route:"discussions",text:"Discussions"},{active:!0,route:"playground",text:"Playground"},{active:!0,route:"PersonalitiesZoo",text:"Personalities Zoo"},{active:!0,route:"AppsZoo",text:"Apps Zoo"},{active:!1,route:"AutoSD",text:"Auto111-SD",condition:()=>Qi.state.config.enable_sd_service||Qi.state.config.active_tti_service==="autosd"},{active:!1,route:"ComfyUI",text:"ComfyUI",condition:()=>Qi.state.config.enable_comfyui_service||Qi.state.config.active_tti_service==="comfyui"},{active:!0,route:"settings",text:"Settings"},{active:!0,route:"help_view",text:"Help"}],s=Ze(()=>Qi.state.ready?i.filter(u=>u.condition?u.condition():u.active):i.filter(u=>u.active));Wo(()=>{a()}),Bn(()=>e.name,a);function a(){const u=s.value.findIndex(d=>d.route===e.name);u!==-1&&(n.value=u)}function l(u){return e.name===u}function c(u){n.value=u}return(u,d)=>(M(),k("div",lG,[h("nav",cG,[h("div",uG,[h("div",dG,[h("div",TG,[(M(!0),k(xe,null,De(s.value,(f,T)=>(M(),it(gt(ac),{key:T,to:{name:f.route},class:Ce(["nav-button",{"nav-button-active":l(f.route)}]),onClick:g=>c(T),ref_for:!0,ref_key:"menuItems",ref:r},{default:be(()=>[h("div",fG,[He(Z(f.text)+" ",1),l(f.route)?(M(),k("span",pG," ✨ ")):W("",!0)])]),_:2},1032,["to","class","onClick"]))),128))])]),h("div",hG,[h("button",{onClick:d[0]||(d[0]=f=>o.value=!o.value),class:"inline-flex items-center justify-center p-2 rounded-md text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none"},[(M(),k("svg",{class:Ce(["h-6 w-6",{hidden:o.value,block:!o.value}]),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},d[1]||(d[1]=[h("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M4 6h16M4 12h16M4 18h16"},null,-1)]),2)),(M(),k("svg",{class:Ce(["h-6 w-6",{block:o.value,hidden:!o.value}]),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor"},d[2]||(d[2]=[h("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M6 18L18 6M6 6l12 12"},null,-1)]),2))])])]),h("div",{class:Ce([{block:o.value,hidden:!o.value},"md:hidden"])},[h("div",mG,[(M(!0),k(xe,null,De(s.value,(f,T)=>(M(),it(gt(ac),{key:T,to:{name:f.route},class:Ce(["block px-3 py-2 rounded-md text-base font-medium transition-colors duration-200 ease-in-out text-gray-700 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-700",{"bg-blue-500 text-white hover:bg-blue-600 dark:bg-blue-600 dark:hover:bg-blue-700":l(f.route)}]),onClick:g=>{c(T),o.value=!1}},{default:be(()=>[h("div",gG,[He(Z(f.text)+" ",1),l(f.route)?(M(),k("span",_G," ✨ ")):W("",!0)])]),_:2},1032,["to","class","onClick"]))),128))])],2)])]))}}),Xe=(t,e)=>{const n=t.__vccOpts||t;for(const[r,o]of e)n[r]=o;return n},yG={props:{href:{type:String,default:"#"},icon:{type:String,required:!0},title:{type:String,default:""}},methods:{onClick(t){this.href==="#"&&(t.preventDefault(),this.$emit("click"))}}},bG=["href","title"],EG=["data-feather"];function xG(t,e,n,r,o,i){return M(),k("a",{href:n.href,onClick:e[0]||(e[0]=(...s)=>i.onClick&&i.onClick(...s)),class:"text-2xl hover:text-primary transition duration-150 ease-in-out",title:n.title},[h("i",{"data-feather":n.icon},null,8,EG)],8,bG)}const kR=Xe(yG,[["render",xG]]),SG={props:{href:{type:String,required:!0},icon:{type:String,required:!0},title:{type:String,default:"Visit our social media"}}},LG=["href","title"],CG=["data-feather"],AG={key:1,class:"w-6 h-6 fill-current",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},wG={key:2,class:"w-6 h-6 fill-current",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"};function OG(t,e,n,r,o,i){return M(),k("a",{href:n.href,target:"_blank",class:"text-2xl hover:text-primary transition duration-150 ease-in-out",title:n.title},[n.icon!=="x"&&n.icon!=="discord"?(M(),k("i",{key:0,"data-feather":n.icon},null,8,CG)):n.icon==="x"?(M(),k("svg",AG,e[0]||(e[0]=[h("path",{d:"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"},null,-1)]))):n.icon==="discord"?(M(),k("svg",wG,e[1]||(e[1]=[h("path",{d:"M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z"},null,-1)]))):W("",!0)],8,LG)}const DR=Xe(SG,[["render",OG]]);var x=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function l2(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Em(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var n=function r(){return this instanceof r?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};n.prototype=e.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(t).forEach(function(r){var o=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,o.get?o:{enumerable:!0,get:function(){return t[r]}})}),n}var IR={exports:{}};(function(t,e){(function(r,o){t.exports=o()})(typeof self<"u"?self:x,function(){return function(n){var r={};function o(i){if(r[i])return r[i].exports;var s=r[i]={i,l:!1,exports:{}};return n[i].call(s.exports,s,s.exports,o),s.l=!0,s.exports}return o.m=n,o.c=r,o.d=function(i,s,a){o.o(i,s)||Object.defineProperty(i,s,{configurable:!1,enumerable:!0,get:a})},o.r=function(i){Object.defineProperty(i,"__esModule",{value:!0})},o.n=function(i){var s=i&&i.__esModule?function(){return i.default}:function(){return i};return o.d(s,"a",s),s},o.o=function(i,s){return Object.prototype.hasOwnProperty.call(i,s)},o.p="",o(o.s=0)}({"./dist/icons.json":function(n){n.exports={activity:' ',airplay:' ',"alert-circle":' ',"alert-octagon":' ',"alert-triangle":' ',"align-center":' ',"align-justify":' ',"align-left":' ',"align-right":' ',anchor:' ',aperture:' ',archive:' ',"arrow-down-circle":' ',"arrow-down-left":' ',"arrow-down-right":' ',"arrow-down":' ',"arrow-left-circle":' ',"arrow-left":' ',"arrow-right-circle":' ',"arrow-right":' ',"arrow-up-circle":' ',"arrow-up-left":' ',"arrow-up-right":' ',"arrow-up":' ',"at-sign":' ',award:' ',"bar-chart-2":' ',"bar-chart":' ',"battery-charging":' ',battery:' ',"bell-off":' ',bell:' ',bluetooth:' ',bold:' ',"book-open":' ',book:' ',bookmark:' ',box:' ',briefcase:' ',calendar:' ',"camera-off":' ',camera:' ',cast:' ',"check-circle":' ',"check-square":' ',check:' ',"chevron-down":' ',"chevron-left":' ',"chevron-right":' ',"chevron-up":' ',"chevrons-down":' ',"chevrons-left":' ',"chevrons-right":' ',"chevrons-up":' ',chrome:' ',circle:' ',clipboard:' ',clock:' ',"cloud-drizzle":' ',"cloud-lightning":' ',"cloud-off":' ',"cloud-rain":' ',"cloud-snow":' ',cloud:' ',code:' ',codepen:' ',codesandbox:' ',coffee:' ',columns:' ',command:' ',compass:' ',copy:' ',"corner-down-left":' ',"corner-down-right":' ',"corner-left-down":' ',"corner-left-up":' ',"corner-right-down":' ',"corner-right-up":' ',"corner-up-left":' ',"corner-up-right":' ',cpu:' ',"credit-card":' ',crop:' ',crosshair:' ',database:' ',delete:' ',disc:' ',"divide-circle":' ',"divide-square":' ',divide:' ',"dollar-sign":' ',"download-cloud":' ',download:' ',dribbble:' ',droplet:' ',"edit-2":' ',"edit-3":' ',edit:' ',"external-link":' ',"eye-off":' ',eye:' ',facebook:' ',"fast-forward":' ',feather:' ',figma:' ',"file-minus":' ',"file-plus":' ',"file-text":' ',file:' ',film:' ',filter:' ',flag:' ',"folder-minus":' ',"folder-plus":' ',folder:' ',framer:' ',frown:' ',gift:' ',"git-branch":' ',"git-commit":' ',"git-merge":' ',"git-pull-request":' ',github:' ',gitlab:' ',globe:' ',grid:' ',"hard-drive":' ',hash:' ',headphones:' ',heart:' ',"help-circle":' ',hexagon:' ',home:' ',image:' ',inbox:' ',info:' ',instagram:' ',italic:' ',key:' ',layers:' ',layout:' ',"life-buoy":' ',"link-2":' ',link:' ',linkedin:' ',list:' ',loader:' ',lock:' ',"log-in":' ',"log-out":' ',mail:' ',"map-pin":' ',map:' ',"maximize-2":' ',maximize:' ',meh:' ',menu:' ',"message-circle":' ',"message-square":' ',"mic-off":' ',mic:' ',"minimize-2":' ',minimize:' ',"minus-circle":' ',"minus-square":' ',minus:' ',monitor:' ',moon:' ',"more-horizontal":' ',"more-vertical":' ',"mouse-pointer":' ',move:' ',music:' ',"navigation-2":' ',navigation:' ',octagon:' ',package:' ',paperclip:' ',"pause-circle":' ',pause:' ',"pen-tool":' ',percent:' ',"phone-call":' ',"phone-forwarded":' ',"phone-incoming":' ',"phone-missed":' ',"phone-off":' ',"phone-outgoing":' ',phone:' ',"pie-chart":' ',"play-circle":' ',play:' ',"plus-circle":' ',"plus-square":' ',plus:' ',pocket:' ',power:' ',printer:' ',radio:' ',"refresh-ccw":' ',"refresh-cw":' ',repeat:' ',rewind:' ',"rotate-ccw":' ',"rotate-cw":' ',rss:' ',save:' ',scissors:' ',search:' ',send:' ',server:' ',settings:' ',"share-2":' ',share:' ',"shield-off":' ',shield:' ',"shopping-bag":' ',"shopping-cart":' ',shuffle:' ',sidebar:' ',"skip-back":' ',"skip-forward":' ',slack:' ',slash:' ',sliders:' ',smartphone:' ',smile:' ',speaker:' ',square:' ',star:' ',"stop-circle":' ',sun:' ',sunrise:' ',sunset:' ',table:' ',tablet:' ',tag:' ',target:' ',terminal:' ',thermometer:' ',"thumbs-down":' ',"thumbs-up":' ',"toggle-left":' ',"toggle-right":' ',tool:' ',"trash-2":' ',trash:' ',trello:' ',"trending-down":' ',"trending-up":' ',triangle:' ',truck:' ',tv:' ',twitch:' ',twitter:' ',type:' ',umbrella:' ',underline:' ',unlock:' ',"upload-cloud":' ',upload:' ',"user-check":' ',"user-minus":' ',"user-plus":' ',"user-x":' ',user:' ',users:' ',"video-off":' ',video:' ',voicemail:' ',"volume-1":' ',"volume-2":' ',"volume-x":' ',volume:' ',watch:' ',"wifi-off":' ',wifi:' ',wind:' ',"x-circle":' ',"x-octagon":' ',"x-square":' ',x:' ',youtube:' ',"zap-off":' ',zap:' ',"zoom-in":' ',"zoom-out":' '}},"./node_modules/classnames/dedupe.js":function(n,r,o){var i,s;/*!
Copyright (c) 2016 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
-*/(function(){var a=function(){function l(){}l.prototype=Object.create(null);function c(m,v){for(var y=v.length,b=0;b1?arguments[1]:void 0,v=m!==void 0,y=0,b=d(g),E,S,L,w;if(v&&(m=i(m,Q>2?arguments[2]:void 0,2)),b!=null&&!(_==Array&&l(b)))for(w=b.call(g),S=new _;!(L=w.next()).done;y++)u(S,y,v?a(w,m,[L.value,y],!0):L.value);else for(E=c(g.length),S=new _(E);E>y;y++)u(S,y,v?m(g[y],y):g[y]);return S.length=y,S}},"./node_modules/core-js/internals/array-includes.js":function(n,r,o){var i=o("./node_modules/core-js/internals/to-indexed-object.js"),s=o("./node_modules/core-js/internals/to-length.js"),a=o("./node_modules/core-js/internals/to-absolute-index.js");n.exports=function(l){return function(c,u,d){var f=i(c),T=s(f.length),g=a(d,T),_;if(l&&u!=u){for(;T>g;)if(_=f[g++],_!=_)return!0}else for(;T>g;g++)if((l||g in f)&&f[g]===u)return l||g||0;return!l&&-1}}},"./node_modules/core-js/internals/bind-context.js":function(n,r,o){var i=o("./node_modules/core-js/internals/a-function.js");n.exports=function(s,a,l){if(i(s),a===void 0)return s;switch(l){case 0:return function(){return s.call(a)};case 1:return function(c){return s.call(a,c)};case 2:return function(c,u){return s.call(a,c,u)};case 3:return function(c,u,d){return s.call(a,c,u,d)}}return function(){return s.apply(a,arguments)}}},"./node_modules/core-js/internals/call-with-safe-iteration-closing.js":function(n,r,o){var i=o("./node_modules/core-js/internals/an-object.js");n.exports=function(s,a,l,c){try{return c?a(i(l)[0],l[1]):a(l)}catch(d){var u=s.return;throw u!==void 0&&i(u.call(s)),d}}},"./node_modules/core-js/internals/check-correctness-of-iteration.js":function(n,r,o){var i=o("./node_modules/core-js/internals/well-known-symbol.js"),s=i("iterator"),a=!1;try{var l=0,c={next:function(){return{done:!!l++}},return:function(){a=!0}};c[s]=function(){return this},Array.from(c,function(){throw 2})}catch{}n.exports=function(u,d){if(!d&&!a)return!1;var f=!1;try{var T={};T[s]=function(){return{next:function(){return{done:f=!0}}}},u(T)}catch{}return f}},"./node_modules/core-js/internals/classof-raw.js":function(n,r){var o={}.toString;n.exports=function(i){return o.call(i).slice(8,-1)}},"./node_modules/core-js/internals/classof.js":function(n,r,o){var i=o("./node_modules/core-js/internals/classof-raw.js"),s=o("./node_modules/core-js/internals/well-known-symbol.js"),a=s("toStringTag"),l=i(function(){return arguments}())=="Arguments",c=function(u,d){try{return u[d]}catch{}};n.exports=function(u){var d,f,T;return u===void 0?"Undefined":u===null?"Null":typeof(f=c(d=Object(u),a))=="string"?f:l?i(d):(T=i(d))=="Object"&&typeof d.callee=="function"?"Arguments":T}},"./node_modules/core-js/internals/copy-constructor-properties.js":function(n,r,o){var i=o("./node_modules/core-js/internals/has.js"),s=o("./node_modules/core-js/internals/own-keys.js"),a=o("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),l=o("./node_modules/core-js/internals/object-define-property.js");n.exports=function(c,u){for(var d=s(u),f=l.f,T=a.f,g=0;g",E="java"+y+":",S;for(Q.style.display="none",c.appendChild(Q),Q.src=String(E),S=Q.contentWindow.document,S.open(),S.write(v+y+b+"document.F=Object"+v+"/"+y+b),S.close(),_=S.F;m--;)delete _[T][a[m]];return _()};n.exports=Object.create||function(m,v){var y;return m!==null?(g[T]=i(m),y=new g,g[T]=null,y[f]=m):y=_(),v===void 0?y:s(y,v)},l[f]=!0},"./node_modules/core-js/internals/object-define-properties.js":function(n,r,o){var i=o("./node_modules/core-js/internals/descriptors.js"),s=o("./node_modules/core-js/internals/object-define-property.js"),a=o("./node_modules/core-js/internals/an-object.js"),l=o("./node_modules/core-js/internals/object-keys.js");n.exports=i?Object.defineProperties:function(u,d){a(u);for(var f=l(d),T=f.length,g=0,_;T>g;)s.f(u,_=f[g++],d[_]);return u}},"./node_modules/core-js/internals/object-define-property.js":function(n,r,o){var i=o("./node_modules/core-js/internals/descriptors.js"),s=o("./node_modules/core-js/internals/ie8-dom-define.js"),a=o("./node_modules/core-js/internals/an-object.js"),l=o("./node_modules/core-js/internals/to-primitive.js"),c=Object.defineProperty;r.f=i?c:function(d,f,T){if(a(d),f=l(f,!0),a(T),s)try{return c(d,f,T)}catch{}if("get"in T||"set"in T)throw TypeError("Accessors not supported");return"value"in T&&(d[f]=T.value),d}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":function(n,r,o){var i=o("./node_modules/core-js/internals/descriptors.js"),s=o("./node_modules/core-js/internals/object-property-is-enumerable.js"),a=o("./node_modules/core-js/internals/create-property-descriptor.js"),l=o("./node_modules/core-js/internals/to-indexed-object.js"),c=o("./node_modules/core-js/internals/to-primitive.js"),u=o("./node_modules/core-js/internals/has.js"),d=o("./node_modules/core-js/internals/ie8-dom-define.js"),f=Object.getOwnPropertyDescriptor;r.f=i?f:function(g,_){if(g=l(g),_=c(_,!0),d)try{return f(g,_)}catch{}if(u(g,_))return a(!s.f.call(g,_),g[_])}},"./node_modules/core-js/internals/object-get-own-property-names.js":function(n,r,o){var i=o("./node_modules/core-js/internals/object-keys-internal.js"),s=o("./node_modules/core-js/internals/enum-bug-keys.js"),a=s.concat("length","prototype");r.f=Object.getOwnPropertyNames||function(c){return i(c,a)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":function(n,r){r.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":function(n,r,o){var i=o("./node_modules/core-js/internals/has.js"),s=o("./node_modules/core-js/internals/to-object.js"),a=o("./node_modules/core-js/internals/shared-key.js"),l=o("./node_modules/core-js/internals/correct-prototype-getter.js"),c=a("IE_PROTO"),u=Object.prototype;n.exports=l?Object.getPrototypeOf:function(d){return d=s(d),i(d,c)?d[c]:typeof d.constructor=="function"&&d instanceof d.constructor?d.constructor.prototype:d instanceof Object?u:null}},"./node_modules/core-js/internals/object-keys-internal.js":function(n,r,o){var i=o("./node_modules/core-js/internals/has.js"),s=o("./node_modules/core-js/internals/to-indexed-object.js"),a=o("./node_modules/core-js/internals/array-includes.js"),l=o("./node_modules/core-js/internals/hidden-keys.js"),c=a(!1);n.exports=function(u,d){var f=s(u),T=0,g=[],_;for(_ in f)!i(l,_)&&i(f,_)&&g.push(_);for(;d.length>T;)i(f,_=d[T++])&&(~c(g,_)||g.push(_));return g}},"./node_modules/core-js/internals/object-keys.js":function(n,r,o){var i=o("./node_modules/core-js/internals/object-keys-internal.js"),s=o("./node_modules/core-js/internals/enum-bug-keys.js");n.exports=Object.keys||function(l){return i(l,s)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(n,r,o){var i={}.propertyIsEnumerable,s=Object.getOwnPropertyDescriptor,a=s&&!i.call({1:2},1);r.f=a?function(c){var u=s(this,c);return!!u&&u.enumerable}:i},"./node_modules/core-js/internals/object-set-prototype-of.js":function(n,r,o){var i=o("./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");n.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var s=!1,a={},l;try{l=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,l.call(a,[]),s=a instanceof Array}catch{}return function(u,d){return i(u,d),s?l.call(u,d):u.__proto__=d,u}}():void 0)},"./node_modules/core-js/internals/own-keys.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/object-get-own-property-names.js"),a=o("./node_modules/core-js/internals/object-get-own-property-symbols.js"),l=o("./node_modules/core-js/internals/an-object.js"),c=i.Reflect;n.exports=c&&c.ownKeys||function(d){var f=s.f(l(d)),T=a.f;return T?f.concat(T(d)):f}},"./node_modules/core-js/internals/path.js":function(n,r,o){n.exports=o("./node_modules/core-js/internals/global.js")},"./node_modules/core-js/internals/redefine.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/shared.js"),a=o("./node_modules/core-js/internals/hide.js"),l=o("./node_modules/core-js/internals/has.js"),c=o("./node_modules/core-js/internals/set-global.js"),u=o("./node_modules/core-js/internals/function-to-string.js"),d=o("./node_modules/core-js/internals/internal-state.js"),f=d.get,T=d.enforce,g=String(u).split("toString");s("inspectSource",function(_){return u.call(_)}),(n.exports=function(_,Q,m,v){var y=v?!!v.unsafe:!1,b=v?!!v.enumerable:!1,E=v?!!v.noTargetGet:!1;if(typeof m=="function"&&(typeof Q=="string"&&!l(m,"name")&&a(m,"name",Q),T(m).source=g.join(typeof Q=="string"?Q:"")),_===i){b?_[Q]=m:c(Q,m);return}else y?!E&&_[Q]&&(b=!0):delete _[Q];b?_[Q]=m:a(_,Q,m)})(Function.prototype,"toString",function(){return typeof this=="function"&&f(this).source||u.call(this)})},"./node_modules/core-js/internals/require-object-coercible.js":function(n,r){n.exports=function(o){if(o==null)throw TypeError("Can't call method on "+o);return o}},"./node_modules/core-js/internals/set-global.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/hide.js");n.exports=function(a,l){try{s(i,a,l)}catch{i[a]=l}return l}},"./node_modules/core-js/internals/set-to-string-tag.js":function(n,r,o){var i=o("./node_modules/core-js/internals/object-define-property.js").f,s=o("./node_modules/core-js/internals/has.js"),a=o("./node_modules/core-js/internals/well-known-symbol.js"),l=a("toStringTag");n.exports=function(c,u,d){c&&!s(c=d?c:c.prototype,l)&&i(c,l,{configurable:!0,value:u})}},"./node_modules/core-js/internals/shared-key.js":function(n,r,o){var i=o("./node_modules/core-js/internals/shared.js"),s=o("./node_modules/core-js/internals/uid.js"),a=i("keys");n.exports=function(l){return a[l]||(a[l]=s(l))}},"./node_modules/core-js/internals/shared.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/set-global.js"),a=o("./node_modules/core-js/internals/is-pure.js"),l="__core-js_shared__",c=i[l]||s(l,{});(n.exports=function(u,d){return c[u]||(c[u]=d!==void 0?d:{})})("versions",[]).push({version:"3.1.3",mode:a?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"./node_modules/core-js/internals/string-at.js":function(n,r,o){var i=o("./node_modules/core-js/internals/to-integer.js"),s=o("./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(a,l,c){var u=String(s(a)),d=i(l),f=u.length,T,g;return d<0||d>=f?c?"":void 0:(T=u.charCodeAt(d),T<55296||T>56319||d+1===f||(g=u.charCodeAt(d+1))<56320||g>57343?c?u.charAt(d):T:c?u.slice(d,d+2):(T-55296<<10)+(g-56320)+65536)}},"./node_modules/core-js/internals/to-absolute-index.js":function(n,r,o){var i=o("./node_modules/core-js/internals/to-integer.js"),s=Math.max,a=Math.min;n.exports=function(l,c){var u=i(l);return u<0?s(u+c,0):a(u,c)}},"./node_modules/core-js/internals/to-indexed-object.js":function(n,r,o){var i=o("./node_modules/core-js/internals/indexed-object.js"),s=o("./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(a){return i(s(a))}},"./node_modules/core-js/internals/to-integer.js":function(n,r){var o=Math.ceil,i=Math.floor;n.exports=function(s){return isNaN(s=+s)?0:(s>0?i:o)(s)}},"./node_modules/core-js/internals/to-length.js":function(n,r,o){var i=o("./node_modules/core-js/internals/to-integer.js"),s=Math.min;n.exports=function(a){return a>0?s(i(a),9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":function(n,r,o){var i=o("./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(s){return Object(i(s))}},"./node_modules/core-js/internals/to-primitive.js":function(n,r,o){var i=o("./node_modules/core-js/internals/is-object.js");n.exports=function(s,a){if(!i(s))return s;var l,c;if(a&&typeof(l=s.toString)=="function"&&!i(c=l.call(s))||typeof(l=s.valueOf)=="function"&&!i(c=l.call(s))||!a&&typeof(l=s.toString)=="function"&&!i(c=l.call(s)))return c;throw TypeError("Can't convert object to primitive value")}},"./node_modules/core-js/internals/uid.js":function(n,r){var o=0,i=Math.random();n.exports=function(s){return"Symbol(".concat(s===void 0?"":s,")_",(++o+i).toString(36))}},"./node_modules/core-js/internals/validate-set-prototype-of-arguments.js":function(n,r,o){var i=o("./node_modules/core-js/internals/is-object.js"),s=o("./node_modules/core-js/internals/an-object.js");n.exports=function(a,l){if(s(a),!i(l)&&l!==null)throw TypeError("Can't set "+String(l)+" as a prototype")}},"./node_modules/core-js/internals/well-known-symbol.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/shared.js"),a=o("./node_modules/core-js/internals/uid.js"),l=o("./node_modules/core-js/internals/native-symbol.js"),c=i.Symbol,u=s("wks");n.exports=function(d){return u[d]||(u[d]=l&&c[d]||(l?c:a)("Symbol."+d))}},"./node_modules/core-js/modules/es.array.from.js":function(n,r,o){var i=o("./node_modules/core-js/internals/export.js"),s=o("./node_modules/core-js/internals/array-from.js"),a=o("./node_modules/core-js/internals/check-correctness-of-iteration.js"),l=!a(function(c){Array.from(c)});i({target:"Array",stat:!0,forced:l},{from:s})},"./node_modules/core-js/modules/es.string.iterator.js":function(n,r,o){var i=o("./node_modules/core-js/internals/string-at.js"),s=o("./node_modules/core-js/internals/internal-state.js"),a=o("./node_modules/core-js/internals/define-iterator.js"),l="String Iterator",c=s.set,u=s.getterFor(l);a(String,"String",function(d){c(this,{type:l,string:String(d),index:0})},function(){var f=u(this),T=f.string,g=f.index,_;return g>=T.length?{value:void 0,done:!0}:(_=i(T,g,!0),f.index+=_.length,{value:_,done:!1})})},"./node_modules/webpack/buildin/global.js":function(n,r){var o;o=function(){return this}();try{o=o||Function("return this")()||(0,eval)("this")}catch{typeof window=="object"&&(o=window)}n.exports=o},"./src/default-attrs.json":function(n){n.exports={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"}},"./src/icon.js":function(n,r,o){Object.defineProperty(r,"__esModule",{value:!0});var i=Object.assign||function(_){for(var Q=1;Q2&&arguments[2]!==void 0?arguments[2]:[];f(this,_),this.name=Q,this.contents=m,this.tags=v,this.attrs=i({},u.default,{class:"feather feather-"+Q})}return s(_,[{key:"toSvg",value:function(){var m=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},v=i({},this.attrs,m,{class:(0,l.default)(this.attrs.class,m.class)});return""+this.contents+" "}},{key:"toString",value:function(){return this.contents}}]),_}();function g(_){return Object.keys(_).map(function(Q){return Q+'="'+_[Q]+'"'}).join(" ")}r.default=T},"./src/icons.js":function(n,r,o){Object.defineProperty(r,"__esModule",{value:!0});var i=o("./src/icon.js"),s=d(i),a=o("./dist/icons.json"),l=d(a),c=o("./src/tags.json"),u=d(c);function d(f){return f&&f.__esModule?f:{default:f}}r.default=Object.keys(l.default).map(function(f){return new s.default(f,l.default[f],u.default[f])}).reduce(function(f,T){return f[T.name]=T,f},{})},"./src/index.js":function(n,r,o){var i=o("./src/icons.js"),s=d(i),a=o("./src/to-svg.js"),l=d(a),c=o("./src/replace.js"),u=d(c);function d(f){return f&&f.__esModule?f:{default:f}}n.exports={icons:s.default,toSvg:l.default,replace:u.default}},"./src/replace.js":function(n,r,o){Object.defineProperty(r,"__esModule",{value:!0});var i=Object.assign||function(g){for(var _=1;_0&&arguments[0]!==void 0?arguments[0]:{};if(typeof document>"u")throw new Error("`feather.replace()` only works in a browser environment.");var _=document.querySelectorAll("[data-feather]");Array.from(_).forEach(function(Q){return f(Q,g)})}function f(g){var _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Q=T(g),m=Q["data-feather"];if(delete Q["data-feather"],c.default[m]===void 0){console.warn("feather: '"+m+"' is not a valid icon");return}var v=c.default[m].toSvg(i({},_,Q,{class:(0,a.default)(_.class,Q.class)})),y=new DOMParser().parseFromString(v,"image/svg+xml"),b=y.querySelector("svg");g.parentNode.replaceChild(b,g)}function T(g){return Array.from(g.attributes).reduce(function(_,Q){return _[Q.name]=Q.value,_},{})}r.default=d},"./src/tags.json":function(n){n.exports={activity:["pulse","health","action","motion"],airplay:["stream","cast","mirroring"],"alert-circle":["warning","alert","danger"],"alert-octagon":["warning","alert","danger"],"alert-triangle":["warning","alert","danger"],"align-center":["text alignment","center"],"align-justify":["text alignment","justified"],"align-left":["text alignment","left"],"align-right":["text alignment","right"],anchor:[],archive:["index","box"],"at-sign":["mention","at","email","message"],award:["achievement","badge"],aperture:["camera","photo"],"bar-chart":["statistics","diagram","graph"],"bar-chart-2":["statistics","diagram","graph"],battery:["power","electricity"],"battery-charging":["power","electricity"],bell:["alarm","notification","sound"],"bell-off":["alarm","notification","silent"],bluetooth:["wireless"],"book-open":["read","library"],book:["read","dictionary","booklet","magazine","library"],bookmark:["read","clip","marker","tag"],box:["cube"],briefcase:["work","bag","baggage","folder"],calendar:["date"],camera:["photo"],cast:["chromecast","airplay"],"chevron-down":["expand"],"chevron-up":["collapse"],circle:["off","zero","record"],clipboard:["copy"],clock:["time","watch","alarm"],"cloud-drizzle":["weather","shower"],"cloud-lightning":["weather","bolt"],"cloud-rain":["weather"],"cloud-snow":["weather","blizzard"],cloud:["weather"],codepen:["logo"],codesandbox:["logo"],code:["source","programming"],coffee:["drink","cup","mug","tea","cafe","hot","beverage"],columns:["layout"],command:["keyboard","cmd","terminal","prompt"],compass:["navigation","safari","travel","direction"],copy:["clone","duplicate"],"corner-down-left":["arrow","return"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],cpu:["processor","technology"],"credit-card":["purchase","payment","cc"],crop:["photo","image"],crosshair:["aim","target"],database:["storage","memory"],delete:["remove"],disc:["album","cd","dvd","music"],"dollar-sign":["currency","money","payment"],droplet:["water"],edit:["pencil","change"],"edit-2":["pencil","change"],"edit-3":["pencil","change"],eye:["view","watch"],"eye-off":["view","watch","hide","hidden"],"external-link":["outbound"],facebook:["logo","social"],"fast-forward":["music"],figma:["logo","design","tool"],"file-minus":["delete","remove","erase"],"file-plus":["add","create","new"],"file-text":["data","txt","pdf"],film:["movie","video"],filter:["funnel","hopper"],flag:["report"],"folder-minus":["directory"],"folder-plus":["directory"],folder:["directory"],framer:["logo","design","tool"],frown:["emoji","face","bad","sad","emotion"],gift:["present","box","birthday","party"],"git-branch":["code","version control"],"git-commit":["code","version control"],"git-merge":["code","version control"],"git-pull-request":["code","version control"],github:["logo","version control"],gitlab:["logo","version control"],globe:["world","browser","language","translate"],"hard-drive":["computer","server","memory","data"],hash:["hashtag","number","pound"],headphones:["music","audio","sound"],heart:["like","love","emotion"],"help-circle":["question mark"],hexagon:["shape","node.js","logo"],home:["house","living"],image:["picture"],inbox:["email"],instagram:["logo","camera"],key:["password","login","authentication","secure"],layers:["stack"],layout:["window","webpage"],"life-buoy":["help","life ring","support"],link:["chain","url"],"link-2":["chain","url"],linkedin:["logo","social media"],list:["options"],lock:["security","password","secure"],"log-in":["sign in","arrow","enter"],"log-out":["sign out","arrow","exit"],mail:["email","message"],"map-pin":["location","navigation","travel","marker"],map:["location","navigation","travel"],maximize:["fullscreen"],"maximize-2":["fullscreen","arrows","expand"],meh:["emoji","face","neutral","emotion"],menu:["bars","navigation","hamburger"],"message-circle":["comment","chat"],"message-square":["comment","chat"],"mic-off":["record","sound","mute"],mic:["record","sound","listen"],minimize:["exit fullscreen","close"],"minimize-2":["exit fullscreen","arrows","close"],minus:["subtract"],monitor:["tv","screen","display"],moon:["dark","night"],"more-horizontal":["ellipsis"],"more-vertical":["ellipsis"],"mouse-pointer":["arrow","cursor"],move:["arrows"],music:["note"],navigation:["location","travel"],"navigation-2":["location","travel"],octagon:["stop"],package:["box","container"],paperclip:["attachment"],pause:["music","stop"],"pause-circle":["music","audio","stop"],"pen-tool":["vector","drawing"],percent:["discount"],"phone-call":["ring"],"phone-forwarded":["call"],"phone-incoming":["call"],"phone-missed":["call"],"phone-off":["call","mute"],"phone-outgoing":["call"],phone:["call"],play:["music","start"],"pie-chart":["statistics","diagram"],"play-circle":["music","start"],plus:["add","new"],"plus-circle":["add","new"],"plus-square":["add","new"],pocket:["logo","save"],power:["on","off"],printer:["fax","office","device"],radio:["signal"],"refresh-cw":["synchronise","arrows"],"refresh-ccw":["arrows"],repeat:["loop","arrows"],rewind:["music"],"rotate-ccw":["arrow"],"rotate-cw":["arrow"],rss:["feed","subscribe"],save:["floppy disk"],scissors:["cut"],search:["find","magnifier","magnifying glass"],send:["message","mail","email","paper airplane","paper aeroplane"],settings:["cog","edit","gear","preferences"],"share-2":["network","connections"],shield:["security","secure"],"shield-off":["security","insecure"],"shopping-bag":["ecommerce","cart","purchase","store"],"shopping-cart":["ecommerce","cart","purchase","store"],shuffle:["music"],"skip-back":["music"],"skip-forward":["music"],slack:["logo"],slash:["ban","no"],sliders:["settings","controls"],smartphone:["cellphone","device"],smile:["emoji","face","happy","good","emotion"],speaker:["audio","music"],star:["bookmark","favorite","like"],"stop-circle":["media","music"],sun:["brightness","weather","light"],sunrise:["weather","time","morning","day"],sunset:["weather","time","evening","night"],tablet:["device"],tag:["label"],target:["logo","bullseye"],terminal:["code","command line","prompt"],thermometer:["temperature","celsius","fahrenheit","weather"],"thumbs-down":["dislike","bad","emotion"],"thumbs-up":["like","good","emotion"],"toggle-left":["on","off","switch"],"toggle-right":["on","off","switch"],tool:["settings","spanner"],trash:["garbage","delete","remove","bin"],"trash-2":["garbage","delete","remove","bin"],triangle:["delta"],truck:["delivery","van","shipping","transport","lorry"],tv:["television","stream"],twitch:["logo"],twitter:["logo","social"],type:["text"],umbrella:["rain","weather"],unlock:["security"],"user-check":["followed","subscribed"],"user-minus":["delete","remove","unfollow","unsubscribe"],"user-plus":["new","add","create","follow","subscribe"],"user-x":["delete","remove","unfollow","unsubscribe","unavailable"],user:["person","account"],users:["group"],"video-off":["camera","movie","film"],video:["camera","movie","film"],voicemail:["phone"],volume:["music","sound","mute"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],watch:["clock","time"],"wifi-off":["disabled"],wifi:["connection","signal","wireless"],wind:["weather","air"],"x-circle":["cancel","close","delete","remove","times","clear"],"x-octagon":["delete","stop","alert","warning","times","clear"],"x-square":["cancel","close","delete","remove","times","clear"],x:["cancel","close","delete","remove","times","clear"],youtube:["logo","video","play"],"zap-off":["flash","camera","lightning"],zap:["flash","camera","lightning"],"zoom-in":["magnifying glass"],"zoom-out":["magnifying glass"]}},"./src/to-svg.js":function(n,r,o){Object.defineProperty(r,"__esModule",{value:!0});var i=o("./src/icons.js"),s=a(i);function a(c){return c&&c.__esModule?c:{default:c}}function l(c){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(console.warn("feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead."),!c)throw new Error("The required `key` (icon name) parameter is missing.");if(!s.default[c])throw new Error("No icon matching '"+c+"'. See the complete list of icons at https://feathericons.com");return s.default[c].toSvg(u)}r.default=l},0:function(n,r,o){o("./node_modules/core-js/es/array/from.js"),n.exports=o("./src/index.js")}})})})(IR);var RG=IR.exports;const Ie=l2(RG);var Ht={};const NG="Á",kG="á",DG="Ă",IG="ă",HG="∾",PG="∿",VG="∾̳",$G="Â",BG="â",FG="´",UG="А",GG="а",qG="Æ",jG="æ",zG="",YG="𝔄",WG="𝔞",KG="À",ZG="à",XG="ℵ",JG="ℵ",eq="Α",tq="α",nq="Ā",rq="ā",oq="⨿",iq="&",sq="&",aq="⩕",lq="⩓",cq="∧",uq="⩜",dq="⩘",Tq="⩚",fq="∠",pq="⦤",hq="∠",mq="⦨",gq="⦩",_q="⦪",Qq="⦫",vq="⦬",yq="⦭",bq="⦮",Eq="⦯",xq="∡",Sq="∟",Lq="⊾",Cq="⦝",Aq="∢",wq="Å",Oq="⍼",Mq="Ą",Rq="ą",Nq="𝔸",kq="𝕒",Dq="⩯",Iq="≈",Hq="⩰",Pq="≊",Vq="≋",$q="'",Bq="",Fq="≈",Uq="≊",Gq="Å",qq="å",jq="𝒜",zq="𝒶",Yq="≔",Wq="*",Kq="≈",Zq="≍",Xq="Ã",Jq="ã",ej="Ä",tj="ä",nj="∳",rj="⨑",oj="≌",ij="϶",sj="‵",aj="∽",lj="⋍",cj="∖",uj="⫧",dj="⊽",Tj="⌅",fj="⌆",pj="⌅",hj="⎵",mj="⎶",gj="≌",_j="Б",Qj="б",vj="„",yj="∵",bj="∵",Ej="∵",xj="⦰",Sj="϶",Lj="ℬ",Cj="ℬ",Aj="Β",wj="β",Oj="ℶ",Mj="≬",Rj="𝔅",Nj="𝔟",kj="⋂",Dj="◯",Ij="⋃",Hj="⨀",Pj="⨁",Vj="⨂",$j="⨆",Bj="★",Fj="▽",Uj="△",Gj="⨄",qj="⋁",jj="⋀",zj="⤍",Yj="⧫",Wj="▪",Kj="▴",Zj="▾",Xj="◂",Jj="▸",ez="␣",tz="▒",nz="░",rz="▓",oz="█",iz="=⃥",sz="≡⃥",az="⫭",lz="⌐",cz="𝔹",uz="𝕓",dz="⊥",Tz="⊥",fz="⋈",pz="⧉",hz="┐",mz="╕",gz="╖",_z="╗",Qz="┌",vz="╒",yz="╓",bz="╔",Ez="─",xz="═",Sz="┬",Lz="╤",Cz="╥",Az="╦",wz="┴",Oz="╧",Mz="╨",Rz="╩",Nz="⊟",kz="⊞",Dz="⊠",Iz="┘",Hz="╛",Pz="╜",Vz="╝",$z="└",Bz="╘",Fz="╙",Uz="╚",Gz="│",qz="║",jz="┼",zz="╪",Yz="╫",Wz="╬",Kz="┤",Zz="╡",Xz="╢",Jz="╣",eY="├",tY="╞",nY="╟",rY="╠",oY="‵",iY="˘",sY="˘",aY="¦",lY="𝒷",cY="ℬ",uY="⁏",dY="∽",TY="⋍",fY="⧅",pY="\\",hY="⟈",mY="•",gY="•",_Y="≎",QY="⪮",vY="≏",yY="≎",bY="≏",EY="Ć",xY="ć",SY="⩄",LY="⩉",CY="⩋",AY="∩",wY="⋒",OY="⩇",MY="⩀",RY="ⅅ",NY="∩︀",kY="⁁",DY="ˇ",IY="ℭ",HY="⩍",PY="Č",VY="č",$Y="Ç",BY="ç",FY="Ĉ",UY="ĉ",GY="∰",qY="⩌",jY="⩐",zY="Ċ",YY="ċ",WY="¸",KY="¸",ZY="⦲",XY="¢",JY="·",eW="·",tW="𝔠",nW="ℭ",rW="Ч",oW="ч",iW="✓",sW="✓",aW="Χ",lW="χ",cW="ˆ",uW="≗",dW="↺",TW="↻",fW="⊛",pW="⊚",hW="⊝",mW="⊙",gW="®",_W="Ⓢ",QW="⊖",vW="⊕",yW="⊗",bW="○",EW="⧃",xW="≗",SW="⨐",LW="⫯",CW="⧂",AW="∲",wW="”",OW="’",MW="♣",RW="♣",NW=":",kW="∷",DW="⩴",IW="≔",HW="≔",PW=",",VW="@",$W="∁",BW="∘",FW="∁",UW="ℂ",GW="≅",qW="⩭",jW="≡",zW="∮",YW="∯",WW="∮",KW="𝕔",ZW="ℂ",XW="∐",JW="∐",eK="©",tK="©",nK="℗",rK="∳",oK="↵",iK="✗",sK="⨯",aK="𝒞",lK="𝒸",cK="⫏",uK="⫑",dK="⫐",TK="⫒",fK="⋯",pK="⤸",hK="⤵",mK="⋞",gK="⋟",_K="↶",QK="⤽",vK="⩈",yK="⩆",bK="≍",EK="∪",xK="⋓",SK="⩊",LK="⊍",CK="⩅",AK="∪︀",wK="↷",OK="⤼",MK="⋞",RK="⋟",NK="⋎",kK="⋏",DK="¤",IK="↶",HK="↷",PK="⋎",VK="⋏",$K="∲",BK="∱",FK="⌭",UK="†",GK="‡",qK="ℸ",jK="↓",zK="↡",YK="⇓",WK="‐",KK="⫤",ZK="⊣",XK="⤏",JK="˝",eZ="Ď",tZ="ď",nZ="Д",rZ="д",oZ="‡",iZ="⇊",sZ="ⅅ",aZ="ⅆ",lZ="⤑",cZ="⩷",uZ="°",dZ="∇",TZ="Δ",fZ="δ",pZ="⦱",hZ="⥿",mZ="𝔇",gZ="𝔡",_Z="⥥",QZ="⇃",vZ="⇂",yZ="´",bZ="˙",EZ="˝",xZ="`",SZ="˜",LZ="⋄",CZ="⋄",AZ="⋄",wZ="♦",OZ="♦",MZ="¨",RZ="ⅆ",NZ="ϝ",kZ="⋲",DZ="÷",IZ="÷",HZ="⋇",PZ="⋇",VZ="Ђ",$Z="ђ",BZ="⌞",FZ="⌍",UZ="$",GZ="𝔻",qZ="𝕕",jZ="¨",zZ="˙",YZ="⃜",WZ="≐",KZ="≑",ZZ="≐",XZ="∸",JZ="∔",eX="⊡",tX="⌆",nX="∯",rX="¨",oX="⇓",iX="⇐",sX="⇔",aX="⫤",lX="⟸",cX="⟺",uX="⟹",dX="⇒",TX="⊨",fX="⇑",pX="⇕",hX="∥",mX="⤓",gX="↓",_X="↓",QX="⇓",vX="⇵",yX="̑",bX="⇊",EX="⇃",xX="⇂",SX="⥐",LX="⥞",CX="⥖",AX="↽",wX="⥟",OX="⥗",MX="⇁",RX="↧",NX="⊤",kX="⤐",DX="⌟",IX="⌌",HX="𝒟",PX="𝒹",VX="Ѕ",$X="ѕ",BX="⧶",FX="Đ",UX="đ",GX="⋱",qX="▿",jX="▾",zX="⇵",YX="⥯",WX="⦦",KX="Џ",ZX="џ",XX="⟿",JX="É",eJ="é",tJ="⩮",nJ="Ě",rJ="ě",oJ="Ê",iJ="ê",sJ="≖",aJ="≕",lJ="Э",cJ="э",uJ="⩷",dJ="Ė",TJ="ė",fJ="≑",pJ="ⅇ",hJ="≒",mJ="𝔈",gJ="𝔢",_J="⪚",QJ="È",vJ="è",yJ="⪖",bJ="⪘",EJ="⪙",xJ="∈",SJ="⏧",LJ="ℓ",CJ="⪕",AJ="⪗",wJ="Ē",OJ="ē",MJ="∅",RJ="∅",NJ="◻",kJ="∅",DJ="▫",IJ=" ",HJ=" ",PJ=" ",VJ="Ŋ",$J="ŋ",BJ=" ",FJ="Ę",UJ="ę",GJ="𝔼",qJ="𝕖",jJ="⋕",zJ="⧣",YJ="⩱",WJ="ε",KJ="Ε",ZJ="ε",XJ="ϵ",JJ="≖",eee="≕",tee="≂",nee="⪖",ree="⪕",oee="⩵",iee="=",see="≂",aee="≟",lee="⇌",cee="≡",uee="⩸",dee="⧥",Tee="⥱",fee="≓",pee="ℯ",hee="ℰ",mee="≐",gee="⩳",_ee="≂",Qee="Η",vee="η",yee="Ð",bee="ð",Eee="Ë",xee="ë",See="€",Lee="!",Cee="∃",Aee="∃",wee="ℰ",Oee="ⅇ",Mee="ⅇ",Ree="≒",Nee="Ф",kee="ф",Dee="♀",Iee="ffi",Hee="ff",Pee="ffl",Vee="𝔉",$ee="𝔣",Bee="fi",Fee="◼",Uee="▪",Gee="fj",qee="♭",jee="fl",zee="▱",Yee="ƒ",Wee="𝔽",Kee="𝕗",Zee="∀",Xee="∀",Jee="⋔",ete="⫙",tte="ℱ",nte="⨍",rte="½",ote="⅓",ite="¼",ste="⅕",ate="⅙",lte="⅛",cte="⅔",ute="⅖",dte="¾",Tte="⅗",fte="⅜",pte="⅘",hte="⅚",mte="⅝",gte="⅞",_te="⁄",Qte="⌢",vte="𝒻",yte="ℱ",bte="ǵ",Ete="Γ",xte="γ",Ste="Ϝ",Lte="ϝ",Cte="⪆",Ate="Ğ",wte="ğ",Ote="Ģ",Mte="Ĝ",Rte="ĝ",Nte="Г",kte="г",Dte="Ġ",Ite="ġ",Hte="≥",Pte="≧",Vte="⪌",$te="⋛",Bte="≥",Fte="≧",Ute="⩾",Gte="⪩",qte="⩾",jte="⪀",zte="⪂",Yte="⪄",Wte="⋛︀",Kte="⪔",Zte="𝔊",Xte="𝔤",Jte="≫",ene="⋙",tne="⋙",nne="ℷ",rne="Ѓ",one="ѓ",ine="⪥",sne="≷",ane="⪒",lne="⪤",cne="⪊",une="⪊",dne="⪈",Tne="≩",fne="⪈",pne="≩",hne="⋧",mne="𝔾",gne="𝕘",_ne="`",Qne="≥",vne="⋛",yne="≧",bne="⪢",Ene="≷",xne="⩾",Sne="≳",Lne="𝒢",Cne="ℊ",Ane="≳",wne="⪎",One="⪐",Mne="⪧",Rne="⩺",Nne=">",kne=">",Dne="≫",Ine="⋗",Hne="⦕",Pne="⩼",Vne="⪆",$ne="⥸",Bne="⋗",Fne="⋛",Une="⪌",Gne="≷",qne="≳",jne="≩︀",zne="≩︀",Yne="ˇ",Wne=" ",Kne="½",Zne="ℋ",Xne="Ъ",Jne="ъ",ere="⥈",tre="↔",nre="⇔",rre="↭",ore="^",ire="ℏ",sre="Ĥ",are="ĥ",lre="♥",cre="♥",ure="…",dre="⊹",Tre="𝔥",fre="ℌ",pre="ℋ",hre="⤥",mre="⤦",gre="⇿",_re="∻",Qre="↩",vre="↪",yre="𝕙",bre="ℍ",Ere="―",xre="─",Sre="𝒽",Lre="ℋ",Cre="ℏ",Are="Ħ",wre="ħ",Ore="≎",Mre="≏",Rre="⁃",Nre="‐",kre="Í",Dre="í",Ire="",Hre="Î",Pre="î",Vre="И",$re="и",Bre="İ",Fre="Е",Ure="е",Gre="¡",qre="⇔",jre="𝔦",zre="ℑ",Yre="Ì",Wre="ì",Kre="ⅈ",Zre="⨌",Xre="∭",Jre="⧜",eoe="℩",toe="IJ",noe="ij",roe="Ī",ooe="ī",ioe="ℑ",soe="ⅈ",aoe="ℐ",loe="ℑ",coe="ı",uoe="ℑ",doe="⊷",Toe="Ƶ",foe="⇒",poe="℅",hoe="∞",moe="⧝",goe="ı",_oe="⊺",Qoe="∫",voe="∬",yoe="ℤ",boe="∫",Eoe="⊺",xoe="⋂",Soe="⨗",Loe="⨼",Coe="",Aoe="",woe="Ё",Ooe="ё",Moe="Į",Roe="į",Noe="𝕀",koe="𝕚",Doe="Ι",Ioe="ι",Hoe="⨼",Poe="¿",Voe="𝒾",$oe="ℐ",Boe="∈",Foe="⋵",Uoe="⋹",Goe="⋴",qoe="⋳",joe="∈",zoe="",Yoe="Ĩ",Woe="ĩ",Koe="І",Zoe="і",Xoe="Ï",Joe="ï",eie="Ĵ",tie="ĵ",nie="Й",rie="й",oie="𝔍",iie="𝔧",sie="ȷ",aie="𝕁",lie="𝕛",cie="𝒥",uie="𝒿",die="Ј",Tie="ј",fie="Є",pie="є",hie="Κ",mie="κ",gie="ϰ",_ie="Ķ",Qie="ķ",vie="К",yie="к",bie="𝔎",Eie="𝔨",xie="ĸ",Sie="Х",Lie="х",Cie="Ќ",Aie="ќ",wie="𝕂",Oie="𝕜",Mie="𝒦",Rie="𝓀",Nie="⇚",kie="Ĺ",Die="ĺ",Iie="⦴",Hie="ℒ",Pie="Λ",Vie="λ",$ie="⟨",Bie="⟪",Fie="⦑",Uie="⟨",Gie="⪅",qie="ℒ",jie="«",zie="⇤",Yie="⤟",Wie="←",Kie="↞",Zie="⇐",Xie="⤝",Jie="↩",ese="↫",tse="⤹",nse="⥳",rse="↢",ose="⤙",ise="⤛",sse="⪫",ase="⪭",lse="⪭︀",cse="⤌",use="⤎",dse="❲",Tse="{",fse="[",pse="⦋",hse="⦏",mse="⦍",gse="Ľ",_se="ľ",Qse="Ļ",vse="ļ",yse="⌈",bse="{",Ese="Л",xse="л",Sse="⤶",Lse="“",Cse="„",Ase="⥧",wse="⥋",Ose="↲",Mse="≤",Rse="≦",Nse="⟨",kse="⇤",Dse="←",Ise="←",Hse="⇐",Pse="⇆",Vse="↢",$se="⌈",Bse="⟦",Fse="⥡",Use="⥙",Gse="⇃",qse="⌊",jse="↽",zse="↼",Yse="⇇",Wse="↔",Kse="↔",Zse="⇔",Xse="⇆",Jse="⇋",e1e="↭",t1e="⥎",n1e="↤",r1e="⊣",o1e="⥚",i1e="⋋",s1e="⧏",a1e="⊲",l1e="⊴",c1e="⥑",u1e="⥠",d1e="⥘",T1e="↿",f1e="⥒",p1e="↼",h1e="⪋",m1e="⋚",g1e="≤",_1e="≦",Q1e="⩽",v1e="⪨",y1e="⩽",b1e="⩿",E1e="⪁",x1e="⪃",S1e="⋚︀",L1e="⪓",C1e="⪅",A1e="⋖",w1e="⋚",O1e="⪋",M1e="⋚",R1e="≦",N1e="≶",k1e="≶",D1e="⪡",I1e="≲",H1e="⩽",P1e="≲",V1e="⥼",$1e="⌊",B1e="𝔏",F1e="𝔩",U1e="≶",G1e="⪑",q1e="⥢",j1e="↽",z1e="↼",Y1e="⥪",W1e="▄",K1e="Љ",Z1e="љ",X1e="⇇",J1e="≪",eae="⋘",tae="⌞",nae="⇚",rae="⥫",oae="◺",iae="Ŀ",sae="ŀ",aae="⎰",lae="⎰",cae="⪉",uae="⪉",dae="⪇",Tae="≨",fae="⪇",pae="≨",hae="⋦",mae="⟬",gae="⇽",_ae="⟦",Qae="⟵",vae="⟵",yae="⟸",bae="⟷",Eae="⟷",xae="⟺",Sae="⟼",Lae="⟶",Cae="⟶",Aae="⟹",wae="↫",Oae="↬",Mae="⦅",Rae="𝕃",Nae="𝕝",kae="⨭",Dae="⨴",Iae="∗",Hae="_",Pae="↙",Vae="↘",$ae="◊",Bae="◊",Fae="⧫",Uae="(",Gae="⦓",qae="⇆",jae="⌟",zae="⇋",Yae="⥭",Wae="",Kae="⊿",Zae="‹",Xae="𝓁",Jae="ℒ",e2e="↰",t2e="↰",n2e="≲",r2e="⪍",o2e="⪏",i2e="[",s2e="‘",a2e="‚",l2e="Ł",c2e="ł",u2e="⪦",d2e="⩹",T2e="<",f2e="<",p2e="≪",h2e="⋖",m2e="⋋",g2e="⋉",_2e="⥶",Q2e="⩻",v2e="◃",y2e="⊴",b2e="◂",E2e="⦖",x2e="⥊",S2e="⥦",L2e="≨︀",C2e="≨︀",A2e="¯",w2e="♂",O2e="✠",M2e="✠",R2e="↦",N2e="↦",k2e="↧",D2e="↤",I2e="↥",H2e="▮",P2e="⨩",V2e="М",$2e="м",B2e="—",F2e="∺",U2e="∡",G2e=" ",q2e="ℳ",j2e="𝔐",z2e="𝔪",Y2e="℧",W2e="µ",K2e="*",Z2e="⫰",X2e="∣",J2e="·",ele="⊟",tle="−",nle="∸",rle="⨪",ole="∓",ile="⫛",sle="…",ale="∓",lle="⊧",cle="𝕄",ule="𝕞",dle="∓",Tle="𝓂",fle="ℳ",ple="∾",hle="Μ",mle="μ",gle="⊸",_le="⊸",Qle="∇",vle="Ń",yle="ń",ble="∠⃒",Ele="≉",xle="⩰̸",Sle="≋̸",Lle="ʼn",Cle="≉",Ale="♮",wle="ℕ",Ole="♮",Mle=" ",Rle="≎̸",Nle="≏̸",kle="⩃",Dle="Ň",Ile="ň",Hle="Ņ",Ple="ņ",Vle="≇",$le="⩭̸",Ble="⩂",Fle="Н",Ule="н",Gle="–",qle="⤤",jle="↗",zle="⇗",Yle="↗",Wle="≠",Kle="≐̸",Zle="",Xle="",Jle="",e3e="",t3e="≢",n3e="⤨",r3e="≂̸",o3e="≫",i3e="≪",s3e=`
-`,a3e="∄",l3e="∄",c3e="𝔑",u3e="𝔫",d3e="≧̸",T3e="≱",f3e="≱",p3e="≧̸",h3e="⩾̸",m3e="⩾̸",g3e="⋙̸",_3e="≵",Q3e="≫⃒",v3e="≯",y3e="≯",b3e="≫̸",E3e="↮",x3e="⇎",S3e="⫲",L3e="∋",C3e="⋼",A3e="⋺",w3e="∋",O3e="Њ",M3e="њ",R3e="↚",N3e="⇍",k3e="‥",D3e="≦̸",I3e="≰",H3e="↚",P3e="⇍",V3e="↮",$3e="⇎",B3e="≰",F3e="≦̸",U3e="⩽̸",G3e="⩽̸",q3e="≮",j3e="⋘̸",z3e="≴",Y3e="≪⃒",W3e="≮",K3e="⋪",Z3e="⋬",X3e="≪̸",J3e="∤",e4e="",t4e=" ",n4e="𝕟",r4e="ℕ",o4e="⫬",i4e="¬",s4e="≢",a4e="≭",l4e="∦",c4e="∉",u4e="≠",d4e="≂̸",T4e="∄",f4e="≯",p4e="≱",h4e="≧̸",m4e="≫̸",g4e="≹",_4e="⩾̸",Q4e="≵",v4e="≎̸",y4e="≏̸",b4e="∉",E4e="⋵̸",x4e="⋹̸",S4e="∉",L4e="⋷",C4e="⋶",A4e="⧏̸",w4e="⋪",O4e="⋬",M4e="≮",R4e="≰",N4e="≸",k4e="≪̸",D4e="⩽̸",I4e="≴",H4e="⪢̸",P4e="⪡̸",V4e="∌",$4e="∌",B4e="⋾",F4e="⋽",U4e="⊀",G4e="⪯̸",q4e="⋠",j4e="∌",z4e="⧐̸",Y4e="⋫",W4e="⋭",K4e="⊏̸",Z4e="⋢",X4e="⊐̸",J4e="⋣",e0e="⊂⃒",t0e="⊈",n0e="⊁",r0e="⪰̸",o0e="⋡",i0e="≿̸",s0e="⊃⃒",a0e="⊉",l0e="≁",c0e="≄",u0e="≇",d0e="≉",T0e="∤",f0e="∦",p0e="∦",h0e="⫽⃥",m0e="∂̸",g0e="⨔",_0e="⊀",Q0e="⋠",v0e="⊀",y0e="⪯̸",b0e="⪯̸",E0e="⤳̸",x0e="↛",S0e="⇏",L0e="↝̸",C0e="↛",A0e="⇏",w0e="⋫",O0e="⋭",M0e="⊁",R0e="⋡",N0e="⪰̸",k0e="𝒩",D0e="𝓃",I0e="∤",H0e="∦",P0e="≁",V0e="≄",$0e="≄",B0e="∤",F0e="∦",U0e="⋢",G0e="⋣",q0e="⊄",j0e="⫅̸",z0e="⊈",Y0e="⊂⃒",W0e="⊈",K0e="⫅̸",Z0e="⊁",X0e="⪰̸",J0e="⊅",ece="⫆̸",tce="⊉",nce="⊃⃒",rce="⊉",oce="⫆̸",ice="≹",sce="Ñ",ace="ñ",lce="≸",cce="⋪",uce="⋬",dce="⋫",Tce="⋭",fce="Ν",pce="ν",hce="#",mce="№",gce=" ",_ce="≍⃒",Qce="⊬",vce="⊭",yce="⊮",bce="⊯",Ece="≥⃒",xce=">⃒",Sce="⤄",Lce="⧞",Cce="⤂",Ace="≤⃒",wce="<⃒",Oce="⊴⃒",Mce="⤃",Rce="⊵⃒",Nce="∼⃒",kce="⤣",Dce="↖",Ice="⇖",Hce="↖",Pce="⤧",Vce="Ó",$ce="ó",Bce="⊛",Fce="Ô",Uce="ô",Gce="⊚",qce="О",jce="о",zce="⊝",Yce="Ő",Wce="ő",Kce="⨸",Zce="⊙",Xce="⦼",Jce="Œ",e6e="œ",t6e="⦿",n6e="𝔒",r6e="𝔬",o6e="˛",i6e="Ò",s6e="ò",a6e="⧁",l6e="⦵",c6e="Ω",u6e="∮",d6e="↺",T6e="⦾",f6e="⦻",p6e="‾",h6e="⧀",m6e="Ō",g6e="ō",_6e="Ω",Q6e="ω",v6e="Ο",y6e="ο",b6e="⦶",E6e="⊖",x6e="𝕆",S6e="𝕠",L6e="⦷",C6e="“",A6e="‘",w6e="⦹",O6e="⊕",M6e="↻",R6e="⩔",N6e="∨",k6e="⩝",D6e="ℴ",I6e="ℴ",H6e="ª",P6e="º",V6e="⊶",$6e="⩖",B6e="⩗",F6e="⩛",U6e="Ⓢ",G6e="𝒪",q6e="ℴ",j6e="Ø",z6e="ø",Y6e="⊘",W6e="Õ",K6e="õ",Z6e="⨶",X6e="⨷",J6e="⊗",e5e="Ö",t5e="ö",n5e="⌽",r5e="‾",o5e="⏞",i5e="⎴",s5e="⏜",a5e="¶",l5e="∥",c5e="∥",u5e="⫳",d5e="⫽",T5e="∂",f5e="∂",p5e="П",h5e="п",m5e="%",g5e=".",_5e="‰",Q5e="⊥",v5e="‱",y5e="𝔓",b5e="𝔭",E5e="Φ",x5e="φ",S5e="ϕ",L5e="ℳ",C5e="☎",A5e="Π",w5e="π",O5e="⋔",M5e="ϖ",R5e="ℏ",N5e="ℎ",k5e="ℏ",D5e="⨣",I5e="⊞",H5e="⨢",P5e="+",V5e="∔",$5e="⨥",B5e="⩲",F5e="±",U5e="±",G5e="⨦",q5e="⨧",j5e="±",z5e="ℌ",Y5e="⨕",W5e="𝕡",K5e="ℙ",Z5e="£",X5e="⪷",J5e="⪻",eue="≺",tue="≼",nue="⪷",rue="≺",oue="≼",iue="≺",sue="⪯",aue="≼",lue="≾",cue="⪯",uue="⪹",due="⪵",Tue="⋨",fue="⪯",pue="⪳",hue="≾",mue="′",gue="″",_ue="ℙ",Que="⪹",vue="⪵",yue="⋨",bue="∏",Eue="∏",xue="⌮",Sue="⌒",Lue="⌓",Cue="∝",Aue="∝",wue="∷",Oue="∝",Mue="≾",Rue="⊰",Nue="𝒫",kue="𝓅",Due="Ψ",Iue="ψ",Hue=" ",Pue="𝔔",Vue="𝔮",$ue="⨌",Bue="𝕢",Fue="ℚ",Uue="⁗",Gue="𝒬",que="𝓆",jue="ℍ",zue="⨖",Yue="?",Wue="≟",Kue='"',Zue='"',Xue="⇛",Jue="∽̱",ede="Ŕ",tde="ŕ",nde="√",rde="⦳",ode="⟩",ide="⟫",sde="⦒",ade="⦥",lde="⟩",cde="»",ude="⥵",dde="⇥",Tde="⤠",fde="⤳",pde="→",hde="↠",mde="⇒",gde="⤞",_de="↪",Qde="↬",vde="⥅",yde="⥴",bde="⤖",Ede="↣",xde="↝",Sde="⤚",Lde="⤜",Cde="∶",Ade="ℚ",wde="⤍",Ode="⤏",Mde="⤐",Rde="❳",Nde="}",kde="]",Dde="⦌",Ide="⦎",Hde="⦐",Pde="Ř",Vde="ř",$de="Ŗ",Bde="ŗ",Fde="⌉",Ude="}",Gde="Р",qde="р",jde="⤷",zde="⥩",Yde="”",Wde="”",Kde="↳",Zde="ℜ",Xde="ℛ",Jde="ℜ",e7e="ℝ",t7e="ℜ",n7e="▭",r7e="®",o7e="®",i7e="∋",s7e="⇋",a7e="⥯",l7e="⥽",c7e="⌋",u7e="𝔯",d7e="ℜ",T7e="⥤",f7e="⇁",p7e="⇀",h7e="⥬",m7e="Ρ",g7e="ρ",_7e="ϱ",Q7e="⟩",v7e="⇥",y7e="→",b7e="→",E7e="⇒",x7e="⇄",S7e="↣",L7e="⌉",C7e="⟧",A7e="⥝",w7e="⥕",O7e="⇂",M7e="⌋",R7e="⇁",N7e="⇀",k7e="⇄",D7e="⇌",I7e="⇉",H7e="↝",P7e="↦",V7e="⊢",$7e="⥛",B7e="⋌",F7e="⧐",U7e="⊳",G7e="⊵",q7e="⥏",j7e="⥜",z7e="⥔",Y7e="↾",W7e="⥓",K7e="⇀",Z7e="˚",X7e="≓",J7e="⇄",e8e="⇌",t8e="",n8e="⎱",r8e="⎱",o8e="⫮",i8e="⟭",s8e="⇾",a8e="⟧",l8e="⦆",c8e="𝕣",u8e="ℝ",d8e="⨮",T8e="⨵",f8e="⥰",p8e=")",h8e="⦔",m8e="⨒",g8e="⇉",_8e="⇛",Q8e="›",v8e="𝓇",y8e="ℛ",b8e="↱",E8e="↱",x8e="]",S8e="’",L8e="’",C8e="⋌",A8e="⋊",w8e="▹",O8e="⊵",M8e="▸",R8e="⧎",N8e="⧴",k8e="⥨",D8e="℞",I8e="Ś",H8e="ś",P8e="‚",V8e="⪸",$8e="Š",B8e="š",F8e="⪼",U8e="≻",G8e="≽",q8e="⪰",j8e="⪴",z8e="Ş",Y8e="ş",W8e="Ŝ",K8e="ŝ",Z8e="⪺",X8e="⪶",J8e="⋩",e9e="⨓",t9e="≿",n9e="С",r9e="с",o9e="⊡",i9e="⋅",s9e="⩦",a9e="⤥",l9e="↘",c9e="⇘",u9e="↘",d9e="§",T9e=";",f9e="⤩",p9e="∖",h9e="∖",m9e="✶",g9e="𝔖",_9e="𝔰",Q9e="⌢",v9e="♯",y9e="Щ",b9e="щ",E9e="Ш",x9e="ш",S9e="↓",L9e="←",C9e="∣",A9e="∥",w9e="→",O9e="↑",M9e="",R9e="Σ",N9e="σ",k9e="ς",D9e="ς",I9e="∼",H9e="⩪",P9e="≃",V9e="≃",$9e="⪞",B9e="⪠",F9e="⪝",U9e="⪟",G9e="≆",q9e="⨤",j9e="⥲",z9e="←",Y9e="∘",W9e="∖",K9e="⨳",Z9e="⧤",X9e="∣",J9e="⌣",eTe="⪪",tTe="⪬",nTe="⪬︀",rTe="Ь",oTe="ь",iTe="⌿",sTe="⧄",aTe="/",lTe="𝕊",cTe="𝕤",uTe="♠",dTe="♠",TTe="∥",fTe="⊓",pTe="⊓︀",hTe="⊔",mTe="⊔︀",gTe="√",_Te="⊏",QTe="⊑",vTe="⊏",yTe="⊑",bTe="⊐",ETe="⊒",xTe="⊐",STe="⊒",LTe="□",CTe="□",ATe="⊓",wTe="⊏",OTe="⊑",MTe="⊐",RTe="⊒",NTe="⊔",kTe="▪",DTe="□",ITe="▪",HTe="→",PTe="𝒮",VTe="𝓈",$Te="∖",BTe="⌣",FTe="⋆",UTe="⋆",GTe="☆",qTe="★",jTe="ϵ",zTe="ϕ",YTe="¯",WTe="⊂",KTe="⋐",ZTe="⪽",XTe="⫅",JTe="⊆",efe="⫃",tfe="⫁",nfe="⫋",rfe="⊊",ofe="⪿",ife="⥹",sfe="⊂",afe="⋐",lfe="⊆",cfe="⫅",ufe="⊆",dfe="⊊",Tfe="⫋",ffe="⫇",pfe="⫕",hfe="⫓",mfe="⪸",gfe="≻",_fe="≽",Qfe="≻",vfe="⪰",yfe="≽",bfe="≿",Efe="⪰",xfe="⪺",Sfe="⪶",Lfe="⋩",Cfe="≿",Afe="∋",wfe="∑",Ofe="∑",Mfe="♪",Rfe="¹",Nfe="²",kfe="³",Dfe="⊃",Ife="⋑",Hfe="⪾",Pfe="⫘",Vfe="⫆",$fe="⊇",Bfe="⫄",Ffe="⊃",Ufe="⊇",Gfe="⟉",qfe="⫗",jfe="⥻",zfe="⫂",Yfe="⫌",Wfe="⊋",Kfe="⫀",Zfe="⊃",Xfe="⋑",Jfe="⊇",epe="⫆",tpe="⊋",npe="⫌",rpe="⫈",ope="⫔",ipe="⫖",spe="⤦",ape="↙",lpe="⇙",cpe="↙",upe="⤪",dpe="ß",Tpe=" ",fpe="⌖",ppe="Τ",hpe="τ",mpe="⎴",gpe="Ť",_pe="ť",Qpe="Ţ",vpe="ţ",ype="Т",bpe="т",Epe="⃛",xpe="⌕",Spe="𝔗",Lpe="𝔱",Cpe="∴",Ape="∴",wpe="∴",Ope="Θ",Mpe="θ",Rpe="ϑ",Npe="ϑ",kpe="≈",Dpe="∼",Ipe=" ",Hpe=" ",Ppe=" ",Vpe="≈",$pe="∼",Bpe="Þ",Fpe="þ",Upe="˜",Gpe="∼",qpe="≃",jpe="≅",zpe="≈",Ype="⨱",Wpe="⊠",Kpe="×",Zpe="⨰",Xpe="∭",Jpe="⤨",ehe="⌶",the="⫱",nhe="⊤",rhe="𝕋",ohe="𝕥",ihe="⫚",she="⤩",ahe="‴",lhe="™",che="™",uhe="▵",dhe="▿",The="◃",fhe="⊴",phe="≜",hhe="▹",mhe="⊵",ghe="◬",_he="≜",Qhe="⨺",vhe="⃛",yhe="⨹",bhe="⧍",Ehe="⨻",xhe="⏢",She="𝒯",Lhe="𝓉",Che="Ц",Ahe="ц",whe="Ћ",Ohe="ћ",Mhe="Ŧ",Rhe="ŧ",Nhe="≬",khe="↞",Dhe="↠",Ihe="Ú",Hhe="ú",Phe="↑",Vhe="↟",$he="⇑",Bhe="⥉",Fhe="Ў",Uhe="ў",Ghe="Ŭ",qhe="ŭ",jhe="Û",zhe="û",Yhe="У",Whe="у",Khe="⇅",Zhe="Ű",Xhe="ű",Jhe="⥮",eme="⥾",tme="𝔘",nme="𝔲",rme="Ù",ome="ù",ime="⥣",sme="↿",ame="↾",lme="▀",cme="⌜",ume="⌜",dme="⌏",Tme="◸",fme="Ū",pme="ū",hme="¨",mme="_",gme="⏟",_me="⎵",Qme="⏝",vme="⋃",yme="⊎",bme="Ų",Eme="ų",xme="𝕌",Sme="𝕦",Lme="⤒",Cme="↑",Ame="↑",wme="⇑",Ome="⇅",Mme="↕",Rme="↕",Nme="⇕",kme="⥮",Dme="↿",Ime="↾",Hme="⊎",Pme="↖",Vme="↗",$me="υ",Bme="ϒ",Fme="ϒ",Ume="Υ",Gme="υ",qme="↥",jme="⊥",zme="⇈",Yme="⌝",Wme="⌝",Kme="⌎",Zme="Ů",Xme="ů",Jme="◹",ege="𝒰",tge="𝓊",nge="⋰",rge="Ũ",oge="ũ",ige="▵",sge="▴",age="⇈",lge="Ü",cge="ü",uge="⦧",dge="⦜",Tge="ϵ",fge="ϰ",pge="∅",hge="ϕ",mge="ϖ",gge="∝",_ge="↕",Qge="⇕",vge="ϱ",yge="ς",bge="⊊︀",Ege="⫋︀",xge="⊋︀",Sge="⫌︀",Lge="ϑ",Cge="⊲",Age="⊳",wge="⫨",Oge="⫫",Mge="⫩",Rge="В",Nge="в",kge="⊢",Dge="⊨",Ige="⊩",Hge="⊫",Pge="⫦",Vge="⊻",$ge="∨",Bge="⋁",Fge="≚",Uge="⋮",Gge="|",qge="‖",jge="|",zge="‖",Yge="∣",Wge="|",Kge="❘",Zge="≀",Xge=" ",Jge="𝔙",e_e="𝔳",t_e="⊲",n_e="⊂⃒",r_e="⊃⃒",o_e="𝕍",i_e="𝕧",s_e="∝",a_e="⊳",l_e="𝒱",c_e="𝓋",u_e="⫋︀",d_e="⊊︀",T_e="⫌︀",f_e="⊋︀",p_e="⊪",h_e="⦚",m_e="Ŵ",g_e="ŵ",__e="⩟",Q_e="∧",v_e="⋀",y_e="≙",b_e="℘",E_e="𝔚",x_e="𝔴",S_e="𝕎",L_e="𝕨",C_e="℘",A_e="≀",w_e="≀",O_e="𝒲",M_e="𝓌",R_e="⋂",N_e="◯",k_e="⋃",D_e="▽",I_e="𝔛",H_e="𝔵",P_e="⟷",V_e="⟺",$_e="Ξ",B_e="ξ",F_e="⟵",U_e="⟸",G_e="⟼",q_e="⋻",j_e="⨀",z_e="𝕏",Y_e="𝕩",W_e="⨁",K_e="⨂",Z_e="⟶",X_e="⟹",J_e="𝒳",eQe="𝓍",tQe="⨆",nQe="⨄",rQe="△",oQe="⋁",iQe="⋀",sQe="Ý",aQe="ý",lQe="Я",cQe="я",uQe="Ŷ",dQe="ŷ",TQe="Ы",fQe="ы",pQe="¥",hQe="𝔜",mQe="𝔶",gQe="Ї",_Qe="ї",QQe="𝕐",vQe="𝕪",yQe="𝒴",bQe="𝓎",EQe="Ю",xQe="ю",SQe="ÿ",LQe="Ÿ",CQe="Ź",AQe="ź",wQe="Ž",OQe="ž",MQe="З",RQe="з",NQe="Ż",kQe="ż",DQe="ℨ",IQe="",HQe="Ζ",PQe="ζ",VQe="𝔷",$Qe="ℨ",BQe="Ж",FQe="ж",UQe="⇝",GQe="𝕫",qQe="ℤ",jQe="𝒵",zQe="𝓏",YQe="",WQe="",KQe={Aacute:NG,aacute:kG,Abreve:DG,abreve:IG,ac:HG,acd:PG,acE:VG,Acirc:$G,acirc:BG,acute:FG,Acy:UG,acy:GG,AElig:qG,aelig:jG,af:zG,Afr:YG,afr:WG,Agrave:KG,agrave:ZG,alefsym:XG,aleph:JG,Alpha:eq,alpha:tq,Amacr:nq,amacr:rq,amalg:oq,amp:iq,AMP:sq,andand:aq,And:lq,and:cq,andd:uq,andslope:dq,andv:Tq,ang:fq,ange:pq,angle:hq,angmsdaa:mq,angmsdab:gq,angmsdac:_q,angmsdad:Qq,angmsdae:vq,angmsdaf:yq,angmsdag:bq,angmsdah:Eq,angmsd:xq,angrt:Sq,angrtvb:Lq,angrtvbd:Cq,angsph:Aq,angst:wq,angzarr:Oq,Aogon:Mq,aogon:Rq,Aopf:Nq,aopf:kq,apacir:Dq,ap:Iq,apE:Hq,ape:Pq,apid:Vq,apos:$q,ApplyFunction:Bq,approx:Fq,approxeq:Uq,Aring:Gq,aring:qq,Ascr:jq,ascr:zq,Assign:Yq,ast:Wq,asymp:Kq,asympeq:Zq,Atilde:Xq,atilde:Jq,Auml:ej,auml:tj,awconint:nj,awint:rj,backcong:oj,backepsilon:ij,backprime:sj,backsim:aj,backsimeq:lj,Backslash:cj,Barv:uj,barvee:dj,barwed:Tj,Barwed:fj,barwedge:pj,bbrk:hj,bbrktbrk:mj,bcong:gj,Bcy:_j,bcy:Qj,bdquo:vj,becaus:yj,because:bj,Because:Ej,bemptyv:xj,bepsi:Sj,bernou:Lj,Bernoullis:Cj,Beta:Aj,beta:wj,beth:Oj,between:Mj,Bfr:Rj,bfr:Nj,bigcap:kj,bigcirc:Dj,bigcup:Ij,bigodot:Hj,bigoplus:Pj,bigotimes:Vj,bigsqcup:$j,bigstar:Bj,bigtriangledown:Fj,bigtriangleup:Uj,biguplus:Gj,bigvee:qj,bigwedge:jj,bkarow:zj,blacklozenge:Yj,blacksquare:Wj,blacktriangle:Kj,blacktriangledown:Zj,blacktriangleleft:Xj,blacktriangleright:Jj,blank:ez,blk12:tz,blk14:nz,blk34:rz,block:oz,bne:iz,bnequiv:sz,bNot:az,bnot:lz,Bopf:cz,bopf:uz,bot:dz,bottom:Tz,bowtie:fz,boxbox:pz,boxdl:hz,boxdL:mz,boxDl:gz,boxDL:_z,boxdr:Qz,boxdR:vz,boxDr:yz,boxDR:bz,boxh:Ez,boxH:xz,boxhd:Sz,boxHd:Lz,boxhD:Cz,boxHD:Az,boxhu:wz,boxHu:Oz,boxhU:Mz,boxHU:Rz,boxminus:Nz,boxplus:kz,boxtimes:Dz,boxul:Iz,boxuL:Hz,boxUl:Pz,boxUL:Vz,boxur:$z,boxuR:Bz,boxUr:Fz,boxUR:Uz,boxv:Gz,boxV:qz,boxvh:jz,boxvH:zz,boxVh:Yz,boxVH:Wz,boxvl:Kz,boxvL:Zz,boxVl:Xz,boxVL:Jz,boxvr:eY,boxvR:tY,boxVr:nY,boxVR:rY,bprime:oY,breve:iY,Breve:sY,brvbar:aY,bscr:lY,Bscr:cY,bsemi:uY,bsim:dY,bsime:TY,bsolb:fY,bsol:pY,bsolhsub:hY,bull:mY,bullet:gY,bump:_Y,bumpE:QY,bumpe:vY,Bumpeq:yY,bumpeq:bY,Cacute:EY,cacute:xY,capand:SY,capbrcup:LY,capcap:CY,cap:AY,Cap:wY,capcup:OY,capdot:MY,CapitalDifferentialD:RY,caps:NY,caret:kY,caron:DY,Cayleys:IY,ccaps:HY,Ccaron:PY,ccaron:VY,Ccedil:$Y,ccedil:BY,Ccirc:FY,ccirc:UY,Cconint:GY,ccups:qY,ccupssm:jY,Cdot:zY,cdot:YY,cedil:WY,Cedilla:KY,cemptyv:ZY,cent:XY,centerdot:JY,CenterDot:eW,cfr:tW,Cfr:nW,CHcy:rW,chcy:oW,check:iW,checkmark:sW,Chi:aW,chi:lW,circ:cW,circeq:uW,circlearrowleft:dW,circlearrowright:TW,circledast:fW,circledcirc:pW,circleddash:hW,CircleDot:mW,circledR:gW,circledS:_W,CircleMinus:QW,CirclePlus:vW,CircleTimes:yW,cir:bW,cirE:EW,cire:xW,cirfnint:SW,cirmid:LW,cirscir:CW,ClockwiseContourIntegral:AW,CloseCurlyDoubleQuote:wW,CloseCurlyQuote:OW,clubs:MW,clubsuit:RW,colon:NW,Colon:kW,Colone:DW,colone:IW,coloneq:HW,comma:PW,commat:VW,comp:$W,compfn:BW,complement:FW,complexes:UW,cong:GW,congdot:qW,Congruent:jW,conint:zW,Conint:YW,ContourIntegral:WW,copf:KW,Copf:ZW,coprod:XW,Coproduct:JW,copy:eK,COPY:tK,copysr:nK,CounterClockwiseContourIntegral:rK,crarr:oK,cross:iK,Cross:sK,Cscr:aK,cscr:lK,csub:cK,csube:uK,csup:dK,csupe:TK,ctdot:fK,cudarrl:pK,cudarrr:hK,cuepr:mK,cuesc:gK,cularr:_K,cularrp:QK,cupbrcap:vK,cupcap:yK,CupCap:bK,cup:EK,Cup:xK,cupcup:SK,cupdot:LK,cupor:CK,cups:AK,curarr:wK,curarrm:OK,curlyeqprec:MK,curlyeqsucc:RK,curlyvee:NK,curlywedge:kK,curren:DK,curvearrowleft:IK,curvearrowright:HK,cuvee:PK,cuwed:VK,cwconint:$K,cwint:BK,cylcty:FK,dagger:UK,Dagger:GK,daleth:qK,darr:jK,Darr:zK,dArr:YK,dash:WK,Dashv:KK,dashv:ZK,dbkarow:XK,dblac:JK,Dcaron:eZ,dcaron:tZ,Dcy:nZ,dcy:rZ,ddagger:oZ,ddarr:iZ,DD:sZ,dd:aZ,DDotrahd:lZ,ddotseq:cZ,deg:uZ,Del:dZ,Delta:TZ,delta:fZ,demptyv:pZ,dfisht:hZ,Dfr:mZ,dfr:gZ,dHar:_Z,dharl:QZ,dharr:vZ,DiacriticalAcute:yZ,DiacriticalDot:bZ,DiacriticalDoubleAcute:EZ,DiacriticalGrave:xZ,DiacriticalTilde:SZ,diam:LZ,diamond:CZ,Diamond:AZ,diamondsuit:wZ,diams:OZ,die:MZ,DifferentialD:RZ,digamma:NZ,disin:kZ,div:DZ,divide:IZ,divideontimes:HZ,divonx:PZ,DJcy:VZ,djcy:$Z,dlcorn:BZ,dlcrop:FZ,dollar:UZ,Dopf:GZ,dopf:qZ,Dot:jZ,dot:zZ,DotDot:YZ,doteq:WZ,doteqdot:KZ,DotEqual:ZZ,dotminus:XZ,dotplus:JZ,dotsquare:eX,doublebarwedge:tX,DoubleContourIntegral:nX,DoubleDot:rX,DoubleDownArrow:oX,DoubleLeftArrow:iX,DoubleLeftRightArrow:sX,DoubleLeftTee:aX,DoubleLongLeftArrow:lX,DoubleLongLeftRightArrow:cX,DoubleLongRightArrow:uX,DoubleRightArrow:dX,DoubleRightTee:TX,DoubleUpArrow:fX,DoubleUpDownArrow:pX,DoubleVerticalBar:hX,DownArrowBar:mX,downarrow:gX,DownArrow:_X,Downarrow:QX,DownArrowUpArrow:vX,DownBreve:yX,downdownarrows:bX,downharpoonleft:EX,downharpoonright:xX,DownLeftRightVector:SX,DownLeftTeeVector:LX,DownLeftVectorBar:CX,DownLeftVector:AX,DownRightTeeVector:wX,DownRightVectorBar:OX,DownRightVector:MX,DownTeeArrow:RX,DownTee:NX,drbkarow:kX,drcorn:DX,drcrop:IX,Dscr:HX,dscr:PX,DScy:VX,dscy:$X,dsol:BX,Dstrok:FX,dstrok:UX,dtdot:GX,dtri:qX,dtrif:jX,duarr:zX,duhar:YX,dwangle:WX,DZcy:KX,dzcy:ZX,dzigrarr:XX,Eacute:JX,eacute:eJ,easter:tJ,Ecaron:nJ,ecaron:rJ,Ecirc:oJ,ecirc:iJ,ecir:sJ,ecolon:aJ,Ecy:lJ,ecy:cJ,eDDot:uJ,Edot:dJ,edot:TJ,eDot:fJ,ee:pJ,efDot:hJ,Efr:mJ,efr:gJ,eg:_J,Egrave:QJ,egrave:vJ,egs:yJ,egsdot:bJ,el:EJ,Element:xJ,elinters:SJ,ell:LJ,els:CJ,elsdot:AJ,Emacr:wJ,emacr:OJ,empty:MJ,emptyset:RJ,EmptySmallSquare:NJ,emptyv:kJ,EmptyVerySmallSquare:DJ,emsp13:IJ,emsp14:HJ,emsp:PJ,ENG:VJ,eng:$J,ensp:BJ,Eogon:FJ,eogon:UJ,Eopf:GJ,eopf:qJ,epar:jJ,eparsl:zJ,eplus:YJ,epsi:WJ,Epsilon:KJ,epsilon:ZJ,epsiv:XJ,eqcirc:JJ,eqcolon:eee,eqsim:tee,eqslantgtr:nee,eqslantless:ree,Equal:oee,equals:iee,EqualTilde:see,equest:aee,Equilibrium:lee,equiv:cee,equivDD:uee,eqvparsl:dee,erarr:Tee,erDot:fee,escr:pee,Escr:hee,esdot:mee,Esim:gee,esim:_ee,Eta:Qee,eta:vee,ETH:yee,eth:bee,Euml:Eee,euml:xee,euro:See,excl:Lee,exist:Cee,Exists:Aee,expectation:wee,exponentiale:Oee,ExponentialE:Mee,fallingdotseq:Ree,Fcy:Nee,fcy:kee,female:Dee,ffilig:Iee,fflig:Hee,ffllig:Pee,Ffr:Vee,ffr:$ee,filig:Bee,FilledSmallSquare:Fee,FilledVerySmallSquare:Uee,fjlig:Gee,flat:qee,fllig:jee,fltns:zee,fnof:Yee,Fopf:Wee,fopf:Kee,forall:Zee,ForAll:Xee,fork:Jee,forkv:ete,Fouriertrf:tte,fpartint:nte,frac12:rte,frac13:ote,frac14:ite,frac15:ste,frac16:ate,frac18:lte,frac23:cte,frac25:ute,frac34:dte,frac35:Tte,frac38:fte,frac45:pte,frac56:hte,frac58:mte,frac78:gte,frasl:_te,frown:Qte,fscr:vte,Fscr:yte,gacute:bte,Gamma:Ete,gamma:xte,Gammad:Ste,gammad:Lte,gap:Cte,Gbreve:Ate,gbreve:wte,Gcedil:Ote,Gcirc:Mte,gcirc:Rte,Gcy:Nte,gcy:kte,Gdot:Dte,gdot:Ite,ge:Hte,gE:Pte,gEl:Vte,gel:$te,geq:Bte,geqq:Fte,geqslant:Ute,gescc:Gte,ges:qte,gesdot:jte,gesdoto:zte,gesdotol:Yte,gesl:Wte,gesles:Kte,Gfr:Zte,gfr:Xte,gg:Jte,Gg:ene,ggg:tne,gimel:nne,GJcy:rne,gjcy:one,gla:ine,gl:sne,glE:ane,glj:lne,gnap:cne,gnapprox:une,gne:dne,gnE:Tne,gneq:fne,gneqq:pne,gnsim:hne,Gopf:mne,gopf:gne,grave:_ne,GreaterEqual:Qne,GreaterEqualLess:vne,GreaterFullEqual:yne,GreaterGreater:bne,GreaterLess:Ene,GreaterSlantEqual:xne,GreaterTilde:Sne,Gscr:Lne,gscr:Cne,gsim:Ane,gsime:wne,gsiml:One,gtcc:Mne,gtcir:Rne,gt:Nne,GT:kne,Gt:Dne,gtdot:Ine,gtlPar:Hne,gtquest:Pne,gtrapprox:Vne,gtrarr:$ne,gtrdot:Bne,gtreqless:Fne,gtreqqless:Une,gtrless:Gne,gtrsim:qne,gvertneqq:jne,gvnE:zne,Hacek:Yne,hairsp:Wne,half:Kne,hamilt:Zne,HARDcy:Xne,hardcy:Jne,harrcir:ere,harr:tre,hArr:nre,harrw:rre,Hat:ore,hbar:ire,Hcirc:sre,hcirc:are,hearts:lre,heartsuit:cre,hellip:ure,hercon:dre,hfr:Tre,Hfr:fre,HilbertSpace:pre,hksearow:hre,hkswarow:mre,hoarr:gre,homtht:_re,hookleftarrow:Qre,hookrightarrow:vre,hopf:yre,Hopf:bre,horbar:Ere,HorizontalLine:xre,hscr:Sre,Hscr:Lre,hslash:Cre,Hstrok:Are,hstrok:wre,HumpDownHump:Ore,HumpEqual:Mre,hybull:Rre,hyphen:Nre,Iacute:kre,iacute:Dre,ic:Ire,Icirc:Hre,icirc:Pre,Icy:Vre,icy:$re,Idot:Bre,IEcy:Fre,iecy:Ure,iexcl:Gre,iff:qre,ifr:jre,Ifr:zre,Igrave:Yre,igrave:Wre,ii:Kre,iiiint:Zre,iiint:Xre,iinfin:Jre,iiota:eoe,IJlig:toe,ijlig:noe,Imacr:roe,imacr:ooe,image:ioe,ImaginaryI:soe,imagline:aoe,imagpart:loe,imath:coe,Im:uoe,imof:doe,imped:Toe,Implies:foe,incare:poe,in:"∈",infin:hoe,infintie:moe,inodot:goe,intcal:_oe,int:Qoe,Int:voe,integers:yoe,Integral:boe,intercal:Eoe,Intersection:xoe,intlarhk:Soe,intprod:Loe,InvisibleComma:Coe,InvisibleTimes:Aoe,IOcy:woe,iocy:Ooe,Iogon:Moe,iogon:Roe,Iopf:Noe,iopf:koe,Iota:Doe,iota:Ioe,iprod:Hoe,iquest:Poe,iscr:Voe,Iscr:$oe,isin:Boe,isindot:Foe,isinE:Uoe,isins:Goe,isinsv:qoe,isinv:joe,it:zoe,Itilde:Yoe,itilde:Woe,Iukcy:Koe,iukcy:Zoe,Iuml:Xoe,iuml:Joe,Jcirc:eie,jcirc:tie,Jcy:nie,jcy:rie,Jfr:oie,jfr:iie,jmath:sie,Jopf:aie,jopf:lie,Jscr:cie,jscr:uie,Jsercy:die,jsercy:Tie,Jukcy:fie,jukcy:pie,Kappa:hie,kappa:mie,kappav:gie,Kcedil:_ie,kcedil:Qie,Kcy:vie,kcy:yie,Kfr:bie,kfr:Eie,kgreen:xie,KHcy:Sie,khcy:Lie,KJcy:Cie,kjcy:Aie,Kopf:wie,kopf:Oie,Kscr:Mie,kscr:Rie,lAarr:Nie,Lacute:kie,lacute:Die,laemptyv:Iie,lagran:Hie,Lambda:Pie,lambda:Vie,lang:$ie,Lang:Bie,langd:Fie,langle:Uie,lap:Gie,Laplacetrf:qie,laquo:jie,larrb:zie,larrbfs:Yie,larr:Wie,Larr:Kie,lArr:Zie,larrfs:Xie,larrhk:Jie,larrlp:ese,larrpl:tse,larrsim:nse,larrtl:rse,latail:ose,lAtail:ise,lat:sse,late:ase,lates:lse,lbarr:cse,lBarr:use,lbbrk:dse,lbrace:Tse,lbrack:fse,lbrke:pse,lbrksld:hse,lbrkslu:mse,Lcaron:gse,lcaron:_se,Lcedil:Qse,lcedil:vse,lceil:yse,lcub:bse,Lcy:Ese,lcy:xse,ldca:Sse,ldquo:Lse,ldquor:Cse,ldrdhar:Ase,ldrushar:wse,ldsh:Ose,le:Mse,lE:Rse,LeftAngleBracket:Nse,LeftArrowBar:kse,leftarrow:Dse,LeftArrow:Ise,Leftarrow:Hse,LeftArrowRightArrow:Pse,leftarrowtail:Vse,LeftCeiling:$se,LeftDoubleBracket:Bse,LeftDownTeeVector:Fse,LeftDownVectorBar:Use,LeftDownVector:Gse,LeftFloor:qse,leftharpoondown:jse,leftharpoonup:zse,leftleftarrows:Yse,leftrightarrow:Wse,LeftRightArrow:Kse,Leftrightarrow:Zse,leftrightarrows:Xse,leftrightharpoons:Jse,leftrightsquigarrow:e1e,LeftRightVector:t1e,LeftTeeArrow:n1e,LeftTee:r1e,LeftTeeVector:o1e,leftthreetimes:i1e,LeftTriangleBar:s1e,LeftTriangle:a1e,LeftTriangleEqual:l1e,LeftUpDownVector:c1e,LeftUpTeeVector:u1e,LeftUpVectorBar:d1e,LeftUpVector:T1e,LeftVectorBar:f1e,LeftVector:p1e,lEg:h1e,leg:m1e,leq:g1e,leqq:_1e,leqslant:Q1e,lescc:v1e,les:y1e,lesdot:b1e,lesdoto:E1e,lesdotor:x1e,lesg:S1e,lesges:L1e,lessapprox:C1e,lessdot:A1e,lesseqgtr:w1e,lesseqqgtr:O1e,LessEqualGreater:M1e,LessFullEqual:R1e,LessGreater:N1e,lessgtr:k1e,LessLess:D1e,lesssim:I1e,LessSlantEqual:H1e,LessTilde:P1e,lfisht:V1e,lfloor:$1e,Lfr:B1e,lfr:F1e,lg:U1e,lgE:G1e,lHar:q1e,lhard:j1e,lharu:z1e,lharul:Y1e,lhblk:W1e,LJcy:K1e,ljcy:Z1e,llarr:X1e,ll:J1e,Ll:eae,llcorner:tae,Lleftarrow:nae,llhard:rae,lltri:oae,Lmidot:iae,lmidot:sae,lmoustache:aae,lmoust:lae,lnap:cae,lnapprox:uae,lne:dae,lnE:Tae,lneq:fae,lneqq:pae,lnsim:hae,loang:mae,loarr:gae,lobrk:_ae,longleftarrow:Qae,LongLeftArrow:vae,Longleftarrow:yae,longleftrightarrow:bae,LongLeftRightArrow:Eae,Longleftrightarrow:xae,longmapsto:Sae,longrightarrow:Lae,LongRightArrow:Cae,Longrightarrow:Aae,looparrowleft:wae,looparrowright:Oae,lopar:Mae,Lopf:Rae,lopf:Nae,loplus:kae,lotimes:Dae,lowast:Iae,lowbar:Hae,LowerLeftArrow:Pae,LowerRightArrow:Vae,loz:$ae,lozenge:Bae,lozf:Fae,lpar:Uae,lparlt:Gae,lrarr:qae,lrcorner:jae,lrhar:zae,lrhard:Yae,lrm:Wae,lrtri:Kae,lsaquo:Zae,lscr:Xae,Lscr:Jae,lsh:e2e,Lsh:t2e,lsim:n2e,lsime:r2e,lsimg:o2e,lsqb:i2e,lsquo:s2e,lsquor:a2e,Lstrok:l2e,lstrok:c2e,ltcc:u2e,ltcir:d2e,lt:T2e,LT:f2e,Lt:p2e,ltdot:h2e,lthree:m2e,ltimes:g2e,ltlarr:_2e,ltquest:Q2e,ltri:v2e,ltrie:y2e,ltrif:b2e,ltrPar:E2e,lurdshar:x2e,luruhar:S2e,lvertneqq:L2e,lvnE:C2e,macr:A2e,male:w2e,malt:O2e,maltese:M2e,Map:"⤅",map:R2e,mapsto:N2e,mapstodown:k2e,mapstoleft:D2e,mapstoup:I2e,marker:H2e,mcomma:P2e,Mcy:V2e,mcy:$2e,mdash:B2e,mDDot:F2e,measuredangle:U2e,MediumSpace:G2e,Mellintrf:q2e,Mfr:j2e,mfr:z2e,mho:Y2e,micro:W2e,midast:K2e,midcir:Z2e,mid:X2e,middot:J2e,minusb:ele,minus:tle,minusd:nle,minusdu:rle,MinusPlus:ole,mlcp:ile,mldr:sle,mnplus:ale,models:lle,Mopf:cle,mopf:ule,mp:dle,mscr:Tle,Mscr:fle,mstpos:ple,Mu:hle,mu:mle,multimap:gle,mumap:_le,nabla:Qle,Nacute:vle,nacute:yle,nang:ble,nap:Ele,napE:xle,napid:Sle,napos:Lle,napprox:Cle,natural:Ale,naturals:wle,natur:Ole,nbsp:Mle,nbump:Rle,nbumpe:Nle,ncap:kle,Ncaron:Dle,ncaron:Ile,Ncedil:Hle,ncedil:Ple,ncong:Vle,ncongdot:$le,ncup:Ble,Ncy:Fle,ncy:Ule,ndash:Gle,nearhk:qle,nearr:jle,neArr:zle,nearrow:Yle,ne:Wle,nedot:Kle,NegativeMediumSpace:Zle,NegativeThickSpace:Xle,NegativeThinSpace:Jle,NegativeVeryThinSpace:e3e,nequiv:t3e,nesear:n3e,nesim:r3e,NestedGreaterGreater:o3e,NestedLessLess:i3e,NewLine:s3e,nexist:a3e,nexists:l3e,Nfr:c3e,nfr:u3e,ngE:d3e,nge:T3e,ngeq:f3e,ngeqq:p3e,ngeqslant:h3e,nges:m3e,nGg:g3e,ngsim:_3e,nGt:Q3e,ngt:v3e,ngtr:y3e,nGtv:b3e,nharr:E3e,nhArr:x3e,nhpar:S3e,ni:L3e,nis:C3e,nisd:A3e,niv:w3e,NJcy:O3e,njcy:M3e,nlarr:R3e,nlArr:N3e,nldr:k3e,nlE:D3e,nle:I3e,nleftarrow:H3e,nLeftarrow:P3e,nleftrightarrow:V3e,nLeftrightarrow:$3e,nleq:B3e,nleqq:F3e,nleqslant:U3e,nles:G3e,nless:q3e,nLl:j3e,nlsim:z3e,nLt:Y3e,nlt:W3e,nltri:K3e,nltrie:Z3e,nLtv:X3e,nmid:J3e,NoBreak:e4e,NonBreakingSpace:t4e,nopf:n4e,Nopf:r4e,Not:o4e,not:i4e,NotCongruent:s4e,NotCupCap:a4e,NotDoubleVerticalBar:l4e,NotElement:c4e,NotEqual:u4e,NotEqualTilde:d4e,NotExists:T4e,NotGreater:f4e,NotGreaterEqual:p4e,NotGreaterFullEqual:h4e,NotGreaterGreater:m4e,NotGreaterLess:g4e,NotGreaterSlantEqual:_4e,NotGreaterTilde:Q4e,NotHumpDownHump:v4e,NotHumpEqual:y4e,notin:b4e,notindot:E4e,notinE:x4e,notinva:S4e,notinvb:L4e,notinvc:C4e,NotLeftTriangleBar:A4e,NotLeftTriangle:w4e,NotLeftTriangleEqual:O4e,NotLess:M4e,NotLessEqual:R4e,NotLessGreater:N4e,NotLessLess:k4e,NotLessSlantEqual:D4e,NotLessTilde:I4e,NotNestedGreaterGreater:H4e,NotNestedLessLess:P4e,notni:V4e,notniva:$4e,notnivb:B4e,notnivc:F4e,NotPrecedes:U4e,NotPrecedesEqual:G4e,NotPrecedesSlantEqual:q4e,NotReverseElement:j4e,NotRightTriangleBar:z4e,NotRightTriangle:Y4e,NotRightTriangleEqual:W4e,NotSquareSubset:K4e,NotSquareSubsetEqual:Z4e,NotSquareSuperset:X4e,NotSquareSupersetEqual:J4e,NotSubset:e0e,NotSubsetEqual:t0e,NotSucceeds:n0e,NotSucceedsEqual:r0e,NotSucceedsSlantEqual:o0e,NotSucceedsTilde:i0e,NotSuperset:s0e,NotSupersetEqual:a0e,NotTilde:l0e,NotTildeEqual:c0e,NotTildeFullEqual:u0e,NotTildeTilde:d0e,NotVerticalBar:T0e,nparallel:f0e,npar:p0e,nparsl:h0e,npart:m0e,npolint:g0e,npr:_0e,nprcue:Q0e,nprec:v0e,npreceq:y0e,npre:b0e,nrarrc:E0e,nrarr:x0e,nrArr:S0e,nrarrw:L0e,nrightarrow:C0e,nRightarrow:A0e,nrtri:w0e,nrtrie:O0e,nsc:M0e,nsccue:R0e,nsce:N0e,Nscr:k0e,nscr:D0e,nshortmid:I0e,nshortparallel:H0e,nsim:P0e,nsime:V0e,nsimeq:$0e,nsmid:B0e,nspar:F0e,nsqsube:U0e,nsqsupe:G0e,nsub:q0e,nsubE:j0e,nsube:z0e,nsubset:Y0e,nsubseteq:W0e,nsubseteqq:K0e,nsucc:Z0e,nsucceq:X0e,nsup:J0e,nsupE:ece,nsupe:tce,nsupset:nce,nsupseteq:rce,nsupseteqq:oce,ntgl:ice,Ntilde:sce,ntilde:ace,ntlg:lce,ntriangleleft:cce,ntrianglelefteq:uce,ntriangleright:dce,ntrianglerighteq:Tce,Nu:fce,nu:pce,num:hce,numero:mce,numsp:gce,nvap:_ce,nvdash:Qce,nvDash:vce,nVdash:yce,nVDash:bce,nvge:Ece,nvgt:xce,nvHarr:Sce,nvinfin:Lce,nvlArr:Cce,nvle:Ace,nvlt:wce,nvltrie:Oce,nvrArr:Mce,nvrtrie:Rce,nvsim:Nce,nwarhk:kce,nwarr:Dce,nwArr:Ice,nwarrow:Hce,nwnear:Pce,Oacute:Vce,oacute:$ce,oast:Bce,Ocirc:Fce,ocirc:Uce,ocir:Gce,Ocy:qce,ocy:jce,odash:zce,Odblac:Yce,odblac:Wce,odiv:Kce,odot:Zce,odsold:Xce,OElig:Jce,oelig:e6e,ofcir:t6e,Ofr:n6e,ofr:r6e,ogon:o6e,Ograve:i6e,ograve:s6e,ogt:a6e,ohbar:l6e,ohm:c6e,oint:u6e,olarr:d6e,olcir:T6e,olcross:f6e,oline:p6e,olt:h6e,Omacr:m6e,omacr:g6e,Omega:_6e,omega:Q6e,Omicron:v6e,omicron:y6e,omid:b6e,ominus:E6e,Oopf:x6e,oopf:S6e,opar:L6e,OpenCurlyDoubleQuote:C6e,OpenCurlyQuote:A6e,operp:w6e,oplus:O6e,orarr:M6e,Or:R6e,or:N6e,ord:k6e,order:D6e,orderof:I6e,ordf:H6e,ordm:P6e,origof:V6e,oror:$6e,orslope:B6e,orv:F6e,oS:U6e,Oscr:G6e,oscr:q6e,Oslash:j6e,oslash:z6e,osol:Y6e,Otilde:W6e,otilde:K6e,otimesas:Z6e,Otimes:X6e,otimes:J6e,Ouml:e5e,ouml:t5e,ovbar:n5e,OverBar:r5e,OverBrace:o5e,OverBracket:i5e,OverParenthesis:s5e,para:a5e,parallel:l5e,par:c5e,parsim:u5e,parsl:d5e,part:T5e,PartialD:f5e,Pcy:p5e,pcy:h5e,percnt:m5e,period:g5e,permil:_5e,perp:Q5e,pertenk:v5e,Pfr:y5e,pfr:b5e,Phi:E5e,phi:x5e,phiv:S5e,phmmat:L5e,phone:C5e,Pi:A5e,pi:w5e,pitchfork:O5e,piv:M5e,planck:R5e,planckh:N5e,plankv:k5e,plusacir:D5e,plusb:I5e,pluscir:H5e,plus:P5e,plusdo:V5e,plusdu:$5e,pluse:B5e,PlusMinus:F5e,plusmn:U5e,plussim:G5e,plustwo:q5e,pm:j5e,Poincareplane:z5e,pointint:Y5e,popf:W5e,Popf:K5e,pound:Z5e,prap:X5e,Pr:J5e,pr:eue,prcue:tue,precapprox:nue,prec:rue,preccurlyeq:oue,Precedes:iue,PrecedesEqual:sue,PrecedesSlantEqual:aue,PrecedesTilde:lue,preceq:cue,precnapprox:uue,precneqq:due,precnsim:Tue,pre:fue,prE:pue,precsim:hue,prime:mue,Prime:gue,primes:_ue,prnap:Que,prnE:vue,prnsim:yue,prod:bue,Product:Eue,profalar:xue,profline:Sue,profsurf:Lue,prop:Cue,Proportional:Aue,Proportion:wue,propto:Oue,prsim:Mue,prurel:Rue,Pscr:Nue,pscr:kue,Psi:Due,psi:Iue,puncsp:Hue,Qfr:Pue,qfr:Vue,qint:$ue,qopf:Bue,Qopf:Fue,qprime:Uue,Qscr:Gue,qscr:que,quaternions:jue,quatint:zue,quest:Yue,questeq:Wue,quot:Kue,QUOT:Zue,rAarr:Xue,race:Jue,Racute:ede,racute:tde,radic:nde,raemptyv:rde,rang:ode,Rang:ide,rangd:sde,range:ade,rangle:lde,raquo:cde,rarrap:ude,rarrb:dde,rarrbfs:Tde,rarrc:fde,rarr:pde,Rarr:hde,rArr:mde,rarrfs:gde,rarrhk:_de,rarrlp:Qde,rarrpl:vde,rarrsim:yde,Rarrtl:bde,rarrtl:Ede,rarrw:xde,ratail:Sde,rAtail:Lde,ratio:Cde,rationals:Ade,rbarr:wde,rBarr:Ode,RBarr:Mde,rbbrk:Rde,rbrace:Nde,rbrack:kde,rbrke:Dde,rbrksld:Ide,rbrkslu:Hde,Rcaron:Pde,rcaron:Vde,Rcedil:$de,rcedil:Bde,rceil:Fde,rcub:Ude,Rcy:Gde,rcy:qde,rdca:jde,rdldhar:zde,rdquo:Yde,rdquor:Wde,rdsh:Kde,real:Zde,realine:Xde,realpart:Jde,reals:e7e,Re:t7e,rect:n7e,reg:r7e,REG:o7e,ReverseElement:i7e,ReverseEquilibrium:s7e,ReverseUpEquilibrium:a7e,rfisht:l7e,rfloor:c7e,rfr:u7e,Rfr:d7e,rHar:T7e,rhard:f7e,rharu:p7e,rharul:h7e,Rho:m7e,rho:g7e,rhov:_7e,RightAngleBracket:Q7e,RightArrowBar:v7e,rightarrow:y7e,RightArrow:b7e,Rightarrow:E7e,RightArrowLeftArrow:x7e,rightarrowtail:S7e,RightCeiling:L7e,RightDoubleBracket:C7e,RightDownTeeVector:A7e,RightDownVectorBar:w7e,RightDownVector:O7e,RightFloor:M7e,rightharpoondown:R7e,rightharpoonup:N7e,rightleftarrows:k7e,rightleftharpoons:D7e,rightrightarrows:I7e,rightsquigarrow:H7e,RightTeeArrow:P7e,RightTee:V7e,RightTeeVector:$7e,rightthreetimes:B7e,RightTriangleBar:F7e,RightTriangle:U7e,RightTriangleEqual:G7e,RightUpDownVector:q7e,RightUpTeeVector:j7e,RightUpVectorBar:z7e,RightUpVector:Y7e,RightVectorBar:W7e,RightVector:K7e,ring:Z7e,risingdotseq:X7e,rlarr:J7e,rlhar:e8e,rlm:t8e,rmoustache:n8e,rmoust:r8e,rnmid:o8e,roang:i8e,roarr:s8e,robrk:a8e,ropar:l8e,ropf:c8e,Ropf:u8e,roplus:d8e,rotimes:T8e,RoundImplies:f8e,rpar:p8e,rpargt:h8e,rppolint:m8e,rrarr:g8e,Rrightarrow:_8e,rsaquo:Q8e,rscr:v8e,Rscr:y8e,rsh:b8e,Rsh:E8e,rsqb:x8e,rsquo:S8e,rsquor:L8e,rthree:C8e,rtimes:A8e,rtri:w8e,rtrie:O8e,rtrif:M8e,rtriltri:R8e,RuleDelayed:N8e,ruluhar:k8e,rx:D8e,Sacute:I8e,sacute:H8e,sbquo:P8e,scap:V8e,Scaron:$8e,scaron:B8e,Sc:F8e,sc:U8e,sccue:G8e,sce:q8e,scE:j8e,Scedil:z8e,scedil:Y8e,Scirc:W8e,scirc:K8e,scnap:Z8e,scnE:X8e,scnsim:J8e,scpolint:e9e,scsim:t9e,Scy:n9e,scy:r9e,sdotb:o9e,sdot:i9e,sdote:s9e,searhk:a9e,searr:l9e,seArr:c9e,searrow:u9e,sect:d9e,semi:T9e,seswar:f9e,setminus:p9e,setmn:h9e,sext:m9e,Sfr:g9e,sfr:_9e,sfrown:Q9e,sharp:v9e,SHCHcy:y9e,shchcy:b9e,SHcy:E9e,shcy:x9e,ShortDownArrow:S9e,ShortLeftArrow:L9e,shortmid:C9e,shortparallel:A9e,ShortRightArrow:w9e,ShortUpArrow:O9e,shy:M9e,Sigma:R9e,sigma:N9e,sigmaf:k9e,sigmav:D9e,sim:I9e,simdot:H9e,sime:P9e,simeq:V9e,simg:$9e,simgE:B9e,siml:F9e,simlE:U9e,simne:G9e,simplus:q9e,simrarr:j9e,slarr:z9e,SmallCircle:Y9e,smallsetminus:W9e,smashp:K9e,smeparsl:Z9e,smid:X9e,smile:J9e,smt:eTe,smte:tTe,smtes:nTe,SOFTcy:rTe,softcy:oTe,solbar:iTe,solb:sTe,sol:aTe,Sopf:lTe,sopf:cTe,spades:uTe,spadesuit:dTe,spar:TTe,sqcap:fTe,sqcaps:pTe,sqcup:hTe,sqcups:mTe,Sqrt:gTe,sqsub:_Te,sqsube:QTe,sqsubset:vTe,sqsubseteq:yTe,sqsup:bTe,sqsupe:ETe,sqsupset:xTe,sqsupseteq:STe,square:LTe,Square:CTe,SquareIntersection:ATe,SquareSubset:wTe,SquareSubsetEqual:OTe,SquareSuperset:MTe,SquareSupersetEqual:RTe,SquareUnion:NTe,squarf:kTe,squ:DTe,squf:ITe,srarr:HTe,Sscr:PTe,sscr:VTe,ssetmn:$Te,ssmile:BTe,sstarf:FTe,Star:UTe,star:GTe,starf:qTe,straightepsilon:jTe,straightphi:zTe,strns:YTe,sub:WTe,Sub:KTe,subdot:ZTe,subE:XTe,sube:JTe,subedot:efe,submult:tfe,subnE:nfe,subne:rfe,subplus:ofe,subrarr:ife,subset:sfe,Subset:afe,subseteq:lfe,subseteqq:cfe,SubsetEqual:ufe,subsetneq:dfe,subsetneqq:Tfe,subsim:ffe,subsub:pfe,subsup:hfe,succapprox:mfe,succ:gfe,succcurlyeq:_fe,Succeeds:Qfe,SucceedsEqual:vfe,SucceedsSlantEqual:yfe,SucceedsTilde:bfe,succeq:Efe,succnapprox:xfe,succneqq:Sfe,succnsim:Lfe,succsim:Cfe,SuchThat:Afe,sum:wfe,Sum:Ofe,sung:Mfe,sup1:Rfe,sup2:Nfe,sup3:kfe,sup:Dfe,Sup:Ife,supdot:Hfe,supdsub:Pfe,supE:Vfe,supe:$fe,supedot:Bfe,Superset:Ffe,SupersetEqual:Ufe,suphsol:Gfe,suphsub:qfe,suplarr:jfe,supmult:zfe,supnE:Yfe,supne:Wfe,supplus:Kfe,supset:Zfe,Supset:Xfe,supseteq:Jfe,supseteqq:epe,supsetneq:tpe,supsetneqq:npe,supsim:rpe,supsub:ope,supsup:ipe,swarhk:spe,swarr:ape,swArr:lpe,swarrow:cpe,swnwar:upe,szlig:dpe,Tab:Tpe,target:fpe,Tau:ppe,tau:hpe,tbrk:mpe,Tcaron:gpe,tcaron:_pe,Tcedil:Qpe,tcedil:vpe,Tcy:ype,tcy:bpe,tdot:Epe,telrec:xpe,Tfr:Spe,tfr:Lpe,there4:Cpe,therefore:Ape,Therefore:wpe,Theta:Ope,theta:Mpe,thetasym:Rpe,thetav:Npe,thickapprox:kpe,thicksim:Dpe,ThickSpace:Ipe,ThinSpace:Hpe,thinsp:Ppe,thkap:Vpe,thksim:$pe,THORN:Bpe,thorn:Fpe,tilde:Upe,Tilde:Gpe,TildeEqual:qpe,TildeFullEqual:jpe,TildeTilde:zpe,timesbar:Ype,timesb:Wpe,times:Kpe,timesd:Zpe,tint:Xpe,toea:Jpe,topbot:ehe,topcir:the,top:nhe,Topf:rhe,topf:ohe,topfork:ihe,tosa:she,tprime:ahe,trade:lhe,TRADE:che,triangle:uhe,triangledown:dhe,triangleleft:The,trianglelefteq:fhe,triangleq:phe,triangleright:hhe,trianglerighteq:mhe,tridot:ghe,trie:_he,triminus:Qhe,TripleDot:vhe,triplus:yhe,trisb:bhe,tritime:Ehe,trpezium:xhe,Tscr:She,tscr:Lhe,TScy:Che,tscy:Ahe,TSHcy:whe,tshcy:Ohe,Tstrok:Mhe,tstrok:Rhe,twixt:Nhe,twoheadleftarrow:khe,twoheadrightarrow:Dhe,Uacute:Ihe,uacute:Hhe,uarr:Phe,Uarr:Vhe,uArr:$he,Uarrocir:Bhe,Ubrcy:Fhe,ubrcy:Uhe,Ubreve:Ghe,ubreve:qhe,Ucirc:jhe,ucirc:zhe,Ucy:Yhe,ucy:Whe,udarr:Khe,Udblac:Zhe,udblac:Xhe,udhar:Jhe,ufisht:eme,Ufr:tme,ufr:nme,Ugrave:rme,ugrave:ome,uHar:ime,uharl:sme,uharr:ame,uhblk:lme,ulcorn:cme,ulcorner:ume,ulcrop:dme,ultri:Tme,Umacr:fme,umacr:pme,uml:hme,UnderBar:mme,UnderBrace:gme,UnderBracket:_me,UnderParenthesis:Qme,Union:vme,UnionPlus:yme,Uogon:bme,uogon:Eme,Uopf:xme,uopf:Sme,UpArrowBar:Lme,uparrow:Cme,UpArrow:Ame,Uparrow:wme,UpArrowDownArrow:Ome,updownarrow:Mme,UpDownArrow:Rme,Updownarrow:Nme,UpEquilibrium:kme,upharpoonleft:Dme,upharpoonright:Ime,uplus:Hme,UpperLeftArrow:Pme,UpperRightArrow:Vme,upsi:$me,Upsi:Bme,upsih:Fme,Upsilon:Ume,upsilon:Gme,UpTeeArrow:qme,UpTee:jme,upuparrows:zme,urcorn:Yme,urcorner:Wme,urcrop:Kme,Uring:Zme,uring:Xme,urtri:Jme,Uscr:ege,uscr:tge,utdot:nge,Utilde:rge,utilde:oge,utri:ige,utrif:sge,uuarr:age,Uuml:lge,uuml:cge,uwangle:uge,vangrt:dge,varepsilon:Tge,varkappa:fge,varnothing:pge,varphi:hge,varpi:mge,varpropto:gge,varr:_ge,vArr:Qge,varrho:vge,varsigma:yge,varsubsetneq:bge,varsubsetneqq:Ege,varsupsetneq:xge,varsupsetneqq:Sge,vartheta:Lge,vartriangleleft:Cge,vartriangleright:Age,vBar:wge,Vbar:Oge,vBarv:Mge,Vcy:Rge,vcy:Nge,vdash:kge,vDash:Dge,Vdash:Ige,VDash:Hge,Vdashl:Pge,veebar:Vge,vee:$ge,Vee:Bge,veeeq:Fge,vellip:Uge,verbar:Gge,Verbar:qge,vert:jge,Vert:zge,VerticalBar:Yge,VerticalLine:Wge,VerticalSeparator:Kge,VerticalTilde:Zge,VeryThinSpace:Xge,Vfr:Jge,vfr:e_e,vltri:t_e,vnsub:n_e,vnsup:r_e,Vopf:o_e,vopf:i_e,vprop:s_e,vrtri:a_e,Vscr:l_e,vscr:c_e,vsubnE:u_e,vsubne:d_e,vsupnE:T_e,vsupne:f_e,Vvdash:p_e,vzigzag:h_e,Wcirc:m_e,wcirc:g_e,wedbar:__e,wedge:Q_e,Wedge:v_e,wedgeq:y_e,weierp:b_e,Wfr:E_e,wfr:x_e,Wopf:S_e,wopf:L_e,wp:C_e,wr:A_e,wreath:w_e,Wscr:O_e,wscr:M_e,xcap:R_e,xcirc:N_e,xcup:k_e,xdtri:D_e,Xfr:I_e,xfr:H_e,xharr:P_e,xhArr:V_e,Xi:$_e,xi:B_e,xlarr:F_e,xlArr:U_e,xmap:G_e,xnis:q_e,xodot:j_e,Xopf:z_e,xopf:Y_e,xoplus:W_e,xotime:K_e,xrarr:Z_e,xrArr:X_e,Xscr:J_e,xscr:eQe,xsqcup:tQe,xuplus:nQe,xutri:rQe,xvee:oQe,xwedge:iQe,Yacute:sQe,yacute:aQe,YAcy:lQe,yacy:cQe,Ycirc:uQe,ycirc:dQe,Ycy:TQe,ycy:fQe,yen:pQe,Yfr:hQe,yfr:mQe,YIcy:gQe,yicy:_Qe,Yopf:QQe,yopf:vQe,Yscr:yQe,yscr:bQe,YUcy:EQe,yucy:xQe,yuml:SQe,Yuml:LQe,Zacute:CQe,zacute:AQe,Zcaron:wQe,zcaron:OQe,Zcy:MQe,zcy:RQe,Zdot:NQe,zdot:kQe,zeetrf:DQe,ZeroWidthSpace:IQe,Zeta:HQe,zeta:PQe,zfr:VQe,Zfr:$Qe,ZHcy:BQe,zhcy:FQe,zigrarr:UQe,zopf:GQe,Zopf:qQe,Zscr:jQe,zscr:zQe,zwj:YQe,zwnj:WQe};var HR=KQe,xm=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,c2={},xv={};function ZQe(t){var e,n,r=xv[t];if(r)return r;for(r=xv[t]=[],e=0;e<128;e++)n=String.fromCharCode(e),/^[0-9a-z]$/i.test(n)?r.push(n):r.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2));for(e=0;e"u"&&(n=!0),a=ZQe(e),r=0,o=t.length;r=55296&&i<=57343){if(i>=55296&&i<=56319&&r+1=56320&&s<=57343)){l+=encodeURIComponent(t[r]+t[r+1]),r++;continue}l+="%EF%BF%BD";continue}l+=encodeURIComponent(t[r])}return l}L6.defaultChars=";/?:@&=+$,-_.!~*'()#";L6.componentChars="-_.!~*'()";var XQe=L6,Sv={};function JQe(t){var e,n,r=Sv[t];if(r)return r;for(r=Sv[t]=[],e=0;e<128;e++)n=String.fromCharCode(e),r.push(n);for(e=0;e=55296&&u<=57343?d+="���":d+=String.fromCharCode(u),o+=6;continue}if((s&248)===240&&o+91114111?d+="����":(u-=65536,d+=String.fromCharCode(55296+(u>>10),56320+(u&1023))),o+=9;continue}d+="�"}return d})}C6.defaultChars=";/?:@&=+$,#";C6.componentChars="";var eve=C6,tve=function(e){var n="";return n+=e.protocol||"",n+=e.slashes?"//":"",n+=e.auth?e.auth+"@":"",e.hostname&&e.hostname.indexOf(":")!==-1?n+="["+e.hostname+"]":n+=e.hostname||"",n+=e.port?":"+e.port:"",n+=e.pathname||"",n+=e.search||"",n+=e.hash||"",n};function cc(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var nve=/^([a-z0-9.+-]+:)/i,rve=/:[0-9]*$/,ove=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,ive=["<",">",'"',"`"," ","\r",`
-`," "],sve=["{","}","|","\\","^","`"].concat(ive),ave=["'"].concat(sve),Lv=["%","/","?",";","#"].concat(ave),Cv=["/","?","#"],lve=255,Av=/^[+a-z0-9A-Z_-]{0,63}$/,cve=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,wv={javascript:!0,"javascript:":!0},Ov={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function uve(t,e){if(t&&t instanceof cc)return t;var n=new cc;return n.parse(t,e),n}cc.prototype.parse=function(t,e){var n,r,o,i,s,a=t;if(a=a.trim(),!e&&t.split("#").length===1){var l=ove.exec(a);if(l)return this.pathname=l[1],l[2]&&(this.search=l[2]),this}var c=nve.exec(a);if(c&&(c=c[0],o=c.toLowerCase(),this.protocol=c,a=a.substr(c.length)),(e||c||a.match(/^\/\/[^@\/]+@[^@\/]+/))&&(s=a.substr(0,2)==="//",s&&!(c&&wv[c])&&(a=a.substr(2),this.slashes=!0)),!wv[c]&&(s||c&&!Ov[c])){var u=-1;for(n=0;n127?m+="x":m+=Q[v];if(!m.match(Av)){var b=_.slice(0,n),E=_.slice(n+1),S=Q.match(cve);S&&(b.push(S[1]),E.unshift(S[2])),E.length&&(a=E.join(".")+a),this.hostname=b.join(".");break}}}}this.hostname.length>lve&&(this.hostname=""),g&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var L=a.indexOf("#");L!==-1&&(this.hash=a.substr(L),a=a.slice(0,L));var w=a.indexOf("?");return w!==-1&&(this.search=a.substr(w),a=a.slice(0,w)),a&&(this.pathname=a),Ov[o]&&this.hostname&&!this.pathname&&(this.pathname=""),this};cc.prototype.parseHost=function(t){var e=rve.exec(t);e&&(e=e[0],e!==":"&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)};var dve=uve;c2.encode=XQe;c2.decode=eve;c2.format=tve;c2.parse=dve;var Ps={},Pd,Mv;function PR(){return Mv||(Mv=1,Pd=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),Pd}var Vd,Rv;function VR(){return Rv||(Rv=1,Vd=/[\0-\x1F\x7F-\x9F]/),Vd}var $d,Nv;function Tve(){return Nv||(Nv=1,$d=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/),$d}var Bd,kv;function $R(){return kv||(kv=1,Bd=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/),Bd}var Dv;function fve(){return Dv||(Dv=1,Ps.Any=PR(),Ps.Cc=VR(),Ps.Cf=Tve(),Ps.P=xm,Ps.Z=$R()),Ps}(function(t){function e(P){return Object.prototype.toString.call(P)}function n(P){return e(P)==="[object String]"}var r=Object.prototype.hasOwnProperty;function o(P,B){return r.call(P,B)}function i(P){var B=Array.prototype.slice.call(arguments,1);return B.forEach(function($){if($){if(typeof $!="object")throw new TypeError($+"must be object");Object.keys($).forEach(function(q){P[q]=$[q]})}}),P}function s(P,B,$){return[].concat(P.slice(0,B),$,P.slice(B+1))}function a(P){return!(P>=55296&&P<=57343||P>=64976&&P<=65007||(P&65535)===65535||(P&65535)===65534||P>=0&&P<=8||P===11||P>=14&&P<=31||P>=127&&P<=159||P>1114111)}function l(P){if(P>65535){P-=65536;var B=55296+(P>>10),$=56320+(P&1023);return String.fromCharCode(B,$)}return String.fromCharCode(P)}var c=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,u=/&([a-z#][a-z0-9]{1,31});/gi,d=new RegExp(c.source+"|"+u.source,"gi"),f=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i,T=HR;function g(P,B){var $;return o(T,B)?T[B]:B.charCodeAt(0)===35&&f.test(B)&&($=B[1].toLowerCase()==="x"?parseInt(B.slice(2),16):parseInt(B.slice(1),10),a($))?l($):P}function _(P){return P.indexOf("\\")<0?P:P.replace(c,"$1")}function Q(P){return P.indexOf("\\")<0&&P.indexOf("&")<0?P:P.replace(d,function(B,$,q){return $||g(B,q)})}var m=/[&<>"]/,v=/[&<>"]/g,y={"&":"&","<":"<",">":">",'"':"""};function b(P){return y[P]}function E(P){return m.test(P)?P.replace(v,b):P}var S=/[.?*+^$[\]\\(){}|-]/g;function L(P){return P.replace(S,"\\$&")}function w(P){switch(P){case 9:case 32:return!0}return!1}function A(P){if(P>=8192&&P<=8202)return!0;switch(P){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}var M=xm;function D(P){return M.test(P)}function I(P){switch(P){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function V(P){return P=P.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(P=P.replace(/ẞ/g,"ß")),P.toLowerCase().toUpperCase()}t.lib={},t.lib.mdurl=c2,t.lib.ucmicro=fve(),t.assign=i,t.isString=n,t.has=o,t.unescapeMd=_,t.unescapeAll=Q,t.isValidEntityCode=a,t.fromCodePoint=l,t.escapeHtml=E,t.arrayReplaceAt=s,t.isSpace=w,t.isWhiteSpace=A,t.isMdAsciiPunct=I,t.isPunctChar=D,t.escapeRE=L,t.normalizeReference=V})(Ht);var A6={},pve=function(e,n,r){var o,i,s,a,l=-1,c=e.posMax,u=e.pos;for(e.pos=n+1,o=1;e.pos32))return a;if(o===41){if(i===0)break;i--}s++}return n===s||i!==0||(a.str=Iv(e.slice(n,s)),a.pos=s,a.ok=!0),a},mve=Ht.unescapeAll,gve=function(e,n,r){var o,i,s=0,a=n,l={ok:!1,pos:0,lines:0,str:""};if(a>=r||(i=e.charCodeAt(a),i!==34&&i!==39&&i!==40))return l;for(a++,i===40&&(i=41);a"+b1(i.content)+""};Ko.code_block=function(t,e,n,r,o){var i=t[e];return""+b1(t[e].content)+`
-`};Ko.fence=function(t,e,n,r,o){var i=t[e],s=i.info?Qve(i.info).trim():"",a="",l="",c,u,d,f,T;return s&&(d=s.split(/(\s+)/g),a=d[0],l=d.slice(2).join("")),n.highlight?c=n.highlight(i.content,a,l)||b1(i.content):c=b1(i.content),c.indexOf("1?arguments[1]:void 0,v=m!==void 0,y=0,b=d(g),E,S,L,w;if(v&&(m=i(m,Q>2?arguments[2]:void 0,2)),b!=null&&!(_==Array&&l(b)))for(w=b.call(g),S=new _;!(L=w.next()).done;y++)u(S,y,v?a(w,m,[L.value,y],!0):L.value);else for(E=c(g.length),S=new _(E);E>y;y++)u(S,y,v?m(g[y],y):g[y]);return S.length=y,S}},"./node_modules/core-js/internals/array-includes.js":function(n,r,o){var i=o("./node_modules/core-js/internals/to-indexed-object.js"),s=o("./node_modules/core-js/internals/to-length.js"),a=o("./node_modules/core-js/internals/to-absolute-index.js");n.exports=function(l){return function(c,u,d){var f=i(c),T=s(f.length),g=a(d,T),_;if(l&&u!=u){for(;T>g;)if(_=f[g++],_!=_)return!0}else for(;T>g;g++)if((l||g in f)&&f[g]===u)return l||g||0;return!l&&-1}}},"./node_modules/core-js/internals/bind-context.js":function(n,r,o){var i=o("./node_modules/core-js/internals/a-function.js");n.exports=function(s,a,l){if(i(s),a===void 0)return s;switch(l){case 0:return function(){return s.call(a)};case 1:return function(c){return s.call(a,c)};case 2:return function(c,u){return s.call(a,c,u)};case 3:return function(c,u,d){return s.call(a,c,u,d)}}return function(){return s.apply(a,arguments)}}},"./node_modules/core-js/internals/call-with-safe-iteration-closing.js":function(n,r,o){var i=o("./node_modules/core-js/internals/an-object.js");n.exports=function(s,a,l,c){try{return c?a(i(l)[0],l[1]):a(l)}catch(d){var u=s.return;throw u!==void 0&&i(u.call(s)),d}}},"./node_modules/core-js/internals/check-correctness-of-iteration.js":function(n,r,o){var i=o("./node_modules/core-js/internals/well-known-symbol.js"),s=i("iterator"),a=!1;try{var l=0,c={next:function(){return{done:!!l++}},return:function(){a=!0}};c[s]=function(){return this},Array.from(c,function(){throw 2})}catch{}n.exports=function(u,d){if(!d&&!a)return!1;var f=!1;try{var T={};T[s]=function(){return{next:function(){return{done:f=!0}}}},u(T)}catch{}return f}},"./node_modules/core-js/internals/classof-raw.js":function(n,r){var o={}.toString;n.exports=function(i){return o.call(i).slice(8,-1)}},"./node_modules/core-js/internals/classof.js":function(n,r,o){var i=o("./node_modules/core-js/internals/classof-raw.js"),s=o("./node_modules/core-js/internals/well-known-symbol.js"),a=s("toStringTag"),l=i(function(){return arguments}())=="Arguments",c=function(u,d){try{return u[d]}catch{}};n.exports=function(u){var d,f,T;return u===void 0?"Undefined":u===null?"Null":typeof(f=c(d=Object(u),a))=="string"?f:l?i(d):(T=i(d))=="Object"&&typeof d.callee=="function"?"Arguments":T}},"./node_modules/core-js/internals/copy-constructor-properties.js":function(n,r,o){var i=o("./node_modules/core-js/internals/has.js"),s=o("./node_modules/core-js/internals/own-keys.js"),a=o("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),l=o("./node_modules/core-js/internals/object-define-property.js");n.exports=function(c,u){for(var d=s(u),f=l.f,T=a.f,g=0;g",E="java"+y+":",S;for(Q.style.display="none",c.appendChild(Q),Q.src=String(E),S=Q.contentWindow.document,S.open(),S.write(v+y+b+"document.F=Object"+v+"/"+y+b),S.close(),_=S.F;m--;)delete _[T][a[m]];return _()};n.exports=Object.create||function(m,v){var y;return m!==null?(g[T]=i(m),y=new g,g[T]=null,y[f]=m):y=_(),v===void 0?y:s(y,v)},l[f]=!0},"./node_modules/core-js/internals/object-define-properties.js":function(n,r,o){var i=o("./node_modules/core-js/internals/descriptors.js"),s=o("./node_modules/core-js/internals/object-define-property.js"),a=o("./node_modules/core-js/internals/an-object.js"),l=o("./node_modules/core-js/internals/object-keys.js");n.exports=i?Object.defineProperties:function(u,d){a(u);for(var f=l(d),T=f.length,g=0,_;T>g;)s.f(u,_=f[g++],d[_]);return u}},"./node_modules/core-js/internals/object-define-property.js":function(n,r,o){var i=o("./node_modules/core-js/internals/descriptors.js"),s=o("./node_modules/core-js/internals/ie8-dom-define.js"),a=o("./node_modules/core-js/internals/an-object.js"),l=o("./node_modules/core-js/internals/to-primitive.js"),c=Object.defineProperty;r.f=i?c:function(d,f,T){if(a(d),f=l(f,!0),a(T),s)try{return c(d,f,T)}catch{}if("get"in T||"set"in T)throw TypeError("Accessors not supported");return"value"in T&&(d[f]=T.value),d}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":function(n,r,o){var i=o("./node_modules/core-js/internals/descriptors.js"),s=o("./node_modules/core-js/internals/object-property-is-enumerable.js"),a=o("./node_modules/core-js/internals/create-property-descriptor.js"),l=o("./node_modules/core-js/internals/to-indexed-object.js"),c=o("./node_modules/core-js/internals/to-primitive.js"),u=o("./node_modules/core-js/internals/has.js"),d=o("./node_modules/core-js/internals/ie8-dom-define.js"),f=Object.getOwnPropertyDescriptor;r.f=i?f:function(g,_){if(g=l(g),_=c(_,!0),d)try{return f(g,_)}catch{}if(u(g,_))return a(!s.f.call(g,_),g[_])}},"./node_modules/core-js/internals/object-get-own-property-names.js":function(n,r,o){var i=o("./node_modules/core-js/internals/object-keys-internal.js"),s=o("./node_modules/core-js/internals/enum-bug-keys.js"),a=s.concat("length","prototype");r.f=Object.getOwnPropertyNames||function(c){return i(c,a)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":function(n,r){r.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":function(n,r,o){var i=o("./node_modules/core-js/internals/has.js"),s=o("./node_modules/core-js/internals/to-object.js"),a=o("./node_modules/core-js/internals/shared-key.js"),l=o("./node_modules/core-js/internals/correct-prototype-getter.js"),c=a("IE_PROTO"),u=Object.prototype;n.exports=l?Object.getPrototypeOf:function(d){return d=s(d),i(d,c)?d[c]:typeof d.constructor=="function"&&d instanceof d.constructor?d.constructor.prototype:d instanceof Object?u:null}},"./node_modules/core-js/internals/object-keys-internal.js":function(n,r,o){var i=o("./node_modules/core-js/internals/has.js"),s=o("./node_modules/core-js/internals/to-indexed-object.js"),a=o("./node_modules/core-js/internals/array-includes.js"),l=o("./node_modules/core-js/internals/hidden-keys.js"),c=a(!1);n.exports=function(u,d){var f=s(u),T=0,g=[],_;for(_ in f)!i(l,_)&&i(f,_)&&g.push(_);for(;d.length>T;)i(f,_=d[T++])&&(~c(g,_)||g.push(_));return g}},"./node_modules/core-js/internals/object-keys.js":function(n,r,o){var i=o("./node_modules/core-js/internals/object-keys-internal.js"),s=o("./node_modules/core-js/internals/enum-bug-keys.js");n.exports=Object.keys||function(l){return i(l,s)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(n,r,o){var i={}.propertyIsEnumerable,s=Object.getOwnPropertyDescriptor,a=s&&!i.call({1:2},1);r.f=a?function(c){var u=s(this,c);return!!u&&u.enumerable}:i},"./node_modules/core-js/internals/object-set-prototype-of.js":function(n,r,o){var i=o("./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");n.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var s=!1,a={},l;try{l=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,l.call(a,[]),s=a instanceof Array}catch{}return function(u,d){return i(u,d),s?l.call(u,d):u.__proto__=d,u}}():void 0)},"./node_modules/core-js/internals/own-keys.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/object-get-own-property-names.js"),a=o("./node_modules/core-js/internals/object-get-own-property-symbols.js"),l=o("./node_modules/core-js/internals/an-object.js"),c=i.Reflect;n.exports=c&&c.ownKeys||function(d){var f=s.f(l(d)),T=a.f;return T?f.concat(T(d)):f}},"./node_modules/core-js/internals/path.js":function(n,r,o){n.exports=o("./node_modules/core-js/internals/global.js")},"./node_modules/core-js/internals/redefine.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/shared.js"),a=o("./node_modules/core-js/internals/hide.js"),l=o("./node_modules/core-js/internals/has.js"),c=o("./node_modules/core-js/internals/set-global.js"),u=o("./node_modules/core-js/internals/function-to-string.js"),d=o("./node_modules/core-js/internals/internal-state.js"),f=d.get,T=d.enforce,g=String(u).split("toString");s("inspectSource",function(_){return u.call(_)}),(n.exports=function(_,Q,m,v){var y=v?!!v.unsafe:!1,b=v?!!v.enumerable:!1,E=v?!!v.noTargetGet:!1;if(typeof m=="function"&&(typeof Q=="string"&&!l(m,"name")&&a(m,"name",Q),T(m).source=g.join(typeof Q=="string"?Q:"")),_===i){b?_[Q]=m:c(Q,m);return}else y?!E&&_[Q]&&(b=!0):delete _[Q];b?_[Q]=m:a(_,Q,m)})(Function.prototype,"toString",function(){return typeof this=="function"&&f(this).source||u.call(this)})},"./node_modules/core-js/internals/require-object-coercible.js":function(n,r){n.exports=function(o){if(o==null)throw TypeError("Can't call method on "+o);return o}},"./node_modules/core-js/internals/set-global.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/hide.js");n.exports=function(a,l){try{s(i,a,l)}catch{i[a]=l}return l}},"./node_modules/core-js/internals/set-to-string-tag.js":function(n,r,o){var i=o("./node_modules/core-js/internals/object-define-property.js").f,s=o("./node_modules/core-js/internals/has.js"),a=o("./node_modules/core-js/internals/well-known-symbol.js"),l=a("toStringTag");n.exports=function(c,u,d){c&&!s(c=d?c:c.prototype,l)&&i(c,l,{configurable:!0,value:u})}},"./node_modules/core-js/internals/shared-key.js":function(n,r,o){var i=o("./node_modules/core-js/internals/shared.js"),s=o("./node_modules/core-js/internals/uid.js"),a=i("keys");n.exports=function(l){return a[l]||(a[l]=s(l))}},"./node_modules/core-js/internals/shared.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/set-global.js"),a=o("./node_modules/core-js/internals/is-pure.js"),l="__core-js_shared__",c=i[l]||s(l,{});(n.exports=function(u,d){return c[u]||(c[u]=d!==void 0?d:{})})("versions",[]).push({version:"3.1.3",mode:a?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"./node_modules/core-js/internals/string-at.js":function(n,r,o){var i=o("./node_modules/core-js/internals/to-integer.js"),s=o("./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(a,l,c){var u=String(s(a)),d=i(l),f=u.length,T,g;return d<0||d>=f?c?"":void 0:(T=u.charCodeAt(d),T<55296||T>56319||d+1===f||(g=u.charCodeAt(d+1))<56320||g>57343?c?u.charAt(d):T:c?u.slice(d,d+2):(T-55296<<10)+(g-56320)+65536)}},"./node_modules/core-js/internals/to-absolute-index.js":function(n,r,o){var i=o("./node_modules/core-js/internals/to-integer.js"),s=Math.max,a=Math.min;n.exports=function(l,c){var u=i(l);return u<0?s(u+c,0):a(u,c)}},"./node_modules/core-js/internals/to-indexed-object.js":function(n,r,o){var i=o("./node_modules/core-js/internals/indexed-object.js"),s=o("./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(a){return i(s(a))}},"./node_modules/core-js/internals/to-integer.js":function(n,r){var o=Math.ceil,i=Math.floor;n.exports=function(s){return isNaN(s=+s)?0:(s>0?i:o)(s)}},"./node_modules/core-js/internals/to-length.js":function(n,r,o){var i=o("./node_modules/core-js/internals/to-integer.js"),s=Math.min;n.exports=function(a){return a>0?s(i(a),9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":function(n,r,o){var i=o("./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(s){return Object(i(s))}},"./node_modules/core-js/internals/to-primitive.js":function(n,r,o){var i=o("./node_modules/core-js/internals/is-object.js");n.exports=function(s,a){if(!i(s))return s;var l,c;if(a&&typeof(l=s.toString)=="function"&&!i(c=l.call(s))||typeof(l=s.valueOf)=="function"&&!i(c=l.call(s))||!a&&typeof(l=s.toString)=="function"&&!i(c=l.call(s)))return c;throw TypeError("Can't convert object to primitive value")}},"./node_modules/core-js/internals/uid.js":function(n,r){var o=0,i=Math.random();n.exports=function(s){return"Symbol(".concat(s===void 0?"":s,")_",(++o+i).toString(36))}},"./node_modules/core-js/internals/validate-set-prototype-of-arguments.js":function(n,r,o){var i=o("./node_modules/core-js/internals/is-object.js"),s=o("./node_modules/core-js/internals/an-object.js");n.exports=function(a,l){if(s(a),!i(l)&&l!==null)throw TypeError("Can't set "+String(l)+" as a prototype")}},"./node_modules/core-js/internals/well-known-symbol.js":function(n,r,o){var i=o("./node_modules/core-js/internals/global.js"),s=o("./node_modules/core-js/internals/shared.js"),a=o("./node_modules/core-js/internals/uid.js"),l=o("./node_modules/core-js/internals/native-symbol.js"),c=i.Symbol,u=s("wks");n.exports=function(d){return u[d]||(u[d]=l&&c[d]||(l?c:a)("Symbol."+d))}},"./node_modules/core-js/modules/es.array.from.js":function(n,r,o){var i=o("./node_modules/core-js/internals/export.js"),s=o("./node_modules/core-js/internals/array-from.js"),a=o("./node_modules/core-js/internals/check-correctness-of-iteration.js"),l=!a(function(c){Array.from(c)});i({target:"Array",stat:!0,forced:l},{from:s})},"./node_modules/core-js/modules/es.string.iterator.js":function(n,r,o){var i=o("./node_modules/core-js/internals/string-at.js"),s=o("./node_modules/core-js/internals/internal-state.js"),a=o("./node_modules/core-js/internals/define-iterator.js"),l="String Iterator",c=s.set,u=s.getterFor(l);a(String,"String",function(d){c(this,{type:l,string:String(d),index:0})},function(){var f=u(this),T=f.string,g=f.index,_;return g>=T.length?{value:void 0,done:!0}:(_=i(T,g,!0),f.index+=_.length,{value:_,done:!1})})},"./node_modules/webpack/buildin/global.js":function(n,r){var o;o=function(){return this}();try{o=o||Function("return this")()||(0,eval)("this")}catch{typeof window=="object"&&(o=window)}n.exports=o},"./src/default-attrs.json":function(n){n.exports={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"}},"./src/icon.js":function(n,r,o){Object.defineProperty(r,"__esModule",{value:!0});var i=Object.assign||function(_){for(var Q=1;Q2&&arguments[2]!==void 0?arguments[2]:[];f(this,_),this.name=Q,this.contents=m,this.tags=v,this.attrs=i({},u.default,{class:"feather feather-"+Q})}return s(_,[{key:"toSvg",value:function(){var m=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},v=i({},this.attrs,m,{class:(0,l.default)(this.attrs.class,m.class)});return""+this.contents+" "}},{key:"toString",value:function(){return this.contents}}]),_}();function g(_){return Object.keys(_).map(function(Q){return Q+'="'+_[Q]+'"'}).join(" ")}r.default=T},"./src/icons.js":function(n,r,o){Object.defineProperty(r,"__esModule",{value:!0});var i=o("./src/icon.js"),s=d(i),a=o("./dist/icons.json"),l=d(a),c=o("./src/tags.json"),u=d(c);function d(f){return f&&f.__esModule?f:{default:f}}r.default=Object.keys(l.default).map(function(f){return new s.default(f,l.default[f],u.default[f])}).reduce(function(f,T){return f[T.name]=T,f},{})},"./src/index.js":function(n,r,o){var i=o("./src/icons.js"),s=d(i),a=o("./src/to-svg.js"),l=d(a),c=o("./src/replace.js"),u=d(c);function d(f){return f&&f.__esModule?f:{default:f}}n.exports={icons:s.default,toSvg:l.default,replace:u.default}},"./src/replace.js":function(n,r,o){Object.defineProperty(r,"__esModule",{value:!0});var i=Object.assign||function(g){for(var _=1;_0&&arguments[0]!==void 0?arguments[0]:{};if(typeof document>"u")throw new Error("`feather.replace()` only works in a browser environment.");var _=document.querySelectorAll("[data-feather]");Array.from(_).forEach(function(Q){return f(Q,g)})}function f(g){var _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},Q=T(g),m=Q["data-feather"];if(delete Q["data-feather"],c.default[m]===void 0){console.warn("feather: '"+m+"' is not a valid icon");return}var v=c.default[m].toSvg(i({},_,Q,{class:(0,a.default)(_.class,Q.class)})),y=new DOMParser().parseFromString(v,"image/svg+xml"),b=y.querySelector("svg");g.parentNode.replaceChild(b,g)}function T(g){return Array.from(g.attributes).reduce(function(_,Q){return _[Q.name]=Q.value,_},{})}r.default=d},"./src/tags.json":function(n){n.exports={activity:["pulse","health","action","motion"],airplay:["stream","cast","mirroring"],"alert-circle":["warning","alert","danger"],"alert-octagon":["warning","alert","danger"],"alert-triangle":["warning","alert","danger"],"align-center":["text alignment","center"],"align-justify":["text alignment","justified"],"align-left":["text alignment","left"],"align-right":["text alignment","right"],anchor:[],archive:["index","box"],"at-sign":["mention","at","email","message"],award:["achievement","badge"],aperture:["camera","photo"],"bar-chart":["statistics","diagram","graph"],"bar-chart-2":["statistics","diagram","graph"],battery:["power","electricity"],"battery-charging":["power","electricity"],bell:["alarm","notification","sound"],"bell-off":["alarm","notification","silent"],bluetooth:["wireless"],"book-open":["read","library"],book:["read","dictionary","booklet","magazine","library"],bookmark:["read","clip","marker","tag"],box:["cube"],briefcase:["work","bag","baggage","folder"],calendar:["date"],camera:["photo"],cast:["chromecast","airplay"],"chevron-down":["expand"],"chevron-up":["collapse"],circle:["off","zero","record"],clipboard:["copy"],clock:["time","watch","alarm"],"cloud-drizzle":["weather","shower"],"cloud-lightning":["weather","bolt"],"cloud-rain":["weather"],"cloud-snow":["weather","blizzard"],cloud:["weather"],codepen:["logo"],codesandbox:["logo"],code:["source","programming"],coffee:["drink","cup","mug","tea","cafe","hot","beverage"],columns:["layout"],command:["keyboard","cmd","terminal","prompt"],compass:["navigation","safari","travel","direction"],copy:["clone","duplicate"],"corner-down-left":["arrow","return"],"corner-down-right":["arrow"],"corner-left-down":["arrow"],"corner-left-up":["arrow"],"corner-right-down":["arrow"],"corner-right-up":["arrow"],"corner-up-left":["arrow"],"corner-up-right":["arrow"],cpu:["processor","technology"],"credit-card":["purchase","payment","cc"],crop:["photo","image"],crosshair:["aim","target"],database:["storage","memory"],delete:["remove"],disc:["album","cd","dvd","music"],"dollar-sign":["currency","money","payment"],droplet:["water"],edit:["pencil","change"],"edit-2":["pencil","change"],"edit-3":["pencil","change"],eye:["view","watch"],"eye-off":["view","watch","hide","hidden"],"external-link":["outbound"],facebook:["logo","social"],"fast-forward":["music"],figma:["logo","design","tool"],"file-minus":["delete","remove","erase"],"file-plus":["add","create","new"],"file-text":["data","txt","pdf"],film:["movie","video"],filter:["funnel","hopper"],flag:["report"],"folder-minus":["directory"],"folder-plus":["directory"],folder:["directory"],framer:["logo","design","tool"],frown:["emoji","face","bad","sad","emotion"],gift:["present","box","birthday","party"],"git-branch":["code","version control"],"git-commit":["code","version control"],"git-merge":["code","version control"],"git-pull-request":["code","version control"],github:["logo","version control"],gitlab:["logo","version control"],globe:["world","browser","language","translate"],"hard-drive":["computer","server","memory","data"],hash:["hashtag","number","pound"],headphones:["music","audio","sound"],heart:["like","love","emotion"],"help-circle":["question mark"],hexagon:["shape","node.js","logo"],home:["house","living"],image:["picture"],inbox:["email"],instagram:["logo","camera"],key:["password","login","authentication","secure"],layers:["stack"],layout:["window","webpage"],"life-buoy":["help","life ring","support"],link:["chain","url"],"link-2":["chain","url"],linkedin:["logo","social media"],list:["options"],lock:["security","password","secure"],"log-in":["sign in","arrow","enter"],"log-out":["sign out","arrow","exit"],mail:["email","message"],"map-pin":["location","navigation","travel","marker"],map:["location","navigation","travel"],maximize:["fullscreen"],"maximize-2":["fullscreen","arrows","expand"],meh:["emoji","face","neutral","emotion"],menu:["bars","navigation","hamburger"],"message-circle":["comment","chat"],"message-square":["comment","chat"],"mic-off":["record","sound","mute"],mic:["record","sound","listen"],minimize:["exit fullscreen","close"],"minimize-2":["exit fullscreen","arrows","close"],minus:["subtract"],monitor:["tv","screen","display"],moon:["dark","night"],"more-horizontal":["ellipsis"],"more-vertical":["ellipsis"],"mouse-pointer":["arrow","cursor"],move:["arrows"],music:["note"],navigation:["location","travel"],"navigation-2":["location","travel"],octagon:["stop"],package:["box","container"],paperclip:["attachment"],pause:["music","stop"],"pause-circle":["music","audio","stop"],"pen-tool":["vector","drawing"],percent:["discount"],"phone-call":["ring"],"phone-forwarded":["call"],"phone-incoming":["call"],"phone-missed":["call"],"phone-off":["call","mute"],"phone-outgoing":["call"],phone:["call"],play:["music","start"],"pie-chart":["statistics","diagram"],"play-circle":["music","start"],plus:["add","new"],"plus-circle":["add","new"],"plus-square":["add","new"],pocket:["logo","save"],power:["on","off"],printer:["fax","office","device"],radio:["signal"],"refresh-cw":["synchronise","arrows"],"refresh-ccw":["arrows"],repeat:["loop","arrows"],rewind:["music"],"rotate-ccw":["arrow"],"rotate-cw":["arrow"],rss:["feed","subscribe"],save:["floppy disk"],scissors:["cut"],search:["find","magnifier","magnifying glass"],send:["message","mail","email","paper airplane","paper aeroplane"],settings:["cog","edit","gear","preferences"],"share-2":["network","connections"],shield:["security","secure"],"shield-off":["security","insecure"],"shopping-bag":["ecommerce","cart","purchase","store"],"shopping-cart":["ecommerce","cart","purchase","store"],shuffle:["music"],"skip-back":["music"],"skip-forward":["music"],slack:["logo"],slash:["ban","no"],sliders:["settings","controls"],smartphone:["cellphone","device"],smile:["emoji","face","happy","good","emotion"],speaker:["audio","music"],star:["bookmark","favorite","like"],"stop-circle":["media","music"],sun:["brightness","weather","light"],sunrise:["weather","time","morning","day"],sunset:["weather","time","evening","night"],tablet:["device"],tag:["label"],target:["logo","bullseye"],terminal:["code","command line","prompt"],thermometer:["temperature","celsius","fahrenheit","weather"],"thumbs-down":["dislike","bad","emotion"],"thumbs-up":["like","good","emotion"],"toggle-left":["on","off","switch"],"toggle-right":["on","off","switch"],tool:["settings","spanner"],trash:["garbage","delete","remove","bin"],"trash-2":["garbage","delete","remove","bin"],triangle:["delta"],truck:["delivery","van","shipping","transport","lorry"],tv:["television","stream"],twitch:["logo"],twitter:["logo","social"],type:["text"],umbrella:["rain","weather"],unlock:["security"],"user-check":["followed","subscribed"],"user-minus":["delete","remove","unfollow","unsubscribe"],"user-plus":["new","add","create","follow","subscribe"],"user-x":["delete","remove","unfollow","unsubscribe","unavailable"],user:["person","account"],users:["group"],"video-off":["camera","movie","film"],video:["camera","movie","film"],voicemail:["phone"],volume:["music","sound","mute"],"volume-1":["music","sound"],"volume-2":["music","sound"],"volume-x":["music","sound","mute"],watch:["clock","time"],"wifi-off":["disabled"],wifi:["connection","signal","wireless"],wind:["weather","air"],"x-circle":["cancel","close","delete","remove","times","clear"],"x-octagon":["delete","stop","alert","warning","times","clear"],"x-square":["cancel","close","delete","remove","times","clear"],x:["cancel","close","delete","remove","times","clear"],youtube:["logo","video","play"],"zap-off":["flash","camera","lightning"],zap:["flash","camera","lightning"],"zoom-in":["magnifying glass"],"zoom-out":["magnifying glass"]}},"./src/to-svg.js":function(n,r,o){Object.defineProperty(r,"__esModule",{value:!0});var i=o("./src/icons.js"),s=a(i);function a(c){return c&&c.__esModule?c:{default:c}}function l(c){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(console.warn("feather.toSvg() is deprecated. Please use feather.icons[name].toSvg() instead."),!c)throw new Error("The required `key` (icon name) parameter is missing.");if(!s.default[c])throw new Error("No icon matching '"+c+"'. See the complete list of icons at https://feathericons.com");return s.default[c].toSvg(u)}r.default=l},0:function(n,r,o){o("./node_modules/core-js/es/array/from.js"),n.exports=o("./src/index.js")}})})})(IR);var MG=IR.exports;const Pe=l2(MG);var Ht={};const RG="Á",NG="á",kG="Ă",DG="ă",IG="∾",HG="∿",PG="∾̳",VG="Â",$G="â",BG="´",FG="А",UG="а",GG="Æ",qG="æ",jG="",zG="𝔄",YG="𝔞",WG="À",KG="à",ZG="ℵ",XG="ℵ",JG="Α",eq="α",tq="Ā",nq="ā",rq="⨿",oq="&",iq="&",sq="⩕",aq="⩓",lq="∧",cq="⩜",uq="⩘",dq="⩚",Tq="∠",fq="⦤",pq="∠",hq="⦨",mq="⦩",gq="⦪",_q="⦫",Qq="⦬",vq="⦭",yq="⦮",bq="⦯",Eq="∡",xq="∟",Sq="⊾",Lq="⦝",Cq="∢",Aq="Å",wq="⍼",Oq="Ą",Mq="ą",Rq="𝔸",Nq="𝕒",kq="⩯",Dq="≈",Iq="⩰",Hq="≊",Pq="≋",Vq="'",$q="",Bq="≈",Fq="≊",Uq="Å",Gq="å",qq="𝒜",jq="𝒶",zq="≔",Yq="*",Wq="≈",Kq="≍",Zq="Ã",Xq="ã",Jq="Ä",ej="ä",tj="∳",nj="⨑",rj="≌",oj="϶",ij="‵",sj="∽",aj="⋍",lj="∖",cj="⫧",uj="⊽",dj="⌅",Tj="⌆",fj="⌅",pj="⎵",hj="⎶",mj="≌",gj="Б",_j="б",Qj="„",vj="∵",yj="∵",bj="∵",Ej="⦰",xj="϶",Sj="ℬ",Lj="ℬ",Cj="Β",Aj="β",wj="ℶ",Oj="≬",Mj="𝔅",Rj="𝔟",Nj="⋂",kj="◯",Dj="⋃",Ij="⨀",Hj="⨁",Pj="⨂",Vj="⨆",$j="★",Bj="▽",Fj="△",Uj="⨄",Gj="⋁",qj="⋀",jj="⤍",zj="⧫",Yj="▪",Wj="▴",Kj="▾",Zj="◂",Xj="▸",Jj="␣",ez="▒",tz="░",nz="▓",rz="█",oz="=⃥",iz="≡⃥",sz="⫭",az="⌐",lz="𝔹",cz="𝕓",uz="⊥",dz="⊥",Tz="⋈",fz="⧉",pz="┐",hz="╕",mz="╖",gz="╗",_z="┌",Qz="╒",vz="╓",yz="╔",bz="─",Ez="═",xz="┬",Sz="╤",Lz="╥",Cz="╦",Az="┴",wz="╧",Oz="╨",Mz="╩",Rz="⊟",Nz="⊞",kz="⊠",Dz="┘",Iz="╛",Hz="╜",Pz="╝",Vz="└",$z="╘",Bz="╙",Fz="╚",Uz="│",Gz="║",qz="┼",jz="╪",zz="╫",Yz="╬",Wz="┤",Kz="╡",Zz="╢",Xz="╣",Jz="├",eY="╞",tY="╟",nY="╠",rY="‵",oY="˘",iY="˘",sY="¦",aY="𝒷",lY="ℬ",cY="⁏",uY="∽",dY="⋍",TY="⧅",fY="\\",pY="⟈",hY="•",mY="•",gY="≎",_Y="⪮",QY="≏",vY="≎",yY="≏",bY="Ć",EY="ć",xY="⩄",SY="⩉",LY="⩋",CY="∩",AY="⋒",wY="⩇",OY="⩀",MY="ⅅ",RY="∩︀",NY="⁁",kY="ˇ",DY="ℭ",IY="⩍",HY="Č",PY="č",VY="Ç",$Y="ç",BY="Ĉ",FY="ĉ",UY="∰",GY="⩌",qY="⩐",jY="Ċ",zY="ċ",YY="¸",WY="¸",KY="⦲",ZY="¢",XY="·",JY="·",eW="𝔠",tW="ℭ",nW="Ч",rW="ч",oW="✓",iW="✓",sW="Χ",aW="χ",lW="ˆ",cW="≗",uW="↺",dW="↻",TW="⊛",fW="⊚",pW="⊝",hW="⊙",mW="®",gW="Ⓢ",_W="⊖",QW="⊕",vW="⊗",yW="○",bW="⧃",EW="≗",xW="⨐",SW="⫯",LW="⧂",CW="∲",AW="”",wW="’",OW="♣",MW="♣",RW=":",NW="∷",kW="⩴",DW="≔",IW="≔",HW=",",PW="@",VW="∁",$W="∘",BW="∁",FW="ℂ",UW="≅",GW="⩭",qW="≡",jW="∮",zW="∯",YW="∮",WW="𝕔",KW="ℂ",ZW="∐",XW="∐",JW="©",eK="©",tK="℗",nK="∳",rK="↵",oK="✗",iK="⨯",sK="𝒞",aK="𝒸",lK="⫏",cK="⫑",uK="⫐",dK="⫒",TK="⋯",fK="⤸",pK="⤵",hK="⋞",mK="⋟",gK="↶",_K="⤽",QK="⩈",vK="⩆",yK="≍",bK="∪",EK="⋓",xK="⩊",SK="⊍",LK="⩅",CK="∪︀",AK="↷",wK="⤼",OK="⋞",MK="⋟",RK="⋎",NK="⋏",kK="¤",DK="↶",IK="↷",HK="⋎",PK="⋏",VK="∲",$K="∱",BK="⌭",FK="†",UK="‡",GK="ℸ",qK="↓",jK="↡",zK="⇓",YK="‐",WK="⫤",KK="⊣",ZK="⤏",XK="˝",JK="Ď",eZ="ď",tZ="Д",nZ="д",rZ="‡",oZ="⇊",iZ="ⅅ",sZ="ⅆ",aZ="⤑",lZ="⩷",cZ="°",uZ="∇",dZ="Δ",TZ="δ",fZ="⦱",pZ="⥿",hZ="𝔇",mZ="𝔡",gZ="⥥",_Z="⇃",QZ="⇂",vZ="´",yZ="˙",bZ="˝",EZ="`",xZ="˜",SZ="⋄",LZ="⋄",CZ="⋄",AZ="♦",wZ="♦",OZ="¨",MZ="ⅆ",RZ="ϝ",NZ="⋲",kZ="÷",DZ="÷",IZ="⋇",HZ="⋇",PZ="Ђ",VZ="ђ",$Z="⌞",BZ="⌍",FZ="$",UZ="𝔻",GZ="𝕕",qZ="¨",jZ="˙",zZ="⃜",YZ="≐",WZ="≑",KZ="≐",ZZ="∸",XZ="∔",JZ="⊡",eX="⌆",tX="∯",nX="¨",rX="⇓",oX="⇐",iX="⇔",sX="⫤",aX="⟸",lX="⟺",cX="⟹",uX="⇒",dX="⊨",TX="⇑",fX="⇕",pX="∥",hX="⤓",mX="↓",gX="↓",_X="⇓",QX="⇵",vX="̑",yX="⇊",bX="⇃",EX="⇂",xX="⥐",SX="⥞",LX="⥖",CX="↽",AX="⥟",wX="⥗",OX="⇁",MX="↧",RX="⊤",NX="⤐",kX="⌟",DX="⌌",IX="𝒟",HX="𝒹",PX="Ѕ",VX="ѕ",$X="⧶",BX="Đ",FX="đ",UX="⋱",GX="▿",qX="▾",jX="⇵",zX="⥯",YX="⦦",WX="Џ",KX="џ",ZX="⟿",XX="É",JX="é",eJ="⩮",tJ="Ě",nJ="ě",rJ="Ê",oJ="ê",iJ="≖",sJ="≕",aJ="Э",lJ="э",cJ="⩷",uJ="Ė",dJ="ė",TJ="≑",fJ="ⅇ",pJ="≒",hJ="𝔈",mJ="𝔢",gJ="⪚",_J="È",QJ="è",vJ="⪖",yJ="⪘",bJ="⪙",EJ="∈",xJ="⏧",SJ="ℓ",LJ="⪕",CJ="⪗",AJ="Ē",wJ="ē",OJ="∅",MJ="∅",RJ="◻",NJ="∅",kJ="▫",DJ=" ",IJ=" ",HJ=" ",PJ="Ŋ",VJ="ŋ",$J=" ",BJ="Ę",FJ="ę",UJ="𝔼",GJ="𝕖",qJ="⋕",jJ="⧣",zJ="⩱",YJ="ε",WJ="Ε",KJ="ε",ZJ="ϵ",XJ="≖",JJ="≕",eee="≂",tee="⪖",nee="⪕",ree="⩵",oee="=",iee="≂",see="≟",aee="⇌",lee="≡",cee="⩸",uee="⧥",dee="⥱",Tee="≓",fee="ℯ",pee="ℰ",hee="≐",mee="⩳",gee="≂",_ee="Η",Qee="η",vee="Ð",yee="ð",bee="Ë",Eee="ë",xee="€",See="!",Lee="∃",Cee="∃",Aee="ℰ",wee="ⅇ",Oee="ⅇ",Mee="≒",Ree="Ф",Nee="ф",kee="♀",Dee="ffi",Iee="ff",Hee="ffl",Pee="𝔉",Vee="𝔣",$ee="fi",Bee="◼",Fee="▪",Uee="fj",Gee="♭",qee="fl",jee="▱",zee="ƒ",Yee="𝔽",Wee="𝕗",Kee="∀",Zee="∀",Xee="⋔",Jee="⫙",ete="ℱ",tte="⨍",nte="½",rte="⅓",ote="¼",ite="⅕",ste="⅙",ate="⅛",lte="⅔",cte="⅖",ute="¾",dte="⅗",Tte="⅜",fte="⅘",pte="⅚",hte="⅝",mte="⅞",gte="⁄",_te="⌢",Qte="𝒻",vte="ℱ",yte="ǵ",bte="Γ",Ete="γ",xte="Ϝ",Ste="ϝ",Lte="⪆",Cte="Ğ",Ate="ğ",wte="Ģ",Ote="Ĝ",Mte="ĝ",Rte="Г",Nte="г",kte="Ġ",Dte="ġ",Ite="≥",Hte="≧",Pte="⪌",Vte="⋛",$te="≥",Bte="≧",Fte="⩾",Ute="⪩",Gte="⩾",qte="⪀",jte="⪂",zte="⪄",Yte="⋛︀",Wte="⪔",Kte="𝔊",Zte="𝔤",Xte="≫",Jte="⋙",ene="⋙",tne="ℷ",nne="Ѓ",rne="ѓ",one="⪥",ine="≷",sne="⪒",ane="⪤",lne="⪊",cne="⪊",une="⪈",dne="≩",Tne="⪈",fne="≩",pne="⋧",hne="𝔾",mne="𝕘",gne="`",_ne="≥",Qne="⋛",vne="≧",yne="⪢",bne="≷",Ene="⩾",xne="≳",Sne="𝒢",Lne="ℊ",Cne="≳",Ane="⪎",wne="⪐",One="⪧",Mne="⩺",Rne=">",Nne=">",kne="≫",Dne="⋗",Ine="⦕",Hne="⩼",Pne="⪆",Vne="⥸",$ne="⋗",Bne="⋛",Fne="⪌",Une="≷",Gne="≳",qne="≩︀",jne="≩︀",zne="ˇ",Yne=" ",Wne="½",Kne="ℋ",Zne="Ъ",Xne="ъ",Jne="⥈",ere="↔",tre="⇔",nre="↭",rre="^",ore="ℏ",ire="Ĥ",sre="ĥ",are="♥",lre="♥",cre="…",ure="⊹",dre="𝔥",Tre="ℌ",fre="ℋ",pre="⤥",hre="⤦",mre="⇿",gre="∻",_re="↩",Qre="↪",vre="𝕙",yre="ℍ",bre="―",Ere="─",xre="𝒽",Sre="ℋ",Lre="ℏ",Cre="Ħ",Are="ħ",wre="≎",Ore="≏",Mre="⁃",Rre="‐",Nre="Í",kre="í",Dre="",Ire="Î",Hre="î",Pre="И",Vre="и",$re="İ",Bre="Е",Fre="е",Ure="¡",Gre="⇔",qre="𝔦",jre="ℑ",zre="Ì",Yre="ì",Wre="ⅈ",Kre="⨌",Zre="∭",Xre="⧜",Jre="℩",eoe="IJ",toe="ij",noe="Ī",roe="ī",ooe="ℑ",ioe="ⅈ",soe="ℐ",aoe="ℑ",loe="ı",coe="ℑ",uoe="⊷",doe="Ƶ",Toe="⇒",foe="℅",poe="∞",hoe="⧝",moe="ı",goe="⊺",_oe="∫",Qoe="∬",voe="ℤ",yoe="∫",boe="⊺",Eoe="⋂",xoe="⨗",Soe="⨼",Loe="",Coe="",Aoe="Ё",woe="ё",Ooe="Į",Moe="į",Roe="𝕀",Noe="𝕚",koe="Ι",Doe="ι",Ioe="⨼",Hoe="¿",Poe="𝒾",Voe="ℐ",$oe="∈",Boe="⋵",Foe="⋹",Uoe="⋴",Goe="⋳",qoe="∈",joe="",zoe="Ĩ",Yoe="ĩ",Woe="І",Koe="і",Zoe="Ï",Xoe="ï",Joe="Ĵ",eie="ĵ",tie="Й",nie="й",rie="𝔍",oie="𝔧",iie="ȷ",sie="𝕁",aie="𝕛",lie="𝒥",cie="𝒿",uie="Ј",die="ј",Tie="Є",fie="є",pie="Κ",hie="κ",mie="ϰ",gie="Ķ",_ie="ķ",Qie="К",vie="к",yie="𝔎",bie="𝔨",Eie="ĸ",xie="Х",Sie="х",Lie="Ќ",Cie="ќ",Aie="𝕂",wie="𝕜",Oie="𝒦",Mie="𝓀",Rie="⇚",Nie="Ĺ",kie="ĺ",Die="⦴",Iie="ℒ",Hie="Λ",Pie="λ",Vie="⟨",$ie="⟪",Bie="⦑",Fie="⟨",Uie="⪅",Gie="ℒ",qie="«",jie="⇤",zie="⤟",Yie="←",Wie="↞",Kie="⇐",Zie="⤝",Xie="↩",Jie="↫",ese="⤹",tse="⥳",nse="↢",rse="⤙",ose="⤛",ise="⪫",sse="⪭",ase="⪭︀",lse="⤌",cse="⤎",use="❲",dse="{",Tse="[",fse="⦋",pse="⦏",hse="⦍",mse="Ľ",gse="ľ",_se="Ļ",Qse="ļ",vse="⌈",yse="{",bse="Л",Ese="л",xse="⤶",Sse="“",Lse="„",Cse="⥧",Ase="⥋",wse="↲",Ose="≤",Mse="≦",Rse="⟨",Nse="⇤",kse="←",Dse="←",Ise="⇐",Hse="⇆",Pse="↢",Vse="⌈",$se="⟦",Bse="⥡",Fse="⥙",Use="⇃",Gse="⌊",qse="↽",jse="↼",zse="⇇",Yse="↔",Wse="↔",Kse="⇔",Zse="⇆",Xse="⇋",Jse="↭",e1e="⥎",t1e="↤",n1e="⊣",r1e="⥚",o1e="⋋",i1e="⧏",s1e="⊲",a1e="⊴",l1e="⥑",c1e="⥠",u1e="⥘",d1e="↿",T1e="⥒",f1e="↼",p1e="⪋",h1e="⋚",m1e="≤",g1e="≦",_1e="⩽",Q1e="⪨",v1e="⩽",y1e="⩿",b1e="⪁",E1e="⪃",x1e="⋚︀",S1e="⪓",L1e="⪅",C1e="⋖",A1e="⋚",w1e="⪋",O1e="⋚",M1e="≦",R1e="≶",N1e="≶",k1e="⪡",D1e="≲",I1e="⩽",H1e="≲",P1e="⥼",V1e="⌊",$1e="𝔏",B1e="𝔩",F1e="≶",U1e="⪑",G1e="⥢",q1e="↽",j1e="↼",z1e="⥪",Y1e="▄",W1e="Љ",K1e="љ",Z1e="⇇",X1e="≪",J1e="⋘",eae="⌞",tae="⇚",nae="⥫",rae="◺",oae="Ŀ",iae="ŀ",sae="⎰",aae="⎰",lae="⪉",cae="⪉",uae="⪇",dae="≨",Tae="⪇",fae="≨",pae="⋦",hae="⟬",mae="⇽",gae="⟦",_ae="⟵",Qae="⟵",vae="⟸",yae="⟷",bae="⟷",Eae="⟺",xae="⟼",Sae="⟶",Lae="⟶",Cae="⟹",Aae="↫",wae="↬",Oae="⦅",Mae="𝕃",Rae="𝕝",Nae="⨭",kae="⨴",Dae="∗",Iae="_",Hae="↙",Pae="↘",Vae="◊",$ae="◊",Bae="⧫",Fae="(",Uae="⦓",Gae="⇆",qae="⌟",jae="⇋",zae="⥭",Yae="",Wae="⊿",Kae="‹",Zae="𝓁",Xae="ℒ",Jae="↰",e2e="↰",t2e="≲",n2e="⪍",r2e="⪏",o2e="[",i2e="‘",s2e="‚",a2e="Ł",l2e="ł",c2e="⪦",u2e="⩹",d2e="<",T2e="<",f2e="≪",p2e="⋖",h2e="⋋",m2e="⋉",g2e="⥶",_2e="⩻",Q2e="◃",v2e="⊴",y2e="◂",b2e="⦖",E2e="⥊",x2e="⥦",S2e="≨︀",L2e="≨︀",C2e="¯",A2e="♂",w2e="✠",O2e="✠",M2e="↦",R2e="↦",N2e="↧",k2e="↤",D2e="↥",I2e="▮",H2e="⨩",P2e="М",V2e="м",$2e="—",B2e="∺",F2e="∡",U2e=" ",G2e="ℳ",q2e="𝔐",j2e="𝔪",z2e="℧",Y2e="µ",W2e="*",K2e="⫰",Z2e="∣",X2e="·",J2e="⊟",ele="−",tle="∸",nle="⨪",rle="∓",ole="⫛",ile="…",sle="∓",ale="⊧",lle="𝕄",cle="𝕞",ule="∓",dle="𝓂",Tle="ℳ",fle="∾",ple="Μ",hle="μ",mle="⊸",gle="⊸",_le="∇",Qle="Ń",vle="ń",yle="∠⃒",ble="≉",Ele="⩰̸",xle="≋̸",Sle="ʼn",Lle="≉",Cle="♮",Ale="ℕ",wle="♮",Ole=" ",Mle="≎̸",Rle="≏̸",Nle="⩃",kle="Ň",Dle="ň",Ile="Ņ",Hle="ņ",Ple="≇",Vle="⩭̸",$le="⩂",Ble="Н",Fle="н",Ule="–",Gle="⤤",qle="↗",jle="⇗",zle="↗",Yle="≠",Wle="≐̸",Kle="",Zle="",Xle="",Jle="",e3e="≢",t3e="⤨",n3e="≂̸",r3e="≫",o3e="≪",i3e=`
+`,s3e="∄",a3e="∄",l3e="𝔑",c3e="𝔫",u3e="≧̸",d3e="≱",T3e="≱",f3e="≧̸",p3e="⩾̸",h3e="⩾̸",m3e="⋙̸",g3e="≵",_3e="≫⃒",Q3e="≯",v3e="≯",y3e="≫̸",b3e="↮",E3e="⇎",x3e="⫲",S3e="∋",L3e="⋼",C3e="⋺",A3e="∋",w3e="Њ",O3e="њ",M3e="↚",R3e="⇍",N3e="‥",k3e="≦̸",D3e="≰",I3e="↚",H3e="⇍",P3e="↮",V3e="⇎",$3e="≰",B3e="≦̸",F3e="⩽̸",U3e="⩽̸",G3e="≮",q3e="⋘̸",j3e="≴",z3e="≪⃒",Y3e="≮",W3e="⋪",K3e="⋬",Z3e="≪̸",X3e="∤",J3e="",e4e=" ",t4e="𝕟",n4e="ℕ",r4e="⫬",o4e="¬",i4e="≢",s4e="≭",a4e="∦",l4e="∉",c4e="≠",u4e="≂̸",d4e="∄",T4e="≯",f4e="≱",p4e="≧̸",h4e="≫̸",m4e="≹",g4e="⩾̸",_4e="≵",Q4e="≎̸",v4e="≏̸",y4e="∉",b4e="⋵̸",E4e="⋹̸",x4e="∉",S4e="⋷",L4e="⋶",C4e="⧏̸",A4e="⋪",w4e="⋬",O4e="≮",M4e="≰",R4e="≸",N4e="≪̸",k4e="⩽̸",D4e="≴",I4e="⪢̸",H4e="⪡̸",P4e="∌",V4e="∌",$4e="⋾",B4e="⋽",F4e="⊀",U4e="⪯̸",G4e="⋠",q4e="∌",j4e="⧐̸",z4e="⋫",Y4e="⋭",W4e="⊏̸",K4e="⋢",Z4e="⊐̸",X4e="⋣",J4e="⊂⃒",e0e="⊈",t0e="⊁",n0e="⪰̸",r0e="⋡",o0e="≿̸",i0e="⊃⃒",s0e="⊉",a0e="≁",l0e="≄",c0e="≇",u0e="≉",d0e="∤",T0e="∦",f0e="∦",p0e="⫽⃥",h0e="∂̸",m0e="⨔",g0e="⊀",_0e="⋠",Q0e="⊀",v0e="⪯̸",y0e="⪯̸",b0e="⤳̸",E0e="↛",x0e="⇏",S0e="↝̸",L0e="↛",C0e="⇏",A0e="⋫",w0e="⋭",O0e="⊁",M0e="⋡",R0e="⪰̸",N0e="𝒩",k0e="𝓃",D0e="∤",I0e="∦",H0e="≁",P0e="≄",V0e="≄",$0e="∤",B0e="∦",F0e="⋢",U0e="⋣",G0e="⊄",q0e="⫅̸",j0e="⊈",z0e="⊂⃒",Y0e="⊈",W0e="⫅̸",K0e="⊁",Z0e="⪰̸",X0e="⊅",J0e="⫆̸",ece="⊉",tce="⊃⃒",nce="⊉",rce="⫆̸",oce="≹",ice="Ñ",sce="ñ",ace="≸",lce="⋪",cce="⋬",uce="⋫",dce="⋭",Tce="Ν",fce="ν",pce="#",hce="№",mce=" ",gce="≍⃒",_ce="⊬",Qce="⊭",vce="⊮",yce="⊯",bce="≥⃒",Ece=">⃒",xce="⤄",Sce="⧞",Lce="⤂",Cce="≤⃒",Ace="<⃒",wce="⊴⃒",Oce="⤃",Mce="⊵⃒",Rce="∼⃒",Nce="⤣",kce="↖",Dce="⇖",Ice="↖",Hce="⤧",Pce="Ó",Vce="ó",$ce="⊛",Bce="Ô",Fce="ô",Uce="⊚",Gce="О",qce="о",jce="⊝",zce="Ő",Yce="ő",Wce="⨸",Kce="⊙",Zce="⦼",Xce="Œ",Jce="œ",e6e="⦿",t6e="𝔒",n6e="𝔬",r6e="˛",o6e="Ò",i6e="ò",s6e="⧁",a6e="⦵",l6e="Ω",c6e="∮",u6e="↺",d6e="⦾",T6e="⦻",f6e="‾",p6e="⧀",h6e="Ō",m6e="ō",g6e="Ω",_6e="ω",Q6e="Ο",v6e="ο",y6e="⦶",b6e="⊖",E6e="𝕆",x6e="𝕠",S6e="⦷",L6e="“",C6e="‘",A6e="⦹",w6e="⊕",O6e="↻",M6e="⩔",R6e="∨",N6e="⩝",k6e="ℴ",D6e="ℴ",I6e="ª",H6e="º",P6e="⊶",V6e="⩖",$6e="⩗",B6e="⩛",F6e="Ⓢ",U6e="𝒪",G6e="ℴ",q6e="Ø",j6e="ø",z6e="⊘",Y6e="Õ",W6e="õ",K6e="⨶",Z6e="⨷",X6e="⊗",J6e="Ö",e5e="ö",t5e="⌽",n5e="‾",r5e="⏞",o5e="⎴",i5e="⏜",s5e="¶",a5e="∥",l5e="∥",c5e="⫳",u5e="⫽",d5e="∂",T5e="∂",f5e="П",p5e="п",h5e="%",m5e=".",g5e="‰",_5e="⊥",Q5e="‱",v5e="𝔓",y5e="𝔭",b5e="Φ",E5e="φ",x5e="ϕ",S5e="ℳ",L5e="☎",C5e="Π",A5e="π",w5e="⋔",O5e="ϖ",M5e="ℏ",R5e="ℎ",N5e="ℏ",k5e="⨣",D5e="⊞",I5e="⨢",H5e="+",P5e="∔",V5e="⨥",$5e="⩲",B5e="±",F5e="±",U5e="⨦",G5e="⨧",q5e="±",j5e="ℌ",z5e="⨕",Y5e="𝕡",W5e="ℙ",K5e="£",Z5e="⪷",X5e="⪻",J5e="≺",eue="≼",tue="⪷",nue="≺",rue="≼",oue="≺",iue="⪯",sue="≼",aue="≾",lue="⪯",cue="⪹",uue="⪵",due="⋨",Tue="⪯",fue="⪳",pue="≾",hue="′",mue="″",gue="ℙ",_ue="⪹",Que="⪵",vue="⋨",yue="∏",bue="∏",Eue="⌮",xue="⌒",Sue="⌓",Lue="∝",Cue="∝",Aue="∷",wue="∝",Oue="≾",Mue="⊰",Rue="𝒫",Nue="𝓅",kue="Ψ",Due="ψ",Iue=" ",Hue="𝔔",Pue="𝔮",Vue="⨌",$ue="𝕢",Bue="ℚ",Fue="⁗",Uue="𝒬",Gue="𝓆",que="ℍ",jue="⨖",zue="?",Yue="≟",Wue='"',Kue='"',Zue="⇛",Xue="∽̱",Jue="Ŕ",ede="ŕ",tde="√",nde="⦳",rde="⟩",ode="⟫",ide="⦒",sde="⦥",ade="⟩",lde="»",cde="⥵",ude="⇥",dde="⤠",Tde="⤳",fde="→",pde="↠",hde="⇒",mde="⤞",gde="↪",_de="↬",Qde="⥅",vde="⥴",yde="⤖",bde="↣",Ede="↝",xde="⤚",Sde="⤜",Lde="∶",Cde="ℚ",Ade="⤍",wde="⤏",Ode="⤐",Mde="❳",Rde="}",Nde="]",kde="⦌",Dde="⦎",Ide="⦐",Hde="Ř",Pde="ř",Vde="Ŗ",$de="ŗ",Bde="⌉",Fde="}",Ude="Р",Gde="р",qde="⤷",jde="⥩",zde="”",Yde="”",Wde="↳",Kde="ℜ",Zde="ℛ",Xde="ℜ",Jde="ℝ",e7e="ℜ",t7e="▭",n7e="®",r7e="®",o7e="∋",i7e="⇋",s7e="⥯",a7e="⥽",l7e="⌋",c7e="𝔯",u7e="ℜ",d7e="⥤",T7e="⇁",f7e="⇀",p7e="⥬",h7e="Ρ",m7e="ρ",g7e="ϱ",_7e="⟩",Q7e="⇥",v7e="→",y7e="→",b7e="⇒",E7e="⇄",x7e="↣",S7e="⌉",L7e="⟧",C7e="⥝",A7e="⥕",w7e="⇂",O7e="⌋",M7e="⇁",R7e="⇀",N7e="⇄",k7e="⇌",D7e="⇉",I7e="↝",H7e="↦",P7e="⊢",V7e="⥛",$7e="⋌",B7e="⧐",F7e="⊳",U7e="⊵",G7e="⥏",q7e="⥜",j7e="⥔",z7e="↾",Y7e="⥓",W7e="⇀",K7e="˚",Z7e="≓",X7e="⇄",J7e="⇌",e8e="",t8e="⎱",n8e="⎱",r8e="⫮",o8e="⟭",i8e="⇾",s8e="⟧",a8e="⦆",l8e="𝕣",c8e="ℝ",u8e="⨮",d8e="⨵",T8e="⥰",f8e=")",p8e="⦔",h8e="⨒",m8e="⇉",g8e="⇛",_8e="›",Q8e="𝓇",v8e="ℛ",y8e="↱",b8e="↱",E8e="]",x8e="’",S8e="’",L8e="⋌",C8e="⋊",A8e="▹",w8e="⊵",O8e="▸",M8e="⧎",R8e="⧴",N8e="⥨",k8e="℞",D8e="Ś",I8e="ś",H8e="‚",P8e="⪸",V8e="Š",$8e="š",B8e="⪼",F8e="≻",U8e="≽",G8e="⪰",q8e="⪴",j8e="Ş",z8e="ş",Y8e="Ŝ",W8e="ŝ",K8e="⪺",Z8e="⪶",X8e="⋩",J8e="⨓",e9e="≿",t9e="С",n9e="с",r9e="⊡",o9e="⋅",i9e="⩦",s9e="⤥",a9e="↘",l9e="⇘",c9e="↘",u9e="§",d9e=";",T9e="⤩",f9e="∖",p9e="∖",h9e="✶",m9e="𝔖",g9e="𝔰",_9e="⌢",Q9e="♯",v9e="Щ",y9e="щ",b9e="Ш",E9e="ш",x9e="↓",S9e="←",L9e="∣",C9e="∥",A9e="→",w9e="↑",O9e="",M9e="Σ",R9e="σ",N9e="ς",k9e="ς",D9e="∼",I9e="⩪",H9e="≃",P9e="≃",V9e="⪞",$9e="⪠",B9e="⪝",F9e="⪟",U9e="≆",G9e="⨤",q9e="⥲",j9e="←",z9e="∘",Y9e="∖",W9e="⨳",K9e="⧤",Z9e="∣",X9e="⌣",J9e="⪪",eTe="⪬",tTe="⪬︀",nTe="Ь",rTe="ь",oTe="⌿",iTe="⧄",sTe="/",aTe="𝕊",lTe="𝕤",cTe="♠",uTe="♠",dTe="∥",TTe="⊓",fTe="⊓︀",pTe="⊔",hTe="⊔︀",mTe="√",gTe="⊏",_Te="⊑",QTe="⊏",vTe="⊑",yTe="⊐",bTe="⊒",ETe="⊐",xTe="⊒",STe="□",LTe="□",CTe="⊓",ATe="⊏",wTe="⊑",OTe="⊐",MTe="⊒",RTe="⊔",NTe="▪",kTe="□",DTe="▪",ITe="→",HTe="𝒮",PTe="𝓈",VTe="∖",$Te="⌣",BTe="⋆",FTe="⋆",UTe="☆",GTe="★",qTe="ϵ",jTe="ϕ",zTe="¯",YTe="⊂",WTe="⋐",KTe="⪽",ZTe="⫅",XTe="⊆",JTe="⫃",efe="⫁",tfe="⫋",nfe="⊊",rfe="⪿",ofe="⥹",ife="⊂",sfe="⋐",afe="⊆",lfe="⫅",cfe="⊆",ufe="⊊",dfe="⫋",Tfe="⫇",ffe="⫕",pfe="⫓",hfe="⪸",mfe="≻",gfe="≽",_fe="≻",Qfe="⪰",vfe="≽",yfe="≿",bfe="⪰",Efe="⪺",xfe="⪶",Sfe="⋩",Lfe="≿",Cfe="∋",Afe="∑",wfe="∑",Ofe="♪",Mfe="¹",Rfe="²",Nfe="³",kfe="⊃",Dfe="⋑",Ife="⪾",Hfe="⫘",Pfe="⫆",Vfe="⊇",$fe="⫄",Bfe="⊃",Ffe="⊇",Ufe="⟉",Gfe="⫗",qfe="⥻",jfe="⫂",zfe="⫌",Yfe="⊋",Wfe="⫀",Kfe="⊃",Zfe="⋑",Xfe="⊇",Jfe="⫆",epe="⊋",tpe="⫌",npe="⫈",rpe="⫔",ope="⫖",ipe="⤦",spe="↙",ape="⇙",lpe="↙",cpe="⤪",upe="ß",dpe=" ",Tpe="⌖",fpe="Τ",ppe="τ",hpe="⎴",mpe="Ť",gpe="ť",_pe="Ţ",Qpe="ţ",vpe="Т",ype="т",bpe="⃛",Epe="⌕",xpe="𝔗",Spe="𝔱",Lpe="∴",Cpe="∴",Ape="∴",wpe="Θ",Ope="θ",Mpe="ϑ",Rpe="ϑ",Npe="≈",kpe="∼",Dpe=" ",Ipe=" ",Hpe=" ",Ppe="≈",Vpe="∼",$pe="Þ",Bpe="þ",Fpe="˜",Upe="∼",Gpe="≃",qpe="≅",jpe="≈",zpe="⨱",Ype="⊠",Wpe="×",Kpe="⨰",Zpe="∭",Xpe="⤨",Jpe="⌶",ehe="⫱",the="⊤",nhe="𝕋",rhe="𝕥",ohe="⫚",ihe="⤩",she="‴",ahe="™",lhe="™",che="▵",uhe="▿",dhe="◃",The="⊴",fhe="≜",phe="▹",hhe="⊵",mhe="◬",ghe="≜",_he="⨺",Qhe="⃛",vhe="⨹",yhe="⧍",bhe="⨻",Ehe="⏢",xhe="𝒯",She="𝓉",Lhe="Ц",Che="ц",Ahe="Ћ",whe="ћ",Ohe="Ŧ",Mhe="ŧ",Rhe="≬",Nhe="↞",khe="↠",Dhe="Ú",Ihe="ú",Hhe="↑",Phe="↟",Vhe="⇑",$he="⥉",Bhe="Ў",Fhe="ў",Uhe="Ŭ",Ghe="ŭ",qhe="Û",jhe="û",zhe="У",Yhe="у",Whe="⇅",Khe="Ű",Zhe="ű",Xhe="⥮",Jhe="⥾",eme="𝔘",tme="𝔲",nme="Ù",rme="ù",ome="⥣",ime="↿",sme="↾",ame="▀",lme="⌜",cme="⌜",ume="⌏",dme="◸",Tme="Ū",fme="ū",pme="¨",hme="_",mme="⏟",gme="⎵",_me="⏝",Qme="⋃",vme="⊎",yme="Ų",bme="ų",Eme="𝕌",xme="𝕦",Sme="⤒",Lme="↑",Cme="↑",Ame="⇑",wme="⇅",Ome="↕",Mme="↕",Rme="⇕",Nme="⥮",kme="↿",Dme="↾",Ime="⊎",Hme="↖",Pme="↗",Vme="υ",$me="ϒ",Bme="ϒ",Fme="Υ",Ume="υ",Gme="↥",qme="⊥",jme="⇈",zme="⌝",Yme="⌝",Wme="⌎",Kme="Ů",Zme="ů",Xme="◹",Jme="𝒰",ege="𝓊",tge="⋰",nge="Ũ",rge="ũ",oge="▵",ige="▴",sge="⇈",age="Ü",lge="ü",cge="⦧",uge="⦜",dge="ϵ",Tge="ϰ",fge="∅",pge="ϕ",hge="ϖ",mge="∝",gge="↕",_ge="⇕",Qge="ϱ",vge="ς",yge="⊊︀",bge="⫋︀",Ege="⊋︀",xge="⫌︀",Sge="ϑ",Lge="⊲",Cge="⊳",Age="⫨",wge="⫫",Oge="⫩",Mge="В",Rge="в",Nge="⊢",kge="⊨",Dge="⊩",Ige="⊫",Hge="⫦",Pge="⊻",Vge="∨",$ge="⋁",Bge="≚",Fge="⋮",Uge="|",Gge="‖",qge="|",jge="‖",zge="∣",Yge="|",Wge="❘",Kge="≀",Zge=" ",Xge="𝔙",Jge="𝔳",e_e="⊲",t_e="⊂⃒",n_e="⊃⃒",r_e="𝕍",o_e="𝕧",i_e="∝",s_e="⊳",a_e="𝒱",l_e="𝓋",c_e="⫋︀",u_e="⊊︀",d_e="⫌︀",T_e="⊋︀",f_e="⊪",p_e="⦚",h_e="Ŵ",m_e="ŵ",g_e="⩟",__e="∧",Q_e="⋀",v_e="≙",y_e="℘",b_e="𝔚",E_e="𝔴",x_e="𝕎",S_e="𝕨",L_e="℘",C_e="≀",A_e="≀",w_e="𝒲",O_e="𝓌",M_e="⋂",R_e="◯",N_e="⋃",k_e="▽",D_e="𝔛",I_e="𝔵",H_e="⟷",P_e="⟺",V_e="Ξ",$_e="ξ",B_e="⟵",F_e="⟸",U_e="⟼",G_e="⋻",q_e="⨀",j_e="𝕏",z_e="𝕩",Y_e="⨁",W_e="⨂",K_e="⟶",Z_e="⟹",X_e="𝒳",J_e="𝓍",eQe="⨆",tQe="⨄",nQe="△",rQe="⋁",oQe="⋀",iQe="Ý",sQe="ý",aQe="Я",lQe="я",cQe="Ŷ",uQe="ŷ",dQe="Ы",TQe="ы",fQe="¥",pQe="𝔜",hQe="𝔶",mQe="Ї",gQe="ї",_Qe="𝕐",QQe="𝕪",vQe="𝒴",yQe="𝓎",bQe="Ю",EQe="ю",xQe="ÿ",SQe="Ÿ",LQe="Ź",CQe="ź",AQe="Ž",wQe="ž",OQe="З",MQe="з",RQe="Ż",NQe="ż",kQe="ℨ",DQe="",IQe="Ζ",HQe="ζ",PQe="𝔷",VQe="ℨ",$Qe="Ж",BQe="ж",FQe="⇝",UQe="𝕫",GQe="ℤ",qQe="𝒵",jQe="𝓏",zQe="",YQe="",WQe={Aacute:RG,aacute:NG,Abreve:kG,abreve:DG,ac:IG,acd:HG,acE:PG,Acirc:VG,acirc:$G,acute:BG,Acy:FG,acy:UG,AElig:GG,aelig:qG,af:jG,Afr:zG,afr:YG,Agrave:WG,agrave:KG,alefsym:ZG,aleph:XG,Alpha:JG,alpha:eq,Amacr:tq,amacr:nq,amalg:rq,amp:oq,AMP:iq,andand:sq,And:aq,and:lq,andd:cq,andslope:uq,andv:dq,ang:Tq,ange:fq,angle:pq,angmsdaa:hq,angmsdab:mq,angmsdac:gq,angmsdad:_q,angmsdae:Qq,angmsdaf:vq,angmsdag:yq,angmsdah:bq,angmsd:Eq,angrt:xq,angrtvb:Sq,angrtvbd:Lq,angsph:Cq,angst:Aq,angzarr:wq,Aogon:Oq,aogon:Mq,Aopf:Rq,aopf:Nq,apacir:kq,ap:Dq,apE:Iq,ape:Hq,apid:Pq,apos:Vq,ApplyFunction:$q,approx:Bq,approxeq:Fq,Aring:Uq,aring:Gq,Ascr:qq,ascr:jq,Assign:zq,ast:Yq,asymp:Wq,asympeq:Kq,Atilde:Zq,atilde:Xq,Auml:Jq,auml:ej,awconint:tj,awint:nj,backcong:rj,backepsilon:oj,backprime:ij,backsim:sj,backsimeq:aj,Backslash:lj,Barv:cj,barvee:uj,barwed:dj,Barwed:Tj,barwedge:fj,bbrk:pj,bbrktbrk:hj,bcong:mj,Bcy:gj,bcy:_j,bdquo:Qj,becaus:vj,because:yj,Because:bj,bemptyv:Ej,bepsi:xj,bernou:Sj,Bernoullis:Lj,Beta:Cj,beta:Aj,beth:wj,between:Oj,Bfr:Mj,bfr:Rj,bigcap:Nj,bigcirc:kj,bigcup:Dj,bigodot:Ij,bigoplus:Hj,bigotimes:Pj,bigsqcup:Vj,bigstar:$j,bigtriangledown:Bj,bigtriangleup:Fj,biguplus:Uj,bigvee:Gj,bigwedge:qj,bkarow:jj,blacklozenge:zj,blacksquare:Yj,blacktriangle:Wj,blacktriangledown:Kj,blacktriangleleft:Zj,blacktriangleright:Xj,blank:Jj,blk12:ez,blk14:tz,blk34:nz,block:rz,bne:oz,bnequiv:iz,bNot:sz,bnot:az,Bopf:lz,bopf:cz,bot:uz,bottom:dz,bowtie:Tz,boxbox:fz,boxdl:pz,boxdL:hz,boxDl:mz,boxDL:gz,boxdr:_z,boxdR:Qz,boxDr:vz,boxDR:yz,boxh:bz,boxH:Ez,boxhd:xz,boxHd:Sz,boxhD:Lz,boxHD:Cz,boxhu:Az,boxHu:wz,boxhU:Oz,boxHU:Mz,boxminus:Rz,boxplus:Nz,boxtimes:kz,boxul:Dz,boxuL:Iz,boxUl:Hz,boxUL:Pz,boxur:Vz,boxuR:$z,boxUr:Bz,boxUR:Fz,boxv:Uz,boxV:Gz,boxvh:qz,boxvH:jz,boxVh:zz,boxVH:Yz,boxvl:Wz,boxvL:Kz,boxVl:Zz,boxVL:Xz,boxvr:Jz,boxvR:eY,boxVr:tY,boxVR:nY,bprime:rY,breve:oY,Breve:iY,brvbar:sY,bscr:aY,Bscr:lY,bsemi:cY,bsim:uY,bsime:dY,bsolb:TY,bsol:fY,bsolhsub:pY,bull:hY,bullet:mY,bump:gY,bumpE:_Y,bumpe:QY,Bumpeq:vY,bumpeq:yY,Cacute:bY,cacute:EY,capand:xY,capbrcup:SY,capcap:LY,cap:CY,Cap:AY,capcup:wY,capdot:OY,CapitalDifferentialD:MY,caps:RY,caret:NY,caron:kY,Cayleys:DY,ccaps:IY,Ccaron:HY,ccaron:PY,Ccedil:VY,ccedil:$Y,Ccirc:BY,ccirc:FY,Cconint:UY,ccups:GY,ccupssm:qY,Cdot:jY,cdot:zY,cedil:YY,Cedilla:WY,cemptyv:KY,cent:ZY,centerdot:XY,CenterDot:JY,cfr:eW,Cfr:tW,CHcy:nW,chcy:rW,check:oW,checkmark:iW,Chi:sW,chi:aW,circ:lW,circeq:cW,circlearrowleft:uW,circlearrowright:dW,circledast:TW,circledcirc:fW,circleddash:pW,CircleDot:hW,circledR:mW,circledS:gW,CircleMinus:_W,CirclePlus:QW,CircleTimes:vW,cir:yW,cirE:bW,cire:EW,cirfnint:xW,cirmid:SW,cirscir:LW,ClockwiseContourIntegral:CW,CloseCurlyDoubleQuote:AW,CloseCurlyQuote:wW,clubs:OW,clubsuit:MW,colon:RW,Colon:NW,Colone:kW,colone:DW,coloneq:IW,comma:HW,commat:PW,comp:VW,compfn:$W,complement:BW,complexes:FW,cong:UW,congdot:GW,Congruent:qW,conint:jW,Conint:zW,ContourIntegral:YW,copf:WW,Copf:KW,coprod:ZW,Coproduct:XW,copy:JW,COPY:eK,copysr:tK,CounterClockwiseContourIntegral:nK,crarr:rK,cross:oK,Cross:iK,Cscr:sK,cscr:aK,csub:lK,csube:cK,csup:uK,csupe:dK,ctdot:TK,cudarrl:fK,cudarrr:pK,cuepr:hK,cuesc:mK,cularr:gK,cularrp:_K,cupbrcap:QK,cupcap:vK,CupCap:yK,cup:bK,Cup:EK,cupcup:xK,cupdot:SK,cupor:LK,cups:CK,curarr:AK,curarrm:wK,curlyeqprec:OK,curlyeqsucc:MK,curlyvee:RK,curlywedge:NK,curren:kK,curvearrowleft:DK,curvearrowright:IK,cuvee:HK,cuwed:PK,cwconint:VK,cwint:$K,cylcty:BK,dagger:FK,Dagger:UK,daleth:GK,darr:qK,Darr:jK,dArr:zK,dash:YK,Dashv:WK,dashv:KK,dbkarow:ZK,dblac:XK,Dcaron:JK,dcaron:eZ,Dcy:tZ,dcy:nZ,ddagger:rZ,ddarr:oZ,DD:iZ,dd:sZ,DDotrahd:aZ,ddotseq:lZ,deg:cZ,Del:uZ,Delta:dZ,delta:TZ,demptyv:fZ,dfisht:pZ,Dfr:hZ,dfr:mZ,dHar:gZ,dharl:_Z,dharr:QZ,DiacriticalAcute:vZ,DiacriticalDot:yZ,DiacriticalDoubleAcute:bZ,DiacriticalGrave:EZ,DiacriticalTilde:xZ,diam:SZ,diamond:LZ,Diamond:CZ,diamondsuit:AZ,diams:wZ,die:OZ,DifferentialD:MZ,digamma:RZ,disin:NZ,div:kZ,divide:DZ,divideontimes:IZ,divonx:HZ,DJcy:PZ,djcy:VZ,dlcorn:$Z,dlcrop:BZ,dollar:FZ,Dopf:UZ,dopf:GZ,Dot:qZ,dot:jZ,DotDot:zZ,doteq:YZ,doteqdot:WZ,DotEqual:KZ,dotminus:ZZ,dotplus:XZ,dotsquare:JZ,doublebarwedge:eX,DoubleContourIntegral:tX,DoubleDot:nX,DoubleDownArrow:rX,DoubleLeftArrow:oX,DoubleLeftRightArrow:iX,DoubleLeftTee:sX,DoubleLongLeftArrow:aX,DoubleLongLeftRightArrow:lX,DoubleLongRightArrow:cX,DoubleRightArrow:uX,DoubleRightTee:dX,DoubleUpArrow:TX,DoubleUpDownArrow:fX,DoubleVerticalBar:pX,DownArrowBar:hX,downarrow:mX,DownArrow:gX,Downarrow:_X,DownArrowUpArrow:QX,DownBreve:vX,downdownarrows:yX,downharpoonleft:bX,downharpoonright:EX,DownLeftRightVector:xX,DownLeftTeeVector:SX,DownLeftVectorBar:LX,DownLeftVector:CX,DownRightTeeVector:AX,DownRightVectorBar:wX,DownRightVector:OX,DownTeeArrow:MX,DownTee:RX,drbkarow:NX,drcorn:kX,drcrop:DX,Dscr:IX,dscr:HX,DScy:PX,dscy:VX,dsol:$X,Dstrok:BX,dstrok:FX,dtdot:UX,dtri:GX,dtrif:qX,duarr:jX,duhar:zX,dwangle:YX,DZcy:WX,dzcy:KX,dzigrarr:ZX,Eacute:XX,eacute:JX,easter:eJ,Ecaron:tJ,ecaron:nJ,Ecirc:rJ,ecirc:oJ,ecir:iJ,ecolon:sJ,Ecy:aJ,ecy:lJ,eDDot:cJ,Edot:uJ,edot:dJ,eDot:TJ,ee:fJ,efDot:pJ,Efr:hJ,efr:mJ,eg:gJ,Egrave:_J,egrave:QJ,egs:vJ,egsdot:yJ,el:bJ,Element:EJ,elinters:xJ,ell:SJ,els:LJ,elsdot:CJ,Emacr:AJ,emacr:wJ,empty:OJ,emptyset:MJ,EmptySmallSquare:RJ,emptyv:NJ,EmptyVerySmallSquare:kJ,emsp13:DJ,emsp14:IJ,emsp:HJ,ENG:PJ,eng:VJ,ensp:$J,Eogon:BJ,eogon:FJ,Eopf:UJ,eopf:GJ,epar:qJ,eparsl:jJ,eplus:zJ,epsi:YJ,Epsilon:WJ,epsilon:KJ,epsiv:ZJ,eqcirc:XJ,eqcolon:JJ,eqsim:eee,eqslantgtr:tee,eqslantless:nee,Equal:ree,equals:oee,EqualTilde:iee,equest:see,Equilibrium:aee,equiv:lee,equivDD:cee,eqvparsl:uee,erarr:dee,erDot:Tee,escr:fee,Escr:pee,esdot:hee,Esim:mee,esim:gee,Eta:_ee,eta:Qee,ETH:vee,eth:yee,Euml:bee,euml:Eee,euro:xee,excl:See,exist:Lee,Exists:Cee,expectation:Aee,exponentiale:wee,ExponentialE:Oee,fallingdotseq:Mee,Fcy:Ree,fcy:Nee,female:kee,ffilig:Dee,fflig:Iee,ffllig:Hee,Ffr:Pee,ffr:Vee,filig:$ee,FilledSmallSquare:Bee,FilledVerySmallSquare:Fee,fjlig:Uee,flat:Gee,fllig:qee,fltns:jee,fnof:zee,Fopf:Yee,fopf:Wee,forall:Kee,ForAll:Zee,fork:Xee,forkv:Jee,Fouriertrf:ete,fpartint:tte,frac12:nte,frac13:rte,frac14:ote,frac15:ite,frac16:ste,frac18:ate,frac23:lte,frac25:cte,frac34:ute,frac35:dte,frac38:Tte,frac45:fte,frac56:pte,frac58:hte,frac78:mte,frasl:gte,frown:_te,fscr:Qte,Fscr:vte,gacute:yte,Gamma:bte,gamma:Ete,Gammad:xte,gammad:Ste,gap:Lte,Gbreve:Cte,gbreve:Ate,Gcedil:wte,Gcirc:Ote,gcirc:Mte,Gcy:Rte,gcy:Nte,Gdot:kte,gdot:Dte,ge:Ite,gE:Hte,gEl:Pte,gel:Vte,geq:$te,geqq:Bte,geqslant:Fte,gescc:Ute,ges:Gte,gesdot:qte,gesdoto:jte,gesdotol:zte,gesl:Yte,gesles:Wte,Gfr:Kte,gfr:Zte,gg:Xte,Gg:Jte,ggg:ene,gimel:tne,GJcy:nne,gjcy:rne,gla:one,gl:ine,glE:sne,glj:ane,gnap:lne,gnapprox:cne,gne:une,gnE:dne,gneq:Tne,gneqq:fne,gnsim:pne,Gopf:hne,gopf:mne,grave:gne,GreaterEqual:_ne,GreaterEqualLess:Qne,GreaterFullEqual:vne,GreaterGreater:yne,GreaterLess:bne,GreaterSlantEqual:Ene,GreaterTilde:xne,Gscr:Sne,gscr:Lne,gsim:Cne,gsime:Ane,gsiml:wne,gtcc:One,gtcir:Mne,gt:Rne,GT:Nne,Gt:kne,gtdot:Dne,gtlPar:Ine,gtquest:Hne,gtrapprox:Pne,gtrarr:Vne,gtrdot:$ne,gtreqless:Bne,gtreqqless:Fne,gtrless:Une,gtrsim:Gne,gvertneqq:qne,gvnE:jne,Hacek:zne,hairsp:Yne,half:Wne,hamilt:Kne,HARDcy:Zne,hardcy:Xne,harrcir:Jne,harr:ere,hArr:tre,harrw:nre,Hat:rre,hbar:ore,Hcirc:ire,hcirc:sre,hearts:are,heartsuit:lre,hellip:cre,hercon:ure,hfr:dre,Hfr:Tre,HilbertSpace:fre,hksearow:pre,hkswarow:hre,hoarr:mre,homtht:gre,hookleftarrow:_re,hookrightarrow:Qre,hopf:vre,Hopf:yre,horbar:bre,HorizontalLine:Ere,hscr:xre,Hscr:Sre,hslash:Lre,Hstrok:Cre,hstrok:Are,HumpDownHump:wre,HumpEqual:Ore,hybull:Mre,hyphen:Rre,Iacute:Nre,iacute:kre,ic:Dre,Icirc:Ire,icirc:Hre,Icy:Pre,icy:Vre,Idot:$re,IEcy:Bre,iecy:Fre,iexcl:Ure,iff:Gre,ifr:qre,Ifr:jre,Igrave:zre,igrave:Yre,ii:Wre,iiiint:Kre,iiint:Zre,iinfin:Xre,iiota:Jre,IJlig:eoe,ijlig:toe,Imacr:noe,imacr:roe,image:ooe,ImaginaryI:ioe,imagline:soe,imagpart:aoe,imath:loe,Im:coe,imof:uoe,imped:doe,Implies:Toe,incare:foe,in:"∈",infin:poe,infintie:hoe,inodot:moe,intcal:goe,int:_oe,Int:Qoe,integers:voe,Integral:yoe,intercal:boe,Intersection:Eoe,intlarhk:xoe,intprod:Soe,InvisibleComma:Loe,InvisibleTimes:Coe,IOcy:Aoe,iocy:woe,Iogon:Ooe,iogon:Moe,Iopf:Roe,iopf:Noe,Iota:koe,iota:Doe,iprod:Ioe,iquest:Hoe,iscr:Poe,Iscr:Voe,isin:$oe,isindot:Boe,isinE:Foe,isins:Uoe,isinsv:Goe,isinv:qoe,it:joe,Itilde:zoe,itilde:Yoe,Iukcy:Woe,iukcy:Koe,Iuml:Zoe,iuml:Xoe,Jcirc:Joe,jcirc:eie,Jcy:tie,jcy:nie,Jfr:rie,jfr:oie,jmath:iie,Jopf:sie,jopf:aie,Jscr:lie,jscr:cie,Jsercy:uie,jsercy:die,Jukcy:Tie,jukcy:fie,Kappa:pie,kappa:hie,kappav:mie,Kcedil:gie,kcedil:_ie,Kcy:Qie,kcy:vie,Kfr:yie,kfr:bie,kgreen:Eie,KHcy:xie,khcy:Sie,KJcy:Lie,kjcy:Cie,Kopf:Aie,kopf:wie,Kscr:Oie,kscr:Mie,lAarr:Rie,Lacute:Nie,lacute:kie,laemptyv:Die,lagran:Iie,Lambda:Hie,lambda:Pie,lang:Vie,Lang:$ie,langd:Bie,langle:Fie,lap:Uie,Laplacetrf:Gie,laquo:qie,larrb:jie,larrbfs:zie,larr:Yie,Larr:Wie,lArr:Kie,larrfs:Zie,larrhk:Xie,larrlp:Jie,larrpl:ese,larrsim:tse,larrtl:nse,latail:rse,lAtail:ose,lat:ise,late:sse,lates:ase,lbarr:lse,lBarr:cse,lbbrk:use,lbrace:dse,lbrack:Tse,lbrke:fse,lbrksld:pse,lbrkslu:hse,Lcaron:mse,lcaron:gse,Lcedil:_se,lcedil:Qse,lceil:vse,lcub:yse,Lcy:bse,lcy:Ese,ldca:xse,ldquo:Sse,ldquor:Lse,ldrdhar:Cse,ldrushar:Ase,ldsh:wse,le:Ose,lE:Mse,LeftAngleBracket:Rse,LeftArrowBar:Nse,leftarrow:kse,LeftArrow:Dse,Leftarrow:Ise,LeftArrowRightArrow:Hse,leftarrowtail:Pse,LeftCeiling:Vse,LeftDoubleBracket:$se,LeftDownTeeVector:Bse,LeftDownVectorBar:Fse,LeftDownVector:Use,LeftFloor:Gse,leftharpoondown:qse,leftharpoonup:jse,leftleftarrows:zse,leftrightarrow:Yse,LeftRightArrow:Wse,Leftrightarrow:Kse,leftrightarrows:Zse,leftrightharpoons:Xse,leftrightsquigarrow:Jse,LeftRightVector:e1e,LeftTeeArrow:t1e,LeftTee:n1e,LeftTeeVector:r1e,leftthreetimes:o1e,LeftTriangleBar:i1e,LeftTriangle:s1e,LeftTriangleEqual:a1e,LeftUpDownVector:l1e,LeftUpTeeVector:c1e,LeftUpVectorBar:u1e,LeftUpVector:d1e,LeftVectorBar:T1e,LeftVector:f1e,lEg:p1e,leg:h1e,leq:m1e,leqq:g1e,leqslant:_1e,lescc:Q1e,les:v1e,lesdot:y1e,lesdoto:b1e,lesdotor:E1e,lesg:x1e,lesges:S1e,lessapprox:L1e,lessdot:C1e,lesseqgtr:A1e,lesseqqgtr:w1e,LessEqualGreater:O1e,LessFullEqual:M1e,LessGreater:R1e,lessgtr:N1e,LessLess:k1e,lesssim:D1e,LessSlantEqual:I1e,LessTilde:H1e,lfisht:P1e,lfloor:V1e,Lfr:$1e,lfr:B1e,lg:F1e,lgE:U1e,lHar:G1e,lhard:q1e,lharu:j1e,lharul:z1e,lhblk:Y1e,LJcy:W1e,ljcy:K1e,llarr:Z1e,ll:X1e,Ll:J1e,llcorner:eae,Lleftarrow:tae,llhard:nae,lltri:rae,Lmidot:oae,lmidot:iae,lmoustache:sae,lmoust:aae,lnap:lae,lnapprox:cae,lne:uae,lnE:dae,lneq:Tae,lneqq:fae,lnsim:pae,loang:hae,loarr:mae,lobrk:gae,longleftarrow:_ae,LongLeftArrow:Qae,Longleftarrow:vae,longleftrightarrow:yae,LongLeftRightArrow:bae,Longleftrightarrow:Eae,longmapsto:xae,longrightarrow:Sae,LongRightArrow:Lae,Longrightarrow:Cae,looparrowleft:Aae,looparrowright:wae,lopar:Oae,Lopf:Mae,lopf:Rae,loplus:Nae,lotimes:kae,lowast:Dae,lowbar:Iae,LowerLeftArrow:Hae,LowerRightArrow:Pae,loz:Vae,lozenge:$ae,lozf:Bae,lpar:Fae,lparlt:Uae,lrarr:Gae,lrcorner:qae,lrhar:jae,lrhard:zae,lrm:Yae,lrtri:Wae,lsaquo:Kae,lscr:Zae,Lscr:Xae,lsh:Jae,Lsh:e2e,lsim:t2e,lsime:n2e,lsimg:r2e,lsqb:o2e,lsquo:i2e,lsquor:s2e,Lstrok:a2e,lstrok:l2e,ltcc:c2e,ltcir:u2e,lt:d2e,LT:T2e,Lt:f2e,ltdot:p2e,lthree:h2e,ltimes:m2e,ltlarr:g2e,ltquest:_2e,ltri:Q2e,ltrie:v2e,ltrif:y2e,ltrPar:b2e,lurdshar:E2e,luruhar:x2e,lvertneqq:S2e,lvnE:L2e,macr:C2e,male:A2e,malt:w2e,maltese:O2e,Map:"⤅",map:M2e,mapsto:R2e,mapstodown:N2e,mapstoleft:k2e,mapstoup:D2e,marker:I2e,mcomma:H2e,Mcy:P2e,mcy:V2e,mdash:$2e,mDDot:B2e,measuredangle:F2e,MediumSpace:U2e,Mellintrf:G2e,Mfr:q2e,mfr:j2e,mho:z2e,micro:Y2e,midast:W2e,midcir:K2e,mid:Z2e,middot:X2e,minusb:J2e,minus:ele,minusd:tle,minusdu:nle,MinusPlus:rle,mlcp:ole,mldr:ile,mnplus:sle,models:ale,Mopf:lle,mopf:cle,mp:ule,mscr:dle,Mscr:Tle,mstpos:fle,Mu:ple,mu:hle,multimap:mle,mumap:gle,nabla:_le,Nacute:Qle,nacute:vle,nang:yle,nap:ble,napE:Ele,napid:xle,napos:Sle,napprox:Lle,natural:Cle,naturals:Ale,natur:wle,nbsp:Ole,nbump:Mle,nbumpe:Rle,ncap:Nle,Ncaron:kle,ncaron:Dle,Ncedil:Ile,ncedil:Hle,ncong:Ple,ncongdot:Vle,ncup:$le,Ncy:Ble,ncy:Fle,ndash:Ule,nearhk:Gle,nearr:qle,neArr:jle,nearrow:zle,ne:Yle,nedot:Wle,NegativeMediumSpace:Kle,NegativeThickSpace:Zle,NegativeThinSpace:Xle,NegativeVeryThinSpace:Jle,nequiv:e3e,nesear:t3e,nesim:n3e,NestedGreaterGreater:r3e,NestedLessLess:o3e,NewLine:i3e,nexist:s3e,nexists:a3e,Nfr:l3e,nfr:c3e,ngE:u3e,nge:d3e,ngeq:T3e,ngeqq:f3e,ngeqslant:p3e,nges:h3e,nGg:m3e,ngsim:g3e,nGt:_3e,ngt:Q3e,ngtr:v3e,nGtv:y3e,nharr:b3e,nhArr:E3e,nhpar:x3e,ni:S3e,nis:L3e,nisd:C3e,niv:A3e,NJcy:w3e,njcy:O3e,nlarr:M3e,nlArr:R3e,nldr:N3e,nlE:k3e,nle:D3e,nleftarrow:I3e,nLeftarrow:H3e,nleftrightarrow:P3e,nLeftrightarrow:V3e,nleq:$3e,nleqq:B3e,nleqslant:F3e,nles:U3e,nless:G3e,nLl:q3e,nlsim:j3e,nLt:z3e,nlt:Y3e,nltri:W3e,nltrie:K3e,nLtv:Z3e,nmid:X3e,NoBreak:J3e,NonBreakingSpace:e4e,nopf:t4e,Nopf:n4e,Not:r4e,not:o4e,NotCongruent:i4e,NotCupCap:s4e,NotDoubleVerticalBar:a4e,NotElement:l4e,NotEqual:c4e,NotEqualTilde:u4e,NotExists:d4e,NotGreater:T4e,NotGreaterEqual:f4e,NotGreaterFullEqual:p4e,NotGreaterGreater:h4e,NotGreaterLess:m4e,NotGreaterSlantEqual:g4e,NotGreaterTilde:_4e,NotHumpDownHump:Q4e,NotHumpEqual:v4e,notin:y4e,notindot:b4e,notinE:E4e,notinva:x4e,notinvb:S4e,notinvc:L4e,NotLeftTriangleBar:C4e,NotLeftTriangle:A4e,NotLeftTriangleEqual:w4e,NotLess:O4e,NotLessEqual:M4e,NotLessGreater:R4e,NotLessLess:N4e,NotLessSlantEqual:k4e,NotLessTilde:D4e,NotNestedGreaterGreater:I4e,NotNestedLessLess:H4e,notni:P4e,notniva:V4e,notnivb:$4e,notnivc:B4e,NotPrecedes:F4e,NotPrecedesEqual:U4e,NotPrecedesSlantEqual:G4e,NotReverseElement:q4e,NotRightTriangleBar:j4e,NotRightTriangle:z4e,NotRightTriangleEqual:Y4e,NotSquareSubset:W4e,NotSquareSubsetEqual:K4e,NotSquareSuperset:Z4e,NotSquareSupersetEqual:X4e,NotSubset:J4e,NotSubsetEqual:e0e,NotSucceeds:t0e,NotSucceedsEqual:n0e,NotSucceedsSlantEqual:r0e,NotSucceedsTilde:o0e,NotSuperset:i0e,NotSupersetEqual:s0e,NotTilde:a0e,NotTildeEqual:l0e,NotTildeFullEqual:c0e,NotTildeTilde:u0e,NotVerticalBar:d0e,nparallel:T0e,npar:f0e,nparsl:p0e,npart:h0e,npolint:m0e,npr:g0e,nprcue:_0e,nprec:Q0e,npreceq:v0e,npre:y0e,nrarrc:b0e,nrarr:E0e,nrArr:x0e,nrarrw:S0e,nrightarrow:L0e,nRightarrow:C0e,nrtri:A0e,nrtrie:w0e,nsc:O0e,nsccue:M0e,nsce:R0e,Nscr:N0e,nscr:k0e,nshortmid:D0e,nshortparallel:I0e,nsim:H0e,nsime:P0e,nsimeq:V0e,nsmid:$0e,nspar:B0e,nsqsube:F0e,nsqsupe:U0e,nsub:G0e,nsubE:q0e,nsube:j0e,nsubset:z0e,nsubseteq:Y0e,nsubseteqq:W0e,nsucc:K0e,nsucceq:Z0e,nsup:X0e,nsupE:J0e,nsupe:ece,nsupset:tce,nsupseteq:nce,nsupseteqq:rce,ntgl:oce,Ntilde:ice,ntilde:sce,ntlg:ace,ntriangleleft:lce,ntrianglelefteq:cce,ntriangleright:uce,ntrianglerighteq:dce,Nu:Tce,nu:fce,num:pce,numero:hce,numsp:mce,nvap:gce,nvdash:_ce,nvDash:Qce,nVdash:vce,nVDash:yce,nvge:bce,nvgt:Ece,nvHarr:xce,nvinfin:Sce,nvlArr:Lce,nvle:Cce,nvlt:Ace,nvltrie:wce,nvrArr:Oce,nvrtrie:Mce,nvsim:Rce,nwarhk:Nce,nwarr:kce,nwArr:Dce,nwarrow:Ice,nwnear:Hce,Oacute:Pce,oacute:Vce,oast:$ce,Ocirc:Bce,ocirc:Fce,ocir:Uce,Ocy:Gce,ocy:qce,odash:jce,Odblac:zce,odblac:Yce,odiv:Wce,odot:Kce,odsold:Zce,OElig:Xce,oelig:Jce,ofcir:e6e,Ofr:t6e,ofr:n6e,ogon:r6e,Ograve:o6e,ograve:i6e,ogt:s6e,ohbar:a6e,ohm:l6e,oint:c6e,olarr:u6e,olcir:d6e,olcross:T6e,oline:f6e,olt:p6e,Omacr:h6e,omacr:m6e,Omega:g6e,omega:_6e,Omicron:Q6e,omicron:v6e,omid:y6e,ominus:b6e,Oopf:E6e,oopf:x6e,opar:S6e,OpenCurlyDoubleQuote:L6e,OpenCurlyQuote:C6e,operp:A6e,oplus:w6e,orarr:O6e,Or:M6e,or:R6e,ord:N6e,order:k6e,orderof:D6e,ordf:I6e,ordm:H6e,origof:P6e,oror:V6e,orslope:$6e,orv:B6e,oS:F6e,Oscr:U6e,oscr:G6e,Oslash:q6e,oslash:j6e,osol:z6e,Otilde:Y6e,otilde:W6e,otimesas:K6e,Otimes:Z6e,otimes:X6e,Ouml:J6e,ouml:e5e,ovbar:t5e,OverBar:n5e,OverBrace:r5e,OverBracket:o5e,OverParenthesis:i5e,para:s5e,parallel:a5e,par:l5e,parsim:c5e,parsl:u5e,part:d5e,PartialD:T5e,Pcy:f5e,pcy:p5e,percnt:h5e,period:m5e,permil:g5e,perp:_5e,pertenk:Q5e,Pfr:v5e,pfr:y5e,Phi:b5e,phi:E5e,phiv:x5e,phmmat:S5e,phone:L5e,Pi:C5e,pi:A5e,pitchfork:w5e,piv:O5e,planck:M5e,planckh:R5e,plankv:N5e,plusacir:k5e,plusb:D5e,pluscir:I5e,plus:H5e,plusdo:P5e,plusdu:V5e,pluse:$5e,PlusMinus:B5e,plusmn:F5e,plussim:U5e,plustwo:G5e,pm:q5e,Poincareplane:j5e,pointint:z5e,popf:Y5e,Popf:W5e,pound:K5e,prap:Z5e,Pr:X5e,pr:J5e,prcue:eue,precapprox:tue,prec:nue,preccurlyeq:rue,Precedes:oue,PrecedesEqual:iue,PrecedesSlantEqual:sue,PrecedesTilde:aue,preceq:lue,precnapprox:cue,precneqq:uue,precnsim:due,pre:Tue,prE:fue,precsim:pue,prime:hue,Prime:mue,primes:gue,prnap:_ue,prnE:Que,prnsim:vue,prod:yue,Product:bue,profalar:Eue,profline:xue,profsurf:Sue,prop:Lue,Proportional:Cue,Proportion:Aue,propto:wue,prsim:Oue,prurel:Mue,Pscr:Rue,pscr:Nue,Psi:kue,psi:Due,puncsp:Iue,Qfr:Hue,qfr:Pue,qint:Vue,qopf:$ue,Qopf:Bue,qprime:Fue,Qscr:Uue,qscr:Gue,quaternions:que,quatint:jue,quest:zue,questeq:Yue,quot:Wue,QUOT:Kue,rAarr:Zue,race:Xue,Racute:Jue,racute:ede,radic:tde,raemptyv:nde,rang:rde,Rang:ode,rangd:ide,range:sde,rangle:ade,raquo:lde,rarrap:cde,rarrb:ude,rarrbfs:dde,rarrc:Tde,rarr:fde,Rarr:pde,rArr:hde,rarrfs:mde,rarrhk:gde,rarrlp:_de,rarrpl:Qde,rarrsim:vde,Rarrtl:yde,rarrtl:bde,rarrw:Ede,ratail:xde,rAtail:Sde,ratio:Lde,rationals:Cde,rbarr:Ade,rBarr:wde,RBarr:Ode,rbbrk:Mde,rbrace:Rde,rbrack:Nde,rbrke:kde,rbrksld:Dde,rbrkslu:Ide,Rcaron:Hde,rcaron:Pde,Rcedil:Vde,rcedil:$de,rceil:Bde,rcub:Fde,Rcy:Ude,rcy:Gde,rdca:qde,rdldhar:jde,rdquo:zde,rdquor:Yde,rdsh:Wde,real:Kde,realine:Zde,realpart:Xde,reals:Jde,Re:e7e,rect:t7e,reg:n7e,REG:r7e,ReverseElement:o7e,ReverseEquilibrium:i7e,ReverseUpEquilibrium:s7e,rfisht:a7e,rfloor:l7e,rfr:c7e,Rfr:u7e,rHar:d7e,rhard:T7e,rharu:f7e,rharul:p7e,Rho:h7e,rho:m7e,rhov:g7e,RightAngleBracket:_7e,RightArrowBar:Q7e,rightarrow:v7e,RightArrow:y7e,Rightarrow:b7e,RightArrowLeftArrow:E7e,rightarrowtail:x7e,RightCeiling:S7e,RightDoubleBracket:L7e,RightDownTeeVector:C7e,RightDownVectorBar:A7e,RightDownVector:w7e,RightFloor:O7e,rightharpoondown:M7e,rightharpoonup:R7e,rightleftarrows:N7e,rightleftharpoons:k7e,rightrightarrows:D7e,rightsquigarrow:I7e,RightTeeArrow:H7e,RightTee:P7e,RightTeeVector:V7e,rightthreetimes:$7e,RightTriangleBar:B7e,RightTriangle:F7e,RightTriangleEqual:U7e,RightUpDownVector:G7e,RightUpTeeVector:q7e,RightUpVectorBar:j7e,RightUpVector:z7e,RightVectorBar:Y7e,RightVector:W7e,ring:K7e,risingdotseq:Z7e,rlarr:X7e,rlhar:J7e,rlm:e8e,rmoustache:t8e,rmoust:n8e,rnmid:r8e,roang:o8e,roarr:i8e,robrk:s8e,ropar:a8e,ropf:l8e,Ropf:c8e,roplus:u8e,rotimes:d8e,RoundImplies:T8e,rpar:f8e,rpargt:p8e,rppolint:h8e,rrarr:m8e,Rrightarrow:g8e,rsaquo:_8e,rscr:Q8e,Rscr:v8e,rsh:y8e,Rsh:b8e,rsqb:E8e,rsquo:x8e,rsquor:S8e,rthree:L8e,rtimes:C8e,rtri:A8e,rtrie:w8e,rtrif:O8e,rtriltri:M8e,RuleDelayed:R8e,ruluhar:N8e,rx:k8e,Sacute:D8e,sacute:I8e,sbquo:H8e,scap:P8e,Scaron:V8e,scaron:$8e,Sc:B8e,sc:F8e,sccue:U8e,sce:G8e,scE:q8e,Scedil:j8e,scedil:z8e,Scirc:Y8e,scirc:W8e,scnap:K8e,scnE:Z8e,scnsim:X8e,scpolint:J8e,scsim:e9e,Scy:t9e,scy:n9e,sdotb:r9e,sdot:o9e,sdote:i9e,searhk:s9e,searr:a9e,seArr:l9e,searrow:c9e,sect:u9e,semi:d9e,seswar:T9e,setminus:f9e,setmn:p9e,sext:h9e,Sfr:m9e,sfr:g9e,sfrown:_9e,sharp:Q9e,SHCHcy:v9e,shchcy:y9e,SHcy:b9e,shcy:E9e,ShortDownArrow:x9e,ShortLeftArrow:S9e,shortmid:L9e,shortparallel:C9e,ShortRightArrow:A9e,ShortUpArrow:w9e,shy:O9e,Sigma:M9e,sigma:R9e,sigmaf:N9e,sigmav:k9e,sim:D9e,simdot:I9e,sime:H9e,simeq:P9e,simg:V9e,simgE:$9e,siml:B9e,simlE:F9e,simne:U9e,simplus:G9e,simrarr:q9e,slarr:j9e,SmallCircle:z9e,smallsetminus:Y9e,smashp:W9e,smeparsl:K9e,smid:Z9e,smile:X9e,smt:J9e,smte:eTe,smtes:tTe,SOFTcy:nTe,softcy:rTe,solbar:oTe,solb:iTe,sol:sTe,Sopf:aTe,sopf:lTe,spades:cTe,spadesuit:uTe,spar:dTe,sqcap:TTe,sqcaps:fTe,sqcup:pTe,sqcups:hTe,Sqrt:mTe,sqsub:gTe,sqsube:_Te,sqsubset:QTe,sqsubseteq:vTe,sqsup:yTe,sqsupe:bTe,sqsupset:ETe,sqsupseteq:xTe,square:STe,Square:LTe,SquareIntersection:CTe,SquareSubset:ATe,SquareSubsetEqual:wTe,SquareSuperset:OTe,SquareSupersetEqual:MTe,SquareUnion:RTe,squarf:NTe,squ:kTe,squf:DTe,srarr:ITe,Sscr:HTe,sscr:PTe,ssetmn:VTe,ssmile:$Te,sstarf:BTe,Star:FTe,star:UTe,starf:GTe,straightepsilon:qTe,straightphi:jTe,strns:zTe,sub:YTe,Sub:WTe,subdot:KTe,subE:ZTe,sube:XTe,subedot:JTe,submult:efe,subnE:tfe,subne:nfe,subplus:rfe,subrarr:ofe,subset:ife,Subset:sfe,subseteq:afe,subseteqq:lfe,SubsetEqual:cfe,subsetneq:ufe,subsetneqq:dfe,subsim:Tfe,subsub:ffe,subsup:pfe,succapprox:hfe,succ:mfe,succcurlyeq:gfe,Succeeds:_fe,SucceedsEqual:Qfe,SucceedsSlantEqual:vfe,SucceedsTilde:yfe,succeq:bfe,succnapprox:Efe,succneqq:xfe,succnsim:Sfe,succsim:Lfe,SuchThat:Cfe,sum:Afe,Sum:wfe,sung:Ofe,sup1:Mfe,sup2:Rfe,sup3:Nfe,sup:kfe,Sup:Dfe,supdot:Ife,supdsub:Hfe,supE:Pfe,supe:Vfe,supedot:$fe,Superset:Bfe,SupersetEqual:Ffe,suphsol:Ufe,suphsub:Gfe,suplarr:qfe,supmult:jfe,supnE:zfe,supne:Yfe,supplus:Wfe,supset:Kfe,Supset:Zfe,supseteq:Xfe,supseteqq:Jfe,supsetneq:epe,supsetneqq:tpe,supsim:npe,supsub:rpe,supsup:ope,swarhk:ipe,swarr:spe,swArr:ape,swarrow:lpe,swnwar:cpe,szlig:upe,Tab:dpe,target:Tpe,Tau:fpe,tau:ppe,tbrk:hpe,Tcaron:mpe,tcaron:gpe,Tcedil:_pe,tcedil:Qpe,Tcy:vpe,tcy:ype,tdot:bpe,telrec:Epe,Tfr:xpe,tfr:Spe,there4:Lpe,therefore:Cpe,Therefore:Ape,Theta:wpe,theta:Ope,thetasym:Mpe,thetav:Rpe,thickapprox:Npe,thicksim:kpe,ThickSpace:Dpe,ThinSpace:Ipe,thinsp:Hpe,thkap:Ppe,thksim:Vpe,THORN:$pe,thorn:Bpe,tilde:Fpe,Tilde:Upe,TildeEqual:Gpe,TildeFullEqual:qpe,TildeTilde:jpe,timesbar:zpe,timesb:Ype,times:Wpe,timesd:Kpe,tint:Zpe,toea:Xpe,topbot:Jpe,topcir:ehe,top:the,Topf:nhe,topf:rhe,topfork:ohe,tosa:ihe,tprime:she,trade:ahe,TRADE:lhe,triangle:che,triangledown:uhe,triangleleft:dhe,trianglelefteq:The,triangleq:fhe,triangleright:phe,trianglerighteq:hhe,tridot:mhe,trie:ghe,triminus:_he,TripleDot:Qhe,triplus:vhe,trisb:yhe,tritime:bhe,trpezium:Ehe,Tscr:xhe,tscr:She,TScy:Lhe,tscy:Che,TSHcy:Ahe,tshcy:whe,Tstrok:Ohe,tstrok:Mhe,twixt:Rhe,twoheadleftarrow:Nhe,twoheadrightarrow:khe,Uacute:Dhe,uacute:Ihe,uarr:Hhe,Uarr:Phe,uArr:Vhe,Uarrocir:$he,Ubrcy:Bhe,ubrcy:Fhe,Ubreve:Uhe,ubreve:Ghe,Ucirc:qhe,ucirc:jhe,Ucy:zhe,ucy:Yhe,udarr:Whe,Udblac:Khe,udblac:Zhe,udhar:Xhe,ufisht:Jhe,Ufr:eme,ufr:tme,Ugrave:nme,ugrave:rme,uHar:ome,uharl:ime,uharr:sme,uhblk:ame,ulcorn:lme,ulcorner:cme,ulcrop:ume,ultri:dme,Umacr:Tme,umacr:fme,uml:pme,UnderBar:hme,UnderBrace:mme,UnderBracket:gme,UnderParenthesis:_me,Union:Qme,UnionPlus:vme,Uogon:yme,uogon:bme,Uopf:Eme,uopf:xme,UpArrowBar:Sme,uparrow:Lme,UpArrow:Cme,Uparrow:Ame,UpArrowDownArrow:wme,updownarrow:Ome,UpDownArrow:Mme,Updownarrow:Rme,UpEquilibrium:Nme,upharpoonleft:kme,upharpoonright:Dme,uplus:Ime,UpperLeftArrow:Hme,UpperRightArrow:Pme,upsi:Vme,Upsi:$me,upsih:Bme,Upsilon:Fme,upsilon:Ume,UpTeeArrow:Gme,UpTee:qme,upuparrows:jme,urcorn:zme,urcorner:Yme,urcrop:Wme,Uring:Kme,uring:Zme,urtri:Xme,Uscr:Jme,uscr:ege,utdot:tge,Utilde:nge,utilde:rge,utri:oge,utrif:ige,uuarr:sge,Uuml:age,uuml:lge,uwangle:cge,vangrt:uge,varepsilon:dge,varkappa:Tge,varnothing:fge,varphi:pge,varpi:hge,varpropto:mge,varr:gge,vArr:_ge,varrho:Qge,varsigma:vge,varsubsetneq:yge,varsubsetneqq:bge,varsupsetneq:Ege,varsupsetneqq:xge,vartheta:Sge,vartriangleleft:Lge,vartriangleright:Cge,vBar:Age,Vbar:wge,vBarv:Oge,Vcy:Mge,vcy:Rge,vdash:Nge,vDash:kge,Vdash:Dge,VDash:Ige,Vdashl:Hge,veebar:Pge,vee:Vge,Vee:$ge,veeeq:Bge,vellip:Fge,verbar:Uge,Verbar:Gge,vert:qge,Vert:jge,VerticalBar:zge,VerticalLine:Yge,VerticalSeparator:Wge,VerticalTilde:Kge,VeryThinSpace:Zge,Vfr:Xge,vfr:Jge,vltri:e_e,vnsub:t_e,vnsup:n_e,Vopf:r_e,vopf:o_e,vprop:i_e,vrtri:s_e,Vscr:a_e,vscr:l_e,vsubnE:c_e,vsubne:u_e,vsupnE:d_e,vsupne:T_e,Vvdash:f_e,vzigzag:p_e,Wcirc:h_e,wcirc:m_e,wedbar:g_e,wedge:__e,Wedge:Q_e,wedgeq:v_e,weierp:y_e,Wfr:b_e,wfr:E_e,Wopf:x_e,wopf:S_e,wp:L_e,wr:C_e,wreath:A_e,Wscr:w_e,wscr:O_e,xcap:M_e,xcirc:R_e,xcup:N_e,xdtri:k_e,Xfr:D_e,xfr:I_e,xharr:H_e,xhArr:P_e,Xi:V_e,xi:$_e,xlarr:B_e,xlArr:F_e,xmap:U_e,xnis:G_e,xodot:q_e,Xopf:j_e,xopf:z_e,xoplus:Y_e,xotime:W_e,xrarr:K_e,xrArr:Z_e,Xscr:X_e,xscr:J_e,xsqcup:eQe,xuplus:tQe,xutri:nQe,xvee:rQe,xwedge:oQe,Yacute:iQe,yacute:sQe,YAcy:aQe,yacy:lQe,Ycirc:cQe,ycirc:uQe,Ycy:dQe,ycy:TQe,yen:fQe,Yfr:pQe,yfr:hQe,YIcy:mQe,yicy:gQe,Yopf:_Qe,yopf:QQe,Yscr:vQe,yscr:yQe,YUcy:bQe,yucy:EQe,yuml:xQe,Yuml:SQe,Zacute:LQe,zacute:CQe,Zcaron:AQe,zcaron:wQe,Zcy:OQe,zcy:MQe,Zdot:RQe,zdot:NQe,zeetrf:kQe,ZeroWidthSpace:DQe,Zeta:IQe,zeta:HQe,zfr:PQe,Zfr:VQe,ZHcy:$Qe,zhcy:BQe,zigrarr:FQe,zopf:UQe,Zopf:GQe,Zscr:qQe,zscr:jQe,zwj:zQe,zwnj:YQe};var HR=WQe,xm=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,c2={},xv={};function KQe(t){var e,n,r=xv[t];if(r)return r;for(r=xv[t]=[],e=0;e<128;e++)n=String.fromCharCode(e),/^[0-9a-z]$/i.test(n)?r.push(n):r.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2));for(e=0;e"u"&&(n=!0),a=KQe(e),r=0,o=t.length;r=55296&&i<=57343){if(i>=55296&&i<=56319&&r+1=56320&&s<=57343)){l+=encodeURIComponent(t[r]+t[r+1]),r++;continue}l+="%EF%BF%BD";continue}l+=encodeURIComponent(t[r])}return l}S6.defaultChars=";/?:@&=+$,-_.!~*'()#";S6.componentChars="-_.!~*'()";var ZQe=S6,Sv={};function XQe(t){var e,n,r=Sv[t];if(r)return r;for(r=Sv[t]=[],e=0;e<128;e++)n=String.fromCharCode(e),r.push(n);for(e=0;e=55296&&u<=57343?d+="���":d+=String.fromCharCode(u),o+=6;continue}if((s&248)===240&&o+91114111?d+="����":(u-=65536,d+=String.fromCharCode(55296+(u>>10),56320+(u&1023))),o+=9;continue}d+="�"}return d})}L6.defaultChars=";/?:@&=+$,#";L6.componentChars="";var JQe=L6,eve=function(e){var n="";return n+=e.protocol||"",n+=e.slashes?"//":"",n+=e.auth?e.auth+"@":"",e.hostname&&e.hostname.indexOf(":")!==-1?n+="["+e.hostname+"]":n+=e.hostname||"",n+=e.port?":"+e.port:"",n+=e.pathname||"",n+=e.search||"",n+=e.hash||"",n};function lc(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var tve=/^([a-z0-9.+-]+:)/i,nve=/:[0-9]*$/,rve=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,ove=["<",">",'"',"`"," ","\r",`
+`," "],ive=["{","}","|","\\","^","`"].concat(ove),sve=["'"].concat(ive),Lv=["%","/","?",";","#"].concat(sve),Cv=["/","?","#"],ave=255,Av=/^[+a-z0-9A-Z_-]{0,63}$/,lve=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,wv={javascript:!0,"javascript:":!0},Ov={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function cve(t,e){if(t&&t instanceof lc)return t;var n=new lc;return n.parse(t,e),n}lc.prototype.parse=function(t,e){var n,r,o,i,s,a=t;if(a=a.trim(),!e&&t.split("#").length===1){var l=rve.exec(a);if(l)return this.pathname=l[1],l[2]&&(this.search=l[2]),this}var c=tve.exec(a);if(c&&(c=c[0],o=c.toLowerCase(),this.protocol=c,a=a.substr(c.length)),(e||c||a.match(/^\/\/[^@\/]+@[^@\/]+/))&&(s=a.substr(0,2)==="//",s&&!(c&&wv[c])&&(a=a.substr(2),this.slashes=!0)),!wv[c]&&(s||c&&!Ov[c])){var u=-1;for(n=0;n127?m+="x":m+=Q[v];if(!m.match(Av)){var b=_.slice(0,n),E=_.slice(n+1),S=Q.match(lve);S&&(b.push(S[1]),E.unshift(S[2])),E.length&&(a=E.join(".")+a),this.hostname=b.join(".");break}}}}this.hostname.length>ave&&(this.hostname=""),g&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var L=a.indexOf("#");L!==-1&&(this.hash=a.substr(L),a=a.slice(0,L));var w=a.indexOf("?");return w!==-1&&(this.search=a.substr(w),a=a.slice(0,w)),a&&(this.pathname=a),Ov[o]&&this.hostname&&!this.pathname&&(this.pathname=""),this};lc.prototype.parseHost=function(t){var e=nve.exec(t);e&&(e=e[0],e!==":"&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)};var uve=cve;c2.encode=ZQe;c2.decode=JQe;c2.format=eve;c2.parse=uve;var Ps={},Pd,Mv;function PR(){return Mv||(Mv=1,Pd=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),Pd}var Vd,Rv;function VR(){return Rv||(Rv=1,Vd=/[\0-\x1F\x7F-\x9F]/),Vd}var $d,Nv;function dve(){return Nv||(Nv=1,$d=/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/),$d}var Bd,kv;function $R(){return kv||(kv=1,Bd=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/),Bd}var Dv;function Tve(){return Dv||(Dv=1,Ps.Any=PR(),Ps.Cc=VR(),Ps.Cf=dve(),Ps.P=xm,Ps.Z=$R()),Ps}(function(t){function e(P){return Object.prototype.toString.call(P)}function n(P){return e(P)==="[object String]"}var r=Object.prototype.hasOwnProperty;function o(P,B){return r.call(P,B)}function i(P){var B=Array.prototype.slice.call(arguments,1);return B.forEach(function($){if($){if(typeof $!="object")throw new TypeError($+"must be object");Object.keys($).forEach(function(q){P[q]=$[q]})}}),P}function s(P,B,$){return[].concat(P.slice(0,B),$,P.slice(B+1))}function a(P){return!(P>=55296&&P<=57343||P>=64976&&P<=65007||(P&65535)===65535||(P&65535)===65534||P>=0&&P<=8||P===11||P>=14&&P<=31||P>=127&&P<=159||P>1114111)}function l(P){if(P>65535){P-=65536;var B=55296+(P>>10),$=56320+(P&1023);return String.fromCharCode(B,$)}return String.fromCharCode(P)}var c=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,u=/&([a-z#][a-z0-9]{1,31});/gi,d=new RegExp(c.source+"|"+u.source,"gi"),f=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i,T=HR;function g(P,B){var $;return o(T,B)?T[B]:B.charCodeAt(0)===35&&f.test(B)&&($=B[1].toLowerCase()==="x"?parseInt(B.slice(2),16):parseInt(B.slice(1),10),a($))?l($):P}function _(P){return P.indexOf("\\")<0?P:P.replace(c,"$1")}function Q(P){return P.indexOf("\\")<0&&P.indexOf("&")<0?P:P.replace(d,function(B,$,q){return $||g(B,q)})}var m=/[&<>"]/,v=/[&<>"]/g,y={"&":"&","<":"<",">":">",'"':"""};function b(P){return y[P]}function E(P){return m.test(P)?P.replace(v,b):P}var S=/[.?*+^$[\]\\(){}|-]/g;function L(P){return P.replace(S,"\\$&")}function w(P){switch(P){case 9:case 32:return!0}return!1}function A(P){if(P>=8192&&P<=8202)return!0;switch(P){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}var R=xm;function D(P){return R.test(P)}function I(P){switch(P){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function V(P){return P=P.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(P=P.replace(/ẞ/g,"ß")),P.toLowerCase().toUpperCase()}t.lib={},t.lib.mdurl=c2,t.lib.ucmicro=Tve(),t.assign=i,t.isString=n,t.has=o,t.unescapeMd=_,t.unescapeAll=Q,t.isValidEntityCode=a,t.fromCodePoint=l,t.escapeHtml=E,t.arrayReplaceAt=s,t.isSpace=w,t.isWhiteSpace=A,t.isMdAsciiPunct=I,t.isPunctChar=D,t.escapeRE=L,t.normalizeReference=V})(Ht);var C6={},fve=function(e,n,r){var o,i,s,a,l=-1,c=e.posMax,u=e.pos;for(e.pos=n+1,o=1;e.pos32))return a;if(o===41){if(i===0)break;i--}s++}return n===s||i!==0||(a.str=Iv(e.slice(n,s)),a.pos=s,a.ok=!0),a},hve=Ht.unescapeAll,mve=function(e,n,r){var o,i,s=0,a=n,l={ok:!1,pos:0,lines:0,str:""};if(a>=r||(i=e.charCodeAt(a),i!==34&&i!==39&&i!==40))return l;for(a++,i===40&&(i=41);a"+b1(i.content)+""};Ko.code_block=function(t,e,n,r,o){var i=t[e];return""+b1(t[e].content)+`
+`};Ko.fence=function(t,e,n,r,o){var i=t[e],s=i.info?_ve(i.info).trim():"",a="",l="",c,u,d,f,T;return s&&(d=s.split(/(\s+)/g),a=d[0],l=d.slice(2).join("")),n.highlight?c=n.highlight(i.content,a,l)||b1(i.content):c=b1(i.content),c.indexOf(""+c+`
`):""+c+`
`};Ko.image=function(t,e,n,r,o){var i=t[e];return i.attrs[i.attrIndex("alt")][1]=o.renderInlineAsText(i.children,n,r),o.renderToken(t,e,n)};Ko.hardbreak=function(t,e,n){return n.xhtmlOut?`
@@ -43,35 +43,35 @@ var fP=Object.defineProperty;var pP=(t,e,n)=>e in t?fP(t,e,{enumerable:!0,config
`};Ko.softbreak=function(t,e,n){return n.breaks?n.xhtmlOut?`
`:`
`:`
-`};Ko.text=function(t,e){return b1(t[e].content)};Ko.html_block=function(t,e){return t[e].content};Ko.html_inline=function(t,e){return t[e].content};function u2(){this.rules=_ve({},Ko)}u2.prototype.renderAttrs=function(e){var n,r,o;if(!e.attrs)return"";for(o="",n=0,r=e.attrs.length;n
`:">",i)};u2.prototype.renderInline=function(t,e,n){for(var r,o="",i=this.rules,s=0,a=t.length;s\s]/i.test(t)}function Ave(t){return/^<\/a\s*>/i.test(t)}var wve=function(e){var n,r,o,i,s,a,l,c,u,d,f,T,g,_,Q,m,v=e.tokens,y;if(e.md.options.linkify){for(r=0,o=v.length;r=0;n--){if(a=i[n],a.type==="link_close"){for(n--;i[n].level!==a.level&&i[n].type!=="link_open";)n--;continue}if(a.type==="html_inline"&&(Cve(a.content)&&g>0&&g--,Ave(a.content)&&g++),!(g>0)&&a.type==="text"&&e.md.linkify.test(a.content)){for(u=a.content,y=e.md.linkify.match(u),l=[],T=a.level,f=0,y.length>0&&y[0].index===0&&n>0&&i[n-1].type==="text_special"&&(y=y.slice(1)),c=0;cf&&(s=new e.Token("text","",0),s.content=u.slice(f,d),s.level=T,l.push(s)),s=new e.Token("link_open","a",1),s.attrs=[["href",Q]],s.level=T++,s.markup="linkify",s.info="auto",l.push(s),s=new e.Token("text","",0),s.content=m,s.level=T,l.push(s),s=new e.Token("link_close","a",-1),s.level=--T,s.markup="linkify",s.info="auto",l.push(s),f=y[c].lastIndex);f=0;e--)n=t[e],n.type==="text"&&!r&&(n.content=n.content.replace(Mve,Nve)),n.type==="link_open"&&n.info==="auto"&&r--,n.type==="link_close"&&n.info==="auto"&&r++}function Dve(t){var e,n,r=0;for(e=t.length-1;e>=0;e--)n=t[e],n.type==="text"&&!r&&BR.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),n.type==="link_open"&&n.info==="auto"&&r--,n.type==="link_close"&&n.info==="auto"&&r++}var Ive=function(e){var n;if(e.md.options.typographer)for(n=e.tokens.length-1;n>=0;n--)e.tokens[n].type==="inline"&&(Ove.test(e.tokens[n].content)&&kve(e.tokens[n].children),BR.test(e.tokens[n].content)&&Dve(e.tokens[n].children))},Hv=Ht.isWhiteSpace,Pv=Ht.isPunctChar,Vv=Ht.isMdAsciiPunct,Hve=/['"]/,$v=/['"]/g,Bv="’";function k4(t,e,n){return t.slice(0,e)+n+t.slice(e+1)}function Pve(t,e){var n,r,o,i,s,a,l,c,u,d,f,T,g,_,Q,m,v,y,b,E,S;for(b=[],n=0;n=0&&!(b[v].level<=l);v--);if(b.length=v+1,r.type==="text"){o=r.content,s=0,a=o.length;e:for(;s=0)u=o.charCodeAt(i.index-1);else for(v=n-1;v>=0&&!(t[v].type==="softbreak"||t[v].type==="hardbreak");v--)if(t[v].content){u=t[v].content.charCodeAt(t[v].content.length-1);break}if(d=32,s =48&&u<=57&&(m=Q=!1),Q&&m&&(Q=f,m=T),!Q&&!m){y&&(r.content=k4(r.content,i.index,Bv));continue}if(m){for(v=b.length-1;v>=0&&(c=b[v],!(b[v].level=0;n--)e.tokens[n].type!=="inline"||!Hve.test(e.tokens[n].content)||Pve(e.tokens[n].children,e)},$ve=function(e){var n,r,o,i,s,a,l=e.tokens;for(n=0,r=l.length;n=0&&(r=this.attrs[n][1]),r};d2.prototype.attrJoin=function(e,n){var r=this.attrIndex(e);r<0?this.attrPush([e,n]):this.attrs[r][1]=this.attrs[r][1]+" "+n};var Lm=d2,Bve=Lm;function FR(t,e,n){this.src=t,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=e}FR.prototype.Token=Bve;var Fve=FR,Uve=Sm,Fd=[["normalize",Eve],["block",xve],["inline",Sve],["linkify",wve],["replacements",Ive],["smartquotes",Vve],["text_join",$ve]];function Cm(){this.ruler=new Uve;for(var t=0;tr||(u=n+1,e.sCount[u]=4||(a=e.bMarks[u]+e.tShift[u],a>=e.eMarks[u])||(E=e.src.charCodeAt(a++),E!==124&&E!==45&&E!==58)||a>=e.eMarks[u]||(S=e.src.charCodeAt(a++),S!==124&&S!==45&&S!==58&&!Ud(S))||E===45&&Ud(S))return!1;for(;a=4||(d=Fv(s),d.length&&d[0]===""&&d.shift(),d.length&&d[d.length-1]===""&&d.pop(),f=d.length,f===0||f!==g.length))return!1;if(o)return!0;for(v=e.parentType,e.parentType="table",b=e.md.block.ruler.getRules("blockquote"),T=e.push("table_open","table",1),T.map=Q=[n,0],T=e.push("thead_open","thead",1),T.map=[n,n+1],T=e.push("tr_open","tr",1),T.map=[n,n+1],l=0;l=4)break;for(d=Fv(s),d.length&&d[0]===""&&d.shift(),d.length&&d[d.length-1]===""&&d.pop(),u===n+2&&(T=e.push("tbody_open","tbody",1),T.map=m=[n+2,0]),T=e.push("tr_open","tr",1),T.map=[u,u+1],l=0;l=4){o++,i=o;continue}break}return e.line=i,s=e.push("code_block","code",0),s.content=e.getLines(n,i,4+e.blkIndent,!1)+`
-`,s.map=[n,e.line],!0},zve=function(e,n,r,o){var i,s,a,l,c,u,d,f=!1,T=e.bMarks[n]+e.tShift[n],g=e.eMarks[n];if(e.sCount[n]-e.blkIndent>=4||T+3>g||(i=e.src.charCodeAt(T),i!==126&&i!==96)||(c=T,T=e.skipChars(T,i),s=T-c,s<3)||(d=e.src.slice(c,T),a=e.src.slice(T,g),i===96&&a.indexOf(String.fromCharCode(i))>=0))return!1;if(o)return!0;for(l=n;l++,!(l>=r||(T=c=e.bMarks[l]+e.tShift[l],g=e.eMarks[l],T=4)&&(T=e.skipChars(T,i),!(T-c=4||e.src.charCodeAt(M)!==62)return!1;if(o)return!0;for(g=[],_=[],v=[],y=[],S=e.md.block.ruler.getRules("blockquote"),m=e.parentType,e.parentType="blockquote",f=n;f=D));f++){if(e.src.charCodeAt(M++)===62&&!w){for(l=e.sCount[f]+1,e.src.charCodeAt(M)===32?(M++,l++,i=!1,b=!0):e.src.charCodeAt(M)===9?(b=!0,(e.bsCount[f]+l)%4===3?(M++,l++,i=!1):i=!0):b=!1,T=l,g.push(e.bMarks[f]),e.bMarks[f]=M;M=D,_.push(e.bsCount[f]),e.bsCount[f]=e.sCount[f]+1+(b?1:0),v.push(e.sCount[f]),e.sCount[f]=T-l,y.push(e.tShift[f]),e.tShift[f]=M-e.bMarks[f];continue}if(u)break;for(E=!1,a=0,c=S.length;a",L.map=d=[n,0],e.md.block.tokenize(e,n,f),L=e.push("blockquote_close","blockquote",-1),L.markup=">",e.lineMax=A,e.parentType=m,d[1]=e.line,a=0;a=4||(i=e.src.charCodeAt(c++),i!==42&&i!==45&&i!==95))return!1;for(s=1;c=i||(n=t.src.charCodeAt(o++),n<48||n>57))return-1;for(;;){if(o>=i)return-1;if(n=t.src.charCodeAt(o++),n>=48&&n<=57){if(o-r>=10)return-1;continue}if(n===41||n===46)break;return-1}return o=4||e.listIndent>=0&&e.sCount[$]-e.listIndent>=4&&e.sCount[$]=e.blkIndent&&(q=!0),(M=Gv(e,$))>=0){if(d=!0,I=e.bMarks[$]+e.tShift[$],m=Number(e.src.slice(I,M-1)),q&&m!==1)return!1}else if((M=Uv(e,$))>=0)d=!1;else return!1;if(q&&e.skipSpaces(M)>=e.eMarks[$])return!1;if(o)return!0;for(Q=e.src.charCodeAt(M-1),_=e.tokens.length,d?(B=e.push("ordered_list_open","ol",1),m!==1&&(B.attrs=[["start",m]])):B=e.push("bullet_list_open","ul",1),B.map=g=[$,0],B.markup=String.fromCharCode(Q),D=!1,P=e.md.block.ruler.getRules("list"),E=e.parentType,e.parentType="list";$=v?c=1:c=y-u,c>4&&(c=1),l=u+c,B=e.push("list_item_open","li",1),B.markup=String.fromCharCode(Q),B.map=f=[$,0],d&&(B.info=e.src.slice(I,M-1)),w=e.tight,L=e.tShift[$],S=e.sCount[$],b=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=l,e.tight=!0,e.tShift[$]=s-e.bMarks[$],e.sCount[$]=y,s>=v&&e.isEmpty($+1)?e.line=Math.min(e.line+2,r):e.md.block.tokenize(e,$,r,!0),(!e.tight||D)&&(G=!1),D=e.line-$>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=b,e.tShift[$]=L,e.sCount[$]=S,e.tight=w,B=e.push("list_item_close","li",-1),B.markup=String.fromCharCode(Q),$=e.line,f[1]=$,$>=r||e.sCount[$]=4)break;for(V=!1,a=0,T=P.length;a=4||e.src.charCodeAt(S)!==91)return!1;for(;++S3)&&!(e.sCount[w]<0)){for(v=!1,u=0,d=y.length;u"u"&&(e.env.references={}),typeof e.env.references[f]>"u"&&(e.env.references[f]={title:b,href:c}),e.parentType=g,e.line=n+E+1),!0)},nye=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],w6={},rye="[a-zA-Z_:][a-zA-Z0-9:._-]*",oye="[^\"'=<>`\\x00-\\x20]+",iye="'[^']*'",sye='"[^"]*"',aye="(?:"+oye+"|"+iye+"|"+sye+")",lye="(?:\\s+"+rye+"(?:\\s*=\\s*"+aye+")?)",GR="<[A-Za-z][A-Za-z0-9\\-]*"+lye+"*\\s*\\/?>",qR="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",cye="|",uye="<[?][\\s\\S]*?[?]>",dye="]*>",Tye="",fye=new RegExp("^(?:"+GR+"|"+qR+"|"+cye+"|"+uye+"|"+dye+"|"+Tye+")"),pye=new RegExp("^(?:"+GR+"|"+qR+")");w6.HTML_TAG_RE=fye;w6.HTML_OPEN_CLOSE_TAG_RE=pye;var hye=nye,mye=w6.HTML_OPEN_CLOSE_TAG_RE,W1=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^?("+hye.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(mye.source+"\\s*$"),/^$/,!1]],gye=function(e,n,r,o){var i,s,a,l,c=e.bMarks[n]+e.tShift[n],u=e.eMarks[n];if(e.sCount[n]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(c)!==60)return!1;for(l=e.src.slice(c,u),i=0;i=4||(i=e.src.charCodeAt(c),i!==35||c>=u))return!1;for(s=1,i=e.src.charCodeAt(++c);i===35&&c6||cc&&qv(e.src.charCodeAt(a-1))&&(u=a),e.line=n+1,l=e.push("heading_open","h"+String(s),1),l.markup="########".slice(0,s),l.map=[n,e.line],l=e.push("inline","",0),l.content=e.src.slice(c,u).trim(),l.map=[n,e.line],l.children=[],l=e.push("heading_close","h"+String(s),-1),l.markup="########".slice(0,s)),!0)},Qye=function(e,n,r){var o,i,s,a,l,c,u,d,f,T=n+1,g,_=e.md.block.ruler.getRules("paragraph");if(e.sCount[n]-e.blkIndent>=4)return!1;for(g=e.parentType,e.parentType="paragraph";T3)){if(e.sCount[T]>=e.blkIndent&&(c=e.bMarks[T]+e.tShift[T],u=e.eMarks[T],c=u)))){d=f===61?1:2;break}if(!(e.sCount[T]<0)){for(i=!1,s=0,a=_.length;s3)&&!(e.sCount[u]<0)){for(i=!1,s=0,a=d.length;s 0&&this.level++,this.tokens.push(r),r};Zo.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]};Zo.prototype.skipEmptyLines=function(e){for(var n=this.lineMax;en;)if(!O6(this.src.charCodeAt(--e)))return e+1;return e};Zo.prototype.skipChars=function(e,n){for(var r=this.src.length;er;)if(n!==this.src.charCodeAt(--e))return e+1;return e};Zo.prototype.getLines=function(e,n,r,o){var i,s,a,l,c,u,d,f=e;if(e>=n)return"";for(u=new Array(n-e),i=0;fr?u[i]=new Array(s-r+1).join(" ")+this.src.slice(l,c):u[i]=this.src.slice(l,c)}return u.join("")};Zo.prototype.Token=jR;var yye=Zo,bye=Sm,I4=[["table",qve,["paragraph","reference"]],["code",jve],["fence",zve,["paragraph","reference","blockquote","list"]],["blockquote",Wve,["paragraph","reference","blockquote","list"]],["hr",Zve,["paragraph","reference","blockquote","list"]],["list",Jve,["paragraph","reference","blockquote"]],["reference",tye],["html_block",gye,["paragraph","reference","blockquote"]],["heading",_ye,["paragraph","reference","blockquote"]],["lheading",Qye],["paragraph",vye]];function M6(){this.ruler=new bye;for(var t=0;t=n||t.sCount[l]=u){t.line=n;break}for(i=t.line,o=0;o=t.line)throw new Error("block rule didn't increment state.line");break}if(!r)throw new Error("none of the block rules matched");t.tight=!c,t.isEmpty(t.line-1)&&(c=!0),l=t.line,l0||(r=e.pos,o=e.posMax,r+3>o)||e.src.charCodeAt(r)!==58||e.src.charCodeAt(r+1)!==47||e.src.charCodeAt(r+2)!==47||(i=e.pending.match(Lye),!i)||(s=i[1],a=e.md.linkify.matchAtStart(e.src.slice(r-s.length)),!a)||(l=a.url,l.length<=s.length)||(l=l.replace(/\*+$/,""),c=e.md.normalizeLink(l),!e.md.validateLink(c))?!1:(n||(e.pending=e.pending.slice(0,-s.length),u=e.push("link_open","a",1),u.attrs=[["href",c]],u.markup="linkify",u.info="auto",u=e.push("text","",0),u.content=e.md.normalizeLinkText(l),u=e.push("link_close","a",-1),u.markup="linkify",u.info="auto"),e.pos+=l.length-s.length,!0)},Aye=Ht.isSpace,wye=function(e,n){var r,o,i,s=e.pos;if(e.src.charCodeAt(s)!==10)return!1;if(r=e.pending.length-1,o=e.posMax,!n)if(r>=0&&e.pending.charCodeAt(r)===32)if(r>=1&&e.pending.charCodeAt(r-1)===32){for(i=r-1;i>=1&&e.pending.charCodeAt(i-1)===32;)i--;e.pending=e.pending.slice(0,i),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(s++;s?@[]^_`{|}~-".split("").forEach(function(t){Am[t.charCodeAt(0)]=1});var Mye=function(e,n){var r,o,i,s,a,l=e.pos,c=e.posMax;if(e.src.charCodeAt(l)!==92||(l++,l>=c))return!1;if(r=e.src.charCodeAt(l),r===10){for(n||e.push("hardbreak","br",0),l++;l=55296&&r<=56319&&l+1=56320&&o<=57343&&(s+=e.src[l+1],l++)),i="\\"+s,n||(a=e.push("text_special","",0),r<256&&Am[r]!==0?a.content=s:a.content=i,a.markup=i,a.info="escape"),e.pos=l+1,!0},Rye=function(e,n){var r,o,i,s,a,l,c,u,d=e.pos,f=e.src.charCodeAt(d);if(f!==96)return!1;for(r=d,d++,o=e.posMax;d=0;n--)r=e[n],!(r.marker!==95&&r.marker!==42)&&r.end!==-1&&(o=e[r.end],a=n>0&&e[n-1].end===r.end+1&&e[n-1].marker===r.marker&&e[n-1].token===r.token-1&&e[r.end+1].token===o.token+1,s=String.fromCharCode(r.marker),i=t.tokens[r.token],i.type=a?"strong_open":"em_open",i.tag=a?"strong":"em",i.nesting=1,i.markup=a?s+s:s,i.content="",i=t.tokens[o.token],i.type=a?"strong_close":"em_close",i.tag=a?"strong":"em",i.nesting=-1,i.markup=a?s+s:s,i.content="",a&&(t.tokens[e[n-1].token].content="",t.tokens[e[r.end+1].token].content="",n--))}N6.postProcess=function(e){var n,r=e.tokens_meta,o=e.tokens_meta.length;for(Yv(e,e.delimiters),n=0;n=_)return!1;if(Q=l,c=e.md.helpers.parseLinkDestination(e.src,l,e.posMax),c.ok){for(f=e.md.normalizeLink(c.str),e.md.validateLink(f)?l=c.pos:f="",Q=l;l<_&&(o=e.src.charCodeAt(l),!(!qd(o)&&o!==10));l++);if(c=e.md.helpers.parseLinkTitle(e.src,l,e.posMax),l<_&&Q!==l&&c.ok)for(T=c.str,l=c.pos;l<_&&(o=e.src.charCodeAt(l),!(!qd(o)&&o!==10));l++);}(l>=_||e.src.charCodeAt(l)!==41)&&(m=!0),l++}if(m){if(typeof e.env.references>"u")return!1;if(l<_&&e.src.charCodeAt(l)===91?(Q=l+1,l=e.md.helpers.parseLinkLabel(e,l),l>=0?i=e.src.slice(Q,l++):l=s+1):l=s+1,i||(i=e.src.slice(a,s)),u=e.env.references[Nye(i)],!u)return e.pos=g,!1;f=u.href,T=u.title}return n||(e.pos=a,e.posMax=s,d=e.push("link_open","a",1),d.attrs=r=[["href",f]],T&&r.push(["title",T]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,d=e.push("link_close","a",-1)),e.pos=l,e.posMax=_,!0},Dye=Ht.normalizeReference,jd=Ht.isSpace,Iye=function(e,n){var r,o,i,s,a,l,c,u,d,f,T,g,_,Q="",m=e.pos,v=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91||(l=e.pos+2,a=e.md.helpers.parseLinkLabel(e,e.pos+1,!1),a<0))return!1;if(c=a+1,c=v)return!1;for(_=c,d=e.md.helpers.parseLinkDestination(e.src,c,e.posMax),d.ok&&(Q=e.md.normalizeLink(d.str),e.md.validateLink(Q)?c=d.pos:Q=""),_=c;c=v||e.src.charCodeAt(c)!==41)return e.pos=m,!1;c++}else{if(typeof e.env.references>"u")return!1;if(c=0?s=e.src.slice(_,c++):c=a+1):c=a+1,s||(s=e.src.slice(l,a)),u=e.env.references[Dye(s)],!u)return e.pos=m,!1;Q=u.href,f=u.title}return n||(i=e.src.slice(l,a),e.md.inline.parse(i,e.md,e.env,g=[]),T=e.push("image","img",0),T.attrs=r=[["src",Q],["alt",""]],T.children=g,T.content=i,f&&r.push(["title",f])),e.pos=c,e.posMax=v,!0},Hye=/^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,Pye=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,Vye=function(e,n){var r,o,i,s,a,l,c=e.pos;if(e.src.charCodeAt(c)!==60)return!1;for(a=e.pos,l=e.posMax;;){if(++c>=l||(s=e.src.charCodeAt(c),s===60))return!1;if(s===62)break}return r=e.src.slice(a+1,c),Pye.test(r)?(o=e.md.normalizeLink(r),e.md.validateLink(o)?(n||(i=e.push("link_open","a",1),i.attrs=[["href",o]],i.markup="autolink",i.info="auto",i=e.push("text","",0),i.content=e.md.normalizeLinkText(r),i=e.push("link_close","a",-1),i.markup="autolink",i.info="auto"),e.pos+=r.length+2,!0):!1):Hye.test(r)?(o=e.md.normalizeLink("mailto:"+r),e.md.validateLink(o)?(n||(i=e.push("link_open","a",1),i.attrs=[["href",o]],i.markup="autolink",i.info="auto",i=e.push("text","",0),i.content=e.md.normalizeLinkText(r),i=e.push("link_close","a",-1),i.markup="autolink",i.info="auto"),e.pos+=r.length+2,!0):!1):!1},$ye=w6.HTML_TAG_RE;function Bye(t){return/^\s]/i.test(t)}function Fye(t){return/^<\/a\s*>/i.test(t)}function Uye(t){var e=t|32;return e>=97&&e<=122}var Gye=function(e,n){var r,o,i,s,a=e.pos;return!e.md.options.html||(i=e.posMax,e.src.charCodeAt(a)!==60||a+2>=i)||(r=e.src.charCodeAt(a+1),r!==33&&r!==63&&r!==47&&!Uye(r))||(o=e.src.slice(a).match($ye),!o)?!1:(n||(s=e.push("html_inline","",0),s.content=o[0],Bye(s.content)&&e.linkLevel++,Fye(s.content)&&e.linkLevel--),e.pos+=o[0].length,!0)},Wv=HR,qye=Ht.has,jye=Ht.isValidEntityCode,Kv=Ht.fromCodePoint,zye=/^((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Yye=/^&([a-z][a-z0-9]{1,31});/i,Wye=function(e,n){var r,o,i,s,a=e.pos,l=e.posMax;if(e.src.charCodeAt(a)!==38||a+1>=l)return!1;if(r=e.src.charCodeAt(a+1),r===35){if(i=e.src.slice(a).match(zye),i)return n||(o=i[1][0].toLowerCase()==="x"?parseInt(i[1].slice(1),16):parseInt(i[1],10),s=e.push("text_special","",0),s.content=jye(o)?Kv(o):Kv(65533),s.markup=i[0],s.info="entity"),e.pos+=i[0].length,!0}else if(i=e.src.slice(a).match(Yye),i&&qye(Wv,i[1]))return n||(s=e.push("text_special","",0),s.content=Wv[i[1]],s.markup=i[0],s.info="entity"),e.pos+=i[0].length,!0;return!1};function Zv(t){var e,n,r,o,i,s,a,l,c={},u=t.length;if(u){var d=0,f=-2,T=[];for(e=0;ei;n-=T[n]+1)if(o=t[n],o.marker===r.marker&&o.open&&o.end<0&&(a=!1,(o.close||r.open)&&(o.length+r.length)%3===0&&(o.length%3!==0||r.length%3!==0)&&(a=!0),!a)){l=n>0&&!t[n-1].open?T[n-1]+1:0,T[e]=e-n+l,T[n]=l,r.open=!1,o.end=e,o.close=!1,s=-1,f=-2;break}s!==-1&&(c[r.marker][(r.open?3:0)+(r.length||0)%3]=s)}}}var Kye=function(e){var n,r=e.tokens_meta,o=e.tokens_meta.length;for(Zv(e.delimiters),n=0;n0&&o++,i[n].type==="text"&&n+10&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],o={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(r),this.tokens_meta.push(o),r};M3.prototype.scanDelims=function(t,e){var n=t,r,o,i,s,a,l,c,u,d,f=!0,T=!0,g=this.posMax,_=this.src.charCodeAt(t);for(r=t>0?this.src.charCodeAt(t-1):32;n=t.pos)throw new Error("inline rule didn't increment state.pos");break}}else t.pos=t.posMax;e||t.pos++,a[r]=t.pos};R3.prototype.tokenize=function(t){for(var e,n,r,o=this.ruler.getRules(""),i=o.length,s=t.posMax,a=t.md.options.maxNesting;t.pos=t.pos)throw new Error("inline rule didn't increment state.pos");break}}if(e){if(t.pos>=s)break;continue}t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()};R3.prototype.parse=function(t,e,n,r){var o,i,s,a=new this.State(t,e,n,r);for(this.tokenize(a),i=this.ruler2.getRules(""),s=i.length,o=0;o|$))",e.tpl_email_fuzzy="(^|"+n+'|"|\\(|'+e.src_ZCc+")("+e.src_email_name+"@"+e.tpl_host_fuzzy_strict+")",e.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_fuzzy_strict+e.src_path+")",e.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+e.src_ZPCc+"))((?![$+<=>^`||])"+e.tpl_host_port_no_ip_fuzzy_strict+e.src_path+")",e}),Wd}function Bp(t){var e=Array.prototype.slice.call(arguments,1);return e.forEach(function(n){n&&Object.keys(n).forEach(function(r){t[r]=n[r]})}),t}function k6(t){return Object.prototype.toString.call(t)}function tbe(t){return k6(t)==="[object String]"}function nbe(t){return k6(t)==="[object Object]"}function rbe(t){return k6(t)==="[object RegExp]"}function ry(t){return k6(t)==="[object Function]"}function obe(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var zR={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function ibe(t){return Object.keys(t||{}).reduce(function(e,n){return e||zR.hasOwnProperty(n)},!1)}var sbe={"http:":{validate:function(t,e,n){var r=t.slice(e);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(r)?r.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(t,e,n){var r=t.slice(e);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(r)?e>=3&&t[e-3]===":"||e>=3&&t[e-3]==="/"?0:r.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(t,e,n){var r=t.slice(e);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(r)?r.match(n.re.mailto)[0].length:0}}},abe="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",lbe="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function cbe(t){t.__index__=-1,t.__text_cache__=""}function ube(t){return function(e,n){var r=e.slice(n);return t.test(r)?r.match(t)[0].length:0}}function oy(){return function(t,e){e.normalize(t)}}function uc(t){var e=t.re=ebe()(t.__opts__),n=t.__tlds__.slice();t.onCompile(),t.__tlds_replaced__||n.push(abe),n.push(e.src_xn),e.src_tlds=n.join("|");function r(a){return a.replace("%TLDS%",e.src_tlds)}e.email_fuzzy=RegExp(r(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(r(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(r(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(r(e.tpl_host_fuzzy_test),"i");var o=[];t.__compiled__={};function i(a,l){throw new Error('(LinkifyIt) Invalid schema "'+a+'": '+l)}Object.keys(t.__schemas__).forEach(function(a){var l=t.__schemas__[a];if(l!==null){var c={validate:null,link:null};if(t.__compiled__[a]=c,nbe(l)){rbe(l.validate)?c.validate=ube(l.validate):ry(l.validate)?c.validate=l.validate:i(a,l),ry(l.normalize)?c.normalize=l.normalize:l.normalize?i(a,l):c.normalize=oy();return}if(tbe(l)){o.push(a);return}i(a,l)}}),o.forEach(function(a){t.__compiled__[t.__schemas__[a]]&&(t.__compiled__[a].validate=t.__compiled__[t.__schemas__[a]].validate,t.__compiled__[a].normalize=t.__compiled__[t.__schemas__[a]].normalize)}),t.__compiled__[""]={validate:null,normalize:oy()};var s=Object.keys(t.__compiled__).filter(function(a){return a.length>0&&t.__compiled__[a]}).map(obe).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+s+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+s+")","ig"),t.re.schema_at_start=RegExp("^"+t.re.schema_search.source,"i"),t.re.pretest=RegExp("("+t.re.schema_test.source+")|("+t.re.host_fuzzy_test.source+")|@","i"),cbe(t)}function dbe(t,e){var n=t.__index__,r=t.__last_index__,o=t.__text_cache__.slice(n,r);this.schema=t.__schema__.toLowerCase(),this.index=n+e,this.lastIndex=r+e,this.raw=o,this.text=o,this.url=o}function Fp(t,e){var n=new dbe(t,e);return t.__compiled__[n.schema].normalize(n,t),n}function kr(t,e){if(!(this instanceof kr))return new kr(t,e);e||ibe(t)&&(e=t,t={}),this.__opts__=Bp({},zR,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=Bp({},sbe,t),this.__compiled__={},this.__tlds__=lbe,this.__tlds_replaced__=!1,this.re={},uc(this)}kr.prototype.add=function(e,n){return this.__schemas__[e]=n,uc(this),this};kr.prototype.set=function(e){return this.__opts__=Bp(this.__opts__,e),this};kr.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var n,r,o,i,s,a,l,c,u;if(this.re.schema_test.test(e)){for(l=this.re.schema_search,l.lastIndex=0;(n=l.exec(e))!==null;)if(i=this.testSchemaAt(e,n[2],l.lastIndex),i){this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+i;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(c=e.search(this.re.host_fuzzy_test),c>=0&&(this.__index__<0||c=0&&(o=e.match(this.re.email_fuzzy))!==null&&(s=o.index+o[1].length,a=o.index+o[0].length,(this.__index__<0||sthis.__last_index__)&&(this.__schema__="mailto:",this.__index__=s,this.__last_index__=a))),this.__index__>=0};kr.prototype.pretest=function(e){return this.re.pretest.test(e)};kr.prototype.testSchemaAt=function(e,n,r){return this.__compiled__[n.toLowerCase()]?this.__compiled__[n.toLowerCase()].validate(e,r,this):0};kr.prototype.match=function(e){var n=0,r=[];this.__index__>=0&&this.__text_cache__===e&&(r.push(Fp(this,n)),n=this.__last_index__);for(var o=n?e.slice(n):e;this.test(o);)r.push(Fp(this,n)),o=o.slice(this.__last_index__),n+=this.__last_index__;return r.length?r:null};kr.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;var n=this.re.schema_at_start.exec(e);if(!n)return null;var r=this.testSchemaAt(e,n[2],n[0].length);return r?(this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+r,Fp(this,0)):null};kr.prototype.tlds=function(e,n){return e=Array.isArray(e)?e:[e],n?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(r,o,i){return r!==i[o-1]}).reverse(),uc(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,uc(this),this)};kr.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),e.schema==="mailto:"&&!/^mailto:/i.test(e.url)&&(e.url="mailto:"+e.url)};kr.prototype.onCompile=function(){};var Tbe=kr;const Ca=2147483647,Do=36,Om=1,u3=26,fbe=38,pbe=700,YR=72,WR=128,KR="-",hbe=/^xn--/,mbe=/[^\0-\x7F]/,gbe=/[\x2E\u3002\uFF0E\uFF61]/g,_be={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Kd=Do-Om,Io=Math.floor,Zd=String.fromCharCode;function rs(t){throw new RangeError(_be[t])}function Qbe(t,e){const n=[];let r=t.length;for(;r--;)n[r]=e(t[r]);return n}function ZR(t,e){const n=t.split("@");let r="";n.length>1&&(r=n[0]+"@",t=n[1]),t=t.replace(gbe,".");const o=t.split("."),i=Qbe(o,e).join(".");return r+i}function Mm(t){const e=[];let n=0;const r=t.length;for(;n=55296&&o<=56319&&nString.fromCodePoint(...t),vbe=function(t){return t>=48&&t<58?26+(t-48):t>=65&&t<91?t-65:t>=97&&t<123?t-97:Do},iy=function(t,e){return t+22+75*(t<26)-((e!=0)<<5)},JR=function(t,e,n){let r=0;for(t=n?Io(t/pbe):t>>1,t+=Io(t/e);t>Kd*u3>>1;r+=Do)t=Io(t/Kd);return Io(r+(Kd+1)*t/(t+fbe))},Rm=function(t){const e=[],n=t.length;let r=0,o=WR,i=YR,s=t.lastIndexOf(KR);s<0&&(s=0);for(let a=0;a=128&&rs("not-basic"),e.push(t.charCodeAt(a));for(let a=s>0?s+1:0;a=n&&rs("invalid-input");const f=vbe(t.charCodeAt(a++));f>=Do&&rs("invalid-input"),f>Io((Ca-r)/u)&&rs("overflow"),r+=f*u;const T=d<=i?Om:d>=i+u3?u3:d-i;if(fIo(Ca/g)&&rs("overflow"),u*=g}const c=e.length+1;i=JR(r-l,c,l==0),Io(r/c)>Ca-o&&rs("overflow"),o+=Io(r/c),r%=c,e.splice(r++,0,o)}return String.fromCodePoint(...e)},Nm=function(t){const e=[];t=Mm(t);const n=t.length;let r=WR,o=0,i=YR;for(const l of t)l<128&&e.push(Zd(l));const s=e.length;let a=s;for(s&&e.push(KR);a=r&&uIo((Ca-o)/c)&&rs("overflow"),o+=(l-r)*c,r=l;for(const u of t)if(uCa&&rs("overflow"),u===r){let d=o;for(let f=Do;;f+=Do){const T=f<=i?Om:f>=i+u3?u3:f-i;if(d=0))try{e.hostname=nN.toASCII(e.hostname)}catch{}return d1.encode(d1.format(e))}function Pbe(t){var e=d1.parse(t,!0);if(e.hostname&&(!e.protocol||rN.indexOf(e.protocol)>=0))try{e.hostname=nN.toUnicode(e.hostname)}catch{}return d1.decode(d1.format(e),d1.decode.defaultChars+"%")}function eo(t,e){if(!(this instanceof eo))return new eo(t,e);e||zl.isString(t)||(e=t||{},t="default"),this.inline=new Mbe,this.block=new Obe,this.core=new wbe,this.renderer=new Abe,this.linkify=new Rbe,this.validateLink=Ibe,this.normalizeLink=Hbe,this.normalizeLinkText=Pbe,this.utils=zl,this.helpers=zl.assign({},Cbe),this.options={},this.configure(t),e&&this.set(e)}eo.prototype.set=function(t){return zl.assign(this.options,t),this};eo.prototype.configure=function(t){var e=this,n;if(zl.isString(t)&&(n=t,t=Nbe[n],!t))throw new Error('Wrong `markdown-it` preset "'+n+'", check name');if(!t)throw new Error("Wrong `markdown-it` preset, can't be empty");return t.options&&e.set(t.options),t.components&&Object.keys(t.components).forEach(function(r){t.components[r].rules&&e[r].ruler.enableOnly(t.components[r].rules),t.components[r].rules2&&e[r].ruler2.enableOnly(t.components[r].rules2)}),this};eo.prototype.enable=function(t,e){var n=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(o){n=n.concat(this[o].ruler.enable(t,!0))},this),n=n.concat(this.inline.ruler2.enable(t,!0));var r=t.filter(function(o){return n.indexOf(o)<0});if(r.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this};eo.prototype.disable=function(t,e){var n=[];Array.isArray(t)||(t=[t]),["core","block","inline"].forEach(function(o){n=n.concat(this[o].ruler.disable(t,!0))},this),n=n.concat(this.inline.ruler2.disable(t,!0));var r=t.filter(function(o){return n.indexOf(o)<0});if(r.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this};eo.prototype.use=function(t){var e=[this].concat(Array.prototype.slice.call(arguments,1));return t.apply(t,e),this};eo.prototype.parse=function(t,e){if(typeof t!="string")throw new Error("Input data should be a String");var n=new this.core.State(t,this,e);return this.core.process(n),n.tokens};eo.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)};eo.prototype.parseInline=function(t,e){var n=new this.core.State(t,this,e);return n.inlineMode=!0,this.core.process(n),n.tokens};eo.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)};var Vbe=eo,$be=Vbe;const Bbe=l2($be),Fbe="😀",Ube="😃",Gbe="😄",qbe="😁",jbe="😆",zbe="😆",Ybe="😅",Wbe="🤣",Kbe="😂",Zbe="🙂",Xbe="🙃",Jbe="😉",eEe="😊",tEe="😇",nEe="🥰",rEe="😍",oEe="🤩",iEe="😘",sEe="😗",aEe="☺️",lEe="😚",cEe="😙",uEe="🥲",dEe="😋",TEe="😛",fEe="😜",pEe="🤪",hEe="😝",mEe="🤑",gEe="🤗",_Ee="🤭",QEe="🤫",vEe="🤔",yEe="🤐",bEe="🤨",EEe="😐",xEe="😑",SEe="😶",LEe="😏",CEe="😒",AEe="🙄",wEe="😬",OEe="🤥",MEe="😌",REe="😔",NEe="😪",kEe="🤤",DEe="😴",IEe="😷",HEe="🤒",PEe="🤕",VEe="🤢",$Ee="🤮",BEe="🤧",FEe="🥵",UEe="🥶",GEe="🥴",qEe="😵",jEe="🤯",zEe="🤠",YEe="🥳",WEe="🥸",KEe="😎",ZEe="🤓",XEe="🧐",JEe="😕",exe="😟",txe="🙁",nxe="☹️",rxe="😮",oxe="😯",ixe="😲",sxe="😳",axe="🥺",lxe="😦",cxe="😧",uxe="😨",dxe="😰",Txe="😥",fxe="😢",pxe="😭",hxe="😱",mxe="😖",gxe="😣",_xe="😞",Qxe="😓",vxe="😩",yxe="😫",bxe="🥱",Exe="😤",xxe="😡",Sxe="😡",Lxe="😠",Cxe="🤬",Axe="😈",wxe="👿",Oxe="💀",Mxe="☠️",Rxe="💩",Nxe="💩",kxe="💩",Dxe="🤡",Ixe="👹",Hxe="👺",Pxe="👻",Vxe="👽",$xe="👾",Bxe="🤖",Fxe="😺",Uxe="😸",Gxe="😹",qxe="😻",jxe="😼",zxe="😽",Yxe="🙀",Wxe="😿",Kxe="😾",Zxe="🙈",Xxe="🙉",Jxe="🙊",eSe="💋",tSe="💌",nSe="💘",rSe="💝",oSe="💖",iSe="💗",sSe="💓",aSe="💞",lSe="💕",cSe="💟",uSe="❣️",dSe="💔",TSe="❤️",fSe="🧡",pSe="💛",hSe="💚",mSe="💙",gSe="💜",_Se="🤎",QSe="🖤",vSe="🤍",ySe="💢",bSe="💥",ESe="💥",xSe="💫",SSe="💦",LSe="💨",CSe="🕳️",ASe="💣",wSe="💬",OSe="👁️🗨️",MSe="🗨️",RSe="🗯️",NSe="💭",kSe="💤",DSe="👋",ISe="🤚",HSe="🖐️",PSe="✋",VSe="✋",$Se="🖖",BSe="👌",FSe="🤌",USe="🤏",GSe="✌️",qSe="🤞",jSe="🤟",zSe="🤘",YSe="🤙",WSe="👈",KSe="👉",ZSe="👆",XSe="🖕",JSe="🖕",eLe="👇",tLe="☝️",nLe="👍",rLe="👎",oLe="✊",iLe="✊",sLe="👊",aLe="👊",lLe="👊",cLe="🤛",uLe="🤜",dLe="👏",TLe="🙌",fLe="👐",pLe="🤲",hLe="🤝",mLe="🙏",gLe="✍️",_Le="💅",QLe="🤳",vLe="💪",yLe="🦾",bLe="🦿",ELe="🦵",xLe="🦶",SLe="👂",LLe="🦻",CLe="👃",ALe="🧠",wLe="🫀",OLe="🫁",MLe="🦷",RLe="🦴",NLe="👀",kLe="👁️",DLe="👅",ILe="👄",HLe="👶",PLe="🧒",VLe="👦",$Le="👧",BLe="🧑",FLe="👱",ULe="👨",GLe="🧔",qLe="👨🦰",jLe="👨🦱",zLe="👨🦳",YLe="👨🦲",WLe="👩",KLe="👩🦰",ZLe="🧑🦰",XLe="👩🦱",JLe="🧑🦱",eCe="👩🦳",tCe="🧑🦳",nCe="👩🦲",rCe="🧑🦲",oCe="👱♀️",iCe="👱♀️",sCe="👱♂️",aCe="🧓",lCe="👴",cCe="👵",uCe="🙍",dCe="🙍♂️",TCe="🙍♀️",fCe="🙎",pCe="🙎♂️",hCe="🙎♀️",mCe="🙅",gCe="🙅♂️",_Ce="🙅♂️",QCe="🙅♀️",vCe="🙅♀️",yCe="🙆",bCe="🙆♂️",ECe="🙆♀️",xCe="💁",SCe="💁",LCe="💁♂️",CCe="💁♂️",ACe="💁♀️",wCe="💁♀️",OCe="🙋",MCe="🙋♂️",RCe="🙋♀️",NCe="🧏",kCe="🧏♂️",DCe="🧏♀️",ICe="🙇",HCe="🙇♂️",PCe="🙇♀️",VCe="🤦",$Ce="🤦♂️",BCe="🤦♀️",FCe="🤷",UCe="🤷♂️",GCe="🤷♀️",qCe="🧑⚕️",jCe="👨⚕️",zCe="👩⚕️",YCe="🧑🎓",WCe="👨🎓",KCe="👩🎓",ZCe="🧑🏫",XCe="👨🏫",JCe="👩🏫",eAe="🧑⚖️",tAe="👨⚖️",nAe="👩⚖️",rAe="🧑🌾",oAe="👨🌾",iAe="👩🌾",sAe="🧑🍳",aAe="👨🍳",lAe="👩🍳",cAe="🧑🔧",uAe="👨🔧",dAe="👩🔧",TAe="🧑🏭",fAe="👨🏭",pAe="👩🏭",hAe="🧑💼",mAe="👨💼",gAe="👩💼",_Ae="🧑🔬",QAe="👨🔬",vAe="👩🔬",yAe="🧑💻",bAe="👨💻",EAe="👩💻",xAe="🧑🎤",SAe="👨🎤",LAe="👩🎤",CAe="🧑🎨",AAe="👨🎨",wAe="👩🎨",OAe="🧑✈️",MAe="👨✈️",RAe="👩✈️",NAe="🧑🚀",kAe="👨🚀",DAe="👩🚀",IAe="🧑🚒",HAe="👨🚒",PAe="👩🚒",VAe="👮",$Ae="👮",BAe="👮♂️",FAe="👮♀️",UAe="🕵️",GAe="🕵️♂️",qAe="🕵️♀️",jAe="💂",zAe="💂♂️",YAe="💂♀️",WAe="🥷",KAe="👷",ZAe="👷♂️",XAe="👷♀️",JAe="🤴",ewe="👸",twe="👳",nwe="👳♂️",rwe="👳♀️",owe="👲",iwe="🧕",swe="🤵",awe="🤵♂️",lwe="🤵♀️",cwe="👰",uwe="👰♂️",dwe="👰♀️",Twe="👰♀️",fwe="🤰",pwe="🤱",hwe="👩🍼",mwe="👨🍼",gwe="🧑🍼",_we="👼",Qwe="🎅",vwe="🤶",ywe="🧑🎄",bwe="🦸",Ewe="🦸♂️",xwe="🦸♀️",Swe="🦹",Lwe="🦹♂️",Cwe="🦹♀️",Awe="🧙",wwe="🧙♂️",Owe="🧙♀️",Mwe="🧚",Rwe="🧚♂️",Nwe="🧚♀️",kwe="🧛",Dwe="🧛♂️",Iwe="🧛♀️",Hwe="🧜",Pwe="🧜♂️",Vwe="🧜♀️",$we="🧝",Bwe="🧝♂️",Fwe="🧝♀️",Uwe="🧞",Gwe="🧞♂️",qwe="🧞♀️",jwe="🧟",zwe="🧟♂️",Ywe="🧟♀️",Wwe="💆",Kwe="💆♂️",Zwe="💆♀️",Xwe="💇",Jwe="💇♂️",eOe="💇♀️",tOe="🚶",nOe="🚶♂️",rOe="🚶♀️",oOe="🧍",iOe="🧍♂️",sOe="🧍♀️",aOe="🧎",lOe="🧎♂️",cOe="🧎♀️",uOe="🧑🦯",dOe="👨🦯",TOe="👩🦯",fOe="🧑🦼",pOe="👨🦼",hOe="👩🦼",mOe="🧑🦽",gOe="👨🦽",_Oe="👩🦽",QOe="🏃",vOe="🏃",yOe="🏃♂️",bOe="🏃♀️",EOe="💃",xOe="💃",SOe="🕺",LOe="🕴️",COe="👯",AOe="👯♂️",wOe="👯♀️",OOe="🧖",MOe="🧖♂️",ROe="🧖♀️",NOe="🧗",kOe="🧗♂️",DOe="🧗♀️",IOe="🤺",HOe="🏇",POe="⛷️",VOe="🏂",$Oe="🏌️",BOe="🏌️♂️",FOe="🏌️♀️",UOe="🏄",GOe="🏄♂️",qOe="🏄♀️",jOe="🚣",zOe="🚣♂️",YOe="🚣♀️",WOe="🏊",KOe="🏊♂️",ZOe="🏊♀️",XOe="⛹️",JOe="⛹️♂️",eMe="⛹️♂️",tMe="⛹️♀️",nMe="⛹️♀️",rMe="🏋️",oMe="🏋️♂️",iMe="🏋️♀️",sMe="🚴",aMe="🚴♂️",lMe="🚴♀️",cMe="🚵",uMe="🚵♂️",dMe="🚵♀️",TMe="🤸",fMe="🤸♂️",pMe="🤸♀️",hMe="🤼",mMe="🤼♂️",gMe="🤼♀️",_Me="🤽",QMe="🤽♂️",vMe="🤽♀️",yMe="🤾",bMe="🤾♂️",EMe="🤾♀️",xMe="🤹",SMe="🤹♂️",LMe="🤹♀️",CMe="🧘",AMe="🧘♂️",wMe="🧘♀️",OMe="🛀",MMe="🛌",RMe="🧑🤝🧑",NMe="👭",kMe="👫",DMe="👬",IMe="💏",HMe="👩❤️💋👨",PMe="👨❤️💋👨",VMe="👩❤️💋👩",$Me="💑",BMe="👩❤️👨",FMe="👨❤️👨",UMe="👩❤️👩",GMe="👪",qMe="👨👩👦",jMe="👨👩👧",zMe="👨👩👧👦",YMe="👨👩👦👦",WMe="👨👩👧👧",KMe="👨👨👦",ZMe="👨👨👧",XMe="👨👨👧👦",JMe="👨👨👦👦",eRe="👨👨👧👧",tRe="👩👩👦",nRe="👩👩👧",rRe="👩👩👧👦",oRe="👩👩👦👦",iRe="👩👩👧👧",sRe="👨👦",aRe="👨👦👦",lRe="👨👧",cRe="👨👧👦",uRe="👨👧👧",dRe="👩👦",TRe="👩👦👦",fRe="👩👧",pRe="👩👧👦",hRe="👩👧👧",mRe="🗣️",gRe="👤",_Re="👥",QRe="🫂",vRe="👣",yRe="🐵",bRe="🐒",ERe="🦍",xRe="🦧",SRe="🐶",LRe="🐕",CRe="🦮",ARe="🐕🦺",wRe="🐩",ORe="🐺",MRe="🦊",RRe="🦝",NRe="🐱",kRe="🐈",DRe="🐈⬛",IRe="🦁",HRe="🐯",PRe="🐅",VRe="🐆",$Re="🐴",BRe="🐎",FRe="🦄",URe="🦓",GRe="🦌",qRe="🦬",jRe="🐮",zRe="🐂",YRe="🐃",WRe="🐄",KRe="🐷",ZRe="🐖",XRe="🐗",JRe="🐽",eNe="🐏",tNe="🐑",nNe="🐐",rNe="🐪",oNe="🐫",iNe="🦙",sNe="🦒",aNe="🐘",lNe="🦣",cNe="🦏",uNe="🦛",dNe="🐭",TNe="🐁",fNe="🐀",pNe="🐹",hNe="🐰",mNe="🐇",gNe="🐿️",_Ne="🦫",QNe="🦔",vNe="🦇",yNe="🐻",bNe="🐻❄️",ENe="🐨",xNe="🐼",SNe="🦥",LNe="🦦",CNe="🦨",ANe="🦘",wNe="🦡",ONe="🐾",MNe="🐾",RNe="🦃",NNe="🐔",kNe="🐓",DNe="🐣",INe="🐤",HNe="🐥",PNe="🐦",VNe="🐧",$Ne="🕊️",BNe="🦅",FNe="🦆",UNe="🦢",GNe="🦉",qNe="🦤",jNe="🪶",zNe="🦩",YNe="🦚",WNe="🦜",KNe="🐸",ZNe="🐊",XNe="🐢",JNe="🦎",eke="🐍",tke="🐲",nke="🐉",rke="🦕",oke="🐳",ike="🐋",ske="🐬",ake="🐬",lke="🦭",cke="🐟",uke="🐠",dke="🐡",Tke="🦈",fke="🐙",pke="🐚",hke="🐌",mke="🦋",gke="🐛",_ke="🐜",Qke="🐝",vke="🐝",yke="🪲",bke="🐞",Eke="🦗",xke="🪳",Ske="🕷️",Lke="🕸️",Cke="🦂",Ake="🦟",wke="🪰",Oke="🪱",Mke="🦠",Rke="💐",Nke="🌸",kke="💮",Dke="🏵️",Ike="🌹",Hke="🥀",Pke="🌺",Vke="🌻",$ke="🌼",Bke="🌷",Fke="🌱",Uke="🪴",Gke="🌲",qke="🌳",jke="🌴",zke="🌵",Yke="🌾",Wke="🌿",Kke="☘️",Zke="🍀",Xke="🍁",Jke="🍂",eDe="🍃",tDe="🍇",nDe="🍈",rDe="🍉",oDe="🍊",iDe="🍊",sDe="🍊",aDe="🍋",lDe="🍌",cDe="🍍",uDe="🥭",dDe="🍎",TDe="🍏",fDe="🍐",pDe="🍑",hDe="🍒",mDe="🍓",gDe="🫐",_De="🥝",QDe="🍅",vDe="🫒",yDe="🥥",bDe="🥑",EDe="🍆",xDe="🥔",SDe="🥕",LDe="🌽",CDe="🌶️",ADe="🫑",wDe="🥒",ODe="🥬",MDe="🥦",RDe="🧄",NDe="🧅",kDe="🍄",DDe="🥜",IDe="🌰",HDe="🍞",PDe="🥐",VDe="🥖",$De="🫓",BDe="🥨",FDe="🥯",UDe="🥞",GDe="🧇",qDe="🧀",jDe="🍖",zDe="🍗",YDe="🥩",WDe="🥓",KDe="🍔",ZDe="🍟",XDe="🍕",JDe="🌭",eIe="🥪",tIe="🌮",nIe="🌯",rIe="🫔",oIe="🥙",iIe="🧆",sIe="🥚",aIe="🍳",lIe="🥘",cIe="🍲",uIe="🫕",dIe="🥣",TIe="🥗",fIe="🍿",pIe="🧈",hIe="🧂",mIe="🥫",gIe="🍱",_Ie="🍘",QIe="🍙",vIe="🍚",yIe="🍛",bIe="🍜",EIe="🍝",xIe="🍠",SIe="🍢",LIe="🍣",CIe="🍤",AIe="🍥",wIe="🥮",OIe="🍡",MIe="🥟",RIe="🥠",NIe="🥡",kIe="🦀",DIe="🦞",IIe="🦐",HIe="🦑",PIe="🦪",VIe="🍦",$Ie="🍧",BIe="🍨",FIe="🍩",UIe="🍪",GIe="🎂",qIe="🍰",jIe="🧁",zIe="🥧",YIe="🍫",WIe="🍬",KIe="🍭",ZIe="🍮",XIe="🍯",JIe="🍼",eHe="🥛",tHe="☕",nHe="🫖",rHe="🍵",oHe="🍶",iHe="🍾",sHe="🍷",aHe="🍸",lHe="🍹",cHe="🍺",uHe="🍻",dHe="🥂",THe="🥃",fHe="🥤",pHe="🧋",hHe="🧃",mHe="🧉",gHe="🧊",_He="🥢",QHe="🍽️",vHe="🍴",yHe="🥄",bHe="🔪",EHe="🔪",xHe="🏺",SHe="🌍",LHe="🌎",CHe="🌏",AHe="🌐",wHe="🗺️",OHe="🗾",MHe="🧭",RHe="🏔️",NHe="⛰️",kHe="🌋",DHe="🗻",IHe="🏕️",HHe="🏖️",PHe="🏜️",VHe="🏝️",$He="🏞️",BHe="🏟️",FHe="🏛️",UHe="🏗️",GHe="🧱",qHe="🪨",jHe="🪵",zHe="🛖",YHe="🏘️",WHe="🏚️",KHe="🏠",ZHe="🏡",XHe="🏢",JHe="🏣",ePe="🏤",tPe="🏥",nPe="🏦",rPe="🏨",oPe="🏩",iPe="🏪",sPe="🏫",aPe="🏬",lPe="🏭",cPe="🏯",uPe="🏰",dPe="💒",TPe="🗼",fPe="🗽",pPe="⛪",hPe="🕌",mPe="🛕",gPe="🕍",_Pe="⛩️",QPe="🕋",vPe="⛲",yPe="⛺",bPe="🌁",EPe="🌃",xPe="🏙️",SPe="🌄",LPe="🌅",CPe="🌆",APe="🌇",wPe="🌉",OPe="♨️",MPe="🎠",RPe="🎡",NPe="🎢",kPe="💈",DPe="🎪",IPe="🚂",HPe="🚃",PPe="🚄",VPe="🚅",$Pe="🚆",BPe="🚇",FPe="🚈",UPe="🚉",GPe="🚊",qPe="🚝",jPe="🚞",zPe="🚋",YPe="🚌",WPe="🚍",KPe="🚎",ZPe="🚐",XPe="🚑",JPe="🚒",eVe="🚓",tVe="🚔",nVe="🚕",rVe="🚖",oVe="🚗",iVe="🚗",sVe="🚘",aVe="🚙",lVe="🛻",cVe="🚚",uVe="🚛",dVe="🚜",TVe="🏎️",fVe="🏍️",pVe="🛵",hVe="🦽",mVe="🦼",gVe="🛺",_Ve="🚲",QVe="🛴",vVe="🛹",yVe="🛼",bVe="🚏",EVe="🛣️",xVe="🛤️",SVe="🛢️",LVe="⛽",CVe="🚨",AVe="🚥",wVe="🚦",OVe="🛑",MVe="🚧",RVe="⚓",NVe="⛵",kVe="⛵",DVe="🛶",IVe="🚤",HVe="🛳️",PVe="⛴️",VVe="🛥️",$Ve="🚢",BVe="✈️",FVe="🛩️",UVe="🛫",GVe="🛬",qVe="🪂",jVe="💺",zVe="🚁",YVe="🚟",WVe="🚠",KVe="🚡",ZVe="🛰️",XVe="🚀",JVe="🛸",e$e="🛎️",t$e="🧳",n$e="⌛",r$e="⏳",o$e="⌚",i$e="⏰",s$e="⏱️",a$e="⏲️",l$e="🕰️",c$e="🕛",u$e="🕧",d$e="🕐",T$e="🕜",f$e="🕑",p$e="🕝",h$e="🕒",m$e="🕞",g$e="🕓",_$e="🕟",Q$e="🕔",v$e="🕠",y$e="🕕",b$e="🕡",E$e="🕖",x$e="🕢",S$e="🕗",L$e="🕣",C$e="🕘",A$e="🕤",w$e="🕙",O$e="🕥",M$e="🕚",R$e="🕦",N$e="🌑",k$e="🌒",D$e="🌓",I$e="🌔",H$e="🌔",P$e="🌕",V$e="🌖",$$e="🌗",B$e="🌘",F$e="🌙",U$e="🌚",G$e="🌛",q$e="🌜",j$e="🌡️",z$e="☀️",Y$e="🌝",W$e="🌞",K$e="🪐",Z$e="⭐",X$e="🌟",J$e="🌠",eBe="🌌",tBe="☁️",nBe="⛅",rBe="⛈️",oBe="🌤️",iBe="🌥️",sBe="🌦️",aBe="🌧️",lBe="🌨️",cBe="🌩️",uBe="🌪️",dBe="🌫️",TBe="🌬️",fBe="🌀",pBe="🌈",hBe="🌂",mBe="☂️",gBe="☔",_Be="⛱️",QBe="⚡",vBe="❄️",yBe="☃️",bBe="⛄",EBe="☄️",xBe="🔥",SBe="💧",LBe="🌊",CBe="🎃",ABe="🎄",wBe="🎆",OBe="🎇",MBe="🧨",RBe="✨",NBe="🎈",kBe="🎉",DBe="🎊",IBe="🎋",HBe="🎍",PBe="🎎",VBe="🎏",$Be="🎐",BBe="🎑",FBe="🧧",UBe="🎀",GBe="🎁",qBe="🎗️",jBe="🎟️",zBe="🎫",YBe="🎖️",WBe="🏆",KBe="🏅",ZBe="⚽",XBe="⚾",JBe="🥎",eFe="🏀",tFe="🏐",nFe="🏈",rFe="🏉",oFe="🎾",iFe="🥏",sFe="🎳",aFe="🏏",lFe="🏑",cFe="🏒",uFe="🥍",dFe="🏓",TFe="🏸",fFe="🥊",pFe="🥋",hFe="🥅",mFe="⛳",gFe="⛸️",_Fe="🎣",QFe="🤿",vFe="🎽",yFe="🎿",bFe="🛷",EFe="🥌",xFe="🎯",SFe="🪀",LFe="🪁",CFe="🔮",AFe="🪄",wFe="🧿",OFe="🎮",MFe="🕹️",RFe="🎰",NFe="🎲",kFe="🧩",DFe="🧸",IFe="🪅",HFe="🪆",PFe="♠️",VFe="♥️",$Fe="♦️",BFe="♣️",FFe="♟️",UFe="🃏",GFe="🀄",qFe="🎴",jFe="🎭",zFe="🖼️",YFe="🎨",WFe="🧵",KFe="🪡",ZFe="🧶",XFe="🪢",JFe="👓",eUe="🕶️",tUe="🥽",nUe="🥼",rUe="🦺",oUe="👔",iUe="👕",sUe="👕",aUe="👖",lUe="🧣",cUe="🧤",uUe="🧥",dUe="🧦",TUe="👗",fUe="👘",pUe="🥻",hUe="🩱",mUe="🩲",gUe="🩳",_Ue="👙",QUe="👚",vUe="👛",yUe="👜",bUe="👝",EUe="🛍️",xUe="🎒",SUe="🩴",LUe="👞",CUe="👞",AUe="👟",wUe="🥾",OUe="🥿",MUe="👠",RUe="👡",NUe="🩰",kUe="👢",DUe="👑",IUe="👒",HUe="🎩",PUe="🎓",VUe="🧢",$Ue="🪖",BUe="⛑️",FUe="📿",UUe="💄",GUe="💍",qUe="💎",jUe="🔇",zUe="🔈",YUe="🔉",WUe="🔊",KUe="📢",ZUe="📣",XUe="📯",JUe="🔔",eGe="🔕",tGe="🎼",nGe="🎵",rGe="🎶",oGe="🎙️",iGe="🎚️",sGe="🎛️",aGe="🎤",lGe="🎧",cGe="📻",uGe="🎷",dGe="🪗",TGe="🎸",fGe="🎹",pGe="🎺",hGe="🎻",mGe="🪕",gGe="🥁",_Ge="🪘",QGe="📱",vGe="📲",yGe="☎️",bGe="☎️",EGe="📞",xGe="📟",SGe="📠",LGe="🔋",CGe="🔌",AGe="💻",wGe="🖥️",OGe="🖨️",MGe="⌨️",RGe="🖱️",NGe="🖲️",kGe="💽",DGe="💾",IGe="💿",HGe="📀",PGe="🧮",VGe="🎥",$Ge="🎞️",BGe="📽️",FGe="🎬",UGe="📺",GGe="📷",qGe="📸",jGe="📹",zGe="📼",YGe="🔍",WGe="🔎",KGe="🕯️",ZGe="💡",XGe="🔦",JGe="🏮",eqe="🏮",tqe="🪔",nqe="📔",rqe="📕",oqe="📖",iqe="📖",sqe="📗",aqe="📘",lqe="📙",cqe="📚",uqe="📓",dqe="📒",Tqe="📃",fqe="📜",pqe="📄",hqe="📰",mqe="🗞️",gqe="📑",_qe="🔖",Qqe="🏷️",vqe="💰",yqe="🪙",bqe="💴",Eqe="💵",xqe="💶",Sqe="💷",Lqe="💸",Cqe="💳",Aqe="🧾",wqe="💹",Oqe="✉️",Mqe="📧",Rqe="📨",Nqe="📩",kqe="📤",Dqe="📥",Iqe="📫",Hqe="📪",Pqe="📬",Vqe="📭",$qe="📮",Bqe="🗳️",Fqe="✏️",Uqe="✒️",Gqe="🖋️",qqe="🖊️",jqe="🖌️",zqe="🖍️",Yqe="📝",Wqe="📝",Kqe="💼",Zqe="📁",Xqe="📂",Jqe="🗂️",eje="📅",tje="📆",nje="🗒️",rje="🗓️",oje="📇",ije="📈",sje="📉",aje="📊",lje="📋",cje="📌",uje="📍",dje="📎",Tje="🖇️",fje="📏",pje="📐",hje="✂️",mje="🗃️",gje="🗄️",_je="🗑️",Qje="🔒",vje="🔓",yje="🔏",bje="🔐",Eje="🔑",xje="🗝️",Sje="🔨",Lje="🪓",Cje="⛏️",Aje="⚒️",wje="🛠️",Oje="🗡️",Mje="⚔️",Rje="🔫",Nje="🪃",kje="🏹",Dje="🛡️",Ije="🪚",Hje="🔧",Pje="🪛",Vje="🔩",$je="⚙️",Bje="🗜️",Fje="⚖️",Uje="🦯",Gje="🔗",qje="⛓️",jje="🪝",zje="🧰",Yje="🧲",Wje="🪜",Kje="⚗️",Zje="🧪",Xje="🧫",Jje="🧬",eze="🔬",tze="🔭",nze="📡",rze="💉",oze="🩸",ize="💊",sze="🩹",aze="🩺",lze="🚪",cze="🛗",uze="🪞",dze="🪟",Tze="🛏️",fze="🛋️",pze="🪑",hze="🚽",mze="🪠",gze="🚿",_ze="🛁",Qze="🪤",vze="🪒",yze="🧴",bze="🧷",Eze="🧹",xze="🧺",Sze="🧻",Lze="🪣",Cze="🧼",Aze="🪥",wze="🧽",Oze="🧯",Mze="🛒",Rze="🚬",Nze="⚰️",kze="🪦",Dze="⚱️",Ize="🗿",Hze="🪧",Pze="🏧",Vze="🚮",$ze="🚰",Bze="♿",Fze="🚹",Uze="🚺",Gze="🚻",qze="🚼",jze="🚾",zze="🛂",Yze="🛃",Wze="🛄",Kze="🛅",Zze="⚠️",Xze="🚸",Jze="⛔",eYe="🚫",tYe="🚳",nYe="🚭",rYe="🚯",oYe="🚷",iYe="📵",sYe="🔞",aYe="☢️",lYe="☣️",cYe="⬆️",uYe="↗️",dYe="➡️",TYe="↘️",fYe="⬇️",pYe="↙️",hYe="⬅️",mYe="↖️",gYe="↕️",_Ye="↔️",QYe="↩️",vYe="↪️",yYe="⤴️",bYe="⤵️",EYe="🔃",xYe="🔄",SYe="🔙",LYe="🔚",CYe="🔛",AYe="🔜",wYe="🔝",OYe="🛐",MYe="⚛️",RYe="🕉️",NYe="✡️",kYe="☸️",DYe="☯️",IYe="✝️",HYe="☦️",PYe="☪️",VYe="☮️",$Ye="🕎",BYe="🔯",FYe="♈",UYe="♉",GYe="♊",qYe="♋",jYe="♌",zYe="♍",YYe="♎",WYe="♏",KYe="♐",ZYe="♑",XYe="♒",JYe="♓",eWe="⛎",tWe="🔀",nWe="🔁",rWe="🔂",oWe="▶️",iWe="⏩",sWe="⏭️",aWe="⏯️",lWe="◀️",cWe="⏪",uWe="⏮️",dWe="🔼",TWe="⏫",fWe="🔽",pWe="⏬",hWe="⏸️",mWe="⏹️",gWe="⏺️",_We="⏏️",QWe="🎦",vWe="🔅",yWe="🔆",bWe="📶",EWe="📳",xWe="📴",SWe="♀️",LWe="♂️",CWe="⚧️",AWe="✖️",wWe="➕",OWe="➖",MWe="➗",RWe="♾️",NWe="‼️",kWe="⁉️",DWe="❓",IWe="❔",HWe="❕",PWe="❗",VWe="❗",$We="〰️",BWe="💱",FWe="💲",UWe="⚕️",GWe="♻️",qWe="⚜️",jWe="🔱",zWe="📛",YWe="🔰",WWe="⭕",KWe="✅",ZWe="☑️",XWe="✔️",JWe="❌",eKe="❎",tKe="➰",nKe="➿",rKe="〽️",oKe="✳️",iKe="✴️",sKe="❇️",aKe="©️",lKe="®️",cKe="™️",uKe="#️⃣",dKe="*️⃣",TKe="0️⃣",fKe="1️⃣",pKe="2️⃣",hKe="3️⃣",mKe="4️⃣",gKe="5️⃣",_Ke="6️⃣",QKe="7️⃣",vKe="8️⃣",yKe="9️⃣",bKe="🔟",EKe="🔠",xKe="🔡",SKe="🔣",LKe="🔤",CKe="🅰️",AKe="🆎",wKe="🅱️",OKe="🆑",MKe="🆒",RKe="🆓",NKe="ℹ️",kKe="🆔",DKe="Ⓜ️",IKe="🆖",HKe="🅾️",PKe="🆗",VKe="🅿️",$Ke="🆘",BKe="🆙",FKe="🆚",UKe="🈁",GKe="🈂️",qKe="🉐",jKe="🉑",zKe="㊗️",YKe="㊙️",WKe="🈵",KKe="🔴",ZKe="🟠",XKe="🟡",JKe="🟢",eZe="🔵",tZe="🟣",nZe="🟤",rZe="⚫",oZe="⚪",iZe="🟥",sZe="🟧",aZe="🟨",lZe="🟩",cZe="🟦",uZe="🟪",dZe="🟫",TZe="⬛",fZe="⬜",pZe="◼️",hZe="◻️",mZe="◾",gZe="◽",_Ze="▪️",QZe="▫️",vZe="🔶",yZe="🔷",bZe="🔸",EZe="🔹",xZe="🔺",SZe="🔻",LZe="💠",CZe="🔘",AZe="🔳",wZe="🔲",OZe="🏁",MZe="🚩",RZe="🎌",NZe="🏴",kZe="🏳️",DZe="🏳️🌈",IZe="🏳️⚧️",HZe="🏴☠️",PZe="🇦🇨",VZe="🇦🇩",$Ze="🇦🇪",BZe="🇦🇫",FZe="🇦🇬",UZe="🇦🇮",GZe="🇦🇱",qZe="🇦🇲",jZe="🇦🇴",zZe="🇦🇶",YZe="🇦🇷",WZe="🇦🇸",KZe="🇦🇹",ZZe="🇦🇺",XZe="🇦🇼",JZe="🇦🇽",eXe="🇦🇿",tXe="🇧🇦",nXe="🇧🇧",rXe="🇧🇩",oXe="🇧🇪",iXe="🇧🇫",sXe="🇧🇬",aXe="🇧🇭",lXe="🇧🇮",cXe="🇧🇯",uXe="🇧🇱",dXe="🇧🇲",TXe="🇧🇳",fXe="🇧🇴",pXe="🇧🇶",hXe="🇧🇷",mXe="🇧🇸",gXe="🇧🇹",_Xe="🇧🇻",QXe="🇧🇼",vXe="🇧🇾",yXe="🇧🇿",bXe="🇨🇦",EXe="🇨🇨",xXe="🇨🇩",SXe="🇨🇫",LXe="🇨🇬",CXe="🇨🇭",AXe="🇨🇮",wXe="🇨🇰",OXe="🇨🇱",MXe="🇨🇲",RXe="🇨🇳",NXe="🇨🇴",kXe="🇨🇵",DXe="🇨🇷",IXe="🇨🇺",HXe="🇨🇻",PXe="🇨🇼",VXe="🇨🇽",$Xe="🇨🇾",BXe="🇨🇿",FXe="🇩🇪",UXe="🇩🇬",GXe="🇩🇯",qXe="🇩🇰",jXe="🇩🇲",zXe="🇩🇴",YXe="🇩🇿",WXe="🇪🇦",KXe="🇪🇨",ZXe="🇪🇪",XXe="🇪🇬",JXe="🇪🇭",eJe="🇪🇷",tJe="🇪🇸",nJe="🇪🇹",rJe="🇪🇺",oJe="🇪🇺",iJe="🇫🇮",sJe="🇫🇯",aJe="🇫🇰",lJe="🇫🇲",cJe="🇫🇴",uJe="🇫🇷",dJe="🇬🇦",TJe="🇬🇧",fJe="🇬🇧",pJe="🇬🇩",hJe="🇬🇪",mJe="🇬🇫",gJe="🇬🇬",_Je="🇬🇭",QJe="🇬🇮",vJe="🇬🇱",yJe="🇬🇲",bJe="🇬🇳",EJe="🇬🇵",xJe="🇬🇶",SJe="🇬🇷",LJe="🇬🇸",CJe="🇬🇹",AJe="🇬🇺",wJe="🇬🇼",OJe="🇬🇾",MJe="🇭🇰",RJe="🇭🇲",NJe="🇭🇳",kJe="🇭🇷",DJe="🇭🇹",IJe="🇭🇺",HJe="🇮🇨",PJe="🇮🇩",VJe="🇮🇪",$Je="🇮🇱",BJe="🇮🇲",FJe="🇮🇳",UJe="🇮🇴",GJe="🇮🇶",qJe="🇮🇷",jJe="🇮🇸",zJe="🇮🇹",YJe="🇯🇪",WJe="🇯🇲",KJe="🇯🇴",ZJe="🇯🇵",XJe="🇰🇪",JJe="🇰🇬",eet="🇰🇭",tet="🇰🇮",net="🇰🇲",ret="🇰🇳",oet="🇰🇵",iet="🇰🇷",set="🇰🇼",aet="🇰🇾",cet="🇰🇿",uet="🇱🇦",det="🇱🇧",Tet="🇱🇨",fet="🇱🇮",pet="🇱🇰",het="🇱🇷",met="🇱🇸",get="🇱🇹",_et="🇱🇺",Qet="🇱🇻",vet="🇱🇾",yet="🇲🇦",bet="🇲🇨",Eet="🇲🇩",xet="🇲🇪",Let="🇲🇫",Cet="🇲🇬",Aet="🇲🇭",wet="🇲🇰",Oet="🇲🇱",Met="🇲🇲",Ret="🇲🇳",Net="🇲🇴",ket="🇲🇵",Det="🇲🇶",Iet="🇲🇷",Het="🇲🇸",Pet="🇲🇹",Vet="🇲🇺",$et="🇲🇻",Bet="🇲🇼",Fet="🇲🇽",Uet="🇲🇾",Get="🇲🇿",qet="🇳🇦",jet="🇳🇨",zet="🇳🇪",Yet="🇳🇫",Wet="🇳🇬",Ket="🇳🇮",Zet="🇳🇱",Xet="🇳🇴",Jet="🇳🇵",ett="🇳🇷",ttt="🇳🇺",ntt="🇳🇿",rtt="🇴🇲",ott="🇵🇦",itt="🇵🇪",stt="🇵🇫",att="🇵🇬",ltt="🇵🇭",ctt="🇵🇰",utt="🇵🇱",dtt="🇵🇲",Ttt="🇵🇳",ftt="🇵🇷",ptt="🇵🇸",htt="🇵🇹",mtt="🇵🇼",gtt="🇵🇾",_tt="🇶🇦",Qtt="🇷🇪",vtt="🇷🇴",ytt="🇷🇸",btt="🇷🇺",Ett="🇷🇼",xtt="🇸🇦",Stt="🇸🇧",Ltt="🇸🇨",Ctt="🇸🇩",Att="🇸🇪",wtt="🇸🇬",Ott="🇸🇭",Mtt="🇸🇮",Rtt="🇸🇯",Ntt="🇸🇰",ktt="🇸🇱",Dtt="🇸🇲",Itt="🇸🇳",Htt="🇸🇴",Ptt="🇸🇷",Vtt="🇸🇸",$tt="🇸🇹",Btt="🇸🇻",Ftt="🇸🇽",Utt="🇸🇾",Gtt="🇸🇿",qtt="🇹🇦",jtt="🇹🇨",ztt="🇹🇩",Ytt="🇹🇫",Wtt="🇹🇬",Ktt="🇹🇭",Ztt="🇹🇯",Xtt="🇹🇰",Jtt="🇹🇱",ent="🇹🇲",tnt="🇹🇳",nnt="🇹🇴",rnt="🇹🇷",ont="🇹🇹",int="🇹🇻",snt="🇹🇼",ant="🇹🇿",lnt="🇺🇦",cnt="🇺🇬",unt="🇺🇲",dnt="🇺🇳",Tnt="🇺🇸",fnt="🇺🇾",pnt="🇺🇿",hnt="🇻🇦",mnt="🇻🇨",gnt="🇻🇪",_nt="🇻🇬",Qnt="🇻🇮",vnt="🇻🇳",ynt="🇻🇺",bnt="🇼🇫",Ent="🇼🇸",xnt="🇽🇰",Snt="🇾🇪",Lnt="🇾🇹",Cnt="🇿🇦",Ant="🇿🇲",wnt="🇿🇼",Ont="🏴",Mnt="🏴",Rnt="🏴",Nnt={100:"💯",1234:"🔢",grinning:Fbe,smiley:Ube,smile:Gbe,grin:qbe,laughing:jbe,satisfied:zbe,sweat_smile:Ybe,rofl:Wbe,joy:Kbe,slightly_smiling_face:Zbe,upside_down_face:Xbe,wink:Jbe,blush:eEe,innocent:tEe,smiling_face_with_three_hearts:nEe,heart_eyes:rEe,star_struck:oEe,kissing_heart:iEe,kissing:sEe,relaxed:aEe,kissing_closed_eyes:lEe,kissing_smiling_eyes:cEe,smiling_face_with_tear:uEe,yum:dEe,stuck_out_tongue:TEe,stuck_out_tongue_winking_eye:fEe,zany_face:pEe,stuck_out_tongue_closed_eyes:hEe,money_mouth_face:mEe,hugs:gEe,hand_over_mouth:_Ee,shushing_face:QEe,thinking:vEe,zipper_mouth_face:yEe,raised_eyebrow:bEe,neutral_face:EEe,expressionless:xEe,no_mouth:SEe,smirk:LEe,unamused:CEe,roll_eyes:AEe,grimacing:wEe,lying_face:OEe,relieved:MEe,pensive:REe,sleepy:NEe,drooling_face:kEe,sleeping:DEe,mask:IEe,face_with_thermometer:HEe,face_with_head_bandage:PEe,nauseated_face:VEe,vomiting_face:$Ee,sneezing_face:BEe,hot_face:FEe,cold_face:UEe,woozy_face:GEe,dizzy_face:qEe,exploding_head:jEe,cowboy_hat_face:zEe,partying_face:YEe,disguised_face:WEe,sunglasses:KEe,nerd_face:ZEe,monocle_face:XEe,confused:JEe,worried:exe,slightly_frowning_face:txe,frowning_face:nxe,open_mouth:rxe,hushed:oxe,astonished:ixe,flushed:sxe,pleading_face:axe,frowning:lxe,anguished:cxe,fearful:uxe,cold_sweat:dxe,disappointed_relieved:Txe,cry:fxe,sob:pxe,scream:hxe,confounded:mxe,persevere:gxe,disappointed:_xe,sweat:Qxe,weary:vxe,tired_face:yxe,yawning_face:bxe,triumph:Exe,rage:xxe,pout:Sxe,angry:Lxe,cursing_face:Cxe,smiling_imp:Axe,imp:wxe,skull:Oxe,skull_and_crossbones:Mxe,hankey:Rxe,poop:Nxe,shit:kxe,clown_face:Dxe,japanese_ogre:Ixe,japanese_goblin:Hxe,ghost:Pxe,alien:Vxe,space_invader:$xe,robot:Bxe,smiley_cat:Fxe,smile_cat:Uxe,joy_cat:Gxe,heart_eyes_cat:qxe,smirk_cat:jxe,kissing_cat:zxe,scream_cat:Yxe,crying_cat_face:Wxe,pouting_cat:Kxe,see_no_evil:Zxe,hear_no_evil:Xxe,speak_no_evil:Jxe,kiss:eSe,love_letter:tSe,cupid:nSe,gift_heart:rSe,sparkling_heart:oSe,heartpulse:iSe,heartbeat:sSe,revolving_hearts:aSe,two_hearts:lSe,heart_decoration:cSe,heavy_heart_exclamation:uSe,broken_heart:dSe,heart:TSe,orange_heart:fSe,yellow_heart:pSe,green_heart:hSe,blue_heart:mSe,purple_heart:gSe,brown_heart:_Se,black_heart:QSe,white_heart:vSe,anger:ySe,boom:bSe,collision:ESe,dizzy:xSe,sweat_drops:SSe,dash:LSe,hole:CSe,bomb:ASe,speech_balloon:wSe,eye_speech_bubble:OSe,left_speech_bubble:MSe,right_anger_bubble:RSe,thought_balloon:NSe,zzz:kSe,wave:DSe,raised_back_of_hand:ISe,raised_hand_with_fingers_splayed:HSe,hand:PSe,raised_hand:VSe,vulcan_salute:$Se,ok_hand:BSe,pinched_fingers:FSe,pinching_hand:USe,v:GSe,crossed_fingers:qSe,love_you_gesture:jSe,metal:zSe,call_me_hand:YSe,point_left:WSe,point_right:KSe,point_up_2:ZSe,middle_finger:XSe,fu:JSe,point_down:eLe,point_up:tLe,"+1":"👍",thumbsup:nLe,"-1":"👎",thumbsdown:rLe,fist_raised:oLe,fist:iLe,fist_oncoming:sLe,facepunch:aLe,punch:lLe,fist_left:cLe,fist_right:uLe,clap:dLe,raised_hands:TLe,open_hands:fLe,palms_up_together:pLe,handshake:hLe,pray:mLe,writing_hand:gLe,nail_care:_Le,selfie:QLe,muscle:vLe,mechanical_arm:yLe,mechanical_leg:bLe,leg:ELe,foot:xLe,ear:SLe,ear_with_hearing_aid:LLe,nose:CLe,brain:ALe,anatomical_heart:wLe,lungs:OLe,tooth:MLe,bone:RLe,eyes:NLe,eye:kLe,tongue:DLe,lips:ILe,baby:HLe,child:PLe,boy:VLe,girl:$Le,adult:BLe,blond_haired_person:FLe,man:ULe,bearded_person:GLe,red_haired_man:qLe,curly_haired_man:jLe,white_haired_man:zLe,bald_man:YLe,woman:WLe,red_haired_woman:KLe,person_red_hair:ZLe,curly_haired_woman:XLe,person_curly_hair:JLe,white_haired_woman:eCe,person_white_hair:tCe,bald_woman:nCe,person_bald:rCe,blond_haired_woman:oCe,blonde_woman:iCe,blond_haired_man:sCe,older_adult:aCe,older_man:lCe,older_woman:cCe,frowning_person:uCe,frowning_man:dCe,frowning_woman:TCe,pouting_face:fCe,pouting_man:pCe,pouting_woman:hCe,no_good:mCe,no_good_man:gCe,ng_man:_Ce,no_good_woman:QCe,ng_woman:vCe,ok_person:yCe,ok_man:bCe,ok_woman:ECe,tipping_hand_person:xCe,information_desk_person:SCe,tipping_hand_man:LCe,sassy_man:CCe,tipping_hand_woman:ACe,sassy_woman:wCe,raising_hand:OCe,raising_hand_man:MCe,raising_hand_woman:RCe,deaf_person:NCe,deaf_man:kCe,deaf_woman:DCe,bow:ICe,bowing_man:HCe,bowing_woman:PCe,facepalm:VCe,man_facepalming:$Ce,woman_facepalming:BCe,shrug:FCe,man_shrugging:UCe,woman_shrugging:GCe,health_worker:qCe,man_health_worker:jCe,woman_health_worker:zCe,student:YCe,man_student:WCe,woman_student:KCe,teacher:ZCe,man_teacher:XCe,woman_teacher:JCe,judge:eAe,man_judge:tAe,woman_judge:nAe,farmer:rAe,man_farmer:oAe,woman_farmer:iAe,cook:sAe,man_cook:aAe,woman_cook:lAe,mechanic:cAe,man_mechanic:uAe,woman_mechanic:dAe,factory_worker:TAe,man_factory_worker:fAe,woman_factory_worker:pAe,office_worker:hAe,man_office_worker:mAe,woman_office_worker:gAe,scientist:_Ae,man_scientist:QAe,woman_scientist:vAe,technologist:yAe,man_technologist:bAe,woman_technologist:EAe,singer:xAe,man_singer:SAe,woman_singer:LAe,artist:CAe,man_artist:AAe,woman_artist:wAe,pilot:OAe,man_pilot:MAe,woman_pilot:RAe,astronaut:NAe,man_astronaut:kAe,woman_astronaut:DAe,firefighter:IAe,man_firefighter:HAe,woman_firefighter:PAe,police_officer:VAe,cop:$Ae,policeman:BAe,policewoman:FAe,detective:UAe,male_detective:GAe,female_detective:qAe,guard:jAe,guardsman:zAe,guardswoman:YAe,ninja:WAe,construction_worker:KAe,construction_worker_man:ZAe,construction_worker_woman:XAe,prince:JAe,princess:ewe,person_with_turban:twe,man_with_turban:nwe,woman_with_turban:rwe,man_with_gua_pi_mao:owe,woman_with_headscarf:iwe,person_in_tuxedo:swe,man_in_tuxedo:awe,woman_in_tuxedo:lwe,person_with_veil:cwe,man_with_veil:uwe,woman_with_veil:dwe,bride_with_veil:Twe,pregnant_woman:fwe,breast_feeding:pwe,woman_feeding_baby:hwe,man_feeding_baby:mwe,person_feeding_baby:gwe,angel:_we,santa:Qwe,mrs_claus:vwe,mx_claus:ywe,superhero:bwe,superhero_man:Ewe,superhero_woman:xwe,supervillain:Swe,supervillain_man:Lwe,supervillain_woman:Cwe,mage:Awe,mage_man:wwe,mage_woman:Owe,fairy:Mwe,fairy_man:Rwe,fairy_woman:Nwe,vampire:kwe,vampire_man:Dwe,vampire_woman:Iwe,merperson:Hwe,merman:Pwe,mermaid:Vwe,elf:$we,elf_man:Bwe,elf_woman:Fwe,genie:Uwe,genie_man:Gwe,genie_woman:qwe,zombie:jwe,zombie_man:zwe,zombie_woman:Ywe,massage:Wwe,massage_man:Kwe,massage_woman:Zwe,haircut:Xwe,haircut_man:Jwe,haircut_woman:eOe,walking:tOe,walking_man:nOe,walking_woman:rOe,standing_person:oOe,standing_man:iOe,standing_woman:sOe,kneeling_person:aOe,kneeling_man:lOe,kneeling_woman:cOe,person_with_probing_cane:uOe,man_with_probing_cane:dOe,woman_with_probing_cane:TOe,person_in_motorized_wheelchair:fOe,man_in_motorized_wheelchair:pOe,woman_in_motorized_wheelchair:hOe,person_in_manual_wheelchair:mOe,man_in_manual_wheelchair:gOe,woman_in_manual_wheelchair:_Oe,runner:QOe,running:vOe,running_man:yOe,running_woman:bOe,woman_dancing:EOe,dancer:xOe,man_dancing:SOe,business_suit_levitating:LOe,dancers:COe,dancing_men:AOe,dancing_women:wOe,sauna_person:OOe,sauna_man:MOe,sauna_woman:ROe,climbing:NOe,climbing_man:kOe,climbing_woman:DOe,person_fencing:IOe,horse_racing:HOe,skier:POe,snowboarder:VOe,golfing:$Oe,golfing_man:BOe,golfing_woman:FOe,surfer:UOe,surfing_man:GOe,surfing_woman:qOe,rowboat:jOe,rowing_man:zOe,rowing_woman:YOe,swimmer:WOe,swimming_man:KOe,swimming_woman:ZOe,bouncing_ball_person:XOe,bouncing_ball_man:JOe,basketball_man:eMe,bouncing_ball_woman:tMe,basketball_woman:nMe,weight_lifting:rMe,weight_lifting_man:oMe,weight_lifting_woman:iMe,bicyclist:sMe,biking_man:aMe,biking_woman:lMe,mountain_bicyclist:cMe,mountain_biking_man:uMe,mountain_biking_woman:dMe,cartwheeling:TMe,man_cartwheeling:fMe,woman_cartwheeling:pMe,wrestling:hMe,men_wrestling:mMe,women_wrestling:gMe,water_polo:_Me,man_playing_water_polo:QMe,woman_playing_water_polo:vMe,handball_person:yMe,man_playing_handball:bMe,woman_playing_handball:EMe,juggling_person:xMe,man_juggling:SMe,woman_juggling:LMe,lotus_position:CMe,lotus_position_man:AMe,lotus_position_woman:wMe,bath:OMe,sleeping_bed:MMe,people_holding_hands:RMe,two_women_holding_hands:NMe,couple:kMe,two_men_holding_hands:DMe,couplekiss:IMe,couplekiss_man_woman:HMe,couplekiss_man_man:PMe,couplekiss_woman_woman:VMe,couple_with_heart:$Me,couple_with_heart_woman_man:BMe,couple_with_heart_man_man:FMe,couple_with_heart_woman_woman:UMe,family:GMe,family_man_woman_boy:qMe,family_man_woman_girl:jMe,family_man_woman_girl_boy:zMe,family_man_woman_boy_boy:YMe,family_man_woman_girl_girl:WMe,family_man_man_boy:KMe,family_man_man_girl:ZMe,family_man_man_girl_boy:XMe,family_man_man_boy_boy:JMe,family_man_man_girl_girl:eRe,family_woman_woman_boy:tRe,family_woman_woman_girl:nRe,family_woman_woman_girl_boy:rRe,family_woman_woman_boy_boy:oRe,family_woman_woman_girl_girl:iRe,family_man_boy:sRe,family_man_boy_boy:aRe,family_man_girl:lRe,family_man_girl_boy:cRe,family_man_girl_girl:uRe,family_woman_boy:dRe,family_woman_boy_boy:TRe,family_woman_girl:fRe,family_woman_girl_boy:pRe,family_woman_girl_girl:hRe,speaking_head:mRe,bust_in_silhouette:gRe,busts_in_silhouette:_Re,people_hugging:QRe,footprints:vRe,monkey_face:yRe,monkey:bRe,gorilla:ERe,orangutan:xRe,dog:SRe,dog2:LRe,guide_dog:CRe,service_dog:ARe,poodle:wRe,wolf:ORe,fox_face:MRe,raccoon:RRe,cat:NRe,cat2:kRe,black_cat:DRe,lion:IRe,tiger:HRe,tiger2:PRe,leopard:VRe,horse:$Re,racehorse:BRe,unicorn:FRe,zebra:URe,deer:GRe,bison:qRe,cow:jRe,ox:zRe,water_buffalo:YRe,cow2:WRe,pig:KRe,pig2:ZRe,boar:XRe,pig_nose:JRe,ram:eNe,sheep:tNe,goat:nNe,dromedary_camel:rNe,camel:oNe,llama:iNe,giraffe:sNe,elephant:aNe,mammoth:lNe,rhinoceros:cNe,hippopotamus:uNe,mouse:dNe,mouse2:TNe,rat:fNe,hamster:pNe,rabbit:hNe,rabbit2:mNe,chipmunk:gNe,beaver:_Ne,hedgehog:QNe,bat:vNe,bear:yNe,polar_bear:bNe,koala:ENe,panda_face:xNe,sloth:SNe,otter:LNe,skunk:CNe,kangaroo:ANe,badger:wNe,feet:ONe,paw_prints:MNe,turkey:RNe,chicken:NNe,rooster:kNe,hatching_chick:DNe,baby_chick:INe,hatched_chick:HNe,bird:PNe,penguin:VNe,dove:$Ne,eagle:BNe,duck:FNe,swan:UNe,owl:GNe,dodo:qNe,feather:jNe,flamingo:zNe,peacock:YNe,parrot:WNe,frog:KNe,crocodile:ZNe,turtle:XNe,lizard:JNe,snake:eke,dragon_face:tke,dragon:nke,sauropod:rke,"t-rex":"🦖",whale:oke,whale2:ike,dolphin:ske,flipper:ake,seal:lke,fish:cke,tropical_fish:uke,blowfish:dke,shark:Tke,octopus:fke,shell:pke,snail:hke,butterfly:mke,bug:gke,ant:_ke,bee:Qke,honeybee:vke,beetle:yke,lady_beetle:bke,cricket:Eke,cockroach:xke,spider:Ske,spider_web:Lke,scorpion:Cke,mosquito:Ake,fly:wke,worm:Oke,microbe:Mke,bouquet:Rke,cherry_blossom:Nke,white_flower:kke,rosette:Dke,rose:Ike,wilted_flower:Hke,hibiscus:Pke,sunflower:Vke,blossom:$ke,tulip:Bke,seedling:Fke,potted_plant:Uke,evergreen_tree:Gke,deciduous_tree:qke,palm_tree:jke,cactus:zke,ear_of_rice:Yke,herb:Wke,shamrock:Kke,four_leaf_clover:Zke,maple_leaf:Xke,fallen_leaf:Jke,leaves:eDe,grapes:tDe,melon:nDe,watermelon:rDe,tangerine:oDe,orange:iDe,mandarin:sDe,lemon:aDe,banana:lDe,pineapple:cDe,mango:uDe,apple:dDe,green_apple:TDe,pear:fDe,peach:pDe,cherries:hDe,strawberry:mDe,blueberries:gDe,kiwi_fruit:_De,tomato:QDe,olive:vDe,coconut:yDe,avocado:bDe,eggplant:EDe,potato:xDe,carrot:SDe,corn:LDe,hot_pepper:CDe,bell_pepper:ADe,cucumber:wDe,leafy_green:ODe,broccoli:MDe,garlic:RDe,onion:NDe,mushroom:kDe,peanuts:DDe,chestnut:IDe,bread:HDe,croissant:PDe,baguette_bread:VDe,flatbread:$De,pretzel:BDe,bagel:FDe,pancakes:UDe,waffle:GDe,cheese:qDe,meat_on_bone:jDe,poultry_leg:zDe,cut_of_meat:YDe,bacon:WDe,hamburger:KDe,fries:ZDe,pizza:XDe,hotdog:JDe,sandwich:eIe,taco:tIe,burrito:nIe,tamale:rIe,stuffed_flatbread:oIe,falafel:iIe,egg:sIe,fried_egg:aIe,shallow_pan_of_food:lIe,stew:cIe,fondue:uIe,bowl_with_spoon:dIe,green_salad:TIe,popcorn:fIe,butter:pIe,salt:hIe,canned_food:mIe,bento:gIe,rice_cracker:_Ie,rice_ball:QIe,rice:vIe,curry:yIe,ramen:bIe,spaghetti:EIe,sweet_potato:xIe,oden:SIe,sushi:LIe,fried_shrimp:CIe,fish_cake:AIe,moon_cake:wIe,dango:OIe,dumpling:MIe,fortune_cookie:RIe,takeout_box:NIe,crab:kIe,lobster:DIe,shrimp:IIe,squid:HIe,oyster:PIe,icecream:VIe,shaved_ice:$Ie,ice_cream:BIe,doughnut:FIe,cookie:UIe,birthday:GIe,cake:qIe,cupcake:jIe,pie:zIe,chocolate_bar:YIe,candy:WIe,lollipop:KIe,custard:ZIe,honey_pot:XIe,baby_bottle:JIe,milk_glass:eHe,coffee:tHe,teapot:nHe,tea:rHe,sake:oHe,champagne:iHe,wine_glass:sHe,cocktail:aHe,tropical_drink:lHe,beer:cHe,beers:uHe,clinking_glasses:dHe,tumbler_glass:THe,cup_with_straw:fHe,bubble_tea:pHe,beverage_box:hHe,mate:mHe,ice_cube:gHe,chopsticks:_He,plate_with_cutlery:QHe,fork_and_knife:vHe,spoon:yHe,hocho:bHe,knife:EHe,amphora:xHe,earth_africa:SHe,earth_americas:LHe,earth_asia:CHe,globe_with_meridians:AHe,world_map:wHe,japan:OHe,compass:MHe,mountain_snow:RHe,mountain:NHe,volcano:kHe,mount_fuji:DHe,camping:IHe,beach_umbrella:HHe,desert:PHe,desert_island:VHe,national_park:$He,stadium:BHe,classical_building:FHe,building_construction:UHe,bricks:GHe,rock:qHe,wood:jHe,hut:zHe,houses:YHe,derelict_house:WHe,house:KHe,house_with_garden:ZHe,office:XHe,post_office:JHe,european_post_office:ePe,hospital:tPe,bank:nPe,hotel:rPe,love_hotel:oPe,convenience_store:iPe,school:sPe,department_store:aPe,factory:lPe,japanese_castle:cPe,european_castle:uPe,wedding:dPe,tokyo_tower:TPe,statue_of_liberty:fPe,church:pPe,mosque:hPe,hindu_temple:mPe,synagogue:gPe,shinto_shrine:_Pe,kaaba:QPe,fountain:vPe,tent:yPe,foggy:bPe,night_with_stars:EPe,cityscape:xPe,sunrise_over_mountains:SPe,sunrise:LPe,city_sunset:CPe,city_sunrise:APe,bridge_at_night:wPe,hotsprings:OPe,carousel_horse:MPe,ferris_wheel:RPe,roller_coaster:NPe,barber:kPe,circus_tent:DPe,steam_locomotive:IPe,railway_car:HPe,bullettrain_side:PPe,bullettrain_front:VPe,train2:$Pe,metro:BPe,light_rail:FPe,station:UPe,tram:GPe,monorail:qPe,mountain_railway:jPe,train:zPe,bus:YPe,oncoming_bus:WPe,trolleybus:KPe,minibus:ZPe,ambulance:XPe,fire_engine:JPe,police_car:eVe,oncoming_police_car:tVe,taxi:nVe,oncoming_taxi:rVe,car:oVe,red_car:iVe,oncoming_automobile:sVe,blue_car:aVe,pickup_truck:lVe,truck:cVe,articulated_lorry:uVe,tractor:dVe,racing_car:TVe,motorcycle:fVe,motor_scooter:pVe,manual_wheelchair:hVe,motorized_wheelchair:mVe,auto_rickshaw:gVe,bike:_Ve,kick_scooter:QVe,skateboard:vVe,roller_skate:yVe,busstop:bVe,motorway:EVe,railway_track:xVe,oil_drum:SVe,fuelpump:LVe,rotating_light:CVe,traffic_light:AVe,vertical_traffic_light:wVe,stop_sign:OVe,construction:MVe,anchor:RVe,boat:NVe,sailboat:kVe,canoe:DVe,speedboat:IVe,passenger_ship:HVe,ferry:PVe,motor_boat:VVe,ship:$Ve,airplane:BVe,small_airplane:FVe,flight_departure:UVe,flight_arrival:GVe,parachute:qVe,seat:jVe,helicopter:zVe,suspension_railway:YVe,mountain_cableway:WVe,aerial_tramway:KVe,artificial_satellite:ZVe,rocket:XVe,flying_saucer:JVe,bellhop_bell:e$e,luggage:t$e,hourglass:n$e,hourglass_flowing_sand:r$e,watch:o$e,alarm_clock:i$e,stopwatch:s$e,timer_clock:a$e,mantelpiece_clock:l$e,clock12:c$e,clock1230:u$e,clock1:d$e,clock130:T$e,clock2:f$e,clock230:p$e,clock3:h$e,clock330:m$e,clock4:g$e,clock430:_$e,clock5:Q$e,clock530:v$e,clock6:y$e,clock630:b$e,clock7:E$e,clock730:x$e,clock8:S$e,clock830:L$e,clock9:C$e,clock930:A$e,clock10:w$e,clock1030:O$e,clock11:M$e,clock1130:R$e,new_moon:N$e,waxing_crescent_moon:k$e,first_quarter_moon:D$e,moon:I$e,waxing_gibbous_moon:H$e,full_moon:P$e,waning_gibbous_moon:V$e,last_quarter_moon:$$e,waning_crescent_moon:B$e,crescent_moon:F$e,new_moon_with_face:U$e,first_quarter_moon_with_face:G$e,last_quarter_moon_with_face:q$e,thermometer:j$e,sunny:z$e,full_moon_with_face:Y$e,sun_with_face:W$e,ringed_planet:K$e,star:Z$e,star2:X$e,stars:J$e,milky_way:eBe,cloud:tBe,partly_sunny:nBe,cloud_with_lightning_and_rain:rBe,sun_behind_small_cloud:oBe,sun_behind_large_cloud:iBe,sun_behind_rain_cloud:sBe,cloud_with_rain:aBe,cloud_with_snow:lBe,cloud_with_lightning:cBe,tornado:uBe,fog:dBe,wind_face:TBe,cyclone:fBe,rainbow:pBe,closed_umbrella:hBe,open_umbrella:mBe,umbrella:gBe,parasol_on_ground:_Be,zap:QBe,snowflake:vBe,snowman_with_snow:yBe,snowman:bBe,comet:EBe,fire:xBe,droplet:SBe,ocean:LBe,jack_o_lantern:CBe,christmas_tree:ABe,fireworks:wBe,sparkler:OBe,firecracker:MBe,sparkles:RBe,balloon:NBe,tada:kBe,confetti_ball:DBe,tanabata_tree:IBe,bamboo:HBe,dolls:PBe,flags:VBe,wind_chime:$Be,rice_scene:BBe,red_envelope:FBe,ribbon:UBe,gift:GBe,reminder_ribbon:qBe,tickets:jBe,ticket:zBe,medal_military:YBe,trophy:WBe,medal_sports:KBe,"1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉",soccer:ZBe,baseball:XBe,softball:JBe,basketball:eFe,volleyball:tFe,football:nFe,rugby_football:rFe,tennis:oFe,flying_disc:iFe,bowling:sFe,cricket_game:aFe,field_hockey:lFe,ice_hockey:cFe,lacrosse:uFe,ping_pong:dFe,badminton:TFe,boxing_glove:fFe,martial_arts_uniform:pFe,goal_net:hFe,golf:mFe,ice_skate:gFe,fishing_pole_and_fish:_Fe,diving_mask:QFe,running_shirt_with_sash:vFe,ski:yFe,sled:bFe,curling_stone:EFe,dart:xFe,yo_yo:SFe,kite:LFe,"8ball":"🎱",crystal_ball:CFe,magic_wand:AFe,nazar_amulet:wFe,video_game:OFe,joystick:MFe,slot_machine:RFe,game_die:NFe,jigsaw:kFe,teddy_bear:DFe,pinata:IFe,nesting_dolls:HFe,spades:PFe,hearts:VFe,diamonds:$Fe,clubs:BFe,chess_pawn:FFe,black_joker:UFe,mahjong:GFe,flower_playing_cards:qFe,performing_arts:jFe,framed_picture:zFe,art:YFe,thread:WFe,sewing_needle:KFe,yarn:ZFe,knot:XFe,eyeglasses:JFe,dark_sunglasses:eUe,goggles:tUe,lab_coat:nUe,safety_vest:rUe,necktie:oUe,shirt:iUe,tshirt:sUe,jeans:aUe,scarf:lUe,gloves:cUe,coat:uUe,socks:dUe,dress:TUe,kimono:fUe,sari:pUe,one_piece_swimsuit:hUe,swim_brief:mUe,shorts:gUe,bikini:_Ue,womans_clothes:QUe,purse:vUe,handbag:yUe,pouch:bUe,shopping:EUe,school_satchel:xUe,thong_sandal:SUe,mans_shoe:LUe,shoe:CUe,athletic_shoe:AUe,hiking_boot:wUe,flat_shoe:OUe,high_heel:MUe,sandal:RUe,ballet_shoes:NUe,boot:kUe,crown:DUe,womans_hat:IUe,tophat:HUe,mortar_board:PUe,billed_cap:VUe,military_helmet:$Ue,rescue_worker_helmet:BUe,prayer_beads:FUe,lipstick:UUe,ring:GUe,gem:qUe,mute:jUe,speaker:zUe,sound:YUe,loud_sound:WUe,loudspeaker:KUe,mega:ZUe,postal_horn:XUe,bell:JUe,no_bell:eGe,musical_score:tGe,musical_note:nGe,notes:rGe,studio_microphone:oGe,level_slider:iGe,control_knobs:sGe,microphone:aGe,headphones:lGe,radio:cGe,saxophone:uGe,accordion:dGe,guitar:TGe,musical_keyboard:fGe,trumpet:pGe,violin:hGe,banjo:mGe,drum:gGe,long_drum:_Ge,iphone:QGe,calling:vGe,phone:yGe,telephone:bGe,telephone_receiver:EGe,pager:xGe,fax:SGe,battery:LGe,electric_plug:CGe,computer:AGe,desktop_computer:wGe,printer:OGe,keyboard:MGe,computer_mouse:RGe,trackball:NGe,minidisc:kGe,floppy_disk:DGe,cd:IGe,dvd:HGe,abacus:PGe,movie_camera:VGe,film_strip:$Ge,film_projector:BGe,clapper:FGe,tv:UGe,camera:GGe,camera_flash:qGe,video_camera:jGe,vhs:zGe,mag:YGe,mag_right:WGe,candle:KGe,bulb:ZGe,flashlight:XGe,izakaya_lantern:JGe,lantern:eqe,diya_lamp:tqe,notebook_with_decorative_cover:nqe,closed_book:rqe,book:oqe,open_book:iqe,green_book:sqe,blue_book:aqe,orange_book:lqe,books:cqe,notebook:uqe,ledger:dqe,page_with_curl:Tqe,scroll:fqe,page_facing_up:pqe,newspaper:hqe,newspaper_roll:mqe,bookmark_tabs:gqe,bookmark:_qe,label:Qqe,moneybag:vqe,coin:yqe,yen:bqe,dollar:Eqe,euro:xqe,pound:Sqe,money_with_wings:Lqe,credit_card:Cqe,receipt:Aqe,chart:wqe,envelope:Oqe,email:Mqe,"e-mail":"📧",incoming_envelope:Rqe,envelope_with_arrow:Nqe,outbox_tray:kqe,inbox_tray:Dqe,package:"📦",mailbox:Iqe,mailbox_closed:Hqe,mailbox_with_mail:Pqe,mailbox_with_no_mail:Vqe,postbox:$qe,ballot_box:Bqe,pencil2:Fqe,black_nib:Uqe,fountain_pen:Gqe,pen:qqe,paintbrush:jqe,crayon:zqe,memo:Yqe,pencil:Wqe,briefcase:Kqe,file_folder:Zqe,open_file_folder:Xqe,card_index_dividers:Jqe,date:eje,calendar:tje,spiral_notepad:nje,spiral_calendar:rje,card_index:oje,chart_with_upwards_trend:ije,chart_with_downwards_trend:sje,bar_chart:aje,clipboard:lje,pushpin:cje,round_pushpin:uje,paperclip:dje,paperclips:Tje,straight_ruler:fje,triangular_ruler:pje,scissors:hje,card_file_box:mje,file_cabinet:gje,wastebasket:_je,lock:Qje,unlock:vje,lock_with_ink_pen:yje,closed_lock_with_key:bje,key:Eje,old_key:xje,hammer:Sje,axe:Lje,pick:Cje,hammer_and_pick:Aje,hammer_and_wrench:wje,dagger:Oje,crossed_swords:Mje,gun:Rje,boomerang:Nje,bow_and_arrow:kje,shield:Dje,carpentry_saw:Ije,wrench:Hje,screwdriver:Pje,nut_and_bolt:Vje,gear:$je,clamp:Bje,balance_scale:Fje,probing_cane:Uje,link:Gje,chains:qje,hook:jje,toolbox:zje,magnet:Yje,ladder:Wje,alembic:Kje,test_tube:Zje,petri_dish:Xje,dna:Jje,microscope:eze,telescope:tze,satellite:nze,syringe:rze,drop_of_blood:oze,pill:ize,adhesive_bandage:sze,stethoscope:aze,door:lze,elevator:cze,mirror:uze,window:dze,bed:Tze,couch_and_lamp:fze,chair:pze,toilet:hze,plunger:mze,shower:gze,bathtub:_ze,mouse_trap:Qze,razor:vze,lotion_bottle:yze,safety_pin:bze,broom:Eze,basket:xze,roll_of_paper:Sze,bucket:Lze,soap:Cze,toothbrush:Aze,sponge:wze,fire_extinguisher:Oze,shopping_cart:Mze,smoking:Rze,coffin:Nze,headstone:kze,funeral_urn:Dze,moyai:Ize,placard:Hze,atm:Pze,put_litter_in_its_place:Vze,potable_water:$ze,wheelchair:Bze,mens:Fze,womens:Uze,restroom:Gze,baby_symbol:qze,wc:jze,passport_control:zze,customs:Yze,baggage_claim:Wze,left_luggage:Kze,warning:Zze,children_crossing:Xze,no_entry:Jze,no_entry_sign:eYe,no_bicycles:tYe,no_smoking:nYe,do_not_litter:rYe,"non-potable_water":"🚱",no_pedestrians:oYe,no_mobile_phones:iYe,underage:sYe,radioactive:aYe,biohazard:lYe,arrow_up:cYe,arrow_upper_right:uYe,arrow_right:dYe,arrow_lower_right:TYe,arrow_down:fYe,arrow_lower_left:pYe,arrow_left:hYe,arrow_upper_left:mYe,arrow_up_down:gYe,left_right_arrow:_Ye,leftwards_arrow_with_hook:QYe,arrow_right_hook:vYe,arrow_heading_up:yYe,arrow_heading_down:bYe,arrows_clockwise:EYe,arrows_counterclockwise:xYe,back:SYe,end:LYe,on:CYe,soon:AYe,top:wYe,place_of_worship:OYe,atom_symbol:MYe,om:RYe,star_of_david:NYe,wheel_of_dharma:kYe,yin_yang:DYe,latin_cross:IYe,orthodox_cross:HYe,star_and_crescent:PYe,peace_symbol:VYe,menorah:$Ye,six_pointed_star:BYe,aries:FYe,taurus:UYe,gemini:GYe,cancer:qYe,leo:jYe,virgo:zYe,libra:YYe,scorpius:WYe,sagittarius:KYe,capricorn:ZYe,aquarius:XYe,pisces:JYe,ophiuchus:eWe,twisted_rightwards_arrows:tWe,repeat:nWe,repeat_one:rWe,arrow_forward:oWe,fast_forward:iWe,next_track_button:sWe,play_or_pause_button:aWe,arrow_backward:lWe,rewind:cWe,previous_track_button:uWe,arrow_up_small:dWe,arrow_double_up:TWe,arrow_down_small:fWe,arrow_double_down:pWe,pause_button:hWe,stop_button:mWe,record_button:gWe,eject_button:_We,cinema:QWe,low_brightness:vWe,high_brightness:yWe,signal_strength:bWe,vibration_mode:EWe,mobile_phone_off:xWe,female_sign:SWe,male_sign:LWe,transgender_symbol:CWe,heavy_multiplication_x:AWe,heavy_plus_sign:wWe,heavy_minus_sign:OWe,heavy_division_sign:MWe,infinity:RWe,bangbang:NWe,interrobang:kWe,question:DWe,grey_question:IWe,grey_exclamation:HWe,exclamation:PWe,heavy_exclamation_mark:VWe,wavy_dash:$We,currency_exchange:BWe,heavy_dollar_sign:FWe,medical_symbol:UWe,recycle:GWe,fleur_de_lis:qWe,trident:jWe,name_badge:zWe,beginner:YWe,o:WWe,white_check_mark:KWe,ballot_box_with_check:ZWe,heavy_check_mark:XWe,x:JWe,negative_squared_cross_mark:eKe,curly_loop:tKe,loop:nKe,part_alternation_mark:rKe,eight_spoked_asterisk:oKe,eight_pointed_black_star:iKe,sparkle:sKe,copyright:aKe,registered:lKe,tm:cKe,hash:uKe,asterisk:dKe,zero:TKe,one:fKe,two:pKe,three:hKe,four:mKe,five:gKe,six:_Ke,seven:QKe,eight:vKe,nine:yKe,keycap_ten:bKe,capital_abcd:EKe,abcd:xKe,symbols:SKe,abc:LKe,a:CKe,ab:AKe,b:wKe,cl:OKe,cool:MKe,free:RKe,information_source:NKe,id:kKe,m:DKe,new:"🆕",ng:IKe,o2:HKe,ok:PKe,parking:VKe,sos:$Ke,up:BKe,vs:FKe,koko:UKe,sa:GKe,ideograph_advantage:qKe,accept:jKe,congratulations:zKe,secret:YKe,u6e80:WKe,red_circle:KKe,orange_circle:ZKe,yellow_circle:XKe,green_circle:JKe,large_blue_circle:eZe,purple_circle:tZe,brown_circle:nZe,black_circle:rZe,white_circle:oZe,red_square:iZe,orange_square:sZe,yellow_square:aZe,green_square:lZe,blue_square:cZe,purple_square:uZe,brown_square:dZe,black_large_square:TZe,white_large_square:fZe,black_medium_square:pZe,white_medium_square:hZe,black_medium_small_square:mZe,white_medium_small_square:gZe,black_small_square:_Ze,white_small_square:QZe,large_orange_diamond:vZe,large_blue_diamond:yZe,small_orange_diamond:bZe,small_blue_diamond:EZe,small_red_triangle:xZe,small_red_triangle_down:SZe,diamond_shape_with_a_dot_inside:LZe,radio_button:CZe,white_square_button:AZe,black_square_button:wZe,checkered_flag:OZe,triangular_flag_on_post:MZe,crossed_flags:RZe,black_flag:NZe,white_flag:kZe,rainbow_flag:DZe,transgender_flag:IZe,pirate_flag:HZe,ascension_island:PZe,andorra:VZe,united_arab_emirates:$Ze,afghanistan:BZe,antigua_barbuda:FZe,anguilla:UZe,albania:GZe,armenia:qZe,angola:jZe,antarctica:zZe,argentina:YZe,american_samoa:WZe,austria:KZe,australia:ZZe,aruba:XZe,aland_islands:JZe,azerbaijan:eXe,bosnia_herzegovina:tXe,barbados:nXe,bangladesh:rXe,belgium:oXe,burkina_faso:iXe,bulgaria:sXe,bahrain:aXe,burundi:lXe,benin:cXe,st_barthelemy:uXe,bermuda:dXe,brunei:TXe,bolivia:fXe,caribbean_netherlands:pXe,brazil:hXe,bahamas:mXe,bhutan:gXe,bouvet_island:_Xe,botswana:QXe,belarus:vXe,belize:yXe,canada:bXe,cocos_islands:EXe,congo_kinshasa:xXe,central_african_republic:SXe,congo_brazzaville:LXe,switzerland:CXe,cote_divoire:AXe,cook_islands:wXe,chile:OXe,cameroon:MXe,cn:RXe,colombia:NXe,clipperton_island:kXe,costa_rica:DXe,cuba:IXe,cape_verde:HXe,curacao:PXe,christmas_island:VXe,cyprus:$Xe,czech_republic:BXe,de:FXe,diego_garcia:UXe,djibouti:GXe,denmark:qXe,dominica:jXe,dominican_republic:zXe,algeria:YXe,ceuta_melilla:WXe,ecuador:KXe,estonia:ZXe,egypt:XXe,western_sahara:JXe,eritrea:eJe,es:tJe,ethiopia:nJe,eu:rJe,european_union:oJe,finland:iJe,fiji:sJe,falkland_islands:aJe,micronesia:lJe,faroe_islands:cJe,fr:uJe,gabon:dJe,gb:TJe,uk:fJe,grenada:pJe,georgia:hJe,french_guiana:mJe,guernsey:gJe,ghana:_Je,gibraltar:QJe,greenland:vJe,gambia:yJe,guinea:bJe,guadeloupe:EJe,equatorial_guinea:xJe,greece:SJe,south_georgia_south_sandwich_islands:LJe,guatemala:CJe,guam:AJe,guinea_bissau:wJe,guyana:OJe,hong_kong:MJe,heard_mcdonald_islands:RJe,honduras:NJe,croatia:kJe,haiti:DJe,hungary:IJe,canary_islands:HJe,indonesia:PJe,ireland:VJe,israel:$Je,isle_of_man:BJe,india:FJe,british_indian_ocean_territory:UJe,iraq:GJe,iran:qJe,iceland:jJe,it:zJe,jersey:YJe,jamaica:WJe,jordan:KJe,jp:ZJe,kenya:XJe,kyrgyzstan:JJe,cambodia:eet,kiribati:tet,comoros:net,st_kitts_nevis:ret,north_korea:oet,kr:iet,kuwait:set,cayman_islands:aet,kazakhstan:cet,laos:uet,lebanon:det,st_lucia:Tet,liechtenstein:fet,sri_lanka:pet,liberia:het,lesotho:met,lithuania:get,luxembourg:_et,latvia:Qet,libya:vet,morocco:yet,monaco:bet,moldova:Eet,montenegro:xet,st_martin:Let,madagascar:Cet,marshall_islands:Aet,macedonia:wet,mali:Oet,myanmar:Met,mongolia:Ret,macau:Net,northern_mariana_islands:ket,martinique:Det,mauritania:Iet,montserrat:Het,malta:Pet,mauritius:Vet,maldives:$et,malawi:Bet,mexico:Fet,malaysia:Uet,mozambique:Get,namibia:qet,new_caledonia:jet,niger:zet,norfolk_island:Yet,nigeria:Wet,nicaragua:Ket,netherlands:Zet,norway:Xet,nepal:Jet,nauru:ett,niue:ttt,new_zealand:ntt,oman:rtt,panama:ott,peru:itt,french_polynesia:stt,papua_new_guinea:att,philippines:ltt,pakistan:ctt,poland:utt,st_pierre_miquelon:dtt,pitcairn_islands:Ttt,puerto_rico:ftt,palestinian_territories:ptt,portugal:htt,palau:mtt,paraguay:gtt,qatar:_tt,reunion:Qtt,romania:vtt,serbia:ytt,ru:btt,rwanda:Ett,saudi_arabia:xtt,solomon_islands:Stt,seychelles:Ltt,sudan:Ctt,sweden:Att,singapore:wtt,st_helena:Ott,slovenia:Mtt,svalbard_jan_mayen:Rtt,slovakia:Ntt,sierra_leone:ktt,san_marino:Dtt,senegal:Itt,somalia:Htt,suriname:Ptt,south_sudan:Vtt,sao_tome_principe:$tt,el_salvador:Btt,sint_maarten:Ftt,syria:Utt,swaziland:Gtt,tristan_da_cunha:qtt,turks_caicos_islands:jtt,chad:ztt,french_southern_territories:Ytt,togo:Wtt,thailand:Ktt,tajikistan:Ztt,tokelau:Xtt,timor_leste:Jtt,turkmenistan:ent,tunisia:tnt,tonga:nnt,tr:rnt,trinidad_tobago:ont,tuvalu:int,taiwan:snt,tanzania:ant,ukraine:lnt,uganda:cnt,us_outlying_islands:unt,united_nations:dnt,us:Tnt,uruguay:fnt,uzbekistan:pnt,vatican_city:hnt,st_vincent_grenadines:mnt,venezuela:gnt,british_virgin_islands:_nt,us_virgin_islands:Qnt,vietnam:vnt,vanuatu:ynt,wallis_futuna:bnt,samoa:Ent,kosovo:xnt,yemen:Snt,mayotte:Lnt,south_africa:Cnt,zambia:Ant,zimbabwe:wnt,england:Ont,scotland:Mnt,wales:Rnt};var knt={angry:[">:(",">:-("],blush:[':")',':-")'],broken_heart:["3","<\\3"],confused:[":/",":-/"],cry:[":'(",":'-(",":,(",":,-("],frowning:[":(",":-("],heart:["<3"],imp:["]:(","]:-("],innocent:["o:)","O:)","o:-)","O:-)","0:)","0:-)"],joy:[":')",":'-)",":,)",":,-)",":'D",":'-D",":,D",":,-D"],kissing:[":*",":-*"],laughing:["x-)","X-)"],neutral_face:[":|",":-|"],open_mouth:[":o",":-o",":O",":-O"],rage:[":@",":-@"],smile:[":D",":-D"],smiley:[":)",":-)"],smiling_imp:["]:)","]:-)"],sob:[":,'(",":,'-(",";(",";-("],stuck_out_tongue:[":P",":-P"],sunglasses:["8-)","B-)"],sweat:[",:(",",:-("],sweat_smile:[",:)",",:-)"],unamused:[":s",":-S",":z",":-Z",":$",":-$"],wink:[";)",";-)"]},Dnt=function(e,n){return e[n].content},Int=function(e,n,r,o,i){var s=e.utils.arrayReplaceAt,a=e.utils.lib.ucmicro,l=new RegExp([a.Z.source,a.P.source,a.Cc.source].join("|"));function c(u,d,f){var T,g=0,_=[];return u.replace(i,function(Q,m,v){var y;if(r.hasOwnProperty(Q)){if(y=r[Q],m>0&&!l.test(v[m-1])||m+Q.lengthg&&(T=new f("text","",0),T.content=u.slice(g,m),_.push(T)),T=new f("emoji","",0),T.markup=y,T.content=n[y],_.push(T),g=m+Q.length}),g=0;f--)Q=_[f],(Q.type==="link_open"||Q.type==="link_close")&&Q.info==="auto"&&(v-=Q.nesting),Q.type==="text"&&v===0&&o.test(Q.content)&&(m[T].children=_=s(_,f,c(Q.content,Q.level,d.Token)))}};function Hnt(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var Pnt=function(e){var n=e.defs,r;e.enabled.length&&(n=Object.keys(n).reduce(function(l,c){return e.enabled.indexOf(c)>=0&&(l[c]=n[c]),l},{})),r=Object.keys(e.shortcuts).reduce(function(l,c){return n[c]?Array.isArray(e.shortcuts[c])?(e.shortcuts[c].forEach(function(u){l[u]=c}),l):(l[e.shortcuts[c]]=c,l):l},{});var o=Object.keys(n),i;o.length===0?i="^$":i=o.map(function(l){return":"+l+":"}).concat(Object.keys(r)).sort().reverse().map(function(l){return Hnt(l)}).join("|");var s=RegExp(i),a=RegExp(i,"g");return{defs:n,shortcuts:r,scanRE:s,replaceRE:a}},Vnt=Dnt,$nt=Int,Bnt=Pnt,Fnt=function(e,n){var r={defs:{},shortcuts:{},enabled:[]},o=Bnt(e.utils.assign({},r,n||{}));e.renderer.rules.emoji=Vnt,e.core.ruler.after("linkify","emoji",$nt(e,o.defs,o.shortcuts,o.scanRE,o.replaceRE))},Unt=Nnt,Gnt=knt,qnt=Fnt,jnt=function(e,n){var r={defs:Unt,shortcuts:Gnt,enabled:[]},o=e.utils.assign({},r,n||{});qnt(e,o)};const znt=l2(jnt);var sy=!1,Da={false:"push",true:"unshift",after:"push",before:"unshift"},dc={isPermalinkSymbol:!0};function Up(t,e,n,r){var o;if(!sy){var i="Using deprecated markdown-it-anchor permalink option, see https://github.com/valeriangalliat/markdown-it-anchor#permalinks";typeof process=="object"&&process&&process.emitWarning?process.emitWarning(i):console.warn(i),sy=!0}var s=[Object.assign(new n.Token("link_open","a",1),{attrs:[].concat(e.permalinkClass?[["class",e.permalinkClass]]:[],[["href",e.permalinkHref(t,n)]],Object.entries(e.permalinkAttrs(t,n)))}),Object.assign(new n.Token("html_block","",0),{content:e.permalinkSymbol,meta:dc}),new n.Token("link_close","a",-1)];e.permalinkSpace&&n.tokens[r+1].children[Da[e.permalinkBefore]](Object.assign(new n.Token("text","",0),{content:" "})),(o=n.tokens[r+1].children)[Da[e.permalinkBefore]].apply(o,s)}function oN(t){return"#"+t}function iN(t){return{}}var Ynt={class:"header-anchor",symbol:"#",renderHref:oN,renderAttrs:iN};function N3(t){function e(n){return n=Object.assign({},e.defaults,n),function(r,o,i,s){return t(r,n,o,i,s)}}return e.defaults=Object.assign({},Ynt),e.renderPermalinkImpl=t,e}var D6=N3(function(t,e,n,r,o){var i,s=[Object.assign(new r.Token("link_open","a",1),{attrs:[].concat(e.class?[["class",e.class]]:[],[["href",e.renderHref(t,r)]],e.ariaHidden?[["aria-hidden","true"]]:[],Object.entries(e.renderAttrs(t,r)))}),Object.assign(new r.Token("html_inline","",0),{content:e.symbol,meta:dc}),new r.Token("link_close","a",-1)];if(e.space){var a=typeof e.space=="string"?e.space:" ";r.tokens[o+1].children[Da[e.placement]](Object.assign(new r.Token(typeof e.space=="string"?"html_inline":"text","",0),{content:a}))}(i=r.tokens[o+1].children)[Da[e.placement]].apply(i,s)});Object.assign(D6.defaults,{space:!0,placement:"after",ariaHidden:!1});var i1=N3(D6.renderPermalinkImpl);i1.defaults=Object.assign({},D6.defaults,{ariaHidden:!0});var sN=N3(function(t,e,n,r,o){var i=[Object.assign(new r.Token("link_open","a",1),{attrs:[].concat(e.class?[["class",e.class]]:[],[["href",e.renderHref(t,r)]],Object.entries(e.renderAttrs(t,r)))})].concat(e.safariReaderFix?[new r.Token("span_open","span",1)]:[],r.tokens[o+1].children,e.safariReaderFix?[new r.Token("span_close","span",-1)]:[],[new r.Token("link_close","a",-1)]);r.tokens[o+1]=Object.assign(new r.Token("inline","",0),{children:i})});Object.assign(sN.defaults,{safariReaderFix:!1});var ay=N3(function(t,e,n,r,o){var i;if(!["visually-hidden","aria-label","aria-describedby","aria-labelledby"].includes(e.style))throw new Error("`permalink.linkAfterHeader` called with unknown style option `"+e.style+"`");if(!["aria-describedby","aria-labelledby"].includes(e.style)&&!e.assistiveText)throw new Error("`permalink.linkAfterHeader` called without the `assistiveText` option in `"+e.style+"` style");if(e.style==="visually-hidden"&&!e.visuallyHiddenClass)throw new Error("`permalink.linkAfterHeader` called without the `visuallyHiddenClass` option in `visually-hidden` style");var s=r.tokens[o+1].children.filter(function(d){return d.type==="text"||d.type==="code_inline"}).reduce(function(d,f){return d+f.content},""),a=[],l=[];if(e.class&&l.push(["class",e.class]),l.push(["href",e.renderHref(t,r)]),l.push.apply(l,Object.entries(e.renderAttrs(t,r))),e.style==="visually-hidden"){if(a.push(Object.assign(new r.Token("span_open","span",1),{attrs:[["class",e.visuallyHiddenClass]]}),Object.assign(new r.Token("text","",0),{content:e.assistiveText(s)}),new r.Token("span_close","span",-1)),e.space){var c=typeof e.space=="string"?e.space:" ";a[Da[e.placement]](Object.assign(new r.Token(typeof e.space=="string"?"html_inline":"text","",0),{content:c}))}a[Da[e.placement]](Object.assign(new r.Token("span_open","span",1),{attrs:[["aria-hidden","true"]]}),Object.assign(new r.Token("html_inline","",0),{content:e.symbol,meta:dc}),new r.Token("span_close","span",-1))}else a.push(Object.assign(new r.Token("html_inline","",0),{content:e.symbol,meta:dc}));e.style==="aria-label"?l.push(["aria-label",e.assistiveText(s)]):["aria-describedby","aria-labelledby"].includes(e.style)&&l.push([e.style,t]);var u=[Object.assign(new r.Token("link_open","a",1),{attrs:l})].concat(a,[new r.Token("link_close","a",-1)]);(i=r.tokens).splice.apply(i,[o+3,0].concat(u)),e.wrapper&&(r.tokens.splice(o,0,Object.assign(new r.Token("html_block","",0),{content:e.wrapper[0]+`
+`);return r};u2.prototype.render=function(t,e,n){var r,o,i,s="",a=this.rules;for(r=0,o=t.length;r\s]/i.test(t)}function Cve(t){return/^<\/a\s*>/i.test(t)}var Ave=function(e){var n,r,o,i,s,a,l,c,u,d,f,T,g,_,Q,m,v=e.tokens,y;if(e.md.options.linkify){for(r=0,o=v.length;r=0;n--){if(a=i[n],a.type==="link_close"){for(n--;i[n].level!==a.level&&i[n].type!=="link_open";)n--;continue}if(a.type==="html_inline"&&(Lve(a.content)&&g>0&&g--,Cve(a.content)&&g++),!(g>0)&&a.type==="text"&&e.md.linkify.test(a.content)){for(u=a.content,y=e.md.linkify.match(u),l=[],T=a.level,f=0,y.length>0&&y[0].index===0&&n>0&&i[n-1].type==="text_special"&&(y=y.slice(1)),c=0;cf&&(s=new e.Token("text","",0),s.content=u.slice(f,d),s.level=T,l.push(s)),s=new e.Token("link_open","a",1),s.attrs=[["href",Q]],s.level=T++,s.markup="linkify",s.info="auto",l.push(s),s=new e.Token("text","",0),s.content=m,s.level=T,l.push(s),s=new e.Token("link_close","a",-1),s.level=--T,s.markup="linkify",s.info="auto",l.push(s),f=y[c].lastIndex);f=0;e--)n=t[e],n.type==="text"&&!r&&(n.content=n.content.replace(Ove,Rve)),n.type==="link_open"&&n.info==="auto"&&r--,n.type==="link_close"&&n.info==="auto"&&r++}function kve(t){var e,n,r=0;for(e=t.length-1;e>=0;e--)n=t[e],n.type==="text"&&!r&&BR.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/mg,"$1—").replace(/(^|\s)--(?=\s|$)/mg,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/mg,"$1–")),n.type==="link_open"&&n.info==="auto"&&r--,n.type==="link_close"&&n.info==="auto"&&r++}var Dve=function(e){var n;if(e.md.options.typographer)for(n=e.tokens.length-1;n>=0;n--)e.tokens[n].type==="inline"&&(wve.test(e.tokens[n].content)&&Nve(e.tokens[n].children),BR.test(e.tokens[n].content)&&kve(e.tokens[n].children))},Hv=Ht.isWhiteSpace,Pv=Ht.isPunctChar,Vv=Ht.isMdAsciiPunct,Ive=/['"]/,$v=/['"]/g,Bv="’";function k4(t,e,n){return t.slice(0,e)+n+t.slice(e+1)}function Hve(t,e){var n,r,o,i,s,a,l,c,u,d,f,T,g,_,Q,m,v,y,b,E,S;for(b=[],n=0;n=0&&!(b[v].level<=l);v--);if(b.length=v+1,r.type==="text"){o=r.content,s=0,a=o.length;e:for(;s=0)u=o.charCodeAt(i.index-1);else for(v=n-1;v>=0&&!(t[v].type==="softbreak"||t[v].type==="hardbreak");v--)if(t[v].content){u=t[v].content.charCodeAt(t[v].content.length-1);break}if(d=32,s =48&&u<=57&&(m=Q=!1),Q&&m&&(Q=f,m=T),!Q&&!m){y&&(r.content=k4(r.content,i.index,Bv));continue}if(m){for(v=b.length-1;v>=0&&(c=b[v],!(b[v].level=0;n--)e.tokens[n].type!=="inline"||!Ive.test(e.tokens[n].content)||Hve(e.tokens[n].children,e)},Vve=function(e){var n,r,o,i,s,a,l=e.tokens;for(n=0,r=l.length;n=0&&(r=this.attrs[n][1]),r};d2.prototype.attrJoin=function(e,n){var r=this.attrIndex(e);r<0?this.attrPush([e,n]):this.attrs[r][1]=this.attrs[r][1]+" "+n};var Lm=d2,$ve=Lm;function FR(t,e,n){this.src=t,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=e}FR.prototype.Token=$ve;var Bve=FR,Fve=Sm,Fd=[["normalize",bve],["block",Eve],["inline",xve],["linkify",Ave],["replacements",Dve],["smartquotes",Pve],["text_join",Vve]];function Cm(){this.ruler=new Fve;for(var t=0;tr||(u=n+1,e.sCount[u]=4||(a=e.bMarks[u]+e.tShift[u],a>=e.eMarks[u])||(E=e.src.charCodeAt(a++),E!==124&&E!==45&&E!==58)||a>=e.eMarks[u]||(S=e.src.charCodeAt(a++),S!==124&&S!==45&&S!==58&&!Ud(S))||E===45&&Ud(S))return!1;for(;a=4||(d=Fv(s),d.length&&d[0]===""&&d.shift(),d.length&&d[d.length-1]===""&&d.pop(),f=d.length,f===0||f!==g.length))return!1;if(o)return!0;for(v=e.parentType,e.parentType="table",b=e.md.block.ruler.getRules("blockquote"),T=e.push("table_open","table",1),T.map=Q=[n,0],T=e.push("thead_open","thead",1),T.map=[n,n+1],T=e.push("tr_open","tr",1),T.map=[n,n+1],l=0;l=4)break;for(d=Fv(s),d.length&&d[0]===""&&d.shift(),d.length&&d[d.length-1]===""&&d.pop(),u===n+2&&(T=e.push("tbody_open","tbody",1),T.map=m=[n+2,0]),T=e.push("tr_open","tr",1),T.map=[u,u+1],l=0;l=4){o++,i=o;continue}break}return e.line=i,s=e.push("code_block","code",0),s.content=e.getLines(n,i,4+e.blkIndent,!1)+`
+`,s.map=[n,e.line],!0},jve=function(e,n,r,o){var i,s,a,l,c,u,d,f=!1,T=e.bMarks[n]+e.tShift[n],g=e.eMarks[n];if(e.sCount[n]-e.blkIndent>=4||T+3>g||(i=e.src.charCodeAt(T),i!==126&&i!==96)||(c=T,T=e.skipChars(T,i),s=T-c,s<3)||(d=e.src.slice(c,T),a=e.src.slice(T,g),i===96&&a.indexOf(String.fromCharCode(i))>=0))return!1;if(o)return!0;for(l=n;l++,!(l>=r||(T=c=e.bMarks[l]+e.tShift[l],g=e.eMarks[l],T=4)&&(T=e.skipChars(T,i),!(T-c=4||e.src.charCodeAt(R)!==62)return!1;if(o)return!0;for(g=[],_=[],v=[],y=[],S=e.md.block.ruler.getRules("blockquote"),m=e.parentType,e.parentType="blockquote",f=n;f=D));f++){if(e.src.charCodeAt(R++)===62&&!w){for(l=e.sCount[f]+1,e.src.charCodeAt(R)===32?(R++,l++,i=!1,b=!0):e.src.charCodeAt(R)===9?(b=!0,(e.bsCount[f]+l)%4===3?(R++,l++,i=!1):i=!0):b=!1,T=l,g.push(e.bMarks[f]),e.bMarks[f]=R;R=D,_.push(e.bsCount[f]),e.bsCount[f]=e.sCount[f]+1+(b?1:0),v.push(e.sCount[f]),e.sCount[f]=T-l,y.push(e.tShift[f]),e.tShift[f]=R-e.bMarks[f];continue}if(u)break;for(E=!1,a=0,c=S.length;a",L.map=d=[n,0],e.md.block.tokenize(e,n,f),L=e.push("blockquote_close","blockquote",-1),L.markup=">",e.lineMax=A,e.parentType=m,d[1]=e.line,a=0;a=4||(i=e.src.charCodeAt(c++),i!==42&&i!==45&&i!==95))return!1;for(s=1;c=i||(n=t.src.charCodeAt(o++),n<48||n>57))return-1;for(;;){if(o>=i)return-1;if(n=t.src.charCodeAt(o++),n>=48&&n<=57){if(o-r>=10)return-1;continue}if(n===41||n===46)break;return-1}return o=4||e.listIndent>=0&&e.sCount[$]-e.listIndent>=4&&e.sCount[$]=e.blkIndent&&(q=!0),(R=Gv(e,$))>=0){if(d=!0,I=e.bMarks[$]+e.tShift[$],m=Number(e.src.slice(I,R-1)),q&&m!==1)return!1}else if((R=Uv(e,$))>=0)d=!1;else return!1;if(q&&e.skipSpaces(R)>=e.eMarks[$])return!1;if(o)return!0;for(Q=e.src.charCodeAt(R-1),_=e.tokens.length,d?(B=e.push("ordered_list_open","ol",1),m!==1&&(B.attrs=[["start",m]])):B=e.push("bullet_list_open","ul",1),B.map=g=[$,0],B.markup=String.fromCharCode(Q),D=!1,P=e.md.block.ruler.getRules("list"),E=e.parentType,e.parentType="list";$=v?c=1:c=y-u,c>4&&(c=1),l=u+c,B=e.push("list_item_open","li",1),B.markup=String.fromCharCode(Q),B.map=f=[$,0],d&&(B.info=e.src.slice(I,R-1)),w=e.tight,L=e.tShift[$],S=e.sCount[$],b=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=l,e.tight=!0,e.tShift[$]=s-e.bMarks[$],e.sCount[$]=y,s>=v&&e.isEmpty($+1)?e.line=Math.min(e.line+2,r):e.md.block.tokenize(e,$,r,!0),(!e.tight||D)&&(G=!1),D=e.line-$>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=b,e.tShift[$]=L,e.sCount[$]=S,e.tight=w,B=e.push("list_item_close","li",-1),B.markup=String.fromCharCode(Q),$=e.line,f[1]=$,$>=r||e.sCount[$]=4)break;for(V=!1,a=0,T=P.length;a=4||e.src.charCodeAt(S)!==91)return!1;for(;++S3)&&!(e.sCount[w]<0)){for(v=!1,u=0,d=y.length;u"u"&&(e.env.references={}),typeof e.env.references[f]>"u"&&(e.env.references[f]={title:b,href:c}),e.parentType=g,e.line=n+E+1),!0)},tye=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","section","source","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],A6={},nye="[a-zA-Z_:][a-zA-Z0-9:._-]*",rye="[^\"'=<>`\\x00-\\x20]+",oye="'[^']*'",iye='"[^"]*"',sye="(?:"+rye+"|"+oye+"|"+iye+")",aye="(?:\\s+"+nye+"(?:\\s*=\\s*"+sye+")?)",GR="<[A-Za-z][A-Za-z0-9\\-]*"+aye+"*\\s*\\/?>",qR="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",lye="|",cye="<[?][\\s\\S]*?[?]>",uye="]*>",dye="",Tye=new RegExp("^(?:"+GR+"|"+qR+"|"+lye+"|"+cye+"|"+uye+"|"+dye+")"),fye=new RegExp("^(?:"+GR+"|"+qR+")");A6.HTML_TAG_RE=Tye;A6.HTML_OPEN_CLOSE_TAG_RE=fye;var pye=tye,hye=A6.HTML_OPEN_CLOSE_TAG_RE,W1=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^?("+pye.join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(hye.source+"\\s*$"),/^$/,!1]],mye=function(e,n,r,o){var i,s,a,l,c=e.bMarks[n]+e.tShift[n],u=e.eMarks[n];if(e.sCount[n]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(c)!==60)return!1;for(l=e.src.slice(c,u),i=0;i=4||(i=e.src.charCodeAt(c),i!==35||c>=u))return!1;for(s=1,i=e.src.charCodeAt(++c);i===35&&c6||cc&&qv(e.src.charCodeAt(a-1))&&(u=a),e.line=n+1,l=e.push("heading_open","h"+String(s),1),l.markup="########".slice(0,s),l.map=[n,e.line],l=e.push("inline","",0),l.content=e.src.slice(c,u).trim(),l.map=[n,e.line],l.children=[],l=e.push("heading_close","h"+String(s),-1),l.markup="########".slice(0,s)),!0)},_ye=function(e,n,r){var o,i,s,a,l,c,u,d,f,T=n+1,g,_=e.md.block.ruler.getRules("paragraph");if(e.sCount[n]-e.blkIndent>=4)return!1;for(g=e.parentType,e.parentType="paragraph";T3)){if(e.sCount[T]>=e.blkIndent&&(c=e.bMarks[T]+e.tShift[T],u=e.eMarks[T],c=u)))){d=f===61?1:2;break}if(!(e.sCount[T]<0)){for(i=!1,s=0,a=_.length;s3)&&!(e.sCount[u]<0)){for(i=!1,s=0,a=d.length;s 0&&this.level++,this.tokens.push(r),r};Zo.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]};Zo.prototype.skipEmptyLines=function(e){for(var n=this.lineMax;en;)if(!w6(this.src.charCodeAt(--e)))return e+1;return e};Zo.prototype.skipChars=function(e,n){for(var r=this.src.length;er;)if(n!==this.src.charCodeAt(--e))return e+1;return e};Zo.prototype.getLines=function(e,n,r,o){var i,s,a,l,c,u,d,f=e;if(e>=n)return"";for(u=new Array(n-e),i=0;fr?u[i]=new Array(s-r+1).join(" ")+this.src.slice(l,c):u[i]=this.src.slice(l,c)}return u.join("")};Zo.prototype.Token=jR;var vye=Zo,yye=Sm,I4=[["table",Gve,["paragraph","reference"]],["code",qve],["fence",jve,["paragraph","reference","blockquote","list"]],["blockquote",Yve,["paragraph","reference","blockquote","list"]],["hr",Kve,["paragraph","reference","blockquote","list"]],["list",Xve,["paragraph","reference","blockquote"]],["reference",eye],["html_block",mye,["paragraph","reference","blockquote"]],["heading",gye,["paragraph","reference","blockquote"]],["lheading",_ye],["paragraph",Qye]];function O6(){this.ruler=new yye;for(var t=0;t=n||t.sCount[l]=u){t.line=n;break}for(i=t.line,o=0;o=t.line)throw new Error("block rule didn't increment state.line");break}if(!r)throw new Error("none of the block rules matched");t.tight=!c,t.isEmpty(t.line-1)&&(c=!0),l=t.line,l0||(r=e.pos,o=e.posMax,r+3>o)||e.src.charCodeAt(r)!==58||e.src.charCodeAt(r+1)!==47||e.src.charCodeAt(r+2)!==47||(i=e.pending.match(Sye),!i)||(s=i[1],a=e.md.linkify.matchAtStart(e.src.slice(r-s.length)),!a)||(l=a.url,l.length<=s.length)||(l=l.replace(/\*+$/,""),c=e.md.normalizeLink(l),!e.md.validateLink(c))?!1:(n||(e.pending=e.pending.slice(0,-s.length),u=e.push("link_open","a",1),u.attrs=[["href",c]],u.markup="linkify",u.info="auto",u=e.push("text","",0),u.content=e.md.normalizeLinkText(l),u=e.push("link_close","a",-1),u.markup="linkify",u.info="auto"),e.pos+=l.length-s.length,!0)},Cye=Ht.isSpace,Aye=function(e,n){var r,o,i,s=e.pos;if(e.src.charCodeAt(s)!==10)return!1;if(r=e.pending.length-1,o=e.posMax,!n)if(r>=0&&e.pending.charCodeAt(r)===32)if(r>=1&&e.pending.charCodeAt(r-1)===32){for(i=r-1;i>=1&&e.pending.charCodeAt(i-1)===32;)i--;e.pending=e.pending.slice(0,i),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(s++;s?@[]^_`{|}~-".split("").forEach(function(t){Am[t.charCodeAt(0)]=1});var Oye=function(e,n){var r,o,i,s,a,l=e.pos,c=e.posMax;if(e.src.charCodeAt(l)!==92||(l++,l>=c))return!1;if(r=e.src.charCodeAt(l),r===10){for(n||e.push("hardbreak","br",0),l++;l=55296&&r<=56319&&l+1=56320&&o<=57343&&(s+=e.src[l+1],l++)),i="\\"+s,n||(a=e.push("text_special","",0),r<256&&Am[r]!==0?a.content=s:a.content=i,a.markup=i,a.info="escape"),e.pos=l+1,!0},Mye=function(e,n){var r,o,i,s,a,l,c,u,d=e.pos,f=e.src.charCodeAt(d);if(f!==96)return!1;for(r=d,d++,o=e.posMax;d=0;n--)r=e[n],!(r.marker!==95&&r.marker!==42)&&r.end!==-1&&(o=e[r.end],a=n>0&&e[n-1].end===r.end+1&&e[n-1].marker===r.marker&&e[n-1].token===r.token-1&&e[r.end+1].token===o.token+1,s=String.fromCharCode(r.marker),i=t.tokens[r.token],i.type=a?"strong_open":"em_open",i.tag=a?"strong":"em",i.nesting=1,i.markup=a?s+s:s,i.content="",i=t.tokens[o.token],i.type=a?"strong_close":"em_close",i.tag=a?"strong":"em",i.nesting=-1,i.markup=a?s+s:s,i.content="",a&&(t.tokens[e[n-1].token].content="",t.tokens[e[r.end+1].token].content="",n--))}R6.postProcess=function(e){var n,r=e.tokens_meta,o=e.tokens_meta.length;for(Yv(e,e.delimiters),n=0;n=_)return!1;if(Q=l,c=e.md.helpers.parseLinkDestination(e.src,l,e.posMax),c.ok){for(f=e.md.normalizeLink(c.str),e.md.validateLink(f)?l=c.pos:f="",Q=l;l<_&&(o=e.src.charCodeAt(l),!(!qd(o)&&o!==10));l++);if(c=e.md.helpers.parseLinkTitle(e.src,l,e.posMax),l<_&&Q!==l&&c.ok)for(T=c.str,l=c.pos;l<_&&(o=e.src.charCodeAt(l),!(!qd(o)&&o!==10));l++);}(l>=_||e.src.charCodeAt(l)!==41)&&(m=!0),l++}if(m){if(typeof e.env.references>"u")return!1;if(l<_&&e.src.charCodeAt(l)===91?(Q=l+1,l=e.md.helpers.parseLinkLabel(e,l),l>=0?i=e.src.slice(Q,l++):l=s+1):l=s+1,i||(i=e.src.slice(a,s)),u=e.env.references[Rye(i)],!u)return e.pos=g,!1;f=u.href,T=u.title}return n||(e.pos=a,e.posMax=s,d=e.push("link_open","a",1),d.attrs=r=[["href",f]],T&&r.push(["title",T]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,d=e.push("link_close","a",-1)),e.pos=l,e.posMax=_,!0},kye=Ht.normalizeReference,jd=Ht.isSpace,Dye=function(e,n){var r,o,i,s,a,l,c,u,d,f,T,g,_,Q="",m=e.pos,v=e.posMax;if(e.src.charCodeAt(e.pos)!==33||e.src.charCodeAt(e.pos+1)!==91||(l=e.pos+2,a=e.md.helpers.parseLinkLabel(e,e.pos+1,!1),a<0))return!1;if(c=a+1,c=v)return!1;for(_=c,d=e.md.helpers.parseLinkDestination(e.src,c,e.posMax),d.ok&&(Q=e.md.normalizeLink(d.str),e.md.validateLink(Q)?c=d.pos:Q=""),_=c;c