diff --git a/assets/petals.ico b/assets/petals.ico new file mode 100644 index 00000000..ecdabed9 Binary files /dev/null and b/assets/petals.ico differ diff --git a/assets/petals.svg b/assets/petals.svg new file mode 100644 index 00000000..6e2ca51c --- /dev/null +++ b/assets/petals.svg @@ -0,0 +1,473 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Openclipart + + + Red Flower + 2011-04-23T06:58:33 + This is the 1st by AK. + https://openclipart.org/detail/133687/red-flower-by-chikiyo + + + chikiyo + + + + + Red Flower + ak student + flower + + + + + + + + + + + diff --git a/assets/ubuntu.ico b/assets/ubuntu.ico index 6d2a4211..7fc8d150 100644 Binary files a/assets/ubuntu.ico and b/assets/ubuntu.ico differ diff --git a/assets/ubuntu.png b/assets/ubuntu.png index f0f14b41..32e5f392 100644 Binary files a/assets/ubuntu.png and b/assets/ubuntu.png differ diff --git a/scripts/wsl/lollms-installer-with-petals.iss b/scripts/wsl/lollms-installer-with-petals.iss index 0b1e238c..5e8e7dc2 100644 --- a/scripts/wsl/lollms-installer-with-petals.iss +++ b/scripts/wsl/lollms-installer-with-petals.iss @@ -48,7 +48,11 @@ Source: "lollms_petals_installer.bat"; DestDir: "{app}"; Flags: ignoreversion Source: "lollms_petals_runner.bat"; DestDir: "{app}"; Flags: ignoreversion Source: "run_script.sh"; DestDir: "{app}"; Flags: ignoreversion Source: "ubuntu.bat"; DestDir: "{app}"; Flags: ignoreversion +Source: "petals_server.bat"; DestDir: "{app}"; Flags: ignoreversion +Source: "petals_server.sh"; DestDir: "{app}"; Flags: ignoreversion Source: "../../assets\logo.ico"; DestDir: "{app}"; Flags: ignoreversion +Source: "../../assets\ubuntu.ico"; DestDir: "{app}"; Flags: ignoreversion +Source: "../../assets\petals.ico"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Registry] @@ -61,7 +65,8 @@ Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes [Icons] Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\logo.ico" Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon; IconFilename: "{app}\logo.ico" -Name: "{autodesktop}\ubuntu.bat"; Filename: "{app}\ubuntu.bat"; Tasks: desktopicon; IconFilename: "{app}\logo.ico" +Name: "{autodesktop}\ubuntu.bat"; Filename: "{app}\ubuntu.bat"; Tasks: desktopicon; IconFilename: "{app}\ubuntu.ico" +Name: "{autodesktop}\petals_server.bat"; Filename: "{app}\petals_server.bat"; Tasks: desktopicon; IconFilename: "{app}\petals.ico" [Run] Filename: "{app}\lollms_petals_installer.bat"; Flags: shellexec diff --git a/scripts/wsl/petals_server.bat b/scripts/wsl/petals_server.bat new file mode 100644 index 00000000..92cf025d --- /dev/null +++ b/scripts/wsl/petals_server.bat @@ -0,0 +1,7 @@ +@echo off + +:: Execute the .sh script +wsl.exe -d Ubuntu-20.04 ./petals_server.sh + +echo Script execution complete! +pause \ No newline at end of file diff --git a/scripts/wsl/petals_server.sh b/scripts/wsl/petals_server.sh new file mode 100644 index 00000000..8a6fdcb3 --- /dev/null +++ b/scripts/wsl/petals_server.sh @@ -0,0 +1,8 @@ +#!/bin/bash +cd ~/lollms-webui +# activate conda environment +source ~/miniconda/etc/profile.d/conda.sh +conda activate ./env + +# Run petals server +python3 -m petals.cli.run_server petals-team/StableBeluga2 diff --git a/web/dist/assets/index-04d2e15d.css b/web/dist/assets/index-9d0cda62.css similarity index 99% rename from web/dist/assets/index-04d2e15d.css rename to web/dist/assets/index-9d0cda62.css index 61b0bb40..c33eb5ff 100644 --- a/web/dist/assets/index-04d2e15d.css +++ b/web/dist/assets/index-9d0cda62.css @@ -5,4 +5,4 @@ Author: (c) Henri Vandersleyen License: see project LICENSE Touched: 2022 -*/.hljs-comment,.hljs-meta{color:#565f89}.hljs-deletion,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-tag,.hljs-template-tag,.hljs-variable.language_{color:#f7768e}.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-type,.hljs-variable{color:#ff9e64}.hljs-attribute,.hljs-built_in{color:#e0af68}.hljs-keyword,.hljs-property,.hljs-subst,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#7dcfff}.hljs-selector-tag{color:#73daca}.hljs-addition,.hljs-bullet,.hljs-quote,.hljs-string,.hljs-symbol{color:#9ece6a}.hljs-code,.hljs-formula,.hljs-section{color:#7aa2f7}.hljs-attr,.hljs-char.escape_,.hljs-keyword,.hljs-name,.hljs-operator{color:#bb9af7}.hljs-punctuation{color:#c0caf5}.hljs{background:#1a1b26;color:#9aa5ce}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hovered{transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transform:scale(1.1)}.active{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;pointer-events:all}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:250px;background-color:#fff;z-index:1000;display:none}.settings-button{cursor:pointer;padding:10px;border:1px solid #ddd;border-radius:5px;color:#333;font-size:14px}.settings-button:hover{background-color:#eee}.settings-button:active{background-color:#ddd}.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}.scrollbar[data-v-c8c43118]{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color);white-space:pre-wrap;overflow-wrap:break-word}.scrollbar[data-v-c8c43118]::-webkit-scrollbar{width:8px}.scrollbar[data-v-c8c43118]::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color)}.scrollbar[data-v-c8c43118]::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:4px}.scrollbar[data-v-c8c43118]::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color)}.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}.selected-choice{background-color:#bde4ff}.list-move[data-v-b7aaf788],.list-enter-active[data-v-b7aaf788],.list-leave-active[data-v-b7aaf788]{transition:all .5s ease}.list-enter-from[data-v-b7aaf788]{transform:translatey(-30px)}.list-leave-to[data-v-b7aaf788]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-b7aaf788]{position:absolute}.bounce-enter-active[data-v-b7aaf788]{animation:bounce-in-b7aaf788 .5s}.bounce-leave-active[data-v-b7aaf788]{animation:bounce-in-b7aaf788 .5s reverse}@keyframes bounce-in-b7aaf788{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.bg-primary-light[data-v-b7aaf788]{background-color:#0ff}.hover[data-v-b7aaf788]:bg-primary-light:hover{background-color:#7fffd4}.font-bold[data-v-b7aaf788]{font-weight:700}.collapsible-section{cursor:pointer;margin-bottom:10px;font-weight:700}.collapsible-section:hover{color:#1a202c}.collapsible-section .toggle-icon{margin-right:.25rem}.collapsible-section .toggle-icon i{color:#4a5568}.collapsible-section .toggle-icon i:hover{color:#1a202c}.json-viewer{max-height:300px;max-width:700px;flex:auto;overflow-y:auto;padding:10px;background-color:#f1f1f1;border:1px solid #ccc;border-radius:4px}.json-viewer .toggle-icon{cursor:pointer;margin-right:.25rem}.json-viewer .toggle-icon i{color:#4a5568}.json-viewer .toggle-icon i:hover{color:#1a202c}.expand-button{margin-left:10px;margin-right:10px;background:none;border:none;padding:0;cursor:pointer}.htmljs{background:none}.bounce-enter-active[data-v-6ab9e66e]{animation:bounce-in-6ab9e66e .5s}.bounce-leave-active[data-v-6ab9e66e]{animation:bounce-in-6ab9e66e .5s reverse}@keyframes bounce-in-6ab9e66e{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.custom-scrollbar[data-v-52cfa09c]::-webkit-scrollbar{width:8px}.custom-scrollbar[data-v-52cfa09c]::-webkit-scrollbar-track{background-color:#f1f1f1}.custom-scrollbar[data-v-52cfa09c]::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.custom-scrollbar[data-v-52cfa09c]::-webkit-scrollbar-thumb:hover{background-color:#555}.menu[data-v-52cfa09c]{display:flex;flex-direction:column;align-items:center}.commands-menu-items-wrapper[data-v-52cfa09c]{position:relative;display:flex;flex-direction:column;align-items:center}.commands-menu-items-wrapper>#commands-menu-items[data-v-52cfa09c]{top:calc(-100% - 2rem)}.list-move[data-v-21d74680],.list-enter-active[data-v-21d74680],.list-leave-active[data-v-21d74680]{transition:all .5s ease}.list-enter-from[data-v-21d74680]{transform:translatey(-30px)}.list-leave-to[data-v-21d74680]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-21d74680]{position:absolute}.list-move,.list-enter-active,.list-leave-active{transition:all .5s ease}.list-enter-from,.list-leave-to{opacity:0}.list-leave-active{position:absolute}.slide-right-enter-active[data-v-02ad3264],.slide-right-leave-active[data-v-02ad3264]{transition:transform .3s ease}.slide-right-enter[data-v-02ad3264],.slide-right-leave-to[data-v-02ad3264]{transform:translate(-100%)}.fade-and-fly-enter-active[data-v-02ad3264]{animation:fade-and-fly-enter-02ad3264 .5s ease}.fade-and-fly-leave-active[data-v-02ad3264]{animation:fade-and-fly-leave-02ad3264 .5s ease}@keyframes fade-and-fly-enter-02ad3264{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fade-and-fly-leave-02ad3264{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(1.2)}}.list-move[data-v-02ad3264],.list-enter-active[data-v-02ad3264],.list-leave-active[data-v-02ad3264]{transition:all .5s ease}.list-enter-from[data-v-02ad3264]{transform:translatey(-30px)}.list-leave-to[data-v-02ad3264]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-02ad3264]{position:absolute}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:PTSans,Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal}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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;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-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[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}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]{display:none}[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 xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;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:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[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")}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[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;-webkit-margin-start:-1rem;margin-inline-start:-1rem;-webkit-margin-end: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:white;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}.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}*{scrollbar-color:initial;scrollbar-width:initial}html{scroll-behavior:smooth}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular-7277cfb8.ttf) format("truetype")}@font-face{font-family:PTSans;src:url(/assets/PTSans-Regular-23b91352.ttf) format("truetype")}*,: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-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: }::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-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: }.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}.pointer-events-none{pointer-events:none}.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-0{inset:0px}.inset-y-0{top:0px;bottom:0px}.-bottom-1{bottom:-.25rem}.-bottom-1\.5{bottom:-.375rem}.-bottom-2{bottom:-.5rem}.-bottom-4{bottom:-1rem}.-left-1{left:-.25rem}.-left-1\.5{left:-.375rem}.-right-0{right:-0px}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.bottom-0{bottom:0px}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-2\.5{bottom:.625rem}.bottom-5{bottom:1.25rem}.bottom-\[60px\]{bottom:60px}.left-0{left:0px}.left-1\/2{left:50%}.left-7{left:1.75rem}.right-0{right:0px}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.top-0{top:0px}.top-1\/2{top:50%}.top-3{top:.75rem}.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}.-m-1{margin:-.25rem}.-m-2{margin:-.5rem}.-m-4{margin:-1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.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}.-mb-px{margin-bottom:-1px}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.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-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}.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}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.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-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-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-auto{height:auto}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-modal{height:calc(100% - 2rem)}.h-px{height:1px}.h-screen{height:100vh}.max-h-6{max-height:1.5rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-full{min-height:100%}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-4\/6{width:66.666667%}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.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-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-\[23rem\]{min-width:23rem}.min-w-\[24rem\]{min-width:24rem}.min-w-\[300px\]{min-width:300px}.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-\[23rem\]{max-width:23rem}.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-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}.-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-0{--tw-translate-y: -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-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-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-75{--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))}.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))}.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 spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,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))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.-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-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))}.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-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))}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-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-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.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}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-x-0{border-left-width:0px;border-right-width:0px}.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-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-bg-dark{--tw-border-opacity: 1;border-color:rgb(19 46 89 / 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{--tw-border-opacity: 1;border-color:rgb(14 142 240 / var(--tw-border-opacity))}.border-primary-light{--tw-border-opacity: 1;border-color:rgb(61 171 255 / var(--tw-border-opacity))}.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-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{--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-opacity))}.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))}.bg-accent{--tw-bg-opacity: 1;background-color:rgb(240 112 14 / var(--tw-bg-opacity))}.bg-bg-dark-tone-panel{--tw-bg-opacity: 1;background-color:rgb(67 103 163 / var(--tw-bg-opacity))}.bg-bg-light{--tw-bg-opacity: 1;background-color:rgb(226 237 255 / var(--tw-bg-opacity))}.bg-bg-light-discussion{--tw-bg-opacity: 1;background-color:rgb(197 216 248 / var(--tw-bg-opacity))}.bg-bg-light-tone{--tw-bg-opacity: 1;background-color:rgb(185 210 247 / var(--tw-bg-opacity))}.bg-bg-light-tone-panel{--tw-bg-opacity: 1;background-color:rgb(143 181 239 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.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-300{--tw-bg-opacity: 1;background-color:rgb(164 202 254 / 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-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-300{--tw-bg-opacity: 1;background-color:rgb(132 225 188 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(49 196 141 / 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{--tw-bg-opacity: 1;background-color:rgb(14 142 240 / var(--tw-bg-opacity))}.bg-primary-light{--tw-bg-opacity: 1;background-color:rgb(61 171 255 / var(--tw-bg-opacity))}.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-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{--tw-bg-opacity: 1;background-color:rgb(15 217 116 / var(--tw-bg-opacity))}.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-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-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: #e2edff var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(226 237 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-bg-light-tone{--tw-gradient-from: #b9d2f7 var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(185 210 247 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(49 196 141 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(14 159 110 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(144 97 249 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(126 220 226 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(6 148 162 / 0) var(--tw-gradient-from-position);--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-via-position: ;--tw-gradient-to: rgb(226 237 255 / 0) var(--tw-gradient-to-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), #e2edff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-600{--tw-gradient-via-position: ;--tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(5 122 85 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(4 116 129 / 0) var(--tw-gradient-to-position);--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);--tw-gradient-to-position: }.to-blue-600{--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-blue-700{--tw-gradient-to: #1A56DB var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-cyan-700{--tw-gradient-to: #0e7490 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-green-700{--tw-gradient-to: #046C4E var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-lime-200{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-lime-300{--tw-gradient-to: #bef264 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-lime-700{--tw-gradient-to: #4d7c0f var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-orange-400{--tw-gradient-to: #FF8A4C var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-pink-500{--tw-gradient-to: #E74694 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-pink-700{--tw-gradient-to: #BF125D var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-purple-700{--tw-gradient-to: #6C2BD9 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-red-700{--tw-gradient-to: #C81E1E var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-teal-700{--tw-gradient-to: #036672 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-yellow-200{--tw-gradient-to: #FCE96A var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-100\%{--tw-gradient-to-position: 100%}.fill-blue-600{fill:#1c64f2}.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:#0fd974}.fill-white{fill:#fff}.fill-yellow-400{fill:#e3a008}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.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-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}.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}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-sans{font-family:PTSans,Roboto,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;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}.leading-6{line-height:1.5rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.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-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-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-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-200{--tw-text-opacity: 1;color:rgb(251 213 213 / 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{--tw-text-opacity: 1;color:rgb(15 217 116 / var(--tw-text-opacity))}.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-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-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}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-80{opacity:.8}.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-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-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}.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-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))}.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-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)}.grayscale-0{--tw-grayscale: grayscale(0);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)}.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)}.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-500{transition-duration:.5s}.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)}.scrollbar{scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.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:auto}.scrollbar::-webkit-scrollbar{display:block;width:var(--scrollbar-width, 16px);height:var(--scrollbar-height, 16px)}.scrollbar-thin{scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.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-thin::-webkit-scrollbar{display:block;width:8px;height:8px}.scrollbar-track-bg-light{--scrollbar-track: #e2edff !important}.scrollbar-track-bg-light-tone{--scrollbar-track: #b9d2f7 !important}.scrollbar-thumb-bg-light-tone{--scrollbar-thumb: #b9d2f7 !important}.scrollbar-thumb-bg-light-tone-panel{--scrollbar-thumb: #8fb5ef !important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.display-none{display:none}h1{font-size:36px;font-weight:700}h2{font-size:24px;font-weight:700}h3{font-size:18px;font-weight:700}h4{font-size:18px;font-style:italic}ul{list-style-type:disc;margin-left:5px}ol{list-style-type:decimal}.odd\:bg-bg-light-tone:nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(185 210 247 / var(--tw-bg-opacity))}.even\:bg-bg-light-discussion-odd:nth-child(even){--tw-bg-opacity: 1;background-color:rgb(214 231 255 / var(--tw-bg-opacity))}.even\:bg-bg-light-tone-panel:nth-child(even){--tw-bg-opacity: 1;background-color:rgb(143 181 239 / var(--tw-bg-opacity))}.group\/avatar:hover .group-hover\/avatar\:visible,.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:border-secondary{--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-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-from-position: ;--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(49 196 141 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(144 97 249 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(126 220 226 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:via-red-300{--tw-gradient-via-position: ;--tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);--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);--tw-gradient-to-position: }.group:hover .group-hover\:to-blue-600{--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position);--tw-gradient-to-position: }.group:hover .group-hover\:to-lime-300{--tw-gradient-to: #bef264 var(--tw-gradient-to-position);--tw-gradient-to-position: }.group:hover .group-hover\:to-orange-400{--tw-gradient-to: #FF8A4C var(--tw-gradient-to-position);--tw-gradient-to-position: }.group:hover .group-hover\:to-pink-500{--tw-gradient-to: #E74694 var(--tw-gradient-to-position);--tw-gradient-to-position: }.group:hover .group-hover\:to-yellow-200{--tw-gradient-to: #FCE96A var(--tw-gradient-to-position);--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\/avatar:hover .group-hover\/avatar\: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\:text-primary{--tw-text-opacity: 1;color:rgb(14 142 240 / var(--tw-text-opacity))}.hover\:z-10:hover{z-index:10}.hover\:z-20:hover{z-index:20}.hover\:h-8:hover{height:2rem}.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-95:hover{--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))}.hover\:border-2:hover{border-width:2px}.hover\:border-solid:hover{border-style:solid}.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-primary:hover{--tw-border-opacity: 1;border-color:rgb(14 142 240 / var(--tw-border-opacity))}.hover\:border-primary-light:hover{--tw-border-opacity: 1;border-color:rgb(61 171 255 / var(--tw-border-opacity))}.hover\:border-secondary:hover{--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-opacity))}.hover\:bg-bg-light-tone:hover{--tw-bg-opacity: 1;background-color:rgb(185 210 247 / var(--tw-bg-opacity))}.hover\:bg-bg-light-tone-panel:hover{--tw-bg-opacity: 1;background-color:rgb(143 181 239 / var(--tw-bg-opacity))}.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-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-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-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{--tw-bg-opacity: 1;background-color:rgb(14 142 240 / var(--tw-bg-opacity))}.hover\:bg-primary-light:hover{--tw-bg-opacity: 1;background-color:rgb(61 171 255 / var(--tw-bg-opacity))}.hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgb(85 33 181 / 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-600:hover{--tw-bg-opacity: 1;background-color:rgb(224 36 36 / 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\:from-teal-200:hover{--tw-gradient-from: #AFECEF var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-lime-200:hover{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position);--tw-gradient-to-position: }.hover\:fill-primary:hover{fill:#0e8ef0}.hover\:text-blue-400:hover{--tw-text-opacity: 1;color:rgb(118 169 250 / 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-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-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(14 142 240 / 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-secondary:hover{--tw-text-opacity: 1;color:rgb(15 217 116 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.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\:scrollbar-thumb-primary{--scrollbar-thumb-hover: #0e8ef0 !important}.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{--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-opacity))}.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-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-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-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-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-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-secondary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 217 116 / var(--tw-ring-opacity))}.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))}.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: #0fd974 !important}:is(.dark .dark\:divide-gray-700)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity))}:is(.dark .dark\:border-bg-light){--tw-border-opacity: 1;border-color:rgb(226 237 255 / var(--tw-border-opacity))}:is(.dark .dark\:border-blue-500){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-500){--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-600){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-700){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-800){--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-900){--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}:is(.dark .dark\:border-green-500){--tw-border-opacity: 1;border-color:rgb(14 159 110 / var(--tw-border-opacity))}:is(.dark .dark\:border-pink-400){--tw-border-opacity: 1;border-color:rgb(241 126 184 / var(--tw-border-opacity))}:is(.dark .dark\:border-pink-500){--tw-border-opacity: 1;border-color:rgb(231 70 148 / var(--tw-border-opacity))}:is(.dark .dark\:border-purple-400){--tw-border-opacity: 1;border-color:rgb(172 148 250 / var(--tw-border-opacity))}:is(.dark .dark\:border-purple-500){--tw-border-opacity: 1;border-color:rgb(144 97 249 / var(--tw-border-opacity))}:is(.dark .dark\:border-red-500){--tw-border-opacity: 1;border-color:rgb(240 82 82 / var(--tw-border-opacity))}:is(.dark .dark\:border-transparent){border-color:transparent}:is(.dark .dark\:border-yellow-300){--tw-border-opacity: 1;border-color:rgb(250 202 21 / var(--tw-border-opacity))}:is(.dark .dark\:bg-bg-dark){--tw-bg-opacity: 1;background-color:rgb(19 46 89 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-bg-dark-discussion){--tw-bg-opacity: 1;background-color:rgb(67 94 138 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-bg-dark-tone){--tw-bg-opacity: 1;background-color:rgb(37 71 125 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-bg-dark-tone-panel){--tw-bg-opacity: 1;background-color:rgb(67 103 163 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-black){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-200){--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-500){--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-600){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-700){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-900){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-300){--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-400){--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-500){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-600){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-700){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800\/30){background-color:#1f29374d}:is(.dark .dark\:bg-gray-800\/50){background-color:#1f293780}:is(.dark .dark\:bg-gray-900){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-200){--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-500){--tw-bg-opacity: 1;background-color:rgb(14 159 110 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-600){--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-800){--tw-bg-opacity: 1;background-color:rgb(3 84 63 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-indigo-200){--tw-bg-opacity: 1;background-color:rgb(205 219 254 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-indigo-500){--tw-bg-opacity: 1;background-color:rgb(104 117 245 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-orange-700){--tw-bg-opacity: 1;background-color:rgb(180 52 3 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-pink-200){--tw-bg-opacity: 1;background-color:rgb(250 209 232 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-pink-600){--tw-bg-opacity: 1;background-color:rgb(214 31 105 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-200){--tw-bg-opacity: 1;background-color:rgb(220 215 254 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-500){--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-600){--tw-bg-opacity: 1;background-color:rgb(126 58 242 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-200){--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-500){--tw-bg-opacity: 1;background-color:rgb(240 82 82 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-600){--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-800){--tw-bg-opacity: 1;background-color:rgb(155 28 28 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-yellow-200){--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-opacity-70){--tw-bg-opacity: .7}:is(.dark .dark\:bg-opacity-80){--tw-bg-opacity: .8}:is(.dark .dark\:from-bg-dark){--tw-gradient-from: #132e59 var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(19 46 89 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}:is(.dark .dark\:from-bg-dark-tone){--tw-gradient-from: #25477d var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(37 71 125 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}:is(.dark .dark\:via-bg-dark){--tw-gradient-via-position: ;--tw-gradient-to: rgb(19 46 89 / 0) var(--tw-gradient-to-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), #132e59 var(--tw-gradient-via-position), var(--tw-gradient-to)}:is(.dark .dark\:fill-gray-300){fill:#d1d5db}:is(.dark .dark\:fill-white){fill:#fff}:is(.dark .dark\:text-blue-200){--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}:is(.dark .dark\:text-blue-500){--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}:is(.dark .dark\:text-blue-800){--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-200){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-300){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-500){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-600){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-800){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-200){--tw-text-opacity: 1;color:rgb(188 240 218 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-500){--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-800){--tw-text-opacity: 1;color:rgb(3 84 63 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-900){--tw-text-opacity: 1;color:rgb(1 71 55 / var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-500){--tw-text-opacity: 1;color:rgb(104 117 245 / var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-900){--tw-text-opacity: 1;color:rgb(54 47 120 / var(--tw-text-opacity))}:is(.dark .dark\:text-orange-200){--tw-text-opacity: 1;color:rgb(252 217 189 / var(--tw-text-opacity))}:is(.dark .dark\:text-pink-400){--tw-text-opacity: 1;color:rgb(241 126 184 / var(--tw-text-opacity))}:is(.dark .dark\:text-pink-500){--tw-text-opacity: 1;color:rgb(231 70 148 / var(--tw-text-opacity))}:is(.dark .dark\:text-pink-900){--tw-text-opacity: 1;color:rgb(117 26 61 / var(--tw-text-opacity))}:is(.dark .dark\:text-purple-400){--tw-text-opacity: 1;color:rgb(172 148 250 / var(--tw-text-opacity))}:is(.dark .dark\:text-purple-500){--tw-text-opacity: 1;color:rgb(144 97 249 / var(--tw-text-opacity))}:is(.dark .dark\:text-purple-900){--tw-text-opacity: 1;color:rgb(74 29 150 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-200){--tw-text-opacity: 1;color:rgb(251 213 213 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-500){--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-800){--tw-text-opacity: 1;color:rgb(155 28 28 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-900){--tw-text-opacity: 1;color:rgb(119 29 29 / var(--tw-text-opacity))}:is(.dark .dark\:text-slate-50){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-300){--tw-text-opacity: 1;color:rgb(250 202 21 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-500){--tw-text-opacity: 1;color:rgb(194 120 3 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-800){--tw-text-opacity: 1;color:rgb(114 59 19 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-900){--tw-text-opacity: 1;color:rgb(99 49 18 / var(--tw-text-opacity))}:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}:is(.dark .dark\:placeholder-gray-400)::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}:is(.dark .dark\: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)}:is(.dark .dark\:shadow-blue-800\/80){--tw-shadow-color: rgb(30 66 159 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-cyan-800\/80){--tw-shadow-color: rgb(21 94 117 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-green-800\/80){--tw-shadow-color: rgb(3 84 63 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-lime-800\/80){--tw-shadow-color: rgb(63 98 18 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-pink-800\/80){--tw-shadow-color: rgb(153 21 75 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-purple-800\/80){--tw-shadow-color: rgb(85 33 181 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-red-800\/80){--tw-shadow-color: rgb(155 28 28 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-teal-800\/80){--tw-shadow-color: rgb(5 80 92 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:ring-gray-500){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}:is(.dark .dark\:ring-offset-gray-700){--tw-ring-offset-color: #374151}:is(.dark .dark\:ring-offset-gray-800){--tw-ring-offset-color: #1F2937}:is(.dark .dark\:scrollbar-track-bg-dark){--scrollbar-track: #132e59 !important}:is(.dark .dark\:scrollbar-track-bg-dark-tone){--scrollbar-track: #25477d !important}:is(.dark .dark\:scrollbar-thumb-bg-dark-tone){--scrollbar-thumb: #25477d !important}:is(.dark .dark\:scrollbar-thumb-bg-dark-tone-panel){--scrollbar-thumb: #4367a3 !important}:is(.dark .odd\:dark\:bg-bg-dark-tone):nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(37 71 125 / var(--tw-bg-opacity))}:is(.dark .dark\:even\:bg-bg-dark-discussion-odd:nth-child(even)){--tw-bg-opacity: 1;background-color:rgb(40 68 113 / var(--tw-bg-opacity))}:is(.dark .dark\:even\:bg-bg-dark-tone-panel:nth-child(even)){--tw-bg-opacity: 1;background-color:rgb(67 103 163 / var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-gray-800\/60){background-color:#1f293799}:is(.dark .group:hover .dark\:group-hover\:text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(.dark .group:focus .dark\:group-focus\:ring-gray-800\/70){--tw-ring-color: rgb(31 41 55 / .7)}:is(.dark .dark\:hover\:border-gray-600:hover){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}:is(.dark .dark\:hover\:border-primary:hover){--tw-border-opacity: 1;border-color:rgb(14 142 240 / var(--tw-border-opacity))}:is(.dark .dark\:hover\:bg-bg-dark-tone:hover){--tw-bg-opacity: 1;background-color:rgb(37 71 125 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-blue-300:hover){--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-blue-600:hover){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-blue-700:hover){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-600:hover){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-700:hover){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-800:hover){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-green-300:hover){--tw-bg-opacity: 1;background-color:rgb(132 225 188 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-green-600:hover){--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-green-700:hover){--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-pink-500:hover){--tw-bg-opacity: 1;background-color:rgb(231 70 148 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-pink-700:hover){--tw-bg-opacity: 1;background-color:rgb(191 18 93 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-primary:hover){--tw-bg-opacity: 1;background-color:rgb(14 142 240 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-purple-500:hover){--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-purple-700:hover){--tw-bg-opacity: 1;background-color:rgb(108 43 217 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-red-300:hover){--tw-bg-opacity: 1;background-color:rgb(248 180 180 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-red-600:hover){--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-red-700:hover){--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-yellow-300:hover){--tw-bg-opacity: 1;background-color:rgb(250 202 21 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-yellow-400:hover){--tw-bg-opacity: 1;background-color:rgb(227 160 8 / var(--tw-bg-opacity))}:is(.dark .hover\:dark\:bg-bg-dark-tone):hover{--tw-bg-opacity: 1;background-color:rgb(37 71 125 / var(--tw-bg-opacity))}:is(.dark .hover\:dark\:bg-bg-dark-tone-panel):hover{--tw-bg-opacity: 1;background-color:rgb(67 103 163 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:fill-primary:hover){fill:#0e8ef0}:is(.dark .dark\:hover\:text-blue-500:hover){--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-300:hover){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-900:hover){--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-white:hover){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:scrollbar-thumb-primary){--scrollbar-thumb-hover: #0e8ef0 !important}:is(.dark .dark\:focus\:border-blue-500:focus){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-secondary:focus){--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-opacity))}:is(.dark .dark\:focus\:text-white:focus){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(.dark .dark\:focus\:ring-blue-500:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-blue-600:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-blue-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-cyan-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-500:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-600:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-700:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-green-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-lime-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-pink-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(153 21 75 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-pink-900:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(117 26 61 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-purple-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(85 33 181 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-purple-900:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(74 29 150 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-400:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(155 28 28 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-900:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(119 29 29 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-secondary:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(15 217 116 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-teal-700:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 102 114 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-teal-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(5 80 92 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-yellow-900:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(99 49 18 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-offset-gray-700:focus){--tw-ring-offset-color: #374151}@media (min-width: 640px){.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\:flex-row{flex-direction:row}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:text-center{text-align:center}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width: 768px){.md\:inset-0{inset:0px}.md\:order-2{order:2}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.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\/4{width:25%}.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\:flex-row{flex-direction:row}.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-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\: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-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))}:is(.dark .md\:dark\:bg-gray-900){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}:is(.dark .md\:dark\:hover\:bg-transparent:hover){background-color:transparent}:is(.dark .md\:dark\:hover\:text-white:hover){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}}@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}} +*/.hljs-comment,.hljs-meta{color:#565f89}.hljs-deletion,.hljs-doctag,.hljs-regexp,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-tag,.hljs-template-tag,.hljs-variable.language_{color:#f7768e}.hljs-link,.hljs-literal,.hljs-number,.hljs-params,.hljs-template-variable,.hljs-type,.hljs-variable{color:#ff9e64}.hljs-attribute,.hljs-built_in{color:#e0af68}.hljs-keyword,.hljs-property,.hljs-subst,.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#7dcfff}.hljs-selector-tag{color:#73daca}.hljs-addition,.hljs-bullet,.hljs-quote,.hljs-string,.hljs-symbol{color:#9ece6a}.hljs-code,.hljs-formula,.hljs-section{color:#7aa2f7}.hljs-attr,.hljs-char.escape_,.hljs-keyword,.hljs-name,.hljs-operator{color:#bb9af7}.hljs-punctuation{color:#c0caf5}.hljs{background:#1a1b26;color:#9aa5ce}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hovered{transition:transform .3s cubic-bezier(.175,.885,.32,1.275);transform:scale(1.1)}.active{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;pointer-events:all}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:250px;background-color:#fff;z-index:1000;display:none}.settings-button{cursor:pointer;padding:10px;border:1px solid #ddd;border-radius:5px;color:#333;font-size:14px}.settings-button:hover{background-color:#eee}.settings-button:active{background-color:#ddd}.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}.scrollbar[data-v-c8c43118]{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color);white-space:pre-wrap;overflow-wrap:break-word}.scrollbar[data-v-c8c43118]::-webkit-scrollbar{width:8px}.scrollbar[data-v-c8c43118]::-webkit-scrollbar-track{background-color:var(--scrollbar-track-color)}.scrollbar[data-v-c8c43118]::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-color);border-radius:4px}.scrollbar[data-v-c8c43118]::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover-color)}.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}.selected-choice{background-color:#bde4ff}.list-move[data-v-3eed25d8],.list-enter-active[data-v-3eed25d8],.list-leave-active[data-v-3eed25d8]{transition:all .5s ease}.list-enter-from[data-v-3eed25d8]{transform:translatey(-30px)}.list-leave-to[data-v-3eed25d8]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-3eed25d8]{position:absolute}.bounce-enter-active[data-v-3eed25d8]{animation:bounce-in-3eed25d8 .5s}.bounce-leave-active[data-v-3eed25d8]{animation:bounce-in-3eed25d8 .5s reverse}@keyframes bounce-in-3eed25d8{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.bg-primary-light[data-v-3eed25d8]{background-color:#0ff}.hover[data-v-3eed25d8]:bg-primary-light:hover{background-color:#7fffd4}.font-bold[data-v-3eed25d8]{font-weight:700}.collapsible-section{cursor:pointer;margin-bottom:10px;font-weight:700}.collapsible-section:hover{color:#1a202c}.collapsible-section .toggle-icon{margin-right:.25rem}.collapsible-section .toggle-icon i{color:#4a5568}.collapsible-section .toggle-icon i:hover{color:#1a202c}.json-viewer{max-height:300px;max-width:700px;flex:auto;overflow-y:auto;padding:10px;background-color:#f1f1f1;border:1px solid #ccc;border-radius:4px}.json-viewer .toggle-icon{cursor:pointer;margin-right:.25rem}.json-viewer .toggle-icon i{color:#4a5568}.json-viewer .toggle-icon i:hover{color:#1a202c}.expand-button{margin-left:10px;margin-right:10px;background:none;border:none;padding:0;cursor:pointer}.htmljs{background:none}.bounce-enter-active[data-v-6ab9e66e]{animation:bounce-in-6ab9e66e .5s}.bounce-leave-active[data-v-6ab9e66e]{animation:bounce-in-6ab9e66e .5s reverse}@keyframes bounce-in-6ab9e66e{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}.custom-scrollbar[data-v-52cfa09c]::-webkit-scrollbar{width:8px}.custom-scrollbar[data-v-52cfa09c]::-webkit-scrollbar-track{background-color:#f1f1f1}.custom-scrollbar[data-v-52cfa09c]::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.custom-scrollbar[data-v-52cfa09c]::-webkit-scrollbar-thumb:hover{background-color:#555}.menu[data-v-52cfa09c]{display:flex;flex-direction:column;align-items:center}.commands-menu-items-wrapper[data-v-52cfa09c]{position:relative;display:flex;flex-direction:column;align-items:center}.commands-menu-items-wrapper>#commands-menu-items[data-v-52cfa09c]{top:calc(-100% - 2rem)}.list-move[data-v-21d74680],.list-enter-active[data-v-21d74680],.list-leave-active[data-v-21d74680]{transition:all .5s ease}.list-enter-from[data-v-21d74680]{transform:translatey(-30px)}.list-leave-to[data-v-21d74680]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-21d74680]{position:absolute}.list-move,.list-enter-active,.list-leave-active{transition:all .5s ease}.list-enter-from,.list-leave-to{opacity:0}.list-leave-active{position:absolute}.slide-right-enter-active[data-v-02ad3264],.slide-right-leave-active[data-v-02ad3264]{transition:transform .3s ease}.slide-right-enter[data-v-02ad3264],.slide-right-leave-to[data-v-02ad3264]{transform:translate(-100%)}.fade-and-fly-enter-active[data-v-02ad3264]{animation:fade-and-fly-enter-02ad3264 .5s ease}.fade-and-fly-leave-active[data-v-02ad3264]{animation:fade-and-fly-leave-02ad3264 .5s ease}@keyframes fade-and-fly-enter-02ad3264{0%{opacity:0;transform:translateY(20px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fade-and-fly-leave-02ad3264{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(1.2)}}.list-move[data-v-02ad3264],.list-enter-active[data-v-02ad3264],.list-leave-active[data-v-02ad3264]{transition:all .5s ease}.list-enter-from[data-v-02ad3264]{transform:translatey(-30px)}.list-leave-to[data-v-02ad3264]{opacity:0;transform:translatey(30px)}.list-leave-active[data-v-02ad3264]{position:absolute}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:PTSans,Roboto,sans-serif;font-feature-settings:normal;font-variation-settings:normal}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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;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-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[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}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]{display:none}[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 xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;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:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[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")}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[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;-webkit-margin-start:-1rem;margin-inline-start:-1rem;-webkit-margin-end: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:white;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}.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}*{scrollbar-color:initial;scrollbar-width:initial}html{scroll-behavior:smooth}@font-face{font-family:Roboto;src:url(/assets/Roboto-Regular-7277cfb8.ttf) format("truetype")}@font-face{font-family:PTSans;src:url(/assets/PTSans-Regular-23b91352.ttf) format("truetype")}*,: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-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: }::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-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: }.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}.pointer-events-none{pointer-events:none}.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-0{inset:0px}.inset-y-0{top:0px;bottom:0px}.-bottom-1{bottom:-.25rem}.-bottom-1\.5{bottom:-.375rem}.-bottom-2{bottom:-.5rem}.-bottom-4{bottom:-1rem}.-left-1{left:-.25rem}.-left-1\.5{left:-.375rem}.-right-0{right:-0px}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-top-1{top:-.25rem}.-top-1\.5{top:-.375rem}.bottom-0{bottom:0px}.bottom-16{bottom:4rem}.bottom-2{bottom:.5rem}.bottom-2\.5{bottom:.625rem}.bottom-5{bottom:1.25rem}.bottom-\[60px\]{bottom:60px}.left-0{left:0px}.left-1\/2{left:50%}.left-7{left:1.75rem}.right-0{right:0px}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.top-0{top:0px}.top-1\/2{top:50%}.top-3{top:.75rem}.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}.-m-1{margin:-.25rem}.-m-2{margin:-.5rem}.-m-4{margin:-1rem}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.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}.-mb-px{margin-bottom:-1px}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-28{margin-bottom:7rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-10{margin-left:2.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.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-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}.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}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.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-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-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-auto{height:auto}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-modal{height:calc(100% - 2rem)}.h-px{height:1px}.h-screen{height:100vh}.max-h-6{max-height:1.5rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-full{min-height:100%}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-4\/6{width:66.666667%}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.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-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-\[23rem\]{min-width:23rem}.min-w-\[24rem\]{min-width:24rem}.min-w-\[300px\]{min-width:300px}.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-\[23rem\]{max-width:23rem}.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-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}.-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-0{--tw-translate-y: -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-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-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-75{--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))}.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))}.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 spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,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))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.-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-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))}.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-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))}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-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-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.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}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-x-0{border-left-width:0px;border-right-width:0px}.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-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-bg-dark{--tw-border-opacity: 1;border-color:rgb(19 46 89 / 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{--tw-border-opacity: 1;border-color:rgb(14 142 240 / var(--tw-border-opacity))}.border-primary-light{--tw-border-opacity: 1;border-color:rgb(61 171 255 / var(--tw-border-opacity))}.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-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{--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-opacity))}.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))}.bg-accent{--tw-bg-opacity: 1;background-color:rgb(240 112 14 / var(--tw-bg-opacity))}.bg-bg-dark-tone-panel{--tw-bg-opacity: 1;background-color:rgb(67 103 163 / var(--tw-bg-opacity))}.bg-bg-light{--tw-bg-opacity: 1;background-color:rgb(226 237 255 / var(--tw-bg-opacity))}.bg-bg-light-discussion{--tw-bg-opacity: 1;background-color:rgb(197 216 248 / var(--tw-bg-opacity))}.bg-bg-light-tone{--tw-bg-opacity: 1;background-color:rgb(185 210 247 / var(--tw-bg-opacity))}.bg-bg-light-tone-panel{--tw-bg-opacity: 1;background-color:rgb(143 181 239 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.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-300{--tw-bg-opacity: 1;background-color:rgb(164 202 254 / 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-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-300{--tw-bg-opacity: 1;background-color:rgb(132 225 188 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(49 196 141 / 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{--tw-bg-opacity: 1;background-color:rgb(14 142 240 / var(--tw-bg-opacity))}.bg-primary-light{--tw-bg-opacity: 1;background-color:rgb(61 171 255 / var(--tw-bg-opacity))}.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-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{--tw-bg-opacity: 1;background-color:rgb(15 217 116 / var(--tw-bg-opacity))}.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-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-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: #e2edff var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(226 237 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-bg-light-tone{--tw-gradient-from: #b9d2f7 var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(185 210 247 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(63 131 248 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(49 196 141 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(14 159 110 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(144 97 249 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(126 220 226 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(6 148 162 / 0) var(--tw-gradient-from-position);--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-via-position: ;--tw-gradient-to: rgb(226 237 255 / 0) var(--tw-gradient-to-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), #e2edff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-blue-600{--tw-gradient-via-position: ;--tw-gradient-to: rgb(28 100 242 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(5 122 85 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(214 31 105 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(224 36 36 / 0) var(--tw-gradient-to-position);--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-via-position: ;--tw-gradient-to: rgb(4 116 129 / 0) var(--tw-gradient-to-position);--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);--tw-gradient-to-position: }.to-blue-600{--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-blue-700{--tw-gradient-to: #1A56DB var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-cyan-700{--tw-gradient-to: #0e7490 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-green-700{--tw-gradient-to: #046C4E var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-lime-200{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-lime-300{--tw-gradient-to: #bef264 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-lime-700{--tw-gradient-to: #4d7c0f var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-orange-400{--tw-gradient-to: #FF8A4C var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-pink-500{--tw-gradient-to: #E74694 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-pink-700{--tw-gradient-to: #BF125D var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-purple-700{--tw-gradient-to: #6C2BD9 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-red-700{--tw-gradient-to: #C81E1E var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-teal-700{--tw-gradient-to: #036672 var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-yellow-200{--tw-gradient-to: #FCE96A var(--tw-gradient-to-position);--tw-gradient-to-position: }.to-100\%{--tw-gradient-to-position: 100%}.fill-blue-600{fill:#1c64f2}.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:#0fd974}.fill-white{fill:#fff}.fill-yellow-400{fill:#e3a008}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.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-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}.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}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pt-0{padding-top:0}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.font-sans{font-family:PTSans,Roboto,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;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}.leading-6{line-height:1.5rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.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-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-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-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-200{--tw-text-opacity: 1;color:rgb(251 213 213 / 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{--tw-text-opacity: 1;color:rgb(15 217 116 / var(--tw-text-opacity))}.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-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-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}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-80{opacity:.8}.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-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-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}.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-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))}.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-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)}.grayscale-0{--tw-grayscale: grayscale(0);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)}.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)}.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-500{transition-duration:.5s}.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)}.scrollbar{scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.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:auto}.scrollbar::-webkit-scrollbar{display:block;width:var(--scrollbar-width, 16px);height:var(--scrollbar-height, 16px)}.scrollbar-thin{scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial)}.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-thin::-webkit-scrollbar{display:block;width:8px;height:8px}.scrollbar-track-bg-light{--scrollbar-track: #e2edff !important}.scrollbar-track-bg-light-tone{--scrollbar-track: #b9d2f7 !important}.scrollbar-thumb-bg-light-tone{--scrollbar-thumb: #b9d2f7 !important}.scrollbar-thumb-bg-light-tone-panel{--scrollbar-thumb: #8fb5ef !important}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.display-none{display:none}h1{font-size:36px;font-weight:700}h2{font-size:24px;font-weight:700}h3{font-size:18px;font-weight:700}h4{font-size:18px;font-style:italic}ul{list-style-type:disc;margin-left:5px}ol{list-style-type:decimal}.odd\:bg-bg-light-tone:nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(185 210 247 / var(--tw-bg-opacity))}.even\:bg-bg-light-discussion-odd:nth-child(even){--tw-bg-opacity: 1;background-color:rgb(214 231 255 / var(--tw-bg-opacity))}.even\:bg-bg-light-tone-panel:nth-child(even){--tw-bg-opacity: 1;background-color:rgb(143 181 239 / var(--tw-bg-opacity))}.group\/avatar:hover .group-hover\/avatar\:visible,.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:border-secondary{--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-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-from-position: ;--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(49 196 141 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(144 97 249 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(126 58 242 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-from-position);--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-from-position: ;--tw-gradient-to: rgb(126 220 226 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.group:hover .group-hover\:via-red-300{--tw-gradient-via-position: ;--tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);--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);--tw-gradient-to-position: }.group:hover .group-hover\:to-blue-600{--tw-gradient-to: #1C64F2 var(--tw-gradient-to-position);--tw-gradient-to-position: }.group:hover .group-hover\:to-lime-300{--tw-gradient-to: #bef264 var(--tw-gradient-to-position);--tw-gradient-to-position: }.group:hover .group-hover\:to-orange-400{--tw-gradient-to: #FF8A4C var(--tw-gradient-to-position);--tw-gradient-to-position: }.group:hover .group-hover\:to-pink-500{--tw-gradient-to: #E74694 var(--tw-gradient-to-position);--tw-gradient-to-position: }.group:hover .group-hover\:to-yellow-200{--tw-gradient-to: #FCE96A var(--tw-gradient-to-position);--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\/avatar:hover .group-hover\/avatar\: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\:text-primary{--tw-text-opacity: 1;color:rgb(14 142 240 / var(--tw-text-opacity))}.hover\:z-10:hover{z-index:10}.hover\:z-20:hover{z-index:20}.hover\:h-8:hover{height:2rem}.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-95:hover{--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))}.hover\:border-2:hover{border-width:2px}.hover\:border-solid:hover{border-style:solid}.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-primary:hover{--tw-border-opacity: 1;border-color:rgb(14 142 240 / var(--tw-border-opacity))}.hover\:border-primary-light:hover{--tw-border-opacity: 1;border-color:rgb(61 171 255 / var(--tw-border-opacity))}.hover\:border-secondary:hover{--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-opacity))}.hover\:bg-bg-light-tone:hover{--tw-bg-opacity: 1;background-color:rgb(185 210 247 / var(--tw-bg-opacity))}.hover\:bg-bg-light-tone-panel:hover{--tw-bg-opacity: 1;background-color:rgb(143 181 239 / var(--tw-bg-opacity))}.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-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-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-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{--tw-bg-opacity: 1;background-color:rgb(14 142 240 / var(--tw-bg-opacity))}.hover\:bg-primary-light:hover{--tw-bg-opacity: 1;background-color:rgb(61 171 255 / var(--tw-bg-opacity))}.hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgb(85 33 181 / 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-600:hover{--tw-bg-opacity: 1;background-color:rgb(224 36 36 / 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\:from-teal-200:hover{--tw-gradient-from: #AFECEF var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-lime-200:hover{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position);--tw-gradient-to-position: }.hover\:fill-primary:hover{fill:#0e8ef0}.hover\:text-blue-400:hover{--tw-text-opacity: 1;color:rgb(118 169 250 / 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-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-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(14 142 240 / 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-secondary:hover{--tw-text-opacity: 1;color:rgb(15 217 116 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.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\:scrollbar-thumb-primary{--scrollbar-thumb-hover: #0e8ef0 !important}.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{--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-opacity))}.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-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-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-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-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-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-secondary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(15 217 116 / var(--tw-ring-opacity))}.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))}.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: #0fd974 !important}:is(.dark .dark\:divide-gray-700)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity))}:is(.dark .dark\:border-bg-light){--tw-border-opacity: 1;border-color:rgb(226 237 255 / var(--tw-border-opacity))}:is(.dark .dark\:border-blue-500){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-500){--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-600){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-700){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-800){--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}:is(.dark .dark\:border-gray-900){--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}:is(.dark .dark\:border-green-500){--tw-border-opacity: 1;border-color:rgb(14 159 110 / var(--tw-border-opacity))}:is(.dark .dark\:border-pink-400){--tw-border-opacity: 1;border-color:rgb(241 126 184 / var(--tw-border-opacity))}:is(.dark .dark\:border-pink-500){--tw-border-opacity: 1;border-color:rgb(231 70 148 / var(--tw-border-opacity))}:is(.dark .dark\:border-purple-400){--tw-border-opacity: 1;border-color:rgb(172 148 250 / var(--tw-border-opacity))}:is(.dark .dark\:border-purple-500){--tw-border-opacity: 1;border-color:rgb(144 97 249 / var(--tw-border-opacity))}:is(.dark .dark\:border-red-500){--tw-border-opacity: 1;border-color:rgb(240 82 82 / var(--tw-border-opacity))}:is(.dark .dark\:border-transparent){border-color:transparent}:is(.dark .dark\:border-yellow-300){--tw-border-opacity: 1;border-color:rgb(250 202 21 / var(--tw-border-opacity))}:is(.dark .dark\:bg-bg-dark){--tw-bg-opacity: 1;background-color:rgb(19 46 89 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-bg-dark-discussion){--tw-bg-opacity: 1;background-color:rgb(67 94 138 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-bg-dark-tone){--tw-bg-opacity: 1;background-color:rgb(37 71 125 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-bg-dark-tone-panel){--tw-bg-opacity: 1;background-color:rgb(67 103 163 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-black){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-200){--tw-bg-opacity: 1;background-color:rgb(195 221 253 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-500){--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-600){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-700){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-900){--tw-bg-opacity: 1;background-color:rgb(35 56 118 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-300){--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-400){--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-500){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-600){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-700){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-gray-800\/30){background-color:#1f29374d}:is(.dark .dark\:bg-gray-800\/50){background-color:#1f293780}:is(.dark .dark\:bg-gray-900){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-200){--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-500){--tw-bg-opacity: 1;background-color:rgb(14 159 110 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-600){--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-800){--tw-bg-opacity: 1;background-color:rgb(3 84 63 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-indigo-200){--tw-bg-opacity: 1;background-color:rgb(205 219 254 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-indigo-500){--tw-bg-opacity: 1;background-color:rgb(104 117 245 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-orange-700){--tw-bg-opacity: 1;background-color:rgb(180 52 3 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-pink-200){--tw-bg-opacity: 1;background-color:rgb(250 209 232 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-pink-600){--tw-bg-opacity: 1;background-color:rgb(214 31 105 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-200){--tw-bg-opacity: 1;background-color:rgb(220 215 254 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-500){--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-600){--tw-bg-opacity: 1;background-color:rgb(126 58 242 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-200){--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-500){--tw-bg-opacity: 1;background-color:rgb(240 82 82 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-600){--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-800){--tw-bg-opacity: 1;background-color:rgb(155 28 28 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-yellow-200){--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-opacity-70){--tw-bg-opacity: .7}:is(.dark .dark\:bg-opacity-80){--tw-bg-opacity: .8}:is(.dark .dark\:from-bg-dark){--tw-gradient-from: #132e59 var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(19 46 89 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}:is(.dark .dark\:from-bg-dark-tone){--tw-gradient-from: #25477d var(--tw-gradient-from-position);--tw-gradient-from-position: ;--tw-gradient-to: rgb(37 71 125 / 0) var(--tw-gradient-from-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}:is(.dark .dark\:via-bg-dark){--tw-gradient-via-position: ;--tw-gradient-to: rgb(19 46 89 / 0) var(--tw-gradient-to-position);--tw-gradient-to-position: ;--tw-gradient-stops: var(--tw-gradient-from), #132e59 var(--tw-gradient-via-position), var(--tw-gradient-to)}:is(.dark .dark\:fill-gray-300){fill:#d1d5db}:is(.dark .dark\:fill-white){fill:#fff}:is(.dark .dark\:text-blue-200){--tw-text-opacity: 1;color:rgb(195 221 253 / var(--tw-text-opacity))}:is(.dark .dark\:text-blue-500){--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}:is(.dark .dark\:text-blue-800){--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-200){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-300){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-500){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-600){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-800){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-200){--tw-text-opacity: 1;color:rgb(188 240 218 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-500){--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-800){--tw-text-opacity: 1;color:rgb(3 84 63 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-900){--tw-text-opacity: 1;color:rgb(1 71 55 / var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-500){--tw-text-opacity: 1;color:rgb(104 117 245 / var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-900){--tw-text-opacity: 1;color:rgb(54 47 120 / var(--tw-text-opacity))}:is(.dark .dark\:text-orange-200){--tw-text-opacity: 1;color:rgb(252 217 189 / var(--tw-text-opacity))}:is(.dark .dark\:text-pink-400){--tw-text-opacity: 1;color:rgb(241 126 184 / var(--tw-text-opacity))}:is(.dark .dark\:text-pink-500){--tw-text-opacity: 1;color:rgb(231 70 148 / var(--tw-text-opacity))}:is(.dark .dark\:text-pink-900){--tw-text-opacity: 1;color:rgb(117 26 61 / var(--tw-text-opacity))}:is(.dark .dark\:text-purple-400){--tw-text-opacity: 1;color:rgb(172 148 250 / var(--tw-text-opacity))}:is(.dark .dark\:text-purple-500){--tw-text-opacity: 1;color:rgb(144 97 249 / var(--tw-text-opacity))}:is(.dark .dark\:text-purple-900){--tw-text-opacity: 1;color:rgb(74 29 150 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-200){--tw-text-opacity: 1;color:rgb(251 213 213 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-500){--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-800){--tw-text-opacity: 1;color:rgb(155 28 28 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-900){--tw-text-opacity: 1;color:rgb(119 29 29 / var(--tw-text-opacity))}:is(.dark .dark\:text-slate-50){--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity))}:is(.dark .dark\:text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-300){--tw-text-opacity: 1;color:rgb(250 202 21 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-500){--tw-text-opacity: 1;color:rgb(194 120 3 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-800){--tw-text-opacity: 1;color:rgb(114 59 19 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-900){--tw-text-opacity: 1;color:rgb(99 49 18 / var(--tw-text-opacity))}:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}:is(.dark .dark\:placeholder-gray-400)::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}:is(.dark .dark\: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)}:is(.dark .dark\:shadow-blue-800\/80){--tw-shadow-color: rgb(30 66 159 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-cyan-800\/80){--tw-shadow-color: rgb(21 94 117 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-green-800\/80){--tw-shadow-color: rgb(3 84 63 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-lime-800\/80){--tw-shadow-color: rgb(63 98 18 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-pink-800\/80){--tw-shadow-color: rgb(153 21 75 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-purple-800\/80){--tw-shadow-color: rgb(85 33 181 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-red-800\/80){--tw-shadow-color: rgb(155 28 28 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:shadow-teal-800\/80){--tw-shadow-color: rgb(5 80 92 / .8);--tw-shadow: var(--tw-shadow-colored)}:is(.dark .dark\:ring-gray-500){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}:is(.dark .dark\:ring-offset-gray-700){--tw-ring-offset-color: #374151}:is(.dark .dark\:ring-offset-gray-800){--tw-ring-offset-color: #1F2937}:is(.dark .dark\:scrollbar-track-bg-dark){--scrollbar-track: #132e59 !important}:is(.dark .dark\:scrollbar-track-bg-dark-tone){--scrollbar-track: #25477d !important}:is(.dark .dark\:scrollbar-thumb-bg-dark-tone){--scrollbar-thumb: #25477d !important}:is(.dark .dark\:scrollbar-thumb-bg-dark-tone-panel){--scrollbar-thumb: #4367a3 !important}:is(.dark .odd\:dark\:bg-bg-dark-tone):nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(37 71 125 / var(--tw-bg-opacity))}:is(.dark .dark\:even\:bg-bg-dark-discussion-odd:nth-child(even)){--tw-bg-opacity: 1;background-color:rgb(40 68 113 / var(--tw-bg-opacity))}:is(.dark .dark\:even\:bg-bg-dark-tone-panel:nth-child(even)){--tw-bg-opacity: 1;background-color:rgb(67 103 163 / var(--tw-bg-opacity))}:is(.dark .group:hover .dark\:group-hover\:bg-gray-800\/60){background-color:#1f293799}:is(.dark .group:hover .dark\:group-hover\:text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(.dark .group:focus .dark\:group-focus\:ring-gray-800\/70){--tw-ring-color: rgb(31 41 55 / .7)}:is(.dark .dark\:hover\:border-gray-600:hover){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}:is(.dark .dark\:hover\:border-primary:hover){--tw-border-opacity: 1;border-color:rgb(14 142 240 / var(--tw-border-opacity))}:is(.dark .dark\:hover\:bg-bg-dark-tone:hover){--tw-bg-opacity: 1;background-color:rgb(37 71 125 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-blue-300:hover){--tw-bg-opacity: 1;background-color:rgb(164 202 254 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-blue-600:hover){--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-blue-700:hover){--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-600:hover){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-700:hover){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-gray-800:hover){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-green-300:hover){--tw-bg-opacity: 1;background-color:rgb(132 225 188 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-green-600:hover){--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-green-700:hover){--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-pink-500:hover){--tw-bg-opacity: 1;background-color:rgb(231 70 148 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-pink-700:hover){--tw-bg-opacity: 1;background-color:rgb(191 18 93 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-primary:hover){--tw-bg-opacity: 1;background-color:rgb(14 142 240 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-purple-500:hover){--tw-bg-opacity: 1;background-color:rgb(144 97 249 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-purple-700:hover){--tw-bg-opacity: 1;background-color:rgb(108 43 217 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-red-300:hover){--tw-bg-opacity: 1;background-color:rgb(248 180 180 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-red-600:hover){--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-red-700:hover){--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-yellow-300:hover){--tw-bg-opacity: 1;background-color:rgb(250 202 21 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-yellow-400:hover){--tw-bg-opacity: 1;background-color:rgb(227 160 8 / var(--tw-bg-opacity))}:is(.dark .hover\:dark\:bg-bg-dark-tone):hover{--tw-bg-opacity: 1;background-color:rgb(37 71 125 / var(--tw-bg-opacity))}:is(.dark .hover\:dark\:bg-bg-dark-tone-panel):hover{--tw-bg-opacity: 1;background-color:rgb(67 103 163 / var(--tw-bg-opacity))}:is(.dark .dark\:hover\:fill-primary:hover){fill:#0e8ef0}:is(.dark .dark\:hover\:text-blue-500:hover){--tw-text-opacity: 1;color:rgb(63 131 248 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-300:hover){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-gray-900:hover){--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-white:hover){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(.dark .dark\:hover\:scrollbar-thumb-primary){--scrollbar-thumb-hover: #0e8ef0 !important}:is(.dark .dark\:focus\:border-blue-500:focus){--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}:is(.dark .dark\:focus\:border-secondary:focus){--tw-border-opacity: 1;border-color:rgb(15 217 116 / var(--tw-border-opacity))}:is(.dark .dark\:focus\:text-white:focus){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}:is(.dark .dark\:focus\:ring-blue-500:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-blue-600:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-blue-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-cyan-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-500:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-600:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-700:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-gray-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-green-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-lime-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-pink-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(153 21 75 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-pink-900:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(117 26 61 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-purple-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(85 33 181 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-purple-900:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(74 29 150 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-400:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(155 28 28 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-red-900:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(119 29 29 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-secondary:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(15 217 116 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-teal-700:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 102 114 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-teal-800:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(5 80 92 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-yellow-900:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(99 49 18 / var(--tw-ring-opacity))}:is(.dark .dark\:focus\:ring-offset-gray-700:focus){--tw-ring-offset-color: #374151}@media (min-width: 640px){.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\:flex-row{flex-direction:row}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:text-center{text-align:center}.sm\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width: 768px){.md\:inset-0{inset:0px}.md\:order-2{order:2}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.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\/4{width:25%}.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\:flex-row{flex-direction:row}.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-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\: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-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))}:is(.dark .md\:dark\:bg-gray-900){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}:is(.dark .md\:dark\:hover\:bg-transparent:hover){background-color:transparent}:is(.dark .md\:dark\:hover\:text-white:hover){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}}@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-b6513711.js b/web/dist/assets/index-fce2c7cf.js similarity index 97% rename from web/dist/assets/index-b6513711.js rename to web/dist/assets/index-fce2c7cf.js index 0c58e4fe..b9470783 100644 --- a/web/dist/assets/index-b6513711.js +++ b/web/dist/assets/index-fce2c7cf.js @@ -13,8 +13,8 @@ Licensed under the MIT License (MIT), see http://jedwatson.github.io/classnames */(function(){var a=function(){function l(){}l.prototype=Object.create(null);function d(p,b){for(var x=b.length,S=0;S1?arguments[1]:void 0,b=p!==void 0,x=0,S=h(m),R,O,D,y;if(b&&(p=r(p,v>2?arguments[2]:void 0,2)),S!=null&&!(_==Array&&l(S)))for(y=S.call(m),O=new _;!(D=y.next()).done;x++)u(O,x,b?a(y,p,[D.value,x],!0):D.value);else for(R=d(m.length),O=new _(R);R>x;x++)u(O,x,b?p(m[x],x):m[x]);return O.length=x,O}},"./node_modules/core-js/internals/array-includes.js":function(n,s,o){var r=o("./node_modules/core-js/internals/to-indexed-object.js"),i=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(d,u,h){var f=r(d),g=i(f.length),m=a(h,g),_;if(l&&u!=u){for(;g>m;)if(_=f[m++],_!=_)return!0}else for(;g>m;m++)if((l||m in f)&&f[m]===u)return l||m||0;return!l&&-1}}},"./node_modules/core-js/internals/bind-context.js":function(n,s,o){var r=o("./node_modules/core-js/internals/a-function.js");n.exports=function(i,a,l){if(r(i),a===void 0)return i;switch(l){case 0:return function(){return i.call(a)};case 1:return function(d){return i.call(a,d)};case 2:return function(d,u){return i.call(a,d,u)};case 3:return function(d,u,h){return i.call(a,d,u,h)}}return function(){return i.apply(a,arguments)}}},"./node_modules/core-js/internals/call-with-safe-iteration-closing.js":function(n,s,o){var r=o("./node_modules/core-js/internals/an-object.js");n.exports=function(i,a,l,d){try{return d?a(r(l)[0],l[1]):a(l)}catch(h){var u=i.return;throw u!==void 0&&r(u.call(i)),h}}},"./node_modules/core-js/internals/check-correctness-of-iteration.js":function(n,s,o){var r=o("./node_modules/core-js/internals/well-known-symbol.js"),i=r("iterator"),a=!1;try{var l=0,d={next:function(){return{done:!!l++}},return:function(){a=!0}};d[i]=function(){return this},Array.from(d,function(){throw 2})}catch{}n.exports=function(u,h){if(!h&&!a)return!1;var f=!1;try{var g={};g[i]=function(){return{next:function(){return{done:f=!0}}}},u(g)}catch{}return f}},"./node_modules/core-js/internals/classof-raw.js":function(n,s){var o={}.toString;n.exports=function(r){return o.call(r).slice(8,-1)}},"./node_modules/core-js/internals/classof.js":function(n,s,o){var r=o("./node_modules/core-js/internals/classof-raw.js"),i=o("./node_modules/core-js/internals/well-known-symbol.js"),a=i("toStringTag"),l=r(function(){return arguments}())=="Arguments",d=function(u,h){try{return u[h]}catch{}};n.exports=function(u){var h,f,g;return u===void 0?"Undefined":u===null?"Null":typeof(f=d(h=Object(u),a))=="string"?f:l?r(h):(g=r(h))=="Object"&&typeof h.callee=="function"?"Arguments":g}},"./node_modules/core-js/internals/copy-constructor-properties.js":function(n,s,o){var r=o("./node_modules/core-js/internals/has.js"),i=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(d,u){for(var h=i(u),f=l.f,g=a.f,m=0;m",R="java"+x+":",O;for(v.style.display="none",d.appendChild(v),v.src=String(R),O=v.contentWindow.document,O.open(),O.write(b+x+S+"document.F=Object"+b+"/"+x+S),O.close(),_=O.F;p--;)delete _[g][a[p]];return _()};n.exports=Object.create||function(p,b){var x;return p!==null?(m[g]=r(p),x=new m,m[g]=null,x[f]=p):x=_(),b===void 0?x:i(x,b)},l[f]=!0},"./node_modules/core-js/internals/object-define-properties.js":function(n,s,o){var r=o("./node_modules/core-js/internals/descriptors.js"),i=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=r?Object.defineProperties:function(u,h){a(u);for(var f=l(h),g=f.length,m=0,_;g>m;)i.f(u,_=f[m++],h[_]);return u}},"./node_modules/core-js/internals/object-define-property.js":function(n,s,o){var r=o("./node_modules/core-js/internals/descriptors.js"),i=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"),d=Object.defineProperty;s.f=r?d:function(h,f,g){if(a(h),f=l(f,!0),a(g),i)try{return d(h,f,g)}catch{}if("get"in g||"set"in g)throw TypeError("Accessors not supported");return"value"in g&&(h[f]=g.value),h}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":function(n,s,o){var r=o("./node_modules/core-js/internals/descriptors.js"),i=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"),d=o("./node_modules/core-js/internals/to-primitive.js"),u=o("./node_modules/core-js/internals/has.js"),h=o("./node_modules/core-js/internals/ie8-dom-define.js"),f=Object.getOwnPropertyDescriptor;s.f=r?f:function(m,_){if(m=l(m),_=d(_,!0),h)try{return f(m,_)}catch{}if(u(m,_))return a(!i.f.call(m,_),m[_])}},"./node_modules/core-js/internals/object-get-own-property-names.js":function(n,s,o){var r=o("./node_modules/core-js/internals/object-keys-internal.js"),i=o("./node_modules/core-js/internals/enum-bug-keys.js"),a=i.concat("length","prototype");s.f=Object.getOwnPropertyNames||function(d){return r(d,a)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":function(n,s){s.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":function(n,s,o){var r=o("./node_modules/core-js/internals/has.js"),i=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"),d=a("IE_PROTO"),u=Object.prototype;n.exports=l?Object.getPrototypeOf:function(h){return h=i(h),r(h,d)?h[d]:typeof h.constructor=="function"&&h instanceof h.constructor?h.constructor.prototype:h instanceof Object?u:null}},"./node_modules/core-js/internals/object-keys-internal.js":function(n,s,o){var r=o("./node_modules/core-js/internals/has.js"),i=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"),d=a(!1);n.exports=function(u,h){var f=i(u),g=0,m=[],_;for(_ in f)!r(l,_)&&r(f,_)&&m.push(_);for(;h.length>g;)r(f,_=h[g++])&&(~d(m,_)||m.push(_));return m}},"./node_modules/core-js/internals/object-keys.js":function(n,s,o){var r=o("./node_modules/core-js/internals/object-keys-internal.js"),i=o("./node_modules/core-js/internals/enum-bug-keys.js");n.exports=Object.keys||function(l){return r(l,i)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(n,s,o){var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);s.f=a?function(d){var u=i(this,d);return!!u&&u.enumerable}:r},"./node_modules/core-js/internals/object-set-prototype-of.js":function(n,s,o){var r=o("./node_modules/core-js/internals/validate-set-prototype-of-arguments.js");n.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var i=!1,a={},l;try{l=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,l.call(a,[]),i=a instanceof Array}catch{}return function(u,h){return r(u,h),i?l.call(u,h):u.__proto__=h,u}}():void 0)},"./node_modules/core-js/internals/own-keys.js":function(n,s,o){var r=o("./node_modules/core-js/internals/global.js"),i=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"),d=r.Reflect;n.exports=d&&d.ownKeys||function(h){var f=i.f(l(h)),g=a.f;return g?f.concat(g(h)):f}},"./node_modules/core-js/internals/path.js":function(n,s,o){n.exports=o("./node_modules/core-js/internals/global.js")},"./node_modules/core-js/internals/redefine.js":function(n,s,o){var r=o("./node_modules/core-js/internals/global.js"),i=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"),d=o("./node_modules/core-js/internals/set-global.js"),u=o("./node_modules/core-js/internals/function-to-string.js"),h=o("./node_modules/core-js/internals/internal-state.js"),f=h.get,g=h.enforce,m=String(u).split("toString");i("inspectSource",function(_){return u.call(_)}),(n.exports=function(_,v,p,b){var x=b?!!b.unsafe:!1,S=b?!!b.enumerable:!1,R=b?!!b.noTargetGet:!1;if(typeof p=="function"&&(typeof v=="string"&&!l(p,"name")&&a(p,"name",v),g(p).source=m.join(typeof v=="string"?v:"")),_===r){S?_[v]=p:d(v,p);return}else x?!R&&_[v]&&(S=!0):delete _[v];S?_[v]=p:a(_,v,p)})(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,s){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,s,o){var r=o("./node_modules/core-js/internals/global.js"),i=o("./node_modules/core-js/internals/hide.js");n.exports=function(a,l){try{i(r,a,l)}catch{r[a]=l}return l}},"./node_modules/core-js/internals/set-to-string-tag.js":function(n,s,o){var r=o("./node_modules/core-js/internals/object-define-property.js").f,i=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(d,u,h){d&&!i(d=h?d:d.prototype,l)&&r(d,l,{configurable:!0,value:u})}},"./node_modules/core-js/internals/shared-key.js":function(n,s,o){var r=o("./node_modules/core-js/internals/shared.js"),i=o("./node_modules/core-js/internals/uid.js"),a=r("keys");n.exports=function(l){return a[l]||(a[l]=i(l))}},"./node_modules/core-js/internals/shared.js":function(n,s,o){var r=o("./node_modules/core-js/internals/global.js"),i=o("./node_modules/core-js/internals/set-global.js"),a=o("./node_modules/core-js/internals/is-pure.js"),l="__core-js_shared__",d=r[l]||i(l,{});(n.exports=function(u,h){return d[u]||(d[u]=h!==void 0?h:{})})("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,s,o){var r=o("./node_modules/core-js/internals/to-integer.js"),i=o("./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(a,l,d){var u=String(i(a)),h=r(l),f=u.length,g,m;return h<0||h>=f?d?"":void 0:(g=u.charCodeAt(h),g<55296||g>56319||h+1===f||(m=u.charCodeAt(h+1))<56320||m>57343?d?u.charAt(h):g:d?u.slice(h,h+2):(g-55296<<10)+(m-56320)+65536)}},"./node_modules/core-js/internals/to-absolute-index.js":function(n,s,o){var r=o("./node_modules/core-js/internals/to-integer.js"),i=Math.max,a=Math.min;n.exports=function(l,d){var u=r(l);return u<0?i(u+d,0):a(u,d)}},"./node_modules/core-js/internals/to-indexed-object.js":function(n,s,o){var r=o("./node_modules/core-js/internals/indexed-object.js"),i=o("./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(a){return r(i(a))}},"./node_modules/core-js/internals/to-integer.js":function(n,s){var o=Math.ceil,r=Math.floor;n.exports=function(i){return isNaN(i=+i)?0:(i>0?r:o)(i)}},"./node_modules/core-js/internals/to-length.js":function(n,s,o){var r=o("./node_modules/core-js/internals/to-integer.js"),i=Math.min;n.exports=function(a){return a>0?i(r(a),9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":function(n,s,o){var r=o("./node_modules/core-js/internals/require-object-coercible.js");n.exports=function(i){return Object(r(i))}},"./node_modules/core-js/internals/to-primitive.js":function(n,s,o){var r=o("./node_modules/core-js/internals/is-object.js");n.exports=function(i,a){if(!r(i))return i;var l,d;if(a&&typeof(l=i.toString)=="function"&&!r(d=l.call(i))||typeof(l=i.valueOf)=="function"&&!r(d=l.call(i))||!a&&typeof(l=i.toString)=="function"&&!r(d=l.call(i)))return d;throw TypeError("Can't convert object to primitive value")}},"./node_modules/core-js/internals/uid.js":function(n,s){var o=0,r=Math.random();n.exports=function(i){return"Symbol(".concat(i===void 0?"":i,")_",(++o+r).toString(36))}},"./node_modules/core-js/internals/validate-set-prototype-of-arguments.js":function(n,s,o){var r=o("./node_modules/core-js/internals/is-object.js"),i=o("./node_modules/core-js/internals/an-object.js");n.exports=function(a,l){if(i(a),!r(l)&&l!==null)throw TypeError("Can't set "+String(l)+" as a prototype")}},"./node_modules/core-js/internals/well-known-symbol.js":function(n,s,o){var r=o("./node_modules/core-js/internals/global.js"),i=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"),d=r.Symbol,u=i("wks");n.exports=function(h){return u[h]||(u[h]=l&&d[h]||(l?d:a)("Symbol."+h))}},"./node_modules/core-js/modules/es.array.from.js":function(n,s,o){var r=o("./node_modules/core-js/internals/export.js"),i=o("./node_modules/core-js/internals/array-from.js"),a=o("./node_modules/core-js/internals/check-correctness-of-iteration.js"),l=!a(function(d){Array.from(d)});r({target:"Array",stat:!0,forced:l},{from:i})},"./node_modules/core-js/modules/es.string.iterator.js":function(n,s,o){var r=o("./node_modules/core-js/internals/string-at.js"),i=o("./node_modules/core-js/internals/internal-state.js"),a=o("./node_modules/core-js/internals/define-iterator.js"),l="String Iterator",d=i.set,u=i.getterFor(l);a(String,"String",function(h){d(this,{type:l,string:String(h),index:0})},function(){var f=u(this),g=f.string,m=f.index,_;return m>=g.length?{value:void 0,done:!0}:(_=r(g,m,!0),f.index+=_.length,{value:_,done:!1})})},"./node_modules/webpack/buildin/global.js":function(n,s){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,s,o){Object.defineProperty(s,"__esModule",{value:!0});var r=Object.assign||function(_){for(var v=1;v2&&arguments[2]!==void 0?arguments[2]:[];f(this,_),this.name=v,this.contents=p,this.tags=b,this.attrs=r({},u.default,{class:"feather feather-"+v})}return i(_,[{key:"toSvg",value:function(){var p=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},b=r({},this.attrs,p,{class:(0,l.default)(this.attrs.class,p.class)});return""+this.contents+""}},{key:"toString",value:function(){return this.contents}}]),_}();function m(_){return Object.keys(_).map(function(v){return v+'="'+_[v]+'"'}).join(" ")}s.default=g},"./src/icons.js":function(n,s,o){Object.defineProperty(s,"__esModule",{value:!0});var r=o("./src/icon.js"),i=h(r),a=o("./dist/icons.json"),l=h(a),d=o("./src/tags.json"),u=h(d);function h(f){return f&&f.__esModule?f:{default:f}}s.default=Object.keys(l.default).map(function(f){return new i.default(f,l.default[f],u.default[f])}).reduce(function(f,g){return f[g.name]=g,f},{})},"./src/index.js":function(n,s,o){var r=o("./src/icons.js"),i=h(r),a=o("./src/to-svg.js"),l=h(a),d=o("./src/replace.js"),u=h(d);function h(f){return f&&f.__esModule?f:{default:f}}n.exports={icons:i.default,toSvg:l.default,replace:u.default}},"./src/replace.js":function(n,s,o){Object.defineProperty(s,"__esModule",{value:!0});var r=Object.assign||function(m){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(v){return f(v,m)})}function f(m){var _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},v=g(m),p=v["data-feather"];delete v["data-feather"];var b=d.default[p].toSvg(r({},_,v,{class:(0,a.default)(_.class,v.class)})),x=new DOMParser().parseFromString(b,"image/svg+xml"),S=x.querySelector("svg");m.parentNode.replaceChild(S,m)}function g(m){return Array.from(m.attributes).reduce(function(_,v){return _[v.name]=v.value,_},{})}s.default=h},"./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-bouy":["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,s,o){Object.defineProperty(s,"__esModule",{value:!0});var r=o("./src/icons.js"),i=a(r);function a(d){return d&&d.__esModule?d:{default:d}}function l(d){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."),!d)throw new Error("The required `key` (icon name) parameter is missing.");if(!i.default[d])throw new Error("No icon matching '"+d+"'. See the complete list of icons at https://feathericons.com");return i.default[d].toSvg(u)}s.default=l},0:function(n,s,o){o("./node_modules/core-js/es/array/from.js"),n.exports=o("./src/index.js")}})})})(Bp);var Ky=Bp.exports;const ve=cs(Ky);const Wy={key:0,class:"container flex flex-col sm:flex-row items-center"},Zy={class:"w-full"},Yy={class:"flex flex-row font-medium nav-ul"},$p={__name:"Navigation",setup(t){return(e,n)=>e.$store.state.ready?(k(),E("div",Wy,[c("div",Zy,[c("div",Yy,[ae(dt(on),{to:{name:"discussions"},class:"link-item dark:link-item-dark"},{default:Ne(()=>[xe(" Discussions ")]),_:1}),ae(dt(on),{to:{name:"playground"},class:"link-item dark:link-item-dark"},{default:Ne(()=>[xe(" Playground ")]),_:1}),ae(dt(on),{to:{name:"settings"},class:"link-item dark:link-item-dark"},{default:Ne(()=>[xe(" Settings ")]),_:1}),ae(dt(on),{to:{name:"extensions"},class:"link-item dark:link-item-dark"},{default:Ne(()=>[xe(" Extensions ")]),_:1}),ae(dt(on),{to:{name:"training"},class:"link-item dark:link-item-dark"},{default:Ne(()=>[xe(" Training ")]),_:1}),ae(dt(on),{to:{name:"quantizing"},class:"link-item dark:link-item-dark"},{default:Ne(()=>[xe(" Quantizing ")]),_:1}),ae(dt(on),{to:{name:"help"},class:"link-item dark:link-item-dark"},{default:Ne(()=>[xe(" Help ")]),_:1})])])])):L("",!0)}};const Jy={class:"top-0 shadow-lg"},Qy={class:"container flex flex-col lg:flex-row item-center gap-2 pb-0"},Xy=c("div",{class:"flex items-center gap-3 flex-1"},[c("img",{class:"w-12 hover:scale-95 duration-150",title:"LoLLMS WebUI",src:oc,alt:"Logo"}),c("div",{class:"flex flex-col"},[c("p",{class:"text-2xl"},"Lord of Large Language Models"),c("p",{class:"text-gray-400"},"One tool to rule them all")])],-1),e2={class:"flex gap-3 flex-1 items-center justify-end"},t2={key:0,title:"Connection status",class:"text-green-500"},n2=c("i",{"data-feather":"zap"},null,-1),s2=[n2],o2={key:1,title:"Connection status",class:"text-red-500"},r2=c("i",{"data-feather":"zap-off"},null,-1),i2=[r2],a2=Gs('
',2),l2={href:"https://twitter.com/SpaceNerduino",target:"_blank"},c2={class:"text-2xl hover:fill-primary dark:fill-white dark:hover:fill-primary duration-150",title:"Follow me on my twitter acount"},d2={class:"w-10 h-10 rounded-lg object-fill dark:text-white",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1668.56 1221.19",style:{"enable-background":"new 0 0 1668.56 1221.19"},"xml:space":"preserve"},u2=c("g",{id:"layer1",transform:"translate(52.390088,-25.058597)"},[c("path",{id:"path1009",d:`M283.94,167.31l386.39,516.64L281.5,1104h87.51l340.42-367.76L984.48,1104h297.8L874.15,558.3l361.92-390.99\r - h-87.51l-313.51,338.7l-253.31-338.7H283.94z M412.63,231.77h136.81l604.13,807.76h-136.81L412.63,231.77z`})],-1),h2=[u2],f2=c("i",{"data-feather":"sun"},null,-1),p2=[f2],g2=c("i",{"data-feather":"moon"},null,-1),m2=[g2],_2=c("body",null,null,-1),b2={name:"TopBar",computed:{isConnected(){return this.$store.state.isConnected}},data(){return{codeBlockStylesheet:"",sunIcon:document.querySelector(".sun"),moonIcon:document.querySelector(".moon"),userTheme:localStorage.getItem("theme"),systemTheme:window.matchMedia("prefers-color-scheme: dark").matches}},mounted(){this.sunIcon=document.querySelector(".sun"),this.moonIcon=document.querySelector(".moon"),this.userTheme=localStorage.getItem("theme"),this.systemTheme=window.matchMedia("prefers-color-scheme: dark").matches,this.themeCheck(),be(()=>{ve.replace()})},created(){this.sunIcon=document.querySelector(".sun"),this.moonIcon=document.querySelector(".moon"),this.userTheme=localStorage.getItem("theme"),this.systemTheme=window.matchMedia("prefers-color-scheme: dark").matches},methods:{themeCheck(){if(this.userTheme=="dark"||!this.userTheme&&this.systemTheme){document.documentElement.classList.add("dark"),this.moonIcon.classList.add("display-none"),be(()=>{Ui(()=>Promise.resolve({}),["assets/stackoverflow-dark-7e41bf22.css"])});return}be(()=>{Ui(()=>Promise.resolve({}),["assets/stackoverflow-light-b5b5e2eb.css"])}),this.sunIcon.classList.add("display-none")},themeSwitch(){if(document.documentElement.classList.contains("dark")){document.documentElement.classList.remove("dark"),localStorage.setItem("theme","light"),this.userTheme=="light",this.iconToggle();return}Ui(()=>Promise.resolve({}),["assets/tokyo-night-dark-a847eb67.css"]),document.documentElement.classList.add("dark"),localStorage.setItem("theme","dark"),this.userTheme=="dark",this.iconToggle()},iconToggle(){this.sunIcon.classList.toggle("display-none"),this.moonIcon.classList.toggle("display-none")}},components:{Navigation:$p}},y2=Object.assign(b2,{setup(t){return(e,n)=>(k(),E(Oe,null,[c("header",Jy,[c("nav",Qy,[ae(dt(on),{to:{name:"discussions"}},{default:Ne(()=>[Xy]),_:1}),c("div",e2,[e.isConnected?(k(),E("div",t2,s2)):L("",!0),e.isConnected?L("",!0):(k(),E("div",o2,i2)),a2,c("a",l2,[c("div",c2,[(k(),E("svg",d2,h2))])]),c("div",{class:"sun text-2xl w-6 hover:text-primary duration-150",title:"Swith to Light theme",onClick:n[0]||(n[0]=s=>e.themeSwitch())},p2),c("div",{class:"moon text-2xl w-6 hover:text-primary duration-150",title:"Swith to Dark theme",onClick:n[1]||(n[1]=s=>e.themeSwitch())},m2)])]),ae($p)]),_2],64))}}),v2={class:"flex flex-col h-screen font-sans bg-bg-light text-slate-950 dark:bg-bg-dark dark:text-slate-50 overflow-y-scroll w-full dark:bg-bg-dark scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary"},w2={class:"flex overflow-hidden flex-grow"},x2={__name:"App",setup(t){return(e,n)=>(k(),E("div",v2,[ae(y2),c("div",w2,[ae(dt(Pp),null,{default:Ne(({Component:s})=>[(k(),nt(I_,null,[(k(),nt(V_(s)))],1024))]),_:1})])]))}},Yt=Object.create(null);Yt.open="0";Yt.close="1";Yt.ping="2";Yt.pong="3";Yt.message="4";Yt.upgrade="5";Yt.noop="6";const mr=Object.create(null);Object.keys(Yt).forEach(t=>{mr[Yt[t]]=t});const k2={type:"error",data:"parser error"},E2=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",C2=typeof ArrayBuffer=="function",A2=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer,zp=({type:t,data:e},n,s)=>E2&&e instanceof Blob?n?s(e):Vd(e,s):C2&&(e instanceof ArrayBuffer||A2(e))?n?s(e):Vd(new Blob([e]),s):s(Yt[t]+(e||"")),Vd=(t,e)=>{const n=new FileReader;return n.onload=function(){const s=n.result.split(",")[1];e("b"+(s||""))},n.readAsDataURL(t)},Gd="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",lo=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(let t=0;t{let e=t.length*.75,n=t.length,s,o=0,r,i,a,l;t[t.length-1]==="="&&(e--,t[t.length-2]==="="&&e--);const d=new ArrayBuffer(e),u=new Uint8Array(d);for(s=0;s>4,u[o++]=(i&15)<<4|a>>2,u[o++]=(a&3)<<6|l&63;return d},T2=typeof ArrayBuffer=="function",jp=(t,e)=>{if(typeof t!="string")return{type:"message",data:Up(t,e)};const n=t.charAt(0);return n==="b"?{type:"message",data:M2(t.substring(1),e)}:mr[n]?t.length>1?{type:mr[n],data:t.substring(1)}:{type:mr[n]}:k2},M2=(t,e)=>{if(T2){const n=S2(t);return Up(n,e)}else return{base64:!0,data:t}},Up=(t,e)=>{switch(e){case"blob":return t instanceof ArrayBuffer?new Blob([t]):t;case"arraybuffer":default:return t}},qp=String.fromCharCode(30),O2=(t,e)=>{const n=t.length,s=new Array(n);let o=0;t.forEach((r,i)=>{zp(r,!1,a=>{s[i]=a,++o===n&&e(s.join(qp))})})},R2=(t,e)=>{const n=t.split(qp),s=[];for(let o=0;otypeof self<"u"?self:typeof window<"u"?window:Function("return this")())();function Vp(t,...e){return e.reduce((n,s)=>(t.hasOwnProperty(s)&&(n[s]=t[s]),n),{})}const D2=Et.setTimeout,L2=Et.clearTimeout;function di(t,e){e.useNativeTimers?(t.setTimeoutFn=D2.bind(Et),t.clearTimeoutFn=L2.bind(Et)):(t.setTimeoutFn=Et.setTimeout.bind(Et),t.clearTimeoutFn=Et.clearTimeout.bind(Et))}const I2=1.33;function P2(t){return typeof t=="string"?F2(t):Math.ceil((t.byteLength||t.size)*I2)}function F2(t){let e=0,n=0;for(let s=0,o=t.length;s=57344?n+=3:(s++,n+=4);return n}class B2 extends Error{constructor(e,n,s){super(e),this.description=n,this.context=s,this.type="TransportError"}}class Gp extends st{constructor(e){super(),this.writable=!1,di(this,e),this.opts=e,this.query=e.query,this.socket=e.socket}onError(e,n,s){return super.emitReserved("error",new B2(e,n,s)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(e){this.readyState==="open"&&this.write(e)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){const n=jp(e,this.socket.binaryType);this.onPacket(n)}onPacket(e){super.emitReserved("packet",e)}onClose(e){this.readyState="closed",super.emitReserved("close",e)}pause(e){}}const Kp="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),ll=64,$2={};let Kd=0,Yo=0,Wd;function Zd(t){let e="";do e=Kp[t%ll]+e,t=Math.floor(t/ll);while(t>0);return e}function Wp(){const t=Zd(+new Date);return t!==Wd?(Kd=0,Wd=t):t+"."+Zd(Kd++)}for(;Yo{this.readyState="paused",e()};if(this.polling||!this.writable){let s=0;this.polling&&(s++,this.once("pollComplete",function(){--s||n()})),this.writable||(s++,this.once("drain",function(){--s||n()}))}else n()}poll(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}onData(e){const n=s=>{if(this.readyState==="opening"&&s.type==="open"&&this.onOpen(),s.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(s)};R2(e,this.socket.binaryType).forEach(n),this.readyState!=="closed"&&(this.polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this.poll())}doClose(){const e=()=>{this.write([{type:"close"}])};this.readyState==="open"?e():this.once("open",e)}write(e){this.writable=!1,O2(e,n=>{this.doWrite(n,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let e=this.query||{};const n=this.opts.secure?"https":"http";let s="";this.opts.timestampRequests!==!1&&(e[this.opts.timestampParam]=Wp()),!this.supportsBinary&&!e.sid&&(e.b64=1),this.opts.port&&(n==="https"&&Number(this.opts.port)!==443||n==="http"&&Number(this.opts.port)!==80)&&(s=":"+this.opts.port);const o=Zp(e),r=this.opts.hostname.indexOf(":")!==-1;return n+"://"+(r?"["+this.opts.hostname+"]":this.opts.hostname)+s+this.opts.path+(o.length?"?"+o:"")}request(e={}){return Object.assign(e,{xd:this.xd,xs:this.xs},this.opts),new Kt(this.uri(),e)}doWrite(e,n){const s=this.request({method:"POST",data:e});s.on("success",n),s.on("error",(o,r)=>{this.onError("xhr post error",o,r)})}doPoll(){const e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(n,s)=>{this.onError("xhr poll error",n,s)}),this.pollXhr=e}}class Kt extends st{constructor(e,n){super(),di(this,n),this.opts=n,this.method=n.method||"GET",this.uri=e,this.async=n.async!==!1,this.data=n.data!==void 0?n.data:null,this.create()}create(){const e=Vp(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");e.xdomain=!!this.opts.xd,e.xscheme=!!this.opts.xs;const n=this.xhr=new Jp(e);try{n.open(this.method,this.uri,this.async);try{if(this.opts.extraHeaders){n.setDisableHeaderCheck&&n.setDisableHeaderCheck(!0);for(let s in this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(s)&&n.setRequestHeader(s,this.opts.extraHeaders[s])}}catch{}if(this.method==="POST")try{n.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{n.setRequestHeader("Accept","*/*")}catch{}"withCredentials"in n&&(n.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(n.timeout=this.opts.requestTimeout),n.onreadystatechange=()=>{n.readyState===4&&(n.status===200||n.status===1223?this.onLoad():this.setTimeoutFn(()=>{this.onError(typeof n.status=="number"?n.status:0)},0))},n.send(this.data)}catch(s){this.setTimeoutFn(()=>{this.onError(s)},0);return}typeof document<"u"&&(this.index=Kt.requestsCount++,Kt.requests[this.index]=this)}onError(e){this.emitReserved("error",e,this.xhr),this.cleanup(!0)}cleanup(e){if(!(typeof this.xhr>"u"||this.xhr===null)){if(this.xhr.onreadystatechange=U2,e)try{this.xhr.abort()}catch{}typeof document<"u"&&delete Kt.requests[this.index],this.xhr=null}}onLoad(){const e=this.xhr.responseText;e!==null&&(this.emitReserved("data",e),this.emitReserved("success"),this.cleanup())}abort(){this.cleanup()}}Kt.requestsCount=0;Kt.requests={};if(typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",Yd);else if(typeof addEventListener=="function"){const t="onpagehide"in Et?"pagehide":"unload";addEventListener(t,Yd,!1)}}function Yd(){for(let t in Kt.requests)Kt.requests.hasOwnProperty(t)&&Kt.requests[t].abort()}const Qp=(()=>typeof Promise=="function"&&typeof Promise.resolve=="function"?e=>Promise.resolve().then(e):(e,n)=>n(e,0))(),Jo=Et.WebSocket||Et.MozWebSocket,Jd=!0,V2="arraybuffer",Qd=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class G2 extends Gp{constructor(e){super(e),this.supportsBinary=!e.forceBase64}get name(){return"websocket"}doOpen(){if(!this.check())return;const e=this.uri(),n=this.opts.protocols,s=Qd?{}:Vp(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(s.headers=this.opts.extraHeaders);try{this.ws=Jd&&!Qd?n?new Jo(e,n):new Jo(e):new Jo(e,n,s)}catch(o){return this.emitReserved("error",o)}this.ws.binaryType=this.socket.binaryType||V2,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=e=>this.onClose({description:"websocket connection closed",context:e}),this.ws.onmessage=e=>this.onData(e.data),this.ws.onerror=e=>this.onError("websocket error",e)}write(e){this.writable=!1;for(let n=0;n{const i={};try{Jd&&this.ws.send(r)}catch{}o&&Qp(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.close(),this.ws=null)}uri(){let e=this.query||{};const n=this.opts.secure?"wss":"ws";let s="";this.opts.port&&(n==="wss"&&Number(this.opts.port)!==443||n==="ws"&&Number(this.opts.port)!==80)&&(s=":"+this.opts.port),this.opts.timestampRequests&&(e[this.opts.timestampParam]=Wp()),this.supportsBinary||(e.b64=1);const o=Zp(e),r=this.opts.hostname.indexOf(":")!==-1;return n+"://"+(r?"["+this.opts.hostname+"]":this.opts.hostname)+s+this.opts.path+(o.length?"?"+o:"")}check(){return!!Jo}}const K2={websocket:G2,polling:H2},W2=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,Z2=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function cl(t){const e=t,n=t.indexOf("["),s=t.indexOf("]");n!=-1&&s!=-1&&(t=t.substring(0,n)+t.substring(n,s).replace(/:/g,";")+t.substring(s,t.length));let o=W2.exec(t||""),r={},i=14;for(;i--;)r[Z2[i]]=o[i]||"";return n!=-1&&s!=-1&&(r.source=e,r.host=r.host.substring(1,r.host.length-1).replace(/;/g,":"),r.authority=r.authority.replace("[","").replace("]","").replace(/;/g,":"),r.ipv6uri=!0),r.pathNames=Y2(r,r.path),r.queryKey=J2(r,r.query),r}function Y2(t,e){const n=/\/{2,9}/g,s=e.replace(n,"/").split("/");return(e.slice(0,1)=="/"||e.length===0)&&s.splice(0,1),e.slice(-1)=="/"&&s.splice(s.length-1,1),s}function J2(t,e){const n={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(s,o,r){o&&(n[o]=r)}),n}let Xp=class _s extends st{constructor(e,n={}){super(),this.writeBuffer=[],e&&typeof e=="object"&&(n=e,e=null),e?(e=cl(e),n.hostname=e.host,n.secure=e.protocol==="https"||e.protocol==="wss",n.port=e.port,e.query&&(n.query=e.query)):n.host&&(n.hostname=cl(n.host).host),di(this,n),this.secure=n.secure!=null?n.secure:typeof location<"u"&&location.protocol==="https:",n.hostname&&!n.port&&(n.port=this.secure?"443":"80"),this.hostname=n.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=n.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=n.transports||["polling","websocket"],this.writeBuffer=[],this.prevBufferLen=0,this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!0},n),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=z2(this.opts.query)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingTimeoutTimer=null,typeof addEventListener=="function"&&(this.opts.closeOnBeforeunload&&(this.beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this.beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this.offlineEventListener=()=>{this.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",this.offlineEventListener,!1))),this.open()}createTransport(e){const n=Object.assign({},this.opts.query);n.EIO=Hp,n.transport=e,this.id&&(n.sid=this.id);const s=Object.assign({},this.opts.transportOptions[e],this.opts,{query:n,socket:this,hostname:this.hostname,secure:this.secure,port:this.port});return new K2[e](s)}open(){let e;if(this.opts.rememberUpgrade&&_s.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)e="websocket";else if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}else e=this.transports[0];this.readyState="opening";try{e=this.createTransport(e)}catch{this.transports.shift(),this.open();return}e.open(),this.setTransport(e)}setTransport(e){this.transport&&this.transport.removeAllListeners(),this.transport=e,e.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",n=>this.onClose("transport close",n))}probe(e){let n=this.createTransport(e),s=!1;_s.priorWebsocketSuccess=!1;const o=()=>{s||(n.send([{type:"ping",data:"probe"}]),n.once("packet",h=>{if(!s)if(h.type==="pong"&&h.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",n),!n)return;_s.priorWebsocketSuccess=n.name==="websocket",this.transport.pause(()=>{s||this.readyState!=="closed"&&(u(),this.setTransport(n),n.send([{type:"upgrade"}]),this.emitReserved("upgrade",n),n=null,this.upgrading=!1,this.flush())})}else{const f=new Error("probe error");f.transport=n.name,this.emitReserved("upgradeError",f)}}))};function r(){s||(s=!0,u(),n.close(),n=null)}const i=h=>{const f=new Error("probe error: "+h);f.transport=n.name,r(),this.emitReserved("upgradeError",f)};function a(){i("transport closed")}function l(){i("socket closed")}function d(h){n&&h.name!==n.name&&r()}const u=()=>{n.removeListener("open",o),n.removeListener("error",i),n.removeListener("close",a),this.off("close",l),this.off("upgrading",d)};n.once("open",o),n.once("error",i),n.once("close",a),this.once("close",l),this.once("upgrading",d),n.open()}onOpen(){if(this.readyState="open",_s.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush(),this.readyState==="open"&&this.opts.upgrade){let e=0;const n=this.upgrades.length;for(;e{this.onClose("ping timeout")},this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}onDrain(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const e=this.getWritablePackets();this.transport.send(e),this.prevBufferLen=e.length,this.emitReserved("flush")}}getWritablePackets(){if(!(this.maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let n=1;for(let s=0;s0&&n>this.maxPayload)return this.writeBuffer.slice(0,s);n+=2}return this.writeBuffer}write(e,n,s){return this.sendPacket("message",e,n,s),this}send(e,n,s){return this.sendPacket("message",e,n,s),this}sendPacket(e,n,s,o){if(typeof n=="function"&&(o=n,n=void 0),typeof s=="function"&&(o=s,s=null),this.readyState==="closing"||this.readyState==="closed")return;s=s||{},s.compress=s.compress!==!1;const r={type:e,data:n,options:s};this.emitReserved("packetCreate",r),this.writeBuffer.push(r),o&&this.once("flush",o),this.flush()}close(){const e=()=>{this.onClose("forced close"),this.transport.close()},n=()=>{this.off("upgrade",n),this.off("upgradeError",n),e()},s=()=>{this.once("upgrade",n),this.once("upgradeError",n)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?s():e()}):this.upgrading?s():e()),this}onError(e){_s.priorWebsocketSuccess=!1,this.emitReserved("error",e),this.onClose("transport error",e)}onClose(e,n){(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")&&(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),typeof removeEventListener=="function"&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",e,n),this.writeBuffer=[],this.prevBufferLen=0)}filterUpgrades(e){const n=[];let s=0;const o=e.length;for(;stypeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,eg=Object.prototype.toString,tv=typeof Blob=="function"||typeof Blob<"u"&&eg.call(Blob)==="[object BlobConstructor]",nv=typeof File=="function"||typeof File<"u"&&eg.call(File)==="[object FileConstructor]";function rc(t){return X2&&(t instanceof ArrayBuffer||ev(t))||tv&&t instanceof Blob||nv&&t instanceof File}function _r(t,e){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let n=0,s=t.length;n=0&&t.num{delete this.acks[e];for(let i=0;i{this.io.clearTimeoutFn(r),n.apply(this,[null,...i])}}emitWithAck(e,...n){const s=this.flags.timeout!==void 0||this._opts.ackTimeout!==void 0;return new Promise((o,r)=>{n.push((i,a)=>s?i?r(i):o(a):o(i)),this.emit(e,...n)})}_addToQueue(e){let n;typeof e[e.length-1]=="function"&&(n=e.pop());const s={id:this._queueSeq++,tryCount:0,pending:!1,args:e,flags:Object.assign({fromQueue:!0},this.flags)};e.push((o,...r)=>s!==this._queue[0]?void 0:(o!==null?s.tryCount>this._opts.retries&&(this._queue.shift(),n&&n(o)):(this._queue.shift(),n&&n(null,...r)),s.pending=!1,this._drainQueue())),this._queue.push(s),this._drainQueue()}_drainQueue(e=!1){if(!this.connected||this._queue.length===0)return;const n=this._queue[0];n.pending&&!e||(n.pending=!0,n.tryCount++,this.flags=n.flags,this.emit.apply(this,n.args))}packet(e){e.nsp=this.nsp,this.io._packet(e)}onopen(){typeof this.auth=="function"?this.auth(e=>{this._sendConnectPacket(e)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(e){this.packet({type:Be.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},e):e})}onerror(e){this.connected||this.emitReserved("connect_error",e)}onclose(e,n){this.connected=!1,delete this.id,this.emitReserved("disconnect",e,n)}onpacket(e){if(e.nsp===this.nsp)switch(e.type){case Be.CONNECT:e.data&&e.data.sid?this.onconnect(e.data.sid,e.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case Be.EVENT:case Be.BINARY_EVENT:this.onevent(e);break;case Be.ACK:case Be.BINARY_ACK:this.onack(e);break;case Be.DISCONNECT:this.ondisconnect();break;case Be.CONNECT_ERROR:this.destroy();const s=new Error(e.data.message);s.data=e.data.data,this.emitReserved("connect_error",s);break}}onevent(e){const n=e.data||[];e.id!=null&&n.push(this.ack(e.id)),this.connected?this.emitEvent(n):this.receiveBuffer.push(Object.freeze(n))}emitEvent(e){if(this._anyListeners&&this._anyListeners.length){const n=this._anyListeners.slice();for(const s of n)s.apply(this,e)}super.emit.apply(this,e),this._pid&&e.length&&typeof e[e.length-1]=="string"&&(this._lastOffset=e[e.length-1])}ack(e){const n=this;let s=!1;return function(...o){s||(s=!0,n.packet({type:Be.ACK,id:e,data:o}))}}onack(e){const n=this.acks[e.id];typeof n=="function"&&(n.apply(this,e.data),delete this.acks[e.id])}onconnect(e,n){this.id=e,this.recovered=n&&this._pid===n,this._pid=n,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(e=>this.emitEvent(e)),this.receiveBuffer=[],this.sendBuffer.forEach(e=>{this.notifyOutgoingListeners(e),this.packet(e)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(e=>e()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:Be.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(e){return this.flags.compress=e,this}get volatile(){return this.flags.volatile=!0,this}timeout(e){return this.flags.timeout=e,this}onAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}prependAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}offAny(e){if(!this._anyListeners)return this;if(e){const n=this._anyListeners;for(let s=0;s0&&t.jitter<=1?t.jitter:0,this.attempts=0}Zs.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),n=Math.floor(e*this.jitter*t);t=Math.floor(e*10)&1?t+n:t-n}return Math.min(t,this.max)|0};Zs.prototype.reset=function(){this.attempts=0};Zs.prototype.setMin=function(t){this.ms=t};Zs.prototype.setMax=function(t){this.max=t};Zs.prototype.setJitter=function(t){this.jitter=t};class hl extends st{constructor(e,n){var s;super(),this.nsps={},this.subs=[],e&&typeof e=="object"&&(n=e,e=void 0),n=n||{},n.path=n.path||"/socket.io",this.opts=n,di(this,n),this.reconnection(n.reconnection!==!1),this.reconnectionAttempts(n.reconnectionAttempts||1/0),this.reconnectionDelay(n.reconnectionDelay||1e3),this.reconnectionDelayMax(n.reconnectionDelayMax||5e3),this.randomizationFactor((s=n.randomizationFactor)!==null&&s!==void 0?s:.5),this.backoff=new Zs({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(n.timeout==null?2e4:n.timeout),this._readyState="closed",this.uri=e;const o=n.parser||lv;this.encoder=new o.Encoder,this.decoder=new o.Decoder,this._autoConnect=n.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(e){return arguments.length?(this._reconnection=!!e,this):this._reconnection}reconnectionAttempts(e){return e===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}reconnectionDelay(e){var n;return e===void 0?this._reconnectionDelay:(this._reconnectionDelay=e,(n=this.backoff)===null||n===void 0||n.setMin(e),this)}randomizationFactor(e){var n;return e===void 0?this._randomizationFactor:(this._randomizationFactor=e,(n=this.backoff)===null||n===void 0||n.setJitter(e),this)}reconnectionDelayMax(e){var n;return e===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,(n=this.backoff)===null||n===void 0||n.setMax(e),this)}timeout(e){return arguments.length?(this._timeout=e,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(e){if(~this._readyState.indexOf("open"))return this;this.engine=new Xp(this.uri,this.opts);const n=this.engine,s=this;this._readyState="opening",this.skipReconnect=!1;const o=Dt(n,"open",function(){s.onopen(),e&&e()}),r=Dt(n,"error",i=>{s.cleanup(),s._readyState="closed",this.emitReserved("error",i),e?e(i):s.maybeReconnectOnOpen()});if(this._timeout!==!1){const i=this._timeout;i===0&&o();const a=this.setTimeoutFn(()=>{o(),n.close(),n.emit("error",new Error("timeout"))},i);this.opts.autoUnref&&a.unref(),this.subs.push(function(){clearTimeout(a)})}return this.subs.push(o),this.subs.push(r),this}connect(e){return this.open(e)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const e=this.engine;this.subs.push(Dt(e,"ping",this.onping.bind(this)),Dt(e,"data",this.ondata.bind(this)),Dt(e,"error",this.onerror.bind(this)),Dt(e,"close",this.onclose.bind(this)),Dt(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(e){try{this.decoder.add(e)}catch(n){this.onclose("parse error",n)}}ondecoded(e){Qp(()=>{this.emitReserved("packet",e)},this.setTimeoutFn)}onerror(e){this.emitReserved("error",e)}socket(e,n){let s=this.nsps[e];return s?this._autoConnect&&!s.active&&s.connect():(s=new tg(this,e,n),this.nsps[e]=s),s}_destroy(e){const n=Object.keys(this.nsps);for(const s of n)if(this.nsps[s].active)return;this._close()}_packet(e){const n=this.encoder.encode(e);for(let s=0;se()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}disconnect(){return this._close()}onclose(e,n){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e,n),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const n=this.backoff.duration();this._reconnecting=!0;const s=this.setTimeoutFn(()=>{e.skipReconnect||(this.emitReserved("reconnect_attempt",e.backoff.attempts),!e.skipReconnect&&e.open(o=>{o?(e._reconnecting=!1,e.reconnect(),this.emitReserved("reconnect_error",o)):e.onreconnect()}))},n);this.opts.autoUnref&&s.unref(),this.subs.push(function(){clearTimeout(s)})}}onreconnect(){const e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}}const oo={};function br(t,e){typeof t=="object"&&(e=t,t=void 0),e=e||{};const n=Q2(t,e.path||"/socket.io"),s=n.source,o=n.id,r=n.path,i=oo[o]&&r in oo[o].nsps,a=e.forceNew||e["force new connection"]||e.multiplex===!1||i;let l;return a?l=new hl(s,e):(oo[o]||(oo[o]=new hl(s,e)),l=oo[o]),n.query&&!e.query&&(e.query=n.queryKey),l.socket(n.path,e)}Object.assign(br,{Manager:hl,Socket:tg,io:br,connect:br});const dv=void 0,Ee=new br(dv,{reconnection:!0,reconnectionAttempts:3,reconnectionDelay:1e3});const ze=(t,e)=>{const n=t.__vccOpts||t;for(const[s,o]of e)n[s]=o;return n},uv={name:"Toast",props:{},data(){return{show:!1,success:!0,message:"",toastArr:[]}},methods:{close(t){this.toastArr=this.toastArr.filter(e=>e.id!=t)},copyToClipBoard(t){navigator.clipboard.writeText(t),be(()=>{ve.replace()})},showToast(t,e=3,n=!0){const s=parseInt((new Date().getTime()*Math.random()).toString()).toString(),o={id:s,success:n,message:t,show:!0};this.toastArr.push(o),be(()=>{ve.replace()}),setTimeout(()=>{this.toastArr=this.toastArr.filter(r=>r.id!=s)},e*1e3)}},watch:{}},Ln=t=>(is("data-v-3ffdabf3"),t=t(),as(),t),hv={class:"absolute bottom-16 right-2 z-20 flex flex-col gap-3 min-w-[300px]"},fv={class:"flex flex-row items-center w-full max-w-xs p-4 mb-4 text-gray-500 bg-white rounded-lg shadow dark:text-gray-400 dark:bg-gray-800",role:"alert"},pv={class:"flex flex-row flex-grow items-center"},gv={key:0,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"},mv=Ln(()=>c("i",{"data-feather":"check"},null,-1)),_v=Ln(()=>c("span",{class:"sr-only"},"Check icon",-1)),bv=[mv,_v],yv={key:1,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-800 dark:text-red-200"},vv=Ln(()=>c("i",{"data-feather":"x"},null,-1)),wv=Ln(()=>c("span",{class:"sr-only"},"Cross icon",-1)),xv=[vv,wv],kv=["title"],Ev={class:"flex"},Cv=["onClick"],Av=Ln(()=>c("span",{class:"sr-only"},"Copy message",-1)),Sv=Ln(()=>c("i",{"data-feather":"clipboard",class:"w-5 h-5"},null,-1)),Tv=[Av,Sv],Mv=["onClick"],Ov=Ln(()=>c("span",{class:"sr-only"},"Close",-1)),Rv=Ln(()=>c("svg",{"aria-hidden":"true",class:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[c("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1)),Nv=[Ov,Rv];function Dv(t,e,n,s,o,r){return k(),E("div",hv,[ae(Ut,{name:"toastItem",tag:"div"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(o.toastArr,i=>(k(),E("div",{key:i.id,class:"relative"},[c("div",fv,[c("div",pv,[Cr(t.$slots,"default",{},()=>[i.success?(k(),E("div",gv,bv)):L("",!0),i.success?L("",!0):(k(),E("div",yv,xv)),c("div",{class:"ml-3 text-sm font-normal whitespace-pre-wrap line-clamp-3",title:i.message},U(i.message),9,kv)],!0)]),c("div",Ev,[c("button",{type:"button",onClick:de(a=>r.copyToClipBoard(i.message),["stop"]),title:"Copy message",class:"bg-white text-gray-400 hover:text-gray-900 rounded-lg focus:ring-2 focus:ring-gray-300 p-1.5 hover:bg-gray-100 inline-flex h-8 w-8 dark:text-gray-500 dark:hover:text-white dark:bg-gray-800 dark:hover:bg-gray-700"},Tv,8,Cv),c("button",{type:"button",onClick:a=>r.close(i.id),title:"Close",class:"bg-white text-gray-400 hover:text-gray-900 rounded-lg focus:ring-2 focus:ring-gray-300 p-1.5 hover:bg-gray-100 inline-flex h-8 w-8 dark:text-gray-500 dark:hover:text-white dark:bg-gray-800 dark:hover:bg-gray-700"},Nv,8,Mv)])])]))),128))]),_:3})])}const Ys=ze(uv,[["render",Dv],["__scopeId","data-v-3ffdabf3"]]);var He={};const Lv="Á",Iv="á",Pv="Ă",Fv="ă",Bv="∾",$v="∿",zv="∾̳",jv="Â",Uv="â",qv="´",Hv="А",Vv="а",Gv="Æ",Kv="æ",Wv="⁡",Zv="𝔄",Yv="𝔞",Jv="À",Qv="à",Xv="ℵ",ew="ℵ",tw="Α",nw="α",sw="Ā",ow="ā",rw="⨿",iw="&",aw="&",lw="⩕",cw="⩓",dw="∧",uw="⩜",hw="⩘",fw="⩚",pw="∠",gw="⦤",mw="∠",_w="⦨",bw="⦩",yw="⦪",vw="⦫",ww="⦬",xw="⦭",kw="⦮",Ew="⦯",Cw="∡",Aw="∟",Sw="⊾",Tw="⦝",Mw="∢",Ow="Å",Rw="⍼",Nw="Ą",Dw="ą",Lw="𝔸",Iw="𝕒",Pw="⩯",Fw="≈",Bw="⩰",$w="≊",zw="≋",jw="'",Uw="⁡",qw="≈",Hw="≊",Vw="Å",Gw="å",Kw="𝒜",Ww="𝒶",Zw="≔",Yw="*",Jw="≈",Qw="≍",Xw="Ã",ex="ã",tx="Ä",nx="ä",sx="∳",ox="⨑",rx="≌",ix="϶",ax="‵",lx="∽",cx="⋍",dx="∖",ux="⫧",hx="⊽",fx="⌅",px="⌆",gx="⌅",mx="⎵",_x="⎶",bx="≌",yx="Б",vx="б",wx="„",xx="∵",kx="∵",Ex="∵",Cx="⦰",Ax="϶",Sx="ℬ",Tx="ℬ",Mx="Β",Ox="β",Rx="ℶ",Nx="≬",Dx="𝔅",Lx="𝔟",Ix="⋂",Px="◯",Fx="⋃",Bx="⨀",$x="⨁",zx="⨂",jx="⨆",Ux="★",qx="▽",Hx="△",Vx="⨄",Gx="⋁",Kx="⋀",Wx="⤍",Zx="⧫",Yx="▪",Jx="▴",Qx="▾",Xx="◂",ek="▸",tk="␣",nk="▒",sk="░",ok="▓",rk="█",ik="=⃥",ak="≡⃥",lk="⫭",ck="⌐",dk="𝔹",uk="𝕓",hk="⊥",fk="⊥",pk="⋈",gk="⧉",mk="┐",_k="╕",bk="╖",yk="╗",vk="┌",wk="╒",xk="╓",kk="╔",Ek="─",Ck="═",Ak="┬",Sk="╤",Tk="╥",Mk="╦",Ok="┴",Rk="╧",Nk="╨",Dk="╩",Lk="⊟",Ik="⊞",Pk="⊠",Fk="┘",Bk="╛",$k="╜",zk="╝",jk="└",Uk="╘",qk="╙",Hk="╚",Vk="│",Gk="║",Kk="┼",Wk="╪",Zk="╫",Yk="╬",Jk="┤",Qk="╡",Xk="╢",e5="╣",t5="├",n5="╞",s5="╟",o5="╠",r5="‵",i5="˘",a5="˘",l5="¦",c5="𝒷",d5="ℬ",u5="⁏",h5="∽",f5="⋍",p5="⧅",g5="\\",m5="⟈",_5="•",b5="•",y5="≎",v5="⪮",w5="≏",x5="≎",k5="≏",E5="Ć",C5="ć",A5="⩄",S5="⩉",T5="⩋",M5="∩",O5="⋒",R5="⩇",N5="⩀",D5="ⅅ",L5="∩︀",I5="⁁",P5="ˇ",F5="ℭ",B5="⩍",$5="Č",z5="č",j5="Ç",U5="ç",q5="Ĉ",H5="ĉ",V5="∰",G5="⩌",K5="⩐",W5="Ċ",Z5="ċ",Y5="¸",J5="¸",Q5="⦲",X5="¢",eE="·",tE="·",nE="𝔠",sE="ℭ",oE="Ч",rE="ч",iE="✓",aE="✓",lE="Χ",cE="χ",dE="ˆ",uE="≗",hE="↺",fE="↻",pE="⊛",gE="⊚",mE="⊝",_E="⊙",bE="®",yE="Ⓢ",vE="⊖",wE="⊕",xE="⊗",kE="○",EE="⧃",CE="≗",AE="⨐",SE="⫯",TE="⧂",ME="∲",OE="”",RE="’",NE="♣",DE="♣",LE=":",IE="∷",PE="⩴",FE="≔",BE="≔",$E=",",zE="@",jE="∁",UE="∘",qE="∁",HE="ℂ",VE="≅",GE="⩭",KE="≡",WE="∮",ZE="∯",YE="∮",JE="𝕔",QE="ℂ",XE="∐",e4="∐",t4="©",n4="©",s4="℗",o4="∳",r4="↵",i4="✗",a4="⨯",l4="𝒞",c4="𝒸",d4="⫏",u4="⫑",h4="⫐",f4="⫒",p4="⋯",g4="⤸",m4="⤵",_4="⋞",b4="⋟",y4="↶",v4="⤽",w4="⩈",x4="⩆",k4="≍",E4="∪",C4="⋓",A4="⩊",S4="⊍",T4="⩅",M4="∪︀",O4="↷",R4="⤼",N4="⋞",D4="⋟",L4="⋎",I4="⋏",P4="¤",F4="↶",B4="↷",$4="⋎",z4="⋏",j4="∲",U4="∱",q4="⌭",H4="†",V4="‡",G4="ℸ",K4="↓",W4="↡",Z4="⇓",Y4="‐",J4="⫤",Q4="⊣",X4="⤏",e8="˝",t8="Ď",n8="ď",s8="Д",o8="д",r8="‡",i8="⇊",a8="ⅅ",l8="ⅆ",c8="⤑",d8="⩷",u8="°",h8="∇",f8="Δ",p8="δ",g8="⦱",m8="⥿",_8="𝔇",b8="𝔡",y8="⥥",v8="⇃",w8="⇂",x8="´",k8="˙",E8="˝",C8="`",A8="˜",S8="⋄",T8="⋄",M8="⋄",O8="♦",R8="♦",N8="¨",D8="ⅆ",L8="ϝ",I8="⋲",P8="÷",F8="÷",B8="⋇",$8="⋇",z8="Ђ",j8="ђ",U8="⌞",q8="⌍",H8="$",V8="𝔻",G8="𝕕",K8="¨",W8="˙",Z8="⃜",Y8="≐",J8="≑",Q8="≐",X8="∸",eC="∔",tC="⊡",nC="⌆",sC="∯",oC="¨",rC="⇓",iC="⇐",aC="⇔",lC="⫤",cC="⟸",dC="⟺",uC="⟹",hC="⇒",fC="⊨",pC="⇑",gC="⇕",mC="∥",_C="⤓",bC="↓",yC="↓",vC="⇓",wC="⇵",xC="̑",kC="⇊",EC="⇃",CC="⇂",AC="⥐",SC="⥞",TC="⥖",MC="↽",OC="⥟",RC="⥗",NC="⇁",DC="↧",LC="⊤",IC="⤐",PC="⌟",FC="⌌",BC="𝒟",$C="𝒹",zC="Ѕ",jC="ѕ",UC="⧶",qC="Đ",HC="đ",VC="⋱",GC="▿",KC="▾",WC="⇵",ZC="⥯",YC="⦦",JC="Џ",QC="џ",XC="⟿",e3="É",t3="é",n3="⩮",s3="Ě",o3="ě",r3="Ê",i3="ê",a3="≖",l3="≕",c3="Э",d3="э",u3="⩷",h3="Ė",f3="ė",p3="≑",g3="ⅇ",m3="≒",_3="𝔈",b3="𝔢",y3="⪚",v3="È",w3="è",x3="⪖",k3="⪘",E3="⪙",C3="∈",A3="⏧",S3="ℓ",T3="⪕",M3="⪗",O3="Ē",R3="ē",N3="∅",D3="∅",L3="◻",I3="∅",P3="▫",F3=" ",B3=" ",$3=" ",z3="Ŋ",j3="ŋ",U3=" ",q3="Ę",H3="ę",V3="𝔼",G3="𝕖",K3="⋕",W3="⧣",Z3="⩱",Y3="ε",J3="Ε",Q3="ε",X3="ϵ",e9="≖",t9="≕",n9="≂",s9="⪖",o9="⪕",r9="⩵",i9="=",a9="≂",l9="≟",c9="⇌",d9="≡",u9="⩸",h9="⧥",f9="⥱",p9="≓",g9="ℯ",m9="ℰ",_9="≐",b9="⩳",y9="≂",v9="Η",w9="η",x9="Ð",k9="ð",E9="Ë",C9="ë",A9="€",S9="!",T9="∃",M9="∃",O9="ℰ",R9="ⅇ",N9="ⅇ",D9="≒",L9="Ф",I9="ф",P9="♀",F9="ffi",B9="ff",$9="ffl",z9="𝔉",j9="𝔣",U9="fi",q9="◼",H9="▪",V9="fj",G9="♭",K9="fl",W9="▱",Z9="ƒ",Y9="𝔽",J9="𝕗",Q9="∀",X9="∀",e6="⋔",t6="⫙",n6="ℱ",s6="⨍",o6="½",r6="⅓",i6="¼",a6="⅕",l6="⅙",c6="⅛",d6="⅔",u6="⅖",h6="¾",f6="⅗",p6="⅜",g6="⅘",m6="⅚",_6="⅝",b6="⅞",y6="⁄",v6="⌢",w6="𝒻",x6="ℱ",k6="ǵ",E6="Γ",C6="γ",A6="Ϝ",S6="ϝ",T6="⪆",M6="Ğ",O6="ğ",R6="Ģ",N6="Ĝ",D6="ĝ",L6="Г",I6="г",P6="Ġ",F6="ġ",B6="≥",$6="≧",z6="⪌",j6="⋛",U6="≥",q6="≧",H6="⩾",V6="⪩",G6="⩾",K6="⪀",W6="⪂",Z6="⪄",Y6="⋛︀",J6="⪔",Q6="𝔊",X6="𝔤",e7="≫",t7="⋙",n7="⋙",s7="ℷ",o7="Ѓ",r7="ѓ",i7="⪥",a7="≷",l7="⪒",c7="⪤",d7="⪊",u7="⪊",h7="⪈",f7="≩",p7="⪈",g7="≩",m7="⋧",_7="𝔾",b7="𝕘",y7="`",v7="≥",w7="⋛",x7="≧",k7="⪢",E7="≷",C7="⩾",A7="≳",S7="𝒢",T7="ℊ",M7="≳",O7="⪎",R7="⪐",N7="⪧",D7="⩺",L7=">",I7=">",P7="≫",F7="⋗",B7="⦕",$7="⩼",z7="⪆",j7="⥸",U7="⋗",q7="⋛",H7="⪌",V7="≷",G7="≳",K7="≩︀",W7="≩︀",Z7="ˇ",Y7=" ",J7="½",Q7="ℋ",X7="Ъ",eA="ъ",tA="⥈",nA="↔",sA="⇔",oA="↭",rA="^",iA="ℏ",aA="Ĥ",lA="ĥ",cA="♥",dA="♥",uA="…",hA="⊹",fA="𝔥",pA="ℌ",gA="ℋ",mA="⤥",_A="⤦",bA="⇿",yA="∻",vA="↩",wA="↪",xA="𝕙",kA="ℍ",EA="―",CA="─",AA="𝒽",SA="ℋ",TA="ℏ",MA="Ħ",OA="ħ",RA="≎",NA="≏",DA="⁃",LA="‐",IA="Í",PA="í",FA="⁣",BA="Î",$A="î",zA="И",jA="и",UA="İ",qA="Е",HA="е",VA="¡",GA="⇔",KA="𝔦",WA="ℑ",ZA="Ì",YA="ì",JA="ⅈ",QA="⨌",XA="∭",eS="⧜",tS="℩",nS="IJ",sS="ij",oS="Ī",rS="ī",iS="ℑ",aS="ⅈ",lS="ℐ",cS="ℑ",dS="ı",uS="ℑ",hS="⊷",fS="Ƶ",pS="⇒",gS="℅",mS="∞",_S="⧝",bS="ı",yS="⊺",vS="∫",wS="∬",xS="ℤ",kS="∫",ES="⊺",CS="⋂",AS="⨗",SS="⨼",TS="⁣",MS="⁢",OS="Ё",RS="ё",NS="Į",DS="į",LS="𝕀",IS="𝕚",PS="Ι",FS="ι",BS="⨼",$S="¿",zS="𝒾",jS="ℐ",US="∈",qS="⋵",HS="⋹",VS="⋴",GS="⋳",KS="∈",WS="⁢",ZS="Ĩ",YS="ĩ",JS="І",QS="і",XS="Ï",eT="ï",tT="Ĵ",nT="ĵ",sT="Й",oT="й",rT="𝔍",iT="𝔧",aT="ȷ",lT="𝕁",cT="𝕛",dT="𝒥",uT="𝒿",hT="Ј",fT="ј",pT="Є",gT="є",mT="Κ",_T="κ",bT="ϰ",yT="Ķ",vT="ķ",wT="К",xT="к",kT="𝔎",ET="𝔨",CT="ĸ",AT="Х",ST="х",TT="Ќ",MT="ќ",OT="𝕂",RT="𝕜",NT="𝒦",DT="𝓀",LT="⇚",IT="Ĺ",PT="ĺ",FT="⦴",BT="ℒ",$T="Λ",zT="λ",jT="⟨",UT="⟪",qT="⦑",HT="⟨",VT="⪅",GT="ℒ",KT="«",WT="⇤",ZT="⤟",YT="←",JT="↞",QT="⇐",XT="⤝",eM="↩",tM="↫",nM="⤹",sM="⥳",oM="↢",rM="⤙",iM="⤛",aM="⪫",lM="⪭",cM="⪭︀",dM="⤌",uM="⤎",hM="❲",fM="{",pM="[",gM="⦋",mM="⦏",_M="⦍",bM="Ľ",yM="ľ",vM="Ļ",wM="ļ",xM="⌈",kM="{",EM="Л",CM="л",AM="⤶",SM="“",TM="„",MM="⥧",OM="⥋",RM="↲",NM="≤",DM="≦",LM="⟨",IM="⇤",PM="←",FM="←",BM="⇐",$M="⇆",zM="↢",jM="⌈",UM="⟦",qM="⥡",HM="⥙",VM="⇃",GM="⌊",KM="↽",WM="↼",ZM="⇇",YM="↔",JM="↔",QM="⇔",XM="⇆",eO="⇋",tO="↭",nO="⥎",sO="↤",oO="⊣",rO="⥚",iO="⋋",aO="⧏",lO="⊲",cO="⊴",dO="⥑",uO="⥠",hO="⥘",fO="↿",pO="⥒",gO="↼",mO="⪋",_O="⋚",bO="≤",yO="≦",vO="⩽",wO="⪨",xO="⩽",kO="⩿",EO="⪁",CO="⪃",AO="⋚︀",SO="⪓",TO="⪅",MO="⋖",OO="⋚",RO="⪋",NO="⋚",DO="≦",LO="≶",IO="≶",PO="⪡",FO="≲",BO="⩽",$O="≲",zO="⥼",jO="⌊",UO="𝔏",qO="𝔩",HO="≶",VO="⪑",GO="⥢",KO="↽",WO="↼",ZO="⥪",YO="▄",JO="Љ",QO="љ",XO="⇇",eR="≪",tR="⋘",nR="⌞",sR="⇚",oR="⥫",rR="◺",iR="Ŀ",aR="ŀ",lR="⎰",cR="⎰",dR="⪉",uR="⪉",hR="⪇",fR="≨",pR="⪇",gR="≨",mR="⋦",_R="⟬",bR="⇽",yR="⟦",vR="⟵",wR="⟵",xR="⟸",kR="⟷",ER="⟷",CR="⟺",AR="⟼",SR="⟶",TR="⟶",MR="⟹",OR="↫",RR="↬",NR="⦅",DR="𝕃",LR="𝕝",IR="⨭",PR="⨴",FR="∗",BR="_",$R="↙",zR="↘",jR="◊",UR="◊",qR="⧫",HR="(",VR="⦓",GR="⇆",KR="⌟",WR="⇋",ZR="⥭",YR="‎",JR="⊿",QR="‹",XR="𝓁",eN="ℒ",tN="↰",nN="↰",sN="≲",oN="⪍",rN="⪏",iN="[",aN="‘",lN="‚",cN="Ł",dN="ł",uN="⪦",hN="⩹",fN="<",pN="<",gN="≪",mN="⋖",_N="⋋",bN="⋉",yN="⥶",vN="⩻",wN="◃",xN="⊴",kN="◂",EN="⦖",CN="⥊",AN="⥦",SN="≨︀",TN="≨︀",MN="¯",ON="♂",RN="✠",NN="✠",DN="↦",LN="↦",IN="↧",PN="↤",FN="↥",BN="▮",$N="⨩",zN="М",jN="м",UN="—",qN="∺",HN="∡",VN=" ",GN="ℳ",KN="𝔐",WN="𝔪",ZN="℧",YN="µ",JN="*",QN="⫰",XN="∣",eD="·",tD="⊟",nD="−",sD="∸",oD="⨪",rD="∓",iD="⫛",aD="…",lD="∓",cD="⊧",dD="𝕄",uD="𝕞",hD="∓",fD="𝓂",pD="ℳ",gD="∾",mD="Μ",_D="μ",bD="⊸",yD="⊸",vD="∇",wD="Ń",xD="ń",kD="∠⃒",ED="≉",CD="⩰̸",AD="≋̸",SD="ʼn",TD="≉",MD="♮",OD="ℕ",RD="♮",ND=" ",DD="≎̸",LD="≏̸",ID="⩃",PD="Ň",FD="ň",BD="Ņ",$D="ņ",zD="≇",jD="⩭̸",UD="⩂",qD="Н",HD="н",VD="–",GD="⤤",KD="↗",WD="⇗",ZD="↗",YD="≠",JD="≐̸",QD="​",XD="​",eL="​",tL="​",nL="≢",sL="⤨",oL="≂̸",rL="≫",iL="≪",aL=` -`,lL="∄",cL="∄",dL="𝔑",uL="𝔫",hL="≧̸",fL="≱",pL="≱",gL="≧̸",mL="⩾̸",_L="⩾̸",bL="⋙̸",yL="≵",vL="≫⃒",wL="≯",xL="≯",kL="≫̸",EL="↮",CL="⇎",AL="⫲",SL="∋",TL="⋼",ML="⋺",OL="∋",RL="Њ",NL="њ",DL="↚",LL="⇍",IL="‥",PL="≦̸",FL="≰",BL="↚",$L="⇍",zL="↮",jL="⇎",UL="≰",qL="≦̸",HL="⩽̸",VL="⩽̸",GL="≮",KL="⋘̸",WL="≴",ZL="≪⃒",YL="≮",JL="⋪",QL="⋬",XL="≪̸",eI="∤",tI="⁠",nI=" ",sI="𝕟",oI="ℕ",rI="⫬",iI="¬",aI="≢",lI="≭",cI="∦",dI="∉",uI="≠",hI="≂̸",fI="∄",pI="≯",gI="≱",mI="≧̸",_I="≫̸",bI="≹",yI="⩾̸",vI="≵",wI="≎̸",xI="≏̸",kI="∉",EI="⋵̸",CI="⋹̸",AI="∉",SI="⋷",TI="⋶",MI="⧏̸",OI="⋪",RI="⋬",NI="≮",DI="≰",LI="≸",II="≪̸",PI="⩽̸",FI="≴",BI="⪢̸",$I="⪡̸",zI="∌",jI="∌",UI="⋾",qI="⋽",HI="⊀",VI="⪯̸",GI="⋠",KI="∌",WI="⧐̸",ZI="⋫",YI="⋭",JI="⊏̸",QI="⋢",XI="⊐̸",eP="⋣",tP="⊂⃒",nP="⊈",sP="⊁",oP="⪰̸",rP="⋡",iP="≿̸",aP="⊃⃒",lP="⊉",cP="≁",dP="≄",uP="≇",hP="≉",fP="∤",pP="∦",gP="∦",mP="⫽⃥",_P="∂̸",bP="⨔",yP="⊀",vP="⋠",wP="⊀",xP="⪯̸",kP="⪯̸",EP="⤳̸",CP="↛",AP="⇏",SP="↝̸",TP="↛",MP="⇏",OP="⋫",RP="⋭",NP="⊁",DP="⋡",LP="⪰̸",IP="𝒩",PP="𝓃",FP="∤",BP="∦",$P="≁",zP="≄",jP="≄",UP="∤",qP="∦",HP="⋢",VP="⋣",GP="⊄",KP="⫅̸",WP="⊈",ZP="⊂⃒",YP="⊈",JP="⫅̸",QP="⊁",XP="⪰̸",eF="⊅",tF="⫆̸",nF="⊉",sF="⊃⃒",oF="⊉",rF="⫆̸",iF="≹",aF="Ñ",lF="ñ",cF="≸",dF="⋪",uF="⋬",hF="⋫",fF="⋭",pF="Ν",gF="ν",mF="#",_F="№",bF=" ",yF="≍⃒",vF="⊬",wF="⊭",xF="⊮",kF="⊯",EF="≥⃒",CF=">⃒",AF="⤄",SF="⧞",TF="⤂",MF="≤⃒",OF="<⃒",RF="⊴⃒",NF="⤃",DF="⊵⃒",LF="∼⃒",IF="⤣",PF="↖",FF="⇖",BF="↖",$F="⤧",zF="Ó",jF="ó",UF="⊛",qF="Ô",HF="ô",VF="⊚",GF="О",KF="о",WF="⊝",ZF="Ő",YF="ő",JF="⨸",QF="⊙",XF="⦼",eB="Œ",tB="œ",nB="⦿",sB="𝔒",oB="𝔬",rB="˛",iB="Ò",aB="ò",lB="⧁",cB="⦵",dB="Ω",uB="∮",hB="↺",fB="⦾",pB="⦻",gB="‾",mB="⧀",_B="Ō",bB="ō",yB="Ω",vB="ω",wB="Ο",xB="ο",kB="⦶",EB="⊖",CB="𝕆",AB="𝕠",SB="⦷",TB="“",MB="‘",OB="⦹",RB="⊕",NB="↻",DB="⩔",LB="∨",IB="⩝",PB="ℴ",FB="ℴ",BB="ª",$B="º",zB="⊶",jB="⩖",UB="⩗",qB="⩛",HB="Ⓢ",VB="𝒪",GB="ℴ",KB="Ø",WB="ø",ZB="⊘",YB="Õ",JB="õ",QB="⨶",XB="⨷",e$="⊗",t$="Ö",n$="ö",s$="⌽",o$="‾",r$="⏞",i$="⎴",a$="⏜",l$="¶",c$="∥",d$="∥",u$="⫳",h$="⫽",f$="∂",p$="∂",g$="П",m$="п",_$="%",b$=".",y$="‰",v$="⊥",w$="‱",x$="𝔓",k$="𝔭",E$="Φ",C$="φ",A$="ϕ",S$="ℳ",T$="☎",M$="Π",O$="π",R$="⋔",N$="ϖ",D$="ℏ",L$="ℎ",I$="ℏ",P$="⨣",F$="⊞",B$="⨢",$$="+",z$="∔",j$="⨥",U$="⩲",q$="±",H$="±",V$="⨦",G$="⨧",K$="±",W$="ℌ",Z$="⨕",Y$="𝕡",J$="ℙ",Q$="£",X$="⪷",ez="⪻",tz="≺",nz="≼",sz="⪷",oz="≺",rz="≼",iz="≺",az="⪯",lz="≼",cz="≾",dz="⪯",uz="⪹",hz="⪵",fz="⋨",pz="⪯",gz="⪳",mz="≾",_z="′",bz="″",yz="ℙ",vz="⪹",wz="⪵",xz="⋨",kz="∏",Ez="∏",Cz="⌮",Az="⌒",Sz="⌓",Tz="∝",Mz="∝",Oz="∷",Rz="∝",Nz="≾",Dz="⊰",Lz="𝒫",Iz="𝓅",Pz="Ψ",Fz="ψ",Bz=" ",$z="𝔔",zz="𝔮",jz="⨌",Uz="𝕢",qz="ℚ",Hz="⁗",Vz="𝒬",Gz="𝓆",Kz="ℍ",Wz="⨖",Zz="?",Yz="≟",Jz='"',Qz='"',Xz="⇛",ej="∽̱",tj="Ŕ",nj="ŕ",sj="√",oj="⦳",rj="⟩",ij="⟫",aj="⦒",lj="⦥",cj="⟩",dj="»",uj="⥵",hj="⇥",fj="⤠",pj="⤳",gj="→",mj="↠",_j="⇒",bj="⤞",yj="↪",vj="↬",wj="⥅",xj="⥴",kj="⤖",Ej="↣",Cj="↝",Aj="⤚",Sj="⤜",Tj="∶",Mj="ℚ",Oj="⤍",Rj="⤏",Nj="⤐",Dj="❳",Lj="}",Ij="]",Pj="⦌",Fj="⦎",Bj="⦐",$j="Ř",zj="ř",jj="Ŗ",Uj="ŗ",qj="⌉",Hj="}",Vj="Р",Gj="р",Kj="⤷",Wj="⥩",Zj="”",Yj="”",Jj="↳",Qj="ℜ",Xj="ℛ",eU="ℜ",tU="ℝ",nU="ℜ",sU="▭",oU="®",rU="®",iU="∋",aU="⇋",lU="⥯",cU="⥽",dU="⌋",uU="𝔯",hU="ℜ",fU="⥤",pU="⇁",gU="⇀",mU="⥬",_U="Ρ",bU="ρ",yU="ϱ",vU="⟩",wU="⇥",xU="→",kU="→",EU="⇒",CU="⇄",AU="↣",SU="⌉",TU="⟧",MU="⥝",OU="⥕",RU="⇂",NU="⌋",DU="⇁",LU="⇀",IU="⇄",PU="⇌",FU="⇉",BU="↝",$U="↦",zU="⊢",jU="⥛",UU="⋌",qU="⧐",HU="⊳",VU="⊵",GU="⥏",KU="⥜",WU="⥔",ZU="↾",YU="⥓",JU="⇀",QU="˚",XU="≓",eq="⇄",tq="⇌",nq="‏",sq="⎱",oq="⎱",rq="⫮",iq="⟭",aq="⇾",lq="⟧",cq="⦆",dq="𝕣",uq="ℝ",hq="⨮",fq="⨵",pq="⥰",gq=")",mq="⦔",_q="⨒",bq="⇉",yq="⇛",vq="›",wq="𝓇",xq="ℛ",kq="↱",Eq="↱",Cq="]",Aq="’",Sq="’",Tq="⋌",Mq="⋊",Oq="▹",Rq="⊵",Nq="▸",Dq="⧎",Lq="⧴",Iq="⥨",Pq="℞",Fq="Ś",Bq="ś",$q="‚",zq="⪸",jq="Š",Uq="š",qq="⪼",Hq="≻",Vq="≽",Gq="⪰",Kq="⪴",Wq="Ş",Zq="ş",Yq="Ŝ",Jq="ŝ",Qq="⪺",Xq="⪶",eH="⋩",tH="⨓",nH="≿",sH="С",oH="с",rH="⊡",iH="⋅",aH="⩦",lH="⤥",cH="↘",dH="⇘",uH="↘",hH="§",fH=";",pH="⤩",gH="∖",mH="∖",_H="✶",bH="𝔖",yH="𝔰",vH="⌢",wH="♯",xH="Щ",kH="щ",EH="Ш",CH="ш",AH="↓",SH="←",TH="∣",MH="∥",OH="→",RH="↑",NH="­",DH="Σ",LH="σ",IH="ς",PH="ς",FH="∼",BH="⩪",$H="≃",zH="≃",jH="⪞",UH="⪠",qH="⪝",HH="⪟",VH="≆",GH="⨤",KH="⥲",WH="←",ZH="∘",YH="∖",JH="⨳",QH="⧤",XH="∣",eV="⌣",tV="⪪",nV="⪬",sV="⪬︀",oV="Ь",rV="ь",iV="⌿",aV="⧄",lV="/",cV="𝕊",dV="𝕤",uV="♠",hV="♠",fV="∥",pV="⊓",gV="⊓︀",mV="⊔",_V="⊔︀",bV="√",yV="⊏",vV="⊑",wV="⊏",xV="⊑",kV="⊐",EV="⊒",CV="⊐",AV="⊒",SV="□",TV="□",MV="⊓",OV="⊏",RV="⊑",NV="⊐",DV="⊒",LV="⊔",IV="▪",PV="□",FV="▪",BV="→",$V="𝒮",zV="𝓈",jV="∖",UV="⌣",qV="⋆",HV="⋆",VV="☆",GV="★",KV="ϵ",WV="ϕ",ZV="¯",YV="⊂",JV="⋐",QV="⪽",XV="⫅",eG="⊆",tG="⫃",nG="⫁",sG="⫋",oG="⊊",rG="⪿",iG="⥹",aG="⊂",lG="⋐",cG="⊆",dG="⫅",uG="⊆",hG="⊊",fG="⫋",pG="⫇",gG="⫕",mG="⫓",_G="⪸",bG="≻",yG="≽",vG="≻",wG="⪰",xG="≽",kG="≿",EG="⪰",CG="⪺",AG="⪶",SG="⋩",TG="≿",MG="∋",OG="∑",RG="∑",NG="♪",DG="¹",LG="²",IG="³",PG="⊃",FG="⋑",BG="⪾",$G="⫘",zG="⫆",jG="⊇",UG="⫄",qG="⊃",HG="⊇",VG="⟉",GG="⫗",KG="⥻",WG="⫂",ZG="⫌",YG="⊋",JG="⫀",QG="⊃",XG="⋑",eK="⊇",tK="⫆",nK="⊋",sK="⫌",oK="⫈",rK="⫔",iK="⫖",aK="⤦",lK="↙",cK="⇙",dK="↙",uK="⤪",hK="ß",fK=" ",pK="⌖",gK="Τ",mK="τ",_K="⎴",bK="Ť",yK="ť",vK="Ţ",wK="ţ",xK="Т",kK="т",EK="⃛",CK="⌕",AK="𝔗",SK="𝔱",TK="∴",MK="∴",OK="∴",RK="Θ",NK="θ",DK="ϑ",LK="ϑ",IK="≈",PK="∼",FK="  ",BK=" ",$K=" ",zK="≈",jK="∼",UK="Þ",qK="þ",HK="˜",VK="∼",GK="≃",KK="≅",WK="≈",ZK="⨱",YK="⊠",JK="×",QK="⨰",XK="∭",eW="⤨",tW="⌶",nW="⫱",sW="⊤",oW="𝕋",rW="𝕥",iW="⫚",aW="⤩",lW="‴",cW="™",dW="™",uW="▵",hW="▿",fW="◃",pW="⊴",gW="≜",mW="▹",_W="⊵",bW="◬",yW="≜",vW="⨺",wW="⃛",xW="⨹",kW="⧍",EW="⨻",CW="⏢",AW="𝒯",SW="𝓉",TW="Ц",MW="ц",OW="Ћ",RW="ћ",NW="Ŧ",DW="ŧ",LW="≬",IW="↞",PW="↠",FW="Ú",BW="ú",$W="↑",zW="↟",jW="⇑",UW="⥉",qW="Ў",HW="ў",VW="Ŭ",GW="ŭ",KW="Û",WW="û",ZW="У",YW="у",JW="⇅",QW="Ű",XW="ű",eZ="⥮",tZ="⥾",nZ="𝔘",sZ="𝔲",oZ="Ù",rZ="ù",iZ="⥣",aZ="↿",lZ="↾",cZ="▀",dZ="⌜",uZ="⌜",hZ="⌏",fZ="◸",pZ="Ū",gZ="ū",mZ="¨",_Z="_",bZ="⏟",yZ="⎵",vZ="⏝",wZ="⋃",xZ="⊎",kZ="Ų",EZ="ų",CZ="𝕌",AZ="𝕦",SZ="⤒",TZ="↑",MZ="↑",OZ="⇑",RZ="⇅",NZ="↕",DZ="↕",LZ="⇕",IZ="⥮",PZ="↿",FZ="↾",BZ="⊎",$Z="↖",zZ="↗",jZ="υ",UZ="ϒ",qZ="ϒ",HZ="Υ",VZ="υ",GZ="↥",KZ="⊥",WZ="⇈",ZZ="⌝",YZ="⌝",JZ="⌎",QZ="Ů",XZ="ů",eY="◹",tY="𝒰",nY="𝓊",sY="⋰",oY="Ũ",rY="ũ",iY="▵",aY="▴",lY="⇈",cY="Ü",dY="ü",uY="⦧",hY="⦜",fY="ϵ",pY="ϰ",gY="∅",mY="ϕ",_Y="ϖ",bY="∝",yY="↕",vY="⇕",wY="ϱ",xY="ς",kY="⊊︀",EY="⫋︀",CY="⊋︀",AY="⫌︀",SY="ϑ",TY="⊲",MY="⊳",OY="⫨",RY="⫫",NY="⫩",DY="В",LY="в",IY="⊢",PY="⊨",FY="⊩",BY="⊫",$Y="⫦",zY="⊻",jY="∨",UY="⋁",qY="≚",HY="⋮",VY="|",GY="‖",KY="|",WY="‖",ZY="∣",YY="|",JY="❘",QY="≀",XY=" ",eJ="𝔙",tJ="𝔳",nJ="⊲",sJ="⊂⃒",oJ="⊃⃒",rJ="𝕍",iJ="𝕧",aJ="∝",lJ="⊳",cJ="𝒱",dJ="𝓋",uJ="⫋︀",hJ="⊊︀",fJ="⫌︀",pJ="⊋︀",gJ="⊪",mJ="⦚",_J="Ŵ",bJ="ŵ",yJ="⩟",vJ="∧",wJ="⋀",xJ="≙",kJ="℘",EJ="𝔚",CJ="𝔴",AJ="𝕎",SJ="𝕨",TJ="℘",MJ="≀",OJ="≀",RJ="𝒲",NJ="𝓌",DJ="⋂",LJ="◯",IJ="⋃",PJ="▽",FJ="𝔛",BJ="𝔵",$J="⟷",zJ="⟺",jJ="Ξ",UJ="ξ",qJ="⟵",HJ="⟸",VJ="⟼",GJ="⋻",KJ="⨀",WJ="𝕏",ZJ="𝕩",YJ="⨁",JJ="⨂",QJ="⟶",XJ="⟹",eQ="𝒳",tQ="𝓍",nQ="⨆",sQ="⨄",oQ="△",rQ="⋁",iQ="⋀",aQ="Ý",lQ="ý",cQ="Я",dQ="я",uQ="Ŷ",hQ="ŷ",fQ="Ы",pQ="ы",gQ="¥",mQ="𝔜",_Q="𝔶",bQ="Ї",yQ="ї",vQ="𝕐",wQ="𝕪",xQ="𝒴",kQ="𝓎",EQ="Ю",CQ="ю",AQ="ÿ",SQ="Ÿ",TQ="Ź",MQ="ź",OQ="Ž",RQ="ž",NQ="З",DQ="з",LQ="Ż",IQ="ż",PQ="ℨ",FQ="​",BQ="Ζ",$Q="ζ",zQ="𝔷",jQ="ℨ",UQ="Ж",qQ="ж",HQ="⇝",VQ="𝕫",GQ="ℤ",KQ="𝒵",WQ="𝓏",ZQ="‍",YQ="‌",JQ={Aacute:Lv,aacute:Iv,Abreve:Pv,abreve:Fv,ac:Bv,acd:$v,acE:zv,Acirc:jv,acirc:Uv,acute:qv,Acy:Hv,acy:Vv,AElig:Gv,aelig:Kv,af:Wv,Afr:Zv,afr:Yv,Agrave:Jv,agrave:Qv,alefsym:Xv,aleph:ew,Alpha:tw,alpha:nw,Amacr:sw,amacr:ow,amalg:rw,amp:iw,AMP:aw,andand:lw,And:cw,and:dw,andd:uw,andslope:hw,andv:fw,ang:pw,ange:gw,angle:mw,angmsdaa:_w,angmsdab:bw,angmsdac:yw,angmsdad:vw,angmsdae:ww,angmsdaf:xw,angmsdag:kw,angmsdah:Ew,angmsd:Cw,angrt:Aw,angrtvb:Sw,angrtvbd:Tw,angsph:Mw,angst:Ow,angzarr:Rw,Aogon:Nw,aogon:Dw,Aopf:Lw,aopf:Iw,apacir:Pw,ap:Fw,apE:Bw,ape:$w,apid:zw,apos:jw,ApplyFunction:Uw,approx:qw,approxeq:Hw,Aring:Vw,aring:Gw,Ascr:Kw,ascr:Ww,Assign:Zw,ast:Yw,asymp:Jw,asympeq:Qw,Atilde:Xw,atilde:ex,Auml:tx,auml:nx,awconint:sx,awint:ox,backcong:rx,backepsilon:ix,backprime:ax,backsim:lx,backsimeq:cx,Backslash:dx,Barv:ux,barvee:hx,barwed:fx,Barwed:px,barwedge:gx,bbrk:mx,bbrktbrk:_x,bcong:bx,Bcy:yx,bcy:vx,bdquo:wx,becaus:xx,because:kx,Because:Ex,bemptyv:Cx,bepsi:Ax,bernou:Sx,Bernoullis:Tx,Beta:Mx,beta:Ox,beth:Rx,between:Nx,Bfr:Dx,bfr:Lx,bigcap:Ix,bigcirc:Px,bigcup:Fx,bigodot:Bx,bigoplus:$x,bigotimes:zx,bigsqcup:jx,bigstar:Ux,bigtriangledown:qx,bigtriangleup:Hx,biguplus:Vx,bigvee:Gx,bigwedge:Kx,bkarow:Wx,blacklozenge:Zx,blacksquare:Yx,blacktriangle:Jx,blacktriangledown:Qx,blacktriangleleft:Xx,blacktriangleright:ek,blank:tk,blk12:nk,blk14:sk,blk34:ok,block:rk,bne:ik,bnequiv:ak,bNot:lk,bnot:ck,Bopf:dk,bopf:uk,bot:hk,bottom:fk,bowtie:pk,boxbox:gk,boxdl:mk,boxdL:_k,boxDl:bk,boxDL:yk,boxdr:vk,boxdR:wk,boxDr:xk,boxDR:kk,boxh:Ek,boxH:Ck,boxhd:Ak,boxHd:Sk,boxhD:Tk,boxHD:Mk,boxhu:Ok,boxHu:Rk,boxhU:Nk,boxHU:Dk,boxminus:Lk,boxplus:Ik,boxtimes:Pk,boxul:Fk,boxuL:Bk,boxUl:$k,boxUL:zk,boxur:jk,boxuR:Uk,boxUr:qk,boxUR:Hk,boxv:Vk,boxV:Gk,boxvh:Kk,boxvH:Wk,boxVh:Zk,boxVH:Yk,boxvl:Jk,boxvL:Qk,boxVl:Xk,boxVL:e5,boxvr:t5,boxvR:n5,boxVr:s5,boxVR:o5,bprime:r5,breve:i5,Breve:a5,brvbar:l5,bscr:c5,Bscr:d5,bsemi:u5,bsim:h5,bsime:f5,bsolb:p5,bsol:g5,bsolhsub:m5,bull:_5,bullet:b5,bump:y5,bumpE:v5,bumpe:w5,Bumpeq:x5,bumpeq:k5,Cacute:E5,cacute:C5,capand:A5,capbrcup:S5,capcap:T5,cap:M5,Cap:O5,capcup:R5,capdot:N5,CapitalDifferentialD:D5,caps:L5,caret:I5,caron:P5,Cayleys:F5,ccaps:B5,Ccaron:$5,ccaron:z5,Ccedil:j5,ccedil:U5,Ccirc:q5,ccirc:H5,Cconint:V5,ccups:G5,ccupssm:K5,Cdot:W5,cdot:Z5,cedil:Y5,Cedilla:J5,cemptyv:Q5,cent:X5,centerdot:eE,CenterDot:tE,cfr:nE,Cfr:sE,CHcy:oE,chcy:rE,check:iE,checkmark:aE,Chi:lE,chi:cE,circ:dE,circeq:uE,circlearrowleft:hE,circlearrowright:fE,circledast:pE,circledcirc:gE,circleddash:mE,CircleDot:_E,circledR:bE,circledS:yE,CircleMinus:vE,CirclePlus:wE,CircleTimes:xE,cir:kE,cirE:EE,cire:CE,cirfnint:AE,cirmid:SE,cirscir:TE,ClockwiseContourIntegral:ME,CloseCurlyDoubleQuote:OE,CloseCurlyQuote:RE,clubs:NE,clubsuit:DE,colon:LE,Colon:IE,Colone:PE,colone:FE,coloneq:BE,comma:$E,commat:zE,comp:jE,compfn:UE,complement:qE,complexes:HE,cong:VE,congdot:GE,Congruent:KE,conint:WE,Conint:ZE,ContourIntegral:YE,copf:JE,Copf:QE,coprod:XE,Coproduct:e4,copy:t4,COPY:n4,copysr:s4,CounterClockwiseContourIntegral:o4,crarr:r4,cross:i4,Cross:a4,Cscr:l4,cscr:c4,csub:d4,csube:u4,csup:h4,csupe:f4,ctdot:p4,cudarrl:g4,cudarrr:m4,cuepr:_4,cuesc:b4,cularr:y4,cularrp:v4,cupbrcap:w4,cupcap:x4,CupCap:k4,cup:E4,Cup:C4,cupcup:A4,cupdot:S4,cupor:T4,cups:M4,curarr:O4,curarrm:R4,curlyeqprec:N4,curlyeqsucc:D4,curlyvee:L4,curlywedge:I4,curren:P4,curvearrowleft:F4,curvearrowright:B4,cuvee:$4,cuwed:z4,cwconint:j4,cwint:U4,cylcty:q4,dagger:H4,Dagger:V4,daleth:G4,darr:K4,Darr:W4,dArr:Z4,dash:Y4,Dashv:J4,dashv:Q4,dbkarow:X4,dblac:e8,Dcaron:t8,dcaron:n8,Dcy:s8,dcy:o8,ddagger:r8,ddarr:i8,DD:a8,dd:l8,DDotrahd:c8,ddotseq:d8,deg:u8,Del:h8,Delta:f8,delta:p8,demptyv:g8,dfisht:m8,Dfr:_8,dfr:b8,dHar:y8,dharl:v8,dharr:w8,DiacriticalAcute:x8,DiacriticalDot:k8,DiacriticalDoubleAcute:E8,DiacriticalGrave:C8,DiacriticalTilde:A8,diam:S8,diamond:T8,Diamond:M8,diamondsuit:O8,diams:R8,die:N8,DifferentialD:D8,digamma:L8,disin:I8,div:P8,divide:F8,divideontimes:B8,divonx:$8,DJcy:z8,djcy:j8,dlcorn:U8,dlcrop:q8,dollar:H8,Dopf:V8,dopf:G8,Dot:K8,dot:W8,DotDot:Z8,doteq:Y8,doteqdot:J8,DotEqual:Q8,dotminus:X8,dotplus:eC,dotsquare:tC,doublebarwedge:nC,DoubleContourIntegral:sC,DoubleDot:oC,DoubleDownArrow:rC,DoubleLeftArrow:iC,DoubleLeftRightArrow:aC,DoubleLeftTee:lC,DoubleLongLeftArrow:cC,DoubleLongLeftRightArrow:dC,DoubleLongRightArrow:uC,DoubleRightArrow:hC,DoubleRightTee:fC,DoubleUpArrow:pC,DoubleUpDownArrow:gC,DoubleVerticalBar:mC,DownArrowBar:_C,downarrow:bC,DownArrow:yC,Downarrow:vC,DownArrowUpArrow:wC,DownBreve:xC,downdownarrows:kC,downharpoonleft:EC,downharpoonright:CC,DownLeftRightVector:AC,DownLeftTeeVector:SC,DownLeftVectorBar:TC,DownLeftVector:MC,DownRightTeeVector:OC,DownRightVectorBar:RC,DownRightVector:NC,DownTeeArrow:DC,DownTee:LC,drbkarow:IC,drcorn:PC,drcrop:FC,Dscr:BC,dscr:$C,DScy:zC,dscy:jC,dsol:UC,Dstrok:qC,dstrok:HC,dtdot:VC,dtri:GC,dtrif:KC,duarr:WC,duhar:ZC,dwangle:YC,DZcy:JC,dzcy:QC,dzigrarr:XC,Eacute:e3,eacute:t3,easter:n3,Ecaron:s3,ecaron:o3,Ecirc:r3,ecirc:i3,ecir:a3,ecolon:l3,Ecy:c3,ecy:d3,eDDot:u3,Edot:h3,edot:f3,eDot:p3,ee:g3,efDot:m3,Efr:_3,efr:b3,eg:y3,Egrave:v3,egrave:w3,egs:x3,egsdot:k3,el:E3,Element:C3,elinters:A3,ell:S3,els:T3,elsdot:M3,Emacr:O3,emacr:R3,empty:N3,emptyset:D3,EmptySmallSquare:L3,emptyv:I3,EmptyVerySmallSquare:P3,emsp13:F3,emsp14:B3,emsp:$3,ENG:z3,eng:j3,ensp:U3,Eogon:q3,eogon:H3,Eopf:V3,eopf:G3,epar:K3,eparsl:W3,eplus:Z3,epsi:Y3,Epsilon:J3,epsilon:Q3,epsiv:X3,eqcirc:e9,eqcolon:t9,eqsim:n9,eqslantgtr:s9,eqslantless:o9,Equal:r9,equals:i9,EqualTilde:a9,equest:l9,Equilibrium:c9,equiv:d9,equivDD:u9,eqvparsl:h9,erarr:f9,erDot:p9,escr:g9,Escr:m9,esdot:_9,Esim:b9,esim:y9,Eta:v9,eta:w9,ETH:x9,eth:k9,Euml:E9,euml:C9,euro:A9,excl:S9,exist:T9,Exists:M9,expectation:O9,exponentiale:R9,ExponentialE:N9,fallingdotseq:D9,Fcy:L9,fcy:I9,female:P9,ffilig:F9,fflig:B9,ffllig:$9,Ffr:z9,ffr:j9,filig:U9,FilledSmallSquare:q9,FilledVerySmallSquare:H9,fjlig:V9,flat:G9,fllig:K9,fltns:W9,fnof:Z9,Fopf:Y9,fopf:J9,forall:Q9,ForAll:X9,fork:e6,forkv:t6,Fouriertrf:n6,fpartint:s6,frac12:o6,frac13:r6,frac14:i6,frac15:a6,frac16:l6,frac18:c6,frac23:d6,frac25:u6,frac34:h6,frac35:f6,frac38:p6,frac45:g6,frac56:m6,frac58:_6,frac78:b6,frasl:y6,frown:v6,fscr:w6,Fscr:x6,gacute:k6,Gamma:E6,gamma:C6,Gammad:A6,gammad:S6,gap:T6,Gbreve:M6,gbreve:O6,Gcedil:R6,Gcirc:N6,gcirc:D6,Gcy:L6,gcy:I6,Gdot:P6,gdot:F6,ge:B6,gE:$6,gEl:z6,gel:j6,geq:U6,geqq:q6,geqslant:H6,gescc:V6,ges:G6,gesdot:K6,gesdoto:W6,gesdotol:Z6,gesl:Y6,gesles:J6,Gfr:Q6,gfr:X6,gg:e7,Gg:t7,ggg:n7,gimel:s7,GJcy:o7,gjcy:r7,gla:i7,gl:a7,glE:l7,glj:c7,gnap:d7,gnapprox:u7,gne:h7,gnE:f7,gneq:p7,gneqq:g7,gnsim:m7,Gopf:_7,gopf:b7,grave:y7,GreaterEqual:v7,GreaterEqualLess:w7,GreaterFullEqual:x7,GreaterGreater:k7,GreaterLess:E7,GreaterSlantEqual:C7,GreaterTilde:A7,Gscr:S7,gscr:T7,gsim:M7,gsime:O7,gsiml:R7,gtcc:N7,gtcir:D7,gt:L7,GT:I7,Gt:P7,gtdot:F7,gtlPar:B7,gtquest:$7,gtrapprox:z7,gtrarr:j7,gtrdot:U7,gtreqless:q7,gtreqqless:H7,gtrless:V7,gtrsim:G7,gvertneqq:K7,gvnE:W7,Hacek:Z7,hairsp:Y7,half:J7,hamilt:Q7,HARDcy:X7,hardcy:eA,harrcir:tA,harr:nA,hArr:sA,harrw:oA,Hat:rA,hbar:iA,Hcirc:aA,hcirc:lA,hearts:cA,heartsuit:dA,hellip:uA,hercon:hA,hfr:fA,Hfr:pA,HilbertSpace:gA,hksearow:mA,hkswarow:_A,hoarr:bA,homtht:yA,hookleftarrow:vA,hookrightarrow:wA,hopf:xA,Hopf:kA,horbar:EA,HorizontalLine:CA,hscr:AA,Hscr:SA,hslash:TA,Hstrok:MA,hstrok:OA,HumpDownHump:RA,HumpEqual:NA,hybull:DA,hyphen:LA,Iacute:IA,iacute:PA,ic:FA,Icirc:BA,icirc:$A,Icy:zA,icy:jA,Idot:UA,IEcy:qA,iecy:HA,iexcl:VA,iff:GA,ifr:KA,Ifr:WA,Igrave:ZA,igrave:YA,ii:JA,iiiint:QA,iiint:XA,iinfin:eS,iiota:tS,IJlig:nS,ijlig:sS,Imacr:oS,imacr:rS,image:iS,ImaginaryI:aS,imagline:lS,imagpart:cS,imath:dS,Im:uS,imof:hS,imped:fS,Implies:pS,incare:gS,in:"∈",infin:mS,infintie:_S,inodot:bS,intcal:yS,int:vS,Int:wS,integers:xS,Integral:kS,intercal:ES,Intersection:CS,intlarhk:AS,intprod:SS,InvisibleComma:TS,InvisibleTimes:MS,IOcy:OS,iocy:RS,Iogon:NS,iogon:DS,Iopf:LS,iopf:IS,Iota:PS,iota:FS,iprod:BS,iquest:$S,iscr:zS,Iscr:jS,isin:US,isindot:qS,isinE:HS,isins:VS,isinsv:GS,isinv:KS,it:WS,Itilde:ZS,itilde:YS,Iukcy:JS,iukcy:QS,Iuml:XS,iuml:eT,Jcirc:tT,jcirc:nT,Jcy:sT,jcy:oT,Jfr:rT,jfr:iT,jmath:aT,Jopf:lT,jopf:cT,Jscr:dT,jscr:uT,Jsercy:hT,jsercy:fT,Jukcy:pT,jukcy:gT,Kappa:mT,kappa:_T,kappav:bT,Kcedil:yT,kcedil:vT,Kcy:wT,kcy:xT,Kfr:kT,kfr:ET,kgreen:CT,KHcy:AT,khcy:ST,KJcy:TT,kjcy:MT,Kopf:OT,kopf:RT,Kscr:NT,kscr:DT,lAarr:LT,Lacute:IT,lacute:PT,laemptyv:FT,lagran:BT,Lambda:$T,lambda:zT,lang:jT,Lang:UT,langd:qT,langle:HT,lap:VT,Laplacetrf:GT,laquo:KT,larrb:WT,larrbfs:ZT,larr:YT,Larr:JT,lArr:QT,larrfs:XT,larrhk:eM,larrlp:tM,larrpl:nM,larrsim:sM,larrtl:oM,latail:rM,lAtail:iM,lat:aM,late:lM,lates:cM,lbarr:dM,lBarr:uM,lbbrk:hM,lbrace:fM,lbrack:pM,lbrke:gM,lbrksld:mM,lbrkslu:_M,Lcaron:bM,lcaron:yM,Lcedil:vM,lcedil:wM,lceil:xM,lcub:kM,Lcy:EM,lcy:CM,ldca:AM,ldquo:SM,ldquor:TM,ldrdhar:MM,ldrushar:OM,ldsh:RM,le:NM,lE:DM,LeftAngleBracket:LM,LeftArrowBar:IM,leftarrow:PM,LeftArrow:FM,Leftarrow:BM,LeftArrowRightArrow:$M,leftarrowtail:zM,LeftCeiling:jM,LeftDoubleBracket:UM,LeftDownTeeVector:qM,LeftDownVectorBar:HM,LeftDownVector:VM,LeftFloor:GM,leftharpoondown:KM,leftharpoonup:WM,leftleftarrows:ZM,leftrightarrow:YM,LeftRightArrow:JM,Leftrightarrow:QM,leftrightarrows:XM,leftrightharpoons:eO,leftrightsquigarrow:tO,LeftRightVector:nO,LeftTeeArrow:sO,LeftTee:oO,LeftTeeVector:rO,leftthreetimes:iO,LeftTriangleBar:aO,LeftTriangle:lO,LeftTriangleEqual:cO,LeftUpDownVector:dO,LeftUpTeeVector:uO,LeftUpVectorBar:hO,LeftUpVector:fO,LeftVectorBar:pO,LeftVector:gO,lEg:mO,leg:_O,leq:bO,leqq:yO,leqslant:vO,lescc:wO,les:xO,lesdot:kO,lesdoto:EO,lesdotor:CO,lesg:AO,lesges:SO,lessapprox:TO,lessdot:MO,lesseqgtr:OO,lesseqqgtr:RO,LessEqualGreater:NO,LessFullEqual:DO,LessGreater:LO,lessgtr:IO,LessLess:PO,lesssim:FO,LessSlantEqual:BO,LessTilde:$O,lfisht:zO,lfloor:jO,Lfr:UO,lfr:qO,lg:HO,lgE:VO,lHar:GO,lhard:KO,lharu:WO,lharul:ZO,lhblk:YO,LJcy:JO,ljcy:QO,llarr:XO,ll:eR,Ll:tR,llcorner:nR,Lleftarrow:sR,llhard:oR,lltri:rR,Lmidot:iR,lmidot:aR,lmoustache:lR,lmoust:cR,lnap:dR,lnapprox:uR,lne:hR,lnE:fR,lneq:pR,lneqq:gR,lnsim:mR,loang:_R,loarr:bR,lobrk:yR,longleftarrow:vR,LongLeftArrow:wR,Longleftarrow:xR,longleftrightarrow:kR,LongLeftRightArrow:ER,Longleftrightarrow:CR,longmapsto:AR,longrightarrow:SR,LongRightArrow:TR,Longrightarrow:MR,looparrowleft:OR,looparrowright:RR,lopar:NR,Lopf:DR,lopf:LR,loplus:IR,lotimes:PR,lowast:FR,lowbar:BR,LowerLeftArrow:$R,LowerRightArrow:zR,loz:jR,lozenge:UR,lozf:qR,lpar:HR,lparlt:VR,lrarr:GR,lrcorner:KR,lrhar:WR,lrhard:ZR,lrm:YR,lrtri:JR,lsaquo:QR,lscr:XR,Lscr:eN,lsh:tN,Lsh:nN,lsim:sN,lsime:oN,lsimg:rN,lsqb:iN,lsquo:aN,lsquor:lN,Lstrok:cN,lstrok:dN,ltcc:uN,ltcir:hN,lt:fN,LT:pN,Lt:gN,ltdot:mN,lthree:_N,ltimes:bN,ltlarr:yN,ltquest:vN,ltri:wN,ltrie:xN,ltrif:kN,ltrPar:EN,lurdshar:CN,luruhar:AN,lvertneqq:SN,lvnE:TN,macr:MN,male:ON,malt:RN,maltese:NN,Map:"⤅",map:DN,mapsto:LN,mapstodown:IN,mapstoleft:PN,mapstoup:FN,marker:BN,mcomma:$N,Mcy:zN,mcy:jN,mdash:UN,mDDot:qN,measuredangle:HN,MediumSpace:VN,Mellintrf:GN,Mfr:KN,mfr:WN,mho:ZN,micro:YN,midast:JN,midcir:QN,mid:XN,middot:eD,minusb:tD,minus:nD,minusd:sD,minusdu:oD,MinusPlus:rD,mlcp:iD,mldr:aD,mnplus:lD,models:cD,Mopf:dD,mopf:uD,mp:hD,mscr:fD,Mscr:pD,mstpos:gD,Mu:mD,mu:_D,multimap:bD,mumap:yD,nabla:vD,Nacute:wD,nacute:xD,nang:kD,nap:ED,napE:CD,napid:AD,napos:SD,napprox:TD,natural:MD,naturals:OD,natur:RD,nbsp:ND,nbump:DD,nbumpe:LD,ncap:ID,Ncaron:PD,ncaron:FD,Ncedil:BD,ncedil:$D,ncong:zD,ncongdot:jD,ncup:UD,Ncy:qD,ncy:HD,ndash:VD,nearhk:GD,nearr:KD,neArr:WD,nearrow:ZD,ne:YD,nedot:JD,NegativeMediumSpace:QD,NegativeThickSpace:XD,NegativeThinSpace:eL,NegativeVeryThinSpace:tL,nequiv:nL,nesear:sL,nesim:oL,NestedGreaterGreater:rL,NestedLessLess:iL,NewLine:aL,nexist:lL,nexists:cL,Nfr:dL,nfr:uL,ngE:hL,nge:fL,ngeq:pL,ngeqq:gL,ngeqslant:mL,nges:_L,nGg:bL,ngsim:yL,nGt:vL,ngt:wL,ngtr:xL,nGtv:kL,nharr:EL,nhArr:CL,nhpar:AL,ni:SL,nis:TL,nisd:ML,niv:OL,NJcy:RL,njcy:NL,nlarr:DL,nlArr:LL,nldr:IL,nlE:PL,nle:FL,nleftarrow:BL,nLeftarrow:$L,nleftrightarrow:zL,nLeftrightarrow:jL,nleq:UL,nleqq:qL,nleqslant:HL,nles:VL,nless:GL,nLl:KL,nlsim:WL,nLt:ZL,nlt:YL,nltri:JL,nltrie:QL,nLtv:XL,nmid:eI,NoBreak:tI,NonBreakingSpace:nI,nopf:sI,Nopf:oI,Not:rI,not:iI,NotCongruent:aI,NotCupCap:lI,NotDoubleVerticalBar:cI,NotElement:dI,NotEqual:uI,NotEqualTilde:hI,NotExists:fI,NotGreater:pI,NotGreaterEqual:gI,NotGreaterFullEqual:mI,NotGreaterGreater:_I,NotGreaterLess:bI,NotGreaterSlantEqual:yI,NotGreaterTilde:vI,NotHumpDownHump:wI,NotHumpEqual:xI,notin:kI,notindot:EI,notinE:CI,notinva:AI,notinvb:SI,notinvc:TI,NotLeftTriangleBar:MI,NotLeftTriangle:OI,NotLeftTriangleEqual:RI,NotLess:NI,NotLessEqual:DI,NotLessGreater:LI,NotLessLess:II,NotLessSlantEqual:PI,NotLessTilde:FI,NotNestedGreaterGreater:BI,NotNestedLessLess:$I,notni:zI,notniva:jI,notnivb:UI,notnivc:qI,NotPrecedes:HI,NotPrecedesEqual:VI,NotPrecedesSlantEqual:GI,NotReverseElement:KI,NotRightTriangleBar:WI,NotRightTriangle:ZI,NotRightTriangleEqual:YI,NotSquareSubset:JI,NotSquareSubsetEqual:QI,NotSquareSuperset:XI,NotSquareSupersetEqual:eP,NotSubset:tP,NotSubsetEqual:nP,NotSucceeds:sP,NotSucceedsEqual:oP,NotSucceedsSlantEqual:rP,NotSucceedsTilde:iP,NotSuperset:aP,NotSupersetEqual:lP,NotTilde:cP,NotTildeEqual:dP,NotTildeFullEqual:uP,NotTildeTilde:hP,NotVerticalBar:fP,nparallel:pP,npar:gP,nparsl:mP,npart:_P,npolint:bP,npr:yP,nprcue:vP,nprec:wP,npreceq:xP,npre:kP,nrarrc:EP,nrarr:CP,nrArr:AP,nrarrw:SP,nrightarrow:TP,nRightarrow:MP,nrtri:OP,nrtrie:RP,nsc:NP,nsccue:DP,nsce:LP,Nscr:IP,nscr:PP,nshortmid:FP,nshortparallel:BP,nsim:$P,nsime:zP,nsimeq:jP,nsmid:UP,nspar:qP,nsqsube:HP,nsqsupe:VP,nsub:GP,nsubE:KP,nsube:WP,nsubset:ZP,nsubseteq:YP,nsubseteqq:JP,nsucc:QP,nsucceq:XP,nsup:eF,nsupE:tF,nsupe:nF,nsupset:sF,nsupseteq:oF,nsupseteqq:rF,ntgl:iF,Ntilde:aF,ntilde:lF,ntlg:cF,ntriangleleft:dF,ntrianglelefteq:uF,ntriangleright:hF,ntrianglerighteq:fF,Nu:pF,nu:gF,num:mF,numero:_F,numsp:bF,nvap:yF,nvdash:vF,nvDash:wF,nVdash:xF,nVDash:kF,nvge:EF,nvgt:CF,nvHarr:AF,nvinfin:SF,nvlArr:TF,nvle:MF,nvlt:OF,nvltrie:RF,nvrArr:NF,nvrtrie:DF,nvsim:LF,nwarhk:IF,nwarr:PF,nwArr:FF,nwarrow:BF,nwnear:$F,Oacute:zF,oacute:jF,oast:UF,Ocirc:qF,ocirc:HF,ocir:VF,Ocy:GF,ocy:KF,odash:WF,Odblac:ZF,odblac:YF,odiv:JF,odot:QF,odsold:XF,OElig:eB,oelig:tB,ofcir:nB,Ofr:sB,ofr:oB,ogon:rB,Ograve:iB,ograve:aB,ogt:lB,ohbar:cB,ohm:dB,oint:uB,olarr:hB,olcir:fB,olcross:pB,oline:gB,olt:mB,Omacr:_B,omacr:bB,Omega:yB,omega:vB,Omicron:wB,omicron:xB,omid:kB,ominus:EB,Oopf:CB,oopf:AB,opar:SB,OpenCurlyDoubleQuote:TB,OpenCurlyQuote:MB,operp:OB,oplus:RB,orarr:NB,Or:DB,or:LB,ord:IB,order:PB,orderof:FB,ordf:BB,ordm:$B,origof:zB,oror:jB,orslope:UB,orv:qB,oS:HB,Oscr:VB,oscr:GB,Oslash:KB,oslash:WB,osol:ZB,Otilde:YB,otilde:JB,otimesas:QB,Otimes:XB,otimes:e$,Ouml:t$,ouml:n$,ovbar:s$,OverBar:o$,OverBrace:r$,OverBracket:i$,OverParenthesis:a$,para:l$,parallel:c$,par:d$,parsim:u$,parsl:h$,part:f$,PartialD:p$,Pcy:g$,pcy:m$,percnt:_$,period:b$,permil:y$,perp:v$,pertenk:w$,Pfr:x$,pfr:k$,Phi:E$,phi:C$,phiv:A$,phmmat:S$,phone:T$,Pi:M$,pi:O$,pitchfork:R$,piv:N$,planck:D$,planckh:L$,plankv:I$,plusacir:P$,plusb:F$,pluscir:B$,plus:$$,plusdo:z$,plusdu:j$,pluse:U$,PlusMinus:q$,plusmn:H$,plussim:V$,plustwo:G$,pm:K$,Poincareplane:W$,pointint:Z$,popf:Y$,Popf:J$,pound:Q$,prap:X$,Pr:ez,pr:tz,prcue:nz,precapprox:sz,prec:oz,preccurlyeq:rz,Precedes:iz,PrecedesEqual:az,PrecedesSlantEqual:lz,PrecedesTilde:cz,preceq:dz,precnapprox:uz,precneqq:hz,precnsim:fz,pre:pz,prE:gz,precsim:mz,prime:_z,Prime:bz,primes:yz,prnap:vz,prnE:wz,prnsim:xz,prod:kz,Product:Ez,profalar:Cz,profline:Az,profsurf:Sz,prop:Tz,Proportional:Mz,Proportion:Oz,propto:Rz,prsim:Nz,prurel:Dz,Pscr:Lz,pscr:Iz,Psi:Pz,psi:Fz,puncsp:Bz,Qfr:$z,qfr:zz,qint:jz,qopf:Uz,Qopf:qz,qprime:Hz,Qscr:Vz,qscr:Gz,quaternions:Kz,quatint:Wz,quest:Zz,questeq:Yz,quot:Jz,QUOT:Qz,rAarr:Xz,race:ej,Racute:tj,racute:nj,radic:sj,raemptyv:oj,rang:rj,Rang:ij,rangd:aj,range:lj,rangle:cj,raquo:dj,rarrap:uj,rarrb:hj,rarrbfs:fj,rarrc:pj,rarr:gj,Rarr:mj,rArr:_j,rarrfs:bj,rarrhk:yj,rarrlp:vj,rarrpl:wj,rarrsim:xj,Rarrtl:kj,rarrtl:Ej,rarrw:Cj,ratail:Aj,rAtail:Sj,ratio:Tj,rationals:Mj,rbarr:Oj,rBarr:Rj,RBarr:Nj,rbbrk:Dj,rbrace:Lj,rbrack:Ij,rbrke:Pj,rbrksld:Fj,rbrkslu:Bj,Rcaron:$j,rcaron:zj,Rcedil:jj,rcedil:Uj,rceil:qj,rcub:Hj,Rcy:Vj,rcy:Gj,rdca:Kj,rdldhar:Wj,rdquo:Zj,rdquor:Yj,rdsh:Jj,real:Qj,realine:Xj,realpart:eU,reals:tU,Re:nU,rect:sU,reg:oU,REG:rU,ReverseElement:iU,ReverseEquilibrium:aU,ReverseUpEquilibrium:lU,rfisht:cU,rfloor:dU,rfr:uU,Rfr:hU,rHar:fU,rhard:pU,rharu:gU,rharul:mU,Rho:_U,rho:bU,rhov:yU,RightAngleBracket:vU,RightArrowBar:wU,rightarrow:xU,RightArrow:kU,Rightarrow:EU,RightArrowLeftArrow:CU,rightarrowtail:AU,RightCeiling:SU,RightDoubleBracket:TU,RightDownTeeVector:MU,RightDownVectorBar:OU,RightDownVector:RU,RightFloor:NU,rightharpoondown:DU,rightharpoonup:LU,rightleftarrows:IU,rightleftharpoons:PU,rightrightarrows:FU,rightsquigarrow:BU,RightTeeArrow:$U,RightTee:zU,RightTeeVector:jU,rightthreetimes:UU,RightTriangleBar:qU,RightTriangle:HU,RightTriangleEqual:VU,RightUpDownVector:GU,RightUpTeeVector:KU,RightUpVectorBar:WU,RightUpVector:ZU,RightVectorBar:YU,RightVector:JU,ring:QU,risingdotseq:XU,rlarr:eq,rlhar:tq,rlm:nq,rmoustache:sq,rmoust:oq,rnmid:rq,roang:iq,roarr:aq,robrk:lq,ropar:cq,ropf:dq,Ropf:uq,roplus:hq,rotimes:fq,RoundImplies:pq,rpar:gq,rpargt:mq,rppolint:_q,rrarr:bq,Rrightarrow:yq,rsaquo:vq,rscr:wq,Rscr:xq,rsh:kq,Rsh:Eq,rsqb:Cq,rsquo:Aq,rsquor:Sq,rthree:Tq,rtimes:Mq,rtri:Oq,rtrie:Rq,rtrif:Nq,rtriltri:Dq,RuleDelayed:Lq,ruluhar:Iq,rx:Pq,Sacute:Fq,sacute:Bq,sbquo:$q,scap:zq,Scaron:jq,scaron:Uq,Sc:qq,sc:Hq,sccue:Vq,sce:Gq,scE:Kq,Scedil:Wq,scedil:Zq,Scirc:Yq,scirc:Jq,scnap:Qq,scnE:Xq,scnsim:eH,scpolint:tH,scsim:nH,Scy:sH,scy:oH,sdotb:rH,sdot:iH,sdote:aH,searhk:lH,searr:cH,seArr:dH,searrow:uH,sect:hH,semi:fH,seswar:pH,setminus:gH,setmn:mH,sext:_H,Sfr:bH,sfr:yH,sfrown:vH,sharp:wH,SHCHcy:xH,shchcy:kH,SHcy:EH,shcy:CH,ShortDownArrow:AH,ShortLeftArrow:SH,shortmid:TH,shortparallel:MH,ShortRightArrow:OH,ShortUpArrow:RH,shy:NH,Sigma:DH,sigma:LH,sigmaf:IH,sigmav:PH,sim:FH,simdot:BH,sime:$H,simeq:zH,simg:jH,simgE:UH,siml:qH,simlE:HH,simne:VH,simplus:GH,simrarr:KH,slarr:WH,SmallCircle:ZH,smallsetminus:YH,smashp:JH,smeparsl:QH,smid:XH,smile:eV,smt:tV,smte:nV,smtes:sV,SOFTcy:oV,softcy:rV,solbar:iV,solb:aV,sol:lV,Sopf:cV,sopf:dV,spades:uV,spadesuit:hV,spar:fV,sqcap:pV,sqcaps:gV,sqcup:mV,sqcups:_V,Sqrt:bV,sqsub:yV,sqsube:vV,sqsubset:wV,sqsubseteq:xV,sqsup:kV,sqsupe:EV,sqsupset:CV,sqsupseteq:AV,square:SV,Square:TV,SquareIntersection:MV,SquareSubset:OV,SquareSubsetEqual:RV,SquareSuperset:NV,SquareSupersetEqual:DV,SquareUnion:LV,squarf:IV,squ:PV,squf:FV,srarr:BV,Sscr:$V,sscr:zV,ssetmn:jV,ssmile:UV,sstarf:qV,Star:HV,star:VV,starf:GV,straightepsilon:KV,straightphi:WV,strns:ZV,sub:YV,Sub:JV,subdot:QV,subE:XV,sube:eG,subedot:tG,submult:nG,subnE:sG,subne:oG,subplus:rG,subrarr:iG,subset:aG,Subset:lG,subseteq:cG,subseteqq:dG,SubsetEqual:uG,subsetneq:hG,subsetneqq:fG,subsim:pG,subsub:gG,subsup:mG,succapprox:_G,succ:bG,succcurlyeq:yG,Succeeds:vG,SucceedsEqual:wG,SucceedsSlantEqual:xG,SucceedsTilde:kG,succeq:EG,succnapprox:CG,succneqq:AG,succnsim:SG,succsim:TG,SuchThat:MG,sum:OG,Sum:RG,sung:NG,sup1:DG,sup2:LG,sup3:IG,sup:PG,Sup:FG,supdot:BG,supdsub:$G,supE:zG,supe:jG,supedot:UG,Superset:qG,SupersetEqual:HG,suphsol:VG,suphsub:GG,suplarr:KG,supmult:WG,supnE:ZG,supne:YG,supplus:JG,supset:QG,Supset:XG,supseteq:eK,supseteqq:tK,supsetneq:nK,supsetneqq:sK,supsim:oK,supsub:rK,supsup:iK,swarhk:aK,swarr:lK,swArr:cK,swarrow:dK,swnwar:uK,szlig:hK,Tab:fK,target:pK,Tau:gK,tau:mK,tbrk:_K,Tcaron:bK,tcaron:yK,Tcedil:vK,tcedil:wK,Tcy:xK,tcy:kK,tdot:EK,telrec:CK,Tfr:AK,tfr:SK,there4:TK,therefore:MK,Therefore:OK,Theta:RK,theta:NK,thetasym:DK,thetav:LK,thickapprox:IK,thicksim:PK,ThickSpace:FK,ThinSpace:BK,thinsp:$K,thkap:zK,thksim:jK,THORN:UK,thorn:qK,tilde:HK,Tilde:VK,TildeEqual:GK,TildeFullEqual:KK,TildeTilde:WK,timesbar:ZK,timesb:YK,times:JK,timesd:QK,tint:XK,toea:eW,topbot:tW,topcir:nW,top:sW,Topf:oW,topf:rW,topfork:iW,tosa:aW,tprime:lW,trade:cW,TRADE:dW,triangle:uW,triangledown:hW,triangleleft:fW,trianglelefteq:pW,triangleq:gW,triangleright:mW,trianglerighteq:_W,tridot:bW,trie:yW,triminus:vW,TripleDot:wW,triplus:xW,trisb:kW,tritime:EW,trpezium:CW,Tscr:AW,tscr:SW,TScy:TW,tscy:MW,TSHcy:OW,tshcy:RW,Tstrok:NW,tstrok:DW,twixt:LW,twoheadleftarrow:IW,twoheadrightarrow:PW,Uacute:FW,uacute:BW,uarr:$W,Uarr:zW,uArr:jW,Uarrocir:UW,Ubrcy:qW,ubrcy:HW,Ubreve:VW,ubreve:GW,Ucirc:KW,ucirc:WW,Ucy:ZW,ucy:YW,udarr:JW,Udblac:QW,udblac:XW,udhar:eZ,ufisht:tZ,Ufr:nZ,ufr:sZ,Ugrave:oZ,ugrave:rZ,uHar:iZ,uharl:aZ,uharr:lZ,uhblk:cZ,ulcorn:dZ,ulcorner:uZ,ulcrop:hZ,ultri:fZ,Umacr:pZ,umacr:gZ,uml:mZ,UnderBar:_Z,UnderBrace:bZ,UnderBracket:yZ,UnderParenthesis:vZ,Union:wZ,UnionPlus:xZ,Uogon:kZ,uogon:EZ,Uopf:CZ,uopf:AZ,UpArrowBar:SZ,uparrow:TZ,UpArrow:MZ,Uparrow:OZ,UpArrowDownArrow:RZ,updownarrow:NZ,UpDownArrow:DZ,Updownarrow:LZ,UpEquilibrium:IZ,upharpoonleft:PZ,upharpoonright:FZ,uplus:BZ,UpperLeftArrow:$Z,UpperRightArrow:zZ,upsi:jZ,Upsi:UZ,upsih:qZ,Upsilon:HZ,upsilon:VZ,UpTeeArrow:GZ,UpTee:KZ,upuparrows:WZ,urcorn:ZZ,urcorner:YZ,urcrop:JZ,Uring:QZ,uring:XZ,urtri:eY,Uscr:tY,uscr:nY,utdot:sY,Utilde:oY,utilde:rY,utri:iY,utrif:aY,uuarr:lY,Uuml:cY,uuml:dY,uwangle:uY,vangrt:hY,varepsilon:fY,varkappa:pY,varnothing:gY,varphi:mY,varpi:_Y,varpropto:bY,varr:yY,vArr:vY,varrho:wY,varsigma:xY,varsubsetneq:kY,varsubsetneqq:EY,varsupsetneq:CY,varsupsetneqq:AY,vartheta:SY,vartriangleleft:TY,vartriangleright:MY,vBar:OY,Vbar:RY,vBarv:NY,Vcy:DY,vcy:LY,vdash:IY,vDash:PY,Vdash:FY,VDash:BY,Vdashl:$Y,veebar:zY,vee:jY,Vee:UY,veeeq:qY,vellip:HY,verbar:VY,Verbar:GY,vert:KY,Vert:WY,VerticalBar:ZY,VerticalLine:YY,VerticalSeparator:JY,VerticalTilde:QY,VeryThinSpace:XY,Vfr:eJ,vfr:tJ,vltri:nJ,vnsub:sJ,vnsup:oJ,Vopf:rJ,vopf:iJ,vprop:aJ,vrtri:lJ,Vscr:cJ,vscr:dJ,vsubnE:uJ,vsubne:hJ,vsupnE:fJ,vsupne:pJ,Vvdash:gJ,vzigzag:mJ,Wcirc:_J,wcirc:bJ,wedbar:yJ,wedge:vJ,Wedge:wJ,wedgeq:xJ,weierp:kJ,Wfr:EJ,wfr:CJ,Wopf:AJ,wopf:SJ,wp:TJ,wr:MJ,wreath:OJ,Wscr:RJ,wscr:NJ,xcap:DJ,xcirc:LJ,xcup:IJ,xdtri:PJ,Xfr:FJ,xfr:BJ,xharr:$J,xhArr:zJ,Xi:jJ,xi:UJ,xlarr:qJ,xlArr:HJ,xmap:VJ,xnis:GJ,xodot:KJ,Xopf:WJ,xopf:ZJ,xoplus:YJ,xotime:JJ,xrarr:QJ,xrArr:XJ,Xscr:eQ,xscr:tQ,xsqcup:nQ,xuplus:sQ,xutri:oQ,xvee:rQ,xwedge:iQ,Yacute:aQ,yacute:lQ,YAcy:cQ,yacy:dQ,Ycirc:uQ,ycirc:hQ,Ycy:fQ,ycy:pQ,yen:gQ,Yfr:mQ,yfr:_Q,YIcy:bQ,yicy:yQ,Yopf:vQ,yopf:wQ,Yscr:xQ,yscr:kQ,YUcy:EQ,yucy:CQ,yuml:AQ,Yuml:SQ,Zacute:TQ,zacute:MQ,Zcaron:OQ,zcaron:RQ,Zcy:NQ,zcy:DQ,Zdot:LQ,zdot:IQ,zeetrf:PQ,ZeroWidthSpace:FQ,Zeta:BQ,zeta:$Q,zfr:zQ,Zfr:jQ,ZHcy:UQ,zhcy:qQ,zigrarr:HQ,zopf:VQ,Zopf:GQ,Zscr:KQ,zscr:WQ,zwj:ZQ,zwnj:YQ};var ng=JQ,ac=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/,Js={},Xd={};function QQ(t){var e,n,s=Xd[t];if(s)return s;for(s=Xd[t]=[],e=0;e<128;e++)n=String.fromCharCode(e),/^[0-9a-z]$/i.test(n)?s.push(n):s.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2));for(e=0;e"u"&&(n=!0),a=QQ(e),s=0,o=t.length;s=55296&&r<=57343){if(r>=55296&&r<=56319&&s+1=56320&&i<=57343)){l+=encodeURIComponent(t[s]+t[s+1]),s++;continue}l+="%EF%BF%BD";continue}l+=encodeURIComponent(t[s])}return l}ui.defaultChars=";/?:@&=+$,-_.!~*'()#";ui.componentChars="-_.!~*'()";var XQ=ui,eu={};function eX(t){var e,n,s=eu[t];if(s)return s;for(s=eu[t]=[],e=0;e<128;e++)n=String.fromCharCode(e),s.push(n);for(e=0;e=55296&&u<=57343?h+="���":h+=String.fromCharCode(u),o+=6;continue}if((i&248)===240&&o+91114111?h+="����":(u-=65536,h+=String.fromCharCode(55296+(u>>10),56320+(u&1023))),o+=9;continue}h+="�"}return h})}hi.defaultChars=";/?:@&=+$,#";hi.componentChars="";var tX=hi,nX=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 Or(){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 sX=/^([a-z0-9.+-]+:)/i,oX=/:[0-9]*$/,rX=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,iX=["<",">",'"',"`"," ","\r",` + h-87.51l-313.51,338.7l-253.31-338.7H283.94z M412.63,231.77h136.81l604.13,807.76h-136.81L412.63,231.77z`})],-1),h2=[u2],f2=c("i",{"data-feather":"sun"},null,-1),p2=[f2],g2=c("i",{"data-feather":"moon"},null,-1),m2=[g2],_2=c("body",null,null,-1),b2={name:"TopBar",computed:{isConnected(){return this.$store.state.isConnected}},data(){return{codeBlockStylesheet:"",sunIcon:document.querySelector(".sun"),moonIcon:document.querySelector(".moon"),userTheme:localStorage.getItem("theme"),systemTheme:window.matchMedia("prefers-color-scheme: dark").matches}},mounted(){this.sunIcon=document.querySelector(".sun"),this.moonIcon=document.querySelector(".moon"),this.userTheme=localStorage.getItem("theme"),this.systemTheme=window.matchMedia("prefers-color-scheme: dark").matches,this.themeCheck(),be(()=>{ve.replace()})},created(){this.sunIcon=document.querySelector(".sun"),this.moonIcon=document.querySelector(".moon"),this.userTheme=localStorage.getItem("theme"),this.systemTheme=window.matchMedia("prefers-color-scheme: dark").matches},methods:{themeCheck(){if(this.userTheme=="dark"||!this.userTheme&&this.systemTheme){document.documentElement.classList.add("dark"),this.moonIcon.classList.add("display-none"),be(()=>{Ui(()=>Promise.resolve({}),["assets/stackoverflow-dark-7e41bf22.css"])});return}be(()=>{Ui(()=>Promise.resolve({}),["assets/stackoverflow-light-b5b5e2eb.css"])}),this.sunIcon.classList.add("display-none")},themeSwitch(){if(document.documentElement.classList.contains("dark")){document.documentElement.classList.remove("dark"),localStorage.setItem("theme","light"),this.userTheme=="light",this.iconToggle();return}Ui(()=>Promise.resolve({}),["assets/tokyo-night-dark-a847eb67.css"]),document.documentElement.classList.add("dark"),localStorage.setItem("theme","dark"),this.userTheme=="dark",this.iconToggle()},iconToggle(){this.sunIcon.classList.toggle("display-none"),this.moonIcon.classList.toggle("display-none")}},components:{Navigation:$p}},y2=Object.assign(b2,{setup(t){return(e,n)=>(k(),E(Oe,null,[c("header",Jy,[c("nav",Qy,[ae(dt(on),{to:{name:"discussions"}},{default:Ne(()=>[Xy]),_:1}),c("div",e2,[e.isConnected?(k(),E("div",t2,s2)):L("",!0),e.isConnected?L("",!0):(k(),E("div",o2,i2)),a2,c("a",l2,[c("div",c2,[(k(),E("svg",d2,h2))])]),c("div",{class:"sun text-2xl w-6 hover:text-primary duration-150",title:"Swith to Light theme",onClick:n[0]||(n[0]=s=>e.themeSwitch())},p2),c("div",{class:"moon text-2xl w-6 hover:text-primary duration-150",title:"Swith to Dark theme",onClick:n[1]||(n[1]=s=>e.themeSwitch())},m2)])]),ae($p)]),_2],64))}}),v2={class:"flex flex-col h-screen font-sans bg-bg-light text-slate-950 dark:bg-bg-dark dark:text-slate-50 overflow-y-scroll w-full dark:bg-bg-dark scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary"},w2={class:"flex overflow-hidden flex-grow"},x2={__name:"App",setup(t){return(e,n)=>(k(),E("div",v2,[ae(y2),c("div",w2,[ae(dt(Pp),null,{default:Ne(({Component:s})=>[(k(),nt(I_,null,[(k(),nt(V_(s)))],1024))]),_:1})])]))}},Yt=Object.create(null);Yt.open="0";Yt.close="1";Yt.ping="2";Yt.pong="3";Yt.message="4";Yt.upgrade="5";Yt.noop="6";const mr=Object.create(null);Object.keys(Yt).forEach(t=>{mr[Yt[t]]=t});const k2={type:"error",data:"parser error"},E2=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",C2=typeof ArrayBuffer=="function",A2=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer,zp=({type:t,data:e},n,s)=>E2&&e instanceof Blob?n?s(e):Vd(e,s):C2&&(e instanceof ArrayBuffer||A2(e))?n?s(e):Vd(new Blob([e]),s):s(Yt[t]+(e||"")),Vd=(t,e)=>{const n=new FileReader;return n.onload=function(){const s=n.result.split(",")[1];e("b"+(s||""))},n.readAsDataURL(t)},Gd="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",lo=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(let t=0;t{let e=t.length*.75,n=t.length,s,o=0,r,i,a,l;t[t.length-1]==="="&&(e--,t[t.length-2]==="="&&e--);const d=new ArrayBuffer(e),u=new Uint8Array(d);for(s=0;s>4,u[o++]=(i&15)<<4|a>>2,u[o++]=(a&3)<<6|l&63;return d},T2=typeof ArrayBuffer=="function",jp=(t,e)=>{if(typeof t!="string")return{type:"message",data:Up(t,e)};const n=t.charAt(0);return n==="b"?{type:"message",data:M2(t.substring(1),e)}:mr[n]?t.length>1?{type:mr[n],data:t.substring(1)}:{type:mr[n]}:k2},M2=(t,e)=>{if(T2){const n=S2(t);return Up(n,e)}else return{base64:!0,data:t}},Up=(t,e)=>{switch(e){case"blob":return t instanceof ArrayBuffer?new Blob([t]):t;case"arraybuffer":default:return t}},qp=String.fromCharCode(30),O2=(t,e)=>{const n=t.length,s=new Array(n);let o=0;t.forEach((r,i)=>{zp(r,!1,a=>{s[i]=a,++o===n&&e(s.join(qp))})})},R2=(t,e)=>{const n=t.split(qp),s=[];for(let o=0;otypeof self<"u"?self:typeof window<"u"?window:Function("return this")())();function Vp(t,...e){return e.reduce((n,s)=>(t.hasOwnProperty(s)&&(n[s]=t[s]),n),{})}const D2=Et.setTimeout,L2=Et.clearTimeout;function di(t,e){e.useNativeTimers?(t.setTimeoutFn=D2.bind(Et),t.clearTimeoutFn=L2.bind(Et)):(t.setTimeoutFn=Et.setTimeout.bind(Et),t.clearTimeoutFn=Et.clearTimeout.bind(Et))}const I2=1.33;function P2(t){return typeof t=="string"?F2(t):Math.ceil((t.byteLength||t.size)*I2)}function F2(t){let e=0,n=0;for(let s=0,o=t.length;s=57344?n+=3:(s++,n+=4);return n}class B2 extends Error{constructor(e,n,s){super(e),this.description=n,this.context=s,this.type="TransportError"}}class Gp extends st{constructor(e){super(),this.writable=!1,di(this,e),this.opts=e,this.query=e.query,this.socket=e.socket}onError(e,n,s){return super.emitReserved("error",new B2(e,n,s)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(e){this.readyState==="open"&&this.write(e)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){const n=jp(e,this.socket.binaryType);this.onPacket(n)}onPacket(e){super.emitReserved("packet",e)}onClose(e){this.readyState="closed",super.emitReserved("close",e)}pause(e){}}const Kp="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-_".split(""),ll=64,$2={};let Kd=0,Yo=0,Wd;function Zd(t){let e="";do e=Kp[t%ll]+e,t=Math.floor(t/ll);while(t>0);return e}function Wp(){const t=Zd(+new Date);return t!==Wd?(Kd=0,Wd=t):t+"."+Zd(Kd++)}for(;Yo{this.readyState="paused",e()};if(this.polling||!this.writable){let s=0;this.polling&&(s++,this.once("pollComplete",function(){--s||n()})),this.writable||(s++,this.once("drain",function(){--s||n()}))}else n()}poll(){this.polling=!0,this.doPoll(),this.emitReserved("poll")}onData(e){const n=s=>{if(this.readyState==="opening"&&s.type==="open"&&this.onOpen(),s.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(s)};R2(e,this.socket.binaryType).forEach(n),this.readyState!=="closed"&&(this.polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this.poll())}doClose(){const e=()=>{this.write([{type:"close"}])};this.readyState==="open"?e():this.once("open",e)}write(e){this.writable=!1,O2(e,n=>{this.doWrite(n,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){let e=this.query||{};const n=this.opts.secure?"https":"http";let s="";this.opts.timestampRequests!==!1&&(e[this.opts.timestampParam]=Wp()),!this.supportsBinary&&!e.sid&&(e.b64=1),this.opts.port&&(n==="https"&&Number(this.opts.port)!==443||n==="http"&&Number(this.opts.port)!==80)&&(s=":"+this.opts.port);const o=Zp(e),r=this.opts.hostname.indexOf(":")!==-1;return n+"://"+(r?"["+this.opts.hostname+"]":this.opts.hostname)+s+this.opts.path+(o.length?"?"+o:"")}request(e={}){return Object.assign(e,{xd:this.xd,xs:this.xs},this.opts),new Kt(this.uri(),e)}doWrite(e,n){const s=this.request({method:"POST",data:e});s.on("success",n),s.on("error",(o,r)=>{this.onError("xhr post error",o,r)})}doPoll(){const e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(n,s)=>{this.onError("xhr poll error",n,s)}),this.pollXhr=e}}class Kt extends st{constructor(e,n){super(),di(this,n),this.opts=n,this.method=n.method||"GET",this.uri=e,this.async=n.async!==!1,this.data=n.data!==void 0?n.data:null,this.create()}create(){const e=Vp(this.opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");e.xdomain=!!this.opts.xd,e.xscheme=!!this.opts.xs;const n=this.xhr=new Jp(e);try{n.open(this.method,this.uri,this.async);try{if(this.opts.extraHeaders){n.setDisableHeaderCheck&&n.setDisableHeaderCheck(!0);for(let s in this.opts.extraHeaders)this.opts.extraHeaders.hasOwnProperty(s)&&n.setRequestHeader(s,this.opts.extraHeaders[s])}}catch{}if(this.method==="POST")try{n.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{n.setRequestHeader("Accept","*/*")}catch{}"withCredentials"in n&&(n.withCredentials=this.opts.withCredentials),this.opts.requestTimeout&&(n.timeout=this.opts.requestTimeout),n.onreadystatechange=()=>{n.readyState===4&&(n.status===200||n.status===1223?this.onLoad():this.setTimeoutFn(()=>{this.onError(typeof n.status=="number"?n.status:0)},0))},n.send(this.data)}catch(s){this.setTimeoutFn(()=>{this.onError(s)},0);return}typeof document<"u"&&(this.index=Kt.requestsCount++,Kt.requests[this.index]=this)}onError(e){this.emitReserved("error",e,this.xhr),this.cleanup(!0)}cleanup(e){if(!(typeof this.xhr>"u"||this.xhr===null)){if(this.xhr.onreadystatechange=U2,e)try{this.xhr.abort()}catch{}typeof document<"u"&&delete Kt.requests[this.index],this.xhr=null}}onLoad(){const e=this.xhr.responseText;e!==null&&(this.emitReserved("data",e),this.emitReserved("success"),this.cleanup())}abort(){this.cleanup()}}Kt.requestsCount=0;Kt.requests={};if(typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",Yd);else if(typeof addEventListener=="function"){const t="onpagehide"in Et?"pagehide":"unload";addEventListener(t,Yd,!1)}}function Yd(){for(let t in Kt.requests)Kt.requests.hasOwnProperty(t)&&Kt.requests[t].abort()}const Qp=(()=>typeof Promise=="function"&&typeof Promise.resolve=="function"?e=>Promise.resolve().then(e):(e,n)=>n(e,0))(),Jo=Et.WebSocket||Et.MozWebSocket,Jd=!0,V2="arraybuffer",Qd=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class G2 extends Gp{constructor(e){super(e),this.supportsBinary=!e.forceBase64}get name(){return"websocket"}doOpen(){if(!this.check())return;const e=this.uri(),n=this.opts.protocols,s=Qd?{}:Vp(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(s.headers=this.opts.extraHeaders);try{this.ws=Jd&&!Qd?n?new Jo(e,n):new Jo(e):new Jo(e,n,s)}catch(o){return this.emitReserved("error",o)}this.ws.binaryType=this.socket.binaryType||V2,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=e=>this.onClose({description:"websocket connection closed",context:e}),this.ws.onmessage=e=>this.onData(e.data),this.ws.onerror=e=>this.onError("websocket error",e)}write(e){this.writable=!1;for(let n=0;n{const i={};try{Jd&&this.ws.send(r)}catch{}o&&Qp(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.close(),this.ws=null)}uri(){let e=this.query||{};const n=this.opts.secure?"wss":"ws";let s="";this.opts.port&&(n==="wss"&&Number(this.opts.port)!==443||n==="ws"&&Number(this.opts.port)!==80)&&(s=":"+this.opts.port),this.opts.timestampRequests&&(e[this.opts.timestampParam]=Wp()),this.supportsBinary||(e.b64=1);const o=Zp(e),r=this.opts.hostname.indexOf(":")!==-1;return n+"://"+(r?"["+this.opts.hostname+"]":this.opts.hostname)+s+this.opts.path+(o.length?"?"+o:"")}check(){return!!Jo}}const K2={websocket:G2,polling:H2},W2=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,Z2=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function cl(t){const e=t,n=t.indexOf("["),s=t.indexOf("]");n!=-1&&s!=-1&&(t=t.substring(0,n)+t.substring(n,s).replace(/:/g,";")+t.substring(s,t.length));let o=W2.exec(t||""),r={},i=14;for(;i--;)r[Z2[i]]=o[i]||"";return n!=-1&&s!=-1&&(r.source=e,r.host=r.host.substring(1,r.host.length-1).replace(/;/g,":"),r.authority=r.authority.replace("[","").replace("]","").replace(/;/g,":"),r.ipv6uri=!0),r.pathNames=Y2(r,r.path),r.queryKey=J2(r,r.query),r}function Y2(t,e){const n=/\/{2,9}/g,s=e.replace(n,"/").split("/");return(e.slice(0,1)=="/"||e.length===0)&&s.splice(0,1),e.slice(-1)=="/"&&s.splice(s.length-1,1),s}function J2(t,e){const n={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(s,o,r){o&&(n[o]=r)}),n}let Xp=class _s extends st{constructor(e,n={}){super(),this.writeBuffer=[],e&&typeof e=="object"&&(n=e,e=null),e?(e=cl(e),n.hostname=e.host,n.secure=e.protocol==="https"||e.protocol==="wss",n.port=e.port,e.query&&(n.query=e.query)):n.host&&(n.hostname=cl(n.host).host),di(this,n),this.secure=n.secure!=null?n.secure:typeof location<"u"&&location.protocol==="https:",n.hostname&&!n.port&&(n.port=this.secure?"443":"80"),this.hostname=n.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=n.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=n.transports||["polling","websocket"],this.writeBuffer=[],this.prevBufferLen=0,this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!0},n),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=z2(this.opts.query)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingTimeoutTimer=null,typeof addEventListener=="function"&&(this.opts.closeOnBeforeunload&&(this.beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this.beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this.offlineEventListener=()=>{this.onClose("transport close",{description:"network connection lost"})},addEventListener("offline",this.offlineEventListener,!1))),this.open()}createTransport(e){const n=Object.assign({},this.opts.query);n.EIO=Hp,n.transport=e,this.id&&(n.sid=this.id);const s=Object.assign({},this.opts.transportOptions[e],this.opts,{query:n,socket:this,hostname:this.hostname,secure:this.secure,port:this.port});return new K2[e](s)}open(){let e;if(this.opts.rememberUpgrade&&_s.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)e="websocket";else if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}else e=this.transports[0];this.readyState="opening";try{e=this.createTransport(e)}catch{this.transports.shift(),this.open();return}e.open(),this.setTransport(e)}setTransport(e){this.transport&&this.transport.removeAllListeners(),this.transport=e,e.on("drain",this.onDrain.bind(this)).on("packet",this.onPacket.bind(this)).on("error",this.onError.bind(this)).on("close",n=>this.onClose("transport close",n))}probe(e){let n=this.createTransport(e),s=!1;_s.priorWebsocketSuccess=!1;const o=()=>{s||(n.send([{type:"ping",data:"probe"}]),n.once("packet",h=>{if(!s)if(h.type==="pong"&&h.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",n),!n)return;_s.priorWebsocketSuccess=n.name==="websocket",this.transport.pause(()=>{s||this.readyState!=="closed"&&(u(),this.setTransport(n),n.send([{type:"upgrade"}]),this.emitReserved("upgrade",n),n=null,this.upgrading=!1,this.flush())})}else{const f=new Error("probe error");f.transport=n.name,this.emitReserved("upgradeError",f)}}))};function r(){s||(s=!0,u(),n.close(),n=null)}const i=h=>{const f=new Error("probe error: "+h);f.transport=n.name,r(),this.emitReserved("upgradeError",f)};function a(){i("transport closed")}function l(){i("socket closed")}function d(h){n&&h.name!==n.name&&r()}const u=()=>{n.removeListener("open",o),n.removeListener("error",i),n.removeListener("close",a),this.off("close",l),this.off("upgrading",d)};n.once("open",o),n.once("error",i),n.once("close",a),this.once("close",l),this.once("upgrading",d),n.open()}onOpen(){if(this.readyState="open",_s.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush(),this.readyState==="open"&&this.opts.upgrade){let e=0;const n=this.upgrades.length;for(;e{this.onClose("ping timeout")},this.pingInterval+this.pingTimeout),this.opts.autoUnref&&this.pingTimeoutTimer.unref()}onDrain(){this.writeBuffer.splice(0,this.prevBufferLen),this.prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const e=this.getWritablePackets();this.transport.send(e),this.prevBufferLen=e.length,this.emitReserved("flush")}}getWritablePackets(){if(!(this.maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let n=1;for(let s=0;s0&&n>this.maxPayload)return this.writeBuffer.slice(0,s);n+=2}return this.writeBuffer}write(e,n,s){return this.sendPacket("message",e,n,s),this}send(e,n,s){return this.sendPacket("message",e,n,s),this}sendPacket(e,n,s,o){if(typeof n=="function"&&(o=n,n=void 0),typeof s=="function"&&(o=s,s=null),this.readyState==="closing"||this.readyState==="closed")return;s=s||{},s.compress=s.compress!==!1;const r={type:e,data:n,options:s};this.emitReserved("packetCreate",r),this.writeBuffer.push(r),o&&this.once("flush",o),this.flush()}close(){const e=()=>{this.onClose("forced close"),this.transport.close()},n=()=>{this.off("upgrade",n),this.off("upgradeError",n),e()},s=()=>{this.once("upgrade",n),this.once("upgradeError",n)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?s():e()}):this.upgrading?s():e()),this}onError(e){_s.priorWebsocketSuccess=!1,this.emitReserved("error",e),this.onClose("transport error",e)}onClose(e,n){(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")&&(this.clearTimeoutFn(this.pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),typeof removeEventListener=="function"&&(removeEventListener("beforeunload",this.beforeunloadEventListener,!1),removeEventListener("offline",this.offlineEventListener,!1)),this.readyState="closed",this.id=null,this.emitReserved("close",e,n),this.writeBuffer=[],this.prevBufferLen=0)}filterUpgrades(e){const n=[];let s=0;const o=e.length;for(;stypeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,eg=Object.prototype.toString,tv=typeof Blob=="function"||typeof Blob<"u"&&eg.call(Blob)==="[object BlobConstructor]",nv=typeof File=="function"||typeof File<"u"&&eg.call(File)==="[object FileConstructor]";function rc(t){return X2&&(t instanceof ArrayBuffer||ev(t))||tv&&t instanceof Blob||nv&&t instanceof File}function _r(t,e){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let n=0,s=t.length;n=0&&t.num{delete this.acks[e];for(let i=0;i{this.io.clearTimeoutFn(r),n.apply(this,[null,...i])}}emitWithAck(e,...n){const s=this.flags.timeout!==void 0||this._opts.ackTimeout!==void 0;return new Promise((o,r)=>{n.push((i,a)=>s?i?r(i):o(a):o(i)),this.emit(e,...n)})}_addToQueue(e){let n;typeof e[e.length-1]=="function"&&(n=e.pop());const s={id:this._queueSeq++,tryCount:0,pending:!1,args:e,flags:Object.assign({fromQueue:!0},this.flags)};e.push((o,...r)=>s!==this._queue[0]?void 0:(o!==null?s.tryCount>this._opts.retries&&(this._queue.shift(),n&&n(o)):(this._queue.shift(),n&&n(null,...r)),s.pending=!1,this._drainQueue())),this._queue.push(s),this._drainQueue()}_drainQueue(e=!1){if(!this.connected||this._queue.length===0)return;const n=this._queue[0];n.pending&&!e||(n.pending=!0,n.tryCount++,this.flags=n.flags,this.emit.apply(this,n.args))}packet(e){e.nsp=this.nsp,this.io._packet(e)}onopen(){typeof this.auth=="function"?this.auth(e=>{this._sendConnectPacket(e)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(e){this.packet({type:Be.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},e):e})}onerror(e){this.connected||this.emitReserved("connect_error",e)}onclose(e,n){this.connected=!1,delete this.id,this.emitReserved("disconnect",e,n)}onpacket(e){if(e.nsp===this.nsp)switch(e.type){case Be.CONNECT:e.data&&e.data.sid?this.onconnect(e.data.sid,e.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case Be.EVENT:case Be.BINARY_EVENT:this.onevent(e);break;case Be.ACK:case Be.BINARY_ACK:this.onack(e);break;case Be.DISCONNECT:this.ondisconnect();break;case Be.CONNECT_ERROR:this.destroy();const s=new Error(e.data.message);s.data=e.data.data,this.emitReserved("connect_error",s);break}}onevent(e){const n=e.data||[];e.id!=null&&n.push(this.ack(e.id)),this.connected?this.emitEvent(n):this.receiveBuffer.push(Object.freeze(n))}emitEvent(e){if(this._anyListeners&&this._anyListeners.length){const n=this._anyListeners.slice();for(const s of n)s.apply(this,e)}super.emit.apply(this,e),this._pid&&e.length&&typeof e[e.length-1]=="string"&&(this._lastOffset=e[e.length-1])}ack(e){const n=this;let s=!1;return function(...o){s||(s=!0,n.packet({type:Be.ACK,id:e,data:o}))}}onack(e){const n=this.acks[e.id];typeof n=="function"&&(n.apply(this,e.data),delete this.acks[e.id])}onconnect(e,n){this.id=e,this.recovered=n&&this._pid===n,this._pid=n,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(e=>this.emitEvent(e)),this.receiveBuffer=[],this.sendBuffer.forEach(e=>{this.notifyOutgoingListeners(e),this.packet(e)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(e=>e()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:Be.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(e){return this.flags.compress=e,this}get volatile(){return this.flags.volatile=!0,this}timeout(e){return this.flags.timeout=e,this}onAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}prependAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}offAny(e){if(!this._anyListeners)return this;if(e){const n=this._anyListeners;for(let s=0;s0&&t.jitter<=1?t.jitter:0,this.attempts=0}Zs.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),n=Math.floor(e*this.jitter*t);t=Math.floor(e*10)&1?t+n:t-n}return Math.min(t,this.max)|0};Zs.prototype.reset=function(){this.attempts=0};Zs.prototype.setMin=function(t){this.ms=t};Zs.prototype.setMax=function(t){this.max=t};Zs.prototype.setJitter=function(t){this.jitter=t};class hl extends st{constructor(e,n){var s;super(),this.nsps={},this.subs=[],e&&typeof e=="object"&&(n=e,e=void 0),n=n||{},n.path=n.path||"/socket.io",this.opts=n,di(this,n),this.reconnection(n.reconnection!==!1),this.reconnectionAttempts(n.reconnectionAttempts||1/0),this.reconnectionDelay(n.reconnectionDelay||1e3),this.reconnectionDelayMax(n.reconnectionDelayMax||5e3),this.randomizationFactor((s=n.randomizationFactor)!==null&&s!==void 0?s:.5),this.backoff=new Zs({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(n.timeout==null?2e4:n.timeout),this._readyState="closed",this.uri=e;const o=n.parser||lv;this.encoder=new o.Encoder,this.decoder=new o.Decoder,this._autoConnect=n.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(e){return arguments.length?(this._reconnection=!!e,this):this._reconnection}reconnectionAttempts(e){return e===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}reconnectionDelay(e){var n;return e===void 0?this._reconnectionDelay:(this._reconnectionDelay=e,(n=this.backoff)===null||n===void 0||n.setMin(e),this)}randomizationFactor(e){var n;return e===void 0?this._randomizationFactor:(this._randomizationFactor=e,(n=this.backoff)===null||n===void 0||n.setJitter(e),this)}reconnectionDelayMax(e){var n;return e===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,(n=this.backoff)===null||n===void 0||n.setMax(e),this)}timeout(e){return arguments.length?(this._timeout=e,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(e){if(~this._readyState.indexOf("open"))return this;this.engine=new Xp(this.uri,this.opts);const n=this.engine,s=this;this._readyState="opening",this.skipReconnect=!1;const o=Dt(n,"open",function(){s.onopen(),e&&e()}),r=Dt(n,"error",i=>{s.cleanup(),s._readyState="closed",this.emitReserved("error",i),e?e(i):s.maybeReconnectOnOpen()});if(this._timeout!==!1){const i=this._timeout;i===0&&o();const a=this.setTimeoutFn(()=>{o(),n.close(),n.emit("error",new Error("timeout"))},i);this.opts.autoUnref&&a.unref(),this.subs.push(function(){clearTimeout(a)})}return this.subs.push(o),this.subs.push(r),this}connect(e){return this.open(e)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const e=this.engine;this.subs.push(Dt(e,"ping",this.onping.bind(this)),Dt(e,"data",this.ondata.bind(this)),Dt(e,"error",this.onerror.bind(this)),Dt(e,"close",this.onclose.bind(this)),Dt(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(e){try{this.decoder.add(e)}catch(n){this.onclose("parse error",n)}}ondecoded(e){Qp(()=>{this.emitReserved("packet",e)},this.setTimeoutFn)}onerror(e){this.emitReserved("error",e)}socket(e,n){let s=this.nsps[e];return s?this._autoConnect&&!s.active&&s.connect():(s=new tg(this,e,n),this.nsps[e]=s),s}_destroy(e){const n=Object.keys(this.nsps);for(const s of n)if(this.nsps[s].active)return;this._close()}_packet(e){const n=this.encoder.encode(e);for(let s=0;se()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close"),this.engine&&this.engine.close()}disconnect(){return this._close()}onclose(e,n){this.cleanup(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e,n),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const n=this.backoff.duration();this._reconnecting=!0;const s=this.setTimeoutFn(()=>{e.skipReconnect||(this.emitReserved("reconnect_attempt",e.backoff.attempts),!e.skipReconnect&&e.open(o=>{o?(e._reconnecting=!1,e.reconnect(),this.emitReserved("reconnect_error",o)):e.onreconnect()}))},n);this.opts.autoUnref&&s.unref(),this.subs.push(function(){clearTimeout(s)})}}onreconnect(){const e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}}const oo={};function br(t,e){typeof t=="object"&&(e=t,t=void 0),e=e||{};const n=Q2(t,e.path||"/socket.io"),s=n.source,o=n.id,r=n.path,i=oo[o]&&r in oo[o].nsps,a=e.forceNew||e["force new connection"]||e.multiplex===!1||i;let l;return a?l=new hl(s,e):(oo[o]||(oo[o]=new hl(s,e)),l=oo[o]),n.query&&!e.query&&(e.query=n.queryKey),l.socket(n.path,e)}Object.assign(br,{Manager:hl,Socket:tg,io:br,connect:br});const dv=void 0,Ee=new br(dv,{reconnection:!0,reconnectionAttempts:3,reconnectionDelay:1e3});const ze=(t,e)=>{const n=t.__vccOpts||t;for(const[s,o]of e)n[s]=o;return n},uv={name:"Toast",props:{},data(){return{show:!1,success:!0,message:"",toastArr:[]}},methods:{close(t){this.toastArr=this.toastArr.filter(e=>e.id!=t)},copyToClipBoard(t){navigator.clipboard.writeText(t),be(()=>{ve.replace()})},showToast(t,e=3,n=!0){const s=parseInt((new Date().getTime()*Math.random()).toString()).toString(),o={id:s,success:n,message:t,show:!0};this.toastArr.push(o),be(()=>{ve.replace()}),setTimeout(()=>{this.toastArr=this.toastArr.filter(r=>r.id!=s)},e*1e3)}},watch:{}},Ln=t=>(is("data-v-3ffdabf3"),t=t(),as(),t),hv={class:"absolute bottom-16 right-2 z-20 flex flex-col gap-3 min-w-[300px]"},fv={class:"flex flex-row items-center w-full max-w-xs p-4 mb-4 text-gray-500 bg-white rounded-lg shadow dark:text-gray-400 dark:bg-gray-800",role:"alert"},pv={class:"flex flex-row flex-grow items-center"},gv={key:0,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"},mv=Ln(()=>c("i",{"data-feather":"check"},null,-1)),_v=Ln(()=>c("span",{class:"sr-only"},"Check icon",-1)),bv=[mv,_v],yv={key:1,class:"inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-800 dark:text-red-200"},vv=Ln(()=>c("i",{"data-feather":"x"},null,-1)),wv=Ln(()=>c("span",{class:"sr-only"},"Cross icon",-1)),xv=[vv,wv],kv=["title"],Ev={class:"flex"},Cv=["onClick"],Av=Ln(()=>c("span",{class:"sr-only"},"Copy message",-1)),Sv=Ln(()=>c("i",{"data-feather":"clipboard",class:"w-5 h-5"},null,-1)),Tv=[Av,Sv],Mv=["onClick"],Ov=Ln(()=>c("span",{class:"sr-only"},"Close",-1)),Rv=Ln(()=>c("svg",{"aria-hidden":"true",class:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[c("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})],-1)),Nv=[Ov,Rv];function Dv(t,e,n,s,o,r){return k(),E("div",hv,[ae(Ut,{name:"toastItem",tag:"div"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(o.toastArr,i=>(k(),E("div",{key:i.id,class:"relative"},[c("div",fv,[c("div",pv,[Cr(t.$slots,"default",{},()=>[i.success?(k(),E("div",gv,bv)):L("",!0),i.success?L("",!0):(k(),E("div",yv,xv)),c("div",{class:"ml-3 text-sm font-normal whitespace-pre-wrap line-clamp-3",title:i.message},U(i.message),9,kv)],!0)]),c("div",Ev,[c("button",{type:"button",onClick:de(a=>r.copyToClipBoard(i.message),["stop"]),title:"Copy message",class:"bg-white text-gray-400 hover:text-gray-900 rounded-lg focus:ring-2 focus:ring-gray-300 p-1.5 hover:bg-gray-100 inline-flex h-8 w-8 dark:text-gray-500 dark:hover:text-white dark:bg-gray-800 dark:hover:bg-gray-700"},Tv,8,Cv),c("button",{type:"button",onClick:a=>r.close(i.id),title:"Close",class:"bg-white text-gray-400 hover:text-gray-900 rounded-lg focus:ring-2 focus:ring-gray-300 p-1.5 hover:bg-gray-100 inline-flex h-8 w-8 dark:text-gray-500 dark:hover:text-white dark:bg-gray-800 dark:hover:bg-gray-700"},Nv,8,Mv)])])]))),128))]),_:3})])}const Ys=ze(uv,[["render",Dv],["__scopeId","data-v-3ffdabf3"]]);var He={};const Lv="Á",Iv="á",Pv="Ă",Fv="ă",Bv="∾",$v="∿",zv="∾̳",jv="Â",Uv="â",qv="´",Hv="А",Vv="а",Gv="Æ",Kv="æ",Wv="⁡",Zv="𝔄",Yv="𝔞",Jv="À",Qv="à",Xv="ℵ",ew="ℵ",tw="Α",nw="α",sw="Ā",ow="ā",rw="⨿",iw="&",aw="&",lw="⩕",cw="⩓",dw="∧",uw="⩜",hw="⩘",fw="⩚",pw="∠",gw="⦤",mw="∠",_w="⦨",bw="⦩",yw="⦪",vw="⦫",ww="⦬",xw="⦭",kw="⦮",Ew="⦯",Cw="∡",Aw="∟",Sw="⊾",Tw="⦝",Mw="∢",Ow="Å",Rw="⍼",Nw="Ą",Dw="ą",Lw="𝔸",Iw="𝕒",Pw="⩯",Fw="≈",Bw="⩰",$w="≊",zw="≋",jw="'",Uw="⁡",qw="≈",Hw="≊",Vw="Å",Gw="å",Kw="𝒜",Ww="𝒶",Zw="≔",Yw="*",Jw="≈",Qw="≍",Xw="Ã",ex="ã",tx="Ä",nx="ä",sx="∳",ox="⨑",rx="≌",ix="϶",ax="‵",lx="∽",cx="⋍",dx="∖",ux="⫧",hx="⊽",fx="⌅",px="⌆",gx="⌅",mx="⎵",_x="⎶",bx="≌",yx="Б",vx="б",wx="„",xx="∵",kx="∵",Ex="∵",Cx="⦰",Ax="϶",Sx="ℬ",Tx="ℬ",Mx="Β",Ox="β",Rx="ℶ",Nx="≬",Dx="𝔅",Lx="𝔟",Ix="⋂",Px="◯",Fx="⋃",Bx="⨀",$x="⨁",zx="⨂",jx="⨆",Ux="★",qx="▽",Hx="△",Vx="⨄",Gx="⋁",Kx="⋀",Wx="⤍",Zx="⧫",Yx="▪",Jx="▴",Qx="▾",Xx="◂",ek="▸",tk="␣",nk="▒",sk="░",ok="▓",rk="█",ik="=⃥",ak="≡⃥",lk="⫭",ck="⌐",dk="𝔹",uk="𝕓",hk="⊥",fk="⊥",pk="⋈",gk="⧉",mk="┐",_k="╕",bk="╖",yk="╗",vk="┌",wk="╒",xk="╓",kk="╔",Ek="─",Ck="═",Ak="┬",Sk="╤",Tk="╥",Mk="╦",Ok="┴",Rk="╧",Nk="╨",Dk="╩",Lk="⊟",Ik="⊞",Pk="⊠",Fk="┘",Bk="╛",$k="╜",zk="╝",jk="└",Uk="╘",qk="╙",Hk="╚",Vk="│",Gk="║",Kk="┼",Wk="╪",Zk="╫",Yk="╬",Jk="┤",Qk="╡",Xk="╢",e5="╣",t5="├",n5="╞",s5="╟",o5="╠",r5="‵",i5="˘",a5="˘",l5="¦",c5="𝒷",d5="ℬ",u5="⁏",h5="∽",f5="⋍",p5="⧅",g5="\\",m5="⟈",_5="•",b5="•",y5="≎",v5="⪮",w5="≏",x5="≎",k5="≏",E5="Ć",C5="ć",A5="⩄",S5="⩉",T5="⩋",M5="∩",O5="⋒",R5="⩇",N5="⩀",D5="ⅅ",L5="∩︀",I5="⁁",P5="ˇ",F5="ℭ",B5="⩍",$5="Č",z5="č",j5="Ç",U5="ç",q5="Ĉ",H5="ĉ",V5="∰",G5="⩌",K5="⩐",W5="Ċ",Z5="ċ",Y5="¸",J5="¸",Q5="⦲",X5="¢",eE="·",tE="·",nE="𝔠",sE="ℭ",oE="Ч",rE="ч",iE="✓",aE="✓",lE="Χ",cE="χ",dE="ˆ",uE="≗",hE="↺",fE="↻",pE="⊛",gE="⊚",mE="⊝",_E="⊙",bE="®",yE="Ⓢ",vE="⊖",wE="⊕",xE="⊗",kE="○",EE="⧃",CE="≗",AE="⨐",SE="⫯",TE="⧂",ME="∲",OE="”",RE="’",NE="♣",DE="♣",LE=":",IE="∷",PE="⩴",FE="≔",BE="≔",$E=",",zE="@",jE="∁",UE="∘",qE="∁",HE="ℂ",VE="≅",GE="⩭",KE="≡",WE="∮",ZE="∯",YE="∮",JE="𝕔",QE="ℂ",XE="∐",e4="∐",t4="©",n4="©",s4="℗",o4="∳",r4="↵",i4="✗",a4="⨯",l4="𝒞",c4="𝒸",d4="⫏",u4="⫑",h4="⫐",f4="⫒",p4="⋯",g4="⤸",m4="⤵",_4="⋞",b4="⋟",y4="↶",v4="⤽",w4="⩈",x4="⩆",k4="≍",E4="∪",C4="⋓",A4="⩊",S4="⊍",T4="⩅",M4="∪︀",O4="↷",R4="⤼",N4="⋞",D4="⋟",L4="⋎",I4="⋏",P4="¤",F4="↶",B4="↷",$4="⋎",z4="⋏",j4="∲",U4="∱",q4="⌭",H4="†",V4="‡",G4="ℸ",K4="↓",W4="↡",Z4="⇓",Y4="‐",J4="⫤",Q4="⊣",X4="⤏",e3="˝",t3="Ď",n3="ď",s3="Д",o3="д",r3="‡",i3="⇊",a3="ⅅ",l3="ⅆ",c3="⤑",d3="⩷",u3="°",h3="∇",f3="Δ",p3="δ",g3="⦱",m3="⥿",_3="𝔇",b3="𝔡",y3="⥥",v3="⇃",w3="⇂",x3="´",k3="˙",E3="˝",C3="`",A3="˜",S3="⋄",T3="⋄",M3="⋄",O3="♦",R3="♦",N3="¨",D3="ⅆ",L3="ϝ",I3="⋲",P3="÷",F3="÷",B3="⋇",$3="⋇",z3="Ђ",j3="ђ",U3="⌞",q3="⌍",H3="$",V3="𝔻",G3="𝕕",K3="¨",W3="˙",Z3="⃜",Y3="≐",J3="≑",Q3="≐",X3="∸",e8="∔",t8="⊡",n8="⌆",s8="∯",o8="¨",r8="⇓",i8="⇐",a8="⇔",l8="⫤",c8="⟸",d8="⟺",u8="⟹",h8="⇒",f8="⊨",p8="⇑",g8="⇕",m8="∥",_8="⤓",b8="↓",y8="↓",v8="⇓",w8="⇵",x8="̑",k8="⇊",E8="⇃",C8="⇂",A8="⥐",S8="⥞",T8="⥖",M8="↽",O8="⥟",R8="⥗",N8="⇁",D8="↧",L8="⊤",I8="⤐",P8="⌟",F8="⌌",B8="𝒟",$8="𝒹",z8="Ѕ",j8="ѕ",U8="⧶",q8="Đ",H8="đ",V8="⋱",G8="▿",K8="▾",W8="⇵",Z8="⥯",Y8="⦦",J8="Џ",Q8="џ",X8="⟿",eC="É",tC="é",nC="⩮",sC="Ě",oC="ě",rC="Ê",iC="ê",aC="≖",lC="≕",cC="Э",dC="э",uC="⩷",hC="Ė",fC="ė",pC="≑",gC="ⅇ",mC="≒",_C="𝔈",bC="𝔢",yC="⪚",vC="È",wC="è",xC="⪖",kC="⪘",EC="⪙",CC="∈",AC="⏧",SC="ℓ",TC="⪕",MC="⪗",OC="Ē",RC="ē",NC="∅",DC="∅",LC="◻",IC="∅",PC="▫",FC=" ",BC=" ",$C=" ",zC="Ŋ",jC="ŋ",UC=" ",qC="Ę",HC="ę",VC="𝔼",GC="𝕖",KC="⋕",WC="⧣",ZC="⩱",YC="ε",JC="Ε",QC="ε",XC="ϵ",e9="≖",t9="≕",n9="≂",s9="⪖",o9="⪕",r9="⩵",i9="=",a9="≂",l9="≟",c9="⇌",d9="≡",u9="⩸",h9="⧥",f9="⥱",p9="≓",g9="ℯ",m9="ℰ",_9="≐",b9="⩳",y9="≂",v9="Η",w9="η",x9="Ð",k9="ð",E9="Ë",C9="ë",A9="€",S9="!",T9="∃",M9="∃",O9="ℰ",R9="ⅇ",N9="ⅇ",D9="≒",L9="Ф",I9="ф",P9="♀",F9="ffi",B9="ff",$9="ffl",z9="𝔉",j9="𝔣",U9="fi",q9="◼",H9="▪",V9="fj",G9="♭",K9="fl",W9="▱",Z9="ƒ",Y9="𝔽",J9="𝕗",Q9="∀",X9="∀",e6="⋔",t6="⫙",n6="ℱ",s6="⨍",o6="½",r6="⅓",i6="¼",a6="⅕",l6="⅙",c6="⅛",d6="⅔",u6="⅖",h6="¾",f6="⅗",p6="⅜",g6="⅘",m6="⅚",_6="⅝",b6="⅞",y6="⁄",v6="⌢",w6="𝒻",x6="ℱ",k6="ǵ",E6="Γ",C6="γ",A6="Ϝ",S6="ϝ",T6="⪆",M6="Ğ",O6="ğ",R6="Ģ",N6="Ĝ",D6="ĝ",L6="Г",I6="г",P6="Ġ",F6="ġ",B6="≥",$6="≧",z6="⪌",j6="⋛",U6="≥",q6="≧",H6="⩾",V6="⪩",G6="⩾",K6="⪀",W6="⪂",Z6="⪄",Y6="⋛︀",J6="⪔",Q6="𝔊",X6="𝔤",eA="≫",tA="⋙",nA="⋙",sA="ℷ",oA="Ѓ",rA="ѓ",iA="⪥",aA="≷",lA="⪒",cA="⪤",dA="⪊",uA="⪊",hA="⪈",fA="≩",pA="⪈",gA="≩",mA="⋧",_A="𝔾",bA="𝕘",yA="`",vA="≥",wA="⋛",xA="≧",kA="⪢",EA="≷",CA="⩾",AA="≳",SA="𝒢",TA="ℊ",MA="≳",OA="⪎",RA="⪐",NA="⪧",DA="⩺",LA=">",IA=">",PA="≫",FA="⋗",BA="⦕",$A="⩼",zA="⪆",jA="⥸",UA="⋗",qA="⋛",HA="⪌",VA="≷",GA="≳",KA="≩︀",WA="≩︀",ZA="ˇ",YA=" ",JA="½",QA="ℋ",XA="Ъ",e7="ъ",t7="⥈",n7="↔",s7="⇔",o7="↭",r7="^",i7="ℏ",a7="Ĥ",l7="ĥ",c7="♥",d7="♥",u7="…",h7="⊹",f7="𝔥",p7="ℌ",g7="ℋ",m7="⤥",_7="⤦",b7="⇿",y7="∻",v7="↩",w7="↪",x7="𝕙",k7="ℍ",E7="―",C7="─",A7="𝒽",S7="ℋ",T7="ℏ",M7="Ħ",O7="ħ",R7="≎",N7="≏",D7="⁃",L7="‐",I7="Í",P7="í",F7="⁣",B7="Î",$7="î",z7="И",j7="и",U7="İ",q7="Е",H7="е",V7="¡",G7="⇔",K7="𝔦",W7="ℑ",Z7="Ì",Y7="ì",J7="ⅈ",Q7="⨌",X7="∭",eS="⧜",tS="℩",nS="IJ",sS="ij",oS="Ī",rS="ī",iS="ℑ",aS="ⅈ",lS="ℐ",cS="ℑ",dS="ı",uS="ℑ",hS="⊷",fS="Ƶ",pS="⇒",gS="℅",mS="∞",_S="⧝",bS="ı",yS="⊺",vS="∫",wS="∬",xS="ℤ",kS="∫",ES="⊺",CS="⋂",AS="⨗",SS="⨼",TS="⁣",MS="⁢",OS="Ё",RS="ё",NS="Į",DS="į",LS="𝕀",IS="𝕚",PS="Ι",FS="ι",BS="⨼",$S="¿",zS="𝒾",jS="ℐ",US="∈",qS="⋵",HS="⋹",VS="⋴",GS="⋳",KS="∈",WS="⁢",ZS="Ĩ",YS="ĩ",JS="І",QS="і",XS="Ï",eT="ï",tT="Ĵ",nT="ĵ",sT="Й",oT="й",rT="𝔍",iT="𝔧",aT="ȷ",lT="𝕁",cT="𝕛",dT="𝒥",uT="𝒿",hT="Ј",fT="ј",pT="Є",gT="є",mT="Κ",_T="κ",bT="ϰ",yT="Ķ",vT="ķ",wT="К",xT="к",kT="𝔎",ET="𝔨",CT="ĸ",AT="Х",ST="х",TT="Ќ",MT="ќ",OT="𝕂",RT="𝕜",NT="𝒦",DT="𝓀",LT="⇚",IT="Ĺ",PT="ĺ",FT="⦴",BT="ℒ",$T="Λ",zT="λ",jT="⟨",UT="⟪",qT="⦑",HT="⟨",VT="⪅",GT="ℒ",KT="«",WT="⇤",ZT="⤟",YT="←",JT="↞",QT="⇐",XT="⤝",eM="↩",tM="↫",nM="⤹",sM="⥳",oM="↢",rM="⤙",iM="⤛",aM="⪫",lM="⪭",cM="⪭︀",dM="⤌",uM="⤎",hM="❲",fM="{",pM="[",gM="⦋",mM="⦏",_M="⦍",bM="Ľ",yM="ľ",vM="Ļ",wM="ļ",xM="⌈",kM="{",EM="Л",CM="л",AM="⤶",SM="“",TM="„",MM="⥧",OM="⥋",RM="↲",NM="≤",DM="≦",LM="⟨",IM="⇤",PM="←",FM="←",BM="⇐",$M="⇆",zM="↢",jM="⌈",UM="⟦",qM="⥡",HM="⥙",VM="⇃",GM="⌊",KM="↽",WM="↼",ZM="⇇",YM="↔",JM="↔",QM="⇔",XM="⇆",eO="⇋",tO="↭",nO="⥎",sO="↤",oO="⊣",rO="⥚",iO="⋋",aO="⧏",lO="⊲",cO="⊴",dO="⥑",uO="⥠",hO="⥘",fO="↿",pO="⥒",gO="↼",mO="⪋",_O="⋚",bO="≤",yO="≦",vO="⩽",wO="⪨",xO="⩽",kO="⩿",EO="⪁",CO="⪃",AO="⋚︀",SO="⪓",TO="⪅",MO="⋖",OO="⋚",RO="⪋",NO="⋚",DO="≦",LO="≶",IO="≶",PO="⪡",FO="≲",BO="⩽",$O="≲",zO="⥼",jO="⌊",UO="𝔏",qO="𝔩",HO="≶",VO="⪑",GO="⥢",KO="↽",WO="↼",ZO="⥪",YO="▄",JO="Љ",QO="љ",XO="⇇",eR="≪",tR="⋘",nR="⌞",sR="⇚",oR="⥫",rR="◺",iR="Ŀ",aR="ŀ",lR="⎰",cR="⎰",dR="⪉",uR="⪉",hR="⪇",fR="≨",pR="⪇",gR="≨",mR="⋦",_R="⟬",bR="⇽",yR="⟦",vR="⟵",wR="⟵",xR="⟸",kR="⟷",ER="⟷",CR="⟺",AR="⟼",SR="⟶",TR="⟶",MR="⟹",OR="↫",RR="↬",NR="⦅",DR="𝕃",LR="𝕝",IR="⨭",PR="⨴",FR="∗",BR="_",$R="↙",zR="↘",jR="◊",UR="◊",qR="⧫",HR="(",VR="⦓",GR="⇆",KR="⌟",WR="⇋",ZR="⥭",YR="‎",JR="⊿",QR="‹",XR="𝓁",eN="ℒ",tN="↰",nN="↰",sN="≲",oN="⪍",rN="⪏",iN="[",aN="‘",lN="‚",cN="Ł",dN="ł",uN="⪦",hN="⩹",fN="<",pN="<",gN="≪",mN="⋖",_N="⋋",bN="⋉",yN="⥶",vN="⩻",wN="◃",xN="⊴",kN="◂",EN="⦖",CN="⥊",AN="⥦",SN="≨︀",TN="≨︀",MN="¯",ON="♂",RN="✠",NN="✠",DN="↦",LN="↦",IN="↧",PN="↤",FN="↥",BN="▮",$N="⨩",zN="М",jN="м",UN="—",qN="∺",HN="∡",VN=" ",GN="ℳ",KN="𝔐",WN="𝔪",ZN="℧",YN="µ",JN="*",QN="⫰",XN="∣",eD="·",tD="⊟",nD="−",sD="∸",oD="⨪",rD="∓",iD="⫛",aD="…",lD="∓",cD="⊧",dD="𝕄",uD="𝕞",hD="∓",fD="𝓂",pD="ℳ",gD="∾",mD="Μ",_D="μ",bD="⊸",yD="⊸",vD="∇",wD="Ń",xD="ń",kD="∠⃒",ED="≉",CD="⩰̸",AD="≋̸",SD="ʼn",TD="≉",MD="♮",OD="ℕ",RD="♮",ND=" ",DD="≎̸",LD="≏̸",ID="⩃",PD="Ň",FD="ň",BD="Ņ",$D="ņ",zD="≇",jD="⩭̸",UD="⩂",qD="Н",HD="н",VD="–",GD="⤤",KD="↗",WD="⇗",ZD="↗",YD="≠",JD="≐̸",QD="​",XD="​",eL="​",tL="​",nL="≢",sL="⤨",oL="≂̸",rL="≫",iL="≪",aL=` +`,lL="∄",cL="∄",dL="𝔑",uL="𝔫",hL="≧̸",fL="≱",pL="≱",gL="≧̸",mL="⩾̸",_L="⩾̸",bL="⋙̸",yL="≵",vL="≫⃒",wL="≯",xL="≯",kL="≫̸",EL="↮",CL="⇎",AL="⫲",SL="∋",TL="⋼",ML="⋺",OL="∋",RL="Њ",NL="њ",DL="↚",LL="⇍",IL="‥",PL="≦̸",FL="≰",BL="↚",$L="⇍",zL="↮",jL="⇎",UL="≰",qL="≦̸",HL="⩽̸",VL="⩽̸",GL="≮",KL="⋘̸",WL="≴",ZL="≪⃒",YL="≮",JL="⋪",QL="⋬",XL="≪̸",eI="∤",tI="⁠",nI=" ",sI="𝕟",oI="ℕ",rI="⫬",iI="¬",aI="≢",lI="≭",cI="∦",dI="∉",uI="≠",hI="≂̸",fI="∄",pI="≯",gI="≱",mI="≧̸",_I="≫̸",bI="≹",yI="⩾̸",vI="≵",wI="≎̸",xI="≏̸",kI="∉",EI="⋵̸",CI="⋹̸",AI="∉",SI="⋷",TI="⋶",MI="⧏̸",OI="⋪",RI="⋬",NI="≮",DI="≰",LI="≸",II="≪̸",PI="⩽̸",FI="≴",BI="⪢̸",$I="⪡̸",zI="∌",jI="∌",UI="⋾",qI="⋽",HI="⊀",VI="⪯̸",GI="⋠",KI="∌",WI="⧐̸",ZI="⋫",YI="⋭",JI="⊏̸",QI="⋢",XI="⊐̸",eP="⋣",tP="⊂⃒",nP="⊈",sP="⊁",oP="⪰̸",rP="⋡",iP="≿̸",aP="⊃⃒",lP="⊉",cP="≁",dP="≄",uP="≇",hP="≉",fP="∤",pP="∦",gP="∦",mP="⫽⃥",_P="∂̸",bP="⨔",yP="⊀",vP="⋠",wP="⊀",xP="⪯̸",kP="⪯̸",EP="⤳̸",CP="↛",AP="⇏",SP="↝̸",TP="↛",MP="⇏",OP="⋫",RP="⋭",NP="⊁",DP="⋡",LP="⪰̸",IP="𝒩",PP="𝓃",FP="∤",BP="∦",$P="≁",zP="≄",jP="≄",UP="∤",qP="∦",HP="⋢",VP="⋣",GP="⊄",KP="⫅̸",WP="⊈",ZP="⊂⃒",YP="⊈",JP="⫅̸",QP="⊁",XP="⪰̸",eF="⊅",tF="⫆̸",nF="⊉",sF="⊃⃒",oF="⊉",rF="⫆̸",iF="≹",aF="Ñ",lF="ñ",cF="≸",dF="⋪",uF="⋬",hF="⋫",fF="⋭",pF="Ν",gF="ν",mF="#",_F="№",bF=" ",yF="≍⃒",vF="⊬",wF="⊭",xF="⊮",kF="⊯",EF="≥⃒",CF=">⃒",AF="⤄",SF="⧞",TF="⤂",MF="≤⃒",OF="<⃒",RF="⊴⃒",NF="⤃",DF="⊵⃒",LF="∼⃒",IF="⤣",PF="↖",FF="⇖",BF="↖",$F="⤧",zF="Ó",jF="ó",UF="⊛",qF="Ô",HF="ô",VF="⊚",GF="О",KF="о",WF="⊝",ZF="Ő",YF="ő",JF="⨸",QF="⊙",XF="⦼",eB="Œ",tB="œ",nB="⦿",sB="𝔒",oB="𝔬",rB="˛",iB="Ò",aB="ò",lB="⧁",cB="⦵",dB="Ω",uB="∮",hB="↺",fB="⦾",pB="⦻",gB="‾",mB="⧀",_B="Ō",bB="ō",yB="Ω",vB="ω",wB="Ο",xB="ο",kB="⦶",EB="⊖",CB="𝕆",AB="𝕠",SB="⦷",TB="“",MB="‘",OB="⦹",RB="⊕",NB="↻",DB="⩔",LB="∨",IB="⩝",PB="ℴ",FB="ℴ",BB="ª",$B="º",zB="⊶",jB="⩖",UB="⩗",qB="⩛",HB="Ⓢ",VB="𝒪",GB="ℴ",KB="Ø",WB="ø",ZB="⊘",YB="Õ",JB="õ",QB="⨶",XB="⨷",e$="⊗",t$="Ö",n$="ö",s$="⌽",o$="‾",r$="⏞",i$="⎴",a$="⏜",l$="¶",c$="∥",d$="∥",u$="⫳",h$="⫽",f$="∂",p$="∂",g$="П",m$="п",_$="%",b$=".",y$="‰",v$="⊥",w$="‱",x$="𝔓",k$="𝔭",E$="Φ",C$="φ",A$="ϕ",S$="ℳ",T$="☎",M$="Π",O$="π",R$="⋔",N$="ϖ",D$="ℏ",L$="ℎ",I$="ℏ",P$="⨣",F$="⊞",B$="⨢",$$="+",z$="∔",j$="⨥",U$="⩲",q$="±",H$="±",V$="⨦",G$="⨧",K$="±",W$="ℌ",Z$="⨕",Y$="𝕡",J$="ℙ",Q$="£",X$="⪷",ez="⪻",tz="≺",nz="≼",sz="⪷",oz="≺",rz="≼",iz="≺",az="⪯",lz="≼",cz="≾",dz="⪯",uz="⪹",hz="⪵",fz="⋨",pz="⪯",gz="⪳",mz="≾",_z="′",bz="″",yz="ℙ",vz="⪹",wz="⪵",xz="⋨",kz="∏",Ez="∏",Cz="⌮",Az="⌒",Sz="⌓",Tz="∝",Mz="∝",Oz="∷",Rz="∝",Nz="≾",Dz="⊰",Lz="𝒫",Iz="𝓅",Pz="Ψ",Fz="ψ",Bz=" ",$z="𝔔",zz="𝔮",jz="⨌",Uz="𝕢",qz="ℚ",Hz="⁗",Vz="𝒬",Gz="𝓆",Kz="ℍ",Wz="⨖",Zz="?",Yz="≟",Jz='"',Qz='"',Xz="⇛",ej="∽̱",tj="Ŕ",nj="ŕ",sj="√",oj="⦳",rj="⟩",ij="⟫",aj="⦒",lj="⦥",cj="⟩",dj="»",uj="⥵",hj="⇥",fj="⤠",pj="⤳",gj="→",mj="↠",_j="⇒",bj="⤞",yj="↪",vj="↬",wj="⥅",xj="⥴",kj="⤖",Ej="↣",Cj="↝",Aj="⤚",Sj="⤜",Tj="∶",Mj="ℚ",Oj="⤍",Rj="⤏",Nj="⤐",Dj="❳",Lj="}",Ij="]",Pj="⦌",Fj="⦎",Bj="⦐",$j="Ř",zj="ř",jj="Ŗ",Uj="ŗ",qj="⌉",Hj="}",Vj="Р",Gj="р",Kj="⤷",Wj="⥩",Zj="”",Yj="”",Jj="↳",Qj="ℜ",Xj="ℛ",eU="ℜ",tU="ℝ",nU="ℜ",sU="▭",oU="®",rU="®",iU="∋",aU="⇋",lU="⥯",cU="⥽",dU="⌋",uU="𝔯",hU="ℜ",fU="⥤",pU="⇁",gU="⇀",mU="⥬",_U="Ρ",bU="ρ",yU="ϱ",vU="⟩",wU="⇥",xU="→",kU="→",EU="⇒",CU="⇄",AU="↣",SU="⌉",TU="⟧",MU="⥝",OU="⥕",RU="⇂",NU="⌋",DU="⇁",LU="⇀",IU="⇄",PU="⇌",FU="⇉",BU="↝",$U="↦",zU="⊢",jU="⥛",UU="⋌",qU="⧐",HU="⊳",VU="⊵",GU="⥏",KU="⥜",WU="⥔",ZU="↾",YU="⥓",JU="⇀",QU="˚",XU="≓",eq="⇄",tq="⇌",nq="‏",sq="⎱",oq="⎱",rq="⫮",iq="⟭",aq="⇾",lq="⟧",cq="⦆",dq="𝕣",uq="ℝ",hq="⨮",fq="⨵",pq="⥰",gq=")",mq="⦔",_q="⨒",bq="⇉",yq="⇛",vq="›",wq="𝓇",xq="ℛ",kq="↱",Eq="↱",Cq="]",Aq="’",Sq="’",Tq="⋌",Mq="⋊",Oq="▹",Rq="⊵",Nq="▸",Dq="⧎",Lq="⧴",Iq="⥨",Pq="℞",Fq="Ś",Bq="ś",$q="‚",zq="⪸",jq="Š",Uq="š",qq="⪼",Hq="≻",Vq="≽",Gq="⪰",Kq="⪴",Wq="Ş",Zq="ş",Yq="Ŝ",Jq="ŝ",Qq="⪺",Xq="⪶",eH="⋩",tH="⨓",nH="≿",sH="С",oH="с",rH="⊡",iH="⋅",aH="⩦",lH="⤥",cH="↘",dH="⇘",uH="↘",hH="§",fH=";",pH="⤩",gH="∖",mH="∖",_H="✶",bH="𝔖",yH="𝔰",vH="⌢",wH="♯",xH="Щ",kH="щ",EH="Ш",CH="ш",AH="↓",SH="←",TH="∣",MH="∥",OH="→",RH="↑",NH="­",DH="Σ",LH="σ",IH="ς",PH="ς",FH="∼",BH="⩪",$H="≃",zH="≃",jH="⪞",UH="⪠",qH="⪝",HH="⪟",VH="≆",GH="⨤",KH="⥲",WH="←",ZH="∘",YH="∖",JH="⨳",QH="⧤",XH="∣",eV="⌣",tV="⪪",nV="⪬",sV="⪬︀",oV="Ь",rV="ь",iV="⌿",aV="⧄",lV="/",cV="𝕊",dV="𝕤",uV="♠",hV="♠",fV="∥",pV="⊓",gV="⊓︀",mV="⊔",_V="⊔︀",bV="√",yV="⊏",vV="⊑",wV="⊏",xV="⊑",kV="⊐",EV="⊒",CV="⊐",AV="⊒",SV="□",TV="□",MV="⊓",OV="⊏",RV="⊑",NV="⊐",DV="⊒",LV="⊔",IV="▪",PV="□",FV="▪",BV="→",$V="𝒮",zV="𝓈",jV="∖",UV="⌣",qV="⋆",HV="⋆",VV="☆",GV="★",KV="ϵ",WV="ϕ",ZV="¯",YV="⊂",JV="⋐",QV="⪽",XV="⫅",eG="⊆",tG="⫃",nG="⫁",sG="⫋",oG="⊊",rG="⪿",iG="⥹",aG="⊂",lG="⋐",cG="⊆",dG="⫅",uG="⊆",hG="⊊",fG="⫋",pG="⫇",gG="⫕",mG="⫓",_G="⪸",bG="≻",yG="≽",vG="≻",wG="⪰",xG="≽",kG="≿",EG="⪰",CG="⪺",AG="⪶",SG="⋩",TG="≿",MG="∋",OG="∑",RG="∑",NG="♪",DG="¹",LG="²",IG="³",PG="⊃",FG="⋑",BG="⪾",$G="⫘",zG="⫆",jG="⊇",UG="⫄",qG="⊃",HG="⊇",VG="⟉",GG="⫗",KG="⥻",WG="⫂",ZG="⫌",YG="⊋",JG="⫀",QG="⊃",XG="⋑",eK="⊇",tK="⫆",nK="⊋",sK="⫌",oK="⫈",rK="⫔",iK="⫖",aK="⤦",lK="↙",cK="⇙",dK="↙",uK="⤪",hK="ß",fK=" ",pK="⌖",gK="Τ",mK="τ",_K="⎴",bK="Ť",yK="ť",vK="Ţ",wK="ţ",xK="Т",kK="т",EK="⃛",CK="⌕",AK="𝔗",SK="𝔱",TK="∴",MK="∴",OK="∴",RK="Θ",NK="θ",DK="ϑ",LK="ϑ",IK="≈",PK="∼",FK="  ",BK=" ",$K=" ",zK="≈",jK="∼",UK="Þ",qK="þ",HK="˜",VK="∼",GK="≃",KK="≅",WK="≈",ZK="⨱",YK="⊠",JK="×",QK="⨰",XK="∭",eW="⤨",tW="⌶",nW="⫱",sW="⊤",oW="𝕋",rW="𝕥",iW="⫚",aW="⤩",lW="‴",cW="™",dW="™",uW="▵",hW="▿",fW="◃",pW="⊴",gW="≜",mW="▹",_W="⊵",bW="◬",yW="≜",vW="⨺",wW="⃛",xW="⨹",kW="⧍",EW="⨻",CW="⏢",AW="𝒯",SW="𝓉",TW="Ц",MW="ц",OW="Ћ",RW="ћ",NW="Ŧ",DW="ŧ",LW="≬",IW="↞",PW="↠",FW="Ú",BW="ú",$W="↑",zW="↟",jW="⇑",UW="⥉",qW="Ў",HW="ў",VW="Ŭ",GW="ŭ",KW="Û",WW="û",ZW="У",YW="у",JW="⇅",QW="Ű",XW="ű",eZ="⥮",tZ="⥾",nZ="𝔘",sZ="𝔲",oZ="Ù",rZ="ù",iZ="⥣",aZ="↿",lZ="↾",cZ="▀",dZ="⌜",uZ="⌜",hZ="⌏",fZ="◸",pZ="Ū",gZ="ū",mZ="¨",_Z="_",bZ="⏟",yZ="⎵",vZ="⏝",wZ="⋃",xZ="⊎",kZ="Ų",EZ="ų",CZ="𝕌",AZ="𝕦",SZ="⤒",TZ="↑",MZ="↑",OZ="⇑",RZ="⇅",NZ="↕",DZ="↕",LZ="⇕",IZ="⥮",PZ="↿",FZ="↾",BZ="⊎",$Z="↖",zZ="↗",jZ="υ",UZ="ϒ",qZ="ϒ",HZ="Υ",VZ="υ",GZ="↥",KZ="⊥",WZ="⇈",ZZ="⌝",YZ="⌝",JZ="⌎",QZ="Ů",XZ="ů",eY="◹",tY="𝒰",nY="𝓊",sY="⋰",oY="Ũ",rY="ũ",iY="▵",aY="▴",lY="⇈",cY="Ü",dY="ü",uY="⦧",hY="⦜",fY="ϵ",pY="ϰ",gY="∅",mY="ϕ",_Y="ϖ",bY="∝",yY="↕",vY="⇕",wY="ϱ",xY="ς",kY="⊊︀",EY="⫋︀",CY="⊋︀",AY="⫌︀",SY="ϑ",TY="⊲",MY="⊳",OY="⫨",RY="⫫",NY="⫩",DY="В",LY="в",IY="⊢",PY="⊨",FY="⊩",BY="⊫",$Y="⫦",zY="⊻",jY="∨",UY="⋁",qY="≚",HY="⋮",VY="|",GY="‖",KY="|",WY="‖",ZY="∣",YY="|",JY="❘",QY="≀",XY=" ",eJ="𝔙",tJ="𝔳",nJ="⊲",sJ="⊂⃒",oJ="⊃⃒",rJ="𝕍",iJ="𝕧",aJ="∝",lJ="⊳",cJ="𝒱",dJ="𝓋",uJ="⫋︀",hJ="⊊︀",fJ="⫌︀",pJ="⊋︀",gJ="⊪",mJ="⦚",_J="Ŵ",bJ="ŵ",yJ="⩟",vJ="∧",wJ="⋀",xJ="≙",kJ="℘",EJ="𝔚",CJ="𝔴",AJ="𝕎",SJ="𝕨",TJ="℘",MJ="≀",OJ="≀",RJ="𝒲",NJ="𝓌",DJ="⋂",LJ="◯",IJ="⋃",PJ="▽",FJ="𝔛",BJ="𝔵",$J="⟷",zJ="⟺",jJ="Ξ",UJ="ξ",qJ="⟵",HJ="⟸",VJ="⟼",GJ="⋻",KJ="⨀",WJ="𝕏",ZJ="𝕩",YJ="⨁",JJ="⨂",QJ="⟶",XJ="⟹",eQ="𝒳",tQ="𝓍",nQ="⨆",sQ="⨄",oQ="△",rQ="⋁",iQ="⋀",aQ="Ý",lQ="ý",cQ="Я",dQ="я",uQ="Ŷ",hQ="ŷ",fQ="Ы",pQ="ы",gQ="¥",mQ="𝔜",_Q="𝔶",bQ="Ї",yQ="ї",vQ="𝕐",wQ="𝕪",xQ="𝒴",kQ="𝓎",EQ="Ю",CQ="ю",AQ="ÿ",SQ="Ÿ",TQ="Ź",MQ="ź",OQ="Ž",RQ="ž",NQ="З",DQ="з",LQ="Ż",IQ="ż",PQ="ℨ",FQ="​",BQ="Ζ",$Q="ζ",zQ="𝔷",jQ="ℨ",UQ="Ж",qQ="ж",HQ="⇝",VQ="𝕫",GQ="ℤ",KQ="𝒵",WQ="𝓏",ZQ="‍",YQ="‌",JQ={Aacute:Lv,aacute:Iv,Abreve:Pv,abreve:Fv,ac:Bv,acd:$v,acE:zv,Acirc:jv,acirc:Uv,acute:qv,Acy:Hv,acy:Vv,AElig:Gv,aelig:Kv,af:Wv,Afr:Zv,afr:Yv,Agrave:Jv,agrave:Qv,alefsym:Xv,aleph:ew,Alpha:tw,alpha:nw,Amacr:sw,amacr:ow,amalg:rw,amp:iw,AMP:aw,andand:lw,And:cw,and:dw,andd:uw,andslope:hw,andv:fw,ang:pw,ange:gw,angle:mw,angmsdaa:_w,angmsdab:bw,angmsdac:yw,angmsdad:vw,angmsdae:ww,angmsdaf:xw,angmsdag:kw,angmsdah:Ew,angmsd:Cw,angrt:Aw,angrtvb:Sw,angrtvbd:Tw,angsph:Mw,angst:Ow,angzarr:Rw,Aogon:Nw,aogon:Dw,Aopf:Lw,aopf:Iw,apacir:Pw,ap:Fw,apE:Bw,ape:$w,apid:zw,apos:jw,ApplyFunction:Uw,approx:qw,approxeq:Hw,Aring:Vw,aring:Gw,Ascr:Kw,ascr:Ww,Assign:Zw,ast:Yw,asymp:Jw,asympeq:Qw,Atilde:Xw,atilde:ex,Auml:tx,auml:nx,awconint:sx,awint:ox,backcong:rx,backepsilon:ix,backprime:ax,backsim:lx,backsimeq:cx,Backslash:dx,Barv:ux,barvee:hx,barwed:fx,Barwed:px,barwedge:gx,bbrk:mx,bbrktbrk:_x,bcong:bx,Bcy:yx,bcy:vx,bdquo:wx,becaus:xx,because:kx,Because:Ex,bemptyv:Cx,bepsi:Ax,bernou:Sx,Bernoullis:Tx,Beta:Mx,beta:Ox,beth:Rx,between:Nx,Bfr:Dx,bfr:Lx,bigcap:Ix,bigcirc:Px,bigcup:Fx,bigodot:Bx,bigoplus:$x,bigotimes:zx,bigsqcup:jx,bigstar:Ux,bigtriangledown:qx,bigtriangleup:Hx,biguplus:Vx,bigvee:Gx,bigwedge:Kx,bkarow:Wx,blacklozenge:Zx,blacksquare:Yx,blacktriangle:Jx,blacktriangledown:Qx,blacktriangleleft:Xx,blacktriangleright:ek,blank:tk,blk12:nk,blk14:sk,blk34:ok,block:rk,bne:ik,bnequiv:ak,bNot:lk,bnot:ck,Bopf:dk,bopf:uk,bot:hk,bottom:fk,bowtie:pk,boxbox:gk,boxdl:mk,boxdL:_k,boxDl:bk,boxDL:yk,boxdr:vk,boxdR:wk,boxDr:xk,boxDR:kk,boxh:Ek,boxH:Ck,boxhd:Ak,boxHd:Sk,boxhD:Tk,boxHD:Mk,boxhu:Ok,boxHu:Rk,boxhU:Nk,boxHU:Dk,boxminus:Lk,boxplus:Ik,boxtimes:Pk,boxul:Fk,boxuL:Bk,boxUl:$k,boxUL:zk,boxur:jk,boxuR:Uk,boxUr:qk,boxUR:Hk,boxv:Vk,boxV:Gk,boxvh:Kk,boxvH:Wk,boxVh:Zk,boxVH:Yk,boxvl:Jk,boxvL:Qk,boxVl:Xk,boxVL:e5,boxvr:t5,boxvR:n5,boxVr:s5,boxVR:o5,bprime:r5,breve:i5,Breve:a5,brvbar:l5,bscr:c5,Bscr:d5,bsemi:u5,bsim:h5,bsime:f5,bsolb:p5,bsol:g5,bsolhsub:m5,bull:_5,bullet:b5,bump:y5,bumpE:v5,bumpe:w5,Bumpeq:x5,bumpeq:k5,Cacute:E5,cacute:C5,capand:A5,capbrcup:S5,capcap:T5,cap:M5,Cap:O5,capcup:R5,capdot:N5,CapitalDifferentialD:D5,caps:L5,caret:I5,caron:P5,Cayleys:F5,ccaps:B5,Ccaron:$5,ccaron:z5,Ccedil:j5,ccedil:U5,Ccirc:q5,ccirc:H5,Cconint:V5,ccups:G5,ccupssm:K5,Cdot:W5,cdot:Z5,cedil:Y5,Cedilla:J5,cemptyv:Q5,cent:X5,centerdot:eE,CenterDot:tE,cfr:nE,Cfr:sE,CHcy:oE,chcy:rE,check:iE,checkmark:aE,Chi:lE,chi:cE,circ:dE,circeq:uE,circlearrowleft:hE,circlearrowright:fE,circledast:pE,circledcirc:gE,circleddash:mE,CircleDot:_E,circledR:bE,circledS:yE,CircleMinus:vE,CirclePlus:wE,CircleTimes:xE,cir:kE,cirE:EE,cire:CE,cirfnint:AE,cirmid:SE,cirscir:TE,ClockwiseContourIntegral:ME,CloseCurlyDoubleQuote:OE,CloseCurlyQuote:RE,clubs:NE,clubsuit:DE,colon:LE,Colon:IE,Colone:PE,colone:FE,coloneq:BE,comma:$E,commat:zE,comp:jE,compfn:UE,complement:qE,complexes:HE,cong:VE,congdot:GE,Congruent:KE,conint:WE,Conint:ZE,ContourIntegral:YE,copf:JE,Copf:QE,coprod:XE,Coproduct:e4,copy:t4,COPY:n4,copysr:s4,CounterClockwiseContourIntegral:o4,crarr:r4,cross:i4,Cross:a4,Cscr:l4,cscr:c4,csub:d4,csube:u4,csup:h4,csupe:f4,ctdot:p4,cudarrl:g4,cudarrr:m4,cuepr:_4,cuesc:b4,cularr:y4,cularrp:v4,cupbrcap:w4,cupcap:x4,CupCap:k4,cup:E4,Cup:C4,cupcup:A4,cupdot:S4,cupor:T4,cups:M4,curarr:O4,curarrm:R4,curlyeqprec:N4,curlyeqsucc:D4,curlyvee:L4,curlywedge:I4,curren:P4,curvearrowleft:F4,curvearrowright:B4,cuvee:$4,cuwed:z4,cwconint:j4,cwint:U4,cylcty:q4,dagger:H4,Dagger:V4,daleth:G4,darr:K4,Darr:W4,dArr:Z4,dash:Y4,Dashv:J4,dashv:Q4,dbkarow:X4,dblac:e3,Dcaron:t3,dcaron:n3,Dcy:s3,dcy:o3,ddagger:r3,ddarr:i3,DD:a3,dd:l3,DDotrahd:c3,ddotseq:d3,deg:u3,Del:h3,Delta:f3,delta:p3,demptyv:g3,dfisht:m3,Dfr:_3,dfr:b3,dHar:y3,dharl:v3,dharr:w3,DiacriticalAcute:x3,DiacriticalDot:k3,DiacriticalDoubleAcute:E3,DiacriticalGrave:C3,DiacriticalTilde:A3,diam:S3,diamond:T3,Diamond:M3,diamondsuit:O3,diams:R3,die:N3,DifferentialD:D3,digamma:L3,disin:I3,div:P3,divide:F3,divideontimes:B3,divonx:$3,DJcy:z3,djcy:j3,dlcorn:U3,dlcrop:q3,dollar:H3,Dopf:V3,dopf:G3,Dot:K3,dot:W3,DotDot:Z3,doteq:Y3,doteqdot:J3,DotEqual:Q3,dotminus:X3,dotplus:e8,dotsquare:t8,doublebarwedge:n8,DoubleContourIntegral:s8,DoubleDot:o8,DoubleDownArrow:r8,DoubleLeftArrow:i8,DoubleLeftRightArrow:a8,DoubleLeftTee:l8,DoubleLongLeftArrow:c8,DoubleLongLeftRightArrow:d8,DoubleLongRightArrow:u8,DoubleRightArrow:h8,DoubleRightTee:f8,DoubleUpArrow:p8,DoubleUpDownArrow:g8,DoubleVerticalBar:m8,DownArrowBar:_8,downarrow:b8,DownArrow:y8,Downarrow:v8,DownArrowUpArrow:w8,DownBreve:x8,downdownarrows:k8,downharpoonleft:E8,downharpoonright:C8,DownLeftRightVector:A8,DownLeftTeeVector:S8,DownLeftVectorBar:T8,DownLeftVector:M8,DownRightTeeVector:O8,DownRightVectorBar:R8,DownRightVector:N8,DownTeeArrow:D8,DownTee:L8,drbkarow:I8,drcorn:P8,drcrop:F8,Dscr:B8,dscr:$8,DScy:z8,dscy:j8,dsol:U8,Dstrok:q8,dstrok:H8,dtdot:V8,dtri:G8,dtrif:K8,duarr:W8,duhar:Z8,dwangle:Y8,DZcy:J8,dzcy:Q8,dzigrarr:X8,Eacute:eC,eacute:tC,easter:nC,Ecaron:sC,ecaron:oC,Ecirc:rC,ecirc:iC,ecir:aC,ecolon:lC,Ecy:cC,ecy:dC,eDDot:uC,Edot:hC,edot:fC,eDot:pC,ee:gC,efDot:mC,Efr:_C,efr:bC,eg:yC,Egrave:vC,egrave:wC,egs:xC,egsdot:kC,el:EC,Element:CC,elinters:AC,ell:SC,els:TC,elsdot:MC,Emacr:OC,emacr:RC,empty:NC,emptyset:DC,EmptySmallSquare:LC,emptyv:IC,EmptyVerySmallSquare:PC,emsp13:FC,emsp14:BC,emsp:$C,ENG:zC,eng:jC,ensp:UC,Eogon:qC,eogon:HC,Eopf:VC,eopf:GC,epar:KC,eparsl:WC,eplus:ZC,epsi:YC,Epsilon:JC,epsilon:QC,epsiv:XC,eqcirc:e9,eqcolon:t9,eqsim:n9,eqslantgtr:s9,eqslantless:o9,Equal:r9,equals:i9,EqualTilde:a9,equest:l9,Equilibrium:c9,equiv:d9,equivDD:u9,eqvparsl:h9,erarr:f9,erDot:p9,escr:g9,Escr:m9,esdot:_9,Esim:b9,esim:y9,Eta:v9,eta:w9,ETH:x9,eth:k9,Euml:E9,euml:C9,euro:A9,excl:S9,exist:T9,Exists:M9,expectation:O9,exponentiale:R9,ExponentialE:N9,fallingdotseq:D9,Fcy:L9,fcy:I9,female:P9,ffilig:F9,fflig:B9,ffllig:$9,Ffr:z9,ffr:j9,filig:U9,FilledSmallSquare:q9,FilledVerySmallSquare:H9,fjlig:V9,flat:G9,fllig:K9,fltns:W9,fnof:Z9,Fopf:Y9,fopf:J9,forall:Q9,ForAll:X9,fork:e6,forkv:t6,Fouriertrf:n6,fpartint:s6,frac12:o6,frac13:r6,frac14:i6,frac15:a6,frac16:l6,frac18:c6,frac23:d6,frac25:u6,frac34:h6,frac35:f6,frac38:p6,frac45:g6,frac56:m6,frac58:_6,frac78:b6,frasl:y6,frown:v6,fscr:w6,Fscr:x6,gacute:k6,Gamma:E6,gamma:C6,Gammad:A6,gammad:S6,gap:T6,Gbreve:M6,gbreve:O6,Gcedil:R6,Gcirc:N6,gcirc:D6,Gcy:L6,gcy:I6,Gdot:P6,gdot:F6,ge:B6,gE:$6,gEl:z6,gel:j6,geq:U6,geqq:q6,geqslant:H6,gescc:V6,ges:G6,gesdot:K6,gesdoto:W6,gesdotol:Z6,gesl:Y6,gesles:J6,Gfr:Q6,gfr:X6,gg:eA,Gg:tA,ggg:nA,gimel:sA,GJcy:oA,gjcy:rA,gla:iA,gl:aA,glE:lA,glj:cA,gnap:dA,gnapprox:uA,gne:hA,gnE:fA,gneq:pA,gneqq:gA,gnsim:mA,Gopf:_A,gopf:bA,grave:yA,GreaterEqual:vA,GreaterEqualLess:wA,GreaterFullEqual:xA,GreaterGreater:kA,GreaterLess:EA,GreaterSlantEqual:CA,GreaterTilde:AA,Gscr:SA,gscr:TA,gsim:MA,gsime:OA,gsiml:RA,gtcc:NA,gtcir:DA,gt:LA,GT:IA,Gt:PA,gtdot:FA,gtlPar:BA,gtquest:$A,gtrapprox:zA,gtrarr:jA,gtrdot:UA,gtreqless:qA,gtreqqless:HA,gtrless:VA,gtrsim:GA,gvertneqq:KA,gvnE:WA,Hacek:ZA,hairsp:YA,half:JA,hamilt:QA,HARDcy:XA,hardcy:e7,harrcir:t7,harr:n7,hArr:s7,harrw:o7,Hat:r7,hbar:i7,Hcirc:a7,hcirc:l7,hearts:c7,heartsuit:d7,hellip:u7,hercon:h7,hfr:f7,Hfr:p7,HilbertSpace:g7,hksearow:m7,hkswarow:_7,hoarr:b7,homtht:y7,hookleftarrow:v7,hookrightarrow:w7,hopf:x7,Hopf:k7,horbar:E7,HorizontalLine:C7,hscr:A7,Hscr:S7,hslash:T7,Hstrok:M7,hstrok:O7,HumpDownHump:R7,HumpEqual:N7,hybull:D7,hyphen:L7,Iacute:I7,iacute:P7,ic:F7,Icirc:B7,icirc:$7,Icy:z7,icy:j7,Idot:U7,IEcy:q7,iecy:H7,iexcl:V7,iff:G7,ifr:K7,Ifr:W7,Igrave:Z7,igrave:Y7,ii:J7,iiiint:Q7,iiint:X7,iinfin:eS,iiota:tS,IJlig:nS,ijlig:sS,Imacr:oS,imacr:rS,image:iS,ImaginaryI:aS,imagline:lS,imagpart:cS,imath:dS,Im:uS,imof:hS,imped:fS,Implies:pS,incare:gS,in:"∈",infin:mS,infintie:_S,inodot:bS,intcal:yS,int:vS,Int:wS,integers:xS,Integral:kS,intercal:ES,Intersection:CS,intlarhk:AS,intprod:SS,InvisibleComma:TS,InvisibleTimes:MS,IOcy:OS,iocy:RS,Iogon:NS,iogon:DS,Iopf:LS,iopf:IS,Iota:PS,iota:FS,iprod:BS,iquest:$S,iscr:zS,Iscr:jS,isin:US,isindot:qS,isinE:HS,isins:VS,isinsv:GS,isinv:KS,it:WS,Itilde:ZS,itilde:YS,Iukcy:JS,iukcy:QS,Iuml:XS,iuml:eT,Jcirc:tT,jcirc:nT,Jcy:sT,jcy:oT,Jfr:rT,jfr:iT,jmath:aT,Jopf:lT,jopf:cT,Jscr:dT,jscr:uT,Jsercy:hT,jsercy:fT,Jukcy:pT,jukcy:gT,Kappa:mT,kappa:_T,kappav:bT,Kcedil:yT,kcedil:vT,Kcy:wT,kcy:xT,Kfr:kT,kfr:ET,kgreen:CT,KHcy:AT,khcy:ST,KJcy:TT,kjcy:MT,Kopf:OT,kopf:RT,Kscr:NT,kscr:DT,lAarr:LT,Lacute:IT,lacute:PT,laemptyv:FT,lagran:BT,Lambda:$T,lambda:zT,lang:jT,Lang:UT,langd:qT,langle:HT,lap:VT,Laplacetrf:GT,laquo:KT,larrb:WT,larrbfs:ZT,larr:YT,Larr:JT,lArr:QT,larrfs:XT,larrhk:eM,larrlp:tM,larrpl:nM,larrsim:sM,larrtl:oM,latail:rM,lAtail:iM,lat:aM,late:lM,lates:cM,lbarr:dM,lBarr:uM,lbbrk:hM,lbrace:fM,lbrack:pM,lbrke:gM,lbrksld:mM,lbrkslu:_M,Lcaron:bM,lcaron:yM,Lcedil:vM,lcedil:wM,lceil:xM,lcub:kM,Lcy:EM,lcy:CM,ldca:AM,ldquo:SM,ldquor:TM,ldrdhar:MM,ldrushar:OM,ldsh:RM,le:NM,lE:DM,LeftAngleBracket:LM,LeftArrowBar:IM,leftarrow:PM,LeftArrow:FM,Leftarrow:BM,LeftArrowRightArrow:$M,leftarrowtail:zM,LeftCeiling:jM,LeftDoubleBracket:UM,LeftDownTeeVector:qM,LeftDownVectorBar:HM,LeftDownVector:VM,LeftFloor:GM,leftharpoondown:KM,leftharpoonup:WM,leftleftarrows:ZM,leftrightarrow:YM,LeftRightArrow:JM,Leftrightarrow:QM,leftrightarrows:XM,leftrightharpoons:eO,leftrightsquigarrow:tO,LeftRightVector:nO,LeftTeeArrow:sO,LeftTee:oO,LeftTeeVector:rO,leftthreetimes:iO,LeftTriangleBar:aO,LeftTriangle:lO,LeftTriangleEqual:cO,LeftUpDownVector:dO,LeftUpTeeVector:uO,LeftUpVectorBar:hO,LeftUpVector:fO,LeftVectorBar:pO,LeftVector:gO,lEg:mO,leg:_O,leq:bO,leqq:yO,leqslant:vO,lescc:wO,les:xO,lesdot:kO,lesdoto:EO,lesdotor:CO,lesg:AO,lesges:SO,lessapprox:TO,lessdot:MO,lesseqgtr:OO,lesseqqgtr:RO,LessEqualGreater:NO,LessFullEqual:DO,LessGreater:LO,lessgtr:IO,LessLess:PO,lesssim:FO,LessSlantEqual:BO,LessTilde:$O,lfisht:zO,lfloor:jO,Lfr:UO,lfr:qO,lg:HO,lgE:VO,lHar:GO,lhard:KO,lharu:WO,lharul:ZO,lhblk:YO,LJcy:JO,ljcy:QO,llarr:XO,ll:eR,Ll:tR,llcorner:nR,Lleftarrow:sR,llhard:oR,lltri:rR,Lmidot:iR,lmidot:aR,lmoustache:lR,lmoust:cR,lnap:dR,lnapprox:uR,lne:hR,lnE:fR,lneq:pR,lneqq:gR,lnsim:mR,loang:_R,loarr:bR,lobrk:yR,longleftarrow:vR,LongLeftArrow:wR,Longleftarrow:xR,longleftrightarrow:kR,LongLeftRightArrow:ER,Longleftrightarrow:CR,longmapsto:AR,longrightarrow:SR,LongRightArrow:TR,Longrightarrow:MR,looparrowleft:OR,looparrowright:RR,lopar:NR,Lopf:DR,lopf:LR,loplus:IR,lotimes:PR,lowast:FR,lowbar:BR,LowerLeftArrow:$R,LowerRightArrow:zR,loz:jR,lozenge:UR,lozf:qR,lpar:HR,lparlt:VR,lrarr:GR,lrcorner:KR,lrhar:WR,lrhard:ZR,lrm:YR,lrtri:JR,lsaquo:QR,lscr:XR,Lscr:eN,lsh:tN,Lsh:nN,lsim:sN,lsime:oN,lsimg:rN,lsqb:iN,lsquo:aN,lsquor:lN,Lstrok:cN,lstrok:dN,ltcc:uN,ltcir:hN,lt:fN,LT:pN,Lt:gN,ltdot:mN,lthree:_N,ltimes:bN,ltlarr:yN,ltquest:vN,ltri:wN,ltrie:xN,ltrif:kN,ltrPar:EN,lurdshar:CN,luruhar:AN,lvertneqq:SN,lvnE:TN,macr:MN,male:ON,malt:RN,maltese:NN,Map:"⤅",map:DN,mapsto:LN,mapstodown:IN,mapstoleft:PN,mapstoup:FN,marker:BN,mcomma:$N,Mcy:zN,mcy:jN,mdash:UN,mDDot:qN,measuredangle:HN,MediumSpace:VN,Mellintrf:GN,Mfr:KN,mfr:WN,mho:ZN,micro:YN,midast:JN,midcir:QN,mid:XN,middot:eD,minusb:tD,minus:nD,minusd:sD,minusdu:oD,MinusPlus:rD,mlcp:iD,mldr:aD,mnplus:lD,models:cD,Mopf:dD,mopf:uD,mp:hD,mscr:fD,Mscr:pD,mstpos:gD,Mu:mD,mu:_D,multimap:bD,mumap:yD,nabla:vD,Nacute:wD,nacute:xD,nang:kD,nap:ED,napE:CD,napid:AD,napos:SD,napprox:TD,natural:MD,naturals:OD,natur:RD,nbsp:ND,nbump:DD,nbumpe:LD,ncap:ID,Ncaron:PD,ncaron:FD,Ncedil:BD,ncedil:$D,ncong:zD,ncongdot:jD,ncup:UD,Ncy:qD,ncy:HD,ndash:VD,nearhk:GD,nearr:KD,neArr:WD,nearrow:ZD,ne:YD,nedot:JD,NegativeMediumSpace:QD,NegativeThickSpace:XD,NegativeThinSpace:eL,NegativeVeryThinSpace:tL,nequiv:nL,nesear:sL,nesim:oL,NestedGreaterGreater:rL,NestedLessLess:iL,NewLine:aL,nexist:lL,nexists:cL,Nfr:dL,nfr:uL,ngE:hL,nge:fL,ngeq:pL,ngeqq:gL,ngeqslant:mL,nges:_L,nGg:bL,ngsim:yL,nGt:vL,ngt:wL,ngtr:xL,nGtv:kL,nharr:EL,nhArr:CL,nhpar:AL,ni:SL,nis:TL,nisd:ML,niv:OL,NJcy:RL,njcy:NL,nlarr:DL,nlArr:LL,nldr:IL,nlE:PL,nle:FL,nleftarrow:BL,nLeftarrow:$L,nleftrightarrow:zL,nLeftrightarrow:jL,nleq:UL,nleqq:qL,nleqslant:HL,nles:VL,nless:GL,nLl:KL,nlsim:WL,nLt:ZL,nlt:YL,nltri:JL,nltrie:QL,nLtv:XL,nmid:eI,NoBreak:tI,NonBreakingSpace:nI,nopf:sI,Nopf:oI,Not:rI,not:iI,NotCongruent:aI,NotCupCap:lI,NotDoubleVerticalBar:cI,NotElement:dI,NotEqual:uI,NotEqualTilde:hI,NotExists:fI,NotGreater:pI,NotGreaterEqual:gI,NotGreaterFullEqual:mI,NotGreaterGreater:_I,NotGreaterLess:bI,NotGreaterSlantEqual:yI,NotGreaterTilde:vI,NotHumpDownHump:wI,NotHumpEqual:xI,notin:kI,notindot:EI,notinE:CI,notinva:AI,notinvb:SI,notinvc:TI,NotLeftTriangleBar:MI,NotLeftTriangle:OI,NotLeftTriangleEqual:RI,NotLess:NI,NotLessEqual:DI,NotLessGreater:LI,NotLessLess:II,NotLessSlantEqual:PI,NotLessTilde:FI,NotNestedGreaterGreater:BI,NotNestedLessLess:$I,notni:zI,notniva:jI,notnivb:UI,notnivc:qI,NotPrecedes:HI,NotPrecedesEqual:VI,NotPrecedesSlantEqual:GI,NotReverseElement:KI,NotRightTriangleBar:WI,NotRightTriangle:ZI,NotRightTriangleEqual:YI,NotSquareSubset:JI,NotSquareSubsetEqual:QI,NotSquareSuperset:XI,NotSquareSupersetEqual:eP,NotSubset:tP,NotSubsetEqual:nP,NotSucceeds:sP,NotSucceedsEqual:oP,NotSucceedsSlantEqual:rP,NotSucceedsTilde:iP,NotSuperset:aP,NotSupersetEqual:lP,NotTilde:cP,NotTildeEqual:dP,NotTildeFullEqual:uP,NotTildeTilde:hP,NotVerticalBar:fP,nparallel:pP,npar:gP,nparsl:mP,npart:_P,npolint:bP,npr:yP,nprcue:vP,nprec:wP,npreceq:xP,npre:kP,nrarrc:EP,nrarr:CP,nrArr:AP,nrarrw:SP,nrightarrow:TP,nRightarrow:MP,nrtri:OP,nrtrie:RP,nsc:NP,nsccue:DP,nsce:LP,Nscr:IP,nscr:PP,nshortmid:FP,nshortparallel:BP,nsim:$P,nsime:zP,nsimeq:jP,nsmid:UP,nspar:qP,nsqsube:HP,nsqsupe:VP,nsub:GP,nsubE:KP,nsube:WP,nsubset:ZP,nsubseteq:YP,nsubseteqq:JP,nsucc:QP,nsucceq:XP,nsup:eF,nsupE:tF,nsupe:nF,nsupset:sF,nsupseteq:oF,nsupseteqq:rF,ntgl:iF,Ntilde:aF,ntilde:lF,ntlg:cF,ntriangleleft:dF,ntrianglelefteq:uF,ntriangleright:hF,ntrianglerighteq:fF,Nu:pF,nu:gF,num:mF,numero:_F,numsp:bF,nvap:yF,nvdash:vF,nvDash:wF,nVdash:xF,nVDash:kF,nvge:EF,nvgt:CF,nvHarr:AF,nvinfin:SF,nvlArr:TF,nvle:MF,nvlt:OF,nvltrie:RF,nvrArr:NF,nvrtrie:DF,nvsim:LF,nwarhk:IF,nwarr:PF,nwArr:FF,nwarrow:BF,nwnear:$F,Oacute:zF,oacute:jF,oast:UF,Ocirc:qF,ocirc:HF,ocir:VF,Ocy:GF,ocy:KF,odash:WF,Odblac:ZF,odblac:YF,odiv:JF,odot:QF,odsold:XF,OElig:eB,oelig:tB,ofcir:nB,Ofr:sB,ofr:oB,ogon:rB,Ograve:iB,ograve:aB,ogt:lB,ohbar:cB,ohm:dB,oint:uB,olarr:hB,olcir:fB,olcross:pB,oline:gB,olt:mB,Omacr:_B,omacr:bB,Omega:yB,omega:vB,Omicron:wB,omicron:xB,omid:kB,ominus:EB,Oopf:CB,oopf:AB,opar:SB,OpenCurlyDoubleQuote:TB,OpenCurlyQuote:MB,operp:OB,oplus:RB,orarr:NB,Or:DB,or:LB,ord:IB,order:PB,orderof:FB,ordf:BB,ordm:$B,origof:zB,oror:jB,orslope:UB,orv:qB,oS:HB,Oscr:VB,oscr:GB,Oslash:KB,oslash:WB,osol:ZB,Otilde:YB,otilde:JB,otimesas:QB,Otimes:XB,otimes:e$,Ouml:t$,ouml:n$,ovbar:s$,OverBar:o$,OverBrace:r$,OverBracket:i$,OverParenthesis:a$,para:l$,parallel:c$,par:d$,parsim:u$,parsl:h$,part:f$,PartialD:p$,Pcy:g$,pcy:m$,percnt:_$,period:b$,permil:y$,perp:v$,pertenk:w$,Pfr:x$,pfr:k$,Phi:E$,phi:C$,phiv:A$,phmmat:S$,phone:T$,Pi:M$,pi:O$,pitchfork:R$,piv:N$,planck:D$,planckh:L$,plankv:I$,plusacir:P$,plusb:F$,pluscir:B$,plus:$$,plusdo:z$,plusdu:j$,pluse:U$,PlusMinus:q$,plusmn:H$,plussim:V$,plustwo:G$,pm:K$,Poincareplane:W$,pointint:Z$,popf:Y$,Popf:J$,pound:Q$,prap:X$,Pr:ez,pr:tz,prcue:nz,precapprox:sz,prec:oz,preccurlyeq:rz,Precedes:iz,PrecedesEqual:az,PrecedesSlantEqual:lz,PrecedesTilde:cz,preceq:dz,precnapprox:uz,precneqq:hz,precnsim:fz,pre:pz,prE:gz,precsim:mz,prime:_z,Prime:bz,primes:yz,prnap:vz,prnE:wz,prnsim:xz,prod:kz,Product:Ez,profalar:Cz,profline:Az,profsurf:Sz,prop:Tz,Proportional:Mz,Proportion:Oz,propto:Rz,prsim:Nz,prurel:Dz,Pscr:Lz,pscr:Iz,Psi:Pz,psi:Fz,puncsp:Bz,Qfr:$z,qfr:zz,qint:jz,qopf:Uz,Qopf:qz,qprime:Hz,Qscr:Vz,qscr:Gz,quaternions:Kz,quatint:Wz,quest:Zz,questeq:Yz,quot:Jz,QUOT:Qz,rAarr:Xz,race:ej,Racute:tj,racute:nj,radic:sj,raemptyv:oj,rang:rj,Rang:ij,rangd:aj,range:lj,rangle:cj,raquo:dj,rarrap:uj,rarrb:hj,rarrbfs:fj,rarrc:pj,rarr:gj,Rarr:mj,rArr:_j,rarrfs:bj,rarrhk:yj,rarrlp:vj,rarrpl:wj,rarrsim:xj,Rarrtl:kj,rarrtl:Ej,rarrw:Cj,ratail:Aj,rAtail:Sj,ratio:Tj,rationals:Mj,rbarr:Oj,rBarr:Rj,RBarr:Nj,rbbrk:Dj,rbrace:Lj,rbrack:Ij,rbrke:Pj,rbrksld:Fj,rbrkslu:Bj,Rcaron:$j,rcaron:zj,Rcedil:jj,rcedil:Uj,rceil:qj,rcub:Hj,Rcy:Vj,rcy:Gj,rdca:Kj,rdldhar:Wj,rdquo:Zj,rdquor:Yj,rdsh:Jj,real:Qj,realine:Xj,realpart:eU,reals:tU,Re:nU,rect:sU,reg:oU,REG:rU,ReverseElement:iU,ReverseEquilibrium:aU,ReverseUpEquilibrium:lU,rfisht:cU,rfloor:dU,rfr:uU,Rfr:hU,rHar:fU,rhard:pU,rharu:gU,rharul:mU,Rho:_U,rho:bU,rhov:yU,RightAngleBracket:vU,RightArrowBar:wU,rightarrow:xU,RightArrow:kU,Rightarrow:EU,RightArrowLeftArrow:CU,rightarrowtail:AU,RightCeiling:SU,RightDoubleBracket:TU,RightDownTeeVector:MU,RightDownVectorBar:OU,RightDownVector:RU,RightFloor:NU,rightharpoondown:DU,rightharpoonup:LU,rightleftarrows:IU,rightleftharpoons:PU,rightrightarrows:FU,rightsquigarrow:BU,RightTeeArrow:$U,RightTee:zU,RightTeeVector:jU,rightthreetimes:UU,RightTriangleBar:qU,RightTriangle:HU,RightTriangleEqual:VU,RightUpDownVector:GU,RightUpTeeVector:KU,RightUpVectorBar:WU,RightUpVector:ZU,RightVectorBar:YU,RightVector:JU,ring:QU,risingdotseq:XU,rlarr:eq,rlhar:tq,rlm:nq,rmoustache:sq,rmoust:oq,rnmid:rq,roang:iq,roarr:aq,robrk:lq,ropar:cq,ropf:dq,Ropf:uq,roplus:hq,rotimes:fq,RoundImplies:pq,rpar:gq,rpargt:mq,rppolint:_q,rrarr:bq,Rrightarrow:yq,rsaquo:vq,rscr:wq,Rscr:xq,rsh:kq,Rsh:Eq,rsqb:Cq,rsquo:Aq,rsquor:Sq,rthree:Tq,rtimes:Mq,rtri:Oq,rtrie:Rq,rtrif:Nq,rtriltri:Dq,RuleDelayed:Lq,ruluhar:Iq,rx:Pq,Sacute:Fq,sacute:Bq,sbquo:$q,scap:zq,Scaron:jq,scaron:Uq,Sc:qq,sc:Hq,sccue:Vq,sce:Gq,scE:Kq,Scedil:Wq,scedil:Zq,Scirc:Yq,scirc:Jq,scnap:Qq,scnE:Xq,scnsim:eH,scpolint:tH,scsim:nH,Scy:sH,scy:oH,sdotb:rH,sdot:iH,sdote:aH,searhk:lH,searr:cH,seArr:dH,searrow:uH,sect:hH,semi:fH,seswar:pH,setminus:gH,setmn:mH,sext:_H,Sfr:bH,sfr:yH,sfrown:vH,sharp:wH,SHCHcy:xH,shchcy:kH,SHcy:EH,shcy:CH,ShortDownArrow:AH,ShortLeftArrow:SH,shortmid:TH,shortparallel:MH,ShortRightArrow:OH,ShortUpArrow:RH,shy:NH,Sigma:DH,sigma:LH,sigmaf:IH,sigmav:PH,sim:FH,simdot:BH,sime:$H,simeq:zH,simg:jH,simgE:UH,siml:qH,simlE:HH,simne:VH,simplus:GH,simrarr:KH,slarr:WH,SmallCircle:ZH,smallsetminus:YH,smashp:JH,smeparsl:QH,smid:XH,smile:eV,smt:tV,smte:nV,smtes:sV,SOFTcy:oV,softcy:rV,solbar:iV,solb:aV,sol:lV,Sopf:cV,sopf:dV,spades:uV,spadesuit:hV,spar:fV,sqcap:pV,sqcaps:gV,sqcup:mV,sqcups:_V,Sqrt:bV,sqsub:yV,sqsube:vV,sqsubset:wV,sqsubseteq:xV,sqsup:kV,sqsupe:EV,sqsupset:CV,sqsupseteq:AV,square:SV,Square:TV,SquareIntersection:MV,SquareSubset:OV,SquareSubsetEqual:RV,SquareSuperset:NV,SquareSupersetEqual:DV,SquareUnion:LV,squarf:IV,squ:PV,squf:FV,srarr:BV,Sscr:$V,sscr:zV,ssetmn:jV,ssmile:UV,sstarf:qV,Star:HV,star:VV,starf:GV,straightepsilon:KV,straightphi:WV,strns:ZV,sub:YV,Sub:JV,subdot:QV,subE:XV,sube:eG,subedot:tG,submult:nG,subnE:sG,subne:oG,subplus:rG,subrarr:iG,subset:aG,Subset:lG,subseteq:cG,subseteqq:dG,SubsetEqual:uG,subsetneq:hG,subsetneqq:fG,subsim:pG,subsub:gG,subsup:mG,succapprox:_G,succ:bG,succcurlyeq:yG,Succeeds:vG,SucceedsEqual:wG,SucceedsSlantEqual:xG,SucceedsTilde:kG,succeq:EG,succnapprox:CG,succneqq:AG,succnsim:SG,succsim:TG,SuchThat:MG,sum:OG,Sum:RG,sung:NG,sup1:DG,sup2:LG,sup3:IG,sup:PG,Sup:FG,supdot:BG,supdsub:$G,supE:zG,supe:jG,supedot:UG,Superset:qG,SupersetEqual:HG,suphsol:VG,suphsub:GG,suplarr:KG,supmult:WG,supnE:ZG,supne:YG,supplus:JG,supset:QG,Supset:XG,supseteq:eK,supseteqq:tK,supsetneq:nK,supsetneqq:sK,supsim:oK,supsub:rK,supsup:iK,swarhk:aK,swarr:lK,swArr:cK,swarrow:dK,swnwar:uK,szlig:hK,Tab:fK,target:pK,Tau:gK,tau:mK,tbrk:_K,Tcaron:bK,tcaron:yK,Tcedil:vK,tcedil:wK,Tcy:xK,tcy:kK,tdot:EK,telrec:CK,Tfr:AK,tfr:SK,there4:TK,therefore:MK,Therefore:OK,Theta:RK,theta:NK,thetasym:DK,thetav:LK,thickapprox:IK,thicksim:PK,ThickSpace:FK,ThinSpace:BK,thinsp:$K,thkap:zK,thksim:jK,THORN:UK,thorn:qK,tilde:HK,Tilde:VK,TildeEqual:GK,TildeFullEqual:KK,TildeTilde:WK,timesbar:ZK,timesb:YK,times:JK,timesd:QK,tint:XK,toea:eW,topbot:tW,topcir:nW,top:sW,Topf:oW,topf:rW,topfork:iW,tosa:aW,tprime:lW,trade:cW,TRADE:dW,triangle:uW,triangledown:hW,triangleleft:fW,trianglelefteq:pW,triangleq:gW,triangleright:mW,trianglerighteq:_W,tridot:bW,trie:yW,triminus:vW,TripleDot:wW,triplus:xW,trisb:kW,tritime:EW,trpezium:CW,Tscr:AW,tscr:SW,TScy:TW,tscy:MW,TSHcy:OW,tshcy:RW,Tstrok:NW,tstrok:DW,twixt:LW,twoheadleftarrow:IW,twoheadrightarrow:PW,Uacute:FW,uacute:BW,uarr:$W,Uarr:zW,uArr:jW,Uarrocir:UW,Ubrcy:qW,ubrcy:HW,Ubreve:VW,ubreve:GW,Ucirc:KW,ucirc:WW,Ucy:ZW,ucy:YW,udarr:JW,Udblac:QW,udblac:XW,udhar:eZ,ufisht:tZ,Ufr:nZ,ufr:sZ,Ugrave:oZ,ugrave:rZ,uHar:iZ,uharl:aZ,uharr:lZ,uhblk:cZ,ulcorn:dZ,ulcorner:uZ,ulcrop:hZ,ultri:fZ,Umacr:pZ,umacr:gZ,uml:mZ,UnderBar:_Z,UnderBrace:bZ,UnderBracket:yZ,UnderParenthesis:vZ,Union:wZ,UnionPlus:xZ,Uogon:kZ,uogon:EZ,Uopf:CZ,uopf:AZ,UpArrowBar:SZ,uparrow:TZ,UpArrow:MZ,Uparrow:OZ,UpArrowDownArrow:RZ,updownarrow:NZ,UpDownArrow:DZ,Updownarrow:LZ,UpEquilibrium:IZ,upharpoonleft:PZ,upharpoonright:FZ,uplus:BZ,UpperLeftArrow:$Z,UpperRightArrow:zZ,upsi:jZ,Upsi:UZ,upsih:qZ,Upsilon:HZ,upsilon:VZ,UpTeeArrow:GZ,UpTee:KZ,upuparrows:WZ,urcorn:ZZ,urcorner:YZ,urcrop:JZ,Uring:QZ,uring:XZ,urtri:eY,Uscr:tY,uscr:nY,utdot:sY,Utilde:oY,utilde:rY,utri:iY,utrif:aY,uuarr:lY,Uuml:cY,uuml:dY,uwangle:uY,vangrt:hY,varepsilon:fY,varkappa:pY,varnothing:gY,varphi:mY,varpi:_Y,varpropto:bY,varr:yY,vArr:vY,varrho:wY,varsigma:xY,varsubsetneq:kY,varsubsetneqq:EY,varsupsetneq:CY,varsupsetneqq:AY,vartheta:SY,vartriangleleft:TY,vartriangleright:MY,vBar:OY,Vbar:RY,vBarv:NY,Vcy:DY,vcy:LY,vdash:IY,vDash:PY,Vdash:FY,VDash:BY,Vdashl:$Y,veebar:zY,vee:jY,Vee:UY,veeeq:qY,vellip:HY,verbar:VY,Verbar:GY,vert:KY,Vert:WY,VerticalBar:ZY,VerticalLine:YY,VerticalSeparator:JY,VerticalTilde:QY,VeryThinSpace:XY,Vfr:eJ,vfr:tJ,vltri:nJ,vnsub:sJ,vnsup:oJ,Vopf:rJ,vopf:iJ,vprop:aJ,vrtri:lJ,Vscr:cJ,vscr:dJ,vsubnE:uJ,vsubne:hJ,vsupnE:fJ,vsupne:pJ,Vvdash:gJ,vzigzag:mJ,Wcirc:_J,wcirc:bJ,wedbar:yJ,wedge:vJ,Wedge:wJ,wedgeq:xJ,weierp:kJ,Wfr:EJ,wfr:CJ,Wopf:AJ,wopf:SJ,wp:TJ,wr:MJ,wreath:OJ,Wscr:RJ,wscr:NJ,xcap:DJ,xcirc:LJ,xcup:IJ,xdtri:PJ,Xfr:FJ,xfr:BJ,xharr:$J,xhArr:zJ,Xi:jJ,xi:UJ,xlarr:qJ,xlArr:HJ,xmap:VJ,xnis:GJ,xodot:KJ,Xopf:WJ,xopf:ZJ,xoplus:YJ,xotime:JJ,xrarr:QJ,xrArr:XJ,Xscr:eQ,xscr:tQ,xsqcup:nQ,xuplus:sQ,xutri:oQ,xvee:rQ,xwedge:iQ,Yacute:aQ,yacute:lQ,YAcy:cQ,yacy:dQ,Ycirc:uQ,ycirc:hQ,Ycy:fQ,ycy:pQ,yen:gQ,Yfr:mQ,yfr:_Q,YIcy:bQ,yicy:yQ,Yopf:vQ,yopf:wQ,Yscr:xQ,yscr:kQ,YUcy:EQ,yucy:CQ,yuml:AQ,Yuml:SQ,Zacute:TQ,zacute:MQ,Zcaron:OQ,zcaron:RQ,Zcy:NQ,zcy:DQ,Zdot:LQ,zdot:IQ,zeetrf:PQ,ZeroWidthSpace:FQ,Zeta:BQ,zeta:$Q,zfr:zQ,Zfr:jQ,ZHcy:UQ,zhcy:qQ,zigrarr:HQ,zopf:VQ,Zopf:GQ,Zscr:KQ,zscr:WQ,zwj:ZQ,zwnj:YQ};var ng=JQ,ac=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\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]/,Js={},Xd={};function QQ(t){var e,n,s=Xd[t];if(s)return s;for(s=Xd[t]=[],e=0;e<128;e++)n=String.fromCharCode(e),/^[0-9a-z]$/i.test(n)?s.push(n):s.push("%"+("0"+e.toString(16).toUpperCase()).slice(-2));for(e=0;e"u"&&(n=!0),a=QQ(e),s=0,o=t.length;s=55296&&r<=57343){if(r>=55296&&r<=56319&&s+1=56320&&i<=57343)){l+=encodeURIComponent(t[s]+t[s+1]),s++;continue}l+="%EF%BF%BD";continue}l+=encodeURIComponent(t[s])}return l}ui.defaultChars=";/?:@&=+$,-_.!~*'()#";ui.componentChars="-_.!~*'()";var XQ=ui,eu={};function eX(t){var e,n,s=eu[t];if(s)return s;for(s=eu[t]=[],e=0;e<128;e++)n=String.fromCharCode(e),s.push(n);for(e=0;e=55296&&u<=57343?h+="���":h+=String.fromCharCode(u),o+=6;continue}if((i&248)===240&&o+91114111?h+="����":(u-=65536,h+=String.fromCharCode(55296+(u>>10),56320+(u&1023))),o+=9;continue}h+="�"}return h})}hi.defaultChars=";/?:@&=+$,#";hi.componentChars="";var tX=hi,nX=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 Or(){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 sX=/^([a-z0-9.+-]+:)/i,oX=/:[0-9]*$/,rX=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,iX=["<",">",'"',"`"," ","\r",` `," "],aX=["{","}","|","\\","^","`"].concat(iX),lX=["'"].concat(aX),tu=["%","/","?",";","#"].concat(lX),nu=["/","?","#"],cX=255,su=/^[+a-z0-9A-Z_-]{0,63}$/,dX=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,ou={javascript:!0,"javascript:":!0},ru={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function uX(t,e){if(t&&t instanceof Or)return t;var n=new Or;return n.parse(t,e),n}Or.prototype.parse=function(t,e){var n,s,o,r,i,a=t;if(a=a.trim(),!e&&t.split("#").length===1){var l=rX.exec(a);if(l)return this.pathname=l[1],l[2]&&(this.search=l[2]),this}var d=sX.exec(a);if(d&&(d=d[0],o=d.toLowerCase(),this.protocol=d,a=a.substr(d.length)),(e||d||a.match(/^\/\/[^@\/]+@[^@\/]+/))&&(i=a.substr(0,2)==="//",i&&!(d&&ou[d])&&(a=a.substr(2),this.slashes=!0)),!ou[d]&&(i||d&&!ru[d])){var u=-1;for(n=0;n127?p+="x":p+=v[b];if(!p.match(su)){var S=_.slice(0,n),R=_.slice(n+1),O=v.match(dX);O&&(S.push(O[1]),R.unshift(O[2])),R.length&&(a=R.join(".")+a),this.hostname=S.join(".");break}}}}this.hostname.length>cX&&(this.hostname=""),m&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var D=a.indexOf("#");D!==-1&&(this.hash=a.substr(D),a=a.slice(0,D));var y=a.indexOf("?");return y!==-1&&(this.search=a.substr(y),a=a.slice(0,y)),a&&(this.pathname=a),ru[o]&&this.hostname&&!this.pathname&&(this.pathname=""),this};Or.prototype.parseHost=function(t){var e=oX.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 hX=uX;Js.encode=XQ;Js.decode=tX;Js.format=nX;Js.parse=hX;var zn={},qi,iu;function sg(){return iu||(iu=1,qi=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),qi}var Hi,au;function og(){return au||(au=1,Hi=/[\0-\x1F\x7F-\x9F]/),Hi}var Vi,lu;function fX(){return lu||(lu=1,Vi=/[\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]/),Vi}var Gi,cu;function rg(){return cu||(cu=1,Gi=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/),Gi}var du;function pX(){return du||(du=1,zn.Any=sg(),zn.Cc=og(),zn.Cf=fX(),zn.P=ac,zn.Z=rg()),zn}(function(t){function e(P){return Object.prototype.toString.call(P)}function n(P){return e(P)==="[object String]"}var s=Object.prototype.hasOwnProperty;function o(P,ue){return s.call(P,ue)}function r(P){var ue=Array.prototype.slice.call(arguments,1);return ue.forEach(function(Z){if(Z){if(typeof Z!="object")throw new TypeError(Z+"must be object");Object.keys(Z).forEach(function(T){P[T]=Z[T]})}}),P}function i(P,ue,Z){return[].concat(P.slice(0,ue),Z,P.slice(ue+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 ue=55296+(P>>10),Z=56320+(P&1023);return String.fromCharCode(ue,Z)}return String.fromCharCode(P)}var d=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,u=/&([a-z#][a-z0-9]{1,31});/gi,h=new RegExp(d.source+"|"+u.source,"gi"),f=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,g=ng;function m(P,ue){var Z=0;return o(g,ue)?g[ue]:ue.charCodeAt(0)===35&&f.test(ue)&&(Z=ue[1].toLowerCase()==="x"?parseInt(ue.slice(2),16):parseInt(ue.slice(1),10),a(Z))?l(Z):P}function _(P){return P.indexOf("\\")<0?P:P.replace(d,"$1")}function v(P){return P.indexOf("\\")<0&&P.indexOf("&")<0?P:P.replace(h,function(ue,Z,T){return Z||m(ue,T)})}var p=/[&<>"]/,b=/[&<>"]/g,x={"&":"&","<":"<",">":">",'"':"""};function S(P){return x[P]}function R(P){return p.test(P)?P.replace(b,S):P}var O=/[.?*+^$[\]\\(){}|-]/g;function D(P){return P.replace(O,"\\$&")}function y(P){switch(P){case 9:case 32:return!0}return!1}function C(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=ac;function I(P){return M.test(P)}function B(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 J(P){return P=P.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==="Ṿ"&&(P=P.replace(/ẞ/g,"ß")),P.toLowerCase().toUpperCase()}t.lib={},t.lib.mdurl=Js,t.lib.ucmicro=pX(),t.assign=r,t.isString=n,t.has=o,t.unescapeMd=_,t.unescapeAll=v,t.isValidEntityCode=a,t.fromCodePoint=l,t.escapeHtml=R,t.arrayReplaceAt=i,t.isSpace=y,t.isWhiteSpace=C,t.isMdAsciiPunct=B,t.isPunctChar=I,t.escapeRE=D,t.normalizeReference=J})(He);var fi={},gX=function(e,n,s){var o,r,i,a,l=-1,d=e.posMax,u=e.pos;for(e.pos=n+1,o=1;e.pos32))return l;if(o===41){if(r===0)break;r--}n++}return a===n||r!==0||(l.str=uu(e.slice(a,n)),l.lines=i,l.pos=n,l.ok=!0),l},_X=He.unescapeAll,bX=function(e,n,s){var o,r,i=0,a=n,l={ok:!1,pos:0,lines:0,str:""};if(n>=s||(r=e.charCodeAt(n),r!==34&&r!==39&&r!==40))return l;for(n++,r===40&&(r=41);n"+ns(t[e].content)+""};Qt.code_block=function(t,e,n,s,o){var r=t[e];return""+ns(t[e].content)+` `};Qt.fence=function(t,e,n,s,o){var r=t[e],i=r.info?vX(r.info).trim():"",a="",l="",d,u,h,f,g;return i&&(h=i.split(/(\s+)/g),a=h[0],l=h.slice(2).join("")),n.highlight?d=n.highlight(r.content,a,l)||ns(r.content):d=ns(r.content),d.indexOf(""+d+` @@ -29,13 +29,13 @@ `:">",r)};Qs.prototype.renderInline=function(t,e,n){for(var s,o="",r=this.rules,i=0,a=t.length;i\s]/i.test(t)}function MX(t){return/^<\/a\s*>/i.test(t)}var OX=function(e){var n,s,o,r,i,a,l,d,u,h,f,g,m,_,v,p,b=e.tokens,x;if(e.md.options.linkify){for(s=0,o=b.length;s=0;n--){if(a=r[n],a.type==="link_close"){for(n--;r[n].level!==a.level&&r[n].type!=="link_open";)n--;continue}if(a.type==="html_inline"&&(TX(a.content)&&m>0&&m--,MX(a.content)&&m++),!(m>0)&&a.type==="text"&&e.md.linkify.test(a.content)){for(u=a.content,x=e.md.linkify.match(u),l=[],g=a.level,f=0,x.length>0&&x[0].index===0&&n>0&&r[n-1].type==="text_special"&&(x=x.slice(1)),d=0;df&&(i=new e.Token("text","",0),i.content=u.slice(f,h),i.level=g,l.push(i)),i=new e.Token("link_open","a",1),i.attrs=[["href",v]],i.level=g++,i.markup="linkify",i.info="auto",l.push(i),i=new e.Token("text","",0),i.content=p,i.level=g,l.push(i),i=new e.Token("link_close","a",-1),i.level=--g,i.markup="linkify",i.info="auto",l.push(i),f=x[d].lastIndex);f=0;e--)n=t[e],n.type==="text"&&!s&&(n.content=n.content.replace(NX,LX)),n.type==="link_open"&&n.info==="auto"&&s--,n.type==="link_close"&&n.info==="auto"&&s++}function PX(t){var e,n,s=0;for(e=t.length-1;e>=0;e--)n=t[e],n.type==="text"&&!s&&ig.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"&&s--,n.type==="link_close"&&n.info==="auto"&&s++}var FX=function(e){var n;if(e.md.options.typographer)for(n=e.tokens.length-1;n>=0;n--)e.tokens[n].type==="inline"&&(RX.test(e.tokens[n].content)&&IX(e.tokens[n].children),ig.test(e.tokens[n].content)&&PX(e.tokens[n].children))},hu=He.isWhiteSpace,fu=He.isPunctChar,pu=He.isMdAsciiPunct,BX=/['"]/,gu=/['"]/g,mu="’";function Qo(t,e,n){return t.slice(0,e)+n+t.slice(e+1)}function $X(t,e){var n,s,o,r,i,a,l,d,u,h,f,g,m,_,v,p,b,x,S,R,O;for(S=[],n=0;n=0&&!(S[b].level<=l);b--);if(S.length=b+1,s.type==="text"){o=s.content,i=0,a=o.length;e:for(;i=0)u=o.charCodeAt(r.index-1);else for(b=n-1;b>=0&&!(t[b].type==="softbreak"||t[b].type==="hardbreak");b--)if(t[b].content){u=t[b].content.charCodeAt(t[b].content.length-1);break}if(h=32,i=48&&u<=57&&(p=v=!1),v&&p&&(v=f,p=g),!v&&!p){x&&(s.content=Qo(s.content,r.index,mu));continue}if(p){for(b=S.length-1;b>=0&&(d=S[b],!(S[b].level=0;n--)e.tokens[n].type!=="inline"||!BX.test(e.tokens[n].content)||$X(e.tokens[n].children,e)},jX=function(e){var n,s,o,r,i,a,l=e.tokens;for(n=0,s=l.length;n=0&&(s=this.attrs[n][1]),s};Xs.prototype.attrJoin=function(e,n){var s=this.attrIndex(e);s<0?this.attrPush([e,n]):this.attrs[s][1]=this.attrs[s][1]+" "+n};var cc=Xs,UX=cc;function ag(t,e,n){this.src=t,this.env=n,this.tokens=[],this.inlineMode=!1,this.md=e}ag.prototype.Token=UX;var qX=ag,HX=lc,Ki=[["normalize",EX],["block",CX],["inline",AX],["linkify",OX],["replacements",FX],["smartquotes",zX],["text_join",jX]];function dc(){this.ruler=new HX;for(var t=0;ts||(u=n+1,e.sCount[u]=4||(a=e.bMarks[u]+e.tShift[u],a>=e.eMarks[u])||(R=e.src.charCodeAt(a++),R!==124&&R!==45&&R!==58)||a>=e.eMarks[u]||(O=e.src.charCodeAt(a++),O!==124&&O!==45&&O!==58&&!Wi(O))||R===45&&Wi(O))return!1;for(;a=4||(h=_u(i),h.length&&h[0]===""&&h.shift(),h.length&&h[h.length-1]===""&&h.pop(),f=h.length,f===0||f!==m.length))return!1;if(o)return!0;for(b=e.parentType,e.parentType="table",S=e.md.block.ruler.getRules("blockquote"),g=e.push("table_open","table",1),g.map=v=[n,0],g=e.push("thead_open","thead",1),g.map=[n,n+1],g=e.push("tr_open","tr",1),g.map=[n,n+1],l=0;l=4)break;for(h=_u(i),h.length&&h[0]===""&&h.shift(),h.length&&h[h.length-1]===""&&h.pop(),u===n+2&&(g=e.push("tbody_open","tbody",1),g.map=p=[n+2,0]),g=e.push("tr_open","tr",1),g.map=[u,u+1],l=0;l=4){o++,r=o;continue}break}return e.line=r,i=e.push("code_block","code",0),i.content=e.getLines(n,r,4+e.blkIndent,!1)+` -`,i.map=[n,e.line],!0},WX=function(e,n,s,o){var r,i,a,l,d,u,h,f=!1,g=e.bMarks[n]+e.tShift[n],m=e.eMarks[n];if(e.sCount[n]-e.blkIndent>=4||g+3>m||(r=e.src.charCodeAt(g),r!==126&&r!==96)||(d=g,g=e.skipChars(g,r),i=g-d,i<3)||(h=e.src.slice(d,g),a=e.src.slice(g,m),r===96&&a.indexOf(String.fromCharCode(r))>=0))return!1;if(o)return!0;for(l=n;l++,!(l>=s||(g=d=e.bMarks[l]+e.tShift[l],m=e.eMarks[l],g=4)&&(g=e.skipChars(g,r),!(g-d=4||e.src.charCodeAt(M++)!==62)return!1;if(o)return!0;for(l=g=e.sCount[n]+1,e.src.charCodeAt(M)===32?(M++,l++,g++,r=!1,S=!0):e.src.charCodeAt(M)===9?(S=!0,(e.bsCount[n]+g)%4===3?(M++,l++,g++,r=!1):r=!0):S=!1,m=[e.bMarks[n]],e.bMarks[n]=M;M=I,b=[e.sCount[n]],e.sCount[n]=g-l,x=[e.tShift[n]],e.tShift[n]=M-e.bMarks[n],O=e.md.block.ruler.getRules("blockquote"),p=e.parentType,e.parentType="blockquote",f=n+1;f=I));f++){if(e.src.charCodeAt(M++)===62&&!y){for(l=g=e.sCount[f]+1,e.src.charCodeAt(M)===32?(M++,l++,g++,r=!1,S=!0):e.src.charCodeAt(M)===9?(S=!0,(e.bsCount[f]+g)%4===3?(M++,l++,g++,r=!1):r=!0):S=!1,m.push(e.bMarks[f]),e.bMarks[f]=M;M=I,_.push(e.bsCount[f]),e.bsCount[f]=e.sCount[f]+1+(S?1:0),b.push(e.sCount[f]),e.sCount[f]=g-l,x.push(e.tShift[f]),e.tShift[f]=M-e.bMarks[f];continue}if(u)break;for(R=!1,a=0,d=O.length;a",D.map=h=[n,0],e.md.block.tokenize(e,n,f),D=e.push("blockquote_close","blockquote",-1),D.markup=">",e.lineMax=C,e.parentType=p,h[1]=e.line,a=0;a=4||(r=e.src.charCodeAt(d++),r!==42&&r!==45&&r!==95))return!1;for(i=1;d=r||(n=t.src.charCodeAt(o++),n<48||n>57))return-1;for(;;){if(o>=r)return-1;if(n=t.src.charCodeAt(o++),n>=48&&n<=57){if(o-s>=10)return-1;continue}if(n===41||n===46)break;return-1}return o=4||e.listIndent>=0&&e.sCount[n]-e.listIndent>=4&&e.sCount[n]=e.blkIndent&&(T=!0),(I=vu(e,n))>=0){if(h=!0,J=e.bMarks[n]+e.tShift[n],p=Number(e.src.slice(J,I-1)),T&&p!==1)return!1}else if((I=yu(e,n))>=0)h=!1;else return!1;if(T&&e.skipSpaces(I)>=e.eMarks[n])return!1;if(v=e.src.charCodeAt(I-1),o)return!0;for(_=e.tokens.length,h?(Z=e.push("ordered_list_open","ol",1),p!==1&&(Z.attrs=[["start",p]])):Z=e.push("bullet_list_open","ul",1),Z.map=m=[n,0],Z.markup=String.fromCharCode(v),x=n,B=!1,ue=e.md.block.ruler.getRules("list"),O=e.parentType,e.parentType="list";x=b?d=1:d=S-u,d>4&&(d=1),l=u+d,Z=e.push("list_item_open","li",1),Z.markup=String.fromCharCode(v),Z.map=f=[n,0],h&&(Z.info=e.src.slice(J,I-1)),C=e.tight,y=e.tShift[n],D=e.sCount[n],R=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=l,e.tight=!0,e.tShift[n]=i-e.bMarks[n],e.sCount[n]=S,i>=b&&e.isEmpty(n+1)?e.line=Math.min(e.line+2,s):e.md.block.tokenize(e,n,s,!0),(!e.tight||B)&&(H=!1),B=e.line-n>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=R,e.tShift[n]=y,e.sCount[n]=D,e.tight=C,Z=e.push("list_item_close","li",-1),Z.markup=String.fromCharCode(v),x=n=e.line,f[1]=x,i=e.bMarks[n],x>=s||e.sCount[x]=4)break;for(P=!1,a=0,g=ue.length;a=4||e.src.charCodeAt(O)!==91)return!1;for(;++O3)&&!(e.sCount[y]<0)){for(b=!1,u=0,h=x.length;u"u"&&(e.env.references={}),typeof e.env.references[f]>"u"&&(e.env.references[f]={title:S,href:d}),e.parentType=m,e.line=n+R+1),!0)},nee=["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"],pi={},see="[a-zA-Z_:][a-zA-Z0-9:._-]*",oee="[^\"'=<>`\\x00-\\x20]+",ree="'[^']*'",iee='"[^"]*"',aee="(?:"+oee+"|"+ree+"|"+iee+")",lee="(?:\\s+"+see+"(?:\\s*=\\s*"+aee+")?)",cg="<[A-Za-z][A-Za-z0-9\\-]*"+lee+"*\\s*\\/?>",dg="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",cee="|",dee="<[?][\\s\\S]*?[?]>",uee="]*>",hee="",fee=new RegExp("^(?:"+cg+"|"+dg+"|"+cee+"|"+dee+"|"+uee+"|"+hee+")"),pee=new RegExp("^(?:"+cg+"|"+dg+")");pi.HTML_TAG_RE=fee;pi.HTML_OPEN_CLOSE_TAG_RE=pee;var gee=nee,mee=pi.HTML_OPEN_CLOSE_TAG_RE,ps=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(mee.source+"\\s*$"),/^$/,!1]],_ee=function(e,n,s,o){var r,i,a,l,d=e.bMarks[n]+e.tShift[n],u=e.eMarks[n];if(e.sCount[n]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(d)!==60)return!1;for(l=e.src.slice(d,u),r=0;r=4||(r=e.src.charCodeAt(d),r!==35||d>=u))return!1;for(i=1,r=e.src.charCodeAt(++d);r===35&&d6||dd&&wu(e.src.charCodeAt(a-1))&&(u=a),e.line=n+1,l=e.push("heading_open","h"+String(i),1),l.markup="########".slice(0,i),l.map=[n,e.line],l=e.push("inline","",0),l.content=e.src.slice(d,u).trim(),l.map=[n,e.line],l.children=[],l=e.push("heading_close","h"+String(i),-1),l.markup="########".slice(0,i)),!0)},yee=function(e,n,s){var o,r,i,a,l,d,u,h,f,g=n+1,m,_=e.md.block.ruler.getRules("paragraph");if(e.sCount[n]-e.blkIndent>=4)return!1;for(m=e.parentType,e.parentType="paragraph";g3)){if(e.sCount[g]>=e.blkIndent&&(d=e.bMarks[g]+e.tShift[g],u=e.eMarks[g],d=u)))){h=f===61?1:2;break}if(!(e.sCount[g]<0)){for(r=!1,i=0,a=_.length;i3)&&!(e.sCount[d]<0)){for(o=!1,r=0,i=u.length;r0&&this.level++,this.tokens.push(s),s};Xt.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]};Xt.prototype.skipEmptyLines=function(e){for(var n=this.lineMax;en;)if(!gi(this.src.charCodeAt(--e)))return e+1;return e};Xt.prototype.skipChars=function(e,n){for(var s=this.src.length;es;)if(n!==this.src.charCodeAt(--e))return e+1;return e};Xt.prototype.getLines=function(e,n,s,o){var r,i,a,l,d,u,h,f=e;if(e>=n)return"";for(u=new Array(n-e),r=0;fs?u[r]=new Array(i-s+1).join(" ")+this.src.slice(l,d):u[r]=this.src.slice(l,d)}return u.join("")};Xt.prototype.Token=ug;var wee=Xt,xee=lc,er=[["table",GX,["paragraph","reference"]],["code",KX],["fence",WX,["paragraph","reference","blockquote","list"]],["blockquote",ZX,["paragraph","reference","blockquote","list"]],["hr",JX,["paragraph","reference","blockquote","list"]],["list",XX,["paragraph","reference","blockquote"]],["reference",tee],["html_block",_ee,["paragraph","reference","blockquote"]],["heading",bee,["paragraph","reference","blockquote"]],["lheading",yee],["paragraph",vee]];function mi(){this.ruler=new xee;for(var t=0;t=n||t.sCount[a]=d){t.line=n;break}for(o=0;o0||(s=e.pos,o=e.posMax,s+3>o)||e.src.charCodeAt(s)!==58||e.src.charCodeAt(s+1)!==47||e.src.charCodeAt(s+2)!==47||(r=e.pending.match(Aee),!r)||(i=r[1],a=e.md.linkify.matchAtStart(e.src.slice(s-i.length)),!a)||(l=a.url,l=l.replace(/\*+$/,""),d=e.md.normalizeLink(l),!e.md.validateLink(d))?!1:(n||(e.pending=e.pending.slice(0,-i.length),u=e.push("link_open","a",1),u.attrs=[["href",d]],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-i.length,!0)},Tee=He.isSpace,Mee=function(e,n){var s,o,r,i=e.pos;if(e.src.charCodeAt(i)!==10)return!1;if(s=e.pending.length-1,o=e.posMax,!n)if(s>=0&&e.pending.charCodeAt(s)===32)if(s>=1&&e.pending.charCodeAt(s-1)===32){for(r=s-1;r>=1&&e.pending.charCodeAt(r-1)===32;)r--;e.pending=e.pending.slice(0,r),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(i++;i?@[]^_`{|}~-".split("").forEach(function(t){uc[t.charCodeAt(0)]=1});var Ree=function(e,n){var s,o,r,i,a,l=e.pos,d=e.posMax;if(e.src.charCodeAt(l)!==92||(l++,l>=d))return!1;if(s=e.src.charCodeAt(l),s===10){for(n||e.push("hardbreak","br",0),l++;l=55296&&s<=56319&&l+1=56320&&o<=57343&&(i+=e.src[l+1],l++)),r="\\"+i,n||(a=e.push("text_special","",0),s<256&&uc[s]!==0?a.content=i:a.content=r,a.markup=r,a.info="escape"),e.pos=l+1,!0},Nee=function(e,n){var s,o,r,i,a,l,d,u,h=e.pos,f=e.src.charCodeAt(h);if(f!==96)return!1;for(s=h,h++,o=e.posMax;h=0;n--)s=e[n],!(s.marker!==95&&s.marker!==42)&&s.end!==-1&&(o=e[s.end],a=n>0&&e[n-1].end===s.end+1&&e[n-1].marker===s.marker&&e[n-1].token===s.token-1&&e[s.end+1].token===o.token+1,i=String.fromCharCode(s.marker),r=t.tokens[s.token],r.type=a?"strong_open":"em_open",r.tag=a?"strong":"em",r.nesting=1,r.markup=a?i+i:i,r.content="",r=t.tokens[o.token],r.type=a?"strong_close":"em_close",r.tag=a?"strong":"em",r.nesting=-1,r.markup=a?i+i:i,r.content="",a&&(t.tokens[e[n-1].token].content="",t.tokens[e[s.end+1].token].content="",n--))}bi.postProcess=function(e){var n,s=e.tokens_meta,o=e.tokens_meta.length;for(Eu(e,e.delimiters),n=0;n=_)return!1;if(v=l,d=e.md.helpers.parseLinkDestination(e.src,l,e.posMax),d.ok){for(f=e.md.normalizeLink(d.str),e.md.validateLink(f)?l=d.pos:f="",v=l;l<_&&(o=e.src.charCodeAt(l),!(!Yi(o)&&o!==10));l++);if(d=e.md.helpers.parseLinkTitle(e.src,l,e.posMax),l<_&&v!==l&&d.ok)for(g=d.str,l=d.pos;l<_&&(o=e.src.charCodeAt(l),!(!Yi(o)&&o!==10));l++);}(l>=_||e.src.charCodeAt(l)!==41)&&(p=!0),l++}if(p){if(typeof e.env.references>"u")return!1;if(l<_&&e.src.charCodeAt(l)===91?(v=l+1,l=e.md.helpers.parseLinkLabel(e,l),l>=0?r=e.src.slice(v,l++):l=i+1):l=i+1,r||(r=e.src.slice(a,i)),u=e.env.references[Dee(r)],!u)return e.pos=m,!1;f=u.href,g=u.title}return n||(e.pos=a,e.posMax=i,h=e.push("link_open","a",1),h.attrs=s=[["href",f]],g&&s.push(["title",g]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,h=e.push("link_close","a",-1)),e.pos=l,e.posMax=_,!0},Iee=He.normalizeReference,Ji=He.isSpace,Pee=function(e,n){var s,o,r,i,a,l,d,u,h,f,g,m,_,v="",p=e.pos,b=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(d=a+1,d=b)return!1;for(_=d,h=e.md.helpers.parseLinkDestination(e.src,d,e.posMax),h.ok&&(v=e.md.normalizeLink(h.str),e.md.validateLink(v)?d=h.pos:v=""),_=d;d=b||e.src.charCodeAt(d)!==41)return e.pos=p,!1;d++}else{if(typeof e.env.references>"u")return!1;if(d=0?i=e.src.slice(_,d++):d=a+1):d=a+1,i||(i=e.src.slice(l,a)),u=e.env.references[Iee(i)],!u)return e.pos=p,!1;v=u.href,f=u.title}return n||(r=e.src.slice(l,a),e.md.inline.parse(r,e.md,e.env,m=[]),g=e.push("image","img",0),g.attrs=s=[["src",v],["alt",""]],g.children=m,g.content=r,f&&s.push(["title",f])),e.pos=d,e.posMax=b,!0},Fee=/^([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])?)*)$/,Bee=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,$ee=function(e,n){var s,o,r,i,a,l,d=e.pos;if(e.src.charCodeAt(d)!==60)return!1;for(a=e.pos,l=e.posMax;;){if(++d>=l||(i=e.src.charCodeAt(d),i===60))return!1;if(i===62)break}return s=e.src.slice(a+1,d),Bee.test(s)?(o=e.md.normalizeLink(s),e.md.validateLink(o)?(n||(r=e.push("link_open","a",1),r.attrs=[["href",o]],r.markup="autolink",r.info="auto",r=e.push("text","",0),r.content=e.md.normalizeLinkText(s),r=e.push("link_close","a",-1),r.markup="autolink",r.info="auto"),e.pos+=s.length+2,!0):!1):Fee.test(s)?(o=e.md.normalizeLink("mailto:"+s),e.md.validateLink(o)?(n||(r=e.push("link_open","a",1),r.attrs=[["href",o]],r.markup="autolink",r.info="auto",r=e.push("text","",0),r.content=e.md.normalizeLinkText(s),r=e.push("link_close","a",-1),r.markup="autolink",r.info="auto"),e.pos+=s.length+2,!0):!1):!1},zee=pi.HTML_TAG_RE;function jee(t){return/^\s]/i.test(t)}function Uee(t){return/^<\/a\s*>/i.test(t)}function qee(t){var e=t|32;return e>=97&&e<=122}var Hee=function(e,n){var s,o,r,i,a=e.pos;return!e.md.options.html||(r=e.posMax,e.src.charCodeAt(a)!==60||a+2>=r)||(s=e.src.charCodeAt(a+1),s!==33&&s!==63&&s!==47&&!qee(s))||(o=e.src.slice(a).match(zee),!o)?!1:(n||(i=e.push("html_inline","",0),i.content=e.src.slice(a,a+o[0].length),jee(i.content)&&e.linkLevel++,Uee(i.content)&&e.linkLevel--),e.pos+=o[0].length,!0)},Cu=ng,Vee=He.has,Gee=He.isValidEntityCode,Au=He.fromCodePoint,Kee=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Wee=/^&([a-z][a-z0-9]{1,31});/i,Zee=function(e,n){var s,o,r,i,a=e.pos,l=e.posMax;if(e.src.charCodeAt(a)!==38||a+1>=l)return!1;if(s=e.src.charCodeAt(a+1),s===35){if(r=e.src.slice(a).match(Kee),r)return n||(o=r[1][0].toLowerCase()==="x"?parseInt(r[1].slice(1),16):parseInt(r[1],10),i=e.push("text_special","",0),i.content=Gee(o)?Au(o):Au(65533),i.markup=r[0],i.info="entity"),e.pos+=r[0].length,!0}else if(r=e.src.slice(a).match(Wee),r&&Vee(Cu,r[1]))return n||(i=e.push("text_special","",0),i.content=Cu[r[1]],i.markup=r[0],i.info="entity"),e.pos+=r[0].length,!0;return!1};function Su(t,e){var n,s,o,r,i,a,l,d,u={},h=e.length;if(h){var f=0,g=-2,m=[];for(n=0;ni;s-=m[s]+1)if(r=e[s],r.marker===o.marker&&r.open&&r.end<0&&(l=!1,(r.close||o.open)&&(r.length+o.length)%3===0&&(r.length%3!==0||o.length%3!==0)&&(l=!0),!l)){d=s>0&&!e[s-1].open?m[s-1]+1:0,m[n]=n-s+d,m[s]=d,o.open=!1,r.end=n,r.close=!1,a=-1,g=-2;break}a!==-1&&(u[o.marker][(o.open?3:0)+(o.length||0)%3]=a)}}}var Yee=function(e){var n,s=e.tokens_meta,o=e.tokens_meta.length;for(Su(e,e.delimiters),n=0;n0&&o++,r[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(s),this.tokens_meta.push(o),s};Bo.prototype.scanDelims=function(t,e){var n=t,s,o,r,i,a,l,d,u,h,f=!0,g=!0,m=this.posMax,_=this.src.charCodeAt(t);for(s=t>0?this.src.charCodeAt(t-1):32;n=r)break;continue}t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()};$o.prototype.parse=function(t,e,n,s){var o,r,i,a=new this.State(t,e,n,s);for(this.tokenize(a),r=this.ruler2.getRules(""),i=r.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}),ea}function fl(t){var e=Array.prototype.slice.call(arguments,1);return e.forEach(function(n){n&&Object.keys(n).forEach(function(s){t[s]=n[s]})}),t}function yi(t){return Object.prototype.toString.call(t)}function tte(t){return yi(t)==="[object String]"}function nte(t){return yi(t)==="[object Object]"}function ste(t){return yi(t)==="[object RegExp]"}function Du(t){return yi(t)==="[object Function]"}function ote(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var hg={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function rte(t){return Object.keys(t||{}).reduce(function(e,n){return e||hg.hasOwnProperty(n)},!1)}var ite={"http:":{validate:function(t,e,n){var s=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(s)?s.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(t,e,n){var s=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(s)?e>=3&&t[e-3]===":"||e>=3&&t[e-3]==="/"?0:s.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(t,e,n){var s=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(s)?s.match(n.re.mailto)[0].length:0}}},ate="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]",lte="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function cte(t){t.__index__=-1,t.__text_cache__=""}function dte(t){return function(e,n){var s=e.slice(n);return t.test(s)?s.match(t)[0].length:0}}function Lu(){return function(t,e){e.normalize(t)}}function Rr(t){var e=t.re=ete()(t.__opts__),n=t.__tlds__.slice();t.onCompile(),t.__tlds_replaced__||n.push(ate),n.push(e.src_xn),e.src_tlds=n.join("|");function s(a){return a.replace("%TLDS%",e.src_tlds)}e.email_fuzzy=RegExp(s(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(s(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(s(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(s(e.tpl_host_fuzzy_test),"i");var o=[];t.__compiled__={};function r(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 d={validate:null,link:null};if(t.__compiled__[a]=d,nte(l)){ste(l.validate)?d.validate=dte(l.validate):Du(l.validate)?d.validate=l.validate:r(a,l),Du(l.normalize)?d.normalize=l.normalize:l.normalize?r(a,l):d.normalize=Lu();return}if(tte(l)){o.push(a);return}r(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:Lu()};var i=Object.keys(t.__compiled__).filter(function(a){return a.length>0&&t.__compiled__[a]}).map(ote).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+i+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+i+")","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"),cte(t)}function ute(t,e){var n=t.__index__,s=t.__last_index__,o=t.__text_cache__.slice(n,s);this.schema=t.__schema__.toLowerCase(),this.index=n+e,this.lastIndex=s+e,this.raw=o,this.text=o,this.url=o}function pl(t,e){var n=new ute(t,e);return t.__compiled__[n.schema].normalize(n,t),n}function vt(t,e){if(!(this instanceof vt))return new vt(t,e);e||rte(t)&&(e=t,t={}),this.__opts__=fl({},hg,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=fl({},ite,t),this.__compiled__={},this.__tlds__=lte,this.__tlds_replaced__=!1,this.re={},Rr(this)}vt.prototype.add=function(e,n){return this.__schemas__[e]=n,Rr(this),this};vt.prototype.set=function(e){return this.__opts__=fl(this.__opts__,e),this};vt.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var n,s,o,r,i,a,l,d,u;if(this.re.schema_test.test(e)){for(l=this.re.schema_search,l.lastIndex=0;(n=l.exec(e))!==null;)if(r=this.testSchemaAt(e,n[2],l.lastIndex),r){this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+r;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(d=e.search(this.re.host_fuzzy_test),d>=0&&(this.__index__<0||d=0&&(o=e.match(this.re.email_fuzzy))!==null&&(i=o.index+o[1].length,a=o.index+o[0].length,(this.__index__<0||ithis.__last_index__)&&(this.__schema__="mailto:",this.__index__=i,this.__last_index__=a))),this.__index__>=0};vt.prototype.pretest=function(e){return this.re.pretest.test(e)};vt.prototype.testSchemaAt=function(e,n,s){return this.__compiled__[n.toLowerCase()]?this.__compiled__[n.toLowerCase()].validate(e,s,this):0};vt.prototype.match=function(e){var n=0,s=[];this.__index__>=0&&this.__text_cache__===e&&(s.push(pl(this,n)),n=this.__last_index__);for(var o=n?e.slice(n):e;this.test(o);)s.push(pl(this,n)),o=o.slice(this.__last_index__),n+=this.__last_index__;return s.length?s:null};vt.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 s=this.testSchemaAt(e,n[2],n[0].length);return s?(this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+s,pl(this,0)):null};vt.prototype.tlds=function(e,n){return e=Array.isArray(e)?e:[e],n?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(s,o,r){return s!==r[o-1]}).reverse(),Rr(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,Rr(this),this)};vt.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),e.schema==="mailto:"&&!/^mailto:/i.test(e.url)&&(e.url="mailto:"+e.url)};vt.prototype.onCompile=function(){};var hte=vt;const As=2147483647,Ht=36,fc=1,Ro=26,fte=38,pte=700,fg=72,pg=128,gg="-",gte=/^xn--/,mte=/[^\0-\x7F]/,_te=/[\x2E\u3002\uFF0E\uFF61]/g,bte={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},ta=Ht-fc,Vt=Math.floor,na=String.fromCharCode;function En(t){throw new RangeError(bte[t])}function yte(t,e){const n=[];let s=t.length;for(;s--;)n[s]=e(t[s]);return n}function mg(t,e){const n=t.split("@");let s="";n.length>1&&(s=n[0]+"@",t=n[1]),t=t.replace(_te,".");const o=t.split("."),r=yte(o,e).join(".");return s+r}function pc(t){const e=[];let n=0;const s=t.length;for(;n=55296&&o<=56319&&nString.fromCodePoint(...t),vte=function(t){return t>=48&&t<58?26+(t-48):t>=65&&t<91?t-65:t>=97&&t<123?t-97:Ht},Iu=function(t,e){return t+22+75*(t<26)-((e!=0)<<5)},bg=function(t,e,n){let s=0;for(t=n?Vt(t/pte):t>>1,t+=Vt(t/e);t>ta*Ro>>1;s+=Ht)t=Vt(t/ta);return Vt(s+(ta+1)*t/(t+fte))},gc=function(t){const e=[],n=t.length;let s=0,o=pg,r=fg,i=t.lastIndexOf(gg);i<0&&(i=0);for(let a=0;a=128&&En("not-basic"),e.push(t.charCodeAt(a));for(let a=i>0?i+1:0;a=n&&En("invalid-input");const f=vte(t.charCodeAt(a++));f>=Ht&&En("invalid-input"),f>Vt((As-s)/u)&&En("overflow"),s+=f*u;const g=h<=r?fc:h>=r+Ro?Ro:h-r;if(fVt(As/m)&&En("overflow"),u*=m}const d=e.length+1;r=bg(s-l,d,l==0),Vt(s/d)>As-o&&En("overflow"),o+=Vt(s/d),s%=d,e.splice(s++,0,o)}return String.fromCodePoint(...e)},mc=function(t){const e=[];t=pc(t);const n=t.length;let s=pg,o=0,r=fg;for(const l of t)l<128&&e.push(na(l));const i=e.length;let a=i;for(i&&e.push(gg);a=s&&uVt((As-o)/d)&&En("overflow"),o+=(l-s)*d,s=l;for(const u of t)if(uAs&&En("overflow"),u===s){let h=o;for(let f=Ht;;f+=Ht){const g=f<=r?fc:f>=r+Ro?Ro:f-r;if(h=0))try{e.hostname=wg.toASCII(e.hostname)}catch{}return Zn.encode(Zn.format(e))}function Bte(t){var e=Zn.parse(t,!0);if(e.hostname&&(!e.protocol||xg.indexOf(e.protocol)>=0))try{e.hostname=wg.toUnicode(e.hostname)}catch{}return Zn.decode(Zn.format(e),Zn.decode.defaultChars+"%")}function Mt(t,e){if(!(this instanceof Mt))return new Mt(t,e);e||po.isString(t)||(e=t||{},t="default"),this.inline=new Rte,this.block=new Ote,this.core=new Mte,this.renderer=new Tte,this.linkify=new Nte,this.validateLink=Pte,this.normalizeLink=Fte,this.normalizeLinkText=Bte,this.utils=po,this.helpers=po.assign({},Ste),this.options={},this.configure(t),e&&this.set(e)}Mt.prototype.set=function(t){return po.assign(this.options,t),this};Mt.prototype.configure=function(t){var e=this,n;if(po.isString(t)&&(n=t,t=Dte[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(s){t.components[s].rules&&e[s].ruler.enableOnly(t.components[s].rules),t.components[s].rules2&&e[s].ruler2.enableOnly(t.components[s].rules2)}),this};Mt.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 s=t.filter(function(o){return n.indexOf(o)<0});if(s.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+s);return this};Mt.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 s=t.filter(function(o){return n.indexOf(o)<0});if(s.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+s);return this};Mt.prototype.use=function(t){var e=[this].concat(Array.prototype.slice.call(arguments,1));return t.apply(t,e),this};Mt.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};Mt.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)};Mt.prototype.parseInline=function(t,e){var n=new this.core.State(t,this,e);return n.inlineMode=!0,this.core.process(n),n.tokens};Mt.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)};var $te=Mt,zte=$te;const jte=cs(zte),Ute="😀",qte="😃",Hte="😄",Vte="😁",Gte="😆",Kte="😆",Wte="😅",Zte="🤣",Yte="😂",Jte="🙂",Qte="🙃",Xte="😉",ene="😊",tne="😇",nne="🥰",sne="😍",one="🤩",rne="😘",ine="😗",ane="☺️",lne="😚",cne="😙",dne="🥲",une="😋",hne="😛",fne="😜",pne="🤪",gne="😝",mne="🤑",_ne="🤗",bne="🤭",yne="🤫",vne="🤔",wne="🤐",xne="🤨",kne="😐",Ene="😑",Cne="😶",Ane="😏",Sne="😒",Tne="🙄",Mne="😬",One="🤥",Rne="😌",Nne="😔",Dne="😪",Lne="🤤",Ine="😴",Pne="😷",Fne="🤒",Bne="🤕",$ne="🤢",zne="🤮",jne="🤧",Une="🥵",qne="🥶",Hne="🥴",Vne="😵",Gne="🤯",Kne="🤠",Wne="🥳",Zne="🥸",Yne="😎",Jne="🤓",Qne="🧐",Xne="😕",ese="😟",tse="🙁",nse="☹️",sse="😮",ose="😯",rse="😲",ise="😳",ase="🥺",lse="😦",cse="😧",dse="😨",use="😰",hse="😥",fse="😢",pse="😭",gse="😱",mse="😖",_se="😣",bse="😞",yse="😓",vse="😩",wse="😫",xse="🥱",kse="😤",Ese="😡",Cse="😡",Ase="😠",Sse="🤬",Tse="😈",Mse="👿",Ose="💀",Rse="☠️",Nse="💩",Dse="💩",Lse="💩",Ise="🤡",Pse="👹",Fse="👺",Bse="👻",$se="👽",zse="👾",jse="🤖",Use="😺",qse="😸",Hse="😹",Vse="😻",Gse="😼",Kse="😽",Wse="🙀",Zse="😿",Yse="😾",Jse="🙈",Qse="🙉",Xse="🙊",eoe="💋",toe="💌",noe="💘",soe="💝",ooe="💖",roe="💗",ioe="💓",aoe="💞",loe="💕",coe="💟",doe="❣️",uoe="💔",hoe="❤️",foe="🧡",poe="💛",goe="💚",moe="💙",_oe="💜",boe="🤎",yoe="🖤",voe="🤍",woe="💢",xoe="💥",koe="💥",Eoe="💫",Coe="💦",Aoe="💨",Soe="🕳️",Toe="💣",Moe="💬",Ooe="👁️‍🗨️",Roe="🗨️",Noe="🗯️",Doe="💭",Loe="💤",Ioe="👋",Poe="🤚",Foe="🖐️",Boe="✋",$oe="✋",zoe="🖖",joe="👌",Uoe="🤌",qoe="🤏",Hoe="✌️",Voe="🤞",Goe="🤟",Koe="🤘",Woe="🤙",Zoe="👈",Yoe="👉",Joe="👆",Qoe="🖕",Xoe="🖕",ere="👇",tre="☝️",nre="👍",sre="👎",ore="✊",rre="✊",ire="👊",are="👊",lre="👊",cre="🤛",dre="🤜",ure="👏",hre="🙌",fre="👐",pre="🤲",gre="🤝",mre="🙏",_re="✍️",bre="💅",yre="🤳",vre="💪",wre="🦾",xre="🦿",kre="🦵",Ere="🦶",Cre="👂",Are="🦻",Sre="👃",Tre="🧠",Mre="🫀",Ore="🫁",Rre="🦷",Nre="🦴",Dre="👀",Lre="👁️",Ire="👅",Pre="👄",Fre="👶",Bre="🧒",$re="👦",zre="👧",jre="🧑",Ure="👱",qre="👨",Hre="🧔",Vre="👨‍🦰",Gre="👨‍🦱",Kre="👨‍🦳",Wre="👨‍🦲",Zre="👩",Yre="👩‍🦰",Jre="🧑‍🦰",Qre="👩‍🦱",Xre="🧑‍🦱",eie="👩‍🦳",tie="🧑‍🦳",nie="👩‍🦲",sie="🧑‍🦲",oie="👱‍♀️",rie="👱‍♀️",iie="👱‍♂️",aie="🧓",lie="👴",cie="👵",die="🙍",uie="🙍‍♂️",hie="🙍‍♀️",fie="🙎",pie="🙎‍♂️",gie="🙎‍♀️",mie="🙅",_ie="🙅‍♂️",bie="🙅‍♂️",yie="🙅‍♀️",vie="🙅‍♀️",wie="🙆",xie="🙆‍♂️",kie="🙆‍♀️",Eie="💁",Cie="💁",Aie="💁‍♂️",Sie="💁‍♂️",Tie="💁‍♀️",Mie="💁‍♀️",Oie="🙋",Rie="🙋‍♂️",Nie="🙋‍♀️",Die="🧏",Lie="🧏‍♂️",Iie="🧏‍♀️",Pie="🙇",Fie="🙇‍♂️",Bie="🙇‍♀️",$ie="🤦",zie="🤦‍♂️",jie="🤦‍♀️",Uie="🤷",qie="🤷‍♂️",Hie="🤷‍♀️",Vie="🧑‍⚕️",Gie="👨‍⚕️",Kie="👩‍⚕️",Wie="🧑‍🎓",Zie="👨‍🎓",Yie="👩‍🎓",Jie="🧑‍🏫",Qie="👨‍🏫",Xie="👩‍🏫",eae="🧑‍⚖️",tae="👨‍⚖️",nae="👩‍⚖️",sae="🧑‍🌾",oae="👨‍🌾",rae="👩‍🌾",iae="🧑‍🍳",aae="👨‍🍳",lae="👩‍🍳",cae="🧑‍🔧",dae="👨‍🔧",uae="👩‍🔧",hae="🧑‍🏭",fae="👨‍🏭",pae="👩‍🏭",gae="🧑‍💼",mae="👨‍💼",_ae="👩‍💼",bae="🧑‍🔬",yae="👨‍🔬",vae="👩‍🔬",wae="🧑‍💻",xae="👨‍💻",kae="👩‍💻",Eae="🧑‍🎤",Cae="👨‍🎤",Aae="👩‍🎤",Sae="🧑‍🎨",Tae="👨‍🎨",Mae="👩‍🎨",Oae="🧑‍✈️",Rae="👨‍✈️",Nae="👩‍✈️",Dae="🧑‍🚀",Lae="👨‍🚀",Iae="👩‍🚀",Pae="🧑‍🚒",Fae="👨‍🚒",Bae="👩‍🚒",$ae="👮",zae="👮",jae="👮‍♂️",Uae="👮‍♀️",qae="🕵️",Hae="🕵️‍♂️",Vae="🕵️‍♀️",Gae="💂",Kae="💂‍♂️",Wae="💂‍♀️",Zae="🥷",Yae="👷",Jae="👷‍♂️",Qae="👷‍♀️",Xae="🤴",ele="👸",tle="👳",nle="👳‍♂️",sle="👳‍♀️",ole="👲",rle="🧕",ile="🤵",ale="🤵‍♂️",lle="🤵‍♀️",cle="👰",dle="👰‍♂️",ule="👰‍♀️",hle="👰‍♀️",fle="🤰",ple="🤱",gle="👩‍🍼",mle="👨‍🍼",_le="🧑‍🍼",ble="👼",yle="🎅",vle="🤶",wle="🧑‍🎄",xle="🦸",kle="🦸‍♂️",Ele="🦸‍♀️",Cle="🦹",Ale="🦹‍♂️",Sle="🦹‍♀️",Tle="🧙",Mle="🧙‍♂️",Ole="🧙‍♀️",Rle="🧚",Nle="🧚‍♂️",Dle="🧚‍♀️",Lle="🧛",Ile="🧛‍♂️",Ple="🧛‍♀️",Fle="🧜",Ble="🧜‍♂️",$le="🧜‍♀️",zle="🧝",jle="🧝‍♂️",Ule="🧝‍♀️",qle="🧞",Hle="🧞‍♂️",Vle="🧞‍♀️",Gle="🧟",Kle="🧟‍♂️",Wle="🧟‍♀️",Zle="💆",Yle="💆‍♂️",Jle="💆‍♀️",Qle="💇",Xle="💇‍♂️",ece="💇‍♀️",tce="🚶",nce="🚶‍♂️",sce="🚶‍♀️",oce="🧍",rce="🧍‍♂️",ice="🧍‍♀️",ace="🧎",lce="🧎‍♂️",cce="🧎‍♀️",dce="🧑‍🦯",uce="👨‍🦯",hce="👩‍🦯",fce="🧑‍🦼",pce="👨‍🦼",gce="👩‍🦼",mce="🧑‍🦽",_ce="👨‍🦽",bce="👩‍🦽",yce="🏃",vce="🏃",wce="🏃‍♂️",xce="🏃‍♀️",kce="💃",Ece="💃",Cce="🕺",Ace="🕴️",Sce="👯",Tce="👯‍♂️",Mce="👯‍♀️",Oce="🧖",Rce="🧖‍♂️",Nce="🧖‍♀️",Dce="🧗",Lce="🧗‍♂️",Ice="🧗‍♀️",Pce="🤺",Fce="🏇",Bce="⛷️",$ce="🏂",zce="🏌️",jce="🏌️‍♂️",Uce="🏌️‍♀️",qce="🏄",Hce="🏄‍♂️",Vce="🏄‍♀️",Gce="🚣",Kce="🚣‍♂️",Wce="🚣‍♀️",Zce="🏊",Yce="🏊‍♂️",Jce="🏊‍♀️",Qce="⛹️",Xce="⛹️‍♂️",ede="⛹️‍♂️",tde="⛹️‍♀️",nde="⛹️‍♀️",sde="🏋️",ode="🏋️‍♂️",rde="🏋️‍♀️",ide="🚴",ade="🚴‍♂️",lde="🚴‍♀️",cde="🚵",dde="🚵‍♂️",ude="🚵‍♀️",hde="🤸",fde="🤸‍♂️",pde="🤸‍♀️",gde="🤼",mde="🤼‍♂️",_de="🤼‍♀️",bde="🤽",yde="🤽‍♂️",vde="🤽‍♀️",wde="🤾",xde="🤾‍♂️",kde="🤾‍♀️",Ede="🤹",Cde="🤹‍♂️",Ade="🤹‍♀️",Sde="🧘",Tde="🧘‍♂️",Mde="🧘‍♀️",Ode="🛀",Rde="🛌",Nde="🧑‍🤝‍🧑",Dde="👭",Lde="👫",Ide="👬",Pde="💏",Fde="👩‍❤️‍💋‍👨",Bde="👨‍❤️‍💋‍👨",$de="👩‍❤️‍💋‍👩",zde="💑",jde="👩‍❤️‍👨",Ude="👨‍❤️‍👨",qde="👩‍❤️‍👩",Hde="👪",Vde="👨‍👩‍👦",Gde="👨‍👩‍👧",Kde="👨‍👩‍👧‍👦",Wde="👨‍👩‍👦‍👦",Zde="👨‍👩‍👧‍👧",Yde="👨‍👨‍👦",Jde="👨‍👨‍👧",Qde="👨‍👨‍👧‍👦",Xde="👨‍👨‍👦‍👦",eue="👨‍👨‍👧‍👧",tue="👩‍👩‍👦",nue="👩‍👩‍👧",sue="👩‍👩‍👧‍👦",oue="👩‍👩‍👦‍👦",rue="👩‍👩‍👧‍👧",iue="👨‍👦",aue="👨‍👦‍👦",lue="👨‍👧",cue="👨‍👧‍👦",due="👨‍👧‍👧",uue="👩‍👦",hue="👩‍👦‍👦",fue="👩‍👧",pue="👩‍👧‍👦",gue="👩‍👧‍👧",mue="🗣️",_ue="👤",bue="👥",yue="🫂",vue="👣",wue="🐵",xue="🐒",kue="🦍",Eue="🦧",Cue="🐶",Aue="🐕",Sue="🦮",Tue="🐕‍🦺",Mue="🐩",Oue="🐺",Rue="🦊",Nue="🦝",Due="🐱",Lue="🐈",Iue="🐈‍⬛",Pue="🦁",Fue="🐯",Bue="🐅",$ue="🐆",zue="🐴",jue="🐎",Uue="🦄",que="🦓",Hue="🦌",Vue="🦬",Gue="🐮",Kue="🐂",Wue="🐃",Zue="🐄",Yue="🐷",Jue="🐖",Que="🐗",Xue="🐽",ehe="🐏",the="🐑",nhe="🐐",she="🐪",ohe="🐫",rhe="🦙",ihe="🦒",ahe="🐘",lhe="🦣",che="🦏",dhe="🦛",uhe="🐭",hhe="🐁",fhe="🐀",phe="🐹",ghe="🐰",mhe="🐇",_he="🐿️",bhe="🦫",yhe="🦔",vhe="🦇",whe="🐻",xhe="🐻‍❄️",khe="🐨",Ehe="🐼",Che="🦥",Ahe="🦦",She="🦨",The="🦘",Mhe="🦡",Ohe="🐾",Rhe="🐾",Nhe="🦃",Dhe="🐔",Lhe="🐓",Ihe="🐣",Phe="🐤",Fhe="🐥",Bhe="🐦",$he="🐧",zhe="🕊️",jhe="🦅",Uhe="🦆",qhe="🦢",Hhe="🦉",Vhe="🦤",Ghe="🪶",Khe="🦩",Whe="🦚",Zhe="🦜",Yhe="🐸",Jhe="🐊",Qhe="🐢",Xhe="🦎",efe="🐍",tfe="🐲",nfe="🐉",sfe="🦕",ofe="🐳",rfe="🐋",ife="🐬",afe="🐬",lfe="🦭",cfe="🐟",dfe="🐠",ufe="🐡",hfe="🦈",ffe="🐙",pfe="🐚",gfe="🐌",mfe="🦋",_fe="🐛",bfe="🐜",yfe="🐝",vfe="🐝",wfe="🪲",xfe="🐞",kfe="🦗",Efe="🪳",Cfe="🕷️",Afe="🕸️",Sfe="🦂",Tfe="🦟",Mfe="🪰",Ofe="🪱",Rfe="🦠",Nfe="💐",Dfe="🌸",Lfe="💮",Ife="🏵️",Pfe="🌹",Ffe="🥀",Bfe="🌺",$fe="🌻",zfe="🌼",jfe="🌷",Ufe="🌱",qfe="🪴",Hfe="🌲",Vfe="🌳",Gfe="🌴",Kfe="🌵",Wfe="🌾",Zfe="🌿",Yfe="☘️",Jfe="🍀",Qfe="🍁",Xfe="🍂",epe="🍃",tpe="🍇",npe="🍈",spe="🍉",ope="🍊",rpe="🍊",ipe="🍊",ape="🍋",lpe="🍌",cpe="🍍",dpe="🥭",upe="🍎",hpe="🍏",fpe="🍐",ppe="🍑",gpe="🍒",mpe="🍓",_pe="🫐",bpe="🥝",ype="🍅",vpe="🫒",wpe="🥥",xpe="🥑",kpe="🍆",Epe="🥔",Cpe="🥕",Ape="🌽",Spe="🌶️",Tpe="🫑",Mpe="🥒",Ope="🥬",Rpe="🥦",Npe="🧄",Dpe="🧅",Lpe="🍄",Ipe="🥜",Ppe="🌰",Fpe="🍞",Bpe="🥐",$pe="🥖",zpe="🫓",jpe="🥨",Upe="🥯",qpe="🥞",Hpe="🧇",Vpe="🧀",Gpe="🍖",Kpe="🍗",Wpe="🥩",Zpe="🥓",Ype="🍔",Jpe="🍟",Qpe="🍕",Xpe="🌭",ege="🥪",tge="🌮",nge="🌯",sge="🫔",oge="🥙",rge="🧆",ige="🥚",age="🍳",lge="🥘",cge="🍲",dge="🫕",uge="🥣",hge="🥗",fge="🍿",pge="🧈",gge="🧂",mge="🥫",_ge="🍱",bge="🍘",yge="🍙",vge="🍚",wge="🍛",xge="🍜",kge="🍝",Ege="🍠",Cge="🍢",Age="🍣",Sge="🍤",Tge="🍥",Mge="🥮",Oge="🍡",Rge="🥟",Nge="🥠",Dge="🥡",Lge="🦀",Ige="🦞",Pge="🦐",Fge="🦑",Bge="🦪",$ge="🍦",zge="🍧",jge="🍨",Uge="🍩",qge="🍪",Hge="🎂",Vge="🍰",Gge="🧁",Kge="🥧",Wge="🍫",Zge="🍬",Yge="🍭",Jge="🍮",Qge="🍯",Xge="🍼",eme="🥛",tme="☕",nme="🫖",sme="🍵",ome="🍶",rme="🍾",ime="🍷",ame="🍸",lme="🍹",cme="🍺",dme="🍻",ume="🥂",hme="🥃",fme="🥤",pme="🧋",gme="🧃",mme="🧉",_me="🧊",bme="🥢",yme="🍽️",vme="🍴",wme="🥄",xme="🔪",kme="🔪",Eme="🏺",Cme="🌍",Ame="🌎",Sme="🌏",Tme="🌐",Mme="🗺️",Ome="🗾",Rme="🧭",Nme="🏔️",Dme="⛰️",Lme="🌋",Ime="🗻",Pme="🏕️",Fme="🏖️",Bme="🏜️",$me="🏝️",zme="🏞️",jme="🏟️",Ume="🏛️",qme="🏗️",Hme="🧱",Vme="🪨",Gme="🪵",Kme="🛖",Wme="🏘️",Zme="🏚️",Yme="🏠",Jme="🏡",Qme="🏢",Xme="🏣",e_e="🏤",t_e="🏥",n_e="🏦",s_e="🏨",o_e="🏩",r_e="🏪",i_e="🏫",a_e="🏬",l_e="🏭",c_e="🏯",d_e="🏰",u_e="💒",h_e="🗼",f_e="🗽",p_e="⛪",g_e="🕌",m_e="🛕",__e="🕍",b_e="⛩️",y_e="🕋",v_e="⛲",w_e="⛺",x_e="🌁",k_e="🌃",E_e="🏙️",C_e="🌄",A_e="🌅",S_e="🌆",T_e="🌇",M_e="🌉",O_e="♨️",R_e="🎠",N_e="🎡",D_e="🎢",L_e="💈",I_e="🎪",P_e="🚂",F_e="🚃",B_e="🚄",$_e="🚅",z_e="🚆",j_e="🚇",U_e="🚈",q_e="🚉",H_e="🚊",V_e="🚝",G_e="🚞",K_e="🚋",W_e="🚌",Z_e="🚍",Y_e="🚎",J_e="🚐",Q_e="🚑",X_e="🚒",e1e="🚓",t1e="🚔",n1e="🚕",s1e="🚖",o1e="🚗",r1e="🚗",i1e="🚘",a1e="🚙",l1e="🛻",c1e="🚚",d1e="🚛",u1e="🚜",h1e="🏎️",f1e="🏍️",p1e="🛵",g1e="🦽",m1e="🦼",_1e="🛺",b1e="🚲",y1e="🛴",v1e="🛹",w1e="🛼",x1e="🚏",k1e="🛣️",E1e="🛤️",C1e="🛢️",A1e="⛽",S1e="🚨",T1e="🚥",M1e="🚦",O1e="🛑",R1e="🚧",N1e="⚓",D1e="⛵",L1e="⛵",I1e="🛶",P1e="🚤",F1e="🛳️",B1e="⛴️",$1e="🛥️",z1e="🚢",j1e="✈️",U1e="🛩️",q1e="🛫",H1e="🛬",V1e="🪂",G1e="💺",K1e="🚁",W1e="🚟",Z1e="🚠",Y1e="🚡",J1e="🛰️",Q1e="🚀",X1e="🛸",e0e="🛎️",t0e="🧳",n0e="⌛",s0e="⏳",o0e="⌚",r0e="⏰",i0e="⏱️",a0e="⏲️",l0e="🕰️",c0e="🕛",d0e="🕧",u0e="🕐",h0e="🕜",f0e="🕑",p0e="🕝",g0e="🕒",m0e="🕞",_0e="🕓",b0e="🕟",y0e="🕔",v0e="🕠",w0e="🕕",x0e="🕡",k0e="🕖",E0e="🕢",C0e="🕗",A0e="🕣",S0e="🕘",T0e="🕤",M0e="🕙",O0e="🕥",R0e="🕚",N0e="🕦",D0e="🌑",L0e="🌒",I0e="🌓",P0e="🌔",F0e="🌔",B0e="🌕",$0e="🌖",z0e="🌗",j0e="🌘",U0e="🌙",q0e="🌚",H0e="🌛",V0e="🌜",G0e="🌡️",K0e="☀️",W0e="🌝",Z0e="🌞",Y0e="🪐",J0e="⭐",Q0e="🌟",X0e="🌠",ebe="🌌",tbe="☁️",nbe="⛅",sbe="⛈️",obe="🌤️",rbe="🌥️",ibe="🌦️",abe="🌧️",lbe="🌨️",cbe="🌩️",dbe="🌪️",ube="🌫️",hbe="🌬️",fbe="🌀",pbe="🌈",gbe="🌂",mbe="☂️",_be="☔",bbe="⛱️",ybe="⚡",vbe="❄️",wbe="☃️",xbe="⛄",kbe="☄️",Ebe="🔥",Cbe="💧",Abe="🌊",Sbe="🎃",Tbe="🎄",Mbe="🎆",Obe="🎇",Rbe="🧨",Nbe="✨",Dbe="🎈",Lbe="🎉",Ibe="🎊",Pbe="🎋",Fbe="🎍",Bbe="🎎",$be="🎏",zbe="🎐",jbe="🎑",Ube="🧧",qbe="🎀",Hbe="🎁",Vbe="🎗️",Gbe="🎟️",Kbe="🎫",Wbe="🎖️",Zbe="🏆",Ybe="🏅",Jbe="⚽",Qbe="⚾",Xbe="🥎",eye="🏀",tye="🏐",nye="🏈",sye="🏉",oye="🎾",rye="🥏",iye="🎳",aye="🏏",lye="🏑",cye="🏒",dye="🥍",uye="🏓",hye="🏸",fye="🥊",pye="🥋",gye="🥅",mye="⛳",_ye="⛸️",bye="🎣",yye="🤿",vye="🎽",wye="🎿",xye="🛷",kye="🥌",Eye="🎯",Cye="🪀",Aye="🪁",Sye="🔮",Tye="🪄",Mye="🧿",Oye="🎮",Rye="🕹️",Nye="🎰",Dye="🎲",Lye="🧩",Iye="🧸",Pye="🪅",Fye="🪆",Bye="♠️",$ye="♥️",zye="♦️",jye="♣️",Uye="♟️",qye="🃏",Hye="🀄",Vye="🎴",Gye="🎭",Kye="🖼️",Wye="🎨",Zye="🧵",Yye="🪡",Jye="🧶",Qye="🪢",Xye="👓",e2e="🕶️",t2e="🥽",n2e="🥼",s2e="🦺",o2e="👔",r2e="👕",i2e="👕",a2e="👖",l2e="🧣",c2e="🧤",d2e="🧥",u2e="🧦",h2e="👗",f2e="👘",p2e="🥻",g2e="🩱",m2e="🩲",_2e="🩳",b2e="👙",y2e="👚",v2e="👛",w2e="👜",x2e="👝",k2e="🛍️",E2e="🎒",C2e="🩴",A2e="👞",S2e="👞",T2e="👟",M2e="🥾",O2e="🥿",R2e="👠",N2e="👡",D2e="🩰",L2e="👢",I2e="👑",P2e="👒",F2e="🎩",B2e="🎓",$2e="🧢",z2e="🪖",j2e="⛑️",U2e="📿",q2e="💄",H2e="💍",V2e="💎",G2e="🔇",K2e="🔈",W2e="🔉",Z2e="🔊",Y2e="📢",J2e="📣",Q2e="📯",X2e="🔔",eve="🔕",tve="🎼",nve="🎵",sve="🎶",ove="🎙️",rve="🎚️",ive="🎛️",ave="🎤",lve="🎧",cve="📻",dve="🎷",uve="🪗",hve="🎸",fve="🎹",pve="🎺",gve="🎻",mve="🪕",_ve="🥁",bve="🪘",yve="📱",vve="📲",wve="☎️",xve="☎️",kve="📞",Eve="📟",Cve="📠",Ave="🔋",Sve="🔌",Tve="💻",Mve="🖥️",Ove="🖨️",Rve="⌨️",Nve="🖱️",Dve="🖲️",Lve="💽",Ive="💾",Pve="💿",Fve="📀",Bve="🧮",$ve="🎥",zve="🎞️",jve="📽️",Uve="🎬",qve="📺",Hve="📷",Vve="📸",Gve="📹",Kve="📼",Wve="🔍",Zve="🔎",Yve="🕯️",Jve="💡",Qve="🔦",Xve="🏮",ewe="🏮",twe="🪔",nwe="📔",swe="📕",owe="📖",rwe="📖",iwe="📗",awe="📘",lwe="📙",cwe="📚",dwe="📓",uwe="📒",hwe="📃",fwe="📜",pwe="📄",gwe="📰",mwe="🗞️",_we="📑",bwe="🔖",ywe="🏷️",vwe="💰",wwe="🪙",xwe="💴",kwe="💵",Ewe="💶",Cwe="💷",Awe="💸",Swe="💳",Twe="🧾",Mwe="💹",Owe="✉️",Rwe="📧",Nwe="📨",Dwe="📩",Lwe="📤",Iwe="📥",Pwe="📫",Fwe="📪",Bwe="📬",$we="📭",zwe="📮",jwe="🗳️",Uwe="✏️",qwe="✒️",Hwe="🖋️",Vwe="🖊️",Gwe="🖌️",Kwe="🖍️",Wwe="📝",Zwe="📝",Ywe="💼",Jwe="📁",Qwe="📂",Xwe="🗂️",exe="📅",txe="📆",nxe="🗒️",sxe="🗓️",oxe="📇",rxe="📈",ixe="📉",axe="📊",lxe="📋",cxe="📌",dxe="📍",uxe="📎",hxe="🖇️",fxe="📏",pxe="📐",gxe="✂️",mxe="🗃️",_xe="🗄️",bxe="🗑️",yxe="🔒",vxe="🔓",wxe="🔏",xxe="🔐",kxe="🔑",Exe="🗝️",Cxe="🔨",Axe="🪓",Sxe="⛏️",Txe="⚒️",Mxe="🛠️",Oxe="🗡️",Rxe="⚔️",Nxe="🔫",Dxe="🪃",Lxe="🏹",Ixe="🛡️",Pxe="🪚",Fxe="🔧",Bxe="🪛",$xe="🔩",zxe="⚙️",jxe="🗜️",Uxe="⚖️",qxe="🦯",Hxe="🔗",Vxe="⛓️",Gxe="🪝",Kxe="🧰",Wxe="🧲",Zxe="🪜",Yxe="⚗️",Jxe="🧪",Qxe="🧫",Xxe="🧬",eke="🔬",tke="🔭",nke="📡",ske="💉",oke="🩸",rke="💊",ike="🩹",ake="🩺",lke="🚪",cke="🛗",dke="🪞",uke="🪟",hke="🛏️",fke="🛋️",pke="🪑",gke="🚽",mke="🪠",_ke="🚿",bke="🛁",yke="🪤",vke="🪒",wke="🧴",xke="🧷",kke="🧹",Eke="🧺",Cke="🧻",Ake="🪣",Ske="🧼",Tke="🪥",Mke="🧽",Oke="🧯",Rke="🛒",Nke="🚬",Dke="⚰️",Lke="🪦",Ike="⚱️",Pke="🗿",Fke="🪧",Bke="🏧",$ke="🚮",zke="🚰",jke="♿",Uke="🚹",qke="🚺",Hke="🚻",Vke="🚼",Gke="🚾",Kke="🛂",Wke="🛃",Zke="🛄",Yke="🛅",Jke="⚠️",Qke="🚸",Xke="⛔",e5e="🚫",t5e="🚳",n5e="🚭",s5e="🚯",o5e="🚷",r5e="📵",i5e="🔞",a5e="☢️",l5e="☣️",c5e="⬆️",d5e="↗️",u5e="➡️",h5e="↘️",f5e="⬇️",p5e="↙️",g5e="⬅️",m5e="↖️",_5e="↕️",b5e="↔️",y5e="↩️",v5e="↪️",w5e="⤴️",x5e="⤵️",k5e="🔃",E5e="🔄",C5e="🔙",A5e="🔚",S5e="🔛",T5e="🔜",M5e="🔝",O5e="🛐",R5e="⚛️",N5e="🕉️",D5e="✡️",L5e="☸️",I5e="☯️",P5e="✝️",F5e="☦️",B5e="☪️",$5e="☮️",z5e="🕎",j5e="🔯",U5e="♈",q5e="♉",H5e="♊",V5e="♋",G5e="♌",K5e="♍",W5e="♎",Z5e="♏",Y5e="♐",J5e="♑",Q5e="♒",X5e="♓",eEe="⛎",tEe="🔀",nEe="🔁",sEe="🔂",oEe="▶️",rEe="⏩",iEe="⏭️",aEe="⏯️",lEe="◀️",cEe="⏪",dEe="⏮️",uEe="🔼",hEe="⏫",fEe="🔽",pEe="⏬",gEe="⏸️",mEe="⏹️",_Ee="⏺️",bEe="⏏️",yEe="🎦",vEe="🔅",wEe="🔆",xEe="📶",kEe="📳",EEe="📴",CEe="♀️",AEe="♂️",SEe="⚧️",TEe="✖️",MEe="➕",OEe="➖",REe="➗",NEe="♾️",DEe="‼️",LEe="⁉️",IEe="❓",PEe="❔",FEe="❕",BEe="❗",$Ee="❗",zEe="〰️",jEe="💱",UEe="💲",qEe="⚕️",HEe="♻️",VEe="⚜️",GEe="🔱",KEe="📛",WEe="🔰",ZEe="⭕",YEe="✅",JEe="☑️",QEe="✔️",XEe="❌",e4e="❎",t4e="➰",n4e="➿",s4e="〽️",o4e="✳️",r4e="✴️",i4e="❇️",a4e="©️",l4e="®️",c4e="™️",d4e="#️⃣",u4e="*️⃣",h4e="0️⃣",f4e="1️⃣",p4e="2️⃣",g4e="3️⃣",m4e="4️⃣",_4e="5️⃣",b4e="6️⃣",y4e="7️⃣",v4e="8️⃣",w4e="9️⃣",x4e="🔟",k4e="🔠",E4e="🔡",C4e="🔣",A4e="🔤",S4e="🅰️",T4e="🆎",M4e="🅱️",O4e="🆑",R4e="🆒",N4e="🆓",D4e="ℹ️",L4e="🆔",I4e="Ⓜ️",P4e="🆖",F4e="🅾️",B4e="🆗",$4e="🅿️",z4e="🆘",j4e="🆙",U4e="🆚",q4e="🈁",H4e="🈂️",V4e="🉐",G4e="🉑",K4e="㊗️",W4e="㊙️",Z4e="🈵",Y4e="🔴",J4e="🟠",Q4e="🟡",X4e="🟢",e8e="🔵",t8e="🟣",n8e="🟤",s8e="⚫",o8e="⚪",r8e="🟥",i8e="🟧",a8e="🟨",l8e="🟩",c8e="🟦",d8e="🟪",u8e="🟫",h8e="⬛",f8e="⬜",p8e="◼️",g8e="◻️",m8e="◾",_8e="◽",b8e="▪️",y8e="▫️",v8e="🔶",w8e="🔷",x8e="🔸",k8e="🔹",E8e="🔺",C8e="🔻",A8e="💠",S8e="🔘",T8e="🔳",M8e="🔲",O8e="🏁",R8e="🚩",N8e="🎌",D8e="🏴",L8e="🏳️",I8e="🏳️‍🌈",P8e="🏳️‍⚧️",F8e="🏴‍☠️",B8e="🇦🇨",$8e="🇦🇩",z8e="🇦🇪",j8e="🇦🇫",U8e="🇦🇬",q8e="🇦🇮",H8e="🇦🇱",V8e="🇦🇲",G8e="🇦🇴",K8e="🇦🇶",W8e="🇦🇷",Z8e="🇦🇸",Y8e="🇦🇹",J8e="🇦🇺",Q8e="🇦🇼",X8e="🇦🇽",eCe="🇦🇿",tCe="🇧🇦",nCe="🇧🇧",sCe="🇧🇩",oCe="🇧🇪",rCe="🇧🇫",iCe="🇧🇬",aCe="🇧🇭",lCe="🇧🇮",cCe="🇧🇯",dCe="🇧🇱",uCe="🇧🇲",hCe="🇧🇳",fCe="🇧🇴",pCe="🇧🇶",gCe="🇧🇷",mCe="🇧🇸",_Ce="🇧🇹",bCe="🇧🇻",yCe="🇧🇼",vCe="🇧🇾",wCe="🇧🇿",xCe="🇨🇦",kCe="🇨🇨",ECe="🇨🇩",CCe="🇨🇫",ACe="🇨🇬",SCe="🇨🇭",TCe="🇨🇮",MCe="🇨🇰",OCe="🇨🇱",RCe="🇨🇲",NCe="🇨🇳",DCe="🇨🇴",LCe="🇨🇵",ICe="🇨🇷",PCe="🇨🇺",FCe="🇨🇻",BCe="🇨🇼",$Ce="🇨🇽",zCe="🇨🇾",jCe="🇨🇿",UCe="🇩🇪",qCe="🇩🇬",HCe="🇩🇯",VCe="🇩🇰",GCe="🇩🇲",KCe="🇩🇴",WCe="🇩🇿",ZCe="🇪🇦",YCe="🇪🇨",JCe="🇪🇪",QCe="🇪🇬",XCe="🇪🇭",e3e="🇪🇷",t3e="🇪🇸",n3e="🇪🇹",s3e="🇪🇺",o3e="🇪🇺",r3e="🇫🇮",i3e="🇫🇯",a3e="🇫🇰",l3e="🇫🇲",c3e="🇫🇴",d3e="🇫🇷",u3e="🇬🇦",h3e="🇬🇧",f3e="🇬🇧",p3e="🇬🇩",g3e="🇬🇪",m3e="🇬🇫",_3e="🇬🇬",b3e="🇬🇭",y3e="🇬🇮",v3e="🇬🇱",w3e="🇬🇲",x3e="🇬🇳",k3e="🇬🇵",E3e="🇬🇶",C3e="🇬🇷",A3e="🇬🇸",S3e="🇬🇹",T3e="🇬🇺",M3e="🇬🇼",O3e="🇬🇾",R3e="🇭🇰",N3e="🇭🇲",D3e="🇭🇳",L3e="🇭🇷",I3e="🇭🇹",P3e="🇭🇺",F3e="🇮🇨",B3e="🇮🇩",$3e="🇮🇪",z3e="🇮🇱",j3e="🇮🇲",U3e="🇮🇳",q3e="🇮🇴",H3e="🇮🇶",V3e="🇮🇷",G3e="🇮🇸",K3e="🇮🇹",W3e="🇯🇪",Z3e="🇯🇲",Y3e="🇯🇴",J3e="🇯🇵",Q3e="🇰🇪",X3e="🇰🇬",e9e="🇰🇭",t9e="🇰🇮",n9e="🇰🇲",s9e="🇰🇳",o9e="🇰🇵",r9e="🇰🇷",i9e="🇰🇼",a9e="🇰🇾",l9e="🇰🇿",c9e="🇱🇦",d9e="🇱🇧",u9e="🇱🇨",h9e="🇱🇮",f9e="🇱🇰",p9e="🇱🇷",g9e="🇱🇸",m9e="🇱🇹",_9e="🇱🇺",b9e="🇱🇻",y9e="🇱🇾",v9e="🇲🇦",w9e="🇲🇨",x9e="🇲🇩",k9e="🇲🇪",E9e="🇲🇫",C9e="🇲🇬",A9e="🇲🇭",S9e="🇲🇰",T9e="🇲🇱",M9e="🇲🇲",O9e="🇲🇳",R9e="🇲🇴",N9e="🇲🇵",D9e="🇲🇶",L9e="🇲🇷",I9e="🇲🇸",P9e="🇲🇹",F9e="🇲🇺",B9e="🇲🇻",$9e="🇲🇼",z9e="🇲🇽",j9e="🇲🇾",U9e="🇲🇿",q9e="🇳🇦",H9e="🇳🇨",V9e="🇳🇪",G9e="🇳🇫",K9e="🇳🇬",W9e="🇳🇮",Z9e="🇳🇱",Y9e="🇳🇴",J9e="🇳🇵",Q9e="🇳🇷",X9e="🇳🇺",e6e="🇳🇿",t6e="🇴🇲",n6e="🇵🇦",s6e="🇵🇪",o6e="🇵🇫",r6e="🇵🇬",i6e="🇵🇭",a6e="🇵🇰",l6e="🇵🇱",c6e="🇵🇲",d6e="🇵🇳",u6e="🇵🇷",h6e="🇵🇸",f6e="🇵🇹",p6e="🇵🇼",g6e="🇵🇾",m6e="🇶🇦",_6e="🇷🇪",b6e="🇷🇴",y6e="🇷🇸",v6e="🇷🇺",w6e="🇷🇼",x6e="🇸🇦",k6e="🇸🇧",E6e="🇸🇨",C6e="🇸🇩",A6e="🇸🇪",S6e="🇸🇬",T6e="🇸🇭",M6e="🇸🇮",O6e="🇸🇯",R6e="🇸🇰",N6e="🇸🇱",D6e="🇸🇲",L6e="🇸🇳",I6e="🇸🇴",P6e="🇸🇷",F6e="🇸🇸",B6e="🇸🇹",$6e="🇸🇻",z6e="🇸🇽",j6e="🇸🇾",U6e="🇸🇿",q6e="🇹🇦",H6e="🇹🇨",V6e="🇹🇩",G6e="🇹🇫",K6e="🇹🇬",W6e="🇹🇭",Z6e="🇹🇯",Y6e="🇹🇰",J6e="🇹🇱",Q6e="🇹🇲",X6e="🇹🇳",e7e="🇹🇴",t7e="🇹🇷",n7e="🇹🇹",s7e="🇹🇻",o7e="🇹🇼",r7e="🇹🇿",i7e="🇺🇦",a7e="🇺🇬",l7e="🇺🇲",c7e="🇺🇳",d7e="🇺🇸",u7e="🇺🇾",h7e="🇺🇿",f7e="🇻🇦",p7e="🇻🇨",g7e="🇻🇪",m7e="🇻🇬",_7e="🇻🇮",b7e="🇻🇳",y7e="🇻🇺",v7e="🇼🇫",w7e="🇼🇸",x7e="🇽🇰",k7e="🇾🇪",E7e="🇾🇹",C7e="🇿🇦",A7e="🇿🇲",S7e="🇿🇼",T7e="🏴󠁧󠁢󠁥󠁮󠁧󠁿",M7e="🏴󠁧󠁢󠁳󠁣󠁴󠁿",O7e="🏴󠁧󠁢󠁷󠁬󠁳󠁿",R7e={100:"💯",1234:"🔢",grinning:Ute,smiley:qte,smile:Hte,grin:Vte,laughing:Gte,satisfied:Kte,sweat_smile:Wte,rofl:Zte,joy:Yte,slightly_smiling_face:Jte,upside_down_face:Qte,wink:Xte,blush:ene,innocent:tne,smiling_face_with_three_hearts:nne,heart_eyes:sne,star_struck:one,kissing_heart:rne,kissing:ine,relaxed:ane,kissing_closed_eyes:lne,kissing_smiling_eyes:cne,smiling_face_with_tear:dne,yum:une,stuck_out_tongue:hne,stuck_out_tongue_winking_eye:fne,zany_face:pne,stuck_out_tongue_closed_eyes:gne,money_mouth_face:mne,hugs:_ne,hand_over_mouth:bne,shushing_face:yne,thinking:vne,zipper_mouth_face:wne,raised_eyebrow:xne,neutral_face:kne,expressionless:Ene,no_mouth:Cne,smirk:Ane,unamused:Sne,roll_eyes:Tne,grimacing:Mne,lying_face:One,relieved:Rne,pensive:Nne,sleepy:Dne,drooling_face:Lne,sleeping:Ine,mask:Pne,face_with_thermometer:Fne,face_with_head_bandage:Bne,nauseated_face:$ne,vomiting_face:zne,sneezing_face:jne,hot_face:Une,cold_face:qne,woozy_face:Hne,dizzy_face:Vne,exploding_head:Gne,cowboy_hat_face:Kne,partying_face:Wne,disguised_face:Zne,sunglasses:Yne,nerd_face:Jne,monocle_face:Qne,confused:Xne,worried:ese,slightly_frowning_face:tse,frowning_face:nse,open_mouth:sse,hushed:ose,astonished:rse,flushed:ise,pleading_face:ase,frowning:lse,anguished:cse,fearful:dse,cold_sweat:use,disappointed_relieved:hse,cry:fse,sob:pse,scream:gse,confounded:mse,persevere:_se,disappointed:bse,sweat:yse,weary:vse,tired_face:wse,yawning_face:xse,triumph:kse,rage:Ese,pout:Cse,angry:Ase,cursing_face:Sse,smiling_imp:Tse,imp:Mse,skull:Ose,skull_and_crossbones:Rse,hankey:Nse,poop:Dse,shit:Lse,clown_face:Ise,japanese_ogre:Pse,japanese_goblin:Fse,ghost:Bse,alien:$se,space_invader:zse,robot:jse,smiley_cat:Use,smile_cat:qse,joy_cat:Hse,heart_eyes_cat:Vse,smirk_cat:Gse,kissing_cat:Kse,scream_cat:Wse,crying_cat_face:Zse,pouting_cat:Yse,see_no_evil:Jse,hear_no_evil:Qse,speak_no_evil:Xse,kiss:eoe,love_letter:toe,cupid:noe,gift_heart:soe,sparkling_heart:ooe,heartpulse:roe,heartbeat:ioe,revolving_hearts:aoe,two_hearts:loe,heart_decoration:coe,heavy_heart_exclamation:doe,broken_heart:uoe,heart:hoe,orange_heart:foe,yellow_heart:poe,green_heart:goe,blue_heart:moe,purple_heart:_oe,brown_heart:boe,black_heart:yoe,white_heart:voe,anger:woe,boom:xoe,collision:koe,dizzy:Eoe,sweat_drops:Coe,dash:Aoe,hole:Soe,bomb:Toe,speech_balloon:Moe,eye_speech_bubble:Ooe,left_speech_bubble:Roe,right_anger_bubble:Noe,thought_balloon:Doe,zzz:Loe,wave:Ioe,raised_back_of_hand:Poe,raised_hand_with_fingers_splayed:Foe,hand:Boe,raised_hand:$oe,vulcan_salute:zoe,ok_hand:joe,pinched_fingers:Uoe,pinching_hand:qoe,v:Hoe,crossed_fingers:Voe,love_you_gesture:Goe,metal:Koe,call_me_hand:Woe,point_left:Zoe,point_right:Yoe,point_up_2:Joe,middle_finger:Qoe,fu:Xoe,point_down:ere,point_up:tre,"+1":"👍",thumbsup:nre,"-1":"👎",thumbsdown:sre,fist_raised:ore,fist:rre,fist_oncoming:ire,facepunch:are,punch:lre,fist_left:cre,fist_right:dre,clap:ure,raised_hands:hre,open_hands:fre,palms_up_together:pre,handshake:gre,pray:mre,writing_hand:_re,nail_care:bre,selfie:yre,muscle:vre,mechanical_arm:wre,mechanical_leg:xre,leg:kre,foot:Ere,ear:Cre,ear_with_hearing_aid:Are,nose:Sre,brain:Tre,anatomical_heart:Mre,lungs:Ore,tooth:Rre,bone:Nre,eyes:Dre,eye:Lre,tongue:Ire,lips:Pre,baby:Fre,child:Bre,boy:$re,girl:zre,adult:jre,blond_haired_person:Ure,man:qre,bearded_person:Hre,red_haired_man:Vre,curly_haired_man:Gre,white_haired_man:Kre,bald_man:Wre,woman:Zre,red_haired_woman:Yre,person_red_hair:Jre,curly_haired_woman:Qre,person_curly_hair:Xre,white_haired_woman:eie,person_white_hair:tie,bald_woman:nie,person_bald:sie,blond_haired_woman:oie,blonde_woman:rie,blond_haired_man:iie,older_adult:aie,older_man:lie,older_woman:cie,frowning_person:die,frowning_man:uie,frowning_woman:hie,pouting_face:fie,pouting_man:pie,pouting_woman:gie,no_good:mie,no_good_man:_ie,ng_man:bie,no_good_woman:yie,ng_woman:vie,ok_person:wie,ok_man:xie,ok_woman:kie,tipping_hand_person:Eie,information_desk_person:Cie,tipping_hand_man:Aie,sassy_man:Sie,tipping_hand_woman:Tie,sassy_woman:Mie,raising_hand:Oie,raising_hand_man:Rie,raising_hand_woman:Nie,deaf_person:Die,deaf_man:Lie,deaf_woman:Iie,bow:Pie,bowing_man:Fie,bowing_woman:Bie,facepalm:$ie,man_facepalming:zie,woman_facepalming:jie,shrug:Uie,man_shrugging:qie,woman_shrugging:Hie,health_worker:Vie,man_health_worker:Gie,woman_health_worker:Kie,student:Wie,man_student:Zie,woman_student:Yie,teacher:Jie,man_teacher:Qie,woman_teacher:Xie,judge:eae,man_judge:tae,woman_judge:nae,farmer:sae,man_farmer:oae,woman_farmer:rae,cook:iae,man_cook:aae,woman_cook:lae,mechanic:cae,man_mechanic:dae,woman_mechanic:uae,factory_worker:hae,man_factory_worker:fae,woman_factory_worker:pae,office_worker:gae,man_office_worker:mae,woman_office_worker:_ae,scientist:bae,man_scientist:yae,woman_scientist:vae,technologist:wae,man_technologist:xae,woman_technologist:kae,singer:Eae,man_singer:Cae,woman_singer:Aae,artist:Sae,man_artist:Tae,woman_artist:Mae,pilot:Oae,man_pilot:Rae,woman_pilot:Nae,astronaut:Dae,man_astronaut:Lae,woman_astronaut:Iae,firefighter:Pae,man_firefighter:Fae,woman_firefighter:Bae,police_officer:$ae,cop:zae,policeman:jae,policewoman:Uae,detective:qae,male_detective:Hae,female_detective:Vae,guard:Gae,guardsman:Kae,guardswoman:Wae,ninja:Zae,construction_worker:Yae,construction_worker_man:Jae,construction_worker_woman:Qae,prince:Xae,princess:ele,person_with_turban:tle,man_with_turban:nle,woman_with_turban:sle,man_with_gua_pi_mao:ole,woman_with_headscarf:rle,person_in_tuxedo:ile,man_in_tuxedo:ale,woman_in_tuxedo:lle,person_with_veil:cle,man_with_veil:dle,woman_with_veil:ule,bride_with_veil:hle,pregnant_woman:fle,breast_feeding:ple,woman_feeding_baby:gle,man_feeding_baby:mle,person_feeding_baby:_le,angel:ble,santa:yle,mrs_claus:vle,mx_claus:wle,superhero:xle,superhero_man:kle,superhero_woman:Ele,supervillain:Cle,supervillain_man:Ale,supervillain_woman:Sle,mage:Tle,mage_man:Mle,mage_woman:Ole,fairy:Rle,fairy_man:Nle,fairy_woman:Dle,vampire:Lle,vampire_man:Ile,vampire_woman:Ple,merperson:Fle,merman:Ble,mermaid:$le,elf:zle,elf_man:jle,elf_woman:Ule,genie:qle,genie_man:Hle,genie_woman:Vle,zombie:Gle,zombie_man:Kle,zombie_woman:Wle,massage:Zle,massage_man:Yle,massage_woman:Jle,haircut:Qle,haircut_man:Xle,haircut_woman:ece,walking:tce,walking_man:nce,walking_woman:sce,standing_person:oce,standing_man:rce,standing_woman:ice,kneeling_person:ace,kneeling_man:lce,kneeling_woman:cce,person_with_probing_cane:dce,man_with_probing_cane:uce,woman_with_probing_cane:hce,person_in_motorized_wheelchair:fce,man_in_motorized_wheelchair:pce,woman_in_motorized_wheelchair:gce,person_in_manual_wheelchair:mce,man_in_manual_wheelchair:_ce,woman_in_manual_wheelchair:bce,runner:yce,running:vce,running_man:wce,running_woman:xce,woman_dancing:kce,dancer:Ece,man_dancing:Cce,business_suit_levitating:Ace,dancers:Sce,dancing_men:Tce,dancing_women:Mce,sauna_person:Oce,sauna_man:Rce,sauna_woman:Nce,climbing:Dce,climbing_man:Lce,climbing_woman:Ice,person_fencing:Pce,horse_racing:Fce,skier:Bce,snowboarder:$ce,golfing:zce,golfing_man:jce,golfing_woman:Uce,surfer:qce,surfing_man:Hce,surfing_woman:Vce,rowboat:Gce,rowing_man:Kce,rowing_woman:Wce,swimmer:Zce,swimming_man:Yce,swimming_woman:Jce,bouncing_ball_person:Qce,bouncing_ball_man:Xce,basketball_man:ede,bouncing_ball_woman:tde,basketball_woman:nde,weight_lifting:sde,weight_lifting_man:ode,weight_lifting_woman:rde,bicyclist:ide,biking_man:ade,biking_woman:lde,mountain_bicyclist:cde,mountain_biking_man:dde,mountain_biking_woman:ude,cartwheeling:hde,man_cartwheeling:fde,woman_cartwheeling:pde,wrestling:gde,men_wrestling:mde,women_wrestling:_de,water_polo:bde,man_playing_water_polo:yde,woman_playing_water_polo:vde,handball_person:wde,man_playing_handball:xde,woman_playing_handball:kde,juggling_person:Ede,man_juggling:Cde,woman_juggling:Ade,lotus_position:Sde,lotus_position_man:Tde,lotus_position_woman:Mde,bath:Ode,sleeping_bed:Rde,people_holding_hands:Nde,two_women_holding_hands:Dde,couple:Lde,two_men_holding_hands:Ide,couplekiss:Pde,couplekiss_man_woman:Fde,couplekiss_man_man:Bde,couplekiss_woman_woman:$de,couple_with_heart:zde,couple_with_heart_woman_man:jde,couple_with_heart_man_man:Ude,couple_with_heart_woman_woman:qde,family:Hde,family_man_woman_boy:Vde,family_man_woman_girl:Gde,family_man_woman_girl_boy:Kde,family_man_woman_boy_boy:Wde,family_man_woman_girl_girl:Zde,family_man_man_boy:Yde,family_man_man_girl:Jde,family_man_man_girl_boy:Qde,family_man_man_boy_boy:Xde,family_man_man_girl_girl:eue,family_woman_woman_boy:tue,family_woman_woman_girl:nue,family_woman_woman_girl_boy:sue,family_woman_woman_boy_boy:oue,family_woman_woman_girl_girl:rue,family_man_boy:iue,family_man_boy_boy:aue,family_man_girl:lue,family_man_girl_boy:cue,family_man_girl_girl:due,family_woman_boy:uue,family_woman_boy_boy:hue,family_woman_girl:fue,family_woman_girl_boy:pue,family_woman_girl_girl:gue,speaking_head:mue,bust_in_silhouette:_ue,busts_in_silhouette:bue,people_hugging:yue,footprints:vue,monkey_face:wue,monkey:xue,gorilla:kue,orangutan:Eue,dog:Cue,dog2:Aue,guide_dog:Sue,service_dog:Tue,poodle:Mue,wolf:Oue,fox_face:Rue,raccoon:Nue,cat:Due,cat2:Lue,black_cat:Iue,lion:Pue,tiger:Fue,tiger2:Bue,leopard:$ue,horse:zue,racehorse:jue,unicorn:Uue,zebra:que,deer:Hue,bison:Vue,cow:Gue,ox:Kue,water_buffalo:Wue,cow2:Zue,pig:Yue,pig2:Jue,boar:Que,pig_nose:Xue,ram:ehe,sheep:the,goat:nhe,dromedary_camel:she,camel:ohe,llama:rhe,giraffe:ihe,elephant:ahe,mammoth:lhe,rhinoceros:che,hippopotamus:dhe,mouse:uhe,mouse2:hhe,rat:fhe,hamster:phe,rabbit:ghe,rabbit2:mhe,chipmunk:_he,beaver:bhe,hedgehog:yhe,bat:vhe,bear:whe,polar_bear:xhe,koala:khe,panda_face:Ehe,sloth:Che,otter:Ahe,skunk:She,kangaroo:The,badger:Mhe,feet:Ohe,paw_prints:Rhe,turkey:Nhe,chicken:Dhe,rooster:Lhe,hatching_chick:Ihe,baby_chick:Phe,hatched_chick:Fhe,bird:Bhe,penguin:$he,dove:zhe,eagle:jhe,duck:Uhe,swan:qhe,owl:Hhe,dodo:Vhe,feather:Ghe,flamingo:Khe,peacock:Whe,parrot:Zhe,frog:Yhe,crocodile:Jhe,turtle:Qhe,lizard:Xhe,snake:efe,dragon_face:tfe,dragon:nfe,sauropod:sfe,"t-rex":"🦖",whale:ofe,whale2:rfe,dolphin:ife,flipper:afe,seal:lfe,fish:cfe,tropical_fish:dfe,blowfish:ufe,shark:hfe,octopus:ffe,shell:pfe,snail:gfe,butterfly:mfe,bug:_fe,ant:bfe,bee:yfe,honeybee:vfe,beetle:wfe,lady_beetle:xfe,cricket:kfe,cockroach:Efe,spider:Cfe,spider_web:Afe,scorpion:Sfe,mosquito:Tfe,fly:Mfe,worm:Ofe,microbe:Rfe,bouquet:Nfe,cherry_blossom:Dfe,white_flower:Lfe,rosette:Ife,rose:Pfe,wilted_flower:Ffe,hibiscus:Bfe,sunflower:$fe,blossom:zfe,tulip:jfe,seedling:Ufe,potted_plant:qfe,evergreen_tree:Hfe,deciduous_tree:Vfe,palm_tree:Gfe,cactus:Kfe,ear_of_rice:Wfe,herb:Zfe,shamrock:Yfe,four_leaf_clover:Jfe,maple_leaf:Qfe,fallen_leaf:Xfe,leaves:epe,grapes:tpe,melon:npe,watermelon:spe,tangerine:ope,orange:rpe,mandarin:ipe,lemon:ape,banana:lpe,pineapple:cpe,mango:dpe,apple:upe,green_apple:hpe,pear:fpe,peach:ppe,cherries:gpe,strawberry:mpe,blueberries:_pe,kiwi_fruit:bpe,tomato:ype,olive:vpe,coconut:wpe,avocado:xpe,eggplant:kpe,potato:Epe,carrot:Cpe,corn:Ape,hot_pepper:Spe,bell_pepper:Tpe,cucumber:Mpe,leafy_green:Ope,broccoli:Rpe,garlic:Npe,onion:Dpe,mushroom:Lpe,peanuts:Ipe,chestnut:Ppe,bread:Fpe,croissant:Bpe,baguette_bread:$pe,flatbread:zpe,pretzel:jpe,bagel:Upe,pancakes:qpe,waffle:Hpe,cheese:Vpe,meat_on_bone:Gpe,poultry_leg:Kpe,cut_of_meat:Wpe,bacon:Zpe,hamburger:Ype,fries:Jpe,pizza:Qpe,hotdog:Xpe,sandwich:ege,taco:tge,burrito:nge,tamale:sge,stuffed_flatbread:oge,falafel:rge,egg:ige,fried_egg:age,shallow_pan_of_food:lge,stew:cge,fondue:dge,bowl_with_spoon:uge,green_salad:hge,popcorn:fge,butter:pge,salt:gge,canned_food:mge,bento:_ge,rice_cracker:bge,rice_ball:yge,rice:vge,curry:wge,ramen:xge,spaghetti:kge,sweet_potato:Ege,oden:Cge,sushi:Age,fried_shrimp:Sge,fish_cake:Tge,moon_cake:Mge,dango:Oge,dumpling:Rge,fortune_cookie:Nge,takeout_box:Dge,crab:Lge,lobster:Ige,shrimp:Pge,squid:Fge,oyster:Bge,icecream:$ge,shaved_ice:zge,ice_cream:jge,doughnut:Uge,cookie:qge,birthday:Hge,cake:Vge,cupcake:Gge,pie:Kge,chocolate_bar:Wge,candy:Zge,lollipop:Yge,custard:Jge,honey_pot:Qge,baby_bottle:Xge,milk_glass:eme,coffee:tme,teapot:nme,tea:sme,sake:ome,champagne:rme,wine_glass:ime,cocktail:ame,tropical_drink:lme,beer:cme,beers:dme,clinking_glasses:ume,tumbler_glass:hme,cup_with_straw:fme,bubble_tea:pme,beverage_box:gme,mate:mme,ice_cube:_me,chopsticks:bme,plate_with_cutlery:yme,fork_and_knife:vme,spoon:wme,hocho:xme,knife:kme,amphora:Eme,earth_africa:Cme,earth_americas:Ame,earth_asia:Sme,globe_with_meridians:Tme,world_map:Mme,japan:Ome,compass:Rme,mountain_snow:Nme,mountain:Dme,volcano:Lme,mount_fuji:Ime,camping:Pme,beach_umbrella:Fme,desert:Bme,desert_island:$me,national_park:zme,stadium:jme,classical_building:Ume,building_construction:qme,bricks:Hme,rock:Vme,wood:Gme,hut:Kme,houses:Wme,derelict_house:Zme,house:Yme,house_with_garden:Jme,office:Qme,post_office:Xme,european_post_office:e_e,hospital:t_e,bank:n_e,hotel:s_e,love_hotel:o_e,convenience_store:r_e,school:i_e,department_store:a_e,factory:l_e,japanese_castle:c_e,european_castle:d_e,wedding:u_e,tokyo_tower:h_e,statue_of_liberty:f_e,church:p_e,mosque:g_e,hindu_temple:m_e,synagogue:__e,shinto_shrine:b_e,kaaba:y_e,fountain:v_e,tent:w_e,foggy:x_e,night_with_stars:k_e,cityscape:E_e,sunrise_over_mountains:C_e,sunrise:A_e,city_sunset:S_e,city_sunrise:T_e,bridge_at_night:M_e,hotsprings:O_e,carousel_horse:R_e,ferris_wheel:N_e,roller_coaster:D_e,barber:L_e,circus_tent:I_e,steam_locomotive:P_e,railway_car:F_e,bullettrain_side:B_e,bullettrain_front:$_e,train2:z_e,metro:j_e,light_rail:U_e,station:q_e,tram:H_e,monorail:V_e,mountain_railway:G_e,train:K_e,bus:W_e,oncoming_bus:Z_e,trolleybus:Y_e,minibus:J_e,ambulance:Q_e,fire_engine:X_e,police_car:e1e,oncoming_police_car:t1e,taxi:n1e,oncoming_taxi:s1e,car:o1e,red_car:r1e,oncoming_automobile:i1e,blue_car:a1e,pickup_truck:l1e,truck:c1e,articulated_lorry:d1e,tractor:u1e,racing_car:h1e,motorcycle:f1e,motor_scooter:p1e,manual_wheelchair:g1e,motorized_wheelchair:m1e,auto_rickshaw:_1e,bike:b1e,kick_scooter:y1e,skateboard:v1e,roller_skate:w1e,busstop:x1e,motorway:k1e,railway_track:E1e,oil_drum:C1e,fuelpump:A1e,rotating_light:S1e,traffic_light:T1e,vertical_traffic_light:M1e,stop_sign:O1e,construction:R1e,anchor:N1e,boat:D1e,sailboat:L1e,canoe:I1e,speedboat:P1e,passenger_ship:F1e,ferry:B1e,motor_boat:$1e,ship:z1e,airplane:j1e,small_airplane:U1e,flight_departure:q1e,flight_arrival:H1e,parachute:V1e,seat:G1e,helicopter:K1e,suspension_railway:W1e,mountain_cableway:Z1e,aerial_tramway:Y1e,artificial_satellite:J1e,rocket:Q1e,flying_saucer:X1e,bellhop_bell:e0e,luggage:t0e,hourglass:n0e,hourglass_flowing_sand:s0e,watch:o0e,alarm_clock:r0e,stopwatch:i0e,timer_clock:a0e,mantelpiece_clock:l0e,clock12:c0e,clock1230:d0e,clock1:u0e,clock130:h0e,clock2:f0e,clock230:p0e,clock3:g0e,clock330:m0e,clock4:_0e,clock430:b0e,clock5:y0e,clock530:v0e,clock6:w0e,clock630:x0e,clock7:k0e,clock730:E0e,clock8:C0e,clock830:A0e,clock9:S0e,clock930:T0e,clock10:M0e,clock1030:O0e,clock11:R0e,clock1130:N0e,new_moon:D0e,waxing_crescent_moon:L0e,first_quarter_moon:I0e,moon:P0e,waxing_gibbous_moon:F0e,full_moon:B0e,waning_gibbous_moon:$0e,last_quarter_moon:z0e,waning_crescent_moon:j0e,crescent_moon:U0e,new_moon_with_face:q0e,first_quarter_moon_with_face:H0e,last_quarter_moon_with_face:V0e,thermometer:G0e,sunny:K0e,full_moon_with_face:W0e,sun_with_face:Z0e,ringed_planet:Y0e,star:J0e,star2:Q0e,stars:X0e,milky_way:ebe,cloud:tbe,partly_sunny:nbe,cloud_with_lightning_and_rain:sbe,sun_behind_small_cloud:obe,sun_behind_large_cloud:rbe,sun_behind_rain_cloud:ibe,cloud_with_rain:abe,cloud_with_snow:lbe,cloud_with_lightning:cbe,tornado:dbe,fog:ube,wind_face:hbe,cyclone:fbe,rainbow:pbe,closed_umbrella:gbe,open_umbrella:mbe,umbrella:_be,parasol_on_ground:bbe,zap:ybe,snowflake:vbe,snowman_with_snow:wbe,snowman:xbe,comet:kbe,fire:Ebe,droplet:Cbe,ocean:Abe,jack_o_lantern:Sbe,christmas_tree:Tbe,fireworks:Mbe,sparkler:Obe,firecracker:Rbe,sparkles:Nbe,balloon:Dbe,tada:Lbe,confetti_ball:Ibe,tanabata_tree:Pbe,bamboo:Fbe,dolls:Bbe,flags:$be,wind_chime:zbe,rice_scene:jbe,red_envelope:Ube,ribbon:qbe,gift:Hbe,reminder_ribbon:Vbe,tickets:Gbe,ticket:Kbe,medal_military:Wbe,trophy:Zbe,medal_sports:Ybe,"1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉",soccer:Jbe,baseball:Qbe,softball:Xbe,basketball:eye,volleyball:tye,football:nye,rugby_football:sye,tennis:oye,flying_disc:rye,bowling:iye,cricket_game:aye,field_hockey:lye,ice_hockey:cye,lacrosse:dye,ping_pong:uye,badminton:hye,boxing_glove:fye,martial_arts_uniform:pye,goal_net:gye,golf:mye,ice_skate:_ye,fishing_pole_and_fish:bye,diving_mask:yye,running_shirt_with_sash:vye,ski:wye,sled:xye,curling_stone:kye,dart:Eye,yo_yo:Cye,kite:Aye,"8ball":"🎱",crystal_ball:Sye,magic_wand:Tye,nazar_amulet:Mye,video_game:Oye,joystick:Rye,slot_machine:Nye,game_die:Dye,jigsaw:Lye,teddy_bear:Iye,pinata:Pye,nesting_dolls:Fye,spades:Bye,hearts:$ye,diamonds:zye,clubs:jye,chess_pawn:Uye,black_joker:qye,mahjong:Hye,flower_playing_cards:Vye,performing_arts:Gye,framed_picture:Kye,art:Wye,thread:Zye,sewing_needle:Yye,yarn:Jye,knot:Qye,eyeglasses:Xye,dark_sunglasses:e2e,goggles:t2e,lab_coat:n2e,safety_vest:s2e,necktie:o2e,shirt:r2e,tshirt:i2e,jeans:a2e,scarf:l2e,gloves:c2e,coat:d2e,socks:u2e,dress:h2e,kimono:f2e,sari:p2e,one_piece_swimsuit:g2e,swim_brief:m2e,shorts:_2e,bikini:b2e,womans_clothes:y2e,purse:v2e,handbag:w2e,pouch:x2e,shopping:k2e,school_satchel:E2e,thong_sandal:C2e,mans_shoe:A2e,shoe:S2e,athletic_shoe:T2e,hiking_boot:M2e,flat_shoe:O2e,high_heel:R2e,sandal:N2e,ballet_shoes:D2e,boot:L2e,crown:I2e,womans_hat:P2e,tophat:F2e,mortar_board:B2e,billed_cap:$2e,military_helmet:z2e,rescue_worker_helmet:j2e,prayer_beads:U2e,lipstick:q2e,ring:H2e,gem:V2e,mute:G2e,speaker:K2e,sound:W2e,loud_sound:Z2e,loudspeaker:Y2e,mega:J2e,postal_horn:Q2e,bell:X2e,no_bell:eve,musical_score:tve,musical_note:nve,notes:sve,studio_microphone:ove,level_slider:rve,control_knobs:ive,microphone:ave,headphones:lve,radio:cve,saxophone:dve,accordion:uve,guitar:hve,musical_keyboard:fve,trumpet:pve,violin:gve,banjo:mve,drum:_ve,long_drum:bve,iphone:yve,calling:vve,phone:wve,telephone:xve,telephone_receiver:kve,pager:Eve,fax:Cve,battery:Ave,electric_plug:Sve,computer:Tve,desktop_computer:Mve,printer:Ove,keyboard:Rve,computer_mouse:Nve,trackball:Dve,minidisc:Lve,floppy_disk:Ive,cd:Pve,dvd:Fve,abacus:Bve,movie_camera:$ve,film_strip:zve,film_projector:jve,clapper:Uve,tv:qve,camera:Hve,camera_flash:Vve,video_camera:Gve,vhs:Kve,mag:Wve,mag_right:Zve,candle:Yve,bulb:Jve,flashlight:Qve,izakaya_lantern:Xve,lantern:ewe,diya_lamp:twe,notebook_with_decorative_cover:nwe,closed_book:swe,book:owe,open_book:rwe,green_book:iwe,blue_book:awe,orange_book:lwe,books:cwe,notebook:dwe,ledger:uwe,page_with_curl:hwe,scroll:fwe,page_facing_up:pwe,newspaper:gwe,newspaper_roll:mwe,bookmark_tabs:_we,bookmark:bwe,label:ywe,moneybag:vwe,coin:wwe,yen:xwe,dollar:kwe,euro:Ewe,pound:Cwe,money_with_wings:Awe,credit_card:Swe,receipt:Twe,chart:Mwe,envelope:Owe,email:Rwe,"e-mail":"📧",incoming_envelope:Nwe,envelope_with_arrow:Dwe,outbox_tray:Lwe,inbox_tray:Iwe,package:"📦",mailbox:Pwe,mailbox_closed:Fwe,mailbox_with_mail:Bwe,mailbox_with_no_mail:$we,postbox:zwe,ballot_box:jwe,pencil2:Uwe,black_nib:qwe,fountain_pen:Hwe,pen:Vwe,paintbrush:Gwe,crayon:Kwe,memo:Wwe,pencil:Zwe,briefcase:Ywe,file_folder:Jwe,open_file_folder:Qwe,card_index_dividers:Xwe,date:exe,calendar:txe,spiral_notepad:nxe,spiral_calendar:sxe,card_index:oxe,chart_with_upwards_trend:rxe,chart_with_downwards_trend:ixe,bar_chart:axe,clipboard:lxe,pushpin:cxe,round_pushpin:dxe,paperclip:uxe,paperclips:hxe,straight_ruler:fxe,triangular_ruler:pxe,scissors:gxe,card_file_box:mxe,file_cabinet:_xe,wastebasket:bxe,lock:yxe,unlock:vxe,lock_with_ink_pen:wxe,closed_lock_with_key:xxe,key:kxe,old_key:Exe,hammer:Cxe,axe:Axe,pick:Sxe,hammer_and_pick:Txe,hammer_and_wrench:Mxe,dagger:Oxe,crossed_swords:Rxe,gun:Nxe,boomerang:Dxe,bow_and_arrow:Lxe,shield:Ixe,carpentry_saw:Pxe,wrench:Fxe,screwdriver:Bxe,nut_and_bolt:$xe,gear:zxe,clamp:jxe,balance_scale:Uxe,probing_cane:qxe,link:Hxe,chains:Vxe,hook:Gxe,toolbox:Kxe,magnet:Wxe,ladder:Zxe,alembic:Yxe,test_tube:Jxe,petri_dish:Qxe,dna:Xxe,microscope:eke,telescope:tke,satellite:nke,syringe:ske,drop_of_blood:oke,pill:rke,adhesive_bandage:ike,stethoscope:ake,door:lke,elevator:cke,mirror:dke,window:uke,bed:hke,couch_and_lamp:fke,chair:pke,toilet:gke,plunger:mke,shower:_ke,bathtub:bke,mouse_trap:yke,razor:vke,lotion_bottle:wke,safety_pin:xke,broom:kke,basket:Eke,roll_of_paper:Cke,bucket:Ake,soap:Ske,toothbrush:Tke,sponge:Mke,fire_extinguisher:Oke,shopping_cart:Rke,smoking:Nke,coffin:Dke,headstone:Lke,funeral_urn:Ike,moyai:Pke,placard:Fke,atm:Bke,put_litter_in_its_place:$ke,potable_water:zke,wheelchair:jke,mens:Uke,womens:qke,restroom:Hke,baby_symbol:Vke,wc:Gke,passport_control:Kke,customs:Wke,baggage_claim:Zke,left_luggage:Yke,warning:Jke,children_crossing:Qke,no_entry:Xke,no_entry_sign:e5e,no_bicycles:t5e,no_smoking:n5e,do_not_litter:s5e,"non-potable_water":"🚱",no_pedestrians:o5e,no_mobile_phones:r5e,underage:i5e,radioactive:a5e,biohazard:l5e,arrow_up:c5e,arrow_upper_right:d5e,arrow_right:u5e,arrow_lower_right:h5e,arrow_down:f5e,arrow_lower_left:p5e,arrow_left:g5e,arrow_upper_left:m5e,arrow_up_down:_5e,left_right_arrow:b5e,leftwards_arrow_with_hook:y5e,arrow_right_hook:v5e,arrow_heading_up:w5e,arrow_heading_down:x5e,arrows_clockwise:k5e,arrows_counterclockwise:E5e,back:C5e,end:A5e,on:S5e,soon:T5e,top:M5e,place_of_worship:O5e,atom_symbol:R5e,om:N5e,star_of_david:D5e,wheel_of_dharma:L5e,yin_yang:I5e,latin_cross:P5e,orthodox_cross:F5e,star_and_crescent:B5e,peace_symbol:$5e,menorah:z5e,six_pointed_star:j5e,aries:U5e,taurus:q5e,gemini:H5e,cancer:V5e,leo:G5e,virgo:K5e,libra:W5e,scorpius:Z5e,sagittarius:Y5e,capricorn:J5e,aquarius:Q5e,pisces:X5e,ophiuchus:eEe,twisted_rightwards_arrows:tEe,repeat:nEe,repeat_one:sEe,arrow_forward:oEe,fast_forward:rEe,next_track_button:iEe,play_or_pause_button:aEe,arrow_backward:lEe,rewind:cEe,previous_track_button:dEe,arrow_up_small:uEe,arrow_double_up:hEe,arrow_down_small:fEe,arrow_double_down:pEe,pause_button:gEe,stop_button:mEe,record_button:_Ee,eject_button:bEe,cinema:yEe,low_brightness:vEe,high_brightness:wEe,signal_strength:xEe,vibration_mode:kEe,mobile_phone_off:EEe,female_sign:CEe,male_sign:AEe,transgender_symbol:SEe,heavy_multiplication_x:TEe,heavy_plus_sign:MEe,heavy_minus_sign:OEe,heavy_division_sign:REe,infinity:NEe,bangbang:DEe,interrobang:LEe,question:IEe,grey_question:PEe,grey_exclamation:FEe,exclamation:BEe,heavy_exclamation_mark:$Ee,wavy_dash:zEe,currency_exchange:jEe,heavy_dollar_sign:UEe,medical_symbol:qEe,recycle:HEe,fleur_de_lis:VEe,trident:GEe,name_badge:KEe,beginner:WEe,o:ZEe,white_check_mark:YEe,ballot_box_with_check:JEe,heavy_check_mark:QEe,x:XEe,negative_squared_cross_mark:e4e,curly_loop:t4e,loop:n4e,part_alternation_mark:s4e,eight_spoked_asterisk:o4e,eight_pointed_black_star:r4e,sparkle:i4e,copyright:a4e,registered:l4e,tm:c4e,hash:d4e,asterisk:u4e,zero:h4e,one:f4e,two:p4e,three:g4e,four:m4e,five:_4e,six:b4e,seven:y4e,eight:v4e,nine:w4e,keycap_ten:x4e,capital_abcd:k4e,abcd:E4e,symbols:C4e,abc:A4e,a:S4e,ab:T4e,b:M4e,cl:O4e,cool:R4e,free:N4e,information_source:D4e,id:L4e,m:I4e,new:"🆕",ng:P4e,o2:F4e,ok:B4e,parking:$4e,sos:z4e,up:j4e,vs:U4e,koko:q4e,sa:H4e,ideograph_advantage:V4e,accept:G4e,congratulations:K4e,secret:W4e,u6e80:Z4e,red_circle:Y4e,orange_circle:J4e,yellow_circle:Q4e,green_circle:X4e,large_blue_circle:e8e,purple_circle:t8e,brown_circle:n8e,black_circle:s8e,white_circle:o8e,red_square:r8e,orange_square:i8e,yellow_square:a8e,green_square:l8e,blue_square:c8e,purple_square:d8e,brown_square:u8e,black_large_square:h8e,white_large_square:f8e,black_medium_square:p8e,white_medium_square:g8e,black_medium_small_square:m8e,white_medium_small_square:_8e,black_small_square:b8e,white_small_square:y8e,large_orange_diamond:v8e,large_blue_diamond:w8e,small_orange_diamond:x8e,small_blue_diamond:k8e,small_red_triangle:E8e,small_red_triangle_down:C8e,diamond_shape_with_a_dot_inside:A8e,radio_button:S8e,white_square_button:T8e,black_square_button:M8e,checkered_flag:O8e,triangular_flag_on_post:R8e,crossed_flags:N8e,black_flag:D8e,white_flag:L8e,rainbow_flag:I8e,transgender_flag:P8e,pirate_flag:F8e,ascension_island:B8e,andorra:$8e,united_arab_emirates:z8e,afghanistan:j8e,antigua_barbuda:U8e,anguilla:q8e,albania:H8e,armenia:V8e,angola:G8e,antarctica:K8e,argentina:W8e,american_samoa:Z8e,austria:Y8e,australia:J8e,aruba:Q8e,aland_islands:X8e,azerbaijan:eCe,bosnia_herzegovina:tCe,barbados:nCe,bangladesh:sCe,belgium:oCe,burkina_faso:rCe,bulgaria:iCe,bahrain:aCe,burundi:lCe,benin:cCe,st_barthelemy:dCe,bermuda:uCe,brunei:hCe,bolivia:fCe,caribbean_netherlands:pCe,brazil:gCe,bahamas:mCe,bhutan:_Ce,bouvet_island:bCe,botswana:yCe,belarus:vCe,belize:wCe,canada:xCe,cocos_islands:kCe,congo_kinshasa:ECe,central_african_republic:CCe,congo_brazzaville:ACe,switzerland:SCe,cote_divoire:TCe,cook_islands:MCe,chile:OCe,cameroon:RCe,cn:NCe,colombia:DCe,clipperton_island:LCe,costa_rica:ICe,cuba:PCe,cape_verde:FCe,curacao:BCe,christmas_island:$Ce,cyprus:zCe,czech_republic:jCe,de:UCe,diego_garcia:qCe,djibouti:HCe,denmark:VCe,dominica:GCe,dominican_republic:KCe,algeria:WCe,ceuta_melilla:ZCe,ecuador:YCe,estonia:JCe,egypt:QCe,western_sahara:XCe,eritrea:e3e,es:t3e,ethiopia:n3e,eu:s3e,european_union:o3e,finland:r3e,fiji:i3e,falkland_islands:a3e,micronesia:l3e,faroe_islands:c3e,fr:d3e,gabon:u3e,gb:h3e,uk:f3e,grenada:p3e,georgia:g3e,french_guiana:m3e,guernsey:_3e,ghana:b3e,gibraltar:y3e,greenland:v3e,gambia:w3e,guinea:x3e,guadeloupe:k3e,equatorial_guinea:E3e,greece:C3e,south_georgia_south_sandwich_islands:A3e,guatemala:S3e,guam:T3e,guinea_bissau:M3e,guyana:O3e,hong_kong:R3e,heard_mcdonald_islands:N3e,honduras:D3e,croatia:L3e,haiti:I3e,hungary:P3e,canary_islands:F3e,indonesia:B3e,ireland:$3e,israel:z3e,isle_of_man:j3e,india:U3e,british_indian_ocean_territory:q3e,iraq:H3e,iran:V3e,iceland:G3e,it:K3e,jersey:W3e,jamaica:Z3e,jordan:Y3e,jp:J3e,kenya:Q3e,kyrgyzstan:X3e,cambodia:e9e,kiribati:t9e,comoros:n9e,st_kitts_nevis:s9e,north_korea:o9e,kr:r9e,kuwait:i9e,cayman_islands:a9e,kazakhstan:l9e,laos:c9e,lebanon:d9e,st_lucia:u9e,liechtenstein:h9e,sri_lanka:f9e,liberia:p9e,lesotho:g9e,lithuania:m9e,luxembourg:_9e,latvia:b9e,libya:y9e,morocco:v9e,monaco:w9e,moldova:x9e,montenegro:k9e,st_martin:E9e,madagascar:C9e,marshall_islands:A9e,macedonia:S9e,mali:T9e,myanmar:M9e,mongolia:O9e,macau:R9e,northern_mariana_islands:N9e,martinique:D9e,mauritania:L9e,montserrat:I9e,malta:P9e,mauritius:F9e,maldives:B9e,malawi:$9e,mexico:z9e,malaysia:j9e,mozambique:U9e,namibia:q9e,new_caledonia:H9e,niger:V9e,norfolk_island:G9e,nigeria:K9e,nicaragua:W9e,netherlands:Z9e,norway:Y9e,nepal:J9e,nauru:Q9e,niue:X9e,new_zealand:e6e,oman:t6e,panama:n6e,peru:s6e,french_polynesia:o6e,papua_new_guinea:r6e,philippines:i6e,pakistan:a6e,poland:l6e,st_pierre_miquelon:c6e,pitcairn_islands:d6e,puerto_rico:u6e,palestinian_territories:h6e,portugal:f6e,palau:p6e,paraguay:g6e,qatar:m6e,reunion:_6e,romania:b6e,serbia:y6e,ru:v6e,rwanda:w6e,saudi_arabia:x6e,solomon_islands:k6e,seychelles:E6e,sudan:C6e,sweden:A6e,singapore:S6e,st_helena:T6e,slovenia:M6e,svalbard_jan_mayen:O6e,slovakia:R6e,sierra_leone:N6e,san_marino:D6e,senegal:L6e,somalia:I6e,suriname:P6e,south_sudan:F6e,sao_tome_principe:B6e,el_salvador:$6e,sint_maarten:z6e,syria:j6e,swaziland:U6e,tristan_da_cunha:q6e,turks_caicos_islands:H6e,chad:V6e,french_southern_territories:G6e,togo:K6e,thailand:W6e,tajikistan:Z6e,tokelau:Y6e,timor_leste:J6e,turkmenistan:Q6e,tunisia:X6e,tonga:e7e,tr:t7e,trinidad_tobago:n7e,tuvalu:s7e,taiwan:o7e,tanzania:r7e,ukraine:i7e,uganda:a7e,us_outlying_islands:l7e,united_nations:c7e,us:d7e,uruguay:u7e,uzbekistan:h7e,vatican_city:f7e,st_vincent_grenadines:p7e,venezuela:g7e,british_virgin_islands:m7e,us_virgin_islands:_7e,vietnam:b7e,vanuatu:y7e,wallis_futuna:v7e,samoa:w7e,kosovo:x7e,yemen:k7e,mayotte:E7e,south_africa:C7e,zambia:A7e,zimbabwe:S7e,england:T7e,scotland:M7e,wales:O7e};var N7e={angry:[">:(",">:-("],blush:[':")',':-")'],broken_heart:["0&&!l.test(b[p-1])||p+v.lengthm&&(g=new f("text","",0),g.content=u.slice(m,p),_.push(g)),g=new f("emoji","",0),g.markup=x,g.content=n[x],_.push(g),m=p+v.length}),m=0;f--)v=_[f],(v.type==="link_open"||v.type==="link_close")&&v.info==="auto"&&(b-=v.nesting),v.type==="text"&&b===0&&o.test(v.content)&&(p[g].children=_=i(_,f,d(v.content,v.level,h.Token)))}};function I7e(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var P7e=function(e){var n=e.defs,s;e.enabled.length&&(n=Object.keys(n).reduce(function(l,d){return e.enabled.indexOf(d)>=0&&(l[d]=n[d]),l},{})),s=Object.keys(e.shortcuts).reduce(function(l,d){return n[d]?Array.isArray(e.shortcuts[d])?(e.shortcuts[d].forEach(function(u){l[u]=d}),l):(l[e.shortcuts[d]]=d,l):l},{});var o=Object.keys(n),r;o.length===0?r="^$":r=o.map(function(l){return":"+l+":"}).concat(Object.keys(s)).sort().reverse().map(function(l){return I7e(l)}).join("|");var i=RegExp(r),a=RegExp(r,"g");return{defs:n,shortcuts:s,scanRE:i,replaceRE:a}},F7e=D7e,B7e=L7e,$7e=P7e,z7e=function(e,n){var s={defs:{},shortcuts:{},enabled:[]},o=$7e(e.utils.assign({},s,n||{}));e.renderer.rules.emoji=F7e,e.core.ruler.after("linkify","emoji",B7e(e,o.defs,o.shortcuts,o.scanRE,o.replaceRE))},j7e=R7e,U7e=N7e,q7e=z7e,H7e=function(e,n){var s={defs:j7e,shortcuts:U7e,enabled:[]},o=e.utils.assign({},s,n||{});q7e(e,o)};const V7e=cs(H7e);var Pu=!1,Is={false:"push",true:"unshift",after:"push",before:"unshift"},Nr={isPermalinkSymbol:!0};function gl(t,e,n,s){var o;if(!Pu){var r="Using deprecated markdown-it-anchor permalink option, see https://github.com/valeriangalliat/markdown-it-anchor#permalinks";typeof process=="object"&&process&&process.emitWarning?process.emitWarning(r):console.warn(r),Pu=!0}var i=[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:Nr}),new n.Token("link_close","a",-1)];e.permalinkSpace&&n.tokens[s+1].children[Is[e.permalinkBefore]](Object.assign(new n.Token("text","",0),{content:" "})),(o=n.tokens[s+1].children)[Is[e.permalinkBefore]].apply(o,i)}function kg(t){return"#"+t}function Eg(t){return{}}var G7e={class:"header-anchor",symbol:"#",renderHref:kg,renderAttrs:Eg};function zo(t){function e(n){return n=Object.assign({},e.defaults,n),function(s,o,r,i){return t(s,n,o,r,i)}}return e.defaults=Object.assign({},G7e),e.renderPermalinkImpl=t,e}var vi=zo(function(t,e,n,s,o){var r,i=[Object.assign(new s.Token("link_open","a",1),{attrs:[].concat(e.class?[["class",e.class]]:[],[["href",e.renderHref(t,s)]],e.ariaHidden?[["aria-hidden","true"]]:[],Object.entries(e.renderAttrs(t,s)))}),Object.assign(new s.Token("html_inline","",0),{content:e.symbol,meta:Nr}),new s.Token("link_close","a",-1)];if(e.space){var a=typeof e.space=="string"?e.space:" ";s.tokens[o+1].children[Is[e.placement]](Object.assign(new s.Token(typeof e.space=="string"?"html_inline":"text","",0),{content:a}))}(r=s.tokens[o+1].children)[Is[e.placement]].apply(r,i)});Object.assign(vi.defaults,{space:!0,placement:"after",ariaHidden:!1});var Un=zo(vi.renderPermalinkImpl);Un.defaults=Object.assign({},vi.defaults,{ariaHidden:!0});var Cg=zo(function(t,e,n,s,o){var r=[Object.assign(new s.Token("link_open","a",1),{attrs:[].concat(e.class?[["class",e.class]]:[],[["href",e.renderHref(t,s)]],Object.entries(e.renderAttrs(t,s)))})].concat(e.safariReaderFix?[new s.Token("span_open","span",1)]:[],s.tokens[o+1].children,e.safariReaderFix?[new s.Token("span_close","span",-1)]:[],[new s.Token("link_close","a",-1)]);s.tokens[o+1]=Object.assign(new s.Token("inline","",0),{children:r})});Object.assign(Cg.defaults,{safariReaderFix:!1});var Fu=zo(function(t,e,n,s,o){var r;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 i=s.tokens[o+1].children.filter(function(h){return h.type==="text"||h.type==="code_inline"}).reduce(function(h,f){return h+f.content},""),a=[],l=[];if(e.class&&l.push(["class",e.class]),l.push(["href",e.renderHref(t,s)]),l.push.apply(l,Object.entries(e.renderAttrs(t,s))),e.style==="visually-hidden"){if(a.push(Object.assign(new s.Token("span_open","span",1),{attrs:[["class",e.visuallyHiddenClass]]}),Object.assign(new s.Token("text","",0),{content:e.assistiveText(i)}),new s.Token("span_close","span",-1)),e.space){var d=typeof e.space=="string"?e.space:" ";a[Is[e.placement]](Object.assign(new s.Token(typeof e.space=="string"?"html_inline":"text","",0),{content:d}))}a[Is[e.placement]](Object.assign(new s.Token("span_open","span",1),{attrs:[["aria-hidden","true"]]}),Object.assign(new s.Token("html_inline","",0),{content:e.symbol,meta:Nr}),new s.Token("span_close","span",-1))}else a.push(Object.assign(new s.Token("html_inline","",0),{content:e.symbol,meta:Nr}));e.style==="aria-label"?l.push(["aria-label",e.assistiveText(i)]):["aria-describedby","aria-labelledby"].includes(e.style)&&l.push([e.style,t]);var u=[Object.assign(new s.Token("link_open","a",1),{attrs:l})].concat(a,[new s.Token("link_close","a",-1)]);(r=s.tokens).splice.apply(r,[o+3,0].concat(u)),e.wrapper&&(s.tokens.splice(o,0,Object.assign(new s.Token("html_block","",0),{content:e.wrapper[0]+` +`,i.map=[n,e.line],!0},WX=function(e,n,s,o){var r,i,a,l,d,u,h,f=!1,g=e.bMarks[n]+e.tShift[n],m=e.eMarks[n];if(e.sCount[n]-e.blkIndent>=4||g+3>m||(r=e.src.charCodeAt(g),r!==126&&r!==96)||(d=g,g=e.skipChars(g,r),i=g-d,i<3)||(h=e.src.slice(d,g),a=e.src.slice(g,m),r===96&&a.indexOf(String.fromCharCode(r))>=0))return!1;if(o)return!0;for(l=n;l++,!(l>=s||(g=d=e.bMarks[l]+e.tShift[l],m=e.eMarks[l],g=4)&&(g=e.skipChars(g,r),!(g-d=4||e.src.charCodeAt(M++)!==62)return!1;if(o)return!0;for(l=g=e.sCount[n]+1,e.src.charCodeAt(M)===32?(M++,l++,g++,r=!1,S=!0):e.src.charCodeAt(M)===9?(S=!0,(e.bsCount[n]+g)%4===3?(M++,l++,g++,r=!1):r=!0):S=!1,m=[e.bMarks[n]],e.bMarks[n]=M;M=I,b=[e.sCount[n]],e.sCount[n]=g-l,x=[e.tShift[n]],e.tShift[n]=M-e.bMarks[n],O=e.md.block.ruler.getRules("blockquote"),p=e.parentType,e.parentType="blockquote",f=n+1;f=I));f++){if(e.src.charCodeAt(M++)===62&&!y){for(l=g=e.sCount[f]+1,e.src.charCodeAt(M)===32?(M++,l++,g++,r=!1,S=!0):e.src.charCodeAt(M)===9?(S=!0,(e.bsCount[f]+g)%4===3?(M++,l++,g++,r=!1):r=!0):S=!1,m.push(e.bMarks[f]),e.bMarks[f]=M;M=I,_.push(e.bsCount[f]),e.bsCount[f]=e.sCount[f]+1+(S?1:0),b.push(e.sCount[f]),e.sCount[f]=g-l,x.push(e.tShift[f]),e.tShift[f]=M-e.bMarks[f];continue}if(u)break;for(R=!1,a=0,d=O.length;a",D.map=h=[n,0],e.md.block.tokenize(e,n,f),D=e.push("blockquote_close","blockquote",-1),D.markup=">",e.lineMax=C,e.parentType=p,h[1]=e.line,a=0;a=4||(r=e.src.charCodeAt(d++),r!==42&&r!==45&&r!==95))return!1;for(i=1;d=r||(n=t.src.charCodeAt(o++),n<48||n>57))return-1;for(;;){if(o>=r)return-1;if(n=t.src.charCodeAt(o++),n>=48&&n<=57){if(o-s>=10)return-1;continue}if(n===41||n===46)break;return-1}return o=4||e.listIndent>=0&&e.sCount[n]-e.listIndent>=4&&e.sCount[n]=e.blkIndent&&(T=!0),(I=vu(e,n))>=0){if(h=!0,J=e.bMarks[n]+e.tShift[n],p=Number(e.src.slice(J,I-1)),T&&p!==1)return!1}else if((I=yu(e,n))>=0)h=!1;else return!1;if(T&&e.skipSpaces(I)>=e.eMarks[n])return!1;if(v=e.src.charCodeAt(I-1),o)return!0;for(_=e.tokens.length,h?(Z=e.push("ordered_list_open","ol",1),p!==1&&(Z.attrs=[["start",p]])):Z=e.push("bullet_list_open","ul",1),Z.map=m=[n,0],Z.markup=String.fromCharCode(v),x=n,B=!1,ue=e.md.block.ruler.getRules("list"),O=e.parentType,e.parentType="list";x=b?d=1:d=S-u,d>4&&(d=1),l=u+d,Z=e.push("list_item_open","li",1),Z.markup=String.fromCharCode(v),Z.map=f=[n,0],h&&(Z.info=e.src.slice(J,I-1)),C=e.tight,y=e.tShift[n],D=e.sCount[n],R=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=l,e.tight=!0,e.tShift[n]=i-e.bMarks[n],e.sCount[n]=S,i>=b&&e.isEmpty(n+1)?e.line=Math.min(e.line+2,s):e.md.block.tokenize(e,n,s,!0),(!e.tight||B)&&(H=!1),B=e.line-n>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=R,e.tShift[n]=y,e.sCount[n]=D,e.tight=C,Z=e.push("list_item_close","li",-1),Z.markup=String.fromCharCode(v),x=n=e.line,f[1]=x,i=e.bMarks[n],x>=s||e.sCount[x]=4)break;for(P=!1,a=0,g=ue.length;a=4||e.src.charCodeAt(O)!==91)return!1;for(;++O3)&&!(e.sCount[y]<0)){for(b=!1,u=0,h=x.length;u"u"&&(e.env.references={}),typeof e.env.references[f]>"u"&&(e.env.references[f]={title:S,href:d}),e.parentType=m,e.line=n+R+1),!0)},nee=["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"],pi={},see="[a-zA-Z_:][a-zA-Z0-9:._-]*",oee="[^\"'=<>`\\x00-\\x20]+",ree="'[^']*'",iee='"[^"]*"',aee="(?:"+oee+"|"+ree+"|"+iee+")",lee="(?:\\s+"+see+"(?:\\s*=\\s*"+aee+")?)",cg="<[A-Za-z][A-Za-z0-9\\-]*"+lee+"*\\s*\\/?>",dg="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",cee="|",dee="<[?][\\s\\S]*?[?]>",uee="]*>",hee="",fee=new RegExp("^(?:"+cg+"|"+dg+"|"+cee+"|"+dee+"|"+uee+"|"+hee+")"),pee=new RegExp("^(?:"+cg+"|"+dg+")");pi.HTML_TAG_RE=fee;pi.HTML_OPEN_CLOSE_TAG_RE=pee;var gee=nee,mee=pi.HTML_OPEN_CLOSE_TAG_RE,ps=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(mee.source+"\\s*$"),/^$/,!1]],_ee=function(e,n,s,o){var r,i,a,l,d=e.bMarks[n]+e.tShift[n],u=e.eMarks[n];if(e.sCount[n]-e.blkIndent>=4||!e.md.options.html||e.src.charCodeAt(d)!==60)return!1;for(l=e.src.slice(d,u),r=0;r=4||(r=e.src.charCodeAt(d),r!==35||d>=u))return!1;for(i=1,r=e.src.charCodeAt(++d);r===35&&d6||dd&&wu(e.src.charCodeAt(a-1))&&(u=a),e.line=n+1,l=e.push("heading_open","h"+String(i),1),l.markup="########".slice(0,i),l.map=[n,e.line],l=e.push("inline","",0),l.content=e.src.slice(d,u).trim(),l.map=[n,e.line],l.children=[],l=e.push("heading_close","h"+String(i),-1),l.markup="########".slice(0,i)),!0)},yee=function(e,n,s){var o,r,i,a,l,d,u,h,f,g=n+1,m,_=e.md.block.ruler.getRules("paragraph");if(e.sCount[n]-e.blkIndent>=4)return!1;for(m=e.parentType,e.parentType="paragraph";g3)){if(e.sCount[g]>=e.blkIndent&&(d=e.bMarks[g]+e.tShift[g],u=e.eMarks[g],d=u)))){h=f===61?1:2;break}if(!(e.sCount[g]<0)){for(r=!1,i=0,a=_.length;i3)&&!(e.sCount[d]<0)){for(o=!1,r=0,i=u.length;r0&&this.level++,this.tokens.push(s),s};Xt.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]};Xt.prototype.skipEmptyLines=function(e){for(var n=this.lineMax;en;)if(!gi(this.src.charCodeAt(--e)))return e+1;return e};Xt.prototype.skipChars=function(e,n){for(var s=this.src.length;es;)if(n!==this.src.charCodeAt(--e))return e+1;return e};Xt.prototype.getLines=function(e,n,s,o){var r,i,a,l,d,u,h,f=e;if(e>=n)return"";for(u=new Array(n-e),r=0;fs?u[r]=new Array(i-s+1).join(" ")+this.src.slice(l,d):u[r]=this.src.slice(l,d)}return u.join("")};Xt.prototype.Token=ug;var wee=Xt,xee=lc,er=[["table",GX,["paragraph","reference"]],["code",KX],["fence",WX,["paragraph","reference","blockquote","list"]],["blockquote",ZX,["paragraph","reference","blockquote","list"]],["hr",JX,["paragraph","reference","blockquote","list"]],["list",XX,["paragraph","reference","blockquote"]],["reference",tee],["html_block",_ee,["paragraph","reference","blockquote"]],["heading",bee,["paragraph","reference","blockquote"]],["lheading",yee],["paragraph",vee]];function mi(){this.ruler=new xee;for(var t=0;t=n||t.sCount[a]=d){t.line=n;break}for(o=0;o0||(s=e.pos,o=e.posMax,s+3>o)||e.src.charCodeAt(s)!==58||e.src.charCodeAt(s+1)!==47||e.src.charCodeAt(s+2)!==47||(r=e.pending.match(Aee),!r)||(i=r[1],a=e.md.linkify.matchAtStart(e.src.slice(s-i.length)),!a)||(l=a.url,l=l.replace(/\*+$/,""),d=e.md.normalizeLink(l),!e.md.validateLink(d))?!1:(n||(e.pending=e.pending.slice(0,-i.length),u=e.push("link_open","a",1),u.attrs=[["href",d]],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-i.length,!0)},Tee=He.isSpace,Mee=function(e,n){var s,o,r,i=e.pos;if(e.src.charCodeAt(i)!==10)return!1;if(s=e.pending.length-1,o=e.posMax,!n)if(s>=0&&e.pending.charCodeAt(s)===32)if(s>=1&&e.pending.charCodeAt(s-1)===32){for(r=s-1;r>=1&&e.pending.charCodeAt(r-1)===32;)r--;e.pending=e.pending.slice(0,r),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(i++;i?@[]^_`{|}~-".split("").forEach(function(t){uc[t.charCodeAt(0)]=1});var Ree=function(e,n){var s,o,r,i,a,l=e.pos,d=e.posMax;if(e.src.charCodeAt(l)!==92||(l++,l>=d))return!1;if(s=e.src.charCodeAt(l),s===10){for(n||e.push("hardbreak","br",0),l++;l=55296&&s<=56319&&l+1=56320&&o<=57343&&(i+=e.src[l+1],l++)),r="\\"+i,n||(a=e.push("text_special","",0),s<256&&uc[s]!==0?a.content=i:a.content=r,a.markup=r,a.info="escape"),e.pos=l+1,!0},Nee=function(e,n){var s,o,r,i,a,l,d,u,h=e.pos,f=e.src.charCodeAt(h);if(f!==96)return!1;for(s=h,h++,o=e.posMax;h=0;n--)s=e[n],!(s.marker!==95&&s.marker!==42)&&s.end!==-1&&(o=e[s.end],a=n>0&&e[n-1].end===s.end+1&&e[n-1].marker===s.marker&&e[n-1].token===s.token-1&&e[s.end+1].token===o.token+1,i=String.fromCharCode(s.marker),r=t.tokens[s.token],r.type=a?"strong_open":"em_open",r.tag=a?"strong":"em",r.nesting=1,r.markup=a?i+i:i,r.content="",r=t.tokens[o.token],r.type=a?"strong_close":"em_close",r.tag=a?"strong":"em",r.nesting=-1,r.markup=a?i+i:i,r.content="",a&&(t.tokens[e[n-1].token].content="",t.tokens[e[s.end+1].token].content="",n--))}bi.postProcess=function(e){var n,s=e.tokens_meta,o=e.tokens_meta.length;for(Eu(e,e.delimiters),n=0;n=_)return!1;if(v=l,d=e.md.helpers.parseLinkDestination(e.src,l,e.posMax),d.ok){for(f=e.md.normalizeLink(d.str),e.md.validateLink(f)?l=d.pos:f="",v=l;l<_&&(o=e.src.charCodeAt(l),!(!Yi(o)&&o!==10));l++);if(d=e.md.helpers.parseLinkTitle(e.src,l,e.posMax),l<_&&v!==l&&d.ok)for(g=d.str,l=d.pos;l<_&&(o=e.src.charCodeAt(l),!(!Yi(o)&&o!==10));l++);}(l>=_||e.src.charCodeAt(l)!==41)&&(p=!0),l++}if(p){if(typeof e.env.references>"u")return!1;if(l<_&&e.src.charCodeAt(l)===91?(v=l+1,l=e.md.helpers.parseLinkLabel(e,l),l>=0?r=e.src.slice(v,l++):l=i+1):l=i+1,r||(r=e.src.slice(a,i)),u=e.env.references[Dee(r)],!u)return e.pos=m,!1;f=u.href,g=u.title}return n||(e.pos=a,e.posMax=i,h=e.push("link_open","a",1),h.attrs=s=[["href",f]],g&&s.push(["title",g]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,h=e.push("link_close","a",-1)),e.pos=l,e.posMax=_,!0},Iee=He.normalizeReference,Ji=He.isSpace,Pee=function(e,n){var s,o,r,i,a,l,d,u,h,f,g,m,_,v="",p=e.pos,b=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(d=a+1,d=b)return!1;for(_=d,h=e.md.helpers.parseLinkDestination(e.src,d,e.posMax),h.ok&&(v=e.md.normalizeLink(h.str),e.md.validateLink(v)?d=h.pos:v=""),_=d;d=b||e.src.charCodeAt(d)!==41)return e.pos=p,!1;d++}else{if(typeof e.env.references>"u")return!1;if(d=0?i=e.src.slice(_,d++):d=a+1):d=a+1,i||(i=e.src.slice(l,a)),u=e.env.references[Iee(i)],!u)return e.pos=p,!1;v=u.href,f=u.title}return n||(r=e.src.slice(l,a),e.md.inline.parse(r,e.md,e.env,m=[]),g=e.push("image","img",0),g.attrs=s=[["src",v],["alt",""]],g.children=m,g.content=r,f&&s.push(["title",f])),e.pos=d,e.posMax=b,!0},Fee=/^([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])?)*)$/,Bee=/^([a-zA-Z][a-zA-Z0-9+.\-]{1,31}):([^<>\x00-\x20]*)$/,$ee=function(e,n){var s,o,r,i,a,l,d=e.pos;if(e.src.charCodeAt(d)!==60)return!1;for(a=e.pos,l=e.posMax;;){if(++d>=l||(i=e.src.charCodeAt(d),i===60))return!1;if(i===62)break}return s=e.src.slice(a+1,d),Bee.test(s)?(o=e.md.normalizeLink(s),e.md.validateLink(o)?(n||(r=e.push("link_open","a",1),r.attrs=[["href",o]],r.markup="autolink",r.info="auto",r=e.push("text","",0),r.content=e.md.normalizeLinkText(s),r=e.push("link_close","a",-1),r.markup="autolink",r.info="auto"),e.pos+=s.length+2,!0):!1):Fee.test(s)?(o=e.md.normalizeLink("mailto:"+s),e.md.validateLink(o)?(n||(r=e.push("link_open","a",1),r.attrs=[["href",o]],r.markup="autolink",r.info="auto",r=e.push("text","",0),r.content=e.md.normalizeLinkText(s),r=e.push("link_close","a",-1),r.markup="autolink",r.info="auto"),e.pos+=s.length+2,!0):!1):!1},zee=pi.HTML_TAG_RE;function jee(t){return/^\s]/i.test(t)}function Uee(t){return/^<\/a\s*>/i.test(t)}function qee(t){var e=t|32;return e>=97&&e<=122}var Hee=function(e,n){var s,o,r,i,a=e.pos;return!e.md.options.html||(r=e.posMax,e.src.charCodeAt(a)!==60||a+2>=r)||(s=e.src.charCodeAt(a+1),s!==33&&s!==63&&s!==47&&!qee(s))||(o=e.src.slice(a).match(zee),!o)?!1:(n||(i=e.push("html_inline","",0),i.content=e.src.slice(a,a+o[0].length),jee(i.content)&&e.linkLevel++,Uee(i.content)&&e.linkLevel--),e.pos+=o[0].length,!0)},Cu=ng,Vee=He.has,Gee=He.isValidEntityCode,Au=He.fromCodePoint,Kee=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Wee=/^&([a-z][a-z0-9]{1,31});/i,Zee=function(e,n){var s,o,r,i,a=e.pos,l=e.posMax;if(e.src.charCodeAt(a)!==38||a+1>=l)return!1;if(s=e.src.charCodeAt(a+1),s===35){if(r=e.src.slice(a).match(Kee),r)return n||(o=r[1][0].toLowerCase()==="x"?parseInt(r[1].slice(1),16):parseInt(r[1],10),i=e.push("text_special","",0),i.content=Gee(o)?Au(o):Au(65533),i.markup=r[0],i.info="entity"),e.pos+=r[0].length,!0}else if(r=e.src.slice(a).match(Wee),r&&Vee(Cu,r[1]))return n||(i=e.push("text_special","",0),i.content=Cu[r[1]],i.markup=r[0],i.info="entity"),e.pos+=r[0].length,!0;return!1};function Su(t,e){var n,s,o,r,i,a,l,d,u={},h=e.length;if(h){var f=0,g=-2,m=[];for(n=0;ni;s-=m[s]+1)if(r=e[s],r.marker===o.marker&&r.open&&r.end<0&&(l=!1,(r.close||o.open)&&(r.length+o.length)%3===0&&(r.length%3!==0||o.length%3!==0)&&(l=!0),!l)){d=s>0&&!e[s-1].open?m[s-1]+1:0,m[n]=n-s+d,m[s]=d,o.open=!1,r.end=n,r.close=!1,a=-1,g=-2;break}a!==-1&&(u[o.marker][(o.open?3:0)+(o.length||0)%3]=a)}}}var Yee=function(e){var n,s=e.tokens_meta,o=e.tokens_meta.length;for(Su(e,e.delimiters),n=0;n0&&o++,r[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(s),this.tokens_meta.push(o),s};Bo.prototype.scanDelims=function(t,e){var n=t,s,o,r,i,a,l,d,u,h,f=!0,g=!0,m=this.posMax,_=this.src.charCodeAt(t);for(s=t>0?this.src.charCodeAt(t-1):32;n=r)break;continue}t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()};$o.prototype.parse=function(t,e,n,s){var o,r,i,a=new this.State(t,e,n,s);for(this.tokenize(a),r=this.ruler2.getRules(""),i=r.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}),ea}function fl(t){var e=Array.prototype.slice.call(arguments,1);return e.forEach(function(n){n&&Object.keys(n).forEach(function(s){t[s]=n[s]})}),t}function yi(t){return Object.prototype.toString.call(t)}function tte(t){return yi(t)==="[object String]"}function nte(t){return yi(t)==="[object Object]"}function ste(t){return yi(t)==="[object RegExp]"}function Du(t){return yi(t)==="[object Function]"}function ote(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var hg={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function rte(t){return Object.keys(t||{}).reduce(function(e,n){return e||hg.hasOwnProperty(n)},!1)}var ite={"http:":{validate:function(t,e,n){var s=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(s)?s.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(t,e,n){var s=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(s)?e>=3&&t[e-3]===":"||e>=3&&t[e-3]==="/"?0:s.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(t,e,n){var s=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(s)?s.match(n.re.mailto)[0].length:0}}},ate="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]",lte="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function cte(t){t.__index__=-1,t.__text_cache__=""}function dte(t){return function(e,n){var s=e.slice(n);return t.test(s)?s.match(t)[0].length:0}}function Lu(){return function(t,e){e.normalize(t)}}function Rr(t){var e=t.re=ete()(t.__opts__),n=t.__tlds__.slice();t.onCompile(),t.__tlds_replaced__||n.push(ate),n.push(e.src_xn),e.src_tlds=n.join("|");function s(a){return a.replace("%TLDS%",e.src_tlds)}e.email_fuzzy=RegExp(s(e.tpl_email_fuzzy),"i"),e.link_fuzzy=RegExp(s(e.tpl_link_fuzzy),"i"),e.link_no_ip_fuzzy=RegExp(s(e.tpl_link_no_ip_fuzzy),"i"),e.host_fuzzy_test=RegExp(s(e.tpl_host_fuzzy_test),"i");var o=[];t.__compiled__={};function r(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 d={validate:null,link:null};if(t.__compiled__[a]=d,nte(l)){ste(l.validate)?d.validate=dte(l.validate):Du(l.validate)?d.validate=l.validate:r(a,l),Du(l.normalize)?d.normalize=l.normalize:l.normalize?r(a,l):d.normalize=Lu();return}if(tte(l)){o.push(a);return}r(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:Lu()};var i=Object.keys(t.__compiled__).filter(function(a){return a.length>0&&t.__compiled__[a]}).map(ote).join("|");t.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+i+")","i"),t.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+e.src_ZPCc+"))("+i+")","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"),cte(t)}function ute(t,e){var n=t.__index__,s=t.__last_index__,o=t.__text_cache__.slice(n,s);this.schema=t.__schema__.toLowerCase(),this.index=n+e,this.lastIndex=s+e,this.raw=o,this.text=o,this.url=o}function pl(t,e){var n=new ute(t,e);return t.__compiled__[n.schema].normalize(n,t),n}function vt(t,e){if(!(this instanceof vt))return new vt(t,e);e||rte(t)&&(e=t,t={}),this.__opts__=fl({},hg,e),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=fl({},ite,t),this.__compiled__={},this.__tlds__=lte,this.__tlds_replaced__=!1,this.re={},Rr(this)}vt.prototype.add=function(e,n){return this.__schemas__[e]=n,Rr(this),this};vt.prototype.set=function(e){return this.__opts__=fl(this.__opts__,e),this};vt.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var n,s,o,r,i,a,l,d,u;if(this.re.schema_test.test(e)){for(l=this.re.schema_search,l.lastIndex=0;(n=l.exec(e))!==null;)if(r=this.testSchemaAt(e,n[2],l.lastIndex),r){this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+r;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(d=e.search(this.re.host_fuzzy_test),d>=0&&(this.__index__<0||d=0&&(o=e.match(this.re.email_fuzzy))!==null&&(i=o.index+o[1].length,a=o.index+o[0].length,(this.__index__<0||ithis.__last_index__)&&(this.__schema__="mailto:",this.__index__=i,this.__last_index__=a))),this.__index__>=0};vt.prototype.pretest=function(e){return this.re.pretest.test(e)};vt.prototype.testSchemaAt=function(e,n,s){return this.__compiled__[n.toLowerCase()]?this.__compiled__[n.toLowerCase()].validate(e,s,this):0};vt.prototype.match=function(e){var n=0,s=[];this.__index__>=0&&this.__text_cache__===e&&(s.push(pl(this,n)),n=this.__last_index__);for(var o=n?e.slice(n):e;this.test(o);)s.push(pl(this,n)),o=o.slice(this.__last_index__),n+=this.__last_index__;return s.length?s:null};vt.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 s=this.testSchemaAt(e,n[2],n[0].length);return s?(this.__schema__=n[2],this.__index__=n.index+n[1].length,this.__last_index__=n.index+n[0].length+s,pl(this,0)):null};vt.prototype.tlds=function(e,n){return e=Array.isArray(e)?e:[e],n?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(s,o,r){return s!==r[o-1]}).reverse(),Rr(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,Rr(this),this)};vt.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),e.schema==="mailto:"&&!/^mailto:/i.test(e.url)&&(e.url="mailto:"+e.url)};vt.prototype.onCompile=function(){};var hte=vt;const As=2147483647,Ht=36,fc=1,Ro=26,fte=38,pte=700,fg=72,pg=128,gg="-",gte=/^xn--/,mte=/[^\0-\x7F]/,_te=/[\x2E\u3002\uFF0E\uFF61]/g,bte={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},ta=Ht-fc,Vt=Math.floor,na=String.fromCharCode;function En(t){throw new RangeError(bte[t])}function yte(t,e){const n=[];let s=t.length;for(;s--;)n[s]=e(t[s]);return n}function mg(t,e){const n=t.split("@");let s="";n.length>1&&(s=n[0]+"@",t=n[1]),t=t.replace(_te,".");const o=t.split("."),r=yte(o,e).join(".");return s+r}function pc(t){const e=[];let n=0;const s=t.length;for(;n=55296&&o<=56319&&nString.fromCodePoint(...t),vte=function(t){return t>=48&&t<58?26+(t-48):t>=65&&t<91?t-65:t>=97&&t<123?t-97:Ht},Iu=function(t,e){return t+22+75*(t<26)-((e!=0)<<5)},bg=function(t,e,n){let s=0;for(t=n?Vt(t/pte):t>>1,t+=Vt(t/e);t>ta*Ro>>1;s+=Ht)t=Vt(t/ta);return Vt(s+(ta+1)*t/(t+fte))},gc=function(t){const e=[],n=t.length;let s=0,o=pg,r=fg,i=t.lastIndexOf(gg);i<0&&(i=0);for(let a=0;a=128&&En("not-basic"),e.push(t.charCodeAt(a));for(let a=i>0?i+1:0;a=n&&En("invalid-input");const f=vte(t.charCodeAt(a++));f>=Ht&&En("invalid-input"),f>Vt((As-s)/u)&&En("overflow"),s+=f*u;const g=h<=r?fc:h>=r+Ro?Ro:h-r;if(fVt(As/m)&&En("overflow"),u*=m}const d=e.length+1;r=bg(s-l,d,l==0),Vt(s/d)>As-o&&En("overflow"),o+=Vt(s/d),s%=d,e.splice(s++,0,o)}return String.fromCodePoint(...e)},mc=function(t){const e=[];t=pc(t);const n=t.length;let s=pg,o=0,r=fg;for(const l of t)l<128&&e.push(na(l));const i=e.length;let a=i;for(i&&e.push(gg);a=s&&uVt((As-o)/d)&&En("overflow"),o+=(l-s)*d,s=l;for(const u of t)if(uAs&&En("overflow"),u===s){let h=o;for(let f=Ht;;f+=Ht){const g=f<=r?fc:f>=r+Ro?Ro:f-r;if(h=0))try{e.hostname=wg.toASCII(e.hostname)}catch{}return Zn.encode(Zn.format(e))}function Bte(t){var e=Zn.parse(t,!0);if(e.hostname&&(!e.protocol||xg.indexOf(e.protocol)>=0))try{e.hostname=wg.toUnicode(e.hostname)}catch{}return Zn.decode(Zn.format(e),Zn.decode.defaultChars+"%")}function Mt(t,e){if(!(this instanceof Mt))return new Mt(t,e);e||po.isString(t)||(e=t||{},t="default"),this.inline=new Rte,this.block=new Ote,this.core=new Mte,this.renderer=new Tte,this.linkify=new Nte,this.validateLink=Pte,this.normalizeLink=Fte,this.normalizeLinkText=Bte,this.utils=po,this.helpers=po.assign({},Ste),this.options={},this.configure(t),e&&this.set(e)}Mt.prototype.set=function(t){return po.assign(this.options,t),this};Mt.prototype.configure=function(t){var e=this,n;if(po.isString(t)&&(n=t,t=Dte[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(s){t.components[s].rules&&e[s].ruler.enableOnly(t.components[s].rules),t.components[s].rules2&&e[s].ruler2.enableOnly(t.components[s].rules2)}),this};Mt.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 s=t.filter(function(o){return n.indexOf(o)<0});if(s.length&&!e)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+s);return this};Mt.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 s=t.filter(function(o){return n.indexOf(o)<0});if(s.length&&!e)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+s);return this};Mt.prototype.use=function(t){var e=[this].concat(Array.prototype.slice.call(arguments,1));return t.apply(t,e),this};Mt.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};Mt.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)};Mt.prototype.parseInline=function(t,e){var n=new this.core.State(t,this,e);return n.inlineMode=!0,this.core.process(n),n.tokens};Mt.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)};var $te=Mt,zte=$te;const jte=cs(zte),Ute="😀",qte="😃",Hte="😄",Vte="😁",Gte="😆",Kte="😆",Wte="😅",Zte="🤣",Yte="😂",Jte="🙂",Qte="🙃",Xte="😉",ene="😊",tne="😇",nne="🥰",sne="😍",one="🤩",rne="😘",ine="😗",ane="☺️",lne="😚",cne="😙",dne="🥲",une="😋",hne="😛",fne="😜",pne="🤪",gne="😝",mne="🤑",_ne="🤗",bne="🤭",yne="🤫",vne="🤔",wne="🤐",xne="🤨",kne="😐",Ene="😑",Cne="😶",Ane="😏",Sne="😒",Tne="🙄",Mne="😬",One="🤥",Rne="😌",Nne="😔",Dne="😪",Lne="🤤",Ine="😴",Pne="😷",Fne="🤒",Bne="🤕",$ne="🤢",zne="🤮",jne="🤧",Une="🥵",qne="🥶",Hne="🥴",Vne="😵",Gne="🤯",Kne="🤠",Wne="🥳",Zne="🥸",Yne="😎",Jne="🤓",Qne="🧐",Xne="😕",ese="😟",tse="🙁",nse="☹️",sse="😮",ose="😯",rse="😲",ise="😳",ase="🥺",lse="😦",cse="😧",dse="😨",use="😰",hse="😥",fse="😢",pse="😭",gse="😱",mse="😖",_se="😣",bse="😞",yse="😓",vse="😩",wse="😫",xse="🥱",kse="😤",Ese="😡",Cse="😡",Ase="😠",Sse="🤬",Tse="😈",Mse="👿",Ose="💀",Rse="☠️",Nse="💩",Dse="💩",Lse="💩",Ise="🤡",Pse="👹",Fse="👺",Bse="👻",$se="👽",zse="👾",jse="🤖",Use="😺",qse="😸",Hse="😹",Vse="😻",Gse="😼",Kse="😽",Wse="🙀",Zse="😿",Yse="😾",Jse="🙈",Qse="🙉",Xse="🙊",eoe="💋",toe="💌",noe="💘",soe="💝",ooe="💖",roe="💗",ioe="💓",aoe="💞",loe="💕",coe="💟",doe="❣️",uoe="💔",hoe="❤️",foe="🧡",poe="💛",goe="💚",moe="💙",_oe="💜",boe="🤎",yoe="🖤",voe="🤍",woe="💢",xoe="💥",koe="💥",Eoe="💫",Coe="💦",Aoe="💨",Soe="🕳️",Toe="💣",Moe="💬",Ooe="👁️‍🗨️",Roe="🗨️",Noe="🗯️",Doe="💭",Loe="💤",Ioe="👋",Poe="🤚",Foe="🖐️",Boe="✋",$oe="✋",zoe="🖖",joe="👌",Uoe="🤌",qoe="🤏",Hoe="✌️",Voe="🤞",Goe="🤟",Koe="🤘",Woe="🤙",Zoe="👈",Yoe="👉",Joe="👆",Qoe="🖕",Xoe="🖕",ere="👇",tre="☝️",nre="👍",sre="👎",ore="✊",rre="✊",ire="👊",are="👊",lre="👊",cre="🤛",dre="🤜",ure="👏",hre="🙌",fre="👐",pre="🤲",gre="🤝",mre="🙏",_re="✍️",bre="💅",yre="🤳",vre="💪",wre="🦾",xre="🦿",kre="🦵",Ere="🦶",Cre="👂",Are="🦻",Sre="👃",Tre="🧠",Mre="🫀",Ore="🫁",Rre="🦷",Nre="🦴",Dre="👀",Lre="👁️",Ire="👅",Pre="👄",Fre="👶",Bre="🧒",$re="👦",zre="👧",jre="🧑",Ure="👱",qre="👨",Hre="🧔",Vre="👨‍🦰",Gre="👨‍🦱",Kre="👨‍🦳",Wre="👨‍🦲",Zre="👩",Yre="👩‍🦰",Jre="🧑‍🦰",Qre="👩‍🦱",Xre="🧑‍🦱",eie="👩‍🦳",tie="🧑‍🦳",nie="👩‍🦲",sie="🧑‍🦲",oie="👱‍♀️",rie="👱‍♀️",iie="👱‍♂️",aie="🧓",lie="👴",cie="👵",die="🙍",uie="🙍‍♂️",hie="🙍‍♀️",fie="🙎",pie="🙎‍♂️",gie="🙎‍♀️",mie="🙅",_ie="🙅‍♂️",bie="🙅‍♂️",yie="🙅‍♀️",vie="🙅‍♀️",wie="🙆",xie="🙆‍♂️",kie="🙆‍♀️",Eie="💁",Cie="💁",Aie="💁‍♂️",Sie="💁‍♂️",Tie="💁‍♀️",Mie="💁‍♀️",Oie="🙋",Rie="🙋‍♂️",Nie="🙋‍♀️",Die="🧏",Lie="🧏‍♂️",Iie="🧏‍♀️",Pie="🙇",Fie="🙇‍♂️",Bie="🙇‍♀️",$ie="🤦",zie="🤦‍♂️",jie="🤦‍♀️",Uie="🤷",qie="🤷‍♂️",Hie="🤷‍♀️",Vie="🧑‍⚕️",Gie="👨‍⚕️",Kie="👩‍⚕️",Wie="🧑‍🎓",Zie="👨‍🎓",Yie="👩‍🎓",Jie="🧑‍🏫",Qie="👨‍🏫",Xie="👩‍🏫",eae="🧑‍⚖️",tae="👨‍⚖️",nae="👩‍⚖️",sae="🧑‍🌾",oae="👨‍🌾",rae="👩‍🌾",iae="🧑‍🍳",aae="👨‍🍳",lae="👩‍🍳",cae="🧑‍🔧",dae="👨‍🔧",uae="👩‍🔧",hae="🧑‍🏭",fae="👨‍🏭",pae="👩‍🏭",gae="🧑‍💼",mae="👨‍💼",_ae="👩‍💼",bae="🧑‍🔬",yae="👨‍🔬",vae="👩‍🔬",wae="🧑‍💻",xae="👨‍💻",kae="👩‍💻",Eae="🧑‍🎤",Cae="👨‍🎤",Aae="👩‍🎤",Sae="🧑‍🎨",Tae="👨‍🎨",Mae="👩‍🎨",Oae="🧑‍✈️",Rae="👨‍✈️",Nae="👩‍✈️",Dae="🧑‍🚀",Lae="👨‍🚀",Iae="👩‍🚀",Pae="🧑‍🚒",Fae="👨‍🚒",Bae="👩‍🚒",$ae="👮",zae="👮",jae="👮‍♂️",Uae="👮‍♀️",qae="🕵️",Hae="🕵️‍♂️",Vae="🕵️‍♀️",Gae="💂",Kae="💂‍♂️",Wae="💂‍♀️",Zae="🥷",Yae="👷",Jae="👷‍♂️",Qae="👷‍♀️",Xae="🤴",ele="👸",tle="👳",nle="👳‍♂️",sle="👳‍♀️",ole="👲",rle="🧕",ile="🤵",ale="🤵‍♂️",lle="🤵‍♀️",cle="👰",dle="👰‍♂️",ule="👰‍♀️",hle="👰‍♀️",fle="🤰",ple="🤱",gle="👩‍🍼",mle="👨‍🍼",_le="🧑‍🍼",ble="👼",yle="🎅",vle="🤶",wle="🧑‍🎄",xle="🦸",kle="🦸‍♂️",Ele="🦸‍♀️",Cle="🦹",Ale="🦹‍♂️",Sle="🦹‍♀️",Tle="🧙",Mle="🧙‍♂️",Ole="🧙‍♀️",Rle="🧚",Nle="🧚‍♂️",Dle="🧚‍♀️",Lle="🧛",Ile="🧛‍♂️",Ple="🧛‍♀️",Fle="🧜",Ble="🧜‍♂️",$le="🧜‍♀️",zle="🧝",jle="🧝‍♂️",Ule="🧝‍♀️",qle="🧞",Hle="🧞‍♂️",Vle="🧞‍♀️",Gle="🧟",Kle="🧟‍♂️",Wle="🧟‍♀️",Zle="💆",Yle="💆‍♂️",Jle="💆‍♀️",Qle="💇",Xle="💇‍♂️",ece="💇‍♀️",tce="🚶",nce="🚶‍♂️",sce="🚶‍♀️",oce="🧍",rce="🧍‍♂️",ice="🧍‍♀️",ace="🧎",lce="🧎‍♂️",cce="🧎‍♀️",dce="🧑‍🦯",uce="👨‍🦯",hce="👩‍🦯",fce="🧑‍🦼",pce="👨‍🦼",gce="👩‍🦼",mce="🧑‍🦽",_ce="👨‍🦽",bce="👩‍🦽",yce="🏃",vce="🏃",wce="🏃‍♂️",xce="🏃‍♀️",kce="💃",Ece="💃",Cce="🕺",Ace="🕴️",Sce="👯",Tce="👯‍♂️",Mce="👯‍♀️",Oce="🧖",Rce="🧖‍♂️",Nce="🧖‍♀️",Dce="🧗",Lce="🧗‍♂️",Ice="🧗‍♀️",Pce="🤺",Fce="🏇",Bce="⛷️",$ce="🏂",zce="🏌️",jce="🏌️‍♂️",Uce="🏌️‍♀️",qce="🏄",Hce="🏄‍♂️",Vce="🏄‍♀️",Gce="🚣",Kce="🚣‍♂️",Wce="🚣‍♀️",Zce="🏊",Yce="🏊‍♂️",Jce="🏊‍♀️",Qce="⛹️",Xce="⛹️‍♂️",ede="⛹️‍♂️",tde="⛹️‍♀️",nde="⛹️‍♀️",sde="🏋️",ode="🏋️‍♂️",rde="🏋️‍♀️",ide="🚴",ade="🚴‍♂️",lde="🚴‍♀️",cde="🚵",dde="🚵‍♂️",ude="🚵‍♀️",hde="🤸",fde="🤸‍♂️",pde="🤸‍♀️",gde="🤼",mde="🤼‍♂️",_de="🤼‍♀️",bde="🤽",yde="🤽‍♂️",vde="🤽‍♀️",wde="🤾",xde="🤾‍♂️",kde="🤾‍♀️",Ede="🤹",Cde="🤹‍♂️",Ade="🤹‍♀️",Sde="🧘",Tde="🧘‍♂️",Mde="🧘‍♀️",Ode="🛀",Rde="🛌",Nde="🧑‍🤝‍🧑",Dde="👭",Lde="👫",Ide="👬",Pde="💏",Fde="👩‍❤️‍💋‍👨",Bde="👨‍❤️‍💋‍👨",$de="👩‍❤️‍💋‍👩",zde="💑",jde="👩‍❤️‍👨",Ude="👨‍❤️‍👨",qde="👩‍❤️‍👩",Hde="👪",Vde="👨‍👩‍👦",Gde="👨‍👩‍👧",Kde="👨‍👩‍👧‍👦",Wde="👨‍👩‍👦‍👦",Zde="👨‍👩‍👧‍👧",Yde="👨‍👨‍👦",Jde="👨‍👨‍👧",Qde="👨‍👨‍👧‍👦",Xde="👨‍👨‍👦‍👦",eue="👨‍👨‍👧‍👧",tue="👩‍👩‍👦",nue="👩‍👩‍👧",sue="👩‍👩‍👧‍👦",oue="👩‍👩‍👦‍👦",rue="👩‍👩‍👧‍👧",iue="👨‍👦",aue="👨‍👦‍👦",lue="👨‍👧",cue="👨‍👧‍👦",due="👨‍👧‍👧",uue="👩‍👦",hue="👩‍👦‍👦",fue="👩‍👧",pue="👩‍👧‍👦",gue="👩‍👧‍👧",mue="🗣️",_ue="👤",bue="👥",yue="🫂",vue="👣",wue="🐵",xue="🐒",kue="🦍",Eue="🦧",Cue="🐶",Aue="🐕",Sue="🦮",Tue="🐕‍🦺",Mue="🐩",Oue="🐺",Rue="🦊",Nue="🦝",Due="🐱",Lue="🐈",Iue="🐈‍⬛",Pue="🦁",Fue="🐯",Bue="🐅",$ue="🐆",zue="🐴",jue="🐎",Uue="🦄",que="🦓",Hue="🦌",Vue="🦬",Gue="🐮",Kue="🐂",Wue="🐃",Zue="🐄",Yue="🐷",Jue="🐖",Que="🐗",Xue="🐽",ehe="🐏",the="🐑",nhe="🐐",she="🐪",ohe="🐫",rhe="🦙",ihe="🦒",ahe="🐘",lhe="🦣",che="🦏",dhe="🦛",uhe="🐭",hhe="🐁",fhe="🐀",phe="🐹",ghe="🐰",mhe="🐇",_he="🐿️",bhe="🦫",yhe="🦔",vhe="🦇",whe="🐻",xhe="🐻‍❄️",khe="🐨",Ehe="🐼",Che="🦥",Ahe="🦦",She="🦨",The="🦘",Mhe="🦡",Ohe="🐾",Rhe="🐾",Nhe="🦃",Dhe="🐔",Lhe="🐓",Ihe="🐣",Phe="🐤",Fhe="🐥",Bhe="🐦",$he="🐧",zhe="🕊️",jhe="🦅",Uhe="🦆",qhe="🦢",Hhe="🦉",Vhe="🦤",Ghe="🪶",Khe="🦩",Whe="🦚",Zhe="🦜",Yhe="🐸",Jhe="🐊",Qhe="🐢",Xhe="🦎",efe="🐍",tfe="🐲",nfe="🐉",sfe="🦕",ofe="🐳",rfe="🐋",ife="🐬",afe="🐬",lfe="🦭",cfe="🐟",dfe="🐠",ufe="🐡",hfe="🦈",ffe="🐙",pfe="🐚",gfe="🐌",mfe="🦋",_fe="🐛",bfe="🐜",yfe="🐝",vfe="🐝",wfe="🪲",xfe="🐞",kfe="🦗",Efe="🪳",Cfe="🕷️",Afe="🕸️",Sfe="🦂",Tfe="🦟",Mfe="🪰",Ofe="🪱",Rfe="🦠",Nfe="💐",Dfe="🌸",Lfe="💮",Ife="🏵️",Pfe="🌹",Ffe="🥀",Bfe="🌺",$fe="🌻",zfe="🌼",jfe="🌷",Ufe="🌱",qfe="🪴",Hfe="🌲",Vfe="🌳",Gfe="🌴",Kfe="🌵",Wfe="🌾",Zfe="🌿",Yfe="☘️",Jfe="🍀",Qfe="🍁",Xfe="🍂",epe="🍃",tpe="🍇",npe="🍈",spe="🍉",ope="🍊",rpe="🍊",ipe="🍊",ape="🍋",lpe="🍌",cpe="🍍",dpe="🥭",upe="🍎",hpe="🍏",fpe="🍐",ppe="🍑",gpe="🍒",mpe="🍓",_pe="🫐",bpe="🥝",ype="🍅",vpe="🫒",wpe="🥥",xpe="🥑",kpe="🍆",Epe="🥔",Cpe="🥕",Ape="🌽",Spe="🌶️",Tpe="🫑",Mpe="🥒",Ope="🥬",Rpe="🥦",Npe="🧄",Dpe="🧅",Lpe="🍄",Ipe="🥜",Ppe="🌰",Fpe="🍞",Bpe="🥐",$pe="🥖",zpe="🫓",jpe="🥨",Upe="🥯",qpe="🥞",Hpe="🧇",Vpe="🧀",Gpe="🍖",Kpe="🍗",Wpe="🥩",Zpe="🥓",Ype="🍔",Jpe="🍟",Qpe="🍕",Xpe="🌭",ege="🥪",tge="🌮",nge="🌯",sge="🫔",oge="🥙",rge="🧆",ige="🥚",age="🍳",lge="🥘",cge="🍲",dge="🫕",uge="🥣",hge="🥗",fge="🍿",pge="🧈",gge="🧂",mge="🥫",_ge="🍱",bge="🍘",yge="🍙",vge="🍚",wge="🍛",xge="🍜",kge="🍝",Ege="🍠",Cge="🍢",Age="🍣",Sge="🍤",Tge="🍥",Mge="🥮",Oge="🍡",Rge="🥟",Nge="🥠",Dge="🥡",Lge="🦀",Ige="🦞",Pge="🦐",Fge="🦑",Bge="🦪",$ge="🍦",zge="🍧",jge="🍨",Uge="🍩",qge="🍪",Hge="🎂",Vge="🍰",Gge="🧁",Kge="🥧",Wge="🍫",Zge="🍬",Yge="🍭",Jge="🍮",Qge="🍯",Xge="🍼",eme="🥛",tme="☕",nme="🫖",sme="🍵",ome="🍶",rme="🍾",ime="🍷",ame="🍸",lme="🍹",cme="🍺",dme="🍻",ume="🥂",hme="🥃",fme="🥤",pme="🧋",gme="🧃",mme="🧉",_me="🧊",bme="🥢",yme="🍽️",vme="🍴",wme="🥄",xme="🔪",kme="🔪",Eme="🏺",Cme="🌍",Ame="🌎",Sme="🌏",Tme="🌐",Mme="🗺️",Ome="🗾",Rme="🧭",Nme="🏔️",Dme="⛰️",Lme="🌋",Ime="🗻",Pme="🏕️",Fme="🏖️",Bme="🏜️",$me="🏝️",zme="🏞️",jme="🏟️",Ume="🏛️",qme="🏗️",Hme="🧱",Vme="🪨",Gme="🪵",Kme="🛖",Wme="🏘️",Zme="🏚️",Yme="🏠",Jme="🏡",Qme="🏢",Xme="🏣",e_e="🏤",t_e="🏥",n_e="🏦",s_e="🏨",o_e="🏩",r_e="🏪",i_e="🏫",a_e="🏬",l_e="🏭",c_e="🏯",d_e="🏰",u_e="💒",h_e="🗼",f_e="🗽",p_e="⛪",g_e="🕌",m_e="🛕",__e="🕍",b_e="⛩️",y_e="🕋",v_e="⛲",w_e="⛺",x_e="🌁",k_e="🌃",E_e="🏙️",C_e="🌄",A_e="🌅",S_e="🌆",T_e="🌇",M_e="🌉",O_e="♨️",R_e="🎠",N_e="🎡",D_e="🎢",L_e="💈",I_e="🎪",P_e="🚂",F_e="🚃",B_e="🚄",$_e="🚅",z_e="🚆",j_e="🚇",U_e="🚈",q_e="🚉",H_e="🚊",V_e="🚝",G_e="🚞",K_e="🚋",W_e="🚌",Z_e="🚍",Y_e="🚎",J_e="🚐",Q_e="🚑",X_e="🚒",e1e="🚓",t1e="🚔",n1e="🚕",s1e="🚖",o1e="🚗",r1e="🚗",i1e="🚘",a1e="🚙",l1e="🛻",c1e="🚚",d1e="🚛",u1e="🚜",h1e="🏎️",f1e="🏍️",p1e="🛵",g1e="🦽",m1e="🦼",_1e="🛺",b1e="🚲",y1e="🛴",v1e="🛹",w1e="🛼",x1e="🚏",k1e="🛣️",E1e="🛤️",C1e="🛢️",A1e="⛽",S1e="🚨",T1e="🚥",M1e="🚦",O1e="🛑",R1e="🚧",N1e="⚓",D1e="⛵",L1e="⛵",I1e="🛶",P1e="🚤",F1e="🛳️",B1e="⛴️",$1e="🛥️",z1e="🚢",j1e="✈️",U1e="🛩️",q1e="🛫",H1e="🛬",V1e="🪂",G1e="💺",K1e="🚁",W1e="🚟",Z1e="🚠",Y1e="🚡",J1e="🛰️",Q1e="🚀",X1e="🛸",e0e="🛎️",t0e="🧳",n0e="⌛",s0e="⏳",o0e="⌚",r0e="⏰",i0e="⏱️",a0e="⏲️",l0e="🕰️",c0e="🕛",d0e="🕧",u0e="🕐",h0e="🕜",f0e="🕑",p0e="🕝",g0e="🕒",m0e="🕞",_0e="🕓",b0e="🕟",y0e="🕔",v0e="🕠",w0e="🕕",x0e="🕡",k0e="🕖",E0e="🕢",C0e="🕗",A0e="🕣",S0e="🕘",T0e="🕤",M0e="🕙",O0e="🕥",R0e="🕚",N0e="🕦",D0e="🌑",L0e="🌒",I0e="🌓",P0e="🌔",F0e="🌔",B0e="🌕",$0e="🌖",z0e="🌗",j0e="🌘",U0e="🌙",q0e="🌚",H0e="🌛",V0e="🌜",G0e="🌡️",K0e="☀️",W0e="🌝",Z0e="🌞",Y0e="🪐",J0e="⭐",Q0e="🌟",X0e="🌠",ebe="🌌",tbe="☁️",nbe="⛅",sbe="⛈️",obe="🌤️",rbe="🌥️",ibe="🌦️",abe="🌧️",lbe="🌨️",cbe="🌩️",dbe="🌪️",ube="🌫️",hbe="🌬️",fbe="🌀",pbe="🌈",gbe="🌂",mbe="☂️",_be="☔",bbe="⛱️",ybe="⚡",vbe="❄️",wbe="☃️",xbe="⛄",kbe="☄️",Ebe="🔥",Cbe="💧",Abe="🌊",Sbe="🎃",Tbe="🎄",Mbe="🎆",Obe="🎇",Rbe="🧨",Nbe="✨",Dbe="🎈",Lbe="🎉",Ibe="🎊",Pbe="🎋",Fbe="🎍",Bbe="🎎",$be="🎏",zbe="🎐",jbe="🎑",Ube="🧧",qbe="🎀",Hbe="🎁",Vbe="🎗️",Gbe="🎟️",Kbe="🎫",Wbe="🎖️",Zbe="🏆",Ybe="🏅",Jbe="⚽",Qbe="⚾",Xbe="🥎",eye="🏀",tye="🏐",nye="🏈",sye="🏉",oye="🎾",rye="🥏",iye="🎳",aye="🏏",lye="🏑",cye="🏒",dye="🥍",uye="🏓",hye="🏸",fye="🥊",pye="🥋",gye="🥅",mye="⛳",_ye="⛸️",bye="🎣",yye="🤿",vye="🎽",wye="🎿",xye="🛷",kye="🥌",Eye="🎯",Cye="🪀",Aye="🪁",Sye="🔮",Tye="🪄",Mye="🧿",Oye="🎮",Rye="🕹️",Nye="🎰",Dye="🎲",Lye="🧩",Iye="🧸",Pye="🪅",Fye="🪆",Bye="♠️",$ye="♥️",zye="♦️",jye="♣️",Uye="♟️",qye="🃏",Hye="🀄",Vye="🎴",Gye="🎭",Kye="🖼️",Wye="🎨",Zye="🧵",Yye="🪡",Jye="🧶",Qye="🪢",Xye="👓",e2e="🕶️",t2e="🥽",n2e="🥼",s2e="🦺",o2e="👔",r2e="👕",i2e="👕",a2e="👖",l2e="🧣",c2e="🧤",d2e="🧥",u2e="🧦",h2e="👗",f2e="👘",p2e="🥻",g2e="🩱",m2e="🩲",_2e="🩳",b2e="👙",y2e="👚",v2e="👛",w2e="👜",x2e="👝",k2e="🛍️",E2e="🎒",C2e="🩴",A2e="👞",S2e="👞",T2e="👟",M2e="🥾",O2e="🥿",R2e="👠",N2e="👡",D2e="🩰",L2e="👢",I2e="👑",P2e="👒",F2e="🎩",B2e="🎓",$2e="🧢",z2e="🪖",j2e="⛑️",U2e="📿",q2e="💄",H2e="💍",V2e="💎",G2e="🔇",K2e="🔈",W2e="🔉",Z2e="🔊",Y2e="📢",J2e="📣",Q2e="📯",X2e="🔔",eve="🔕",tve="🎼",nve="🎵",sve="🎶",ove="🎙️",rve="🎚️",ive="🎛️",ave="🎤",lve="🎧",cve="📻",dve="🎷",uve="🪗",hve="🎸",fve="🎹",pve="🎺",gve="🎻",mve="🪕",_ve="🥁",bve="🪘",yve="📱",vve="📲",wve="☎️",xve="☎️",kve="📞",Eve="📟",Cve="📠",Ave="🔋",Sve="🔌",Tve="💻",Mve="🖥️",Ove="🖨️",Rve="⌨️",Nve="🖱️",Dve="🖲️",Lve="💽",Ive="💾",Pve="💿",Fve="📀",Bve="🧮",$ve="🎥",zve="🎞️",jve="📽️",Uve="🎬",qve="📺",Hve="📷",Vve="📸",Gve="📹",Kve="📼",Wve="🔍",Zve="🔎",Yve="🕯️",Jve="💡",Qve="🔦",Xve="🏮",ewe="🏮",twe="🪔",nwe="📔",swe="📕",owe="📖",rwe="📖",iwe="📗",awe="📘",lwe="📙",cwe="📚",dwe="📓",uwe="📒",hwe="📃",fwe="📜",pwe="📄",gwe="📰",mwe="🗞️",_we="📑",bwe="🔖",ywe="🏷️",vwe="💰",wwe="🪙",xwe="💴",kwe="💵",Ewe="💶",Cwe="💷",Awe="💸",Swe="💳",Twe="🧾",Mwe="💹",Owe="✉️",Rwe="📧",Nwe="📨",Dwe="📩",Lwe="📤",Iwe="📥",Pwe="📫",Fwe="📪",Bwe="📬",$we="📭",zwe="📮",jwe="🗳️",Uwe="✏️",qwe="✒️",Hwe="🖋️",Vwe="🖊️",Gwe="🖌️",Kwe="🖍️",Wwe="📝",Zwe="📝",Ywe="💼",Jwe="📁",Qwe="📂",Xwe="🗂️",exe="📅",txe="📆",nxe="🗒️",sxe="🗓️",oxe="📇",rxe="📈",ixe="📉",axe="📊",lxe="📋",cxe="📌",dxe="📍",uxe="📎",hxe="🖇️",fxe="📏",pxe="📐",gxe="✂️",mxe="🗃️",_xe="🗄️",bxe="🗑️",yxe="🔒",vxe="🔓",wxe="🔏",xxe="🔐",kxe="🔑",Exe="🗝️",Cxe="🔨",Axe="🪓",Sxe="⛏️",Txe="⚒️",Mxe="🛠️",Oxe="🗡️",Rxe="⚔️",Nxe="🔫",Dxe="🪃",Lxe="🏹",Ixe="🛡️",Pxe="🪚",Fxe="🔧",Bxe="🪛",$xe="🔩",zxe="⚙️",jxe="🗜️",Uxe="⚖️",qxe="🦯",Hxe="🔗",Vxe="⛓️",Gxe="🪝",Kxe="🧰",Wxe="🧲",Zxe="🪜",Yxe="⚗️",Jxe="🧪",Qxe="🧫",Xxe="🧬",eke="🔬",tke="🔭",nke="📡",ske="💉",oke="🩸",rke="💊",ike="🩹",ake="🩺",lke="🚪",cke="🛗",dke="🪞",uke="🪟",hke="🛏️",fke="🛋️",pke="🪑",gke="🚽",mke="🪠",_ke="🚿",bke="🛁",yke="🪤",vke="🪒",wke="🧴",xke="🧷",kke="🧹",Eke="🧺",Cke="🧻",Ake="🪣",Ske="🧼",Tke="🪥",Mke="🧽",Oke="🧯",Rke="🛒",Nke="🚬",Dke="⚰️",Lke="🪦",Ike="⚱️",Pke="🗿",Fke="🪧",Bke="🏧",$ke="🚮",zke="🚰",jke="♿",Uke="🚹",qke="🚺",Hke="🚻",Vke="🚼",Gke="🚾",Kke="🛂",Wke="🛃",Zke="🛄",Yke="🛅",Jke="⚠️",Qke="🚸",Xke="⛔",e5e="🚫",t5e="🚳",n5e="🚭",s5e="🚯",o5e="🚷",r5e="📵",i5e="🔞",a5e="☢️",l5e="☣️",c5e="⬆️",d5e="↗️",u5e="➡️",h5e="↘️",f5e="⬇️",p5e="↙️",g5e="⬅️",m5e="↖️",_5e="↕️",b5e="↔️",y5e="↩️",v5e="↪️",w5e="⤴️",x5e="⤵️",k5e="🔃",E5e="🔄",C5e="🔙",A5e="🔚",S5e="🔛",T5e="🔜",M5e="🔝",O5e="🛐",R5e="⚛️",N5e="🕉️",D5e="✡️",L5e="☸️",I5e="☯️",P5e="✝️",F5e="☦️",B5e="☪️",$5e="☮️",z5e="🕎",j5e="🔯",U5e="♈",q5e="♉",H5e="♊",V5e="♋",G5e="♌",K5e="♍",W5e="♎",Z5e="♏",Y5e="♐",J5e="♑",Q5e="♒",X5e="♓",eEe="⛎",tEe="🔀",nEe="🔁",sEe="🔂",oEe="▶️",rEe="⏩",iEe="⏭️",aEe="⏯️",lEe="◀️",cEe="⏪",dEe="⏮️",uEe="🔼",hEe="⏫",fEe="🔽",pEe="⏬",gEe="⏸️",mEe="⏹️",_Ee="⏺️",bEe="⏏️",yEe="🎦",vEe="🔅",wEe="🔆",xEe="📶",kEe="📳",EEe="📴",CEe="♀️",AEe="♂️",SEe="⚧️",TEe="✖️",MEe="➕",OEe="➖",REe="➗",NEe="♾️",DEe="‼️",LEe="⁉️",IEe="❓",PEe="❔",FEe="❕",BEe="❗",$Ee="❗",zEe="〰️",jEe="💱",UEe="💲",qEe="⚕️",HEe="♻️",VEe="⚜️",GEe="🔱",KEe="📛",WEe="🔰",ZEe="⭕",YEe="✅",JEe="☑️",QEe="✔️",XEe="❌",e4e="❎",t4e="➰",n4e="➿",s4e="〽️",o4e="✳️",r4e="✴️",i4e="❇️",a4e="©️",l4e="®️",c4e="™️",d4e="#️⃣",u4e="*️⃣",h4e="0️⃣",f4e="1️⃣",p4e="2️⃣",g4e="3️⃣",m4e="4️⃣",_4e="5️⃣",b4e="6️⃣",y4e="7️⃣",v4e="8️⃣",w4e="9️⃣",x4e="🔟",k4e="🔠",E4e="🔡",C4e="🔣",A4e="🔤",S4e="🅰️",T4e="🆎",M4e="🅱️",O4e="🆑",R4e="🆒",N4e="🆓",D4e="ℹ️",L4e="🆔",I4e="Ⓜ️",P4e="🆖",F4e="🅾️",B4e="🆗",$4e="🅿️",z4e="🆘",j4e="🆙",U4e="🆚",q4e="🈁",H4e="🈂️",V4e="🉐",G4e="🉑",K4e="㊗️",W4e="㊙️",Z4e="🈵",Y4e="🔴",J4e="🟠",Q4e="🟡",X4e="🟢",e3e="🔵",t3e="🟣",n3e="🟤",s3e="⚫",o3e="⚪",r3e="🟥",i3e="🟧",a3e="🟨",l3e="🟩",c3e="🟦",d3e="🟪",u3e="🟫",h3e="⬛",f3e="⬜",p3e="◼️",g3e="◻️",m3e="◾",_3e="◽",b3e="▪️",y3e="▫️",v3e="🔶",w3e="🔷",x3e="🔸",k3e="🔹",E3e="🔺",C3e="🔻",A3e="💠",S3e="🔘",T3e="🔳",M3e="🔲",O3e="🏁",R3e="🚩",N3e="🎌",D3e="🏴",L3e="🏳️",I3e="🏳️‍🌈",P3e="🏳️‍⚧️",F3e="🏴‍☠️",B3e="🇦🇨",$3e="🇦🇩",z3e="🇦🇪",j3e="🇦🇫",U3e="🇦🇬",q3e="🇦🇮",H3e="🇦🇱",V3e="🇦🇲",G3e="🇦🇴",K3e="🇦🇶",W3e="🇦🇷",Z3e="🇦🇸",Y3e="🇦🇹",J3e="🇦🇺",Q3e="🇦🇼",X3e="🇦🇽",e8e="🇦🇿",t8e="🇧🇦",n8e="🇧🇧",s8e="🇧🇩",o8e="🇧🇪",r8e="🇧🇫",i8e="🇧🇬",a8e="🇧🇭",l8e="🇧🇮",c8e="🇧🇯",d8e="🇧🇱",u8e="🇧🇲",h8e="🇧🇳",f8e="🇧🇴",p8e="🇧🇶",g8e="🇧🇷",m8e="🇧🇸",_8e="🇧🇹",b8e="🇧🇻",y8e="🇧🇼",v8e="🇧🇾",w8e="🇧🇿",x8e="🇨🇦",k8e="🇨🇨",E8e="🇨🇩",C8e="🇨🇫",A8e="🇨🇬",S8e="🇨🇭",T8e="🇨🇮",M8e="🇨🇰",O8e="🇨🇱",R8e="🇨🇲",N8e="🇨🇳",D8e="🇨🇴",L8e="🇨🇵",I8e="🇨🇷",P8e="🇨🇺",F8e="🇨🇻",B8e="🇨🇼",$8e="🇨🇽",z8e="🇨🇾",j8e="🇨🇿",U8e="🇩🇪",q8e="🇩🇬",H8e="🇩🇯",V8e="🇩🇰",G8e="🇩🇲",K8e="🇩🇴",W8e="🇩🇿",Z8e="🇪🇦",Y8e="🇪🇨",J8e="🇪🇪",Q8e="🇪🇬",X8e="🇪🇭",eCe="🇪🇷",tCe="🇪🇸",nCe="🇪🇹",sCe="🇪🇺",oCe="🇪🇺",rCe="🇫🇮",iCe="🇫🇯",aCe="🇫🇰",lCe="🇫🇲",cCe="🇫🇴",dCe="🇫🇷",uCe="🇬🇦",hCe="🇬🇧",fCe="🇬🇧",pCe="🇬🇩",gCe="🇬🇪",mCe="🇬🇫",_Ce="🇬🇬",bCe="🇬🇭",yCe="🇬🇮",vCe="🇬🇱",wCe="🇬🇲",xCe="🇬🇳",kCe="🇬🇵",ECe="🇬🇶",CCe="🇬🇷",ACe="🇬🇸",SCe="🇬🇹",TCe="🇬🇺",MCe="🇬🇼",OCe="🇬🇾",RCe="🇭🇰",NCe="🇭🇲",DCe="🇭🇳",LCe="🇭🇷",ICe="🇭🇹",PCe="🇭🇺",FCe="🇮🇨",BCe="🇮🇩",$Ce="🇮🇪",zCe="🇮🇱",jCe="🇮🇲",UCe="🇮🇳",qCe="🇮🇴",HCe="🇮🇶",VCe="🇮🇷",GCe="🇮🇸",KCe="🇮🇹",WCe="🇯🇪",ZCe="🇯🇲",YCe="🇯🇴",JCe="🇯🇵",QCe="🇰🇪",XCe="🇰🇬",e9e="🇰🇭",t9e="🇰🇮",n9e="🇰🇲",s9e="🇰🇳",o9e="🇰🇵",r9e="🇰🇷",i9e="🇰🇼",a9e="🇰🇾",l9e="🇰🇿",c9e="🇱🇦",d9e="🇱🇧",u9e="🇱🇨",h9e="🇱🇮",f9e="🇱🇰",p9e="🇱🇷",g9e="🇱🇸",m9e="🇱🇹",_9e="🇱🇺",b9e="🇱🇻",y9e="🇱🇾",v9e="🇲🇦",w9e="🇲🇨",x9e="🇲🇩",k9e="🇲🇪",E9e="🇲🇫",C9e="🇲🇬",A9e="🇲🇭",S9e="🇲🇰",T9e="🇲🇱",M9e="🇲🇲",O9e="🇲🇳",R9e="🇲🇴",N9e="🇲🇵",D9e="🇲🇶",L9e="🇲🇷",I9e="🇲🇸",P9e="🇲🇹",F9e="🇲🇺",B9e="🇲🇻",$9e="🇲🇼",z9e="🇲🇽",j9e="🇲🇾",U9e="🇲🇿",q9e="🇳🇦",H9e="🇳🇨",V9e="🇳🇪",G9e="🇳🇫",K9e="🇳🇬",W9e="🇳🇮",Z9e="🇳🇱",Y9e="🇳🇴",J9e="🇳🇵",Q9e="🇳🇷",X9e="🇳🇺",e6e="🇳🇿",t6e="🇴🇲",n6e="🇵🇦",s6e="🇵🇪",o6e="🇵🇫",r6e="🇵🇬",i6e="🇵🇭",a6e="🇵🇰",l6e="🇵🇱",c6e="🇵🇲",d6e="🇵🇳",u6e="🇵🇷",h6e="🇵🇸",f6e="🇵🇹",p6e="🇵🇼",g6e="🇵🇾",m6e="🇶🇦",_6e="🇷🇪",b6e="🇷🇴",y6e="🇷🇸",v6e="🇷🇺",w6e="🇷🇼",x6e="🇸🇦",k6e="🇸🇧",E6e="🇸🇨",C6e="🇸🇩",A6e="🇸🇪",S6e="🇸🇬",T6e="🇸🇭",M6e="🇸🇮",O6e="🇸🇯",R6e="🇸🇰",N6e="🇸🇱",D6e="🇸🇲",L6e="🇸🇳",I6e="🇸🇴",P6e="🇸🇷",F6e="🇸🇸",B6e="🇸🇹",$6e="🇸🇻",z6e="🇸🇽",j6e="🇸🇾",U6e="🇸🇿",q6e="🇹🇦",H6e="🇹🇨",V6e="🇹🇩",G6e="🇹🇫",K6e="🇹🇬",W6e="🇹🇭",Z6e="🇹🇯",Y6e="🇹🇰",J6e="🇹🇱",Q6e="🇹🇲",X6e="🇹🇳",eAe="🇹🇴",tAe="🇹🇷",nAe="🇹🇹",sAe="🇹🇻",oAe="🇹🇼",rAe="🇹🇿",iAe="🇺🇦",aAe="🇺🇬",lAe="🇺🇲",cAe="🇺🇳",dAe="🇺🇸",uAe="🇺🇾",hAe="🇺🇿",fAe="🇻🇦",pAe="🇻🇨",gAe="🇻🇪",mAe="🇻🇬",_Ae="🇻🇮",bAe="🇻🇳",yAe="🇻🇺",vAe="🇼🇫",wAe="🇼🇸",xAe="🇽🇰",kAe="🇾🇪",EAe="🇾🇹",CAe="🇿🇦",AAe="🇿🇲",SAe="🇿🇼",TAe="🏴󠁧󠁢󠁥󠁮󠁧󠁿",MAe="🏴󠁧󠁢󠁳󠁣󠁴󠁿",OAe="🏴󠁧󠁢󠁷󠁬󠁳󠁿",RAe={100:"💯",1234:"🔢",grinning:Ute,smiley:qte,smile:Hte,grin:Vte,laughing:Gte,satisfied:Kte,sweat_smile:Wte,rofl:Zte,joy:Yte,slightly_smiling_face:Jte,upside_down_face:Qte,wink:Xte,blush:ene,innocent:tne,smiling_face_with_three_hearts:nne,heart_eyes:sne,star_struck:one,kissing_heart:rne,kissing:ine,relaxed:ane,kissing_closed_eyes:lne,kissing_smiling_eyes:cne,smiling_face_with_tear:dne,yum:une,stuck_out_tongue:hne,stuck_out_tongue_winking_eye:fne,zany_face:pne,stuck_out_tongue_closed_eyes:gne,money_mouth_face:mne,hugs:_ne,hand_over_mouth:bne,shushing_face:yne,thinking:vne,zipper_mouth_face:wne,raised_eyebrow:xne,neutral_face:kne,expressionless:Ene,no_mouth:Cne,smirk:Ane,unamused:Sne,roll_eyes:Tne,grimacing:Mne,lying_face:One,relieved:Rne,pensive:Nne,sleepy:Dne,drooling_face:Lne,sleeping:Ine,mask:Pne,face_with_thermometer:Fne,face_with_head_bandage:Bne,nauseated_face:$ne,vomiting_face:zne,sneezing_face:jne,hot_face:Une,cold_face:qne,woozy_face:Hne,dizzy_face:Vne,exploding_head:Gne,cowboy_hat_face:Kne,partying_face:Wne,disguised_face:Zne,sunglasses:Yne,nerd_face:Jne,monocle_face:Qne,confused:Xne,worried:ese,slightly_frowning_face:tse,frowning_face:nse,open_mouth:sse,hushed:ose,astonished:rse,flushed:ise,pleading_face:ase,frowning:lse,anguished:cse,fearful:dse,cold_sweat:use,disappointed_relieved:hse,cry:fse,sob:pse,scream:gse,confounded:mse,persevere:_se,disappointed:bse,sweat:yse,weary:vse,tired_face:wse,yawning_face:xse,triumph:kse,rage:Ese,pout:Cse,angry:Ase,cursing_face:Sse,smiling_imp:Tse,imp:Mse,skull:Ose,skull_and_crossbones:Rse,hankey:Nse,poop:Dse,shit:Lse,clown_face:Ise,japanese_ogre:Pse,japanese_goblin:Fse,ghost:Bse,alien:$se,space_invader:zse,robot:jse,smiley_cat:Use,smile_cat:qse,joy_cat:Hse,heart_eyes_cat:Vse,smirk_cat:Gse,kissing_cat:Kse,scream_cat:Wse,crying_cat_face:Zse,pouting_cat:Yse,see_no_evil:Jse,hear_no_evil:Qse,speak_no_evil:Xse,kiss:eoe,love_letter:toe,cupid:noe,gift_heart:soe,sparkling_heart:ooe,heartpulse:roe,heartbeat:ioe,revolving_hearts:aoe,two_hearts:loe,heart_decoration:coe,heavy_heart_exclamation:doe,broken_heart:uoe,heart:hoe,orange_heart:foe,yellow_heart:poe,green_heart:goe,blue_heart:moe,purple_heart:_oe,brown_heart:boe,black_heart:yoe,white_heart:voe,anger:woe,boom:xoe,collision:koe,dizzy:Eoe,sweat_drops:Coe,dash:Aoe,hole:Soe,bomb:Toe,speech_balloon:Moe,eye_speech_bubble:Ooe,left_speech_bubble:Roe,right_anger_bubble:Noe,thought_balloon:Doe,zzz:Loe,wave:Ioe,raised_back_of_hand:Poe,raised_hand_with_fingers_splayed:Foe,hand:Boe,raised_hand:$oe,vulcan_salute:zoe,ok_hand:joe,pinched_fingers:Uoe,pinching_hand:qoe,v:Hoe,crossed_fingers:Voe,love_you_gesture:Goe,metal:Koe,call_me_hand:Woe,point_left:Zoe,point_right:Yoe,point_up_2:Joe,middle_finger:Qoe,fu:Xoe,point_down:ere,point_up:tre,"+1":"👍",thumbsup:nre,"-1":"👎",thumbsdown:sre,fist_raised:ore,fist:rre,fist_oncoming:ire,facepunch:are,punch:lre,fist_left:cre,fist_right:dre,clap:ure,raised_hands:hre,open_hands:fre,palms_up_together:pre,handshake:gre,pray:mre,writing_hand:_re,nail_care:bre,selfie:yre,muscle:vre,mechanical_arm:wre,mechanical_leg:xre,leg:kre,foot:Ere,ear:Cre,ear_with_hearing_aid:Are,nose:Sre,brain:Tre,anatomical_heart:Mre,lungs:Ore,tooth:Rre,bone:Nre,eyes:Dre,eye:Lre,tongue:Ire,lips:Pre,baby:Fre,child:Bre,boy:$re,girl:zre,adult:jre,blond_haired_person:Ure,man:qre,bearded_person:Hre,red_haired_man:Vre,curly_haired_man:Gre,white_haired_man:Kre,bald_man:Wre,woman:Zre,red_haired_woman:Yre,person_red_hair:Jre,curly_haired_woman:Qre,person_curly_hair:Xre,white_haired_woman:eie,person_white_hair:tie,bald_woman:nie,person_bald:sie,blond_haired_woman:oie,blonde_woman:rie,blond_haired_man:iie,older_adult:aie,older_man:lie,older_woman:cie,frowning_person:die,frowning_man:uie,frowning_woman:hie,pouting_face:fie,pouting_man:pie,pouting_woman:gie,no_good:mie,no_good_man:_ie,ng_man:bie,no_good_woman:yie,ng_woman:vie,ok_person:wie,ok_man:xie,ok_woman:kie,tipping_hand_person:Eie,information_desk_person:Cie,tipping_hand_man:Aie,sassy_man:Sie,tipping_hand_woman:Tie,sassy_woman:Mie,raising_hand:Oie,raising_hand_man:Rie,raising_hand_woman:Nie,deaf_person:Die,deaf_man:Lie,deaf_woman:Iie,bow:Pie,bowing_man:Fie,bowing_woman:Bie,facepalm:$ie,man_facepalming:zie,woman_facepalming:jie,shrug:Uie,man_shrugging:qie,woman_shrugging:Hie,health_worker:Vie,man_health_worker:Gie,woman_health_worker:Kie,student:Wie,man_student:Zie,woman_student:Yie,teacher:Jie,man_teacher:Qie,woman_teacher:Xie,judge:eae,man_judge:tae,woman_judge:nae,farmer:sae,man_farmer:oae,woman_farmer:rae,cook:iae,man_cook:aae,woman_cook:lae,mechanic:cae,man_mechanic:dae,woman_mechanic:uae,factory_worker:hae,man_factory_worker:fae,woman_factory_worker:pae,office_worker:gae,man_office_worker:mae,woman_office_worker:_ae,scientist:bae,man_scientist:yae,woman_scientist:vae,technologist:wae,man_technologist:xae,woman_technologist:kae,singer:Eae,man_singer:Cae,woman_singer:Aae,artist:Sae,man_artist:Tae,woman_artist:Mae,pilot:Oae,man_pilot:Rae,woman_pilot:Nae,astronaut:Dae,man_astronaut:Lae,woman_astronaut:Iae,firefighter:Pae,man_firefighter:Fae,woman_firefighter:Bae,police_officer:$ae,cop:zae,policeman:jae,policewoman:Uae,detective:qae,male_detective:Hae,female_detective:Vae,guard:Gae,guardsman:Kae,guardswoman:Wae,ninja:Zae,construction_worker:Yae,construction_worker_man:Jae,construction_worker_woman:Qae,prince:Xae,princess:ele,person_with_turban:tle,man_with_turban:nle,woman_with_turban:sle,man_with_gua_pi_mao:ole,woman_with_headscarf:rle,person_in_tuxedo:ile,man_in_tuxedo:ale,woman_in_tuxedo:lle,person_with_veil:cle,man_with_veil:dle,woman_with_veil:ule,bride_with_veil:hle,pregnant_woman:fle,breast_feeding:ple,woman_feeding_baby:gle,man_feeding_baby:mle,person_feeding_baby:_le,angel:ble,santa:yle,mrs_claus:vle,mx_claus:wle,superhero:xle,superhero_man:kle,superhero_woman:Ele,supervillain:Cle,supervillain_man:Ale,supervillain_woman:Sle,mage:Tle,mage_man:Mle,mage_woman:Ole,fairy:Rle,fairy_man:Nle,fairy_woman:Dle,vampire:Lle,vampire_man:Ile,vampire_woman:Ple,merperson:Fle,merman:Ble,mermaid:$le,elf:zle,elf_man:jle,elf_woman:Ule,genie:qle,genie_man:Hle,genie_woman:Vle,zombie:Gle,zombie_man:Kle,zombie_woman:Wle,massage:Zle,massage_man:Yle,massage_woman:Jle,haircut:Qle,haircut_man:Xle,haircut_woman:ece,walking:tce,walking_man:nce,walking_woman:sce,standing_person:oce,standing_man:rce,standing_woman:ice,kneeling_person:ace,kneeling_man:lce,kneeling_woman:cce,person_with_probing_cane:dce,man_with_probing_cane:uce,woman_with_probing_cane:hce,person_in_motorized_wheelchair:fce,man_in_motorized_wheelchair:pce,woman_in_motorized_wheelchair:gce,person_in_manual_wheelchair:mce,man_in_manual_wheelchair:_ce,woman_in_manual_wheelchair:bce,runner:yce,running:vce,running_man:wce,running_woman:xce,woman_dancing:kce,dancer:Ece,man_dancing:Cce,business_suit_levitating:Ace,dancers:Sce,dancing_men:Tce,dancing_women:Mce,sauna_person:Oce,sauna_man:Rce,sauna_woman:Nce,climbing:Dce,climbing_man:Lce,climbing_woman:Ice,person_fencing:Pce,horse_racing:Fce,skier:Bce,snowboarder:$ce,golfing:zce,golfing_man:jce,golfing_woman:Uce,surfer:qce,surfing_man:Hce,surfing_woman:Vce,rowboat:Gce,rowing_man:Kce,rowing_woman:Wce,swimmer:Zce,swimming_man:Yce,swimming_woman:Jce,bouncing_ball_person:Qce,bouncing_ball_man:Xce,basketball_man:ede,bouncing_ball_woman:tde,basketball_woman:nde,weight_lifting:sde,weight_lifting_man:ode,weight_lifting_woman:rde,bicyclist:ide,biking_man:ade,biking_woman:lde,mountain_bicyclist:cde,mountain_biking_man:dde,mountain_biking_woman:ude,cartwheeling:hde,man_cartwheeling:fde,woman_cartwheeling:pde,wrestling:gde,men_wrestling:mde,women_wrestling:_de,water_polo:bde,man_playing_water_polo:yde,woman_playing_water_polo:vde,handball_person:wde,man_playing_handball:xde,woman_playing_handball:kde,juggling_person:Ede,man_juggling:Cde,woman_juggling:Ade,lotus_position:Sde,lotus_position_man:Tde,lotus_position_woman:Mde,bath:Ode,sleeping_bed:Rde,people_holding_hands:Nde,two_women_holding_hands:Dde,couple:Lde,two_men_holding_hands:Ide,couplekiss:Pde,couplekiss_man_woman:Fde,couplekiss_man_man:Bde,couplekiss_woman_woman:$de,couple_with_heart:zde,couple_with_heart_woman_man:jde,couple_with_heart_man_man:Ude,couple_with_heart_woman_woman:qde,family:Hde,family_man_woman_boy:Vde,family_man_woman_girl:Gde,family_man_woman_girl_boy:Kde,family_man_woman_boy_boy:Wde,family_man_woman_girl_girl:Zde,family_man_man_boy:Yde,family_man_man_girl:Jde,family_man_man_girl_boy:Qde,family_man_man_boy_boy:Xde,family_man_man_girl_girl:eue,family_woman_woman_boy:tue,family_woman_woman_girl:nue,family_woman_woman_girl_boy:sue,family_woman_woman_boy_boy:oue,family_woman_woman_girl_girl:rue,family_man_boy:iue,family_man_boy_boy:aue,family_man_girl:lue,family_man_girl_boy:cue,family_man_girl_girl:due,family_woman_boy:uue,family_woman_boy_boy:hue,family_woman_girl:fue,family_woman_girl_boy:pue,family_woman_girl_girl:gue,speaking_head:mue,bust_in_silhouette:_ue,busts_in_silhouette:bue,people_hugging:yue,footprints:vue,monkey_face:wue,monkey:xue,gorilla:kue,orangutan:Eue,dog:Cue,dog2:Aue,guide_dog:Sue,service_dog:Tue,poodle:Mue,wolf:Oue,fox_face:Rue,raccoon:Nue,cat:Due,cat2:Lue,black_cat:Iue,lion:Pue,tiger:Fue,tiger2:Bue,leopard:$ue,horse:zue,racehorse:jue,unicorn:Uue,zebra:que,deer:Hue,bison:Vue,cow:Gue,ox:Kue,water_buffalo:Wue,cow2:Zue,pig:Yue,pig2:Jue,boar:Que,pig_nose:Xue,ram:ehe,sheep:the,goat:nhe,dromedary_camel:she,camel:ohe,llama:rhe,giraffe:ihe,elephant:ahe,mammoth:lhe,rhinoceros:che,hippopotamus:dhe,mouse:uhe,mouse2:hhe,rat:fhe,hamster:phe,rabbit:ghe,rabbit2:mhe,chipmunk:_he,beaver:bhe,hedgehog:yhe,bat:vhe,bear:whe,polar_bear:xhe,koala:khe,panda_face:Ehe,sloth:Che,otter:Ahe,skunk:She,kangaroo:The,badger:Mhe,feet:Ohe,paw_prints:Rhe,turkey:Nhe,chicken:Dhe,rooster:Lhe,hatching_chick:Ihe,baby_chick:Phe,hatched_chick:Fhe,bird:Bhe,penguin:$he,dove:zhe,eagle:jhe,duck:Uhe,swan:qhe,owl:Hhe,dodo:Vhe,feather:Ghe,flamingo:Khe,peacock:Whe,parrot:Zhe,frog:Yhe,crocodile:Jhe,turtle:Qhe,lizard:Xhe,snake:efe,dragon_face:tfe,dragon:nfe,sauropod:sfe,"t-rex":"🦖",whale:ofe,whale2:rfe,dolphin:ife,flipper:afe,seal:lfe,fish:cfe,tropical_fish:dfe,blowfish:ufe,shark:hfe,octopus:ffe,shell:pfe,snail:gfe,butterfly:mfe,bug:_fe,ant:bfe,bee:yfe,honeybee:vfe,beetle:wfe,lady_beetle:xfe,cricket:kfe,cockroach:Efe,spider:Cfe,spider_web:Afe,scorpion:Sfe,mosquito:Tfe,fly:Mfe,worm:Ofe,microbe:Rfe,bouquet:Nfe,cherry_blossom:Dfe,white_flower:Lfe,rosette:Ife,rose:Pfe,wilted_flower:Ffe,hibiscus:Bfe,sunflower:$fe,blossom:zfe,tulip:jfe,seedling:Ufe,potted_plant:qfe,evergreen_tree:Hfe,deciduous_tree:Vfe,palm_tree:Gfe,cactus:Kfe,ear_of_rice:Wfe,herb:Zfe,shamrock:Yfe,four_leaf_clover:Jfe,maple_leaf:Qfe,fallen_leaf:Xfe,leaves:epe,grapes:tpe,melon:npe,watermelon:spe,tangerine:ope,orange:rpe,mandarin:ipe,lemon:ape,banana:lpe,pineapple:cpe,mango:dpe,apple:upe,green_apple:hpe,pear:fpe,peach:ppe,cherries:gpe,strawberry:mpe,blueberries:_pe,kiwi_fruit:bpe,tomato:ype,olive:vpe,coconut:wpe,avocado:xpe,eggplant:kpe,potato:Epe,carrot:Cpe,corn:Ape,hot_pepper:Spe,bell_pepper:Tpe,cucumber:Mpe,leafy_green:Ope,broccoli:Rpe,garlic:Npe,onion:Dpe,mushroom:Lpe,peanuts:Ipe,chestnut:Ppe,bread:Fpe,croissant:Bpe,baguette_bread:$pe,flatbread:zpe,pretzel:jpe,bagel:Upe,pancakes:qpe,waffle:Hpe,cheese:Vpe,meat_on_bone:Gpe,poultry_leg:Kpe,cut_of_meat:Wpe,bacon:Zpe,hamburger:Ype,fries:Jpe,pizza:Qpe,hotdog:Xpe,sandwich:ege,taco:tge,burrito:nge,tamale:sge,stuffed_flatbread:oge,falafel:rge,egg:ige,fried_egg:age,shallow_pan_of_food:lge,stew:cge,fondue:dge,bowl_with_spoon:uge,green_salad:hge,popcorn:fge,butter:pge,salt:gge,canned_food:mge,bento:_ge,rice_cracker:bge,rice_ball:yge,rice:vge,curry:wge,ramen:xge,spaghetti:kge,sweet_potato:Ege,oden:Cge,sushi:Age,fried_shrimp:Sge,fish_cake:Tge,moon_cake:Mge,dango:Oge,dumpling:Rge,fortune_cookie:Nge,takeout_box:Dge,crab:Lge,lobster:Ige,shrimp:Pge,squid:Fge,oyster:Bge,icecream:$ge,shaved_ice:zge,ice_cream:jge,doughnut:Uge,cookie:qge,birthday:Hge,cake:Vge,cupcake:Gge,pie:Kge,chocolate_bar:Wge,candy:Zge,lollipop:Yge,custard:Jge,honey_pot:Qge,baby_bottle:Xge,milk_glass:eme,coffee:tme,teapot:nme,tea:sme,sake:ome,champagne:rme,wine_glass:ime,cocktail:ame,tropical_drink:lme,beer:cme,beers:dme,clinking_glasses:ume,tumbler_glass:hme,cup_with_straw:fme,bubble_tea:pme,beverage_box:gme,mate:mme,ice_cube:_me,chopsticks:bme,plate_with_cutlery:yme,fork_and_knife:vme,spoon:wme,hocho:xme,knife:kme,amphora:Eme,earth_africa:Cme,earth_americas:Ame,earth_asia:Sme,globe_with_meridians:Tme,world_map:Mme,japan:Ome,compass:Rme,mountain_snow:Nme,mountain:Dme,volcano:Lme,mount_fuji:Ime,camping:Pme,beach_umbrella:Fme,desert:Bme,desert_island:$me,national_park:zme,stadium:jme,classical_building:Ume,building_construction:qme,bricks:Hme,rock:Vme,wood:Gme,hut:Kme,houses:Wme,derelict_house:Zme,house:Yme,house_with_garden:Jme,office:Qme,post_office:Xme,european_post_office:e_e,hospital:t_e,bank:n_e,hotel:s_e,love_hotel:o_e,convenience_store:r_e,school:i_e,department_store:a_e,factory:l_e,japanese_castle:c_e,european_castle:d_e,wedding:u_e,tokyo_tower:h_e,statue_of_liberty:f_e,church:p_e,mosque:g_e,hindu_temple:m_e,synagogue:__e,shinto_shrine:b_e,kaaba:y_e,fountain:v_e,tent:w_e,foggy:x_e,night_with_stars:k_e,cityscape:E_e,sunrise_over_mountains:C_e,sunrise:A_e,city_sunset:S_e,city_sunrise:T_e,bridge_at_night:M_e,hotsprings:O_e,carousel_horse:R_e,ferris_wheel:N_e,roller_coaster:D_e,barber:L_e,circus_tent:I_e,steam_locomotive:P_e,railway_car:F_e,bullettrain_side:B_e,bullettrain_front:$_e,train2:z_e,metro:j_e,light_rail:U_e,station:q_e,tram:H_e,monorail:V_e,mountain_railway:G_e,train:K_e,bus:W_e,oncoming_bus:Z_e,trolleybus:Y_e,minibus:J_e,ambulance:Q_e,fire_engine:X_e,police_car:e1e,oncoming_police_car:t1e,taxi:n1e,oncoming_taxi:s1e,car:o1e,red_car:r1e,oncoming_automobile:i1e,blue_car:a1e,pickup_truck:l1e,truck:c1e,articulated_lorry:d1e,tractor:u1e,racing_car:h1e,motorcycle:f1e,motor_scooter:p1e,manual_wheelchair:g1e,motorized_wheelchair:m1e,auto_rickshaw:_1e,bike:b1e,kick_scooter:y1e,skateboard:v1e,roller_skate:w1e,busstop:x1e,motorway:k1e,railway_track:E1e,oil_drum:C1e,fuelpump:A1e,rotating_light:S1e,traffic_light:T1e,vertical_traffic_light:M1e,stop_sign:O1e,construction:R1e,anchor:N1e,boat:D1e,sailboat:L1e,canoe:I1e,speedboat:P1e,passenger_ship:F1e,ferry:B1e,motor_boat:$1e,ship:z1e,airplane:j1e,small_airplane:U1e,flight_departure:q1e,flight_arrival:H1e,parachute:V1e,seat:G1e,helicopter:K1e,suspension_railway:W1e,mountain_cableway:Z1e,aerial_tramway:Y1e,artificial_satellite:J1e,rocket:Q1e,flying_saucer:X1e,bellhop_bell:e0e,luggage:t0e,hourglass:n0e,hourglass_flowing_sand:s0e,watch:o0e,alarm_clock:r0e,stopwatch:i0e,timer_clock:a0e,mantelpiece_clock:l0e,clock12:c0e,clock1230:d0e,clock1:u0e,clock130:h0e,clock2:f0e,clock230:p0e,clock3:g0e,clock330:m0e,clock4:_0e,clock430:b0e,clock5:y0e,clock530:v0e,clock6:w0e,clock630:x0e,clock7:k0e,clock730:E0e,clock8:C0e,clock830:A0e,clock9:S0e,clock930:T0e,clock10:M0e,clock1030:O0e,clock11:R0e,clock1130:N0e,new_moon:D0e,waxing_crescent_moon:L0e,first_quarter_moon:I0e,moon:P0e,waxing_gibbous_moon:F0e,full_moon:B0e,waning_gibbous_moon:$0e,last_quarter_moon:z0e,waning_crescent_moon:j0e,crescent_moon:U0e,new_moon_with_face:q0e,first_quarter_moon_with_face:H0e,last_quarter_moon_with_face:V0e,thermometer:G0e,sunny:K0e,full_moon_with_face:W0e,sun_with_face:Z0e,ringed_planet:Y0e,star:J0e,star2:Q0e,stars:X0e,milky_way:ebe,cloud:tbe,partly_sunny:nbe,cloud_with_lightning_and_rain:sbe,sun_behind_small_cloud:obe,sun_behind_large_cloud:rbe,sun_behind_rain_cloud:ibe,cloud_with_rain:abe,cloud_with_snow:lbe,cloud_with_lightning:cbe,tornado:dbe,fog:ube,wind_face:hbe,cyclone:fbe,rainbow:pbe,closed_umbrella:gbe,open_umbrella:mbe,umbrella:_be,parasol_on_ground:bbe,zap:ybe,snowflake:vbe,snowman_with_snow:wbe,snowman:xbe,comet:kbe,fire:Ebe,droplet:Cbe,ocean:Abe,jack_o_lantern:Sbe,christmas_tree:Tbe,fireworks:Mbe,sparkler:Obe,firecracker:Rbe,sparkles:Nbe,balloon:Dbe,tada:Lbe,confetti_ball:Ibe,tanabata_tree:Pbe,bamboo:Fbe,dolls:Bbe,flags:$be,wind_chime:zbe,rice_scene:jbe,red_envelope:Ube,ribbon:qbe,gift:Hbe,reminder_ribbon:Vbe,tickets:Gbe,ticket:Kbe,medal_military:Wbe,trophy:Zbe,medal_sports:Ybe,"1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉",soccer:Jbe,baseball:Qbe,softball:Xbe,basketball:eye,volleyball:tye,football:nye,rugby_football:sye,tennis:oye,flying_disc:rye,bowling:iye,cricket_game:aye,field_hockey:lye,ice_hockey:cye,lacrosse:dye,ping_pong:uye,badminton:hye,boxing_glove:fye,martial_arts_uniform:pye,goal_net:gye,golf:mye,ice_skate:_ye,fishing_pole_and_fish:bye,diving_mask:yye,running_shirt_with_sash:vye,ski:wye,sled:xye,curling_stone:kye,dart:Eye,yo_yo:Cye,kite:Aye,"8ball":"🎱",crystal_ball:Sye,magic_wand:Tye,nazar_amulet:Mye,video_game:Oye,joystick:Rye,slot_machine:Nye,game_die:Dye,jigsaw:Lye,teddy_bear:Iye,pinata:Pye,nesting_dolls:Fye,spades:Bye,hearts:$ye,diamonds:zye,clubs:jye,chess_pawn:Uye,black_joker:qye,mahjong:Hye,flower_playing_cards:Vye,performing_arts:Gye,framed_picture:Kye,art:Wye,thread:Zye,sewing_needle:Yye,yarn:Jye,knot:Qye,eyeglasses:Xye,dark_sunglasses:e2e,goggles:t2e,lab_coat:n2e,safety_vest:s2e,necktie:o2e,shirt:r2e,tshirt:i2e,jeans:a2e,scarf:l2e,gloves:c2e,coat:d2e,socks:u2e,dress:h2e,kimono:f2e,sari:p2e,one_piece_swimsuit:g2e,swim_brief:m2e,shorts:_2e,bikini:b2e,womans_clothes:y2e,purse:v2e,handbag:w2e,pouch:x2e,shopping:k2e,school_satchel:E2e,thong_sandal:C2e,mans_shoe:A2e,shoe:S2e,athletic_shoe:T2e,hiking_boot:M2e,flat_shoe:O2e,high_heel:R2e,sandal:N2e,ballet_shoes:D2e,boot:L2e,crown:I2e,womans_hat:P2e,tophat:F2e,mortar_board:B2e,billed_cap:$2e,military_helmet:z2e,rescue_worker_helmet:j2e,prayer_beads:U2e,lipstick:q2e,ring:H2e,gem:V2e,mute:G2e,speaker:K2e,sound:W2e,loud_sound:Z2e,loudspeaker:Y2e,mega:J2e,postal_horn:Q2e,bell:X2e,no_bell:eve,musical_score:tve,musical_note:nve,notes:sve,studio_microphone:ove,level_slider:rve,control_knobs:ive,microphone:ave,headphones:lve,radio:cve,saxophone:dve,accordion:uve,guitar:hve,musical_keyboard:fve,trumpet:pve,violin:gve,banjo:mve,drum:_ve,long_drum:bve,iphone:yve,calling:vve,phone:wve,telephone:xve,telephone_receiver:kve,pager:Eve,fax:Cve,battery:Ave,electric_plug:Sve,computer:Tve,desktop_computer:Mve,printer:Ove,keyboard:Rve,computer_mouse:Nve,trackball:Dve,minidisc:Lve,floppy_disk:Ive,cd:Pve,dvd:Fve,abacus:Bve,movie_camera:$ve,film_strip:zve,film_projector:jve,clapper:Uve,tv:qve,camera:Hve,camera_flash:Vve,video_camera:Gve,vhs:Kve,mag:Wve,mag_right:Zve,candle:Yve,bulb:Jve,flashlight:Qve,izakaya_lantern:Xve,lantern:ewe,diya_lamp:twe,notebook_with_decorative_cover:nwe,closed_book:swe,book:owe,open_book:rwe,green_book:iwe,blue_book:awe,orange_book:lwe,books:cwe,notebook:dwe,ledger:uwe,page_with_curl:hwe,scroll:fwe,page_facing_up:pwe,newspaper:gwe,newspaper_roll:mwe,bookmark_tabs:_we,bookmark:bwe,label:ywe,moneybag:vwe,coin:wwe,yen:xwe,dollar:kwe,euro:Ewe,pound:Cwe,money_with_wings:Awe,credit_card:Swe,receipt:Twe,chart:Mwe,envelope:Owe,email:Rwe,"e-mail":"📧",incoming_envelope:Nwe,envelope_with_arrow:Dwe,outbox_tray:Lwe,inbox_tray:Iwe,package:"📦",mailbox:Pwe,mailbox_closed:Fwe,mailbox_with_mail:Bwe,mailbox_with_no_mail:$we,postbox:zwe,ballot_box:jwe,pencil2:Uwe,black_nib:qwe,fountain_pen:Hwe,pen:Vwe,paintbrush:Gwe,crayon:Kwe,memo:Wwe,pencil:Zwe,briefcase:Ywe,file_folder:Jwe,open_file_folder:Qwe,card_index_dividers:Xwe,date:exe,calendar:txe,spiral_notepad:nxe,spiral_calendar:sxe,card_index:oxe,chart_with_upwards_trend:rxe,chart_with_downwards_trend:ixe,bar_chart:axe,clipboard:lxe,pushpin:cxe,round_pushpin:dxe,paperclip:uxe,paperclips:hxe,straight_ruler:fxe,triangular_ruler:pxe,scissors:gxe,card_file_box:mxe,file_cabinet:_xe,wastebasket:bxe,lock:yxe,unlock:vxe,lock_with_ink_pen:wxe,closed_lock_with_key:xxe,key:kxe,old_key:Exe,hammer:Cxe,axe:Axe,pick:Sxe,hammer_and_pick:Txe,hammer_and_wrench:Mxe,dagger:Oxe,crossed_swords:Rxe,gun:Nxe,boomerang:Dxe,bow_and_arrow:Lxe,shield:Ixe,carpentry_saw:Pxe,wrench:Fxe,screwdriver:Bxe,nut_and_bolt:$xe,gear:zxe,clamp:jxe,balance_scale:Uxe,probing_cane:qxe,link:Hxe,chains:Vxe,hook:Gxe,toolbox:Kxe,magnet:Wxe,ladder:Zxe,alembic:Yxe,test_tube:Jxe,petri_dish:Qxe,dna:Xxe,microscope:eke,telescope:tke,satellite:nke,syringe:ske,drop_of_blood:oke,pill:rke,adhesive_bandage:ike,stethoscope:ake,door:lke,elevator:cke,mirror:dke,window:uke,bed:hke,couch_and_lamp:fke,chair:pke,toilet:gke,plunger:mke,shower:_ke,bathtub:bke,mouse_trap:yke,razor:vke,lotion_bottle:wke,safety_pin:xke,broom:kke,basket:Eke,roll_of_paper:Cke,bucket:Ake,soap:Ske,toothbrush:Tke,sponge:Mke,fire_extinguisher:Oke,shopping_cart:Rke,smoking:Nke,coffin:Dke,headstone:Lke,funeral_urn:Ike,moyai:Pke,placard:Fke,atm:Bke,put_litter_in_its_place:$ke,potable_water:zke,wheelchair:jke,mens:Uke,womens:qke,restroom:Hke,baby_symbol:Vke,wc:Gke,passport_control:Kke,customs:Wke,baggage_claim:Zke,left_luggage:Yke,warning:Jke,children_crossing:Qke,no_entry:Xke,no_entry_sign:e5e,no_bicycles:t5e,no_smoking:n5e,do_not_litter:s5e,"non-potable_water":"🚱",no_pedestrians:o5e,no_mobile_phones:r5e,underage:i5e,radioactive:a5e,biohazard:l5e,arrow_up:c5e,arrow_upper_right:d5e,arrow_right:u5e,arrow_lower_right:h5e,arrow_down:f5e,arrow_lower_left:p5e,arrow_left:g5e,arrow_upper_left:m5e,arrow_up_down:_5e,left_right_arrow:b5e,leftwards_arrow_with_hook:y5e,arrow_right_hook:v5e,arrow_heading_up:w5e,arrow_heading_down:x5e,arrows_clockwise:k5e,arrows_counterclockwise:E5e,back:C5e,end:A5e,on:S5e,soon:T5e,top:M5e,place_of_worship:O5e,atom_symbol:R5e,om:N5e,star_of_david:D5e,wheel_of_dharma:L5e,yin_yang:I5e,latin_cross:P5e,orthodox_cross:F5e,star_and_crescent:B5e,peace_symbol:$5e,menorah:z5e,six_pointed_star:j5e,aries:U5e,taurus:q5e,gemini:H5e,cancer:V5e,leo:G5e,virgo:K5e,libra:W5e,scorpius:Z5e,sagittarius:Y5e,capricorn:J5e,aquarius:Q5e,pisces:X5e,ophiuchus:eEe,twisted_rightwards_arrows:tEe,repeat:nEe,repeat_one:sEe,arrow_forward:oEe,fast_forward:rEe,next_track_button:iEe,play_or_pause_button:aEe,arrow_backward:lEe,rewind:cEe,previous_track_button:dEe,arrow_up_small:uEe,arrow_double_up:hEe,arrow_down_small:fEe,arrow_double_down:pEe,pause_button:gEe,stop_button:mEe,record_button:_Ee,eject_button:bEe,cinema:yEe,low_brightness:vEe,high_brightness:wEe,signal_strength:xEe,vibration_mode:kEe,mobile_phone_off:EEe,female_sign:CEe,male_sign:AEe,transgender_symbol:SEe,heavy_multiplication_x:TEe,heavy_plus_sign:MEe,heavy_minus_sign:OEe,heavy_division_sign:REe,infinity:NEe,bangbang:DEe,interrobang:LEe,question:IEe,grey_question:PEe,grey_exclamation:FEe,exclamation:BEe,heavy_exclamation_mark:$Ee,wavy_dash:zEe,currency_exchange:jEe,heavy_dollar_sign:UEe,medical_symbol:qEe,recycle:HEe,fleur_de_lis:VEe,trident:GEe,name_badge:KEe,beginner:WEe,o:ZEe,white_check_mark:YEe,ballot_box_with_check:JEe,heavy_check_mark:QEe,x:XEe,negative_squared_cross_mark:e4e,curly_loop:t4e,loop:n4e,part_alternation_mark:s4e,eight_spoked_asterisk:o4e,eight_pointed_black_star:r4e,sparkle:i4e,copyright:a4e,registered:l4e,tm:c4e,hash:d4e,asterisk:u4e,zero:h4e,one:f4e,two:p4e,three:g4e,four:m4e,five:_4e,six:b4e,seven:y4e,eight:v4e,nine:w4e,keycap_ten:x4e,capital_abcd:k4e,abcd:E4e,symbols:C4e,abc:A4e,a:S4e,ab:T4e,b:M4e,cl:O4e,cool:R4e,free:N4e,information_source:D4e,id:L4e,m:I4e,new:"🆕",ng:P4e,o2:F4e,ok:B4e,parking:$4e,sos:z4e,up:j4e,vs:U4e,koko:q4e,sa:H4e,ideograph_advantage:V4e,accept:G4e,congratulations:K4e,secret:W4e,u6e80:Z4e,red_circle:Y4e,orange_circle:J4e,yellow_circle:Q4e,green_circle:X4e,large_blue_circle:e3e,purple_circle:t3e,brown_circle:n3e,black_circle:s3e,white_circle:o3e,red_square:r3e,orange_square:i3e,yellow_square:a3e,green_square:l3e,blue_square:c3e,purple_square:d3e,brown_square:u3e,black_large_square:h3e,white_large_square:f3e,black_medium_square:p3e,white_medium_square:g3e,black_medium_small_square:m3e,white_medium_small_square:_3e,black_small_square:b3e,white_small_square:y3e,large_orange_diamond:v3e,large_blue_diamond:w3e,small_orange_diamond:x3e,small_blue_diamond:k3e,small_red_triangle:E3e,small_red_triangle_down:C3e,diamond_shape_with_a_dot_inside:A3e,radio_button:S3e,white_square_button:T3e,black_square_button:M3e,checkered_flag:O3e,triangular_flag_on_post:R3e,crossed_flags:N3e,black_flag:D3e,white_flag:L3e,rainbow_flag:I3e,transgender_flag:P3e,pirate_flag:F3e,ascension_island:B3e,andorra:$3e,united_arab_emirates:z3e,afghanistan:j3e,antigua_barbuda:U3e,anguilla:q3e,albania:H3e,armenia:V3e,angola:G3e,antarctica:K3e,argentina:W3e,american_samoa:Z3e,austria:Y3e,australia:J3e,aruba:Q3e,aland_islands:X3e,azerbaijan:e8e,bosnia_herzegovina:t8e,barbados:n8e,bangladesh:s8e,belgium:o8e,burkina_faso:r8e,bulgaria:i8e,bahrain:a8e,burundi:l8e,benin:c8e,st_barthelemy:d8e,bermuda:u8e,brunei:h8e,bolivia:f8e,caribbean_netherlands:p8e,brazil:g8e,bahamas:m8e,bhutan:_8e,bouvet_island:b8e,botswana:y8e,belarus:v8e,belize:w8e,canada:x8e,cocos_islands:k8e,congo_kinshasa:E8e,central_african_republic:C8e,congo_brazzaville:A8e,switzerland:S8e,cote_divoire:T8e,cook_islands:M8e,chile:O8e,cameroon:R8e,cn:N8e,colombia:D8e,clipperton_island:L8e,costa_rica:I8e,cuba:P8e,cape_verde:F8e,curacao:B8e,christmas_island:$8e,cyprus:z8e,czech_republic:j8e,de:U8e,diego_garcia:q8e,djibouti:H8e,denmark:V8e,dominica:G8e,dominican_republic:K8e,algeria:W8e,ceuta_melilla:Z8e,ecuador:Y8e,estonia:J8e,egypt:Q8e,western_sahara:X8e,eritrea:eCe,es:tCe,ethiopia:nCe,eu:sCe,european_union:oCe,finland:rCe,fiji:iCe,falkland_islands:aCe,micronesia:lCe,faroe_islands:cCe,fr:dCe,gabon:uCe,gb:hCe,uk:fCe,grenada:pCe,georgia:gCe,french_guiana:mCe,guernsey:_Ce,ghana:bCe,gibraltar:yCe,greenland:vCe,gambia:wCe,guinea:xCe,guadeloupe:kCe,equatorial_guinea:ECe,greece:CCe,south_georgia_south_sandwich_islands:ACe,guatemala:SCe,guam:TCe,guinea_bissau:MCe,guyana:OCe,hong_kong:RCe,heard_mcdonald_islands:NCe,honduras:DCe,croatia:LCe,haiti:ICe,hungary:PCe,canary_islands:FCe,indonesia:BCe,ireland:$Ce,israel:zCe,isle_of_man:jCe,india:UCe,british_indian_ocean_territory:qCe,iraq:HCe,iran:VCe,iceland:GCe,it:KCe,jersey:WCe,jamaica:ZCe,jordan:YCe,jp:JCe,kenya:QCe,kyrgyzstan:XCe,cambodia:e9e,kiribati:t9e,comoros:n9e,st_kitts_nevis:s9e,north_korea:o9e,kr:r9e,kuwait:i9e,cayman_islands:a9e,kazakhstan:l9e,laos:c9e,lebanon:d9e,st_lucia:u9e,liechtenstein:h9e,sri_lanka:f9e,liberia:p9e,lesotho:g9e,lithuania:m9e,luxembourg:_9e,latvia:b9e,libya:y9e,morocco:v9e,monaco:w9e,moldova:x9e,montenegro:k9e,st_martin:E9e,madagascar:C9e,marshall_islands:A9e,macedonia:S9e,mali:T9e,myanmar:M9e,mongolia:O9e,macau:R9e,northern_mariana_islands:N9e,martinique:D9e,mauritania:L9e,montserrat:I9e,malta:P9e,mauritius:F9e,maldives:B9e,malawi:$9e,mexico:z9e,malaysia:j9e,mozambique:U9e,namibia:q9e,new_caledonia:H9e,niger:V9e,norfolk_island:G9e,nigeria:K9e,nicaragua:W9e,netherlands:Z9e,norway:Y9e,nepal:J9e,nauru:Q9e,niue:X9e,new_zealand:e6e,oman:t6e,panama:n6e,peru:s6e,french_polynesia:o6e,papua_new_guinea:r6e,philippines:i6e,pakistan:a6e,poland:l6e,st_pierre_miquelon:c6e,pitcairn_islands:d6e,puerto_rico:u6e,palestinian_territories:h6e,portugal:f6e,palau:p6e,paraguay:g6e,qatar:m6e,reunion:_6e,romania:b6e,serbia:y6e,ru:v6e,rwanda:w6e,saudi_arabia:x6e,solomon_islands:k6e,seychelles:E6e,sudan:C6e,sweden:A6e,singapore:S6e,st_helena:T6e,slovenia:M6e,svalbard_jan_mayen:O6e,slovakia:R6e,sierra_leone:N6e,san_marino:D6e,senegal:L6e,somalia:I6e,suriname:P6e,south_sudan:F6e,sao_tome_principe:B6e,el_salvador:$6e,sint_maarten:z6e,syria:j6e,swaziland:U6e,tristan_da_cunha:q6e,turks_caicos_islands:H6e,chad:V6e,french_southern_territories:G6e,togo:K6e,thailand:W6e,tajikistan:Z6e,tokelau:Y6e,timor_leste:J6e,turkmenistan:Q6e,tunisia:X6e,tonga:eAe,tr:tAe,trinidad_tobago:nAe,tuvalu:sAe,taiwan:oAe,tanzania:rAe,ukraine:iAe,uganda:aAe,us_outlying_islands:lAe,united_nations:cAe,us:dAe,uruguay:uAe,uzbekistan:hAe,vatican_city:fAe,st_vincent_grenadines:pAe,venezuela:gAe,british_virgin_islands:mAe,us_virgin_islands:_Ae,vietnam:bAe,vanuatu:yAe,wallis_futuna:vAe,samoa:wAe,kosovo:xAe,yemen:kAe,mayotte:EAe,south_africa:CAe,zambia:AAe,zimbabwe:SAe,england:TAe,scotland:MAe,wales:OAe};var NAe={angry:[">:(",">:-("],blush:[':")',':-")'],broken_heart:["0&&!l.test(b[p-1])||p+v.lengthm&&(g=new f("text","",0),g.content=u.slice(m,p),_.push(g)),g=new f("emoji","",0),g.markup=x,g.content=n[x],_.push(g),m=p+v.length}),m=0;f--)v=_[f],(v.type==="link_open"||v.type==="link_close")&&v.info==="auto"&&(b-=v.nesting),v.type==="text"&&b===0&&o.test(v.content)&&(p[g].children=_=i(_,f,d(v.content,v.level,h.Token)))}};function IAe(t){return t.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var PAe=function(e){var n=e.defs,s;e.enabled.length&&(n=Object.keys(n).reduce(function(l,d){return e.enabled.indexOf(d)>=0&&(l[d]=n[d]),l},{})),s=Object.keys(e.shortcuts).reduce(function(l,d){return n[d]?Array.isArray(e.shortcuts[d])?(e.shortcuts[d].forEach(function(u){l[u]=d}),l):(l[e.shortcuts[d]]=d,l):l},{});var o=Object.keys(n),r;o.length===0?r="^$":r=o.map(function(l){return":"+l+":"}).concat(Object.keys(s)).sort().reverse().map(function(l){return IAe(l)}).join("|");var i=RegExp(r),a=RegExp(r,"g");return{defs:n,shortcuts:s,scanRE:i,replaceRE:a}},FAe=DAe,BAe=LAe,$Ae=PAe,zAe=function(e,n){var s={defs:{},shortcuts:{},enabled:[]},o=$Ae(e.utils.assign({},s,n||{}));e.renderer.rules.emoji=FAe,e.core.ruler.after("linkify","emoji",BAe(e,o.defs,o.shortcuts,o.scanRE,o.replaceRE))},jAe=RAe,UAe=NAe,qAe=zAe,HAe=function(e,n){var s={defs:jAe,shortcuts:UAe,enabled:[]},o=e.utils.assign({},s,n||{});qAe(e,o)};const VAe=cs(HAe);var Pu=!1,Is={false:"push",true:"unshift",after:"push",before:"unshift"},Nr={isPermalinkSymbol:!0};function gl(t,e,n,s){var o;if(!Pu){var r="Using deprecated markdown-it-anchor permalink option, see https://github.com/valeriangalliat/markdown-it-anchor#permalinks";typeof process=="object"&&process&&process.emitWarning?process.emitWarning(r):console.warn(r),Pu=!0}var i=[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:Nr}),new n.Token("link_close","a",-1)];e.permalinkSpace&&n.tokens[s+1].children[Is[e.permalinkBefore]](Object.assign(new n.Token("text","",0),{content:" "})),(o=n.tokens[s+1].children)[Is[e.permalinkBefore]].apply(o,i)}function kg(t){return"#"+t}function Eg(t){return{}}var GAe={class:"header-anchor",symbol:"#",renderHref:kg,renderAttrs:Eg};function zo(t){function e(n){return n=Object.assign({},e.defaults,n),function(s,o,r,i){return t(s,n,o,r,i)}}return e.defaults=Object.assign({},GAe),e.renderPermalinkImpl=t,e}var vi=zo(function(t,e,n,s,o){var r,i=[Object.assign(new s.Token("link_open","a",1),{attrs:[].concat(e.class?[["class",e.class]]:[],[["href",e.renderHref(t,s)]],e.ariaHidden?[["aria-hidden","true"]]:[],Object.entries(e.renderAttrs(t,s)))}),Object.assign(new s.Token("html_inline","",0),{content:e.symbol,meta:Nr}),new s.Token("link_close","a",-1)];if(e.space){var a=typeof e.space=="string"?e.space:" ";s.tokens[o+1].children[Is[e.placement]](Object.assign(new s.Token(typeof e.space=="string"?"html_inline":"text","",0),{content:a}))}(r=s.tokens[o+1].children)[Is[e.placement]].apply(r,i)});Object.assign(vi.defaults,{space:!0,placement:"after",ariaHidden:!1});var Un=zo(vi.renderPermalinkImpl);Un.defaults=Object.assign({},vi.defaults,{ariaHidden:!0});var Cg=zo(function(t,e,n,s,o){var r=[Object.assign(new s.Token("link_open","a",1),{attrs:[].concat(e.class?[["class",e.class]]:[],[["href",e.renderHref(t,s)]],Object.entries(e.renderAttrs(t,s)))})].concat(e.safariReaderFix?[new s.Token("span_open","span",1)]:[],s.tokens[o+1].children,e.safariReaderFix?[new s.Token("span_close","span",-1)]:[],[new s.Token("link_close","a",-1)]);s.tokens[o+1]=Object.assign(new s.Token("inline","",0),{children:r})});Object.assign(Cg.defaults,{safariReaderFix:!1});var Fu=zo(function(t,e,n,s,o){var r;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 i=s.tokens[o+1].children.filter(function(h){return h.type==="text"||h.type==="code_inline"}).reduce(function(h,f){return h+f.content},""),a=[],l=[];if(e.class&&l.push(["class",e.class]),l.push(["href",e.renderHref(t,s)]),l.push.apply(l,Object.entries(e.renderAttrs(t,s))),e.style==="visually-hidden"){if(a.push(Object.assign(new s.Token("span_open","span",1),{attrs:[["class",e.visuallyHiddenClass]]}),Object.assign(new s.Token("text","",0),{content:e.assistiveText(i)}),new s.Token("span_close","span",-1)),e.space){var d=typeof e.space=="string"?e.space:" ";a[Is[e.placement]](Object.assign(new s.Token(typeof e.space=="string"?"html_inline":"text","",0),{content:d}))}a[Is[e.placement]](Object.assign(new s.Token("span_open","span",1),{attrs:[["aria-hidden","true"]]}),Object.assign(new s.Token("html_inline","",0),{content:e.symbol,meta:Nr}),new s.Token("span_close","span",-1))}else a.push(Object.assign(new s.Token("html_inline","",0),{content:e.symbol,meta:Nr}));e.style==="aria-label"?l.push(["aria-label",e.assistiveText(i)]):["aria-describedby","aria-labelledby"].includes(e.style)&&l.push([e.style,t]);var u=[Object.assign(new s.Token("link_open","a",1),{attrs:l})].concat(a,[new s.Token("link_close","a",-1)]);(r=s.tokens).splice.apply(r,[o+3,0].concat(u)),e.wrapper&&(s.tokens.splice(o,0,Object.assign(new s.Token("html_block","",0),{content:e.wrapper[0]+` `})),s.tokens.splice(o+3+u.length+1,0,Object.assign(new s.Token("html_block","",0),{content:e.wrapper[1]+` -`})))});function Bu(t,e,n,s){var o=t,r=s;if(n&&Object.prototype.hasOwnProperty.call(e,o))throw new Error("User defined `id` attribute `"+t+"` is not unique. Please fix it in your Markdown to continue.");for(;Object.prototype.hasOwnProperty.call(e,o);)o=t+"-"+r,r+=1;return e[o]=!0,o}function bs(t,e){e=Object.assign({},bs.defaults,e),t.core.ruler.push("anchor",function(n){for(var s,o={},r=n.tokens,i=Array.isArray(e.level)?(s=e.level,function(h){return s.includes(h)}):function(h){return function(f){return f>=h}}(e.level),a=0;af.match(h))}n.tabindex==!0&&(o.tokens[i-1].attrPush(["tabindex",r]),r++),n.lazyLoading==!0&&u.attrPush(["loading","lazy"])}}}e.core.ruler.before("linkify","implicit_figures",s)};const W7e=cs(K7e);function Ag(t){return t instanceof Map?t.clear=t.delete=t.set=function(){throw new Error("map is read-only")}:t instanceof Set&&(t.add=t.clear=t.delete=function(){throw new Error("set is read-only")}),Object.freeze(t),Object.getOwnPropertyNames(t).forEach(e=>{const n=t[e],s=typeof n;(s==="object"||s==="function")&&!Object.isFrozen(n)&&Ag(n)}),t}class $u{constructor(e){e.data===void 0&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function Sg(t){return t.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function Mn(t,...e){const n=Object.create(null);for(const s in t)n[s]=t[s];return e.forEach(function(s){for(const o in s)n[o]=s[o]}),n}const Z7e="",zu=t=>!!t.scope,Y7e=(t,{prefix:e})=>{if(t.startsWith("language:"))return t.replace("language:","language-");if(t.includes(".")){const n=t.split(".");return[`${e}${n.shift()}`,...n.map((s,o)=>`${s}${"_".repeat(o+1)}`)].join(" ")}return`${e}${t}`};class J7e{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){this.buffer+=Sg(e)}openNode(e){if(!zu(e))return;const n=Y7e(e.scope,{prefix:this.classPrefix});this.span(n)}closeNode(e){zu(e)&&(this.buffer+=Z7e)}value(){return this.buffer}span(e){this.buffer+=``}}const ju=(t={})=>{const e={children:[]};return Object.assign(e,t),e};class _c{constructor(){this.rootNode=ju(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const n=ju({scope:e});this.add(n),this.stack.push(n)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){return typeof n=="string"?e.addText(n):n.children&&(e.openNode(n),n.children.forEach(s=>this._walk(e,s)),e.closeNode(n)),e}static _collapse(e){typeof e!="string"&&e.children&&(e.children.every(n=>typeof n=="string")?e.children=[e.children.join("")]:e.children.forEach(n=>{_c._collapse(n)}))}}class Q7e extends _c{constructor(e){super(),this.options=e}addText(e){e!==""&&this.add(e)}startScope(e){this.openNode(e)}endScope(){this.closeNode()}__addSublanguage(e,n){const s=e.root;n&&(s.scope=`language:${n}`),this.add(s)}toHTML(){return new J7e(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function No(t){return t?typeof t=="string"?t:t.source:null}function Tg(t){return ds("(?=",t,")")}function X7e(t){return ds("(?:",t,")*")}function eAe(t){return ds("(?:",t,")?")}function ds(...t){return t.map(n=>No(n)).join("")}function tAe(t){const e=t[t.length-1];return typeof e=="object"&&e.constructor===Object?(t.splice(t.length-1,1),e):{}}function bc(...t){return"("+(tAe(t).capture?"":"?:")+t.map(s=>No(s)).join("|")+")"}function Mg(t){return new RegExp(t.toString()+"|").exec("").length-1}function nAe(t,e){const n=t&&t.exec(e);return n&&n.index===0}const sAe=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function yc(t,{joinWith:e}){let n=0;return t.map(s=>{n+=1;const o=n;let r=No(s),i="";for(;r.length>0;){const a=sAe.exec(r);if(!a){i+=r;break}i+=r.substring(0,a.index),r=r.substring(a.index+a[0].length),a[0][0]==="\\"&&a[1]?i+="\\"+String(Number(a[1])+o):(i+=a[0],a[0]==="("&&n++)}return i}).map(s=>`(${s})`).join(e)}const oAe=/\b\B/,Og="[a-zA-Z]\\w*",vc="[a-zA-Z_]\\w*",Rg="\\b\\d+(\\.\\d+)?",Ng="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",Dg="\\b(0b[01]+)",rAe="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",iAe=(t={})=>{const e=/^#![ ]*\//;return t.binary&&(t.begin=ds(e,/.*\b/,t.binary,/\b.*/)),Mn({scope:"meta",begin:e,end:/$/,relevance:0,"on:begin":(n,s)=>{n.index!==0&&s.ignoreMatch()}},t)},Do={begin:"\\\\[\\s\\S]",relevance:0},aAe={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[Do]},lAe={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[Do]},cAe={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},wi=function(t,e,n={}){const s=Mn({scope:"comment",begin:t,end:e,contains:[]},n);s.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const o=bc("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return s.contains.push({begin:ds(/[ ]+/,"(",o,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),s},dAe=wi("//","$"),uAe=wi("/\\*","\\*/"),hAe=wi("#","$"),fAe={scope:"number",begin:Rg,relevance:0},pAe={scope:"number",begin:Ng,relevance:0},gAe={scope:"number",begin:Dg,relevance:0},mAe={begin:/(?=\/[^/\n]*\/)/,contains:[{scope:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[Do,{begin:/\[/,end:/\]/,relevance:0,contains:[Do]}]}]},_Ae={scope:"title",begin:Og,relevance:0},bAe={scope:"title",begin:vc,relevance:0},yAe={begin:"\\.\\s*"+vc,relevance:0},vAe=function(t){return Object.assign(t,{"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{n.data._beginMatch!==e[1]&&n.ignoreMatch()}})};var tr=Object.freeze({__proto__:null,MATCH_NOTHING_RE:oAe,IDENT_RE:Og,UNDERSCORE_IDENT_RE:vc,NUMBER_RE:Rg,C_NUMBER_RE:Ng,BINARY_NUMBER_RE:Dg,RE_STARTERS_RE:rAe,SHEBANG:iAe,BACKSLASH_ESCAPE:Do,APOS_STRING_MODE:aAe,QUOTE_STRING_MODE:lAe,PHRASAL_WORDS_MODE:cAe,COMMENT:wi,C_LINE_COMMENT_MODE:dAe,C_BLOCK_COMMENT_MODE:uAe,HASH_COMMENT_MODE:hAe,NUMBER_MODE:fAe,C_NUMBER_MODE:pAe,BINARY_NUMBER_MODE:gAe,REGEXP_MODE:mAe,TITLE_MODE:_Ae,UNDERSCORE_TITLE_MODE:bAe,METHOD_GUARD:yAe,END_SAME_AS_BEGIN:vAe});function wAe(t,e){t.input[t.index-1]==="."&&e.ignoreMatch()}function xAe(t,e){t.className!==void 0&&(t.scope=t.className,delete t.className)}function kAe(t,e){e&&t.beginKeywords&&(t.begin="\\b("+t.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",t.__beforeBegin=wAe,t.keywords=t.keywords||t.beginKeywords,delete t.beginKeywords,t.relevance===void 0&&(t.relevance=0))}function EAe(t,e){Array.isArray(t.illegal)&&(t.illegal=bc(...t.illegal))}function CAe(t,e){if(t.match){if(t.begin||t.end)throw new Error("begin & end are not supported with match");t.begin=t.match,delete t.match}}function AAe(t,e){t.relevance===void 0&&(t.relevance=1)}const SAe=(t,e)=>{if(!t.beforeMatch)return;if(t.starts)throw new Error("beforeMatch cannot be used with starts");const n=Object.assign({},t);Object.keys(t).forEach(s=>{delete t[s]}),t.keywords=n.keywords,t.begin=ds(n.beforeMatch,Tg(n.begin)),t.starts={relevance:0,contains:[Object.assign(n,{endsParent:!0})]},t.relevance=0,delete n.beforeMatch},TAe=["of","and","for","in","not","or","if","then","parent","list","value"],MAe="keyword";function Lg(t,e,n=MAe){const s=Object.create(null);return typeof t=="string"?o(n,t.split(" ")):Array.isArray(t)?o(n,t):Object.keys(t).forEach(function(r){Object.assign(s,Lg(t[r],e,r))}),s;function o(r,i){e&&(i=i.map(a=>a.toLowerCase())),i.forEach(function(a){const l=a.split("|");s[l[0]]=[r,OAe(l[0],l[1])]})}}function OAe(t,e){return e?Number(e):RAe(t)?0:1}function RAe(t){return TAe.includes(t.toLowerCase())}const Uu={},Xn=t=>{console.error(t)},qu=(t,...e)=>{console.log(`WARN: ${t}`,...e)},gs=(t,e)=>{Uu[`${t}/${e}`]||(console.log(`Deprecated as of ${t}. ${e}`),Uu[`${t}/${e}`]=!0)},Dr=new Error;function Ig(t,e,{key:n}){let s=0;const o=t[n],r={},i={};for(let a=1;a<=e.length;a++)i[a+s]=o[a],r[a+s]=!0,s+=Mg(e[a-1]);t[n]=i,t[n]._emit=r,t[n]._multi=!0}function NAe(t){if(Array.isArray(t.begin)){if(t.skip||t.excludeBegin||t.returnBegin)throw Xn("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),Dr;if(typeof t.beginScope!="object"||t.beginScope===null)throw Xn("beginScope must be object"),Dr;Ig(t,t.begin,{key:"beginScope"}),t.begin=yc(t.begin,{joinWith:""})}}function DAe(t){if(Array.isArray(t.end)){if(t.skip||t.excludeEnd||t.returnEnd)throw Xn("skip, excludeEnd, returnEnd not compatible with endScope: {}"),Dr;if(typeof t.endScope!="object"||t.endScope===null)throw Xn("endScope must be object"),Dr;Ig(t,t.end,{key:"endScope"}),t.end=yc(t.end,{joinWith:""})}}function LAe(t){t.scope&&typeof t.scope=="object"&&t.scope!==null&&(t.beginScope=t.scope,delete t.scope)}function IAe(t){LAe(t),typeof t.beginScope=="string"&&(t.beginScope={_wrap:t.beginScope}),typeof t.endScope=="string"&&(t.endScope={_wrap:t.endScope}),NAe(t),DAe(t)}function PAe(t){function e(i,a){return new RegExp(No(i),"m"+(t.case_insensitive?"i":"")+(t.unicodeRegex?"u":"")+(a?"g":""))}class n{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(a,l){l.position=this.position++,this.matchIndexes[this.matchAt]=l,this.regexes.push([l,a]),this.matchAt+=Mg(a)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const a=this.regexes.map(l=>l[1]);this.matcherRe=e(yc(a,{joinWith:"|"}),!0),this.lastIndex=0}exec(a){this.matcherRe.lastIndex=this.lastIndex;const l=this.matcherRe.exec(a);if(!l)return null;const d=l.findIndex((h,f)=>f>0&&h!==void 0),u=this.matchIndexes[d];return l.splice(0,d),Object.assign(l,u)}}class s{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(a){if(this.multiRegexes[a])return this.multiRegexes[a];const l=new n;return this.rules.slice(a).forEach(([d,u])=>l.addRule(d,u)),l.compile(),this.multiRegexes[a]=l,l}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(a,l){this.rules.push([a,l]),l.type==="begin"&&this.count++}exec(a){const l=this.getMatcher(this.regexIndex);l.lastIndex=this.lastIndex;let d=l.exec(a);if(this.resumingScanAtSamePosition()&&!(d&&d.index===this.lastIndex)){const u=this.getMatcher(0);u.lastIndex=this.lastIndex+1,d=u.exec(a)}return d&&(this.regexIndex+=d.position+1,this.regexIndex===this.count&&this.considerAll()),d}}function o(i){const a=new s;return i.contains.forEach(l=>a.addRule(l.begin,{rule:l,type:"begin"})),i.terminatorEnd&&a.addRule(i.terminatorEnd,{type:"end"}),i.illegal&&a.addRule(i.illegal,{type:"illegal"}),a}function r(i,a){const l=i;if(i.isCompiled)return l;[xAe,CAe,IAe,SAe].forEach(u=>u(i,a)),t.compilerExtensions.forEach(u=>u(i,a)),i.__beforeBegin=null,[kAe,EAe,AAe].forEach(u=>u(i,a)),i.isCompiled=!0;let d=null;return typeof i.keywords=="object"&&i.keywords.$pattern&&(i.keywords=Object.assign({},i.keywords),d=i.keywords.$pattern,delete i.keywords.$pattern),d=d||/\w+/,i.keywords&&(i.keywords=Lg(i.keywords,t.case_insensitive)),l.keywordPatternRe=e(d,!0),a&&(i.begin||(i.begin=/\B|\b/),l.beginRe=e(l.begin),!i.end&&!i.endsWithParent&&(i.end=/\B|\b/),i.end&&(l.endRe=e(l.end)),l.terminatorEnd=No(l.end)||"",i.endsWithParent&&a.terminatorEnd&&(l.terminatorEnd+=(i.end?"|":"")+a.terminatorEnd)),i.illegal&&(l.illegalRe=e(i.illegal)),i.contains||(i.contains=[]),i.contains=[].concat(...i.contains.map(function(u){return FAe(u==="self"?i:u)})),i.contains.forEach(function(u){r(u,l)}),i.starts&&r(i.starts,a),l.matcher=o(l),l}if(t.compilerExtensions||(t.compilerExtensions=[]),t.contains&&t.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return t.classNameAliases=Mn(t.classNameAliases||{}),r(t)}function Pg(t){return t?t.endsWithParent||Pg(t.starts):!1}function FAe(t){return t.variants&&!t.cachedVariants&&(t.cachedVariants=t.variants.map(function(e){return Mn(t,{variants:null},e)})),t.cachedVariants?t.cachedVariants:Pg(t)?Mn(t,{starts:t.starts?Mn(t.starts):null}):Object.isFrozen(t)?Mn(t):t}var BAe="11.8.0";class $Ae extends Error{constructor(e,n){super(e),this.name="HTMLInjectionError",this.html=n}}const sa=Sg,Hu=Mn,Vu=Symbol("nomatch"),zAe=7,Fg=function(t){const e=Object.create(null),n=Object.create(null),s=[];let o=!0;const r="Could not find the language '{}', did you forget to load/include a language module?",i={disableAutodetect:!0,name:"Plain text",contains:[]};let a={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:Q7e};function l(T){return a.noHighlightRe.test(T)}function d(T){let H=T.className+" ";H+=T.parentNode?T.parentNode.className:"";const G=a.languageDetectRe.exec(H);if(G){const we=C(G[1]);return we||(qu(r.replace("{}",G[1])),qu("Falling back to no-highlight mode for this block.",T)),we?G[1]:"no-highlight"}return H.split(/\s+/).find(we=>l(we)||C(we))}function u(T,H,G){let we="",_e="";typeof H=="object"?(we=T,G=H.ignoreIllegals,_e=H.language):(gs("10.7.0","highlight(lang, code, ...args) has been deprecated."),gs("10.7.0",`Please use highlight(code, options) instead. -https://github.com/highlightjs/highlight.js/issues/2277`),_e=T,we=H),G===void 0&&(G=!0);const te={code:we,language:_e};ue("before:highlight",te);const ke=te.result?te.result:h(te.language,te.code,G);return ke.code=te.code,ue("after:highlight",ke),ke}function h(T,H,G,we){const _e=Object.create(null);function te(W,ie){return W.keywords[ie]}function ke(){if(!j.keywords){q.addText(Y);return}let W=0;j.keywordPatternRe.lastIndex=0;let ie=j.keywordPatternRe.exec(Y),me="";for(;ie;){me+=Y.substring(W,ie.index);const Me=z.case_insensitive?ie[0].toLowerCase():ie[0],$e=te(j,Me);if($e){const[We,Pe]=$e;if(q.addText(me),me="",_e[Me]=(_e[Me]||0)+1,_e[Me]<=zAe&&(ce+=Pe),We.startsWith("_"))me+=ie[0];else{const tt=z.classNameAliases[We]||We;Q(ie[0],tt)}}else me+=ie[0];W=j.keywordPatternRe.lastIndex,ie=j.keywordPatternRe.exec(Y)}me+=Y.substring(W),q.addText(me)}function Te(){if(Y==="")return;let W=null;if(typeof j.subLanguage=="string"){if(!e[j.subLanguage]){q.addText(Y);return}W=h(j.subLanguage,Y,!0,re[j.subLanguage]),re[j.subLanguage]=W._top}else W=g(Y,j.subLanguage.length?j.subLanguage:null);j.relevance>0&&(ce+=W.relevance),q.__addSublanguage(W._emitter,W.language)}function N(){j.subLanguage!=null?Te():ke(),Y=""}function Q(W,ie){W!==""&&(q.startScope(ie),q.addText(W),q.endScope())}function V(W,ie){let me=1;const Me=ie.length-1;for(;me<=Me;){if(!W._emit[me]){me++;continue}const $e=z.classNameAliases[W[me]]||W[me],We=ie[me];$e?Q(We,$e):(Y=We,ke(),Y=""),me++}}function ne(W,ie){return W.scope&&typeof W.scope=="string"&&q.openNode(z.classNameAliases[W.scope]||W.scope),W.beginScope&&(W.beginScope._wrap?(Q(Y,z.classNameAliases[W.beginScope._wrap]||W.beginScope._wrap),Y=""):W.beginScope._multi&&(V(W.beginScope,ie),Y="")),j=Object.create(W,{parent:{value:j}}),j}function ee(W,ie,me){let Me=nAe(W.endRe,me);if(Me){if(W["on:end"]){const $e=new $u(W);W["on:end"](ie,$e),$e.isMatchIgnored&&(Me=!1)}if(Me){for(;W.endsParent&&W.parent;)W=W.parent;return W}}if(W.endsWithParent)return ee(W.parent,ie,me)}function ge(W){return j.matcher.regexIndex===0?(Y+=W[0],1):(Ae=!0,0)}function he(W){const ie=W[0],me=W.rule,Me=new $u(me),$e=[me.__beforeBegin,me["on:begin"]];for(const We of $e)if(We&&(We(W,Me),Me.isMatchIgnored))return ge(ie);return me.skip?Y+=ie:(me.excludeBegin&&(Y+=ie),N(),!me.returnBegin&&!me.excludeBegin&&(Y=ie)),ne(me,W),me.returnBegin?0:ie.length}function w(W){const ie=W[0],me=H.substring(W.index),Me=ee(j,W,me);if(!Me)return Vu;const $e=j;j.endScope&&j.endScope._wrap?(N(),Q(ie,j.endScope._wrap)):j.endScope&&j.endScope._multi?(N(),V(j.endScope,W)):$e.skip?Y+=ie:($e.returnEnd||$e.excludeEnd||(Y+=ie),N(),$e.excludeEnd&&(Y=ie));do j.scope&&q.closeNode(),!j.skip&&!j.subLanguage&&(ce+=j.relevance),j=j.parent;while(j!==Me.parent);return Me.starts&&ne(Me.starts,W),$e.returnEnd?0:ie.length}function A(){const W=[];for(let ie=j;ie!==z;ie=ie.parent)ie.scope&&W.unshift(ie.scope);W.forEach(ie=>q.openNode(ie))}let F={};function $(W,ie){const me=ie&&ie[0];if(Y+=W,me==null)return N(),0;if(F.type==="begin"&&ie.type==="end"&&F.index===ie.index&&me===""){if(Y+=H.slice(ie.index,ie.index+1),!o){const Me=new Error(`0 width match regex (${T})`);throw Me.languageName=T,Me.badRule=F.rule,Me}return 1}if(F=ie,ie.type==="begin")return he(ie);if(ie.type==="illegal"&&!G){const Me=new Error('Illegal lexeme "'+me+'" for mode "'+(j.scope||"")+'"');throw Me.mode=j,Me}else if(ie.type==="end"){const Me=w(ie);if(Me!==Vu)return Me}if(ie.type==="illegal"&&me==="")return 1;if(fe>1e5&&fe>ie.index*3)throw new Error("potential infinite loop, way more iterations than matches");return Y+=me,me.length}const z=C(T);if(!z)throw Xn(r.replace("{}",T)),new Error('Unknown language: "'+T+'"');const oe=PAe(z);let le="",j=we||oe;const re={},q=new a.__emitter(a);A();let Y="",ce=0,pe=0,fe=0,Ae=!1;try{if(z.__emitTokens)z.__emitTokens(H,q);else{for(j.matcher.considerAll();;){fe++,Ae?Ae=!1:j.matcher.considerAll(),j.matcher.lastIndex=pe;const W=j.matcher.exec(H);if(!W)break;const ie=H.substring(pe,W.index),me=$(ie,W);pe=W.index+me}$(H.substring(pe))}return q.finalize(),le=q.toHTML(),{language:T,value:le,relevance:ce,illegal:!1,_emitter:q,_top:j}}catch(W){if(W.message&&W.message.includes("Illegal"))return{language:T,value:sa(H),illegal:!0,relevance:0,_illegalBy:{message:W.message,index:pe,context:H.slice(pe-100,pe+100),mode:W.mode,resultSoFar:le},_emitter:q};if(o)return{language:T,value:sa(H),illegal:!1,relevance:0,errorRaised:W,_emitter:q,_top:j};throw W}}function f(T){const H={value:sa(T),illegal:!1,relevance:0,_top:i,_emitter:new a.__emitter(a)};return H._emitter.addText(T),H}function g(T,H){H=H||a.languages||Object.keys(e);const G=f(T),we=H.filter(C).filter(I).map(N=>h(N,T,!1));we.unshift(G);const _e=we.sort((N,Q)=>{if(N.relevance!==Q.relevance)return Q.relevance-N.relevance;if(N.language&&Q.language){if(C(N.language).supersetOf===Q.language)return 1;if(C(Q.language).supersetOf===N.language)return-1}return 0}),[te,ke]=_e,Te=te;return Te.secondBest=ke,Te}function m(T,H,G){const we=H&&n[H]||G;T.classList.add("hljs"),T.classList.add(`language-${we}`)}function _(T){let H=null;const G=d(T);if(l(G))return;if(ue("before:highlightElement",{el:T,language:G}),T.children.length>0&&(a.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(T)),a.throwUnescapedHTML))throw new $Ae("One of your code blocks includes unescaped HTML.",T.innerHTML);H=T;const we=H.textContent,_e=G?u(we,{language:G,ignoreIllegals:!0}):g(we);T.innerHTML=_e.value,m(T,G,_e.language),T.result={language:_e.language,re:_e.relevance,relevance:_e.relevance},_e.secondBest&&(T.secondBest={language:_e.secondBest.language,relevance:_e.secondBest.relevance}),ue("after:highlightElement",{el:T,result:_e,text:we})}function v(T){a=Hu(a,T)}const p=()=>{S(),gs("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function b(){S(),gs("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let x=!1;function S(){if(document.readyState==="loading"){x=!0;return}document.querySelectorAll(a.cssSelector).forEach(_)}function R(){x&&S()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",R,!1);function O(T,H){let G=null;try{G=H(t)}catch(we){if(Xn("Language definition for '{}' could not be registered.".replace("{}",T)),o)Xn(we);else throw we;G=i}G.name||(G.name=T),e[T]=G,G.rawDefinition=H.bind(null,t),G.aliases&&M(G.aliases,{languageName:T})}function D(T){delete e[T];for(const H of Object.keys(n))n[H]===T&&delete n[H]}function y(){return Object.keys(e)}function C(T){return T=(T||"").toLowerCase(),e[T]||e[n[T]]}function M(T,{languageName:H}){typeof T=="string"&&(T=[T]),T.forEach(G=>{n[G.toLowerCase()]=H})}function I(T){const H=C(T);return H&&!H.disableAutodetect}function B(T){T["before:highlightBlock"]&&!T["before:highlightElement"]&&(T["before:highlightElement"]=H=>{T["before:highlightBlock"](Object.assign({block:H.el},H))}),T["after:highlightBlock"]&&!T["after:highlightElement"]&&(T["after:highlightElement"]=H=>{T["after:highlightBlock"](Object.assign({block:H.el},H))})}function J(T){B(T),s.push(T)}function P(T){const H=s.indexOf(T);H!==-1&&s.splice(H,1)}function ue(T,H){const G=T;s.forEach(function(we){we[G]&&we[G](H)})}function Z(T){return gs("10.7.0","highlightBlock will be removed entirely in v12.0"),gs("10.7.0","Please use highlightElement now."),_(T)}Object.assign(t,{highlight:u,highlightAuto:g,highlightAll:S,highlightElement:_,highlightBlock:Z,configure:v,initHighlighting:p,initHighlightingOnLoad:b,registerLanguage:O,unregisterLanguage:D,listLanguages:y,getLanguage:C,registerAliases:M,autoDetection:I,inherit:Hu,addPlugin:J,removePlugin:P}),t.debugMode=function(){o=!1},t.safeMode=function(){o=!0},t.versionString=BAe,t.regex={concat:ds,lookahead:Tg,either:bc,optional:eAe,anyNumberOfTimes:X7e};for(const T in tr)typeof tr[T]=="object"&&Ag(tr[T]);return Object.assign(t,tr),t},Ps=Fg({});Ps.newInstance=()=>Fg({});var jAe=Ps;Ps.HighlightJS=Ps;Ps.default=Ps;var oa,Gu;function UAe(){if(Gu)return oa;Gu=1;function t(e){const n=e.regex,s=n.concat(/[\p{L}_]/u,n.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),o=/[\p{L}0-9._:-]+/u,r={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},i={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},a=e.inherit(i,{begin:/\(/,end:/\)/}),l=e.inherit(e.APOS_STRING_MODE,{className:"string"}),d=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),u={endsWithParent:!0,illegal:/`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin://,relevance:10,contains:[i,d,l,a,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin://,contains:[i,a,d,l]}]}]},e.COMMENT(//,{relevance:10}),{begin://,relevance:10},r,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[d]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/)/,end:/>/,keywords:{name:"style"},contains:[u],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/)/,end:/>/,keywords:{name:"script"},contains:[u],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:n.concat(//,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:s,relevance:0,starts:u}]},{className:"tag",begin:n.concat(/<\//,n.lookahead(n.concat(s,/>/))),contains:[{className:"name",begin:s,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}return oa=t,oa}var ra,Ku;function qAe(){if(Ku)return ra;Ku=1;function t(e){const n=e.regex,s={},o={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[s]}]};Object.assign(s,{className:"variable",variants:[{begin:n.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},o]});const r={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},i={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,r]};r.contains.push(a);const l={className:"",begin:/\\"/},d={className:"string",begin:/'/,end:/'/},u={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,s]},h=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],f=e.SHEBANG({binary:`(${h.join("|")})`,relevance:10}),g={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},m=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],_=["true","false"],v={match:/(\/[a-z._-]+)+/},p=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],b=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","type","typeset","ulimit","unalias"],x=["autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp"],S=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:m,literal:_,built_in:[...p,...b,"set","shopt",...x,...S]},contains:[f,e.SHEBANG(),g,u,e.HASH_COMMENT_MODE,i,v,a,l,d,s]}}return ra=t,ra}var ia,Wu;function HAe(){if(Wu)return ia;Wu=1;function t(e){const n=e.regex,s=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),o="decltype\\(auto\\)",r="[a-zA-Z_]\\w*::",i="<[^<>]+>",a="("+o+"|"+n.optional(r)+"[a-zA-Z_]\\w*"+n.optional(i)+")",l={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},d="\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)",u={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+d+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},h={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},f={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(u,{className:"string"}),{className:"string",begin:/<.*?>/},s,e.C_BLOCK_COMMENT_MODE]},g={className:"title",begin:n.optional(r)+e.IDENT_RE,relevance:0},m=n.optional(r)+e.IDENT_RE+"\\s*\\(",p={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal128","const","static","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},b=[f,l,s,e.C_BLOCK_COMMENT_MODE,h,u],x={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:p,contains:b.concat([{begin:/\(/,end:/\)/,keywords:p,contains:b.concat(["self"]),relevance:0}]),relevance:0},S={begin:"("+a+"[\\*&\\s]+)+"+m,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:p,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:o,keywords:p,relevance:0},{begin:m,returnBegin:!0,contains:[e.inherit(g,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:p,relevance:0,contains:[s,e.C_BLOCK_COMMENT_MODE,u,h,l,{begin:/\(/,end:/\)/,keywords:p,relevance:0,contains:["self",s,e.C_BLOCK_COMMENT_MODE,u,h,l]}]},l,s,e.C_BLOCK_COMMENT_MODE,f]};return{name:"C",aliases:["h"],keywords:p,disableAutodetect:!0,illegal:"=]/,contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{preprocessor:f,strings:u,keywords:p}}}return ia=t,ia}var aa,Zu;function VAe(){if(Zu)return aa;Zu=1;function t(e){const n=e.regex,s=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),o="decltype\\(auto\\)",r="[a-zA-Z_]\\w*::",i="<[^<>]+>",a="(?!struct)("+o+"|"+n.optional(r)+"[a-zA-Z_]\\w*"+n.optional(i)+")",l={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},d="\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)",u={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+d+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},h={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},f={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(u,{className:"string"}),{className:"string",begin:/<.*?>/},s,e.C_BLOCK_COMMENT_MODE]},g={className:"title",begin:n.optional(r)+e.IDENT_RE,relevance:0},m=n.optional(r)+e.IDENT_RE+"\\s*\\(",_=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],v=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],p=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],b=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],R={type:v,keyword:_,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:p},O={className:"function.dispatch",relevance:0,keywords:{_hint:b},begin:n.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,n.lookahead(/(<[^<>]+>|)\s*\(/))},D=[O,f,l,s,e.C_BLOCK_COMMENT_MODE,h,u],y={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:R,contains:D.concat([{begin:/\(/,end:/\)/,keywords:R,contains:D.concat(["self"]),relevance:0}]),relevance:0},C={className:"function",begin:"("+a+"[\\*&\\s]+)+"+m,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:R,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:o,keywords:R,relevance:0},{begin:m,returnBegin:!0,contains:[g],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[u,h]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:R,relevance:0,contains:[s,e.C_BLOCK_COMMENT_MODE,u,h,l,{begin:/\(/,end:/\)/,keywords:R,relevance:0,contains:["self",s,e.C_BLOCK_COMMENT_MODE,u,h,l]}]},l,s,e.C_BLOCK_COMMENT_MODE,f]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:R,illegal:"",keywords:R,contains:["self",l]},{begin:e.IDENT_RE+"::",keywords:R},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}return aa=t,aa}var la,Yu;function GAe(){if(Yu)return la;Yu=1;function t(e){const n=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],s=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],o=["default","false","null","true"],r=["abstract","as","base","break","case","catch","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","scoped","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"],i=["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"],a={keyword:r.concat(i),built_in:n,literal:o},l=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),d={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},u={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},h=e.inherit(u,{illegal:/\n/}),f={className:"subst",begin:/\{/,end:/\}/,keywords:a},g=e.inherit(f,{illegal:/\n/}),m={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},e.BACKSLASH_ESCAPE,g]},_={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},f]},v=e.inherit(_,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},g]});f.contains=[_,m,u,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,e.C_BLOCK_COMMENT_MODE],g.contains=[v,m,h,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const p={variants:[_,m,u,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},b={begin:"<",end:">",contains:[{beginKeywords:"in out"},l]},x=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",S={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:a,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:""},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},p,d,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},l,b,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[l,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[l,b,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+x+"\\s+)+"+e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:a,contains:[{beginKeywords:s.join(" "),relevance:0},{begin:e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[e.TITLE_MODE,b],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,relevance:0,contains:[p,d,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},S]}}return la=t,la}var ca,Ju;function KAe(){if(Ju)return ca;Ju=1;const t=a=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:a.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[a.APOS_STRING_MODE,a.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:a.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],n=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],s=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();function i(a){const l=a.regex,d=t(a),u={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},h="and or not only",f=/@-?\w[\w]*(-\w+)*/,g="[a-zA-Z-][a-zA-Z0-9_-]*",m=[a.APOS_STRING_MODE,a.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[d.BLOCK_COMMENT,u,d.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+g,relevance:0},d.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+s.join("|")+")"},{begin:":(:)?("+o.join("|")+")"}]},d.CSS_VARIABLE,{className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[d.BLOCK_COMMENT,d.HEXCOLOR,d.IMPORTANT,d.CSS_NUMBER_MODE,...m,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...m,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},d.FUNCTION_DISPATCH]},{begin:l.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:f},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:h,attribute:n.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...m,d.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+e.join("|")+")\\b"}]}}return ca=i,ca}var da,Qu;function WAe(){if(Qu)return da;Qu=1;function t(e){const n=e.regex,s={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},o={begin:"^[-\\*]{3,}",end:"$"},r={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},i={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},a={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},l=/[A-Za-z][A-Za-z0-9+.-]*/,d={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:n.concat(/\[.+?\]\(/,l,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},u={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},h={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},f=e.inherit(u,{contains:[]}),g=e.inherit(h,{contains:[]});u.contains.push(g),h.contains.push(f);let m=[s,d];return[u,h,f,g].forEach(p=>{p.contains=p.contains.concat(m)}),m=m.concat(u,h),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:m},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:m}]}]},s,i,u,h,{className:"quote",begin:"^>\\s+",contains:m,end:"$"},r,o,d,a]}}return da=t,da}var ua,Xu;function ZAe(){if(Xu)return ua;Xu=1;function t(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}return ua=t,ua}var ha,eh;function YAe(){if(eh)return ha;eh=1;function t(e){const n=e.regex,s="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",o=n.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),r=n.concat(o,/(::\w+)*/),a={"variable.constant":["__FILE__","__LINE__","__ENCODING__"],"variable.language":["self","super"],keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield",...["include","extend","prepend","public","private","protected","raise","throw"]],built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"],literal:["true","false","nil"]},l={className:"doctag",begin:"@[A-Za-z]+"},d={begin:"#<",end:">"},u=[e.COMMENT("#","$",{contains:[l]}),e.COMMENT("^=begin","^=end",{contains:[l],relevance:10}),e.COMMENT("^__END__",e.MATCH_NOTHING_RE)],h={className:"subst",begin:/#\{/,end:/\}/,keywords:a},f={className:"string",contains:[e.BACKSLASH_ESCAPE,h],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:n.concat(/<<[-~]?'?/,n.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,h]})]}]},g="[1-9](_?[0-9])*|0",m="[0-9](_?[0-9])*",_={className:"number",relevance:0,variants:[{begin:`\\b(${g})(\\.(${m}))?([eE][+-]?(${m})|r)?i?\\b`},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},v={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:a}]},D=[f,{variants:[{match:[/class\s+/,r,/\s+<\s+/,r]},{match:[/\b(class|module)\s+/,r]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:a},{match:[/(include|extend)\s+/,r],scope:{2:"title.class"},keywords:a},{relevance:0,match:[r,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:o,scope:"title.class"},{match:[/def/,/\s+/,s],scope:{1:"keyword",3:"title.function"},contains:[v]},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[f,{begin:s}],relevance:0},_,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:a},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,h],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(d,u),relevance:0}].concat(d,u);h.contains=D,v.contains=D;const y="[>?]>",C="[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]",M="(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>",I=[{begin:/^\s*=>/,starts:{end:"$",contains:D}},{className:"meta.prompt",begin:"^("+y+"|"+C+"|"+M+")(?=[ ])",starts:{end:"$",keywords:a,contains:D}}];return u.unshift(d),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:[e.SHEBANG({binary:"ruby"})].concat(I).concat(u).concat(D)}}return ha=t,ha}var fa,th;function JAe(){if(th)return fa;th=1;function t(e){const i={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:i,illegal:"o(i,a,l-1))}function r(i){const a=i.regex,l="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",d=l+o("(?:<"+l+"~~~(?:\\s*,\\s*"+l+"~~~)*>)?",/~~~/g,2),m={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},_={className:"meta",begin:"@"+l,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},v={className:"params",begin:/\(/,end:/\)/,keywords:m,relevance:0,contains:[i.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:m,illegal:/<\/|#/,contains:[i.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},i.C_LINE_COMMENT_MODE,i.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[i.BACKSLASH_ESCAPE]},i.APOS_STRING_MODE,i.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,l],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[a.concat(/(?!else)/,l),/\s+/,l,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,l],className:{1:"keyword",3:"title.class"},contains:[v,i.C_LINE_COMMENT_MODE,i.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+d+"\\s+)",i.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:m,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:m,relevance:0,contains:[_,i.APOS_STRING_MODE,i.QUOTE_STRING_MODE,s,i.C_BLOCK_COMMENT_MODE]},i.C_LINE_COMMENT_MODE,i.C_BLOCK_COMMENT_MODE]},s,_]}}return ma=r,ma}var _a,rh;function tSe(){if(rh)return _a;rh=1;const t="[A-Za-z$_][0-9A-Za-z$_]*",e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],s=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],o=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],r=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],i=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],a=[].concat(r,s,o);function l(d){const u=d.regex,h=(V,{after:ne})=>{const ee="",end:""},m=/<[A-Za-z0-9\\._:-]+\s*\/>/,_={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(V,ne)=>{const ee=V[0].length+V.index,ge=V.input[ee];if(ge==="<"||ge===","){ne.ignoreMatch();return}ge===">"&&(h(V,{after:ee})||ne.ignoreMatch());let he;const w=V.input.substring(ee);if(he=w.match(/^\s*=/)){ne.ignoreMatch();return}if((he=w.match(/^\s+extends\s+/))&&he.index===0){ne.ignoreMatch();return}}},v={$pattern:t,keyword:e,literal:n,built_in:a,"variable.language":i},p="[0-9](_?[0-9])*",b=`\\.(${p})`,x="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",S={className:"number",variants:[{begin:`(\\b(${x})((${b})|\\.)?|(${b}))[eE][+-]?(${p})\\b`},{begin:`\\b(${x})\\b((${b})\\b|\\.)?|(${b})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},R={className:"subst",begin:"\\$\\{",end:"\\}",keywords:v,contains:[]},O={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[d.BACKSLASH_ESCAPE,R],subLanguage:"xml"}},D={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[d.BACKSLASH_ESCAPE,R],subLanguage:"css"}},y={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[d.BACKSLASH_ESCAPE,R],subLanguage:"graphql"}},C={className:"string",begin:"`",end:"`",contains:[d.BACKSLASH_ESCAPE,R]},I={className:"comment",variants:[d.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:f+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),d.C_BLOCK_COMMENT_MODE,d.C_LINE_COMMENT_MODE]},B=[d.APOS_STRING_MODE,d.QUOTE_STRING_MODE,O,D,y,C,{match:/\$\d+/},S];R.contains=B.concat({begin:/\{/,end:/\}/,keywords:v,contains:["self"].concat(B)});const J=[].concat(I,R.contains),P=J.concat([{begin:/\(/,end:/\)/,keywords:v,contains:["self"].concat(J)}]),ue={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:v,contains:P},Z={variants:[{match:[/class/,/\s+/,f,/\s+/,/extends/,/\s+/,u.concat(f,"(",u.concat(/\./,f),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,f],scope:{1:"keyword",3:"title.class"}}]},T={relevance:0,match:u.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...s,...o]}},H={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},G={variants:[{match:[/function/,/\s+/,f,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[ue],illegal:/%/},we={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function _e(V){return u.concat("(?!",V.join("|"),")")}const te={match:u.concat(/\b/,_e([...r,"super","import"]),f,u.lookahead(/\(/)),className:"title.function",relevance:0},ke={begin:u.concat(/\./,u.lookahead(u.concat(f,/(?![0-9A-Za-z$_(])/))),end:f,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},Te={match:[/get|set/,/\s+/,f,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},ue]},N="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+d.UNDERSCORE_IDENT_RE+")\\s*=>",Q={match:[/const|var|let/,/\s+/,f,/\s*/,/=\s*/,/(async\s*)?/,u.lookahead(N)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[ue]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:v,exports:{PARAMS_CONTAINS:P,CLASS_REFERENCE:T},illegal:/#(?![$_A-z])/,contains:[d.SHEBANG({label:"shebang",binary:"node",relevance:5}),H,d.APOS_STRING_MODE,d.QUOTE_STRING_MODE,O,D,y,C,I,{match:/\$\d+/},S,T,{className:"attr",begin:f+u.lookahead(":"),relevance:0},Q,{begin:"("+d.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[I,d.REGEXP_MODE,{className:"function",begin:N,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:d.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:v,contains:P}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:g.begin,end:g.end},{match:m},{begin:_.begin,"on:begin":_.isTrulyOpeningTag,end:_.end}],subLanguage:"xml",contains:[{begin:_.begin,end:_.end,skip:!0,contains:["self"]}]}]},G,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+d.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[ue,d.inherit(d.TITLE_MODE,{begin:f,className:"title.function"})]},{match:/\.\.\./,relevance:0},ke,{match:"\\$"+f,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[ue]},te,we,Z,Te,{match:/\$[(.]/}]}}return _a=l,_a}var ba,ih;function nSe(){if(ih)return ba;ih=1;function t(e){const n={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},s={match:/[{}[\],:]/,className:"punctuation",relevance:0},o=["true","false","null"],r={scope:"literal",beginKeywords:o.join(" ")};return{name:"JSON",keywords:{literal:o},contains:[n,s,e.QUOTE_STRING_MODE,r,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}return ba=t,ba}var ya,ah;function sSe(){if(ah)return ya;ah=1;var t="[0-9](_*[0-9])*",e=`\\.(${t})`,n="[0-9a-fA-F](_*[0-9a-fA-F])*",s={className:"number",variants:[{begin:`(\\b(${t})((${e})|\\.)?|(${e}))[eE][+-]?(${t})[fFdD]?\\b`},{begin:`\\b(${t})((${e})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${e})[fFdD]?\\b`},{begin:`\\b(${t})[fFdD]\\b`},{begin:`\\b0[xX]((${n})\\.?|(${n})?\\.(${n}))[pP][+-]?(${t})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${n})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function o(r){const i={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},l={className:"symbol",begin:r.UNDERSCORE_IDENT_RE+"@"},d={className:"subst",begin:/\$\{/,end:/\}/,contains:[r.C_NUMBER_MODE]},u={className:"variable",begin:"\\$"+r.UNDERSCORE_IDENT_RE},h={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[u,d]},{begin:"'",end:"'",illegal:/\n/,contains:[r.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[r.BACKSLASH_ESCAPE,u,d]}]};d.contains.push(h);const f={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+r.UNDERSCORE_IDENT_RE+")?"},g={className:"meta",begin:"@"+r.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[r.inherit(h,{className:"string"}),"self"]}]},m=s,_=r.COMMENT("/\\*","\\*/",{contains:[r.C_BLOCK_COMMENT_MODE]}),v={variants:[{className:"type",begin:r.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},p=v;return p.variants[1].contains=[v],v.variants[1].contains=[p],{name:"Kotlin",aliases:["kt","kts"],keywords:i,contains:[r.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),r.C_LINE_COMMENT_MODE,_,a,l,f,g,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:i,relevance:5,contains:[{begin:r.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[r.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:i,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[v,r.C_LINE_COMMENT_MODE,_],relevance:0},r.C_LINE_COMMENT_MODE,_,f,g,h,r.C_NUMBER_MODE]},_]},{begin:[/class|interface|trait/,/\s+/,r.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},r.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},f,g]},h,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:` +`})))});function Bu(t,e,n,s){var o=t,r=s;if(n&&Object.prototype.hasOwnProperty.call(e,o))throw new Error("User defined `id` attribute `"+t+"` is not unique. Please fix it in your Markdown to continue.");for(;Object.prototype.hasOwnProperty.call(e,o);)o=t+"-"+r,r+=1;return e[o]=!0,o}function bs(t,e){e=Object.assign({},bs.defaults,e),t.core.ruler.push("anchor",function(n){for(var s,o={},r=n.tokens,i=Array.isArray(e.level)?(s=e.level,function(h){return s.includes(h)}):function(h){return function(f){return f>=h}}(e.level),a=0;af.match(h))}n.tabindex==!0&&(o.tokens[i-1].attrPush(["tabindex",r]),r++),n.lazyLoading==!0&&u.attrPush(["loading","lazy"])}}}e.core.ruler.before("linkify","implicit_figures",s)};const WAe=cs(KAe);function Ag(t){return t instanceof Map?t.clear=t.delete=t.set=function(){throw new Error("map is read-only")}:t instanceof Set&&(t.add=t.clear=t.delete=function(){throw new Error("set is read-only")}),Object.freeze(t),Object.getOwnPropertyNames(t).forEach(e=>{const n=t[e],s=typeof n;(s==="object"||s==="function")&&!Object.isFrozen(n)&&Ag(n)}),t}class $u{constructor(e){e.data===void 0&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function Sg(t){return t.replace(/&/g,"&").replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}function Mn(t,...e){const n=Object.create(null);for(const s in t)n[s]=t[s];return e.forEach(function(s){for(const o in s)n[o]=s[o]}),n}const ZAe="",zu=t=>!!t.scope,YAe=(t,{prefix:e})=>{if(t.startsWith("language:"))return t.replace("language:","language-");if(t.includes(".")){const n=t.split(".");return[`${e}${n.shift()}`,...n.map((s,o)=>`${s}${"_".repeat(o+1)}`)].join(" ")}return`${e}${t}`};class JAe{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(this)}addText(e){this.buffer+=Sg(e)}openNode(e){if(!zu(e))return;const n=YAe(e.scope,{prefix:this.classPrefix});this.span(n)}closeNode(e){zu(e)&&(this.buffer+=ZAe)}value(){return this.buffer}span(e){this.buffer+=``}}const ju=(t={})=>{const e={children:[]};return Object.assign(e,t),e};class _c{constructor(){this.rootNode=ju(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){const n=ju({scope:e});this.add(n),this.stack.push(n)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,n){return typeof n=="string"?e.addText(n):n.children&&(e.openNode(n),n.children.forEach(s=>this._walk(e,s)),e.closeNode(n)),e}static _collapse(e){typeof e!="string"&&e.children&&(e.children.every(n=>typeof n=="string")?e.children=[e.children.join("")]:e.children.forEach(n=>{_c._collapse(n)}))}}class QAe extends _c{constructor(e){super(),this.options=e}addText(e){e!==""&&this.add(e)}startScope(e){this.openNode(e)}endScope(){this.closeNode()}__addSublanguage(e,n){const s=e.root;n&&(s.scope=`language:${n}`),this.add(s)}toHTML(){return new JAe(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function No(t){return t?typeof t=="string"?t:t.source:null}function Tg(t){return ds("(?=",t,")")}function XAe(t){return ds("(?:",t,")*")}function e7e(t){return ds("(?:",t,")?")}function ds(...t){return t.map(n=>No(n)).join("")}function t7e(t){const e=t[t.length-1];return typeof e=="object"&&e.constructor===Object?(t.splice(t.length-1,1),e):{}}function bc(...t){return"("+(t7e(t).capture?"":"?:")+t.map(s=>No(s)).join("|")+")"}function Mg(t){return new RegExp(t.toString()+"|").exec("").length-1}function n7e(t,e){const n=t&&t.exec(e);return n&&n.index===0}const s7e=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function yc(t,{joinWith:e}){let n=0;return t.map(s=>{n+=1;const o=n;let r=No(s),i="";for(;r.length>0;){const a=s7e.exec(r);if(!a){i+=r;break}i+=r.substring(0,a.index),r=r.substring(a.index+a[0].length),a[0][0]==="\\"&&a[1]?i+="\\"+String(Number(a[1])+o):(i+=a[0],a[0]==="("&&n++)}return i}).map(s=>`(${s})`).join(e)}const o7e=/\b\B/,Og="[a-zA-Z]\\w*",vc="[a-zA-Z_]\\w*",Rg="\\b\\d+(\\.\\d+)?",Ng="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",Dg="\\b(0b[01]+)",r7e="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",i7e=(t={})=>{const e=/^#![ ]*\//;return t.binary&&(t.begin=ds(e,/.*\b/,t.binary,/\b.*/)),Mn({scope:"meta",begin:e,end:/$/,relevance:0,"on:begin":(n,s)=>{n.index!==0&&s.ignoreMatch()}},t)},Do={begin:"\\\\[\\s\\S]",relevance:0},a7e={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[Do]},l7e={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[Do]},c7e={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},wi=function(t,e,n={}){const s=Mn({scope:"comment",begin:t,end:e,contains:[]},n);s.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const o=bc("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return s.contains.push({begin:ds(/[ ]+/,"(",o,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),s},d7e=wi("//","$"),u7e=wi("/\\*","\\*/"),h7e=wi("#","$"),f7e={scope:"number",begin:Rg,relevance:0},p7e={scope:"number",begin:Ng,relevance:0},g7e={scope:"number",begin:Dg,relevance:0},m7e={begin:/(?=\/[^/\n]*\/)/,contains:[{scope:"regexp",begin:/\//,end:/\/[gimuy]*/,illegal:/\n/,contains:[Do,{begin:/\[/,end:/\]/,relevance:0,contains:[Do]}]}]},_7e={scope:"title",begin:Og,relevance:0},b7e={scope:"title",begin:vc,relevance:0},y7e={begin:"\\.\\s*"+vc,relevance:0},v7e=function(t){return Object.assign(t,{"on:begin":(e,n)=>{n.data._beginMatch=e[1]},"on:end":(e,n)=>{n.data._beginMatch!==e[1]&&n.ignoreMatch()}})};var tr=Object.freeze({__proto__:null,MATCH_NOTHING_RE:o7e,IDENT_RE:Og,UNDERSCORE_IDENT_RE:vc,NUMBER_RE:Rg,C_NUMBER_RE:Ng,BINARY_NUMBER_RE:Dg,RE_STARTERS_RE:r7e,SHEBANG:i7e,BACKSLASH_ESCAPE:Do,APOS_STRING_MODE:a7e,QUOTE_STRING_MODE:l7e,PHRASAL_WORDS_MODE:c7e,COMMENT:wi,C_LINE_COMMENT_MODE:d7e,C_BLOCK_COMMENT_MODE:u7e,HASH_COMMENT_MODE:h7e,NUMBER_MODE:f7e,C_NUMBER_MODE:p7e,BINARY_NUMBER_MODE:g7e,REGEXP_MODE:m7e,TITLE_MODE:_7e,UNDERSCORE_TITLE_MODE:b7e,METHOD_GUARD:y7e,END_SAME_AS_BEGIN:v7e});function w7e(t,e){t.input[t.index-1]==="."&&e.ignoreMatch()}function x7e(t,e){t.className!==void 0&&(t.scope=t.className,delete t.className)}function k7e(t,e){e&&t.beginKeywords&&(t.begin="\\b("+t.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",t.__beforeBegin=w7e,t.keywords=t.keywords||t.beginKeywords,delete t.beginKeywords,t.relevance===void 0&&(t.relevance=0))}function E7e(t,e){Array.isArray(t.illegal)&&(t.illegal=bc(...t.illegal))}function C7e(t,e){if(t.match){if(t.begin||t.end)throw new Error("begin & end are not supported with match");t.begin=t.match,delete t.match}}function A7e(t,e){t.relevance===void 0&&(t.relevance=1)}const S7e=(t,e)=>{if(!t.beforeMatch)return;if(t.starts)throw new Error("beforeMatch cannot be used with starts");const n=Object.assign({},t);Object.keys(t).forEach(s=>{delete t[s]}),t.keywords=n.keywords,t.begin=ds(n.beforeMatch,Tg(n.begin)),t.starts={relevance:0,contains:[Object.assign(n,{endsParent:!0})]},t.relevance=0,delete n.beforeMatch},T7e=["of","and","for","in","not","or","if","then","parent","list","value"],M7e="keyword";function Lg(t,e,n=M7e){const s=Object.create(null);return typeof t=="string"?o(n,t.split(" ")):Array.isArray(t)?o(n,t):Object.keys(t).forEach(function(r){Object.assign(s,Lg(t[r],e,r))}),s;function o(r,i){e&&(i=i.map(a=>a.toLowerCase())),i.forEach(function(a){const l=a.split("|");s[l[0]]=[r,O7e(l[0],l[1])]})}}function O7e(t,e){return e?Number(e):R7e(t)?0:1}function R7e(t){return T7e.includes(t.toLowerCase())}const Uu={},Xn=t=>{console.error(t)},qu=(t,...e)=>{console.log(`WARN: ${t}`,...e)},gs=(t,e)=>{Uu[`${t}/${e}`]||(console.log(`Deprecated as of ${t}. ${e}`),Uu[`${t}/${e}`]=!0)},Dr=new Error;function Ig(t,e,{key:n}){let s=0;const o=t[n],r={},i={};for(let a=1;a<=e.length;a++)i[a+s]=o[a],r[a+s]=!0,s+=Mg(e[a-1]);t[n]=i,t[n]._emit=r,t[n]._multi=!0}function N7e(t){if(Array.isArray(t.begin)){if(t.skip||t.excludeBegin||t.returnBegin)throw Xn("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),Dr;if(typeof t.beginScope!="object"||t.beginScope===null)throw Xn("beginScope must be object"),Dr;Ig(t,t.begin,{key:"beginScope"}),t.begin=yc(t.begin,{joinWith:""})}}function D7e(t){if(Array.isArray(t.end)){if(t.skip||t.excludeEnd||t.returnEnd)throw Xn("skip, excludeEnd, returnEnd not compatible with endScope: {}"),Dr;if(typeof t.endScope!="object"||t.endScope===null)throw Xn("endScope must be object"),Dr;Ig(t,t.end,{key:"endScope"}),t.end=yc(t.end,{joinWith:""})}}function L7e(t){t.scope&&typeof t.scope=="object"&&t.scope!==null&&(t.beginScope=t.scope,delete t.scope)}function I7e(t){L7e(t),typeof t.beginScope=="string"&&(t.beginScope={_wrap:t.beginScope}),typeof t.endScope=="string"&&(t.endScope={_wrap:t.endScope}),N7e(t),D7e(t)}function P7e(t){function e(i,a){return new RegExp(No(i),"m"+(t.case_insensitive?"i":"")+(t.unicodeRegex?"u":"")+(a?"g":""))}class n{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(a,l){l.position=this.position++,this.matchIndexes[this.matchAt]=l,this.regexes.push([l,a]),this.matchAt+=Mg(a)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const a=this.regexes.map(l=>l[1]);this.matcherRe=e(yc(a,{joinWith:"|"}),!0),this.lastIndex=0}exec(a){this.matcherRe.lastIndex=this.lastIndex;const l=this.matcherRe.exec(a);if(!l)return null;const d=l.findIndex((h,f)=>f>0&&h!==void 0),u=this.matchIndexes[d];return l.splice(0,d),Object.assign(l,u)}}class s{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(a){if(this.multiRegexes[a])return this.multiRegexes[a];const l=new n;return this.rules.slice(a).forEach(([d,u])=>l.addRule(d,u)),l.compile(),this.multiRegexes[a]=l,l}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(a,l){this.rules.push([a,l]),l.type==="begin"&&this.count++}exec(a){const l=this.getMatcher(this.regexIndex);l.lastIndex=this.lastIndex;let d=l.exec(a);if(this.resumingScanAtSamePosition()&&!(d&&d.index===this.lastIndex)){const u=this.getMatcher(0);u.lastIndex=this.lastIndex+1,d=u.exec(a)}return d&&(this.regexIndex+=d.position+1,this.regexIndex===this.count&&this.considerAll()),d}}function o(i){const a=new s;return i.contains.forEach(l=>a.addRule(l.begin,{rule:l,type:"begin"})),i.terminatorEnd&&a.addRule(i.terminatorEnd,{type:"end"}),i.illegal&&a.addRule(i.illegal,{type:"illegal"}),a}function r(i,a){const l=i;if(i.isCompiled)return l;[x7e,C7e,I7e,S7e].forEach(u=>u(i,a)),t.compilerExtensions.forEach(u=>u(i,a)),i.__beforeBegin=null,[k7e,E7e,A7e].forEach(u=>u(i,a)),i.isCompiled=!0;let d=null;return typeof i.keywords=="object"&&i.keywords.$pattern&&(i.keywords=Object.assign({},i.keywords),d=i.keywords.$pattern,delete i.keywords.$pattern),d=d||/\w+/,i.keywords&&(i.keywords=Lg(i.keywords,t.case_insensitive)),l.keywordPatternRe=e(d,!0),a&&(i.begin||(i.begin=/\B|\b/),l.beginRe=e(l.begin),!i.end&&!i.endsWithParent&&(i.end=/\B|\b/),i.end&&(l.endRe=e(l.end)),l.terminatorEnd=No(l.end)||"",i.endsWithParent&&a.terminatorEnd&&(l.terminatorEnd+=(i.end?"|":"")+a.terminatorEnd)),i.illegal&&(l.illegalRe=e(i.illegal)),i.contains||(i.contains=[]),i.contains=[].concat(...i.contains.map(function(u){return F7e(u==="self"?i:u)})),i.contains.forEach(function(u){r(u,l)}),i.starts&&r(i.starts,a),l.matcher=o(l),l}if(t.compilerExtensions||(t.compilerExtensions=[]),t.contains&&t.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return t.classNameAliases=Mn(t.classNameAliases||{}),r(t)}function Pg(t){return t?t.endsWithParent||Pg(t.starts):!1}function F7e(t){return t.variants&&!t.cachedVariants&&(t.cachedVariants=t.variants.map(function(e){return Mn(t,{variants:null},e)})),t.cachedVariants?t.cachedVariants:Pg(t)?Mn(t,{starts:t.starts?Mn(t.starts):null}):Object.isFrozen(t)?Mn(t):t}var B7e="11.8.0";class $7e extends Error{constructor(e,n){super(e),this.name="HTMLInjectionError",this.html=n}}const sa=Sg,Hu=Mn,Vu=Symbol("nomatch"),z7e=7,Fg=function(t){const e=Object.create(null),n=Object.create(null),s=[];let o=!0;const r="Could not find the language '{}', did you forget to load/include a language module?",i={disableAutodetect:!0,name:"Plain text",contains:[]};let a={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:QAe};function l(T){return a.noHighlightRe.test(T)}function d(T){let H=T.className+" ";H+=T.parentNode?T.parentNode.className:"";const G=a.languageDetectRe.exec(H);if(G){const we=C(G[1]);return we||(qu(r.replace("{}",G[1])),qu("Falling back to no-highlight mode for this block.",T)),we?G[1]:"no-highlight"}return H.split(/\s+/).find(we=>l(we)||C(we))}function u(T,H,G){let we="",_e="";typeof H=="object"?(we=T,G=H.ignoreIllegals,_e=H.language):(gs("10.7.0","highlight(lang, code, ...args) has been deprecated."),gs("10.7.0",`Please use highlight(code, options) instead. +https://github.com/highlightjs/highlight.js/issues/2277`),_e=T,we=H),G===void 0&&(G=!0);const te={code:we,language:_e};ue("before:highlight",te);const ke=te.result?te.result:h(te.language,te.code,G);return ke.code=te.code,ue("after:highlight",ke),ke}function h(T,H,G,we){const _e=Object.create(null);function te(W,ie){return W.keywords[ie]}function ke(){if(!j.keywords){q.addText(Y);return}let W=0;j.keywordPatternRe.lastIndex=0;let ie=j.keywordPatternRe.exec(Y),me="";for(;ie;){me+=Y.substring(W,ie.index);const Me=z.case_insensitive?ie[0].toLowerCase():ie[0],$e=te(j,Me);if($e){const[We,Pe]=$e;if(q.addText(me),me="",_e[Me]=(_e[Me]||0)+1,_e[Me]<=z7e&&(ce+=Pe),We.startsWith("_"))me+=ie[0];else{const tt=z.classNameAliases[We]||We;Q(ie[0],tt)}}else me+=ie[0];W=j.keywordPatternRe.lastIndex,ie=j.keywordPatternRe.exec(Y)}me+=Y.substring(W),q.addText(me)}function Te(){if(Y==="")return;let W=null;if(typeof j.subLanguage=="string"){if(!e[j.subLanguage]){q.addText(Y);return}W=h(j.subLanguage,Y,!0,re[j.subLanguage]),re[j.subLanguage]=W._top}else W=g(Y,j.subLanguage.length?j.subLanguage:null);j.relevance>0&&(ce+=W.relevance),q.__addSublanguage(W._emitter,W.language)}function N(){j.subLanguage!=null?Te():ke(),Y=""}function Q(W,ie){W!==""&&(q.startScope(ie),q.addText(W),q.endScope())}function V(W,ie){let me=1;const Me=ie.length-1;for(;me<=Me;){if(!W._emit[me]){me++;continue}const $e=z.classNameAliases[W[me]]||W[me],We=ie[me];$e?Q(We,$e):(Y=We,ke(),Y=""),me++}}function ne(W,ie){return W.scope&&typeof W.scope=="string"&&q.openNode(z.classNameAliases[W.scope]||W.scope),W.beginScope&&(W.beginScope._wrap?(Q(Y,z.classNameAliases[W.beginScope._wrap]||W.beginScope._wrap),Y=""):W.beginScope._multi&&(V(W.beginScope,ie),Y="")),j=Object.create(W,{parent:{value:j}}),j}function ee(W,ie,me){let Me=n7e(W.endRe,me);if(Me){if(W["on:end"]){const $e=new $u(W);W["on:end"](ie,$e),$e.isMatchIgnored&&(Me=!1)}if(Me){for(;W.endsParent&&W.parent;)W=W.parent;return W}}if(W.endsWithParent)return ee(W.parent,ie,me)}function ge(W){return j.matcher.regexIndex===0?(Y+=W[0],1):(Ae=!0,0)}function he(W){const ie=W[0],me=W.rule,Me=new $u(me),$e=[me.__beforeBegin,me["on:begin"]];for(const We of $e)if(We&&(We(W,Me),Me.isMatchIgnored))return ge(ie);return me.skip?Y+=ie:(me.excludeBegin&&(Y+=ie),N(),!me.returnBegin&&!me.excludeBegin&&(Y=ie)),ne(me,W),me.returnBegin?0:ie.length}function w(W){const ie=W[0],me=H.substring(W.index),Me=ee(j,W,me);if(!Me)return Vu;const $e=j;j.endScope&&j.endScope._wrap?(N(),Q(ie,j.endScope._wrap)):j.endScope&&j.endScope._multi?(N(),V(j.endScope,W)):$e.skip?Y+=ie:($e.returnEnd||$e.excludeEnd||(Y+=ie),N(),$e.excludeEnd&&(Y=ie));do j.scope&&q.closeNode(),!j.skip&&!j.subLanguage&&(ce+=j.relevance),j=j.parent;while(j!==Me.parent);return Me.starts&&ne(Me.starts,W),$e.returnEnd?0:ie.length}function A(){const W=[];for(let ie=j;ie!==z;ie=ie.parent)ie.scope&&W.unshift(ie.scope);W.forEach(ie=>q.openNode(ie))}let F={};function $(W,ie){const me=ie&&ie[0];if(Y+=W,me==null)return N(),0;if(F.type==="begin"&&ie.type==="end"&&F.index===ie.index&&me===""){if(Y+=H.slice(ie.index,ie.index+1),!o){const Me=new Error(`0 width match regex (${T})`);throw Me.languageName=T,Me.badRule=F.rule,Me}return 1}if(F=ie,ie.type==="begin")return he(ie);if(ie.type==="illegal"&&!G){const Me=new Error('Illegal lexeme "'+me+'" for mode "'+(j.scope||"")+'"');throw Me.mode=j,Me}else if(ie.type==="end"){const Me=w(ie);if(Me!==Vu)return Me}if(ie.type==="illegal"&&me==="")return 1;if(fe>1e5&&fe>ie.index*3)throw new Error("potential infinite loop, way more iterations than matches");return Y+=me,me.length}const z=C(T);if(!z)throw Xn(r.replace("{}",T)),new Error('Unknown language: "'+T+'"');const oe=P7e(z);let le="",j=we||oe;const re={},q=new a.__emitter(a);A();let Y="",ce=0,pe=0,fe=0,Ae=!1;try{if(z.__emitTokens)z.__emitTokens(H,q);else{for(j.matcher.considerAll();;){fe++,Ae?Ae=!1:j.matcher.considerAll(),j.matcher.lastIndex=pe;const W=j.matcher.exec(H);if(!W)break;const ie=H.substring(pe,W.index),me=$(ie,W);pe=W.index+me}$(H.substring(pe))}return q.finalize(),le=q.toHTML(),{language:T,value:le,relevance:ce,illegal:!1,_emitter:q,_top:j}}catch(W){if(W.message&&W.message.includes("Illegal"))return{language:T,value:sa(H),illegal:!0,relevance:0,_illegalBy:{message:W.message,index:pe,context:H.slice(pe-100,pe+100),mode:W.mode,resultSoFar:le},_emitter:q};if(o)return{language:T,value:sa(H),illegal:!1,relevance:0,errorRaised:W,_emitter:q,_top:j};throw W}}function f(T){const H={value:sa(T),illegal:!1,relevance:0,_top:i,_emitter:new a.__emitter(a)};return H._emitter.addText(T),H}function g(T,H){H=H||a.languages||Object.keys(e);const G=f(T),we=H.filter(C).filter(I).map(N=>h(N,T,!1));we.unshift(G);const _e=we.sort((N,Q)=>{if(N.relevance!==Q.relevance)return Q.relevance-N.relevance;if(N.language&&Q.language){if(C(N.language).supersetOf===Q.language)return 1;if(C(Q.language).supersetOf===N.language)return-1}return 0}),[te,ke]=_e,Te=te;return Te.secondBest=ke,Te}function m(T,H,G){const we=H&&n[H]||G;T.classList.add("hljs"),T.classList.add(`language-${we}`)}function _(T){let H=null;const G=d(T);if(l(G))return;if(ue("before:highlightElement",{el:T,language:G}),T.children.length>0&&(a.ignoreUnescapedHTML||(console.warn("One of your code blocks includes unescaped HTML. This is a potentially serious security risk."),console.warn("https://github.com/highlightjs/highlight.js/wiki/security"),console.warn("The element with unescaped HTML:"),console.warn(T)),a.throwUnescapedHTML))throw new $7e("One of your code blocks includes unescaped HTML.",T.innerHTML);H=T;const we=H.textContent,_e=G?u(we,{language:G,ignoreIllegals:!0}):g(we);T.innerHTML=_e.value,m(T,G,_e.language),T.result={language:_e.language,re:_e.relevance,relevance:_e.relevance},_e.secondBest&&(T.secondBest={language:_e.secondBest.language,relevance:_e.secondBest.relevance}),ue("after:highlightElement",{el:T,result:_e,text:we})}function v(T){a=Hu(a,T)}const p=()=>{S(),gs("10.6.0","initHighlighting() deprecated. Use highlightAll() now.")};function b(){S(),gs("10.6.0","initHighlightingOnLoad() deprecated. Use highlightAll() now.")}let x=!1;function S(){if(document.readyState==="loading"){x=!0;return}document.querySelectorAll(a.cssSelector).forEach(_)}function R(){x&&S()}typeof window<"u"&&window.addEventListener&&window.addEventListener("DOMContentLoaded",R,!1);function O(T,H){let G=null;try{G=H(t)}catch(we){if(Xn("Language definition for '{}' could not be registered.".replace("{}",T)),o)Xn(we);else throw we;G=i}G.name||(G.name=T),e[T]=G,G.rawDefinition=H.bind(null,t),G.aliases&&M(G.aliases,{languageName:T})}function D(T){delete e[T];for(const H of Object.keys(n))n[H]===T&&delete n[H]}function y(){return Object.keys(e)}function C(T){return T=(T||"").toLowerCase(),e[T]||e[n[T]]}function M(T,{languageName:H}){typeof T=="string"&&(T=[T]),T.forEach(G=>{n[G.toLowerCase()]=H})}function I(T){const H=C(T);return H&&!H.disableAutodetect}function B(T){T["before:highlightBlock"]&&!T["before:highlightElement"]&&(T["before:highlightElement"]=H=>{T["before:highlightBlock"](Object.assign({block:H.el},H))}),T["after:highlightBlock"]&&!T["after:highlightElement"]&&(T["after:highlightElement"]=H=>{T["after:highlightBlock"](Object.assign({block:H.el},H))})}function J(T){B(T),s.push(T)}function P(T){const H=s.indexOf(T);H!==-1&&s.splice(H,1)}function ue(T,H){const G=T;s.forEach(function(we){we[G]&&we[G](H)})}function Z(T){return gs("10.7.0","highlightBlock will be removed entirely in v12.0"),gs("10.7.0","Please use highlightElement now."),_(T)}Object.assign(t,{highlight:u,highlightAuto:g,highlightAll:S,highlightElement:_,highlightBlock:Z,configure:v,initHighlighting:p,initHighlightingOnLoad:b,registerLanguage:O,unregisterLanguage:D,listLanguages:y,getLanguage:C,registerAliases:M,autoDetection:I,inherit:Hu,addPlugin:J,removePlugin:P}),t.debugMode=function(){o=!1},t.safeMode=function(){o=!0},t.versionString=B7e,t.regex={concat:ds,lookahead:Tg,either:bc,optional:e7e,anyNumberOfTimes:XAe};for(const T in tr)typeof tr[T]=="object"&&Ag(tr[T]);return Object.assign(t,tr),t},Ps=Fg({});Ps.newInstance=()=>Fg({});var j7e=Ps;Ps.HighlightJS=Ps;Ps.default=Ps;var oa,Gu;function U7e(){if(Gu)return oa;Gu=1;function t(e){const n=e.regex,s=n.concat(/[\p{L}_]/u,n.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),o=/[\p{L}0-9._:-]+/u,r={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},i={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},a=e.inherit(i,{begin:/\(/,end:/\)/}),l=e.inherit(e.APOS_STRING_MODE,{className:"string"}),d=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),u={endsWithParent:!0,illegal:/`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin://,relevance:10,contains:[i,d,l,a,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin://,contains:[i,a,d,l]}]}]},e.COMMENT(//,{relevance:10}),{begin://,relevance:10},r,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[d]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/)/,end:/>/,keywords:{name:"style"},contains:[u],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/)/,end:/>/,keywords:{name:"script"},contains:[u],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:n.concat(//,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:s,relevance:0,starts:u}]},{className:"tag",begin:n.concat(/<\//,n.lookahead(n.concat(s,/>/))),contains:[{className:"name",begin:s,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}return oa=t,oa}var ra,Ku;function q7e(){if(Ku)return ra;Ku=1;function t(e){const n=e.regex,s={},o={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[s]}]};Object.assign(s,{className:"variable",variants:[{begin:n.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},o]});const r={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},i={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},a={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,r]};r.contains.push(a);const l={className:"",begin:/\\"/},d={className:"string",begin:/'/,end:/'/},u={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,s]},h=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],f=e.SHEBANG({binary:`(${h.join("|")})`,relevance:10}),g={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},m=["if","then","else","elif","fi","for","while","until","in","do","done","case","esac","function","select"],_=["true","false"],v={match:/(\/[a-z._-]+)+/},p=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],b=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","type","typeset","ulimit","unalias"],x=["autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp"],S=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:m,literal:_,built_in:[...p,...b,"set","shopt",...x,...S]},contains:[f,e.SHEBANG(),g,u,e.HASH_COMMENT_MODE,i,v,a,l,d,s]}}return ra=t,ra}var ia,Wu;function H7e(){if(Wu)return ia;Wu=1;function t(e){const n=e.regex,s=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),o="decltype\\(auto\\)",r="[a-zA-Z_]\\w*::",i="<[^<>]+>",a="("+o+"|"+n.optional(r)+"[a-zA-Z_]\\w*"+n.optional(i)+")",l={className:"type",variants:[{begin:"\\b[a-z\\d_]*_t\\b"},{match:/\batomic_[a-z]{3,6}\b/}]},d="\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)",u={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+d+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},h={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},f={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(u,{className:"string"}),{className:"string",begin:/<.*?>/},s,e.C_BLOCK_COMMENT_MODE]},g={className:"title",begin:n.optional(r)+e.IDENT_RE,relevance:0},m=n.optional(r)+e.IDENT_RE+"\\s*\\(",p={keyword:["asm","auto","break","case","continue","default","do","else","enum","extern","for","fortran","goto","if","inline","register","restrict","return","sizeof","struct","switch","typedef","union","volatile","while","_Alignas","_Alignof","_Atomic","_Generic","_Noreturn","_Static_assert","_Thread_local","alignas","alignof","noreturn","static_assert","thread_local","_Pragma"],type:["float","double","signed","unsigned","int","short","long","char","void","_Bool","_Complex","_Imaginary","_Decimal32","_Decimal64","_Decimal128","const","static","complex","bool","imaginary"],literal:"true false NULL",built_in:"std string wstring cin cout cerr clog stdin stdout stderr stringstream istringstream ostringstream auto_ptr deque list queue stack vector map set pair bitset multiset multimap unordered_set unordered_map unordered_multiset unordered_multimap priority_queue make_pair array shared_ptr abort terminate abs acos asin atan2 atan calloc ceil cosh cos exit exp fabs floor fmod fprintf fputs free frexp fscanf future isalnum isalpha iscntrl isdigit isgraph islower isprint ispunct isspace isupper isxdigit tolower toupper labs ldexp log10 log malloc realloc memchr memcmp memcpy memset modf pow printf putchar puts scanf sinh sin snprintf sprintf sqrt sscanf strcat strchr strcmp strcpy strcspn strlen strncat strncmp strncpy strpbrk strrchr strspn strstr tanh tan vfprintf vprintf vsprintf endl initializer_list unique_ptr"},b=[f,l,s,e.C_BLOCK_COMMENT_MODE,h,u],x={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:p,contains:b.concat([{begin:/\(/,end:/\)/,keywords:p,contains:b.concat(["self"]),relevance:0}]),relevance:0},S={begin:"("+a+"[\\*&\\s]+)+"+m,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:p,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:o,keywords:p,relevance:0},{begin:m,returnBegin:!0,contains:[e.inherit(g,{className:"title.function"})],relevance:0},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:p,relevance:0,contains:[s,e.C_BLOCK_COMMENT_MODE,u,h,l,{begin:/\(/,end:/\)/,keywords:p,relevance:0,contains:["self",s,e.C_BLOCK_COMMENT_MODE,u,h,l]}]},l,s,e.C_BLOCK_COMMENT_MODE,f]};return{name:"C",aliases:["h"],keywords:p,disableAutodetect:!0,illegal:"=]/,contains:[{beginKeywords:"final class struct"},e.TITLE_MODE]}]),exports:{preprocessor:f,strings:u,keywords:p}}}return ia=t,ia}var aa,Zu;function V7e(){if(Zu)return aa;Zu=1;function t(e){const n=e.regex,s=e.COMMENT("//","$",{contains:[{begin:/\\\n/}]}),o="decltype\\(auto\\)",r="[a-zA-Z_]\\w*::",i="<[^<>]+>",a="(?!struct)("+o+"|"+n.optional(r)+"[a-zA-Z_]\\w*"+n.optional(i)+")",l={className:"type",begin:"\\b[a-z\\d_]*_t\\b"},d="\\\\(x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4,8}|[0-7]{3}|\\S)",u={className:"string",variants:[{begin:'(u8?|U|L)?"',end:'"',illegal:"\\n",contains:[e.BACKSLASH_ESCAPE]},{begin:"(u8?|U|L)?'("+d+"|.)",end:"'",illegal:"."},e.END_SAME_AS_BEGIN({begin:/(?:u8?|U|L)?R"([^()\\ ]{0,16})\(/,end:/\)([^()\\ ]{0,16})"/})]},h={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)((ll|LL|l|L)(u|U)?|(u|U)(ll|LL|l|L)?|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},f={className:"meta",begin:/#\s*[a-z]+\b/,end:/$/,keywords:{keyword:"if else elif endif define undef warning error line pragma _Pragma ifdef ifndef include"},contains:[{begin:/\\\n/,relevance:0},e.inherit(u,{className:"string"}),{className:"string",begin:/<.*?>/},s,e.C_BLOCK_COMMENT_MODE]},g={className:"title",begin:n.optional(r)+e.IDENT_RE,relevance:0},m=n.optional(r)+e.IDENT_RE+"\\s*\\(",_=["alignas","alignof","and","and_eq","asm","atomic_cancel","atomic_commit","atomic_noexcept","auto","bitand","bitor","break","case","catch","class","co_await","co_return","co_yield","compl","concept","const_cast|10","consteval","constexpr","constinit","continue","decltype","default","delete","do","dynamic_cast|10","else","enum","explicit","export","extern","false","final","for","friend","goto","if","import","inline","module","mutable","namespace","new","noexcept","not","not_eq","nullptr","operator","or","or_eq","override","private","protected","public","reflexpr","register","reinterpret_cast|10","requires","return","sizeof","static_assert","static_cast|10","struct","switch","synchronized","template","this","thread_local","throw","transaction_safe","transaction_safe_dynamic","true","try","typedef","typeid","typename","union","using","virtual","volatile","while","xor","xor_eq"],v=["bool","char","char16_t","char32_t","char8_t","double","float","int","long","short","void","wchar_t","unsigned","signed","const","static"],p=["any","auto_ptr","barrier","binary_semaphore","bitset","complex","condition_variable","condition_variable_any","counting_semaphore","deque","false_type","future","imaginary","initializer_list","istringstream","jthread","latch","lock_guard","multimap","multiset","mutex","optional","ostringstream","packaged_task","pair","promise","priority_queue","queue","recursive_mutex","recursive_timed_mutex","scoped_lock","set","shared_future","shared_lock","shared_mutex","shared_timed_mutex","shared_ptr","stack","string_view","stringstream","timed_mutex","thread","true_type","tuple","unique_lock","unique_ptr","unordered_map","unordered_multimap","unordered_multiset","unordered_set","variant","vector","weak_ptr","wstring","wstring_view"],b=["abort","abs","acos","apply","as_const","asin","atan","atan2","calloc","ceil","cerr","cin","clog","cos","cosh","cout","declval","endl","exchange","exit","exp","fabs","floor","fmod","forward","fprintf","fputs","free","frexp","fscanf","future","invoke","isalnum","isalpha","iscntrl","isdigit","isgraph","islower","isprint","ispunct","isspace","isupper","isxdigit","labs","launder","ldexp","log","log10","make_pair","make_shared","make_shared_for_overwrite","make_tuple","make_unique","malloc","memchr","memcmp","memcpy","memset","modf","move","pow","printf","putchar","puts","realloc","scanf","sin","sinh","snprintf","sprintf","sqrt","sscanf","std","stderr","stdin","stdout","strcat","strchr","strcmp","strcpy","strcspn","strlen","strncat","strncmp","strncpy","strpbrk","strrchr","strspn","strstr","swap","tan","tanh","terminate","to_underlying","tolower","toupper","vfprintf","visit","vprintf","vsprintf"],R={type:v,keyword:_,literal:["NULL","false","nullopt","nullptr","true"],built_in:["_Pragma"],_type_hints:p},O={className:"function.dispatch",relevance:0,keywords:{_hint:b},begin:n.concat(/\b/,/(?!decltype)/,/(?!if)/,/(?!for)/,/(?!switch)/,/(?!while)/,e.IDENT_RE,n.lookahead(/(<[^<>]+>|)\s*\(/))},D=[O,f,l,s,e.C_BLOCK_COMMENT_MODE,h,u],y={variants:[{begin:/=/,end:/;/},{begin:/\(/,end:/\)/},{beginKeywords:"new throw return else",end:/;/}],keywords:R,contains:D.concat([{begin:/\(/,end:/\)/,keywords:R,contains:D.concat(["self"]),relevance:0}]),relevance:0},C={className:"function",begin:"("+a+"[\\*&\\s]+)+"+m,returnBegin:!0,end:/[{;=]/,excludeEnd:!0,keywords:R,illegal:/[^\w\s\*&:<>.]/,contains:[{begin:o,keywords:R,relevance:0},{begin:m,returnBegin:!0,contains:[g],relevance:0},{begin:/::/,relevance:0},{begin:/:/,endsWithParent:!0,contains:[u,h]},{relevance:0,match:/,/},{className:"params",begin:/\(/,end:/\)/,keywords:R,relevance:0,contains:[s,e.C_BLOCK_COMMENT_MODE,u,h,l,{begin:/\(/,end:/\)/,keywords:R,relevance:0,contains:["self",s,e.C_BLOCK_COMMENT_MODE,u,h,l]}]},l,s,e.C_BLOCK_COMMENT_MODE,f]};return{name:"C++",aliases:["cc","c++","h++","hpp","hh","hxx","cxx"],keywords:R,illegal:"",keywords:R,contains:["self",l]},{begin:e.IDENT_RE+"::",keywords:R},{match:[/\b(?:enum(?:\s+(?:class|struct))?|class|struct|union)/,/\s+/,/\w+/],className:{1:"keyword",3:"title.class"}}])}}return aa=t,aa}var la,Yu;function G7e(){if(Yu)return la;Yu=1;function t(e){const n=["bool","byte","char","decimal","delegate","double","dynamic","enum","float","int","long","nint","nuint","object","sbyte","short","string","ulong","uint","ushort"],s=["public","private","protected","static","internal","protected","abstract","async","extern","override","unsafe","virtual","new","sealed","partial"],o=["default","false","null","true"],r=["abstract","as","base","break","case","catch","class","const","continue","do","else","event","explicit","extern","finally","fixed","for","foreach","goto","if","implicit","in","interface","internal","is","lock","namespace","new","operator","out","override","params","private","protected","public","readonly","record","ref","return","scoped","sealed","sizeof","stackalloc","static","struct","switch","this","throw","try","typeof","unchecked","unsafe","using","virtual","void","volatile","while"],i=["add","alias","and","ascending","async","await","by","descending","equals","from","get","global","group","init","into","join","let","nameof","not","notnull","on","or","orderby","partial","remove","select","set","unmanaged","value|0","var","when","where","with","yield"],a={keyword:r.concat(i),built_in:n,literal:o},l=e.inherit(e.TITLE_MODE,{begin:"[a-zA-Z](\\.?\\w)*"}),d={className:"number",variants:[{begin:"\\b(0b[01']+)"},{begin:"(-?)\\b([\\d']+(\\.[\\d']*)?|\\.[\\d']+)(u|U|l|L|ul|UL|f|F|b|B)"},{begin:"(-?)(\\b0[xX][a-fA-F0-9']+|(\\b[\\d']+(\\.[\\d']*)?|\\.[\\d']+)([eE][-+]?[\\d']+)?)"}],relevance:0},u={className:"string",begin:'@"',end:'"',contains:[{begin:'""'}]},h=e.inherit(u,{illegal:/\n/}),f={className:"subst",begin:/\{/,end:/\}/,keywords:a},g=e.inherit(f,{illegal:/\n/}),m={className:"string",begin:/\$"/,end:'"',illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},e.BACKSLASH_ESCAPE,g]},_={className:"string",begin:/\$@"/,end:'"',contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},f]},v=e.inherit(_,{illegal:/\n/,contains:[{begin:/\{\{/},{begin:/\}\}/},{begin:'""'},g]});f.contains=[_,m,u,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,e.C_BLOCK_COMMENT_MODE],g.contains=[v,m,h,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,d,e.inherit(e.C_BLOCK_COMMENT_MODE,{illegal:/\n/})];const p={variants:[_,m,u,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},b={begin:"<",end:">",contains:[{beginKeywords:"in out"},l]},x=e.IDENT_RE+"(<"+e.IDENT_RE+"(\\s*,\\s*"+e.IDENT_RE+")*>)?(\\[\\])?",S={begin:"@"+e.IDENT_RE,relevance:0};return{name:"C#",aliases:["cs","c#"],keywords:a,illegal:/::/,contains:[e.COMMENT("///","$",{returnBegin:!0,contains:[{className:"doctag",variants:[{begin:"///",relevance:0},{begin:""},{begin:""}]}]}),e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,{className:"meta",begin:"#",end:"$",keywords:{keyword:"if else elif endif define undef warning error line region endregion pragma checksum"}},p,d,{beginKeywords:"class interface",relevance:0,end:/[{;=]/,illegal:/[^\s:,]/,contains:[{beginKeywords:"where class"},l,b,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"namespace",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[l,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{beginKeywords:"record",relevance:0,end:/[{;=]/,illegal:/[^\s:]/,contains:[l,b,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"meta",begin:"^\\s*\\[(?=[\\w])",excludeBegin:!0,end:"\\]",excludeEnd:!0,contains:[{className:"string",begin:/"/,end:/"/}]},{beginKeywords:"new return throw await else",relevance:0},{className:"function",begin:"("+x+"\\s+)+"+e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,end:/\s*[{;=]/,excludeEnd:!0,keywords:a,contains:[{beginKeywords:s.join(" "),relevance:0},{begin:e.IDENT_RE+"\\s*(<[^=]+>\\s*)?\\(",returnBegin:!0,contains:[e.TITLE_MODE,b],relevance:0},{match:/\(\)/},{className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:a,relevance:0,contains:[p,d,e.C_BLOCK_COMMENT_MODE]},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},S]}}return la=t,la}var ca,Ju;function K7e(){if(Ju)return ca;Ju=1;const t=a=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:a.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[a.APOS_STRING_MODE,a.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:a.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],n=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],s=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();function i(a){const l=a.regex,d=t(a),u={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},h="and or not only",f=/@-?\w[\w]*(-\w+)*/,g="[a-zA-Z-][a-zA-Z0-9_-]*",m=[a.APOS_STRING_MODE,a.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[d.BLOCK_COMMENT,u,d.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+g,relevance:0},d.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+s.join("|")+")"},{begin:":(:)?("+o.join("|")+")"}]},d.CSS_VARIABLE,{className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[d.BLOCK_COMMENT,d.HEXCOLOR,d.IMPORTANT,d.CSS_NUMBER_MODE,...m,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...m,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},d.FUNCTION_DISPATCH]},{begin:l.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:f},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:h,attribute:n.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...m,d.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+e.join("|")+")\\b"}]}}return ca=i,ca}var da,Qu;function W7e(){if(Qu)return da;Qu=1;function t(e){const n=e.regex,s={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},o={begin:"^[-\\*]{3,}",end:"$"},r={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},i={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},a={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},l=/[A-Za-z][A-Za-z0-9+.-]*/,d={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:n.concat(/\[.+?\]\(/,l,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},u={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},h={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},f=e.inherit(u,{contains:[]}),g=e.inherit(h,{contains:[]});u.contains.push(g),h.contains.push(f);let m=[s,d];return[u,h,f,g].forEach(p=>{p.contains=p.contains.concat(m)}),m=m.concat(u,h),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:m},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:m}]}]},s,i,u,h,{className:"quote",begin:"^>\\s+",contains:m,end:"$"},r,o,d,a]}}return da=t,da}var ua,Xu;function Z7e(){if(Xu)return ua;Xu=1;function t(e){const n=e.regex;return{name:"Diff",aliases:["patch"],contains:[{className:"meta",relevance:10,match:n.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:"comment",variants:[{begin:n.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:"addition",begin:/^\+/,end:/$/},{className:"deletion",begin:/^-/,end:/$/},{className:"addition",begin:/^!/,end:/$/}]}}return ua=t,ua}var ha,eh;function Y7e(){if(eh)return ha;eh=1;function t(e){const n=e.regex,s="([a-zA-Z_]\\w*[!?=]?|[-+~]@|<<|>>|=~|===?|<=>|[<>]=?|\\*\\*|[-/+%^&*~`|]|\\[\\]=?)",o=n.either(/\b([A-Z]+[a-z0-9]+)+/,/\b([A-Z]+[a-z0-9]+)+[A-Z]+/),r=n.concat(o,/(::\w+)*/),a={"variable.constant":["__FILE__","__LINE__","__ENCODING__"],"variable.language":["self","super"],keyword:["alias","and","begin","BEGIN","break","case","class","defined","do","else","elsif","end","END","ensure","for","if","in","module","next","not","or","redo","require","rescue","retry","return","then","undef","unless","until","when","while","yield",...["include","extend","prepend","public","private","protected","raise","throw"]],built_in:["proc","lambda","attr_accessor","attr_reader","attr_writer","define_method","private_constant","module_function"],literal:["true","false","nil"]},l={className:"doctag",begin:"@[A-Za-z]+"},d={begin:"#<",end:">"},u=[e.COMMENT("#","$",{contains:[l]}),e.COMMENT("^=begin","^=end",{contains:[l],relevance:10}),e.COMMENT("^__END__",e.MATCH_NOTHING_RE)],h={className:"subst",begin:/#\{/,end:/\}/,keywords:a},f={className:"string",contains:[e.BACKSLASH_ESCAPE,h],variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/`/,end:/`/},{begin:/%[qQwWx]?\(/,end:/\)/},{begin:/%[qQwWx]?\[/,end:/\]/},{begin:/%[qQwWx]?\{/,end:/\}/},{begin:/%[qQwWx]?/},{begin:/%[qQwWx]?\//,end:/\//},{begin:/%[qQwWx]?%/,end:/%/},{begin:/%[qQwWx]?-/,end:/-/},{begin:/%[qQwWx]?\|/,end:/\|/},{begin:/\B\?(\\\d{1,3})/},{begin:/\B\?(\\x[A-Fa-f0-9]{1,2})/},{begin:/\B\?(\\u\{?[A-Fa-f0-9]{1,6}\}?)/},{begin:/\B\?(\\M-\\C-|\\M-\\c|\\c\\M-|\\M-|\\C-\\M-)[\x20-\x7e]/},{begin:/\B\?\\(c|C-)[\x20-\x7e]/},{begin:/\B\?\\?\S/},{begin:n.concat(/<<[-~]?'?/,n.lookahead(/(\w+)(?=\W)[^\n]*\n(?:[^\n]*\n)*?\s*\1\b/)),contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,contains:[e.BACKSLASH_ESCAPE,h]})]}]},g="[1-9](_?[0-9])*|0",m="[0-9](_?[0-9])*",_={className:"number",relevance:0,variants:[{begin:`\\b(${g})(\\.(${m}))?([eE][+-]?(${m})|r)?i?\\b`},{begin:"\\b0[dD][0-9](_?[0-9])*r?i?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*r?i?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*r?i?\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*r?i?\\b"},{begin:"\\b0(_?[0-7])+r?i?\\b"}]},v={variants:[{match:/\(\)/},{className:"params",begin:/\(/,end:/(?=\))/,excludeBegin:!0,endsParent:!0,keywords:a}]},D=[f,{variants:[{match:[/class\s+/,r,/\s+<\s+/,r]},{match:[/\b(class|module)\s+/,r]}],scope:{2:"title.class",4:"title.class.inherited"},keywords:a},{match:[/(include|extend)\s+/,r],scope:{2:"title.class"},keywords:a},{relevance:0,match:[r,/\.new[. (]/],scope:{1:"title.class"}},{relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"},{relevance:0,match:o,scope:"title.class"},{match:[/def/,/\s+/,s],scope:{1:"keyword",3:"title.function"},contains:[v]},{begin:e.IDENT_RE+"::"},{className:"symbol",begin:e.UNDERSCORE_IDENT_RE+"(!|\\?)?:",relevance:0},{className:"symbol",begin:":(?!\\s)",contains:[f,{begin:s}],relevance:0},_,{className:"variable",begin:"(\\$\\W)|((\\$|@@?)(\\w+))(?=[^@$?])(?![A-Za-z])(?![@$?'])"},{className:"params",begin:/\|/,end:/\|/,excludeBegin:!0,excludeEnd:!0,relevance:0,keywords:a},{begin:"("+e.RE_STARTERS_RE+"|unless)\\s*",keywords:"unless",contains:[{className:"regexp",contains:[e.BACKSLASH_ESCAPE,h],illegal:/\n/,variants:[{begin:"/",end:"/[a-z]*"},{begin:/%r\{/,end:/\}[a-z]*/},{begin:"%r\\(",end:"\\)[a-z]*"},{begin:"%r!",end:"![a-z]*"},{begin:"%r\\[",end:"\\][a-z]*"}]}].concat(d,u),relevance:0}].concat(d,u);h.contains=D,v.contains=D;const y="[>?]>",C="[\\w#]+\\(\\w+\\):\\d+:\\d+[>*]",M="(\\w+-)?\\d+\\.\\d+\\.\\d+(p\\d+)?[^\\d][^>]+>",I=[{begin:/^\s*=>/,starts:{end:"$",contains:D}},{className:"meta.prompt",begin:"^("+y+"|"+C+"|"+M+")(?=[ ])",starts:{end:"$",keywords:a,contains:D}}];return u.unshift(d),{name:"Ruby",aliases:["rb","gemspec","podspec","thor","irb"],keywords:a,illegal:/\/\*/,contains:[e.SHEBANG({binary:"ruby"})].concat(I).concat(u).concat(D)}}return ha=t,ha}var fa,th;function J7e(){if(th)return fa;th=1;function t(e){const i={keyword:["break","case","chan","const","continue","default","defer","else","fallthrough","for","func","go","goto","if","import","interface","map","package","range","return","select","struct","switch","type","var"],type:["bool","byte","complex64","complex128","error","float32","float64","int8","int16","int32","int64","string","uint8","uint16","uint32","uint64","int","uint","uintptr","rune"],literal:["true","false","iota","nil"],built_in:["append","cap","close","complex","copy","imag","len","make","new","panic","print","println","real","recover","delete"]};return{name:"Go",aliases:["golang"],keywords:i,illegal:"o(i,a,l-1))}function r(i){const a=i.regex,l="[À-ʸa-zA-Z_$][À-ʸa-zA-Z_$0-9]*",d=l+o("(?:<"+l+"~~~(?:\\s*,\\s*"+l+"~~~)*>)?",/~~~/g,2),m={keyword:["synchronized","abstract","private","var","static","if","const ","for","while","strictfp","finally","protected","import","native","final","void","enum","else","break","transient","catch","instanceof","volatile","case","assert","package","default","public","try","switch","continue","throws","protected","public","private","module","requires","exports","do","sealed","yield","permits"],literal:["false","true","null"],type:["char","boolean","long","float","int","byte","short","double"],built_in:["super","this"]},_={className:"meta",begin:"@"+l,contains:[{begin:/\(/,end:/\)/,contains:["self"]}]},v={className:"params",begin:/\(/,end:/\)/,keywords:m,relevance:0,contains:[i.C_BLOCK_COMMENT_MODE],endsParent:!0};return{name:"Java",aliases:["jsp"],keywords:m,illegal:/<\/|#/,contains:[i.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{begin:/\w+@/,relevance:0},{className:"doctag",begin:"@[A-Za-z]+"}]}),{begin:/import java\.[a-z]+\./,keywords:"import",relevance:2},i.C_LINE_COMMENT_MODE,i.C_BLOCK_COMMENT_MODE,{begin:/"""/,end:/"""/,className:"string",contains:[i.BACKSLASH_ESCAPE]},i.APOS_STRING_MODE,i.QUOTE_STRING_MODE,{match:[/\b(?:class|interface|enum|extends|implements|new)/,/\s+/,l],className:{1:"keyword",3:"title.class"}},{match:/non-sealed/,scope:"keyword"},{begin:[a.concat(/(?!else)/,l),/\s+/,l,/\s+/,/=(?!=)/],className:{1:"type",3:"variable",5:"operator"}},{begin:[/record/,/\s+/,l],className:{1:"keyword",3:"title.class"},contains:[v,i.C_LINE_COMMENT_MODE,i.C_BLOCK_COMMENT_MODE]},{beginKeywords:"new throw return else",relevance:0},{begin:["(?:"+d+"\\s+)",i.UNDERSCORE_IDENT_RE,/\s*(?=\()/],className:{2:"title.function"},keywords:m,contains:[{className:"params",begin:/\(/,end:/\)/,keywords:m,relevance:0,contains:[_,i.APOS_STRING_MODE,i.QUOTE_STRING_MODE,s,i.C_BLOCK_COMMENT_MODE]},i.C_LINE_COMMENT_MODE,i.C_BLOCK_COMMENT_MODE]},s,_]}}return ma=r,ma}var _a,rh;function tSe(){if(rh)return _a;rh=1;const t="[A-Za-z$_][0-9A-Za-z$_]*",e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],s=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],o=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],r=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],i=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],a=[].concat(r,s,o);function l(d){const u=d.regex,h=(V,{after:ne})=>{const ee="",end:""},m=/<[A-Za-z0-9\\._:-]+\s*\/>/,_={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(V,ne)=>{const ee=V[0].length+V.index,ge=V.input[ee];if(ge==="<"||ge===","){ne.ignoreMatch();return}ge===">"&&(h(V,{after:ee})||ne.ignoreMatch());let he;const w=V.input.substring(ee);if(he=w.match(/^\s*=/)){ne.ignoreMatch();return}if((he=w.match(/^\s+extends\s+/))&&he.index===0){ne.ignoreMatch();return}}},v={$pattern:t,keyword:e,literal:n,built_in:a,"variable.language":i},p="[0-9](_?[0-9])*",b=`\\.(${p})`,x="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",S={className:"number",variants:[{begin:`(\\b(${x})((${b})|\\.)?|(${b}))[eE][+-]?(${p})\\b`},{begin:`\\b(${x})\\b((${b})\\b|\\.)?|(${b})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},R={className:"subst",begin:"\\$\\{",end:"\\}",keywords:v,contains:[]},O={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[d.BACKSLASH_ESCAPE,R],subLanguage:"xml"}},D={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[d.BACKSLASH_ESCAPE,R],subLanguage:"css"}},y={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[d.BACKSLASH_ESCAPE,R],subLanguage:"graphql"}},C={className:"string",begin:"`",end:"`",contains:[d.BACKSLASH_ESCAPE,R]},I={className:"comment",variants:[d.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:f+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),d.C_BLOCK_COMMENT_MODE,d.C_LINE_COMMENT_MODE]},B=[d.APOS_STRING_MODE,d.QUOTE_STRING_MODE,O,D,y,C,{match:/\$\d+/},S];R.contains=B.concat({begin:/\{/,end:/\}/,keywords:v,contains:["self"].concat(B)});const J=[].concat(I,R.contains),P=J.concat([{begin:/\(/,end:/\)/,keywords:v,contains:["self"].concat(J)}]),ue={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:v,contains:P},Z={variants:[{match:[/class/,/\s+/,f,/\s+/,/extends/,/\s+/,u.concat(f,"(",u.concat(/\./,f),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,f],scope:{1:"keyword",3:"title.class"}}]},T={relevance:0,match:u.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...s,...o]}},H={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},G={variants:[{match:[/function/,/\s+/,f,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[ue],illegal:/%/},we={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function _e(V){return u.concat("(?!",V.join("|"),")")}const te={match:u.concat(/\b/,_e([...r,"super","import"]),f,u.lookahead(/\(/)),className:"title.function",relevance:0},ke={begin:u.concat(/\./,u.lookahead(u.concat(f,/(?![0-9A-Za-z$_(])/))),end:f,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},Te={match:[/get|set/,/\s+/,f,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},ue]},N="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+d.UNDERSCORE_IDENT_RE+")\\s*=>",Q={match:[/const|var|let/,/\s+/,f,/\s*/,/=\s*/,/(async\s*)?/,u.lookahead(N)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[ue]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:v,exports:{PARAMS_CONTAINS:P,CLASS_REFERENCE:T},illegal:/#(?![$_A-z])/,contains:[d.SHEBANG({label:"shebang",binary:"node",relevance:5}),H,d.APOS_STRING_MODE,d.QUOTE_STRING_MODE,O,D,y,C,I,{match:/\$\d+/},S,T,{className:"attr",begin:f+u.lookahead(":"),relevance:0},Q,{begin:"("+d.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[I,d.REGEXP_MODE,{className:"function",begin:N,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:d.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:v,contains:P}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:g.begin,end:g.end},{match:m},{begin:_.begin,"on:begin":_.isTrulyOpeningTag,end:_.end}],subLanguage:"xml",contains:[{begin:_.begin,end:_.end,skip:!0,contains:["self"]}]}]},G,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+d.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[ue,d.inherit(d.TITLE_MODE,{begin:f,className:"title.function"})]},{match:/\.\.\./,relevance:0},ke,{match:"\\$"+f,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[ue]},te,we,Z,Te,{match:/\$[(.]/}]}}return _a=l,_a}var ba,ih;function nSe(){if(ih)return ba;ih=1;function t(e){const n={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},s={match:/[{}[\],:]/,className:"punctuation",relevance:0},o=["true","false","null"],r={scope:"literal",beginKeywords:o.join(" ")};return{name:"JSON",keywords:{literal:o},contains:[n,s,e.QUOTE_STRING_MODE,r,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}return ba=t,ba}var ya,ah;function sSe(){if(ah)return ya;ah=1;var t="[0-9](_*[0-9])*",e=`\\.(${t})`,n="[0-9a-fA-F](_*[0-9a-fA-F])*",s={className:"number",variants:[{begin:`(\\b(${t})((${e})|\\.)?|(${e}))[eE][+-]?(${t})[fFdD]?\\b`},{begin:`\\b(${t})((${e})[fFdD]?\\b|\\.([fFdD]\\b)?)`},{begin:`(${e})[fFdD]?\\b`},{begin:`\\b(${t})[fFdD]\\b`},{begin:`\\b0[xX]((${n})\\.?|(${n})?\\.(${n}))[pP][+-]?(${t})[fFdD]?\\b`},{begin:"\\b(0|[1-9](_*[0-9])*)[lL]?\\b"},{begin:`\\b0[xX](${n})[lL]?\\b`},{begin:"\\b0(_*[0-7])*[lL]?\\b"},{begin:"\\b0[bB][01](_*[01])*[lL]?\\b"}],relevance:0};function o(r){const i={keyword:"abstract as val var vararg get set class object open private protected public noinline crossinline dynamic final enum if else do while for when throw try catch finally import package is in fun override companion reified inline lateinit init interface annotation data sealed internal infix operator out by constructor super tailrec where const inner suspend typealias external expect actual",built_in:"Byte Short Char Int Long Boolean Float Double Void Unit Nothing",literal:"true false null"},a={className:"keyword",begin:/\b(break|continue|return|this)\b/,starts:{contains:[{className:"symbol",begin:/@\w+/}]}},l={className:"symbol",begin:r.UNDERSCORE_IDENT_RE+"@"},d={className:"subst",begin:/\$\{/,end:/\}/,contains:[r.C_NUMBER_MODE]},u={className:"variable",begin:"\\$"+r.UNDERSCORE_IDENT_RE},h={className:"string",variants:[{begin:'"""',end:'"""(?=[^"])',contains:[u,d]},{begin:"'",end:"'",illegal:/\n/,contains:[r.BACKSLASH_ESCAPE]},{begin:'"',end:'"',illegal:/\n/,contains:[r.BACKSLASH_ESCAPE,u,d]}]};d.contains.push(h);const f={className:"meta",begin:"@(?:file|property|field|get|set|receiver|param|setparam|delegate)\\s*:(?:\\s*"+r.UNDERSCORE_IDENT_RE+")?"},g={className:"meta",begin:"@"+r.UNDERSCORE_IDENT_RE,contains:[{begin:/\(/,end:/\)/,contains:[r.inherit(h,{className:"string"}),"self"]}]},m=s,_=r.COMMENT("/\\*","\\*/",{contains:[r.C_BLOCK_COMMENT_MODE]}),v={variants:[{className:"type",begin:r.UNDERSCORE_IDENT_RE},{begin:/\(/,end:/\)/,contains:[]}]},p=v;return p.variants[1].contains=[v],v.variants[1].contains=[p],{name:"Kotlin",aliases:["kt","kts"],keywords:i,contains:[r.COMMENT("/\\*\\*","\\*/",{relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"}]}),r.C_LINE_COMMENT_MODE,_,a,l,f,g,{className:"function",beginKeywords:"fun",end:"[(]|$",returnBegin:!0,excludeEnd:!0,keywords:i,relevance:5,contains:[{begin:r.UNDERSCORE_IDENT_RE+"\\s*\\(",returnBegin:!0,relevance:0,contains:[r.UNDERSCORE_TITLE_MODE]},{className:"type",begin://,keywords:"reified",relevance:0},{className:"params",begin:/\(/,end:/\)/,endsParent:!0,keywords:i,relevance:0,contains:[{begin:/:/,end:/[=,\/]/,endsWithParent:!0,contains:[v,r.C_LINE_COMMENT_MODE,_],relevance:0},r.C_LINE_COMMENT_MODE,_,f,g,h,r.C_NUMBER_MODE]},_]},{begin:[/class|interface|trait/,/\s+/,r.UNDERSCORE_IDENT_RE],beginScope:{3:"title.class"},keywords:"class interface trait",end:/[:\{(]|$/,excludeEnd:!0,illegal:"extends implements",contains:[{beginKeywords:"public protected internal private constructor"},r.UNDERSCORE_TITLE_MODE,{className:"type",begin://,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:/[,:]\s*/,end:/[<\(,){\s]|$/,excludeBegin:!0,returnEnd:!0},f,g]},h,{className:"meta",begin:"^#!/usr/bin/env",end:"$",illegal:` `},m]}}return ya=o,ya}var va,lh;function oSe(){if(lh)return va;lh=1;const t=l=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:l.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[l.APOS_STRING_MODE,l.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:l.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],n=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],s=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse(),i=s.concat(o);function a(l){const d=t(l),u=i,h="and or not only",f="[\\w-]+",g="("+f+"|@\\{"+f+"\\})",m=[],_=[],v=function(I){return{className:"string",begin:"~?"+I+".*?"+I}},p=function(I,B,J){return{className:I,begin:B,relevance:J}},b={$pattern:/[a-z-]+/,keyword:h,attribute:n.join(" ")},x={begin:"\\(",end:"\\)",contains:_,keywords:b,relevance:0};_.push(l.C_LINE_COMMENT_MODE,l.C_BLOCK_COMMENT_MODE,v("'"),v('"'),d.CSS_NUMBER_MODE,{begin:"(url|data-uri)\\(",starts:{className:"string",end:"[\\)\\n]",excludeEnd:!0}},d.HEXCOLOR,x,p("variable","@@?"+f,10),p("variable","@\\{"+f+"\\}"),p("built_in","~?`[^`]*?`"),{className:"attribute",begin:f+"\\s*:",end:":",returnBegin:!0,excludeEnd:!0},d.IMPORTANT,{beginKeywords:"and not"},d.FUNCTION_DISPATCH);const S=_.concat({begin:/\{/,end:/\}/,contains:m}),R={beginKeywords:"when",endsWithParent:!0,contains:[{beginKeywords:"and not"}].concat(_)},O={begin:g+"\\s*:",returnBegin:!0,end:/[;}]/,relevance:0,contains:[{begin:/-(webkit|moz|ms|o)-/},d.CSS_VARIABLE,{className:"attribute",begin:"\\b("+r.join("|")+")\\b",end:/(?=:)/,starts:{endsWithParent:!0,illegal:"[<=$]",relevance:0,contains:_}}]},D={className:"keyword",begin:"@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",starts:{end:"[;{}]",keywords:b,returnEnd:!0,contains:_,relevance:0}},y={className:"variable",variants:[{begin:"@"+f+"\\s*:",relevance:15},{begin:"@"+f}],starts:{end:"[;}]",returnEnd:!0,contains:S}},C={variants:[{begin:"[\\.#:&\\[>]",end:"[;{}]"},{begin:g,end:/\{/}],returnBegin:!0,returnEnd:!0,illegal:`[<='$"]`,relevance:0,contains:[l.C_LINE_COMMENT_MODE,l.C_BLOCK_COMMENT_MODE,R,p("keyword","all\\b"),p("variable","@\\{"+f+"\\}"),{begin:"\\b("+e.join("|")+")\\b",className:"selector-tag"},d.CSS_NUMBER_MODE,p("selector-tag",g,0),p("selector-id","#"+g),p("selector-class","\\."+g,0),p("selector-tag","&",0),d.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",begin:":("+s.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+o.join("|")+")"},{begin:/\(/,end:/\)/,relevance:0,contains:S},{begin:"!important"},d.FUNCTION_DISPATCH]},M={begin:f+`:(:)?(${u.join("|")})`,returnBegin:!0,contains:[C]};return m.push(l.C_LINE_COMMENT_MODE,l.C_BLOCK_COMMENT_MODE,D,y,M,O,C,R,d.FUNCTION_DISPATCH),{name:"Less",case_insensitive:!0,illegal:`[=>'/<($"]`,contains:m}}return va=a,va}var wa,ch;function rSe(){if(ch)return wa;ch=1;function t(e){const n="\\[=*\\[",s="\\]=*\\]",o={begin:n,end:s,contains:["self"]},r=[e.COMMENT("--(?!"+n+")","$"),e.COMMENT("--"+n,s,{contains:[o],relevance:10})];return{name:"Lua",keywords:{$pattern:e.UNDERSCORE_IDENT_RE,literal:"true false nil",keyword:"and break do else elseif end for goto if in local not or repeat return then until while",built_in:"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"},contains:r.concat([{className:"function",beginKeywords:"function",end:"\\)",contains:[e.inherit(e.TITLE_MODE,{begin:"([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*"}),{className:"params",begin:"\\(",endsWithParent:!0,contains:r}].concat(r)},e.C_NUMBER_MODE,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,{className:"string",begin:n,end:s,contains:[o],relevance:5}])}}return wa=t,wa}var xa,dh;function iSe(){if(dh)return xa;dh=1;function t(e){const n={className:"variable",variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%\{/,end:/\}/},l={variants:[{begin:/\$\d/},{begin:n.concat(/[$%@](\^\w\b|#\w+(::\w+)*|\{\w+\}|\w+(::\w*)*)/,"(?![A-Za-z])(?![@$%])")},{begin:/[$%@][^\s\w{]/,relevance:0}]},d=[e.BACKSLASH_ESCAPE,i,l],u=[/!/,/\//,/\|/,/\?/,/'/,/"/,/#/],h=(m,_,v="\\1")=>{const p=v==="\\1"?v:n.concat(v,_);return n.concat(n.concat("(?:",m,")"),_,/(?:\\.|[^\\\/])*?/,p,/(?:\\.|[^\\\/])*?/,v,o)},f=(m,_,v)=>n.concat(n.concat("(?:",m,")"),_,/(?:\\.|[^\\\/])*?/,v,o),g=[l,e.HASH_COMMENT_MODE,e.COMMENT(/^=\w/,/=cut/,{endsWithParent:!0}),a,{className:"string",contains:d,variants:[{begin:"q[qwxr]?\\s*\\(",end:"\\)",relevance:5},{begin:"q[qwxr]?\\s*\\[",end:"\\]",relevance:5},{begin:"q[qwxr]?\\s*\\{",end:"\\}",relevance:5},{begin:"q[qwxr]?\\s*\\|",end:"\\|",relevance:5},{begin:"q[qwxr]?\\s*<",end:">",relevance:5},{begin:"qw\\s+q",end:"q",relevance:5},{begin:"'",end:"'",contains:[e.BACKSLASH_ESCAPE]},{begin:'"',end:'"'},{begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE]},{begin:/\{\w+\}/,relevance:0},{begin:"-?\\w+\\s*=>",relevance:0}]},{className:"number",begin:"(\\b0[0-7_]+)|(\\b0x[0-9a-fA-F_]+)|(\\b[1-9][0-9_]*(\\.[0-9_]+)?)|[0_]\\b",relevance:0},{begin:"(\\/\\/|"+e.RE_STARTERS_RE+"|\\b(split|return|print|reverse|grep)\\b)\\s*",keywords:"split return print reverse grep",relevance:0,contains:[e.HASH_COMMENT_MODE,{className:"regexp",variants:[{begin:h("s|tr|y",n.either(...u,{capture:!0}))},{begin:h("s|tr|y","\\(","\\)")},{begin:h("s|tr|y","\\[","\\]")},{begin:h("s|tr|y","\\{","\\}")}],relevance:2},{className:"regexp",variants:[{begin:/(m|qr)\/\//,relevance:0},{begin:f("(?:m|qr)?",/\//,/\//)},{begin:f("m|qr",n.either(...u,{capture:!0}),/\1/)},{begin:f("m|qr",/\(/,/\)/)},{begin:f("m|qr",/\[/,/\]/)},{begin:f("m|qr",/\{/,/\}/)}]}]},{className:"function",beginKeywords:"sub",end:"(\\s*\\(.*?\\))?[;{]",excludeEnd:!0,relevance:5,contains:[e.TITLE_MODE]},{begin:"-\\w\\b",relevance:0},{begin:"^__DATA__$",end:"^__END__$",subLanguage:"mojolicious",contains:[{begin:"^@@.*",end:"$",className:"comment"}]}];return i.contains=g,a.contains=g,{name:"Perl",aliases:["pl","pm"],keywords:r,contains:g}}return ka=t,ka}var Ea,hh;function lSe(){if(hh)return Ea;hh=1;function t(e){const n={className:"built_in",begin:"\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"},s=/[a-zA-Z@][a-zA-Z0-9_]*/,l={"variable.language":["this","super"],$pattern:s,keyword:["while","export","sizeof","typedef","const","struct","for","union","volatile","static","mutable","if","do","return","goto","enum","else","break","extern","asm","case","default","register","explicit","typename","switch","continue","inline","readonly","assign","readwrite","self","@synchronized","id","typeof","nonatomic","IBOutlet","IBAction","strong","weak","copy","in","out","inout","bycopy","byref","oneway","__strong","__weak","__block","__autoreleasing","@private","@protected","@public","@try","@property","@end","@throw","@catch","@finally","@autoreleasepool","@synthesize","@dynamic","@selector","@optional","@required","@encode","@package","@import","@defs","@compatibility_alias","__bridge","__bridge_transfer","__bridge_retained","__bridge_retain","__covariant","__contravariant","__kindof","_Nonnull","_Nullable","_Null_unspecified","__FUNCTION__","__PRETTY_FUNCTION__","__attribute__","getter","setter","retain","unsafe_unretained","nonnull","nullable","null_unspecified","null_resettable","class","instancetype","NS_DESIGNATED_INITIALIZER","NS_UNAVAILABLE","NS_REQUIRES_SUPER","NS_RETURNS_INNER_POINTER","NS_INLINE","NS_AVAILABLE","NS_DEPRECATED","NS_ENUM","NS_OPTIONS","NS_SWIFT_UNAVAILABLE","NS_ASSUME_NONNULL_BEGIN","NS_ASSUME_NONNULL_END","NS_REFINED_FOR_SWIFT","NS_SWIFT_NAME","NS_SWIFT_NOTHROW","NS_DURING","NS_HANDLER","NS_ENDHANDLER","NS_VALUERETURN","NS_VOIDRETURN"],literal:["false","true","FALSE","TRUE","nil","YES","NO","NULL"],built_in:["dispatch_once_t","dispatch_queue_t","dispatch_sync","dispatch_async","dispatch_once"],type:["int","float","char","unsigned","signed","short","long","double","wchar_t","unichar","void","bool","BOOL","id|0","_Bool"]},d={$pattern:s,keyword:["@interface","@class","@protocol","@implementation"]};return{name:"Objective-C",aliases:["mm","objc","obj-c","obj-c++","objective-c++"],keywords:l,illegal:"/,end:/$/,illegal:"\\n"},e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE]},{className:"class",begin:"("+d.keyword.join("|")+")\\b",end:/(\{|$)/,excludeEnd:!0,keywords:d,contains:[e.UNDERSCORE_TITLE_MODE]},{begin:"\\."+e.UNDERSCORE_IDENT_RE,relevance:0}]}}return Ea=t,Ea}var Ca,fh;function cSe(){if(fh)return Ca;fh=1;function t(e){const n=e.regex,s=/(?![A-Za-z0-9])(?![$])/,o=n.concat(/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/,s),r=n.concat(/(\\?[A-Z][a-z0-9_\x7f-\xff]+|\\?[A-Z]+(?=[A-Z][a-z0-9_\x7f-\xff])){1,}/,s),i={scope:"variable",match:"\\$+"+o},a={scope:"meta",variants:[{begin:/<\?php/,relevance:10},{begin:/<\?=/},{begin:/<\?/,relevance:.1},{begin:/\?>/}]},l={scope:"subst",variants:[{begin:/\$\w+/},{begin:/\{\$/,end:/\}/}]},d=e.inherit(e.APOS_STRING_MODE,{illegal:null}),u=e.inherit(e.QUOTE_STRING_MODE,{illegal:null,contains:e.QUOTE_STRING_MODE.contains.concat(l)}),h={begin:/<<<[ \t]*(?:(\w+)|"(\w+)")\n/,end:/[ \t]*(\w+)\b/,contains:e.QUOTE_STRING_MODE.contains.concat(l),"on:begin":(P,ue)=>{ue.data._beginMatch=P[1]||P[2]},"on:end":(P,ue)=>{ue.data._beginMatch!==P[1]&&ue.ignoreMatch()}},f=e.END_SAME_AS_BEGIN({begin:/<<<[ \t]*'(\w+)'\n/,end:/[ \t]*(\w+)\b/}),g=`[ -]`,m={scope:"string",variants:[u,d,h,f]},_={scope:"number",variants:[{begin:"\\b0[bB][01]+(?:_[01]+)*\\b"},{begin:"\\b0[oO][0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?"}],relevance:0},v=["false","null","true"],p=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],b=["Error|0","AppendIterator","ArgumentCountError","ArithmeticError","ArrayIterator","ArrayObject","AssertionError","BadFunctionCallException","BadMethodCallException","CachingIterator","CallbackFilterIterator","CompileError","Countable","DirectoryIterator","DivisionByZeroError","DomainException","EmptyIterator","ErrorException","Exception","FilesystemIterator","FilterIterator","GlobIterator","InfiniteIterator","InvalidArgumentException","IteratorIterator","LengthException","LimitIterator","LogicException","MultipleIterator","NoRewindIterator","OutOfBoundsException","OutOfRangeException","OuterIterator","OverflowException","ParentIterator","ParseError","RangeException","RecursiveArrayIterator","RecursiveCachingIterator","RecursiveCallbackFilterIterator","RecursiveDirectoryIterator","RecursiveFilterIterator","RecursiveIterator","RecursiveIteratorIterator","RecursiveRegexIterator","RecursiveTreeIterator","RegexIterator","RuntimeException","SeekableIterator","SplDoublyLinkedList","SplFileInfo","SplFileObject","SplFixedArray","SplHeap","SplMaxHeap","SplMinHeap","SplObjectStorage","SplObserver","SplPriorityQueue","SplQueue","SplStack","SplSubject","SplTempFileObject","TypeError","UnderflowException","UnexpectedValueException","UnhandledMatchError","ArrayAccess","BackedEnum","Closure","Fiber","Generator","Iterator","IteratorAggregate","Serializable","Stringable","Throwable","Traversable","UnitEnum","WeakReference","WeakMap","Directory","__PHP_Incomplete_Class","parent","php_user_filter","self","static","stdClass"],S={keyword:p,literal:(P=>{const ue=[];return P.forEach(Z=>{ue.push(Z),Z.toLowerCase()===Z?ue.push(Z.toUpperCase()):ue.push(Z.toLowerCase())}),ue})(v),built_in:b},R=P=>P.map(ue=>ue.replace(/\|\d+$/,"")),O={variants:[{match:[/new/,n.concat(g,"+"),n.concat("(?!",R(b).join("\\b|"),"\\b)"),r],scope:{1:"keyword",4:"title.class"}}]},D=n.concat(o,"\\b(?!\\()"),y={variants:[{match:[n.concat(/::/,n.lookahead(/(?!class\b)/)),D],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[r,n.concat(/::/,n.lookahead(/(?!class\b)/)),D],scope:{1:"title.class",3:"variable.constant"}},{match:[r,n.concat("::",n.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[r,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},C={scope:"attr",match:n.concat(o,n.lookahead(":"),n.lookahead(/(?!::)/))},M={relevance:0,begin:/\(/,end:/\)/,keywords:S,contains:[C,i,y,e.C_BLOCK_COMMENT_MODE,m,_,O]},I={relevance:0,match:[/\b/,n.concat("(?!fn\\b|function\\b|",R(p).join("\\b|"),"|",R(b).join("\\b|"),"\\b)"),o,n.concat(g,"*"),n.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[M]};M.contains.push(I);const B=[C,y,e.C_BLOCK_COMMENT_MODE,m,_,O],J={begin:n.concat(/#\[\s*/,r),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:v,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:v,keyword:["new","array"]},contains:["self",...B]},...B,{scope:"meta",match:r}]};return{case_insensitive:!1,keywords:S,contains:[J,e.HASH_COMMENT_MODE,e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:e.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},a,{scope:"variable.language",match:/\$this\b/},i,I,y,{match:[/const/,/\s/,o],scope:{1:"keyword",3:"variable.constant"}},O,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},e.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:S,contains:["self",i,y,e.C_BLOCK_COMMENT_MODE,m,_]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},e.UNDERSCORE_TITLE_MODE]},m,_]}}return Ca=t,Ca}var Aa,ph;function dSe(){if(ph)return Aa;ph=1;function t(e){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}return Aa=t,Aa}var Sa,gh;function uSe(){if(gh)return Sa;gh=1;function t(e){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}return Sa=t,Sa}var Ta,mh;function hSe(){if(mh)return Ta;mh=1;function t(e){const n=e.regex,s=/[\p{XID_Start}_]\p{XID_Continue}*/u,o=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],l={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:o,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},d={className:"meta",begin:/^(>>>|\.\.\.) /},u={className:"subst",begin:/\{/,end:/\}/,keywords:l,illegal:/#/},h={begin:/\{\{/,relevance:0},f={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,d],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,d],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,d,h,u]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,d,h,u]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,h,u]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,h,u]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},g="[0-9](_?[0-9])*",m=`(\\b(${g}))?\\.(${g})|\\b(${g})\\.`,_=`\\b|${o.join("|")}`,v={className:"number",relevance:0,variants:[{begin:`(\\b(${g})|(${m}))[eE][+-]?(${g})[jJ]?(?=${_})`},{begin:`(${m})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${_})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${_})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${_})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${_})`},{begin:`\\b(${g})[jJ](?=${_})`}]},p={className:"comment",begin:n.lookahead(/# type:/),end:/$/,keywords:l,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},b={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:["self",d,v,f,e.HASH_COMMENT_MODE]}]};return u.contains=[f,v,d],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:l,illegal:/(<\/|\?)|=>/,contains:[d,v,{begin:/\bself\b/},{beginKeywords:"if",relevance:0},f,p,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,s],scope:{1:"keyword",3:"title.function"},contains:[b]},{variants:[{match:[/\bclass/,/\s+/,s,/\s*/,/\(\s*/,s,/\s*\)/]},{match:[/\bclass/,/\s+/,s]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[v,b,f]}]}}return Ta=t,Ta}var Ma,_h;function fSe(){if(_h)return Ma;_h=1;function t(e){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return Ma=t,Ma}var Oa,bh;function pSe(){if(bh)return Oa;bh=1;function t(e){const n=e.regex,s=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,o=n.either(/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/,/0[xX][0-9a-fA-F]+(?:[pP][+-]?\d+)?[Li]?/,/(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?[Li]?/),r=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,i=n.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:s,keyword:"function if in break next repeat else for while",literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10",built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm"},contains:[e.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:n.lookahead(n.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:s},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),e.HASH_COMMENT_MODE,{scope:"string",contains:[e.BACKSLASH_ESCAPE],variants:[e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[r,o]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,o]},{scope:{1:"punctuation",2:"number"},match:[i,o]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,o]}]},{scope:{3:"operator"},match:[s,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:r},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:i},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}return Oa=t,Oa}var Ra,yh;function gSe(){if(yh)return Ra;yh=1;function t(e){const n=e.regex,s={className:"title.function.invoke",relevance:0,begin:n.concat(/\b/,/(?!let\b)/,e.IDENT_RE,n.lookahead(/\s*\(/))},o="([ui](8|16|32|64|128|size)|f(32|64))?",r=["abstract","as","async","await","become","box","break","const","continue","crate","do","dyn","else","enum","extern","false","final","fn","for","if","impl","in","let","loop","macro","match","mod","move","mut","override","priv","pub","ref","return","self","Self","static","struct","super","trait","true","try","type","typeof","unsafe","unsized","use","virtual","where","while","yield"],i=["true","false","Some","None","Ok","Err"],a=["drop ","Copy","Send","Sized","Sync","Drop","Fn","FnMut","FnOnce","ToOwned","Clone","Debug","PartialEq","PartialOrd","Eq","Ord","AsRef","AsMut","Into","From","Default","Iterator","Extend","IntoIterator","DoubleEndedIterator","ExactSizeIterator","SliceConcatExt","ToString","assert!","assert_eq!","bitflags!","bytes!","cfg!","col!","concat!","concat_idents!","debug_assert!","debug_assert_eq!","env!","panic!","file!","format!","format_args!","include_bytes!","include_str!","line!","local_data_key!","module_path!","option_env!","print!","println!","select!","stringify!","try!","unimplemented!","unreachable!","vec!","write!","writeln!","macro_rules!","assert_ne!","debug_assert_ne!"],l=["i8","i16","i32","i64","i128","isize","u8","u16","u32","u64","u128","usize","f32","f64","str","char","bool","Box","Option","Result","String","Vec"];return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",type:l,keyword:r,literal:i,built_in:a},illegal:""},s]}}return Ra=t,Ra}var Na,vh;function mSe(){if(vh)return Na;vh=1;const t=a=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:a.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[a.APOS_STRING_MODE,a.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:a.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],n=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],s=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();function i(a){const l=t(a),d=o,u=s,h="@[a-z-]+",f="and or not only",m={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,l.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},l.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+e.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+u.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+d.join("|")+")"},m,{begin:/\(/,end:/\)/,contains:[l.CSS_NUMBER_MODE]},l.CSS_VARIABLE,{className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[l.BLOCK_COMMENT,m,l.HEXCOLOR,l.CSS_NUMBER_MODE,a.QUOTE_STRING_MODE,a.APOS_STRING_MODE,l.IMPORTANT,l.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:h,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:f,attribute:n.join(" ")},contains:[{begin:h,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},m,a.QUOTE_STRING_MODE,a.APOS_STRING_MODE,l.HEXCOLOR,l.CSS_NUMBER_MODE]},l.FUNCTION_DISPATCH]}}return Na=i,Na}var Da,wh;function _Se(){if(wh)return Da;wh=1;function t(e){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}return Da=t,Da}var La,xh;function bSe(){if(xh)return La;xh=1;function t(e){const n=e.regex,s=e.COMMENT("--","$"),o={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},r={begin:/"/,end:/"/,contains:[{begin:/""/}]},i=["true","false","unknown"],a=["double precision","large object","with timezone","without timezone"],l=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],d=["add","asc","collation","desc","final","first","last","view"],u=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],h=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],f=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],g=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],m=h,_=[...u,...d].filter(S=>!h.includes(S)),v={className:"variable",begin:/@[a-z0-9][a-z0-9_]*/},p={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},b={begin:n.concat(/\b/,n.either(...m),/\s*\(/),relevance:0,keywords:{built_in:m}};function x(S,{exceptions:R,when:O}={}){const D=O;return R=R||[],S.map(y=>y.match(/\|\d+$/)||R.includes(y)?y:D(y)?`${y}|0`:y)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:x(_,{when:S=>S.length<3}),literal:i,type:l,built_in:f},contains:[{begin:n.either(...g),relevance:0,keywords:{$pattern:/[\w\.]+/,keyword:_.concat(g),literal:i,type:l}},{className:"type",begin:n.either(...a)},b,v,o,r,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,s,p]}}return La=t,La}var Ia,kh;function ySe(){if(kh)return Ia;kh=1;function t(y){return y?typeof y=="string"?y:y.source:null}function e(y){return n("(?=",y,")")}function n(...y){return y.map(M=>t(M)).join("")}function s(y){const C=y[y.length-1];return typeof C=="object"&&C.constructor===Object?(y.splice(y.length-1,1),C):{}}function o(...y){return"("+(s(y).capture?"":"?:")+y.map(I=>t(I)).join("|")+")"}const r=y=>n(/\b/,y,/\w$/.test(y)?/\b/:/\B/),i=["Protocol","Type"].map(r),a=["init","self"].map(r),l=["Any","Self"],d=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","break","case","catch","class","continue","convenience","default","defer","deinit","didSet","distributed","do","dynamic","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],u=["false","nil","true"],h=["assignment","associativity","higherThan","left","lowerThan","none","right"],f=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warn_unqualified_access","#warning"],g=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],m=o(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),_=o(m,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),v=n(m,_,"*"),p=o(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),b=o(p,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),x=n(p,b,"*"),S=n(/[A-Z]/,b,"*"),R=["autoclosure",n(/convention\(/,o("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",n(/objc\(/,x,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","testable","UIApplicationMain","unknown","usableFromInline"],O=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function D(y){const C={match:/\s+/,relevance:0},M=y.COMMENT("/\\*","\\*/",{contains:["self"]}),I=[y.C_LINE_COMMENT_MODE,M],B={match:[/\./,o(...i,...a)],className:{2:"keyword"}},J={match:n(/\./,o(...d)),relevance:0},P=d.filter(Pe=>typeof Pe=="string").concat(["_|0"]),ue=d.filter(Pe=>typeof Pe!="string").concat(l).map(r),Z={variants:[{className:"keyword",match:o(...ue,...a)}]},T={$pattern:o(/\b\w+/,/#\w+/),keyword:P.concat(f),literal:u},H=[B,J,Z],G={match:n(/\./,o(...g)),relevance:0},we={className:"built_in",match:n(/\b/,o(...g),/(?=\()/)},_e=[G,we],te={match:/->/,relevance:0},ke={className:"operator",relevance:0,variants:[{match:v},{match:`\\.(\\.|${_})+`}]},Te=[te,ke],N="([0-9]_*)+",Q="([0-9a-fA-F]_*)+",V={className:"number",relevance:0,variants:[{match:`\\b(${N})(\\.(${N}))?([eE][+-]?(${N}))?\\b`},{match:`\\b0x(${Q})(\\.(${Q}))?([pP][+-]?(${N}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},ne=(Pe="")=>({className:"subst",variants:[{match:n(/\\/,Pe,/[0\\tnr"']/)},{match:n(/\\/,Pe,/u\{[0-9a-fA-F]{1,8}\}/)}]}),ee=(Pe="")=>({className:"subst",match:n(/\\/,Pe,/[\t ]*(?:[\r\n]|\r\n)/)}),ge=(Pe="")=>({className:"subst",label:"interpol",begin:n(/\\/,Pe,/\(/),end:/\)/}),he=(Pe="")=>({begin:n(Pe,/"""/),end:n(/"""/,Pe),contains:[ne(Pe),ee(Pe),ge(Pe)]}),w=(Pe="")=>({begin:n(Pe,/"/),end:n(/"/,Pe),contains:[ne(Pe),ge(Pe)]}),A={className:"string",variants:[he(),he("#"),he("##"),he("###"),w(),w("#"),w("##"),w("###")]},F={match:n(/`/,x,/`/)},$={className:"variable",match:/\$\d+/},z={className:"variable",match:`\\$${b}+`},oe=[F,$,z],le={match:/(@|#(un)?)available/,className:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:O,contains:[...Te,V,A]}]}},j={className:"keyword",match:n(/@/,o(...R))},re={className:"meta",match:n(/@/,x)},q=[le,j,re],Y={match:e(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:n(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,b,"+")},{className:"type",match:S,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:n(/\s+&\s+/,e(S)),relevance:0}]},ce={begin://,keywords:T,contains:[...I,...H,...q,te,Y]};Y.contains.push(ce);const pe={match:n(x,/\s*:/),keywords:"_|0",relevance:0},fe={begin:/\(/,end:/\)/,relevance:0,keywords:T,contains:["self",pe,...I,...H,..._e,...Te,V,A,...oe,...q,Y]},Ae={begin://,contains:[...I,Y]},W={begin:o(e(n(x,/\s*:/)),e(n(x,/\s+/,x,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:x}]},ie={begin:/\(/,end:/\)/,keywords:T,contains:[W,...I,...H,...Te,V,A,...q,Y,fe],endsParent:!0,illegal:/["']/},me={match:[/func/,/\s+/,o(F.match,x,v)],className:{1:"keyword",3:"title.function"},contains:[Ae,ie,C],illegal:[/\[/,/%/]},Me={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[Ae,ie,C],illegal:/\[|%/},$e={match:[/operator/,/\s+/,v],className:{1:"keyword",3:"title"}},We={begin:[/precedencegroup/,/\s+/,S],className:{1:"keyword",3:"title"},contains:[Y],keywords:[...h,...u],end:/}/};for(const Pe of A.variants){const tt=Pe.contains.find(ct=>ct.label==="interpol");tt.keywords=T;const ot=[...H,..._e,...Te,V,A,...oe];tt.contains=[...ot,{begin:/\(/,end:/\)/,contains:["self",...ot]}]}return{name:"Swift",keywords:T,contains:[...I,me,Me,{beginKeywords:"struct protocol class extension enum actor",end:"\\{",excludeEnd:!0,keywords:T,contains:[y.inherit(y.TITLE_MODE,{className:"title.class",begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/}),...H]},$e,We,{beginKeywords:"import",end:/$/,contains:[...I],relevance:0},...H,..._e,...Te,V,A,...oe,...q,Y,fe]}}return Ia=D,Ia}var Pa,Eh;function vSe(){if(Eh)return Pa;Eh=1;function t(e){const n="true false yes no null",s="[\\w#;/?:@&=+$,.~*'()[\\]]+",o={className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ ]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ ]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ ]|$)"}]},r={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},i={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,r]},a=e.inherit(i,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),l="[0-9]{4}(-[0-9][0-9]){0,2}",d="([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?",u="(\\.[0-9]*)?",h="([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?",f={className:"number",begin:"\\b"+l+d+u+h+"\\b"},g={end:",",endsWithParent:!0,excludeEnd:!0,keywords:n,relevance:0},m={begin:/\{/,end:/\}/,contains:[g],illegal:"\\n",relevance:0},_={begin:"\\[",end:"\\]",contains:[g],illegal:"\\n",relevance:0},v=[o,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+s},{className:"type",begin:"!<"+s+">"},{className:"type",begin:"!"+s},{className:"type",begin:"!!"+s},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},f,{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},m,_,i],p=[...v];return p.pop(),p.push(a),g.contains=p,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:v}}return Pa=t,Pa}var Fa,Ch;function wSe(){if(Ch)return Fa;Ch=1;const t="[A-Za-z$_][0-9A-Za-z$_]*",e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],s=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],o=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],r=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],i=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],a=[].concat(r,s,o);function l(u){const h=u.regex,f=(ne,{after:ee})=>{const ge="",end:""},_=/<[A-Za-z0-9\\._:-]+\s*\/>/,v={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(ne,ee)=>{const ge=ne[0].length+ne.index,he=ne.input[ge];if(he==="<"||he===","){ee.ignoreMatch();return}he===">"&&(f(ne,{after:ge})||ee.ignoreMatch());let w;const A=ne.input.substring(ge);if(w=A.match(/^\s*=/)){ee.ignoreMatch();return}if((w=A.match(/^\s+extends\s+/))&&w.index===0){ee.ignoreMatch();return}}},p={$pattern:t,keyword:e,literal:n,built_in:a,"variable.language":i},b="[0-9](_?[0-9])*",x=`\\.(${b})`,S="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",R={className:"number",variants:[{begin:`(\\b(${S})((${x})|\\.)?|(${x}))[eE][+-]?(${b})\\b`},{begin:`\\b(${S})\\b((${x})\\b|\\.)?|(${x})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},O={className:"subst",begin:"\\$\\{",end:"\\}",keywords:p,contains:[]},D={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[u.BACKSLASH_ESCAPE,O],subLanguage:"xml"}},y={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[u.BACKSLASH_ESCAPE,O],subLanguage:"css"}},C={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[u.BACKSLASH_ESCAPE,O],subLanguage:"graphql"}},M={className:"string",begin:"`",end:"`",contains:[u.BACKSLASH_ESCAPE,O]},B={className:"comment",variants:[u.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:g+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),u.C_BLOCK_COMMENT_MODE,u.C_LINE_COMMENT_MODE]},J=[u.APOS_STRING_MODE,u.QUOTE_STRING_MODE,D,y,C,M,{match:/\$\d+/},R];O.contains=J.concat({begin:/\{/,end:/\}/,keywords:p,contains:["self"].concat(J)});const P=[].concat(B,O.contains),ue=P.concat([{begin:/\(/,end:/\)/,keywords:p,contains:["self"].concat(P)}]),Z={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:p,contains:ue},T={variants:[{match:[/class/,/\s+/,g,/\s+/,/extends/,/\s+/,h.concat(g,"(",h.concat(/\./,g),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,g],scope:{1:"keyword",3:"title.class"}}]},H={relevance:0,match:h.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...s,...o]}},G={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},we={variants:[{match:[/function/,/\s+/,g,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[Z],illegal:/%/},_e={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function te(ne){return h.concat("(?!",ne.join("|"),")")}const ke={match:h.concat(/\b/,te([...r,"super","import"]),g,h.lookahead(/\(/)),className:"title.function",relevance:0},Te={begin:h.concat(/\./,h.lookahead(h.concat(g,/(?![0-9A-Za-z$_(])/))),end:g,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},N={match:[/get|set/,/\s+/,g,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},Z]},Q="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+u.UNDERSCORE_IDENT_RE+")\\s*=>",V={match:[/const|var|let/,/\s+/,g,/\s*/,/=\s*/,/(async\s*)?/,h.lookahead(Q)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[Z]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:p,exports:{PARAMS_CONTAINS:ue,CLASS_REFERENCE:H},illegal:/#(?![$_A-z])/,contains:[u.SHEBANG({label:"shebang",binary:"node",relevance:5}),G,u.APOS_STRING_MODE,u.QUOTE_STRING_MODE,D,y,C,M,B,{match:/\$\d+/},R,H,{className:"attr",begin:g+h.lookahead(":"),relevance:0},V,{begin:"("+u.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[B,u.REGEXP_MODE,{className:"function",begin:Q,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:u.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:p,contains:ue}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:m.begin,end:m.end},{match:_},{begin:v.begin,"on:begin":v.isTrulyOpeningTag,end:v.end}],subLanguage:"xml",contains:[{begin:v.begin,end:v.end,skip:!0,contains:["self"]}]}]},we,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+u.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[Z,u.inherit(u.TITLE_MODE,{begin:g,className:"title.function"})]},{match:/\.\.\./,relevance:0},Te,{match:"\\$"+g,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[Z]},ke,_e,T,N,{match:/\$[(.]/}]}}function d(u){const h=l(u),f=t,g=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],m={beginKeywords:"namespace",end:/\{/,excludeEnd:!0,contains:[h.exports.CLASS_REFERENCE]},_={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:g},contains:[h.exports.CLASS_REFERENCE]},v={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},p=["type","namespace","interface","public","private","protected","implements","declare","abstract","readonly","enum","override"],b={$pattern:t,keyword:e.concat(p),literal:n,built_in:a.concat(g),"variable.language":i},x={className:"meta",begin:"@"+f},S=(O,D,y)=>{const C=O.contains.findIndex(M=>M.label===D);if(C===-1)throw new Error("can not find mode to replace");O.contains.splice(C,1,y)};Object.assign(h.keywords,b),h.exports.PARAMS_CONTAINS.push(x),h.contains=h.contains.concat([x,m,_]),S(h,"shebang",u.SHEBANG()),S(h,"use_strict",v);const R=h.contains.find(O=>O.label==="func.def");return R.relevance=0,Object.assign(h,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),h}return Fa=d,Fa}var Ba,Ah;function xSe(){if(Ah)return Ba;Ah=1;function t(e){const n=e.regex,s={className:"string",begin:/"(""|[^/n])"C\b/},o={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},r=/\d{1,2}\/\d{1,2}\/\d{4}/,i=/\d{4}-\d{1,2}-\d{1,2}/,a=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,l=/\d{1,2}(:\d{1,2}){1,2}/,d={className:"literal",variants:[{begin:n.concat(/# */,n.either(i,r),/ *#/)},{begin:n.concat(/# */,l,/ *#/)},{begin:n.concat(/# */,a,/ *#/)},{begin:n.concat(/# */,n.either(i,r),/ +/,n.either(a,l),/ *#/)}]},u={className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},h={className:"label",begin:/^\w+:/},f=e.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),g=e.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[s,o,d,u,h,f,g,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[g]}]}}return Ba=t,Ba}var $a,Sh;function kSe(){if(Sh)return $a;Sh=1;function t(e){e.regex;const n=e.COMMENT(/\(;/,/;\)/);n.contains.push("self");const s=e.COMMENT(/;;/,/$/),o=["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"],r={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},i={className:"variable",begin:/\$[\w_]+/},a={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},l={className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/},d={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},u={className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/};return{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:o},contains:[s,n,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},i,a,r,e.QUOTE_STRING_MODE,d,u,l]}}return $a=t,$a}var Le=jAe;Le.registerLanguage("xml",UAe());Le.registerLanguage("bash",qAe());Le.registerLanguage("c",HAe());Le.registerLanguage("cpp",VAe());Le.registerLanguage("csharp",GAe());Le.registerLanguage("css",KAe());Le.registerLanguage("markdown",WAe());Le.registerLanguage("diff",ZAe());Le.registerLanguage("ruby",YAe());Le.registerLanguage("go",JAe());Le.registerLanguage("graphql",QAe());Le.registerLanguage("ini",XAe());Le.registerLanguage("java",eSe());Le.registerLanguage("javascript",tSe());Le.registerLanguage("json",nSe());Le.registerLanguage("kotlin",sSe());Le.registerLanguage("less",oSe());Le.registerLanguage("lua",rSe());Le.registerLanguage("makefile",iSe());Le.registerLanguage("perl",aSe());Le.registerLanguage("objectivec",lSe());Le.registerLanguage("php",cSe());Le.registerLanguage("php-template",dSe());Le.registerLanguage("plaintext",uSe());Le.registerLanguage("python",hSe());Le.registerLanguage("python-repl",fSe());Le.registerLanguage("r",pSe());Le.registerLanguage("rust",gSe());Le.registerLanguage("scss",mSe());Le.registerLanguage("shell",_Se());Le.registerLanguage("sql",bSe());Le.registerLanguage("swift",ySe());Le.registerLanguage("yaml",vSe());Le.registerLanguage("typescript",wSe());Le.registerLanguage("vbnet",xSe());Le.registerLanguage("wasm",kSe());Le.HighlightJS=Le;Le.default=Le;var ESe=Le;const go=cs(ESe);var In={};In.getAttrs=function(t,e,n){const s=/[^\t\n\f />"'=]/,o=" ",r="=",i=".",a="#",l=[];let d="",u="",h=!0,f=!1;for(let g=e+n.leftDelimiter.length;g=s+1:u.length>=s}let r,i,a,l;const d=s-e.rightDelimiter.length;switch(t){case"start":a=n.slice(0,e.leftDelimiter.length),r=a===e.leftDelimiter?0:-1,i=r===-1?-1:n.indexOf(e.rightDelimiter,d),l=n.charAt(i+e.rightDelimiter.length),l&&e.rightDelimiter.indexOf(l)!==-1&&(i=-1);break;case"end":r=n.lastIndexOf(e.leftDelimiter),i=r===-1?-1:n.indexOf(e.rightDelimiter,r+d),i=i===n.length-e.rightDelimiter.length?i:-1;break;case"only":a=n.slice(0,e.leftDelimiter.length),r=a===e.leftDelimiter?0:-1,a=n.slice(n.length-e.rightDelimiter.length),i=a===e.rightDelimiter?n.length-e.rightDelimiter.length:-1;break;default:throw new Error(`Unexpected case ${t}, expected 'start', 'end' or 'only'`)}return r!==-1&&i!==-1&&o(n.substring(r,i+e.rightDelimiter.length))}};In.removeDelimiter=function(t,e){const n=ml(e.leftDelimiter),s=ml(e.rightDelimiter),o=new RegExp("[ \\n]?"+n+"[^"+n+s+"]+"+s+"$"),r=t.search(o);return r!==-1?t.slice(0,r):t};function ml(t){return t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}In.escapeRegExp=ml;In.getMatchingOpeningToken=function(t,e){if(t[e].type==="softbreak")return!1;if(t[e].nesting===0)return t[e];const n=t[e].level,s=t[e].type.replace("_close","_open");for(;e>=0;--e)if(t[e].type===s&&t[e].level===n)return t[e];return!1};const CSe=/[&<>"]/,ASe=/[&<>"]/g,SSe={"&":"&","<":"<",">":">",'"':"""};function TSe(t){return SSe[t]}In.escapeHtml=function(t){return CSe.test(t)?t.replace(ASe,TSe):t};const Ie=In;var MSe=t=>{const e=new RegExp("^ {0,3}[-*_]{3,} ?"+Ie.escapeRegExp(t.leftDelimiter)+"[^"+Ie.escapeRegExp(t.rightDelimiter)+"]");return[{name:"fenced code blocks",tests:[{shift:0,block:!0,info:Ie.hasDelimiters("end",t)}],transform:(n,s)=>{const o=n[s],r=o.info.lastIndexOf(t.leftDelimiter),i=Ie.getAttrs(o.info,r,t);Ie.addAttrs(i,o),o.info=Ie.removeDelimiter(o.info,t)}},{name:"inline nesting 0",tests:[{shift:0,type:"inline",children:[{shift:-1,type:n=>n==="image"||n==="code_inline"},{shift:0,type:"text",content:Ie.hasDelimiters("start",t)}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=r.content.indexOf(t.rightDelimiter),a=n[s].children[o-1],l=Ie.getAttrs(r.content,0,t);Ie.addAttrs(l,a),r.content.length===i+t.rightDelimiter.length?n[s].children.splice(o,1):r.content=r.content.slice(i+t.rightDelimiter.length)}},{name:"tables",tests:[{shift:0,type:"table_close"},{shift:1,type:"paragraph_open"},{shift:2,type:"inline",content:Ie.hasDelimiters("only",t)}],transform:(n,s)=>{const o=n[s+2],r=Ie.getMatchingOpeningToken(n,s),i=Ie.getAttrs(o.content,0,t);Ie.addAttrs(i,r),n.splice(s+1,3)}},{name:"inline attributes",tests:[{shift:0,type:"inline",children:[{shift:-1,nesting:-1},{shift:0,type:"text",content:Ie.hasDelimiters("start",t)}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=r.content,a=Ie.getAttrs(i,0,t),l=Ie.getMatchingOpeningToken(n[s].children,o-1);Ie.addAttrs(a,l),r.content=i.slice(i.indexOf(t.rightDelimiter)+t.rightDelimiter.length)}},{name:"list softbreak",tests:[{shift:-2,type:"list_item_open"},{shift:0,type:"inline",children:[{position:-2,type:"softbreak"},{position:-1,type:"text",content:Ie.hasDelimiters("only",t)}]}],transform:(n,s,o)=>{const i=n[s].children[o].content,a=Ie.getAttrs(i,0,t);let l=s-2;for(;n[l-1]&&n[l-1].type!=="ordered_list_open"&&n[l-1].type!=="bullet_list_open";)l--;Ie.addAttrs(a,n[l-1]),n[s].children=n[s].children.slice(0,-2)}},{name:"list double softbreak",tests:[{shift:0,type:n=>n==="bullet_list_close"||n==="ordered_list_close"},{shift:1,type:"paragraph_open"},{shift:2,type:"inline",content:Ie.hasDelimiters("only",t),children:n=>n.length===1},{shift:3,type:"paragraph_close"}],transform:(n,s)=>{const r=n[s+2].content,i=Ie.getAttrs(r,0,t),a=Ie.getMatchingOpeningToken(n,s);Ie.addAttrs(i,a),n.splice(s+1,3)}},{name:"list item end",tests:[{shift:-2,type:"list_item_open"},{shift:0,type:"inline",children:[{position:-1,type:"text",content:Ie.hasDelimiters("end",t)}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=r.content,a=Ie.getAttrs(i,i.lastIndexOf(t.leftDelimiter),t);Ie.addAttrs(a,n[s-2]);const l=i.slice(0,i.lastIndexOf(t.leftDelimiter));r.content=Th(l)!==" "?l:l.slice(0,-1)}},{name:` -{.a} softbreak then curly in start`,tests:[{shift:0,type:"inline",children:[{position:-2,type:"softbreak"},{position:-1,type:"text",content:Ie.hasDelimiters("only",t)}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=Ie.getAttrs(r.content,0,t);let a=s+1;for(;n[a+1]&&n[a+1].nesting===-1;)a++;const l=Ie.getMatchingOpeningToken(n,a);Ie.addAttrs(i,l),n[s].children=n[s].children.slice(0,-2)}},{name:"horizontal rule",tests:[{shift:0,type:"paragraph_open"},{shift:1,type:"inline",children:n=>n.length===1,content:n=>n.match(e)!==null},{shift:2,type:"paragraph_close"}],transform:(n,s)=>{const o=n[s];o.type="hr",o.tag="hr",o.nesting=0;const r=n[s+1].content,i=r.lastIndexOf(t.leftDelimiter),a=Ie.getAttrs(r,i,t);Ie.addAttrs(a,o),o.markup=r,n.splice(s+1,2)}},{name:"end of block",tests:[{shift:0,type:"inline",children:[{position:-1,content:Ie.hasDelimiters("end",t),type:n=>n!=="code_inline"&&n!=="math_inline"}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=r.content,a=Ie.getAttrs(i,i.lastIndexOf(t.leftDelimiter),t);let l=s+1;for(;n[l+1]&&n[l+1].nesting===-1;)l++;const d=Ie.getMatchingOpeningToken(n,l);Ie.addAttrs(a,d);const u=i.slice(0,i.lastIndexOf(t.leftDelimiter));r.content=Th(u)!==" "?u:u.slice(0,-1)}}]};function Th(t){return t.slice(-1)[0]}const OSe=MSe,RSe={leftDelimiter:"{",rightDelimiter:"}",allowedAttributes:[]};var NSe=function(e,n){let s=Object.assign({},RSe);s=Object.assign(s,n);const o=OSe(s);function r(i){const a=i.tokens;for(let l=0;l{const m=_l(a,l,g);return m.j!==null&&(h=m.j),m.match})&&(u.transform(a,l,h),(u.name==="inline attributes"||u.name==="inline nesting 0")&&d--)}}e.core.ruler.before("linkify","curly_attributes",r)};function _l(t,e,n){const s={match:!1,j:null},o=n.shift!==void 0?e+n.shift:n.position;if(n.shift!==void 0&&o<0)return s;const r=ISe(t,o);if(r===void 0)return s;for(const i of Object.keys(n))if(!(i==="shift"||i==="position")){if(r[i]===void 0)return s;if(i==="children"&&DSe(n.children)){if(r.children.length===0)return s;let a;const l=n.children,d=r.children;if(l.every(u=>u.position!==void 0)){if(a=l.every(u=>_l(d,u.position,u).match),a){const u=PSe(l).position;s.j=u>=0?u:d.length+u}}else for(let u=0;u_l(d,u,h).match),a){s.j=u;break}if(a===!1)return s;continue}switch(typeof n[i]){case"boolean":case"number":case"string":if(r[i]!==n[i])return s;break;case"function":if(!n[i](r[i]))return s;break;case"object":if(LSe(n[i])){if(n[i].every(l=>l(r[i]))===!1)return s;break}default:throw new Error(`Unknown type of pattern test (key: ${i}). Test should be of type boolean, number, string, function or array of functions.`)}}return s.match=!0,s}function DSe(t){return Array.isArray(t)&&t.length&&t.every(e=>typeof e=="object")}function LSe(t){return Array.isArray(t)&&t.length&&t.every(e=>typeof e=="function")}function ISe(t,e){return e>=0?t[e]:t[t.length+e]}function PSe(t){return t.slice(-1)[0]||{}}const FSe=cs(NSe);function BSe(){const t=Date.now().toString(),e=Math.floor(Math.random()*1e3).toString();return t+e}const bl=new jte("commonmark",{html:!0,xhtmlOut:!0,breaks:!0,linkify:!0,typographer:!0,highlight:(t,e)=>{let n=BSe();if(e&&go.getLanguage(e))try{const r=go.highlight(e,t).value;return'
'+e+'
'+r+'
'}catch(r){console.error(`Syntax highlighting failed for language '${e}':`,r)}let s=e=="python"?'':"";return'
'+e+''+s+'
'+go.highlightAuto(t).value+'
'},bulletListMarker:"-"}).use(FSe).use(bs).use(W7e).use(V7e);go.configure({languages:[]});go.configure({languages:["javascript"]});bl.renderer.rules.link_open=(t,e,n,s,o)=>{const r=t[e],i=r.attrIndex("href");if(i>=0){const a=r.attrs[i][1];r.attrs[i][1]=a,r.attrPush(["style","color: blue; font-weight: bold; text-decoration: underline;"])}return o.renderToken(t,e,n)};const $Se={name:"MarkdownRenderer",props:{markdownText:{type:String,required:!0}},data(){return{renderedMarkdown:"",isCopied:!1}},mounted(){const t=document.createElement("script");t.textContent=` +]`,m={scope:"string",variants:[u,d,h,f]},_={scope:"number",variants:[{begin:"\\b0[bB][01]+(?:_[01]+)*\\b"},{begin:"\\b0[oO][0-7]+(?:_[0-7]+)*\\b"},{begin:"\\b0[xX][\\da-fA-F]+(?:_[\\da-fA-F]+)*\\b"},{begin:"(?:\\b\\d+(?:_\\d+)*(\\.(?:\\d+(?:_\\d+)*))?|\\B\\.\\d+)(?:[eE][+-]?\\d+)?"}],relevance:0},v=["false","null","true"],p=["__CLASS__","__DIR__","__FILE__","__FUNCTION__","__COMPILER_HALT_OFFSET__","__LINE__","__METHOD__","__NAMESPACE__","__TRAIT__","die","echo","exit","include","include_once","print","require","require_once","array","abstract","and","as","binary","bool","boolean","break","callable","case","catch","class","clone","const","continue","declare","default","do","double","else","elseif","empty","enddeclare","endfor","endforeach","endif","endswitch","endwhile","enum","eval","extends","final","finally","float","for","foreach","from","global","goto","if","implements","instanceof","insteadof","int","integer","interface","isset","iterable","list","match|0","mixed","new","never","object","or","private","protected","public","readonly","real","return","string","switch","throw","trait","try","unset","use","var","void","while","xor","yield"],b=["Error|0","AppendIterator","ArgumentCountError","ArithmeticError","ArrayIterator","ArrayObject","AssertionError","BadFunctionCallException","BadMethodCallException","CachingIterator","CallbackFilterIterator","CompileError","Countable","DirectoryIterator","DivisionByZeroError","DomainException","EmptyIterator","ErrorException","Exception","FilesystemIterator","FilterIterator","GlobIterator","InfiniteIterator","InvalidArgumentException","IteratorIterator","LengthException","LimitIterator","LogicException","MultipleIterator","NoRewindIterator","OutOfBoundsException","OutOfRangeException","OuterIterator","OverflowException","ParentIterator","ParseError","RangeException","RecursiveArrayIterator","RecursiveCachingIterator","RecursiveCallbackFilterIterator","RecursiveDirectoryIterator","RecursiveFilterIterator","RecursiveIterator","RecursiveIteratorIterator","RecursiveRegexIterator","RecursiveTreeIterator","RegexIterator","RuntimeException","SeekableIterator","SplDoublyLinkedList","SplFileInfo","SplFileObject","SplFixedArray","SplHeap","SplMaxHeap","SplMinHeap","SplObjectStorage","SplObserver","SplPriorityQueue","SplQueue","SplStack","SplSubject","SplTempFileObject","TypeError","UnderflowException","UnexpectedValueException","UnhandledMatchError","ArrayAccess","BackedEnum","Closure","Fiber","Generator","Iterator","IteratorAggregate","Serializable","Stringable","Throwable","Traversable","UnitEnum","WeakReference","WeakMap","Directory","__PHP_Incomplete_Class","parent","php_user_filter","self","static","stdClass"],S={keyword:p,literal:(P=>{const ue=[];return P.forEach(Z=>{ue.push(Z),Z.toLowerCase()===Z?ue.push(Z.toUpperCase()):ue.push(Z.toLowerCase())}),ue})(v),built_in:b},R=P=>P.map(ue=>ue.replace(/\|\d+$/,"")),O={variants:[{match:[/new/,n.concat(g,"+"),n.concat("(?!",R(b).join("\\b|"),"\\b)"),r],scope:{1:"keyword",4:"title.class"}}]},D=n.concat(o,"\\b(?!\\()"),y={variants:[{match:[n.concat(/::/,n.lookahead(/(?!class\b)/)),D],scope:{2:"variable.constant"}},{match:[/::/,/class/],scope:{2:"variable.language"}},{match:[r,n.concat(/::/,n.lookahead(/(?!class\b)/)),D],scope:{1:"title.class",3:"variable.constant"}},{match:[r,n.concat("::",n.lookahead(/(?!class\b)/))],scope:{1:"title.class"}},{match:[r,/::/,/class/],scope:{1:"title.class",3:"variable.language"}}]},C={scope:"attr",match:n.concat(o,n.lookahead(":"),n.lookahead(/(?!::)/))},M={relevance:0,begin:/\(/,end:/\)/,keywords:S,contains:[C,i,y,e.C_BLOCK_COMMENT_MODE,m,_,O]},I={relevance:0,match:[/\b/,n.concat("(?!fn\\b|function\\b|",R(p).join("\\b|"),"|",R(b).join("\\b|"),"\\b)"),o,n.concat(g,"*"),n.lookahead(/(?=\()/)],scope:{3:"title.function.invoke"},contains:[M]};M.contains.push(I);const B=[C,y,e.C_BLOCK_COMMENT_MODE,m,_,O],J={begin:n.concat(/#\[\s*/,r),beginScope:"meta",end:/]/,endScope:"meta",keywords:{literal:v,keyword:["new","array"]},contains:[{begin:/\[/,end:/]/,keywords:{literal:v,keyword:["new","array"]},contains:["self",...B]},...B,{scope:"meta",match:r}]};return{case_insensitive:!1,keywords:S,contains:[J,e.HASH_COMMENT_MODE,e.COMMENT("//","$"),e.COMMENT("/\\*","\\*/",{contains:[{scope:"doctag",match:"@[A-Za-z]+"}]}),{match:/__halt_compiler\(\);/,keywords:"__halt_compiler",starts:{scope:"comment",end:e.MATCH_NOTHING_RE,contains:[{match:/\?>/,scope:"meta",endsParent:!0}]}},a,{scope:"variable.language",match:/\$this\b/},i,I,y,{match:[/const/,/\s/,o],scope:{1:"keyword",3:"variable.constant"}},O,{scope:"function",relevance:0,beginKeywords:"fn function",end:/[;{]/,excludeEnd:!0,illegal:"[$%\\[]",contains:[{beginKeywords:"use"},e.UNDERSCORE_TITLE_MODE,{begin:"=>",endsParent:!0},{scope:"params",begin:"\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0,keywords:S,contains:["self",i,y,e.C_BLOCK_COMMENT_MODE,m,_]}]},{scope:"class",variants:[{beginKeywords:"enum",illegal:/[($"]/},{beginKeywords:"class interface trait",illegal:/[:($"]/}],relevance:0,end:/\{/,excludeEnd:!0,contains:[{beginKeywords:"extends implements"},e.UNDERSCORE_TITLE_MODE]},{beginKeywords:"namespace",relevance:0,end:";",illegal:/[.']/,contains:[e.inherit(e.UNDERSCORE_TITLE_MODE,{scope:"title.class"})]},{beginKeywords:"use",relevance:0,end:";",contains:[{match:/\b(as|const|function)\b/,scope:"keyword"},e.UNDERSCORE_TITLE_MODE]},m,_]}}return Ca=t,Ca}var Aa,ph;function dSe(){if(ph)return Aa;ph=1;function t(e){return{name:"PHP template",subLanguage:"xml",contains:[{begin:/<\?(php|=)?/,end:/\?>/,subLanguage:"php",contains:[{begin:"/\\*",end:"\\*/",skip:!0},{begin:'b"',end:'"',skip:!0},{begin:"b'",end:"'",skip:!0},e.inherit(e.APOS_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0}),e.inherit(e.QUOTE_STRING_MODE,{illegal:null,className:null,contains:null,skip:!0})]}]}}return Aa=t,Aa}var Sa,gh;function uSe(){if(gh)return Sa;gh=1;function t(e){return{name:"Plain text",aliases:["text","txt"],disableAutodetect:!0}}return Sa=t,Sa}var Ta,mh;function hSe(){if(mh)return Ta;mh=1;function t(e){const n=e.regex,s=/[\p{XID_Start}_]\p{XID_Continue}*/u,o=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],l={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:o,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},d={className:"meta",begin:/^(>>>|\.\.\.) /},u={className:"subst",begin:/\{/,end:/\}/,keywords:l,illegal:/#/},h={begin:/\{\{/,relevance:0},f={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,d],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,d],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,d,h,u]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,d,h,u]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,h,u]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,h,u]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},g="[0-9](_?[0-9])*",m=`(\\b(${g}))?\\.(${g})|\\b(${g})\\.`,_=`\\b|${o.join("|")}`,v={className:"number",relevance:0,variants:[{begin:`(\\b(${g})|(${m}))[eE][+-]?(${g})[jJ]?(?=${_})`},{begin:`(${m})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${_})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${_})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${_})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${_})`},{begin:`\\b(${g})[jJ](?=${_})`}]},p={className:"comment",begin:n.lookahead(/# type:/),end:/$/,keywords:l,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},b={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:l,contains:["self",d,v,f,e.HASH_COMMENT_MODE]}]};return u.contains=[f,v,d],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:l,illegal:/(<\/|\?)|=>/,contains:[d,v,{begin:/\bself\b/},{beginKeywords:"if",relevance:0},f,p,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,s],scope:{1:"keyword",3:"title.function"},contains:[b]},{variants:[{match:[/\bclass/,/\s+/,s,/\s*/,/\(\s*/,s,/\s*\)/]},{match:[/\bclass/,/\s+/,s]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[v,b,f]}]}}return Ta=t,Ta}var Ma,_h;function fSe(){if(_h)return Ma;_h=1;function t(e){return{aliases:["pycon"],contains:[{className:"meta.prompt",starts:{end:/ |$/,starts:{end:"$",subLanguage:"python"}},variants:[{begin:/^>>>(?=[ ]|$)/},{begin:/^\.\.\.(?=[ ]|$)/}]}]}}return Ma=t,Ma}var Oa,bh;function pSe(){if(bh)return Oa;bh=1;function t(e){const n=e.regex,s=/(?:(?:[a-zA-Z]|\.[._a-zA-Z])[._a-zA-Z0-9]*)|\.(?!\d)/,o=n.either(/0[xX][0-9a-fA-F]+\.[0-9a-fA-F]*[pP][+-]?\d+i?/,/0[xX][0-9a-fA-F]+(?:[pP][+-]?\d+)?[Li]?/,/(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?[Li]?/),r=/[=!<>:]=|\|\||&&|:::?|<-|<<-|->>|->|\|>|[-+*\/?!$&|:<=>@^~]|\*\*/,i=n.either(/[()]/,/[{}]/,/\[\[/,/[[\]]/,/\\/,/,/);return{name:"R",keywords:{$pattern:s,keyword:"function if in break next repeat else for while",literal:"NULL NA TRUE FALSE Inf NaN NA_integer_|10 NA_real_|10 NA_character_|10 NA_complex_|10",built_in:"LETTERS letters month.abb month.name pi T F abs acos acosh all any anyNA Arg as.call as.character as.complex as.double as.environment as.integer as.logical as.null.default as.numeric as.raw asin asinh atan atanh attr attributes baseenv browser c call ceiling class Conj cos cosh cospi cummax cummin cumprod cumsum digamma dim dimnames emptyenv exp expression floor forceAndCall gamma gc.time globalenv Im interactive invisible is.array is.atomic is.call is.character is.complex is.double is.environment is.expression is.finite is.function is.infinite is.integer is.language is.list is.logical is.matrix is.na is.name is.nan is.null is.numeric is.object is.pairlist is.raw is.recursive is.single is.symbol lazyLoadDBfetch length lgamma list log max min missing Mod names nargs nzchar oldClass on.exit pos.to.env proc.time prod quote range Re rep retracemem return round seq_along seq_len seq.int sign signif sin sinh sinpi sqrt standardGeneric substitute sum switch tan tanh tanpi tracemem trigamma trunc unclass untracemem UseMethod xtfrm"},contains:[e.COMMENT(/#'/,/$/,{contains:[{scope:"doctag",match:/@examples/,starts:{end:n.lookahead(n.either(/\n^#'\s*(?=@[a-zA-Z]+)/,/\n^(?!#')/)),endsParent:!0}},{scope:"doctag",begin:"@param",end:/$/,contains:[{scope:"variable",variants:[{match:s},{match:/`(?:\\.|[^`\\])+`/}],endsParent:!0}]},{scope:"doctag",match:/@[a-zA-Z]+/},{scope:"keyword",match:/\\[a-zA-Z]+/}]}),e.HASH_COMMENT_MODE,{scope:"string",contains:[e.BACKSLASH_ESCAPE],variants:[e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\(/,end:/\)(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\{/,end:/\}(-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]"(-*)\[/,end:/\](-*)"/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\(/,end:/\)(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\{/,end:/\}(-*)'/}),e.END_SAME_AS_BEGIN({begin:/[rR]'(-*)\[/,end:/\](-*)'/}),{begin:'"',end:'"',relevance:0},{begin:"'",end:"'",relevance:0}]},{relevance:0,variants:[{scope:{1:"operator",2:"number"},match:[r,o]},{scope:{1:"operator",2:"number"},match:[/%[^%]*%/,o]},{scope:{1:"punctuation",2:"number"},match:[i,o]},{scope:{2:"number"},match:[/[^a-zA-Z0-9._]|^/,o]}]},{scope:{3:"operator"},match:[s,/\s+/,/<-/,/\s+/]},{scope:"operator",relevance:0,variants:[{match:r},{match:/%[^%]*%/}]},{scope:"punctuation",relevance:0,match:i},{begin:"`",end:"`",contains:[{begin:/\\./}]}]}}return Oa=t,Oa}var Ra,yh;function gSe(){if(yh)return Ra;yh=1;function t(e){const n=e.regex,s={className:"title.function.invoke",relevance:0,begin:n.concat(/\b/,/(?!let\b)/,e.IDENT_RE,n.lookahead(/\s*\(/))},o="([ui](8|16|32|64|128|size)|f(32|64))?",r=["abstract","as","async","await","become","box","break","const","continue","crate","do","dyn","else","enum","extern","false","final","fn","for","if","impl","in","let","loop","macro","match","mod","move","mut","override","priv","pub","ref","return","self","Self","static","struct","super","trait","true","try","type","typeof","unsafe","unsized","use","virtual","where","while","yield"],i=["true","false","Some","None","Ok","Err"],a=["drop ","Copy","Send","Sized","Sync","Drop","Fn","FnMut","FnOnce","ToOwned","Clone","Debug","PartialEq","PartialOrd","Eq","Ord","AsRef","AsMut","Into","From","Default","Iterator","Extend","IntoIterator","DoubleEndedIterator","ExactSizeIterator","SliceConcatExt","ToString","assert!","assert_eq!","bitflags!","bytes!","cfg!","col!","concat!","concat_idents!","debug_assert!","debug_assert_eq!","env!","panic!","file!","format!","format_args!","include_bytes!","include_str!","line!","local_data_key!","module_path!","option_env!","print!","println!","select!","stringify!","try!","unimplemented!","unreachable!","vec!","write!","writeln!","macro_rules!","assert_ne!","debug_assert_ne!"],l=["i8","i16","i32","i64","i128","isize","u8","u16","u32","u64","u128","usize","f32","f64","str","char","bool","Box","Option","Result","String","Vec"];return{name:"Rust",aliases:["rs"],keywords:{$pattern:e.IDENT_RE+"!?",type:l,keyword:r,literal:i,built_in:a},illegal:""},s]}}return Ra=t,Ra}var Na,vh;function mSe(){if(vh)return Na;vh=1;const t=a=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:a.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[a.APOS_STRING_MODE,a.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:a.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),e=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],n=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],s=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],o=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],r=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();function i(a){const l=t(a),d=o,u=s,h="@[a-z-]+",f="and or not only",m={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[a.C_LINE_COMMENT_MODE,a.C_BLOCK_COMMENT_MODE,l.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},l.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+e.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+u.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+d.join("|")+")"},m,{begin:/\(/,end:/\)/,contains:[l.CSS_NUMBER_MODE]},l.CSS_VARIABLE,{className:"attribute",begin:"\\b("+r.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[l.BLOCK_COMMENT,m,l.HEXCOLOR,l.CSS_NUMBER_MODE,a.QUOTE_STRING_MODE,a.APOS_STRING_MODE,l.IMPORTANT,l.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:h,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:f,attribute:n.join(" ")},contains:[{begin:h,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},m,a.QUOTE_STRING_MODE,a.APOS_STRING_MODE,l.HEXCOLOR,l.CSS_NUMBER_MODE]},l.FUNCTION_DISPATCH]}}return Na=i,Na}var Da,wh;function _Se(){if(wh)return Da;wh=1;function t(e){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}return Da=t,Da}var La,xh;function bSe(){if(xh)return La;xh=1;function t(e){const n=e.regex,s=e.COMMENT("--","$"),o={className:"string",variants:[{begin:/'/,end:/'/,contains:[{begin:/''/}]}]},r={begin:/"/,end:/"/,contains:[{begin:/""/}]},i=["true","false","unknown"],a=["double precision","large object","with timezone","without timezone"],l=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],d=["add","asc","collation","desc","final","first","last","view"],u=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],h=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],f=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],g=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],m=h,_=[...u,...d].filter(S=>!h.includes(S)),v={className:"variable",begin:/@[a-z0-9][a-z0-9_]*/},p={className:"operator",begin:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},b={begin:n.concat(/\b/,n.either(...m),/\s*\(/),relevance:0,keywords:{built_in:m}};function x(S,{exceptions:R,when:O}={}){const D=O;return R=R||[],S.map(y=>y.match(/\|\d+$/)||R.includes(y)?y:D(y)?`${y}|0`:y)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:x(_,{when:S=>S.length<3}),literal:i,type:l,built_in:f},contains:[{begin:n.either(...g),relevance:0,keywords:{$pattern:/[\w\.]+/,keyword:_.concat(g),literal:i,type:l}},{className:"type",begin:n.either(...a)},b,v,o,r,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,s,p]}}return La=t,La}var Ia,kh;function ySe(){if(kh)return Ia;kh=1;function t(y){return y?typeof y=="string"?y:y.source:null}function e(y){return n("(?=",y,")")}function n(...y){return y.map(M=>t(M)).join("")}function s(y){const C=y[y.length-1];return typeof C=="object"&&C.constructor===Object?(y.splice(y.length-1,1),C):{}}function o(...y){return"("+(s(y).capture?"":"?:")+y.map(I=>t(I)).join("|")+")"}const r=y=>n(/\b/,y,/\w$/.test(y)?/\b/:/\B/),i=["Protocol","Type"].map(r),a=["init","self"].map(r),l=["Any","Self"],d=["actor","any","associatedtype","async","await",/as\?/,/as!/,"as","break","case","catch","class","continue","convenience","default","defer","deinit","didSet","distributed","do","dynamic","else","enum","extension","fallthrough",/fileprivate\(set\)/,"fileprivate","final","for","func","get","guard","if","import","indirect","infix",/init\?/,/init!/,"inout",/internal\(set\)/,"internal","in","is","isolated","nonisolated","lazy","let","mutating","nonmutating",/open\(set\)/,"open","operator","optional","override","postfix","precedencegroup","prefix",/private\(set\)/,"private","protocol",/public\(set\)/,"public","repeat","required","rethrows","return","set","some","static","struct","subscript","super","switch","throws","throw",/try\?/,/try!/,"try","typealias",/unowned\(safe\)/,/unowned\(unsafe\)/,"unowned","var","weak","where","while","willSet"],u=["false","nil","true"],h=["assignment","associativity","higherThan","left","lowerThan","none","right"],f=["#colorLiteral","#column","#dsohandle","#else","#elseif","#endif","#error","#file","#fileID","#fileLiteral","#filePath","#function","#if","#imageLiteral","#keyPath","#line","#selector","#sourceLocation","#warn_unqualified_access","#warning"],g=["abs","all","any","assert","assertionFailure","debugPrint","dump","fatalError","getVaList","isKnownUniquelyReferenced","max","min","numericCast","pointwiseMax","pointwiseMin","precondition","preconditionFailure","print","readLine","repeatElement","sequence","stride","swap","swift_unboxFromSwiftValueWithType","transcode","type","unsafeBitCast","unsafeDowncast","withExtendedLifetime","withUnsafeMutablePointer","withUnsafePointer","withVaList","withoutActuallyEscaping","zip"],m=o(/[/=\-+!*%<>&|^~?]/,/[\u00A1-\u00A7]/,/[\u00A9\u00AB]/,/[\u00AC\u00AE]/,/[\u00B0\u00B1]/,/[\u00B6\u00BB\u00BF\u00D7\u00F7]/,/[\u2016-\u2017]/,/[\u2020-\u2027]/,/[\u2030-\u203E]/,/[\u2041-\u2053]/,/[\u2055-\u205E]/,/[\u2190-\u23FF]/,/[\u2500-\u2775]/,/[\u2794-\u2BFF]/,/[\u2E00-\u2E7F]/,/[\u3001-\u3003]/,/[\u3008-\u3020]/,/[\u3030]/),_=o(m,/[\u0300-\u036F]/,/[\u1DC0-\u1DFF]/,/[\u20D0-\u20FF]/,/[\uFE00-\uFE0F]/,/[\uFE20-\uFE2F]/),v=n(m,_,"*"),p=o(/[a-zA-Z_]/,/[\u00A8\u00AA\u00AD\u00AF\u00B2-\u00B5\u00B7-\u00BA]/,/[\u00BC-\u00BE\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF]/,/[\u0100-\u02FF\u0370-\u167F\u1681-\u180D\u180F-\u1DBF]/,/[\u1E00-\u1FFF]/,/[\u200B-\u200D\u202A-\u202E\u203F-\u2040\u2054\u2060-\u206F]/,/[\u2070-\u20CF\u2100-\u218F\u2460-\u24FF\u2776-\u2793]/,/[\u2C00-\u2DFF\u2E80-\u2FFF]/,/[\u3004-\u3007\u3021-\u302F\u3031-\u303F\u3040-\uD7FF]/,/[\uF900-\uFD3D\uFD40-\uFDCF\uFDF0-\uFE1F\uFE30-\uFE44]/,/[\uFE47-\uFEFE\uFF00-\uFFFD]/),b=o(p,/\d/,/[\u0300-\u036F\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/),x=n(p,b,"*"),S=n(/[A-Z]/,b,"*"),R=["autoclosure",n(/convention\(/,o("swift","block","c"),/\)/),"discardableResult","dynamicCallable","dynamicMemberLookup","escaping","frozen","GKInspectable","IBAction","IBDesignable","IBInspectable","IBOutlet","IBSegueAction","inlinable","main","nonobjc","NSApplicationMain","NSCopying","NSManaged",n(/objc\(/,x,/\)/),"objc","objcMembers","propertyWrapper","requires_stored_property_inits","resultBuilder","testable","UIApplicationMain","unknown","usableFromInline"],O=["iOS","iOSApplicationExtension","macOS","macOSApplicationExtension","macCatalyst","macCatalystApplicationExtension","watchOS","watchOSApplicationExtension","tvOS","tvOSApplicationExtension","swift"];function D(y){const C={match:/\s+/,relevance:0},M=y.COMMENT("/\\*","\\*/",{contains:["self"]}),I=[y.C_LINE_COMMENT_MODE,M],B={match:[/\./,o(...i,...a)],className:{2:"keyword"}},J={match:n(/\./,o(...d)),relevance:0},P=d.filter(Pe=>typeof Pe=="string").concat(["_|0"]),ue=d.filter(Pe=>typeof Pe!="string").concat(l).map(r),Z={variants:[{className:"keyword",match:o(...ue,...a)}]},T={$pattern:o(/\b\w+/,/#\w+/),keyword:P.concat(f),literal:u},H=[B,J,Z],G={match:n(/\./,o(...g)),relevance:0},we={className:"built_in",match:n(/\b/,o(...g),/(?=\()/)},_e=[G,we],te={match:/->/,relevance:0},ke={className:"operator",relevance:0,variants:[{match:v},{match:`\\.(\\.|${_})+`}]},Te=[te,ke],N="([0-9]_*)+",Q="([0-9a-fA-F]_*)+",V={className:"number",relevance:0,variants:[{match:`\\b(${N})(\\.(${N}))?([eE][+-]?(${N}))?\\b`},{match:`\\b0x(${Q})(\\.(${Q}))?([pP][+-]?(${N}))?\\b`},{match:/\b0o([0-7]_*)+\b/},{match:/\b0b([01]_*)+\b/}]},ne=(Pe="")=>({className:"subst",variants:[{match:n(/\\/,Pe,/[0\\tnr"']/)},{match:n(/\\/,Pe,/u\{[0-9a-fA-F]{1,8}\}/)}]}),ee=(Pe="")=>({className:"subst",match:n(/\\/,Pe,/[\t ]*(?:[\r\n]|\r\n)/)}),ge=(Pe="")=>({className:"subst",label:"interpol",begin:n(/\\/,Pe,/\(/),end:/\)/}),he=(Pe="")=>({begin:n(Pe,/"""/),end:n(/"""/,Pe),contains:[ne(Pe),ee(Pe),ge(Pe)]}),w=(Pe="")=>({begin:n(Pe,/"/),end:n(/"/,Pe),contains:[ne(Pe),ge(Pe)]}),A={className:"string",variants:[he(),he("#"),he("##"),he("###"),w(),w("#"),w("##"),w("###")]},F={match:n(/`/,x,/`/)},$={className:"variable",match:/\$\d+/},z={className:"variable",match:`\\$${b}+`},oe=[F,$,z],le={match:/(@|#(un)?)available/,className:"keyword",starts:{contains:[{begin:/\(/,end:/\)/,keywords:O,contains:[...Te,V,A]}]}},j={className:"keyword",match:n(/@/,o(...R))},re={className:"meta",match:n(/@/,x)},q=[le,j,re],Y={match:e(/\b[A-Z]/),relevance:0,contains:[{className:"type",match:n(/(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)/,b,"+")},{className:"type",match:S,relevance:0},{match:/[?!]+/,relevance:0},{match:/\.\.\./,relevance:0},{match:n(/\s+&\s+/,e(S)),relevance:0}]},ce={begin://,keywords:T,contains:[...I,...H,...q,te,Y]};Y.contains.push(ce);const pe={match:n(x,/\s*:/),keywords:"_|0",relevance:0},fe={begin:/\(/,end:/\)/,relevance:0,keywords:T,contains:["self",pe,...I,...H,..._e,...Te,V,A,...oe,...q,Y]},Ae={begin://,contains:[...I,Y]},W={begin:o(e(n(x,/\s*:/)),e(n(x,/\s+/,x,/\s*:/))),end:/:/,relevance:0,contains:[{className:"keyword",match:/\b_\b/},{className:"params",match:x}]},ie={begin:/\(/,end:/\)/,keywords:T,contains:[W,...I,...H,...Te,V,A,...q,Y,fe],endsParent:!0,illegal:/["']/},me={match:[/func/,/\s+/,o(F.match,x,v)],className:{1:"keyword",3:"title.function"},contains:[Ae,ie,C],illegal:[/\[/,/%/]},Me={match:[/\b(?:subscript|init[?!]?)/,/\s*(?=[<(])/],className:{1:"keyword"},contains:[Ae,ie,C],illegal:/\[|%/},$e={match:[/operator/,/\s+/,v],className:{1:"keyword",3:"title"}},We={begin:[/precedencegroup/,/\s+/,S],className:{1:"keyword",3:"title"},contains:[Y],keywords:[...h,...u],end:/}/};for(const Pe of A.variants){const tt=Pe.contains.find(ct=>ct.label==="interpol");tt.keywords=T;const ot=[...H,..._e,...Te,V,A,...oe];tt.contains=[...ot,{begin:/\(/,end:/\)/,contains:["self",...ot]}]}return{name:"Swift",keywords:T,contains:[...I,me,Me,{beginKeywords:"struct protocol class extension enum actor",end:"\\{",excludeEnd:!0,keywords:T,contains:[y.inherit(y.TITLE_MODE,{className:"title.class",begin:/[A-Za-z$_][\u00C0-\u02B80-9A-Za-z$_]*/}),...H]},$e,We,{beginKeywords:"import",end:/$/,contains:[...I],relevance:0},...H,..._e,...Te,V,A,...oe,...q,Y,fe]}}return Ia=D,Ia}var Pa,Eh;function vSe(){if(Eh)return Pa;Eh=1;function t(e){const n="true false yes no null",s="[\\w#;/?:@&=+$,.~*'()[\\]]+",o={className:"attr",variants:[{begin:"\\w[\\w :\\/.-]*:(?=[ ]|$)"},{begin:'"\\w[\\w :\\/.-]*":(?=[ ]|$)'},{begin:"'\\w[\\w :\\/.-]*':(?=[ ]|$)"}]},r={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},i={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,r]},a=e.inherit(i,{variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),l="[0-9]{4}(-[0-9][0-9]){0,2}",d="([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?",u="(\\.[0-9]*)?",h="([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?",f={className:"number",begin:"\\b"+l+d+u+h+"\\b"},g={end:",",endsWithParent:!0,excludeEnd:!0,keywords:n,relevance:0},m={begin:/\{/,end:/\}/,contains:[g],illegal:"\\n",relevance:0},_={begin:"\\[",end:"\\]",contains:[g],illegal:"\\n",relevance:0},v=[o,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+s},{className:"type",begin:"!<"+s+">"},{className:"type",begin:"!"+s},{className:"type",begin:"!!"+s},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:n,keywords:{literal:n}},f,{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},m,_,i],p=[...v];return p.pop(),p.push(a),g.contains=p,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:v}}return Pa=t,Pa}var Fa,Ch;function wSe(){if(Ch)return Fa;Ch=1;const t="[A-Za-z$_][0-9A-Za-z$_]*",e=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends"],n=["true","false","null","undefined","NaN","Infinity"],s=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],o=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],r=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],i=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],a=[].concat(r,s,o);function l(u){const h=u.regex,f=(ne,{after:ee})=>{const ge="",end:""},_=/<[A-Za-z0-9\\._:-]+\s*\/>/,v={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(ne,ee)=>{const ge=ne[0].length+ne.index,he=ne.input[ge];if(he==="<"||he===","){ee.ignoreMatch();return}he===">"&&(f(ne,{after:ge})||ee.ignoreMatch());let w;const A=ne.input.substring(ge);if(w=A.match(/^\s*=/)){ee.ignoreMatch();return}if((w=A.match(/^\s+extends\s+/))&&w.index===0){ee.ignoreMatch();return}}},p={$pattern:t,keyword:e,literal:n,built_in:a,"variable.language":i},b="[0-9](_?[0-9])*",x=`\\.(${b})`,S="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",R={className:"number",variants:[{begin:`(\\b(${S})((${x})|\\.)?|(${x}))[eE][+-]?(${b})\\b`},{begin:`\\b(${S})\\b((${x})\\b|\\.)?|(${x})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},O={className:"subst",begin:"\\$\\{",end:"\\}",keywords:p,contains:[]},D={begin:"html`",end:"",starts:{end:"`",returnEnd:!1,contains:[u.BACKSLASH_ESCAPE,O],subLanguage:"xml"}},y={begin:"css`",end:"",starts:{end:"`",returnEnd:!1,contains:[u.BACKSLASH_ESCAPE,O],subLanguage:"css"}},C={begin:"gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[u.BACKSLASH_ESCAPE,O],subLanguage:"graphql"}},M={className:"string",begin:"`",end:"`",contains:[u.BACKSLASH_ESCAPE,O]},B={className:"comment",variants:[u.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:g+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),u.C_BLOCK_COMMENT_MODE,u.C_LINE_COMMENT_MODE]},J=[u.APOS_STRING_MODE,u.QUOTE_STRING_MODE,D,y,C,M,{match:/\$\d+/},R];O.contains=J.concat({begin:/\{/,end:/\}/,keywords:p,contains:["self"].concat(J)});const P=[].concat(B,O.contains),ue=P.concat([{begin:/\(/,end:/\)/,keywords:p,contains:["self"].concat(P)}]),Z={className:"params",begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:p,contains:ue},T={variants:[{match:[/class/,/\s+/,g,/\s+/,/extends/,/\s+/,h.concat(g,"(",h.concat(/\./,g),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,g],scope:{1:"keyword",3:"title.class"}}]},H={relevance:0,match:h.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...s,...o]}},G={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},we={variants:[{match:[/function/,/\s+/,g,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[Z],illegal:/%/},_e={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function te(ne){return h.concat("(?!",ne.join("|"),")")}const ke={match:h.concat(/\b/,te([...r,"super","import"]),g,h.lookahead(/\(/)),className:"title.function",relevance:0},Te={begin:h.concat(/\./,h.lookahead(h.concat(g,/(?![0-9A-Za-z$_(])/))),end:g,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},N={match:[/get|set/,/\s+/,g,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},Z]},Q="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+u.UNDERSCORE_IDENT_RE+")\\s*=>",V={match:[/const|var|let/,/\s+/,g,/\s*/,/=\s*/,/(async\s*)?/,h.lookahead(Q)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[Z]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:p,exports:{PARAMS_CONTAINS:ue,CLASS_REFERENCE:H},illegal:/#(?![$_A-z])/,contains:[u.SHEBANG({label:"shebang",binary:"node",relevance:5}),G,u.APOS_STRING_MODE,u.QUOTE_STRING_MODE,D,y,C,M,B,{match:/\$\d+/},R,H,{className:"attr",begin:g+h.lookahead(":"),relevance:0},V,{begin:"("+u.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[B,u.REGEXP_MODE,{className:"function",begin:Q,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:u.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:p,contains:ue}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:m.begin,end:m.end},{match:_},{begin:v.begin,"on:begin":v.isTrulyOpeningTag,end:v.end}],subLanguage:"xml",contains:[{begin:v.begin,end:v.end,skip:!0,contains:["self"]}]}]},we,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+u.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[Z,u.inherit(u.TITLE_MODE,{begin:g,className:"title.function"})]},{match:/\.\.\./,relevance:0},Te,{match:"\\$"+g,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[Z]},ke,_e,T,N,{match:/\$[(.]/}]}}function d(u){const h=l(u),f=t,g=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],m={beginKeywords:"namespace",end:/\{/,excludeEnd:!0,contains:[h.exports.CLASS_REFERENCE]},_={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:g},contains:[h.exports.CLASS_REFERENCE]},v={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},p=["type","namespace","interface","public","private","protected","implements","declare","abstract","readonly","enum","override"],b={$pattern:t,keyword:e.concat(p),literal:n,built_in:a.concat(g),"variable.language":i},x={className:"meta",begin:"@"+f},S=(O,D,y)=>{const C=O.contains.findIndex(M=>M.label===D);if(C===-1)throw new Error("can not find mode to replace");O.contains.splice(C,1,y)};Object.assign(h.keywords,b),h.exports.PARAMS_CONTAINS.push(x),h.contains=h.contains.concat([x,m,_]),S(h,"shebang",u.SHEBANG()),S(h,"use_strict",v);const R=h.contains.find(O=>O.label==="func.def");return R.relevance=0,Object.assign(h,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),h}return Fa=d,Fa}var Ba,Ah;function xSe(){if(Ah)return Ba;Ah=1;function t(e){const n=e.regex,s={className:"string",begin:/"(""|[^/n])"C\b/},o={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},r=/\d{1,2}\/\d{1,2}\/\d{4}/,i=/\d{4}-\d{1,2}-\d{1,2}/,a=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,l=/\d{1,2}(:\d{1,2}){1,2}/,d={className:"literal",variants:[{begin:n.concat(/# */,n.either(i,r),/ *#/)},{begin:n.concat(/# */,l,/ *#/)},{begin:n.concat(/# */,a,/ *#/)},{begin:n.concat(/# */,n.either(i,r),/ +/,n.either(a,l),/ *#/)}]},u={className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},h={className:"label",begin:/^\w+:/},f=e.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),g=e.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[s,o,d,u,h,f,g,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[g]}]}}return Ba=t,Ba}var $a,Sh;function kSe(){if(Sh)return $a;Sh=1;function t(e){e.regex;const n=e.COMMENT(/\(;/,/;\)/);n.contains.push("self");const s=e.COMMENT(/;;/,/$/),o=["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"],r={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},i={className:"variable",begin:/\$[\w_]+/},a={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},l={className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/},d={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},u={className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/};return{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:o},contains:[s,n,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},i,a,r,e.QUOTE_STRING_MODE,d,u,l]}}return $a=t,$a}var Le=j7e;Le.registerLanguage("xml",U7e());Le.registerLanguage("bash",q7e());Le.registerLanguage("c",H7e());Le.registerLanguage("cpp",V7e());Le.registerLanguage("csharp",G7e());Le.registerLanguage("css",K7e());Le.registerLanguage("markdown",W7e());Le.registerLanguage("diff",Z7e());Le.registerLanguage("ruby",Y7e());Le.registerLanguage("go",J7e());Le.registerLanguage("graphql",Q7e());Le.registerLanguage("ini",X7e());Le.registerLanguage("java",eSe());Le.registerLanguage("javascript",tSe());Le.registerLanguage("json",nSe());Le.registerLanguage("kotlin",sSe());Le.registerLanguage("less",oSe());Le.registerLanguage("lua",rSe());Le.registerLanguage("makefile",iSe());Le.registerLanguage("perl",aSe());Le.registerLanguage("objectivec",lSe());Le.registerLanguage("php",cSe());Le.registerLanguage("php-template",dSe());Le.registerLanguage("plaintext",uSe());Le.registerLanguage("python",hSe());Le.registerLanguage("python-repl",fSe());Le.registerLanguage("r",pSe());Le.registerLanguage("rust",gSe());Le.registerLanguage("scss",mSe());Le.registerLanguage("shell",_Se());Le.registerLanguage("sql",bSe());Le.registerLanguage("swift",ySe());Le.registerLanguage("yaml",vSe());Le.registerLanguage("typescript",wSe());Le.registerLanguage("vbnet",xSe());Le.registerLanguage("wasm",kSe());Le.HighlightJS=Le;Le.default=Le;var ESe=Le;const go=cs(ESe);var In={};In.getAttrs=function(t,e,n){const s=/[^\t\n\f />"'=]/,o=" ",r="=",i=".",a="#",l=[];let d="",u="",h=!0,f=!1;for(let g=e+n.leftDelimiter.length;g=s+1:u.length>=s}let r,i,a,l;const d=s-e.rightDelimiter.length;switch(t){case"start":a=n.slice(0,e.leftDelimiter.length),r=a===e.leftDelimiter?0:-1,i=r===-1?-1:n.indexOf(e.rightDelimiter,d),l=n.charAt(i+e.rightDelimiter.length),l&&e.rightDelimiter.indexOf(l)!==-1&&(i=-1);break;case"end":r=n.lastIndexOf(e.leftDelimiter),i=r===-1?-1:n.indexOf(e.rightDelimiter,r+d),i=i===n.length-e.rightDelimiter.length?i:-1;break;case"only":a=n.slice(0,e.leftDelimiter.length),r=a===e.leftDelimiter?0:-1,a=n.slice(n.length-e.rightDelimiter.length),i=a===e.rightDelimiter?n.length-e.rightDelimiter.length:-1;break;default:throw new Error(`Unexpected case ${t}, expected 'start', 'end' or 'only'`)}return r!==-1&&i!==-1&&o(n.substring(r,i+e.rightDelimiter.length))}};In.removeDelimiter=function(t,e){const n=ml(e.leftDelimiter),s=ml(e.rightDelimiter),o=new RegExp("[ \\n]?"+n+"[^"+n+s+"]+"+s+"$"),r=t.search(o);return r!==-1?t.slice(0,r):t};function ml(t){return t.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&")}In.escapeRegExp=ml;In.getMatchingOpeningToken=function(t,e){if(t[e].type==="softbreak")return!1;if(t[e].nesting===0)return t[e];const n=t[e].level,s=t[e].type.replace("_close","_open");for(;e>=0;--e)if(t[e].type===s&&t[e].level===n)return t[e];return!1};const CSe=/[&<>"]/,ASe=/[&<>"]/g,SSe={"&":"&","<":"<",">":">",'"':"""};function TSe(t){return SSe[t]}In.escapeHtml=function(t){return CSe.test(t)?t.replace(ASe,TSe):t};const Ie=In;var MSe=t=>{const e=new RegExp("^ {0,3}[-*_]{3,} ?"+Ie.escapeRegExp(t.leftDelimiter)+"[^"+Ie.escapeRegExp(t.rightDelimiter)+"]");return[{name:"fenced code blocks",tests:[{shift:0,block:!0,info:Ie.hasDelimiters("end",t)}],transform:(n,s)=>{const o=n[s],r=o.info.lastIndexOf(t.leftDelimiter),i=Ie.getAttrs(o.info,r,t);Ie.addAttrs(i,o),o.info=Ie.removeDelimiter(o.info,t)}},{name:"inline nesting 0",tests:[{shift:0,type:"inline",children:[{shift:-1,type:n=>n==="image"||n==="code_inline"},{shift:0,type:"text",content:Ie.hasDelimiters("start",t)}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=r.content.indexOf(t.rightDelimiter),a=n[s].children[o-1],l=Ie.getAttrs(r.content,0,t);Ie.addAttrs(l,a),r.content.length===i+t.rightDelimiter.length?n[s].children.splice(o,1):r.content=r.content.slice(i+t.rightDelimiter.length)}},{name:"tables",tests:[{shift:0,type:"table_close"},{shift:1,type:"paragraph_open"},{shift:2,type:"inline",content:Ie.hasDelimiters("only",t)}],transform:(n,s)=>{const o=n[s+2],r=Ie.getMatchingOpeningToken(n,s),i=Ie.getAttrs(o.content,0,t);Ie.addAttrs(i,r),n.splice(s+1,3)}},{name:"inline attributes",tests:[{shift:0,type:"inline",children:[{shift:-1,nesting:-1},{shift:0,type:"text",content:Ie.hasDelimiters("start",t)}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=r.content,a=Ie.getAttrs(i,0,t),l=Ie.getMatchingOpeningToken(n[s].children,o-1);Ie.addAttrs(a,l),r.content=i.slice(i.indexOf(t.rightDelimiter)+t.rightDelimiter.length)}},{name:"list softbreak",tests:[{shift:-2,type:"list_item_open"},{shift:0,type:"inline",children:[{position:-2,type:"softbreak"},{position:-1,type:"text",content:Ie.hasDelimiters("only",t)}]}],transform:(n,s,o)=>{const i=n[s].children[o].content,a=Ie.getAttrs(i,0,t);let l=s-2;for(;n[l-1]&&n[l-1].type!=="ordered_list_open"&&n[l-1].type!=="bullet_list_open";)l--;Ie.addAttrs(a,n[l-1]),n[s].children=n[s].children.slice(0,-2)}},{name:"list double softbreak",tests:[{shift:0,type:n=>n==="bullet_list_close"||n==="ordered_list_close"},{shift:1,type:"paragraph_open"},{shift:2,type:"inline",content:Ie.hasDelimiters("only",t),children:n=>n.length===1},{shift:3,type:"paragraph_close"}],transform:(n,s)=>{const r=n[s+2].content,i=Ie.getAttrs(r,0,t),a=Ie.getMatchingOpeningToken(n,s);Ie.addAttrs(i,a),n.splice(s+1,3)}},{name:"list item end",tests:[{shift:-2,type:"list_item_open"},{shift:0,type:"inline",children:[{position:-1,type:"text",content:Ie.hasDelimiters("end",t)}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=r.content,a=Ie.getAttrs(i,i.lastIndexOf(t.leftDelimiter),t);Ie.addAttrs(a,n[s-2]);const l=i.slice(0,i.lastIndexOf(t.leftDelimiter));r.content=Th(l)!==" "?l:l.slice(0,-1)}},{name:` +{.a} softbreak then curly in start`,tests:[{shift:0,type:"inline",children:[{position:-2,type:"softbreak"},{position:-1,type:"text",content:Ie.hasDelimiters("only",t)}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=Ie.getAttrs(r.content,0,t);let a=s+1;for(;n[a+1]&&n[a+1].nesting===-1;)a++;const l=Ie.getMatchingOpeningToken(n,a);Ie.addAttrs(i,l),n[s].children=n[s].children.slice(0,-2)}},{name:"horizontal rule",tests:[{shift:0,type:"paragraph_open"},{shift:1,type:"inline",children:n=>n.length===1,content:n=>n.match(e)!==null},{shift:2,type:"paragraph_close"}],transform:(n,s)=>{const o=n[s];o.type="hr",o.tag="hr",o.nesting=0;const r=n[s+1].content,i=r.lastIndexOf(t.leftDelimiter),a=Ie.getAttrs(r,i,t);Ie.addAttrs(a,o),o.markup=r,n.splice(s+1,2)}},{name:"end of block",tests:[{shift:0,type:"inline",children:[{position:-1,content:Ie.hasDelimiters("end",t),type:n=>n!=="code_inline"&&n!=="math_inline"}]}],transform:(n,s,o)=>{const r=n[s].children[o],i=r.content,a=Ie.getAttrs(i,i.lastIndexOf(t.leftDelimiter),t);let l=s+1;for(;n[l+1]&&n[l+1].nesting===-1;)l++;const d=Ie.getMatchingOpeningToken(n,l);Ie.addAttrs(a,d);const u=i.slice(0,i.lastIndexOf(t.leftDelimiter));r.content=Th(u)!==" "?u:u.slice(0,-1)}}]};function Th(t){return t.slice(-1)[0]}const OSe=MSe,RSe={leftDelimiter:"{",rightDelimiter:"}",allowedAttributes:[]};var NSe=function(e,n){let s=Object.assign({},RSe);s=Object.assign(s,n);const o=OSe(s);function r(i){const a=i.tokens;for(let l=0;l{const m=_l(a,l,g);return m.j!==null&&(h=m.j),m.match})&&(u.transform(a,l,h),(u.name==="inline attributes"||u.name==="inline nesting 0")&&d--)}}e.core.ruler.before("linkify","curly_attributes",r)};function _l(t,e,n){const s={match:!1,j:null},o=n.shift!==void 0?e+n.shift:n.position;if(n.shift!==void 0&&o<0)return s;const r=ISe(t,o);if(r===void 0)return s;for(const i of Object.keys(n))if(!(i==="shift"||i==="position")){if(r[i]===void 0)return s;if(i==="children"&&DSe(n.children)){if(r.children.length===0)return s;let a;const l=n.children,d=r.children;if(l.every(u=>u.position!==void 0)){if(a=l.every(u=>_l(d,u.position,u).match),a){const u=PSe(l).position;s.j=u>=0?u:d.length+u}}else for(let u=0;u_l(d,u,h).match),a){s.j=u;break}if(a===!1)return s;continue}switch(typeof n[i]){case"boolean":case"number":case"string":if(r[i]!==n[i])return s;break;case"function":if(!n[i](r[i]))return s;break;case"object":if(LSe(n[i])){if(n[i].every(l=>l(r[i]))===!1)return s;break}default:throw new Error(`Unknown type of pattern test (key: ${i}). Test should be of type boolean, number, string, function or array of functions.`)}}return s.match=!0,s}function DSe(t){return Array.isArray(t)&&t.length&&t.every(e=>typeof e=="object")}function LSe(t){return Array.isArray(t)&&t.length&&t.every(e=>typeof e=="function")}function ISe(t,e){return e>=0?t[e]:t[t.length+e]}function PSe(t){return t.slice(-1)[0]||{}}const FSe=cs(NSe);function BSe(){const t=Date.now().toString(),e=Math.floor(Math.random()*1e3).toString();return t+e}const bl=new jte("commonmark",{html:!0,xhtmlOut:!0,breaks:!0,linkify:!0,typographer:!0,highlight:(t,e)=>{let n=BSe();if(e&&go.getLanguage(e))try{const r=go.highlight(e,t).value;return'
'+e+'
'+r+'
'}catch(r){console.error(`Syntax highlighting failed for language '${e}':`,r)}let s=e=="python"?'':"";return'
'+e+''+s+'
'+go.highlightAuto(t).value+'
'},bulletListMarker:"-"}).use(FSe).use(bs).use(WAe).use(VAe);go.configure({languages:[]});go.configure({languages:["javascript"]});bl.renderer.rules.link_open=(t,e,n,s,o)=>{const r=t[e],i=r.attrIndex("href");if(i>=0){const a=r.attrs[i][1];r.attrs[i][1]=a,r.attrPush(["style","color: blue; font-weight: bold; text-decoration: underline;"])}return o.renderToken(t,e,n)};const $Se={name:"MarkdownRenderer",props:{markdownText:{type:String,required:!0}},data(){return{renderedMarkdown:"",isCopied:!1}},mounted(){const t=document.createElement("script");t.textContent=` // Your inline script code here function copyContentToClipboard(id) { @@ -119,7 +119,7 @@ License: MIT `+t.model.name+` installed!`,4,!0),this.$store.dispatch("refreshDiskUsage")}}else Ee.off("install_progress",n),console.log("Install failed"),t.installing=!1,this.showProgress=!1,console.error("Installation failed:",s.error),this.$refs.toast.showToast(`Model: `+t.model.name+` -failed to install!`,4,!1),this.$store.dispatch("refreshDiskUsage");console.log("Here")};Ee.on("install_progress",n),Ee.emit("install_model",{path:e,type:t.model.type}),console.log("Started installation, please wait")},uploadAvatar(t){const e=t.target.files[0],n=new FormData;n.append("avatar",e),console.log("Uploading avatar"),ye.post("/upload_avatar",n).then(s=>{console.log("Avatar uploaded successfully"),this.$refs.toast.showToast("Avatar uploaded successfully!",4,!0);const o=s.data.fileName;console.log("response",s),this.user_avatar=o,this.update_setting("user_avatar",o,()=>{}).then(()=>{})}).catch(s=>{console.error("Error uploading avatar:",s)})},async update_software(){console.log("Posting");const t=await this.api_get_req("update_software");console.log("Posting done"),t.status?this.$refs.toast.showToast("Success!",4,!0):this.$refs.toast.showToast("Failure!",4,!1)},on_loading_text(t){console.log("Loading text",t),this.loading_text=t},async constructor(){for(console.log("Constructing"),this.isLoading=!0,be(()=>{ve.replace()});this.$store.state.ready===!1;)await new Promise(t=>setTimeout(t,100));this.configFile.model_name&&(this.isModelSelected=!0),this.persCatgArr=await this.api_get_req("list_personalities_categories"),this.persArr=await this.api_get_req("list_personalities?category="+this.configFile.personality_category),this.personality_category=this.configFile.personality_category,this.personalitiesFiltered=this.personalities.filter(t=>t.category===this.configFile.personality_category),this.modelsFiltered=this.models,this.isLoading=!1,this.isMounted=!0},async open_mzl(){this.mzl_collapsed=!this.mzl_collapsed,console.log("Fetching models")},async getVramUsage(){await this.api_get_req("vram_usage")},async progressListener(t){if(console.log("received something"),t.status==="progress"){if(this.$refs.modelZoo){const e=this.$refs.modelZoo.findIndex(s=>s.model.name==t.model_name&&this.configFile.binding_name==t.binding_folder),n=this.models[e];n&&(console.log("model entry",n),n.installing=!0,n.progress=t.progress,console.log(`Progress = ${t.progress}`),t.progress>=100&&(n.installing=!1,n.isInstalled=!0))}}else if(t.status==="succeeded"){if(console.log("Received succeeded"),console.log("Installed successfully"),this.$refs.modelZoo){const e=this.$refs.modelZoo.findIndex(s=>s.model.name==t.model_name&&this.configFile.binding_name==t.binding_folder),n=this.models[e];n&&(n.installing=!1,n.isInstalled=!0)}this.$refs.toast.showToast(`Model: +failed to install!`,4,!1),this.$store.dispatch("refreshDiskUsage");console.log("Here")};Ee.on("install_progress",n),Ee.emit("install_model",{path:e,type:t.model.type}),console.log("Started installation, please wait")},uploadAvatar(t){const e=t.target.files[0],n=new FormData;n.append("avatar",e),console.log("Uploading avatar"),ye.post("/upload_avatar",n).then(s=>{console.log("Avatar uploaded successfully"),this.$refs.toast.showToast("Avatar uploaded successfully!",4,!0);const o=s.data.fileName;console.log("response",s),this.user_avatar=o,this.update_setting("user_avatar",o,()=>{}).then(()=>{})}).catch(s=>{console.error("Error uploading avatar:",s)})},async update_software(){console.log("Posting");const t=await this.api_get_req("update_software");console.log("Posting done"),t.status?this.$refs.toast.showToast("Success!",4,!0):this.$refs.toast.showToast("Failure!",4,!1)},on_loading_text(t){console.log("Loading text",t),this.loading_text=t},async constructor(){for(console.log("Constructing"),this.isLoading=!0,be(()=>{ve.replace()});this.$store.state.ready===!1;)await new Promise(t=>setTimeout(t,100));this.configFile.model_name&&(this.isModelSelected=!0),this.persCatgArr=await this.api_get_req("list_personalities_categories"),this.persArr=await this.api_get_req("list_personalities?category="+this.configFile.personality_category),console.log("models_zoo:"),console.log(this.models),this.personality_category=this.configFile.personality_category,this.personalitiesFiltered=this.personalities.filter(t=>t.category===this.configFile.personality_category),this.modelsFiltered=this.models,this.isLoading=!1,this.isMounted=!0},async open_mzl(){this.mzl_collapsed=!this.mzl_collapsed,console.log("Fetching models")},async getVramUsage(){await this.api_get_req("vram_usage")},async progressListener(t){if(console.log("received something"),t.status==="progress"){if(this.$refs.modelZoo){const e=this.$refs.modelZoo.findIndex(s=>s.model.name==t.model_name&&this.configFile.binding_name==t.binding_folder),n=this.models[e];n&&(console.log("model entry",n),n.installing=!0,n.progress=t.progress,console.log(`Progress = ${t.progress}`),t.progress>=100&&(n.installing=!1,n.isInstalled=!0))}}else if(t.status==="succeeded"){if(console.log("Received succeeded"),console.log("Installed successfully"),this.$refs.modelZoo){const e=this.$refs.modelZoo.findIndex(s=>s.model.name==t.model_name&&this.configFile.binding_name==t.binding_folder),n=this.models[e];n&&(n.installing=!1,n.isInstalled=!0)}this.$refs.toast.showToast(`Model: `+model_object.name+` installed!`,4,!0),this.$store.dispatch("refreshDiskUsage")}else if(t.status==="failed"&&(console.log("Install failed"),this.$refs.modelZoo)){const e=this.$refs.modelZoo.findIndex(s=>s.model.name==t.model_name&&this.configFile.binding_name==t.binding_folder),n=this.models[e];n&&(n.installing=!1,n.isInstalled=!1),console.error("Installation failed:",t.error),this.$refs.toast.showToast(`Model: `+model_object.name+` @@ -170,7 +170,7 @@ Response: Error: `+e.error,4,!1);this.isLoading=!1},async remountPersonality(t){await this.unmountPersonality(t),await this.mountPersonality(t)},onPersonalityReinstall(t){console.log("on reinstall ",t),this.isLoading=!0,ye.post("/reinstall_personality",{name:t.personality.path}).then(e=>{if(e)return this.isLoading=!1,console.log("reinstall_personality",e),e.data.status?this.$refs.toast.showToast("Personality reinstalled successfully!",4,!0):this.$refs.toast.showToast("Could not reinstall personality",4,!1),e.data;this.isLoading=!1}).catch(e=>(this.isLoading=!1,this.$refs.toast.showToast(`Could not reinstall personality `+e.message,4,!1),{status:!1}))},personalityImgPlacehodler(t){t.target.src=ss},searchPersonality_func(){clearTimeout(this.searchPersonalityTimer),this.searchPersonality&&(this.searchPersonalityInProgress=!0,setTimeout(this.filterPersonalities,this.searchPersonalityTimerInterval))},searchModel_func(){clearTimeout(this.searchModelTimer),this.searchModel&&(this.searchModelInProgress=!0,setTimeout(this.filterModels,this.searchModelTimer))}},async mounted(){this.constructor(),console.log("Getting voices"),this.getVoices()},activated(){this.isMounted&&this.constructor()},computed:{isModelsLoading:{get(){return this.$store.state.isModelsLoading},set(t){this.$store.state.isModelsLoading=t}},audio_out_voice:{get(){return this.$store.state.config.audio_out_voice},set(t){this.$store.state.config.audio_out_voice=t}},audioLanguages(){return[{code:"en-US",name:"English (US)"},{code:"en-GB",name:"English (UK)"},{code:"es-ES",name:"Spanish (Spain)"},{code:"es-MX",name:"Spanish (Mexico)"},{code:"fr-FR",name:"French (France)"},{code:"fr-CA",name:"French (Canada)"},{code:"de-DE",name:"German (Germany)"},{code:"it-IT",name:"Italian (Italy)"},{code:"pt-BR",name:"Portuguese (Brazil)"},{code:"pt-PT",name:"Portuguese (Portugal)"},{code:"ru-RU",name:"Russian (Russia)"},{code:"zh-CN",name:"Chinese (China)"},{code:"ja-JP",name:"Japanese (Japan)"},{code:"ar-SA",name:"Arabic (Saudi Arabia)"},{code:"tr-TR",name:"Turkish (Turkey)"},{code:"ms-MY",name:"Malay (Malaysia)"},{code:"ko-KR",name:"Korean (South Korea)"},{code:"nl-NL",name:"Dutch (Netherlands)"},{code:"sv-SE",name:"Swedish (Sweden)"},{code:"da-DK",name:"Danish (Denmark)"},{code:"fi-FI",name:"Finnish (Finland)"},{code:"no-NO",name:"Norwegian (Norway)"},{code:"pl-PL",name:"Polish (Poland)"},{code:"el-GR",name:"Greek (Greece)"},{code:"hu-HU",name:"Hungarian (Hungary)"},{code:"cs-CZ",name:"Czech (Czech Republic)"},{code:"th-TH",name:"Thai (Thailand)"},{code:"hi-IN",name:"Hindi (India)"},{code:"he-IL",name:"Hebrew (Israel)"},{code:"id-ID",name:"Indonesian (Indonesia)"},{code:"vi-VN",name:"Vietnamese (Vietnam)"},{code:"uk-UA",name:"Ukrainian (Ukraine)"},{code:"ro-RO",name:"Romanian (Romania)"},{code:"bg-BG",name:"Bulgarian (Bulgaria)"},{code:"hr-HR",name:"Croatian (Croatia)"},{code:"sr-RS",name:"Serbian (Serbia)"},{code:"sk-SK",name:"Slovak (Slovakia)"},{code:"sl-SI",name:"Slovenian (Slovenia)"},{code:"et-EE",name:"Estonian (Estonia)"},{code:"lv-LV",name:"Latvian (Latvia)"},{code:"lt-LT",name:"Lithuanian (Lithuania)"},{code:"ka-GE",name:"Georgian (Georgia)"},{code:"hy-AM",name:"Armenian (Armenia)"},{code:"az-AZ",name:"Azerbaijani (Azerbaijan)"},{code:"kk-KZ",name:"Kazakh (Kazakhstan)"},{code:"uz-UZ",name:"Uzbek (Uzbekistan)"},{code:"kkj-CM",name:"Kako (Cameroon)"},{code:"my-MM",name:"Burmese (Myanmar)"},{code:"ne-NP",name:"Nepali (Nepal)"},{code:"si-LK",name:"Sinhala (Sri Lanka)"}]},configFile:{get(){return this.$store.state.config},set(t){this.$store.commit("setConfig",t)}},userName:{get(){return this.$store.state.config.user_name},set(t){this.$store.state.config.user_name=t}},user_avatar:{get(){return"/user_infos/"+this.$store.state.config.user_avatar},set(t){this.$store.state.config.user_avatar=t}},enable_gpu:{get(){return this.$store.state.config.enable_gpu},set(t){this.$store.state.config.enable_gpu=t}},auto_update:{get(){return this.$store.state.config.auto_update},set(t){this.$store.state.config.auto_update=t}},auto_speak:{get(){return this.$store.state.config.auto_speak},set(t){this.$store.state.config.auto_speak=t}},audio_pitch:{get(){return this.$store.state.config.audio_pitch},set(t){this.$store.state.config.audio_pitch=t}},audio_in_language:{get(){return this.$store.state.config.audio_in_language},set(t){this.$store.state.config.audio_in_language=t}},use_user_name_in_discussions:{get(){return this.$store.state.config.use_user_name_in_discussions},set(t){this.$store.state.config.use_user_name_in_discussions=t}},db_path:{get(){return this.$store.state.config.db_path},set(t){this.$store.state.config.db_path=t}},personalities:{get(){return this.$store.state.personalities},set(t){this.$store.commit("setPersonalities",t)}},mountedPersArr:{get(){return this.$store.state.mountedPersArr},set(t){this.$store.commit("setMountedPers",t)}},bindingsArr:{get(){return this.$store.state.bindingsArr},set(t){this.$store.commit("setBindingsArr",t)}},modelsArr:{get(){return this.$store.state.modelsArr},set(t){this.$store.commit("setModelsArr",t)}},models:{get(){return this.$store.state.models_zoo},set(t){this.$store.commit("setModelsZoo",t)}},installed_models:{get(){return this.$store.state.models_zoo},set(t){this.$store.commit("setModelsZoo",t)}},diskUsage:{get(){return this.$store.state.diskUsage},set(t){this.$store.commit("setDiskUsage",t)}},ramUsage:{get(){return this.$store.state.ramUsage},set(t){this.$store.commit("setRamUsage",t)}},vramUsage:{get(){return this.$store.state.vramUsage},set(t){this.$store.commit("setVramUsage",t)}},disk_available_space(){return this.computedFileSize(this.diskUsage.available_space)},disk_binding_models_usage(){return console.log(`this.diskUsage : ${this.diskUsage}`),this.computedFileSize(this.diskUsage.binding_models_usage)},disk_percent_usage(){return this.diskUsage.percent_usage},disk_total_space(){return this.computedFileSize(this.diskUsage.total_space)},ram_available_space(){return this.computedFileSize(this.ramUsage.available_space)},ram_usage(){return this.computedFileSize(this.ramUsage.ram_usage)},ram_percent_usage(){return this.ramUsage.percent_usage},ram_total_space(){return this.computedFileSize(this.ramUsage.total_space)},imgBinding(){if(this.isMounted)try{return this.$refs.bindingZoo[this.$refs.bindingZoo.findIndex(t=>t.binding.folder==this.configFile.binding_name)].$refs.imgElement.src}catch{return mo}},imgModel(){if(this.isMounted)try{let t=this.$refs.modelZoo.findIndex(e=>e.model.name==this.configFile.model_name);if(t==-1)for(let e of this.$refs.modelZoo){let n=e.model.variants;if(console.log(e.model),n!=null&&(t=n.findIndex(s=>s.name==this.configFile.model_name),t!=-1))break}return this.$refs.modelZoo[t].$refs.imgElement.src}catch{return mo}},model_name(){if(this.isMounted)return this.configFile.model_name},binding_name(){if(!this.isMounted)return;const t=this.bindingsArr.findIndex(e=>e.folder===this.configFile.binding_name);if(t>-1)return this.bindingsArr[t].name},active_pesonality(){if(!this.isMounted)return;const t=this.personalities.findIndex(e=>e.full_path===this.configFile.personalities[this.configFile.active_personality_id]);if(t>-1)return this.personalities[t].name},speed_computed(){return Gt(this.addModel.speed)},total_size_computed(){return Gt(this.addModel.total_size)},downloaded_size_computed(){return Gt(this.addModel.downloaded_size)}},watch:{bec_collapsed(){be(()=>{ve.replace()})},pc_collapsed(){be(()=>{ve.replace()})},mc_collapsed(){be(()=>{ve.replace()})},sc_collapsed(){be(()=>{ve.replace()})},showConfirmation(){be(()=>{ve.replace()})},mzl_collapsed(){be(()=>{ve.replace()})},pzl_collapsed(){be(()=>{ve.replace()})},bzl_collapsed(){be(()=>{ve.replace()})},all_collapsed(t){this.collapseAll(t),be(()=>{ve.replace()})},settingsChanged(t){this.$store.state.settingsChanged=t,be(()=>{ve.replace()})},isLoading(){be(()=>{ve.replace()})},searchPersonality(t){t==""&&this.filterPersonalities()},searchModel(t){t==""&&this.filterModels()},mzdc_collapsed(){be(()=>{ve.replace()})}},async beforeRouteLeave(t){if(await this.$router.isReady(),this.settingsChanged)return await this.$refs.yesNoDialog.askQuestion(`Did You forget to apply changes? You need to apply changes before you leave, or else.`,"Apply configuration","Cancel")&&this.applyConfiguration(),!1;if(!this.isModelSelected)return await this.$refs.yesNoDialog.askQuestion(`Did You forgot to select model? -You need to select model before you leave, or else.`,"Ok","Cancel"),!1}},X=t=>(is("data-v-b7aaf788"),t=t(),as(),t),XLe={class:"container overflow-y-scroll flex flex-col shadow-lg p-10 pt-0 overflow-y-scroll w-full dark:bg-bg-dark scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary"},eIe={class:"sticky top-0 z-10 flex flex-row mb-2 p-3 gap-3 w-full rounded-b-lg bg-bg-light-tone dark:bg-bg-dark-tone shadow-lg"},tIe={key:0,class:"flex gap-3 flex-1 items-center duration-75"},nIe=X(()=>c("i",{"data-feather":"x"},null,-1)),sIe=[nIe],oIe=X(()=>c("i",{"data-feather":"check"},null,-1)),rIe=[oIe],iIe={key:1,class:"flex gap-3 flex-1 items-center"},aIe=X(()=>c("i",{"data-feather":"save"},null,-1)),lIe=[aIe],cIe=X(()=>c("i",{"data-feather":"refresh-ccw"},null,-1)),dIe=[cIe],uIe=X(()=>c("i",{"data-feather":"list"},null,-1)),hIe=[uIe],fIe={class:"flex gap-3 flex-1 items-center justify-end"},pIe=X(()=>c("i",{"data-feather":"trash-2"},null,-1)),gIe=[pIe],mIe=X(()=>c("i",{"data-feather":"refresh-ccw"},null,-1)),_Ie=[mIe],bIe=X(()=>c("i",{"data-feather":"arrow-up-circle"},null,-1)),yIe={key:0},vIe=X(()=>c("i",{"data-feather":"alert-circle"},null,-1)),wIe=[vIe],xIe={class:"flex gap-3 items-center"},kIe={key:0,class:"flex gap-3 items-center"},EIe=X(()=>c("i",{"data-feather":"check"},null,-1)),CIe=[EIe],AIe={key:1,role:"status"},SIe=X(()=>c("svg",{"aria-hidden":"true",class:"w-6 h-6 animate-spin fill-secondary",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})],-1)),TIe=X(()=>c("span",{class:"sr-only"},"Loading...",-1)),MIe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},OIe={class:"flex flex-row p-3"},RIe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),NIe=[RIe],DIe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),LIe=[DIe],IIe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," System status",-1)),PIe=X(()=>c("div",{class:"mr-2"},"|",-1)),FIe={class:"text-base font-semibold cursor-pointer select-none items-center"},BIe={class:"flex gap-2 items-center"},$Ie={key:0},zIe={class:"flex gap-2 items-center"},jIe=["title"],UIe=Gs('',34),qIe=[UIe],HIe={class:"font-bold font-large text-lg"},VIe={key:1},GIe={class:"flex gap-2 items-center"},KIe=Gs('',1),WIe={class:"font-bold font-large text-lg"},ZIe=X(()=>c("i",{"data-feather":"cpu",title:"CPU Ram",class:"w-5 h-5 mx-1 flex-shrink-0"},null,-1)),YIe={class:"font-bold font-large text-lg"},JIe=X(()=>c("i",{"data-feather":"hard-drive",title:"Hard drive",class:"w-5 h-5 mx-1 flex-shrink-0"},null,-1)),QIe={class:"font-bold font-large text-lg"},XIe={class:"mb-2"},ePe=X(()=>c("label",{class:"flex items-center gap-1 ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},[c("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},[c("path",{fill:"currentColor",d:"M17 17H7V7h10m4 4V9h-2V7a2 2 0 0 0-2-2h-2V3h-2v2h-2V3H9v2H7c-1.11 0-2 .89-2 2v2H3v2h2v2H3v2h2v2a2 2 0 0 0 2 2h2v2h2v-2h2v2h2v-2h2a2 2 0 0 0 2-2v-2h2v-2h-2v-2m-6 2h-2v-2h2m2-2H9v6h6V9Z"})]),xe(" CPU Ram usage: ")],-1)),tPe={class:"flex flex-col mx-2"},nPe=X(()=>c("b",null,"Avaliable ram: ",-1)),sPe=X(()=>c("b",null,"Ram usage: ",-1)),oPe={class:"p-2"},rPe={class:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"},iPe={class:"mb-2"},aPe=X(()=>c("label",{class:"flex items-center gap-1 ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},[c("i",{"data-feather":"hard-drive",class:"w-5 h-5"}),xe(" Disk usage: ")],-1)),lPe={class:"flex flex-col mx-2"},cPe=X(()=>c("b",null,"Avaliable disk space: ",-1)),dPe=X(()=>c("b",null,"Disk usage: ",-1)),uPe={class:"p-2"},hPe={class:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"},fPe={class:"mb-2"},pPe=Gs('',1),gPe={class:"flex flex-col mx-2"},mPe=X(()=>c("b",null,"Model: ",-1)),_Pe=X(()=>c("b",null,"Avaliable vram: ",-1)),bPe=X(()=>c("b",null,"GPU usage: ",-1)),yPe={class:"p-2"},vPe={class:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"},wPe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},xPe={class:"flex flex-row p-3"},kPe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),EPe=[kPe],CPe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),APe=[CPe],SPe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Main configurations",-1)),TPe={class:"flex flex-col mb-2 px-3 pb-2"},MPe={class:"expand-to-fit bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},OPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"db_path",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Host:")],-1)),RPe={style:{width:"100%"}},NPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"db_path",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Port:")],-1)),DPe={style:{width:"100%"}},LPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"db_path",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Database path:")],-1)),IPe={style:{width:"100%"}},PPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"auto_show_browser",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Auto show browser:")],-1)),FPe={class:"flex flex-row"},BPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"enable_gpu",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Enable GPU:")],-1)),$Pe={class:"text-center items-center"},zPe={class:"flex flex-row"},jPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"auto_save",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Auto save:")],-1)),UPe={class:"flex flex-row"},qPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"auto_update",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Auto update:")],-1)),HPe={class:"flex flex-row"},VPe={class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},GPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"user_name",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"User name:")],-1)),KPe={style:{width:"100%"}},WPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"user_description",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"User description:")],-1)),ZPe={style:{width:"100%"}},YPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"user_description",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Use user description in discussion:")],-1)),JPe={style:{width:"100%"}},QPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"user_name",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"User avatar:")],-1)),XPe={style:{width:"100%"}},eFe={for:"avatar-upload"},tFe=["src"],nFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"use_user_name_in_discussions",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Use User Name in discussions:")],-1)),sFe={class:"flex flex-row"},oFe={class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},rFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"use_files",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Activate files support:")],-1)),iFe={class:"flex flex-row"},aFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_activate",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Activate files vectorization:")],-1)),lFe={class:"flex flex-row"},cFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_build_keys_words",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Build keywords when querying the vectorized database:")],-1)),dFe={class:"flex flex-row"},uFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_method",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Data vectorization method:")],-1)),hFe=X(()=>c("option",{value:"ftidf_vectorizer"},"ftidf Vectorizer",-1)),fFe=X(()=>c("option",{value:"model_embedding"},"Model Embedding",-1)),pFe=[hFe,fFe],gFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_visualization_method",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Data visualization method:")],-1)),mFe=X(()=>c("option",{value:"PCA"},"PCA",-1)),_Fe=X(()=>c("option",{value:"TSNE"},"TSNE",-1)),bFe=[mFe,_Fe],yFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_save_db",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Save the new files to the database (The database wil always grow and continue to be the same over many sessions):")],-1)),vFe={class:"flex flex-row"},wFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_chunk_size",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Data vectorization chunk size(tokens):")],-1)),xFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_overlap_size",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Data vectorization overlap size(tokens):")],-1)),kFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_overlap_size",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Number of chunks to use for each message:")],-1)),EFe={class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},CFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_auto_send_input",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Send audio input automatically:")],-1)),AFe={class:"flex flex-row"},SFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"auto_speak",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Enable auto speak:")],-1)),TFe={class:"flex flex-row"},MFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_pitch",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"audio pitch:")],-1)),OFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_silenceTimer",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"audio in silence timer (ms):")],-1)),RFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_in_language",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Input Audio Language:")],-1)),NFe=["value"],DFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_out_voice",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Output Audio Voice:")],-1)),LFe=["value"],IFe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},PFe={class:"flex flex-row p-3"},FFe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),BFe=[FFe],$Fe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),zFe=[$Fe],jFe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Binding zoo",-1)),UFe={key:0,class:"text-base text-red-600 flex gap-3 items-center mr-2"},qFe=X(()=>c("i",{"data-feather":"alert-triangle",class:"flex-shrink-0"},null,-1)),HFe={key:1,class:"mr-2"},VFe={key:2,class:"text-base font-semibold cursor-pointer select-none items-center"},GFe={class:"flex gap-1 items-center"},KFe=["src"],WFe={class:"font-bold font-large text-lg line-clamp-1"},ZFe={key:0,class:"mb-2"},YFe={for:"binding",class:"block ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},JFe=X(()=>c("i",{"data-feather":"chevron-up"},null,-1)),QFe=[JFe],XFe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),eBe=[XFe],tBe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},nBe={class:"flex flex-row p-3"},sBe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),oBe=[sBe],rBe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),iBe=[rBe],aBe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Models zoo",-1)),lBe={class:"flex flex-row items-center"},cBe={key:0,class:"text-base text-red-600 flex gap-3 items-center mr-2"},dBe=X(()=>c("i",{"data-feather":"alert-triangle",class:"flex-shrink-0"},null,-1)),uBe={key:1,class:"text-base text-red-600 flex gap-3 items-center mr-2"},hBe=X(()=>c("i",{"data-feather":"alert-triangle",class:"flex-shrink-0"},null,-1)),fBe={key:2,class:"mr-2"},pBe={key:3,class:"text-base font-semibold cursor-pointer select-none items-center"},gBe={class:"flex gap-1 items-center"},mBe=["src"],_Be={class:"font-bold font-large text-lg line-clamp-1"},bBe={key:4,role:"status"},yBe=X(()=>c("svg",{"aria-hidden":"true",class:"w-6 h-6 animate-spin fill-secondary",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})],-1)),vBe=X(()=>c("span",{class:"sr-only"},"Loading...",-1)),wBe={class:"mx-2 mb-4"},xBe={class:"relative"},kBe={class:"absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none"},EBe={key:0},CBe=X(()=>c("div",{role:"status"},[c("svg",{"aria-hidden":"true",class:"inline w-4 h-4 mr-2 text-gray-200 animate-spin dark:text-gray-600 fill-blue-600",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})]),c("span",{class:"sr-only"},"Loading...")],-1)),ABe=[CBe],SBe={key:1},TBe=X(()=>c("svg",{"aria-hidden":"true",class:"w-5 h-5 text-gray-500 dark:text-gray-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[c("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})],-1)),MBe=[TBe],OBe=X(()=>c("label",{for:"only_installed"},"Show only installed models",-1)),RBe=X(()=>c("a",{href:"https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard",target:"_blank",class:"mb-4 font-bold underline text-blue-500 pb-4"},"Hugging face Leaderboard",-1)),NBe={key:0},DBe={key:0,class:"mb-2"},LBe={for:"model",class:"block ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},IBe={key:1},PBe={key:0,class:"mb-2"},FBe={for:"model",class:"block ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},BBe=X(()=>c("i",{"data-feather":"chevron-up"},null,-1)),$Be=[BBe],zBe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),jBe=[zBe],UBe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},qBe={class:"flex flex-row p-3"},HBe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),VBe=[HBe],GBe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),KBe=[GBe],WBe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Add models for binding",-1)),ZBe={key:0,class:"text-base text-red-600 flex gap-3 items-center mr-2"},YBe=X(()=>c("i",{"data-feather":"alert-triangle",class:"flex-shrink-0"},null,-1)),JBe={key:1,class:"mr-2"},QBe={key:2,class:"text-base font-semibold cursor-pointer select-none items-center"},XBe={class:"flex gap-1 items-center"},e$e=["src"],t$e={class:"font-bold font-large text-lg line-clamp-1"},n$e={class:"mb-2"},s$e={class:"p-2"},o$e={class:"mb-3"},r$e=X(()=>c("label",{class:"block mb-2 text-sm font-medium text-gray-900 dark:text-white"},"Create a reference from local file path:",-1)),i$e={key:0},a$e={class:"mb-3"},l$e=X(()=>c("label",{class:"block mb-2 text-sm font-medium text-gray-900 dark:text-white"},"Download from web:",-1)),c$e={key:1,class:"relative flex flex-col items-center justify-center flex-grow h-full"},d$e=X(()=>c("div",{role:"status",class:"justify-center"},null,-1)),u$e={class:"relative flex flex-row flex-grow items-center w-full h-full bottom-0"},h$e={class:"w-full p-2"},f$e={class:"flex justify-between mb-1"},p$e=Gs(' Downloading Loading...',1),g$e={class:"text-sm font-medium text-blue-700 dark:text-white"},m$e=["title"],_$e={class:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"},b$e={class:"flex justify-between mb-1"},y$e={class:"text-base font-medium text-blue-700 dark:text-white"},v$e={class:"text-sm font-medium text-blue-700 dark:text-white"},w$e={class:"flex flex-grow"},x$e={class:"flex flex-row flex-grow gap-3"},k$e={class:"p-2 text-center grow"},E$e={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},C$e={class:"flex flex-row p-3 items-center"},A$e=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),S$e=[A$e],T$e=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),M$e=[T$e],O$e=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Personalities zoo",-1)),R$e={key:0,class:"mr-2"},N$e={class:"mr-2 font-bold font-large text-lg line-clamp-1"},D$e={key:1,class:"mr-2"},L$e={key:2,class:"text-base font-semibold cursor-pointer select-none items-center flex flex-row"},I$e={key:0,class:"flex -space-x-4 items-center"},P$e={class:"group items-center flex flex-row"},F$e=["onClick"],B$e=["src","title"],$$e=["onClick"],z$e=X(()=>c("span",{class:"hidden group-hover:block top-0 left-7 absolute active:scale-90 bg-bg-light dark:bg-bg-dark rounded-full border-2 border-transparent",title:"Unmount personality"},[c("svg",{"aria-hidden":"true",class:"w-4 h-4 text-red-600 hover:text-red-500",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[c("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})])],-1)),j$e=[z$e],U$e={class:"mx-2 mb-4"},q$e=X(()=>c("label",{for:"personality-search",class:"mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"},"Search",-1)),H$e={class:"relative"},V$e={class:"absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none"},G$e={key:0},K$e=X(()=>c("div",{role:"status"},[c("svg",{"aria-hidden":"true",class:"inline w-4 h-4 mr-2 text-gray-200 animate-spin dark:text-gray-600 fill-blue-600",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})]),c("span",{class:"sr-only"},"Loading...")],-1)),W$e=[K$e],Z$e={key:1},Y$e=X(()=>c("svg",{"aria-hidden":"true",class:"w-5 h-5 text-gray-500 dark:text-gray-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[c("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})],-1)),J$e=[Y$e],Q$e={key:0,class:"mx-2 mb-4"},X$e={for:"persCat",class:"block mb-2 text-sm font-medium text-gray-900 dark:text-white"},eze=["selected"],tze={key:0,class:"mb-2"},nze={for:"model",class:"block ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},sze=X(()=>c("i",{"data-feather":"chevron-up"},null,-1)),oze=[sze],rze=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),ize=[rze],aze={class:"flex flex-col mb-2 p-3 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},lze={class:"flex flex-row"},cze=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),dze=[cze],uze=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),hze=[uze],fze=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none"}," Model Configuration",-1)),pze={class:"m-2"},gze={class:"flex flex-row gap-2 items-center"},mze=X(()=>c("label",{for:"override-model-parameters",class:"block text-sm font-medium"}," Override personality model parameters ",-1)),_ze={class:"m-2"},bze=X(()=>c("label",{for:"seed",class:"block mb-2 text-sm font-medium"}," Seed: ",-1)),yze={class:"m-2"},vze={class:"flex flex-col align-bottom"},wze={class:"relative"},xze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"temperature",class:"text-sm font-medium"}," Temperature: ")],-1)),kze={class:"absolute right-0"},Eze={class:"m-2"},Cze={class:"flex flex-col align-bottom"},Aze={class:"relative"},Sze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"predict",class:"text-sm font-medium"}," N Predict: ")],-1)),Tze={class:"absolute right-0"},Mze={class:"m-2"},Oze={class:"flex flex-col align-bottom"},Rze={class:"relative"},Nze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"top_k",class:"text-sm font-medium"}," Top-K: ")],-1)),Dze={class:"absolute right-0"},Lze={class:"m-2"},Ize={class:"flex flex-col align-bottom"},Pze={class:"relative"},Fze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"top_p",class:"text-sm font-medium"}," Top-P: ")],-1)),Bze={class:"absolute right-0"},$ze={class:"m-2"},zze={class:"flex flex-col align-bottom"},jze={class:"relative"},Uze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"repeat_penalty",class:"text-sm font-medium"}," Repeat penalty: ")],-1)),qze={class:"absolute right-0"},Hze={class:"m-2"},Vze={class:"flex flex-col align-bottom"},Gze={class:"relative"},Kze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"repeat_last_n",class:"text-sm font-medium"}," Repeat last N: ")],-1)),Wze={class:"absolute right-0"};function Zze(t,e,n,s,o,r){const i=Fe("Card"),a=Fe("BindingEntry"),l=Fe("RadioOptions"),d=Fe("model-entry"),u=Fe("personality-entry"),h=Fe("Toast"),f=Fe("YesNoDialog"),g=Fe("AddModelDialog"),m=Fe("MessageBox"),_=Fe("UniversalForm"),v=Fe("ChoiceDialog");return k(),E(Oe,null,[c("div",XLe,[c("div",eIe,[o.showConfirmation?(k(),E("div",tIe,[c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Cancel",type:"button",onClick:e[0]||(e[0]=de(p=>o.showConfirmation=!1,["stop"]))},sIe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm save changes",type:"button",onClick:e[1]||(e[1]=de(p=>r.save_configuration(),["stop"]))},rIe)])):L("",!0),o.showConfirmation?L("",!0):(k(),E("div",iIe,[c("button",{title:"Save configuration",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[2]||(e[2]=p=>o.showConfirmation=!0)},lIe),c("button",{title:"Reset configuration",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[3]||(e[3]=p=>r.reset_configuration())},dIe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Collapse / Expand all panels",type:"button",onClick:e[4]||(e[4]=de(p=>o.all_collapsed=!o.all_collapsed,["stop"]))},hIe)])),c("div",fIe,[c("button",{title:"Clear uploads",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[5]||(e[5]=p=>r.api_get_req("clear_uploads").then(b=>{b.status?this.$refs.toast.showToast("Success!",4,!0):this.$refs.toast.showToast(["failed!"],4,!1)}))},gIe),c("button",{title:"Restart program",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[6]||(e[6]=p=>r.api_get_req("restart_program").then(b=>{b.status?this.$refs.toast.showToast("Success!",4,!0):this.$refs.toast.showToast(["failed!"],4,!1)}))},_Ie),c("button",{title:"Upgrade program ",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[7]||(e[7]=p=>r.api_get_req("update_software").then(b=>{b.status?this.$refs.toast.showToast("Success!",4,!0):this.$refs.toast.showToast("Success!",4,!0)}))},[bIe,o.has_updates?(k(),E("div",yIe,wIe)):L("",!0)]),c("div",xIe,[o.settingsChanged?(k(),E("div",kIe,[xe(" Apply changes: "),o.isLoading?L("",!0):(k(),E("button",{key:0,class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Apply changes",type:"button",onClick:e[8]||(e[8]=de(p=>r.applyConfiguration(),["stop"]))},CIe))])):L("",!0),o.isLoading?(k(),E("div",AIe,[c("p",null,U(o.loading_text),1),SIe,TIe])):L("",!0)])])]),c("div",{class:Ce(o.isLoading?"pointer-events-none opacity-30":"")},[c("div",MIe,[c("div",OIe,[c("button",{onClick:e[9]||(e[9]=de(p=>o.sc_collapsed=!o.sc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex flex-row items-center"},[se(c("div",null,NIe,512),[[Ye,o.sc_collapsed]]),se(c("div",null,LIe,512),[[Ye,!o.sc_collapsed]]),IIe,PIe,c("div",FIe,[c("div",BIe,[c("div",null,[r.vramUsage&&r.vramUsage.gpus&&r.vramUsage.gpus.length==1?(k(),E("div",$Ie,[(k(!0),E(Oe,null,Ve(r.vramUsage.gpus,p=>(k(),E("div",zIe,[(k(),E("svg",{title:p.gpu_model,"aria-hidden":"true",class:"w-10 h-10 fill-secondary",viewBox:"0 -3 82 66",fill:"none",xmlns:"http://www.w3.org/2000/svg"},qIe,8,jIe)),c("h3",HIe,[c("div",null,U(r.computedFileSize(p.used_vram))+" / "+U(r.computedFileSize(p.total_vram))+" ("+U(p.percentage)+"%) ",1)])]))),256))])):L("",!0),r.vramUsage&&r.vramUsage.gpus&&r.vramUsage.gpus.length>1?(k(),E("div",VIe,[c("div",GIe,[KIe,c("h3",WIe,[c("div",null,U(r.vramUsage.gpus.length)+"x ",1)])])])):L("",!0)]),ZIe,c("h3",YIe,[c("div",null,U(r.ram_usage)+" / "+U(r.ram_total_space)+" ("+U(r.ram_percent_usage)+"%)",1)]),JIe,c("h3",QIe,[c("div",null,U(r.disk_binding_models_usage)+" / "+U(r.disk_total_space)+" ("+U(r.disk_percent_usage)+"%)",1)])])])])]),c("div",{class:Ce([{hidden:o.sc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",XIe,[ePe,c("div",tPe,[c("div",null,[nPe,xe(U(r.ram_available_space),1)]),c("div",null,[sPe,xe(" "+U(r.ram_usage)+" / "+U(r.ram_total_space)+" ("+U(r.ram_percent_usage)+")% ",1)])]),c("div",oPe,[c("div",rPe,[c("div",{class:"bg-blue-600 h-2.5 rounded-full",style:yt("width: "+r.ram_percent_usage+"%;")},null,4)])])]),c("div",iPe,[aPe,c("div",lPe,[c("div",null,[cPe,xe(U(r.disk_available_space),1)]),c("div",null,[dPe,xe(" "+U(r.disk_binding_models_usage)+" / "+U(r.disk_total_space)+" ("+U(r.disk_percent_usage)+"%)",1)])]),c("div",uPe,[c("div",hPe,[c("div",{class:"bg-blue-600 h-2.5 rounded-full",style:yt("width: "+r.disk_percent_usage+"%;")},null,4)])])]),(k(!0),E(Oe,null,Ve(r.vramUsage.gpus,p=>(k(),E("div",fPe,[pPe,c("div",gPe,[c("div",null,[mPe,xe(U(p.gpu_model),1)]),c("div",null,[_Pe,xe(U(this.computedFileSize(p.available_space)),1)]),c("div",null,[bPe,xe(" "+U(this.computedFileSize(p.used_vram))+" / "+U(this.computedFileSize(p.total_vram))+" ("+U(p.percentage)+"%)",1)])]),c("div",yPe,[c("div",vPe,[c("div",{class:"bg-blue-600 h-2.5 rounded-full",style:yt("width: "+p.percentage+"%;")},null,4)])])]))),256))],2)]),c("div",wPe,[c("div",xPe,[c("button",{onClick:e[10]||(e[10]=de(p=>o.minconf_collapsed=!o.minconf_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex flex-row items-center"},[se(c("div",null,EPe,512),[[Ye,o.minconf_collapsed]]),se(c("div",null,APe,512),[[Ye,!o.minconf_collapsed]]),SPe])]),c("div",{class:Ce([{hidden:o.minconf_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",TPe,[ae(i,{title:"General",is_subcard:!0,class:"pb-2 m-2"},{default:Ne(()=>[c("table",MPe,[c("tr",null,[OPe,c("td",RPe,[se(c("input",{type:"text",id:"host",required:"","onUpdate:modelValue":e[11]||(e[11]=p=>r.configFile.host=p),onChange:e[12]||(e[12]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"},null,544),[[Re,r.configFile.host]])])]),c("tr",null,[NPe,c("td",DPe,[se(c("input",{type:"number",step:"1",id:"port",required:"","onUpdate:modelValue":e[13]||(e[13]=p=>r.configFile.port=p),onChange:e[14]||(e[14]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"},null,544),[[Re,r.configFile.port]])])]),c("tr",null,[LPe,c("td",IPe,[se(c("input",{type:"text",id:"db_path",required:"","onUpdate:modelValue":e[15]||(e[15]=p=>r.configFile.db_path=p),onChange:e[16]||(e[16]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"},null,544),[[Re,r.configFile.db_path]])])]),c("tr",null,[PPe,c("td",null,[c("div",FPe,[se(c("input",{type:"checkbox",id:"auto_show_browser",required:"","onUpdate:modelValue":e[17]||(e[17]=p=>r.configFile.auto_show_browser=p),onChange:e[18]||(e[18]=p=>o.settingsChanged=!0),class:"m-2 h-50 w-50 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.auto_show_browser]])])])]),c("tr",null,[BPe,c("td",$Pe,[c("div",zPe,[se(c("input",{type:"checkbox",id:"enable_gpu",required:"","onUpdate:modelValue":e[19]||(e[19]=p=>r.configFile.enable_gpu=p),onChange:e[20]||(e[20]=p=>o.settingsChanged=!0),class:"m-2 h-50 w-50 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.enable_gpu]]),r.configFile.enable_gpu?L("",!0):(k(),E("button",{key:0,onClick:e[21]||(e[21]=de((...p)=>r.upgrade2GPU&&r.upgrade2GPU(...p),["prevent"])),class:"w-100 text-center rounded m-2 bg-blue-300 hover:bg-blue-200 text-l hover:text-primary p-2 m-2 text-left flex flex-row"}," Upgrade from CPU to GPU "))])])]),c("tr",null,[jPe,c("td",null,[c("div",UPe,[se(c("input",{type:"checkbox",id:"auto_save",required:"","onUpdate:modelValue":e[22]||(e[22]=p=>r.configFile.auto_save=p),onChange:e[23]||(e[23]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.auto_save]])])])]),c("tr",null,[qPe,c("td",null,[c("div",HPe,[se(c("input",{type:"checkbox",id:"auto_update",required:"","onUpdate:modelValue":e[24]||(e[24]=p=>r.configFile.auto_update=p),onChange:e[25]||(e[25]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.auto_update]])])])])])]),_:1}),ae(i,{title:"User",is_subcard:!0,class:"pb-2 m-2"},{default:Ne(()=>[c("table",VPe,[c("tr",null,[GPe,c("td",KPe,[se(c("input",{type:"text",id:"user_name",required:"","onUpdate:modelValue":e[26]||(e[26]=p=>r.configFile.user_name=p),onChange:e[27]||(e[27]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.user_name]])])]),c("tr",null,[WPe,c("td",ZPe,[se(c("textarea",{id:"user_description",required:"","onUpdate:modelValue":e[28]||(e[28]=p=>r.configFile.user_description=p),onChange:e[29]||(e[29]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.user_description]])])]),c("tr",null,[YPe,c("td",JPe,[se(c("input",{type:"checkbox",id:"override_personality_model_parameters",required:"","onUpdate:modelValue":e[30]||(e[30]=p=>r.configFile.override_personality_model_parameters=p),onChange:e[31]||(e[31]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.override_personality_model_parameters]])])]),c("tr",null,[QPe,c("td",XPe,[c("label",eFe,[c("img",{src:"/user_infos/"+r.configFile.user_avatar,class:"w-50 h-50 rounded-full",style:{"max-width":"50px","max-height":"50px",cursor:"pointer"}},null,8,tFe)]),c("input",{type:"file",id:"avatar-upload",style:{display:"none"},onChange:e[32]||(e[32]=(...p)=>r.uploadAvatar&&r.uploadAvatar(...p))},null,32)])]),c("tr",null,[nFe,c("td",null,[c("div",sFe,[se(c("input",{type:"checkbox",id:"use_user_name_in_discussions",required:"","onUpdate:modelValue":e[33]||(e[33]=p=>r.configFile.use_user_name_in_discussions=p),onChange:e[34]||(e[34]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.use_user_name_in_discussions]])])])])])]),_:1}),ae(i,{title:"Files Vectorization",is_subcard:!0,class:"pb-2 m-2"},{default:Ne(()=>[c("table",oFe,[c("tr",null,[rFe,c("td",null,[c("div",iFe,[se(c("input",{type:"checkbox",id:"use_files",required:"","onUpdate:modelValue":e[35]||(e[35]=p=>r.configFile.use_files=p),onChange:e[36]||(e[36]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.use_files]])])])]),c("tr",null,[aFe,c("td",null,[c("div",lFe,[se(c("input",{type:"checkbox",id:"data_vectorization_activate",required:"","onUpdate:modelValue":e[37]||(e[37]=p=>r.configFile.data_vectorization_activate=p),onChange:e[38]||(e[38]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.data_vectorization_activate]])])])]),c("tr",null,[cFe,c("td",null,[c("div",dFe,[se(c("input",{type:"checkbox",id:"data_vectorization_build_keys_words",required:"","onUpdate:modelValue":e[39]||(e[39]=p=>r.configFile.data_vectorization_build_keys_words=p),onChange:e[40]||(e[40]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.data_vectorization_build_keys_words]])])])]),c("tr",null,[uFe,c("td",null,[se(c("select",{id:"data_vectorization_method",required:"","onUpdate:modelValue":e[41]||(e[41]=p=>r.configFile.data_vectorization_method=p),onChange:e[42]||(e[42]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},pFe,544),[[an,r.configFile.data_vectorization_method]])])]),c("tr",null,[gFe,c("td",null,[se(c("select",{id:"data_visualization_method",required:"","onUpdate:modelValue":e[43]||(e[43]=p=>r.configFile.data_visualization_method=p),onChange:e[44]||(e[44]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},bFe,544),[[an,r.configFile.data_visualization_method]])])]),c("tr",null,[yFe,c("td",null,[c("div",vFe,[se(c("input",{type:"checkbox",id:"data_vectorization_save_db",required:"","onUpdate:modelValue":e[45]||(e[45]=p=>r.configFile.data_vectorization_save_db=p),onChange:e[46]||(e[46]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.data_vectorization_save_db]])])])]),c("tr",null,[wFe,c("td",null,[se(c("input",{id:"data_vectorization_chunk_size","onUpdate:modelValue":e[47]||(e[47]=p=>r.configFile.data_vectorization_chunk_size=p),onChange:e[48]||(e[48]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"64000",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.data_vectorization_chunk_size]]),se(c("input",{"onUpdate:modelValue":e[49]||(e[49]=p=>r.configFile.data_vectorization_chunk_size=p),type:"number",onChange:e[50]||(e[50]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.data_vectorization_chunk_size]])])]),c("tr",null,[xFe,c("td",null,[se(c("input",{id:"data_vectorization_overlap_size","onUpdate:modelValue":e[51]||(e[51]=p=>r.configFile.data_vectorization_overlap_size=p),onChange:e[52]||(e[52]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"64000",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.data_vectorization_overlap_size]]),se(c("input",{"onUpdate:modelValue":e[53]||(e[53]=p=>r.configFile.data_vectorization_overlap_size=p),type:"number",onChange:e[54]||(e[54]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.data_vectorization_overlap_size]])])]),c("tr",null,[kFe,c("td",null,[se(c("input",{id:"data_vectorization_nb_chunks","onUpdate:modelValue":e[55]||(e[55]=p=>r.configFile.data_vectorization_nb_chunks=p),onChange:e[56]||(e[56]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"1000",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.data_vectorization_nb_chunks]]),se(c("input",{"onUpdate:modelValue":e[57]||(e[57]=p=>r.configFile.data_vectorization_nb_chunks=p),type:"number",onChange:e[58]||(e[58]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.data_vectorization_nb_chunks]])])])])]),_:1}),ae(i,{title:"Audio",is_subcard:!0,class:"pb-2 m-2"},{default:Ne(()=>[c("table",EFe,[c("tr",null,[CFe,c("td",null,[c("div",AFe,[se(c("input",{type:"checkbox",id:"audio_auto_send_input",required:"","onUpdate:modelValue":e[59]||(e[59]=p=>r.configFile.audio_auto_send_input=p),onChange:e[60]||(e[60]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.audio_auto_send_input]])])])]),c("tr",null,[SFe,c("td",null,[c("div",TFe,[se(c("input",{type:"checkbox",id:"auto_speak",required:"","onUpdate:modelValue":e[61]||(e[61]=p=>r.configFile.auto_speak=p),onChange:e[62]||(e[62]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.auto_speak]])])])]),c("tr",null,[MFe,c("td",null,[se(c("input",{id:"audio_pitch","onUpdate:modelValue":e[63]||(e[63]=p=>r.configFile.audio_pitch=p),onChange:e[64]||(e[64]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"10",step:"0.1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.audio_pitch]]),se(c("input",{"onUpdate:modelValue":e[65]||(e[65]=p=>r.configFile.audio_pitch=p),onChange:e[66]||(e[66]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.audio_pitch]])])]),c("tr",null,[OFe,c("td",null,[se(c("input",{id:"audio_silenceTimer","onUpdate:modelValue":e[67]||(e[67]=p=>r.configFile.audio_silenceTimer=p),onChange:e[68]||(e[68]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"10000",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.audio_silenceTimer]]),se(c("input",{"onUpdate:modelValue":e[69]||(e[69]=p=>r.configFile.audio_silenceTimer=p),onChange:e[70]||(e[70]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.audio_silenceTimer]])])]),c("tr",null,[RFe,c("td",null,[se(c("select",{id:"audio_in_language","onUpdate:modelValue":e[71]||(e[71]=p=>r.configFile.audio_in_language=p),onChange:e[72]||(e[72]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},[(k(!0),E(Oe,null,Ve(r.audioLanguages,p=>(k(),E("option",{key:p.code,value:p.code},U(p.name),9,NFe))),128))],544),[[an,r.configFile.audio_in_language]])])]),c("tr",null,[DFe,c("td",null,[se(c("select",{id:"audio_out_voice","onUpdate:modelValue":e[73]||(e[73]=p=>r.configFile.audio_out_voice=p),onChange:e[74]||(e[74]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},[(k(!0),E(Oe,null,Ve(o.audioVoices,p=>(k(),E("option",{key:p.name,value:p.name},U(p.name),9,LFe))),128))],544),[[an,r.configFile.audio_out_voice]])])])])]),_:1})])],2)]),c("div",IFe,[c("div",PFe,[c("button",{onClick:e[75]||(e[75]=de(p=>o.bzc_collapsed=!o.bzc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex flex-row items-center"},[se(c("div",null,BFe,512),[[Ye,o.bzc_collapsed]]),se(c("div",null,zFe,512),[[Ye,!o.bzc_collapsed]]),jFe,r.configFile.binding_name?L("",!0):(k(),E("div",UFe,[qFe,xe(" No binding selected! ")])),r.configFile.binding_name?(k(),E("div",HFe,"|")):L("",!0),r.configFile.binding_name?(k(),E("div",VFe,[c("div",GFe,[c("img",{src:r.imgBinding,class:"w-8 h-8 rounded-full object-fill text-blue-700"},null,8,KFe),c("h3",WFe,U(r.binding_name),1)])])):L("",!0)])]),c("div",{class:Ce([{hidden:o.bzc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[r.bindingsArr&&r.bindingsArr.length>0?(k(),E("div",ZFe,[c("label",YFe," Bindings: ("+U(r.bindingsArr.length)+") ",1),c("div",{class:Ce(["overflow-y-auto no-scrollbar p-2 pb-0 grid lg:grid-cols-3 md:grid-cols-2 gap-4",o.bzl_collapsed?"":"max-h-96"])},[ae(Ut,{name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(r.bindingsArr,(p,b)=>(k(),nt(a,{ref_for:!0,ref:"bindingZoo",key:"index-"+b+"-"+p.folder,binding:p,"on-selected":r.onSelectedBinding,"on-reinstall":r.onReinstallBinding,"on-install":r.onInstallBinding,"on-settings":r.onSettingsBinding,"on-reload-binding":r.onReloadBinding,selected:p.folder===r.configFile.binding_name},null,8,["binding","on-selected","on-reinstall","on-install","on-settings","on-reload-binding","selected"]))),128))]),_:1})],2)])):L("",!0),o.bzl_collapsed?(k(),E("button",{key:1,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Collapse",type:"button",onClick:e[76]||(e[76]=p=>o.bzl_collapsed=!o.bzl_collapsed)},QFe)):(k(),E("button",{key:2,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Expand",type:"button",onClick:e[77]||(e[77]=p=>o.bzl_collapsed=!o.bzl_collapsed)},eBe))],2)]),c("div",tBe,[c("div",nBe,[c("button",{onClick:e[78]||(e[78]=de(p=>o.mzc_collapsed=!o.mzc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex items-center"},[se(c("div",null,oBe,512),[[Ye,o.mzc_collapsed]]),se(c("div",null,iBe,512),[[Ye,!o.mzc_collapsed]]),aBe,c("div",lBe,[r.configFile.binding_name?L("",!0):(k(),E("div",cBe,[dBe,xe(" Select binding first! ")])),!o.isModelSelected&&r.configFile.binding_name?(k(),E("div",uBe,[hBe,xe(" No model selected! ")])):L("",!0),r.configFile.model_name?(k(),E("div",fBe,"|")):L("",!0),r.configFile.model_name?(k(),E("div",pBe,[c("div",gBe,[c("img",{src:r.imgModel,class:"w-8 h-8 rounded-lg object-fill"},null,8,mBe),c("h3",_Be,U(r.model_name),1)])])):L("",!0),r.isModelsLoading?(k(),E("div",bBe,[c("p",null,U(o.loading_text),1),yBe,vBe])):L("",!0)])])]),c("div",{class:Ce([{hidden:o.mzc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",wBe,[c("div",xBe,[c("div",kBe,[o.searchModelInProgress?(k(),E("div",EBe,ABe)):L("",!0),o.searchModelInProgress?L("",!0):(k(),E("div",SBe,MBe))]),se(c("input",{type:"search",class:"block w-full p-4 pl-10 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search models...",required:"","onUpdate:modelValue":e[79]||(e[79]=p=>o.searchModel=p),onKeyup:e[80]||(e[80]=de((...p)=>r.searchModel_func&&r.searchModel_func(...p),["stop"]))},null,544),[[Re,o.searchModel]]),o.searchModel?(k(),E("button",{key:0,onClick:e[81]||(e[81]=de(p=>o.searchModel="",["stop"])),type:"button",class:"text-white absolute right-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"}," Clear search")):L("",!0)])]),c("div",null,[se(c("input",{"onUpdate:modelValue":e[82]||(e[82]=p=>o.show_only_installed_models=p),class:"m-2 p-2",type:"checkbox",ref:"only_installed"},null,512),[[Xe,o.show_only_installed_models]]),OBe]),c("div",null,[ae(l,{radioOptions:o.sortOptions,onRadioSelected:r.handleRadioSelected},null,8,["radioOptions","onRadioSelected"])]),RBe,o.searchModel?(k(),E("div",NBe,[o.modelsFiltered.length>0?(k(),E("div",DBe,[c("label",LBe," Search results: ("+U(o.modelsFiltered.length)+") ",1),c("div",{class:Ce(["overflow-y-auto p-2 pb-0 grid lg:grid-cols-3 md:grid-cols-2 gap-4 overflow-y-scroll w-full dark:bg-bg-dark scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary",o.mzl_collapsed?"":"max-h-96"])},[ae(Ut,{name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(o.show_only_installed_models?r.filter_installed(o.modelsFiltered):o.modelsFiltered,(p,b)=>(k(),nt(d,{ref_for:!0,ref:"modelZoo",key:"index-"+b+"-"+p.name,model:p,"is-installed":p.isInstalled,"on-install":r.onInstall,"on-uninstall":r.onUninstall,"on-selected":r.onSelected,selected:p.name===r.configFile.model_name,model_type:p.model_type,"on-copy":r.onCopy,"on-copy-link":r.onCopyLink,"on-cancel-install":r.onCancelInstall},null,8,["model","is-installed","on-install","on-uninstall","on-selected","selected","model_type","on-copy","on-copy-link","on-cancel-install"]))),128))]),_:1})],2)])):L("",!0)])):L("",!0),o.searchModel?L("",!0):(k(),E("div",IBe,[r.models&&r.models.length>0?(k(),E("div",PBe,[c("label",FBe," Models: ("+U(r.models.length)+") ",1),c("div",{class:Ce(["overflow-y-auto p-2 pb-0 grid lg:grid-cols-3 md:grid-cols-2 gap-4 overflow-y-scroll w-full dark:bg-bg-dark scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary",o.mzl_collapsed?"":"max-h-96"])},[ae(Ut,{name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(o.show_only_installed_models?r.filter_installed(r.models):r.models,(p,b)=>(k(),nt(d,{ref_for:!0,ref:"modelZoo",key:"index-"+b+"-"+p.name,model:p,"is-installed":p.isInstalled,"on-install":r.onInstall,"on-uninstall":r.onUninstall,"on-selected":r.onSelected,selected:p.name===r.configFile.model_name,model_type:p.model_type,"on-copy":r.onCopy,"on-copy-link":r.onCopyLink,"on-cancel-install":r.onCancelInstall},null,8,["model","is-installed","on-install","on-uninstall","on-selected","selected","model_type","on-copy","on-copy-link","on-cancel-install"]))),128))]),_:1})],2)])):L("",!0)])),o.mzl_collapsed?(k(),E("button",{key:2,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Collapse",type:"button",onClick:e[83]||(e[83]=(...p)=>r.open_mzl&&r.open_mzl(...p))},$Be)):(k(),E("button",{key:3,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Expand",type:"button",onClick:e[84]||(e[84]=(...p)=>r.open_mzl&&r.open_mzl(...p))},jBe))],2)]),c("div",UBe,[c("div",qBe,[c("button",{onClick:e[85]||(e[85]=de(p=>o.mzdc_collapsed=!o.mzdc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex items-center"},[se(c("div",null,VBe,512),[[Ye,o.mzdc_collapsed]]),se(c("div",null,KBe,512),[[Ye,!o.mzdc_collapsed]]),WBe,r.binding_name?L("",!0):(k(),E("div",ZBe,[YBe,xe(" No binding selected! ")])),r.configFile.binding_name?(k(),E("div",JBe,"|")):L("",!0),r.configFile.binding_name?(k(),E("div",QBe,[c("div",XBe,[c("img",{src:r.imgBinding,class:"w-8 h-8 rounded-full object-fill text-blue-700"},null,8,e$e),c("h3",t$e,U(r.binding_name),1)])])):L("",!0)])]),c("div",{class:Ce([{hidden:o.mzdc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",n$e,[c("div",s$e,[c("div",null,[c("div",o$e,[r$e,se(c("input",{type:"text","onUpdate:modelValue":e[86]||(e[86]=p=>o.reference_path=p),class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Enter Path ...",required:""},null,512),[[Re,o.reference_path]])]),c("button",{type:"button",onClick:e[87]||(e[87]=de(p=>r.onCreateReference(),["stop"])),class:"text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},"Add reference")]),o.modelDownlaodInProgress?L("",!0):(k(),E("div",i$e,[c("div",a$e,[l$e,se(c("input",{type:"text","onUpdate:modelValue":e[88]||(e[88]=p=>o.addModel.url=p),class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Enter URL ...",required:""},null,512),[[Re,o.addModel.url]])]),c("button",{type:"button",onClick:e[89]||(e[89]=de(p=>r.onInstallAddModel(),["stop"])),class:"text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},"Download")])),o.modelDownlaodInProgress?(k(),E("div",c$e,[d$e,c("div",u$e,[c("div",h$e,[c("div",f$e,[p$e,c("span",g$e,U(Math.floor(o.addModel.progress))+"%",1)]),c("div",{class:"mx-1 opacity-80 line-clamp-1",title:o.addModel.url},U(o.addModel.url),9,m$e),c("div",_$e,[c("div",{class:"bg-blue-600 h-2.5 rounded-full",style:yt({width:o.addModel.progress+"%"})},null,4)]),c("div",b$e,[c("span",y$e,"Download speed: "+U(r.speed_computed)+"/s",1),c("span",v$e,U(r.downloaded_size_computed)+"/"+U(r.total_size_computed),1)])])]),c("div",w$e,[c("div",x$e,[c("div",k$e,[c("button",{onClick:e[90]||(e[90]=de((...p)=>r.onCancelInstall&&r.onCancelInstall(...p),["stop"])),type:"button",title:"Cancel download",class:"text-gray-500 bg-white hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-gray-200 rounded-lg border border-gray-200 text-sm font-medium px-5 py-2.5 hover:text-gray-900 focus:z-10 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-500 dark:hover:text-white dark:hover:bg-gray-600 dark:focus:ring-gray-600"}," Cancel ")])])])])):L("",!0)])])],2)]),c("div",E$e,[c("div",C$e,[c("button",{onClick:e[92]||(e[92]=de(p=>o.pzc_collapsed=!o.pzc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 text-left w-full flex items-center"},[se(c("div",null,S$e,512),[[Ye,o.pzc_collapsed]]),se(c("div",null,M$e,512),[[Ye,!o.pzc_collapsed]]),O$e,r.configFile.personalities?(k(),E("div",R$e,"|")):L("",!0),c("div",N$e,U(r.active_pesonality),1),r.configFile.personalities?(k(),E("div",D$e,"|")):L("",!0),r.configFile.personalities?(k(),E("div",L$e,[r.mountedPersArr.length>0?(k(),E("div",I$e,[(k(!0),E(Oe,null,Ve(r.mountedPersArr,(p,b)=>(k(),E("div",{class:"relative hover:-translate-y-2 duration-300 hover:z-10 shrink-0",key:b+"-"+p.name,ref_for:!0,ref:"mountedPersonalities"},[c("div",P$e,[c("button",{onClick:de(x=>r.onPersonalitySelected(p),["stop"])},[c("img",{src:o.bUrl+p.avatar,onError:e[91]||(e[91]=(...x)=>r.personalityImgPlacehodler&&r.personalityImgPlacehodler(...x)),class:Ce(["w-8 h-8 rounded-full object-fill text-red-700 border-2 active:scale-90 group-hover:border-secondary",r.configFile.active_personality_id==r.configFile.personalities.indexOf(p.full_path)?"border-secondary":"border-transparent z-0"]),title:p.name},null,42,B$e)],8,F$e),c("button",{onClick:de(x=>t.onPersonalityMount(p),["stop"])},j$e,8,$$e)])]))),128))])):L("",!0)])):L("",!0)])]),c("div",{class:Ce([{hidden:o.pzc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",U$e,[q$e,c("div",H$e,[c("div",V$e,[o.searchPersonalityInProgress?(k(),E("div",G$e,W$e)):L("",!0),o.searchPersonalityInProgress?L("",!0):(k(),E("div",Z$e,J$e))]),se(c("input",{type:"search",id:"personality-search",class:"block w-full p-4 pl-10 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search personality...",required:"","onUpdate:modelValue":e[93]||(e[93]=p=>o.searchPersonality=p),onKeyup:e[94]||(e[94]=de((...p)=>r.searchPersonality_func&&r.searchPersonality_func(...p),["stop"]))},null,544),[[Re,o.searchPersonality]]),o.searchPersonality?(k(),E("button",{key:0,onClick:e[95]||(e[95]=de(p=>o.searchPersonality="",["stop"])),type:"button",class:"text-white absolute right-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"}," Clear search")):L("",!0)])]),o.searchPersonality?L("",!0):(k(),E("div",Q$e,[c("label",X$e," Personalities Category: ("+U(o.persCatgArr.length)+") ",1),c("select",{id:"persCat",onChange:e[96]||(e[96]=p=>r.update_personality_category(p.target.value,r.refresh)),class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},[(k(!0),E(Oe,null,Ve(o.persCatgArr,(p,b)=>(k(),E("option",{key:b,selected:p==this.configFile.personality_category},U(p),9,eze))),128))],32)])),c("div",null,[o.personalitiesFiltered.length>0?(k(),E("div",tze,[c("label",nze,U(o.searchPersonality?"Search results":"Personalities")+": ("+U(o.personalitiesFiltered.length)+") ",1),c("div",{class:Ce(["overflow-y-auto no-scrollbar p-2 pb-0 grid lg:grid-cols-3 md:grid-cols-2 gap-4",o.pzl_collapsed?"":"max-h-96"])},[ae(Ut,{name:"bounce"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(o.personalitiesFiltered,(p,b)=>(k(),nt(u,{ref_for:!0,ref:"personalitiesZoo",key:"index-"+b+"-"+p.name,personality:p,select_language:!0,full_path:p.full_path,selected:r.configFile.active_personality_id==r.configFile.personalities.findIndex(x=>x===p.full_path||x===p.full_path+":"+p.language),"on-selected":r.onPersonalitySelected,"on-mount":r.mountPersonality,"on-un-mount":r.unmountPersonality,"on-remount":r.remountPersonality,"on-reinstall":r.onPersonalityReinstall,"on-settings":r.onSettingsPersonality},null,8,["personality","full_path","selected","on-selected","on-mount","on-un-mount","on-remount","on-reinstall","on-settings"]))),128))]),_:1})],2)])):L("",!0)]),o.pzl_collapsed?(k(),E("button",{key:1,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Collapse",type:"button",onClick:e[97]||(e[97]=p=>o.pzl_collapsed=!o.pzl_collapsed)},oze)):(k(),E("button",{key:2,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Expand",type:"button",onClick:e[98]||(e[98]=p=>o.pzl_collapsed=!o.pzl_collapsed)},ize))],2)]),c("div",aze,[c("div",lze,[c("button",{onClick:e[99]||(e[99]=de(p=>o.mc_collapsed=!o.mc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex items-center"},[se(c("div",null,dze,512),[[Ye,o.mc_collapsed]]),se(c("div",null,hze,512),[[Ye,!o.mc_collapsed]]),fze])]),c("div",{class:Ce([{hidden:o.mc_collapsed},"flex flex-col mb-2 p-2"])},[c("div",pze,[c("div",gze,[se(c("input",{id:"override-model-parameters",type:"checkbox",class:"w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-700 dark:focus:ring-offset-gray-700 focus:ring-2 dark:bg-gray-600 dark:border-gray-500",onClick:e[100]||(e[100]=de(()=>{},["stop"])),"onUpdate:modelValue":e[101]||(e[101]=p=>r.configFile.override_personality_model_parameters=p),onChange:e[102]||(e[102]=p=>r.update_setting("override_personality_model_parameters",r.configFile.override_personality_model_parameters))},null,544),[[Xe,r.configFile.override_personality_model_parameters]]),mze])]),c("div",{class:Ce(r.configFile.override_personality_model_parameters?"":"pointer-events-none opacity-30")},[c("div",_ze,[bze,se(c("input",{type:"text",id:"seed","onUpdate:modelValue":e[103]||(e[103]=p=>r.configFile.seed=p),class:"bg-gray-50 border border-gray-300 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,512),[[Re,r.configFile.seed]])]),c("div",yze,[c("div",vze,[c("div",wze,[xze,c("p",kze,[se(c("input",{type:"text",id:"temp-val","onUpdate:modelValue":e[104]||(e[104]=p=>r.configFile.temperature=p),onChange:e[105]||(e[105]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.temperature]])])]),se(c("input",{id:"temperature",onChange:e[106]||(e[106]=p=>o.settingsChanged=!0),type:"range","onUpdate:modelValue":e[107]||(e[107]=p=>r.configFile.temperature=p),min:"0",max:"5",step:"0.1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.temperature]])])]),c("div",Eze,[c("div",Cze,[c("div",Aze,[Sze,c("p",Tze,[se(c("input",{type:"text",id:"predict-val","onUpdate:modelValue":e[108]||(e[108]=p=>r.configFile.n_predict=p),onChange:e[109]||(e[109]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.n_predict]])])]),se(c("input",{id:"predict",type:"range",onChange:e[110]||(e[110]=p=>o.settingsChanged=!0),"onUpdate:modelValue":e[111]||(e[111]=p=>r.configFile.n_predict=p),min:"0",max:"2048",step:"32",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.n_predict]])])]),c("div",Mze,[c("div",Oze,[c("div",Rze,[Nze,c("p",Dze,[se(c("input",{type:"text",id:"top_k-val","onUpdate:modelValue":e[112]||(e[112]=p=>r.configFile.top_k=p),onChange:e[113]||(e[113]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.top_k]])])]),se(c("input",{id:"top_k",type:"range",onChange:e[114]||(e[114]=p=>o.settingsChanged=!0),"onUpdate:modelValue":e[115]||(e[115]=p=>r.configFile.top_k=p),min:"0",max:"100",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.top_k]])])]),c("div",Lze,[c("div",Ize,[c("div",Pze,[Fze,c("p",Bze,[se(c("input",{type:"text",id:"top_p-val","onUpdate:modelValue":e[116]||(e[116]=p=>r.configFile.top_p=p),onChange:e[117]||(e[117]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.top_p]])])]),se(c("input",{id:"top_p",type:"range","onUpdate:modelValue":e[118]||(e[118]=p=>r.configFile.top_p=p),min:"0",max:"1",step:"0.01",onChange:e[119]||(e[119]=p=>o.settingsChanged=!0),class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.top_p]])])]),c("div",$ze,[c("div",zze,[c("div",jze,[Uze,c("p",qze,[se(c("input",{type:"text",id:"repeat_penalty-val","onUpdate:modelValue":e[120]||(e[120]=p=>r.configFile.repeat_penalty=p),onChange:e[121]||(e[121]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.repeat_penalty]])])]),se(c("input",{id:"repeat_penalty",onChange:e[122]||(e[122]=p=>o.settingsChanged=!0),type:"range","onUpdate:modelValue":e[123]||(e[123]=p=>r.configFile.repeat_penalty=p),min:"0",max:"2",step:"0.01",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.repeat_penalty]])])]),c("div",Hze,[c("div",Vze,[c("div",Gze,[Kze,c("p",Wze,[se(c("input",{type:"text",id:"repeat_last_n-val","onUpdate:modelValue":e[124]||(e[124]=p=>r.configFile.repeat_last_n=p),onChange:e[125]||(e[125]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.repeat_last_n]])])]),se(c("input",{id:"repeat_last_n",type:"range","onUpdate:modelValue":e[126]||(e[126]=p=>r.configFile.repeat_last_n=p),min:"0",max:"100",step:"1",onChange:e[127]||(e[127]=p=>o.settingsChanged=!0),class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.repeat_last_n]])])])],2)],2)])],2)]),ae(h,{ref:"toast"},null,512),ae(f,{ref:"yesNoDialog",class:"z-20"},null,512),ae(g,{ref:"addmodeldialog"},null,512),ae(m,{ref:"messageBox"},null,512),ae(_,{ref:"universalForm",class:"z-20"},null,512),ae(v,{class:"z-20",show:o.variantSelectionDialogVisible,choices:o.variant_choices,onChoiceSelected:r.onVariantChoiceSelected,onCloseDialog:r.oncloseVariantChoiceDialog,onChoiceValidated:r.onvalidateVariantChoice},null,8,["show","choices","onChoiceSelected","onCloseDialog","onChoiceValidated"])],64)}const Yze=ze(QLe,[["render",Zze],["__scopeId","data-v-b7aaf788"]]),Jze={components:{ClipBoardTextInput:wc,Card:jo},data(){return{dataset_path:"",max_length:1024,batch_size:4,lr:5e-5,num_epochs:2,selectedFolder:"",selectedDataset:""}},methods:{submitForm(){const t={model_name:this.selectedModel,dataset_file:this.selectedDataset,max_length:this.max_length,batch_size:this.batch_size,lr:this.lr,num_epochs:this.num_epochs,output_dir:this.selectedFolder};ye.post("/start_training",t).then(e=>{})},openFolderSelector(){this.$refs.folder_selector.click()},selectOutputDirectory(t){var n;console.log("here");const e=(n=t.target.files[0])==null?void 0:n.path;console.log(e),e&&(this.selectedFolder=e)},selectDataset(t){const e=t.target.files;e.length>0&&(this.selectedDataset=e[0])}},computed:{selectedModel:{get(){return this.$store.state.selectedModel}},models:{get(){return this.$store.state.modelsArr}}},watch:{model_name(t){console.log("watching model_name",t),this.$refs.clipboardInput.inputValue=t}}},Qze={key:0,class:"container overflow-y-scroll flex flex-col no-scrollbar shadow-lg p-10 pt-2 bg-bg-light-tone dark:bg-bg-dark-tone"},Xze={class:"mb-4"},eje=c("label",{for:"model_name",class:"text-sm"},"Model Name:",-1),tje=["value"],nje={class:"mb-4"},sje=c("label",{for:"dataset_path",class:"text-sm"},"Dataset:",-1),oje={class:"mb-4"},rje=c("label",{for:"lr",class:"text-sm"},"Learning Rate:",-1),ije={class:"mb-4"},aje=c("label",{for:"num_epochs",class:"text-sm"},"Number of Epochs:",-1),lje={class:"mb-4"},cje=c("label",{for:"max_length",class:"text-sm"},"Max Length:",-1),dje={class:"mb-4"},uje=c("label",{for:"batch_size",class:"text-sm"},"Batch Size:",-1),hje={class:"mb-4"},fje=c("label",{for:"output_dir",class:"text-sm"},"Output Directory:",-1),pje=c("button",{class:"bg-blue-500 text-white px-4 py-2 rounded"},"Start training",-1),gje={key:1};function mje(t,e,n,s,o,r){const i=Fe("Card"),a=Fe("ClipBoardTextInput");return r.selectedModel!==null&&r.selectedModel.toLowerCase().includes("gptq")?(k(),E("div",Qze,[c("form",{onSubmit:e[2]||(e[2]=de((...l)=>r.submitForm&&r.submitForm(...l),["prevent"])),class:""},[ae(i,{title:"Training configuration",isHorizontal:!0,disableHoverAnimation:!0,disableFocus:!0},{default:Ne(()=>[ae(i,{title:"Model",class:"",isHorizontal:!1},{default:Ne(()=>[c("div",Xze,[eje,se(c("select",{"onUpdate:modelValue":e[0]||(e[0]=l=>r.selectedModel=l),onChange:e[1]||(e[1]=(...l)=>t.setModel&&t.setModel(...l)),class:"bg-white dark:bg-black m-0 border-2 rounded-md shadow-sm w-full"},[(k(!0),E(Oe,null,Ve(r.models,l=>(k(),E("option",{key:l,value:l},U(l),9,tje))),128))],544),[[an,r.selectedModel]])])]),_:1}),ae(i,{title:"Data",isHorizontal:!1},{default:Ne(()=>[c("div",nje,[sje,ae(a,{id:"model_path",inputType:"file",value:o.dataset_path,onchange:"selectDataset()"},null,8,["value"])])]),_:1}),ae(i,{title:"Training",isHorizontal:!1},{default:Ne(()=>[c("div",oje,[rje,ae(a,{id:"model_path",inputType:"integer",value:o.lr},null,8,["value"])]),c("div",ije,[aje,ae(a,{id:"model_path",inputType:"integer",value:o.num_epochs},null,8,["value"])]),c("div",lje,[cje,ae(a,{id:"model_path",inputType:"integer",value:o.max_length},null,8,["value"])]),c("div",dje,[uje,ae(a,{id:"model_path",inputType:"integer",value:o.batch_size},null,8,["value"])])]),_:1}),ae(i,{title:"Output",isHorizontal:!1},{default:Ne(()=>[c("div",hje,[fje,ae(a,{id:"model_path",inputType:"text",value:t.output_dir},null,8,["value"])])]),_:1})]),_:1}),ae(i,{disableHoverAnimation:!0,disableFocus:!0},{default:Ne(()=>[pje]),_:1})],32)])):(k(),E("div",gje,[ae(i,{title:"Info",class:"",isHorizontal:!1},{default:Ne(()=>[xe(" Only GPTQ models are supported for QLora fine tuning. Please select a GPTQ compatible binding. ")]),_:1})]))}const _je=ze(Jze,[["render",mje]]),bje={components:{ClipBoardTextInput:wc,Card:jo},data(){return{model_name:"jondurbin/airoboros-7b-gpt4",tokenizer_name:"jondurbin/airoboros-7b-gpt4",dataset_path:"",max_length:1024,batch_size:4,lr:5e-5,num_epochs:2,selectedFolder:"",selectedDatasetPath:""}},methods:{submitForm(){this.model_name,this.tokenizer_name,this.selectedDatasetPath,this.max_length,this.batch_size,this.lr,this.num_epochs,this.selectedFolder},openFolderSelector(){this.$refs.folder_selector.click()},selectOutputDirectory(t){var n;console.log("here");const e=(n=t.target.files[0])==null?void 0:n.path;console.log(e),e&&(this.selectedFolder=e)},selectDatasetPath(t){const e=t.target.files;e.length>0&&(this.selectedDatasetPath=e[0].webkitRelativePath)}}},yje={class:"container overflow-y-scroll flex flex-col no-scrollbar shadow-lg p-10 pt-2 bg-bg-light-tone dark:bg-bg-dark-tone"},vje={class:"mb-4"},wje=c("label",{for:"model_name",class:"text-sm"},"Model Name:",-1),xje={class:"mb-4"},kje=c("label",{for:"tokenizer_name",class:"text-sm"},"Tokenizer Name:",-1),Eje=c("button",{type:"submit",class:"bg-blue-500 text-white px-4 py-2 rounded"},"Quantize LLM",-1);function Cje(t,e,n,s,o,r){const i=Fe("ClipBoardTextInput"),a=Fe("Card");return k(),E("div",yje,[c("form",{onSubmit:e[0]||(e[0]=de((...l)=>r.submitForm&&r.submitForm(...l),["prevent"])),class:"max-w-md mx-auto"},[ae(a,{title:"Quantizing configuration",isHorizontal:!0,disableHoverAnimation:!0,disableFocus:!0},{default:Ne(()=>[ae(a,{title:"Model",class:"",isHorizontal:!1},{default:Ne(()=>[c("div",vje,[wje,ae(i,{id:"model_path",inputType:"text",value:o.model_name},null,8,["value"])]),c("div",xje,[kje,ae(i,{id:"model_path",inputType:"text",value:o.tokenizer_name},null,8,["value"])])]),_:1})]),_:1}),ae(a,{disableHoverAnimation:!0,disableFocus:!0},{default:Ne(()=>[Eje]),_:1})],32)])}const Aje=ze(bje,[["render",Cje]]),Sje={name:"Discussion",emits:["delete","select","editTitle","checked"],props:{id:Number,title:String,selected:Boolean,loading:Boolean,isCheckbox:Boolean,checkBoxValue:Boolean},setup(){},data(){return{showConfirmation:!1,editTitleMode:!1,editTitle:!1,newTitle:String,checkBoxValue_local:!1}},methods:{deleteEvent(){this.showConfirmation=!1,this.$emit("delete")},selectEvent(){this.$emit("select")},editTitleEvent(){this.editTitle=!1,this.editTitleMode=!1,this.showConfirmation=!1,this.$emit("editTitle",{title:this.newTitle,id:this.id})},chnageTitle(t){this.newTitle=t},checkedChangeEvent(t,e){this.$emit("checked",t,e)}},mounted(){this.newTitle=this.title,be(()=>{ve.replace()})},watch:{showConfirmation(){be(()=>{ve.replace()})},editTitleMode(t){this.showConfirmation=t,this.editTitle=t,t&&be(()=>{this.$refs.titleBox.focus()})},checkBoxValue(t,e){this.checkBoxValue_local=t}}},Tje=["id"],Mje={class:"flex flex-row items-center gap-2"},Oje={key:0},Rje=["title"],Nje=["value"],Dje={class:"flex items-center flex-1 max-h-6"},Lje={key:0,class:"flex gap-3 flex-1 items-center justify-end duration-75"},Ije=c("i",{"data-feather":"check"},null,-1),Pje=[Ije],Fje=c("i",{"data-feather":"x"},null,-1),Bje=[Fje],$je={key:1,class:"flex gap-3 flex-1 items-center justify-end duration-75"},zje=c("i",{"data-feather":"x"},null,-1),jje=[zje],Uje=c("i",{"data-feather":"check"},null,-1),qje=[Uje],Hje={key:2,class:"flex gap-3 flex-1 items-center justify-end invisible group-hover:visible duration-75"},Vje=c("i",{"data-feather":"edit-2"},null,-1),Gje=[Vje],Kje=c("i",{"data-feather":"trash"},null,-1),Wje=[Kje];function Zje(t,e,n,s,o,r){return k(),E("div",{class:Ce([n.selected?"bg-bg-light-discussion dark:bg-bg-dark-discussion shadow-md min-w-[23rem] max-w-[23rem]":" min-w-[23rem] max-w-[23rem]","flex flex-row sm:flex-row flex-wrap flex-shrink: 0 item-center shadow-sm gap-2 py-2 my-2 hover:shadow-md hover:bg-primary-light dark:hover:bg-primary rounded-md p-2 duration-75 group cursor-pointer"]),id:"dis-"+n.id,onClick:e[13]||(e[13]=de(i=>r.selectEvent(),["stop"]))},[c("div",Mje,[n.isCheckbox?(k(),E("div",Oje,[se(c("input",{type:"checkbox",class:"w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-700 dark:focus:ring-offset-gray-700 focus:ring-2 dark:bg-gray-600 dark:border-gray-500",onClick:e[0]||(e[0]=de(()=>{},["stop"])),"onUpdate:modelValue":e[1]||(e[1]=i=>o.checkBoxValue_local=i),onInput:e[2]||(e[2]=i=>r.checkedChangeEvent(i,n.id))},null,544),[[Xe,o.checkBoxValue_local]])])):L("",!0),n.selected?(k(),E("div",{key:1,class:Ce(["min-h-full w-2 rounded-xl self-stretch",n.loading?"animate-bounce bg-accent ":" bg-secondary "])},null,2)):L("",!0),n.selected?L("",!0):(k(),E("div",{key:2,class:Ce(["w-2",n.loading?"min-h-full w-2 rounded-xl self-stretch animate-bounce bg-accent ":" "])},null,2))]),o.editTitle?L("",!0):(k(),E("p",{key:0,title:n.title,class:"line-clamp-1 w-4/6 ml-1 -mx-5"},U(n.title?n.title==="untitled"?"New discussion":n.title:"New discussion"),9,Rje)),o.editTitle?(k(),E("input",{key:1,type:"text",id:"title-box",ref:"titleBox",class:"bg-bg-light dark:bg-bg-dark rounded-md border-0 w-full -m-1 p-1",value:n.title,required:"",onKeydown:[e[3]||(e[3]=Qa(de(i=>r.editTitleEvent(),["exact"]),["enter"])),e[4]||(e[4]=Qa(de(i=>o.editTitleMode=!1,["exact"]),["esc"]))],onInput:e[5]||(e[5]=i=>r.chnageTitle(i.target.value)),onClick:e[6]||(e[6]=de(()=>{},["stop"]))},null,40,Nje)):L("",!0),c("div",Dje,[o.showConfirmation&&!o.editTitleMode?(k(),E("div",Lje,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm removal",type:"button",onClick:e[7]||(e[7]=de(i=>r.deleteEvent(),["stop"]))},Pje),c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Cancel removal",type:"button",onClick:e[8]||(e[8]=de(i=>o.showConfirmation=!1,["stop"]))},Bje)])):L("",!0),o.showConfirmation&&o.editTitleMode?(k(),E("div",$je,[c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Discard title changes",type:"button",onClick:e[9]||(e[9]=de(i=>o.editTitleMode=!1,["stop"]))},jje),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm title changes",type:"button",onClick:e[10]||(e[10]=de(i=>r.editTitleEvent(),["stop"]))},qje)])):L("",!0),o.showConfirmation?L("",!0):(k(),E("div",Hje,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Edit title",type:"button",onClick:e[11]||(e[11]=de(i=>o.editTitleMode=!0,["stop"]))},Gje),c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Remove discussion",type:"button",onClick:e[12]||(e[12]=de(i=>o.showConfirmation=!0,["stop"]))},Wje)]))])],10,Tje)}const Ug=ze(Sje,[["render",Zje]]),Yje={props:{htmlContent:{type:String,required:!0}}},Jje=["innerHTML"];function Qje(t,e,n,s,o,r){return k(),E("div",null,[c("div",{innerHTML:n.htmlContent},null,8,Jje)])}const Xje=ze(Yje,[["render",Qje]]);const eUe={props:{jsonData:{type:[Object,Array,String],default:null},jsonFormText:{type:String,default:"JSON Form"}},data(){return{collapsed:!0}},computed:{formattedJson(){if(console.log(typeof this.jsonData),typeof this.jsonData=="string"){let t=JSON.stringify(JSON.parse(this.jsonData),null," ").replace(/\n/g,"
");return console.log(t),console.log(this.jsonFormText),t}else{let t=JSON.stringify(this.jsonData,null," ").replace(/\n/g,"
");return console.log(t),console.log(this.jsonFormText),t}},isObject(){return console.log(typeof this.jsonData),console.log(this.jsonData),typeof this.jsonData=="object"&&this.jsonData!==null},isContentPresent(){return this.jsonData!==null&&(typeof this.jsonData!="string"||this.jsonData.trim()!=="")}},methods:{toggleCollapsed(){this.collapsed=!this.collapsed},toggleCollapsible(){this.collapsed=!this.collapsed}}},tUe={key:0},nUe={class:"toggle-icon mr-1"},sUe={key:0,class:"fas fa-plus-circle text-gray-600"},oUe={key:1,class:"fas fa-minus-circle text-gray-600"},rUe={class:"json-viewer max-h-64 overflow-auto p-4 bg-gray-100 border border-gray-300 rounded dark:bg-gray-600"},iUe={key:0,class:"fas fa-plus-circle text-gray-600"},aUe={key:1,class:"fas fa-minus-circle text-gray-600"},lUe=["innerHTML"];function cUe(t,e,n,s,o,r){return r.isContentPresent?(k(),E("div",tUe,[c("div",{class:"collapsible-section cursor-pointer mb-4 font-bold hover:text-gray-900",onClick:e[0]||(e[0]=(...i)=>r.toggleCollapsible&&r.toggleCollapsible(...i))},[c("span",nUe,[o.collapsed?(k(),E("i",sUe)):(k(),E("i",oUe))]),xe(" "+U(n.jsonFormText),1)]),se(c("div",null,[c("div",rUe,[r.isObject?(k(),E("span",{key:0,onClick:e[1]||(e[1]=(...i)=>r.toggleCollapsed&&r.toggleCollapsed(...i)),class:"toggle-icon cursor-pointer mr-1"},[o.collapsed?(k(),E("i",iUe)):(k(),E("i",aUe))])):L("",!0),c("pre",{innerHTML:r.formattedJson},null,8,lUe)])],512),[[Ye,!o.collapsed]])])):L("",!0)}const dUe=ze(eUe,[["render",cUe]]),uUe={props:{done:{type:Boolean,required:!0},message:{type:String,required:!0},status:{type:Boolean,required:!0}}},hUe={class:"step flex items-center mb-4"},fUe={class:"flex items-center justify-center w-6 h-6 mr-2"},pUe={key:0},gUe=c("i",{"data-feather":"square",class:"text-gray-400 w-4 h-4"},null,-1),mUe=[gUe],_Ue={key:1},bUe=c("i",{"data-feather":"check-square",class:"text-green-500 w-4 h-4"},null,-1),yUe=[bUe],vUe={key:2},wUe=c("i",{"data-feather":"x-square",class:"text-red-500 w-4 h-4"},null,-1),xUe=[wUe],kUe={key:0,role:"status"},EUe=c("svg",{"aria-hidden":"true",class:"w-6 h-6 animate-spin fill-secondary",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})],-1),CUe=[EUe];function AUe(t,e,n,s,o,r){return k(),E("div",hUe,[c("div",fUe,[n.done?L("",!0):(k(),E("div",pUe,mUe)),n.done&&n.status?(k(),E("div",_Ue,yUe)):L("",!0),n.done&&!n.status?(k(),E("div",vUe,xUe)):L("",!0)]),n.done?L("",!0):(k(),E("div",kUe,CUe)),c("div",{class:Ce(["content flex-1 px-2",{"text-green-500":n.done,"text-yellow-500":!n.done}])},U(n.message),3)])}const SUe=ze(uUe,[["render",AUe]]);const TUe={props:{code:String},data(){return{evaluatedCode:""}},watch:{code:{handler(t){this.evaluateScriptTags(t)},immediate:!0}},methods:{evaluateScriptTags(t){const e=document.createElement("div");e.innerHTML=t,e.querySelectorAll("script").forEach(s=>{const o=document.createElement("script");o.textContent=s.textContent,document.body.appendChild(o),document.body.removeChild(o)}),this.evaluatedCode=e.innerHTML}}},MUe=["innerHTML"];function OUe(t,e,n,s,o,r){return k(),E("div",{innerHTML:o.evaluatedCode},null,8,MUe)}const RUe=ze(TUe,[["render",OUe]]);const NUe="/",DUe={name:"Message",emits:["copy","delete","rankUp","rankDown","updateMessage","resendMessage","continueMessage"],components:{MarkdownRenderer:Bg,Step:SUe,RenderHTMLJS:Xje,JsonViewer:dUe,DynamicUIRenderer:RUe},props:{message:Object,avatar:""},data(){return{msg:null,isSpeaking:!1,speechSynthesis:null,voices:[],expanded:!1,showConfirmation:!1,editMsgMode:!1,deleteMsgMode:!1,mdRenderHeight:Number}},mounted(){"speechSynthesis"in window?(this.speechSynthesis=window.speechSynthesis,this.voices=this.speechSynthesis.getVoices(),this.voices.length===0&&this.speechSynthesis.addEventListener("voiceschanged",this.onVoicesChanged)):console.error("Speech synthesis is not supported in this browser."),be(()=>{ve.replace(),this.mdRenderHeight=this.$refs.mdRender.$el.offsetHeight})},methods:{onVoicesChanged(){this.voices=this.speechSynthesis.getVoices()},speak(){if(this.msg){this.speechSynthesis.cancel(),this.msg=null,this.isSpeaking=!1;return}let t=0;console.log("voice on"),this.isSpeaking=!0;const e=200;this.message.content,this.msg=new SpeechSynthesisUtterance,this.msg.pitch=this.$store.state.config.audio_pitch,this.voices.length>0&&(this.msg.voice=this.voices.filter(o=>o.name===this.$store.state.config.audio_out_voice)[0]);const n=o=>{let r=this.message.content.substring(o,o+e);const i=[".","!","?",` +You need to select model before you leave, or else.`,"Ok","Cancel"),!1}},X=t=>(is("data-v-3eed25d8"),t=t(),as(),t),XLe={class:"container overflow-y-scroll flex flex-col shadow-lg p-10 pt-0 overflow-y-scroll w-full dark:bg-bg-dark scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary"},eIe={class:"sticky top-0 z-10 flex flex-row mb-2 p-3 gap-3 w-full rounded-b-lg bg-bg-light-tone dark:bg-bg-dark-tone shadow-lg"},tIe={key:0,class:"flex gap-3 flex-1 items-center duration-75"},nIe=X(()=>c("i",{"data-feather":"x"},null,-1)),sIe=[nIe],oIe=X(()=>c("i",{"data-feather":"check"},null,-1)),rIe=[oIe],iIe={key:1,class:"flex gap-3 flex-1 items-center"},aIe=X(()=>c("i",{"data-feather":"save"},null,-1)),lIe=[aIe],cIe=X(()=>c("i",{"data-feather":"refresh-ccw"},null,-1)),dIe=[cIe],uIe=X(()=>c("i",{"data-feather":"list"},null,-1)),hIe=[uIe],fIe={class:"flex gap-3 flex-1 items-center justify-end"},pIe=X(()=>c("i",{"data-feather":"trash-2"},null,-1)),gIe=[pIe],mIe=X(()=>c("i",{"data-feather":"refresh-ccw"},null,-1)),_Ie=[mIe],bIe=X(()=>c("i",{"data-feather":"arrow-up-circle"},null,-1)),yIe={key:0},vIe=X(()=>c("i",{"data-feather":"alert-circle"},null,-1)),wIe=[vIe],xIe={class:"flex gap-3 items-center"},kIe={key:0,class:"flex gap-3 items-center"},EIe=X(()=>c("i",{"data-feather":"check"},null,-1)),CIe=[EIe],AIe={key:1,role:"status"},SIe=X(()=>c("svg",{"aria-hidden":"true",class:"w-6 h-6 animate-spin fill-secondary",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})],-1)),TIe=X(()=>c("span",{class:"sr-only"},"Loading...",-1)),MIe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},OIe={class:"flex flex-row p-3"},RIe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),NIe=[RIe],DIe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),LIe=[DIe],IIe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," System status",-1)),PIe=X(()=>c("div",{class:"mr-2"},"|",-1)),FIe={class:"text-base font-semibold cursor-pointer select-none items-center"},BIe={class:"flex gap-2 items-center"},$Ie={key:0},zIe={class:"flex gap-2 items-center"},jIe=["title"],UIe=Gs('',34),qIe=[UIe],HIe={class:"font-bold font-large text-lg"},VIe={key:1},GIe={class:"flex gap-2 items-center"},KIe=Gs('',1),WIe={class:"font-bold font-large text-lg"},ZIe=X(()=>c("i",{"data-feather":"cpu",title:"CPU Ram",class:"w-5 h-5 mx-1 flex-shrink-0"},null,-1)),YIe={class:"font-bold font-large text-lg"},JIe=X(()=>c("i",{"data-feather":"hard-drive",title:"Hard drive",class:"w-5 h-5 mx-1 flex-shrink-0"},null,-1)),QIe={class:"font-bold font-large text-lg"},XIe={class:"mb-2"},ePe=X(()=>c("label",{class:"flex items-center gap-1 ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},[c("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},[c("path",{fill:"currentColor",d:"M17 17H7V7h10m4 4V9h-2V7a2 2 0 0 0-2-2h-2V3h-2v2h-2V3H9v2H7c-1.11 0-2 .89-2 2v2H3v2h2v2H3v2h2v2a2 2 0 0 0 2 2h2v2h2v-2h2v2h2v-2h2a2 2 0 0 0 2-2v-2h2v-2h-2v-2m-6 2h-2v-2h2m2-2H9v6h6V9Z"})]),xe(" CPU Ram usage: ")],-1)),tPe={class:"flex flex-col mx-2"},nPe=X(()=>c("b",null,"Avaliable ram: ",-1)),sPe=X(()=>c("b",null,"Ram usage: ",-1)),oPe={class:"p-2"},rPe={class:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"},iPe={class:"mb-2"},aPe=X(()=>c("label",{class:"flex items-center gap-1 ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},[c("i",{"data-feather":"hard-drive",class:"w-5 h-5"}),xe(" Disk usage: ")],-1)),lPe={class:"flex flex-col mx-2"},cPe=X(()=>c("b",null,"Avaliable disk space: ",-1)),dPe=X(()=>c("b",null,"Disk usage: ",-1)),uPe={class:"p-2"},hPe={class:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"},fPe={class:"mb-2"},pPe=Gs('',1),gPe={class:"flex flex-col mx-2"},mPe=X(()=>c("b",null,"Model: ",-1)),_Pe=X(()=>c("b",null,"Avaliable vram: ",-1)),bPe=X(()=>c("b",null,"GPU usage: ",-1)),yPe={class:"p-2"},vPe={class:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"},wPe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},xPe={class:"flex flex-row p-3"},kPe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),EPe=[kPe],CPe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),APe=[CPe],SPe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Main configurations",-1)),TPe={class:"flex flex-col mb-2 px-3 pb-2"},MPe={class:"expand-to-fit bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},OPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"db_path",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Host:")],-1)),RPe={style:{width:"100%"}},NPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"db_path",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Port:")],-1)),DPe={style:{width:"100%"}},LPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"db_path",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Database path:")],-1)),IPe={style:{width:"100%"}},PPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"auto_show_browser",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Auto show browser:")],-1)),FPe={class:"flex flex-row"},BPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"enable_gpu",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Enable GPU:")],-1)),$Pe={class:"text-center items-center"},zPe={class:"flex flex-row"},jPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"auto_save",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Auto save:")],-1)),UPe={class:"flex flex-row"},qPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"auto_update",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Auto update:")],-1)),HPe={class:"flex flex-row"},VPe={class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},GPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"user_name",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"User name:")],-1)),KPe={style:{width:"100%"}},WPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"user_description",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"User description:")],-1)),ZPe={style:{width:"100%"}},YPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"user_description",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Use user description in discussion:")],-1)),JPe={style:{width:"100%"}},QPe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"user_name",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"User avatar:")],-1)),XPe={style:{width:"100%"}},eFe={for:"avatar-upload"},tFe=["src"],nFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"use_user_name_in_discussions",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Use User Name in discussions:")],-1)),sFe={class:"flex flex-row"},oFe={class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},rFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"use_files",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Activate files support:")],-1)),iFe={class:"flex flex-row"},aFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_activate",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Activate files vectorization:")],-1)),lFe={class:"flex flex-row"},cFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_build_keys_words",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Build keywords when querying the vectorized database:")],-1)),dFe={class:"flex flex-row"},uFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_method",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Data vectorization method:")],-1)),hFe=X(()=>c("option",{value:"ftidf_vectorizer"},"ftidf Vectorizer",-1)),fFe=X(()=>c("option",{value:"model_embedding"},"Model Embedding",-1)),pFe=[hFe,fFe],gFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_visualization_method",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Data visualization method:")],-1)),mFe=X(()=>c("option",{value:"PCA"},"PCA",-1)),_Fe=X(()=>c("option",{value:"TSNE"},"TSNE",-1)),bFe=[mFe,_Fe],yFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_save_db",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Save the new files to the database (The database wil always grow and continue to be the same over many sessions):")],-1)),vFe={class:"flex flex-row"},wFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_chunk_size",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Data vectorization chunk size(tokens):")],-1)),xFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_overlap_size",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Data vectorization overlap size(tokens):")],-1)),kFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"data_vectorization_overlap_size",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Number of chunks to use for each message:")],-1)),EFe={class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},CFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_auto_send_input",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Send audio input automatically:")],-1)),AFe={class:"flex flex-row"},SFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"auto_speak",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Enable auto speak:")],-1)),TFe={class:"flex flex-row"},MFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_pitch",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"audio pitch:")],-1)),OFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_silenceTimer",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"audio in silence timer (ms):")],-1)),RFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_in_language",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Input Audio Language:")],-1)),NFe=["value"],DFe=X(()=>c("td",{style:{"min-width":"200px"}},[c("label",{for:"audio_out_voice",class:"text-sm font-bold",style:{"margin-right":"1rem"}},"Output Audio Voice:")],-1)),LFe=["value"],IFe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},PFe={class:"flex flex-row p-3"},FFe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),BFe=[FFe],$Fe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),zFe=[$Fe],jFe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Binding zoo",-1)),UFe={key:0,class:"text-base text-red-600 flex gap-3 items-center mr-2"},qFe=X(()=>c("i",{"data-feather":"alert-triangle",class:"flex-shrink-0"},null,-1)),HFe={key:1,class:"mr-2"},VFe={key:2,class:"text-base font-semibold cursor-pointer select-none items-center"},GFe={class:"flex gap-1 items-center"},KFe=["src"],WFe={class:"font-bold font-large text-lg line-clamp-1"},ZFe={key:0,class:"mb-2"},YFe={for:"binding",class:"block ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},JFe=X(()=>c("i",{"data-feather":"chevron-up"},null,-1)),QFe=[JFe],XFe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),eBe=[XFe],tBe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},nBe={class:"flex flex-row p-3"},sBe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),oBe=[sBe],rBe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),iBe=[rBe],aBe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Models zoo",-1)),lBe={class:"flex flex-row items-center"},cBe={key:0,class:"text-base text-red-600 flex gap-3 items-center mr-2"},dBe=X(()=>c("i",{"data-feather":"alert-triangle",class:"flex-shrink-0"},null,-1)),uBe={key:1,class:"text-base text-red-600 flex gap-3 items-center mr-2"},hBe=X(()=>c("i",{"data-feather":"alert-triangle",class:"flex-shrink-0"},null,-1)),fBe={key:2,class:"mr-2"},pBe={key:3,class:"text-base font-semibold cursor-pointer select-none items-center"},gBe={class:"flex gap-1 items-center"},mBe=["src"],_Be={class:"font-bold font-large text-lg line-clamp-1"},bBe={key:4,role:"status"},yBe=X(()=>c("svg",{"aria-hidden":"true",class:"w-6 h-6 animate-spin fill-secondary",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})],-1)),vBe=X(()=>c("span",{class:"sr-only"},"Loading...",-1)),wBe={class:"mx-2 mb-4"},xBe={class:"relative"},kBe={class:"absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none"},EBe={key:0},CBe=X(()=>c("div",{role:"status"},[c("svg",{"aria-hidden":"true",class:"inline w-4 h-4 mr-2 text-gray-200 animate-spin dark:text-gray-600 fill-blue-600",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})]),c("span",{class:"sr-only"},"Loading...")],-1)),ABe=[CBe],SBe={key:1},TBe=X(()=>c("svg",{"aria-hidden":"true",class:"w-5 h-5 text-gray-500 dark:text-gray-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[c("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})],-1)),MBe=[TBe],OBe=X(()=>c("label",{for:"only_installed"},"Show only installed models",-1)),RBe=X(()=>c("a",{href:"https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard",target:"_blank",class:"mb-4 font-bold underline text-blue-500 pb-4"},"Hugging face Leaderboard",-1)),NBe={key:0},DBe={key:0,class:"mb-2"},LBe={for:"model",class:"block ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},IBe={key:1},PBe={key:0,class:"mb-2"},FBe={for:"model",class:"block ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},BBe=X(()=>c("i",{"data-feather":"chevron-up"},null,-1)),$Be=[BBe],zBe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),jBe=[zBe],UBe={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},qBe={class:"flex flex-row p-3"},HBe=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),VBe=[HBe],GBe=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),KBe=[GBe],WBe=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Add models for binding",-1)),ZBe={key:0,class:"text-base text-red-600 flex gap-3 items-center mr-2"},YBe=X(()=>c("i",{"data-feather":"alert-triangle",class:"flex-shrink-0"},null,-1)),JBe={key:1,class:"mr-2"},QBe={key:2,class:"text-base font-semibold cursor-pointer select-none items-center"},XBe={class:"flex gap-1 items-center"},e$e=["src"],t$e={class:"font-bold font-large text-lg line-clamp-1"},n$e={class:"mb-2"},s$e={class:"p-2"},o$e={class:"mb-3"},r$e=X(()=>c("label",{class:"block mb-2 text-sm font-medium text-gray-900 dark:text-white"},"Create a reference from local file path:",-1)),i$e={key:0},a$e={class:"mb-3"},l$e=X(()=>c("label",{class:"block mb-2 text-sm font-medium text-gray-900 dark:text-white"},"Download from web:",-1)),c$e={key:1,class:"relative flex flex-col items-center justify-center flex-grow h-full"},d$e=X(()=>c("div",{role:"status",class:"justify-center"},null,-1)),u$e={class:"relative flex flex-row flex-grow items-center w-full h-full bottom-0"},h$e={class:"w-full p-2"},f$e={class:"flex justify-between mb-1"},p$e=Gs(' Downloading Loading...',1),g$e={class:"text-sm font-medium text-blue-700 dark:text-white"},m$e=["title"],_$e={class:"w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700"},b$e={class:"flex justify-between mb-1"},y$e={class:"text-base font-medium text-blue-700 dark:text-white"},v$e={class:"text-sm font-medium text-blue-700 dark:text-white"},w$e={class:"flex flex-grow"},x$e={class:"flex flex-row flex-grow gap-3"},k$e={class:"p-2 text-center grow"},E$e={class:"flex flex-col mb-2 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},C$e={class:"flex flex-row p-3 items-center"},A$e=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),S$e=[A$e],T$e=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),M$e=[T$e],O$e=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none mr-2"}," Personalities zoo",-1)),R$e={key:0,class:"mr-2"},N$e={class:"mr-2 font-bold font-large text-lg line-clamp-1"},D$e={key:1,class:"mr-2"},L$e={key:2,class:"text-base font-semibold cursor-pointer select-none items-center flex flex-row"},I$e={key:0,class:"flex -space-x-4 items-center"},P$e={class:"group items-center flex flex-row"},F$e=["onClick"],B$e=["src","title"],$$e=["onClick"],z$e=X(()=>c("span",{class:"hidden group-hover:block top-0 left-7 absolute active:scale-90 bg-bg-light dark:bg-bg-dark rounded-full border-2 border-transparent",title:"Unmount personality"},[c("svg",{"aria-hidden":"true",class:"w-4 h-4 text-red-600 hover:text-red-500",fill:"currentColor",viewBox:"0 0 20 20",xmlns:"http://www.w3.org/2000/svg"},[c("path",{"fill-rule":"evenodd",d:"M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z","clip-rule":"evenodd"})])],-1)),j$e=[z$e],U$e={class:"mx-2 mb-4"},q$e=X(()=>c("label",{for:"personality-search",class:"mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"},"Search",-1)),H$e={class:"relative"},V$e={class:"absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none"},G$e={key:0},K$e=X(()=>c("div",{role:"status"},[c("svg",{"aria-hidden":"true",class:"inline w-4 h-4 mr-2 text-gray-200 animate-spin dark:text-gray-600 fill-blue-600",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})]),c("span",{class:"sr-only"},"Loading...")],-1)),W$e=[K$e],Z$e={key:1},Y$e=X(()=>c("svg",{"aria-hidden":"true",class:"w-5 h-5 text-gray-500 dark:text-gray-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},[c("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})],-1)),J$e=[Y$e],Q$e={key:0,class:"mx-2 mb-4"},X$e={for:"persCat",class:"block mb-2 text-sm font-medium text-gray-900 dark:text-white"},eze=["selected"],tze={key:0,class:"mb-2"},nze={for:"model",class:"block ml-2 mb-2 text-sm font-medium text-gray-900 dark:text-white"},sze=X(()=>c("i",{"data-feather":"chevron-up"},null,-1)),oze=[sze],rze=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),ize=[rze],aze={class:"flex flex-col mb-2 p-3 rounded-lg bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-bg-light-tone-panel hover:dark:bg-bg-dark-tone-panel duration-150 shadow-lg"},lze={class:"flex flex-row"},cze=X(()=>c("i",{"data-feather":"chevron-right"},null,-1)),dze=[cze],uze=X(()=>c("i",{"data-feather":"chevron-down"},null,-1)),hze=[uze],fze=X(()=>c("h3",{class:"text-lg font-semibold cursor-pointer select-none"}," Model Configuration",-1)),pze={class:"m-2"},gze={class:"flex flex-row gap-2 items-center"},mze=X(()=>c("label",{for:"override-model-parameters",class:"block text-sm font-medium"}," Override personality model parameters ",-1)),_ze={class:"m-2"},bze=X(()=>c("label",{for:"seed",class:"block mb-2 text-sm font-medium"}," Seed: ",-1)),yze={class:"m-2"},vze={class:"flex flex-col align-bottom"},wze={class:"relative"},xze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"temperature",class:"text-sm font-medium"}," Temperature: ")],-1)),kze={class:"absolute right-0"},Eze={class:"m-2"},Cze={class:"flex flex-col align-bottom"},Aze={class:"relative"},Sze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"predict",class:"text-sm font-medium"}," N Predict: ")],-1)),Tze={class:"absolute right-0"},Mze={class:"m-2"},Oze={class:"flex flex-col align-bottom"},Rze={class:"relative"},Nze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"top_k",class:"text-sm font-medium"}," Top-K: ")],-1)),Dze={class:"absolute right-0"},Lze={class:"m-2"},Ize={class:"flex flex-col align-bottom"},Pze={class:"relative"},Fze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"top_p",class:"text-sm font-medium"}," Top-P: ")],-1)),Bze={class:"absolute right-0"},$ze={class:"m-2"},zze={class:"flex flex-col align-bottom"},jze={class:"relative"},Uze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"repeat_penalty",class:"text-sm font-medium"}," Repeat penalty: ")],-1)),qze={class:"absolute right-0"},Hze={class:"m-2"},Vze={class:"flex flex-col align-bottom"},Gze={class:"relative"},Kze=X(()=>c("p",{class:"absolute left-0 mt-6"},[c("label",{for:"repeat_last_n",class:"text-sm font-medium"}," Repeat last N: ")],-1)),Wze={class:"absolute right-0"};function Zze(t,e,n,s,o,r){const i=Fe("Card"),a=Fe("BindingEntry"),l=Fe("RadioOptions"),d=Fe("model-entry"),u=Fe("personality-entry"),h=Fe("Toast"),f=Fe("YesNoDialog"),g=Fe("AddModelDialog"),m=Fe("MessageBox"),_=Fe("UniversalForm"),v=Fe("ChoiceDialog");return k(),E(Oe,null,[c("div",XLe,[c("div",eIe,[o.showConfirmation?(k(),E("div",tIe,[c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Cancel",type:"button",onClick:e[0]||(e[0]=de(p=>o.showConfirmation=!1,["stop"]))},sIe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm save changes",type:"button",onClick:e[1]||(e[1]=de(p=>r.save_configuration(),["stop"]))},rIe)])):L("",!0),o.showConfirmation?L("",!0):(k(),E("div",iIe,[c("button",{title:"Save configuration",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[2]||(e[2]=p=>o.showConfirmation=!0)},lIe),c("button",{title:"Reset configuration",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[3]||(e[3]=p=>r.reset_configuration())},dIe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Collapse / Expand all panels",type:"button",onClick:e[4]||(e[4]=de(p=>o.all_collapsed=!o.all_collapsed,["stop"]))},hIe)])),c("div",fIe,[c("button",{title:"Clear uploads",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[5]||(e[5]=p=>r.api_get_req("clear_uploads").then(b=>{b.status?this.$refs.toast.showToast("Success!",4,!0):this.$refs.toast.showToast(["failed!"],4,!1)}))},gIe),c("button",{title:"Restart program",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[6]||(e[6]=p=>r.api_get_req("restart_program").then(b=>{b.status?this.$refs.toast.showToast("Success!",4,!0):this.$refs.toast.showToast(["failed!"],4,!1)}))},_Ie),c("button",{title:"Upgrade program ",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:e[7]||(e[7]=p=>r.api_get_req("update_software").then(b=>{b.status?this.$refs.toast.showToast("Success!",4,!0):this.$refs.toast.showToast("Success!",4,!0)}))},[bIe,o.has_updates?(k(),E("div",yIe,wIe)):L("",!0)]),c("div",xIe,[o.settingsChanged?(k(),E("div",kIe,[xe(" Apply changes: "),o.isLoading?L("",!0):(k(),E("button",{key:0,class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Apply changes",type:"button",onClick:e[8]||(e[8]=de(p=>r.applyConfiguration(),["stop"]))},CIe))])):L("",!0),o.isLoading?(k(),E("div",AIe,[c("p",null,U(o.loading_text),1),SIe,TIe])):L("",!0)])])]),c("div",{class:Ce(o.isLoading?"pointer-events-none opacity-30":"")},[c("div",MIe,[c("div",OIe,[c("button",{onClick:e[9]||(e[9]=de(p=>o.sc_collapsed=!o.sc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex flex-row items-center"},[se(c("div",null,NIe,512),[[Ye,o.sc_collapsed]]),se(c("div",null,LIe,512),[[Ye,!o.sc_collapsed]]),IIe,PIe,c("div",FIe,[c("div",BIe,[c("div",null,[r.vramUsage&&r.vramUsage.gpus&&r.vramUsage.gpus.length==1?(k(),E("div",$Ie,[(k(!0),E(Oe,null,Ve(r.vramUsage.gpus,p=>(k(),E("div",zIe,[(k(),E("svg",{title:p.gpu_model,"aria-hidden":"true",class:"w-10 h-10 fill-secondary",viewBox:"0 -3 82 66",fill:"none",xmlns:"http://www.w3.org/2000/svg"},qIe,8,jIe)),c("h3",HIe,[c("div",null,U(r.computedFileSize(p.used_vram))+" / "+U(r.computedFileSize(p.total_vram))+" ("+U(p.percentage)+"%) ",1)])]))),256))])):L("",!0),r.vramUsage&&r.vramUsage.gpus&&r.vramUsage.gpus.length>1?(k(),E("div",VIe,[c("div",GIe,[KIe,c("h3",WIe,[c("div",null,U(r.vramUsage.gpus.length)+"x ",1)])])])):L("",!0)]),ZIe,c("h3",YIe,[c("div",null,U(r.ram_usage)+" / "+U(r.ram_total_space)+" ("+U(r.ram_percent_usage)+"%)",1)]),JIe,c("h3",QIe,[c("div",null,U(r.disk_binding_models_usage)+" / "+U(r.disk_total_space)+" ("+U(r.disk_percent_usage)+"%)",1)])])])])]),c("div",{class:Ce([{hidden:o.sc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",XIe,[ePe,c("div",tPe,[c("div",null,[nPe,xe(U(r.ram_available_space),1)]),c("div",null,[sPe,xe(" "+U(r.ram_usage)+" / "+U(r.ram_total_space)+" ("+U(r.ram_percent_usage)+")% ",1)])]),c("div",oPe,[c("div",rPe,[c("div",{class:"bg-blue-600 h-2.5 rounded-full",style:yt("width: "+r.ram_percent_usage+"%;")},null,4)])])]),c("div",iPe,[aPe,c("div",lPe,[c("div",null,[cPe,xe(U(r.disk_available_space),1)]),c("div",null,[dPe,xe(" "+U(r.disk_binding_models_usage)+" / "+U(r.disk_total_space)+" ("+U(r.disk_percent_usage)+"%)",1)])]),c("div",uPe,[c("div",hPe,[c("div",{class:"bg-blue-600 h-2.5 rounded-full",style:yt("width: "+r.disk_percent_usage+"%;")},null,4)])])]),(k(!0),E(Oe,null,Ve(r.vramUsage.gpus,p=>(k(),E("div",fPe,[pPe,c("div",gPe,[c("div",null,[mPe,xe(U(p.gpu_model),1)]),c("div",null,[_Pe,xe(U(this.computedFileSize(p.available_space)),1)]),c("div",null,[bPe,xe(" "+U(this.computedFileSize(p.used_vram))+" / "+U(this.computedFileSize(p.total_vram))+" ("+U(p.percentage)+"%)",1)])]),c("div",yPe,[c("div",vPe,[c("div",{class:"bg-blue-600 h-2.5 rounded-full",style:yt("width: "+p.percentage+"%;")},null,4)])])]))),256))],2)]),c("div",wPe,[c("div",xPe,[c("button",{onClick:e[10]||(e[10]=de(p=>o.minconf_collapsed=!o.minconf_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex flex-row items-center"},[se(c("div",null,EPe,512),[[Ye,o.minconf_collapsed]]),se(c("div",null,APe,512),[[Ye,!o.minconf_collapsed]]),SPe])]),c("div",{class:Ce([{hidden:o.minconf_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",TPe,[ae(i,{title:"General",is_subcard:!0,class:"pb-2 m-2"},{default:Ne(()=>[c("table",MPe,[c("tr",null,[OPe,c("td",RPe,[se(c("input",{type:"text",id:"host",required:"","onUpdate:modelValue":e[11]||(e[11]=p=>r.configFile.host=p),onChange:e[12]||(e[12]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"},null,544),[[Re,r.configFile.host]])])]),c("tr",null,[NPe,c("td",DPe,[se(c("input",{type:"number",step:"1",id:"port",required:"","onUpdate:modelValue":e[13]||(e[13]=p=>r.configFile.port=p),onChange:e[14]||(e[14]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"},null,544),[[Re,r.configFile.port]])])]),c("tr",null,[LPe,c("td",IPe,[se(c("input",{type:"text",id:"db_path",required:"","onUpdate:modelValue":e[15]||(e[15]=p=>r.configFile.db_path=p),onChange:e[16]||(e[16]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600 dark:bg-gray-600"},null,544),[[Re,r.configFile.db_path]])])]),c("tr",null,[PPe,c("td",null,[c("div",FPe,[se(c("input",{type:"checkbox",id:"auto_show_browser",required:"","onUpdate:modelValue":e[17]||(e[17]=p=>r.configFile.auto_show_browser=p),onChange:e[18]||(e[18]=p=>o.settingsChanged=!0),class:"m-2 h-50 w-50 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.auto_show_browser]])])])]),c("tr",null,[BPe,c("td",$Pe,[c("div",zPe,[se(c("input",{type:"checkbox",id:"enable_gpu",required:"","onUpdate:modelValue":e[19]||(e[19]=p=>r.configFile.enable_gpu=p),onChange:e[20]||(e[20]=p=>o.settingsChanged=!0),class:"m-2 h-50 w-50 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.enable_gpu]]),r.configFile.enable_gpu?L("",!0):(k(),E("button",{key:0,onClick:e[21]||(e[21]=de((...p)=>r.upgrade2GPU&&r.upgrade2GPU(...p),["prevent"])),class:"w-100 text-center rounded m-2 bg-blue-300 hover:bg-blue-200 text-l hover:text-primary p-2 m-2 text-left flex flex-row"}," Upgrade from CPU to GPU "))])])]),c("tr",null,[jPe,c("td",null,[c("div",UPe,[se(c("input",{type:"checkbox",id:"auto_save",required:"","onUpdate:modelValue":e[22]||(e[22]=p=>r.configFile.auto_save=p),onChange:e[23]||(e[23]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.auto_save]])])])]),c("tr",null,[qPe,c("td",null,[c("div",HPe,[se(c("input",{type:"checkbox",id:"auto_update",required:"","onUpdate:modelValue":e[24]||(e[24]=p=>r.configFile.auto_update=p),onChange:e[25]||(e[25]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.auto_update]])])])])])]),_:1}),ae(i,{title:"User",is_subcard:!0,class:"pb-2 m-2"},{default:Ne(()=>[c("table",VPe,[c("tr",null,[GPe,c("td",KPe,[se(c("input",{type:"text",id:"user_name",required:"","onUpdate:modelValue":e[26]||(e[26]=p=>r.configFile.user_name=p),onChange:e[27]||(e[27]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.user_name]])])]),c("tr",null,[WPe,c("td",ZPe,[se(c("textarea",{id:"user_description",required:"","onUpdate:modelValue":e[28]||(e[28]=p=>r.configFile.user_description=p),onChange:e[29]||(e[29]=p=>o.settingsChanged=!0),class:"w-full w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.user_description]])])]),c("tr",null,[YPe,c("td",JPe,[se(c("input",{type:"checkbox",id:"override_personality_model_parameters",required:"","onUpdate:modelValue":e[30]||(e[30]=p=>r.configFile.override_personality_model_parameters=p),onChange:e[31]||(e[31]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.override_personality_model_parameters]])])]),c("tr",null,[QPe,c("td",XPe,[c("label",eFe,[c("img",{src:"/user_infos/"+r.configFile.user_avatar,class:"w-50 h-50 rounded-full",style:{"max-width":"50px","max-height":"50px",cursor:"pointer"}},null,8,tFe)]),c("input",{type:"file",id:"avatar-upload",style:{display:"none"},onChange:e[32]||(e[32]=(...p)=>r.uploadAvatar&&r.uploadAvatar(...p))},null,32)])]),c("tr",null,[nFe,c("td",null,[c("div",sFe,[se(c("input",{type:"checkbox",id:"use_user_name_in_discussions",required:"","onUpdate:modelValue":e[33]||(e[33]=p=>r.configFile.use_user_name_in_discussions=p),onChange:e[34]||(e[34]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.use_user_name_in_discussions]])])])])])]),_:1}),ae(i,{title:"Files Vectorization",is_subcard:!0,class:"pb-2 m-2"},{default:Ne(()=>[c("table",oFe,[c("tr",null,[rFe,c("td",null,[c("div",iFe,[se(c("input",{type:"checkbox",id:"use_files",required:"","onUpdate:modelValue":e[35]||(e[35]=p=>r.configFile.use_files=p),onChange:e[36]||(e[36]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.use_files]])])])]),c("tr",null,[aFe,c("td",null,[c("div",lFe,[se(c("input",{type:"checkbox",id:"data_vectorization_activate",required:"","onUpdate:modelValue":e[37]||(e[37]=p=>r.configFile.data_vectorization_activate=p),onChange:e[38]||(e[38]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.data_vectorization_activate]])])])]),c("tr",null,[cFe,c("td",null,[c("div",dFe,[se(c("input",{type:"checkbox",id:"data_vectorization_build_keys_words",required:"","onUpdate:modelValue":e[39]||(e[39]=p=>r.configFile.data_vectorization_build_keys_words=p),onChange:e[40]||(e[40]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.data_vectorization_build_keys_words]])])])]),c("tr",null,[uFe,c("td",null,[se(c("select",{id:"data_vectorization_method",required:"","onUpdate:modelValue":e[41]||(e[41]=p=>r.configFile.data_vectorization_method=p),onChange:e[42]||(e[42]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},pFe,544),[[an,r.configFile.data_vectorization_method]])])]),c("tr",null,[gFe,c("td",null,[se(c("select",{id:"data_visualization_method",required:"","onUpdate:modelValue":e[43]||(e[43]=p=>r.configFile.data_visualization_method=p),onChange:e[44]||(e[44]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},bFe,544),[[an,r.configFile.data_visualization_method]])])]),c("tr",null,[yFe,c("td",null,[c("div",vFe,[se(c("input",{type:"checkbox",id:"data_vectorization_save_db",required:"","onUpdate:modelValue":e[45]||(e[45]=p=>r.configFile.data_vectorization_save_db=p),onChange:e[46]||(e[46]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.data_vectorization_save_db]])])])]),c("tr",null,[wFe,c("td",null,[se(c("input",{id:"data_vectorization_chunk_size","onUpdate:modelValue":e[47]||(e[47]=p=>r.configFile.data_vectorization_chunk_size=p),onChange:e[48]||(e[48]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"64000",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.data_vectorization_chunk_size]]),se(c("input",{"onUpdate:modelValue":e[49]||(e[49]=p=>r.configFile.data_vectorization_chunk_size=p),type:"number",onChange:e[50]||(e[50]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.data_vectorization_chunk_size]])])]),c("tr",null,[xFe,c("td",null,[se(c("input",{id:"data_vectorization_overlap_size","onUpdate:modelValue":e[51]||(e[51]=p=>r.configFile.data_vectorization_overlap_size=p),onChange:e[52]||(e[52]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"64000",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.data_vectorization_overlap_size]]),se(c("input",{"onUpdate:modelValue":e[53]||(e[53]=p=>r.configFile.data_vectorization_overlap_size=p),type:"number",onChange:e[54]||(e[54]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.data_vectorization_overlap_size]])])]),c("tr",null,[kFe,c("td",null,[se(c("input",{id:"data_vectorization_nb_chunks","onUpdate:modelValue":e[55]||(e[55]=p=>r.configFile.data_vectorization_nb_chunks=p),onChange:e[56]||(e[56]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"1000",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.data_vectorization_nb_chunks]]),se(c("input",{"onUpdate:modelValue":e[57]||(e[57]=p=>r.configFile.data_vectorization_nb_chunks=p),type:"number",onChange:e[58]||(e[58]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.data_vectorization_nb_chunks]])])])])]),_:1}),ae(i,{title:"Audio",is_subcard:!0,class:"pb-2 m-2"},{default:Ne(()=>[c("table",EFe,[c("tr",null,[CFe,c("td",null,[c("div",AFe,[se(c("input",{type:"checkbox",id:"audio_auto_send_input",required:"","onUpdate:modelValue":e[59]||(e[59]=p=>r.configFile.audio_auto_send_input=p),onChange:e[60]||(e[60]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.audio_auto_send_input]])])])]),c("tr",null,[SFe,c("td",null,[c("div",TFe,[se(c("input",{type:"checkbox",id:"auto_speak",required:"","onUpdate:modelValue":e[61]||(e[61]=p=>r.configFile.auto_speak=p),onChange:e[62]||(e[62]=p=>o.settingsChanged=!0),class:"mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Xe,r.configFile.auto_speak]])])])]),c("tr",null,[MFe,c("td",null,[se(c("input",{id:"audio_pitch","onUpdate:modelValue":e[63]||(e[63]=p=>r.configFile.audio_pitch=p),onChange:e[64]||(e[64]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"10",step:"0.1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.audio_pitch]]),se(c("input",{"onUpdate:modelValue":e[65]||(e[65]=p=>r.configFile.audio_pitch=p),onChange:e[66]||(e[66]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.audio_pitch]])])]),c("tr",null,[OFe,c("td",null,[se(c("input",{id:"audio_silenceTimer","onUpdate:modelValue":e[67]||(e[67]=p=>r.configFile.audio_silenceTimer=p),onChange:e[68]||(e[68]=p=>o.settingsChanged=!0),type:"range",min:"0",max:"10000",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.audio_silenceTimer]]),se(c("input",{"onUpdate:modelValue":e[69]||(e[69]=p=>r.configFile.audio_silenceTimer=p),onChange:e[70]||(e[70]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},null,544),[[Re,r.configFile.audio_silenceTimer]])])]),c("tr",null,[RFe,c("td",null,[se(c("select",{id:"audio_in_language","onUpdate:modelValue":e[71]||(e[71]=p=>r.configFile.audio_in_language=p),onChange:e[72]||(e[72]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},[(k(!0),E(Oe,null,Ve(r.audioLanguages,p=>(k(),E("option",{key:p.code,value:p.code},U(p.name),9,NFe))),128))],544),[[an,r.configFile.audio_in_language]])])]),c("tr",null,[DFe,c("td",null,[se(c("select",{id:"audio_out_voice","onUpdate:modelValue":e[73]||(e[73]=p=>r.configFile.audio_out_voice=p),onChange:e[74]||(e[74]=p=>o.settingsChanged=!0),class:"w-full mt-1 px-2 py-1 border border-gray-300 rounded dark:bg-gray-600"},[(k(!0),E(Oe,null,Ve(o.audioVoices,p=>(k(),E("option",{key:p.name,value:p.name},U(p.name),9,LFe))),128))],544),[[an,r.configFile.audio_out_voice]])])])])]),_:1})])],2)]),c("div",IFe,[c("div",PFe,[c("button",{onClick:e[75]||(e[75]=de(p=>o.bzc_collapsed=!o.bzc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex flex-row items-center"},[se(c("div",null,BFe,512),[[Ye,o.bzc_collapsed]]),se(c("div",null,zFe,512),[[Ye,!o.bzc_collapsed]]),jFe,r.configFile.binding_name?L("",!0):(k(),E("div",UFe,[qFe,xe(" No binding selected! ")])),r.configFile.binding_name?(k(),E("div",HFe,"|")):L("",!0),r.configFile.binding_name?(k(),E("div",VFe,[c("div",GFe,[c("img",{src:r.imgBinding,class:"w-8 h-8 rounded-full object-fill text-blue-700"},null,8,KFe),c("h3",WFe,U(r.binding_name),1)])])):L("",!0)])]),c("div",{class:Ce([{hidden:o.bzc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[r.bindingsArr&&r.bindingsArr.length>0?(k(),E("div",ZFe,[c("label",YFe," Bindings: ("+U(r.bindingsArr.length)+") ",1),c("div",{class:Ce(["overflow-y-auto no-scrollbar p-2 pb-0 grid lg:grid-cols-3 md:grid-cols-2 gap-4",o.bzl_collapsed?"":"max-h-96"])},[ae(Ut,{name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(r.bindingsArr,(p,b)=>(k(),nt(a,{ref_for:!0,ref:"bindingZoo",key:"index-"+b+"-"+p.folder,binding:p,"on-selected":r.onSelectedBinding,"on-reinstall":r.onReinstallBinding,"on-install":r.onInstallBinding,"on-settings":r.onSettingsBinding,"on-reload-binding":r.onReloadBinding,selected:p.folder===r.configFile.binding_name},null,8,["binding","on-selected","on-reinstall","on-install","on-settings","on-reload-binding","selected"]))),128))]),_:1})],2)])):L("",!0),o.bzl_collapsed?(k(),E("button",{key:1,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Collapse",type:"button",onClick:e[76]||(e[76]=p=>o.bzl_collapsed=!o.bzl_collapsed)},QFe)):(k(),E("button",{key:2,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Expand",type:"button",onClick:e[77]||(e[77]=p=>o.bzl_collapsed=!o.bzl_collapsed)},eBe))],2)]),c("div",tBe,[c("div",nBe,[c("button",{onClick:e[78]||(e[78]=de(p=>o.mzc_collapsed=!o.mzc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex items-center"},[se(c("div",null,oBe,512),[[Ye,o.mzc_collapsed]]),se(c("div",null,iBe,512),[[Ye,!o.mzc_collapsed]]),aBe,c("div",lBe,[r.configFile.binding_name?L("",!0):(k(),E("div",cBe,[dBe,xe(" Select binding first! ")])),!o.isModelSelected&&r.configFile.binding_name?(k(),E("div",uBe,[hBe,xe(" No model selected! ")])):L("",!0),r.configFile.model_name?(k(),E("div",fBe,"|")):L("",!0),r.configFile.model_name?(k(),E("div",pBe,[c("div",gBe,[c("img",{src:r.imgModel,class:"w-8 h-8 rounded-lg object-fill"},null,8,mBe),c("h3",_Be,U(r.model_name),1)])])):L("",!0),r.isModelsLoading?(k(),E("div",bBe,[c("p",null,U(o.loading_text),1),yBe,vBe])):L("",!0)])])]),c("div",{class:Ce([{hidden:o.mzc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",wBe,[c("div",xBe,[c("div",kBe,[o.searchModelInProgress?(k(),E("div",EBe,ABe)):L("",!0),o.searchModelInProgress?L("",!0):(k(),E("div",SBe,MBe))]),se(c("input",{type:"search",class:"block w-full p-4 pl-10 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search models...",required:"","onUpdate:modelValue":e[79]||(e[79]=p=>o.searchModel=p),onKeyup:e[80]||(e[80]=de((...p)=>r.searchModel_func&&r.searchModel_func(...p),["stop"]))},null,544),[[Re,o.searchModel]]),o.searchModel?(k(),E("button",{key:0,onClick:e[81]||(e[81]=de(p=>o.searchModel="",["stop"])),type:"button",class:"text-white absolute right-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"}," Clear search")):L("",!0)])]),c("div",null,[se(c("input",{"onUpdate:modelValue":e[82]||(e[82]=p=>o.show_only_installed_models=p),class:"m-2 p-2",type:"checkbox",ref:"only_installed"},null,512),[[Xe,o.show_only_installed_models]]),OBe]),c("div",null,[ae(l,{radioOptions:o.sortOptions,onRadioSelected:r.handleRadioSelected},null,8,["radioOptions","onRadioSelected"])]),RBe,o.searchModel?(k(),E("div",NBe,[o.modelsFiltered.length>0?(k(),E("div",DBe,[c("label",LBe," Search results: ("+U(o.modelsFiltered.length)+") ",1),c("div",{class:Ce(["overflow-y-auto p-2 pb-0 grid lg:grid-cols-3 md:grid-cols-2 gap-4 overflow-y-scroll w-full dark:bg-bg-dark scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary",o.mzl_collapsed?"":"max-h-96"])},[ae(Ut,{name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(o.show_only_installed_models?r.filter_installed(o.modelsFiltered):o.modelsFiltered,(p,b)=>(k(),nt(d,{ref_for:!0,ref:"modelZoo",key:"index-"+b+"-"+p.name,model:p,"is-installed":p.isInstalled,"on-install":r.onInstall,"on-uninstall":r.onUninstall,"on-selected":r.onSelected,selected:p.name===r.configFile.model_name,model_type:p.model_type,"on-copy":r.onCopy,"on-copy-link":r.onCopyLink,"on-cancel-install":r.onCancelInstall},null,8,["model","is-installed","on-install","on-uninstall","on-selected","selected","model_type","on-copy","on-copy-link","on-cancel-install"]))),128))]),_:1})],2)])):L("",!0)])):L("",!0),o.searchModel?L("",!0):(k(),E("div",IBe,[r.models&&r.models.length>0?(k(),E("div",PBe,[c("label",FBe," Models: ("+U(r.models.length)+") ",1),c("div",{class:Ce(["overflow-y-auto p-2 pb-0 grid lg:grid-cols-3 md:grid-cols-2 gap-4 overflow-y-scroll w-full dark:bg-bg-dark scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary",o.mzl_collapsed?"":"max-h-96"])},[ae(Ut,{name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(o.show_only_installed_models?r.filter_installed(r.models):r.models,(p,b)=>(k(),nt(d,{ref_for:!0,ref:"modelZoo",key:"index-"+b+"-"+p.name,model:p,"is-installed":p.isInstalled,"on-install":r.onInstall,"on-uninstall":r.onUninstall,"on-selected":r.onSelected,selected:p.name===r.configFile.model_name,model_type:p.model_type,"on-copy":r.onCopy,"on-copy-link":r.onCopyLink,"on-cancel-install":r.onCancelInstall},null,8,["model","is-installed","on-install","on-uninstall","on-selected","selected","model_type","on-copy","on-copy-link","on-cancel-install"]))),128))]),_:1})],2)])):L("",!0)])),o.mzl_collapsed?(k(),E("button",{key:2,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Collapse",type:"button",onClick:e[83]||(e[83]=(...p)=>r.open_mzl&&r.open_mzl(...p))},$Be)):(k(),E("button",{key:3,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Expand",type:"button",onClick:e[84]||(e[84]=(...p)=>r.open_mzl&&r.open_mzl(...p))},jBe))],2)]),c("div",UBe,[c("div",qBe,[c("button",{onClick:e[85]||(e[85]=de(p=>o.mzdc_collapsed=!o.mzdc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex items-center"},[se(c("div",null,VBe,512),[[Ye,o.mzdc_collapsed]]),se(c("div",null,KBe,512),[[Ye,!o.mzdc_collapsed]]),WBe,r.binding_name?L("",!0):(k(),E("div",ZBe,[YBe,xe(" No binding selected! ")])),r.configFile.binding_name?(k(),E("div",JBe,"|")):L("",!0),r.configFile.binding_name?(k(),E("div",QBe,[c("div",XBe,[c("img",{src:r.imgBinding,class:"w-8 h-8 rounded-full object-fill text-blue-700"},null,8,e$e),c("h3",t$e,U(r.binding_name),1)])])):L("",!0)])]),c("div",{class:Ce([{hidden:o.mzdc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",n$e,[c("div",s$e,[c("div",null,[c("div",o$e,[r$e,se(c("input",{type:"text","onUpdate:modelValue":e[86]||(e[86]=p=>o.reference_path=p),class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Enter Path ...",required:""},null,512),[[Re,o.reference_path]])]),c("button",{type:"button",onClick:e[87]||(e[87]=de(p=>r.onCreateReference(),["stop"])),class:"text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},"Add reference")]),o.modelDownlaodInProgress?L("",!0):(k(),E("div",i$e,[c("div",a$e,[l$e,se(c("input",{type:"text","onUpdate:modelValue":e[88]||(e[88]=p=>o.addModel.url=p),class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Enter URL ...",required:""},null,512),[[Re,o.addModel.url]])]),c("button",{type:"button",onClick:e[89]||(e[89]=de(p=>r.onInstallAddModel(),["stop"])),class:"text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm w-full sm:w-auto px-5 py-2.5 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"},"Download")])),o.modelDownlaodInProgress?(k(),E("div",c$e,[d$e,c("div",u$e,[c("div",h$e,[c("div",f$e,[p$e,c("span",g$e,U(Math.floor(o.addModel.progress))+"%",1)]),c("div",{class:"mx-1 opacity-80 line-clamp-1",title:o.addModel.url},U(o.addModel.url),9,m$e),c("div",_$e,[c("div",{class:"bg-blue-600 h-2.5 rounded-full",style:yt({width:o.addModel.progress+"%"})},null,4)]),c("div",b$e,[c("span",y$e,"Download speed: "+U(r.speed_computed)+"/s",1),c("span",v$e,U(r.downloaded_size_computed)+"/"+U(r.total_size_computed),1)])])]),c("div",w$e,[c("div",x$e,[c("div",k$e,[c("button",{onClick:e[90]||(e[90]=de((...p)=>r.onCancelInstall&&r.onCancelInstall(...p),["stop"])),type:"button",title:"Cancel download",class:"text-gray-500 bg-white hover:bg-gray-100 focus:ring-4 focus:outline-none focus:ring-gray-200 rounded-lg border border-gray-200 text-sm font-medium px-5 py-2.5 hover:text-gray-900 focus:z-10 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-500 dark:hover:text-white dark:hover:bg-gray-600 dark:focus:ring-gray-600"}," Cancel ")])])])])):L("",!0)])])],2)]),c("div",E$e,[c("div",C$e,[c("button",{onClick:e[92]||(e[92]=de(p=>o.pzc_collapsed=!o.pzc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 text-left w-full flex items-center"},[se(c("div",null,S$e,512),[[Ye,o.pzc_collapsed]]),se(c("div",null,M$e,512),[[Ye,!o.pzc_collapsed]]),O$e,r.configFile.personalities?(k(),E("div",R$e,"|")):L("",!0),c("div",N$e,U(r.active_pesonality),1),r.configFile.personalities?(k(),E("div",D$e,"|")):L("",!0),r.configFile.personalities?(k(),E("div",L$e,[r.mountedPersArr.length>0?(k(),E("div",I$e,[(k(!0),E(Oe,null,Ve(r.mountedPersArr,(p,b)=>(k(),E("div",{class:"relative hover:-translate-y-2 duration-300 hover:z-10 shrink-0",key:b+"-"+p.name,ref_for:!0,ref:"mountedPersonalities"},[c("div",P$e,[c("button",{onClick:de(x=>r.onPersonalitySelected(p),["stop"])},[c("img",{src:o.bUrl+p.avatar,onError:e[91]||(e[91]=(...x)=>r.personalityImgPlacehodler&&r.personalityImgPlacehodler(...x)),class:Ce(["w-8 h-8 rounded-full object-fill text-red-700 border-2 active:scale-90 group-hover:border-secondary",r.configFile.active_personality_id==r.configFile.personalities.indexOf(p.full_path)?"border-secondary":"border-transparent z-0"]),title:p.name},null,42,B$e)],8,F$e),c("button",{onClick:de(x=>t.onPersonalityMount(p),["stop"])},j$e,8,$$e)])]))),128))])):L("",!0)])):L("",!0)])]),c("div",{class:Ce([{hidden:o.pzc_collapsed},"flex flex-col mb-2 px-3 pb-0"])},[c("div",U$e,[q$e,c("div",H$e,[c("div",V$e,[o.searchPersonalityInProgress?(k(),E("div",G$e,W$e)):L("",!0),o.searchPersonalityInProgress?L("",!0):(k(),E("div",Z$e,J$e))]),se(c("input",{type:"search",id:"personality-search",class:"block w-full p-4 pl-10 text-sm text-gray-900 border border-gray-300 rounded-lg bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",placeholder:"Search personality...",required:"","onUpdate:modelValue":e[93]||(e[93]=p=>o.searchPersonality=p),onKeyup:e[94]||(e[94]=de((...p)=>r.searchPersonality_func&&r.searchPersonality_func(...p),["stop"]))},null,544),[[Re,o.searchPersonality]]),o.searchPersonality?(k(),E("button",{key:0,onClick:e[95]||(e[95]=de(p=>o.searchPersonality="",["stop"])),type:"button",class:"text-white absolute right-2.5 bottom-2.5 bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"}," Clear search")):L("",!0)])]),o.searchPersonality?L("",!0):(k(),E("div",Q$e,[c("label",X$e," Personalities Category: ("+U(o.persCatgArr.length)+") ",1),c("select",{id:"persCat",onChange:e[96]||(e[96]=p=>r.update_personality_category(p.target.value,r.refresh)),class:"bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"},[(k(!0),E(Oe,null,Ve(o.persCatgArr,(p,b)=>(k(),E("option",{key:b,selected:p==this.configFile.personality_category},U(p),9,eze))),128))],32)])),c("div",null,[o.personalitiesFiltered.length>0?(k(),E("div",tze,[c("label",nze,U(o.searchPersonality?"Search results":"Personalities")+": ("+U(o.personalitiesFiltered.length)+") ",1),c("div",{class:Ce(["overflow-y-auto no-scrollbar p-2 pb-0 grid lg:grid-cols-3 md:grid-cols-2 gap-4",o.pzl_collapsed?"":"max-h-96"])},[ae(Ut,{name:"bounce"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(o.personalitiesFiltered,(p,b)=>(k(),nt(u,{ref_for:!0,ref:"personalitiesZoo",key:"index-"+b+"-"+p.name,personality:p,select_language:!0,full_path:p.full_path,selected:r.configFile.active_personality_id==r.configFile.personalities.findIndex(x=>x===p.full_path||x===p.full_path+":"+p.language),"on-selected":r.onPersonalitySelected,"on-mount":r.mountPersonality,"on-un-mount":r.unmountPersonality,"on-remount":r.remountPersonality,"on-reinstall":r.onPersonalityReinstall,"on-settings":r.onSettingsPersonality},null,8,["personality","full_path","selected","on-selected","on-mount","on-un-mount","on-remount","on-reinstall","on-settings"]))),128))]),_:1})],2)])):L("",!0)]),o.pzl_collapsed?(k(),E("button",{key:1,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Collapse",type:"button",onClick:e[97]||(e[97]=p=>o.pzl_collapsed=!o.pzl_collapsed)},oze)):(k(),E("button",{key:2,class:"text-2xl hover:text-secondary duration-75 flex justify-center hover:bg-bg-light-tone hover:dark:bg-bg-dark-tone rounded-lg",title:"Expand",type:"button",onClick:e[98]||(e[98]=p=>o.pzl_collapsed=!o.pzl_collapsed)},ize))],2)]),c("div",aze,[c("div",lze,[c("button",{onClick:e[99]||(e[99]=de(p=>o.mc_collapsed=!o.mc_collapsed,["stop"])),class:"text-2xl hover:text-primary p-2 -m-2 w-full text-left flex items-center"},[se(c("div",null,dze,512),[[Ye,o.mc_collapsed]]),se(c("div",null,hze,512),[[Ye,!o.mc_collapsed]]),fze])]),c("div",{class:Ce([{hidden:o.mc_collapsed},"flex flex-col mb-2 p-2"])},[c("div",pze,[c("div",gze,[se(c("input",{id:"override-model-parameters",type:"checkbox",class:"w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-700 dark:focus:ring-offset-gray-700 focus:ring-2 dark:bg-gray-600 dark:border-gray-500",onClick:e[100]||(e[100]=de(()=>{},["stop"])),"onUpdate:modelValue":e[101]||(e[101]=p=>r.configFile.override_personality_model_parameters=p),onChange:e[102]||(e[102]=p=>r.update_setting("override_personality_model_parameters",r.configFile.override_personality_model_parameters))},null,544),[[Xe,r.configFile.override_personality_model_parameters]]),mze])]),c("div",{class:Ce(r.configFile.override_personality_model_parameters?"":"pointer-events-none opacity-30")},[c("div",_ze,[bze,se(c("input",{type:"text",id:"seed","onUpdate:modelValue":e[103]||(e[103]=p=>r.configFile.seed=p),class:"bg-gray-50 border border-gray-300 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,512),[[Re,r.configFile.seed]])]),c("div",yze,[c("div",vze,[c("div",wze,[xze,c("p",kze,[se(c("input",{type:"text",id:"temp-val","onUpdate:modelValue":e[104]||(e[104]=p=>r.configFile.temperature=p),onChange:e[105]||(e[105]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.temperature]])])]),se(c("input",{id:"temperature",onChange:e[106]||(e[106]=p=>o.settingsChanged=!0),type:"range","onUpdate:modelValue":e[107]||(e[107]=p=>r.configFile.temperature=p),min:"0",max:"5",step:"0.1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.temperature]])])]),c("div",Eze,[c("div",Cze,[c("div",Aze,[Sze,c("p",Tze,[se(c("input",{type:"text",id:"predict-val","onUpdate:modelValue":e[108]||(e[108]=p=>r.configFile.n_predict=p),onChange:e[109]||(e[109]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.n_predict]])])]),se(c("input",{id:"predict",type:"range",onChange:e[110]||(e[110]=p=>o.settingsChanged=!0),"onUpdate:modelValue":e[111]||(e[111]=p=>r.configFile.n_predict=p),min:"0",max:"2048",step:"32",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.n_predict]])])]),c("div",Mze,[c("div",Oze,[c("div",Rze,[Nze,c("p",Dze,[se(c("input",{type:"text",id:"top_k-val","onUpdate:modelValue":e[112]||(e[112]=p=>r.configFile.top_k=p),onChange:e[113]||(e[113]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.top_k]])])]),se(c("input",{id:"top_k",type:"range",onChange:e[114]||(e[114]=p=>o.settingsChanged=!0),"onUpdate:modelValue":e[115]||(e[115]=p=>r.configFile.top_k=p),min:"0",max:"100",step:"1",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.top_k]])])]),c("div",Lze,[c("div",Ize,[c("div",Pze,[Fze,c("p",Bze,[se(c("input",{type:"text",id:"top_p-val","onUpdate:modelValue":e[116]||(e[116]=p=>r.configFile.top_p=p),onChange:e[117]||(e[117]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.top_p]])])]),se(c("input",{id:"top_p",type:"range","onUpdate:modelValue":e[118]||(e[118]=p=>r.configFile.top_p=p),min:"0",max:"1",step:"0.01",onChange:e[119]||(e[119]=p=>o.settingsChanged=!0),class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.top_p]])])]),c("div",$ze,[c("div",zze,[c("div",jze,[Uze,c("p",qze,[se(c("input",{type:"text",id:"repeat_penalty-val","onUpdate:modelValue":e[120]||(e[120]=p=>r.configFile.repeat_penalty=p),onChange:e[121]||(e[121]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.repeat_penalty]])])]),se(c("input",{id:"repeat_penalty",onChange:e[122]||(e[122]=p=>o.settingsChanged=!0),type:"range","onUpdate:modelValue":e[123]||(e[123]=p=>r.configFile.repeat_penalty=p),min:"0",max:"2",step:"0.01",class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.repeat_penalty]])])]),c("div",Hze,[c("div",Vze,[c("div",Gze,[Kze,c("p",Wze,[se(c("input",{type:"text",id:"repeat_last_n-val","onUpdate:modelValue":e[124]||(e[124]=p=>r.configFile.repeat_last_n=p),onChange:e[125]||(e[125]=p=>o.settingsChanged=!0),class:"mt-2 w-16 text-right p-2 border border-gray-300 rounded-lg bg-gray-50 sm:text-xs focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.repeat_last_n]])])]),se(c("input",{id:"repeat_last_n",type:"range","onUpdate:modelValue":e[126]||(e[126]=p=>r.configFile.repeat_last_n=p),min:"0",max:"100",step:"1",onChange:e[127]||(e[127]=p=>o.settingsChanged=!0),class:"flex-none h-2 mt-14 mb-2 w-full bg-gray-200 rounded-lg appearance-none cursor-pointer dark:bg-gray-700 focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-blue-500 dark:focus:border-blue-500"},null,544),[[Re,r.configFile.repeat_last_n]])])])],2)],2)])],2)]),ae(h,{ref:"toast"},null,512),ae(f,{ref:"yesNoDialog",class:"z-20"},null,512),ae(g,{ref:"addmodeldialog"},null,512),ae(m,{ref:"messageBox"},null,512),ae(_,{ref:"universalForm",class:"z-20"},null,512),ae(v,{class:"z-20",show:o.variantSelectionDialogVisible,choices:o.variant_choices,onChoiceSelected:r.onVariantChoiceSelected,onCloseDialog:r.oncloseVariantChoiceDialog,onChoiceValidated:r.onvalidateVariantChoice},null,8,["show","choices","onChoiceSelected","onCloseDialog","onChoiceValidated"])],64)}const Yze=ze(QLe,[["render",Zze],["__scopeId","data-v-3eed25d8"]]),Jze={components:{ClipBoardTextInput:wc,Card:jo},data(){return{dataset_path:"",max_length:1024,batch_size:4,lr:5e-5,num_epochs:2,selectedFolder:"",selectedDataset:""}},methods:{submitForm(){const t={model_name:this.selectedModel,dataset_file:this.selectedDataset,max_length:this.max_length,batch_size:this.batch_size,lr:this.lr,num_epochs:this.num_epochs,output_dir:this.selectedFolder};ye.post("/start_training",t).then(e=>{})},openFolderSelector(){this.$refs.folder_selector.click()},selectOutputDirectory(t){var n;console.log("here");const e=(n=t.target.files[0])==null?void 0:n.path;console.log(e),e&&(this.selectedFolder=e)},selectDataset(t){const e=t.target.files;e.length>0&&(this.selectedDataset=e[0])}},computed:{selectedModel:{get(){return this.$store.state.selectedModel}},models:{get(){return this.$store.state.modelsArr}}},watch:{model_name(t){console.log("watching model_name",t),this.$refs.clipboardInput.inputValue=t}}},Qze={key:0,class:"container overflow-y-scroll flex flex-col no-scrollbar shadow-lg p-10 pt-2 bg-bg-light-tone dark:bg-bg-dark-tone"},Xze={class:"mb-4"},eje=c("label",{for:"model_name",class:"text-sm"},"Model Name:",-1),tje=["value"],nje={class:"mb-4"},sje=c("label",{for:"dataset_path",class:"text-sm"},"Dataset:",-1),oje={class:"mb-4"},rje=c("label",{for:"lr",class:"text-sm"},"Learning Rate:",-1),ije={class:"mb-4"},aje=c("label",{for:"num_epochs",class:"text-sm"},"Number of Epochs:",-1),lje={class:"mb-4"},cje=c("label",{for:"max_length",class:"text-sm"},"Max Length:",-1),dje={class:"mb-4"},uje=c("label",{for:"batch_size",class:"text-sm"},"Batch Size:",-1),hje={class:"mb-4"},fje=c("label",{for:"output_dir",class:"text-sm"},"Output Directory:",-1),pje=c("button",{class:"bg-blue-500 text-white px-4 py-2 rounded"},"Start training",-1),gje={key:1};function mje(t,e,n,s,o,r){const i=Fe("Card"),a=Fe("ClipBoardTextInput");return r.selectedModel!==null&&r.selectedModel.toLowerCase().includes("gptq")?(k(),E("div",Qze,[c("form",{onSubmit:e[2]||(e[2]=de((...l)=>r.submitForm&&r.submitForm(...l),["prevent"])),class:""},[ae(i,{title:"Training configuration",isHorizontal:!0,disableHoverAnimation:!0,disableFocus:!0},{default:Ne(()=>[ae(i,{title:"Model",class:"",isHorizontal:!1},{default:Ne(()=>[c("div",Xze,[eje,se(c("select",{"onUpdate:modelValue":e[0]||(e[0]=l=>r.selectedModel=l),onChange:e[1]||(e[1]=(...l)=>t.setModel&&t.setModel(...l)),class:"bg-white dark:bg-black m-0 border-2 rounded-md shadow-sm w-full"},[(k(!0),E(Oe,null,Ve(r.models,l=>(k(),E("option",{key:l,value:l},U(l),9,tje))),128))],544),[[an,r.selectedModel]])])]),_:1}),ae(i,{title:"Data",isHorizontal:!1},{default:Ne(()=>[c("div",nje,[sje,ae(a,{id:"model_path",inputType:"file",value:o.dataset_path,onchange:"selectDataset()"},null,8,["value"])])]),_:1}),ae(i,{title:"Training",isHorizontal:!1},{default:Ne(()=>[c("div",oje,[rje,ae(a,{id:"model_path",inputType:"integer",value:o.lr},null,8,["value"])]),c("div",ije,[aje,ae(a,{id:"model_path",inputType:"integer",value:o.num_epochs},null,8,["value"])]),c("div",lje,[cje,ae(a,{id:"model_path",inputType:"integer",value:o.max_length},null,8,["value"])]),c("div",dje,[uje,ae(a,{id:"model_path",inputType:"integer",value:o.batch_size},null,8,["value"])])]),_:1}),ae(i,{title:"Output",isHorizontal:!1},{default:Ne(()=>[c("div",hje,[fje,ae(a,{id:"model_path",inputType:"text",value:t.output_dir},null,8,["value"])])]),_:1})]),_:1}),ae(i,{disableHoverAnimation:!0,disableFocus:!0},{default:Ne(()=>[pje]),_:1})],32)])):(k(),E("div",gje,[ae(i,{title:"Info",class:"",isHorizontal:!1},{default:Ne(()=>[xe(" Only GPTQ models are supported for QLora fine tuning. Please select a GPTQ compatible binding. ")]),_:1})]))}const _je=ze(Jze,[["render",mje]]),bje={components:{ClipBoardTextInput:wc,Card:jo},data(){return{model_name:"jondurbin/airoboros-7b-gpt4",tokenizer_name:"jondurbin/airoboros-7b-gpt4",dataset_path:"",max_length:1024,batch_size:4,lr:5e-5,num_epochs:2,selectedFolder:"",selectedDatasetPath:""}},methods:{submitForm(){this.model_name,this.tokenizer_name,this.selectedDatasetPath,this.max_length,this.batch_size,this.lr,this.num_epochs,this.selectedFolder},openFolderSelector(){this.$refs.folder_selector.click()},selectOutputDirectory(t){var n;console.log("here");const e=(n=t.target.files[0])==null?void 0:n.path;console.log(e),e&&(this.selectedFolder=e)},selectDatasetPath(t){const e=t.target.files;e.length>0&&(this.selectedDatasetPath=e[0].webkitRelativePath)}}},yje={class:"container overflow-y-scroll flex flex-col no-scrollbar shadow-lg p-10 pt-2 bg-bg-light-tone dark:bg-bg-dark-tone"},vje={class:"mb-4"},wje=c("label",{for:"model_name",class:"text-sm"},"Model Name:",-1),xje={class:"mb-4"},kje=c("label",{for:"tokenizer_name",class:"text-sm"},"Tokenizer Name:",-1),Eje=c("button",{type:"submit",class:"bg-blue-500 text-white px-4 py-2 rounded"},"Quantize LLM",-1);function Cje(t,e,n,s,o,r){const i=Fe("ClipBoardTextInput"),a=Fe("Card");return k(),E("div",yje,[c("form",{onSubmit:e[0]||(e[0]=de((...l)=>r.submitForm&&r.submitForm(...l),["prevent"])),class:"max-w-md mx-auto"},[ae(a,{title:"Quantizing configuration",isHorizontal:!0,disableHoverAnimation:!0,disableFocus:!0},{default:Ne(()=>[ae(a,{title:"Model",class:"",isHorizontal:!1},{default:Ne(()=>[c("div",vje,[wje,ae(i,{id:"model_path",inputType:"text",value:o.model_name},null,8,["value"])]),c("div",xje,[kje,ae(i,{id:"model_path",inputType:"text",value:o.tokenizer_name},null,8,["value"])])]),_:1})]),_:1}),ae(a,{disableHoverAnimation:!0,disableFocus:!0},{default:Ne(()=>[Eje]),_:1})],32)])}const Aje=ze(bje,[["render",Cje]]),Sje={name:"Discussion",emits:["delete","select","editTitle","checked"],props:{id:Number,title:String,selected:Boolean,loading:Boolean,isCheckbox:Boolean,checkBoxValue:Boolean},setup(){},data(){return{showConfirmation:!1,editTitleMode:!1,editTitle:!1,newTitle:String,checkBoxValue_local:!1}},methods:{deleteEvent(){this.showConfirmation=!1,this.$emit("delete")},selectEvent(){this.$emit("select")},editTitleEvent(){this.editTitle=!1,this.editTitleMode=!1,this.showConfirmation=!1,this.$emit("editTitle",{title:this.newTitle,id:this.id})},chnageTitle(t){this.newTitle=t},checkedChangeEvent(t,e){this.$emit("checked",t,e)}},mounted(){this.newTitle=this.title,be(()=>{ve.replace()})},watch:{showConfirmation(){be(()=>{ve.replace()})},editTitleMode(t){this.showConfirmation=t,this.editTitle=t,t&&be(()=>{this.$refs.titleBox.focus()})},checkBoxValue(t,e){this.checkBoxValue_local=t}}},Tje=["id"],Mje={class:"flex flex-row items-center gap-2"},Oje={key:0},Rje=["title"],Nje=["value"],Dje={class:"flex items-center flex-1 max-h-6"},Lje={key:0,class:"flex gap-3 flex-1 items-center justify-end duration-75"},Ije=c("i",{"data-feather":"check"},null,-1),Pje=[Ije],Fje=c("i",{"data-feather":"x"},null,-1),Bje=[Fje],$je={key:1,class:"flex gap-3 flex-1 items-center justify-end duration-75"},zje=c("i",{"data-feather":"x"},null,-1),jje=[zje],Uje=c("i",{"data-feather":"check"},null,-1),qje=[Uje],Hje={key:2,class:"flex gap-3 flex-1 items-center justify-end invisible group-hover:visible duration-75"},Vje=c("i",{"data-feather":"edit-2"},null,-1),Gje=[Vje],Kje=c("i",{"data-feather":"trash"},null,-1),Wje=[Kje];function Zje(t,e,n,s,o,r){return k(),E("div",{class:Ce([n.selected?"bg-bg-light-discussion dark:bg-bg-dark-discussion shadow-md min-w-[23rem] max-w-[23rem]":" min-w-[23rem] max-w-[23rem]","flex flex-row sm:flex-row flex-wrap flex-shrink: 0 item-center shadow-sm gap-2 py-2 my-2 hover:shadow-md hover:bg-primary-light dark:hover:bg-primary rounded-md p-2 duration-75 group cursor-pointer"]),id:"dis-"+n.id,onClick:e[13]||(e[13]=de(i=>r.selectEvent(),["stop"]))},[c("div",Mje,[n.isCheckbox?(k(),E("div",Oje,[se(c("input",{type:"checkbox",class:"w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-700 dark:focus:ring-offset-gray-700 focus:ring-2 dark:bg-gray-600 dark:border-gray-500",onClick:e[0]||(e[0]=de(()=>{},["stop"])),"onUpdate:modelValue":e[1]||(e[1]=i=>o.checkBoxValue_local=i),onInput:e[2]||(e[2]=i=>r.checkedChangeEvent(i,n.id))},null,544),[[Xe,o.checkBoxValue_local]])])):L("",!0),n.selected?(k(),E("div",{key:1,class:Ce(["min-h-full w-2 rounded-xl self-stretch",n.loading?"animate-bounce bg-accent ":" bg-secondary "])},null,2)):L("",!0),n.selected?L("",!0):(k(),E("div",{key:2,class:Ce(["w-2",n.loading?"min-h-full w-2 rounded-xl self-stretch animate-bounce bg-accent ":" "])},null,2))]),o.editTitle?L("",!0):(k(),E("p",{key:0,title:n.title,class:"line-clamp-1 w-4/6 ml-1 -mx-5"},U(n.title?n.title==="untitled"?"New discussion":n.title:"New discussion"),9,Rje)),o.editTitle?(k(),E("input",{key:1,type:"text",id:"title-box",ref:"titleBox",class:"bg-bg-light dark:bg-bg-dark rounded-md border-0 w-full -m-1 p-1",value:n.title,required:"",onKeydown:[e[3]||(e[3]=Qa(de(i=>r.editTitleEvent(),["exact"]),["enter"])),e[4]||(e[4]=Qa(de(i=>o.editTitleMode=!1,["exact"]),["esc"]))],onInput:e[5]||(e[5]=i=>r.chnageTitle(i.target.value)),onClick:e[6]||(e[6]=de(()=>{},["stop"]))},null,40,Nje)):L("",!0),c("div",Dje,[o.showConfirmation&&!o.editTitleMode?(k(),E("div",Lje,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm removal",type:"button",onClick:e[7]||(e[7]=de(i=>r.deleteEvent(),["stop"]))},Pje),c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Cancel removal",type:"button",onClick:e[8]||(e[8]=de(i=>o.showConfirmation=!1,["stop"]))},Bje)])):L("",!0),o.showConfirmation&&o.editTitleMode?(k(),E("div",$je,[c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Discard title changes",type:"button",onClick:e[9]||(e[9]=de(i=>o.editTitleMode=!1,["stop"]))},jje),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm title changes",type:"button",onClick:e[10]||(e[10]=de(i=>r.editTitleEvent(),["stop"]))},qje)])):L("",!0),o.showConfirmation?L("",!0):(k(),E("div",Hje,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Edit title",type:"button",onClick:e[11]||(e[11]=de(i=>o.editTitleMode=!0,["stop"]))},Gje),c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Remove discussion",type:"button",onClick:e[12]||(e[12]=de(i=>o.showConfirmation=!0,["stop"]))},Wje)]))])],10,Tje)}const Ug=ze(Sje,[["render",Zje]]),Yje={props:{htmlContent:{type:String,required:!0}}},Jje=["innerHTML"];function Qje(t,e,n,s,o,r){return k(),E("div",null,[c("div",{innerHTML:n.htmlContent},null,8,Jje)])}const Xje=ze(Yje,[["render",Qje]]);const eUe={props:{jsonData:{type:[Object,Array,String],default:null},jsonFormText:{type:String,default:"JSON Form"}},data(){return{collapsed:!0}},computed:{formattedJson(){if(console.log(typeof this.jsonData),typeof this.jsonData=="string"){let t=JSON.stringify(JSON.parse(this.jsonData),null," ").replace(/\n/g,"
");return console.log(t),console.log(this.jsonFormText),t}else{let t=JSON.stringify(this.jsonData,null," ").replace(/\n/g,"
");return console.log(t),console.log(this.jsonFormText),t}},isObject(){return console.log(typeof this.jsonData),console.log(this.jsonData),typeof this.jsonData=="object"&&this.jsonData!==null},isContentPresent(){return this.jsonData!==null&&(typeof this.jsonData!="string"||this.jsonData.trim()!=="")}},methods:{toggleCollapsed(){this.collapsed=!this.collapsed},toggleCollapsible(){this.collapsed=!this.collapsed}}},tUe={key:0},nUe={class:"toggle-icon mr-1"},sUe={key:0,class:"fas fa-plus-circle text-gray-600"},oUe={key:1,class:"fas fa-minus-circle text-gray-600"},rUe={class:"json-viewer max-h-64 overflow-auto p-4 bg-gray-100 border border-gray-300 rounded dark:bg-gray-600"},iUe={key:0,class:"fas fa-plus-circle text-gray-600"},aUe={key:1,class:"fas fa-minus-circle text-gray-600"},lUe=["innerHTML"];function cUe(t,e,n,s,o,r){return r.isContentPresent?(k(),E("div",tUe,[c("div",{class:"collapsible-section cursor-pointer mb-4 font-bold hover:text-gray-900",onClick:e[0]||(e[0]=(...i)=>r.toggleCollapsible&&r.toggleCollapsible(...i))},[c("span",nUe,[o.collapsed?(k(),E("i",sUe)):(k(),E("i",oUe))]),xe(" "+U(n.jsonFormText),1)]),se(c("div",null,[c("div",rUe,[r.isObject?(k(),E("span",{key:0,onClick:e[1]||(e[1]=(...i)=>r.toggleCollapsed&&r.toggleCollapsed(...i)),class:"toggle-icon cursor-pointer mr-1"},[o.collapsed?(k(),E("i",iUe)):(k(),E("i",aUe))])):L("",!0),c("pre",{innerHTML:r.formattedJson},null,8,lUe)])],512),[[Ye,!o.collapsed]])])):L("",!0)}const dUe=ze(eUe,[["render",cUe]]),uUe={props:{done:{type:Boolean,required:!0},message:{type:String,required:!0},status:{type:Boolean,required:!0}}},hUe={class:"step flex items-center mb-4"},fUe={class:"flex items-center justify-center w-6 h-6 mr-2"},pUe={key:0},gUe=c("i",{"data-feather":"square",class:"text-gray-400 w-4 h-4"},null,-1),mUe=[gUe],_Ue={key:1},bUe=c("i",{"data-feather":"check-square",class:"text-green-500 w-4 h-4"},null,-1),yUe=[bUe],vUe={key:2},wUe=c("i",{"data-feather":"x-square",class:"text-red-500 w-4 h-4"},null,-1),xUe=[wUe],kUe={key:0,role:"status"},EUe=c("svg",{"aria-hidden":"true",class:"w-6 h-6 animate-spin fill-secondary",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})],-1),CUe=[EUe];function AUe(t,e,n,s,o,r){return k(),E("div",hUe,[c("div",fUe,[n.done?L("",!0):(k(),E("div",pUe,mUe)),n.done&&n.status?(k(),E("div",_Ue,yUe)):L("",!0),n.done&&!n.status?(k(),E("div",vUe,xUe)):L("",!0)]),n.done?L("",!0):(k(),E("div",kUe,CUe)),c("div",{class:Ce(["content flex-1 px-2",{"text-green-500":n.done,"text-yellow-500":!n.done}])},U(n.message),3)])}const SUe=ze(uUe,[["render",AUe]]);const TUe={props:{code:String},data(){return{evaluatedCode:""}},watch:{code:{handler(t){this.evaluateScriptTags(t)},immediate:!0}},methods:{evaluateScriptTags(t){const e=document.createElement("div");e.innerHTML=t,e.querySelectorAll("script").forEach(s=>{const o=document.createElement("script");o.textContent=s.textContent,document.body.appendChild(o),document.body.removeChild(o)}),this.evaluatedCode=e.innerHTML}}},MUe=["innerHTML"];function OUe(t,e,n,s,o,r){return k(),E("div",{innerHTML:o.evaluatedCode},null,8,MUe)}const RUe=ze(TUe,[["render",OUe]]);const NUe="/",DUe={name:"Message",emits:["copy","delete","rankUp","rankDown","updateMessage","resendMessage","continueMessage"],components:{MarkdownRenderer:Bg,Step:SUe,RenderHTMLJS:Xje,JsonViewer:dUe,DynamicUIRenderer:RUe},props:{message:Object,avatar:""},data(){return{msg:null,isSpeaking:!1,speechSynthesis:null,voices:[],expanded:!1,showConfirmation:!1,editMsgMode:!1,deleteMsgMode:!1,mdRenderHeight:Number}},mounted(){"speechSynthesis"in window?(this.speechSynthesis=window.speechSynthesis,this.voices=this.speechSynthesis.getVoices(),this.voices.length===0&&this.speechSynthesis.addEventListener("voiceschanged",this.onVoicesChanged)):console.error("Speech synthesis is not supported in this browser."),be(()=>{ve.replace(),this.mdRenderHeight=this.$refs.mdRender.$el.offsetHeight})},methods:{onVoicesChanged(){this.voices=this.speechSynthesis.getVoices()},speak(){if(this.msg){this.speechSynthesis.cancel(),this.msg=null,this.isSpeaking=!1;return}let t=0;console.log("voice on"),this.isSpeaking=!0;const e=200;this.message.content,this.msg=new SpeechSynthesisUtterance,this.msg.pitch=this.$store.state.config.audio_pitch,this.voices.length>0&&(this.msg.voice=this.voices.filter(o=>o.name===this.$store.state.config.audio_out_voice)[0]);const n=o=>{let r=this.message.content.substring(o,o+e);const i=[".","!","?",` `];let a=-1;return i.forEach(l=>{const d=r.lastIndexOf(l);d>a&&(a=d)}),a==-1&&(a=r.length),console.log(a),a+o+1},s=()=>{if(this.message.content.includes(".")){const o=n(t),r=this.message.content.substring(t,o);this.msg.text=r,t=o+1,this.msg.onend=i=>{t{s()},1):(this.isSpeaking=!1,console.log("voice off :",this.message.content.length," ",o))},this.speechSynthesis.speak(this.msg)}else setTimeout(()=>{s()},1)};s()},toggleModel(){this.expanded=!this.expanded},copyContentToClipboard(){this.$emit("copy",this)},deleteMsg(){this.$emit("delete",this.message.id),this.deleteMsgMode=!1},rankUp(){this.$emit("rankUp",this.message.id)},rankDown(){this.$emit("rankDown",this.message.id)},updateMessage(){this.$emit("updateMessage",this.message.id,this.message.content),this.editMsgMode=!1},resendMessage(){this.$emit("resendMessage",this.message.id,this.message.content)},continueMessage(){this.$emit("continueMessage",this.message.id,this.message.content)},getImgUrl(){return this.avatar?NUe+this.avatar:ss},defaultImg(t){t.target.src=ss},parseDate(t){let e=new Date(Date.parse(t)),s=Math.floor((new Date-e)/1e3);return s<=1?"just now":s<20?s+" seconds ago":s<40?"half a minute ago":s<60?"less than a minute ago":s<=90?"one minute ago":s<=3540?Math.round(s/60)+" minutes ago":s<=5400?"1 hour ago":s<=86400?Math.round(s/3600)+" hours ago":s<=129600?"1 day ago":s<604800?Math.round(s/86400)+" days ago":s<=777600?"1 week ago":t},prettyDate(t){let e=new Date((t||"").replace(/-/g,"/").replace(/[TZ]/g," ")),n=(new Date().getTime()-e.getTime())/1e3,s=Math.floor(n/86400);if(!(isNaN(s)||s<0||s>=31))return s==0&&(n<60&&"just now"||n<120&&"1 minute ago"||n<3600&&Math.floor(n/60)+" minutes ago"||n<7200&&"1 hour ago"||n<86400&&Math.floor(n/3600)+" hours ago")||s==1&&"Yesterday"||s<7&&s+" days ago"||s<31&&Math.ceil(s/7)+" weeks ago"},checkForFullSentence(){if(this.message.content.trim().split(" ").length>3){this.speak();return}}},watch:{"message.content":function(t){this.$store.state.config.auto_speak&&(this.isSpeaking||this.checkForFullSentence())},showConfirmation(){be(()=>{ve.replace()})},editMsgMode(t){be(()=>{ve.replace()})},deleteMsgMode(){be(()=>{ve.replace()})}},computed:{message_ui:{get(){return this.message.ui}},isTalking:{get(){return this.isSpeaking}},created_at(){return this.prettyDate(this.message.created_at)},created_at_parsed(){return new Date(Date.parse(this.message.created_at)).toLocaleString()},finished_generating_at_parsed(){return new Date(Date.parse(this.message.finished_generating_at)).toLocaleString()},time_spent(){const t=new Date(Date.parse(this.message.created_at)),e=new Date(Date.parse(this.message.finished_generating_at));if(e.getTime()===t.getTime()||!e.getTime())return;let s=e.getTime()-t.getTime();const o=Math.floor(s/(1e3*60*60));s-=o*(1e3*60*60);const r=Math.floor(s/(1e3*60));s-=r*(1e3*60);const i=Math.floor(s/1e3);s-=i*1e3;function a(d){return d<10&&(d="0"+d),d}return a(o)+"h:"+a(r)+"m:"+a(i)+"s"}}},LUe={class:"relative group rounded-lg m-2 shadow-lg hover:border-primary dark:hover:border-primary hover:border-solid hover:border-2 border-2 border-transparent even:bg-bg-light-discussion-odd dark:even:bg-bg-dark-discussion-odd flex flex-col flex-grow flex-wrap overflow-visible p-4 pb-2"},IUe={class:"flex flex-row gap-2"},PUe={class:"flex-shrink-0"},FUe={class:"group/avatar"},BUe=["src","data-popover-target"],$Ue={class:"flex flex-col w-full flex-grow-0"},zUe={class:"flex flex-row flex-grow items-start"},jUe={class:"flex flex-col mb-2"},UUe={class:"drop-shadow-sm text-lg text-opacity-95 font-bold grow"},qUe=["title"],HUe=c("div",{class:"flex-grow"},null,-1),VUe={class:"flex-row justify-end mx-2"},GUe={class:"invisible group-hover:visible flex flex-row"},KUe={key:0,class:"flex items-center duration-75"},WUe=c("i",{"data-feather":"x"},null,-1),ZUe=[WUe],YUe=c("i",{"data-feather":"check"},null,-1),JUe=[YUe],QUe=c("i",{"data-feather":"edit"},null,-1),XUe=[QUe],eqe=c("i",{"data-feather":"copy"},null,-1),tqe=[eqe],nqe=c("i",{"data-feather":"refresh-cw"},null,-1),sqe=[nqe],oqe=c("i",{"data-feather":"fast-forward"},null,-1),rqe=[oqe],iqe={key:4,class:"flex items-center duration-75"},aqe=c("i",{"data-feather":"x"},null,-1),lqe=[aqe],cqe=c("i",{"data-feather":"check"},null,-1),dqe=[cqe],uqe=c("i",{"data-feather":"trash"},null,-1),hqe=[uqe],fqe=c("i",{"data-feather":"thumbs-up"},null,-1),pqe=[fqe],gqe={class:"flex flex-row items-center"},mqe=c("i",{"data-feather":"thumbs-down"},null,-1),_qe=[mqe],bqe={class:"flex flex-row items-center"},yqe=c("i",{"data-feather":"volume-2"},null,-1),vqe=[yqe],wqe={class:"overflow-x-auto w-full"},xqe={class:"flex flex-col items-start w-full"},kqe={class:"flex flex-col items-start w-full"},Eqe={key:2},Cqe={class:"text-sm text-gray-400 mt-2"},Aqe={class:"flex flex-row items-center gap-2"},Sqe={key:0},Tqe={class:"font-thin"},Mqe={key:1},Oqe={class:"font-thin"},Rqe={key:2},Nqe={class:"font-thin"},Dqe={key:3},Lqe=["title"];function Iqe(t,e,n,s,o,r){const i=Fe("Step"),a=Fe("RenderHTMLJS"),l=Fe("MarkdownRenderer"),d=Fe("JsonViewer"),u=Fe("DynamicUIRenderer");return k(),E("div",LUe,[c("div",IUe,[c("div",PUe,[c("div",FUe,[c("img",{src:r.getImgUrl(),onError:e[0]||(e[0]=h=>r.defaultImg(h)),"data-popover-target":"avatar"+n.message.id,"data-popover-placement":"bottom",class:"w-10 h-10 rounded-full object-fill text-red-700"},null,40,BUe)])]),c("div",$Ue,[c("div",zUe,[c("div",jUe,[c("div",UUe,U(n.message.sender)+" ",1),n.message.created_at?(k(),E("div",{key:0,class:"text-sm text-gray-400 font-thin",title:"Created at: "+r.created_at_parsed},U(r.created_at),9,qUe)):L("",!0)]),HUe,c("div",VUe,[c("div",GUe,[o.editMsgMode?(k(),E("div",KUe,[c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90 p-2",title:"Cancel edit",type:"button",onClick:e[1]||(e[1]=de(h=>o.editMsgMode=!1,["stop"]))},ZUe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90 p-2",title:"Update message",type:"button",onClick:e[2]||(e[2]=de((...h)=>r.updateMessage&&r.updateMessage(...h),["stop"]))},JUe)])):L("",!0),o.editMsgMode?L("",!0):(k(),E("div",{key:1,class:"text-lg hover:text-secondary duration-75 active:scale-90 p-2",title:"Edit message",onClick:e[3]||(e[3]=de(h=>o.editMsgMode=!0,["stop"]))},XUe)),c("div",{class:"text-lg hover:text-secondary duration-75 active:scale-90 p-2",title:"Copy message to clipboard",onClick:e[4]||(e[4]=de(h=>r.copyContentToClipboard(),["stop"]))},tqe),n.message.sender!=this.$store.state.mountedPers.name?(k(),E("div",{key:2,class:"text-lg hover:text-secondary duration-75 active:scale-90 p-2",title:"Resend message",onClick:e[5]||(e[5]=de(h=>r.resendMessage(),["stop"]))},sqe)):L("",!0),n.message.sender==this.$store.state.mountedPers.name?(k(),E("div",{key:3,class:"text-lg hover:text-secondary duration-75 active:scale-90 p-2",title:"Resend message",onClick:e[6]||(e[6]=de(h=>r.continueMessage(),["stop"]))},rqe)):L("",!0),o.deleteMsgMode?(k(),E("div",iqe,[c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90 p-2",title:"Cancel removal",type:"button",onClick:e[7]||(e[7]=de(h=>o.deleteMsgMode=!1,["stop"]))},lqe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90 p-2",title:"Confirm removal",type:"button",onClick:e[8]||(e[8]=de(h=>r.deleteMsg(),["stop"]))},dqe)])):L("",!0),o.deleteMsgMode?L("",!0):(k(),E("div",{key:5,class:"text-lg hover:text-red-600 duration-75 active:scale-90 p-2",title:"Remove message",onClick:e[9]||(e[9]=h=>o.deleteMsgMode=!0)},hqe)),c("div",{class:"text-lg hover:text-secondary duration-75 active:scale-90 p-2",title:"Upvote",onClick:e[10]||(e[10]=de(h=>r.rankUp(),["stop"]))},pqe),c("div",gqe,[c("div",{class:"text-lg hover:text-red-600 duration-75 active:scale-90 p-2",title:"Downvote",onClick:e[11]||(e[11]=de(h=>r.rankDown(),["stop"]))},_qe),n.message.rank!=0?(k(),E("div",{key:0,class:Ce(["rounded-full px-2 text-sm flex items-center justify-center font-bold",n.message.rank>0?"bg-secondary":"bg-red-600"]),title:"Rank"},U(n.message.rank),3)):L("",!0)]),c("div",bqe,[c("div",{class:Ce(["text-lg hover:text-red-600 duration-75 active:scale-90 p-2",{"text-red-500":r.isTalking}]),title:"speak",onClick:e[12]||(e[12]=de(h=>r.speak(),["stop"]))},vqe,2)])])])]),c("div",wqe,[c("div",xqe,[(k(!0),E(Oe,null,Ve(n.message.steps,(h,f)=>(k(),E("div",{key:"step-"+n.message.id+"-"+f,class:"step font-bold",style:yt({backgroundColor:h.done?"transparent":"inherit"})},[ae(i,{done:h.done,message:h.message,status:h.status},null,8,["done","message","status"])],4))),128))]),c("div",kqe,[(k(!0),E(Oe,null,Ve(n.message.html_js_s,(h,f)=>(k(),E("div",{key:"htmljs-"+n.message.id+"-"+f,class:"htmljs font-bold",style:yt({backgroundColor:t.step.done?"transparent":"inherit"})},[ae(a,{htmlContent:h},null,8,["htmlContent"])],4))),128))]),o.editMsgMode?L("",!0):(k(),nt(l,{key:0,ref:"mdRender","markdown-text":n.message.content},null,8,["markdown-text"])),o.editMsgMode?se((k(),E("textarea",{key:1,ref:"mdTextarea",rows:4,class:"block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",style:yt({minHeight:o.mdRenderHeight+"px"}),placeholder:"Enter message here...","onUpdate:modelValue":e[13]||(e[13]=h=>n.message.content=h)},null,4)),[[Re,n.message.content]]):L("",!0),n.message.metadata!==null?(k(),E("div",Eqe,[(k(!0),E(Oe,null,Ve(n.message.metadata,(h,f)=>(k(),E("div",{key:"json-"+n.message.id+"-"+f,class:"json font-bold"},[ae(d,{jsonFormText:h.title,jsonData:h.content},null,8,["jsonFormText","jsonData"])]))),128))])):L("",!0),n.message.ui!==null&&n.message.ui!==void 0&&n.message.ui!==""?(k(),nt(u,{key:3,class:"w-full h-full",code:r.message_ui},null,8,["code"])):L("",!0)]),c("div",Cqe,[c("div",Aqe,[n.message.binding?(k(),E("p",Sqe,[xe("Binding: "),c("span",Tqe,U(n.message.binding),1)])):L("",!0),n.message.model?(k(),E("p",Mqe,[xe("Model: "),c("span",Oqe,U(n.message.model),1)])):L("",!0),n.message.seed?(k(),E("p",Rqe,[xe("Seed: "),c("span",Nqe,U(n.message.seed),1)])):L("",!0),r.time_spent?(k(),E("p",Dqe,[xe("Time spent: "),c("span",{class:"font-thin",title:"Finished generating: "+r.finished_generating_at_parsed},U(r.time_spent),9,Lqe)])):L("",!0)])])])])])}const qg=ze(DUe,[["render",Iqe]]),Pqe="/";ye.defaults.baseURL="/";const Fqe={name:"MountedPersonalities",props:{onShowPersList:Function,onReady:Function},components:{UniversalForm:xc},data(){return{bUrl:Pqe,isMounted:!1,show:!1}},async mounted(){await this.constructor(),this.isMounted=!0},async activated(){this.isMounted&&await this.constructor()},computed:{configFile:{get(){return this.$store.state.config},set(t){this.$store.commit("setConfig",t)}},mountedPers:{get(){return this.$store.state.mountedPers},set(t){this.$store.commit("setMountedPers",t)}},personalities:{get(){return this.$store.state.personalities},set(t){this.$store.commit("setPersonalities",t)}},mountedPersArr:{get(){return this.$store.state.mountedPersArr},set(t){this.$store.commit("setMountedPers",t)}}},methods:{onSettingsPersonality(t){try{ye.get("/get_active_personality_settings").then(e=>{e&&(console.log("pers sett",e),e.data&&Object.keys(e.data).length>0?this.$refs.universalForm.showForm(e.data,"Personality settings - "+t.name,"Save changes","Cancel").then(n=>{try{ye.post("/set_active_personality_settings",n).then(s=>{s&&s.data?(console.log("personality set with new settings",s.data),this.$refs.toast.showToast("Personality settings updated successfully!",4,!0)):this.$refs.toast.showToast(`Did not get Personality settings responses. `+s,4,!1)})}catch(s){this.$refs.toast.showToast(`Did not get Personality settings responses. Endpoint error: `+s.message,4,!1)}}):this.$refs.toast.showToast("Personality has no settings",4,!1))})}catch(e){this.$refs.toast.showToast("Could not open personality settings. Endpoint error: "+e.message,4,!1)}},toggleShowPersList(){this.onShowPersList()},async constructor(){for(be(()=>{ve.replace()});this.$store.state.ready===!1;)await new Promise(t=>setTimeout(t,100));this.onReady()},async api_get_req(t){try{const e=await ye.get("/"+t);if(e)return e.data}catch(e){console.log(e.message,"api_get_req - mountedPersonalities");return}},personalityImgPlacehodler(t){t.target.src=ss}}},Bqe={class:"w-fit select-none"},$qe={key:0,class:"flex -space-x-4"},zqe=["src","title"],jqe={key:1,class:"flex -space-x-4"},Uqe=["src","title"],qqe={key:2,title:"Loading personalities"},Hqe=c("div",{role:"status"},[c("svg",{"aria-hidden":"true",class:"w-6 h-6 animate-spin fill-secondary",viewBox:"0 0 100 101",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[c("path",{d:"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z",fill:"currentColor"}),c("path",{d:"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z",fill:"currentFill"})]),c("span",{class:"sr-only"},"Loading...")],-1),Vqe=[Hqe];function Gqe(t,e,n,s,o,r){const i=Fe("UniversalForm");return k(),E(Oe,null,[c("div",Bqe,[r.mountedPersArr.length>1?(k(),E("div",$qe,[c("img",{src:o.bUrl+r.mountedPers.avatar,onError:e[0]||(e[0]=(...a)=>r.personalityImgPlacehodler&&r.personalityImgPlacehodler(...a)),class:"w-8 h-8 rounded-full object-fill text-red-700 border-2 active:scale-90 hover:z-20 hover:-translate-y-2 duration-150 border-secondary cursor-pointer",title:"Active personality: "+r.mountedPers.name,onClick:e[1]||(e[1]=a=>r.onSettingsPersonality(r.mountedPers))},null,40,zqe),c("div",{class:"flex items-center justify-center w-8 h-8 cursor-pointer text-xs font-medium bg-bg-light dark:bg-bg-dark border-2 hover:border-secondary rounded-full hover:bg-bg-light-tone dark:hover:bg-bg-dark-tone dark:border-gray-800 hover:z-20 hover:-translate-y-2 duration-150 active:scale-90",onClick:e[2]||(e[2]=de((...a)=>r.toggleShowPersList&&r.toggleShowPersList(...a),["stop"])),title:"Click to show more"},"+"+U(r.mountedPersArr.length-1),1)])):L("",!0),r.mountedPersArr.length==1?(k(),E("div",jqe,[c("img",{src:o.bUrl+this.$store.state.mountedPers.avatar,onError:e[3]||(e[3]=(...a)=>r.personalityImgPlacehodler&&r.personalityImgPlacehodler(...a)),class:"w-8 h-8 rounded-full object-fill text-red-700 border-2 active:scale-90 hover:z-20 cursor-pointer border-secondary",title:"Active personality: "+this.$store.state.mountedPers.name,onClick:e[4]||(e[4]=de((...a)=>r.toggleShowPersList&&r.toggleShowPersList(...a),["stop"]))},null,40,Uqe)])):L("",!0),r.mountedPersArr.length==0?(k(),E("div",qqe,Vqe)):L("",!0)]),ae(i,{ref:"universalForm",class:"z-20"},null,512)],64)}const Kqe=ze(Fqe,[["render",Gqe]]);const Wqe="/";ye.defaults.baseURL="/";const Zqe={props:{onTalk:Function,onMounted:Function,onUnmounted:Function,onRemounted:Function,discussionPersonalities:Array,onShowPersList:Function},components:{PersonalityEntry:jg,Toast:Ys,UniversalForm:xc},name:"MountedPersonalitiesList",data(){return{bUrl:Wqe,isMounted:!1,isLoading:!1}},async mounted(){await this.constructor(),this.isMounted=!0},async activated(){this.isMounted&&await this.constructor()},computed:{configFile:{get(){return this.$store.state.config},set(t){this.$store.commit("setConfig",t)}},personalities:{get(){return this.$store.state.personalities},set(t){this.$store.commit("setPersonalities",t)}},mountedPersArr:{get(){return this.$store.state.mountedPersArr},set(t){this.$store.commit("setMountedPers",t)}}},methods:{toggleShowPersList(){this.onShowPersList()},async constructor(){},async api_get_req(t){try{const e=await ye.get("/"+t);if(e)return e.data}catch(e){console.log(e.message,"api_get_req - mountedPersonalities");return}},personalityImgPlacehodler(t){t.target.src=ss},onPersonalityReinstall(t){console.log("on reinstall ",t),this.isLoading=!0,ye.post("/reinstall_personality",{name:t.personality.full_path}).then(e=>{if(e)return this.isLoading=!1,console.log("reinstall_personality",e),e.data.status?this.$refs.toast.showToast("Personality reinstalled successfully!",4,!0):this.$refs.toast.showToast("Could not reinstall personality",4,!1),e.data;this.isLoading=!1}).catch(e=>(this.isLoading=!1,this.$refs.toast.showToast(`Could not reinstall personality @@ -197,4 +197,4 @@ ${o} ${l}`;navigator.clipboard.writeText(d),be(()=>{ve.replace()})},closeToast(){this.showToast=!1},saveJSONtoFile(t,e){e=e||"data.json";const n=document.createElement("a");n.href=URL.createObjectURL(new Blob([JSON.stringify(t,null,2)],{type:"text/plain"})),n.setAttribute("download",e),document.body.appendChild(n),n.click(),document.body.removeChild(n)},parseJsonObj(t){try{return JSON.parse(t)}catch(e){return this.$refs.toast.showToast(`Could not parse JSON. `+e.message,4,!1),null}},async parseJsonFile(t){return new Promise((e,n)=>{const s=new FileReader;s.onload=o=>e(this.parseJsonObj(o.target.result)),s.onerror=o=>n(o),s.readAsText(t)})},async exportDiscussions(){const t=this.list.filter(e=>e.checkBoxValue==!0).map(e=>e.id);if(t.length>0){console.log("export",t);let e=new Date;const n=e.getFullYear(),s=(e.getMonth()+1).toString().padStart(2,"0"),o=e.getDate().toString().padStart(2,"0"),r=e.getHours().toString().padStart(2,"0"),i=e.getMinutes().toString().padStart(2,"0"),a=e.getSeconds().toString().padStart(2,"0"),d="discussions_export_"+(n+"."+s+"."+o+"."+r+i+a)+".json";this.loading=!0;const u=await this.export_multiple_discussions(t);u?(this.saveJSONtoFile(u,d),this.$refs.toast.showToast("Successfully exported",4,!0),this.isCheckbox=!1):this.$refs.toast.showToast("Failed to export discussions",4,!1),this.loading=!1}},async importDiscussions(t){const e=await this.parseJsonFile(t.target.files[0]);await this.import_multiple_discussions(e)?(this.$refs.toast.showToast("Successfully imported ("+e.length+")",4,!0),await this.list_discussions()):this.$refs.toast.showToast("Failed to import discussions",4,!1)},async getPersonalityAvatars(){for(;this.$store.state.personalities===null;)await new Promise(e=>setTimeout(e,100));let t=this.$store.state.personalities;this.personalityAvatars=t.map(e=>({name:e.name,avatar:e.avatar}))},getAvatar(t){if(t.toLowerCase().trim()==this.$store.state.config.user_name.toLowerCase().trim())return"user_infos/"+this.$store.state.config.user_avatar;const e=this.personalityAvatars.findIndex(s=>s.name===t),n=this.personalityAvatars[e];if(n)return console.log("Avatar",n.avatar),n.avatar},setFileListChat(t){try{this.$refs.chatBox.fileList=this.$refs.chatBox.fileList.concat(t)}catch(e){this.$refs.toast.showToast(`Failed to set filelist in chatbox -`+e.message,4,!1)}this.isDragOverChat=!1},setDropZoneChat(){this.isDragOverChat=!0,this.$refs.dragdropChat.show=!0},async setFileListDiscussion(t){if(t.length>1){this.$refs.toast.showToast("Failed to import discussions. Too many files",4,!1);return}const e=await this.parseJsonFile(t[0]);await this.import_multiple_discussions(e)?(this.$refs.toast.showToast("Successfully imported ("+e.length+")",4,!0),await this.list_discussions()):this.$refs.toast.showToast("Failed to import discussions",4,!1),this.isDragOverDiscussion=!1},setDropZoneDiscussion(){this.isDragOverDiscussion=!0,this.$refs.dragdropDiscussion.show=!0}},async created(){for(this.$nextTick(()=>{ve.replace()}),Ee.onclose=t=>{console.log("WebSocket connection closed:",t.code,t.reason),this.socketIODisconnected()},Ee.onerror=t=>{console.log("WebSocket connection error:",t.code,t.reason),this.socketIODisconnected(),Ee.disconnect()},Ee.on("connected",this.socketIOConnected),Ee.on("disconnected",this.socketIODisconnected),console.log("Added events"),console.log("Waiting to be ready");this.$store.state.ready===!1;)await new Promise(t=>setTimeout(t,100));this.setPageTitle(),await this.list_discussions(),this.loadLastUsedDiscussion(),Ee.on("notification",this.notify),Ee.on("new_message",this.new_message),Ee.on("update_message",this.streamMessageContent),Ee.on("close_message",this.finalMsgEvent),Ee.onopen=()=>{console.log("WebSocket connection established."),this.currentDiscussion!=null&&(this.setPageTitle(item),localStorage.setItem("selected_discussion",this.currentDiscussion.id),this.load_discussion(item.id,()=>{this.discussionArr.length>1&&(this.currentDiscussion.title===""||this.currentDiscussion.title===null)&&this.changeTitleUsingUserMSG(this.currentDiscussion.id,this.discussionArr[1].content)}))},this.isCreated=!0},async mounted(){this.$nextTick(()=>{ve.replace()})},async activated(){await this.getPersonalityAvatars(),this.isCreated&&be(()=>{const t=document.getElementById("messages-list");this.scrollBottom(t)})},components:{Discussion:Ug,Message:qg,ChatBox:Hg,WelcomeComponent:Vg,Toast:Ys,DragDrop:yl},watch:{filterTitle(t){t==""&&(this.filterInProgress=!0,this.list=this.tempList,this.filterInProgress=!1)},isCheckbox(t){be(()=>{ve.replace()}),t||(this.isSelectAll=!1)},socketConnected(t){console.log("Websocket connected (watch)",t)},showConfirmation(){be(()=>{ve.replace()})},isSearch(){be(()=>{ve.replace()})}},computed:{client_id(){return Ee.id},isReady(){return console.log("verify ready",this.isCreated),this.isCreated},showPanel(){return this.$store.state.ready&&!this.panelCollapsed},socketConnected(){return console.log(" --- > Websocket connected"),this.$store.commit("setIsConnected",!0),!0},socketDisconnected(){return this.$store.commit("setIsConnected",!1),console.log(" --- > Websocket disconnected"),!0},selectedDiscussions(){return be(()=>{ve.replace()}),this.list.filter(t=>t.checkBoxValue==!0)}}},JKe=Object.assign(YKe,{__name:"DiscussionsView",setup(t){return Xr(()=>{AGe()}),ye.defaults.baseURL="/",(e,n)=>(k(),E(Oe,null,[ae(Os,{name:"fade-and-fly"},{default:Ne(()=>[e.isReady?L("",!0):(k(),E("div",TGe,[c("div",MGe,[c("div",OGe,[c("div",RGe,[NGe,c("div",DGe,[c("p",LGe,"Lord of Large Language Models v "+U(dt(xm).state.version),1),IGe,PGe])]),FGe,BGe,$Ge,zGe])])]))]),_:1}),e.isReady?(k(),E("button",{key:0,onClick:n[0]||(n[0]=(...s)=>e.togglePanel&&e.togglePanel(...s)),class:"absolute top-0 left-0 z-50 p-2 m-2 bg-white rounded-full shadow-md bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-primary-light dark:hover:bg-primary"},[se(c("div",null,UGe,512),[[Ye,e.panelCollapsed]]),se(c("div",null,HGe,512),[[Ye,!e.panelCollapsed]])])):L("",!0),ae(Os,{name:"slide-right"},{default:Ne(()=>[e.showPanel?(k(),E("div",VGe,[c("div",{id:"leftPanel",class:"flex flex-col flex-grow overflow-y-scroll no-scrollbar",onDragover:n[19]||(n[19]=de(s=>e.setDropZoneDiscussion(),["stop","prevent"]))},[c("div",GGe,[c("div",KGe,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Create new discussion",type:"button",onClick:n[1]||(n[1]=s=>e.createNewDiscussion())},ZGe),c("button",{class:Ce(["text-2xl hover:text-secondary duration-75 active:scale-90",e.isCheckbox?"text-secondary":""]),title:"Edit discussion list",type:"button",onClick:n[2]||(n[2]=s=>e.isCheckbox=!e.isCheckbox)},JGe,2),QGe,XGe,c("input",{type:"file",ref:"fileDialog",style:{display:"none"},onChange:n[3]||(n[3]=(...s)=>e.importDiscussions&&e.importDiscussions(...s))},null,544),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90 rotate-90",title:"Import discussions",type:"button",onClick:n[4]||(n[4]=de(s=>e.$refs.fileDialog.click(),["stop"]))},tKe),e.isOpen?(k(),E("div",nKe,[c("button",{onClick:n[5]||(n[5]=(...s)=>e.importDiscussions&&e.importDiscussions(...s))},"LOLLMS"),c("button",{onClick:n[6]||(n[6]=(...s)=>e.importChatGPT&&e.importChatGPT(...s))},"ChatGPT")])):L("",!0),c("button",{class:Ce(["text-2xl hover:text-secondary duration-75 active:scale-90",e.isSearch?"text-secondary":""]),title:"Filter discussions",type:"button",onClick:n[7]||(n[7]=s=>e.isSearch=!e.isSearch)},oKe,2),e.showConfirmation?L("",!0):(k(),E("button",{key:1,title:"Save configuration",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:n[8]||(n[8]=s=>e.showConfirmation=!0)},iKe)),e.showConfirmation?(k(),E("div",aKe,[c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Cancel",type:"button",onClick:n[9]||(n[9]=de(s=>e.showConfirmation=!1,["stop"]))},cKe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm save changes",type:"button",onClick:n[10]||(n[10]=de(s=>e.save_configuration(),["stop"]))},uKe)])):L("",!0),e.loading?(k(),E("div",hKe,pKe)):L("",!0)]),e.isSearch?(k(),E("div",gKe,[c("div",mKe,[c("div",_Ke,[bKe,c("div",yKe,[c("div",{class:Ce(["hover:text-secondary duration-75 active:scale-90",e.filterTitle?"visible":"invisible"]),title:"Clear",onClick:n[11]||(n[11]=s=>e.filterTitle="")},wKe,2)]),se(c("input",{type:"search",id:"default-search",class:"block w-full p-2 pl-10 pr-10 text-sm border border-gray-300 rounded-lg bg-bg-light focus:ring-secondary focus:border-secondary dark:bg-bg-dark dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-secondary dark:focus:border-secondary",placeholder:"Search...",title:"Filter discussions by title","onUpdate:modelValue":n[12]||(n[12]=s=>e.filterTitle=s),onInput:n[13]||(n[13]=s=>e.filterDiscussions())},null,544),[[Re,e.filterTitle]])])])])):L("",!0),e.isCheckbox?(k(),E("hr",xKe)):L("",!0),e.isCheckbox?(k(),E("div",kKe,[c("div",EKe,[e.selectedDiscussions.length>0?(k(),E("p",CKe,"Selected: "+U(e.selectedDiscussions.length),1)):L("",!0)]),c("div",AKe,[e.selectedDiscussions.length>0?(k(),E("div",SKe,[e.showConfirmation?L("",!0):(k(),E("button",{key:0,class:"flex mx-3 flex-1 text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Remove selected",type:"button",onClick:n[14]||(n[14]=de(s=>e.showConfirmation=!0,["stop"]))},MKe)),e.showConfirmation?(k(),E("div",OKe,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm removal",type:"button",onClick:n[15]||(n[15]=de((...s)=>e.deleteDiscussionMulti&&e.deleteDiscussionMulti(...s),["stop"]))},NKe),c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Cancel removal",type:"button",onClick:n[16]||(n[16]=de(s=>e.showConfirmation=!1,["stop"]))},LKe)])):L("",!0)])):L("",!0),c("div",IKe,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90 rotate-90",title:"Export selected to a file",type:"button",onClick:n[17]||(n[17]=de((...s)=>e.exportDiscussions&&e.exportDiscussions(...s),["stop"]))},FKe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Select All",type:"button",onClick:n[18]||(n[18]=de((...s)=>e.selectAllDiscussions&&e.selectAllDiscussions(...s),["stop"]))},$Ke)])])])):L("",!0)]),c("div",zKe,[ae(yl,{ref:"dragdropDiscussion",onPanelDrop:e.setFileListDiscussion},{default:Ne(()=>[xe("Drop your discussion file here ")]),_:1},8,["onPanelDrop"])]),c("div",jKe,[c("div",{class:Ce(["mx-4 flex flex-col flex-grow",e.isDragOverDiscussion?"pointer-events-none":""])},[c("div",{id:"dis-list",class:Ce([e.filterInProgress?"opacity-20 pointer-events-none":"","flex flex-col flex-grow"])},[e.list.length>0?(k(),nt(Ut,{key:0,name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(e.list,(s,o)=>(k(),nt(Ug,{key:s.id,id:s.id,title:s.title,selected:e.currentDiscussion.id==s.id,loading:s.loading,isCheckbox:e.isCheckbox,checkBoxValue:s.checkBoxValue,onSelect:r=>e.selectDiscussion(s),onDelete:r=>e.deleteDiscussion(s.id),onEditTitle:e.editTitle,onChecked:e.checkUncheckDiscussion},null,8,["id","title","selected","loading","isCheckbox","checkBoxValue","onSelect","onDelete","onEditTitle","onChecked"]))),128))]),_:1})):L("",!0),e.list.length<1?(k(),E("div",UKe,HKe)):L("",!0),VKe],2)],2)])],32)])):L("",!0)]),_:1}),e.isReady?(k(),E("div",{key:1,class:"relative flex flex-col flex-grow",onDragover:n[20]||(n[20]=de(s=>e.setDropZoneChat(),["stop","prevent"]))},[c("div",GKe,[ae(yl,{ref:"dragdropChat",onPanelDrop:e.setFileListChat},null,8,["onPanelDrop"])]),c("div",{id:"messages-list",class:Ce(["z-0 flex flex-col flex-grow overflow-y-auto scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary",e.isDragOverChat?"pointer-events-none":""])},[c("div",KKe,[e.discussionArr.length>0?(k(),nt(Ut,{key:0,name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(e.discussionArr,(s,o)=>(k(),nt(qg,{key:s.id,message:s,id:"msg-"+s.id,ref_for:!0,ref:"messages",onCopy:e.copyToClipBoard,onDelete:e.deleteMessage,onRankUp:e.rankUpMessage,onRankDown:e.rankDownMessage,onUpdateMessage:e.updateMessage,onResendMessage:e.resendMessage,onContinueMessage:e.continueMessage,avatar:e.getAvatar(s.sender)},null,8,["message","id","onCopy","onDelete","onRankUp","onRankDown","onUpdateMessage","onResendMessage","onContinueMessage","avatar"]))),128))]),_:1})):L("",!0),e.currentDiscussion.id?L("",!0):(k(),nt(Vg,{key:1}))]),WKe,e.currentDiscussion.id?(k(),E("div",ZKe,[ae(Hg,{ref:"chatBox",onMessageSentEvent:e.sendMsg,loading:e.isGenerating,discussionList:e.discussionArr,onStopGenerating:e.stopGenerating,"on-show-toast-message":e.showToastMessage,"on-talk":e.talk,onLoaded:e.recoverFiles},null,8,["onMessageSentEvent","loading","discussionList","onStopGenerating","on-show-toast-message","on-talk","onLoaded"])])):L("",!0)],2)],32)):L("",!0),ae(Ys,{ref:"toast"},null,512),ae(zg,{ref:"messageBox"},null,512)],64))}}),QKe=ze(JKe,[["__scopeId","data-v-02ad3264"]]),XKe=Uy({history:iy("/"),routes:[{path:"/playground/",name:"playground",component:fMe},{path:"/extensions/",name:"extensions",component:kMe},{path:"/help/",name:"help",component:qMe},{path:"/settings/",name:"settings",component:Yze},{path:"/training/",name:"training",component:_je},{path:"/quantizing/",name:"quantizing",component:Aje},{path:"/",name:"discussions",component:QKe}]});const Ei=t0(x2);console.log("Loaded main.js");const xm=T0({state(){return{ready:!1,version:"unknown",sort_type:0,refreshingModelsList:!1,settingsChanged:!1,isConnected:!1,config:null,mountedPers:null,mountedPersArr:null,bindingsArr:null,modelsArr:null,models_zoo:null,selectedModel:null,personalities:null,diskUsage:null,ramUsage:null,vramUsage:null,extensionsZoo:null}},mutations:{setIsConnected(t,e){t.isConnected=e},setConfig(t,e){t.config=e},setPersonalities(t,e){t.personalities=e},setMountedPers(t,e){t.mountedPers=e},setMountedPersArr(t,e){t.mountedPersArr=e},setBindingsArr(t,e){t.bindingsArr=e},setModelsArr(t,e){t.modelsArr=e},setselectedModel(t,e){t.selectedModel=e},setDiskUsage(t,e){t.diskUsage=e},setRamUsage(t,e){t.ramUsage=e},setVramUsage(t,e){t.vramUsage=e},setExtensionsZoo(t,e){t.extensionsZoo=e},setModelsZoo(t,e){t.models_zoo=e}},getters:{getIsConnected(t){return t.isConnected},getConfig(t){return t.config},getPersonalities(t){return t.personalities},getMountedPersArr(t){return t.mountedPersArr},getMountedPers(t){return t.mountedPers},getbindingsArr(t){return t.bindingsArr},getModelsArr(t){return t.modelsArr},getDiskUsage(t){return t.diskUsage},getRamUsage(t){return t.ramUsage},getVramUsage(t){return t.vramUsage},getModelsZoo(t){return t.models_zoo},getExtensionsZoo(t){return t.extensionsZoo}},actions:{async getVersion(){let t=await ye.get("/get_lollms_webui_version",{});t&&(this.state.version=t.data.version)},async refreshConfig({commit:t}){console.log("Fetching configuration");try{const e=await tn("get_config");e.active_personality_id<0&&(e.active_personality_id=0);let n=e.personalities[e.active_personality_id].split("/");e.personality_category=n[0],e.personality_folder=n[1],console.log("Recovered config"),console.log(e),console.log("Committing config"),console.log(e),console.log(this.state.config),t("setConfig",e)}catch(e){console.log(e.message,"refreshConfig")}},async refreshPersonalitiesArr({commit:t}){let e=[];const n=await tn("get_all_personalities"),s=Object.keys(n);console.log("Personalities recovered:"+this.state.config.personalities);for(let o=0;o{let d=!1;for(const h of this.state.config.personalities)if(h.includes(r+"/"+l.folder)&&(d=!0,h.includes(":"))){const f=h.split(":");l.language=f[1]}let u={};return u=l,u.category=r,u.full_path=r+"/"+l.folder,u.isMounted=d,u});e.length==0?e=a:e=e.concat(a)}e.sort((o,r)=>o.name.localeCompare(r.name)),t("setPersonalities",e),console.log("Done loading personalities")},refreshMountedPersonalities({commit:t}){this.state.config.active_personality_id<0&&(this.state.config.active_personality_id=0);let e=[];for(let n=0;ni.full_path==s||i.full_path+":"+i.language==s),r=this.state.personalities[o];r?e.push(r):e.push(this.state.personalities[this.state.personalities.findIndex(i=>i.full_path=="generic/lollms")])}t("setMountedPersArr",e),this.state.mountedPers=this.state.personalities[this.state.personalities.findIndex(n=>n.full_path==this.state.config.personalities[this.state.config.active_personality_id]||n.full_path+":"+n.language==this.state.config.personalities[this.state.config.active_personality_id])]},async refreshBindings({commit:t}){let e=await tn("list_bindings");t("setBindingsArr",e)},async refreshModels({commit:t}){let e=await tn("list_models"),n=await tn("get_active_model");n!=null&&t("setselectedModel",n.model),t("setModelsArr",e)},async refreshExtensionsZoo({commit:t}){let e=await tn("list_extensions");t("setExtensionsZoo",e)},async refreshDiskUsage({commit:t}){this.state.diskUsage=await tn("disk_usage")},async refreshRamUsage({commit:t}){this.state.ramUsage=await tn("ram_usage")},async refreshVramUsage({commit:t}){const e=await tn("vram_usage"),n=[];if(e.nb_gpus>0){for(let o=0;o{let n=e.data;n=n.filter(s=>s.variants&&s.variants.length>0),this.state.sort_type==0?n.sort((s,o)=>{const r=new Date(s.last_commit_time);return new Date(o.last_commit_time)-r}):this.state.sort_type==1?n.sort((s,o)=>o.rank-s.rank):this.state.sort_type==2?n.sort((s,o)=>s.name.localeCompare(o.name)):this.state.sort_type==3&&n.sort((s,o)=>s.name.localeCompare(o.name));for(let s=0;si.name==o);if(r==-1)for(let i=0;il.name==o),r!=-1)){r=i,console.log(`Found ${o} at index ${r}`);break}}if(r==-1){let i={};i.name=o,i.icon="",i.isCustomModel=!0,i.isInstalled=!0,n.push(i)}else n[r].isInstalled=!0}console.log("models_zoo"),n.sort((s,o)=>s.isInstalled&&!o.isInstalled?-1:!s.isInstalled&&o.isInstalled?1:0),n.forEach(s=>{s.name==this.state.config.model_name?s.selected=!0:s.selected=!1}),t("setModelsZoo",n),this.state.refreshingModelsList=!1}).catch(e=>{console.log(e.message,"fetchModels"),this.state.refreshingModelsList=!1})},fetchCustomModels({commit:t}){ye.get("/list_models").then(e=>{}).catch(e=>{console.log(e.message,"fetchCustomModels")})}}});async function tn(t){try{const e=await ye.get("/"+t);if(e)return e.data}catch(e){throw console.log(e.message,"api_get_req"),e}}let Uh=!1;Ei.mixin({created(){Uh||(Uh=!0,console.log("Calling"),this.$store.dispatch("refreshConfig").then(async()=>{console.log("recovered config : ${}"),await this.$store.dispatch("getVersion"),console.log("recovered version"),await this.$store.dispatch("refreshPersonalitiesArr"),this.$store.dispatch("refreshMountedPersonalities"),this.$store.dispatch("refreshBindings"),this.$store.dispatch("refreshModels"),this.$store.dispatch("refreshDiskUsage"),this.$store.dispatch("refreshRamUsage"),this.$store.dispatch("refreshVramUsage"),this.$store.dispatch("refreshModelsZoo"),this.$store.dispatch("refreshExtensionsZoo"),this.$store.state.ready=!0,console.log("done loading data")}))},beforeMount(){}});Ei.use(XKe);Ei.use(xm);Ei.mount("#app"); +`+e.message,4,!1)}this.isDragOverChat=!1},setDropZoneChat(){this.isDragOverChat=!0,this.$refs.dragdropChat.show=!0},async setFileListDiscussion(t){if(t.length>1){this.$refs.toast.showToast("Failed to import discussions. Too many files",4,!1);return}const e=await this.parseJsonFile(t[0]);await this.import_multiple_discussions(e)?(this.$refs.toast.showToast("Successfully imported ("+e.length+")",4,!0),await this.list_discussions()):this.$refs.toast.showToast("Failed to import discussions",4,!1),this.isDragOverDiscussion=!1},setDropZoneDiscussion(){this.isDragOverDiscussion=!0,this.$refs.dragdropDiscussion.show=!0}},async created(){for(this.$nextTick(()=>{ve.replace()}),Ee.onclose=t=>{console.log("WebSocket connection closed:",t.code,t.reason),this.socketIODisconnected()},Ee.onerror=t=>{console.log("WebSocket connection error:",t.code,t.reason),this.socketIODisconnected(),Ee.disconnect()},Ee.on("connected",this.socketIOConnected),Ee.on("disconnected",this.socketIODisconnected),console.log("Added events"),console.log("Waiting to be ready");this.$store.state.ready===!1;)await new Promise(t=>setTimeout(t,100));this.setPageTitle(),await this.list_discussions(),this.loadLastUsedDiscussion(),Ee.on("notification",this.notify),Ee.on("new_message",this.new_message),Ee.on("update_message",this.streamMessageContent),Ee.on("close_message",this.finalMsgEvent),Ee.onopen=()=>{console.log("WebSocket connection established."),this.currentDiscussion!=null&&(this.setPageTitle(item),localStorage.setItem("selected_discussion",this.currentDiscussion.id),this.load_discussion(item.id,()=>{this.discussionArr.length>1&&(this.currentDiscussion.title===""||this.currentDiscussion.title===null)&&this.changeTitleUsingUserMSG(this.currentDiscussion.id,this.discussionArr[1].content)}))},this.isCreated=!0},async mounted(){this.$nextTick(()=>{ve.replace()})},async activated(){await this.getPersonalityAvatars(),this.isCreated&&be(()=>{const t=document.getElementById("messages-list");this.scrollBottom(t)})},components:{Discussion:Ug,Message:qg,ChatBox:Hg,WelcomeComponent:Vg,Toast:Ys,DragDrop:yl},watch:{filterTitle(t){t==""&&(this.filterInProgress=!0,this.list=this.tempList,this.filterInProgress=!1)},isCheckbox(t){be(()=>{ve.replace()}),t||(this.isSelectAll=!1)},socketConnected(t){console.log("Websocket connected (watch)",t)},showConfirmation(){be(()=>{ve.replace()})},isSearch(){be(()=>{ve.replace()})}},computed:{client_id(){return Ee.id},isReady(){return console.log("verify ready",this.isCreated),this.isCreated},showPanel(){return this.$store.state.ready&&!this.panelCollapsed},socketConnected(){return console.log(" --- > Websocket connected"),this.$store.commit("setIsConnected",!0),!0},socketDisconnected(){return this.$store.commit("setIsConnected",!1),console.log(" --- > Websocket disconnected"),!0},selectedDiscussions(){return be(()=>{ve.replace()}),this.list.filter(t=>t.checkBoxValue==!0)}}},JKe=Object.assign(YKe,{__name:"DiscussionsView",setup(t){return Xr(()=>{AGe()}),ye.defaults.baseURL="/",(e,n)=>(k(),E(Oe,null,[ae(Os,{name:"fade-and-fly"},{default:Ne(()=>[e.isReady?L("",!0):(k(),E("div",TGe,[c("div",MGe,[c("div",OGe,[c("div",RGe,[NGe,c("div",DGe,[c("p",LGe,"Lord of Large Language Models v "+U(dt(xm).state.version),1),IGe,PGe])]),FGe,BGe,$Ge,zGe])])]))]),_:1}),e.isReady?(k(),E("button",{key:0,onClick:n[0]||(n[0]=(...s)=>e.togglePanel&&e.togglePanel(...s)),class:"absolute top-0 left-0 z-50 p-2 m-2 bg-white rounded-full shadow-md bg-bg-light-tone dark:bg-bg-dark-tone hover:bg-primary-light dark:hover:bg-primary"},[se(c("div",null,UGe,512),[[Ye,e.panelCollapsed]]),se(c("div",null,HGe,512),[[Ye,!e.panelCollapsed]])])):L("",!0),ae(Os,{name:"slide-right"},{default:Ne(()=>[e.showPanel?(k(),E("div",VGe,[c("div",{id:"leftPanel",class:"flex flex-col flex-grow overflow-y-scroll no-scrollbar",onDragover:n[19]||(n[19]=de(s=>e.setDropZoneDiscussion(),["stop","prevent"]))},[c("div",GGe,[c("div",KGe,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Create new discussion",type:"button",onClick:n[1]||(n[1]=s=>e.createNewDiscussion())},ZGe),c("button",{class:Ce(["text-2xl hover:text-secondary duration-75 active:scale-90",e.isCheckbox?"text-secondary":""]),title:"Edit discussion list",type:"button",onClick:n[2]||(n[2]=s=>e.isCheckbox=!e.isCheckbox)},JGe,2),QGe,XGe,c("input",{type:"file",ref:"fileDialog",style:{display:"none"},onChange:n[3]||(n[3]=(...s)=>e.importDiscussions&&e.importDiscussions(...s))},null,544),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90 rotate-90",title:"Import discussions",type:"button",onClick:n[4]||(n[4]=de(s=>e.$refs.fileDialog.click(),["stop"]))},tKe),e.isOpen?(k(),E("div",nKe,[c("button",{onClick:n[5]||(n[5]=(...s)=>e.importDiscussions&&e.importDiscussions(...s))},"LOLLMS"),c("button",{onClick:n[6]||(n[6]=(...s)=>e.importChatGPT&&e.importChatGPT(...s))},"ChatGPT")])):L("",!0),c("button",{class:Ce(["text-2xl hover:text-secondary duration-75 active:scale-90",e.isSearch?"text-secondary":""]),title:"Filter discussions",type:"button",onClick:n[7]||(n[7]=s=>e.isSearch=!e.isSearch)},oKe,2),e.showConfirmation?L("",!0):(k(),E("button",{key:1,title:"Save configuration",class:"text-2xl hover:text-secondary duration-75 active:scale-90",onClick:n[8]||(n[8]=s=>e.showConfirmation=!0)},iKe)),e.showConfirmation?(k(),E("div",aKe,[c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Cancel",type:"button",onClick:n[9]||(n[9]=de(s=>e.showConfirmation=!1,["stop"]))},cKe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm save changes",type:"button",onClick:n[10]||(n[10]=de(s=>e.save_configuration(),["stop"]))},uKe)])):L("",!0),e.loading?(k(),E("div",hKe,pKe)):L("",!0)]),e.isSearch?(k(),E("div",gKe,[c("div",mKe,[c("div",_Ke,[bKe,c("div",yKe,[c("div",{class:Ce(["hover:text-secondary duration-75 active:scale-90",e.filterTitle?"visible":"invisible"]),title:"Clear",onClick:n[11]||(n[11]=s=>e.filterTitle="")},wKe,2)]),se(c("input",{type:"search",id:"default-search",class:"block w-full p-2 pl-10 pr-10 text-sm border border-gray-300 rounded-lg bg-bg-light focus:ring-secondary focus:border-secondary dark:bg-bg-dark dark:border-gray-600 dark:placeholder-gray-400 dark:focus:ring-secondary dark:focus:border-secondary",placeholder:"Search...",title:"Filter discussions by title","onUpdate:modelValue":n[12]||(n[12]=s=>e.filterTitle=s),onInput:n[13]||(n[13]=s=>e.filterDiscussions())},null,544),[[Re,e.filterTitle]])])])])):L("",!0),e.isCheckbox?(k(),E("hr",xKe)):L("",!0),e.isCheckbox?(k(),E("div",kKe,[c("div",EKe,[e.selectedDiscussions.length>0?(k(),E("p",CKe,"Selected: "+U(e.selectedDiscussions.length),1)):L("",!0)]),c("div",AKe,[e.selectedDiscussions.length>0?(k(),E("div",SKe,[e.showConfirmation?L("",!0):(k(),E("button",{key:0,class:"flex mx-3 flex-1 text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Remove selected",type:"button",onClick:n[14]||(n[14]=de(s=>e.showConfirmation=!0,["stop"]))},MKe)),e.showConfirmation?(k(),E("div",OKe,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Confirm removal",type:"button",onClick:n[15]||(n[15]=de((...s)=>e.deleteDiscussionMulti&&e.deleteDiscussionMulti(...s),["stop"]))},NKe),c("button",{class:"text-2xl hover:text-red-600 duration-75 active:scale-90",title:"Cancel removal",type:"button",onClick:n[16]||(n[16]=de(s=>e.showConfirmation=!1,["stop"]))},LKe)])):L("",!0)])):L("",!0),c("div",IKe,[c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90 rotate-90",title:"Export selected to a file",type:"button",onClick:n[17]||(n[17]=de((...s)=>e.exportDiscussions&&e.exportDiscussions(...s),["stop"]))},FKe),c("button",{class:"text-2xl hover:text-secondary duration-75 active:scale-90",title:"Select All",type:"button",onClick:n[18]||(n[18]=de((...s)=>e.selectAllDiscussions&&e.selectAllDiscussions(...s),["stop"]))},$Ke)])])])):L("",!0)]),c("div",zKe,[ae(yl,{ref:"dragdropDiscussion",onPanelDrop:e.setFileListDiscussion},{default:Ne(()=>[xe("Drop your discussion file here ")]),_:1},8,["onPanelDrop"])]),c("div",jKe,[c("div",{class:Ce(["mx-4 flex flex-col flex-grow",e.isDragOverDiscussion?"pointer-events-none":""])},[c("div",{id:"dis-list",class:Ce([e.filterInProgress?"opacity-20 pointer-events-none":"","flex flex-col flex-grow"])},[e.list.length>0?(k(),nt(Ut,{key:0,name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(e.list,(s,o)=>(k(),nt(Ug,{key:s.id,id:s.id,title:s.title,selected:e.currentDiscussion.id==s.id,loading:s.loading,isCheckbox:e.isCheckbox,checkBoxValue:s.checkBoxValue,onSelect:r=>e.selectDiscussion(s),onDelete:r=>e.deleteDiscussion(s.id),onEditTitle:e.editTitle,onChecked:e.checkUncheckDiscussion},null,8,["id","title","selected","loading","isCheckbox","checkBoxValue","onSelect","onDelete","onEditTitle","onChecked"]))),128))]),_:1})):L("",!0),e.list.length<1?(k(),E("div",UKe,HKe)):L("",!0),VKe],2)],2)])],32)])):L("",!0)]),_:1}),e.isReady?(k(),E("div",{key:1,class:"relative flex flex-col flex-grow",onDragover:n[20]||(n[20]=de(s=>e.setDropZoneChat(),["stop","prevent"]))},[c("div",GKe,[ae(yl,{ref:"dragdropChat",onPanelDrop:e.setFileListChat},null,8,["onPanelDrop"])]),c("div",{id:"messages-list",class:Ce(["z-0 flex flex-col flex-grow overflow-y-auto scrollbar-thin scrollbar-track-bg-light-tone scrollbar-thumb-bg-light-tone-panel hover:scrollbar-thumb-primary dark:scrollbar-track-bg-dark-tone dark:scrollbar-thumb-bg-dark-tone-panel dark:hover:scrollbar-thumb-primary active:scrollbar-thumb-secondary",e.isDragOverChat?"pointer-events-none":""])},[c("div",KKe,[e.discussionArr.length>0?(k(),nt(Ut,{key:0,name:"list"},{default:Ne(()=>[(k(!0),E(Oe,null,Ve(e.discussionArr,(s,o)=>(k(),nt(qg,{key:s.id,message:s,id:"msg-"+s.id,ref_for:!0,ref:"messages",onCopy:e.copyToClipBoard,onDelete:e.deleteMessage,onRankUp:e.rankUpMessage,onRankDown:e.rankDownMessage,onUpdateMessage:e.updateMessage,onResendMessage:e.resendMessage,onContinueMessage:e.continueMessage,avatar:e.getAvatar(s.sender)},null,8,["message","id","onCopy","onDelete","onRankUp","onRankDown","onUpdateMessage","onResendMessage","onContinueMessage","avatar"]))),128))]),_:1})):L("",!0),e.currentDiscussion.id?L("",!0):(k(),nt(Vg,{key:1}))]),WKe,e.currentDiscussion.id?(k(),E("div",ZKe,[ae(Hg,{ref:"chatBox",onMessageSentEvent:e.sendMsg,loading:e.isGenerating,discussionList:e.discussionArr,onStopGenerating:e.stopGenerating,"on-show-toast-message":e.showToastMessage,"on-talk":e.talk,onLoaded:e.recoverFiles},null,8,["onMessageSentEvent","loading","discussionList","onStopGenerating","on-show-toast-message","on-talk","onLoaded"])])):L("",!0)],2)],32)):L("",!0),ae(Ys,{ref:"toast"},null,512),ae(zg,{ref:"messageBox"},null,512)],64))}}),QKe=ze(JKe,[["__scopeId","data-v-02ad3264"]]),XKe=Uy({history:iy("/"),routes:[{path:"/playground/",name:"playground",component:fMe},{path:"/extensions/",name:"extensions",component:kMe},{path:"/help/",name:"help",component:qMe},{path:"/settings/",name:"settings",component:Yze},{path:"/training/",name:"training",component:_je},{path:"/quantizing/",name:"quantizing",component:Aje},{path:"/",name:"discussions",component:QKe}]});const Ei=t0(x2);console.log("Loaded main.js");const xm=T0({state(){return{ready:!1,version:"unknown",sort_type:0,refreshingModelsList:!1,settingsChanged:!1,isConnected:!1,config:null,mountedPers:null,mountedPersArr:null,bindingsArr:null,modelsArr:null,models_zoo:null,selectedModel:null,personalities:null,diskUsage:null,ramUsage:null,vramUsage:null,extensionsZoo:null}},mutations:{setIsConnected(t,e){t.isConnected=e},setConfig(t,e){t.config=e},setPersonalities(t,e){t.personalities=e},setMountedPers(t,e){t.mountedPers=e},setMountedPersArr(t,e){t.mountedPersArr=e},setBindingsArr(t,e){t.bindingsArr=e},setModelsArr(t,e){t.modelsArr=e},setselectedModel(t,e){t.selectedModel=e},setDiskUsage(t,e){t.diskUsage=e},setRamUsage(t,e){t.ramUsage=e},setVramUsage(t,e){t.vramUsage=e},setExtensionsZoo(t,e){t.extensionsZoo=e},setModelsZoo(t,e){t.models_zoo=e}},getters:{getIsConnected(t){return t.isConnected},getConfig(t){return t.config},getPersonalities(t){return t.personalities},getMountedPersArr(t){return t.mountedPersArr},getMountedPers(t){return t.mountedPers},getbindingsArr(t){return t.bindingsArr},getModelsArr(t){return t.modelsArr},getDiskUsage(t){return t.diskUsage},getRamUsage(t){return t.ramUsage},getVramUsage(t){return t.vramUsage},getModelsZoo(t){return t.models_zoo},getExtensionsZoo(t){return t.extensionsZoo}},actions:{async getVersion(){let t=await ye.get("/get_lollms_webui_version",{});t&&(this.state.version=t.data.version)},async refreshConfig({commit:t}){console.log("Fetching configuration");try{const e=await tn("get_config");e.active_personality_id<0&&(e.active_personality_id=0);let n=e.personalities[e.active_personality_id].split("/");e.personality_category=n[0],e.personality_folder=n[1],console.log("Recovered config"),console.log(e),console.log("Committing config"),console.log(e),console.log(this.state.config),t("setConfig",e)}catch(e){console.log(e.message,"refreshConfig")}},async refreshPersonalitiesArr({commit:t}){let e=[];const n=await tn("get_all_personalities"),s=Object.keys(n);console.log("Personalities recovered:"+this.state.config.personalities);for(let o=0;o{let d=!1;for(const h of this.state.config.personalities)if(h.includes(r+"/"+l.folder)&&(d=!0,h.includes(":"))){const f=h.split(":");l.language=f[1]}let u={};return u=l,u.category=r,u.full_path=r+"/"+l.folder,u.isMounted=d,u});e.length==0?e=a:e=e.concat(a)}e.sort((o,r)=>o.name.localeCompare(r.name)),t("setPersonalities",e),console.log("Done loading personalities")},refreshMountedPersonalities({commit:t}){this.state.config.active_personality_id<0&&(this.state.config.active_personality_id=0);let e=[];for(let n=0;ni.full_path==s||i.full_path+":"+i.language==s),r=this.state.personalities[o];r?e.push(r):e.push(this.state.personalities[this.state.personalities.findIndex(i=>i.full_path=="generic/lollms")])}t("setMountedPersArr",e),this.state.mountedPers=this.state.personalities[this.state.personalities.findIndex(n=>n.full_path==this.state.config.personalities[this.state.config.active_personality_id]||n.full_path+":"+n.language==this.state.config.personalities[this.state.config.active_personality_id])]},async refreshBindings({commit:t}){let e=await tn("list_bindings");t("setBindingsArr",e)},async refreshModels({commit:t}){console.log("Fetching models");let e=await tn("list_models");console.log(`Found ${e}`);let n=await tn("get_active_model");n!=null&&t("setselectedModel",n.model),t("setModelsArr",e)},async refreshExtensionsZoo({commit:t}){let e=await tn("list_extensions");t("setExtensionsZoo",e)},async refreshDiskUsage({commit:t}){this.state.diskUsage=await tn("disk_usage")},async refreshRamUsage({commit:t}){this.state.ramUsage=await tn("ram_usage")},async refreshVramUsage({commit:t}){const e=await tn("vram_usage"),n=[];if(e.nb_gpus>0){for(let o=0;o{console.log("HERE WE GO");let n=e.data;console.log("models_zoo"),console.log(n),n=n.filter(s=>s.variants&&s.variants.length>0),this.state.sort_type==0?n.sort((s,o)=>{const r=new Date(s.last_commit_time);return new Date(o.last_commit_time)-r}):this.state.sort_type==1?n.sort((s,o)=>o.rank-s.rank):this.state.sort_type==2?n.sort((s,o)=>s.name.localeCompare(o.name)):this.state.sort_type==3&&n.sort((s,o)=>s.name.localeCompare(o.name));for(let s=0;si.name==o);if(r==-1)for(let i=0;il.name==o),r!=-1)){r=i,console.log(`Found ${o} at index ${r}`);break}}if(r==-1){let i={};i.name=o,i.icon="",i.isCustomModel=!0,i.isInstalled=!0,n.push(i)}else n[r].isInstalled=!0}console.log("models_zoo"),n.sort((s,o)=>s.isInstalled&&!o.isInstalled?-1:!s.isInstalled&&o.isInstalled?1:0),n.forEach(s=>{s.name==this.state.config.model_name?s.selected=!0:s.selected=!1}),t("setModelsZoo",n),this.state.refreshingModelsList=!1}).catch(e=>{console.log(e.message,"fetchModels"),this.state.refreshingModelsList=!1})},fetchCustomModels({commit:t}){ye.get("/list_models").then(e=>{}).catch(e=>{console.log(e.message,"fetchCustomModels")})}}});async function tn(t){try{const e=await ye.get("/"+t);if(e)return e.data}catch(e){throw console.log(e.message,"api_get_req"),e}}let Uh=!1;Ei.mixin({created(){Uh||(Uh=!0,console.log("Calling"),this.$store.dispatch("refreshConfig").then(async()=>{console.log("recovered config : ${}"),await this.$store.dispatch("getVersion"),console.log("recovered version"),await this.$store.dispatch("refreshPersonalitiesArr"),this.$store.dispatch("refreshMountedPersonalities"),this.$store.dispatch("refreshBindings"),this.$store.dispatch("refreshModels"),this.$store.dispatch("refreshDiskUsage"),this.$store.dispatch("refreshRamUsage"),this.$store.dispatch("refreshVramUsage"),this.$store.dispatch("refreshModelsZoo"),this.$store.dispatch("refreshExtensionsZoo"),this.$store.state.ready=!0,console.log("done loading data")}))},beforeMount(){}});Ei.use(XKe);Ei.use(xm);Ei.mount("#app"); diff --git a/web/dist/index.html b/web/dist/index.html index a63c7c08..b7b8a0dd 100644 --- a/web/dist/index.html +++ b/web/dist/index.html @@ -6,8 +6,8 @@ LoLLMS WebUI - Welcome - - + +
diff --git a/web/src/main.js b/web/src/main.js index d8a70332..37e0e8c2 100644 --- a/web/src/main.js +++ b/web/src/main.js @@ -222,7 +222,9 @@ export const store = createStore({ commit('setBindingsArr',bindingsArr) }, async refreshModels({ commit }) { + console.log("Fetching models") let modelsArr = await api_get_req("list_models"); + console.log(`Found ${modelsArr}`) let selectedModel = await api_get_req('get_active_model'); if(selectedModel!=undefined){ commit('setselectedModel',selectedModel["model"]) @@ -257,9 +259,6 @@ export const store = createStore({ // for each gpu for (let i = 0; i < resp.nb_gpus; i++) { - - - const total_vram = resp[`gpu_${i}_total_vram`]; const used_vram = resp[`gpu_${i}_used_vram`]; const model = resp[`gpu_${i}_model`]; @@ -303,7 +302,10 @@ export const store = createStore({ this.state.refreshingModelsList=true; axios.get('/get_available_models') .then(response => { + console.log("HERE WE GO") let models_zoo = response.data + console.log("models_zoo") + console.log(models_zoo) models_zoo = models_zoo.filter(model => model.variants && model.variants.length>0); if(this.state.sort_type==0){ // Sort by date models_zoo.sort((a, b) => { @@ -347,7 +349,9 @@ export const store = createStore({ } } - } + + } + if (index == -1) { let newModelEntry = {} diff --git a/web/src/views/SettingsView.vue b/web/src/views/SettingsView.vue index 468e1a09..d5bd7f4f 100644 --- a/web/src/views/SettingsView.vue +++ b/web/src/views/SettingsView.vue @@ -2133,8 +2133,10 @@ export default { // this.modelsArr.sort() // this.persCatgArr.sort() // this.persArr.sort() + console.log("models_zoo:") + console.log(this.models) - + //await this.getPersonalitiesArr() this.personality_category = this.configFile.personality_category this.personalitiesFiltered = this.personalities.filter((item) => item.category === this.configFile.personality_category)