@helpscout/ui-kit-react 0.1.5 → 0.1.6

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(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={};/**
1
+ (function(Nt,Xe){typeof exports=="object"&&typeof module<"u"?Xe(exports,require("react/jsx-runtime"),require("react")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","react"],Xe):(Nt=typeof globalThis<"u"?globalThis:Nt||self,Xe(Nt.UI={},Nt.jsxRuntime,Nt.React))})(this,function(Nt,Xe,_){"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}.ui-kit__menu-module__menuItemWrapper{display:inline-block;pointer-events:all}: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;width:100%;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,_x=HD,Un=(o,i)=>l=>{var f;if((i==null?void 0:i.variants)==null)return _x(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 _x(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 Ex({children:o,color:i="default",size:l="default"}){return Xe.jsx("span",{className:ID({color:i,size:l}),children:o})}Ex.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]=_.useState(o||i),h=_.useRef(o!==void 0),m=o!==void 0;_.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=_.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=_.createContext(am),VD=_.createContext(!1);let jD=!!(typeof window<"u"&&window.document&&window.document.createElement),ob=new WeakMap;function KD(o=!1){let i=_.useContext(Dx),l=_.useRef(null);if(l.current===null&&!o){var f,p;let h=(p=_.__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=ob.get(h);m==null?ob.set(h,{id:i.current,state:h.memoizedState}):h.memoizedState!==m.state&&(i.current=m.id,ob.delete(h))}l.current=++i.current}return l.current}function WD(o){let i=_.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=_.useId(),[l]=_.useState(tc()),f=l||process.env.NODE_ENV==="test"?"react-aria":`react-aria${am.prefix}`;return o||`${f}-${i}`}const QD=typeof _.useId=="function"?YD:WD;function XD(){return!1}function ZD(){return!0}function JD(o){return()=>{}}function tc(){return typeof _.useSyncExternalStore=="function"?_.useSyncExternalStore(JD,XD,ZD):_.useContext(VD)}const tn=typeof document<"u"?_.useLayoutEffect:()=>{};function Bn(o){const i=_.useRef(null);return tn(()=>{i.current=o},[o]),_.useCallback((...l)=>{const f=i.current;return f==null?void 0:f(...l)},[])}function GD(o){let[i,l]=_.useState(o),f=_.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]=_.useState(o),f=_.useRef(null),p=QD(i),h=_.useCallback(m=>{f.current=m},[]);return qD&&om.set(p,h),tn(()=>{let m=p;return()=>{om.delete(m)}},[p]),_.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=_.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 lb(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 lb(/^Mac/i)}function Px(){return lb(/^iPhone/i)}function Mx(){return lb(/^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 ub(){return um(/Android/i)}function cR(){return um(/Firefox/i)}const fR=_.createContext({isNative:!0,open:vR});function sm(){return _.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,sb=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 sb)h();sb.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():sb.add(o)})}function cb(){let o=_.useRef(new Map),i=_.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=_.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=_.useCallback(()=>{o.current.forEach((p,h)=>{l(p.eventTarget,p.type,h,p.options)})},[l]);return _.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=_.useRef(null);return _.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 fb(o){const{ref:i,onResize:l}=o;_.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 db(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 pb=new Map;function gR(o){let[i,l]=_.useState();return tn(()=>{if(!o)return;let f=pb.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},pb.set(o,f)}return f.refCount++,()=>{f&&--f.refCount===0&&(f.element.remove(),pb.delete(o))}},[o]),{"aria-describedby":o?i:void 0}}function Ax(o,i,l,f){let p=Bn(l),h=l==null;_.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 vb(o){return o.mozInputSource===0&&o.isTrusted?!0:ub()&&o.pointerType?o.type==="click"&&o.buttons===1:o.detail===0&&!o.pointerType}function yR(o){return!ub()&&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=_.useRef(i),p=Bn(()=>{l&&l(f.current)});_.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",mb="",pm=new WeakMap;function Vx(o){if(md()){if(ic==="default"){const i=fn(o);mb=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=mb||""),mb="",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=_.createContext({register:()=>{}});hd.displayName="PressResponderContext";function CR(o){let i=_.useContext(hd);if(i){let{register:l,...f}=i;o=Dt(f,o),l()}return db(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]=_.useState(!1),z=_.useRef({isPressed:!1,ignoreEmulatedMouseEvents:!1,ignoreClickAfterPress:!1,didFirePressStart:!1,isTriggeringEvent:!1,activePointerId:null,target:null,isOverTarget:!1,pointerType:null}),{addGlobalListener:O,removeAllGlobalListeners:oe}=cb(),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=_.useMemo(()=>{let $=z.current,ge={onKeyDown(Q){if(gb(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=Ze=>{gb(Ze,ae)&&!Ze.repeat&&ae.contains(Ze.target)&&$.target&&ie(Po($.target,Ze),"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"||vb(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&&gb(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"&&hb($.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 Ze of Re.values())(ae=$.target)===null||ae===void 0||ae.dispatchEvent(new KeyboardEvent("keyup",Ze))}};if(typeof PointerEvent<"u"){ge.onPointerDown=ae=>{if(ae.button!==0||!ae.currentTarget.contains(ae.target))return;if(yR(ae.nativeEvent)){$.pointerType="virtual";return}yb(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&&(yb(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(yb(K.currentTarget)&&K.preventDefault(),$.ignoreEmulatedMouseEvents){K.stopPropagation();return}$.isPressed=!0,$.isOverTarget=!0,$.target=K.currentTarget,$.pointerType=vb(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=_R(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 _.useEffect(()=>()=>{var $;R||vm(($=z.current.target)!==null&&$!==void 0?$:void 0)},[R]),{isPressed:S||P,pressProps:Dt(D,be)}}function hb(o){return o.tagName==="A"&&o.hasAttribute("href")}function gb(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&&hb(p))&&l!=="Enter")}function _R(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 ER(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=ER(o);return TR(l,f)}function yb(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":!hb(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=_.forwardRef(({children:o,...i},l)=>{let f=_.useRef(!1),p=_.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 db(p,l),_.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)},[]),_.createElement(hd.Provider,{value:h},o)});function PR({children:o}){let i=_.useMemo(()=>({register:()=>{}}),[]);return _.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=_.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 _.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=_.useCallback(w=>{if(w.target===w.currentTarget)return f&&f(w),p&&p(!1),!0},[f,p]),m=Qx(h),S=_.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,bb=!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){vb(o)&&(Fu=!0,Mo="virtual")}function Zx(o){o.target===window||o.target===document||(!Fu&&!bb&&(Mo="virtual",ym("virtual",o)),Fu=!1,bb=!1)}function Jx(){Fu=!1,bb=!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 Sb(){return Mo!=="pointer"}function kb(){return Mo}function OR(o){Mo=o,ym(o,null)}function AR(){Sm();let[o,i]=_.useState(Mo);return _.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(),_.useEffect(()=>{let f=(p,h)=>{zR(!!(l!=null&&l.isTextInput),p,h)&&o(Sb())};return yd.add(f),()=>{yd.delete(f)}},i)}function km(o){let{isDisabled:i,onBlurWithin:l,onFocusWithin:f,onFocusWithinChange:p}=o,h=_.useRef({isFocusWithin:!1}),m=_.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=_.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,xb=0;function wb(){xm=!0,setTimeout(()=>{xm=!1},50)}function qx(o){o.pointerType==="touch"&&wb()}function BR(){if(!(typeof document>"u"))return typeof PointerEvent<"u"?document.addEventListener("pointerup",qx):document.addEventListener("touchend",wb),xb++,()=>{xb--,!(xb>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",qx):document.removeEventListener("touchend",wb))}}function El(o){let{onHoverStart:i,onHoverChange:l,onHoverEnd:f,isDisabled:p}=o,[h,m]=_.useState(!1),S=_.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;_.useEffect(BR,[]);let{hoverProps:w,triggerHoverEnd:C}=_.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 _.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=_.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)});_.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=_.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=_.useRef();let{addGlobalListener:w,removeGlobalListener:C}=cb(),{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(kb()==="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=_.createContext(null);let nn=null;function ow(o){let{children:i,contain:l,restoreFocus:f,autoFocus:p}=o,h=_.useRef(null),m=_.useRef(null),S=_.useRef([]),{parentNode:w}=_.useContext(aw)||{},C=_.useMemo(()=>new Eb({scopeRef:S}),[S]);tn(()=>{let D=w||Hn.root;if(Hn.getTreeNode(D.scopeRef)&&nn&&!_m(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),_.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||_m(S,nn))&&(!z||Hn.getTreeNode(z))&&(nn=z),Hn.removeTreeNode(S)},[S]);let R=_.useMemo(()=>KR(S),[]),T=_.useMemo(()=>({focusManager:R,parentNode:C}),[C,R]);return _.createElement(aw.Provider,{value:T},_.createElement("span",{"data-focus-scope-start":!0,hidden:!0,ref:h}),i,_.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 Cb=["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=Cb.join(":not([hidden]),")+",[tabindex]:not([disabled]):not([hidden])";Cb.push('[tabindex]:not([tabindex="-1"]):not([disabled])');const YR=Cb.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=_.useRef(),f=_.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||_m(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&&Em(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&&Em(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 _m(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 Em(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=_.useRef(i);_.useEffect(()=>{if(l.current){nn=o;const f=fn(o.current?o.current[0]:void 0);!Nr(f.activeElement,nn.current)&&o.current&&Em(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=_.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||_m(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)){Em(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 _b{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 _b;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 _b;function Tl(o={}){let{autoFocus:i=!1,isTextInput:l,within:f}=o,p=_.useRef({isFocused:!1,isFocusVisible:i||Sb()}),[h,m]=_.useState(!1),[S,w]=_.useState(()=>p.current.isFocused&&p.current.isFocusVisible),C=_.useCallback(()=>w(p.current.isFocused&&p.current.isFocusVisible),[]),R=_.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=_.createContext(null);function t6(o){let i=_.useContext(e6)||{};db(i,o);let{ref:l,...f}=i;return f}function Tb(o,i){let{focusProps:l}=gm(o),{keyboardProps:f}=nw(o),p=Dt(l,f),h=t6(i),m=o.isDisabled?{}:h,S=_.useRef(o.autoFocus);return _.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}=Tb(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 Db=new Map,Rb=!1;try{Rb=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(!Rb&&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!Rb&&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(Db.has(p))return Db.get(p);let h=new Intl.NumberFormat(o,i);return Db.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 Pb(this.locale,this.options,i).parse(i)}isValidPartialNumber(i,l,f){return Pb(this.locale,this.options,i).isValidPartialNumber(i,l,f)}getNumberingSystem(i){return Pb(this.locale,this.options,i).options.numberingSystem}constructor(i,l={}){this.locale=i,this.options=l}}const dw=new Map;function Pb(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 Mb=hw(),xd=new Set;function gw(){Mb=hw();for(let o of xd)o(Mb)}function b6(){let o=tc(),[i,l]=_.useState(Mb);return _.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=_.createContext(null);function Uu(){let o=b6();return _.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 _.useMemo(()=>new l6(l,f),[l,f])}function bw(o={}){let{locale:i}=Uu();return _.useMemo(()=>new Rm(i,o),[i,o])}let Nb=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(Nb.has(l))return Nb.get(l);let f=new Intl.Collator(i,o);return Nb.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}=Tb(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 _6(o,i="assertive",l=Sw){wd||(wd=new T6),wd.announce(o,i,l)}function E6(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()});_.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=_.createContext({}),$b="__formValidationState"+Date.now();function ww(o){if(o[$b]){let{realtimeValidation:i,displayValidation:l,updateValidation:f,resetValidation:p,commitValidation:h}=o[$b];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=_.useMemo(()=>Cw(L6(m,p)),[m,p]);h!=null&&h.validationDetails.valid&&(h=null);let R=_.useContext(N6),T=_.useMemo(()=>f?Array.isArray(f)?f.flatMap(J=>Lb(R[J])):Lb(R[f]):[],[R,f]),[D,P]=_.useState(R),[A,z]=_.useState(!1);R!==D&&(P(R),z(!1));let O=_.useMemo(()=>Cw(A?[]:T),[A,T]),oe=_.useRef(Cd),[le,W]=_.useState(Cd),ie=_.useRef(Cd),F=()=>{if(!ve)return;be(!1);let J=C||h||oe.current;Ob(J,ie.current)||(ie.current=J,W(J))},[ve,be]=_.useState(!1);return _.useEffect(F),{realtimeValidation:w||O||C||h||Cd,displayValidation:S==="native"?w||O||le:w||O||C||h||le,updateValidation(J){S==="aria"&&!Ob(le,J)?W(J):oe.current=J},resetValidation(){let J=Cd;Ob(J,ie.current)||(ie.current=J,W(J)),S==="native"&&be(!1),z(!0)},commitValidation(){S==="native"&&be(!0),z(!0)}}}function Lb(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 Lb(l)}return[]}function Cw(o){return o.length?{isInvalid:!0,validationErrors:o,validationDetails:xw}:null}function Ob(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 _w={};_w={dismiss:"تجاهل"};var Ew={};Ew={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 Ab={exports:{}},li={},Nm={exports:{}},Fb={};/**
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 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={};/**
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,_e=he[ye],V=ye+1,Le=he[V];if(0>p(_e,j))V<ee&&0>p(Le,_e)?(he[Pe]=Le,he[V]=j,Pe=V):(he[Pe]=_e,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,Ze(F);else{var G=l(C);G!==null&&Ee(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&&Ee(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 Ze(he){be=he,ve||(ve=!0,K())}function Ee(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,Ze(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,Ee(ie,j-Pe))):(he.sortIndex=ee,i(w,he),A||P||(A=!0,Ze(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}}}}(Fb)),Fb}var zb={};/**
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 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}/**
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,Ze=!1,Ee=!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(Ee=!1,Pe(De),!Ze)if(h(J)!==null)Ze=!0,wn(fe);else{var Je=h(Q);Je!==null&&yn(ee,Je.startTime-De)}}function fe(De,Je){Ze=!1,Ee&&(Ee=!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 _e(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)&&(Ee?on():Ee=!0,yn(ee,bn-Kt))):(dn.sortIndex=fi,p(J,dn),!Ze&&!Re&&(Ze=!0,wn(fe))),dn}function Ye(){}function rt(){!Ze&&!Re&&(Ze=!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=_e,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)}()}(zb)),zb}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 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`
26
+ */var sC;function B6(){if(sC)return li;sC=1;var o=_,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,E){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=E}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"),Ze=Symbol.for("react.lazy"),Ee=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
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
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=`
29
+ `),E=g.length-1,L=b.length-1;1<=E&&0<=L&&g[E]!==b[L];)L--;for(;1<=E&&0<=L;E--,L--)if(g[E]!==b[L]){if(E!==1||L!==1)do if(E--,L--,0>L||g[E]!==b[L]){var U=`
30
+ `+g[E].replace(" at new "," at ");return n.displayName&&U.includes("<anonymous>")&&(U=U.replace("<anonymous>",n.displayName)),U}while(1<=E&&0<=L);break}}}finally{fe=!1,Error.prepareStackTrace=s}return(n=n?n.displayName||n.name:"")?ee(n):""}function _e(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 Ze: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(E){d=""+E,b.call(this,E)}}),Object.defineProperty(n,r,{enumerable:s.enumerable}),{getValue:function(){return d},setValue:function(E){d=""+E},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 th(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,th(n),r)for(n=0;n<r.length;n++)th(r[n])}}function nh(n,r){return n(r)}function rh(){}var yc=!1;function Ud(n,r,s){if(yc)return n(r,s);yc=!0;try{return nh(n,r,s)}finally{yc=!1,(Cn!==null||pn!==null)&&(rh(),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,E,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,E,L,U){Li=!1,ya=null,Nl.apply(Bd,arguments)}function Ll(n,r,s,d,g,b,E,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 E=!1,L=g.child;L;){if(L===s){E=!0,s=g,d=b;break}if(L===d){E=!0,d=g,s=b;break}L=L.sibling}if(!E){for(L=b.child;L;){if(L===s){E=!0,s=b,d=g;break}if(L===d){E=!0,d=b,s=g;break}L=L.sibling}if(!E)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 ih(n){return n=kr(n),n!==null?ah(n):null}function ah(n){if(n.tag===5||n.tag===6)return n;for(n=n.child;n!==null;){var r=ah(n);if(r!==null)return r;n=n.sibling}return null}var Id=i.unstable_scheduleCallback,oh=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,lh=i.unstable_LowPriority,Vd=i.unstable_IdlePriority,Wu=null,Oi=null;function uh(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,sh=Math.log,ch=Math.LN2;function W0(n){return n>>>=0,n===0?32:31-(sh(n)/ch|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,E=s&268435455;if(E!==0){var L=E&~g;L!==0?d=Fo(L):(b&=E,b!==0&&(d=Fo(b)))}else E=s&~g,E!==0?d=Fo(E):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 E=31-di(b),L=1<<E,U=g[E];U===-1?(!(L&s)||L&d)&&(g[E]=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 fh,wc,Wt,dh,Qd,pt=!1,Qu=[],_n=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":_n=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 _n=ur(_n,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 ph(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=Ec(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 vh(){pt=!1,_n!==null&&Fl(_n)&&(_n=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,vh)))}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(_n!==null&&Zu(_n,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);)ph(s),s.blockedOn===null&&Ut.shift()}var zl=ie.ReactCurrentBatchConfig,Uo=!0;function mh(n,r,s,d){var g=At,b=zl.transition;zl.transition=null;try{At=1,_c(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,_c(n,r,s,d)}finally{At=g,zl.transition=b}}function _c(n,r,s,d){if(Uo){var g=Ec(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&&fh(b),b=Ec(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 Ec(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 lh: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 E=s-n;for(d=1;d<=E&&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 hh(){return!1}function Qr(n){function r(s,d,g,b,E){this._reactName=s,this._targetInst=g,this.type=d,this.nativeEvent=b,this.target=E,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:hh,this.isPropagationStopped=hh,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}),gh=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),yh=j({},In,{dataTransfer:0}),bh=Qr(yh),X0=j({},Bl,{relatedTarget:0}),Za=Qr(X0),qd=j({},Xa,{animationName:0,elapsedTime:0,pseudoElement:0}),Sh=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"},kh={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"},xh={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function wh(n){var r=this.nativeEvent;return r.getModifierState?r.getModifierState(n):(n=xh[n])?!!r[n]:!1}function np(){return wh}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"?kh[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}),Ch=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),En=[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,_h=S&&(!zi||Bo&&8<Bo&&11>=Bo),Hl=" ",Eh=!1;function Th(n,r){switch(n){case"keyup":return En.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&&Th(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 _h&&r.locale!=="ko"?null:r.data;default:return null}}var Dh={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 Rh(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r==="input"?!!Dh[n.type]:r==="textarea"}function Ph(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 Mh(n,r){if(n==="change")return r}var ap=!1;if(S){var op;if(S){var lp="oninput"in document;if(!lp){var Nh=document.createElement("div");Nh.setAttribute("oninput","return;"),lp=typeof Nh.oninput=="function"}op=lp}else op=!1;ap=op&&(!document.documentMode||9<document.documentMode)}function $h(){rs&&(rs.detachEvent("onpropertychange",Lh),Vl=rs=null)}function Lh(n){if(n.propertyName==="value"&&Kl(Vl)){var r=[];Ph(r,Vl,n,dn(n)),Ud(jl,r)}}function r1(n,r,s){n==="focusin"?($h(),rs=r,Vl=s,rs.attachEvent("onpropertychange",Lh)):n==="focusout"&&$h()}function i1(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return Kl(Vl)}function a1(n,r){if(n==="click")return Kl(r)}function Oh(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 Ah(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function Fh(n,r){var s=Ah(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=Ah(s)}}function zh(n,r){return n&&r?n===r?!0:n&&n.nodeType===3?!1:r&&r.nodeType===3?zh(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&&zh(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=Fh(s,b);var E=Fh(s,d);g&&E&&(n.rangeCount!==1||n.anchorNode!==g.node||n.anchorOffset!==g.offset||n.focusNode!==E.node||n.focusOffset!==E.offset)&&(r=r.createRange(),r.setStart(g.node,g.offset),n.removeAllRanges(),b>d?(n.addRange(r),n.extend(E.node,E.offset)):(r.setEnd(E.node,E.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 Uh=S&&"documentMode"in document&&11>=document.documentMode,Ui=null,up=null,as=null,sp=!1;function Bh(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"),Hh=Vn("animationiteration"),Ih=Vn("animationstart"),Vh=Vn("transitionend"),jh=new Map,Kh="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){jh.set(n,r),h(r,[n])}for(var os=0;os<Kh.length;os++){var Io=Kh[os],l1=Io.toLowerCase(),ls=Io[0].toUpperCase()+Io.slice(1);Ca(l1,"on"+ls)}Ca(dp,"onAnimationEnd"),Ca(Hh,"onAnimationIteration"),Ca(Ih,"onAnimationStart"),Ca("dblclick","onDoubleClick"),Ca("focusin","onFocus"),Ca("focusout","onBlur"),Ca(Vh,"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 Wh(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 E=d.length-1;0<=E;E--){var L=d[E],U=L.instance,re=L.currentTarget;if(L=L.listener,U!==b&&g.isPropagationStopped())break e;Wh(g,L,re),b=U}else for(E=0;E<d.length;E++){if(L=d[E],U=L.instance,re=L.currentTarget,L=L.listener,U!==b&&g.isPropagationStopped())break e;Wh(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)||(Yh(r,n,2,!1),s.add(d))}function Ja(n,r,s){var d=0;r&&(d|=4),Yh(s,n,d,r)}var _a="_reactListening"+Math.random().toString(36).slice(2);function Wl(n){if(!n[_a]){n[_a]=!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[_a]||(r[_a]=!0,Ja("selectionchange",!1,r))}}function Yh(n,r,s,d){switch(Zd(r)){case 1:var g=mh;break;case 4:g=Cc;break;default:g=_c}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 E=d.tag;if(E===3||E===4){var L=d.stateNode.containerInfo;if(L===g||L.nodeType===8&&L.parentNode===g)break;if(E===4)for(E=d.return;E!==null;){var U=E.tag;if((U===3||U===4)&&(U=E.stateNode.containerInfo,U===g||U.nodeType===8&&U.parentNode===g))return;E=E.return}for(;L!==null;){if(E=hi(L),E===null)return;if(U=E.tag,U===5||U===6){d=b=E;continue e}L=L.parentNode}}d=d.return}Ud(function(){var re=b,ke=dn(s),xe=[];e:{var Se=jh.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=bh;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Ae=e1;break;case dp:case Hh:case Ih:Ae=Sh;break;case Vh:Ae=Ch;break;case"scroll":Ae=gh;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[Ea]))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=Mh;else if(Rh(Se))if(ap)We=Oh;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))){Ph(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":(Rh(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,Bh(xe,s,ke);break;case"selectionchange":if(Uh)break;case"keydown":case"keyup":Bh(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?Th(n,s)&&(ct="onCompositionEnd"):n==="keydown"&&s.keyCode===229&&(ct="onCompositionStart");ct&&(_h&&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,E=[];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&&E.unshift(ss(s,U,L))):g||(U=Vu(s,b),U!=null&&E.push(ss(s,U,L)))),s=s.return}E.length!==0&&n.push({event:r,listeners:E})}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,Qh=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,Ea="__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[Ea]||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[Ea],!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 Xh(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 E=g-g%5;b=(d&(1<<E)-1).toString(32),d>>=E,g-=E,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 _p(n,r){var s=Ei(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 Zh(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=Ei(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(!Zh(n,r)){if(Vc(n))throw Error(l(418));r=Bi(s.nextSibling);var d=Jr;r&&Zh(n,r)?_p(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 Jh(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 Jh(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 Gh(),Error(l(418));for(;r;)_p(n,r),r=Bi(r.nextSibling)}if(Jh(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 Gh(){for(var n=Ur;n;)n=Bi(n.nextSibling)}function ln(){Ur=Jr=null,Jt=!1}function Ep(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 qh(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 E={eventTime:s.eventTime,lane:s.lane,tag:s.tag,payload:s.payload,callback:s.callback,next:null};b===null?g=b=E:b=b.next=E,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,E=g.lastBaseUpdate,L=g.shared.pending;if(L!==null){g.shared.pending=null;var U=L,re=U.next;U.next=null,E===null?b=re:E.next=re,E=U;var ke=n.alternate;ke!==null&&(ke=ke.updateQueue,L=ke.lastBaseUpdate,L!==E&&(L===null?ke.firstBaseUpdate=re:L.next=re,ke.lastBaseUpdate=U))}if(b!==null){var xe=g.baseState;E=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,E|=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 E|=g.lane,g=g.next;while(g!==r)}else b===null&&(g.shared.lanes=0);$a|=E,n.lanes=E,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 eg=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 tg(n,r,s,d,g,b,E){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(d,b,E):r.prototype&&r.prototype.isPureReactComponent?!is(s,d)||!is(g,b):!0}function ng(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 rg(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=eg,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(E){var L=g.refs;L===eg&&(L=g.refs={}),E===null?delete L[b]:L[b]=E},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 ig(n){var r=n._init;return r(n._payload)}function ag(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 E(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===Ze&&ig(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 Ze: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 Ze: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 Ze: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===Ze&&ig(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 E(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 E(Y);case Ze: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),E(Y)):s(Y,H)}return kn}var Zl=ag(!0),og=ag(!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 E=g.next;g.next=b.next,b.next=E}d.baseQueue=g=b,s.pending=null}if(g!==null){b=g.next,d=d.baseState;var L=E=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,E=d):U=U.next=xe,Gt.lanes|=ke,$a|=ke}re=re.next}while(re!==null&&re!==b);U===null?E=d:U.next=L,mi(d,r.memoizedState)||(Tn=!0),r.memoizedState=d,r.baseState=E,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 E=g=g.next;do b=n(b,E.action),E=E.next;while(E!==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 E=ce.memoizedState;if(b=E.destroy,d!==null&&Go(d,E.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=qh(n,r,s,d),s!==null){var g=pr();vr(s,n,d,g),lg(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 E=r.lastRenderedState,L=b(E,s);if(g.hasEagerState=!0,g.eagerState=L,mi(L,E)){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=qh(n,r,g,d),s!==null&&(g=pr(),vr(s,n,d,g),lg(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 lg(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+=_e(d),d=d.return;while(d);var g=s}catch(b){g=`
32
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={};/**
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 ug(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 E=r.stack;this.componentDidCatch(r.value,{componentStack:E!==null?E:""})}),s}function sg(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?og(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 E=b.memoizedProps;if(s=s.compare,s=s!==null?s:is,s(E,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),ng(r,s,d),Zc(r,s,d,g),d=!0;else if(n===null){var E=r.stateNode,L=r.memoizedProps;E.props=L;var U=E.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 E.getSnapshotBeforeUpdate=="function";xe||typeof E.UNSAFE_componentWillReceiveProps!="function"&&typeof E.componentWillReceiveProps!="function"||(L!==d||U!==re)&&rg(r,E,d,re),ao=!1;var Se=r.memoizedState;E.state=Se,lo(r,d,E,g),U=r.memoizedState,L!==d||Se!==U||mn.current||ao?(typeof ke=="function"&&(Np(r,s,ke,d),U=r.memoizedState),(L=ao||tg(r,s,L,d,Se,U,re))?(xe||typeof E.UNSAFE_componentWillMount!="function"&&typeof E.componentWillMount!="function"||(typeof E.componentWillMount=="function"&&E.componentWillMount(),typeof E.UNSAFE_componentWillMount=="function"&&E.UNSAFE_componentWillMount()),typeof E.componentDidMount=="function"&&(r.flags|=4194308)):(typeof E.componentDidMount=="function"&&(r.flags|=4194308),r.memoizedProps=d,r.memoizedState=U),E.props=d,E.state=U,E.context=re,d=L):(typeof E.componentDidMount=="function"&&(r.flags|=4194308),d=!1)}else{E=r.stateNode,$n(n,r),L=r.memoizedProps,re=r.type===r.elementType?L:Gr(r.type,L),E.props=re,xe=r.pendingProps,Se=E.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 E.getSnapshotBeforeUpdate=="function")||typeof E.UNSAFE_componentWillReceiveProps!="function"&&typeof E.componentWillReceiveProps!="function"||(L!==xe||Se!==U)&&rg(r,E,d,U),ao=!1,Se=r.memoizedState,E.state=Se,lo(r,d,E,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||tg(r,s,re,d,Se,Ie,U)||!1)?(ke||typeof E.UNSAFE_componentWillUpdate!="function"&&typeof E.componentWillUpdate!="function"||(typeof E.componentWillUpdate=="function"&&E.componentWillUpdate(d,Ie,U),typeof E.UNSAFE_componentWillUpdate=="function"&&E.UNSAFE_componentWillUpdate(d,Ie,U)),typeof E.componentDidUpdate=="function"&&(r.flags|=4),typeof E.getSnapshotBeforeUpdate=="function"&&(r.flags|=1024)):(typeof E.componentDidUpdate!="function"||L===n.memoizedProps&&Se===n.memoizedState||(r.flags|=4),typeof E.getSnapshotBeforeUpdate!="function"||L===n.memoizedProps&&Se===n.memoizedState||(r.flags|=1024),r.memoizedProps=d,r.memoizedState=Ie),E.props=d,E.state=Ie,E.context=U,d=re):(typeof E.componentDidUpdate!="function"||L===n.memoizedProps&&Se===n.memoizedState||(r.flags|=4),typeof E.getSnapshotBeforeUpdate!="function"||L===n.memoizedProps&&Se===n.memoizedState||(r.flags|=1024),d=!1)}return cg(n,r,s,d,b,g)}function cg(n,r,s,d,g,b){mt(n,r);var E=(r.flags&128)!==0;if(!d&&!E)return g&&Xh(r,s,!1),Gn(n,r,b);d=r.stateNode,h1.current=r;var L=E&&typeof s.getDerivedStateFromError!="function"?null:d.render();return r.flags|=1,n!==null&&E?(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&&Xh(r,s,!0),r.child}function fg(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(),Ep(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,E=(r.flags&128)!==0,L;if((L=E)||(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):(E=d.children,n=d.fallback,b?(d=r.mode,b=r.child,E={mode:"hidden",children:E},!(d&1)&&b!==null?(b.childLanes=0,b.pendingProps=E):b=$s(E,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,E));if(g=n.memoizedState,g!==null&&(L=g.dehydrated,L!==null))return g1(n,r,E,d,L,g,s);if(b){b=d.fallback,E=r.mode,g=n.child,L=g.sibling;var U={mode:"hidden",children:d.children};return!(E&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,E,s,null),b.flags|=2),b.return=r,d.return=r,d.sibling=b,r.child=d,d=b,b=r.child,E=n.child.memoizedState,E=E===null?Bp(s):{baseLanes:E.baseLanes|s,cachePool:null,transitions:E.transitions},b.memoizedState=E,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&&Ep(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,E){if(s)return r.flags&256?(r.flags&=-257,d=xs(Error(l(422))),ru(n,r,E,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,E,null),b.flags|=2,d.return=r,b.return=r,d.sibling=b,r.child=d,r.mode&1&&Zl(r,n.child,null,E),r.child.memoizedState=Bp(E),r.memoizedState=il,b);if(!(r.mode&1))return ru(n,r,E,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,E,d)}if(L=(E&n.childLanes)!==0,Tn||L){if(d=sn,d!==null){switch(E&-E){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|E)?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,E,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:fg(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 E;s=null;for(re in g)if(!d.hasOwnProperty(re)&&g.hasOwnProperty(re)&&g[re]!=null)if(re==="style"){var L=g[re];for(E in L)L.hasOwnProperty(E)&&(s||(s={}),s[E]="")}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(E in L)!L.hasOwnProperty(E)||U&&U.hasOwnProperty(E)||(s||(s={}),s[E]="");for(E in U)U.hasOwnProperty(E)&&L[E]!==U[E]&&(s||(s={}),s[E]=U[E])}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 _s(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 E in b)if(b.hasOwnProperty(E)){var L=b[E];E==="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(E)&&L!=null&&E==="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{E=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=E.createElement("div"),n.innerHTML="<script><\/script>",n=n.removeChild(n.firstChild)):typeof d.is=="string"?n=E.createElement(s,{is:d.is}):(n=E.createElement(s),s==="select"&&(E=n,d.multiple?E.multiple=!0:d.size&&(E.size=d.size))):n=E.createElementNS(n,s),n[ea]=r,n[Wo]=d,Cs(n,r,!1,!1),r.stateNode=n;e:{switch(E=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,E))}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))Gh(),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,E=b.rendering,E===null)if(d)_s(b,!1);else{if(Fn!==0||n!==null&&n.flags&128)for(n=r.child;n!==null;){if(E=un(n),E!==null){for(r.flags|=128,_s(b,!1),d=E.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,E=b.alternate,E===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=E.childLanes,b.lanes=E.lanes,b.child=E.child,b.subtreeFlags=0,b.deletions=null,b.memoizedProps=E.memoizedProps,b.memoizedState=E.memoizedState,b.updateQueue=E.updateQueue,b.type=E.type,n=E.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,_s(b,!1),r.lanes=4194304)}else{if(!d)if(n=un(E),n!==null){if(r.flags|=128,d=!0,s=n.updateQueue,s!==null&&(r.updateQueue=s,r.flags|=4),_s(b,!0),b.tail===null&&b.tailMode==="hidden"&&!E.alternate&&!Jt)return fr(r),null}else 2*vn()-b.renderingStartTime>cu&&s!==1073741824&&(r.flags|=128,d=!0,_s(b,!1),r.lanes=4194304);b.isBackwards?(E.sibling=r.child,r.child=E):(s=b.last,s!==null?s.sibling=E:r.child=E,b.last=E)}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 Es=!1,An=!1,dg=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 pg=!1;function vg(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 E=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=E+g),xe!==b||d!==0&&xe.nodeType!==3||(U=E+d),xe.nodeType===3&&(E+=xe.nodeValue.length),(Ae=xe.firstChild)!==null;)Se=xe,xe=Ae;for(;;){if(xe===n)break t;if(Se===s&&++re===g&&(L=E),Se===b&&++ke===d&&(U=E),(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=pg,pg=!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 mg(n){return n.tag===5||n.tag===3||n.tag===4}function kf(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||mg(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,E=b.destroy;b=b.tag,E!==void 0&&(b&2||b&4)&&Ts(s,r,E),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 dg),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,E=r,L=E;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,E,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;)hg(r,n),r=r.sibling}function hg(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,E=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,E);var re=Mn(L,b);for(E=0;E<U.length;E+=2){var ke=U[E],xe=U[E+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,E=U!=null&&U.hasOwnProperty("display")?U.display:null,L.style.display=yt("display",E))}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(mg(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 E=d.stateNode.containerInfo,L=kf(n);au(n,L,E);break;default:throw Error(l(161))}}catch(U){gn(n,n.return,U)}n.flags&=-3}r&4096&&(n.flags&=-4097)}function gg(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 E=g.memoizedState!==null||Es;if(!E){var L=g.alternate,U=L!==null&&L.memoizedState!==null||An;L=Es;var re=An;if(Es=E,(An=U)&&!re)for(He=g;He!==null;)E=He,U=E.child,E.tag===22&&E.memoizedState!==null?bg(g):U!==null?(U.return=E,He=U):bg(g);for(;b!==null;)He=b,lu(b),b=b.sibling;He=g,Es=L,An=re}yg(n)}else g.subtreeFlags&8772&&b!==null?(b.return=g,He=b):yg(n)}}function yg(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 E=r.updateQueue;if(E!==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,E,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 bg(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 E=r.return;try{Wp(r)}catch(U){gn(r,E,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,_f=0,fu=0,Ef=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,Ef=null,Error(l(185));zo(n,s,d),(!(St&2)||n!==sn)&&(n===sn&&(!(St&2)&&(wf|=s),Fn===4&&_i(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&&oh(s),n.callbackNode=null,n.callbackPriority=0;else if(r=d&-d,n.callbackPriority!==r){if(s!=null&&oh(s),r===1)n.tag===0?xp(Sg.bind(null,n)):kp(Sg.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){kg(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),_i(n,d),mr(n,vn()),s;if(r===6)_i(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),_i(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(_i(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(_i(n,d),(d&4194240)===d)break;for(r=n.eventTimes,g=-1;0<d;){var E=31-di(d);b=1<<E,E=r[E],E>g&&(g=E),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 _i(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 Sg(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),_i(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,Qh(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 E=b.next;b.next=g,d.next=E}s.pending=d}Jn=null}return n}function kg(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,E=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(E);if(Ae!==null){Ae.flags&=-257,zp(Ae,E,L,b,r),Ae.mode&1&&sg(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)){sg(b,re,r),ev();break e}U=Error(l(426))}}else if(Jt&&L.mode&1){var kn=Fp(E);if(kn!==null){!(kn.flags&65536)&&(kn.flags|=256),zp(kn,E,L,b,r),Ep(tu(U,L));break e}}b=U=tu(U,L),Fn!==4&&(Fn=2),ol===null?ol=[b]:ol.push(b),b=E;do{switch(b.tag){case 3:b.flags|=65536,r&=-r,b.lanes|=r;var Y=ug(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)||_i(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){kg(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;)xg(hn)}function S1(){for(;hn!==null&&!V0();)xg(hn)}function xg(n){var r=Cg(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 E=At;At=1;var L=St;St|=4,Xp.current=null,vg(n,s),hg(s,n),Oc(jo),Uo=!!hp,jo=hp=null,n.current=s,gg(s),j0(),St=L,At=E,dr.transition=b}else n.current=s;if(po&&(po=!1,vo=n,_f=g),b=n.pendingLanes,b===0&&(oa=null),uh(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 _f&1&&n.tag!==0&&vu(),b=n.pendingLanes,b&1?n===Ef?fu++:(fu=0,Ef=n):fu=0,Ar(),null}function vu(){if(vo!==null){var n=Yd(_f),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,_f=0,St&6)throw Error(l(331));var g=St;for(St|=4,He=n.current;He!==null;){var b=He,E=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&&E!==null)E.return=b,He=E;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;){E=He;var q=E.child;if(E.subtreeFlags&2064&&q!==null)q.return=E,He=q;else e:for(E=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===E){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 wg(n,r,s){r=tu(s,r),r=ug(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)wg(n,n,s);else for(;r!==null;){if(r.tag===3){wg(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 Cg;Cg=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=cg(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=E1(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(fg(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 E=r.memoizedState;if(d=E.element,b.isDehydrated)if(b={element:d,isDehydrated:!1,cache:E.cache,pendingSuspenseBoundaries:E.pendingSuspenseBoundaries,transitions:E.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=og(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,E=g.children,fs(d,g)?E=null:b!==null&&fs(d,b)&&(r.flags|=32),mt(n,r),Ln(n,r,E,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,E=g.value,$t(na,d._currentValue),d._currentValue=E,b!==null)if(mi(b.value,E)){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){E=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)E=b.type===r.type?null:b.child;else if(b.tag===18){if(E=b.return,E===null)throw Error(l(341));E.lanes|=s,L=E.alternate,L!==null&&(L.lanes|=s),Kn(E,s,r),E=b.sibling}else E=b.child;if(E!==null)E.return=b;else for(E=b;E!==null;){if(E===r){E=null;break}if(b=E.sibling,b!==null){b.return=E.return,E=b;break}E=E.return}b=E}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),ng(r,d,g),Zc(r,d,g,s),cg(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 _1(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 Ei(n,r,s,d){return new _1(n,r,s,d)}function rv(n){return n=n.prototype,!(!n||!n.isReactComponent)}function E1(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=Ei(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 E=2;if(d=n,typeof n=="function")rv(n)&&(E=1);else if(typeof n=="string")E=5;else e:switch(n){case be:return dl(s.children,g,b,r);case $:E=8,g|=8;break;case ge:return n=Ei(12,s,r,g|2),n.elementType=ge,n.lanes=b,n;case K:return n=Ei(13,s,r,g),n.elementType=K,n.lanes=b,n;case ae:return n=Ei(19,s,r,g),n.elementType=ae,n.lanes=b,n;case Ee:return $s(s,g,b,r);default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case J:E=10;break e;case Q:E=9;break e;case Ce:E=11;break e;case Re:E=14;break e;case Ze:E=16,d=null;break e}throw Error(l(130,n==null?n:typeof n,""))}return r=Ei(E,s,r,g),r.elementType=n,r.type=d,r.lanes=b,r}function dl(n,r,s,d){return n=Ei(7,n,d,r),n.lanes=s,n}function $s(n,r,s,d){return n=Ei(22,n,d,r),n.elementType=Ee,n.lanes=s,n.stateNode={isHidden:!1},n}function Ls(n,r,s){return n=Ei(6,n,null,r),n.lanes=s,n}function pl(n,r,s){return r=Ei(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,E,L,U){return n=new T1(n,r,s,L,U),r===1?(r=1,b===!0&&(r|=8)):r=0,b=Ei(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 _g(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,E,L,U){return n=Mf(s,d,!0,n,g,b,E,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(),E=Dn(g);return s=iv(s),r.context===null?r.context=s:r.pendingContext=s,r=Ra(b,E),r.payload={element:n},d=d===void 0?null:d,d!==null&&(r.callback=d),n=oo(g,r,E),n!==null&&(vr(n,g,E,b),Qc(n,g,E)),E}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 Tg(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){Tg(n,r),(n=n.alternate)&&Tg(n,r)}function Dg(){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[Ea]=null}};function Oa(n){this._internalRoot=n}Oa.prototype.unstable_scheduleHydration=function(n){if(n){var r=dh();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&&ph(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 Rg(){}function D1(n,r,s,d,g){if(g){if(typeof d=="function"){var b=d;d=function(){var re=Nf(E);b.call(re)}}var E=Eg(r,d,n,0,null,!1,!1,"",Rg);return n._reactRootContainer=E,n[Ea]=E.current,Wl(n.nodeType===8?n.parentNode:n),mo(),E}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,"",Rg);return n._reactRootContainer=U,n[Ea]=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 E=b;if(typeof g=="function"){var L=g;g=function(){var U=Nf(E);L.call(U)}}Os(r,E,n,g)}else E=D1(s,r,n,g,d);return Nf(E)}fh=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)}},dh=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)}},nh=pu,rh=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=ih(n),n===null?null:n.stateNode},findFiberByHostInstance:mu.findFiberByHostInstance||Dg,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 _g(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[Ea]=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=ih(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="",E=ov;if(s!=null&&(s.unstable_strictMode===!0&&(g=!0),s.identifierPrefix!==void 0&&(b=s.identifierPrefix),s.onRecoverableError!==void 0&&(E=s.onRecoverableError)),r=Eg(r,null,n,1,s??null,g,!1,b,E),n[Ea]=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[Ea]=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: `+b.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 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`
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=_,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,Ze=25,Ee=!0,he=!1,G=!1,j=!1,Pe=!1,ee=!0,fe=!1,ye=!1,_e=!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={},th=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];th.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 nh="xlinkHref";pn[nh]=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 rh=/^[\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&&rh.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"),ih=Symbol.for("react.scope"),ah=Symbol.for("react.debug_trace_mode"),Id=Symbol.for("react.offscreen"),oh=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,lh,Vd,Wu,Oi,uh,di,sh;function ch(){}ch.__reactDisabledLog=!0;function W0(){{if(Ya===0){lh=console.log,Vd=console.info,Wu=console.warn,Oi=console.error,uh=console.group,di=console.groupCollapsed,sh=console.groupEnd;var e={configurable:!0,enumerable:!0,value:ch,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:lh}),info:bt({},e,{value:Vd}),warn:bt({},e,{value:Wu}),error:bt({},e,{value:Oi}),group:bt({},e,{value:uh}),groupCollapsed:bt({},e,{value:di}),groupEnd:bt({},e,{value:sh})})}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
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
43
  `),x=u.stack.split(`
44
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
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
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?`
47
+ `+u.stack}}function fh(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 fh(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 dh(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 dh(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 Ze: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,_n=null,pi=!1;function vi(){{if(_n===null)return null;var e=_n._debugOwner;if(e!==null&&typeof e<"u")return pt(e)}return null}function Xu(){return _n===null?"":Yd(_n)}function Nn(){Qu.getCurrentStack=null,_n=null,pi=!1}function Ut(e){Qu.getCurrentStack=e===null?null:Xu,_n=e,pi=!1}function Q0(){return _n}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 ph={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function Fl(e,t){ph[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 vh(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){vh(e)||(e._valueTracker=zl(e))}function mh(e){if(!e)return!1;var t=vh(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 _c=!1,Gu=!1,Ec=!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&&!_c&&(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),_c=!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&&!Ec&&(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"),Ec=!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 hh(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=Wg(y);if(!k)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");mh(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,gh=!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&&(gh||(gh=!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 yh(){var e=vi();return e?`
48
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"}/**
49
+ Check the render method of \``+e+"`.":""}var bh=["value","defaultValue"];function X0(e){{Fl("select",e);for(var t=0;t<bh.length;t++){var a=bh[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,yh()):!e.multiple&&u&&m("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,yh())}}}}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 Sh(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 kh(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 xh(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 wh(e,t){var a=e,u=a.textContent;u===a._wrapperState.initialValue&&u!==""&&u!==null&&(a.value=u)}function np(e,t){xh(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,Ch=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,En=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},_h={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 Th=["Webkit","ms","Moz","O"];Object.keys(Hl).forEach(function(e){Th.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 Dh=function(){};{var Rh=/^(?:webkit|moz|o)[A-Z]/,Ph=/^-ms-/,rs=/-(.)/g,Vl=/;\s*$/,jl={},Kl={},Mh=!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(Ph,"ms-"))))},Nh=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)))},$h=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,"")))},Lh=function(e,t){Mh||(Mh=!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))};Dh=function(e,t){e.indexOf("-")>-1?lp(e):Rh.test(e)?Nh(e):Vl.test(t)&&$h(e,t),typeof t=="number"&&(isNaN(t)?Lh(e,t):isFinite(t)||r1(e,t))}}var i1=Dh;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 Oh(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=_h[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 Ah={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},Fh=bt({menuitem:!0},Ah),zh="__html";function Lc(e,t){if(t){if(Fh[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"||!(zh 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"},Uh={"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=Uh.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=Uh.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 Bh(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)||Bh(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./,Hh=/^on[^A-Z]/,Ih=new RegExp("^(aria)-["+Je+"]*$"),Vh=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 Hh.test(t)&&m("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Vn[t]=!0,!0;if(Ih.test(t)||Vh.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 jh=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 Kh(e,t,a){wa(e,t)||jh(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 Wh(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,_a=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=Wg(a);Yt(t.stateNode,t.type,u)}}}function Yh(e){Yt=e}function zc(e){Ja?_a?_a.push(e):_a=[e]:Ja=e}function ss(){return Ja!==null||_a!==null}function cs(){if(Ja){var e=Ja,t=_a;if(Ja=null,_a=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=Wg(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 Qh(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=Qh;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,Et=!1,kt=!1;function X(Z){if(Qe=Z.error,Et=!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&&(Et?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(),Qh.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 Ea(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,Xh=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?_p(t):null}function _p(e){if(e.tag===P||e.tag===A)return e;for(var t=e.child;t!==null;){var a=_p(t);if(a!==null)return a;t=t.sibling}return null}function Zh(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,Jh=i.unstable_cancelCallback,Kc=i.unstable_shouldYield,Gh=i.unstable_requestPaint,ln=i.unstable_now,Ep=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{_e&&(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 qh(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 eg(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 tg(){Ne!==null&&typeof Ne.markComponentPassiveEffectUnmountStopped=="function"&&Ne.markComponentPassiveEffectUnmountStopped()}function ng(e){Ne!==null&&typeof Ne.markComponentLayoutEffectMountStarted=="function"&&Ne.markComponentLayoutEffectMountStarted(e)}function rg(){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 ig(e,t,a){Ne!==null&&typeof Ne.markComponentSuspended=="function"&&Ne.markComponentSuspended(e,t,a)}function ag(e){Ne!==null&&typeof Ne.markLayoutEffectsStarted=="function"&&Ne.markLayoutEffectsStarted(e)}function Zl(){Ne!==null&&typeof Ne.markLayoutEffectsStopped=="function"&&Ne.markLayoutEffectsStopped()}function og(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 lg(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 ug(e){return(e&so)===e}function ws(e,t){var a=ra|qr|Jo|qt;return(t&a)!==ce}function sg(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 cg(e){return e}function fg(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 _s(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 Es(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 dg;function He(e){dg=e}function iu(e){dg(e)}var Ts;function pg(e){Ts=e}var vg;function Ds(e){vg=e}var Rs;function Wp(e){Rs=e}var Yp;function mg(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 hg(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 gg(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 yg(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(){vg(a)});return}}else if(u===T){var v=a.stateNode;if(An(v)){e.blockedOn=Ic(a);return}}}}e.blockedOn=null}function bg(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),gg(e,u);return}if(yg(c,e,t,a,u)){u.stopPropagation();return}if(gg(e,u),t&Io&&hg(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=Ep();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=Ef(),!0}function _f(){ll=null,oa=null,po=null}function fu(){if(po)return po;var e,t=oa,a=t.length,u,c=Ef(),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 Ef(){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,_i;function Sg(e){e!==_i&&(_i&&e.type==="mousemove"?(Ns=e.screenX-_i.screenX,Gp=e.screenY-_i.screenY):(Ns=0,Gp=0),_i=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:(Sg(e),Ns)},movementY:function(e){return"movementY"in e?e.movementY:Gp}}),mo=Dn(pu),qp=bt({},pu,{dataTransfer:0}),cl=Dn(qp),kg=bt({},du,{relatedTarget:0}),Tf=Dn(kg),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),xg=bt({},vr,{data:0}),tv=Dn(xg),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 wg(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:wg,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),Cg=bt({},pu,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),nv=Dn(Cg),_1=bt({},du,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Rf}),Ei=Dn(_1),rv=bt({},vr,{propertyName:0,elapsedTime:0,pseudoElement:0}),E1=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),_g=32,iv=String.fromCharCode(_g);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 Tg(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 Dg(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=Tg(t):Oa?Dg(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=$g(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!==_g?null:(Os=!0,iv);case"textInput":var u=t.data;return u===iv&&Os?null:u;default:return null}}function Rg(e,t){if(Oa){if(e==="compositionend"||!Ls&&Dg(e,t)){var a=fu();return _f(),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=Rg(t,u),!v)return null;var y=$g(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,8 +58,8 @@ Check the render method of \``+e+"`.":""}var yh=["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 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.
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=$g(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(e){var t=If(e);if(mh(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"&&E(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 E(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 E(t)}function kn(e,t){if(e==="input"||e==="change")return E(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&&!Wh(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",Et="mouse";(t==="pointerout"||t==="pointerover")&&(ze=nv,nt="onPointerLeave",Qe="onPointerEnter",Et="pointer");var kt=B==null?N:If(B),X=te==null?N:If(te),se=new ze(nt,Et+"leave",B,u,c);se.target=kt,se.relatedTarget=X;var Z=null,we=zs(c);if(we===a){var Ue=new ze(Qe,Et+"enter",te,u,c);Ue.target=X,Ue.relatedTarget=kt,Z=Ue}Z7(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 M7(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 N7(e){return e&&e.ownerDocument&&uT(e.ownerDocument.documentElement,e)}function $7(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($7(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 L7(){var e=sT();return{focusedElem:e,selectionRange:N1(e)?A7(e):null}}function O7(e){var t=sT(),a=e.focusedElem,u=e.selectionRange;if(t!==a&&N7(a)){u!==null&&N1(a)&&F7(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 A7(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=go(e),t||{start:0,end:0}}function F7(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)):M7(e,t)}var z7=gt&&"documentMode"in document&&document.documentMode<=11;function U7(){Be("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var Ff=null,$1=null,uv=null,L1=!1;function B7(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 H7(e){return e.window===e?e.document:e.nodeType===zi?e:e.ownerDocument}function cT(e,t,a){var u=H7(a);if(!(L1||Ff==null||Ff!==Cc(u))){var c=B7(Ff);if(!uv||!qe(uv,c)){uv=c;var v=$g($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 I7(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(z7)break;case"keydown":case"keyup":cT(e,u,c)}}function Pg(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var zf={animationend:Pg("Animation","AnimationEnd"),animationiteration:Pg("Animation","AnimationIteration"),animationstart:Pg("Animation","AnimationStart"),transitionend:Pg("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 Mg(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=Mg("animationend"),pT=Mg("animationiteration"),vT=Mg("animationstart"),mT=Mg("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 V7(){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 j7(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=Ei;break;case dT:case pT:case vT:x=Df;break;case mT:x=E1;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=Q7(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})}}}}V7(),q(),Af(),U7(),Eg();function K7(e,t,a,u,c,v,y){j7(e,t,a,u,c,v);var k=(v&l1)===0;k&&(Te(e,t,a,u,c),H(e,t,a,u,c),I7(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,Ea(u,t,void 0,e),e.currentTarget=null}function W7(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;W7(v,y,a)}bp()}function Y7(e,t,a,u,c){var v=Fc(a),y=[];K7(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=J7(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 Ng="_reactListening"+Math.random().toString(36).slice(2);function cv(e){if(!e[Ng]){e[Ng]=!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[Ng]||(t[Ng]=!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===En&&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 Y7(e,t,a,v)})}function fv(e,t,a){return{instance:e,listener:t,currentTarget:a}}function Q7(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 $g(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 X7(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 Z7(e,t,a,u,c){var v=u&&c?X7(u,c):null;u!==null&&xT(e,t,u,v,!1),c!==null&&a!==null&&xT(e,a,c,v,!0)}function J7(e,t){return e+"__"+(t?"capture":"bubble")}var Ti=!1,dv="dangerouslySetInnerHTML",Lg="suppressContentEditableWarning",gu="suppressHydrationWarning",wT="autoFocus",As="children",Fs="style",Og="__html",U1,Ag,pv,CT,Fg,_T,ET;U1={dialog:!0,webview:!0},Ag=function(e,t){Ac(e,t),cp(e,t),Kh(e,t,{registrationNameDependencies:Ye,possibleRegistrationNames:rt})},_T=gt&&!document.documentMode,pv=function(e,t,a){if(!Ti){var u=zg(a),c=zg(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)}},Fg=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)},ET=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 G7=/\r\n?/g,q7=/\u0000|\uFFFD/g;function zg(e){Sr(e);var t=typeof e=="string"?e:""+e;return t.replace(G7,`
62
+ `).replace(q7,"")}function Ug(e,t,a,u){var c=zg(t),v=zg(e);if(v!==c&&(u&&(Ti||(Ti=!0,m('Text content did not match. Server: "%s" Client: "%s"',v,c))),a&&Ee))throw new Error("Text content does not match server-rendered HTML.")}function TT(e){return e.nodeType===zi?e:e.ownerDocument}function e$(){}function Bg(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),Oh(t,y);else if(v===dv){var k=y?y[Og]:void 0;k!=null&&Ch(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===Lg||v===gu||v===wT||(Ye.hasOwnProperty(v)?y!=null&&(typeof y!="function"&&Fg(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?Oh(e,y):v===dv?Ch(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);Ag(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":Sh(e,a),v=qd(e,a),cn("invalid",e);break;case"textarea":kh(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),wh(e);break;case"option":Gd(e,a);break;case"select":Z0(e,a);break;default:typeof v.onClick=="function"&&Bg(e);break}}function o$(e,t,a,u,c){Ag(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"&&Bg(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===Lg||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[Og]:void 0,ue=te?te[Og]: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===Lg||x===gu||(Ye.hasOwnProperty(x)?(B!=null&&(typeof B!="function"&&Fg(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":xh(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),Ag(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":Sh(e,a),cn("invalid",e);break;case"textarea":kh(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&&Ug(e.textContent,ue,v,y),te=[As,ue]):typeof ue=="number"&&e.textContent!==""+ue&&(a[gu]!==!0&&Ug(e.textContent,ue,v,y),te=[As,""+ue]);else if(Ye.hasOwnProperty(ne))ue!=null&&(typeof ue!="function"&&Fg(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===Lg||ne===gu||ne==="value"||ne==="checked"||ne==="selected")){if(ne===dv){var Qe=e.innerHTML,Et=ue?ue[Og]:void 0;if(Et!=null){var kt=ET(e,Et);kt!==Qe&&pv(ne,Qe,kt)}}else if(ne===Fs){if(x.delete(ne),_T){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),wh(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&Bg(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":hh(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 Hg="suppressHydrationWarning",Ig="$",Vg="/$",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===En?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 BF(e){return e}function S$(e){j1=ei(),K1=L7();var t=null;return Yn(!1),t}function k$(e){O7(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,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$(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===En?(a=e.parentNode,a.insertBefore(t,e)):(a=e,a.appendChild(t));var u=e._reactRootContainer;u==null&&a.onclick===null&&Bg(a)}function A$(e,t,a){e.insertBefore(t,a)}function F$(e,t,a){e.nodeType===En?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function z$(e,t){e.removeChild(t)}function U$(e,t){e.nodeType===En?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===En){var v=c.data;if(v===Vg)if(u===0){e.removeChild(c),St(t);return}else u--;else(v===Ig||v===hv||v===gv)&&u++}a=c}while(a);St(t)}function B$(e,t){e.nodeType===En?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!==En?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 jg(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===Lr||t===xa)break;if(t===En){var a=e.data;if(a===Ig||a===gv||a===hv)break;if(a===Vg)return null}}return e}function yv(e){return jg(e.nextSibling)}function J$(e){return jg(e.firstChild)}function G$(e){return jg(e.firstChild)}function q$(e){return jg(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===En){var u=t.data;if(u===Vg){if(a===0)return yv(t);a--}else(u===Ig||u===gv||u===hv)&&a++}t=t.nextSibling}return null}function LT(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===En){var u=t.data;if(u===Ig||u===gv||u===hv){if(a===0)return t;a--}else u===Vg&&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;Ug(t.nodeValue,a,u,c)}function uL(e,t,a,u,c,v){if(t[Hg]!==!0){var y=!0;Ug(u.nodeValue,c,v,y)}}function sL(e,t){t.nodeType===Lr?B1(e,t):t.nodeType===En||H1(e,t)}function cL(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===Lr?B1(a,t):t.nodeType===En||H1(a,t))}}function fL(e,t,a,u,c){(c||t[Hg]!==!0)&&(u.nodeType===Lr?B1(a,u):u.nodeType===En||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[Hg]!==!0)&&I1(a,u)}function gL(e,t,a,u,c){(c||t[Hg]!==!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 Kg(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 Wg(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 Yg(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)&&(Yg(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),Yg(null)),k instanceof Error&&!(k.message in AT)&&(AT[k.message]=!0,Yg(c),m("Failed %s type: %s",a,k.message),Yg(null))}}}var eS=[],Qg;Qg=[];var vl=-1;function bu(e){return{current:e}}function Vr(e,t){if(vl<0){m("Unexpected pop.");return}t!==Qg[vl]&&m("Unexpected Fiber popped."),e.current=eS[vl],eS[vl]=null,Qg[vl]=null,vl--}function jr(e,t,a){vl++,eS[vl]=e.current,Qg[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 Xg(){return yo.current}function bo(e){{var t=e.childContextTypes;return t!=null}}function Zg(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 Jg(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,Gg=1,hl=null,iS=!1,aS=!1;function IT(e){hl===null?hl=[e]:hl.push(e)}function _L(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,qg=null,ey=0,la=[],ua=0,Us=null,gl=1,yl="";function EL(e){return Hs(),(e.flags&kp)!==tt}function TL(e){return Hs(),ey}function DL(){var e=yl,t=gl,a=t&~RL(t);return a.toString(32)+e}function Bs(e,t){Hs(),Kf[Wf++]=ey,Kf[Wf++]=qg,qg=e,ey=t}function jT(e,t,a){Hs(),la[ua++]=gl,la[ua++]=yl,la[ua++]=Us,Us=e;var u=gl,c=yl,v=ty(u)-1,y=u&~(1<<v),k=a+1,x=ty(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=ty(t)+te,ue=k<<te,ze=ue|B,nt=I+c;gl=1<<ne|ze,yl=nt}else{var Qe=k<<v,Et=Qe|y,kt=c;gl=1<<x|Et,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 ty(e){return 32-Gc(e)}function RL(e){return 1<<ty(e)-1}function lS(e){for(;e===qg;)qg=Kf[--Wf],Kf[Wf]=null,ey=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 ny(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=[],_v=[],Ev=[],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"&&_v.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&Ev.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;_v.length>0&&(_v.forEach(function(B){u.add(pt(B)||"Component"),js.add(B.type)}),_v=[]);var c=new Set;Ev.length>0&&(Ev.forEach(function(B){c.add(pt(B)||"Component"),js.add(B.type)}),Ev=[]);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
 
@@ -88,13 +88,13 @@ Please update the following components: %s`,N)}if(c.size>0){var I=Vs(c);h(`compo
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`,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.
91
+ Please update the following components: %s`,I)}};var ry=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=ry.get(a);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(u===void 0&&(u=[],ry.set(a,u)),u.push(e))}},za.flushLegacyContextWarning=function(){ry.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`,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.
97
+ Learn more about this warning here: https://reactjs.org/link/legacy-context`,c)}finally{Nn()}}})},za.discardPendingWarnings=function(){xv=[],wv=[],Cv=[],_v=[],Ev=[],Tv=[],ry=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 iy=null,Qf=null,mS=null,ay=!1;function oy(){iy=null,Qf=null,mS=null,ay=!1}function e3(){ay=!0}function t3(){ay=!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=uy;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){iy=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){ay&&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(iy===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,iy.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,ly(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,ly(e,u)}function Di(e,t){return ly(e,t)}var ZL=ly;function ly(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,uy=2,bS=3,sy=!1,SS,cy;SS=!1,cy=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(cy===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 fy(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 uy:return sy=!0,u}return u}function dy(e,t,a,u){var c=e.updateQueue;sy=!1,cy=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 Et=Qe.lane,kt=Qe.eventTime;if(rl(u,Et)){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:Et,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,Et)}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}cy=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(){sy=!1}function py(){return sy}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,_S,ES,TS,DS,c3,vy,RS,PS,MS;{CS=new Set,_S=new Set,ES=new Set,TS=new Set,RS=new Set,DS=new Set,PS=new Set,MS=new Set;var f3=new Set;vy=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&&(vy(a,"setState"),y.callback=a);var k=wu(u,y,v);k!==null&&(or(k,u,v,c),fy(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&&(vy(a,"replaceState"),y.callback=a);var k=wu(u,y,v);k!==null&&(or(k,u,v,c),fy(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=uy,t!=null&&(vy(t,"forceUpdate"),v.callback=t);var y=wu(a,v,c);y!==null&&(or(y,a,c,u),fy(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"&&!ES.has(t)&&(ES.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";_S.has(B)||(_S.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
 
@@ -102,11 +102,11 @@ The above lifecycles should be removed. Learn more about this warning here:
102
102
  https://reactjs.org/link/unsafe-component-lifecycles`,ze,nt,te!==null?`
103
103
  `+te:"",ne!==null?`
104
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:
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),dy(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(dy(e,a,c,u),te=e.memoizedState,v===a&&B===te&&!Xg()&&!py()){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=py()||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(dy(t,u,v,c),ze=t.memoizedState,y===x&&ue===ze&&!Xg()&&!py()&&!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=py()||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 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+`
109
+ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}return u}function my(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 hy(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}my(X,se)}return typeof se=="function"&&hy(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);my(X,Z)}return typeof Z=="function"&&hy(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)}my(se,we)}return typeof we=="function"&&hy(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 _l=Pt;Bs(X,_l)}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 _l=I(X,ii.value,we);_l!==null&&(Wr=v(_l,Wr,Mr),Pt===null?zn=_l:Pt.sibling=_l,Pt=_l)}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 Et(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(Et(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);my(X,Z)}return typeof Z=="string"&&Z!==""||typeof Z=="number"?y(nt(X,se,""+Z,we)):(typeof Z=="function"&&hy(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),gy=bu(Rv);function yy(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=yy(gy.current);return e}function BS(e,t){jr(gy,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(gy,e)}function HS(){var e=yy(Cu.current);return e}function k3(e){yy(gy.current);var t=yy(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 _u(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 by(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,_r=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,Sy=!1,$v=!1,Lv=0,sO=0,cO=25,pe=null,ca=null,Eu=-1,QS=!1;function Lt(){{var e=pe;ca===null?ca=[e]:ca.push(e)}}function $e(){{var e=pe;ca!==null&&(Eu++,ca[Eu]!==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<=Eu;c++){for(var v=ca[c],y=c===Eu?e:v,k=c+1+". "+v;k.length<u;)k+=" ";k+=y+`
110
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
@@ -119,13 +119,13 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`)}}retur
119
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`,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.
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,Eu=-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,Eu=-1,Fe.current=W3,y=a(u,c)}while($v)}Fe.current=$y,t._debugHookTypes=ca;var x=tr!==null&&tr.next!==null;if(Ws=ce,Bt=null,tr=null,nr=null,pe=null,ca=null,Eu=-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."),Sy=!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 _3(){if(Fe.current=$y,Sy){for(var e=Bt.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}Sy=!1}Ws=ce,Bt=null,tr=null,nr=null,ca=null,Eu=-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 E3(){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 Et=ue.action;I=e(I,Et)}}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 HF(e,t,a){}function IF(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=Jy();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,_y(R3.bind(null,u,M,e),[e]),u.flags|=rn,Ov(qn|_r,D3.bind(null,u,M,v,t),void 0,null),v}function ky(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|_r,D3.bind(null,u,M,v,t),void 0,null);var N=Jy();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=E3(),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 xy(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=E3(),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 wy(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 Cy(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 _y(e,t){return(Bt.mode&ki)!==it?Av(Yo|rn|no,_r,e,t):Av(rn|no,_r,e,t)}function Fv(e,t){return Cy(rn,_r,e,t)}function ik(e,t){return Av(vt,So,e,t)}function Ey(e,t){return Cy(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 Ty(e,t){return Cy(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 Dy(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 Cy(vt,er,N3.bind(null,t,e),u)}function dO(e,t){}var Ry=dO;function lk(e,t){var a=ko(),u=t===void 0?null:t;return a.memoizedState=[e,u],e}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]}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 My(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=xy(!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=Jy(),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 Ny(){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=Sy=!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 $y={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,Ly=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),_y(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 xy(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(),_y(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 xy(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(),Py(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(),Dy(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",$e(),Ey(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",$e(),Ty(e,t)},useMemo:function(e,t){pe="useMemo",$e();var a=Fe.current;Fe.current=Ha;try{return My(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(),wy()},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(),Ry()},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(),ky(e,t)},useId:function(){return pe="useId",$e(),Ny()},unstable_isNewReconciler:he},W3={readContext:function(e){return Xn(e)},useCallback:function(e,t){return pe="useCallback",$e(),Py(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(),Dy(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",$e(),Ey(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",$e(),Ty(e,t)},useMemo:function(e,t){pe="useMemo",$e();var a=Fe.current;Fe.current=Ly;try{return My(e,t)}finally{Fe.current=a}},useReducer:function(e,t,a){pe="useReducer",$e();var u=Fe.current;Fe.current=Ly;try{return qS(e,t,a)}finally{Fe.current=u}},useRef:function(e){return pe="useRef",$e(),wy()},useState:function(e){pe="useState",$e();var t=Fe.current;Fe.current=Ly;try{return nk(e)}finally{Fe.current=t}},useDebugValue:function(e,t){return pe="useDebugValue",$e(),Ry()},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(),ky(e,t)},useId:function(){return pe="useId",$e(),Ny()},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(),_y(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 xy(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(),Py(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(),Dy(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",ft(),$e(),Ey(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",ft(),$e(),Ty(e,t)},useMemo:function(e,t){pe="useMemo",ft(),$e();var a=Fe.current;Fe.current=Ha;try{return My(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(),wy()},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(),Ry()},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(),ky(e,t)},useId:function(){return pe="useId",ft(),$e(),Ny()},unstable_isNewReconciler:he},Ly={readContext:function(e){return dk(),Xn(e)},useCallback:function(e,t){return pe="useCallback",ft(),$e(),Py(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(),Dy(e,t,a)},useInsertionEffect:function(e,t){return pe="useInsertionEffect",ft(),$e(),Ey(e,t)},useLayoutEffect:function(e,t){return pe="useLayoutEffect",ft(),$e(),Ty(e,t)},useMemo:function(e,t){pe="useMemo",ft(),$e();var a=Fe.current;Fe.current=Ha;try{return My(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(),wy()},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(),Ry()},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(),ky(e,t)},useId:function(){return pe="useId",ft(),$e(),Ny()},unstable_isNewReconciler:he}}var Tu=i.unstable_now,Y3=0,Oy=-1,zv=-1,Ay=-1,pk=!1,Fy=!1;function Q3(){return pk}function gO(){Fy=!0}function yO(){pk=!1,Fy=!1}function bO(){pk=Fy,Fy=!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 zy(e,t){if(zv>=0){var a=Tu()-zv;e.actualDuration+=a,t&&(e.selfBaseDuration=a),zv=-1}}function wo(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.effectDuration+=t;return;case ie:var c=a.stateNode;c.effectDuration+=t;return}a=a.return}}}function mk(e){if(Ay>=0){var t=Tu()-Ay;Ay=-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(){Oy=Tu()}function hk(){Ay=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
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
124
  `+y+`
125
125
 
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+=`
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=uy,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 _O(){return null}var Uv=l.ReactCurrentOwner,Ia=!1,kk,Bv,xk,wk,Ck,Qs,_k,Uy;kk={},Bv={},xk={},wk={},Ck={},Qs=!1,_k={},Uy={};function ti(e,t,a,u){e===null?t.child=b3(t,null,a,u):t.child=Zf(t,e.child,a,u)}function EO(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 Ek(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,Gy(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;Gy(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,Gy(t,x),null}else{var te;v!==null?(te=mt(v.baseLanes,a),t.memoizedState=null):te=a,Gy(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 Ek(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,Jg(t)):te=!1,Xf(t,c);var ne=t.stateNode,ue;ne===null?(Hy(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?EO(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),dy(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){Hy(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=Ek(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){Hy(e,t),t.tag=C;var v;return bo(a)?(v=!0,Jg(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){Hy(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,Jg(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 \``+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=`
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:_O(),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),_u(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,Et=e.child.memoizedState;return Qe.memoizedState=Et===null?Pk(a):AO(Et,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 By(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 By(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 By(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 By(e,t,y,B)}var te=Ir(y,e.childLanes);if(Ia||te){var ne=Jy();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 By(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 Et=u.children,kt=Mk(t,Et);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&&by(u)===null&&(a=t),t=t.sibling}return a}function YO(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!_k[e])if(_k[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&&!Uy[e]&&(e!=="collapsed"&&e!=="hidden"?(Uy[e]=!0,m('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(Uy[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(_u(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&&by(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&&!Xg())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 Hy(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)&&Jg(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 _u(t,Gf(Ba.current)),t.flags|=st,null;var M=t.child,N=M.childLanes;if(Ir(a,N))return c2(e,t,a);_u(t,Gf(Ba.current));var I=Sl(e,t,a);return I!==null?I.sibling:null}else _u(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),_u(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||Xg()||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()&&EL(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 Ek(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,Et=t.pendingProps,kt=Ua(Qe,Et);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=_$(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 Er(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=ny(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),Er(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,Er(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 Er(t),null;case C:{var c=t.type;return bo(c)&&Zg(t),Er(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=ny(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),Er(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 Er(t),null}var N=HS(),I=ny(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 Er(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=ny(t);nt?FL(t)&&id(t):t.stateNode=E$(te,ue,ze,t)}return Er(t),null}case F:{qf(t);var Qe=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var Et=tA(e,t,Qe);if(!Et)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),Er(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),Er(t),null;case le:var Oe=t.type._context;return hS(Oe,t),Er(t),null;case ge:{var ut=t.type;return bo(ut)&&Zg(t),Er(t),null}case Q:{qf(t);var dt=t.memoizedState;if(dt===null)return Er(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=by(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),_u(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=by(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 Er(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),_u(t,Yr),ai}return Er(t),null}case Ce:break;case K:case ae:{Gk(t);var _l=t.memoizedState,dd=_l!==null;if(e!==null){var im=e.memoizedState,To=im!==null;To!==dd&&!j&&(t.flags|=to)}return!dd||(t.mode&ht)===it?Er(t):Ir(Eo,Hr)&&(Er(t),t.subtreeFlags&(Zt|vt)&&(t.flags|=to)),null}case Re:return null;case Ze: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)&&Zg(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&&Zg(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 Iy=!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 _2(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 E2(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 Vy(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&_r)!==Ri?Xc(t):(e&er)!==Ri&&Zc(t),(e&So)!==Ri&&tm(!0),Vy(t,a,k),(e&So)!==Ri&&tm(!1),(e&_r)!==Ri?tg():(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&_r)!==Ri?eg(t):(e&er)!==Ri&&ng(t);var y=v.create;(e&So)!==Ri&&tm(!0),v.destroy=y(),(e&So)!==Ri&&tm(!1),(e&_r)!==Ri?Np():(e&er)!==Ri&&rg();{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
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
 
@@ -138,11 +138,11 @@ It looks like you wrote `+x+`(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`: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.
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 Et=a.return;e:for(;Et!==null;){switch(Et.tag){case T:var kt=Et.stateNode;kt.effectDuration+=ze;break e;case ie:var X=Et.stateNode;X.effectDuration+=ze;break e}Et=Et.return}}}break}case F:{SA(e,a);break}case Q:case ge:case Ce:case K:case ae:case Ze: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(),_2(e,e.return)}finally{wo(e)}else _2(e,e.return);break}case C:{var t=e.stateNode;typeof t.componentDidMount=="function"&&oA(e,e.return,t),E2(e,e.return);break}case P:{E2(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?Vy(a,t,B):(te&er)!==Ri&&(Zc(a),a.mode&at?(Co(),Vy(a,t,B),wo(a)):Vy(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),_o(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),_o(e),c&Or&&u!==null&&ld(u,u.return);return}case P:{Ka(t,e),_o(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),_o(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),_o(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),_o(e);return}case F:{Ka(t,e),_o(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 Et=ue.alternate!==null&&ue.alternate.memoizedState!==null;Et||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(_o(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),_o(e),c&vt&&$2(e);return}case Ce:return;default:{Ka(t,e),_o(e);return}}}function _o(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||Iy;if(k){Uk(e,t,a);continue}else{var x=c.alternate,M=x!==null&&x.memoizedState!==null,N=M||Tr,I=Iy,B=Tr;Iy=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,Iy=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 _A(e,t,a,u){je=t,EA(t,e,a,u)}function EA(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(_r|qn,t)}finally{mk(t)}}else Du(_r|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(_r|qn,e,e.return),mk(e)):Va(_r|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(_r,e,t),mk(e)):Va(_r,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(_r|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(_r|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,jy=3,Kv=4,B2=5,Ik=6,_t=rr,ni=null,xn=null,ir=ce,Eo=ce,Vk=bu(ce),ar=kl,Wv=null,Ky=ce,Yv=ce,Wy=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 Yy=!1,Kk=null,ud=null,Zs=!1,Pu=null,Zv=ce,Wk=[],Yk=null,WA=50,Jv=0,Qk=null,Xk=!1,Qy=!1,YA=50,sd=0,Xy=null,Gv=Qt,Zy=ce,j2=!1;function Jy(){return ni}function ri(){return(_t&(Pr|da))!==rr?ln():(Gv!==Qt||(Gv=ln()),Gv)}function Mu(e){var t=e.mode;if((t&ht)===it)return ot;if((_t&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 Zy===Ct&&(Zy=zp()),Zy}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&&(Qy=!0),il(e,a,u),(_t&Pr)!==ce&&e===ni?k9(t):(Jn&&Vp(e,t,a),x9(t),e===ni&&((_t&Pr)===rr&&(Yv=mt(Yv,a)),ar===Kv&&Nu(e,ir)),Mi(e,u),a===ot&&_t===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(_t&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),_L(Y2.bind(null,e))):IT(Y2.bind(null,e)),Wa.current!==null?Wa.current.push(ku):R$(function(){(_t&(Pr|da))===rr&&ku()}),y=null;else{var k;switch(Es(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,Zy=ce,(_t&(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)&&!sg(e,c)&&!t,y=v?o9(e,c):qy(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=qy(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=qy(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 jy:{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),ug(a))break;if(!lD()){var y=lg(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,Wy),t=nu(t,Yv),Bp(e,t)}function Y2(e){if(bO(),(_t&(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=qy(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()),(_t&(Pr|da))===rr&&(Xv(),ku()))}function Jk(e,t){var a=_t;_t|=U2;try{return e(t)}finally{_t=a,_t===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,_t===rr&&Xv()}}function wl(e){Pu!==null&&Pu.tag===Su&&(_t&(Pr|da))===rr&&Cl();var t=_t;_t|=U2;var a=Rr.transition,u=wi();try{return Rr.transition=null,On(cr),e?e():void 0}finally{On(u),Rr.transition=a,_t=t,(_t&(Pr|da))===rr&&ku()}}function Q2(){return(_t&(Pr|da))!==rr}function Gy(e,t){jr(Vk,Eo,e),Eo=mt(Eo,t)}function Gk(e){Eo=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=Eo=t,ar=kl,Wv=null,Ky=ce,Yv=ce,Wy=ce,Qv=null,Pi=null,YL(),za.discardPendingWarnings(),v}function X2(e,t){do{var a=xn;try{if(oy(),_3(),Nn(),Hk.current=null,a===null||a.return===null){ar=jv,Wv=t,xn=null;return}if(V&&a.mode&at&&zy(a,!0),_e)if(Qo(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var u=t;ig(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=$y,e===null?$y:e}function J2(e){Bk.current=e}function t9(){jk=ln()}function qv(e){Ky=mt(e,Ky)}function n9(){ar===kl&&(ar=jy)}function qk(){(ar===kl||ar===jy||ar===Xs)&&(ar=Kv),ni!==null&&(xs(Ky)||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 qy(e,t){var a=_t;_t|=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(oy(),_t=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=_t;_t|=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 oy(),J2(u),_t=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,Eo),zy(e,!0)):a=ex(t,e,Eo),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,Eo):(vk(t),c=x2(a,t,Eo),zy(t,!1)),Nn(),c!==null){xn=c;return}}else{var v=nA(a,t);if(v!==null){v.flags&=Xh,xn=v;return}if((t.mode&at)!==it){zy(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(),(_t&(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=_t;_t|=da,Hk.current=null,lA(e,c),Z3(),kA(e,c,v),k$(e.containerInfo),e.current=c,ag(v),xA(c,e,v),Zl(),Gh(),_t=I,On(N),Rr.transition=M}else e.current=c,Z3();var B=Zs;if(Zs?(Zs=!1,Pu=e,Zv=v):(sd=0,Xy=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(Yy){Yy=!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=Es(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,(_t&(Pr|da))!==rr)throw new Error("Cannot flush passive effects while already rendering.");Xk=!0,Qy=!1,og(a);var u=_t;_t|=da,RA(t.current),_A(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),_t=u,ku(),Qy?t===Xy?sd++:(sd=0,Xy=t):sd=0,Xk=!1,Qy=!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){Yy||(Yy=!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`,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(...).
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===jy&&gf(ir)&&ln()-jk<H2?Js(e,ce):Wy=mt(Wy,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,Xy=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),eb(e,Fr,zA),t&&eb(e,Yo,UA),eb(e,Fr,AA),t&&eb(e,Yo,FA),Nn()}function eb(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 tb=null;function iD(e){{if((_t&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(tb!==null){if(tb.has(a))return;tb.add(a)}else tb=new Set([a]);var u=_n;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(oy(),_3(),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 Jh(e)}function lD(){return Wa.current!==null}function x9(e){{if(e.mode&ht){if(!z2())return}else if(!VA()||_t!==rr||e.tag!==w&&e.tag!==W&&e.tag!==be)return;if(Wa.current===null){var t=_n;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
 
@@ -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 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+=`
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 _9=function(e,t){{if(pa===null)return;var a=t.staleFamilies,u=t.updatedFamilies;Cl(),wl(function(){ox(e.current,u,a)})}},E9=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===Gg?(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 oh:case ih:case V0:case j0:case ah: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 \``+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.
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 Gg: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=_n;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){qh(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&&_n!==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.`,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:
167
+ Check the render method of %s.`,pt(_n)||"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),fy(M,c,y)),y}function nb(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=fg(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=Zh(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,_D=null,ED=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)},_D=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)},ED=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 _n}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:_D,overridePropsRenamePath:ED,setErrorHandler:DD,setSuspenseHandler:RD,scheduleUpdate:TD,currentDispatcherRef:a,findHostInstanceByFiber:Q9,findFiberByHostInstance:t||X9,findHostInstancesForRefresh:T9,scheduleRefresh:_9,scheduleRoot:E9,setRefreshHandler:C9,getCurrentFiber:Z9,reconcilerVersion:vx})}var AD=typeof reportError=="function"?reportError:function(e){console.error(e)};function bx(e){this._internalRoot=e}rb.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()."):ib(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!==En){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)},rb.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(!ib(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&&(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={};/**
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,Gg,null,a,u,c,v);Kg(y.current,e);var k=e.nodeType===En?e.parentNode:e;return cv(k),new bx(y)}function rb(e){this._internalRoot=e}function q9(e){e&&bg(e)}rb.prototype.unstable_scheduleHydration=q9;function e5(e,t,a){if(!ib(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,Gg,u,v,y,k,x);if(Kg(M.current,e),cv(e),c)for(var N=0;N<c.length;N++){var I=c[N];uO(M,I)}return new rb(M)}function ib(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===En&&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!==En){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=nb(y);v.call(B)}}var y=hD(t,u,e,Su,null,!1,!1,"",UD);e._reactRootContainer=y,Kg(y.current,e);var k=e.nodeType===En?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=nb(N);M.call(B)}}var N=mD(e,Su,null,!1,!1,"",UD);e._reactRootContainer=N,Kg(N.current,e);var I=e.nodeType===En?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 ab(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=nb(y);k.call(x)}}nm(t,y,e,c)}return nb(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 ab(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 ab(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 ab(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(){ab(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),pg(j9),Ds(K9),Wp(wi),mg(_s),(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"),Yh(f$),Uc(Jk,e9,wl);function s5(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!ib(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,Wg,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(),Ab.exports=B6()):Ab.exports=H6();var Ub=Ab.exports;const dC=F6(Ub),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]=_.useState(!1),{focusWithinProps:h}=km({isDisabled:!l,onFocusWithinChange:S=>p(S)}),m=_.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 _.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"},Bb={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[Bb[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=Bb[f],m=Bb[p];return Lm[o]={placement:i,crossPlacement:l,axis:f,crossAxis:p,size:h,crossSize:m},Lm[o]}function Hb(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=Hb(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=Hb(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=Hb(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,Ze=i[le]-l[le]+A/2,Ee=i[le]+i[W]-l[le]-A/2,he=ec(K,Ze,Ee);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;_.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]=_.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=_.useRef(Pn==null?void 0:Pn.scale);_.useEffect(()=>{P&&(ie.current=Pn==null?void 0:Pn.scale)},[P]);let F=_.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),fb({ref:p,onResize:F});let ve=_.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=_.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;_.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;_.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 Ib=typeof document<"u"&&window.visualViewport,i8=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);let Om=0,Vb;function a8(o={}){let{isDisabled:i}=o;tn(()=>{if(!i)return Om++,Om===1&&(md()?Vb=l8():Vb=o8()),()=>{Om--,Om===0&&Vb()}},[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="",Ib&&(Ib.height<window.innerHeight?requestAnimationFrame(()=>{xC(R)}):Ib.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(_d(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(_d(document,"touchstart",l,{passive:!1,capture:!0}),_d(document,"touchmove",f,{passive:!1,capture:!0}),_d(document,"touchend",p,{passive:!1,capture:!0}),_d(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 _d(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":_w,"bg-BG":Ew,"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 _C(o){let{onDismiss:i,...l}=o,f=Mm(j6(CC),"@react-aria/overlays"),p=Ox(l,f.format("dismiss")),h=()=>{i&&i()};return _.createElement(V6,null,_.createElement("button",{...p,tabIndex:-1,onClick:h,style:{width:1,height:1}}))}let Ed=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=Ed.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),Ed.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=Ed.get(w);C===1?(w.removeAttribute("aria-hidden"),Ed.delete(w)):Ed.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=_.createContext(null);function f8(o){let i=tc(),{portalContainer:l=i?null:document.body,isExiting:f}=o,[p,h]=_.useState(!1),m=_.useMemo(()=>({contain:p,setContain:h}),[p,h]);if(!l)return null;let S=o.children;return o.disableFocusManagement||(S=_.createElement(ow,{restoreFocus:!0,contain:p&&!f},S)),S=_.createElement(c8.Provider,{value:m},_.createElement(PR,null,S)),dC.createPortal(S,l)}function jb(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=_.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&&!jb(J)){Ub.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&&!jb(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 Ze,Ee;J.preventDefault();let j=l.getKeyLeftOf(i.focusedKey);j==null&&h&&(j=z==="rtl"?(Ze=l.getFirstKey)===null||Ze===void 0?void 0:Ze.call(l,i.focusedKey):(Ee=l.getLastKey)===null||Ee===void 0?void 0:Ee.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=_.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),kb()==="keyboard"&&Ux(K,{containingElement:f.current}))}}},ie=J=>{J.currentTarget.contains(J.relatedTarget)||i.setFocused(!1)};const F=_.useRef(p);_.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=_.useRef(i.focusedKey);_.useEffect(()=>{let J=kb();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=Ee=>{if(Ee.pointerType==="keyboard"&&jb(Ee))i.toggleSelection(l);else{if(i.selectionMode==="none")return;if(i.isLink(l)){if(R==="selection"){T.open(f.current,Ee),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):Ee&&Ee.shiftKey?i.extendSelection(l):i.selectionBehavior==="toggle"||Ee&&(cc(Ee)||Ee.pointerType==="touch"||Ee.pointerType==="virtual")?i.toggleSelection(l):i.replaceSelection(l)}};_.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(Ee){Ee.target===f.current&&i.setFocusedKey(l)}}:S&&(P.onMouseDown=Ee=>{Ee.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=_.useRef(null),ve=ie&&O,be=_.useRef(!1),$=_.useRef(!1),ge=Ee=>{w&&w(),z&&T.open(f.current,Ee)},J={};p?(J.onPressStart=Ee=>{F.current=Ee.pointerType,be.current=ve,Ee.pointerType==="keyboard"&&(!ie||TC())&&D(Ee)},C?(J.onPressUp=le?null:Ee=>{Ee.pointerType!=="keyboard"&&O&&D(Ee)},J.onPress=le?ge:null):J.onPress=Ee=>{if(le||W&&Ee.pointerType!=="mouse"){if(Ee.pointerType==="keyboard"&&!EC())return;ge(Ee)}else Ee.pointerType!=="keyboard"&&O&&D(Ee)}):(J.onPressStart=Ee=>{F.current=Ee.pointerType,be.current=ve,$.current=le,O&&(Ee.pointerType==="mouse"&&!le||Ee.pointerType==="keyboard"&&(!oe||TC()))&&D(Ee)},J.onPress=Ee=>{(Ee.pointerType==="touch"||Ee.pointerType==="pen"||Ee.pointerType==="virtual"||Ee.pointerType==="keyboard"&&ie&&EC()||Ee.pointerType==="mouse"&&$.current)&&(ie?ge(Ee):O&&D(Ee))}),P["data-key"]=l,J.preventFocusOnPress=h;let{pressProps:Q,isPressed:Ce}=gd(J),K=W?Ee=>{F.current==="mouse"&&(Ee.stopPropagation(),Ee.preventDefault(),ge(Ee))}:void 0,{longPressProps:ae}=rw({isDisabled:!ve,onLongPress(Ee){Ee.pointerType==="touch"&&(D(Ee),i.setSelectionBehavior("toggle"))}}),Re=Ee=>{F.current==="touch"&&be.current&&Ee.preventDefault()},Ze=i.isLink(l)?Ee=>{Au.isOpening||Ee.preventDefault()}:void 0;return{itemProps:Dt(P,O||le?Q:{},ve?ae:{},{onDoubleClick:K,onDragStartCapture:Re,onClick:Ze}),isPressed:Ce,isSelected:i.isSelected(l),isFocused:i.isFocused&&i.focusedKey===l,isDisabled:S,allowsSelection:O,hasAction:ie}}function EC(){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=_.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=[];_.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(_.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 <${Kb(O.type)}> in <${Kb(p.type)}>. Only <${Kb(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 Kb(o){return o[0].toUpperCase()+o.slice(1)}function k8(o,i,l){let f=_.useMemo(()=>new b8,[]),{children:p,items:h,collection:m}=o;return _.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 Wb(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 e_={};e_={longPressMessage:"Pressione e segure ou pressione Alt + Seta para baixo para abrir o menu"};var t_={};t_={longPressMessage:"Prima continuamente ou prima Alt + Seta Para Baixo para abrir o menu"};var n_={};n_={longPressMessage:"Apăsați lung sau apăsați pe Alt + săgeată în jos pentru a deschide meniul"};var r_={};r_={longPressMessage:"Нажмите и удерживайте или нажмите Alt + Стрелка вниз, чтобы открыть меню"};var i_={};i_={longPressMessage:"Ponuku otvoríte dlhým stlačením alebo stlačením klávesu Alt + klávesu so šípkou nadol"};var a_={};a_={longPressMessage:"Za odprtje menija pritisnite in držite gumb ali pritisnite Alt+puščica navzdol"};var o_={};o_={longPressMessage:"Dugo pritisnite ili pritisnite Alt + strelicu prema dole da otvorite meni"};var l_={};l_={longPressMessage:"Håll nedtryckt eller tryck på Alt + pil nedåt för att öppna menyn"};var u_={};u_={longPressMessage:"Menüyü açmak için uzun basın veya Alt + Aşağı Ok tuşuna basın"};var s_={};s_={longPressMessage:"Довго або звичайно натисніть комбінацію клавіш Alt і стрілка вниз, щоб відкрити меню"};var c_={};c_={longPressMessage:"长按或按 Alt + 向下方向键以打开菜单"};var f_={};f_={longPressMessage:"長按或按 Alt+向下鍵以開啟功能表"};function _8(o){return o&&o.__esModule?o.default:o}var d_={};d_={"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":e_,"pt-PT":t_,"ro-RO":n_,"ru-RU":r_,"sk-SK":i_,"sl-SI":a_,"sr-SP":o_,"sv-SE":l_,"tr-TR":u_,"uk-UA":s_,"zh-CN":c_,"zh-TW":f_};function E8(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(_8(d_),"@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 p_=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 p_.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 v_(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=p_.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 Ze=vd(),Ee=vd(),he=vd(),G={"aria-disabled":be||void 0,role:Re,"aria-label":o["aria-label"],"aria-labelledby":Ze,"aria-describedby":[Ee,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:_e,isPressed:V}=gd({onPressStart:Pe,onPress:R,onPressUp:ee,onPressChange:T,onPressEnd:D,isDisabled:be}),{hoverProps:Le}=El({isDisabled:be,onHoverStart(Be){Sb()||(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,_e,Le,de,Ye),tabIndex:fe.tabIndex!=null?-1:void 0},labelProps:{id:Ze},descriptionProps:{id:Ee},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,m_=Math.PI/12;function M8(o){let{menuRef:i,submenuRef:l,isOpen:f,isDisabled:p}=o,h=_.useRef(),m=_.useRef(),S=_.useRef(0),w=_.useRef(),C=_.useRef(),R=_.useRef(),T=_.useRef(2),[D,P]=_.useState(!1);fb({ref:l,onResize:()=>{l.current&&(m.current=l.current.getBoundingClientRect(),R.current=void 0)}});let z=()=>{P(!1),T.current=Am},O=AR();_.useEffect(()=>{D&&i.current?i.current.style.pointerEvents="none":i.current.style.pointerEvents=""},[i,D]),_.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)+m_,Ce=Math.atan2(ge-m.current.bottom,J)-m_,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=_.useRef(),P=_.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 h_(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}=Tb(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),_.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 g_(){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()});_.useEffect(()=>{if(!g_())return;let T=l.current;return T.addEventListener("beforeinput",f,!1),()=>{T.removeEventListener("beforeinput",f,!1)}},[l,f]);let p=g_()?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}=h_(o,l),R=_.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 y_={};y_={Empty:"فارغ"};var b_={};b_={Empty:"Изпразни"};var S_={};S_={Empty:"Prázdné"};var k_={};k_={Empty:"Tom"};var x_={};x_={Empty:"Leer"};var w_={};w_={Empty:"Άδειο"};var C_={};C_={Empty:"Empty"};var __={};__={Empty:"Vacío"};var E_={};E_={Empty:"Tühjenda"};var T_={};T_={Empty:"Tyhjä"};var D_={};D_={Empty:"Vide"};var R_={};R_={Empty:"ריק"};var P_={};P_={Empty:"Prazno"};var M_={};M_={Empty:"Üres"};var N_={};N_={Empty:"Vuoto"};var $_={};$_={Empty:"空"};var L_={};L_={Empty:"비어 있음"};var O_={};O_={Empty:"Tuščias"};var A_={};A_={Empty:"Tukšs"};var F_={};F_={Empty:"Tom"};var z_={};z_={Empty:"Leeg"};var U_={};U_={Empty:"Pusty"};var B_={};B_={Empty:"Vazio"};var H_={};H_={Empty:"Vazio"};var I_={};I_={Empty:"Gol"};var V_={};V_={Empty:"Не заполнено"};var j_={};j_={Empty:"Prázdne"};var K_={};K_={Empty:"Prazen"};var W_={};W_={Empty:"Prazno"};var Y_={};Y_={Empty:"Tomt"};var Q_={};Q_={Empty:"Boş"};var X_={};X_={Empty:"Пусто"};var Z_={};Z_={Empty:"空"};var J_={};J_={Empty:"空白"};function L8(o){return o&&o.__esModule?o.default:o}var G_={};G_={"ar-AE":y_,"bg-BG":b_,"cs-CZ":S_,"da-DK":k_,"de-DE":x_,"el-GR":w_,"en-US":C_,"es-ES":__,"et-EE":E_,"fi-FI":T_,"fr-FR":D_,"he-IL":R_,"hr-HR":P_,"hu-HU":M_,"it-IT":N_,"ja-JP":$_,"ko-KR":L_,"lt-LT":O_,"lv-LV":A_,"nb-NO":F_,"nl-NL":z_,"pl-PL":U_,"pt-BR":B_,"pt-PT":H_,"ro-RO":I_,"ru-RU":V_,"sk-SK":j_,"sl-SI":K_,"sr-SP":W_,"sv-SE":Y_,"tr-TR":Q_,"uk-UA":X_,"zh-CN":Z_,"zh-TW":J_};function O8(o){const i=_.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(G_),"@react-aria/spinbutton"),O=()=>clearTimeout(i.current);_.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=_.useRef(!1),W=()=>{le.current=!0},ie=()=>{le.current=!1},F=f===""?z.format("Empty"):(f||`${l}`).replace("-","−");_.useEffect(()=>{le.current&&(E6("assertive"),_6(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}=cb();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 q_={};q_={decrease:o=>`خفض ${o.fieldLabel}`,increase:o=>`زيادة ${o.fieldLabel}`,numberField:"حقل رقمي"};var eE={};eE={decrease:o=>`Намаляване ${o.fieldLabel}`,increase:o=>`Усилване ${o.fieldLabel}`,numberField:"Номер на полето"};var tE={};tE={decrease:o=>`Snížit ${o.fieldLabel}`,increase:o=>`Zvýšit ${o.fieldLabel}`,numberField:"Číselné pole"};var nE={};nE={decrease:o=>`Reducer ${o.fieldLabel}`,increase:o=>`Øg ${o.fieldLabel}`,numberField:"Talfelt"};var rE={};rE={decrease:o=>`${o.fieldLabel} verringern`,increase:o=>`${o.fieldLabel} erhöhen`,numberField:"Nummernfeld"};var iE={};iE={decrease:o=>`Μείωση ${o.fieldLabel}`,increase:o=>`Αύξηση ${o.fieldLabel}`,numberField:"Πεδίο αριθμού"};var aE={};aE={decrease:o=>`Decrease ${o.fieldLabel}`,increase:o=>`Increase ${o.fieldLabel}`,numberField:"Number field"};var oE={};oE={decrease:o=>`Reducir ${o.fieldLabel}`,increase:o=>`Aumentar ${o.fieldLabel}`,numberField:"Campo de número"};var lE={};lE={decrease:o=>`Vähenda ${o.fieldLabel}`,increase:o=>`Suurenda ${o.fieldLabel}`,numberField:"Numbri väli"};var uE={};uE={decrease:o=>`Vähennä ${o.fieldLabel}`,increase:o=>`Lisää ${o.fieldLabel}`,numberField:"Numerokenttä"};var sE={};sE={decrease:o=>`Diminuer ${o.fieldLabel}`,increase:o=>`Augmenter ${o.fieldLabel}`,numberField:"Champ de nombre"};var cE={};cE={decrease:o=>`הקטן ${o.fieldLabel}`,increase:o=>`הגדל ${o.fieldLabel}`,numberField:"שדה מספר"};var fE={};fE={decrease:o=>`Smanji ${o.fieldLabel}`,increase:o=>`Povećaj ${o.fieldLabel}`,numberField:"Polje broja"};var dE={};dE={decrease:o=>`${o.fieldLabel} csökkentése`,increase:o=>`${o.fieldLabel} növelése`,numberField:"Számmező"};var pE={};pE={decrease:o=>`Riduci ${o.fieldLabel}`,increase:o=>`Aumenta ${o.fieldLabel}`,numberField:"Campo numero"};var vE={};vE={decrease:o=>`${o.fieldLabel}を縮小`,increase:o=>`${o.fieldLabel}を拡大`,numberField:"数値フィールド"};var mE={};mE={decrease:o=>`${o.fieldLabel} 감소`,increase:o=>`${o.fieldLabel} 증가`,numberField:"번호 필드"};var hE={};hE={decrease:o=>`Sumažinti ${o.fieldLabel}`,increase:o=>`Padidinti ${o.fieldLabel}`,numberField:"Numerio laukas"};var gE={};gE={decrease:o=>`Samazināšana ${o.fieldLabel}`,increase:o=>`Palielināšana ${o.fieldLabel}`,numberField:"Skaitļu lauks"};var yE={};yE={decrease:o=>`Reduser ${o.fieldLabel}`,increase:o=>`Øk ${o.fieldLabel}`,numberField:"Tallfelt"};var bE={};bE={decrease:o=>`${o.fieldLabel} verlagen`,increase:o=>`${o.fieldLabel} verhogen`,numberField:"Getalveld"};var SE={};SE={decrease:o=>`Zmniejsz ${o.fieldLabel}`,increase:o=>`Zwiększ ${o.fieldLabel}`,numberField:"Pole numeru"};var kE={};kE={decrease:o=>`Diminuir ${o.fieldLabel}`,increase:o=>`Aumentar ${o.fieldLabel}`,numberField:"Campo de número"};var xE={};xE={decrease:o=>`Diminuir ${o.fieldLabel}`,increase:o=>`Aumentar ${o.fieldLabel}`,numberField:"Campo numérico"};var wE={};wE={decrease:o=>`Scădere ${o.fieldLabel}`,increase:o=>`Creștere ${o.fieldLabel}`,numberField:"Câmp numeric"};var CE={};CE={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 EE={};EE={decrease:o=>`Upadati ${o.fieldLabel}`,increase:o=>`Povečajte ${o.fieldLabel}`,numberField:"Številčno polje"};var TE={};TE={decrease:o=>`Smanji ${o.fieldLabel}`,increase:o=>`Povećaj ${o.fieldLabel}`,numberField:"Polje broja"};var DE={};DE={decrease:o=>`Minska ${o.fieldLabel}`,increase:o=>`Öka ${o.fieldLabel}`,numberField:"Nummerfält"};var RE={};RE={decrease:o=>`${o.fieldLabel} azalt`,increase:o=>`${o.fieldLabel} arttır`,numberField:"Sayı alanı"};var PE={};PE={decrease:o=>`Зменшити ${o.fieldLabel}`,increase:o=>`Збільшити ${o.fieldLabel}`,numberField:"Поле номера"};var ME={};ME={decrease:o=>`降低 ${o.fieldLabel}`,increase:o=>`提高 ${o.fieldLabel}`,numberField:"数字字段"};var NE={};NE={decrease:o=>`縮小 ${o.fieldLabel}`,increase:o=>`放大 ${o.fieldLabel}`,numberField:"數字欄位"};function A8(o){return o&&o.__esModule?o.default:o}var $E={};$E={"ar-AE":q_,"bg-BG":eE,"cs-CZ":tE,"da-DK":nE,"de-DE":rE,"el-GR":iE,"en-US":aE,"es-ES":oE,"et-EE":lE,"fi-FI":uE,"fr-FR":sE,"he-IL":cE,"hr-HR":fE,"hu-HU":dE,"it-IT":pE,"ja-JP":vE,"ko-KR":mE,"lt-LT":hE,"lv-LV":gE,"nb-NO":yE,"nl-NL":bE,"pl-PL":SE,"pt-BR":kE,"pt-PT":xE,"ro-RO":wE,"ru-RU":CE,"sk-SK":_E,"sl-SI":EE,"sr-SP":TE,"sv-SE":DE,"tr-TR":RE,"uk-UA":PE,"zh-CN":ME,"zh-TW":NE};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($E),"@react-aria/numberfield");let Ze=Yi(f),{focusProps:Ee}=gm({onBlur(){K()}}),he=bw(P),G=_.useMemo(()=>he.resolvedOptions(),[he]),j=bw({...P,currencySign:void 0}),Pe=_.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}),[_e,V]=_.useState(!1),{focusWithinProps:Le}=km({isDisabled:m,onFocusWithinChange:V}),de=_.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||!_e},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"):ub()&&(Be?me="numeric":rt&&(me="decimal"));let gt=De=>{i.validate(De)&&i.setInputValue(De)},Me=oi(o),et=_.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,[$b]:i,value:Ce,defaultValue:void 0,autoComplete:"off","aria-label":o["aria-label"]||void 0,"aria-labelledby":o["aria-labelledby"]||void 0,id:Ze,type:"text",inputMode:me,onChange:gt,onBlur:A,onFocus:z,onFocusChange:O,onKeyDown:_.useMemo(()=>nc(et,oe),[et,oe]),onKeyUp:le,description:W,errorMessage:ie},i,l);Bx(l,i.numberValue,i.setNumberValue);let Xt=Dt(ee,Ee,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":Ze,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":Ze,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=_.useRef(!1),[,S]=_.useState(!1),w=_.useRef(null),C=_.useRef(null),[,R]=_.useState(null),T=_.useMemo(()=>LE(o.selectedKeys),[o.selectedKeys]),D=_.useMemo(()=>LE(o.defaultSelectedKeys,new va),[o.defaultSelectedKeys]),[P,A]=pd(T,D,o.onSelectionChange),z=_.useMemo(()=>o.disabledKeys?new Set(o.disabledKeys):new Set,[o.disabledKeys]),[O,oe]=_.useState(p);p==="replace"&&O==="toggle"&&typeof P=="object"&&P.size===0&&oe("replace");let le=_.useRef(p);return _.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 LE(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&&Wb(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&&Wb(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?Wb(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 OE(o){let[i,l]=pd(o.isOpen,o.defaultOpen||!1,o.onOpenChange);const f=_.useCallback(()=>{l(!0)},[l]),p=_.useCallback(()=>{l(!1)},[l]),h=_.useCallback(()=>{l(!i)},[l,i]);return{isOpen:i,setOpen:l,open:f,close:p,toggle:h}}function I8(o){let i=OE(o),[l,f]=_.useState(null),[p,h]=_.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]=_.useState(f==null?void 0:f.length),w=_.useMemo(()=>f[S]===l,[f,l,S]),[C,R]=_.useState(null),T=_.useCallback((A=null)=>{R(A),p(l,S)},[p,S,l]),D=_.useCallback(()=>{R(null),h(l,S)},[h,S,l]),P=_.useCallback((A=null)=>{R(A),w?D():T(A)},[D,T,w]);return _.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]=_.useState(()=>isNaN(T)?"":new Rm(w,p).format(T)),z=_.useMemo(()=>new fw(w,p),[w,p]),O=_.useMemo(()=>z.getNumberingSystem(P),[z,P]),oe=_.useMemo(()=>new Rm(w,{...p,numberingSystem:O}),[w,p,O]),le=_.useMemo(()=>oe.resolvedOptions(),[oe]),W=_.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]=_.useState(T),[$,ge]=_.useState(w),[J,Q]=_.useState(p);(!Object.is(T,ve)||w!==$||p!==J)&&(A(W(T)),be(T),ge(w),Q(p));let Ce=_.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 _e=isNaN(fe)?0:fe;return Do(_e,i,l,F)}else{let _e=Do(ye,i,l,F);return ee==="+"&&_e>ye||ee==="-"&&_e<ye?_e:Do(Yb(ee,ye,F),i,l,F)}},Re=()=>{let ee=ae("+",i);ee===T&&A(W(ee)),D(ee),ie.commitValidation()},Ze=()=>{let ee=ae("-",l);ee===T&&A(W(ee)),D(ee),ie.commitValidation()},Ee=()=>{l!=null&&(D(Do(l,i,l,F)),ie.commitValidation())},he=()=>{i!=null&&(D(i),ie.commitValidation())},G=_.useMemo(()=>!C&&!R&&(isNaN(Ce)||l===void 0||isNaN(l)||Do(Ce,i,l,F)>Ce||Yb("+",Ce,F)<=l),[C,R,i,l,F,Ce]),j=_.useMemo(()=>!C&&!R&&(isNaN(Ce)||i===void 0||isNaN(i)||Do(Ce,i,l,F)<Ce||Yb("-",Ce,F)>=i),[C,R,i,l,F,Ce]);return{...ie,validate:ee=>z.isValidPartialNumber(ee,i,l),increment:Re,incrementToMax:Ee,decrement:Ze,decrementToMin:he,canIncrement:G,canDecrement:j,minValue:i,maxValue:l,numberValue:Ce,setNumberValue:D,setInputValue:A,inputValue:P,commit:K}}function Yb(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=_.useMemo(()=>o.disabledKeys?new Set(o.disabledKeys):new Set,[o.disabledKeys]),h=k8(o,_.useCallback(S=>new K8(S,{expandedKeys:i}),[i]),null);return _.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 Qb={exports:{}},Xb={};/**
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 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={};/**
179
+ */var AE;function Q8(){if(AE)return Xb;AE=1;var o=_;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 Xb.useSyncExternalStore=o.useSyncExternalStore!==void 0?o.useSyncExternalStore:R,Xb}var Zb={};/**
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 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
187
+ */var FE;function X8(){return FE||(FE=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=_,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;Zb.useSyncExternalStore=le,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),Zb}process.env.NODE_ENV==="production"?Qb.exports=Q8():Qb.exports=X8();var Z8=Qb.exports;class Jb{get childNodes(){throw new Error("childNodes is not supported")}clone(){let i=new Jb(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 zE{*[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 zE{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 Jb(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 zE{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=_.useMemo(()=>new WeakMap,h);return _.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=_.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 UE=_.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=_.useRef(f);p.current=f;let h=_.useCallback(()=>p.current?l():i(),[i,l]);return Z8.useSyncExternalStore(o,h)}const nP=typeof _.useSyncExternalStore=="function"?_.useSyncExternalStore:tP;function rP(o){let i=_.useMemo(()=>new G8(o||new J8),[o]),l=_.useCallback(m=>i.subscribe(m),[i]),f=_.useCallback(()=>{let m=i.getCollection();return i.isSSR&&i.resetAfterSSR(),m},[i]),p=_.useCallback(()=>(i.isSSR=!0,i.getCollection()),[i]);return{collection:nP(l,f,p),document:i}}const Gb=_.createContext(null),iP=_.createContext(null);function aP(o,i){let l=_.useContext(iP),f=i??l,p=q8(o),h=_.useMemo(()=>_.createElement(UE.Provider,{value:!0},p),[p]);return tc()?_.createElement(Gb.Provider,{value:f},h):Ub.createPortal(h,f)}function BE(o,i,l){let f=_.useContext(UE);var p;return f?(p=HE(o,i,l,"children"in i?i.children:null))!==null&&p!==void 0?p:_.createElement(_.Fragment,null):null}function oP(o,i,l){return _.useCallback(f=>{f==null||f.setProps(o,i,l)},[o,i,l])}function HE(o,i,l,f,p){let h=oP(i,l,f),m=_.useContext(Gb);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?_.createElement(Gb.Provider,{value:S},p):null}return _.createElement(o,{ref:h},p)}const lP=Symbol("callback"),IE=Symbol("default");function fc({values:o,children:i}){for(let[l,f]of o)i=_.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 _.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 VE(o,i){let l=_.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[IE])throw new Error(`A slot prop is required. Valid slot names are ${f}.`);let p=i||IE;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=VE(l,o.slot)||{},{ref:p,[lP]:h,...m}=f,S=cm(_.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}),_.useEffect(()=>{h&&h(o)},[h,o]),[w,S]}function qb(){let[o,i]=_.useState(!0),l=_.useRef(!1),f=_.useCallback(p=>{l.current=!0,i(!!p)},[]);return tn(()=>{l.current||i(!1)},[]),[f,o]}function uP(o,i=!0){let[l,f]=_.useState(!0);return jE(o,l&&i,_.useCallback(()=>f(!1),[])),l&&i}function sP(o,i){let[l,f]=_.useState(!1),[p,h]=_.useState("idle");return!i&&o.current&&p==="idle"&&(l=!0,f(!0),h("exiting")),!o.current&&p==="exited"&&h("idle"),jE(o,l,_.useCallback(()=>{h("exited"),f(!1)},[])),l}function jE(o,i,l){let f=_.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 KE=_.createContext(!1);typeof DocumentFragment<"u"&&new DocumentFragment;function e0(o){let i=(l,f)=>_.useContext(KE)?null:o(l,f);return i.displayName=o.displayName||o.name,_.forwardRef(i)}function WE(o){const i=/^(data-.*)$/;let l={};for(const f in o)i.test(f)||(l[f]=o[f]);return l}const cP=_.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}=El(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 _.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=_.forwardRef(fP),pP=new Set(["form","formAction","formEncType","formMethod","formNoValidate","formTarget","name","value"]),YE=_.createContext({});function vP(o,i){[o,i]=Ni(o,i,YE);let l=o,{buttonProps:f,isPressed:p}=C6(o,i),{focusProps:h,isFocused:m,isFocusVisible:S}=Tl(o),{hoverProps:w,isHovered:C}=El(o),R=ma({...o,values:{isHovered:C,isPressed:p,isFocused:m,isFocusVisible:S,isDisabled:o.isDisabled||!1},defaultClassName:"react-aria-Button"});return _.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 t0=e0(vP),Dd=_.createContext({});function mP(o,i){[o,i]=Ni(o,i,Dd);let{elementType:l="span",...f}=o;return _.createElement(l,{className:"react-aria-Text",...f,ref:i})}const hP=_.forwardRef(mP),zm=_.createContext(null);function gP(o,i){let l=_.useContext(zm);return l!=null&&l.isInvalid?_.createElement(bP,{...o,ref:i}):null}const yP=_.forwardRef(gP),bP=_.forwardRef((o,i)=>{let l=_.useContext(zm),f=ma({...o,defaultClassName:"react-aria-FieldError",defaultChildren:l.validationErrors.join(" "),values:l});return _.createElement(hP,{slot:"errorMessage",...f,ref:i})}),n0=_.createContext({});function SP(o,i){[o,i]=Ni(o,i,n0);let{elementType:l="label",...f}=o;return _.createElement(l,{className:"react-aria-Label",...f,ref:i})}const QE=e0(SP),XE=_.createContext({});function kP(o,i){[o,i]=Ni(o,i,XE);let{isDisabled:l,isInvalid:f,onHoverStart:p,onHoverChange:h,onHoverEnd:m,...S}=o,{hoverProps:w,isHovered:C}=El({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 _.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 r0=_.forwardRef(kP),i0=_.createContext({});let xP=o=>{let{onHoverStart:i,onHoverChange:l,onHoverEnd:f,...p}=o;return p};function wP(o,i){[o,i]=Ni(o,i,i0);let{hoverProps:l,isHovered:f}=El(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 _.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 ZE=e0(wP),CP=_.createContext({});function _P(o,i){let[l,f]=Ni(o,i,CP),p=BE("header",o,i);return p||_.createElement("header",{className:"react-aria-Header",...l,ref:f},l.children)}const EP=_.forwardRef(_P),JE=_.createContext({});function TP(o,i){let[l,f]=Ni(o,i,JE),{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=BE("separator",o,i);return R||_.createElement(w,{...oi(l),...C,style:m,className:S??"react-aria-Separator",ref:f,slot:l.slot||void 0})}const DP=_.forwardRef(TP),RP=_.createContext({placement:"bottom"}),dc=_.createContext(null);function PP(o,i){[o,i]=Ni(o,i,dc);let l=_.useContext(a0),f=OE(o),p=o.isOpen!=null||o.defaultOpen!=null||!l?f:l,h=sP(i,p.isOpen)||o.isExiting||!1;if(_.useContext(KE)){let S=o.children;return typeof S=="function"&&(S=S({trigger:o.trigger||null,placement:"bottom",isEntering:!1,isExiting:!1})),_.createElement(_.Fragment,null,S)}return p&&!p.isOpen&&!h?null:_.createElement(NP,{...o,triggerRef:o.triggerRef,state:p,popoverRef:i,isExiting:h})}const MP=_.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 _.createElement(f8,{isExiting:i,portalContainer:l},!f.isNonModal&&o.isOpen&&_.createElement("div",{"data-testid":"underlay",...m,style:{position:"fixed",inset:0}}),_.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&&_.createElement(_C,{onDismiss:o.close}),_.createElement(RP.Provider,{value:{...S,placement:w}},T.children),_.createElement(_C,{onDismiss:o.close})))}const a0=_.createContext(null),GE=_.createContext({}),o0=_.createContext(null),Rd=_.createContext(null),l0=_.createContext(null);function $P(o){let i=I8(o),l=_.useRef(null),{menuTriggerProps:f,menuProps:p}=E8({...o,type:"menu"},i,l),[h,m]=_.useState(null),S=_.useCallback(()=>{l.current&&m(l.current.offsetWidth+"px")},[l]);return fb({ref:l,onResize:S}),_.createElement(fc,{values:[[o0,p],[a0,i],[l0,i],[dc,{trigger:"MenuTrigger",triggerRef:l,placement:"bottom start",style:{"--trigger-width":h}}]]},_.createElement(RR,{...f,ref:l,isPressed:i.isOpen},o.children))}function qE(o){let{item:i,parentMenuRef:l}=o,f=_.useContext(Rd);return Fm({items:f.collection.getChildren(i.key),children:h=>{switch(h.type){case"item":return _.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,o0);let{portal:l,collection:f}=eP(o);return _.createElement(_.Fragment,null,f.size>0&&_.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]=_.useState(null),{menuProps:m}=T8(o,f,l),S=_.useContext(l0),w=_.useContext(dc),C=Fm({items:f.collection,children:D=>{switch(D.type){case"section":return _.createElement(FP,{section:D,parentMenuRef:l});case"separator":return _.createElement(DP,D.props);case"item":return _.createElement(e4,{item:D});case"submenutrigger":return _.createElement(qE,{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 _.createElement(ow,null,_.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"},_.createElement(fc,{values:[[Rd,f],[JE,{elementType:"div"}],[dc,{UNSTABLE_portalContainer:p||void 0}]]},C)),_.createElement("div",{ref:h,style:{width:"100vw",position:"absolute",top:0}}))}const AP=_.forwardRef(LP);function FP({section:o,className:i,style:l,parentMenuRef:f,...p}){var h,m;let S=_.useContext(Rd),[w,C]=qb();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 _.createElement(EP,{...T,...O,ref:Rx(w,z)},A.rendered)}case"item":return _.createElement(e4,{item:A});case"submenutrigger":return _.createElement(qE,{item:A,parentMenuRef:f});default:throw new Error("Unsupported element type in Section: "+A.type)}}});return _.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 HE("item",o,i,o.children)}const UP=_.forwardRef(zP);function e4({item:o}){var i;let l=_.useContext(Rd),f=cm(o.props.ref),{menuItemProps:p,labelProps:h,descriptionProps:m,keyboardShortcutProps:S,...w}=v_({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}=El({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 _.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},_.createElement(fc,{values:[[Dd,{slots:{label:h,description:m}}],[GE,S]]},A.children))}function BP({item:o,popover:i,parentMenuRef:l,delay:f}){let p=_.useContext(Rd),h=VE(dc),m=cm(o.props.ref),S=_.useContext(l0),w=V8({triggerKey:o.key},S),C=_.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}=v_({key:o.key,...R},p,m),le=o.props,{hoverProps:W,isHovered:ie}=El({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 _.createElement(fc,{values:[[Dd,{slots:{label:A,description:z}}],[GE,O],[o0,T],[a0,w],[dc,{ref:C,trigger:"SubmenuTrigger",triggerRef:m,placement:"end top",UNSTABLE_portalContainer:h.UNSTABLE_portalContainer||void 0,...D}]]},_.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=_.createContext(null),IP=_.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=_.useRef(null),[m,S]=qb();var w;let{labelProps:C,groupProps:R,inputProps:T,incrementButtonProps:D,decrementButtonProps:P,descriptionProps:A,errorMessageProps:z,...O}=F8({...WE(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,_.createElement(fc,{values:[[IP,p],[XE,R],[i0,{...T,ref:h}],[n0,{...C,ref:m}],[YE,{slots:{increment:D,decrement:P}}],[Dd,{slots:{description:A,errorMessage:z}}],[zm,O]]},_.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&&_.createElement("input",{type:"hidden",name:o.name,value:isNaN(p.numberValue)?"":p.numberValue}))}const jP=_.forwardRef(VP),t4=_.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}=El(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 _.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=_.forwardRef(WP),QP=_.createContext(null);function XP(o,i){[o,i]=Ni(o,i,QP);let l=_.useRef(null),[f,p]=qb(),[h,m]=_.useState("input");var S;let{labelProps:w,inputProps:C,descriptionProps:R,errorMessageProps:T,...D}=h_({...WE(o),inputElementType:h,label:p,validationBehavior:(S=o.validationBehavior)!==null&&S!==void 0?S:"native"},l),P=_.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 _.createElement("div",{...oi(o),...A,ref:i,slot:o.slot||void 0,"data-disabled":o.isDisabled||void 0,"data-invalid":D.isInvalid||void 0},_.createElement(fc,{values:[[n0,{...w,ref:f}],[i0,{...C,ref:P}],[t4,{...C,ref:P}],[Dd,{slots:{description:R,errorMessage:T}}],[zm,D]]},A.children))}const n4=_.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 Xe.jsx(t0,{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 Xe.jsx("div",{className:Wi(i4.base,o),...l,children:i})}function qP({children:o,expand:i=!0}){return _.cloneElement(o,{className:Wi(o.props.className,!i&&i4.fit)})}const eM={base:"ui-kit__divider-module__base"};function tM({className:o,...i}){return Xe.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 u0({className:o,icon:i,size:l="md",...f}){return Xe.jsx("span",{role:"img",className:nM({className:o,size:l}),...f,children:i&&Xe.jsx(i,{})})}u0.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=_.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 _.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 s0({className:o,align:i="left",disabled:l,prefix:f,state:p,...h}){const{focusProps:m,focusRingClassnames:S}=pc({within:!0});return Xe.jsx("div",{...m,className:Wi(uM({className:o,state:p}),S),children:Xe.jsxs(r0,{className:sM({disabled:l,state:p}),children:[f&&Xe.jsx(Nd,{className:$r.prefix,variant:"body-md",tone:"disabled",children:f}),Xe.jsx(ZE,{...h,className:cM({align:i,state:p}),disabled:l})]})})}s0.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 Xe.jsxs(QE,{className:fM({className:o}),...i,children:[i.children,i.required&&Xe.jsx(Nd,{className:$d.required,tone:"error",children:"*"})]})}function Bm({children:o}){return Xe.jsx(Nd,{className:$d.description,tone:"disabled",children:o})}function Hm(o){return Xe.jsx(r0,{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 Xe.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 Xe.jsx(l,{...i,className:pM({decoration:o})})}function mM({...o}){return Xe.jsx("li",{...o,className:vM()})}o4.displayName="List";const Im={menu:"ui-kit__menu-module__menu",menuItem:"ui-kit__menu-module__menuItem",menuItemWrapper:"ui-kit__menu-module__menuItemWrapper"};function hM({className:o,...i}){return Xe.jsx(MP,{children:Xe.jsx(AP,{className:Wi(Im.menu,o),...i})})}function gM({className:o,isDisabled:i,title:l="",children:f,...p}){return Xe.jsx(UP,{className:Wi(Im.menuItem,o,i&&Im.disabled),...p,children:Xe.jsx("span",{className:Im.menuItemWrapper,title:l,children:f})})}const Vm={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(Vm.base),bM=Un(Vm.group),SM=Un(Vm.input),kM=Un(Vm.button);function l4({className:o,...i}){const{focusProps:l,focusRingClassnames:f}=pc({within:!0}),p={className:kM()},h=Dt(i,l);return Xe.jsxs(jP,{className:Wi(yM({className:o}),f),...h,children:[Xe.jsx(QE,{}),Xe.jsxs(r0,{className:bM(),children:[Xe.jsx(ZE,{className:SM()}),Xe.jsx(t0,{slot:"increment",...p,children:"+"}),Xe.jsx(t0,{slot:"decrement",...p,children:"-"})]}),Xe.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 Xe.jsx("div",{...p,className:Wi(xM({className:o,state:l}),h),children:Xe.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 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
194
+ */var f4;function _M(){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 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}/*
201
+ */var d4;function EM(){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,Ze=p,Ee=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 _e(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=Ze,It.Suspense=Ee,It.isAsyncMode=G,It.isConcurrentMode=j,It.isContextConsumer=Pe,It.isContextProvider=ee,It.isElement=fe,It.isForwardRef=ye,It.isFragment=_e,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=_M():f0.exports=EM()),f0.exports}/*
202
202
  object-assign
203
203
  (c) Sindre Sorhus
204
204
  @license MIT
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={};/**
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,_e,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 _e[V]==null?ye?_e[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(_e,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,_e,V){var Le=Pe[ee],de=Re(Le);if(de!==G){var Ye=Ze(Le);return new z("Invalid "+ye+" `"+_e+"` 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,_e){if(typeof G!="function")return new z("Property `"+_e+"` 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+" `"+_e+"` of type "+("`"+Le+"` supplied to `"+fe+"`, expected an array."))}for(var de=0;de<V.length;de++){var Ye=G(V,de,fe,ye,_e+"["+de+"]",l);if(Ye instanceof Error)return Ye}return null}return O(j)}function ie(){function G(j,Pe,ee,fe,ye){var _e=j[Pe];if(!S(_e)){var V=Re(_e);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 _e=j[Pe];if(!o.isValidElementType(_e)){var V=Re(_e);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,_e){if(!(Pe[ee]instanceof G)){var V=G.name||D,Le=he(Pe[ee]);return new z("Invalid "+ye+" `"+_e+"` 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,_e){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=Ze(rt);return Be==="symbol"?String(rt):rt});return new z("Invalid "+ye+" `"+_e+"` of value `"+String(V)+"` "+("supplied to `"+fe+"`, expected one of "+de+"."))}return O(j)}function $(G){function j(Pe,ee,fe,ye,_e){if(typeof G!="function")return new z("Property `"+_e+"` of component `"+fe+"` has invalid PropType notation inside objectOf.");var V=Pe[ee],Le=Re(V);if(Le!=="object")return new z("Invalid "+ye+" `"+_e+"` 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,_e+"."+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 "+Ee(Pe)+" at index "+j+"."),m}function ee(fe,ye,_e,V,Le){for(var de=0;de<G.length;de++){var Ye=G[de];if(Ye(fe,ye,_e,V,Le,l)==null)return null}return new z("Invalid "+V+" `"+Le+"` supplied to "+("`"+_e+"`."))}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,_e){var V=Pe[ee],Le=Re(V);if(Le!=="object")return new z("Invalid "+ye+" `"+_e+"` 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,_e+"."+de,l);if(rt)return rt}}return null}return O(j)}function Ce(G){function j(Pe,ee,fe,ye,_e){var V=Pe[ee],Le=Re(V);if(Le!=="object")return new z("Invalid "+ye+" `"+_e+"` 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+" `"+_e+"` 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,_e+"."+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 Ze(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 Ee(G){var j=Ze(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
  *
@@ -219,8 +219,8 @@ Valid keys: `+JSON.stringify(Object.keys(G),null," "));var Be=rt(V,Ye,fe,ye,Ee+
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 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.
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,Ze=C,Ee=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 _e(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=Ze,Vt.SuspenseList=Ee,Vt.isAsyncMode=j,Vt.isConcurrentMode=Pe,Vt.isContextConsumer=ee,Vt.isContextProvider=fe,Vt.isElement=ye,Vt.isForwardRef=_e,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,_e,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=Ze}if(et=i(fe,Ot,et,me,V+1),jt=et.length,0<he&&(Ot=l(Ze,Ge,yr),on=S(3,et,Ot,fe,K,Ce,jt,me,V,_e),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,_e===112&&(et=(wt+=et,""))}else et="";break;default:et=i(fe,l(fe,Ge,yr),et,_e,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,_e,V,_e))!==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&&_e!==107&&0<Ge.length&&(Ot=1,Ge+="\0"),0<he*j&&S(0,Ge,fe,ee,K,Ce,wt.length,_e,V,_e),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,_e,V,_e),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 _e=fe.trim().split(O);fe=_e;var V=_e.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]+" ",_e[de],ye).trim()}return fe}function f(ee,fe,ye){var _e=fe.charCodeAt(0);switch(33>_e&&(_e=(fe=fe.trim()).charCodeAt(0)),_e){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,_e){var V=ee+";",Le=2*fe+3*ye+4*_e;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,_e).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+_e===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?":":"{"),_e=ee.substring(0,fe!==3?ye:10);return ye=ee.substring(ye+1,ee.length-1),G(fe!==2?_e:_e.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,_e,V,Le,de,Ye,rt,Be){for(var me=0,gt=fe,Me;me<he;++me)switch(Me=Ee[me].call(R,ee,gt,ye,_e,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=Ee.length=0;break;default:if(typeof ee=="function")Ee[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 _e=S(-1,fe,ye,ye,K,Ce,0,0,0,0);_e!==void 0&&typeof _e=="string"&&(fe=_e)}var V=i(Ze,ye,fe,0,0);return 0<he&&(_e=S(-2,V,ye,ye,K,Ce,V.length,0,0,0),_e!==void 0&&(V=_e)),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,Ze=[],Ee=[],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,_4=Object.prototype;function E4(o,i,l){if(typeof i!="string"){if(_4){var f=QM(i);f&&f!==_4&&E4(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=E4;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 jm(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",Km="data-styled-version",Wm="5.1.1",C0=`/*!sc*/
223
+ `,_0=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={},E0=function(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null},eN={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
- `},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+`.
264
+ `},tN=process.env.NODE_ENV!=="production"?eN:{};function nN(){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(nN.apply(void 0,[tN[o]].concat(l)).trim())}var rN=1,iN=function(o){for(var i=o.childNodes,l=i.length;l>=0;l--){var f=i[l];if(f&&f.nodeType===rN&&f.hasAttribute(Pl))return f}},P4=function(o){var i=document.head,l=o||i,f=document.createElement("style"),p=iN(l),h=p!==void 0?p.nextSibling:null;f.setAttribute(Pl,R4),f.setAttribute(Km,Wm);var m=E0();return m&&f.setAttribute("nonce",m),l.insertBefore(f,h),f},aN=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)},oN=function(o){var i=o.isServer,l=o.useCSSOMInjection,f=o.target;return i?new sN(f):l?new lN(f):new uN(f)},lN=function(){function o(l){var f=this.element=P4(l);f.appendChild(document.createTextNode("")),this.sheet=aN(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}(),uN=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}(),sN=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}(),cN=function(o){return new fN(o)},M4=512,fN=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}(),dN=1<<30,Ym=new Map,T0=new Map,D0=1,Qm=function(o){if(Ym.has(o))return Ym.get(o);var i=D0++;return process.env.NODE_ENV!=="production"&&((i|0)<0||i>dN)&&$i(16,""+i),Ym.set(o,i),T0.set(i,o),i},pN=function(o){return T0.get(o)},vN=function(o,i){i>=D0&&(D0=i+1),Ym.set(o,i),T0.set(i,o)},mN="style["+Pl+"]["+Km+'="'+Wm+'"]',hN=new RegExp("^"+Pl+'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'),gN=function(o){for(var i=o.getTag(),l=i.length,f="",p=0;p<l;p++){var h=pN(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},yN=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)},bN=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(hN);if(S){var w=parseInt(S[1],10)|0,C=S[2];w!==0&&(vN(C,w),yN(o,C,S[3]),o.getTag().insertRules(w,f)),f.length=0}else f.push(m)}}},SN=function(o){for(var i=document.querySelectorAll(mN),l=0,f=i.length;l<f;l++){var p=i[l];p&&p.getAttribute(Pl)!==R4&&(bN(o,p),p.parentNode&&p.parentNode.removeChild(p))}},N4=_0,$4={isServer:!_0,useCSSOMInjection:!GM},Fd=function(){o.registerId=function(l){return Qm(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&&_0&&N4&&(N4=!1,SN(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=cN(oN(this.options)))},i.hasNameForId=function(l,f){return this.names.has(l)&&this.names.get(l).has(f)},i.registerName=function(l,f){if(Qm(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(Qm(l),p)},i.clearNames=function(l){this.names.has(l)&&this.names.get(l).clear()},i.clearRules=function(l){this.getTag().clearGroup(Qm(l)),this.clearNames(l)},i.clearTag=function(){this.tag=void 0},i.toString=function(){return gN(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 kN(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 xN=/^\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=kN(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(xN,""),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 Xm=_.createContext(),wN=Xm.Consumer,R0=_.createContext();R0.Consumer;var F4=new Fd,z4=A4();function P0(){return _.useContext(Xm)||F4}function U4(){return _.useContext(R0)||z4}function B4(o){var i=_.useState(o.stylisPlugins),l=i[0],f=i[1],p=P0(),h=_.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=_.useMemo(function(){return A4({options:{prefix:!o.disableVendorPrefixes},plugins:l})},[o.disableVendorPrefixes,l]);return _.useEffect(function(){FM(l,o.stylisPlugins)||f(o.stylisPlugins)},[o.stylisPlugins]),_.createElement(Xm.Provider,{value:h},_.createElement(R0.Provider,{value:m},process.env.NODE_ENV!=="production"?_.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}(),CN=/([A-Z])/g,_N=/^ms-/;function I4(o){return o.replace(CN,"-$1").toLowerCase().replace(_N,"-ms-")}function EN(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===""},TN=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)+": "+EN(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(jm(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)?TN(o):o.toString()}function Zm(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,Zm.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)},DN=function(o){return o!=="__proto__"&&o!=="constructor"&&o!=="prototype"};function RN(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)DN(S)&&RN(o,m[S],S)}return o}var PN=/(a)(d)/gi,Jm=52,K4=function(o){return String.fromCharCode(o+(o>25?39:97))};function $0(o){var i="",l;for(l=Math.abs(o);l>Jm;l=l/Jm|0)i=K4(l%Jm)+i;return(K4(l%Jm)+i).replace(PN,"$1-$2")}function W4(o){for(var i=0;i<o.length;i+=1){var l=o[i];if(vc(l)&&!jm(l))return!1}return!0}var MN=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,NN=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 />`),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.
273
+ <Component />`),f=!0,l={}}}},$N=/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{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.
275
+ To resolve this only create new StyledComponents outside of any render method and function component.`;try{_.useRef(),L0.has(f)||(console.warn(f),L0.add(f))}catch(p){$N.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},LN=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,ON=/(^-|-$)/g;function A0(o){return o.replace(LN,"-").replace(ON,"")}function Gm(o){return typeof o=="string"&&(process.env.NODE_ENV!=="production"?o.charAt(0)===o.charAt(0).toLowerCase():!0)}function AN(o){return Gm(o)?"styled."+o:"Styled("+Ad(o)+")"}var F0=function(o){return $0(O4(o)>>>0)};function FN(o,i){return o&&i?o+" "+i:o||i}var Ml=_.createContext(),zN=Ml.Consumer;function UN(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 BN(o){var i=_.useContext(Ml),l=_.useMemo(function(){return UN(o.theme,i)},[o.theme,i]);return o.children?_.createElement(Ml.Provider,{value:l},o.children):null}var z0={};function HN(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 IN(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"?FN(p[S],m[S]):m[S]}),[f,p]}function VN(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 _.useDebugValue(S),process.env.NODE_ENV!=="production"&&!m&&f&&f(S),S}function jN(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;_.useDebugValue(w);var R=O0(i,_.useContext(Ml),h),T=IN(R||Bu,i,f),D=T[0],P=T[1],A=VN(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=Gm(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,_.createElement(O,ie)}function X4(o,i,l){var f=jm(o),p=!Gm(o),h=i.displayName,m=h===void 0?AN(o):h,S=i.componentId,w=S===void 0?HN(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 MN(f?o.componentStyle.rules.concat(l):l,T),z,O=function(oe,le){return jN(z,oe,le)};return O.displayName=m,z=_.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+"-"+(Gm(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=NN(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 KN=["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)};KN.forEach(function(o){U0[o]=U0(o)});var WN=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 YN(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=Zm.apply(void 0,[o].concat(l)),h="sc-global-"+F0(JSON.stringify(p)),m=new WN(p,h);process.env.NODE_ENV!=="production"&&Q4(h);function S(w){var C=P0(),R=U4(),T=_.useContext(Ml),D=_.useRef(null);D.current===null&&(D.current=C.allocateGSInstance(h));var P=D.current;if(process.env.NODE_ENV!=="production"&&_.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 _.useEffect(function(){return function(){return m.removeStyles(P,C)}},Od),null}return _.memo(S)}function QN(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=Zm.apply(void 0,[o].concat(l)).join(""),h=F0(p);return new H4(h,[p,h,"@keyframes"])}var XN=function(){function o(){var l=this;this._emitSheetCSS=function(){var f=l.instance.toString(),p=E0(),h=[p&&'nonce="'+p+'"',Pl+'="true"',Km+'="'+Wm+'"'],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[Km]=Wm,f.dangerouslySetInnerHTML={__html:l.instance.toString()},f),h=E0();return h&&(p.nonce=h),[_.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):_.createElement(B4,{sheet:this.instance},l)},i.interleaveWithNodeStream=function(l){return $i(3)},o}(),ZN=function(o){var i=_.forwardRef(function(l,f){var p=_.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)+'"'),_.createElement(o,ci({},l,{theme:m,ref:f}))});return T4(i,o),i.displayName="WithTheme("+Ad(o)+")",i},JN=function(){return _.useContext(Ml)},GN={StyleSheet:Fd,masterSheet:F4},qN="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 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"})});
279
+ See https://s-c.sh/2BAXzed for more info.`),window["__styled-components-init__"]+=1);const e7=Object.freeze(Object.defineProperty({__proto__:null,ServerStyleSheet:XN,StyleSheetConsumer:wN,StyleSheetContext:Xm,StyleSheetManager:B4,ThemeConsumer:zN,ThemeContext:Ml,ThemeProvider:BN,__PRIVATE__:GN,createGlobalStyle:YN,css:Zm,default:U0,isStyledComponent:jm,keyframes:QN,useTheme:JN,version:qN,withTheme:ZN},Symbol.toStringTag,{value:"Module"})),t7=CM(e7);Rl.__esModule=!0,Rl.default=Rl.BaseIconUI=void 0;var n7=Z4($M),r7=Z4(t7),i7=Xe;function Z4(o){return o&&o.__esModule?o:{default:o}}const J4=(0,r7.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,i7.jsx)(J4,{...i,"data-cy":"BaseIcon",dangerouslySetInnerHTML:{__html:o}})}B0.propTypes={svg:n7.default.string},B0.displayName="BaseIcon";var a7=B0;Rl.default=a7;var G4=void 0,o7=u7(Rl),l7=Xe;function u7(o){return o&&o.__esModule?o:{default:o}}const s7='<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,l7.jsx)(o7.default,{svg:s7,...o})}q4.displayName="alert";var c7=q4;G4=c7;var f7=p7(Rl),d7=Xe;function p7(o){return o&&o.__esModule?o:{default:o}}const v7='<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 m7(o){return(0,d7.jsx)(f7.default,{svg:v7,...o})}m7.displayName="chevron-down";var h7=y7(Rl),g7=Xe;function y7(o){return o&&o.__esModule?o:{default:o}}const b7='<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 S7(o){return(0,g7.jsx)(h7.default,{svg:b7,...o})}S7.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"},k7=Un(zd.base,{variants:{state:{error:zd.error,success:zd.success,warning:zd.warning}}});function qm({children:o,className:i,state:l,...f}){return!(o&&l)?null:Xe.jsxs("div",{...f,className:k7({className:i,state:l}),role:"alert",children:[Xe.jsx(u0,{"aria-hidden":!0,className:zd.icon,icon:G4,size:"xs"}),o]})}qm.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 Xe.jsxs(n4,{...S,className:s4.base,isInvalid:C,children:[Xe.jsxs("div",{className:s4.control,children:[w&&Xe.jsxs(Hm,{children:[o&&Xe.jsx(Um,{required:l,children:o}),i&&Xe.jsx(Bm,{children:i})]}),Xe.jsx(u4,{disabled:S.isDisabled,placeholder:f,required:l,rows:p,state:m})]}),Xe.jsx(qm,{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 Xe.jsxs(n4,{...m,className:tT.base,isInvalid:w,children:[Xe.jsxs("div",{className:tT.control,children:[S&&Xe.jsxs(Hm,{children:[o&&Xe.jsx(Um,{required:l,children:o}),i&&Xe.jsx(Bm,{children:i})]}),Xe.jsx(s0,{align:m.align,disabled:m.isDisabled,placeholder:f,prefix:m.prefix,required:l,state:h})]}),Xe.jsx(qm,{state:h,children:p})]})}nT.displayName="TextField";let eh;const x7=new Uint8Array(16);function w7(){if(!eh&&(eh=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!eh))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return eh(x7)}const gr=[];for(let o=0;o<256;++o)gr.push((o+256).toString(16).slice(1));function C7(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 _7(o,i,l){if(rT.randomUUID&&!i&&!o)return rT.randomUUID();o=o||{};const f=o.random||(o.rng||w7)();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 C7(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"},E7=["https://secure.helpscout.net","https://hs-app.*.hsenv.io"],I0=o=>{let i;try{i=new URL(o).origin}catch{return!1}return i&&E7.some(l=>i.match(l))};class T7{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 T7;let D7=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=_7())),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 R7=new D7,P7={root:"ui-kit__theme-module__root"};function iT({children:o,fetchStyles:i=!0}){const[l,f]=_.useState(),p=_.useRef(null);return _.useEffect(()=>{if(!i)return;(async()=>{const m=await R7.getAppStyles();f(m)})()},[i]),_.useEffect(()=>{p.current&&(p.current.innerHTML=l||"")},[l]),Xe.jsxs("div",{className:P7.root,children:[i&&Xe.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 Xe.jsx(Xe.Fragment,{children:typeof o=="string"?Xe.jsx("img",{className:aT({size:l,fit:f,isDisabled:p}),alt:i,src:o,...h}):Xe.jsx("div",{"aria-label":i,role:"img",className:aT({size:l,fit:f,isDisabled:p}),children:o})})}oT.displayName="Thumbnail",Nt.Badge=Ex,Nt.Button=r4,Nt.ButtonGroup=GP,Nt.ButtonGroupItem=qP,Nt.Divider=tM,Nt.Icon=u0,Nt.Input=s0,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=qm,Nt.useFocusRing=pc,Object.defineProperty(Nt,Symbol.toStringTag,{value:"Module"})});