@helpscout/ui-kit-react 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- (function(Ut,qe){typeof exports=="object"&&typeof module<"u"?qe(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],qe):(Ut=typeof globalThis<"u"?globalThis:Ut||self,qe(Ut.UI={},Ut.jsxRuntime,Ut.React))})(this,function(Ut,qe,L){"use strict";var sS=document.createElement("style");sS.textContent=`:root{--ui-kit-badge-font-family: var(--ui-kit-font-family-sans);--ui-kit-badge-font-size: 12px;--ui-kit-badge-font-weight: 500;--ui-kit-badge-line-height: 17px;--ui-kit-badge-border-radius: 100px;--ui-kit-badge-padding: 1px 8px 2px 8px;--ui-kit-badge-height: 18px;--ui-kit-badge-background-color: var(--ui-kit-color-basics-white);--ui-kit-badge-sm-font-size: 11px;--ui-kit-badge-sm-padding: 0px 8px;--ui-kit-badge-sm-line-height: normal;--ui-kit-badge-sm-height: 15px;--ui-kit-badge-default-font-size: var(--ui-kit-badge-font-size);--ui-kit-badge-default-padding: var(--ui-kit-badge-padding);--ui-kit-badge-default-line-height: var(--ui-kit-badge-line-height);--ui-kit-badge-default-height: var(--ui-kit-badge-height);--ui-kit-badge-default-text-color: var(--ui-kit-color-charcoal-700);--ui-kit-badge-default-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-badge-success-text-color: var(--ui-kit-color-green-800);--ui-kit-badge-success-border-color: var(--ui-kit-color-green-500);--ui-kit-badge-warning-text-color: var(--ui-kit-color-orange-600);--ui-kit-badge-warning-border-color: var(--ui-kit-color-yellow-400);--ui-kit-badge-error-text-color: var(--ui-kit-color-red-600);--ui-kit-badge-error-border-color: var(--ui-kit-color-red-500)}.ui-kit__badge-module__base{background-color:var(--ui-kit-badge-background-color);color:var(--ui-kit-badge-default-text-color);font-family:var(--ui-kit-badge-font-family);font-size:var(--ui-kit-badge-font-size);font-weight:var(--ui-kit-badge-font-weight);line-height:var(--ui-kit-badge-default-line-height);padding:var(--ui-kit-badge-padding);border-radius:var(--ui-kit-badge-border-radius);border:1px solid var(--ui-kit-badge-default-border-color);height:var(--ui-kit-badge-default-height);display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.ui-kit__badge-module__sm{font-size:var(--ui-kit-badge-sm-font-size);padding:var(--ui-kit-badge-sm-padding);line-height:var(--ui-kit-badge-sm-line-height);height:var(--ui-kit-badge-sm-height)}.ui-kit__badge-module__default{background-color:var(--ui-kit-color-basics-white);color:var(--ui-kit-badge-default-text-color);border-color:var(--ui-kit-badge-default-border-color)}.ui-kit__badge-module__success{color:var(--ui-kit-badge-success-text-color);border-color:var(--ui-kit-badge-success-border-color)}.ui-kit__badge-module__warning{color:var(--ui-kit-badge-warning-text-color);border-color:var(--ui-kit-badge-warning-border-color)}.ui-kit__badge-module__error{color:var(--ui-kit-badge-error-text-color);border-color:var(--ui-kit-badge-error-border-color)}:root{--ui-kit-focus-ring-border-radius: 3px;--ui-kit-focus-ring-inner-color: var(--ui-kit-color-cobalt-600);--ui-kit-focus-ring-outer-color: var(--ui-kit-color-cobalt-200);--ui-kit-focus-ring-offset: -2px;--ui-kit-focus-ring-radius: calc(var(--ui-kit-focus-ring-border-radius) + 1px);--ui-kit-focus-ring-transition: opacity ease .2s;--ui-kit-focus-ring-z-index: 3}.ui-kit__useFocusRing-module__base{position:relative;outline:none}.ui-kit__useFocusRing-module__base:before{box-shadow:0 0 0 1px var(--ui-kit-focus-ring-inner-color),0 0 0 3px var(--ui-kit-focus-ring-outer-color);background:transparent;border-radius:var(--ui-kit-focus-ring-radius);content:"";inset:var(--ui-kit-focus-ring-offset);opacity:0;pointer-events:none;position:absolute;z-index:var(--ui-kit-focus-ring-z-index)}.ui-kit__useFocusRing-module__base[data-focused=true]:before{opacity:1;transition:var(--ui-kit-focus-ring-transition)}.ui-kit__useFocusRing-module__base[data-focused=true]:not([data-focus-visible]):before{opacity:0}:root{--ui-kit-button-background-color: white;--ui-kit-button-background-color-hover: var(--ui-kit-color-charcoal-100);--ui-kit-button-background-color-pressed: var(--ui-kit-color-charcoal-200);--ui-kit-button-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-border-style: solid;--ui-kit-button-border-radius: 3px;--ui-kit-button-border-width: 1px;--ui-kit-button-focus-ring-inner-color: var(--ui-kit-color-cobalt-600);--ui-kit-button-focus-ring-outer-color: var(--ui-kit-color-cobalt-200);--ui-kit-button-focus-ring-offset: -2px;--ui-kit-button-focus-ring-radius: calc(var(--ui-kit-button-border-radius) + 1px);--ui-kit-button-font-family: var(--ui-kit-font-family-sans);--ui-kit-button-font-size: var(--ui-kit-font-size-lg);--ui-kit-button-font-weight: var(--ui-kit-font-weight-medium);--ui-kit-button-height: 40px;--ui-kit-button-min-width: 90px;--ui-kit-button-padding: 0 30px;--ui-kit-button-text-color: var(--ui-kit-color-text-dark);--ui-kit-button-width: auto;--ui-kit-button-hovered-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-hovered-text-color: var(--ui-kit-color-text-dark);--ui-kit-button-pressed-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-pressed-text-color: var(--ui-kit-color-text-dark);--ui-kit-button-disabled-text-color: var(--ui-kit-color-text-disabled);--ui-kit-button-primary-background-color: var(--ui-kit-color-cobalt-600);--ui-kit-button-primary-border-color: transparent;--ui-kit-button-primary-text-color: var(--ui-kit-color-basics-white);--ui-kit-button-primary-hovered-background-color: var(--ui-kit-color-cobalt-700);--ui-kit-button-primary-pressed-background-color: var(--ui-kit-color-cobalt-800);--ui-kit-button-primary-disabled-background-color: var(--ui-kit-color-action-disabled);--ui-kit-button-primary-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-button-primary-disabled-text-color: var(--ui-kit-color-basics-white);--ui-kit-button-secondary-background-color: var(--ui-kit-color-basics-white);--ui-kit-button-secondary-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-secondary-text-color: var(--ui-kit-color-text-dark);--ui-kit-button-secondary-hovered-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-button-secondary-pressed-background-color: var(--ui-kit-color-charcoal-200);--ui-kit-button-secondary-disabled-background-color: var(--ui-kit-color-basics-white);--ui-kit-button-secondary-disabled-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-secondary-disabled-text-color: var(--ui-kit-color-text-disabled);--ui-kit-button-critical-background-color: var(--ui-kit-color-error-background-dark);--ui-kit-button-critical-border-color: transparent;--ui-kit-button-critical-text-color: var(--ui-kit-color-basics-white);--ui-kit-button-critical-hovered-background-color: var(--ui-kit-color-red-700);--ui-kit-button-critical-pressed-background-color: var(--ui-kit-color-red-800);--ui-kit-button-critical-disabled-background-color: var(--ui-kit-color-action-disabled);--ui-kit-button-critical-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-button-critical-disabled-text-color: white;--ui-kit-button-tertiary-background-color: transparent;--ui-kit-button-tertiary-border-color: transparent;--ui-kit-button-tertiary-font-weight: 400;--ui-kit-button-tertiary-text-color: var(--ui-kit-color-cobalt-600);--ui-kit-button-tertiary-hovered-background-color: transparent;--ui-kit-button-tertiary-hovered-border-color: transparent;--ui-kit-button-tertiary-hovered-text-color: var(--ui-kit-color-cobalt-700);--ui-kit-button-tertiary-pressed-background-color: transparent;--ui-kit-button-tertiary-pressed-border-color: transparent;--ui-kit-button-tertiary-pressed-text-color: var(--ui-kit-color-cobalt-800);--ui-kit-button-tertiary-disabled-text-color: var(--ui-kit-color-action-disabled)}.ui-kit__button-module__base{background:var(--ui-kit-button-background-color);border:1px solid var(--ui-kit-button-border-color);color:var(--ui-kit-button-text-color);font-family:var(--ui-kit-button-font-family);font-size:var(--ui-kit-button-font-size);font-weight:var(--ui-kit-button-font-weight);height:var(--ui-kit-button-height);padding:var(--ui-kit-button-padding);align-items:center;border-radius:var(--ui-kit-button-border-radius);box-sizing:border-box;cursor:pointer;display:inline-flex;justify-content:center;line-height:1;outline:none;position:relative;width:var(--ui-kit-button-width)}.ui-kit__button-module__base[data-hovered]{background-color:var(--ui-kit-button-hovered-background-color);border-color:var(--ui-kit-button-hovered-border-color);color:var(--ui-kit-button-hovered-text-color)}.ui-kit__button-module__base[data-pressed]{background-color:var(--ui-kit-button-pressed-background-color);border-color:var(--ui-kit-button-pressed-border-color);color:var(--ui-kit-button-pressed-text-color)}.ui-kit__button-module__base[data-disabled]{pointer-events:none;-webkit-user-select:none;user-select:none}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__primary{--ui-kit-button-background-color: var(--ui-kit-button-primary-disabled-background-color);--ui-kit-button-border-color: var(--ui-kit-button-primary-disabled-border-color);--ui-kit-button-text-color: var(--ui-kit-button-primary-disabled-text-color)}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__secondary{--ui-kit-button-background-color: var(--ui-kit-button-secondary-disabled-background-color);--ui-kit-button-border-color: var(--ui-kit-button-secondary-disabled-border-color);--ui-kit-button-text-color: var(--ui-kit-button-secondary-disabled-text-color)}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__critical{--ui-kit-button-background-color: var(--ui-kit-button-critical-disabled-background-color);--ui-kit-button-border-color: var(--ui-kit-button-critical-disabled-border-color);--ui-kit-button-text-color: var(--ui-kit-button-critical-disabled-text-color)}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__secondary{--ui-kit-button-text-color: var(--ui-kit-button-disabled-text-color)}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__tertiary{--ui-kit-button-text-color: var(--ui-kit-button-tertiary-disabled-text-color)}.ui-kit__button-module__primary{--ui-kit-button-background-color: var(--ui-kit-button-primary-background-color);--ui-kit-button-border-color: var(--ui-kit-button-primary-border-color);--ui-kit-button-text-color: var(--ui-kit-button-primary-text-color);--ui-kit-button-hovered-background-color: var(--ui-kit-button-primary-hovered-background-color);--ui-kit-button-hovered-border-color: var(--ui-kit-button-primary-border-color);--ui-kit-button-hovered-text-color: var(--ui-kit-button-primary-disabled-text-color);--ui-kit-button-pressed-background-color: var(--ui-kit-button-primary-pressed-background-color);--ui-kit-button-pressed-border-color: var(--ui-kit-button-primary-border-color);--ui-kit-button-pressed-text-color: var(--ui-kit-button-primary-disabled-text-color)}.ui-kit__button-module__secondary{--ui-kit-button-background-color: var(--ui-kit-button-secondary-background-color);--ui-kit-button-border-color: var(--ui-kit-button-secondary-border-color);--ui-kit-button-text-color: var(--ui-kit-button-secondary-text-color);--ui-kit-button-hovered-background-color: var(--ui-kit-button-secondary-hovered-background-color);--ui-kit-button-hovered-border-color: var(--ui-kit-button-secondary-border-color);--ui-kit-button-hovered-text-color: var(--ui-kit-button-secondary-text-color);--ui-kit-button-pressed-background-color: var(--ui-kit-button-secondary-pressed-background-color);--ui-kit-button-pressed-border-color: var(--ui-kit-button-secondary-border-color);--ui-kit-button-pressed-text-color: var(--ui-kit-button-secondary-text-color)}.ui-kit__button-module__critical{--ui-kit-button-background-color: var(--ui-kit-button-critical-background-color);--ui-kit-button-border-color: var(--ui-kit-button-critical-border-color);--ui-kit-button-text-color: var(--ui-kit-button-critical-text-color);--ui-kit-button-hovered-background-color: var(--ui-kit-button-critical-hovered-background-color);--ui-kit-button-hovered-border-color: var(--ui-kit-button-critical-border-color);--ui-kit-button-hovered-text-color: var(--ui-kit-button-critical-disabled-text-color);--ui-kit-button-pressed-background-color: var(--ui-kit-button-critical-pressed-background-color);--ui-kit-button-pressed-border-color: var(--ui-kit-button-critical-border-color);--ui-kit-button-pressed-text-color: var(--ui-kit-button-critical-disabled-text-color)}.ui-kit__button-module__tertiary{--ui-kit-button-background-color: var(--ui-kit-button-tertiary-background-color);--ui-kit-button-border-color: var(--ui-kit-button-tertiary-border-color);--ui-kit-button-font-weight: var(--ui-kit-button-tertiary-font-weight);--ui-kit-button-text-color: var(--ui-kit-button-tertiary-text-color);--ui-kit-button-hovered-background-color: var(--ui-kit-button-tertiary-hovered-background-color);--ui-kit-button-hovered-border-color: var(--ui-kit-button-tertiary-hovered-border-color);--ui-kit-button-hovered-text-color: var(--ui-kit-button-tertiary-hovered-text-color);--ui-kit-button-pressed-background-color: var(--ui-kit-button-tertiary-pressed-background-color);--ui-kit-button-pressed-border-color: var(--ui-kit-button-tertiary-pressed-border-color);--ui-kit-button-pressed-text-color: var(--ui-kit-button-tertiary-pressed-text-color)}:root{--button-group-spacing: 4px}.ui-kit__button-group-module__base{display:flex;gap:var(--button-group-spacing)}.ui-kit__button-group-module__base>*{flex-basis:100%}.ui-kit__button-group-module__base>*.ui-kit__button-group-module__fit{flex-basis:unset}.ui-kit__divider-module__base{border-top:var(--ui-kit-divider-width) solid var(--ui-kit-divider-color);margin:var(--ui-kit-divider-margin-y) var(--ui-kit-divider-margin-x)}:root{--ui-kit-color-red-100: #FFF0E8;--ui-kit-color-red-200: #FEDFD5;--ui-kit-color-red-300: #FFBCAD;--ui-kit-color-red-400: #FA7A64;--ui-kit-color-red-500: #E54A32;--ui-kit-color-red-600: #B83525;--ui-kit-color-red-700: #822824;--ui-kit-color-red-800: #592728;--ui-kit-color-red-900: #402629;--ui-kit-color-red-1000: #2B2123;--ui-kit-color-red-accent: #FF4747;--ui-kit-color-orange-100: #FFF2E8;--ui-kit-color-orange-200: #FFE4D1;--ui-kit-color-orange-300: #FAC096;--ui-kit-color-orange-400: #F5964E;--ui-kit-color-orange-500: #D67022;--ui-kit-color-orange-600: #A35214;--ui-kit-color-orange-700: #7A4518;--ui-kit-color-orange-800: #573B23;--ui-kit-color-orange-900: #3D2F22;--ui-kit-color-orange-1000: #2B241D;--ui-kit-color-orange-accent: #FF8B33;--ui-kit-color-yellow-100: #FFF6E5;--ui-kit-color-yellow-200: #FFEECC;--ui-kit-color-yellow-300: #FFDD99;--ui-kit-color-yellow-400: #FABF5A;--ui-kit-color-yellow-500: #E09C24;--ui-kit-color-yellow-600: #AC771B;--ui-kit-color-yellow-700: #7A581D;--ui-kit-color-yellow-800: #574323;--ui-kit-color-yellow-900: #403521;--ui-kit-color-yellow-1000: #2B261D;--ui-kit-color-yellow-accent: #FFB83D;--ui-kit-color-green-100: #F2FFF0;--ui-kit-color-green-200: #E0FCDE;--ui-kit-color-green-300: #B9EDBD;--ui-kit-color-green-400: #83DB9C;--ui-kit-color-green-500: #47C47D;--ui-kit-color-green-600: #2D8556;--ui-kit-color-green-700: #28704C;--ui-kit-color-green-800: #2E5940;--ui-kit-color-green-900: #283B2D;--ui-kit-color-green-1000: #222923;--ui-kit-color-green-accent: #56F09E;--ui-kit-color-slate-100: #F2F9FC;--ui-kit-color-slate-200: #E1EEF5;--ui-kit-color-slate-300: #CCDEE8;--ui-kit-color-slate-400: #A9C4D4;--ui-kit-color-slate-500: #82A7BA;--ui-kit-color-slate-600: #658B9E;--ui-kit-color-slate-700: #486878;--ui-kit-color-slate-800: #344852;--ui-kit-color-slate-900: #283338;--ui-kit-color-slate-1000: #1F2426;--ui-kit-color-slate-accent: #47C2FF;--ui-kit-color-cobalt-100: #EBF5FF;--ui-kit-color-cobalt-200: #D1E8FF;--ui-kit-color-cobalt-300: #9ECBFF;--ui-kit-color-cobalt-400: #66A3FF;--ui-kit-color-cobalt-500: #4176FA;--ui-kit-color-cobalt-600: #304DDB;--ui-kit-color-cobalt-700: #263AAD;--ui-kit-color-cobalt-800: #1C2674;--ui-kit-color-cobalt-900: #171952;--ui-kit-color-cobalt-1000: #0E0E33;--ui-kit-color-cobalt-accent: #47A3FF;--ui-kit-color-purple-100: #F9F2FF;--ui-kit-color-purple-200: #F2E5FF;--ui-kit-color-purple-300: #D7BAF5;--ui-kit-color-purple-400: #AD82D8;--ui-kit-color-purple-500: #9163BF;--ui-kit-color-purple-600: #774BA3;--ui-kit-color-purple-700: #5D407A;--ui-kit-color-purple-800: #48335C;--ui-kit-color-purple-900: #31253D;--ui-kit-color-purple-1000: #271F2E;--ui-kit-color-purple-accent: #C285FF;--ui-kit-color-magenta-100: #FFF2F4;--ui-kit-color-magenta-200: #FFE5EA;--ui-kit-color-magenta-300: #FFC7D3;--ui-kit-color-magenta-400: #E5859F;--ui-kit-color-magenta-500: #BF5878;--ui-kit-color-magenta-600: #A34B6B;--ui-kit-color-magenta-700: #863E5C;--ui-kit-color-magenta-800: #5E3146;--ui-kit-color-magenta-900: #3D2531;--ui-kit-color-magenta-1000: #2E2126;--ui-kit-color-magenta-accent: #FF5CAA;--ui-kit-color-charcoal-100: #f9fafa;--ui-kit-color-charcoal-200: #f1f3f5;--ui-kit-color-charcoal-300: #DFE6EB;--ui-kit-color-charcoal-400: #C8D3DE;--ui-kit-color-charcoal-500: #ABB9C7;--ui-kit-color-charcoal-600: #7E8E9E;--ui-kit-color-charcoal-700: #556575;--ui-kit-color-charcoal-800: #405261;--ui-kit-color-charcoal-900: #314351;--ui-kit-color-charcoal-1000: #253642;--ui-kit-color-charcoal-1100: #1d2b36;--ui-kit-color-charcoal-1200: #131B24;--ui-kit-color-clay-100: #FAF8F7;--ui-kit-color-clay-200: #F5F2F0;--ui-kit-color-clay-300: #EDE8E6;--ui-kit-color-clay-400: #DED5D1;--ui-kit-color-clay-500: #C2B4AC;--ui-kit-color-clay-600: #9E8F88;--ui-kit-color-clay-700: #8A7B74;--ui-kit-color-clay-800: #756963;--ui-kit-color-clay-900: #574F4B;--ui-kit-color-clay-1000: #4A4441;--ui-kit-color-clay-1100: #33302E;--ui-kit-color-clay-1200: #262423;--ui-kit-color-basics-white: #ffffff;--ui-kit-color-basics-black: #000000;--ui-kit-color-basics-magenta: #ff00ff;--ui-kit-color-basics-cyan: #00ffff;--ui-kit-font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;--ui-kit-font-family-sans: "aktiv-grotesk", "Aktiv Grotesk", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--ui-kit-font-family-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--ui-kit-font-size-sm: 12px;--ui-kit-font-size-base: 13px;--ui-kit-font-size-lg: 14px;--ui-kit-font-size-xl: 15px;--ui-kit-font-weight-light: 300;--ui-kit-font-weight-regular: 400;--ui-kit-font-weight-medium: 500;--ui-kit-font-weight-bold: 700;--ui-kit-spacing-0: 0px;--ui-kit-spacing-1: 1px;--ui-kit-spacing-2: 2px;--ui-kit-spacing-4: 4px;--ui-kit-spacing-6: 6px;--ui-kit-spacing-8: 8px;--ui-kit-spacing-10: 10px;--ui-kit-spacing-12: 12px;--ui-kit-spacing-14: 14px;--ui-kit-spacing-16: 16px;--ui-kit-spacing-20: 20px;--ui-kit-spacing-24: 24px;--ui-kit-spacing-28: 28px;--ui-kit-spacing-32: 32px;--ui-kit-spacing-36: 36px;--ui-kit-spacing-40: 40px;--ui-kit-spacing-44: 44px;--ui-kit-spacing-48: 48px;--ui-kit-spacing-56: 56px;--ui-kit-spacing-64: 64px;--ui-kit-spacing-80: 80px;--ui-kit-spacing-96: 96px;--ui-kit-spacing-112: 112px;--ui-kit-spacing-128: 128px;--ui-kit-spacing-144: 144px;--ui-kit-spacing-160: 160px;--ui-kit-spacing-176: 176px;--ui-kit-spacing-192: 192px;--ui-kit-spacing-208: 208px;--ui-kit-spacing-224: 224px;--ui-kit-spacing-240: 240px;--ui-kit-color-action-default: var(--ui-kit-color-cobalt-600);--ui-kit-color-action-hovered: var(--ui-kit-color-cobalt-700);--ui-kit-color-action-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-color-action-disabled: var(--ui-kit-color-charcoal-500);--ui-kit-color-text-headline: var(--ui-kit-color-charcoal-1200);--ui-kit-color-text-dark: var(--ui-kit-color-charcoal-900);--ui-kit-color-text-default: var(--ui-kit-color-charcoal-800);--ui-kit-color-text-light: var(--ui-kit-color-charcoal-700);--ui-kit-color-text-disabled: var(--ui-kit-color-charcoal-600);--ui-kit-color-success-text: var(--ui-kit-color-green-800);--ui-kit-color-success-background-dark: var(--ui-kit-color-green-600);--ui-kit-color-success-icon: var(--ui-kit-color-green-500);--ui-kit-color-success-border: var(--ui-kit-color-green-500);--ui-kit-color-success-background-light: var(--ui-kit-color-green-100);--ui-kit-color-error-text: var(--ui-kit-color-red-600);--ui-kit-color-error-background-dark: var(--ui-kit-color-red-600);--ui-kit-color-error-icon: var(--ui-kit-color-red-accent);--ui-kit-color-error-border: var(--ui-kit-color-red-500);--ui-kit-color-error-background-light: #feeae7;--ui-kit-color-warning-text: var(--ui-kit-color-orange-600);--ui-kit-color-warning-background-dark: var(--ui-kit-color-orange-600);--ui-kit-color-warning-icon: var(--ui-kit-color-yellow-accent);--ui-kit-color-warning-border: var(--ui-kit-color-yellow-400);--ui-kit-color-warning-background-light: var(--ui-kit-color-yellow-100);--ui-kit-color-info-text: var(--ui-kit-color-cobalt-700);--ui-kit-color-info-background-dark: var(--ui-kit-color-cobalt-600);--ui-kit-color-info-icon: var(--ui-kit-color-cobalt-500);--ui-kit-color-info-border: var(--ui-kit-color-cobalt-500);--ui-kit-color-info-background-light: var(--ui-kit-color-cobalt-100);--ui-kit-font-heading-lg-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-lg-size: var(--ui-kit-font-size-xl);--ui-kit-font-heading-lg-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-heading-md-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-md-size: var(--ui-kit-font-size-lg);--ui-kit-font-heading-md-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-heading-sm-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-sm-size: var(--ui-kit-font-size-base);--ui-kit-font-heading-sm-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-body-md-strong-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-md-strong-size: var(--ui-kit-font-size-base);--ui-kit-font-body-md-strong-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-body-md-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-md-size: var(--ui-kit-font-size-base);--ui-kit-font-body-md-weight: var(--ui-kit-font-weight-regular);--ui-kit-font-body-sm-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-sm-size: var(--ui-kit-font-size-sm);--ui-kit-font-body-sm-weight: var(--ui-kit-font-weight-regular)}.ui-kit__theme-module__root{box-sizing:border-box;font-family:var(--ui-kit-font-family-sans);font-size:var(--ui-kit-font-size-base)}.ui-kit__theme-module__root *,.ui-kit__theme-module__root *:before,.ui-kit__theme-module__root *:after{box-sizing:border-box}:root{--ui-kit-input-background-color: var(--ui-kit-color-basics-white);--ui-kit-input-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-input-border-radius: 3px;--ui-kit-input-border-style: solid;--ui-kit-input-border-width: 1px;--ui-kit-input-focus-ring-offset: 1px;--ui-kit-input-font-family: var(--ui-kit-font-body-md-family);--ui-kit-input-font-size: var(--ui-kit-font-body-md-size);--ui-kit-input-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-input-line-height: 18px;--ui-kit-input-padding-x: 16px;--ui-kit-input-padding-y: 9px;--ui-kit-input-text-color: var(--ui-kit-color-text-default);--ui-kit-input-disabled-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-input-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-input-error-border-color: var(--ui-kit-color-error-border);--ui-kit-input-error-focus-ring-inner-color: var(--ui-kit-color-error-border);--ui-kit-input-error-focus-ring-outer-color: var(--ui-kit-color-error-background-light);--ui-kit-input-error-text-color: var(--ui-kit-color-error-text);--ui-kit-input-success-border-color: var(--ui-kit-color-success-border);--ui-kit-input-success-focus-ring-inner-color: var(--ui-kit-color-success-border);--ui-kit-input-success-focus-ring-outer-color: var(--ui-kit-color-success-background-light);--ui-kit-input-success-text-color: var(--ui-kit-color-success-text);--ui-kit-input-warning-border-color: var(--ui-kit-color-warning-border);--ui-kit-input-warning-focus-ring-inner-color: var(--ui-kit-color-warning-border);--ui-kit-input-warning-focus-ring-outer-color: var(--ui-kit-color-warning-background-light);--ui-kit-input-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__input-module__base{--ui-kit-focus-ring-offset: var(--ui-kit-input-focus-ring-offset)}.ui-kit__input-module__base:before{border-radius:calc(var(--ui-kit-focus-ring-border-radius) - 1px)}.ui-kit__input-module__base.ui-kit__input-module__error{--ui-kit-focus-ring-inner-color: var(--ui-kit-input-error-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-input-error-focus-ring-outer-color)}.ui-kit__input-module__base.ui-kit__input-module__success{--ui-kit-focus-ring-inner-color: var(--ui-kit-input-success-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-input-success-focus-ring-outer-color)}.ui-kit__input-module__base.ui-kit__input-module__warning{--ui-kit-focus-ring-inner-color: var(--ui-kit-input-warning-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-input-warning-focus-ring-outer-color)}.ui-kit__input-module__group{background-color:var(--ui-kit-input-background-color);border-color:var(--ui-kit-input-border-color);border-radius:var(--ui-kit-input-border-radius);border-style:var(--ui-kit-input-border-style);border-width:var(--ui-kit-input-border-width)}.ui-kit__input-module__group.ui-kit__input-module__disabled{--ui-kit-input-border-color: var(--ui-kit-input-disabled-border-color)}.ui-kit__input-module__group.ui-kit__input-module__error:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-error-border-color)}.ui-kit__input-module__group.ui-kit__input-module__success:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-success-border-color)}.ui-kit__input-module__group.ui-kit__input-module__warning:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-warning-border-color)}.ui-kit__input-module__input{background-color:var(--ui-kit-input-background-color);border-radius:var(--ui-kit-input-border-radius);color:var(--ui-kit-input-text-color);font-family:var(--ui-kit-input-font-family);font-size:var(--ui-kit-input-font-size);font-weight:var(--ui-kit-input-font-weight);line-height:var(--ui-kit-input-line-height);padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-padding-x);border:none;outline:none;width:100%}.ui-kit__input-module__input[data-disabled=true]{--ui-kit-input-background-color: var(--ui-kit-input-disabled-background-color);-webkit-user-select:none;user-select:none}.ui-kit__input-module__input.ui-kit__input-module__error:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-error-text-color)}.ui-kit__input-module__input.ui-kit__input-module__error:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-error-text-color)}.ui-kit__input-module__input.ui-kit__input-module__success:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-success-text-color)}.ui-kit__input-module__input.ui-kit__input-module__success:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-success-text-color)}.ui-kit__input-module__input.ui-kit__input-module__warning:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-warning-text-color)}.ui-kit__input-module__input.ui-kit__input-module__warning:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-warning-text-color)}:root{--ui-kit-label-color: var(--ui-kit-color-text-default);--ui-kit-label-font-family: var(--ui-kit-font-family-sans);--ui-kit-label-font-size: var(--ui-kit-font-body-md-size);--ui-kit-label-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-label-line-height: 19px}.ui-kit__label-module__base{color:var(--ui-kit-label-color);font-size:var(--ui-kit-label-font-size);font-weight:var(--ui-kit-label-font-weight);line-height:var(--ui-kit-label-line-height)}.ui-kit__label-module__label-group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-shrink:0}:root{--ui-kit-link-font-family: var(--ui-kit-font-body-md-family);--ui-kit-link-font-size: var(--ui-kit-font-body-md-size);--ui-kit-link-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-link-border-radius: 3px;--ui-kit-link-color: var(--ui-kit-color-action-default);--ui-kit-link-hover-text-color: var(--ui-kit-color-action-hovered);--ui-kit-link-pressed-text-color: var(--ui-kit-color-action-pressed);--ui-kit-link-disabled-text-color: var(--ui-kit-color-action-disabled)}.ui-kit__link-module__base{color:var(--ui-kit-link-color);cursor:pointer;font-family:var(--ui-kit-link-font-family);font-size:var(--ui-kit-link-font-size);font-weight:var(--ui-kit-link-font-weight);text-decoration:none;display:inline-flex;outline:none;position:relative}.ui-kit__link-module__base[data-hovered]:not([data-disabled]){color:var(--ui-kit-link-hover-text-color);text-decoration:underline}.ui-kit__link-module__base[data-pressed]:not([data-disabled]){color:var(--ui-kit-link-pressed-text-color)}.ui-kit__link-module__base[data-disabled]{cursor:default;--ui-kit-link-color: var(--ui-kit-link-disabled-text-color)}:root{--ui-kit-icon-aspect-ratio: 1;--ui-kit-icon-xxs-width: 12px;--ui-kit-icon-xs-width: 16px;--ui-kit-icon-sm-width: 20px;--ui-kit-icon-md-width: 24px;--ui-kit-icon-lg-width: 32px}.ui-kit__icon-module__base{aspect-ratio:var(--ui-kit-icon-aspect-ratio);width:var(--ui-kit-icon-md-width);color:currentColor;display:inline-block;position:relative}.ui-kit__icon-module__base>span,.ui-kit__icon-module__base svg{width:100%;height:100%;display:block}.ui-kit__icon-module__xs{width:var(--ui-kit-icon-xs-width)}.ui-kit__icon-module__sm{width:var(--ui-kit-icon-sm-width)}.ui-kit__icon-module__md{width:var(--ui-kit-icon-md-width)}.ui-kit__icon-module__lg{width:var(--ui-kit-icon-lg-width)}:root{--ui-kit-number-field-background-color: white;--ui-kit-number-field-text-color: var(--ui-kit-color-text-default);--ui-kit-number-field-font-family: var(--ui-kit-font-body-md-family);--ui-kit-number-field-font-size: var(--ui-kit-font-body-md-size);--ui-kit-number-field-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-number-field-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-number-field-border-size: 1px;--ui-kit-number-field-border-style: solid;--ui-kit-number-field-border-radius: 2px;--ui-kit-number-field-button-text-color: var(--ui-kit-color-charcoal-700);--ui-kit-number-field-button-background-color: white;--ui-kit-number-field-button-background-color-hovered: var(--ui-kit-color-charcoal-200);--ui-kit-number-field-button-background-color-pressed: var(--ui-kit-color-charcoal-300);--ui-kit-number-field-button-text-color-disabled: var(--ui-kit-color-action-disabled);--ui-kit-number-field-button-background-color-disabled: white}.ui-kit__number-field-module__base{--ui-kit-focus-ring-radius: 2px}.ui-kit__number-field-module__group{display:grid;grid-template-columns:1fr 25px;height:38px;grid-template-rows:1fr 1fr;border:var(--ui-kit-number-field-border-size) var(--ui-kit-number-field-border-style) var(--ui-kit-number-field-border-color);border-radius:var(--ui-kit-number-field-border-radius)}.ui-kit__number-field-module__group .ui-kit__number-field-module__input{grid-row:1 / 3}.ui-kit__number-field-module__group .ui-kit__number-field-module__button[slot=increment]{grid-column:2;grid-row:1;align-self:end;justify-self:center}.ui-kit__number-field-module__group .ui-kit__number-field-module__button[slot=decrement]{grid-column:2;grid-row:2;align-self:start;justify-self:center}.ui-kit__number-field-module__input{background:none;border:none;outline:none;padding:10px 20px;color:var(--ui-kit-number-field-text-color);font-family:var(--ui-kit-number-field-font-family);font-size:var(--ui-kit-number-field-font-size);font-weight:var(--ui-kit-number-field-font-weight);border-right:var(--ui-kit-number-field-border-size) var(--ui-kit-number-field-border-style) var(--ui-kit-number-field-border-color)}.ui-kit__number-field-module__button{width:16px;height:16px;display:flex;justify-content:center;align-items:center;border:none;background:var(--ui-kit-number-field-button-background-color);color:var(--ui-kit-number-field-button-text-color)}.ui-kit__number-field-module__button[data-hovered]{cursor:pointer;background-color:var(--ui-kit-number-field-button-background-color-hovered)}.ui-kit__number-field-module__button[data-pressed]{background-color:var(--ui-kit-number-field-button-background-color-pressed)}.ui-kit__number-field-module__button[disabled]{background-color:var(--ui-kit-number-field-button-background-color-disabled);color:var(--ui-kit-number-field-button-text-color-disabled);cursor:default}:root{--ui-kit-text-color: var(--ui-kit-text-body-md-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-font-weight);--ui-kit-text-headline-color: var(--ui-kit-color-text-headline);--ui-kit-text-dark-color: var(--ui-kit-color-text-dark);--ui-kit-text-default-color: var(--ui-kit-color-text-default);--ui-kit-text-light-color: var(--ui-kit-color-text-light);--ui-kit-text-disabled-color: var(--ui-kit-color-text-disabled);--ui-kit-text-info-color: var(--ui-kit-color-info-text);--ui-kit-text-success-color: var(--ui-kit-color-success-text);--ui-kit-text-warning-color: var(--ui-kit-color-warning-text);--ui-kit-text-critical-color: var(--ui-kit-color-error-text);--ui-kit-text-error-color: var(--ui-kit-color-error-text);--ui-kit-text-heading-lg-color: var(--ui-kit-text-headline-color);--ui-kit-text-heading-lg-font-family: var(--ui-kit-font-heading-lg-family);--ui-kit-text-heading-lg-font-size: var(--ui-kit-font-heading-lg-size);--ui-kit-text-heading-lg-font-weight: var(--ui-kit-font-heading-lg-weight);--ui-kit-text-heading-md-color: var(--ui-kit-text-dark-color);--ui-kit-text-heading-md-font-family: var(--ui-kit-font-heading-md-family);--ui-kit-text-heading-md-font-size: var(--ui-kit-font-heading-md-size);--ui-kit-text-heading-md-font-weight: var(--ui-kit-font-heading-md-weight);--ui-kit-text-heading-sm-color: var(--ui-kit-text-default-color);--ui-kit-text-heading-sm-font-family: var(--ui-kit-font-heading-sm-family);--ui-kit-text-heading-sm-font-size: var(--ui-kit-font-heading-sm-size);--ui-kit-text-heading-sm-font-weight: var(--ui-kit-font-heading-sm-weight);--ui-kit-text-body-md-strong-color: var(--ui-kit-text-default-color);--ui-kit-text-body-md-strong-font-family: var( --ui-kit-font-body-md-strong-family );--ui-kit-text-body-md-strong-font-size: var( --ui-kit-font-body-md-strong-size );--ui-kit-text-body-md-strong-font-weight: var( --ui-kit-font-body-md-strong-weight );--ui-kit-text-body-md-color: var(--ui-kit-text-default-color);--ui-kit-text-body-md-font-family: var(--ui-kit-font-body-md-family);--ui-kit-text-body-md-font-size: var(--ui-kit-font-body-md-size);--ui-kit-text-body-md-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-text-body-sm-color: var(--ui-kit-text-light-color);--ui-kit-text-body-sm-font-family: var(--ui-kit-font-body-sm-family);--ui-kit-text-body-sm-font-size: var(--ui-kit-font-body-sm-size);--ui-kit-text-body-sm-font-weight: var(--ui-kit-font-body-sm-weight)}.ui-kit__text-module__base{color:var(--ui-kit-text-color);font-family:var(--ui-kit-text-font-family);font-size:var(--ui-kit-text-font-size);font-weight:var(--ui-kit-text-font-weight)}.ui-kit__text-module__visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.ui-kit__text-module__heading-lg{--ui-kit-text-color: var(--ui-kit-text-heading-lg-color);--ui-kit-text-font-family: var(--ui-kit-text-heading-lg-font-family);--ui-kit-text-font-size: var(--ui-kit-text-heading-lg-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-heading-lg-font-weight)}.ui-kit__text-module__heading-md{--ui-kit-text-color: var(--ui-kit-text-heading-md-color);--ui-kit-text-font-family: var(--ui-kit-text-heading-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-heading-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-heading-md-font-weight)}.ui-kit__text-module__body-md-strong{--ui-kit-text-color: var(--ui-kit-text-body-md-strong-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-strong-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-strong-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-strong-font-weight)}.ui-kit__text-module__body-md{--ui-kit-text-color: var(--ui-kit-text-body-md-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-font-weight)}.ui-kit__text-module__body-sm{--ui-kit-text-color: var(--ui-kit-text-body-sm-color);--ui-kit-text-font-family: var(--ui-kit-text-body-sm-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-sm-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-sm-font-weight)}.ui-kit__text-module__default{--ui-kit-text-color: var(--ui-kit-text-default-color)}.ui-kit__text-module__headline{--ui-kit-text-color: var(--ui-kit-text-headline-color)}.ui-kit__text-module__dark{--ui-kit-text-color: var(--ui-kit-text-dark-color)}.ui-kit__text-module__light{--ui-kit-text-color: var(--ui-kit-text-light-color)}.ui-kit__text-module__disabled{--ui-kit-text-color: var(--ui-kit-text-disabled-color)}.ui-kit__text-module__info{--ui-kit-text-color: var(--ui-kit-text-info-color)}.ui-kit__text-module__success{--ui-kit-text-color: var(--ui-kit-text-success-color)}.ui-kit__text-module__warning{--ui-kit-text-color: var(--ui-kit-text-warning-color)}.ui-kit__text-module__critical{--ui-kit-text-color: var(--ui-kit-text-critical-color)}.ui-kit__text-module__error{--ui-kit-text-color: var(--ui-kit-text-error-color)}:root{--ui-kit-text-area-background-color: var(--ui-kit-color-basics-white);--ui-kit-text-area-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-text-area-border-radius: 3px;--ui-kit-text-area-border-style: solid;--ui-kit-text-area-border-width: 1px;--ui-kit-text-area-focus-ring-offset: 1px;--ui-kit-text-area-font-family: var(--ui-kit-font-body-md-family);--ui-kit-text-area-font-size: var(--ui-kit-font-body-md-size);--ui-kit-text-area-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-text-area-line-height: 18px;--ui-kit-text-area-padding-x: 16px;--ui-kit-text-area-padding-y: 9px;--ui-kit-text-area-text-color: var(--ui-kit-color-text-default);--ui-kit-text-area-disabled-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-text-area-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-text-area-error-border-color: var(--ui-kit-color-error-border);--ui-kit-text-area-error-focus-ring-inner-color: var(--ui-kit-color-error-border);--ui-kit-text-area-error-focus-ring-outer-color: var(--ui-kit-color-error-background-light);--ui-kit-text-area-error-text-color: var(--ui-kit-color-error-text);--ui-kit-text-area-success-border-color: var(--ui-kit-color-success-border);--ui-kit-text-area-success-focus-ring-inner-color: var(--ui-kit-color-success-border);--ui-kit-text-area-success-focus-ring-outer-color: var(--ui-kit-color-success-background-light);--ui-kit-text-area-success-text-color: var(--ui-kit-color-success-text);--ui-kit-text-area-warning-border-color: var(--ui-kit-color-warning-border);--ui-kit-text-area-warning-focus-ring-inner-color: var(--ui-kit-color-warning-border);--ui-kit-text-area-warning-focus-ring-outer-color: var(--ui-kit-color-warning-background-light);--ui-kit-text-area-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__text-area-module__base{--ui-kit-focus-ring-offset: var(--ui-kit-text-area-focus-ring-offset);display:flex}.ui-kit__text-area-module__base:before{border-radius:calc(var(--ui-kit-focus-ring-border-radius) - 1px)}.ui-kit__text-area-module__base.ui-kit__text-area-module__error{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-error-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-error-focus-ring-outer-color)}.ui-kit__text-area-module__base.ui-kit__text-area-module__success{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-success-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-success-focus-ring-outer-color)}.ui-kit__text-area-module__base.ui-kit__text-area-module__warning{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-warning-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-warning-focus-ring-outer-color)}.ui-kit__text-area-module__text-area{background-color:var(--ui-kit-text-area-background-color);border-color:var(--ui-kit-text-area-border-color);border-radius:var(--ui-kit-text-area-border-radius);border-style:var(--ui-kit-text-area-border-style);border-width:var(--ui-kit-text-area-border-width);color:var(--ui-kit-text-area-text-color);font-family:var(--ui-kit-text-area-font-family);font-size:var(--ui-kit-text-area-font-size);font-weight:var(--ui-kit-text-area-font-weight);line-height:var(--ui-kit-text-area-line-height);padding:var(--ui-kit-text-area-padding-y) var(--ui-kit-text-area-padding-x);outline:none;resize:none;width:100%}.ui-kit__text-area-module__text-area[data-disabled=true]{--ui-kit-text-area-background-color: var(--ui-kit-text-area-disabled-background-color);--ui-kit-text-area-border-color: var(--ui-kit-text-area-disabled-border-color);-webkit-user-select:none;user-select:none}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__error:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-error-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-error-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__error:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-error-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__success:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-success-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-success-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__success:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-success-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__warning:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-warning-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-warning-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__warning:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-warning-text-color)}:root{--ui-kit-text-area-field-gap: 8px;--ui-kit-text-area-field-control-gap: 6px}.ui-kit__text-area-field-module__base{display:flex;flex-direction:column;gap:var(--ui-kit-text-area-field-gap)}.ui-kit__text-area-field-module__base .ui-kit__text-area-field-module__control{display:flex;flex-direction:column;gap:var(--ui-kit-text-area-field-control-gap)}:root{--ui-kit-validation-alert-background-color: transparent;--ui-kit-validation-alert-font-family: var(--ui-kit-font-body-md-family);--ui-kit-validation-alert-font-size: var(--ui-kit-font-body-md-size);--ui-kit-validation-alert-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-validation-alert-line-height: 19px;--ui-kit-validation-alert-padding-x: 6px;--ui-kit-validation-alert-padding-y: .5px;--ui-kit-validation-alert-text-color: var(--ui-kit-color-text);--ui-kit-validation-alert-error-background-color: var(--ui-kit-color-error-background-light);--ui-kit-validation-alert-error-text-color: var(--ui-kit-color-error-text);--ui-kit-validation-alert-success-background-color: var(--ui-kit-color-success-background-light);--ui-kit-validation-alert-success-text-color: var(--ui-kit-color-success-text);--ui-kit-validation-alert-warning-background-color: var(--ui-kit-color-warning-background-light);--ui-kit-validation-alert-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__validation-alert-module__base{background-color:var(--ui-kit-validation-alert-background-color);color:var(--ui-kit-validation-alert-text-color);font-family:var(--ui-kit-validation-alert-font-family);font-size:var(--ui-kit-validation-alert-font-size);font-weight:var(--ui-kit-validation-alert-font-weight);gap:calc(var(--ui-kit-validation-alert-padding-x)/2);line-height:var(--ui-kit-validation-alert-line-height);padding:var(--ui-kit-validation-alert-padding-y) var(--ui-kit-validation-alert-padding-x) var(--ui-kit-validation-alert-padding-y) calc(var(--ui-kit-validation-alert-padding-x)/2);align-items:center;display:flex;flex-direction:row;width:100%;word-break:break-word}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__error{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-error-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-error-text-color)}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__success{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-success-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-success-text-color)}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__warning{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-warning-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-warning-text-color)}.ui-kit__validation-alert-module__base .ui-kit__validation-alert-module__icon svg{fill:currentColor;margin-top:2px}:root{--ui-kit-text-field-gap: 8px;--ui-kit-text-field-control-gap: 6px}.ui-kit__text-field-module__base{display:flex;flex-direction:column;gap:var(--ui-kit-text-field-gap)}.ui-kit__text-field-module__base .ui-kit__text-field-module__control{display:flex;flex-direction:column;gap:var(--ui-kit-text-field-control-gap)}:root{--ui-kit-thumbnail-aspect-ratio: 1;--ui-kit-thumbnail-object-fit: cover;--ui-kit-thumbnail-border-color: var(--ui-kit-color-charcoal-300);--ui-kit-thumbnail-sm-width: 38px;--ui-kit-thumbnail-sm-border-radius: 10px;--ui-kit-thumbnail-md-width: 48px;--ui-kit-thumbnail-md-border-radius: 12px;--ui-kit-thumbnail-lg-width: 64px;--ui-kit-thumbnail-lg-border-radius: 16px}.ui-kit__thumbnail-module__base{display:inline-block;overflow:hidden;box-sizing:border-box;aspect-ratio:var(--ui-kit-thumbnail-aspect-ratio);object-fit:var(--ui-kit-thumbnail-object-fit);background:#fff;border:1px solid var(--ui-kit-thumbnail-border-color)}.ui-kit__thumbnail-module__base svg{width:100%;height:100%;display:block}.ui-kit__thumbnail-module__sm{width:var(--ui-kit-thumbnail-sm-width);border-radius:var(--ui-kit-thumbnail-sm-border-radius)}.ui-kit__thumbnail-module__md{width:var(--ui-kit-thumbnail-md-width);border-radius:var(--ui-kit-thumbnail-md-border-radius)}.ui-kit__thumbnail-module__lg{width:var(--ui-kit-thumbnail-lg-width);border-radius:var(--ui-kit-thumbnail-lg-border-radius)}.ui-kit__thumbnail-module__cover{--ui-kit-thumbnail-object-fit: cover}.ui-kit__thumbnail-module__fill{--ui-kit-thumbnail-object-fit: fill}.ui-kit__thumbnail-module__contain{--ui-kit-thumbnail-object-fit: contain}.ui-kit__thumbnail-module__scale-down{--ui-kit-thumbnail-object-fit: scale-down}.ui-kit__thumbnail-module__isDisabled{opacity:.5;cursor:default;pointer-events:none}:root{--ui-kit-list-margin: 0;--ui-kit-list-text-color: var(--ui-kit-color-text-default);--ui-kit-list-font-family: var(--ui-kit-font-body-md-family);--ui-kit-list-font-size: var(--ui-kit-font-body-md-size);--ui-kit-list-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-list-numbered-style-type: decimal;--ui-kit-list-numbered-padding: 0 0 0 16px;--ui-kit-list-bullet-style-type: disc;--ui-kit-list-bullet-padding: 0 0 0 16px}.ui-kit__list-module__base{display:block;list-style:none;margin:var(--ui-kit-list-margin);color:var(--ui-kit-list-text-color);font-family:var(--ui-kit-list-font-family);font-size:var(--ui-kit-list-font-size);font-weight:var(--ui-kit-list-font-weight);padding-left:0}.ui-kit__list-module__bullet{list-style-type:var(--ui-kit-list-bullet-style-type);padding:var(--ui-kit-list-bullet-padding)}.ui-kit__list-module__numbered{list-style-type:var(--ui-kit-list-numbered-style-type);padding:var(--ui-kit-list-numbered-padding)}.ui-kit__list-module__item{margin:0}
2
- `,document.head.appendChild(sS);function cS(l){var c,s,v="";if(typeof l=="string"||typeof l=="number")v+=l;else if(typeof l=="object")if(Array.isArray(l))for(c=0;c<l.length;c++)l[c]&&(s=cS(l[c]))&&(v&&(v+=" "),v+=s);else for(c in l)l[c]&&(v&&(v+=" "),v+=c);return v}function DR(){for(var l,c,s=0,v="";s<arguments.length;)(l=arguments[s++])&&(c=cS(l))&&(v&&(v+=" "),v+=c);return v}const fS=l=>typeof l=="boolean"?"".concat(l):l===0?"0":l,dS=DR,Pn=(l,c)=>s=>{var v;if((c==null?void 0:c.variants)==null)return dS(l,s==null?void 0:s.class,s==null?void 0:s.className);const{variants:g,defaultVariants:S}=c,y=Object.keys(g).map(R=>{const j=s==null?void 0:s[R],D=S==null?void 0:S[R];if(j===null)return null;const N=fS(j)||fS(D);return g[R][N]}),E=s&&Object.entries(s).reduce((R,j)=>{let[D,N]=j;return N===void 0||(R[D]=N),R},{}),T=c==null||(v=c.compoundVariants)===null||v===void 0?void 0:v.reduce((R,j)=>{let{class:D,className:N,...M}=j;return Object.entries(M).every(te=>{let[Y,U]=te;return Array.isArray(U)?U.includes({...S,...E}[Y]):{...S,...E}[Y]===U})?[...R,D,N]:R},[]);return dS(l,y,T,s==null?void 0:s.class,s==null?void 0:s.className)},gu={base:"ui-kit__badge-module__base",sm:"ui-kit__badge-module__sm",default:"ui-kit__badge-module__default",success:"ui-kit__badge-module__success",warning:"ui-kit__badge-module__warning",error:"ui-kit__badge-module__error"},NR=Pn(gu.base,{variants:{color:{default:gu.default,success:gu.success,warning:gu.warning,error:gu.error},size:{sm:gu.sm,default:gu.default}}});function pS({children:l,color:c="default",size:s="default"}){return qe.jsx("span",{className:NR({color:c,size:s}),children:l})}pS.displayName="Badge";function vS(l){var c,s,v="";if(typeof l=="string"||typeof l=="number")v+=l;else if(typeof l=="object")if(Array.isArray(l)){var g=l.length;for(c=0;c<g;c++)l[c]&&(s=vS(l[c]))&&(v&&(v+=" "),v+=s)}else for(s in l)l[s]&&(v&&(v+=" "),v+=s);return v}function $a(){for(var l,c,s=0,v="",g=arguments.length;s<g;s++)(l=arguments[s])&&(c=vS(l))&&(v&&(v+=" "),v+=c);return v}function mS(l,c,s){let[v,g]=L.useState(l||c),S=L.useRef(l!==void 0),y=l!==void 0;L.useEffect(()=>{let R=S.current;R!==y&&console.warn(`WARN: A component changed from ${R?"controlled":"uncontrolled"} to ${y?"controlled":"uncontrolled"}.`),S.current=y},[y]);let E=y?l:v,T=L.useCallback((R,...j)=>{let D=(N,...M)=>{s&&(Object.is(E,N)||s(N,...M)),y||(E=N)};typeof R=="function"?(console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),g((M,...te)=>{let Y=R(y?E:M,...te);return D(Y,...j),y?M:Y})):(y||g(R),D(R,...j))},[y,E,s]);return[E,T]}function ug(l,c=-1/0,s=1/0){return Math.min(Math.max(l,c),s)}function ho(l,c,s,v){c=Number(c),s=Number(s);let g=(l-(isNaN(c)?0:c))%v,S=Math.abs(g)*2>=v?l+Math.sign(g)*(v-Math.abs(g)):l-g;isNaN(c)?!isNaN(s)&&S>s&&(S=Math.floor(s/v)*v):S<c?S=c:!isNaN(s)&&S>s&&(S=c+Math.floor((s-c)/v)*v);let y=v.toString(),E=y.indexOf("."),T=E>=0?y.length-E:0;if(T>0){let R=Math.pow(10,T);S=Math.round(S*R)/R}return S}const Cv={prefix:String(Math.round(Math.random()*1e10)),current:0},hS=L.createContext(Cv),OR=L.createContext(!1);let LR=!!(typeof window<"u"&&window.document&&window.document.createElement),sg=new WeakMap;function MR(l=!1){let c=L.useContext(hS),s=L.useRef(null);if(s.current===null&&!l){var v,g;let S=(g=L.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||g===void 0||(v=g.ReactCurrentOwner)===null||v===void 0?void 0:v.current;if(S){let y=sg.get(S);y==null?sg.set(S,{id:c.current,state:S.memoizedState}):S.memoizedState!==y.state&&(c.current=y.id,sg.delete(S))}s.current=++c.current}return s.current}function $R(l){let c=L.useContext(hS);c===Cv&&!LR&&console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");let s=MR(!!l),v=c===Cv&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${c.prefix}`;return l||`${v}-${s}`}function PR(l){let c=L.useId(),[s]=L.useState(cg()),v=s||process.env.NODE_ENV==="test"?"react-aria":`react-aria${Cv.prefix}`;return l||`${v}-${c}`}const AR=typeof L.useId=="function"?PR:$R;function zR(){return!1}function FR(){return!0}function UR(l){return()=>{}}function cg(){return typeof L.useSyncExternalStore=="function"?L.useSyncExternalStore(UR,zR,FR):L.useContext(OR)}const cl=typeof document<"u"?L.useLayoutEffect:()=>{};function wr(l){const c=L.useRef(null);return cl(()=>{c.current=l},[l]),L.useCallback((...s)=>{const v=c.current;return v==null?void 0:v(...s)},[])}function HR(l){let[c,s]=L.useState(l),v=L.useRef(null),g=wr(()=>{if(!v.current)return;let y=v.current.next();if(y.done){v.current=null;return}c===y.value?g():s(y.value)});cl(()=>{v.current&&g()});let S=wr(y=>{v.current=y(c),g()});return[c,S]}let VR=!!(typeof window<"u"&&window.document&&window.document.createElement),Ev=new Map;function bu(l){let[c,s]=L.useState(l),v=L.useRef(null),g=AR(c),S=L.useCallback(y=>{v.current=y},[]);return VR&&Ev.set(g,S),cl(()=>{let y=g;return()=>{Ev.delete(y)}},[g]),L.useEffect(()=>{let y=v.current;y&&(v.current=null,s(y))}),g}function jR(l,c){if(l===c)return l;let s=Ev.get(l);if(s)return s(c),c;let v=Ev.get(c);return v?(v(l),l):c}function yS(l=[]){let c=bu(),[s,v]=HR(c),g=L.useCallback(()=>{v(function*(){yield c,yield document.getElementById(c)?c:void 0})},[c,v]);return cl(g,[c,g,...l]),s}function fg(...l){return(...c)=>{for(let s of l)typeof s=="function"&&s(...c)}}const zi=l=>{var c;return(c=l==null?void 0:l.ownerDocument)!==null&&c!==void 0?c:document},na=l=>l&&"window"in l&&l.window===l?l:zi(l).defaultView||window;function vn(...l){let c={...l[0]};for(let s=1;s<l.length;s++){let v=l[s];for(let g in v){let S=c[g],y=v[g];typeof S=="function"&&typeof y=="function"&&g[0]==="o"&&g[1]==="n"&&g.charCodeAt(2)>=65&&g.charCodeAt(2)<=90?c[g]=fg(S,y):(g==="className"||g==="UNSAFE_className")&&typeof S=="string"&&typeof y=="string"?c[g]=$a(S,y):g==="id"&&S&&y?c.id=jR(S,y):c[g]=y!==void 0?y:S}}return c}function BR(...l){return l.length===1?l[0]:c=>{for(let s of l)typeof s=="function"?s(c):s!=null&&(s.current=c)}}const IR=new Set(["id"]),YR=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),WR=new Set(["href","target","rel","download","ping","referrerPolicy"]),QR=/^(data-.*)$/;function ku(l,c={}){let{labelable:s,isLink:v,propNames:g}=c,S={};for(const y in l)Object.prototype.hasOwnProperty.call(l,y)&&(IR.has(y)||s&&YR.has(y)||v&&WR.has(y)||g!=null&&g.has(y)||QR.test(y))&&(S[y]=l[y]);return S}function Su(l){if(KR())l.focus({preventScroll:!0});else{let c=XR(l);l.focus(),JR(c)}}let wv=null;function KR(){if(wv==null){wv=!1;try{document.createElement("div").focus({get preventScroll(){return wv=!0,!0}})}catch{}}return wv}function XR(l){let c=l.parentNode,s=[],v=document.scrollingElement||document.documentElement;for(;c instanceof HTMLElement&&c!==v;)(c.offsetHeight<c.scrollHeight||c.offsetWidth<c.scrollWidth)&&s.push({element:c,scrollTop:c.scrollTop,scrollLeft:c.scrollLeft}),c=c.parentNode;return v instanceof HTMLElement&&s.push({element:v,scrollTop:v.scrollTop,scrollLeft:v.scrollLeft}),s}function JR(l){for(let{element:c,scrollTop:s,scrollLeft:v}of l)c.scrollTop=s,c.scrollLeft=v}function Tv(l){var c;return typeof window>"u"||window.navigator==null?!1:((c=window.navigator.userAgentData)===null||c===void 0?void 0:c.brands.some(s=>l.test(s.brand)))||l.test(window.navigator.userAgent)}function dg(l){var c;return typeof window<"u"&&window.navigator!=null?l.test(((c=window.navigator.userAgentData)===null||c===void 0?void 0:c.platform)||window.navigator.platform):!1}function If(){return dg(/^Mac/i)}function gS(){return dg(/^iPhone/i)}function bS(){return dg(/^iPad/i)||If()&&navigator.maxTouchPoints>1}function pg(){return gS()||bS()}function ZR(){return Tv(/AppleWebKit/i)&&!GR()}function GR(){return Tv(/Chrome/i)}function vg(){return Tv(/Android/i)}function qR(){return Tv(/Firefox/i)}const e2=L.createContext({isNative:!0,open:i2});function t2(){return L.useContext(e2)}function n2(l,c){let s=l.getAttribute("target");return(!s||s==="_self")&&l.origin===location.origin&&!l.hasAttribute("download")&&!c.metaKey&&!c.ctrlKey&&!c.altKey&&!c.shiftKey}function Fs(l,c,s=!0){var v,g;let{metaKey:S,ctrlKey:y,altKey:E,shiftKey:T}=c;qR()&&(!((g=window.event)===null||g===void 0||(v=g.type)===null||v===void 0)&&v.startsWith("key"))&&l.target==="_blank"&&(If()?S=!0:y=!0);let R=ZR()&&If()&&!bS()?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:S,ctrlKey:y,altKey:E,shiftKey:T}):new MouseEvent("click",{metaKey:S,ctrlKey:y,altKey:E,shiftKey:T,bubbles:!0,cancelable:!0});Fs.isOpening=s,Su(l),l.dispatchEvent(R),Fs.isOpening=!1}Fs.isOpening=!1;function r2(l,c){if(l instanceof HTMLAnchorElement)c(l);else if(l.hasAttribute("data-href")){let s=document.createElement("a");s.href=l.getAttribute("data-href"),l.hasAttribute("data-target")&&(s.target=l.getAttribute("data-target")),l.hasAttribute("data-rel")&&(s.rel=l.getAttribute("data-rel")),l.hasAttribute("data-download")&&(s.download=l.getAttribute("data-download")),l.hasAttribute("data-ping")&&(s.ping=l.getAttribute("data-ping")),l.hasAttribute("data-referrer-policy")&&(s.referrerPolicy=l.getAttribute("data-referrer-policy")),l.appendChild(s),c(s),l.removeChild(s)}}function i2(l,c){r2(l,s=>Fs(s,c))}let Us=new Map,mg=new Set;function kS(){if(typeof window>"u")return;function l(v){return"propertyName"in v}let c=v=>{if(!l(v)||!v.target)return;let g=Us.get(v.target);g||(g=new Set,Us.set(v.target,g),v.target.addEventListener("transitioncancel",s,{once:!0})),g.add(v.propertyName)},s=v=>{if(!l(v)||!v.target)return;let g=Us.get(v.target);if(g&&(g.delete(v.propertyName),g.size===0&&(v.target.removeEventListener("transitioncancel",s),Us.delete(v.target)),Us.size===0)){for(let S of mg)S();mg.clear()}};document.body.addEventListener("transitionrun",c),document.body.addEventListener("transitionend",s)}typeof document<"u"&&(document.readyState!=="loading"?kS():document.addEventListener("DOMContentLoaded",kS));function SS(l){requestAnimationFrame(()=>{Us.size===0?l():mg.add(l)})}function xS(){let l=L.useRef(new Map),c=L.useCallback((g,S,y,E)=>{let T=E!=null&&E.once?(...R)=>{l.current.delete(y),y(...R)}:y;l.current.set(y,{type:S,eventTarget:g,fn:T,options:E}),g.addEventListener(S,y,E)},[]),s=L.useCallback((g,S,y,E)=>{var T;let R=((T=l.current.get(y))===null||T===void 0?void 0:T.fn)||y;g.removeEventListener(S,R,E),l.current.delete(y)},[]),v=L.useCallback(()=>{l.current.forEach((g,S)=>{s(g.eventTarget,g.type,S,g.options)})},[s]);return L.useEffect(()=>v,[v]),{addGlobalListener:c,removeGlobalListener:s,removeAllGlobalListeners:v}}function a2(l,c){let{id:s,"aria-label":v,"aria-labelledby":g}=l;return s=bu(s),g&&v?g=[...new Set([s,...g.trim().split(/\s+/)])].join(" "):g&&(g=g.trim().split(/\s+/).join(" ")),!v&&!g&&c&&(v=c),{id:s,"aria-label":v,"aria-labelledby":g}}function o2(l){const c=L.useRef(null);return L.useMemo(()=>({get current(){return c.current},set current(s){c.current=s,typeof l=="function"?l(s):l&&(l.current=s)}}),[l])}function _S(l,c){cl(()=>{if(l&&l.ref&&c)return l.ref.current=c.current,()=>{l.ref&&(l.ref.current=null)}})}function l2(l,c,s,v){let g=wr(s),S=s==null;L.useEffect(()=>{if(S||!l.current)return;let y=l.current;return y.addEventListener(c,g,v),()=>{y.removeEventListener(c,g,v)}},[l,c,v,S,g])}function hg(l){return l.mozInputSource===0&&l.isTrusted?!0:vg()&&l.pointerType?l.type==="click"&&l.buttons===1:l.detail===0&&!l.pointerType}function u2(l){return!vg()&&l.width===0&&l.height===0||l.width===1&&l.height===1&&l.pressure===0&&l.detail===0&&l.pointerType==="mouse"}function CS(l,c,s){let v=L.useRef(c),g=wr(()=>{s&&s(v.current)});L.useEffect(()=>{var S;let y=l==null||(S=l.current)===null||S===void 0?void 0:S.form;return y==null||y.addEventListener("reset",g),()=>{y==null||y.removeEventListener("reset",g)}},[l,g])}function s2(l,c){return c.get?c.get.call(l):c.value}function ES(l,c,s){if(!c.has(l))throw new TypeError("attempted to "+s+" private field on non-instance");return c.get(l)}function c2(l,c){var s=ES(l,c,"get");return s2(l,s)}function f2(l,c){if(c.has(l))throw new TypeError("Cannot initialize the same private elements twice on an object")}function d2(l,c,s){f2(l,c),c.set(l,s)}function p2(l,c,s){if(c.set)c.set.call(l,s);else{if(!c.writable)throw new TypeError("attempted to set read only private field");c.value=s}}function wS(l,c,s){var v=ES(l,c,"set");return p2(l,v,s),s}let Hs="default",yg="",Rv=new WeakMap;function TS(l){if(pg()){if(Hs==="default"){const c=zi(l);yg=c.documentElement.style.webkitUserSelect,c.documentElement.style.webkitUserSelect="none"}Hs="disabled"}else(l instanceof HTMLElement||l instanceof SVGElement)&&(Rv.set(l,l.style.userSelect),l.style.userSelect="none")}function Dv(l){if(pg()){if(Hs!=="disabled")return;Hs="restoring",setTimeout(()=>{SS(()=>{if(Hs==="restoring"){const c=zi(l);c.documentElement.style.webkitUserSelect==="none"&&(c.documentElement.style.webkitUserSelect=yg||""),yg="",Hs="default"}})},300)}else if((l instanceof HTMLElement||l instanceof SVGElement)&&l&&Rv.has(l)){let c=Rv.get(l);l.style.userSelect==="none"&&(l.style.userSelect=c),l.getAttribute("style")===""&&l.removeAttribute("style"),Rv.delete(l)}}const RS=L.createContext({register:()=>{}});RS.displayName="PressResponderContext";function v2(l){let c=L.useContext(RS);if(c){let{register:s,...v}=c;l=vn(v,l),s()}return _S(c,l.ref),l}var Nv=new WeakMap;class Ov{continuePropagation(){wS(this,Nv,!1)}get shouldStopPropagation(){return c2(this,Nv)}constructor(c,s,v){d2(this,Nv,{writable:!0,value:void 0}),wS(this,Nv,!0),this.type=c,this.pointerType=s,this.target=v.currentTarget,this.shiftKey=v.shiftKey,this.metaKey=v.metaKey,this.ctrlKey=v.ctrlKey,this.altKey=v.altKey}}const DS=Symbol("linkClicked");function NS(l){let{onPress:c,onPressChange:s,onPressStart:v,onPressEnd:g,onPressUp:S,isDisabled:y,isPressed:E,preventFocusOnPress:T,shouldCancelOnPointerExit:R,allowTextSelectionOnPress:j,ref:D,...N}=v2(l),[M,te]=L.useState(!1),Y=L.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,ignoreClickAfterPress:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null}),{addGlobalListener:U,removeAllGlobalListeners:me}=xS(),_e=wr((P,Te)=>{let Se=Y.current;if(y||Se.didFirePressStart)return!1;let ee=!0;if(Se.isTriggeringEvent=!0,v){let Re=new Ov("pressstart",Te,P);v(Re),ee=Re.shouldStopPropagation}return s&&s(!0),Se.isTriggeringEvent=!1,Se.didFirePressStart=!0,te(!0),ee}),ne=wr((P,Te,Se=!0)=>{let ee=Y.current;if(!ee.didFirePressStart)return!1;ee.ignoreClickAfterPress=!0,ee.didFirePressStart=!1,ee.isTriggeringEvent=!0;let Re=!0;if(g){let Q=new Ov("pressend",Te,P);g(Q),Re=Q.shouldStopPropagation}if(s&&s(!1),te(!1),c&&Se&&!y){let Q=new Ov("press",Te,P);c(Q),Re&&(Re=Q.shouldStopPropagation)}return ee.isTriggeringEvent=!1,Re}),ce=wr((P,Te)=>{let Se=Y.current;if(y)return!1;if(S){Se.isTriggeringEvent=!0;let ee=new Ov("pressup",Te,P);return S(ee),Se.isTriggeringEvent=!1,ee.shouldStopPropagation}return!0}),H=wr(P=>{let Te=Y.current;Te.isPressed&&Te.target&&(Te.isOverTarget&&Te.pointerType!=null&&ne(yo(Te.target,P),Te.pointerType,!1),Te.isPressed=!1,Te.isOverTarget=!1,Te.activePointerId=null,Te.pointerType=null,me(),j||Dv(Te.target))}),ze=wr(P=>{R&&H(P)}),$e=L.useMemo(()=>{let P=Y.current,Te={onKeyDown(ee){if(bg(ee.nativeEvent,ee.currentTarget)&&ee.currentTarget.contains(ee.target)){var Re;LS(ee.target,ee.key)&&ee.preventDefault();let Q=!0;if(!P.isPressed&&!ee.repeat){P.target=ee.currentTarget,P.isPressed=!0,Q=_e(ee,"keyboard");let ae=ee.currentTarget,Ue=ut=>{bg(ut,ae)&&!ut.repeat&&ae.contains(ut.target)&&P.target&&ce(yo(P.target,ut),"keyboard")};U(zi(ee.currentTarget),"keyup",fg(Ue,Se),!0)}Q&&ee.stopPropagation(),ee.metaKey&&If()&&((Re=P.metaKeyEvents)===null||Re===void 0||Re.set(ee.key,ee.nativeEvent))}else ee.key==="Meta"&&(P.metaKeyEvents=new Map)},onClick(ee){if(!(ee&&!ee.currentTarget.contains(ee.target))&&ee&&ee.button===0&&!P.isTriggeringEvent&&!Fs.isOpening){let Re=!0;if(y&&ee.preventDefault(),!P.ignoreClickAfterPress&&!P.ignoreEmulatedMouseEvents&&!P.isPressed&&(P.pointerType==="virtual"||hg(ee.nativeEvent))){!y&&!T&&Su(ee.currentTarget);let Q=_e(ee,"virtual"),ae=ce(ee,"virtual"),Ue=ne(ee,"virtual");Re=Q&&ae&&Ue}P.ignoreEmulatedMouseEvents=!1,P.ignoreClickAfterPress=!1,Re&&ee.stopPropagation()}}},Se=ee=>{var Re;if(P.isPressed&&P.target&&bg(ee,P.target)){var Q;LS(ee.target,ee.key)&&ee.preventDefault();let Ue=ee.target;ne(yo(P.target,ee),"keyboard",P.target.contains(Ue)),me(),ee.key!=="Enter"&&gg(P.target)&&P.target.contains(Ue)&&!ee[DS]&&(ee[DS]=!0,Fs(P.target,ee,!1)),P.isPressed=!1,(Q=P.metaKeyEvents)===null||Q===void 0||Q.delete(ee.key)}else if(ee.key==="Meta"&&(!((Re=P.metaKeyEvents)===null||Re===void 0)&&Re.size)){var ae;let Ue=P.metaKeyEvents;P.metaKeyEvents=void 0;for(let ut of Ue.values())(ae=P.target)===null||ae===void 0||ae.dispatchEvent(new KeyboardEvent("keyup",ut))}};if(typeof PointerEvent<"u"){Te.onPointerDown=ae=>{if(ae.button!==0||!ae.currentTarget.contains(ae.target))return;if(u2(ae.nativeEvent)){P.pointerType="virtual";return}kg(ae.currentTarget)&&ae.preventDefault(),P.pointerType=ae.pointerType;let Ue=!0;P.isPressed||(P.isPressed=!0,P.isOverTarget=!0,P.activePointerId=ae.pointerId,P.target=ae.currentTarget,!y&&!T&&Su(ae.currentTarget),j||TS(P.target),Ue=_e(ae,P.pointerType),U(zi(ae.currentTarget),"pointermove",ee,!1),U(zi(ae.currentTarget),"pointerup",Re,!1),U(zi(ae.currentTarget),"pointercancel",Q,!1)),Ue&&ae.stopPropagation()},Te.onMouseDown=ae=>{ae.currentTarget.contains(ae.target)&&ae.button===0&&(kg(ae.currentTarget)&&ae.preventDefault(),ae.stopPropagation())},Te.onPointerUp=ae=>{!ae.currentTarget.contains(ae.target)||P.pointerType==="virtual"||ae.button===0&&Vs(ae,ae.currentTarget)&&ce(ae,P.pointerType||ae.pointerType)};let ee=ae=>{ae.pointerId===P.activePointerId&&(P.target&&Vs(ae,P.target)?!P.isOverTarget&&P.pointerType!=null&&(P.isOverTarget=!0,_e(yo(P.target,ae),P.pointerType)):P.target&&P.isOverTarget&&P.pointerType!=null&&(P.isOverTarget=!1,ne(yo(P.target,ae),P.pointerType,!1),ze(ae)))},Re=ae=>{ae.pointerId===P.activePointerId&&P.isPressed&&ae.button===0&&P.target&&(Vs(ae,P.target)&&P.pointerType!=null?ne(yo(P.target,ae),P.pointerType):P.isOverTarget&&P.pointerType!=null&&ne(yo(P.target,ae),P.pointerType,!1),P.isPressed=!1,P.isOverTarget=!1,P.activePointerId=null,P.pointerType=null,me(),j||Dv(P.target))},Q=ae=>{H(ae)};Te.onDragStart=ae=>{ae.currentTarget.contains(ae.target)&&H(ae)}}else{Te.onMouseDown=Q=>{if(Q.button!==0||!Q.currentTarget.contains(Q.target))return;if(kg(Q.currentTarget)&&Q.preventDefault(),P.ignoreEmulatedMouseEvents){Q.stopPropagation();return}P.isPressed=!0,P.isOverTarget=!0,P.target=Q.currentTarget,P.pointerType=hg(Q.nativeEvent)?"virtual":"mouse",!y&&!T&&Su(Q.currentTarget),_e(Q,P.pointerType)&&Q.stopPropagation(),U(zi(Q.currentTarget),"mouseup",ee,!1)},Te.onMouseEnter=Q=>{if(!Q.currentTarget.contains(Q.target))return;let ae=!0;P.isPressed&&!P.ignoreEmulatedMouseEvents&&P.pointerType!=null&&(P.isOverTarget=!0,ae=_e(Q,P.pointerType)),ae&&Q.stopPropagation()},Te.onMouseLeave=Q=>{if(!Q.currentTarget.contains(Q.target))return;let ae=!0;P.isPressed&&!P.ignoreEmulatedMouseEvents&&P.pointerType!=null&&(P.isOverTarget=!1,ae=ne(Q,P.pointerType,!1),ze(Q)),ae&&Q.stopPropagation()},Te.onMouseUp=Q=>{Q.currentTarget.contains(Q.target)&&!P.ignoreEmulatedMouseEvents&&Q.button===0&&ce(Q,P.pointerType||"mouse")};let ee=Q=>{if(Q.button===0){if(P.isPressed=!1,me(),P.ignoreEmulatedMouseEvents){P.ignoreEmulatedMouseEvents=!1;return}P.target&&Vs(Q,P.target)&&P.pointerType!=null?ne(yo(P.target,Q),P.pointerType):P.target&&P.isOverTarget&&P.pointerType!=null&&ne(yo(P.target,Q),P.pointerType,!1),P.isOverTarget=!1}};Te.onTouchStart=Q=>{if(!Q.currentTarget.contains(Q.target))return;let ae=m2(Q.nativeEvent);if(!ae)return;P.activePointerId=ae.identifier,P.ignoreEmulatedMouseEvents=!0,P.isOverTarget=!0,P.isPressed=!0,P.target=Q.currentTarget,P.pointerType="touch",!y&&!T&&Su(Q.currentTarget),j||TS(P.target),_e(Q,P.pointerType)&&Q.stopPropagation(),U(na(Q.currentTarget),"scroll",Re,!0)},Te.onTouchMove=Q=>{if(!Q.currentTarget.contains(Q.target))return;if(!P.isPressed){Q.stopPropagation();return}let ae=OS(Q.nativeEvent,P.activePointerId),Ue=!0;ae&&Vs(ae,Q.currentTarget)?!P.isOverTarget&&P.pointerType!=null&&(P.isOverTarget=!0,Ue=_e(Q,P.pointerType)):P.isOverTarget&&P.pointerType!=null&&(P.isOverTarget=!1,Ue=ne(Q,P.pointerType,!1),ze(Q)),Ue&&Q.stopPropagation()},Te.onTouchEnd=Q=>{if(!Q.currentTarget.contains(Q.target))return;if(!P.isPressed){Q.stopPropagation();return}let ae=OS(Q.nativeEvent,P.activePointerId),Ue=!0;ae&&Vs(ae,Q.currentTarget)&&P.pointerType!=null?(ce(Q,P.pointerType),Ue=ne(Q,P.pointerType)):P.isOverTarget&&P.pointerType!=null&&(Ue=ne(Q,P.pointerType,!1)),Ue&&Q.stopPropagation(),P.isPressed=!1,P.activePointerId=null,P.isOverTarget=!1,P.ignoreEmulatedMouseEvents=!0,P.target&&!j&&Dv(P.target),me()},Te.onTouchCancel=Q=>{Q.currentTarget.contains(Q.target)&&(Q.stopPropagation(),P.isPressed&&H(Q))};let Re=Q=>{P.isPressed&&Q.target.contains(P.target)&&H({currentTarget:P.target,shiftKey:!1,ctrlKey:!1,metaKey:!1,altKey:!1})};Te.onDragStart=Q=>{Q.currentTarget.contains(Q.target)&&H(Q)}}return Te},[U,y,T,me,j,H,ze,ne,_e,ce]);return L.useEffect(()=>()=>{var P;j||Dv((P=Y.current.target)!==null&&P!==void 0?P:void 0)},[j]),{isPressed:E||M,pressProps:vn(N,$e)}}function gg(l){return l.tagName==="A"&&l.hasAttribute("href")}function bg(l,c){const{key:s,code:v}=l,g=c,S=g.getAttribute("role");return(s==="Enter"||s===" "||s==="Spacebar"||v==="Space")&&!(g instanceof na(g).HTMLInputElement&&!MS(g,s)||g instanceof na(g).HTMLTextAreaElement||g.isContentEditable)&&!((S==="link"||!S&&gg(g))&&s!=="Enter")}function m2(l){const{targetTouches:c}=l;return c.length>0?c[0]:null}function OS(l,c){const s=l.changedTouches;for(let v=0;v<s.length;v++){const g=s[v];if(g.identifier===c)return g}return null}function yo(l,c){return{currentTarget:l,shiftKey:c.shiftKey,ctrlKey:c.ctrlKey,metaKey:c.metaKey,altKey:c.altKey}}function h2(l){let c=0,s=0;return l.width!==void 0?c=l.width/2:l.radiusX!==void 0&&(c=l.radiusX),l.height!==void 0?s=l.height/2:l.radiusY!==void 0&&(s=l.radiusY),{top:l.clientY-s,right:l.clientX+c,bottom:l.clientY+s,left:l.clientX-c}}function y2(l,c){return!(l.left>c.right||c.left>l.right||l.top>c.bottom||c.top>l.bottom)}function Vs(l,c){let s=c.getBoundingClientRect(),v=h2(l);return y2(s,v)}function kg(l){return!(l instanceof HTMLElement)||!l.hasAttribute("draggable")}function LS(l,c){return l instanceof HTMLInputElement?!MS(l,c):l instanceof HTMLButtonElement?l.type!=="submit"&&l.type!=="reset":!gg(l)}const g2=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function MS(l,c){return l.type==="checkbox"||l.type==="radio"?c===" ":g2.has(l.type)}class b2{isDefaultPrevented(){return this.nativeEvent.defaultPrevented}preventDefault(){this.defaultPrevented=!0,this.nativeEvent.preventDefault()}stopPropagation(){this.nativeEvent.stopPropagation(),this.isPropagationStopped=()=>!0}isPropagationStopped(){return!1}persist(){}constructor(c,s){this.nativeEvent=s,this.target=s.target,this.currentTarget=s.currentTarget,this.relatedTarget=s.relatedTarget,this.bubbles=s.bubbles,this.cancelable=s.cancelable,this.defaultPrevented=s.defaultPrevented,this.eventPhase=s.eventPhase,this.isTrusted=s.isTrusted,this.timeStamp=s.timeStamp,this.type=c}}function $S(l){let c=L.useRef({isFocused:!1,observer:null});cl(()=>{const v=c.current;return()=>{v.observer&&(v.observer.disconnect(),v.observer=null)}},[]);let s=wr(v=>{l==null||l(v)});return L.useCallback(v=>{if(v.target instanceof HTMLButtonElement||v.target instanceof HTMLInputElement||v.target instanceof HTMLTextAreaElement||v.target instanceof HTMLSelectElement){c.current.isFocused=!0;let g=v.target,S=y=>{c.current.isFocused=!1,g.disabled&&s(new b2("blur",y)),c.current.observer&&(c.current.observer.disconnect(),c.current.observer=null)};g.addEventListener("focusout",S,{once:!0}),c.current.observer=new MutationObserver(()=>{if(c.current.isFocused&&g.disabled){var y;(y=c.current.observer)===null||y===void 0||y.disconnect();let E=g===document.activeElement?null:document.activeElement;g.dispatchEvent(new FocusEvent("blur",{relatedTarget:E})),g.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:E}))}}),c.current.observer.observe(g,{attributes:!0,attributeFilter:["disabled"]})}},[s])}function Sg(l){let{isDisabled:c,onFocus:s,onBlur:v,onFocusChange:g}=l;const S=L.useCallback(T=>{if(T.target===T.currentTarget)return v&&v(T),g&&g(!1),!0},[v,g]),y=$S(S),E=L.useCallback(T=>{T.target===T.currentTarget&&document.activeElement===T.target&&(s&&s(T),g&&g(!0),y(T))},[g,s,y]);return{focusProps:{onFocus:!c&&(s||g||v)?E:void 0,onBlur:!c&&(v||g)?S:void 0}}}let xu=null,xg=new Set,Yf=new Map,_u=!1,_g=!1;const k2={Tab:!0,Escape:!0};function Lv(l,c){for(let s of xg)s(l,c)}function S2(l){return!(l.metaKey||!If()&&l.altKey||l.ctrlKey||l.key==="Control"||l.key==="Shift"||l.key==="Meta")}function Mv(l){_u=!0,S2(l)&&(xu="keyboard",Lv("keyboard",l))}function Fi(l){xu="pointer",(l.type==="mousedown"||l.type==="pointerdown")&&(_u=!0,Lv("pointer",l))}function PS(l){hg(l)&&(_u=!0,xu="virtual")}function AS(l){l.target===window||l.target===document||(!_u&&!_g&&(xu="virtual",Lv("virtual",l)),_u=!1,_g=!1)}function zS(){_u=!1,_g=!0}function Cg(l){if(typeof window>"u"||Yf.get(na(l)))return;const c=na(l),s=zi(l);let v=c.HTMLElement.prototype.focus;c.HTMLElement.prototype.focus=function(){_u=!0,v.apply(this,arguments)},s.addEventListener("keydown",Mv,!0),s.addEventListener("keyup",Mv,!0),s.addEventListener("click",PS,!0),c.addEventListener("focus",AS,!0),c.addEventListener("blur",zS,!1),typeof PointerEvent<"u"?(s.addEventListener("pointerdown",Fi,!0),s.addEventListener("pointermove",Fi,!0),s.addEventListener("pointerup",Fi,!0)):(s.addEventListener("mousedown",Fi,!0),s.addEventListener("mousemove",Fi,!0),s.addEventListener("mouseup",Fi,!0)),c.addEventListener("beforeunload",()=>{FS(l)},{once:!0}),Yf.set(c,{focus:v})}const FS=(l,c)=>{const s=na(l),v=zi(l);c&&v.removeEventListener("DOMContentLoaded",c),Yf.has(s)&&(s.HTMLElement.prototype.focus=Yf.get(s).focus,v.removeEventListener("keydown",Mv,!0),v.removeEventListener("keyup",Mv,!0),v.removeEventListener("click",PS,!0),s.removeEventListener("focus",AS,!0),s.removeEventListener("blur",zS,!1),typeof PointerEvent<"u"?(v.removeEventListener("pointerdown",Fi,!0),v.removeEventListener("pointermove",Fi,!0),v.removeEventListener("pointerup",Fi,!0)):(v.removeEventListener("mousedown",Fi,!0),v.removeEventListener("mousemove",Fi,!0),v.removeEventListener("mouseup",Fi,!0)),Yf.delete(s))};function x2(l){const c=zi(l);let s;return c.readyState!=="loading"?Cg(l):(s=()=>{Cg(l)},c.addEventListener("DOMContentLoaded",s)),()=>FS(l,s)}typeof document<"u"&&x2();function US(){return xu!=="pointer"}function _2(){return xu}function C2(l){xu=l,Lv(l,null)}const E2=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function w2(l,c,s){var v;const g=typeof window<"u"?na(s==null?void 0:s.target).HTMLInputElement:HTMLInputElement,S=typeof window<"u"?na(s==null?void 0:s.target).HTMLTextAreaElement:HTMLTextAreaElement,y=typeof window<"u"?na(s==null?void 0:s.target).HTMLElement:HTMLElement,E=typeof window<"u"?na(s==null?void 0:s.target).KeyboardEvent:KeyboardEvent;return l=l||(s==null?void 0:s.target)instanceof g&&!E2.has(s==null||(v=s.target)===null||v===void 0?void 0:v.type)||(s==null?void 0:s.target)instanceof S||(s==null?void 0:s.target)instanceof y&&(s==null?void 0:s.target.isContentEditable),!(l&&c==="keyboard"&&s instanceof E&&!k2[s.key])}function T2(l,c,s){Cg(),L.useEffect(()=>{let v=(g,S)=>{w2(!!(s!=null&&s.isTextInput),g,S)&&l(US())};return xg.add(v),()=>{xg.delete(v)}},c)}function HS(l){let{isDisabled:c,onBlurWithin:s,onFocusWithin:v,onFocusWithinChange:g}=l,S=L.useRef({isFocusWithin:!1}),y=L.useCallback(R=>{S.current.isFocusWithin&&!R.currentTarget.contains(R.relatedTarget)&&(S.current.isFocusWithin=!1,s&&s(R),g&&g(!1))},[s,g,S]),E=$S(y),T=L.useCallback(R=>{!S.current.isFocusWithin&&document.activeElement===R.target&&(v&&v(R),g&&g(!0),S.current.isFocusWithin=!0,E(R))},[v,g,E]);return c?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:T,onBlur:y}}}let $v=!1,Eg=0;function wg(){$v=!0,setTimeout(()=>{$v=!1},50)}function VS(l){l.pointerType==="touch"&&wg()}function R2(){if(!(typeof document>"u"))return typeof PointerEvent<"u"?document.addEventListener("pointerup",VS):document.addEventListener("touchend",wg),Eg++,()=>{Eg--,!(Eg>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",VS):document.removeEventListener("touchend",wg))}}function Wf(l){let{onHoverStart:c,onHoverChange:s,onHoverEnd:v,isDisabled:g}=l,[S,y]=L.useState(!1),E=L.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;L.useEffect(R2,[]);let{hoverProps:T,triggerHoverEnd:R}=L.useMemo(()=>{let j=(M,te)=>{if(E.pointerType=te,g||te==="touch"||E.isHovered||!M.currentTarget.contains(M.target))return;E.isHovered=!0;let Y=M.currentTarget;E.target=Y,c&&c({type:"hoverstart",target:Y,pointerType:te}),s&&s(!0),y(!0)},D=(M,te)=>{if(E.pointerType="",E.target=null,te==="touch"||!E.isHovered)return;E.isHovered=!1;let Y=M.currentTarget;v&&v({type:"hoverend",target:Y,pointerType:te}),s&&s(!1),y(!1)},N={};return typeof PointerEvent<"u"?(N.onPointerEnter=M=>{$v&&M.pointerType==="mouse"||j(M,M.pointerType)},N.onPointerLeave=M=>{!g&&M.currentTarget.contains(M.target)&&D(M,M.pointerType)}):(N.onTouchStart=()=>{E.ignoreEmulatedMouseEvents=!0},N.onMouseEnter=M=>{!E.ignoreEmulatedMouseEvents&&!$v&&j(M,"mouse"),E.ignoreEmulatedMouseEvents=!1},N.onMouseLeave=M=>{!g&&M.currentTarget.contains(M.target)&&D(M,"mouse")}),{hoverProps:N,triggerHoverEnd:D}},[c,s,v,g,E]);return L.useEffect(()=>{g&&R({currentTarget:E.target},E.pointerType)},[g]),{hoverProps:T,isHovered:S}}function jS(l){if(!l)return;let c=!0;return s=>{let v={...s,preventDefault(){s.preventDefault()},isDefaultPrevented(){return s.isDefaultPrevented()},stopPropagation(){console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.")},continuePropagation(){c=!1}};l(v),c&&s.stopPropagation()}}function D2(l){return{keyboardProps:l.isDisabled?{}:{onKeyDown:jS(l.onKeyDown),onKeyUp:jS(l.onKeyUp)}}}function N2(l,c){let{onScroll:s,isDisabled:v}=l,g=L.useCallback(S=>{S.ctrlKey||(S.preventDefault(),S.stopPropagation(),s&&s({deltaX:S.deltaX,deltaY:S.deltaY}))},[s]);l2(c,"wheel",v?void 0:g)}function O2(l){const c=zi(l);if(_2()==="virtual"){let s=c.activeElement;SS(()=>{c.activeElement===s&&l.isConnected&&Su(l)})}else Su(l)}function L2(l,c){return!l||!c?!1:c.some(s=>s.contains(l))}class Tg{get size(){return this.fastMap.size}getTreeNode(c){return this.fastMap.get(c)}addTreeNode(c,s,v){let g=this.fastMap.get(s??null);if(!g)return;let S=new BS({scopeRef:c});g.addChild(S),S.parent=g,this.fastMap.set(c,S),v&&(S.nodeToRestore=v)}addNode(c){this.fastMap.set(c.scopeRef,c)}removeTreeNode(c){if(c===null)return;let s=this.fastMap.get(c);if(!s)return;let v=s.parent;for(let S of this.traverse())S!==s&&s.nodeToRestore&&S.nodeToRestore&&s.scopeRef&&s.scopeRef.current&&L2(S.nodeToRestore,s.scopeRef.current)&&(S.nodeToRestore=s.nodeToRestore);let g=s.children;v&&(v.removeChild(s),g.size>0&&g.forEach(S=>v&&v.addChild(S))),this.fastMap.delete(s.scopeRef)}*traverse(c=this.root){if(c.scopeRef!=null&&(yield c),c.children.size>0)for(let s of c.children)yield*this.traverse(s)}clone(){var c;let s=new Tg;var v;for(let g of this.traverse())s.addTreeNode(g.scopeRef,(v=(c=g.parent)===null||c===void 0?void 0:c.scopeRef)!==null&&v!==void 0?v:null,g.nodeToRestore);return s}constructor(){this.fastMap=new Map,this.root=new BS({scopeRef:null}),this.fastMap.set(null,this.root)}}class BS{addChild(c){this.children.add(c),c.parent=this}removeChild(c){this.children.delete(c),c.parent=void 0}constructor(c){this.children=new Set,this.contain=!1,this.scopeRef=c.scopeRef}}new Tg;function js(l={}){let{autoFocus:c=!1,isTextInput:s,within:v}=l,g=L.useRef({isFocused:!1,isFocusVisible:c||US()}),[S,y]=L.useState(!1),[E,T]=L.useState(()=>g.current.isFocused&&g.current.isFocusVisible),R=L.useCallback(()=>T(g.current.isFocused&&g.current.isFocusVisible),[]),j=L.useCallback(M=>{g.current.isFocused=M,y(M),R()},[R]);T2(M=>{g.current.isFocusVisible=M,R()},[],{isTextInput:s});let{focusProps:D}=Sg({isDisabled:v,onFocusChange:j}),{focusWithinProps:N}=HS({isDisabled:!v,onFocusWithinChange:j});return{isFocused:S,isFocusVisible:E,focusProps:v?N:D}}let M2=L.createContext(null);function $2(l){let c=L.useContext(M2)||{};_S(c,l);let{ref:s,...v}=c;return v}function Rg(l,c){let{focusProps:s}=Sg(l),{keyboardProps:v}=D2(l),g=vn(s,v),S=$2(c),y=l.isDisabled?{}:S,E=L.useRef(l.autoFocus);return L.useEffect(()=>{E.current&&c.current&&O2(c.current),E.current=!1},[c]),{focusableProps:vn({...g,tabIndex:l.excludeFromTabOrder&&!l.isDisabled?-1:void 0},y)}}function P2(l,c){let{elementType:s="a",onPress:v,onPressStart:g,onPressEnd:S,onClick:y,isDisabled:E,...T}=l,R={};s!=="a"&&(R={role:"link",tabIndex:E?void 0:0});let{focusableProps:j}=Rg(l,c),{pressProps:D,isPressed:N}=NS({onPress:v,onPressStart:g,onPressEnd:S,isDisabled:E,ref:c}),M=ku(T,{labelable:!0,isLink:s==="a"}),te=vn(j,D),Y=t2();return{isPressed:N,linkProps:vn(M,{...te,...R,"aria-disabled":E||void 0,"aria-current":l["aria-current"],onClick:U=>{var me;(me=D.onClick)===null||me===void 0||me.call(D,U),y&&(y(U),console.warn("onClick is deprecated, please use onPress")),!Y.isNative&&U.currentTarget instanceof HTMLAnchorElement&&U.currentTarget.href&&!U.isDefaultPrevented()&&n2(U.currentTarget,U)&&(U.preventDefault(),Y.open(U.currentTarget,U))}})}}const A2=Symbol.for("react-aria.i18n.locale"),z2=Symbol.for("react-aria.i18n.strings");let Bs;class Pv{getStringForLocale(c,s){let g=this.getStringsForLocale(s)[c];if(!g)throw new Error(`Could not find intl message ${c} in ${s} locale`);return g}getStringsForLocale(c){let s=this.strings[c];return s||(s=F2(c,this.strings,this.defaultLocale),this.strings[c]=s),s}static getGlobalDictionaryForPackage(c){if(typeof window>"u")return null;let s=window[A2];if(Bs===void 0){let g=window[z2];if(!g)return null;Bs={};for(let S in g)Bs[S]=new Pv({[s]:g[S]},s)}let v=Bs==null?void 0:Bs[c];if(!v)throw new Error(`Strings for package "${c}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);return v}constructor(c,s="en-US"){this.strings={...c},this.defaultLocale=s}}function F2(l,c,s="en-US"){if(c[l])return c[l];let v=U2(l);if(c[v])return c[v];for(let g in c)if(g.startsWith(v+"-"))return c[g];return c[s]}function U2(l){return Intl.Locale?new Intl.Locale(l).language:l.split("-")[0]}const IS=new Map,YS=new Map;class H2{format(c,s){let v=this.strings.getStringForLocale(c,this.locale);return typeof v=="function"?v(s,this):v}plural(c,s,v="cardinal"){let g=s["="+c];if(g)return typeof g=="function"?g():g;let S=this.locale+":"+v,y=IS.get(S);y||(y=new Intl.PluralRules(this.locale,{type:v}),IS.set(S,y));let E=y.select(c);return g=s[E]||s.other,typeof g=="function"?g():g}number(c){let s=YS.get(this.locale);return s||(s=new Intl.NumberFormat(this.locale),YS.set(this.locale,s)),s.format(c)}select(c,s){let v=c[s]||c.other;return typeof v=="function"?v():v}constructor(c,s){this.locale=c,this.strings=s}}let Dg=new Map,Ng=!1;try{Ng=new Intl.NumberFormat("de-DE",{signDisplay:"exceptZero"}).resolvedOptions().signDisplay==="exceptZero"}catch{}let Av=!1;try{Av=new Intl.NumberFormat("de-DE",{style:"unit",unit:"degree"}).resolvedOptions().style==="unit"}catch{}const WS={degree:{narrow:{default:"°","ja-JP":" 度","zh-TW":"度","sl-SI":" °"}}};class zv{format(c){let s="";if(!Ng&&this.options.signDisplay!=null?s=j2(this.numberFormatter,this.options.signDisplay,c):s=this.numberFormatter.format(c),this.options.style==="unit"&&!Av){var v;let{unit:g,unitDisplay:S="short",locale:y}=this.resolvedOptions();if(!g)return s;let E=(v=WS[g])===null||v===void 0?void 0:v[S];s+=E[y]||E.default}return s}formatToParts(c){return this.numberFormatter.formatToParts(c)}formatRange(c,s){if(typeof this.numberFormatter.formatRange=="function")return this.numberFormatter.formatRange(c,s);if(s<c)throw new RangeError("End date must be >= start date");return`${this.format(c)} – ${this.format(s)}`}formatRangeToParts(c,s){if(typeof this.numberFormatter.formatRangeToParts=="function")return this.numberFormatter.formatRangeToParts(c,s);if(s<c)throw new RangeError("End date must be >= start date");let v=this.numberFormatter.formatToParts(c),g=this.numberFormatter.formatToParts(s);return[...v.map(S=>({...S,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...g.map(S=>({...S,source:"endRange"}))]}resolvedOptions(){let c=this.numberFormatter.resolvedOptions();return!Ng&&this.options.signDisplay!=null&&(c={...c,signDisplay:this.options.signDisplay}),!Av&&this.options.style==="unit"&&(c={...c,style:"unit",unit:this.options.unit,unitDisplay:this.options.unitDisplay}),c}constructor(c,s={}){this.numberFormatter=V2(c,s),this.options=s}}function V2(l,c={}){let{numberingSystem:s}=c;if(s&&l.includes("-nu-")&&(l.includes("-u-")||(l+="-u-"),l+=`-nu-${s}`),c.style==="unit"&&!Av){var v;let{unit:y,unitDisplay:E="short"}=c;if(!y)throw new Error('unit option must be provided with style: "unit"');if(!(!((v=WS[y])===null||v===void 0)&&v[E]))throw new Error(`Unsupported unit ${y} with unitDisplay = ${E}`);c={...c,style:"decimal"}}let g=l+(c?Object.entries(c).sort((y,E)=>y[0]<E[0]?-1:1).join():"");if(Dg.has(g))return Dg.get(g);let S=new Intl.NumberFormat(l,c);return Dg.set(g,S),S}function j2(l,c,s){if(c==="auto")return l.format(s);if(c==="never")return l.format(Math.abs(s));{let v=!1;if(c==="always"?v=s>0||Object.is(s,0):c==="exceptZero"&&(Object.is(s,-0)||Object.is(s,0)?s=Math.abs(s):v=s>0),v){let g=l.format(-s),S=l.format(s),y=g.replace(S,"").replace(/\u200e|\u061C/,"");return[...y].length!==1&&console.warn("@react-aria/i18n polyfill for NumberFormat signDisplay: Unsupported case"),g.replace(S,"!!!").replace(y,"+").replace("!!!",S)}else return l.format(s)}}const B2=new RegExp("^.*\\(.*\\).*$"),I2=["latn","arab","hanidec"];class QS{parse(c){return Og(this.locale,this.options,c).parse(c)}isValidPartialNumber(c,s,v){return Og(this.locale,this.options,c).isValidPartialNumber(c,s,v)}getNumberingSystem(c){return Og(this.locale,this.options,c).options.numberingSystem}constructor(c,s={}){this.locale=c,this.options=s}}const KS=new Map;function Og(l,c,s){let v=XS(l,c);if(!l.includes("-nu-")&&!v.isValidPartialNumber(s)){for(let g of I2)if(g!==v.options.numberingSystem){let S=XS(l+(l.includes("-u-")?"-nu-":"-u-nu-")+g,c);if(S.isValidPartialNumber(s))return S}}return v}function XS(l,c){let s=l+(c?Object.entries(c).sort((g,S)=>g[0]<S[0]?-1:1).join():""),v=KS.get(s);return v||(v=new Y2(l,c),KS.set(s,v)),v}class Y2{parse(c){let s=this.sanitize(c);if(this.symbols.group&&(s=Fv(s,this.symbols.group,"")),this.symbols.decimal&&(s=s.replace(this.symbols.decimal,".")),this.symbols.minusSign&&(s=s.replace(this.symbols.minusSign,"-")),s=s.replace(this.symbols.numeral,this.symbols.index),this.options.style==="percent"){let g=s.indexOf("-");s=s.replace("-","");let S=s.indexOf(".");S===-1&&(S=s.length),s=s.replace(".",""),S-2===0?s=`0.${s}`:S-2===-1?s=`0.0${s}`:S-2===-2?s="0.00":s=`${s.slice(0,S-2)}.${s.slice(S-2)}`,g>-1&&(s=`-${s}`)}let v=s?+s:NaN;if(isNaN(v))return NaN;if(this.options.style==="percent"){let g={...this.options,style:"decimal",minimumFractionDigits:Math.min(this.options.minimumFractionDigits+2,20),maximumFractionDigits:Math.min(this.options.maximumFractionDigits+2,20)};return new QS(this.locale,g).parse(new zv(this.locale,g).format(v))}return this.options.currencySign==="accounting"&&B2.test(c)&&(v=-1*v),v}sanitize(c){return c=c.replace(this.symbols.literals,""),this.symbols.minusSign&&(c=c.replace("-",this.symbols.minusSign)),this.options.numberingSystem==="arab"&&(this.symbols.decimal&&(c=c.replace(",",this.symbols.decimal),c=c.replace("،",this.symbols.decimal)),this.symbols.group&&(c=Fv(c,".",this.symbols.group))),this.options.locale==="fr-FR"&&(c=Fv(c,"."," ")),c}isValidPartialNumber(c,s=-1/0,v=1/0){return c=this.sanitize(c),this.symbols.minusSign&&c.startsWith(this.symbols.minusSign)&&s<0?c=c.slice(this.symbols.minusSign.length):this.symbols.plusSign&&c.startsWith(this.symbols.plusSign)&&v>0&&(c=c.slice(this.symbols.plusSign.length)),this.symbols.group&&c.startsWith(this.symbols.group)||this.symbols.decimal&&c.indexOf(this.symbols.decimal)>-1&&this.options.maximumFractionDigits===0?!1:(this.symbols.group&&(c=Fv(c,this.symbols.group,"")),c=c.replace(this.symbols.numeral,""),this.symbols.decimal&&(c=c.replace(this.symbols.decimal,"")),c.length===0)}constructor(c,s={}){this.locale=c,this.formatter=new Intl.NumberFormat(c,s),this.options=this.formatter.resolvedOptions(),this.symbols=Q2(c,this.formatter,this.options,s);var v,g;this.options.style==="percent"&&(((v=this.options.minimumFractionDigits)!==null&&v!==void 0?v:0)>18||((g=this.options.maximumFractionDigits)!==null&&g!==void 0?g:0)>18)&&console.warn("NumberParser cannot handle percentages with greater than 18 decimal places, please reduce the number in your options.")}}const JS=new Set(["decimal","fraction","integer","minusSign","plusSign","group"]),W2=[0,4,2,1,11,20,3,7,100,21,.1,1.1];function Q2(l,c,s,v){var g,S,y,E;let T=new Intl.NumberFormat(l,{...s,minimumSignificantDigits:1,maximumSignificantDigits:21}),R=T.formatToParts(-10000.111),j=T.formatToParts(10000.111),D=W2.map(Se=>T.formatToParts(Se));var N;let M=(N=(g=R.find(Se=>Se.type==="minusSign"))===null||g===void 0?void 0:g.value)!==null&&N!==void 0?N:"-",te=(S=j.find(Se=>Se.type==="plusSign"))===null||S===void 0?void 0:S.value;!te&&((v==null?void 0:v.signDisplay)==="exceptZero"||(v==null?void 0:v.signDisplay)==="always")&&(te="+");let U=(y=new Intl.NumberFormat(l,{...s,minimumFractionDigits:2,maximumFractionDigits:2}).formatToParts(.001).find(Se=>Se.type==="decimal"))===null||y===void 0?void 0:y.value,me=(E=R.find(Se=>Se.type==="group"))===null||E===void 0?void 0:E.value,_e=R.filter(Se=>!JS.has(Se.type)).map(Se=>ZS(Se.value)),ne=D.flatMap(Se=>Se.filter(ee=>!JS.has(ee.type)).map(ee=>ZS(ee.value))),ce=[...new Set([..._e,...ne])].sort((Se,ee)=>ee.length-Se.length),H=ce.length===0?new RegExp("[\\p{White_Space}]","gu"):new RegExp(`${ce.join("|")}|[\\p{White_Space}]`,"gu"),ze=[...new Intl.NumberFormat(s.locale,{useGrouping:!1}).format(9876543210)].reverse(),$e=new Map(ze.map((Se,ee)=>[Se,ee])),P=new RegExp(`[${ze.join("")}]`,"g");return{minusSign:M,plusSign:te,decimal:U,group:me,literals:H,numeral:P,index:Se=>String($e.get(Se))}}function Fv(l,c,s){return l.replaceAll?l.replaceAll(c,s):l.split(c).join(s)}function ZS(l){return l.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}const K2=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),X2=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function J2(l){if(Intl.Locale){let s=new Intl.Locale(l).maximize(),v=typeof s.getTextInfo=="function"?s.getTextInfo():s.textInfo;if(v)return v.direction==="rtl";if(s.script)return K2.has(s.script)}let c=l.split("-")[0];return X2.has(c)}const Z2=Symbol.for("react-aria.i18n.locale");function GS(){let l=typeof window<"u"&&window[Z2]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([l])}catch{l="en-US"}return{locale:l,direction:J2(l)?"rtl":"ltr"}}let Lg=GS(),Qf=new Set;function qS(){Lg=GS();for(let l of Qf)l(Lg)}function G2(){let l=cg(),[c,s]=L.useState(Lg);return L.useEffect(()=>(Qf.size===0&&window.addEventListener("languagechange",qS),Qf.add(s),()=>{Qf.delete(s),Qf.size===0&&window.removeEventListener("languagechange",qS)}),[]),l?{locale:"en-US",direction:"ltr"}:c}const q2=L.createContext(null);function Mg(){let l=G2();return L.useContext(q2)||l}const ex=new WeakMap;function eD(l){let c=ex.get(l);return c||(c=new Pv(l),ex.set(l,c)),c}function tD(l,c){return c&&Pv.getGlobalDictionaryForPackage(c)||eD(l)}function tx(l,c){let{locale:s}=Mg(),v=tD(l,c);return L.useMemo(()=>new H2(s,v),[s,v])}function nx(l={}){let{locale:c}=Mg();return L.useMemo(()=>new zv(c,l),[c,l])}function nD(l,c){let{elementType:s="button",isDisabled:v,onPress:g,onPressStart:S,onPressEnd:y,onPressUp:E,onPressChange:T,preventFocusOnPress:R,allowFocusWhenDisabled:j,onClick:D,href:N,target:M,rel:te,type:Y="button"}=l,U;s==="button"?U={type:Y,disabled:v}:U={role:"button",tabIndex:v?void 0:0,href:s==="a"&&v?void 0:N,target:s==="a"?M:void 0,type:s==="input"?Y:void 0,disabled:s==="input"?v:void 0,"aria-disabled":!v||s==="input"?void 0:v,rel:s==="a"?te:void 0};let{pressProps:me,isPressed:_e}=NS({onPressStart:S,onPressEnd:y,onPressChange:T,onPress:g,onPressUp:E,isDisabled:v,preventFocusOnPress:R,ref:c}),{focusableProps:ne}=Rg(l,c);j&&(ne.tabIndex=v?-1:ne.tabIndex);let ce=vn(ne,me,ku(l,{labelable:!0}));return{isPressed:_e,buttonProps:vn(U,ce,{"aria-haspopup":l["aria-haspopup"],"aria-expanded":l["aria-expanded"],"aria-controls":l["aria-controls"],"aria-pressed":l["aria-pressed"],onClick:H=>{D&&(D(H),console.warn("onClick is deprecated, please use onPress"))}})}}const rx=7e3;let Kf=null;function rD(l,c="assertive",s=rx){Kf||(Kf=new aD),Kf.announce(l,c,s)}function iD(l){Kf&&Kf.clear(l)}class aD{createLog(c){let s=document.createElement("div");return s.setAttribute("role","log"),s.setAttribute("aria-live",c),s.setAttribute("aria-relevant","additions"),s}destroy(){this.node&&(document.body.removeChild(this.node),this.node=null)}announce(c,s="assertive",v=rx){if(!this.node)return;let g=document.createElement("div");g.textContent=c,s==="assertive"?this.assertiveLog.appendChild(g):this.politeLog.appendChild(g),c!==""&&setTimeout(()=>{g.remove()},v)}clear(c){this.node&&((!c||c==="assertive")&&(this.assertiveLog.innerHTML=""),(!c||c==="polite")&&(this.politeLog.innerHTML=""))}constructor(){this.node=document.createElement("div"),this.node.dataset.liveAnnouncer="true",Object.assign(this.node.style,{border:0,clip:"rect(0 0 0 0)",clipPath:"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"}),this.assertiveLog=this.createLog("assertive"),this.node.appendChild(this.assertiveLog),this.politeLog=this.createLog("polite"),this.node.appendChild(this.politeLog),document.body.prepend(this.node)}}function oD(l,c,s){let{validationBehavior:v,focus:g}=l;cl(()=>{if(v==="native"&&(s!=null&&s.current)){let T=c.realtimeValidation.isInvalid?c.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";s.current.setCustomValidity(T),s.current.hasAttribute("title")||(s.current.title=""),c.realtimeValidation.isInvalid||c.updateValidation(uD(s.current))}});let S=wr(()=>{c.resetValidation()}),y=wr(T=>{var R;c.displayValidation.isInvalid||c.commitValidation();let j=s==null||(R=s.current)===null||R===void 0?void 0:R.form;if(!T.defaultPrevented&&s&&j&&sD(j)===s.current){var D;g?g():(D=s.current)===null||D===void 0||D.focus(),C2("keyboard")}T.preventDefault()}),E=wr(()=>{c.commitValidation()});L.useEffect(()=>{let T=s==null?void 0:s.current;if(!T)return;let R=T.form;return T.addEventListener("invalid",y),T.addEventListener("change",E),R==null||R.addEventListener("reset",S),()=>{T.removeEventListener("invalid",y),T.removeEventListener("change",E),R==null||R.removeEventListener("reset",S)}},[s,y,E,S,v])}function lD(l){let c=l.validity;return{badInput:c.badInput,customError:c.customError,patternMismatch:c.patternMismatch,rangeOverflow:c.rangeOverflow,rangeUnderflow:c.rangeUnderflow,stepMismatch:c.stepMismatch,tooLong:c.tooLong,tooShort:c.tooShort,typeMismatch:c.typeMismatch,valueMissing:c.valueMissing,valid:c.valid}}function uD(l){return{isInvalid:!l.validity.valid,validationDetails:lD(l),validationErrors:l.validationMessage?[l.validationMessage]:[]}}function sD(l){for(let c=0;c<l.elements.length;c++){let s=l.elements[c];if(!s.validity.valid)return s}return null}const ix={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},ax={...ix,customError:!0,valid:!1},Xf={isInvalid:!1,validationDetails:ix,validationErrors:[]},cD=L.createContext({}),$g="__formValidationState"+Date.now();function ox(l){if(l[$g]){let{realtimeValidation:c,displayValidation:s,updateValidation:v,resetValidation:g,commitValidation:S}=l[$g];return{realtimeValidation:c,displayValidation:s,updateValidation:v,resetValidation:g,commitValidation:S}}return fD(l)}function fD(l){let{isInvalid:c,validationState:s,name:v,value:g,builtinValidation:S,validate:y,validationBehavior:E="aria"}=l;s&&(c||(c=s==="invalid"));let T=c?{isInvalid:!0,validationErrors:[],validationDetails:ax}:null,R=L.useMemo(()=>lx(dD(y,g)),[y,g]);S!=null&&S.validationDetails.valid&&(S=null);let j=L.useContext(cD),D=L.useMemo(()=>v?Array.isArray(v)?v.flatMap(Se=>Pg(j[Se])):Pg(j[v]):[],[j,v]),[N,M]=L.useState(j),[te,Y]=L.useState(!1);j!==N&&(M(j),Y(!1));let U=L.useMemo(()=>lx(te?[]:D),[te,D]),me=L.useRef(Xf),[_e,ne]=L.useState(Xf),ce=L.useRef(Xf),H=()=>{if(!ze)return;$e(!1);let Se=R||S||me.current;Ag(Se,ce.current)||(ce.current=Se,ne(Se))},[ze,$e]=L.useState(!1);return L.useEffect(H),{realtimeValidation:T||U||R||S||Xf,displayValidation:E==="native"?T||U||_e:T||U||R||S||_e,updateValidation(Se){E==="aria"&&!Ag(_e,Se)?ne(Se):me.current=Se},resetValidation(){let Se=Xf;Ag(Se,ce.current)||(ce.current=Se,ne(Se)),E==="native"&&$e(!1),Y(!0)},commitValidation(){E==="native"&&$e(!0),Y(!0)}}}function Pg(l){return l?Array.isArray(l)?l:[l]:[]}function dD(l,c){if(typeof l=="function"){let s=l(c);if(s&&typeof s!="boolean")return Pg(s)}return[]}function lx(l){return l.length?{isInvalid:!0,validationErrors:l,validationDetails:ax}:null}function Ag(l,c){return l===c?!0:l&&c&&l.isInvalid===c.isInvalid&&l.validationErrors.length===c.validationErrors.length&&l.validationErrors.every((s,v)=>s===c.validationErrors[v])&&Object.entries(l.validationDetails).every(([s,v])=>c.validationDetails[s]===v)}function pD(l){let{id:c,label:s,"aria-labelledby":v,"aria-label":g,labelElementType:S="label"}=l;c=bu(c);let y=bu(),E={};s?(v=v?`${y} ${v}`:y,E={id:y,htmlFor:S==="label"?c:void 0}):!v&&!g&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let T=a2({id:c,"aria-label":g,"aria-labelledby":v});return{labelProps:E,fieldProps:T}}function vD(l){let{description:c,errorMessage:s,isInvalid:v,validationState:g}=l,{labelProps:S,fieldProps:y}=pD(l),E=yS([!!c,!!s,v,g]),T=yS([!!c,!!s,v,g]);return y=vn(y,{"aria-describedby":[E,T,l["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:S,fieldProps:y,descriptionProps:{id:E},errorMessageProps:{id:T}}}var qr={},Uv={exports:{}},zg={};/**
1
+ (function(Nt,Ze){typeof exports=="object"&&typeof module<"u"?Ze(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],Ze):(Nt=typeof globalThis<"u"?globalThis:Nt||self,Ze(Nt.UI={},Nt.jsxRuntime,Nt.React))})(this,function(Nt,Ze,E){"use strict";var xx=document.createElement("style");xx.textContent=`:root{--ui-kit-badge-font-family: var(--ui-kit-font-family-sans);--ui-kit-badge-font-size: 12px;--ui-kit-badge-font-weight: 500;--ui-kit-badge-line-height: 17px;--ui-kit-badge-border-radius: 100px;--ui-kit-badge-padding: 1px 8px 2px 8px;--ui-kit-badge-height: 18px;--ui-kit-badge-background-color: var(--ui-kit-color-basics-white);--ui-kit-badge-sm-font-size: 11px;--ui-kit-badge-sm-padding: 0px 8px;--ui-kit-badge-sm-line-height: normal;--ui-kit-badge-sm-height: 15px;--ui-kit-badge-default-font-size: var(--ui-kit-badge-font-size);--ui-kit-badge-default-padding: var(--ui-kit-badge-padding);--ui-kit-badge-default-line-height: var(--ui-kit-badge-line-height);--ui-kit-badge-default-height: var(--ui-kit-badge-height);--ui-kit-badge-default-text-color: var(--ui-kit-color-charcoal-700);--ui-kit-badge-default-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-badge-success-text-color: var(--ui-kit-color-green-800);--ui-kit-badge-success-border-color: var(--ui-kit-color-green-500);--ui-kit-badge-warning-text-color: var(--ui-kit-color-orange-600);--ui-kit-badge-warning-border-color: var(--ui-kit-color-yellow-400);--ui-kit-badge-error-text-color: var(--ui-kit-color-red-600);--ui-kit-badge-error-border-color: var(--ui-kit-color-red-500)}.ui-kit__badge-module__base{background-color:var(--ui-kit-badge-background-color);color:var(--ui-kit-badge-default-text-color);font-family:var(--ui-kit-badge-font-family);font-size:var(--ui-kit-badge-font-size);font-weight:var(--ui-kit-badge-font-weight);line-height:var(--ui-kit-badge-default-line-height);padding:var(--ui-kit-badge-padding);border-radius:var(--ui-kit-badge-border-radius);border:1px solid var(--ui-kit-badge-default-border-color);height:var(--ui-kit-badge-default-height);display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.ui-kit__badge-module__sm{font-size:var(--ui-kit-badge-sm-font-size);padding:var(--ui-kit-badge-sm-padding);line-height:var(--ui-kit-badge-sm-line-height);height:var(--ui-kit-badge-sm-height)}.ui-kit__badge-module__default{background-color:var(--ui-kit-color-basics-white);color:var(--ui-kit-badge-default-text-color);border-color:var(--ui-kit-badge-default-border-color)}.ui-kit__badge-module__success{color:var(--ui-kit-badge-success-text-color);border-color:var(--ui-kit-badge-success-border-color)}.ui-kit__badge-module__warning{color:var(--ui-kit-badge-warning-text-color);border-color:var(--ui-kit-badge-warning-border-color)}.ui-kit__badge-module__error{color:var(--ui-kit-badge-error-text-color);border-color:var(--ui-kit-badge-error-border-color)}:root{--ui-kit-focus-ring-border-radius: 3px;--ui-kit-focus-ring-inner-color: var(--ui-kit-color-cobalt-600);--ui-kit-focus-ring-outer-color: var(--ui-kit-color-cobalt-200);--ui-kit-focus-ring-offset: -2px;--ui-kit-focus-ring-radius: calc(var(--ui-kit-focus-ring-border-radius) + 1px);--ui-kit-focus-ring-transition: opacity ease .2s;--ui-kit-focus-ring-z-index: 3}.ui-kit__useFocusRing-module__base{position:relative;outline:none}.ui-kit__useFocusRing-module__base:before{box-shadow:0 0 0 1px var(--ui-kit-focus-ring-inner-color),0 0 0 3px var(--ui-kit-focus-ring-outer-color);background:transparent;border-radius:var(--ui-kit-focus-ring-radius);content:"";inset:var(--ui-kit-focus-ring-offset);opacity:0;pointer-events:none;position:absolute;z-index:var(--ui-kit-focus-ring-z-index)}.ui-kit__useFocusRing-module__base[data-focused=true]:before{opacity:1;transition:var(--ui-kit-focus-ring-transition)}.ui-kit__useFocusRing-module__base[data-focused=true]:not([data-focus-visible]):before{opacity:0}:root{--ui-kit-button-background-color: white;--ui-kit-button-background-color-hover: var(--ui-kit-color-charcoal-100);--ui-kit-button-background-color-pressed: var(--ui-kit-color-charcoal-200);--ui-kit-button-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-border-style: solid;--ui-kit-button-border-radius: 3px;--ui-kit-button-border-width: 1px;--ui-kit-button-focus-ring-inner-color: var(--ui-kit-color-cobalt-600);--ui-kit-button-focus-ring-outer-color: var(--ui-kit-color-cobalt-200);--ui-kit-button-focus-ring-offset: -2px;--ui-kit-button-focus-ring-radius: calc(var(--ui-kit-button-border-radius) + 1px);--ui-kit-button-font-family: var(--ui-kit-font-family-sans);--ui-kit-button-font-size: var(--ui-kit-font-size-lg);--ui-kit-button-font-weight: var(--ui-kit-font-weight-medium);--ui-kit-button-height: 40px;--ui-kit-button-min-width: 90px;--ui-kit-button-padding: 0 30px;--ui-kit-button-text-color: var(--ui-kit-color-text-dark);--ui-kit-button-width: auto;--ui-kit-button-hovered-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-hovered-text-color: var(--ui-kit-color-text-dark);--ui-kit-button-pressed-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-pressed-text-color: var(--ui-kit-color-text-dark);--ui-kit-button-disabled-text-color: var(--ui-kit-color-text-disabled);--ui-kit-button-primary-background-color: var(--ui-kit-color-cobalt-600);--ui-kit-button-primary-border-color: transparent;--ui-kit-button-primary-text-color: var(--ui-kit-color-basics-white);--ui-kit-button-primary-hovered-background-color: var(--ui-kit-color-cobalt-700);--ui-kit-button-primary-pressed-background-color: var(--ui-kit-color-cobalt-800);--ui-kit-button-primary-disabled-background-color: var(--ui-kit-color-action-disabled);--ui-kit-button-primary-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-button-primary-disabled-text-color: var(--ui-kit-color-basics-white);--ui-kit-button-secondary-background-color: var(--ui-kit-color-basics-white);--ui-kit-button-secondary-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-secondary-text-color: var(--ui-kit-color-text-dark);--ui-kit-button-secondary-hovered-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-button-secondary-pressed-background-color: var(--ui-kit-color-charcoal-200);--ui-kit-button-secondary-disabled-background-color: var(--ui-kit-color-basics-white);--ui-kit-button-secondary-disabled-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-button-secondary-disabled-text-color: var(--ui-kit-color-text-disabled);--ui-kit-button-critical-background-color: var(--ui-kit-color-error-background-dark);--ui-kit-button-critical-border-color: transparent;--ui-kit-button-critical-text-color: var(--ui-kit-color-basics-white);--ui-kit-button-critical-hovered-background-color: var(--ui-kit-color-red-700);--ui-kit-button-critical-pressed-background-color: var(--ui-kit-color-red-800);--ui-kit-button-critical-disabled-background-color: var(--ui-kit-color-action-disabled);--ui-kit-button-critical-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-button-critical-disabled-text-color: white;--ui-kit-button-tertiary-background-color: transparent;--ui-kit-button-tertiary-border-color: transparent;--ui-kit-button-tertiary-font-weight: 400;--ui-kit-button-tertiary-text-color: var(--ui-kit-color-cobalt-600);--ui-kit-button-tertiary-hovered-background-color: transparent;--ui-kit-button-tertiary-hovered-border-color: transparent;--ui-kit-button-tertiary-hovered-text-color: var(--ui-kit-color-cobalt-700);--ui-kit-button-tertiary-pressed-background-color: transparent;--ui-kit-button-tertiary-pressed-border-color: transparent;--ui-kit-button-tertiary-pressed-text-color: var(--ui-kit-color-cobalt-800);--ui-kit-button-tertiary-disabled-text-color: var(--ui-kit-color-action-disabled)}.ui-kit__button-module__base{background:var(--ui-kit-button-background-color);border:1px solid var(--ui-kit-button-border-color);color:var(--ui-kit-button-text-color);font-family:var(--ui-kit-button-font-family);font-size:var(--ui-kit-button-font-size);font-weight:var(--ui-kit-button-font-weight);height:var(--ui-kit-button-height);padding:var(--ui-kit-button-padding);align-items:center;border-radius:var(--ui-kit-button-border-radius);box-sizing:border-box;cursor:pointer;display:inline-flex;justify-content:center;line-height:1;outline:none;position:relative;width:var(--ui-kit-button-width)}.ui-kit__button-module__base[data-hovered]{background-color:var(--ui-kit-button-hovered-background-color);border-color:var(--ui-kit-button-hovered-border-color);color:var(--ui-kit-button-hovered-text-color)}.ui-kit__button-module__base[data-pressed]{background-color:var(--ui-kit-button-pressed-background-color);border-color:var(--ui-kit-button-pressed-border-color);color:var(--ui-kit-button-pressed-text-color)}.ui-kit__button-module__base[data-disabled]{pointer-events:none;-webkit-user-select:none;user-select:none}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__primary{--ui-kit-button-background-color: var(--ui-kit-button-primary-disabled-background-color);--ui-kit-button-border-color: var(--ui-kit-button-primary-disabled-border-color);--ui-kit-button-text-color: var(--ui-kit-button-primary-disabled-text-color)}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__secondary{--ui-kit-button-background-color: var(--ui-kit-button-secondary-disabled-background-color);--ui-kit-button-border-color: var(--ui-kit-button-secondary-disabled-border-color);--ui-kit-button-text-color: var(--ui-kit-button-secondary-disabled-text-color)}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__critical{--ui-kit-button-background-color: var(--ui-kit-button-critical-disabled-background-color);--ui-kit-button-border-color: var(--ui-kit-button-critical-disabled-border-color);--ui-kit-button-text-color: var(--ui-kit-button-critical-disabled-text-color)}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__secondary{--ui-kit-button-text-color: var(--ui-kit-button-disabled-text-color)}.ui-kit__button-module__base[data-disabled].ui-kit__button-module__tertiary{--ui-kit-button-text-color: var(--ui-kit-button-tertiary-disabled-text-color)}.ui-kit__button-module__primary{--ui-kit-button-background-color: var(--ui-kit-button-primary-background-color);--ui-kit-button-border-color: var(--ui-kit-button-primary-border-color);--ui-kit-button-text-color: var(--ui-kit-button-primary-text-color);--ui-kit-button-hovered-background-color: var(--ui-kit-button-primary-hovered-background-color);--ui-kit-button-hovered-border-color: var(--ui-kit-button-primary-border-color);--ui-kit-button-hovered-text-color: var(--ui-kit-button-primary-disabled-text-color);--ui-kit-button-pressed-background-color: var(--ui-kit-button-primary-pressed-background-color);--ui-kit-button-pressed-border-color: var(--ui-kit-button-primary-border-color);--ui-kit-button-pressed-text-color: var(--ui-kit-button-primary-disabled-text-color)}.ui-kit__button-module__secondary{--ui-kit-button-background-color: var(--ui-kit-button-secondary-background-color);--ui-kit-button-border-color: var(--ui-kit-button-secondary-border-color);--ui-kit-button-text-color: var(--ui-kit-button-secondary-text-color);--ui-kit-button-hovered-background-color: var(--ui-kit-button-secondary-hovered-background-color);--ui-kit-button-hovered-border-color: var(--ui-kit-button-secondary-border-color);--ui-kit-button-hovered-text-color: var(--ui-kit-button-secondary-text-color);--ui-kit-button-pressed-background-color: var(--ui-kit-button-secondary-pressed-background-color);--ui-kit-button-pressed-border-color: var(--ui-kit-button-secondary-border-color);--ui-kit-button-pressed-text-color: var(--ui-kit-button-secondary-text-color)}.ui-kit__button-module__critical{--ui-kit-button-background-color: var(--ui-kit-button-critical-background-color);--ui-kit-button-border-color: var(--ui-kit-button-critical-border-color);--ui-kit-button-text-color: var(--ui-kit-button-critical-text-color);--ui-kit-button-hovered-background-color: var(--ui-kit-button-critical-hovered-background-color);--ui-kit-button-hovered-border-color: var(--ui-kit-button-critical-border-color);--ui-kit-button-hovered-text-color: var(--ui-kit-button-critical-disabled-text-color);--ui-kit-button-pressed-background-color: var(--ui-kit-button-critical-pressed-background-color);--ui-kit-button-pressed-border-color: var(--ui-kit-button-critical-border-color);--ui-kit-button-pressed-text-color: var(--ui-kit-button-critical-disabled-text-color)}.ui-kit__button-module__tertiary{--ui-kit-button-background-color: var(--ui-kit-button-tertiary-background-color);--ui-kit-button-border-color: var(--ui-kit-button-tertiary-border-color);--ui-kit-button-font-weight: var(--ui-kit-button-tertiary-font-weight);--ui-kit-button-text-color: var(--ui-kit-button-tertiary-text-color);--ui-kit-button-hovered-background-color: var(--ui-kit-button-tertiary-hovered-background-color);--ui-kit-button-hovered-border-color: var(--ui-kit-button-tertiary-hovered-border-color);--ui-kit-button-hovered-text-color: var(--ui-kit-button-tertiary-hovered-text-color);--ui-kit-button-pressed-background-color: var(--ui-kit-button-tertiary-pressed-background-color);--ui-kit-button-pressed-border-color: var(--ui-kit-button-tertiary-pressed-border-color);--ui-kit-button-pressed-text-color: var(--ui-kit-button-tertiary-pressed-text-color)}:root{--button-group-spacing: 4px}.ui-kit__button-group-module__base{display:flex;gap:var(--button-group-spacing)}.ui-kit__button-group-module__base>*{flex-basis:100%}.ui-kit__button-group-module__base>*.ui-kit__button-group-module__fit{flex-basis:unset}.ui-kit__divider-module__base{border-top:var(--ui-kit-divider-width) solid var(--ui-kit-divider-color);margin:var(--ui-kit-divider-margin-y) var(--ui-kit-divider-margin-x)}:root{--ui-kit-icon-aspect-ratio: 1;--ui-kit-icon-xxs-width: 12px;--ui-kit-icon-xs-width: 16px;--ui-kit-icon-sm-width: 20px;--ui-kit-icon-md-width: 24px;--ui-kit-icon-lg-width: 32px}.ui-kit__icon-module__base{aspect-ratio:var(--ui-kit-icon-aspect-ratio);width:var(--ui-kit-icon-md-width);color:currentColor;display:inline-block;position:relative}.ui-kit__icon-module__base>span,.ui-kit__icon-module__base svg{width:100%;height:100%;display:block}.ui-kit__icon-module__xs{width:var(--ui-kit-icon-xs-width)}.ui-kit__icon-module__sm{width:var(--ui-kit-icon-sm-width)}.ui-kit__icon-module__md{width:var(--ui-kit-icon-md-width)}.ui-kit__icon-module__lg{width:var(--ui-kit-icon-lg-width)}:root{--ui-kit-input-background-color: var(--ui-kit-color-basics-white);--ui-kit-input-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-input-border-radius: 3px;--ui-kit-input-border-style: solid;--ui-kit-input-border-width: 1px;--ui-kit-input-focus-ring-offset: 1px;--ui-kit-input-font-family: var(--ui-kit-font-body-md-family);--ui-kit-input-font-size: var(--ui-kit-font-body-md-size);--ui-kit-input-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-input-line-height: 18px;--ui-kit-input-padding-x: 16px;--ui-kit-input-padding-y: 9px;--ui-kit-input-text-color: var(--ui-kit-color-text-default);--ui-kit-input-preview-padding-left: 19px;--ui-kit-input-preview-padding-right: 4px;--ui-kit-input-preview-padding-y: 0px;--ui-kit-input-disabled-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-input-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-input-error-border-color: var(--ui-kit-color-error-border);--ui-kit-input-error-focus-ring-inner-color: var(--ui-kit-color-error-border);--ui-kit-input-error-focus-ring-outer-color: var( --ui-kit-color-error-background-light );--ui-kit-input-error-text-color: var(--ui-kit-color-error-text);--ui-kit-input-success-border-color: var(--ui-kit-color-success-border);--ui-kit-input-success-focus-ring-inner-color: var( --ui-kit-color-success-border );--ui-kit-input-success-focus-ring-outer-color: var( --ui-kit-color-success-background-light );--ui-kit-input-success-text-color: var(--ui-kit-color-success-text);--ui-kit-input-warning-border-color: var(--ui-kit-color-warning-border);--ui-kit-input-warning-focus-ring-inner-color: var( --ui-kit-color-warning-border );--ui-kit-input-warning-focus-ring-outer-color: var( --ui-kit-color-warning-background-light );--ui-kit-input-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__input-module__base{--ui-kit-focus-ring-offset: var(--ui-kit-input-focus-ring-offset)}.ui-kit__input-module__base:before{border-radius:calc(var(--ui-kit-focus-ring-border-radius) - 1px)}.ui-kit__input-module__base.ui-kit__input-module__error{--ui-kit-focus-ring-inner-color: var( --ui-kit-input-error-focus-ring-inner-color );--ui-kit-focus-ring-outer-color: var( --ui-kit-input-error-focus-ring-outer-color )}.ui-kit__input-module__base.ui-kit__input-module__success{--ui-kit-focus-ring-inner-color: var( --ui-kit-input-success-focus-ring-inner-color );--ui-kit-focus-ring-outer-color: var( --ui-kit-input-success-focus-ring-outer-color )}.ui-kit__input-module__base.ui-kit__input-module__warning{--ui-kit-focus-ring-inner-color: var( --ui-kit-input-warning-focus-ring-inner-color );--ui-kit-focus-ring-outer-color: var( --ui-kit-input-warning-focus-ring-outer-color )}.ui-kit__input-module__group{align-items:center;background-color:var(--ui-kit-input-background-color);border-color:var(--ui-kit-input-border-color);border-radius:var(--ui-kit-input-border-radius);border-style:var(--ui-kit-input-border-style);border-width:var(--ui-kit-input-border-width);display:flex;width:100%}.ui-kit__input-module__group.ui-kit__input-module__disabled{--ui-kit-input-border-color: var(--ui-kit-input-disabled-border-color)}.ui-kit__input-module__group.ui-kit__input-module__error:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-error-border-color)}.ui-kit__input-module__group.ui-kit__input-module__success:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-success-border-color)}.ui-kit__input-module__group.ui-kit__input-module__warning:not(.ui-kit__input-module__disabled){--ui-kit-input-border-color: var(--ui-kit-input-warning-border-color)}.ui-kit__input-module__prefix{align-items:center;justify-content:center;display:flex;min-width:12px;padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-padding-x);width:auto}.ui-kit__input-module__input{background-color:var(--ui-kit-input-background-color);border-radius:var(--ui-kit-input-border-radius);color:var(--ui-kit-input-text-color);font-family:var(--ui-kit-input-font-family);font-size:var(--ui-kit-input-font-size);font-weight:var(--ui-kit-input-font-weight);line-height:var(--ui-kit-input-line-height);padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-padding-x);width:100%;border:none;outline:none}.ui-kit__input-module__input[data-disabled=true]{--ui-kit-input-background-color: var( --ui-kit-input-disabled-background-color );-webkit-user-select:none;user-select:none}.ui-kit__input-module__input.ui-kit__input-module__left{text-align:left}.ui-kit__input-module__input.ui-kit__input-module__right{text-align:right}.ui-kit__input-module__input.ui-kit__input-module__error:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-error-text-color)}.ui-kit__input-module__input.ui-kit__input-module__error:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-error-text-color)}.ui-kit__input-module__input.ui-kit__input-module__success:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-success-text-color)}.ui-kit__input-module__input.ui-kit__input-module__success:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-success-text-color)}.ui-kit__input-module__input.ui-kit__input-module__warning:not([data-disabled=true]){--ui-kit-input-text-color: var(--ui-kit-input-warning-text-color)}.ui-kit__input-module__input.ui-kit__input-module__warning:not([data-disabled=true])::placeholder{color:var(--ui-kit-input-warning-text-color)}.ui-kit__input-module__prefix+input{padding-left:0}.ui-kit__input-module__prefix{align-items:center;justify-content:center;display:flex;padding:var(--ui-kit-input-padding-y) var(--ui-kit-input-preview-padding-right) var(--ui-kit-input-padding-y) var(--ui-kit-input-preview-padding-left);width:auto}:root{--ui-kit-text-color: var(--ui-kit-text-body-md-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-font-weight);--ui-kit-text-headline-color: var(--ui-kit-color-text-headline);--ui-kit-text-dark-color: var(--ui-kit-color-text-dark);--ui-kit-text-default-color: var(--ui-kit-color-text-default);--ui-kit-text-light-color: var(--ui-kit-color-text-light);--ui-kit-text-disabled-color: var(--ui-kit-color-text-disabled);--ui-kit-text-info-color: var(--ui-kit-color-info-text);--ui-kit-text-success-color: var(--ui-kit-color-success-text);--ui-kit-text-warning-color: var(--ui-kit-color-warning-text);--ui-kit-text-critical-color: var(--ui-kit-color-error-text);--ui-kit-text-error-color: var(--ui-kit-color-error-text);--ui-kit-text-heading-lg-color: var(--ui-kit-text-headline-color);--ui-kit-text-heading-lg-font-family: var(--ui-kit-font-heading-lg-family);--ui-kit-text-heading-lg-font-size: var(--ui-kit-font-heading-lg-size);--ui-kit-text-heading-lg-font-weight: var(--ui-kit-font-heading-lg-weight);--ui-kit-text-heading-md-color: var(--ui-kit-text-dark-color);--ui-kit-text-heading-md-font-family: var(--ui-kit-font-heading-md-family);--ui-kit-text-heading-md-font-size: var(--ui-kit-font-heading-md-size);--ui-kit-text-heading-md-font-weight: var(--ui-kit-font-heading-md-weight);--ui-kit-text-heading-sm-color: var(--ui-kit-text-default-color);--ui-kit-text-heading-sm-font-family: var(--ui-kit-font-heading-sm-family);--ui-kit-text-heading-sm-font-size: var(--ui-kit-font-heading-sm-size);--ui-kit-text-heading-sm-font-weight: var(--ui-kit-font-heading-sm-weight);--ui-kit-text-body-md-strong-color: var(--ui-kit-text-default-color);--ui-kit-text-body-md-strong-font-family: var( --ui-kit-font-body-md-strong-family );--ui-kit-text-body-md-strong-font-size: var( --ui-kit-font-body-md-strong-size );--ui-kit-text-body-md-strong-font-weight: var( --ui-kit-font-body-md-strong-weight );--ui-kit-text-body-md-color: var(--ui-kit-text-default-color);--ui-kit-text-body-md-font-family: var(--ui-kit-font-body-md-family);--ui-kit-text-body-md-font-size: var(--ui-kit-font-body-md-size);--ui-kit-text-body-md-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-text-body-sm-color: var(--ui-kit-text-light-color);--ui-kit-text-body-sm-font-family: var(--ui-kit-font-body-sm-family);--ui-kit-text-body-sm-font-size: var(--ui-kit-font-body-sm-size);--ui-kit-text-body-sm-font-weight: var(--ui-kit-font-body-sm-weight)}.ui-kit__text-module__base{color:var(--ui-kit-text-color);font-family:var(--ui-kit-text-font-family);font-size:var(--ui-kit-text-font-size);font-weight:var(--ui-kit-text-font-weight)}.ui-kit__text-module__visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.ui-kit__text-module__heading-lg{--ui-kit-text-color: var(--ui-kit-text-heading-lg-color);--ui-kit-text-font-family: var(--ui-kit-text-heading-lg-font-family);--ui-kit-text-font-size: var(--ui-kit-text-heading-lg-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-heading-lg-font-weight)}.ui-kit__text-module__heading-md{--ui-kit-text-color: var(--ui-kit-text-heading-md-color);--ui-kit-text-font-family: var(--ui-kit-text-heading-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-heading-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-heading-md-font-weight)}.ui-kit__text-module__body-md-strong{--ui-kit-text-color: var(--ui-kit-text-body-md-strong-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-strong-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-strong-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-strong-font-weight)}.ui-kit__text-module__body-md{--ui-kit-text-color: var(--ui-kit-text-body-md-color);--ui-kit-text-font-family: var(--ui-kit-text-body-md-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-md-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-md-font-weight)}.ui-kit__text-module__body-sm{--ui-kit-text-color: var(--ui-kit-text-body-sm-color);--ui-kit-text-font-family: var(--ui-kit-text-body-sm-font-family);--ui-kit-text-font-size: var(--ui-kit-text-body-sm-font-size);--ui-kit-text-font-weight: var(--ui-kit-text-body-sm-font-weight)}.ui-kit__text-module__default{--ui-kit-text-color: var(--ui-kit-text-default-color)}.ui-kit__text-module__headline{--ui-kit-text-color: var(--ui-kit-text-headline-color)}.ui-kit__text-module__dark{--ui-kit-text-color: var(--ui-kit-text-dark-color)}.ui-kit__text-module__light{--ui-kit-text-color: var(--ui-kit-text-light-color)}.ui-kit__text-module__disabled{--ui-kit-text-color: var(--ui-kit-text-disabled-color)}.ui-kit__text-module__info{--ui-kit-text-color: var(--ui-kit-text-info-color)}.ui-kit__text-module__success{--ui-kit-text-color: var(--ui-kit-text-success-color)}.ui-kit__text-module__warning{--ui-kit-text-color: var(--ui-kit-text-warning-color)}.ui-kit__text-module__critical{--ui-kit-text-color: var(--ui-kit-text-critical-color)}.ui-kit__text-module__error{--ui-kit-text-color: var(--ui-kit-text-error-color)}:root{--ui-kit-label-color: var(--ui-kit-color-text-default);--ui-kit-label-font-family: var(--ui-kit-font-family-sans);--ui-kit-label-font-size: var(--ui-kit-font-body-md-size);--ui-kit-label-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-label-line-height: 19px}.ui-kit__label-module__base{color:var(--ui-kit-label-color);font-size:var(--ui-kit-label-font-size);font-weight:var(--ui-kit-label-font-weight);line-height:var(--ui-kit-label-line-height)}.ui-kit__label-module__label-group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-shrink:0}:root{--ui-kit-link-font-family: var(--ui-kit-font-body-md-family);--ui-kit-link-font-size: var(--ui-kit-font-body-md-size);--ui-kit-link-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-link-border-radius: 3px;--ui-kit-link-color: var(--ui-kit-color-action-default);--ui-kit-link-hover-text-color: var(--ui-kit-color-action-hovered);--ui-kit-link-pressed-text-color: var(--ui-kit-color-action-pressed);--ui-kit-link-disabled-text-color: var(--ui-kit-color-action-disabled)}.ui-kit__link-module__base{color:var(--ui-kit-link-color);cursor:pointer;font-family:var(--ui-kit-link-font-family);font-size:var(--ui-kit-link-font-size);font-weight:var(--ui-kit-link-font-weight);text-decoration:none;display:inline-flex;outline:none;position:relative}.ui-kit__link-module__base[data-hovered]:not([data-disabled]){color:var(--ui-kit-link-hover-text-color);text-decoration:underline}.ui-kit__link-module__base[data-pressed]:not([data-disabled]){color:var(--ui-kit-link-pressed-text-color)}.ui-kit__link-module__base[data-disabled]{cursor:default;--ui-kit-link-color: var(--ui-kit-link-disabled-text-color)}:root{--ui-kit-list-margin: 0;--ui-kit-list-text-color: var(--ui-kit-color-text-default);--ui-kit-list-font-family: var(--ui-kit-font-body-md-family);--ui-kit-list-font-size: var(--ui-kit-font-body-md-size);--ui-kit-list-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-list-numbered-style-type: decimal;--ui-kit-list-numbered-padding: 0 0 0 16px;--ui-kit-list-bullet-style-type: disc;--ui-kit-list-bullet-padding: 0 0 0 16px}.ui-kit__list-module__base{display:block;list-style:none;margin:var(--ui-kit-list-margin);color:var(--ui-kit-list-text-color);font-family:var(--ui-kit-list-font-family);font-size:var(--ui-kit-list-font-size);font-weight:var(--ui-kit-list-font-weight);padding-left:0}.ui-kit__list-module__bullet{list-style-type:var(--ui-kit-list-bullet-style-type);padding:var(--ui-kit-list-bullet-padding)}.ui-kit__list-module__numbered{list-style-type:var(--ui-kit-list-numbered-style-type);padding:var(--ui-kit-list-numbered-padding)}.ui-kit__list-module__item{margin:0}.ui-kit__menu-module__menu{background:gray}:root{--ui-kit-menu-background-color: var(--ui-kit-color-basics-white);--ui-kit-menu-border-color: var(--ui-kit-color-charcoal-400);--ui-kit-menu-border-radius: 4px;--ui-kit-menu-box-shadow: 0px 1px 7px 0px #00000014;--ui-kit-menu-max-height: 165px;--ui-kit-menu-padding: 5px;--ui-kit-menu-width: 180px;--ui-kit-menu-item-background-color: var(--ui-kit-color-basics-white);--ui-kit-menu-item-font-family: var(--ui-kit-font-body-md-family);--ui-kit-menu-item-font-size: var(--ui-kit-font-body-md-size);--ui-kit-menu-item-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-menu-item-line-height: 19px;--ui-kit-menu-item-text-color: var(--ui-kit-color-text-dark);--ui-kit-menu-item-padding: 8px 15px 9px 15px;--ui-kit-menu-item-disabled-text-color: var(--ui-kit-color-text-disabled);--ui-kit-menu-item-hovered-background-color: var(--ui-kit-color-charcoal-100)}.ui-kit__menu-module__menu{background:var(--ui-kit-menu-background-color);border:1px solid var(--ui-kit-menu-border-color);border-radius:var(--ui-kit-menu-border-radius);box-shadow:var(--ui-kit-menu-box-shadow);max-height:var(--ui-kit-menu-max-height);padding:var(--ui-kit-menu-padding);width:var(--ui-kit-menu-width);overflow-x:hidden;overflow-y:auto}.ui-kit__menu-module__menu:focus{outline:none}.ui-kit__menu-module__menuItem{background:var(--ui-kit-menu-item-background-color);color:var(--ui-kit-menu-item-text-color);font-family:var(--ui-kit-menu-item-font-family);font-size:var(--ui-kit-menu-item-font-size);font-weight:var(--ui-kit-menu-item-font-weight);line-height:var(--ui-kit-menu-item-line-height);padding:var(--ui-kit-menu-item-padding)}.ui-kit__menu-module__menuItem[data-disabled]{color:var(--ui-kit-menu-item-disabled-text-color);cursor:not-allowed;pointer-events:none}.ui-kit__menu-module__menuItem[data-hovered]:not([data-disabled]),.ui-kit__menu-module__menuItem[data-focused]:not([data-disabled]){background:var(--ui-kit-menu-item-hovered-background-color);outline:none}:root{--ui-kit-number-field-background-color: white;--ui-kit-number-field-text-color: var(--ui-kit-color-text-default);--ui-kit-number-field-font-family: var(--ui-kit-font-body-md-family);--ui-kit-number-field-font-size: var(--ui-kit-font-body-md-size);--ui-kit-number-field-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-number-field-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-number-field-border-size: 1px;--ui-kit-number-field-border-style: solid;--ui-kit-number-field-border-radius: 2px;--ui-kit-number-field-button-text-color: var(--ui-kit-color-charcoal-700);--ui-kit-number-field-button-background-color: white;--ui-kit-number-field-button-background-color-hovered: var(--ui-kit-color-charcoal-200);--ui-kit-number-field-button-background-color-pressed: var(--ui-kit-color-charcoal-300);--ui-kit-number-field-button-text-color-disabled: var(--ui-kit-color-action-disabled);--ui-kit-number-field-button-background-color-disabled: white}.ui-kit__number-field-module__base{--ui-kit-focus-ring-radius: 2px}.ui-kit__number-field-module__group{display:grid;grid-template-columns:1fr 25px;height:38px;grid-template-rows:1fr 1fr;border:var(--ui-kit-number-field-border-size) var(--ui-kit-number-field-border-style) var(--ui-kit-number-field-border-color);border-radius:var(--ui-kit-number-field-border-radius)}.ui-kit__number-field-module__group .ui-kit__number-field-module__input{grid-row:1 / 3}.ui-kit__number-field-module__group .ui-kit__number-field-module__button[slot=increment]{grid-column:2;grid-row:1;align-self:end;justify-self:center}.ui-kit__number-field-module__group .ui-kit__number-field-module__button[slot=decrement]{grid-column:2;grid-row:2;align-self:start;justify-self:center}.ui-kit__number-field-module__input{background:none;border:none;outline:none;padding:10px 20px;color:var(--ui-kit-number-field-text-color);font-family:var(--ui-kit-number-field-font-family);font-size:var(--ui-kit-number-field-font-size);font-weight:var(--ui-kit-number-field-font-weight);border-right:var(--ui-kit-number-field-border-size) var(--ui-kit-number-field-border-style) var(--ui-kit-number-field-border-color)}.ui-kit__number-field-module__button{width:16px;height:16px;display:flex;justify-content:center;align-items:center;border:none;background:var(--ui-kit-number-field-button-background-color);color:var(--ui-kit-number-field-button-text-color)}.ui-kit__number-field-module__button[data-hovered]{cursor:pointer;background-color:var(--ui-kit-number-field-button-background-color-hovered)}.ui-kit__number-field-module__button[data-pressed]{background-color:var(--ui-kit-number-field-button-background-color-pressed)}.ui-kit__number-field-module__button[disabled]{background-color:var(--ui-kit-number-field-button-background-color-disabled);color:var(--ui-kit-number-field-button-text-color-disabled);cursor:default}:root{--ui-kit-text-area-background-color: var(--ui-kit-color-basics-white);--ui-kit-text-area-border-color: var(--ui-kit-color-charcoal-500);--ui-kit-text-area-border-radius: 3px;--ui-kit-text-area-border-style: solid;--ui-kit-text-area-border-width: 1px;--ui-kit-text-area-focus-ring-offset: 1px;--ui-kit-text-area-font-family: var(--ui-kit-font-body-md-family);--ui-kit-text-area-font-size: var(--ui-kit-font-body-md-size);--ui-kit-text-area-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-text-area-line-height: 18px;--ui-kit-text-area-padding-x: 16px;--ui-kit-text-area-padding-y: 9px;--ui-kit-text-area-text-color: var(--ui-kit-color-text-default);--ui-kit-text-area-disabled-background-color: var(--ui-kit-color-charcoal-100);--ui-kit-text-area-disabled-border-color: var(--ui-kit-color-action-disabled);--ui-kit-text-area-error-border-color: var(--ui-kit-color-error-border);--ui-kit-text-area-error-focus-ring-inner-color: var(--ui-kit-color-error-border);--ui-kit-text-area-error-focus-ring-outer-color: var(--ui-kit-color-error-background-light);--ui-kit-text-area-error-text-color: var(--ui-kit-color-error-text);--ui-kit-text-area-success-border-color: var(--ui-kit-color-success-border);--ui-kit-text-area-success-focus-ring-inner-color: var(--ui-kit-color-success-border);--ui-kit-text-area-success-focus-ring-outer-color: var(--ui-kit-color-success-background-light);--ui-kit-text-area-success-text-color: var(--ui-kit-color-success-text);--ui-kit-text-area-warning-border-color: var(--ui-kit-color-warning-border);--ui-kit-text-area-warning-focus-ring-inner-color: var(--ui-kit-color-warning-border);--ui-kit-text-area-warning-focus-ring-outer-color: var(--ui-kit-color-warning-background-light);--ui-kit-text-area-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__text-area-module__base{--ui-kit-focus-ring-offset: var(--ui-kit-text-area-focus-ring-offset);display:flex}.ui-kit__text-area-module__base:before{border-radius:calc(var(--ui-kit-focus-ring-border-radius) - 1px)}.ui-kit__text-area-module__base.ui-kit__text-area-module__error{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-error-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-error-focus-ring-outer-color)}.ui-kit__text-area-module__base.ui-kit__text-area-module__success{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-success-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-success-focus-ring-outer-color)}.ui-kit__text-area-module__base.ui-kit__text-area-module__warning{--ui-kit-focus-ring-inner-color: var(--ui-kit-text-area-warning-focus-ring-inner-color);--ui-kit-focus-ring-outer-color: var(--ui-kit-text-area-warning-focus-ring-outer-color)}.ui-kit__text-area-module__text-area{background-color:var(--ui-kit-text-area-background-color);border-color:var(--ui-kit-text-area-border-color);border-radius:var(--ui-kit-text-area-border-radius);border-style:var(--ui-kit-text-area-border-style);border-width:var(--ui-kit-text-area-border-width);color:var(--ui-kit-text-area-text-color);font-family:var(--ui-kit-text-area-font-family);font-size:var(--ui-kit-text-area-font-size);font-weight:var(--ui-kit-text-area-font-weight);line-height:var(--ui-kit-text-area-line-height);padding:var(--ui-kit-text-area-padding-y) var(--ui-kit-text-area-padding-x);outline:none;resize:none;width:100%}.ui-kit__text-area-module__text-area[data-disabled=true]{--ui-kit-text-area-background-color: var(--ui-kit-text-area-disabled-background-color);--ui-kit-text-area-border-color: var(--ui-kit-text-area-disabled-border-color);-webkit-user-select:none;user-select:none}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__error:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-error-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-error-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__error:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-error-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__success:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-success-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-success-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__success:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-success-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__warning:not([data-disabled=true]){--ui-kit-text-area-border-color: var(--ui-kit-text-area-warning-border-color);--ui-kit-text-area-text-color: var(--ui-kit-text-area-warning-text-color)}.ui-kit__text-area-module__text-area.ui-kit__text-area-module__warning:not([data-disabled=true])::placeholder{color:var(--ui-kit-text-area-warning-text-color)}:root{--ui-kit-text-area-field-gap: 8px;--ui-kit-text-area-field-control-gap: 6px}.ui-kit__text-area-field-module__base{display:flex;flex-direction:column;gap:var(--ui-kit-text-area-field-gap)}.ui-kit__text-area-field-module__base .ui-kit__text-area-field-module__control{display:flex;flex-direction:column;gap:var(--ui-kit-text-area-field-control-gap)}:root{--ui-kit-validation-alert-background-color: transparent;--ui-kit-validation-alert-font-family: var(--ui-kit-font-body-md-family);--ui-kit-validation-alert-font-size: var(--ui-kit-font-body-md-size);--ui-kit-validation-alert-font-weight: var(--ui-kit-font-body-md-weight);--ui-kit-validation-alert-line-height: 19px;--ui-kit-validation-alert-padding-x: 6px;--ui-kit-validation-alert-padding-y: .5px;--ui-kit-validation-alert-text-color: var(--ui-kit-color-text);--ui-kit-validation-alert-error-background-color: var(--ui-kit-color-error-background-light);--ui-kit-validation-alert-error-text-color: var(--ui-kit-color-error-text);--ui-kit-validation-alert-success-background-color: var(--ui-kit-color-success-background-light);--ui-kit-validation-alert-success-text-color: var(--ui-kit-color-success-text);--ui-kit-validation-alert-warning-background-color: var(--ui-kit-color-warning-background-light);--ui-kit-validation-alert-warning-text-color: var(--ui-kit-color-warning-text)}.ui-kit__validation-alert-module__base{background-color:var(--ui-kit-validation-alert-background-color);color:var(--ui-kit-validation-alert-text-color);font-family:var(--ui-kit-validation-alert-font-family);font-size:var(--ui-kit-validation-alert-font-size);font-weight:var(--ui-kit-validation-alert-font-weight);gap:calc(var(--ui-kit-validation-alert-padding-x)/2);line-height:var(--ui-kit-validation-alert-line-height);padding:var(--ui-kit-validation-alert-padding-y) var(--ui-kit-validation-alert-padding-x) var(--ui-kit-validation-alert-padding-y) calc(var(--ui-kit-validation-alert-padding-x)/2);align-items:center;display:flex;flex-direction:row;width:100%;word-break:break-word}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__error{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-error-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-error-text-color)}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__success{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-success-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-success-text-color)}.ui-kit__validation-alert-module__base.ui-kit__validation-alert-module__warning{--ui-kit-validation-alert-background-color: var(--ui-kit-validation-alert-warning-background-color);--ui-kit-validation-alert-text-color: var(--ui-kit-validation-alert-warning-text-color)}.ui-kit__validation-alert-module__base .ui-kit__validation-alert-module__icon svg{fill:currentColor;margin-top:2px}:root{--ui-kit-text-field-gap: 8px;--ui-kit-text-field-control-gap: 6px}.ui-kit__text-field-module__base{display:flex;flex-direction:column;gap:var(--ui-kit-text-field-gap)}.ui-kit__text-field-module__base .ui-kit__text-field-module__control{display:flex;flex-direction:column;gap:var(--ui-kit-text-field-control-gap)}:root{--ui-kit-color-red-100: #FFF0E8;--ui-kit-color-red-200: #FEDFD5;--ui-kit-color-red-300: #FFBCAD;--ui-kit-color-red-400: #FA7A64;--ui-kit-color-red-500: #E54A32;--ui-kit-color-red-600: #B83525;--ui-kit-color-red-700: #822824;--ui-kit-color-red-800: #592728;--ui-kit-color-red-900: #402629;--ui-kit-color-red-1000: #2B2123;--ui-kit-color-red-accent: #FF4747;--ui-kit-color-orange-100: #FFF2E8;--ui-kit-color-orange-200: #FFE4D1;--ui-kit-color-orange-300: #FAC096;--ui-kit-color-orange-400: #F5964E;--ui-kit-color-orange-500: #D67022;--ui-kit-color-orange-600: #A35214;--ui-kit-color-orange-700: #7A4518;--ui-kit-color-orange-800: #573B23;--ui-kit-color-orange-900: #3D2F22;--ui-kit-color-orange-1000: #2B241D;--ui-kit-color-orange-accent: #FF8B33;--ui-kit-color-yellow-100: #FFF6E5;--ui-kit-color-yellow-200: #FFEECC;--ui-kit-color-yellow-300: #FFDD99;--ui-kit-color-yellow-400: #FABF5A;--ui-kit-color-yellow-500: #E09C24;--ui-kit-color-yellow-600: #AC771B;--ui-kit-color-yellow-700: #7A581D;--ui-kit-color-yellow-800: #574323;--ui-kit-color-yellow-900: #403521;--ui-kit-color-yellow-1000: #2B261D;--ui-kit-color-yellow-accent: #FFB83D;--ui-kit-color-green-100: #F2FFF0;--ui-kit-color-green-200: #E0FCDE;--ui-kit-color-green-300: #B9EDBD;--ui-kit-color-green-400: #83DB9C;--ui-kit-color-green-500: #47C47D;--ui-kit-color-green-600: #2D8556;--ui-kit-color-green-700: #28704C;--ui-kit-color-green-800: #2E5940;--ui-kit-color-green-900: #283B2D;--ui-kit-color-green-1000: #222923;--ui-kit-color-green-accent: #56F09E;--ui-kit-color-slate-100: #F2F9FC;--ui-kit-color-slate-200: #E1EEF5;--ui-kit-color-slate-300: #CCDEE8;--ui-kit-color-slate-400: #A9C4D4;--ui-kit-color-slate-500: #82A7BA;--ui-kit-color-slate-600: #658B9E;--ui-kit-color-slate-700: #486878;--ui-kit-color-slate-800: #344852;--ui-kit-color-slate-900: #283338;--ui-kit-color-slate-1000: #1F2426;--ui-kit-color-slate-accent: #47C2FF;--ui-kit-color-cobalt-100: #EBF5FF;--ui-kit-color-cobalt-200: #D1E8FF;--ui-kit-color-cobalt-300: #9ECBFF;--ui-kit-color-cobalt-400: #66A3FF;--ui-kit-color-cobalt-500: #4176FA;--ui-kit-color-cobalt-600: #304DDB;--ui-kit-color-cobalt-700: #263AAD;--ui-kit-color-cobalt-800: #1C2674;--ui-kit-color-cobalt-900: #171952;--ui-kit-color-cobalt-1000: #0E0E33;--ui-kit-color-cobalt-accent: #47A3FF;--ui-kit-color-purple-100: #F9F2FF;--ui-kit-color-purple-200: #F2E5FF;--ui-kit-color-purple-300: #D7BAF5;--ui-kit-color-purple-400: #AD82D8;--ui-kit-color-purple-500: #9163BF;--ui-kit-color-purple-600: #774BA3;--ui-kit-color-purple-700: #5D407A;--ui-kit-color-purple-800: #48335C;--ui-kit-color-purple-900: #31253D;--ui-kit-color-purple-1000: #271F2E;--ui-kit-color-purple-accent: #C285FF;--ui-kit-color-magenta-100: #FFF2F4;--ui-kit-color-magenta-200: #FFE5EA;--ui-kit-color-magenta-300: #FFC7D3;--ui-kit-color-magenta-400: #E5859F;--ui-kit-color-magenta-500: #BF5878;--ui-kit-color-magenta-600: #A34B6B;--ui-kit-color-magenta-700: #863E5C;--ui-kit-color-magenta-800: #5E3146;--ui-kit-color-magenta-900: #3D2531;--ui-kit-color-magenta-1000: #2E2126;--ui-kit-color-magenta-accent: #FF5CAA;--ui-kit-color-charcoal-100: #f9fafa;--ui-kit-color-charcoal-200: #f1f3f5;--ui-kit-color-charcoal-300: #DFE6EB;--ui-kit-color-charcoal-400: #C8D3DE;--ui-kit-color-charcoal-500: #ABB9C7;--ui-kit-color-charcoal-600: #7E8E9E;--ui-kit-color-charcoal-700: #556575;--ui-kit-color-charcoal-800: #405261;--ui-kit-color-charcoal-900: #314351;--ui-kit-color-charcoal-1000: #253642;--ui-kit-color-charcoal-1100: #1d2b36;--ui-kit-color-charcoal-1200: #131B24;--ui-kit-color-clay-100: #FAF8F7;--ui-kit-color-clay-200: #F5F2F0;--ui-kit-color-clay-300: #EDE8E6;--ui-kit-color-clay-400: #DED5D1;--ui-kit-color-clay-500: #C2B4AC;--ui-kit-color-clay-600: #9E8F88;--ui-kit-color-clay-700: #8A7B74;--ui-kit-color-clay-800: #756963;--ui-kit-color-clay-900: #574F4B;--ui-kit-color-clay-1000: #4A4441;--ui-kit-color-clay-1100: #33302E;--ui-kit-color-clay-1200: #262423;--ui-kit-color-basics-white: #ffffff;--ui-kit-color-basics-black: #000000;--ui-kit-color-basics-magenta: #ff00ff;--ui-kit-color-basics-cyan: #00ffff;--ui-kit-font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;--ui-kit-font-family-sans: "aktiv-grotesk", "Aktiv Grotesk", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--ui-kit-font-family-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--ui-kit-font-size-sm: 12px;--ui-kit-font-size-base: 13px;--ui-kit-font-size-lg: 14px;--ui-kit-font-size-xl: 15px;--ui-kit-font-weight-light: 300;--ui-kit-font-weight-regular: 400;--ui-kit-font-weight-medium: 500;--ui-kit-font-weight-bold: 700;--ui-kit-spacing-0: 0px;--ui-kit-spacing-1: 1px;--ui-kit-spacing-2: 2px;--ui-kit-spacing-4: 4px;--ui-kit-spacing-6: 6px;--ui-kit-spacing-8: 8px;--ui-kit-spacing-10: 10px;--ui-kit-spacing-12: 12px;--ui-kit-spacing-14: 14px;--ui-kit-spacing-16: 16px;--ui-kit-spacing-20: 20px;--ui-kit-spacing-24: 24px;--ui-kit-spacing-28: 28px;--ui-kit-spacing-32: 32px;--ui-kit-spacing-36: 36px;--ui-kit-spacing-40: 40px;--ui-kit-spacing-44: 44px;--ui-kit-spacing-48: 48px;--ui-kit-spacing-56: 56px;--ui-kit-spacing-64: 64px;--ui-kit-spacing-80: 80px;--ui-kit-spacing-96: 96px;--ui-kit-spacing-112: 112px;--ui-kit-spacing-128: 128px;--ui-kit-spacing-144: 144px;--ui-kit-spacing-160: 160px;--ui-kit-spacing-176: 176px;--ui-kit-spacing-192: 192px;--ui-kit-spacing-208: 208px;--ui-kit-spacing-224: 224px;--ui-kit-spacing-240: 240px;--ui-kit-color-action-default: var(--ui-kit-color-cobalt-600);--ui-kit-color-action-hovered: var(--ui-kit-color-cobalt-700);--ui-kit-color-action-pressed: var(--ui-kit-color-cobalt-800);--ui-kit-color-action-disabled: var(--ui-kit-color-charcoal-500);--ui-kit-color-text-headline: var(--ui-kit-color-charcoal-1200);--ui-kit-color-text-dark: var(--ui-kit-color-charcoal-900);--ui-kit-color-text-default: var(--ui-kit-color-charcoal-800);--ui-kit-color-text-light: var(--ui-kit-color-charcoal-700);--ui-kit-color-text-disabled: var(--ui-kit-color-charcoal-600);--ui-kit-color-success-text: var(--ui-kit-color-green-800);--ui-kit-color-success-background-dark: var(--ui-kit-color-green-600);--ui-kit-color-success-icon: var(--ui-kit-color-green-500);--ui-kit-color-success-border: var(--ui-kit-color-green-500);--ui-kit-color-success-background-light: var(--ui-kit-color-green-100);--ui-kit-color-error-text: var(--ui-kit-color-red-600);--ui-kit-color-error-background-dark: var(--ui-kit-color-red-600);--ui-kit-color-error-icon: var(--ui-kit-color-red-accent);--ui-kit-color-error-border: var(--ui-kit-color-red-500);--ui-kit-color-error-background-light: #feeae7;--ui-kit-color-warning-text: var(--ui-kit-color-orange-600);--ui-kit-color-warning-background-dark: var(--ui-kit-color-orange-600);--ui-kit-color-warning-icon: var(--ui-kit-color-yellow-accent);--ui-kit-color-warning-border: var(--ui-kit-color-yellow-400);--ui-kit-color-warning-background-light: var(--ui-kit-color-yellow-100);--ui-kit-color-info-text: var(--ui-kit-color-cobalt-700);--ui-kit-color-info-background-dark: var(--ui-kit-color-cobalt-600);--ui-kit-color-info-icon: var(--ui-kit-color-cobalt-500);--ui-kit-color-info-border: var(--ui-kit-color-cobalt-500);--ui-kit-color-info-background-light: var(--ui-kit-color-cobalt-100);--ui-kit-font-heading-lg-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-lg-size: var(--ui-kit-font-size-xl);--ui-kit-font-heading-lg-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-heading-md-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-md-size: var(--ui-kit-font-size-lg);--ui-kit-font-heading-md-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-heading-sm-family: var(--ui-kit-font-family-sans);--ui-kit-font-heading-sm-size: var(--ui-kit-font-size-base);--ui-kit-font-heading-sm-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-body-md-strong-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-md-strong-size: var(--ui-kit-font-size-base);--ui-kit-font-body-md-strong-weight: var(--ui-kit-font-weight-medium);--ui-kit-font-body-md-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-md-size: var(--ui-kit-font-size-base);--ui-kit-font-body-md-weight: var(--ui-kit-font-weight-regular);--ui-kit-font-body-sm-family: var(--ui-kit-font-family-sans);--ui-kit-font-body-sm-size: var(--ui-kit-font-size-sm);--ui-kit-font-body-sm-weight: var(--ui-kit-font-weight-regular)}.ui-kit__theme-module__root{box-sizing:border-box;font-family:var(--ui-kit-font-family-sans);font-size:var(--ui-kit-font-size-base)}.ui-kit__theme-module__root *,.ui-kit__theme-module__root *:before,.ui-kit__theme-module__root *:after{box-sizing:border-box}:root{--ui-kit-thumbnail-aspect-ratio: 1;--ui-kit-thumbnail-object-fit: cover;--ui-kit-thumbnail-border-color: var(--ui-kit-color-charcoal-300);--ui-kit-thumbnail-sm-width: 38px;--ui-kit-thumbnail-sm-border-radius: 10px;--ui-kit-thumbnail-md-width: 48px;--ui-kit-thumbnail-md-border-radius: 12px;--ui-kit-thumbnail-lg-width: 64px;--ui-kit-thumbnail-lg-border-radius: 16px}.ui-kit__thumbnail-module__base{display:inline-block;overflow:hidden;box-sizing:border-box;aspect-ratio:var(--ui-kit-thumbnail-aspect-ratio);object-fit:var(--ui-kit-thumbnail-object-fit);background:#fff;border:1px solid var(--ui-kit-thumbnail-border-color)}.ui-kit__thumbnail-module__base svg{width:100%;height:100%;display:block}.ui-kit__thumbnail-module__sm{width:var(--ui-kit-thumbnail-sm-width);border-radius:var(--ui-kit-thumbnail-sm-border-radius)}.ui-kit__thumbnail-module__md{width:var(--ui-kit-thumbnail-md-width);border-radius:var(--ui-kit-thumbnail-md-border-radius)}.ui-kit__thumbnail-module__lg{width:var(--ui-kit-thumbnail-lg-width);border-radius:var(--ui-kit-thumbnail-lg-border-radius)}.ui-kit__thumbnail-module__cover{--ui-kit-thumbnail-object-fit: cover}.ui-kit__thumbnail-module__fill{--ui-kit-thumbnail-object-fit: fill}.ui-kit__thumbnail-module__contain{--ui-kit-thumbnail-object-fit: contain}.ui-kit__thumbnail-module__scale-down{--ui-kit-thumbnail-object-fit: scale-down}.ui-kit__thumbnail-module__isDisabled{opacity:.5;cursor:default;pointer-events:none}
2
+ `,document.head.appendChild(xx);function wx(o){var i,l,f="";if(typeof o=="string"||typeof o=="number")f+=o;else if(typeof o=="object")if(Array.isArray(o))for(i=0;i<o.length;i++)o[i]&&(l=wx(o[i]))&&(f&&(f+=" "),f+=l);else for(i in o)o[i]&&(f&&(f+=" "),f+=i);return f}function HD(){for(var o,i,l=0,f="";l<arguments.length;)(o=arguments[l++])&&(i=wx(o))&&(f&&(f+=" "),f+=i);return f}const Cx=o=>typeof o=="boolean"?"".concat(o):o===0?"0":o,Ex=HD,Un=(o,i)=>l=>{var f;if((i==null?void 0:i.variants)==null)return Ex(o,l==null?void 0:l.class,l==null?void 0:l.className);const{variants:p,defaultVariants:h}=i,m=Object.keys(p).map(C=>{const R=l==null?void 0:l[C],T=h==null?void 0:h[C];if(R===null)return null;const D=Cx(R)||Cx(T);return p[C][D]}),S=l&&Object.entries(l).reduce((C,R)=>{let[T,D]=R;return D===void 0||(C[T]=D),C},{}),w=i==null||(f=i.compoundVariants)===null||f===void 0?void 0:f.reduce((C,R)=>{let{class:T,className:D,...P}=R;return Object.entries(P).every(A=>{let[z,O]=A;return Array.isArray(O)?O.includes({...h,...S}[z]):{...h,...S}[z]===O})?[...C,T,D]:C},[]);return Ex(o,m,w,l==null?void 0:l.class,l==null?void 0:l.className)},Lu={base:"ui-kit__badge-module__base",sm:"ui-kit__badge-module__sm",default:"ui-kit__badge-module__default",success:"ui-kit__badge-module__success",warning:"ui-kit__badge-module__warning",error:"ui-kit__badge-module__error"},ID=Un(Lu.base,{variants:{color:{default:Lu.default,success:Lu.success,warning:Lu.warning,error:Lu.error},size:{sm:Lu.sm,default:Lu.default}}});function _x({children:o,color:i="default",size:l="default"}){return Ze.jsx("span",{className:ID({color:i,size:l}),children:o})}_x.displayName="Badge";function Tx(o){var i,l,f="";if(typeof o=="string"||typeof o=="number")f+=o;else if(typeof o=="object")if(Array.isArray(o)){var p=o.length;for(i=0;i<p;i++)o[i]&&(l=Tx(o[i]))&&(f&&(f+=" "),f+=l)}else for(l in o)o[l]&&(f&&(f+=" "),f+=l);return f}function Wi(){for(var o,i,l=0,f="",p=arguments.length;l<p;l++)(o=arguments[l])&&(i=Tx(o))&&(f&&(f+=" "),f+=i);return f}function pd(o,i,l){let[f,p]=E.useState(o||i),h=E.useRef(o!==void 0),m=o!==void 0;E.useEffect(()=>{let C=h.current;C!==m&&console.warn(`WARN: A component changed from ${C?"controlled":"uncontrolled"} to ${m?"controlled":"uncontrolled"}.`),h.current=m},[m]);let S=m?o:f,w=E.useCallback((C,...R)=>{let T=(D,...P)=>{l&&(Object.is(S,D)||l(D,...P)),m||(S=D)};typeof C=="function"?(console.warn("We can not support a function callback. See Github Issues for details https://github.com/adobe/react-spectrum/issues/2320"),p((P,...A)=>{let z=C(m?S:P,...A);return T(z,...R),m?P:z})):(m||p(C),T(C,...R))},[m,S,l]);return[S,w]}function ec(o,i=-1/0,l=1/0){return Math.min(Math.max(o,i),l)}function Do(o,i,l,f){i=Number(i),l=Number(l);let p=(o-(isNaN(i)?0:i))%f,h=Math.abs(p)*2>=f?o+Math.sign(p)*(f-Math.abs(p)):o-p;isNaN(i)?!isNaN(l)&&h>l&&(h=Math.floor(l/f)*f):h<i?h=i:!isNaN(l)&&h>l&&(h=i+Math.floor((l-i)/f)*f);let m=f.toString(),S=m.indexOf("."),w=S>=0?m.length-S:0;if(w>0){let C=Math.pow(10,w);h=Math.round(h*C)/C}return h}const am={prefix:String(Math.round(Math.random()*1e10)),current:0},Dx=E.createContext(am),VD=E.createContext(!1);let jD=!!(typeof window<"u"&&window.document&&window.document.createElement),ab=new WeakMap;function KD(o=!1){let i=E.useContext(Dx),l=E.useRef(null);if(l.current===null&&!o){var f,p;let h=(p=E.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||p===void 0||(f=p.ReactCurrentOwner)===null||f===void 0?void 0:f.current;if(h){let m=ab.get(h);m==null?ab.set(h,{id:i.current,state:h.memoizedState}):h.memoizedState!==m.state&&(i.current=m.id,ab.delete(h))}l.current=++i.current}return l.current}function WD(o){let i=E.useContext(Dx);i===am&&!jD&&console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");let l=KD(!!o),f=i===am&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${i.prefix}`;return o||`${f}-${l}`}function YD(o){let i=E.useId(),[l]=E.useState(tc()),f=l||process.env.NODE_ENV==="test"?"react-aria":`react-aria${am.prefix}`;return o||`${f}-${i}`}const QD=typeof E.useId=="function"?YD:WD;function XD(){return!1}function ZD(){return!0}function JD(o){return()=>{}}function tc(){return typeof E.useSyncExternalStore=="function"?E.useSyncExternalStore(JD,XD,ZD):E.useContext(VD)}const tn=typeof document<"u"?E.useLayoutEffect:()=>{};function Bn(o){const i=E.useRef(null);return tn(()=>{i.current=o},[o]),E.useCallback((...l)=>{const f=i.current;return f==null?void 0:f(...l)},[])}function GD(o){let[i,l]=E.useState(o),f=E.useRef(null),p=Bn(()=>{if(!f.current)return;let m=f.current.next();if(m.done){f.current=null;return}i===m.value?p():l(m.value)});tn(()=>{f.current&&p()});let h=Bn(m=>{f.current=m(i),p()});return[i,h]}let qD=!!(typeof window<"u"&&window.document&&window.document.createElement),om=new Map;function Yi(o){let[i,l]=E.useState(o),f=E.useRef(null),p=QD(i),h=E.useCallback(m=>{f.current=m},[]);return qD&&om.set(p,h),tn(()=>{let m=p;return()=>{om.delete(m)}},[p]),E.useEffect(()=>{let m=f.current;m&&(f.current=null,l(m))}),p}function eR(o,i){if(o===i)return o;let l=om.get(o);if(l)return l(i),i;let f=om.get(i);return f?(f(o),o):i}function vd(o=[]){let i=Yi(),[l,f]=GD(i),p=E.useCallback(()=>{f(function*(){yield i,yield document.getElementById(i)?i:void 0})},[i,f]);return tn(p,[i,p,...o]),l}function nc(...o){return(...i)=>{for(let l of o)typeof l=="function"&&l(...i)}}const fn=o=>{var i;return(i=o==null?void 0:o.ownerDocument)!==null&&i!==void 0?i:document},Qi=o=>o&&"window"in o&&o.window===o?o:fn(o).defaultView||window;function Dt(...o){let i={...o[0]};for(let l=1;l<o.length;l++){let f=o[l];for(let p in f){let h=i[p],m=f[p];typeof h=="function"&&typeof m=="function"&&p[0]==="o"&&p[1]==="n"&&p.charCodeAt(2)>=65&&p.charCodeAt(2)<=90?i[p]=nc(h,m):(p==="className"||p==="UNSAFE_className")&&typeof h=="string"&&typeof m=="string"?i[p]=Wi(h,m):p==="id"&&h&&m?i.id=eR(h,m):i[p]=m!==void 0?m:h}}return i}function Rx(...o){return o.length===1?o[0]:i=>{for(let l of o)typeof l=="function"?l(i):l!=null&&(l.current=i)}}const tR=new Set(["id"]),nR=new Set(["aria-label","aria-labelledby","aria-describedby","aria-details"]),rR=new Set(["href","target","rel","download","ping","referrerPolicy"]),iR=/^(data-.*)$/;function oi(o,i={}){let{labelable:l,isLink:f,propNames:p}=i,h={};for(const m in o)Object.prototype.hasOwnProperty.call(o,m)&&(tR.has(m)||l&&nR.has(m)||f&&rR.has(m)||p!=null&&p.has(m)||iR.test(m))&&(h[m]=o[m]);return h}function Ro(o){if(aR())o.focus({preventScroll:!0});else{let i=oR(o);o.focus(),lR(i)}}let lm=null;function aR(){if(lm==null){lm=!1;try{document.createElement("div").focus({get preventScroll(){return lm=!0,!0}})}catch{}}return lm}function oR(o){let i=o.parentNode,l=[],f=document.scrollingElement||document.documentElement;for(;i instanceof HTMLElement&&i!==f;)(i.offsetHeight<i.scrollHeight||i.offsetWidth<i.scrollWidth)&&l.push({element:i,scrollTop:i.scrollTop,scrollLeft:i.scrollLeft}),i=i.parentNode;return f instanceof HTMLElement&&l.push({element:f,scrollTop:f.scrollTop,scrollLeft:f.scrollLeft}),l}function lR(o){for(let{element:i,scrollTop:l,scrollLeft:f}of o)i.scrollTop=l,i.scrollLeft=f}function um(o){var i;return typeof window>"u"||window.navigator==null?!1:((i=window.navigator.userAgentData)===null||i===void 0?void 0:i.brands.some(l=>o.test(l.brand)))||o.test(window.navigator.userAgent)}function ob(o){var i;return typeof window<"u"&&window.navigator!=null?o.test(((i=window.navigator.userAgentData)===null||i===void 0?void 0:i.platform)||window.navigator.platform):!1}function Ou(){return ob(/^Mac/i)}function Px(){return ob(/^iPhone/i)}function Mx(){return ob(/^iPad/i)||Ou()&&navigator.maxTouchPoints>1}function md(){return Px()||Mx()}function uR(){return Ou()||md()}function Nx(){return um(/AppleWebKit/i)&&!sR()}function sR(){return um(/Chrome/i)}function lb(){return um(/Android/i)}function cR(){return um(/Firefox/i)}const fR=E.createContext({isNative:!0,open:vR});function sm(){return E.useContext(fR)}function dR(o,i){let l=o.getAttribute("target");return(!l||l==="_self")&&o.origin===location.origin&&!o.hasAttribute("download")&&!i.metaKey&&!i.ctrlKey&&!i.altKey&&!i.shiftKey}function Au(o,i,l=!0){var f,p;let{metaKey:h,ctrlKey:m,altKey:S,shiftKey:w}=i;cR()&&(!((p=window.event)===null||p===void 0||(f=p.type)===null||f===void 0)&&f.startsWith("key"))&&o.target==="_blank"&&(Ou()?h=!0:m=!0);let C=Nx()&&Ou()&&!Mx()?new KeyboardEvent("keydown",{keyIdentifier:"Enter",metaKey:h,ctrlKey:m,altKey:S,shiftKey:w}):new MouseEvent("click",{metaKey:h,ctrlKey:m,altKey:S,shiftKey:w,bubbles:!0,cancelable:!0});Au.isOpening=l,Ro(o),o.dispatchEvent(C),Au.isOpening=!1}Au.isOpening=!1;function pR(o,i){if(o instanceof HTMLAnchorElement)i(o);else if(o.hasAttribute("data-href")){let l=document.createElement("a");l.href=o.getAttribute("data-href"),o.hasAttribute("data-target")&&(l.target=o.getAttribute("data-target")),o.hasAttribute("data-rel")&&(l.rel=o.getAttribute("data-rel")),o.hasAttribute("data-download")&&(l.download=o.getAttribute("data-download")),o.hasAttribute("data-ping")&&(l.ping=o.getAttribute("data-ping")),o.hasAttribute("data-referrer-policy")&&(l.referrerPolicy=o.getAttribute("data-referrer-policy")),o.appendChild(l),i(l),o.removeChild(l)}}function vR(o,i){pR(o,l=>Au(l,i))}let rc=new Map,ub=new Set;function $x(){if(typeof window>"u")return;function o(f){return"propertyName"in f}let i=f=>{if(!o(f)||!f.target)return;let p=rc.get(f.target);p||(p=new Set,rc.set(f.target,p),f.target.addEventListener("transitioncancel",l,{once:!0})),p.add(f.propertyName)},l=f=>{if(!o(f)||!f.target)return;let p=rc.get(f.target);if(p&&(p.delete(f.propertyName),p.size===0&&(f.target.removeEventListener("transitioncancel",l),rc.delete(f.target)),rc.size===0)){for(let h of ub)h();ub.clear()}};document.body.addEventListener("transitionrun",i),document.body.addEventListener("transitionend",l)}typeof document<"u"&&(document.readyState!=="loading"?$x():document.addEventListener("DOMContentLoaded",$x));function Lx(o){requestAnimationFrame(()=>{rc.size===0?o():ub.add(o)})}function sb(){let o=E.useRef(new Map),i=E.useCallback((p,h,m,S)=>{let w=S!=null&&S.once?(...C)=>{o.current.delete(m),m(...C)}:m;o.current.set(m,{type:h,eventTarget:p,fn:w,options:S}),p.addEventListener(h,m,S)},[]),l=E.useCallback((p,h,m,S)=>{var w;let C=((w=o.current.get(m))===null||w===void 0?void 0:w.fn)||m;p.removeEventListener(h,C,S),o.current.delete(m)},[]),f=E.useCallback(()=>{o.current.forEach((p,h)=>{l(p.eventTarget,p.type,h,p.options)})},[l]);return E.useEffect(()=>f,[f]),{addGlobalListener:i,removeGlobalListener:l,removeAllGlobalListeners:f}}function Ox(o,i){let{id:l,"aria-label":f,"aria-labelledby":p}=o;return l=Yi(l),p&&f?p=[...new Set([l,...p.trim().split(/\s+/)])].join(" "):p&&(p=p.trim().split(/\s+/).join(" ")),!f&&!p&&i&&(f=i),{id:l,"aria-label":f,"aria-labelledby":p}}function cm(o){const i=E.useRef(null);return E.useMemo(()=>({get current(){return i.current},set current(l){i.current=l,typeof o=="function"?o(l):o&&(o.current=l)}}),[o])}function mR(){return typeof window.ResizeObserver<"u"}function cb(o){const{ref:i,onResize:l}=o;E.useEffect(()=>{let f=i==null?void 0:i.current;if(f)if(mR()){const p=new window.ResizeObserver(h=>{h.length&&l()});return p.observe(f),()=>{f&&p.unobserve(f)}}else return window.addEventListener("resize",l,!1),()=>{window.removeEventListener("resize",l,!1)}},[l,i])}function fb(o,i){tn(()=>{if(o&&o.ref&&i)return o.ref.current=i.current,()=>{o.ref&&(o.ref.current=null)}})}function fm(o,i){let l=o;for(dm(l,i)&&(l=l.parentElement);l&&!dm(l,i);)l=l.parentElement;return l||document.scrollingElement||document.documentElement}function dm(o,i){let l=window.getComputedStyle(o),f=/(auto|scroll)/.test(l.overflow+l.overflowX+l.overflowY);return f&&i&&(f=o.scrollHeight!==o.clientHeight||o.scrollWidth!==o.clientWidth),f}let hR=0;const db=new Map;function gR(o){let[i,l]=E.useState();return tn(()=>{if(!o)return;let f=db.get(o);if(f)l(f.element.id);else{let p=`react-aria-description-${hR++}`;l(p);let h=document.createElement("div");h.id=p,h.style.display="none",h.textContent=o,document.body.appendChild(h),f={refCount:0,element:h},db.set(o,f)}return f.refCount++,()=>{f&&--f.refCount===0&&(f.element.remove(),db.delete(o))}},[o]),{"aria-describedby":o?i:void 0}}function Ax(o,i,l,f){let p=Bn(l),h=l==null;E.useEffect(()=>{if(h||!o.current)return;let m=o.current;return m.addEventListener(i,p,f),()=>{m.removeEventListener(i,p,f)}},[o,i,f,h,p])}function Fx(o,i){let l=zx(o,i,"left"),f=zx(o,i,"top"),p=i.offsetWidth,h=i.offsetHeight,m=o.scrollLeft,S=o.scrollTop,{borderTopWidth:w,borderLeftWidth:C}=getComputedStyle(o),R=o.scrollLeft+parseInt(C,10),T=o.scrollTop+parseInt(w,10),D=R+o.clientWidth,P=T+o.clientHeight;l<=m?m=l-parseInt(C,10):l+p>D&&(m+=l+p-D),f<=T?S=f-parseInt(w,10):f+h>P&&(S+=f+h-P),o.scrollLeft=m,o.scrollTop=S}function zx(o,i,l){const f=l==="left"?"offsetLeft":"offsetTop";let p=0;for(;i.offsetParent&&(p+=i[f],i.offsetParent!==o);){if(i.offsetParent.contains(o)){p-=o[f];break}i=i.offsetParent}return p}function Ux(o,i){if(document.contains(o)){let m=document.scrollingElement||document.documentElement;if(window.getComputedStyle(m).overflow==="hidden"){let w=fm(o);for(;o&&w&&o!==m&&w!==m;)Fx(w,o),o=w,w=fm(o)}else{var l;let{left:w,top:C}=o.getBoundingClientRect();o==null||(l=o.scrollIntoView)===null||l===void 0||l.call(o,{block:"nearest"});let{left:R,top:T}=o.getBoundingClientRect();if(Math.abs(w-R)>1||Math.abs(C-T)>1){var f,p,h;i==null||(p=i.containingElement)===null||p===void 0||(f=p.scrollIntoView)===null||f===void 0||f.call(p,{block:"center",inline:"center"}),(h=o.scrollIntoView)===null||h===void 0||h.call(o,{block:"nearest"})}}}}function pb(o){return o.mozInputSource===0&&o.isTrusted?!0:lb()&&o.pointerType?o.type==="click"&&o.buttons===1:o.detail===0&&!o.pointerType}function yR(o){return!lb()&&o.width===0&&o.height===0||o.width===1&&o.height===1&&o.pressure===0&&o.detail===0&&o.pointerType==="mouse"}function Bx(o,i,l){let f=E.useRef(i),p=Bn(()=>{l&&l(f.current)});E.useEffect(()=>{var h;let m=o==null||(h=o.current)===null||h===void 0?void 0:h.form;return m==null||m.addEventListener("reset",p),()=>{m==null||m.removeEventListener("reset",p)}},[o,p])}function bR(o,i){return i.get?i.get.call(o):i.value}function Hx(o,i,l){if(!i.has(o))throw new TypeError("attempted to "+l+" private field on non-instance");return i.get(o)}function SR(o,i){var l=Hx(o,i,"get");return bR(o,l)}function kR(o,i){if(i.has(o))throw new TypeError("Cannot initialize the same private elements twice on an object")}function xR(o,i,l){kR(o,i),i.set(o,l)}function wR(o,i,l){if(i.set)i.set.call(o,l);else{if(!i.writable)throw new TypeError("attempted to set read only private field");i.value=l}}function Ix(o,i,l){var f=Hx(o,i,"set");return wR(o,f,l),l}let ic="default",vb="",pm=new WeakMap;function Vx(o){if(md()){if(ic==="default"){const i=fn(o);vb=i.documentElement.style.webkitUserSelect,i.documentElement.style.webkitUserSelect="none"}ic="disabled"}else(o instanceof HTMLElement||o instanceof SVGElement)&&(pm.set(o,o.style.userSelect),o.style.userSelect="none")}function vm(o){if(md()){if(ic!=="disabled")return;ic="restoring",setTimeout(()=>{Lx(()=>{if(ic==="restoring"){const i=fn(o);i.documentElement.style.webkitUserSelect==="none"&&(i.documentElement.style.webkitUserSelect=vb||""),vb="",ic="default"}})},300)}else if((o instanceof HTMLElement||o instanceof SVGElement)&&o&&pm.has(o)){let i=pm.get(o);o.style.userSelect==="none"&&(o.style.userSelect=i),o.getAttribute("style")===""&&o.removeAttribute("style"),pm.delete(o)}}const hd=E.createContext({register:()=>{}});hd.displayName="PressResponderContext";function CR(o){let i=E.useContext(hd);if(i){let{register:l,...f}=i;o=Dt(f,o),l()}return fb(i,o.ref),o}var mm=new WeakMap;class hm{continuePropagation(){Ix(this,mm,!1)}get shouldStopPropagation(){return SR(this,mm)}constructor(i,l,f){xR(this,mm,{writable:!0,value:void 0}),Ix(this,mm,!0),this.type=i,this.pointerType=l,this.target=f.currentTarget,this.shiftKey=f.shiftKey,this.metaKey=f.metaKey,this.ctrlKey=f.ctrlKey,this.altKey=f.altKey}}const jx=Symbol("linkClicked");function gd(o){let{onPress:i,onPressChange:l,onPressStart:f,onPressEnd:p,onPressUp:h,isDisabled:m,isPressed:S,preventFocusOnPress:w,shouldCancelOnPointerExit:C,allowTextSelectionOnPress:R,ref:T,...D}=CR(o),[P,A]=E.useState(!1),z=E.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,ignoreClickAfterPress:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null}),{addGlobalListener:O,removeAllGlobalListeners:oe}=sb(),le=Bn(($,ge)=>{let J=z.current;if(m||J.didFirePressStart)return!1;let Q=!0;if(J.isTriggeringEvent=!0,f){let Ce=new hm("pressstart",ge,$);f(Ce),Q=Ce.shouldStopPropagation}return l&&l(!0),J.isTriggeringEvent=!1,J.didFirePressStart=!0,A(!0),Q}),W=Bn(($,ge,J=!0)=>{let Q=z.current;if(!Q.didFirePressStart)return!1;Q.ignoreClickAfterPress=!0,Q.didFirePressStart=!1,Q.isTriggeringEvent=!0;let Ce=!0;if(p){let K=new hm("pressend",ge,$);p(K),Ce=K.shouldStopPropagation}if(l&&l(!1),A(!1),i&&J&&!m){let K=new hm("press",ge,$);i(K),Ce&&(Ce=K.shouldStopPropagation)}return Q.isTriggeringEvent=!1,Ce}),ie=Bn(($,ge)=>{let J=z.current;if(m)return!1;if(h){J.isTriggeringEvent=!0;let Q=new hm("pressup",ge,$);return h(Q),J.isTriggeringEvent=!1,Q.shouldStopPropagation}return!0}),F=Bn($=>{let ge=z.current;ge.isPressed&&ge.target&&(ge.isOverTarget&&ge.pointerType!=null&&W(Po(ge.target,$),ge.pointerType,!1),ge.isPressed=!1,ge.isOverTarget=!1,ge.activePointerId=null,ge.pointerType=null,oe(),R||vm(ge.target))}),ve=Bn($=>{C&&F($)}),be=E.useMemo(()=>{let $=z.current,ge={onKeyDown(Q){if(hb(Q.nativeEvent,Q.currentTarget)&&Q.currentTarget.contains(Q.target)){var Ce;Wx(Q.target,Q.key)&&Q.preventDefault();let K=!0;if(!$.isPressed&&!Q.repeat){$.target=Q.currentTarget,$.isPressed=!0,K=le(Q,"keyboard");let ae=Q.currentTarget,Re=Xe=>{hb(Xe,ae)&&!Xe.repeat&&ae.contains(Xe.target)&&$.target&&ie(Po($.target,Xe),"keyboard")};O(fn(Q.currentTarget),"keyup",nc(Re,J),!0)}K&&Q.stopPropagation(),Q.metaKey&&Ou()&&((Ce=$.metaKeyEvents)===null||Ce===void 0||Ce.set(Q.key,Q.nativeEvent))}else Q.key==="Meta"&&($.metaKeyEvents=new Map)},onClick(Q){if(!(Q&&!Q.currentTarget.contains(Q.target))&&Q&&Q.button===0&&!$.isTriggeringEvent&&!Au.isOpening){let Ce=!0;if(m&&Q.preventDefault(),!$.ignoreClickAfterPress&&!$.ignoreEmulatedMouseEvents&&!$.isPressed&&($.pointerType==="virtual"||pb(Q.nativeEvent))){!m&&!w&&Ro(Q.currentTarget);let K=le(Q,"virtual"),ae=ie(Q,"virtual"),Re=W(Q,"virtual");Ce=K&&ae&&Re}$.ignoreEmulatedMouseEvents=!1,$.ignoreClickAfterPress=!1,Ce&&Q.stopPropagation()}}},J=Q=>{var Ce;if($.isPressed&&$.target&&hb(Q,$.target)){var K;Wx(Q.target,Q.key)&&Q.preventDefault();let Re=Q.target;W(Po($.target,Q),"keyboard",$.target.contains(Re)),oe(),Q.key!=="Enter"&&mb($.target)&&$.target.contains(Re)&&!Q[jx]&&(Q[jx]=!0,Au($.target,Q,!1)),$.isPressed=!1,(K=$.metaKeyEvents)===null||K===void 0||K.delete(Q.key)}else if(Q.key==="Meta"&&(!((Ce=$.metaKeyEvents)===null||Ce===void 0)&&Ce.size)){var ae;let Re=$.metaKeyEvents;$.metaKeyEvents=void 0;for(let Xe of Re.values())(ae=$.target)===null||ae===void 0||ae.dispatchEvent(new KeyboardEvent("keyup",Xe))}};if(typeof PointerEvent<"u"){ge.onPointerDown=ae=>{if(ae.button!==0||!ae.currentTarget.contains(ae.target))return;if(yR(ae.nativeEvent)){$.pointerType="virtual";return}gb(ae.currentTarget)&&ae.preventDefault(),$.pointerType=ae.pointerType;let Re=!0;$.isPressed||($.isPressed=!0,$.isOverTarget=!0,$.activePointerId=ae.pointerId,$.target=ae.currentTarget,!m&&!w&&Ro(ae.currentTarget),R||Vx($.target),Re=le(ae,$.pointerType),O(fn(ae.currentTarget),"pointermove",Q,!1),O(fn(ae.currentTarget),"pointerup",Ce,!1),O(fn(ae.currentTarget),"pointercancel",K,!1)),Re&&ae.stopPropagation()},ge.onMouseDown=ae=>{ae.currentTarget.contains(ae.target)&&ae.button===0&&(gb(ae.currentTarget)&&ae.preventDefault(),ae.stopPropagation())},ge.onPointerUp=ae=>{!ae.currentTarget.contains(ae.target)||$.pointerType==="virtual"||ae.button===0&&ac(ae,ae.currentTarget)&&ie(ae,$.pointerType||ae.pointerType)};let Q=ae=>{ae.pointerId===$.activePointerId&&($.target&&ac(ae,$.target)?!$.isOverTarget&&$.pointerType!=null&&($.isOverTarget=!0,le(Po($.target,ae),$.pointerType)):$.target&&$.isOverTarget&&$.pointerType!=null&&($.isOverTarget=!1,W(Po($.target,ae),$.pointerType,!1),ve(ae)))},Ce=ae=>{ae.pointerId===$.activePointerId&&$.isPressed&&ae.button===0&&$.target&&(ac(ae,$.target)&&$.pointerType!=null?W(Po($.target,ae),$.pointerType):$.isOverTarget&&$.pointerType!=null&&W(Po($.target,ae),$.pointerType,!1),$.isPressed=!1,$.isOverTarget=!1,$.activePointerId=null,$.pointerType=null,oe(),R||vm($.target))},K=ae=>{F(ae)};ge.onDragStart=ae=>{ae.currentTarget.contains(ae.target)&&F(ae)}}else{ge.onMouseDown=K=>{if(K.button!==0||!K.currentTarget.contains(K.target))return;if(gb(K.currentTarget)&&K.preventDefault(),$.ignoreEmulatedMouseEvents){K.stopPropagation();return}$.isPressed=!0,$.isOverTarget=!0,$.target=K.currentTarget,$.pointerType=pb(K.nativeEvent)?"virtual":"mouse",!m&&!w&&Ro(K.currentTarget),le(K,$.pointerType)&&K.stopPropagation(),O(fn(K.currentTarget),"mouseup",Q,!1)},ge.onMouseEnter=K=>{if(!K.currentTarget.contains(K.target))return;let ae=!0;$.isPressed&&!$.ignoreEmulatedMouseEvents&&$.pointerType!=null&&($.isOverTarget=!0,ae=le(K,$.pointerType)),ae&&K.stopPropagation()},ge.onMouseLeave=K=>{if(!K.currentTarget.contains(K.target))return;let ae=!0;$.isPressed&&!$.ignoreEmulatedMouseEvents&&$.pointerType!=null&&($.isOverTarget=!1,ae=W(K,$.pointerType,!1),ve(K)),ae&&K.stopPropagation()},ge.onMouseUp=K=>{K.currentTarget.contains(K.target)&&!$.ignoreEmulatedMouseEvents&&K.button===0&&ie(K,$.pointerType||"mouse")};let Q=K=>{if(K.button===0){if($.isPressed=!1,oe(),$.ignoreEmulatedMouseEvents){$.ignoreEmulatedMouseEvents=!1;return}$.target&&ac(K,$.target)&&$.pointerType!=null?W(Po($.target,K),$.pointerType):$.target&&$.isOverTarget&&$.pointerType!=null&&W(Po($.target,K),$.pointerType,!1),$.isOverTarget=!1}};ge.onTouchStart=K=>{if(!K.currentTarget.contains(K.target))return;let ae=ER(K.nativeEvent);if(!ae)return;$.activePointerId=ae.identifier,$.ignoreEmulatedMouseEvents=!0,$.isOverTarget=!0,$.isPressed=!0,$.target=K.currentTarget,$.pointerType="touch",!m&&!w&&Ro(K.currentTarget),R||Vx($.target),le(K,$.pointerType)&&K.stopPropagation(),O(Qi(K.currentTarget),"scroll",Ce,!0)},ge.onTouchMove=K=>{if(!K.currentTarget.contains(K.target))return;if(!$.isPressed){K.stopPropagation();return}let ae=Kx(K.nativeEvent,$.activePointerId),Re=!0;ae&&ac(ae,K.currentTarget)?!$.isOverTarget&&$.pointerType!=null&&($.isOverTarget=!0,Re=le(K,$.pointerType)):$.isOverTarget&&$.pointerType!=null&&($.isOverTarget=!1,Re=W(K,$.pointerType,!1),ve(K)),Re&&K.stopPropagation()},ge.onTouchEnd=K=>{if(!K.currentTarget.contains(K.target))return;if(!$.isPressed){K.stopPropagation();return}let ae=Kx(K.nativeEvent,$.activePointerId),Re=!0;ae&&ac(ae,K.currentTarget)&&$.pointerType!=null?(ie(K,$.pointerType),Re=W(K,$.pointerType)):$.isOverTarget&&$.pointerType!=null&&(Re=W(K,$.pointerType,!1)),Re&&K.stopPropagation(),$.isPressed=!1,$.activePointerId=null,$.isOverTarget=!1,$.ignoreEmulatedMouseEvents=!0,$.target&&!R&&vm($.target),oe()},ge.onTouchCancel=K=>{K.currentTarget.contains(K.target)&&(K.stopPropagation(),$.isPressed&&F(K))};let Ce=K=>{$.isPressed&&K.target.contains($.target)&&F({currentTarget:$.target,shiftKey:!1,ctrlKey:!1,metaKey:!1,altKey:!1})};ge.onDragStart=K=>{K.currentTarget.contains(K.target)&&F(K)}}return ge},[O,m,w,oe,R,F,ve,W,le,ie]);return E.useEffect(()=>()=>{var $;R||vm(($=z.current.target)!==null&&$!==void 0?$:void 0)},[R]),{isPressed:S||P,pressProps:Dt(D,be)}}function mb(o){return o.tagName==="A"&&o.hasAttribute("href")}function hb(o,i){const{key:l,code:f}=o,p=i,h=p.getAttribute("role");return(l==="Enter"||l===" "||l==="Spacebar"||f==="Space")&&!(p instanceof Qi(p).HTMLInputElement&&!Yx(p,l)||p instanceof Qi(p).HTMLTextAreaElement||p.isContentEditable)&&!((h==="link"||!h&&mb(p))&&l!=="Enter")}function ER(o){const{targetTouches:i}=o;return i.length>0?i[0]:null}function Kx(o,i){const l=o.changedTouches;for(let f=0;f<l.length;f++){const p=l[f];if(p.identifier===i)return p}return null}function Po(o,i){return{currentTarget:o,shiftKey:i.shiftKey,ctrlKey:i.ctrlKey,metaKey:i.metaKey,altKey:i.altKey}}function _R(o){let i=0,l=0;return o.width!==void 0?i=o.width/2:o.radiusX!==void 0&&(i=o.radiusX),o.height!==void 0?l=o.height/2:o.radiusY!==void 0&&(l=o.radiusY),{top:o.clientY-l,right:o.clientX+i,bottom:o.clientY+l,left:o.clientX-i}}function TR(o,i){return!(o.left>i.right||i.left>o.right||o.top>i.bottom||i.top>o.bottom)}function ac(o,i){let l=i.getBoundingClientRect(),f=_R(o);return TR(l,f)}function gb(o){return!(o instanceof HTMLElement)||!o.hasAttribute("draggable")}function Wx(o,i){return o instanceof HTMLInputElement?!Yx(o,i):o instanceof HTMLButtonElement?o.type!=="submit"&&o.type!=="reset":!mb(o)}const DR=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Yx(o,i){return o.type==="checkbox"||o.type==="radio"?i===" ":DR.has(o.type)}const RR=E.forwardRef(({children:o,...i},l)=>{let f=E.useRef(!1),p=E.useContext(hd);l=cm(l||(p==null?void 0:p.ref));let h=Dt(p||{},{...i,ref:l,register(){f.current=!0,p&&p.register()}});return fb(p,l),E.useEffect(()=>{f.current||(console.warn("A PressResponder was rendered without a pressable child. Either call the usePress hook, or wrap your DOM node with <Pressable> component."),f.current=!0)},[]),E.createElement(hd.Provider,{value:h},o)});function PR({children:o}){let i=E.useMemo(()=>({register:()=>{}}),[]);return E.createElement(hd.Provider,{value:i},o)}class MR{isDefaultPrevented(){return this.nativeEvent.defaultPrevented}preventDefault(){this.defaultPrevented=!0,this.nativeEvent.preventDefault()}stopPropagation(){this.nativeEvent.stopPropagation(),this.isPropagationStopped=()=>!0}isPropagationStopped(){return!1}persist(){}constructor(i,l){this.nativeEvent=l,this.target=l.target,this.currentTarget=l.currentTarget,this.relatedTarget=l.relatedTarget,this.bubbles=l.bubbles,this.cancelable=l.cancelable,this.defaultPrevented=l.defaultPrevented,this.eventPhase=l.eventPhase,this.isTrusted=l.isTrusted,this.timeStamp=l.timeStamp,this.type=i}}function Qx(o){let i=E.useRef({isFocused:!1,observer:null});tn(()=>{const f=i.current;return()=>{f.observer&&(f.observer.disconnect(),f.observer=null)}},[]);let l=Bn(f=>{o==null||o(f)});return E.useCallback(f=>{if(f.target instanceof HTMLButtonElement||f.target instanceof HTMLInputElement||f.target instanceof HTMLTextAreaElement||f.target instanceof HTMLSelectElement){i.current.isFocused=!0;let p=f.target,h=m=>{i.current.isFocused=!1,p.disabled&&l(new MR("blur",m)),i.current.observer&&(i.current.observer.disconnect(),i.current.observer=null)};p.addEventListener("focusout",h,{once:!0}),i.current.observer=new MutationObserver(()=>{if(i.current.isFocused&&p.disabled){var m;(m=i.current.observer)===null||m===void 0||m.disconnect();let S=p===document.activeElement?null:document.activeElement;p.dispatchEvent(new FocusEvent("blur",{relatedTarget:S})),p.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:S}))}}),i.current.observer.observe(p,{attributes:!0,attributeFilter:["disabled"]})}},[l])}function gm(o){let{isDisabled:i,onFocus:l,onBlur:f,onFocusChange:p}=o;const h=E.useCallback(w=>{if(w.target===w.currentTarget)return f&&f(w),p&&p(!1),!0},[f,p]),m=Qx(h),S=E.useCallback(w=>{w.target===w.currentTarget&&document.activeElement===w.target&&(l&&l(w),p&&p(!0),m(w))},[p,l,m]);return{focusProps:{onFocus:!i&&(l||p||f)?S:void 0,onBlur:!i&&(f||p)?h:void 0}}}let Mo=null,yd=new Set,bd=new Map,Fu=!1,yb=!1;const NR={Tab:!0,Escape:!0};function ym(o,i){for(let l of yd)l(o,i)}function $R(o){return!(o.metaKey||!Ou()&&o.altKey||o.ctrlKey||o.key==="Control"||o.key==="Shift"||o.key==="Meta")}function bm(o){Fu=!0,$R(o)&&(Mo="keyboard",ym("keyboard",o))}function Xi(o){Mo="pointer",(o.type==="mousedown"||o.type==="pointerdown")&&(Fu=!0,ym("pointer",o))}function Xx(o){pb(o)&&(Fu=!0,Mo="virtual")}function Zx(o){o.target===window||o.target===document||(!Fu&&!yb&&(Mo="virtual",ym("virtual",o)),Fu=!1,yb=!1)}function Jx(){Fu=!1,yb=!0}function Sm(o){if(typeof window>"u"||bd.get(Qi(o)))return;const i=Qi(o),l=fn(o);let f=i.HTMLElement.prototype.focus;i.HTMLElement.prototype.focus=function(){Fu=!0,f.apply(this,arguments)},l.addEventListener("keydown",bm,!0),l.addEventListener("keyup",bm,!0),l.addEventListener("click",Xx,!0),i.addEventListener("focus",Zx,!0),i.addEventListener("blur",Jx,!1),typeof PointerEvent<"u"?(l.addEventListener("pointerdown",Xi,!0),l.addEventListener("pointermove",Xi,!0),l.addEventListener("pointerup",Xi,!0)):(l.addEventListener("mousedown",Xi,!0),l.addEventListener("mousemove",Xi,!0),l.addEventListener("mouseup",Xi,!0)),i.addEventListener("beforeunload",()=>{Gx(o)},{once:!0}),bd.set(i,{focus:f})}const Gx=(o,i)=>{const l=Qi(o),f=fn(o);i&&f.removeEventListener("DOMContentLoaded",i),bd.has(l)&&(l.HTMLElement.prototype.focus=bd.get(l).focus,f.removeEventListener("keydown",bm,!0),f.removeEventListener("keyup",bm,!0),f.removeEventListener("click",Xx,!0),l.removeEventListener("focus",Zx,!0),l.removeEventListener("blur",Jx,!1),typeof PointerEvent<"u"?(f.removeEventListener("pointerdown",Xi,!0),f.removeEventListener("pointermove",Xi,!0),f.removeEventListener("pointerup",Xi,!0)):(f.removeEventListener("mousedown",Xi,!0),f.removeEventListener("mousemove",Xi,!0),f.removeEventListener("mouseup",Xi,!0)),bd.delete(l))};function LR(o){const i=fn(o);let l;return i.readyState!=="loading"?Sm(o):(l=()=>{Sm(o)},i.addEventListener("DOMContentLoaded",l)),()=>Gx(o,l)}typeof document<"u"&&LR();function bb(){return Mo!=="pointer"}function Sb(){return Mo}function OR(o){Mo=o,ym(o,null)}function AR(){Sm();let[o,i]=E.useState(Mo);return E.useEffect(()=>{let l=()=>{i(Mo)};return yd.add(l),()=>{yd.delete(l)}},[]),tc()?null:o}const FR=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function zR(o,i,l){var f;const p=typeof window<"u"?Qi(l==null?void 0:l.target).HTMLInputElement:HTMLInputElement,h=typeof window<"u"?Qi(l==null?void 0:l.target).HTMLTextAreaElement:HTMLTextAreaElement,m=typeof window<"u"?Qi(l==null?void 0:l.target).HTMLElement:HTMLElement,S=typeof window<"u"?Qi(l==null?void 0:l.target).KeyboardEvent:KeyboardEvent;return o=o||(l==null?void 0:l.target)instanceof p&&!FR.has(l==null||(f=l.target)===null||f===void 0?void 0:f.type)||(l==null?void 0:l.target)instanceof h||(l==null?void 0:l.target)instanceof m&&(l==null?void 0:l.target.isContentEditable),!(o&&i==="keyboard"&&l instanceof S&&!NR[l.key])}function UR(o,i,l){Sm(),E.useEffect(()=>{let f=(p,h)=>{zR(!!(l!=null&&l.isTextInput),p,h)&&o(bb())};return yd.add(f),()=>{yd.delete(f)}},i)}function km(o){let{isDisabled:i,onBlurWithin:l,onFocusWithin:f,onFocusWithinChange:p}=o,h=E.useRef({isFocusWithin:!1}),m=E.useCallback(C=>{h.current.isFocusWithin&&!C.currentTarget.contains(C.relatedTarget)&&(h.current.isFocusWithin=!1,l&&l(C),p&&p(!1))},[l,p,h]),S=Qx(m),w=E.useCallback(C=>{!h.current.isFocusWithin&&document.activeElement===C.target&&(f&&f(C),p&&p(!0),h.current.isFocusWithin=!0,S(C))},[f,p,S]);return i?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:w,onBlur:m}}}let xm=!1,kb=0;function xb(){xm=!0,setTimeout(()=>{xm=!1},50)}function qx(o){o.pointerType==="touch"&&xb()}function BR(){if(!(typeof document>"u"))return typeof PointerEvent<"u"?document.addEventListener("pointerup",qx):document.addEventListener("touchend",xb),kb++,()=>{kb--,!(kb>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",qx):document.removeEventListener("touchend",xb))}}function _l(o){let{onHoverStart:i,onHoverChange:l,onHoverEnd:f,isDisabled:p}=o,[h,m]=E.useState(!1),S=E.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;E.useEffect(BR,[]);let{hoverProps:w,triggerHoverEnd:C}=E.useMemo(()=>{let R=(P,A)=>{if(S.pointerType=A,p||A==="touch"||S.isHovered||!P.currentTarget.contains(P.target))return;S.isHovered=!0;let z=P.currentTarget;S.target=z,i&&i({type:"hoverstart",target:z,pointerType:A}),l&&l(!0),m(!0)},T=(P,A)=>{if(S.pointerType="",S.target=null,A==="touch"||!S.isHovered)return;S.isHovered=!1;let z=P.currentTarget;f&&f({type:"hoverend",target:z,pointerType:A}),l&&l(!1),m(!1)},D={};return typeof PointerEvent<"u"?(D.onPointerEnter=P=>{xm&&P.pointerType==="mouse"||R(P,P.pointerType)},D.onPointerLeave=P=>{!p&&P.currentTarget.contains(P.target)&&T(P,P.pointerType)}):(D.onTouchStart=()=>{S.ignoreEmulatedMouseEvents=!0},D.onMouseEnter=P=>{!S.ignoreEmulatedMouseEvents&&!xm&&R(P,"mouse"),S.ignoreEmulatedMouseEvents=!1},D.onMouseLeave=P=>{!p&&P.currentTarget.contains(P.target)&&T(P,"mouse")}),{hoverProps:D,triggerHoverEnd:T}},[i,l,f,p,S]);return E.useEffect(()=>{p&&C({currentTarget:S.target},S.pointerType)},[p]),{hoverProps:w,isHovered:h}}function ew(o){let{ref:i,onInteractOutside:l,isDisabled:f,onInteractOutsideStart:p}=o,h=E.useRef({isPointerDown:!1,ignoreEmulatedMouseEvents:!1}),m=Bn(w=>{l&&wm(w,i)&&(p&&p(w),h.current.isPointerDown=!0)}),S=Bn(w=>{l&&l(w)});E.useEffect(()=>{let w=h.current;if(f)return;const C=i.current,R=fn(C);if(typeof PointerEvent<"u"){let T=D=>{w.isPointerDown&&wm(D,i)&&S(D),w.isPointerDown=!1};return R.addEventListener("pointerdown",m,!0),R.addEventListener("pointerup",T,!0),()=>{R.removeEventListener("pointerdown",m,!0),R.removeEventListener("pointerup",T,!0)}}else{let T=P=>{w.ignoreEmulatedMouseEvents?w.ignoreEmulatedMouseEvents=!1:w.isPointerDown&&wm(P,i)&&S(P),w.isPointerDown=!1},D=P=>{w.ignoreEmulatedMouseEvents=!0,w.isPointerDown&&wm(P,i)&&S(P),w.isPointerDown=!1};return R.addEventListener("mousedown",m,!0),R.addEventListener("mouseup",T,!0),R.addEventListener("touchstart",m,!0),R.addEventListener("touchend",D,!0),()=>{R.removeEventListener("mousedown",m,!0),R.removeEventListener("mouseup",T,!0),R.removeEventListener("touchstart",m,!0),R.removeEventListener("touchend",D,!0)}}},[i,f,m,S])}function wm(o,i){if(o.button>0)return!1;if(o.target){const l=o.target.ownerDocument;if(!l||!l.documentElement.contains(o.target)||o.target.closest("[data-react-aria-top-layer]"))return!1}return i.current&&!i.current.contains(o.target)}function tw(o){if(!o)return;let i=!0;return l=>{let f={...l,preventDefault(){l.preventDefault()},isDefaultPrevented(){return l.isDefaultPrevented()},stopPropagation(){console.error("stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.")},continuePropagation(){i=!1}};o(f),i&&l.stopPropagation()}}function nw(o){return{keyboardProps:o.isDisabled?{}:{onKeyDown:tw(o.onKeyDown),onKeyUp:tw(o.onKeyUp)}}}function HR(o,i){let{onScroll:l,isDisabled:f}=o,p=E.useCallback(h=>{h.ctrlKey||(h.preventDefault(),h.stopPropagation(),l&&l({deltaX:h.deltaX,deltaY:h.deltaY}))},[l]);Ax(i,"wheel",f?void 0:p)}const IR=500;function rw(o){let{isDisabled:i,onLongPressStart:l,onLongPressEnd:f,onLongPress:p,threshold:h=IR,accessibilityDescription:m}=o;const S=E.useRef();let{addGlobalListener:w,removeGlobalListener:C}=sb(),{pressProps:R}=gd({isDisabled:i,onPressStart(D){if(D.continuePropagation(),(D.pointerType==="mouse"||D.pointerType==="touch")&&(l&&l({...D,type:"longpressstart"}),S.current=setTimeout(()=>{D.target.dispatchEvent(new PointerEvent("pointercancel",{bubbles:!0})),p&&p({...D,type:"longpress"}),S.current=void 0},h),D.pointerType==="touch")){let P=A=>{A.preventDefault()};w(D.target,"contextmenu",P,{once:!0}),w(window,"pointerup",()=>{setTimeout(()=>{C(D.target,"contextmenu",P)},30)},{once:!0})}},onPressEnd(D){S.current&&clearTimeout(S.current),f&&(D.pointerType==="mouse"||D.pointerType==="touch")&&f({...D,type:"longpressend"})}}),T=gR(p&&!i?m:void 0);return{longPressProps:Dt(R,T)}}function Sd(o){const i=fn(o);if(Sb()==="virtual"){let l=i.activeElement;Lx(()=>{i.activeElement===l&&o.isConnected&&Ro(o)})}else Ro(o)}function VR(o){const i=Qi(o);if(!(o instanceof i.HTMLElement)&&!(o instanceof i.SVGElement))return!1;let{display:l,visibility:f}=o.style,p=l!=="none"&&f!=="hidden"&&f!=="collapse";if(p){const{getComputedStyle:h}=o.ownerDocument.defaultView;let{display:m,visibility:S}=h(o);p=m!=="none"&&S!=="hidden"&&S!=="collapse"}return p}function jR(o,i){return!o.hasAttribute("hidden")&&(o.nodeName==="DETAILS"&&i&&i.nodeName!=="SUMMARY"?o.hasAttribute("open"):!0)}function iw(o,i){return o.nodeName!=="#comment"&&VR(o)&&jR(o,i)&&(!o.parentElement||iw(o.parentElement,o))}const aw=E.createContext(null);let nn=null;function ow(o){let{children:i,contain:l,restoreFocus:f,autoFocus:p}=o,h=E.useRef(null),m=E.useRef(null),S=E.useRef([]),{parentNode:w}=E.useContext(aw)||{},C=E.useMemo(()=>new Eb({scopeRef:S}),[S]);tn(()=>{let D=w||Hn.root;if(Hn.getTreeNode(D.scopeRef)&&nn&&!Em(nn,D.scopeRef)){let P=Hn.getTreeNode(nn);P&&(D=P)}D.addChild(C),Hn.addNode(C)},[C,w]),tn(()=>{let D=Hn.getTreeNode(S);D&&(D.contain=!!l)},[l]),tn(()=>{var D;let P=(D=h.current)===null||D===void 0?void 0:D.nextSibling,A=[];for(;P&&P!==m.current;)A.push(P),P=P.nextSibling;S.current=A},[i]),JR(S,f,l),QR(S,l),qR(S,f,l),ZR(S,p),E.useEffect(()=>{const D=fn(S.current?S.current[0]:void 0).activeElement;let P=null;if(Nr(D,S.current)){for(let A of Hn.traverse())A.scopeRef&&Nr(D,A.scopeRef.current)&&(P=A);P===Hn.getTreeNode(S)&&(nn=P.scopeRef)}},[S]),tn(()=>()=>{var D,P,A;let z=(A=(P=Hn.getTreeNode(S))===null||P===void 0||(D=P.parent)===null||D===void 0?void 0:D.scopeRef)!==null&&A!==void 0?A:null;(S===nn||Em(S,nn))&&(!z||Hn.getTreeNode(z))&&(nn=z),Hn.removeTreeNode(S)},[S]);let R=E.useMemo(()=>KR(S),[]),T=E.useMemo(()=>({focusManager:R,parentNode:C}),[C,R]);return E.createElement(aw.Provider,{value:T},E.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:h}),i,E.createElement("span",{"data-focus-scope-end":!0,hidden:!0,ref:m}))}function KR(o){return{focusNext(i={}){let l=o.current,{from:f,tabbable:p,wrap:h,accept:m}=i,S=f||fn(l[0]).activeElement,w=l[0].previousElementSibling,C=zu(l),R=$o(C,{tabbable:p,accept:m},l);R.currentNode=Nr(S,l)?S:w;let T=R.nextNode();return!T&&h&&(R.currentNode=w,T=R.nextNode()),T&&No(T,!0),T},focusPrevious(i={}){let l=o.current,{from:f,tabbable:p,wrap:h,accept:m}=i,S=f||fn(l[0]).activeElement,w=l[l.length-1].nextElementSibling,C=zu(l),R=$o(C,{tabbable:p,accept:m},l);R.currentNode=Nr(S,l)?S:w;let T=R.previousNode();return!T&&h&&(R.currentNode=w,T=R.previousNode()),T&&No(T,!0),T},focusFirst(i={}){let l=o.current,{tabbable:f,accept:p}=i,h=zu(l),m=$o(h,{tabbable:f,accept:p},l);m.currentNode=l[0].previousElementSibling;let S=m.nextNode();return S&&No(S,!0),S},focusLast(i={}){let l=o.current,{tabbable:f,accept:p}=i,h=zu(l),m=$o(h,{tabbable:f,accept:p},l);m.currentNode=l[l.length-1].nextElementSibling;let S=m.previousNode();return S&&No(S,!0),S}}}const wb=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"],WR=wb.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";wb.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const YR=wb.join(':not([hidden]):not([tabindex="-1"]),');function zu(o){return o[0].parentElement}function kd(o){let i=Hn.getTreeNode(nn);for(;i&&i.scopeRef!==o;){if(i.contain)return!1;i=i.parent}return!0}function QR(o,i){let l=E.useRef(),f=E.useRef();tn(()=>{let p=o.current;if(!i){f.current&&(cancelAnimationFrame(f.current),f.current=void 0);return}const h=fn(p?p[0]:void 0);let m=C=>{if(C.key!=="Tab"||C.altKey||C.ctrlKey||C.metaKey||!kd(o))return;let R=h.activeElement,T=o.current;if(!T||!Nr(R,T))return;let D=zu(T),P=$o(D,{tabbable:!0},T);if(!R)return;P.currentNode=R;let A=C.shiftKey?P.previousNode():P.nextNode();A||(P.currentNode=C.shiftKey?T[T.length-1].nextElementSibling:T[0].previousElementSibling,A=C.shiftKey?P.previousNode():P.nextNode()),C.preventDefault(),A&&No(A,!0)},S=C=>{(!nn||Em(nn,o))&&Nr(C.target,o.current)?(nn=o,l.current=C.target):kd(o)&&!Cm(C.target,o)?l.current?l.current.focus():nn&&nn.current&&_m(nn.current):kd(o)&&(l.current=C.target)},w=C=>{f.current&&cancelAnimationFrame(f.current),f.current=requestAnimationFrame(()=>{if(h.activeElement&&kd(o)&&!Cm(h.activeElement,o))if(nn=o,h.body.contains(C.target)){var R;l.current=C.target,(R=l.current)===null||R===void 0||R.focus()}else nn.current&&_m(nn.current)})};return h.addEventListener("keydown",m,!1),h.addEventListener("focusin",S,!1),p==null||p.forEach(C=>C.addEventListener("focusin",S,!1)),p==null||p.forEach(C=>C.addEventListener("focusout",w,!1)),()=>{h.removeEventListener("keydown",m,!1),h.removeEventListener("focusin",S,!1),p==null||p.forEach(C=>C.removeEventListener("focusin",S,!1)),p==null||p.forEach(C=>C.removeEventListener("focusout",w,!1))}},[o,i]),tn(()=>()=>{f.current&&cancelAnimationFrame(f.current)},[f])}function lw(o){return Cm(o)}function Nr(o,i){return!o||!i?!1:i.some(l=>l.contains(o))}function Cm(o,i=null){if(o instanceof Element&&o.closest("[data-react-aria-top-layer]"))return!0;for(let{scopeRef:l}of Hn.traverse(Hn.getTreeNode(i)))if(l&&Nr(o,l.current))return!0;return!1}function XR(o){return Cm(o,nn)}function Em(o,i){var l;let f=(l=Hn.getTreeNode(i))===null||l===void 0?void 0:l.parent;for(;f;){if(f.scopeRef===o)return!0;f=f.parent}return!1}function No(o,i=!1){if(o!=null&&!i)try{Sd(o)}catch{}else if(o!=null)try{o.focus()}catch{}}function _m(o,i=!0){let l=o[0].previousElementSibling,f=zu(o),p=$o(f,{tabbable:i},o);p.currentNode=l;let h=p.nextNode();i&&!h&&(f=zu(o),p=$o(f,{tabbable:!1},o),p.currentNode=l,h=p.nextNode()),No(h)}function ZR(o,i){const l=E.useRef(i);E.useEffect(()=>{if(l.current){nn=o;const f=fn(o.current?o.current[0]:void 0);!Nr(f.activeElement,nn.current)&&o.current&&_m(o.current)}l.current=!1},[o])}function JR(o,i,l){tn(()=>{if(i||l)return;let f=o.current;const p=fn(f?f[0]:void 0);let h=m=>{let S=m.target;Nr(S,o.current)?nn=o:lw(S)||(nn=null)};return p.addEventListener("focusin",h,!1),f==null||f.forEach(m=>m.addEventListener("focusin",h,!1)),()=>{p.removeEventListener("focusin",h,!1),f==null||f.forEach(m=>m.removeEventListener("focusin",h,!1))}},[o,i,l])}function GR(o){let i=Hn.getTreeNode(nn);for(;i&&i.scopeRef!==o;){if(i.nodeToRestore)return!1;i=i.parent}return(i==null?void 0:i.scopeRef)===o}function qR(o,i,l){const f=E.useRef(typeof document<"u"?fn(o.current?o.current[0]:void 0).activeElement:null);tn(()=>{let p=o.current;const h=fn(p?p[0]:void 0);if(!i||l)return;let m=()=>{(!nn||Em(nn,o))&&Nr(h.activeElement,o.current)&&(nn=o)};return h.addEventListener("focusin",m,!1),p==null||p.forEach(S=>S.addEventListener("focusin",m,!1)),()=>{h.removeEventListener("focusin",m,!1),p==null||p.forEach(S=>S.removeEventListener("focusin",m,!1))}},[o,l]),tn(()=>{const p=fn(o.current?o.current[0]:void 0);if(!i)return;let h=m=>{if(m.key!=="Tab"||m.altKey||m.ctrlKey||m.metaKey||!kd(o))return;let S=p.activeElement;if(!Nr(S,o.current))return;let w=Hn.getTreeNode(o);if(!w)return;let C=w.nodeToRestore,R=$o(p.body,{tabbable:!0});R.currentNode=S;let T=m.shiftKey?R.previousNode():R.nextNode();if((!C||!p.body.contains(C)||C===p.body)&&(C=void 0,w.nodeToRestore=void 0),(!T||!Nr(T,o.current))&&C){R.currentNode=C;do T=m.shiftKey?R.previousNode():R.nextNode();while(Nr(T,o.current));m.preventDefault(),m.stopPropagation(),T?No(T,!0):lw(C)?No(C,!0):S.blur()}};return l||p.addEventListener("keydown",h,!0),()=>{l||p.removeEventListener("keydown",h,!0)}},[o,i,l]),tn(()=>{const p=fn(o.current?o.current[0]:void 0);if(!i)return;let h=Hn.getTreeNode(o);if(h){var m;return h.nodeToRestore=(m=f.current)!==null&&m!==void 0?m:void 0,()=>{let S=Hn.getTreeNode(o);if(!S)return;let w=S.nodeToRestore;if(i&&w&&(Nr(p.activeElement,o.current)||p.activeElement===p.body&&GR(o))){let C=Hn.clone();requestAnimationFrame(()=>{if(p.activeElement===p.body){let R=C.getTreeNode(o);for(;R;){if(R.nodeToRestore&&R.nodeToRestore.isConnected){No(R.nodeToRestore);return}R=R.parent}for(R=C.getTreeNode(o);R;){if(R.scopeRef&&R.scopeRef.current&&Hn.getTreeNode(R.scopeRef)){_m(R.scopeRef.current,!0);return}R=R.parent}}})}}}},[o,i])}function $o(o,i,l){let f=i!=null&&i.tabbable?YR:WR,p=fn(o).createTreeWalker(o,NodeFilter.SHOW_ELEMENT,{acceptNode(h){var m;return!(i==null||(m=i.from)===null||m===void 0)&&m.contains(h)?NodeFilter.FILTER_REJECT:h.matches(f)&&iw(h)&&(!l||Nr(h,l))&&(!(i!=null&&i.accept)||i.accept(h))?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});return i!=null&&i.from&&(p.currentNode=i.from),p}class Cb{get size(){return this.fastMap.size}getTreeNode(i){return this.fastMap.get(i)}addTreeNode(i,l,f){let p=this.fastMap.get(l??null);if(!p)return;let h=new Eb({scopeRef:i});p.addChild(h),h.parent=p,this.fastMap.set(i,h),f&&(h.nodeToRestore=f)}addNode(i){this.fastMap.set(i.scopeRef,i)}removeTreeNode(i){if(i===null)return;let l=this.fastMap.get(i);if(!l)return;let f=l.parent;for(let h of this.traverse())h!==l&&l.nodeToRestore&&h.nodeToRestore&&l.scopeRef&&l.scopeRef.current&&Nr(h.nodeToRestore,l.scopeRef.current)&&(h.nodeToRestore=l.nodeToRestore);let p=l.children;f&&(f.removeChild(l),p.size>0&&p.forEach(h=>f&&f.addChild(h))),this.fastMap.delete(l.scopeRef)}*traverse(i=this.root){if(i.scopeRef!=null&&(yield i),i.children.size>0)for(let l of i.children)yield*this.traverse(l)}clone(){var i;let l=new Cb;var f;for(let p of this.traverse())l.addTreeNode(p.scopeRef,(f=(i=p.parent)===null||i===void 0?void 0:i.scopeRef)!==null&&f!==void 0?f:null,p.nodeToRestore);return l}constructor(){this.fastMap=new Map,this.root=new Eb({scopeRef:null}),this.fastMap.set(null,this.root)}}class Eb{addChild(i){this.children.add(i),i.parent=this}removeChild(i){this.children.delete(i),i.parent=void 0}constructor(i){this.children=new Set,this.contain=!1,this.scopeRef=i.scopeRef}}let Hn=new Cb;function Tl(o={}){let{autoFocus:i=!1,isTextInput:l,within:f}=o,p=E.useRef({isFocused:!1,isFocusVisible:i||bb()}),[h,m]=E.useState(!1),[S,w]=E.useState(()=>p.current.isFocused&&p.current.isFocusVisible),C=E.useCallback(()=>w(p.current.isFocused&&p.current.isFocusVisible),[]),R=E.useCallback(P=>{p.current.isFocused=P,m(P),C()},[C]);UR(P=>{p.current.isFocusVisible=P,C()},[],{isTextInput:l});let{focusProps:T}=gm({isDisabled:f,onFocusChange:R}),{focusWithinProps:D}=km({isDisabled:!f,onFocusWithinChange:R});return{isFocused:h,isFocusVisible:S,focusProps:f?D:T}}let e6=E.createContext(null);function t6(o){let i=E.useContext(e6)||{};fb(i,o);let{ref:l,...f}=i;return f}function _b(o,i){let{focusProps:l}=gm(o),{keyboardProps:f}=nw(o),p=Dt(l,f),h=t6(i),m=o.isDisabled?{}:h,S=E.useRef(o.autoFocus);return E.useEffect(()=>{S.current&&i.current&&Sd(i.current),S.current=!1},[i]),{focusableProps:Dt({...p,tabIndex:o.excludeFromTabOrder&&!o.isDisabled?-1:void 0},m)}}function n6(o,i){let{elementType:l="a",onPress:f,onPressStart:p,onPressEnd:h,onClick:m,isDisabled:S,...w}=o,C={};l!=="a"&&(C={role:"link",tabIndex:S?void 0:0});let{focusableProps:R}=_b(o,i),{pressProps:T,isPressed:D}=gd({onPress:f,onPressStart:p,onPressEnd:h,isDisabled:S,ref:i}),P=oi(w,{labelable:!0,isLink:l==="a"}),A=Dt(R,T),z=sm();return{isPressed:D,linkProps:Dt(P,{...A,...C,"aria-disabled":S||void 0,"aria-current":o["aria-current"],onClick:O=>{var oe;(oe=T.onClick)===null||oe===void 0||oe.call(T,O),m&&(m(O),console.warn("onClick is deprecated, please use onPress")),!z.isNative&&O.currentTarget instanceof HTMLAnchorElement&&O.currentTarget.href&&!O.isDefaultPrevented()&&dR(O.currentTarget,O)&&(O.preventDefault(),z.open(O.currentTarget,O))}})}}const r6=Symbol.for("react-aria.i18n.locale"),i6=Symbol.for("react-aria.i18n.strings");let oc;class Tm{getStringForLocale(i,l){let p=this.getStringsForLocale(l)[i];if(!p)throw new Error(`Could not find intl message ${i} in ${l} locale`);return p}getStringsForLocale(i){let l=this.strings[i];return l||(l=a6(i,this.strings,this.defaultLocale),this.strings[i]=l),l}static getGlobalDictionaryForPackage(i){if(typeof window>"u")return null;let l=window[r6];if(oc===void 0){let p=window[i6];if(!p)return null;oc={};for(let h in p)oc[h]=new Tm({[l]:p[h]},l)}let f=oc==null?void 0:oc[i];if(!f)throw new Error(`Strings for package "${i}" were not included by LocalizedStringProvider. Please add it to the list passed to createLocalizedStringDictionary.`);return f}constructor(i,l="en-US"){this.strings={...i},this.defaultLocale=l}}function a6(o,i,l="en-US"){if(i[o])return i[o];let f=o6(o);if(i[f])return i[f];for(let p in i)if(p.startsWith(f+"-"))return i[p];return i[l]}function o6(o){return Intl.Locale?new Intl.Locale(o).language:o.split("-")[0]}const uw=new Map,sw=new Map;class l6{format(i,l){let f=this.strings.getStringForLocale(i,this.locale);return typeof f=="function"?f(l,this):f}plural(i,l,f="cardinal"){let p=l["="+i];if(p)return typeof p=="function"?p():p;let h=this.locale+":"+f,m=uw.get(h);m||(m=new Intl.PluralRules(this.locale,{type:f}),uw.set(h,m));let S=m.select(i);return p=l[S]||l.other,typeof p=="function"?p():p}number(i){let l=sw.get(this.locale);return l||(l=new Intl.NumberFormat(this.locale),sw.set(this.locale,l)),l.format(i)}select(i,l){let f=i[l]||i.other;return typeof f=="function"?f():f}constructor(i,l){this.locale=i,this.strings=l}}let Tb=new Map,Db=!1;try{Db=new Intl.NumberFormat("de-DE",{signDisplay:"exceptZero"}).resolvedOptions().signDisplay==="exceptZero"}catch{}let Dm=!1;try{Dm=new Intl.NumberFormat("de-DE",{style:"unit",unit:"degree"}).resolvedOptions().style==="unit"}catch{}const cw={degree:{narrow:{default:"°","ja-JP":" 度","zh-TW":"度","sl-SI":" °"}}};class Rm{format(i){let l="";if(!Db&&this.options.signDisplay!=null?l=s6(this.numberFormatter,this.options.signDisplay,i):l=this.numberFormatter.format(i),this.options.style==="unit"&&!Dm){var f;let{unit:p,unitDisplay:h="short",locale:m}=this.resolvedOptions();if(!p)return l;let S=(f=cw[p])===null||f===void 0?void 0:f[h];l+=S[m]||S.default}return l}formatToParts(i){return this.numberFormatter.formatToParts(i)}formatRange(i,l){if(typeof this.numberFormatter.formatRange=="function")return this.numberFormatter.formatRange(i,l);if(l<i)throw new RangeError("End date must be >= start date");return`${this.format(i)} – ${this.format(l)}`}formatRangeToParts(i,l){if(typeof this.numberFormatter.formatRangeToParts=="function")return this.numberFormatter.formatRangeToParts(i,l);if(l<i)throw new RangeError("End date must be >= start date");let f=this.numberFormatter.formatToParts(i),p=this.numberFormatter.formatToParts(l);return[...f.map(h=>({...h,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...p.map(h=>({...h,source:"endRange"}))]}resolvedOptions(){let i=this.numberFormatter.resolvedOptions();return!Db&&this.options.signDisplay!=null&&(i={...i,signDisplay:this.options.signDisplay}),!Dm&&this.options.style==="unit"&&(i={...i,style:"unit",unit:this.options.unit,unitDisplay:this.options.unitDisplay}),i}constructor(i,l={}){this.numberFormatter=u6(i,l),this.options=l}}function u6(o,i={}){let{numberingSystem:l}=i;if(l&&o.includes("-nu-")&&(o.includes("-u-")||(o+="-u-"),o+=`-nu-${l}`),i.style==="unit"&&!Dm){var f;let{unit:m,unitDisplay:S="short"}=i;if(!m)throw new Error('unit option must be provided with style: "unit"');if(!(!((f=cw[m])===null||f===void 0)&&f[S]))throw new Error(`Unsupported unit ${m} with unitDisplay = ${S}`);i={...i,style:"decimal"}}let p=o+(i?Object.entries(i).sort((m,S)=>m[0]<S[0]?-1:1).join():"");if(Tb.has(p))return Tb.get(p);let h=new Intl.NumberFormat(o,i);return Tb.set(p,h),h}function s6(o,i,l){if(i==="auto")return o.format(l);if(i==="never")return o.format(Math.abs(l));{let f=!1;if(i==="always"?f=l>0||Object.is(l,0):i==="exceptZero"&&(Object.is(l,-0)||Object.is(l,0)?l=Math.abs(l):f=l>0),f){let p=o.format(-l),h=o.format(l),m=p.replace(h,"").replace(/\u200e|\u061C/,"");return[...m].length!==1&&console.warn("@react-aria/i18n polyfill for NumberFormat signDisplay: Unsupported case"),p.replace(h,"!!!").replace(m,"+").replace("!!!",h)}else return o.format(l)}}const c6=new RegExp("^.*\\(.*\\).*$"),f6=["latn","arab","hanidec"];class fw{parse(i){return Rb(this.locale,this.options,i).parse(i)}isValidPartialNumber(i,l,f){return Rb(this.locale,this.options,i).isValidPartialNumber(i,l,f)}getNumberingSystem(i){return Rb(this.locale,this.options,i).options.numberingSystem}constructor(i,l={}){this.locale=i,this.options=l}}const dw=new Map;function Rb(o,i,l){let f=pw(o,i);if(!o.includes("-nu-")&&!f.isValidPartialNumber(l)){for(let p of f6)if(p!==f.options.numberingSystem){let h=pw(o+(o.includes("-u-")?"-nu-":"-u-nu-")+p,i);if(h.isValidPartialNumber(l))return h}}return f}function pw(o,i){let l=o+(i?Object.entries(i).sort((p,h)=>p[0]<h[0]?-1:1).join():""),f=dw.get(l);return f||(f=new d6(o,i),dw.set(l,f)),f}class d6{parse(i){let l=this.sanitize(i);if(this.symbols.group&&(l=Pm(l,this.symbols.group,"")),this.symbols.decimal&&(l=l.replace(this.symbols.decimal,".")),this.symbols.minusSign&&(l=l.replace(this.symbols.minusSign,"-")),l=l.replace(this.symbols.numeral,this.symbols.index),this.options.style==="percent"){let p=l.indexOf("-");l=l.replace("-","");let h=l.indexOf(".");h===-1&&(h=l.length),l=l.replace(".",""),h-2===0?l=`0.${l}`:h-2===-1?l=`0.0${l}`:h-2===-2?l="0.00":l=`${l.slice(0,h-2)}.${l.slice(h-2)}`,p>-1&&(l=`-${l}`)}let f=l?+l:NaN;if(isNaN(f))return NaN;if(this.options.style==="percent"){let p={...this.options,style:"decimal",minimumFractionDigits:Math.min(this.options.minimumFractionDigits+2,20),maximumFractionDigits:Math.min(this.options.maximumFractionDigits+2,20)};return new fw(this.locale,p).parse(new Rm(this.locale,p).format(f))}return this.options.currencySign==="accounting"&&c6.test(i)&&(f=-1*f),f}sanitize(i){return i=i.replace(this.symbols.literals,""),this.symbols.minusSign&&(i=i.replace("-",this.symbols.minusSign)),this.options.numberingSystem==="arab"&&(this.symbols.decimal&&(i=i.replace(",",this.symbols.decimal),i=i.replace("،",this.symbols.decimal)),this.symbols.group&&(i=Pm(i,".",this.symbols.group))),this.options.locale==="fr-FR"&&(i=Pm(i,"."," ")),i}isValidPartialNumber(i,l=-1/0,f=1/0){return i=this.sanitize(i),this.symbols.minusSign&&i.startsWith(this.symbols.minusSign)&&l<0?i=i.slice(this.symbols.minusSign.length):this.symbols.plusSign&&i.startsWith(this.symbols.plusSign)&&f>0&&(i=i.slice(this.symbols.plusSign.length)),this.symbols.group&&i.startsWith(this.symbols.group)||this.symbols.decimal&&i.indexOf(this.symbols.decimal)>-1&&this.options.maximumFractionDigits===0?!1:(this.symbols.group&&(i=Pm(i,this.symbols.group,"")),i=i.replace(this.symbols.numeral,""),this.symbols.decimal&&(i=i.replace(this.symbols.decimal,"")),i.length===0)}constructor(i,l={}){this.locale=i,this.formatter=new Intl.NumberFormat(i,l),this.options=this.formatter.resolvedOptions(),this.symbols=v6(i,this.formatter,this.options,l);var f,p;this.options.style==="percent"&&(((f=this.options.minimumFractionDigits)!==null&&f!==void 0?f:0)>18||((p=this.options.maximumFractionDigits)!==null&&p!==void 0?p:0)>18)&&console.warn("NumberParser cannot handle percentages with greater than 18 decimal places, please reduce the number in your options.")}}const vw=new Set(["decimal","fraction","integer","minusSign","plusSign","group"]),p6=[0,4,2,1,11,20,3,7,100,21,.1,1.1];function v6(o,i,l,f){var p,h,m,S;let w=new Intl.NumberFormat(o,{...l,minimumSignificantDigits:1,maximumSignificantDigits:21}),C=w.formatToParts(-10000.111),R=w.formatToParts(10000.111),T=p6.map(J=>w.formatToParts(J));var D;let P=(D=(p=C.find(J=>J.type==="minusSign"))===null||p===void 0?void 0:p.value)!==null&&D!==void 0?D:"-",A=(h=R.find(J=>J.type==="plusSign"))===null||h===void 0?void 0:h.value;!A&&((f==null?void 0:f.signDisplay)==="exceptZero"||(f==null?void 0:f.signDisplay)==="always")&&(A="+");let O=(m=new Intl.NumberFormat(o,{...l,minimumFractionDigits:2,maximumFractionDigits:2}).formatToParts(.001).find(J=>J.type==="decimal"))===null||m===void 0?void 0:m.value,oe=(S=C.find(J=>J.type==="group"))===null||S===void 0?void 0:S.value,le=C.filter(J=>!vw.has(J.type)).map(J=>mw(J.value)),W=T.flatMap(J=>J.filter(Q=>!vw.has(Q.type)).map(Q=>mw(Q.value))),ie=[...new Set([...le,...W])].sort((J,Q)=>Q.length-J.length),F=ie.length===0?new RegExp("[\\p{White_Space}]","gu"):new RegExp(`${ie.join("|")}|[\\p{White_Space}]`,"gu"),ve=[...new Intl.NumberFormat(l.locale,{useGrouping:!1}).format(9876543210)].reverse(),be=new Map(ve.map((J,Q)=>[J,Q])),$=new RegExp(`[${ve.join("")}]`,"g");return{minusSign:P,plusSign:A,decimal:O,group:oe,literals:F,numeral:$,index:J=>String(be.get(J))}}function Pm(o,i,l){return o.replaceAll?o.replaceAll(i,l):o.split(i).join(l)}function mw(o){return o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}const m6=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),h6=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function g6(o){if(Intl.Locale){let l=new Intl.Locale(o).maximize(),f=typeof l.getTextInfo=="function"?l.getTextInfo():l.textInfo;if(f)return f.direction==="rtl";if(l.script)return m6.has(l.script)}let i=o.split("-")[0];return h6.has(i)}const y6=Symbol.for("react-aria.i18n.locale");function hw(){let o=typeof window<"u"&&window[y6]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([o])}catch{o="en-US"}return{locale:o,direction:g6(o)?"rtl":"ltr"}}let Pb=hw(),xd=new Set;function gw(){Pb=hw();for(let o of xd)o(Pb)}function b6(){let o=tc(),[i,l]=E.useState(Pb);return E.useEffect(()=>(xd.size===0&&window.addEventListener("languagechange",gw),xd.add(l),()=>{xd.delete(l),xd.size===0&&window.removeEventListener("languagechange",gw)}),[]),o?{locale:"en-US",direction:"ltr"}:i}const S6=E.createContext(null);function Uu(){let o=b6();return E.useContext(S6)||o}const yw=new WeakMap;function k6(o){let i=yw.get(o);return i||(i=new Tm(o),yw.set(o,i)),i}function x6(o,i){return i&&Tm.getGlobalDictionaryForPackage(i)||k6(o)}function Mm(o,i){let{locale:l}=Uu(),f=x6(o,i);return E.useMemo(()=>new l6(l,f),[l,f])}function bw(o={}){let{locale:i}=Uu();return E.useMemo(()=>new Rm(i,o),[i,o])}let Mb=new Map;function w6(o){let{locale:i}=Uu(),l=i+(o?Object.entries(o).sort((p,h)=>p[0]<h[0]?-1:1).join():"");if(Mb.has(l))return Mb.get(l);let f=new Intl.Collator(i,o);return Mb.set(l,f),f}function C6(o,i){let{elementType:l="button",isDisabled:f,onPress:p,onPressStart:h,onPressEnd:m,onPressUp:S,onPressChange:w,preventFocusOnPress:C,allowFocusWhenDisabled:R,onClick:T,href:D,target:P,rel:A,type:z="button"}=o,O;l==="button"?O={type:z,disabled:f}:O={role:"button",tabIndex:f?void 0:0,href:l==="a"&&f?void 0:D,target:l==="a"?P:void 0,type:l==="input"?z:void 0,disabled:l==="input"?f:void 0,"aria-disabled":!f||l==="input"?void 0:f,rel:l==="a"?A:void 0};let{pressProps:oe,isPressed:le}=gd({onPressStart:h,onPressEnd:m,onPressChange:w,onPress:p,onPressUp:S,isDisabled:f,preventFocusOnPress:C,ref:i}),{focusableProps:W}=_b(o,i);R&&(W.tabIndex=f?-1:W.tabIndex);let ie=Dt(W,oe,oi(o,{labelable:!0}));return{isPressed:le,buttonProps:Dt(O,ie,{"aria-haspopup":o["aria-haspopup"],"aria-expanded":o["aria-expanded"],"aria-controls":o["aria-controls"],"aria-pressed":o["aria-pressed"],onClick:F=>{T&&(T(F),console.warn("onClick is deprecated, please use onPress"))}})}}const Sw=7e3;let wd=null;function E6(o,i="assertive",l=Sw){wd||(wd=new T6),wd.announce(o,i,l)}function _6(o){wd&&wd.clear(o)}class T6{createLog(i){let l=document.createElement("div");return l.setAttribute("role","log"),l.setAttribute("aria-live",i),l.setAttribute("aria-relevant","additions"),l}destroy(){this.node&&(document.body.removeChild(this.node),this.node=null)}announce(i,l="assertive",f=Sw){if(!this.node)return;let p=document.createElement("div");p.textContent=i,l==="assertive"?this.assertiveLog.appendChild(p):this.politeLog.appendChild(p),i!==""&&setTimeout(()=>{p.remove()},f)}clear(i){this.node&&((!i||i==="assertive")&&(this.assertiveLog.innerHTML=""),(!i||i==="polite")&&(this.politeLog.innerHTML=""))}constructor(){this.node=document.createElement("div"),this.node.dataset.liveAnnouncer="true",Object.assign(this.node.style,{border:0,clip:"rect(0 0 0 0)",clipPath:"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"}),this.assertiveLog=this.createLog("assertive"),this.node.appendChild(this.assertiveLog),this.politeLog=this.createLog("polite"),this.node.appendChild(this.politeLog),document.body.prepend(this.node)}}function D6(o,i,l){let{validationBehavior:f,focus:p}=o;tn(()=>{if(f==="native"&&(l!=null&&l.current)){let w=i.realtimeValidation.isInvalid?i.realtimeValidation.validationErrors.join(" ")||"Invalid value.":"";l.current.setCustomValidity(w),l.current.hasAttribute("title")||(l.current.title=""),i.realtimeValidation.isInvalid||i.updateValidation(P6(l.current))}});let h=Bn(()=>{i.resetValidation()}),m=Bn(w=>{var C;i.displayValidation.isInvalid||i.commitValidation();let R=l==null||(C=l.current)===null||C===void 0?void 0:C.form;if(!w.defaultPrevented&&l&&R&&M6(R)===l.current){var T;p?p():(T=l.current)===null||T===void 0||T.focus(),OR("keyboard")}w.preventDefault()}),S=Bn(()=>{i.commitValidation()});E.useEffect(()=>{let w=l==null?void 0:l.current;if(!w)return;let C=w.form;return w.addEventListener("invalid",m),w.addEventListener("change",S),C==null||C.addEventListener("reset",h),()=>{w.removeEventListener("invalid",m),w.removeEventListener("change",S),C==null||C.removeEventListener("reset",h)}},[l,m,S,h,f])}function R6(o){let i=o.validity;return{badInput:i.badInput,customError:i.customError,patternMismatch:i.patternMismatch,rangeOverflow:i.rangeOverflow,rangeUnderflow:i.rangeUnderflow,stepMismatch:i.stepMismatch,tooLong:i.tooLong,tooShort:i.tooShort,typeMismatch:i.typeMismatch,valueMissing:i.valueMissing,valid:i.valid}}function P6(o){return{isInvalid:!o.validity.valid,validationDetails:R6(o),validationErrors:o.validationMessage?[o.validationMessage]:[]}}function M6(o){for(let i=0;i<o.elements.length;i++){let l=o.elements[i];if(!l.validity.valid)return l}return null}const kw={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valueMissing:!1,valid:!0},xw={...kw,customError:!0,valid:!1},Cd={isInvalid:!1,validationDetails:kw,validationErrors:[]},N6=E.createContext({}),Nb="__formValidationState"+Date.now();function ww(o){if(o[Nb]){let{realtimeValidation:i,displayValidation:l,updateValidation:f,resetValidation:p,commitValidation:h}=o[Nb];return{realtimeValidation:i,displayValidation:l,updateValidation:f,resetValidation:p,commitValidation:h}}return $6(o)}function $6(o){let{isInvalid:i,validationState:l,name:f,value:p,builtinValidation:h,validate:m,validationBehavior:S="aria"}=o;l&&(i||(i=l==="invalid"));let w=i?{isInvalid:!0,validationErrors:[],validationDetails:xw}:null,C=E.useMemo(()=>Cw(L6(m,p)),[m,p]);h!=null&&h.validationDetails.valid&&(h=null);let R=E.useContext(N6),T=E.useMemo(()=>f?Array.isArray(f)?f.flatMap(J=>$b(R[J])):$b(R[f]):[],[R,f]),[D,P]=E.useState(R),[A,z]=E.useState(!1);R!==D&&(P(R),z(!1));let O=E.useMemo(()=>Cw(A?[]:T),[A,T]),oe=E.useRef(Cd),[le,W]=E.useState(Cd),ie=E.useRef(Cd),F=()=>{if(!ve)return;be(!1);let J=C||h||oe.current;Lb(J,ie.current)||(ie.current=J,W(J))},[ve,be]=E.useState(!1);return E.useEffect(F),{realtimeValidation:w||O||C||h||Cd,displayValidation:S==="native"?w||O||le:w||O||C||h||le,updateValidation(J){S==="aria"&&!Lb(le,J)?W(J):oe.current=J},resetValidation(){let J=Cd;Lb(J,ie.current)||(ie.current=J,W(J)),S==="native"&&be(!1),z(!0)},commitValidation(){S==="native"&&be(!0),z(!0)}}}function $b(o){return o?Array.isArray(o)?o:[o]:[]}function L6(o,i){if(typeof o=="function"){let l=o(i);if(l&&typeof l!="boolean")return $b(l)}return[]}function Cw(o){return o.length?{isInvalid:!0,validationErrors:o,validationDetails:xw}:null}function Lb(o,i){return o===i?!0:o&&i&&o.isInvalid===i.isInvalid&&o.validationErrors.length===i.validationErrors.length&&o.validationErrors.every((l,f)=>l===i.validationErrors[f])&&Object.entries(o.validationDetails).every(([l,f])=>i.validationDetails[l]===f)}function O6(o){let{id:i,label:l,"aria-labelledby":f,"aria-label":p,labelElementType:h="label"}=o;i=Yi(i);let m=Yi(),S={};l?(f=f?`${m} ${f}`:m,S={id:m,htmlFor:h==="label"?i:void 0}):!f&&!p&&console.warn("If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility");let w=Ox({id:i,"aria-label":p,"aria-labelledby":f});return{labelProps:S,fieldProps:w}}function A6(o){let{description:i,errorMessage:l,isInvalid:f,validationState:p}=o,{labelProps:h,fieldProps:m}=O6(o),S=vd([!!i,!!l,f,p]),w=vd([!!i,!!l,f,p]);return m=Dt(m,{"aria-describedby":[S,w,o["aria-describedby"]].filter(Boolean).join(" ")||void 0}),{labelProps:h,fieldProps:m,descriptionProps:{id:S},errorMessageProps:{id:w}}}var Ew={};Ew={dismiss:"تجاهل"};var _w={};_w={dismiss:"Отхвърляне"};var Tw={};Tw={dismiss:"Odstranit"};var Dw={};Dw={dismiss:"Luk"};var Rw={};Rw={dismiss:"Schließen"};var Pw={};Pw={dismiss:"Απόρριψη"};var Mw={};Mw={dismiss:"Dismiss"};var Nw={};Nw={dismiss:"Descartar"};var $w={};$w={dismiss:"Lõpeta"};var Lw={};Lw={dismiss:"Hylkää"};var Ow={};Ow={dismiss:"Rejeter"};var Aw={};Aw={dismiss:"התעלם"};var Fw={};Fw={dismiss:"Odbaci"};var zw={};zw={dismiss:"Elutasítás"};var Uw={};Uw={dismiss:"Ignora"};var Bw={};Bw={dismiss:"閉じる"};var Hw={};Hw={dismiss:"무시"};var Iw={};Iw={dismiss:"Atmesti"};var Vw={};Vw={dismiss:"Nerādīt"};var jw={};jw={dismiss:"Lukk"};var Kw={};Kw={dismiss:"Negeren"};var Ww={};Ww={dismiss:"Zignoruj"};var Yw={};Yw={dismiss:"Descartar"};var Qw={};Qw={dismiss:"Dispensar"};var Xw={};Xw={dismiss:"Revocare"};var Zw={};Zw={dismiss:"Пропустить"};var Jw={};Jw={dismiss:"Zrušiť"};var Gw={};Gw={dismiss:"Opusti"};var qw={};qw={dismiss:"Odbaci"};var eC={};eC={dismiss:"Avvisa"};var tC={};tC={dismiss:"Kapat"};var nC={};nC={dismiss:"Скасувати"};var rC={};rC={dismiss:"取消"};var iC={};iC={dismiss:"關閉"};function F6(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}var Ob={exports:{}},li={},Nm={exports:{}},Ab={};/**
3
3
  * @license React
4
4
  * scheduler.production.min.js
5
5
  *
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * This source code is licensed under the MIT license found in the
9
9
  * LICENSE file in the root directory of this source tree.
10
- */var ux;function mD(){return ux||(ux=1,function(l){function c(he,G){var q=he.length;he.push(G);e:for(;0<q;){var De=q-1>>>1,Z=he[De];if(0<g(Z,G))he[De]=G,he[q]=Z,q=De;else break e}}function s(he){return he.length===0?null:he[0]}function v(he){if(he.length===0)return null;var G=he[0],q=he.pop();if(q!==G){he[0]=q;e:for(var De=0,Z=he.length,se=Z>>>1;De<se;){var de=2*(De+1)-1,be=he[de],F=de+1,Ne=he[F];if(0>g(be,q))F<Z&&0>g(Ne,be)?(he[De]=Ne,he[F]=q,De=F):(he[De]=be,he[de]=q,De=de);else if(F<Z&&0>g(Ne,q))he[De]=Ne,he[F]=q,De=F;else break e}}return G}function g(he,G){var q=he.sortIndex-G.sortIndex;return q!==0?q:he.id-G.id}if(typeof performance=="object"&&typeof performance.now=="function"){var S=performance;l.unstable_now=function(){return S.now()}}else{var y=Date,E=y.now();l.unstable_now=function(){return y.now()-E}}var T=[],R=[],j=1,D=null,N=3,M=!1,te=!1,Y=!1,U=typeof setTimeout=="function"?setTimeout:null,me=typeof clearTimeout=="function"?clearTimeout:null,_e=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function ne(he){for(var G=s(R);G!==null;){if(G.callback===null)v(R);else if(G.startTime<=he)v(R),G.sortIndex=G.expirationTime,c(T,G);else break;G=s(R)}}function ce(he){if(Y=!1,ne(he),!te)if(s(T)!==null)te=!0,ut(H);else{var G=s(R);G!==null&&Qt(ce,G.startTime-he)}}function H(he,G){te=!1,Y&&(Y=!1,me(P),P=-1),M=!0;var q=N;try{for(ne(G),D=s(T);D!==null&&(!(D.expirationTime>G)||he&&!ee());){var De=D.callback;if(typeof De=="function"){D.callback=null,N=D.priorityLevel;var Z=De(D.expirationTime<=G);G=l.unstable_now(),typeof Z=="function"?D.callback=Z:D===s(T)&&v(T),ne(G)}else v(T);D=s(T)}if(D!==null)var se=!0;else{var de=s(R);de!==null&&Qt(ce,de.startTime-G),se=!1}return se}finally{D=null,N=q,M=!1}}var ze=!1,$e=null,P=-1,Te=5,Se=-1;function ee(){return!(l.unstable_now()-Se<Te)}function Re(){if($e!==null){var he=l.unstable_now();Se=he;var G=!0;try{G=$e(!0,he)}finally{G?Q():(ze=!1,$e=null)}}else ze=!1}var Q;if(typeof _e=="function")Q=function(){_e(Re)};else if(typeof MessageChannel<"u"){var ae=new MessageChannel,Ue=ae.port2;ae.port1.onmessage=Re,Q=function(){Ue.postMessage(null)}}else Q=function(){U(Re,0)};function ut(he){$e=he,ze||(ze=!0,Q())}function Qt(he,G){P=U(function(){he(l.unstable_now())},G)}l.unstable_IdlePriority=5,l.unstable_ImmediatePriority=1,l.unstable_LowPriority=4,l.unstable_NormalPriority=3,l.unstable_Profiling=null,l.unstable_UserBlockingPriority=2,l.unstable_cancelCallback=function(he){he.callback=null},l.unstable_continueExecution=function(){te||M||(te=!0,ut(H))},l.unstable_forceFrameRate=function(he){0>he||125<he?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):Te=0<he?Math.floor(1e3/he):5},l.unstable_getCurrentPriorityLevel=function(){return N},l.unstable_getFirstCallbackNode=function(){return s(T)},l.unstable_next=function(he){switch(N){case 1:case 2:case 3:var G=3;break;default:G=N}var q=N;N=G;try{return he()}finally{N=q}},l.unstable_pauseExecution=function(){},l.unstable_requestPaint=function(){},l.unstable_runWithPriority=function(he,G){switch(he){case 1:case 2:case 3:case 4:case 5:break;default:he=3}var q=N;N=he;try{return G()}finally{N=q}},l.unstable_scheduleCallback=function(he,G,q){var De=l.unstable_now();switch(typeof q=="object"&&q!==null?(q=q.delay,q=typeof q=="number"&&0<q?De+q:De):q=De,he){case 1:var Z=-1;break;case 2:Z=250;break;case 5:Z=1073741823;break;case 4:Z=1e4;break;default:Z=5e3}return Z=q+Z,he={id:j++,callback:G,priorityLevel:he,startTime:q,expirationTime:Z,sortIndex:-1},q>De?(he.sortIndex=q,c(R,he),s(T)===null&&he===s(R)&&(Y?(me(P),P=-1):Y=!0,Qt(ce,q-De))):(he.sortIndex=Z,c(T,he),te||M||(te=!0,ut(H))),he},l.unstable_shouldYield=ee,l.unstable_wrapCallback=function(he){var G=N;return function(){var q=N;N=G;try{return he.apply(this,arguments)}finally{N=q}}}}(zg)),zg}var Fg={};/**
10
+ */var aC;function z6(){return aC||(aC=1,function(o){function i(he,G){var j=he.length;he.push(G);e:for(;0<j;){var Pe=j-1>>>1,ee=he[Pe];if(0<p(ee,G))he[Pe]=G,he[j]=ee,j=Pe;else break e}}function l(he){return he.length===0?null:he[0]}function f(he){if(he.length===0)return null;var G=he[0],j=he.pop();if(j!==G){he[0]=j;e:for(var Pe=0,ee=he.length,fe=ee>>>1;Pe<fe;){var ye=2*(Pe+1)-1,Ee=he[ye],V=ye+1,Le=he[V];if(0>p(Ee,j))V<ee&&0>p(Le,Ee)?(he[Pe]=Le,he[V]=j,Pe=V):(he[Pe]=Ee,he[ye]=j,Pe=ye);else if(V<ee&&0>p(Le,j))he[Pe]=Le,he[V]=j,Pe=V;else break e}}return G}function p(he,G){var j=he.sortIndex-G.sortIndex;return j!==0?j:he.id-G.id}if(typeof performance=="object"&&typeof performance.now=="function"){var h=performance;o.unstable_now=function(){return h.now()}}else{var m=Date,S=m.now();o.unstable_now=function(){return m.now()-S}}var w=[],C=[],R=1,T=null,D=3,P=!1,A=!1,z=!1,O=typeof setTimeout=="function"?setTimeout:null,oe=typeof clearTimeout=="function"?clearTimeout:null,le=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function W(he){for(var G=l(C);G!==null;){if(G.callback===null)f(C);else if(G.startTime<=he)f(C),G.sortIndex=G.expirationTime,i(w,G);else break;G=l(C)}}function ie(he){if(z=!1,W(he),!A)if(l(w)!==null)A=!0,Xe(F);else{var G=l(C);G!==null&&_e(ie,G.startTime-he)}}function F(he,G){A=!1,z&&(z=!1,oe($),$=-1),P=!0;var j=D;try{for(W(G),T=l(w);T!==null&&(!(T.expirationTime>G)||he&&!Q());){var Pe=T.callback;if(typeof Pe=="function"){T.callback=null,D=T.priorityLevel;var ee=Pe(T.expirationTime<=G);G=o.unstable_now(),typeof ee=="function"?T.callback=ee:T===l(w)&&f(w),W(G)}else f(w);T=l(w)}if(T!==null)var fe=!0;else{var ye=l(C);ye!==null&&_e(ie,ye.startTime-G),fe=!1}return fe}finally{T=null,D=j,P=!1}}var ve=!1,be=null,$=-1,ge=5,J=-1;function Q(){return!(o.unstable_now()-J<ge)}function Ce(){if(be!==null){var he=o.unstable_now();J=he;var G=!0;try{G=be(!0,he)}finally{G?K():(ve=!1,be=null)}}else ve=!1}var K;if(typeof le=="function")K=function(){le(Ce)};else if(typeof MessageChannel<"u"){var ae=new MessageChannel,Re=ae.port2;ae.port1.onmessage=Ce,K=function(){Re.postMessage(null)}}else K=function(){O(Ce,0)};function Xe(he){be=he,ve||(ve=!0,K())}function _e(he,G){$=O(function(){he(o.unstable_now())},G)}o.unstable_IdlePriority=5,o.unstable_ImmediatePriority=1,o.unstable_LowPriority=4,o.unstable_NormalPriority=3,o.unstable_Profiling=null,o.unstable_UserBlockingPriority=2,o.unstable_cancelCallback=function(he){he.callback=null},o.unstable_continueExecution=function(){A||P||(A=!0,Xe(F))},o.unstable_forceFrameRate=function(he){0>he||125<he?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):ge=0<he?Math.floor(1e3/he):5},o.unstable_getCurrentPriorityLevel=function(){return D},o.unstable_getFirstCallbackNode=function(){return l(w)},o.unstable_next=function(he){switch(D){case 1:case 2:case 3:var G=3;break;default:G=D}var j=D;D=G;try{return he()}finally{D=j}},o.unstable_pauseExecution=function(){},o.unstable_requestPaint=function(){},o.unstable_runWithPriority=function(he,G){switch(he){case 1:case 2:case 3:case 4:case 5:break;default:he=3}var j=D;D=he;try{return G()}finally{D=j}},o.unstable_scheduleCallback=function(he,G,j){var Pe=o.unstable_now();switch(typeof j=="object"&&j!==null?(j=j.delay,j=typeof j=="number"&&0<j?Pe+j:Pe):j=Pe,he){case 1:var ee=-1;break;case 2:ee=250;break;case 5:ee=1073741823;break;case 4:ee=1e4;break;default:ee=5e3}return ee=j+ee,he={id:R++,callback:G,priorityLevel:he,startTime:j,expirationTime:ee,sortIndex:-1},j>Pe?(he.sortIndex=j,i(C,he),l(w)===null&&he===l(C)&&(z?(oe($),$=-1):z=!0,_e(ie,j-Pe))):(he.sortIndex=ee,i(w,he),A||P||(A=!0,Xe(F))),he},o.unstable_shouldYield=Q,o.unstable_wrapCallback=function(he){var G=D;return function(){var j=D;D=G;try{return he.apply(this,arguments)}finally{D=j}}}}(Ab)),Ab}var Fb={};/**
11
11
  * @license React
12
12
  * scheduler.development.js
13
13
  *
@@ -15,7 +15,7 @@
15
15
  *
16
16
  * This source code is licensed under the MIT license found in the
17
17
  * LICENSE file in the root directory of this source tree.
18
- */var sx;function hD(){return sx||(sx=1,function(l){process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var c=!1,s=!1,v=5;function g(xe,Qe){var yt=xe.length;xe.push(Qe),E(xe,Qe,yt)}function S(xe){return xe.length===0?null:xe[0]}function y(xe){if(xe.length===0)return null;var Qe=xe[0],yt=xe.pop();return yt!==Qe&&(xe[0]=yt,T(xe,yt,0)),Qe}function E(xe,Qe,yt){for(var Bt=yt;Bt>0;){var hn=Bt-1>>>1,tr=xe[hn];if(R(tr,Qe)>0)xe[hn]=Qe,xe[Bt]=tr,Bt=hn;else return}}function T(xe,Qe,yt){for(var Bt=yt,hn=xe.length,tr=hn>>>1;Bt<tr;){var Tn=(Bt+1)*2-1,ni=xe[Tn],un=Tn+1,Hi=xe[un];if(R(ni,Qe)<0)un<hn&&R(Hi,ni)<0?(xe[Bt]=Hi,xe[un]=Qe,Bt=un):(xe[Bt]=ni,xe[Tn]=Qe,Bt=Tn);else if(un<hn&&R(Hi,Qe)<0)xe[Bt]=Hi,xe[un]=Qe,Bt=un;else return}}function R(xe,Qe){var yt=xe.sortIndex-Qe.sortIndex;return yt!==0?yt:xe.id-Qe.id}var j=1,D=2,N=3,M=4,te=5;function Y(xe,Qe){}var U=typeof performance=="object"&&typeof performance.now=="function";if(U){var me=performance;l.unstable_now=function(){return me.now()}}else{var _e=Date,ne=_e.now();l.unstable_now=function(){return _e.now()-ne}}var ce=1073741823,H=-1,ze=250,$e=5e3,P=1e4,Te=ce,Se=[],ee=[],Re=1,Q=null,ae=N,Ue=!1,ut=!1,Qt=!1,he=typeof setTimeout=="function"?setTimeout:null,G=typeof clearTimeout=="function"?clearTimeout:null,q=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function De(xe){for(var Qe=S(ee);Qe!==null;){if(Qe.callback===null)y(ee);else if(Qe.startTime<=xe)y(ee),Qe.sortIndex=Qe.expirationTime,g(Se,Qe);else return;Qe=S(ee)}}function Z(xe){if(Qt=!1,De(xe),!ut)if(S(Se)!==null)ut=!0,kn(se);else{var Qe=S(ee);Qe!==null&&mn(Z,Qe.startTime-xe)}}function se(xe,Qe){ut=!1,Qt&&(Qt=!1,nn()),Ue=!0;var yt=ae;try{var Bt;if(!s)return de(xe,Qe)}finally{Q=null,ae=yt,Ue=!1}}function de(xe,Qe){var yt=Qe;for(De(yt),Q=S(Se);Q!==null&&!c&&!(Q.expirationTime>yt&&(!xe||dr()));){var Bt=Q.callback;if(typeof Bt=="function"){Q.callback=null,ae=Q.priorityLevel;var hn=Q.expirationTime<=yt,tr=Bt(hn);yt=l.unstable_now(),typeof tr=="function"?Q.callback=tr:Q===S(Se)&&y(Se),De(yt)}else y(Se);Q=S(Se)}if(Q!==null)return!0;var Tn=S(ee);return Tn!==null&&mn(Z,Tn.startTime-yt),!1}function be(xe,Qe){switch(xe){case j:case D:case N:case M:case te:break;default:xe=N}var yt=ae;ae=xe;try{return Qe()}finally{ae=yt}}function F(xe){var Qe;switch(ae){case j:case D:case N:Qe=N;break;default:Qe=ae;break}var yt=ae;ae=Qe;try{return xe()}finally{ae=yt}}function Ne(xe){var Qe=ae;return function(){var yt=ae;ae=Qe;try{return xe.apply(this,arguments)}finally{ae=yt}}}function ue(xe,Qe,yt){var Bt=l.unstable_now(),hn;if(typeof yt=="object"&&yt!==null){var tr=yt.delay;typeof tr=="number"&&tr>0?hn=Bt+tr:hn=Bt}else hn=Bt;var Tn;switch(xe){case j:Tn=H;break;case D:Tn=ze;break;case te:Tn=Te;break;case M:Tn=P;break;case N:default:Tn=$e;break}var ni=hn+Tn,un={id:Re++,callback:Qe,priorityLevel:xe,startTime:hn,expirationTime:ni,sortIndex:-1};return hn>Bt?(un.sortIndex=hn,g(ee,un),S(Se)===null&&un===S(ee)&&(Qt?nn():Qt=!0,mn(Z,hn-Bt))):(un.sortIndex=ni,g(Se,un),!ut&&!Ue&&(ut=!0,kn(se))),un}function We(){}function rt(){!ut&&!Ue&&(ut=!0,kn(se))}function st(){return S(Se)}function fe(xe){xe.callback=null}function ht(){return ae}var Ce=!1,Je=null,St=-1,it=v,Lt=-1;function dr(){var xe=l.unstable_now()-Lt;return!(xe<it)}function jt(){}function pr(xe){if(xe<0||xe>125){console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported");return}xe>0?it=Math.floor(1e3/xe):it=v}var vr=function(){if(Je!==null){var xe=l.unstable_now();Lt=xe;var Qe=!0,yt=!0;try{yt=Je(Qe,xe)}finally{yt?Kt():(Ce=!1,Je=null)}}else Ce=!1},Kt;if(typeof q=="function")Kt=function(){q(vr)};else if(typeof MessageChannel<"u"){var Ke=new MessageChannel,xt=Ke.port2;Ke.port1.onmessage=vr,Kt=function(){xt.postMessage(null)}}else Kt=function(){he(vr,0)};function kn(xe){Je=xe,Ce||(Ce=!0,Kt())}function mn(xe,Qe){St=he(function(){xe(l.unstable_now())},Qe)}function nn(){G(St),St=-1}var bo=jt,Ui=null;l.unstable_IdlePriority=te,l.unstable_ImmediatePriority=j,l.unstable_LowPriority=M,l.unstable_NormalPriority=N,l.unstable_Profiling=Ui,l.unstable_UserBlockingPriority=D,l.unstable_cancelCallback=fe,l.unstable_continueExecution=rt,l.unstable_forceFrameRate=pr,l.unstable_getCurrentPriorityLevel=ht,l.unstable_getFirstCallbackNode=st,l.unstable_next=F,l.unstable_pauseExecution=We,l.unstable_requestPaint=bo,l.unstable_runWithPriority=be,l.unstable_scheduleCallback=ue,l.unstable_shouldYield=dr,l.unstable_wrapCallback=Ne,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(Fg)),Fg}var cx;function fx(){return cx||(cx=1,process.env.NODE_ENV==="production"?Uv.exports=mD():Uv.exports=hD()),Uv.exports}/**
18
+ */var oC;function U6(){return oC||(oC=1,function(o){process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var i=!1,l=!1,f=5;function p(De,Je){var yt=De.length;De.push(Je),S(De,Je,yt)}function h(De){return De.length===0?null:De[0]}function m(De){if(De.length===0)return null;var Je=De[0],yt=De.pop();return yt!==Je&&(De[0]=yt,w(De,yt,0)),Je}function S(De,Je,yt){for(var Kt=yt;Kt>0;){var bn=Kt-1>>>1,lr=De[bn];if(C(lr,Je)>0)De[bn]=Je,De[Kt]=lr,Kt=bn;else return}}function w(De,Je,yt){for(var Kt=yt,bn=De.length,lr=bn>>>1;Kt<lr;){var Mn=(Kt+1)*2-1,fi=De[Mn],dn=Mn+1,Gi=De[dn];if(C(fi,Je)<0)dn<bn&&C(Gi,fi)<0?(De[Kt]=Gi,De[dn]=Je,Kt=dn):(De[Kt]=fi,De[Mn]=Je,Kt=Mn);else if(dn<bn&&C(Gi,Je)<0)De[Kt]=Gi,De[dn]=Je,Kt=dn;else return}}function C(De,Je){var yt=De.sortIndex-Je.sortIndex;return yt!==0?yt:De.id-Je.id}var R=1,T=2,D=3,P=4,A=5;function z(De,Je){}var O=typeof performance=="object"&&typeof performance.now=="function";if(O){var oe=performance;o.unstable_now=function(){return oe.now()}}else{var le=Date,W=le.now();o.unstable_now=function(){return le.now()-W}}var ie=1073741823,F=-1,ve=250,be=5e3,$=1e4,ge=ie,J=[],Q=[],Ce=1,K=null,ae=D,Re=!1,Xe=!1,_e=!1,he=typeof setTimeout=="function"?setTimeout:null,G=typeof clearTimeout=="function"?clearTimeout:null,j=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function Pe(De){for(var Je=h(Q);Je!==null;){if(Je.callback===null)m(Q);else if(Je.startTime<=De)m(Q),Je.sortIndex=Je.expirationTime,p(J,Je);else return;Je=h(Q)}}function ee(De){if(_e=!1,Pe(De),!Xe)if(h(J)!==null)Xe=!0,wn(fe);else{var Je=h(Q);Je!==null&&yn(ee,Je.startTime-De)}}function fe(De,Je){Xe=!1,_e&&(_e=!1,on()),Re=!0;var yt=ae;try{var Kt;if(!l)return ye(De,Je)}finally{K=null,ae=yt,Re=!1}}function ye(De,Je){var yt=Je;for(Pe(yt),K=h(J);K!==null&&!i&&!(K.expirationTime>yt&&(!De||yr()));){var Kt=K.callback;if(typeof Kt=="function"){K.callback=null,ae=K.priorityLevel;var bn=K.expirationTime<=yt,lr=Kt(bn);yt=o.unstable_now(),typeof lr=="function"?K.callback=lr:K===h(J)&&m(J),Pe(yt)}else m(J);K=h(J)}if(K!==null)return!0;var Mn=h(Q);return Mn!==null&&yn(ee,Mn.startTime-yt),!1}function Ee(De,Je){switch(De){case R:case T:case D:case P:case A:break;default:De=D}var yt=ae;ae=De;try{return Je()}finally{ae=yt}}function V(De){var Je;switch(ae){case R:case T:case D:Je=D;break;default:Je=ae;break}var yt=ae;ae=Je;try{return De()}finally{ae=yt}}function Le(De){var Je=ae;return function(){var yt=ae;ae=Je;try{return De.apply(this,arguments)}finally{ae=yt}}}function de(De,Je,yt){var Kt=o.unstable_now(),bn;if(typeof yt=="object"&&yt!==null){var lr=yt.delay;typeof lr=="number"&&lr>0?bn=Kt+lr:bn=Kt}else bn=Kt;var Mn;switch(De){case R:Mn=F;break;case T:Mn=ve;break;case A:Mn=ge;break;case P:Mn=$;break;case D:default:Mn=be;break}var fi=bn+Mn,dn={id:Ce++,callback:Je,priorityLevel:De,startTime:bn,expirationTime:fi,sortIndex:-1};return bn>Kt?(dn.sortIndex=bn,p(Q,dn),h(J)===null&&dn===h(Q)&&(_e?on():_e=!0,yn(ee,bn-Kt))):(dn.sortIndex=fi,p(J,dn),!Xe&&!Re&&(Xe=!0,wn(fe))),dn}function Ye(){}function rt(){!Xe&&!Re&&(Xe=!0,wn(fe))}function Be(){return h(J)}function me(De){De.callback=null}function gt(){return ae}var Me=!1,et=null,xt=-1,lt=f,Ot=-1;function yr(){var De=o.unstable_now()-Ot;return!(De<lt)}function jt(){}function br(De){if(De<0||De>125){console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported");return}De>0?lt=Math.floor(1e3/De):lt=f}var Sr=function(){if(et!==null){var De=o.unstable_now();Ot=De;var Je=!0,yt=!0;try{yt=et(Je,De)}finally{yt?Xt():(Me=!1,et=null)}}else Me=!1},Xt;if(typeof j=="function")Xt=function(){j(Sr)};else if(typeof MessageChannel<"u"){var Ge=new MessageChannel,wt=Ge.port2;Ge.port1.onmessage=Sr,Xt=function(){wt.postMessage(null)}}else Xt=function(){he(Sr,0)};function wn(De){et=De,Me||(Me=!0,Xt())}function yn(De,Je){xt=he(function(){De(o.unstable_now())},Je)}function on(){G(xt),xt=-1}var Oo=jt,Ji=null;o.unstable_IdlePriority=A,o.unstable_ImmediatePriority=R,o.unstable_LowPriority=P,o.unstable_NormalPriority=D,o.unstable_Profiling=Ji,o.unstable_UserBlockingPriority=T,o.unstable_cancelCallback=me,o.unstable_continueExecution=rt,o.unstable_forceFrameRate=br,o.unstable_getCurrentPriorityLevel=gt,o.unstable_getFirstCallbackNode=Be,o.unstable_next=V,o.unstable_pauseExecution=Ye,o.unstable_requestPaint=Oo,o.unstable_runWithPriority=Ee,o.unstable_scheduleCallback=de,o.unstable_shouldYield=yr,o.unstable_wrapCallback=Le,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()}(Fb)),Fb}var lC;function uC(){return lC||(lC=1,process.env.NODE_ENV==="production"?Nm.exports=z6():Nm.exports=U6()),Nm.exports}/**
19
19
  * @license React
20
20
  * react-dom.production.min.js
21
21
  *
@@ -23,14 +23,14 @@
23
23
  *
24
24
  * This source code is licensed under the MIT license found in the
25
25
  * LICENSE file in the root directory of this source tree.
26
- */var dx;function yD(){if(dx)return qr;dx=1;var l=L,c=fx();function s(n){for(var r="https://reactjs.org/docs/error-decoder.html?invariant="+n,o=1;o<arguments.length;o++)r+="&args[]="+encodeURIComponent(arguments[o]);return"Minified React error #"+n+"; visit "+r+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var v=new Set,g={};function S(n,r){y(n,r),y(n+"Capture",r)}function y(n,r){for(g[n]=r,n=0;n<r.length;n++)v.add(r[n])}var E=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),T=Object.prototype.hasOwnProperty,R=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,j={},D={};function N(n){return T.call(D,n)?!0:T.call(j,n)?!1:R.test(n)?D[n]=!0:(j[n]=!0,!1)}function M(n,r,o,f){if(o!==null&&o.type===0)return!1;switch(typeof r){case"function":case"symbol":return!0;case"boolean":return f?!1:o!==null?!o.acceptsBooleans:(n=n.toLowerCase().slice(0,5),n!=="data-"&&n!=="aria-");default:return!1}}function te(n,r,o,f){if(r===null||typeof r>"u"||M(n,r,o,f))return!0;if(f)return!1;if(o!==null)switch(o.type){case 3:return!r;case 4:return r===!1;case 5:return isNaN(r);case 6:return isNaN(r)||1>r}return!1}function Y(n,r,o,f,p,h,x){this.acceptsBooleans=r===2||r===3||r===4,this.attributeName=f,this.attributeNamespace=p,this.mustUseProperty=o,this.propertyName=n,this.type=r,this.sanitizeURL=h,this.removeEmptyString=x}var U={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(n){U[n]=new Y(n,0,!1,n,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(n){var r=n[0];U[r]=new Y(r,1,!1,n[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(n){U[n]=new Y(n,2,!1,n.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(n){U[n]=new Y(n,2,!1,n,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(n){U[n]=new Y(n,3,!1,n.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(n){U[n]=new Y(n,3,!0,n,null,!1,!1)}),["capture","download"].forEach(function(n){U[n]=new Y(n,4,!1,n,null,!1,!1)}),["cols","rows","size","span"].forEach(function(n){U[n]=new Y(n,6,!1,n,null,!1,!1)}),["rowSpan","start"].forEach(function(n){U[n]=new Y(n,5,!1,n.toLowerCase(),null,!1,!1)});var me=/[\-:]([a-z])/g;function _e(n){return n[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(n){var r=n.replace(me,_e);U[r]=new Y(r,1,!1,n,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(n){var r=n.replace(me,_e);U[r]=new Y(r,1,!1,n,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(n){var r=n.replace(me,_e);U[r]=new Y(r,1,!1,n,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(n){U[n]=new Y(n,1,!1,n.toLowerCase(),null,!1,!1)}),U.xlinkHref=new Y("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(n){U[n]=new Y(n,1,!1,n.toLowerCase(),null,!0,!0)});function ne(n,r,o,f){var p=U.hasOwnProperty(r)?U[r]:null;(p!==null?p.type!==0:f||!(2<r.length)||r[0]!=="o"&&r[0]!=="O"||r[1]!=="n"&&r[1]!=="N")&&(te(r,o,p,f)&&(o=null),f||p===null?N(r)&&(o===null?n.removeAttribute(r):n.setAttribute(r,""+o)):p.mustUseProperty?n[p.propertyName]=o===null?p.type===3?!1:"":o:(r=p.attributeName,f=p.attributeNamespace,o===null?n.removeAttribute(r):(p=p.type,o=p===3||p===4&&o===!0?"":""+o,f?n.setAttributeNS(f,r,o):n.setAttribute(r,o))))}var ce=l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,H=Symbol.for("react.element"),ze=Symbol.for("react.portal"),$e=Symbol.for("react.fragment"),P=Symbol.for("react.strict_mode"),Te=Symbol.for("react.profiler"),Se=Symbol.for("react.provider"),ee=Symbol.for("react.context"),Re=Symbol.for("react.forward_ref"),Q=Symbol.for("react.suspense"),ae=Symbol.for("react.suspense_list"),Ue=Symbol.for("react.memo"),ut=Symbol.for("react.lazy"),Qt=Symbol.for("react.offscreen"),he=Symbol.iterator;function G(n){return n===null||typeof n!="object"?null:(n=he&&n[he]||n["@@iterator"],typeof n=="function"?n:null)}var q=Object.assign,De;function Z(n){if(De===void 0)try{throw Error()}catch(o){var r=o.stack.trim().match(/\n( *(at )?)/);De=r&&r[1]||""}return`
27
- `+De+n}var se=!1;function de(n,r){if(!n||se)return"";se=!0;var o=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(r)if(r=function(){throw Error()},Object.defineProperty(r.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(r,[])}catch(J){var f=J}Reflect.construct(n,[],r)}else{try{r.call()}catch(J){f=J}n.call(r.prototype)}else{try{throw Error()}catch(J){f=J}n()}}catch(J){if(J&&f&&typeof J.stack=="string"){for(var p=J.stack.split(`
28
- `),h=f.stack.split(`
29
- `),x=p.length-1,w=h.length-1;1<=x&&0<=w&&p[x]!==h[w];)w--;for(;1<=x&&0<=w;x--,w--)if(p[x]!==h[w]){if(x!==1||w!==1)do if(x--,w--,0>w||p[x]!==h[w]){var O=`
30
- `+p[x].replace(" at new "," at ");return n.displayName&&O.includes("<anonymous>")&&(O=O.replace("<anonymous>",n.displayName)),O}while(1<=x&&0<=w);break}}}finally{se=!1,Error.prepareStackTrace=o}return(n=n?n.displayName||n.name:"")?Z(n):""}function be(n){switch(n.tag){case 5:return Z(n.type);case 16:return Z("Lazy");case 13:return Z("Suspense");case 19:return Z("SuspenseList");case 0:case 2:case 15:return n=de(n.type,!1),n;case 11:return n=de(n.type.render,!1),n;case 1:return n=de(n.type,!0),n;default:return""}}function F(n){if(n==null)return null;if(typeof n=="function")return n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case $e:return"Fragment";case ze:return"Portal";case Te:return"Profiler";case P:return"StrictMode";case Q:return"Suspense";case ae:return"SuspenseList"}if(typeof n=="object")switch(n.$$typeof){case ee:return(n.displayName||"Context")+".Consumer";case Se:return(n._context.displayName||"Context")+".Provider";case Re:var r=n.render;return n=n.displayName,n||(n=r.displayName||r.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case Ue:return r=n.displayName||null,r!==null?r:F(n.type)||"Memo";case ut:r=n._payload,n=n._init;try{return F(n(r))}catch{}}return null}function Ne(n){var r=n.type;switch(n.tag){case 24:return"Cache";case 9:return(r.displayName||"Context")+".Consumer";case 10:return(r._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return n=r.render,n=n.displayName||n.name||"",r.displayName||(n!==""?"ForwardRef("+n+")":"ForwardRef");case 7:return"Fragment";case 5:return r;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return F(r);case 8:return r===P?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof r=="function")return r.displayName||r.name||null;if(typeof r=="string")return r}return null}function ue(n){switch(typeof n){case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function We(n){var r=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(r==="checkbox"||r==="radio")}function rt(n){var r=We(n)?"checked":"value",o=Object.getOwnPropertyDescriptor(n.constructor.prototype,r),f=""+n[r];if(!n.hasOwnProperty(r)&&typeof o<"u"&&typeof o.get=="function"&&typeof o.set=="function"){var p=o.get,h=o.set;return Object.defineProperty(n,r,{configurable:!0,get:function(){return p.call(this)},set:function(x){f=""+x,h.call(this,x)}}),Object.defineProperty(n,r,{enumerable:o.enumerable}),{getValue:function(){return f},setValue:function(x){f=""+x},stopTracking:function(){n._valueTracker=null,delete n[r]}}}}function st(n){n._valueTracker||(n._valueTracker=rt(n))}function fe(n){if(!n)return!1;var r=n._valueTracker;if(!r)return!0;var o=r.getValue(),f="";return n&&(f=We(n)?n.checked?"true":"false":n.value),n=f,n!==o?(r.setValue(n),!0):!1}function ht(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}function Ce(n,r){var o=r.checked;return q({},r,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:o??n._wrapperState.initialChecked})}function Je(n,r){var o=r.defaultValue==null?"":r.defaultValue,f=r.checked!=null?r.checked:r.defaultChecked;o=ue(r.value!=null?r.value:o),n._wrapperState={initialChecked:f,initialValue:o,controlled:r.type==="checkbox"||r.type==="radio"?r.checked!=null:r.value!=null}}function St(n,r){r=r.checked,r!=null&&ne(n,"checked",r,!1)}function it(n,r){St(n,r);var o=ue(r.value),f=r.type;if(o!=null)f==="number"?(o===0&&n.value===""||n.value!=o)&&(n.value=""+o):n.value!==""+o&&(n.value=""+o);else if(f==="submit"||f==="reset"){n.removeAttribute("value");return}r.hasOwnProperty("value")?dr(n,r.type,o):r.hasOwnProperty("defaultValue")&&dr(n,r.type,ue(r.defaultValue)),r.checked==null&&r.defaultChecked!=null&&(n.defaultChecked=!!r.defaultChecked)}function Lt(n,r,o){if(r.hasOwnProperty("value")||r.hasOwnProperty("defaultValue")){var f=r.type;if(!(f!=="submit"&&f!=="reset"||r.value!==void 0&&r.value!==null))return;r=""+n._wrapperState.initialValue,o||r===n.value||(n.value=r),n.defaultValue=r}o=n.name,o!==""&&(n.name=""),n.defaultChecked=!!n._wrapperState.initialChecked,o!==""&&(n.name=o)}function dr(n,r,o){(r!=="number"||ht(n.ownerDocument)!==n)&&(o==null?n.defaultValue=""+n._wrapperState.initialValue:n.defaultValue!==""+o&&(n.defaultValue=""+o))}var jt=Array.isArray;function pr(n,r,o,f){if(n=n.options,r){r={};for(var p=0;p<o.length;p++)r["$"+o[p]]=!0;for(o=0;o<n.length;o++)p=r.hasOwnProperty("$"+n[o].value),n[o].selected!==p&&(n[o].selected=p),p&&f&&(n[o].defaultSelected=!0)}else{for(o=""+ue(o),r=null,p=0;p<n.length;p++){if(n[p].value===o){n[p].selected=!0,f&&(n[p].defaultSelected=!0);return}r!==null||n[p].disabled||(r=n[p])}r!==null&&(r.selected=!0)}}function vr(n,r){if(r.dangerouslySetInnerHTML!=null)throw Error(s(91));return q({},r,{value:void 0,defaultValue:void 0,children:""+n._wrapperState.initialValue})}function Kt(n,r){var o=r.value;if(o==null){if(o=r.children,r=r.defaultValue,o!=null){if(r!=null)throw Error(s(92));if(jt(o)){if(1<o.length)throw Error(s(93));o=o[0]}r=o}r==null&&(r=""),o=r}n._wrapperState={initialValue:ue(o)}}function Ke(n,r){var o=ue(r.value),f=ue(r.defaultValue);o!=null&&(o=""+o,o!==n.value&&(n.value=o),r.defaultValue==null&&n.defaultValue!==o&&(n.defaultValue=o)),f!=null&&(n.defaultValue=""+f)}function xt(n){var r=n.textContent;r===n._wrapperState.initialValue&&r!==""&&r!==null&&(n.value=r)}function kn(n){switch(n){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function mn(n,r){return n==null||n==="http://www.w3.org/1999/xhtml"?kn(r):n==="http://www.w3.org/2000/svg"&&r==="foreignObject"?"http://www.w3.org/1999/xhtml":n}var nn,bo=function(n){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(r,o,f,p){MSApp.execUnsafeLocalFunction(function(){return n(r,o,f,p)})}:n}(function(n,r){if(n.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in n)n.innerHTML=r;else{for(nn=nn||document.createElement("div"),nn.innerHTML="<svg>"+r.valueOf().toString()+"</svg>",r=nn.firstChild;n.firstChild;)n.removeChild(n.firstChild);for(;r.firstChild;)n.appendChild(r.firstChild)}});function Ui(n,r){if(r){var o=n.firstChild;if(o&&o===n.lastChild&&o.nodeType===3){o.nodeValue=r;return}}n.textContent=r}var xe={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Qe=["Webkit","ms","Moz","O"];Object.keys(xe).forEach(function(n){Qe.forEach(function(r){r=r+n.charAt(0).toUpperCase()+n.substring(1),xe[r]=xe[n]})});function yt(n,r,o){return r==null||typeof r=="boolean"||r===""?"":o||typeof r!="number"||r===0||xe.hasOwnProperty(n)&&xe[n]?(""+r).trim():r+"px"}function Bt(n,r){n=n.style;for(var o in r)if(r.hasOwnProperty(o)){var f=o.indexOf("--")===0,p=yt(o,r[o],f);o==="float"&&(o="cssFloat"),f?n.setProperty(o,p):n[o]=p}}var hn=q({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function tr(n,r){if(r){if(hn[n]&&(r.children!=null||r.dangerouslySetInnerHTML!=null))throw Error(s(137,n));if(r.dangerouslySetInnerHTML!=null){if(r.children!=null)throw Error(s(60));if(typeof r.dangerouslySetInnerHTML!="object"||!("__html"in r.dangerouslySetInnerHTML))throw Error(s(61))}if(r.style!=null&&typeof r.style!="object")throw Error(s(62))}}function Tn(n,r){if(n.indexOf("-")===-1)return typeof r.is=="string";switch(n){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var ni=null;function un(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var Hi=null,Sn=null,sn=null;function rm(n){if(n=Zu(n)){if(typeof Hi!="function")throw Error(s(280));var r=n.stateNode;r&&(r=Ze(r),Hi(n.stateNode,n.type,r))}}function Qs(n){Sn?sn?sn.push(n):sn=[n]:Sn=n}function Ks(){if(Sn){var n=Sn,r=sn;if(sn=Sn=null,rm(n),r)for(n=0;n<r.length;n++)rm(r[n])}}function im(n,r){return n(r)}function am(){}var Xs=!1;function id(n,r,o){if(Xs)return n(r,o);Xs=!0;try{return im(n,r,o)}finally{Xs=!1,(Sn!==null||sn!==null)&&(am(),Ks())}}function Tu(n,r){var o=n.stateNode;if(o===null)return null;var f=Ze(o);if(f===null)return null;o=f[r];e:switch(r){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(f=!f.disabled)||(n=n.type,f=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!f;break e;default:n=!1}if(n)return null;if(o&&typeof o!="function")throw Error(s(231,r,typeof o));return o}var Js=!1;if(E)try{var ko={};Object.defineProperty(ko,"passive",{get:function(){Js=!0}}),window.addEventListener("test",ko,ko),window.removeEventListener("test",ko,ko)}catch{Js=!1}function hl(n,r,o,f,p,h,x,w,O){var J=Array.prototype.slice.call(arguments,3);try{r.apply(o,J)}catch(ve){this.onError(ve)}}var Ei=!1,aa=null,yl=!1,Ru=null,ad={onError:function(n){Ei=!0,aa=n}};function od(n,r,o,f,p,h,x,w,O){Ei=!1,aa=null,hl.apply(ad,arguments)}function gl(n,r,o,f,p,h,x,w,O){if(od.apply(this,arguments),Ei){if(Ei){var J=aa;Ei=!1,aa=null}else throw Error(s(198));yl||(yl=!0,Ru=J)}}function Vi(n){var r=n,o=n;if(n.alternate)for(;r.return;)r=r.return;else{n=r;do r=n,r.flags&4098&&(o=r.return),n=r.return;while(n)}return r.tag===3?o:null}function Du(n){if(n.tag===13){var r=n.memoizedState;if(r===null&&(n=n.alternate,n!==null&&(r=n.memoizedState)),r!==null)return r.dehydrated}return null}function bl(n){if(Vi(n)!==n)throw Error(s(188))}function mr(n){var r=n.alternate;if(!r){if(r=Vi(n),r===null)throw Error(s(188));return r!==n?null:n}for(var o=n,f=r;;){var p=o.return;if(p===null)break;var h=p.alternate;if(h===null){if(f=p.return,f!==null){o=f;continue}break}if(p.child===h.child){for(h=p.child;h;){if(h===o)return bl(p),n;if(h===f)return bl(p),r;h=h.sibling}throw Error(s(188))}if(o.return!==f.return)o=p,f=h;else{for(var x=!1,w=p.child;w;){if(w===o){x=!0,o=p,f=h;break}if(w===f){x=!0,f=p,o=h;break}w=w.sibling}if(!x){for(w=h.child;w;){if(w===o){x=!0,o=h,f=p;break}if(w===f){x=!0,f=h,o=p;break}w=w.sibling}if(!x)throw Error(s(189))}}if(o.alternate!==f)throw Error(s(190))}if(o.tag!==3)throw Error(s(188));return o.stateNode.current===o?n:r}function om(n){return n=mr(n),n!==null?lm(n):null}function lm(n){if(n.tag===5||n.tag===6)return n;for(n=n.child;n!==null;){var r=lm(n);if(r!==null)return r;n=n.sibling}return null}var ld=c.unstable_scheduleCallback,um=c.unstable_cancelCallback,Nb=c.unstable_shouldYield,Ob=c.unstable_requestPaint,cn=c.unstable_now,Lb=c.unstable_getCurrentPriorityLevel,oa=c.unstable_ImmediatePriority,gt=c.unstable_UserBlockingPriority,Pa=c.unstable_NormalPriority,sm=c.unstable_LowPriority,ud=c.unstable_IdlePriority,Nu=null,wi=null;function cm(n){if(wi&&typeof wi.onCommitFiberRoot=="function")try{wi.onCommitFiberRoot(Nu,n,void 0,(n.current.flags&128)===128)}catch{}}var ri=Math.clz32?Math.clz32:Mb,fm=Math.log,dm=Math.LN2;function Mb(n){return n>>>=0,n===0?32:31-(fm(n)/dm|0)|0}var Zs=64,kl=4194304;function So(n){switch(n&-n){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return n&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return n&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return n}}function Ti(n,r){var o=n.pendingLanes;if(o===0)return 0;var f=0,p=n.suspendedLanes,h=n.pingedLanes,x=o&268435455;if(x!==0){var w=x&~p;w!==0?f=So(w):(h&=x,h!==0&&(f=So(h)))}else x=o&~p,x!==0?f=So(x):h!==0&&(f=So(h));if(f===0)return 0;if(r!==0&&r!==f&&!(r&p)&&(p=f&-f,h=r&-r,p>=h||p===16&&(h&4194240)!==0))return r;if(f&4&&(f|=o&16),r=n.entangledLanes,r!==0)for(n=n.entanglements,r&=f;0<r;)o=31-ri(r),p=1<<o,f|=n[o],r&=~p;return f}function sd(n,r){switch(n){case 1:case 2:case 4:return r+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return r+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function Gs(n,r){for(var o=n.suspendedLanes,f=n.pingedLanes,p=n.expirationTimes,h=n.pendingLanes;0<h;){var x=31-ri(h),w=1<<x,O=p[x];O===-1?(!(w&o)||w&f)&&(p[x]=sd(w,r)):O<=r&&(n.expiredLanes|=w),h&=~w}}function cd(n){return n=n.pendingLanes&-1073741825,n!==0?n:n&1073741824?1073741824:0}function qs(){var n=Zs;return Zs<<=1,!(Zs&4194240)&&(Zs=64),n}function fd(n){for(var r=[],o=0;31>o;o++)r.push(n);return r}function xo(n,r,o){n.pendingLanes|=r,r!==536870912&&(n.suspendedLanes=0,n.pingedLanes=0),n=n.eventTimes,r=31-ri(r),n[r]=o}function $b(n,r){var o=n.pendingLanes&~r;n.pendingLanes=r,n.suspendedLanes=0,n.pingedLanes=0,n.expiredLanes&=r,n.mutableReadLanes&=r,n.entangledLanes&=r,r=n.entanglements;var f=n.eventTimes;for(n=n.expirationTimes;0<o;){var p=31-ri(o),h=1<<p;r[p]=0,f[p]=-1,n[p]=-1,o&=~h}}function Ou(n,r){var o=n.entangledLanes|=r;for(n=n.entanglements;o;){var f=31-ri(o),p=1<<f;p&r|n[f]&r&&(n[f]|=r),o&=~p}}var Mt=0;function dd(n){return n&=-n,1<n?4<n?n&268435455?16:536870912:4:1}var pm,ec,It,vm,pd,dt=!1,Lu=[],xn=null,ii=null,ai=null,Mu=new Map,Rn=new Map,At=[],Pb="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function Ri(n,r){switch(n){case"focusin":case"focusout":xn=null;break;case"dragenter":case"dragleave":ii=null;break;case"mouseover":case"mouseout":ai=null;break;case"pointerover":case"pointerout":Mu.delete(r.pointerId);break;case"gotpointercapture":case"lostpointercapture":Rn.delete(r.pointerId)}}function nr(n,r,o,f,p,h){return n===null||n.nativeEvent!==h?(n={blockedOn:r,domEventName:o,eventSystemFlags:f,nativeEvent:h,targetContainers:[p]},r!==null&&(r=Zu(r),r!==null&&ec(r)),n):(n.eventSystemFlags|=f,r=n.targetContainers,p!==null&&r.indexOf(p)===-1&&r.push(p),n)}function Aa(n,r,o,f,p){switch(r){case"focusin":return xn=nr(xn,n,r,o,f,p),!0;case"dragenter":return ii=nr(ii,n,r,o,f,p),!0;case"mouseover":return ai=nr(ai,n,r,o,f,p),!0;case"pointerover":var h=p.pointerId;return Mu.set(h,nr(Mu.get(h)||null,n,r,o,f,p)),!0;case"gotpointercapture":return h=p.pointerId,Rn.set(h,nr(Rn.get(h)||null,n,r,o,f,p)),!0}return!1}function mm(n){var r=li(n.target);if(r!==null){var o=Vi(r);if(o!==null){if(r=o.tag,r===13){if(r=Du(o),r!==null){n.blockedOn=r,pd(n.priority,function(){It(o)});return}}else if(r===3&&o.stateNode.current.memoizedState.isDehydrated){n.blockedOn=o.tag===3?o.stateNode.containerInfo:null;return}}}n.blockedOn=null}function Sl(n){if(n.blockedOn!==null)return!1;for(var r=n.targetContainers;0<r.length;){var o=rc(n.domEventName,n.eventSystemFlags,r[0],n.nativeEvent);if(o===null){o=n.nativeEvent;var f=new o.constructor(o.type,o);ni=f,o.target.dispatchEvent(f),ni=null}else return r=Zu(o),r!==null&&ec(r),n.blockedOn=o,!1;r.shift()}return!0}function vd(n,r,o){Sl(n)&&o.delete(r)}function hm(){dt=!1,xn!==null&&Sl(xn)&&(xn=null),ii!==null&&Sl(ii)&&(ii=null),ai!==null&&Sl(ai)&&(ai=null),Mu.forEach(vd),Rn.forEach(vd)}function $u(n,r){n.blockedOn===r&&(n.blockedOn=null,dt||(dt=!0,c.unstable_scheduleCallback(c.unstable_NormalPriority,hm)))}function Pu(n){function r(p){return $u(p,n)}if(0<Lu.length){$u(Lu[0],n);for(var o=1;o<Lu.length;o++){var f=Lu[o];f.blockedOn===n&&(f.blockedOn=null)}}for(xn!==null&&$u(xn,n),ii!==null&&$u(ii,n),ai!==null&&$u(ai,n),Mu.forEach(r),Rn.forEach(r),o=0;o<At.length;o++)f=At[o],f.blockedOn===n&&(f.blockedOn=null);for(;0<At.length&&(o=At[0],o.blockedOn===null);)mm(o),o.blockedOn===null&&At.shift()}var xl=ce.ReactCurrentBatchConfig,_o=!0;function ym(n,r,o,f){var p=Mt,h=xl.transition;xl.transition=null;try{Mt=1,nc(n,r,o,f)}finally{Mt=p,xl.transition=h}}function tc(n,r,o,f){var p=Mt,h=xl.transition;xl.transition=null;try{Mt=4,nc(n,r,o,f)}finally{Mt=p,xl.transition=h}}function nc(n,r,o,f){if(_o){var p=rc(n,r,o,f);if(p===null)mc(n,r,f,Au,o),Ri(n,f);else if(Aa(p,n,r,o,f))f.stopPropagation();else if(Ri(n,f),r&4&&-1<Pb.indexOf(n)){for(;p!==null;){var h=Zu(p);if(h!==null&&pm(h),h=rc(n,r,o,f),h===null&&mc(n,r,f,Au,o),h===p)break;p=h}p!==null&&f.stopPropagation()}else mc(n,r,f,null,o)}}var Au=null;function rc(n,r,o,f){if(Au=null,n=un(f),n=li(n),n!==null)if(r=Vi(n),r===null)n=null;else if(o=r.tag,o===13){if(n=Du(r),n!==null)return n;n=null}else if(o===3){if(r.stateNode.current.memoizedState.isDehydrated)return r.tag===3?r.stateNode.containerInfo:null;n=null}else r!==n&&(n=null);return Au=n,null}function md(n){switch(n){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(Lb()){case oa:return 1;case gt:return 4;case Pa:case sm:return 16;case ud:return 536870912;default:return 16}default:return 16}}var la=null,zu=null,Fu=null;function hd(){if(Fu)return Fu;var n,r=zu,o=r.length,f,p="value"in la?la.value:la.textContent,h=p.length;for(n=0;n<o&&r[n]===p[n];n++);var x=o-n;for(f=1;f<=x&&r[o-f]===p[h-f];f++);return Fu=p.slice(n,1<f?1-f:void 0)}function _l(n){var r=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&r===13&&(n=13)):n=r,n===10&&(n=13),32<=n||n===13?n:0}function Uu(){return!0}function gm(){return!1}function Vr(n){function r(o,f,p,h,x){this._reactName=o,this._targetInst=p,this.type=f,this.nativeEvent=h,this.target=x,this.currentTarget=null;for(var w in n)n.hasOwnProperty(w)&&(o=n[w],this[w]=o?o(h):h[w]);return this.isDefaultPrevented=(h.defaultPrevented!=null?h.defaultPrevented:h.returnValue===!1)?Uu:gm,this.isPropagationStopped=gm,this}return q(r.prototype,{preventDefault:function(){this.defaultPrevented=!0;var o=this.nativeEvent;o&&(o.preventDefault?o.preventDefault():typeof o.returnValue!="unknown"&&(o.returnValue=!1),this.isDefaultPrevented=Uu)},stopPropagation:function(){var o=this.nativeEvent;o&&(o.stopPropagation?o.stopPropagation():typeof o.cancelBubble!="unknown"&&(o.cancelBubble=!0),this.isPropagationStopped=Uu)},persist:function(){},isPersistent:Uu}),r}var za={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ic=Vr(za),Cl=q({},za,{view:0,detail:0}),bm=Vr(Cl),ac,yd,Hu,An=q({},Cl,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Sd,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==Hu&&(Hu&&n.type==="mousemove"?(ac=n.screenX-Hu.screenX,yd=n.screenY-Hu.screenY):yd=ac=0,Hu=n),ac)},movementY:function(n){return"movementY"in n?n.movementY:yd}}),oc=Vr(An),km=q({},An,{dataTransfer:0}),Sm=Vr(km),Ab=q({},Cl,{relatedTarget:0}),Fa=Vr(Ab),gd=q({},za,{animationName:0,elapsedTime:0,pseudoElement:0}),xm=Vr(gd),zb=q({},za,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),Fb=Vr(zb),Ub=q({},za,{data:0}),bd=Vr(Ub),kd={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},_m={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},Cm={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Em(n){var r=this.nativeEvent;return r.getModifierState?r.getModifierState(n):(n=Cm[n])?!!r[n]:!1}function Sd(){return Em}var ua=q({},Cl,{key:function(n){if(n.key){var r=kd[n.key]||n.key;if(r!=="Unidentified")return r}return n.type==="keypress"?(n=_l(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?_m[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Sd,charCode:function(n){return n.type==="keypress"?_l(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?_l(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),Hb=Vr(ua),xd=q({},An,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),lc=Vr(xd),_d=q({},Cl,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Sd}),Vb=Vr(_d),uc=q({},za,{propertyName:0,elapsedTime:0,pseudoElement:0}),wm=Vr(uc),Tr=q({},An,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),sa=Vr(Tr),_n=[9,13,27,32],Di=E&&"CompositionEvent"in window,Co=null;E&&"documentMode"in document&&(Co=document.documentMode);var sc=E&&"TextEvent"in window&&!Co,Tm=E&&(!Di||Co&&8<Co&&11>=Co),El=" ",Rm=!1;function Dm(n,r){switch(n){case"keyup":return _n.indexOf(r.keyCode)!==-1;case"keydown":return r.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function cc(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var wl=!1;function jb(n,r){switch(n){case"compositionend":return cc(r);case"keypress":return r.which!==32?null:(Rm=!0,El);case"textInput":return n=r.data,n===El&&Rm?null:n;default:return null}}function Bb(n,r){if(wl)return n==="compositionend"||!Di&&Dm(n,r)?(n=hd(),Fu=zu=la=null,wl=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(r.ctrlKey||r.altKey||r.metaKey)||r.ctrlKey&&r.altKey){if(r.char&&1<r.char.length)return r.char;if(r.which)return String.fromCharCode(r.which)}return null;case"compositionend":return Tm&&r.locale!=="ko"?null:r.data;default:return null}}var Nm={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Om(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r==="input"?!!Nm[n.type]:r==="textarea"}function Lm(n,r,o,f){Qs(f),r=Ku(r,"onChange"),0<r.length&&(o=new ic("onChange","change",null,o,f),n.push({event:o,listeners:r}))}var Vu=null,Tl=null;function Rl(n){vc(n,0)}function Dl(n){var r=Ol(n);if(fe(r))return n}function Mm(n,r){if(n==="change")return r}var Cd=!1;if(E){var Ed;if(E){var wd="oninput"in document;if(!wd){var $m=document.createElement("div");$m.setAttribute("oninput","return;"),wd=typeof $m.oninput=="function"}Ed=wd}else Ed=!1;Cd=Ed&&(!document.documentMode||9<document.documentMode)}function Pm(){Vu&&(Vu.detachEvent("onpropertychange",Am),Tl=Vu=null)}function Am(n){if(n.propertyName==="value"&&Dl(Tl)){var r=[];Lm(r,Tl,n,un(n)),id(Rl,r)}}function Ib(n,r,o){n==="focusin"?(Pm(),Vu=r,Tl=o,Vu.attachEvent("onpropertychange",Am)):n==="focusout"&&Pm()}function Yb(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Dl(Tl)}function Wb(n,r){if(n==="click")return Dl(r)}function zm(n,r){if(n==="input"||n==="change")return Dl(r)}function Qb(n,r){return n===r&&(n!==0||1/n===1/r)||n!==n&&r!==r}var oi=typeof Object.is=="function"?Object.is:Qb;function ju(n,r){if(oi(n,r))return!0;if(typeof n!="object"||n===null||typeof r!="object"||r===null)return!1;var o=Object.keys(n),f=Object.keys(r);if(o.length!==f.length)return!1;for(f=0;f<o.length;f++){var p=o[f];if(!T.call(r,p)||!oi(n[p],r[p]))return!1}return!0}function Fm(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function Um(n,r){var o=Fm(n);n=0;for(var f;o;){if(o.nodeType===3){if(f=n+o.textContent.length,n<=r&&f>=r)return{node:o,offset:r-n};n=f}e:{for(;o;){if(o.nextSibling){o=o.nextSibling;break e}o=o.parentNode}o=void 0}o=Fm(o)}}function Hm(n,r){return n&&r?n===r?!0:n&&n.nodeType===3?!1:r&&r.nodeType===3?Hm(n,r.parentNode):"contains"in n?n.contains(r):n.compareDocumentPosition?!!(n.compareDocumentPosition(r)&16):!1:!1}function fc(){for(var n=window,r=ht();r instanceof n.HTMLIFrameElement;){try{var o=typeof r.contentWindow.location.href=="string"}catch{o=!1}if(o)n=r.contentWindow;else break;r=ht(n.document)}return r}function ca(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r&&(r==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||r==="textarea"||n.contentEditable==="true")}function dc(n){var r=fc(),o=n.focusedElem,f=n.selectionRange;if(r!==o&&o&&o.ownerDocument&&Hm(o.ownerDocument.documentElement,o)){if(f!==null&&ca(o)){if(r=f.start,n=f.end,n===void 0&&(n=r),"selectionStart"in o)o.selectionStart=r,o.selectionEnd=Math.min(n,o.value.length);else if(n=(r=o.ownerDocument||document)&&r.defaultView||window,n.getSelection){n=n.getSelection();var p=o.textContent.length,h=Math.min(f.start,p);f=f.end===void 0?h:Math.min(f.end,p),!n.extend&&h>f&&(p=f,f=h,h=p),p=Um(o,h);var x=Um(o,f);p&&x&&(n.rangeCount!==1||n.anchorNode!==p.node||n.anchorOffset!==p.offset||n.focusNode!==x.node||n.focusOffset!==x.offset)&&(r=r.createRange(),r.setStart(p.node,p.offset),n.removeAllRanges(),h>f?(n.addRange(r),n.extend(x.node,x.offset)):(r.setEnd(x.node,x.offset),n.addRange(r)))}}for(r=[],n=o;n=n.parentNode;)n.nodeType===1&&r.push({element:n,left:n.scrollLeft,top:n.scrollTop});for(typeof o.focus=="function"&&o.focus(),o=0;o<r.length;o++)n=r[o],n.element.scrollLeft=n.left,n.element.scrollTop=n.top}}var Vm=E&&"documentMode"in document&&11>=document.documentMode,Ni=null,Td=null,Bu=null,Rd=!1;function jm(n,r,o){var f=o.window===o?o.document:o.nodeType===9?o:o.ownerDocument;Rd||Ni==null||Ni!==ht(f)||(f=Ni,"selectionStart"in f&&ca(f)?f={start:f.selectionStart,end:f.selectionEnd}:(f=(f.ownerDocument&&f.ownerDocument.defaultView||window).getSelection(),f={anchorNode:f.anchorNode,anchorOffset:f.anchorOffset,focusNode:f.focusNode,focusOffset:f.focusOffset}),Bu&&ju(Bu,f)||(Bu=f,f=Ku(Td,"onSelect"),0<f.length&&(r=new ic("onSelect","select",null,r,o),n.push({event:r,listeners:f}),r.target=Ni)))}function pc(n,r){var o={};return o[n.toLowerCase()]=r.toLowerCase(),o["Webkit"+n]="webkit"+r,o["Moz"+n]="moz"+r,o}var Eo={animationend:pc("Animation","AnimationEnd"),animationiteration:pc("Animation","AnimationIteration"),animationstart:pc("Animation","AnimationStart"),transitionend:pc("Transition","TransitionEnd")},Dd={},Nd={};E&&(Nd=document.createElement("div").style,"AnimationEvent"in window||(delete Eo.animationend.animation,delete Eo.animationiteration.animation,delete Eo.animationstart.animation),"TransitionEvent"in window||delete Eo.transitionend.transition);function zn(n){if(Dd[n])return Dd[n];if(!Eo[n])return n;var r=Eo[n],o;for(o in r)if(r.hasOwnProperty(o)&&o in Nd)return Dd[n]=r[o];return n}var Od=zn("animationend"),Bm=zn("animationiteration"),Im=zn("animationstart"),Ym=zn("transitionend"),Wm=new Map,Qm="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function fa(n,r){Wm.set(n,r),S(r,[n])}for(var Iu=0;Iu<Qm.length;Iu++){var wo=Qm[Iu],Kb=wo.toLowerCase(),Yu=wo[0].toUpperCase()+wo.slice(1);fa(Kb,"on"+Yu)}fa(Od,"onAnimationEnd"),fa(Bm,"onAnimationIteration"),fa(Im,"onAnimationStart"),fa("dblclick","onDoubleClick"),fa("focusin","onFocus"),fa("focusout","onBlur"),fa(Ym,"onTransitionEnd"),y("onMouseEnter",["mouseout","mouseover"]),y("onMouseLeave",["mouseout","mouseover"]),y("onPointerEnter",["pointerout","pointerover"]),y("onPointerLeave",["pointerout","pointerover"]),S("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),S("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),S("onBeforeInput",["compositionend","keypress","textInput","paste"]),S("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),S("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),S("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Wu="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Xb=new Set("cancel close invalid load scroll toggle".split(" ").concat(Wu));function Km(n,r,o){var f=n.type||"unknown-event";n.currentTarget=o,gl(f,r,void 0,n),n.currentTarget=null}function vc(n,r){r=(r&4)!==0;for(var o=0;o<n.length;o++){var f=n[o],p=f.event;f=f.listeners;e:{var h=void 0;if(r)for(var x=f.length-1;0<=x;x--){var w=f[x],O=w.instance,J=w.currentTarget;if(w=w.listener,O!==h&&p.isPropagationStopped())break e;Km(p,w,J),h=O}else for(x=0;x<f.length;x++){if(w=f[x],O=w.instance,J=w.currentTarget,w=w.listener,O!==h&&p.isPropagationStopped())break e;Km(p,w,J),h=O}}}if(yl)throw n=Ru,yl=!1,Ru=null,n}function Yt(n,r){var o=r[Fd];o===void 0&&(o=r[Fd]=new Set);var f=n+"__bubble";o.has(f)||(Xm(r,n,2,!1),o.add(f))}function Ua(n,r,o){var f=0;r&&(f|=4),Xm(o,n,f,r)}var da="_reactListening"+Math.random().toString(36).slice(2);function Nl(n){if(!n[da]){n[da]=!0,v.forEach(function(o){o!=="selectionchange"&&(Xb.has(o)||Ua(o,!1,n),Ua(o,!0,n))});var r=n.nodeType===9?n:n.ownerDocument;r===null||r[da]||(r[da]=!0,Ua("selectionchange",!1,r))}}function Xm(n,r,o,f){switch(md(r)){case 1:var p=ym;break;case 4:p=tc;break;default:p=nc}o=p.bind(null,r,o,n),p=void 0,!Js||r!=="touchstart"&&r!=="touchmove"&&r!=="wheel"||(p=!0),f?p!==void 0?n.addEventListener(r,o,{capture:!0,passive:p}):n.addEventListener(r,o,!0):p!==void 0?n.addEventListener(r,o,{passive:p}):n.addEventListener(r,o,!1)}function mc(n,r,o,f,p){var h=f;if(!(r&1)&&!(r&2)&&f!==null)e:for(;;){if(f===null)return;var x=f.tag;if(x===3||x===4){var w=f.stateNode.containerInfo;if(w===p||w.nodeType===8&&w.parentNode===p)break;if(x===4)for(x=f.return;x!==null;){var O=x.tag;if((O===3||O===4)&&(O=x.stateNode.containerInfo,O===p||O.nodeType===8&&O.parentNode===p))return;x=x.return}for(;w!==null;){if(x=li(w),x===null)return;if(O=x.tag,O===5||O===6){f=h=x;continue e}w=w.parentNode}}f=f.return}id(function(){var J=h,ve=un(o),ye=[];e:{var pe=Wm.get(n);if(pe!==void 0){var Le=ic,He=n;switch(n){case"keypress":if(_l(o)===0)break e;case"keydown":case"keyup":Le=Hb;break;case"focusin":He="focus",Le=Fa;break;case"focusout":He="blur",Le=Fa;break;case"beforeblur":case"afterblur":Le=Fa;break;case"click":if(o.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":Le=oc;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Le=Sm;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Le=Vb;break;case Od:case Bm:case Im:Le=xm;break;case Ym:Le=wm;break;case"scroll":Le=bm;break;case"wheel":Le=sa;break;case"copy":case"cut":case"paste":Le=Fb;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Le=lc}var Be=(r&4)!==0,gn=!Be&&n==="scroll",V=Be?pe!==null?pe+"Capture":null:pe;Be=[];for(var A=J,W;A!==null;){W=A;var ke=W.stateNode;if(W.tag===5&&ke!==null&&(W=ke,V!==null&&(ke=Tu(A,V),ke!=null&&Be.push(Qu(A,ke,W)))),gn)break;A=A.return}0<Be.length&&(pe=new Le(pe,He,null,o,ve),ye.push({event:pe,listeners:Be}))}}if(!(r&7)){e:{if(pe=n==="mouseover"||n==="pointerover",Le=n==="mouseout"||n==="pointerout",pe&&o!==ni&&(He=o.relatedTarget||o.fromElement)&&(li(He)||He[pa]))break e;if((Le||pe)&&(pe=ve.window===ve?ve:(pe=ve.ownerDocument)?pe.defaultView||pe.parentWindow:window,Le?(He=o.relatedTarget||o.toElement,Le=J,He=He?li(He):null,He!==null&&(gn=Vi(He),He!==gn||He.tag!==5&&He.tag!==6)&&(He=null)):(Le=null,He=J),Le!==He)){if(Be=oc,ke="onMouseLeave",V="onMouseEnter",A="mouse",(n==="pointerout"||n==="pointerover")&&(Be=lc,ke="onPointerLeave",V="onPointerEnter",A="pointer"),gn=Le==null?pe:Ol(Le),W=He==null?pe:Ol(He),pe=new Be(ke,A+"leave",Le,o,ve),pe.target=gn,pe.relatedTarget=W,ke=null,li(ve)===J&&(Be=new Be(V,A+"enter",He,o,ve),Be.target=W,Be.relatedTarget=gn,ke=Be),gn=ke,Le&&He)t:{for(Be=Le,V=He,A=0,W=Be;W;W=To(W))A++;for(W=0,ke=V;ke;ke=To(ke))W++;for(;0<A-W;)Be=To(Be),A--;for(;0<W-A;)V=To(V),W--;for(;A--;){if(Be===V||V!==null&&Be===V.alternate)break t;Be=To(Be),V=To(V)}Be=null}else Be=null;Le!==null&&Ld(ye,pe,Le,Be,!1),He!==null&&gn!==null&&Ld(ye,gn,He,Be,!0)}}e:{if(pe=J?Ol(J):window,Le=pe.nodeName&&pe.nodeName.toLowerCase(),Le==="select"||Le==="input"&&pe.type==="file")var Ie=Mm;else if(Om(pe))if(Cd)Ie=zm;else{Ie=Yb;var Ve=Ib}else(Le=pe.nodeName)&&Le.toLowerCase()==="input"&&(pe.type==="checkbox"||pe.type==="radio")&&(Ie=Wb);if(Ie&&(Ie=Ie(n,J))){Lm(ye,Ie,o,ve);break e}Ve&&Ve(n,pe,J),n==="focusout"&&(Ve=pe._wrapperState)&&Ve.controlled&&pe.type==="number"&&dr(pe,"number",pe.value)}switch(Ve=J?Ol(J):window,n){case"focusin":(Om(Ve)||Ve.contentEditable==="true")&&(Ni=Ve,Td=J,Bu=null);break;case"focusout":Bu=Td=Ni=null;break;case"mousedown":Rd=!0;break;case"contextmenu":case"mouseup":case"dragend":Rd=!1,jm(ye,o,ve);break;case"selectionchange":if(Vm)break;case"keydown":case"keyup":jm(ye,o,ve)}var Xe;if(Di)e:{switch(n){case"compositionstart":var lt="onCompositionStart";break e;case"compositionend":lt="onCompositionEnd";break e;case"compositionupdate":lt="onCompositionUpdate";break e}lt=void 0}else wl?Dm(n,o)&&(lt="onCompositionEnd"):n==="keydown"&&o.keyCode===229&&(lt="onCompositionStart");lt&&(Tm&&o.locale!=="ko"&&(wl||lt!=="onCompositionStart"?lt==="onCompositionEnd"&&wl&&(Xe=hd()):(la=ve,zu="value"in la?la.value:la.textContent,wl=!0)),Ve=Ku(J,lt),0<Ve.length&&(lt=new bd(lt,n,null,o,ve),ye.push({event:lt,listeners:Ve}),Xe?lt.data=Xe:(Xe=cc(o),Xe!==null&&(lt.data=Xe)))),(Xe=sc?jb(n,o):Bb(n,o))&&(J=Ku(J,"onBeforeInput"),0<J.length&&(ve=new bd("onBeforeInput","beforeinput",null,o,ve),ye.push({event:ve,listeners:J}),ve.data=Xe))}vc(ye,r)})}function Qu(n,r,o){return{instance:n,listener:r,currentTarget:o}}function Ku(n,r){for(var o=r+"Capture",f=[];n!==null;){var p=n,h=p.stateNode;p.tag===5&&h!==null&&(p=h,h=Tu(n,o),h!=null&&f.unshift(Qu(n,h,p)),h=Tu(n,r),h!=null&&f.push(Qu(n,h,p))),n=n.return}return f}function To(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5);return n||null}function Ld(n,r,o,f,p){for(var h=r._reactName,x=[];o!==null&&o!==f;){var w=o,O=w.alternate,J=w.stateNode;if(O!==null&&O===f)break;w.tag===5&&J!==null&&(w=J,p?(O=Tu(o,h),O!=null&&x.unshift(Qu(o,O,w))):p||(O=Tu(o,h),O!=null&&x.push(Qu(o,O,w)))),o=o.return}x.length!==0&&n.push({event:r,listeners:x})}var Md=/\r\n?/g,Jb=/\u0000|\uFFFD/g;function $d(n){return(typeof n=="string"?n:""+n).replace(Md,`
31
- `).replace(Jb,"")}function hc(n,r,o){if(r=$d(r),$d(n)!==r&&o)throw Error(s(425))}function yc(){}var Pd=null,Ro=null;function Xu(n,r){return n==="textarea"||n==="noscript"||typeof r.children=="string"||typeof r.children=="number"||typeof r.dangerouslySetInnerHTML=="object"&&r.dangerouslySetInnerHTML!==null&&r.dangerouslySetInnerHTML.__html!=null}var Do=typeof setTimeout=="function"?setTimeout:void 0,Jm=typeof clearTimeout=="function"?clearTimeout:void 0,Ad=typeof Promise=="function"?Promise:void 0,zd=typeof queueMicrotask=="function"?queueMicrotask:typeof Ad<"u"?function(n){return Ad.resolve(null).then(n).catch(Zb)}:Do;function Zb(n){setTimeout(function(){throw n})}function Ha(n,r){var o=r,f=0;do{var p=o.nextSibling;if(n.removeChild(o),p&&p.nodeType===8)if(o=p.data,o==="/$"){if(f===0){n.removeChild(p),Pu(r);return}f--}else o!=="$"&&o!=="$?"&&o!=="$!"||f++;o=p}while(o);Pu(r)}function Oi(n){for(;n!=null;n=n.nextSibling){var r=n.nodeType;if(r===1||r===3)break;if(r===8){if(r=n.data,r==="$"||r==="$!"||r==="$?")break;if(r==="/$")return null}}return n}function Ju(n){n=n.previousSibling;for(var r=0;n;){if(n.nodeType===8){var o=n.data;if(o==="$"||o==="$!"||o==="$?"){if(r===0)return n;r--}else o==="/$"&&r++}n=n.previousSibling}return null}var Va=Math.random().toString(36).slice(2),ji="__reactFiber$"+Va,No="__reactProps$"+Va,pa="__reactContainer$"+Va,Fd="__reactEvents$"+Va,Gb="__reactListeners$"+Va,Ud="__reactHandles$"+Va;function li(n){var r=n[ji];if(r)return r;for(var o=n.parentNode;o;){if(r=o[pa]||o[ji]){if(o=r.alternate,r.child!==null||o!==null&&o.child!==null)for(n=Ju(n);n!==null;){if(o=n[ji])return o;n=Ju(n)}return r}n=o,o=n.parentNode}return null}function Zu(n){return n=n[ji]||n[pa],!n||n.tag!==5&&n.tag!==6&&n.tag!==13&&n.tag!==3?null:n}function Ol(n){if(n.tag===5||n.tag===6)return n.stateNode;throw Error(s(33))}function Ze(n){return n[No]||null}var ja=[],Xt=-1;function pt(n){return{current:n}}function Dt(n){0>Xt||(n.current=ja[Xt],ja[Xt]=null,Xt--)}function Nt(n,r){Xt++,ja[Xt]=n.current,n.current=r}var Bi={},ot=pt(Bi),fn=pt(!1),Rr=Bi;function ui(n,r){var o=n.type.contextTypes;if(!o)return Bi;var f=n.stateNode;if(f&&f.__reactInternalMemoizedUnmaskedChildContext===r)return f.__reactInternalMemoizedMaskedChildContext;var p={},h;for(h in o)p[h]=r[h];return f&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=r,n.__reactInternalMemoizedMaskedChildContext=p),p}function en(n){return n=n.childContextTypes,n!=null}function si(){Dt(fn),Dt(ot)}function Ba(n,r,o){if(ot.current!==Bi)throw Error(s(168));Nt(ot,r),Nt(fn,o)}function Gu(n,r,o){var f=n.stateNode;if(r=r.childContextTypes,typeof f.getChildContext!="function")return o;f=f.getChildContext();for(var p in f)if(!(p in r))throw Error(s(108,Ne(n)||"Unknown",p));return q({},o,f)}function gc(n){return n=(n=n.stateNode)&&n.__reactInternalMemoizedMergedChildContext||Bi,Rr=ot.current,Nt(ot,n),Nt(fn,fn.current),!0}function Zm(n,r,o){var f=n.stateNode;if(!f)throw Error(s(169));o?(n=Gu(n,r,Rr),f.__reactInternalMemoizedMergedChildContext=n,Dt(fn),Dt(ot),Nt(ot,n)):Dt(fn),Nt(fn,o)}var jr=null,Fn=!1,qu=!1;function Hd(n){jr===null?jr=[n]:jr.push(n)}function Vd(n){Fn=!0,Hd(n)}function Dr(){if(!qu&&jr!==null){qu=!0;var n=0,r=Mt;try{var o=jr;for(Mt=1;n<o.length;n++){var f=o[n];do f=f(!0);while(f!==null)}jr=null,Fn=!1}catch(p){throw jr!==null&&(jr=jr.slice(n+1)),ld(oa,Dr),p}finally{Mt=r,qu=!1}}return null}var Ia=[],Nr=0,Oo=null,Ll=0,Or=[],rr=0,ci=null,In=1,va="";function Br(n,r){Ia[Nr++]=Ll,Ia[Nr++]=Oo,Oo=n,Ll=r}function jd(n,r,o){Or[rr++]=In,Or[rr++]=va,Or[rr++]=ci,ci=n;var f=In;n=va;var p=32-ri(f)-1;f&=~(1<<p),o+=1;var h=32-ri(r)+p;if(30<h){var x=p-p%5;h=(f&(1<<x)-1).toString(32),f>>=x,p-=x,In=1<<32-ri(r)+p|o<<p|f,va=h+n}else In=1<<h|o<<p|f,va=n}function bc(n){n.return!==null&&(Br(n,1),jd(n,1,0))}function Bd(n){for(;n===Oo;)Oo=Ia[--Nr],Ia[Nr]=null,Ll=Ia[--Nr],Ia[Nr]=null;for(;n===ci;)ci=Or[--rr],Or[rr]=null,va=Or[--rr],Or[rr]=null,In=Or[--rr],Or[rr]=null}var Ir=null,Lr=null,Jt=!1,fi=null;function Id(n,r){var o=yi(5,null,null,0);o.elementType="DELETED",o.stateNode=r,o.return=n,r=n.deletions,r===null?(n.deletions=[o],n.flags|=16):r.push(o)}function Gm(n,r){switch(n.tag){case 5:var o=n.type;return r=r.nodeType!==1||o.toLowerCase()!==r.nodeName.toLowerCase()?null:r,r!==null?(n.stateNode=r,Ir=n,Lr=Oi(r.firstChild),!0):!1;case 6:return r=n.pendingProps===""||r.nodeType!==3?null:r,r!==null?(n.stateNode=r,Ir=n,Lr=null,!0):!1;case 13:return r=r.nodeType!==8?null:r,r!==null?(o=ci!==null?{id:In,overflow:va}:null,n.memoizedState={dehydrated:r,treeContext:o,retryLane:1073741824},o=yi(18,null,null,0),o.stateNode=r,o.return=n,n.child=o,Ir=n,Lr=null,!0):!1;default:return!1}}function kc(n){return(n.mode&1)!==0&&(n.flags&128)===0}function Sc(n){if(Jt){var r=Lr;if(r){var o=r;if(!Gm(n,r)){if(kc(n))throw Error(s(418));r=Oi(o.nextSibling);var f=Ir;r&&Gm(n,r)?Id(f,o):(n.flags=n.flags&-4097|2,Jt=!1,Ir=n)}}else{if(kc(n))throw Error(s(418));n.flags=n.flags&-4097|2,Jt=!1,Ir=n}}}function qm(n){for(n=n.return;n!==null&&n.tag!==5&&n.tag!==3&&n.tag!==13;)n=n.return;Ir=n}function xc(n){if(n!==Ir)return!1;if(!Jt)return qm(n),Jt=!0,!1;var r;if((r=n.tag!==3)&&!(r=n.tag!==5)&&(r=n.type,r=r!=="head"&&r!=="body"&&!Xu(n.type,n.memoizedProps)),r&&(r=Lr)){if(kc(n))throw eh(),Error(s(418));for(;r;)Id(n,r),r=Oi(r.nextSibling)}if(qm(n),n.tag===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(s(317));e:{for(n=n.nextSibling,r=0;n;){if(n.nodeType===8){var o=n.data;if(o==="/$"){if(r===0){Lr=Oi(n.nextSibling);break e}r--}else o!=="$"&&o!=="$!"&&o!=="$?"||r++}n=n.nextSibling}Lr=null}}else Lr=Ir?Oi(n.stateNode.nextSibling):null;return!0}function eh(){for(var n=Lr;n;)n=Oi(n.nextSibling)}function rn(){Lr=Ir=null,Jt=!1}function Yd(n){fi===null?fi=[n]:fi.push(n)}var _c=ce.ReactCurrentBatchConfig;function Yr(n,r){if(n&&n.defaultProps){r=q({},r),n=n.defaultProps;for(var o in n)r[o]===void 0&&(r[o]=n[o]);return r}return r}var Ii=pt(null),Cc=null,Ya=null,Wd=null;function Qd(){Wd=Ya=Cc=null}function Wa(n){var r=Ii.current;Dt(Ii),n._currentValue=r}function Un(n,r,o){for(;n!==null;){var f=n.alternate;if((n.childLanes&r)!==r?(n.childLanes|=r,f!==null&&(f.childLanes|=r)):f!==null&&(f.childLanes&r)!==r&&(f.childLanes|=r),n===o)break;n=n.return}}function Ee(n,r){Cc=n,Wd=Ya=null,n=n.dependencies,n!==null&&n.firstContext!==null&&(n.lanes&r&&(Cn=!0),n.firstContext=null)}function yn(n){var r=n._currentValue;if(Wd!==n)if(n={context:n,memoizedValue:r,next:null},Ya===null){if(Cc===null)throw Error(s(308));Ya=n,Cc.dependencies={lanes:0,firstContext:n}}else Ya=Ya.next=n;return r}var Yn=null;function Kd(n){Yn===null?Yn=[n]:Yn.push(n)}function th(n,r,o,f){var p=r.interleaved;return p===null?(o.next=o,Kd(r)):(o.next=p.next,p.next=o),r.interleaved=o,ma(n,f)}function ma(n,r){n.lanes|=r;var o=n.alternate;for(o!==null&&(o.lanes|=r),o=n,n=n.return;n!==null;)n.childLanes|=r,o=n.alternate,o!==null&&(o.childLanes|=r),o=n,n=n.return;return o.tag===3?o.stateNode:null}var Qa=!1;function Xd(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Dn(n,r){n=n.updateQueue,r.updateQueue===n&&(r.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,effects:n.effects})}function ha(n,r){return{eventTime:n,lane:r,tag:0,payload:null,callback:null,next:null}}function Ka(n,r,o){var f=n.updateQueue;if(f===null)return null;if(f=f.shared,bt&2){var p=f.pending;return p===null?r.next=r:(r.next=p.next,p.next=r),f.pending=r,ma(n,o)}return p=f.interleaved,p===null?(r.next=r,Kd(f)):(r.next=p.next,p.next=r),f.interleaved=r,ma(n,o)}function Ec(n,r,o){if(r=r.updateQueue,r!==null&&(r=r.shared,(o&4194240)!==0)){var f=r.lanes;f&=n.pendingLanes,o|=f,r.lanes=o,Ou(n,o)}}function Jd(n,r){var o=n.updateQueue,f=n.alternate;if(f!==null&&(f=f.updateQueue,o===f)){var p=null,h=null;if(o=o.firstBaseUpdate,o!==null){do{var x={eventTime:o.eventTime,lane:o.lane,tag:o.tag,payload:o.payload,callback:o.callback,next:null};h===null?p=h=x:h=h.next=x,o=o.next}while(o!==null);h===null?p=h=r:h=h.next=r}else p=h=r;o={baseState:f.baseState,firstBaseUpdate:p,lastBaseUpdate:h,shared:f.shared,effects:f.effects},n.updateQueue=o;return}n=o.lastBaseUpdate,n===null?o.firstBaseUpdate=r:n.next=r,o.lastBaseUpdate=r}function Xa(n,r,o,f){var p=n.updateQueue;Qa=!1;var h=p.firstBaseUpdate,x=p.lastBaseUpdate,w=p.shared.pending;if(w!==null){p.shared.pending=null;var O=w,J=O.next;O.next=null,x===null?h=J:x.next=J,x=O;var ve=n.alternate;ve!==null&&(ve=ve.updateQueue,w=ve.lastBaseUpdate,w!==x&&(w===null?ve.firstBaseUpdate=J:w.next=J,ve.lastBaseUpdate=O))}if(h!==null){var ye=p.baseState;x=0,ve=J=O=null,w=h;do{var pe=w.lane,Le=w.eventTime;if((f&pe)===pe){ve!==null&&(ve=ve.next={eventTime:Le,lane:0,tag:w.tag,payload:w.payload,callback:w.callback,next:null});e:{var He=n,Be=w;switch(pe=r,Le=o,Be.tag){case 1:if(He=Be.payload,typeof He=="function"){ye=He.call(Le,ye,pe);break e}ye=He;break e;case 3:He.flags=He.flags&-65537|128;case 0:if(He=Be.payload,pe=typeof He=="function"?He.call(Le,ye,pe):He,pe==null)break e;ye=q({},ye,pe);break e;case 2:Qa=!0}}w.callback!==null&&w.lane!==0&&(n.flags|=64,pe=p.effects,pe===null?p.effects=[w]:pe.push(w))}else Le={eventTime:Le,lane:pe,tag:w.tag,payload:w.payload,callback:w.callback,next:null},ve===null?(J=ve=Le,O=ye):ve=ve.next=Le,x|=pe;if(w=w.next,w===null){if(w=p.shared.pending,w===null)break;pe=w,w=pe.next,pe.next=null,p.lastBaseUpdate=pe,p.shared.pending=null}}while(!0);if(ve===null&&(O=ye),p.baseState=O,p.firstBaseUpdate=J,p.lastBaseUpdate=ve,r=p.shared.interleaved,r!==null){p=r;do x|=p.lane,p=p.next;while(p!==r)}else h===null&&(p.shared.lanes=0);ka|=x,n.lanes=x,n.memoizedState=ye}}function Lo(n,r,o){if(n=r.effects,r.effects=null,n!==null)for(r=0;r<n.length;r++){var f=n[r],p=f.callback;if(p!==null){if(f.callback=null,f=o,typeof p!="function")throw Error(s(191,p));p.call(f)}}}var nh=new l.Component().refs;function Zd(n,r,o,f){r=n.memoizedState,o=o(f,r),o=o==null?r:q({},r,o),n.memoizedState=o,n.lanes===0&&(n.updateQueue.baseState=o)}var wc={isMounted:function(n){return(n=n._reactInternals)?Vi(n)===n:!1},enqueueSetState:function(n,r,o){n=n._reactInternals;var f=lr(),p=En(n),h=ha(f,p);h.payload=r,o!=null&&(h.callback=o),r=Ka(n,h,p),r!==null&&(ur(r,n,p,f),Ec(r,n,p))},enqueueReplaceState:function(n,r,o){n=n._reactInternals;var f=lr(),p=En(n),h=ha(f,p);h.tag=1,h.payload=r,o!=null&&(h.callback=o),r=Ka(n,h,p),r!==null&&(ur(r,n,p,f),Ec(r,n,p))},enqueueForceUpdate:function(n,r){n=n._reactInternals;var o=lr(),f=En(n),p=ha(o,f);p.tag=2,r!=null&&(p.callback=r),r=Ka(n,p,f),r!==null&&(ur(r,n,f,o),Ec(r,n,f))}};function rh(n,r,o,f,p,h,x){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(f,h,x):r.prototype&&r.prototype.isPureReactComponent?!ju(o,f)||!ju(p,h):!0}function ih(n,r,o){var f=!1,p=Bi,h=r.contextType;return typeof h=="object"&&h!==null?h=yn(h):(p=en(r)?Rr:ot.current,f=r.contextTypes,h=(f=f!=null)?ui(n,p):Bi),r=new r(o,h),n.memoizedState=r.state!==null&&r.state!==void 0?r.state:null,r.updater=wc,n.stateNode=r,r._reactInternals=n,f&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=p,n.__reactInternalMemoizedMaskedChildContext=h),r}function ah(n,r,o,f){n=r.state,typeof r.componentWillReceiveProps=="function"&&r.componentWillReceiveProps(o,f),typeof r.UNSAFE_componentWillReceiveProps=="function"&&r.UNSAFE_componentWillReceiveProps(o,f),r.state!==n&&wc.enqueueReplaceState(r,r.state,null)}function Tc(n,r,o,f){var p=n.stateNode;p.props=o,p.state=n.memoizedState,p.refs=nh,Xd(n);var h=r.contextType;typeof h=="object"&&h!==null?p.context=yn(h):(h=en(r)?Rr:ot.current,p.context=ui(n,h)),p.state=n.memoizedState,h=r.getDerivedStateFromProps,typeof h=="function"&&(Zd(n,r,h,o),p.state=n.memoizedState),typeof r.getDerivedStateFromProps=="function"||typeof p.getSnapshotBeforeUpdate=="function"||typeof p.UNSAFE_componentWillMount!="function"&&typeof p.componentWillMount!="function"||(r=p.state,typeof p.componentWillMount=="function"&&p.componentWillMount(),typeof p.UNSAFE_componentWillMount=="function"&&p.UNSAFE_componentWillMount(),r!==p.state&&wc.enqueueReplaceState(p,p.state,null),Xa(n,o,p,f),p.state=n.memoizedState),typeof p.componentDidMount=="function"&&(n.flags|=4194308)}function Ml(n,r,o){if(n=o.ref,n!==null&&typeof n!="function"&&typeof n!="object"){if(o._owner){if(o=o._owner,o){if(o.tag!==1)throw Error(s(309));var f=o.stateNode}if(!f)throw Error(s(147,n));var p=f,h=""+n;return r!==null&&r.ref!==null&&typeof r.ref=="function"&&r.ref._stringRef===h?r.ref:(r=function(x){var w=p.refs;w===nh&&(w=p.refs={}),x===null?delete w[h]:w[h]=x},r._stringRef=h,r)}if(typeof n!="string")throw Error(s(284));if(!o._owner)throw Error(s(290,n))}return n}function Rc(n,r){throw n=Object.prototype.toString.call(r),Error(s(31,n==="[object Object]"?"object with keys {"+Object.keys(r).join(", ")+"}":n))}function oh(n){var r=n._init;return r(n._payload)}function lh(n){function r(V,A){if(n){var W=V.deletions;W===null?(V.deletions=[A],V.flags|=16):W.push(A)}}function o(V,A){if(!n)return null;for(;A!==null;)r(V,A),A=A.sibling;return null}function f(V,A){for(V=new Map;A!==null;)A.key!==null?V.set(A.key,A):V.set(A.index,A),A=A.sibling;return V}function p(V,A){return V=ro(V,A),V.index=0,V.sibling=null,V}function h(V,A,W){return V.index=W,n?(W=V.alternate,W!==null?(W=W.index,W<A?(V.flags|=2,A):W):(V.flags|=2,A)):(V.flags|=1048576,A)}function x(V){return n&&V.alternate===null&&(V.flags|=2),V}function w(V,A,W,ke){return A===null||A.tag!==6?(A=gs(W,V.mode,ke),A.return=V,A):(A=p(A,W),A.return=V,A)}function O(V,A,W,ke){var Ie=W.type;return Ie===$e?ve(V,A,W.props.children,ke,W.key):A!==null&&(A.elementType===Ie||typeof Ie=="object"&&Ie!==null&&Ie.$$typeof===ut&&oh(Ie)===A.type)?(ke=p(A,W.props),ke.ref=Ml(V,A,W),ke.return=V,ke):(ke=lf(W.type,W.key,W.props,null,V.mode,ke),ke.ref=Ml(V,A,W),ke.return=V,ke)}function J(V,A,W,ke){return A===null||A.tag!==4||A.stateNode.containerInfo!==W.containerInfo||A.stateNode.implementation!==W.implementation?(A=Zo(W,V.mode,ke),A.return=V,A):(A=p(A,W.children||[]),A.return=V,A)}function ve(V,A,W,ke,Ie){return A===null||A.tag!==7?(A=Jo(W,V.mode,ke,Ie),A.return=V,A):(A=p(A,W),A.return=V,A)}function ye(V,A,W){if(typeof A=="string"&&A!==""||typeof A=="number")return A=gs(""+A,V.mode,W),A.return=V,A;if(typeof A=="object"&&A!==null){switch(A.$$typeof){case H:return W=lf(A.type,A.key,A.props,null,V.mode,W),W.ref=Ml(V,null,A),W.return=V,W;case ze:return A=Zo(A,V.mode,W),A.return=V,A;case ut:var ke=A._init;return ye(V,ke(A._payload),W)}if(jt(A)||G(A))return A=Jo(A,V.mode,W,null),A.return=V,A;Rc(V,A)}return null}function pe(V,A,W,ke){var Ie=A!==null?A.key:null;if(typeof W=="string"&&W!==""||typeof W=="number")return Ie!==null?null:w(V,A,""+W,ke);if(typeof W=="object"&&W!==null){switch(W.$$typeof){case H:return W.key===Ie?O(V,A,W,ke):null;case ze:return W.key===Ie?J(V,A,W,ke):null;case ut:return Ie=W._init,pe(V,A,Ie(W._payload),ke)}if(jt(W)||G(W))return Ie!==null?null:ve(V,A,W,ke,null);Rc(V,W)}return null}function Le(V,A,W,ke,Ie){if(typeof ke=="string"&&ke!==""||typeof ke=="number")return V=V.get(W)||null,w(A,V,""+ke,Ie);if(typeof ke=="object"&&ke!==null){switch(ke.$$typeof){case H:return V=V.get(ke.key===null?W:ke.key)||null,O(A,V,ke,Ie);case ze:return V=V.get(ke.key===null?W:ke.key)||null,J(A,V,ke,Ie);case ut:var Ve=ke._init;return Le(V,A,W,Ve(ke._payload),Ie)}if(jt(ke)||G(ke))return V=V.get(W)||null,ve(A,V,ke,Ie,null);Rc(A,ke)}return null}function He(V,A,W,ke){for(var Ie=null,Ve=null,Xe=A,lt=A=0,jn=null;Xe!==null&&lt<W.length;lt++){Xe.index>lt?(jn=Xe,Xe=null):jn=Xe.sibling;var wt=pe(V,Xe,W[lt],ke);if(wt===null){Xe===null&&(Xe=jn);break}n&&Xe&&wt.alternate===null&&r(V,Xe),A=h(wt,A,lt),Ve===null?Ie=wt:Ve.sibling=wt,Ve=wt,Xe=jn}if(lt===W.length)return o(V,Xe),Jt&&Br(V,lt),Ie;if(Xe===null){for(;lt<W.length;lt++)Xe=ye(V,W[lt],ke),Xe!==null&&(A=h(Xe,A,lt),Ve===null?Ie=Xe:Ve.sibling=Xe,Ve=Xe);return Jt&&Br(V,lt),Ie}for(Xe=f(V,Xe);lt<W.length;lt++)jn=Le(Xe,V,lt,W[lt],ke),jn!==null&&(n&&jn.alternate!==null&&Xe.delete(jn.key===null?lt:jn.key),A=h(jn,A,lt),Ve===null?Ie=jn:Ve.sibling=jn,Ve=jn);return n&&Xe.forEach(function(io){return r(V,io)}),Jt&&Br(V,lt),Ie}function Be(V,A,W,ke){var Ie=G(W);if(typeof Ie!="function")throw Error(s(150));if(W=Ie.call(W),W==null)throw Error(s(151));for(var Ve=Ie=null,Xe=A,lt=A=0,jn=null,wt=W.next();Xe!==null&&!wt.done;lt++,wt=W.next()){Xe.index>lt?(jn=Xe,Xe=null):jn=Xe.sibling;var io=pe(V,Xe,wt.value,ke);if(io===null){Xe===null&&(Xe=jn);break}n&&Xe&&io.alternate===null&&r(V,Xe),A=h(io,A,lt),Ve===null?Ie=io:Ve.sibling=io,Ve=io,Xe=jn}if(wt.done)return o(V,Xe),Jt&&Br(V,lt),Ie;if(Xe===null){for(;!wt.done;lt++,wt=W.next())wt=ye(V,wt.value,ke),wt!==null&&(A=h(wt,A,lt),Ve===null?Ie=wt:Ve.sibling=wt,Ve=wt);return Jt&&Br(V,lt),Ie}for(Xe=f(V,Xe);!wt.done;lt++,wt=W.next())wt=Le(Xe,V,lt,wt.value,ke),wt!==null&&(n&&wt.alternate!==null&&Xe.delete(wt.key===null?lt:wt.key),A=h(wt,A,lt),Ve===null?Ie=wt:Ve.sibling=wt,Ve=wt);return n&&Xe.forEach(function(g0){return r(V,g0)}),Jt&&Br(V,lt),Ie}function gn(V,A,W,ke){if(typeof W=="object"&&W!==null&&W.type===$e&&W.key===null&&(W=W.props.children),typeof W=="object"&&W!==null){switch(W.$$typeof){case H:e:{for(var Ie=W.key,Ve=A;Ve!==null;){if(Ve.key===Ie){if(Ie=W.type,Ie===$e){if(Ve.tag===7){o(V,Ve.sibling),A=p(Ve,W.props.children),A.return=V,V=A;break e}}else if(Ve.elementType===Ie||typeof Ie=="object"&&Ie!==null&&Ie.$$typeof===ut&&oh(Ie)===Ve.type){o(V,Ve.sibling),A=p(Ve,W.props),A.ref=Ml(V,Ve,W),A.return=V,V=A;break e}o(V,Ve);break}else r(V,Ve);Ve=Ve.sibling}W.type===$e?(A=Jo(W.props.children,V.mode,ke,W.key),A.return=V,V=A):(ke=lf(W.type,W.key,W.props,null,V.mode,ke),ke.ref=Ml(V,A,W),ke.return=V,V=ke)}return x(V);case ze:e:{for(Ve=W.key;A!==null;){if(A.key===Ve)if(A.tag===4&&A.stateNode.containerInfo===W.containerInfo&&A.stateNode.implementation===W.implementation){o(V,A.sibling),A=p(A,W.children||[]),A.return=V,V=A;break e}else{o(V,A);break}else r(V,A);A=A.sibling}A=Zo(W,V.mode,ke),A.return=V,V=A}return x(V);case ut:return Ve=W._init,gn(V,A,Ve(W._payload),ke)}if(jt(W))return He(V,A,W,ke);if(G(W))return Be(V,A,W,ke);Rc(V,W)}return typeof W=="string"&&W!==""||typeof W=="number"?(W=""+W,A!==null&&A.tag===6?(o(V,A.sibling),A=p(A,W),A.return=V,V=A):(o(V,A),A=gs(W,V.mode,ke),A.return=V,V=A),x(V)):o(V,A)}return gn}var $l=lh(!0),uh=lh(!1),es={},Li=pt(es),ts=pt(es),Pl=pt(es);function Mo(n){if(n===es)throw Error(s(174));return n}function Gd(n,r){switch(Nt(Pl,r),Nt(ts,n),Nt(Li,es),n=r.nodeType,n){case 9:case 11:r=(r=r.documentElement)?r.namespaceURI:mn(null,"");break;default:n=n===8?r.parentNode:r,r=n.namespaceURI||null,n=n.tagName,r=mn(r,n)}Dt(Li),Nt(Li,r)}function Ja(){Dt(Li),Dt(ts),Dt(Pl)}function et(n){Mo(Pl.current);var r=Mo(Li.current),o=mn(r,n.type);r!==o&&(Nt(ts,n),Nt(Li,o))}function mt(n){ts.current===n&&(Dt(Li),Dt(ts))}var tt=pt(0);function an(n){for(var r=n;r!==null;){if(r.tag===13){var o=r.memoizedState;if(o!==null&&(o=o.dehydrated,o===null||o.data==="$?"||o.data==="$!"))return r}else if(r.tag===19&&r.memoizedProps.revealOrder!==void 0){if(r.flags&128)return r}else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return null;r=r.return}r.sibling.return=r.return,r=r.sibling}return null}var di=[];function Dc(){for(var n=0;n<di.length;n++)di[n]._workInProgressVersionPrimary=null;di.length=0}var Nc=ce.ReactCurrentDispatcher,qd=ce.ReactCurrentBatchConfig,$o=0,Zt=null,oe=null,_t=null,nt=!1,Yi=!1,Wr=0,Po=0;function Gt(){throw Error(s(321))}function Ao(n,r){if(r===null)return!1;for(var o=0;o<r.length&&o<n.length;o++)if(!oi(n[o],r[o]))return!1;return!0}function Za(n,r,o,f,p,h){if($o=h,Zt=r,r.memoizedState=null,r.updateQueue=null,r.lanes=0,Nc.current=n===null||n.memoizedState===null?e0:t0,n=o(f,p),Yi){h=0;do{if(Yi=!1,Wr=0,25<=h)throw Error(s(301));h+=1,_t=oe=null,r.updateQueue=null,Nc.current=tp,n=o(f,p)}while(Yi)}if(Nc.current=Wc,r=oe!==null&&oe.next!==null,$o=0,_t=oe=Zt=null,nt=!1,r)throw Error(s(300));return n}function zo(){var n=Wr!==0;return Wr=0,n}function pi(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return _t===null?Zt.memoizedState=_t=n:_t=_t.next=n,_t}function Mr(){if(oe===null){var n=Zt.alternate;n=n!==null?n.memoizedState:null}else n=oe.next;var r=_t===null?Zt.memoizedState:_t.next;if(r!==null)_t=r,oe=n;else{if(n===null)throw Error(s(310));oe=n,n={memoizedState:oe.memoizedState,baseState:oe.baseState,baseQueue:oe.baseQueue,queue:oe.queue,next:null},_t===null?Zt.memoizedState=_t=n:_t=_t.next=n}return _t}function Fo(n,r){return typeof r=="function"?r(n):r}function ns(n){var r=Mr(),o=r.queue;if(o===null)throw Error(s(311));o.lastRenderedReducer=n;var f=oe,p=f.baseQueue,h=o.pending;if(h!==null){if(p!==null){var x=p.next;p.next=h.next,h.next=x}f.baseQueue=p=h,o.pending=null}if(p!==null){h=p.next,f=f.baseState;var w=x=null,O=null,J=h;do{var ve=J.lane;if(($o&ve)===ve)O!==null&&(O=O.next={lane:0,action:J.action,hasEagerState:J.hasEagerState,eagerState:J.eagerState,next:null}),f=J.hasEagerState?J.eagerState:n(f,J.action);else{var ye={lane:ve,action:J.action,hasEagerState:J.hasEagerState,eagerState:J.eagerState,next:null};O===null?(w=O=ye,x=f):O=O.next=ye,Zt.lanes|=ve,ka|=ve}J=J.next}while(J!==null&&J!==h);O===null?x=f:O.next=w,oi(f,r.memoizedState)||(Cn=!0),r.memoizedState=f,r.baseState=x,r.baseQueue=O,o.lastRenderedState=f}if(n=o.interleaved,n!==null){p=n;do h=p.lane,Zt.lanes|=h,ka|=h,p=p.next;while(p!==n)}else p===null&&(o.lanes=0);return[r.memoizedState,o.dispatch]}function rs(n){var r=Mr(),o=r.queue;if(o===null)throw Error(s(311));o.lastRenderedReducer=n;var f=o.dispatch,p=o.pending,h=r.memoizedState;if(p!==null){o.pending=null;var x=p=p.next;do h=n(h,x.action),x=x.next;while(x!==p);oi(h,r.memoizedState)||(Cn=!0),r.memoizedState=h,r.baseQueue===null&&(r.baseState=h),o.lastRenderedState=h}return[h,f]}function Oc(){}function Lc(n,r){var o=Zt,f=Mr(),p=r(),h=!oi(f.memoizedState,p);if(h&&(f.memoizedState=p,Cn=!0),f=f.queue,is(Pc.bind(null,o,f,n),[n]),f.getSnapshot!==r||h||_t!==null&&_t.memoizedState.tag&1){if(o.flags|=2048,Uo(9,$c.bind(null,o,f,p,r),void 0,null),on===null)throw Error(s(349));$o&30||Mc(o,r,p)}return p}function Mc(n,r,o){n.flags|=16384,n={getSnapshot:r,value:o},r=Zt.updateQueue,r===null?(r={lastEffect:null,stores:null},Zt.updateQueue=r,r.stores=[n]):(o=r.stores,o===null?r.stores=[n]:o.push(n))}function $c(n,r,o,f){r.value=o,r.getSnapshot=f,Ac(r)&&zc(n)}function Pc(n,r,o){return o(function(){Ac(r)&&zc(n)})}function Ac(n){var r=n.getSnapshot;n=n.value;try{var o=r();return!oi(n,o)}catch{return!0}}function zc(n){var r=ma(n,1);r!==null&&ur(r,n,1,-1)}function Fc(n){var r=pi();return typeof n=="function"&&(n=n()),r.memoizedState=r.baseState=n,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Fo,lastRenderedState:n},r.queue=n,n=n.dispatch=Yc.bind(null,Zt,n),[r.memoizedState,n]}function Uo(n,r,o,f){return n={tag:n,create:r,destroy:o,deps:f,next:null},r=Zt.updateQueue,r===null?(r={lastEffect:null,stores:null},Zt.updateQueue=r,r.lastEffect=n.next=n):(o=r.lastEffect,o===null?r.lastEffect=n.next=n:(f=o.next,o.next=n,n.next=f,r.lastEffect=n)),n}function Uc(){return Mr().memoizedState}function Ho(n,r,o,f){var p=pi();Zt.flags|=n,p.memoizedState=Uo(1|r,o,void 0,f===void 0?null:f)}function ya(n,r,o,f){var p=Mr();f=f===void 0?null:f;var h=void 0;if(oe!==null){var x=oe.memoizedState;if(h=x.destroy,f!==null&&Ao(f,x.deps)){p.memoizedState=Uo(r,o,h,f);return}}Zt.flags|=n,p.memoizedState=Uo(1|r,o,h,f)}function Hc(n,r){return Ho(8390656,8,n,r)}function is(n,r){return ya(2048,8,n,r)}function Vc(n,r){return ya(4,2,n,r)}function jc(n,r){return ya(4,4,n,r)}function ep(n,r){if(typeof r=="function")return n=n(),r(n),function(){r(null)};if(r!=null)return n=n(),r.current=n,function(){r.current=null}}function Al(n,r,o){return o=o!=null?o.concat([n]):null,ya(4,4,ep.bind(null,r,n),o)}function Bc(){}function zl(n,r){var o=Mr();r=r===void 0?null:r;var f=o.memoizedState;return f!==null&&r!==null&&Ao(r,f[1])?f[0]:(o.memoizedState=[n,r],n)}function Ga(n,r){var o=Mr();r=r===void 0?null:r;var f=o.memoizedState;return f!==null&&r!==null&&Ao(r,f[1])?f[0]:(n=n(),o.memoizedState=[n,r],n)}function $r(n,r,o){return $o&21?(oi(o,r)||(o=qs(),Zt.lanes|=o,ka|=o,n.baseState=!0),r):(n.baseState&&(n.baseState=!1,Cn=!0),n.memoizedState=o)}function qb(n,r){var o=Mt;Mt=o!==0&&4>o?o:4,n(!0);var f=qd.transition;qd.transition={};try{n(!1),r()}finally{Mt=o,qd.transition=f}}function Wt(){return Mr().memoizedState}function Ic(n,r,o){var f=En(n);if(o={lane:f,action:o,hasEagerState:!1,eagerState:null,next:null},Fl(n))as(r,o);else if(o=th(n,r,o,f),o!==null){var p=lr();ur(o,n,f,p),sh(o,r,f)}}function Yc(n,r,o){var f=En(n),p={lane:f,action:o,hasEagerState:!1,eagerState:null,next:null};if(Fl(n))as(r,p);else{var h=n.alternate;if(n.lanes===0&&(h===null||h.lanes===0)&&(h=r.lastRenderedReducer,h!==null))try{var x=r.lastRenderedState,w=h(x,o);if(p.hasEagerState=!0,p.eagerState=w,oi(w,x)){var O=r.interleaved;O===null?(p.next=p,Kd(r)):(p.next=O.next,O.next=p),r.interleaved=p;return}}catch{}finally{}o=th(n,r,p,f),o!==null&&(p=lr(),ur(o,n,f,p),sh(o,r,f))}}function Fl(n){var r=n.alternate;return n===Zt||r!==null&&r===Zt}function as(n,r){Yi=nt=!0;var o=n.pending;o===null?r.next=r:(r.next=o.next,o.next=r),n.pending=r}function sh(n,r,o){if(o&4194240){var f=r.lanes;f&=n.pendingLanes,o|=f,r.lanes=o,Ou(n,o)}}var Wc={readContext:yn,useCallback:Gt,useContext:Gt,useEffect:Gt,useImperativeHandle:Gt,useInsertionEffect:Gt,useLayoutEffect:Gt,useMemo:Gt,useReducer:Gt,useRef:Gt,useState:Gt,useDebugValue:Gt,useDeferredValue:Gt,useTransition:Gt,useMutableSource:Gt,useSyncExternalStore:Gt,useId:Gt,unstable_isNewReconciler:!1},e0={readContext:yn,useCallback:function(n,r){return pi().memoizedState=[n,r===void 0?null:r],n},useContext:yn,useEffect:Hc,useImperativeHandle:function(n,r,o){return o=o!=null?o.concat([n]):null,Ho(4194308,4,ep.bind(null,r,n),o)},useLayoutEffect:function(n,r){return Ho(4194308,4,n,r)},useInsertionEffect:function(n,r){return Ho(4,2,n,r)},useMemo:function(n,r){var o=pi();return r=r===void 0?null:r,n=n(),o.memoizedState=[n,r],n},useReducer:function(n,r,o){var f=pi();return r=o!==void 0?o(r):r,f.memoizedState=f.baseState=r,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:r},f.queue=n,n=n.dispatch=Ic.bind(null,Zt,n),[f.memoizedState,n]},useRef:function(n){var r=pi();return n={current:n},r.memoizedState=n},useState:Fc,useDebugValue:Bc,useDeferredValue:function(n){return pi().memoizedState=n},useTransition:function(){var n=Fc(!1),r=n[0];return n=qb.bind(null,n[1]),pi().memoizedState=n,[r,n]},useMutableSource:function(){},useSyncExternalStore:function(n,r,o){var f=Zt,p=pi();if(Jt){if(o===void 0)throw Error(s(407));o=o()}else{if(o=r(),on===null)throw Error(s(349));$o&30||Mc(f,r,o)}p.memoizedState=o;var h={value:o,getSnapshot:r};return p.queue=h,Hc(Pc.bind(null,f,h,n),[n]),f.flags|=2048,Uo(9,$c.bind(null,f,h,o,r),void 0,null),o},useId:function(){var n=pi(),r=on.identifierPrefix;if(Jt){var o=va,f=In;o=(f&~(1<<32-ri(f)-1)).toString(32)+o,r=":"+r+"R"+o,o=Wr++,0<o&&(r+="H"+o.toString(32)),r+=":"}else o=Po++,r=":"+r+"r"+o.toString(32)+":";return n.memoizedState=r},unstable_isNewReconciler:!1},t0={readContext:yn,useCallback:zl,useContext:yn,useEffect:is,useImperativeHandle:Al,useInsertionEffect:Vc,useLayoutEffect:jc,useMemo:Ga,useReducer:ns,useRef:Uc,useState:function(){return ns(Fo)},useDebugValue:Bc,useDeferredValue:function(n){var r=Mr();return $r(r,oe.memoizedState,n)},useTransition:function(){var n=ns(Fo)[0],r=Mr().memoizedState;return[n,r]},useMutableSource:Oc,useSyncExternalStore:Lc,useId:Wt,unstable_isNewReconciler:!1},tp={readContext:yn,useCallback:zl,useContext:yn,useEffect:is,useImperativeHandle:Al,useInsertionEffect:Vc,useLayoutEffect:jc,useMemo:Ga,useReducer:rs,useRef:Uc,useState:function(){return rs(Fo)},useDebugValue:Bc,useDeferredValue:function(n){var r=Mr();return oe===null?r.memoizedState=n:$r(r,oe.memoizedState,n)},useTransition:function(){var n=rs(Fo)[0],r=Mr().memoizedState;return[n,r]},useMutableSource:Oc,useSyncExternalStore:Lc,useId:Wt,unstable_isNewReconciler:!1};function Ul(n,r){try{var o="",f=r;do o+=be(f),f=f.return;while(f);var p=o}catch(h){p=`
32
- Error generating stack: `+h.message+`
33
- `+h.stack}return{value:n,source:r,stack:p,digest:null}}function os(n,r,o){return{value:n,source:null,stack:o??null,digest:r??null}}function Qc(n,r){try{console.error(r.value)}catch(o){setTimeout(function(){throw o})}}var n0=typeof WeakMap=="function"?WeakMap:Map;function ch(n,r,o){o=ha(-1,o),o.tag=3,o.payload={element:null};var f=r.value;return o.callback=function(){ef||(ef=!0,Yo=f),Qc(n,r)},o}function ls(n,r,o){o=ha(-1,o),o.tag=3;var f=n.type.getDerivedStateFromError;if(typeof f=="function"){var p=r.value;o.payload=function(){return f(p)},o.callback=function(){Qc(n,r)}}var h=n.stateNode;return h!==null&&typeof h.componentDidCatch=="function"&&(o.callback=function(){Qc(n,r),typeof f!="function"&&(Ki===null?Ki=new Set([this]):Ki.add(this));var x=r.stack;this.componentDidCatch(r.value,{componentStack:x!==null?x:""})}),o}function fh(n,r,o){var f=n.pingCache;if(f===null){f=n.pingCache=new n0;var p=new Set;f.set(r,p)}else p=f.get(r),p===void 0&&(p=new Set,f.set(r,p));p.has(o)||(p.add(o),n=s0.bind(null,n,r,o),r.then(n,n))}function np(n){do{var r;if((r=n.tag===13)&&(r=n.memoizedState,r=r!==null?r.dehydrated!==null:!0),r)return n;n=n.return}while(n!==null);return null}function rp(n,r,o,f,p){return n.mode&1?(n.flags|=65536,n.lanes=p,n):(n===r?n.flags|=65536:(n.flags|=128,o.flags|=131072,o.flags&=-52805,o.tag===1&&(o.alternate===null?o.tag=17:(r=ha(-1,1),r.tag=2,Ka(o,r,1))),o.lanes|=1),n)}var r0=ce.ReactCurrentOwner,Cn=!1;function Nn(n,r,o,f){r.child=n===null?uh(r,null,o,f):$l(r,n.child,o,f)}function qa(n,r,o,f,p){o=o.render;var h=r.ref;return Ee(r,p),f=Za(n,r,o,f,h,p),o=zo(),n!==null&&!Cn?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~p,Wn(n,r,p)):(Jt&&o&&bc(r),r.flags|=1,Nn(n,r,f,p),r.child)}function Kc(n,r,o,f,p){if(n===null){var h=o.type;return typeof h=="function"&&!xp(h)&&h.defaultProps===void 0&&o.compare===null&&o.defaultProps===void 0?(r.tag=15,r.type=h,Pr(n,r,h,f,p)):(n=lf(o.type,null,f,r,r.mode,p),n.ref=r.ref,n.return=r,r.child=n)}if(h=n.child,!(n.lanes&p)){var x=h.memoizedProps;if(o=o.compare,o=o!==null?o:ju,o(x,f)&&n.ref===r.ref)return Wn(n,r,p)}return r.flags|=1,n=ro(h,f),n.ref=r.ref,n.return=r,r.child=n}function Pr(n,r,o,f,p){if(n!==null){var h=n.memoizedProps;if(ju(h,f)&&n.ref===r.ref)if(Cn=!1,r.pendingProps=f=h,(n.lanes&p)!==0)n.flags&131072&&(Cn=!0);else return r.lanes=n.lanes,Wn(n,r,p)}return Hl(n,r,o,f,p)}function Vo(n,r,o){var f=r.pendingProps,p=f.children,h=n!==null?n.memoizedState:null;if(f.mode==="hidden")if(!(r.mode&1))r.memoizedState={baseLanes:0,cachePool:null,transitions:null},Nt(Wl,Qr),Qr|=o;else{if(!(o&1073741824))return n=h!==null?h.baseLanes|o:o,r.lanes=r.childLanes=1073741824,r.memoizedState={baseLanes:n,cachePool:null,transitions:null},r.updateQueue=null,Nt(Wl,Qr),Qr|=n,null;r.memoizedState={baseLanes:0,cachePool:null,transitions:null},f=h!==null?h.baseLanes:o,Nt(Wl,Qr),Qr|=f}else h!==null?(f=h.baseLanes|o,r.memoizedState=null):f=o,Nt(Wl,Qr),Qr|=f;return Nn(n,r,p,o),r.child}function vt(n,r){var o=r.ref;(n===null&&o!==null||n!==null&&n.ref!==o)&&(r.flags|=512,r.flags|=2097152)}function Hl(n,r,o,f,p){var h=en(o)?Rr:ot.current;return h=ui(r,h),Ee(r,p),o=Za(n,r,o,f,h,p),f=zo(),n!==null&&!Cn?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~p,Wn(n,r,p)):(Jt&&f&&bc(r),r.flags|=1,Nn(n,r,o,p),r.child)}function ip(n,r,o,f,p){if(en(o)){var h=!0;gc(r)}else h=!1;if(Ee(r,p),r.stateNode===null)ir(n,r),ih(r,o,f),Tc(r,o,f,p),f=!0;else if(n===null){var x=r.stateNode,w=r.memoizedProps;x.props=w;var O=x.context,J=o.contextType;typeof J=="object"&&J!==null?J=yn(J):(J=en(o)?Rr:ot.current,J=ui(r,J));var ve=o.getDerivedStateFromProps,ye=typeof ve=="function"||typeof x.getSnapshotBeforeUpdate=="function";ye||typeof x.UNSAFE_componentWillReceiveProps!="function"&&typeof x.componentWillReceiveProps!="function"||(w!==f||O!==J)&&ah(r,x,f,J),Qa=!1;var pe=r.memoizedState;x.state=pe,Xa(r,f,x,p),O=r.memoizedState,w!==f||pe!==O||fn.current||Qa?(typeof ve=="function"&&(Zd(r,o,ve,f),O=r.memoizedState),(w=Qa||rh(r,o,w,f,pe,O,J))?(ye||typeof x.UNSAFE_componentWillMount!="function"&&typeof x.componentWillMount!="function"||(typeof x.componentWillMount=="function"&&x.componentWillMount(),typeof x.UNSAFE_componentWillMount=="function"&&x.UNSAFE_componentWillMount()),typeof x.componentDidMount=="function"&&(r.flags|=4194308)):(typeof x.componentDidMount=="function"&&(r.flags|=4194308),r.memoizedProps=f,r.memoizedState=O),x.props=f,x.state=O,x.context=J,f=w):(typeof x.componentDidMount=="function"&&(r.flags|=4194308),f=!1)}else{x=r.stateNode,Dn(n,r),w=r.memoizedProps,J=r.type===r.elementType?w:Yr(r.type,w),x.props=J,ye=r.pendingProps,pe=x.context,O=o.contextType,typeof O=="object"&&O!==null?O=yn(O):(O=en(o)?Rr:ot.current,O=ui(r,O));var Le=o.getDerivedStateFromProps;(ve=typeof Le=="function"||typeof x.getSnapshotBeforeUpdate=="function")||typeof x.UNSAFE_componentWillReceiveProps!="function"&&typeof x.componentWillReceiveProps!="function"||(w!==ye||pe!==O)&&ah(r,x,f,O),Qa=!1,pe=r.memoizedState,x.state=pe,Xa(r,f,x,p);var He=r.memoizedState;w!==ye||pe!==He||fn.current||Qa?(typeof Le=="function"&&(Zd(r,o,Le,f),He=r.memoizedState),(J=Qa||rh(r,o,J,f,pe,He,O)||!1)?(ve||typeof x.UNSAFE_componentWillUpdate!="function"&&typeof x.componentWillUpdate!="function"||(typeof x.componentWillUpdate=="function"&&x.componentWillUpdate(f,He,O),typeof x.UNSAFE_componentWillUpdate=="function"&&x.UNSAFE_componentWillUpdate(f,He,O)),typeof x.componentDidUpdate=="function"&&(r.flags|=4),typeof x.getSnapshotBeforeUpdate=="function"&&(r.flags|=1024)):(typeof x.componentDidUpdate!="function"||w===n.memoizedProps&&pe===n.memoizedState||(r.flags|=4),typeof x.getSnapshotBeforeUpdate!="function"||w===n.memoizedProps&&pe===n.memoizedState||(r.flags|=1024),r.memoizedProps=f,r.memoizedState=He),x.props=f,x.state=He,x.context=O,f=J):(typeof x.componentDidUpdate!="function"||w===n.memoizedProps&&pe===n.memoizedState||(r.flags|=4),typeof x.getSnapshotBeforeUpdate!="function"||w===n.memoizedProps&&pe===n.memoizedState||(r.flags|=1024),f=!1)}return dh(n,r,o,f,h,p)}function dh(n,r,o,f,p,h){vt(n,r);var x=(r.flags&128)!==0;if(!f&&!x)return p&&Zm(r,o,!1),Wn(n,r,h);f=r.stateNode,r0.current=r;var w=x&&typeof o.getDerivedStateFromError!="function"?null:f.render();return r.flags|=1,n!==null&&x?(r.child=$l(r,n.child,null,h),r.child=$l(r,null,w,h)):Nn(n,r,w,h),r.memoizedState=f.state,p&&Zm(r,o,!0),r.child}function ph(n){var r=n.stateNode;r.pendingContext?Ba(n,r.pendingContext,r.pendingContext!==r.context):r.context&&Ba(n,r.context,!1),Gd(n,r.containerInfo)}function Xc(n,r,o,f,p){return rn(),Yd(p),r.flags|=256,Nn(n,r,o,f),r.child}var jo={dehydrated:null,treeContext:null,retryLane:0};function ap(n){return{baseLanes:n,cachePool:null,transitions:null}}function op(n,r,o){var f=r.pendingProps,p=tt.current,h=!1,x=(r.flags&128)!==0,w;if((w=x)||(w=n!==null&&n.memoizedState===null?!1:(p&2)!==0),w?(h=!0,r.flags&=-129):(n===null||n.memoizedState!==null)&&(p|=1),Nt(tt,p&1),n===null)return Sc(r),n=r.memoizedState,n!==null&&(n=n.dehydrated,n!==null)?(r.mode&1?n.data==="$!"?r.lanes=8:r.lanes=1073741824:r.lanes=1,null):(x=f.children,n=f.fallback,h?(f=r.mode,h=r.child,x={mode:"hidden",children:x},!(f&1)&&h!==null?(h.childLanes=0,h.pendingProps=x):h=ys(x,f,0,null),n=Jo(n,f,o,null),h.return=r,n.return=r,h.sibling=n,r.child=h,r.child.memoizedState=ap(o),r.memoizedState=jo,n):lp(r,x));if(p=n.memoizedState,p!==null&&(w=p.dehydrated,w!==null))return i0(n,r,x,f,w,p,o);if(h){h=f.fallback,x=r.mode,p=n.child,w=p.sibling;var O={mode:"hidden",children:f.children};return!(x&1)&&r.child!==p?(f=r.child,f.childLanes=0,f.pendingProps=O,r.deletions=null):(f=ro(p,O),f.subtreeFlags=p.subtreeFlags&14680064),w!==null?h=ro(w,h):(h=Jo(h,x,o,null),h.flags|=2),h.return=r,f.return=r,f.sibling=h,r.child=f,f=h,h=r.child,x=n.child.memoizedState,x=x===null?ap(o):{baseLanes:x.baseLanes|o,cachePool:null,transitions:x.transitions},h.memoizedState=x,h.childLanes=n.childLanes&~o,r.memoizedState=jo,f}return h=n.child,n=h.sibling,f=ro(h,{mode:"visible",children:f.children}),!(r.mode&1)&&(f.lanes=o),f.return=r,f.sibling=null,n!==null&&(o=r.deletions,o===null?(r.deletions=[n],r.flags|=16):o.push(n)),r.child=f,r.memoizedState=null,f}function lp(n,r){return r=ys({mode:"visible",children:r},n.mode,0,null),r.return=n,n.child=r}function Vl(n,r,o,f){return f!==null&&Yd(f),$l(r,n.child,null,o),n=lp(r,r.pendingProps.children),n.flags|=2,r.memoizedState=null,n}function i0(n,r,o,f,p,h,x){if(o)return r.flags&256?(r.flags&=-257,f=os(Error(s(422))),Vl(n,r,x,f)):r.memoizedState!==null?(r.child=n.child,r.flags|=128,null):(h=f.fallback,p=r.mode,f=ys({mode:"visible",children:f.children},p,0,null),h=Jo(h,p,x,null),h.flags|=2,f.return=r,h.return=r,f.sibling=h,r.child=f,r.mode&1&&$l(r,n.child,null,x),r.child.memoizedState=ap(x),r.memoizedState=jo,h);if(!(r.mode&1))return Vl(n,r,x,null);if(p.data==="$!"){if(f=p.nextSibling&&p.nextSibling.dataset,f)var w=f.dgst;return f=w,h=Error(s(419)),f=os(h,f,void 0),Vl(n,r,x,f)}if(w=(x&n.childLanes)!==0,Cn||w){if(f=on,f!==null){switch(x&-x){case 4:p=2;break;case 16:p=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:p=32;break;case 536870912:p=268435456;break;default:p=0}p=p&(f.suspendedLanes|x)?0:p,p!==0&&p!==h.retryLane&&(h.retryLane=p,ma(n,p),ur(f,n,p,-1))}return bp(),f=os(Error(s(421))),Vl(n,r,x,f)}return p.data==="$?"?(r.flags|=128,r.child=n.child,r=c0.bind(null,n),p._reactRetry=r,null):(n=h.treeContext,Lr=Oi(p.nextSibling),Ir=r,Jt=!0,fi=null,n!==null&&(Or[rr++]=In,Or[rr++]=va,Or[rr++]=ci,In=n.id,va=n.overflow,ci=r),r=lp(r,f.children),r.flags|=4096,r)}function up(n,r,o){n.lanes|=r;var f=n.alternate;f!==null&&(f.lanes|=r),Un(n.return,r,o)}function Jc(n,r,o,f,p){var h=n.memoizedState;h===null?n.memoizedState={isBackwards:r,rendering:null,renderingStartTime:0,last:f,tail:o,tailMode:p}:(h.isBackwards=r,h.rendering=null,h.renderingStartTime=0,h.last=f,h.tail=o,h.tailMode=p)}function sp(n,r,o){var f=r.pendingProps,p=f.revealOrder,h=f.tail;if(Nn(n,r,f.children,o),f=tt.current,f&2)f=f&1|2,r.flags|=128;else{if(n!==null&&n.flags&128)e:for(n=r.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&up(n,o,r);else if(n.tag===19)up(n,o,r);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===r)break e;for(;n.sibling===null;){if(n.return===null||n.return===r)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}f&=1}if(Nt(tt,f),!(r.mode&1))r.memoizedState=null;else switch(p){case"forwards":for(o=r.child,p=null;o!==null;)n=o.alternate,n!==null&&an(n)===null&&(p=o),o=o.sibling;o=p,o===null?(p=r.child,r.child=null):(p=o.sibling,o.sibling=null),Jc(r,!1,p,o,h);break;case"backwards":for(o=null,p=r.child,r.child=null;p!==null;){if(n=p.alternate,n!==null&&an(n)===null){r.child=p;break}n=p.sibling,p.sibling=o,o=p,p=n}Jc(r,!0,o,null,h);break;case"together":Jc(r,!1,null,null,void 0);break;default:r.memoizedState=null}return r.child}function ir(n,r){!(r.mode&1)&&n!==null&&(n.alternate=null,r.alternate=null,r.flags|=2)}function Wn(n,r,o){if(n!==null&&(r.dependencies=n.dependencies),ka|=r.lanes,!(o&r.childLanes))return null;if(n!==null&&r.child!==n.child)throw Error(s(153));if(r.child!==null){for(n=r.child,o=ro(n,n.pendingProps),r.child=o,o.return=r;n.sibling!==null;)n=n.sibling,o=o.sibling=ro(n,n.pendingProps),o.return=r;o.sibling=null}return r.child}function ga(n,r,o){switch(r.tag){case 3:ph(r),rn();break;case 5:et(r);break;case 1:en(r.type)&&gc(r);break;case 4:Gd(r,r.stateNode.containerInfo);break;case 10:var f=r.type._context,p=r.memoizedProps.value;Nt(Ii,f._currentValue),f._currentValue=p;break;case 13:if(f=r.memoizedState,f!==null)return f.dehydrated!==null?(Nt(tt,tt.current&1),r.flags|=128,null):o&r.child.childLanes?op(n,r,o):(Nt(tt,tt.current&1),n=Wn(n,r,o),n!==null?n.sibling:null);Nt(tt,tt.current&1);break;case 19:if(f=(o&r.childLanes)!==0,n.flags&128){if(f)return sp(n,r,o);r.flags|=128}if(p=r.memoizedState,p!==null&&(p.rendering=null,p.tail=null,p.lastEffect=null),Nt(tt,tt.current),f)break;return null;case 22:case 23:return r.lanes=0,Vo(n,r,o)}return Wn(n,r,o)}var us,Bo,vi,On;us=function(n,r){for(var o=r.child;o!==null;){if(o.tag===5||o.tag===6)n.appendChild(o.stateNode);else if(o.tag!==4&&o.child!==null){o.child.return=o,o=o.child;continue}if(o===r)break;for(;o.sibling===null;){if(o.return===null||o.return===r)return;o=o.return}o.sibling.return=o.return,o=o.sibling}},Bo=function(){},vi=function(n,r,o,f){var p=n.memoizedProps;if(p!==f){n=r.stateNode,Mo(Li.current);var h=null;switch(o){case"input":p=Ce(n,p),f=Ce(n,f),h=[];break;case"select":p=q({},p,{value:void 0}),f=q({},f,{value:void 0}),h=[];break;case"textarea":p=vr(n,p),f=vr(n,f),h=[];break;default:typeof p.onClick!="function"&&typeof f.onClick=="function"&&(n.onclick=yc)}tr(o,f);var x;o=null;for(J in p)if(!f.hasOwnProperty(J)&&p.hasOwnProperty(J)&&p[J]!=null)if(J==="style"){var w=p[J];for(x in w)w.hasOwnProperty(x)&&(o||(o={}),o[x]="")}else J!=="dangerouslySetInnerHTML"&&J!=="children"&&J!=="suppressContentEditableWarning"&&J!=="suppressHydrationWarning"&&J!=="autoFocus"&&(g.hasOwnProperty(J)?h||(h=[]):(h=h||[]).push(J,null));for(J in f){var O=f[J];if(w=p!=null?p[J]:void 0,f.hasOwnProperty(J)&&O!==w&&(O!=null||w!=null))if(J==="style")if(w){for(x in w)!w.hasOwnProperty(x)||O&&O.hasOwnProperty(x)||(o||(o={}),o[x]="");for(x in O)O.hasOwnProperty(x)&&w[x]!==O[x]&&(o||(o={}),o[x]=O[x])}else o||(h||(h=[]),h.push(J,o)),o=O;else J==="dangerouslySetInnerHTML"?(O=O?O.__html:void 0,w=w?w.__html:void 0,O!=null&&w!==O&&(h=h||[]).push(J,O)):J==="children"?typeof O!="string"&&typeof O!="number"||(h=h||[]).push(J,""+O):J!=="suppressContentEditableWarning"&&J!=="suppressHydrationWarning"&&(g.hasOwnProperty(J)?(O!=null&&J==="onScroll"&&Yt("scroll",n),h||w===O||(h=[])):(h=h||[]).push(J,O))}o&&(h=h||[]).push("style",o);var J=h;(r.updateQueue=J)&&(r.flags|=4)}},On=function(n,r,o,f){o!==f&&(r.flags|=4)};function ss(n,r){if(!Jt)switch(n.tailMode){case"hidden":r=n.tail;for(var o=null;r!==null;)r.alternate!==null&&(o=r),r=r.sibling;o===null?n.tail=null:o.sibling=null;break;case"collapsed":o=n.tail;for(var f=null;o!==null;)o.alternate!==null&&(f=o),o=o.sibling;f===null?r||n.tail===null?n.tail=null:n.tail.sibling=null:f.sibling=null}}function ar(n){var r=n.alternate!==null&&n.alternate.child===n.child,o=0,f=0;if(r)for(var p=n.child;p!==null;)o|=p.lanes|p.childLanes,f|=p.subtreeFlags&14680064,f|=p.flags&14680064,p.return=n,p=p.sibling;else for(p=n.child;p!==null;)o|=p.lanes|p.childLanes,f|=p.subtreeFlags,f|=p.flags,p.return=n,p=p.sibling;return n.subtreeFlags|=f,n.childLanes=o,r}function a0(n,r,o){var f=r.pendingProps;switch(Bd(r),r.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return ar(r),null;case 1:return en(r.type)&&si(),ar(r),null;case 3:return f=r.stateNode,Ja(),Dt(fn),Dt(ot),Dc(),f.pendingContext&&(f.context=f.pendingContext,f.pendingContext=null),(n===null||n.child===null)&&(xc(r)?r.flags|=4:n===null||n.memoizedState.isDehydrated&&!(r.flags&256)||(r.flags|=1024,fi!==null&&(hs(fi),fi=null))),Bo(n,r),ar(r),null;case 5:mt(r);var p=Mo(Pl.current);if(o=r.type,n!==null&&r.stateNode!=null)vi(n,r,o,f,p),n.ref!==r.ref&&(r.flags|=512,r.flags|=2097152);else{if(!f){if(r.stateNode===null)throw Error(s(166));return ar(r),null}if(n=Mo(Li.current),xc(r)){f=r.stateNode,o=r.type;var h=r.memoizedProps;switch(f[ji]=r,f[No]=h,n=(r.mode&1)!==0,o){case"dialog":Yt("cancel",f),Yt("close",f);break;case"iframe":case"object":case"embed":Yt("load",f);break;case"video":case"audio":for(p=0;p<Wu.length;p++)Yt(Wu[p],f);break;case"source":Yt("error",f);break;case"img":case"image":case"link":Yt("error",f),Yt("load",f);break;case"details":Yt("toggle",f);break;case"input":Je(f,h),Yt("invalid",f);break;case"select":f._wrapperState={wasMultiple:!!h.multiple},Yt("invalid",f);break;case"textarea":Kt(f,h),Yt("invalid",f)}tr(o,h),p=null;for(var x in h)if(h.hasOwnProperty(x)){var w=h[x];x==="children"?typeof w=="string"?f.textContent!==w&&(h.suppressHydrationWarning!==!0&&hc(f.textContent,w,n),p=["children",w]):typeof w=="number"&&f.textContent!==""+w&&(h.suppressHydrationWarning!==!0&&hc(f.textContent,w,n),p=["children",""+w]):g.hasOwnProperty(x)&&w!=null&&x==="onScroll"&&Yt("scroll",f)}switch(o){case"input":st(f),Lt(f,h,!0);break;case"textarea":st(f),xt(f);break;case"select":case"option":break;default:typeof h.onClick=="function"&&(f.onclick=yc)}f=p,r.updateQueue=f,f!==null&&(r.flags|=4)}else{x=p.nodeType===9?p:p.ownerDocument,n==="http://www.w3.org/1999/xhtml"&&(n=kn(o)),n==="http://www.w3.org/1999/xhtml"?o==="script"?(n=x.createElement("div"),n.innerHTML="<script><\/script>",n=n.removeChild(n.firstChild)):typeof f.is=="string"?n=x.createElement(o,{is:f.is}):(n=x.createElement(o),o==="select"&&(x=n,f.multiple?x.multiple=!0:f.size&&(x.size=f.size))):n=x.createElementNS(n,o),n[ji]=r,n[No]=f,us(n,r,!1,!1),r.stateNode=n;e:{switch(x=Tn(o,f),o){case"dialog":Yt("cancel",n),Yt("close",n),p=f;break;case"iframe":case"object":case"embed":Yt("load",n),p=f;break;case"video":case"audio":for(p=0;p<Wu.length;p++)Yt(Wu[p],n);p=f;break;case"source":Yt("error",n),p=f;break;case"img":case"image":case"link":Yt("error",n),Yt("load",n),p=f;break;case"details":Yt("toggle",n),p=f;break;case"input":Je(n,f),p=Ce(n,f),Yt("invalid",n);break;case"option":p=f;break;case"select":n._wrapperState={wasMultiple:!!f.multiple},p=q({},f,{value:void 0}),Yt("invalid",n);break;case"textarea":Kt(n,f),p=vr(n,f),Yt("invalid",n);break;default:p=f}tr(o,p),w=p;for(h in w)if(w.hasOwnProperty(h)){var O=w[h];h==="style"?Bt(n,O):h==="dangerouslySetInnerHTML"?(O=O?O.__html:void 0,O!=null&&bo(n,O)):h==="children"?typeof O=="string"?(o!=="textarea"||O!=="")&&Ui(n,O):typeof O=="number"&&Ui(n,""+O):h!=="suppressContentEditableWarning"&&h!=="suppressHydrationWarning"&&h!=="autoFocus"&&(g.hasOwnProperty(h)?O!=null&&h==="onScroll"&&Yt("scroll",n):O!=null&&ne(n,h,O,x))}switch(o){case"input":st(n),Lt(n,f,!1);break;case"textarea":st(n),xt(n);break;case"option":f.value!=null&&n.setAttribute("value",""+ue(f.value));break;case"select":n.multiple=!!f.multiple,h=f.value,h!=null?pr(n,!!f.multiple,h,!1):f.defaultValue!=null&&pr(n,!!f.multiple,f.defaultValue,!0);break;default:typeof p.onClick=="function"&&(n.onclick=yc)}switch(o){case"button":case"input":case"select":case"textarea":f=!!f.autoFocus;break e;case"img":f=!0;break e;default:f=!1}}f&&(r.flags|=4)}r.ref!==null&&(r.flags|=512,r.flags|=2097152)}return ar(r),null;case 6:if(n&&r.stateNode!=null)On(n,r,n.memoizedProps,f);else{if(typeof f!="string"&&r.stateNode===null)throw Error(s(166));if(o=Mo(Pl.current),Mo(Li.current),xc(r)){if(f=r.stateNode,o=r.memoizedProps,f[ji]=r,(h=f.nodeValue!==o)&&(n=Ir,n!==null))switch(n.tag){case 3:hc(f.nodeValue,o,(n.mode&1)!==0);break;case 5:n.memoizedProps.suppressHydrationWarning!==!0&&hc(f.nodeValue,o,(n.mode&1)!==0)}h&&(r.flags|=4)}else f=(o.nodeType===9?o:o.ownerDocument).createTextNode(f),f[ji]=r,r.stateNode=f}return ar(r),null;case 13:if(Dt(tt),f=r.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(Jt&&Lr!==null&&r.mode&1&&!(r.flags&128))eh(),rn(),r.flags|=98560,h=!1;else if(h=xc(r),f!==null&&f.dehydrated!==null){if(n===null){if(!h)throw Error(s(318));if(h=r.memoizedState,h=h!==null?h.dehydrated:null,!h)throw Error(s(317));h[ji]=r}else rn(),!(r.flags&128)&&(r.memoizedState=null),r.flags|=4;ar(r),h=!1}else fi!==null&&(hs(fi),fi=null),h=!0;if(!h)return r.flags&65536?r:null}return r.flags&128?(r.lanes=o,r):(f=f!==null,f!==(n!==null&&n.memoizedState!==null)&&f&&(r.child.flags|=8192,r.mode&1&&(n===null||tt.current&1?Mn===0&&(Mn=3):bp())),r.updateQueue!==null&&(r.flags|=4),ar(r),null);case 4:return Ja(),Bo(n,r),n===null&&Nl(r.stateNode.containerInfo),ar(r),null;case 10:return Wa(r.type._context),ar(r),null;case 17:return en(r.type)&&si(),ar(r),null;case 19:if(Dt(tt),h=r.memoizedState,h===null)return ar(r),null;if(f=(r.flags&128)!==0,x=h.rendering,x===null)if(f)ss(h,!1);else{if(Mn!==0||n!==null&&n.flags&128)for(n=r.child;n!==null;){if(x=an(n),x!==null){for(r.flags|=128,ss(h,!1),f=x.updateQueue,f!==null&&(r.updateQueue=f,r.flags|=4),r.subtreeFlags=0,f=o,o=r.child;o!==null;)h=o,n=f,h.flags&=14680066,x=h.alternate,x===null?(h.childLanes=0,h.lanes=n,h.child=null,h.subtreeFlags=0,h.memoizedProps=null,h.memoizedState=null,h.updateQueue=null,h.dependencies=null,h.stateNode=null):(h.childLanes=x.childLanes,h.lanes=x.lanes,h.child=x.child,h.subtreeFlags=0,h.deletions=null,h.memoizedProps=x.memoizedProps,h.memoizedState=x.memoizedState,h.updateQueue=x.updateQueue,h.type=x.type,n=x.dependencies,h.dependencies=n===null?null:{lanes:n.lanes,firstContext:n.firstContext}),o=o.sibling;return Nt(tt,tt.current&1|2),r.child}n=n.sibling}h.tail!==null&&cn()>Kl&&(r.flags|=128,f=!0,ss(h,!1),r.lanes=4194304)}else{if(!f)if(n=an(x),n!==null){if(r.flags|=128,f=!0,o=n.updateQueue,o!==null&&(r.updateQueue=o,r.flags|=4),ss(h,!0),h.tail===null&&h.tailMode==="hidden"&&!x.alternate&&!Jt)return ar(r),null}else 2*cn()-h.renderingStartTime>Kl&&o!==1073741824&&(r.flags|=128,f=!0,ss(h,!1),r.lanes=4194304);h.isBackwards?(x.sibling=r.child,r.child=x):(o=h.last,o!==null?o.sibling=x:r.child=x,h.last=x)}return h.tail!==null?(r=h.tail,h.rendering=r,h.tail=r.sibling,h.renderingStartTime=cn(),r.sibling=null,o=tt.current,Nt(tt,f?o&1|2:o&1),r):(ar(r),null);case 22:case 23:return gp(),f=r.memoizedState!==null,n!==null&&n.memoizedState!==null!==f&&(r.flags|=8192),f&&r.mode&1?Qr&1073741824&&(ar(r),r.subtreeFlags&6&&(r.flags|=8192)):ar(r),null;case 24:return null;case 25:return null}throw Error(s(156,r.tag))}function cp(n,r){switch(Bd(r),r.tag){case 1:return en(r.type)&&si(),n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 3:return Ja(),Dt(fn),Dt(ot),Dc(),n=r.flags,n&65536&&!(n&128)?(r.flags=n&-65537|128,r):null;case 5:return mt(r),null;case 13:if(Dt(tt),n=r.memoizedState,n!==null&&n.dehydrated!==null){if(r.alternate===null)throw Error(s(340));rn()}return n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 19:return Dt(tt),null;case 4:return Ja(),null;case 10:return Wa(r.type._context),null;case 22:case 23:return gp(),null;case 24:return null;default:return null}}var cs=!1,Ln=!1,vh=typeof WeakSet=="function"?WeakSet:Set,Fe=null;function jl(n,r){var o=n.ref;if(o!==null)if(typeof o=="function")try{o(null)}catch(f){pn(n,r,f)}else o.current=null}function fs(n,r,o){try{o()}catch(f){pn(n,r,f)}}var mh=!1;function hh(n,r){if(Pd=_o,n=fc(),ca(n)){if("selectionStart"in n)var o={start:n.selectionStart,end:n.selectionEnd};else e:{o=(o=n.ownerDocument)&&o.defaultView||window;var f=o.getSelection&&o.getSelection();if(f&&f.rangeCount!==0){o=f.anchorNode;var p=f.anchorOffset,h=f.focusNode;f=f.focusOffset;try{o.nodeType,h.nodeType}catch{o=null;break e}var x=0,w=-1,O=-1,J=0,ve=0,ye=n,pe=null;t:for(;;){for(var Le;ye!==o||p!==0&&ye.nodeType!==3||(w=x+p),ye!==h||f!==0&&ye.nodeType!==3||(O=x+f),ye.nodeType===3&&(x+=ye.nodeValue.length),(Le=ye.firstChild)!==null;)pe=ye,ye=Le;for(;;){if(ye===n)break t;if(pe===o&&++J===p&&(w=x),pe===h&&++ve===f&&(O=x),(Le=ye.nextSibling)!==null)break;ye=pe,pe=ye.parentNode}ye=Le}o=w===-1||O===-1?null:{start:w,end:O}}else o=null}o=o||{start:0,end:0}}else o=null;for(Ro={focusedElem:n,selectionRange:o},_o=!1,Fe=r;Fe!==null;)if(r=Fe,n=r.child,(r.subtreeFlags&1028)!==0&&n!==null)n.return=r,Fe=n;else for(;Fe!==null;){r=Fe;try{var He=r.alternate;if(r.flags&1024)switch(r.tag){case 0:case 11:case 15:break;case 1:if(He!==null){var Be=He.memoizedProps,gn=He.memoizedState,V=r.stateNode,A=V.getSnapshotBeforeUpdate(r.elementType===r.type?Be:Yr(r.type,Be),gn);V.__reactInternalSnapshotBeforeUpdate=A}break;case 3:var W=r.stateNode.containerInfo;W.nodeType===1?W.textContent="":W.nodeType===9&&W.documentElement&&W.removeChild(W.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(s(163))}}catch(ke){pn(r,r.return,ke)}if(n=r.sibling,n!==null){n.return=r.return,Fe=n;break}Fe=r.return}return He=mh,mh=!1,He}function ds(n,r,o){var f=r.updateQueue;if(f=f!==null?f.lastEffect:null,f!==null){var p=f=f.next;do{if((p.tag&n)===n){var h=p.destroy;p.destroy=void 0,h!==void 0&&fs(r,o,h)}p=p.next}while(p!==f)}}function ps(n,r){if(r=r.updateQueue,r=r!==null?r.lastEffect:null,r!==null){var o=r=r.next;do{if((o.tag&n)===n){var f=o.create;o.destroy=f()}o=o.next}while(o!==r)}}function fp(n){var r=n.ref;if(r!==null){var o=n.stateNode;switch(n.tag){case 5:n=o;break;default:n=o}typeof r=="function"?r(n):r.current=n}}function dp(n){var r=n.alternate;r!==null&&(n.alternate=null,dp(r)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(r=n.stateNode,r!==null&&(delete r[ji],delete r[No],delete r[Fd],delete r[Gb],delete r[Ud])),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}function yh(n){return n.tag===5||n.tag===3||n.tag===4}function Zc(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||yh(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function Bl(n,r,o){var f=n.tag;if(f===5||f===6)n=n.stateNode,r?o.nodeType===8?o.parentNode.insertBefore(n,r):o.insertBefore(n,r):(o.nodeType===8?(r=o.parentNode,r.insertBefore(n,o)):(r=o,r.appendChild(n)),o=o._reactRootContainer,o!=null||r.onclick!==null||(r.onclick=yc));else if(f!==4&&(n=n.child,n!==null))for(Bl(n,r,o),n=n.sibling;n!==null;)Bl(n,r,o),n=n.sibling}function Wi(n,r,o){var f=n.tag;if(f===5||f===6)n=n.stateNode,r?o.insertBefore(n,r):o.appendChild(n);else if(f!==4&&(n=n.child,n!==null))for(Wi(n,r,o),n=n.sibling;n!==null;)Wi(n,r,o),n=n.sibling}var tn=null,Hn=!1;function mi(n,r,o){for(o=o.child;o!==null;)Il(n,r,o),o=o.sibling}function Il(n,r,o){if(wi&&typeof wi.onCommitFiberUnmount=="function")try{wi.onCommitFiberUnmount(Nu,o)}catch{}switch(o.tag){case 5:Ln||jl(o,r);case 6:var f=tn,p=Hn;tn=null,mi(n,r,o),tn=f,Hn=p,tn!==null&&(Hn?(n=tn,o=o.stateNode,n.nodeType===8?n.parentNode.removeChild(o):n.removeChild(o)):tn.removeChild(o.stateNode));break;case 18:tn!==null&&(Hn?(n=tn,o=o.stateNode,n.nodeType===8?Ha(n.parentNode,o):n.nodeType===1&&Ha(n,o),Pu(n)):Ha(tn,o.stateNode));break;case 4:f=tn,p=Hn,tn=o.stateNode.containerInfo,Hn=!0,mi(n,r,o),tn=f,Hn=p;break;case 0:case 11:case 14:case 15:if(!Ln&&(f=o.updateQueue,f!==null&&(f=f.lastEffect,f!==null))){p=f=f.next;do{var h=p,x=h.destroy;h=h.tag,x!==void 0&&(h&2||h&4)&&fs(o,r,x),p=p.next}while(p!==f)}mi(n,r,o);break;case 1:if(!Ln&&(jl(o,r),f=o.stateNode,typeof f.componentWillUnmount=="function"))try{f.props=o.memoizedProps,f.state=o.memoizedState,f.componentWillUnmount()}catch(w){pn(o,r,w)}mi(n,r,o);break;case 21:mi(n,r,o);break;case 22:o.mode&1?(Ln=(f=Ln)||o.memoizedState!==null,mi(n,r,o),Ln=f):mi(n,r,o);break;default:mi(n,r,o)}}function ba(n){var r=n.updateQueue;if(r!==null){n.updateQueue=null;var o=n.stateNode;o===null&&(o=n.stateNode=new vh),r.forEach(function(f){var p=f0.bind(null,n,f);o.has(f)||(o.add(f),f.then(p,p))})}}function Mi(n,r){var o=r.deletions;if(o!==null)for(var f=0;f<o.length;f++){var p=o[f];try{var h=n,x=r,w=x;e:for(;w!==null;){switch(w.tag){case 5:tn=w.stateNode,Hn=!1;break e;case 3:tn=w.stateNode.containerInfo,Hn=!0;break e;case 4:tn=w.stateNode.containerInfo,Hn=!0;break e}w=w.return}if(tn===null)throw Error(s(160));Il(h,x,p),tn=null,Hn=!1;var O=p.alternate;O!==null&&(O.return=null),p.return=null}catch(J){pn(p,r,J)}}if(r.subtreeFlags&12854)for(r=r.child;r!==null;)gh(r,n),r=r.sibling}function gh(n,r){var o=n.alternate,f=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:if(Mi(r,n),Qi(n),f&4){try{ds(3,n,n.return),ps(3,n)}catch(Be){pn(n,n.return,Be)}try{ds(5,n,n.return)}catch(Be){pn(n,n.return,Be)}}break;case 1:Mi(r,n),Qi(n),f&512&&o!==null&&jl(o,o.return);break;case 5:if(Mi(r,n),Qi(n),f&512&&o!==null&&jl(o,o.return),n.flags&32){var p=n.stateNode;try{Ui(p,"")}catch(Be){pn(n,n.return,Be)}}if(f&4&&(p=n.stateNode,p!=null)){var h=n.memoizedProps,x=o!==null?o.memoizedProps:h,w=n.type,O=n.updateQueue;if(n.updateQueue=null,O!==null)try{w==="input"&&h.type==="radio"&&h.name!=null&&St(p,h),Tn(w,x);var J=Tn(w,h);for(x=0;x<O.length;x+=2){var ve=O[x],ye=O[x+1];ve==="style"?Bt(p,ye):ve==="dangerouslySetInnerHTML"?bo(p,ye):ve==="children"?Ui(p,ye):ne(p,ve,ye,J)}switch(w){case"input":it(p,h);break;case"textarea":Ke(p,h);break;case"select":var pe=p._wrapperState.wasMultiple;p._wrapperState.wasMultiple=!!h.multiple;var Le=h.value;Le!=null?pr(p,!!h.multiple,Le,!1):pe!==!!h.multiple&&(h.defaultValue!=null?pr(p,!!h.multiple,h.defaultValue,!0):pr(p,!!h.multiple,h.multiple?[]:"",!1))}p[No]=h}catch(Be){pn(n,n.return,Be)}}break;case 6:if(Mi(r,n),Qi(n),f&4){if(n.stateNode===null)throw Error(s(162));p=n.stateNode,h=n.memoizedProps;try{p.nodeValue=h}catch(Be){pn(n,n.return,Be)}}break;case 3:if(Mi(r,n),Qi(n),f&4&&o!==null&&o.memoizedState.isDehydrated)try{Pu(r.containerInfo)}catch(Be){pn(n,n.return,Be)}break;case 4:Mi(r,n),Qi(n);break;case 13:Mi(r,n),Qi(n),p=n.child,p.flags&8192&&(h=p.memoizedState!==null,p.stateNode.isHidden=h,!h||p.alternate!==null&&p.alternate.memoizedState!==null||(mp=cn())),f&4&&ba(n);break;case 22:if(ve=o!==null&&o.memoizedState!==null,n.mode&1?(Ln=(J=Ln)||ve,Mi(r,n),Ln=J):Mi(r,n),Qi(n),f&8192){if(J=n.memoizedState!==null,(n.stateNode.isHidden=J)&&!ve&&n.mode&1)for(Fe=n,ve=n.child;ve!==null;){for(ye=Fe=ve;Fe!==null;){switch(pe=Fe,Le=pe.child,pe.tag){case 0:case 11:case 14:case 15:ds(4,pe,pe.return);break;case 1:jl(pe,pe.return);var He=pe.stateNode;if(typeof He.componentWillUnmount=="function"){f=pe,o=pe.return;try{r=f,He.props=r.memoizedProps,He.state=r.memoizedState,He.componentWillUnmount()}catch(Be){pn(f,o,Be)}}break;case 5:jl(pe,pe.return);break;case 22:if(pe.memoizedState!==null){pp(ye);continue}}Le!==null?(Le.return=pe,Fe=Le):pp(ye)}ve=ve.sibling}e:for(ve=null,ye=n;;){if(ye.tag===5){if(ve===null){ve=ye;try{p=ye.stateNode,J?(h=p.style,typeof h.setProperty=="function"?h.setProperty("display","none","important"):h.display="none"):(w=ye.stateNode,O=ye.memoizedProps.style,x=O!=null&&O.hasOwnProperty("display")?O.display:null,w.style.display=yt("display",x))}catch(Be){pn(n,n.return,Be)}}}else if(ye.tag===6){if(ve===null)try{ye.stateNode.nodeValue=J?"":ye.memoizedProps}catch(Be){pn(n,n.return,Be)}}else if((ye.tag!==22&&ye.tag!==23||ye.memoizedState===null||ye===n)&&ye.child!==null){ye.child.return=ye,ye=ye.child;continue}if(ye===n)break e;for(;ye.sibling===null;){if(ye.return===null||ye.return===n)break e;ve===ye&&(ve=null),ye=ye.return}ve===ye&&(ve=null),ye.sibling.return=ye.return,ye=ye.sibling}}break;case 19:Mi(r,n),Qi(n),f&4&&ba(n);break;case 21:break;default:Mi(r,n),Qi(n)}}function Qi(n){var r=n.flags;if(r&2){try{e:{for(var o=n.return;o!==null;){if(yh(o)){var f=o;break e}o=o.return}throw Error(s(160))}switch(f.tag){case 5:var p=f.stateNode;f.flags&32&&(Ui(p,""),f.flags&=-33);var h=Zc(n);Wi(n,h,p);break;case 3:case 4:var x=f.stateNode.containerInfo,w=Zc(n);Bl(n,w,x);break;default:throw Error(s(161))}}catch(O){pn(n,n.return,O)}n.flags&=-3}r&4096&&(n.flags&=-4097)}function bh(n,r,o){Fe=n,Yl(n)}function Yl(n,r,o){for(var f=(n.mode&1)!==0;Fe!==null;){var p=Fe,h=p.child;if(p.tag===22&&f){var x=p.memoizedState!==null||cs;if(!x){var w=p.alternate,O=w!==null&&w.memoizedState!==null||Ln;w=cs;var J=Ln;if(cs=x,(Ln=O)&&!J)for(Fe=p;Fe!==null;)x=Fe,O=x.child,x.tag===22&&x.memoizedState!==null?Sh(p):O!==null?(O.return=x,Fe=O):Sh(p);for(;h!==null;)Fe=h,Yl(h),h=h.sibling;Fe=p,cs=w,Ln=J}kh(n)}else p.subtreeFlags&8772&&h!==null?(h.return=p,Fe=h):kh(n)}}function kh(n){for(;Fe!==null;){var r=Fe;if(r.flags&8772){var o=r.alternate;try{if(r.flags&8772)switch(r.tag){case 0:case 11:case 15:Ln||ps(5,r);break;case 1:var f=r.stateNode;if(r.flags&4&&!Ln)if(o===null)f.componentDidMount();else{var p=r.elementType===r.type?o.memoizedProps:Yr(r.type,o.memoizedProps);f.componentDidUpdate(p,o.memoizedState,f.__reactInternalSnapshotBeforeUpdate)}var h=r.updateQueue;h!==null&&Lo(r,h,f);break;case 3:var x=r.updateQueue;if(x!==null){if(o=null,r.child!==null)switch(r.child.tag){case 5:o=r.child.stateNode;break;case 1:o=r.child.stateNode}Lo(r,x,o)}break;case 5:var w=r.stateNode;if(o===null&&r.flags&4){o=w;var O=r.memoizedProps;switch(r.type){case"button":case"input":case"select":case"textarea":O.autoFocus&&o.focus();break;case"img":O.src&&(o.src=O.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(r.memoizedState===null){var J=r.alternate;if(J!==null){var ve=J.memoizedState;if(ve!==null){var ye=ve.dehydrated;ye!==null&&Pu(ye)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(s(163))}Ln||r.flags&512&&fp(r)}catch(pe){pn(r,r.return,pe)}}if(r===n){Fe=null;break}if(o=r.sibling,o!==null){o.return=r.return,Fe=o;break}Fe=r.return}}function pp(n){for(;Fe!==null;){var r=Fe;if(r===n){Fe=null;break}var o=r.sibling;if(o!==null){o.return=r.return,Fe=o;break}Fe=r.return}}function Sh(n){for(;Fe!==null;){var r=Fe;try{switch(r.tag){case 0:case 11:case 15:var o=r.return;try{ps(4,r)}catch(O){pn(r,o,O)}break;case 1:var f=r.stateNode;if(typeof f.componentDidMount=="function"){var p=r.return;try{f.componentDidMount()}catch(O){pn(r,p,O)}}var h=r.return;try{fp(r)}catch(O){pn(r,h,O)}break;case 5:var x=r.return;try{fp(r)}catch(O){pn(r,x,O)}}}catch(O){pn(r,r.return,O)}if(r===n){Fe=null;break}var w=r.sibling;if(w!==null){w.return=r.return,Fe=w;break}Fe=r.return}}var Gc=Math.ceil,vs=ce.ReactCurrentDispatcher,vp=ce.ReactCurrentOwner,or=ce.ReactCurrentBatchConfig,bt=0,on=null,dn=null,Vn=0,Qr=0,Wl=pt(0),Mn=0,ms=null,ka=0,qc=0,Ql=0,Io=null,hr=null,mp=0,Kl=1/0,Sa=null,ef=!1,Yo=null,Ki=null,eo=!1,to=null,tf=0,Xl=0,nf=null,Wo=-1,Qo=0;function lr(){return bt&6?cn():Wo!==-1?Wo:Wo=cn()}function En(n){return n.mode&1?bt&2&&Vn!==0?Vn&-Vn:_c.transition!==null?(Qo===0&&(Qo=qs()),Qo):(n=Mt,n!==0||(n=window.event,n=n===void 0?16:md(n.type)),n):1}function ur(n,r,o,f){if(50<Xl)throw Xl=0,nf=null,Error(s(185));xo(n,o,f),(!(bt&2)||n!==on)&&(n===on&&(!(bt&2)&&(qc|=o),Mn===4&&hi(n,Vn)),sr(n,f),o===1&&bt===0&&!(r.mode&1)&&(Kl=cn()+500,Fn&&Dr()))}function sr(n,r){var o=n.callbackNode;Gs(n,r);var f=Ti(n,n===on?Vn:0);if(f===0)o!==null&&um(o),n.callbackNode=null,n.callbackPriority=0;else if(r=f&-f,n.callbackPriority!==r){if(o!=null&&um(o),r===1)n.tag===0?Vd(xh.bind(null,n)):Hd(xh.bind(null,n)),zd(function(){!(bt&6)&&Dr()}),o=null;else{switch(dd(f)){case 1:o=oa;break;case 4:o=gt;break;case 16:o=Pa;break;case 536870912:o=ud;break;default:o=Pa}o=Sp(o,Jl.bind(null,n))}n.callbackPriority=r,n.callbackNode=o}}function Jl(n,r){if(Wo=-1,Qo=0,bt&6)throw Error(s(327));var o=n.callbackNode;if(Gl()&&n.callbackNode!==o)return null;var f=Ti(n,n===on?Vn:0);if(f===0)return null;if(f&30||f&n.expiredLanes||r)r=af(n,f);else{r=f;var p=bt;bt|=2;var h=rf();(on!==n||Vn!==r)&&(Sa=null,Kl=cn()+500,Ko(n,r));do try{l0();break}catch(w){_h(n,w)}while(!0);Qd(),vs.current=h,bt=p,dn!==null?r=0:(on=null,Vn=0,r=Mn)}if(r!==0){if(r===2&&(p=cd(n),p!==0&&(f=p,r=hp(n,p))),r===1)throw o=ms,Ko(n,0),hi(n,f),sr(n,cn()),o;if(r===6)hi(n,f);else{if(p=n.current.alternate,!(f&30)&&!yp(p)&&(r=af(n,f),r===2&&(h=cd(n),h!==0&&(f=h,r=hp(n,h))),r===1))throw o=ms,Ko(n,0),hi(n,f),sr(n,cn()),o;switch(n.finishedWork=p,n.finishedLanes=f,r){case 0:case 1:throw Error(s(345));case 2:Xo(n,hr,Sa);break;case 3:if(hi(n,f),(f&130023424)===f&&(r=mp+500-cn(),10<r)){if(Ti(n,0)!==0)break;if(p=n.suspendedLanes,(p&f)!==f){lr(),n.pingedLanes|=n.suspendedLanes&p;break}n.timeoutHandle=Do(Xo.bind(null,n,hr,Sa),r);break}Xo(n,hr,Sa);break;case 4:if(hi(n,f),(f&4194240)===f)break;for(r=n.eventTimes,p=-1;0<f;){var x=31-ri(f);h=1<<x,x=r[x],x>p&&(p=x),f&=~h}if(f=p,f=cn()-f,f=(120>f?120:480>f?480:1080>f?1080:1920>f?1920:3e3>f?3e3:4320>f?4320:1960*Gc(f/1960))-f,10<f){n.timeoutHandle=Do(Xo.bind(null,n,hr,Sa),f);break}Xo(n,hr,Sa);break;case 5:Xo(n,hr,Sa);break;default:throw Error(s(329))}}}return sr(n,cn()),n.callbackNode===o?Jl.bind(null,n):null}function hp(n,r){var o=Io;return n.current.memoizedState.isDehydrated&&(Ko(n,r).flags|=256),n=af(n,r),n!==2&&(r=hr,hr=o,r!==null&&hs(r)),n}function hs(n){hr===null?hr=n:hr.push.apply(hr,n)}function yp(n){for(var r=n;;){if(r.flags&16384){var o=r.updateQueue;if(o!==null&&(o=o.stores,o!==null))for(var f=0;f<o.length;f++){var p=o[f],h=p.getSnapshot;p=p.value;try{if(!oi(h(),p))return!1}catch{return!1}}}if(o=r.child,r.subtreeFlags&16384&&o!==null)o.return=r,r=o;else{if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return!0;r=r.return}r.sibling.return=r.return,r=r.sibling}}return!0}function hi(n,r){for(r&=~Ql,r&=~qc,n.suspendedLanes|=r,n.pingedLanes&=~r,n=n.expirationTimes;0<r;){var o=31-ri(r),f=1<<o;n[o]=-1,r&=~f}}function xh(n){if(bt&6)throw Error(s(327));Gl();var r=Ti(n,0);if(!(r&1))return sr(n,cn()),null;var o=af(n,r);if(n.tag!==0&&o===2){var f=cd(n);f!==0&&(r=f,o=hp(n,f))}if(o===1)throw o=ms,Ko(n,0),hi(n,r),sr(n,cn()),o;if(o===6)throw Error(s(345));return n.finishedWork=n.current.alternate,n.finishedLanes=r,Xo(n,hr,Sa),sr(n,cn()),null}function Zl(n,r){var o=bt;bt|=1;try{return n(r)}finally{bt=o,bt===0&&(Kl=cn()+500,Fn&&Dr())}}function no(n){to!==null&&to.tag===0&&!(bt&6)&&Gl();var r=bt;bt|=1;var o=or.transition,f=Mt;try{if(or.transition=null,Mt=1,n)return n()}finally{Mt=f,or.transition=o,bt=r,!(bt&6)&&Dr()}}function gp(){Qr=Wl.current,Dt(Wl)}function Ko(n,r){n.finishedWork=null,n.finishedLanes=0;var o=n.timeoutHandle;if(o!==-1&&(n.timeoutHandle=-1,Jm(o)),dn!==null)for(o=dn.return;o!==null;){var f=o;switch(Bd(f),f.tag){case 1:f=f.type.childContextTypes,f!=null&&si();break;case 3:Ja(),Dt(fn),Dt(ot),Dc();break;case 5:mt(f);break;case 4:Ja();break;case 13:Dt(tt);break;case 19:Dt(tt);break;case 10:Wa(f.type._context);break;case 22:case 23:gp()}o=o.return}if(on=n,dn=n=ro(n.current,null),Vn=Qr=r,Mn=0,ms=null,Ql=qc=ka=0,hr=Io=null,Yn!==null){for(r=0;r<Yn.length;r++)if(o=Yn[r],f=o.interleaved,f!==null){o.interleaved=null;var p=f.next,h=o.pending;if(h!==null){var x=h.next;h.next=p,f.next=x}o.pending=f}Yn=null}return n}function _h(n,r){do{var o=dn;try{if(Qd(),Nc.current=Wc,nt){for(var f=Zt.memoizedState;f!==null;){var p=f.queue;p!==null&&(p.pending=null),f=f.next}nt=!1}if($o=0,_t=oe=Zt=null,Yi=!1,Wr=0,vp.current=null,o===null||o.return===null){Mn=1,ms=r,dn=null;break}e:{var h=n,x=o.return,w=o,O=r;if(r=Vn,w.flags|=32768,O!==null&&typeof O=="object"&&typeof O.then=="function"){var J=O,ve=w,ye=ve.tag;if(!(ve.mode&1)&&(ye===0||ye===11||ye===15)){var pe=ve.alternate;pe?(ve.updateQueue=pe.updateQueue,ve.memoizedState=pe.memoizedState,ve.lanes=pe.lanes):(ve.updateQueue=null,ve.memoizedState=null)}var Le=np(x);if(Le!==null){Le.flags&=-257,rp(Le,x,w,h,r),Le.mode&1&&fh(h,J,r),r=Le,O=J;var He=r.updateQueue;if(He===null){var Be=new Set;Be.add(O),r.updateQueue=Be}else He.add(O);break e}else{if(!(r&1)){fh(h,J,r),bp();break e}O=Error(s(426))}}else if(Jt&&w.mode&1){var gn=np(x);if(gn!==null){!(gn.flags&65536)&&(gn.flags|=256),rp(gn,x,w,h,r),Yd(Ul(O,w));break e}}h=O=Ul(O,w),Mn!==4&&(Mn=2),Io===null?Io=[h]:Io.push(h),h=x;do{switch(h.tag){case 3:h.flags|=65536,r&=-r,h.lanes|=r;var V=ch(h,O,r);Jd(h,V);break e;case 1:w=O;var A=h.type,W=h.stateNode;if(!(h.flags&128)&&(typeof A.getDerivedStateFromError=="function"||W!==null&&typeof W.componentDidCatch=="function"&&(Ki===null||!Ki.has(W)))){h.flags|=65536,r&=-r,h.lanes|=r;var ke=ls(h,w,r);Jd(h,ke);break e}}h=h.return}while(h!==null)}kp(o)}catch(Ie){r=Ie,dn===o&&o!==null&&(dn=o=o.return);continue}break}while(!0)}function rf(){var n=vs.current;return vs.current=Wc,n===null?Wc:n}function bp(){(Mn===0||Mn===3||Mn===2)&&(Mn=4),on===null||!(ka&268435455)&&!(qc&268435455)||hi(on,Vn)}function af(n,r){var o=bt;bt|=2;var f=rf();(on!==n||Vn!==r)&&(Sa=null,Ko(n,r));do try{o0();break}catch(p){_h(n,p)}while(!0);if(Qd(),bt=o,vs.current=f,dn!==null)throw Error(s(261));return on=null,Vn=0,Mn}function o0(){for(;dn!==null;)Ch(dn)}function l0(){for(;dn!==null&&!Nb();)Ch(dn)}function Ch(n){var r=wh(n.alternate,n,Qr);n.memoizedProps=n.pendingProps,r===null?kp(n):dn=r,vp.current=null}function kp(n){var r=n;do{var o=r.alternate;if(n=r.return,r.flags&32768){if(o=cp(o,r),o!==null){o.flags&=32767,dn=o;return}if(n!==null)n.flags|=32768,n.subtreeFlags=0,n.deletions=null;else{Mn=6,dn=null;return}}else if(o=a0(o,r,Qr),o!==null){dn=o;return}if(r=r.sibling,r!==null){dn=r;return}dn=r=n}while(r!==null);Mn===0&&(Mn=5)}function Xo(n,r,o){var f=Mt,p=or.transition;try{or.transition=null,Mt=1,u0(n,r,o,f)}finally{or.transition=p,Mt=f}return null}function u0(n,r,o,f){do Gl();while(to!==null);if(bt&6)throw Error(s(327));o=n.finishedWork;var p=n.finishedLanes;if(o===null)return null;if(n.finishedWork=null,n.finishedLanes=0,o===n.current)throw Error(s(177));n.callbackNode=null,n.callbackPriority=0;var h=o.lanes|o.childLanes;if($b(n,h),n===on&&(dn=on=null,Vn=0),!(o.subtreeFlags&2064)&&!(o.flags&2064)||eo||(eo=!0,Sp(Pa,function(){return Gl(),null})),h=(o.flags&15990)!==0,o.subtreeFlags&15990||h){h=or.transition,or.transition=null;var x=Mt;Mt=1;var w=bt;bt|=4,vp.current=null,hh(n,o),gh(o,n),dc(Ro),_o=!!Pd,Ro=Pd=null,n.current=o,bh(o),Ob(),bt=w,Mt=x,or.transition=h}else n.current=o;if(eo&&(eo=!1,to=n,tf=p),h=n.pendingLanes,h===0&&(Ki=null),cm(o.stateNode),sr(n,cn()),r!==null)for(f=n.onRecoverableError,o=0;o<r.length;o++)p=r[o],f(p.value,{componentStack:p.stack,digest:p.digest});if(ef)throw ef=!1,n=Yo,Yo=null,n;return tf&1&&n.tag!==0&&Gl(),h=n.pendingLanes,h&1?n===nf?Xl++:(Xl=0,nf=n):Xl=0,Dr(),null}function Gl(){if(to!==null){var n=dd(tf),r=or.transition,o=Mt;try{if(or.transition=null,Mt=16>n?16:n,to===null)var f=!1;else{if(n=to,to=null,tf=0,bt&6)throw Error(s(331));var p=bt;for(bt|=4,Fe=n.current;Fe!==null;){var h=Fe,x=h.child;if(Fe.flags&16){var w=h.deletions;if(w!==null){for(var O=0;O<w.length;O++){var J=w[O];for(Fe=J;Fe!==null;){var ve=Fe;switch(ve.tag){case 0:case 11:case 15:ds(8,ve,h)}var ye=ve.child;if(ye!==null)ye.return=ve,Fe=ye;else for(;Fe!==null;){ve=Fe;var pe=ve.sibling,Le=ve.return;if(dp(ve),ve===J){Fe=null;break}if(pe!==null){pe.return=Le,Fe=pe;break}Fe=Le}}}var He=h.alternate;if(He!==null){var Be=He.child;if(Be!==null){He.child=null;do{var gn=Be.sibling;Be.sibling=null,Be=gn}while(Be!==null)}}Fe=h}}if(h.subtreeFlags&2064&&x!==null)x.return=h,Fe=x;else e:for(;Fe!==null;){if(h=Fe,h.flags&2048)switch(h.tag){case 0:case 11:case 15:ds(9,h,h.return)}var V=h.sibling;if(V!==null){V.return=h.return,Fe=V;break e}Fe=h.return}}var A=n.current;for(Fe=A;Fe!==null;){x=Fe;var W=x.child;if(x.subtreeFlags&2064&&W!==null)W.return=x,Fe=W;else e:for(x=A;Fe!==null;){if(w=Fe,w.flags&2048)try{switch(w.tag){case 0:case 11:case 15:ps(9,w)}}catch(Ie){pn(w,w.return,Ie)}if(w===x){Fe=null;break e}var ke=w.sibling;if(ke!==null){ke.return=w.return,Fe=ke;break e}Fe=w.return}}if(bt=p,Dr(),wi&&typeof wi.onPostCommitFiberRoot=="function")try{wi.onPostCommitFiberRoot(Nu,n)}catch{}f=!0}return f}finally{Mt=o,or.transition=r}}return!1}function Eh(n,r,o){r=Ul(o,r),r=ch(n,r,1),n=Ka(n,r,1),r=lr(),n!==null&&(xo(n,1,r),sr(n,r))}function pn(n,r,o){if(n.tag===3)Eh(n,n,o);else for(;r!==null;){if(r.tag===3){Eh(r,n,o);break}else if(r.tag===1){var f=r.stateNode;if(typeof r.type.getDerivedStateFromError=="function"||typeof f.componentDidCatch=="function"&&(Ki===null||!Ki.has(f))){n=Ul(o,n),n=ls(r,n,1),r=Ka(r,n,1),n=lr(),r!==null&&(xo(r,1,n),sr(r,n));break}}r=r.return}}function s0(n,r,o){var f=n.pingCache;f!==null&&f.delete(r),r=lr(),n.pingedLanes|=n.suspendedLanes&o,on===n&&(Vn&o)===o&&(Mn===4||Mn===3&&(Vn&130023424)===Vn&&500>cn()-mp?Ko(n,0):Ql|=o),sr(n,r)}function of(n,r){r===0&&(n.mode&1?(r=kl,kl<<=1,!(kl&130023424)&&(kl=4194304)):r=1);var o=lr();n=ma(n,r),n!==null&&(xo(n,r,o),sr(n,o))}function c0(n){var r=n.memoizedState,o=0;r!==null&&(o=r.retryLane),of(n,o)}function f0(n,r){var o=0;switch(n.tag){case 13:var f=n.stateNode,p=n.memoizedState;p!==null&&(o=p.retryLane);break;case 19:f=n.stateNode;break;default:throw Error(s(314))}f!==null&&f.delete(r),of(n,o)}var wh;wh=function(n,r,o){if(n!==null)if(n.memoizedProps!==r.pendingProps||fn.current)Cn=!0;else{if(!(n.lanes&o)&&!(r.flags&128))return Cn=!1,ga(n,r,o);Cn=!!(n.flags&131072)}else Cn=!1,Jt&&r.flags&1048576&&jd(r,Ll,r.index);switch(r.lanes=0,r.tag){case 2:var f=r.type;ir(n,r),n=r.pendingProps;var p=ui(r,ot.current);Ee(r,o),p=Za(null,r,f,n,p,o);var h=zo();return r.flags|=1,typeof p=="object"&&p!==null&&typeof p.render=="function"&&p.$$typeof===void 0?(r.tag=1,r.memoizedState=null,r.updateQueue=null,en(f)?(h=!0,gc(r)):h=!1,r.memoizedState=p.state!==null&&p.state!==void 0?p.state:null,Xd(r),p.updater=wc,r.stateNode=p,p._reactInternals=r,Tc(r,f,n,o),r=dh(null,r,f,!0,h,o)):(r.tag=0,Jt&&h&&bc(r),Nn(null,r,p,o),r=r.child),r;case 16:f=r.elementType;e:{switch(ir(n,r),n=r.pendingProps,p=f._init,f=p(f._payload),r.type=f,p=r.tag=p0(f),n=Yr(f,n),p){case 0:r=Hl(null,r,f,n,o);break e;case 1:r=ip(null,r,f,n,o);break e;case 11:r=qa(null,r,f,n,o);break e;case 14:r=Kc(null,r,f,Yr(f.type,n),o);break e}throw Error(s(306,f,""))}return r;case 0:return f=r.type,p=r.pendingProps,p=r.elementType===f?p:Yr(f,p),Hl(n,r,f,p,o);case 1:return f=r.type,p=r.pendingProps,p=r.elementType===f?p:Yr(f,p),ip(n,r,f,p,o);case 3:e:{if(ph(r),n===null)throw Error(s(387));f=r.pendingProps,h=r.memoizedState,p=h.element,Dn(n,r),Xa(r,f,null,o);var x=r.memoizedState;if(f=x.element,h.isDehydrated)if(h={element:f,isDehydrated:!1,cache:x.cache,pendingSuspenseBoundaries:x.pendingSuspenseBoundaries,transitions:x.transitions},r.updateQueue.baseState=h,r.memoizedState=h,r.flags&256){p=Ul(Error(s(423)),r),r=Xc(n,r,f,o,p);break e}else if(f!==p){p=Ul(Error(s(424)),r),r=Xc(n,r,f,o,p);break e}else for(Lr=Oi(r.stateNode.containerInfo.firstChild),Ir=r,Jt=!0,fi=null,o=uh(r,null,f,o),r.child=o;o;)o.flags=o.flags&-3|4096,o=o.sibling;else{if(rn(),f===p){r=Wn(n,r,o);break e}Nn(n,r,f,o)}r=r.child}return r;case 5:return et(r),n===null&&Sc(r),f=r.type,p=r.pendingProps,h=n!==null?n.memoizedProps:null,x=p.children,Xu(f,p)?x=null:h!==null&&Xu(f,h)&&(r.flags|=32),vt(n,r),Nn(n,r,x,o),r.child;case 6:return n===null&&Sc(r),null;case 13:return op(n,r,o);case 4:return Gd(r,r.stateNode.containerInfo),f=r.pendingProps,n===null?r.child=$l(r,null,f,o):Nn(n,r,f,o),r.child;case 11:return f=r.type,p=r.pendingProps,p=r.elementType===f?p:Yr(f,p),qa(n,r,f,p,o);case 7:return Nn(n,r,r.pendingProps,o),r.child;case 8:return Nn(n,r,r.pendingProps.children,o),r.child;case 12:return Nn(n,r,r.pendingProps.children,o),r.child;case 10:e:{if(f=r.type._context,p=r.pendingProps,h=r.memoizedProps,x=p.value,Nt(Ii,f._currentValue),f._currentValue=x,h!==null)if(oi(h.value,x)){if(h.children===p.children&&!fn.current){r=Wn(n,r,o);break e}}else for(h=r.child,h!==null&&(h.return=r);h!==null;){var w=h.dependencies;if(w!==null){x=h.child;for(var O=w.firstContext;O!==null;){if(O.context===f){if(h.tag===1){O=ha(-1,o&-o),O.tag=2;var J=h.updateQueue;if(J!==null){J=J.shared;var ve=J.pending;ve===null?O.next=O:(O.next=ve.next,ve.next=O),J.pending=O}}h.lanes|=o,O=h.alternate,O!==null&&(O.lanes|=o),Un(h.return,o,r),w.lanes|=o;break}O=O.next}}else if(h.tag===10)x=h.type===r.type?null:h.child;else if(h.tag===18){if(x=h.return,x===null)throw Error(s(341));x.lanes|=o,w=x.alternate,w!==null&&(w.lanes|=o),Un(x,o,r),x=h.sibling}else x=h.child;if(x!==null)x.return=h;else for(x=h;x!==null;){if(x===r){x=null;break}if(h=x.sibling,h!==null){h.return=x.return,x=h;break}x=x.return}h=x}Nn(n,r,p.children,o),r=r.child}return r;case 9:return p=r.type,f=r.pendingProps.children,Ee(r,o),p=yn(p),f=f(p),r.flags|=1,Nn(n,r,f,o),r.child;case 14:return f=r.type,p=Yr(f,r.pendingProps),p=Yr(f.type,p),Kc(n,r,f,p,o);case 15:return Pr(n,r,r.type,r.pendingProps,o);case 17:return f=r.type,p=r.pendingProps,p=r.elementType===f?p:Yr(f,p),ir(n,r),r.tag=1,en(f)?(n=!0,gc(r)):n=!1,Ee(r,o),ih(r,f,p),Tc(r,f,p,o),dh(null,r,f,!0,n,o);case 19:return sp(n,r,o);case 22:return Vo(n,r,o)}throw Error(s(156,r.tag))};function Sp(n,r){return ld(n,r)}function d0(n,r,o,f){this.tag=n,this.key=o,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=r,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=f,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function yi(n,r,o,f){return new d0(n,r,o,f)}function xp(n){return n=n.prototype,!(!n||!n.isReactComponent)}function p0(n){if(typeof n=="function")return xp(n)?1:0;if(n!=null){if(n=n.$$typeof,n===Re)return 11;if(n===Ue)return 14}return 2}function ro(n,r){var o=n.alternate;return o===null?(o=yi(n.tag,r,n.key,n.mode),o.elementType=n.elementType,o.type=n.type,o.stateNode=n.stateNode,o.alternate=n,n.alternate=o):(o.pendingProps=r,o.type=n.type,o.flags=0,o.subtreeFlags=0,o.deletions=null),o.flags=n.flags&14680064,o.childLanes=n.childLanes,o.lanes=n.lanes,o.child=n.child,o.memoizedProps=n.memoizedProps,o.memoizedState=n.memoizedState,o.updateQueue=n.updateQueue,r=n.dependencies,o.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext},o.sibling=n.sibling,o.index=n.index,o.ref=n.ref,o}function lf(n,r,o,f,p,h){var x=2;if(f=n,typeof n=="function")xp(n)&&(x=1);else if(typeof n=="string")x=5;else e:switch(n){case $e:return Jo(o.children,p,h,r);case P:x=8,p|=8;break;case Te:return n=yi(12,o,r,p|2),n.elementType=Te,n.lanes=h,n;case Q:return n=yi(13,o,r,p),n.elementType=Q,n.lanes=h,n;case ae:return n=yi(19,o,r,p),n.elementType=ae,n.lanes=h,n;case Qt:return ys(o,p,h,r);default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case Se:x=10;break e;case ee:x=9;break e;case Re:x=11;break e;case Ue:x=14;break e;case ut:x=16,f=null;break e}throw Error(s(130,n==null?n:typeof n,""))}return r=yi(x,o,r,p),r.elementType=n,r.type=f,r.lanes=h,r}function Jo(n,r,o,f){return n=yi(7,n,f,r),n.lanes=o,n}function ys(n,r,o,f){return n=yi(22,n,f,r),n.elementType=Qt,n.lanes=o,n.stateNode={isHidden:!1},n}function gs(n,r,o){return n=yi(6,n,null,r),n.lanes=o,n}function Zo(n,r,o){return r=yi(4,n.children!==null?n.children:[],n.key,r),r.lanes=o,r.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},r}function v0(n,r,o,f,p){this.tag=r,this.containerInfo=n,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=fd(0),this.expirationTimes=fd(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=fd(0),this.identifierPrefix=f,this.onRecoverableError=p,this.mutableSourceEagerHydrationData=null}function uf(n,r,o,f,p,h,x,w,O){return n=new v0(n,r,o,w,O),r===1?(r=1,h===!0&&(r|=8)):r=0,h=yi(3,null,null,r),n.current=h,h.stateNode=n,h.memoizedState={element:f,isDehydrated:o,cache:null,transitions:null,pendingSuspenseBoundaries:null},Xd(h),n}function Th(n,r,o){var f=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:ze,key:f==null?null:""+f,children:n,containerInfo:r,implementation:o}}function _p(n){if(!n)return Bi;n=n._reactInternals;e:{if(Vi(n)!==n||n.tag!==1)throw Error(s(170));var r=n;do{switch(r.tag){case 3:r=r.stateNode.context;break e;case 1:if(en(r.type)){r=r.stateNode.__reactInternalMemoizedMergedChildContext;break e}}r=r.return}while(r!==null);throw Error(s(171))}if(n.tag===1){var o=n.type;if(en(o))return Gu(n,o,r)}return r}function Rh(n,r,o,f,p,h,x,w,O){return n=uf(o,f,!0,n,p,h,x,w,O),n.context=_p(null),o=n.current,f=lr(),p=En(o),h=ha(f,p),h.callback=r??null,Ka(o,h,p),n.current.lanes=p,xo(n,p,f),sr(n,f),n}function bs(n,r,o,f){var p=r.current,h=lr(),x=En(p);return o=_p(o),r.context===null?r.context=o:r.pendingContext=o,r=ha(h,x),r.payload={element:n},f=f===void 0?null:f,f!==null&&(r.callback=f),n=Ka(p,r,x),n!==null&&(ur(n,p,x,h),Ec(n,p,x)),x}function sf(n){if(n=n.current,!n.child)return null;switch(n.child.tag){case 5:return n.child.stateNode;default:return n.child.stateNode}}function Dh(n,r){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var o=n.retryLane;n.retryLane=o!==0&&o<r?o:r}}function Cp(n,r){Dh(n,r),(n=n.alternate)&&Dh(n,r)}function Nh(){return null}var Ep=typeof reportError=="function"?reportError:function(n){console.error(n)};function cf(n){this._internalRoot=n}xa.prototype.render=cf.prototype.render=function(n){var r=this._internalRoot;if(r===null)throw Error(s(409));bs(n,r,null,null)},xa.prototype.unmount=cf.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var r=n.containerInfo;no(function(){bs(null,n,null,null)}),r[pa]=null}};function xa(n){this._internalRoot=n}xa.prototype.unstable_scheduleHydration=function(n){if(n){var r=vm();n={blockedOn:null,target:n,priority:r};for(var o=0;o<At.length&&r!==0&&r<At[o].priority;o++);At.splice(o,0,n),o===0&&mm(n)}};function wp(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function ff(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11&&(n.nodeType!==8||n.nodeValue!==" react-mount-point-unstable "))}function Oh(){}function m0(n,r,o,f,p){if(p){if(typeof f=="function"){var h=f;f=function(){var J=sf(x);h.call(J)}}var x=Rh(r,f,n,0,null,!1,!1,"",Oh);return n._reactRootContainer=x,n[pa]=x.current,Nl(n.nodeType===8?n.parentNode:n),no(),x}for(;p=n.lastChild;)n.removeChild(p);if(typeof f=="function"){var w=f;f=function(){var J=sf(O);w.call(J)}}var O=uf(n,0,!1,null,null,!1,!1,"",Oh);return n._reactRootContainer=O,n[pa]=O.current,Nl(n.nodeType===8?n.parentNode:n),no(function(){bs(r,O,o,f)}),O}function df(n,r,o,f,p){var h=o._reactRootContainer;if(h){var x=h;if(typeof p=="function"){var w=p;p=function(){var O=sf(x);w.call(O)}}bs(r,x,n,p)}else x=m0(o,r,n,p,f);return sf(x)}pm=function(n){switch(n.tag){case 3:var r=n.stateNode;if(r.current.memoizedState.isDehydrated){var o=So(r.pendingLanes);o!==0&&(Ou(r,o|1),sr(r,cn()),!(bt&6)&&(Kl=cn()+500,Dr()))}break;case 13:no(function(){var f=ma(n,1);if(f!==null){var p=lr();ur(f,n,1,p)}}),Cp(n,1)}},ec=function(n){if(n.tag===13){var r=ma(n,134217728);if(r!==null){var o=lr();ur(r,n,134217728,o)}Cp(n,134217728)}},It=function(n){if(n.tag===13){var r=En(n),o=ma(n,r);if(o!==null){var f=lr();ur(o,n,r,f)}Cp(n,r)}},vm=function(){return Mt},pd=function(n,r){var o=Mt;try{return Mt=n,r()}finally{Mt=o}},Hi=function(n,r,o){switch(r){case"input":if(it(n,o),r=o.name,o.type==="radio"&&r!=null){for(o=n;o.parentNode;)o=o.parentNode;for(o=o.querySelectorAll("input[name="+JSON.stringify(""+r)+'][type="radio"]'),r=0;r<o.length;r++){var f=o[r];if(f!==n&&f.form===n.form){var p=Ze(f);if(!p)throw Error(s(90));fe(f),it(f,p)}}}break;case"textarea":Ke(n,o);break;case"select":r=o.value,r!=null&&pr(n,!!o.multiple,r,!1)}},im=Zl,am=no;var h0={usingClientEntryPoint:!1,Events:[Zu,Ol,Ze,Qs,Ks,Zl]},ql={findFiberByHostInstance:li,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},y0={bundleType:ql.bundleType,version:ql.version,rendererPackageName:ql.rendererPackageName,rendererConfig:ql.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:ce.ReactCurrentDispatcher,findHostInstanceByFiber:function(n){return n=om(n),n===null?null:n.stateNode},findFiberByHostInstance:ql.findFiberByHostInstance||Nh,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.2.0-next-9e3b772b8-20220608"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var pf=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!pf.isDisabled&&pf.supportsFiber)try{Nu=pf.inject(y0),wi=pf}catch{}}return qr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=h0,qr.createPortal=function(n,r){var o=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!wp(r))throw Error(s(200));return Th(n,r,null,o)},qr.createRoot=function(n,r){if(!wp(n))throw Error(s(299));var o=!1,f="",p=Ep;return r!=null&&(r.unstable_strictMode===!0&&(o=!0),r.identifierPrefix!==void 0&&(f=r.identifierPrefix),r.onRecoverableError!==void 0&&(p=r.onRecoverableError)),r=uf(n,1,!1,null,null,o,!1,f,p),n[pa]=r.current,Nl(n.nodeType===8?n.parentNode:n),new cf(r)},qr.findDOMNode=function(n){if(n==null)return null;if(n.nodeType===1)return n;var r=n._reactInternals;if(r===void 0)throw typeof n.render=="function"?Error(s(188)):(n=Object.keys(n).join(","),Error(s(268,n)));return n=om(r),n=n===null?null:n.stateNode,n},qr.flushSync=function(n){return no(n)},qr.hydrate=function(n,r,o){if(!ff(r))throw Error(s(200));return df(null,n,r,!0,o)},qr.hydrateRoot=function(n,r,o){if(!wp(n))throw Error(s(405));var f=o!=null&&o.hydratedSources||null,p=!1,h="",x=Ep;if(o!=null&&(o.unstable_strictMode===!0&&(p=!0),o.identifierPrefix!==void 0&&(h=o.identifierPrefix),o.onRecoverableError!==void 0&&(x=o.onRecoverableError)),r=Rh(r,null,n,1,o??null,p,!1,h,x),n[pa]=r.current,Nl(n),f)for(n=0;n<f.length;n++)o=f[n],p=o._getVersion,p=p(o._source),r.mutableSourceEagerHydrationData==null?r.mutableSourceEagerHydrationData=[o,p]:r.mutableSourceEagerHydrationData.push(o,p);return new xa(r)},qr.render=function(n,r,o){if(!ff(r))throw Error(s(200));return df(null,n,r,!1,o)},qr.unmountComponentAtNode=function(n){if(!ff(n))throw Error(s(40));return n._reactRootContainer?(no(function(){df(null,null,n,!1,function(){n._reactRootContainer=null,n[pa]=null})}),!0):!1},qr.unstable_batchedUpdates=Zl,qr.unstable_renderSubtreeIntoContainer=function(n,r,o,f){if(!ff(o))throw Error(s(200));if(n==null||n._reactInternals===void 0)throw Error(s(38));return df(n,r,o,!1,f)},qr.version="18.2.0-next-9e3b772b8-20220608",qr}var ei={};/**
26
+ */var sC;function B6(){if(sC)return li;sC=1;var o=E,i=uC();function l(n){for(var r="https://reactjs.org/docs/error-decoder.html?invariant="+n,s=1;s<arguments.length;s++)r+="&args[]="+encodeURIComponent(arguments[s]);return"Minified React error #"+n+"; visit "+r+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var f=new Set,p={};function h(n,r){m(n,r),m(n+"Capture",r)}function m(n,r){for(p[n]=r,n=0;n<r.length;n++)f.add(r[n])}var S=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),w=Object.prototype.hasOwnProperty,C=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,R={},T={};function D(n){return w.call(T,n)?!0:w.call(R,n)?!1:C.test(n)?T[n]=!0:(R[n]=!0,!1)}function P(n,r,s,d){if(s!==null&&s.type===0)return!1;switch(typeof r){case"function":case"symbol":return!0;case"boolean":return d?!1:s!==null?!s.acceptsBooleans:(n=n.toLowerCase().slice(0,5),n!=="data-"&&n!=="aria-");default:return!1}}function A(n,r,s,d){if(r===null||typeof r>"u"||P(n,r,s,d))return!0;if(d)return!1;if(s!==null)switch(s.type){case 3:return!r;case 4:return r===!1;case 5:return isNaN(r);case 6:return isNaN(r)||1>r}return!1}function z(n,r,s,d,g,b,_){this.acceptsBooleans=r===2||r===3||r===4,this.attributeName=d,this.attributeNamespace=g,this.mustUseProperty=s,this.propertyName=n,this.type=r,this.sanitizeURL=b,this.removeEmptyString=_}var O={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(n){O[n]=new z(n,0,!1,n,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(n){var r=n[0];O[r]=new z(r,1,!1,n[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(n){O[n]=new z(n,2,!1,n.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(n){O[n]=new z(n,2,!1,n,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(n){O[n]=new z(n,3,!1,n.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(n){O[n]=new z(n,3,!0,n,null,!1,!1)}),["capture","download"].forEach(function(n){O[n]=new z(n,4,!1,n,null,!1,!1)}),["cols","rows","size","span"].forEach(function(n){O[n]=new z(n,6,!1,n,null,!1,!1)}),["rowSpan","start"].forEach(function(n){O[n]=new z(n,5,!1,n.toLowerCase(),null,!1,!1)});var oe=/[\-:]([a-z])/g;function le(n){return n[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(n){var r=n.replace(oe,le);O[r]=new z(r,1,!1,n,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(n){var r=n.replace(oe,le);O[r]=new z(r,1,!1,n,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(n){var r=n.replace(oe,le);O[r]=new z(r,1,!1,n,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(n){O[n]=new z(n,1,!1,n.toLowerCase(),null,!1,!1)}),O.xlinkHref=new z("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(n){O[n]=new z(n,1,!1,n.toLowerCase(),null,!0,!0)});function W(n,r,s,d){var g=O.hasOwnProperty(r)?O[r]:null;(g!==null?g.type!==0:d||!(2<r.length)||r[0]!=="o"&&r[0]!=="O"||r[1]!=="n"&&r[1]!=="N")&&(A(r,s,g,d)&&(s=null),d||g===null?D(r)&&(s===null?n.removeAttribute(r):n.setAttribute(r,""+s)):g.mustUseProperty?n[g.propertyName]=s===null?g.type===3?!1:"":s:(r=g.attributeName,d=g.attributeNamespace,s===null?n.removeAttribute(r):(g=g.type,s=g===3||g===4&&s===!0?"":""+s,d?n.setAttributeNS(d,r,s):n.setAttribute(r,s))))}var ie=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,F=Symbol.for("react.element"),ve=Symbol.for("react.portal"),be=Symbol.for("react.fragment"),$=Symbol.for("react.strict_mode"),ge=Symbol.for("react.profiler"),J=Symbol.for("react.provider"),Q=Symbol.for("react.context"),Ce=Symbol.for("react.forward_ref"),K=Symbol.for("react.suspense"),ae=Symbol.for("react.suspense_list"),Re=Symbol.for("react.memo"),Xe=Symbol.for("react.lazy"),_e=Symbol.for("react.offscreen"),he=Symbol.iterator;function G(n){return n===null||typeof n!="object"?null:(n=he&&n[he]||n["@@iterator"],typeof n=="function"?n:null)}var j=Object.assign,Pe;function ee(n){if(Pe===void 0)try{throw Error()}catch(s){var r=s.stack.trim().match(/\n( *(at )?)/);Pe=r&&r[1]||""}return`
27
+ `+Pe+n}var fe=!1;function ye(n,r){if(!n||fe)return"";fe=!0;var s=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(r)if(r=function(){throw Error()},Object.defineProperty(r.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(r,[])}catch(re){var d=re}Reflect.construct(n,[],r)}else{try{r.call()}catch(re){d=re}n.call(r.prototype)}else{try{throw Error()}catch(re){d=re}n()}}catch(re){if(re&&d&&typeof re.stack=="string"){for(var g=re.stack.split(`
28
+ `),b=d.stack.split(`
29
+ `),_=g.length-1,L=b.length-1;1<=_&&0<=L&&g[_]!==b[L];)L--;for(;1<=_&&0<=L;_--,L--)if(g[_]!==b[L]){if(_!==1||L!==1)do if(_--,L--,0>L||g[_]!==b[L]){var U=`
30
+ `+g[_].replace(" at new "," at ");return n.displayName&&U.includes("<anonymous>")&&(U=U.replace("<anonymous>",n.displayName)),U}while(1<=_&&0<=L);break}}}finally{fe=!1,Error.prepareStackTrace=s}return(n=n?n.displayName||n.name:"")?ee(n):""}function Ee(n){switch(n.tag){case 5:return ee(n.type);case 16:return ee("Lazy");case 13:return ee("Suspense");case 19:return ee("SuspenseList");case 0:case 2:case 15:return n=ye(n.type,!1),n;case 11:return n=ye(n.type.render,!1),n;case 1:return n=ye(n.type,!0),n;default:return""}}function V(n){if(n==null)return null;if(typeof n=="function")return n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case be:return"Fragment";case ve:return"Portal";case ge:return"Profiler";case $:return"StrictMode";case K:return"Suspense";case ae:return"SuspenseList"}if(typeof n=="object")switch(n.$$typeof){case Q:return(n.displayName||"Context")+".Consumer";case J:return(n._context.displayName||"Context")+".Provider";case Ce:var r=n.render;return n=n.displayName,n||(n=r.displayName||r.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case Re:return r=n.displayName||null,r!==null?r:V(n.type)||"Memo";case Xe:r=n._payload,n=n._init;try{return V(n(r))}catch{}}return null}function Le(n){var r=n.type;switch(n.tag){case 24:return"Cache";case 9:return(r.displayName||"Context")+".Consumer";case 10:return(r._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return n=r.render,n=n.displayName||n.name||"",r.displayName||(n!==""?"ForwardRef("+n+")":"ForwardRef");case 7:return"Fragment";case 5:return r;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return V(r);case 8:return r===$?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof r=="function")return r.displayName||r.name||null;if(typeof r=="string")return r}return null}function de(n){switch(typeof n){case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function Ye(n){var r=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(r==="checkbox"||r==="radio")}function rt(n){var r=Ye(n)?"checked":"value",s=Object.getOwnPropertyDescriptor(n.constructor.prototype,r),d=""+n[r];if(!n.hasOwnProperty(r)&&typeof s<"u"&&typeof s.get=="function"&&typeof s.set=="function"){var g=s.get,b=s.set;return Object.defineProperty(n,r,{configurable:!0,get:function(){return g.call(this)},set:function(_){d=""+_,b.call(this,_)}}),Object.defineProperty(n,r,{enumerable:s.enumerable}),{getValue:function(){return d},setValue:function(_){d=""+_},stopTracking:function(){n._valueTracker=null,delete n[r]}}}}function Be(n){n._valueTracker||(n._valueTracker=rt(n))}function me(n){if(!n)return!1;var r=n._valueTracker;if(!r)return!0;var s=r.getValue(),d="";return n&&(d=Ye(n)?n.checked?"true":"false":n.value),n=d,n!==s?(r.setValue(n),!0):!1}function gt(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}function Me(n,r){var s=r.checked;return j({},r,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:s??n._wrapperState.initialChecked})}function et(n,r){var s=r.defaultValue==null?"":r.defaultValue,d=r.checked!=null?r.checked:r.defaultChecked;s=de(r.value!=null?r.value:s),n._wrapperState={initialChecked:d,initialValue:s,controlled:r.type==="checkbox"||r.type==="radio"?r.checked!=null:r.value!=null}}function xt(n,r){r=r.checked,r!=null&&W(n,"checked",r,!1)}function lt(n,r){xt(n,r);var s=de(r.value),d=r.type;if(s!=null)d==="number"?(s===0&&n.value===""||n.value!=s)&&(n.value=""+s):n.value!==""+s&&(n.value=""+s);else if(d==="submit"||d==="reset"){n.removeAttribute("value");return}r.hasOwnProperty("value")?yr(n,r.type,s):r.hasOwnProperty("defaultValue")&&yr(n,r.type,de(r.defaultValue)),r.checked==null&&r.defaultChecked!=null&&(n.defaultChecked=!!r.defaultChecked)}function Ot(n,r,s){if(r.hasOwnProperty("value")||r.hasOwnProperty("defaultValue")){var d=r.type;if(!(d!=="submit"&&d!=="reset"||r.value!==void 0&&r.value!==null))return;r=""+n._wrapperState.initialValue,s||r===n.value||(n.value=r),n.defaultValue=r}s=n.name,s!==""&&(n.name=""),n.defaultChecked=!!n._wrapperState.initialChecked,s!==""&&(n.name=s)}function yr(n,r,s){(r!=="number"||gt(n.ownerDocument)!==n)&&(s==null?n.defaultValue=""+n._wrapperState.initialValue:n.defaultValue!==""+s&&(n.defaultValue=""+s))}var jt=Array.isArray;function br(n,r,s,d){if(n=n.options,r){r={};for(var g=0;g<s.length;g++)r["$"+s[g]]=!0;for(s=0;s<n.length;s++)g=r.hasOwnProperty("$"+n[s].value),n[s].selected!==g&&(n[s].selected=g),g&&d&&(n[s].defaultSelected=!0)}else{for(s=""+de(s),r=null,g=0;g<n.length;g++){if(n[g].value===s){n[g].selected=!0,d&&(n[g].defaultSelected=!0);return}r!==null||n[g].disabled||(r=n[g])}r!==null&&(r.selected=!0)}}function Sr(n,r){if(r.dangerouslySetInnerHTML!=null)throw Error(l(91));return j({},r,{value:void 0,defaultValue:void 0,children:""+n._wrapperState.initialValue})}function Xt(n,r){var s=r.value;if(s==null){if(s=r.children,r=r.defaultValue,s!=null){if(r!=null)throw Error(l(92));if(jt(s)){if(1<s.length)throw Error(l(93));s=s[0]}r=s}r==null&&(r=""),s=r}n._wrapperState={initialValue:de(s)}}function Ge(n,r){var s=de(r.value),d=de(r.defaultValue);s!=null&&(s=""+s,s!==n.value&&(n.value=s),r.defaultValue==null&&n.defaultValue!==s&&(n.defaultValue=s)),d!=null&&(n.defaultValue=""+d)}function wt(n){var r=n.textContent;r===n._wrapperState.initialValue&&r!==""&&r!==null&&(n.value=r)}function wn(n){switch(n){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function yn(n,r){return n==null||n==="http://www.w3.org/1999/xhtml"?wn(r):n==="http://www.w3.org/2000/svg"&&r==="foreignObject"?"http://www.w3.org/1999/xhtml":n}var on,Oo=function(n){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(r,s,d,g){MSApp.execUnsafeLocalFunction(function(){return n(r,s,d,g)})}:n}(function(n,r){if(n.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in n)n.innerHTML=r;else{for(on=on||document.createElement("div"),on.innerHTML="<svg>"+r.valueOf().toString()+"</svg>",r=on.firstChild;n.firstChild;)n.removeChild(n.firstChild);for(;r.firstChild;)n.appendChild(r.firstChild)}});function Ji(n,r){if(r){var s=n.firstChild;if(s&&s===n.lastChild&&s.nodeType===3){s.nodeValue=r;return}}n.textContent=r}var De={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Je=["Webkit","ms","Moz","O"];Object.keys(De).forEach(function(n){Je.forEach(function(r){r=r+n.charAt(0).toUpperCase()+n.substring(1),De[r]=De[n]})});function yt(n,r,s){return r==null||typeof r=="boolean"||r===""?"":s||typeof r!="number"||r===0||De.hasOwnProperty(n)&&De[n]?(""+r).trim():r+"px"}function Kt(n,r){n=n.style;for(var s in r)if(r.hasOwnProperty(s)){var d=s.indexOf("--")===0,g=yt(s,r[s],d);s==="float"&&(s="cssFloat"),d?n.setProperty(s,g):n[s]=g}}var bn=j({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function lr(n,r){if(r){if(bn[n]&&(r.children!=null||r.dangerouslySetInnerHTML!=null))throw Error(l(137,n));if(r.dangerouslySetInnerHTML!=null){if(r.children!=null)throw Error(l(60));if(typeof r.dangerouslySetInnerHTML!="object"||!("__html"in r.dangerouslySetInnerHTML))throw Error(l(61))}if(r.style!=null&&typeof r.style!="object")throw Error(l(62))}}function Mn(n,r){if(n.indexOf("-")===-1)return typeof r.is=="string";switch(n){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var fi=null;function dn(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var Gi=null,Cn=null,pn=null;function eh(n){if(n=ps(n)){if(typeof Gi!="function")throw Error(l(280));var r=n.stateNode;r&&(r=tt(r),Gi(n.stateNode,n.type,r))}}function hc(n){Cn?pn?pn.push(n):pn=[n]:Cn=n}function gc(){if(Cn){var n=Cn,r=pn;if(pn=Cn=null,eh(n),r)for(n=0;n<r.length;n++)eh(r[n])}}function th(n,r){return n(r)}function nh(){}var yc=!1;function Ud(n,r,s){if(yc)return n(r,s);yc=!0;try{return th(n,r,s)}finally{yc=!1,(Cn!==null||pn!==null)&&(nh(),gc())}}function Vu(n,r){var s=n.stateNode;if(s===null)return null;var d=tt(s);if(d===null)return null;s=d[r];e:switch(r){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(d=!d.disabled)||(n=n.type,d=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!d;break e;default:n=!1}if(n)return null;if(s&&typeof s!="function")throw Error(l(231,r,typeof s));return s}var bc=!1;if(S)try{var Ao={};Object.defineProperty(Ao,"passive",{get:function(){bc=!0}}),window.addEventListener("test",Ao,Ao),window.removeEventListener("test",Ao,Ao)}catch{bc=!1}function Nl(n,r,s,d,g,b,_,L,U){var re=Array.prototype.slice.call(arguments,3);try{r.apply(s,re)}catch(ke){this.onError(ke)}}var Li=!1,ya=null,$l=!1,ju=null,Bd={onError:function(n){Li=!0,ya=n}};function Hd(n,r,s,d,g,b,_,L,U){Li=!1,ya=null,Nl.apply(Bd,arguments)}function Ll(n,r,s,d,g,b,_,L,U){if(Hd.apply(this,arguments),Li){if(Li){var re=ya;Li=!1,ya=null}else throw Error(l(198));$l||($l=!0,ju=re)}}function qi(n){var r=n,s=n;if(n.alternate)for(;r.return;)r=r.return;else{n=r;do r=n,r.flags&4098&&(s=r.return),n=r.return;while(n)}return r.tag===3?s:null}function Ku(n){if(n.tag===13){var r=n.memoizedState;if(r===null&&(n=n.alternate,n!==null&&(r=n.memoizedState)),r!==null)return r.dehydrated}return null}function Ol(n){if(qi(n)!==n)throw Error(l(188))}function kr(n){var r=n.alternate;if(!r){if(r=qi(n),r===null)throw Error(l(188));return r!==n?null:n}for(var s=n,d=r;;){var g=s.return;if(g===null)break;var b=g.alternate;if(b===null){if(d=g.return,d!==null){s=d;continue}break}if(g.child===b.child){for(b=g.child;b;){if(b===s)return Ol(g),n;if(b===d)return Ol(g),r;b=b.sibling}throw Error(l(188))}if(s.return!==d.return)s=g,d=b;else{for(var _=!1,L=g.child;L;){if(L===s){_=!0,s=g,d=b;break}if(L===d){_=!0,d=g,s=b;break}L=L.sibling}if(!_){for(L=b.child;L;){if(L===s){_=!0,s=b,d=g;break}if(L===d){_=!0,d=b,s=g;break}L=L.sibling}if(!_)throw Error(l(189))}}if(s.alternate!==d)throw Error(l(190))}if(s.tag!==3)throw Error(l(188));return s.stateNode.current===s?n:r}function rh(n){return n=kr(n),n!==null?ih(n):null}function ih(n){if(n.tag===5||n.tag===6)return n;for(n=n.child;n!==null;){var r=ih(n);if(r!==null)return r;n=n.sibling}return null}var Id=i.unstable_scheduleCallback,ah=i.unstable_cancelCallback,V0=i.unstable_shouldYield,j0=i.unstable_requestPaint,vn=i.unstable_now,K0=i.unstable_getCurrentPriorityLevel,ba=i.unstable_ImmediatePriority,bt=i.unstable_UserBlockingPriority,Ya=i.unstable_NormalPriority,oh=i.unstable_LowPriority,Vd=i.unstable_IdlePriority,Wu=null,Oi=null;function lh(n){if(Oi&&typeof Oi.onCommitFiberRoot=="function")try{Oi.onCommitFiberRoot(Wu,n,void 0,(n.current.flags&128)===128)}catch{}}var di=Math.clz32?Math.clz32:W0,uh=Math.log,sh=Math.LN2;function W0(n){return n>>>=0,n===0?32:31-(uh(n)/sh|0)|0}var Sc=64,Al=4194304;function Fo(n){switch(n&-n){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return n&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return n&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return n}}function Ai(n,r){var s=n.pendingLanes;if(s===0)return 0;var d=0,g=n.suspendedLanes,b=n.pingedLanes,_=s&268435455;if(_!==0){var L=_&~g;L!==0?d=Fo(L):(b&=_,b!==0&&(d=Fo(b)))}else _=s&~g,_!==0?d=Fo(_):b!==0&&(d=Fo(b));if(d===0)return 0;if(r!==0&&r!==d&&!(r&g)&&(g=d&-d,b=r&-r,g>=b||g===16&&(b&4194240)!==0))return r;if(d&4&&(d|=s&16),r=n.entangledLanes,r!==0)for(n=n.entanglements,r&=d;0<r;)s=31-di(r),g=1<<s,d|=n[s],r&=~g;return d}function jd(n,r){switch(n){case 1:case 2:case 4:return r+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return r+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function kc(n,r){for(var s=n.suspendedLanes,d=n.pingedLanes,g=n.expirationTimes,b=n.pendingLanes;0<b;){var _=31-di(b),L=1<<_,U=g[_];U===-1?(!(L&s)||L&d)&&(g[_]=jd(L,r)):U<=r&&(n.expiredLanes|=L),b&=~L}}function Kd(n){return n=n.pendingLanes&-1073741825,n!==0?n:n&1073741824?1073741824:0}function xc(){var n=Sc;return Sc<<=1,!(Sc&4194240)&&(Sc=64),n}function Wd(n){for(var r=[],s=0;31>s;s++)r.push(n);return r}function zo(n,r,s){n.pendingLanes|=r,r!==536870912&&(n.suspendedLanes=0,n.pingedLanes=0),n=n.eventTimes,r=31-di(r),n[r]=s}function Y0(n,r){var s=n.pendingLanes&~r;n.pendingLanes=r,n.suspendedLanes=0,n.pingedLanes=0,n.expiredLanes&=r,n.mutableReadLanes&=r,n.entangledLanes&=r,r=n.entanglements;var d=n.eventTimes;for(n=n.expirationTimes;0<s;){var g=31-di(s),b=1<<g;r[g]=0,d[g]=-1,n[g]=-1,s&=~b}}function Yu(n,r){var s=n.entangledLanes|=r;for(n=n.entanglements;s;){var d=31-di(s),g=1<<d;g&r|n[d]&r&&(n[d]|=r),s&=~g}}var At=0;function Yd(n){return n&=-n,1<n?4<n?n&268435455?16:536870912:4:1}var ch,wc,Wt,fh,Qd,pt=!1,Qu=[],En=null,pi=null,vi=null,Xu=new Map,Nn=new Map,Ut=[],Q0="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function Fi(n,r){switch(n){case"focusin":case"focusout":En=null;break;case"dragenter":case"dragleave":pi=null;break;case"mouseover":case"mouseout":vi=null;break;case"pointerover":case"pointerout":Xu.delete(r.pointerId);break;case"gotpointercapture":case"lostpointercapture":Nn.delete(r.pointerId)}}function ur(n,r,s,d,g,b){return n===null||n.nativeEvent!==b?(n={blockedOn:r,domEventName:s,eventSystemFlags:d,nativeEvent:b,targetContainers:[g]},r!==null&&(r=ps(r),r!==null&&wc(r)),n):(n.eventSystemFlags|=d,r=n.targetContainers,g!==null&&r.indexOf(g)===-1&&r.push(g),n)}function Qa(n,r,s,d,g){switch(r){case"focusin":return En=ur(En,n,r,s,d,g),!0;case"dragenter":return pi=ur(pi,n,r,s,d,g),!0;case"mouseover":return vi=ur(vi,n,r,s,d,g),!0;case"pointerover":var b=g.pointerId;return Xu.set(b,ur(Xu.get(b)||null,n,r,s,d,g)),!0;case"gotpointercapture":return b=g.pointerId,Nn.set(b,ur(Nn.get(b)||null,n,r,s,d,g)),!0}return!1}function dh(n){var r=hi(n.target);if(r!==null){var s=qi(r);if(s!==null){if(r=s.tag,r===13){if(r=Ku(s),r!==null){n.blockedOn=r,Qd(n.priority,function(){Wt(s)});return}}else if(r===3&&s.stateNode.current.memoizedState.isDehydrated){n.blockedOn=s.tag===3?s.stateNode.containerInfo:null;return}}}n.blockedOn=null}function Fl(n){if(n.blockedOn!==null)return!1;for(var r=n.targetContainers;0<r.length;){var s=_c(n.domEventName,n.eventSystemFlags,r[0],n.nativeEvent);if(s===null){s=n.nativeEvent;var d=new s.constructor(s.type,s);fi=d,s.target.dispatchEvent(d),fi=null}else return r=ps(s),r!==null&&wc(r),n.blockedOn=s,!1;r.shift()}return!0}function Xd(n,r,s){Fl(n)&&s.delete(r)}function ph(){pt=!1,En!==null&&Fl(En)&&(En=null),pi!==null&&Fl(pi)&&(pi=null),vi!==null&&Fl(vi)&&(vi=null),Xu.forEach(Xd),Nn.forEach(Xd)}function Zu(n,r){n.blockedOn===r&&(n.blockedOn=null,pt||(pt=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,ph)))}function Ju(n){function r(g){return Zu(g,n)}if(0<Qu.length){Zu(Qu[0],n);for(var s=1;s<Qu.length;s++){var d=Qu[s];d.blockedOn===n&&(d.blockedOn=null)}}for(En!==null&&Zu(En,n),pi!==null&&Zu(pi,n),vi!==null&&Zu(vi,n),Xu.forEach(r),Nn.forEach(r),s=0;s<Ut.length;s++)d=Ut[s],d.blockedOn===n&&(d.blockedOn=null);for(;0<Ut.length&&(s=Ut[0],s.blockedOn===null);)dh(s),s.blockedOn===null&&Ut.shift()}var zl=ie.ReactCurrentBatchConfig,Uo=!0;function vh(n,r,s,d){var g=At,b=zl.transition;zl.transition=null;try{At=1,Ec(n,r,s,d)}finally{At=g,zl.transition=b}}function Cc(n,r,s,d){var g=At,b=zl.transition;zl.transition=null;try{At=4,Ec(n,r,s,d)}finally{At=g,zl.transition=b}}function Ec(n,r,s,d){if(Uo){var g=_c(n,r,s,d);if(g===null)zc(n,r,d,Gu,s),Fi(n,d);else if(Qa(g,n,r,s,d))d.stopPropagation();else if(Fi(n,d),r&4&&-1<Q0.indexOf(n)){for(;g!==null;){var b=ps(g);if(b!==null&&ch(b),b=_c(n,r,s,d),b===null&&zc(n,r,d,Gu,s),b===g)break;g=b}g!==null&&d.stopPropagation()}else zc(n,r,d,null,s)}}var Gu=null;function _c(n,r,s,d){if(Gu=null,n=dn(d),n=hi(n),n!==null)if(r=qi(n),r===null)n=null;else if(s=r.tag,s===13){if(n=Ku(r),n!==null)return n;n=null}else if(s===3){if(r.stateNode.current.memoizedState.isDehydrated)return r.tag===3?r.stateNode.containerInfo:null;n=null}else r!==n&&(n=null);return Gu=n,null}function Zd(n){switch(n){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(K0()){case ba:return 1;case bt:return 4;case Ya:case oh:return 16;case Vd:return 536870912;default:return 16}default:return 16}}var Sa=null,qu=null,es=null;function Jd(){if(es)return es;var n,r=qu,s=r.length,d,g="value"in Sa?Sa.value:Sa.textContent,b=g.length;for(n=0;n<s&&r[n]===g[n];n++);var _=s-n;for(d=1;d<=_&&r[s-d]===g[b-d];d++);return es=g.slice(n,1<d?1-d:void 0)}function Ul(n){var r=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&r===13&&(n=13)):n=r,n===10&&(n=13),32<=n||n===13?n:0}function ts(){return!0}function mh(){return!1}function Qr(n){function r(s,d,g,b,_){this._reactName=s,this._targetInst=g,this.type=d,this.nativeEvent=b,this.target=_,this.currentTarget=null;for(var L in n)n.hasOwnProperty(L)&&(s=n[L],this[L]=s?s(b):b[L]);return this.isDefaultPrevented=(b.defaultPrevented!=null?b.defaultPrevented:b.returnValue===!1)?ts:mh,this.isPropagationStopped=mh,this}return j(r.prototype,{preventDefault:function(){this.defaultPrevented=!0;var s=this.nativeEvent;s&&(s.preventDefault?s.preventDefault():typeof s.returnValue!="unknown"&&(s.returnValue=!1),this.isDefaultPrevented=ts)},stopPropagation:function(){var s=this.nativeEvent;s&&(s.stopPropagation?s.stopPropagation():typeof s.cancelBubble!="unknown"&&(s.cancelBubble=!0),this.isPropagationStopped=ts)},persist:function(){},isPersistent:ts}),r}var Xa={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Tc=Qr(Xa),Bl=j({},Xa,{view:0,detail:0}),hh=Qr(Bl),Dc,Gd,ns,In=j({},Bl,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:np,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==ns&&(ns&&n.type==="mousemove"?(Dc=n.screenX-ns.screenX,Gd=n.screenY-ns.screenY):Gd=Dc=0,ns=n),Dc)},movementY:function(n){return"movementY"in n?n.movementY:Gd}}),Rc=Qr(In),gh=j({},In,{dataTransfer:0}),yh=Qr(gh),X0=j({},Bl,{relatedTarget:0}),Za=Qr(X0),qd=j({},Xa,{animationName:0,elapsedTime:0,pseudoElement:0}),bh=Qr(qd),Z0=j({},Xa,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),J0=Qr(Z0),G0=j({},Xa,{data:0}),ep=Qr(G0),tp={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Sh={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},kh={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function xh(n){var r=this.nativeEvent;return r.getModifierState?r.getModifierState(n):(n=kh[n])?!!r[n]:!1}function np(){return xh}var ka=j({},Bl,{key:function(n){if(n.key){var r=tp[n.key]||n.key;if(r!=="Unidentified")return r}return n.type==="keypress"?(n=Ul(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?Sh[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:np,charCode:function(n){return n.type==="keypress"?Ul(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?Ul(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),q0=Qr(ka),rp=j({},In,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Pc=Qr(rp),ip=j({},Bl,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:np}),e1=Qr(ip),Mc=j({},Xa,{propertyName:0,elapsedTime:0,pseudoElement:0}),wh=Qr(Mc),Lr=j({},In,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),xa=Qr(Lr),_n=[9,13,27,32],zi=S&&"CompositionEvent"in window,Bo=null;S&&"documentMode"in document&&(Bo=document.documentMode);var Nc=S&&"TextEvent"in window&&!Bo,Ch=S&&(!zi||Bo&&8<Bo&&11>=Bo),Hl=" ",Eh=!1;function _h(n,r){switch(n){case"keyup":return _n.indexOf(r.keyCode)!==-1;case"keydown":return r.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function $c(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var Il=!1;function t1(n,r){switch(n){case"compositionend":return $c(r);case"keypress":return r.which!==32?null:(Eh=!0,Hl);case"textInput":return n=r.data,n===Hl&&Eh?null:n;default:return null}}function n1(n,r){if(Il)return n==="compositionend"||!zi&&_h(n,r)?(n=Jd(),es=qu=Sa=null,Il=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(r.ctrlKey||r.altKey||r.metaKey)||r.ctrlKey&&r.altKey){if(r.char&&1<r.char.length)return r.char;if(r.which)return String.fromCharCode(r.which)}return null;case"compositionend":return Ch&&r.locale!=="ko"?null:r.data;default:return null}}var Th={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Dh(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r==="input"?!!Th[n.type]:r==="textarea"}function Rh(n,r,s,d){hc(d),r=cs(r,"onChange"),0<r.length&&(s=new Tc("onChange","change",null,s,d),n.push({event:s,listeners:r}))}var rs=null,Vl=null;function jl(n){Fc(n,0)}function Kl(n){var r=Yl(n);if(me(r))return n}function Ph(n,r){if(n==="change")return r}var ap=!1;if(S){var op;if(S){var lp="oninput"in document;if(!lp){var Mh=document.createElement("div");Mh.setAttribute("oninput","return;"),lp=typeof Mh.oninput=="function"}op=lp}else op=!1;ap=op&&(!document.documentMode||9<document.documentMode)}function Nh(){rs&&(rs.detachEvent("onpropertychange",$h),Vl=rs=null)}function $h(n){if(n.propertyName==="value"&&Kl(Vl)){var r=[];Rh(r,Vl,n,dn(n)),Ud(jl,r)}}function r1(n,r,s){n==="focusin"?(Nh(),rs=r,Vl=s,rs.attachEvent("onpropertychange",$h)):n==="focusout"&&Nh()}function i1(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Kl(Vl)}function a1(n,r){if(n==="click")return Kl(r)}function Lh(n,r){if(n==="input"||n==="change")return Kl(r)}function o1(n,r){return n===r&&(n!==0||1/n===1/r)||n!==n&&r!==r}var mi=typeof Object.is=="function"?Object.is:o1;function is(n,r){if(mi(n,r))return!0;if(typeof n!="object"||n===null||typeof r!="object"||r===null)return!1;var s=Object.keys(n),d=Object.keys(r);if(s.length!==d.length)return!1;for(d=0;d<s.length;d++){var g=s[d];if(!w.call(r,g)||!mi(n[g],r[g]))return!1}return!0}function Oh(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function Ah(n,r){var s=Oh(n);n=0;for(var d;s;){if(s.nodeType===3){if(d=n+s.textContent.length,n<=r&&d>=r)return{node:s,offset:r-n};n=d}e:{for(;s;){if(s.nextSibling){s=s.nextSibling;break e}s=s.parentNode}s=void 0}s=Oh(s)}}function Fh(n,r){return n&&r?n===r?!0:n&&n.nodeType===3?!1:r&&r.nodeType===3?Fh(n,r.parentNode):"contains"in n?n.contains(r):n.compareDocumentPosition?!!(n.compareDocumentPosition(r)&16):!1:!1}function Lc(){for(var n=window,r=gt();r instanceof n.HTMLIFrameElement;){try{var s=typeof r.contentWindow.location.href=="string"}catch{s=!1}if(s)n=r.contentWindow;else break;r=gt(n.document)}return r}function wa(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r&&(r==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||r==="textarea"||n.contentEditable==="true")}function Oc(n){var r=Lc(),s=n.focusedElem,d=n.selectionRange;if(r!==s&&s&&s.ownerDocument&&Fh(s.ownerDocument.documentElement,s)){if(d!==null&&wa(s)){if(r=d.start,n=d.end,n===void 0&&(n=r),"selectionStart"in s)s.selectionStart=r,s.selectionEnd=Math.min(n,s.value.length);else if(n=(r=s.ownerDocument||document)&&r.defaultView||window,n.getSelection){n=n.getSelection();var g=s.textContent.length,b=Math.min(d.start,g);d=d.end===void 0?b:Math.min(d.end,g),!n.extend&&b>d&&(g=d,d=b,b=g),g=Ah(s,b);var _=Ah(s,d);g&&_&&(n.rangeCount!==1||n.anchorNode!==g.node||n.anchorOffset!==g.offset||n.focusNode!==_.node||n.focusOffset!==_.offset)&&(r=r.createRange(),r.setStart(g.node,g.offset),n.removeAllRanges(),b>d?(n.addRange(r),n.extend(_.node,_.offset)):(r.setEnd(_.node,_.offset),n.addRange(r)))}}for(r=[],n=s;n=n.parentNode;)n.nodeType===1&&r.push({element:n,left:n.scrollLeft,top:n.scrollTop});for(typeof s.focus=="function"&&s.focus(),s=0;s<r.length;s++)n=r[s],n.element.scrollLeft=n.left,n.element.scrollTop=n.top}}var zh=S&&"documentMode"in document&&11>=document.documentMode,Ui=null,up=null,as=null,sp=!1;function Uh(n,r,s){var d=s.window===s?s.document:s.nodeType===9?s:s.ownerDocument;sp||Ui==null||Ui!==gt(d)||(d=Ui,"selectionStart"in d&&wa(d)?d={start:d.selectionStart,end:d.selectionEnd}:(d=(d.ownerDocument&&d.ownerDocument.defaultView||window).getSelection(),d={anchorNode:d.anchorNode,anchorOffset:d.anchorOffset,focusNode:d.focusNode,focusOffset:d.focusOffset}),as&&is(as,d)||(as=d,d=cs(up,"onSelect"),0<d.length&&(r=new Tc("onSelect","select",null,r,s),n.push({event:r,listeners:d}),r.target=Ui)))}function Ac(n,r){var s={};return s[n.toLowerCase()]=r.toLowerCase(),s["Webkit"+n]="webkit"+r,s["Moz"+n]="moz"+r,s}var Ho={animationend:Ac("Animation","AnimationEnd"),animationiteration:Ac("Animation","AnimationIteration"),animationstart:Ac("Animation","AnimationStart"),transitionend:Ac("Transition","TransitionEnd")},cp={},fp={};S&&(fp=document.createElement("div").style,"AnimationEvent"in window||(delete Ho.animationend.animation,delete Ho.animationiteration.animation,delete Ho.animationstart.animation),"TransitionEvent"in window||delete Ho.transitionend.transition);function Vn(n){if(cp[n])return cp[n];if(!Ho[n])return n;var r=Ho[n],s;for(s in r)if(r.hasOwnProperty(s)&&s in fp)return cp[n]=r[s];return n}var dp=Vn("animationend"),Bh=Vn("animationiteration"),Hh=Vn("animationstart"),Ih=Vn("transitionend"),Vh=new Map,jh="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Ca(n,r){Vh.set(n,r),h(r,[n])}for(var os=0;os<jh.length;os++){var Io=jh[os],l1=Io.toLowerCase(),ls=Io[0].toUpperCase()+Io.slice(1);Ca(l1,"on"+ls)}Ca(dp,"onAnimationEnd"),Ca(Bh,"onAnimationIteration"),Ca(Hh,"onAnimationStart"),Ca("dblclick","onDoubleClick"),Ca("focusin","onFocus"),Ca("focusout","onBlur"),Ca(Ih,"onTransitionEnd"),m("onMouseEnter",["mouseout","mouseover"]),m("onMouseLeave",["mouseout","mouseover"]),m("onPointerEnter",["pointerout","pointerover"]),m("onPointerLeave",["pointerout","pointerover"]),h("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),h("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),h("onBeforeInput",["compositionend","keypress","textInput","paste"]),h("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),h("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),h("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var us="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),u1=new Set("cancel close invalid load scroll toggle".split(" ").concat(us));function Kh(n,r,s){var d=n.type||"unknown-event";n.currentTarget=s,Ll(d,r,void 0,n),n.currentTarget=null}function Fc(n,r){r=(r&4)!==0;for(var s=0;s<n.length;s++){var d=n[s],g=d.event;d=d.listeners;e:{var b=void 0;if(r)for(var _=d.length-1;0<=_;_--){var L=d[_],U=L.instance,re=L.currentTarget;if(L=L.listener,U!==b&&g.isPropagationStopped())break e;Kh(g,L,re),b=U}else for(_=0;_<d.length;_++){if(L=d[_],U=L.instance,re=L.currentTarget,L=L.listener,U!==b&&g.isPropagationStopped())break e;Kh(g,L,re),b=U}}}if($l)throw n=ju,$l=!1,ju=null,n}function Yt(n,r){var s=r[bp];s===void 0&&(s=r[bp]=new Set);var d=n+"__bubble";s.has(d)||(Wh(r,n,2,!1),s.add(d))}function Ja(n,r,s){var d=0;r&&(d|=4),Wh(s,n,d,r)}var Ea="_reactListening"+Math.random().toString(36).slice(2);function Wl(n){if(!n[Ea]){n[Ea]=!0,f.forEach(function(s){s!=="selectionchange"&&(u1.has(s)||Ja(s,!1,n),Ja(s,!0,n))});var r=n.nodeType===9?n:n.ownerDocument;r===null||r[Ea]||(r[Ea]=!0,Ja("selectionchange",!1,r))}}function Wh(n,r,s,d){switch(Zd(r)){case 1:var g=vh;break;case 4:g=Cc;break;default:g=Ec}s=g.bind(null,r,s,n),g=void 0,!bc||r!=="touchstart"&&r!=="touchmove"&&r!=="wheel"||(g=!0),d?g!==void 0?n.addEventListener(r,s,{capture:!0,passive:g}):n.addEventListener(r,s,!0):g!==void 0?n.addEventListener(r,s,{passive:g}):n.addEventListener(r,s,!1)}function zc(n,r,s,d,g){var b=d;if(!(r&1)&&!(r&2)&&d!==null)e:for(;;){if(d===null)return;var _=d.tag;if(_===3||_===4){var L=d.stateNode.containerInfo;if(L===g||L.nodeType===8&&L.parentNode===g)break;if(_===4)for(_=d.return;_!==null;){var U=_.tag;if((U===3||U===4)&&(U=_.stateNode.containerInfo,U===g||U.nodeType===8&&U.parentNode===g))return;_=_.return}for(;L!==null;){if(_=hi(L),_===null)return;if(U=_.tag,U===5||U===6){d=b=_;continue e}L=L.parentNode}}d=d.return}Ud(function(){var re=b,ke=dn(s),xe=[];e:{var Se=Vh.get(n);if(Se!==void 0){var Ae=Tc,Ie=n;switch(n){case"keypress":if(Ul(s)===0)break e;case"keydown":case"keyup":Ae=q0;break;case"focusin":Ie="focus",Ae=Za;break;case"focusout":Ie="blur",Ae=Za;break;case"beforeblur":case"afterblur":Ae=Za;break;case"click":if(s.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":Ae=Rc;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Ae=yh;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Ae=e1;break;case dp:case Bh:case Hh:Ae=bh;break;case Ih:Ae=wh;break;case"scroll":Ae=hh;break;case"wheel":Ae=xa;break;case"copy":case"cut":case"paste":Ae=J0;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Ae=Pc}var Ke=(r&4)!==0,kn=!Ke&&n==="scroll",Y=Ke?Se!==null?Se+"Capture":null:Se;Ke=[];for(var H=re,q;H!==null;){q=H;var Te=q.stateNode;if(q.tag===5&&Te!==null&&(q=Te,Y!==null&&(Te=Vu(H,Y),Te!=null&&Ke.push(ss(H,Te,q)))),kn)break;H=H.return}0<Ke.length&&(Se=new Ae(Se,Ie,null,s,ke),xe.push({event:Se,listeners:Ke}))}}if(!(r&7)){e:{if(Se=n==="mouseover"||n==="pointerover",Ae=n==="mouseout"||n==="pointerout",Se&&s!==fi&&(Ie=s.relatedTarget||s.fromElement)&&(hi(Ie)||Ie[_a]))break e;if((Ae||Se)&&(Se=ke.window===ke?ke:(Se=ke.ownerDocument)?Se.defaultView||Se.parentWindow:window,Ae?(Ie=s.relatedTarget||s.toElement,Ae=re,Ie=Ie?hi(Ie):null,Ie!==null&&(kn=qi(Ie),Ie!==kn||Ie.tag!==5&&Ie.tag!==6)&&(Ie=null)):(Ae=null,Ie=re),Ae!==Ie)){if(Ke=Rc,Te="onMouseLeave",Y="onMouseEnter",H="mouse",(n==="pointerout"||n==="pointerover")&&(Ke=Pc,Te="onPointerLeave",Y="onPointerEnter",H="pointer"),kn=Ae==null?Se:Yl(Ae),q=Ie==null?Se:Yl(Ie),Se=new Ke(Te,H+"leave",Ae,s,ke),Se.target=kn,Se.relatedTarget=q,Te=null,hi(ke)===re&&(Ke=new Ke(Y,H+"enter",Ie,s,ke),Ke.target=q,Ke.relatedTarget=kn,Te=Ke),kn=Te,Ae&&Ie)t:{for(Ke=Ae,Y=Ie,H=0,q=Ke;q;q=Vo(q))H++;for(q=0,Te=Y;Te;Te=Vo(Te))q++;for(;0<H-q;)Ke=Vo(Ke),H--;for(;0<q-H;)Y=Vo(Y),q--;for(;H--;){if(Ke===Y||Y!==null&&Ke===Y.alternate)break t;Ke=Vo(Ke),Y=Vo(Y)}Ke=null}else Ke=null;Ae!==null&&pp(xe,Se,Ae,Ke,!1),Ie!==null&&kn!==null&&pp(xe,kn,Ie,Ke,!0)}}e:{if(Se=re?Yl(re):window,Ae=Se.nodeName&&Se.nodeName.toLowerCase(),Ae==="select"||Ae==="input"&&Se.type==="file")var We=Ph;else if(Dh(Se))if(ap)We=Lh;else{We=i1;var Ve=r1}else(Ae=Se.nodeName)&&Ae.toLowerCase()==="input"&&(Se.type==="checkbox"||Se.type==="radio")&&(We=a1);if(We&&(We=We(n,re))){Rh(xe,We,s,ke);break e}Ve&&Ve(n,Se,re),n==="focusout"&&(Ve=Se._wrapperState)&&Ve.controlled&&Se.type==="number"&&yr(Se,"number",Se.value)}switch(Ve=re?Yl(re):window,n){case"focusin":(Dh(Ve)||Ve.contentEditable==="true")&&(Ui=Ve,up=re,as=null);break;case"focusout":as=up=Ui=null;break;case"mousedown":sp=!0;break;case"contextmenu":case"mouseup":case"dragend":sp=!1,Uh(xe,s,ke);break;case"selectionchange":if(zh)break;case"keydown":case"keyup":Uh(xe,s,ke)}var qe;if(zi)e:{switch(n){case"compositionstart":var ct="onCompositionStart";break e;case"compositionend":ct="onCompositionEnd";break e;case"compositionupdate":ct="onCompositionUpdate";break e}ct=void 0}else Il?_h(n,s)&&(ct="onCompositionEnd"):n==="keydown"&&s.keyCode===229&&(ct="onCompositionStart");ct&&(Ch&&s.locale!=="ko"&&(Il||ct!=="onCompositionStart"?ct==="onCompositionEnd"&&Il&&(qe=Jd()):(Sa=ke,qu="value"in Sa?Sa.value:Sa.textContent,Il=!0)),Ve=cs(re,ct),0<Ve.length&&(ct=new ep(ct,n,null,s,ke),xe.push({event:ct,listeners:Ve}),qe?ct.data=qe:(qe=$c(s),qe!==null&&(ct.data=qe)))),(qe=Nc?t1(n,s):n1(n,s))&&(re=cs(re,"onBeforeInput"),0<re.length&&(ke=new ep("onBeforeInput","beforeinput",null,s,ke),xe.push({event:ke,listeners:re}),ke.data=qe))}Fc(xe,r)})}function ss(n,r,s){return{instance:n,listener:r,currentTarget:s}}function cs(n,r){for(var s=r+"Capture",d=[];n!==null;){var g=n,b=g.stateNode;g.tag===5&&b!==null&&(g=b,b=Vu(n,s),b!=null&&d.unshift(ss(n,b,g)),b=Vu(n,r),b!=null&&d.push(ss(n,b,g))),n=n.return}return d}function Vo(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5);return n||null}function pp(n,r,s,d,g){for(var b=r._reactName,_=[];s!==null&&s!==d;){var L=s,U=L.alternate,re=L.stateNode;if(U!==null&&U===d)break;L.tag===5&&re!==null&&(L=re,g?(U=Vu(s,b),U!=null&&_.unshift(ss(s,U,L))):g||(U=Vu(s,b),U!=null&&_.push(ss(s,U,L)))),s=s.return}_.length!==0&&n.push({event:r,listeners:_})}var vp=/\r\n?/g,s1=/\u0000|\uFFFD/g;function mp(n){return(typeof n=="string"?n:""+n).replace(vp,`
31
+ `).replace(s1,"")}function Uc(n,r,s){if(r=mp(r),mp(n)!==r&&s)throw Error(l(425))}function Bc(){}var hp=null,jo=null;function fs(n,r){return n==="textarea"||n==="noscript"||typeof r.children=="string"||typeof r.children=="number"||typeof r.dangerouslySetInnerHTML=="object"&&r.dangerouslySetInnerHTML!==null&&r.dangerouslySetInnerHTML.__html!=null}var Ko=typeof setTimeout=="function"?setTimeout:void 0,Yh=typeof clearTimeout=="function"?clearTimeout:void 0,gp=typeof Promise=="function"?Promise:void 0,yp=typeof queueMicrotask=="function"?queueMicrotask:typeof gp<"u"?function(n){return gp.resolve(null).then(n).catch(c1)}:Ko;function c1(n){setTimeout(function(){throw n})}function Ga(n,r){var s=r,d=0;do{var g=s.nextSibling;if(n.removeChild(s),g&&g.nodeType===8)if(s=g.data,s==="/$"){if(d===0){n.removeChild(g),Ju(r);return}d--}else s!=="$"&&s!=="$?"&&s!=="$!"||d++;s=g}while(s);Ju(r)}function Bi(n){for(;n!=null;n=n.nextSibling){var r=n.nodeType;if(r===1||r===3)break;if(r===8){if(r=n.data,r==="$"||r==="$!"||r==="$?")break;if(r==="/$")return null}}return n}function ds(n){n=n.previousSibling;for(var r=0;n;){if(n.nodeType===8){var s=n.data;if(s==="$"||s==="$!"||s==="$?"){if(r===0)return n;r--}else s==="/$"&&r++}n=n.previousSibling}return null}var qa=Math.random().toString(36).slice(2),ea="__reactFiber$"+qa,Wo="__reactProps$"+qa,_a="__reactContainer$"+qa,bp="__reactEvents$"+qa,f1="__reactListeners$"+qa,Sp="__reactHandles$"+qa;function hi(n){var r=n[ea];if(r)return r;for(var s=n.parentNode;s;){if(r=s[_a]||s[ea]){if(s=r.alternate,r.child!==null||s!==null&&s.child!==null)for(n=ds(n);n!==null;){if(s=n[ea])return s;n=ds(n)}return r}n=s,s=n.parentNode}return null}function ps(n){return n=n[ea]||n[_a],!n||n.tag!==5&&n.tag!==6&&n.tag!==13&&n.tag!==3?null:n}function Yl(n){if(n.tag===5||n.tag===6)return n.stateNode;throw Error(l(33))}function tt(n){return n[Wo]||null}var eo=[],Zt=-1;function vt(n){return{current:n}}function Mt(n){0>Zt||(n.current=eo[Zt],eo[Zt]=null,Zt--)}function $t(n,r){Zt++,eo[Zt]=n.current,n.current=r}var ta={},st=vt(ta),mn=vt(!1),Or=ta;function gi(n,r){var s=n.type.contextTypes;if(!s)return ta;var d=n.stateNode;if(d&&d.__reactInternalMemoizedUnmaskedChildContext===r)return d.__reactInternalMemoizedMaskedChildContext;var g={},b;for(b in s)g[b]=r[b];return d&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=r,n.__reactInternalMemoizedMaskedChildContext=g),g}function rn(n){return n=n.childContextTypes,n!=null}function yi(){Mt(mn),Mt(st)}function to(n,r,s){if(st.current!==ta)throw Error(l(168));$t(st,r),$t(mn,s)}function vs(n,r,s){var d=n.stateNode;if(r=r.childContextTypes,typeof d.getChildContext!="function")return s;d=d.getChildContext();for(var g in d)if(!(g in r))throw Error(l(108,Le(n)||"Unknown",g));return j({},s,d)}function Hc(n){return n=(n=n.stateNode)&&n.__reactInternalMemoizedMergedChildContext||ta,Or=st.current,$t(st,n),$t(mn,mn.current),!0}function Qh(n,r,s){var d=n.stateNode;if(!d)throw Error(l(169));s?(n=vs(n,r,Or),d.__reactInternalMemoizedMergedChildContext=n,Mt(mn),Mt(st),$t(st,n)):Mt(mn),$t(mn,s)}var Xr=null,jn=!1,ms=!1;function kp(n){Xr===null?Xr=[n]:Xr.push(n)}function xp(n){jn=!0,kp(n)}function Ar(){if(!ms&&Xr!==null){ms=!0;var n=0,r=At;try{var s=Xr;for(At=1;n<s.length;n++){var d=s[n];do d=d(!0);while(d!==null)}Xr=null,jn=!1}catch(g){throw Xr!==null&&(Xr=Xr.slice(n+1)),Id(ba,Ar),g}finally{At=r,ms=!1}}return null}var no=[],Fr=0,Yo=null,Ql=0,zr=[],sr=0,bi=null,Zn=1,Ta="";function Zr(n,r){no[Fr++]=Ql,no[Fr++]=Yo,Yo=n,Ql=r}function wp(n,r,s){zr[sr++]=Zn,zr[sr++]=Ta,zr[sr++]=bi,bi=n;var d=Zn;n=Ta;var g=32-di(d)-1;d&=~(1<<g),s+=1;var b=32-di(r)+g;if(30<b){var _=g-g%5;b=(d&(1<<_)-1).toString(32),d>>=_,g-=_,Zn=1<<32-di(r)+g|s<<g|d,Ta=b+n}else Zn=1<<b|s<<g|d,Ta=n}function Ic(n){n.return!==null&&(Zr(n,1),wp(n,1,0))}function Cp(n){for(;n===Yo;)Yo=no[--Fr],no[Fr]=null,Ql=no[--Fr],no[Fr]=null;for(;n===bi;)bi=zr[--sr],zr[sr]=null,Ta=zr[--sr],zr[sr]=null,Zn=zr[--sr],zr[sr]=null}var Jr=null,Ur=null,Jt=!1,Si=null;function Ep(n,r){var s=_i(5,null,null,0);s.elementType="DELETED",s.stateNode=r,s.return=n,r=n.deletions,r===null?(n.deletions=[s],n.flags|=16):r.push(s)}function Xh(n,r){switch(n.tag){case 5:var s=n.type;return r=r.nodeType!==1||s.toLowerCase()!==r.nodeName.toLowerCase()?null:r,r!==null?(n.stateNode=r,Jr=n,Ur=Bi(r.firstChild),!0):!1;case 6:return r=n.pendingProps===""||r.nodeType!==3?null:r,r!==null?(n.stateNode=r,Jr=n,Ur=null,!0):!1;case 13:return r=r.nodeType!==8?null:r,r!==null?(s=bi!==null?{id:Zn,overflow:Ta}:null,n.memoizedState={dehydrated:r,treeContext:s,retryLane:1073741824},s=_i(18,null,null,0),s.stateNode=r,s.return=n,n.child=s,Jr=n,Ur=null,!0):!1;default:return!1}}function Vc(n){return(n.mode&1)!==0&&(n.flags&128)===0}function jc(n){if(Jt){var r=Ur;if(r){var s=r;if(!Xh(n,r)){if(Vc(n))throw Error(l(418));r=Bi(s.nextSibling);var d=Jr;r&&Xh(n,r)?Ep(d,s):(n.flags=n.flags&-4097|2,Jt=!1,Jr=n)}}else{if(Vc(n))throw Error(l(418));n.flags=n.flags&-4097|2,Jt=!1,Jr=n}}}function Zh(n){for(n=n.return;n!==null&&n.tag!==5&&n.tag!==3&&n.tag!==13;)n=n.return;Jr=n}function Kc(n){if(n!==Jr)return!1;if(!Jt)return Zh(n),Jt=!0,!1;var r;if((r=n.tag!==3)&&!(r=n.tag!==5)&&(r=n.type,r=r!=="head"&&r!=="body"&&!fs(n.type,n.memoizedProps)),r&&(r=Ur)){if(Vc(n))throw Jh(),Error(l(418));for(;r;)Ep(n,r),r=Bi(r.nextSibling)}if(Zh(n),n.tag===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(l(317));e:{for(n=n.nextSibling,r=0;n;){if(n.nodeType===8){var s=n.data;if(s==="/$"){if(r===0){Ur=Bi(n.nextSibling);break e}r--}else s!=="$"&&s!=="$!"&&s!=="$?"||r++}n=n.nextSibling}Ur=null}}else Ur=Jr?Bi(n.stateNode.nextSibling):null;return!0}function Jh(){for(var n=Ur;n;)n=Bi(n.nextSibling)}function ln(){Ur=Jr=null,Jt=!1}function _p(n){Si===null?Si=[n]:Si.push(n)}var Wc=ie.ReactCurrentBatchConfig;function Gr(n,r){if(n&&n.defaultProps){r=j({},r),n=n.defaultProps;for(var s in n)r[s]===void 0&&(r[s]=n[s]);return r}return r}var na=vt(null),Yc=null,ro=null,Tp=null;function Dp(){Tp=ro=Yc=null}function io(n){var r=na.current;Mt(na),n._currentValue=r}function Kn(n,r,s){for(;n!==null;){var d=n.alternate;if((n.childLanes&r)!==r?(n.childLanes|=r,d!==null&&(d.childLanes|=r)):d!==null&&(d.childLanes&r)!==r&&(d.childLanes|=r),n===s)break;n=n.return}}function Ne(n,r){Yc=n,Tp=ro=null,n=n.dependencies,n!==null&&n.firstContext!==null&&(n.lanes&r&&(Tn=!0),n.firstContext=null)}function Sn(n){var r=n._currentValue;if(Tp!==n)if(n={context:n,memoizedValue:r,next:null},ro===null){if(Yc===null)throw Error(l(308));ro=n,Yc.dependencies={lanes:0,firstContext:n}}else ro=ro.next=n;return r}var Jn=null;function Rp(n){Jn===null?Jn=[n]:Jn.push(n)}function Gh(n,r,s,d){var g=r.interleaved;return g===null?(s.next=s,Rp(r)):(s.next=g.next,g.next=s),r.interleaved=s,Da(n,d)}function Da(n,r){n.lanes|=r;var s=n.alternate;for(s!==null&&(s.lanes|=r),s=n,n=n.return;n!==null;)n.childLanes|=r,s=n.alternate,s!==null&&(s.childLanes|=r),s=n,n=n.return;return s.tag===3?s.stateNode:null}var ao=!1;function Pp(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function $n(n,r){n=n.updateQueue,r.updateQueue===n&&(r.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,effects:n.effects})}function Ra(n,r){return{eventTime:n,lane:r,tag:0,payload:null,callback:null,next:null}}function oo(n,r,s){var d=n.updateQueue;if(d===null)return null;if(d=d.shared,St&2){var g=d.pending;return g===null?r.next=r:(r.next=g.next,g.next=r),d.pending=r,Da(n,s)}return g=d.interleaved,g===null?(r.next=r,Rp(d)):(r.next=g.next,g.next=r),d.interleaved=r,Da(n,s)}function Qc(n,r,s){if(r=r.updateQueue,r!==null&&(r=r.shared,(s&4194240)!==0)){var d=r.lanes;d&=n.pendingLanes,s|=d,r.lanes=s,Yu(n,s)}}function Mp(n,r){var s=n.updateQueue,d=n.alternate;if(d!==null&&(d=d.updateQueue,s===d)){var g=null,b=null;if(s=s.firstBaseUpdate,s!==null){do{var _={eventTime:s.eventTime,lane:s.lane,tag:s.tag,payload:s.payload,callback:s.callback,next:null};b===null?g=b=_:b=b.next=_,s=s.next}while(s!==null);b===null?g=b=r:b=b.next=r}else g=b=r;s={baseState:d.baseState,firstBaseUpdate:g,lastBaseUpdate:b,shared:d.shared,effects:d.effects},n.updateQueue=s;return}n=s.lastBaseUpdate,n===null?s.firstBaseUpdate=r:n.next=r,s.lastBaseUpdate=r}function lo(n,r,s,d){var g=n.updateQueue;ao=!1;var b=g.firstBaseUpdate,_=g.lastBaseUpdate,L=g.shared.pending;if(L!==null){g.shared.pending=null;var U=L,re=U.next;U.next=null,_===null?b=re:_.next=re,_=U;var ke=n.alternate;ke!==null&&(ke=ke.updateQueue,L=ke.lastBaseUpdate,L!==_&&(L===null?ke.firstBaseUpdate=re:L.next=re,ke.lastBaseUpdate=U))}if(b!==null){var xe=g.baseState;_=0,ke=re=U=null,L=b;do{var Se=L.lane,Ae=L.eventTime;if((d&Se)===Se){ke!==null&&(ke=ke.next={eventTime:Ae,lane:0,tag:L.tag,payload:L.payload,callback:L.callback,next:null});e:{var Ie=n,Ke=L;switch(Se=r,Ae=s,Ke.tag){case 1:if(Ie=Ke.payload,typeof Ie=="function"){xe=Ie.call(Ae,xe,Se);break e}xe=Ie;break e;case 3:Ie.flags=Ie.flags&-65537|128;case 0:if(Ie=Ke.payload,Se=typeof Ie=="function"?Ie.call(Ae,xe,Se):Ie,Se==null)break e;xe=j({},xe,Se);break e;case 2:ao=!0}}L.callback!==null&&L.lane!==0&&(n.flags|=64,Se=g.effects,Se===null?g.effects=[L]:Se.push(L))}else Ae={eventTime:Ae,lane:Se,tag:L.tag,payload:L.payload,callback:L.callback,next:null},ke===null?(re=ke=Ae,U=xe):ke=ke.next=Ae,_|=Se;if(L=L.next,L===null){if(L=g.shared.pending,L===null)break;Se=L,L=Se.next,Se.next=null,g.lastBaseUpdate=Se,g.shared.pending=null}}while(!0);if(ke===null&&(U=xe),g.baseState=U,g.firstBaseUpdate=re,g.lastBaseUpdate=ke,r=g.shared.interleaved,r!==null){g=r;do _|=g.lane,g=g.next;while(g!==r)}else b===null&&(g.shared.lanes=0);$a|=_,n.lanes=_,n.memoizedState=xe}}function Qo(n,r,s){if(n=r.effects,r.effects=null,n!==null)for(r=0;r<n.length;r++){var d=n[r],g=d.callback;if(g!==null){if(d.callback=null,d=s,typeof g!="function")throw Error(l(191,g));g.call(d)}}}var qh=new o.Component().refs;function Np(n,r,s,d){r=n.memoizedState,s=s(d,r),s=s==null?r:j({},r,s),n.memoizedState=s,n.lanes===0&&(n.updateQueue.baseState=s)}var Xc={isMounted:function(n){return(n=n._reactInternals)?qi(n)===n:!1},enqueueSetState:function(n,r,s){n=n._reactInternals;var d=pr(),g=Dn(n),b=Ra(d,g);b.payload=r,s!=null&&(b.callback=s),r=oo(n,b,g),r!==null&&(vr(r,n,g,d),Qc(r,n,g))},enqueueReplaceState:function(n,r,s){n=n._reactInternals;var d=pr(),g=Dn(n),b=Ra(d,g);b.tag=1,b.payload=r,s!=null&&(b.callback=s),r=oo(n,b,g),r!==null&&(vr(r,n,g,d),Qc(r,n,g))},enqueueForceUpdate:function(n,r){n=n._reactInternals;var s=pr(),d=Dn(n),g=Ra(s,d);g.tag=2,r!=null&&(g.callback=r),r=oo(n,g,d),r!==null&&(vr(r,n,d,s),Qc(r,n,d))}};function eg(n,r,s,d,g,b,_){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(d,b,_):r.prototype&&r.prototype.isPureReactComponent?!is(s,d)||!is(g,b):!0}function tg(n,r,s){var d=!1,g=ta,b=r.contextType;return typeof b=="object"&&b!==null?b=Sn(b):(g=rn(r)?Or:st.current,d=r.contextTypes,b=(d=d!=null)?gi(n,g):ta),r=new r(s,b),n.memoizedState=r.state!==null&&r.state!==void 0?r.state:null,r.updater=Xc,n.stateNode=r,r._reactInternals=n,d&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=g,n.__reactInternalMemoizedMaskedChildContext=b),r}function ng(n,r,s,d){n=r.state,typeof r.componentWillReceiveProps=="function"&&r.componentWillReceiveProps(s,d),typeof r.UNSAFE_componentWillReceiveProps=="function"&&r.UNSAFE_componentWillReceiveProps(s,d),r.state!==n&&Xc.enqueueReplaceState(r,r.state,null)}function Zc(n,r,s,d){var g=n.stateNode;g.props=s,g.state=n.memoizedState,g.refs=qh,Pp(n);var b=r.contextType;typeof b=="object"&&b!==null?g.context=Sn(b):(b=rn(r)?Or:st.current,g.context=gi(n,b)),g.state=n.memoizedState,b=r.getDerivedStateFromProps,typeof b=="function"&&(Np(n,r,b,s),g.state=n.memoizedState),typeof r.getDerivedStateFromProps=="function"||typeof g.getSnapshotBeforeUpdate=="function"||typeof g.UNSAFE_componentWillMount!="function"&&typeof g.componentWillMount!="function"||(r=g.state,typeof g.componentWillMount=="function"&&g.componentWillMount(),typeof g.UNSAFE_componentWillMount=="function"&&g.UNSAFE_componentWillMount(),r!==g.state&&Xc.enqueueReplaceState(g,g.state,null),lo(n,s,g,d),g.state=n.memoizedState),typeof g.componentDidMount=="function"&&(n.flags|=4194308)}function Xl(n,r,s){if(n=s.ref,n!==null&&typeof n!="function"&&typeof n!="object"){if(s._owner){if(s=s._owner,s){if(s.tag!==1)throw Error(l(309));var d=s.stateNode}if(!d)throw Error(l(147,n));var g=d,b=""+n;return r!==null&&r.ref!==null&&typeof r.ref=="function"&&r.ref._stringRef===b?r.ref:(r=function(_){var L=g.refs;L===qh&&(L=g.refs={}),_===null?delete L[b]:L[b]=_},r._stringRef=b,r)}if(typeof n!="string")throw Error(l(284));if(!s._owner)throw Error(l(290,n))}return n}function Jc(n,r){throw n=Object.prototype.toString.call(r),Error(l(31,n==="[object Object]"?"object with keys {"+Object.keys(r).join(", ")+"}":n))}function rg(n){var r=n._init;return r(n._payload)}function ig(n){function r(Y,H){if(n){var q=Y.deletions;q===null?(Y.deletions=[H],Y.flags|=16):q.push(H)}}function s(Y,H){if(!n)return null;for(;H!==null;)r(Y,H),H=H.sibling;return null}function d(Y,H){for(Y=new Map;H!==null;)H.key!==null?Y.set(H.key,H):Y.set(H.index,H),H=H.sibling;return Y}function g(Y,H){return Y=ho(Y,H),Y.index=0,Y.sibling=null,Y}function b(Y,H,q){return Y.index=q,n?(q=Y.alternate,q!==null?(q=q.index,q<H?(Y.flags|=2,H):q):(Y.flags|=2,H)):(Y.flags|=1048576,H)}function _(Y){return n&&Y.alternate===null&&(Y.flags|=2),Y}function L(Y,H,q,Te){return H===null||H.tag!==6?(H=Ls(q,Y.mode,Te),H.return=Y,H):(H=g(H,q),H.return=Y,H)}function U(Y,H,q,Te){var We=q.type;return We===be?ke(Y,H,q.props.children,Te,q.key):H!==null&&(H.elementType===We||typeof We=="object"&&We!==null&&We.$$typeof===Xe&&rg(We)===H.type)?(Te=g(H,q.props),Te.ref=Xl(Y,H,q),Te.return=Y,Te):(Te=Pf(q.type,q.key,q.props,null,Y.mode,Te),Te.ref=Xl(Y,H,q),Te.return=Y,Te)}function re(Y,H,q,Te){return H===null||H.tag!==4||H.stateNode.containerInfo!==q.containerInfo||H.stateNode.implementation!==q.implementation?(H=pl(q,Y.mode,Te),H.return=Y,H):(H=g(H,q.children||[]),H.return=Y,H)}function ke(Y,H,q,Te,We){return H===null||H.tag!==7?(H=dl(q,Y.mode,Te,We),H.return=Y,H):(H=g(H,q),H.return=Y,H)}function xe(Y,H,q){if(typeof H=="string"&&H!==""||typeof H=="number")return H=Ls(""+H,Y.mode,q),H.return=Y,H;if(typeof H=="object"&&H!==null){switch(H.$$typeof){case F:return q=Pf(H.type,H.key,H.props,null,Y.mode,q),q.ref=Xl(Y,null,H),q.return=Y,q;case ve:return H=pl(H,Y.mode,q),H.return=Y,H;case Xe:var Te=H._init;return xe(Y,Te(H._payload),q)}if(jt(H)||G(H))return H=dl(H,Y.mode,q,null),H.return=Y,H;Jc(Y,H)}return null}function Se(Y,H,q,Te){var We=H!==null?H.key:null;if(typeof q=="string"&&q!==""||typeof q=="number")return We!==null?null:L(Y,H,""+q,Te);if(typeof q=="object"&&q!==null){switch(q.$$typeof){case F:return q.key===We?U(Y,H,q,Te):null;case ve:return q.key===We?re(Y,H,q,Te):null;case Xe:return We=q._init,Se(Y,H,We(q._payload),Te)}if(jt(q)||G(q))return We!==null?null:ke(Y,H,q,Te,null);Jc(Y,q)}return null}function Ae(Y,H,q,Te,We){if(typeof Te=="string"&&Te!==""||typeof Te=="number")return Y=Y.get(q)||null,L(H,Y,""+Te,We);if(typeof Te=="object"&&Te!==null){switch(Te.$$typeof){case F:return Y=Y.get(Te.key===null?q:Te.key)||null,U(H,Y,Te,We);case ve:return Y=Y.get(Te.key===null?q:Te.key)||null,re(H,Y,Te,We);case Xe:var Ve=Te._init;return Ae(Y,H,q,Ve(Te._payload),We)}if(jt(Te)||G(Te))return Y=Y.get(q)||null,ke(H,Y,Te,We,null);Jc(H,Te)}return null}function Ie(Y,H,q,Te){for(var We=null,Ve=null,qe=H,ct=H=0,Qn=null;qe!==null&&ct<q.length;ct++){qe.index>ct?(Qn=qe,qe=null):Qn=qe.sibling;var Tt=Se(Y,qe,q[ct],Te);if(Tt===null){qe===null&&(qe=Qn);break}n&&qe&&Tt.alternate===null&&r(Y,qe),H=b(Tt,H,ct),Ve===null?We=Tt:Ve.sibling=Tt,Ve=Tt,qe=Qn}if(ct===q.length)return s(Y,qe),Jt&&Zr(Y,ct),We;if(qe===null){for(;ct<q.length;ct++)qe=xe(Y,q[ct],Te),qe!==null&&(H=b(qe,H,ct),Ve===null?We=qe:Ve.sibling=qe,Ve=qe);return Jt&&Zr(Y,ct),We}for(qe=d(Y,qe);ct<q.length;ct++)Qn=Ae(qe,Y,ct,q[ct],Te),Qn!==null&&(n&&Qn.alternate!==null&&qe.delete(Qn.key===null?ct:Qn.key),H=b(Qn,H,ct),Ve===null?We=Qn:Ve.sibling=Qn,Ve=Qn);return n&&qe.forEach(function(go){return r(Y,go)}),Jt&&Zr(Y,ct),We}function Ke(Y,H,q,Te){var We=G(q);if(typeof We!="function")throw Error(l(150));if(q=We.call(q),q==null)throw Error(l(151));for(var Ve=We=null,qe=H,ct=H=0,Qn=null,Tt=q.next();qe!==null&&!Tt.done;ct++,Tt=q.next()){qe.index>ct?(Qn=qe,qe=null):Qn=qe.sibling;var go=Se(Y,qe,Tt.value,Te);if(go===null){qe===null&&(qe=Qn);break}n&&qe&&go.alternate===null&&r(Y,qe),H=b(go,H,ct),Ve===null?We=go:Ve.sibling=go,Ve=go,qe=Qn}if(Tt.done)return s(Y,qe),Jt&&Zr(Y,ct),We;if(qe===null){for(;!Tt.done;ct++,Tt=q.next())Tt=xe(Y,Tt.value,Te),Tt!==null&&(H=b(Tt,H,ct),Ve===null?We=Tt:Ve.sibling=Tt,Ve=Tt);return Jt&&Zr(Y,ct),We}for(qe=d(Y,qe);!Tt.done;ct++,Tt=q.next())Tt=Ae(qe,Y,ct,Tt.value,Te),Tt!==null&&(n&&Tt.alternate!==null&&qe.delete(Tt.key===null?ct:Tt.key),H=b(Tt,H,ct),Ve===null?We=Tt:Ve.sibling=Tt,Ve=Tt);return n&&qe.forEach(function(M1){return r(Y,M1)}),Jt&&Zr(Y,ct),We}function kn(Y,H,q,Te){if(typeof q=="object"&&q!==null&&q.type===be&&q.key===null&&(q=q.props.children),typeof q=="object"&&q!==null){switch(q.$$typeof){case F:e:{for(var We=q.key,Ve=H;Ve!==null;){if(Ve.key===We){if(We=q.type,We===be){if(Ve.tag===7){s(Y,Ve.sibling),H=g(Ve,q.props.children),H.return=Y,Y=H;break e}}else if(Ve.elementType===We||typeof We=="object"&&We!==null&&We.$$typeof===Xe&&rg(We)===Ve.type){s(Y,Ve.sibling),H=g(Ve,q.props),H.ref=Xl(Y,Ve,q),H.return=Y,Y=H;break e}s(Y,Ve);break}else r(Y,Ve);Ve=Ve.sibling}q.type===be?(H=dl(q.props.children,Y.mode,Te,q.key),H.return=Y,Y=H):(Te=Pf(q.type,q.key,q.props,null,Y.mode,Te),Te.ref=Xl(Y,H,q),Te.return=Y,Y=Te)}return _(Y);case ve:e:{for(Ve=q.key;H!==null;){if(H.key===Ve)if(H.tag===4&&H.stateNode.containerInfo===q.containerInfo&&H.stateNode.implementation===q.implementation){s(Y,H.sibling),H=g(H,q.children||[]),H.return=Y,Y=H;break e}else{s(Y,H);break}else r(Y,H);H=H.sibling}H=pl(q,Y.mode,Te),H.return=Y,Y=H}return _(Y);case Xe:return Ve=q._init,kn(Y,H,Ve(q._payload),Te)}if(jt(q))return Ie(Y,H,q,Te);if(G(q))return Ke(Y,H,q,Te);Jc(Y,q)}return typeof q=="string"&&q!==""||typeof q=="number"?(q=""+q,H!==null&&H.tag===6?(s(Y,H.sibling),H=g(H,q),H.return=Y,Y=H):(s(Y,H),H=Ls(q,Y.mode,Te),H.return=Y,Y=H),_(Y)):s(Y,H)}return kn}var Zl=ig(!0),ag=ig(!1),hs={},Hi=vt(hs),gs=vt(hs),Jl=vt(hs);function Xo(n){if(n===hs)throw Error(l(174));return n}function $p(n,r){switch($t(Jl,r),$t(gs,n),$t(Hi,hs),n=r.nodeType,n){case 9:case 11:r=(r=r.documentElement)?r.namespaceURI:yn(null,"");break;default:n=n===8?r.parentNode:r,r=n.namespaceURI||null,n=n.tagName,r=yn(r,n)}Mt(Hi),$t(Hi,r)}function uo(){Mt(Hi),Mt(gs),Mt(Jl)}function it(n){Xo(Jl.current);var r=Xo(Hi.current),s=yn(r,n.type);r!==s&&($t(gs,n),$t(Hi,s))}function ht(n){gs.current===n&&(Mt(Hi),Mt(gs))}var at=vt(0);function un(n){for(var r=n;r!==null;){if(r.tag===13){var s=r.memoizedState;if(s!==null&&(s=s.dehydrated,s===null||s.data==="$?"||s.data==="$!"))return r}else if(r.tag===19&&r.memoizedProps.revealOrder!==void 0){if(r.flags&128)return r}else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return null;r=r.return}r.sibling.return=r.return,r=r.sibling}return null}var ki=[];function Gc(){for(var n=0;n<ki.length;n++)ki[n]._workInProgressVersionPrimary=null;ki.length=0}var qc=ie.ReactCurrentDispatcher,Lp=ie.ReactCurrentBatchConfig,Zo=0,Gt=null,ce=null,Ct=null,ot=!1,ra=!1,qr=0,Jo=0;function qt(){throw Error(l(321))}function Go(n,r){if(r===null)return!1;for(var s=0;s<r.length&&s<n.length;s++)if(!mi(n[s],r[s]))return!1;return!0}function so(n,r,s,d,g,b){if(Zo=b,Gt=r,r.memoizedState=null,r.updateQueue=null,r.lanes=0,qc.current=n===null||n.memoizedState===null?p1:v1,n=s(d,g),ra){b=0;do{if(ra=!1,qr=0,25<=b)throw Error(l(301));b+=1,Ct=ce=null,r.updateQueue=null,qc.current=Ap,n=s(d,g)}while(ra)}if(qc.current=hf,r=ce!==null&&ce.next!==null,Zo=0,Ct=ce=Gt=null,ot=!1,r)throw Error(l(300));return n}function qo(){var n=qr!==0;return qr=0,n}function xi(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ct===null?Gt.memoizedState=Ct=n:Ct=Ct.next=n,Ct}function Br(){if(ce===null){var n=Gt.alternate;n=n!==null?n.memoizedState:null}else n=ce.next;var r=Ct===null?Gt.memoizedState:Ct.next;if(r!==null)Ct=r,ce=n;else{if(n===null)throw Error(l(310));ce=n,n={memoizedState:ce.memoizedState,baseState:ce.baseState,baseQueue:ce.baseQueue,queue:ce.queue,next:null},Ct===null?Gt.memoizedState=Ct=n:Ct=Ct.next=n}return Ct}function el(n,r){return typeof r=="function"?r(n):r}function ys(n){var r=Br(),s=r.queue;if(s===null)throw Error(l(311));s.lastRenderedReducer=n;var d=ce,g=d.baseQueue,b=s.pending;if(b!==null){if(g!==null){var _=g.next;g.next=b.next,b.next=_}d.baseQueue=g=b,s.pending=null}if(g!==null){b=g.next,d=d.baseState;var L=_=null,U=null,re=b;do{var ke=re.lane;if((Zo&ke)===ke)U!==null&&(U=U.next={lane:0,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null}),d=re.hasEagerState?re.eagerState:n(d,re.action);else{var xe={lane:ke,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null};U===null?(L=U=xe,_=d):U=U.next=xe,Gt.lanes|=ke,$a|=ke}re=re.next}while(re!==null&&re!==b);U===null?_=d:U.next=L,mi(d,r.memoizedState)||(Tn=!0),r.memoizedState=d,r.baseState=_,r.baseQueue=U,s.lastRenderedState=d}if(n=s.interleaved,n!==null){g=n;do b=g.lane,Gt.lanes|=b,$a|=b,g=g.next;while(g!==n)}else g===null&&(s.lanes=0);return[r.memoizedState,s.dispatch]}function bs(n){var r=Br(),s=r.queue;if(s===null)throw Error(l(311));s.lastRenderedReducer=n;var d=s.dispatch,g=s.pending,b=r.memoizedState;if(g!==null){s.pending=null;var _=g=g.next;do b=n(b,_.action),_=_.next;while(_!==g);mi(b,r.memoizedState)||(Tn=!0),r.memoizedState=b,r.baseQueue===null&&(r.baseState=b),s.lastRenderedState=b}return[b,d]}function ef(){}function tf(n,r){var s=Gt,d=Br(),g=r(),b=!mi(d.memoizedState,g);if(b&&(d.memoizedState=g,Tn=!0),d=d.queue,Ss(af.bind(null,s,d,n),[n]),d.getSnapshot!==r||b||Ct!==null&&Ct.memoizedState.tag&1){if(s.flags|=2048,tl(9,rf.bind(null,s,d,g,r),void 0,null),sn===null)throw Error(l(349));Zo&30||nf(s,r,g)}return g}function nf(n,r,s){n.flags|=16384,n={getSnapshot:r,value:s},r=Gt.updateQueue,r===null?(r={lastEffect:null,stores:null},Gt.updateQueue=r,r.stores=[n]):(s=r.stores,s===null?r.stores=[n]:s.push(n))}function rf(n,r,s,d){r.value=s,r.getSnapshot=d,of(r)&&lf(n)}function af(n,r,s){return s(function(){of(r)&&lf(n)})}function of(n){var r=n.getSnapshot;n=n.value;try{var s=r();return!mi(n,s)}catch{return!0}}function lf(n){var r=Da(n,1);r!==null&&vr(r,n,1,-1)}function uf(n){var r=xi();return typeof n=="function"&&(n=n()),r.memoizedState=r.baseState=n,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:el,lastRenderedState:n},r.queue=n,n=n.dispatch=mf.bind(null,Gt,n),[r.memoizedState,n]}function tl(n,r,s,d){return n={tag:n,create:r,destroy:s,deps:d,next:null},r=Gt.updateQueue,r===null?(r={lastEffect:null,stores:null},Gt.updateQueue=r,r.lastEffect=n.next=n):(s=r.lastEffect,s===null?r.lastEffect=n.next=n:(d=s.next,s.next=n,n.next=d,r.lastEffect=n)),n}function sf(){return Br().memoizedState}function nl(n,r,s,d){var g=xi();Gt.flags|=n,g.memoizedState=tl(1|r,s,void 0,d===void 0?null:d)}function Pa(n,r,s,d){var g=Br();d=d===void 0?null:d;var b=void 0;if(ce!==null){var _=ce.memoizedState;if(b=_.destroy,d!==null&&Go(d,_.deps)){g.memoizedState=tl(r,s,b,d);return}}Gt.flags|=n,g.memoizedState=tl(1|r,s,b,d)}function cf(n,r){return nl(8390656,8,n,r)}function Ss(n,r){return Pa(2048,8,n,r)}function ff(n,r){return Pa(4,2,n,r)}function df(n,r){return Pa(4,4,n,r)}function Op(n,r){if(typeof r=="function")return n=n(),r(n),function(){r(null)};if(r!=null)return n=n(),r.current=n,function(){r.current=null}}function Gl(n,r,s){return s=s!=null?s.concat([n]):null,Pa(4,4,Op.bind(null,r,n),s)}function pf(){}function ql(n,r){var s=Br();r=r===void 0?null:r;var d=s.memoizedState;return d!==null&&r!==null&&Go(r,d[1])?d[0]:(s.memoizedState=[n,r],n)}function co(n,r){var s=Br();r=r===void 0?null:r;var d=s.memoizedState;return d!==null&&r!==null&&Go(r,d[1])?d[0]:(n=n(),s.memoizedState=[n,r],n)}function Hr(n,r,s){return Zo&21?(mi(s,r)||(s=xc(),Gt.lanes|=s,$a|=s,n.baseState=!0),r):(n.baseState&&(n.baseState=!1,Tn=!0),n.memoizedState=s)}function d1(n,r){var s=At;At=s!==0&&4>s?s:4,n(!0);var d=Lp.transition;Lp.transition={};try{n(!1),r()}finally{At=s,Lp.transition=d}}function Qt(){return Br().memoizedState}function vf(n,r,s){var d=Dn(n);if(s={lane:d,action:s,hasEagerState:!1,eagerState:null,next:null},eu(n))ks(r,s);else if(s=Gh(n,r,s,d),s!==null){var g=pr();vr(s,n,d,g),og(s,r,d)}}function mf(n,r,s){var d=Dn(n),g={lane:d,action:s,hasEagerState:!1,eagerState:null,next:null};if(eu(n))ks(r,g);else{var b=n.alternate;if(n.lanes===0&&(b===null||b.lanes===0)&&(b=r.lastRenderedReducer,b!==null))try{var _=r.lastRenderedState,L=b(_,s);if(g.hasEagerState=!0,g.eagerState=L,mi(L,_)){var U=r.interleaved;U===null?(g.next=g,Rp(r)):(g.next=U.next,U.next=g),r.interleaved=g;return}}catch{}finally{}s=Gh(n,r,g,d),s!==null&&(g=pr(),vr(s,n,d,g),og(s,r,d))}}function eu(n){var r=n.alternate;return n===Gt||r!==null&&r===Gt}function ks(n,r){ra=ot=!0;var s=n.pending;s===null?r.next=r:(r.next=s.next,s.next=r),n.pending=r}function og(n,r,s){if(s&4194240){var d=r.lanes;d&=n.pendingLanes,s|=d,r.lanes=s,Yu(n,s)}}var hf={readContext:Sn,useCallback:qt,useContext:qt,useEffect:qt,useImperativeHandle:qt,useInsertionEffect:qt,useLayoutEffect:qt,useMemo:qt,useReducer:qt,useRef:qt,useState:qt,useDebugValue:qt,useDeferredValue:qt,useTransition:qt,useMutableSource:qt,useSyncExternalStore:qt,useId:qt,unstable_isNewReconciler:!1},p1={readContext:Sn,useCallback:function(n,r){return xi().memoizedState=[n,r===void 0?null:r],n},useContext:Sn,useEffect:cf,useImperativeHandle:function(n,r,s){return s=s!=null?s.concat([n]):null,nl(4194308,4,Op.bind(null,r,n),s)},useLayoutEffect:function(n,r){return nl(4194308,4,n,r)},useInsertionEffect:function(n,r){return nl(4,2,n,r)},useMemo:function(n,r){var s=xi();return r=r===void 0?null:r,n=n(),s.memoizedState=[n,r],n},useReducer:function(n,r,s){var d=xi();return r=s!==void 0?s(r):r,d.memoizedState=d.baseState=r,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:r},d.queue=n,n=n.dispatch=vf.bind(null,Gt,n),[d.memoizedState,n]},useRef:function(n){var r=xi();return n={current:n},r.memoizedState=n},useState:uf,useDebugValue:pf,useDeferredValue:function(n){return xi().memoizedState=n},useTransition:function(){var n=uf(!1),r=n[0];return n=d1.bind(null,n[1]),xi().memoizedState=n,[r,n]},useMutableSource:function(){},useSyncExternalStore:function(n,r,s){var d=Gt,g=xi();if(Jt){if(s===void 0)throw Error(l(407));s=s()}else{if(s=r(),sn===null)throw Error(l(349));Zo&30||nf(d,r,s)}g.memoizedState=s;var b={value:s,getSnapshot:r};return g.queue=b,cf(af.bind(null,d,b,n),[n]),d.flags|=2048,tl(9,rf.bind(null,d,b,s,r),void 0,null),s},useId:function(){var n=xi(),r=sn.identifierPrefix;if(Jt){var s=Ta,d=Zn;s=(d&~(1<<32-di(d)-1)).toString(32)+s,r=":"+r+"R"+s,s=qr++,0<s&&(r+="H"+s.toString(32)),r+=":"}else s=Jo++,r=":"+r+"r"+s.toString(32)+":";return n.memoizedState=r},unstable_isNewReconciler:!1},v1={readContext:Sn,useCallback:ql,useContext:Sn,useEffect:Ss,useImperativeHandle:Gl,useInsertionEffect:ff,useLayoutEffect:df,useMemo:co,useReducer:ys,useRef:sf,useState:function(){return ys(el)},useDebugValue:pf,useDeferredValue:function(n){var r=Br();return Hr(r,ce.memoizedState,n)},useTransition:function(){var n=ys(el)[0],r=Br().memoizedState;return[n,r]},useMutableSource:ef,useSyncExternalStore:tf,useId:Qt,unstable_isNewReconciler:!1},Ap={readContext:Sn,useCallback:ql,useContext:Sn,useEffect:Ss,useImperativeHandle:Gl,useInsertionEffect:ff,useLayoutEffect:df,useMemo:co,useReducer:bs,useRef:sf,useState:function(){return bs(el)},useDebugValue:pf,useDeferredValue:function(n){var r=Br();return ce===null?r.memoizedState=n:Hr(r,ce.memoizedState,n)},useTransition:function(){var n=bs(el)[0],r=Br().memoizedState;return[n,r]},useMutableSource:ef,useSyncExternalStore:tf,useId:Qt,unstable_isNewReconciler:!1};function tu(n,r){try{var s="",d=r;do s+=Ee(d),d=d.return;while(d);var g=s}catch(b){g=`
32
+ Error generating stack: `+b.message+`
33
+ `+b.stack}return{value:n,source:r,stack:g,digest:null}}function xs(n,r,s){return{value:n,source:null,stack:s??null,digest:r??null}}function gf(n,r){try{console.error(r.value)}catch(s){setTimeout(function(){throw s})}}var m1=typeof WeakMap=="function"?WeakMap:Map;function lg(n,r,s){s=Ra(-1,s),s.tag=3,s.payload={element:null};var d=r.value;return s.callback=function(){Cf||(Cf=!0,ll=d),gf(n,r)},s}function ws(n,r,s){s=Ra(-1,s),s.tag=3;var d=n.type.getDerivedStateFromError;if(typeof d=="function"){var g=r.value;s.payload=function(){return d(g)},s.callback=function(){gf(n,r)}}var b=n.stateNode;return b!==null&&typeof b.componentDidCatch=="function"&&(s.callback=function(){gf(n,r),typeof d!="function"&&(oa===null?oa=new Set([this]):oa.add(this));var _=r.stack;this.componentDidCatch(r.value,{componentStack:_!==null?_:""})}),s}function ug(n,r,s){var d=n.pingCache;if(d===null){d=n.pingCache=new m1;var g=new Set;d.set(r,g)}else g=d.get(r),g===void 0&&(g=new Set,d.set(r,g));g.has(s)||(g.add(s),n=x1.bind(null,n,r,s),r.then(n,n))}function Fp(n){do{var r;if((r=n.tag===13)&&(r=n.memoizedState,r=r!==null?r.dehydrated!==null:!0),r)return n;n=n.return}while(n!==null);return null}function zp(n,r,s,d,g){return n.mode&1?(n.flags|=65536,n.lanes=g,n):(n===r?n.flags|=65536:(n.flags|=128,s.flags|=131072,s.flags&=-52805,s.tag===1&&(s.alternate===null?s.tag=17:(r=Ra(-1,1),r.tag=2,oo(s,r,1))),s.lanes|=1),n)}var h1=ie.ReactCurrentOwner,Tn=!1;function Ln(n,r,s,d){r.child=n===null?ag(r,null,s,d):Zl(r,n.child,s,d)}function fo(n,r,s,d,g){s=s.render;var b=r.ref;return Ne(r,g),d=so(n,r,s,d,b,g),s=qo(),n!==null&&!Tn?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~g,Gn(n,r,g)):(Jt&&s&&Ic(r),r.flags|=1,Ln(n,r,d,g),r.child)}function yf(n,r,s,d,g){if(n===null){var b=s.type;return typeof b=="function"&&!rv(b)&&b.defaultProps===void 0&&s.compare===null&&s.defaultProps===void 0?(r.tag=15,r.type=b,Ir(n,r,b,d,g)):(n=Pf(s.type,null,d,r,r.mode,g),n.ref=r.ref,n.return=r,r.child=n)}if(b=n.child,!(n.lanes&g)){var _=b.memoizedProps;if(s=s.compare,s=s!==null?s:is,s(_,d)&&n.ref===r.ref)return Gn(n,r,g)}return r.flags|=1,n=ho(b,d),n.ref=r.ref,n.return=r,r.child=n}function Ir(n,r,s,d,g){if(n!==null){var b=n.memoizedProps;if(is(b,d)&&n.ref===r.ref)if(Tn=!1,r.pendingProps=d=b,(n.lanes&g)!==0)n.flags&131072&&(Tn=!0);else return r.lanes=n.lanes,Gn(n,r,g)}return nu(n,r,s,d,g)}function rl(n,r,s){var d=r.pendingProps,g=d.children,b=n!==null?n.memoizedState:null;if(d.mode==="hidden")if(!(r.mode&1))r.memoizedState={baseLanes:0,cachePool:null,transitions:null},$t(uu,ei),ei|=s;else{if(!(s&1073741824))return n=b!==null?b.baseLanes|s:s,r.lanes=r.childLanes=1073741824,r.memoizedState={baseLanes:n,cachePool:null,transitions:null},r.updateQueue=null,$t(uu,ei),ei|=n,null;r.memoizedState={baseLanes:0,cachePool:null,transitions:null},d=b!==null?b.baseLanes:s,$t(uu,ei),ei|=d}else b!==null?(d=b.baseLanes|s,r.memoizedState=null):d=s,$t(uu,ei),ei|=d;return Ln(n,r,g,s),r.child}function mt(n,r){var s=r.ref;(n===null&&s!==null||n!==null&&n.ref!==s)&&(r.flags|=512,r.flags|=2097152)}function nu(n,r,s,d,g){var b=rn(s)?Or:st.current;return b=gi(r,b),Ne(r,g),s=so(n,r,s,d,b,g),d=qo(),n!==null&&!Tn?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~g,Gn(n,r,g)):(Jt&&d&&Ic(r),r.flags|=1,Ln(n,r,s,g),r.child)}function Up(n,r,s,d,g){if(rn(s)){var b=!0;Hc(r)}else b=!1;if(Ne(r,g),r.stateNode===null)cr(n,r),tg(r,s,d),Zc(r,s,d,g),d=!0;else if(n===null){var _=r.stateNode,L=r.memoizedProps;_.props=L;var U=_.context,re=s.contextType;typeof re=="object"&&re!==null?re=Sn(re):(re=rn(s)?Or:st.current,re=gi(r,re));var ke=s.getDerivedStateFromProps,xe=typeof ke=="function"||typeof _.getSnapshotBeforeUpdate=="function";xe||typeof _.UNSAFE_componentWillReceiveProps!="function"&&typeof _.componentWillReceiveProps!="function"||(L!==d||U!==re)&&ng(r,_,d,re),ao=!1;var Se=r.memoizedState;_.state=Se,lo(r,d,_,g),U=r.memoizedState,L!==d||Se!==U||mn.current||ao?(typeof ke=="function"&&(Np(r,s,ke,d),U=r.memoizedState),(L=ao||eg(r,s,L,d,Se,U,re))?(xe||typeof _.UNSAFE_componentWillMount!="function"&&typeof _.componentWillMount!="function"||(typeof _.componentWillMount=="function"&&_.componentWillMount(),typeof _.UNSAFE_componentWillMount=="function"&&_.UNSAFE_componentWillMount()),typeof _.componentDidMount=="function"&&(r.flags|=4194308)):(typeof _.componentDidMount=="function"&&(r.flags|=4194308),r.memoizedProps=d,r.memoizedState=U),_.props=d,_.state=U,_.context=re,d=L):(typeof _.componentDidMount=="function"&&(r.flags|=4194308),d=!1)}else{_=r.stateNode,$n(n,r),L=r.memoizedProps,re=r.type===r.elementType?L:Gr(r.type,L),_.props=re,xe=r.pendingProps,Se=_.context,U=s.contextType,typeof U=="object"&&U!==null?U=Sn(U):(U=rn(s)?Or:st.current,U=gi(r,U));var Ae=s.getDerivedStateFromProps;(ke=typeof Ae=="function"||typeof _.getSnapshotBeforeUpdate=="function")||typeof _.UNSAFE_componentWillReceiveProps!="function"&&typeof _.componentWillReceiveProps!="function"||(L!==xe||Se!==U)&&ng(r,_,d,U),ao=!1,Se=r.memoizedState,_.state=Se,lo(r,d,_,g);var Ie=r.memoizedState;L!==xe||Se!==Ie||mn.current||ao?(typeof Ae=="function"&&(Np(r,s,Ae,d),Ie=r.memoizedState),(re=ao||eg(r,s,re,d,Se,Ie,U)||!1)?(ke||typeof _.UNSAFE_componentWillUpdate!="function"&&typeof _.componentWillUpdate!="function"||(typeof _.componentWillUpdate=="function"&&_.componentWillUpdate(d,Ie,U),typeof _.UNSAFE_componentWillUpdate=="function"&&_.UNSAFE_componentWillUpdate(d,Ie,U)),typeof _.componentDidUpdate=="function"&&(r.flags|=4),typeof _.getSnapshotBeforeUpdate=="function"&&(r.flags|=1024)):(typeof _.componentDidUpdate!="function"||L===n.memoizedProps&&Se===n.memoizedState||(r.flags|=4),typeof _.getSnapshotBeforeUpdate!="function"||L===n.memoizedProps&&Se===n.memoizedState||(r.flags|=1024),r.memoizedProps=d,r.memoizedState=Ie),_.props=d,_.state=Ie,_.context=U,d=re):(typeof _.componentDidUpdate!="function"||L===n.memoizedProps&&Se===n.memoizedState||(r.flags|=4),typeof _.getSnapshotBeforeUpdate!="function"||L===n.memoizedProps&&Se===n.memoizedState||(r.flags|=1024),d=!1)}return sg(n,r,s,d,b,g)}function sg(n,r,s,d,g,b){mt(n,r);var _=(r.flags&128)!==0;if(!d&&!_)return g&&Qh(r,s,!1),Gn(n,r,b);d=r.stateNode,h1.current=r;var L=_&&typeof s.getDerivedStateFromError!="function"?null:d.render();return r.flags|=1,n!==null&&_?(r.child=Zl(r,n.child,null,b),r.child=Zl(r,null,L,b)):Ln(n,r,L,b),r.memoizedState=d.state,g&&Qh(r,s,!0),r.child}function cg(n){var r=n.stateNode;r.pendingContext?to(n,r.pendingContext,r.pendingContext!==r.context):r.context&&to(n,r.context,!1),$p(n,r.containerInfo)}function bf(n,r,s,d,g){return ln(),_p(g),r.flags|=256,Ln(n,r,s,d),r.child}var il={dehydrated:null,treeContext:null,retryLane:0};function Bp(n){return{baseLanes:n,cachePool:null,transitions:null}}function Hp(n,r,s){var d=r.pendingProps,g=at.current,b=!1,_=(r.flags&128)!==0,L;if((L=_)||(L=n!==null&&n.memoizedState===null?!1:(g&2)!==0),L?(b=!0,r.flags&=-129):(n===null||n.memoizedState!==null)&&(g|=1),$t(at,g&1),n===null)return jc(r),n=r.memoizedState,n!==null&&(n=n.dehydrated,n!==null)?(r.mode&1?n.data==="$!"?r.lanes=8:r.lanes=1073741824:r.lanes=1,null):(_=d.children,n=d.fallback,b?(d=r.mode,b=r.child,_={mode:"hidden",children:_},!(d&1)&&b!==null?(b.childLanes=0,b.pendingProps=_):b=$s(_,d,0,null),n=dl(n,d,s,null),b.return=r,n.return=r,b.sibling=n,r.child=b,r.child.memoizedState=Bp(s),r.memoizedState=il,n):Ip(r,_));if(g=n.memoizedState,g!==null&&(L=g.dehydrated,L!==null))return g1(n,r,_,d,L,g,s);if(b){b=d.fallback,_=r.mode,g=n.child,L=g.sibling;var U={mode:"hidden",children:d.children};return!(_&1)&&r.child!==g?(d=r.child,d.childLanes=0,d.pendingProps=U,r.deletions=null):(d=ho(g,U),d.subtreeFlags=g.subtreeFlags&14680064),L!==null?b=ho(L,b):(b=dl(b,_,s,null),b.flags|=2),b.return=r,d.return=r,d.sibling=b,r.child=d,d=b,b=r.child,_=n.child.memoizedState,_=_===null?Bp(s):{baseLanes:_.baseLanes|s,cachePool:null,transitions:_.transitions},b.memoizedState=_,b.childLanes=n.childLanes&~s,r.memoizedState=il,d}return b=n.child,n=b.sibling,d=ho(b,{mode:"visible",children:d.children}),!(r.mode&1)&&(d.lanes=s),d.return=r,d.sibling=null,n!==null&&(s=r.deletions,s===null?(r.deletions=[n],r.flags|=16):s.push(n)),r.child=d,r.memoizedState=null,d}function Ip(n,r){return r=$s({mode:"visible",children:r},n.mode,0,null),r.return=n,n.child=r}function ru(n,r,s,d){return d!==null&&_p(d),Zl(r,n.child,null,s),n=Ip(r,r.pendingProps.children),n.flags|=2,r.memoizedState=null,n}function g1(n,r,s,d,g,b,_){if(s)return r.flags&256?(r.flags&=-257,d=xs(Error(l(422))),ru(n,r,_,d)):r.memoizedState!==null?(r.child=n.child,r.flags|=128,null):(b=d.fallback,g=r.mode,d=$s({mode:"visible",children:d.children},g,0,null),b=dl(b,g,_,null),b.flags|=2,d.return=r,b.return=r,d.sibling=b,r.child=d,r.mode&1&&Zl(r,n.child,null,_),r.child.memoizedState=Bp(_),r.memoizedState=il,b);if(!(r.mode&1))return ru(n,r,_,null);if(g.data==="$!"){if(d=g.nextSibling&&g.nextSibling.dataset,d)var L=d.dgst;return d=L,b=Error(l(419)),d=xs(b,d,void 0),ru(n,r,_,d)}if(L=(_&n.childLanes)!==0,Tn||L){if(d=sn,d!==null){switch(_&-_){case 4:g=2;break;case 16:g=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:g=32;break;case 536870912:g=268435456;break;default:g=0}g=g&(d.suspendedLanes|_)?0:g,g!==0&&g!==b.retryLane&&(b.retryLane=g,Da(n,g),vr(d,n,g,-1))}return ev(),d=xs(Error(l(421))),ru(n,r,_,d)}return g.data==="$?"?(r.flags|=128,r.child=n.child,r=w1.bind(null,n),g._reactRetry=r,null):(n=b.treeContext,Ur=Bi(g.nextSibling),Jr=r,Jt=!0,Si=null,n!==null&&(zr[sr++]=Zn,zr[sr++]=Ta,zr[sr++]=bi,Zn=n.id,Ta=n.overflow,bi=r),r=Ip(r,d.children),r.flags|=4096,r)}function Vp(n,r,s){n.lanes|=r;var d=n.alternate;d!==null&&(d.lanes|=r),Kn(n.return,r,s)}function Sf(n,r,s,d,g){var b=n.memoizedState;b===null?n.memoizedState={isBackwards:r,rendering:null,renderingStartTime:0,last:d,tail:s,tailMode:g}:(b.isBackwards=r,b.rendering=null,b.renderingStartTime=0,b.last=d,b.tail=s,b.tailMode=g)}function jp(n,r,s){var d=r.pendingProps,g=d.revealOrder,b=d.tail;if(Ln(n,r,d.children,s),d=at.current,d&2)d=d&1|2,r.flags|=128;else{if(n!==null&&n.flags&128)e:for(n=r.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&Vp(n,s,r);else if(n.tag===19)Vp(n,s,r);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===r)break e;for(;n.sibling===null;){if(n.return===null||n.return===r)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}d&=1}if($t(at,d),!(r.mode&1))r.memoizedState=null;else switch(g){case"forwards":for(s=r.child,g=null;s!==null;)n=s.alternate,n!==null&&un(n)===null&&(g=s),s=s.sibling;s=g,s===null?(g=r.child,r.child=null):(g=s.sibling,s.sibling=null),Sf(r,!1,g,s,b);break;case"backwards":for(s=null,g=r.child,r.child=null;g!==null;){if(n=g.alternate,n!==null&&un(n)===null){r.child=g;break}n=g.sibling,g.sibling=s,s=g,g=n}Sf(r,!0,s,null,b);break;case"together":Sf(r,!1,null,null,void 0);break;default:r.memoizedState=null}return r.child}function cr(n,r){!(r.mode&1)&&n!==null&&(n.alternate=null,r.alternate=null,r.flags|=2)}function Gn(n,r,s){if(n!==null&&(r.dependencies=n.dependencies),$a|=r.lanes,!(s&r.childLanes))return null;if(n!==null&&r.child!==n.child)throw Error(l(153));if(r.child!==null){for(n=r.child,s=ho(n,n.pendingProps),r.child=s,s.return=r;n.sibling!==null;)n=n.sibling,s=s.sibling=ho(n,n.pendingProps),s.return=r;s.sibling=null}return r.child}function Ma(n,r,s){switch(r.tag){case 3:cg(r),ln();break;case 5:it(r);break;case 1:rn(r.type)&&Hc(r);break;case 4:$p(r,r.stateNode.containerInfo);break;case 10:var d=r.type._context,g=r.memoizedProps.value;$t(na,d._currentValue),d._currentValue=g;break;case 13:if(d=r.memoizedState,d!==null)return d.dehydrated!==null?($t(at,at.current&1),r.flags|=128,null):s&r.child.childLanes?Hp(n,r,s):($t(at,at.current&1),n=Gn(n,r,s),n!==null?n.sibling:null);$t(at,at.current&1);break;case 19:if(d=(s&r.childLanes)!==0,n.flags&128){if(d)return jp(n,r,s);r.flags|=128}if(g=r.memoizedState,g!==null&&(g.rendering=null,g.tail=null,g.lastEffect=null),$t(at,at.current),d)break;return null;case 22:case 23:return r.lanes=0,rl(n,r,s)}return Gn(n,r,s)}var Cs,al,wi,On;Cs=function(n,r){for(var s=r.child;s!==null;){if(s.tag===5||s.tag===6)n.appendChild(s.stateNode);else if(s.tag!==4&&s.child!==null){s.child.return=s,s=s.child;continue}if(s===r)break;for(;s.sibling===null;){if(s.return===null||s.return===r)return;s=s.return}s.sibling.return=s.return,s=s.sibling}},al=function(){},wi=function(n,r,s,d){var g=n.memoizedProps;if(g!==d){n=r.stateNode,Xo(Hi.current);var b=null;switch(s){case"input":g=Me(n,g),d=Me(n,d),b=[];break;case"select":g=j({},g,{value:void 0}),d=j({},d,{value:void 0}),b=[];break;case"textarea":g=Sr(n,g),d=Sr(n,d),b=[];break;default:typeof g.onClick!="function"&&typeof d.onClick=="function"&&(n.onclick=Bc)}lr(s,d);var _;s=null;for(re in g)if(!d.hasOwnProperty(re)&&g.hasOwnProperty(re)&&g[re]!=null)if(re==="style"){var L=g[re];for(_ in L)L.hasOwnProperty(_)&&(s||(s={}),s[_]="")}else re!=="dangerouslySetInnerHTML"&&re!=="children"&&re!=="suppressContentEditableWarning"&&re!=="suppressHydrationWarning"&&re!=="autoFocus"&&(p.hasOwnProperty(re)?b||(b=[]):(b=b||[]).push(re,null));for(re in d){var U=d[re];if(L=g!=null?g[re]:void 0,d.hasOwnProperty(re)&&U!==L&&(U!=null||L!=null))if(re==="style")if(L){for(_ in L)!L.hasOwnProperty(_)||U&&U.hasOwnProperty(_)||(s||(s={}),s[_]="");for(_ in U)U.hasOwnProperty(_)&&L[_]!==U[_]&&(s||(s={}),s[_]=U[_])}else s||(b||(b=[]),b.push(re,s)),s=U;else re==="dangerouslySetInnerHTML"?(U=U?U.__html:void 0,L=L?L.__html:void 0,U!=null&&L!==U&&(b=b||[]).push(re,U)):re==="children"?typeof U!="string"&&typeof U!="number"||(b=b||[]).push(re,""+U):re!=="suppressContentEditableWarning"&&re!=="suppressHydrationWarning"&&(p.hasOwnProperty(re)?(U!=null&&re==="onScroll"&&Yt("scroll",n),b||L===U||(b=[])):(b=b||[]).push(re,U))}s&&(b=b||[]).push("style",s);var re=b;(r.updateQueue=re)&&(r.flags|=4)}},On=function(n,r,s,d){s!==d&&(r.flags|=4)};function Es(n,r){if(!Jt)switch(n.tailMode){case"hidden":r=n.tail;for(var s=null;r!==null;)r.alternate!==null&&(s=r),r=r.sibling;s===null?n.tail=null:s.sibling=null;break;case"collapsed":s=n.tail;for(var d=null;s!==null;)s.alternate!==null&&(d=s),s=s.sibling;d===null?r||n.tail===null?n.tail=null:n.tail.sibling=null:d.sibling=null}}function fr(n){var r=n.alternate!==null&&n.alternate.child===n.child,s=0,d=0;if(r)for(var g=n.child;g!==null;)s|=g.lanes|g.childLanes,d|=g.subtreeFlags&14680064,d|=g.flags&14680064,g.return=n,g=g.sibling;else for(g=n.child;g!==null;)s|=g.lanes|g.childLanes,d|=g.subtreeFlags,d|=g.flags,g.return=n,g=g.sibling;return n.subtreeFlags|=d,n.childLanes=s,r}function y1(n,r,s){var d=r.pendingProps;switch(Cp(r),r.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return fr(r),null;case 1:return rn(r.type)&&yi(),fr(r),null;case 3:return d=r.stateNode,uo(),Mt(mn),Mt(st),Gc(),d.pendingContext&&(d.context=d.pendingContext,d.pendingContext=null),(n===null||n.child===null)&&(Kc(r)?r.flags|=4:n===null||n.memoizedState.isDehydrated&&!(r.flags&256)||(r.flags|=1024,Si!==null&&(Ns(Si),Si=null))),al(n,r),fr(r),null;case 5:ht(r);var g=Xo(Jl.current);if(s=r.type,n!==null&&r.stateNode!=null)wi(n,r,s,d,g),n.ref!==r.ref&&(r.flags|=512,r.flags|=2097152);else{if(!d){if(r.stateNode===null)throw Error(l(166));return fr(r),null}if(n=Xo(Hi.current),Kc(r)){d=r.stateNode,s=r.type;var b=r.memoizedProps;switch(d[ea]=r,d[Wo]=b,n=(r.mode&1)!==0,s){case"dialog":Yt("cancel",d),Yt("close",d);break;case"iframe":case"object":case"embed":Yt("load",d);break;case"video":case"audio":for(g=0;g<us.length;g++)Yt(us[g],d);break;case"source":Yt("error",d);break;case"img":case"image":case"link":Yt("error",d),Yt("load",d);break;case"details":Yt("toggle",d);break;case"input":et(d,b),Yt("invalid",d);break;case"select":d._wrapperState={wasMultiple:!!b.multiple},Yt("invalid",d);break;case"textarea":Xt(d,b),Yt("invalid",d)}lr(s,b),g=null;for(var _ in b)if(b.hasOwnProperty(_)){var L=b[_];_==="children"?typeof L=="string"?d.textContent!==L&&(b.suppressHydrationWarning!==!0&&Uc(d.textContent,L,n),g=["children",L]):typeof L=="number"&&d.textContent!==""+L&&(b.suppressHydrationWarning!==!0&&Uc(d.textContent,L,n),g=["children",""+L]):p.hasOwnProperty(_)&&L!=null&&_==="onScroll"&&Yt("scroll",d)}switch(s){case"input":Be(d),Ot(d,b,!0);break;case"textarea":Be(d),wt(d);break;case"select":case"option":break;default:typeof b.onClick=="function"&&(d.onclick=Bc)}d=g,r.updateQueue=d,d!==null&&(r.flags|=4)}else{_=g.nodeType===9?g:g.ownerDocument,n==="http://www.w3.org/1999/xhtml"&&(n=wn(s)),n==="http://www.w3.org/1999/xhtml"?s==="script"?(n=_.createElement("div"),n.innerHTML="<script><\/script>",n=n.removeChild(n.firstChild)):typeof d.is=="string"?n=_.createElement(s,{is:d.is}):(n=_.createElement(s),s==="select"&&(_=n,d.multiple?_.multiple=!0:d.size&&(_.size=d.size))):n=_.createElementNS(n,s),n[ea]=r,n[Wo]=d,Cs(n,r,!1,!1),r.stateNode=n;e:{switch(_=Mn(s,d),s){case"dialog":Yt("cancel",n),Yt("close",n),g=d;break;case"iframe":case"object":case"embed":Yt("load",n),g=d;break;case"video":case"audio":for(g=0;g<us.length;g++)Yt(us[g],n);g=d;break;case"source":Yt("error",n),g=d;break;case"img":case"image":case"link":Yt("error",n),Yt("load",n),g=d;break;case"details":Yt("toggle",n),g=d;break;case"input":et(n,d),g=Me(n,d),Yt("invalid",n);break;case"option":g=d;break;case"select":n._wrapperState={wasMultiple:!!d.multiple},g=j({},d,{value:void 0}),Yt("invalid",n);break;case"textarea":Xt(n,d),g=Sr(n,d),Yt("invalid",n);break;default:g=d}lr(s,g),L=g;for(b in L)if(L.hasOwnProperty(b)){var U=L[b];b==="style"?Kt(n,U):b==="dangerouslySetInnerHTML"?(U=U?U.__html:void 0,U!=null&&Oo(n,U)):b==="children"?typeof U=="string"?(s!=="textarea"||U!=="")&&Ji(n,U):typeof U=="number"&&Ji(n,""+U):b!=="suppressContentEditableWarning"&&b!=="suppressHydrationWarning"&&b!=="autoFocus"&&(p.hasOwnProperty(b)?U!=null&&b==="onScroll"&&Yt("scroll",n):U!=null&&W(n,b,U,_))}switch(s){case"input":Be(n),Ot(n,d,!1);break;case"textarea":Be(n),wt(n);break;case"option":d.value!=null&&n.setAttribute("value",""+de(d.value));break;case"select":n.multiple=!!d.multiple,b=d.value,b!=null?br(n,!!d.multiple,b,!1):d.defaultValue!=null&&br(n,!!d.multiple,d.defaultValue,!0);break;default:typeof g.onClick=="function"&&(n.onclick=Bc)}switch(s){case"button":case"input":case"select":case"textarea":d=!!d.autoFocus;break e;case"img":d=!0;break e;default:d=!1}}d&&(r.flags|=4)}r.ref!==null&&(r.flags|=512,r.flags|=2097152)}return fr(r),null;case 6:if(n&&r.stateNode!=null)On(n,r,n.memoizedProps,d);else{if(typeof d!="string"&&r.stateNode===null)throw Error(l(166));if(s=Xo(Jl.current),Xo(Hi.current),Kc(r)){if(d=r.stateNode,s=r.memoizedProps,d[ea]=r,(b=d.nodeValue!==s)&&(n=Jr,n!==null))switch(n.tag){case 3:Uc(d.nodeValue,s,(n.mode&1)!==0);break;case 5:n.memoizedProps.suppressHydrationWarning!==!0&&Uc(d.nodeValue,s,(n.mode&1)!==0)}b&&(r.flags|=4)}else d=(s.nodeType===9?s:s.ownerDocument).createTextNode(d),d[ea]=r,r.stateNode=d}return fr(r),null;case 13:if(Mt(at),d=r.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(Jt&&Ur!==null&&r.mode&1&&!(r.flags&128))Jh(),ln(),r.flags|=98560,b=!1;else if(b=Kc(r),d!==null&&d.dehydrated!==null){if(n===null){if(!b)throw Error(l(318));if(b=r.memoizedState,b=b!==null?b.dehydrated:null,!b)throw Error(l(317));b[ea]=r}else ln(),!(r.flags&128)&&(r.memoizedState=null),r.flags|=4;fr(r),b=!1}else Si!==null&&(Ns(Si),Si=null),b=!0;if(!b)return r.flags&65536?r:null}return r.flags&128?(r.lanes=s,r):(d=d!==null,d!==(n!==null&&n.memoizedState!==null)&&d&&(r.child.flags|=8192,r.mode&1&&(n===null||at.current&1?Fn===0&&(Fn=3):ev())),r.updateQueue!==null&&(r.flags|=4),fr(r),null);case 4:return uo(),al(n,r),n===null&&Wl(r.stateNode.containerInfo),fr(r),null;case 10:return io(r.type._context),fr(r),null;case 17:return rn(r.type)&&yi(),fr(r),null;case 19:if(Mt(at),b=r.memoizedState,b===null)return fr(r),null;if(d=(r.flags&128)!==0,_=b.rendering,_===null)if(d)Es(b,!1);else{if(Fn!==0||n!==null&&n.flags&128)for(n=r.child;n!==null;){if(_=un(n),_!==null){for(r.flags|=128,Es(b,!1),d=_.updateQueue,d!==null&&(r.updateQueue=d,r.flags|=4),r.subtreeFlags=0,d=s,s=r.child;s!==null;)b=s,n=d,b.flags&=14680066,_=b.alternate,_===null?(b.childLanes=0,b.lanes=n,b.child=null,b.subtreeFlags=0,b.memoizedProps=null,b.memoizedState=null,b.updateQueue=null,b.dependencies=null,b.stateNode=null):(b.childLanes=_.childLanes,b.lanes=_.lanes,b.child=_.child,b.subtreeFlags=0,b.deletions=null,b.memoizedProps=_.memoizedProps,b.memoizedState=_.memoizedState,b.updateQueue=_.updateQueue,b.type=_.type,n=_.dependencies,b.dependencies=n===null?null:{lanes:n.lanes,firstContext:n.firstContext}),s=s.sibling;return $t(at,at.current&1|2),r.child}n=n.sibling}b.tail!==null&&vn()>cu&&(r.flags|=128,d=!0,Es(b,!1),r.lanes=4194304)}else{if(!d)if(n=un(_),n!==null){if(r.flags|=128,d=!0,s=n.updateQueue,s!==null&&(r.updateQueue=s,r.flags|=4),Es(b,!0),b.tail===null&&b.tailMode==="hidden"&&!_.alternate&&!Jt)return fr(r),null}else 2*vn()-b.renderingStartTime>cu&&s!==1073741824&&(r.flags|=128,d=!0,Es(b,!1),r.lanes=4194304);b.isBackwards?(_.sibling=r.child,r.child=_):(s=b.last,s!==null?s.sibling=_:r.child=_,b.last=_)}return b.tail!==null?(r=b.tail,b.rendering=r,b.tail=r.sibling,b.renderingStartTime=vn(),r.sibling=null,s=at.current,$t(at,d?s&1|2:s&1),r):(fr(r),null);case 22:case 23:return qp(),d=r.memoizedState!==null,n!==null&&n.memoizedState!==null!==d&&(r.flags|=8192),d&&r.mode&1?ei&1073741824&&(fr(r),r.subtreeFlags&6&&(r.flags|=8192)):fr(r),null;case 24:return null;case 25:return null}throw Error(l(156,r.tag))}function Kp(n,r){switch(Cp(r),r.tag){case 1:return rn(r.type)&&yi(),n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 3:return uo(),Mt(mn),Mt(st),Gc(),n=r.flags,n&65536&&!(n&128)?(r.flags=n&-65537|128,r):null;case 5:return ht(r),null;case 13:if(Mt(at),n=r.memoizedState,n!==null&&n.dehydrated!==null){if(r.alternate===null)throw Error(l(340));ln()}return n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 19:return Mt(at),null;case 4:return uo(),null;case 10:return io(r.type._context),null;case 22:case 23:return qp(),null;case 24:return null;default:return null}}var _s=!1,An=!1,fg=typeof WeakSet=="function"?WeakSet:Set,He=null;function iu(n,r){var s=n.ref;if(s!==null)if(typeof s=="function")try{s(null)}catch(d){gn(n,r,d)}else s.current=null}function Ts(n,r,s){try{s()}catch(d){gn(n,r,d)}}var dg=!1;function pg(n,r){if(hp=Uo,n=Lc(),wa(n)){if("selectionStart"in n)var s={start:n.selectionStart,end:n.selectionEnd};else e:{s=(s=n.ownerDocument)&&s.defaultView||window;var d=s.getSelection&&s.getSelection();if(d&&d.rangeCount!==0){s=d.anchorNode;var g=d.anchorOffset,b=d.focusNode;d=d.focusOffset;try{s.nodeType,b.nodeType}catch{s=null;break e}var _=0,L=-1,U=-1,re=0,ke=0,xe=n,Se=null;t:for(;;){for(var Ae;xe!==s||g!==0&&xe.nodeType!==3||(L=_+g),xe!==b||d!==0&&xe.nodeType!==3||(U=_+d),xe.nodeType===3&&(_+=xe.nodeValue.length),(Ae=xe.firstChild)!==null;)Se=xe,xe=Ae;for(;;){if(xe===n)break t;if(Se===s&&++re===g&&(L=_),Se===b&&++ke===d&&(U=_),(Ae=xe.nextSibling)!==null)break;xe=Se,Se=xe.parentNode}xe=Ae}s=L===-1||U===-1?null:{start:L,end:U}}else s=null}s=s||{start:0,end:0}}else s=null;for(jo={focusedElem:n,selectionRange:s},Uo=!1,He=r;He!==null;)if(r=He,n=r.child,(r.subtreeFlags&1028)!==0&&n!==null)n.return=r,He=n;else for(;He!==null;){r=He;try{var Ie=r.alternate;if(r.flags&1024)switch(r.tag){case 0:case 11:case 15:break;case 1:if(Ie!==null){var Ke=Ie.memoizedProps,kn=Ie.memoizedState,Y=r.stateNode,H=Y.getSnapshotBeforeUpdate(r.elementType===r.type?Ke:Gr(r.type,Ke),kn);Y.__reactInternalSnapshotBeforeUpdate=H}break;case 3:var q=r.stateNode.containerInfo;q.nodeType===1?q.textContent="":q.nodeType===9&&q.documentElement&&q.removeChild(q.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(l(163))}}catch(Te){gn(r,r.return,Te)}if(n=r.sibling,n!==null){n.return=r.return,He=n;break}He=r.return}return Ie=dg,dg=!1,Ie}function Ds(n,r,s){var d=r.updateQueue;if(d=d!==null?d.lastEffect:null,d!==null){var g=d=d.next;do{if((g.tag&n)===n){var b=g.destroy;g.destroy=void 0,b!==void 0&&Ts(r,s,b)}g=g.next}while(g!==d)}}function Rs(n,r){if(r=r.updateQueue,r=r!==null?r.lastEffect:null,r!==null){var s=r=r.next;do{if((s.tag&n)===n){var d=s.create;s.destroy=d()}s=s.next}while(s!==r)}}function Wp(n){var r=n.ref;if(r!==null){var s=n.stateNode;switch(n.tag){case 5:n=s;break;default:n=s}typeof r=="function"?r(n):r.current=n}}function Yp(n){var r=n.alternate;r!==null&&(n.alternate=null,Yp(r)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(r=n.stateNode,r!==null&&(delete r[ea],delete r[Wo],delete r[bp],delete r[f1],delete r[Sp])),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}function vg(n){return n.tag===5||n.tag===3||n.tag===4}function kf(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||vg(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function au(n,r,s){var d=n.tag;if(d===5||d===6)n=n.stateNode,r?s.nodeType===8?s.parentNode.insertBefore(n,r):s.insertBefore(n,r):(s.nodeType===8?(r=s.parentNode,r.insertBefore(n,s)):(r=s,r.appendChild(n)),s=s._reactRootContainer,s!=null||r.onclick!==null||(r.onclick=Bc));else if(d!==4&&(n=n.child,n!==null))for(au(n,r,s),n=n.sibling;n!==null;)au(n,r,s),n=n.sibling}function ia(n,r,s){var d=n.tag;if(d===5||d===6)n=n.stateNode,r?s.insertBefore(n,r):s.appendChild(n);else if(d!==4&&(n=n.child,n!==null))for(ia(n,r,s),n=n.sibling;n!==null;)ia(n,r,s),n=n.sibling}var an=null,Wn=!1;function Ci(n,r,s){for(s=s.child;s!==null;)ou(n,r,s),s=s.sibling}function ou(n,r,s){if(Oi&&typeof Oi.onCommitFiberUnmount=="function")try{Oi.onCommitFiberUnmount(Wu,s)}catch{}switch(s.tag){case 5:An||iu(s,r);case 6:var d=an,g=Wn;an=null,Ci(n,r,s),an=d,Wn=g,an!==null&&(Wn?(n=an,s=s.stateNode,n.nodeType===8?n.parentNode.removeChild(s):n.removeChild(s)):an.removeChild(s.stateNode));break;case 18:an!==null&&(Wn?(n=an,s=s.stateNode,n.nodeType===8?Ga(n.parentNode,s):n.nodeType===1&&Ga(n,s),Ju(n)):Ga(an,s.stateNode));break;case 4:d=an,g=Wn,an=s.stateNode.containerInfo,Wn=!0,Ci(n,r,s),an=d,Wn=g;break;case 0:case 11:case 14:case 15:if(!An&&(d=s.updateQueue,d!==null&&(d=d.lastEffect,d!==null))){g=d=d.next;do{var b=g,_=b.destroy;b=b.tag,_!==void 0&&(b&2||b&4)&&Ts(s,r,_),g=g.next}while(g!==d)}Ci(n,r,s);break;case 1:if(!An&&(iu(s,r),d=s.stateNode,typeof d.componentWillUnmount=="function"))try{d.props=s.memoizedProps,d.state=s.memoizedState,d.componentWillUnmount()}catch(L){gn(s,r,L)}Ci(n,r,s);break;case 21:Ci(n,r,s);break;case 22:s.mode&1?(An=(d=An)||s.memoizedState!==null,Ci(n,r,s),An=d):Ci(n,r,s);break;default:Ci(n,r,s)}}function Na(n){var r=n.updateQueue;if(r!==null){n.updateQueue=null;var s=n.stateNode;s===null&&(s=n.stateNode=new fg),r.forEach(function(d){var g=C1.bind(null,n,d);s.has(d)||(s.add(d),d.then(g,g))})}}function Ii(n,r){var s=r.deletions;if(s!==null)for(var d=0;d<s.length;d++){var g=s[d];try{var b=n,_=r,L=_;e:for(;L!==null;){switch(L.tag){case 5:an=L.stateNode,Wn=!1;break e;case 3:an=L.stateNode.containerInfo,Wn=!0;break e;case 4:an=L.stateNode.containerInfo,Wn=!0;break e}L=L.return}if(an===null)throw Error(l(160));ou(b,_,g),an=null,Wn=!1;var U=g.alternate;U!==null&&(U.return=null),g.return=null}catch(re){gn(g,r,re)}}if(r.subtreeFlags&12854)for(r=r.child;r!==null;)mg(r,n),r=r.sibling}function mg(n,r){var s=n.alternate,d=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:if(Ii(r,n),aa(n),d&4){try{Ds(3,n,n.return),Rs(3,n)}catch(Ke){gn(n,n.return,Ke)}try{Ds(5,n,n.return)}catch(Ke){gn(n,n.return,Ke)}}break;case 1:Ii(r,n),aa(n),d&512&&s!==null&&iu(s,s.return);break;case 5:if(Ii(r,n),aa(n),d&512&&s!==null&&iu(s,s.return),n.flags&32){var g=n.stateNode;try{Ji(g,"")}catch(Ke){gn(n,n.return,Ke)}}if(d&4&&(g=n.stateNode,g!=null)){var b=n.memoizedProps,_=s!==null?s.memoizedProps:b,L=n.type,U=n.updateQueue;if(n.updateQueue=null,U!==null)try{L==="input"&&b.type==="radio"&&b.name!=null&&xt(g,b),Mn(L,_);var re=Mn(L,b);for(_=0;_<U.length;_+=2){var ke=U[_],xe=U[_+1];ke==="style"?Kt(g,xe):ke==="dangerouslySetInnerHTML"?Oo(g,xe):ke==="children"?Ji(g,xe):W(g,ke,xe,re)}switch(L){case"input":lt(g,b);break;case"textarea":Ge(g,b);break;case"select":var Se=g._wrapperState.wasMultiple;g._wrapperState.wasMultiple=!!b.multiple;var Ae=b.value;Ae!=null?br(g,!!b.multiple,Ae,!1):Se!==!!b.multiple&&(b.defaultValue!=null?br(g,!!b.multiple,b.defaultValue,!0):br(g,!!b.multiple,b.multiple?[]:"",!1))}g[Wo]=b}catch(Ke){gn(n,n.return,Ke)}}break;case 6:if(Ii(r,n),aa(n),d&4){if(n.stateNode===null)throw Error(l(162));g=n.stateNode,b=n.memoizedProps;try{g.nodeValue=b}catch(Ke){gn(n,n.return,Ke)}}break;case 3:if(Ii(r,n),aa(n),d&4&&s!==null&&s.memoizedState.isDehydrated)try{Ju(r.containerInfo)}catch(Ke){gn(n,n.return,Ke)}break;case 4:Ii(r,n),aa(n);break;case 13:Ii(r,n),aa(n),g=n.child,g.flags&8192&&(b=g.memoizedState!==null,g.stateNode.isHidden=b,!b||g.alternate!==null&&g.alternate.memoizedState!==null||(Zp=vn())),d&4&&Na(n);break;case 22:if(ke=s!==null&&s.memoizedState!==null,n.mode&1?(An=(re=An)||ke,Ii(r,n),An=re):Ii(r,n),aa(n),d&8192){if(re=n.memoizedState!==null,(n.stateNode.isHidden=re)&&!ke&&n.mode&1)for(He=n,ke=n.child;ke!==null;){for(xe=He=ke;He!==null;){switch(Se=He,Ae=Se.child,Se.tag){case 0:case 11:case 14:case 15:Ds(4,Se,Se.return);break;case 1:iu(Se,Se.return);var Ie=Se.stateNode;if(typeof Ie.componentWillUnmount=="function"){d=Se,s=Se.return;try{r=d,Ie.props=r.memoizedProps,Ie.state=r.memoizedState,Ie.componentWillUnmount()}catch(Ke){gn(d,s,Ke)}}break;case 5:iu(Se,Se.return);break;case 22:if(Se.memoizedState!==null){Qp(xe);continue}}Ae!==null?(Ae.return=Se,He=Ae):Qp(xe)}ke=ke.sibling}e:for(ke=null,xe=n;;){if(xe.tag===5){if(ke===null){ke=xe;try{g=xe.stateNode,re?(b=g.style,typeof b.setProperty=="function"?b.setProperty("display","none","important"):b.display="none"):(L=xe.stateNode,U=xe.memoizedProps.style,_=U!=null&&U.hasOwnProperty("display")?U.display:null,L.style.display=yt("display",_))}catch(Ke){gn(n,n.return,Ke)}}}else if(xe.tag===6){if(ke===null)try{xe.stateNode.nodeValue=re?"":xe.memoizedProps}catch(Ke){gn(n,n.return,Ke)}}else if((xe.tag!==22&&xe.tag!==23||xe.memoizedState===null||xe===n)&&xe.child!==null){xe.child.return=xe,xe=xe.child;continue}if(xe===n)break e;for(;xe.sibling===null;){if(xe.return===null||xe.return===n)break e;ke===xe&&(ke=null),xe=xe.return}ke===xe&&(ke=null),xe.sibling.return=xe.return,xe=xe.sibling}}break;case 19:Ii(r,n),aa(n),d&4&&Na(n);break;case 21:break;default:Ii(r,n),aa(n)}}function aa(n){var r=n.flags;if(r&2){try{e:{for(var s=n.return;s!==null;){if(vg(s)){var d=s;break e}s=s.return}throw Error(l(160))}switch(d.tag){case 5:var g=d.stateNode;d.flags&32&&(Ji(g,""),d.flags&=-33);var b=kf(n);ia(n,b,g);break;case 3:case 4:var _=d.stateNode.containerInfo,L=kf(n);au(n,L,_);break;default:throw Error(l(161))}}catch(U){gn(n,n.return,U)}n.flags&=-3}r&4096&&(n.flags&=-4097)}function hg(n,r,s){He=n,lu(n)}function lu(n,r,s){for(var d=(n.mode&1)!==0;He!==null;){var g=He,b=g.child;if(g.tag===22&&d){var _=g.memoizedState!==null||_s;if(!_){var L=g.alternate,U=L!==null&&L.memoizedState!==null||An;L=_s;var re=An;if(_s=_,(An=U)&&!re)for(He=g;He!==null;)_=He,U=_.child,_.tag===22&&_.memoizedState!==null?yg(g):U!==null?(U.return=_,He=U):yg(g);for(;b!==null;)He=b,lu(b),b=b.sibling;He=g,_s=L,An=re}gg(n)}else g.subtreeFlags&8772&&b!==null?(b.return=g,He=b):gg(n)}}function gg(n){for(;He!==null;){var r=He;if(r.flags&8772){var s=r.alternate;try{if(r.flags&8772)switch(r.tag){case 0:case 11:case 15:An||Rs(5,r);break;case 1:var d=r.stateNode;if(r.flags&4&&!An)if(s===null)d.componentDidMount();else{var g=r.elementType===r.type?s.memoizedProps:Gr(r.type,s.memoizedProps);d.componentDidUpdate(g,s.memoizedState,d.__reactInternalSnapshotBeforeUpdate)}var b=r.updateQueue;b!==null&&Qo(r,b,d);break;case 3:var _=r.updateQueue;if(_!==null){if(s=null,r.child!==null)switch(r.child.tag){case 5:s=r.child.stateNode;break;case 1:s=r.child.stateNode}Qo(r,_,s)}break;case 5:var L=r.stateNode;if(s===null&&r.flags&4){s=L;var U=r.memoizedProps;switch(r.type){case"button":case"input":case"select":case"textarea":U.autoFocus&&s.focus();break;case"img":U.src&&(s.src=U.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(r.memoizedState===null){var re=r.alternate;if(re!==null){var ke=re.memoizedState;if(ke!==null){var xe=ke.dehydrated;xe!==null&&Ju(xe)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(l(163))}An||r.flags&512&&Wp(r)}catch(Se){gn(r,r.return,Se)}}if(r===n){He=null;break}if(s=r.sibling,s!==null){s.return=r.return,He=s;break}He=r.return}}function Qp(n){for(;He!==null;){var r=He;if(r===n){He=null;break}var s=r.sibling;if(s!==null){s.return=r.return,He=s;break}He=r.return}}function yg(n){for(;He!==null;){var r=He;try{switch(r.tag){case 0:case 11:case 15:var s=r.return;try{Rs(4,r)}catch(U){gn(r,s,U)}break;case 1:var d=r.stateNode;if(typeof d.componentDidMount=="function"){var g=r.return;try{d.componentDidMount()}catch(U){gn(r,g,U)}}var b=r.return;try{Wp(r)}catch(U){gn(r,b,U)}break;case 5:var _=r.return;try{Wp(r)}catch(U){gn(r,_,U)}}}catch(U){gn(r,r.return,U)}if(r===n){He=null;break}var L=r.sibling;if(L!==null){L.return=r.return,He=L;break}He=r.return}}var xf=Math.ceil,Ps=ie.ReactCurrentDispatcher,Xp=ie.ReactCurrentOwner,dr=ie.ReactCurrentBatchConfig,St=0,sn=null,hn=null,Yn=0,ei=0,uu=vt(0),Fn=0,Ms=null,$a=0,wf=0,su=0,ol=null,xr=null,Zp=0,cu=1/0,La=null,Cf=!1,ll=null,oa=null,po=!1,vo=null,Ef=0,fu=0,_f=null,ul=-1,sl=0;function pr(){return St&6?vn():ul!==-1?ul:ul=vn()}function Dn(n){return n.mode&1?St&2&&Yn!==0?Yn&-Yn:Wc.transition!==null?(sl===0&&(sl=xc()),sl):(n=At,n!==0||(n=window.event,n=n===void 0?16:Zd(n.type)),n):1}function vr(n,r,s,d){if(50<fu)throw fu=0,_f=null,Error(l(185));zo(n,s,d),(!(St&2)||n!==sn)&&(n===sn&&(!(St&2)&&(wf|=s),Fn===4&&Ei(n,Yn)),mr(n,d),s===1&&St===0&&!(r.mode&1)&&(cu=vn()+500,jn&&Ar()))}function mr(n,r){var s=n.callbackNode;kc(n,r);var d=Ai(n,n===sn?Yn:0);if(d===0)s!==null&&ah(s),n.callbackNode=null,n.callbackPriority=0;else if(r=d&-d,n.callbackPriority!==r){if(s!=null&&ah(s),r===1)n.tag===0?xp(bg.bind(null,n)):kp(bg.bind(null,n)),yp(function(){!(St&6)&&Ar()}),s=null;else{switch(Yd(d)){case 1:s=ba;break;case 4:s=bt;break;case 16:s=Ya;break;case 536870912:s=Vd;break;default:s=Ya}s=nv(s,du.bind(null,n))}n.callbackPriority=r,n.callbackNode=s}}function du(n,r){if(ul=-1,sl=0,St&6)throw Error(l(327));var s=n.callbackNode;if(vu()&&n.callbackNode!==s)return null;var d=Ai(n,n===sn?Yn:0);if(d===0)return null;if(d&30||d&n.expiredLanes||r)r=Df(n,d);else{r=d;var g=St;St|=2;var b=Tf();(sn!==n||Yn!==r)&&(La=null,cu=vn()+500,cl(n,r));do try{S1();break}catch(L){Sg(n,L)}while(!0);Dp(),Ps.current=b,St=g,hn!==null?r=0:(sn=null,Yn=0,r=Fn)}if(r!==0){if(r===2&&(g=Kd(n),g!==0&&(d=g,r=Jp(n,g))),r===1)throw s=Ms,cl(n,0),Ei(n,d),mr(n,vn()),s;if(r===6)Ei(n,d);else{if(g=n.current.alternate,!(d&30)&&!Gp(g)&&(r=Df(n,d),r===2&&(b=Kd(n),b!==0&&(d=b,r=Jp(n,b))),r===1))throw s=Ms,cl(n,0),Ei(n,d),mr(n,vn()),s;switch(n.finishedWork=g,n.finishedLanes=d,r){case 0:case 1:throw Error(l(345));case 2:fl(n,xr,La);break;case 3:if(Ei(n,d),(d&130023424)===d&&(r=Zp+500-vn(),10<r)){if(Ai(n,0)!==0)break;if(g=n.suspendedLanes,(g&d)!==d){pr(),n.pingedLanes|=n.suspendedLanes&g;break}n.timeoutHandle=Ko(fl.bind(null,n,xr,La),r);break}fl(n,xr,La);break;case 4:if(Ei(n,d),(d&4194240)===d)break;for(r=n.eventTimes,g=-1;0<d;){var _=31-di(d);b=1<<_,_=r[_],_>g&&(g=_),d&=~b}if(d=g,d=vn()-d,d=(120>d?120:480>d?480:1080>d?1080:1920>d?1920:3e3>d?3e3:4320>d?4320:1960*xf(d/1960))-d,10<d){n.timeoutHandle=Ko(fl.bind(null,n,xr,La),d);break}fl(n,xr,La);break;case 5:fl(n,xr,La);break;default:throw Error(l(329))}}}return mr(n,vn()),n.callbackNode===s?du.bind(null,n):null}function Jp(n,r){var s=ol;return n.current.memoizedState.isDehydrated&&(cl(n,r).flags|=256),n=Df(n,r),n!==2&&(r=xr,xr=s,r!==null&&Ns(r)),n}function Ns(n){xr===null?xr=n:xr.push.apply(xr,n)}function Gp(n){for(var r=n;;){if(r.flags&16384){var s=r.updateQueue;if(s!==null&&(s=s.stores,s!==null))for(var d=0;d<s.length;d++){var g=s[d],b=g.getSnapshot;g=g.value;try{if(!mi(b(),g))return!1}catch{return!1}}}if(s=r.child,r.subtreeFlags&16384&&s!==null)s.return=r,r=s;else{if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return!0;r=r.return}r.sibling.return=r.return,r=r.sibling}}return!0}function Ei(n,r){for(r&=~su,r&=~wf,n.suspendedLanes|=r,n.pingedLanes&=~r,n=n.expirationTimes;0<r;){var s=31-di(r),d=1<<s;n[s]=-1,r&=~d}}function bg(n){if(St&6)throw Error(l(327));vu();var r=Ai(n,0);if(!(r&1))return mr(n,vn()),null;var s=Df(n,r);if(n.tag!==0&&s===2){var d=Kd(n);d!==0&&(r=d,s=Jp(n,d))}if(s===1)throw s=Ms,cl(n,0),Ei(n,r),mr(n,vn()),s;if(s===6)throw Error(l(345));return n.finishedWork=n.current.alternate,n.finishedLanes=r,fl(n,xr,La),mr(n,vn()),null}function pu(n,r){var s=St;St|=1;try{return n(r)}finally{St=s,St===0&&(cu=vn()+500,jn&&Ar())}}function mo(n){vo!==null&&vo.tag===0&&!(St&6)&&vu();var r=St;St|=1;var s=dr.transition,d=At;try{if(dr.transition=null,At=1,n)return n()}finally{At=d,dr.transition=s,St=r,!(St&6)&&Ar()}}function qp(){ei=uu.current,Mt(uu)}function cl(n,r){n.finishedWork=null,n.finishedLanes=0;var s=n.timeoutHandle;if(s!==-1&&(n.timeoutHandle=-1,Yh(s)),hn!==null)for(s=hn.return;s!==null;){var d=s;switch(Cp(d),d.tag){case 1:d=d.type.childContextTypes,d!=null&&yi();break;case 3:uo(),Mt(mn),Mt(st),Gc();break;case 5:ht(d);break;case 4:uo();break;case 13:Mt(at);break;case 19:Mt(at);break;case 10:io(d.type._context);break;case 22:case 23:qp()}s=s.return}if(sn=n,hn=n=ho(n.current,null),Yn=ei=r,Fn=0,Ms=null,su=wf=$a=0,xr=ol=null,Jn!==null){for(r=0;r<Jn.length;r++)if(s=Jn[r],d=s.interleaved,d!==null){s.interleaved=null;var g=d.next,b=s.pending;if(b!==null){var _=b.next;b.next=g,d.next=_}s.pending=d}Jn=null}return n}function Sg(n,r){do{var s=hn;try{if(Dp(),qc.current=hf,ot){for(var d=Gt.memoizedState;d!==null;){var g=d.queue;g!==null&&(g.pending=null),d=d.next}ot=!1}if(Zo=0,Ct=ce=Gt=null,ra=!1,qr=0,Xp.current=null,s===null||s.return===null){Fn=1,Ms=r,hn=null;break}e:{var b=n,_=s.return,L=s,U=r;if(r=Yn,L.flags|=32768,U!==null&&typeof U=="object"&&typeof U.then=="function"){var re=U,ke=L,xe=ke.tag;if(!(ke.mode&1)&&(xe===0||xe===11||xe===15)){var Se=ke.alternate;Se?(ke.updateQueue=Se.updateQueue,ke.memoizedState=Se.memoizedState,ke.lanes=Se.lanes):(ke.updateQueue=null,ke.memoizedState=null)}var Ae=Fp(_);if(Ae!==null){Ae.flags&=-257,zp(Ae,_,L,b,r),Ae.mode&1&&ug(b,re,r),r=Ae,U=re;var Ie=r.updateQueue;if(Ie===null){var Ke=new Set;Ke.add(U),r.updateQueue=Ke}else Ie.add(U);break e}else{if(!(r&1)){ug(b,re,r),ev();break e}U=Error(l(426))}}else if(Jt&&L.mode&1){var kn=Fp(_);if(kn!==null){!(kn.flags&65536)&&(kn.flags|=256),zp(kn,_,L,b,r),_p(tu(U,L));break e}}b=U=tu(U,L),Fn!==4&&(Fn=2),ol===null?ol=[b]:ol.push(b),b=_;do{switch(b.tag){case 3:b.flags|=65536,r&=-r,b.lanes|=r;var Y=lg(b,U,r);Mp(b,Y);break e;case 1:L=U;var H=b.type,q=b.stateNode;if(!(b.flags&128)&&(typeof H.getDerivedStateFromError=="function"||q!==null&&typeof q.componentDidCatch=="function"&&(oa===null||!oa.has(q)))){b.flags|=65536,r&=-r,b.lanes|=r;var Te=ws(b,L,r);Mp(b,Te);break e}}b=b.return}while(b!==null)}tv(s)}catch(We){r=We,hn===s&&s!==null&&(hn=s=s.return);continue}break}while(!0)}function Tf(){var n=Ps.current;return Ps.current=hf,n===null?hf:n}function ev(){(Fn===0||Fn===3||Fn===2)&&(Fn=4),sn===null||!($a&268435455)&&!(wf&268435455)||Ei(sn,Yn)}function Df(n,r){var s=St;St|=2;var d=Tf();(sn!==n||Yn!==r)&&(La=null,cl(n,r));do try{b1();break}catch(g){Sg(n,g)}while(!0);if(Dp(),St=s,Ps.current=d,hn!==null)throw Error(l(261));return sn=null,Yn=0,Fn}function b1(){for(;hn!==null;)kg(hn)}function S1(){for(;hn!==null&&!V0();)kg(hn)}function kg(n){var r=wg(n.alternate,n,ei);n.memoizedProps=n.pendingProps,r===null?tv(n):hn=r,Xp.current=null}function tv(n){var r=n;do{var s=r.alternate;if(n=r.return,r.flags&32768){if(s=Kp(s,r),s!==null){s.flags&=32767,hn=s;return}if(n!==null)n.flags|=32768,n.subtreeFlags=0,n.deletions=null;else{Fn=6,hn=null;return}}else if(s=y1(s,r,ei),s!==null){hn=s;return}if(r=r.sibling,r!==null){hn=r;return}hn=r=n}while(r!==null);Fn===0&&(Fn=5)}function fl(n,r,s){var d=At,g=dr.transition;try{dr.transition=null,At=1,k1(n,r,s,d)}finally{dr.transition=g,At=d}return null}function k1(n,r,s,d){do vu();while(vo!==null);if(St&6)throw Error(l(327));s=n.finishedWork;var g=n.finishedLanes;if(s===null)return null;if(n.finishedWork=null,n.finishedLanes=0,s===n.current)throw Error(l(177));n.callbackNode=null,n.callbackPriority=0;var b=s.lanes|s.childLanes;if(Y0(n,b),n===sn&&(hn=sn=null,Yn=0),!(s.subtreeFlags&2064)&&!(s.flags&2064)||po||(po=!0,nv(Ya,function(){return vu(),null})),b=(s.flags&15990)!==0,s.subtreeFlags&15990||b){b=dr.transition,dr.transition=null;var _=At;At=1;var L=St;St|=4,Xp.current=null,pg(n,s),mg(s,n),Oc(jo),Uo=!!hp,jo=hp=null,n.current=s,hg(s),j0(),St=L,At=_,dr.transition=b}else n.current=s;if(po&&(po=!1,vo=n,Ef=g),b=n.pendingLanes,b===0&&(oa=null),lh(s.stateNode),mr(n,vn()),r!==null)for(d=n.onRecoverableError,s=0;s<r.length;s++)g=r[s],d(g.value,{componentStack:g.stack,digest:g.digest});if(Cf)throw Cf=!1,n=ll,ll=null,n;return Ef&1&&n.tag!==0&&vu(),b=n.pendingLanes,b&1?n===_f?fu++:(fu=0,_f=n):fu=0,Ar(),null}function vu(){if(vo!==null){var n=Yd(Ef),r=dr.transition,s=At;try{if(dr.transition=null,At=16>n?16:n,vo===null)var d=!1;else{if(n=vo,vo=null,Ef=0,St&6)throw Error(l(331));var g=St;for(St|=4,He=n.current;He!==null;){var b=He,_=b.child;if(He.flags&16){var L=b.deletions;if(L!==null){for(var U=0;U<L.length;U++){var re=L[U];for(He=re;He!==null;){var ke=He;switch(ke.tag){case 0:case 11:case 15:Ds(8,ke,b)}var xe=ke.child;if(xe!==null)xe.return=ke,He=xe;else for(;He!==null;){ke=He;var Se=ke.sibling,Ae=ke.return;if(Yp(ke),ke===re){He=null;break}if(Se!==null){Se.return=Ae,He=Se;break}He=Ae}}}var Ie=b.alternate;if(Ie!==null){var Ke=Ie.child;if(Ke!==null){Ie.child=null;do{var kn=Ke.sibling;Ke.sibling=null,Ke=kn}while(Ke!==null)}}He=b}}if(b.subtreeFlags&2064&&_!==null)_.return=b,He=_;else e:for(;He!==null;){if(b=He,b.flags&2048)switch(b.tag){case 0:case 11:case 15:Ds(9,b,b.return)}var Y=b.sibling;if(Y!==null){Y.return=b.return,He=Y;break e}He=b.return}}var H=n.current;for(He=H;He!==null;){_=He;var q=_.child;if(_.subtreeFlags&2064&&q!==null)q.return=_,He=q;else e:for(_=H;He!==null;){if(L=He,L.flags&2048)try{switch(L.tag){case 0:case 11:case 15:Rs(9,L)}}catch(We){gn(L,L.return,We)}if(L===_){He=null;break e}var Te=L.sibling;if(Te!==null){Te.return=L.return,He=Te;break e}He=L.return}}if(St=g,Ar(),Oi&&typeof Oi.onPostCommitFiberRoot=="function")try{Oi.onPostCommitFiberRoot(Wu,n)}catch{}d=!0}return d}finally{At=s,dr.transition=r}}return!1}function xg(n,r,s){r=tu(s,r),r=lg(n,r,1),n=oo(n,r,1),r=pr(),n!==null&&(zo(n,1,r),mr(n,r))}function gn(n,r,s){if(n.tag===3)xg(n,n,s);else for(;r!==null;){if(r.tag===3){xg(r,n,s);break}else if(r.tag===1){var d=r.stateNode;if(typeof r.type.getDerivedStateFromError=="function"||typeof d.componentDidCatch=="function"&&(oa===null||!oa.has(d))){n=tu(s,n),n=ws(r,n,1),r=oo(r,n,1),n=pr(),r!==null&&(zo(r,1,n),mr(r,n));break}}r=r.return}}function x1(n,r,s){var d=n.pingCache;d!==null&&d.delete(r),r=pr(),n.pingedLanes|=n.suspendedLanes&s,sn===n&&(Yn&s)===s&&(Fn===4||Fn===3&&(Yn&130023424)===Yn&&500>vn()-Zp?cl(n,0):su|=s),mr(n,r)}function Rf(n,r){r===0&&(n.mode&1?(r=Al,Al<<=1,!(Al&130023424)&&(Al=4194304)):r=1);var s=pr();n=Da(n,r),n!==null&&(zo(n,r,s),mr(n,s))}function w1(n){var r=n.memoizedState,s=0;r!==null&&(s=r.retryLane),Rf(n,s)}function C1(n,r){var s=0;switch(n.tag){case 13:var d=n.stateNode,g=n.memoizedState;g!==null&&(s=g.retryLane);break;case 19:d=n.stateNode;break;default:throw Error(l(314))}d!==null&&d.delete(r),Rf(n,s)}var wg;wg=function(n,r,s){if(n!==null)if(n.memoizedProps!==r.pendingProps||mn.current)Tn=!0;else{if(!(n.lanes&s)&&!(r.flags&128))return Tn=!1,Ma(n,r,s);Tn=!!(n.flags&131072)}else Tn=!1,Jt&&r.flags&1048576&&wp(r,Ql,r.index);switch(r.lanes=0,r.tag){case 2:var d=r.type;cr(n,r),n=r.pendingProps;var g=gi(r,st.current);Ne(r,s),g=so(null,r,d,n,g,s);var b=qo();return r.flags|=1,typeof g=="object"&&g!==null&&typeof g.render=="function"&&g.$$typeof===void 0?(r.tag=1,r.memoizedState=null,r.updateQueue=null,rn(d)?(b=!0,Hc(r)):b=!1,r.memoizedState=g.state!==null&&g.state!==void 0?g.state:null,Pp(r),g.updater=Xc,r.stateNode=g,g._reactInternals=r,Zc(r,d,n,s),r=sg(null,r,d,!0,b,s)):(r.tag=0,Jt&&b&&Ic(r),Ln(null,r,g,s),r=r.child),r;case 16:d=r.elementType;e:{switch(cr(n,r),n=r.pendingProps,g=d._init,d=g(d._payload),r.type=d,g=r.tag=_1(d),n=Gr(d,n),g){case 0:r=nu(null,r,d,n,s);break e;case 1:r=Up(null,r,d,n,s);break e;case 11:r=fo(null,r,d,n,s);break e;case 14:r=yf(null,r,d,Gr(d.type,n),s);break e}throw Error(l(306,d,""))}return r;case 0:return d=r.type,g=r.pendingProps,g=r.elementType===d?g:Gr(d,g),nu(n,r,d,g,s);case 1:return d=r.type,g=r.pendingProps,g=r.elementType===d?g:Gr(d,g),Up(n,r,d,g,s);case 3:e:{if(cg(r),n===null)throw Error(l(387));d=r.pendingProps,b=r.memoizedState,g=b.element,$n(n,r),lo(r,d,null,s);var _=r.memoizedState;if(d=_.element,b.isDehydrated)if(b={element:d,isDehydrated:!1,cache:_.cache,pendingSuspenseBoundaries:_.pendingSuspenseBoundaries,transitions:_.transitions},r.updateQueue.baseState=b,r.memoizedState=b,r.flags&256){g=tu(Error(l(423)),r),r=bf(n,r,d,s,g);break e}else if(d!==g){g=tu(Error(l(424)),r),r=bf(n,r,d,s,g);break e}else for(Ur=Bi(r.stateNode.containerInfo.firstChild),Jr=r,Jt=!0,Si=null,s=ag(r,null,d,s),r.child=s;s;)s.flags=s.flags&-3|4096,s=s.sibling;else{if(ln(),d===g){r=Gn(n,r,s);break e}Ln(n,r,d,s)}r=r.child}return r;case 5:return it(r),n===null&&jc(r),d=r.type,g=r.pendingProps,b=n!==null?n.memoizedProps:null,_=g.children,fs(d,g)?_=null:b!==null&&fs(d,b)&&(r.flags|=32),mt(n,r),Ln(n,r,_,s),r.child;case 6:return n===null&&jc(r),null;case 13:return Hp(n,r,s);case 4:return $p(r,r.stateNode.containerInfo),d=r.pendingProps,n===null?r.child=Zl(r,null,d,s):Ln(n,r,d,s),r.child;case 11:return d=r.type,g=r.pendingProps,g=r.elementType===d?g:Gr(d,g),fo(n,r,d,g,s);case 7:return Ln(n,r,r.pendingProps,s),r.child;case 8:return Ln(n,r,r.pendingProps.children,s),r.child;case 12:return Ln(n,r,r.pendingProps.children,s),r.child;case 10:e:{if(d=r.type._context,g=r.pendingProps,b=r.memoizedProps,_=g.value,$t(na,d._currentValue),d._currentValue=_,b!==null)if(mi(b.value,_)){if(b.children===g.children&&!mn.current){r=Gn(n,r,s);break e}}else for(b=r.child,b!==null&&(b.return=r);b!==null;){var L=b.dependencies;if(L!==null){_=b.child;for(var U=L.firstContext;U!==null;){if(U.context===d){if(b.tag===1){U=Ra(-1,s&-s),U.tag=2;var re=b.updateQueue;if(re!==null){re=re.shared;var ke=re.pending;ke===null?U.next=U:(U.next=ke.next,ke.next=U),re.pending=U}}b.lanes|=s,U=b.alternate,U!==null&&(U.lanes|=s),Kn(b.return,s,r),L.lanes|=s;break}U=U.next}}else if(b.tag===10)_=b.type===r.type?null:b.child;else if(b.tag===18){if(_=b.return,_===null)throw Error(l(341));_.lanes|=s,L=_.alternate,L!==null&&(L.lanes|=s),Kn(_,s,r),_=b.sibling}else _=b.child;if(_!==null)_.return=b;else for(_=b;_!==null;){if(_===r){_=null;break}if(b=_.sibling,b!==null){b.return=_.return,_=b;break}_=_.return}b=_}Ln(n,r,g.children,s),r=r.child}return r;case 9:return g=r.type,d=r.pendingProps.children,Ne(r,s),g=Sn(g),d=d(g),r.flags|=1,Ln(n,r,d,s),r.child;case 14:return d=r.type,g=Gr(d,r.pendingProps),g=Gr(d.type,g),yf(n,r,d,g,s);case 15:return Ir(n,r,r.type,r.pendingProps,s);case 17:return d=r.type,g=r.pendingProps,g=r.elementType===d?g:Gr(d,g),cr(n,r),r.tag=1,rn(d)?(n=!0,Hc(r)):n=!1,Ne(r,s),tg(r,d,g),Zc(r,d,g,s),sg(null,r,d,!0,n,s);case 19:return jp(n,r,s);case 22:return rl(n,r,s)}throw Error(l(156,r.tag))};function nv(n,r){return Id(n,r)}function E1(n,r,s,d){this.tag=n,this.key=s,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=r,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=d,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function _i(n,r,s,d){return new E1(n,r,s,d)}function rv(n){return n=n.prototype,!(!n||!n.isReactComponent)}function _1(n){if(typeof n=="function")return rv(n)?1:0;if(n!=null){if(n=n.$$typeof,n===Ce)return 11;if(n===Re)return 14}return 2}function ho(n,r){var s=n.alternate;return s===null?(s=_i(n.tag,r,n.key,n.mode),s.elementType=n.elementType,s.type=n.type,s.stateNode=n.stateNode,s.alternate=n,n.alternate=s):(s.pendingProps=r,s.type=n.type,s.flags=0,s.subtreeFlags=0,s.deletions=null),s.flags=n.flags&14680064,s.childLanes=n.childLanes,s.lanes=n.lanes,s.child=n.child,s.memoizedProps=n.memoizedProps,s.memoizedState=n.memoizedState,s.updateQueue=n.updateQueue,r=n.dependencies,s.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext},s.sibling=n.sibling,s.index=n.index,s.ref=n.ref,s}function Pf(n,r,s,d,g,b){var _=2;if(d=n,typeof n=="function")rv(n)&&(_=1);else if(typeof n=="string")_=5;else e:switch(n){case be:return dl(s.children,g,b,r);case $:_=8,g|=8;break;case ge:return n=_i(12,s,r,g|2),n.elementType=ge,n.lanes=b,n;case K:return n=_i(13,s,r,g),n.elementType=K,n.lanes=b,n;case ae:return n=_i(19,s,r,g),n.elementType=ae,n.lanes=b,n;case _e:return $s(s,g,b,r);default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case J:_=10;break e;case Q:_=9;break e;case Ce:_=11;break e;case Re:_=14;break e;case Xe:_=16,d=null;break e}throw Error(l(130,n==null?n:typeof n,""))}return r=_i(_,s,r,g),r.elementType=n,r.type=d,r.lanes=b,r}function dl(n,r,s,d){return n=_i(7,n,d,r),n.lanes=s,n}function $s(n,r,s,d){return n=_i(22,n,d,r),n.elementType=_e,n.lanes=s,n.stateNode={isHidden:!1},n}function Ls(n,r,s){return n=_i(6,n,null,r),n.lanes=s,n}function pl(n,r,s){return r=_i(4,n.children!==null?n.children:[],n.key,r),r.lanes=s,r.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},r}function T1(n,r,s,d,g){this.tag=r,this.containerInfo=n,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Wd(0),this.expirationTimes=Wd(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Wd(0),this.identifierPrefix=d,this.onRecoverableError=g,this.mutableSourceEagerHydrationData=null}function Mf(n,r,s,d,g,b,_,L,U){return n=new T1(n,r,s,L,U),r===1?(r=1,b===!0&&(r|=8)):r=0,b=_i(3,null,null,r),n.current=b,b.stateNode=n,b.memoizedState={element:d,isDehydrated:s,cache:null,transitions:null,pendingSuspenseBoundaries:null},Pp(b),n}function Cg(n,r,s){var d=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:ve,key:d==null?null:""+d,children:n,containerInfo:r,implementation:s}}function iv(n){if(!n)return ta;n=n._reactInternals;e:{if(qi(n)!==n||n.tag!==1)throw Error(l(170));var r=n;do{switch(r.tag){case 3:r=r.stateNode.context;break e;case 1:if(rn(r.type)){r=r.stateNode.__reactInternalMemoizedMergedChildContext;break e}}r=r.return}while(r!==null);throw Error(l(171))}if(n.tag===1){var s=n.type;if(rn(s))return vs(n,s,r)}return r}function Eg(n,r,s,d,g,b,_,L,U){return n=Mf(s,d,!0,n,g,b,_,L,U),n.context=iv(null),s=n.current,d=pr(),g=Dn(s),b=Ra(d,g),b.callback=r??null,oo(s,b,g),n.current.lanes=g,zo(n,g,d),mr(n,d),n}function Os(n,r,s,d){var g=r.current,b=pr(),_=Dn(g);return s=iv(s),r.context===null?r.context=s:r.pendingContext=s,r=Ra(b,_),r.payload={element:n},d=d===void 0?null:d,d!==null&&(r.callback=d),n=oo(g,r,_),n!==null&&(vr(n,g,_,b),Qc(n,g,_)),_}function Nf(n){if(n=n.current,!n.child)return null;switch(n.child.tag){case 5:return n.child.stateNode;default:return n.child.stateNode}}function _g(n,r){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var s=n.retryLane;n.retryLane=s!==0&&s<r?s:r}}function av(n,r){_g(n,r),(n=n.alternate)&&_g(n,r)}function Tg(){return null}var ov=typeof reportError=="function"?reportError:function(n){console.error(n)};function $f(n){this._internalRoot=n}Oa.prototype.render=$f.prototype.render=function(n){var r=this._internalRoot;if(r===null)throw Error(l(409));Os(n,r,null,null)},Oa.prototype.unmount=$f.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var r=n.containerInfo;mo(function(){Os(null,n,null,null)}),r[_a]=null}};function Oa(n){this._internalRoot=n}Oa.prototype.unstable_scheduleHydration=function(n){if(n){var r=fh();n={blockedOn:null,target:n,priority:r};for(var s=0;s<Ut.length&&r!==0&&r<Ut[s].priority;s++);Ut.splice(s,0,n),s===0&&dh(n)}};function lv(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function Lf(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11&&(n.nodeType!==8||n.nodeValue!==" react-mount-point-unstable "))}function Dg(){}function D1(n,r,s,d,g){if(g){if(typeof d=="function"){var b=d;d=function(){var re=Nf(_);b.call(re)}}var _=Eg(r,d,n,0,null,!1,!1,"",Dg);return n._reactRootContainer=_,n[_a]=_.current,Wl(n.nodeType===8?n.parentNode:n),mo(),_}for(;g=n.lastChild;)n.removeChild(g);if(typeof d=="function"){var L=d;d=function(){var re=Nf(U);L.call(re)}}var U=Mf(n,0,!1,null,null,!1,!1,"",Dg);return n._reactRootContainer=U,n[_a]=U.current,Wl(n.nodeType===8?n.parentNode:n),mo(function(){Os(r,U,s,d)}),U}function Of(n,r,s,d,g){var b=s._reactRootContainer;if(b){var _=b;if(typeof g=="function"){var L=g;g=function(){var U=Nf(_);L.call(U)}}Os(r,_,n,g)}else _=D1(s,r,n,g,d);return Nf(_)}ch=function(n){switch(n.tag){case 3:var r=n.stateNode;if(r.current.memoizedState.isDehydrated){var s=Fo(r.pendingLanes);s!==0&&(Yu(r,s|1),mr(r,vn()),!(St&6)&&(cu=vn()+500,Ar()))}break;case 13:mo(function(){var d=Da(n,1);if(d!==null){var g=pr();vr(d,n,1,g)}}),av(n,1)}},wc=function(n){if(n.tag===13){var r=Da(n,134217728);if(r!==null){var s=pr();vr(r,n,134217728,s)}av(n,134217728)}},Wt=function(n){if(n.tag===13){var r=Dn(n),s=Da(n,r);if(s!==null){var d=pr();vr(s,n,r,d)}av(n,r)}},fh=function(){return At},Qd=function(n,r){var s=At;try{return At=n,r()}finally{At=s}},Gi=function(n,r,s){switch(r){case"input":if(lt(n,s),r=s.name,s.type==="radio"&&r!=null){for(s=n;s.parentNode;)s=s.parentNode;for(s=s.querySelectorAll("input[name="+JSON.stringify(""+r)+'][type="radio"]'),r=0;r<s.length;r++){var d=s[r];if(d!==n&&d.form===n.form){var g=tt(d);if(!g)throw Error(l(90));me(d),lt(d,g)}}}break;case"textarea":Ge(n,s);break;case"select":r=s.value,r!=null&&br(n,!!s.multiple,r,!1)}},th=pu,nh=mo;var R1={usingClientEntryPoint:!1,Events:[ps,Yl,tt,hc,gc,pu]},mu={findFiberByHostInstance:hi,bundleType:0,version:"18.2.0",rendererPackageName:"react-dom"},P1={bundleType:mu.bundleType,version:mu.version,rendererPackageName:mu.rendererPackageName,rendererConfig:mu.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:ie.ReactCurrentDispatcher,findHostInstanceByFiber:function(n){return n=rh(n),n===null?null:n.stateNode},findFiberByHostInstance:mu.findFiberByHostInstance||Tg,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.2.0-next-9e3b772b8-20220608"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Af=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Af.isDisabled&&Af.supportsFiber)try{Wu=Af.inject(P1),Oi=Af}catch{}}return li.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=R1,li.createPortal=function(n,r){var s=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!lv(r))throw Error(l(200));return Cg(n,r,null,s)},li.createRoot=function(n,r){if(!lv(n))throw Error(l(299));var s=!1,d="",g=ov;return r!=null&&(r.unstable_strictMode===!0&&(s=!0),r.identifierPrefix!==void 0&&(d=r.identifierPrefix),r.onRecoverableError!==void 0&&(g=r.onRecoverableError)),r=Mf(n,1,!1,null,null,s,!1,d,g),n[_a]=r.current,Wl(n.nodeType===8?n.parentNode:n),new $f(r)},li.findDOMNode=function(n){if(n==null)return null;if(n.nodeType===1)return n;var r=n._reactInternals;if(r===void 0)throw typeof n.render=="function"?Error(l(188)):(n=Object.keys(n).join(","),Error(l(268,n)));return n=rh(r),n=n===null?null:n.stateNode,n},li.flushSync=function(n){return mo(n)},li.hydrate=function(n,r,s){if(!Lf(r))throw Error(l(200));return Of(null,n,r,!0,s)},li.hydrateRoot=function(n,r,s){if(!lv(n))throw Error(l(405));var d=s!=null&&s.hydratedSources||null,g=!1,b="",_=ov;if(s!=null&&(s.unstable_strictMode===!0&&(g=!0),s.identifierPrefix!==void 0&&(b=s.identifierPrefix),s.onRecoverableError!==void 0&&(_=s.onRecoverableError)),r=Eg(r,null,n,1,s??null,g,!1,b,_),n[_a]=r.current,Wl(n),d)for(n=0;n<d.length;n++)s=d[n],g=s._getVersion,g=g(s._source),r.mutableSourceEagerHydrationData==null?r.mutableSourceEagerHydrationData=[s,g]:r.mutableSourceEagerHydrationData.push(s,g);return new Oa(r)},li.render=function(n,r,s){if(!Lf(r))throw Error(l(200));return Of(null,n,r,!1,s)},li.unmountComponentAtNode=function(n){if(!Lf(n))throw Error(l(40));return n._reactRootContainer?(mo(function(){Of(null,null,n,!1,function(){n._reactRootContainer=null,n[_a]=null})}),!0):!1},li.unstable_batchedUpdates=pu,li.unstable_renderSubtreeIntoContainer=function(n,r,s,d){if(!Lf(s))throw Error(l(200));if(n==null||n._reactInternals===void 0)throw Error(l(38));return Of(n,r,s,!1,d)},li.version="18.2.0-next-9e3b772b8-20220608",li}var ui={};/**
34
34
  * @license React
35
35
  * react-dom.development.js
36
36
  *
@@ -38,15 +38,15 @@ Error generating stack: `+h.message+`
38
38
  *
39
39
  * This source code is licensed under the MIT license found in the
40
40
  * LICENSE file in the root directory of this source tree.
41
- */var px;function gD(){return px||(px=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var l=L,c=fx(),s=l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,v=!1;function g(e){v=e}function S(e){if(!v){for(var t=arguments.length,i=new Array(t>1?t-1:0),a=1;a<t;a++)i[a-1]=arguments[a];E("warn",e,i)}}function y(e){if(!v){for(var t=arguments.length,i=new Array(t>1?t-1:0),a=1;a<t;a++)i[a-1]=arguments[a];E("error",e,i)}}function E(e,t,i){{var a=s.ReactDebugCurrentFrame,u=a.getStackAddendum();u!==""&&(t+="%s",i=i.concat([u]));var d=i.map(function(m){return String(m)});d.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,d)}}var T=0,R=1,j=2,D=3,N=4,M=5,te=6,Y=7,U=8,me=9,_e=10,ne=11,ce=12,H=13,ze=14,$e=15,P=16,Te=17,Se=18,ee=19,Re=21,Q=22,ae=23,Ue=24,ut=25,Qt=!0,he=!1,G=!1,q=!1,De=!1,Z=!0,se=!1,de=!1,be=!0,F=!0,Ne=!0,ue=new Set,We={},rt={};function st(e,t){fe(e,t),fe(e+"Capture",t)}function fe(e,t){We[e]&&y("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),We[e]=t;{var i=e.toLowerCase();rt[i]=e,e==="onDoubleClick"&&(rt.ondblclick=e)}for(var a=0;a<t.length;a++)ue.add(t[a])}var ht=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Ce=Object.prototype.hasOwnProperty;function Je(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,i=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return i}}function St(e){try{return it(e),!1}catch{return!0}}function it(e){return""+e}function Lt(e,t){if(St(e))return y("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,Je(e)),it(e)}function dr(e){if(St(e))return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Je(e)),it(e)}function jt(e,t){if(St(e))return y("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.",t,Je(e)),it(e)}function pr(e,t){if(St(e))return y("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,Je(e)),it(e)}function vr(e){if(St(e))return y("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",Je(e)),it(e)}function Kt(e){if(St(e))return y("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.",Je(e)),it(e)}var Ke=0,xt=1,kn=2,mn=3,nn=4,bo=5,Ui=6,xe=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Qe=xe+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",yt=new RegExp("^["+xe+"]["+Qe+"]*$"),Bt={},hn={};function tr(e){return Ce.call(hn,e)?!0:Ce.call(Bt,e)?!1:yt.test(e)?(hn[e]=!0,!0):(Bt[e]=!0,y("Invalid attribute name: `%s`",e),!1)}function Tn(e,t,i){return t!==null?t.type===Ke:i?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function ni(e,t,i,a){if(i!==null&&i.type===Ke)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":{if(a)return!1;if(i!==null)return!i.acceptsBooleans;var u=e.toLowerCase().slice(0,5);return u!=="data-"&&u!=="aria-"}default:return!1}}function un(e,t,i,a){if(t===null||typeof t>"u"||ni(e,t,i,a))return!0;if(a)return!1;if(i!==null)switch(i.type){case mn:return!t;case nn:return t===!1;case bo:return isNaN(t);case Ui:return isNaN(t)||t<1}return!1}function Hi(e){return sn.hasOwnProperty(e)?sn[e]:null}function Sn(e,t,i,a,u,d,m){this.acceptsBooleans=t===kn||t===mn||t===nn,this.attributeName=a,this.attributeNamespace=u,this.mustUseProperty=i,this.propertyName=e,this.type=t,this.sanitizeURL=d,this.removeEmptyString=m}var sn={},rm=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];rm.forEach(function(e){sn[e]=new Sn(e,Ke,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0],i=e[1];sn[t]=new Sn(t,xt,!1,i,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){sn[e]=new Sn(e,kn,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){sn[e]=new Sn(e,kn,!1,e,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(e){sn[e]=new Sn(e,mn,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){sn[e]=new Sn(e,mn,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){sn[e]=new Sn(e,nn,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){sn[e]=new Sn(e,Ui,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){sn[e]=new Sn(e,bo,!1,e.toLowerCase(),null,!1,!1)});var Qs=/[\-\:]([a-z])/g,Ks=function(e){return e[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(e){var t=e.replace(Qs,Ks);sn[t]=new Sn(t,xt,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(Qs,Ks);sn[t]=new Sn(t,xt,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(Qs,Ks);sn[t]=new Sn(t,xt,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){sn[e]=new Sn(e,xt,!1,e.toLowerCase(),null,!1,!1)});var im="xlinkHref";sn[im]=new Sn("xlinkHref",xt,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){sn[e]=new Sn(e,xt,!1,e.toLowerCase(),null,!0,!0)});var am=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,Xs=!1;function id(e){!Xs&&am.test(e)&&(Xs=!0,y("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(e)))}function Tu(e,t,i,a){if(a.mustUseProperty){var u=a.propertyName;return e[u]}else{Lt(i,t),a.sanitizeURL&&id(""+i);var d=a.attributeName,m=null;if(a.type===nn){if(e.hasAttribute(d)){var b=e.getAttribute(d);return b===""?!0:un(t,i,a,!1)?b:b===""+i?i:b}}else if(e.hasAttribute(d)){if(un(t,i,a,!1))return e.getAttribute(d);if(a.type===mn)return i;m=e.getAttribute(d)}return un(t,i,a,!1)?m===null?i:m:m===""+i?i:m}}function Js(e,t,i,a){{if(!tr(t))return;if(!e.hasAttribute(t))return i===void 0?void 0:null;var u=e.getAttribute(t);return Lt(i,t),u===""+i?i:u}}function ko(e,t,i,a){var u=Hi(t);if(!Tn(t,u,a)){if(un(t,i,u,a)&&(i=null),a||u===null){if(tr(t)){var d=t;i===null?e.removeAttribute(d):(Lt(i,t),e.setAttribute(d,""+i))}return}var m=u.mustUseProperty;if(m){var b=u.propertyName;if(i===null){var k=u.type;e[b]=k===mn?!1:""}else e[b]=i;return}var _=u.attributeName,C=u.attributeNamespace;if(i===null)e.removeAttribute(_);else{var z=u.type,$;z===mn||z===nn&&i===!0?$="":(Lt(i,_),$=""+i,u.sanitizeURL&&id($.toString())),C?e.setAttributeNS(C,_,$):e.setAttribute(_,$)}}}var hl=Symbol.for("react.element"),Ei=Symbol.for("react.portal"),aa=Symbol.for("react.fragment"),yl=Symbol.for("react.strict_mode"),Ru=Symbol.for("react.profiler"),ad=Symbol.for("react.provider"),od=Symbol.for("react.context"),gl=Symbol.for("react.forward_ref"),Vi=Symbol.for("react.suspense"),Du=Symbol.for("react.suspense_list"),bl=Symbol.for("react.memo"),mr=Symbol.for("react.lazy"),om=Symbol.for("react.scope"),lm=Symbol.for("react.debug_trace_mode"),ld=Symbol.for("react.offscreen"),um=Symbol.for("react.legacy_hidden"),Nb=Symbol.for("react.cache"),Ob=Symbol.for("react.tracing_marker"),cn=Symbol.iterator,Lb="@@iterator";function oa(e){if(e===null||typeof e!="object")return null;var t=cn&&e[cn]||e[Lb];return typeof t=="function"?t:null}var gt=Object.assign,Pa=0,sm,ud,Nu,wi,cm,ri,fm;function dm(){}dm.__reactDisabledLog=!0;function Mb(){{if(Pa===0){sm=console.log,ud=console.info,Nu=console.warn,wi=console.error,cm=console.group,ri=console.groupCollapsed,fm=console.groupEnd;var e={configurable:!0,enumerable:!0,value:dm,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Pa++}}function Zs(){{if(Pa--,Pa===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:gt({},e,{value:sm}),info:gt({},e,{value:ud}),warn:gt({},e,{value:Nu}),error:gt({},e,{value:wi}),group:gt({},e,{value:cm}),groupCollapsed:gt({},e,{value:ri}),groupEnd:gt({},e,{value:fm})})}Pa<0&&y("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var kl=s.ReactCurrentDispatcher,So;function Ti(e,t,i){{if(So===void 0)try{throw Error()}catch(u){var a=u.stack.trim().match(/\n( *(at )?)/);So=a&&a[1]||""}return`
42
- `+So+e}}var sd=!1,Gs;{var cd=typeof WeakMap=="function"?WeakMap:Map;Gs=new cd}function qs(e,t){if(!e||sd)return"";{var i=Gs.get(e);if(i!==void 0)return i}var a;sd=!0;var u=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var d;d=kl.current,kl.current=null,Mb();try{if(t){var m=function(){throw Error()};if(Object.defineProperty(m.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(m,[])}catch(X){a=X}Reflect.construct(e,[],m)}else{try{m.call()}catch(X){a=X}e.call(m.prototype)}}else{try{throw Error()}catch(X){a=X}e()}}catch(X){if(X&&a&&typeof X.stack=="string"){for(var b=X.stack.split(`
43
- `),k=a.stack.split(`
44
- `),_=b.length-1,C=k.length-1;_>=1&&C>=0&&b[_]!==k[C];)C--;for(;_>=1&&C>=0;_--,C--)if(b[_]!==k[C]){if(_!==1||C!==1)do if(_--,C--,C<0||b[_]!==k[C]){var z=`
45
- `+b[_].replace(" at new "," at ");return e.displayName&&z.includes("<anonymous>")&&(z=z.replace("<anonymous>",e.displayName)),typeof e=="function"&&Gs.set(e,z),z}while(_>=1&&C>=0);break}}}finally{sd=!1,kl.current=d,Zs(),Error.prepareStackTrace=u}var $=e?e.displayName||e.name:"",K=$?Ti($):"";return typeof e=="function"&&Gs.set(e,K),K}function fd(e,t,i){return qs(e,!0)}function xo(e,t,i){return qs(e,!1)}function $b(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function Ou(e,t,i){if(e==null)return"";if(typeof e=="function")return qs(e,$b(e));if(typeof e=="string")return Ti(e);switch(e){case Vi:return Ti("Suspense");case Du:return Ti("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case gl:return xo(e.render);case bl:return Ou(e.type,t,i);case mr:{var a=e,u=a._payload,d=a._init;try{return Ou(d(u),t,i)}catch{}}}return""}function Mt(e){switch(e._debugOwner&&e._debugOwner.type,e._debugSource,e.tag){case M:return Ti(e.type);case P:return Ti("Lazy");case H:return Ti("Suspense");case ee:return Ti("SuspenseList");case T:case j:case $e:return xo(e.type);case ne:return xo(e.type.render);case R:return fd(e.type);default:return""}}function dd(e){try{var t="",i=e;do t+=Mt(i),i=i.return;while(i);return t}catch(a){return`
46
- Error generating stack: `+a.message+`
47
- `+a.stack}}function pm(e,t,i){var a=e.displayName;if(a)return a;var u=t.displayName||t.name||"";return u!==""?i+"("+u+")":i}function ec(e){return e.displayName||"Context"}function It(e){if(e==null)return null;if(typeof e.tag=="number"&&y("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case aa:return"Fragment";case Ei:return"Portal";case Ru:return"Profiler";case yl:return"StrictMode";case Vi:return"Suspense";case Du:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case od:var t=e;return ec(t)+".Consumer";case ad:var i=e;return ec(i._context)+".Provider";case gl:return pm(e,e.render,"ForwardRef");case bl:var a=e.displayName||null;return a!==null?a:It(e.type)||"Memo";case mr:{var u=e,d=u._payload,m=u._init;try{return It(m(d))}catch{return null}}}return null}function vm(e,t,i){var a=t.displayName||t.name||"";return e.displayName||(a!==""?i+"("+a+")":i)}function pd(e){return e.displayName||"Context"}function dt(e){var t=e.tag,i=e.type;switch(t){case Ue:return"Cache";case me:var a=i;return pd(a)+".Consumer";case _e:var u=i;return pd(u._context)+".Provider";case Se:return"DehydratedFragment";case ne:return vm(i,i.render,"ForwardRef");case Y:return"Fragment";case M:return i;case N:return"Portal";case D:return"Root";case te:return"Text";case P:return It(i);case U:return i===yl?"StrictMode":"Mode";case Q:return"Offscreen";case ce:return"Profiler";case Re:return"Scope";case H:return"Suspense";case ee:return"SuspenseList";case ut:return"TracingMarker";case R:case T:case Te:case j:case ze:case $e:if(typeof i=="function")return i.displayName||i.name||null;if(typeof i=="string")return i;break}return null}var Lu=s.ReactDebugCurrentFrame,xn=null,ii=!1;function ai(){{if(xn===null)return null;var e=xn._debugOwner;if(e!==null&&typeof e<"u")return dt(e)}return null}function Mu(){return xn===null?"":dd(xn)}function Rn(){Lu.getCurrentStack=null,xn=null,ii=!1}function At(e){Lu.getCurrentStack=e===null?null:Mu,xn=e,ii=!1}function Pb(){return xn}function Ri(e){ii=e}function nr(e){return""+e}function Aa(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return Kt(e),e;default:return""}}var mm={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function Sl(e,t){mm[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||y("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||t.checked==null||y("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function vd(e){var t=e.type,i=e.nodeName;return i&&i.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function hm(e){return e._valueTracker}function $u(e){e._valueTracker=null}function Pu(e){var t="";return e&&(vd(e)?t=e.checked?"true":"false":t=e.value),t}function xl(e){var t=vd(e)?"checked":"value",i=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);Kt(e[t]);var a=""+e[t];if(!(e.hasOwnProperty(t)||typeof i>"u"||typeof i.get!="function"||typeof i.set!="function")){var u=i.get,d=i.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return u.call(this)},set:function(b){Kt(b),a=""+b,d.call(this,b)}}),Object.defineProperty(e,t,{enumerable:i.enumerable});var m={getValue:function(){return a},setValue:function(b){Kt(b),a=""+b},stopTracking:function(){$u(e),delete e[t]}};return m}}function _o(e){hm(e)||(e._valueTracker=xl(e))}function ym(e){if(!e)return!1;var t=hm(e);if(!t)return!0;var i=t.getValue(),a=Pu(e);return a!==i?(t.setValue(a),!0):!1}function tc(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}var nc=!1,Au=!1,rc=!1,md=!1;function la(e){var t=e.type==="checkbox"||e.type==="radio";return t?e.checked!=null:e.value!=null}function zu(e,t){var i=e,a=t.checked,u=gt({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:a??i._wrapperState.initialChecked});return u}function Fu(e,t){Sl("input",t),t.checked!==void 0&&t.defaultChecked!==void 0&&!Au&&(y("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",ai()||"A component",t.type),Au=!0),t.value!==void 0&&t.defaultValue!==void 0&&!nc&&(y("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",ai()||"A component",t.type),nc=!0);var i=e,a=t.defaultValue==null?"":t.defaultValue;i._wrapperState={initialChecked:t.checked!=null?t.checked:t.defaultChecked,initialValue:Aa(t.value!=null?t.value:a),controlled:la(t)}}function hd(e,t){var i=e,a=t.checked;a!=null&&ko(i,"checked",a,!1)}function _l(e,t){var i=e;{var a=la(t);!i._wrapperState.controlled&&a&&!md&&(y("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),md=!0),i._wrapperState.controlled&&!a&&!rc&&(y("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),rc=!0)}hd(e,t);var u=Aa(t.value),d=t.type;if(u!=null)d==="number"?(u===0&&i.value===""||i.value!=u)&&(i.value=nr(u)):i.value!==nr(u)&&(i.value=nr(u));else if(d==="submit"||d==="reset"){i.removeAttribute("value");return}t.hasOwnProperty("value")?za(i,t.type,u):t.hasOwnProperty("defaultValue")&&za(i,t.type,Aa(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(i.defaultChecked=!!t.defaultChecked)}function Uu(e,t,i){var a=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var u=t.type,d=u==="submit"||u==="reset";if(d&&(t.value===void 0||t.value===null))return;var m=nr(a._wrapperState.initialValue);i||m!==a.value&&(a.value=m),a.defaultValue=m}var b=a.name;b!==""&&(a.name=""),a.defaultChecked=!a.defaultChecked,a.defaultChecked=!!a._wrapperState.initialChecked,b!==""&&(a.name=b)}function gm(e,t){var i=e;_l(i,t),Vr(i,t)}function Vr(e,t){var i=t.name;if(t.type==="radio"&&i!=null){for(var a=e;a.parentNode;)a=a.parentNode;Lt(i,"name");for(var u=a.querySelectorAll("input[name="+JSON.stringify(""+i)+'][type="radio"]'),d=0;d<u.length;d++){var m=u[d];if(!(m===e||m.form!==e.form)){var b=Kh(m);if(!b)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");ym(m),_l(m,b)}}}}function za(e,t,i){(t!=="number"||tc(e.ownerDocument)!==e)&&(i==null?e.defaultValue=nr(e._wrapperState.initialValue):e.defaultValue!==nr(i)&&(e.defaultValue=nr(i)))}var ic=!1,Cl=!1,bm=!1;function ac(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?l.Children.forEach(t.children,function(i){i!=null&&(typeof i=="string"||typeof i=="number"||Cl||(Cl=!0,y("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}):t.dangerouslySetInnerHTML!=null&&(bm||(bm=!0,y("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),t.selected!=null&&!ic&&(y("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),ic=!0)}function yd(e,t){t.value!=null&&e.setAttribute("value",nr(Aa(t.value)))}var Hu=Array.isArray;function An(e){return Hu(e)}var oc;oc=!1;function km(){var e=ai();return e?`
48
-
49
- Check the render method of \``+e+"`.":""}var Sm=["value","defaultValue"];function Ab(e){{Sl("select",e);for(var t=0;t<Sm.length;t++){var i=Sm[t];if(e[i]!=null){var a=An(e[i]);e.multiple&&!a?y("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",i,km()):!e.multiple&&a&&y("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",i,km())}}}}function Fa(e,t,i,a){var u=e.options;if(t){for(var d=i,m={},b=0;b<d.length;b++)m["$"+d[b]]=!0;for(var k=0;k<u.length;k++){var _=m.hasOwnProperty("$"+u[k].value);u[k].selected!==_&&(u[k].selected=_),_&&a&&(u[k].defaultSelected=!0)}}else{for(var C=nr(Aa(i)),z=null,$=0;$<u.length;$++){if(u[$].value===C){u[$].selected=!0,a&&(u[$].defaultSelected=!0);return}z===null&&!u[$].disabled&&(z=u[$])}z!==null&&(z.selected=!0)}}function gd(e,t){return gt({},t,{value:void 0})}function xm(e,t){var i=e;Ab(t),i._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!oc&&(y("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),oc=!0)}function zb(e,t){var i=e;i.multiple=!!t.multiple;var a=t.value;a!=null?Fa(i,!!t.multiple,a,!1):t.defaultValue!=null&&Fa(i,!!t.multiple,t.defaultValue,!0)}function Fb(e,t){var i=e,a=i._wrapperState.wasMultiple;i._wrapperState.wasMultiple=!!t.multiple;var u=t.value;u!=null?Fa(i,!!t.multiple,u,!1):a!==!!t.multiple&&(t.defaultValue!=null?Fa(i,!!t.multiple,t.defaultValue,!0):Fa(i,!!t.multiple,t.multiple?[]:"",!1))}function Ub(e,t){var i=e,a=t.value;a!=null&&Fa(i,!!t.multiple,a,!1)}var bd=!1;function kd(e,t){var i=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var a=gt({},t,{value:void 0,defaultValue:void 0,children:nr(i._wrapperState.initialValue)});return a}function _m(e,t){var i=e;Sl("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!bd&&(y("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components",ai()||"A component"),bd=!0);var a=t.value;if(a==null){var u=t.children,d=t.defaultValue;if(u!=null){y("Use the `defaultValue` or `value` props instead of setting children on <textarea>.");{if(d!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(An(u)){if(u.length>1)throw new Error("<textarea> can only have at most one child.");u=u[0]}d=u}}d==null&&(d=""),a=d}i._wrapperState={initialValue:Aa(a)}}function Cm(e,t){var i=e,a=Aa(t.value),u=Aa(t.defaultValue);if(a!=null){var d=nr(a);d!==i.value&&(i.value=d),t.defaultValue==null&&i.defaultValue!==d&&(i.defaultValue=d)}u!=null&&(i.defaultValue=nr(u))}function Em(e,t){var i=e,a=i.textContent;a===i._wrapperState.initialValue&&a!==""&&a!==null&&(i.value=a)}function Sd(e,t){Cm(e,t)}var ua="http://www.w3.org/1999/xhtml",Hb="http://www.w3.org/1998/Math/MathML",xd="http://www.w3.org/2000/svg";function lc(e){switch(e){case"svg":return xd;case"math":return Hb;default:return ua}}function _d(e,t){return e==null||e===ua?lc(t):e===xd&&t==="foreignObject"?ua:e}var Vb=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,i,a,u){MSApp.execUnsafeLocalFunction(function(){return e(t,i,a,u)})}:e},uc,wm=Vb(function(e,t){if(e.namespaceURI===xd&&!("innerHTML"in e)){uc=uc||document.createElement("div"),uc.innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var i=uc.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;i.firstChild;)e.appendChild(i.firstChild);return}e.innerHTML=t}),Tr=1,sa=3,_n=8,Di=9,Co=11,sc=function(e,t){if(t){var i=e.firstChild;if(i&&i===e.lastChild&&i.nodeType===sa){i.nodeValue=t;return}}e.textContent=t},Tm={animation:["animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction"],background:["backgroundAttachment","backgroundClip","backgroundColor","backgroundImage","backgroundOrigin","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize"],backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:["borderBottomColor","borderBottomStyle","borderBottomWidth","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRightColor","borderRightStyle","borderRightWidth","borderTopColor","borderTopStyle","borderTopWidth"],borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:["fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontWeight","lineHeight"],fontVariant:["fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition"],gap:["columnGap","rowGap"],grid:["gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:["maskClip","maskComposite","maskImage","maskMode","maskOrigin","maskPositionX","maskPositionY","maskRepeat","maskSize"],maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},El={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function Rm(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var Dm=["Webkit","ms","Moz","O"];Object.keys(El).forEach(function(e){Dm.forEach(function(t){El[Rm(t,e)]=El[e]})});function cc(e,t,i){var a=t==null||typeof t=="boolean"||t==="";return a?"":!i&&typeof t=="number"&&t!==0&&!(El.hasOwnProperty(e)&&El[e])?t+"px":(pr(t,e),(""+t).trim())}var wl=/([A-Z])/g,jb=/^ms-/;function Bb(e){return e.replace(wl,"-$1").toLowerCase().replace(jb,"-ms-")}var Nm=function(){};{var Om=/^(?:webkit|moz|o)[A-Z]/,Lm=/^-ms-/,Vu=/-(.)/g,Tl=/;\s*$/,Rl={},Dl={},Mm=!1,Cd=!1,Ed=function(e){return e.replace(Vu,function(t,i){return i.toUpperCase()})},wd=function(e){Rl.hasOwnProperty(e)&&Rl[e]||(Rl[e]=!0,y("Unsupported style property %s. Did you mean %s?",e,Ed(e.replace(Lm,"ms-"))))},$m=function(e){Rl.hasOwnProperty(e)&&Rl[e]||(Rl[e]=!0,y("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},Pm=function(e,t){Dl.hasOwnProperty(t)&&Dl[t]||(Dl[t]=!0,y(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(Tl,"")))},Am=function(e,t){Mm||(Mm=!0,y("`NaN` is an invalid value for the `%s` css style property.",e))},Ib=function(e,t){Cd||(Cd=!0,y("`Infinity` is an invalid value for the `%s` css style property.",e))};Nm=function(e,t){e.indexOf("-")>-1?wd(e):Om.test(e)?$m(e):Tl.test(t)&&Pm(e,t),typeof t=="number"&&(isNaN(t)?Am(e,t):isFinite(t)||Ib(e,t))}}var Yb=Nm;function Wb(e){{var t="",i="";for(var a in e)if(e.hasOwnProperty(a)){var u=e[a];if(u!=null){var d=a.indexOf("--")===0;t+=i+(d?a:Bb(a))+":",t+=cc(a,u,d),i=";"}}return t||null}}function zm(e,t){var i=e.style;for(var a in t)if(t.hasOwnProperty(a)){var u=a.indexOf("--")===0;u||Yb(a,t[a]);var d=cc(a,t[a],u);a==="float"&&(a="cssFloat"),u?i.setProperty(a,d):i[a]=d}}function Qb(e){return e==null||typeof e=="boolean"||e===""}function oi(e){var t={};for(var i in e)for(var a=Tm[i]||[i],u=0;u<a.length;u++)t[a[u]]=i;return t}function ju(e,t){{if(!t)return;var i=oi(e),a=oi(t),u={};for(var d in i){var m=i[d],b=a[d];if(b&&m!==b){var k=m+","+b;if(u[k])continue;u[k]=!0,y("%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",Qb(e[m])?"Removing":"Updating",m,b)}}}}var Fm={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},Um=gt({menuitem:!0},Fm),Hm="__html";function fc(e,t){if(t){if(Um[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw new Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t.dangerouslySetInnerHTML!="object"||!(Hm in t.dangerouslySetInnerHTML))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.")}if(!t.suppressContentEditableWarning&&t.contentEditable&&t.children!=null&&y("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),t.style!=null&&typeof t.style!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.")}}function ca(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var dc={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Vm={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Ni={},Td=new RegExp("^(aria)-["+Qe+"]*$"),Bu=new RegExp("^(aria)[A-Z]["+Qe+"]*$");function Rd(e,t){{if(Ce.call(Ni,t)&&Ni[t])return!0;if(Bu.test(t)){var i="aria-"+t.slice(4).toLowerCase(),a=Vm.hasOwnProperty(i)?i:null;if(a==null)return y("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Ni[t]=!0,!0;if(t!==a)return y("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,a),Ni[t]=!0,!0}if(Td.test(t)){var u=t.toLowerCase(),d=Vm.hasOwnProperty(u)?u:null;if(d==null)return Ni[t]=!0,!1;if(t!==d)return y("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,d),Ni[t]=!0,!0}}return!0}function jm(e,t){{var i=[];for(var a in t){var u=Rd(e,a);u||i.push(a)}var d=i.map(function(m){return"`"+m+"`"}).join(", ");i.length===1?y("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",d,e):i.length>1&&y("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",d,e)}}function pc(e,t){ca(e,t)||jm(e,t)}var Eo=!1;function Dd(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!Eo&&(Eo=!0,e==="select"&&t.multiple?y("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):y("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var Nd=function(){};{var zn={},Od=/^on./,Bm=/^on[^A-Z]/,Im=new RegExp("^(aria)-["+Qe+"]*$"),Ym=new RegExp("^(aria)[A-Z]["+Qe+"]*$");Nd=function(e,t,i,a){if(Ce.call(zn,t)&&zn[t])return!0;var u=t.toLowerCase();if(u==="onfocusin"||u==="onfocusout")return y("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),zn[t]=!0,!0;if(a!=null){var d=a.registrationNameDependencies,m=a.possibleRegistrationNames;if(d.hasOwnProperty(t))return!0;var b=m.hasOwnProperty(u)?m[u]:null;if(b!=null)return y("Invalid event handler property `%s`. Did you mean `%s`?",t,b),zn[t]=!0,!0;if(Od.test(t))return y("Unknown event handler property `%s`. It will be ignored.",t),zn[t]=!0,!0}else if(Od.test(t))return Bm.test(t)&&y("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),zn[t]=!0,!0;if(Im.test(t)||Ym.test(t))return!0;if(u==="innerhtml")return y("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),zn[t]=!0,!0;if(u==="aria")return y("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),zn[t]=!0,!0;if(u==="is"&&i!==null&&i!==void 0&&typeof i!="string")return y("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof i),zn[t]=!0,!0;if(typeof i=="number"&&isNaN(i))return y("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),zn[t]=!0,!0;var k=Hi(t),_=k!==null&&k.type===Ke;if(dc.hasOwnProperty(u)){var C=dc[u];if(C!==t)return y("Invalid DOM property `%s`. Did you mean `%s`?",t,C),zn[t]=!0,!0}else if(!_&&t!==u)return y("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,u),zn[t]=!0,!0;return typeof i=="boolean"&&ni(t,i,k,!1)?(i?y('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',i,t,t,i,t):y('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',i,t,t,i,t,t,t),zn[t]=!0,!0):_?!0:ni(t,i,k,!1)?(zn[t]=!0,!1):((i==="false"||i==="true")&&k!==null&&k.type===mn&&(y("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",i,t,i==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,i),zn[t]=!0),!0)}}var Wm=function(e,t,i){{var a=[];for(var u in t){var d=Nd(e,u,t[u],i);d||a.push(u)}var m=a.map(function(b){return"`"+b+"`"}).join(", ");a.length===1?y("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",m,e):a.length>1&&y("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",m,e)}};function Qm(e,t,i){ca(e,t)||Wm(e,t,i)}var fa=1,Iu=2,wo=4,Kb=fa|Iu|wo,Yu=null;function Wu(e){Yu!==null&&y("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),Yu=e}function Xb(){Yu===null&&y("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),Yu=null}function Km(e){return e===Yu}function vc(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===sa?t.parentNode:t}var Yt=null,Ua=null,da=null;function Nl(e){var t=nu(e);if(t){if(typeof Yt!="function")throw new Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");var i=t.stateNode;if(i){var a=Kh(i);Yt(t.stateNode,t.type,a)}}}function Xm(e){Yt=e}function mc(e){Ua?da?da.push(e):da=[e]:Ua=e}function Qu(){return Ua!==null||da!==null}function Ku(){if(Ua){var e=Ua,t=da;if(Ua=null,da=null,Nl(e),t)for(var i=0;i<t.length;i++)Nl(t[i])}}var To=function(e,t){return e(t)},Ld=function(){},Md=!1;function Jb(){var e=Qu();e&&(Ld(),Ku())}function $d(e,t,i){if(Md)return e(t,i);Md=!0;try{return To(e,t,i)}finally{Md=!1,Jb()}}function hc(e,t,i){To=e,Ld=i}function yc(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function Pd(e,t,i){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return!!(i.disabled&&yc(t));default:return!1}}function Ro(e,t){var i=e.stateNode;if(i===null)return null;var a=Kh(i);if(a===null)return null;var u=a[t];if(Pd(t,e.type,a))return null;if(u&&typeof u!="function")throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof u+"` type.");return u}var Xu=!1;if(ht)try{var Do={};Object.defineProperty(Do,"passive",{get:function(){Xu=!0}}),window.addEventListener("test",Do,Do),window.removeEventListener("test",Do,Do)}catch{Xu=!1}function Jm(e,t,i,a,u,d,m,b,k){var _=Array.prototype.slice.call(arguments,3);try{t.apply(i,_)}catch(C){this.onError(C)}}var Ad=Jm;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var zd=document.createElement("react");Ad=function(t,i,a,u,d,m,b,k,_){if(typeof document>"u"||document===null)throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var C=document.createEvent("Event"),z=!1,$=!0,K=window.event,X=Object.getOwnPropertyDescriptor(window,"event");function re(){zd.removeEventListener(ie,Ge,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=K)}var Pe=Array.prototype.slice.call(arguments,3);function Ge(){z=!0,re(),i.apply(a,Pe),$=!1}var Ye,Et=!1,kt=!1;function B(I){if(Ye=I.error,Et=!0,Ye===null&&I.colno===0&&I.lineno===0&&(kt=!0),I.defaultPrevented&&Ye!=null&&typeof Ye=="object")try{Ye._suppressLogging=!0}catch{}}var ie="react-"+(t||"invokeguardedcallback");if(window.addEventListener("error",B),zd.addEventListener(ie,Ge,!1),C.initEvent(ie,!1,!1),zd.dispatchEvent(C),X&&Object.defineProperty(window,"event",X),z&&$&&(Et?kt&&(Ye=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):Ye=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(Ye)),window.removeEventListener("error",B),!z)return re(),Jm.apply(this,arguments)}}var Zb=Ad,Ha=!1,Oi=null,Ju=!1,Va=null,ji={onError:function(e){Ha=!0,Oi=e}};function No(e,t,i,a,u,d,m,b,k){Ha=!1,Oi=null,Zb.apply(ji,arguments)}function pa(e,t,i,a,u,d,m,b,k){if(No.apply(this,arguments),Ha){var _=Ud();Ju||(Ju=!0,Va=_)}}function Fd(){if(Ju){var e=Va;throw Ju=!1,Va=null,e}}function Gb(){return Ha}function Ud(){if(Ha){var e=Oi;return Ha=!1,Oi=null,e}else throw new Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}function li(e){return e._reactInternals}function Zu(e){return e._reactInternals!==void 0}function Ol(e,t){e._reactInternals=t}var Ze=0,ja=1,Xt=2,pt=4,Dt=16,Nt=32,Bi=64,ot=128,fn=256,Rr=512,ui=1024,en=2048,si=4096,Ba=8192,Gu=16384,gc=en|pt|Bi|Rr|ui|Gu,Zm=32767,jr=32768,Fn=65536,qu=131072,Hd=1048576,Vd=2097152,Dr=4194304,Ia=8388608,Nr=16777216,Oo=33554432,Ll=pt|ui|0,Or=Xt|pt|Dt|Nt|Rr|si|Ba,rr=pt|Bi|Rr|Ba,ci=en|Dt,In=Dr|Ia|Vd,va=s.ReactCurrentOwner;function Br(e){var t=e,i=e;if(e.alternate)for(;t.return;)t=t.return;else{var a=t;do t=a,(t.flags&(Xt|si))!==Ze&&(i=t.return),a=t.return;while(a)}return t.tag===D?i:null}function jd(e){if(e.tag===H){var t=e.memoizedState;if(t===null){var i=e.alternate;i!==null&&(t=i.memoizedState)}if(t!==null)return t.dehydrated}return null}function bc(e){return e.tag===D?e.stateNode.containerInfo:null}function Bd(e){return Br(e)===e}function Ir(e){{var t=va.current;if(t!==null&&t.tag===R){var i=t,a=i.stateNode;a._warnedAboutRefsInRender||y("%s is accessing isMounted inside its render() function. render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",dt(i)||"A component"),a._warnedAboutRefsInRender=!0}}var u=li(e);return u?Br(u)===u:!1}function Lr(e){if(Br(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function Jt(e){var t=e.alternate;if(!t){var i=Br(e);if(i===null)throw new Error("Unable to find node on an unmounted component.");return i!==e?null:e}for(var a=e,u=t;;){var d=a.return;if(d===null)break;var m=d.alternate;if(m===null){var b=d.return;if(b!==null){a=u=b;continue}break}if(d.child===m.child){for(var k=d.child;k;){if(k===a)return Lr(d),e;if(k===u)return Lr(d),t;k=k.sibling}throw new Error("Unable to find node on an unmounted component.")}if(a.return!==u.return)a=d,u=m;else{for(var _=!1,C=d.child;C;){if(C===a){_=!0,a=d,u=m;break}if(C===u){_=!0,u=d,a=m;break}C=C.sibling}if(!_){for(C=m.child;C;){if(C===a){_=!0,a=m,u=d;break}if(C===u){_=!0,u=m,a=d;break}C=C.sibling}if(!_)throw new Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(a.alternate!==u)throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(a.tag!==D)throw new Error("Unable to find node on an unmounted component.");return a.stateNode.current===a?e:t}function fi(e){var t=Jt(e);return t!==null?Id(t):null}function Id(e){if(e.tag===M||e.tag===te)return e;for(var t=e.child;t!==null;){var i=Id(t);if(i!==null)return i;t=t.sibling}return null}function Gm(e){var t=Jt(e);return t!==null?kc(t):null}function kc(e){if(e.tag===M||e.tag===te)return e;for(var t=e.child;t!==null;){if(t.tag!==N){var i=kc(t);if(i!==null)return i}t=t.sibling}return null}var Sc=c.unstable_scheduleCallback,qm=c.unstable_cancelCallback,xc=c.unstable_shouldYield,eh=c.unstable_requestPaint,rn=c.unstable_now,Yd=c.unstable_getCurrentPriorityLevel,_c=c.unstable_ImmediatePriority,Yr=c.unstable_UserBlockingPriority,Ii=c.unstable_NormalPriority,Cc=c.unstable_LowPriority,Ya=c.unstable_IdlePriority,Wd=c.unstable_yieldValue,Qd=c.unstable_setDisableYieldValue,Wa=null,Un=null,Ee=null,yn=!1,Yn=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function Kd(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return y("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{be&&(e=gt({},e,{getLaneLabelMap:Ka,injectProfilingHooks:ha})),Wa=t.inject(e),Un=t}catch(i){y("React instrumentation encountered an error: %s.",i)}return!!t.checkDCE}function th(e,t){if(Un&&typeof Un.onScheduleFiberRoot=="function")try{Un.onScheduleFiberRoot(Wa,e,t)}catch(i){yn||(yn=!0,y("React instrumentation encountered an error: %s",i))}}function ma(e,t){if(Un&&typeof Un.onCommitFiberRoot=="function")try{var i=(e.current.flags&ot)===ot;if(F){var a;switch(t){case ir:a=_c;break;case Wn:a=Yr;break;case ga:a=Ii;break;case us:a=Ya;break;default:a=Ii;break}Un.onCommitFiberRoot(Wa,e,a,i)}}catch(u){yn||(yn=!0,y("React instrumentation encountered an error: %s",u))}}function Qa(e){if(Un&&typeof Un.onPostCommitFiberRoot=="function")try{Un.onPostCommitFiberRoot(Wa,e)}catch(t){yn||(yn=!0,y("React instrumentation encountered an error: %s",t))}}function Xd(e){if(Un&&typeof Un.onCommitFiberUnmount=="function")try{Un.onCommitFiberUnmount(Wa,e)}catch(t){yn||(yn=!0,y("React instrumentation encountered an error: %s",t))}}function Dn(e){if(typeof Wd=="function"&&(Qd(e),g(e)),Un&&typeof Un.setStrictMode=="function")try{Un.setStrictMode(Wa,e)}catch(t){yn||(yn=!0,y("React instrumentation encountered an error: %s",t))}}function ha(e){Ee=e}function Ka(){{for(var e=new Map,t=1,i=0;i<Zt;i++){var a=qb(t);e.set(t,a),t*=2}return e}}function Ec(e){Ee!==null&&typeof Ee.markCommitStarted=="function"&&Ee.markCommitStarted(e)}function Jd(){Ee!==null&&typeof Ee.markCommitStopped=="function"&&Ee.markCommitStopped()}function Xa(e){Ee!==null&&typeof Ee.markComponentRenderStarted=="function"&&Ee.markComponentRenderStarted(e)}function Lo(){Ee!==null&&typeof Ee.markComponentRenderStopped=="function"&&Ee.markComponentRenderStopped()}function nh(e){Ee!==null&&typeof Ee.markComponentPassiveEffectMountStarted=="function"&&Ee.markComponentPassiveEffectMountStarted(e)}function Zd(){Ee!==null&&typeof Ee.markComponentPassiveEffectMountStopped=="function"&&Ee.markComponentPassiveEffectMountStopped()}function wc(e){Ee!==null&&typeof Ee.markComponentPassiveEffectUnmountStarted=="function"&&Ee.markComponentPassiveEffectUnmountStarted(e)}function rh(){Ee!==null&&typeof Ee.markComponentPassiveEffectUnmountStopped=="function"&&Ee.markComponentPassiveEffectUnmountStopped()}function ih(e){Ee!==null&&typeof Ee.markComponentLayoutEffectMountStarted=="function"&&Ee.markComponentLayoutEffectMountStarted(e)}function ah(){Ee!==null&&typeof Ee.markComponentLayoutEffectMountStopped=="function"&&Ee.markComponentLayoutEffectMountStopped()}function Tc(e){Ee!==null&&typeof Ee.markComponentLayoutEffectUnmountStarted=="function"&&Ee.markComponentLayoutEffectUnmountStarted(e)}function Ml(){Ee!==null&&typeof Ee.markComponentLayoutEffectUnmountStopped=="function"&&Ee.markComponentLayoutEffectUnmountStopped()}function Rc(e,t,i){Ee!==null&&typeof Ee.markComponentErrored=="function"&&Ee.markComponentErrored(e,t,i)}function oh(e,t,i){Ee!==null&&typeof Ee.markComponentSuspended=="function"&&Ee.markComponentSuspended(e,t,i)}function lh(e){Ee!==null&&typeof Ee.markLayoutEffectsStarted=="function"&&Ee.markLayoutEffectsStarted(e)}function $l(){Ee!==null&&typeof Ee.markLayoutEffectsStopped=="function"&&Ee.markLayoutEffectsStopped()}function uh(e){Ee!==null&&typeof Ee.markPassiveEffectsStarted=="function"&&Ee.markPassiveEffectsStarted(e)}function es(){Ee!==null&&typeof Ee.markPassiveEffectsStopped=="function"&&Ee.markPassiveEffectsStopped()}function Li(e){Ee!==null&&typeof Ee.markRenderStarted=="function"&&Ee.markRenderStarted(e)}function ts(){Ee!==null&&typeof Ee.markRenderYielded=="function"&&Ee.markRenderYielded()}function Pl(){Ee!==null&&typeof Ee.markRenderStopped=="function"&&Ee.markRenderStopped()}function Mo(e){Ee!==null&&typeof Ee.markRenderScheduled=="function"&&Ee.markRenderScheduled(e)}function Gd(e,t){Ee!==null&&typeof Ee.markForceUpdateScheduled=="function"&&Ee.markForceUpdateScheduled(e,t)}function Ja(e,t){Ee!==null&&typeof Ee.markStateUpdateScheduled=="function"&&Ee.markStateUpdateScheduled(e,t)}var et=0,mt=1,tt=2,an=8,di=16,Dc=Math.clz32?Math.clz32:$o,Nc=Math.log,qd=Math.LN2;function $o(e){var t=e>>>0;return t===0?32:31-(Nc(t)/qd|0)|0}var Zt=31,oe=0,_t=0,nt=1,Yi=2,Wr=4,Po=8,Gt=16,Ao=32,Za=4194240,zo=64,pi=128,Mr=256,Fo=512,ns=1024,rs=2048,Oc=4096,Lc=8192,Mc=16384,$c=32768,Pc=65536,Ac=131072,zc=262144,Fc=524288,Uo=1048576,Uc=2097152,Ho=130023424,ya=4194304,Hc=8388608,is=16777216,Vc=33554432,jc=67108864,ep=ya,Al=134217728,Bc=268435455,zl=268435456,Ga=536870912,$r=1073741824;function qb(e){{if(e&nt)return"Sync";if(e&Yi)return"InputContinuousHydration";if(e&Wr)return"InputContinuous";if(e&Po)return"DefaultHydration";if(e&Gt)return"Default";if(e&Ao)return"TransitionHydration";if(e&Za)return"Transition";if(e&Ho)return"Retry";if(e&Al)return"SelectiveHydration";if(e&zl)return"IdleHydration";if(e&Ga)return"Idle";if(e&$r)return"Offscreen"}}var Wt=-1,Ic=zo,Yc=ya;function Fl(e){switch(Cn(e)){case nt:return nt;case Yi:return Yi;case Wr:return Wr;case Po:return Po;case Gt:return Gt;case Ao:return Ao;case zo:case pi:case Mr:case Fo:case ns:case rs:case Oc:case Lc:case Mc:case $c:case Pc:case Ac:case zc:case Fc:case Uo:case Uc:return e&Za;case ya:case Hc:case is:case Vc:case jc:return e&Ho;case Al:return Al;case zl:return zl;case Ga:return Ga;case $r:return $r;default:return y("Should have found matching lanes. This is a bug in React."),e}}function as(e,t){var i=e.pendingLanes;if(i===oe)return oe;var a=oe,u=e.suspendedLanes,d=e.pingedLanes,m=i&Bc;if(m!==oe){var b=m&~u;if(b!==oe)a=Fl(b);else{var k=m&d;k!==oe&&(a=Fl(k))}}else{var _=i&~u;_!==oe?a=Fl(_):d!==oe&&(a=Fl(d))}if(a===oe)return oe;if(t!==oe&&t!==a&&(t&u)===oe){var C=Cn(a),z=Cn(t);if(C>=z||C===Gt&&(z&Za)!==oe)return t}(a&Wr)!==oe&&(a|=i&Gt);var $=e.entangledLanes;if($!==oe)for(var K=e.entanglements,X=a&$;X>0;){var re=qa(X),Pe=1<<re;a|=K[re],X&=~Pe}return a}function sh(e,t){for(var i=e.eventTimes,a=Wt;t>0;){var u=qa(t),d=1<<u,m=i[u];m>a&&(a=m),t&=~d}return a}function Wc(e,t){switch(e){case nt:case Yi:case Wr:return t+250;case Po:case Gt:case Ao:case zo:case pi:case Mr:case Fo:case ns:case rs:case Oc:case Lc:case Mc:case $c:case Pc:case Ac:case zc:case Fc:case Uo:case Uc:return t+5e3;case ya:case Hc:case is:case Vc:case jc:return Wt;case Al:case zl:case Ga:case $r:return Wt;default:return y("Should have found matching lanes. This is a bug in React."),Wt}}function e0(e,t){for(var i=e.pendingLanes,a=e.suspendedLanes,u=e.pingedLanes,d=e.expirationTimes,m=i;m>0;){var b=qa(m),k=1<<b,_=d[b];_===Wt?((k&a)===oe||(k&u)!==oe)&&(d[b]=Wc(k,t)):_<=t&&(e.expiredLanes|=k),m&=~k}}function t0(e){return Fl(e.pendingLanes)}function tp(e){var t=e.pendingLanes&~$r;return t!==oe?t:t&$r?$r:oe}function Ul(e){return(e&nt)!==oe}function os(e){return(e&Bc)!==oe}function Qc(e){return(e&Ho)===e}function n0(e){var t=nt|Wr|Gt;return(e&t)===oe}function ch(e){return(e&Za)===e}function ls(e,t){var i=Yi|Wr|Po|Gt;return(t&i)!==oe}function fh(e,t){return(t&e.expiredLanes)!==oe}function np(e){return(e&Za)!==oe}function rp(){var e=Ic;return Ic<<=1,(Ic&Za)===oe&&(Ic=zo),e}function r0(){var e=Yc;return Yc<<=1,(Yc&Ho)===oe&&(Yc=ya),e}function Cn(e){return e&-e}function Nn(e){return Cn(e)}function qa(e){return 31-Dc(e)}function Kc(e){return qa(e)}function Pr(e,t){return(e&t)!==oe}function Vo(e,t){return(e&t)===t}function vt(e,t){return e|t}function Hl(e,t){return e&~t}function ip(e,t){return e&t}function dh(e){return e}function ph(e,t){return e!==_t&&e<t?e:t}function Xc(e){for(var t=[],i=0;i<Zt;i++)t.push(e);return t}function jo(e,t,i){e.pendingLanes|=t,t!==Ga&&(e.suspendedLanes=oe,e.pingedLanes=oe);var a=e.eventTimes,u=Kc(t);a[u]=i}function ap(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var i=e.expirationTimes,a=t;a>0;){var u=qa(a),d=1<<u;i[u]=Wt,a&=~d}}function op(e,t,i){e.pingedLanes|=e.suspendedLanes&t}function lp(e,t){var i=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=oe,e.pingedLanes=oe,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var a=e.entanglements,u=e.eventTimes,d=e.expirationTimes,m=i;m>0;){var b=qa(m),k=1<<b;a[b]=oe,u[b]=Wt,d[b]=Wt,m&=~k}}function Vl(e,t){for(var i=e.entangledLanes|=t,a=e.entanglements,u=i;u;){var d=qa(u),m=1<<d;m&t|a[d]&t&&(a[d]|=t),u&=~m}}function i0(e,t){var i=Cn(t),a;switch(i){case Wr:a=Yi;break;case Gt:a=Po;break;case zo:case pi:case Mr:case Fo:case ns:case rs:case Oc:case Lc:case Mc:case $c:case Pc:case Ac:case zc:case Fc:case Uo:case Uc:case ya:case Hc:case is:case Vc:case jc:a=Ao;break;case Ga:a=zl;break;default:a=_t;break}return(a&(e.suspendedLanes|t))!==_t?_t:a}function up(e,t,i){if(Yn)for(var a=e.pendingUpdatersLaneMap;i>0;){var u=Kc(i),d=1<<u,m=a[u];m.add(t),i&=~d}}function Jc(e,t){if(Yn)for(var i=e.pendingUpdatersLaneMap,a=e.memoizedUpdaters;t>0;){var u=Kc(t),d=1<<u,m=i[u];m.size>0&&(m.forEach(function(b){var k=b.alternate;(k===null||!a.has(k))&&a.add(b)}),m.clear()),t&=~d}}function sp(e,t){return null}var ir=nt,Wn=Wr,ga=Gt,us=Ga,Bo=_t;function vi(){return Bo}function On(e){Bo=e}function ss(e,t){var i=Bo;try{return Bo=e,t()}finally{Bo=i}}function ar(e,t){return e!==0&&e<t?e:t}function a0(e,t){return e===0||e>t?e:t}function cp(e,t){return e!==0&&e<t}function cs(e){var t=Cn(e);return cp(ir,t)?cp(Wn,t)?os(t)?ga:us:Wn:ir}function Ln(e){var t=e.current.memoizedState;return t.isDehydrated}var vh;function Fe(e){vh=e}function jl(e){vh(e)}var fs;function mh(e){fs=e}var hh;function ds(e){hh=e}var ps;function fp(e){ps=e}var dp;function yh(e){dp=e}var Zc=!1,Bl=[],Wi=null,tn=null,Hn=null,mi=new Map,Il=new Map,ba=[],Mi=["mousedown","mouseup","touchcancel","touchend","touchstart","auxclick","dblclick","pointercancel","pointerdown","pointerup","dragend","dragstart","drop","compositionend","compositionstart","keydown","keypress","keyup","input","textInput","copy","cut","paste","click","change","contextmenu","reset","submit"];function gh(e){return Mi.indexOf(e)>-1}function Qi(e,t,i,a,u){return{blockedOn:e,domEventName:t,eventSystemFlags:i,nativeEvent:u,targetContainers:[a]}}function bh(e,t){switch(e){case"focusin":case"focusout":Wi=null;break;case"dragenter":case"dragleave":tn=null;break;case"mouseover":case"mouseout":Hn=null;break;case"pointerover":case"pointerout":{var i=t.pointerId;mi.delete(i);break}case"gotpointercapture":case"lostpointercapture":{var a=t.pointerId;Il.delete(a);break}}}function Yl(e,t,i,a,u,d){if(e===null||e.nativeEvent!==d){var m=Qi(t,i,a,u,d);if(t!==null){var b=nu(t);b!==null&&fs(b)}return m}e.eventSystemFlags|=a;var k=e.targetContainers;return u!==null&&k.indexOf(u)===-1&&k.push(u),e}function kh(e,t,i,a,u){switch(t){case"focusin":{var d=u;return Wi=Yl(Wi,e,t,i,a,d),!0}case"dragenter":{var m=u;return tn=Yl(tn,e,t,i,a,m),!0}case"mouseover":{var b=u;return Hn=Yl(Hn,e,t,i,a,b),!0}case"pointerover":{var k=u,_=k.pointerId;return mi.set(_,Yl(mi.get(_)||null,e,t,i,a,k)),!0}case"gotpointercapture":{var C=u,z=C.pointerId;return Il.set(z,Yl(Il.get(z)||null,e,t,i,a,C)),!0}}return!1}function pp(e){var t=xs(e.target);if(t!==null){var i=Br(t);if(i!==null){var a=i.tag;if(a===H){var u=jd(i);if(u!==null){e.blockedOn=u,dp(e.priority,function(){hh(i)});return}}else if(a===D){var d=i.stateNode;if(Ln(d)){e.blockedOn=bc(i);return}}}}e.blockedOn=null}function Sh(e){for(var t=ps(),i={blockedOn:null,target:e,priority:t},a=0;a<ba.length&&cp(t,ba[a].priority);a++);ba.splice(a,0,i),a===0&&pp(i)}function Gc(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;t.length>0;){var i=t[0],a=Io(e.domEventName,e.eventSystemFlags,i,e.nativeEvent);if(a===null){var u=e.nativeEvent,d=new u.constructor(u.type,u);Wu(d),u.target.dispatchEvent(d),Xb()}else{var m=nu(a);return m!==null&&fs(m),e.blockedOn=a,!1}t.shift()}return!0}function vs(e,t,i){Gc(e)&&i.delete(t)}function vp(){Zc=!1,Wi!==null&&Gc(Wi)&&(Wi=null),tn!==null&&Gc(tn)&&(tn=null),Hn!==null&&Gc(Hn)&&(Hn=null),mi.forEach(vs),Il.forEach(vs)}function or(e,t){e.blockedOn===t&&(e.blockedOn=null,Zc||(Zc=!0,c.unstable_scheduleCallback(c.unstable_NormalPriority,vp)))}function bt(e){if(Bl.length>0){or(Bl[0],e);for(var t=1;t<Bl.length;t++){var i=Bl[t];i.blockedOn===e&&(i.blockedOn=null)}}Wi!==null&&or(Wi,e),tn!==null&&or(tn,e),Hn!==null&&or(Hn,e);var a=function(b){return or(b,e)};mi.forEach(a),Il.forEach(a);for(var u=0;u<ba.length;u++){var d=ba[u];d.blockedOn===e&&(d.blockedOn=null)}for(;ba.length>0;){var m=ba[0];if(m.blockedOn!==null)break;pp(m),m.blockedOn===null&&ba.shift()}}var on=s.ReactCurrentBatchConfig,dn=!0;function Vn(e){dn=!!e}function Qr(){return dn}function Wl(e,t,i){var a=hr(t),u;switch(a){case ir:u=Mn;break;case Wn:u=ms;break;case ga:default:u=ka;break}return u.bind(null,t,i,e)}function Mn(e,t,i,a){var u=vi(),d=on.transition;on.transition=null;try{On(ir),ka(e,t,i,a)}finally{On(u),on.transition=d}}function ms(e,t,i,a){var u=vi(),d=on.transition;on.transition=null;try{On(Wn),ka(e,t,i,a)}finally{On(u),on.transition=d}}function ka(e,t,i,a){dn&&qc(e,t,i,a)}function qc(e,t,i,a){var u=Io(e,t,i,a);if(u===null){E0(e,t,a,Ql,i),bh(e,a);return}if(kh(u,e,t,i,a)){a.stopPropagation();return}if(bh(e,a),t&wo&&gh(e)){for(;u!==null;){var d=nu(u);d!==null&&jl(d);var m=Io(e,t,i,a);if(m===null&&E0(e,t,a,Ql,i),m===u)break;u=m}u!==null&&a.stopPropagation();return}E0(e,t,a,null,i)}var Ql=null;function Io(e,t,i,a){Ql=null;var u=vc(a),d=xs(u);if(d!==null){var m=Br(d);if(m===null)d=null;else{var b=m.tag;if(b===H){var k=jd(m);if(k!==null)return k;d=null}else if(b===D){var _=m.stateNode;if(Ln(_))return bc(m);d=null}else m!==d&&(d=null)}}return Ql=d,null}function hr(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return ir;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return Wn;case"message":{var t=Yd();switch(t){case _c:return ir;case Yr:return Wn;case Ii:case Cc:return ga;case Ya:return us;default:return ga}}default:return ga}}function mp(e,t,i){return e.addEventListener(t,i,!1),i}function Kl(e,t,i){return e.addEventListener(t,i,!0),i}function Sa(e,t,i,a){return e.addEventListener(t,i,{capture:!0,passive:a}),i}function ef(e,t,i,a){return e.addEventListener(t,i,{passive:a}),i}var Yo=null,Ki=null,eo=null;function to(e){return Yo=e,Ki=nf(),!0}function tf(){Yo=null,Ki=null,eo=null}function Xl(){if(eo)return eo;var e,t=Ki,i=t.length,a,u=nf(),d=u.length;for(e=0;e<i&&t[e]===u[e];e++);var m=i-e;for(a=1;a<=m&&t[i-a]===u[d-a];a++);var b=a>1?1-a:void 0;return eo=u.slice(e,b),eo}function nf(){return"value"in Yo?Yo.value:Yo.textContent}function Wo(e){var t,i=e.keyCode;return"charCode"in e?(t=e.charCode,t===0&&i===13&&(t=13)):t=i,t===10&&(t=13),t>=32||t===13?t:0}function Qo(){return!0}function lr(){return!1}function En(e){function t(i,a,u,d,m){this._reactName=i,this._targetInst=u,this.type=a,this.nativeEvent=d,this.target=m,this.currentTarget=null;for(var b in e)if(e.hasOwnProperty(b)){var k=e[b];k?this[b]=k(d):this[b]=d[b]}var _=d.defaultPrevented!=null?d.defaultPrevented:d.returnValue===!1;return _?this.isDefaultPrevented=Qo:this.isDefaultPrevented=lr,this.isPropagationStopped=lr,this}return gt(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var i=this.nativeEvent;i&&(i.preventDefault?i.preventDefault():typeof i.returnValue!="unknown"&&(i.returnValue=!1),this.isDefaultPrevented=Qo)},stopPropagation:function(){var i=this.nativeEvent;i&&(i.stopPropagation?i.stopPropagation():typeof i.cancelBubble!="unknown"&&(i.cancelBubble=!0),this.isPropagationStopped=Qo)},persist:function(){},isPersistent:Qo}),t}var ur={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},sr=En(ur),Jl=gt({},ur,{view:0,detail:0}),hp=En(Jl),hs,yp,hi;function xh(e){e!==hi&&(hi&&e.type==="mousemove"?(hs=e.screenX-hi.screenX,yp=e.screenY-hi.screenY):(hs=0,yp=0),hi=e)}var Zl=gt({},Jl,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:of,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(xh(e),hs)},movementY:function(e){return"movementY"in e?e.movementY:yp}}),no=En(Zl),gp=gt({},Zl,{dataTransfer:0}),Ko=En(gp),_h=gt({},Jl,{relatedTarget:0}),rf=En(_h),bp=gt({},ur,{animationName:0,elapsedTime:0,pseudoElement:0}),af=En(bp),o0=gt({},ur,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),l0=En(o0),Ch=gt({},ur,{data:0}),kp=En(Ch),Xo=kp,u0={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Gl={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};function Eh(e){if(e.key){var t=u0[e.key]||e.key;if(t!=="Unidentified")return t}if(e.type==="keypress"){var i=Wo(e);return i===13?"Enter":String.fromCharCode(i)}return e.type==="keydown"||e.type==="keyup"?Gl[e.keyCode]||"Unidentified":""}var pn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function s0(e){var t=this,i=t.nativeEvent;if(i.getModifierState)return i.getModifierState(e);var a=pn[e];return a?!!i[a]:!1}function of(e){return s0}var c0=gt({},Jl,{key:Eh,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:of,charCode:function(e){return e.type==="keypress"?Wo(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Wo(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),f0=En(c0),wh=gt({},Zl,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Sp=En(wh),d0=gt({},Jl,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:of}),yi=En(d0),xp=gt({},ur,{propertyName:0,elapsedTime:0,pseudoElement:0}),p0=En(xp),ro=gt({},Zl,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),lf=En(ro),Jo=[9,13,27,32],ys=229,gs=ht&&"CompositionEvent"in window,Zo=null;ht&&"documentMode"in document&&(Zo=document.documentMode);var v0=ht&&"TextEvent"in window&&!Zo,uf=ht&&(!gs||Zo&&Zo>8&&Zo<=11),Th=32,_p=String.fromCharCode(Th);function Rh(){st("onBeforeInput",["compositionend","keypress","textInput","paste"]),st("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),st("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),st("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var bs=!1;function sf(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function Dh(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function Cp(e,t){return e==="keydown"&&t.keyCode===ys}function Nh(e,t){switch(e){case"keyup":return Jo.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==ys;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Ep(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function cf(e){return e.locale==="ko"}var xa=!1;function wp(e,t,i,a,u){var d,m;if(gs?d=Dh(t):xa?Nh(t,a)&&(d="onCompositionEnd"):Cp(t,a)&&(d="onCompositionStart"),!d)return null;uf&&!cf(a)&&(!xa&&d==="onCompositionStart"?xa=to(u):d==="onCompositionEnd"&&xa&&(m=Xl()));var b=Ph(i,d);if(b.length>0){var k=new kp(d,t,null,a,u);if(e.push({event:k,listeners:b}),m)k.data=m;else{var _=Ep(a);_!==null&&(k.data=_)}}}function ff(e,t){switch(e){case"compositionend":return Ep(t);case"keypress":var i=t.which;return i!==Th?null:(bs=!0,_p);case"textInput":var a=t.data;return a===_p&&bs?null:a;default:return null}}function Oh(e,t){if(xa){if(e==="compositionend"||!gs&&Nh(e,t)){var i=Xl();return tf(),xa=!1,i}return null}switch(e){case"paste":return null;case"keypress":if(!sf(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return uf&&!cf(t)?null:t.data;default:return null}}function m0(e,t,i,a,u){var d;if(v0?d=ff(t,a):d=Oh(t,a),!d)return null;var m=Ph(i,"onBeforeInput");if(m.length>0){var b=new Xo("onBeforeInput","beforeinput",null,a,u);e.push({event:b,listeners:m}),b.data=d}}function df(e,t,i,a,u,d,m){wp(e,t,i,a,u),m0(e,t,i,a,u)}var h0={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function ql(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!h0[e.type]:t==="textarea"}/**
41
+ */var cC;function H6(){return cC||(cC=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var o=E,i=uC(),l=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,f=!1;function p(e){f=e}function h(e){if(!f){for(var t=arguments.length,a=new Array(t>1?t-1:0),u=1;u<t;u++)a[u-1]=arguments[u];S("warn",e,a)}}function m(e){if(!f){for(var t=arguments.length,a=new Array(t>1?t-1:0),u=1;u<t;u++)a[u-1]=arguments[u];S("error",e,a)}}function S(e,t,a){{var u=l.ReactDebugCurrentFrame,c=u.getStackAddendum();c!==""&&(t+="%s",a=a.concat([c]));var v=a.map(function(y){return String(y)});v.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,v)}}var w=0,C=1,R=2,T=3,D=4,P=5,A=6,z=7,O=8,oe=9,le=10,W=11,ie=12,F=13,ve=14,be=15,$=16,ge=17,J=18,Q=19,Ce=21,K=22,ae=23,Re=24,Xe=25,_e=!0,he=!1,G=!1,j=!1,Pe=!1,ee=!0,fe=!1,ye=!1,Ee=!0,V=!0,Le=!0,de=new Set,Ye={},rt={};function Be(e,t){me(e,t),me(e+"Capture",t)}function me(e,t){Ye[e]&&m("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),Ye[e]=t;{var a=e.toLowerCase();rt[a]=e,e==="onDoubleClick"&&(rt.ondblclick=e)}for(var u=0;u<t.length;u++)de.add(t[u])}var gt=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Me=Object.prototype.hasOwnProperty;function et(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,a=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function xt(e){try{return lt(e),!1}catch{return!0}}function lt(e){return""+e}function Ot(e,t){if(xt(e))return m("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,et(e)),lt(e)}function yr(e){if(xt(e))return m("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",et(e)),lt(e)}function jt(e,t){if(xt(e))return m("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.",t,et(e)),lt(e)}function br(e,t){if(xt(e))return m("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,et(e)),lt(e)}function Sr(e){if(xt(e))return m("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",et(e)),lt(e)}function Xt(e){if(xt(e))return m("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.",et(e)),lt(e)}var Ge=0,wt=1,wn=2,yn=3,on=4,Oo=5,Ji=6,De=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Je=De+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",yt=new RegExp("^["+De+"]["+Je+"]*$"),Kt={},bn={};function lr(e){return Me.call(bn,e)?!0:Me.call(Kt,e)?!1:yt.test(e)?(bn[e]=!0,!0):(Kt[e]=!0,m("Invalid attribute name: `%s`",e),!1)}function Mn(e,t,a){return t!==null?t.type===Ge:a?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function fi(e,t,a,u){if(a!==null&&a.type===Ge)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":{if(u)return!1;if(a!==null)return!a.acceptsBooleans;var c=e.toLowerCase().slice(0,5);return c!=="data-"&&c!=="aria-"}default:return!1}}function dn(e,t,a,u){if(t===null||typeof t>"u"||fi(e,t,a,u))return!0;if(u)return!1;if(a!==null)switch(a.type){case yn:return!t;case on:return t===!1;case Oo:return isNaN(t);case Ji:return isNaN(t)||t<1}return!1}function Gi(e){return pn.hasOwnProperty(e)?pn[e]:null}function Cn(e,t,a,u,c,v,y){this.acceptsBooleans=t===wn||t===yn||t===on,this.attributeName=u,this.attributeNamespace=c,this.mustUseProperty=a,this.propertyName=e,this.type=t,this.sanitizeURL=v,this.removeEmptyString=y}var pn={},eh=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];eh.forEach(function(e){pn[e]=new Cn(e,Ge,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0],a=e[1];pn[t]=new Cn(t,wt,!1,a,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){pn[e]=new Cn(e,wn,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){pn[e]=new Cn(e,wn,!1,e,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(e){pn[e]=new Cn(e,yn,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){pn[e]=new Cn(e,yn,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){pn[e]=new Cn(e,on,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){pn[e]=new Cn(e,Ji,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){pn[e]=new Cn(e,Oo,!1,e.toLowerCase(),null,!1,!1)});var hc=/[\-\:]([a-z])/g,gc=function(e){return e[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(e){var t=e.replace(hc,gc);pn[t]=new Cn(t,wt,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(hc,gc);pn[t]=new Cn(t,wt,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(hc,gc);pn[t]=new Cn(t,wt,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){pn[e]=new Cn(e,wt,!1,e.toLowerCase(),null,!1,!1)});var th="xlinkHref";pn[th]=new Cn("xlinkHref",wt,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){pn[e]=new Cn(e,wt,!1,e.toLowerCase(),null,!0,!0)});var nh=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,yc=!1;function Ud(e){!yc&&nh.test(e)&&(yc=!0,m("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(e)))}function Vu(e,t,a,u){if(u.mustUseProperty){var c=u.propertyName;return e[c]}else{Ot(a,t),u.sanitizeURL&&Ud(""+a);var v=u.attributeName,y=null;if(u.type===on){if(e.hasAttribute(v)){var k=e.getAttribute(v);return k===""?!0:dn(t,a,u,!1)?k:k===""+a?a:k}}else if(e.hasAttribute(v)){if(dn(t,a,u,!1))return e.getAttribute(v);if(u.type===yn)return a;y=e.getAttribute(v)}return dn(t,a,u,!1)?y===null?a:y:y===""+a?a:y}}function bc(e,t,a,u){{if(!lr(t))return;if(!e.hasAttribute(t))return a===void 0?void 0:null;var c=e.getAttribute(t);return Ot(a,t),c===""+a?a:c}}function Ao(e,t,a,u){var c=Gi(t);if(!Mn(t,c,u)){if(dn(t,a,c,u)&&(a=null),u||c===null){if(lr(t)){var v=t;a===null?e.removeAttribute(v):(Ot(a,t),e.setAttribute(v,""+a))}return}var y=c.mustUseProperty;if(y){var k=c.propertyName;if(a===null){var x=c.type;e[k]=x===yn?!1:""}else e[k]=a;return}var M=c.attributeName,N=c.attributeNamespace;if(a===null)e.removeAttribute(M);else{var I=c.type,B;I===yn||I===on&&a===!0?B="":(Ot(a,M),B=""+a,c.sanitizeURL&&Ud(B.toString())),N?e.setAttributeNS(N,M,B):e.setAttribute(M,B)}}}var Nl=Symbol.for("react.element"),Li=Symbol.for("react.portal"),ya=Symbol.for("react.fragment"),$l=Symbol.for("react.strict_mode"),ju=Symbol.for("react.profiler"),Bd=Symbol.for("react.provider"),Hd=Symbol.for("react.context"),Ll=Symbol.for("react.forward_ref"),qi=Symbol.for("react.suspense"),Ku=Symbol.for("react.suspense_list"),Ol=Symbol.for("react.memo"),kr=Symbol.for("react.lazy"),rh=Symbol.for("react.scope"),ih=Symbol.for("react.debug_trace_mode"),Id=Symbol.for("react.offscreen"),ah=Symbol.for("react.legacy_hidden"),V0=Symbol.for("react.cache"),j0=Symbol.for("react.tracing_marker"),vn=Symbol.iterator,K0="@@iterator";function ba(e){if(e===null||typeof e!="object")return null;var t=vn&&e[vn]||e[K0];return typeof t=="function"?t:null}var bt=Object.assign,Ya=0,oh,Vd,Wu,Oi,lh,di,uh;function sh(){}sh.__reactDisabledLog=!0;function W0(){{if(Ya===0){oh=console.log,Vd=console.info,Wu=console.warn,Oi=console.error,lh=console.group,di=console.groupCollapsed,uh=console.groupEnd;var e={configurable:!0,enumerable:!0,value:sh,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}Ya++}}function Sc(){{if(Ya--,Ya===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:bt({},e,{value:oh}),info:bt({},e,{value:Vd}),warn:bt({},e,{value:Wu}),error:bt({},e,{value:Oi}),group:bt({},e,{value:lh}),groupCollapsed:bt({},e,{value:di}),groupEnd:bt({},e,{value:uh})})}Ya<0&&m("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var Al=l.ReactCurrentDispatcher,Fo;function Ai(e,t,a){{if(Fo===void 0)try{throw Error()}catch(c){var u=c.stack.trim().match(/\n( *(at )?)/);Fo=u&&u[1]||""}return`
42
+ `+Fo+e}}var jd=!1,kc;{var Kd=typeof WeakMap=="function"?WeakMap:Map;kc=new Kd}function xc(e,t){if(!e||jd)return"";{var a=kc.get(e);if(a!==void 0)return a}var u;jd=!0;var c=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var v;v=Al.current,Al.current=null,W0();try{if(t){var y=function(){throw Error()};if(Object.defineProperty(y.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(y,[])}catch(ne){u=ne}Reflect.construct(e,[],y)}else{try{y.call()}catch(ne){u=ne}e.call(y.prototype)}}else{try{throw Error()}catch(ne){u=ne}e()}}catch(ne){if(ne&&u&&typeof ne.stack=="string"){for(var k=ne.stack.split(`
43
+ `),x=u.stack.split(`
44
+ `),M=k.length-1,N=x.length-1;M>=1&&N>=0&&k[M]!==x[N];)N--;for(;M>=1&&N>=0;M--,N--)if(k[M]!==x[N]){if(M!==1||N!==1)do if(M--,N--,N<0||k[M]!==x[N]){var I=`
45
+ `+k[M].replace(" at new "," at ");return e.displayName&&I.includes("<anonymous>")&&(I=I.replace("<anonymous>",e.displayName)),typeof e=="function"&&kc.set(e,I),I}while(M>=1&&N>=0);break}}}finally{jd=!1,Al.current=v,Sc(),Error.prepareStackTrace=c}var B=e?e.displayName||e.name:"",te=B?Ai(B):"";return typeof e=="function"&&kc.set(e,te),te}function Wd(e,t,a){return xc(e,!0)}function zo(e,t,a){return xc(e,!1)}function Y0(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function Yu(e,t,a){if(e==null)return"";if(typeof e=="function")return xc(e,Y0(e));if(typeof e=="string")return Ai(e);switch(e){case qi:return Ai("Suspense");case Ku:return Ai("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case Ll:return zo(e.render);case Ol:return Yu(e.type,t,a);case kr:{var u=e,c=u._payload,v=u._init;try{return Yu(v(c),t,a)}catch{}}}return""}function At(e){switch(e._debugOwner&&e._debugOwner.type,e._debugSource,e.tag){case P:return Ai(e.type);case $:return Ai("Lazy");case F:return Ai("Suspense");case Q:return Ai("SuspenseList");case w:case R:case be:return zo(e.type);case W:return zo(e.type.render);case C:return Wd(e.type);default:return""}}function Yd(e){try{var t="",a=e;do t+=At(a),a=a.return;while(a);return t}catch(u){return`
46
+ Error generating stack: `+u.message+`
47
+ `+u.stack}}function ch(e,t,a){var u=e.displayName;if(u)return u;var c=t.displayName||t.name||"";return c!==""?a+"("+c+")":a}function wc(e){return e.displayName||"Context"}function Wt(e){if(e==null)return null;if(typeof e.tag=="number"&&m("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case ya:return"Fragment";case Li:return"Portal";case ju:return"Profiler";case $l:return"StrictMode";case qi:return"Suspense";case Ku:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Hd:var t=e;return wc(t)+".Consumer";case Bd:var a=e;return wc(a._context)+".Provider";case Ll:return ch(e,e.render,"ForwardRef");case Ol:var u=e.displayName||null;return u!==null?u:Wt(e.type)||"Memo";case kr:{var c=e,v=c._payload,y=c._init;try{return Wt(y(v))}catch{return null}}}return null}function fh(e,t,a){var u=t.displayName||t.name||"";return e.displayName||(u!==""?a+"("+u+")":a)}function Qd(e){return e.displayName||"Context"}function pt(e){var t=e.tag,a=e.type;switch(t){case Re:return"Cache";case oe:var u=a;return Qd(u)+".Consumer";case le:var c=a;return Qd(c._context)+".Provider";case J:return"DehydratedFragment";case W:return fh(a,a.render,"ForwardRef");case z:return"Fragment";case P:return a;case D:return"Portal";case T:return"Root";case A:return"Text";case $:return Wt(a);case O:return a===$l?"StrictMode":"Mode";case K:return"Offscreen";case ie:return"Profiler";case Ce:return"Scope";case F:return"Suspense";case Q:return"SuspenseList";case Xe:return"TracingMarker";case C:case w:case ge:case R:case ve:case be:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;break}return null}var Qu=l.ReactDebugCurrentFrame,En=null,pi=!1;function vi(){{if(En===null)return null;var e=En._debugOwner;if(e!==null&&typeof e<"u")return pt(e)}return null}function Xu(){return En===null?"":Yd(En)}function Nn(){Qu.getCurrentStack=null,En=null,pi=!1}function Ut(e){Qu.getCurrentStack=e===null?null:Xu,En=e,pi=!1}function Q0(){return En}function Fi(e){pi=e}function ur(e){return""+e}function Qa(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return Xt(e),e;default:return""}}var dh={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function Fl(e,t){dh[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||m("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||t.checked==null||m("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function Xd(e){var t=e.type,a=e.nodeName;return a&&a.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function ph(e){return e._valueTracker}function Zu(e){e._valueTracker=null}function Ju(e){var t="";return e&&(Xd(e)?t=e.checked?"true":"false":t=e.value),t}function zl(e){var t=Xd(e)?"checked":"value",a=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);Xt(e[t]);var u=""+e[t];if(!(e.hasOwnProperty(t)||typeof a>"u"||typeof a.get!="function"||typeof a.set!="function")){var c=a.get,v=a.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return c.call(this)},set:function(k){Xt(k),u=""+k,v.call(this,k)}}),Object.defineProperty(e,t,{enumerable:a.enumerable});var y={getValue:function(){return u},setValue:function(k){Xt(k),u=""+k},stopTracking:function(){Zu(e),delete e[t]}};return y}}function Uo(e){ph(e)||(e._valueTracker=zl(e))}function vh(e){if(!e)return!1;var t=ph(e);if(!t)return!0;var a=t.getValue(),u=Ju(e);return u!==a?(t.setValue(u),!0):!1}function Cc(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}var Ec=!1,Gu=!1,_c=!1,Zd=!1;function Sa(e){var t=e.type==="checkbox"||e.type==="radio";return t?e.checked!=null:e.value!=null}function qu(e,t){var a=e,u=t.checked,c=bt({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:u??a._wrapperState.initialChecked});return c}function es(e,t){Fl("input",t),t.checked!==void 0&&t.defaultChecked!==void 0&&!Gu&&(m("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",vi()||"A component",t.type),Gu=!0),t.value!==void 0&&t.defaultValue!==void 0&&!Ec&&(m("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",vi()||"A component",t.type),Ec=!0);var a=e,u=t.defaultValue==null?"":t.defaultValue;a._wrapperState={initialChecked:t.checked!=null?t.checked:t.defaultChecked,initialValue:Qa(t.value!=null?t.value:u),controlled:Sa(t)}}function Jd(e,t){var a=e,u=t.checked;u!=null&&Ao(a,"checked",u,!1)}function Ul(e,t){var a=e;{var u=Sa(t);!a._wrapperState.controlled&&u&&!Zd&&(m("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),Zd=!0),a._wrapperState.controlled&&!u&&!_c&&(m("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),_c=!0)}Jd(e,t);var c=Qa(t.value),v=t.type;if(c!=null)v==="number"?(c===0&&a.value===""||a.value!=c)&&(a.value=ur(c)):a.value!==ur(c)&&(a.value=ur(c));else if(v==="submit"||v==="reset"){a.removeAttribute("value");return}t.hasOwnProperty("value")?Xa(a,t.type,c):t.hasOwnProperty("defaultValue")&&Xa(a,t.type,Qa(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(a.defaultChecked=!!t.defaultChecked)}function ts(e,t,a){var u=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var c=t.type,v=c==="submit"||c==="reset";if(v&&(t.value===void 0||t.value===null))return;var y=ur(u._wrapperState.initialValue);a||y!==u.value&&(u.value=y),u.defaultValue=y}var k=u.name;k!==""&&(u.name=""),u.defaultChecked=!u.defaultChecked,u.defaultChecked=!!u._wrapperState.initialChecked,k!==""&&(u.name=k)}function mh(e,t){var a=e;Ul(a,t),Qr(a,t)}function Qr(e,t){var a=t.name;if(t.type==="radio"&&a!=null){for(var u=e;u.parentNode;)u=u.parentNode;Ot(a,"name");for(var c=u.querySelectorAll("input[name="+JSON.stringify(""+a)+'][type="radio"]'),v=0;v<c.length;v++){var y=c[v];if(!(y===e||y.form!==e.form)){var k=Kg(y);if(!k)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");vh(y),Ul(y,k)}}}}function Xa(e,t,a){(t!=="number"||Cc(e.ownerDocument)!==e)&&(a==null?e.defaultValue=ur(e._wrapperState.initialValue):e.defaultValue!==ur(a)&&(e.defaultValue=ur(a)))}var Tc=!1,Bl=!1,hh=!1;function Dc(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?o.Children.forEach(t.children,function(a){a!=null&&(typeof a=="string"||typeof a=="number"||Bl||(Bl=!0,m("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}):t.dangerouslySetInnerHTML!=null&&(hh||(hh=!0,m("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),t.selected!=null&&!Tc&&(m("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),Tc=!0)}function Gd(e,t){t.value!=null&&e.setAttribute("value",ur(Qa(t.value)))}var ns=Array.isArray;function In(e){return ns(e)}var Rc;Rc=!1;function gh(){var e=vi();return e?`
48
+
49
+ Check the render method of \``+e+"`.":""}var yh=["value","defaultValue"];function X0(e){{Fl("select",e);for(var t=0;t<yh.length;t++){var a=yh[t];if(e[a]!=null){var u=In(e[a]);e.multiple&&!u?m("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,gh()):!e.multiple&&u&&m("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,gh())}}}}function Za(e,t,a,u){var c=e.options;if(t){for(var v=a,y={},k=0;k<v.length;k++)y["$"+v[k]]=!0;for(var x=0;x<c.length;x++){var M=y.hasOwnProperty("$"+c[x].value);c[x].selected!==M&&(c[x].selected=M),M&&u&&(c[x].defaultSelected=!0)}}else{for(var N=ur(Qa(a)),I=null,B=0;B<c.length;B++){if(c[B].value===N){c[B].selected=!0,u&&(c[B].defaultSelected=!0);return}I===null&&!c[B].disabled&&(I=c[B])}I!==null&&(I.selected=!0)}}function qd(e,t){return bt({},t,{value:void 0})}function bh(e,t){var a=e;X0(t),a._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!Rc&&(m("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Rc=!0)}function Z0(e,t){var a=e;a.multiple=!!t.multiple;var u=t.value;u!=null?Za(a,!!t.multiple,u,!1):t.defaultValue!=null&&Za(a,!!t.multiple,t.defaultValue,!0)}function J0(e,t){var a=e,u=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!t.multiple;var c=t.value;c!=null?Za(a,!!t.multiple,c,!1):u!==!!t.multiple&&(t.defaultValue!=null?Za(a,!!t.multiple,t.defaultValue,!0):Za(a,!!t.multiple,t.multiple?[]:"",!1))}function G0(e,t){var a=e,u=t.value;u!=null&&Za(a,!!t.multiple,u,!1)}var ep=!1;function tp(e,t){var a=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var u=bt({},t,{value:void 0,defaultValue:void 0,children:ur(a._wrapperState.initialValue)});return u}function Sh(e,t){var a=e;Fl("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!ep&&(m("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components",vi()||"A component"),ep=!0);var u=t.value;if(u==null){var c=t.children,v=t.defaultValue;if(c!=null){m("Use the `defaultValue` or `value` props instead of setting children on <textarea>.");{if(v!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(In(c)){if(c.length>1)throw new Error("<textarea> can only have at most one child.");c=c[0]}v=c}}v==null&&(v=""),u=v}a._wrapperState={initialValue:Qa(u)}}function kh(e,t){var a=e,u=Qa(t.value),c=Qa(t.defaultValue);if(u!=null){var v=ur(u);v!==a.value&&(a.value=v),t.defaultValue==null&&a.defaultValue!==v&&(a.defaultValue=v)}c!=null&&(a.defaultValue=ur(c))}function xh(e,t){var a=e,u=a.textContent;u===a._wrapperState.initialValue&&u!==""&&u!==null&&(a.value=u)}function np(e,t){kh(e,t)}var ka="http://www.w3.org/1999/xhtml",q0="http://www.w3.org/1998/Math/MathML",rp="http://www.w3.org/2000/svg";function Pc(e){switch(e){case"svg":return rp;case"math":return q0;default:return ka}}function ip(e,t){return e==null||e===ka?Pc(t):e===rp&&t==="foreignObject"?ka:e}var e1=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,a,u,c){MSApp.execUnsafeLocalFunction(function(){return e(t,a,u,c)})}:e},Mc,wh=e1(function(e,t){if(e.namespaceURI===rp&&!("innerHTML"in e)){Mc=Mc||document.createElement("div"),Mc.innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var a=Mc.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild);return}e.innerHTML=t}),Lr=1,xa=3,_n=8,zi=9,Bo=11,Nc=function(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===xa){a.nodeValue=t;return}}e.textContent=t},Ch={animation:["animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction"],background:["backgroundAttachment","backgroundClip","backgroundColor","backgroundImage","backgroundOrigin","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize"],backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:["borderBottomColor","borderBottomStyle","borderBottomWidth","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRightColor","borderRightStyle","borderRightWidth","borderTopColor","borderTopStyle","borderTopWidth"],borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:["fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontWeight","lineHeight"],fontVariant:["fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition"],gap:["columnGap","rowGap"],grid:["gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:["maskClip","maskComposite","maskImage","maskMode","maskOrigin","maskPositionX","maskPositionY","maskRepeat","maskSize"],maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},Hl={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function Eh(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var _h=["Webkit","ms","Moz","O"];Object.keys(Hl).forEach(function(e){_h.forEach(function(t){Hl[Eh(t,e)]=Hl[e]})});function $c(e,t,a){var u=t==null||typeof t=="boolean"||t==="";return u?"":!a&&typeof t=="number"&&t!==0&&!(Hl.hasOwnProperty(e)&&Hl[e])?t+"px":(br(t,e),(""+t).trim())}var Il=/([A-Z])/g,t1=/^ms-/;function n1(e){return e.replace(Il,"-$1").toLowerCase().replace(t1,"-ms-")}var Th=function(){};{var Dh=/^(?:webkit|moz|o)[A-Z]/,Rh=/^-ms-/,rs=/-(.)/g,Vl=/;\s*$/,jl={},Kl={},Ph=!1,ap=!1,op=function(e){return e.replace(rs,function(t,a){return a.toUpperCase()})},lp=function(e){jl.hasOwnProperty(e)&&jl[e]||(jl[e]=!0,m("Unsupported style property %s. Did you mean %s?",e,op(e.replace(Rh,"ms-"))))},Mh=function(e){jl.hasOwnProperty(e)&&jl[e]||(jl[e]=!0,m("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},Nh=function(e,t){Kl.hasOwnProperty(t)&&Kl[t]||(Kl[t]=!0,m(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(Vl,"")))},$h=function(e,t){Ph||(Ph=!0,m("`NaN` is an invalid value for the `%s` css style property.",e))},r1=function(e,t){ap||(ap=!0,m("`Infinity` is an invalid value for the `%s` css style property.",e))};Th=function(e,t){e.indexOf("-")>-1?lp(e):Dh.test(e)?Mh(e):Vl.test(t)&&Nh(e,t),typeof t=="number"&&(isNaN(t)?$h(e,t):isFinite(t)||r1(e,t))}}var i1=Th;function a1(e){{var t="",a="";for(var u in e)if(e.hasOwnProperty(u)){var c=e[u];if(c!=null){var v=u.indexOf("--")===0;t+=a+(v?u:n1(u))+":",t+=$c(u,c,v),a=";"}}return t||null}}function Lh(e,t){var a=e.style;for(var u in t)if(t.hasOwnProperty(u)){var c=u.indexOf("--")===0;c||i1(u,t[u]);var v=$c(u,t[u],c);u==="float"&&(u="cssFloat"),c?a.setProperty(u,v):a[u]=v}}function o1(e){return e==null||typeof e=="boolean"||e===""}function mi(e){var t={};for(var a in e)for(var u=Ch[a]||[a],c=0;c<u.length;c++)t[u[c]]=a;return t}function is(e,t){{if(!t)return;var a=mi(e),u=mi(t),c={};for(var v in a){var y=a[v],k=u[v];if(k&&y!==k){var x=y+","+k;if(c[x])continue;c[x]=!0,m("%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",o1(e[y])?"Removing":"Updating",y,k)}}}}var Oh={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},Ah=bt({menuitem:!0},Oh),Fh="__html";function Lc(e,t){if(t){if(Ah[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw new Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t.dangerouslySetInnerHTML!="object"||!(Fh in t.dangerouslySetInnerHTML))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.")}if(!t.suppressContentEditableWarning&&t.contentEditable&&t.children!=null&&m("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),t.style!=null&&typeof t.style!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.")}}function wa(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Oc={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},zh={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},Ui={},up=new RegExp("^(aria)-["+Je+"]*$"),as=new RegExp("^(aria)[A-Z]["+Je+"]*$");function sp(e,t){{if(Me.call(Ui,t)&&Ui[t])return!0;if(as.test(t)){var a="aria-"+t.slice(4).toLowerCase(),u=zh.hasOwnProperty(a)?a:null;if(u==null)return m("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),Ui[t]=!0,!0;if(t!==u)return m("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,u),Ui[t]=!0,!0}if(up.test(t)){var c=t.toLowerCase(),v=zh.hasOwnProperty(c)?c:null;if(v==null)return Ui[t]=!0,!1;if(t!==v)return m("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,v),Ui[t]=!0,!0}}return!0}function Uh(e,t){{var a=[];for(var u in t){var c=sp(e,u);c||a.push(u)}var v=a.map(function(y){return"`"+y+"`"}).join(", ");a.length===1?m("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",v,e):a.length>1&&m("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",v,e)}}function Ac(e,t){wa(e,t)||Uh(e,t)}var Ho=!1;function cp(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!Ho&&(Ho=!0,e==="select"&&t.multiple?m("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):m("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var fp=function(){};{var Vn={},dp=/^on./,Bh=/^on[^A-Z]/,Hh=new RegExp("^(aria)-["+Je+"]*$"),Ih=new RegExp("^(aria)[A-Z]["+Je+"]*$");fp=function(e,t,a,u){if(Me.call(Vn,t)&&Vn[t])return!0;var c=t.toLowerCase();if(c==="onfocusin"||c==="onfocusout")return m("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Vn[t]=!0,!0;if(u!=null){var v=u.registrationNameDependencies,y=u.possibleRegistrationNames;if(v.hasOwnProperty(t))return!0;var k=y.hasOwnProperty(c)?y[c]:null;if(k!=null)return m("Invalid event handler property `%s`. Did you mean `%s`?",t,k),Vn[t]=!0,!0;if(dp.test(t))return m("Unknown event handler property `%s`. It will be ignored.",t),Vn[t]=!0,!0}else if(dp.test(t))return Bh.test(t)&&m("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Vn[t]=!0,!0;if(Hh.test(t)||Ih.test(t))return!0;if(c==="innerhtml")return m("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Vn[t]=!0,!0;if(c==="aria")return m("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Vn[t]=!0,!0;if(c==="is"&&a!==null&&a!==void 0&&typeof a!="string")return m("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),Vn[t]=!0,!0;if(typeof a=="number"&&isNaN(a))return m("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),Vn[t]=!0,!0;var x=Gi(t),M=x!==null&&x.type===Ge;if(Oc.hasOwnProperty(c)){var N=Oc[c];if(N!==t)return m("Invalid DOM property `%s`. Did you mean `%s`?",t,N),Vn[t]=!0,!0}else if(!M&&t!==c)return m("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,c),Vn[t]=!0,!0;return typeof a=="boolean"&&fi(t,a,x,!1)?(a?m('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',a,t,t,a,t):m('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',a,t,t,a,t,t,t),Vn[t]=!0,!0):M?!0:fi(t,a,x,!1)?(Vn[t]=!0,!1):((a==="false"||a==="true")&&x!==null&&x.type===yn&&(m("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",a,t,a==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,a),Vn[t]=!0),!0)}}var Vh=function(e,t,a){{var u=[];for(var c in t){var v=fp(e,c,t[c],a);v||u.push(c)}var y=u.map(function(k){return"`"+k+"`"}).join(", ");u.length===1?m("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",y,e):u.length>1&&m("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",y,e)}};function jh(e,t,a){wa(e,t)||Vh(e,t,a)}var Ca=1,os=2,Io=4,l1=Ca|os|Io,ls=null;function us(e){ls!==null&&m("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),ls=e}function u1(){ls===null&&m("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),ls=null}function Kh(e){return e===ls}function Fc(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===xa?t.parentNode:t}var Yt=null,Ja=null,Ea=null;function Wl(e){var t=yu(e);if(t){if(typeof Yt!="function")throw new Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");var a=t.stateNode;if(a){var u=Kg(a);Yt(t.stateNode,t.type,u)}}}function Wh(e){Yt=e}function zc(e){Ja?Ea?Ea.push(e):Ea=[e]:Ja=e}function ss(){return Ja!==null||Ea!==null}function cs(){if(Ja){var e=Ja,t=Ea;if(Ja=null,Ea=null,Wl(e),t)for(var a=0;a<t.length;a++)Wl(t[a])}}var Vo=function(e,t){return e(t)},pp=function(){},vp=!1;function s1(){var e=ss();e&&(pp(),cs())}function mp(e,t,a){if(vp)return e(t,a);vp=!0;try{return Vo(e,t,a)}finally{vp=!1,s1()}}function Uc(e,t,a){Vo=e,pp=a}function Bc(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function hp(e,t,a){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return!!(a.disabled&&Bc(t));default:return!1}}function jo(e,t){var a=e.stateNode;if(a===null)return null;var u=Kg(a);if(u===null)return null;var c=u[t];if(hp(t,e.type,u))return null;if(c&&typeof c!="function")throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof c+"` type.");return c}var fs=!1;if(gt)try{var Ko={};Object.defineProperty(Ko,"passive",{get:function(){fs=!0}}),window.addEventListener("test",Ko,Ko),window.removeEventListener("test",Ko,Ko)}catch{fs=!1}function Yh(e,t,a,u,c,v,y,k,x){var M=Array.prototype.slice.call(arguments,3);try{t.apply(a,M)}catch(N){this.onError(N)}}var gp=Yh;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var yp=document.createElement("react");gp=function(t,a,u,c,v,y,k,x,M){if(typeof document>"u"||document===null)throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var N=document.createEvent("Event"),I=!1,B=!0,te=window.event,ne=Object.getOwnPropertyDescriptor(window,"event");function ue(){yp.removeEventListener(se,nt,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=te)}var ze=Array.prototype.slice.call(arguments,3);function nt(){I=!0,ue(),a.apply(u,ze),B=!1}var Qe,_t=!1,kt=!1;function X(Z){if(Qe=Z.error,_t=!0,Qe===null&&Z.colno===0&&Z.lineno===0&&(kt=!0),Z.defaultPrevented&&Qe!=null&&typeof Qe=="object")try{Qe._suppressLogging=!0}catch{}}var se="react-"+(t||"invokeguardedcallback");if(window.addEventListener("error",X),yp.addEventListener(se,nt,!1),N.initEvent(se,!1,!1),yp.dispatchEvent(N),ne&&Object.defineProperty(window,"event",ne),I&&B&&(_t?kt&&(Qe=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):Qe=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(Qe)),window.removeEventListener("error",X),!I)return ue(),Yh.apply(this,arguments)}}var c1=gp,Ga=!1,Bi=null,ds=!1,qa=null,ea={onError:function(e){Ga=!0,Bi=e}};function Wo(e,t,a,u,c,v,y,k,x){Ga=!1,Bi=null,c1.apply(ea,arguments)}function _a(e,t,a,u,c,v,y,k,x){if(Wo.apply(this,arguments),Ga){var M=Sp();ds||(ds=!0,qa=M)}}function bp(){if(ds){var e=qa;throw ds=!1,qa=null,e}}function f1(){return Ga}function Sp(){if(Ga){var e=Bi;return Ga=!1,Bi=null,e}else throw new Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}function hi(e){return e._reactInternals}function ps(e){return e._reactInternals!==void 0}function Yl(e,t){e._reactInternals=t}var tt=0,eo=1,Zt=2,vt=4,Mt=16,$t=32,ta=64,st=128,mn=256,Or=512,gi=1024,rn=2048,yi=4096,to=8192,vs=16384,Hc=rn|vt|ta|Or|gi|vs,Qh=32767,Xr=32768,jn=65536,ms=131072,kp=1048576,xp=2097152,Ar=4194304,no=8388608,Fr=16777216,Yo=33554432,Ql=vt|gi|0,zr=Zt|vt|Mt|$t|Or|yi|to,sr=vt|ta|Or|to,bi=rn|Mt,Zn=Ar|no|xp,Ta=l.ReactCurrentOwner;function Zr(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{var u=t;do t=u,(t.flags&(Zt|yi))!==tt&&(a=t.return),u=t.return;while(u)}return t.tag===T?a:null}function wp(e){if(e.tag===F){var t=e.memoizedState;if(t===null){var a=e.alternate;a!==null&&(t=a.memoizedState)}if(t!==null)return t.dehydrated}return null}function Ic(e){return e.tag===T?e.stateNode.containerInfo:null}function Cp(e){return Zr(e)===e}function Jr(e){{var t=Ta.current;if(t!==null&&t.tag===C){var a=t,u=a.stateNode;u._warnedAboutRefsInRender||m("%s is accessing isMounted inside its render() function. render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",pt(a)||"A component"),u._warnedAboutRefsInRender=!0}}var c=hi(e);return c?Zr(c)===c:!1}function Ur(e){if(Zr(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function Jt(e){var t=e.alternate;if(!t){var a=Zr(e);if(a===null)throw new Error("Unable to find node on an unmounted component.");return a!==e?null:e}for(var u=e,c=t;;){var v=u.return;if(v===null)break;var y=v.alternate;if(y===null){var k=v.return;if(k!==null){u=c=k;continue}break}if(v.child===y.child){for(var x=v.child;x;){if(x===u)return Ur(v),e;if(x===c)return Ur(v),t;x=x.sibling}throw new Error("Unable to find node on an unmounted component.")}if(u.return!==c.return)u=v,c=y;else{for(var M=!1,N=v.child;N;){if(N===u){M=!0,u=v,c=y;break}if(N===c){M=!0,c=v,u=y;break}N=N.sibling}if(!M){for(N=y.child;N;){if(N===u){M=!0,u=y,c=v;break}if(N===c){M=!0,c=y,u=v;break}N=N.sibling}if(!M)throw new Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(u.alternate!==c)throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(u.tag!==T)throw new Error("Unable to find node on an unmounted component.");return u.stateNode.current===u?e:t}function Si(e){var t=Jt(e);return t!==null?Ep(t):null}function Ep(e){if(e.tag===P||e.tag===A)return e;for(var t=e.child;t!==null;){var a=Ep(t);if(a!==null)return a;t=t.sibling}return null}function Xh(e){var t=Jt(e);return t!==null?Vc(t):null}function Vc(e){if(e.tag===P||e.tag===A)return e;for(var t=e.child;t!==null;){if(t.tag!==D){var a=Vc(t);if(a!==null)return a}t=t.sibling}return null}var jc=i.unstable_scheduleCallback,Zh=i.unstable_cancelCallback,Kc=i.unstable_shouldYield,Jh=i.unstable_requestPaint,ln=i.unstable_now,_p=i.unstable_getCurrentPriorityLevel,Wc=i.unstable_ImmediatePriority,Gr=i.unstable_UserBlockingPriority,na=i.unstable_NormalPriority,Yc=i.unstable_LowPriority,ro=i.unstable_IdlePriority,Tp=i.unstable_yieldValue,Dp=i.unstable_setDisableYieldValue,io=null,Kn=null,Ne=null,Sn=!1,Jn=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function Rp(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return m("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{Ee&&(e=bt({},e,{getLaneLabelMap:oo,injectProfilingHooks:Ra})),io=t.inject(e),Kn=t}catch(a){m("React instrumentation encountered an error: %s.",a)}return!!t.checkDCE}function Gh(e,t){if(Kn&&typeof Kn.onScheduleFiberRoot=="function")try{Kn.onScheduleFiberRoot(io,e,t)}catch(a){Sn||(Sn=!0,m("React instrumentation encountered an error: %s",a))}}function Da(e,t){if(Kn&&typeof Kn.onCommitFiberRoot=="function")try{var a=(e.current.flags&st)===st;if(V){var u;switch(t){case cr:u=Wc;break;case Gn:u=Gr;break;case Ma:u=na;break;case Cs:u=ro;break;default:u=na;break}Kn.onCommitFiberRoot(io,e,u,a)}}catch(c){Sn||(Sn=!0,m("React instrumentation encountered an error: %s",c))}}function ao(e){if(Kn&&typeof Kn.onPostCommitFiberRoot=="function")try{Kn.onPostCommitFiberRoot(io,e)}catch(t){Sn||(Sn=!0,m("React instrumentation encountered an error: %s",t))}}function Pp(e){if(Kn&&typeof Kn.onCommitFiberUnmount=="function")try{Kn.onCommitFiberUnmount(io,e)}catch(t){Sn||(Sn=!0,m("React instrumentation encountered an error: %s",t))}}function $n(e){if(typeof Tp=="function"&&(Dp(e),p(e)),Kn&&typeof Kn.setStrictMode=="function")try{Kn.setStrictMode(io,e)}catch(t){Sn||(Sn=!0,m("React instrumentation encountered an error: %s",t))}}function Ra(e){Ne=e}function oo(){{for(var e=new Map,t=1,a=0;a<Gt;a++){var u=d1(t);e.set(t,u),t*=2}return e}}function Qc(e){Ne!==null&&typeof Ne.markCommitStarted=="function"&&Ne.markCommitStarted(e)}function Mp(){Ne!==null&&typeof Ne.markCommitStopped=="function"&&Ne.markCommitStopped()}function lo(e){Ne!==null&&typeof Ne.markComponentRenderStarted=="function"&&Ne.markComponentRenderStarted(e)}function Qo(){Ne!==null&&typeof Ne.markComponentRenderStopped=="function"&&Ne.markComponentRenderStopped()}function qh(e){Ne!==null&&typeof Ne.markComponentPassiveEffectMountStarted=="function"&&Ne.markComponentPassiveEffectMountStarted(e)}function Np(){Ne!==null&&typeof Ne.markComponentPassiveEffectMountStopped=="function"&&Ne.markComponentPassiveEffectMountStopped()}function Xc(e){Ne!==null&&typeof Ne.markComponentPassiveEffectUnmountStarted=="function"&&Ne.markComponentPassiveEffectUnmountStarted(e)}function eg(){Ne!==null&&typeof Ne.markComponentPassiveEffectUnmountStopped=="function"&&Ne.markComponentPassiveEffectUnmountStopped()}function tg(e){Ne!==null&&typeof Ne.markComponentLayoutEffectMountStarted=="function"&&Ne.markComponentLayoutEffectMountStarted(e)}function ng(){Ne!==null&&typeof Ne.markComponentLayoutEffectMountStopped=="function"&&Ne.markComponentLayoutEffectMountStopped()}function Zc(e){Ne!==null&&typeof Ne.markComponentLayoutEffectUnmountStarted=="function"&&Ne.markComponentLayoutEffectUnmountStarted(e)}function Xl(){Ne!==null&&typeof Ne.markComponentLayoutEffectUnmountStopped=="function"&&Ne.markComponentLayoutEffectUnmountStopped()}function Jc(e,t,a){Ne!==null&&typeof Ne.markComponentErrored=="function"&&Ne.markComponentErrored(e,t,a)}function rg(e,t,a){Ne!==null&&typeof Ne.markComponentSuspended=="function"&&Ne.markComponentSuspended(e,t,a)}function ig(e){Ne!==null&&typeof Ne.markLayoutEffectsStarted=="function"&&Ne.markLayoutEffectsStarted(e)}function Zl(){Ne!==null&&typeof Ne.markLayoutEffectsStopped=="function"&&Ne.markLayoutEffectsStopped()}function ag(e){Ne!==null&&typeof Ne.markPassiveEffectsStarted=="function"&&Ne.markPassiveEffectsStarted(e)}function hs(){Ne!==null&&typeof Ne.markPassiveEffectsStopped=="function"&&Ne.markPassiveEffectsStopped()}function Hi(e){Ne!==null&&typeof Ne.markRenderStarted=="function"&&Ne.markRenderStarted(e)}function gs(){Ne!==null&&typeof Ne.markRenderYielded=="function"&&Ne.markRenderYielded()}function Jl(){Ne!==null&&typeof Ne.markRenderStopped=="function"&&Ne.markRenderStopped()}function Xo(e){Ne!==null&&typeof Ne.markRenderScheduled=="function"&&Ne.markRenderScheduled(e)}function $p(e,t){Ne!==null&&typeof Ne.markForceUpdateScheduled=="function"&&Ne.markForceUpdateScheduled(e,t)}function uo(e,t){Ne!==null&&typeof Ne.markStateUpdateScheduled=="function"&&Ne.markStateUpdateScheduled(e,t)}var it=0,ht=1,at=2,un=8,ki=16,Gc=Math.clz32?Math.clz32:Zo,qc=Math.log,Lp=Math.LN2;function Zo(e){var t=e>>>0;return t===0?32:31-(qc(t)/Lp|0)|0}var Gt=31,ce=0,Ct=0,ot=1,ra=2,qr=4,Jo=8,qt=16,Go=32,so=4194240,qo=64,xi=128,Br=256,el=512,ys=1024,bs=2048,ef=4096,tf=8192,nf=16384,rf=32768,af=65536,of=131072,lf=262144,uf=524288,tl=1048576,sf=2097152,nl=130023424,Pa=4194304,cf=8388608,Ss=16777216,ff=33554432,df=67108864,Op=Pa,Gl=134217728,pf=268435455,ql=268435456,co=536870912,Hr=1073741824;function d1(e){{if(e&ot)return"Sync";if(e&ra)return"InputContinuousHydration";if(e&qr)return"InputContinuous";if(e&Jo)return"DefaultHydration";if(e&qt)return"Default";if(e&Go)return"TransitionHydration";if(e&so)return"Transition";if(e&nl)return"Retry";if(e&Gl)return"SelectiveHydration";if(e&ql)return"IdleHydration";if(e&co)return"Idle";if(e&Hr)return"Offscreen"}}var Qt=-1,vf=qo,mf=Pa;function eu(e){switch(Tn(e)){case ot:return ot;case ra:return ra;case qr:return qr;case Jo:return Jo;case qt:return qt;case Go:return Go;case qo:case xi:case Br:case el:case ys:case bs:case ef:case tf:case nf:case rf:case af:case of:case lf:case uf:case tl:case sf:return e&so;case Pa:case cf:case Ss:case ff:case df:return e&nl;case Gl:return Gl;case ql:return ql;case co:return co;case Hr:return Hr;default:return m("Should have found matching lanes. This is a bug in React."),e}}function ks(e,t){var a=e.pendingLanes;if(a===ce)return ce;var u=ce,c=e.suspendedLanes,v=e.pingedLanes,y=a&pf;if(y!==ce){var k=y&~c;if(k!==ce)u=eu(k);else{var x=y&v;x!==ce&&(u=eu(x))}}else{var M=a&~c;M!==ce?u=eu(M):v!==ce&&(u=eu(v))}if(u===ce)return ce;if(t!==ce&&t!==u&&(t&c)===ce){var N=Tn(u),I=Tn(t);if(N>=I||N===qt&&(I&so)!==ce)return t}(u&qr)!==ce&&(u|=a&qt);var B=e.entangledLanes;if(B!==ce)for(var te=e.entanglements,ne=u&B;ne>0;){var ue=fo(ne),ze=1<<ue;u|=te[ue],ne&=~ze}return u}function og(e,t){for(var a=e.eventTimes,u=Qt;t>0;){var c=fo(t),v=1<<c,y=a[c];y>u&&(u=y),t&=~v}return u}function hf(e,t){switch(e){case ot:case ra:case qr:return t+250;case Jo:case qt:case Go:case qo:case xi:case Br:case el:case ys:case bs:case ef:case tf:case nf:case rf:case af:case of:case lf:case uf:case tl:case sf:return t+5e3;case Pa:case cf:case Ss:case ff:case df:return Qt;case Gl:case ql:case co:case Hr:return Qt;default:return m("Should have found matching lanes. This is a bug in React."),Qt}}function p1(e,t){for(var a=e.pendingLanes,u=e.suspendedLanes,c=e.pingedLanes,v=e.expirationTimes,y=a;y>0;){var k=fo(y),x=1<<k,M=v[k];M===Qt?((x&u)===ce||(x&c)!==ce)&&(v[k]=hf(x,t)):M<=t&&(e.expiredLanes|=x),y&=~x}}function v1(e){return eu(e.pendingLanes)}function Ap(e){var t=e.pendingLanes&~Hr;return t!==ce?t:t&Hr?Hr:ce}function tu(e){return(e&ot)!==ce}function xs(e){return(e&pf)!==ce}function gf(e){return(e&nl)===e}function m1(e){var t=ot|qr|qt;return(e&t)===ce}function lg(e){return(e&so)===e}function ws(e,t){var a=ra|qr|Jo|qt;return(t&a)!==ce}function ug(e,t){return(t&e.expiredLanes)!==ce}function Fp(e){return(e&so)!==ce}function zp(){var e=vf;return vf<<=1,(vf&so)===ce&&(vf=qo),e}function h1(){var e=mf;return mf<<=1,(mf&nl)===ce&&(mf=Pa),e}function Tn(e){return e&-e}function Ln(e){return Tn(e)}function fo(e){return 31-Gc(e)}function yf(e){return fo(e)}function Ir(e,t){return(e&t)!==ce}function rl(e,t){return(e&t)===t}function mt(e,t){return e|t}function nu(e,t){return e&~t}function Up(e,t){return e&t}function sg(e){return e}function cg(e,t){return e!==Ct&&e<t?e:t}function bf(e){for(var t=[],a=0;a<Gt;a++)t.push(e);return t}function il(e,t,a){e.pendingLanes|=t,t!==co&&(e.suspendedLanes=ce,e.pingedLanes=ce);var u=e.eventTimes,c=yf(t);u[c]=a}function Bp(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var a=e.expirationTimes,u=t;u>0;){var c=fo(u),v=1<<c;a[c]=Qt,u&=~v}}function Hp(e,t,a){e.pingedLanes|=e.suspendedLanes&t}function Ip(e,t){var a=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=ce,e.pingedLanes=ce,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var u=e.entanglements,c=e.eventTimes,v=e.expirationTimes,y=a;y>0;){var k=fo(y),x=1<<k;u[k]=ce,c[k]=Qt,v[k]=Qt,y&=~x}}function ru(e,t){for(var a=e.entangledLanes|=t,u=e.entanglements,c=a;c;){var v=fo(c),y=1<<v;y&t|u[v]&t&&(u[v]|=t),c&=~y}}function g1(e,t){var a=Tn(t),u;switch(a){case qr:u=ra;break;case qt:u=Jo;break;case qo:case xi:case Br:case el:case ys:case bs:case ef:case tf:case nf:case rf:case af:case of:case lf:case uf:case tl:case sf:case Pa:case cf:case Ss:case ff:case df:u=Go;break;case co:u=ql;break;default:u=Ct;break}return(u&(e.suspendedLanes|t))!==Ct?Ct:u}function Vp(e,t,a){if(Jn)for(var u=e.pendingUpdatersLaneMap;a>0;){var c=yf(a),v=1<<c,y=u[c];y.add(t),a&=~v}}function Sf(e,t){if(Jn)for(var a=e.pendingUpdatersLaneMap,u=e.memoizedUpdaters;t>0;){var c=yf(t),v=1<<c,y=a[c];y.size>0&&(y.forEach(function(k){var x=k.alternate;(x===null||!u.has(x))&&u.add(k)}),y.clear()),t&=~v}}function jp(e,t){return null}var cr=ot,Gn=qr,Ma=qt,Cs=co,al=Ct;function wi(){return al}function On(e){al=e}function Es(e,t){var a=al;try{return al=e,t()}finally{al=a}}function fr(e,t){return e!==0&&e<t?e:t}function y1(e,t){return e===0||e>t?e:t}function Kp(e,t){return e!==0&&e<t}function _s(e){var t=Tn(e);return Kp(cr,t)?Kp(Gn,t)?xs(t)?Ma:Cs:Gn:cr}function An(e){var t=e.current.memoizedState;return t.isDehydrated}var fg;function He(e){fg=e}function iu(e){fg(e)}var Ts;function dg(e){Ts=e}var pg;function Ds(e){pg=e}var Rs;function Wp(e){Rs=e}var Yp;function vg(e){Yp=e}var kf=!1,au=[],ia=null,an=null,Wn=null,Ci=new Map,ou=new Map,Na=[],Ii=["mousedown","mouseup","touchcancel","touchend","touchstart","auxclick","dblclick","pointercancel","pointerdown","pointerup","dragend","dragstart","drop","compositionend","compositionstart","keydown","keypress","keyup","input","textInput","copy","cut","paste","click","change","contextmenu","reset","submit"];function mg(e){return Ii.indexOf(e)>-1}function aa(e,t,a,u,c){return{blockedOn:e,domEventName:t,eventSystemFlags:a,nativeEvent:c,targetContainers:[u]}}function hg(e,t){switch(e){case"focusin":case"focusout":ia=null;break;case"dragenter":case"dragleave":an=null;break;case"mouseover":case"mouseout":Wn=null;break;case"pointerover":case"pointerout":{var a=t.pointerId;Ci.delete(a);break}case"gotpointercapture":case"lostpointercapture":{var u=t.pointerId;ou.delete(u);break}}}function lu(e,t,a,u,c,v){if(e===null||e.nativeEvent!==v){var y=aa(t,a,u,c,v);if(t!==null){var k=yu(t);k!==null&&Ts(k)}return y}e.eventSystemFlags|=u;var x=e.targetContainers;return c!==null&&x.indexOf(c)===-1&&x.push(c),e}function gg(e,t,a,u,c){switch(t){case"focusin":{var v=c;return ia=lu(ia,e,t,a,u,v),!0}case"dragenter":{var y=c;return an=lu(an,e,t,a,u,y),!0}case"mouseover":{var k=c;return Wn=lu(Wn,e,t,a,u,k),!0}case"pointerover":{var x=c,M=x.pointerId;return Ci.set(M,lu(Ci.get(M)||null,e,t,a,u,x)),!0}case"gotpointercapture":{var N=c,I=N.pointerId;return ou.set(I,lu(ou.get(I)||null,e,t,a,u,N)),!0}}return!1}function Qp(e){var t=zs(e.target);if(t!==null){var a=Zr(t);if(a!==null){var u=a.tag;if(u===F){var c=wp(a);if(c!==null){e.blockedOn=c,Yp(e.priority,function(){pg(a)});return}}else if(u===T){var v=a.stateNode;if(An(v)){e.blockedOn=Ic(a);return}}}}e.blockedOn=null}function yg(e){for(var t=Rs(),a={blockedOn:null,target:e,priority:t},u=0;u<Na.length&&Kp(t,Na[u].priority);u++);Na.splice(u,0,a),u===0&&Qp(a)}function xf(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;t.length>0;){var a=t[0],u=ol(e.domEventName,e.eventSystemFlags,a,e.nativeEvent);if(u===null){var c=e.nativeEvent,v=new c.constructor(c.type,c);us(v),c.target.dispatchEvent(v),u1()}else{var y=yu(u);return y!==null&&Ts(y),e.blockedOn=u,!1}t.shift()}return!0}function Ps(e,t,a){xf(e)&&a.delete(t)}function Xp(){kf=!1,ia!==null&&xf(ia)&&(ia=null),an!==null&&xf(an)&&(an=null),Wn!==null&&xf(Wn)&&(Wn=null),Ci.forEach(Ps),ou.forEach(Ps)}function dr(e,t){e.blockedOn===t&&(e.blockedOn=null,kf||(kf=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Xp)))}function St(e){if(au.length>0){dr(au[0],e);for(var t=1;t<au.length;t++){var a=au[t];a.blockedOn===e&&(a.blockedOn=null)}}ia!==null&&dr(ia,e),an!==null&&dr(an,e),Wn!==null&&dr(Wn,e);var u=function(k){return dr(k,e)};Ci.forEach(u),ou.forEach(u);for(var c=0;c<Na.length;c++){var v=Na[c];v.blockedOn===e&&(v.blockedOn=null)}for(;Na.length>0;){var y=Na[0];if(y.blockedOn!==null)break;Qp(y),y.blockedOn===null&&Na.shift()}}var sn=l.ReactCurrentBatchConfig,hn=!0;function Yn(e){hn=!!e}function ei(){return hn}function uu(e,t,a){var u=xr(t),c;switch(u){case cr:c=Fn;break;case Gn:c=Ms;break;case Ma:default:c=$a;break}return c.bind(null,t,a,e)}function Fn(e,t,a,u){var c=wi(),v=sn.transition;sn.transition=null;try{On(cr),$a(e,t,a,u)}finally{On(c),sn.transition=v}}function Ms(e,t,a,u){var c=wi(),v=sn.transition;sn.transition=null;try{On(Gn),$a(e,t,a,u)}finally{On(c),sn.transition=v}}function $a(e,t,a,u){hn&&wf(e,t,a,u)}function wf(e,t,a,u){var c=ol(e,t,a,u);if(c===null){z1(e,t,u,su,a),hg(e,u);return}if(gg(c,e,t,a,u)){u.stopPropagation();return}if(hg(e,u),t&Io&&mg(e)){for(;c!==null;){var v=yu(c);v!==null&&iu(v);var y=ol(e,t,a,u);if(y===null&&z1(e,t,u,su,a),y===c)break;c=y}c!==null&&u.stopPropagation();return}z1(e,t,u,null,a)}var su=null;function ol(e,t,a,u){su=null;var c=Fc(u),v=zs(c);if(v!==null){var y=Zr(v);if(y===null)v=null;else{var k=y.tag;if(k===F){var x=wp(y);if(x!==null)return x;v=null}else if(k===T){var M=y.stateNode;if(An(M))return Ic(y);v=null}else y!==v&&(v=null)}}return su=v,null}function xr(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return cr;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return Gn;case"message":{var t=_p();switch(t){case Wc:return cr;case Gr:return Gn;case na:case Yc:return Ma;case ro:return Cs;default:return Ma}}default:return Ma}}function Zp(e,t,a){return e.addEventListener(t,a,!1),a}function cu(e,t,a){return e.addEventListener(t,a,!0),a}function La(e,t,a,u){return e.addEventListener(t,a,{capture:!0,passive:u}),a}function Cf(e,t,a,u){return e.addEventListener(t,a,{passive:u}),a}var ll=null,oa=null,po=null;function vo(e){return ll=e,oa=_f(),!0}function Ef(){ll=null,oa=null,po=null}function fu(){if(po)return po;var e,t=oa,a=t.length,u,c=_f(),v=c.length;for(e=0;e<a&&t[e]===c[e];e++);var y=a-e;for(u=1;u<=y&&t[a-u]===c[v-u];u++);var k=u>1?1-u:void 0;return po=c.slice(e,k),po}function _f(){return"value"in ll?ll.value:ll.textContent}function ul(e){var t,a=e.keyCode;return"charCode"in e?(t=e.charCode,t===0&&a===13&&(t=13)):t=a,t===10&&(t=13),t>=32||t===13?t:0}function sl(){return!0}function pr(){return!1}function Dn(e){function t(a,u,c,v,y){this._reactName=a,this._targetInst=c,this.type=u,this.nativeEvent=v,this.target=y,this.currentTarget=null;for(var k in e)if(e.hasOwnProperty(k)){var x=e[k];x?this[k]=x(v):this[k]=v[k]}var M=v.defaultPrevented!=null?v.defaultPrevented:v.returnValue===!1;return M?this.isDefaultPrevented=sl:this.isDefaultPrevented=pr,this.isPropagationStopped=pr,this}return bt(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=sl)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=sl)},persist:function(){},isPersistent:sl}),t}var vr={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},mr=Dn(vr),du=bt({},vr,{view:0,detail:0}),Jp=Dn(du),Ns,Gp,Ei;function bg(e){e!==Ei&&(Ei&&e.type==="mousemove"?(Ns=e.screenX-Ei.screenX,Gp=e.screenY-Ei.screenY):(Ns=0,Gp=0),Ei=e)}var pu=bt({},du,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Rf,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(bg(e),Ns)},movementY:function(e){return"movementY"in e?e.movementY:Gp}}),mo=Dn(pu),qp=bt({},pu,{dataTransfer:0}),cl=Dn(qp),Sg=bt({},du,{relatedTarget:0}),Tf=Dn(Sg),ev=bt({},vr,{animationName:0,elapsedTime:0,pseudoElement:0}),Df=Dn(ev),b1=bt({},vr,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),S1=Dn(b1),kg=bt({},vr,{data:0}),tv=Dn(kg),fl=tv,k1={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},vu={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};function xg(e){if(e.key){var t=k1[e.key]||e.key;if(t!=="Unidentified")return t}if(e.type==="keypress"){var a=ul(e);return a===13?"Enter":String.fromCharCode(a)}return e.type==="keydown"||e.type==="keyup"?vu[e.keyCode]||"Unidentified":""}var gn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function x1(e){var t=this,a=t.nativeEvent;if(a.getModifierState)return a.getModifierState(e);var u=gn[e];return u?!!a[u]:!1}function Rf(e){return x1}var w1=bt({},du,{key:xg,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Rf,charCode:function(e){return e.type==="keypress"?ul(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?ul(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),C1=Dn(w1),wg=bt({},pu,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),nv=Dn(wg),E1=bt({},du,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Rf}),_i=Dn(E1),rv=bt({},vr,{propertyName:0,elapsedTime:0,pseudoElement:0}),_1=Dn(rv),ho=bt({},pu,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),Pf=Dn(ho),dl=[9,13,27,32],$s=229,Ls=gt&&"CompositionEvent"in window,pl=null;gt&&"documentMode"in document&&(pl=document.documentMode);var T1=gt&&"TextEvent"in window&&!pl,Mf=gt&&(!Ls||pl&&pl>8&&pl<=11),Cg=32,iv=String.fromCharCode(Cg);function Eg(){Be("onBeforeInput",["compositionend","keypress","textInput","paste"]),Be("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),Be("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),Be("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var Os=!1;function Nf(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function _g(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function av(e,t){return e==="keydown"&&t.keyCode===$s}function Tg(e,t){switch(e){case"keyup":return dl.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==$s;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function ov(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function $f(e){return e.locale==="ko"}var Oa=!1;function lv(e,t,a,u,c){var v,y;if(Ls?v=_g(t):Oa?Tg(t,u)&&(v="onCompositionEnd"):av(t,u)&&(v="onCompositionStart"),!v)return null;Mf&&!$f(u)&&(!Oa&&v==="onCompositionStart"?Oa=vo(c):v==="onCompositionEnd"&&Oa&&(y=fu()));var k=Ng(a,v);if(k.length>0){var x=new tv(v,t,null,u,c);if(e.push({event:x,listeners:k}),y)x.data=y;else{var M=ov(u);M!==null&&(x.data=M)}}}function Lf(e,t){switch(e){case"compositionend":return ov(t);case"keypress":var a=t.which;return a!==Cg?null:(Os=!0,iv);case"textInput":var u=t.data;return u===iv&&Os?null:u;default:return null}}function Dg(e,t){if(Oa){if(e==="compositionend"||!Ls&&Tg(e,t)){var a=fu();return Ef(),Oa=!1,a}return null}switch(e){case"paste":return null;case"keypress":if(!Nf(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Mf&&!$f(t)?null:t.data;default:return null}}function D1(e,t,a,u,c){var v;if(T1?v=Lf(t,u):v=Dg(t,u),!v)return null;var y=Ng(a,"onBeforeInput");if(y.length>0){var k=new fl("onBeforeInput","beforeinput",null,u,c);e.push({event:k,listeners:y}),k.data=v}}function Of(e,t,a,u,c,v,y){lv(e,t,a,u,c),D1(e,t,a,u,c)}var R1={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function mu(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!R1[e.type]:t==="textarea"}/**
50
50
  * Checks if an event is supported in the current execution environment.
51
51
  *
52
52
  * NOTE: This will not work correctly for non-generic events such as `change`,
@@ -58,78 +58,78 @@ Check the render method of \``+e+"`.":""}var Sm=["value","defaultValue"];functio
58
58
  * @return {boolean} True if the event is supported.
59
59
  * @internal
60
60
  * @license Modernizr 3.0.0pre (Custom Build) | MIT
61
- */function y0(e){if(!ht)return!1;var t="on"+e,i=t in document;if(!i){var a=document.createElement("div");a.setAttribute(t,"return;"),i=typeof a[t]=="function"}return i}function pf(){st("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function n(e,t,i,a){mc(a);var u=Ph(t,"onChange");if(u.length>0){var d=new sr("onChange","change",null,i,a);e.push({event:d,listeners:u})}}var r=null,o=null;function f(e){var t=e.nodeName&&e.nodeName.toLowerCase();return t==="select"||t==="input"&&e.type==="file"}function p(e){var t=[];n(t,o,e,vc(e)),$d(h,t)}function h(e){lE(e,0)}function x(e){var t=bf(e);if(ym(t))return e}function w(e,t){if(e==="change")return t}var O=!1;ht&&(O=y0("input")&&(!document.documentMode||document.documentMode>9));function J(e,t){r=e,o=t,r.attachEvent("onpropertychange",ye)}function ve(){r&&(r.detachEvent("onpropertychange",ye),r=null,o=null)}function ye(e){e.propertyName==="value"&&x(o)&&p(e)}function pe(e,t,i){e==="focusin"?(ve(),J(t,i)):e==="focusout"&&ve()}function Le(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return x(o)}function He(e){var t=e.nodeName;return t&&t.toLowerCase()==="input"&&(e.type==="checkbox"||e.type==="radio")}function Be(e,t){if(e==="click")return x(t)}function gn(e,t){if(e==="input"||e==="change")return x(t)}function V(e){var t=e._wrapperState;!t||!t.controlled||e.type!=="number"||za(e,"number",e.value)}function A(e,t,i,a,u,d,m){var b=i?bf(i):window,k,_;if(f(b)?k=w:ql(b)?O?k=gn:(k=Le,_=pe):He(b)&&(k=Be),k){var C=k(t,i);if(C){n(e,C,a,u);return}}_&&_(t,b,i),t==="focusout"&&V(b)}function W(){fe("onMouseEnter",["mouseout","mouseover"]),fe("onMouseLeave",["mouseout","mouseover"]),fe("onPointerEnter",["pointerout","pointerover"]),fe("onPointerLeave",["pointerout","pointerover"])}function ke(e,t,i,a,u,d,m){var b=t==="mouseover"||t==="pointerover",k=t==="mouseout"||t==="pointerout";if(b&&!Km(a)){var _=a.relatedTarget||a.fromElement;if(_&&(xs(_)||Hp(_)))return}if(!(!k&&!b)){var C;if(u.window===u)C=u;else{var z=u.ownerDocument;z?C=z.defaultView||z.parentWindow:C=window}var $,K;if(k){var X=a.relatedTarget||a.toElement;if($=i,K=X?xs(X):null,K!==null){var re=Br(K);(K!==re||K.tag!==M&&K.tag!==te)&&(K=null)}}else $=null,K=i;if($!==K){var Pe=no,Ge="onMouseLeave",Ye="onMouseEnter",Et="mouse";(t==="pointerout"||t==="pointerover")&&(Pe=Sp,Ge="onPointerLeave",Ye="onPointerEnter",Et="pointer");var kt=$==null?C:bf($),B=K==null?C:bf(K),ie=new Pe(Ge,Et+"leave",$,a,u);ie.target=kt,ie.relatedTarget=B;var I=null,ge=xs(u);if(ge===i){var Ae=new Pe(Ye,Et+"enter",K,a,u);Ae.target=B,Ae.relatedTarget=kt,I=Ae}qN(e,ie,I,$,K)}}}function Ie(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Ve=typeof Object.is=="function"?Object.is:Ie;function Xe(e,t){if(Ve(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var i=Object.keys(e),a=Object.keys(t);if(i.length!==a.length)return!1;for(var u=0;u<i.length;u++){var d=i[u];if(!Ce.call(t,d)||!Ve(e[d],t[d]))return!1}return!0}function lt(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function jn(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function wt(e,t){for(var i=lt(e),a=0,u=0;i;){if(i.nodeType===sa){if(u=a+i.textContent.length,a<=t&&u>=t)return{node:i,offset:t-a};a=u}i=lt(jn(i))}}function io(e){var t=e.ownerDocument,i=t&&t.defaultView||window,a=i.getSelection&&i.getSelection();if(!a||a.rangeCount===0)return null;var u=a.anchorNode,d=a.anchorOffset,m=a.focusNode,b=a.focusOffset;try{u.nodeType,m.nodeType}catch{return null}return g0(e,u,d,m,b)}function g0(e,t,i,a,u){var d=0,m=-1,b=-1,k=0,_=0,C=e,z=null;e:for(;;){for(var $=null;C===t&&(i===0||C.nodeType===sa)&&(m=d+i),C===a&&(u===0||C.nodeType===sa)&&(b=d+u),C.nodeType===sa&&(d+=C.nodeValue.length),($=C.firstChild)!==null;)z=C,C=$;for(;;){if(C===e)break e;if(z===t&&++k===i&&(m=d),z===a&&++_===u&&(b=d),($=C.nextSibling)!==null)break;C=z,z=C.parentNode}C=$}return m===-1||b===-1?null:{start:m,end:b}}function $N(e,t){var i=e.ownerDocument||document,a=i&&i.defaultView||window;if(a.getSelection){var u=a.getSelection(),d=e.textContent.length,m=Math.min(t.start,d),b=t.end===void 0?m:Math.min(t.end,d);if(!u.extend&&m>b){var k=b;b=m,m=k}var _=wt(e,m),C=wt(e,b);if(_&&C){if(u.rangeCount===1&&u.anchorNode===_.node&&u.anchorOffset===_.offset&&u.focusNode===C.node&&u.focusOffset===C.offset)return;var z=i.createRange();z.setStart(_.node,_.offset),u.removeAllRanges(),m>b?(u.addRange(z),u.extend(C.node,C.offset)):(z.setEnd(C.node,C.offset),u.addRange(z))}}}function XC(e){return e&&e.nodeType===sa}function JC(e,t){return!e||!t?!1:e===t?!0:XC(e)?!1:XC(t)?JC(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function PN(e){return e&&e.ownerDocument&&JC(e.ownerDocument.documentElement,e)}function AN(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function ZC(){for(var e=window,t=tc();t instanceof e.HTMLIFrameElement;){if(AN(t))e=t.contentWindow;else return t;t=tc(e.document)}return t}function b0(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function zN(){var e=ZC();return{focusedElem:e,selectionRange:b0(e)?UN(e):null}}function FN(e){var t=ZC(),i=e.focusedElem,a=e.selectionRange;if(t!==i&&PN(i)){a!==null&&b0(i)&&HN(i,a);for(var u=[],d=i;d=d.parentNode;)d.nodeType===Tr&&u.push({element:d,left:d.scrollLeft,top:d.scrollTop});typeof i.focus=="function"&&i.focus();for(var m=0;m<u.length;m++){var b=u[m];b.element.scrollLeft=b.left,b.element.scrollTop=b.top}}}function UN(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=io(e),t||{start:0,end:0}}function HN(e,t){var i=t.start,a=t.end;a===void 0&&(a=i),"selectionStart"in e?(e.selectionStart=i,e.selectionEnd=Math.min(a,e.value.length)):$N(e,t)}var VN=ht&&"documentMode"in document&&document.documentMode<=11;function jN(){st("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var vf=null,k0=null,Tp=null,S0=!1;function BN(e){if("selectionStart"in e&&b0(e))return{start:e.selectionStart,end:e.selectionEnd};var t=e.ownerDocument&&e.ownerDocument.defaultView||window,i=t.getSelection();return{anchorNode:i.anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset}}function IN(e){return e.window===e?e.document:e.nodeType===Di?e:e.ownerDocument}function GC(e,t,i){var a=IN(i);if(!(S0||vf==null||vf!==tc(a))){var u=BN(vf);if(!Tp||!Xe(Tp,u)){Tp=u;var d=Ph(k0,"onSelect");if(d.length>0){var m=new sr("onSelect","select",null,t,i);e.push({event:m,listeners:d}),m.target=vf}}}}function YN(e,t,i,a,u,d,m){var b=i?bf(i):window;switch(t){case"focusin":(ql(b)||b.contentEditable==="true")&&(vf=b,k0=i,Tp=null);break;case"focusout":vf=null,k0=null,Tp=null;break;case"mousedown":S0=!0;break;case"contextmenu":case"mouseup":case"dragend":S0=!1,GC(e,a,u);break;case"selectionchange":if(VN)break;case"keydown":case"keyup":GC(e,a,u)}}function Lh(e,t){var i={};return i[e.toLowerCase()]=t.toLowerCase(),i["Webkit"+e]="webkit"+t,i["Moz"+e]="moz"+t,i}var mf={animationend:Lh("Animation","AnimationEnd"),animationiteration:Lh("Animation","AnimationIteration"),animationstart:Lh("Animation","AnimationStart"),transitionend:Lh("Transition","TransitionEnd")},x0={},qC={};ht&&(qC=document.createElement("div").style,"AnimationEvent"in window||(delete mf.animationend.animation,delete mf.animationiteration.animation,delete mf.animationstart.animation),"TransitionEvent"in window||delete mf.transitionend.transition);function Mh(e){if(x0[e])return x0[e];if(!mf[e])return e;var t=mf[e];for(var i in t)if(t.hasOwnProperty(i)&&i in qC)return x0[e]=t[i];return e}var eE=Mh("animationend"),tE=Mh("animationiteration"),nE=Mh("animationstart"),rE=Mh("transitionend"),iE=new Map,aE=["abort","auxClick","cancel","canPlay","canPlayThrough","click","close","contextMenu","copy","cut","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","gotPointerCapture","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","lostPointerCapture","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","pointerCancel","pointerDown","pointerMove","pointerOut","pointerOver","pointerUp","progress","rateChange","reset","resize","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchStart","volumeChange","scroll","toggle","touchMove","waiting","wheel"];function eu(e,t){iE.set(e,t),st(t,[e])}function WN(){for(var e=0;e<aE.length;e++){var t=aE[e],i=t.toLowerCase(),a=t[0].toUpperCase()+t.slice(1);eu(i,"on"+a)}eu(eE,"onAnimationEnd"),eu(tE,"onAnimationIteration"),eu(nE,"onAnimationStart"),eu("dblclick","onDoubleClick"),eu("focusin","onFocus"),eu("focusout","onBlur"),eu(rE,"onTransitionEnd")}function QN(e,t,i,a,u,d,m){var b=iE.get(t);if(b!==void 0){var k=sr,_=t;switch(t){case"keypress":if(Wo(a)===0)return;case"keydown":case"keyup":k=f0;break;case"focusin":_="focus",k=rf;break;case"focusout":_="blur",k=rf;break;case"beforeblur":case"afterblur":k=rf;break;case"click":if(a.button===2)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":k=no;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":k=Ko;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":k=yi;break;case eE:case tE:case nE:k=af;break;case rE:k=p0;break;case"scroll":k=hp;break;case"wheel":k=lf;break;case"copy":case"cut":case"paste":k=l0;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":k=Sp;break}var C=(d&wo)!==0;{var z=!C&&t==="scroll",$=ZN(i,b,a.type,C,z);if($.length>0){var K=new k(b,_,null,a,u);e.push({event:K,listeners:$})}}}}WN(),W(),pf(),jN(),Rh();function KN(e,t,i,a,u,d,m){QN(e,t,i,a,u,d);var b=(d&Kb)===0;b&&(ke(e,t,i,a,u),A(e,t,i,a,u),YN(e,t,i,a,u),df(e,t,i,a,u))}var Rp=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],_0=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(Rp));function oE(e,t,i){var a=e.type||"unknown-event";e.currentTarget=i,pa(a,t,void 0,e),e.currentTarget=null}function XN(e,t,i){var a;if(i)for(var u=t.length-1;u>=0;u--){var d=t[u],m=d.instance,b=d.currentTarget,k=d.listener;if(m!==a&&e.isPropagationStopped())return;oE(e,k,b),a=m}else for(var _=0;_<t.length;_++){var C=t[_],z=C.instance,$=C.currentTarget,K=C.listener;if(z!==a&&e.isPropagationStopped())return;oE(e,K,$),a=z}}function lE(e,t){for(var i=(t&wo)!==0,a=0;a<e.length;a++){var u=e[a],d=u.event,m=u.listeners;XN(d,m,i)}Fd()}function JN(e,t,i,a,u){var d=vc(i),m=[];KN(m,e,a,i,d,t),lE(m,t)}function ln(e,t){_0.has(e)||y('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var i=!1,a=wO(t),u=e6(e,i);a.has(u)||(uE(t,e,Iu,i),a.add(u))}function C0(e,t,i){_0.has(e)&&!t&&y('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var a=0;t&&(a|=wo),uE(i,e,a,t)}var $h="_reactListening"+Math.random().toString(36).slice(2);function Dp(e){if(!e[$h]){e[$h]=!0,ue.forEach(function(i){i!=="selectionchange"&&(_0.has(i)||C0(i,!1,e),C0(i,!0,e))});var t=e.nodeType===Di?e:e.ownerDocument;t!==null&&(t[$h]||(t[$h]=!0,C0("selectionchange",!1,t)))}}function uE(e,t,i,a,u){var d=Wl(e,t,i),m=void 0;Xu&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(m=!0),e=e,a?m!==void 0?Sa(e,t,d,m):Kl(e,t,d):m!==void 0?ef(e,t,d,m):mp(e,t,d)}function sE(e,t){return e===t||e.nodeType===_n&&e.parentNode===t}function E0(e,t,i,a,u){var d=a;if(!(t&fa)&&!(t&Iu)){var m=u;if(a!==null){var b=a;e:for(;;){if(b===null)return;var k=b.tag;if(k===D||k===N){var _=b.stateNode.containerInfo;if(sE(_,m))break;if(k===N)for(var C=b.return;C!==null;){var z=C.tag;if(z===D||z===N){var $=C.stateNode.containerInfo;if(sE($,m))return}C=C.return}for(;_!==null;){var K=xs(_);if(K===null)return;var X=K.tag;if(X===M||X===te){b=d=K;continue e}_=_.parentNode}}b=b.return}}}$d(function(){return JN(e,t,i,d)})}function Np(e,t,i){return{instance:e,listener:t,currentTarget:i}}function ZN(e,t,i,a,u,d){for(var m=t!==null?t+"Capture":null,b=a?m:t,k=[],_=e,C=null;_!==null;){var z=_,$=z.stateNode,K=z.tag;if(K===M&&$!==null&&(C=$,b!==null)){var X=Ro(_,b);X!=null&&k.push(Np(_,X,C))}if(u)break;_=_.return}return k}function Ph(e,t){for(var i=t+"Capture",a=[],u=e;u!==null;){var d=u,m=d.stateNode,b=d.tag;if(b===M&&m!==null){var k=m,_=Ro(u,i);_!=null&&a.unshift(Np(u,_,k));var C=Ro(u,t);C!=null&&a.push(Np(u,C,k))}u=u.return}return a}function hf(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==M);return e||null}function GN(e,t){for(var i=e,a=t,u=0,d=i;d;d=hf(d))u++;for(var m=0,b=a;b;b=hf(b))m++;for(;u-m>0;)i=hf(i),u--;for(;m-u>0;)a=hf(a),m--;for(var k=u;k--;){if(i===a||a!==null&&i===a.alternate)return i;i=hf(i),a=hf(a)}return null}function cE(e,t,i,a,u){for(var d=t._reactName,m=[],b=i;b!==null&&b!==a;){var k=b,_=k.alternate,C=k.stateNode,z=k.tag;if(_!==null&&_===a)break;if(z===M&&C!==null){var $=C;if(u){var K=Ro(b,d);K!=null&&m.unshift(Np(b,K,$))}else if(!u){var X=Ro(b,d);X!=null&&m.push(Np(b,X,$))}}b=b.return}m.length!==0&&e.push({event:t,listeners:m})}function qN(e,t,i,a,u){var d=a&&u?GN(a,u):null;a!==null&&cE(e,t,a,d,!1),u!==null&&i!==null&&cE(e,i,u,d,!0)}function e6(e,t){return e+"__"+(t?"capture":"bubble")}var gi=!1,Op="dangerouslySetInnerHTML",Ah="suppressContentEditableWarning",tu="suppressHydrationWarning",fE="autoFocus",ks="children",Ss="style",zh="__html",w0,Fh,Lp,dE,Uh,pE,vE;w0={dialog:!0,webview:!0},Fh=function(e,t){pc(e,t),Dd(e,t),Qm(e,t,{registrationNameDependencies:We,possibleRegistrationNames:rt})},pE=ht&&!document.documentMode,Lp=function(e,t,i){if(!gi){var a=Hh(i),u=Hh(t);u!==a&&(gi=!0,y("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(u),JSON.stringify(a)))}},dE=function(e){if(!gi){gi=!0;var t=[];e.forEach(function(i){t.push(i)}),y("Extra attributes from the server: %s",t)}},Uh=function(e,t){t===!1?y("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):y("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},vE=function(e,t){var i=e.namespaceURI===ua?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return i.innerHTML=t,i.innerHTML};var t6=/\r\n?/g,n6=/\u0000|\uFFFD/g;function Hh(e){vr(e);var t=typeof e=="string"?e:""+e;return t.replace(t6,`
62
- `).replace(n6,"")}function Vh(e,t,i,a){var u=Hh(t),d=Hh(e);if(d!==u&&(a&&(gi||(gi=!0,y('Text content did not match. Server: "%s" Client: "%s"',d,u))),i&&Qt))throw new Error("Text content does not match server-rendered HTML.")}function mE(e){return e.nodeType===Di?e:e.ownerDocument}function r6(){}function jh(e){e.onclick=r6}function i6(e,t,i,a,u){for(var d in a)if(a.hasOwnProperty(d)){var m=a[d];if(d===Ss)m&&Object.freeze(m),zm(t,m);else if(d===Op){var b=m?m[zh]:void 0;b!=null&&wm(t,b)}else if(d===ks)if(typeof m=="string"){var k=e!=="textarea"||m!=="";k&&sc(t,m)}else typeof m=="number"&&sc(t,""+m);else d===Ah||d===tu||d===fE||(We.hasOwnProperty(d)?m!=null&&(typeof m!="function"&&Uh(d,m),d==="onScroll"&&ln("scroll",t)):m!=null&&ko(t,d,m,u))}}function a6(e,t,i,a){for(var u=0;u<t.length;u+=2){var d=t[u],m=t[u+1];d===Ss?zm(e,m):d===Op?wm(e,m):d===ks?sc(e,m):ko(e,d,m,a)}}function o6(e,t,i,a){var u,d=mE(i),m,b=a;if(b===ua&&(b=lc(e)),b===ua){if(u=ca(e,t),!u&&e!==e.toLowerCase()&&y("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",e),e==="script"){var k=d.createElement("div");k.innerHTML="<script><\/script>";var _=k.firstChild;m=k.removeChild(_)}else if(typeof t.is=="string")m=d.createElement(e,{is:t.is});else if(m=d.createElement(e),e==="select"){var C=m;t.multiple?C.multiple=!0:t.size&&(C.size=t.size)}}else m=d.createElementNS(b,e);return b===ua&&!u&&Object.prototype.toString.call(m)==="[object HTMLUnknownElement]"&&!Ce.call(w0,e)&&(w0[e]=!0,y("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",e)),m}function l6(e,t){return mE(t).createTextNode(e)}function u6(e,t,i,a){var u=ca(t,i);Fh(t,i);var d;switch(t){case"dialog":ln("cancel",e),ln("close",e),d=i;break;case"iframe":case"object":case"embed":ln("load",e),d=i;break;case"video":case"audio":for(var m=0;m<Rp.length;m++)ln(Rp[m],e);d=i;break;case"source":ln("error",e),d=i;break;case"img":case"image":case"link":ln("error",e),ln("load",e),d=i;break;case"details":ln("toggle",e),d=i;break;case"input":Fu(e,i),d=zu(e,i),ln("invalid",e);break;case"option":ac(e,i),d=i;break;case"select":xm(e,i),d=gd(e,i),ln("invalid",e);break;case"textarea":_m(e,i),d=kd(e,i),ln("invalid",e);break;default:d=i}switch(fc(t,d),i6(t,e,a,d,u),t){case"input":_o(e),Uu(e,i,!1);break;case"textarea":_o(e),Em(e);break;case"option":yd(e,i);break;case"select":zb(e,i);break;default:typeof d.onClick=="function"&&jh(e);break}}function s6(e,t,i,a,u){Fh(t,a);var d=null,m,b;switch(t){case"input":m=zu(e,i),b=zu(e,a),d=[];break;case"select":m=gd(e,i),b=gd(e,a),d=[];break;case"textarea":m=kd(e,i),b=kd(e,a),d=[];break;default:m=i,b=a,typeof m.onClick!="function"&&typeof b.onClick=="function"&&jh(e);break}fc(t,b);var k,_,C=null;for(k in m)if(!(b.hasOwnProperty(k)||!m.hasOwnProperty(k)||m[k]==null))if(k===Ss){var z=m[k];for(_ in z)z.hasOwnProperty(_)&&(C||(C={}),C[_]="")}else k===Op||k===ks||k===Ah||k===tu||k===fE||(We.hasOwnProperty(k)?d||(d=[]):(d=d||[]).push(k,null));for(k in b){var $=b[k],K=m!=null?m[k]:void 0;if(!(!b.hasOwnProperty(k)||$===K||$==null&&K==null))if(k===Ss)if($&&Object.freeze($),K){for(_ in K)K.hasOwnProperty(_)&&(!$||!$.hasOwnProperty(_))&&(C||(C={}),C[_]="");for(_ in $)$.hasOwnProperty(_)&&K[_]!==$[_]&&(C||(C={}),C[_]=$[_])}else C||(d||(d=[]),d.push(k,C)),C=$;else if(k===Op){var X=$?$[zh]:void 0,re=K?K[zh]:void 0;X!=null&&re!==X&&(d=d||[]).push(k,X)}else k===ks?(typeof $=="string"||typeof $=="number")&&(d=d||[]).push(k,""+$):k===Ah||k===tu||(We.hasOwnProperty(k)?($!=null&&(typeof $!="function"&&Uh(k,$),k==="onScroll"&&ln("scroll",e)),!d&&K!==$&&(d=[])):(d=d||[]).push(k,$))}return C&&(ju(C,b[Ss]),(d=d||[]).push(Ss,C)),d}function c6(e,t,i,a,u){i==="input"&&u.type==="radio"&&u.name!=null&&hd(e,u);var d=ca(i,a),m=ca(i,u);switch(a6(e,t,d,m),i){case"input":_l(e,u);break;case"textarea":Cm(e,u);break;case"select":Fb(e,u);break}}function f6(e){{var t=e.toLowerCase();return dc.hasOwnProperty(t)&&dc[t]||null}}function d6(e,t,i,a,u,d,m){var b,k;switch(b=ca(t,i),Fh(t,i),t){case"dialog":ln("cancel",e),ln("close",e);break;case"iframe":case"object":case"embed":ln("load",e);break;case"video":case"audio":for(var _=0;_<Rp.length;_++)ln(Rp[_],e);break;case"source":ln("error",e);break;case"img":case"image":case"link":ln("error",e),ln("load",e);break;case"details":ln("toggle",e);break;case"input":Fu(e,i),ln("invalid",e);break;case"option":ac(e,i);break;case"select":xm(e,i),ln("invalid",e);break;case"textarea":_m(e,i),ln("invalid",e);break}fc(t,i);{k=new Set;for(var C=e.attributes,z=0;z<C.length;z++){var $=C[z].name.toLowerCase();switch($){case"value":break;case"checked":break;case"selected":break;default:k.add(C[z].name)}}}var K=null;for(var X in i)if(i.hasOwnProperty(X)){var re=i[X];if(X===ks)typeof re=="string"?e.textContent!==re&&(i[tu]!==!0&&Vh(e.textContent,re,d,m),K=[ks,re]):typeof re=="number"&&e.textContent!==""+re&&(i[tu]!==!0&&Vh(e.textContent,re,d,m),K=[ks,""+re]);else if(We.hasOwnProperty(X))re!=null&&(typeof re!="function"&&Uh(X,re),X==="onScroll"&&ln("scroll",e));else if(m&&typeof b=="boolean"){var Pe=void 0,Ge=b&&se?null:Hi(X);if(i[tu]!==!0){if(!(X===Ah||X===tu||X==="value"||X==="checked"||X==="selected")){if(X===Op){var Ye=e.innerHTML,Et=re?re[zh]:void 0;if(Et!=null){var kt=vE(e,Et);kt!==Ye&&Lp(X,Ye,kt)}}else if(X===Ss){if(k.delete(X),pE){var B=Wb(re);Pe=e.getAttribute("style"),B!==Pe&&Lp(X,Pe,B)}}else if(b&&!se)k.delete(X.toLowerCase()),Pe=Js(e,X,re),re!==Pe&&Lp(X,Pe,re);else if(!Tn(X,Ge,b)&&!un(X,re,Ge,b)){var ie=!1;if(Ge!==null)k.delete(Ge.attributeName),Pe=Tu(e,X,re,Ge);else{var I=a;if(I===ua&&(I=lc(t)),I===ua)k.delete(X.toLowerCase());else{var ge=f6(X);ge!==null&&ge!==X&&(ie=!0,k.delete(ge)),k.delete(X)}Pe=Js(e,X,re)}var Ae=se;!Ae&&re!==Pe&&!ie&&Lp(X,Pe,re)}}}}}switch(m&&k.size>0&&i[tu]!==!0&&dE(k),t){case"input":_o(e),Uu(e,i,!0);break;case"textarea":_o(e),Em(e);break;case"select":case"option":break;default:typeof i.onClick=="function"&&jh(e);break}return K}function p6(e,t,i){var a=e.nodeValue!==t;return a}function T0(e,t){{if(gi)return;gi=!0,y("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function R0(e,t){{if(gi)return;gi=!0,y('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function D0(e,t,i){{if(gi)return;gi=!0,y("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function N0(e,t){{if(t===""||gi)return;gi=!0,y('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())}}function v6(e,t,i){switch(t){case"input":gm(e,i);return;case"textarea":Sd(e,i);return;case"select":Ub(e,i);return}}var Mp=function(){},$p=function(){};{var m6=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],hE=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],h6=hE.concat(["button"]),y6=["dd","dt","li","option","optgroup","p","rp","rt"],yE={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};$p=function(e,t){var i=gt({},e||yE),a={tag:t};return hE.indexOf(t)!==-1&&(i.aTagInScope=null,i.buttonTagInScope=null,i.nobrTagInScope=null),h6.indexOf(t)!==-1&&(i.pTagInButtonScope=null),m6.indexOf(t)!==-1&&t!=="address"&&t!=="div"&&t!=="p"&&(i.listItemTagAutoclosing=null,i.dlItemTagAutoclosing=null),i.current=a,t==="form"&&(i.formTag=a),t==="a"&&(i.aTagInScope=a),t==="button"&&(i.buttonTagInScope=a),t==="nobr"&&(i.nobrTagInScope=a),t==="p"&&(i.pTagInButtonScope=a),t==="li"&&(i.listItemTagAutoclosing=a),(t==="dd"||t==="dt")&&(i.dlItemTagAutoclosing=a),i};var g6=function(e,t){switch(t){case"select":return e==="option"||e==="optgroup"||e==="#text";case"optgroup":return e==="option"||e==="#text";case"option":return e==="#text";case"tr":return e==="th"||e==="td"||e==="style"||e==="script"||e==="template";case"tbody":case"thead":case"tfoot":return e==="tr"||e==="style"||e==="script"||e==="template";case"colgroup":return e==="col"||e==="template";case"table":return e==="caption"||e==="colgroup"||e==="tbody"||e==="tfoot"||e==="thead"||e==="style"||e==="script"||e==="template";case"head":return e==="base"||e==="basefont"||e==="bgsound"||e==="link"||e==="meta"||e==="title"||e==="noscript"||e==="noframes"||e==="style"||e==="script"||e==="template";case"html":return e==="head"||e==="body"||e==="frameset";case"frameset":return e==="frame";case"#document":return e==="html"}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t!=="h1"&&t!=="h2"&&t!=="h3"&&t!=="h4"&&t!=="h5"&&t!=="h6";case"rp":case"rt":return y6.indexOf(t)===-1;case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return t==null}return!0},b6=function(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null},gE={};Mp=function(e,t,i){i=i||yE;var a=i.current,u=a&&a.tag;t!=null&&(e!=null&&y("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var d=g6(e,u)?null:a,m=d?null:b6(e,i),b=d||m;if(b){var k=b.tag,_=!!d+"|"+e+"|"+k;if(!gE[_]){gE[_]=!0;var C=e,z="";if(e==="#text"?/\S/.test(t)?C="Text nodes":(C="Whitespace text nodes",z=" Make sure you don't have any extra whitespace between tags on each line of your source code."):C="<"+e+">",d){var $="";k==="table"&&e==="tr"&&($+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),y("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",C,k,z,$)}else y("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",C,k)}}}}var Bh="suppressHydrationWarning",Ih="$",Yh="/$",Pp="$?",Ap="$!",k6="style",O0=null,L0=null;function S6(e){var t,i,a=e.nodeType;switch(a){case Di:case Co:{t=a===Di?"#document":"#fragment";var u=e.documentElement;i=u?u.namespaceURI:_d(null,"");break}default:{var d=a===_n?e.parentNode:e,m=d.namespaceURI||null;t=d.tagName,i=_d(m,t);break}}{var b=t.toLowerCase(),k=$p(null,b);return{namespace:i,ancestorInfo:k}}}function x6(e,t,i){{var a=e,u=_d(a.namespace,t),d=$p(a.ancestorInfo,t);return{namespace:u,ancestorInfo:d}}}function zP(e){return e}function _6(e){O0=Qr(),L0=zN();var t=null;return Vn(!1),t}function C6(e){FN(L0),Vn(O0),O0=null,L0=null}function E6(e,t,i,a,u){var d;{var m=a;if(Mp(e,null,m.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var b=""+t.children,k=$p(m.ancestorInfo,e);Mp(null,b,k)}d=m.namespace}var _=o6(e,t,i,d);return Up(u,_),H0(_,t),_}function w6(e,t){e.appendChild(t)}function T6(e,t,i,a,u){switch(u6(e,t,i,a),t){case"button":case"input":case"select":case"textarea":return!!i.autoFocus;case"img":return!0;default:return!1}}function R6(e,t,i,a,u,d){{var m=d;if(typeof a.children!=typeof i.children&&(typeof a.children=="string"||typeof a.children=="number")){var b=""+a.children,k=$p(m.ancestorInfo,t);Mp(null,b,k)}}return s6(e,t,i,a)}function M0(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function D6(e,t,i,a){{var u=i;Mp(null,e,u.ancestorInfo)}var d=l6(e,t);return Up(a,d),d}function N6(){var e=window.event;return e===void 0?ga:hr(e.type)}var $0=typeof setTimeout=="function"?setTimeout:void 0,O6=typeof clearTimeout=="function"?clearTimeout:void 0,P0=-1,bE=typeof Promise=="function"?Promise:void 0,L6=typeof queueMicrotask=="function"?queueMicrotask:typeof bE<"u"?function(e){return bE.resolve(null).then(e).catch(M6)}:$0;function M6(e){setTimeout(function(){throw e})}function $6(e,t,i,a){switch(t){case"button":case"input":case"select":case"textarea":i.autoFocus&&e.focus();return;case"img":{i.src&&(e.src=i.src);return}}}function P6(e,t,i,a,u,d){c6(e,t,i,a,u),H0(e,u)}function kE(e){sc(e,"")}function A6(e,t,i){e.nodeValue=i}function z6(e,t){e.appendChild(t)}function F6(e,t){var i;e.nodeType===_n?(i=e.parentNode,i.insertBefore(t,e)):(i=e,i.appendChild(t));var a=e._reactRootContainer;a==null&&i.onclick===null&&jh(i)}function U6(e,t,i){e.insertBefore(t,i)}function H6(e,t,i){e.nodeType===_n?e.parentNode.insertBefore(t,i):e.insertBefore(t,i)}function V6(e,t){e.removeChild(t)}function j6(e,t){e.nodeType===_n?e.parentNode.removeChild(t):e.removeChild(t)}function A0(e,t){var i=t,a=0;do{var u=i.nextSibling;if(e.removeChild(i),u&&u.nodeType===_n){var d=u.data;if(d===Yh)if(a===0){e.removeChild(u),bt(t);return}else a--;else(d===Ih||d===Pp||d===Ap)&&a++}i=u}while(i);bt(t)}function B6(e,t){e.nodeType===_n?A0(e.parentNode,t):e.nodeType===Tr&&A0(e,t),bt(e)}function I6(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function Y6(e){e.nodeValue=""}function W6(e,t){e=e;var i=t[k6],a=i!=null&&i.hasOwnProperty("display")?i.display:null;e.style.display=cc("display",a)}function Q6(e,t){e.nodeValue=t}function K6(e){e.nodeType===Tr?e.textContent="":e.nodeType===Di&&e.documentElement&&e.removeChild(e.documentElement)}function X6(e,t,i){return e.nodeType!==Tr||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function J6(e,t){return t===""||e.nodeType!==sa?null:e}function Z6(e){return e.nodeType!==_n?null:e}function SE(e){return e.data===Pp}function z0(e){return e.data===Ap}function G6(e){var t=e.nextSibling&&e.nextSibling.dataset,i,a,u;return t&&(i=t.dgst,a=t.msg,u=t.stck),{message:a,digest:i,stack:u}}function q6(e,t){e._reactRetry=t}function Wh(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===Tr||t===sa)break;if(t===_n){var i=e.data;if(i===Ih||i===Ap||i===Pp)break;if(i===Yh)return null}}return e}function zp(e){return Wh(e.nextSibling)}function eO(e){return Wh(e.firstChild)}function tO(e){return Wh(e.firstChild)}function nO(e){return Wh(e.nextSibling)}function rO(e,t,i,a,u,d,m){Up(d,e),H0(e,i);var b;{var k=u;b=k.namespace}var _=(d.mode&mt)!==et;return d6(e,t,i,b,a,_,m)}function iO(e,t,i,a){return Up(i,e),i.mode&mt,p6(e,t)}function aO(e,t){Up(t,e)}function oO(e){for(var t=e.nextSibling,i=0;t;){if(t.nodeType===_n){var a=t.data;if(a===Yh){if(i===0)return zp(t);i--}else(a===Ih||a===Ap||a===Pp)&&i++}t=t.nextSibling}return null}function xE(e){for(var t=e.previousSibling,i=0;t;){if(t.nodeType===_n){var a=t.data;if(a===Ih||a===Ap||a===Pp){if(i===0)return t;i--}else a===Yh&&i++}t=t.previousSibling}return null}function lO(e){bt(e)}function uO(e){bt(e)}function sO(e){return e!=="head"&&e!=="body"}function cO(e,t,i,a){var u=!0;Vh(t.nodeValue,i,a,u)}function fO(e,t,i,a,u,d){if(t[Bh]!==!0){var m=!0;Vh(a.nodeValue,u,d,m)}}function dO(e,t){t.nodeType===Tr?T0(e,t):t.nodeType===_n||R0(e,t)}function pO(e,t){{var i=e.parentNode;i!==null&&(t.nodeType===Tr?T0(i,t):t.nodeType===_n||R0(i,t))}}function vO(e,t,i,a,u){(u||t[Bh]!==!0)&&(a.nodeType===Tr?T0(i,a):a.nodeType===_n||R0(i,a))}function mO(e,t,i){D0(e,t)}function hO(e,t){N0(e,t)}function yO(e,t,i){{var a=e.parentNode;a!==null&&D0(a,t)}}function gO(e,t){{var i=e.parentNode;i!==null&&N0(i,t)}}function bO(e,t,i,a,u,d){(d||t[Bh]!==!0)&&D0(i,a)}function kO(e,t,i,a,u){(u||t[Bh]!==!0)&&N0(i,a)}function SO(e){y("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function xO(e){Dp(e)}var yf=Math.random().toString(36).slice(2),gf="__reactFiber$"+yf,F0="__reactProps$"+yf,Fp="__reactContainer$"+yf,U0="__reactEvents$"+yf,_O="__reactListeners$"+yf,CO="__reactHandles$"+yf;function EO(e){delete e[gf],delete e[F0],delete e[U0],delete e[_O],delete e[CO]}function Up(e,t){t[gf]=e}function Qh(e,t){t[Fp]=e}function _E(e){e[Fp]=null}function Hp(e){return!!e[Fp]}function xs(e){var t=e[gf];if(t)return t;for(var i=e.parentNode;i;){if(t=i[Fp]||i[gf],t){var a=t.alternate;if(t.child!==null||a!==null&&a.child!==null)for(var u=xE(e);u!==null;){var d=u[gf];if(d)return d;u=xE(u)}return t}e=i,i=e.parentNode}return null}function nu(e){var t=e[gf]||e[Fp];return t&&(t.tag===M||t.tag===te||t.tag===H||t.tag===D)?t:null}function bf(e){if(e.tag===M||e.tag===te)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function Kh(e){return e[F0]||null}function H0(e,t){e[F0]=t}function wO(e){var t=e[U0];return t===void 0&&(t=e[U0]=new Set),t}var CE={},EE=s.ReactDebugCurrentFrame;function Xh(e){if(e){var t=e._owner,i=Ou(e.type,e._source,t?t.type:null);EE.setExtraStackFrame(i)}else EE.setExtraStackFrame(null)}function _a(e,t,i,a,u){{var d=Function.call.bind(Ce);for(var m in e)if(d(e,m)){var b=void 0;try{if(typeof e[m]!="function"){var k=Error((a||"React class")+": "+i+" type `"+m+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[m]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw k.name="Invariant Violation",k}b=e[m](t,m,a,i,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(_){b=_}b&&!(b instanceof Error)&&(Xh(u),y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",a||"React class",i,m,typeof b),Xh(null)),b instanceof Error&&!(b.message in CE)&&(CE[b.message]=!0,Xh(u),y("Failed %s type: %s",i,b.message),Xh(null))}}}var V0=[],Jh;Jh=[];var Go=-1;function ru(e){return{current:e}}function Ar(e,t){if(Go<0){y("Unexpected pop.");return}t!==Jh[Go]&&y("Unexpected Fiber popped."),e.current=V0[Go],V0[Go]=null,Jh[Go]=null,Go--}function zr(e,t,i){Go++,V0[Go]=e.current,Jh[Go]=i,e.current=t}var j0;j0={};var $i={};Object.freeze($i);var qo=ru($i),ao=ru(!1),B0=$i;function kf(e,t,i){return i&&oo(t)?B0:qo.current}function wE(e,t,i){{var a=e.stateNode;a.__reactInternalMemoizedUnmaskedChildContext=t,a.__reactInternalMemoizedMaskedChildContext=i}}function Sf(e,t){{var i=e.type,a=i.contextTypes;if(!a)return $i;var u=e.stateNode;if(u&&u.__reactInternalMemoizedUnmaskedChildContext===t)return u.__reactInternalMemoizedMaskedChildContext;var d={};for(var m in a)d[m]=t[m];{var b=dt(e)||"Unknown";_a(a,d,"context",b)}return u&&wE(e,t,d),d}}function Zh(){return ao.current}function oo(e){{var t=e.childContextTypes;return t!=null}}function Gh(e){Ar(ao,e),Ar(qo,e)}function I0(e){Ar(ao,e),Ar(qo,e)}function TE(e,t,i){{if(qo.current!==$i)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");zr(qo,t,e),zr(ao,i,e)}}function RE(e,t,i){{var a=e.stateNode,u=t.childContextTypes;if(typeof a.getChildContext!="function"){{var d=dt(e)||"Unknown";j0[d]||(j0[d]=!0,y("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",d,d))}return i}var m=a.getChildContext();for(var b in m)if(!(b in u))throw new Error((dt(e)||"Unknown")+'.getChildContext(): key "'+b+'" is not defined in childContextTypes.');{var k=dt(e)||"Unknown";_a(u,m,"child context",k)}return gt({},i,m)}}function qh(e){{var t=e.stateNode,i=t&&t.__reactInternalMemoizedMergedChildContext||$i;return B0=qo.current,zr(qo,i,e),zr(ao,ao.current,e),!0}}function DE(e,t,i){{var a=e.stateNode;if(!a)throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");if(i){var u=RE(e,t,B0);a.__reactInternalMemoizedMergedChildContext=u,Ar(ao,e),Ar(qo,e),zr(qo,u,e),zr(ao,i,e)}else Ar(ao,e),zr(ao,i,e)}}function TO(e){{if(!Bd(e)||e.tag!==R)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var t=e;do{switch(t.tag){case D:return t.stateNode.context;case R:{var i=t.type;if(oo(i))return t.stateNode.__reactInternalMemoizedMergedChildContext;break}}t=t.return}while(t!==null);throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}}var iu=0,ey=1,el=null,Y0=!1,W0=!1;function NE(e){el===null?el=[e]:el.push(e)}function RO(e){Y0=!0,NE(e)}function OE(){Y0&&au()}function au(){if(!W0&&el!==null){W0=!0;var e=0,t=vi();try{var i=!0,a=el;for(On(ir);e<a.length;e++){var u=a[e];do u=u(i);while(u!==null)}el=null,Y0=!1}catch(d){throw el!==null&&(el=el.slice(e+1)),Sc(_c,au),d}finally{On(t),W0=!1}}return null}var xf=[],_f=0,ty=null,ny=0,Xi=[],Ji=0,_s=null,tl=1,nl="";function DO(e){return Es(),(e.flags&Hd)!==Ze}function NO(e){return Es(),ny}function OO(){var e=nl,t=tl,i=t&~LO(t);return i.toString(32)+e}function Cs(e,t){Es(),xf[_f++]=ny,xf[_f++]=ty,ty=e,ny=t}function LE(e,t,i){Es(),Xi[Ji++]=tl,Xi[Ji++]=nl,Xi[Ji++]=_s,_s=e;var a=tl,u=nl,d=ry(a)-1,m=a&~(1<<d),b=i+1,k=ry(t)+d;if(k>30){var _=d-d%5,C=(1<<_)-1,z=(m&C).toString(32),$=m>>_,K=d-_,X=ry(t)+K,re=b<<K,Pe=re|$,Ge=z+u;tl=1<<X|Pe,nl=Ge}else{var Ye=b<<d,Et=Ye|m,kt=u;tl=1<<k|Et,nl=kt}}function Q0(e){Es();var t=e.return;if(t!==null){var i=1,a=0;Cs(e,i),LE(e,i,a)}}function ry(e){return 32-Dc(e)}function LO(e){return 1<<ry(e)-1}function K0(e){for(;e===ty;)ty=xf[--_f],xf[_f]=null,ny=xf[--_f],xf[_f]=null;for(;e===_s;)_s=Xi[--Ji],Xi[Ji]=null,nl=Xi[--Ji],Xi[Ji]=null,tl=Xi[--Ji],Xi[Ji]=null}function MO(){return Es(),_s!==null?{id:tl,overflow:nl}:null}function $O(e,t){Es(),Xi[Ji++]=tl,Xi[Ji++]=nl,Xi[Ji++]=_s,tl=t.id,nl=t.overflow,_s=e}function Es(){gr()||y("Expected to be hydrating. This is a bug in React. Please file an issue.")}var yr=null,Zi=null,Ca=!1,ws=!1,ou=null;function PO(){Ca&&y("We should not be hydrating here. This is a bug in React. Please file a bug.")}function ME(){ws=!0}function AO(){return ws}function zO(e){var t=e.stateNode.containerInfo;return Zi=tO(t),yr=e,Ca=!0,ou=null,ws=!1,!0}function FO(e,t,i){return Zi=nO(t),yr=e,Ca=!0,ou=null,ws=!1,i!==null&&$O(e,i),!0}function $E(e,t){switch(e.tag){case D:{dO(e.stateNode.containerInfo,t);break}case M:{var i=(e.mode&mt)!==et;vO(e.type,e.memoizedProps,e.stateNode,t,i);break}case H:{var a=e.memoizedState;a.dehydrated!==null&&pO(a.dehydrated,t);break}}}function PE(e,t){$E(e,t);var i=V8();i.stateNode=t,i.return=e;var a=e.deletions;a===null?(e.deletions=[i],e.flags|=Dt):a.push(i)}function X0(e,t){{if(ws)return;switch(e.tag){case D:{var i=e.stateNode.containerInfo;switch(t.tag){case M:var a=t.type;t.pendingProps,mO(i,a);break;case te:var u=t.pendingProps;hO(i,u);break}break}case M:{var d=e.type,m=e.memoizedProps,b=e.stateNode;switch(t.tag){case M:{var k=t.type,_=t.pendingProps,C=(e.mode&mt)!==et;bO(d,m,b,k,_,C);break}case te:{var z=t.pendingProps,$=(e.mode&mt)!==et;kO(d,m,b,z,$);break}}break}case H:{var K=e.memoizedState,X=K.dehydrated;if(X!==null)switch(t.tag){case M:var re=t.type;t.pendingProps,yO(X,re);break;case te:var Pe=t.pendingProps;gO(X,Pe);break}break}default:return}}}function AE(e,t){t.flags=t.flags&~si|Xt,X0(e,t)}function zE(e,t){switch(e.tag){case M:{var i=e.type;e.pendingProps;var a=X6(t,i);return a!==null?(e.stateNode=a,yr=e,Zi=eO(a),!0):!1}case te:{var u=e.pendingProps,d=J6(t,u);return d!==null?(e.stateNode=d,yr=e,Zi=null,!0):!1}case H:{var m=Z6(t);if(m!==null){var b={dehydrated:m,treeContext:MO(),retryLane:$r};e.memoizedState=b;var k=j8(m);return k.return=e,e.child=k,yr=e,Zi=null,!0}return!1}default:return!1}}function J0(e){return(e.mode&mt)!==et&&(e.flags&ot)===Ze}function Z0(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function G0(e){if(Ca){var t=Zi;if(!t){J0(e)&&(X0(yr,e),Z0()),AE(yr,e),Ca=!1,yr=e;return}var i=t;if(!zE(e,t)){J0(e)&&(X0(yr,e),Z0()),t=zp(i);var a=yr;if(!t||!zE(e,t)){AE(yr,e),Ca=!1,yr=e;return}PE(a,i)}}}function UO(e,t,i){var a=e.stateNode,u=!ws,d=rO(a,e.type,e.memoizedProps,t,i,e,u);return e.updateQueue=d,d!==null}function HO(e){var t=e.stateNode,i=e.memoizedProps,a=iO(t,i,e);if(a){var u=yr;if(u!==null)switch(u.tag){case D:{var d=u.stateNode.containerInfo,m=(u.mode&mt)!==et;cO(d,t,i,m);break}case M:{var b=u.type,k=u.memoizedProps,_=u.stateNode,C=(u.mode&mt)!==et;fO(b,k,_,t,i,C);break}}}return a}function VO(e){var t=e.memoizedState,i=t!==null?t.dehydrated:null;if(!i)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");aO(i,e)}function jO(e){var t=e.memoizedState,i=t!==null?t.dehydrated:null;if(!i)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return oO(i)}function FE(e){for(var t=e.return;t!==null&&t.tag!==M&&t.tag!==D&&t.tag!==H;)t=t.return;yr=t}function iy(e){if(e!==yr)return!1;if(!Ca)return FE(e),Ca=!0,!1;if(e.tag!==D&&(e.tag!==M||sO(e.type)&&!M0(e.type,e.memoizedProps))){var t=Zi;if(t)if(J0(e))UE(e),Z0();else for(;t;)PE(e,t),t=zp(t)}return FE(e),e.tag===H?Zi=jO(e):Zi=yr?zp(e.stateNode):null,!0}function BO(){return Ca&&Zi!==null}function UE(e){for(var t=Zi;t;)$E(e,t),t=zp(t)}function Cf(){yr=null,Zi=null,Ca=!1,ws=!1}function HE(){ou!==null&&($T(ou),ou=null)}function gr(){return Ca}function q0(e){ou===null?ou=[e]:ou.push(e)}var IO=s.ReactCurrentBatchConfig,YO=null;function WO(){return IO.transition}var Ea={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var QO=function(e){for(var t=null,i=e;i!==null;)i.mode&an&&(t=i),i=i.return;return t},Ts=function(e){var t=[];return e.forEach(function(i){t.push(i)}),t.sort().join(", ")},Vp=[],jp=[],Bp=[],Ip=[],Yp=[],Wp=[],Rs=new Set;Ea.recordUnsafeLifecycleWarnings=function(e,t){Rs.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&Vp.push(e),e.mode&an&&typeof t.UNSAFE_componentWillMount=="function"&&jp.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&Bp.push(e),e.mode&an&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&Ip.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&Yp.push(e),e.mode&an&&typeof t.UNSAFE_componentWillUpdate=="function"&&Wp.push(e))},Ea.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;Vp.length>0&&(Vp.forEach(function($){e.add(dt($)||"Component"),Rs.add($.type)}),Vp=[]);var t=new Set;jp.length>0&&(jp.forEach(function($){t.add(dt($)||"Component"),Rs.add($.type)}),jp=[]);var i=new Set;Bp.length>0&&(Bp.forEach(function($){i.add(dt($)||"Component"),Rs.add($.type)}),Bp=[]);var a=new Set;Ip.length>0&&(Ip.forEach(function($){a.add(dt($)||"Component"),Rs.add($.type)}),Ip=[]);var u=new Set;Yp.length>0&&(Yp.forEach(function($){u.add(dt($)||"Component"),Rs.add($.type)}),Yp=[]);var d=new Set;if(Wp.length>0&&(Wp.forEach(function($){d.add(dt($)||"Component"),Rs.add($.type)}),Wp=[]),t.size>0){var m=Ts(t);y(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
61
+ */function P1(e){if(!gt)return!1;var t="on"+e,a=t in document;if(!a){var u=document.createElement("div");u.setAttribute(t,"return;"),a=typeof u[t]=="function"}return a}function Af(){Be("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function n(e,t,a,u){zc(u);var c=Ng(t,"onChange");if(c.length>0){var v=new mr("onChange","change",null,a,u);e.push({event:v,listeners:c})}}var r=null,s=null;function d(e){var t=e.nodeName&&e.nodeName.toLowerCase();return t==="select"||t==="input"&&e.type==="file"}function g(e){var t=[];n(t,s,e,Fc(e)),mp(b,t)}function b(e){bT(e,0)}function _(e){var t=If(e);if(vh(t))return e}function L(e,t){if(e==="change")return t}var U=!1;gt&&(U=P1("input")&&(!document.documentMode||document.documentMode>9));function re(e,t){r=e,s=t,r.attachEvent("onpropertychange",xe)}function ke(){r&&(r.detachEvent("onpropertychange",xe),r=null,s=null)}function xe(e){e.propertyName==="value"&&_(s)&&g(e)}function Se(e,t,a){e==="focusin"?(ke(),re(t,a)):e==="focusout"&&ke()}function Ae(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return _(s)}function Ie(e){var t=e.nodeName;return t&&t.toLowerCase()==="input"&&(e.type==="checkbox"||e.type==="radio")}function Ke(e,t){if(e==="click")return _(t)}function kn(e,t){if(e==="input"||e==="change")return _(t)}function Y(e){var t=e._wrapperState;!t||!t.controlled||e.type!=="number"||Xa(e,"number",e.value)}function H(e,t,a,u,c,v,y){var k=a?If(a):window,x,M;if(d(k)?x=L:mu(k)?U?x=kn:(x=Ae,M=Se):Ie(k)&&(x=Ke),x){var N=x(t,a);if(N){n(e,N,u,c);return}}M&&M(t,k,a),t==="focusout"&&Y(k)}function q(){me("onMouseEnter",["mouseout","mouseover"]),me("onMouseLeave",["mouseout","mouseover"]),me("onPointerEnter",["pointerout","pointerover"]),me("onPointerLeave",["pointerout","pointerover"])}function Te(e,t,a,u,c,v,y){var k=t==="mouseover"||t==="pointerover",x=t==="mouseout"||t==="pointerout";if(k&&!Kh(u)){var M=u.relatedTarget||u.fromElement;if(M&&(zs(M)||kv(M)))return}if(!(!x&&!k)){var N;if(c.window===c)N=c;else{var I=c.ownerDocument;I?N=I.defaultView||I.parentWindow:N=window}var B,te;if(x){var ne=u.relatedTarget||u.toElement;if(B=a,te=ne?zs(ne):null,te!==null){var ue=Zr(te);(te!==ue||te.tag!==P&&te.tag!==A)&&(te=null)}}else B=null,te=a;if(B!==te){var ze=mo,nt="onMouseLeave",Qe="onMouseEnter",_t="mouse";(t==="pointerout"||t==="pointerover")&&(ze=nv,nt="onPointerLeave",Qe="onPointerEnter",_t="pointer");var kt=B==null?N:If(B),X=te==null?N:If(te),se=new ze(nt,_t+"leave",B,u,c);se.target=kt,se.relatedTarget=X;var Z=null,we=zs(c);if(we===a){var Ue=new ze(Qe,_t+"enter",te,u,c);Ue.target=X,Ue.relatedTarget=kt,Z=Ue}ZN(e,se,Z,B,te)}}}function We(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Ve=typeof Object.is=="function"?Object.is:We;function qe(e,t){if(Ve(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var a=Object.keys(e),u=Object.keys(t);if(a.length!==u.length)return!1;for(var c=0;c<a.length;c++){var v=a[c];if(!Me.call(t,v)||!Ve(e[v],t[v]))return!1}return!0}function ct(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Qn(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function Tt(e,t){for(var a=ct(e),u=0,c=0;a;){if(a.nodeType===xa){if(c=u+a.textContent.length,u<=t&&c>=t)return{node:a,offset:t-u};u=c}a=ct(Qn(a))}}function go(e){var t=e.ownerDocument,a=t&&t.defaultView||window,u=a.getSelection&&a.getSelection();if(!u||u.rangeCount===0)return null;var c=u.anchorNode,v=u.anchorOffset,y=u.focusNode,k=u.focusOffset;try{c.nodeType,y.nodeType}catch{return null}return M1(e,c,v,y,k)}function M1(e,t,a,u,c){var v=0,y=-1,k=-1,x=0,M=0,N=e,I=null;e:for(;;){for(var B=null;N===t&&(a===0||N.nodeType===xa)&&(y=v+a),N===u&&(c===0||N.nodeType===xa)&&(k=v+c),N.nodeType===xa&&(v+=N.nodeValue.length),(B=N.firstChild)!==null;)I=N,N=B;for(;;){if(N===e)break e;if(I===t&&++x===a&&(y=v),I===u&&++M===c&&(k=v),(B=N.nextSibling)!==null)break;N=I,I=N.parentNode}N=B}return y===-1||k===-1?null:{start:y,end:k}}function MN(e,t){var a=e.ownerDocument||document,u=a&&a.defaultView||window;if(u.getSelection){var c=u.getSelection(),v=e.textContent.length,y=Math.min(t.start,v),k=t.end===void 0?y:Math.min(t.end,v);if(!c.extend&&y>k){var x=k;k=y,y=x}var M=Tt(e,y),N=Tt(e,k);if(M&&N){if(c.rangeCount===1&&c.anchorNode===M.node&&c.anchorOffset===M.offset&&c.focusNode===N.node&&c.focusOffset===N.offset)return;var I=a.createRange();I.setStart(M.node,M.offset),c.removeAllRanges(),y>k?(c.addRange(I),c.extend(N.node,N.offset)):(I.setEnd(N.node,N.offset),c.addRange(I))}}}function lT(e){return e&&e.nodeType===xa}function uT(e,t){return!e||!t?!1:e===t?!0:lT(e)?!1:lT(t)?uT(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function NN(e){return e&&e.ownerDocument&&uT(e.ownerDocument.documentElement,e)}function $N(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function sT(){for(var e=window,t=Cc();t instanceof e.HTMLIFrameElement;){if($N(t))e=t.contentWindow;else return t;t=Cc(e.document)}return t}function N1(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function LN(){var e=sT();return{focusedElem:e,selectionRange:N1(e)?AN(e):null}}function ON(e){var t=sT(),a=e.focusedElem,u=e.selectionRange;if(t!==a&&NN(a)){u!==null&&N1(a)&&FN(a,u);for(var c=[],v=a;v=v.parentNode;)v.nodeType===Lr&&c.push({element:v,left:v.scrollLeft,top:v.scrollTop});typeof a.focus=="function"&&a.focus();for(var y=0;y<c.length;y++){var k=c[y];k.element.scrollLeft=k.left,k.element.scrollTop=k.top}}}function AN(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=go(e),t||{start:0,end:0}}function FN(e,t){var a=t.start,u=t.end;u===void 0&&(u=a),"selectionStart"in e?(e.selectionStart=a,e.selectionEnd=Math.min(u,e.value.length)):MN(e,t)}var zN=gt&&"documentMode"in document&&document.documentMode<=11;function UN(){Be("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var Ff=null,$1=null,uv=null,L1=!1;function BN(e){if("selectionStart"in e&&N1(e))return{start:e.selectionStart,end:e.selectionEnd};var t=e.ownerDocument&&e.ownerDocument.defaultView||window,a=t.getSelection();return{anchorNode:a.anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset}}function HN(e){return e.window===e?e.document:e.nodeType===zi?e:e.ownerDocument}function cT(e,t,a){var u=HN(a);if(!(L1||Ff==null||Ff!==Cc(u))){var c=BN(Ff);if(!uv||!qe(uv,c)){uv=c;var v=Ng($1,"onSelect");if(v.length>0){var y=new mr("onSelect","select",null,t,a);e.push({event:y,listeners:v}),y.target=Ff}}}}function IN(e,t,a,u,c,v,y){var k=a?If(a):window;switch(t){case"focusin":(mu(k)||k.contentEditable==="true")&&(Ff=k,$1=a,uv=null);break;case"focusout":Ff=null,$1=null,uv=null;break;case"mousedown":L1=!0;break;case"contextmenu":case"mouseup":case"dragend":L1=!1,cT(e,u,c);break;case"selectionchange":if(zN)break;case"keydown":case"keyup":cT(e,u,c)}}function Rg(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var zf={animationend:Rg("Animation","AnimationEnd"),animationiteration:Rg("Animation","AnimationIteration"),animationstart:Rg("Animation","AnimationStart"),transitionend:Rg("Transition","TransitionEnd")},O1={},fT={};gt&&(fT=document.createElement("div").style,"AnimationEvent"in window||(delete zf.animationend.animation,delete zf.animationiteration.animation,delete zf.animationstart.animation),"TransitionEvent"in window||delete zf.transitionend.transition);function Pg(e){if(O1[e])return O1[e];if(!zf[e])return e;var t=zf[e];for(var a in t)if(t.hasOwnProperty(a)&&a in fT)return O1[e]=t[a];return e}var dT=Pg("animationend"),pT=Pg("animationiteration"),vT=Pg("animationstart"),mT=Pg("transitionend"),hT=new Map,gT=["abort","auxClick","cancel","canPlay","canPlayThrough","click","close","contextMenu","copy","cut","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","gotPointerCapture","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","lostPointerCapture","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","pointerCancel","pointerDown","pointerMove","pointerOut","pointerOver","pointerUp","progress","rateChange","reset","resize","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchStart","volumeChange","scroll","toggle","touchMove","waiting","wheel"];function hu(e,t){hT.set(e,t),Be(t,[e])}function VN(){for(var e=0;e<gT.length;e++){var t=gT[e],a=t.toLowerCase(),u=t[0].toUpperCase()+t.slice(1);hu(a,"on"+u)}hu(dT,"onAnimationEnd"),hu(pT,"onAnimationIteration"),hu(vT,"onAnimationStart"),hu("dblclick","onDoubleClick"),hu("focusin","onFocus"),hu("focusout","onBlur"),hu(mT,"onTransitionEnd")}function jN(e,t,a,u,c,v,y){var k=hT.get(t);if(k!==void 0){var x=mr,M=t;switch(t){case"keypress":if(ul(u)===0)return;case"keydown":case"keyup":x=C1;break;case"focusin":M="focus",x=Tf;break;case"focusout":M="blur",x=Tf;break;case"beforeblur":case"afterblur":x=Tf;break;case"click":if(u.button===2)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":x=mo;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":x=cl;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":x=_i;break;case dT:case pT:case vT:x=Df;break;case mT:x=_1;break;case"scroll":x=Jp;break;case"wheel":x=Pf;break;case"copy":case"cut":case"paste":x=S1;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":x=nv;break}var N=(v&Io)!==0;{var I=!N&&t==="scroll",B=QN(a,k,u.type,N,I);if(B.length>0){var te=new x(k,M,null,u,c);e.push({event:te,listeners:B})}}}}VN(),q(),Af(),UN(),Eg();function KN(e,t,a,u,c,v,y){jN(e,t,a,u,c,v);var k=(v&l1)===0;k&&(Te(e,t,a,u,c),H(e,t,a,u,c),IN(e,t,a,u,c),Of(e,t,a,u,c))}var sv=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],A1=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(sv));function yT(e,t,a){var u=e.type||"unknown-event";e.currentTarget=a,_a(u,t,void 0,e),e.currentTarget=null}function WN(e,t,a){var u;if(a)for(var c=t.length-1;c>=0;c--){var v=t[c],y=v.instance,k=v.currentTarget,x=v.listener;if(y!==u&&e.isPropagationStopped())return;yT(e,x,k),u=y}else for(var M=0;M<t.length;M++){var N=t[M],I=N.instance,B=N.currentTarget,te=N.listener;if(I!==u&&e.isPropagationStopped())return;yT(e,te,B),u=I}}function bT(e,t){for(var a=(t&Io)!==0,u=0;u<e.length;u++){var c=e[u],v=c.event,y=c.listeners;WN(v,y,a)}bp()}function YN(e,t,a,u,c){var v=Fc(a),y=[];KN(y,e,u,a,v,t),bT(y,t)}function cn(e,t){A1.has(e)||m('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=!1,u=wL(t),c=JN(e,a);u.has(c)||(ST(t,e,os,a),u.add(c))}function F1(e,t,a){A1.has(e)&&!t&&m('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var u=0;t&&(u|=Io),ST(a,e,u,t)}var Mg="_reactListening"+Math.random().toString(36).slice(2);function cv(e){if(!e[Mg]){e[Mg]=!0,de.forEach(function(a){a!=="selectionchange"&&(A1.has(a)||F1(a,!1,e),F1(a,!0,e))});var t=e.nodeType===zi?e:e.ownerDocument;t!==null&&(t[Mg]||(t[Mg]=!0,F1("selectionchange",!1,t)))}}function ST(e,t,a,u,c){var v=uu(e,t,a),y=void 0;fs&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(y=!0),e=e,u?y!==void 0?La(e,t,v,y):cu(e,t,v):y!==void 0?Cf(e,t,v,y):Zp(e,t,v)}function kT(e,t){return e===t||e.nodeType===_n&&e.parentNode===t}function z1(e,t,a,u,c){var v=u;if(!(t&Ca)&&!(t&os)){var y=c;if(u!==null){var k=u;e:for(;;){if(k===null)return;var x=k.tag;if(x===T||x===D){var M=k.stateNode.containerInfo;if(kT(M,y))break;if(x===D)for(var N=k.return;N!==null;){var I=N.tag;if(I===T||I===D){var B=N.stateNode.containerInfo;if(kT(B,y))return}N=N.return}for(;M!==null;){var te=zs(M);if(te===null)return;var ne=te.tag;if(ne===P||ne===A){k=v=te;continue e}M=M.parentNode}}k=k.return}}}mp(function(){return YN(e,t,a,v)})}function fv(e,t,a){return{instance:e,listener:t,currentTarget:a}}function QN(e,t,a,u,c,v){for(var y=t!==null?t+"Capture":null,k=u?y:t,x=[],M=e,N=null;M!==null;){var I=M,B=I.stateNode,te=I.tag;if(te===P&&B!==null&&(N=B,k!==null)){var ne=jo(M,k);ne!=null&&x.push(fv(M,ne,N))}if(c)break;M=M.return}return x}function Ng(e,t){for(var a=t+"Capture",u=[],c=e;c!==null;){var v=c,y=v.stateNode,k=v.tag;if(k===P&&y!==null){var x=y,M=jo(c,a);M!=null&&u.unshift(fv(c,M,x));var N=jo(c,t);N!=null&&u.push(fv(c,N,x))}c=c.return}return u}function Uf(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==P);return e||null}function XN(e,t){for(var a=e,u=t,c=0,v=a;v;v=Uf(v))c++;for(var y=0,k=u;k;k=Uf(k))y++;for(;c-y>0;)a=Uf(a),c--;for(;y-c>0;)u=Uf(u),y--;for(var x=c;x--;){if(a===u||u!==null&&a===u.alternate)return a;a=Uf(a),u=Uf(u)}return null}function xT(e,t,a,u,c){for(var v=t._reactName,y=[],k=a;k!==null&&k!==u;){var x=k,M=x.alternate,N=x.stateNode,I=x.tag;if(M!==null&&M===u)break;if(I===P&&N!==null){var B=N;if(c){var te=jo(k,v);te!=null&&y.unshift(fv(k,te,B))}else if(!c){var ne=jo(k,v);ne!=null&&y.push(fv(k,ne,B))}}k=k.return}y.length!==0&&e.push({event:t,listeners:y})}function ZN(e,t,a,u,c){var v=u&&c?XN(u,c):null;u!==null&&xT(e,t,u,v,!1),c!==null&&a!==null&&xT(e,a,c,v,!0)}function JN(e,t){return e+"__"+(t?"capture":"bubble")}var Ti=!1,dv="dangerouslySetInnerHTML",$g="suppressContentEditableWarning",gu="suppressHydrationWarning",wT="autoFocus",As="children",Fs="style",Lg="__html",U1,Og,pv,CT,Ag,ET,_T;U1={dialog:!0,webview:!0},Og=function(e,t){Ac(e,t),cp(e,t),jh(e,t,{registrationNameDependencies:Ye,possibleRegistrationNames:rt})},ET=gt&&!document.documentMode,pv=function(e,t,a){if(!Ti){var u=Fg(a),c=Fg(t);c!==u&&(Ti=!0,m("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(c),JSON.stringify(u)))}},CT=function(e){if(!Ti){Ti=!0;var t=[];e.forEach(function(a){t.push(a)}),m("Extra attributes from the server: %s",t)}},Ag=function(e,t){t===!1?m("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):m("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},_T=function(e,t){var a=e.namespaceURI===ka?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return a.innerHTML=t,a.innerHTML};var GN=/\r\n?/g,qN=/\u0000|\uFFFD/g;function Fg(e){Sr(e);var t=typeof e=="string"?e:""+e;return t.replace(GN,`
62
+ `).replace(qN,"")}function zg(e,t,a,u){var c=Fg(t),v=Fg(e);if(v!==c&&(u&&(Ti||(Ti=!0,m('Text content did not match. Server: "%s" Client: "%s"',v,c))),a&&_e))throw new Error("Text content does not match server-rendered HTML.")}function TT(e){return e.nodeType===zi?e:e.ownerDocument}function e$(){}function Ug(e){e.onclick=e$}function t$(e,t,a,u,c){for(var v in u)if(u.hasOwnProperty(v)){var y=u[v];if(v===Fs)y&&Object.freeze(y),Lh(t,y);else if(v===dv){var k=y?y[Lg]:void 0;k!=null&&wh(t,k)}else if(v===As)if(typeof y=="string"){var x=e!=="textarea"||y!=="";x&&Nc(t,y)}else typeof y=="number"&&Nc(t,""+y);else v===$g||v===gu||v===wT||(Ye.hasOwnProperty(v)?y!=null&&(typeof y!="function"&&Ag(v,y),v==="onScroll"&&cn("scroll",t)):y!=null&&Ao(t,v,y,c))}}function n$(e,t,a,u){for(var c=0;c<t.length;c+=2){var v=t[c],y=t[c+1];v===Fs?Lh(e,y):v===dv?wh(e,y):v===As?Nc(e,y):Ao(e,v,y,u)}}function r$(e,t,a,u){var c,v=TT(a),y,k=u;if(k===ka&&(k=Pc(e)),k===ka){if(c=wa(e,t),!c&&e!==e.toLowerCase()&&m("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",e),e==="script"){var x=v.createElement("div");x.innerHTML="<script><\/script>";var M=x.firstChild;y=x.removeChild(M)}else if(typeof t.is=="string")y=v.createElement(e,{is:t.is});else if(y=v.createElement(e),e==="select"){var N=y;t.multiple?N.multiple=!0:t.size&&(N.size=t.size)}}else y=v.createElementNS(k,e);return k===ka&&!c&&Object.prototype.toString.call(y)==="[object HTMLUnknownElement]"&&!Me.call(U1,e)&&(U1[e]=!0,m("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",e)),y}function i$(e,t){return TT(t).createTextNode(e)}function a$(e,t,a,u){var c=wa(t,a);Og(t,a);var v;switch(t){case"dialog":cn("cancel",e),cn("close",e),v=a;break;case"iframe":case"object":case"embed":cn("load",e),v=a;break;case"video":case"audio":for(var y=0;y<sv.length;y++)cn(sv[y],e);v=a;break;case"source":cn("error",e),v=a;break;case"img":case"image":case"link":cn("error",e),cn("load",e),v=a;break;case"details":cn("toggle",e),v=a;break;case"input":es(e,a),v=qu(e,a),cn("invalid",e);break;case"option":Dc(e,a),v=a;break;case"select":bh(e,a),v=qd(e,a),cn("invalid",e);break;case"textarea":Sh(e,a),v=tp(e,a),cn("invalid",e);break;default:v=a}switch(Lc(t,v),t$(t,e,u,v,c),t){case"input":Uo(e),ts(e,a,!1);break;case"textarea":Uo(e),xh(e);break;case"option":Gd(e,a);break;case"select":Z0(e,a);break;default:typeof v.onClick=="function"&&Ug(e);break}}function o$(e,t,a,u,c){Og(t,u);var v=null,y,k;switch(t){case"input":y=qu(e,a),k=qu(e,u),v=[];break;case"select":y=qd(e,a),k=qd(e,u),v=[];break;case"textarea":y=tp(e,a),k=tp(e,u),v=[];break;default:y=a,k=u,typeof y.onClick!="function"&&typeof k.onClick=="function"&&Ug(e);break}Lc(t,k);var x,M,N=null;for(x in y)if(!(k.hasOwnProperty(x)||!y.hasOwnProperty(x)||y[x]==null))if(x===Fs){var I=y[x];for(M in I)I.hasOwnProperty(M)&&(N||(N={}),N[M]="")}else x===dv||x===As||x===$g||x===gu||x===wT||(Ye.hasOwnProperty(x)?v||(v=[]):(v=v||[]).push(x,null));for(x in k){var B=k[x],te=y!=null?y[x]:void 0;if(!(!k.hasOwnProperty(x)||B===te||B==null&&te==null))if(x===Fs)if(B&&Object.freeze(B),te){for(M in te)te.hasOwnProperty(M)&&(!B||!B.hasOwnProperty(M))&&(N||(N={}),N[M]="");for(M in B)B.hasOwnProperty(M)&&te[M]!==B[M]&&(N||(N={}),N[M]=B[M])}else N||(v||(v=[]),v.push(x,N)),N=B;else if(x===dv){var ne=B?B[Lg]:void 0,ue=te?te[Lg]:void 0;ne!=null&&ue!==ne&&(v=v||[]).push(x,ne)}else x===As?(typeof B=="string"||typeof B=="number")&&(v=v||[]).push(x,""+B):x===$g||x===gu||(Ye.hasOwnProperty(x)?(B!=null&&(typeof B!="function"&&Ag(x,B),x==="onScroll"&&cn("scroll",e)),!v&&te!==B&&(v=[])):(v=v||[]).push(x,B))}return N&&(is(N,k[Fs]),(v=v||[]).push(Fs,N)),v}function l$(e,t,a,u,c){a==="input"&&c.type==="radio"&&c.name!=null&&Jd(e,c);var v=wa(a,u),y=wa(a,c);switch(n$(e,t,v,y),a){case"input":Ul(e,c);break;case"textarea":kh(e,c);break;case"select":J0(e,c);break}}function u$(e){{var t=e.toLowerCase();return Oc.hasOwnProperty(t)&&Oc[t]||null}}function s$(e,t,a,u,c,v,y){var k,x;switch(k=wa(t,a),Og(t,a),t){case"dialog":cn("cancel",e),cn("close",e);break;case"iframe":case"object":case"embed":cn("load",e);break;case"video":case"audio":for(var M=0;M<sv.length;M++)cn(sv[M],e);break;case"source":cn("error",e);break;case"img":case"image":case"link":cn("error",e),cn("load",e);break;case"details":cn("toggle",e);break;case"input":es(e,a),cn("invalid",e);break;case"option":Dc(e,a);break;case"select":bh(e,a),cn("invalid",e);break;case"textarea":Sh(e,a),cn("invalid",e);break}Lc(t,a);{x=new Set;for(var N=e.attributes,I=0;I<N.length;I++){var B=N[I].name.toLowerCase();switch(B){case"value":break;case"checked":break;case"selected":break;default:x.add(N[I].name)}}}var te=null;for(var ne in a)if(a.hasOwnProperty(ne)){var ue=a[ne];if(ne===As)typeof ue=="string"?e.textContent!==ue&&(a[gu]!==!0&&zg(e.textContent,ue,v,y),te=[As,ue]):typeof ue=="number"&&e.textContent!==""+ue&&(a[gu]!==!0&&zg(e.textContent,ue,v,y),te=[As,""+ue]);else if(Ye.hasOwnProperty(ne))ue!=null&&(typeof ue!="function"&&Ag(ne,ue),ne==="onScroll"&&cn("scroll",e));else if(y&&typeof k=="boolean"){var ze=void 0,nt=k&&fe?null:Gi(ne);if(a[gu]!==!0){if(!(ne===$g||ne===gu||ne==="value"||ne==="checked"||ne==="selected")){if(ne===dv){var Qe=e.innerHTML,_t=ue?ue[Lg]:void 0;if(_t!=null){var kt=_T(e,_t);kt!==Qe&&pv(ne,Qe,kt)}}else if(ne===Fs){if(x.delete(ne),ET){var X=a1(ue);ze=e.getAttribute("style"),X!==ze&&pv(ne,ze,X)}}else if(k&&!fe)x.delete(ne.toLowerCase()),ze=bc(e,ne,ue),ue!==ze&&pv(ne,ze,ue);else if(!Mn(ne,nt,k)&&!dn(ne,ue,nt,k)){var se=!1;if(nt!==null)x.delete(nt.attributeName),ze=Vu(e,ne,ue,nt);else{var Z=u;if(Z===ka&&(Z=Pc(t)),Z===ka)x.delete(ne.toLowerCase());else{var we=u$(ne);we!==null&&we!==ne&&(se=!0,x.delete(we)),x.delete(ne)}ze=bc(e,ne,ue)}var Ue=fe;!Ue&&ue!==ze&&!se&&pv(ne,ze,ue)}}}}}switch(y&&x.size>0&&a[gu]!==!0&&CT(x),t){case"input":Uo(e),ts(e,a,!0);break;case"textarea":Uo(e),xh(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&Ug(e);break}return te}function c$(e,t,a){var u=e.nodeValue!==t;return u}function B1(e,t){{if(Ti)return;Ti=!0,m("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function H1(e,t){{if(Ti)return;Ti=!0,m('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function I1(e,t,a){{if(Ti)return;Ti=!0,m("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function V1(e,t){{if(t===""||Ti)return;Ti=!0,m('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())}}function f$(e,t,a){switch(t){case"input":mh(e,a);return;case"textarea":np(e,a);return;case"select":G0(e,a);return}}var vv=function(){},mv=function(){};{var d$=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],DT=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],p$=DT.concat(["button"]),v$=["dd","dt","li","option","optgroup","p","rp","rt"],RT={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};mv=function(e,t){var a=bt({},e||RT),u={tag:t};return DT.indexOf(t)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),p$.indexOf(t)!==-1&&(a.pTagInButtonScope=null),d$.indexOf(t)!==-1&&t!=="address"&&t!=="div"&&t!=="p"&&(a.listItemTagAutoclosing=null,a.dlItemTagAutoclosing=null),a.current=u,t==="form"&&(a.formTag=u),t==="a"&&(a.aTagInScope=u),t==="button"&&(a.buttonTagInScope=u),t==="nobr"&&(a.nobrTagInScope=u),t==="p"&&(a.pTagInButtonScope=u),t==="li"&&(a.listItemTagAutoclosing=u),(t==="dd"||t==="dt")&&(a.dlItemTagAutoclosing=u),a};var m$=function(e,t){switch(t){case"select":return e==="option"||e==="optgroup"||e==="#text";case"optgroup":return e==="option"||e==="#text";case"option":return e==="#text";case"tr":return e==="th"||e==="td"||e==="style"||e==="script"||e==="template";case"tbody":case"thead":case"tfoot":return e==="tr"||e==="style"||e==="script"||e==="template";case"colgroup":return e==="col"||e==="template";case"table":return e==="caption"||e==="colgroup"||e==="tbody"||e==="tfoot"||e==="thead"||e==="style"||e==="script"||e==="template";case"head":return e==="base"||e==="basefont"||e==="bgsound"||e==="link"||e==="meta"||e==="title"||e==="noscript"||e==="noframes"||e==="style"||e==="script"||e==="template";case"html":return e==="head"||e==="body"||e==="frameset";case"frameset":return e==="frame";case"#document":return e==="html"}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t!=="h1"&&t!=="h2"&&t!=="h3"&&t!=="h4"&&t!=="h5"&&t!=="h6";case"rp":case"rt":return v$.indexOf(t)===-1;case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return t==null}return!0},h$=function(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null},PT={};vv=function(e,t,a){a=a||RT;var u=a.current,c=u&&u.tag;t!=null&&(e!=null&&m("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var v=m$(e,c)?null:u,y=v?null:h$(e,a),k=v||y;if(k){var x=k.tag,M=!!v+"|"+e+"|"+x;if(!PT[M]){PT[M]=!0;var N=e,I="";if(e==="#text"?/\S/.test(t)?N="Text nodes":(N="Whitespace text nodes",I=" Make sure you don't have any extra whitespace between tags on each line of your source code."):N="<"+e+">",v){var B="";x==="table"&&e==="tr"&&(B+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),m("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",N,x,I,B)}else m("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",N,x)}}}}var Bg="suppressHydrationWarning",Hg="$",Ig="/$",hv="$?",gv="$!",g$="style",j1=null,K1=null;function y$(e){var t,a,u=e.nodeType;switch(u){case zi:case Bo:{t=u===zi?"#document":"#fragment";var c=e.documentElement;a=c?c.namespaceURI:ip(null,"");break}default:{var v=u===_n?e.parentNode:e,y=v.namespaceURI||null;t=v.tagName,a=ip(y,t);break}}{var k=t.toLowerCase(),x=mv(null,k);return{namespace:a,ancestorInfo:x}}}function b$(e,t,a){{var u=e,c=ip(u.namespace,t),v=mv(u.ancestorInfo,t);return{namespace:c,ancestorInfo:v}}}function UF(e){return e}function S$(e){j1=ei(),K1=LN();var t=null;return Yn(!1),t}function k$(e){ON(K1),Yn(j1),j1=null,K1=null}function x$(e,t,a,u,c){var v;{var y=u;if(vv(e,null,y.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var k=""+t.children,x=mv(y.ancestorInfo,e);vv(null,k,x)}v=y.namespace}var M=r$(e,t,a,v);return Sv(c,M),q1(M,t),M}function w$(e,t){e.appendChild(t)}function C$(e,t,a,u,c){switch(a$(e,t,a,u),t){case"button":case"input":case"select":case"textarea":return!!a.autoFocus;case"img":return!0;default:return!1}}function E$(e,t,a,u,c,v){{var y=v;if(typeof u.children!=typeof a.children&&(typeof u.children=="string"||typeof u.children=="number")){var k=""+u.children,x=mv(y.ancestorInfo,t);vv(null,k,x)}}return o$(e,t,a,u)}function W1(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function _$(e,t,a,u){{var c=a;vv(null,e,c.ancestorInfo)}var v=i$(e,t);return Sv(u,v),v}function T$(){var e=window.event;return e===void 0?Ma:xr(e.type)}var Y1=typeof setTimeout=="function"?setTimeout:void 0,D$=typeof clearTimeout=="function"?clearTimeout:void 0,Q1=-1,MT=typeof Promise=="function"?Promise:void 0,R$=typeof queueMicrotask=="function"?queueMicrotask:typeof MT<"u"?function(e){return MT.resolve(null).then(e).catch(P$)}:Y1;function P$(e){setTimeout(function(){throw e})}function M$(e,t,a,u){switch(t){case"button":case"input":case"select":case"textarea":a.autoFocus&&e.focus();return;case"img":{a.src&&(e.src=a.src);return}}}function N$(e,t,a,u,c,v){l$(e,t,a,u,c),q1(e,c)}function NT(e){Nc(e,"")}function $$(e,t,a){e.nodeValue=a}function L$(e,t){e.appendChild(t)}function O$(e,t){var a;e.nodeType===_n?(a=e.parentNode,a.insertBefore(t,e)):(a=e,a.appendChild(t));var u=e._reactRootContainer;u==null&&a.onclick===null&&Ug(a)}function A$(e,t,a){e.insertBefore(t,a)}function F$(e,t,a){e.nodeType===_n?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function z$(e,t){e.removeChild(t)}function U$(e,t){e.nodeType===_n?e.parentNode.removeChild(t):e.removeChild(t)}function X1(e,t){var a=t,u=0;do{var c=a.nextSibling;if(e.removeChild(a),c&&c.nodeType===_n){var v=c.data;if(v===Ig)if(u===0){e.removeChild(c),St(t);return}else u--;else(v===Hg||v===hv||v===gv)&&u++}a=c}while(a);St(t)}function B$(e,t){e.nodeType===_n?X1(e.parentNode,t):e.nodeType===Lr&&X1(e,t),St(e)}function H$(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function I$(e){e.nodeValue=""}function V$(e,t){e=e;var a=t[g$],u=a!=null&&a.hasOwnProperty("display")?a.display:null;e.style.display=$c("display",u)}function j$(e,t){e.nodeValue=t}function K$(e){e.nodeType===Lr?e.textContent="":e.nodeType===zi&&e.documentElement&&e.removeChild(e.documentElement)}function W$(e,t,a){return e.nodeType!==Lr||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function Y$(e,t){return t===""||e.nodeType!==xa?null:e}function Q$(e){return e.nodeType!==_n?null:e}function $T(e){return e.data===hv}function Z1(e){return e.data===gv}function X$(e){var t=e.nextSibling&&e.nextSibling.dataset,a,u,c;return t&&(a=t.dgst,u=t.msg,c=t.stck),{message:u,digest:a,stack:c}}function Z$(e,t){e._reactRetry=t}function Vg(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===Lr||t===xa)break;if(t===_n){var a=e.data;if(a===Hg||a===gv||a===hv)break;if(a===Ig)return null}}return e}function yv(e){return Vg(e.nextSibling)}function J$(e){return Vg(e.firstChild)}function G$(e){return Vg(e.firstChild)}function q$(e){return Vg(e.nextSibling)}function eL(e,t,a,u,c,v,y){Sv(v,e),q1(e,a);var k;{var x=c;k=x.namespace}var M=(v.mode&ht)!==it;return s$(e,t,a,k,u,M,y)}function tL(e,t,a,u){return Sv(a,e),a.mode&ht,c$(e,t)}function nL(e,t){Sv(t,e)}function rL(e){for(var t=e.nextSibling,a=0;t;){if(t.nodeType===_n){var u=t.data;if(u===Ig){if(a===0)return yv(t);a--}else(u===Hg||u===gv||u===hv)&&a++}t=t.nextSibling}return null}function LT(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===_n){var u=t.data;if(u===Hg||u===gv||u===hv){if(a===0)return t;a--}else u===Ig&&a++}t=t.previousSibling}return null}function iL(e){St(e)}function aL(e){St(e)}function oL(e){return e!=="head"&&e!=="body"}function lL(e,t,a,u){var c=!0;zg(t.nodeValue,a,u,c)}function uL(e,t,a,u,c,v){if(t[Bg]!==!0){var y=!0;zg(u.nodeValue,c,v,y)}}function sL(e,t){t.nodeType===Lr?B1(e,t):t.nodeType===_n||H1(e,t)}function cL(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===Lr?B1(a,t):t.nodeType===_n||H1(a,t))}}function fL(e,t,a,u,c){(c||t[Bg]!==!0)&&(u.nodeType===Lr?B1(a,u):u.nodeType===_n||H1(a,u))}function dL(e,t,a){I1(e,t)}function pL(e,t){V1(e,t)}function vL(e,t,a){{var u=e.parentNode;u!==null&&I1(u,t)}}function mL(e,t){{var a=e.parentNode;a!==null&&V1(a,t)}}function hL(e,t,a,u,c,v){(v||t[Bg]!==!0)&&I1(a,u)}function gL(e,t,a,u,c){(c||t[Bg]!==!0)&&V1(a,u)}function yL(e){m("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function bL(e){cv(e)}var Bf=Math.random().toString(36).slice(2),Hf="__reactFiber$"+Bf,J1="__reactProps$"+Bf,bv="__reactContainer$"+Bf,G1="__reactEvents$"+Bf,SL="__reactListeners$"+Bf,kL="__reactHandles$"+Bf;function xL(e){delete e[Hf],delete e[J1],delete e[G1],delete e[SL],delete e[kL]}function Sv(e,t){t[Hf]=e}function jg(e,t){t[bv]=e}function OT(e){e[bv]=null}function kv(e){return!!e[bv]}function zs(e){var t=e[Hf];if(t)return t;for(var a=e.parentNode;a;){if(t=a[bv]||a[Hf],t){var u=t.alternate;if(t.child!==null||u!==null&&u.child!==null)for(var c=LT(e);c!==null;){var v=c[Hf];if(v)return v;c=LT(c)}return t}e=a,a=e.parentNode}return null}function yu(e){var t=e[Hf]||e[bv];return t&&(t.tag===P||t.tag===A||t.tag===F||t.tag===T)?t:null}function If(e){if(e.tag===P||e.tag===A)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function Kg(e){return e[J1]||null}function q1(e,t){e[J1]=t}function wL(e){var t=e[G1];return t===void 0&&(t=e[G1]=new Set),t}var AT={},FT=l.ReactDebugCurrentFrame;function Wg(e){if(e){var t=e._owner,a=Yu(e.type,e._source,t?t.type:null);FT.setExtraStackFrame(a)}else FT.setExtraStackFrame(null)}function Aa(e,t,a,u,c){{var v=Function.call.bind(Me);for(var y in e)if(v(e,y)){var k=void 0;try{if(typeof e[y]!="function"){var x=Error((u||"React class")+": "+a+" type `"+y+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[y]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw x.name="Invariant Violation",x}k=e[y](t,y,u,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(M){k=M}k&&!(k instanceof Error)&&(Wg(c),m("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",u||"React class",a,y,typeof k),Wg(null)),k instanceof Error&&!(k.message in AT)&&(AT[k.message]=!0,Wg(c),m("Failed %s type: %s",a,k.message),Wg(null))}}}var eS=[],Yg;Yg=[];var vl=-1;function bu(e){return{current:e}}function Vr(e,t){if(vl<0){m("Unexpected pop.");return}t!==Yg[vl]&&m("Unexpected Fiber popped."),e.current=eS[vl],eS[vl]=null,Yg[vl]=null,vl--}function jr(e,t,a){vl++,eS[vl]=e.current,Yg[vl]=a,e.current=t}var tS;tS={};var Vi={};Object.freeze(Vi);var ml=bu(Vi),yo=bu(!1),nS=Vi;function Vf(e,t,a){return a&&bo(t)?nS:ml.current}function zT(e,t,a){{var u=e.stateNode;u.__reactInternalMemoizedUnmaskedChildContext=t,u.__reactInternalMemoizedMaskedChildContext=a}}function jf(e,t){{var a=e.type,u=a.contextTypes;if(!u)return Vi;var c=e.stateNode;if(c&&c.__reactInternalMemoizedUnmaskedChildContext===t)return c.__reactInternalMemoizedMaskedChildContext;var v={};for(var y in u)v[y]=t[y];{var k=pt(e)||"Unknown";Aa(u,v,"context",k)}return c&&zT(e,t,v),v}}function Qg(){return yo.current}function bo(e){{var t=e.childContextTypes;return t!=null}}function Xg(e){Vr(yo,e),Vr(ml,e)}function rS(e){Vr(yo,e),Vr(ml,e)}function UT(e,t,a){{if(ml.current!==Vi)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");jr(ml,t,e),jr(yo,a,e)}}function BT(e,t,a){{var u=e.stateNode,c=t.childContextTypes;if(typeof u.getChildContext!="function"){{var v=pt(e)||"Unknown";tS[v]||(tS[v]=!0,m("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",v,v))}return a}var y=u.getChildContext();for(var k in y)if(!(k in c))throw new Error((pt(e)||"Unknown")+'.getChildContext(): key "'+k+'" is not defined in childContextTypes.');{var x=pt(e)||"Unknown";Aa(c,y,"child context",x)}return bt({},a,y)}}function Zg(e){{var t=e.stateNode,a=t&&t.__reactInternalMemoizedMergedChildContext||Vi;return nS=ml.current,jr(ml,a,e),jr(yo,yo.current,e),!0}}function HT(e,t,a){{var u=e.stateNode;if(!u)throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");if(a){var c=BT(e,t,nS);u.__reactInternalMemoizedMergedChildContext=c,Vr(yo,e),Vr(ml,e),jr(ml,c,e),jr(yo,a,e)}else Vr(yo,e),jr(yo,a,e)}}function CL(e){{if(!Cp(e)||e.tag!==C)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var t=e;do{switch(t.tag){case T:return t.stateNode.context;case C:{var a=t.type;if(bo(a))return t.stateNode.__reactInternalMemoizedMergedChildContext;break}}t=t.return}while(t!==null);throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}}var Su=0,Jg=1,hl=null,iS=!1,aS=!1;function IT(e){hl===null?hl=[e]:hl.push(e)}function EL(e){iS=!0,IT(e)}function VT(){iS&&ku()}function ku(){if(!aS&&hl!==null){aS=!0;var e=0,t=wi();try{var a=!0,u=hl;for(On(cr);e<u.length;e++){var c=u[e];do c=c(a);while(c!==null)}hl=null,iS=!1}catch(v){throw hl!==null&&(hl=hl.slice(e+1)),jc(Wc,ku),v}finally{On(t),aS=!1}}return null}var Kf=[],Wf=0,Gg=null,qg=0,la=[],ua=0,Us=null,gl=1,yl="";function _L(e){return Hs(),(e.flags&kp)!==tt}function TL(e){return Hs(),qg}function DL(){var e=yl,t=gl,a=t&~RL(t);return a.toString(32)+e}function Bs(e,t){Hs(),Kf[Wf++]=qg,Kf[Wf++]=Gg,Gg=e,qg=t}function jT(e,t,a){Hs(),la[ua++]=gl,la[ua++]=yl,la[ua++]=Us,Us=e;var u=gl,c=yl,v=ey(u)-1,y=u&~(1<<v),k=a+1,x=ey(t)+v;if(x>30){var M=v-v%5,N=(1<<M)-1,I=(y&N).toString(32),B=y>>M,te=v-M,ne=ey(t)+te,ue=k<<te,ze=ue|B,nt=I+c;gl=1<<ne|ze,yl=nt}else{var Qe=k<<v,_t=Qe|y,kt=c;gl=1<<x|_t,yl=kt}}function oS(e){Hs();var t=e.return;if(t!==null){var a=1,u=0;Bs(e,a),jT(e,a,u)}}function ey(e){return 32-Gc(e)}function RL(e){return 1<<ey(e)-1}function lS(e){for(;e===Gg;)Gg=Kf[--Wf],Kf[Wf]=null,qg=Kf[--Wf],Kf[Wf]=null;for(;e===Us;)Us=la[--ua],la[ua]=null,yl=la[--ua],la[ua]=null,gl=la[--ua],la[ua]=null}function PL(){return Hs(),Us!==null?{id:gl,overflow:yl}:null}function ML(e,t){Hs(),la[ua++]=gl,la[ua++]=yl,la[ua++]=Us,gl=t.id,yl=t.overflow,Us=e}function Hs(){Cr()||m("Expected to be hydrating. This is a bug in React. Please file an issue.")}var wr=null,sa=null,Fa=!1,Is=!1,xu=null;function NL(){Fa&&m("We should not be hydrating here. This is a bug in React. Please file a bug.")}function KT(){Is=!0}function $L(){return Is}function LL(e){var t=e.stateNode.containerInfo;return sa=G$(t),wr=e,Fa=!0,xu=null,Is=!1,!0}function OL(e,t,a){return sa=q$(t),wr=e,Fa=!0,xu=null,Is=!1,a!==null&&ML(e,a),!0}function WT(e,t){switch(e.tag){case T:{sL(e.stateNode.containerInfo,t);break}case P:{var a=(e.mode&ht)!==it;fL(e.type,e.memoizedProps,e.stateNode,t,a);break}case F:{var u=e.memoizedState;u.dehydrated!==null&&cL(u.dehydrated,t);break}}}function YT(e,t){WT(e,t);var a=z9();a.stateNode=t,a.return=e;var u=e.deletions;u===null?(e.deletions=[a],e.flags|=Mt):u.push(a)}function uS(e,t){{if(Is)return;switch(e.tag){case T:{var a=e.stateNode.containerInfo;switch(t.tag){case P:var u=t.type;t.pendingProps,dL(a,u);break;case A:var c=t.pendingProps;pL(a,c);break}break}case P:{var v=e.type,y=e.memoizedProps,k=e.stateNode;switch(t.tag){case P:{var x=t.type,M=t.pendingProps,N=(e.mode&ht)!==it;hL(v,y,k,x,M,N);break}case A:{var I=t.pendingProps,B=(e.mode&ht)!==it;gL(v,y,k,I,B);break}}break}case F:{var te=e.memoizedState,ne=te.dehydrated;if(ne!==null)switch(t.tag){case P:var ue=t.type;t.pendingProps,vL(ne,ue);break;case A:var ze=t.pendingProps;mL(ne,ze);break}break}default:return}}}function QT(e,t){t.flags=t.flags&~yi|Zt,uS(e,t)}function XT(e,t){switch(e.tag){case P:{var a=e.type;e.pendingProps;var u=W$(t,a);return u!==null?(e.stateNode=u,wr=e,sa=J$(u),!0):!1}case A:{var c=e.pendingProps,v=Y$(t,c);return v!==null?(e.stateNode=v,wr=e,sa=null,!0):!1}case F:{var y=Q$(t);if(y!==null){var k={dehydrated:y,treeContext:PL(),retryLane:Hr};e.memoizedState=k;var x=U9(y);return x.return=e,e.child=x,wr=e,sa=null,!0}return!1}default:return!1}}function sS(e){return(e.mode&ht)!==it&&(e.flags&st)===tt}function cS(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function fS(e){if(Fa){var t=sa;if(!t){sS(e)&&(uS(wr,e),cS()),QT(wr,e),Fa=!1,wr=e;return}var a=t;if(!XT(e,t)){sS(e)&&(uS(wr,e),cS()),t=yv(a);var u=wr;if(!t||!XT(e,t)){QT(wr,e),Fa=!1,wr=e;return}YT(u,a)}}}function AL(e,t,a){var u=e.stateNode,c=!Is,v=eL(u,e.type,e.memoizedProps,t,a,e,c);return e.updateQueue=v,v!==null}function FL(e){var t=e.stateNode,a=e.memoizedProps,u=tL(t,a,e);if(u){var c=wr;if(c!==null)switch(c.tag){case T:{var v=c.stateNode.containerInfo,y=(c.mode&ht)!==it;lL(v,t,a,y);break}case P:{var k=c.type,x=c.memoizedProps,M=c.stateNode,N=(c.mode&ht)!==it;uL(k,x,M,t,a,N);break}}}return u}function zL(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");nL(a,e)}function UL(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return rL(a)}function ZT(e){for(var t=e.return;t!==null&&t.tag!==P&&t.tag!==T&&t.tag!==F;)t=t.return;wr=t}function ty(e){if(e!==wr)return!1;if(!Fa)return ZT(e),Fa=!0,!1;if(e.tag!==T&&(e.tag!==P||oL(e.type)&&!W1(e.type,e.memoizedProps))){var t=sa;if(t)if(sS(e))JT(e),cS();else for(;t;)YT(e,t),t=yv(t)}return ZT(e),e.tag===F?sa=UL(e):sa=wr?yv(e.stateNode):null,!0}function BL(){return Fa&&sa!==null}function JT(e){for(var t=sa;t;)WT(e,t),t=yv(t)}function Yf(){wr=null,sa=null,Fa=!1,Is=!1}function GT(){xu!==null&&(W2(xu),xu=null)}function Cr(){return Fa}function dS(e){xu===null?xu=[e]:xu.push(e)}var HL=l.ReactCurrentBatchConfig,IL=null;function VL(){return HL.transition}var za={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var jL=function(e){for(var t=null,a=e;a!==null;)a.mode&un&&(t=a),a=a.return;return t},Vs=function(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")},xv=[],wv=[],Cv=[],Ev=[],_v=[],Tv=[],js=new Set;za.recordUnsafeLifecycleWarnings=function(e,t){js.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&xv.push(e),e.mode&un&&typeof t.UNSAFE_componentWillMount=="function"&&wv.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&Cv.push(e),e.mode&un&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&Ev.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&_v.push(e),e.mode&un&&typeof t.UNSAFE_componentWillUpdate=="function"&&Tv.push(e))},za.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;xv.length>0&&(xv.forEach(function(B){e.add(pt(B)||"Component"),js.add(B.type)}),xv=[]);var t=new Set;wv.length>0&&(wv.forEach(function(B){t.add(pt(B)||"Component"),js.add(B.type)}),wv=[]);var a=new Set;Cv.length>0&&(Cv.forEach(function(B){a.add(pt(B)||"Component"),js.add(B.type)}),Cv=[]);var u=new Set;Ev.length>0&&(Ev.forEach(function(B){u.add(pt(B)||"Component"),js.add(B.type)}),Ev=[]);var c=new Set;_v.length>0&&(_v.forEach(function(B){c.add(pt(B)||"Component"),js.add(B.type)}),_v=[]);var v=new Set;if(Tv.length>0&&(Tv.forEach(function(B){v.add(pt(B)||"Component"),js.add(B.type)}),Tv=[]),t.size>0){var y=Vs(t);m(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
63
63
 
64
64
  * Move code with side effects to componentDidMount, and set initial state in the constructor.
65
65
 
66
- Please update the following components: %s`,m)}if(a.size>0){var b=Ts(a);y(`Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
66
+ Please update the following components: %s`,y)}if(u.size>0){var k=Vs(u);m(`Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
67
67
 
68
68
  * Move data fetching code or side effects to componentDidUpdate.
69
69
  * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
70
70
 
71
- Please update the following components: %s`,b)}if(d.size>0){var k=Ts(d);y(`Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
71
+ Please update the following components: %s`,k)}if(v.size>0){var x=Vs(v);m(`Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
72
72
 
73
73
  * Move data fetching code or side effects to componentDidUpdate.
74
74
 
75
- Please update the following components: %s`,k)}if(e.size>0){var _=Ts(e);S(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
75
+ Please update the following components: %s`,x)}if(e.size>0){var M=Vs(e);h(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
76
76
 
77
77
  * Move code with side effects to componentDidMount, and set initial state in the constructor.
78
78
  * Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
79
79
 
80
- Please update the following components: %s`,_)}if(i.size>0){var C=Ts(i);S(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
80
+ Please update the following components: %s`,M)}if(a.size>0){var N=Vs(a);h(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
81
81
 
82
82
  * Move data fetching code or side effects to componentDidUpdate.
83
83
  * If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
84
84
  * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
85
85
 
86
- Please update the following components: %s`,C)}if(u.size>0){var z=Ts(u);S(`componentWillUpdate has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
86
+ Please update the following components: %s`,N)}if(c.size>0){var I=Vs(c);h(`componentWillUpdate has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
87
87
 
88
88
  * Move data fetching code or side effects to componentDidUpdate.
89
89
  * Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
90
90
 
91
- Please update the following components: %s`,z)}};var ay=new Map,VE=new Set;Ea.recordLegacyContextWarning=function(e,t){var i=QO(e);if(i===null){y("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue.");return}if(!VE.has(e.type)){var a=ay.get(i);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(a===void 0&&(a=[],ay.set(i,a)),a.push(e))}},Ea.flushLegacyContextWarning=function(){ay.forEach(function(e,t){if(e.length!==0){var i=e[0],a=new Set;e.forEach(function(d){a.add(dt(d)||"Component"),VE.add(d.type)});var u=Ts(a);try{At(i),y(`Legacy context API has been detected within a strict-mode tree.
91
+ Please update the following components: %s`,I)}};var ny=new Map,qT=new Set;za.recordLegacyContextWarning=function(e,t){var a=jL(e);if(a===null){m("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue.");return}if(!qT.has(e.type)){var u=ny.get(a);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(u===void 0&&(u=[],ny.set(a,u)),u.push(e))}},za.flushLegacyContextWarning=function(){ny.forEach(function(e,t){if(e.length!==0){var a=e[0],u=new Set;e.forEach(function(v){u.add(pt(v)||"Component"),qT.add(v.type)});var c=Vs(u);try{Ut(a),m(`Legacy context API has been detected within a strict-mode tree.
92
92
 
93
93
  The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
94
94
 
95
95
  Please update the following components: %s
96
96
 
97
- Learn more about this warning here: https://reactjs.org/link/legacy-context`,u)}finally{Rn()}}})},Ea.discardPendingWarnings=function(){Vp=[],jp=[],Bp=[],Ip=[],Yp=[],Wp=[],ay=new Map}}function wa(e,t){if(e&&e.defaultProps){var i=gt({},t),a=e.defaultProps;for(var u in a)i[u]===void 0&&(i[u]=a[u]);return i}return t}var ek=ru(null),tk;tk={};var oy=null,Ef=null,nk=null,ly=!1;function uy(){oy=null,Ef=null,nk=null,ly=!1}function jE(){ly=!0}function BE(){ly=!1}function IE(e,t,i){zr(ek,t._currentValue,e),t._currentValue=i,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==tk&&y("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=tk}function rk(e,t){var i=ek.current;Ar(ek,t),e._currentValue=i}function ik(e,t,i){for(var a=e;a!==null;){var u=a.alternate;if(Vo(a.childLanes,t)?u!==null&&!Vo(u.childLanes,t)&&(u.childLanes=vt(u.childLanes,t)):(a.childLanes=vt(a.childLanes,t),u!==null&&(u.childLanes=vt(u.childLanes,t))),a===i)break;a=a.return}a!==i&&y("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function KO(e,t,i){XO(e,t,i)}function XO(e,t,i){var a=e.child;for(a!==null&&(a.return=e);a!==null;){var u=void 0,d=a.dependencies;if(d!==null){u=a.child;for(var m=d.firstContext;m!==null;){if(m.context===t){if(a.tag===R){var b=Nn(i),k=rl(Wt,b);k.tag=cy;var _=a.updateQueue;if(_!==null){var C=_.shared,z=C.pending;z===null?k.next=k:(k.next=z.next,z.next=k),C.pending=k}}a.lanes=vt(a.lanes,i);var $=a.alternate;$!==null&&($.lanes=vt($.lanes,i)),ik(a.return,i,e),d.lanes=vt(d.lanes,i);break}m=m.next}}else if(a.tag===_e)u=a.type===e.type?null:a.child;else if(a.tag===Se){var K=a.return;if(K===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");K.lanes=vt(K.lanes,i);var X=K.alternate;X!==null&&(X.lanes=vt(X.lanes,i)),ik(K,i,e),u=a.sibling}else u=a.child;if(u!==null)u.return=a;else for(u=a;u!==null;){if(u===e){u=null;break}var re=u.sibling;if(re!==null){re.return=u.return,u=re;break}u=u.return}a=u}}function wf(e,t){oy=e,Ef=null,nk=null;var i=e.dependencies;if(i!==null){var a=i.firstContext;a!==null&&(Pr(i.lanes,t)&&ov(),i.firstContext=null)}}function Bn(e){ly&&y("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");var t=e._currentValue;if(nk!==e){var i={context:e,memoizedValue:t,next:null};if(Ef===null){if(oy===null)throw new Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");Ef=i,oy.dependencies={lanes:oe,firstContext:i}}else Ef=Ef.next=i}return t}var Ds=null;function ak(e){Ds===null?Ds=[e]:Ds.push(e)}function JO(){if(Ds!==null){for(var e=0;e<Ds.length;e++){var t=Ds[e],i=t.interleaved;if(i!==null){t.interleaved=null;var a=i.next,u=t.pending;if(u!==null){var d=u.next;u.next=a,i.next=d}t.pending=i}}Ds=null}}function YE(e,t,i,a){var u=t.interleaved;return u===null?(i.next=i,ak(t)):(i.next=u.next,u.next=i),t.interleaved=i,sy(e,a)}function ZO(e,t,i,a){var u=t.interleaved;u===null?(i.next=i,ak(t)):(i.next=u.next,u.next=i),t.interleaved=i}function GO(e,t,i,a){var u=t.interleaved;return u===null?(i.next=i,ak(t)):(i.next=u.next,u.next=i),t.interleaved=i,sy(e,a)}function bi(e,t){return sy(e,t)}var qO=sy;function sy(e,t){e.lanes=vt(e.lanes,t);var i=e.alternate;i!==null&&(i.lanes=vt(i.lanes,t)),i===null&&(e.flags&(Xt|si))!==Ze&&WT(e);for(var a=e,u=e.return;u!==null;)u.childLanes=vt(u.childLanes,t),i=u.alternate,i!==null?i.childLanes=vt(i.childLanes,t):(u.flags&(Xt|si))!==Ze&&WT(e),a=u,u=u.return;if(a.tag===D){var d=a.stateNode;return d}else return null}var WE=0,QE=1,cy=2,ok=3,fy=!1,lk,dy;lk=!1,dy=null;function uk(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:oe},effects:null};e.updateQueue=t}function KE(e,t){var i=t.updateQueue,a=e.updateQueue;if(i===a){var u={baseState:a.baseState,firstBaseUpdate:a.firstBaseUpdate,lastBaseUpdate:a.lastBaseUpdate,shared:a.shared,effects:a.effects};t.updateQueue=u}}function rl(e,t){var i={eventTime:e,lane:t,tag:WE,payload:null,callback:null,next:null};return i}function lu(e,t,i){var a=e.updateQueue;if(a===null)return null;var u=a.shared;if(dy===u&&!lk&&(y("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."),lk=!0),qM()){var d=u.pending;return d===null?t.next=t:(t.next=d.next,d.next=t),u.pending=t,qO(e,i)}else return GO(e,u,t,i)}function py(e,t,i){var a=t.updateQueue;if(a!==null){var u=a.shared;if(np(i)){var d=u.lanes;d=ip(d,e.pendingLanes);var m=vt(d,i);u.lanes=m,Vl(e,m)}}}function sk(e,t){var i=e.updateQueue,a=e.alternate;if(a!==null){var u=a.updateQueue;if(i===u){var d=null,m=null,b=i.firstBaseUpdate;if(b!==null){var k=b;do{var _={eventTime:k.eventTime,lane:k.lane,tag:k.tag,payload:k.payload,callback:k.callback,next:null};m===null?d=m=_:(m.next=_,m=_),k=k.next}while(k!==null);m===null?d=m=t:(m.next=t,m=t)}else d=m=t;i={baseState:u.baseState,firstBaseUpdate:d,lastBaseUpdate:m,shared:u.shared,effects:u.effects},e.updateQueue=i;return}}var C=i.lastBaseUpdate;C===null?i.firstBaseUpdate=t:C.next=t,i.lastBaseUpdate=t}function eL(e,t,i,a,u,d){switch(i.tag){case QE:{var m=i.payload;if(typeof m=="function"){jE();var b=m.call(d,a,u);{if(e.mode&an){Dn(!0);try{m.call(d,a,u)}finally{Dn(!1)}}BE()}return b}return m}case ok:e.flags=e.flags&~Fn|ot;case WE:{var k=i.payload,_;if(typeof k=="function"){jE(),_=k.call(d,a,u);{if(e.mode&an){Dn(!0);try{k.call(d,a,u)}finally{Dn(!1)}}BE()}}else _=k;return _==null?a:gt({},a,_)}case cy:return fy=!0,a}return a}function vy(e,t,i,a){var u=e.updateQueue;fy=!1,dy=u.shared;var d=u.firstBaseUpdate,m=u.lastBaseUpdate,b=u.shared.pending;if(b!==null){u.shared.pending=null;var k=b,_=k.next;k.next=null,m===null?d=_:m.next=_,m=k;var C=e.alternate;if(C!==null){var z=C.updateQueue,$=z.lastBaseUpdate;$!==m&&($===null?z.firstBaseUpdate=_:$.next=_,z.lastBaseUpdate=k)}}if(d!==null){var K=u.baseState,X=oe,re=null,Pe=null,Ge=null,Ye=d;do{var Et=Ye.lane,kt=Ye.eventTime;if(Vo(a,Et)){if(Ge!==null){var ie={eventTime:kt,lane:_t,tag:Ye.tag,payload:Ye.payload,callback:Ye.callback,next:null};Ge=Ge.next=ie}K=eL(e,u,Ye,K,t,i);var I=Ye.callback;if(I!==null&&Ye.lane!==_t){e.flags|=Bi;var ge=u.effects;ge===null?u.effects=[Ye]:ge.push(Ye)}}else{var B={eventTime:kt,lane:Et,tag:Ye.tag,payload:Ye.payload,callback:Ye.callback,next:null};Ge===null?(Pe=Ge=B,re=K):Ge=Ge.next=B,X=vt(X,Et)}if(Ye=Ye.next,Ye===null){if(b=u.shared.pending,b===null)break;var Ae=b,Oe=Ae.next;Ae.next=null,Ye=Oe,u.lastBaseUpdate=Ae,u.shared.pending=null}}while(!0);Ge===null&&(re=K),u.baseState=re,u.firstBaseUpdate=Pe,u.lastBaseUpdate=Ge;var at=u.shared.interleaved;if(at!==null){var ft=at;do X=vt(X,ft.lane),ft=ft.next;while(ft!==at)}else d===null&&(u.shared.lanes=oe);gv(X),e.lanes=X,e.memoizedState=K}dy=null}function tL(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function XE(){fy=!1}function my(){return fy}function JE(e,t,i){var a=t.effects;if(t.effects=null,a!==null)for(var u=0;u<a.length;u++){var d=a[u],m=d.callback;m!==null&&(d.callback=null,tL(m,i))}}var ck={},ZE=new l.Component().refs,fk,dk,pk,vk,mk,GE,hy,hk,yk,gk;{fk=new Set,dk=new Set,pk=new Set,vk=new Set,hk=new Set,mk=new Set,yk=new Set,gk=new Set;var qE=new Set;hy=function(e,t){if(!(e===null||typeof e=="function")){var i=t+"_"+e;qE.has(i)||(qE.add(i),y("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},GE=function(e,t){if(t===void 0){var i=It(e)||"Component";mk.has(i)||(mk.add(i),y("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",i))}},Object.defineProperty(ck,"_processChildContext",{enumerable:!1,value:function(){throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(ck)}function bk(e,t,i,a){var u=e.memoizedState,d=i(a,u);{if(e.mode&an){Dn(!0);try{d=i(a,u)}finally{Dn(!1)}}GE(t,d)}var m=d==null?u:gt({},u,d);if(e.memoizedState=m,e.lanes===oe){var b=e.updateQueue;b.baseState=m}}var kk={isMounted:Ir,enqueueSetState:function(e,t,i){var a=li(e),u=Jr(),d=mu(a),m=rl(u,d);m.payload=t,i!=null&&(hy(i,"setState"),m.callback=i);var b=lu(a,m,d);b!==null&&(er(b,a,d,u),py(b,a,d)),Ja(a,d)},enqueueReplaceState:function(e,t,i){var a=li(e),u=Jr(),d=mu(a),m=rl(u,d);m.tag=QE,m.payload=t,i!=null&&(hy(i,"replaceState"),m.callback=i);var b=lu(a,m,d);b!==null&&(er(b,a,d,u),py(b,a,d)),Ja(a,d)},enqueueForceUpdate:function(e,t){var i=li(e),a=Jr(),u=mu(i),d=rl(a,u);d.tag=cy,t!=null&&(hy(t,"forceUpdate"),d.callback=t);var m=lu(i,d,u);m!==null&&(er(m,i,u,a),py(m,i,u)),Gd(i,u)}};function ew(e,t,i,a,u,d,m){var b=e.stateNode;if(typeof b.shouldComponentUpdate=="function"){var k=b.shouldComponentUpdate(a,d,m);{if(e.mode&an){Dn(!0);try{k=b.shouldComponentUpdate(a,d,m)}finally{Dn(!1)}}k===void 0&&y("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",It(t)||"Component")}return k}return t.prototype&&t.prototype.isPureReactComponent?!Xe(i,a)||!Xe(u,d):!0}function nL(e,t,i){var a=e.stateNode;{var u=It(t)||"Component",d=a.render;d||(t.prototype&&typeof t.prototype.render=="function"?y("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",u):y("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",u)),a.getInitialState&&!a.getInitialState.isReactClassApproved&&!a.state&&y("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",u),a.getDefaultProps&&!a.getDefaultProps.isReactClassApproved&&y("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",u),a.propTypes&&y("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",u),a.contextType&&y("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",u),a.contextTypes&&y("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",u),t.contextType&&t.contextTypes&&!yk.has(t)&&(yk.add(t),y("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",u)),typeof a.componentShouldUpdate=="function"&&y("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",u),t.prototype&&t.prototype.isPureReactComponent&&typeof a.shouldComponentUpdate<"u"&&y("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",It(t)||"A pure component"),typeof a.componentDidUnmount=="function"&&y("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",u),typeof a.componentDidReceiveProps=="function"&&y("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",u),typeof a.componentWillRecieveProps=="function"&&y("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",u),typeof a.UNSAFE_componentWillRecieveProps=="function"&&y("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",u);var m=a.props!==i;a.props!==void 0&&m&&y("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",u,u),a.defaultProps&&y("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",u,u),typeof a.getSnapshotBeforeUpdate=="function"&&typeof a.componentDidUpdate!="function"&&!pk.has(t)&&(pk.add(t),y("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",It(t))),typeof a.getDerivedStateFromProps=="function"&&y("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",u),typeof a.getDerivedStateFromError=="function"&&y("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",u),typeof t.getSnapshotBeforeUpdate=="function"&&y("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",u);var b=a.state;b&&(typeof b!="object"||An(b))&&y("%s.state: must be set to an object or null",u),typeof a.getChildContext=="function"&&typeof t.childContextTypes!="object"&&y("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",u)}}function tw(e,t){t.updater=kk,e.stateNode=t,Ol(t,e),t._reactInternalInstance=ck}function nw(e,t,i){var a=!1,u=$i,d=$i,m=t.contextType;if("contextType"in t){var b=m===null||m!==void 0&&m.$$typeof===od&&m._context===void 0;if(!b&&!gk.has(t)){gk.add(t);var k="";m===void 0?k=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof m!="object"?k=" However, it is set to a "+typeof m+".":m.$$typeof===ad?k=" Did you accidentally pass the Context.Provider instead?":m._context!==void 0?k=" Did you accidentally pass the Context.Consumer instead?":k=" However, it is set to an object with keys {"+Object.keys(m).join(", ")+"}.",y("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",It(t)||"Component",k)}}if(typeof m=="object"&&m!==null)d=Bn(m);else{u=kf(e,t,!0);var _=t.contextTypes;a=_!=null,d=a?Sf(e,u):$i}var C=new t(i,d);if(e.mode&an){Dn(!0);try{C=new t(i,d)}finally{Dn(!1)}}var z=e.memoizedState=C.state!==null&&C.state!==void 0?C.state:null;tw(e,C);{if(typeof t.getDerivedStateFromProps=="function"&&z===null){var $=It(t)||"Component";dk.has($)||(dk.add($),y("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",$,C.state===null?"null":"undefined",$))}if(typeof t.getDerivedStateFromProps=="function"||typeof C.getSnapshotBeforeUpdate=="function"){var K=null,X=null,re=null;if(typeof C.componentWillMount=="function"&&C.componentWillMount.__suppressDeprecationWarning!==!0?K="componentWillMount":typeof C.UNSAFE_componentWillMount=="function"&&(K="UNSAFE_componentWillMount"),typeof C.componentWillReceiveProps=="function"&&C.componentWillReceiveProps.__suppressDeprecationWarning!==!0?X="componentWillReceiveProps":typeof C.UNSAFE_componentWillReceiveProps=="function"&&(X="UNSAFE_componentWillReceiveProps"),typeof C.componentWillUpdate=="function"&&C.componentWillUpdate.__suppressDeprecationWarning!==!0?re="componentWillUpdate":typeof C.UNSAFE_componentWillUpdate=="function"&&(re="UNSAFE_componentWillUpdate"),K!==null||X!==null||re!==null){var Pe=It(t)||"Component",Ge=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";vk.has(Pe)||(vk.add(Pe),y(`Unsafe legacy lifecycles will not be called for components using new component APIs.
97
+ Learn more about this warning here: https://reactjs.org/link/legacy-context`,c)}finally{Nn()}}})},za.discardPendingWarnings=function(){xv=[],wv=[],Cv=[],Ev=[],_v=[],Tv=[],ny=new Map}}function Ua(e,t){if(e&&e.defaultProps){var a=bt({},t),u=e.defaultProps;for(var c in u)a[c]===void 0&&(a[c]=u[c]);return a}return t}var pS=bu(null),vS;vS={};var ry=null,Qf=null,mS=null,iy=!1;function ay(){ry=null,Qf=null,mS=null,iy=!1}function e3(){iy=!0}function t3(){iy=!1}function n3(e,t,a){jr(pS,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==vS&&m("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=vS}function hS(e,t){var a=pS.current;Vr(pS,t),e._currentValue=a}function gS(e,t,a){for(var u=e;u!==null;){var c=u.alternate;if(rl(u.childLanes,t)?c!==null&&!rl(c.childLanes,t)&&(c.childLanes=mt(c.childLanes,t)):(u.childLanes=mt(u.childLanes,t),c!==null&&(c.childLanes=mt(c.childLanes,t))),u===a)break;u=u.return}u!==a&&m("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function KL(e,t,a){WL(e,t,a)}function WL(e,t,a){var u=e.child;for(u!==null&&(u.return=e);u!==null;){var c=void 0,v=u.dependencies;if(v!==null){c=u.child;for(var y=v.firstContext;y!==null;){if(y.context===t){if(u.tag===C){var k=Ln(a),x=bl(Qt,k);x.tag=ly;var M=u.updateQueue;if(M!==null){var N=M.shared,I=N.pending;I===null?x.next=x:(x.next=I.next,I.next=x),N.pending=x}}u.lanes=mt(u.lanes,a);var B=u.alternate;B!==null&&(B.lanes=mt(B.lanes,a)),gS(u.return,a,e),v.lanes=mt(v.lanes,a);break}y=y.next}}else if(u.tag===le)c=u.type===e.type?null:u.child;else if(u.tag===J){var te=u.return;if(te===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");te.lanes=mt(te.lanes,a);var ne=te.alternate;ne!==null&&(ne.lanes=mt(ne.lanes,a)),gS(te,a,e),c=u.sibling}else c=u.child;if(c!==null)c.return=u;else for(c=u;c!==null;){if(c===e){c=null;break}var ue=c.sibling;if(ue!==null){ue.return=c.return,c=ue;break}c=c.return}u=c}}function Xf(e,t){ry=e,Qf=null,mS=null;var a=e.dependencies;if(a!==null){var u=a.firstContext;u!==null&&(Ir(a.lanes,t)&&Hv(),a.firstContext=null)}}function Xn(e){iy&&m("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");var t=e._currentValue;if(mS!==e){var a={context:e,memoizedValue:t,next:null};if(Qf===null){if(ry===null)throw new Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");Qf=a,ry.dependencies={lanes:ce,firstContext:a}}else Qf=Qf.next=a}return t}var Ks=null;function yS(e){Ks===null?Ks=[e]:Ks.push(e)}function YL(){if(Ks!==null){for(var e=0;e<Ks.length;e++){var t=Ks[e],a=t.interleaved;if(a!==null){t.interleaved=null;var u=a.next,c=t.pending;if(c!==null){var v=c.next;c.next=u,a.next=v}t.pending=a}}Ks=null}}function r3(e,t,a,u){var c=t.interleaved;return c===null?(a.next=a,yS(t)):(a.next=c.next,c.next=a),t.interleaved=a,oy(e,u)}function QL(e,t,a,u){var c=t.interleaved;c===null?(a.next=a,yS(t)):(a.next=c.next,c.next=a),t.interleaved=a}function XL(e,t,a,u){var c=t.interleaved;return c===null?(a.next=a,yS(t)):(a.next=c.next,c.next=a),t.interleaved=a,oy(e,u)}function Di(e,t){return oy(e,t)}var ZL=oy;function oy(e,t){e.lanes=mt(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=mt(a.lanes,t)),a===null&&(e.flags&(Zt|yi))!==tt&&iD(e);for(var u=e,c=e.return;c!==null;)c.childLanes=mt(c.childLanes,t),a=c.alternate,a!==null?a.childLanes=mt(a.childLanes,t):(c.flags&(Zt|yi))!==tt&&iD(e),u=c,c=c.return;if(u.tag===T){var v=u.stateNode;return v}else return null}var i3=0,a3=1,ly=2,bS=3,uy=!1,SS,sy;SS=!1,sy=null;function kS(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:ce},effects:null};e.updateQueue=t}function o3(e,t){var a=t.updateQueue,u=e.updateQueue;if(a===u){var c={baseState:u.baseState,firstBaseUpdate:u.firstBaseUpdate,lastBaseUpdate:u.lastBaseUpdate,shared:u.shared,effects:u.effects};t.updateQueue=c}}function bl(e,t){var a={eventTime:e,lane:t,tag:i3,payload:null,callback:null,next:null};return a}function wu(e,t,a){var u=e.updateQueue;if(u===null)return null;var c=u.shared;if(sy===c&&!SS&&(m("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."),SS=!0),ZA()){var v=c.pending;return v===null?t.next=t:(t.next=v.next,v.next=t),c.pending=t,ZL(e,a)}else return XL(e,c,t,a)}function cy(e,t,a){var u=t.updateQueue;if(u!==null){var c=u.shared;if(Fp(a)){var v=c.lanes;v=Up(v,e.pendingLanes);var y=mt(v,a);c.lanes=y,ru(e,y)}}}function xS(e,t){var a=e.updateQueue,u=e.alternate;if(u!==null){var c=u.updateQueue;if(a===c){var v=null,y=null,k=a.firstBaseUpdate;if(k!==null){var x=k;do{var M={eventTime:x.eventTime,lane:x.lane,tag:x.tag,payload:x.payload,callback:x.callback,next:null};y===null?v=y=M:(y.next=M,y=M),x=x.next}while(x!==null);y===null?v=y=t:(y.next=t,y=t)}else v=y=t;a={baseState:c.baseState,firstBaseUpdate:v,lastBaseUpdate:y,shared:c.shared,effects:c.effects},e.updateQueue=a;return}}var N=a.lastBaseUpdate;N===null?a.firstBaseUpdate=t:N.next=t,a.lastBaseUpdate=t}function JL(e,t,a,u,c,v){switch(a.tag){case a3:{var y=a.payload;if(typeof y=="function"){e3();var k=y.call(v,u,c);{if(e.mode&un){$n(!0);try{y.call(v,u,c)}finally{$n(!1)}}t3()}return k}return y}case bS:e.flags=e.flags&~jn|st;case i3:{var x=a.payload,M;if(typeof x=="function"){e3(),M=x.call(v,u,c);{if(e.mode&un){$n(!0);try{x.call(v,u,c)}finally{$n(!1)}}t3()}}else M=x;return M==null?u:bt({},u,M)}case ly:return uy=!0,u}return u}function fy(e,t,a,u){var c=e.updateQueue;uy=!1,sy=c.shared;var v=c.firstBaseUpdate,y=c.lastBaseUpdate,k=c.shared.pending;if(k!==null){c.shared.pending=null;var x=k,M=x.next;x.next=null,y===null?v=M:y.next=M,y=x;var N=e.alternate;if(N!==null){var I=N.updateQueue,B=I.lastBaseUpdate;B!==y&&(B===null?I.firstBaseUpdate=M:B.next=M,I.lastBaseUpdate=x)}}if(v!==null){var te=c.baseState,ne=ce,ue=null,ze=null,nt=null,Qe=v;do{var _t=Qe.lane,kt=Qe.eventTime;if(rl(u,_t)){if(nt!==null){var se={eventTime:kt,lane:Ct,tag:Qe.tag,payload:Qe.payload,callback:Qe.callback,next:null};nt=nt.next=se}te=JL(e,c,Qe,te,t,a);var Z=Qe.callback;if(Z!==null&&Qe.lane!==Ct){e.flags|=ta;var we=c.effects;we===null?c.effects=[Qe]:we.push(Qe)}}else{var X={eventTime:kt,lane:_t,tag:Qe.tag,payload:Qe.payload,callback:Qe.callback,next:null};nt===null?(ze=nt=X,ue=te):nt=nt.next=X,ne=mt(ne,_t)}if(Qe=Qe.next,Qe===null){if(k=c.shared.pending,k===null)break;var Ue=k,Oe=Ue.next;Ue.next=null,Qe=Oe,c.lastBaseUpdate=Ue,c.shared.pending=null}}while(!0);nt===null&&(ue=te),c.baseState=ue,c.firstBaseUpdate=ze,c.lastBaseUpdate=nt;var ut=c.shared.interleaved;if(ut!==null){var dt=ut;do ne=mt(ne,dt.lane),dt=dt.next;while(dt!==ut)}else v===null&&(c.shared.lanes=ce);qv(ne),e.lanes=ne,e.memoizedState=te}sy=null}function GL(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function l3(){uy=!1}function dy(){return uy}function u3(e,t,a){var u=t.effects;if(t.effects=null,u!==null)for(var c=0;c<u.length;c++){var v=u[c],y=v.callback;y!==null&&(v.callback=null,GL(y,a))}}var wS={},s3=new o.Component().refs,CS,ES,_S,TS,DS,c3,py,RS,PS,MS;{CS=new Set,ES=new Set,_S=new Set,TS=new Set,RS=new Set,DS=new Set,PS=new Set,MS=new Set;var f3=new Set;py=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;f3.has(a)||(f3.add(a),m("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},c3=function(e,t){if(t===void 0){var a=Wt(e)||"Component";DS.has(a)||(DS.add(a),m("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(wS,"_processChildContext",{enumerable:!1,value:function(){throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(wS)}function NS(e,t,a,u){var c=e.memoizedState,v=a(u,c);{if(e.mode&un){$n(!0);try{v=a(u,c)}finally{$n(!1)}}c3(t,v)}var y=v==null?c:bt({},c,v);if(e.memoizedState=y,e.lanes===ce){var k=e.updateQueue;k.baseState=y}}var $S={isMounted:Jr,enqueueSetState:function(e,t,a){var u=hi(e),c=ri(),v=Mu(u),y=bl(c,v);y.payload=t,a!=null&&(py(a,"setState"),y.callback=a);var k=wu(u,y,v);k!==null&&(or(k,u,v,c),cy(k,u,v)),uo(u,v)},enqueueReplaceState:function(e,t,a){var u=hi(e),c=ri(),v=Mu(u),y=bl(c,v);y.tag=a3,y.payload=t,a!=null&&(py(a,"replaceState"),y.callback=a);var k=wu(u,y,v);k!==null&&(or(k,u,v,c),cy(k,u,v)),uo(u,v)},enqueueForceUpdate:function(e,t){var a=hi(e),u=ri(),c=Mu(a),v=bl(u,c);v.tag=ly,t!=null&&(py(t,"forceUpdate"),v.callback=t);var y=wu(a,v,c);y!==null&&(or(y,a,c,u),cy(y,a,c)),$p(a,c)}};function d3(e,t,a,u,c,v,y){var k=e.stateNode;if(typeof k.shouldComponentUpdate=="function"){var x=k.shouldComponentUpdate(u,v,y);{if(e.mode&un){$n(!0);try{x=k.shouldComponentUpdate(u,v,y)}finally{$n(!1)}}x===void 0&&m("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Wt(t)||"Component")}return x}return t.prototype&&t.prototype.isPureReactComponent?!qe(a,u)||!qe(c,v):!0}function qL(e,t,a){var u=e.stateNode;{var c=Wt(t)||"Component",v=u.render;v||(t.prototype&&typeof t.prototype.render=="function"?m("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",c):m("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",c)),u.getInitialState&&!u.getInitialState.isReactClassApproved&&!u.state&&m("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",c),u.getDefaultProps&&!u.getDefaultProps.isReactClassApproved&&m("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",c),u.propTypes&&m("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",c),u.contextType&&m("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",c),u.contextTypes&&m("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",c),t.contextType&&t.contextTypes&&!PS.has(t)&&(PS.add(t),m("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",c)),typeof u.componentShouldUpdate=="function"&&m("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",c),t.prototype&&t.prototype.isPureReactComponent&&typeof u.shouldComponentUpdate<"u"&&m("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Wt(t)||"A pure component"),typeof u.componentDidUnmount=="function"&&m("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",c),typeof u.componentDidReceiveProps=="function"&&m("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",c),typeof u.componentWillRecieveProps=="function"&&m("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",c),typeof u.UNSAFE_componentWillRecieveProps=="function"&&m("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",c);var y=u.props!==a;u.props!==void 0&&y&&m("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",c,c),u.defaultProps&&m("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",c,c),typeof u.getSnapshotBeforeUpdate=="function"&&typeof u.componentDidUpdate!="function"&&!_S.has(t)&&(_S.add(t),m("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Wt(t))),typeof u.getDerivedStateFromProps=="function"&&m("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",c),typeof u.getDerivedStateFromError=="function"&&m("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",c),typeof t.getSnapshotBeforeUpdate=="function"&&m("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",c);var k=u.state;k&&(typeof k!="object"||In(k))&&m("%s.state: must be set to an object or null",c),typeof u.getChildContext=="function"&&typeof t.childContextTypes!="object"&&m("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",c)}}function p3(e,t){t.updater=$S,e.stateNode=t,Yl(t,e),t._reactInternalInstance=wS}function v3(e,t,a){var u=!1,c=Vi,v=Vi,y=t.contextType;if("contextType"in t){var k=y===null||y!==void 0&&y.$$typeof===Hd&&y._context===void 0;if(!k&&!MS.has(t)){MS.add(t);var x="";y===void 0?x=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof y!="object"?x=" However, it is set to a "+typeof y+".":y.$$typeof===Bd?x=" Did you accidentally pass the Context.Provider instead?":y._context!==void 0?x=" Did you accidentally pass the Context.Consumer instead?":x=" However, it is set to an object with keys {"+Object.keys(y).join(", ")+"}.",m("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Wt(t)||"Component",x)}}if(typeof y=="object"&&y!==null)v=Xn(y);else{c=Vf(e,t,!0);var M=t.contextTypes;u=M!=null,v=u?jf(e,c):Vi}var N=new t(a,v);if(e.mode&un){$n(!0);try{N=new t(a,v)}finally{$n(!1)}}var I=e.memoizedState=N.state!==null&&N.state!==void 0?N.state:null;p3(e,N);{if(typeof t.getDerivedStateFromProps=="function"&&I===null){var B=Wt(t)||"Component";ES.has(B)||(ES.add(B),m("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",B,N.state===null?"null":"undefined",B))}if(typeof t.getDerivedStateFromProps=="function"||typeof N.getSnapshotBeforeUpdate=="function"){var te=null,ne=null,ue=null;if(typeof N.componentWillMount=="function"&&N.componentWillMount.__suppressDeprecationWarning!==!0?te="componentWillMount":typeof N.UNSAFE_componentWillMount=="function"&&(te="UNSAFE_componentWillMount"),typeof N.componentWillReceiveProps=="function"&&N.componentWillReceiveProps.__suppressDeprecationWarning!==!0?ne="componentWillReceiveProps":typeof N.UNSAFE_componentWillReceiveProps=="function"&&(ne="UNSAFE_componentWillReceiveProps"),typeof N.componentWillUpdate=="function"&&N.componentWillUpdate.__suppressDeprecationWarning!==!0?ue="componentWillUpdate":typeof N.UNSAFE_componentWillUpdate=="function"&&(ue="UNSAFE_componentWillUpdate"),te!==null||ne!==null||ue!==null){var ze=Wt(t)||"Component",nt=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";TS.has(ze)||(TS.add(ze),m(`Unsafe legacy lifecycles will not be called for components using new component APIs.
98
98
 
99
99
  %s uses %s but also contains the following legacy lifecycles:%s%s%s
100
100
 
101
101
  The above lifecycles should be removed. Learn more about this warning here:
102
- https://reactjs.org/link/unsafe-component-lifecycles`,Pe,Ge,K!==null?`
103
- `+K:"",X!==null?`
104
- `+X:"",re!==null?`
105
- `+re:""))}}}return a&&wE(e,u,d),C}function rL(e,t){var i=t.state;typeof t.componentWillMount=="function"&&t.componentWillMount(),typeof t.UNSAFE_componentWillMount=="function"&&t.UNSAFE_componentWillMount(),i!==t.state&&(y("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",dt(e)||"Component"),kk.enqueueReplaceState(t,t.state,null))}function rw(e,t,i,a){var u=t.state;if(typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(i,a),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(i,a),t.state!==u){{var d=dt(e)||"Component";fk.has(d)||(fk.add(d),y("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",d))}kk.enqueueReplaceState(t,t.state,null)}}function Sk(e,t,i,a){nL(e,t,i);var u=e.stateNode;u.props=i,u.state=e.memoizedState,u.refs=ZE,uk(e);var d=t.contextType;if(typeof d=="object"&&d!==null)u.context=Bn(d);else{var m=kf(e,t,!0);u.context=Sf(e,m)}{if(u.state===i){var b=It(t)||"Component";hk.has(b)||(hk.add(b),y("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",b))}e.mode&an&&Ea.recordLegacyContextWarning(e,u),Ea.recordUnsafeLifecycleWarnings(e,u)}u.state=e.memoizedState;var k=t.getDerivedStateFromProps;if(typeof k=="function"&&(bk(e,t,k,i),u.state=e.memoizedState),typeof t.getDerivedStateFromProps!="function"&&typeof u.getSnapshotBeforeUpdate!="function"&&(typeof u.UNSAFE_componentWillMount=="function"||typeof u.componentWillMount=="function")&&(rL(e,u),vy(e,i,u,a),u.state=e.memoizedState),typeof u.componentDidMount=="function"){var _=pt;_|=Dr,(e.mode&di)!==et&&(_|=Nr),e.flags|=_}}function iL(e,t,i,a){var u=e.stateNode,d=e.memoizedProps;u.props=d;var m=u.context,b=t.contextType,k=$i;if(typeof b=="object"&&b!==null)k=Bn(b);else{var _=kf(e,t,!0);k=Sf(e,_)}var C=t.getDerivedStateFromProps,z=typeof C=="function"||typeof u.getSnapshotBeforeUpdate=="function";!z&&(typeof u.UNSAFE_componentWillReceiveProps=="function"||typeof u.componentWillReceiveProps=="function")&&(d!==i||m!==k)&&rw(e,u,i,k),XE();var $=e.memoizedState,K=u.state=$;if(vy(e,i,u,a),K=e.memoizedState,d===i&&$===K&&!Zh()&&!my()){if(typeof u.componentDidMount=="function"){var X=pt;X|=Dr,(e.mode&di)!==et&&(X|=Nr),e.flags|=X}return!1}typeof C=="function"&&(bk(e,t,C,i),K=e.memoizedState);var re=my()||ew(e,t,d,i,$,K,k);if(re){if(!z&&(typeof u.UNSAFE_componentWillMount=="function"||typeof u.componentWillMount=="function")&&(typeof u.componentWillMount=="function"&&u.componentWillMount(),typeof u.UNSAFE_componentWillMount=="function"&&u.UNSAFE_componentWillMount()),typeof u.componentDidMount=="function"){var Pe=pt;Pe|=Dr,(e.mode&di)!==et&&(Pe|=Nr),e.flags|=Pe}}else{if(typeof u.componentDidMount=="function"){var Ge=pt;Ge|=Dr,(e.mode&di)!==et&&(Ge|=Nr),e.flags|=Ge}e.memoizedProps=i,e.memoizedState=K}return u.props=i,u.state=K,u.context=k,re}function aL(e,t,i,a,u){var d=t.stateNode;KE(e,t);var m=t.memoizedProps,b=t.type===t.elementType?m:wa(t.type,m);d.props=b;var k=t.pendingProps,_=d.context,C=i.contextType,z=$i;if(typeof C=="object"&&C!==null)z=Bn(C);else{var $=kf(t,i,!0);z=Sf(t,$)}var K=i.getDerivedStateFromProps,X=typeof K=="function"||typeof d.getSnapshotBeforeUpdate=="function";!X&&(typeof d.UNSAFE_componentWillReceiveProps=="function"||typeof d.componentWillReceiveProps=="function")&&(m!==k||_!==z)&&rw(t,d,a,z),XE();var re=t.memoizedState,Pe=d.state=re;if(vy(t,a,d,u),Pe=t.memoizedState,m===k&&re===Pe&&!Zh()&&!my()&&!G)return typeof d.componentDidUpdate=="function"&&(m!==e.memoizedProps||re!==e.memoizedState)&&(t.flags|=pt),typeof d.getSnapshotBeforeUpdate=="function"&&(m!==e.memoizedProps||re!==e.memoizedState)&&(t.flags|=ui),!1;typeof K=="function"&&(bk(t,i,K,a),Pe=t.memoizedState);var Ge=my()||ew(t,i,b,a,re,Pe,z)||G;return Ge?(!X&&(typeof d.UNSAFE_componentWillUpdate=="function"||typeof d.componentWillUpdate=="function")&&(typeof d.componentWillUpdate=="function"&&d.componentWillUpdate(a,Pe,z),typeof d.UNSAFE_componentWillUpdate=="function"&&d.UNSAFE_componentWillUpdate(a,Pe,z)),typeof d.componentDidUpdate=="function"&&(t.flags|=pt),typeof d.getSnapshotBeforeUpdate=="function"&&(t.flags|=ui)):(typeof d.componentDidUpdate=="function"&&(m!==e.memoizedProps||re!==e.memoizedState)&&(t.flags|=pt),typeof d.getSnapshotBeforeUpdate=="function"&&(m!==e.memoizedProps||re!==e.memoizedState)&&(t.flags|=ui),t.memoizedProps=a,t.memoizedState=Pe),d.props=a,d.state=Pe,d.context=z,Ge}var xk,_k,Ck,Ek,wk,iw=function(e,t){};xk=!1,_k=!1,Ck={},Ek={},wk={},iw=function(e,t){if(!(e===null||typeof e!="object")&&!(!e._store||e._store.validated||e.key!=null)){if(typeof e._store!="object")throw new Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");e._store.validated=!0;var i=dt(t)||"Component";Ek[i]||(Ek[i]=!0,y('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}};function Qp(e,t,i){var a=i.ref;if(a!==null&&typeof a!="function"&&typeof a!="object"){if((e.mode&an||de)&&!(i._owner&&i._self&&i._owner.stateNode!==i._self)){var u=dt(e)||"Component";Ck[u]||(y('A string ref, "%s", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',a),Ck[u]=!0)}if(i._owner){var d=i._owner,m;if(d){var b=d;if(b.tag!==R)throw new Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref");m=b.stateNode}if(!m)throw new Error("Missing owner for string ref "+a+". This error is likely caused by a bug in React. Please file an issue.");var k=m;jt(a,"ref");var _=""+a;if(t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===_)return t.ref;var C=function(z){var $=k.refs;$===ZE&&($=k.refs={}),z===null?delete $[_]:$[_]=z};return C._stringRef=_,C}else{if(typeof a!="string")throw new Error("Expected ref to be a function, a string, an object returned by React.createRef(), or null.");if(!i._owner)throw new Error("Element ref was specified as a string ("+a+`) but no owner was set. This could happen for one of the following reasons:
102
+ https://reactjs.org/link/unsafe-component-lifecycles`,ze,nt,te!==null?`
103
+ `+te:"",ne!==null?`
104
+ `+ne:"",ue!==null?`
105
+ `+ue:""))}}}return u&&zT(e,c,v),N}function eO(e,t){var a=t.state;typeof t.componentWillMount=="function"&&t.componentWillMount(),typeof t.UNSAFE_componentWillMount=="function"&&t.UNSAFE_componentWillMount(),a!==t.state&&(m("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",pt(e)||"Component"),$S.enqueueReplaceState(t,t.state,null))}function m3(e,t,a,u){var c=t.state;if(typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,u),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,u),t.state!==c){{var v=pt(e)||"Component";CS.has(v)||(CS.add(v),m("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",v))}$S.enqueueReplaceState(t,t.state,null)}}function LS(e,t,a,u){qL(e,t,a);var c=e.stateNode;c.props=a,c.state=e.memoizedState,c.refs=s3,kS(e);var v=t.contextType;if(typeof v=="object"&&v!==null)c.context=Xn(v);else{var y=Vf(e,t,!0);c.context=jf(e,y)}{if(c.state===a){var k=Wt(t)||"Component";RS.has(k)||(RS.add(k),m("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",k))}e.mode&un&&za.recordLegacyContextWarning(e,c),za.recordUnsafeLifecycleWarnings(e,c)}c.state=e.memoizedState;var x=t.getDerivedStateFromProps;if(typeof x=="function"&&(NS(e,t,x,a),c.state=e.memoizedState),typeof t.getDerivedStateFromProps!="function"&&typeof c.getSnapshotBeforeUpdate!="function"&&(typeof c.UNSAFE_componentWillMount=="function"||typeof c.componentWillMount=="function")&&(eO(e,c),fy(e,a,c,u),c.state=e.memoizedState),typeof c.componentDidMount=="function"){var M=vt;M|=Ar,(e.mode&ki)!==it&&(M|=Fr),e.flags|=M}}function tO(e,t,a,u){var c=e.stateNode,v=e.memoizedProps;c.props=v;var y=c.context,k=t.contextType,x=Vi;if(typeof k=="object"&&k!==null)x=Xn(k);else{var M=Vf(e,t,!0);x=jf(e,M)}var N=t.getDerivedStateFromProps,I=typeof N=="function"||typeof c.getSnapshotBeforeUpdate=="function";!I&&(typeof c.UNSAFE_componentWillReceiveProps=="function"||typeof c.componentWillReceiveProps=="function")&&(v!==a||y!==x)&&m3(e,c,a,x),l3();var B=e.memoizedState,te=c.state=B;if(fy(e,a,c,u),te=e.memoizedState,v===a&&B===te&&!Qg()&&!dy()){if(typeof c.componentDidMount=="function"){var ne=vt;ne|=Ar,(e.mode&ki)!==it&&(ne|=Fr),e.flags|=ne}return!1}typeof N=="function"&&(NS(e,t,N,a),te=e.memoizedState);var ue=dy()||d3(e,t,v,a,B,te,x);if(ue){if(!I&&(typeof c.UNSAFE_componentWillMount=="function"||typeof c.componentWillMount=="function")&&(typeof c.componentWillMount=="function"&&c.componentWillMount(),typeof c.UNSAFE_componentWillMount=="function"&&c.UNSAFE_componentWillMount()),typeof c.componentDidMount=="function"){var ze=vt;ze|=Ar,(e.mode&ki)!==it&&(ze|=Fr),e.flags|=ze}}else{if(typeof c.componentDidMount=="function"){var nt=vt;nt|=Ar,(e.mode&ki)!==it&&(nt|=Fr),e.flags|=nt}e.memoizedProps=a,e.memoizedState=te}return c.props=a,c.state=te,c.context=x,ue}function nO(e,t,a,u,c){var v=t.stateNode;o3(e,t);var y=t.memoizedProps,k=t.type===t.elementType?y:Ua(t.type,y);v.props=k;var x=t.pendingProps,M=v.context,N=a.contextType,I=Vi;if(typeof N=="object"&&N!==null)I=Xn(N);else{var B=Vf(t,a,!0);I=jf(t,B)}var te=a.getDerivedStateFromProps,ne=typeof te=="function"||typeof v.getSnapshotBeforeUpdate=="function";!ne&&(typeof v.UNSAFE_componentWillReceiveProps=="function"||typeof v.componentWillReceiveProps=="function")&&(y!==x||M!==I)&&m3(t,v,u,I),l3();var ue=t.memoizedState,ze=v.state=ue;if(fy(t,u,v,c),ze=t.memoizedState,y===x&&ue===ze&&!Qg()&&!dy()&&!G)return typeof v.componentDidUpdate=="function"&&(y!==e.memoizedProps||ue!==e.memoizedState)&&(t.flags|=vt),typeof v.getSnapshotBeforeUpdate=="function"&&(y!==e.memoizedProps||ue!==e.memoizedState)&&(t.flags|=gi),!1;typeof te=="function"&&(NS(t,a,te,u),ze=t.memoizedState);var nt=dy()||d3(t,a,k,u,ue,ze,I)||G;return nt?(!ne&&(typeof v.UNSAFE_componentWillUpdate=="function"||typeof v.componentWillUpdate=="function")&&(typeof v.componentWillUpdate=="function"&&v.componentWillUpdate(u,ze,I),typeof v.UNSAFE_componentWillUpdate=="function"&&v.UNSAFE_componentWillUpdate(u,ze,I)),typeof v.componentDidUpdate=="function"&&(t.flags|=vt),typeof v.getSnapshotBeforeUpdate=="function"&&(t.flags|=gi)):(typeof v.componentDidUpdate=="function"&&(y!==e.memoizedProps||ue!==e.memoizedState)&&(t.flags|=vt),typeof v.getSnapshotBeforeUpdate=="function"&&(y!==e.memoizedProps||ue!==e.memoizedState)&&(t.flags|=gi),t.memoizedProps=u,t.memoizedState=ze),v.props=u,v.state=ze,v.context=I,nt}var OS,AS,FS,zS,US,h3=function(e,t){};OS=!1,AS=!1,FS={},zS={},US={},h3=function(e,t){if(!(e===null||typeof e!="object")&&!(!e._store||e._store.validated||e.key!=null)){if(typeof e._store!="object")throw new Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");e._store.validated=!0;var a=pt(t)||"Component";zS[a]||(zS[a]=!0,m('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}};function Dv(e,t,a){var u=a.ref;if(u!==null&&typeof u!="function"&&typeof u!="object"){if((e.mode&un||ye)&&!(a._owner&&a._self&&a._owner.stateNode!==a._self)){var c=pt(e)||"Component";FS[c]||(m('A string ref, "%s", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',u),FS[c]=!0)}if(a._owner){var v=a._owner,y;if(v){var k=v;if(k.tag!==C)throw new Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref");y=k.stateNode}if(!y)throw new Error("Missing owner for string ref "+u+". This error is likely caused by a bug in React. Please file an issue.");var x=y;jt(u,"ref");var M=""+u;if(t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===M)return t.ref;var N=function(I){var B=x.refs;B===s3&&(B=x.refs={}),I===null?delete B[M]:B[M]=I};return N._stringRef=M,N}else{if(typeof u!="string")throw new Error("Expected ref to be a function, a string, an object returned by React.createRef(), or null.");if(!a._owner)throw new Error("Element ref was specified as a string ("+u+`) but no owner was set. This could happen for one of the following reasons:
106
106
  1. You may be adding a ref to a function component
107
107
  2. You may be adding a ref to a component that was not created inside a component's render method
108
108
  3. You have multiple copies of React loaded
109
- See https://reactjs.org/link/refs-must-have-owner for more information.`)}}return a}function yy(e,t){var i=Object.prototype.toString.call(t);throw new Error("Objects are not valid as a React child (found: "+(i==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":i)+"). If you meant to render a collection of children, use an array instead.")}function gy(e){{var t=dt(e)||"Component";if(wk[t])return;wk[t]=!0,y("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}}function aw(e){var t=e._payload,i=e._init;return i(t)}function ow(e){function t(B,ie){if(e){var I=B.deletions;I===null?(B.deletions=[ie],B.flags|=Dt):I.push(ie)}}function i(B,ie){if(!e)return null;for(var I=ie;I!==null;)t(B,I),I=I.sibling;return null}function a(B,ie){for(var I=new Map,ge=ie;ge!==null;)ge.key!==null?I.set(ge.key,ge):I.set(ge.index,ge),ge=ge.sibling;return I}function u(B,ie){var I=zs(B,ie);return I.index=0,I.sibling=null,I}function d(B,ie,I){if(B.index=I,!e)return B.flags|=Hd,ie;var ge=B.alternate;if(ge!==null){var Ae=ge.index;return Ae<ie?(B.flags|=Xt,ie):Ae}else return B.flags|=Xt,ie}function m(B){return e&&B.alternate===null&&(B.flags|=Xt),B}function b(B,ie,I,ge){if(ie===null||ie.tag!==te){var Ae=q1(I,B.mode,ge);return Ae.return=B,Ae}else{var Oe=u(ie,I);return Oe.return=B,Oe}}function k(B,ie,I,ge){var Ae=I.type;if(Ae===aa)return C(B,ie,I.props.children,ge,I.key);if(ie!==null&&(ie.elementType===Ae||JT(ie,I)||typeof Ae=="object"&&Ae!==null&&Ae.$$typeof===mr&&aw(Ae)===ie.type)){var Oe=u(ie,I.props);return Oe.ref=Qp(B,ie,I),Oe.return=B,Oe._debugSource=I._source,Oe._debugOwner=I._owner,Oe}var at=G1(I,B.mode,ge);return at.ref=Qp(B,ie,I),at.return=B,at}function _(B,ie,I,ge){if(ie===null||ie.tag!==N||ie.stateNode.containerInfo!==I.containerInfo||ie.stateNode.implementation!==I.implementation){var Ae=eS(I,B.mode,ge);return Ae.return=B,Ae}else{var Oe=u(ie,I.children||[]);return Oe.return=B,Oe}}function C(B,ie,I,ge,Ae){if(ie===null||ie.tag!==Y){var Oe=yu(I,B.mode,ge,Ae);return Oe.return=B,Oe}else{var at=u(ie,I);return at.return=B,at}}function z(B,ie,I){if(typeof ie=="string"&&ie!==""||typeof ie=="number"){var ge=q1(""+ie,B.mode,I);return ge.return=B,ge}if(typeof ie=="object"&&ie!==null){switch(ie.$$typeof){case hl:{var Ae=G1(ie,B.mode,I);return Ae.ref=Qp(B,null,ie),Ae.return=B,Ae}case Ei:{var Oe=eS(ie,B.mode,I);return Oe.return=B,Oe}case mr:{var at=ie._payload,ft=ie._init;return z(B,ft(at),I)}}if(An(ie)||oa(ie)){var Ft=yu(ie,B.mode,I,null);return Ft.return=B,Ft}yy(B,ie)}return typeof ie=="function"&&gy(B),null}function $(B,ie,I,ge){var Ae=ie!==null?ie.key:null;if(typeof I=="string"&&I!==""||typeof I=="number")return Ae!==null?null:b(B,ie,""+I,ge);if(typeof I=="object"&&I!==null){switch(I.$$typeof){case hl:return I.key===Ae?k(B,ie,I,ge):null;case Ei:return I.key===Ae?_(B,ie,I,ge):null;case mr:{var Oe=I._payload,at=I._init;return $(B,ie,at(Oe),ge)}}if(An(I)||oa(I))return Ae!==null?null:C(B,ie,I,ge,null);yy(B,I)}return typeof I=="function"&&gy(B),null}function K(B,ie,I,ge,Ae){if(typeof ge=="string"&&ge!==""||typeof ge=="number"){var Oe=B.get(I)||null;return b(ie,Oe,""+ge,Ae)}if(typeof ge=="object"&&ge!==null){switch(ge.$$typeof){case hl:{var at=B.get(ge.key===null?I:ge.key)||null;return k(ie,at,ge,Ae)}case Ei:{var ft=B.get(ge.key===null?I:ge.key)||null;return _(ie,ft,ge,Ae)}case mr:var Ft=ge._payload,Tt=ge._init;return K(B,ie,I,Tt(Ft),Ae)}if(An(ge)||oa(ge)){var $n=B.get(I)||null;return C(ie,$n,ge,Ae,null)}yy(ie,ge)}return typeof ge=="function"&&gy(ie),null}function X(B,ie,I){{if(typeof B!="object"||B===null)return ie;switch(B.$$typeof){case hl:case Ei:iw(B,I);var ge=B.key;if(typeof ge!="string")break;if(ie===null){ie=new Set,ie.add(ge);break}if(!ie.has(ge)){ie.add(ge);break}y("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",ge);break;case mr:var Ae=B._payload,Oe=B._init;X(Oe(Ae),ie,I);break}}return ie}function re(B,ie,I,ge){for(var Ae=null,Oe=0;Oe<I.length;Oe++){var at=I[Oe];Ae=X(at,Ae,B)}for(var ft=null,Ft=null,Tt=ie,$n=0,Rt=0,wn=null;Tt!==null&&Rt<I.length;Rt++){Tt.index>Rt?(wn=Tt,Tt=null):wn=Tt.sibling;var Ur=$(B,Tt,I[Rt],ge);if(Ur===null){Tt===null&&(Tt=wn);break}e&&Tt&&Ur.alternate===null&&t(B,Tt),$n=d(Ur,$n,Rt),Ft===null?ft=Ur:Ft.sibling=Ur,Ft=Ur,Tt=wn}if(Rt===I.length){if(i(B,Tt),gr()){var Er=Rt;Cs(B,Er)}return ft}if(Tt===null){for(;Rt<I.length;Rt++){var Ai=z(B,I[Rt],ge);Ai!==null&&($n=d(Ai,$n,Rt),Ft===null?ft=Ai:Ft.sibling=Ai,Ft=Ai)}if(gr()){var Zr=Rt;Cs(B,Zr)}return ft}for(var Gr=a(B,Tt);Rt<I.length;Rt++){var Hr=K(Gr,B,Rt,I[Rt],ge);Hr!==null&&(e&&Hr.alternate!==null&&Gr.delete(Hr.key===null?Rt:Hr.key),$n=d(Hr,$n,Rt),Ft===null?ft=Hr:Ft.sibling=Hr,Ft=Hr)}if(e&&Gr.forEach(function(Bf){return t(B,Bf)}),gr()){var sl=Rt;Cs(B,sl)}return ft}function Pe(B,ie,I,ge){var Ae=oa(I);if(typeof Ae!="function")throw new Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");{typeof Symbol=="function"&&I[Symbol.toStringTag]==="Generator"&&(_k||y("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),_k=!0),I.entries===Ae&&(xk||y("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),xk=!0);var Oe=Ae.call(I);if(Oe)for(var at=null,ft=Oe.next();!ft.done;ft=Oe.next()){var Ft=ft.value;at=X(Ft,at,B)}}var Tt=Ae.call(I);if(Tt==null)throw new Error("An iterable object provided no iterator.");for(var $n=null,Rt=null,wn=ie,Ur=0,Er=0,Ai=null,Zr=Tt.next();wn!==null&&!Zr.done;Er++,Zr=Tt.next()){wn.index>Er?(Ai=wn,wn=null):Ai=wn.sibling;var Gr=$(B,wn,Zr.value,ge);if(Gr===null){wn===null&&(wn=Ai);break}e&&wn&&Gr.alternate===null&&t(B,wn),Ur=d(Gr,Ur,Er),Rt===null?$n=Gr:Rt.sibling=Gr,Rt=Gr,wn=Ai}if(Zr.done){if(i(B,wn),gr()){var Hr=Er;Cs(B,Hr)}return $n}if(wn===null){for(;!Zr.done;Er++,Zr=Tt.next()){var sl=z(B,Zr.value,ge);sl!==null&&(Ur=d(sl,Ur,Er),Rt===null?$n=sl:Rt.sibling=sl,Rt=sl)}if(gr()){var Bf=Er;Cs(B,Bf)}return $n}for(var _v=a(B,wn);!Zr.done;Er++,Zr=Tt.next()){var mo=K(_v,B,Er,Zr.value,ge);mo!==null&&(e&&mo.alternate!==null&&_v.delete(mo.key===null?Er:mo.key),Ur=d(mo,Ur,Er),Rt===null?$n=mo:Rt.sibling=mo,Rt=mo)}if(e&&_v.forEach(function(b$){return t(B,b$)}),gr()){var g$=Er;Cs(B,g$)}return $n}function Ge(B,ie,I,ge){if(ie!==null&&ie.tag===te){i(B,ie.sibling);var Ae=u(ie,I);return Ae.return=B,Ae}i(B,ie);var Oe=q1(I,B.mode,ge);return Oe.return=B,Oe}function Ye(B,ie,I,ge){for(var Ae=I.key,Oe=ie;Oe!==null;){if(Oe.key===Ae){var at=I.type;if(at===aa){if(Oe.tag===Y){i(B,Oe.sibling);var ft=u(Oe,I.props.children);return ft.return=B,ft._debugSource=I._source,ft._debugOwner=I._owner,ft}}else if(Oe.elementType===at||JT(Oe,I)||typeof at=="object"&&at!==null&&at.$$typeof===mr&&aw(at)===Oe.type){i(B,Oe.sibling);var Ft=u(Oe,I.props);return Ft.ref=Qp(B,Oe,I),Ft.return=B,Ft._debugSource=I._source,Ft._debugOwner=I._owner,Ft}i(B,Oe);break}else t(B,Oe);Oe=Oe.sibling}if(I.type===aa){var Tt=yu(I.props.children,B.mode,ge,I.key);return Tt.return=B,Tt}else{var $n=G1(I,B.mode,ge);return $n.ref=Qp(B,ie,I),$n.return=B,$n}}function Et(B,ie,I,ge){for(var Ae=I.key,Oe=ie;Oe!==null;){if(Oe.key===Ae)if(Oe.tag===N&&Oe.stateNode.containerInfo===I.containerInfo&&Oe.stateNode.implementation===I.implementation){i(B,Oe.sibling);var at=u(Oe,I.children||[]);return at.return=B,at}else{i(B,Oe);break}else t(B,Oe);Oe=Oe.sibling}var ft=eS(I,B.mode,ge);return ft.return=B,ft}function kt(B,ie,I,ge){var Ae=typeof I=="object"&&I!==null&&I.type===aa&&I.key===null;if(Ae&&(I=I.props.children),typeof I=="object"&&I!==null){switch(I.$$typeof){case hl:return m(Ye(B,ie,I,ge));case Ei:return m(Et(B,ie,I,ge));case mr:var Oe=I._payload,at=I._init;return kt(B,ie,at(Oe),ge)}if(An(I))return re(B,ie,I,ge);if(oa(I))return Pe(B,ie,I,ge);yy(B,I)}return typeof I=="string"&&I!==""||typeof I=="number"?m(Ge(B,ie,""+I,ge)):(typeof I=="function"&&gy(B),i(B,ie))}return kt}var Tf=ow(!0),lw=ow(!1);function oL(e,t){if(e!==null&&t.child!==e.child)throw new Error("Resuming work not yet implemented.");if(t.child!==null){var i=t.child,a=zs(i,i.pendingProps);for(t.child=a,a.return=t;i.sibling!==null;)i=i.sibling,a=a.sibling=zs(i,i.pendingProps),a.return=t;a.sibling=null}}function lL(e,t){for(var i=e.child;i!==null;)A8(i,t),i=i.sibling}var Kp={},uu=ru(Kp),Xp=ru(Kp),by=ru(Kp);function ky(e){if(e===Kp)throw new Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.");return e}function uw(){var e=ky(by.current);return e}function Tk(e,t){zr(by,t,e),zr(Xp,e,e),zr(uu,Kp,e);var i=S6(t);Ar(uu,e),zr(uu,i,e)}function Rf(e){Ar(uu,e),Ar(Xp,e),Ar(by,e)}function Rk(){var e=ky(uu.current);return e}function sw(e){ky(by.current);var t=ky(uu.current),i=x6(t,e.type);t!==i&&(zr(Xp,e,e),zr(uu,i,e))}function Dk(e){Xp.current===e&&(Ar(uu,e),Ar(Xp,e))}var uL=0,cw=1,fw=1,Jp=2,Ta=ru(uL);function Nk(e,t){return(e&t)!==0}function Df(e){return e&cw}function Ok(e,t){return e&cw|t}function sL(e,t){return e|t}function su(e,t){zr(Ta,t,e)}function Nf(e){Ar(Ta,e)}function cL(e,t){var i=e.memoizedState;return i!==null?i.dehydrated!==null:(e.memoizedProps,!0)}function Sy(e){for(var t=e;t!==null;){if(t.tag===H){var i=t.memoizedState;if(i!==null){var a=i.dehydrated;if(a===null||SE(a)||z0(a))return t}}else if(t.tag===ee&&t.memoizedProps.revealOrder!==void 0){var u=(t.flags&ot)!==Ze;if(u)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)return null;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var ki=0,Qn=1,lo=2,Kn=4,br=8,Lk=[];function Mk(){for(var e=0;e<Lk.length;e++){var t=Lk[e];t._workInProgressVersionPrimary=null}Lk.length=0}function fL(e,t){var i=t._getVersion,a=i(t._source);e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[t,a]:e.mutableSourceEagerHydrationData.push(t,a)}var Me=s.ReactCurrentDispatcher,Zp=s.ReactCurrentBatchConfig,$k,Of;$k=new Set;var Ns=oe,zt=null,Xn=null,Jn=null,xy=!1,Gp=!1,qp=0,dL=0,pL=25,le=null,Gi=null,cu=-1,Pk=!1;function Ot(){{var e=le;Gi===null?Gi=[e]:Gi.push(e)}}function we(){{var e=le;Gi!==null&&(cu++,Gi[cu]!==e&&vL(e))}}function Lf(e){e!=null&&!An(e)&&y("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",le,typeof e)}function vL(e){{var t=dt(zt);if(!$k.has(t)&&($k.add(t),Gi!==null)){for(var i="",a=30,u=0;u<=cu;u++){for(var d=Gi[u],m=u===cu?e:d,b=u+1+". "+d;b.length<a;)b+=" ";b+=m+`
110
- `,i+=b}y(`React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks
109
+ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}return u}function vy(e,t){var a=Object.prototype.toString.call(t);throw new Error("Objects are not valid as a React child (found: "+(a==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":a)+"). If you meant to render a collection of children, use an array instead.")}function my(e){{var t=pt(e)||"Component";if(US[t])return;US[t]=!0,m("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}}function g3(e){var t=e._payload,a=e._init;return a(t)}function y3(e){function t(X,se){if(e){var Z=X.deletions;Z===null?(X.deletions=[se],X.flags|=Mt):Z.push(se)}}function a(X,se){if(!e)return null;for(var Z=se;Z!==null;)t(X,Z),Z=Z.sibling;return null}function u(X,se){for(var Z=new Map,we=se;we!==null;)we.key!==null?Z.set(we.key,we):Z.set(we.index,we),we=we.sibling;return Z}function c(X,se){var Z=qs(X,se);return Z.index=0,Z.sibling=null,Z}function v(X,se,Z){if(X.index=Z,!e)return X.flags|=kp,se;var we=X.alternate;if(we!==null){var Ue=we.index;return Ue<se?(X.flags|=Zt,se):Ue}else return X.flags|=Zt,se}function y(X){return e&&X.alternate===null&&(X.flags|=Zt),X}function k(X,se,Z,we){if(se===null||se.tag!==A){var Ue=dx(Z,X.mode,we);return Ue.return=X,Ue}else{var Oe=c(se,Z);return Oe.return=X,Oe}}function x(X,se,Z,we){var Ue=Z.type;if(Ue===ya)return N(X,se,Z.props.children,we,Z.key);if(se!==null&&(se.elementType===Ue||uD(se,Z)||typeof Ue=="object"&&Ue!==null&&Ue.$$typeof===kr&&g3(Ue)===se.type)){var Oe=c(se,Z.props);return Oe.ref=Dv(X,se,Z),Oe.return=X,Oe._debugSource=Z._source,Oe._debugOwner=Z._owner,Oe}var ut=fx(Z,X.mode,we);return ut.ref=Dv(X,se,Z),ut.return=X,ut}function M(X,se,Z,we){if(se===null||se.tag!==D||se.stateNode.containerInfo!==Z.containerInfo||se.stateNode.implementation!==Z.implementation){var Ue=px(Z,X.mode,we);return Ue.return=X,Ue}else{var Oe=c(se,Z.children||[]);return Oe.return=X,Oe}}function N(X,se,Z,we,Ue){if(se===null||se.tag!==z){var Oe=$u(Z,X.mode,we,Ue);return Oe.return=X,Oe}else{var ut=c(se,Z);return ut.return=X,ut}}function I(X,se,Z){if(typeof se=="string"&&se!==""||typeof se=="number"){var we=dx(""+se,X.mode,Z);return we.return=X,we}if(typeof se=="object"&&se!==null){switch(se.$$typeof){case Nl:{var Ue=fx(se,X.mode,Z);return Ue.ref=Dv(X,null,se),Ue.return=X,Ue}case Li:{var Oe=px(se,X.mode,Z);return Oe.return=X,Oe}case kr:{var ut=se._payload,dt=se._init;return I(X,dt(ut),Z)}}if(In(se)||ba(se)){var Ht=$u(se,X.mode,Z,null);return Ht.return=X,Ht}vy(X,se)}return typeof se=="function"&&my(X),null}function B(X,se,Z,we){var Ue=se!==null?se.key:null;if(typeof Z=="string"&&Z!==""||typeof Z=="number")return Ue!==null?null:k(X,se,""+Z,we);if(typeof Z=="object"&&Z!==null){switch(Z.$$typeof){case Nl:return Z.key===Ue?x(X,se,Z,we):null;case Li:return Z.key===Ue?M(X,se,Z,we):null;case kr:{var Oe=Z._payload,ut=Z._init;return B(X,se,ut(Oe),we)}}if(In(Z)||ba(Z))return Ue!==null?null:N(X,se,Z,we,null);vy(X,Z)}return typeof Z=="function"&&my(X),null}function te(X,se,Z,we,Ue){if(typeof we=="string"&&we!==""||typeof we=="number"){var Oe=X.get(Z)||null;return k(se,Oe,""+we,Ue)}if(typeof we=="object"&&we!==null){switch(we.$$typeof){case Nl:{var ut=X.get(we.key===null?Z:we.key)||null;return x(se,ut,we,Ue)}case Li:{var dt=X.get(we.key===null?Z:we.key)||null;return M(se,dt,we,Ue)}case kr:var Ht=we._payload,Rt=we._init;return te(X,se,Z,Rt(Ht),Ue)}if(In(we)||ba(we)){var zn=X.get(Z)||null;return N(se,zn,we,Ue,null)}vy(se,we)}return typeof we=="function"&&my(se),null}function ne(X,se,Z){{if(typeof X!="object"||X===null)return se;switch(X.$$typeof){case Nl:case Li:h3(X,Z);var we=X.key;if(typeof we!="string")break;if(se===null){se=new Set,se.add(we);break}if(!se.has(we)){se.add(we);break}m("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",we);break;case kr:var Ue=X._payload,Oe=X._init;ne(Oe(Ue),se,Z);break}}return se}function ue(X,se,Z,we){for(var Ue=null,Oe=0;Oe<Z.length;Oe++){var ut=Z[Oe];Ue=ne(ut,Ue,X)}for(var dt=null,Ht=null,Rt=se,zn=0,Pt=0,Rn=null;Rt!==null&&Pt<Z.length;Pt++){Rt.index>Pt?(Rn=Rt,Rt=null):Rn=Rt.sibling;var Wr=B(X,Rt,Z[Pt],we);if(Wr===null){Rt===null&&(Rt=Rn);break}e&&Rt&&Wr.alternate===null&&t(X,Rt),zn=v(Wr,zn,Pt),Ht===null?dt=Wr:Ht.sibling=Wr,Ht=Wr,Rt=Rn}if(Pt===Z.length){if(a(X,Rt),Cr()){var Mr=Pt;Bs(X,Mr)}return dt}if(Rt===null){for(;Pt<Z.length;Pt++){var Ki=I(X,Z[Pt],we);Ki!==null&&(zn=v(Ki,zn,Pt),Ht===null?dt=Ki:Ht.sibling=Ki,Ht=Ki)}if(Cr()){var ii=Pt;Bs(X,ii)}return dt}for(var ai=u(X,Rt);Pt<Z.length;Pt++){var Yr=te(ai,X,Pt,Z[Pt],we);Yr!==null&&(e&&Yr.alternate!==null&&ai.delete(Yr.key===null?Pt:Yr.key),zn=v(Yr,zn,Pt),Ht===null?dt=Yr:Ht.sibling=Yr,Ht=Yr)}if(e&&ai.forEach(function(dd){return t(X,dd)}),Cr()){var El=Pt;Bs(X,El)}return dt}function ze(X,se,Z,we){var Ue=ba(Z);if(typeof Ue!="function")throw new Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");{typeof Symbol=="function"&&Z[Symbol.toStringTag]==="Generator"&&(AS||m("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),AS=!0),Z.entries===Ue&&(OS||m("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),OS=!0);var Oe=Ue.call(Z);if(Oe)for(var ut=null,dt=Oe.next();!dt.done;dt=Oe.next()){var Ht=dt.value;ut=ne(Ht,ut,X)}}var Rt=Ue.call(Z);if(Rt==null)throw new Error("An iterable object provided no iterator.");for(var zn=null,Pt=null,Rn=se,Wr=0,Mr=0,Ki=null,ii=Rt.next();Rn!==null&&!ii.done;Mr++,ii=Rt.next()){Rn.index>Mr?(Ki=Rn,Rn=null):Ki=Rn.sibling;var ai=B(X,Rn,ii.value,we);if(ai===null){Rn===null&&(Rn=Ki);break}e&&Rn&&ai.alternate===null&&t(X,Rn),Wr=v(ai,Wr,Mr),Pt===null?zn=ai:Pt.sibling=ai,Pt=ai,Rn=Ki}if(ii.done){if(a(X,Rn),Cr()){var Yr=Mr;Bs(X,Yr)}return zn}if(Rn===null){for(;!ii.done;Mr++,ii=Rt.next()){var El=I(X,ii.value,we);El!==null&&(Wr=v(El,Wr,Mr),Pt===null?zn=El:Pt.sibling=El,Pt=El)}if(Cr()){var dd=Mr;Bs(X,dd)}return zn}for(var im=u(X,Rn);!ii.done;Mr++,ii=Rt.next()){var To=te(im,X,Mr,ii.value,we);To!==null&&(e&&To.alternate!==null&&im.delete(To.key===null?Mr:To.key),Wr=v(To,Wr,Mr),Pt===null?zn=To:Pt.sibling=To,Pt=To)}if(e&&im.forEach(function(h5){return t(X,h5)}),Cr()){var m5=Mr;Bs(X,m5)}return zn}function nt(X,se,Z,we){if(se!==null&&se.tag===A){a(X,se.sibling);var Ue=c(se,Z);return Ue.return=X,Ue}a(X,se);var Oe=dx(Z,X.mode,we);return Oe.return=X,Oe}function Qe(X,se,Z,we){for(var Ue=Z.key,Oe=se;Oe!==null;){if(Oe.key===Ue){var ut=Z.type;if(ut===ya){if(Oe.tag===z){a(X,Oe.sibling);var dt=c(Oe,Z.props.children);return dt.return=X,dt._debugSource=Z._source,dt._debugOwner=Z._owner,dt}}else if(Oe.elementType===ut||uD(Oe,Z)||typeof ut=="object"&&ut!==null&&ut.$$typeof===kr&&g3(ut)===Oe.type){a(X,Oe.sibling);var Ht=c(Oe,Z.props);return Ht.ref=Dv(X,Oe,Z),Ht.return=X,Ht._debugSource=Z._source,Ht._debugOwner=Z._owner,Ht}a(X,Oe);break}else t(X,Oe);Oe=Oe.sibling}if(Z.type===ya){var Rt=$u(Z.props.children,X.mode,we,Z.key);return Rt.return=X,Rt}else{var zn=fx(Z,X.mode,we);return zn.ref=Dv(X,se,Z),zn.return=X,zn}}function _t(X,se,Z,we){for(var Ue=Z.key,Oe=se;Oe!==null;){if(Oe.key===Ue)if(Oe.tag===D&&Oe.stateNode.containerInfo===Z.containerInfo&&Oe.stateNode.implementation===Z.implementation){a(X,Oe.sibling);var ut=c(Oe,Z.children||[]);return ut.return=X,ut}else{a(X,Oe);break}else t(X,Oe);Oe=Oe.sibling}var dt=px(Z,X.mode,we);return dt.return=X,dt}function kt(X,se,Z,we){var Ue=typeof Z=="object"&&Z!==null&&Z.type===ya&&Z.key===null;if(Ue&&(Z=Z.props.children),typeof Z=="object"&&Z!==null){switch(Z.$$typeof){case Nl:return y(Qe(X,se,Z,we));case Li:return y(_t(X,se,Z,we));case kr:var Oe=Z._payload,ut=Z._init;return kt(X,se,ut(Oe),we)}if(In(Z))return ue(X,se,Z,we);if(ba(Z))return ze(X,se,Z,we);vy(X,Z)}return typeof Z=="string"&&Z!==""||typeof Z=="number"?y(nt(X,se,""+Z,we)):(typeof Z=="function"&&my(X),a(X,se))}return kt}var Zf=y3(!0),b3=y3(!1);function rO(e,t){if(e!==null&&t.child!==e.child)throw new Error("Resuming work not yet implemented.");if(t.child!==null){var a=t.child,u=qs(a,a.pendingProps);for(t.child=u,u.return=t;a.sibling!==null;)a=a.sibling,u=u.sibling=qs(a,a.pendingProps),u.return=t;u.sibling=null}}function iO(e,t){for(var a=e.child;a!==null;)$9(a,t),a=a.sibling}var Rv={},Cu=bu(Rv),Pv=bu(Rv),hy=bu(Rv);function gy(e){if(e===Rv)throw new Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.");return e}function S3(){var e=gy(hy.current);return e}function BS(e,t){jr(hy,t,e),jr(Pv,e,e),jr(Cu,Rv,e);var a=y$(t);Vr(Cu,e),jr(Cu,a,e)}function Jf(e){Vr(Cu,e),Vr(Pv,e),Vr(hy,e)}function HS(){var e=gy(Cu.current);return e}function k3(e){gy(hy.current);var t=gy(Cu.current),a=b$(t,e.type);t!==a&&(jr(Pv,e,e),jr(Cu,a,e))}function IS(e){Pv.current===e&&(Vr(Cu,e),Vr(Pv,e))}var aO=0,x3=1,w3=1,Mv=2,Ba=bu(aO);function VS(e,t){return(e&t)!==0}function Gf(e){return e&x3}function jS(e,t){return e&x3|t}function oO(e,t){return e|t}function Eu(e,t){jr(Ba,t,e)}function qf(e){Vr(Ba,e)}function lO(e,t){var a=e.memoizedState;return a!==null?a.dehydrated!==null:(e.memoizedProps,!0)}function yy(e){for(var t=e;t!==null;){if(t.tag===F){var a=t.memoizedState;if(a!==null){var u=a.dehydrated;if(u===null||$T(u)||Z1(u))return t}}else if(t.tag===Q&&t.memoizedProps.revealOrder!==void 0){var c=(t.flags&st)!==tt;if(c)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)return null;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Ri=0,qn=1,So=2,er=4,Er=8,KS=[];function WS(){for(var e=0;e<KS.length;e++){var t=KS[e];t._workInProgressVersionPrimary=null}KS.length=0}function uO(e,t){var a=t._getVersion,u=a(t._source);e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[t,u]:e.mutableSourceEagerHydrationData.push(t,u)}var Fe=l.ReactCurrentDispatcher,Nv=l.ReactCurrentBatchConfig,YS,ed;YS=new Set;var Ws=ce,Bt=null,tr=null,nr=null,by=!1,$v=!1,Lv=0,sO=0,cO=25,pe=null,ca=null,_u=-1,QS=!1;function Lt(){{var e=pe;ca===null?ca=[e]:ca.push(e)}}function $e(){{var e=pe;ca!==null&&(_u++,ca[_u]!==e&&fO(e))}}function td(e){e!=null&&!In(e)&&m("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",pe,typeof e)}function fO(e){{var t=pt(Bt);if(!YS.has(t)&&(YS.add(t),ca!==null)){for(var a="",u=30,c=0;c<=_u;c++){for(var v=ca[c],y=c===_u?e:v,k=c+1+". "+v;k.length<u;)k+=" ";k+=y+`
110
+ `,a+=k}m(`React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks
111
111
 
112
112
  Previous render Next render
113
113
  ------------------------------------------------------
114
114
  %s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
115
- `,t,i)}}}function Fr(){throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
115
+ `,t,a)}}}function Kr(){throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
116
116
  1. You might have mismatching versions of React and the renderer (such as React DOM)
117
117
  2. You might be breaking the Rules of Hooks
118
118
  3. You might have more than one copy of React in the same app
119
- See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function Ak(e,t){if(Pk)return!1;if(t===null)return y("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",le),!1;e.length!==t.length&&y(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
119
+ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function XS(e,t){if(QS)return!1;if(t===null)return m("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",pe),!1;e.length!==t.length&&m(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
120
120
 
121
121
  Previous: %s
122
- Incoming: %s`,le,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var i=0;i<t.length&&i<e.length;i++)if(!Ve(e[i],t[i]))return!1;return!0}function Mf(e,t,i,a,u,d){Ns=d,zt=t,Gi=e!==null?e._debugHookTypes:null,cu=-1,Pk=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=oe,e!==null&&e.memoizedState!==null?Me.current=Mw:Gi!==null?Me.current=Lw:Me.current=Ow;var m=i(a,u);if(Gp){var b=0;do{if(Gp=!1,qp=0,b>=pL)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");b+=1,Pk=!1,Xn=null,Jn=null,t.updateQueue=null,cu=-1,Me.current=$w,m=i(a,u)}while(Gp)}Me.current=Py,t._debugHookTypes=Gi;var k=Xn!==null&&Xn.next!==null;if(Ns=oe,zt=null,Xn=null,Jn=null,le=null,Gi=null,cu=-1,e!==null&&(e.flags&In)!==(t.flags&In)&&(e.mode&mt)!==et&&y("Internal React error: Expected static flag was missing. Please notify the React team."),xy=!1,k)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return m}function $f(){var e=qp!==0;return qp=0,e}function dw(e,t,i){t.updateQueue=e.updateQueue,(t.mode&di)!==et?t.flags&=~(Oo|Nr|en|pt):t.flags&=~(en|pt),e.lanes=Hl(e.lanes,i)}function pw(){if(Me.current=Py,xy){for(var e=zt.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}xy=!1}Ns=oe,zt=null,Xn=null,Jn=null,Gi=null,cu=-1,le=null,ww=!1,Gp=!1,qp=0}function uo(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Jn===null?zt.memoizedState=Jn=e:Jn=Jn.next=e,Jn}function qi(){var e;if(Xn===null){var t=zt.alternate;t!==null?e=t.memoizedState:e=null}else e=Xn.next;var i;if(Jn===null?i=zt.memoizedState:i=Jn.next,i!==null)Jn=i,i=Jn.next,Xn=e;else{if(e===null)throw new Error("Rendered more hooks than during the previous render.");Xn=e;var a={memoizedState:Xn.memoizedState,baseState:Xn.baseState,baseQueue:Xn.baseQueue,queue:Xn.queue,next:null};Jn===null?zt.memoizedState=Jn=a:Jn=Jn.next=a}return Jn}function vw(){return{lastEffect:null,stores:null}}function zk(e,t){return typeof t=="function"?t(e):t}function Fk(e,t,i){var a=uo(),u;i!==void 0?u=i(t):u=t,a.memoizedState=a.baseState=u;var d={pending:null,interleaved:null,lanes:oe,dispatch:null,lastRenderedReducer:e,lastRenderedState:u};a.queue=d;var m=d.dispatch=gL.bind(null,zt,d);return[a.memoizedState,m]}function Uk(e,t,i){var a=qi(),u=a.queue;if(u===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");u.lastRenderedReducer=e;var d=Xn,m=d.baseQueue,b=u.pending;if(b!==null){if(m!==null){var k=m.next,_=b.next;m.next=_,b.next=k}d.baseQueue!==m&&y("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),d.baseQueue=m=b,u.pending=null}if(m!==null){var C=m.next,z=d.baseState,$=null,K=null,X=null,re=C;do{var Pe=re.lane;if(Vo(Ns,Pe)){if(X!==null){var Ye={lane:_t,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null};X=X.next=Ye}if(re.hasEagerState)z=re.eagerState;else{var Et=re.action;z=e(z,Et)}}else{var Ge={lane:Pe,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null};X===null?(K=X=Ge,$=z):X=X.next=Ge,zt.lanes=vt(zt.lanes,Pe),gv(Pe)}re=re.next}while(re!==null&&re!==C);X===null?$=z:X.next=K,Ve(z,a.memoizedState)||ov(),a.memoizedState=z,a.baseState=$,a.baseQueue=X,u.lastRenderedState=z}var kt=u.interleaved;if(kt!==null){var B=kt;do{var ie=B.lane;zt.lanes=vt(zt.lanes,ie),gv(ie),B=B.next}while(B!==kt)}else m===null&&(u.lanes=oe);var I=u.dispatch;return[a.memoizedState,I]}function Hk(e,t,i){var a=qi(),u=a.queue;if(u===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");u.lastRenderedReducer=e;var d=u.dispatch,m=u.pending,b=a.memoizedState;if(m!==null){u.pending=null;var k=m.next,_=k;do{var C=_.action;b=e(b,C),_=_.next}while(_!==k);Ve(b,a.memoizedState)||ov(),a.memoizedState=b,a.baseQueue===null&&(a.baseState=b),u.lastRenderedState=b}return[b,d]}function FP(e,t,i){}function UP(e,t,i){}function Vk(e,t,i){var a=zt,u=uo(),d,m=gr();if(m){if(i===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");d=i(),Of||d!==i()&&(y("The result of getServerSnapshot should be cached to avoid an infinite loop"),Of=!0)}else{if(d=t(),!Of){var b=t();Ve(d,b)||(y("The result of getSnapshot should be cached to avoid an infinite loop"),Of=!0)}var k=qy();if(k===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");ls(k,Ns)||mw(a,t,d)}u.memoizedState=d;var _={value:d,getSnapshot:t};return u.queue=_,Ty(yw.bind(null,a,_,e),[e]),a.flags|=en,ev(Qn|br,hw.bind(null,a,_,d,t),void 0,null),d}function _y(e,t,i){var a=zt,u=qi(),d=t();if(!Of){var m=t();Ve(d,m)||(y("The result of getSnapshot should be cached to avoid an infinite loop"),Of=!0)}var b=u.memoizedState,k=!Ve(b,d);k&&(u.memoizedState=d,ov());var _=u.queue;if(nv(yw.bind(null,a,_,e),[e]),_.getSnapshot!==t||k||Jn!==null&&Jn.memoizedState.tag&Qn){a.flags|=en,ev(Qn|br,hw.bind(null,a,_,d,t),void 0,null);var C=qy();if(C===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");ls(C,Ns)||mw(a,t,d)}return d}function mw(e,t,i){e.flags|=Gu;var a={getSnapshot:t,value:i},u=zt.updateQueue;if(u===null)u=vw(),zt.updateQueue=u,u.stores=[a];else{var d=u.stores;d===null?u.stores=[a]:d.push(a)}}function hw(e,t,i,a){t.value=i,t.getSnapshot=a,gw(t)&&bw(e)}function yw(e,t,i){var a=function(){gw(t)&&bw(e)};return i(a)}function gw(e){var t=e.getSnapshot,i=e.value;try{var a=t();return!Ve(i,a)}catch{return!0}}function bw(e){var t=bi(e,nt);t!==null&&er(t,e,nt,Wt)}function Cy(e){var t=uo();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var i={pending:null,interleaved:null,lanes:oe,dispatch:null,lastRenderedReducer:zk,lastRenderedState:e};t.queue=i;var a=i.dispatch=bL.bind(null,zt,i);return[t.memoizedState,a]}function jk(e){return Uk(zk)}function Bk(e){return Hk(zk)}function ev(e,t,i,a){var u={tag:e,create:t,destroy:i,deps:a,next:null},d=zt.updateQueue;if(d===null)d=vw(),zt.updateQueue=d,d.lastEffect=u.next=u;else{var m=d.lastEffect;if(m===null)d.lastEffect=u.next=u;else{var b=m.next;m.next=u,u.next=b,d.lastEffect=u}}return u}function Ik(e){var t=uo();{var i={current:e};return t.memoizedState=i,i}}function Ey(e){var t=qi();return t.memoizedState}function tv(e,t,i,a){var u=uo(),d=a===void 0?null:a;zt.flags|=e,u.memoizedState=ev(Qn|t,i,void 0,d)}function wy(e,t,i,a){var u=qi(),d=a===void 0?null:a,m=void 0;if(Xn!==null){var b=Xn.memoizedState;if(m=b.destroy,d!==null){var k=b.deps;if(Ak(d,k)){u.memoizedState=ev(t,i,m,d);return}}}zt.flags|=e,u.memoizedState=ev(Qn|t,i,m,d)}function Ty(e,t){return(zt.mode&di)!==et?tv(Oo|en|Ia,br,e,t):tv(en|Ia,br,e,t)}function nv(e,t){return wy(en,br,e,t)}function Yk(e,t){return tv(pt,lo,e,t)}function Ry(e,t){return wy(pt,lo,e,t)}function Wk(e,t){var i=pt;return i|=Dr,(zt.mode&di)!==et&&(i|=Nr),tv(i,Kn,e,t)}function Dy(e,t){return wy(pt,Kn,e,t)}function kw(e,t){if(typeof t=="function"){var i=t,a=e();return i(a),function(){i(null)}}else if(t!=null){var u=t;u.hasOwnProperty("current")||y("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(u).join(", ")+"}");var d=e();return u.current=d,function(){u.current=null}}}function Qk(e,t,i){typeof t!="function"&&y("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var a=i!=null?i.concat([e]):null,u=pt;return u|=Dr,(zt.mode&di)!==et&&(u|=Nr),tv(u,Kn,kw.bind(null,t,e),a)}function Ny(e,t,i){typeof t!="function"&&y("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var a=i!=null?i.concat([e]):null;return wy(pt,Kn,kw.bind(null,t,e),a)}function mL(e,t){}var Oy=mL;function Kk(e,t){var i=uo(),a=t===void 0?null:t;return i.memoizedState=[e,a],e}function Ly(e,t){var i=qi(),a=t===void 0?null:t,u=i.memoizedState;if(u!==null&&a!==null){var d=u[1];if(Ak(a,d))return u[0]}return i.memoizedState=[e,a],e}function Xk(e,t){var i=uo(),a=t===void 0?null:t,u=e();return i.memoizedState=[u,a],u}function My(e,t){var i=qi(),a=t===void 0?null:t,u=i.memoizedState;if(u!==null&&a!==null){var d=u[1];if(Ak(a,d))return u[0]}var m=e();return i.memoizedState=[m,a],m}function Jk(e){var t=uo();return t.memoizedState=e,e}function Sw(e){var t=qi(),i=Xn,a=i.memoizedState;return _w(t,a,e)}function xw(e){var t=qi();if(Xn===null)return t.memoizedState=e,e;var i=Xn.memoizedState;return _w(t,i,e)}function _w(e,t,i){var a=!n0(Ns);if(a){if(!Ve(i,t)){var u=rp();zt.lanes=vt(zt.lanes,u),gv(u),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,ov()),e.memoizedState=i,i}function hL(e,t,i){var a=vi();On(ar(a,Wn)),e(!0);var u=Zp.transition;Zp.transition={};var d=Zp.transition;Zp.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(On(a),Zp.transition=u,u===null&&d._updatedFibers){var m=d._updatedFibers.size;m>10&&S("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),d._updatedFibers.clear()}}}function Zk(){var e=Cy(!1),t=e[0],i=e[1],a=hL.bind(null,i),u=uo();return u.memoizedState=a,[t,a]}function Cw(){var e=jk(),t=e[0],i=qi(),a=i.memoizedState;return[t,a]}function Ew(){var e=Bk(),t=e[0],i=qi(),a=i.memoizedState;return[t,a]}var ww=!1;function yL(){return ww}function Gk(){var e=uo(),t=qy(),i=t.identifierPrefix,a;if(gr()){var u=OO();a=":"+i+"R"+u;var d=qp++;d>0&&(a+="H"+d.toString(32)),a+=":"}else{var m=dL++;a=":"+i+"r"+m.toString(32)+":"}return e.memoizedState=a,a}function $y(){var e=qi(),t=e.memoizedState;return t}function gL(e,t,i){typeof arguments[3]=="function"&&y("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var a=mu(e),u={lane:a,action:i,hasEagerState:!1,eagerState:null,next:null};if(Tw(e))Rw(t,u);else{var d=YE(e,t,u,a);if(d!==null){var m=Jr();er(d,e,a,m),Dw(d,t,a)}}Nw(e,a)}function bL(e,t,i){typeof arguments[3]=="function"&&y("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var a=mu(e),u={lane:a,action:i,hasEagerState:!1,eagerState:null,next:null};if(Tw(e))Rw(t,u);else{var d=e.alternate;if(e.lanes===oe&&(d===null||d.lanes===oe)){var m=t.lastRenderedReducer;if(m!==null){var b;b=Me.current,Me.current=Ra;try{var k=t.lastRenderedState,_=m(k,i);if(u.hasEagerState=!0,u.eagerState=_,Ve(_,k)){ZO(e,t,u,a);return}}catch{}finally{Me.current=b}}}var C=YE(e,t,u,a);if(C!==null){var z=Jr();er(C,e,a,z),Dw(C,t,a)}}Nw(e,a)}function Tw(e){var t=e.alternate;return e===zt||t!==null&&t===zt}function Rw(e,t){Gp=xy=!0;var i=e.pending;i===null?t.next=t:(t.next=i.next,i.next=t),e.pending=t}function Dw(e,t,i){if(np(i)){var a=t.lanes;a=ip(a,e.pendingLanes);var u=vt(a,i);t.lanes=u,Vl(e,u)}}function Nw(e,t,i){Ja(e,t)}var Py={readContext:Bn,useCallback:Fr,useContext:Fr,useEffect:Fr,useImperativeHandle:Fr,useInsertionEffect:Fr,useLayoutEffect:Fr,useMemo:Fr,useReducer:Fr,useRef:Fr,useState:Fr,useDebugValue:Fr,useDeferredValue:Fr,useTransition:Fr,useMutableSource:Fr,useSyncExternalStore:Fr,useId:Fr,unstable_isNewReconciler:he},Ow=null,Lw=null,Mw=null,$w=null,so=null,Ra=null,Ay=null;{var qk=function(){y("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")},ct=function(){y("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")};Ow={readContext:function(e){return Bn(e)},useCallback:function(e,t){return le="useCallback",Ot(),Lf(t),Kk(e,t)},useContext:function(e){return le="useContext",Ot(),Bn(e)},useEffect:function(e,t){return le="useEffect",Ot(),Lf(t),Ty(e,t)},useImperativeHandle:function(e,t,i){return le="useImperativeHandle",Ot(),Lf(i),Qk(e,t,i)},useInsertionEffect:function(e,t){return le="useInsertionEffect",Ot(),Lf(t),Yk(e,t)},useLayoutEffect:function(e,t){return le="useLayoutEffect",Ot(),Lf(t),Wk(e,t)},useMemo:function(e,t){le="useMemo",Ot(),Lf(t);var i=Me.current;Me.current=so;try{return Xk(e,t)}finally{Me.current=i}},useReducer:function(e,t,i){le="useReducer",Ot();var a=Me.current;Me.current=so;try{return Fk(e,t,i)}finally{Me.current=a}},useRef:function(e){return le="useRef",Ot(),Ik(e)},useState:function(e){le="useState",Ot();var t=Me.current;Me.current=so;try{return Cy(e)}finally{Me.current=t}},useDebugValue:function(e,t){return le="useDebugValue",Ot(),void 0},useDeferredValue:function(e){return le="useDeferredValue",Ot(),Jk(e)},useTransition:function(){return le="useTransition",Ot(),Zk()},useMutableSource:function(e,t,i){return le="useMutableSource",Ot(),void 0},useSyncExternalStore:function(e,t,i){return le="useSyncExternalStore",Ot(),Vk(e,t,i)},useId:function(){return le="useId",Ot(),Gk()},unstable_isNewReconciler:he},Lw={readContext:function(e){return Bn(e)},useCallback:function(e,t){return le="useCallback",we(),Kk(e,t)},useContext:function(e){return le="useContext",we(),Bn(e)},useEffect:function(e,t){return le="useEffect",we(),Ty(e,t)},useImperativeHandle:function(e,t,i){return le="useImperativeHandle",we(),Qk(e,t,i)},useInsertionEffect:function(e,t){return le="useInsertionEffect",we(),Yk(e,t)},useLayoutEffect:function(e,t){return le="useLayoutEffect",we(),Wk(e,t)},useMemo:function(e,t){le="useMemo",we();var i=Me.current;Me.current=so;try{return Xk(e,t)}finally{Me.current=i}},useReducer:function(e,t,i){le="useReducer",we();var a=Me.current;Me.current=so;try{return Fk(e,t,i)}finally{Me.current=a}},useRef:function(e){return le="useRef",we(),Ik(e)},useState:function(e){le="useState",we();var t=Me.current;Me.current=so;try{return Cy(e)}finally{Me.current=t}},useDebugValue:function(e,t){return le="useDebugValue",we(),void 0},useDeferredValue:function(e){return le="useDeferredValue",we(),Jk(e)},useTransition:function(){return le="useTransition",we(),Zk()},useMutableSource:function(e,t,i){return le="useMutableSource",we(),void 0},useSyncExternalStore:function(e,t,i){return le="useSyncExternalStore",we(),Vk(e,t,i)},useId:function(){return le="useId",we(),Gk()},unstable_isNewReconciler:he},Mw={readContext:function(e){return Bn(e)},useCallback:function(e,t){return le="useCallback",we(),Ly(e,t)},useContext:function(e){return le="useContext",we(),Bn(e)},useEffect:function(e,t){return le="useEffect",we(),nv(e,t)},useImperativeHandle:function(e,t,i){return le="useImperativeHandle",we(),Ny(e,t,i)},useInsertionEffect:function(e,t){return le="useInsertionEffect",we(),Ry(e,t)},useLayoutEffect:function(e,t){return le="useLayoutEffect",we(),Dy(e,t)},useMemo:function(e,t){le="useMemo",we();var i=Me.current;Me.current=Ra;try{return My(e,t)}finally{Me.current=i}},useReducer:function(e,t,i){le="useReducer",we();var a=Me.current;Me.current=Ra;try{return Uk(e,t,i)}finally{Me.current=a}},useRef:function(e){return le="useRef",we(),Ey()},useState:function(e){le="useState",we();var t=Me.current;Me.current=Ra;try{return jk(e)}finally{Me.current=t}},useDebugValue:function(e,t){return le="useDebugValue",we(),Oy()},useDeferredValue:function(e){return le="useDeferredValue",we(),Sw(e)},useTransition:function(){return le="useTransition",we(),Cw()},useMutableSource:function(e,t,i){return le="useMutableSource",we(),void 0},useSyncExternalStore:function(e,t,i){return le="useSyncExternalStore",we(),_y(e,t)},useId:function(){return le="useId",we(),$y()},unstable_isNewReconciler:he},$w={readContext:function(e){return Bn(e)},useCallback:function(e,t){return le="useCallback",we(),Ly(e,t)},useContext:function(e){return le="useContext",we(),Bn(e)},useEffect:function(e,t){return le="useEffect",we(),nv(e,t)},useImperativeHandle:function(e,t,i){return le="useImperativeHandle",we(),Ny(e,t,i)},useInsertionEffect:function(e,t){return le="useInsertionEffect",we(),Ry(e,t)},useLayoutEffect:function(e,t){return le="useLayoutEffect",we(),Dy(e,t)},useMemo:function(e,t){le="useMemo",we();var i=Me.current;Me.current=Ay;try{return My(e,t)}finally{Me.current=i}},useReducer:function(e,t,i){le="useReducer",we();var a=Me.current;Me.current=Ay;try{return Hk(e,t,i)}finally{Me.current=a}},useRef:function(e){return le="useRef",we(),Ey()},useState:function(e){le="useState",we();var t=Me.current;Me.current=Ay;try{return Bk(e)}finally{Me.current=t}},useDebugValue:function(e,t){return le="useDebugValue",we(),Oy()},useDeferredValue:function(e){return le="useDeferredValue",we(),xw(e)},useTransition:function(){return le="useTransition",we(),Ew()},useMutableSource:function(e,t,i){return le="useMutableSource",we(),void 0},useSyncExternalStore:function(e,t,i){return le="useSyncExternalStore",we(),_y(e,t)},useId:function(){return le="useId",we(),$y()},unstable_isNewReconciler:he},so={readContext:function(e){return qk(),Bn(e)},useCallback:function(e,t){return le="useCallback",ct(),Ot(),Kk(e,t)},useContext:function(e){return le="useContext",ct(),Ot(),Bn(e)},useEffect:function(e,t){return le="useEffect",ct(),Ot(),Ty(e,t)},useImperativeHandle:function(e,t,i){return le="useImperativeHandle",ct(),Ot(),Qk(e,t,i)},useInsertionEffect:function(e,t){return le="useInsertionEffect",ct(),Ot(),Yk(e,t)},useLayoutEffect:function(e,t){return le="useLayoutEffect",ct(),Ot(),Wk(e,t)},useMemo:function(e,t){le="useMemo",ct(),Ot();var i=Me.current;Me.current=so;try{return Xk(e,t)}finally{Me.current=i}},useReducer:function(e,t,i){le="useReducer",ct(),Ot();var a=Me.current;Me.current=so;try{return Fk(e,t,i)}finally{Me.current=a}},useRef:function(e){return le="useRef",ct(),Ot(),Ik(e)},useState:function(e){le="useState",ct(),Ot();var t=Me.current;Me.current=so;try{return Cy(e)}finally{Me.current=t}},useDebugValue:function(e,t){return le="useDebugValue",ct(),Ot(),void 0},useDeferredValue:function(e){return le="useDeferredValue",ct(),Ot(),Jk(e)},useTransition:function(){return le="useTransition",ct(),Ot(),Zk()},useMutableSource:function(e,t,i){return le="useMutableSource",ct(),Ot(),void 0},useSyncExternalStore:function(e,t,i){return le="useSyncExternalStore",ct(),Ot(),Vk(e,t,i)},useId:function(){return le="useId",ct(),Ot(),Gk()},unstable_isNewReconciler:he},Ra={readContext:function(e){return qk(),Bn(e)},useCallback:function(e,t){return le="useCallback",ct(),we(),Ly(e,t)},useContext:function(e){return le="useContext",ct(),we(),Bn(e)},useEffect:function(e,t){return le="useEffect",ct(),we(),nv(e,t)},useImperativeHandle:function(e,t,i){return le="useImperativeHandle",ct(),we(),Ny(e,t,i)},useInsertionEffect:function(e,t){return le="useInsertionEffect",ct(),we(),Ry(e,t)},useLayoutEffect:function(e,t){return le="useLayoutEffect",ct(),we(),Dy(e,t)},useMemo:function(e,t){le="useMemo",ct(),we();var i=Me.current;Me.current=Ra;try{return My(e,t)}finally{Me.current=i}},useReducer:function(e,t,i){le="useReducer",ct(),we();var a=Me.current;Me.current=Ra;try{return Uk(e,t,i)}finally{Me.current=a}},useRef:function(e){return le="useRef",ct(),we(),Ey()},useState:function(e){le="useState",ct(),we();var t=Me.current;Me.current=Ra;try{return jk(e)}finally{Me.current=t}},useDebugValue:function(e,t){return le="useDebugValue",ct(),we(),Oy()},useDeferredValue:function(e){return le="useDeferredValue",ct(),we(),Sw(e)},useTransition:function(){return le="useTransition",ct(),we(),Cw()},useMutableSource:function(e,t,i){return le="useMutableSource",ct(),we(),void 0},useSyncExternalStore:function(e,t,i){return le="useSyncExternalStore",ct(),we(),_y(e,t)},useId:function(){return le="useId",ct(),we(),$y()},unstable_isNewReconciler:he},Ay={readContext:function(e){return qk(),Bn(e)},useCallback:function(e,t){return le="useCallback",ct(),we(),Ly(e,t)},useContext:function(e){return le="useContext",ct(),we(),Bn(e)},useEffect:function(e,t){return le="useEffect",ct(),we(),nv(e,t)},useImperativeHandle:function(e,t,i){return le="useImperativeHandle",ct(),we(),Ny(e,t,i)},useInsertionEffect:function(e,t){return le="useInsertionEffect",ct(),we(),Ry(e,t)},useLayoutEffect:function(e,t){return le="useLayoutEffect",ct(),we(),Dy(e,t)},useMemo:function(e,t){le="useMemo",ct(),we();var i=Me.current;Me.current=Ra;try{return My(e,t)}finally{Me.current=i}},useReducer:function(e,t,i){le="useReducer",ct(),we();var a=Me.current;Me.current=Ra;try{return Hk(e,t,i)}finally{Me.current=a}},useRef:function(e){return le="useRef",ct(),we(),Ey()},useState:function(e){le="useState",ct(),we();var t=Me.current;Me.current=Ra;try{return Bk(e)}finally{Me.current=t}},useDebugValue:function(e,t){return le="useDebugValue",ct(),we(),Oy()},useDeferredValue:function(e){return le="useDeferredValue",ct(),we(),xw(e)},useTransition:function(){return le="useTransition",ct(),we(),Ew()},useMutableSource:function(e,t,i){return le="useMutableSource",ct(),we(),void 0},useSyncExternalStore:function(e,t,i){return le="useSyncExternalStore",ct(),we(),_y(e,t)},useId:function(){return le="useId",ct(),we(),$y()},unstable_isNewReconciler:he}}var fu=c.unstable_now,Pw=0,zy=-1,rv=-1,Fy=-1,e1=!1,Uy=!1;function Aw(){return e1}function kL(){Uy=!0}function SL(){e1=!1,Uy=!1}function xL(){e1=Uy,Uy=!1}function zw(){return Pw}function Fw(){Pw=fu()}function t1(e){rv=fu(),e.actualStartTime<0&&(e.actualStartTime=fu())}function Uw(e){rv=-1}function Hy(e,t){if(rv>=0){var i=fu()-rv;e.actualDuration+=i,t&&(e.selfBaseDuration=i),rv=-1}}function co(e){if(zy>=0){var t=fu()-zy;zy=-1;for(var i=e.return;i!==null;){switch(i.tag){case D:var a=i.stateNode;a.effectDuration+=t;return;case ce:var u=i.stateNode;u.effectDuration+=t;return}i=i.return}}}function n1(e){if(Fy>=0){var t=fu()-Fy;Fy=-1;for(var i=e.return;i!==null;){switch(i.tag){case D:var a=i.stateNode;a!==null&&(a.passiveEffectDuration+=t);return;case ce:var u=i.stateNode;u!==null&&(u.passiveEffectDuration+=t);return}i=i.return}}}function fo(){zy=fu()}function r1(){Fy=fu()}function i1(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function Os(e,t){return{value:e,source:t,stack:dd(t),digest:null}}function a1(e,t,i){return{value:e,source:null,stack:i??null,digest:t??null}}function _L(e,t){return!0}function o1(e,t){try{var i=_L(e,t);if(i===!1)return;var a=t.value,u=t.source,d=t.stack,m=d!==null?d:"";if(a!=null&&a._suppressLogging){if(e.tag===R)return;console.error(a)}var b=u?dt(u):null,k=b?"The above error occurred in the <"+b+"> component:":"The above error occurred in one of your React components:",_;if(e.tag===D)_=`Consider adding an error boundary to your tree to customize error handling behavior.
123
- Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries.`;else{var C=dt(e)||"Anonymous";_="React will try to recreate this component tree from scratch "+("using the error boundary you provided, "+C+".")}var z=k+`
124
- `+m+`
122
+ Incoming: %s`,pe,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var a=0;a<t.length&&a<e.length;a++)if(!Ve(e[a],t[a]))return!1;return!0}function nd(e,t,a,u,c,v){Ws=v,Bt=t,ca=e!==null?e._debugHookTypes:null,_u=-1,QS=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=ce,e!==null&&e.memoizedState!==null?Fe.current=K3:ca!==null?Fe.current=j3:Fe.current=V3;var y=a(u,c);if($v){var k=0;do{if($v=!1,Lv=0,k>=cO)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");k+=1,QS=!1,tr=null,nr=null,t.updateQueue=null,_u=-1,Fe.current=W3,y=a(u,c)}while($v)}Fe.current=Ny,t._debugHookTypes=ca;var x=tr!==null&&tr.next!==null;if(Ws=ce,Bt=null,tr=null,nr=null,pe=null,ca=null,_u=-1,e!==null&&(e.flags&Zn)!==(t.flags&Zn)&&(e.mode&ht)!==it&&m("Internal React error: Expected static flag was missing. Please notify the React team."),by=!1,x)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return y}function rd(){var e=Lv!==0;return Lv=0,e}function C3(e,t,a){t.updateQueue=e.updateQueue,(t.mode&ki)!==it?t.flags&=~(Yo|Fr|rn|vt):t.flags&=~(rn|vt),e.lanes=nu(e.lanes,a)}function E3(){if(Fe.current=Ny,by){for(var e=Bt.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}by=!1}Ws=ce,Bt=null,tr=null,nr=null,ca=null,_u=-1,pe=null,z3=!1,$v=!1,Lv=0}function ko(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return nr===null?Bt.memoizedState=nr=e:nr=nr.next=e,nr}function fa(){var e;if(tr===null){var t=Bt.alternate;t!==null?e=t.memoizedState:e=null}else e=tr.next;var a;if(nr===null?a=Bt.memoizedState:a=nr.next,a!==null)nr=a,a=nr.next,tr=e;else{if(e===null)throw new Error("Rendered more hooks than during the previous render.");tr=e;var u={memoizedState:tr.memoizedState,baseState:tr.baseState,baseQueue:tr.baseQueue,queue:tr.queue,next:null};nr===null?Bt.memoizedState=nr=u:nr=nr.next=u}return nr}function _3(){return{lastEffect:null,stores:null}}function ZS(e,t){return typeof t=="function"?t(e):t}function JS(e,t,a){var u=ko(),c;a!==void 0?c=a(t):c=t,u.memoizedState=u.baseState=c;var v={pending:null,interleaved:null,lanes:ce,dispatch:null,lastRenderedReducer:e,lastRenderedState:c};u.queue=v;var y=v.dispatch=mO.bind(null,Bt,v);return[u.memoizedState,y]}function GS(e,t,a){var u=fa(),c=u.queue;if(c===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");c.lastRenderedReducer=e;var v=tr,y=v.baseQueue,k=c.pending;if(k!==null){if(y!==null){var x=y.next,M=k.next;y.next=M,k.next=x}v.baseQueue!==y&&m("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),v.baseQueue=y=k,c.pending=null}if(y!==null){var N=y.next,I=v.baseState,B=null,te=null,ne=null,ue=N;do{var ze=ue.lane;if(rl(Ws,ze)){if(ne!==null){var Qe={lane:Ct,action:ue.action,hasEagerState:ue.hasEagerState,eagerState:ue.eagerState,next:null};ne=ne.next=Qe}if(ue.hasEagerState)I=ue.eagerState;else{var _t=ue.action;I=e(I,_t)}}else{var nt={lane:ze,action:ue.action,hasEagerState:ue.hasEagerState,eagerState:ue.eagerState,next:null};ne===null?(te=ne=nt,B=I):ne=ne.next=nt,Bt.lanes=mt(Bt.lanes,ze),qv(ze)}ue=ue.next}while(ue!==null&&ue!==N);ne===null?B=I:ne.next=te,Ve(I,u.memoizedState)||Hv(),u.memoizedState=I,u.baseState=B,u.baseQueue=ne,c.lastRenderedState=I}var kt=c.interleaved;if(kt!==null){var X=kt;do{var se=X.lane;Bt.lanes=mt(Bt.lanes,se),qv(se),X=X.next}while(X!==kt)}else y===null&&(c.lanes=ce);var Z=c.dispatch;return[u.memoizedState,Z]}function qS(e,t,a){var u=fa(),c=u.queue;if(c===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");c.lastRenderedReducer=e;var v=c.dispatch,y=c.pending,k=u.memoizedState;if(y!==null){c.pending=null;var x=y.next,M=x;do{var N=M.action;k=e(k,N),M=M.next}while(M!==x);Ve(k,u.memoizedState)||Hv(),u.memoizedState=k,u.baseQueue===null&&(u.baseState=k),c.lastRenderedState=k}return[k,v]}function BF(e,t,a){}function HF(e,t,a){}function ek(e,t,a){var u=Bt,c=ko(),v,y=Cr();if(y){if(a===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");v=a(),ed||v!==a()&&(m("The result of getServerSnapshot should be cached to avoid an infinite loop"),ed=!0)}else{if(v=t(),!ed){var k=t();Ve(v,k)||(m("The result of getSnapshot should be cached to avoid an infinite loop"),ed=!0)}var x=Zy();if(x===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");ws(x,Ws)||T3(u,t,v)}c.memoizedState=v;var M={value:v,getSnapshot:t};return c.queue=M,Cy(R3.bind(null,u,M,e),[e]),u.flags|=rn,Ov(qn|Er,D3.bind(null,u,M,v,t),void 0,null),v}function Sy(e,t,a){var u=Bt,c=fa(),v=t();if(!ed){var y=t();Ve(v,y)||(m("The result of getSnapshot should be cached to avoid an infinite loop"),ed=!0)}var k=c.memoizedState,x=!Ve(k,v);x&&(c.memoizedState=v,Hv());var M=c.queue;if(Fv(R3.bind(null,u,M,e),[e]),M.getSnapshot!==t||x||nr!==null&&nr.memoizedState.tag&qn){u.flags|=rn,Ov(qn|Er,D3.bind(null,u,M,v,t),void 0,null);var N=Zy();if(N===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");ws(N,Ws)||T3(u,t,v)}return v}function T3(e,t,a){e.flags|=vs;var u={getSnapshot:t,value:a},c=Bt.updateQueue;if(c===null)c=_3(),Bt.updateQueue=c,c.stores=[u];else{var v=c.stores;v===null?c.stores=[u]:v.push(u)}}function D3(e,t,a,u){t.value=a,t.getSnapshot=u,P3(t)&&M3(e)}function R3(e,t,a){var u=function(){P3(t)&&M3(e)};return a(u)}function P3(e){var t=e.getSnapshot,a=e.value;try{var u=t();return!Ve(a,u)}catch{return!0}}function M3(e){var t=Di(e,ot);t!==null&&or(t,e,ot,Qt)}function ky(e){var t=ko();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var a={pending:null,interleaved:null,lanes:ce,dispatch:null,lastRenderedReducer:ZS,lastRenderedState:e};t.queue=a;var u=a.dispatch=hO.bind(null,Bt,a);return[t.memoizedState,u]}function tk(e){return GS(ZS)}function nk(e){return qS(ZS)}function Ov(e,t,a,u){var c={tag:e,create:t,destroy:a,deps:u,next:null},v=Bt.updateQueue;if(v===null)v=_3(),Bt.updateQueue=v,v.lastEffect=c.next=c;else{var y=v.lastEffect;if(y===null)v.lastEffect=c.next=c;else{var k=y.next;y.next=c,c.next=k,v.lastEffect=c}}return c}function rk(e){var t=ko();{var a={current:e};return t.memoizedState=a,a}}function xy(e){var t=fa();return t.memoizedState}function Av(e,t,a,u){var c=ko(),v=u===void 0?null:u;Bt.flags|=e,c.memoizedState=Ov(qn|t,a,void 0,v)}function wy(e,t,a,u){var c=fa(),v=u===void 0?null:u,y=void 0;if(tr!==null){var k=tr.memoizedState;if(y=k.destroy,v!==null){var x=k.deps;if(XS(v,x)){c.memoizedState=Ov(t,a,y,v);return}}}Bt.flags|=e,c.memoizedState=Ov(qn|t,a,y,v)}function Cy(e,t){return(Bt.mode&ki)!==it?Av(Yo|rn|no,Er,e,t):Av(rn|no,Er,e,t)}function Fv(e,t){return wy(rn,Er,e,t)}function ik(e,t){return Av(vt,So,e,t)}function Ey(e,t){return wy(vt,So,e,t)}function ak(e,t){var a=vt;return a|=Ar,(Bt.mode&ki)!==it&&(a|=Fr),Av(a,er,e,t)}function _y(e,t){return wy(vt,er,e,t)}function N3(e,t){if(typeof t=="function"){var a=t,u=e();return a(u),function(){a(null)}}else if(t!=null){var c=t;c.hasOwnProperty("current")||m("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(c).join(", ")+"}");var v=e();return c.current=v,function(){c.current=null}}}function ok(e,t,a){typeof t!="function"&&m("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var u=a!=null?a.concat([e]):null,c=vt;return c|=Ar,(Bt.mode&ki)!==it&&(c|=Fr),Av(c,er,N3.bind(null,t,e),u)}function Ty(e,t,a){typeof t!="function"&&m("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var u=a!=null?a.concat([e]):null;return wy(vt,er,N3.bind(null,t,e),u)}function dO(e,t){}var Dy=dO;function lk(e,t){var a=ko(),u=t===void 0?null:t;return a.memoizedState=[e,u],e}function Ry(e,t){var a=fa(),u=t===void 0?null:t,c=a.memoizedState;if(c!==null&&u!==null){var v=c[1];if(XS(u,v))return c[0]}return a.memoizedState=[e,u],e}function uk(e,t){var a=ko(),u=t===void 0?null:t,c=e();return a.memoizedState=[c,u],c}function Py(e,t){var a=fa(),u=t===void 0?null:t,c=a.memoizedState;if(c!==null&&u!==null){var v=c[1];if(XS(u,v))return c[0]}var y=e();return a.memoizedState=[y,u],y}function sk(e){var t=ko();return t.memoizedState=e,e}function $3(e){var t=fa(),a=tr,u=a.memoizedState;return O3(t,u,e)}function L3(e){var t=fa();if(tr===null)return t.memoizedState=e,e;var a=tr.memoizedState;return O3(t,a,e)}function O3(e,t,a){var u=!m1(Ws);if(u){if(!Ve(a,t)){var c=zp();Bt.lanes=mt(Bt.lanes,c),qv(c),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,Hv()),e.memoizedState=a,a}function pO(e,t,a){var u=wi();On(fr(u,Gn)),e(!0);var c=Nv.transition;Nv.transition={};var v=Nv.transition;Nv.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(On(u),Nv.transition=c,c===null&&v._updatedFibers){var y=v._updatedFibers.size;y>10&&h("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),v._updatedFibers.clear()}}}function ck(){var e=ky(!1),t=e[0],a=e[1],u=pO.bind(null,a),c=ko();return c.memoizedState=u,[t,u]}function A3(){var e=tk(),t=e[0],a=fa(),u=a.memoizedState;return[t,u]}function F3(){var e=nk(),t=e[0],a=fa(),u=a.memoizedState;return[t,u]}var z3=!1;function vO(){return z3}function fk(){var e=ko(),t=Zy(),a=t.identifierPrefix,u;if(Cr()){var c=DL();u=":"+a+"R"+c;var v=Lv++;v>0&&(u+="H"+v.toString(32)),u+=":"}else{var y=sO++;u=":"+a+"r"+y.toString(32)+":"}return e.memoizedState=u,u}function My(){var e=fa(),t=e.memoizedState;return t}function mO(e,t,a){typeof arguments[3]=="function"&&m("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var u=Mu(e),c={lane:u,action:a,hasEagerState:!1,eagerState:null,next:null};if(U3(e))B3(t,c);else{var v=r3(e,t,c,u);if(v!==null){var y=ri();or(v,e,u,y),H3(v,t,u)}}I3(e,u)}function hO(e,t,a){typeof arguments[3]=="function"&&m("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var u=Mu(e),c={lane:u,action:a,hasEagerState:!1,eagerState:null,next:null};if(U3(e))B3(t,c);else{var v=e.alternate;if(e.lanes===ce&&(v===null||v.lanes===ce)){var y=t.lastRenderedReducer;if(y!==null){var k;k=Fe.current,Fe.current=Ha;try{var x=t.lastRenderedState,M=y(x,a);if(c.hasEagerState=!0,c.eagerState=M,Ve(M,x)){QL(e,t,c,u);return}}catch{}finally{Fe.current=k}}}var N=r3(e,t,c,u);if(N!==null){var I=ri();or(N,e,u,I),H3(N,t,u)}}I3(e,u)}function U3(e){var t=e.alternate;return e===Bt||t!==null&&t===Bt}function B3(e,t){$v=by=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function H3(e,t,a){if(Fp(a)){var u=t.lanes;u=Up(u,e.pendingLanes);var c=mt(u,a);t.lanes=c,ru(e,c)}}function I3(e,t,a){uo(e,t)}var Ny={readContext:Xn,useCallback:Kr,useContext:Kr,useEffect:Kr,useImperativeHandle:Kr,useInsertionEffect:Kr,useLayoutEffect:Kr,useMemo:Kr,useReducer:Kr,useRef:Kr,useState:Kr,useDebugValue:Kr,useDeferredValue:Kr,useTransition:Kr,useMutableSource:Kr,useSyncExternalStore:Kr,useId:Kr,unstable_isNewReconciler:he},V3=null,j3=null,K3=null,W3=null,xo=null,Ha=null,$y=null;{var dk=function(){m("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")},ft=function(){m("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")};V3={readContext:function(e){return Xn(e)},useCallback:function(e,t){return pe="useCallback",Lt(),td(t),lk(e,t)},useContext:function(e){return pe="useContext",Lt(),Xn(e)},useEffect:function(e,t){return pe="useEffect",Lt(),td(t),Cy(e,t)},useImperativeHandle:function(e,t,a){return pe="useImperativeHandle",Lt(),td(a),ok(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",Lt(),td(t),ik(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",Lt(),td(t),ak(e,t)},useMemo:function(e,t){pe="useMemo",Lt(),td(t);var a=Fe.current;Fe.current=xo;try{return uk(e,t)}finally{Fe.current=a}},useReducer:function(e,t,a){pe="useReducer",Lt();var u=Fe.current;Fe.current=xo;try{return JS(e,t,a)}finally{Fe.current=u}},useRef:function(e){return pe="useRef",Lt(),rk(e)},useState:function(e){pe="useState",Lt();var t=Fe.current;Fe.current=xo;try{return ky(e)}finally{Fe.current=t}},useDebugValue:function(e,t){return pe="useDebugValue",Lt(),void 0},useDeferredValue:function(e){return pe="useDeferredValue",Lt(),sk(e)},useTransition:function(){return pe="useTransition",Lt(),ck()},useMutableSource:function(e,t,a){return pe="useMutableSource",Lt(),void 0},useSyncExternalStore:function(e,t,a){return pe="useSyncExternalStore",Lt(),ek(e,t,a)},useId:function(){return pe="useId",Lt(),fk()},unstable_isNewReconciler:he},j3={readContext:function(e){return Xn(e)},useCallback:function(e,t){return pe="useCallback",$e(),lk(e,t)},useContext:function(e){return pe="useContext",$e(),Xn(e)},useEffect:function(e,t){return pe="useEffect",$e(),Cy(e,t)},useImperativeHandle:function(e,t,a){return pe="useImperativeHandle",$e(),ok(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",$e(),ik(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",$e(),ak(e,t)},useMemo:function(e,t){pe="useMemo",$e();var a=Fe.current;Fe.current=xo;try{return uk(e,t)}finally{Fe.current=a}},useReducer:function(e,t,a){pe="useReducer",$e();var u=Fe.current;Fe.current=xo;try{return JS(e,t,a)}finally{Fe.current=u}},useRef:function(e){return pe="useRef",$e(),rk(e)},useState:function(e){pe="useState",$e();var t=Fe.current;Fe.current=xo;try{return ky(e)}finally{Fe.current=t}},useDebugValue:function(e,t){return pe="useDebugValue",$e(),void 0},useDeferredValue:function(e){return pe="useDeferredValue",$e(),sk(e)},useTransition:function(){return pe="useTransition",$e(),ck()},useMutableSource:function(e,t,a){return pe="useMutableSource",$e(),void 0},useSyncExternalStore:function(e,t,a){return pe="useSyncExternalStore",$e(),ek(e,t,a)},useId:function(){return pe="useId",$e(),fk()},unstable_isNewReconciler:he},K3={readContext:function(e){return Xn(e)},useCallback:function(e,t){return pe="useCallback",$e(),Ry(e,t)},useContext:function(e){return pe="useContext",$e(),Xn(e)},useEffect:function(e,t){return pe="useEffect",$e(),Fv(e,t)},useImperativeHandle:function(e,t,a){return pe="useImperativeHandle",$e(),Ty(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",$e(),Ey(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",$e(),_y(e,t)},useMemo:function(e,t){pe="useMemo",$e();var a=Fe.current;Fe.current=Ha;try{return Py(e,t)}finally{Fe.current=a}},useReducer:function(e,t,a){pe="useReducer",$e();var u=Fe.current;Fe.current=Ha;try{return GS(e,t,a)}finally{Fe.current=u}},useRef:function(e){return pe="useRef",$e(),xy()},useState:function(e){pe="useState",$e();var t=Fe.current;Fe.current=Ha;try{return tk(e)}finally{Fe.current=t}},useDebugValue:function(e,t){return pe="useDebugValue",$e(),Dy()},useDeferredValue:function(e){return pe="useDeferredValue",$e(),$3(e)},useTransition:function(){return pe="useTransition",$e(),A3()},useMutableSource:function(e,t,a){return pe="useMutableSource",$e(),void 0},useSyncExternalStore:function(e,t,a){return pe="useSyncExternalStore",$e(),Sy(e,t)},useId:function(){return pe="useId",$e(),My()},unstable_isNewReconciler:he},W3={readContext:function(e){return Xn(e)},useCallback:function(e,t){return pe="useCallback",$e(),Ry(e,t)},useContext:function(e){return pe="useContext",$e(),Xn(e)},useEffect:function(e,t){return pe="useEffect",$e(),Fv(e,t)},useImperativeHandle:function(e,t,a){return pe="useImperativeHandle",$e(),Ty(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",$e(),Ey(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",$e(),_y(e,t)},useMemo:function(e,t){pe="useMemo",$e();var a=Fe.current;Fe.current=$y;try{return Py(e,t)}finally{Fe.current=a}},useReducer:function(e,t,a){pe="useReducer",$e();var u=Fe.current;Fe.current=$y;try{return qS(e,t,a)}finally{Fe.current=u}},useRef:function(e){return pe="useRef",$e(),xy()},useState:function(e){pe="useState",$e();var t=Fe.current;Fe.current=$y;try{return nk(e)}finally{Fe.current=t}},useDebugValue:function(e,t){return pe="useDebugValue",$e(),Dy()},useDeferredValue:function(e){return pe="useDeferredValue",$e(),L3(e)},useTransition:function(){return pe="useTransition",$e(),F3()},useMutableSource:function(e,t,a){return pe="useMutableSource",$e(),void 0},useSyncExternalStore:function(e,t,a){return pe="useSyncExternalStore",$e(),Sy(e,t)},useId:function(){return pe="useId",$e(),My()},unstable_isNewReconciler:he},xo={readContext:function(e){return dk(),Xn(e)},useCallback:function(e,t){return pe="useCallback",ft(),Lt(),lk(e,t)},useContext:function(e){return pe="useContext",ft(),Lt(),Xn(e)},useEffect:function(e,t){return pe="useEffect",ft(),Lt(),Cy(e,t)},useImperativeHandle:function(e,t,a){return pe="useImperativeHandle",ft(),Lt(),ok(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",ft(),Lt(),ik(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",ft(),Lt(),ak(e,t)},useMemo:function(e,t){pe="useMemo",ft(),Lt();var a=Fe.current;Fe.current=xo;try{return uk(e,t)}finally{Fe.current=a}},useReducer:function(e,t,a){pe="useReducer",ft(),Lt();var u=Fe.current;Fe.current=xo;try{return JS(e,t,a)}finally{Fe.current=u}},useRef:function(e){return pe="useRef",ft(),Lt(),rk(e)},useState:function(e){pe="useState",ft(),Lt();var t=Fe.current;Fe.current=xo;try{return ky(e)}finally{Fe.current=t}},useDebugValue:function(e,t){return pe="useDebugValue",ft(),Lt(),void 0},useDeferredValue:function(e){return pe="useDeferredValue",ft(),Lt(),sk(e)},useTransition:function(){return pe="useTransition",ft(),Lt(),ck()},useMutableSource:function(e,t,a){return pe="useMutableSource",ft(),Lt(),void 0},useSyncExternalStore:function(e,t,a){return pe="useSyncExternalStore",ft(),Lt(),ek(e,t,a)},useId:function(){return pe="useId",ft(),Lt(),fk()},unstable_isNewReconciler:he},Ha={readContext:function(e){return dk(),Xn(e)},useCallback:function(e,t){return pe="useCallback",ft(),$e(),Ry(e,t)},useContext:function(e){return pe="useContext",ft(),$e(),Xn(e)},useEffect:function(e,t){return pe="useEffect",ft(),$e(),Fv(e,t)},useImperativeHandle:function(e,t,a){return pe="useImperativeHandle",ft(),$e(),Ty(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",ft(),$e(),Ey(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",ft(),$e(),_y(e,t)},useMemo:function(e,t){pe="useMemo",ft(),$e();var a=Fe.current;Fe.current=Ha;try{return Py(e,t)}finally{Fe.current=a}},useReducer:function(e,t,a){pe="useReducer",ft(),$e();var u=Fe.current;Fe.current=Ha;try{return GS(e,t,a)}finally{Fe.current=u}},useRef:function(e){return pe="useRef",ft(),$e(),xy()},useState:function(e){pe="useState",ft(),$e();var t=Fe.current;Fe.current=Ha;try{return tk(e)}finally{Fe.current=t}},useDebugValue:function(e,t){return pe="useDebugValue",ft(),$e(),Dy()},useDeferredValue:function(e){return pe="useDeferredValue",ft(),$e(),$3(e)},useTransition:function(){return pe="useTransition",ft(),$e(),A3()},useMutableSource:function(e,t,a){return pe="useMutableSource",ft(),$e(),void 0},useSyncExternalStore:function(e,t,a){return pe="useSyncExternalStore",ft(),$e(),Sy(e,t)},useId:function(){return pe="useId",ft(),$e(),My()},unstable_isNewReconciler:he},$y={readContext:function(e){return dk(),Xn(e)},useCallback:function(e,t){return pe="useCallback",ft(),$e(),Ry(e,t)},useContext:function(e){return pe="useContext",ft(),$e(),Xn(e)},useEffect:function(e,t){return pe="useEffect",ft(),$e(),Fv(e,t)},useImperativeHandle:function(e,t,a){return pe="useImperativeHandle",ft(),$e(),Ty(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",ft(),$e(),Ey(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",ft(),$e(),_y(e,t)},useMemo:function(e,t){pe="useMemo",ft(),$e();var a=Fe.current;Fe.current=Ha;try{return Py(e,t)}finally{Fe.current=a}},useReducer:function(e,t,a){pe="useReducer",ft(),$e();var u=Fe.current;Fe.current=Ha;try{return qS(e,t,a)}finally{Fe.current=u}},useRef:function(e){return pe="useRef",ft(),$e(),xy()},useState:function(e){pe="useState",ft(),$e();var t=Fe.current;Fe.current=Ha;try{return nk(e)}finally{Fe.current=t}},useDebugValue:function(e,t){return pe="useDebugValue",ft(),$e(),Dy()},useDeferredValue:function(e){return pe="useDeferredValue",ft(),$e(),L3(e)},useTransition:function(){return pe="useTransition",ft(),$e(),F3()},useMutableSource:function(e,t,a){return pe="useMutableSource",ft(),$e(),void 0},useSyncExternalStore:function(e,t,a){return pe="useSyncExternalStore",ft(),$e(),Sy(e,t)},useId:function(){return pe="useId",ft(),$e(),My()},unstable_isNewReconciler:he}}var Tu=i.unstable_now,Y3=0,Ly=-1,zv=-1,Oy=-1,pk=!1,Ay=!1;function Q3(){return pk}function gO(){Ay=!0}function yO(){pk=!1,Ay=!1}function bO(){pk=Ay,Ay=!1}function X3(){return Y3}function Z3(){Y3=Tu()}function vk(e){zv=Tu(),e.actualStartTime<0&&(e.actualStartTime=Tu())}function J3(e){zv=-1}function Fy(e,t){if(zv>=0){var a=Tu()-zv;e.actualDuration+=a,t&&(e.selfBaseDuration=a),zv=-1}}function wo(e){if(Ly>=0){var t=Tu()-Ly;Ly=-1;for(var a=e.return;a!==null;){switch(a.tag){case T:var u=a.stateNode;u.effectDuration+=t;return;case ie:var c=a.stateNode;c.effectDuration+=t;return}a=a.return}}}function mk(e){if(Oy>=0){var t=Tu()-Oy;Oy=-1;for(var a=e.return;a!==null;){switch(a.tag){case T:var u=a.stateNode;u!==null&&(u.passiveEffectDuration+=t);return;case ie:var c=a.stateNode;c!==null&&(c.passiveEffectDuration+=t);return}a=a.return}}}function Co(){Ly=Tu()}function hk(){Oy=Tu()}function gk(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function Ys(e,t){return{value:e,source:t,stack:Yd(t),digest:null}}function yk(e,t,a){return{value:e,source:null,stack:a??null,digest:t??null}}function SO(e,t){return!0}function bk(e,t){try{var a=SO(e,t);if(a===!1)return;var u=t.value,c=t.source,v=t.stack,y=v!==null?v:"";if(u!=null&&u._suppressLogging){if(e.tag===C)return;console.error(u)}var k=c?pt(c):null,x=k?"The above error occurred in the <"+k+"> component:":"The above error occurred in one of your React components:",M;if(e.tag===T)M=`Consider adding an error boundary to your tree to customize error handling behavior.
123
+ Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries.`;else{var N=pt(e)||"Anonymous";M="React will try to recreate this component tree from scratch "+("using the error boundary you provided, "+N+".")}var I=x+`
124
+ `+y+`
125
125
 
126
- `+(""+_);console.error(z)}catch($){setTimeout(function(){throw $})}}var CL=typeof WeakMap=="function"?WeakMap:Map;function Hw(e,t,i){var a=rl(Wt,i);a.tag=ok,a.payload={element:null};var u=t.value;return a.callback=function(){h8(u),o1(e,t)},a}function l1(e,t,i){var a=rl(Wt,i);a.tag=ok;var u=e.type.getDerivedStateFromError;if(typeof u=="function"){var d=t.value;a.payload=function(){return u(d)},a.callback=function(){ZT(e),o1(e,t)}}var m=e.stateNode;return m!==null&&typeof m.componentDidCatch=="function"&&(a.callback=function(){ZT(e),o1(e,t),typeof u!="function"&&v8(this);var k=t.value,_=t.stack;this.componentDidCatch(k,{componentStack:_!==null?_:""}),typeof u!="function"&&(Pr(e.lanes,nt)||y("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",dt(e)||"Unknown"))}),a}function Vw(e,t,i){var a=e.pingCache,u;if(a===null?(a=e.pingCache=new CL,u=new Set,a.set(t,u)):(u=a.get(t),u===void 0&&(u=new Set,a.set(t,u))),!u.has(i)){u.add(i);var d=y8.bind(null,e,t,i);Yn&&bv(e,i),t.then(d,d)}}function EL(e,t,i,a){var u=e.updateQueue;if(u===null){var d=new Set;d.add(i),e.updateQueue=d}else u.add(i)}function wL(e,t){var i=e.tag;if((e.mode&mt)===et&&(i===T||i===ne||i===$e)){var a=e.alternate;a?(e.updateQueue=a.updateQueue,e.memoizedState=a.memoizedState,e.lanes=a.lanes):(e.updateQueue=null,e.memoizedState=null)}}function jw(e){var t=e;do{if(t.tag===H&&cL(t))return t;t=t.return}while(t!==null);return null}function Bw(e,t,i,a,u){if((e.mode&mt)===et){if(e===t)e.flags|=Fn;else{if(e.flags|=ot,i.flags|=qu,i.flags&=~(gc|jr),i.tag===R){var d=i.alternate;if(d===null)i.tag=Te;else{var m=rl(Wt,nt);m.tag=cy,lu(i,m,nt)}}i.lanes=vt(i.lanes,nt)}return e}return e.flags|=Fn,e.lanes=u,e}function TL(e,t,i,a,u){if(i.flags|=jr,Yn&&bv(e,u),a!==null&&typeof a=="object"&&typeof a.then=="function"){var d=a;wL(i),gr()&&i.mode&mt&&ME();var m=jw(t);if(m!==null){m.flags&=~fn,Bw(m,t,i,e,u),m.mode&mt&&Vw(e,d,u),EL(m,e,d);return}else{if(!Ul(u)){Vw(e,d,u),H1();return}var b=new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");a=b}}else if(gr()&&i.mode&mt){ME();var k=jw(t);if(k!==null){(k.flags&Fn)===Ze&&(k.flags|=fn),Bw(k,t,i,e,u),q0(Os(a,i));return}}a=Os(a,i),o8(a);var _=t;do{switch(_.tag){case D:{var C=a;_.flags|=Fn;var z=Nn(u);_.lanes=vt(_.lanes,z);var $=Hw(_,C,z);sk(_,$);return}case R:var K=a,X=_.type,re=_.stateNode;if((_.flags&ot)===Ze&&(typeof X.getDerivedStateFromError=="function"||re!==null&&typeof re.componentDidCatch=="function"&&!jT(re))){_.flags|=Fn;var Pe=Nn(u);_.lanes=vt(_.lanes,Pe);var Ge=l1(_,K,Pe);sk(_,Ge);return}break}_=_.return}while(_!==null)}function RL(){return null}var iv=s.ReactCurrentOwner,Da=!1,u1,av,s1,c1,f1,Ls,d1,Vy;u1={},av={},s1={},c1={},f1={},Ls=!1,d1={},Vy={};function Kr(e,t,i,a){e===null?t.child=lw(t,null,i,a):t.child=Tf(t,e.child,i,a)}function DL(e,t,i,a){t.child=Tf(t,e.child,null,a),t.child=Tf(t,null,i,a)}function Iw(e,t,i,a,u){if(t.type!==t.elementType){var d=i.propTypes;d&&_a(d,a,"prop",It(i))}var m=i.render,b=t.ref,k,_;wf(t,u),Xa(t);{if(iv.current=t,Ri(!0),k=Mf(e,t,m,a,b,u),_=$f(),t.mode&an){Dn(!0);try{k=Mf(e,t,m,a,b,u),_=$f()}finally{Dn(!1)}}Ri(!1)}return Lo(),e!==null&&!Da?(dw(e,t,u),il(e,t,u)):(gr()&&_&&Q0(t),t.flags|=ja,Kr(e,t,k,u),t.child)}function Yw(e,t,i,a,u){if(e===null){var d=i.type;if($8(d)&&i.compare===null&&i.defaultProps===void 0){var m=d;return m=jf(d),t.tag=$e,t.type=m,m1(t,d),Ww(e,t,m,a,u)}{var b=d.propTypes;b&&_a(b,a,"prop",It(d))}var k=Z1(i.type,null,a,t,t.mode,u);return k.ref=t.ref,k.return=t,t.child=k,k}{var _=i.type,C=_.propTypes;C&&_a(C,a,"prop",It(_))}var z=e.child,$=S1(e,u);if(!$){var K=z.memoizedProps,X=i.compare;if(X=X!==null?X:Xe,X(K,a)&&e.ref===t.ref)return il(e,t,u)}t.flags|=ja;var re=zs(z,a);return re.ref=t.ref,re.return=t,t.child=re,re}function Ww(e,t,i,a,u){if(t.type!==t.elementType){var d=t.elementType;if(d.$$typeof===mr){var m=d,b=m._payload,k=m._init;try{d=k(b)}catch{d=null}var _=d&&d.propTypes;_&&_a(_,a,"prop",It(d))}}if(e!==null){var C=e.memoizedProps;if(Xe(C,a)&&e.ref===t.ref&&t.type===e.type)if(Da=!1,t.pendingProps=a=C,S1(e,u))(e.flags&qu)!==Ze&&(Da=!0);else return t.lanes=e.lanes,il(e,t,u)}return p1(e,t,i,a,u)}function Qw(e,t,i){var a=t.pendingProps,u=a.children,d=e!==null?e.memoizedState:null;if(a.mode==="hidden"||q)if((t.mode&mt)===et){var m={baseLanes:oe,cachePool:null,transitions:null};t.memoizedState=m,eg(t,i)}else if(Pr(i,$r)){var z={baseLanes:oe,cachePool:null,transitions:null};t.memoizedState=z;var $=d!==null?d.baseLanes:i;eg(t,$)}else{var b=null,k;if(d!==null){var _=d.baseLanes;k=vt(_,i)}else k=i;t.lanes=t.childLanes=$r;var C={baseLanes:k,cachePool:b,transitions:null};return t.memoizedState=C,t.updateQueue=null,eg(t,k),null}else{var K;d!==null?(K=vt(d.baseLanes,i),t.memoizedState=null):K=i,eg(t,K)}return Kr(e,t,u,i),t.child}function NL(e,t,i){var a=t.pendingProps;return Kr(e,t,a,i),t.child}function OL(e,t,i){var a=t.pendingProps.children;return Kr(e,t,a,i),t.child}function LL(e,t,i){{t.flags|=pt;{var a=t.stateNode;a.effectDuration=0,a.passiveEffectDuration=0}}var u=t.pendingProps,d=u.children;return Kr(e,t,d,i),t.child}function Kw(e,t){var i=t.ref;(e===null&&i!==null||e!==null&&e.ref!==i)&&(t.flags|=Rr,t.flags|=Vd)}function p1(e,t,i,a,u){if(t.type!==t.elementType){var d=i.propTypes;d&&_a(d,a,"prop",It(i))}var m;{var b=kf(t,i,!0);m=Sf(t,b)}var k,_;wf(t,u),Xa(t);{if(iv.current=t,Ri(!0),k=Mf(e,t,i,a,m,u),_=$f(),t.mode&an){Dn(!0);try{k=Mf(e,t,i,a,m,u),_=$f()}finally{Dn(!1)}}Ri(!1)}return Lo(),e!==null&&!Da?(dw(e,t,u),il(e,t,u)):(gr()&&_&&Q0(t),t.flags|=ja,Kr(e,t,k,u),t.child)}function Xw(e,t,i,a,u){{switch(X8(t)){case!1:{var d=t.stateNode,m=t.type,b=new m(t.memoizedProps,d.context),k=b.state;d.updater.enqueueSetState(d,k,null);break}case!0:{t.flags|=ot,t.flags|=Fn;var _=new Error("Simulated error coming from DevTools"),C=Nn(u);t.lanes=vt(t.lanes,C);var z=l1(t,Os(_,t),C);sk(t,z);break}}if(t.type!==t.elementType){var $=i.propTypes;$&&_a($,a,"prop",It(i))}}var K;oo(i)?(K=!0,qh(t)):K=!1,wf(t,u);var X=t.stateNode,re;X===null?(By(e,t),nw(t,i,a),Sk(t,i,a,u),re=!0):e===null?re=iL(t,i,a,u):re=aL(e,t,i,a,u);var Pe=v1(e,t,i,re,K,u);{var Ge=t.stateNode;re&&Ge.props!==a&&(Ls||y("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",dt(t)||"a component"),Ls=!0)}return Pe}function v1(e,t,i,a,u,d){Kw(e,t);var m=(t.flags&ot)!==Ze;if(!a&&!m)return u&&DE(t,i,!1),il(e,t,d);var b=t.stateNode;iv.current=t;var k;if(m&&typeof i.getDerivedStateFromError!="function")k=null,Uw();else{Xa(t);{if(Ri(!0),k=b.render(),t.mode&an){Dn(!0);try{b.render()}finally{Dn(!1)}}Ri(!1)}Lo()}return t.flags|=ja,e!==null&&m?DL(e,t,k,d):Kr(e,t,k,d),t.memoizedState=b.state,u&&DE(t,i,!0),t.child}function Jw(e){var t=e.stateNode;t.pendingContext?TE(e,t.pendingContext,t.pendingContext!==t.context):t.context&&TE(e,t.context,!1),Tk(e,t.containerInfo)}function ML(e,t,i){if(Jw(t),e===null)throw new Error("Should have a current fiber. This is a bug in React.");var a=t.pendingProps,u=t.memoizedState,d=u.element;KE(e,t),vy(t,a,null,i);var m=t.memoizedState;t.stateNode;var b=m.element;if(u.isDehydrated){var k={element:b,isDehydrated:!1,cache:m.cache,pendingSuspenseBoundaries:m.pendingSuspenseBoundaries,transitions:m.transitions},_=t.updateQueue;if(_.baseState=k,t.memoizedState=k,t.flags&fn){var C=Os(new Error("There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering."),t);return Zw(e,t,b,i,C)}else if(b!==d){var z=Os(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return Zw(e,t,b,i,z)}else{zO(t);var $=lw(t,null,b,i);t.child=$;for(var K=$;K;)K.flags=K.flags&~Xt|si,K=K.sibling}}else{if(Cf(),b===d)return il(e,t,i);Kr(e,t,b,i)}return t.child}function Zw(e,t,i,a,u){return Cf(),q0(u),t.flags|=fn,Kr(e,t,i,a),t.child}function $L(e,t,i){sw(t),e===null&&G0(t);var a=t.type,u=t.pendingProps,d=e!==null?e.memoizedProps:null,m=u.children,b=M0(a,u);return b?m=null:d!==null&&M0(a,d)&&(t.flags|=Nt),Kw(e,t),Kr(e,t,m,i),t.child}function PL(e,t){return e===null&&G0(t),null}function AL(e,t,i,a){By(e,t);var u=t.pendingProps,d=i,m=d._payload,b=d._init,k=b(m);t.type=k;var _=t.tag=P8(k),C=wa(k,u),z;switch(_){case T:return m1(t,k),t.type=k=jf(k),z=p1(null,t,k,C,a),z;case R:return t.type=k=Y1(k),z=Xw(null,t,k,C,a),z;case ne:return t.type=k=W1(k),z=Iw(null,t,k,C,a),z;case ze:{if(t.type!==t.elementType){var $=k.propTypes;$&&_a($,C,"prop",It(k))}return z=Yw(null,t,k,wa(k.type,C),a),z}}var K="";throw k!==null&&typeof k=="object"&&k.$$typeof===mr&&(K=" Did you wrap a component in React.lazy() more than once?"),new Error("Element type is invalid. Received a promise that resolves to: "+k+". "+("Lazy element type must resolve to a class or function."+K))}function zL(e,t,i,a,u){By(e,t),t.tag=R;var d;return oo(i)?(d=!0,qh(t)):d=!1,wf(t,u),nw(t,i,a),Sk(t,i,a,u),v1(null,t,i,!0,d,u)}function FL(e,t,i,a){By(e,t);var u=t.pendingProps,d;{var m=kf(t,i,!1);d=Sf(t,m)}wf(t,a);var b,k;Xa(t);{if(i.prototype&&typeof i.prototype.render=="function"){var _=It(i)||"Unknown";u1[_]||(y("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",_,_),u1[_]=!0)}t.mode&an&&Ea.recordLegacyContextWarning(t,null),Ri(!0),iv.current=t,b=Mf(null,t,i,u,d,a),k=$f(),Ri(!1)}if(Lo(),t.flags|=ja,typeof b=="object"&&b!==null&&typeof b.render=="function"&&b.$$typeof===void 0){var C=It(i)||"Unknown";av[C]||(y("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",C,C,C),av[C]=!0)}if(typeof b=="object"&&b!==null&&typeof b.render=="function"&&b.$$typeof===void 0){{var z=It(i)||"Unknown";av[z]||(y("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",z,z,z),av[z]=!0)}t.tag=R,t.memoizedState=null,t.updateQueue=null;var $=!1;return oo(i)?($=!0,qh(t)):$=!1,t.memoizedState=b.state!==null&&b.state!==void 0?b.state:null,uk(t),tw(t,b),Sk(t,i,u,a),v1(null,t,i,!0,$,a)}else{if(t.tag=T,t.mode&an){Dn(!0);try{b=Mf(null,t,i,u,d,a),k=$f()}finally{Dn(!1)}}return gr()&&k&&Q0(t),Kr(null,t,b,a),m1(t,i),t.child}}function m1(e,t){{if(t&&t.childContextTypes&&y("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),e.ref!==null){var i="",a=ai();a&&(i+=`
126
+ `+(""+M);console.error(I)}catch(B){setTimeout(function(){throw B})}}var kO=typeof WeakMap=="function"?WeakMap:Map;function G3(e,t,a){var u=bl(Qt,a);u.tag=bS,u.payload={element:null};var c=t.value;return u.callback=function(){p9(c),bk(e,t)},u}function Sk(e,t,a){var u=bl(Qt,a);u.tag=bS;var c=e.type.getDerivedStateFromError;if(typeof c=="function"){var v=t.value;u.payload=function(){return c(v)},u.callback=function(){sD(e),bk(e,t)}}var y=e.stateNode;return y!==null&&typeof y.componentDidCatch=="function"&&(u.callback=function(){sD(e),bk(e,t),typeof c!="function"&&f9(this);var x=t.value,M=t.stack;this.componentDidCatch(x,{componentStack:M!==null?M:""}),typeof c!="function"&&(Ir(e.lanes,ot)||m("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",pt(e)||"Unknown"))}),u}function q3(e,t,a){var u=e.pingCache,c;if(u===null?(u=e.pingCache=new kO,c=new Set,u.set(t,c)):(c=u.get(t),c===void 0&&(c=new Set,u.set(t,c))),!c.has(a)){c.add(a);var v=v9.bind(null,e,t,a);Jn&&em(e,a),t.then(v,v)}}function xO(e,t,a,u){var c=e.updateQueue;if(c===null){var v=new Set;v.add(a),e.updateQueue=v}else c.add(a)}function wO(e,t){var a=e.tag;if((e.mode&ht)===it&&(a===w||a===W||a===be)){var u=e.alternate;u?(e.updateQueue=u.updateQueue,e.memoizedState=u.memoizedState,e.lanes=u.lanes):(e.updateQueue=null,e.memoizedState=null)}}function e2(e){var t=e;do{if(t.tag===F&&lO(t))return t;t=t.return}while(t!==null);return null}function t2(e,t,a,u,c){if((e.mode&ht)===it){if(e===t)e.flags|=jn;else{if(e.flags|=st,a.flags|=ms,a.flags&=~(Hc|Xr),a.tag===C){var v=a.alternate;if(v===null)a.tag=ge;else{var y=bl(Qt,ot);y.tag=ly,wu(a,y,ot)}}a.lanes=mt(a.lanes,ot)}return e}return e.flags|=jn,e.lanes=c,e}function CO(e,t,a,u,c){if(a.flags|=Xr,Jn&&em(e,c),u!==null&&typeof u=="object"&&typeof u.then=="function"){var v=u;wO(a),Cr()&&a.mode&ht&&KT();var y=e2(t);if(y!==null){y.flags&=~mn,t2(y,t,a,e,c),y.mode&ht&&q3(e,v,c),xO(y,e,v);return}else{if(!tu(c)){q3(e,v,c),qk();return}var k=new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");u=k}}else if(Cr()&&a.mode&ht){KT();var x=e2(t);if(x!==null){(x.flags&jn)===tt&&(x.flags|=mn),t2(x,t,a,e,c),dS(Ys(u,a));return}}u=Ys(u,a),r9(u);var M=t;do{switch(M.tag){case T:{var N=u;M.flags|=jn;var I=Ln(c);M.lanes=mt(M.lanes,I);var B=G3(M,N,I);xS(M,B);return}case C:var te=u,ne=M.type,ue=M.stateNode;if((M.flags&st)===tt&&(typeof ne.getDerivedStateFromError=="function"||ue!==null&&typeof ue.componentDidCatch=="function"&&!eD(ue))){M.flags|=jn;var ze=Ln(c);M.lanes=mt(M.lanes,ze);var nt=Sk(M,te,ze);xS(M,nt);return}break}M=M.return}while(M!==null)}function EO(){return null}var Uv=l.ReactCurrentOwner,Ia=!1,kk,Bv,xk,wk,Ck,Qs,Ek,zy;kk={},Bv={},xk={},wk={},Ck={},Qs=!1,Ek={},zy={};function ti(e,t,a,u){e===null?t.child=b3(t,null,a,u):t.child=Zf(t,e.child,a,u)}function _O(e,t,a,u){t.child=Zf(t,e.child,null,u),t.child=Zf(t,null,a,u)}function n2(e,t,a,u,c){if(t.type!==t.elementType){var v=a.propTypes;v&&Aa(v,u,"prop",Wt(a))}var y=a.render,k=t.ref,x,M;Xf(t,c),lo(t);{if(Uv.current=t,Fi(!0),x=nd(e,t,y,u,k,c),M=rd(),t.mode&un){$n(!0);try{x=nd(e,t,y,u,k,c),M=rd()}finally{$n(!1)}}Fi(!1)}return Qo(),e!==null&&!Ia?(C3(e,t,c),Sl(e,t,c)):(Cr()&&M&&oS(t),t.flags|=eo,ti(e,t,x,c),t.child)}function r2(e,t,a,u,c){if(e===null){var v=a.type;if(M9(v)&&a.compare===null&&a.defaultProps===void 0){var y=v;return y=fd(v),t.tag=be,t.type=y,Dk(t,v),i2(e,t,y,u,c)}{var k=v.propTypes;k&&Aa(k,u,"prop",Wt(v))}var x=cx(a.type,null,u,t,t.mode,c);return x.ref=t.ref,x.return=t,t.child=x,x}{var M=a.type,N=M.propTypes;N&&Aa(N,u,"prop",Wt(M))}var I=e.child,B=Lk(e,c);if(!B){var te=I.memoizedProps,ne=a.compare;if(ne=ne!==null?ne:qe,ne(te,u)&&e.ref===t.ref)return Sl(e,t,c)}t.flags|=eo;var ue=qs(I,u);return ue.ref=t.ref,ue.return=t,t.child=ue,ue}function i2(e,t,a,u,c){if(t.type!==t.elementType){var v=t.elementType;if(v.$$typeof===kr){var y=v,k=y._payload,x=y._init;try{v=x(k)}catch{v=null}var M=v&&v.propTypes;M&&Aa(M,u,"prop",Wt(v))}}if(e!==null){var N=e.memoizedProps;if(qe(N,u)&&e.ref===t.ref&&t.type===e.type)if(Ia=!1,t.pendingProps=u=N,Lk(e,c))(e.flags&ms)!==tt&&(Ia=!0);else return t.lanes=e.lanes,Sl(e,t,c)}return _k(e,t,a,u,c)}function a2(e,t,a){var u=t.pendingProps,c=u.children,v=e!==null?e.memoizedState:null;if(u.mode==="hidden"||j)if((t.mode&ht)===it){var y={baseLanes:ce,cachePool:null,transitions:null};t.memoizedState=y,Jy(t,a)}else if(Ir(a,Hr)){var I={baseLanes:ce,cachePool:null,transitions:null};t.memoizedState=I;var B=v!==null?v.baseLanes:a;Jy(t,B)}else{var k=null,x;if(v!==null){var M=v.baseLanes;x=mt(M,a)}else x=a;t.lanes=t.childLanes=Hr;var N={baseLanes:x,cachePool:k,transitions:null};return t.memoizedState=N,t.updateQueue=null,Jy(t,x),null}else{var te;v!==null?(te=mt(v.baseLanes,a),t.memoizedState=null):te=a,Jy(t,te)}return ti(e,t,c,a),t.child}function TO(e,t,a){var u=t.pendingProps;return ti(e,t,u,a),t.child}function DO(e,t,a){var u=t.pendingProps.children;return ti(e,t,u,a),t.child}function RO(e,t,a){{t.flags|=vt;{var u=t.stateNode;u.effectDuration=0,u.passiveEffectDuration=0}}var c=t.pendingProps,v=c.children;return ti(e,t,v,a),t.child}function o2(e,t){var a=t.ref;(e===null&&a!==null||e!==null&&e.ref!==a)&&(t.flags|=Or,t.flags|=xp)}function _k(e,t,a,u,c){if(t.type!==t.elementType){var v=a.propTypes;v&&Aa(v,u,"prop",Wt(a))}var y;{var k=Vf(t,a,!0);y=jf(t,k)}var x,M;Xf(t,c),lo(t);{if(Uv.current=t,Fi(!0),x=nd(e,t,a,u,y,c),M=rd(),t.mode&un){$n(!0);try{x=nd(e,t,a,u,y,c),M=rd()}finally{$n(!1)}}Fi(!1)}return Qo(),e!==null&&!Ia?(C3(e,t,c),Sl(e,t,c)):(Cr()&&M&&oS(t),t.flags|=eo,ti(e,t,x,c),t.child)}function l2(e,t,a,u,c){{switch(W9(t)){case!1:{var v=t.stateNode,y=t.type,k=new y(t.memoizedProps,v.context),x=k.state;v.updater.enqueueSetState(v,x,null);break}case!0:{t.flags|=st,t.flags|=jn;var M=new Error("Simulated error coming from DevTools"),N=Ln(c);t.lanes=mt(t.lanes,N);var I=Sk(t,Ys(M,t),N);xS(t,I);break}}if(t.type!==t.elementType){var B=a.propTypes;B&&Aa(B,u,"prop",Wt(a))}}var te;bo(a)?(te=!0,Zg(t)):te=!1,Xf(t,c);var ne=t.stateNode,ue;ne===null?(By(e,t),v3(t,a,u),LS(t,a,u,c),ue=!0):e===null?ue=tO(t,a,u,c):ue=nO(e,t,a,u,c);var ze=Tk(e,t,a,ue,te,c);{var nt=t.stateNode;ue&&nt.props!==u&&(Qs||m("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",pt(t)||"a component"),Qs=!0)}return ze}function Tk(e,t,a,u,c,v){o2(e,t);var y=(t.flags&st)!==tt;if(!u&&!y)return c&&HT(t,a,!1),Sl(e,t,v);var k=t.stateNode;Uv.current=t;var x;if(y&&typeof a.getDerivedStateFromError!="function")x=null,J3();else{lo(t);{if(Fi(!0),x=k.render(),t.mode&un){$n(!0);try{k.render()}finally{$n(!1)}}Fi(!1)}Qo()}return t.flags|=eo,e!==null&&y?_O(e,t,x,v):ti(e,t,x,v),t.memoizedState=k.state,c&&HT(t,a,!0),t.child}function u2(e){var t=e.stateNode;t.pendingContext?UT(e,t.pendingContext,t.pendingContext!==t.context):t.context&&UT(e,t.context,!1),BS(e,t.containerInfo)}function PO(e,t,a){if(u2(t),e===null)throw new Error("Should have a current fiber. This is a bug in React.");var u=t.pendingProps,c=t.memoizedState,v=c.element;o3(e,t),fy(t,u,null,a);var y=t.memoizedState;t.stateNode;var k=y.element;if(c.isDehydrated){var x={element:k,isDehydrated:!1,cache:y.cache,pendingSuspenseBoundaries:y.pendingSuspenseBoundaries,transitions:y.transitions},M=t.updateQueue;if(M.baseState=x,t.memoizedState=x,t.flags&mn){var N=Ys(new Error("There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering."),t);return s2(e,t,k,a,N)}else if(k!==v){var I=Ys(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return s2(e,t,k,a,I)}else{LL(t);var B=b3(t,null,k,a);t.child=B;for(var te=B;te;)te.flags=te.flags&~Zt|yi,te=te.sibling}}else{if(Yf(),k===v)return Sl(e,t,a);ti(e,t,k,a)}return t.child}function s2(e,t,a,u,c){return Yf(),dS(c),t.flags|=mn,ti(e,t,a,u),t.child}function MO(e,t,a){k3(t),e===null&&fS(t);var u=t.type,c=t.pendingProps,v=e!==null?e.memoizedProps:null,y=c.children,k=W1(u,c);return k?y=null:v!==null&&W1(u,v)&&(t.flags|=$t),o2(e,t),ti(e,t,y,a),t.child}function NO(e,t){return e===null&&fS(t),null}function $O(e,t,a,u){By(e,t);var c=t.pendingProps,v=a,y=v._payload,k=v._init,x=k(y);t.type=x;var M=t.tag=N9(x),N=Ua(x,c),I;switch(M){case w:return Dk(t,x),t.type=x=fd(x),I=_k(null,t,x,N,u),I;case C:return t.type=x=ix(x),I=l2(null,t,x,N,u),I;case W:return t.type=x=ax(x),I=n2(null,t,x,N,u),I;case ve:{if(t.type!==t.elementType){var B=x.propTypes;B&&Aa(B,N,"prop",Wt(x))}return I=r2(null,t,x,Ua(x.type,N),u),I}}var te="";throw x!==null&&typeof x=="object"&&x.$$typeof===kr&&(te=" Did you wrap a component in React.lazy() more than once?"),new Error("Element type is invalid. Received a promise that resolves to: "+x+". "+("Lazy element type must resolve to a class or function."+te))}function LO(e,t,a,u,c){By(e,t),t.tag=C;var v;return bo(a)?(v=!0,Zg(t)):v=!1,Xf(t,c),v3(t,a,u),LS(t,a,u,c),Tk(null,t,a,!0,v,c)}function OO(e,t,a,u){By(e,t);var c=t.pendingProps,v;{var y=Vf(t,a,!1);v=jf(t,y)}Xf(t,u);var k,x;lo(t);{if(a.prototype&&typeof a.prototype.render=="function"){var M=Wt(a)||"Unknown";kk[M]||(m("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",M,M),kk[M]=!0)}t.mode&un&&za.recordLegacyContextWarning(t,null),Fi(!0),Uv.current=t,k=nd(null,t,a,c,v,u),x=rd(),Fi(!1)}if(Qo(),t.flags|=eo,typeof k=="object"&&k!==null&&typeof k.render=="function"&&k.$$typeof===void 0){var N=Wt(a)||"Unknown";Bv[N]||(m("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",N,N,N),Bv[N]=!0)}if(typeof k=="object"&&k!==null&&typeof k.render=="function"&&k.$$typeof===void 0){{var I=Wt(a)||"Unknown";Bv[I]||(m("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",I,I,I),Bv[I]=!0)}t.tag=C,t.memoizedState=null,t.updateQueue=null;var B=!1;return bo(a)?(B=!0,Zg(t)):B=!1,t.memoizedState=k.state!==null&&k.state!==void 0?k.state:null,kS(t),p3(t,k),LS(t,a,c,u),Tk(null,t,a,!0,B,u)}else{if(t.tag=w,t.mode&un){$n(!0);try{k=nd(null,t,a,c,v,u),x=rd()}finally{$n(!1)}}return Cr()&&x&&oS(t),ti(null,t,k,u),Dk(t,a),t.child}}function Dk(e,t){{if(t&&t.childContextTypes&&m("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),e.ref!==null){var a="",u=vi();u&&(a+=`
127
127
 
128
- Check the render method of \``+a+"`.");var u=a||"",d=e._debugSource;d&&(u=d.fileName+":"+d.lineNumber),f1[u]||(f1[u]=!0,y("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s",i))}if(typeof t.getDerivedStateFromProps=="function"){var m=It(t)||"Unknown";c1[m]||(y("%s: Function components do not support getDerivedStateFromProps.",m),c1[m]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var b=It(t)||"Unknown";s1[b]||(y("%s: Function components do not support contextType.",b),s1[b]=!0)}}}var h1={dehydrated:null,treeContext:null,retryLane:_t};function y1(e){return{baseLanes:e,cachePool:RL(),transitions:null}}function UL(e,t){var i=null;return{baseLanes:vt(e.baseLanes,t),cachePool:i,transitions:e.transitions}}function HL(e,t,i,a){if(t!==null){var u=t.memoizedState;if(u===null)return!1}return Nk(e,Jp)}function VL(e,t){return Hl(e.childLanes,t)}function Gw(e,t,i){var a=t.pendingProps;J8(t)&&(t.flags|=ot);var u=Ta.current,d=!1,m=(t.flags&ot)!==Ze;if(m||HL(u,e)?(d=!0,t.flags&=~ot):(e===null||e.memoizedState!==null)&&(u=sL(u,fw)),u=Df(u),su(t,u),e===null){G0(t);var b=t.memoizedState;if(b!==null){var k=b.dehydrated;if(k!==null)return WL(t,k)}var _=a.children,C=a.fallback;if(d){var z=jL(t,_,C,i),$=t.child;return $.memoizedState=y1(i),t.memoizedState=h1,z}else return g1(t,_)}else{var K=e.memoizedState;if(K!==null){var X=K.dehydrated;if(X!==null)return QL(e,t,m,a,X,K,i)}if(d){var re=a.fallback,Pe=a.children,Ge=IL(e,t,Pe,re,i),Ye=t.child,Et=e.child.memoizedState;return Ye.memoizedState=Et===null?y1(i):UL(Et,i),Ye.childLanes=VL(e,i),t.memoizedState=h1,Ge}else{var kt=a.children,B=BL(e,t,kt,i);return t.memoizedState=null,B}}}function g1(e,t,i){var a=e.mode,u={mode:"visible",children:t},d=b1(u,a);return d.return=e,e.child=d,d}function jL(e,t,i,a){var u=e.mode,d=e.child,m={mode:"hidden",children:t},b,k;return(u&mt)===et&&d!==null?(b=d,b.childLanes=oe,b.pendingProps=m,e.mode&tt&&(b.actualDuration=0,b.actualStartTime=-1,b.selfBaseDuration=0,b.treeBaseDuration=0),k=yu(i,u,a,null)):(b=b1(m,u),k=yu(i,u,a,null)),b.return=e,k.return=e,b.sibling=k,e.child=b,k}function b1(e,t,i){return qT(e,t,oe,null)}function qw(e,t){return zs(e,t)}function BL(e,t,i,a){var u=e.child,d=u.sibling,m=qw(u,{mode:"visible",children:i});if((t.mode&mt)===et&&(m.lanes=a),m.return=t,m.sibling=null,d!==null){var b=t.deletions;b===null?(t.deletions=[d],t.flags|=Dt):b.push(d)}return t.child=m,m}function IL(e,t,i,a,u){var d=t.mode,m=e.child,b=m.sibling,k={mode:"hidden",children:i},_;if((d&mt)===et&&t.child!==m){var C=t.child;_=C,_.childLanes=oe,_.pendingProps=k,t.mode&tt&&(_.actualDuration=0,_.actualStartTime=-1,_.selfBaseDuration=m.selfBaseDuration,_.treeBaseDuration=m.treeBaseDuration),t.deletions=null}else _=qw(m,k),_.subtreeFlags=m.subtreeFlags&In;var z;return b!==null?z=zs(b,a):(z=yu(a,d,u,null),z.flags|=Xt),z.return=t,_.return=t,_.sibling=z,t.child=_,z}function jy(e,t,i,a){a!==null&&q0(a),Tf(t,e.child,null,i);var u=t.pendingProps,d=u.children,m=g1(t,d);return m.flags|=Xt,t.memoizedState=null,m}function YL(e,t,i,a,u){var d=t.mode,m={mode:"visible",children:i},b=b1(m,d),k=yu(a,d,u,null);return k.flags|=Xt,b.return=t,k.return=t,b.sibling=k,t.child=b,(t.mode&mt)!==et&&Tf(t,e.child,null,u),k}function WL(e,t,i){return(e.mode&mt)===et?(y("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."),e.lanes=nt):z0(t)?e.lanes=Po:e.lanes=$r,null}function QL(e,t,i,a,u,d,m){if(i)if(t.flags&fn){t.flags&=~fn;var B=a1(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return jy(e,t,m,B)}else{if(t.memoizedState!==null)return t.child=e.child,t.flags|=ot,null;var ie=a.children,I=a.fallback,ge=YL(e,t,ie,I,m),Ae=t.child;return Ae.memoizedState=y1(m),t.memoizedState=h1,ge}else{if(PO(),(t.mode&mt)===et)return jy(e,t,m,null);if(z0(u)){var b,k,_;{var C=G6(u);b=C.digest,k=C.message,_=C.stack}var z;k?z=new Error(k):z=new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering.");var $=a1(z,b,_);return jy(e,t,m,$)}var K=Pr(m,e.childLanes);if(Da||K){var X=qy();if(X!==null){var re=i0(X,m);if(re!==_t&&re!==d.retryLane){d.retryLane=re;var Pe=Wt;bi(e,re),er(X,e,re,Pe)}}H1();var Ge=a1(new Error("This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition."));return jy(e,t,m,Ge)}else if(SE(u)){t.flags|=ot,t.child=e.child;var Ye=g8.bind(null,e);return q6(u,Ye),null}else{FO(t,u,d.treeContext);var Et=a.children,kt=g1(t,Et);return kt.flags|=si,kt}}}function eT(e,t,i){e.lanes=vt(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=vt(a.lanes,t)),ik(e.return,t,i)}function KL(e,t,i){for(var a=t;a!==null;){if(a.tag===H){var u=a.memoizedState;u!==null&&eT(a,i,e)}else if(a.tag===ee)eT(a,i,e);else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===e)return;for(;a.sibling===null;){if(a.return===null||a.return===e)return;a=a.return}a.sibling.return=a.return,a=a.sibling}}function XL(e){for(var t=e,i=null;t!==null;){var a=t.alternate;a!==null&&Sy(a)===null&&(i=t),t=t.sibling}return i}function JL(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!d1[e])if(d1[e]=!0,typeof e=="string")switch(e.toLowerCase()){case"together":case"forwards":case"backwards":{y('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break}case"forward":case"backward":{y('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',e,e.toLowerCase());break}default:y('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e);break}else y('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}function ZL(e,t){e!==void 0&&!Vy[e]&&(e!=="collapsed"&&e!=="hidden"?(Vy[e]=!0,y('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(Vy[e]=!0,y('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function tT(e,t){{var i=An(e),a=!i&&typeof oa(e)=="function";if(i||a){var u=i?"array":"iterable";return y("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",u,t,u),!1}}return!0}function GL(e,t){if((t==="forwards"||t==="backwards")&&e!==void 0&&e!==null&&e!==!1)if(An(e)){for(var i=0;i<e.length;i++)if(!tT(e[i],i))return}else{var a=oa(e);if(typeof a=="function"){var u=a.call(e);if(u)for(var d=u.next(),m=0;!d.done;d=u.next()){if(!tT(d.value,m))return;m++}}else y('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',t)}}function k1(e,t,i,a,u){var d=e.memoizedState;d===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:a,tail:i,tailMode:u}:(d.isBackwards=t,d.rendering=null,d.renderingStartTime=0,d.last=a,d.tail=i,d.tailMode=u)}function nT(e,t,i){var a=t.pendingProps,u=a.revealOrder,d=a.tail,m=a.children;JL(u),ZL(d,u),GL(m,u),Kr(e,t,m,i);var b=Ta.current,k=Nk(b,Jp);if(k)b=Ok(b,Jp),t.flags|=ot;else{var _=e!==null&&(e.flags&ot)!==Ze;_&&KL(t,t.child,i),b=Df(b)}if(su(t,b),(t.mode&mt)===et)t.memoizedState=null;else switch(u){case"forwards":{var C=XL(t.child),z;C===null?(z=t.child,t.child=null):(z=C.sibling,C.sibling=null),k1(t,!1,z,C,d);break}case"backwards":{var $=null,K=t.child;for(t.child=null;K!==null;){var X=K.alternate;if(X!==null&&Sy(X)===null){t.child=K;break}var re=K.sibling;K.sibling=$,$=K,K=re}k1(t,!0,$,null,d);break}case"together":{k1(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function qL(e,t,i){Tk(t,t.stateNode.containerInfo);var a=t.pendingProps;return e===null?t.child=Tf(t,null,a,i):Kr(e,t,a,i),t.child}var rT=!1;function eM(e,t,i){var a=t.type,u=a._context,d=t.pendingProps,m=t.memoizedProps,b=d.value;{"value"in d||rT||(rT=!0,y("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var k=t.type.propTypes;k&&_a(k,d,"prop","Context.Provider")}if(IE(t,u,b),m!==null){var _=m.value;if(Ve(_,b)){if(m.children===d.children&&!Zh())return il(e,t,i)}else KO(t,u,i)}var C=d.children;return Kr(e,t,C,i),t.child}var iT=!1;function tM(e,t,i){var a=t.type;a._context===void 0?a!==a.Consumer&&(iT||(iT=!0,y("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):a=a._context;var u=t.pendingProps,d=u.children;typeof d!="function"&&y("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),wf(t,i);var m=Bn(a);Xa(t);var b;return iv.current=t,Ri(!0),b=d(m),Ri(!1),Lo(),t.flags|=ja,Kr(e,t,b,i),t.child}function ov(){Da=!0}function By(e,t){(t.mode&mt)===et&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=Xt)}function il(e,t,i){return e!==null&&(t.dependencies=e.dependencies),Uw(),gv(t.lanes),Pr(i,t.childLanes)?(oL(e,t),t.child):null}function nM(e,t,i){{var a=t.return;if(a===null)throw new Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,i.index=t.index,i.sibling=t.sibling,i.return=t.return,i.ref=t.ref,t===a.child)a.child=i;else{var u=a.child;if(u===null)throw new Error("Expected parent to have a child.");for(;u.sibling!==t;)if(u=u.sibling,u===null)throw new Error("Expected to find the previous sibling.");u.sibling=i}var d=a.deletions;return d===null?(a.deletions=[e],a.flags|=Dt):d.push(e),i.flags|=Xt,i}}function S1(e,t){var i=e.lanes;return!!Pr(i,t)}function rM(e,t,i){switch(t.tag){case D:Jw(t),t.stateNode,Cf();break;case M:sw(t);break;case R:{var a=t.type;oo(a)&&qh(t);break}case N:Tk(t,t.stateNode.containerInfo);break;case _e:{var u=t.memoizedProps.value,d=t.type._context;IE(t,d,u);break}case ce:{var m=Pr(i,t.childLanes);m&&(t.flags|=pt);{var b=t.stateNode;b.effectDuration=0,b.passiveEffectDuration=0}}break;case H:{var k=t.memoizedState;if(k!==null){if(k.dehydrated!==null)return su(t,Df(Ta.current)),t.flags|=ot,null;var _=t.child,C=_.childLanes;if(Pr(i,C))return Gw(e,t,i);su(t,Df(Ta.current));var z=il(e,t,i);return z!==null?z.sibling:null}else su(t,Df(Ta.current));break}case ee:{var $=(e.flags&ot)!==Ze,K=Pr(i,t.childLanes);if($){if(K)return nT(e,t,i);t.flags|=ot}var X=t.memoizedState;if(X!==null&&(X.rendering=null,X.tail=null,X.lastEffect=null),su(t,Ta.current),K)break;return null}case Q:case ae:return t.lanes=oe,Qw(e,t,i)}return il(e,t,i)}function aT(e,t,i){if(t._debugNeedsRemount&&e!==null)return nM(e,t,Z1(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(e!==null){var a=e.memoizedProps,u=t.pendingProps;if(a!==u||Zh()||t.type!==e.type)Da=!0;else{var d=S1(e,i);if(!d&&(t.flags&ot)===Ze)return Da=!1,rM(e,t,i);(e.flags&qu)!==Ze?Da=!0:Da=!1}}else if(Da=!1,gr()&&DO(t)){var m=t.index,b=NO();LE(t,b,m)}switch(t.lanes=oe,t.tag){case j:return FL(e,t,t.type,i);case P:{var k=t.elementType;return AL(e,t,k,i)}case T:{var _=t.type,C=t.pendingProps,z=t.elementType===_?C:wa(_,C);return p1(e,t,_,z,i)}case R:{var $=t.type,K=t.pendingProps,X=t.elementType===$?K:wa($,K);return Xw(e,t,$,X,i)}case D:return ML(e,t,i);case M:return $L(e,t,i);case te:return PL(e,t);case H:return Gw(e,t,i);case N:return qL(e,t,i);case ne:{var re=t.type,Pe=t.pendingProps,Ge=t.elementType===re?Pe:wa(re,Pe);return Iw(e,t,re,Ge,i)}case Y:return NL(e,t,i);case U:return OL(e,t,i);case ce:return LL(e,t,i);case _e:return eM(e,t,i);case me:return tM(e,t,i);case ze:{var Ye=t.type,Et=t.pendingProps,kt=wa(Ye,Et);if(t.type!==t.elementType){var B=Ye.propTypes;B&&_a(B,kt,"prop",It(Ye))}return kt=wa(Ye.type,kt),Yw(e,t,Ye,kt,i)}case $e:return Ww(e,t,t.type,t.pendingProps,i);case Te:{var ie=t.type,I=t.pendingProps,ge=t.elementType===ie?I:wa(ie,I);return zL(e,t,ie,ge,i)}case ee:return nT(e,t,i);case Re:break;case Q:return Qw(e,t,i)}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function Pf(e){e.flags|=pt}function oT(e){e.flags|=Rr,e.flags|=Vd}var lT,x1,uT,sT;lT=function(e,t,i,a){for(var u=t.child;u!==null;){if(u.tag===M||u.tag===te)w6(e,u.stateNode);else if(u.tag!==N){if(u.child!==null){u.child.return=u,u=u.child;continue}}if(u===t)return;for(;u.sibling===null;){if(u.return===null||u.return===t)return;u=u.return}u.sibling.return=u.return,u=u.sibling}},x1=function(e,t){},uT=function(e,t,i,a,u){var d=e.memoizedProps;if(d!==a){var m=t.stateNode,b=Rk(),k=R6(m,i,d,a,u,b);t.updateQueue=k,k&&Pf(t)}},sT=function(e,t,i,a){i!==a&&Pf(t)};function lv(e,t){if(!gr())switch(e.tailMode){case"hidden":{for(var i=e.tail,a=null;i!==null;)i.alternate!==null&&(a=i),i=i.sibling;a===null?e.tail=null:a.sibling=null;break}case"collapsed":{for(var u=e.tail,d=null;u!==null;)u.alternate!==null&&(d=u),u=u.sibling;d===null?!t&&e.tail!==null?e.tail.sibling=null:e.tail=null:d.sibling=null;break}}}function kr(e){var t=e.alternate!==null&&e.alternate.child===e.child,i=oe,a=Ze;if(t){if((e.mode&tt)!==et){for(var k=e.selfBaseDuration,_=e.child;_!==null;)i=vt(i,vt(_.lanes,_.childLanes)),a|=_.subtreeFlags&In,a|=_.flags&In,k+=_.treeBaseDuration,_=_.sibling;e.treeBaseDuration=k}else for(var C=e.child;C!==null;)i=vt(i,vt(C.lanes,C.childLanes)),a|=C.subtreeFlags&In,a|=C.flags&In,C.return=e,C=C.sibling;e.subtreeFlags|=a}else{if((e.mode&tt)!==et){for(var u=e.actualDuration,d=e.selfBaseDuration,m=e.child;m!==null;)i=vt(i,vt(m.lanes,m.childLanes)),a|=m.subtreeFlags,a|=m.flags,u+=m.actualDuration,d+=m.treeBaseDuration,m=m.sibling;e.actualDuration=u,e.treeBaseDuration=d}else for(var b=e.child;b!==null;)i=vt(i,vt(b.lanes,b.childLanes)),a|=b.subtreeFlags,a|=b.flags,b.return=e,b=b.sibling;e.subtreeFlags|=a}return e.childLanes=i,t}function iM(e,t,i){if(BO()&&(t.mode&mt)!==et&&(t.flags&ot)===Ze)return UE(t),Cf(),t.flags|=fn|jr|Fn,!1;var a=iy(t);if(i!==null&&i.dehydrated!==null)if(e===null){if(!a)throw new Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(VO(t),kr(t),(t.mode&tt)!==et){var u=i!==null;if(u){var d=t.child;d!==null&&(t.treeBaseDuration-=d.treeBaseDuration)}}return!1}else{if(Cf(),(t.flags&ot)===Ze&&(t.memoizedState=null),t.flags|=pt,kr(t),(t.mode&tt)!==et){var m=i!==null;if(m){var b=t.child;b!==null&&(t.treeBaseDuration-=b.treeBaseDuration)}}return!1}else return HE(),!0}function cT(e,t,i){var a=t.pendingProps;switch(K0(t),t.tag){case j:case P:case $e:case T:case ne:case Y:case U:case ce:case me:case ze:return kr(t),null;case R:{var u=t.type;return oo(u)&&Gh(t),kr(t),null}case D:{var d=t.stateNode;if(Rf(t),I0(t),Mk(),d.pendingContext&&(d.context=d.pendingContext,d.pendingContext=null),e===null||e.child===null){var m=iy(t);if(m)Pf(t);else if(e!==null){var b=e.memoizedState;(!b.isDehydrated||(t.flags&fn)!==Ze)&&(t.flags|=ui,HE())}}return x1(e,t),kr(t),null}case M:{Dk(t);var k=uw(),_=t.type;if(e!==null&&t.stateNode!=null)uT(e,t,_,a,k),e.ref!==t.ref&&oT(t);else{if(!a){if(t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return kr(t),null}var C=Rk(),z=iy(t);if(z)UO(t,k,C)&&Pf(t);else{var $=E6(_,a,k,C,t);lT($,t,!1,!1),t.stateNode=$,T6($,_,a,k)&&Pf(t)}t.ref!==null&&oT(t)}return kr(t),null}case te:{var K=a;if(e&&t.stateNode!=null){var X=e.memoizedProps;sT(e,t,X,K)}else{if(typeof K!="string"&&t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");var re=uw(),Pe=Rk(),Ge=iy(t);Ge?HO(t)&&Pf(t):t.stateNode=D6(K,re,Pe,t)}return kr(t),null}case H:{Nf(t);var Ye=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var Et=iM(e,t,Ye);if(!Et)return t.flags&Fn?t:null}if((t.flags&ot)!==Ze)return t.lanes=i,(t.mode&tt)!==et&&i1(t),t;var kt=Ye!==null,B=e!==null&&e.memoizedState!==null;if(kt!==B&&kt){var ie=t.child;if(ie.flags|=Ba,(t.mode&mt)!==et){var I=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!De);I||Nk(Ta.current,fw)?a8():H1()}}var ge=t.updateQueue;if(ge!==null&&(t.flags|=pt),kr(t),(t.mode&tt)!==et&&kt){var Ae=t.child;Ae!==null&&(t.treeBaseDuration-=Ae.treeBaseDuration)}return null}case N:return Rf(t),x1(e,t),e===null&&xO(t.stateNode.containerInfo),kr(t),null;case _e:var Oe=t.type._context;return rk(Oe,t),kr(t),null;case Te:{var at=t.type;return oo(at)&&Gh(t),kr(t),null}case ee:{Nf(t);var ft=t.memoizedState;if(ft===null)return kr(t),null;var Ft=(t.flags&ot)!==Ze,Tt=ft.rendering;if(Tt===null)if(Ft)lv(ft,!1);else{var $n=l8()&&(e===null||(e.flags&ot)===Ze);if(!$n)for(var Rt=t.child;Rt!==null;){var wn=Sy(Rt);if(wn!==null){Ft=!0,t.flags|=ot,lv(ft,!1);var Ur=wn.updateQueue;return Ur!==null&&(t.updateQueue=Ur,t.flags|=pt),t.subtreeFlags=Ze,lL(t,i),su(t,Ok(Ta.current,Jp)),t.child}Rt=Rt.sibling}ft.tail!==null&&rn()>OT()&&(t.flags|=ot,Ft=!0,lv(ft,!1),t.lanes=ep)}else{if(!Ft){var Er=Sy(Tt);if(Er!==null){t.flags|=ot,Ft=!0;var Ai=Er.updateQueue;if(Ai!==null&&(t.updateQueue=Ai,t.flags|=pt),lv(ft,!0),ft.tail===null&&ft.tailMode==="hidden"&&!Tt.alternate&&!gr())return kr(t),null}else rn()*2-ft.renderingStartTime>OT()&&i!==$r&&(t.flags|=ot,Ft=!0,lv(ft,!1),t.lanes=ep)}if(ft.isBackwards)Tt.sibling=t.child,t.child=Tt;else{var Zr=ft.last;Zr!==null?Zr.sibling=Tt:t.child=Tt,ft.last=Tt}}if(ft.tail!==null){var Gr=ft.tail;ft.rendering=Gr,ft.tail=Gr.sibling,ft.renderingStartTime=rn(),Gr.sibling=null;var Hr=Ta.current;return Ft?Hr=Ok(Hr,Jp):Hr=Df(Hr),su(t,Hr),Gr}return kr(t),null}case Re:break;case Q:case ae:{U1(t);var sl=t.memoizedState,Bf=sl!==null;if(e!==null){var _v=e.memoizedState,mo=_v!==null;mo!==Bf&&!q&&(t.flags|=Ba)}return!Bf||(t.mode&mt)===et?kr(t):Pr(vo,$r)&&(kr(t),t.subtreeFlags&(Xt|pt)&&(t.flags|=Ba)),null}case Ue:return null;case ut:return null}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function aM(e,t,i){switch(K0(t),t.tag){case R:{var a=t.type;oo(a)&&Gh(t);var u=t.flags;return u&Fn?(t.flags=u&~Fn|ot,(t.mode&tt)!==et&&i1(t),t):null}case D:{t.stateNode,Rf(t),I0(t),Mk();var d=t.flags;return(d&Fn)!==Ze&&(d&ot)===Ze?(t.flags=d&~Fn|ot,t):null}case M:return Dk(t),null;case H:{Nf(t);var m=t.memoizedState;if(m!==null&&m.dehydrated!==null){if(t.alternate===null)throw new Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");Cf()}var b=t.flags;return b&Fn?(t.flags=b&~Fn|ot,(t.mode&tt)!==et&&i1(t),t):null}case ee:return Nf(t),null;case N:return Rf(t),null;case _e:var k=t.type._context;return rk(k,t),null;case Q:case ae:return U1(t),null;case Ue:return null;default:return null}}function fT(e,t,i){switch(K0(t),t.tag){case R:{var a=t.type.childContextTypes;a!=null&&Gh(t);break}case D:{t.stateNode,Rf(t),I0(t),Mk();break}case M:{Dk(t);break}case N:Rf(t);break;case H:Nf(t);break;case ee:Nf(t);break;case _e:var u=t.type._context;rk(u,t);break;case Q:case ae:U1(t);break}}var dT=null;dT=new Set;var Iy=!1,Sr=!1,oM=typeof WeakSet=="function"?WeakSet:Set,je=null,Af=null,zf=null;function lM(e){No(null,function(){throw e}),Ud()}var uM=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&tt)try{fo(),t.componentWillUnmount()}finally{co(e)}else t.componentWillUnmount()};function pT(e,t){try{du(Kn,e)}catch(i){qt(e,t,i)}}function _1(e,t,i){try{uM(e,i)}catch(a){qt(e,t,a)}}function sM(e,t,i){try{i.componentDidMount()}catch(a){qt(e,t,a)}}function vT(e,t){try{hT(e)}catch(i){qt(e,t,i)}}function Ff(e,t){var i=e.ref;if(i!==null)if(typeof i=="function"){var a;try{if(F&&Ne&&e.mode&tt)try{fo(),a=i(null)}finally{co(e)}else a=i(null)}catch(u){qt(e,t,u)}typeof a=="function"&&y("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",dt(e))}else i.current=null}function Yy(e,t,i){try{i()}catch(a){qt(e,t,a)}}var mT=!1;function cM(e,t){_6(e.containerInfo),je=t,fM();var i=mT;return mT=!1,i}function fM(){for(;je!==null;){var e=je,t=e.child;(e.subtreeFlags&Ll)!==Ze&&t!==null?(t.return=e,je=t):dM()}}function dM(){for(;je!==null;){var e=je;At(e);try{pM(e)}catch(i){qt(e,e.return,i)}Rn();var t=e.sibling;if(t!==null){t.return=e.return,je=t;return}je=e.return}}function pM(e){var t=e.alternate,i=e.flags;if((i&ui)!==Ze){switch(At(e),e.tag){case T:case ne:case $e:break;case R:{if(t!==null){var a=t.memoizedProps,u=t.memoizedState,d=e.stateNode;e.type===e.elementType&&!Ls&&(d.props!==e.memoizedProps&&y("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",dt(e)||"instance"),d.state!==e.memoizedState&&y("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",dt(e)||"instance"));var m=d.getSnapshotBeforeUpdate(e.elementType===e.type?a:wa(e.type,a),u);{var b=dT;m===void 0&&!b.has(e.type)&&(b.add(e.type),y("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",dt(e)))}d.__reactInternalSnapshotBeforeUpdate=m}break}case D:{{var k=e.stateNode;K6(k.containerInfo)}break}case M:case te:case N:case Te:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}Rn()}}function Na(e,t,i){var a=t.updateQueue,u=a!==null?a.lastEffect:null;if(u!==null){var d=u.next,m=d;do{if((m.tag&e)===e){var b=m.destroy;m.destroy=void 0,b!==void 0&&((e&br)!==ki?wc(t):(e&Kn)!==ki&&Tc(t),(e&lo)!==ki&&kv(!0),Yy(t,i,b),(e&lo)!==ki&&kv(!1),(e&br)!==ki?rh():(e&Kn)!==ki&&Ml())}m=m.next}while(m!==d)}}function du(e,t){var i=t.updateQueue,a=i!==null?i.lastEffect:null;if(a!==null){var u=a.next,d=u;do{if((d.tag&e)===e){(e&br)!==ki?nh(t):(e&Kn)!==ki&&ih(t);var m=d.create;(e&lo)!==ki&&kv(!0),d.destroy=m(),(e&lo)!==ki&&kv(!1),(e&br)!==ki?Zd():(e&Kn)!==ki&&ah();{var b=d.destroy;if(b!==void 0&&typeof b!="function"){var k=void 0;(d.tag&Kn)!==Ze?k="useLayoutEffect":(d.tag&lo)!==Ze?k="useInsertionEffect":k="useEffect";var _=void 0;b===null?_=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof b.then=="function"?_=`
128
+ Check the render method of \``+u+"`.");var c=u||"",v=e._debugSource;v&&(c=v.fileName+":"+v.lineNumber),Ck[c]||(Ck[c]=!0,m("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s",a))}if(typeof t.getDerivedStateFromProps=="function"){var y=Wt(t)||"Unknown";wk[y]||(m("%s: Function components do not support getDerivedStateFromProps.",y),wk[y]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var k=Wt(t)||"Unknown";xk[k]||(m("%s: Function components do not support contextType.",k),xk[k]=!0)}}}var Rk={dehydrated:null,treeContext:null,retryLane:Ct};function Pk(e){return{baseLanes:e,cachePool:EO(),transitions:null}}function AO(e,t){var a=null;return{baseLanes:mt(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function FO(e,t,a,u){if(t!==null){var c=t.memoizedState;if(c===null)return!1}return VS(e,Mv)}function zO(e,t){return nu(e.childLanes,t)}function c2(e,t,a){var u=t.pendingProps;Y9(t)&&(t.flags|=st);var c=Ba.current,v=!1,y=(t.flags&st)!==tt;if(y||FO(c,e)?(v=!0,t.flags&=~st):(e===null||e.memoizedState!==null)&&(c=oO(c,w3)),c=Gf(c),Eu(t,c),e===null){fS(t);var k=t.memoizedState;if(k!==null){var x=k.dehydrated;if(x!==null)return VO(t,x)}var M=u.children,N=u.fallback;if(v){var I=UO(t,M,N,a),B=t.child;return B.memoizedState=Pk(a),t.memoizedState=Rk,I}else return Mk(t,M)}else{var te=e.memoizedState;if(te!==null){var ne=te.dehydrated;if(ne!==null)return jO(e,t,y,u,ne,te,a)}if(v){var ue=u.fallback,ze=u.children,nt=HO(e,t,ze,ue,a),Qe=t.child,_t=e.child.memoizedState;return Qe.memoizedState=_t===null?Pk(a):AO(_t,a),Qe.childLanes=zO(e,a),t.memoizedState=Rk,nt}else{var kt=u.children,X=BO(e,t,kt,a);return t.memoizedState=null,X}}}function Mk(e,t,a){var u=e.mode,c={mode:"visible",children:t},v=Nk(c,u);return v.return=e,e.child=v,v}function UO(e,t,a,u){var c=e.mode,v=e.child,y={mode:"hidden",children:t},k,x;return(c&ht)===it&&v!==null?(k=v,k.childLanes=ce,k.pendingProps=y,e.mode&at&&(k.actualDuration=0,k.actualStartTime=-1,k.selfBaseDuration=0,k.treeBaseDuration=0),x=$u(a,c,u,null)):(k=Nk(y,c),x=$u(a,c,u,null)),k.return=e,x.return=e,k.sibling=x,e.child=k,x}function Nk(e,t,a){return fD(e,t,ce,null)}function f2(e,t){return qs(e,t)}function BO(e,t,a,u){var c=e.child,v=c.sibling,y=f2(c,{mode:"visible",children:a});if((t.mode&ht)===it&&(y.lanes=u),y.return=t,y.sibling=null,v!==null){var k=t.deletions;k===null?(t.deletions=[v],t.flags|=Mt):k.push(v)}return t.child=y,y}function HO(e,t,a,u,c){var v=t.mode,y=e.child,k=y.sibling,x={mode:"hidden",children:a},M;if((v&ht)===it&&t.child!==y){var N=t.child;M=N,M.childLanes=ce,M.pendingProps=x,t.mode&at&&(M.actualDuration=0,M.actualStartTime=-1,M.selfBaseDuration=y.selfBaseDuration,M.treeBaseDuration=y.treeBaseDuration),t.deletions=null}else M=f2(y,x),M.subtreeFlags=y.subtreeFlags&Zn;var I;return k!==null?I=qs(k,u):(I=$u(u,v,c,null),I.flags|=Zt),I.return=t,M.return=t,M.sibling=I,t.child=M,I}function Uy(e,t,a,u){u!==null&&dS(u),Zf(t,e.child,null,a);var c=t.pendingProps,v=c.children,y=Mk(t,v);return y.flags|=Zt,t.memoizedState=null,y}function IO(e,t,a,u,c){var v=t.mode,y={mode:"visible",children:a},k=Nk(y,v),x=$u(u,v,c,null);return x.flags|=Zt,k.return=t,x.return=t,k.sibling=x,t.child=k,(t.mode&ht)!==it&&Zf(t,e.child,null,c),x}function VO(e,t,a){return(e.mode&ht)===it?(m("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."),e.lanes=ot):Z1(t)?e.lanes=Jo:e.lanes=Hr,null}function jO(e,t,a,u,c,v,y){if(a)if(t.flags&mn){t.flags&=~mn;var X=yk(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return Uy(e,t,y,X)}else{if(t.memoizedState!==null)return t.child=e.child,t.flags|=st,null;var se=u.children,Z=u.fallback,we=IO(e,t,se,Z,y),Ue=t.child;return Ue.memoizedState=Pk(y),t.memoizedState=Rk,we}else{if(NL(),(t.mode&ht)===it)return Uy(e,t,y,null);if(Z1(c)){var k,x,M;{var N=X$(c);k=N.digest,x=N.message,M=N.stack}var I;x?I=new Error(x):I=new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering.");var B=yk(I,k,M);return Uy(e,t,y,B)}var te=Ir(y,e.childLanes);if(Ia||te){var ne=Zy();if(ne!==null){var ue=g1(ne,y);if(ue!==Ct&&ue!==v.retryLane){v.retryLane=ue;var ze=Qt;Di(e,ue),or(ne,e,ue,ze)}}qk();var nt=yk(new Error("This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition."));return Uy(e,t,y,nt)}else if($T(c)){t.flags|=st,t.child=e.child;var Qe=m9.bind(null,e);return Z$(c,Qe),null}else{OL(t,c,v.treeContext);var _t=u.children,kt=Mk(t,_t);return kt.flags|=yi,kt}}}function d2(e,t,a){e.lanes=mt(e.lanes,t);var u=e.alternate;u!==null&&(u.lanes=mt(u.lanes,t)),gS(e.return,t,a)}function KO(e,t,a){for(var u=t;u!==null;){if(u.tag===F){var c=u.memoizedState;c!==null&&d2(u,a,e)}else if(u.tag===Q)d2(u,a,e);else if(u.child!==null){u.child.return=u,u=u.child;continue}if(u===e)return;for(;u.sibling===null;){if(u.return===null||u.return===e)return;u=u.return}u.sibling.return=u.return,u=u.sibling}}function WO(e){for(var t=e,a=null;t!==null;){var u=t.alternate;u!==null&&yy(u)===null&&(a=t),t=t.sibling}return a}function YO(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!Ek[e])if(Ek[e]=!0,typeof e=="string")switch(e.toLowerCase()){case"together":case"forwards":case"backwards":{m('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break}case"forward":case"backward":{m('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',e,e.toLowerCase());break}default:m('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e);break}else m('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}function QO(e,t){e!==void 0&&!zy[e]&&(e!=="collapsed"&&e!=="hidden"?(zy[e]=!0,m('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(zy[e]=!0,m('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function p2(e,t){{var a=In(e),u=!a&&typeof ba(e)=="function";if(a||u){var c=a?"array":"iterable";return m("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",c,t,c),!1}}return!0}function XO(e,t){if((t==="forwards"||t==="backwards")&&e!==void 0&&e!==null&&e!==!1)if(In(e)){for(var a=0;a<e.length;a++)if(!p2(e[a],a))return}else{var u=ba(e);if(typeof u=="function"){var c=u.call(e);if(c)for(var v=c.next(),y=0;!v.done;v=c.next()){if(!p2(v.value,y))return;y++}}else m('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',t)}}function $k(e,t,a,u,c){var v=e.memoizedState;v===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:u,tail:a,tailMode:c}:(v.isBackwards=t,v.rendering=null,v.renderingStartTime=0,v.last=u,v.tail=a,v.tailMode=c)}function v2(e,t,a){var u=t.pendingProps,c=u.revealOrder,v=u.tail,y=u.children;YO(c),QO(v,c),XO(y,c),ti(e,t,y,a);var k=Ba.current,x=VS(k,Mv);if(x)k=jS(k,Mv),t.flags|=st;else{var M=e!==null&&(e.flags&st)!==tt;M&&KO(t,t.child,a),k=Gf(k)}if(Eu(t,k),(t.mode&ht)===it)t.memoizedState=null;else switch(c){case"forwards":{var N=WO(t.child),I;N===null?(I=t.child,t.child=null):(I=N.sibling,N.sibling=null),$k(t,!1,I,N,v);break}case"backwards":{var B=null,te=t.child;for(t.child=null;te!==null;){var ne=te.alternate;if(ne!==null&&yy(ne)===null){t.child=te;break}var ue=te.sibling;te.sibling=B,B=te,te=ue}$k(t,!0,B,null,v);break}case"together":{$k(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function ZO(e,t,a){BS(t,t.stateNode.containerInfo);var u=t.pendingProps;return e===null?t.child=Zf(t,null,u,a):ti(e,t,u,a),t.child}var m2=!1;function JO(e,t,a){var u=t.type,c=u._context,v=t.pendingProps,y=t.memoizedProps,k=v.value;{"value"in v||m2||(m2=!0,m("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var x=t.type.propTypes;x&&Aa(x,v,"prop","Context.Provider")}if(n3(t,c,k),y!==null){var M=y.value;if(Ve(M,k)){if(y.children===v.children&&!Qg())return Sl(e,t,a)}else KL(t,c,a)}var N=v.children;return ti(e,t,N,a),t.child}var h2=!1;function GO(e,t,a){var u=t.type;u._context===void 0?u!==u.Consumer&&(h2||(h2=!0,m("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):u=u._context;var c=t.pendingProps,v=c.children;typeof v!="function"&&m("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),Xf(t,a);var y=Xn(u);lo(t);var k;return Uv.current=t,Fi(!0),k=v(y),Fi(!1),Qo(),t.flags|=eo,ti(e,t,k,a),t.child}function Hv(){Ia=!0}function By(e,t){(t.mode&ht)===it&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=Zt)}function Sl(e,t,a){return e!==null&&(t.dependencies=e.dependencies),J3(),qv(t.lanes),Ir(a,t.childLanes)?(rO(e,t),t.child):null}function qO(e,t,a){{var u=t.return;if(u===null)throw new Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,a.index=t.index,a.sibling=t.sibling,a.return=t.return,a.ref=t.ref,t===u.child)u.child=a;else{var c=u.child;if(c===null)throw new Error("Expected parent to have a child.");for(;c.sibling!==t;)if(c=c.sibling,c===null)throw new Error("Expected to find the previous sibling.");c.sibling=a}var v=u.deletions;return v===null?(u.deletions=[e],u.flags|=Mt):v.push(e),a.flags|=Zt,a}}function Lk(e,t){var a=e.lanes;return!!Ir(a,t)}function eA(e,t,a){switch(t.tag){case T:u2(t),t.stateNode,Yf();break;case P:k3(t);break;case C:{var u=t.type;bo(u)&&Zg(t);break}case D:BS(t,t.stateNode.containerInfo);break;case le:{var c=t.memoizedProps.value,v=t.type._context;n3(t,v,c);break}case ie:{var y=Ir(a,t.childLanes);y&&(t.flags|=vt);{var k=t.stateNode;k.effectDuration=0,k.passiveEffectDuration=0}}break;case F:{var x=t.memoizedState;if(x!==null){if(x.dehydrated!==null)return Eu(t,Gf(Ba.current)),t.flags|=st,null;var M=t.child,N=M.childLanes;if(Ir(a,N))return c2(e,t,a);Eu(t,Gf(Ba.current));var I=Sl(e,t,a);return I!==null?I.sibling:null}else Eu(t,Gf(Ba.current));break}case Q:{var B=(e.flags&st)!==tt,te=Ir(a,t.childLanes);if(B){if(te)return v2(e,t,a);t.flags|=st}var ne=t.memoizedState;if(ne!==null&&(ne.rendering=null,ne.tail=null,ne.lastEffect=null),Eu(t,Ba.current),te)break;return null}case K:case ae:return t.lanes=ce,a2(e,t,a)}return Sl(e,t,a)}function g2(e,t,a){if(t._debugNeedsRemount&&e!==null)return qO(e,t,cx(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(e!==null){var u=e.memoizedProps,c=t.pendingProps;if(u!==c||Qg()||t.type!==e.type)Ia=!0;else{var v=Lk(e,a);if(!v&&(t.flags&st)===tt)return Ia=!1,eA(e,t,a);(e.flags&ms)!==tt?Ia=!0:Ia=!1}}else if(Ia=!1,Cr()&&_L(t)){var y=t.index,k=TL();jT(t,k,y)}switch(t.lanes=ce,t.tag){case R:return OO(e,t,t.type,a);case $:{var x=t.elementType;return $O(e,t,x,a)}case w:{var M=t.type,N=t.pendingProps,I=t.elementType===M?N:Ua(M,N);return _k(e,t,M,I,a)}case C:{var B=t.type,te=t.pendingProps,ne=t.elementType===B?te:Ua(B,te);return l2(e,t,B,ne,a)}case T:return PO(e,t,a);case P:return MO(e,t,a);case A:return NO(e,t);case F:return c2(e,t,a);case D:return ZO(e,t,a);case W:{var ue=t.type,ze=t.pendingProps,nt=t.elementType===ue?ze:Ua(ue,ze);return n2(e,t,ue,nt,a)}case z:return TO(e,t,a);case O:return DO(e,t,a);case ie:return RO(e,t,a);case le:return JO(e,t,a);case oe:return GO(e,t,a);case ve:{var Qe=t.type,_t=t.pendingProps,kt=Ua(Qe,_t);if(t.type!==t.elementType){var X=Qe.propTypes;X&&Aa(X,kt,"prop",Wt(Qe))}return kt=Ua(Qe.type,kt),r2(e,t,Qe,kt,a)}case be:return i2(e,t,t.type,t.pendingProps,a);case ge:{var se=t.type,Z=t.pendingProps,we=t.elementType===se?Z:Ua(se,Z);return LO(e,t,se,we,a)}case Q:return v2(e,t,a);case Ce:break;case K:return a2(e,t,a)}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function id(e){e.flags|=vt}function y2(e){e.flags|=Or,e.flags|=xp}var b2,Ok,S2,k2;b2=function(e,t,a,u){for(var c=t.child;c!==null;){if(c.tag===P||c.tag===A)w$(e,c.stateNode);else if(c.tag!==D){if(c.child!==null){c.child.return=c,c=c.child;continue}}if(c===t)return;for(;c.sibling===null;){if(c.return===null||c.return===t)return;c=c.return}c.sibling.return=c.return,c=c.sibling}},Ok=function(e,t){},S2=function(e,t,a,u,c){var v=e.memoizedProps;if(v!==u){var y=t.stateNode,k=HS(),x=E$(y,a,v,u,c,k);t.updateQueue=x,x&&id(t)}},k2=function(e,t,a,u){a!==u&&id(t)};function Iv(e,t){if(!Cr())switch(e.tailMode){case"hidden":{for(var a=e.tail,u=null;a!==null;)a.alternate!==null&&(u=a),a=a.sibling;u===null?e.tail=null:u.sibling=null;break}case"collapsed":{for(var c=e.tail,v=null;c!==null;)c.alternate!==null&&(v=c),c=c.sibling;v===null?!t&&e.tail!==null?e.tail.sibling=null:e.tail=null:v.sibling=null;break}}}function _r(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=ce,u=tt;if(t){if((e.mode&at)!==it){for(var x=e.selfBaseDuration,M=e.child;M!==null;)a=mt(a,mt(M.lanes,M.childLanes)),u|=M.subtreeFlags&Zn,u|=M.flags&Zn,x+=M.treeBaseDuration,M=M.sibling;e.treeBaseDuration=x}else for(var N=e.child;N!==null;)a=mt(a,mt(N.lanes,N.childLanes)),u|=N.subtreeFlags&Zn,u|=N.flags&Zn,N.return=e,N=N.sibling;e.subtreeFlags|=u}else{if((e.mode&at)!==it){for(var c=e.actualDuration,v=e.selfBaseDuration,y=e.child;y!==null;)a=mt(a,mt(y.lanes,y.childLanes)),u|=y.subtreeFlags,u|=y.flags,c+=y.actualDuration,v+=y.treeBaseDuration,y=y.sibling;e.actualDuration=c,e.treeBaseDuration=v}else for(var k=e.child;k!==null;)a=mt(a,mt(k.lanes,k.childLanes)),u|=k.subtreeFlags,u|=k.flags,k.return=e,k=k.sibling;e.subtreeFlags|=u}return e.childLanes=a,t}function tA(e,t,a){if(BL()&&(t.mode&ht)!==it&&(t.flags&st)===tt)return JT(t),Yf(),t.flags|=mn|Xr|jn,!1;var u=ty(t);if(a!==null&&a.dehydrated!==null)if(e===null){if(!u)throw new Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(zL(t),_r(t),(t.mode&at)!==it){var c=a!==null;if(c){var v=t.child;v!==null&&(t.treeBaseDuration-=v.treeBaseDuration)}}return!1}else{if(Yf(),(t.flags&st)===tt&&(t.memoizedState=null),t.flags|=vt,_r(t),(t.mode&at)!==it){var y=a!==null;if(y){var k=t.child;k!==null&&(t.treeBaseDuration-=k.treeBaseDuration)}}return!1}else return GT(),!0}function x2(e,t,a){var u=t.pendingProps;switch(lS(t),t.tag){case R:case $:case be:case w:case W:case z:case O:case ie:case oe:case ve:return _r(t),null;case C:{var c=t.type;return bo(c)&&Xg(t),_r(t),null}case T:{var v=t.stateNode;if(Jf(t),rS(t),WS(),v.pendingContext&&(v.context=v.pendingContext,v.pendingContext=null),e===null||e.child===null){var y=ty(t);if(y)id(t);else if(e!==null){var k=e.memoizedState;(!k.isDehydrated||(t.flags&mn)!==tt)&&(t.flags|=gi,GT())}}return Ok(e,t),_r(t),null}case P:{IS(t);var x=S3(),M=t.type;if(e!==null&&t.stateNode!=null)S2(e,t,M,u,x),e.ref!==t.ref&&y2(t);else{if(!u){if(t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return _r(t),null}var N=HS(),I=ty(t);if(I)AL(t,x,N)&&id(t);else{var B=x$(M,u,x,N,t);b2(B,t,!1,!1),t.stateNode=B,C$(B,M,u,x)&&id(t)}t.ref!==null&&y2(t)}return _r(t),null}case A:{var te=u;if(e&&t.stateNode!=null){var ne=e.memoizedProps;k2(e,t,ne,te)}else{if(typeof te!="string"&&t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");var ue=S3(),ze=HS(),nt=ty(t);nt?FL(t)&&id(t):t.stateNode=_$(te,ue,ze,t)}return _r(t),null}case F:{qf(t);var Qe=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var _t=tA(e,t,Qe);if(!_t)return t.flags&jn?t:null}if((t.flags&st)!==tt)return t.lanes=a,(t.mode&at)!==it&&gk(t),t;var kt=Qe!==null,X=e!==null&&e.memoizedState!==null;if(kt!==X&&kt){var se=t.child;if(se.flags|=to,(t.mode&ht)!==it){var Z=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!Pe);Z||VS(Ba.current,w3)?n9():qk()}}var we=t.updateQueue;if(we!==null&&(t.flags|=vt),_r(t),(t.mode&at)!==it&&kt){var Ue=t.child;Ue!==null&&(t.treeBaseDuration-=Ue.treeBaseDuration)}return null}case D:return Jf(t),Ok(e,t),e===null&&bL(t.stateNode.containerInfo),_r(t),null;case le:var Oe=t.type._context;return hS(Oe,t),_r(t),null;case ge:{var ut=t.type;return bo(ut)&&Xg(t),_r(t),null}case Q:{qf(t);var dt=t.memoizedState;if(dt===null)return _r(t),null;var Ht=(t.flags&st)!==tt,Rt=dt.rendering;if(Rt===null)if(Ht)Iv(dt,!1);else{var zn=i9()&&(e===null||(e.flags&st)===tt);if(!zn)for(var Pt=t.child;Pt!==null;){var Rn=yy(Pt);if(Rn!==null){Ht=!0,t.flags|=st,Iv(dt,!1);var Wr=Rn.updateQueue;return Wr!==null&&(t.updateQueue=Wr,t.flags|=vt),t.subtreeFlags=tt,iO(t,a),Eu(t,jS(Ba.current,Mv)),t.child}Pt=Pt.sibling}dt.tail!==null&&ln()>V2()&&(t.flags|=st,Ht=!0,Iv(dt,!1),t.lanes=Op)}else{if(!Ht){var Mr=yy(Rt);if(Mr!==null){t.flags|=st,Ht=!0;var Ki=Mr.updateQueue;if(Ki!==null&&(t.updateQueue=Ki,t.flags|=vt),Iv(dt,!0),dt.tail===null&&dt.tailMode==="hidden"&&!Rt.alternate&&!Cr())return _r(t),null}else ln()*2-dt.renderingStartTime>V2()&&a!==Hr&&(t.flags|=st,Ht=!0,Iv(dt,!1),t.lanes=Op)}if(dt.isBackwards)Rt.sibling=t.child,t.child=Rt;else{var ii=dt.last;ii!==null?ii.sibling=Rt:t.child=Rt,dt.last=Rt}}if(dt.tail!==null){var ai=dt.tail;dt.rendering=ai,dt.tail=ai.sibling,dt.renderingStartTime=ln(),ai.sibling=null;var Yr=Ba.current;return Ht?Yr=jS(Yr,Mv):Yr=Gf(Yr),Eu(t,Yr),ai}return _r(t),null}case Ce:break;case K:case ae:{Gk(t);var El=t.memoizedState,dd=El!==null;if(e!==null){var im=e.memoizedState,To=im!==null;To!==dd&&!j&&(t.flags|=to)}return!dd||(t.mode&ht)===it?_r(t):Ir(_o,Hr)&&(_r(t),t.subtreeFlags&(Zt|vt)&&(t.flags|=to)),null}case Re:return null;case Xe:return null}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function nA(e,t,a){switch(lS(t),t.tag){case C:{var u=t.type;bo(u)&&Xg(t);var c=t.flags;return c&jn?(t.flags=c&~jn|st,(t.mode&at)!==it&&gk(t),t):null}case T:{t.stateNode,Jf(t),rS(t),WS();var v=t.flags;return(v&jn)!==tt&&(v&st)===tt?(t.flags=v&~jn|st,t):null}case P:return IS(t),null;case F:{qf(t);var y=t.memoizedState;if(y!==null&&y.dehydrated!==null){if(t.alternate===null)throw new Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");Yf()}var k=t.flags;return k&jn?(t.flags=k&~jn|st,(t.mode&at)!==it&&gk(t),t):null}case Q:return qf(t),null;case D:return Jf(t),null;case le:var x=t.type._context;return hS(x,t),null;case K:case ae:return Gk(t),null;case Re:return null;default:return null}}function w2(e,t,a){switch(lS(t),t.tag){case C:{var u=t.type.childContextTypes;u!=null&&Xg(t);break}case T:{t.stateNode,Jf(t),rS(t),WS();break}case P:{IS(t);break}case D:Jf(t);break;case F:qf(t);break;case Q:qf(t);break;case le:var c=t.type._context;hS(c,t);break;case K:case ae:Gk(t);break}}var C2=null;C2=new Set;var Hy=!1,Tr=!1,rA=typeof WeakSet=="function"?WeakSet:Set,je=null,ad=null,od=null;function iA(e){Wo(null,function(){throw e}),Sp()}var aA=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&at)try{Co(),t.componentWillUnmount()}finally{wo(e)}else t.componentWillUnmount()};function E2(e,t){try{Du(er,e)}catch(a){en(e,t,a)}}function Ak(e,t,a){try{aA(e,a)}catch(u){en(e,t,u)}}function oA(e,t,a){try{a.componentDidMount()}catch(u){en(e,t,u)}}function _2(e,t){try{D2(e)}catch(a){en(e,t,a)}}function ld(e,t){var a=e.ref;if(a!==null)if(typeof a=="function"){var u;try{if(V&&Le&&e.mode&at)try{Co(),u=a(null)}finally{wo(e)}else u=a(null)}catch(c){en(e,t,c)}typeof u=="function"&&m("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",pt(e))}else a.current=null}function Iy(e,t,a){try{a()}catch(u){en(e,t,u)}}var T2=!1;function lA(e,t){S$(e.containerInfo),je=t,uA();var a=T2;return T2=!1,a}function uA(){for(;je!==null;){var e=je,t=e.child;(e.subtreeFlags&Ql)!==tt&&t!==null?(t.return=e,je=t):sA()}}function sA(){for(;je!==null;){var e=je;Ut(e);try{cA(e)}catch(a){en(e,e.return,a)}Nn();var t=e.sibling;if(t!==null){t.return=e.return,je=t;return}je=e.return}}function cA(e){var t=e.alternate,a=e.flags;if((a&gi)!==tt){switch(Ut(e),e.tag){case w:case W:case be:break;case C:{if(t!==null){var u=t.memoizedProps,c=t.memoizedState,v=e.stateNode;e.type===e.elementType&&!Qs&&(v.props!==e.memoizedProps&&m("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(e)||"instance"),v.state!==e.memoizedState&&m("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(e)||"instance"));var y=v.getSnapshotBeforeUpdate(e.elementType===e.type?u:Ua(e.type,u),c);{var k=C2;y===void 0&&!k.has(e.type)&&(k.add(e.type),m("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",pt(e)))}v.__reactInternalSnapshotBeforeUpdate=y}break}case T:{{var x=e.stateNode;K$(x.containerInfo)}break}case P:case A:case D:case ge:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}Nn()}}function Va(e,t,a){var u=t.updateQueue,c=u!==null?u.lastEffect:null;if(c!==null){var v=c.next,y=v;do{if((y.tag&e)===e){var k=y.destroy;y.destroy=void 0,k!==void 0&&((e&Er)!==Ri?Xc(t):(e&er)!==Ri&&Zc(t),(e&So)!==Ri&&tm(!0),Iy(t,a,k),(e&So)!==Ri&&tm(!1),(e&Er)!==Ri?eg():(e&er)!==Ri&&Xl())}y=y.next}while(y!==v)}}function Du(e,t){var a=t.updateQueue,u=a!==null?a.lastEffect:null;if(u!==null){var c=u.next,v=c;do{if((v.tag&e)===e){(e&Er)!==Ri?qh(t):(e&er)!==Ri&&tg(t);var y=v.create;(e&So)!==Ri&&tm(!0),v.destroy=y(),(e&So)!==Ri&&tm(!1),(e&Er)!==Ri?Np():(e&er)!==Ri&&ng();{var k=v.destroy;if(k!==void 0&&typeof k!="function"){var x=void 0;(v.tag&er)!==tt?x="useLayoutEffect":(v.tag&So)!==tt?x="useInsertionEffect":x="useEffect";var M=void 0;k===null?M=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof k.then=="function"?M=`
129
129
 
130
- It looks like you wrote `+k+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
130
+ It looks like you wrote `+x+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
131
131
 
132
- `+k+`(() => {
132
+ `+x+`(() => {
133
133
  async function fetchData() {
134
134
  // You can await here
135
135
  const response = await MyAPI.getData(someId);
@@ -138,11 +138,11 @@ It looks like you wrote `+k+`(async () => ...) or returned a Promise. Instead, w
138
138
  fetchData();
139
139
  }, [someId]); // Or [] if effect doesn't need props or state
140
140
 
141
- Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching`:_=" You returned: "+b,y("%s must not return anything besides a function, which is used for clean-up.%s",k,_)}}}d=d.next}while(d!==u)}}function vM(e,t){if((t.flags&pt)!==Ze)switch(t.tag){case ce:{var i=t.stateNode.passiveEffectDuration,a=t.memoizedProps,u=a.id,d=a.onPostCommit,m=zw(),b=t.alternate===null?"mount":"update";Aw()&&(b="nested-update"),typeof d=="function"&&d(u,b,i,m);var k=t.return;e:for(;k!==null;){switch(k.tag){case D:var _=k.stateNode;_.passiveEffectDuration+=i;break e;case ce:var C=k.stateNode;C.passiveEffectDuration+=i;break e}k=k.return}break}}}function mM(e,t,i,a){if((i.flags&rr)!==Ze)switch(i.tag){case T:case ne:case $e:{if(!Sr)if(i.mode&tt)try{fo(),du(Kn|Qn,i)}finally{co(i)}else du(Kn|Qn,i);break}case R:{var u=i.stateNode;if(i.flags&pt&&!Sr)if(t===null)if(i.type===i.elementType&&!Ls&&(u.props!==i.memoizedProps&&y("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",dt(i)||"instance"),u.state!==i.memoizedState&&y("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",dt(i)||"instance")),i.mode&tt)try{fo(),u.componentDidMount()}finally{co(i)}else u.componentDidMount();else{var d=i.elementType===i.type?t.memoizedProps:wa(i.type,t.memoizedProps),m=t.memoizedState;if(i.type===i.elementType&&!Ls&&(u.props!==i.memoizedProps&&y("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",dt(i)||"instance"),u.state!==i.memoizedState&&y("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",dt(i)||"instance")),i.mode&tt)try{fo(),u.componentDidUpdate(d,m,u.__reactInternalSnapshotBeforeUpdate)}finally{co(i)}else u.componentDidUpdate(d,m,u.__reactInternalSnapshotBeforeUpdate)}var b=i.updateQueue;b!==null&&(i.type===i.elementType&&!Ls&&(u.props!==i.memoizedProps&&y("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",dt(i)||"instance"),u.state!==i.memoizedState&&y("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",dt(i)||"instance")),JE(i,b,u));break}case D:{var k=i.updateQueue;if(k!==null){var _=null;if(i.child!==null)switch(i.child.tag){case M:_=i.child.stateNode;break;case R:_=i.child.stateNode;break}JE(i,k,_)}break}case M:{var C=i.stateNode;if(t===null&&i.flags&pt){var z=i.type,$=i.memoizedProps;$6(C,z,$)}break}case te:break;case N:break;case ce:{{var K=i.memoizedProps,X=K.onCommit,re=K.onRender,Pe=i.stateNode.effectDuration,Ge=zw(),Ye=t===null?"mount":"update";Aw()&&(Ye="nested-update"),typeof re=="function"&&re(i.memoizedProps.id,Ye,i.actualDuration,i.treeBaseDuration,i.actualStartTime,Ge);{typeof X=="function"&&X(i.memoizedProps.id,Ye,Pe,Ge),d8(i);var Et=i.return;e:for(;Et!==null;){switch(Et.tag){case D:var kt=Et.stateNode;kt.effectDuration+=Pe;break e;case ce:var B=Et.stateNode;B.effectDuration+=Pe;break e}Et=Et.return}}}break}case H:{_M(e,i);break}case ee:case Te:case Re:case Q:case ae:case ut:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}Sr||i.flags&Rr&&hT(i)}function hM(e){switch(e.tag){case T:case ne:case $e:{if(e.mode&tt)try{fo(),pT(e,e.return)}finally{co(e)}else pT(e,e.return);break}case R:{var t=e.stateNode;typeof t.componentDidMount=="function"&&sM(e,e.return,t),vT(e,e.return);break}case M:{vT(e,e.return);break}}}function yM(e,t){for(var i=null,a=e;;){if(a.tag===M){if(i===null){i=a;try{var u=a.stateNode;t?I6(u):W6(a.stateNode,a.memoizedProps)}catch(m){qt(e,e.return,m)}}}else if(a.tag===te){if(i===null)try{var d=a.stateNode;t?Y6(d):Q6(d,a.memoizedProps)}catch(m){qt(e,e.return,m)}}else if(!((a.tag===Q||a.tag===ae)&&a.memoizedState!==null&&a!==e)){if(a.child!==null){a.child.return=a,a=a.child;continue}}if(a===e)return;for(;a.sibling===null;){if(a.return===null||a.return===e)return;i===a&&(i=null),a=a.return}i===a&&(i=null),a.sibling.return=a.return,a=a.sibling}}function hT(e){var t=e.ref;if(t!==null){var i=e.stateNode,a;switch(e.tag){case M:a=i;break;default:a=i}if(typeof t=="function"){var u;if(e.mode&tt)try{fo(),u=t(a)}finally{co(e)}else u=t(a);typeof u=="function"&&y("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",dt(e))}else t.hasOwnProperty("current")||y("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",dt(e)),t.current=a}}function gM(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function yT(e){var t=e.alternate;t!==null&&(e.alternate=null,yT(t));{if(e.child=null,e.deletions=null,e.sibling=null,e.tag===M){var i=e.stateNode;i!==null&&EO(i)}e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}}function bM(e){for(var t=e.return;t!==null;){if(gT(t))return t;t=t.return}throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.")}function gT(e){return e.tag===M||e.tag===D||e.tag===N}function bT(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||gT(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==M&&t.tag!==te&&t.tag!==Se;){if(t.flags&Xt||t.child===null||t.tag===N)continue e;t.child.return=t,t=t.child}if(!(t.flags&Xt))return t.stateNode}}function kM(e){var t=bM(e);switch(t.tag){case M:{var i=t.stateNode;t.flags&Nt&&(kE(i),t.flags&=~Nt);var a=bT(e);E1(e,a,i);break}case D:case N:{var u=t.stateNode.containerInfo,d=bT(e);C1(e,d,u);break}default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function C1(e,t,i){var a=e.tag,u=a===M||a===te;if(u){var d=e.stateNode;t?H6(i,d,t):F6(i,d)}else if(a!==N){var m=e.child;if(m!==null){C1(m,t,i);for(var b=m.sibling;b!==null;)C1(b,t,i),b=b.sibling}}}function E1(e,t,i){var a=e.tag,u=a===M||a===te;if(u){var d=e.stateNode;t?U6(i,d,t):z6(i,d)}else if(a!==N){var m=e.child;if(m!==null){E1(m,t,i);for(var b=m.sibling;b!==null;)E1(b,t,i),b=b.sibling}}}var xr=null,Oa=!1;function SM(e,t,i){{var a=t;e:for(;a!==null;){switch(a.tag){case M:{xr=a.stateNode,Oa=!1;break e}case D:{xr=a.stateNode.containerInfo,Oa=!0;break e}case N:{xr=a.stateNode.containerInfo,Oa=!0;break e}}a=a.return}if(xr===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");kT(e,t,i),xr=null,Oa=!1}gM(i)}function pu(e,t,i){for(var a=i.child;a!==null;)kT(e,t,a),a=a.sibling}function kT(e,t,i){switch(Xd(i),i.tag){case M:Sr||Ff(i,t);case te:{{var a=xr,u=Oa;xr=null,pu(e,t,i),xr=a,Oa=u,xr!==null&&(Oa?j6(xr,i.stateNode):V6(xr,i.stateNode))}return}case Se:{xr!==null&&(Oa?B6(xr,i.stateNode):A0(xr,i.stateNode));return}case N:{{var d=xr,m=Oa;xr=i.stateNode.containerInfo,Oa=!0,pu(e,t,i),xr=d,Oa=m}return}case T:case ne:case ze:case $e:{if(!Sr){var b=i.updateQueue;if(b!==null){var k=b.lastEffect;if(k!==null){var _=k.next,C=_;do{var z=C,$=z.destroy,K=z.tag;$!==void 0&&((K&lo)!==ki?Yy(i,t,$):(K&Kn)!==ki&&(Tc(i),i.mode&tt?(fo(),Yy(i,t,$),co(i)):Yy(i,t,$),Ml())),C=C.next}while(C!==_)}}}pu(e,t,i);return}case R:{if(!Sr){Ff(i,t);var X=i.stateNode;typeof X.componentWillUnmount=="function"&&_1(i,t,X)}pu(e,t,i);return}case Re:{pu(e,t,i);return}case Q:{if(i.mode&mt){var re=Sr;Sr=re||i.memoizedState!==null,pu(e,t,i),Sr=re}else pu(e,t,i);break}default:{pu(e,t,i);return}}}function xM(e){e.memoizedState}function _M(e,t){var i=t.memoizedState;if(i===null){var a=t.alternate;if(a!==null){var u=a.memoizedState;if(u!==null){var d=u.dehydrated;d!==null&&uO(d)}}}}function ST(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var i=e.stateNode;i===null&&(i=e.stateNode=new oM),t.forEach(function(a){var u=b8.bind(null,e,a);if(!i.has(a)){if(i.add(a),Yn)if(Af!==null&&zf!==null)bv(zf,Af);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");a.then(u,u)}})}}function CM(e,t,i){Af=i,zf=e,At(t),xT(t,e),At(t),Af=null,zf=null}function La(e,t,i){var a=t.deletions;if(a!==null)for(var u=0;u<a.length;u++){var d=a[u];try{SM(e,t,d)}catch(k){qt(d,t,k)}}var m=Pb();if(t.subtreeFlags&Or)for(var b=t.child;b!==null;)At(b),xT(b,e),b=b.sibling;At(m)}function xT(e,t,i){var a=e.alternate,u=e.flags;switch(e.tag){case T:case ne:case ze:case $e:{if(La(t,e),po(e),u&pt){try{Na(lo|Qn,e,e.return),du(lo|Qn,e)}catch(at){qt(e,e.return,at)}if(e.mode&tt){try{fo(),Na(Kn|Qn,e,e.return)}catch(at){qt(e,e.return,at)}co(e)}else try{Na(Kn|Qn,e,e.return)}catch(at){qt(e,e.return,at)}}return}case R:{La(t,e),po(e),u&Rr&&a!==null&&Ff(a,a.return);return}case M:{La(t,e),po(e),u&Rr&&a!==null&&Ff(a,a.return);{if(e.flags&Nt){var d=e.stateNode;try{kE(d)}catch(at){qt(e,e.return,at)}}if(u&pt){var m=e.stateNode;if(m!=null){var b=e.memoizedProps,k=a!==null?a.memoizedProps:b,_=e.type,C=e.updateQueue;if(e.updateQueue=null,C!==null)try{P6(m,C,_,k,b,e)}catch(at){qt(e,e.return,at)}}}}return}case te:{if(La(t,e),po(e),u&pt){if(e.stateNode===null)throw new Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");var z=e.stateNode,$=e.memoizedProps,K=a!==null?a.memoizedProps:$;try{A6(z,K,$)}catch(at){qt(e,e.return,at)}}return}case D:{if(La(t,e),po(e),u&pt&&a!==null){var X=a.memoizedState;if(X.isDehydrated)try{lO(t.containerInfo)}catch(at){qt(e,e.return,at)}}return}case N:{La(t,e),po(e);return}case H:{La(t,e),po(e);var re=e.child;if(re.flags&Ba){var Pe=re.stateNode,Ge=re.memoizedState,Ye=Ge!==null;if(Pe.isHidden=Ye,Ye){var Et=re.alternate!==null&&re.alternate.memoizedState!==null;Et||i8()}}if(u&pt){try{xM(e)}catch(at){qt(e,e.return,at)}ST(e)}return}case Q:{var kt=a!==null&&a.memoizedState!==null;if(e.mode&mt){var B=Sr;Sr=B||kt,La(t,e),Sr=B}else La(t,e);if(po(e),u&Ba){var ie=e.stateNode,I=e.memoizedState,ge=I!==null,Ae=e;if(ie.isHidden=ge,ge&&!kt&&(Ae.mode&mt)!==et){je=Ae;for(var Oe=Ae.child;Oe!==null;)je=Oe,wM(Oe),Oe=Oe.sibling}yM(Ae,ge)}return}case ee:{La(t,e),po(e),u&pt&&ST(e);return}case Re:return;default:{La(t,e),po(e);return}}}function po(e){var t=e.flags;if(t&Xt){try{kM(e)}catch(i){qt(e,e.return,i)}e.flags&=~Xt}t&si&&(e.flags&=~si)}function EM(e,t,i){Af=i,zf=t,je=e,_T(e,t,i),Af=null,zf=null}function _T(e,t,i){for(var a=(e.mode&mt)!==et;je!==null;){var u=je,d=u.child;if(u.tag===Q&&a){var m=u.memoizedState!==null,b=m||Iy;if(b){w1(e,t,i);continue}else{var k=u.alternate,_=k!==null&&k.memoizedState!==null,C=_||Sr,z=Iy,$=Sr;Iy=b,Sr=C,Sr&&!$&&(je=u,TM(u));for(var K=d;K!==null;)je=K,_T(K,t,i),K=K.sibling;je=u,Iy=z,Sr=$,w1(e,t,i);continue}}(u.subtreeFlags&rr)!==Ze&&d!==null?(d.return=u,je=d):w1(e,t,i)}}function w1(e,t,i){for(;je!==null;){var a=je;if((a.flags&rr)!==Ze){var u=a.alternate;At(a);try{mM(t,u,a,i)}catch(m){qt(a,a.return,m)}Rn()}if(a===e){je=null;return}var d=a.sibling;if(d!==null){d.return=a.return,je=d;return}je=a.return}}function wM(e){for(;je!==null;){var t=je,i=t.child;switch(t.tag){case T:case ne:case ze:case $e:{if(t.mode&tt)try{fo(),Na(Kn,t,t.return)}finally{co(t)}else Na(Kn,t,t.return);break}case R:{Ff(t,t.return);var a=t.stateNode;typeof a.componentWillUnmount=="function"&&_1(t,t.return,a);break}case M:{Ff(t,t.return);break}case Q:{var u=t.memoizedState!==null;if(u){CT(e);continue}break}}i!==null?(i.return=t,je=i):CT(e)}}function CT(e){for(;je!==null;){var t=je;if(t===e){je=null;return}var i=t.sibling;if(i!==null){i.return=t.return,je=i;return}je=t.return}}function TM(e){for(;je!==null;){var t=je,i=t.child;if(t.tag===Q){var a=t.memoizedState!==null;if(a){ET(e);continue}}i!==null?(i.return=t,je=i):ET(e)}}function ET(e){for(;je!==null;){var t=je;At(t);try{hM(t)}catch(a){qt(t,t.return,a)}if(Rn(),t===e){je=null;return}var i=t.sibling;if(i!==null){i.return=t.return,je=i;return}je=t.return}}function RM(e,t,i,a){je=t,DM(t,e,i,a)}function DM(e,t,i,a){for(;je!==null;){var u=je,d=u.child;(u.subtreeFlags&ci)!==Ze&&d!==null?(d.return=u,je=d):NM(e,t,i,a)}}function NM(e,t,i,a){for(;je!==null;){var u=je;if((u.flags&en)!==Ze){At(u);try{OM(t,u,i,a)}catch(m){qt(u,u.return,m)}Rn()}if(u===e){je=null;return}var d=u.sibling;if(d!==null){d.return=u.return,je=d;return}je=u.return}}function OM(e,t,i,a){switch(t.tag){case T:case ne:case $e:{if(t.mode&tt){r1();try{du(br|Qn,t)}finally{n1(t)}}else du(br|Qn,t);break}}}function LM(e){je=e,MM()}function MM(){for(;je!==null;){var e=je,t=e.child;if((je.flags&Dt)!==Ze){var i=e.deletions;if(i!==null){for(var a=0;a<i.length;a++){var u=i[a];je=u,AM(u,e)}{var d=e.alternate;if(d!==null){var m=d.child;if(m!==null){d.child=null;do{var b=m.sibling;m.sibling=null,m=b}while(m!==null)}}}je=e}}(e.subtreeFlags&ci)!==Ze&&t!==null?(t.return=e,je=t):$M()}}function $M(){for(;je!==null;){var e=je;(e.flags&en)!==Ze&&(At(e),PM(e),Rn());var t=e.sibling;if(t!==null){t.return=e.return,je=t;return}je=e.return}}function PM(e){switch(e.tag){case T:case ne:case $e:{e.mode&tt?(r1(),Na(br|Qn,e,e.return),n1(e)):Na(br|Qn,e,e.return);break}}}function AM(e,t){for(;je!==null;){var i=je;At(i),FM(i,t),Rn();var a=i.child;a!==null?(a.return=i,je=a):zM(e)}}function zM(e){for(;je!==null;){var t=je,i=t.sibling,a=t.return;if(yT(t),t===e){je=null;return}if(i!==null){i.return=a,je=i;return}je=a}}function FM(e,t){switch(e.tag){case T:case ne:case $e:{e.mode&tt?(r1(),Na(br,e,t),n1(e)):Na(br,e,t);break}}}function UM(e){switch(e.tag){case T:case ne:case $e:{try{du(Kn|Qn,e)}catch(i){qt(e,e.return,i)}break}case R:{var t=e.stateNode;try{t.componentDidMount()}catch(i){qt(e,e.return,i)}break}}}function HM(e){switch(e.tag){case T:case ne:case $e:{try{du(br|Qn,e)}catch(t){qt(e,e.return,t)}break}}}function VM(e){switch(e.tag){case T:case ne:case $e:{try{Na(Kn|Qn,e,e.return)}catch(i){qt(e,e.return,i)}break}case R:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&_1(e,e.return,t);break}}}function jM(e){switch(e.tag){case T:case ne:case $e:try{Na(br|Qn,e,e.return)}catch(t){qt(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var uv=Symbol.for;uv("selector.component"),uv("selector.has_pseudo_class"),uv("selector.role"),uv("selector.test_id"),uv("selector.text")}var BM=[];function IM(){BM.forEach(function(e){return e()})}var YM=s.ReactCurrentActQueue;function WM(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,i=typeof jest<"u";return i&&t!==!1}}function wT(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&YM.current!==null&&y("The current testing environment is not configured to support act(...)"),e}}var QM=Math.ceil,T1=s.ReactCurrentDispatcher,R1=s.ReactCurrentOwner,_r=s.ReactCurrentBatchConfig,Ma=s.ReactCurrentActQueue,Zn=0,TT=1,Cr=2,ea=4,al=0,sv=1,Ms=2,Wy=3,cv=4,RT=5,D1=6,Ct=Zn,Xr=null,bn=null,Gn=oe,vo=oe,N1=ru(oe),qn=al,fv=null,Qy=oe,dv=oe,Ky=oe,pv=null,Si=null,O1=0,DT=500,NT=1/0,KM=500,ol=null;function vv(){NT=rn()+KM}function OT(){return NT}var Xy=!1,L1=null,Uf=null,$s=!1,vu=null,mv=oe,M1=[],$1=null,XM=50,hv=0,P1=null,A1=!1,Jy=!1,JM=50,Hf=0,Zy=null,yv=Wt,Gy=oe,LT=!1;function qy(){return Xr}function Jr(){return(Ct&(Cr|ea))!==Zn?rn():(yv!==Wt||(yv=rn()),yv)}function mu(e){var t=e.mode;if((t&mt)===et)return nt;if((Ct&Cr)!==Zn&&Gn!==oe)return Nn(Gn);var i=WO()!==YO;if(i){if(_r.transition!==null){var a=_r.transition;a._updatedFibers||(a._updatedFibers=new Set),a._updatedFibers.add(e)}return Gy===_t&&(Gy=rp()),Gy}var u=vi();if(u!==_t)return u;var d=N6();return d}function ZM(e){var t=e.mode;return(t&mt)===et?nt:r0()}function er(e,t,i,a){S8(),LT&&y("useInsertionEffect must not schedule updates."),A1&&(Jy=!0),jo(e,i,a),(Ct&Cr)!==oe&&e===Xr?C8(t):(Yn&&up(e,t,i),E8(t),e===Xr&&((Ct&Cr)===Zn&&(dv=vt(dv,i)),qn===cv&&hu(e,Gn)),xi(e,a),i===nt&&Ct===Zn&&(t.mode&mt)===et&&!Ma.isBatchingLegacy&&(vv(),OE()))}function GM(e,t,i){var a=e.current;a.lanes=t,jo(e,t,i),xi(e,i)}function qM(e){return(Ct&Cr)!==Zn}function xi(e,t){var i=e.callbackNode;e0(e,t);var a=as(e,e===Xr?Gn:oe);if(a===oe){i!==null&&KT(i),e.callbackNode=null,e.callbackPriority=_t;return}var u=Cn(a),d=e.callbackPriority;if(d===u&&!(Ma.current!==null&&i!==B1)){i==null&&d!==nt&&y("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}i!=null&&KT(i);var m;if(u===nt)e.tag===iu?(Ma.isBatchingLegacy!==null&&(Ma.didScheduleLegacyUpdate=!0),RO(PT.bind(null,e))):NE(PT.bind(null,e)),Ma.current!==null?Ma.current.push(au):L6(function(){(Ct&(Cr|ea))===Zn&&au()}),m=null;else{var b;switch(cs(a)){case ir:b=_c;break;case Wn:b=Yr;break;case ga:b=Ii;break;case us:b=Ya;break;default:b=Ii;break}m=I1(b,MT.bind(null,e))}e.callbackPriority=u,e.callbackNode=m}function MT(e,t){if(SL(),yv=Wt,Gy=oe,(Ct&(Cr|ea))!==Zn)throw new Error("Should not already be working.");var i=e.callbackNode,a=ul();if(a&&e.callbackNode!==i)return null;var u=as(e,e===Xr?Gn:oe);if(u===oe)return null;var d=!ls(e,u)&&!fh(e,u)&&!t,m=d?s8(e,u):tg(e,u);if(m!==al){if(m===Ms){var b=tp(e);b!==oe&&(u=b,m=z1(e,b))}if(m===sv){var k=fv;throw Ps(e,oe),hu(e,u),xi(e,rn()),k}if(m===D1)hu(e,u);else{var _=!ls(e,u),C=e.current.alternate;if(_&&!t8(C)){if(m=tg(e,u),m===Ms){var z=tp(e);z!==oe&&(u=z,m=z1(e,z))}if(m===sv){var $=fv;throw Ps(e,oe),hu(e,u),xi(e,rn()),$}}e.finishedWork=C,e.finishedLanes=u,e8(e,m,u)}}return xi(e,rn()),e.callbackNode===i?MT.bind(null,e):null}function z1(e,t){var i=pv;if(Ln(e)){var a=Ps(e,t);a.flags|=fn,SO(e.containerInfo)}var u=tg(e,t);if(u!==Ms){var d=Si;Si=i,d!==null&&$T(d)}return u}function $T(e){Si===null?Si=e:Si.push.apply(Si,e)}function e8(e,t,i){switch(t){case al:case sv:throw new Error("Root did not complete. This is a bug in React.");case Ms:{As(e,Si,ol);break}case Wy:{if(hu(e,i),Qc(i)&&!XT()){var a=O1+DT-rn();if(a>10){var u=as(e,oe);if(u!==oe)break;var d=e.suspendedLanes;if(!Vo(d,i)){Jr(),op(e,d);break}e.timeoutHandle=$0(As.bind(null,e,Si,ol),a);break}}As(e,Si,ol);break}case cv:{if(hu(e,i),ch(i))break;if(!XT()){var m=sh(e,i),b=m,k=rn()-b,_=k8(k)-k;if(_>10){e.timeoutHandle=$0(As.bind(null,e,Si,ol),_);break}}As(e,Si,ol);break}case RT:{As(e,Si,ol);break}default:throw new Error("Unknown root exit status.")}}function t8(e){for(var t=e;;){if(t.flags&Gu){var i=t.updateQueue;if(i!==null){var a=i.stores;if(a!==null)for(var u=0;u<a.length;u++){var d=a[u],m=d.getSnapshot,b=d.value;try{if(!Ve(m(),b))return!1}catch{return!1}}}}var k=t.child;if(t.subtreeFlags&Gu&&k!==null){k.return=t,t=k;continue}if(t===e)return!0;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}return!0}function hu(e,t){t=Hl(t,Ky),t=Hl(t,dv),ap(e,t)}function PT(e){if(xL(),(Ct&(Cr|ea))!==Zn)throw new Error("Should not already be working.");ul();var t=as(e,oe);if(!Pr(t,nt))return xi(e,rn()),null;var i=tg(e,t);if(e.tag!==iu&&i===Ms){var a=tp(e);a!==oe&&(t=a,i=z1(e,a))}if(i===sv){var u=fv;throw Ps(e,oe),hu(e,t),xi(e,rn()),u}if(i===D1)throw new Error("Root did not complete. This is a bug in React.");var d=e.current.alternate;return e.finishedWork=d,e.finishedLanes=t,As(e,Si,ol),xi(e,rn()),null}function n8(e,t){t!==oe&&(Vl(e,vt(t,nt)),xi(e,rn()),(Ct&(Cr|ea))===Zn&&(vv(),au()))}function F1(e,t){var i=Ct;Ct|=TT;try{return e(t)}finally{Ct=i,Ct===Zn&&!Ma.isBatchingLegacy&&(vv(),OE())}}function r8(e,t,i,a,u){var d=vi(),m=_r.transition;try{return _r.transition=null,On(ir),e(t,i,a,u)}finally{On(d),_r.transition=m,Ct===Zn&&vv()}}function ll(e){vu!==null&&vu.tag===iu&&(Ct&(Cr|ea))===Zn&&ul();var t=Ct;Ct|=TT;var i=_r.transition,a=vi();try{return _r.transition=null,On(ir),e?e():void 0}finally{On(a),_r.transition=i,Ct=t,(Ct&(Cr|ea))===Zn&&au()}}function AT(){return(Ct&(Cr|ea))!==Zn}function eg(e,t){zr(N1,vo,e),vo=vt(vo,t)}function U1(e){vo=N1.current,Ar(N1,e)}function Ps(e,t){e.finishedWork=null,e.finishedLanes=oe;var i=e.timeoutHandle;if(i!==P0&&(e.timeoutHandle=P0,O6(i)),bn!==null)for(var a=bn.return;a!==null;){var u=a.alternate;fT(u,a),a=a.return}Xr=e;var d=zs(e.current,null);return bn=d,Gn=vo=t,qn=al,fv=null,Qy=oe,dv=oe,Ky=oe,pv=null,Si=null,JO(),Ea.discardPendingWarnings(),d}function zT(e,t){do{var i=bn;try{if(uy(),pw(),Rn(),R1.current=null,i===null||i.return===null){qn=sv,fv=t,bn=null;return}if(F&&i.mode&tt&&Hy(i,!0),be)if(Lo(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var a=t;oh(i,a,Gn)}else Rc(i,t,Gn);TL(e,i.return,i,t,Gn),VT(i)}catch(u){t=u,bn===i&&i!==null?(i=i.return,bn=i):i=bn;continue}return}while(!0)}function FT(){var e=T1.current;return T1.current=Py,e===null?Py:e}function UT(e){T1.current=e}function i8(){O1=rn()}function gv(e){Qy=vt(e,Qy)}function a8(){qn===al&&(qn=Wy)}function H1(){(qn===al||qn===Wy||qn===Ms)&&(qn=cv),Xr!==null&&(os(Qy)||os(dv))&&hu(Xr,Gn)}function o8(e){qn!==cv&&(qn=Ms),pv===null?pv=[e]:pv.push(e)}function l8(){return qn===al}function tg(e,t){var i=Ct;Ct|=Cr;var a=FT();if(Xr!==e||Gn!==t){if(Yn){var u=e.memoizedUpdaters;u.size>0&&(bv(e,Gn),u.clear()),Jc(e,t)}ol=sp(),Ps(e,t)}Li(t);do try{u8();break}catch(d){zT(e,d)}while(!0);if(uy(),Ct=i,UT(a),bn!==null)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return Pl(),Xr=null,Gn=oe,qn}function u8(){for(;bn!==null;)HT(bn)}function s8(e,t){var i=Ct;Ct|=Cr;var a=FT();if(Xr!==e||Gn!==t){if(Yn){var u=e.memoizedUpdaters;u.size>0&&(bv(e,Gn),u.clear()),Jc(e,t)}ol=sp(),vv(),Ps(e,t)}Li(t);do try{c8();break}catch(d){zT(e,d)}while(!0);return uy(),UT(a),Ct=i,bn!==null?(ts(),al):(Pl(),Xr=null,Gn=oe,qn)}function c8(){for(;bn!==null&&!xc();)HT(bn)}function HT(e){var t=e.alternate;At(e);var i;(e.mode&tt)!==et?(t1(e),i=V1(t,e,vo),Hy(e,!0)):i=V1(t,e,vo),Rn(),e.memoizedProps=e.pendingProps,i===null?VT(e):bn=i,R1.current=null}function VT(e){var t=e;do{var i=t.alternate,a=t.return;if((t.flags&jr)===Ze){At(t);var u=void 0;if((t.mode&tt)===et?u=cT(i,t,vo):(t1(t),u=cT(i,t,vo),Hy(t,!1)),Rn(),u!==null){bn=u;return}}else{var d=aM(i,t);if(d!==null){d.flags&=Zm,bn=d;return}if((t.mode&tt)!==et){Hy(t,!1);for(var m=t.actualDuration,b=t.child;b!==null;)m+=b.actualDuration,b=b.sibling;t.actualDuration=m}if(a!==null)a.flags|=jr,a.subtreeFlags=Ze,a.deletions=null;else{qn=D1,bn=null;return}}var k=t.sibling;if(k!==null){bn=k;return}t=a,bn=t}while(t!==null);qn===al&&(qn=RT)}function As(e,t,i){var a=vi(),u=_r.transition;try{_r.transition=null,On(ir),f8(e,t,i,a)}finally{_r.transition=u,On(a)}return null}function f8(e,t,i,a){do ul();while(vu!==null);if(x8(),(Ct&(Cr|ea))!==Zn)throw new Error("Should not already be working.");var u=e.finishedWork,d=e.finishedLanes;if(Ec(d),u===null)return Jd(),null;if(d===oe&&y("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=oe,u===e.current)throw new Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");e.callbackNode=null,e.callbackPriority=_t;var m=vt(u.lanes,u.childLanes);lp(e,m),e===Xr&&(Xr=null,bn=null,Gn=oe),((u.subtreeFlags&ci)!==Ze||(u.flags&ci)!==Ze)&&($s||($s=!0,$1=i,I1(Ii,function(){return ul(),null})));var b=(u.subtreeFlags&(Ll|Or|rr|ci))!==Ze,k=(u.flags&(Ll|Or|rr|ci))!==Ze;if(b||k){var _=_r.transition;_r.transition=null;var C=vi();On(ir);var z=Ct;Ct|=ea,R1.current=null,cM(e,u),Fw(),CM(e,u,d),C6(e.containerInfo),e.current=u,lh(d),EM(u,e,d),$l(),eh(),Ct=z,On(C),_r.transition=_}else e.current=u,Fw();var $=$s;if($s?($s=!1,vu=e,mv=d):(Hf=0,Zy=null),m=e.pendingLanes,m===oe&&(Uf=null),$||YT(e.current,!1),ma(u.stateNode,a),Yn&&e.memoizedUpdaters.clear(),IM(),xi(e,rn()),t!==null)for(var K=e.onRecoverableError,X=0;X<t.length;X++){var re=t[X],Pe=re.stack,Ge=re.digest;K(re.value,{componentStack:Pe,digest:Ge})}if(Xy){Xy=!1;var Ye=L1;throw L1=null,Ye}return Pr(mv,nt)&&e.tag!==iu&&ul(),m=e.pendingLanes,Pr(m,nt)?(kL(),e===P1?hv++:(hv=0,P1=e)):hv=0,au(),Jd(),null}function ul(){if(vu!==null){var e=cs(mv),t=a0(ga,e),i=_r.transition,a=vi();try{return _r.transition=null,On(t),p8()}finally{On(a),_r.transition=i}}return!1}function d8(e){M1.push(e),$s||($s=!0,I1(Ii,function(){return ul(),null}))}function p8(){if(vu===null)return!1;var e=$1;$1=null;var t=vu,i=mv;if(vu=null,mv=oe,(Ct&(Cr|ea))!==Zn)throw new Error("Cannot flush passive effects while already rendering.");A1=!0,Jy=!1,uh(i);var a=Ct;Ct|=ea,LM(t.current),RM(t,t.current,i,e);{var u=M1;M1=[];for(var d=0;d<u.length;d++){var m=u[d];vM(t,m)}}es(),YT(t.current,!0),Ct=a,au(),Jy?t===Zy?Hf++:(Hf=0,Zy=t):Hf=0,A1=!1,Jy=!1,Qa(t);{var b=t.current.stateNode;b.effectDuration=0,b.passiveEffectDuration=0}return!0}function jT(e){return Uf!==null&&Uf.has(e)}function v8(e){Uf===null?Uf=new Set([e]):Uf.add(e)}function m8(e){Xy||(Xy=!0,L1=e)}var h8=m8;function BT(e,t,i){var a=Os(i,t),u=Hw(e,a,nt),d=lu(e,u,nt),m=Jr();d!==null&&(jo(d,nt,m),xi(d,m))}function qt(e,t,i){if(lM(i),kv(!1),e.tag===D){BT(e,e,i);return}var a=null;for(a=t;a!==null;){if(a.tag===D){BT(a,e,i);return}else if(a.tag===R){var u=a.type,d=a.stateNode;if(typeof u.getDerivedStateFromError=="function"||typeof d.componentDidCatch=="function"&&!jT(d)){var m=Os(i,e),b=l1(a,m,nt),k=lu(a,b,nt),_=Jr();k!==null&&(jo(k,nt,_),xi(k,_));return}}a=a.return}y(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
141
+ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching`:M=" You returned: "+k,m("%s must not return anything besides a function, which is used for clean-up.%s",x,M)}}}v=v.next}while(v!==c)}}function fA(e,t){if((t.flags&vt)!==tt)switch(t.tag){case ie:{var a=t.stateNode.passiveEffectDuration,u=t.memoizedProps,c=u.id,v=u.onPostCommit,y=X3(),k=t.alternate===null?"mount":"update";Q3()&&(k="nested-update"),typeof v=="function"&&v(c,k,a,y);var x=t.return;e:for(;x!==null;){switch(x.tag){case T:var M=x.stateNode;M.passiveEffectDuration+=a;break e;case ie:var N=x.stateNode;N.passiveEffectDuration+=a;break e}x=x.return}break}}}function dA(e,t,a,u){if((a.flags&sr)!==tt)switch(a.tag){case w:case W:case be:{if(!Tr)if(a.mode&at)try{Co(),Du(er|qn,a)}finally{wo(a)}else Du(er|qn,a);break}case C:{var c=a.stateNode;if(a.flags&vt&&!Tr)if(t===null)if(a.type===a.elementType&&!Qs&&(c.props!==a.memoizedProps&&m("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(a)||"instance"),c.state!==a.memoizedState&&m("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(a)||"instance")),a.mode&at)try{Co(),c.componentDidMount()}finally{wo(a)}else c.componentDidMount();else{var v=a.elementType===a.type?t.memoizedProps:Ua(a.type,t.memoizedProps),y=t.memoizedState;if(a.type===a.elementType&&!Qs&&(c.props!==a.memoizedProps&&m("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(a)||"instance"),c.state!==a.memoizedState&&m("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(a)||"instance")),a.mode&at)try{Co(),c.componentDidUpdate(v,y,c.__reactInternalSnapshotBeforeUpdate)}finally{wo(a)}else c.componentDidUpdate(v,y,c.__reactInternalSnapshotBeforeUpdate)}var k=a.updateQueue;k!==null&&(a.type===a.elementType&&!Qs&&(c.props!==a.memoizedProps&&m("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",pt(a)||"instance"),c.state!==a.memoizedState&&m("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",pt(a)||"instance")),u3(a,k,c));break}case T:{var x=a.updateQueue;if(x!==null){var M=null;if(a.child!==null)switch(a.child.tag){case P:M=a.child.stateNode;break;case C:M=a.child.stateNode;break}u3(a,x,M)}break}case P:{var N=a.stateNode;if(t===null&&a.flags&vt){var I=a.type,B=a.memoizedProps;M$(N,I,B)}break}case A:break;case D:break;case ie:{{var te=a.memoizedProps,ne=te.onCommit,ue=te.onRender,ze=a.stateNode.effectDuration,nt=X3(),Qe=t===null?"mount":"update";Q3()&&(Qe="nested-update"),typeof ue=="function"&&ue(a.memoizedProps.id,Qe,a.actualDuration,a.treeBaseDuration,a.actualStartTime,nt);{typeof ne=="function"&&ne(a.memoizedProps.id,Qe,ze,nt),s9(a);var _t=a.return;e:for(;_t!==null;){switch(_t.tag){case T:var kt=_t.stateNode;kt.effectDuration+=ze;break e;case ie:var X=_t.stateNode;X.effectDuration+=ze;break e}_t=_t.return}}}break}case F:{SA(e,a);break}case Q:case ge:case Ce:case K:case ae:case Xe:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}Tr||a.flags&Or&&D2(a)}function pA(e){switch(e.tag){case w:case W:case be:{if(e.mode&at)try{Co(),E2(e,e.return)}finally{wo(e)}else E2(e,e.return);break}case C:{var t=e.stateNode;typeof t.componentDidMount=="function"&&oA(e,e.return,t),_2(e,e.return);break}case P:{_2(e,e.return);break}}}function vA(e,t){for(var a=null,u=e;;){if(u.tag===P){if(a===null){a=u;try{var c=u.stateNode;t?H$(c):V$(u.stateNode,u.memoizedProps)}catch(y){en(e,e.return,y)}}}else if(u.tag===A){if(a===null)try{var v=u.stateNode;t?I$(v):j$(v,u.memoizedProps)}catch(y){en(e,e.return,y)}}else if(!((u.tag===K||u.tag===ae)&&u.memoizedState!==null&&u!==e)){if(u.child!==null){u.child.return=u,u=u.child;continue}}if(u===e)return;for(;u.sibling===null;){if(u.return===null||u.return===e)return;a===u&&(a=null),u=u.return}a===u&&(a=null),u.sibling.return=u.return,u=u.sibling}}function D2(e){var t=e.ref;if(t!==null){var a=e.stateNode,u;switch(e.tag){case P:u=a;break;default:u=a}if(typeof t=="function"){var c;if(e.mode&at)try{Co(),c=t(u)}finally{wo(e)}else c=t(u);typeof c=="function"&&m("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",pt(e))}else t.hasOwnProperty("current")||m("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",pt(e)),t.current=u}}function mA(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function R2(e){var t=e.alternate;t!==null&&(e.alternate=null,R2(t));{if(e.child=null,e.deletions=null,e.sibling=null,e.tag===P){var a=e.stateNode;a!==null&&xL(a)}e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}}function hA(e){for(var t=e.return;t!==null;){if(P2(t))return t;t=t.return}throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.")}function P2(e){return e.tag===P||e.tag===T||e.tag===D}function M2(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||P2(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==P&&t.tag!==A&&t.tag!==J;){if(t.flags&Zt||t.child===null||t.tag===D)continue e;t.child.return=t,t=t.child}if(!(t.flags&Zt))return t.stateNode}}function gA(e){var t=hA(e);switch(t.tag){case P:{var a=t.stateNode;t.flags&$t&&(NT(a),t.flags&=~$t);var u=M2(e);zk(e,u,a);break}case T:case D:{var c=t.stateNode.containerInfo,v=M2(e);Fk(e,v,c);break}default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function Fk(e,t,a){var u=e.tag,c=u===P||u===A;if(c){var v=e.stateNode;t?F$(a,v,t):O$(a,v)}else if(u!==D){var y=e.child;if(y!==null){Fk(y,t,a);for(var k=y.sibling;k!==null;)Fk(k,t,a),k=k.sibling}}}function zk(e,t,a){var u=e.tag,c=u===P||u===A;if(c){var v=e.stateNode;t?A$(a,v,t):L$(a,v)}else if(u!==D){var y=e.child;if(y!==null){zk(y,t,a);for(var k=y.sibling;k!==null;)zk(k,t,a),k=k.sibling}}}var Dr=null,ja=!1;function yA(e,t,a){{var u=t;e:for(;u!==null;){switch(u.tag){case P:{Dr=u.stateNode,ja=!1;break e}case T:{Dr=u.stateNode.containerInfo,ja=!0;break e}case D:{Dr=u.stateNode.containerInfo,ja=!0;break e}}u=u.return}if(Dr===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");N2(e,t,a),Dr=null,ja=!1}mA(a)}function Ru(e,t,a){for(var u=a.child;u!==null;)N2(e,t,u),u=u.sibling}function N2(e,t,a){switch(Pp(a),a.tag){case P:Tr||ld(a,t);case A:{{var u=Dr,c=ja;Dr=null,Ru(e,t,a),Dr=u,ja=c,Dr!==null&&(ja?U$(Dr,a.stateNode):z$(Dr,a.stateNode))}return}case J:{Dr!==null&&(ja?B$(Dr,a.stateNode):X1(Dr,a.stateNode));return}case D:{{var v=Dr,y=ja;Dr=a.stateNode.containerInfo,ja=!0,Ru(e,t,a),Dr=v,ja=y}return}case w:case W:case ve:case be:{if(!Tr){var k=a.updateQueue;if(k!==null){var x=k.lastEffect;if(x!==null){var M=x.next,N=M;do{var I=N,B=I.destroy,te=I.tag;B!==void 0&&((te&So)!==Ri?Iy(a,t,B):(te&er)!==Ri&&(Zc(a),a.mode&at?(Co(),Iy(a,t,B),wo(a)):Iy(a,t,B),Xl())),N=N.next}while(N!==M)}}}Ru(e,t,a);return}case C:{if(!Tr){ld(a,t);var ne=a.stateNode;typeof ne.componentWillUnmount=="function"&&Ak(a,t,ne)}Ru(e,t,a);return}case Ce:{Ru(e,t,a);return}case K:{if(a.mode&ht){var ue=Tr;Tr=ue||a.memoizedState!==null,Ru(e,t,a),Tr=ue}else Ru(e,t,a);break}default:{Ru(e,t,a);return}}}function bA(e){e.memoizedState}function SA(e,t){var a=t.memoizedState;if(a===null){var u=t.alternate;if(u!==null){var c=u.memoizedState;if(c!==null){var v=c.dehydrated;v!==null&&aL(v)}}}}function $2(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new rA),t.forEach(function(u){var c=h9.bind(null,e,u);if(!a.has(u)){if(a.add(u),Jn)if(ad!==null&&od!==null)em(od,ad);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");u.then(c,c)}})}}function kA(e,t,a){ad=a,od=e,Ut(t),L2(t,e),Ut(t),ad=null,od=null}function Ka(e,t,a){var u=t.deletions;if(u!==null)for(var c=0;c<u.length;c++){var v=u[c];try{yA(e,t,v)}catch(x){en(v,t,x)}}var y=Q0();if(t.subtreeFlags&zr)for(var k=t.child;k!==null;)Ut(k),L2(k,e),k=k.sibling;Ut(y)}function L2(e,t,a){var u=e.alternate,c=e.flags;switch(e.tag){case w:case W:case ve:case be:{if(Ka(t,e),Eo(e),c&vt){try{Va(So|qn,e,e.return),Du(So|qn,e)}catch(ut){en(e,e.return,ut)}if(e.mode&at){try{Co(),Va(er|qn,e,e.return)}catch(ut){en(e,e.return,ut)}wo(e)}else try{Va(er|qn,e,e.return)}catch(ut){en(e,e.return,ut)}}return}case C:{Ka(t,e),Eo(e),c&Or&&u!==null&&ld(u,u.return);return}case P:{Ka(t,e),Eo(e),c&Or&&u!==null&&ld(u,u.return);{if(e.flags&$t){var v=e.stateNode;try{NT(v)}catch(ut){en(e,e.return,ut)}}if(c&vt){var y=e.stateNode;if(y!=null){var k=e.memoizedProps,x=u!==null?u.memoizedProps:k,M=e.type,N=e.updateQueue;if(e.updateQueue=null,N!==null)try{N$(y,N,M,x,k,e)}catch(ut){en(e,e.return,ut)}}}}return}case A:{if(Ka(t,e),Eo(e),c&vt){if(e.stateNode===null)throw new Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");var I=e.stateNode,B=e.memoizedProps,te=u!==null?u.memoizedProps:B;try{$$(I,te,B)}catch(ut){en(e,e.return,ut)}}return}case T:{if(Ka(t,e),Eo(e),c&vt&&u!==null){var ne=u.memoizedState;if(ne.isDehydrated)try{iL(t.containerInfo)}catch(ut){en(e,e.return,ut)}}return}case D:{Ka(t,e),Eo(e);return}case F:{Ka(t,e),Eo(e);var ue=e.child;if(ue.flags&to){var ze=ue.stateNode,nt=ue.memoizedState,Qe=nt!==null;if(ze.isHidden=Qe,Qe){var _t=ue.alternate!==null&&ue.alternate.memoizedState!==null;_t||t9()}}if(c&vt){try{bA(e)}catch(ut){en(e,e.return,ut)}$2(e)}return}case K:{var kt=u!==null&&u.memoizedState!==null;if(e.mode&ht){var X=Tr;Tr=X||kt,Ka(t,e),Tr=X}else Ka(t,e);if(Eo(e),c&to){var se=e.stateNode,Z=e.memoizedState,we=Z!==null,Ue=e;if(se.isHidden=we,we&&!kt&&(Ue.mode&ht)!==it){je=Ue;for(var Oe=Ue.child;Oe!==null;)je=Oe,wA(Oe),Oe=Oe.sibling}vA(Ue,we)}return}case Q:{Ka(t,e),Eo(e),c&vt&&$2(e);return}case Ce:return;default:{Ka(t,e),Eo(e);return}}}function Eo(e){var t=e.flags;if(t&Zt){try{gA(e)}catch(a){en(e,e.return,a)}e.flags&=~Zt}t&yi&&(e.flags&=~yi)}function xA(e,t,a){ad=a,od=t,je=e,O2(e,t,a),ad=null,od=null}function O2(e,t,a){for(var u=(e.mode&ht)!==it;je!==null;){var c=je,v=c.child;if(c.tag===K&&u){var y=c.memoizedState!==null,k=y||Hy;if(k){Uk(e,t,a);continue}else{var x=c.alternate,M=x!==null&&x.memoizedState!==null,N=M||Tr,I=Hy,B=Tr;Hy=k,Tr=N,Tr&&!B&&(je=c,CA(c));for(var te=v;te!==null;)je=te,O2(te,t,a),te=te.sibling;je=c,Hy=I,Tr=B,Uk(e,t,a);continue}}(c.subtreeFlags&sr)!==tt&&v!==null?(v.return=c,je=v):Uk(e,t,a)}}function Uk(e,t,a){for(;je!==null;){var u=je;if((u.flags&sr)!==tt){var c=u.alternate;Ut(u);try{dA(t,c,u,a)}catch(y){en(u,u.return,y)}Nn()}if(u===e){je=null;return}var v=u.sibling;if(v!==null){v.return=u.return,je=v;return}je=u.return}}function wA(e){for(;je!==null;){var t=je,a=t.child;switch(t.tag){case w:case W:case ve:case be:{if(t.mode&at)try{Co(),Va(er,t,t.return)}finally{wo(t)}else Va(er,t,t.return);break}case C:{ld(t,t.return);var u=t.stateNode;typeof u.componentWillUnmount=="function"&&Ak(t,t.return,u);break}case P:{ld(t,t.return);break}case K:{var c=t.memoizedState!==null;if(c){A2(e);continue}break}}a!==null?(a.return=t,je=a):A2(e)}}function A2(e){for(;je!==null;){var t=je;if(t===e){je=null;return}var a=t.sibling;if(a!==null){a.return=t.return,je=a;return}je=t.return}}function CA(e){for(;je!==null;){var t=je,a=t.child;if(t.tag===K){var u=t.memoizedState!==null;if(u){F2(e);continue}}a!==null?(a.return=t,je=a):F2(e)}}function F2(e){for(;je!==null;){var t=je;Ut(t);try{pA(t)}catch(u){en(t,t.return,u)}if(Nn(),t===e){je=null;return}var a=t.sibling;if(a!==null){a.return=t.return,je=a;return}je=t.return}}function EA(e,t,a,u){je=t,_A(t,e,a,u)}function _A(e,t,a,u){for(;je!==null;){var c=je,v=c.child;(c.subtreeFlags&bi)!==tt&&v!==null?(v.return=c,je=v):TA(e,t,a,u)}}function TA(e,t,a,u){for(;je!==null;){var c=je;if((c.flags&rn)!==tt){Ut(c);try{DA(t,c,a,u)}catch(y){en(c,c.return,y)}Nn()}if(c===e){je=null;return}var v=c.sibling;if(v!==null){v.return=c.return,je=v;return}je=c.return}}function DA(e,t,a,u){switch(t.tag){case w:case W:case be:{if(t.mode&at){hk();try{Du(Er|qn,t)}finally{mk(t)}}else Du(Er|qn,t);break}}}function RA(e){je=e,PA()}function PA(){for(;je!==null;){var e=je,t=e.child;if((je.flags&Mt)!==tt){var a=e.deletions;if(a!==null){for(var u=0;u<a.length;u++){var c=a[u];je=c,$A(c,e)}{var v=e.alternate;if(v!==null){var y=v.child;if(y!==null){v.child=null;do{var k=y.sibling;y.sibling=null,y=k}while(y!==null)}}}je=e}}(e.subtreeFlags&bi)!==tt&&t!==null?(t.return=e,je=t):MA()}}function MA(){for(;je!==null;){var e=je;(e.flags&rn)!==tt&&(Ut(e),NA(e),Nn());var t=e.sibling;if(t!==null){t.return=e.return,je=t;return}je=e.return}}function NA(e){switch(e.tag){case w:case W:case be:{e.mode&at?(hk(),Va(Er|qn,e,e.return),mk(e)):Va(Er|qn,e,e.return);break}}}function $A(e,t){for(;je!==null;){var a=je;Ut(a),OA(a,t),Nn();var u=a.child;u!==null?(u.return=a,je=u):LA(e)}}function LA(e){for(;je!==null;){var t=je,a=t.sibling,u=t.return;if(R2(t),t===e){je=null;return}if(a!==null){a.return=u,je=a;return}je=u}}function OA(e,t){switch(e.tag){case w:case W:case be:{e.mode&at?(hk(),Va(Er,e,t),mk(e)):Va(Er,e,t);break}}}function AA(e){switch(e.tag){case w:case W:case be:{try{Du(er|qn,e)}catch(a){en(e,e.return,a)}break}case C:{var t=e.stateNode;try{t.componentDidMount()}catch(a){en(e,e.return,a)}break}}}function FA(e){switch(e.tag){case w:case W:case be:{try{Du(Er|qn,e)}catch(t){en(e,e.return,t)}break}}}function zA(e){switch(e.tag){case w:case W:case be:{try{Va(er|qn,e,e.return)}catch(a){en(e,e.return,a)}break}case C:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&Ak(e,e.return,t);break}}}function UA(e){switch(e.tag){case w:case W:case be:try{Va(Er|qn,e,e.return)}catch(t){en(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var Vv=Symbol.for;Vv("selector.component"),Vv("selector.has_pseudo_class"),Vv("selector.role"),Vv("selector.test_id"),Vv("selector.text")}var BA=[];function HA(){BA.forEach(function(e){return e()})}var IA=l.ReactCurrentActQueue;function VA(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,a=typeof jest<"u";return a&&t!==!1}}function z2(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&IA.current!==null&&m("The current testing environment is not configured to support act(...)"),e}}var jA=Math.ceil,Bk=l.ReactCurrentDispatcher,Hk=l.ReactCurrentOwner,Rr=l.ReactCurrentBatchConfig,Wa=l.ReactCurrentActQueue,rr=0,U2=1,Pr=2,da=4,kl=0,jv=1,Xs=2,Vy=3,Kv=4,B2=5,Ik=6,Et=rr,ni=null,xn=null,ir=ce,_o=ce,Vk=bu(ce),ar=kl,Wv=null,jy=ce,Yv=ce,Ky=ce,Qv=null,Pi=null,jk=0,H2=500,I2=1/0,KA=500,xl=null;function Xv(){I2=ln()+KA}function V2(){return I2}var Wy=!1,Kk=null,ud=null,Zs=!1,Pu=null,Zv=ce,Wk=[],Yk=null,WA=50,Jv=0,Qk=null,Xk=!1,Yy=!1,YA=50,sd=0,Qy=null,Gv=Qt,Xy=ce,j2=!1;function Zy(){return ni}function ri(){return(Et&(Pr|da))!==rr?ln():(Gv!==Qt||(Gv=ln()),Gv)}function Mu(e){var t=e.mode;if((t&ht)===it)return ot;if((Et&Pr)!==rr&&ir!==ce)return Ln(ir);var a=VL()!==IL;if(a){if(Rr.transition!==null){var u=Rr.transition;u._updatedFibers||(u._updatedFibers=new Set),u._updatedFibers.add(e)}return Xy===Ct&&(Xy=zp()),Xy}var c=wi();if(c!==Ct)return c;var v=T$();return v}function QA(e){var t=e.mode;return(t&ht)===it?ot:h1()}function or(e,t,a,u){y9(),j2&&m("useInsertionEffect must not schedule updates."),Xk&&(Yy=!0),il(e,a,u),(Et&Pr)!==ce&&e===ni?k9(t):(Jn&&Vp(e,t,a),x9(t),e===ni&&((Et&Pr)===rr&&(Yv=mt(Yv,a)),ar===Kv&&Nu(e,ir)),Mi(e,u),a===ot&&Et===rr&&(t.mode&ht)===it&&!Wa.isBatchingLegacy&&(Xv(),VT()))}function XA(e,t,a){var u=e.current;u.lanes=t,il(e,t,a),Mi(e,a)}function ZA(e){return(Et&Pr)!==rr}function Mi(e,t){var a=e.callbackNode;p1(e,t);var u=ks(e,e===ni?ir:ce);if(u===ce){a!==null&&oD(a),e.callbackNode=null,e.callbackPriority=Ct;return}var c=Tn(u),v=e.callbackPriority;if(v===c&&!(Wa.current!==null&&a!==nx)){a==null&&v!==ot&&m("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}a!=null&&oD(a);var y;if(c===ot)e.tag===Su?(Wa.isBatchingLegacy!==null&&(Wa.didScheduleLegacyUpdate=!0),EL(Y2.bind(null,e))):IT(Y2.bind(null,e)),Wa.current!==null?Wa.current.push(ku):R$(function(){(Et&(Pr|da))===rr&&ku()}),y=null;else{var k;switch(_s(u)){case cr:k=Wc;break;case Gn:k=Gr;break;case Ma:k=na;break;case Cs:k=ro;break;default:k=na;break}y=rx(k,K2.bind(null,e))}e.callbackPriority=c,e.callbackNode=y}function K2(e,t){if(yO(),Gv=Qt,Xy=ce,(Et&(Pr|da))!==rr)throw new Error("Should not already be working.");var a=e.callbackNode,u=Cl();if(u&&e.callbackNode!==a)return null;var c=ks(e,e===ni?ir:ce);if(c===ce)return null;var v=!ws(e,c)&&!ug(e,c)&&!t,y=v?o9(e,c):Gy(e,c);if(y!==kl){if(y===Xs){var k=Ap(e);k!==ce&&(c=k,y=Zk(e,k))}if(y===jv){var x=Wv;throw Js(e,ce),Nu(e,c),Mi(e,ln()),x}if(y===Ik)Nu(e,c);else{var M=!ws(e,c),N=e.current.alternate;if(M&&!GA(N)){if(y=Gy(e,c),y===Xs){var I=Ap(e);I!==ce&&(c=I,y=Zk(e,I))}if(y===jv){var B=Wv;throw Js(e,ce),Nu(e,c),Mi(e,ln()),B}}e.finishedWork=N,e.finishedLanes=c,JA(e,y,c)}}return Mi(e,ln()),e.callbackNode===a?K2.bind(null,e):null}function Zk(e,t){var a=Qv;if(An(e)){var u=Js(e,t);u.flags|=mn,yL(e.containerInfo)}var c=Gy(e,t);if(c!==Xs){var v=Pi;Pi=a,v!==null&&W2(v)}return c}function W2(e){Pi===null?Pi=e:Pi.push.apply(Pi,e)}function JA(e,t,a){switch(t){case kl:case jv:throw new Error("Root did not complete. This is a bug in React.");case Xs:{Gs(e,Pi,xl);break}case Vy:{if(Nu(e,a),gf(a)&&!lD()){var u=jk+H2-ln();if(u>10){var c=ks(e,ce);if(c!==ce)break;var v=e.suspendedLanes;if(!rl(v,a)){ri(),Hp(e,v);break}e.timeoutHandle=Y1(Gs.bind(null,e,Pi,xl),u);break}}Gs(e,Pi,xl);break}case Kv:{if(Nu(e,a),lg(a))break;if(!lD()){var y=og(e,a),k=y,x=ln()-k,M=g9(x)-x;if(M>10){e.timeoutHandle=Y1(Gs.bind(null,e,Pi,xl),M);break}}Gs(e,Pi,xl);break}case B2:{Gs(e,Pi,xl);break}default:throw new Error("Unknown root exit status.")}}function GA(e){for(var t=e;;){if(t.flags&vs){var a=t.updateQueue;if(a!==null){var u=a.stores;if(u!==null)for(var c=0;c<u.length;c++){var v=u[c],y=v.getSnapshot,k=v.value;try{if(!Ve(y(),k))return!1}catch{return!1}}}}var x=t.child;if(t.subtreeFlags&vs&&x!==null){x.return=t,t=x;continue}if(t===e)return!0;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}return!0}function Nu(e,t){t=nu(t,Ky),t=nu(t,Yv),Bp(e,t)}function Y2(e){if(bO(),(Et&(Pr|da))!==rr)throw new Error("Should not already be working.");Cl();var t=ks(e,ce);if(!Ir(t,ot))return Mi(e,ln()),null;var a=Gy(e,t);if(e.tag!==Su&&a===Xs){var u=Ap(e);u!==ce&&(t=u,a=Zk(e,u))}if(a===jv){var c=Wv;throw Js(e,ce),Nu(e,t),Mi(e,ln()),c}if(a===Ik)throw new Error("Root did not complete. This is a bug in React.");var v=e.current.alternate;return e.finishedWork=v,e.finishedLanes=t,Gs(e,Pi,xl),Mi(e,ln()),null}function qA(e,t){t!==ce&&(ru(e,mt(t,ot)),Mi(e,ln()),(Et&(Pr|da))===rr&&(Xv(),ku()))}function Jk(e,t){var a=Et;Et|=U2;try{return e(t)}finally{Et=a,Et===rr&&!Wa.isBatchingLegacy&&(Xv(),VT())}}function e9(e,t,a,u,c){var v=wi(),y=Rr.transition;try{return Rr.transition=null,On(cr),e(t,a,u,c)}finally{On(v),Rr.transition=y,Et===rr&&Xv()}}function wl(e){Pu!==null&&Pu.tag===Su&&(Et&(Pr|da))===rr&&Cl();var t=Et;Et|=U2;var a=Rr.transition,u=wi();try{return Rr.transition=null,On(cr),e?e():void 0}finally{On(u),Rr.transition=a,Et=t,(Et&(Pr|da))===rr&&ku()}}function Q2(){return(Et&(Pr|da))!==rr}function Jy(e,t){jr(Vk,_o,e),_o=mt(_o,t)}function Gk(e){_o=Vk.current,Vr(Vk,e)}function Js(e,t){e.finishedWork=null,e.finishedLanes=ce;var a=e.timeoutHandle;if(a!==Q1&&(e.timeoutHandle=Q1,D$(a)),xn!==null)for(var u=xn.return;u!==null;){var c=u.alternate;w2(c,u),u=u.return}ni=e;var v=qs(e.current,null);return xn=v,ir=_o=t,ar=kl,Wv=null,jy=ce,Yv=ce,Ky=ce,Qv=null,Pi=null,YL(),za.discardPendingWarnings(),v}function X2(e,t){do{var a=xn;try{if(ay(),E3(),Nn(),Hk.current=null,a===null||a.return===null){ar=jv,Wv=t,xn=null;return}if(V&&a.mode&at&&Fy(a,!0),Ee)if(Qo(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var u=t;rg(a,u,ir)}else Jc(a,t,ir);CO(e,a.return,a,t,ir),q2(a)}catch(c){t=c,xn===a&&a!==null?(a=a.return,xn=a):a=xn;continue}return}while(!0)}function Z2(){var e=Bk.current;return Bk.current=Ny,e===null?Ny:e}function J2(e){Bk.current=e}function t9(){jk=ln()}function qv(e){jy=mt(e,jy)}function n9(){ar===kl&&(ar=Vy)}function qk(){(ar===kl||ar===Vy||ar===Xs)&&(ar=Kv),ni!==null&&(xs(jy)||xs(Yv))&&Nu(ni,ir)}function r9(e){ar!==Kv&&(ar=Xs),Qv===null?Qv=[e]:Qv.push(e)}function i9(){return ar===kl}function Gy(e,t){var a=Et;Et|=Pr;var u=Z2();if(ni!==e||ir!==t){if(Jn){var c=e.memoizedUpdaters;c.size>0&&(em(e,ir),c.clear()),Sf(e,t)}xl=jp(),Js(e,t)}Hi(t);do try{a9();break}catch(v){X2(e,v)}while(!0);if(ay(),Et=a,J2(u),xn!==null)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return Jl(),ni=null,ir=ce,ar}function a9(){for(;xn!==null;)G2(xn)}function o9(e,t){var a=Et;Et|=Pr;var u=Z2();if(ni!==e||ir!==t){if(Jn){var c=e.memoizedUpdaters;c.size>0&&(em(e,ir),c.clear()),Sf(e,t)}xl=jp(),Xv(),Js(e,t)}Hi(t);do try{l9();break}catch(v){X2(e,v)}while(!0);return ay(),J2(u),Et=a,xn!==null?(gs(),kl):(Jl(),ni=null,ir=ce,ar)}function l9(){for(;xn!==null&&!Kc();)G2(xn)}function G2(e){var t=e.alternate;Ut(e);var a;(e.mode&at)!==it?(vk(e),a=ex(t,e,_o),Fy(e,!0)):a=ex(t,e,_o),Nn(),e.memoizedProps=e.pendingProps,a===null?q2(e):xn=a,Hk.current=null}function q2(e){var t=e;do{var a=t.alternate,u=t.return;if((t.flags&Xr)===tt){Ut(t);var c=void 0;if((t.mode&at)===it?c=x2(a,t,_o):(vk(t),c=x2(a,t,_o),Fy(t,!1)),Nn(),c!==null){xn=c;return}}else{var v=nA(a,t);if(v!==null){v.flags&=Qh,xn=v;return}if((t.mode&at)!==it){Fy(t,!1);for(var y=t.actualDuration,k=t.child;k!==null;)y+=k.actualDuration,k=k.sibling;t.actualDuration=y}if(u!==null)u.flags|=Xr,u.subtreeFlags=tt,u.deletions=null;else{ar=Ik,xn=null;return}}var x=t.sibling;if(x!==null){xn=x;return}t=u,xn=t}while(t!==null);ar===kl&&(ar=B2)}function Gs(e,t,a){var u=wi(),c=Rr.transition;try{Rr.transition=null,On(cr),u9(e,t,a,u)}finally{Rr.transition=c,On(u)}return null}function u9(e,t,a,u){do Cl();while(Pu!==null);if(b9(),(Et&(Pr|da))!==rr)throw new Error("Should not already be working.");var c=e.finishedWork,v=e.finishedLanes;if(Qc(v),c===null)return Mp(),null;if(v===ce&&m("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=ce,c===e.current)throw new Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");e.callbackNode=null,e.callbackPriority=Ct;var y=mt(c.lanes,c.childLanes);Ip(e,y),e===ni&&(ni=null,xn=null,ir=ce),((c.subtreeFlags&bi)!==tt||(c.flags&bi)!==tt)&&(Zs||(Zs=!0,Yk=a,rx(na,function(){return Cl(),null})));var k=(c.subtreeFlags&(Ql|zr|sr|bi))!==tt,x=(c.flags&(Ql|zr|sr|bi))!==tt;if(k||x){var M=Rr.transition;Rr.transition=null;var N=wi();On(cr);var I=Et;Et|=da,Hk.current=null,lA(e,c),Z3(),kA(e,c,v),k$(e.containerInfo),e.current=c,ig(v),xA(c,e,v),Zl(),Jh(),Et=I,On(N),Rr.transition=M}else e.current=c,Z3();var B=Zs;if(Zs?(Zs=!1,Pu=e,Zv=v):(sd=0,Qy=null),y=e.pendingLanes,y===ce&&(ud=null),B||rD(e.current,!1),Da(c.stateNode,u),Jn&&e.memoizedUpdaters.clear(),HA(),Mi(e,ln()),t!==null)for(var te=e.onRecoverableError,ne=0;ne<t.length;ne++){var ue=t[ne],ze=ue.stack,nt=ue.digest;te(ue.value,{componentStack:ze,digest:nt})}if(Wy){Wy=!1;var Qe=Kk;throw Kk=null,Qe}return Ir(Zv,ot)&&e.tag!==Su&&Cl(),y=e.pendingLanes,Ir(y,ot)?(gO(),e===Qk?Jv++:(Jv=0,Qk=e)):Jv=0,ku(),Mp(),null}function Cl(){if(Pu!==null){var e=_s(Zv),t=y1(Ma,e),a=Rr.transition,u=wi();try{return Rr.transition=null,On(t),c9()}finally{On(u),Rr.transition=a}}return!1}function s9(e){Wk.push(e),Zs||(Zs=!0,rx(na,function(){return Cl(),null}))}function c9(){if(Pu===null)return!1;var e=Yk;Yk=null;var t=Pu,a=Zv;if(Pu=null,Zv=ce,(Et&(Pr|da))!==rr)throw new Error("Cannot flush passive effects while already rendering.");Xk=!0,Yy=!1,ag(a);var u=Et;Et|=da,RA(t.current),EA(t,t.current,a,e);{var c=Wk;Wk=[];for(var v=0;v<c.length;v++){var y=c[v];fA(t,y)}}hs(),rD(t.current,!0),Et=u,ku(),Yy?t===Qy?sd++:(sd=0,Qy=t):sd=0,Xk=!1,Yy=!1,ao(t);{var k=t.current.stateNode;k.effectDuration=0,k.passiveEffectDuration=0}return!0}function eD(e){return ud!==null&&ud.has(e)}function f9(e){ud===null?ud=new Set([e]):ud.add(e)}function d9(e){Wy||(Wy=!0,Kk=e)}var p9=d9;function tD(e,t,a){var u=Ys(a,t),c=G3(e,u,ot),v=wu(e,c,ot),y=ri();v!==null&&(il(v,ot,y),Mi(v,y))}function en(e,t,a){if(iA(a),tm(!1),e.tag===T){tD(e,e,a);return}var u=null;for(u=t;u!==null;){if(u.tag===T){tD(u,e,a);return}else if(u.tag===C){var c=u.type,v=u.stateNode;if(typeof c.getDerivedStateFromError=="function"||typeof v.componentDidCatch=="function"&&!eD(v)){var y=Ys(a,e),k=Sk(u,y,ot),x=wu(u,k,ot),M=ri();x!==null&&(il(x,ot,M),Mi(x,M));return}}u=u.return}m(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
142
142
 
143
143
  Error message:
144
144
 
145
- %s`,i)}function y8(e,t,i){var a=e.pingCache;a!==null&&a.delete(t);var u=Jr();op(e,i),w8(e),Xr===e&&Vo(Gn,i)&&(qn===cv||qn===Wy&&Qc(Gn)&&rn()-O1<DT?Ps(e,oe):Ky=vt(Ky,i)),xi(e,u)}function IT(e,t){t===_t&&(t=ZM(e));var i=Jr(),a=bi(e,t);a!==null&&(jo(a,t,i),xi(a,i))}function g8(e){var t=e.memoizedState,i=_t;t!==null&&(i=t.retryLane),IT(e,i)}function b8(e,t){var i=_t,a;switch(e.tag){case H:a=e.stateNode;var u=e.memoizedState;u!==null&&(i=u.retryLane);break;case ee:a=e.stateNode;break;default:throw new Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}a!==null&&a.delete(t),IT(e,i)}function k8(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:QM(e/1960)*1960}function S8(){if(hv>XM)throw hv=0,P1=null,new Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");Hf>JM&&(Hf=0,Zy=null,y("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."))}function x8(){Ea.flushLegacyContextWarning(),Ea.flushPendingUnsafeLifecycleWarnings()}function YT(e,t){At(e),ng(e,Nr,VM),t&&ng(e,Oo,jM),ng(e,Nr,UM),t&&ng(e,Oo,HM),Rn()}function ng(e,t,i){for(var a=e,u=null;a!==null;){var d=a.subtreeFlags&t;a!==u&&a.child!==null&&d!==Ze?a=a.child:((a.flags&t)!==Ze&&i(a),a.sibling!==null?a=a.sibling:a=u=a.return)}}var rg=null;function WT(e){{if((Ct&Cr)!==Zn||!(e.mode&mt))return;var t=e.tag;if(t!==j&&t!==D&&t!==R&&t!==T&&t!==ne&&t!==ze&&t!==$e)return;var i=dt(e)||"ReactComponent";if(rg!==null){if(rg.has(i))return;rg.add(i)}else rg=new Set([i]);var a=xn;try{At(e),y("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.")}finally{a?At(e):Rn()}}}var V1;{var _8=null;V1=function(e,t,i){var a=eR(_8,t);try{return aT(e,t,i)}catch(d){if(AO()||d!==null&&typeof d=="object"&&typeof d.then=="function")throw d;if(uy(),pw(),fT(e,t),eR(t,a),t.mode&tt&&t1(t),No(null,aT,null,e,t,i),Gb()){var u=Ud();typeof u=="object"&&u!==null&&u._suppressLogging&&typeof d=="object"&&d!==null&&!d._suppressLogging&&(d._suppressLogging=!0)}throw d}}}var QT=!1,j1;j1=new Set;function C8(e){if(ii&&!yL())switch(e.tag){case T:case ne:case $e:{var t=bn&&dt(bn)||"Unknown",i=t;if(!j1.has(i)){j1.add(i);var a=dt(e)||"Unknown";y("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render",a,t,t)}break}case R:{QT||(y("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),QT=!0);break}}}function bv(e,t){if(Yn){var i=e.memoizedUpdaters;i.forEach(function(a){up(e,a,t)})}}var B1={};function I1(e,t){{var i=Ma.current;return i!==null?(i.push(t),B1):Sc(e,t)}}function KT(e){if(e!==B1)return qm(e)}function XT(){return Ma.current!==null}function E8(e){{if(e.mode&mt){if(!wT())return}else if(!WM()||Ct!==Zn||e.tag!==T&&e.tag!==ne&&e.tag!==$e)return;if(Ma.current===null){var t=xn;try{At(e),y(`An update to %s inside a test was not wrapped in act(...).
145
+ %s`,a)}function v9(e,t,a){var u=e.pingCache;u!==null&&u.delete(t);var c=ri();Hp(e,a),w9(e),ni===e&&rl(ir,a)&&(ar===Kv||ar===Vy&&gf(ir)&&ln()-jk<H2?Js(e,ce):Ky=mt(Ky,a)),Mi(e,c)}function nD(e,t){t===Ct&&(t=QA(e));var a=ri(),u=Di(e,t);u!==null&&(il(u,t,a),Mi(u,a))}function m9(e){var t=e.memoizedState,a=Ct;t!==null&&(a=t.retryLane),nD(e,a)}function h9(e,t){var a=Ct,u;switch(e.tag){case F:u=e.stateNode;var c=e.memoizedState;c!==null&&(a=c.retryLane);break;case Q:u=e.stateNode;break;default:throw new Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}u!==null&&u.delete(t),nD(e,a)}function g9(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:jA(e/1960)*1960}function y9(){if(Jv>WA)throw Jv=0,Qk=null,new Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");sd>YA&&(sd=0,Qy=null,m("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."))}function b9(){za.flushLegacyContextWarning(),za.flushPendingUnsafeLifecycleWarnings()}function rD(e,t){Ut(e),qy(e,Fr,zA),t&&qy(e,Yo,UA),qy(e,Fr,AA),t&&qy(e,Yo,FA),Nn()}function qy(e,t,a){for(var u=e,c=null;u!==null;){var v=u.subtreeFlags&t;u!==c&&u.child!==null&&v!==tt?u=u.child:((u.flags&t)!==tt&&a(u),u.sibling!==null?u=u.sibling:u=c=u.return)}}var eb=null;function iD(e){{if((Et&Pr)!==rr||!(e.mode&ht))return;var t=e.tag;if(t!==R&&t!==T&&t!==C&&t!==w&&t!==W&&t!==ve&&t!==be)return;var a=pt(e)||"ReactComponent";if(eb!==null){if(eb.has(a))return;eb.add(a)}else eb=new Set([a]);var u=En;try{Ut(e),m("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.")}finally{u?Ut(e):Nn()}}}var ex;{var S9=null;ex=function(e,t,a){var u=dD(S9,t);try{return g2(e,t,a)}catch(v){if($L()||v!==null&&typeof v=="object"&&typeof v.then=="function")throw v;if(ay(),E3(),w2(e,t),dD(t,u),t.mode&at&&vk(t),Wo(null,g2,null,e,t,a),f1()){var c=Sp();typeof c=="object"&&c!==null&&c._suppressLogging&&typeof v=="object"&&v!==null&&!v._suppressLogging&&(v._suppressLogging=!0)}throw v}}}var aD=!1,tx;tx=new Set;function k9(e){if(pi&&!vO())switch(e.tag){case w:case W:case be:{var t=xn&&pt(xn)||"Unknown",a=t;if(!tx.has(a)){tx.add(a);var u=pt(e)||"Unknown";m("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render",u,t,t)}break}case C:{aD||(m("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),aD=!0);break}}}function em(e,t){if(Jn){var a=e.memoizedUpdaters;a.forEach(function(u){Vp(e,u,t)})}}var nx={};function rx(e,t){{var a=Wa.current;return a!==null?(a.push(t),nx):jc(e,t)}}function oD(e){if(e!==nx)return Zh(e)}function lD(){return Wa.current!==null}function x9(e){{if(e.mode&ht){if(!z2())return}else if(!VA()||Et!==rr||e.tag!==w&&e.tag!==W&&e.tag!==be)return;if(Wa.current===null){var t=En;try{Ut(e),m(`An update to %s inside a test was not wrapped in act(...).
146
146
 
147
147
  When testing, code that causes React state updates should be wrapped into act(...):
148
148
 
@@ -151,7 +151,7 @@ act(() => {
151
151
  });
152
152
  /* assert on the output */
153
153
 
154
- This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`,dt(e))}finally{t?At(e):Rn()}}}}function w8(e){e.tag!==iu&&wT()&&Ma.current===null&&y(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
154
+ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`,pt(e))}finally{t?Ut(e):Nn()}}}}function w9(e){e.tag!==Su&&z2()&&Wa.current===null&&m(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
155
155
 
156
156
  When testing, code that resolves suspended data should be wrapped into act(...):
157
157
 
@@ -160,15 +160,15 @@ act(() => {
160
160
  });
161
161
  /* assert on the output */
162
162
 
163
- This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`)}function kv(e){LT=e}var ta=null,Vf=null,T8=function(e){ta=e};function jf(e){{if(ta===null)return e;var t=ta(e);return t===void 0?e:t.current}}function Y1(e){return jf(e)}function W1(e){{if(ta===null)return e;var t=ta(e);if(t===void 0){if(e!=null&&typeof e.render=="function"){var i=jf(e.render);if(e.render!==i){var a={$$typeof:gl,render:i};return e.displayName!==void 0&&(a.displayName=e.displayName),a}}return e}return t.current}}function JT(e,t){{if(ta===null)return!1;var i=e.elementType,a=t.type,u=!1,d=typeof a=="object"&&a!==null?a.$$typeof:null;switch(e.tag){case R:{typeof a=="function"&&(u=!0);break}case T:{(typeof a=="function"||d===mr)&&(u=!0);break}case ne:{(d===gl||d===mr)&&(u=!0);break}case ze:case $e:{(d===bl||d===mr)&&(u=!0);break}default:return!1}if(u){var m=ta(i);if(m!==void 0&&m===ta(a))return!0}return!1}}function ZT(e){{if(ta===null||typeof WeakSet!="function")return;Vf===null&&(Vf=new WeakSet),Vf.add(e)}}var R8=function(e,t){{if(ta===null)return;var i=t.staleFamilies,a=t.updatedFamilies;ul(),ll(function(){Q1(e.current,a,i)})}},D8=function(e,t){{if(e.context!==$i)return;ul(),ll(function(){Sv(t,e,null,null)})}};function Q1(e,t,i){{var a=e.alternate,u=e.child,d=e.sibling,m=e.tag,b=e.type,k=null;switch(m){case T:case $e:case R:k=b;break;case ne:k=b.render;break}if(ta===null)throw new Error("Expected resolveFamily to be set during hot reload.");var _=!1,C=!1;if(k!==null){var z=ta(k);z!==void 0&&(i.has(z)?C=!0:t.has(z)&&(m===R?C=!0:_=!0))}if(Vf!==null&&(Vf.has(e)||a!==null&&Vf.has(a))&&(C=!0),C&&(e._debugNeedsRemount=!0),C||_){var $=bi(e,nt);$!==null&&er($,e,nt,Wt)}u!==null&&!C&&Q1(u,t,i),d!==null&&Q1(d,t,i)}}var N8=function(e,t){{var i=new Set,a=new Set(t.map(function(u){return u.current}));return K1(e.current,a,i),i}};function K1(e,t,i){{var a=e.child,u=e.sibling,d=e.tag,m=e.type,b=null;switch(d){case T:case $e:case R:b=m;break;case ne:b=m.render;break}var k=!1;b!==null&&t.has(b)&&(k=!0),k?O8(e,i):a!==null&&K1(a,t,i),u!==null&&K1(u,t,i)}}function O8(e,t){{var i=L8(e,t);if(i)return;for(var a=e;;){switch(a.tag){case M:t.add(a.stateNode);return;case N:t.add(a.stateNode.containerInfo);return;case D:t.add(a.stateNode.containerInfo);return}if(a.return===null)throw new Error("Expected to reach root first.");a=a.return}}}function L8(e,t){for(var i=e,a=!1;;){if(i.tag===M)a=!0,t.add(i.stateNode);else if(i.child!==null){i.child.return=i,i=i.child;continue}if(i===e)return a;for(;i.sibling===null;){if(i.return===null||i.return===e)return a;i=i.return}i.sibling.return=i.return,i=i.sibling}return!1}var X1;{X1=!1;try{var GT=Object.preventExtensions({})}catch{X1=!0}}function M8(e,t,i,a){this.tag=e,this.key=i,this.elementType=null,this.type=null,this.stateNode=null,this.return=null,this.child=null,this.sibling=null,this.index=0,this.ref=null,this.pendingProps=t,this.memoizedProps=null,this.updateQueue=null,this.memoizedState=null,this.dependencies=null,this.mode=a,this.flags=Ze,this.subtreeFlags=Ze,this.deletions=null,this.lanes=oe,this.childLanes=oe,this.alternate=null,this.actualDuration=Number.NaN,this.actualStartTime=Number.NaN,this.selfBaseDuration=Number.NaN,this.treeBaseDuration=Number.NaN,this.actualDuration=0,this.actualStartTime=-1,this.selfBaseDuration=0,this.treeBaseDuration=0,this._debugSource=null,this._debugOwner=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,!X1&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var Pi=function(e,t,i,a){return new M8(e,t,i,a)};function J1(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function $8(e){return typeof e=="function"&&!J1(e)&&e.defaultProps===void 0}function P8(e){if(typeof e=="function")return J1(e)?R:T;if(e!=null){var t=e.$$typeof;if(t===gl)return ne;if(t===bl)return ze}return j}function zs(e,t){var i=e.alternate;i===null?(i=Pi(e.tag,t,e.key,e.mode),i.elementType=e.elementType,i.type=e.type,i.stateNode=e.stateNode,i._debugSource=e._debugSource,i._debugOwner=e._debugOwner,i._debugHookTypes=e._debugHookTypes,i.alternate=e,e.alternate=i):(i.pendingProps=t,i.type=e.type,i.flags=Ze,i.subtreeFlags=Ze,i.deletions=null,i.actualDuration=0,i.actualStartTime=-1),i.flags=e.flags&In,i.childLanes=e.childLanes,i.lanes=e.lanes,i.child=e.child,i.memoizedProps=e.memoizedProps,i.memoizedState=e.memoizedState,i.updateQueue=e.updateQueue;var a=e.dependencies;switch(i.dependencies=a===null?null:{lanes:a.lanes,firstContext:a.firstContext},i.sibling=e.sibling,i.index=e.index,i.ref=e.ref,i.selfBaseDuration=e.selfBaseDuration,i.treeBaseDuration=e.treeBaseDuration,i._debugNeedsRemount=e._debugNeedsRemount,i.tag){case j:case T:case $e:i.type=jf(e.type);break;case R:i.type=Y1(e.type);break;case ne:i.type=W1(e.type);break}return i}function A8(e,t){e.flags&=In|Xt;var i=e.alternate;if(i===null)e.childLanes=oe,e.lanes=t,e.child=null,e.subtreeFlags=Ze,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0;else{e.childLanes=i.childLanes,e.lanes=i.lanes,e.child=i.child,e.subtreeFlags=Ze,e.deletions=null,e.memoizedProps=i.memoizedProps,e.memoizedState=i.memoizedState,e.updateQueue=i.updateQueue,e.type=i.type;var a=i.dependencies;e.dependencies=a===null?null:{lanes:a.lanes,firstContext:a.firstContext},e.selfBaseDuration=i.selfBaseDuration,e.treeBaseDuration=i.treeBaseDuration}return e}function z8(e,t,i){var a;return e===ey?(a=mt,t===!0&&(a|=an,a|=di)):a=et,Yn&&(a|=tt),Pi(D,null,null,a)}function Z1(e,t,i,a,u,d){var m=j,b=e;if(typeof e=="function")J1(e)?(m=R,b=Y1(b)):b=jf(b);else if(typeof e=="string")m=M;else e:switch(e){case aa:return yu(i.children,u,d,t);case yl:m=U,u|=an,(u&mt)!==et&&(u|=di);break;case Ru:return F8(i,u,d,t);case Vi:return U8(i,u,d,t);case Du:return H8(i,u,d,t);case ld:return qT(i,u,d,t);case um:case om:case Nb:case Ob:case lm:default:{if(typeof e=="object"&&e!==null)switch(e.$$typeof){case ad:m=_e;break e;case od:m=me;break e;case gl:m=ne,b=W1(b);break e;case bl:m=ze;break e;case mr:m=P,b=null;break e}var k="";{(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(k+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var _=a?dt(a):null;_&&(k+=`
163
+ This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`)}function tm(e){j2=e}var pa=null,cd=null,C9=function(e){pa=e};function fd(e){{if(pa===null)return e;var t=pa(e);return t===void 0?e:t.current}}function ix(e){return fd(e)}function ax(e){{if(pa===null)return e;var t=pa(e);if(t===void 0){if(e!=null&&typeof e.render=="function"){var a=fd(e.render);if(e.render!==a){var u={$$typeof:Ll,render:a};return e.displayName!==void 0&&(u.displayName=e.displayName),u}}return e}return t.current}}function uD(e,t){{if(pa===null)return!1;var a=e.elementType,u=t.type,c=!1,v=typeof u=="object"&&u!==null?u.$$typeof:null;switch(e.tag){case C:{typeof u=="function"&&(c=!0);break}case w:{(typeof u=="function"||v===kr)&&(c=!0);break}case W:{(v===Ll||v===kr)&&(c=!0);break}case ve:case be:{(v===Ol||v===kr)&&(c=!0);break}default:return!1}if(c){var y=pa(a);if(y!==void 0&&y===pa(u))return!0}return!1}}function sD(e){{if(pa===null||typeof WeakSet!="function")return;cd===null&&(cd=new WeakSet),cd.add(e)}}var E9=function(e,t){{if(pa===null)return;var a=t.staleFamilies,u=t.updatedFamilies;Cl(),wl(function(){ox(e.current,u,a)})}},_9=function(e,t){{if(e.context!==Vi)return;Cl(),wl(function(){nm(t,e,null,null)})}};function ox(e,t,a){{var u=e.alternate,c=e.child,v=e.sibling,y=e.tag,k=e.type,x=null;switch(y){case w:case be:case C:x=k;break;case W:x=k.render;break}if(pa===null)throw new Error("Expected resolveFamily to be set during hot reload.");var M=!1,N=!1;if(x!==null){var I=pa(x);I!==void 0&&(a.has(I)?N=!0:t.has(I)&&(y===C?N=!0:M=!0))}if(cd!==null&&(cd.has(e)||u!==null&&cd.has(u))&&(N=!0),N&&(e._debugNeedsRemount=!0),N||M){var B=Di(e,ot);B!==null&&or(B,e,ot,Qt)}c!==null&&!N&&ox(c,t,a),v!==null&&ox(v,t,a)}}var T9=function(e,t){{var a=new Set,u=new Set(t.map(function(c){return c.current}));return lx(e.current,u,a),a}};function lx(e,t,a){{var u=e.child,c=e.sibling,v=e.tag,y=e.type,k=null;switch(v){case w:case be:case C:k=y;break;case W:k=y.render;break}var x=!1;k!==null&&t.has(k)&&(x=!0),x?D9(e,a):u!==null&&lx(u,t,a),c!==null&&lx(c,t,a)}}function D9(e,t){{var a=R9(e,t);if(a)return;for(var u=e;;){switch(u.tag){case P:t.add(u.stateNode);return;case D:t.add(u.stateNode.containerInfo);return;case T:t.add(u.stateNode.containerInfo);return}if(u.return===null)throw new Error("Expected to reach root first.");u=u.return}}}function R9(e,t){for(var a=e,u=!1;;){if(a.tag===P)u=!0,t.add(a.stateNode);else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===e)return u;for(;a.sibling===null;){if(a.return===null||a.return===e)return u;a=a.return}a.sibling.return=a.return,a=a.sibling}return!1}var ux;{ux=!1;try{var cD=Object.preventExtensions({})}catch{ux=!0}}function P9(e,t,a,u){this.tag=e,this.key=a,this.elementType=null,this.type=null,this.stateNode=null,this.return=null,this.child=null,this.sibling=null,this.index=0,this.ref=null,this.pendingProps=t,this.memoizedProps=null,this.updateQueue=null,this.memoizedState=null,this.dependencies=null,this.mode=u,this.flags=tt,this.subtreeFlags=tt,this.deletions=null,this.lanes=ce,this.childLanes=ce,this.alternate=null,this.actualDuration=Number.NaN,this.actualStartTime=Number.NaN,this.selfBaseDuration=Number.NaN,this.treeBaseDuration=Number.NaN,this.actualDuration=0,this.actualStartTime=-1,this.selfBaseDuration=0,this.treeBaseDuration=0,this._debugSource=null,this._debugOwner=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,!ux&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var ji=function(e,t,a,u){return new P9(e,t,a,u)};function sx(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function M9(e){return typeof e=="function"&&!sx(e)&&e.defaultProps===void 0}function N9(e){if(typeof e=="function")return sx(e)?C:w;if(e!=null){var t=e.$$typeof;if(t===Ll)return W;if(t===Ol)return ve}return R}function qs(e,t){var a=e.alternate;a===null?(a=ji(e.tag,t,e.key,e.mode),a.elementType=e.elementType,a.type=e.type,a.stateNode=e.stateNode,a._debugSource=e._debugSource,a._debugOwner=e._debugOwner,a._debugHookTypes=e._debugHookTypes,a.alternate=e,e.alternate=a):(a.pendingProps=t,a.type=e.type,a.flags=tt,a.subtreeFlags=tt,a.deletions=null,a.actualDuration=0,a.actualStartTime=-1),a.flags=e.flags&Zn,a.childLanes=e.childLanes,a.lanes=e.lanes,a.child=e.child,a.memoizedProps=e.memoizedProps,a.memoizedState=e.memoizedState,a.updateQueue=e.updateQueue;var u=e.dependencies;switch(a.dependencies=u===null?null:{lanes:u.lanes,firstContext:u.firstContext},a.sibling=e.sibling,a.index=e.index,a.ref=e.ref,a.selfBaseDuration=e.selfBaseDuration,a.treeBaseDuration=e.treeBaseDuration,a._debugNeedsRemount=e._debugNeedsRemount,a.tag){case R:case w:case be:a.type=fd(e.type);break;case C:a.type=ix(e.type);break;case W:a.type=ax(e.type);break}return a}function $9(e,t){e.flags&=Zn|Zt;var a=e.alternate;if(a===null)e.childLanes=ce,e.lanes=t,e.child=null,e.subtreeFlags=tt,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0;else{e.childLanes=a.childLanes,e.lanes=a.lanes,e.child=a.child,e.subtreeFlags=tt,e.deletions=null,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,e.type=a.type;var u=a.dependencies;e.dependencies=u===null?null:{lanes:u.lanes,firstContext:u.firstContext},e.selfBaseDuration=a.selfBaseDuration,e.treeBaseDuration=a.treeBaseDuration}return e}function L9(e,t,a){var u;return e===Jg?(u=ht,t===!0&&(u|=un,u|=ki)):u=it,Jn&&(u|=at),ji(T,null,null,u)}function cx(e,t,a,u,c,v){var y=R,k=e;if(typeof e=="function")sx(e)?(y=C,k=ix(k)):k=fd(k);else if(typeof e=="string")y=P;else e:switch(e){case ya:return $u(a.children,c,v,t);case $l:y=O,c|=un,(c&ht)!==it&&(c|=ki);break;case ju:return O9(a,c,v,t);case qi:return A9(a,c,v,t);case Ku:return F9(a,c,v,t);case Id:return fD(a,c,v,t);case ah:case rh:case V0:case j0:case ih:default:{if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Bd:y=le;break e;case Hd:y=oe;break e;case Ll:y=W,k=ax(k);break e;case Ol:y=ve;break e;case kr:y=$,k=null;break e}var x="";{(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(x+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var M=u?pt(u):null;M&&(x+=`
164
164
 
165
- Check the render method of \``+_+"`.")}throw new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(e==null?e:typeof e)+"."+k))}}var C=Pi(m,i,t,u);return C.elementType=e,C.type=b,C.lanes=d,C._debugOwner=a,C}function G1(e,t,i){var a=null;a=e._owner;var u=e.type,d=e.key,m=e.props,b=Z1(u,d,m,a,t,i);return b._debugSource=e._source,b._debugOwner=e._owner,b}function yu(e,t,i,a){var u=Pi(Y,e,a,t);return u.lanes=i,u}function F8(e,t,i,a){typeof e.id!="string"&&y('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var u=Pi(ce,e,a,t|tt);return u.elementType=Ru,u.lanes=i,u.stateNode={effectDuration:0,passiveEffectDuration:0},u}function U8(e,t,i,a){var u=Pi(H,e,a,t);return u.elementType=Vi,u.lanes=i,u}function H8(e,t,i,a){var u=Pi(ee,e,a,t);return u.elementType=Du,u.lanes=i,u}function qT(e,t,i,a){var u=Pi(Q,e,a,t);u.elementType=ld,u.lanes=i;var d={isHidden:!1};return u.stateNode=d,u}function q1(e,t,i){var a=Pi(te,e,null,t);return a.lanes=i,a}function V8(){var e=Pi(M,null,null,et);return e.elementType="DELETED",e}function j8(e){var t=Pi(Se,null,null,et);return t.stateNode=e,t}function eS(e,t,i){var a=e.children!==null?e.children:[],u=Pi(N,a,e.key,t);return u.lanes=i,u.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},u}function eR(e,t){return e===null&&(e=Pi(j,null,null,et)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.subtreeFlags=t.subtreeFlags,e.deletions=t.deletions,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function B8(e,t,i,a,u){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=P0,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=_t,this.eventTimes=Xc(oe),this.expirationTimes=Xc(Wt),this.pendingLanes=oe,this.suspendedLanes=oe,this.pingedLanes=oe,this.expiredLanes=oe,this.mutableReadLanes=oe,this.finishedLanes=oe,this.entangledLanes=oe,this.entanglements=Xc(oe),this.identifierPrefix=a,this.onRecoverableError=u,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0;{this.memoizedUpdaters=new Set;for(var d=this.pendingUpdatersLaneMap=[],m=0;m<Zt;m++)d.push(new Set)}switch(t){case ey:this._debugRootType=i?"hydrateRoot()":"createRoot()";break;case iu:this._debugRootType=i?"hydrate()":"render()";break}}function tR(e,t,i,a,u,d,m,b,k,_){var C=new B8(e,t,i,b,k),z=z8(t,d);C.current=z,z.stateNode=C;{var $={element:a,isDehydrated:i,cache:null,transitions:null,pendingSuspenseBoundaries:null};z.memoizedState=$}return uk(z),C}var tS="18.2.0";function I8(e,t,i){var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return dr(a),{$$typeof:Ei,key:a==null?null:""+a,children:e,containerInfo:t,implementation:i}}var nS,rS;nS=!1,rS={};function nR(e){if(!e)return $i;var t=li(e),i=TO(t);if(t.tag===R){var a=t.type;if(oo(a))return RE(t,a,i)}return i}function Y8(e,t){{var i=li(e);if(i===void 0){if(typeof e.render=="function")throw new Error("Unable to find node on an unmounted component.");var a=Object.keys(e).join(",");throw new Error("Argument appears to not be a ReactComponent. Keys: "+a)}var u=fi(i);if(u===null)return null;if(u.mode&an){var d=dt(i)||"Component";if(!rS[d]){rS[d]=!0;var m=xn;try{At(u),i.mode&an?y("%s is deprecated in StrictMode. %s was passed an instance of %s which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,d):y("%s is deprecated in StrictMode. %s was passed an instance of %s which renders StrictMode children. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,d)}finally{m?At(m):Rn()}}}return u.stateNode}}function rR(e,t,i,a,u,d,m,b){var k=!1,_=null;return tR(e,t,k,_,i,a,u,d,m)}function iR(e,t,i,a,u,d,m,b,k,_){var C=!0,z=tR(i,a,C,e,u,d,m,b,k);z.context=nR(null);var $=z.current,K=Jr(),X=mu($),re=rl(K,X);return re.callback=t??null,lu($,re,X),GM(z,X,K),z}function Sv(e,t,i,a){th(t,e);var u=t.current,d=Jr(),m=mu(u);Mo(m);var b=nR(i);t.context===null?t.context=b:t.pendingContext=b,ii&&xn!==null&&!nS&&(nS=!0,y(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
165
+ Check the render method of \``+M+"`.")}throw new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(e==null?e:typeof e)+"."+x))}}var N=ji(y,a,t,c);return N.elementType=e,N.type=k,N.lanes=v,N._debugOwner=u,N}function fx(e,t,a){var u=null;u=e._owner;var c=e.type,v=e.key,y=e.props,k=cx(c,v,y,u,t,a);return k._debugSource=e._source,k._debugOwner=e._owner,k}function $u(e,t,a,u){var c=ji(z,e,u,t);return c.lanes=a,c}function O9(e,t,a,u){typeof e.id!="string"&&m('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var c=ji(ie,e,u,t|at);return c.elementType=ju,c.lanes=a,c.stateNode={effectDuration:0,passiveEffectDuration:0},c}function A9(e,t,a,u){var c=ji(F,e,u,t);return c.elementType=qi,c.lanes=a,c}function F9(e,t,a,u){var c=ji(Q,e,u,t);return c.elementType=Ku,c.lanes=a,c}function fD(e,t,a,u){var c=ji(K,e,u,t);c.elementType=Id,c.lanes=a;var v={isHidden:!1};return c.stateNode=v,c}function dx(e,t,a){var u=ji(A,e,null,t);return u.lanes=a,u}function z9(){var e=ji(P,null,null,it);return e.elementType="DELETED",e}function U9(e){var t=ji(J,null,null,it);return t.stateNode=e,t}function px(e,t,a){var u=e.children!==null?e.children:[],c=ji(D,u,e.key,t);return c.lanes=a,c.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},c}function dD(e,t){return e===null&&(e=ji(R,null,null,it)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.subtreeFlags=t.subtreeFlags,e.deletions=t.deletions,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function B9(e,t,a,u,c){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=Q1,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=Ct,this.eventTimes=bf(ce),this.expirationTimes=bf(Qt),this.pendingLanes=ce,this.suspendedLanes=ce,this.pingedLanes=ce,this.expiredLanes=ce,this.mutableReadLanes=ce,this.finishedLanes=ce,this.entangledLanes=ce,this.entanglements=bf(ce),this.identifierPrefix=u,this.onRecoverableError=c,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0;{this.memoizedUpdaters=new Set;for(var v=this.pendingUpdatersLaneMap=[],y=0;y<Gt;y++)v.push(new Set)}switch(t){case Jg:this._debugRootType=a?"hydrateRoot()":"createRoot()";break;case Su:this._debugRootType=a?"hydrate()":"render()";break}}function pD(e,t,a,u,c,v,y,k,x,M){var N=new B9(e,t,a,k,x),I=L9(t,v);N.current=I,I.stateNode=N;{var B={element:u,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};I.memoizedState=B}return kS(I),N}var vx="18.2.0";function H9(e,t,a){var u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return yr(u),{$$typeof:Li,key:u==null?null:""+u,children:e,containerInfo:t,implementation:a}}var mx,hx;mx=!1,hx={};function vD(e){if(!e)return Vi;var t=hi(e),a=CL(t);if(t.tag===C){var u=t.type;if(bo(u))return BT(t,u,a)}return a}function I9(e,t){{var a=hi(e);if(a===void 0){if(typeof e.render=="function")throw new Error("Unable to find node on an unmounted component.");var u=Object.keys(e).join(",");throw new Error("Argument appears to not be a ReactComponent. Keys: "+u)}var c=Si(a);if(c===null)return null;if(c.mode&un){var v=pt(a)||"Component";if(!hx[v]){hx[v]=!0;var y=En;try{Ut(c),a.mode&un?m("%s is deprecated in StrictMode. %s was passed an instance of %s which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,v):m("%s is deprecated in StrictMode. %s was passed an instance of %s which renders StrictMode children. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,v)}finally{y?Ut(y):Nn()}}}return c.stateNode}}function mD(e,t,a,u,c,v,y,k){var x=!1,M=null;return pD(e,t,x,M,a,u,c,v,y)}function hD(e,t,a,u,c,v,y,k,x,M){var N=!0,I=pD(a,u,N,e,c,v,y,k,x);I.context=vD(null);var B=I.current,te=ri(),ne=Mu(B),ue=bl(te,ne);return ue.callback=t??null,wu(B,ue,ne),XA(I,ne,te),I}function nm(e,t,a,u){Gh(t,e);var c=t.current,v=ri(),y=Mu(c);Xo(y);var k=vD(a);t.context===null?t.context=k:t.pendingContext=k,pi&&En!==null&&!mx&&(mx=!0,m(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
166
166
 
167
- Check the render method of %s.`,dt(xn)||"Unknown"));var k=rl(d,m);k.payload={element:e},a=a===void 0?null:a,a!==null&&(typeof a!="function"&&y("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",a),k.callback=a);var _=lu(u,k,m);return _!==null&&(er(_,u,m,d),py(_,u,m)),m}function ig(e){var t=e.current;if(!t.child)return null;switch(t.child.tag){case M:return t.child.stateNode;default:return t.child.stateNode}}function W8(e){switch(e.tag){case D:{var t=e.stateNode;if(Ln(t)){var i=t0(t);n8(t,i)}break}case H:{ll(function(){var u=bi(e,nt);if(u!==null){var d=Jr();er(u,e,nt,d)}});var a=nt;iS(e,a);break}}}function aR(e,t){var i=e.memoizedState;i!==null&&i.dehydrated!==null&&(i.retryLane=ph(i.retryLane,t))}function iS(e,t){aR(e,t);var i=e.alternate;i&&aR(i,t)}function Q8(e){if(e.tag===H){var t=Al,i=bi(e,t);if(i!==null){var a=Jr();er(i,e,t,a)}iS(e,t)}}function K8(e){if(e.tag===H){var t=mu(e),i=bi(e,t);if(i!==null){var a=Jr();er(i,e,t,a)}iS(e,t)}}function oR(e){var t=Gm(e);return t===null?null:t.stateNode}var lR=function(e){return null};function X8(e){return lR(e)}var uR=function(e){return!1};function J8(e){return uR(e)}var sR=null,cR=null,fR=null,dR=null,pR=null,vR=null,mR=null,hR=null,yR=null;{var gR=function(e,t,i){var a=t[i],u=An(e)?e.slice():gt({},e);return i+1===t.length?(An(u)?u.splice(a,1):delete u[a],u):(u[a]=gR(e[a],t,i+1),u)},bR=function(e,t){return gR(e,t,0)},kR=function(e,t,i,a){var u=t[a],d=An(e)?e.slice():gt({},e);if(a+1===t.length){var m=i[a];d[m]=d[u],An(d)?d.splice(u,1):delete d[u]}else d[u]=kR(e[u],t,i,a+1);return d},SR=function(e,t,i){if(t.length!==i.length){S("copyWithRename() expects paths of the same length");return}else for(var a=0;a<i.length-1;a++)if(t[a]!==i[a]){S("copyWithRename() expects paths to be the same except for the deepest key");return}return kR(e,t,i,0)},xR=function(e,t,i,a){if(i>=t.length)return a;var u=t[i],d=An(e)?e.slice():gt({},e);return d[u]=xR(e[u],t,i+1,a),d},_R=function(e,t,i){return xR(e,t,0,i)},aS=function(e,t){for(var i=e.memoizedState;i!==null&&t>0;)i=i.next,t--;return i};sR=function(e,t,i,a){var u=aS(e,t);if(u!==null){var d=_R(u.memoizedState,i,a);u.memoizedState=d,u.baseState=d,e.memoizedProps=gt({},e.memoizedProps);var m=bi(e,nt);m!==null&&er(m,e,nt,Wt)}},cR=function(e,t,i){var a=aS(e,t);if(a!==null){var u=bR(a.memoizedState,i);a.memoizedState=u,a.baseState=u,e.memoizedProps=gt({},e.memoizedProps);var d=bi(e,nt);d!==null&&er(d,e,nt,Wt)}},fR=function(e,t,i,a){var u=aS(e,t);if(u!==null){var d=SR(u.memoizedState,i,a);u.memoizedState=d,u.baseState=d,e.memoizedProps=gt({},e.memoizedProps);var m=bi(e,nt);m!==null&&er(m,e,nt,Wt)}},dR=function(e,t,i){e.pendingProps=_R(e.memoizedProps,t,i),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=bi(e,nt);a!==null&&er(a,e,nt,Wt)},pR=function(e,t){e.pendingProps=bR(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var i=bi(e,nt);i!==null&&er(i,e,nt,Wt)},vR=function(e,t,i){e.pendingProps=SR(e.memoizedProps,t,i),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=bi(e,nt);a!==null&&er(a,e,nt,Wt)},mR=function(e){var t=bi(e,nt);t!==null&&er(t,e,nt,Wt)},hR=function(e){lR=e},yR=function(e){uR=e}}function Z8(e){var t=fi(e);return t===null?null:t.stateNode}function G8(e){return null}function q8(){return xn}function e$(e){var t=e.findFiberByHostInstance,i=s.ReactCurrentDispatcher;return Kd({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:sR,overrideHookStateDeletePath:cR,overrideHookStateRenamePath:fR,overrideProps:dR,overridePropsDeletePath:pR,overridePropsRenamePath:vR,setErrorHandler:hR,setSuspenseHandler:yR,scheduleUpdate:mR,currentDispatcherRef:i,findHostInstanceByFiber:Z8,findFiberByHostInstance:t||G8,findHostInstancesForRefresh:N8,scheduleRefresh:R8,scheduleRoot:D8,setRefreshHandler:T8,getCurrentFiber:q8,reconcilerVersion:tS})}var CR=typeof reportError=="function"?reportError:function(e){console.error(e)};function oS(e){this._internalRoot=e}ag.prototype.render=oS.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw new Error("Cannot update an unmounted root.");{typeof arguments[1]=="function"?y("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):og(arguments[1])?y("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof arguments[1]<"u"&&y("You passed a second argument to root.render(...) but it only accepts one argument.");var i=t.containerInfo;if(i.nodeType!==_n){var a=oR(t.current);a&&a.parentNode!==i&&y("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container.")}}Sv(e,t,null,null)},ag.prototype.unmount=oS.prototype.unmount=function(){typeof arguments[0]=="function"&&y("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect().");var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;AT()&&y("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),ll(function(){Sv(null,e,null,null)}),_E(t)}};function t$(e,t){if(!og(e))throw new Error("createRoot(...): Target container is not a DOM element.");ER(e);var i=!1,a=!1,u="",d=CR;t!=null&&(t.hydrate?S("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===hl&&y(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
167
+ Check the render method of %s.`,pt(En)||"Unknown"));var x=bl(v,y);x.payload={element:e},u=u===void 0?null:u,u!==null&&(typeof u!="function"&&m("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",u),x.callback=u);var M=wu(c,x,y);return M!==null&&(or(M,c,y,v),cy(M,c,y)),y}function tb(e){var t=e.current;if(!t.child)return null;switch(t.child.tag){case P:return t.child.stateNode;default:return t.child.stateNode}}function V9(e){switch(e.tag){case T:{var t=e.stateNode;if(An(t)){var a=v1(t);qA(t,a)}break}case F:{wl(function(){var c=Di(e,ot);if(c!==null){var v=ri();or(c,e,ot,v)}});var u=ot;gx(e,u);break}}}function gD(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=cg(a.retryLane,t))}function gx(e,t){gD(e,t);var a=e.alternate;a&&gD(a,t)}function j9(e){if(e.tag===F){var t=Gl,a=Di(e,t);if(a!==null){var u=ri();or(a,e,t,u)}gx(e,t)}}function K9(e){if(e.tag===F){var t=Mu(e),a=Di(e,t);if(a!==null){var u=ri();or(a,e,t,u)}gx(e,t)}}function yD(e){var t=Xh(e);return t===null?null:t.stateNode}var bD=function(e){return null};function W9(e){return bD(e)}var SD=function(e){return!1};function Y9(e){return SD(e)}var kD=null,xD=null,wD=null,CD=null,ED=null,_D=null,TD=null,DD=null,RD=null;{var PD=function(e,t,a){var u=t[a],c=In(e)?e.slice():bt({},e);return a+1===t.length?(In(c)?c.splice(u,1):delete c[u],c):(c[u]=PD(e[u],t,a+1),c)},MD=function(e,t){return PD(e,t,0)},ND=function(e,t,a,u){var c=t[u],v=In(e)?e.slice():bt({},e);if(u+1===t.length){var y=a[u];v[y]=v[c],In(v)?v.splice(c,1):delete v[c]}else v[c]=ND(e[c],t,a,u+1);return v},$D=function(e,t,a){if(t.length!==a.length){h("copyWithRename() expects paths of the same length");return}else for(var u=0;u<a.length-1;u++)if(t[u]!==a[u]){h("copyWithRename() expects paths to be the same except for the deepest key");return}return ND(e,t,a,0)},LD=function(e,t,a,u){if(a>=t.length)return u;var c=t[a],v=In(e)?e.slice():bt({},e);return v[c]=LD(e[c],t,a+1,u),v},OD=function(e,t,a){return LD(e,t,0,a)},yx=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};kD=function(e,t,a,u){var c=yx(e,t);if(c!==null){var v=OD(c.memoizedState,a,u);c.memoizedState=v,c.baseState=v,e.memoizedProps=bt({},e.memoizedProps);var y=Di(e,ot);y!==null&&or(y,e,ot,Qt)}},xD=function(e,t,a){var u=yx(e,t);if(u!==null){var c=MD(u.memoizedState,a);u.memoizedState=c,u.baseState=c,e.memoizedProps=bt({},e.memoizedProps);var v=Di(e,ot);v!==null&&or(v,e,ot,Qt)}},wD=function(e,t,a,u){var c=yx(e,t);if(c!==null){var v=$D(c.memoizedState,a,u);c.memoizedState=v,c.baseState=v,e.memoizedProps=bt({},e.memoizedProps);var y=Di(e,ot);y!==null&&or(y,e,ot,Qt)}},CD=function(e,t,a){e.pendingProps=OD(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Di(e,ot);u!==null&&or(u,e,ot,Qt)},ED=function(e,t){e.pendingProps=MD(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=Di(e,ot);a!==null&&or(a,e,ot,Qt)},_D=function(e,t,a){e.pendingProps=$D(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var u=Di(e,ot);u!==null&&or(u,e,ot,Qt)},TD=function(e){var t=Di(e,ot);t!==null&&or(t,e,ot,Qt)},DD=function(e){bD=e},RD=function(e){SD=e}}function Q9(e){var t=Si(e);return t===null?null:t.stateNode}function X9(e){return null}function Z9(){return En}function J9(e){var t=e.findFiberByHostInstance,a=l.ReactCurrentDispatcher;return Rp({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:kD,overrideHookStateDeletePath:xD,overrideHookStateRenamePath:wD,overrideProps:CD,overridePropsDeletePath:ED,overridePropsRenamePath:_D,setErrorHandler:DD,setSuspenseHandler:RD,scheduleUpdate:TD,currentDispatcherRef:a,findHostInstanceByFiber:Q9,findFiberByHostInstance:t||X9,findHostInstancesForRefresh:T9,scheduleRefresh:E9,scheduleRoot:_9,setRefreshHandler:C9,getCurrentFiber:Z9,reconcilerVersion:vx})}var AD=typeof reportError=="function"?reportError:function(e){console.error(e)};function bx(e){this._internalRoot=e}nb.prototype.render=bx.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw new Error("Cannot update an unmounted root.");{typeof arguments[1]=="function"?m("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):rb(arguments[1])?m("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof arguments[1]<"u"&&m("You passed a second argument to root.render(...) but it only accepts one argument.");var a=t.containerInfo;if(a.nodeType!==_n){var u=yD(t.current);u&&u.parentNode!==a&&m("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container.")}}nm(e,t,null,null)},nb.prototype.unmount=bx.prototype.unmount=function(){typeof arguments[0]=="function"&&m("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect().");var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;Q2()&&m("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),wl(function(){nm(null,e,null,null)}),OT(t)}};function G9(e,t){if(!rb(e))throw new Error("createRoot(...): Target container is not a DOM element.");FD(e);var a=!1,u=!1,c="",v=AD;t!=null&&(t.hydrate?h("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===Nl&&m(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
168
168
 
169
169
  let root = createRoot(domContainer);
170
- root.render(<App />);`),t.unstable_strictMode===!0&&(i=!0),t.identifierPrefix!==void 0&&(u=t.identifierPrefix),t.onRecoverableError!==void 0&&(d=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var m=rR(e,ey,null,i,a,u,d);Qh(m.current,e);var b=e.nodeType===_n?e.parentNode:e;return Dp(b),new oS(m)}function ag(e){this._internalRoot=e}function n$(e){e&&Sh(e)}ag.prototype.unstable_scheduleHydration=n$;function r$(e,t,i){if(!og(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");ER(e),t===void 0&&y("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var a=i??null,u=i!=null&&i.hydratedSources||null,d=!1,m=!1,b="",k=CR;i!=null&&(i.unstable_strictMode===!0&&(d=!0),i.identifierPrefix!==void 0&&(b=i.identifierPrefix),i.onRecoverableError!==void 0&&(k=i.onRecoverableError));var _=iR(t,null,e,ey,a,d,m,b,k);if(Qh(_.current,e),Dp(e),u)for(var C=0;C<u.length;C++){var z=u[C];fL(_,z)}return new ag(_)}function og(e){return!!(e&&(e.nodeType===Tr||e.nodeType===Di||e.nodeType===Co||!Z))}function xv(e){return!!(e&&(e.nodeType===Tr||e.nodeType===Di||e.nodeType===Co||e.nodeType===_n&&e.nodeValue===" react-mount-point-unstable "))}function ER(e){e.nodeType===Tr&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&y("createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."),Hp(e)&&(e._reactRootContainer?y("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):y("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}var i$=s.ReactCurrentOwner,wR;wR=function(e){if(e._reactRootContainer&&e.nodeType!==_n){var t=oR(e._reactRootContainer.current);t&&t.parentNode!==e&&y("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.")}var i=!!e._reactRootContainer,a=lS(e),u=!!(a&&nu(a));u&&!i&&y("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."),e.nodeType===Tr&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&y("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.")};function lS(e){return e?e.nodeType===Di?e.documentElement:e.firstChild:null}function TR(){}function a$(e,t,i,a,u){if(u){if(typeof a=="function"){var d=a;a=function(){var $=ig(m);d.call($)}}var m=iR(t,a,e,iu,null,!1,!1,"",TR);e._reactRootContainer=m,Qh(m.current,e);var b=e.nodeType===_n?e.parentNode:e;return Dp(b),ll(),m}else{for(var k;k=e.lastChild;)e.removeChild(k);if(typeof a=="function"){var _=a;a=function(){var $=ig(C);_.call($)}}var C=rR(e,iu,null,!1,!1,"",TR);e._reactRootContainer=C,Qh(C.current,e);var z=e.nodeType===_n?e.parentNode:e;return Dp(z),ll(function(){Sv(t,C,i,a)}),C}}function o$(e,t){e!==null&&typeof e!="function"&&y("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)}function lg(e,t,i,a,u){wR(i),o$(u===void 0?null:u,"render");var d=i._reactRootContainer,m;if(!d)m=a$(i,t,e,u,a);else{if(m=d,typeof u=="function"){var b=u;u=function(){var k=ig(m);b.call(k)}}Sv(t,m,e,u)}return ig(m)}function l$(e){{var t=i$.current;if(t!==null&&t.stateNode!==null){var i=t.stateNode._warnedAboutRefsInRender;i||y("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",It(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0}}return e==null?null:e.nodeType===Tr?e:Y8(e,"findDOMNode")}function u$(e,t,i){if(y("ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!xv(t))throw new Error("Target container is not a DOM element.");{var a=Hp(t)&&t._reactRootContainer===void 0;a&&y("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call hydrateRoot(container, element)?")}return lg(null,e,t,!0,i)}function s$(e,t,i){if(y("ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!xv(t))throw new Error("Target container is not a DOM element.");{var a=Hp(t)&&t._reactRootContainer===void 0;a&&y("You are calling ReactDOM.render() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.render(element)?")}return lg(null,e,t,!1,i)}function c$(e,t,i,a){if(y("ReactDOM.unstable_renderSubtreeIntoContainer() is no longer supported in React 18. Consider using a portal instead. Until you switch to the createRoot API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!xv(i))throw new Error("Target container is not a DOM element.");if(e==null||!Zu(e))throw new Error("parentComponent must be a valid React Component");return lg(e,t,i,!1,a)}function f$(e){if(!xv(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=Hp(e)&&e._reactRootContainer===void 0;t&&y("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.unmount()?")}if(e._reactRootContainer){{var i=lS(e),a=i&&!nu(i);a&&y("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return ll(function(){lg(null,null,e,!1,function(){e._reactRootContainer=null,_E(e)})}),!0}else{{var u=lS(e),d=!!(u&&nu(u)),m=e.nodeType===Tr&&xv(e.parentNode)&&!!e.parentNode._reactRootContainer;d&&y("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s",m?"You may have accidentally passed in a React root node instead of its container.":"Instead, have the parent component update its state and rerender in order to remove this component.")}return!1}}Fe(W8),mh(Q8),ds(K8),fp(vi),yh(ss),(typeof Map!="function"||Map.prototype==null||typeof Map.prototype.forEach!="function"||typeof Set!="function"||Set.prototype==null||typeof Set.prototype.clear!="function"||typeof Set.prototype.forEach!="function")&&y("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),Xm(v6),hc(F1,r8,ll);function d$(e,t){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!og(t))throw new Error("Target container is not a DOM element.");return I8(e,t,null,i)}function p$(e,t,i,a){return c$(e,t,i,a)}var uS={usingClientEntryPoint:!1,Events:[nu,bf,Kh,mc,Ku,F1]};function v$(e,t){return uS.usingClientEntryPoint||y('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),t$(e,t)}function m$(e,t,i){return uS.usingClientEntryPoint||y('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),r$(e,t,i)}function h$(e){return AT()&&y("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."),ll(e)}var y$=e$({findFiberByHostInstance:xs,bundleType:1,version:tS,rendererPackageName:"react-dom"});if(!y$&&ht&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var RR=window.location.protocol;/^(https?|file):$/.test(RR)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(RR==="file:"?`
171
- You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}ei.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=uS,ei.createPortal=d$,ei.createRoot=v$,ei.findDOMNode=l$,ei.flushSync=h$,ei.hydrate=u$,ei.hydrateRoot=m$,ei.render=s$,ei.unmountComponentAtNode=f$,ei.unstable_batchedUpdates=F1,ei.unstable_renderSubtreeIntoContainer=p$,ei.version=tS,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),ei}function vx(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(vx)}catch(l){console.error(l)}}}process.env.NODE_ENV==="production"?(vx(),yD()):gD();function mx(l,c){let{inputElementType:s="input",isDisabled:v=!1,isRequired:g=!1,isReadOnly:S=!1,type:y="text",validationBehavior:E="aria"}=l,[T,R]=mS(l.value,l.defaultValue||"",l.onChange),{focusableProps:j}=Rg(l,c),D=ox({...l,value:T}),{isInvalid:N,validationErrors:M,validationDetails:te}=D.displayValidation,{labelProps:Y,fieldProps:U,descriptionProps:me,errorMessageProps:_e}=vD({...l,isInvalid:N,errorMessage:l.errorMessage||M}),ne=ku(l,{labelable:!0});const ce={type:y,pattern:l.pattern};return CS(c,T,R),oD(l,D,c),L.useEffect(()=>{if(c.current instanceof na(c.current).HTMLTextAreaElement){let H=c.current;Object.defineProperty(H,"defaultValue",{get:()=>H.value,set:()=>{},configurable:!0})}},[c]),{labelProps:Y,inputProps:vn(ne,s==="input"&&ce,{disabled:v,readOnly:S,required:g&&E==="native","aria-required":g&&E==="aria"||void 0,"aria-invalid":N||void 0,"aria-errormessage":l["aria-errormessage"],"aria-activedescendant":l["aria-activedescendant"],"aria-autocomplete":l["aria-autocomplete"],"aria-haspopup":l["aria-haspopup"],value:T,onChange:H=>R(H.target.value),autoComplete:l.autoComplete,autoCapitalize:l.autoCapitalize,maxLength:l.maxLength,minLength:l.minLength,name:l.name,placeholder:l.placeholder,inputMode:l.inputMode,onCopy:l.onCopy,onCut:l.onCut,onPaste:l.onPaste,onCompositionEnd:l.onCompositionEnd,onCompositionStart:l.onCompositionStart,onCompositionUpdate:l.onCompositionUpdate,onSelect:l.onSelect,onBeforeInput:l.onBeforeInput,onInput:l.onInput,...j,...U}),descriptionProps:me,errorMessageProps:_e,isInvalid:N,validationErrors:M,validationDetails:te}}function hx(){return typeof window<"u"&&window.InputEvent&&typeof InputEvent.prototype.getTargetRanges=="function"}function bD(l,c,s){let v=wr(D=>{let N=s.current,M;switch(D.inputType){case"historyUndo":case"historyRedo":return;case"deleteContent":case"deleteByCut":case"deleteByDrag":M=N.value.slice(0,N.selectionStart)+N.value.slice(N.selectionEnd);break;case"deleteContentForward":M=N.selectionEnd===N.selectionStart?N.value.slice(0,N.selectionStart)+N.value.slice(N.selectionEnd+1):N.value.slice(0,N.selectionStart)+N.value.slice(N.selectionEnd);break;case"deleteContentBackward":M=N.selectionEnd===N.selectionStart?N.value.slice(0,N.selectionStart-1)+N.value.slice(N.selectionStart):N.value.slice(0,N.selectionStart)+N.value.slice(N.selectionEnd);break;case"deleteSoftLineBackward":case"deleteHardLineBackward":M=N.value.slice(N.selectionStart);break;default:D.data!=null&&(M=N.value.slice(0,N.selectionStart)+D.data+N.value.slice(N.selectionEnd));break}(M==null||!c.validate(M))&&D.preventDefault()});L.useEffect(()=>{if(!hx())return;let D=s.current;return D.addEventListener("beforeinput",v,!1),()=>{D.removeEventListener("beforeinput",v,!1)}},[s,v]);let g=hx()?null:D=>{let N=D.target.value.slice(0,D.target.selectionStart)+D.data+D.target.value.slice(D.target.selectionEnd);c.validate(N)||D.preventDefault()},{labelProps:S,inputProps:y,descriptionProps:E,errorMessageProps:T,...R}=mx(l,s),j=L.useRef(null);return{inputProps:vn(y,{onBeforeInput:g,onCompositionStart(){let{value:D,selectionStart:N,selectionEnd:M}=s.current;j.current={value:D,selectionStart:N,selectionEnd:M}},onCompositionEnd(){if(!c.validate(s.current.value)){let{value:D,selectionStart:N,selectionEnd:M}=j.current;s.current.value=D,s.current.setSelectionRange(N,M),c.setInputValue(D)}}}),labelProps:S,descriptionProps:E,errorMessageProps:T,...R}}var yx={};yx={Empty:"فارغ"};var gx={};gx={Empty:"Изпразни"};var bx={};bx={Empty:"Prázdné"};var kx={};kx={Empty:"Tom"};var Sx={};Sx={Empty:"Leer"};var xx={};xx={Empty:"Άδειο"};var _x={};_x={Empty:"Empty"};var Cx={};Cx={Empty:"Vacío"};var Ex={};Ex={Empty:"Tühjenda"};var wx={};wx={Empty:"Tyhjä"};var Tx={};Tx={Empty:"Vide"};var Rx={};Rx={Empty:"ריק"};var Dx={};Dx={Empty:"Prazno"};var Nx={};Nx={Empty:"Üres"};var Ox={};Ox={Empty:"Vuoto"};var Lx={};Lx={Empty:"空"};var Mx={};Mx={Empty:"비어 있음"};var $x={};$x={Empty:"Tuščias"};var Px={};Px={Empty:"Tukšs"};var Ax={};Ax={Empty:"Tom"};var zx={};zx={Empty:"Leeg"};var Fx={};Fx={Empty:"Pusty"};var Ux={};Ux={Empty:"Vazio"};var Hx={};Hx={Empty:"Vazio"};var Vx={};Vx={Empty:"Gol"};var jx={};jx={Empty:"Не заполнено"};var Bx={};Bx={Empty:"Prázdne"};var Ix={};Ix={Empty:"Prazen"};var Yx={};Yx={Empty:"Prazno"};var Wx={};Wx={Empty:"Tomt"};var Qx={};Qx={Empty:"Boş"};var Kx={};Kx={Empty:"Пусто"};var Xx={};Xx={Empty:"空"};var Jx={};Jx={Empty:"空白"};function kD(l){return l&&l.__esModule?l.default:l}var Zx={};Zx={"ar-AE":yx,"bg-BG":gx,"cs-CZ":bx,"da-DK":kx,"de-DE":Sx,"el-GR":xx,"en-US":_x,"es-ES":Cx,"et-EE":Ex,"fi-FI":wx,"fr-FR":Tx,"he-IL":Rx,"hr-HR":Dx,"hu-HU":Nx,"it-IT":Ox,"ja-JP":Lx,"ko-KR":Mx,"lt-LT":$x,"lv-LV":Px,"nb-NO":Ax,"nl-NL":zx,"pl-PL":Fx,"pt-BR":Ux,"pt-PT":Hx,"ro-RO":Vx,"ru-RU":jx,"sk-SK":Bx,"sl-SI":Ix,"sr-SP":Yx,"sv-SE":Wx,"tr-TR":Qx,"uk-UA":Kx,"zh-CN":Xx,"zh-TW":Jx};function SD(l){const c=L.useRef();let{value:s,textValue:v,minValue:g,maxValue:S,isDisabled:y,isReadOnly:E,isRequired:T,onIncrement:R,onIncrementPage:j,onDecrement:D,onDecrementPage:N,onDecrementToMin:M,onIncrementToMax:te}=l;const Y=tx(kD(Zx),"@react-aria/spinbutton"),U=()=>clearTimeout(c.current);L.useEffect(()=>()=>U(),[]);let me=ee=>{if(!(ee.ctrlKey||ee.metaKey||ee.shiftKey||ee.altKey||E))switch(ee.key){case"PageUp":if(j){ee.preventDefault(),j==null||j();break}case"ArrowUp":case"Up":R&&(ee.preventDefault(),R==null||R());break;case"PageDown":if(N){ee.preventDefault(),N==null||N();break}case"ArrowDown":case"Down":D&&(ee.preventDefault(),D==null||D());break;case"Home":M&&(ee.preventDefault(),M==null||M());break;case"End":te&&(ee.preventDefault(),te==null||te());break}},_e=L.useRef(!1),ne=()=>{_e.current=!0},ce=()=>{_e.current=!1},H=v===""?Y.format("Empty"):(v||`${s}`).replace("-","−");L.useEffect(()=>{_e.current&&(iD("assertive"),rD(H,"assertive"))},[H]);const ze=wr(ee=>{U(),R==null||R(),c.current=window.setTimeout(()=>{(S===void 0||isNaN(S)||s===void 0||isNaN(s)||s<S)&&ze(60)},ee)}),$e=wr(ee=>{U(),D==null||D(),c.current=window.setTimeout(()=>{(g===void 0||isNaN(g)||s===void 0||isNaN(s)||s>g)&&$e(60)},ee)});let P=ee=>{ee.preventDefault()},{addGlobalListener:Te,removeAllGlobalListeners:Se}=xS();return{spinButtonProps:{role:"spinbutton","aria-valuenow":s!==void 0&&!isNaN(s)?s:void 0,"aria-valuetext":H,"aria-valuemin":g,"aria-valuemax":S,"aria-disabled":y||void 0,"aria-readonly":E||void 0,"aria-required":T||void 0,onKeyDown:me,onFocus:ne,onBlur:ce},incrementButtonProps:{onPressStart:()=>{ze(400),Te(window,"contextmenu",P)},onPressEnd:()=>{U(),Se()},onFocus:ne,onBlur:ce},decrementButtonProps:{onPressStart:()=>{$e(400),Te(window,"contextmenu",P)},onPressEnd:()=>{U(),Se()},onFocus:ne,onBlur:ce}}}var Gx={};Gx={decrease:l=>`خفض ${l.fieldLabel}`,increase:l=>`زيادة ${l.fieldLabel}`,numberField:"حقل رقمي"};var qx={};qx={decrease:l=>`Намаляване ${l.fieldLabel}`,increase:l=>`Усилване ${l.fieldLabel}`,numberField:"Номер на полето"};var e_={};e_={decrease:l=>`Snížit ${l.fieldLabel}`,increase:l=>`Zvýšit ${l.fieldLabel}`,numberField:"Číselné pole"};var t_={};t_={decrease:l=>`Reducer ${l.fieldLabel}`,increase:l=>`Øg ${l.fieldLabel}`,numberField:"Talfelt"};var n_={};n_={decrease:l=>`${l.fieldLabel} verringern`,increase:l=>`${l.fieldLabel} erhöhen`,numberField:"Nummernfeld"};var r_={};r_={decrease:l=>`Μείωση ${l.fieldLabel}`,increase:l=>`Αύξηση ${l.fieldLabel}`,numberField:"Πεδίο αριθμού"};var i_={};i_={decrease:l=>`Decrease ${l.fieldLabel}`,increase:l=>`Increase ${l.fieldLabel}`,numberField:"Number field"};var a_={};a_={decrease:l=>`Reducir ${l.fieldLabel}`,increase:l=>`Aumentar ${l.fieldLabel}`,numberField:"Campo de número"};var o_={};o_={decrease:l=>`Vähenda ${l.fieldLabel}`,increase:l=>`Suurenda ${l.fieldLabel}`,numberField:"Numbri väli"};var l_={};l_={decrease:l=>`Vähennä ${l.fieldLabel}`,increase:l=>`Lisää ${l.fieldLabel}`,numberField:"Numerokenttä"};var u_={};u_={decrease:l=>`Diminuer ${l.fieldLabel}`,increase:l=>`Augmenter ${l.fieldLabel}`,numberField:"Champ de nombre"};var s_={};s_={decrease:l=>`הקטן ${l.fieldLabel}`,increase:l=>`הגדל ${l.fieldLabel}`,numberField:"שדה מספר"};var c_={};c_={decrease:l=>`Smanji ${l.fieldLabel}`,increase:l=>`Povećaj ${l.fieldLabel}`,numberField:"Polje broja"};var f_={};f_={decrease:l=>`${l.fieldLabel} csökkentése`,increase:l=>`${l.fieldLabel} növelése`,numberField:"Számmező"};var d_={};d_={decrease:l=>`Riduci ${l.fieldLabel}`,increase:l=>`Aumenta ${l.fieldLabel}`,numberField:"Campo numero"};var p_={};p_={decrease:l=>`${l.fieldLabel}を縮小`,increase:l=>`${l.fieldLabel}を拡大`,numberField:"数値フィールド"};var v_={};v_={decrease:l=>`${l.fieldLabel} 감소`,increase:l=>`${l.fieldLabel} 증가`,numberField:"번호 필드"};var m_={};m_={decrease:l=>`Sumažinti ${l.fieldLabel}`,increase:l=>`Padidinti ${l.fieldLabel}`,numberField:"Numerio laukas"};var h_={};h_={decrease:l=>`Samazināšana ${l.fieldLabel}`,increase:l=>`Palielināšana ${l.fieldLabel}`,numberField:"Skaitļu lauks"};var y_={};y_={decrease:l=>`Reduser ${l.fieldLabel}`,increase:l=>`Øk ${l.fieldLabel}`,numberField:"Tallfelt"};var g_={};g_={decrease:l=>`${l.fieldLabel} verlagen`,increase:l=>`${l.fieldLabel} verhogen`,numberField:"Getalveld"};var b_={};b_={decrease:l=>`Zmniejsz ${l.fieldLabel}`,increase:l=>`Zwiększ ${l.fieldLabel}`,numberField:"Pole numeru"};var k_={};k_={decrease:l=>`Diminuir ${l.fieldLabel}`,increase:l=>`Aumentar ${l.fieldLabel}`,numberField:"Campo de número"};var S_={};S_={decrease:l=>`Diminuir ${l.fieldLabel}`,increase:l=>`Aumentar ${l.fieldLabel}`,numberField:"Campo numérico"};var x_={};x_={decrease:l=>`Scădere ${l.fieldLabel}`,increase:l=>`Creștere ${l.fieldLabel}`,numberField:"Câmp numeric"};var __={};__={decrease:l=>`Уменьшение ${l.fieldLabel}`,increase:l=>`Увеличение ${l.fieldLabel}`,numberField:"Числовое поле"};var C_={};C_={decrease:l=>`Znížiť ${l.fieldLabel}`,increase:l=>`Zvýšiť ${l.fieldLabel}`,numberField:"Číselné pole"};var E_={};E_={decrease:l=>`Upadati ${l.fieldLabel}`,increase:l=>`Povečajte ${l.fieldLabel}`,numberField:"Številčno polje"};var w_={};w_={decrease:l=>`Smanji ${l.fieldLabel}`,increase:l=>`Povećaj ${l.fieldLabel}`,numberField:"Polje broja"};var T_={};T_={decrease:l=>`Minska ${l.fieldLabel}`,increase:l=>`Öka ${l.fieldLabel}`,numberField:"Nummerfält"};var R_={};R_={decrease:l=>`${l.fieldLabel} azalt`,increase:l=>`${l.fieldLabel} arttır`,numberField:"Sayı alanı"};var D_={};D_={decrease:l=>`Зменшити ${l.fieldLabel}`,increase:l=>`Збільшити ${l.fieldLabel}`,numberField:"Поле номера"};var N_={};N_={decrease:l=>`降低 ${l.fieldLabel}`,increase:l=>`提高 ${l.fieldLabel}`,numberField:"数字字段"};var O_={};O_={decrease:l=>`縮小 ${l.fieldLabel}`,increase:l=>`放大 ${l.fieldLabel}`,numberField:"數字欄位"};function xD(l){return l&&l.__esModule?l.default:l}var L_={};L_={"ar-AE":Gx,"bg-BG":qx,"cs-CZ":e_,"da-DK":t_,"de-DE":n_,"el-GR":r_,"en-US":i_,"es-ES":a_,"et-EE":o_,"fi-FI":l_,"fr-FR":u_,"he-IL":s_,"hr-HR":c_,"hu-HU":f_,"it-IT":d_,"ja-JP":p_,"ko-KR":v_,"lt-LT":m_,"lv-LV":h_,"nb-NO":y_,"nl-NL":g_,"pl-PL":b_,"pt-BR":k_,"pt-PT":S_,"ro-RO":x_,"ru-RU":__,"sk-SK":C_,"sl-SI":E_,"sr-SP":w_,"sv-SE":T_,"tr-TR":R_,"uk-UA":D_,"zh-CN":N_,"zh-TW":O_};function _D(l,c,s){let{id:v,decrementAriaLabel:g,incrementAriaLabel:S,isDisabled:y,isReadOnly:E,isRequired:T,minValue:R,maxValue:j,autoFocus:D,label:N,formatOptions:M,onBlur:te=()=>{},onFocus:Y,onFocusChange:U,onKeyDown:me,onKeyUp:_e,description:ne,errorMessage:ce,isWheelDisabled:H,...ze}=l,{increment:$e,incrementToMax:P,decrement:Te,decrementToMin:Se,numberValue:ee,inputValue:Re,commit:Q,commitValidation:ae}=c;const Ue=tx(xD(L_),"@react-aria/numberfield");let ut=bu(v),{focusProps:Qt}=Sg({onBlur(){Q()}}),he=nx(M),G=L.useMemo(()=>he.resolvedOptions(),[he]),q=nx({...M,currencySign:void 0}),De=L.useMemo(()=>isNaN(ee)?"":q.format(ee),[q,ee]),{spinButtonProps:Z,incrementButtonProps:se,decrementButtonProps:de}=SD({isDisabled:y,isReadOnly:E,isRequired:T,maxValue:j,minValue:R,onIncrement:$e,onIncrementToMax:P,onDecrement:Te,onDecrementToMin:Se,value:ee,textValue:De}),[be,F]=L.useState(!1),{focusWithinProps:Ne}=HS({isDisabled:y,onFocusWithinChange:F}),ue=L.useCallback(xe=>{Math.abs(xe.deltaY)<=Math.abs(xe.deltaX)||(xe.deltaY>0?$e():xe.deltaY<0&&Te())},[Te,$e]);N2({onScroll:ue,isDisabled:H||y||E||!be},s);let rt=G.maximumFractionDigits>0,st=c.minValue===void 0||isNaN(c.minValue)||c.minValue<0,fe="numeric";gS()?st?fe="text":rt&&(fe="decimal"):vg()&&(st?fe="numeric":rt&&(fe="decimal"));let ht=xe=>{c.validate(xe)&&c.setInputValue(xe)},Ce=ku(l),Je=L.useCallback(xe=>{xe.key==="Enter"?(Q(),ae()):xe.continuePropagation()},[Q,ae]),{isInvalid:St,validationErrors:it,validationDetails:Lt}=c.displayValidation,{labelProps:dr,inputProps:jt,descriptionProps:pr,errorMessageProps:vr}=bD({...ze,...Ce,name:void 0,label:N,autoFocus:D,isDisabled:y,isReadOnly:E,isRequired:T,validate:void 0,[$g]:c,value:Re,defaultValue:void 0,autoComplete:"off","aria-label":l["aria-label"]||void 0,"aria-labelledby":l["aria-labelledby"]||void 0,id:ut,type:"text",inputMode:fe,onChange:ht,onBlur:te,onFocus:Y,onFocusChange:U,onKeyDown:L.useMemo(()=>fg(Je,me),[Je,me]),onKeyUp:_e,description:ne,errorMessage:ce},c,s);CS(s,c.numberValue,c.setNumberValue);let Kt=vn(Z,Qt,jt,{role:null,"aria-roledescription":pg()?null:Ue.format("numberField"),"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null,autoCorrect:"off",spellCheck:"false"});l.validationBehavior==="native"&&(Kt["aria-required"]=void 0);let Ke=xe=>{var Qe;document.activeElement!==s.current&&(xe.pointerType==="mouse"?(Qe=s.current)===null||Qe===void 0||Qe.focus():xe.target.focus())},xt=l["aria-label"]||(typeof l.label=="string"?l.label:""),kn;xt||(kn=l.label!=null?dr.id:l["aria-labelledby"]);let mn=bu(),nn=bu(),bo=vn(se,{"aria-label":S||Ue.format("increase",{fieldLabel:xt}).trim(),id:kn&&!S?mn:null,"aria-labelledby":kn&&!S?`${mn} ${kn}`:null,"aria-controls":ut,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!c.canIncrement,onPressStart:Ke}),Ui=vn(de,{"aria-label":g||Ue.format("decrease",{fieldLabel:xt}).trim(),id:kn&&!g?nn:null,"aria-labelledby":kn&&!g?`${nn} ${kn}`:null,"aria-controls":ut,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!c.canDecrement,onPressStart:Ke});return{groupProps:{...Ne,role:"group","aria-disabled":y,"aria-invalid":St?"true":void 0},labelProps:dr,inputProps:Kt,incrementButtonProps:bo,decrementButtonProps:Ui,errorMessageProps:vr,descriptionProps:pr,isInvalid:St,validationErrors:it,validationDetails:Lt}}function CD(l){let{minValue:c,maxValue:s,step:v,formatOptions:g,value:S,defaultValue:y=NaN,onChange:E,locale:T,isDisabled:R,isReadOnly:j}=l;S===null&&(S=NaN),S!==void 0&&!isNaN(S)&&(v!==void 0&&!isNaN(v)?S=ho(S,c,s,v):S=ug(S,c,s)),isNaN(y)||(v!==void 0&&!isNaN(v)?y=ho(y,c,s,v):y=ug(y,c,s));let[D,N]=mS(S,isNaN(y)?NaN:y,E),[M,te]=L.useState(()=>isNaN(D)?"":new zv(T,g).format(D)),Y=L.useMemo(()=>new QS(T,g),[T,g]),U=L.useMemo(()=>Y.getNumberingSystem(M),[Y,M]),me=L.useMemo(()=>new zv(T,{...g,numberingSystem:U}),[T,g,U]),_e=L.useMemo(()=>me.resolvedOptions(),[me]),ne=L.useCallback(Z=>isNaN(Z)||Z===null?"":me.format(Z),[me]),ce=ox({...l,value:D}),H=v!==void 0&&!isNaN(v)?v:1;_e.style==="percent"&&(v===void 0||isNaN(v))&&(H=.01);let[ze,$e]=L.useState(D),[P,Te]=L.useState(T),[Se,ee]=L.useState(g);(!Object.is(D,ze)||T!==P||g!==Se)&&(te(ne(D)),$e(D),Te(T),ee(g));let Re=L.useMemo(()=>Y.parse(M),[Y,M]),Q=()=>{if(!M.length){N(NaN),te(S===void 0?"":ne(D));return}if(isNaN(Re)){te(ne(D));return}let Z;v===void 0||isNaN(v)?Z=ug(Re,c,s):Z=ho(Re,c,s,v),Z=Y.parse(ne(Z)),N(Z),te(ne(S===void 0?Z:D))},ae=(Z,se=0)=>{let de=Re;if(isNaN(de)){let be=isNaN(se)?0:se;return ho(be,c,s,H)}else{let be=ho(de,c,s,H);return Z==="+"&&be>de||Z==="-"&&be<de?be:ho(Ug(Z,de,H),c,s,H)}},Ue=()=>{let Z=ae("+",c);Z===D&&te(ne(Z)),N(Z),ce.commitValidation()},ut=()=>{let Z=ae("-",s);Z===D&&te(ne(Z)),N(Z),ce.commitValidation()},Qt=()=>{s!=null&&(N(ho(s,c,s,H)),ce.commitValidation())},he=()=>{c!=null&&(N(c),ce.commitValidation())},G=L.useMemo(()=>!R&&!j&&(isNaN(Re)||s===void 0||isNaN(s)||ho(Re,c,s,H)>Re||Ug("+",Re,H)<=s),[R,j,c,s,H,Re]),q=L.useMemo(()=>!R&&!j&&(isNaN(Re)||c===void 0||isNaN(c)||ho(Re,c,s,H)<Re||Ug("-",Re,H)>=c),[R,j,c,s,H,Re]);return{...ce,validate:Z=>Y.isValidPartialNumber(Z,c,s),increment:Ue,incrementToMax:Qt,decrement:ut,decrementToMin:he,canIncrement:G,canDecrement:q,minValue:c,maxValue:s,numberValue:Re,setNumberValue:N,setInputValue:te,inputValue:M,commit:Q}}function Ug(l,c,s){let v=l==="+"?c+s:c-s;if(c%1!==0||s%1!==0){const g=c.toString().split("."),S=s.toString().split("."),y=g[1]&&g[1].length||0,E=S[1]&&S[1].length||0,T=Math.pow(10,Math.max(y,E));c=Math.round(c*T),s=Math.round(s*T),v=l==="+"?c+s:c-s,v/=T}return v}var Hg={exports:{}},Vg={};/**
170
+ root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(c=t.identifierPrefix),t.onRecoverableError!==void 0&&(v=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var y=mD(e,Jg,null,a,u,c,v);jg(y.current,e);var k=e.nodeType===_n?e.parentNode:e;return cv(k),new bx(y)}function nb(e){this._internalRoot=e}function q9(e){e&&yg(e)}nb.prototype.unstable_scheduleHydration=q9;function e5(e,t,a){if(!rb(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");FD(e),t===void 0&&m("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var u=a??null,c=a!=null&&a.hydratedSources||null,v=!1,y=!1,k="",x=AD;a!=null&&(a.unstable_strictMode===!0&&(v=!0),a.identifierPrefix!==void 0&&(k=a.identifierPrefix),a.onRecoverableError!==void 0&&(x=a.onRecoverableError));var M=hD(t,null,e,Jg,u,v,y,k,x);if(jg(M.current,e),cv(e),c)for(var N=0;N<c.length;N++){var I=c[N];uO(M,I)}return new nb(M)}function rb(e){return!!(e&&(e.nodeType===Lr||e.nodeType===zi||e.nodeType===Bo||!ee))}function rm(e){return!!(e&&(e.nodeType===Lr||e.nodeType===zi||e.nodeType===Bo||e.nodeType===_n&&e.nodeValue===" react-mount-point-unstable "))}function FD(e){e.nodeType===Lr&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&m("createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."),kv(e)&&(e._reactRootContainer?m("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):m("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}var t5=l.ReactCurrentOwner,zD;zD=function(e){if(e._reactRootContainer&&e.nodeType!==_n){var t=yD(e._reactRootContainer.current);t&&t.parentNode!==e&&m("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.")}var a=!!e._reactRootContainer,u=Sx(e),c=!!(u&&yu(u));c&&!a&&m("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."),e.nodeType===Lr&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&m("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.")};function Sx(e){return e?e.nodeType===zi?e.documentElement:e.firstChild:null}function UD(){}function n5(e,t,a,u,c){if(c){if(typeof u=="function"){var v=u;u=function(){var B=tb(y);v.call(B)}}var y=hD(t,u,e,Su,null,!1,!1,"",UD);e._reactRootContainer=y,jg(y.current,e);var k=e.nodeType===_n?e.parentNode:e;return cv(k),wl(),y}else{for(var x;x=e.lastChild;)e.removeChild(x);if(typeof u=="function"){var M=u;u=function(){var B=tb(N);M.call(B)}}var N=mD(e,Su,null,!1,!1,"",UD);e._reactRootContainer=N,jg(N.current,e);var I=e.nodeType===_n?e.parentNode:e;return cv(I),wl(function(){nm(t,N,a,u)}),N}}function r5(e,t){e!==null&&typeof e!="function"&&m("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)}function ib(e,t,a,u,c){zD(a),r5(c===void 0?null:c,"render");var v=a._reactRootContainer,y;if(!v)y=n5(a,t,e,c,u);else{if(y=v,typeof c=="function"){var k=c;c=function(){var x=tb(y);k.call(x)}}nm(t,y,e,c)}return tb(y)}function i5(e){{var t=t5.current;if(t!==null&&t.stateNode!==null){var a=t.stateNode._warnedAboutRefsInRender;a||m("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",Wt(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0}}return e==null?null:e.nodeType===Lr?e:I9(e,"findDOMNode")}function a5(e,t,a){if(m("ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!rm(t))throw new Error("Target container is not a DOM element.");{var u=kv(t)&&t._reactRootContainer===void 0;u&&m("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call hydrateRoot(container, element)?")}return ib(null,e,t,!0,a)}function o5(e,t,a){if(m("ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!rm(t))throw new Error("Target container is not a DOM element.");{var u=kv(t)&&t._reactRootContainer===void 0;u&&m("You are calling ReactDOM.render() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.render(element)?")}return ib(null,e,t,!1,a)}function l5(e,t,a,u){if(m("ReactDOM.unstable_renderSubtreeIntoContainer() is no longer supported in React 18. Consider using a portal instead. Until you switch to the createRoot API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!rm(a))throw new Error("Target container is not a DOM element.");if(e==null||!ps(e))throw new Error("parentComponent must be a valid React Component");return ib(e,t,a,!1,u)}function u5(e){if(!rm(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=kv(e)&&e._reactRootContainer===void 0;t&&m("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.unmount()?")}if(e._reactRootContainer){{var a=Sx(e),u=a&&!yu(a);u&&m("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return wl(function(){ib(null,null,e,!1,function(){e._reactRootContainer=null,OT(e)})}),!0}else{{var c=Sx(e),v=!!(c&&yu(c)),y=e.nodeType===Lr&&rm(e.parentNode)&&!!e.parentNode._reactRootContainer;v&&m("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s",y?"You may have accidentally passed in a React root node instead of its container.":"Instead, have the parent component update its state and rerender in order to remove this component.")}return!1}}He(V9),dg(j9),Ds(K9),Wp(wi),vg(Es),(typeof Map!="function"||Map.prototype==null||typeof Map.prototype.forEach!="function"||typeof Set!="function"||Set.prototype==null||typeof Set.prototype.clear!="function"||typeof Set.prototype.forEach!="function")&&m("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),Wh(f$),Uc(Jk,e9,wl);function s5(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!rb(t))throw new Error("Target container is not a DOM element.");return H9(e,t,null,a)}function c5(e,t,a,u){return l5(e,t,a,u)}var kx={usingClientEntryPoint:!1,Events:[yu,If,Kg,zc,cs,Jk]};function f5(e,t){return kx.usingClientEntryPoint||m('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),G9(e,t)}function d5(e,t,a){return kx.usingClientEntryPoint||m('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),e5(e,t,a)}function p5(e){return Q2()&&m("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."),wl(e)}var v5=J9({findFiberByHostInstance:zs,bundleType:1,version:vx,rendererPackageName:"react-dom"});if(!v5&&gt&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var BD=window.location.protocol;/^(https?|file):$/.test(BD)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(BD==="file:"?`
171
+ You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}ui.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=kx,ui.createPortal=s5,ui.createRoot=f5,ui.findDOMNode=i5,ui.flushSync=p5,ui.hydrate=a5,ui.hydrateRoot=d5,ui.render=o5,ui.unmountComponentAtNode=u5,ui.unstable_batchedUpdates=Jk,ui.unstable_renderSubtreeIntoContainer=c5,ui.version=vx,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),ui}function fC(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(process.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(fC)}catch(o){console.error(o)}}}process.env.NODE_ENV==="production"?(fC(),Ob.exports=B6()):Ob.exports=H6();var zb=Ob.exports;const dC=F6(zb),pC={border:0,clip:"rect(0 0 0 0)",clipPath:"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"};function I6(o={}){let{style:i,isFocusable:l}=o,[f,p]=E.useState(!1),{focusWithinProps:h}=km({isDisabled:!l,onFocusWithinChange:S=>p(S)}),m=E.useMemo(()=>f?i:i?{...pC,...i}:pC,[f]);return{visuallyHiddenProps:{...h,style:m}}}function V6(o){let{children:i,elementType:l="div",isFocusable:f,style:p,...h}=o,{visuallyHiddenProps:m}=I6(o);return E.createElement(l,Dt(h,m),i)}function j6(o){return o&&o.__esModule?o.default:o}const lc={top:"top",bottom:"top",left:"left",right:"left"},$m={top:"bottom",bottom:"top",left:"right",right:"left"},K6={top:"left",left:"top"},Ub={top:"height",left:"width"},vC={width:"totalWidth",height:"totalHeight"},Lm={};let si=typeof document<"u"&&window.visualViewport;function mC(o){let i=0,l=0,f=0,p=0,h=0,m=0,S={},w=(si==null?void 0:si.scale)>1;if(o.tagName==="BODY"){let T=document.documentElement;f=T.clientWidth,p=T.clientHeight;var C;i=(C=si==null?void 0:si.width)!==null&&C!==void 0?C:f;var R;l=(R=si==null?void 0:si.height)!==null&&R!==void 0?R:p,S.top=T.scrollTop||o.scrollTop,S.left=T.scrollLeft||o.scrollLeft,si&&(h=si.offsetTop,m=si.offsetLeft)}else({width:i,height:l,top:h,left:m}=uc(o)),S.top=o.scrollTop,S.left=o.scrollLeft,f=i,p=l;return Nx()&&(o.tagName==="BODY"||o.tagName==="HTML")&&w&&(S.top=0,S.left=0,h=si.pageTop,m=si.pageLeft),{width:i,height:l,totalWidth:f,totalHeight:p,scroll:S,top:h,left:m}}function W6(o){return{top:o.scrollTop,left:o.scrollLeft,width:o.scrollWidth,height:o.scrollHeight}}function hC(o,i,l,f,p,h,m){let S=p.scroll[o],w=f[Ub[o]],C=f.scroll[lc[o]]+h,R=w+f.scroll[lc[o]]-h,T=i-S+m[o]-f[lc[o]],D=i-S+l+m[o]-f[lc[o]];return T<C?C-T:D>R?Math.max(R-D,C-T):0}function Y6(o){let i=window.getComputedStyle(o);return{top:parseInt(i.marginTop,10)||0,bottom:parseInt(i.marginBottom,10)||0,left:parseInt(i.marginLeft,10)||0,right:parseInt(i.marginRight,10)||0}}function gC(o){if(Lm[o])return Lm[o];let[i,l]=o.split(" "),f=lc[i]||"right",p=K6[f];lc[l]||(l="center");let h=Ub[f],m=Ub[p];return Lm[o]={placement:i,crossPlacement:l,axis:f,crossAxis:p,size:h,crossSize:m},Lm[o]}function Bb(o,i,l,f,p,h,m,S,w,C){let{placement:R,crossPlacement:T,axis:D,crossAxis:P,size:A,crossSize:z}=f,O={};O[P]=o[P],T==="center"?O[P]+=(o[z]-l[z])/2:T!==P&&(O[P]+=o[z]-l[z]),O[P]+=h;const oe=o[P]-l[z]+w+C,le=o[P]+o[z]-w-C;if(O[P]=ec(O[P],oe,le),R===D){const W=S?m[A]:i[vC[A]];O[$m[D]]=Math.floor(W-o[D]+p)}else O[D]=Math.floor(o[D]+o[A]+p);return O}function Q6(o,i,l,f,p,h,m,S){const w=f?l.height:i[vC.height];let C=o.top!=null?l.top+o.top:l.top+(w-o.bottom-m),R=S!=="top"?Math.max(0,i.height+i.top+i.scroll.top-C-(p.top+p.bottom+h)):Math.max(0,C+m-(i.top+i.scroll.top)-(p.top+p.bottom+h));return Math.min(i.height-h*2,R)}function yC(o,i,l,f,p,h){let{placement:m,axis:S,size:w}=h;return m===S?Math.max(0,l[S]-o[S]-o.scroll[S]+i[S]-f[S]-f[$m[S]]-p):Math.max(0,o[w]+o[S]+o.scroll[S]-i[S]-l[S]-l[w]-f[S]-f[$m[S]]-p)}function X6(o,i,l,f,p,h,m,S,w,C,R,T,D,P,A,z){let O=gC(o),{size:oe,crossAxis:le,crossSize:W,placement:ie,crossPlacement:F}=O,ve=Bb(i,S,l,O,R,T,C,D,A,z),be=R,$=yC(S,C,i,p,h+R,O);if(m&&f[oe]>$){let G=gC(`${$m[ie]} ${F}`),j=Bb(i,S,l,G,R,T,C,D,A,z);yC(S,C,i,p,h+R,G)>$&&(O=G,ve=j,be=R)}let ge="bottom";O.axis==="top"?O.placement==="top"?ge="top":O.placement==="bottom"&&(ge="bottom"):O.crossAxis==="top"&&(O.crossPlacement==="top"?ge="bottom":O.crossPlacement==="bottom"&&(ge="top"));let J=hC(le,ve[le],l[W],S,w,h,C);ve[le]+=J;let Q=Q6(ve,S,C,D,p,h,l.height,ge);P&&P<Q&&(Q=P),l.height=Math.min(l.height,Q),ve=Bb(i,S,l,O,be,T,C,D,A,z),J=hC(le,ve[le],l[W],S,w,h,C),ve[le]+=J;let Ce={},K=i[le]+.5*i[W]-l[le];const ae=A/2+z,Re=l[W]-A/2-z,Xe=i[le]-l[le]+A/2,_e=i[le]+i[W]-l[le]-A/2,he=ec(K,Xe,_e);return Ce[le]=ec(he,ae,Re),{position:ve,maxHeight:Q,arrowOffsetLeft:Ce.left,arrowOffsetTop:Ce.top,placement:O.placement}}function Z6(o){let{placement:i,targetNode:l,overlayNode:f,scrollNode:p,padding:h,shouldFlip:m,boundaryElement:S,offset:w,crossOffset:C,maxHeight:R,arrowSize:T=0,arrowBoundaryOffset:D=0}=o,P=f instanceof HTMLElement?J6(f):document.documentElement,A=P===document.documentElement;const z=window.getComputedStyle(P).position;let O=!!z&&z!=="static",oe=A?uc(l):bC(l,P);if(!A){let{marginTop:$,marginLeft:ge}=window.getComputedStyle(l);oe.top+=parseInt($,10)||0,oe.left+=parseInt(ge,10)||0}let le=uc(f),W=Y6(f);le.width+=W.left+W.right,le.height+=W.top+W.bottom;let ie=W6(p),F=mC(S),ve=mC(P),be=S.tagName==="BODY"?uc(P):bC(P,S);return P.tagName==="HTML"&&S.tagName==="BODY"&&(ve.scroll.top=0,ve.scroll.left=0),X6(i,oe,le,ie,W,h,m,F,ve,be,w,C,O,R,T,D)}function uc(o){let{top:i,left:l,width:f,height:p}=o.getBoundingClientRect(),{scrollTop:h,scrollLeft:m,clientTop:S,clientLeft:w}=document.documentElement;return{top:i+h-S,left:l+m-w,width:f,height:p}}function bC(o,i){let l=window.getComputedStyle(o),f;if(l.position==="fixed"){let{top:p,left:h,width:m,height:S}=o.getBoundingClientRect();f={top:p,left:h,width:m,height:S}}else{f=uc(o);let p=uc(i),h=window.getComputedStyle(i);p.top+=(parseInt(h.borderTopWidth,10)||0)-i.scrollTop,p.left+=(parseInt(h.borderLeftWidth,10)||0)-i.scrollLeft,f.top-=p.top,f.left-=p.left}return f.top-=parseInt(l.marginTop,10)||0,f.left-=parseInt(l.marginLeft,10)||0,f}function J6(o){let i=o.offsetParent;if(i&&i===document.body&&window.getComputedStyle(i).position==="static"&&!SC(i)&&(i=document.documentElement),i==null)for(i=o.parentElement;i&&!SC(i);)i=i.parentElement;return i||document.documentElement}function SC(o){let i=window.getComputedStyle(o);return i.transform!=="none"||/transform|perspective/.test(i.willChange)||i.filter!=="none"||i.contain==="paint"||"backdropFilter"in i&&i.backdropFilter!=="none"||"WebkitBackdropFilter"in i&&i.WebkitBackdropFilter!=="none"}const kC=new WeakMap;function G6(o){let{triggerRef:i,isOpen:l,onClose:f}=o;E.useEffect(()=>{if(!l||f===null)return;let p=h=>{let m=h.target;if(!i.current||m instanceof Node&&!m.contains(i.current))return;let S=f||kC.get(i.current);S&&S()};return window.addEventListener("scroll",p,!0),()=>{window.removeEventListener("scroll",p,!0)}},[l,f,i])}let Pn=typeof document<"u"&&window.visualViewport;function q6(o){let{direction:i}=Uu(),{arrowSize:l=0,targetRef:f,overlayRef:p,scrollRef:h=p,placement:m="bottom",containerPadding:S=12,shouldFlip:w=!0,boundaryElement:C=typeof document<"u"?document.body:null,offset:R=0,crossOffset:T=0,shouldUpdatePosition:D=!0,isOpen:P=!0,onClose:A,maxHeight:z,arrowBoundaryOffset:O=0}=o,[oe,le]=E.useState({position:{},arrowOffsetLeft:void 0,arrowOffsetTop:void 0,maxHeight:void 0,placement:void 0}),W=[D,m,p.current,f.current,h.current,S,w,C,R,T,P,i,z,O,l],ie=E.useRef(Pn==null?void 0:Pn.scale);E.useEffect(()=>{P&&(ie.current=Pn==null?void 0:Pn.scale)},[P]);let F=E.useCallback(()=>{if(D===!1||!P||!p.current||!f.current||!h.current||!C||(Pn==null?void 0:Pn.scale)!==ie.current)return;!z&&p.current&&(p.current.style.maxHeight="none");let $=Z6({placement:t8(m,i),overlayNode:p.current,targetNode:f.current,scrollNode:h.current,padding:S,shouldFlip:w,boundaryElement:C,offset:R,crossOffset:T,maxHeight:z,arrowSize:l,arrowBoundaryOffset:O});Object.keys($.position).forEach(ge=>p.current.style[ge]=$.position[ge]+"px"),p.current.style.maxHeight=$.maxHeight!=null?$.maxHeight+"px":void 0,le($)},W);tn(F,W),e8(F),cb({ref:p,onResize:F});let ve=E.useRef(!1);tn(()=>{let $,ge=()=>{ve.current=!0,clearTimeout($),$=setTimeout(()=>{ve.current=!1},500),F()},J=()=>{ve.current&&ge()};return Pn==null||Pn.addEventListener("resize",ge),Pn==null||Pn.addEventListener("scroll",J),()=>{Pn==null||Pn.removeEventListener("resize",ge),Pn==null||Pn.removeEventListener("scroll",J)}},[F]);let be=E.useCallback(()=>{ve.current||A()},[A,ve]);return G6({triggerRef:f,isOpen:P,onClose:A&&be}),{overlayProps:{style:{position:"absolute",zIndex:1e5,...oe.position,maxHeight:oe.maxHeight}},placement:oe.placement,arrowProps:{"aria-hidden":"true",role:"presentation",style:{left:oe.arrowOffsetLeft,top:oe.arrowOffsetTop}},updatePosition:F}}function e8(o){tn(()=>(window.addEventListener("resize",o,!1),()=>{window.removeEventListener("resize",o,!1)}),[o])}function t8(o,i){return i==="rtl"?o.replace("start","right").replace("end","left"):o.replace("start","left").replace("end","right")}const Lo=[];function n8(o,i){let{onClose:l,shouldCloseOnBlur:f,isOpen:p,isDismissable:h=!1,isKeyboardDismissDisabled:m=!1,shouldCloseOnInteractOutside:S}=o;E.useEffect(()=>(p&&Lo.push(i),()=>{let A=Lo.indexOf(i);A>=0&&Lo.splice(A,1)}),[p,i]);let w=()=>{Lo[Lo.length-1]===i&&l&&l()},C=A=>{(!S||S(A.target))&&Lo[Lo.length-1]===i&&(A.stopPropagation(),A.preventDefault())},R=A=>{(!S||S(A.target))&&(Lo[Lo.length-1]===i&&(A.stopPropagation(),A.preventDefault()),w())},T=A=>{A.key==="Escape"&&!m&&(A.stopPropagation(),A.preventDefault(),w())};ew({ref:i,onInteractOutside:h&&p?R:null,onInteractOutsideStart:C});let{focusWithinProps:D}=km({isDisabled:!f,onBlurWithin:A=>{!A.relatedTarget||XR(A.relatedTarget)||(!S||S(A.relatedTarget))&&l()}}),P=A=>{A.target===A.currentTarget&&A.preventDefault()};return{overlayProps:{onKeyDown:T,...D},underlayProps:{onPointerDown:P}}}function r8(o,i,l){let{type:f}=o,{isOpen:p}=i;E.useEffect(()=>{l&&l.current&&kC.set(l.current,i.close)});let h;f==="menu"?h=!0:f==="listbox"&&(h="listbox");let m=Yi();return{triggerProps:{"aria-haspopup":h,"aria-expanded":p,"aria-controls":p?m:null,onPress:i.toggle},overlayProps:{id:m}}}const Hb=typeof document<"u"&&window.visualViewport,i8=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);let Om=0,Ib;function a8(o={}){let{isDisabled:i}=o;tn(()=>{if(!i)return Om++,Om===1&&(md()?Ib=l8():Ib=o8()),()=>{Om--,Om===0&&Ib()}},[i])}function o8(){return nc(sc(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`),sc(document.documentElement,"overflow","hidden"))}function l8(){let o,i,l=C=>{o=fm(C.target,!0),!(o===document.documentElement&&o===document.body)&&o instanceof HTMLElement&&window.getComputedStyle(o).overscrollBehavior==="auto"&&(i=sc(o,"overscrollBehavior","contain"))},f=C=>{if(!o||o===document.documentElement||o===document.body){C.preventDefault();return}o.scrollHeight===o.clientHeight&&o.scrollWidth===o.clientWidth&&C.preventDefault()},p=C=>{let R=C.target;wC(R)&&R!==document.activeElement&&(C.preventDefault(),S(),R.style.transform="translateY(-2000px)",R.focus(),requestAnimationFrame(()=>{R.style.transform=""})),i&&i()},h=C=>{let R=C.target;wC(R)&&(S(),R.style.transform="translateY(-2000px)",requestAnimationFrame(()=>{R.style.transform="",Hb&&(Hb.height<window.innerHeight?requestAnimationFrame(()=>{xC(R)}):Hb.addEventListener("resize",()=>xC(R),{once:!0}))}))},m=null,S=()=>{if(m)return;let C=()=>{window.scrollTo(0,0)},R=window.pageXOffset,T=window.pageYOffset;m=nc(Ed(window,"scroll",C),sc(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`),sc(document.documentElement,"overflow","hidden"),sc(document.body,"marginTop",`-${T}px`),()=>{window.scrollTo(R,T)}),window.scrollTo(0,0)},w=nc(Ed(document,"touchstart",l,{passive:!1,capture:!0}),Ed(document,"touchmove",f,{passive:!1,capture:!0}),Ed(document,"touchend",p,{passive:!1,capture:!0}),Ed(document,"focus",h,!0));return()=>{i==null||i(),m==null||m(),w()}}function sc(o,i,l){let f=o.style[i];return o.style[i]=l,()=>{o.style[i]=f}}function Ed(o,i,l,f){return o.addEventListener(i,l,f),()=>{o.removeEventListener(i,l,f)}}function xC(o){let i=document.scrollingElement||document.documentElement;for(;o&&o!==i;){let l=fm(o);if(l!==document.documentElement&&l!==document.body&&l!==o){let f=l.getBoundingClientRect().top,p=o.getBoundingClientRect().top;p>f+o.clientHeight&&(l.scrollTop+=p-f)}o=l.parentElement}}function wC(o){return o instanceof HTMLInputElement&&!i8.has(o.type)||o instanceof HTMLTextAreaElement||o instanceof HTMLElement&&o.isContentEditable}var CC={};CC={"ar-AE":Ew,"bg-BG":_w,"cs-CZ":Tw,"da-DK":Dw,"de-DE":Rw,"el-GR":Pw,"en-US":Mw,"es-ES":Nw,"et-EE":$w,"fi-FI":Lw,"fr-FR":Ow,"he-IL":Aw,"hr-HR":Fw,"hu-HU":zw,"it-IT":Uw,"ja-JP":Bw,"ko-KR":Hw,"lt-LT":Iw,"lv-LV":Vw,"nb-NO":jw,"nl-NL":Kw,"pl-PL":Ww,"pt-BR":Yw,"pt-PT":Qw,"ro-RO":Xw,"ru-RU":Zw,"sk-SK":Jw,"sl-SI":Gw,"sr-SP":qw,"sv-SE":eC,"tr-TR":tC,"uk-UA":nC,"zh-CN":rC,"zh-TW":iC};function EC(o){let{onDismiss:i,...l}=o,f=Mm(j6(CC),"@react-aria/overlays"),p=Ox(l,f.format("dismiss")),h=()=>{i&&i()};return E.createElement(V6,null,E.createElement("button",{...p,tabIndex:-1,onClick:h,style:{width:1,height:1}}))}let _d=new WeakMap,Zi=[];function u8(o,i=document.body){let l=new Set(o),f=new Set,p=w=>{for(let D of w.querySelectorAll("[data-live-announcer], [data-react-aria-top-layer]"))l.add(D);let C=D=>{if(l.has(D)||f.has(D.parentElement)&&D.parentElement.getAttribute("role")!=="row")return NodeFilter.FILTER_REJECT;for(let P of l)if(D.contains(P))return NodeFilter.FILTER_SKIP;return NodeFilter.FILTER_ACCEPT},R=document.createTreeWalker(w,NodeFilter.SHOW_ELEMENT,{acceptNode:C}),T=C(w);if(T===NodeFilter.FILTER_ACCEPT&&h(w),T!==NodeFilter.FILTER_REJECT){let D=R.nextNode();for(;D!=null;)h(D),D=R.nextNode()}},h=w=>{var C;let R=(C=_d.get(w))!==null&&C!==void 0?C:0;w.getAttribute("aria-hidden")==="true"&&R===0||(R===0&&w.setAttribute("aria-hidden","true"),f.add(w),_d.set(w,R+1))};Zi.length&&Zi[Zi.length-1].disconnect(),p(i);let m=new MutationObserver(w=>{for(let C of w)if(!(C.type!=="childList"||C.addedNodes.length===0)&&![...l,...f].some(R=>R.contains(C.target))){for(let R of C.removedNodes)R instanceof Element&&(l.delete(R),f.delete(R));for(let R of C.addedNodes)(R instanceof HTMLElement||R instanceof SVGElement)&&(R.dataset.liveAnnouncer==="true"||R.dataset.reactAriaTopLayer==="true")?l.add(R):R instanceof Element&&p(R)}});m.observe(i,{childList:!0,subtree:!0});let S={observe(){m.observe(i,{childList:!0,subtree:!0})},disconnect(){m.disconnect()}};return Zi.push(S),()=>{m.disconnect();for(let w of f){let C=_d.get(w);C===1?(w.removeAttribute("aria-hidden"),_d.delete(w)):_d.set(w,C-1)}S===Zi[Zi.length-1]?(Zi.pop(),Zi.length&&Zi[Zi.length-1].observe()):Zi.splice(Zi.indexOf(S),1)}}function s8(o,i){let{triggerRef:l,popoverRef:f,isNonModal:p,isKeyboardDismissDisabled:h,shouldCloseOnInteractOutside:m,...S}=o,{overlayProps:w,underlayProps:C}=n8({isOpen:i.isOpen,onClose:i.close,shouldCloseOnBlur:!0,isDismissable:!p,isKeyboardDismissDisabled:h,shouldCloseOnInteractOutside:m},f),{overlayProps:R,arrowProps:T,placement:D}=q6({...S,targetRef:l,overlayRef:f,isOpen:i.isOpen,onClose:p?i.close:null});return a8({isDisabled:p||!i.isOpen}),tn(()=>{if(i.isOpen&&!p&&f.current)return u8([f.current])},[p,i.isOpen,f]),{popoverProps:Dt(w,R),arrowProps:T,underlayProps:C,placement:D}}const c8=E.createContext(null);function f8(o){let i=tc(),{portalContainer:l=i?null:document.body,isExiting:f}=o,[p,h]=E.useState(!1),m=E.useMemo(()=>({contain:p,setContain:h}),[p,h]);if(!l)return null;let S=o.children;return o.disableFocusManagement||(S=E.createElement(ow,{restoreFocus:!0,contain:p&&!f},S)),S=E.createElement(c8.Provider,{value:m},E.createElement(PR,null,S)),dC.createPortal(S,l)}function Vb(o){return uR()?o.altKey:o.ctrlKey}function cc(o){return Ou()?o.metaKey:o.ctrlKey}const d8=1e3;function p8(o){let{keyboardDelegate:i,selectionManager:l,onTypeSelect:f}=o,p=E.useRef({search:"",timeout:null}).current,h=m=>{let S=v8(m.key);if(!S||m.ctrlKey||m.metaKey||!m.currentTarget.contains(m.target))return;S===" "&&p.search.trim().length>0&&(m.preventDefault(),"continuePropagation"in m||m.stopPropagation()),p.search+=S;let w=i.getKeyForSearch(p.search,l.focusedKey);w==null&&(w=i.getKeyForSearch(p.search)),w!=null&&(l.setFocusedKey(w),f&&f(w)),clearTimeout(p.timeout),p.timeout=setTimeout(()=>{p.search=""},d8)};return{typeSelectProps:{onKeyDownCapture:i.getKeyForSearch?h:null}}}function v8(o){return o.length===1||!/^[A-Z]/i.test(o)?o:""}function m8(o){let{selectionManager:i,keyboardDelegate:l,ref:f,autoFocus:p=!1,shouldFocusWrap:h=!1,disallowEmptySelection:m=!1,disallowSelectAll:S=!1,selectOnFocus:w=i.selectionBehavior==="replace",disallowTypeAhead:C=!1,shouldUseVirtualFocus:R,allowsTabNavigation:T=!1,isVirtualized:D,scrollRef:P=f,linkBehavior:A="action"}=o,{direction:z}=Uu(),O=sm(),oe=J=>{if(J.altKey&&J.key==="Tab"&&J.preventDefault(),!f.current.contains(J.target))return;const Q=(j,Pe)=>{if(j!=null){if(i.isLink(j)&&A==="selection"&&w&&!Vb(J)){zb.flushSync(()=>{i.setFocusedKey(j,Pe)});let ee=P.current.querySelector(`[data-key="${CSS.escape(j.toString())}"]`);O.open(ee,J);return}if(i.setFocusedKey(j,Pe),i.isLink(j)&&A==="override")return;J.shiftKey&&i.selectionMode==="multiple"?i.extendSelection(j):w&&!Vb(J)&&i.replaceSelection(j)}};switch(J.key){case"ArrowDown":if(l.getKeyBelow){var Ce,K;J.preventDefault();let j=i.focusedKey!=null?l.getKeyBelow(i.focusedKey):(Ce=l.getFirstKey)===null||Ce===void 0?void 0:Ce.call(l);j==null&&h&&(j=(K=l.getFirstKey)===null||K===void 0?void 0:K.call(l,i.focusedKey)),Q(j)}break;case"ArrowUp":if(l.getKeyAbove){var ae,Re;J.preventDefault();let j=i.focusedKey!=null?l.getKeyAbove(i.focusedKey):(ae=l.getLastKey)===null||ae===void 0?void 0:ae.call(l);j==null&&h&&(j=(Re=l.getLastKey)===null||Re===void 0?void 0:Re.call(l,i.focusedKey)),Q(j)}break;case"ArrowLeft":if(l.getKeyLeftOf){var Xe,_e;J.preventDefault();let j=l.getKeyLeftOf(i.focusedKey);j==null&&h&&(j=z==="rtl"?(Xe=l.getFirstKey)===null||Xe===void 0?void 0:Xe.call(l,i.focusedKey):(_e=l.getLastKey)===null||_e===void 0?void 0:_e.call(l,i.focusedKey)),Q(j,z==="rtl"?"first":"last")}break;case"ArrowRight":if(l.getKeyRightOf){var he,G;J.preventDefault();let j=l.getKeyRightOf(i.focusedKey);j==null&&h&&(j=z==="rtl"?(he=l.getLastKey)===null||he===void 0?void 0:he.call(l,i.focusedKey):(G=l.getFirstKey)===null||G===void 0?void 0:G.call(l,i.focusedKey)),Q(j,z==="rtl"?"last":"first")}break;case"Home":if(l.getFirstKey){J.preventDefault();let j=l.getFirstKey(i.focusedKey,cc(J));i.setFocusedKey(j),cc(J)&&J.shiftKey&&i.selectionMode==="multiple"?i.extendSelection(j):w&&i.replaceSelection(j)}break;case"End":if(l.getLastKey){J.preventDefault();let j=l.getLastKey(i.focusedKey,cc(J));i.setFocusedKey(j),cc(J)&&J.shiftKey&&i.selectionMode==="multiple"?i.extendSelection(j):w&&i.replaceSelection(j)}break;case"PageDown":if(l.getKeyPageBelow){J.preventDefault();let j=l.getKeyPageBelow(i.focusedKey);Q(j)}break;case"PageUp":if(l.getKeyPageAbove){J.preventDefault();let j=l.getKeyPageAbove(i.focusedKey);Q(j)}break;case"a":cc(J)&&i.selectionMode==="multiple"&&S!==!0&&(J.preventDefault(),i.selectAll());break;case"Escape":J.preventDefault(),m||i.clearSelection();break;case"Tab":if(!T){if(J.shiftKey)f.current.focus();else{let j=$o(f.current,{tabbable:!0}),Pe,ee;do ee=j.lastChild(),ee&&(Pe=ee);while(ee);Pe&&!Pe.contains(document.activeElement)&&Ro(Pe)}break}}},le=E.useRef({top:0,left:0});Ax(P,"scroll",D?null:()=>{le.current={top:P.current.scrollTop,left:P.current.scrollLeft}});let W=J=>{if(i.isFocused){J.currentTarget.contains(J.target)||i.setFocused(!1);return}if(J.currentTarget.contains(J.target)){if(i.setFocused(!0),i.focusedKey==null){let K=Re=>{Re!=null&&(i.setFocusedKey(Re),w&&i.replaceSelection(Re))},ae=J.relatedTarget;var Q,Ce;ae&&J.currentTarget.compareDocumentPosition(ae)&Node.DOCUMENT_POSITION_FOLLOWING?K((Q=i.lastSelectedKey)!==null&&Q!==void 0?Q:l.getLastKey()):K((Ce=i.firstSelectedKey)!==null&&Ce!==void 0?Ce:l.getFirstKey())}else D||(P.current.scrollTop=le.current.top,P.current.scrollLeft=le.current.left);if(!D&&i.focusedKey!=null){let K=P.current.querySelector(`[data-key="${CSS.escape(i.focusedKey.toString())}"]`);K&&(K.contains(document.activeElement)||Ro(K),Sb()==="keyboard"&&Ux(K,{containingElement:f.current}))}}},ie=J=>{J.currentTarget.contains(J.relatedTarget)||i.setFocused(!1)};const F=E.useRef(p);E.useEffect(()=>{if(F.current){let J=null;p==="first"&&(J=l.getFirstKey()),p==="last"&&(J=l.getLastKey());let Q=i.selectedKeys;if(Q.size){for(let Ce of Q)if(i.canSelectItem(Ce)){J=Ce;break}}i.setFocused(!0),i.setFocusedKey(J),J==null&&!R&&Sd(f.current)}},[]);let ve=E.useRef(i.focusedKey);E.useEffect(()=>{let J=Sb();if(i.isFocused&&i.focusedKey!=null&&(P!=null&&P.current)){let Q=P.current.querySelector(`[data-key="${CSS.escape(i.focusedKey.toString())}"]`);Q&&(J==="keyboard"||F.current)&&(D||Fx(P.current,Q),J!=="virtual"&&Ux(Q,{containingElement:f.current}))}i.isFocused&&i.focusedKey==null&&ve.current!=null&&Sd(f.current),ve.current=i.focusedKey,F.current=!1},[D,P,i.focusedKey,i.isFocused,f]);let be={onKeyDown:oe,onFocus:W,onBlur:ie,onMouseDown(J){P.current===J.target&&J.preventDefault()}},{typeSelectProps:$}=p8({keyboardDelegate:l,selectionManager:i});C||(be=Dt($,be));let ge;return R||(ge=i.focusedKey==null?0:-1),{collectionProps:{...be,tabIndex:ge}}}function h8(o){let{selectionManager:i,key:l,ref:f,shouldSelectOnPressUp:p,shouldUseVirtualFocus:h,focus:m,isDisabled:S,onAction:w,allowsDifferentPressOrigin:C,linkBehavior:R="action"}=o,T=sm(),D=_e=>{if(_e.pointerType==="keyboard"&&Vb(_e))i.toggleSelection(l);else{if(i.selectionMode==="none")return;if(i.isLink(l)){if(R==="selection"){T.open(f.current,_e),i.setSelectedKeys(i.selectedKeys);return}else if(R==="override"||R==="none")return}i.selectionMode==="single"?i.isSelected(l)&&!i.disallowEmptySelection?i.toggleSelection(l):i.replaceSelection(l):_e&&_e.shiftKey?i.extendSelection(l):i.selectionBehavior==="toggle"||_e&&(cc(_e)||_e.pointerType==="touch"||_e.pointerType==="virtual")?i.toggleSelection(l):i.replaceSelection(l)}};E.useEffect(()=>{l===i.focusedKey&&i.isFocused&&!h&&(m?m():document.activeElement!==f.current&&Sd(f.current))},[f,l,i.focusedKey,i.childFocusStrategy,i.isFocused,h]),S=S||i.isDisabled(l);let P={};!h&&!S?P={tabIndex:l===i.focusedKey?0:-1,onFocus(_e){_e.target===f.current&&i.setFocusedKey(l)}}:S&&(P.onMouseDown=_e=>{_e.preventDefault()});let A=i.isLink(l)&&R==="override",z=i.isLink(l)&&R!=="selection"&&R!=="none",O=!S&&i.canSelectItem(l)&&!A,oe=(w||z)&&!S,le=oe&&(i.selectionBehavior==="replace"?!O:!O||i.isEmpty),W=oe&&O&&i.selectionBehavior==="replace",ie=le||W,F=E.useRef(null),ve=ie&&O,be=E.useRef(!1),$=E.useRef(!1),ge=_e=>{w&&w(),z&&T.open(f.current,_e)},J={};p?(J.onPressStart=_e=>{F.current=_e.pointerType,be.current=ve,_e.pointerType==="keyboard"&&(!ie||TC())&&D(_e)},C?(J.onPressUp=le?null:_e=>{_e.pointerType!=="keyboard"&&O&&D(_e)},J.onPress=le?ge:null):J.onPress=_e=>{if(le||W&&_e.pointerType!=="mouse"){if(_e.pointerType==="keyboard"&&!_C())return;ge(_e)}else _e.pointerType!=="keyboard"&&O&&D(_e)}):(J.onPressStart=_e=>{F.current=_e.pointerType,be.current=ve,$.current=le,O&&(_e.pointerType==="mouse"&&!le||_e.pointerType==="keyboard"&&(!oe||TC()))&&D(_e)},J.onPress=_e=>{(_e.pointerType==="touch"||_e.pointerType==="pen"||_e.pointerType==="virtual"||_e.pointerType==="keyboard"&&ie&&_C()||_e.pointerType==="mouse"&&$.current)&&(ie?ge(_e):O&&D(_e))}),P["data-key"]=l,J.preventFocusOnPress=h;let{pressProps:Q,isPressed:Ce}=gd(J),K=W?_e=>{F.current==="mouse"&&(_e.stopPropagation(),_e.preventDefault(),ge(_e))}:void 0,{longPressProps:ae}=rw({isDisabled:!ve,onLongPress(_e){_e.pointerType==="touch"&&(D(_e),i.setSelectionBehavior("toggle"))}}),Re=_e=>{F.current==="touch"&&be.current&&_e.preventDefault()},Xe=i.isLink(l)?_e=>{Au.isOpening||_e.preventDefault()}:void 0;return{itemProps:Dt(P,O||le?Q:{},ve?ae:{},{onDoubleClick:K,onDragStartCapture:Re,onClick:Xe}),isPressed:Ce,isSelected:i.isSelected(l),isFocused:i.isFocused&&i.focusedKey===l,isDisabled:S,allowsSelection:O,hasAction:ie}}function _C(){let o=window.event;return(o==null?void 0:o.key)==="Enter"}function TC(){let o=window.event;return(o==null?void 0:o.key)===" "||(o==null?void 0:o.code)==="Space"}class g8{getNextKey(i){for(i=this.collection.getKeyAfter(i);i!=null;){if(this.collection.getItem(i).type==="item"&&!this.disabledKeys.has(i))return i;i=this.collection.getKeyAfter(i)}return null}getPreviousKey(i){for(i=this.collection.getKeyBefore(i);i!=null;){if(this.collection.getItem(i).type==="item"&&!this.disabledKeys.has(i))return i;i=this.collection.getKeyBefore(i)}return null}findKey(i,l,f){let p=this.getItem(i);if(!p)return null;let h=p.getBoundingClientRect();do i=l(i),p=this.getItem(i);while(p&&f(h,p.getBoundingClientRect()));return i}isSameRow(i,l){return i.top===l.top||i.left!==l.left}isSameColumn(i,l){return i.left===l.left||i.top!==l.top}getKeyBelow(i){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(i,l=>this.getNextKey(l),this.isSameRow):this.getNextKey(i)}getKeyAbove(i){return this.layout==="grid"&&this.orientation==="vertical"?this.findKey(i,l=>this.getPreviousKey(l),this.isSameRow):this.getPreviousKey(i)}getNextColumn(i,l){return l?this.getPreviousKey(i):this.getNextKey(i)}getKeyRightOf(i){return this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(i,this.direction==="rtl"):this.findKey(i,l=>this.getNextColumn(l,this.direction==="rtl"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(i,this.direction==="rtl"):null}getKeyLeftOf(i){return this.layout==="grid"?this.orientation==="vertical"?this.getNextColumn(i,this.direction==="ltr"):this.findKey(i,l=>this.getNextColumn(l,this.direction==="ltr"),this.isSameColumn):this.orientation==="horizontal"?this.getNextColumn(i,this.direction==="ltr"):null}getFirstKey(){let i=this.collection.getFirstKey();for(;i!=null;){let l=this.collection.getItem(i);if((l==null?void 0:l.type)==="item"&&!this.disabledKeys.has(i))return i;i=this.collection.getKeyAfter(i)}return null}getLastKey(){let i=this.collection.getLastKey();for(;i!=null;){if(this.collection.getItem(i).type==="item"&&!this.disabledKeys.has(i))return i;i=this.collection.getKeyBefore(i)}return null}getItem(i){return this.ref.current.querySelector(`[data-key="${CSS.escape(i.toString())}"]`)}getKeyPageAbove(i){let l=this.ref.current,f=this.getItem(i);if(!f)return null;if(!dm(l))return this.getFirstKey();let p=l.getBoundingClientRect(),h=f.getBoundingClientRect();if(this.orientation==="horizontal"){let m=p.x-l.scrollLeft,S=Math.max(0,h.x-m+h.width-p.width);for(;f&&h.x-m>S;)i=this.getKeyAbove(i),f=i==null?null:this.getItem(i),h=f==null?void 0:f.getBoundingClientRect()}else{let m=p.y-l.scrollTop,S=Math.max(0,h.y-m+h.height-p.height);for(;f&&h.y-m>S;)i=this.getKeyAbove(i),f=i==null?null:this.getItem(i),h=f==null?void 0:f.getBoundingClientRect()}return i??this.getFirstKey()}getKeyPageBelow(i){let l=this.ref.current,f=this.getItem(i);if(!f)return null;if(!dm(l))return this.getLastKey();let p=l.getBoundingClientRect(),h=f.getBoundingClientRect();if(this.orientation==="horizontal"){let m=p.x-l.scrollLeft,S=Math.min(l.scrollWidth,h.x-m-h.width+p.width);for(;f&&h.x-m<S;)i=this.getKeyBelow(i),f=i==null?null:this.getItem(i),h=f==null?void 0:f.getBoundingClientRect()}else{let m=p.y-l.scrollTop,S=Math.min(l.scrollHeight,h.y-m-h.height+p.height);for(;f&&h.y-m<S;)i=this.getKeyBelow(i),f=i==null?null:this.getItem(i),h=f==null?void 0:f.getBoundingClientRect()}return i??this.getLastKey()}getKeyForSearch(i,l){if(!this.collator)return null;let f=this.collection,p=l||this.getFirstKey();for(;p!=null;){let h=f.getItem(p),m=h.textValue.slice(0,i.length);if(h.textValue&&this.collator.compare(m,i)===0)return p;p=this.getKeyBelow(p)}return null}constructor(...i){if(i.length===1){let l=i[0];this.collection=l.collection,this.ref=l.ref,this.collator=l.collator,this.disabledKeys=l.disabledKeys||new Set,this.orientation=l.orientation,this.direction=l.direction,this.layout=l.layout||"stack"}else this.collection=i[0],this.disabledKeys=i[1],this.ref=i[2],this.collator=i[3],this.layout="stack",this.orientation="vertical";this.layout==="stack"&&this.orientation==="vertical"&&(this.getKeyLeftOf=void 0,this.getKeyRightOf=void 0)}}function y8(o){let{selectionManager:i,collection:l,disabledKeys:f,ref:p,keyboardDelegate:h}=o,m=w6({usage:"search",sensitivity:"base"}),S=i.disabledBehavior,w=E.useMemo(()=>h||new g8(l,S==="selection"?new Set:f,p,m),[h,l,f,p,m,S]),{collectionProps:C}=m8({...o,ref:p,selectionManager:i,keyboardDelegate:w});return{listProps:C}}class b8{build(i,l){return this.context=l,DC(()=>this.iterateCollection(i))}*iterateCollection(i){let{children:l,items:f}=i;if(typeof l=="function"){if(!f)throw new Error("props.children was a function but props.items is missing");for(let p of i.items)yield*this.getFullNode({value:p},{renderer:l})}else{let p=[];E.Children.forEach(l,m=>{p.push(m)});let h=0;for(let m of p){let S=this.getFullNode({element:m,index:h},{});for(let w of S)h++,yield w}}}getKey(i,l,f,p){if(i.key!=null)return i.key;if(l.type==="cell"&&l.key!=null)return`${p}${l.key}`;let h=l.value;if(h!=null){var m;let S=(m=h.key)!==null&&m!==void 0?m:h.id;if(S==null)throw new Error("No key found for item");return S}return p?`${p}.${l.index}`:`$.${l.index}`}getChildState(i,l){return{renderer:l.renderer||i.renderer}}*getFullNode(i,l,f,p){let h=i.element;if(!h&&i.value&&l&&l.renderer){let w=this.cache.get(i.value);if(w&&(!w.shouldInvalidate||!w.shouldInvalidate(this.context))){w.index=i.index,w.parentKey=p?p.key:null,yield w;return}h=l.renderer(i.value)}if(E.isValidElement(h)){let w=h.type;if(typeof w!="function"&&typeof w.getCollectionNode!="function"){let D=typeof h.type=="function"?h.type.name:h.type;throw new Error(`Unknown element <${D}> in collection.`)}let C=w.getCollectionNode(h.props,this.context),R=i.index,T=C.next();for(;!T.done&&T.value;){let D=T.value;i.index=R;let P=D.key;P||(P=D.element?null:this.getKey(h,i,l,f));let z=[...this.getFullNode({...D,key:P,index:R,wrapper:S8(i.wrapper,D.wrapper)},this.getChildState(l,D),f?`${f}${h.key}`:h.key,p)];for(let O of z){if(O.value=D.value||i.value,O.value&&this.cache.set(O.value,O),i.type&&O.type!==i.type)throw new Error(`Unsupported type <${jb(O.type)}> in <${jb(p.type)}>. Only <${jb(i.type)}> is supported.`);R++,yield O}T=C.next(z)}return}if(i.key==null)return;let m=this,S={type:i.type,props:i.props,key:i.key,parentKey:p?p.key:null,value:i.value,level:p?p.level+1:0,index:i.index,rendered:i.rendered,textValue:i.textValue,"aria-label":i["aria-label"],wrapper:i.wrapper,shouldInvalidate:i.shouldInvalidate,hasChildNodes:i.hasChildNodes,childNodes:DC(function*(){if(!i.hasChildNodes)return;let w=0;for(let C of i.childNodes()){C.key!=null&&(C.key=`${S.key}${C.key}`),C.index=w;let R=m.getFullNode(C,m.getChildState(l,C),S.key,S);for(let T of R)w++,yield T}})};yield S}constructor(){this.cache=new WeakMap}}function DC(o){let i=[],l=null;return{*[Symbol.iterator](){for(let f of i)yield f;l||(l=o());for(let f of l)i.push(f),yield f}}}function S8(o,i){if(o&&i)return l=>o(i(l));if(o)return o;if(i)return i}function jb(o){return o[0].toUpperCase()+o.slice(1)}function k8(o,i,l){let f=E.useMemo(()=>new b8,[]),{children:p,items:h,collection:m}=o;return E.useMemo(()=>{if(m)return m;let w=f.build({children:p,items:h},l);return i(w)},[f,p,h,m,l,i])}function RC(o,i){return typeof i.getChildren=="function"?i.getChildren(o.key):o.childNodes}function x8(o){return w8(o,0)}function w8(o,i){if(i<0)return;let l=0;for(let f of o){if(l===i)return f;l++}}function Kb(o,i,l){if(i.parentKey===l.parentKey)return i.index-l.index;let f=[...PC(o,i),i],p=[...PC(o,l),l],h=f.slice(0,p.length).findIndex((m,S)=>m!==p[S]);return h!==-1?(i=f[h],l=p[h],i.index-l.index):f.findIndex(m=>m===l)>=0?1:(p.findIndex(m=>m===i)>=0,-1)}function PC(o,i){let l=[];for(;(i==null?void 0:i.parentKey)!=null;)i=o.getItem(i.parentKey),l.unshift(i);return l}const MC=new WeakMap;function C8(o){let i=MC.get(o);if(i!=null)return i;i=0;let l=f=>{for(let p of f)p.type==="section"?l(RC(p,o)):i++};return l(o),MC.set(o,i),i}var NC={};NC={longPressMessage:"اضغط مطولاً أو اضغط على Alt + السهم لأسفل لفتح القائمة"};var $C={};$C={longPressMessage:"Натиснете продължително или натиснете Alt+ стрелка надолу, за да отворите менюто"};var LC={};LC={longPressMessage:"Dlouhým stiskem nebo stisknutím kláves Alt + šipka dolů otevřete nabídku"};var OC={};OC={longPressMessage:"Langt tryk eller tryk på Alt + pil ned for at åbne menuen"};var AC={};AC={longPressMessage:"Drücken Sie lange oder drücken Sie Alt + Nach-unten, um das Menü zu öffnen"};var FC={};FC={longPressMessage:"Πιέστε παρατεταμένα ή πατήστε Alt + κάτω βέλος για να ανοίξετε το μενού"};var zC={};zC={longPressMessage:"Long press or press Alt + ArrowDown to open menu"};var UC={};UC={longPressMessage:"Mantenga pulsado o pulse Alt + flecha abajo para abrir el menú"};var BC={};BC={longPressMessage:"Menüü avamiseks vajutage pikalt või vajutage klahve Alt + allanool"};var HC={};HC={longPressMessage:"Avaa valikko painamalla pohjassa tai näppäinyhdistelmällä Alt + Alanuoli"};var IC={};IC={longPressMessage:"Appuyez de manière prolongée ou appuyez sur Alt + Flèche vers le bas pour ouvrir le menu."};var VC={};VC={longPressMessage:"לחץ לחיצה ארוכה או הקש Alt + ArrowDown כדי לפתוח את התפריט"};var jC={};jC={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dolje za otvaranje izbornika"};var KC={};KC={longPressMessage:"Nyomja meg hosszan, vagy nyomja meg az Alt + lefele nyíl gombot a menü megnyitásához"};var WC={};WC={longPressMessage:"Premere a lungo o premere Alt + Freccia giù per aprire il menu"};var YC={};YC={longPressMessage:"長押しまたは Alt+下矢印キーでメニューを開く"};var QC={};QC={longPressMessage:"길게 누르거나 Alt + 아래쪽 화살표를 눌러 메뉴 열기"};var XC={};XC={longPressMessage:"Norėdami atidaryti meniu, nuspaudę palaikykite arba paspauskite „Alt + ArrowDown“."};var ZC={};ZC={longPressMessage:"Lai atvērtu izvēlni, turiet nospiestu vai nospiediet taustiņu kombināciju Alt + lejupvērstā bultiņa"};var JC={};JC={longPressMessage:"Langt trykk eller trykk Alt + PilNed for å åpne menyen"};var GC={};GC={longPressMessage:"Druk lang op Alt + pijl-omlaag of druk op Alt om het menu te openen"};var qC={};qC={longPressMessage:"Naciśnij i przytrzymaj lub naciśnij klawisze Alt + Strzałka w dół, aby otworzyć menu"};var eE={};eE={longPressMessage:"Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"};var tE={};tE={longPressMessage:"Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"};var nE={};nE={longPressMessage:"Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"};var rE={};rE={longPressMessage:"Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"};var iE={};iE={longPressMessage:"Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"};var aE={};aE={longPressMessage:"Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"};var oE={};oE={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"};var lE={};lE={longPressMessage:"Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"};var uE={};uE={longPressMessage:"Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"};var sE={};sE={longPressMessage:"Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"};var cE={};cE={longPressMessage:"长按或按 Alt + 向下方向键以打开菜单"};var fE={};fE={longPressMessage:"長按或按 Alt+向下鍵以開啟功能表"};function E8(o){return o&&o.__esModule?o.default:o}var dE={};dE={"ar-AE":NC,"bg-BG":$C,"cs-CZ":LC,"da-DK":OC,"de-DE":AC,"el-GR":FC,"en-US":zC,"es-ES":UC,"et-EE":BC,"fi-FI":HC,"fr-FR":IC,"he-IL":VC,"hr-HR":jC,"hu-HU":KC,"it-IT":WC,"ja-JP":YC,"ko-KR":QC,"lt-LT":XC,"lv-LV":ZC,"nb-NO":JC,"nl-NL":GC,"pl-PL":qC,"pt-BR":eE,"pt-PT":tE,"ro-RO":nE,"ru-RU":rE,"sk-SK":iE,"sl-SI":aE,"sr-SP":oE,"sv-SE":lE,"tr-TR":uE,"uk-UA":sE,"zh-CN":cE,"zh-TW":fE};function _8(o,i,l){let{type:f="menu",isDisabled:p,trigger:h="press"}=o,m=Yi(),{triggerProps:S,overlayProps:w}=r8({type:f},i,l),C=P=>{if(!p&&!(h==="longPress"&&!P.altKey)&&l&&l.current)switch(P.key){case"Enter":case" ":if(h==="longPress")return;case"ArrowDown":"continuePropagation"in P||P.stopPropagation(),P.preventDefault(),i.toggle("first");break;case"ArrowUp":"continuePropagation"in P||P.stopPropagation(),P.preventDefault(),i.toggle("last");break;default:"continuePropagation"in P&&P.continuePropagation()}},R=Mm(E8(dE),"@react-aria/menu"),{longPressProps:T}=rw({isDisabled:p||h!=="longPress",accessibilityDescription:R.format("longPressMessage"),onLongPressStart(){i.close()},onLongPress(){i.open("first")}}),D={onPressStart(P){P.pointerType!=="touch"&&P.pointerType!=="keyboard"&&!p&&i.toggle(P.pointerType==="virtual"?"first":null)},onPress(P){P.pointerType==="touch"&&!p&&i.toggle()}};return delete S.onPress,{menuTriggerProps:{...S,...h==="press"?D:T,id:m,onKeyDown:C},menuProps:{...w,"aria-labelledby":m,autoFocus:i.focusStrategy||!0,onClose:i.close}}}const pE=new WeakMap;function T8(o,i,l){let{shouldFocusWrap:f=!0,onKeyDown:p,onKeyUp:h,...m}=o;!o["aria-label"]&&!o["aria-labelledby"]&&console.warn("An aria-label or aria-labelledby prop is required for accessibility.");let S=oi(o,{labelable:!0}),{listProps:w}=y8({...m,ref:l,selectionManager:i.selectionManager,collection:i.collection,disabledKeys:i.disabledKeys,shouldFocusWrap:f,linkBehavior:"override"});return pE.set(i,{onClose:o.onClose,onAction:o.onAction}),{menuProps:Dt(S,{onKeyDown:p,onKeyUp:h},{role:"menu",...w,onKeyDown:C=>{C.key!=="Escape"&&w.onKeyDown(C)}})}}function vE(o,i,l){var f;let{key:p,closeOnSelect:h,isVirtualized:m,"aria-haspopup":S,onPressStart:w,onPressUp:C,onPress:R,onPressChange:T,onPressEnd:D,onHoverStart:P,onHoverChange:A,onHoverEnd:z,onKeyDown:O,onKeyUp:oe,onFocus:le,onFocusChange:W,onBlur:ie}=o,F=!!S;var ve;let be=(ve=o.isDisabled)!==null&&ve!==void 0?ve:i.disabledKeys.has(p);var $;let ge=($=o.isSelected)!==null&&$!==void 0?$:i.selectionManager.isSelected(p),J=pE.get(i),Q=o.onClose||J.onClose,Ce=F?()=>{}:o.onAction||J.onAction,K=sm(),ae=Be=>{Ce&&Ce(p),Be.target instanceof HTMLAnchorElement&&K.open(Be.target,Be)},Re="menuitem";F||(i.selectionManager.selectionMode==="single"?Re="menuitemradio":i.selectionManager.selectionMode==="multiple"&&(Re="menuitemcheckbox"));let Xe=vd(),_e=vd(),he=vd(),G={"aria-disabled":be||void 0,role:Re,"aria-label":o["aria-label"],"aria-labelledby":Xe,"aria-describedby":[_e,he].filter(Boolean).join(" ")||void 0,"aria-controls":o["aria-controls"],"aria-haspopup":S,"aria-expanded":o["aria-expanded"]};i.selectionManager.selectionMode!=="none"&&!F&&(G["aria-checked"]=ge);let j=i.collection.getItem(p);m&&(G["aria-posinset"]=j==null?void 0:j.index,G["aria-setsize"]=C8(i.collection));let Pe=Be=>{Be.pointerType==="keyboard"&&ae(Be),w==null||w(Be)},ee=Be=>{Be.pointerType!=="keyboard"&&(ae(Be),!F&&Q&&(h??(i.selectionManager.selectionMode!=="multiple"||i.selectionManager.isLink(p)))&&Q()),C==null||C(Be)},{itemProps:fe,isFocused:ye}=h8({selectionManager:i.selectionManager,key:p,ref:l,shouldSelectOnPressUp:!0,allowsDifferentPressOrigin:!0,linkBehavior:"none"}),{pressProps:Ee,isPressed:V}=gd({onPressStart:Pe,onPress:R,onPressUp:ee,onPressChange:T,onPressEnd:D,isDisabled:be}),{hoverProps:Le}=_l({isDisabled:be,onHoverStart(Be){bb()||(i.selectionManager.setFocused(!0),i.selectionManager.setFocusedKey(p)),P==null||P(Be)},onHoverChange:A,onHoverEnd:z}),{keyboardProps:de}=nw({onKeyDown:Be=>{if(Be.repeat){Be.continuePropagation();return}switch(Be.key){case" ":!be&&i.selectionManager.selectionMode==="none"&&!F&&h!==!1&&Q&&Q();break;case"Enter":!be&&h!==!1&&!F&&Q&&Q();break;default:F||Be.continuePropagation(),O==null||O(Be);break}},onKeyUp:oe}),{focusProps:Ye}=gm({onBlur:ie,onFocus:le,onFocusChange:W}),rt=oi(j.props,{isLink:!!(!(j==null||(f=j.props)===null||f===void 0)&&f.href)});return delete rt.id,{menuItemProps:{...G,...Dt(rt,F?{onFocus:fe.onFocus}:fe,Ee,Le,de,Ye),tabIndex:fe.tabIndex!=null?-1:void 0},labelProps:{id:Xe},descriptionProps:{id:_e},keyboardShortcutProps:{id:he},isFocused:ye,isSelected:ge,isPressed:V,isDisabled:be}}function D8(o){let{heading:i,"aria-label":l}=o,f=Yi();return{itemProps:{role:"presentation"},headingProps:i?{id:f,role:"presentation"}:{},groupProps:{role:"group","aria-label":l,"aria-labelledby":i?f:void 0}}}const Am=2,R8=50,P8=1e3,mE=Math.PI/12;function M8(o){let{menuRef:i,submenuRef:l,isOpen:f,isDisabled:p}=o,h=E.useRef(),m=E.useRef(),S=E.useRef(0),w=E.useRef(),C=E.useRef(),R=E.useRef(),T=E.useRef(2),[D,P]=E.useState(!1);cb({ref:l,onResize:()=>{l.current&&(m.current=l.current.getBoundingClientRect(),R.current=void 0)}});let z=()=>{P(!1),T.current=Am},O=AR();E.useEffect(()=>{D&&i.current?i.current.style.pointerEvents="none":i.current.style.pointerEvents=""},[i,D]),E.useEffect(()=>{let oe=l.current,le=i.current;if(p||!oe||!f||O!=="pointer"){z();return}m.current=oe.getBoundingClientRect();let W=ie=>{if(ie.pointerType==="touch"||ie.pointerType==="pen")return;let F=Date.now();if(F-S.current<R8)return;clearTimeout(w.current),clearTimeout(C.current);let{clientX:ve,clientY:be}=ie;if(!h.current){h.current={x:ve,y:be};return}if(!m.current)return;if(R.current||(R.current=ve>m.current.right?"left":"right"),ve<le.getBoundingClientRect().left||ve>le.getBoundingClientRect().right||be<le.getBoundingClientRect().top||be>le.getBoundingClientRect().bottom){z();return}let $=h.current.x,ge=h.current.y,J=R.current==="right"?m.current.left-$:$-m.current.right,Q=Math.atan2(ge-m.current.top,J)+mE,Ce=Math.atan2(ge-m.current.bottom,J)-mE,K=Math.atan2(ge-be,R.current==="left"?-(ve-$):ve-$),ae=K<Q&&K>Ce;T.current=ae?Math.min(T.current+1,Am):Math.max(T.current-1,0),T.current>=Am?P(!0):P(!1),S.current=F,h.current={x:ve,y:be},ae&&(w.current=setTimeout(()=>{z(),C.current=setTimeout(()=>{let Re=document.elementFromPoint(ve,be);Re&&le.contains(Re)&&Re.dispatchEvent(new PointerEvent("pointerover",{bubbles:!0,cancelable:!0}))},100)},P8))};return window.addEventListener("pointermove",W),()=>{window.removeEventListener("pointermove",W),clearTimeout(w.current),clearTimeout(C.current),T.current=Am}},[p,f,i,O,P,l])}function N8(o,i,l){let{parentMenuRef:f,submenuRef:p,type:h="menu",isDisabled:m,node:S,delay:w=200}=o,C=Yi(),R=Yi(),{direction:T}=Uu(),D=E.useRef(),P=E.useCallback(()=>{D.current&&(clearTimeout(D.current),D.current=void 0)},[D]),A=Bn($=>{P(),i.open($)}),z=Bn(()=>{P(),i.close()});tn(()=>()=>{P()},[P]);let O=$=>{switch($.key){case"ArrowLeft":T==="ltr"&&$.currentTarget.contains($.target)&&($.stopPropagation(),z(),l.current.focus());break;case"ArrowRight":T==="rtl"&&$.currentTarget.contains($.target)&&($.stopPropagation(),z(),l.current.focus());break;case"Escape":$.stopPropagation(),i.closeAll();break}},oe={id:R,"aria-label":S.textValue,submenuLevel:i.submenuLevel,...h==="menu"&&{onClose:i.closeAll,autoFocus:i.focusStrategy,onKeyDown:O}},le=$=>{switch($.key){case"ArrowRight":m||(T==="ltr"?(i.isOpen||A("first"),h==="menu"&&(p!=null&&p.current)&&document.activeElement===(l==null?void 0:l.current)&&p.current.focus()):i.isOpen?z():$.continuePropagation());break;case"ArrowLeft":m||(T==="rtl"?(i.isOpen||A("first"),h==="menu"&&(p!=null&&p.current)&&document.activeElement===(l==null?void 0:l.current)&&p.current.focus()):i.isOpen?z():$.continuePropagation());break;case"Escape":i.closeAll();break;default:$.continuePropagation();break}},W=$=>{!m&&($.pointerType==="virtual"||$.pointerType==="keyboard")&&A("first")},ie=$=>{!m&&($.pointerType==="touch"||$.pointerType==="mouse")&&A()},F=$=>{m||($&&!i.isOpen?D.current||(D.current=setTimeout(()=>{A()},w)):$||P())},ve=$=>{i.isOpen&&f.current.contains($.relatedTarget)&&z()},be=$=>$!==l.current;return M8({menuRef:f,submenuRef:p,isOpen:i.isOpen,isDisabled:m}),{submenuTriggerProps:{id:C,"aria-controls":i.isOpen?R:void 0,"aria-haspopup":m?void 0:h,"aria-expanded":i.isOpen?"true":"false",onPressStart:W,onPress:ie,onHoverChange:F,onKeyDown:le,onBlur:ve,isOpen:i.isOpen},submenuProps:oe,popoverProps:{isNonModal:!0,disableFocusManagement:!0,shouldCloseOnInteractOutside:be}}}function hE(o,i){let{inputElementType:l="input",isDisabled:f=!1,isRequired:p=!1,isReadOnly:h=!1,type:m="text",validationBehavior:S="aria"}=o,[w,C]=pd(o.value,o.defaultValue||"",o.onChange),{focusableProps:R}=_b(o,i),T=ww({...o,value:w}),{isInvalid:D,validationErrors:P,validationDetails:A}=T.displayValidation,{labelProps:z,fieldProps:O,descriptionProps:oe,errorMessageProps:le}=A6({...o,isInvalid:D,errorMessage:o.errorMessage||P}),W=oi(o,{labelable:!0});const ie={type:m,pattern:o.pattern};return Bx(i,w,C),D6(o,T,i),E.useEffect(()=>{if(i.current instanceof Qi(i.current).HTMLTextAreaElement){let F=i.current;Object.defineProperty(F,"defaultValue",{get:()=>F.value,set:()=>{},configurable:!0})}},[i]),{labelProps:z,inputProps:Dt(W,l==="input"&&ie,{disabled:f,readOnly:h,required:p&&S==="native","aria-required":p&&S==="aria"||void 0,"aria-invalid":D||void 0,"aria-errormessage":o["aria-errormessage"],"aria-activedescendant":o["aria-activedescendant"],"aria-autocomplete":o["aria-autocomplete"],"aria-haspopup":o["aria-haspopup"],value:w,onChange:F=>C(F.target.value),autoComplete:o.autoComplete,autoCapitalize:o.autoCapitalize,maxLength:o.maxLength,minLength:o.minLength,name:o.name,placeholder:o.placeholder,inputMode:o.inputMode,onCopy:o.onCopy,onCut:o.onCut,onPaste:o.onPaste,onCompositionEnd:o.onCompositionEnd,onCompositionStart:o.onCompositionStart,onCompositionUpdate:o.onCompositionUpdate,onSelect:o.onSelect,onBeforeInput:o.onBeforeInput,onInput:o.onInput,...R,...O}),descriptionProps:oe,errorMessageProps:le,isInvalid:D,validationErrors:P,validationDetails:A}}function gE(){return typeof window<"u"&&window.InputEvent&&typeof InputEvent.prototype.getTargetRanges=="function"}function $8(o,i,l){let f=Bn(T=>{let D=l.current,P;switch(T.inputType){case"historyUndo":case"historyRedo":return;case"deleteContent":case"deleteByCut":case"deleteByDrag":P=D.value.slice(0,D.selectionStart)+D.value.slice(D.selectionEnd);break;case"deleteContentForward":P=D.selectionEnd===D.selectionStart?D.value.slice(0,D.selectionStart)+D.value.slice(D.selectionEnd+1):D.value.slice(0,D.selectionStart)+D.value.slice(D.selectionEnd);break;case"deleteContentBackward":P=D.selectionEnd===D.selectionStart?D.value.slice(0,D.selectionStart-1)+D.value.slice(D.selectionStart):D.value.slice(0,D.selectionStart)+D.value.slice(D.selectionEnd);break;case"deleteSoftLineBackward":case"deleteHardLineBackward":P=D.value.slice(D.selectionStart);break;default:T.data!=null&&(P=D.value.slice(0,D.selectionStart)+T.data+D.value.slice(D.selectionEnd));break}(P==null||!i.validate(P))&&T.preventDefault()});E.useEffect(()=>{if(!gE())return;let T=l.current;return T.addEventListener("beforeinput",f,!1),()=>{T.removeEventListener("beforeinput",f,!1)}},[l,f]);let p=gE()?null:T=>{let D=T.target.value.slice(0,T.target.selectionStart)+T.data+T.target.value.slice(T.target.selectionEnd);i.validate(D)||T.preventDefault()},{labelProps:h,inputProps:m,descriptionProps:S,errorMessageProps:w,...C}=hE(o,l),R=E.useRef(null);return{inputProps:Dt(m,{onBeforeInput:p,onCompositionStart(){let{value:T,selectionStart:D,selectionEnd:P}=l.current;R.current={value:T,selectionStart:D,selectionEnd:P}},onCompositionEnd(){if(!i.validate(l.current.value)){let{value:T,selectionStart:D,selectionEnd:P}=R.current;l.current.value=T,l.current.setSelectionRange(D,P),i.setInputValue(T)}}}),labelProps:h,descriptionProps:S,errorMessageProps:w,...C}}var yE={};yE={Empty:"فارغ"};var bE={};bE={Empty:"Изпразни"};var SE={};SE={Empty:"Prázdné"};var kE={};kE={Empty:"Tom"};var xE={};xE={Empty:"Leer"};var wE={};wE={Empty:"Άδειο"};var CE={};CE={Empty:"Empty"};var EE={};EE={Empty:"Vacío"};var _E={};_E={Empty:"Tühjenda"};var TE={};TE={Empty:"Tyhjä"};var DE={};DE={Empty:"Vide"};var RE={};RE={Empty:"ריק"};var PE={};PE={Empty:"Prazno"};var ME={};ME={Empty:"Üres"};var NE={};NE={Empty:"Vuoto"};var $E={};$E={Empty:"空"};var LE={};LE={Empty:"비어 있음"};var OE={};OE={Empty:"Tuščias"};var AE={};AE={Empty:"Tukšs"};var FE={};FE={Empty:"Tom"};var zE={};zE={Empty:"Leeg"};var UE={};UE={Empty:"Pusty"};var BE={};BE={Empty:"Vazio"};var HE={};HE={Empty:"Vazio"};var IE={};IE={Empty:"Gol"};var VE={};VE={Empty:"Не заполнено"};var jE={};jE={Empty:"Prázdne"};var KE={};KE={Empty:"Prazen"};var WE={};WE={Empty:"Prazno"};var YE={};YE={Empty:"Tomt"};var QE={};QE={Empty:"Boş"};var XE={};XE={Empty:"Пусто"};var ZE={};ZE={Empty:"空"};var JE={};JE={Empty:"空白"};function L8(o){return o&&o.__esModule?o.default:o}var GE={};GE={"ar-AE":yE,"bg-BG":bE,"cs-CZ":SE,"da-DK":kE,"de-DE":xE,"el-GR":wE,"en-US":CE,"es-ES":EE,"et-EE":_E,"fi-FI":TE,"fr-FR":DE,"he-IL":RE,"hr-HR":PE,"hu-HU":ME,"it-IT":NE,"ja-JP":$E,"ko-KR":LE,"lt-LT":OE,"lv-LV":AE,"nb-NO":FE,"nl-NL":zE,"pl-PL":UE,"pt-BR":BE,"pt-PT":HE,"ro-RO":IE,"ru-RU":VE,"sk-SK":jE,"sl-SI":KE,"sr-SP":WE,"sv-SE":YE,"tr-TR":QE,"uk-UA":XE,"zh-CN":ZE,"zh-TW":JE};function O8(o){const i=E.useRef();let{value:l,textValue:f,minValue:p,maxValue:h,isDisabled:m,isReadOnly:S,isRequired:w,onIncrement:C,onIncrementPage:R,onDecrement:T,onDecrementPage:D,onDecrementToMin:P,onIncrementToMax:A}=o;const z=Mm(L8(GE),"@react-aria/spinbutton"),O=()=>clearTimeout(i.current);E.useEffect(()=>()=>O(),[]);let oe=Q=>{if(!(Q.ctrlKey||Q.metaKey||Q.shiftKey||Q.altKey||S))switch(Q.key){case"PageUp":if(R){Q.preventDefault(),R==null||R();break}case"ArrowUp":case"Up":C&&(Q.preventDefault(),C==null||C());break;case"PageDown":if(D){Q.preventDefault(),D==null||D();break}case"ArrowDown":case"Down":T&&(Q.preventDefault(),T==null||T());break;case"Home":P&&(Q.preventDefault(),P==null||P());break;case"End":A&&(Q.preventDefault(),A==null||A());break}},le=E.useRef(!1),W=()=>{le.current=!0},ie=()=>{le.current=!1},F=f===""?z.format("Empty"):(f||`${l}`).replace("-","−");E.useEffect(()=>{le.current&&(_6("assertive"),E6(F,"assertive"))},[F]);const ve=Bn(Q=>{O(),C==null||C(),i.current=window.setTimeout(()=>{(h===void 0||isNaN(h)||l===void 0||isNaN(l)||l<h)&&ve(60)},Q)}),be=Bn(Q=>{O(),T==null||T(),i.current=window.setTimeout(()=>{(p===void 0||isNaN(p)||l===void 0||isNaN(l)||l>p)&&be(60)},Q)});let $=Q=>{Q.preventDefault()},{addGlobalListener:ge,removeAllGlobalListeners:J}=sb();return{spinButtonProps:{role:"spinbutton","aria-valuenow":l!==void 0&&!isNaN(l)?l:void 0,"aria-valuetext":F,"aria-valuemin":p,"aria-valuemax":h,"aria-disabled":m||void 0,"aria-readonly":S||void 0,"aria-required":w||void 0,onKeyDown:oe,onFocus:W,onBlur:ie},incrementButtonProps:{onPressStart:()=>{ve(400),ge(window,"contextmenu",$)},onPressEnd:()=>{O(),J()},onFocus:W,onBlur:ie},decrementButtonProps:{onPressStart:()=>{be(400),ge(window,"contextmenu",$)},onPressEnd:()=>{O(),J()},onFocus:W,onBlur:ie}}}var qE={};qE={decrease:o=>`خفض ${o.fieldLabel}`,increase:o=>`زيادة ${o.fieldLabel}`,numberField:"حقل رقمي"};var e_={};e_={decrease:o=>`Намаляване ${o.fieldLabel}`,increase:o=>`Усилване ${o.fieldLabel}`,numberField:"Номер на полето"};var t_={};t_={decrease:o=>`Snížit ${o.fieldLabel}`,increase:o=>`Zvýšit ${o.fieldLabel}`,numberField:"Číselné pole"};var n_={};n_={decrease:o=>`Reducer ${o.fieldLabel}`,increase:o=>`Øg ${o.fieldLabel}`,numberField:"Talfelt"};var r_={};r_={decrease:o=>`${o.fieldLabel} verringern`,increase:o=>`${o.fieldLabel} erhöhen`,numberField:"Nummernfeld"};var i_={};i_={decrease:o=>`Μείωση ${o.fieldLabel}`,increase:o=>`Αύξηση ${o.fieldLabel}`,numberField:"Πεδίο αριθμού"};var a_={};a_={decrease:o=>`Decrease ${o.fieldLabel}`,increase:o=>`Increase ${o.fieldLabel}`,numberField:"Number field"};var o_={};o_={decrease:o=>`Reducir ${o.fieldLabel}`,increase:o=>`Aumentar ${o.fieldLabel}`,numberField:"Campo de número"};var l_={};l_={decrease:o=>`Vähenda ${o.fieldLabel}`,increase:o=>`Suurenda ${o.fieldLabel}`,numberField:"Numbri väli"};var u_={};u_={decrease:o=>`Vähennä ${o.fieldLabel}`,increase:o=>`Lisää ${o.fieldLabel}`,numberField:"Numerokenttä"};var s_={};s_={decrease:o=>`Diminuer ${o.fieldLabel}`,increase:o=>`Augmenter ${o.fieldLabel}`,numberField:"Champ de nombre"};var c_={};c_={decrease:o=>`הקטן ${o.fieldLabel}`,increase:o=>`הגדל ${o.fieldLabel}`,numberField:"שדה מספר"};var f_={};f_={decrease:o=>`Smanji ${o.fieldLabel}`,increase:o=>`Povećaj ${o.fieldLabel}`,numberField:"Polje broja"};var d_={};d_={decrease:o=>`${o.fieldLabel} csökkentése`,increase:o=>`${o.fieldLabel} növelése`,numberField:"Számmező"};var p_={};p_={decrease:o=>`Riduci ${o.fieldLabel}`,increase:o=>`Aumenta ${o.fieldLabel}`,numberField:"Campo numero"};var v_={};v_={decrease:o=>`${o.fieldLabel}を縮小`,increase:o=>`${o.fieldLabel}を拡大`,numberField:"数値フィールド"};var m_={};m_={decrease:o=>`${o.fieldLabel} 감소`,increase:o=>`${o.fieldLabel} 증가`,numberField:"번호 필드"};var h_={};h_={decrease:o=>`Sumažinti ${o.fieldLabel}`,increase:o=>`Padidinti ${o.fieldLabel}`,numberField:"Numerio laukas"};var g_={};g_={decrease:o=>`Samazināšana ${o.fieldLabel}`,increase:o=>`Palielināšana ${o.fieldLabel}`,numberField:"Skaitļu lauks"};var y_={};y_={decrease:o=>`Reduser ${o.fieldLabel}`,increase:o=>`Øk ${o.fieldLabel}`,numberField:"Tallfelt"};var b_={};b_={decrease:o=>`${o.fieldLabel} verlagen`,increase:o=>`${o.fieldLabel} verhogen`,numberField:"Getalveld"};var S_={};S_={decrease:o=>`Zmniejsz ${o.fieldLabel}`,increase:o=>`Zwiększ ${o.fieldLabel}`,numberField:"Pole numeru"};var k_={};k_={decrease:o=>`Diminuir ${o.fieldLabel}`,increase:o=>`Aumentar ${o.fieldLabel}`,numberField:"Campo de número"};var x_={};x_={decrease:o=>`Diminuir ${o.fieldLabel}`,increase:o=>`Aumentar ${o.fieldLabel}`,numberField:"Campo numérico"};var w_={};w_={decrease:o=>`Scădere ${o.fieldLabel}`,increase:o=>`Creștere ${o.fieldLabel}`,numberField:"Câmp numeric"};var C_={};C_={decrease:o=>`Уменьшение ${o.fieldLabel}`,increase:o=>`Увеличение ${o.fieldLabel}`,numberField:"Числовое поле"};var E_={};E_={decrease:o=>`Znížiť ${o.fieldLabel}`,increase:o=>`Zvýšiť ${o.fieldLabel}`,numberField:"Číselné pole"};var __={};__={decrease:o=>`Upadati ${o.fieldLabel}`,increase:o=>`Povečajte ${o.fieldLabel}`,numberField:"Številčno polje"};var T_={};T_={decrease:o=>`Smanji ${o.fieldLabel}`,increase:o=>`Povećaj ${o.fieldLabel}`,numberField:"Polje broja"};var D_={};D_={decrease:o=>`Minska ${o.fieldLabel}`,increase:o=>`Öka ${o.fieldLabel}`,numberField:"Nummerfält"};var R_={};R_={decrease:o=>`${o.fieldLabel} azalt`,increase:o=>`${o.fieldLabel} arttır`,numberField:"Sayı alanı"};var P_={};P_={decrease:o=>`Зменшити ${o.fieldLabel}`,increase:o=>`Збільшити ${o.fieldLabel}`,numberField:"Поле номера"};var M_={};M_={decrease:o=>`降低 ${o.fieldLabel}`,increase:o=>`提高 ${o.fieldLabel}`,numberField:"数字字段"};var N_={};N_={decrease:o=>`縮小 ${o.fieldLabel}`,increase:o=>`放大 ${o.fieldLabel}`,numberField:"數字欄位"};function A8(o){return o&&o.__esModule?o.default:o}var $_={};$_={"ar-AE":qE,"bg-BG":e_,"cs-CZ":t_,"da-DK":n_,"de-DE":r_,"el-GR":i_,"en-US":a_,"es-ES":o_,"et-EE":l_,"fi-FI":u_,"fr-FR":s_,"he-IL":c_,"hr-HR":f_,"hu-HU":d_,"it-IT":p_,"ja-JP":v_,"ko-KR":m_,"lt-LT":h_,"lv-LV":g_,"nb-NO":y_,"nl-NL":b_,"pl-PL":S_,"pt-BR":k_,"pt-PT":x_,"ro-RO":w_,"ru-RU":C_,"sk-SK":E_,"sl-SI":__,"sr-SP":T_,"sv-SE":D_,"tr-TR":R_,"uk-UA":P_,"zh-CN":M_,"zh-TW":N_};function F8(o,i,l){let{id:f,decrementAriaLabel:p,incrementAriaLabel:h,isDisabled:m,isReadOnly:S,isRequired:w,minValue:C,maxValue:R,autoFocus:T,label:D,formatOptions:P,onBlur:A=()=>{},onFocus:z,onFocusChange:O,onKeyDown:oe,onKeyUp:le,description:W,errorMessage:ie,isWheelDisabled:F,...ve}=o,{increment:be,incrementToMax:$,decrement:ge,decrementToMin:J,numberValue:Q,inputValue:Ce,commit:K,commitValidation:ae}=i;const Re=Mm(A8($_),"@react-aria/numberfield");let Xe=Yi(f),{focusProps:_e}=gm({onBlur(){K()}}),he=bw(P),G=E.useMemo(()=>he.resolvedOptions(),[he]),j=bw({...P,currencySign:void 0}),Pe=E.useMemo(()=>isNaN(Q)?"":j.format(Q),[j,Q]),{spinButtonProps:ee,incrementButtonProps:fe,decrementButtonProps:ye}=O8({isDisabled:m,isReadOnly:S,isRequired:w,maxValue:R,minValue:C,onIncrement:be,onIncrementToMax:$,onDecrement:ge,onDecrementToMin:J,value:Q,textValue:Pe}),[Ee,V]=E.useState(!1),{focusWithinProps:Le}=km({isDisabled:m,onFocusWithinChange:V}),de=E.useCallback(De=>{Math.abs(De.deltaY)<=Math.abs(De.deltaX)||(De.deltaY>0?be():De.deltaY<0&&ge())},[ge,be]);HR({onScroll:de,isDisabled:F||m||S||!Ee},l);let rt=G.maximumFractionDigits>0,Be=i.minValue===void 0||isNaN(i.minValue)||i.minValue<0,me="numeric";Px()?Be?me="text":rt&&(me="decimal"):lb()&&(Be?me="numeric":rt&&(me="decimal"));let gt=De=>{i.validate(De)&&i.setInputValue(De)},Me=oi(o),et=E.useCallback(De=>{De.key==="Enter"?(K(),ae()):De.continuePropagation()},[K,ae]),{isInvalid:xt,validationErrors:lt,validationDetails:Ot}=i.displayValidation,{labelProps:yr,inputProps:jt,descriptionProps:br,errorMessageProps:Sr}=$8({...ve,...Me,name:void 0,label:D,autoFocus:T,isDisabled:m,isReadOnly:S,isRequired:w,validate:void 0,[Nb]:i,value:Ce,defaultValue:void 0,autoComplete:"off","aria-label":o["aria-label"]||void 0,"aria-labelledby":o["aria-labelledby"]||void 0,id:Xe,type:"text",inputMode:me,onChange:gt,onBlur:A,onFocus:z,onFocusChange:O,onKeyDown:E.useMemo(()=>nc(et,oe),[et,oe]),onKeyUp:le,description:W,errorMessage:ie},i,l);Bx(l,i.numberValue,i.setNumberValue);let Xt=Dt(ee,_e,jt,{role:null,"aria-roledescription":md()?null:Re.format("numberField"),"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null,autoCorrect:"off",spellCheck:"false"});o.validationBehavior==="native"&&(Xt["aria-required"]=void 0);let Ge=De=>{var Je;document.activeElement!==l.current&&(De.pointerType==="mouse"?(Je=l.current)===null||Je===void 0||Je.focus():De.target.focus())},wt=o["aria-label"]||(typeof o.label=="string"?o.label:""),wn;wt||(wn=o.label!=null?yr.id:o["aria-labelledby"]);let yn=Yi(),on=Yi(),Oo=Dt(fe,{"aria-label":h||Re.format("increase",{fieldLabel:wt}).trim(),id:wn&&!h?yn:null,"aria-labelledby":wn&&!h?`${yn} ${wn}`:null,"aria-controls":Xe,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!i.canIncrement,onPressStart:Ge}),Ji=Dt(ye,{"aria-label":p||Re.format("decrease",{fieldLabel:wt}).trim(),id:wn&&!p?on:null,"aria-labelledby":wn&&!p?`${on} ${wn}`:null,"aria-controls":Xe,excludeFromTabOrder:!0,preventFocusOnPress:!0,allowFocusWhenDisabled:!0,isDisabled:!i.canDecrement,onPressStart:Ge});return{groupProps:{...Le,role:"group","aria-disabled":m,"aria-invalid":xt?"true":void 0},labelProps:yr,inputProps:Xt,incrementButtonProps:Oo,decrementButtonProps:Ji,errorMessageProps:Sr,descriptionProps:br,isInvalid:xt,validationErrors:lt,validationDetails:Ot}}function z8(o){let i=oi(o,{labelable:!0}),l;return o.orientation==="vertical"&&(l="vertical"),o.elementType!=="hr"?{separatorProps:{...i,role:"separator","aria-orientation":l}}:{separatorProps:i}}class va extends Set{constructor(i,l,f){super(i),i instanceof va?(this.anchorKey=l||i.anchorKey,this.currentKey=f||i.currentKey):(this.anchorKey=l,this.currentKey=f)}}function U8(o,i){if(o.size!==i.size)return!1;for(let l of o)if(!i.has(l))return!1;return!0}function B8(o){let{selectionMode:i="none",disallowEmptySelection:l,allowDuplicateSelectionEvents:f,selectionBehavior:p="toggle",disabledBehavior:h="all"}=o,m=E.useRef(!1),[,S]=E.useState(!1),w=E.useRef(null),C=E.useRef(null),[,R]=E.useState(null),T=E.useMemo(()=>L_(o.selectedKeys),[o.selectedKeys]),D=E.useMemo(()=>L_(o.defaultSelectedKeys,new va),[o.defaultSelectedKeys]),[P,A]=pd(T,D,o.onSelectionChange),z=E.useMemo(()=>o.disabledKeys?new Set(o.disabledKeys):new Set,[o.disabledKeys]),[O,oe]=E.useState(p);p==="replace"&&O==="toggle"&&typeof P=="object"&&P.size===0&&oe("replace");let le=E.useRef(p);return E.useEffect(()=>{p!==le.current&&(oe(p),le.current=p)},[p]),{selectionMode:i,disallowEmptySelection:l,selectionBehavior:O,setSelectionBehavior:oe,get isFocused(){return m.current},setFocused(W){m.current=W,S(W)},get focusedKey(){return w.current},get childFocusStrategy(){return C.current},setFocusedKey(W,ie="first"){w.current=W,C.current=ie,R(W)},selectedKeys:P,setSelectedKeys(W){(f||!U8(W,P))&&A(W)},disabledKeys:z,disabledBehavior:h}}function L_(o,i){return o?o==="all"?"all":new va(o):i}class H8{get selectionMode(){return this.state.selectionMode}get disallowEmptySelection(){return this.state.disallowEmptySelection}get selectionBehavior(){return this.state.selectionBehavior}setSelectionBehavior(i){this.state.setSelectionBehavior(i)}get isFocused(){return this.state.isFocused}setFocused(i){this.state.setFocused(i)}get focusedKey(){return this.state.focusedKey}get childFocusStrategy(){return this.state.childFocusStrategy}setFocusedKey(i,l){(i==null||this.collection.getItem(i))&&this.state.setFocusedKey(i,l)}get selectedKeys(){return this.state.selectedKeys==="all"?new Set(this.getSelectAllKeys()):this.state.selectedKeys}get rawSelection(){return this.state.selectedKeys}isSelected(i){return this.state.selectionMode==="none"?!1:(i=this.getKey(i),this.state.selectedKeys==="all"?this.canSelectItem(i):this.state.selectedKeys.has(i))}get isEmpty(){return this.state.selectedKeys!=="all"&&this.state.selectedKeys.size===0}get isSelectAll(){if(this.isEmpty)return!1;if(this.state.selectedKeys==="all")return!0;if(this._isSelectAll!=null)return this._isSelectAll;let i=this.getSelectAllKeys(),l=this.state.selectedKeys;return this._isSelectAll=i.every(f=>l.has(f)),this._isSelectAll}get firstSelectedKey(){let i=null;for(let l of this.state.selectedKeys){let f=this.collection.getItem(l);(!i||f&&Kb(this.collection,f,i)<0)&&(i=f)}return i==null?void 0:i.key}get lastSelectedKey(){let i=null;for(let l of this.state.selectedKeys){let f=this.collection.getItem(l);(!i||f&&Kb(this.collection,f,i)>0)&&(i=f)}return i==null?void 0:i.key}get disabledKeys(){return this.state.disabledKeys}get disabledBehavior(){return this.state.disabledBehavior}extendSelection(i){if(this.selectionMode==="none")return;if(this.selectionMode==="single"){this.replaceSelection(i);return}i=this.getKey(i);let l;if(this.state.selectedKeys==="all")l=new va([i],i,i);else{let f=this.state.selectedKeys,p=f.anchorKey||i;l=new va(f,p,i);for(let h of this.getKeyRange(p,f.currentKey||i))l.delete(h);for(let h of this.getKeyRange(i,p))this.canSelectItem(h)&&l.add(h)}this.state.setSelectedKeys(l)}getKeyRange(i,l){let f=this.collection.getItem(i),p=this.collection.getItem(l);return f&&p?Kb(this.collection,f,p)<=0?this.getKeyRangeInternal(i,l):this.getKeyRangeInternal(l,i):[]}getKeyRangeInternal(i,l){let f=[],p=i;for(;p;){let h=this.collection.getItem(p);if((h&&h.type==="item"||h.type==="cell"&&this.allowsCellSelection)&&f.push(p),p===l)return f;p=this.collection.getKeyAfter(p)}return[]}getKey(i){let l=this.collection.getItem(i);if(!l||l.type==="cell"&&this.allowsCellSelection)return i;for(;l.type!=="item"&&l.parentKey!=null;)l=this.collection.getItem(l.parentKey);return!l||l.type!=="item"?null:l.key}toggleSelection(i){if(this.selectionMode==="none")return;if(this.selectionMode==="single"&&!this.isSelected(i)){this.replaceSelection(i);return}if(i=this.getKey(i),i==null)return;let l=new va(this.state.selectedKeys==="all"?this.getSelectAllKeys():this.state.selectedKeys);l.has(i)?l.delete(i):this.canSelectItem(i)&&(l.add(i),l.anchorKey=i,l.currentKey=i),!(this.disallowEmptySelection&&l.size===0)&&this.state.setSelectedKeys(l)}replaceSelection(i){if(this.selectionMode==="none"||(i=this.getKey(i),i==null))return;let l=this.canSelectItem(i)?new va([i],i,i):new va;this.state.setSelectedKeys(l)}setSelectedKeys(i){if(this.selectionMode==="none")return;let l=new va;for(let f of i)if(f=this.getKey(f),f!=null&&(l.add(f),this.selectionMode==="single"))break;this.state.setSelectedKeys(l)}getSelectAllKeys(){let i=[],l=f=>{for(;f;){if(this.canSelectItem(f)){let p=this.collection.getItem(f);p.type==="item"&&i.push(f),p.hasChildNodes&&(this.allowsCellSelection||p.type!=="item")&&l(x8(RC(p,this.collection)).key)}f=this.collection.getKeyAfter(f)}};return l(this.collection.getFirstKey()),i}selectAll(){!this.isSelectAll&&this.selectionMode==="multiple"&&this.state.setSelectedKeys("all")}clearSelection(){!this.disallowEmptySelection&&(this.state.selectedKeys==="all"||this.state.selectedKeys.size>0)&&this.state.setSelectedKeys(new va)}toggleSelectAll(){this.isSelectAll?this.clearSelection():this.selectAll()}select(i,l){this.selectionMode!=="none"&&(this.selectionMode==="single"?this.isSelected(i)&&!this.disallowEmptySelection?this.toggleSelection(i):this.replaceSelection(i):this.selectionBehavior==="toggle"||l&&(l.pointerType==="touch"||l.pointerType==="virtual")?this.toggleSelection(i):this.replaceSelection(i))}isSelectionEqual(i){if(i===this.state.selectedKeys)return!0;let l=this.selectedKeys;if(i.size!==l.size)return!1;for(let f of i)if(!l.has(f))return!1;for(let f of l)if(!i.has(f))return!1;return!0}canSelectItem(i){if(this.state.selectionMode==="none"||this.state.disabledKeys.has(i))return!1;let l=this.collection.getItem(i);return!(!l||l.type==="cell"&&!this.allowsCellSelection)}isDisabled(i){return this.state.disabledKeys.has(i)&&this.state.disabledBehavior==="all"}isLink(i){var l,f;return!!(!((f=this.collection.getItem(i))===null||f===void 0||(l=f.props)===null||l===void 0)&&l.href)}constructor(i,l,f){this.collection=i,this.state=l;var p;this.allowsCellSelection=(p=f==null?void 0:f.allowsCellSelection)!==null&&p!==void 0?p:!1,this._isSelectAll=null}}function O_(o){let[i,l]=pd(o.isOpen,o.defaultOpen||!1,o.onOpenChange);const f=E.useCallback(()=>{l(!0)},[l]),p=E.useCallback(()=>{l(!1)},[l]),h=E.useCallback(()=>{l(!i)},[l,i]);return{isOpen:i,setOpen:l,open:f,close:p,toggle:h}}function I8(o){let i=O_(o),[l,f]=E.useState(null),[p,h]=E.useState([]),m=()=>{h([]),i.close()};return{focusStrategy:l,...i,open(C=null){f(C),i.open()},toggle(C=null){f(C),i.toggle()},close(){m()},UNSTABLE_expandedKeysStack:p,UNSTABLE_openSubmenu:(C,R)=>{h(T=>R>T.length?T:[...T.slice(0,R),C])},UNSTABLE_closeSubmenu:(C,R)=>{h(T=>T[R]===C?T.slice(0,R):T)}}}function V8(o,i){let{triggerKey:l}=o,{UNSTABLE_expandedKeysStack:f,UNSTABLE_openSubmenu:p,UNSTABLE_closeSubmenu:h,close:m}=i,[S]=E.useState(f==null?void 0:f.length),w=E.useMemo(()=>f[S]===l,[f,l,S]),[C,R]=E.useState(null),T=E.useCallback((A=null)=>{R(A),p(l,S)},[p,S,l]),D=E.useCallback(()=>{R(null),h(l,S)},[h,S,l]),P=E.useCallback((A=null)=>{R(A),w?D():T(A)},[D,T,w]);return E.useMemo(()=>({focusStrategy:C,isOpen:w,open:T,close:D,closeAll:m,submenuLevel:S,setOpen:()=>{},toggle:P}),[w,T,D,m,C,P,S])}function j8(o){let{minValue:i,maxValue:l,step:f,formatOptions:p,value:h,defaultValue:m=NaN,onChange:S,locale:w,isDisabled:C,isReadOnly:R}=o;h===null&&(h=NaN),h!==void 0&&!isNaN(h)&&(f!==void 0&&!isNaN(f)?h=Do(h,i,l,f):h=ec(h,i,l)),isNaN(m)||(f!==void 0&&!isNaN(f)?m=Do(m,i,l,f):m=ec(m,i,l));let[T,D]=pd(h,isNaN(m)?NaN:m,S),[P,A]=E.useState(()=>isNaN(T)?"":new Rm(w,p).format(T)),z=E.useMemo(()=>new fw(w,p),[w,p]),O=E.useMemo(()=>z.getNumberingSystem(P),[z,P]),oe=E.useMemo(()=>new Rm(w,{...p,numberingSystem:O}),[w,p,O]),le=E.useMemo(()=>oe.resolvedOptions(),[oe]),W=E.useCallback(ee=>isNaN(ee)||ee===null?"":oe.format(ee),[oe]),ie=ww({...o,value:T}),F=f!==void 0&&!isNaN(f)?f:1;le.style==="percent"&&(f===void 0||isNaN(f))&&(F=.01);let[ve,be]=E.useState(T),[$,ge]=E.useState(w),[J,Q]=E.useState(p);(!Object.is(T,ve)||w!==$||p!==J)&&(A(W(T)),be(T),ge(w),Q(p));let Ce=E.useMemo(()=>z.parse(P),[z,P]),K=()=>{if(!P.length){D(NaN),A(h===void 0?"":W(T));return}if(isNaN(Ce)){A(W(T));return}let ee;f===void 0||isNaN(f)?ee=ec(Ce,i,l):ee=Do(Ce,i,l,f),ee=z.parse(W(ee)),D(ee),A(W(h===void 0?ee:T))},ae=(ee,fe=0)=>{let ye=Ce;if(isNaN(ye)){let Ee=isNaN(fe)?0:fe;return Do(Ee,i,l,F)}else{let Ee=Do(ye,i,l,F);return ee==="+"&&Ee>ye||ee==="-"&&Ee<ye?Ee:Do(Wb(ee,ye,F),i,l,F)}},Re=()=>{let ee=ae("+",i);ee===T&&A(W(ee)),D(ee),ie.commitValidation()},Xe=()=>{let ee=ae("-",l);ee===T&&A(W(ee)),D(ee),ie.commitValidation()},_e=()=>{l!=null&&(D(Do(l,i,l,F)),ie.commitValidation())},he=()=>{i!=null&&(D(i),ie.commitValidation())},G=E.useMemo(()=>!C&&!R&&(isNaN(Ce)||l===void 0||isNaN(l)||Do(Ce,i,l,F)>Ce||Wb("+",Ce,F)<=l),[C,R,i,l,F,Ce]),j=E.useMemo(()=>!C&&!R&&(isNaN(Ce)||i===void 0||isNaN(i)||Do(Ce,i,l,F)<Ce||Wb("-",Ce,F)>=i),[C,R,i,l,F,Ce]);return{...ie,validate:ee=>z.isValidPartialNumber(ee,i,l),increment:Re,incrementToMax:_e,decrement:Xe,decrementToMin:he,canIncrement:G,canDecrement:j,minValue:i,maxValue:l,numberValue:Ce,setNumberValue:D,setInputValue:A,inputValue:P,commit:K}}function Wb(o,i,l){let f=o==="+"?i+l:i-l;if(i%1!==0||l%1!==0){const p=i.toString().split("."),h=l.toString().split("."),m=p[1]&&p[1].length||0,S=h[1]&&h[1].length||0,w=Math.pow(10,Math.max(m,S));i=Math.round(i*w),l=Math.round(l*w),f=o==="+"?i+l:i-l,f/=w}return f}class K8{*[Symbol.iterator](){yield*this.iterable}get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}getKeyBefore(i){let l=this.keyMap.get(i);return l?l.prevKey:null}getKeyAfter(i){let l=this.keyMap.get(i);return l?l.nextKey:null}getFirstKey(){return this.firstKey}getLastKey(){return this.lastKey}getItem(i){return this.keyMap.get(i)}at(i){const l=[...this.getKeys()];return this.getItem(l[i])}constructor(i,{expandedKeys:l}={}){this.keyMap=new Map,this.iterable=i,l=l||new Set;let f=m=>{if(this.keyMap.set(m.key,m),m.childNodes&&(m.type==="section"||l.has(m.key)))for(let S of m.childNodes)f(S)};for(let m of i)f(m);let p,h=0;for(let[m,S]of this.keyMap)p?(p.nextKey=m,S.prevKey=p.key):(this.firstKey=m,S.prevKey=void 0),S.type==="item"&&(S.index=h++),p=S,p.nextKey=void 0;this.lastKey=p==null?void 0:p.key}}function W8(o){let[i,l]=pd(o.expandedKeys?new Set(o.expandedKeys):void 0,o.defaultExpandedKeys?new Set(o.defaultExpandedKeys):new Set,o.onExpandedChange),f=B8(o),p=E.useMemo(()=>o.disabledKeys?new Set(o.disabledKeys):new Set,[o.disabledKeys]),h=k8(o,E.useCallback(S=>new K8(S,{expandedKeys:i}),[i]),null);return E.useEffect(()=>{f.focusedKey!=null&&!h.getItem(f.focusedKey)&&f.setFocusedKey(null)},[h,f.focusedKey]),{collection:h,expandedKeys:i,disabledKeys:p,toggleKey:S=>{l(Y8(i,S))},setExpandedKeys:l,selectionManager:new H8(h,f)}}function Y8(o,i){let l=new Set(o);return l.has(i)?l.delete(i):l.add(i),l}var Yb={exports:{}},Qb={};/**
172
172
  * @license React
173
173
  * use-sync-external-store-shim.production.min.js
174
174
  *
@@ -176,7 +176,7 @@ You might need to use a local HTTP server (instead of file://): https://reactjs.
176
176
  *
177
177
  * This source code is licensed under the MIT license found in the
178
178
  * LICENSE file in the root directory of this source tree.
179
- */var M_;function ED(){if(M_)return Vg;M_=1;var l=L;function c(D,N){return D===N&&(D!==0||1/D===1/N)||D!==D&&N!==N}var s=typeof Object.is=="function"?Object.is:c,v=l.useState,g=l.useEffect,S=l.useLayoutEffect,y=l.useDebugValue;function E(D,N){var M=N(),te=v({inst:{value:M,getSnapshot:N}}),Y=te[0].inst,U=te[1];return S(function(){Y.value=M,Y.getSnapshot=N,T(Y)&&U({inst:Y})},[D,M,N]),g(function(){return T(Y)&&U({inst:Y}),D(function(){T(Y)&&U({inst:Y})})},[D]),y(M),M}function T(D){var N=D.getSnapshot;D=D.value;try{var M=N();return!s(D,M)}catch{return!0}}function R(D,N){return N()}var j=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?R:E;return Vg.useSyncExternalStore=l.useSyncExternalStore!==void 0?l.useSyncExternalStore:j,Vg}var jg={};/**
179
+ */var A_;function Q8(){if(A_)return Qb;A_=1;var o=E;function i(T,D){return T===D&&(T!==0||1/T===1/D)||T!==T&&D!==D}var l=typeof Object.is=="function"?Object.is:i,f=o.useState,p=o.useEffect,h=o.useLayoutEffect,m=o.useDebugValue;function S(T,D){var P=D(),A=f({inst:{value:P,getSnapshot:D}}),z=A[0].inst,O=A[1];return h(function(){z.value=P,z.getSnapshot=D,w(z)&&O({inst:z})},[T,P,D]),p(function(){return w(z)&&O({inst:z}),T(function(){w(z)&&O({inst:z})})},[T]),m(P),P}function w(T){var D=T.getSnapshot;T=T.value;try{var P=D();return!l(T,P)}catch{return!0}}function C(T,D){return D()}var R=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?C:S;return Qb.useSyncExternalStore=o.useSyncExternalStore!==void 0?o.useSyncExternalStore:R,Qb}var Xb={};/**
180
180
  * @license React
181
181
  * use-sync-external-store-shim.development.js
182
182
  *
@@ -184,26 +184,26 @@ You might need to use a local HTTP server (instead of file://): https://reactjs.
184
184
  *
185
185
  * This source code is licensed under the MIT license found in the
186
186
  * LICENSE file in the root directory of this source tree.
187
- */var $_;function wD(){return $_||($_=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var l=L,c=l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function s(ne){{for(var ce=arguments.length,H=new Array(ce>1?ce-1:0),ze=1;ze<ce;ze++)H[ze-1]=arguments[ze];v("error",ne,H)}}function v(ne,ce,H){{var ze=c.ReactDebugCurrentFrame,$e=ze.getStackAddendum();$e!==""&&(ce+="%s",H=H.concat([$e]));var P=H.map(function(Te){return String(Te)});P.unshift("Warning: "+ce),Function.prototype.apply.call(console[ne],console,P)}}function g(ne,ce){return ne===ce&&(ne!==0||1/ne===1/ce)||ne!==ne&&ce!==ce}var S=typeof Object.is=="function"?Object.is:g,y=l.useState,E=l.useEffect,T=l.useLayoutEffect,R=l.useDebugValue,j=!1,D=!1;function N(ne,ce,H){j||l.startTransition!==void 0&&(j=!0,s("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var ze=ce();if(!D){var $e=ce();S(ze,$e)||(s("The result of getSnapshot should be cached to avoid an infinite loop"),D=!0)}var P=y({inst:{value:ze,getSnapshot:ce}}),Te=P[0].inst,Se=P[1];return T(function(){Te.value=ze,Te.getSnapshot=ce,M(Te)&&Se({inst:Te})},[ne,ze,ce]),E(function(){M(Te)&&Se({inst:Te});var ee=function(){M(Te)&&Se({inst:Te})};return ne(ee)},[ne]),R(ze),ze}function M(ne){var ce=ne.getSnapshot,H=ne.value;try{var ze=ce();return!S(H,ze)}catch{return!0}}function te(ne,ce,H){return ce()}var Y=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",U=!Y,me=U?te:N,_e=l.useSyncExternalStore!==void 0?l.useSyncExternalStore:me;jg.useSyncExternalStore=_e,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),jg}process.env.NODE_ENV==="production"?Hg.exports=ED():Hg.exports=wD();var TD=Hg.exports;function RD(l,c,s){let v=cg(),g=L.useRef(v);g.current=v;let S=L.useCallback(()=>g.current?s():c(),[c,s]);return TD.useSyncExternalStore(l,S)}typeof L.useSyncExternalStore=="function"&&L.useSyncExternalStore;const DD=Symbol("callback"),P_=Symbol("default");function A_({values:l,children:c}){for(let[s,v]of l)c=L.createElement(s.Provider,{value:v},c);return c}function fl(l){let{className:c,style:s,children:v,defaultClassName:g,defaultChildren:S,values:y}=l;return L.useMemo(()=>{let E,T,R;return typeof c=="function"?E=c(y):E=c,typeof s=="function"?T=s(y):T=s,typeof v=="function"?R=v(y):v==null?R=S:R=v,{className:E??g,style:T,children:R,"data-rac":""}},[c,s,v,g,S,y])}function ND(l,c){let s=L.useContext(l);if(c===null)return null;if(s&&typeof s=="object"&&"slots"in s&&s.slots){let v=new Intl.ListFormat().format(Object.keys(s.slots).map(S=>`"${S}"`));if(!c&&!s.slots[P_])throw new Error(`A slot prop is required. Valid slot names are ${v}.`);let g=c||P_;if(!s.slots[g])throw new Error(`Invalid slot "${c}". Valid slot names are ${v}.`);return s.slots[g]}return s}function go(l,c,s){let v=ND(s,l.slot)||{},{ref:g,[DD]:S,...y}=v,E=o2(L.useMemo(()=>BR(c,g),[c,g])),T=vn(y,l);return"style"in y&&y.style&&typeof y.style=="object"&&"style"in l&&l.style&&typeof l.style=="object"&&(T.style={...y.style,...l.style}),L.useEffect(()=>{S&&S(l)},[S,l]),[T,E]}function z_(){let[l,c]=L.useState(!0),s=L.useRef(!1),v=L.useCallback(g=>{s.current=!0,c(!!g)},[]);return cl(()=>{s.current||c(!1)},[]),[v,l]}if(typeof HTMLTemplateElement<"u"){const l=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild").get;Object.defineProperty(HTMLTemplateElement.prototype,"firstChild",{configurable:!0,enumerable:!0,get:function(){return this.dataset.reactAriaHidden?this.content.firstChild:l.call(this)}})}const OD=L.createContext(!1);typeof DocumentFragment<"u"&&new DocumentFragment;function Bg(l){let c=(s,v)=>L.useContext(OD)?null:l(s,v);return c.displayName=l.displayName||l.name,L.forwardRef(c)}function F_(l){const c=/^(data-.*)$/;let s={};for(const v in l)c.test(v)||(s[v]=l[v]);return s}const LD=L.createContext(null);function MD(l,c){[l,c]=go(l,c,LD);let s=l.href?"a":"span",{linkProps:v,isPressed:g}=P2({...l,elementType:s},c),{hoverProps:S,isHovered:y}=Wf(l),{focusProps:E,isFocused:T,isFocusVisible:R}=js(),j=fl({...l,defaultClassName:"react-aria-Link",values:{isCurrent:!!l["aria-current"],isDisabled:l.isDisabled||!1,isPressed:g,isHovered:y,isFocused:T,isFocusVisible:R}});return L.createElement(s,{ref:c,slot:l.slot||void 0,...vn(j,v,S,E),"data-focused":T||void 0,"data-hovered":y||void 0,"data-pressed":g||void 0,"data-focus-visible":R||void 0,"data-current":!!l["aria-current"]||void 0,"data-disabled":l.isDisabled||void 0},j.children)}const $D=L.forwardRef(MD),PD=new Set(["form","formAction","formEncType","formMethod","formNoValidate","formTarget","name","value"]),U_=L.createContext({});function AD(l,c){[l,c]=go(l,c,U_);let s=l,{buttonProps:v,isPressed:g}=nD(l,c),{focusProps:S,isFocused:y,isFocusVisible:E}=js(l),{hoverProps:T,isHovered:R}=Wf(l),j=fl({...l,values:{isHovered:R,isPressed:g,isFocused:y,isFocusVisible:E,isDisabled:l.isDisabled||!1},defaultClassName:"react-aria-Button"});return L.createElement("button",{...ku(l,{propNames:PD}),...vn(v,S,T),...j,ref:c,slot:l.slot||void 0,"data-disabled":l.isDisabled||void 0,"data-pressed":s.isPressed||g||void 0,"data-hovered":R||void 0,"data-focused":y||void 0,"data-focus-visible":E||void 0})}const Ig=Bg(AD),Yg=L.createContext({});function zD(l,c){[l,c]=go(l,c,Yg);let{elementType:s="span",...v}=l;return L.createElement(s,{className:"react-aria-Text",...v,ref:c})}const FD=L.forwardRef(zD),Hv=L.createContext(null);function UD(l,c){let s=L.useContext(Hv);return s!=null&&s.isInvalid?L.createElement(VD,{...l,ref:c}):null}const HD=L.forwardRef(UD),VD=L.forwardRef((l,c)=>{let s=L.useContext(Hv),v=fl({...l,defaultClassName:"react-aria-FieldError",defaultChildren:s.validationErrors.join(" "),values:s});return L.createElement(FD,{slot:"errorMessage",...v,ref:c})}),Wg=L.createContext({});function jD(l,c){[l,c]=go(l,c,Wg);let{elementType:s="label",...v}=l;return L.createElement(s,{className:"react-aria-Label",...v,ref:c})}const H_=Bg(jD),V_=L.createContext({});function BD(l,c){[l,c]=go(l,c,V_);let{isDisabled:s,isInvalid:v,onHoverStart:g,onHoverChange:S,onHoverEnd:y,...E}=l,{hoverProps:T,isHovered:R}=Wf({onHoverStart:g,onHoverChange:S,onHoverEnd:y,isDisabled:s}),{isFocused:j,isFocusVisible:D,focusProps:N}=js({within:!0});s??(s=!!l["aria-disabled"]&&l["aria-disabled"]!=="false"),v??(v=!!l["aria-invalid"]&&l["aria-invalid"]!=="false");let M=fl({...l,values:{isHovered:R,isFocusWithin:j,isFocusVisible:D,isDisabled:s,isInvalid:v},defaultClassName:"react-aria-Group"});var te,Y;return L.createElement("div",{...vn(E,N,T),...M,ref:c,role:(te=l.role)!==null&&te!==void 0?te:"group",slot:(Y=l.slot)!==null&&Y!==void 0?Y:void 0,"data-focus-within":j||void 0,"data-hovered":R||void 0,"data-focus-visible":D||void 0,"data-disabled":s||void 0,"data-invalid":v||void 0},M.children)}const Qg=L.forwardRef(BD),Kg=L.createContext({});let ID=l=>{let{onHoverStart:c,onHoverChange:s,onHoverEnd:v,...g}=l;return g};function YD(l,c){[l,c]=go(l,c,Kg);let{hoverProps:s,isHovered:v}=Wf(l),{isFocused:g,isFocusVisible:S,focusProps:y}=js({isTextInput:!0,autoFocus:l.autoFocus}),E=!!l["aria-invalid"]&&l["aria-invalid"]!=="false",T=fl({...l,values:{isHovered:v,isFocused:g,isFocusVisible:S,isDisabled:l.disabled||!1,isInvalid:E},defaultClassName:"react-aria-Input"});return L.createElement("input",{...vn(ID(l),y,s),...T,ref:c,"data-focused":g||void 0,"data-disabled":l.disabled||void 0,"data-hovered":v||void 0,"data-focus-visible":S||void 0,"data-invalid":E||void 0})}const j_=Bg(YD),WD=L.createContext(null),QD=L.createContext(null);function KD(l,c){[l,c]=go(l,c,WD);let{locale:s}=Mg();var v;let g=CD({...l,locale:s,validationBehavior:(v=l.validationBehavior)!==null&&v!==void 0?v:"native"}),S=L.useRef(null),[y,E]=z_();var T;let{labelProps:R,groupProps:j,inputProps:D,incrementButtonProps:N,decrementButtonProps:M,descriptionProps:te,errorMessageProps:Y,...U}=_D({...F_(l),label:E,validationBehavior:(T=l.validationBehavior)!==null&&T!==void 0?T:"native"},g,S),me=fl({...l,values:{state:g,isDisabled:l.isDisabled||!1,isInvalid:U.isInvalid||!1},defaultClassName:"react-aria-NumberField"}),_e=ku(l);return delete _e.id,L.createElement(A_,{values:[[QD,g],[V_,j],[Kg,{...D,ref:S}],[Wg,{...R,ref:y}],[U_,{slots:{increment:N,decrement:M}}],[Yg,{slots:{description:te,errorMessage:Y}}],[Hv,U]]},L.createElement("div",{..._e,...me,ref:c,slot:l.slot||void 0,"data-disabled":l.isDisabled||void 0,"data-invalid":U.isInvalid||void 0}),l.name&&L.createElement("input",{type:"hidden",name:l.name,value:isNaN(g.numberValue)?"":g.numberValue}))}const XD=L.forwardRef(KD),B_=L.createContext({});let JD=l=>{let{onHoverStart:c,onHoverChange:s,onHoverEnd:v,...g}=l;return g};function ZD(l,c){[l,c]=go(l,c,B_);let{hoverProps:s,isHovered:v}=Wf(l),{isFocused:g,isFocusVisible:S,focusProps:y}=js({isTextInput:!0,autoFocus:l.autoFocus}),E=!!l["aria-invalid"]&&l["aria-invalid"]!=="false",T=fl({...l,values:{isHovered:v,isFocused:g,isFocusVisible:S,isDisabled:l.disabled||!1,isInvalid:E},defaultClassName:"react-aria-TextArea"});return L.createElement("textarea",{...vn(JD(l),y,s),...T,ref:c,"data-focused":g||void 0,"data-disabled":l.disabled||void 0,"data-hovered":v||void 0,"data-focus-visible":S||void 0,"data-invalid":E||void 0})}const GD=L.forwardRef(ZD),qD=L.createContext(null);function e4(l,c){[l,c]=go(l,c,qD);let s=L.useRef(null),[v,g]=z_(),[S,y]=L.useState("input");var E;let{labelProps:T,inputProps:R,descriptionProps:j,errorMessageProps:D,...N}=mx({...F_(l),inputElementType:S,label:g,validationBehavior:(E=l.validationBehavior)!==null&&E!==void 0?E:"native"},s),M=L.useCallback(Y=>{s.current=Y,Y&&y(Y instanceof HTMLTextAreaElement?"textarea":"input")},[]),te=fl({...l,values:{isDisabled:l.isDisabled||!1,isInvalid:N.isInvalid},defaultClassName:"react-aria-TextField"});return L.createElement("div",{...ku(l),...te,ref:c,slot:l.slot||void 0,"data-disabled":l.isDisabled||void 0,"data-invalid":N.isInvalid||void 0},L.createElement(A_,{values:[[Wg,{...T,ref:v}],[Kg,{...R,ref:M}],[B_,{...R,ref:M}],[Yg,{slots:{description:j,errorMessage:D}}],[Hv,N]]},te.children))}const I_=L.forwardRef(e4),t4=Pn({base:"ui-kit__useFocusRing-module__base"}.base);function Is(l={}){const c=js(l),s=t4(),v={...c.focusProps,"data-focused":c.isFocused,"data-focus-visible":c.isFocusVisible};return{...c,focusProps:v,focusRingClassnames:s}}const Jf={base:"ui-kit__button-module__base",primary:"ui-kit__button-module__primary",secondary:"ui-kit__button-module__secondary",critical:"ui-kit__button-module__critical",tertiary:"ui-kit__button-module__tertiary"},n4=Pn(Jf.base,{variants:{variant:{critical:Jf.critical,primary:Jf.primary,secondary:Jf.secondary,tertiary:Jf.tertiary}}});function Y_({className:l,variant:c="secondary",...s}){const{focusRingClassnames:v,focusProps:g}=Is(),S=vn(s,g);return qe.jsx(Ig,{className:$a(n4({className:l,variant:c}),v),...S})}Y_.displayName="Button";const W_={base:"ui-kit__button-group-module__base",fit:"ui-kit__button-group-module__fit"};function r4({className:l,children:c,...s}){return qe.jsx("div",{className:$a(W_.base,l),...s,children:c})}function i4({children:l,expand:c=!0}){return L.cloneElement(l,{className:$a(l.props.className,!c&&W_.fit)})}const a4={base:"ui-kit__divider-module__base"};function o4({className:l,...c}){return qe.jsx("hr",{className:$a(a4.base,l),...c})}let Vv;const l4=new Uint8Array(16);function u4(){if(!Vv&&(Vv=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Vv))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Vv(l4)}const cr=[];for(let l=0;l<256;++l)cr.push((l+256).toString(16).slice(1));function s4(l,c=0){return cr[l[c+0]]+cr[l[c+1]]+cr[l[c+2]]+cr[l[c+3]]+"-"+cr[l[c+4]]+cr[l[c+5]]+"-"+cr[l[c+6]]+cr[l[c+7]]+"-"+cr[l[c+8]]+cr[l[c+9]]+"-"+cr[l[c+10]]+cr[l[c+11]]+cr[l[c+12]]+cr[l[c+13]]+cr[l[c+14]]+cr[l[c+15]]}const Q_={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function c4(l,c,s){if(Q_.randomUUID&&!c&&!l)return Q_.randomUUID();l=l||{};const v=l.random||(l.rng||u4)();if(v[6]=v[6]&15|64,v[8]=v[8]&63|128,c){s=s||0;for(let g=0;g<16;++g)c[s+g]=v[g];return c}return s4(v)}const ra={GET_APP_CONTEXT:"GET_APP_CONTEXT",OPEN_SIDE_PANEL:"OPEN_SIDE_PANEL",SEND_APP_CONTEXT:"SEND_APP_CONTEXT",SET_APP_HEIGHT:"SET_APP_HEIGHT",SET_CLIPBOARD_TEXT:"SET_CLIPBOARD_TEXT",SHOW_NOTIFICATION:"SHOW_NOTIFICATION",CONFIRM_NOTIFICATION_CLOSED:"CONFIRM_NOTIFICATION_CLOSED",CONFIRM_NOTIFICATION_CONFIRMED:"CONFIRM_NOTIFICATION_CONFIRMED",GET_APP_STYLES:"GET_APP_STYLES",SEND_APP_STYLES:"SEND_APP_STYLES"},Xg={CONFIRM:"CONFIRM",ERROR:"ERROR",MESSAGE:"MESSAGE",SUCCESS:"SUCCESS",WARNING:"WARNING"},f4=["https://secure.helpscout.net","https://hs-app.*.hsenv.io"],Jg=l=>{let c;try{c=new URL(l).origin}catch{return!1}return c&&f4.some(s=>c.match(s))};class d4{send(c,s={}){var v;if(!Jg(document.referrer)){console.warn("Unable to send message. Please run your app from within Help Scout.");return}window.parent.postMessage(JSON.parse(JSON.stringify({...s,type:c,appId:(v=window.name)==null?void 0:v.replace(/app-side-panel-|app-/,""),iframeId:window.name})),document.referrer)}async receive(c){return await new Promise(s=>{window.addEventListener("message",function(g){if(Jg(g.origin))try{const{data:S}=g,{type:y,...E}=S;y===c&&s(E)}catch{console.error("Unable to read postMessage data.")}})})}listen(c,s){window.addEventListener("message",function(g){if(Jg(g.origin))try{const{data:S}=g,{type:y,...E}=S;y===c&&s(E)}catch{console.error("Unable to read postMessage data.")}})}}const ia=new d4;let p4=class{async getApplicationContext(){return ia.send(ra.GET_APP_CONTEXT),await ia.receive(ra.SEND_APP_CONTEXT)}watchApplicationContext(c){ia.listen(ra.SEND_APP_CONTEXT,s=>{c(s)})}setClipboardText(c,s="Text copied"){ia.send(ra.SET_CLIPBOARD_TEXT,{value:{text:c,successMessage:s}})}setAppHeight(c){ia.send(ra.SET_APP_HEIGHT,{value:c})}showNotification(c,s,v={}){if(c===Xg.CONFIRM&&(v=v,v.id||(v.id=c4())),ia.send(ra.SHOW_NOTIFICATION,{value:{type:c,message:s,options:(c===Xg.CONFIRM,v)}}),c===Xg.CONFIRM){const g=v;g.onConfirm&&ia.listen(ra.CONFIRM_NOTIFICATION_CONFIRMED,S=>{S.id===g.id&&g.onConfirm&&g.onConfirm()}),g.onClose&&ia.listen(ra.CONFIRM_NOTIFICATION_CLOSED,S=>{S.id===g.id&&g.onClose&&g.onClose()})}}async getAppStyles(){ia.send(ra.GET_APP_STYLES);const{styles:c}=await ia.receive(ra.SEND_APP_STYLES);return c}openSidePanel(c){ia.send(ra.OPEN_SIDE_PANEL,{value:c})}getInstallationIds(){const c=window==null?void 0:window.name;return c&&c.startsWith("app-")?c.replace("app-","").split("-").filter(s=>!!s):[]}};const v4=new p4,m4={root:"ui-kit__theme-module__root"};function K_({children:l,fetchStyles:c=!0}){const[s,v]=L.useState(),g=L.useRef(null);return L.useEffect(()=>{if(!c)return;(async()=>{const y=await v4.getAppStyles();v(y)})()},[c]),L.useEffect(()=>{g.current&&(g.current.innerHTML=s||"")},[s]),qe.jsxs("div",{className:m4.root,children:[c&&qe.jsx("style",{ref:g}),l]})}K_.displayName="Theme";const _i={base:"ui-kit__input-module__base",error:"ui-kit__input-module__error",success:"ui-kit__input-module__success",warning:"ui-kit__input-module__warning",group:"ui-kit__input-module__group",disabled:"ui-kit__input-module__disabled",input:"ui-kit__input-module__input"},h4=Pn(_i.base,{variants:{state:{error:_i.error,success:_i.success,warning:_i.warning}}}),y4=Pn(_i.group,{variants:{disabled:{true:_i.disabled},state:{error:_i.error,success:_i.success,warning:_i.warning}}}),g4=Pn(_i.input,{variants:{state:{error:_i.error,success:_i.success,warning:_i.warning}}});function Zg({className:l,disabled:c,state:s,...v}){const{focusProps:g,focusRingClassnames:S}=Is({within:!0});return qe.jsx("div",{...g,className:$a(h4({className:l,state:s}),S),children:qe.jsx(Qg,{className:y4({disabled:c,state:s}),children:qe.jsx(j_,{...v,className:g4({state:s}),disabled:c})})})}Zg.displayName="Input";const Zf={base:"ui-kit__label-module__base","label-group":"ui-kit__label-module__label-group"},b4=Pn(Zf.base,{variants:{required:{true:Zf.required}}});function jv({className:l,...c}){return qe.jsxs(H_,{className:b4({className:l}),...c,children:[c.children,c.required&&qe.jsx(Wv,{className:Zf.required,tone:"error",children:"*"})]})}function Bv({children:l}){return qe.jsx(Wv,{className:Zf.description,tone:"disabled",children:l})}function Iv(l){return qe.jsx(Qg,{className:Zf["label-group"],...l})}jv.displayName="Label",Bv.displayName="LabelDescription",Iv.displayName="LabelGroup";const k4=Pn({base:"ui-kit__link-module__base"}.base);function X_({className:l,...c}){const{focusRingClassnames:s,focusProps:v}=Is(),g=vn(c,v);return qe.jsx($D,{className:$a(k4({className:l}),s),...g})}X_.displayName="Link";const Gf={base:"ui-kit__icon-module__base",xs:"ui-kit__icon-module__xs",sm:"ui-kit__icon-module__sm",md:"ui-kit__icon-module__md",lg:"ui-kit__icon-module__lg"},S4=Pn(Gf.base,{variants:{size:{xs:Gf.xs,sm:Gf.sm,md:Gf.md,lg:Gf.lg}}});function Gg({className:l,icon:c,size:s="md",...v}){return qe.jsx("span",{role:"img",className:S4({className:l,size:s}),...v,children:c&&qe.jsx(c,{})})}Gg.displayName="Icon";const Yv={base:"ui-kit__number-field-module__base",group:"ui-kit__number-field-module__group",input:"ui-kit__number-field-module__input",button:"ui-kit__number-field-module__button"},x4=Pn(Yv.base),_4=Pn(Yv.group),C4=Pn(Yv.input),E4=Pn(Yv.button);function J_({className:l,...c}){const{focusProps:s,focusRingClassnames:v}=Is({within:!0}),g={className:E4()},S=vn(c,s);return qe.jsxs(XD,{className:$a(x4({className:l}),v),...S,children:[qe.jsx(H_,{}),qe.jsxs(Qg,{className:_4(),children:[qe.jsx(j_,{className:C4()}),qe.jsx(Ig,{slot:"increment",...g,children:"+"}),qe.jsx(Ig,{slot:"decrement",...g,children:"-"})]}),qe.jsx(HD,{})]})}J_.displayName="NumberField";const w4={h1:{variant:"heading-md",tone:"headline"},h2:{variant:"heading-md",tone:"headline"},h3:{variant:"heading-md",tone:"headline"},h4:{variant:"heading-md",tone:"headline"},h5:{variant:"heading-md",tone:"headline"},h6:{variant:"heading-md",tone:"headline"},dd:{variant:"body-md"},dt:{variant:"body-md"},legend:{variant:"body-md"},p:{variant:"body-md"},span:{variant:"body-md"},strong:{variant:"body-md-strong"}},T4="body-md",R4="default",D4=({as:l="span",variant:c,tone:s})=>{const v=w4[l]||{},g=c||v.variant||T4,S=s||v.tone||R4;return{variant:g,tone:S}},fr={base:"ui-kit__text-module__base","visually-hidden":"ui-kit__text-module__visually-hidden","heading-lg":"ui-kit__text-module__heading-lg","heading-md":"ui-kit__text-module__heading-md","body-md-strong":"ui-kit__text-module__body-md-strong","body-md":"ui-kit__text-module__body-md","body-sm":"ui-kit__text-module__body-sm",default:"ui-kit__text-module__default",headline:"ui-kit__text-module__headline",dark:"ui-kit__text-module__dark",light:"ui-kit__text-module__light",disabled:"ui-kit__text-module__disabled",info:"ui-kit__text-module__info",success:"ui-kit__text-module__success",warning:"ui-kit__text-module__warning",critical:"ui-kit__text-module__critical",error:"ui-kit__text-module__error"},N4=Pn(fr.base,{variants:{tone:{default:fr.default,headline:fr.headline,dark:fr.dark,light:fr.light,disabled:fr.disabled,critical:fr.critical,error:fr.error,info:fr.info,success:fr.success,warning:fr.warning},variant:{"heading-lg":fr["heading-lg"],"heading-md":fr["heading-md"],"body-md-strong":fr["body-md-strong"],"body-md":fr["body-md"],"body-sm":fr["body-sm"]},visuallyHidden:{true:fr["visually-hidden"]}}}),Wv=L.forwardRef(({className:l,as:c="span",variant:s,tone:v,children:g,visuallyHidden:S=!1,...y},E)=>{const{variant:T,tone:R}=D4({as:c,variant:s,tone:v});return L.createElement(c,{className:N4({className:l,variant:T,tone:R,visuallyHidden:S}),ref:E,...y},g)});Wv.displayName="Text";const dl={base:"ui-kit__text-area-module__base",error:"ui-kit__text-area-module__error",success:"ui-kit__text-area-module__success",warning:"ui-kit__text-area-module__warning","text-area":"ui-kit__text-area-module__text-area"},O4=Pn(dl.base,{variants:{state:{error:dl.error,success:dl.success,warning:dl.warning}}}),L4=Pn(dl["text-area"],{variants:{state:{error:dl.error,success:dl.success,warning:dl.warning}}});function Z_({className:l,disabled:c,state:s,...v}){const{focusProps:g,focusRingClassnames:S}=Is({within:!0});return qe.jsx("div",{...g,className:$a(O4({className:l,state:s}),S),children:qe.jsx(GD,{...v,className:$a(L4({state:s}),S,l),disabled:c,...g})})}const G_={base:"ui-kit__text-area-field-module__base",control:"ui-kit__text-area-field-module__control"};function q_(l){return l&&l.__esModule&&Object.prototype.hasOwnProperty.call(l,"default")?l.default:l}function M4(l){if(l.__esModule)return l;var c=l.default;if(typeof c=="function"){var s=function v(){return this instanceof v?Reflect.construct(c,arguments,this.constructor):c.apply(this,arguments)};s.prototype=c.prototype}else s={};return Object.defineProperty(s,"__esModule",{value:!0}),Object.keys(l).forEach(function(v){var g=Object.getOwnPropertyDescriptor(l,v);Object.defineProperty(s,v,g.get?g:{enumerable:!0,get:function(){return l[v]}})}),s}var pl={},qg={exports:{}},eb={exports:{}},$t={};/** @license React v16.13.1
187
+ */var F_;function X8(){return F_||(F_=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var o=E,i=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function l(W){{for(var ie=arguments.length,F=new Array(ie>1?ie-1:0),ve=1;ve<ie;ve++)F[ve-1]=arguments[ve];f("error",W,F)}}function f(W,ie,F){{var ve=i.ReactDebugCurrentFrame,be=ve.getStackAddendum();be!==""&&(ie+="%s",F=F.concat([be]));var $=F.map(function(ge){return String(ge)});$.unshift("Warning: "+ie),Function.prototype.apply.call(console[W],console,$)}}function p(W,ie){return W===ie&&(W!==0||1/W===1/ie)||W!==W&&ie!==ie}var h=typeof Object.is=="function"?Object.is:p,m=o.useState,S=o.useEffect,w=o.useLayoutEffect,C=o.useDebugValue,R=!1,T=!1;function D(W,ie,F){R||o.startTransition!==void 0&&(R=!0,l("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var ve=ie();if(!T){var be=ie();h(ve,be)||(l("The result of getSnapshot should be cached to avoid an infinite loop"),T=!0)}var $=m({inst:{value:ve,getSnapshot:ie}}),ge=$[0].inst,J=$[1];return w(function(){ge.value=ve,ge.getSnapshot=ie,P(ge)&&J({inst:ge})},[W,ve,ie]),S(function(){P(ge)&&J({inst:ge});var Q=function(){P(ge)&&J({inst:ge})};return W(Q)},[W]),C(ve),ve}function P(W){var ie=W.getSnapshot,F=W.value;try{var ve=ie();return!h(F,ve)}catch{return!0}}function A(W,ie,F){return ie()}var z=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",O=!z,oe=O?A:D,le=o.useSyncExternalStore!==void 0?o.useSyncExternalStore:oe;Xb.useSyncExternalStore=le,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),Xb}process.env.NODE_ENV==="production"?Yb.exports=Q8():Yb.exports=X8();var Z8=Yb.exports;class Zb{get childNodes(){throw new Error("childNodes is not supported")}clone(){let i=new Zb(this.type,this.key);return i.value=this.value,i.level=this.level,i.hasChildNodes=this.hasChildNodes,i.rendered=this.rendered,i.textValue=this.textValue,i["aria-label"]=this["aria-label"],i.index=this.index,i.parentKey=this.parentKey,i.prevKey=this.prevKey,i.nextKey=this.nextKey,i.firstChildKey=this.firstChildKey,i.lastChildKey=this.lastChildKey,i.props=this.props,i}constructor(i,l){this.value=null,this.level=0,this.hasChildNodes=!1,this.rendered=null,this.textValue="",this["aria-label"]=void 0,this.index=0,this.parentKey=null,this.prevKey=null,this.nextKey=null,this.firstChildKey=null,this.lastChildKey=null,this.props={},this.type=i,this.key=l}}class z_{*[Symbol.iterator](){let i=this.firstChild;for(;i;)yield i,i=i.nextSibling}get firstChild(){return this._firstChild}set firstChild(i){this._firstChild=i,this.ownerDocument.markDirty(this)}get lastChild(){return this._lastChild}set lastChild(i){this._lastChild=i,this.ownerDocument.markDirty(this)}get previousSibling(){return this._previousSibling}set previousSibling(i){this._previousSibling=i,this.ownerDocument.markDirty(this)}get nextSibling(){return this._nextSibling}set nextSibling(i){this._nextSibling=i,this.ownerDocument.markDirty(this)}get parentNode(){return this._parentNode}set parentNode(i){this._parentNode=i,this.ownerDocument.markDirty(this)}get isConnected(){var i;return((i=this.parentNode)===null||i===void 0?void 0:i.isConnected)||!1}appendChild(i){this.ownerDocument.startTransaction(),i.parentNode&&i.parentNode.removeChild(i),this.firstChild==null&&(this.firstChild=i),this.lastChild?(this.lastChild.nextSibling=i,i.index=this.lastChild.index+1,i.previousSibling=this.lastChild):(i.previousSibling=null,i.index=0),i.parentNode=this,i.nextSibling=null,this.lastChild=i,this.ownerDocument.markDirty(this),i.hasSetProps&&this.ownerDocument.addNode(i),this.ownerDocument.endTransaction(),this.ownerDocument.queueUpdate()}insertBefore(i,l){if(l==null)return this.appendChild(i);this.ownerDocument.startTransaction(),i.parentNode&&i.parentNode.removeChild(i),i.nextSibling=l,i.previousSibling=l.previousSibling,i.index=l.index,this.firstChild===l?this.firstChild=i:l.previousSibling&&(l.previousSibling.nextSibling=i),l.previousSibling=i,i.parentNode=l.parentNode;let f=l;for(;f;)f.index++,f=f.nextSibling;i.hasSetProps&&this.ownerDocument.addNode(i),this.ownerDocument.endTransaction(),this.ownerDocument.queueUpdate()}removeChild(i){if(i.parentNode!==this)return;this.ownerDocument.startTransaction();let l=i.nextSibling;for(;l;)l.index--,l=l.nextSibling;i.nextSibling&&(i.nextSibling.previousSibling=i.previousSibling),i.previousSibling&&(i.previousSibling.nextSibling=i.nextSibling),this.firstChild===i&&(this.firstChild=i.nextSibling),this.lastChild===i&&(this.lastChild=i.previousSibling),i.parentNode=null,i.nextSibling=null,i.previousSibling=null,i.index=0,this.ownerDocument.removeNode(i),this.ownerDocument.endTransaction(),this.ownerDocument.queueUpdate()}addEventListener(){}removeEventListener(){}constructor(i){this._firstChild=null,this._lastChild=null,this._previousSibling=null,this._nextSibling=null,this._parentNode=null,this.ownerDocument=i}}class Td extends z_{get index(){return this._index}set index(i){this._index=i,this.ownerDocument.markDirty(this)}get level(){return this.parentNode instanceof Td?this.parentNode.level+(this.node.type==="item"?1:0):0}updateNode(){var i,l,f,p;let h=this.ownerDocument.getMutableNode(this);h.index=this.index,h.level=this.level,h.parentKey=this.parentNode instanceof Td?this.parentNode.node.key:null;var m;h.prevKey=(m=(i=this.previousSibling)===null||i===void 0?void 0:i.node.key)!==null&&m!==void 0?m:null;var S;h.nextKey=(S=(l=this.nextSibling)===null||l===void 0?void 0:l.node.key)!==null&&S!==void 0?S:null,h.hasChildNodes=!!this.firstChild;var w;h.firstChildKey=(w=(f=this.firstChild)===null||f===void 0?void 0:f.node.key)!==null&&w!==void 0?w:null;var C;h.lastChildKey=(C=(p=this.lastChild)===null||p===void 0?void 0:p.node.key)!==null&&C!==void 0?C:null}setProps(i,l,f){let p=this.ownerDocument.getMutableNode(this),{value:h,textValue:m,id:S,...w}=i;if(w.ref=l,p.props=w,p.rendered=f,p.value=h,p.textValue=m||(typeof f=="string"?f:"")||i["aria-label"]||"",S!=null&&S!==p.key){if(this.hasSetProps)throw new Error("Cannot change the id of an item");p.key=S}this.hasSetProps||(this.ownerDocument.addNode(this),this.ownerDocument.endTransaction(),this.hasSetProps=!0),this.ownerDocument.queueUpdate()}get style(){return{}}hasAttribute(){}setAttribute(){}setAttributeNS(){}removeAttribute(){}constructor(i,l){super(l),this.nodeType=8,this._index=0,this.hasSetProps=!1,this.node=new Zb(i,`react-aria-${++l.nodeId}`),this.ownerDocument.startTransaction()}}class J8{get size(){return this.keyMap.size}getKeys(){return this.keyMap.keys()}*[Symbol.iterator](){let i=this.firstKey!=null?this.keyMap.get(this.firstKey):void 0;for(;i;)yield i,i=i.nextKey!=null?this.keyMap.get(i.nextKey):void 0}getChildren(i){let l=this.keyMap;return{*[Symbol.iterator](){let f=l.get(i),p=(f==null?void 0:f.firstChildKey)!=null?l.get(f.firstChildKey):null;for(;p;)yield p,p=p.nextKey!=null?l.get(p.nextKey):void 0}}}getKeyBefore(i){let l=this.keyMap.get(i);if(!l)return null;if(l.prevKey!=null){for(l=this.keyMap.get(l.prevKey);l&&l.type!=="item"&&l.lastChildKey!=null;)l=this.keyMap.get(l.lastChildKey);var f;return(f=l==null?void 0:l.key)!==null&&f!==void 0?f:null}return l.parentKey}getKeyAfter(i){let l=this.keyMap.get(i);if(!l)return null;if(l.type!=="item"&&l.firstChildKey!=null)return l.firstChildKey;for(;l;){if(l.nextKey!=null)return l.nextKey;if(l.parentKey!=null)l=this.keyMap.get(l.parentKey);else return null}return null}getFirstKey(){return this.firstKey}getLastKey(){let i=this.lastKey!=null?this.keyMap.get(this.lastKey):null;for(;(i==null?void 0:i.lastChildKey)!=null;)i=this.keyMap.get(i.lastChildKey);var l;return(l=i==null?void 0:i.key)!==null&&l!==void 0?l:null}getItem(i){var l;return(l=this.keyMap.get(i))!==null&&l!==void 0?l:null}at(){throw new Error("Not implemented")}clone(){let i=this.constructor,l=new i;return l.keyMap=new Map(this.keyMap),l.firstKey=this.firstKey,l.lastKey=this.lastKey,l}addNode(i){if(this.frozen)throw new Error("Cannot add a node to a frozen collection");this.keyMap.set(i.key,i)}removeNode(i){if(this.frozen)throw new Error("Cannot remove a node to a frozen collection");this.keyMap.delete(i)}commit(i,l,f=!1){if(this.frozen)throw new Error("Cannot commit a frozen collection");this.firstKey=i,this.lastKey=l,this.frozen=!f}constructor(){this.keyMap=new Map,this.firstKey=null,this.lastKey=null,this.frozen=!1}}class G8 extends z_{get isConnected(){return!0}createElement(i){return new Td(i,this)}getMutableNode(i){let l=i.node;return this.mutatedNodes.has(i)||(l=i.node.clone(),this.mutatedNodes.add(i),i.node=l),this.markDirty(i),l}getMutableCollection(){return!this.isSSR&&!this.collectionMutated&&(this.collection=this.collection.clone(),this.collectionMutated=!0),this.collection}markDirty(i){this.dirtyNodes.add(i)}startTransaction(){this.transactionCount++}endTransaction(){this.transactionCount--}addNode(i){let l=this.getMutableCollection();if(!l.getItem(i.node.key)){l.addNode(i.node);for(let f of i)this.addNode(f)}this.markDirty(i)}removeNode(i){for(let f of i)this.removeNode(f);this.getMutableCollection().removeNode(i.node.key),this.markDirty(i)}getCollection(){return this.transactionCount>0?this.collection:(this.updateCollection(),this.collection)}updateCollection(){for(let h of this.dirtyNodes)h instanceof Td&&h.isConnected&&h.updateNode();if(this.dirtyNodes.clear(),this.mutatedNodes.size||this.collectionMutated){var i,l;let h=this.getMutableCollection();for(let m of this.mutatedNodes)m.isConnected&&h.addNode(m.node);var f,p;h.commit((f=(i=this.firstChild)===null||i===void 0?void 0:i.node.key)!==null&&f!==void 0?f:null,(p=(l=this.lastChild)===null||l===void 0?void 0:l.node.key)!==null&&p!==void 0?p:null,this.isSSR),this.mutatedNodes.clear()}this.collectionMutated=!1}queueUpdate(){if(!(this.dirtyNodes.size===0||this.transactionCount>0))for(let i of this.subscriptions)i()}subscribe(i){return this.subscriptions.add(i),()=>this.subscriptions.delete(i)}resetAfterSSR(){this.isSSR&&(this.isSSR=!1,this.firstChild=null,this.lastChild=null,this.nodeId=0)}constructor(i){super(null),this.nodeType=11,this.ownerDocument=this,this.dirtyNodes=new Set,this.isSSR=!1,this.nodeId=0,this.nodesByProps=new WeakMap,this.mutatedNodes=new Set,this.subscriptions=new Set,this.transactionCount=0,this.collection=i,this.collectionMutated=!0}}function Fm(o){let{children:i,items:l,idScope:f,addIdAndValue:p,dependencies:h=[]}=o,m=E.useMemo(()=>new WeakMap,h);return E.useMemo(()=>{if(l&&typeof i=="function"){let C=[];for(let R of l){let T=m.get(R);if(!T){T=i(R);var S,w;let D=(w=(S=T.props.id)!==null&&S!==void 0?S:R.key)!==null&&w!==void 0?w:R.id;if(D==null)throw new Error("Could not determine key for item");f&&(D=f+":"+D),T=E.cloneElement(T,p?{key:D,id:D,value:R}:{key:D}),m.set(R,T)}C.push(T)}return C}else if(typeof i!="function")return i},[i,l,m,f,p])}function q8(o){return Fm({...o,addIdAndValue:!0})}const U_=E.createContext(!1);function eP(o,i){let{collection:l,document:f}=rP(i);return{portal:aP(o,f),collection:l}}function tP(o,i,l){let f=tc(),p=E.useRef(f);p.current=f;let h=E.useCallback(()=>p.current?l():i(),[i,l]);return Z8.useSyncExternalStore(o,h)}const nP=typeof E.useSyncExternalStore=="function"?E.useSyncExternalStore:tP;function rP(o){let i=E.useMemo(()=>new G8(o||new J8),[o]),l=E.useCallback(m=>i.subscribe(m),[i]),f=E.useCallback(()=>{let m=i.getCollection();return i.isSSR&&i.resetAfterSSR(),m},[i]),p=E.useCallback(()=>(i.isSSR=!0,i.getCollection()),[i]);return{collection:nP(l,f,p),document:i}}const Jb=E.createContext(null),iP=E.createContext(null);function aP(o,i){let l=E.useContext(iP),f=i??l,p=q8(o),h=E.useMemo(()=>E.createElement(U_.Provider,{value:!0},p),[p]);return tc()?E.createElement(Jb.Provider,{value:f},h):zb.createPortal(h,f)}function B_(o,i,l){let f=E.useContext(U_);var p;return f?(p=H_(o,i,l,"children"in i?i.children:null))!==null&&p!==void 0?p:E.createElement(E.Fragment,null):null}function oP(o,i,l){return E.useCallback(f=>{f==null||f.setProps(o,i,l)},[o,i,l])}function H_(o,i,l,f,p){let h=oP(i,l,f),m=E.useContext(Jb);if(m){let S=m.ownerDocument.nodesByProps.get(i);return S||(S=m.ownerDocument.createElement(o),S.setProps(i,l,f),m.appendChild(S),m.ownerDocument.updateCollection(),m.ownerDocument.nodesByProps.set(i,S)),p?E.createElement(Jb.Provider,{value:S},p):null}return E.createElement(o,{ref:h},p)}const lP=Symbol("callback"),I_=Symbol("default");function fc({values:o,children:i}){for(let[l,f]of o)i=E.createElement(l.Provider,{value:f},i);return i}function ma(o){let{className:i,style:l,children:f,defaultClassName:p,defaultChildren:h,values:m}=o;return E.useMemo(()=>{let S,w,C;return typeof i=="function"?S=i(m):S=i,typeof l=="function"?w=l(m):w=l,typeof f=="function"?C=f(m):f==null?C=h:C=f,{className:S??p,style:w,children:C,"data-rac":""}},[i,l,f,p,h,m])}function V_(o,i){let l=E.useContext(o);if(i===null)return null;if(l&&typeof l=="object"&&"slots"in l&&l.slots){let f=new Intl.ListFormat().format(Object.keys(l.slots).map(h=>`"${h}"`));if(!i&&!l.slots[I_])throw new Error(`A slot prop is required. Valid slot names are ${f}.`);let p=i||I_;if(!l.slots[p])throw new Error(`Invalid slot "${i}". Valid slot names are ${f}.`);return l.slots[p]}return l}function Ni(o,i,l){let f=V_(l,o.slot)||{},{ref:p,[lP]:h,...m}=f,S=cm(E.useMemo(()=>Rx(i,p),[i,p])),w=Dt(m,o);return"style"in m&&m.style&&typeof m.style=="object"&&"style"in o&&o.style&&typeof o.style=="object"&&(w.style={...m.style,...o.style}),E.useEffect(()=>{h&&h(o)},[h,o]),[w,S]}function Gb(){let[o,i]=E.useState(!0),l=E.useRef(!1),f=E.useCallback(p=>{l.current=!0,i(!!p)},[]);return tn(()=>{l.current||i(!1)},[]),[f,o]}function uP(o,i=!0){let[l,f]=E.useState(!0);return j_(o,l&&i,E.useCallback(()=>f(!1),[])),l&&i}function sP(o,i){let[l,f]=E.useState(!1),[p,h]=E.useState("idle");return!i&&o.current&&p==="idle"&&(l=!0,f(!0),h("exiting")),!o.current&&p==="exited"&&h("idle"),j_(o,l,E.useCallback(()=>{h("exited"),f(!1)},[])),l}function j_(o,i,l){let f=E.useRef(null);i&&o.current&&(f.current=window.getComputedStyle(o.current).animation),tn(()=>{if(i&&o.current){let p=window.getComputedStyle(o.current);if(p.animationName&&p.animationName!=="none"&&p.animation!==f.current){let h=S=>{S.target===o.current&&(m.removeEventListener("animationend",h),dC.flushSync(()=>{l()}))},m=o.current;return m.addEventListener("animationend",h),()=>{m.removeEventListener("animationend",h)}}else l()}},[o,i,l])}if(typeof HTMLTemplateElement<"u"){const o=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild").get;Object.defineProperty(HTMLTemplateElement.prototype,"firstChild",{configurable:!0,enumerable:!0,get:function(){return this.dataset.reactAriaHidden?this.content.firstChild:o.call(this)}})}const K_=E.createContext(!1);typeof DocumentFragment<"u"&&new DocumentFragment;function qb(o){let i=(l,f)=>E.useContext(K_)?null:o(l,f);return i.displayName=o.displayName||o.name,E.forwardRef(i)}function W_(o){const i=/^(data-.*)$/;let l={};for(const f in o)i.test(f)||(l[f]=o[f]);return l}const cP=E.createContext(null);function fP(o,i){[o,i]=Ni(o,i,cP);let l=o.href?"a":"span",{linkProps:f,isPressed:p}=n6({...o,elementType:l},i),{hoverProps:h,isHovered:m}=_l(o),{focusProps:S,isFocused:w,isFocusVisible:C}=Tl(),R=ma({...o,defaultClassName:"react-aria-Link",values:{isCurrent:!!o["aria-current"],isDisabled:o.isDisabled||!1,isPressed:p,isHovered:m,isFocused:w,isFocusVisible:C}});return E.createElement(l,{ref:i,slot:o.slot||void 0,...Dt(R,f,h,S),"data-focused":w||void 0,"data-hovered":m||void 0,"data-pressed":p||void 0,"data-focus-visible":C||void 0,"data-current":!!o["aria-current"]||void 0,"data-disabled":o.isDisabled||void 0},R.children)}const dP=E.forwardRef(fP),pP=new Set(["form","formAction","formEncType","formMethod","formNoValidate","formTarget","name","value"]),Y_=E.createContext({});function vP(o,i){[o,i]=Ni(o,i,Y_);let l=o,{buttonProps:f,isPressed:p}=C6(o,i),{focusProps:h,isFocused:m,isFocusVisible:S}=Tl(o),{hoverProps:w,isHovered:C}=_l(o),R=ma({...o,values:{isHovered:C,isPressed:p,isFocused:m,isFocusVisible:S,isDisabled:o.isDisabled||!1},defaultClassName:"react-aria-Button"});return E.createElement("button",{...oi(o,{propNames:pP}),...Dt(f,h,w),...R,ref:i,slot:o.slot||void 0,"data-disabled":o.isDisabled||void 0,"data-pressed":l.isPressed||p||void 0,"data-hovered":C||void 0,"data-focused":m||void 0,"data-focus-visible":S||void 0})}const e0=qb(vP),Dd=E.createContext({});function mP(o,i){[o,i]=Ni(o,i,Dd);let{elementType:l="span",...f}=o;return E.createElement(l,{className:"react-aria-Text",...f,ref:i})}const hP=E.forwardRef(mP),zm=E.createContext(null);function gP(o,i){let l=E.useContext(zm);return l!=null&&l.isInvalid?E.createElement(bP,{...o,ref:i}):null}const yP=E.forwardRef(gP),bP=E.forwardRef((o,i)=>{let l=E.useContext(zm),f=ma({...o,defaultClassName:"react-aria-FieldError",defaultChildren:l.validationErrors.join(" "),values:l});return E.createElement(hP,{slot:"errorMessage",...f,ref:i})}),t0=E.createContext({});function SP(o,i){[o,i]=Ni(o,i,t0);let{elementType:l="label",...f}=o;return E.createElement(l,{className:"react-aria-Label",...f,ref:i})}const Q_=qb(SP),X_=E.createContext({});function kP(o,i){[o,i]=Ni(o,i,X_);let{isDisabled:l,isInvalid:f,onHoverStart:p,onHoverChange:h,onHoverEnd:m,...S}=o,{hoverProps:w,isHovered:C}=_l({onHoverStart:p,onHoverChange:h,onHoverEnd:m,isDisabled:l}),{isFocused:R,isFocusVisible:T,focusProps:D}=Tl({within:!0});l??(l=!!o["aria-disabled"]&&o["aria-disabled"]!=="false"),f??(f=!!o["aria-invalid"]&&o["aria-invalid"]!=="false");let P=ma({...o,values:{isHovered:C,isFocusWithin:R,isFocusVisible:T,isDisabled:l,isInvalid:f},defaultClassName:"react-aria-Group"});var A,z;return E.createElement("div",{...Dt(S,D,w),...P,ref:i,role:(A=o.role)!==null&&A!==void 0?A:"group",slot:(z=o.slot)!==null&&z!==void 0?z:void 0,"data-focus-within":R||void 0,"data-hovered":C||void 0,"data-focus-visible":T||void 0,"data-disabled":l||void 0,"data-invalid":f||void 0},P.children)}const n0=E.forwardRef(kP),r0=E.createContext({});let xP=o=>{let{onHoverStart:i,onHoverChange:l,onHoverEnd:f,...p}=o;return p};function wP(o,i){[o,i]=Ni(o,i,r0);let{hoverProps:l,isHovered:f}=_l(o),{isFocused:p,isFocusVisible:h,focusProps:m}=Tl({isTextInput:!0,autoFocus:o.autoFocus}),S=!!o["aria-invalid"]&&o["aria-invalid"]!=="false",w=ma({...o,values:{isHovered:f,isFocused:p,isFocusVisible:h,isDisabled:o.disabled||!1,isInvalid:S},defaultClassName:"react-aria-Input"});return E.createElement("input",{...Dt(xP(o),m,l),...w,ref:i,"data-focused":p||void 0,"data-disabled":o.disabled||void 0,"data-hovered":f||void 0,"data-focus-visible":h||void 0,"data-invalid":S||void 0})}const Z_=qb(wP),CP=E.createContext({});function EP(o,i){let[l,f]=Ni(o,i,CP),p=B_("header",o,i);return p||E.createElement("header",{className:"react-aria-Header",...l,ref:f},l.children)}const _P=E.forwardRef(EP),J_=E.createContext({});function TP(o,i){let[l,f]=Ni(o,i,J_),{elementType:p,orientation:h,style:m,className:S}=l,w=p||"hr";w==="hr"&&h==="vertical"&&(w="div");let{separatorProps:C}=z8({elementType:p,orientation:h}),R=B_("separator",o,i);return R||E.createElement(w,{...oi(l),...C,style:m,className:S??"react-aria-Separator",ref:f,slot:l.slot||void 0})}const DP=E.forwardRef(TP),RP=E.createContext({placement:"bottom"}),dc=E.createContext(null);function PP(o,i){[o,i]=Ni(o,i,dc);let l=E.useContext(i0),f=O_(o),p=o.isOpen!=null||o.defaultOpen!=null||!l?f:l,h=sP(i,p.isOpen)||o.isExiting||!1;if(E.useContext(K_)){let S=o.children;return typeof S=="function"&&(S=S({trigger:o.trigger||null,placement:"bottom",isEntering:!1,isExiting:!1})),E.createElement(E.Fragment,null,S)}return p&&!p.isOpen&&!h?null:E.createElement(NP,{...o,triggerRef:o.triggerRef,state:p,popoverRef:i,isExiting:h})}const MP=E.forwardRef(PP);function NP({state:o,isExiting:i,UNSTABLE_portalContainer:l,...f}){var p;let{popoverProps:h,underlayProps:m,arrowProps:S,placement:w}=s8({...f,offset:(p=f.offset)!==null&&p!==void 0?p:8},o),C=f.popoverRef,R=uP(C,!!w)||f.isEntering||!1,T=ma({...f,defaultClassName:"react-aria-Popover",values:{trigger:f.trigger||null,placement:w,isEntering:R,isExiting:i}}),D={...h.style,...T.style};return E.createElement(f8,{isExiting:i,portalContainer:l},!f.isNonModal&&o.isOpen&&E.createElement("div",{"data-testid":"underlay",...m,style:{position:"fixed",inset:0}}),E.createElement("div",{...Dt(oi(f),h),...T,ref:C,slot:f.slot||void 0,style:D,"data-trigger":f.trigger,"data-placement":w,"data-entering":R||void 0,"data-exiting":i||void 0},!f.isNonModal&&E.createElement(EC,{onDismiss:o.close}),E.createElement(RP.Provider,{value:{...S,placement:w}},T.children),E.createElement(EC,{onDismiss:o.close})))}const i0=E.createContext(null),G_=E.createContext({}),a0=E.createContext(null),Rd=E.createContext(null),o0=E.createContext(null);function $P(o){let i=I8(o),l=E.useRef(null),{menuTriggerProps:f,menuProps:p}=_8({...o,type:"menu"},i,l),[h,m]=E.useState(null),S=E.useCallback(()=>{l.current&&m(l.current.offsetWidth+"px")},[l]);return cb({ref:l,onResize:S}),E.createElement(fc,{values:[[a0,p],[i0,i],[o0,i],[dc,{trigger:"MenuTrigger",triggerRef:l,placement:"bottom start",style:{"--trigger-width":h}}]]},E.createElement(RR,{...f,ref:l,isPressed:i.isOpen},o.children))}function q_(o){let{item:i,parentMenuRef:l}=o,f=E.useContext(Rd);return Fm({items:f.collection.getChildren(i.key),children:h=>{switch(h.type){case"item":return E.createElement(BP,{item:h,popover:i.rendered[1],parentMenuRef:l,delay:i.props.delay});default:throw new Error("Unsupported element type in SubmenuTrigger: "+i.type)}}})}function LP(o,i){[o,i]=Ni(o,i,a0);let{portal:l,collection:f}=eP(o);return E.createElement(E.Fragment,null,f.size>0&&E.createElement(OP,{props:o,collection:f,menuRef:i}),l)}function OP({props:o,collection:i,menuRef:l}){let f=W8({...o,collection:i,children:void 0}),[p,h]=E.useState(null),{menuProps:m}=T8(o,f,l),S=E.useContext(o0),w=E.useContext(dc),C=Fm({items:f.collection,children:D=>{switch(D.type){case"section":return E.createElement(FP,{section:D,parentMenuRef:l});case"separator":return E.createElement(DP,D.props);case"item":return E.createElement(e4,{item:D});case"submenutrigger":return E.createElement(q_,{item:D,parentMenuRef:l});default:throw new Error("Unsupported node type in Menu: "+D.type)}}}),R=(w==null?void 0:w.trigger)==="SubmenuTrigger";ew({ref:l,onInteractOutside:D=>{S&&!(p!=null&&p.contains(D.target))&&S.close()},isDisabled:R||(S==null?void 0:S.UNSTABLE_expandedKeysStack.length)===0});var T;return E.createElement(ow,null,E.createElement("div",{...oi(o),...m,ref:l,slot:o.slot||void 0,onScroll:o.onScroll,style:o.style,className:(T=o.className)!==null&&T!==void 0?T:"react-aria-Menu"},E.createElement(fc,{values:[[Rd,f],[J_,{elementType:"div"}],[dc,{UNSTABLE_portalContainer:p||void 0}]]},C)),E.createElement("div",{ref:h,style:{width:"100vw",position:"absolute",top:0}}))}const AP=E.forwardRef(LP);function FP({section:o,className:i,style:l,parentMenuRef:f,...p}){var h,m;let S=E.useContext(Rd),[w,C]=Gb();var R;let{headingProps:T,groupProps:D}=D8({heading:C,"aria-label":(R=o["aria-label"])!==null&&R!==void 0?R:void 0}),P=Fm({items:S.collection.getChildren(o.key),children:A=>{switch(A.type){case"header":{let{ref:z,...O}=A.props;return E.createElement(_P,{...T,...O,ref:Rx(w,z)},A.rendered)}case"item":return E.createElement(e4,{item:A});case"submenutrigger":return E.createElement(q_,{item:A,parentMenuRef:f});default:throw new Error("Unsupported element type in Section: "+A.type)}}});return E.createElement("section",{...oi(p),...D,className:i||((h=o.props)===null||h===void 0?void 0:h.className)||"react-aria-Section",style:l||((m=o.props)===null||m===void 0?void 0:m.style),ref:o.props.ref},P)}function zP(o,i){return H_("item",o,i,o.children)}const UP=E.forwardRef(zP);function e4({item:o}){var i;let l=E.useContext(Rd),f=cm(o.props.ref),{menuItemProps:p,labelProps:h,descriptionProps:m,keyboardShortcutProps:S,...w}=vE({key:o.key,"aria-label":(i=o.props)===null||i===void 0?void 0:i["aria-label"]},l,f),C=o.props,{isFocusVisible:R,focusProps:T}=Tl(),{hoverProps:D,isHovered:P}=_l({isDisabled:w.isDisabled}),A=ma({...C,id:void 0,children:o.rendered,defaultClassName:"react-aria-MenuItem",values:{...w,isHovered:P,isFocusVisible:R,selectionMode:l.selectionManager.selectionMode,selectionBehavior:l.selectionManager.selectionBehavior,hasSubmenu:!1,isOpen:!1}}),z=C.href?"a":"div";return E.createElement(z,{...Dt(p,T,D),...A,ref:f,"data-disabled":w.isDisabled||void 0,"data-hovered":P||void 0,"data-focused":w.isFocused||void 0,"data-focus-visible":R||void 0,"data-pressed":w.isPressed||void 0,"data-selected":w.isSelected||void 0,"data-selection-mode":l.selectionManager.selectionMode==="none"?void 0:l.selectionManager.selectionMode},E.createElement(fc,{values:[[Dd,{slots:{label:h,description:m}}],[G_,S]]},A.children))}function BP({item:o,popover:i,parentMenuRef:l,delay:f}){let p=E.useContext(Rd),h=V_(dc),m=cm(o.props.ref),S=E.useContext(o0),w=V8({triggerKey:o.key},S),C=E.useRef(null),{submenuTriggerProps:R,submenuProps:T,popoverProps:D}=N8({node:o,parentMenuRef:l,submenuRef:C,delay:f},w,m),{menuItemProps:P,labelProps:A,descriptionProps:z,keyboardShortcutProps:O,...oe}=vE({key:o.key,...R},p,m),le=o.props,{hoverProps:W,isHovered:ie}=_l({isDisabled:oe.isDisabled}),{isFocusVisible:F,focusProps:ve}=Tl(),be=ma({...le,id:void 0,children:o.rendered,defaultClassName:"react-aria-MenuItem",values:{...oe,isHovered:ie,isFocusVisible:F,selectionMode:p.selectionManager.selectionMode,selectionBehavior:p.selectionManager.selectionBehavior,hasSubmenu:!0,isOpen:w.isOpen}});return E.createElement(fc,{values:[[Dd,{slots:{label:A,description:z}}],[G_,O],[a0,T],[i0,w],[dc,{ref:C,trigger:"SubmenuTrigger",triggerRef:m,placement:"end top",UNSTABLE_portalContainer:h.UNSTABLE_portalContainer||void 0,...D}]]},E.createElement("div",{...Dt(P,ve,W),...be,ref:m,"data-disabled":oe.isDisabled||void 0,"data-hovered":ie||void 0,"data-focused":oe.isFocused||void 0,"data-focus-visible":F||void 0,"data-pressed":oe.isPressed||void 0,"data-selected":oe.isSelected||void 0,"data-selection-mode":p.selectionManager.selectionMode==="none"?void 0:p.selectionManager.selectionMode,"data-has-submenu":!0,"data-open":w.isOpen||void 0},be.children),i)}const HP=E.createContext(null),IP=E.createContext(null);function VP(o,i){[o,i]=Ni(o,i,HP);let{locale:l}=Uu();var f;let p=j8({...o,locale:l,validationBehavior:(f=o.validationBehavior)!==null&&f!==void 0?f:"native"}),h=E.useRef(null),[m,S]=Gb();var w;let{labelProps:C,groupProps:R,inputProps:T,incrementButtonProps:D,decrementButtonProps:P,descriptionProps:A,errorMessageProps:z,...O}=F8({...W_(o),label:S,validationBehavior:(w=o.validationBehavior)!==null&&w!==void 0?w:"native"},p,h),oe=ma({...o,values:{state:p,isDisabled:o.isDisabled||!1,isInvalid:O.isInvalid||!1},defaultClassName:"react-aria-NumberField"}),le=oi(o);return delete le.id,E.createElement(fc,{values:[[IP,p],[X_,R],[r0,{...T,ref:h}],[t0,{...C,ref:m}],[Y_,{slots:{increment:D,decrement:P}}],[Dd,{slots:{description:A,errorMessage:z}}],[zm,O]]},E.createElement("div",{...le,...oe,ref:i,slot:o.slot||void 0,"data-disabled":o.isDisabled||void 0,"data-invalid":O.isInvalid||void 0}),o.name&&E.createElement("input",{type:"hidden",name:o.name,value:isNaN(p.numberValue)?"":p.numberValue}))}const jP=E.forwardRef(VP),t4=E.createContext({});let KP=o=>{let{onHoverStart:i,onHoverChange:l,onHoverEnd:f,...p}=o;return p};function WP(o,i){[o,i]=Ni(o,i,t4);let{hoverProps:l,isHovered:f}=_l(o),{isFocused:p,isFocusVisible:h,focusProps:m}=Tl({isTextInput:!0,autoFocus:o.autoFocus}),S=!!o["aria-invalid"]&&o["aria-invalid"]!=="false",w=ma({...o,values:{isHovered:f,isFocused:p,isFocusVisible:h,isDisabled:o.disabled||!1,isInvalid:S},defaultClassName:"react-aria-TextArea"});return E.createElement("textarea",{...Dt(KP(o),m,l),...w,ref:i,"data-focused":p||void 0,"data-disabled":o.disabled||void 0,"data-hovered":f||void 0,"data-focus-visible":h||void 0,"data-invalid":S||void 0})}const YP=E.forwardRef(WP),QP=E.createContext(null);function XP(o,i){[o,i]=Ni(o,i,QP);let l=E.useRef(null),[f,p]=Gb(),[h,m]=E.useState("input");var S;let{labelProps:w,inputProps:C,descriptionProps:R,errorMessageProps:T,...D}=hE({...W_(o),inputElementType:h,label:p,validationBehavior:(S=o.validationBehavior)!==null&&S!==void 0?S:"native"},l),P=E.useCallback(z=>{l.current=z,z&&m(z instanceof HTMLTextAreaElement?"textarea":"input")},[]),A=ma({...o,values:{isDisabled:o.isDisabled||!1,isInvalid:D.isInvalid},defaultClassName:"react-aria-TextField"});return E.createElement("div",{...oi(o),...A,ref:i,slot:o.slot||void 0,"data-disabled":o.isDisabled||void 0,"data-invalid":D.isInvalid||void 0},E.createElement(fc,{values:[[t0,{...w,ref:f}],[r0,{...C,ref:P}],[t4,{...C,ref:P}],[Dd,{slots:{description:R,errorMessage:T}}],[zm,D]]},A.children))}const n4=E.forwardRef(XP),ZP=Un({base:"ui-kit__useFocusRing-module__base"}.base);function pc(o={}){const i=Tl(o),l=ZP(),f={...i.focusProps,"data-focused":i.isFocused,"data-focus-visible":i.isFocusVisible};return{...i,focusProps:f,focusRingClassnames:l}}const Pd={base:"ui-kit__button-module__base",primary:"ui-kit__button-module__primary",secondary:"ui-kit__button-module__secondary",critical:"ui-kit__button-module__critical",tertiary:"ui-kit__button-module__tertiary"},JP=Un(Pd.base,{variants:{variant:{critical:Pd.critical,primary:Pd.primary,secondary:Pd.secondary,tertiary:Pd.tertiary}}});function r4({className:o,variant:i="secondary",...l}){const{focusRingClassnames:f,focusProps:p}=pc(),h=Dt(l,p);return Ze.jsx(e0,{className:Wi(JP({className:o,variant:i}),f),...h})}r4.displayName="Button";const i4={base:"ui-kit__button-group-module__base",fit:"ui-kit__button-group-module__fit"};function GP({className:o,children:i,...l}){return Ze.jsx("div",{className:Wi(i4.base,o),...l,children:i})}function qP({children:o,expand:i=!0}){return E.cloneElement(o,{className:Wi(o.props.className,!i&&i4.fit)})}const eM={base:"ui-kit__divider-module__base"};function tM({className:o,...i}){return Ze.jsx("hr",{className:Wi(eM.base,o),...i})}const Md={base:"ui-kit__icon-module__base",xs:"ui-kit__icon-module__xs",sm:"ui-kit__icon-module__sm",md:"ui-kit__icon-module__md",lg:"ui-kit__icon-module__lg"},nM=Un(Md.base,{variants:{size:{xs:Md.xs,sm:Md.sm,md:Md.md,lg:Md.lg}}});function l0({className:o,icon:i,size:l="md",...f}){return Ze.jsx("span",{role:"img",className:nM({className:o,size:l}),...f,children:i&&Ze.jsx(i,{})})}l0.displayName="Icon";const $r={base:"ui-kit__input-module__base",error:"ui-kit__input-module__error",success:"ui-kit__input-module__success",warning:"ui-kit__input-module__warning",group:"ui-kit__input-module__group",disabled:"ui-kit__input-module__disabled",prefix:"ui-kit__input-module__prefix",input:"ui-kit__input-module__input",left:"ui-kit__input-module__left",right:"ui-kit__input-module__right"},rM={h1:{variant:"heading-md",tone:"headline"},h2:{variant:"heading-md",tone:"headline"},h3:{variant:"heading-md",tone:"headline"},h4:{variant:"heading-md",tone:"headline"},h5:{variant:"heading-md",tone:"headline"},h6:{variant:"heading-md",tone:"headline"},dd:{variant:"body-md"},dt:{variant:"body-md"},legend:{variant:"body-md"},p:{variant:"body-md"},span:{variant:"body-md"},strong:{variant:"body-md-strong"}},iM="body-md",aM="default",oM=({as:o="span",variant:i,tone:l})=>{const f=rM[o]||{},p=i||f.variant||iM,h=l||f.tone||aM;return{variant:p,tone:h}},hr={base:"ui-kit__text-module__base","visually-hidden":"ui-kit__text-module__visually-hidden","heading-lg":"ui-kit__text-module__heading-lg","heading-md":"ui-kit__text-module__heading-md","body-md-strong":"ui-kit__text-module__body-md-strong","body-md":"ui-kit__text-module__body-md","body-sm":"ui-kit__text-module__body-sm",default:"ui-kit__text-module__default",headline:"ui-kit__text-module__headline",dark:"ui-kit__text-module__dark",light:"ui-kit__text-module__light",disabled:"ui-kit__text-module__disabled",info:"ui-kit__text-module__info",success:"ui-kit__text-module__success",warning:"ui-kit__text-module__warning",critical:"ui-kit__text-module__critical",error:"ui-kit__text-module__error"},lM=Un(hr.base,{variants:{tone:{default:hr.default,headline:hr.headline,dark:hr.dark,light:hr.light,disabled:hr.disabled,critical:hr.critical,error:hr.error,info:hr.info,success:hr.success,warning:hr.warning},variant:{"heading-lg":hr["heading-lg"],"heading-md":hr["heading-md"],"body-md-strong":hr["body-md-strong"],"body-md":hr["body-md"],"body-sm":hr["body-sm"]},visuallyHidden:{true:hr["visually-hidden"]}}}),Nd=E.forwardRef(({className:o,as:i="span",variant:l,tone:f,children:p,visuallyHidden:h=!1,...m},S)=>{const{variant:w,tone:C}=oM({as:i,variant:l,tone:f});return E.createElement(i,{className:lM({className:o,variant:w,tone:C,visuallyHidden:h}),ref:S,...m},p)});Nd.displayName="Text";const uM=Un($r.base,{variants:{state:{error:$r.error,success:$r.success,warning:$r.warning}}}),sM=Un($r.group,{variants:{disabled:{true:$r.disabled},state:{error:$r.error,success:$r.success,warning:$r.warning}}}),cM=Un($r.input,{variants:{align:{left:$r.left,right:$r.right},state:{error:$r.error,success:$r.success,warning:$r.warning}}});function u0({className:o,align:i="left",disabled:l,prefix:f,state:p,...h}){const{focusProps:m,focusRingClassnames:S}=pc({within:!0});return Ze.jsx("div",{...m,className:Wi(uM({className:o,state:p}),S),children:Ze.jsxs(n0,{className:sM({disabled:l,state:p}),children:[f&&Ze.jsx(Nd,{className:$r.prefix,variant:"body-md",tone:"disabled",children:f}),Ze.jsx(Z_,{...h,className:cM({align:i,state:p}),disabled:l})]})})}u0.displayName="Input";const $d={base:"ui-kit__label-module__base","label-group":"ui-kit__label-module__label-group"},fM=Un($d.base,{variants:{required:{true:$d.required}}});function Um({className:o,...i}){return Ze.jsxs(Q_,{className:fM({className:o}),...i,children:[i.children,i.required&&Ze.jsx(Nd,{className:$d.required,tone:"error",children:"*"})]})}function Bm({children:o}){return Ze.jsx(Nd,{className:$d.description,tone:"disabled",children:o})}function Hm(o){return Ze.jsx(n0,{className:$d["label-group"],...o})}Um.displayName="Label",Bm.displayName="LabelDescription",Hm.displayName="LabelGroup";const dM=Un({base:"ui-kit__link-module__base"}.base);function a4({className:o,...i}){const{focusRingClassnames:l,focusProps:f}=pc(),p=Dt(i,f);return Ze.jsx(dP,{className:Wi(dM({className:o}),l),...p})}a4.displayName="Link";const Ld={base:"ui-kit__list-module__base",bullet:"ui-kit__list-module__bullet",numbered:"ui-kit__list-module__numbered",item:"ui-kit__list-module__item"},pM=Un(Ld.base,{variants:{decoration:{none:Ld.none,bullet:Ld.bullet,numbered:Ld.numbered}}}),vM=Un(Ld.item);function o4({decoration:o="none",...i}){const l=o!=="numbered"?"ul":"ol";return Ze.jsx(l,{...i,className:pM({decoration:o})})}function mM({...o}){return Ze.jsx("li",{...o,className:vM()})}o4.displayName="List";const s0={menu:"ui-kit__menu-module__menu",menuItem:"ui-kit__menu-module__menuItem"};function hM({className:o,...i}){return Ze.jsx(MP,{children:Ze.jsx(AP,{className:Wi(s0.menu,o),...i})})}function gM({className:o,isDisabled:i,...l}){return Ze.jsx(UP,{className:Wi(s0.menuItem,o,i&&s0.disabled),...l})}const Im={base:"ui-kit__number-field-module__base",group:"ui-kit__number-field-module__group",input:"ui-kit__number-field-module__input",button:"ui-kit__number-field-module__button"},yM=Un(Im.base),bM=Un(Im.group),SM=Un(Im.input),kM=Un(Im.button);function l4({className:o,...i}){const{focusProps:l,focusRingClassnames:f}=pc({within:!0}),p={className:kM()},h=Dt(i,l);return Ze.jsxs(jP,{className:Wi(yM({className:o}),f),...h,children:[Ze.jsx(Q_,{}),Ze.jsxs(n0,{className:bM(),children:[Ze.jsx(Z_,{className:SM()}),Ze.jsx(e0,{slot:"increment",...p,children:"+"}),Ze.jsx(e0,{slot:"decrement",...p,children:"-"})]}),Ze.jsx(yP,{})]})}l4.displayName="NumberField";const Dl={base:"ui-kit__text-area-module__base",error:"ui-kit__text-area-module__error",success:"ui-kit__text-area-module__success",warning:"ui-kit__text-area-module__warning","text-area":"ui-kit__text-area-module__text-area"},xM=Un(Dl.base,{variants:{state:{error:Dl.error,success:Dl.success,warning:Dl.warning}}}),wM=Un(Dl["text-area"],{variants:{state:{error:Dl.error,success:Dl.success,warning:Dl.warning}}});function u4({className:o,disabled:i,state:l,...f}){const{focusProps:p,focusRingClassnames:h}=pc({within:!0});return Ze.jsx("div",{...p,className:Wi(xM({className:o,state:l}),h),children:Ze.jsx(YP,{...f,className:Wi(wM({state:l}),h,o),disabled:i,...p})})}const s4={base:"ui-kit__text-area-field-module__base",control:"ui-kit__text-area-field-module__control"};function c4(o){return o&&o.__esModule&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o}function CM(o){if(o.__esModule)return o;var i=o.default;if(typeof i=="function"){var l=function f(){return this instanceof f?Reflect.construct(i,arguments,this.constructor):i.apply(this,arguments)};l.prototype=i.prototype}else l={};return Object.defineProperty(l,"__esModule",{value:!0}),Object.keys(o).forEach(function(f){var p=Object.getOwnPropertyDescriptor(o,f);Object.defineProperty(l,f,p.get?p:{enumerable:!0,get:function(){return o[f]}})}),l}var Rl={},c0={exports:{}},f0={exports:{}},Ft={};/** @license React v16.13.1
188
188
  * react-is.production.min.js
189
189
  *
190
190
  * Copyright (c) Facebook, Inc. and its affiliates.
191
191
  *
192
192
  * This source code is licensed under the MIT license found in the
193
193
  * LICENSE file in the root directory of this source tree.
194
- */var eC;function $4(){if(eC)return $t;eC=1;var l=typeof Symbol=="function"&&Symbol.for,c=l?Symbol.for("react.element"):60103,s=l?Symbol.for("react.portal"):60106,v=l?Symbol.for("react.fragment"):60107,g=l?Symbol.for("react.strict_mode"):60108,S=l?Symbol.for("react.profiler"):60114,y=l?Symbol.for("react.provider"):60109,E=l?Symbol.for("react.context"):60110,T=l?Symbol.for("react.async_mode"):60111,R=l?Symbol.for("react.concurrent_mode"):60111,j=l?Symbol.for("react.forward_ref"):60112,D=l?Symbol.for("react.suspense"):60113,N=l?Symbol.for("react.suspense_list"):60120,M=l?Symbol.for("react.memo"):60115,te=l?Symbol.for("react.lazy"):60116,Y=l?Symbol.for("react.block"):60121,U=l?Symbol.for("react.fundamental"):60117,me=l?Symbol.for("react.responder"):60118,_e=l?Symbol.for("react.scope"):60119;function ne(H){if(typeof H=="object"&&H!==null){var ze=H.$$typeof;switch(ze){case c:switch(H=H.type,H){case T:case R:case v:case S:case g:case D:return H;default:switch(H=H&&H.$$typeof,H){case E:case j:case te:case M:case y:return H;default:return ze}}case s:return ze}}}function ce(H){return ne(H)===R}return $t.AsyncMode=T,$t.ConcurrentMode=R,$t.ContextConsumer=E,$t.ContextProvider=y,$t.Element=c,$t.ForwardRef=j,$t.Fragment=v,$t.Lazy=te,$t.Memo=M,$t.Portal=s,$t.Profiler=S,$t.StrictMode=g,$t.Suspense=D,$t.isAsyncMode=function(H){return ce(H)||ne(H)===T},$t.isConcurrentMode=ce,$t.isContextConsumer=function(H){return ne(H)===E},$t.isContextProvider=function(H){return ne(H)===y},$t.isElement=function(H){return typeof H=="object"&&H!==null&&H.$$typeof===c},$t.isForwardRef=function(H){return ne(H)===j},$t.isFragment=function(H){return ne(H)===v},$t.isLazy=function(H){return ne(H)===te},$t.isMemo=function(H){return ne(H)===M},$t.isPortal=function(H){return ne(H)===s},$t.isProfiler=function(H){return ne(H)===S},$t.isStrictMode=function(H){return ne(H)===g},$t.isSuspense=function(H){return ne(H)===D},$t.isValidElementType=function(H){return typeof H=="string"||typeof H=="function"||H===v||H===R||H===S||H===g||H===D||H===N||typeof H=="object"&&H!==null&&(H.$$typeof===te||H.$$typeof===M||H.$$typeof===y||H.$$typeof===E||H.$$typeof===j||H.$$typeof===U||H.$$typeof===me||H.$$typeof===_e||H.$$typeof===Y)},$t.typeOf=ne,$t}var Ht={};/** @license React v16.13.1
194
+ */var f4;function EM(){if(f4)return Ft;f4=1;var o=typeof Symbol=="function"&&Symbol.for,i=o?Symbol.for("react.element"):60103,l=o?Symbol.for("react.portal"):60106,f=o?Symbol.for("react.fragment"):60107,p=o?Symbol.for("react.strict_mode"):60108,h=o?Symbol.for("react.profiler"):60114,m=o?Symbol.for("react.provider"):60109,S=o?Symbol.for("react.context"):60110,w=o?Symbol.for("react.async_mode"):60111,C=o?Symbol.for("react.concurrent_mode"):60111,R=o?Symbol.for("react.forward_ref"):60112,T=o?Symbol.for("react.suspense"):60113,D=o?Symbol.for("react.suspense_list"):60120,P=o?Symbol.for("react.memo"):60115,A=o?Symbol.for("react.lazy"):60116,z=o?Symbol.for("react.block"):60121,O=o?Symbol.for("react.fundamental"):60117,oe=o?Symbol.for("react.responder"):60118,le=o?Symbol.for("react.scope"):60119;function W(F){if(typeof F=="object"&&F!==null){var ve=F.$$typeof;switch(ve){case i:switch(F=F.type,F){case w:case C:case f:case h:case p:case T:return F;default:switch(F=F&&F.$$typeof,F){case S:case R:case A:case P:case m:return F;default:return ve}}case l:return ve}}}function ie(F){return W(F)===C}return Ft.AsyncMode=w,Ft.ConcurrentMode=C,Ft.ContextConsumer=S,Ft.ContextProvider=m,Ft.Element=i,Ft.ForwardRef=R,Ft.Fragment=f,Ft.Lazy=A,Ft.Memo=P,Ft.Portal=l,Ft.Profiler=h,Ft.StrictMode=p,Ft.Suspense=T,Ft.isAsyncMode=function(F){return ie(F)||W(F)===w},Ft.isConcurrentMode=ie,Ft.isContextConsumer=function(F){return W(F)===S},Ft.isContextProvider=function(F){return W(F)===m},Ft.isElement=function(F){return typeof F=="object"&&F!==null&&F.$$typeof===i},Ft.isForwardRef=function(F){return W(F)===R},Ft.isFragment=function(F){return W(F)===f},Ft.isLazy=function(F){return W(F)===A},Ft.isMemo=function(F){return W(F)===P},Ft.isPortal=function(F){return W(F)===l},Ft.isProfiler=function(F){return W(F)===h},Ft.isStrictMode=function(F){return W(F)===p},Ft.isSuspense=function(F){return W(F)===T},Ft.isValidElementType=function(F){return typeof F=="string"||typeof F=="function"||F===f||F===C||F===h||F===p||F===T||F===D||typeof F=="object"&&F!==null&&(F.$$typeof===A||F.$$typeof===P||F.$$typeof===m||F.$$typeof===S||F.$$typeof===R||F.$$typeof===O||F.$$typeof===oe||F.$$typeof===le||F.$$typeof===z)},Ft.typeOf=W,Ft}var It={};/** @license React v16.13.1
195
195
  * react-is.development.js
196
196
  *
197
197
  * Copyright (c) Facebook, Inc. and its affiliates.
198
198
  *
199
199
  * This source code is licensed under the MIT license found in the
200
200
  * LICENSE file in the root directory of this source tree.
201
- */var tC;function P4(){return tC||(tC=1,process.env.NODE_ENV!=="production"&&function(){var l=typeof Symbol=="function"&&Symbol.for,c=l?Symbol.for("react.element"):60103,s=l?Symbol.for("react.portal"):60106,v=l?Symbol.for("react.fragment"):60107,g=l?Symbol.for("react.strict_mode"):60108,S=l?Symbol.for("react.profiler"):60114,y=l?Symbol.for("react.provider"):60109,E=l?Symbol.for("react.context"):60110,T=l?Symbol.for("react.async_mode"):60111,R=l?Symbol.for("react.concurrent_mode"):60111,j=l?Symbol.for("react.forward_ref"):60112,D=l?Symbol.for("react.suspense"):60113,N=l?Symbol.for("react.suspense_list"):60120,M=l?Symbol.for("react.memo"):60115,te=l?Symbol.for("react.lazy"):60116,Y=l?Symbol.for("react.block"):60121,U=l?Symbol.for("react.fundamental"):60117,me=l?Symbol.for("react.responder"):60118,_e=l?Symbol.for("react.scope"):60119;function ne(fe){return typeof fe=="string"||typeof fe=="function"||fe===v||fe===R||fe===S||fe===g||fe===D||fe===N||typeof fe=="object"&&fe!==null&&(fe.$$typeof===te||fe.$$typeof===M||fe.$$typeof===y||fe.$$typeof===E||fe.$$typeof===j||fe.$$typeof===U||fe.$$typeof===me||fe.$$typeof===_e||fe.$$typeof===Y)}function ce(fe){if(typeof fe=="object"&&fe!==null){var ht=fe.$$typeof;switch(ht){case c:var Ce=fe.type;switch(Ce){case T:case R:case v:case S:case g:case D:return Ce;default:var Je=Ce&&Ce.$$typeof;switch(Je){case E:case j:case te:case M:case y:return Je;default:return ht}}case s:return ht}}}var H=T,ze=R,$e=E,P=y,Te=c,Se=j,ee=v,Re=te,Q=M,ae=s,Ue=S,ut=g,Qt=D,he=!1;function G(fe){return he||(he=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),q(fe)||ce(fe)===T}function q(fe){return ce(fe)===R}function De(fe){return ce(fe)===E}function Z(fe){return ce(fe)===y}function se(fe){return typeof fe=="object"&&fe!==null&&fe.$$typeof===c}function de(fe){return ce(fe)===j}function be(fe){return ce(fe)===v}function F(fe){return ce(fe)===te}function Ne(fe){return ce(fe)===M}function ue(fe){return ce(fe)===s}function We(fe){return ce(fe)===S}function rt(fe){return ce(fe)===g}function st(fe){return ce(fe)===D}Ht.AsyncMode=H,Ht.ConcurrentMode=ze,Ht.ContextConsumer=$e,Ht.ContextProvider=P,Ht.Element=Te,Ht.ForwardRef=Se,Ht.Fragment=ee,Ht.Lazy=Re,Ht.Memo=Q,Ht.Portal=ae,Ht.Profiler=Ue,Ht.StrictMode=ut,Ht.Suspense=Qt,Ht.isAsyncMode=G,Ht.isConcurrentMode=q,Ht.isContextConsumer=De,Ht.isContextProvider=Z,Ht.isElement=se,Ht.isForwardRef=de,Ht.isFragment=be,Ht.isLazy=F,Ht.isMemo=Ne,Ht.isPortal=ue,Ht.isProfiler=We,Ht.isStrictMode=rt,Ht.isSuspense=st,Ht.isValidElementType=ne,Ht.typeOf=ce}()),Ht}var nC;function tb(){return nC||(nC=1,process.env.NODE_ENV==="production"?eb.exports=$4():eb.exports=P4()),eb.exports}/*
201
+ */var d4;function _M(){return d4||(d4=1,process.env.NODE_ENV!=="production"&&function(){var o=typeof Symbol=="function"&&Symbol.for,i=o?Symbol.for("react.element"):60103,l=o?Symbol.for("react.portal"):60106,f=o?Symbol.for("react.fragment"):60107,p=o?Symbol.for("react.strict_mode"):60108,h=o?Symbol.for("react.profiler"):60114,m=o?Symbol.for("react.provider"):60109,S=o?Symbol.for("react.context"):60110,w=o?Symbol.for("react.async_mode"):60111,C=o?Symbol.for("react.concurrent_mode"):60111,R=o?Symbol.for("react.forward_ref"):60112,T=o?Symbol.for("react.suspense"):60113,D=o?Symbol.for("react.suspense_list"):60120,P=o?Symbol.for("react.memo"):60115,A=o?Symbol.for("react.lazy"):60116,z=o?Symbol.for("react.block"):60121,O=o?Symbol.for("react.fundamental"):60117,oe=o?Symbol.for("react.responder"):60118,le=o?Symbol.for("react.scope"):60119;function W(me){return typeof me=="string"||typeof me=="function"||me===f||me===C||me===h||me===p||me===T||me===D||typeof me=="object"&&me!==null&&(me.$$typeof===A||me.$$typeof===P||me.$$typeof===m||me.$$typeof===S||me.$$typeof===R||me.$$typeof===O||me.$$typeof===oe||me.$$typeof===le||me.$$typeof===z)}function ie(me){if(typeof me=="object"&&me!==null){var gt=me.$$typeof;switch(gt){case i:var Me=me.type;switch(Me){case w:case C:case f:case h:case p:case T:return Me;default:var et=Me&&Me.$$typeof;switch(et){case S:case R:case A:case P:case m:return et;default:return gt}}case l:return gt}}}var F=w,ve=C,be=S,$=m,ge=i,J=R,Q=f,Ce=A,K=P,ae=l,Re=h,Xe=p,_e=T,he=!1;function G(me){return he||(he=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),j(me)||ie(me)===w}function j(me){return ie(me)===C}function Pe(me){return ie(me)===S}function ee(me){return ie(me)===m}function fe(me){return typeof me=="object"&&me!==null&&me.$$typeof===i}function ye(me){return ie(me)===R}function Ee(me){return ie(me)===f}function V(me){return ie(me)===A}function Le(me){return ie(me)===P}function de(me){return ie(me)===l}function Ye(me){return ie(me)===h}function rt(me){return ie(me)===p}function Be(me){return ie(me)===T}It.AsyncMode=F,It.ConcurrentMode=ve,It.ContextConsumer=be,It.ContextProvider=$,It.Element=ge,It.ForwardRef=J,It.Fragment=Q,It.Lazy=Ce,It.Memo=K,It.Portal=ae,It.Profiler=Re,It.StrictMode=Xe,It.Suspense=_e,It.isAsyncMode=G,It.isConcurrentMode=j,It.isContextConsumer=Pe,It.isContextProvider=ee,It.isElement=fe,It.isForwardRef=ye,It.isFragment=Ee,It.isLazy=V,It.isMemo=Le,It.isPortal=de,It.isProfiler=Ye,It.isStrictMode=rt,It.isSuspense=Be,It.isValidElementType=W,It.typeOf=ie}()),It}var p4;function d0(){return p4||(p4=1,process.env.NODE_ENV==="production"?f0.exports=EM():f0.exports=_M()),f0.exports}/*
202
202
  object-assign
203
203
  (c) Sindre Sorhus
204
204
  @license MIT
205
- */var nb,rC;function A4(){if(rC)return nb;rC=1;var l=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable;function v(S){if(S==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(S)}function g(){try{if(!Object.assign)return!1;var S=new String("abc");if(S[5]="de",Object.getOwnPropertyNames(S)[0]==="5")return!1;for(var y={},E=0;E<10;E++)y["_"+String.fromCharCode(E)]=E;var T=Object.getOwnPropertyNames(y).map(function(j){return y[j]});if(T.join("")!=="0123456789")return!1;var R={};return"abcdefghijklmnopqrst".split("").forEach(function(j){R[j]=j}),Object.keys(Object.assign({},R)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return nb=g()?Object.assign:function(S,y){for(var E,T=v(S),R,j=1;j<arguments.length;j++){E=Object(arguments[j]);for(var D in E)c.call(E,D)&&(T[D]=E[D]);if(l){R=l(E);for(var N=0;N<R.length;N++)s.call(E,R[N])&&(T[R[N]]=E[R[N]])}}return T},nb}var rb,iC;function ib(){if(iC)return rb;iC=1;var l="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return rb=l,rb}var ab,aC;function z4(){if(aC)return ab;aC=1;var l=function(){};if(process.env.NODE_ENV!=="production"){var c=ib(),s={},v=Function.call.bind(Object.prototype.hasOwnProperty);l=function(S){var y="Warning: "+S;typeof console<"u"&&console.error(y);try{throw new Error(y)}catch{}}}function g(S,y,E,T,R){if(process.env.NODE_ENV!=="production"){for(var j in S)if(v(S,j)){var D;try{if(typeof S[j]!="function"){var N=Error((T||"React class")+": "+E+" type `"+j+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof S[j]+"`.");throw N.name="Invariant Violation",N}D=S[j](y,j,T,E,null,c)}catch(te){D=te}if(D&&!(D instanceof Error)&&l((T||"React class")+": type specification of "+E+" `"+j+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof D+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),D instanceof Error&&!(D.message in s)){s[D.message]=!0;var M=R?R():"";l("Failed "+E+" type: "+D.message+(M??""))}}}}return g.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(s={})},ab=g,ab}var ob,oC;function F4(){if(oC)return ob;oC=1;var l=tb(),c=A4(),s=ib(),v=z4(),g=Function.call.bind(Object.prototype.hasOwnProperty),S=function(){};process.env.NODE_ENV!=="production"&&(S=function(E){var T="Warning: "+E;typeof console<"u"&&console.error(T);try{throw new Error(T)}catch{}});function y(){return null}return ob=function(E,T){var R=typeof Symbol=="function"&&Symbol.iterator,j="@@iterator";function D(G){var q=G&&(R&&G[R]||G[j]);if(typeof q=="function")return q}var N="<<anonymous>>",M={array:me("array"),bool:me("boolean"),func:me("function"),number:me("number"),object:me("object"),string:me("string"),symbol:me("symbol"),any:_e(),arrayOf:ne,element:ce(),elementType:H(),instanceOf:ze,node:Se(),objectOf:P,oneOf:$e,oneOfType:Te,shape:ee,exact:Re};function te(G,q){return G===q?G!==0||1/G===1/q:G!==G&&q!==q}function Y(G){this.message=G,this.stack=""}Y.prototype=Error.prototype;function U(G){if(process.env.NODE_ENV!=="production")var q={},De=0;function Z(de,be,F,Ne,ue,We,rt){if(Ne=Ne||N,We=We||F,rt!==s){if(T){var st=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw st.name="Invariant Violation",st}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var fe=Ne+":"+F;!q[fe]&&De<3&&(S("You are manually calling a React.PropTypes validation function for the `"+We+"` prop on `"+Ne+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),q[fe]=!0,De++)}}return be[F]==null?de?be[F]===null?new Y("The "+ue+" `"+We+"` is marked as required "+("in `"+Ne+"`, but its value is `null`.")):new Y("The "+ue+" `"+We+"` is marked as required in "+("`"+Ne+"`, but its value is `undefined`.")):null:G(be,F,Ne,ue,We)}var se=Z.bind(null,!1);return se.isRequired=Z.bind(null,!0),se}function me(G){function q(De,Z,se,de,be,F){var Ne=De[Z],ue=Ue(Ne);if(ue!==G){var We=ut(Ne);return new Y("Invalid "+de+" `"+be+"` of type "+("`"+We+"` supplied to `"+se+"`, expected ")+("`"+G+"`."))}return null}return U(q)}function _e(){return U(y)}function ne(G){function q(De,Z,se,de,be){if(typeof G!="function")return new Y("Property `"+be+"` of component `"+se+"` has invalid PropType notation inside arrayOf.");var F=De[Z];if(!Array.isArray(F)){var Ne=Ue(F);return new Y("Invalid "+de+" `"+be+"` of type "+("`"+Ne+"` supplied to `"+se+"`, expected an array."))}for(var ue=0;ue<F.length;ue++){var We=G(F,ue,se,de,be+"["+ue+"]",s);if(We instanceof Error)return We}return null}return U(q)}function ce(){function G(q,De,Z,se,de){var be=q[De];if(!E(be)){var F=Ue(be);return new Y("Invalid "+se+" `"+de+"` of type "+("`"+F+"` supplied to `"+Z+"`, expected a single ReactElement."))}return null}return U(G)}function H(){function G(q,De,Z,se,de){var be=q[De];if(!l.isValidElementType(be)){var F=Ue(be);return new Y("Invalid "+se+" `"+de+"` of type "+("`"+F+"` supplied to `"+Z+"`, expected a single ReactElement type."))}return null}return U(G)}function ze(G){function q(De,Z,se,de,be){if(!(De[Z]instanceof G)){var F=G.name||N,Ne=he(De[Z]);return new Y("Invalid "+de+" `"+be+"` of type "+("`"+Ne+"` supplied to `"+se+"`, expected ")+("instance of `"+F+"`."))}return null}return U(q)}function $e(G){if(!Array.isArray(G))return process.env.NODE_ENV!=="production"&&(arguments.length>1?S("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):S("Invalid argument supplied to oneOf, expected an array.")),y;function q(De,Z,se,de,be){for(var F=De[Z],Ne=0;Ne<G.length;Ne++)if(te(F,G[Ne]))return null;var ue=JSON.stringify(G,function(We,rt){var st=ut(rt);return st==="symbol"?String(rt):rt});return new Y("Invalid "+de+" `"+be+"` of value `"+String(F)+"` "+("supplied to `"+se+"`, expected one of "+ue+"."))}return U(q)}function P(G){function q(De,Z,se,de,be){if(typeof G!="function")return new Y("Property `"+be+"` of component `"+se+"` has invalid PropType notation inside objectOf.");var F=De[Z],Ne=Ue(F);if(Ne!=="object")return new Y("Invalid "+de+" `"+be+"` of type "+("`"+Ne+"` supplied to `"+se+"`, expected an object."));for(var ue in F)if(g(F,ue)){var We=G(F,ue,se,de,be+"."+ue,s);if(We instanceof Error)return We}return null}return U(q)}function Te(G){if(!Array.isArray(G))return process.env.NODE_ENV!=="production"&&S("Invalid argument supplied to oneOfType, expected an instance of array."),y;for(var q=0;q<G.length;q++){var De=G[q];if(typeof De!="function")return S("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+Qt(De)+" at index "+q+"."),y}function Z(se,de,be,F,Ne){for(var ue=0;ue<G.length;ue++){var We=G[ue];if(We(se,de,be,F,Ne,s)==null)return null}return new Y("Invalid "+F+" `"+Ne+"` supplied to "+("`"+be+"`."))}return U(Z)}function Se(){function G(q,De,Z,se,de){return Q(q[De])?null:new Y("Invalid "+se+" `"+de+"` supplied to "+("`"+Z+"`, expected a ReactNode."))}return U(G)}function ee(G){function q(De,Z,se,de,be){var F=De[Z],Ne=Ue(F);if(Ne!=="object")return new Y("Invalid "+de+" `"+be+"` of type `"+Ne+"` "+("supplied to `"+se+"`, expected `object`."));for(var ue in G){var We=G[ue];if(We){var rt=We(F,ue,se,de,be+"."+ue,s);if(rt)return rt}}return null}return U(q)}function Re(G){function q(De,Z,se,de,be){var F=De[Z],Ne=Ue(F);if(Ne!=="object")return new Y("Invalid "+de+" `"+be+"` of type `"+Ne+"` "+("supplied to `"+se+"`, expected `object`."));var ue=c({},De[Z],G);for(var We in ue){var rt=G[We];if(!rt)return new Y("Invalid "+de+" `"+be+"` key `"+We+"` supplied to `"+se+"`.\nBad object: "+JSON.stringify(De[Z],null," ")+`
206
- Valid keys: `+JSON.stringify(Object.keys(G),null," "));var st=rt(F,We,se,de,be+"."+We,s);if(st)return st}return null}return U(q)}function Q(G){switch(typeof G){case"number":case"string":case"undefined":return!0;case"boolean":return!G;case"object":if(Array.isArray(G))return G.every(Q);if(G===null||E(G))return!0;var q=D(G);if(q){var De=q.call(G),Z;if(q!==G.entries){for(;!(Z=De.next()).done;)if(!Q(Z.value))return!1}else for(;!(Z=De.next()).done;){var se=Z.value;if(se&&!Q(se[1]))return!1}}else return!1;return!0;default:return!1}}function ae(G,q){return G==="symbol"?!0:q?q["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&q instanceof Symbol:!1}function Ue(G){var q=typeof G;return Array.isArray(G)?"array":G instanceof RegExp?"object":ae(q,G)?"symbol":q}function ut(G){if(typeof G>"u"||G===null)return""+G;var q=Ue(G);if(q==="object"){if(G instanceof Date)return"date";if(G instanceof RegExp)return"regexp"}return q}function Qt(G){var q=ut(G);switch(q){case"array":case"object":return"an "+q;case"boolean":case"date":case"regexp":return"a "+q;default:return q}}function he(G){return!G.constructor||!G.constructor.name?N:G.constructor.name}return M.checkPropTypes=v,M.resetWarningCache=v.resetWarningCache,M.PropTypes=M,M},ob}var lb,lC;function U4(){if(lC)return lb;lC=1;var l=ib();function c(){}function s(){}return s.resetWarningCache=c,lb=function(){function v(y,E,T,R,j,D){if(D!==l){var N=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw N.name="Invariant Violation",N}}v.isRequired=v;function g(){return v}var S={array:v,bool:v,func:v,number:v,object:v,string:v,symbol:v,any:v,arrayOf:g,element:v,elementType:v,instanceOf:g,node:v,objectOf:g,oneOf:g,oneOfType:g,shape:g,exact:g,checkPropTypes:s,resetWarningCache:c};return S.PropTypes=S,S},lb}if(process.env.NODE_ENV!=="production"){var H4=tb(),V4=!0;qg.exports=F4()(H4.isElement,V4)}else qg.exports=U4()();var j4=qg.exports,ub={exports:{}},Pt={};/**
205
+ */var p0,v4;function TM(){if(v4)return p0;v4=1;var o=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;function f(h){if(h==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(h)}function p(){try{if(!Object.assign)return!1;var h=new String("abc");if(h[5]="de",Object.getOwnPropertyNames(h)[0]==="5")return!1;for(var m={},S=0;S<10;S++)m["_"+String.fromCharCode(S)]=S;var w=Object.getOwnPropertyNames(m).map(function(R){return m[R]});if(w.join("")!=="0123456789")return!1;var C={};return"abcdefghijklmnopqrst".split("").forEach(function(R){C[R]=R}),Object.keys(Object.assign({},C)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return p0=p()?Object.assign:function(h,m){for(var S,w=f(h),C,R=1;R<arguments.length;R++){S=Object(arguments[R]);for(var T in S)i.call(S,T)&&(w[T]=S[T]);if(o){C=o(S);for(var D=0;D<C.length;D++)l.call(S,C[D])&&(w[C[D]]=S[C[D]])}}return w},p0}var v0,m4;function m0(){if(m4)return v0;m4=1;var o="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return v0=o,v0}var h0,h4;function DM(){if(h4)return h0;h4=1;var o=function(){};if(process.env.NODE_ENV!=="production"){var i=m0(),l={},f=Function.call.bind(Object.prototype.hasOwnProperty);o=function(h){var m="Warning: "+h;typeof console<"u"&&console.error(m);try{throw new Error(m)}catch{}}}function p(h,m,S,w,C){if(process.env.NODE_ENV!=="production"){for(var R in h)if(f(h,R)){var T;try{if(typeof h[R]!="function"){var D=Error((w||"React class")+": "+S+" type `"+R+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof h[R]+"`.");throw D.name="Invariant Violation",D}T=h[R](m,R,w,S,null,i)}catch(A){T=A}if(T&&!(T instanceof Error)&&o((w||"React class")+": type specification of "+S+" `"+R+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof T+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),T instanceof Error&&!(T.message in l)){l[T.message]=!0;var P=C?C():"";o("Failed "+S+" type: "+T.message+(P??""))}}}}return p.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(l={})},h0=p,h0}var g0,g4;function RM(){if(g4)return g0;g4=1;var o=d0(),i=TM(),l=m0(),f=DM(),p=Function.call.bind(Object.prototype.hasOwnProperty),h=function(){};process.env.NODE_ENV!=="production"&&(h=function(S){var w="Warning: "+S;typeof console<"u"&&console.error(w);try{throw new Error(w)}catch{}});function m(){return null}return g0=function(S,w){var C=typeof Symbol=="function"&&Symbol.iterator,R="@@iterator";function T(G){var j=G&&(C&&G[C]||G[R]);if(typeof j=="function")return j}var D="<<anonymous>>",P={array:oe("array"),bool:oe("boolean"),func:oe("function"),number:oe("number"),object:oe("object"),string:oe("string"),symbol:oe("symbol"),any:le(),arrayOf:W,element:ie(),elementType:F(),instanceOf:ve,node:J(),objectOf:$,oneOf:be,oneOfType:ge,shape:Q,exact:Ce};function A(G,j){return G===j?G!==0||1/G===1/j:G!==G&&j!==j}function z(G){this.message=G,this.stack=""}z.prototype=Error.prototype;function O(G){if(process.env.NODE_ENV!=="production")var j={},Pe=0;function ee(ye,Ee,V,Le,de,Ye,rt){if(Le=Le||D,Ye=Ye||V,rt!==l){if(w){var Be=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw Be.name="Invariant Violation",Be}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var me=Le+":"+V;!j[me]&&Pe<3&&(h("You are manually calling a React.PropTypes validation function for the `"+Ye+"` prop on `"+Le+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),j[me]=!0,Pe++)}}return Ee[V]==null?ye?Ee[V]===null?new z("The "+de+" `"+Ye+"` is marked as required "+("in `"+Le+"`, but its value is `null`.")):new z("The "+de+" `"+Ye+"` is marked as required in "+("`"+Le+"`, but its value is `undefined`.")):null:G(Ee,V,Le,de,Ye)}var fe=ee.bind(null,!1);return fe.isRequired=ee.bind(null,!0),fe}function oe(G){function j(Pe,ee,fe,ye,Ee,V){var Le=Pe[ee],de=Re(Le);if(de!==G){var Ye=Xe(Le);return new z("Invalid "+ye+" `"+Ee+"` of type "+("`"+Ye+"` supplied to `"+fe+"`, expected ")+("`"+G+"`."))}return null}return O(j)}function le(){return O(m)}function W(G){function j(Pe,ee,fe,ye,Ee){if(typeof G!="function")return new z("Property `"+Ee+"` of component `"+fe+"` has invalid PropType notation inside arrayOf.");var V=Pe[ee];if(!Array.isArray(V)){var Le=Re(V);return new z("Invalid "+ye+" `"+Ee+"` of type "+("`"+Le+"` supplied to `"+fe+"`, expected an array."))}for(var de=0;de<V.length;de++){var Ye=G(V,de,fe,ye,Ee+"["+de+"]",l);if(Ye instanceof Error)return Ye}return null}return O(j)}function ie(){function G(j,Pe,ee,fe,ye){var Ee=j[Pe];if(!S(Ee)){var V=Re(Ee);return new z("Invalid "+fe+" `"+ye+"` of type "+("`"+V+"` supplied to `"+ee+"`, expected a single ReactElement."))}return null}return O(G)}function F(){function G(j,Pe,ee,fe,ye){var Ee=j[Pe];if(!o.isValidElementType(Ee)){var V=Re(Ee);return new z("Invalid "+fe+" `"+ye+"` of type "+("`"+V+"` supplied to `"+ee+"`, expected a single ReactElement type."))}return null}return O(G)}function ve(G){function j(Pe,ee,fe,ye,Ee){if(!(Pe[ee]instanceof G)){var V=G.name||D,Le=he(Pe[ee]);return new z("Invalid "+ye+" `"+Ee+"` of type "+("`"+Le+"` supplied to `"+fe+"`, expected ")+("instance of `"+V+"`."))}return null}return O(j)}function be(G){if(!Array.isArray(G))return process.env.NODE_ENV!=="production"&&(arguments.length>1?h("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):h("Invalid argument supplied to oneOf, expected an array.")),m;function j(Pe,ee,fe,ye,Ee){for(var V=Pe[ee],Le=0;Le<G.length;Le++)if(A(V,G[Le]))return null;var de=JSON.stringify(G,function(Ye,rt){var Be=Xe(rt);return Be==="symbol"?String(rt):rt});return new z("Invalid "+ye+" `"+Ee+"` of value `"+String(V)+"` "+("supplied to `"+fe+"`, expected one of "+de+"."))}return O(j)}function $(G){function j(Pe,ee,fe,ye,Ee){if(typeof G!="function")return new z("Property `"+Ee+"` of component `"+fe+"` has invalid PropType notation inside objectOf.");var V=Pe[ee],Le=Re(V);if(Le!=="object")return new z("Invalid "+ye+" `"+Ee+"` of type "+("`"+Le+"` supplied to `"+fe+"`, expected an object."));for(var de in V)if(p(V,de)){var Ye=G(V,de,fe,ye,Ee+"."+de,l);if(Ye instanceof Error)return Ye}return null}return O(j)}function ge(G){if(!Array.isArray(G))return process.env.NODE_ENV!=="production"&&h("Invalid argument supplied to oneOfType, expected an instance of array."),m;for(var j=0;j<G.length;j++){var Pe=G[j];if(typeof Pe!="function")return h("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+_e(Pe)+" at index "+j+"."),m}function ee(fe,ye,Ee,V,Le){for(var de=0;de<G.length;de++){var Ye=G[de];if(Ye(fe,ye,Ee,V,Le,l)==null)return null}return new z("Invalid "+V+" `"+Le+"` supplied to "+("`"+Ee+"`."))}return O(ee)}function J(){function G(j,Pe,ee,fe,ye){return K(j[Pe])?null:new z("Invalid "+fe+" `"+ye+"` supplied to "+("`"+ee+"`, expected a ReactNode."))}return O(G)}function Q(G){function j(Pe,ee,fe,ye,Ee){var V=Pe[ee],Le=Re(V);if(Le!=="object")return new z("Invalid "+ye+" `"+Ee+"` of type `"+Le+"` "+("supplied to `"+fe+"`, expected `object`."));for(var de in G){var Ye=G[de];if(Ye){var rt=Ye(V,de,fe,ye,Ee+"."+de,l);if(rt)return rt}}return null}return O(j)}function Ce(G){function j(Pe,ee,fe,ye,Ee){var V=Pe[ee],Le=Re(V);if(Le!=="object")return new z("Invalid "+ye+" `"+Ee+"` of type `"+Le+"` "+("supplied to `"+fe+"`, expected `object`."));var de=i({},Pe[ee],G);for(var Ye in de){var rt=G[Ye];if(!rt)return new z("Invalid "+ye+" `"+Ee+"` key `"+Ye+"` supplied to `"+fe+"`.\nBad object: "+JSON.stringify(Pe[ee],null," ")+`
206
+ Valid keys: `+JSON.stringify(Object.keys(G),null," "));var Be=rt(V,Ye,fe,ye,Ee+"."+Ye,l);if(Be)return Be}return null}return O(j)}function K(G){switch(typeof G){case"number":case"string":case"undefined":return!0;case"boolean":return!G;case"object":if(Array.isArray(G))return G.every(K);if(G===null||S(G))return!0;var j=T(G);if(j){var Pe=j.call(G),ee;if(j!==G.entries){for(;!(ee=Pe.next()).done;)if(!K(ee.value))return!1}else for(;!(ee=Pe.next()).done;){var fe=ee.value;if(fe&&!K(fe[1]))return!1}}else return!1;return!0;default:return!1}}function ae(G,j){return G==="symbol"?!0:j?j["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&j instanceof Symbol:!1}function Re(G){var j=typeof G;return Array.isArray(G)?"array":G instanceof RegExp?"object":ae(j,G)?"symbol":j}function Xe(G){if(typeof G>"u"||G===null)return""+G;var j=Re(G);if(j==="object"){if(G instanceof Date)return"date";if(G instanceof RegExp)return"regexp"}return j}function _e(G){var j=Xe(G);switch(j){case"array":case"object":return"an "+j;case"boolean":case"date":case"regexp":return"a "+j;default:return j}}function he(G){return!G.constructor||!G.constructor.name?D:G.constructor.name}return P.checkPropTypes=f,P.resetWarningCache=f.resetWarningCache,P.PropTypes=P,P},g0}var y0,y4;function PM(){if(y4)return y0;y4=1;var o=m0();function i(){}function l(){}return l.resetWarningCache=i,y0=function(){function f(m,S,w,C,R,T){if(T!==o){var D=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw D.name="Invariant Violation",D}}f.isRequired=f;function p(){return f}var h={array:f,bool:f,func:f,number:f,object:f,string:f,symbol:f,any:f,arrayOf:p,element:f,elementType:f,instanceOf:p,node:f,objectOf:p,oneOf:p,oneOfType:p,shape:p,exact:p,checkPropTypes:l,resetWarningCache:i};return h.PropTypes=h,h},y0}if(process.env.NODE_ENV!=="production"){var MM=d0(),NM=!0;c0.exports=RM()(MM.isElement,NM)}else c0.exports=PM()();var $M=c0.exports,b0={exports:{}},zt={};/**
207
207
  * @license React
208
208
  * react-is.production.min.js
209
209
  *
@@ -211,7 +211,7 @@ Valid keys: `+JSON.stringify(Object.keys(G),null," "));var st=rt(F,We,se,de,be+
211
211
  *
212
212
  * This source code is licensed under the MIT license found in the
213
213
  * LICENSE file in the root directory of this source tree.
214
- */var uC;function B4(){if(uC)return Pt;uC=1;var l=Symbol.for("react.element"),c=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),v=Symbol.for("react.strict_mode"),g=Symbol.for("react.profiler"),S=Symbol.for("react.provider"),y=Symbol.for("react.context"),E=Symbol.for("react.server_context"),T=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),D=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),M=Symbol.for("react.offscreen"),te;te=Symbol.for("react.module.reference");function Y(U){if(typeof U=="object"&&U!==null){var me=U.$$typeof;switch(me){case l:switch(U=U.type,U){case s:case g:case v:case R:case j:return U;default:switch(U=U&&U.$$typeof,U){case E:case y:case T:case N:case D:case S:return U;default:return me}}case c:return me}}}return Pt.ContextConsumer=y,Pt.ContextProvider=S,Pt.Element=l,Pt.ForwardRef=T,Pt.Fragment=s,Pt.Lazy=N,Pt.Memo=D,Pt.Portal=c,Pt.Profiler=g,Pt.StrictMode=v,Pt.Suspense=R,Pt.SuspenseList=j,Pt.isAsyncMode=function(){return!1},Pt.isConcurrentMode=function(){return!1},Pt.isContextConsumer=function(U){return Y(U)===y},Pt.isContextProvider=function(U){return Y(U)===S},Pt.isElement=function(U){return typeof U=="object"&&U!==null&&U.$$typeof===l},Pt.isForwardRef=function(U){return Y(U)===T},Pt.isFragment=function(U){return Y(U)===s},Pt.isLazy=function(U){return Y(U)===N},Pt.isMemo=function(U){return Y(U)===D},Pt.isPortal=function(U){return Y(U)===c},Pt.isProfiler=function(U){return Y(U)===g},Pt.isStrictMode=function(U){return Y(U)===v},Pt.isSuspense=function(U){return Y(U)===R},Pt.isSuspenseList=function(U){return Y(U)===j},Pt.isValidElementType=function(U){return typeof U=="string"||typeof U=="function"||U===s||U===g||U===v||U===R||U===j||U===M||typeof U=="object"&&U!==null&&(U.$$typeof===N||U.$$typeof===D||U.$$typeof===S||U.$$typeof===y||U.$$typeof===T||U.$$typeof===te||U.getModuleId!==void 0)},Pt.typeOf=Y,Pt}var Vt={};/**
214
+ */var b4;function LM(){if(b4)return zt;b4=1;var o=Symbol.for("react.element"),i=Symbol.for("react.portal"),l=Symbol.for("react.fragment"),f=Symbol.for("react.strict_mode"),p=Symbol.for("react.profiler"),h=Symbol.for("react.provider"),m=Symbol.for("react.context"),S=Symbol.for("react.server_context"),w=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),R=Symbol.for("react.suspense_list"),T=Symbol.for("react.memo"),D=Symbol.for("react.lazy"),P=Symbol.for("react.offscreen"),A;A=Symbol.for("react.module.reference");function z(O){if(typeof O=="object"&&O!==null){var oe=O.$$typeof;switch(oe){case o:switch(O=O.type,O){case l:case p:case f:case C:case R:return O;default:switch(O=O&&O.$$typeof,O){case S:case m:case w:case D:case T:case h:return O;default:return oe}}case i:return oe}}}return zt.ContextConsumer=m,zt.ContextProvider=h,zt.Element=o,zt.ForwardRef=w,zt.Fragment=l,zt.Lazy=D,zt.Memo=T,zt.Portal=i,zt.Profiler=p,zt.StrictMode=f,zt.Suspense=C,zt.SuspenseList=R,zt.isAsyncMode=function(){return!1},zt.isConcurrentMode=function(){return!1},zt.isContextConsumer=function(O){return z(O)===m},zt.isContextProvider=function(O){return z(O)===h},zt.isElement=function(O){return typeof O=="object"&&O!==null&&O.$$typeof===o},zt.isForwardRef=function(O){return z(O)===w},zt.isFragment=function(O){return z(O)===l},zt.isLazy=function(O){return z(O)===D},zt.isMemo=function(O){return z(O)===T},zt.isPortal=function(O){return z(O)===i},zt.isProfiler=function(O){return z(O)===p},zt.isStrictMode=function(O){return z(O)===f},zt.isSuspense=function(O){return z(O)===C},zt.isSuspenseList=function(O){return z(O)===R},zt.isValidElementType=function(O){return typeof O=="string"||typeof O=="function"||O===l||O===p||O===f||O===C||O===R||O===P||typeof O=="object"&&O!==null&&(O.$$typeof===D||O.$$typeof===T||O.$$typeof===h||O.$$typeof===m||O.$$typeof===w||O.$$typeof===A||O.getModuleId!==void 0)},zt.typeOf=z,zt}var Vt={};/**
215
215
  * @license React
216
216
  * react-is.development.js
217
217
  *
@@ -219,8 +219,8 @@ Valid keys: `+JSON.stringify(Object.keys(G),null," "));var st=rt(F,We,se,de,be+
219
219
  *
220
220
  * This source code is licensed under the MIT license found in the
221
221
  * LICENSE file in the root directory of this source tree.
222
- */var sC;function I4(){return sC||(sC=1,process.env.NODE_ENV!=="production"&&function(){var l=Symbol.for("react.element"),c=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),v=Symbol.for("react.strict_mode"),g=Symbol.for("react.profiler"),S=Symbol.for("react.provider"),y=Symbol.for("react.context"),E=Symbol.for("react.server_context"),T=Symbol.for("react.forward_ref"),R=Symbol.for("react.suspense"),j=Symbol.for("react.suspense_list"),D=Symbol.for("react.memo"),N=Symbol.for("react.lazy"),M=Symbol.for("react.offscreen"),te=!1,Y=!1,U=!1,me=!1,_e=!1,ne;ne=Symbol.for("react.module.reference");function ce(Ce){return!!(typeof Ce=="string"||typeof Ce=="function"||Ce===s||Ce===g||_e||Ce===v||Ce===R||Ce===j||me||Ce===M||te||Y||U||typeof Ce=="object"&&Ce!==null&&(Ce.$$typeof===N||Ce.$$typeof===D||Ce.$$typeof===S||Ce.$$typeof===y||Ce.$$typeof===T||Ce.$$typeof===ne||Ce.getModuleId!==void 0))}function H(Ce){if(typeof Ce=="object"&&Ce!==null){var Je=Ce.$$typeof;switch(Je){case l:var St=Ce.type;switch(St){case s:case g:case v:case R:case j:return St;default:var it=St&&St.$$typeof;switch(it){case E:case y:case T:case N:case D:case S:return it;default:return Je}}case c:return Je}}}var ze=y,$e=S,P=l,Te=T,Se=s,ee=N,Re=D,Q=c,ae=g,Ue=v,ut=R,Qt=j,he=!1,G=!1;function q(Ce){return he||(he=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function De(Ce){return G||(G=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function Z(Ce){return H(Ce)===y}function se(Ce){return H(Ce)===S}function de(Ce){return typeof Ce=="object"&&Ce!==null&&Ce.$$typeof===l}function be(Ce){return H(Ce)===T}function F(Ce){return H(Ce)===s}function Ne(Ce){return H(Ce)===N}function ue(Ce){return H(Ce)===D}function We(Ce){return H(Ce)===c}function rt(Ce){return H(Ce)===g}function st(Ce){return H(Ce)===v}function fe(Ce){return H(Ce)===R}function ht(Ce){return H(Ce)===j}Vt.ContextConsumer=ze,Vt.ContextProvider=$e,Vt.Element=P,Vt.ForwardRef=Te,Vt.Fragment=Se,Vt.Lazy=ee,Vt.Memo=Re,Vt.Portal=Q,Vt.Profiler=ae,Vt.StrictMode=Ue,Vt.Suspense=ut,Vt.SuspenseList=Qt,Vt.isAsyncMode=q,Vt.isConcurrentMode=De,Vt.isContextConsumer=Z,Vt.isContextProvider=se,Vt.isElement=de,Vt.isForwardRef=be,Vt.isFragment=F,Vt.isLazy=Ne,Vt.isMemo=ue,Vt.isPortal=We,Vt.isProfiler=rt,Vt.isStrictMode=st,Vt.isSuspense=fe,Vt.isSuspenseList=ht,Vt.isValidElementType=ce,Vt.typeOf=H}()),Vt}process.env.NODE_ENV==="production"?ub.exports=B4():ub.exports=I4();var sb=ub.exports,Y4=function(l,c,s,v){var g=s?s.call(v,l,c):void 0;if(g!==void 0)return!!g;if(l===c)return!0;if(typeof l!="object"||!l||typeof c!="object"||!c)return!1;var S=Object.keys(l),y=Object.keys(c);if(S.length!==y.length)return!1;for(var E=Object.prototype.hasOwnProperty.bind(c),T=0;T<S.length;T++){var R=S[T];if(!E(R))return!1;var j=l[R],D=c[R];if(g=s?s.call(v,j,D,R):void 0,g===!1||g===void 0&&j!==D)return!1}return!0};const W4=q_(Y4);function Q4(l){function c(Z,se,de,be,F){for(var Ne=0,ue=0,We=0,rt=0,st,fe,ht=0,Ce=0,Je,St=Je=st=0,it=0,Lt=0,dr=0,jt=0,pr=de.length,vr=pr-1,Kt,Ke="",xt="",kn="",mn="",nn;it<pr;){if(fe=de.charCodeAt(it),it===vr&&ue+rt+We+Ne!==0&&(ue!==0&&(fe=ue===47?10:47),rt=We=Ne=0,pr++,vr++),ue+rt+We+Ne===0){if(it===vr&&(0<Lt&&(Ke=Ke.replace(N,"")),0<Ke.trim().length)){switch(fe){case 32:case 9:case 59:case 13:case 10:break;default:Ke+=de.charAt(it)}fe=59}switch(fe){case 123:for(Ke=Ke.trim(),st=Ke.charCodeAt(0),Je=1,jt=++it;it<pr;){switch(fe=de.charCodeAt(it)){case 123:Je++;break;case 125:Je--;break;case 47:switch(fe=de.charCodeAt(it+1)){case 42:case 47:e:{for(St=it+1;St<vr;++St)switch(de.charCodeAt(St)){case 47:if(fe===42&&de.charCodeAt(St-1)===42&&it+2!==St){it=St+1;break e}break;case 10:if(fe===47){it=St+1;break e}}it=St}}break;case 91:fe++;case 40:fe++;case 34:case 39:for(;it++<vr&&de.charCodeAt(it)!==fe;);}if(Je===0)break;it++}switch(Je=de.substring(jt,it),st===0&&(st=(Ke=Ke.replace(D,"").trim()).charCodeAt(0)),st){case 64:switch(0<Lt&&(Ke=Ke.replace(N,"")),fe=Ke.charCodeAt(1),fe){case 100:case 109:case 115:case 45:Lt=se;break;default:Lt=ut}if(Je=c(se,Lt,Je,fe,F+1),jt=Je.length,0<he&&(Lt=s(ut,Ke,dr),nn=E(3,Je,Lt,se,Q,Re,jt,fe,F,be),Ke=Lt.join(""),nn!==void 0&&(jt=(Je=nn.trim()).length)===0&&(fe=0,Je="")),0<jt)switch(fe){case 115:Ke=Ke.replace(ze,y);case 100:case 109:case 45:Je=Ke+"{"+Je+"}";break;case 107:Ke=Ke.replace(_e,"$1 $2"),Je=Ke+"{"+Je+"}",Je=Ue===1||Ue===2&&S("@"+Je,3)?"@-webkit-"+Je+"@"+Je:"@"+Je;break;default:Je=Ke+Je,be===112&&(Je=(xt+=Je,""))}else Je="";break;default:Je=c(se,s(se,Ke,dr),Je,be,F+1)}kn+=Je,Je=dr=Lt=St=st=0,Ke="",fe=de.charCodeAt(++it);break;case 125:case 59:if(Ke=(0<Lt?Ke.replace(N,""):Ke).trim(),1<(jt=Ke.length))switch(St===0&&(st=Ke.charCodeAt(0),st===45||96<st&&123>st)&&(jt=(Ke=Ke.replace(" ",":")).length),0<he&&(nn=E(1,Ke,se,Z,Q,Re,xt.length,be,F,be))!==void 0&&(jt=(Ke=nn.trim()).length)===0&&(Ke="\0\0"),st=Ke.charCodeAt(0),fe=Ke.charCodeAt(1),st){case 0:break;case 64:if(fe===105||fe===99){mn+=Ke+de.charAt(it);break}default:Ke.charCodeAt(jt-1)!==58&&(xt+=g(Ke,st,fe,Ke.charCodeAt(2)))}dr=Lt=St=st=0,Ke="",fe=de.charCodeAt(++it)}}switch(fe){case 13:case 10:ue===47?ue=0:1+st===0&&be!==107&&0<Ke.length&&(Lt=1,Ke+="\0"),0<he*q&&E(0,Ke,se,Z,Q,Re,xt.length,be,F,be),Re=1,Q++;break;case 59:case 125:if(ue+rt+We+Ne===0){Re++;break}default:switch(Re++,Kt=de.charAt(it),fe){case 9:case 32:if(rt+Ne+ue===0)switch(ht){case 44:case 58:case 9:case 32:Kt="";break;default:fe!==32&&(Kt=" ")}break;case 0:Kt="\\0";break;case 12:Kt="\\f";break;case 11:Kt="\\v";break;case 38:rt+ue+Ne===0&&(Lt=dr=1,Kt="\f"+Kt);break;case 108:if(rt+ue+Ne+ae===0&&0<St)switch(it-St){case 2:ht===112&&de.charCodeAt(it-3)===58&&(ae=ht);case 8:Ce===111&&(ae=Ce)}break;case 58:rt+ue+Ne===0&&(St=it);break;case 44:ue+We+rt+Ne===0&&(Lt=1,Kt+="\r");break;case 34:case 39:ue===0&&(rt=rt===fe?0:rt===0?fe:rt);break;case 91:rt+ue+We===0&&Ne++;break;case 93:rt+ue+We===0&&Ne--;break;case 41:rt+ue+Ne===0&&We--;break;case 40:if(rt+ue+Ne===0){if(st===0)switch(2*ht+3*Ce){case 533:break;default:st=1}We++}break;case 64:ue+We+rt+Ne+St+Je===0&&(Je=1);break;case 42:case 47:if(!(0<rt+Ne+We))switch(ue){case 0:switch(2*fe+3*de.charCodeAt(it+1)){case 235:ue=47;break;case 220:jt=it,ue=42}break;case 42:fe===47&&ht===42&&jt+2!==it&&(de.charCodeAt(jt+2)===33&&(xt+=de.substring(jt,it+1)),Kt="",ue=0)}}ue===0&&(Ke+=Kt)}Ce=ht,ht=fe,it++}if(jt=xt.length,0<jt){if(Lt=se,0<he&&(nn=E(2,xt,Lt,Z,Q,Re,jt,be,F,be),nn!==void 0&&(xt=nn).length===0))return mn+xt+kn;if(xt=Lt.join(",")+"{"+xt+"}",Ue*ae!==0){switch(Ue!==2||S(xt,2)||(ae=0),ae){case 111:xt=xt.replace(ce,":-moz-$1")+xt;break;case 112:xt=xt.replace(ne,"::-webkit-input-$1")+xt.replace(ne,"::-moz-$1")+xt.replace(ne,":-ms-input-$1")+xt}ae=0}}return mn+xt+kn}function s(Z,se,de){var be=se.trim().split(U);se=be;var F=be.length,Ne=Z.length;switch(Ne){case 0:case 1:var ue=0;for(Z=Ne===0?"":Z[0]+" ";ue<F;++ue)se[ue]=v(Z,se[ue],de).trim();break;default:var We=ue=0;for(se=[];ue<F;++ue)for(var rt=0;rt<Ne;++rt)se[We++]=v(Z[rt]+" ",be[ue],de).trim()}return se}function v(Z,se,de){var be=se.charCodeAt(0);switch(33>be&&(be=(se=se.trim()).charCodeAt(0)),be){case 38:return se.replace(me,"$1"+Z.trim());case 58:return Z.trim()+se.replace(me,"$1"+Z.trim());default:if(0<1*de&&0<se.indexOf("\f"))return se.replace(me,(Z.charCodeAt(0)===58?"":"$1")+Z.trim())}return Z+se}function g(Z,se,de,be){var F=Z+";",Ne=2*se+3*de+4*be;if(Ne===944){Z=F.indexOf(":",9)+1;var ue=F.substring(Z,F.length-1).trim();return ue=F.substring(0,Z).trim()+ue+";",Ue===1||Ue===2&&S(ue,1)?"-webkit-"+ue+ue:ue}if(Ue===0||Ue===2&&!S(F,1))return F;switch(Ne){case 1015:return F.charCodeAt(10)===97?"-webkit-"+F+F:F;case 951:return F.charCodeAt(3)===116?"-webkit-"+F+F:F;case 963:return F.charCodeAt(5)===110?"-webkit-"+F+F:F;case 1009:if(F.charCodeAt(4)!==100)break;case 969:case 942:return"-webkit-"+F+F;case 978:return"-webkit-"+F+"-moz-"+F+F;case 1019:case 983:return"-webkit-"+F+"-moz-"+F+"-ms-"+F+F;case 883:if(F.charCodeAt(8)===45)return"-webkit-"+F+F;if(0<F.indexOf("image-set(",11))return F.replace(ee,"$1-webkit-$2")+F;break;case 932:if(F.charCodeAt(4)===45)switch(F.charCodeAt(5)){case 103:return"-webkit-box-"+F.replace("-grow","")+"-webkit-"+F+"-ms-"+F.replace("grow","positive")+F;case 115:return"-webkit-"+F+"-ms-"+F.replace("shrink","negative")+F;case 98:return"-webkit-"+F+"-ms-"+F.replace("basis","preferred-size")+F}return"-webkit-"+F+"-ms-"+F+F;case 964:return"-webkit-"+F+"-ms-flex-"+F+F;case 1023:if(F.charCodeAt(8)!==99)break;return ue=F.substring(F.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),"-webkit-box-pack"+ue+"-webkit-"+F+"-ms-flex-pack"+ue+F;case 1005:return te.test(F)?F.replace(M,":-webkit-")+F.replace(M,":-moz-")+F:F;case 1e3:switch(ue=F.substring(13).trim(),se=ue.indexOf("-")+1,ue.charCodeAt(0)+ue.charCodeAt(se)){case 226:ue=F.replace(H,"tb");break;case 232:ue=F.replace(H,"tb-rl");break;case 220:ue=F.replace(H,"lr");break;default:return F}return"-webkit-"+F+"-ms-"+ue+F;case 1017:if(F.indexOf("sticky",9)===-1)break;case 975:switch(se=(F=Z).length-10,ue=(F.charCodeAt(se)===33?F.substring(0,se):F).substring(Z.indexOf(":",7)+1).trim(),Ne=ue.charCodeAt(0)+(ue.charCodeAt(7)|0)){case 203:if(111>ue.charCodeAt(8))break;case 115:F=F.replace(ue,"-webkit-"+ue)+";"+F;break;case 207:case 102:F=F.replace(ue,"-webkit-"+(102<Ne?"inline-":"")+"box")+";"+F.replace(ue,"-webkit-"+ue)+";"+F.replace(ue,"-ms-"+ue+"box")+";"+F}return F+";";case 938:if(F.charCodeAt(5)===45)switch(F.charCodeAt(6)){case 105:return ue=F.replace("-items",""),"-webkit-"+F+"-webkit-box-"+ue+"-ms-flex-"+ue+F;case 115:return"-webkit-"+F+"-ms-flex-item-"+F.replace(P,"")+F;default:return"-webkit-"+F+"-ms-flex-line-pack"+F.replace("align-content","").replace(P,"")+F}break;case 973:case 989:if(F.charCodeAt(3)!==45||F.charCodeAt(4)===122)break;case 931:case 953:if(Se.test(Z)===!0)return(ue=Z.substring(Z.indexOf(":")+1)).charCodeAt(0)===115?g(Z.replace("stretch","fill-available"),se,de,be).replace(":fill-available",":stretch"):F.replace(ue,"-webkit-"+ue)+F.replace(ue,"-moz-"+ue.replace("fill-",""))+F;break;case 962:if(F="-webkit-"+F+(F.charCodeAt(5)===102?"-ms-"+F:"")+F,de+be===211&&F.charCodeAt(13)===105&&0<F.indexOf("transform",10))return F.substring(0,F.indexOf(";",27)+1).replace(Y,"$1-webkit-$2")+F}return F}function S(Z,se){var de=Z.indexOf(se===1?":":"{"),be=Z.substring(0,se!==3?de:10);return de=Z.substring(de+1,Z.length-1),G(se!==2?be:be.replace(Te,"$1"),de,se)}function y(Z,se){var de=g(se,se.charCodeAt(0),se.charCodeAt(1),se.charCodeAt(2));return de!==se+";"?de.replace($e," or ($1)").substring(4):"("+se+")"}function E(Z,se,de,be,F,Ne,ue,We,rt,st){for(var fe=0,ht=se,Ce;fe<he;++fe)switch(Ce=Qt[fe].call(j,Z,ht,de,be,F,Ne,ue,We,rt,st)){case void 0:case!1:case!0:case null:break;default:ht=Ce}if(ht!==se)return ht}function T(Z){switch(Z){case void 0:case null:he=Qt.length=0;break;default:if(typeof Z=="function")Qt[he++]=Z;else if(typeof Z=="object")for(var se=0,de=Z.length;se<de;++se)T(Z[se]);else q=!!Z|0}return T}function R(Z){return Z=Z.prefix,Z!==void 0&&(G=null,Z?typeof Z!="function"?Ue=1:(Ue=2,G=Z):Ue=0),R}function j(Z,se){var de=Z;if(33>de.charCodeAt(0)&&(de=de.trim()),De=de,de=[De],0<he){var be=E(-1,se,de,de,Q,Re,0,0,0,0);be!==void 0&&typeof be=="string"&&(se=be)}var F=c(ut,de,se,0,0);return 0<he&&(be=E(-2,F,de,de,Q,Re,F.length,0,0,0),be!==void 0&&(F=be)),De="",ae=0,Re=Q=1,F}var D=/^\0+/g,N=/[\0\r\f]/g,M=/: */g,te=/zoo|gra/,Y=/([,: ])(transform)/g,U=/,\r+?/g,me=/([\t\r\n ])*\f?&/g,_e=/@(k\w+)\s*(\S*)\s*/,ne=/::(place)/g,ce=/:(read-only)/g,H=/[svh]\w+-[tblr]{2}/,ze=/\(\s*(.*)\s*\)/g,$e=/([\s\S]*?);/g,P=/-self|flex-/g,Te=/[^]*?(:[rp][el]a[\w-]+)[^]*/,Se=/stretch|:\s*\w+\-(?:conte|avail)/,ee=/([^-])(image-set\()/,Re=1,Q=1,ae=0,Ue=1,ut=[],Qt=[],he=0,G=null,q=0,De="";return j.use=T,j.set=R,l!==void 0&&R(l),j}var K4={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function X4(l){var c={};return function(s){return c[s]===void 0&&(c[s]=l(s)),c[s]}}var J4=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,cC=X4(function(l){return J4.test(l)||l.charCodeAt(0)===111&&l.charCodeAt(1)===110&&l.charCodeAt(2)<91}),cb=tb(),Z4={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},G4={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},q4={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},fC={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},fb={};fb[cb.ForwardRef]=q4,fb[cb.Memo]=fC;function dC(l){return cb.isMemo(l)?fC:fb[l.$$typeof]||Z4}var e3=Object.defineProperty,t3=Object.getOwnPropertyNames,pC=Object.getOwnPropertySymbols,n3=Object.getOwnPropertyDescriptor,r3=Object.getPrototypeOf,vC=Object.prototype;function mC(l,c,s){if(typeof c!="string"){if(vC){var v=r3(c);v&&v!==vC&&mC(l,v,s)}var g=t3(c);pC&&(g=g.concat(pC(c)));for(var S=dC(l),y=dC(c),E=0;E<g.length;++E){var T=g[E];if(!G4[T]&&!(s&&s[T])&&!(y&&y[T])&&!(S&&S[T])){var R=n3(c,T);try{e3(l,T,R)}catch{}}}}return l}var i3=mC;const hC=q_(i3);function ti(){return ti=Object.assign||function(l){for(var c=1;c<arguments.length;c++){var s=arguments[c];for(var v in s)Object.prototype.hasOwnProperty.call(s,v)&&(l[v]=s[v])}return l},ti.apply(this,arguments)}function a3(l,c){if(l==null)return{};var s={},v=Object.keys(l),g,S;for(S=0;S<v.length;S++)g=v[S],!(c.indexOf(g)>=0)&&(s[g]=l[g]);return s}var yC=function(l,c){for(var s=[l[0]],v=0,g=c.length;v<g;v+=1)s.push(c[v],l[v+1]);return s},db=function(l){return l!==null&&typeof l=="object"&&(l.toString?l.toString():Object.prototype.toString.call(l))==="[object Object]"&&!sb.typeOf(l)},qf=Object.freeze([]),Cu=Object.freeze({});function Ys(l){return typeof l=="function"}function ed(l){return(process.env.NODE_ENV!=="production"?typeof l=="string"&&l:!1)||l.displayName||l.name||"Component"}function o3(l){return typeof l=="function"&&!(l.prototype&&l.prototype.isReactComponent)}function Qv(l){return l&&typeof l.styledComponentId=="string"}var vl=typeof process<"u"&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",gC="active",Kv="data-styled-version",Xv="5.1.1",pb=`/*!sc*/
223
- `,vb=typeof window<"u"&&"HTMLElement"in window,l3=typeof SC_DISABLE_SPEEDY=="boolean"&&SC_DISABLE_SPEEDY||typeof process<"u"&&(process.env.REACT_APP_SC_DISABLE_SPEEDY||process.env.SC_DISABLE_SPEEDY)||process.env.NODE_ENV!=="production",u3={},mb=function(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null},s3={1:`Cannot create styled-component for component: %s.
222
+ */var S4;function OM(){return S4||(S4=1,process.env.NODE_ENV!=="production"&&function(){var o=Symbol.for("react.element"),i=Symbol.for("react.portal"),l=Symbol.for("react.fragment"),f=Symbol.for("react.strict_mode"),p=Symbol.for("react.profiler"),h=Symbol.for("react.provider"),m=Symbol.for("react.context"),S=Symbol.for("react.server_context"),w=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),R=Symbol.for("react.suspense_list"),T=Symbol.for("react.memo"),D=Symbol.for("react.lazy"),P=Symbol.for("react.offscreen"),A=!1,z=!1,O=!1,oe=!1,le=!1,W;W=Symbol.for("react.module.reference");function ie(Me){return!!(typeof Me=="string"||typeof Me=="function"||Me===l||Me===p||le||Me===f||Me===C||Me===R||oe||Me===P||A||z||O||typeof Me=="object"&&Me!==null&&(Me.$$typeof===D||Me.$$typeof===T||Me.$$typeof===h||Me.$$typeof===m||Me.$$typeof===w||Me.$$typeof===W||Me.getModuleId!==void 0))}function F(Me){if(typeof Me=="object"&&Me!==null){var et=Me.$$typeof;switch(et){case o:var xt=Me.type;switch(xt){case l:case p:case f:case C:case R:return xt;default:var lt=xt&&xt.$$typeof;switch(lt){case S:case m:case w:case D:case T:case h:return lt;default:return et}}case i:return et}}}var ve=m,be=h,$=o,ge=w,J=l,Q=D,Ce=T,K=i,ae=p,Re=f,Xe=C,_e=R,he=!1,G=!1;function j(Me){return he||(he=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function Pe(Me){return G||(G=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function ee(Me){return F(Me)===m}function fe(Me){return F(Me)===h}function ye(Me){return typeof Me=="object"&&Me!==null&&Me.$$typeof===o}function Ee(Me){return F(Me)===w}function V(Me){return F(Me)===l}function Le(Me){return F(Me)===D}function de(Me){return F(Me)===T}function Ye(Me){return F(Me)===i}function rt(Me){return F(Me)===p}function Be(Me){return F(Me)===f}function me(Me){return F(Me)===C}function gt(Me){return F(Me)===R}Vt.ContextConsumer=ve,Vt.ContextProvider=be,Vt.Element=$,Vt.ForwardRef=ge,Vt.Fragment=J,Vt.Lazy=Q,Vt.Memo=Ce,Vt.Portal=K,Vt.Profiler=ae,Vt.StrictMode=Re,Vt.Suspense=Xe,Vt.SuspenseList=_e,Vt.isAsyncMode=j,Vt.isConcurrentMode=Pe,Vt.isContextConsumer=ee,Vt.isContextProvider=fe,Vt.isElement=ye,Vt.isForwardRef=Ee,Vt.isFragment=V,Vt.isLazy=Le,Vt.isMemo=de,Vt.isPortal=Ye,Vt.isProfiler=rt,Vt.isStrictMode=Be,Vt.isSuspense=me,Vt.isSuspenseList=gt,Vt.isValidElementType=ie,Vt.typeOf=F}()),Vt}process.env.NODE_ENV==="production"?b0.exports=LM():b0.exports=OM();var S0=b0.exports,AM=function(o,i,l,f){var p=l?l.call(f,o,i):void 0;if(p!==void 0)return!!p;if(o===i)return!0;if(typeof o!="object"||!o||typeof i!="object"||!i)return!1;var h=Object.keys(o),m=Object.keys(i);if(h.length!==m.length)return!1;for(var S=Object.prototype.hasOwnProperty.bind(i),w=0;w<h.length;w++){var C=h[w];if(!S(C))return!1;var R=o[C],T=i[C];if(p=l?l.call(f,R,T,C):void 0,p===!1||p===void 0&&R!==T)return!1}return!0};const FM=c4(AM);function zM(o){function i(ee,fe,ye,Ee,V){for(var Le=0,de=0,Ye=0,rt=0,Be,me,gt=0,Me=0,et,xt=et=Be=0,lt=0,Ot=0,yr=0,jt=0,br=ye.length,Sr=br-1,Xt,Ge="",wt="",wn="",yn="",on;lt<br;){if(me=ye.charCodeAt(lt),lt===Sr&&de+rt+Ye+Le!==0&&(de!==0&&(me=de===47?10:47),rt=Ye=Le=0,br++,Sr++),de+rt+Ye+Le===0){if(lt===Sr&&(0<Ot&&(Ge=Ge.replace(D,"")),0<Ge.trim().length)){switch(me){case 32:case 9:case 59:case 13:case 10:break;default:Ge+=ye.charAt(lt)}me=59}switch(me){case 123:for(Ge=Ge.trim(),Be=Ge.charCodeAt(0),et=1,jt=++lt;lt<br;){switch(me=ye.charCodeAt(lt)){case 123:et++;break;case 125:et--;break;case 47:switch(me=ye.charCodeAt(lt+1)){case 42:case 47:e:{for(xt=lt+1;xt<Sr;++xt)switch(ye.charCodeAt(xt)){case 47:if(me===42&&ye.charCodeAt(xt-1)===42&&lt+2!==xt){lt=xt+1;break e}break;case 10:if(me===47){lt=xt+1;break e}}lt=xt}}break;case 91:me++;case 40:me++;case 34:case 39:for(;lt++<Sr&&ye.charCodeAt(lt)!==me;);}if(et===0)break;lt++}switch(et=ye.substring(jt,lt),Be===0&&(Be=(Ge=Ge.replace(T,"").trim()).charCodeAt(0)),Be){case 64:switch(0<Ot&&(Ge=Ge.replace(D,"")),me=Ge.charCodeAt(1),me){case 100:case 109:case 115:case 45:Ot=fe;break;default:Ot=Xe}if(et=i(fe,Ot,et,me,V+1),jt=et.length,0<he&&(Ot=l(Xe,Ge,yr),on=S(3,et,Ot,fe,K,Ce,jt,me,V,Ee),Ge=Ot.join(""),on!==void 0&&(jt=(et=on.trim()).length)===0&&(me=0,et="")),0<jt)switch(me){case 115:Ge=Ge.replace(ve,m);case 100:case 109:case 45:et=Ge+"{"+et+"}";break;case 107:Ge=Ge.replace(le,"$1 $2"),et=Ge+"{"+et+"}",et=Re===1||Re===2&&h("@"+et,3)?"@-webkit-"+et+"@"+et:"@"+et;break;default:et=Ge+et,Ee===112&&(et=(wt+=et,""))}else et="";break;default:et=i(fe,l(fe,Ge,yr),et,Ee,V+1)}wn+=et,et=yr=Ot=xt=Be=0,Ge="",me=ye.charCodeAt(++lt);break;case 125:case 59:if(Ge=(0<Ot?Ge.replace(D,""):Ge).trim(),1<(jt=Ge.length))switch(xt===0&&(Be=Ge.charCodeAt(0),Be===45||96<Be&&123>Be)&&(jt=(Ge=Ge.replace(" ",":")).length),0<he&&(on=S(1,Ge,fe,ee,K,Ce,wt.length,Ee,V,Ee))!==void 0&&(jt=(Ge=on.trim()).length)===0&&(Ge="\0\0"),Be=Ge.charCodeAt(0),me=Ge.charCodeAt(1),Be){case 0:break;case 64:if(me===105||me===99){yn+=Ge+ye.charAt(lt);break}default:Ge.charCodeAt(jt-1)!==58&&(wt+=p(Ge,Be,me,Ge.charCodeAt(2)))}yr=Ot=xt=Be=0,Ge="",me=ye.charCodeAt(++lt)}}switch(me){case 13:case 10:de===47?de=0:1+Be===0&&Ee!==107&&0<Ge.length&&(Ot=1,Ge+="\0"),0<he*j&&S(0,Ge,fe,ee,K,Ce,wt.length,Ee,V,Ee),Ce=1,K++;break;case 59:case 125:if(de+rt+Ye+Le===0){Ce++;break}default:switch(Ce++,Xt=ye.charAt(lt),me){case 9:case 32:if(rt+Le+de===0)switch(gt){case 44:case 58:case 9:case 32:Xt="";break;default:me!==32&&(Xt=" ")}break;case 0:Xt="\\0";break;case 12:Xt="\\f";break;case 11:Xt="\\v";break;case 38:rt+de+Le===0&&(Ot=yr=1,Xt="\f"+Xt);break;case 108:if(rt+de+Le+ae===0&&0<xt)switch(lt-xt){case 2:gt===112&&ye.charCodeAt(lt-3)===58&&(ae=gt);case 8:Me===111&&(ae=Me)}break;case 58:rt+de+Le===0&&(xt=lt);break;case 44:de+Ye+rt+Le===0&&(Ot=1,Xt+="\r");break;case 34:case 39:de===0&&(rt=rt===me?0:rt===0?me:rt);break;case 91:rt+de+Ye===0&&Le++;break;case 93:rt+de+Ye===0&&Le--;break;case 41:rt+de+Le===0&&Ye--;break;case 40:if(rt+de+Le===0){if(Be===0)switch(2*gt+3*Me){case 533:break;default:Be=1}Ye++}break;case 64:de+Ye+rt+Le+xt+et===0&&(et=1);break;case 42:case 47:if(!(0<rt+Le+Ye))switch(de){case 0:switch(2*me+3*ye.charCodeAt(lt+1)){case 235:de=47;break;case 220:jt=lt,de=42}break;case 42:me===47&&gt===42&&jt+2!==lt&&(ye.charCodeAt(jt+2)===33&&(wt+=ye.substring(jt,lt+1)),Xt="",de=0)}}de===0&&(Ge+=Xt)}Me=gt,gt=me,lt++}if(jt=wt.length,0<jt){if(Ot=fe,0<he&&(on=S(2,wt,Ot,ee,K,Ce,jt,Ee,V,Ee),on!==void 0&&(wt=on).length===0))return yn+wt+wn;if(wt=Ot.join(",")+"{"+wt+"}",Re*ae!==0){switch(Re!==2||h(wt,2)||(ae=0),ae){case 111:wt=wt.replace(ie,":-moz-$1")+wt;break;case 112:wt=wt.replace(W,"::-webkit-input-$1")+wt.replace(W,"::-moz-$1")+wt.replace(W,":-ms-input-$1")+wt}ae=0}}return yn+wt+wn}function l(ee,fe,ye){var Ee=fe.trim().split(O);fe=Ee;var V=Ee.length,Le=ee.length;switch(Le){case 0:case 1:var de=0;for(ee=Le===0?"":ee[0]+" ";de<V;++de)fe[de]=f(ee,fe[de],ye).trim();break;default:var Ye=de=0;for(fe=[];de<V;++de)for(var rt=0;rt<Le;++rt)fe[Ye++]=f(ee[rt]+" ",Ee[de],ye).trim()}return fe}function f(ee,fe,ye){var Ee=fe.charCodeAt(0);switch(33>Ee&&(Ee=(fe=fe.trim()).charCodeAt(0)),Ee){case 38:return fe.replace(oe,"$1"+ee.trim());case 58:return ee.trim()+fe.replace(oe,"$1"+ee.trim());default:if(0<1*ye&&0<fe.indexOf("\f"))return fe.replace(oe,(ee.charCodeAt(0)===58?"":"$1")+ee.trim())}return ee+fe}function p(ee,fe,ye,Ee){var V=ee+";",Le=2*fe+3*ye+4*Ee;if(Le===944){ee=V.indexOf(":",9)+1;var de=V.substring(ee,V.length-1).trim();return de=V.substring(0,ee).trim()+de+";",Re===1||Re===2&&h(de,1)?"-webkit-"+de+de:de}if(Re===0||Re===2&&!h(V,1))return V;switch(Le){case 1015:return V.charCodeAt(10)===97?"-webkit-"+V+V:V;case 951:return V.charCodeAt(3)===116?"-webkit-"+V+V:V;case 963:return V.charCodeAt(5)===110?"-webkit-"+V+V:V;case 1009:if(V.charCodeAt(4)!==100)break;case 969:case 942:return"-webkit-"+V+V;case 978:return"-webkit-"+V+"-moz-"+V+V;case 1019:case 983:return"-webkit-"+V+"-moz-"+V+"-ms-"+V+V;case 883:if(V.charCodeAt(8)===45)return"-webkit-"+V+V;if(0<V.indexOf("image-set(",11))return V.replace(Q,"$1-webkit-$2")+V;break;case 932:if(V.charCodeAt(4)===45)switch(V.charCodeAt(5)){case 103:return"-webkit-box-"+V.replace("-grow","")+"-webkit-"+V+"-ms-"+V.replace("grow","positive")+V;case 115:return"-webkit-"+V+"-ms-"+V.replace("shrink","negative")+V;case 98:return"-webkit-"+V+"-ms-"+V.replace("basis","preferred-size")+V}return"-webkit-"+V+"-ms-"+V+V;case 964:return"-webkit-"+V+"-ms-flex-"+V+V;case 1023:if(V.charCodeAt(8)!==99)break;return de=V.substring(V.indexOf(":",15)).replace("flex-","").replace("space-between","justify"),"-webkit-box-pack"+de+"-webkit-"+V+"-ms-flex-pack"+de+V;case 1005:return A.test(V)?V.replace(P,":-webkit-")+V.replace(P,":-moz-")+V:V;case 1e3:switch(de=V.substring(13).trim(),fe=de.indexOf("-")+1,de.charCodeAt(0)+de.charCodeAt(fe)){case 226:de=V.replace(F,"tb");break;case 232:de=V.replace(F,"tb-rl");break;case 220:de=V.replace(F,"lr");break;default:return V}return"-webkit-"+V+"-ms-"+de+V;case 1017:if(V.indexOf("sticky",9)===-1)break;case 975:switch(fe=(V=ee).length-10,de=(V.charCodeAt(fe)===33?V.substring(0,fe):V).substring(ee.indexOf(":",7)+1).trim(),Le=de.charCodeAt(0)+(de.charCodeAt(7)|0)){case 203:if(111>de.charCodeAt(8))break;case 115:V=V.replace(de,"-webkit-"+de)+";"+V;break;case 207:case 102:V=V.replace(de,"-webkit-"+(102<Le?"inline-":"")+"box")+";"+V.replace(de,"-webkit-"+de)+";"+V.replace(de,"-ms-"+de+"box")+";"+V}return V+";";case 938:if(V.charCodeAt(5)===45)switch(V.charCodeAt(6)){case 105:return de=V.replace("-items",""),"-webkit-"+V+"-webkit-box-"+de+"-ms-flex-"+de+V;case 115:return"-webkit-"+V+"-ms-flex-item-"+V.replace($,"")+V;default:return"-webkit-"+V+"-ms-flex-line-pack"+V.replace("align-content","").replace($,"")+V}break;case 973:case 989:if(V.charCodeAt(3)!==45||V.charCodeAt(4)===122)break;case 931:case 953:if(J.test(ee)===!0)return(de=ee.substring(ee.indexOf(":")+1)).charCodeAt(0)===115?p(ee.replace("stretch","fill-available"),fe,ye,Ee).replace(":fill-available",":stretch"):V.replace(de,"-webkit-"+de)+V.replace(de,"-moz-"+de.replace("fill-",""))+V;break;case 962:if(V="-webkit-"+V+(V.charCodeAt(5)===102?"-ms-"+V:"")+V,ye+Ee===211&&V.charCodeAt(13)===105&&0<V.indexOf("transform",10))return V.substring(0,V.indexOf(";",27)+1).replace(z,"$1-webkit-$2")+V}return V}function h(ee,fe){var ye=ee.indexOf(fe===1?":":"{"),Ee=ee.substring(0,fe!==3?ye:10);return ye=ee.substring(ye+1,ee.length-1),G(fe!==2?Ee:Ee.replace(ge,"$1"),ye,fe)}function m(ee,fe){var ye=p(fe,fe.charCodeAt(0),fe.charCodeAt(1),fe.charCodeAt(2));return ye!==fe+";"?ye.replace(be," or ($1)").substring(4):"("+fe+")"}function S(ee,fe,ye,Ee,V,Le,de,Ye,rt,Be){for(var me=0,gt=fe,Me;me<he;++me)switch(Me=_e[me].call(R,ee,gt,ye,Ee,V,Le,de,Ye,rt,Be)){case void 0:case!1:case!0:case null:break;default:gt=Me}if(gt!==fe)return gt}function w(ee){switch(ee){case void 0:case null:he=_e.length=0;break;default:if(typeof ee=="function")_e[he++]=ee;else if(typeof ee=="object")for(var fe=0,ye=ee.length;fe<ye;++fe)w(ee[fe]);else j=!!ee|0}return w}function C(ee){return ee=ee.prefix,ee!==void 0&&(G=null,ee?typeof ee!="function"?Re=1:(Re=2,G=ee):Re=0),C}function R(ee,fe){var ye=ee;if(33>ye.charCodeAt(0)&&(ye=ye.trim()),Pe=ye,ye=[Pe],0<he){var Ee=S(-1,fe,ye,ye,K,Ce,0,0,0,0);Ee!==void 0&&typeof Ee=="string"&&(fe=Ee)}var V=i(Xe,ye,fe,0,0);return 0<he&&(Ee=S(-2,V,ye,ye,K,Ce,V.length,0,0,0),Ee!==void 0&&(V=Ee)),Pe="",ae=0,Ce=K=1,V}var T=/^\0+/g,D=/[\0\r\f]/g,P=/: */g,A=/zoo|gra/,z=/([,: ])(transform)/g,O=/,\r+?/g,oe=/([\t\r\n ])*\f?&/g,le=/@(k\w+)\s*(\S*)\s*/,W=/::(place)/g,ie=/:(read-only)/g,F=/[svh]\w+-[tblr]{2}/,ve=/\(\s*(.*)\s*\)/g,be=/([\s\S]*?);/g,$=/-self|flex-/g,ge=/[^]*?(:[rp][el]a[\w-]+)[^]*/,J=/stretch|:\s*\w+\-(?:conte|avail)/,Q=/([^-])(image-set\()/,Ce=1,K=1,ae=0,Re=1,Xe=[],_e=[],he=0,G=null,j=0,Pe="";return R.use=w,R.set=C,o!==void 0&&C(o),R}var UM={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function BM(o){var i={};return function(l){return i[l]===void 0&&(i[l]=o(l)),i[l]}}var HM=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,k4=BM(function(o){return HM.test(o)||o.charCodeAt(0)===111&&o.charCodeAt(1)===110&&o.charCodeAt(2)<91}),k0=d0(),IM={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},VM={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},jM={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},x4={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},x0={};x0[k0.ForwardRef]=jM,x0[k0.Memo]=x4;function w4(o){return k0.isMemo(o)?x4:x0[o.$$typeof]||IM}var KM=Object.defineProperty,WM=Object.getOwnPropertyNames,C4=Object.getOwnPropertySymbols,YM=Object.getOwnPropertyDescriptor,QM=Object.getPrototypeOf,E4=Object.prototype;function _4(o,i,l){if(typeof i!="string"){if(E4){var f=QM(i);f&&f!==E4&&_4(o,f,l)}var p=WM(i);C4&&(p=p.concat(C4(i)));for(var h=w4(o),m=w4(i),S=0;S<p.length;++S){var w=p[S];if(!VM[w]&&!(l&&l[w])&&!(m&&m[w])&&!(h&&h[w])){var C=YM(i,w);try{KM(o,w,C)}catch{}}}}return o}var XM=_4;const T4=c4(XM);function ci(){return ci=Object.assign||function(o){for(var i=1;i<arguments.length;i++){var l=arguments[i];for(var f in l)Object.prototype.hasOwnProperty.call(l,f)&&(o[f]=l[f])}return o},ci.apply(this,arguments)}function ZM(o,i){if(o==null)return{};var l={},f=Object.keys(o),p,h;for(h=0;h<f.length;h++)p=f[h],!(i.indexOf(p)>=0)&&(l[p]=o[p]);return l}var D4=function(o,i){for(var l=[o[0]],f=0,p=i.length;f<p;f+=1)l.push(i[f],o[f+1]);return l},w0=function(o){return o!==null&&typeof o=="object"&&(o.toString?o.toString():Object.prototype.toString.call(o))==="[object Object]"&&!S0.typeOf(o)},Od=Object.freeze([]),Bu=Object.freeze({});function vc(o){return typeof o=="function"}function Ad(o){return(process.env.NODE_ENV!=="production"?typeof o=="string"&&o:!1)||o.displayName||o.name||"Component"}function JM(o){return typeof o=="function"&&!(o.prototype&&o.prototype.isReactComponent)}function Vm(o){return o&&typeof o.styledComponentId=="string"}var Pl=typeof process<"u"&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",R4="active",jm="data-styled-version",Km="5.1.1",C0=`/*!sc*/
223
+ `,E0=typeof window<"u"&&"HTMLElement"in window,GM=typeof SC_DISABLE_SPEEDY=="boolean"&&SC_DISABLE_SPEEDY||typeof process<"u"&&(process.env.REACT_APP_SC_DISABLE_SPEEDY||process.env.SC_DISABLE_SPEEDY)||process.env.NODE_ENV!=="production",qM={},_0=function(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null},e7={1:`Cannot create styled-component for component: %s.
224
224
 
225
225
  `,2:`Can't collect styles once you've consumed a \`ServerStyleSheet\`'s styles! \`ServerStyleSheet\` is a one off instance for each server-side render cycle.
226
226
 
@@ -261,7 +261,7 @@ as for instance in your render method then you may be running into this limitati
261
261
 
262
262
  `,17:`CSSStyleSheet could not be found on HTMLStyleElement.
263
263
  Has styled-components' style tag been unmounted or altered by another script?
264
- `},c3=process.env.NODE_ENV!=="production"?s3:{};function f3(){for(var l=arguments.length<=0?void 0:arguments[0],c=[],s=1,v=arguments.length;s<v;s+=1)c.push(s<0||arguments.length<=s?void 0:arguments[s]);return c.forEach(function(g){l=l.replace(/%[a-z]/,g)}),l}function Ci(l){for(var c=arguments.length,s=new Array(c>1?c-1:0),v=1;v<c;v++)s[v-1]=arguments[v];throw process.env.NODE_ENV==="production"?new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/utils/errors.md#"+l+" for more information."+(s.length>0?" Additional arguments: "+s.join(", "):"")):new Error(f3.apply(void 0,[c3[l]].concat(s)).trim())}var d3=1,p3=function(l){for(var c=l.childNodes,s=c.length;s>=0;s--){var v=c[s];if(v&&v.nodeType===d3&&v.hasAttribute(vl))return v}},bC=function(l){var c=document.head,s=l||c,v=document.createElement("style"),g=p3(s),S=g!==void 0?g.nextSibling:null;v.setAttribute(vl,gC),v.setAttribute(Kv,Xv);var y=mb();return y&&v.setAttribute("nonce",y),s.insertBefore(v,S),v},v3=function(l){if(l.sheet)return l.sheet;for(var c=document,s=c.styleSheets,v=0,g=s.length;v<g;v++){var S=s[v];if(S.ownerNode===l)return S}Ci(17)},m3=function(l){var c=l.isServer,s=l.useCSSOMInjection,v=l.target;return c?new g3(v):s?new h3(v):new y3(v)},h3=function(){function l(s){var v=this.element=bC(s);v.appendChild(document.createTextNode("")),this.sheet=v3(v),this.length=0}var c=l.prototype;return c.insertRule=function(s,v){try{return this.sheet.insertRule(v,s),this.length++,!0}catch{return!1}},c.deleteRule=function(s){this.sheet.deleteRule(s),this.length--},c.getRule=function(s){var v=this.sheet.cssRules[s];return v!==void 0&&typeof v.cssText=="string"?v.cssText:""},l}(),y3=function(){function l(s){var v=this.element=bC(s);this.nodes=v.childNodes,this.length=0}var c=l.prototype;return c.insertRule=function(s,v){if(s<=this.length&&s>=0){var g=document.createTextNode(v),S=this.nodes[s];return this.element.insertBefore(g,S||null),this.length++,!0}else return!1},c.deleteRule=function(s){this.element.removeChild(this.nodes[s]),this.length--},c.getRule=function(s){return s<this.length?this.nodes[s].textContent:""},l}(),g3=function(){function l(s){this.rules=[],this.length=0}var c=l.prototype;return c.insertRule=function(s,v){return s<=this.length?(this.rules.splice(s,0,v),this.length++,!0):!1},c.deleteRule=function(s){this.rules.splice(s,1),this.length--},c.getRule=function(s){return s<this.length?this.rules[s]:""},l}(),b3=function(l){return new k3(l)},kC=512,k3=function(){function l(s){this.groupSizes=new Uint32Array(kC),this.length=kC,this.tag=s}var c=l.prototype;return c.indexOfGroup=function(s){for(var v=0,g=0;g<s;g++)v+=this.groupSizes[g];return v},c.insertRules=function(s,v){if(s>=this.groupSizes.length){for(var g=this.groupSizes,S=g.length,y=S;s>=y;)y<<=1,y<0&&Ci(16,""+s);this.groupSizes=new Uint32Array(y),this.groupSizes.set(g),this.length=y;for(var E=S;E<y;E++)this.groupSizes[E]=0}for(var T=this.indexOfGroup(s+1),R=0,j=v.length;R<j;R++)this.tag.insertRule(T,v[R])&&(this.groupSizes[s]++,T++)},c.clearGroup=function(s){if(s<this.length){var v=this.groupSizes[s],g=this.indexOfGroup(s),S=g+v;this.groupSizes[s]=0;for(var y=g;y<S;y++)this.tag.deleteRule(g)}},c.getGroup=function(s){var v="";if(s>=this.length||this.groupSizes[s]===0)return v;for(var g=this.groupSizes[s],S=this.indexOfGroup(s),y=S+g,E=S;E<y;E++)v+=""+this.tag.getRule(E)+pb;return v},l}(),S3=1<<30,Jv=new Map,hb=new Map,yb=1,Zv=function(l){if(Jv.has(l))return Jv.get(l);var c=yb++;return process.env.NODE_ENV!=="production"&&((c|0)<0||c>S3)&&Ci(16,""+c),Jv.set(l,c),hb.set(c,l),c},x3=function(l){return hb.get(l)},_3=function(l,c){c>=yb&&(yb=c+1),Jv.set(l,c),hb.set(c,l)},C3="style["+vl+"]["+Kv+'="'+Xv+'"]',E3=new RegExp("^"+vl+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),w3=function(l){for(var c=l.getTag(),s=c.length,v="",g=0;g<s;g++){var S=x3(g);if(S!==void 0){var y=l.names.get(S),E=c.getGroup(g);if(!(y===void 0||E.length===0)){var T=vl+".g"+g+'[id="'+S+'"]',R="";y!==void 0&&y.forEach(function(j){j.length>0&&(R+=j+",")}),v+=""+E+T+'{content:"'+R+'"}'+pb}}}return v},T3=function(l,c,s){for(var v=s.split(","),g,S=0,y=v.length;S<y;S++)(g=v[S])&&l.registerName(c,g)},R3=function(l,c){for(var s=c.innerHTML.split(pb),v=[],g=0,S=s.length;g<S;g++){var y=s[g].trim();if(y){var E=y.match(E3);if(E){var T=parseInt(E[1],10)|0,R=E[2];T!==0&&(_3(R,T),T3(l,R,E[3]),l.getTag().insertRules(T,v)),v.length=0}else v.push(y)}}},D3=function(l){for(var c=document.querySelectorAll(C3),s=0,v=c.length;s<v;s++){var g=c[s];g&&g.getAttribute(vl)!==gC&&(R3(l,g),g.parentNode&&g.parentNode.removeChild(g))}},SC=vb,xC={isServer:!vb,useCSSOMInjection:!l3},td=function(){l.registerId=function(s){return Zv(s)};function l(s,v,g){s===void 0&&(s=xC),v===void 0&&(v={}),this.options=ti({},xC,{},s),this.gs=v,this.names=new Map(g),!this.options.isServer&&vb&&SC&&(SC=!1,D3(this))}var c=l.prototype;return c.reconstructWithOptions=function(s){return new l(ti({},this.options,{},s),this.gs,this.names)},c.allocateGSInstance=function(s){return this.gs[s]=(this.gs[s]||0)+1},c.getTag=function(){return this.tag||(this.tag=b3(m3(this.options)))},c.hasNameForId=function(s,v){return this.names.has(s)&&this.names.get(s).has(v)},c.registerName=function(s,v){if(Zv(s),this.names.has(s))this.names.get(s).add(v);else{var g=new Set;g.add(v),this.names.set(s,g)}},c.insertRules=function(s,v,g){this.registerName(s,v),this.getTag().insertRules(Zv(s),g)},c.clearNames=function(s){this.names.has(s)&&this.names.get(s).clear()},c.clearRules=function(s){this.getTag().clearGroup(Zv(s)),this.clearNames(s)},c.clearTag=function(){this.tag=void 0},c.toString=function(){return w3(this)},l}(),_C=5381,Ws=function(l,c){for(var s=c.length;s;)l=l*33^c.charCodeAt(--s);return l},CC=function(l){return Ws(_C,l)};function N3(l){var c="/*|*/",s=c+"}";function v(g){if(g)try{l(g+"}")}catch{}}return function(g,S,y,E,T,R,j,D,N,M){switch(g){case 1:if(N===0&&S.charCodeAt(0)===64)return l(S+";"),"";break;case 2:if(D===0)return S+c;break;case 3:switch(D){case 102:case 112:return l(y[0]+S),"";default:return S+(M===0?c:"")}case-2:S.split(s).forEach(v)}}}var O3=/^\s*\/\/.*$/gm;function EC(l){var c=l===void 0?Cu:l,s=c.options,v=s===void 0?Cu:s,g=c.plugins,S=g===void 0?qf:g,y=new Q4(v),E=[],T=function(U){if(U===-2){var me=E;return E=[],me}},R=N3(function(U){E.push(U)}),j,D,N,M=function(U,me,_e){return me>0&&_e.slice(0,me).indexOf(D)!==-1&&_e.slice(me-D.length,me)!==D?"."+j:U},te=function(U,me,_e){U===2&&_e.length&&_e[0].lastIndexOf(D)>0&&(_e[0]=_e[0].replace(N,M))};y.use([].concat(S,[te,R,T]));function Y(U,me,_e,ne){ne===void 0&&(ne="&");var ce=U.replace(O3,""),H=me&&_e?_e+" "+me+" { "+ce+" }":ce;return j=ne,D=me,N=new RegExp("\\"+D+"\\b","g"),y(_e||!me?"":me,H)}return Y.hash=S.length?S.reduce(function(U,me){return me.name||Ci(15),Ws(U,me.name)},_C).toString():"",Y}var Gv=L.createContext(),L3=Gv.Consumer,gb=L.createContext();gb.Consumer;var wC=new td,TC=EC();function bb(){return L.useContext(Gv)||wC}function RC(){return L.useContext(gb)||TC}function DC(l){var c=L.useState(l.stylisPlugins),s=c[0],v=c[1],g=bb(),S=L.useMemo(function(){var E=g;return l.sheet?E=l.sheet:l.target&&(E=E.reconstructWithOptions({target:l.target})),l.disableCSSOMInjection&&(E=E.reconstructWithOptions({useCSSOMInjection:!1})),E},[l.disableCSSOMInjection,l.sheet,l.target]),y=L.useMemo(function(){return EC({options:{prefix:!l.disableVendorPrefixes},plugins:s})},[l.disableVendorPrefixes,s]);return L.useEffect(function(){W4(s,l.stylisPlugins)||v(l.stylisPlugins)},[l.stylisPlugins]),L.createElement(Gv.Provider,{value:S},L.createElement(gb.Provider,{value:y},process.env.NODE_ENV!=="production"?L.Children.only(l.children):l.children))}var NC=function(){function l(s,v){var g=this;this.inject=function(S){S.hasNameForId(g.id,g.name)||S.insertRules(g.id,g.name,TC.apply(void 0,g.stringifyArgs))},this.toString=function(){return Ci(12,String(g.name))},this.name=s,this.id="sc-keyframes-"+s,this.stringifyArgs=v}var c=l.prototype;return c.getName=function(){return this.name},l}(),M3=/([A-Z])/g,$3=/^ms-/;function OC(l){return l.replace(M3,"-$1").toLowerCase().replace($3,"-ms-")}function P3(l,c){return c==null||typeof c=="boolean"||c===""?"":typeof c=="number"&&c!==0&&!(l in K4)?c+"px":String(c).trim()}var LC=function(l){return l==null||l===!1||l===""},A3=function l(c,s){var v=[],g=Object.keys(c);return g.forEach(function(S){if(!LC(c[S])){if(db(c[S]))return v.push.apply(v,l(c[S],S)),v;if(Ys(c[S]))return v.push(OC(S)+":",c[S],";"),v;v.push(OC(S)+": "+P3(S,c[S])+";")}return v}),s?[s+" {"].concat(v,["}"]):v};function Eu(l,c,s){if(Array.isArray(l)){for(var v=[],g=0,S=l.length,y;g<S;g+=1)y=Eu(l[g],c,s),y!==""&&(Array.isArray(y)?v.push.apply(v,y):v.push(y));return v}if(LC(l))return"";if(Qv(l))return"."+l.styledComponentId;if(Ys(l))if(o3(l)&&c){var E=l(c);return process.env.NODE_ENV!=="production"&&sb.isElement(E)&&console.warn(ed(l)+" is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details."),Eu(E,c,s)}else return l;return l instanceof NC?s?(l.inject(s),l.getName()):l:db(l)?A3(l):l.toString()}function qv(l){for(var c=arguments.length,s=new Array(c>1?c-1:0),v=1;v<c;v++)s[v-1]=arguments[v];return Ys(l)||db(l)?Eu(yC(qf,[l].concat(s))):s.length===0&&l.length===1&&typeof l[0]=="string"?l:Eu(yC(l,s))}function kb(l,c,s){if(s===void 0&&(s=Cu),!sb.isValidElementType(c))return Ci(1,String(c));var v=function(){return l(c,s,qv.apply(void 0,arguments))};return v.withConfig=function(g){return kb(l,c,ti({},s,{},g))},v.attrs=function(g){return kb(l,c,ti({},s,{attrs:Array.prototype.concat(s.attrs,g).filter(Boolean)}))},v}var Sb=function(l){return typeof l=="function"||typeof l=="object"&&l!==null&&!Array.isArray(l)},z3=function(l){return l!=="__proto__"&&l!=="constructor"&&l!=="prototype"};function F3(l,c,s){var v=l[s];Sb(c)&&Sb(v)?MC(v,c):l[s]=c}function MC(l){for(var c=arguments.length,s=new Array(c>1?c-1:0),v=1;v<c;v++)s[v-1]=arguments[v];for(var g=0,S=s;g<S.length;g++){var y=S[g];if(Sb(y))for(var E in y)z3(E)&&F3(l,y[E],E)}return l}var U3=/(a)(d)/gi,em=52,$C=function(l){return String.fromCharCode(l+(l>25?39:97))};function xb(l){var c="",s;for(s=Math.abs(l);s>em;s=s/em|0)c=$C(s%em)+c;return($C(s%em)+c).replace(U3,"$1-$2")}function PC(l){for(var c=0;c<l.length;c+=1){var s=l[c];if(Ys(s)&&!Qv(s))return!1}return!0}var H3=function(){function l(s,v){this.rules=s,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&PC(s),this.componentId=v,this.baseHash=CC(v),td.registerId(v)}var c=l.prototype;return c.generateAndInjectStyles=function(s,v,g){var S=this.componentId;if(this.isStatic&&!g.hash){if(this.staticRulesId&&v.hasNameForId(S,this.staticRulesId))return this.staticRulesId;var y=Eu(this.rules,s,v).join(""),E=xb(Ws(this.baseHash,y.length)>>>0);if(!v.hasNameForId(S,E)){var T=g(y,"."+E,void 0,S);v.insertRules(S,E,T)}return this.staticRulesId=E,E}else{for(var R=this.rules.length,j=Ws(this.baseHash,g.hash),D="",N=0;N<R;N++){var M=this.rules[N];if(typeof M=="string")D+=M,process.env.NODE_ENV!=="production"&&(j=Ws(j,M+N));else{var te=Eu(M,s,v),Y=Array.isArray(te)?te.join(""):te;j=Ws(j,Y+N),D+=Y}}var U=xb(j>>>0);if(!v.hasNameForId(S,U)){var me=g(D,"."+U,void 0,S);v.insertRules(S,U,me)}return U}},l}(),AC=200,V3=function(l,c){var s={},v=!1;return function(g){if(!v&&(s[g]=!0,Object.keys(s).length>=AC)){var S=c?' with the id of "'+c+'"':"";console.warn("Over "+AC+" classes were generated for component "+l+S+`.
264
+ `},t7=process.env.NODE_ENV!=="production"?e7:{};function n7(){for(var o=arguments.length<=0?void 0:arguments[0],i=[],l=1,f=arguments.length;l<f;l+=1)i.push(l<0||arguments.length<=l?void 0:arguments[l]);return i.forEach(function(p){o=o.replace(/%[a-z]/,p)}),o}function $i(o){for(var i=arguments.length,l=new Array(i>1?i-1:0),f=1;f<i;f++)l[f-1]=arguments[f];throw process.env.NODE_ENV==="production"?new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/utils/errors.md#"+o+" for more information."+(l.length>0?" Additional arguments: "+l.join(", "):"")):new Error(n7.apply(void 0,[t7[o]].concat(l)).trim())}var r7=1,i7=function(o){for(var i=o.childNodes,l=i.length;l>=0;l--){var f=i[l];if(f&&f.nodeType===r7&&f.hasAttribute(Pl))return f}},P4=function(o){var i=document.head,l=o||i,f=document.createElement("style"),p=i7(l),h=p!==void 0?p.nextSibling:null;f.setAttribute(Pl,R4),f.setAttribute(jm,Km);var m=_0();return m&&f.setAttribute("nonce",m),l.insertBefore(f,h),f},a7=function(o){if(o.sheet)return o.sheet;for(var i=document,l=i.styleSheets,f=0,p=l.length;f<p;f++){var h=l[f];if(h.ownerNode===o)return h}$i(17)},o7=function(o){var i=o.isServer,l=o.useCSSOMInjection,f=o.target;return i?new s7(f):l?new l7(f):new u7(f)},l7=function(){function o(l){var f=this.element=P4(l);f.appendChild(document.createTextNode("")),this.sheet=a7(f),this.length=0}var i=o.prototype;return i.insertRule=function(l,f){try{return this.sheet.insertRule(f,l),this.length++,!0}catch{return!1}},i.deleteRule=function(l){this.sheet.deleteRule(l),this.length--},i.getRule=function(l){var f=this.sheet.cssRules[l];return f!==void 0&&typeof f.cssText=="string"?f.cssText:""},o}(),u7=function(){function o(l){var f=this.element=P4(l);this.nodes=f.childNodes,this.length=0}var i=o.prototype;return i.insertRule=function(l,f){if(l<=this.length&&l>=0){var p=document.createTextNode(f),h=this.nodes[l];return this.element.insertBefore(p,h||null),this.length++,!0}else return!1},i.deleteRule=function(l){this.element.removeChild(this.nodes[l]),this.length--},i.getRule=function(l){return l<this.length?this.nodes[l].textContent:""},o}(),s7=function(){function o(l){this.rules=[],this.length=0}var i=o.prototype;return i.insertRule=function(l,f){return l<=this.length?(this.rules.splice(l,0,f),this.length++,!0):!1},i.deleteRule=function(l){this.rules.splice(l,1),this.length--},i.getRule=function(l){return l<this.length?this.rules[l]:""},o}(),c7=function(o){return new f7(o)},M4=512,f7=function(){function o(l){this.groupSizes=new Uint32Array(M4),this.length=M4,this.tag=l}var i=o.prototype;return i.indexOfGroup=function(l){for(var f=0,p=0;p<l;p++)f+=this.groupSizes[p];return f},i.insertRules=function(l,f){if(l>=this.groupSizes.length){for(var p=this.groupSizes,h=p.length,m=h;l>=m;)m<<=1,m<0&&$i(16,""+l);this.groupSizes=new Uint32Array(m),this.groupSizes.set(p),this.length=m;for(var S=h;S<m;S++)this.groupSizes[S]=0}for(var w=this.indexOfGroup(l+1),C=0,R=f.length;C<R;C++)this.tag.insertRule(w,f[C])&&(this.groupSizes[l]++,w++)},i.clearGroup=function(l){if(l<this.length){var f=this.groupSizes[l],p=this.indexOfGroup(l),h=p+f;this.groupSizes[l]=0;for(var m=p;m<h;m++)this.tag.deleteRule(p)}},i.getGroup=function(l){var f="";if(l>=this.length||this.groupSizes[l]===0)return f;for(var p=this.groupSizes[l],h=this.indexOfGroup(l),m=h+p,S=h;S<m;S++)f+=""+this.tag.getRule(S)+C0;return f},o}(),d7=1<<30,Wm=new Map,T0=new Map,D0=1,Ym=function(o){if(Wm.has(o))return Wm.get(o);var i=D0++;return process.env.NODE_ENV!=="production"&&((i|0)<0||i>d7)&&$i(16,""+i),Wm.set(o,i),T0.set(i,o),i},p7=function(o){return T0.get(o)},v7=function(o,i){i>=D0&&(D0=i+1),Wm.set(o,i),T0.set(i,o)},m7="style["+Pl+"]["+jm+'="'+Km+'"]',h7=new RegExp("^"+Pl+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),g7=function(o){for(var i=o.getTag(),l=i.length,f="",p=0;p<l;p++){var h=p7(p);if(h!==void 0){var m=o.names.get(h),S=i.getGroup(p);if(!(m===void 0||S.length===0)){var w=Pl+".g"+p+'[id="'+h+'"]',C="";m!==void 0&&m.forEach(function(R){R.length>0&&(C+=R+",")}),f+=""+S+w+'{content:"'+C+'"}'+C0}}}return f},y7=function(o,i,l){for(var f=l.split(","),p,h=0,m=f.length;h<m;h++)(p=f[h])&&o.registerName(i,p)},b7=function(o,i){for(var l=i.innerHTML.split(C0),f=[],p=0,h=l.length;p<h;p++){var m=l[p].trim();if(m){var S=m.match(h7);if(S){var w=parseInt(S[1],10)|0,C=S[2];w!==0&&(v7(C,w),y7(o,C,S[3]),o.getTag().insertRules(w,f)),f.length=0}else f.push(m)}}},S7=function(o){for(var i=document.querySelectorAll(m7),l=0,f=i.length;l<f;l++){var p=i[l];p&&p.getAttribute(Pl)!==R4&&(b7(o,p),p.parentNode&&p.parentNode.removeChild(p))}},N4=E0,$4={isServer:!E0,useCSSOMInjection:!GM},Fd=function(){o.registerId=function(l){return Ym(l)};function o(l,f,p){l===void 0&&(l=$4),f===void 0&&(f={}),this.options=ci({},$4,{},l),this.gs=f,this.names=new Map(p),!this.options.isServer&&E0&&N4&&(N4=!1,S7(this))}var i=o.prototype;return i.reconstructWithOptions=function(l){return new o(ci({},this.options,{},l),this.gs,this.names)},i.allocateGSInstance=function(l){return this.gs[l]=(this.gs[l]||0)+1},i.getTag=function(){return this.tag||(this.tag=c7(o7(this.options)))},i.hasNameForId=function(l,f){return this.names.has(l)&&this.names.get(l).has(f)},i.registerName=function(l,f){if(Ym(l),this.names.has(l))this.names.get(l).add(f);else{var p=new Set;p.add(f),this.names.set(l,p)}},i.insertRules=function(l,f,p){this.registerName(l,f),this.getTag().insertRules(Ym(l),p)},i.clearNames=function(l){this.names.has(l)&&this.names.get(l).clear()},i.clearRules=function(l){this.getTag().clearGroup(Ym(l)),this.clearNames(l)},i.clearTag=function(){this.tag=void 0},i.toString=function(){return g7(this)},o}(),L4=5381,mc=function(o,i){for(var l=i.length;l;)o=o*33^i.charCodeAt(--l);return o},O4=function(o){return mc(L4,o)};function k7(o){var i="/*|*/",l=i+"}";function f(p){if(p)try{o(p+"}")}catch{}}return function(p,h,m,S,w,C,R,T,D,P){switch(p){case 1:if(D===0&&h.charCodeAt(0)===64)return o(h+";"),"";break;case 2:if(T===0)return h+i;break;case 3:switch(T){case 102:case 112:return o(m[0]+h),"";default:return h+(P===0?i:"")}case-2:h.split(l).forEach(f)}}}var x7=/^\s*\/\/.*$/gm;function A4(o){var i=o===void 0?Bu:o,l=i.options,f=l===void 0?Bu:l,p=i.plugins,h=p===void 0?Od:p,m=new zM(f),S=[],w=function(O){if(O===-2){var oe=S;return S=[],oe}},C=k7(function(O){S.push(O)}),R,T,D,P=function(O,oe,le){return oe>0&&le.slice(0,oe).indexOf(T)!==-1&&le.slice(oe-T.length,oe)!==T?"."+R:O},A=function(O,oe,le){O===2&&le.length&&le[0].lastIndexOf(T)>0&&(le[0]=le[0].replace(D,P))};m.use([].concat(h,[A,C,w]));function z(O,oe,le,W){W===void 0&&(W="&");var ie=O.replace(x7,""),F=oe&&le?le+" "+oe+" { "+ie+" }":ie;return R=W,T=oe,D=new RegExp("\\"+T+"\\b","g"),m(le||!oe?"":oe,F)}return z.hash=h.length?h.reduce(function(O,oe){return oe.name||$i(15),mc(O,oe.name)},L4).toString():"",z}var Qm=E.createContext(),w7=Qm.Consumer,R0=E.createContext();R0.Consumer;var F4=new Fd,z4=A4();function P0(){return E.useContext(Qm)||F4}function U4(){return E.useContext(R0)||z4}function B4(o){var i=E.useState(o.stylisPlugins),l=i[0],f=i[1],p=P0(),h=E.useMemo(function(){var S=p;return o.sheet?S=o.sheet:o.target&&(S=S.reconstructWithOptions({target:o.target})),o.disableCSSOMInjection&&(S=S.reconstructWithOptions({useCSSOMInjection:!1})),S},[o.disableCSSOMInjection,o.sheet,o.target]),m=E.useMemo(function(){return A4({options:{prefix:!o.disableVendorPrefixes},plugins:l})},[o.disableVendorPrefixes,l]);return E.useEffect(function(){FM(l,o.stylisPlugins)||f(o.stylisPlugins)},[o.stylisPlugins]),E.createElement(Qm.Provider,{value:h},E.createElement(R0.Provider,{value:m},process.env.NODE_ENV!=="production"?E.Children.only(o.children):o.children))}var H4=function(){function o(l,f){var p=this;this.inject=function(h){h.hasNameForId(p.id,p.name)||h.insertRules(p.id,p.name,z4.apply(void 0,p.stringifyArgs))},this.toString=function(){return $i(12,String(p.name))},this.name=l,this.id="sc-keyframes-"+l,this.stringifyArgs=f}var i=o.prototype;return i.getName=function(){return this.name},o}(),C7=/([A-Z])/g,E7=/^ms-/;function I4(o){return o.replace(C7,"-$1").toLowerCase().replace(E7,"-ms-")}function _7(o,i){return i==null||typeof i=="boolean"||i===""?"":typeof i=="number"&&i!==0&&!(o in UM)?i+"px":String(i).trim()}var V4=function(o){return o==null||o===!1||o===""},T7=function o(i,l){var f=[],p=Object.keys(i);return p.forEach(function(h){if(!V4(i[h])){if(w0(i[h]))return f.push.apply(f,o(i[h],h)),f;if(vc(i[h]))return f.push(I4(h)+":",i[h],";"),f;f.push(I4(h)+": "+_7(h,i[h])+";")}return f}),l?[l+" {"].concat(f,["}"]):f};function Hu(o,i,l){if(Array.isArray(o)){for(var f=[],p=0,h=o.length,m;p<h;p+=1)m=Hu(o[p],i,l),m!==""&&(Array.isArray(m)?f.push.apply(f,m):f.push(m));return f}if(V4(o))return"";if(Vm(o))return"."+o.styledComponentId;if(vc(o))if(JM(o)&&i){var S=o(i);return process.env.NODE_ENV!=="production"&&S0.isElement(S)&&console.warn(Ad(o)+" is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details."),Hu(S,i,l)}else return o;return o instanceof H4?l?(o.inject(l),o.getName()):o:w0(o)?T7(o):o.toString()}function Xm(o){for(var i=arguments.length,l=new Array(i>1?i-1:0),f=1;f<i;f++)l[f-1]=arguments[f];return vc(o)||w0(o)?Hu(D4(Od,[o].concat(l))):l.length===0&&o.length===1&&typeof o[0]=="string"?o:Hu(D4(o,l))}function M0(o,i,l){if(l===void 0&&(l=Bu),!S0.isValidElementType(i))return $i(1,String(i));var f=function(){return o(i,l,Xm.apply(void 0,arguments))};return f.withConfig=function(p){return M0(o,i,ci({},l,{},p))},f.attrs=function(p){return M0(o,i,ci({},l,{attrs:Array.prototype.concat(l.attrs,p).filter(Boolean)}))},f}var N0=function(o){return typeof o=="function"||typeof o=="object"&&o!==null&&!Array.isArray(o)},D7=function(o){return o!=="__proto__"&&o!=="constructor"&&o!=="prototype"};function R7(o,i,l){var f=o[l];N0(i)&&N0(f)?j4(f,i):o[l]=i}function j4(o){for(var i=arguments.length,l=new Array(i>1?i-1:0),f=1;f<i;f++)l[f-1]=arguments[f];for(var p=0,h=l;p<h.length;p++){var m=h[p];if(N0(m))for(var S in m)D7(S)&&R7(o,m[S],S)}return o}var P7=/(a)(d)/gi,Zm=52,K4=function(o){return String.fromCharCode(o+(o>25?39:97))};function $0(o){var i="",l;for(l=Math.abs(o);l>Zm;l=l/Zm|0)i=K4(l%Zm)+i;return(K4(l%Zm)+i).replace(P7,"$1-$2")}function W4(o){for(var i=0;i<o.length;i+=1){var l=o[i];if(vc(l)&&!Vm(l))return!1}return!0}var M7=function(){function o(l,f){this.rules=l,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&W4(l),this.componentId=f,this.baseHash=O4(f),Fd.registerId(f)}var i=o.prototype;return i.generateAndInjectStyles=function(l,f,p){var h=this.componentId;if(this.isStatic&&!p.hash){if(this.staticRulesId&&f.hasNameForId(h,this.staticRulesId))return this.staticRulesId;var m=Hu(this.rules,l,f).join(""),S=$0(mc(this.baseHash,m.length)>>>0);if(!f.hasNameForId(h,S)){var w=p(m,"."+S,void 0,h);f.insertRules(h,S,w)}return this.staticRulesId=S,S}else{for(var C=this.rules.length,R=mc(this.baseHash,p.hash),T="",D=0;D<C;D++){var P=this.rules[D];if(typeof P=="string")T+=P,process.env.NODE_ENV!=="production"&&(R=mc(R,P+D));else{var A=Hu(P,l,f),z=Array.isArray(A)?A.join(""):A;R=mc(R,z+D),T+=z}}var O=$0(R>>>0);if(!f.hasNameForId(h,O)){var oe=p(T,"."+O,void 0,h);f.insertRules(h,O,oe)}return O}},o}(),Y4=200,N7=function(o,i){var l={},f=!1;return function(p){if(!f&&(l[p]=!0,Object.keys(l).length>=Y4)){var h=i?' with the id of "'+i+'"':"";console.warn("Over "+Y4+" classes were generated for component "+o+h+`.
265
265
  Consider using the attrs method, together with a style object for frequently changed styles.
266
266
  Example:
267
267
  const Component = styled.div.attrs(props => ({
@@ -270,10 +270,10 @@ Example:
270
270
  },
271
271
  }))\`width: 100%;\`
272
272
 
273
- <Component />`),v=!0,s={}}}},j3=/invalid hook call/i,_b=new Set,zC=function(l,c){if(process.env.NODE_ENV!=="production"){var s=c?' with the id of "'+c+'"':"",v="The component "+l+s+` has been created dynamically.
273
+ <Component />`),f=!0,l={}}}},$7=/invalid hook call/i,L0=new Set,Q4=function(o,i){if(process.env.NODE_ENV!=="production"){var l=i?' with the id of "'+i+'"':"",f="The component "+o+l+` has been created dynamically.
274
274
  You may see this warning because you've called styled inside another component.
275
- To resolve this only create new StyledComponents outside of any render method and function component.`;try{L.useRef(),_b.has(v)||(console.warn(v),_b.add(v))}catch(g){j3.test(g.message)&&_b.delete(v)}}},Cb=function(l,c,s){return s===void 0&&(s=Cu),l.theme!==s.theme&&l.theme||c||s.theme},B3=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,I3=/(^-|-$)/g;function Eb(l){return l.replace(B3,"-").replace(I3,"")}function tm(l){return typeof l=="string"&&(process.env.NODE_ENV!=="production"?l.charAt(0)===l.charAt(0).toLowerCase():!0)}function Y3(l){return tm(l)?"styled."+l:"Styled("+ed(l)+")"}var wb=function(l){return xb(CC(l)>>>0)};function W3(l,c){return l&&c?l+" "+c:l||c}var ml=L.createContext(),Q3=ml.Consumer;function K3(l,c){if(!l)return Ci(14);if(Ys(l)){var s=l(c);return process.env.NODE_ENV!=="production"&&(s===null||Array.isArray(s)||typeof s!="object")?Ci(7):s}return Array.isArray(l)||typeof l!="object"?Ci(8):c?ti({},c,{},l):l}function X3(l){var c=L.useContext(ml),s=L.useMemo(function(){return K3(l.theme,c)},[l.theme,c]);return l.children?L.createElement(ml.Provider,{value:s},l.children):null}var Tb={};function J3(l,c){var s=typeof l!="string"?"sc":Eb(l);Tb[s]=(Tb[s]||0)+1;var v=s+"-"+wb(s+Tb[s]);return c?c+"-"+v:v}function Z3(l,c,s){l===void 0&&(l=Cu);var v=ti({},c,{theme:l}),g={};return s.forEach(function(S){var y=S,E;Ys(y)&&(y=y(v));for(E in y)v[E]=g[E]=E==="className"?W3(g[E],y[E]):y[E]}),[v,g]}function G3(l,c,s,v){var g=bb(),S=RC(),y=l.isStatic&&!c,E=y?l.generateAndInjectStyles(Cu,g,S):l.generateAndInjectStyles(s,g,S);return L.useDebugValue(E),process.env.NODE_ENV!=="production"&&!y&&v&&v(E),E}function q3(l,c,s){var v=l.attrs,g=l.componentStyle,S=l.defaultProps,y=l.foldedComponentIds,E=l.shouldForwardProp,T=l.styledComponentId,R=l.target;L.useDebugValue(T);var j=Cb(c,L.useContext(ml),S),D=Z3(j||Cu,c,v),N=D[0],M=D[1],te=G3(g,v.length>0,N,process.env.NODE_ENV!=="production"?l.warnTooManyClasses:void 0),Y=s,U=M.$as||c.$as||M.as||c.as||R,me=tm(U),_e=M!==c?ti({},c,{},M):c,ne=E||me&&cC,ce={};for(var H in _e)H[0]==="$"||H==="as"||(H==="forwardedAs"?ce.as=_e[H]:(!ne||ne(H,cC))&&(ce[H]=_e[H]));return c.style&&M.style!==c.style&&(ce.style=ti({},c.style,{},M.style)),ce.className=Array.prototype.concat(y,T,te!==T?te:null,c.className,M.className).filter(Boolean).join(" "),ce.ref=Y,L.createElement(U,ce)}function FC(l,c,s){var v=Qv(l),g=!tm(l),S=c.displayName,y=S===void 0?Y3(l):S,E=c.componentId,T=E===void 0?J3(c.displayName,c.parentComponentId):E,R=c.attrs,j=R===void 0?qf:R,D=c.displayName&&c.componentId?Eb(c.displayName)+"-"+c.componentId:c.componentId||T,N=v&&l.attrs?Array.prototype.concat(l.attrs,j).filter(Boolean):j,M=c.shouldForwardProp;v&&l.shouldForwardProp&&(M?M=function(me,_e){return l.shouldForwardProp(me,_e)&&c.shouldForwardProp(me,_e)}:M=l.shouldForwardProp);var te=new H3(v?l.componentStyle.rules.concat(s):s,D),Y,U=function(me,_e){return q3(Y,me,_e)};return U.displayName=y,Y=L.forwardRef(U),Y.attrs=N,Y.componentStyle=te,Y.displayName=y,Y.shouldForwardProp=M,Y.foldedComponentIds=v?Array.prototype.concat(l.foldedComponentIds,l.styledComponentId):qf,Y.styledComponentId=D,Y.target=v?l.target:l,Y.withComponent=function(me){var _e=c.componentId,ne=a3(c,["componentId"]),ce=_e&&_e+"-"+(tm(me)?me:Eb(ed(me))),H=ti({},ne,{attrs:N,componentId:ce});return FC(me,H,s)},Object.defineProperty(Y,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(me){this._foldedDefaultProps=v?MC({},l.defaultProps,me):me}}),process.env.NODE_ENV!=="production"&&(zC(y,D),Y.warnTooManyClasses=V3(y,D)),Y.toString=function(){return"."+Y.styledComponentId},g&&hC(Y,l,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,self:!0,styledComponentId:!0,target:!0,withComponent:!0}),Y}var eN=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],Rb=function(l){return kb(FC,l)};eN.forEach(function(l){Rb[l]=Rb(l)});var tN=function(){function l(s,v){this.rules=s,this.componentId=v,this.isStatic=PC(s)}var c=l.prototype;return c.createStyles=function(s,v,g,S){var y=Eu(this.rules,v,g),E=S(y.join(""),""),T=this.componentId+s;g.insertRules(T,T,E)},c.removeStyles=function(s,v){v.clearRules(this.componentId+s)},c.renderStyles=function(s,v,g,S){td.registerId(this.componentId+s),this.removeStyles(s,g),this.createStyles(s,v,g,S)},l}();function nN(l){for(var c=arguments.length,s=new Array(c>1?c-1:0),v=1;v<c;v++)s[v-1]=arguments[v];var g=qv.apply(void 0,[l].concat(s)),S="sc-global-"+wb(JSON.stringify(g)),y=new tN(g,S);process.env.NODE_ENV!=="production"&&zC(S);function E(T){var R=bb(),j=RC(),D=L.useContext(ml),N=L.useRef(null);N.current===null&&(N.current=R.allocateGSInstance(S));var M=N.current;if(process.env.NODE_ENV!=="production"&&L.Children.count(T.children)&&console.warn("The global style component "+S+" was given child JSX. createGlobalStyle does not render children."),process.env.NODE_ENV!=="production"&&g.some(function(Y){return typeof Y=="string"&&Y.indexOf("@import")!==-1})&&console.warn("Please do not use @import CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical <link> meta tag to the stylesheet, or simply embedding it manually in your index.html <head> section for a simpler app."),y.isStatic)y.renderStyles(M,u3,R,j);else{var te=ti({},T,{theme:Cb(T,D,E.defaultProps)});y.renderStyles(M,te,R,j)}return L.useEffect(function(){return function(){return y.removeStyles(M,R)}},qf),null}return L.memo(E)}function rN(l){process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");for(var c=arguments.length,s=new Array(c>1?c-1:0),v=1;v<c;v++)s[v-1]=arguments[v];var g=qv.apply(void 0,[l].concat(s)).join(""),S=wb(g);return new NC(S,[g,S,"@keyframes"])}var iN=function(){function l(){var s=this;this._emitSheetCSS=function(){var v=s.instance.toString(),g=mb(),S=[g&&'nonce="'+g+'"',vl+'="true"',Kv+'="'+Xv+'"'],y=S.filter(Boolean).join(" ");return"<style "+y+">"+v+"</style>"},this.getStyleTags=function(){return s.sealed?Ci(2):s._emitSheetCSS()},this.getStyleElement=function(){var v;if(s.sealed)return Ci(2);var g=(v={},v[vl]="",v[Kv]=Xv,v.dangerouslySetInnerHTML={__html:s.instance.toString()},v),S=mb();return S&&(g.nonce=S),[L.createElement("style",ti({},g,{key:"sc-0-0"}))]},this.seal=function(){s.sealed=!0},this.instance=new td({isServer:!0}),this.sealed=!1}var c=l.prototype;return c.collectStyles=function(s){return this.sealed?Ci(2):L.createElement(DC,{sheet:this.instance},s)},c.interleaveWithNodeStream=function(s){return Ci(3)},l}(),aN=function(l){var c=L.forwardRef(function(s,v){var g=L.useContext(ml),S=l.defaultProps,y=Cb(s,g,S);return process.env.NODE_ENV!=="production"&&y===void 0&&console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class "'+ed(l)+'"'),L.createElement(l,ti({},s,{theme:y,ref:v}))});return hC(c,l),c.displayName="WithTheme("+ed(l)+")",c},oN=function(){return L.useContext(ml)},lN={StyleSheet:td,masterSheet:wC},uN="5.1.1";process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn(`It looks like you've imported 'styled-components' on React Native.
275
+ To resolve this only create new StyledComponents outside of any render method and function component.`;try{E.useRef(),L0.has(f)||(console.warn(f),L0.add(f))}catch(p){$7.test(p.message)&&L0.delete(f)}}},O0=function(o,i,l){return l===void 0&&(l=Bu),o.theme!==l.theme&&o.theme||i||l.theme},L7=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,O7=/(^-|-$)/g;function A0(o){return o.replace(L7,"-").replace(O7,"")}function Jm(o){return typeof o=="string"&&(process.env.NODE_ENV!=="production"?o.charAt(0)===o.charAt(0).toLowerCase():!0)}function A7(o){return Jm(o)?"styled."+o:"Styled("+Ad(o)+")"}var F0=function(o){return $0(O4(o)>>>0)};function F7(o,i){return o&&i?o+" "+i:o||i}var Ml=E.createContext(),z7=Ml.Consumer;function U7(o,i){if(!o)return $i(14);if(vc(o)){var l=o(i);return process.env.NODE_ENV!=="production"&&(l===null||Array.isArray(l)||typeof l!="object")?$i(7):l}return Array.isArray(o)||typeof o!="object"?$i(8):i?ci({},i,{},o):o}function B7(o){var i=E.useContext(Ml),l=E.useMemo(function(){return U7(o.theme,i)},[o.theme,i]);return o.children?E.createElement(Ml.Provider,{value:l},o.children):null}var z0={};function H7(o,i){var l=typeof o!="string"?"sc":A0(o);z0[l]=(z0[l]||0)+1;var f=l+"-"+F0(l+z0[l]);return i?i+"-"+f:f}function I7(o,i,l){o===void 0&&(o=Bu);var f=ci({},i,{theme:o}),p={};return l.forEach(function(h){var m=h,S;vc(m)&&(m=m(f));for(S in m)f[S]=p[S]=S==="className"?F7(p[S],m[S]):m[S]}),[f,p]}function V7(o,i,l,f){var p=P0(),h=U4(),m=o.isStatic&&!i,S=m?o.generateAndInjectStyles(Bu,p,h):o.generateAndInjectStyles(l,p,h);return E.useDebugValue(S),process.env.NODE_ENV!=="production"&&!m&&f&&f(S),S}function j7(o,i,l){var f=o.attrs,p=o.componentStyle,h=o.defaultProps,m=o.foldedComponentIds,S=o.shouldForwardProp,w=o.styledComponentId,C=o.target;E.useDebugValue(w);var R=O0(i,E.useContext(Ml),h),T=I7(R||Bu,i,f),D=T[0],P=T[1],A=V7(p,f.length>0,D,process.env.NODE_ENV!=="production"?o.warnTooManyClasses:void 0),z=l,O=P.$as||i.$as||P.as||i.as||C,oe=Jm(O),le=P!==i?ci({},i,{},P):i,W=S||oe&&k4,ie={};for(var F in le)F[0]==="$"||F==="as"||(F==="forwardedAs"?ie.as=le[F]:(!W||W(F,k4))&&(ie[F]=le[F]));return i.style&&P.style!==i.style&&(ie.style=ci({},i.style,{},P.style)),ie.className=Array.prototype.concat(m,w,A!==w?A:null,i.className,P.className).filter(Boolean).join(" "),ie.ref=z,E.createElement(O,ie)}function X4(o,i,l){var f=Vm(o),p=!Jm(o),h=i.displayName,m=h===void 0?A7(o):h,S=i.componentId,w=S===void 0?H7(i.displayName,i.parentComponentId):S,C=i.attrs,R=C===void 0?Od:C,T=i.displayName&&i.componentId?A0(i.displayName)+"-"+i.componentId:i.componentId||w,D=f&&o.attrs?Array.prototype.concat(o.attrs,R).filter(Boolean):R,P=i.shouldForwardProp;f&&o.shouldForwardProp&&(P?P=function(oe,le){return o.shouldForwardProp(oe,le)&&i.shouldForwardProp(oe,le)}:P=o.shouldForwardProp);var A=new M7(f?o.componentStyle.rules.concat(l):l,T),z,O=function(oe,le){return j7(z,oe,le)};return O.displayName=m,z=E.forwardRef(O),z.attrs=D,z.componentStyle=A,z.displayName=m,z.shouldForwardProp=P,z.foldedComponentIds=f?Array.prototype.concat(o.foldedComponentIds,o.styledComponentId):Od,z.styledComponentId=T,z.target=f?o.target:o,z.withComponent=function(oe){var le=i.componentId,W=ZM(i,["componentId"]),ie=le&&le+"-"+(Jm(oe)?oe:A0(Ad(oe))),F=ci({},W,{attrs:D,componentId:ie});return X4(oe,F,l)},Object.defineProperty(z,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(oe){this._foldedDefaultProps=f?j4({},o.defaultProps,oe):oe}}),process.env.NODE_ENV!=="production"&&(Q4(m,T),z.warnTooManyClasses=N7(m,T)),z.toString=function(){return"."+z.styledComponentId},p&&T4(z,o,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,self:!0,styledComponentId:!0,target:!0,withComponent:!0}),z}var K7=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],U0=function(o){return M0(X4,o)};K7.forEach(function(o){U0[o]=U0(o)});var W7=function(){function o(l,f){this.rules=l,this.componentId=f,this.isStatic=W4(l)}var i=o.prototype;return i.createStyles=function(l,f,p,h){var m=Hu(this.rules,f,p),S=h(m.join(""),""),w=this.componentId+l;p.insertRules(w,w,S)},i.removeStyles=function(l,f){f.clearRules(this.componentId+l)},i.renderStyles=function(l,f,p,h){Fd.registerId(this.componentId+l),this.removeStyles(l,p),this.createStyles(l,f,p,h)},o}();function Y7(o){for(var i=arguments.length,l=new Array(i>1?i-1:0),f=1;f<i;f++)l[f-1]=arguments[f];var p=Xm.apply(void 0,[o].concat(l)),h="sc-global-"+F0(JSON.stringify(p)),m=new W7(p,h);process.env.NODE_ENV!=="production"&&Q4(h);function S(w){var C=P0(),R=U4(),T=E.useContext(Ml),D=E.useRef(null);D.current===null&&(D.current=C.allocateGSInstance(h));var P=D.current;if(process.env.NODE_ENV!=="production"&&E.Children.count(w.children)&&console.warn("The global style component "+h+" was given child JSX. createGlobalStyle does not render children."),process.env.NODE_ENV!=="production"&&p.some(function(z){return typeof z=="string"&&z.indexOf("@import")!==-1})&&console.warn("Please do not use @import CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical <link> meta tag to the stylesheet, or simply embedding it manually in your index.html <head> section for a simpler app."),m.isStatic)m.renderStyles(P,qM,C,R);else{var A=ci({},w,{theme:O0(w,T,S.defaultProps)});m.renderStyles(P,A,C,R)}return E.useEffect(function(){return function(){return m.removeStyles(P,C)}},Od),null}return E.memo(S)}function Q7(o){process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn("`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.");for(var i=arguments.length,l=new Array(i>1?i-1:0),f=1;f<i;f++)l[f-1]=arguments[f];var p=Xm.apply(void 0,[o].concat(l)).join(""),h=F0(p);return new H4(h,[p,h,"@keyframes"])}var X7=function(){function o(){var l=this;this._emitSheetCSS=function(){var f=l.instance.toString(),p=_0(),h=[p&&'nonce="'+p+'"',Pl+'="true"',jm+'="'+Km+'"'],m=h.filter(Boolean).join(" ");return"<style "+m+">"+f+"</style>"},this.getStyleTags=function(){return l.sealed?$i(2):l._emitSheetCSS()},this.getStyleElement=function(){var f;if(l.sealed)return $i(2);var p=(f={},f[Pl]="",f[jm]=Km,f.dangerouslySetInnerHTML={__html:l.instance.toString()},f),h=_0();return h&&(p.nonce=h),[E.createElement("style",ci({},p,{key:"sc-0-0"}))]},this.seal=function(){l.sealed=!0},this.instance=new Fd({isServer:!0}),this.sealed=!1}var i=o.prototype;return i.collectStyles=function(l){return this.sealed?$i(2):E.createElement(B4,{sheet:this.instance},l)},i.interleaveWithNodeStream=function(l){return $i(3)},o}(),Z7=function(o){var i=E.forwardRef(function(l,f){var p=E.useContext(Ml),h=o.defaultProps,m=O0(l,p,h);return process.env.NODE_ENV!=="production"&&m===void 0&&console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class "'+Ad(o)+'"'),E.createElement(o,ci({},l,{theme:m,ref:f}))});return T4(i,o),i.displayName="WithTheme("+Ad(o)+")",i},J7=function(){return E.useContext(Ml)},G7={StyleSheet:Fd,masterSheet:F4},q7="5.1.1";process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn(`It looks like you've imported 'styled-components' on React Native.
276
276
  Perhaps you're looking to import 'styled-components/native'?
277
277
  Read more about this at https://www.styled-components.com/docs/basics#react-native`),process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="test"&&typeof window<"u"&&(window["__styled-components-init__"]=window["__styled-components-init__"]||0,window["__styled-components-init__"]===1&&console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles not rendering properly, errors happening during rehydration process, missing theme prop, and makes your application bigger without a good reason.
278
278
 
279
- See https://s-c.sh/2BAXzed for more info.`),window["__styled-components-init__"]+=1);const sN=Object.freeze(Object.defineProperty({__proto__:null,ServerStyleSheet:iN,StyleSheetConsumer:L3,StyleSheetContext:Gv,StyleSheetManager:DC,ThemeConsumer:Q3,ThemeContext:ml,ThemeProvider:X3,__PRIVATE__:lN,createGlobalStyle:nN,css:qv,default:Rb,isStyledComponent:Qv,keyframes:rN,useTheme:oN,version:uN,withTheme:aN},Symbol.toStringTag,{value:"Module"})),cN=M4(sN);pl.__esModule=!0,pl.default=pl.BaseIconUI=void 0;var fN=UC(j4),dN=UC(cN),pN=qe;function UC(l){return l&&l.__esModule?l:{default:l}}const HC=(0,dN.default)("span").withConfig({displayName:"baseIcon__BaseIconUI",componentId:"sc-q7zmye-0"})(["svg{display:block;height:100%;width:100%;}"]);pl.BaseIconUI=HC;function Db({svg:l='<svg width="20" height="20">test</svg>',...c}){const s=document.createElement("div");return s.innerHTML=l,(0,pN.jsx)(HC,{...c,"data-cy":"BaseIcon",dangerouslySetInnerHTML:{__html:l}})}Db.propTypes={svg:fN.default.string},Db.displayName="BaseIcon";var vN=Db;pl.default=vN;var VC=void 0,mN=yN(pl),hN=qe;function yN(l){return l&&l.__esModule?l:{default:l}}const gN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M20.549 14.858a4.22 4.22 0 0 1-.186 4.13A4.213 4.213 0 0 1 16.753 21H7.247c-1.48 0-2.83-.751-3.608-2.012a4.22 4.22 0 0 1-.186-4.13l4.754-9.512A4.219 4.219 0 0 1 11.999 3c1.618 0 3.072.9 3.796 2.346l4.754 9.512zm-1.887 3.078a2.232 2.232 0 0 0 .098-2.183L14.006 6.24A2.201 2.201 0 0 0 12 5.001a2.2 2.2 0 0 0-2.005 1.24L5.24 15.753a2.232 2.232 0 0 0 .098 2.183 2.227 2.227 0 0 0 1.907 1.063h9.508c.783 0 1.496-.397 1.908-1.063zM12 13.997a1 1 0 0 1-1-1V9.003a1 1 0 1 1 2 0v3.994a1 1 0 0 1-1 1zm.019 1a1 1 0 1 1 0 2.002 1.004 1.004 0 0 1-1.005-1c0-.554.443-1.001.995-1.001h.01z"/></svg>';function jC(l){return(0,hN.jsx)(mN.default,{svg:gN,...l})}jC.displayName="alert";var bN=jC;VC=bN;var kN=xN(pl),SN=qe;function xN(l){return l&&l.__esModule?l:{default:l}}const _N='<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 14.5 4-3.8-1.2-1.2-2.8 2.7-2.8-2.7-1.2 1.2z"/></svg>';function CN(l){return(0,SN.jsx)(kN.default,{svg:_N,...l})}CN.displayName="chevron-down";var EN=TN(pl),wN=qe;function TN(l){return l&&l.__esModule?l:{default:l}}const RN='<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 9.5-4 3.8 1.2 1.2 2.8-2.7 2.8 2.7 1.2-1.2z"/></svg>';function DN(l){return(0,wN.jsx)(EN.default,{svg:RN,...l})}DN.displayName="chevron-up";const nd={base:"ui-kit__validation-alert-module__base",error:"ui-kit__validation-alert-module__error",success:"ui-kit__validation-alert-module__success",warning:"ui-kit__validation-alert-module__warning",icon:"ui-kit__validation-alert-module__icon"},NN=Pn(nd.base,{variants:{state:{error:nd.error,success:nd.success,warning:nd.warning}}});function nm({children:l,className:c,state:s,...v}){return!(l&&s)?null:qe.jsxs("div",{...v,className:NN({className:c,state:s}),role:"alert",children:[qe.jsx(Gg,{"aria-hidden":!0,className:nd.icon,icon:VC,size:"xs"}),l]})}nm.displayName="ValidationAlert";function BC({label:l,description:c,isRequired:s,placeholder:v,rows:g=2,validationMessage:S,validationState:y,...E}){const T=!!(l||c),R=y==="error";return qe.jsxs(I_,{...E,className:G_.base,isInvalid:R,children:[qe.jsxs("div",{className:G_.control,children:[T&&qe.jsxs(Iv,{children:[l&&qe.jsx(jv,{required:s,children:l}),c&&qe.jsx(Bv,{children:c})]}),qe.jsx(Z_,{disabled:E.isDisabled,placeholder:v,required:s,rows:g,state:y})]}),qe.jsx(nm,{state:y,children:S})]})}BC.displayName="TextAreaField";const IC={base:"ui-kit__text-field-module__base",control:"ui-kit__text-field-module__control"};function YC({label:l,description:c,isRequired:s,placeholder:v,validationMessage:g,validationState:S,...y}){const E=!!(l||c),T=S==="error";return qe.jsxs(I_,{...y,className:IC.base,isInvalid:T,children:[qe.jsxs("div",{className:IC.control,children:[E&&qe.jsxs(Iv,{children:[l&&qe.jsx(jv,{required:s,children:l}),c&&qe.jsx(Bv,{children:c})]}),qe.jsx(Zg,{disabled:y.isDisabled,placeholder:v,required:s,state:S})]}),qe.jsx(nm,{state:S,children:g})]})}YC.displayName="TextField";const wu={base:"ui-kit__thumbnail-module__base",sm:"ui-kit__thumbnail-module__sm",md:"ui-kit__thumbnail-module__md",lg:"ui-kit__thumbnail-module__lg",cover:"ui-kit__thumbnail-module__cover",fill:"ui-kit__thumbnail-module__fill",contain:"ui-kit__thumbnail-module__contain","scale-down":"ui-kit__thumbnail-module__scale-down",isDisabled:"ui-kit__thumbnail-module__isDisabled"},WC=Pn(wu.base,{variants:{size:{sm:wu.sm,md:wu.md,lg:wu.lg},fit:{cover:wu.cover,contain:wu.contain},isDisabled:{true:wu.isDisabled}}});function QC({src:l,alt:c,size:s="md",fit:v="cover",isDisabled:g,...S}){return qe.jsx(qe.Fragment,{children:typeof l=="string"?qe.jsx("img",{className:WC({size:s,fit:v,isDisabled:g}),alt:c,src:l,...S}):qe.jsx("div",{"aria-label":c,role:"img",className:WC({size:s,fit:v,isDisabled:g}),children:l})})}QC.displayName="Thumbnail";const rd={base:"ui-kit__list-module__base",bullet:"ui-kit__list-module__bullet",numbered:"ui-kit__list-module__numbered",item:"ui-kit__list-module__item"},ON=Pn(rd.base,{variants:{decoration:{none:rd.none,bullet:rd.bullet,numbered:rd.numbered}}}),LN=Pn(rd.item);function KC({decoration:l="none",...c}){const s=l!=="numbered"?"ul":"ol";return qe.jsx(s,{...c,className:ON({decoration:l})})}function MN({...l}){return qe.jsx("li",{...l,className:LN()})}KC.displayName="List",Ut.Badge=pS,Ut.Button=Y_,Ut.ButtonGroup=r4,Ut.ButtonGroupItem=i4,Ut.Divider=o4,Ut.Icon=Gg,Ut.Input=Zg,Ut.Label=jv,Ut.LabelDescription=Bv,Ut.LabelGroup=Iv,Ut.Link=X_,Ut.List=KC,Ut.ListItem=MN,Ut.NumberField=J_,Ut.Text=Wv,Ut.TextArea=Z_,Ut.TextAreaField=BC,Ut.TextField=YC,Ut.Theme=K_,Ut.Thumbnail=QC,Ut.ValidationAlert=nm,Ut.useFocusRing=Is,Object.defineProperty(Ut,Symbol.toStringTag,{value:"Module"})});
279
+ See https://s-c.sh/2BAXzed for more info.`),window["__styled-components-init__"]+=1);const eN=Object.freeze(Object.defineProperty({__proto__:null,ServerStyleSheet:X7,StyleSheetConsumer:w7,StyleSheetContext:Qm,StyleSheetManager:B4,ThemeConsumer:z7,ThemeContext:Ml,ThemeProvider:B7,__PRIVATE__:G7,createGlobalStyle:Y7,css:Xm,default:U0,isStyledComponent:Vm,keyframes:Q7,useTheme:J7,version:q7,withTheme:Z7},Symbol.toStringTag,{value:"Module"})),tN=CM(eN);Rl.__esModule=!0,Rl.default=Rl.BaseIconUI=void 0;var nN=Z4($M),rN=Z4(tN),iN=Ze;function Z4(o){return o&&o.__esModule?o:{default:o}}const J4=(0,rN.default)("span").withConfig({displayName:"baseIcon__BaseIconUI",componentId:"sc-q7zmye-0"})(["svg{display:block;height:100%;width:100%;}"]);Rl.BaseIconUI=J4;function B0({svg:o='<svg width="20" height="20">test</svg>',...i}){const l=document.createElement("div");return l.innerHTML=o,(0,iN.jsx)(J4,{...i,"data-cy":"BaseIcon",dangerouslySetInnerHTML:{__html:o}})}B0.propTypes={svg:nN.default.string},B0.displayName="BaseIcon";var aN=B0;Rl.default=aN;var G4=void 0,oN=uN(Rl),lN=Ze;function uN(o){return o&&o.__esModule?o:{default:o}}const sN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M20.549 14.858a4.22 4.22 0 0 1-.186 4.13A4.213 4.213 0 0 1 16.753 21H7.247c-1.48 0-2.83-.751-3.608-2.012a4.22 4.22 0 0 1-.186-4.13l4.754-9.512A4.219 4.219 0 0 1 11.999 3c1.618 0 3.072.9 3.796 2.346l4.754 9.512zm-1.887 3.078a2.232 2.232 0 0 0 .098-2.183L14.006 6.24A2.201 2.201 0 0 0 12 5.001a2.2 2.2 0 0 0-2.005 1.24L5.24 15.753a2.232 2.232 0 0 0 .098 2.183 2.227 2.227 0 0 0 1.907 1.063h9.508c.783 0 1.496-.397 1.908-1.063zM12 13.997a1 1 0 0 1-1-1V9.003a1 1 0 1 1 2 0v3.994a1 1 0 0 1-1 1zm.019 1a1 1 0 1 1 0 2.002 1.004 1.004 0 0 1-1.005-1c0-.554.443-1.001.995-1.001h.01z"/></svg>';function q4(o){return(0,lN.jsx)(oN.default,{svg:sN,...o})}q4.displayName="alert";var cN=q4;G4=cN;var fN=pN(Rl),dN=Ze;function pN(o){return o&&o.__esModule?o:{default:o}}const vN='<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 14.5 4-3.8-1.2-1.2-2.8 2.7-2.8-2.7-1.2 1.2z"/></svg>';function mN(o){return(0,dN.jsx)(fN.default,{svg:vN,...o})}mN.displayName="chevron-down";var hN=yN(Rl),gN=Ze;function yN(o){return o&&o.__esModule?o:{default:o}}const bN='<svg enable-background="new 0 0 24 24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 9.5-4 3.8 1.2 1.2 2.8-2.7 2.8 2.7 1.2-1.2z"/></svg>';function SN(o){return(0,gN.jsx)(hN.default,{svg:bN,...o})}SN.displayName="chevron-up";const zd={base:"ui-kit__validation-alert-module__base",error:"ui-kit__validation-alert-module__error",success:"ui-kit__validation-alert-module__success",warning:"ui-kit__validation-alert-module__warning",icon:"ui-kit__validation-alert-module__icon"},kN=Un(zd.base,{variants:{state:{error:zd.error,success:zd.success,warning:zd.warning}}});function Gm({children:o,className:i,state:l,...f}){return!(o&&l)?null:Ze.jsxs("div",{...f,className:kN({className:i,state:l}),role:"alert",children:[Ze.jsx(l0,{"aria-hidden":!0,className:zd.icon,icon:G4,size:"xs"}),o]})}Gm.displayName="ValidationAlert";function eT({label:o,description:i,isRequired:l,placeholder:f,rows:p=2,validationMessage:h,validationState:m,...S}){const w=!!(o||i),C=m==="error";return Ze.jsxs(n4,{...S,className:s4.base,isInvalid:C,children:[Ze.jsxs("div",{className:s4.control,children:[w&&Ze.jsxs(Hm,{children:[o&&Ze.jsx(Um,{required:l,children:o}),i&&Ze.jsx(Bm,{children:i})]}),Ze.jsx(u4,{disabled:S.isDisabled,placeholder:f,required:l,rows:p,state:m})]}),Ze.jsx(Gm,{state:m,children:h})]})}eT.displayName="TextAreaField";const tT={base:"ui-kit__text-field-module__base",control:"ui-kit__text-field-module__control"};function nT({label:o,description:i,isRequired:l,placeholder:f,validationMessage:p,validationState:h,...m}){const S=!!(o||i),w=h==="error";return Ze.jsxs(n4,{...m,className:tT.base,isInvalid:w,children:[Ze.jsxs("div",{className:tT.control,children:[S&&Ze.jsxs(Hm,{children:[o&&Ze.jsx(Um,{required:l,children:o}),i&&Ze.jsx(Bm,{children:i})]}),Ze.jsx(u0,{align:m.align,disabled:m.isDisabled,placeholder:f,prefix:m.prefix,required:l,state:h})]}),Ze.jsx(Gm,{state:h,children:p})]})}nT.displayName="TextField";let qm;const xN=new Uint8Array(16);function wN(){if(!qm&&(qm=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!qm))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return qm(xN)}const gr=[];for(let o=0;o<256;++o)gr.push((o+256).toString(16).slice(1));function CN(o,i=0){return gr[o[i+0]]+gr[o[i+1]]+gr[o[i+2]]+gr[o[i+3]]+"-"+gr[o[i+4]]+gr[o[i+5]]+"-"+gr[o[i+6]]+gr[o[i+7]]+"-"+gr[o[i+8]]+gr[o[i+9]]+"-"+gr[o[i+10]]+gr[o[i+11]]+gr[o[i+12]]+gr[o[i+13]]+gr[o[i+14]]+gr[o[i+15]]}const rT={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function EN(o,i,l){if(rT.randomUUID&&!i&&!o)return rT.randomUUID();o=o||{};const f=o.random||(o.rng||wN)();if(f[6]=f[6]&15|64,f[8]=f[8]&63|128,i){l=l||0;for(let p=0;p<16;++p)i[l+p]=f[p];return i}return CN(f)}const ha={GET_APP_CONTEXT:"GET_APP_CONTEXT",OPEN_SIDE_PANEL:"OPEN_SIDE_PANEL",SEND_APP_CONTEXT:"SEND_APP_CONTEXT",SET_APP_HEIGHT:"SET_APP_HEIGHT",SET_CLIPBOARD_TEXT:"SET_CLIPBOARD_TEXT",SHOW_NOTIFICATION:"SHOW_NOTIFICATION",CONFIRM_NOTIFICATION_CLOSED:"CONFIRM_NOTIFICATION_CLOSED",CONFIRM_NOTIFICATION_CONFIRMED:"CONFIRM_NOTIFICATION_CONFIRMED",GET_APP_STYLES:"GET_APP_STYLES",SEND_APP_STYLES:"SEND_APP_STYLES"},H0={CONFIRM:"CONFIRM",ERROR:"ERROR",MESSAGE:"MESSAGE",SUCCESS:"SUCCESS",WARNING:"WARNING"},_N=["https://secure.helpscout.net","https://hs-app.*.hsenv.io"],I0=o=>{let i;try{i=new URL(o).origin}catch{return!1}return i&&_N.some(l=>i.match(l))};class TN{send(i,l={}){var f;if(!I0(document.referrer)){console.warn("Unable to send message. Please run your app from within Help Scout.");return}window.parent.postMessage(JSON.parse(JSON.stringify({...l,type:i,appId:(f=window.name)==null?void 0:f.replace(/app-side-panel-|app-/,""),iframeId:window.name})),document.referrer)}async receive(i){return await new Promise(l=>{window.addEventListener("message",function(p){if(I0(p.origin))try{const{data:h}=p,{type:m,...S}=h;m===i&&l(S)}catch{console.error("Unable to read postMessage data.")}})})}listen(i,l){window.addEventListener("message",function(p){if(I0(p.origin))try{const{data:h}=p,{type:m,...S}=h;m===i&&l(S)}catch{console.error("Unable to read postMessage data.")}})}}const ga=new TN;let DN=class{async getApplicationContext(){return ga.send(ha.GET_APP_CONTEXT),await ga.receive(ha.SEND_APP_CONTEXT)}watchApplicationContext(i){ga.listen(ha.SEND_APP_CONTEXT,l=>{i(l)})}setClipboardText(i,l="Text copied"){ga.send(ha.SET_CLIPBOARD_TEXT,{value:{text:i,successMessage:l}})}setAppHeight(i){ga.send(ha.SET_APP_HEIGHT,{value:i})}showNotification(i,l,f={}){if(i===H0.CONFIRM&&(f=f,f.id||(f.id=EN())),ga.send(ha.SHOW_NOTIFICATION,{value:{type:i,message:l,options:(i===H0.CONFIRM,f)}}),i===H0.CONFIRM){const p=f;p.onConfirm&&ga.listen(ha.CONFIRM_NOTIFICATION_CONFIRMED,h=>{h.id===p.id&&p.onConfirm&&p.onConfirm()}),p.onClose&&ga.listen(ha.CONFIRM_NOTIFICATION_CLOSED,h=>{h.id===p.id&&p.onClose&&p.onClose()})}}async getAppStyles(){ga.send(ha.GET_APP_STYLES);const{styles:i}=await ga.receive(ha.SEND_APP_STYLES);return i}openSidePanel(i){ga.send(ha.OPEN_SIDE_PANEL,{value:i})}getInstallationIds(){const i=window==null?void 0:window.name;return i&&i.startsWith("app-")?i.replace("app-","").split("-").filter(l=>!!l):[]}};const RN=new DN,PN={root:"ui-kit__theme-module__root"};function iT({children:o,fetchStyles:i=!0}){const[l,f]=E.useState(),p=E.useRef(null);return E.useEffect(()=>{if(!i)return;(async()=>{const m=await RN.getAppStyles();f(m)})()},[i]),E.useEffect(()=>{p.current&&(p.current.innerHTML=l||"")},[l]),Ze.jsxs("div",{className:PN.root,children:[i&&Ze.jsx("style",{ref:p}),o]})}iT.displayName="Theme";const Iu={base:"ui-kit__thumbnail-module__base",sm:"ui-kit__thumbnail-module__sm",md:"ui-kit__thumbnail-module__md",lg:"ui-kit__thumbnail-module__lg",cover:"ui-kit__thumbnail-module__cover",fill:"ui-kit__thumbnail-module__fill",contain:"ui-kit__thumbnail-module__contain","scale-down":"ui-kit__thumbnail-module__scale-down",isDisabled:"ui-kit__thumbnail-module__isDisabled"},aT=Un(Iu.base,{variants:{size:{sm:Iu.sm,md:Iu.md,lg:Iu.lg},fit:{cover:Iu.cover,contain:Iu.contain},isDisabled:{true:Iu.isDisabled}}});function oT({src:o,alt:i,size:l="md",fit:f="cover",isDisabled:p,...h}){return Ze.jsx(Ze.Fragment,{children:typeof o=="string"?Ze.jsx("img",{className:aT({size:l,fit:f,isDisabled:p}),alt:i,src:o,...h}):Ze.jsx("div",{"aria-label":i,role:"img",className:aT({size:l,fit:f,isDisabled:p}),children:o})})}oT.displayName="Thumbnail",Nt.Badge=_x,Nt.Button=r4,Nt.ButtonGroup=GP,Nt.ButtonGroupItem=qP,Nt.Divider=tM,Nt.Icon=l0,Nt.Input=u0,Nt.Label=Um,Nt.LabelDescription=Bm,Nt.LabelGroup=Hm,Nt.Link=a4,Nt.List=o4,Nt.ListItem=mM,Nt.Menu=hM,Nt.MenuItem=gM,Nt.MenuTrigger=$P,Nt.NumberField=l4,Nt.Text=Nd,Nt.TextArea=u4,Nt.TextAreaField=eT,Nt.TextField=nT,Nt.Theme=iT,Nt.Thumbnail=oT,Nt.ValidationAlert=Gm,Nt.useFocusRing=pc,Object.defineProperty(Nt,Symbol.toStringTag,{value:"Module"})});